2014-10-17 16:20:02 +04:00
|
|
|
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",
|
2015-11-24 09:56:32 +03:00
|
|
|
"Delete" : "Forigi",
|
2014-12-10 09:55:34 +03:00
|
|
|
"Delete permanently" : "Forigi por ĉiam",
|
2014-10-17 16:20:02 +04:00
|
|
|
"Error" : "Eraro",
|
|
|
|
"restored" : "restaŭrita",
|
2015-06-02 08:56:23 +03:00
|
|
|
"Select all" : "Elekti ĉion",
|
2014-10-17 16:20:02 +04:00
|
|
|
"Name" : "Nomo",
|
2015-11-24 09:56:32 +03:00
|
|
|
"Deleted" : "Forigita"
|
2014-10-17 16:20:02 +04:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|