Blame view

sources/apps/files_texteditor/l10n/sk_SK.php 477 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
  <?php $TRANSLATIONS = array(
  "Save" => "Uložiť",
6d9380f96   Cédric Dupont   Update sources OC...
3
  "Search" => "Hľadať",
d1bafeea1   Kload   [fix] Upgrade to ...
4
5
6
7
8
9
  "Close" => "Zatvoriť",
  "Next" => "Ďalšia",
  "Clear" => "Vyčistiť",
  "Saving..." => "Ukladám...",
  "Failed to save file" => "Súbor sa nepodarilo uložiť",
  "An error occurred!" => "Vyskytla sa chyba!",
6d9380f96   Cédric Dupont   Update sources OC...
10
  "There are unsaved changes in the text editor" => "V editore sú neuložené zmeny",
d1bafeea1   Kload   [fix] Upgrade to ...
11
12
  "There were unsaved changes, click here to go back" => "Zostali neuložené zmeny. Kliknite sem pre návrat"
  );