diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-05 00:09:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-05 00:09:10 +0000 |
commit | 8b484eedf029b8e1a9dcef0efb09db381888c4b0 (patch) | |
tree | f3cdf0ff5286631148b0557f0f035383cd389fce /apps/comments/l10n/es.js | |
parent | fc02c4a980f0a76fdab8eb5a4fc8aa9d0fb9b030 (diff) | |
download | nextcloud-server-8b484eedf029b8e1a9dcef0efb09db381888c4b0.tar.gz nextcloud-server-8b484eedf029b8e1a9dcef0efb09db381888c4b0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/es.js')
-rw-r--r-- | apps/comments/l10n/es.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index 9b37472825f..1c6ed7f06b5 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -1,12 +1,15 @@ OC.L10N.register( "comments", { + "New comment …" : "Comentario nuevo", "Delete comment" : "Borrar comentario", "Post" : "Publicar", "Cancel" : "Cancelar", "Edit comment" : "Editar comentario", "[Deleted user]" : "[Usuario eliminado]", "Comments" : "Comentarios", + "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!", + "More comments …" : "Más comentarios ...", "Save" : "Guardar", "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", "Error occurred while retrieving comment with id {id}" : "Se ha producido un error al recuperar el comentario con ID {id}", |