summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ca.js
blob: 450358c851ff9fb239cc66430a1829adcc23a91b (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",
    "Delete permanently" : "Esborra permanentment",
    "Error" : "Error",
    "restored" : "restaurat",
    "Name" : "Nom",
    "Deleted" : "Eliminat",
    "Delete" : "Esborra"
},
"nplurals=2; plural=(n != 1);");