Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sk_SK.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2192a9f1703b81ddb42c63fdcda7ce36f6f0e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Invalid file path supplied." => "Neplatná cesta k súboru.",
"Cannot save file as it has been modified since opening" => "Nie je možné uložiť súbor, pretože bol od otvorenia zmenený",
"Insufficient permissions" => "Nedostatočné oprávnenia",
"File path not supplied" => "Nebola uvedená cesta k súboru",
"File mtime not supplied" => "Nebol uvedený mtime súboru",
"Save" => "Uložiť",
"Search" => "Hľadať",
"Next" => "Ďalšia",
"Clear" => "Vyčistiť",
"Saving..." => "Ukladám...",
"An error occurred!" => "Vyskytla sa chyba!",
"There are unsaved changes in the text editor" => "V editore sú neuložené zmeny",
"There were unsaved changes, click here to go back" => "Zostali neuložené zmeny. Kliknite sem pre návrat"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";