summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/ast.js
blob: 5090bea7f99cf609829a9a6bc6123800d27883ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
OC.L10N.register(
    "comments",
    {
    "New comment …" : "Comentariu nuevu...",
    "Delete comment" : "Desaniciar comentariu",
    "Post" : "Espublizar",
    "Cancel" : "Encaboxar",
    "Edit comment" : "Editar comentariu",
    "[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",
    "Error occurred while retrieving comment with id {id}" : "Asocedió un fallu entrín se recibía'l comentariu cola ID {id}",
    "Error occurred while updating comment with id {id}" : "Asocedió un fallu entrín s'anovaba'l comentariu cola ID {id}",
    "Error occurred while posting comment" : "Asocedieron fallos entrín s'espublizaba'l comentariu",
    "Comment" : "Comentariu",
    "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros",
    "You commented" : "Comentesti",
    "%1$s commented" : "%1$s comentó",
    "You commented on %2$s" : "Comentesti en %2$s",
    "%1$s commented on %2$s" : "%1$s comentó en %2$s",
    "Type in a new comment..." : "Teclexa un comentariu nuevu...",
    "No other comments available" : "Nun hai otros comentarios disponibles",
    "More comments..." : "Más comentarios...",
    "{count} unread comments" : "{count} comentarios ensin lleer"
},
"nplurals=2; plural=(n != 1);");