File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed
Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 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+ ?>
Original file line number Diff line number Diff line change 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+ ?>
You can’t perform that action at this time.
0 commit comments