Skip to content

Commit 0947f09

Browse files
authored
Merge pull request #56 from RCejdik/master
Czech and Slovak translations
2 parents e6ab868 + d5d4cf1 commit 0947f09

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

localization/cs_CZ.inc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
$labels = array();
3+
$labels['notes'] = 'Poznámky';
4+
$labels['note_new'] = 'Nová';
5+
$labels['note_edit'] = 'Upravit';
6+
$labels['note_rename'] = 'Přejmenovat';
7+
$labels['note_del'] = 'Smazat';
8+
$labels['note_send'] = 'Odeslat';
9+
$labels['note_upload'] = 'Nahrát';
10+
$labels['note_title'] = 'Název poznámky';
11+
$labels['note_tags'] = 'Text oddělený čárkou (CSV)';
12+
$labels['note_inv_format'] = 'Nepodporovaný formát poznámky!';
13+
$labels['note_del_note'] = 'Opravdu chcete smazat "%note%"?';
14+
$labels['note_subject'] = 'Odeslat e-mailem: ';
15+
$labels['note_formathtml'] = 'HTML';
16+
$labels['note_formatmd'] = 'Markdown';
17+
$labels['note_formattxt'] = 'Čistý text';
18+
$labels['note_formatpdf'] = 'Adobe PDF';
19+
$labels['note_formatjpg'] = 'JPG';
20+
$labels['note_formatpng'] = 'PNG';
21+
$labels['ariallabelnewoptions'] = 'Předvolby';
22+
$labels['note_defaultformat'] = 'Výchozí formát';
23+
$labels['note_listformat'] = 'Zobrazované formáty';
24+
$labels['note_yamls'] = 'Povolit YAML';
25+
$labels['note_rmedia_md'] = 'Odstranit automaticky vložená média';
26+
?>

localization/sk_SK.inc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
$labels = array();
3+
$labels['notes'] = 'Poznámky';
4+
$labels['note_new'] = 'Nová';
5+
$labels['note_edit'] = 'Upraviť';
6+
$labels['note_rename'] = 'Premenovať';
7+
$labels['note_del'] = 'Zmazať';
8+
$labels['note_send'] = 'Odoslať';
9+
$labels['note_upload'] = 'Nahrať';
10+
$labels['note_title'] = 'Názov poznámky';
11+
$labels['note_tags'] = 'Text oddelený čiarkou (CSV)';
12+
$labels['note_inv_format'] = 'Nepodporovaný formát poznámky!';
13+
$labels['note_del_note'] = 'Naozaj chcete zmazať "%note%"?';
14+
$labels['note_subject'] = 'Odoslať e-mailom: ';
15+
$labels['note_formathtml'] = 'HTML';
16+
$labels['note_formatmd'] = 'Markdown';
17+
$labels['note_formattxt'] = 'Čistý text';
18+
$labels['note_formatpdf'] = 'Adobe PDF';
19+
$labels['note_formatjpg'] = 'JPG';
20+
$labels['note_formatpng'] = 'PNG';
21+
$labels['ariallabelnewoptions'] = 'Predvolby';
22+
$labels['note_defaultformat'] = 'Predvolený formát';
23+
$labels['note_listformat'] = 'Zobrazované formáty';
24+
$labels['note_yamls'] = 'Povoliť YAML';
25+
$labels['note_rmedia_md'] = 'Odstrániť automaticky vložené médiá';
26+
?>

0 commit comments

Comments
 (0)