summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-02-27 01:56:08 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-02-27 01:56:08 -0500
commitf9826ec9486c6a4e6a55b8985ba677a4f066af3b (patch)
treef257ef856b6d1913908fde1cd6a9557cc416741e /apps/comments/l10n
parent5fa6d3ea5802c705c2883edf1d24bbd330defdcb (diff)
downloadnextcloud-server-f9826ec9486c6a4e6a55b8985ba677a4f066af3b.tar.gz
nextcloud-server-f9826ec9486c6a4e6a55b8985ba677a4f066af3b.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r--apps/comments/l10n/es.js13
-rw-r--r--apps/comments/l10n/es.json13
2 files changed, 26 insertions, 0 deletions
diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js
index ab04eea953e..23716ca5757 100644
--- a/apps/comments/l10n/es.js
+++ b/apps/comments/l10n/es.js
@@ -1,8 +1,21 @@
OC.L10N.register(
"comments",
{
+ "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos",
+ "%1$s commented" : "%1$s comentados",
+ "%1$s commented on %2$s" : "%1$s comentados en %2$s",
+ "Comments" : "Comentarios",
+ "Type in a new comment..." : "Ingrese un nuevo comentario...",
+ "Delete comment" : "Borrar comentario",
+ "Post" : "Publicar",
"Cancel" : "Cancelar",
+ "Edit comment" : "Editar comentario",
+ "[Deleted user]" : "[Usuario eliminado]",
+ "No other comments available" : "No hay otros comentarios disponibles",
+ "More comments..." : "Más comentarios...",
"Save" : "Guardar",
+ "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
+ "{count} unread comments" : "{count} comentarios no leídos",
"Comment" : "Comentario"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json
index 6f6df7e9c84..cc3e1781299 100644
--- a/apps/comments/l10n/es.json
+++ b/apps/comments/l10n/es.json
@@ -1,6 +1,19 @@
{ "translations": {
+ "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos",
+ "%1$s commented" : "%1$s comentados",
+ "%1$s commented on %2$s" : "%1$s comentados en %2$s",
+ "Comments" : "Comentarios",
+ "Type in a new comment..." : "Ingrese un nuevo comentario...",
+ "Delete comment" : "Borrar comentario",
+ "Post" : "Publicar",
"Cancel" : "Cancelar",
+ "Edit comment" : "Editar comentario",
+ "[Deleted user]" : "[Usuario eliminado]",
+ "No other comments available" : "No hay otros comentarios disponibles",
+ "More comments..." : "Más comentarios...",
"Save" : "Guardar",
+ "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
+ "{count} unread comments" : "{count} comentarios no leídos",
"Comment" : "Comentario"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file