diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-01 20:45:31 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-12 11:20:41 +0100 |
commit | facc04d43a98ffde4eb8e8e0047fdec564108b4e (patch) | |
tree | dc4150a755213b2417d0a5afa05a792416730e70 /plugins/55/wrap/lang/cs/settings.php | |
parent | Adding wrap makefile. (diff) | |
download | dokuwiki-plugins-extra-facc04d43a98ffde4eb8e8e0047fdec564108b4e.tar.xz dokuwiki-plugins-extra-facc04d43a98ffde4eb8e8e0047fdec564108b4e.zip |
Adding wrap version 2023-08-13 (63b6c01).
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)'; |