aboutsummaryrefslogtreecommitdiffstats
path: root/language/uk_UA/help
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2012-04-06 22:21:22 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2012-04-06 22:21:22 +0000
commitbfdc1e54c14d3daa3913503e88419e535cadbf02 (patch)
tree807b6f2bb595449225ba26529917c7adfab24d03 /language/uk_UA/help
parent4ce51378b33704cacda4ae8226245890d716846e (diff)
[trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13944 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/uk_UA/help')
-rwxr-xr-xlanguage/uk_UA/help/cat_options.html2
-rwxr-xr-xlanguage/uk_UA/help/extend_for_templates.html51
-rwxr-xr-xlanguage/uk_UA/help/help_permissions.html22
3 files changed, 63 insertions, 12 deletions
diff --git a/language/uk_UA/help/cat_options.html b/language/uk_UA/help/cat_options.html
index 492503fd0..e90626f52 100755
--- a/language/uk_UA/help/cat_options.html
+++ b/language/uk_UA/help/cat_options.html
@@ -17,6 +17,6 @@
<dd>Цей параметр доступний, якщо установлено параметр конфігурації
<code>allow_random_representative</code> (подивіться <span
class="filename">include/config_defaults.inc.php</span>) значення
-<em>true</em>. Кожен альбом може бути представлено випадкові зображення або зображення, обрані у якості унікального представника.</dd>
+<em>true</em>. Коженому альбому може бути представлено випадкові зображення або зображення, обрані у якості унікального представника.</dd>
</dl> \ No newline at end of file
diff --git a/language/uk_UA/help/extend_for_templates.html b/language/uk_UA/help/extend_for_templates.html
new file mode 100755
index 000000000..278f0e601
--- /dev/null
+++ b/language/uk_UA/help/extend_for_templates.html
@@ -0,0 +1,51 @@
+<h2>Розширення конфігурації шаблону</h2>
+
+<h3>Про</h3>
+<p>Your Piwigo gallery can be customised by replacing existing template files with customised versions. For example, the default header template (header.tpl) can be replaced by a customised header template (my-header.tpl). After submitting the changes to the database the gallery will display the customised header instead of the original header.<br>
+Template extensions are a powerful way to create customised themes for both new and advanced users. Used together with the LocalFiles Editor you can create your own child themes.</p>
+
+<h3>Original Template</h3>
+<p>A theme contains a number of template files that make up the gallery pages. These are the original templates.</p>
+
+<h3>Optional URL Keyword</h3>
+<p>These are words found in the gallery URL after the module name. They can also be active permalinks (See the permalink documentation for more information). <a href="#warnings">WARNING:</a> if the same original template and same keyword is used on more than one customised template only the last one is active.</p>
+
+<h3>Bound Theme</h3>
+<p>The bound theme is the theme from which the template files are being replaced.</p>
+
+<h3>Where are the original templates?</h3>
+<p>Original templates are the template files shipped with each theme. These are saved in <em>/themes/default/template</em> (or <em>themes/<theme name>/template</em>). These template files should not be edited in place as changes will be lost with theme upgrades.<br>
+Supported original templates include:</p>
+<ul>
+ <li><span class="filename">index.tpl</span></li>
+ <li><span class="filename">mainpage_categories.tpl</span> and/or <span class="filename">thumbnails.tpl</span></li>
+ <li><span class="filename">menubar.tpl</span></li>
+ <li><span class="filename">header.tpl</span> and/or <span class="filename">footer.tpl</span></li>
+ <li><span class="filename">picture_content.tpl</span> and/or <span class="filename">picture.tpl</span></li>
+ <!-- <li><span class="filename">slideshow.tpl</span></li> -->
+ <li><span class="filename">profile.tpl</span> and/or <span class="filename">profile_content.tpl</span></li>
+ <li><span class="filename">tags.tpl</span></li>
+ <li><span class="filename">upload.tpl</span></li>
+ <li><span class="filename">about.tpl</span></li>
+ <li><span class="filename">popuphelp.tpl</span></li>
+ <li><span class="filename">search.tpl</span> and/or <span class="filename">search_rules.tpl</span></li>
+ <li><span class="filename">nbm.tpl</span> and/or <span class="filename">notification.tpl</span></li>
+ <li><span class="filename">identification.tpl</span> and/or <span class="filename">register.tpl</span></li>
+ <li><span class="filename">redirect.tpl</span></li>
+</ul>
+<h3>Saving customised templates</h3>
+<p>Customised templates should be saved in the template-extension folder or subfolders. For example, <em>/template-extension/my-default/header.tpl</em> (or <em>/template-extension/<my-theme-name>/header.tpl</em>) Template files can have any name with a .tpl extension. The template files in subfolders appear in the Template configuration screen as available custom templates.</p>
+<h3>Activating customised templates</h3>
+<p>Select the original template to replace. Optionally choose a URL keyword to ensure that the customised template is only shown on pages with that keyword. Select a bound theme and the changes will be effective on that theme. Submit the changes to the database.</p>
+<h3>Deactivating customised templates</h3>
+<p>Unselect the original template and submit the changes to the database.<br>
+Delete the customised template files from the template-extension folder.</p>
+
+<a name="warnings"></a>
+<h3>Warnings</h3>
+<ul>
+ <li><strong>The original template</strong> must be the original template otherwise you may have unpredictable results.</li>
+ <li>If the same original template and same URL keyword is used on more than one customised template only the last one is active.</li>
+ <li>Distributed sample template files are for test purposes only. Do not edit them. Create your own ones or copy existing theme template files into <em>/template-extension/<my-theme>/</em></li>
+ <li>When the customised template is deleted the original template file is immediately reactivated.</li>
+</ul> \ No newline at end of file
diff --git a/language/uk_UA/help/help_permissions.html b/language/uk_UA/help/help_permissions.html
index f6ea5ca23..a683fa8dd 100755
--- a/language/uk_UA/help/help_permissions.html
+++ b/language/uk_UA/help/help_permissions.html
@@ -34,25 +34,25 @@
<p>Ви можете заборонити доступ до альбомів. Перемкніть тип посилання альбому
"приватний", якщо ви хочете управляти дозволами.</p>
-<p>You can set a album to private by editing a single album
-(<span class="pwgScreen">Administration &raquo; Albums &raquo; Manage
-&raquo; edit</span>) or by setting options to your whole album tree
-(<span class="pwgScreen">Administration &raquo; Albums &raquo;
-Properties &raquo; Public / Private</span>).</p>
+<p>Ви можете встановити альбом приватним шляхом редагування одного альбому
+(<span class="pwgScreen">Адміністрування &raquo; Альбоми &raquo; Керувати
+&raquo; редагувати</span>) або налаштування параметрів вашого дерева альбому
+(<span class="pwgScreen">Адміністрування &raquo; Альбоми &raquo;
+ Властивості &raquo; Публічно / Конфіденційно</span>).</p>
-<p>Once the album is private, you can manage permissions for groups and
-users with 3 screens:</p>
+<p>Після того, як альбом є приватним, ви можете керувати дозволами для груп та
+користувачів з 3 екранів:</p>
<ul>
- <li><span class="pwgScreen">Administration &raquo; Users &raquo; Manage &raquo;
+ <li><span class="pwgScreen">Адміністрування &raquo; Користувачі &raquo; Керувати &raquo;
permissions action</span> (one link per user)</li>
- <li><span class="pwgScreen">Administration &raquo; Users &raquo; Groups &raquo;
+ <li><span class="pwgScreen">Адміністрування &raquo; Користувачі &raquo; Групи &raquo;
permissions action</span> (one link per group)</li>
- <li><span class="pwgScreen">Administration &raquo; Albums &raquo; Manage &raquo; edit
- album permissions action</span> (one link per album)</li>
+ <li><span class="pwgScreen">Адміністрування &raquo; Альбоми &raquo; Керувати &raquo; редагувати
+ </span> дії дозволів альбому(одне посилання на альбом)</li>
</ul>
</fieldset> \ No newline at end of file