diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/el.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/el.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/gl.js | 4 | ||||
-rw-r--r-- | apps/comments/l10n/gl.json | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/apps/comments/l10n/el.js b/apps/comments/l10n/el.js index 6c13b4f4c27..0dae35c3db1 100644 --- a/apps/comments/l10n/el.js +++ b/apps/comments/l10n/el.js @@ -12,6 +12,7 @@ OC.L10N.register( "More comments …" : "Περισσότερα σχόλια ...", "Save" : "Αποθήκευση", "Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}", + "Error occurred while retrieving comment with ID {id}" : "Παρουσιάστηκε σφάλμα κατά την ανάκτηση σχολίου με ID {id}", "Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την ενημέρωση του σχολίου με το αναγνωριστικό {id}", "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου", "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"], diff --git a/apps/comments/l10n/el.json b/apps/comments/l10n/el.json index cb71d77074c..06914e3b14f 100644 --- a/apps/comments/l10n/el.json +++ b/apps/comments/l10n/el.json @@ -10,6 +10,7 @@ "More comments …" : "Περισσότερα σχόλια ...", "Save" : "Αποθήκευση", "Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}", + "Error occurred while retrieving comment with ID {id}" : "Παρουσιάστηκε σφάλμα κατά την ανάκτηση σχολίου με ID {id}", "Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την ενημέρωση του σχολίου με το αναγνωριστικό {id}", "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου", "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"], diff --git a/apps/comments/l10n/gl.js b/apps/comments/l10n/gl.js index 8bc5912a68d..e2b51346712 100644 --- a/apps/comments/l10n/gl.js +++ b/apps/comments/l10n/gl.js @@ -3,13 +3,13 @@ OC.L10N.register( { "Edit comment" : "Editar comentario", "Delete comment" : "Eliminar comentario", - "New comment …" : "Comentario novo …", + "New comment …" : "Comentario novo…", "Post" : "Publicar", "Cancel" : "Cancelar", "[Deleted user]" : "[Usuario eliminado]", "Comments" : "Comentarios", "No comments yet, start the conversation!" : "Aínda non hai comentarios, comeza a conversa!", - "More comments …" : "Máis comentarios …", + "More comments …" : "Máis comentarios…", "Save" : "Gardar", "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", "Error occurred while retrieving comment with ID {id}" : "Produciuse un erro ao recuperar o comentario co ID {id}", diff --git a/apps/comments/l10n/gl.json b/apps/comments/l10n/gl.json index a7a4bee9b83..2bf181f176a 100644 --- a/apps/comments/l10n/gl.json +++ b/apps/comments/l10n/gl.json @@ -1,13 +1,13 @@ { "translations": { "Edit comment" : "Editar comentario", "Delete comment" : "Eliminar comentario", - "New comment …" : "Comentario novo …", + "New comment …" : "Comentario novo…", "Post" : "Publicar", "Cancel" : "Cancelar", "[Deleted user]" : "[Usuario eliminado]", "Comments" : "Comentarios", "No comments yet, start the conversation!" : "Aínda non hai comentarios, comeza a conversa!", - "More comments …" : "Máis comentarios …", + "More comments …" : "Máis comentarios…", "Save" : "Gardar", "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", "Error occurred while retrieving comment with ID {id}" : "Produciuse un erro ao recuperar o comentario co ID {id}", |