summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/es_CR.js
blob: db0f96010ee5541fd52b84b7aa5469147f683cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files",
    {
    "Files" : "Archivos",
    "A new file or folder has been <strong>created</strong>" : "Un nuevo archivo o carpeta ha sido <strong>creado</strong>",
    "A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong>",
    "A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>eliminado</strong>",
    "A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
    "You created %1$s" : "Usted creó %1$s",
    "%2$s created %1$s" : "%2$s creó %1$s",
    "%1$s was created in a public folder" : "%1$s fue creado en un folder público",
    "You changed %1$s" : "Usted cambió %1$s",
    "%2$s changed %1$s" : "%2$s cambió %1$s",
    "You deleted %1$s" : "Usted eliminó %1$s",
    "%2$s deleted %1$s" : "%2$s eliminó %1$s",
    "You restored %1$s" : "Usted restauró %1$s",
    "%2$s restored %1$s" : "%2$s restauró %1$s"
},
"nplurals=2; plural=(n != 1);");