diff options
author | Denis Simakov <akinoame1@gmail.com> | 2006-03-04 18:44:58 +0100 |
---|---|---|
committer | Denis Simakov <akinoame1@gmail.com> | 2006-03-04 18:44:58 +0100 |
commit | f8a946486839b48c79400daa79d983d7656bec15 (patch) | |
tree | f6156b9981da350718c0b0eca50cbf7ed4c90e5e /lib | |
parent | 574957a4007e0b4110e8efffc1f6478e1caecb21 (diff) | |
download | rpg-f8a946486839b48c79400daa79d983d7656bec15.tar.gz rpg-f8a946486839b48c79400daa79d983d7656bec15.tar.bz2 |
russian translation update
darcs-hash:20060304174458-3c565-a56111a5fe73e86191099225105f752ad55cd365.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/config/lang/ru/lang.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/ru/lang.php b/lib/plugins/config/lang/ru/lang.php index 06156e90d..c797011d4 100644 --- a/lib/plugins/config/lang/ru/lang.php +++ b/lib/plugins/config/lang/ru/lang.php @@ -40,7 +40,7 @@ $lang['toptoclevel'] = 'Мин. уровень в содержании'; // $lang['maxtoclevel'] = 'Макс. уровень в содержании'; //Up to which level include into AutoTOC (max. 5) $lang['maxseclevel'] = 'Макс. уровень для правки'; //Up to which level create editable sections (max. 5) $lang['camelcase'] = 'Использовать ВикиРегистр для ссылок'; //Use CamelCase for linking? (I don't like it) 0|1 -$lang['deaccent'] = 'Убирать диакр. знаки в именах страниц'; //convert accented chars to unaccented ones in pagenames? +$lang['deaccent'] = 'Транслитерация в именах страниц'; //convert accented chars to unaccented ones in pagenames? $lang['useheading'] = 'Первый заголовок вместо имени'; //use the first heading in a page as its name $lang['refcheck'] = 'Проверять ссылки на медиа-файлы'; //check for references before deleting media files $lang['refshow'] = 'Показывать ссылок на медиа-файлы'; //how many references should be shown, 5 is a good value @@ -113,6 +113,11 @@ $lang['userewrite_o_0'] = '(нет)'; $lang['userewrite_o_1'] = 'htaccess'; $lang['userewrite_o_2'] = 'средствами ДокуВики'; +/* deaccent options */ +$lang['deaccent_o_0'] = 'отключить'; +$lang['deaccent_o_1'] = 'убирать только диакр. знаки'; +$lang['deaccent_o_2'] = 'полная транслитерация'; + /* gdlib options */ $lang['gdlib_o_0'] = 'GD Lib недоступна'; $lang['gdlib_o_1'] = 'версия 1.x'; |