diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-01 00:09:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-01 00:09:24 +0000 |
commit | 4a5cd74fb29b19c975f893e0289b1b34bf5e8a62 (patch) | |
tree | f97e26c7fea82aa297b82c0dc6dcc4cb1c18c0b1 /apps/comments/l10n/es_419.js | |
parent | 73ff24895e3ffc275437f1325a6275c9d389e2c6 (diff) | |
download | nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.tar.gz nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/es_419.js')
-rw-r--r-- | apps/comments/l10n/es_419.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/comments/l10n/es_419.js b/apps/comments/l10n/es_419.js index 85e14dfe077..f8657d5a361 100644 --- a/apps/comments/l10n/es_419.js +++ b/apps/comments/l10n/es_419.js @@ -1,15 +1,12 @@ OC.L10N.register( "comments", { - "Type in a new comment..." : "Escribir un nuevo comentario", "Delete comment" : "Eliminar comentario", "Post" : "Publicar", "Cancel" : "Cancelar", "Edit comment" : "Modificar comentario", "[Deleted user]" : "[Usuario eliminado]", "Comments" : "Comentarios", - "No other comments available" : "No hay mas comentarios", - "More comments..." : "Mas comentarios...", "Save" : "Guardar", "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", "Error occurred while retrieving comment with id {id}" : "Se produjo error al recuperar comentario con id {id}", @@ -20,6 +17,9 @@ OC.L10N.register( "You commented" : "Has comentado", "%1$s commented" : "%1$s comentado", "You commented on %2$s" : "Has comentado en %2$s", - "%1$s commented on %2$s" : "%1$s comentado en %2$s" + "%1$s commented on %2$s" : "%1$s comentado en %2$s", + "Type in a new comment..." : "Escribir un nuevo comentario", + "No other comments available" : "No hay mas comentarios", + "More comments..." : "Mas comentarios..." }, "nplurals=2; plural=(n != 1);"); |