| [ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['error_nomenumanager'] = 'Модуль MenuManager не найден'; 3 $lang['active'] = 'Активный'; 4 $lang['default'] = 'По умолчанию'; 5 $lang['prompt_themename'] = 'Экспортировать тему как: '; 6 $lang['info_themename'] = 'Это поле определяет название темы на выходе не зависимо от названия темы на входе'; 7 $lang['error_editingproblem'] = 'Проблема при удалении и изменении связанных с этой темой фалов.'; 8 $lang['error_problemsavingincludes'] = 'Проблема при сохранении файлов, закодированных в эту тему.'; 9 $lang['error_nofilesuploaded'] = 'Ничего не было закачано. Проверьте, что тег enctype формы multipart/form-data и именно нужное поле проверяется на закачанный файл.'; 10 $lang['error_templateexists'] = 'Шаблон "%s" уже существует'; 11 $lang['error_stylesheetexists'] = 'CSS "%s" уже существует'; 12 $lang['error_nostylesheets'] = 'В данной теме не найдено ни одной таблицы стилей'; 13 $lang['error_couldnotcreatetemplate'] = 'Невозможно создать определение шаблона'; 14 $lang['error_couldnotassoccss'] = 'Проблема при связывании таблиц стилей с шаблоном'; 15 $lang['error_nooutput'] = 'Нечего выводить'; 16 $lang['error_notemplate'] = 'Шаблон не может быть найден'; 17 $lang['error_dtdmismatch'] = 'Несовпадение версий DTD, невозможно импортировать'; 18 $lang['import'] = 'Импортировать'; 19 $lang['upload'] = 'Закачать тему'; 20 $lang['id'] = 'ID'; 21 $lang['name'] = 'Название'; 22 $lang['export'] = 'Экспорт'; 23 $lang['submit'] = 'Отправить'; 24 $lang['friendlyname'] = 'Менеджер шаблонов'; 25 $lang['postinstall'] = 'Удостоверьтесь, что установлено разрешение "Manage Themes" чтобы использовать этот модуль!'; 26 $lang['postuninstall'] = 'Сообщение об удалении'; 27 $lang['uninstalled'] = 'Модуль удален.'; 28 $lang['installed'] = 'Модуль версии %s установлен.'; 29 $lang['prefsupdated'] = 'Настройки модуля обновленны.'; 30 $lang['accessdenied'] = 'Отказано в доступе. Пожалуйста, проверьте свои права.'; 31 $lang['error'] = 'Ошибка!'; 32 $lang['upgraded'] = 'Модуль обновлен до версии %s.'; 33 $lang['moddescription'] = 'Этот модуль позволяет импортировать и экспортировать содержимое тем (шаблонов и таблиц стилей)'; 34 $lang['changelog'] = '<ul> 35 <li> 36 <p>version 1.0.7, August, 2006</p> 37 <p>More bug fixes, and split the code into separate files</p> 38 <p>Version 1.0.6. July, 2006</p> 39 <p>Fixed handling of javascript (and other files) in the template</p> 40 <p>Version 1.0.5. January, 2006</p> 41 <p>Fixed handling for multiple templates in one xml file, added css to template associations in the xml file, fixed some url parsing in css files, and a couple of lang strings (thanks pat)</p> 42 <p><b>Note:</b> XML files created with older versions of theme manager will <em>again</em> not import. This is because of the dtd versionin change, and this is a security feature. Sorry folks.</p> 43 </li> 44 <li><p>Version 1.0.4. January, 2006</p> 45 <p>Ensure we only output the same template, stylsheet, and file once (or make a reasonable effort at it), and added a dtdversion tag to the output. Also a much stricter permissons model. Removed the extra debug messages too.</p> 46 <p><b>Note:</b> XML files created with older versions of theme manager will not import. This is because of the dtd versioning scheme included, and this is a security feature. Sorry folks.</p> 47 </li> 48 <li><p>Version 1.0.3. January, 2006</p> 49 <p>Now supports multiple templates in one theme, recursive directory creation, and base64_encodes of all stylesheets and templates</p> 50 </li> 51 <li><p>Version 1.0.2. December, 2005</p> 52 <p>Now handles included images and javascript in both the stylesheets and the templates. When restoring files are restored to a directory created under uploads/themename.</p></li> 53 <li>Version 1.0.1. December, 2005 - Fixed dependencies, help, and general cleanup.</li> 54 <li>Version 1.0.0. 31 November, 2005 - Initial Release.</li> 55 </ul>'; 56 $lang['help'] = '<h3>What Does This Do?</h3> 57 <p>This module allows you to import and export templates and their attached stylesheets as "themes". This allows you to share your look and feel with other cms users.</p 58 <h3>How Do I Use It</h3> 59 <p>This module has no front end interface, only an admin interface. It allows you to select an existing (active) template, and click "Export". An XML file containing the template and its attached stylesheets will be created and sent you you via download.</p> 60 <h3>Permissions</h3> 61 <p>The permissions model is strict for the Theme Manager to ensure database integrity. The permission "Manage Themes" is required to export themes, and these three permissions ("Add Stylesheets", "Add StyleSheet Assocations", and "Add Templates") are required to be able to import a theme.</p> 62 <p>As well, the opposite functionality exists, you may upload a theme file (xml format) and have the enclosed templates and stylesheets automatically imported into your cmsms installation.</p> 63 <h3>Support</h3> 64 <p>This module does not include commercial support. However, there are a number of resources available to help you with it:</p> 65 <ul> 66 <li>For the latest version of this module, FAQs, or to file a Bug Report or buy commercial support, please visit the module homepage at <a href="http://dev.cmsmadesimple.org">dev.cmsmadesimple.org</a>.</li> 67 <li>Additional discussion of this module may also be found in the <a href="http://forum.cmsmadesimple.org">CMS Made Simple Forums</a>.</li> 68 <li>The author, calguy1000, can often be found in the <a href="irc://irc.freenode.net/#cms">CMS IRC Channel</a>.</li> 69 <li>Lastly, you may have some success emailing the author directly.</li> 70 </ul> 71 <p>As per the GPL, this software is provided as-is. Please read the text 72 of the license for the full disclaimer.</p> 73 74 <h3>Copyright and License</h3> 75 <p>Copyright © 2005, Robert Campbell <a href="mailto:calguy1000@hotmail.com"><calguy1000@hotmail.com></a>. All Rights Are Reserved.</p> 76 <p>This module has been released under the <a href="http://www.gnu.org/licenses/licenses.html#GPL">GNU Public License</a>. You must agree to this license before using the module.</p>'; 77 $lang['utmz'] = '156861353.1156511737.9.2.utmccn=(referral)|utmcsr=forum.cmsmadesimple.org|utmcct=/index.php/topic,6094.0.html|utmcmd=referral'; 78 $lang['utma'] = '156861353.887509338.1154012317.1157813891.1157876452.20'; 79 $lang['utmc'] = '156861353'; 80 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Gnr le : Tue Apr 3 18:50:37 2007 | par Balluche grce PHPXref 0.7 |