2013-02-01 03:19:28 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-03-10 03:06:53 +04:00
|
|
|
"Couldn't delete %s permanently" => "Datoteke %s ni mogoče dokončno izbrisati.",
|
2013-03-09 03:06:34 +04:00
|
|
|
"Couldn't restore %s" => "Ni mogoče obnoviti %s",
|
|
|
|
"perform restore operation" => "izvedi opravilo obnavljanja",
|
2013-04-09 04:14:02 +04:00
|
|
|
"Error" => "Napaka",
|
2013-03-10 03:06:53 +04:00
|
|
|
"delete file permanently" => "dokončno izbriši datoteko",
|
|
|
|
"Delete permanently" => "Izbriši dokončno",
|
2013-02-01 03:19:28 +04:00
|
|
|
"Name" => "Ime",
|
2013-03-10 03:06:53 +04:00
|
|
|
"Deleted" => "Izbrisano",
|
2013-02-01 03:19:28 +04:00
|
|
|
"1 folder" => "1 mapa",
|
|
|
|
"{count} folders" => "{count} map",
|
|
|
|
"1 file" => "1 datoteka",
|
2013-02-22 03:08:47 +04:00
|
|
|
"{count} files" => "{count} datotek",
|
2013-03-09 03:06:34 +04:00
|
|
|
"Nothing in here. Your trash bin is empty!" => "Mapa smeti je prazna.",
|
|
|
|
"Restore" => "Obnovi",
|
|
|
|
"Delete" => "Izbriši",
|
|
|
|
"Deleted Files" => "Izbrisane datoteke"
|
2013-02-01 03:19:28 +04:00
|
|
|
);
|