Blame view
sources/apps/files_texteditor/l10n/sl.php
409 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "Save" => "Shrani", "Search:" => "Poišči:", "Close" => "Zapri", "Next" => "Naslednja", "Clear" => "Počisti", "Saving..." => "Shranjevanje ...", "Failed to save file" => "Shranjevanje datoteke je spodletelo", "An error occurred!" => "Prišlo je do napake!", "There were unsaved changes, click here to go back" => "Vse spremembe niso shranjene. Kliknite tu za vrnitev nazaj." ); |