diff options
author | Jaroslav Lichtblau <jlichtblau@seznam.cz> | 2015-08-11 20:26:17 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-08-11 20:26:17 +0200 |
commit | 174004e9f7705c99ac73f4fd56fe609de16730b4 (patch) | |
tree | ad63dde14b3c8f3cebece526edea788d66ec0e44 /lib/tpl | |
parent | a060d9973e7c1d5051f2cc426937881826e4972e (diff) | |
download | rpg-174004e9f7705c99ac73f4fd56fe609de16730b4.tar.gz rpg-174004e9f7705c99ac73f4fd56fe609de16730b4.tar.bz2 |
translation update
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/dokuwiki/lang/cs/lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/tpl/dokuwiki/lang/cs/lang.php b/lib/tpl/dokuwiki/lang/cs/lang.php new file mode 100644 index 000000000..0f03ba491 --- /dev/null +++ b/lib/tpl/dokuwiki/lang/cs/lang.php @@ -0,0 +1,10 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> + */ +$lang['__link__'] = 'Hlavní barva odkazů'; +$lang['__existing__'] = 'Barva odkazů na existující stránky'; +$lang['__missing__'] = 'Barva odkazů na neexistující stránky'; |