aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ca.js
blob: 7a31c5c2d9daeb6323c66ce97e7cebeafcec3a8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "No s'ha pogut esborrar permanentment %s",
    "Couldn't restore %s" : "No s'ha pogut restaurar %s",
    "Deleted files" : "Fitxers esborrats",
    "Restore" : "Recupera",
    "Error" : "Error",
    "restored" : "restaurat",
    "Nothing in here. Your trash bin is empty!" : "La paperera està buida!",
    "Name" : "Nom",
    "Deleted" : "Eliminat",
    "Delete" : "Esborra"
},
"nplurals=2; plural=(n != 1);");