File: D:/web/itpartnership.net (cms)/modules/ThemeManager/lang/ext/pl_PL.php
<?php
$lang['error_uploadpermissions'] = '<strong>UWAGA:</strong> Nie masz potrzebnych uprawnień by wgrywać oraz instalować skórki. Może to wynikać z uprawnień do katalogu uploads lub modules lub trybem bezpieczeństwa PHP (PHP Safe mode) na twoim serwerze.';
$lang['error_nomenumanager'] = 'Moduł Menadżer Menu (MenuManager) nie został odnaleziony';
$lang['active'] = 'Aktywny';
$lang['default'] = 'Domyślny';
$lang['prompt_themename'] = 'Wyeksportuj skórkę jako:';
$lang['info_themename'] = 'To pole wymusza wskazaną nazwę pliku, który zostanie utworzony - nadpisując domyślną nazwę, jaką jest nazwa skórki.';
$lang['error_editingproblem'] = 'Problem cleaning up and changing the referenced files in this theme.';
$lang['error_problemsavingincludes'] = 'Problem saving the files encoded in the theme.';
$lang['error_nofilesuploaded'] = 'No files were uploaded. Make sure your form tag's enctype was set to multipart/form-data and that the right field is being checked for the uploaded file.';
$lang['error_templateexists'] = 'Szablon o nazwie "%s" już istnieje w systemie';
$lang['error_stylesheetexists'] = 'Arkusz stylów o nazwie "%s" już istnieje w systemie';
$lang['error_nostylesheets'] = 'W tej skórce nie ma zdefiniowanych arkuszy stylów';
$lang['error_couldnotcreatetemplate'] = 'Nie można utworzyć definicji szablonu';
$lang['error_couldnotassoccss'] = 'Problem przy przywiązywaniu arkusza stylów do szablonu';
$lang['error_nooutput'] = 'Nie ma co prezentować';
$lang['error_notemplate'] = 'Nie można odnaleźć szablonu';
$lang['error_dtdmismatch'] = 'Wersja DTD się nie zgadza, nie możemy importować';
$lang['import'] = 'Import';
$lang['upload'] = 'Wgraj skórkę';
$lang['id'] = 'ID';
$lang['name'] = 'Nazwa';
$lang['export'] = 'Eksport';
$lang['submit'] = 'Wyślij';
$lang['friendlyname'] = 'Menadżer skórek';
$lang['postinstall'] = 'Upewnij się, że uprawnienia do zarządzania skórkami (Manage Themes) są ustawione dla odpowiednich grup';
$lang['uninstalled'] = 'Moduł został odinstalowany.';
$lang['installed'] = 'Moduł w wersji %s został zainstalowany.';
$lang['prefsupdated'] = 'Ustawienia modułu aktualizowano.';
$lang['accessdenied'] = 'Brak dostępu. Sprwadź swoje uprawnienia.';
$lang['error'] = 'Błąd!';
$lang['upgraded'] = 'Moduł został zaktualizowany do wersji %s.';
$lang['moddescription'] = 'To moduł, który umożliwia importowanie i eksportowanie skórek (szablonów i arkuszy stylów)';
$lang['changelog'] = '<ul>
<li>
<p>version 1.0.7, August, 2006</p>
<p>More bug fixes, and split the code into separate files</p>
<p>Version 1.0.6. July, 2006</p>
<p>Fixed handling of javascript (and other files) in the template</p>
<p>Version 1.0.5. January, 2006</p>
<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>
<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>
</li>
<li><p>Version 1.0.4. January, 2006</p>
<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>
<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>
</li>
<li><p>Version 1.0.3. January, 2006</p>
<p>Now supports multiple templates in one theme, recursive directory creation, and base64_encodes of all stylesheets and templates</p>
</li>
<li><p>Version 1.0.2. December, 2005</p>
<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>
<li>Version 1.0.1. December, 2005 - Fixed dependencies, help, and general cleanup.</li>
<li>Version 1.0.0. 31 November, 2005 - Initial Release.</li>
</ul>';
$lang['help'] = '<h3>What Does This Do?</h3>
<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
<h3>How Do I Use It</h3>
<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>
<h3>Permissions</h3>
<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>
<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>
<h3>Support</h3>
<p>This module does not include commercial support. However, there are a number of resources available to help you with it:</p>
<ul>
<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>
<li>Additional discussion of this module may also be found in the <a href="http://forum.cmsmadesimple.org">CMS Made Simple Forums</a>.</li>
<li>The author, calguy1000, can often be found in the <a href="irc://irc.freenode.net/#cms">CMS IRC Channel</a>.</li>
<li>Lastly, you may have some success emailing the author directly.</li>
</ul>
<p>As per the GPL, this software is provided as-is. Please read the text
of the license for the full disclaimer.</p>
<h3>Copyright and License</h3>
<p>Copyright © 2005, Robert Campbell <a href="mailto:calguy1000@hotmail.com"><calguy1000@hotmail.com></a>. All Rights Are Reserved.</p>
<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>
';
$lang['utma'] = '156861353.1258716175.1227369677.1228120940.1228214100.5';
$lang['utmz'] = '156861353.1228120940.4.3.utmccn=(referral)|utmcsr=otrebusy.pl|utmcct=/admin/editevent.php|utmcmd=referral';
$lang['utmb'] = '156861353.1.10.1228214100';
$lang['utmc'] = '156861353';
?>