diff options
Diffstat (limited to 'apps/files_trashbin/l10n/sl.php')
-rw-r--r-- | apps/files_trashbin/l10n/sl.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/sl.php b/apps/files_trashbin/l10n/sl.php index 4765945747d..04fd13763fe 100644 --- a/apps/files_trashbin/l10n/sl.php +++ b/apps/files_trashbin/l10n/sl.php @@ -1,8 +1,17 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "Datoteke %s ni mogoče trajno izbrisati.", +"Couldn't restore %s" => "Ni mogoče obnoviti %s", +"perform restore operation" => "izvedi opravilo obnavljanja", +"delete file permanently" => "izbriši datoteko trajno", +"Delete permanently" => "Izbriši trajno", "Name" => "Ime", +"Deleted" => "izbrisano", "1 folder" => "1 mapa", "{count} folders" => "{count} map", "1 file" => "1 datoteka", "{count} files" => "{count} datotek", -"Delete" => "Izbriši" +"Nothing in here. Your trash bin is empty!" => "Mapa smeti je prazna.", +"Restore" => "Obnovi", +"Delete" => "Izbriši", +"Deleted Files" => "Izbrisane datoteke" ); |