diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-01 21:17:14 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-12 11:27:45 +0100 |
commit | bf596cbb426bd672a46484bca3bd07cfa6662919 (patch) | |
tree | 41ef466309f3e567f63e8e68ef272b0a4e214138 /plugins/55/wrap/lang/cs/settings.php | |
parent | Initial commit. (diff) | |
download | dokuwiki-plugins-extra-bf596cbb426bd672a46484bca3bd07cfa6662919.tar.xz dokuwiki-plugins-extra-bf596cbb426bd672a46484bca3bd07cfa6662919.zip |
Adding upstream version 20241201.upstream/20241201upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'plugins/55/wrap/lang/cs/settings.php')
-rw-r--r-- | plugins/55/wrap/lang/cs/settings.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/55/wrap/lang/cs/settings.php b/plugins/55/wrap/lang/cs/settings.php new file mode 100644 index 0000000..9df5aff --- /dev/null +++ b/plugins/55/wrap/lang/cs/settings.php @@ -0,0 +1,17 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Petr Kajzar <petr.kajzar@lf1.cuni.cz> + * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> + */ +$lang['noPrefix'] = 'Která (čárkou oddělená) jména tříd nemají být označována předponou "wrap_"?'; +$lang['restrictedClasses'] = 'Omezit použití zásuvného modulu na tyto (čárkou oddělené) třídy'; +$lang['restrictionType'] = 'Typ omezení, rozhoduje jestli mají být výše uvedené třídy zahrnuty nebo vyřazeny'; +$lang['restrictionType_o_0'] = 'Povolit všechny třídy kromě těch výše'; +$lang['restrictionType_o_1'] = 'Omezit pouze na třídy výše a žádné jiné'; +$lang['syntaxDiv'] = 'Jaká syntax má být použita ve výběru pro zarovnání do bloku? '; +$lang['syntaxSpan'] = 'Jaká syntax má být použita ve výběru pro zarovnání v řádku? '; +$lang['darkTpl'] = 'Optimalizovat barvy pro tmavý vzhled?'; +$lang['emulatedHeadlines'] = 'Používat napodobeniny nadpisů? (zastaralé, pouze pro starší verze)'; |