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

es.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 02e45762e09110518d65539843e1867c83c0b57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "comments",
    {
    "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos",
    "You commented" : "Has comentado",
    "%1$s commented" : "%1$s comentados",
    "You commented on %2$s" : "Has comentado en %2$s",
    "%1$s commented on %2$s" : "%1$s comentados en %2$s",
    "Comments" : "Comentarios",
    "Type in a new comment..." : "Ingrese un nuevo comentario...",
    "Delete comment" : "Borrar comentario",
    "Post" : "Publicar",
    "Cancel" : "Cancelar",
    "Edit comment" : "Editar comentario",
    "[Deleted user]" : "[Usuario eliminado]",
    "No other comments available" : "No hay otros comentarios disponibles",
    "More comments..." : "Más comentarios...",
    "Save" : "Guardar",
    "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
    "{count} unread comments" : "{count} comentarios no leídos",
    "Comment" : "Comentario"
},
"nplurals=2; plural=(n != 1);");