Blame view

sources/apps/files_trashbin/l10n/sl.php 660 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "Datoteke %s ni mogoče dokončno izbrisati.",
  "Couldn't restore %s" => "Ni mogoče obnoviti %s",
  "perform restore operation" => "izvedi opravilo obnavljanja",
  "delete file permanently" => "dokončno izbriši datoteko",
  "Delete permanently" => "Izbriši dokončno",
  "Name" => "Ime",
  "Deleted" => "Izbrisano",
  "1 folder" => "1 mapa",
  "{count} folders" => "{count} map",
  "1 file" => "1 datoteka",
  "{count} files" => "{count} datotek",
  "Nothing in here. Your trash bin is empty!" => "Mapa smeti je prazna.",
  "Restore" => "Obnovi",
  "Delete" => "Izbriši",
  "Deleted Files" => "Izbrisane datoteke"
  );