Revision 765
Added by thorn over 16 years ago
trunk/CHANGELOG | ||
---|---|---|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 | 14 |
24-Mar-2008 Matthias Gallas |
15 | 15 |
! Added class nixhier to frontend.css from form and news Modul (required for ASP) |
16 |
24-Mar-2008 Thomas Hornik |
|
16 |
24-Mar-2008 Thomas Hornik |
|
17 |
+ Added RU-language-files, provided by user shlack; converted to entities. |
|
17 | 18 |
# search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3 |
18 | 19 |
# FCK-Editor: loads large pages faster |
19 | 20 |
- removed include/captcha/asp.php. css have to be added to module's css-files. |
trunk/wb/modules/wrapper/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
----------------------------------------------------------------------------------------- |
|
25 |
RUSSIAN LANGUAGE FILE FOR THE ADDON: WRAPPER |
|
26 |
----------------------------------------------------------------------------------------- |
|
27 |
*/ |
|
28 |
|
|
29 |
// Headings and text outputs |
|
30 |
$MOD_WRAPPER['NOTICE'] = 'Ваш browser не поддерживает inline-фреймы.<br />Нажмите на ссылку ниже, чтобы перейти к импортированному сюда сайту...<br />'; |
|
31 |
|
|
32 |
?> |
|
0 | 33 |
trunk/wb/modules/menu_link/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
----------------------------------------------------------------------------------------- |
|
25 |
RUSSIAN LANGUAGE FILE FOR THE ADDON: MENU_LINK |
|
26 |
----------------------------------------------------------------------------------------- |
|
27 |
*/ |
|
28 |
|
|
29 |
// Headings and text outputs |
|
30 |
$MOD_MENU_LINK['TEXT'] = 'Нажмите здесь для перехода на главную'; |
|
31 |
$MOD_MENU_LINK['EXTERNAL_LINK'] = 'Внешняя ссылка'; |
|
32 |
|
|
33 |
?> |
|
0 | 34 |
trunk/wb/modules/wysiwyg/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
----------------------------------------------------------------------------------------- |
|
25 |
RUSSIAN TRANSLATION FOR MODULE: WYSIWYG |
|
26 |
----------------------------------------------------------------------------------------- |
|
27 |
*/ |
|
28 |
|
|
29 |
// Russian translation |
|
30 |
$module_description = 'Модуль позволяет редактировать содержимое страницы, используя визуальный редактор'; |
|
31 |
|
|
32 |
?> |
|
0 | 33 |
trunk/wb/modules/captcha_control/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
----------------------------------------------------------------------------------------- |
|
25 |
RUSSIAN LANGUAGE FILE FOR THE CAPTCHA-CONTROL ADMIN TOOL |
|
26 |
----------------------------------------------------------------------------------------- |
|
27 |
*/ |
|
28 |
|
|
29 |
// Headings and text outputs |
|
30 |
$MOD_CAPTCHA_CONTROL['HEADING'] = 'Управление Captcha и ASP'; |
|
31 |
$MOD_CAPTCHA_CONTROL['HOWTO'] = 'Здесь вы можете управлять настройками "CAPTCHA" и "Advanced Spam Protection" (ASP). Для того чтобы ASP работал в модулях, вам необходимо настроить его поведение здесь.'; |
|
32 |
|
|
33 |
// Text and captions of form elements |
|
34 |
$MOD_CAPTCHA_CONTROL['CAPTCHA_CONF'] = 'Настройки CAPTCHA'; |
|
35 |
$MOD_CAPTCHA_CONTROL['CAPTCHA_TYPE'] = 'Тип CAPTCHA'; |
|
36 |
$MOD_CAPTCHA_CONTROL['CAPTCHA_EXP'] = 'Настройки CAPTCHA для модулей находятся в настройках соответствующего модуля'; |
|
37 |
$MOD_CAPTCHA_CONTROL['USE_SIGNUP_CAPTCHA']= 'Использовать CAPTCHA для формы регистрации'; |
|
38 |
$MOD_CAPTCHA_CONTROL['ENABLED'] = 'Включено'; |
|
39 |
$MOD_CAPTCHA_CONTROL['DISABLED'] = 'Выключено'; |
|
40 |
$MOD_CAPTCHA_CONTROL['ASP_CONF'] = 'Настройки Advanced Spam Protection'; |
|
41 |
$MOD_CAPTCHA_CONTROL['ASP_TEXT'] = 'Использовать ASP (если возможно)'; |
|
42 |
$MOD_CAPTCHA_CONTROL['ASP_EXP'] = 'ASP пытается определить, заполнена форма человеком или spam-роботом.'; |
|
43 |
$MOD_CAPTCHA_CONTROL['CALC_TEXT'] = 'Вычисления (текст)'; |
|
44 |
$MOD_CAPTCHA_CONTROL['CALC_IMAGE'] = 'Вычисления (картинка)'; |
|
45 |
$MOD_CAPTCHA_CONTROL['CALC_TTF_IMAGE'] = 'Вычисления (картинка с различными шрифтами и фоном)'; |
|
46 |
$MOD_CAPTCHA_CONTROL['TTF_IMAGE'] = 'Картинка с различными шрифтами и фоном'; |
|
47 |
$MOD_CAPTCHA_CONTROL['OLD_IMAGE'] = 'Старый стиль (не рекомндуеться)'; |
|
48 |
$MOD_CAPTCHA_CONTROL['TEXT'] = 'Текстовая CAPTCHA'; |
|
49 |
$MOD_CAPTCHA_CONTROL['CAPTCHA_ENTER_TEXT']= 'Вопросы и Ответы'; |
|
50 |
$MOD_CAPTCHA_CONTROL['CAPTCHA_TEXT_DESC'] = "Delete this all to add your own entries\nor your changes won't be saved!\n### example ###\nHere you can enter Questions and Answers.\nUse:\n?What's <b>Claudia</b> Schiffer's <b>first name</b>?\n!Claudia\n?Question 2\n!Answer 2\n...\nif language doesn't matter.\n\nOr, if language do matter, use:\n?EN:What's <b>Claudia</b> Schiffer's <b>first name</b>?\n!Claudia\n?EN:Question 2\n!Answer 2\n?DE:Wie ist der <b>Vorname</b> von <b>Claudia</b> Schiffer?\n!Claudia\n...\n### example ###\n"; |
|
51 |
|
|
52 |
$MOD_CAPTCHA['VERIFICATION'] = 'Проверка'; |
|
53 |
$MOD_CAPTCHA['ADDITION'] = 'плюс'; |
|
54 |
$MOD_CAPTCHA['SUBTRAKTION'] = 'минус'; |
|
55 |
$MOD_CAPTCHA['MULTIPLIKATION'] = 'умножить на'; |
|
56 |
$MOD_CAPTCHA['VERIFICATION_INFO_RES'] = 'Укажите результат'; |
|
57 |
$MOD_CAPTCHA['VERIFICATION_INFO_TEXT'] = 'Укажите текст'; |
|
58 |
$MOD_CAPTCHA['VERIFICATION_INFO_QUEST'] = 'Ответьте на вопрос'; |
|
59 |
$MOD_CAPTCHA['INCORRECT_VERIFICATION'] = 'Ошибка верификации'; |
|
60 |
|
|
61 |
?> |
|
0 | 62 |
trunk/wb/modules/form/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
*/ |
|
25 |
|
|
26 |
//Modul Description |
|
27 |
$module_description = 'Модуль позволяет создавать различные настраиваемые формы, например формы обратной связи. Rudolph Lartey помог улучшить данный модуль.'; |
|
28 |
|
|
29 |
//Variables for the backend |
|
30 |
$MOD_FORM['SETTINGS'] = 'Настройки формы'; |
|
31 |
|
|
32 |
// Variables for the module CSS edit outputs |
|
33 |
$CAP_EDIT_CSS = 'Редактировать CSS'; |
|
34 |
$CAP_TOGGLE_CSS = 'Редактировать '; |
|
35 |
$HEADING_CSS_FILE = 'Имя файла: '; |
|
36 |
$TXT_EDIT_CSS_FILE = 'Измените CSS файл, если необходимо:'; |
|
37 |
|
|
38 |
?> |
|
0 | 39 |
trunk/wb/modules/backup/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
----------------------------------------------------------------------------------------- |
|
25 |
RUSSIAN LANGUAGE FILE FOR THE ADDON: BACKUP |
|
26 |
----------------------------------------------------------------------------------------- |
|
27 |
*/ |
|
28 |
|
|
29 |
// text outputs |
|
30 |
$MOD_BACKUP['BACKUP_ALL_TABLES'] = 'Backup всех таблиц базы'; |
|
31 |
$MOD_BACKUP['BACKUP_WB_SPECIFIC'] = 'Backup только таблиц CMS'; |
|
32 |
$TEXT['BACKUP_DATABASE'] = 'Выполнить Backup'; |
|
33 |
|
|
34 |
?> |
|
0 | 35 |
trunk/wb/modules/jsadmin/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
----------------------------------------------------------------------------------------- |
|
25 |
RUSSIAN LANGUAGE FILE FOR THE ADDON: JAVASCRIPT ADMIN |
|
26 |
----------------------------------------------------------------------------------------- |
|
27 |
*/ |
|
28 |
|
|
29 |
// Headings and text outputs |
|
30 |
$MOD_JSADMIN['TXT_HEADING_B'] = 'Пожалуйста выберите Javascript функции, которые вы хотите включить'; |
|
31 |
$MOD_JSADMIN['TXT_PERSIST_ORDER_B'] = 'Запоминать порядок и вид страниц в меню'; |
|
32 |
$MOD_JSADMIN['TXT_AJAX_ORDER_PAGES_B'] = 'Изменять порядок страниц, используя drag-and-drop'; |
|
33 |
$MOD_JSADMIN['TXT_AJAX_ORDER_SECTIONS_B'] = 'Изменять порядок секций, используя drag-and-drop'; |
|
34 |
$MOD_JSADMIN['TXT_ERROR_INSTALLINFO_B'] = '<h1>Ошибка</h1><p>JavaScript Admin требует YUI (Yahoo User Interface) framework.<br />Следующие файлы необходимы для корректной работы Javascript Admin:<br /><br />'; |
|
35 |
|
|
36 |
?> |
|
0 | 37 |
trunk/wb/modules/output_filter/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
----------------------------------------------------------------------------------------- |
|
25 |
RUSSIAN LANGUAGE FILE FOR THE ADDON: OUTPUT_FILTER |
|
26 |
----------------------------------------------------------------------------------------- |
|
27 |
*/ |
|
28 |
|
|
29 |
// Headings and text outputs |
|
30 |
$MOD_MAIL_FILTER['HEADING'] = 'Настройки: Output Filter'; |
|
31 |
$MOD_MAIL_FILTER['HOWTO'] = 'Вы можете настроить фильтрацию, используя настройки ниже.<p style="line-height:1.5em;"><strong>Важно: </strong>Mailto ссылки могут быть скрыты от спамеров с помощью Javascript. Чтобы использовать эту возможность, добавьте следующий PHP код <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> в <head> секцию index.php файла вашего шаблона. Иначе только символ @ будет заменен в mailto ссылках.</p>'; |
|
32 |
|
|
33 |
// Text and captions of form elements |
|
34 |
$MOD_MAIL_FILTER['BASIC_CONF'] = 'Основные настройки Email'; |
|
35 |
$MOD_MAIL_FILTER['EMAIL_FILTER'] = 'Скрывать Email адреса в тексте'; |
|
36 |
$MOD_MAIL_FILTER['MAILTO_FILTER'] = 'Скрывать Email адреса в mailto ссылках'; |
|
37 |
$MOD_MAIL_FILTER['ENABLED'] = 'Включено'; |
|
38 |
$MOD_MAIL_FILTER['DISABLED'] = 'Выключено'; |
|
39 |
|
|
40 |
$MOD_MAIL_FILTER['REPLACEMENT_CONF']= 'Замены в адресах Email'; |
|
41 |
$MOD_MAIL_FILTER['AT_REPLACEMENT'] = 'Заменять "@" на'; |
|
42 |
$MOD_MAIL_FILTER['DOT_REPLACEMENT'] = 'Заменять "." на'; |
|
43 |
|
|
44 |
?> |
|
0 | 45 |
trunk/wb/modules/reload/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
----------------------------------------------------------------------------------------- |
|
25 |
RUSSIAN LANGUAGE FILE FOR THE ADDON: RELOAD ADDINS |
|
26 |
----------------------------------------------------------------------------------------- |
|
27 |
*/ |
|
28 |
|
|
29 |
// Headings and text outputs |
|
30 |
$MOD_RELOAD['PLEASE_SELECT'] = 'Пожалуйста выберите что именно вы хотите перезагрузить'; |
|
31 |
$MOD_RELOAD['MODULES'] = 'Модули'; |
|
32 |
$MOD_RELOAD['TEMPLATES'] = 'Шаблоны'; |
|
33 |
$MOD_RELOAD['LANGUAGES'] = 'Языки'; |
|
34 |
$MOD_RELOAD['MODULES_RELOADED'] = 'Модули успешно перезагружены'; |
|
35 |
$MOD_RELOAD['TEMPLATES_RELOADED'] = 'Модули успешно перезагружены'; |
|
36 |
$MOD_RELOAD['LANGUAGES_RELOADED'] = 'Языки успешно перезагружены'; |
|
37 |
|
|
38 |
?> |
|
0 | 39 |
trunk/wb/modules/code/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
----------------------------------------------------------------------------------------- |
|
25 |
RUSIIAN LANGUAGE FOR MODULE: CODE |
|
26 |
----------------------------------------------------------------------------------------- |
|
27 |
*/ |
|
28 |
|
|
29 |
//Russian translation |
|
30 |
$module_description = 'Модуль позволяет выполнять PHP код (разрешайте его использование только доверенным пользователям!)'; |
|
31 |
|
|
32 |
?> |
|
0 | 33 |
trunk/wb/modules/fckeditor/fckeditor/editor/plugins/WBModules/lang/ru.js | ||
---|---|---|
1 |
FCKLang.WBModulesBtn = 'Вставить/Редактировать внутреннюю ссылку' ; |
|
2 |
FCKLang.WBModulesDlgTitle = ' Вставить внутреннюю ссылку' ; |
|
3 |
FCKLang.WBModulesDlgName = 'Вставка внутренней ссылки' ; |
|
4 |
FCKLang.WBModulesErrSelection = 'Пожалуйста выделите ссылающийся текст' ; |
|
5 |
FCKLang.WBModulesErrPageSelect = 'Выберите страницу чтобы сделать ссылку' ; |
|
6 |
FCKLang.WBModuleslblPageSelection = 'Выберите страницу для ссылки:'; |
|
7 |
FCKLang.WBModuleslblTitle = 'Заголовок'; |
|
0 | 8 |
trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/lang/ru.js | ||
---|---|---|
1 |
/* |
|
2 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net |
|
3 |
* Copyright (C) 2003-2007 Frederico Caldeira Knabben |
|
4 |
* |
|
5 |
* == BEGIN LICENSE == |
|
6 |
* |
|
7 |
* Licensed under the terms of any of the following licenses at your |
|
8 |
* choice: |
|
9 |
* |
|
10 |
* - GNU General Public License Version 2 or later (the "GPL") |
|
11 |
* http://www.gnu.org/licenses/gpl.html |
|
12 |
* |
|
13 |
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL") |
|
14 |
* http://www.gnu.org/licenses/lgpl.html |
|
15 |
* |
|
16 |
* - Mozilla Public License Version 1.1 or later (the "MPL") |
|
17 |
* http://www.mozilla.org/MPL/MPL-1.1.html |
|
18 |
* |
|
19 |
* == END LICENSE == |
|
20 |
* |
|
21 |
* Placholder Russian language file. |
|
22 |
*/ |
|
23 |
FCKLang.PlaceholderBtn = 'Вставить/Редактировать Placeholder' ; |
|
24 |
FCKLang.PlaceholderDlgTitle = 'Свойства Placeholder' ; |
|
25 |
FCKLang.PlaceholderDlgName = 'Имя Placeholder' ; |
|
26 |
FCKLang.PlaceholderErrNoName = 'Пожалуйста укажите имя placeholder' ; |
|
27 |
FCKLang.PlaceholderErrNameInUse = 'Такое имя уже используется' ; |
|
0 | 28 |
trunk/wb/modules/news/languages/RU.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project http://www.websitebaker.org/ |
|
8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Website Baker; if not, write to the Free Software |
|
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
|
|
24 |
*/ |
|
25 |
|
|
26 |
//Modul Description |
|
27 |
$module_description = 'Модуль предназначен для создания ленты новостей'; |
|
28 |
|
|
29 |
//Variables for the backend |
|
30 |
$MOD_NEWS['SETTINGS'] = 'Настройки новостной ленты'; |
|
31 |
|
|
32 |
// Variables for the module CSS edit outputs |
|
33 |
$CAP_EDIT_CSS = 'Редактировать CSS'; |
|
34 |
$CAP_TOGGLE_CSS = 'Редактировать '; |
|
35 |
$HEADING_CSS_FILE = 'Имя файла: '; |
|
36 |
$TXT_EDIT_CSS_FILE = 'Измените CSS файл, если необходимо:'; |
|
37 |
|
|
38 |
?> |
|
0 | 39 |
Also available in: Unified diff
Added RU-language-files, provided by user shlack; converted to entities.