blob: ad4d45a98e00818b2de8df01be39278e109b6208 (
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" : "Ne povis foriĝi %s por ĉiam",
"Couldn't restore %s" : "Ne povis restaŭriĝi %s",
"Deleted files" : "Forigitaj dosieroj",
"Restore" : "Restaŭri",
"Error" : "Eraro",
"restored" : "restaŭrita",
"Nothing in here. Your trash bin is empty!" : "Nenio estas ĉi tie. Via rubujo malplenas!",
"Name" : "Nomo",
"Deleted" : "Forigita",
"Delete" : "Forigi"
},
"nplurals=2; plural=(n != 1);");
|