server/apps/files_trashbin/l10n/sl.php

9 lines
196 B
PHP
Raw Normal View History

2013-01-31 23:19:28 +00:00
<?php $TRANSLATIONS = array(
"Name" => "Ime",
"1 folder" => "1 mapa",
"{count} folders" => "{count} map",
"1 file" => "1 datoteka",
2013-02-21 23:08:47 +00:00
"{count} files" => "{count} datotek",
"Delete" => "Izbriši"
2013-01-31 23:19:28 +00:00
);