server/apps/files_trashbin/l10n/sr.php

12 lines
491 B
PHP
Raw Normal View History

2013-01-31 23:19:28 +00:00
<?php $TRANSLATIONS = array(
2013-02-01 23:08:15 +00:00
"perform restore operation" => "врати у претходно стање",
"Name" => "Име",
"Deleted" => "Обрисано",
2013-01-31 23:19:28 +00:00
"1 folder" => "1 фасцикла",
"{count} folders" => "{count} фасцикле/и",
"1 file" => "1 датотека",
2013-02-01 23:08:15 +00:00
"{count} files" => "{count} датотеке/а",
"Nothing in here. Your trash bin is empty!" => "Овде нема ништа. Корпа за отпатке је празна.",
"Restore" => "Врати"
2013-01-31 23:19:28 +00:00
);