summaryrefslogtreecommitdiffstats
path: root/l10n/sk_SK.php
blob: a02b132625e492c4e7f4ee8a5dd9313593ec296b (plain)
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
<?php
$TRANSLATIONS = array(
"Can not add feed: Exists already" => "Nemožno pridať kanál: Už existuje",
"Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid xml" => "Nemožno pridať kanál: URL neexistuje, SSL certifikát nemožno overiť alebo obsahuje neplatné xml",
"Articles without feed" => "Články bez zdroja",
"Can not add folder: Exists already" => "Nemožno pridať priečinok: Už existuje",
"Saved" => "Uložené",
"Refresh" => "Obnoviť",
"by" => "od",
"from" => "z",
"Download" => "Sťahovanie",
"Description" => "Popis",
"right" => "vpravo",
"left" => "vľavo",
"Subscribe" => "Prihlásiť",
"Web address" => "Web adresa",
"Feed exists already!" => "Zdroj už existuje!",
"Folder" => "Priečinok",
"No folder" => "Žiaden priečinok",
"New folder" => "Nový priečinok",
"Folder name" => "Názov priečinka",
"Folder exists already!" => "Priečinok už existuje!",
"New Folder" => "Nový priečinok",
"Create" => "Vytvoriť",
"Rename" => "Premenovať",
"Rename feed" => "Premenuj kanál",
"Delete feed" => "Odstrániť kanál",
"Collapse" => "Zvinúť",
"Rename folder" => "Premenovať priečinok",
"Delete folder" => "Odstrániť priečinok",
"Starred" => "S hviezdičkou",
"Unread articles" => "Neprečítané články",
"All articles" => "Všetky články",
"Settings" => "Nastavenia",
"Keyboard shortcuts" => "Klávesové skratky",
"Subscriptions (OPML)" => "Odber (OPML)",
"Import" => "Import",
"Export" => "Export",
"Error when importing: file does not contain valid OPML" => "Chyba pri importe: Súbor neobsahuje platné OPML",
"Unread/Starred Articles" => "Neprečítané články s hviezdičkou",
"Error when importing: file does not contain valid JSON" => "Chyba pri importe: súbor neobsahuje platný JSON"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";