blob: 159a1ca38ad270458b5242738d3c009df0164fb1 (
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" : "Nuk munda ta eliminoj përfundimisht %s",
"Couldn't restore %s" : "Nuk munda ta rivendos %s",
"Deleted files" : "Skedarë të fshirë ",
"Restore" : "Rivendos",
"Delete permanently" : "Fshi përfundimisht",
"Error" : "Veprim i gabuar",
"restored" : "rivendosur",
"Nothing in here. Your trash bin is empty!" : "Këtu nuk ka asgjë. Koshi juaj është bosh!",
"Name" : "Emri",
"Deleted" : "Eliminuar",
"Delete" : "Elimino"
},
"nplurals=2; plural=(n != 1);");
|