summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/ast.js
blob: fbb36e2e7668ba460986fe56867e2b5fcefad2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "comments",
    {
    "Comments" : "Comentarios",
    "You commented" : "Comentesti",
    "{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}" : "{author} comentó en {file}",
    "No more messages" : "Nun hai más mensaxes",
    "_1 new comment_::_{unread} new comments_" : ["1 comentariu nuevu","{unread} comentarios nuevos"],
    "Comment" : "Comentariu",
    "An error occurred while trying to edit the comment" : "Prodúxose un error mentanto se tentaba d'editar el comentariu",
    "Comment deleted" : "Desanicióse'l comentariu",
    "An error occurred while trying to delete the comment" : "Prodúxose un error mentanto se tentaba de desaniciar el comentariu",
    "An error occurred while trying to create the comment" : "Prodúxose un error mentanto se tentaba de crear el comentariu",
    "_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"]
},
"nplurals=2; plural=(n != 1);");