diff options
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/ar.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/ar.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/ar.js b/apps/comments/l10n/ar.js index 5a0554515a9..8f2eaf9b8c8 100644 --- a/apps/comments/l10n/ar.js +++ b/apps/comments/l10n/ar.js @@ -19,6 +19,7 @@ OC.L10N.register( "No comments yet, start the conversation!" : "لا يوجد تعليقات, ابدأ النقاش الآن!", "No more messages" : "لامزيد من الرسائل", "Retry" : "أعد المحاولة", + "Failed to mark comments as read" : "إخفاق في تعيين ملاحظات كمقرؤة", "Unable to load the comments list" : "تعذر تحميل قائمة التعليقات", "_%n unread comment_::_%n unread comments_" : ["%n تعليق غير مقروء","%n تعليق غير مقروء","تعليقان غير مقروءة","%n تعليقات غير مقروء","%n تعليق غير مقروء","%n تعليق غير مقروء"], "_1 new comment_::_{unread} new comments_" : ["1 تعليق جديد","1 تعليق جديد","{unread} تعليقات جديدة","{unread} تعليقات جديدة","{unread} تعليقات جديدة","{unread} تعليقات جديدة"], diff --git a/apps/comments/l10n/ar.json b/apps/comments/l10n/ar.json index c4e63b4da6b..7f1da8e4393 100644 --- a/apps/comments/l10n/ar.json +++ b/apps/comments/l10n/ar.json @@ -17,6 +17,7 @@ "No comments yet, start the conversation!" : "لا يوجد تعليقات, ابدأ النقاش الآن!", "No more messages" : "لامزيد من الرسائل", "Retry" : "أعد المحاولة", + "Failed to mark comments as read" : "إخفاق في تعيين ملاحظات كمقرؤة", "Unable to load the comments list" : "تعذر تحميل قائمة التعليقات", "_%n unread comment_::_%n unread comments_" : ["%n تعليق غير مقروء","%n تعليق غير مقروء","تعليقان غير مقروءة","%n تعليقات غير مقروء","%n تعليق غير مقروء","%n تعليق غير مقروء"], "_1 new comment_::_{unread} new comments_" : ["1 تعليق جديد","1 تعليق جديد","{unread} تعليقات جديدة","{unread} تعليقات جديدة","{unread} تعليقات جديدة","{unread} تعليقات جديدة"], diff --git a/apps/comments/l10n/gl.js b/apps/comments/l10n/gl.js index d1551536aea..28ffba4065e 100644 --- a/apps/comments/l10n/gl.js +++ b/apps/comments/l10n/gl.js @@ -9,8 +9,8 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s comentados en %2$s", "{author} commented on {file}" : "{author} comentou en {file}", "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para ficheiros", - "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Mencionáronte en \"{ficheiro}\", nun comentario dun usuario que xa foi eliminado", - "{user} mentioned you in a comment on \"{file}\"" : "{user} mencionoute nun comentario en \"{file}\"", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Mencionárono en «{file}», nun comentario dun usuario que xa foi eliminado", + "{user} mentioned you in a comment on \"{file}\"" : "{user} mencionouno a vostede nun comentario en «{file}»", "Files app plugin to add comments to files" : "Engadido da aplicación de ficheiros para engadir comentarios aos ficheiros", "Edit comment" : "Editar comentario", "Delete comment" : "Eliminar comentario", diff --git a/apps/comments/l10n/gl.json b/apps/comments/l10n/gl.json index ceda2ec017c..29cb61b5491 100644 --- a/apps/comments/l10n/gl.json +++ b/apps/comments/l10n/gl.json @@ -7,8 +7,8 @@ "%1$s commented on %2$s" : "%1$s comentados en %2$s", "{author} commented on {file}" : "{author} comentou en {file}", "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para ficheiros", - "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Mencionáronte en \"{ficheiro}\", nun comentario dun usuario que xa foi eliminado", - "{user} mentioned you in a comment on \"{file}\"" : "{user} mencionoute nun comentario en \"{file}\"", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Mencionárono en «{file}», nun comentario dun usuario que xa foi eliminado", + "{user} mentioned you in a comment on \"{file}\"" : "{user} mencionouno a vostede nun comentario en «{file}»", "Files app plugin to add comments to files" : "Engadido da aplicación de ficheiros para engadir comentarios aos ficheiros", "Edit comment" : "Editar comentario", "Delete comment" : "Eliminar comentario", |