Blame view

sources/apps/files/l10n/sk_SK.php 4.73 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
  <?php $TRANSLATIONS = array(
  "Could not move %s - File with this name already exists" => "Nie je možné presunúť %s - súbor s týmto menom už existuje",
  "Could not move %s" => "Nie je možné presunúť %s",
  "Unable to rename file" => "Nemožno premenovať súbor",
  "No file was uploaded. Unknown error" => "Žiaden súbor nebol odoslaný. Neznáma chyba",
  "There is no error, the file uploaded with success" => "Nenastala žiadna chyba, súbor bol úspešne nahraný",
  "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Nahraný súbor predčil  konfiguračnú direktívu upload_max_filesize v súbore php.ini:",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Nahrávaný súbor presiahol MAX_FILE_SIZE direktívu, ktorá bola špecifikovaná v HTML formulári",
  "The uploaded file was only partially uploaded" => "Nahrávaný súbor bol iba čiastočne nahraný",
  "No file was uploaded" => "Žiaden súbor nebol nahraný",
  "Missing a temporary folder" => "Chýbajúci dočasný priečinok",
  "Failed to write to disk" => "Zápis na disk sa nepodaril",
  "Not enough storage available" => "Nedostatok dostupného úložného priestoru",
  "Invalid directory." => "Neplatný priečinok",
  "Files" => "Súbory",
  "Share" => "Zdieľať",
  "Delete permanently" => "Zmazať  trvalo",
  "Delete" => "Odstrániť",
  "Rename" => "Premenovať",
  "Pending" => "Čaká sa",
  "{new_name} already exists" => "{new_name} už existuje",
  "replace" => "nahradiť",
  "suggest name" => "pomôcť s menom",
  "cancel" => "zrušiť",
  "replaced {new_name} with {old_name}" => "prepísaný {new_name} súborom {old_name}",
  "undo" => "vrátiť",
  "perform delete operation" => "vykonať zmazanie",
  "'.' is an invalid file name." => "'.' je neplatné meno súboru.",
  "File name cannot be empty." => "Meno súboru nemôže byť prázdne",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nesprávne meno, '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nie sú povolené hodnoty.",
  "Your storage is full, files can not be updated or synced anymore!" => "Vaše úložisko je plné. Súbory nemožno aktualizovať ani synchronizovať!",
  "Your storage is almost full ({usedSpacePercent}%)" => "Vaše úložisko je takmer plné ({usedSpacePercent}%)",
  "Your download is being prepared. This might take some time if the files are big." => "Vaše sťahovanie sa pripravuje. Ak sú sťahované súbory veľké, môže to chvíľu trvať.",
  "Unable to upload your file as it is a directory or has 0 bytes" => "Nemôžem nahrať súbor lebo je to priečinok alebo má 0 bajtov.",
  "Upload Error" => "Chyba odosielania",
  "Close" => "Zavrieť",
  "1 file uploading" => "1 súbor sa posiela ",
  "{count} files uploading" => "{count} súborov odosielaných",
  "Upload cancelled." => "Odosielanie zrušené",
  "File upload is in progress. Leaving the page now will cancel the upload." => "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.",
  "URL cannot be empty." => "URL nemôže byť prázdne",
  "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Neplatné meno priečinka. Používanie mena 'Shared' je vyhradené len pre Owncloud",
  "Name" => "Meno",
  "Size" => "Veľkosť",
  "Modified" => "Upravené",
  "1 folder" => "1 priečinok",
  "{count} folders" => "{count} priečinkov",
  "1 file" => "1 súbor",
  "{count} files" => "{count} súborov",
  "Upload" => "Odoslať",
  "File handling" => "Nastavenie správania sa k súborom",
  "Maximum upload size" => "Maximálna veľkosť odosielaného súboru",
  "max. possible: " => "najväčšie možné:",
  "Needed for multi-file and folder downloads." => "Vyžadované pre sťahovanie viacerých súborov a priečinkov.",
  "Enable ZIP-download" => "Povoliť sťahovanie ZIP súborov",
  "0 is unlimited" => "0 znamená neobmedzené",
  "Maximum input size for ZIP files" => "Najväčšia veľkosť ZIP súborov",
  "Save" => "Uložiť",
  "New" => "Nový",
  "Text file" => "Textový súbor",
  "Folder" => "Priečinok",
  "From link" => "Z odkazu",
  "Deleted files" => "Zmazané súbory",
  "Cancel upload" => "Zrušiť odosielanie",
  "You don’t have write permissions here." => "Nemáte oprávnenie na zápis.",
  "Nothing in here. Upload something!" => "Žiadny súbor. Nahrajte niečo!",
  "Download" => "Stiahnuť",
  "Unshare" => "Nezdielať",
  "Upload too large" => "Odosielaný súbor je príliš veľký",
  "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.",
  "Files are being scanned, please wait." => "Čakajte, súbory sú prehľadávané.",
  "Current scanning" => "Práve prezerané",
  "Upgrading filesystem cache..." => "Aktualizujem medzipamäť súborového systému..."
  );