blob: 3a1a5432fc87ab0f1a71a5e32ae1d47dad275507 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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",
"Nothing in here. Your trash bin is empty!" : "La paperera està buida!",
"Name" : "Nom",
"Deleted" : "Eliminat",
"Delete" : "Esborra"
},
"nplurals=2; plural=(n != 1);");
|