Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/ast.js')
-rw-r--r--apps/comments/l10n/ast.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/comments/l10n/ast.js b/apps/comments/l10n/ast.js
index 4e4ac11a931..2cc574f92cf 100644
--- a/apps/comments/l10n/ast.js
+++ b/apps/comments/l10n/ast.js
@@ -1,13 +1,22 @@
OC.L10N.register(
"comments",
{
+ "Comments" : "Comentarios",
+ "You commented" : "Comentesti",
+ "%1$s commented" : "%1$s comentó",
+ "{author} commented" : "{author} comentó",
+ "You commented on %1$s" : "Comentesti en %1$s",
+ "You commented on {file}" : "Comentesti en {file}",
+ "%1$s commented on %2$s" : "%1$s comentó en %2$s",
+ "{author} commented on {file}" : "{autor} comentó en {ficheru}",
+ "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros",
+ "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»",
"Edit comment" : "Editar comentariu",
"Delete comment" : "Desaniciar comentariu",
"New comment …" : "Comentariu nuevu...",
"Post" : "Espublizar",
"Cancel" : "Encaboxar",
"[Deleted user]" : "[Usuariu desaniciáu]",
- "Comments" : "Comentarios",
"No comments yet, start the conversation!" : "Entá nun hai comentarios. ¡Entama una conversación!",
"More comments …" : "Más comentarios...",
"Save" : "Guardar",
@@ -16,15 +25,6 @@ OC.L10N.register(
"Error occurred while posting comment" : "Asocedieron fallos entrín s'espublizaba'l comentariu",
"_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"],
"Comment" : "Comentariu",
- "You commented" : "Comentesti",
- "%1$s commented" : "%1$s comentó",
- "{author} commented" : "{author} comentó",
- "You commented on %1$s" : "Comentesti en %1$s",
- "You commented on {file}" : "Comentesti en {file}",
- "%1$s commented on %2$s" : "%1$s comentó en %2$s",
- "{author} commented on {file}" : "{autor} comentó en {ficheru}",
- "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros",
- "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s mentóte nun comentariu de «%2$s»"
},
"nplurals=2; plural=(n != 1);");