From bc1278a3f7686486e91f555123e5935f81e7abbe Mon Sep 17 00:00:00 2001 From: vdigital Date: Wed, 16 Jul 2008 15:23:00 +0000 Subject: "Extend for templates" needs translators. git-svn-id: http://piwigo.org/svn/trunk@2439 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/es_ES/admin.lang.php | 13 +++- language/es_ES/help/extend_for_templates.html | 98 ++++++++++++++++++++++++ language/fr_FR/help/extend_for_templates.html | 103 +++++++++++++------------- language/it_IT/admin.lang.php | 13 +++- language/it_IT/help/extend_for_templates.html | 98 ++++++++++++++++++++++++ language/nl_NL/admin.lang.php | 13 +++- language/nl_NL/help/extend_for_templates.html | 98 ++++++++++++++++++++++++ 7 files changed, 382 insertions(+), 54 deletions(-) create mode 100644 language/es_ES/help/extend_for_templates.html create mode 100644 language/it_IT/help/extend_for_templates.html create mode 100644 language/nl_NL/help/extend_for_templates.html (limited to 'language') diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index dec740529..5f5655f20 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -651,5 +651,16 @@ $lang['Piwigo version'] = 'Versión de Piwigo'; $lang['You are running the latest version of Piwigo.'] = 'Usted utiliza la última versión de Piwigo.'; /* TODO */ $lang['c13y_version_anomaly'] = 'The version of %s [%s] installed is not compatible with the version required [%s]'; /* TODO */ $lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'; - +/* TODO */ $lang['Deleted on'] = 'Deleted on'; +/* TODO */ $lang['Last hit'] = 'Last hit'; +/* TODO */ $lang['Hits'] = 'Hits'; +/* TODO */ $lang['GD library is missing'] = 'GD library is missing'; +/* TODO */ $lang['conf_extents'] = 'Templates'; +/* TODO */ $lang['extend_for_templates'] = 'Extend for templates'; +/* TODO */ $lang['Replacement of original templates'] = + 'Replacement of original templates by customized templates from template-extension subfolder'; +/* TODO */ $lang['Replacers'] = 'Replacers (customized templates)'; +/* TODO */ $lang['Original templates'] = 'Original templates'; +/* TODO */ $lang['Optional URL keyword'] = 'Optional URL keyword'; +/* TODO */ $lang['Templates recorded.'] = 'Templates configuration has been recorded.'; ?> diff --git a/language/es_ES/help/extend_for_templates.html b/language/es_ES/help/extend_for_templates.html new file mode 100644 index 000000000..8e2c7ac6b --- /dev/null +++ b/language/es_ES/help/extend_for_templates.html @@ -0,0 +1,98 @@ +

Extend for templates configuration

+ +

Goal

+

Define replacement conditions for each template from template-extension +(template called "replacer").

+ +

"original template" from ./template/yoga (or any other than yoga) + will be replaced by a "replacer" if the replacer is linked to this "original template" + (and optionally, when the requested URL contains an "optional URL keyword").

+ +

"Optional URL keywords" are those you can find after the module name in URLs.

+ +

Therefore "Optional URL keywords" can be an active "permalink" +(see permalinks in our documentation for further explanation).

+ +

Read: `Warning` usage conditions.

+ +

What are template extensions?

+ +

This configuration tool is powerfull for beginners and advanced users. +By FTP, in the template-extension folder, the Webmaster can duplicate a lot of + the distributed .tpl files ("original template") with a different name + ("replacer"). + + "Original templates", current original supported templates are:

+ + +

Where can I find "original templates"?

+ +

Distributed original templates are in template/yoga/ +(don't edit them in place for upgrade perspectives). So with "original templates", +any webmaster can create his "replacers (customized templates)".

+ +

Where should I save "replacers"?

+ +

Replacers (customized templates) must be placed in the +template-extension folder (or its subfolders). +Replacers can have any filename with the .tpl extension. For example: template-extension/my-extension/video.tpl.

+ + +

How can I activate my "replacers"?

+

An original template should be assigned to each + replacer (customized templates) to activate the related replacements. + This is the goal of "Extend for templates" in the Configuration Administration menu.

+ +

If you select an optional URL keyword then replacements +will be operate only on pages with this keyword. For example: index.php?/most_visited

+ +

Advanced users will use permalinks as optional URL + keyword.

+

How can I deactivate my "replacers"?

+ + +

Warnings

+ \ No newline at end of file diff --git a/language/fr_FR/help/extend_for_templates.html b/language/fr_FR/help/extend_for_templates.html index 8e2c7ac6b..bbc8b4bf0 100644 --- a/language/fr_FR/help/extend_for_templates.html +++ b/language/fr_FR/help/extend_for_templates.html @@ -1,28 +1,28 @@ -

Extend for templates configuration

+

Configuration pour "étendre" les templates

-

Goal

-

Define replacement conditions for each template from template-extension -(template called "replacer").

+

Objectif

+

Définir les conditions de remplacement de chaque template (modèle) à partir de template-extension +(template appelé "replacer" (remplaçant)).

-

"original template" from ./template/yoga (or any other than yoga) - will be replaced by a "replacer" if the replacer is linked to this "original template" - (and optionally, when the requested URL contains an "optional URL keyword").

+

Les "Templates d'origine" provenant de ./template/yoga (ou de tout autre dossier que "yoga") + sont remplacés par un remplaçant si celui-ci est lié à son template d'origine + (et de façon facultative, quand l'adresse (URL) demandée contient un URL contains un "Paramètre facultatif de l'URL").

-

"Optional URL keywords" are those you can find after the module name in URLs.

+

Les "Paramètres facultatif de l'URL" sont ceux que vous pouvez trouver après le nom du module dans l'adresse (URL).

-

Therefore "Optional URL keywords" can be an active "permalink" -(see permalinks in our documentation for further explanation).

+

Ainsi un "Paramètre facultatif de l'URL" peut être un "permalink" (lien permanent) actif +(voir les permalinks dans notre documentation pour plus d'information).

-

Read: `Warning` usage conditions.

+

Lire les `mises en garde` sur les conditions d'utilisation.

-

What are template extensions?

+

Qu'est-ce que les extensions des modèles?

-

This configuration tool is powerfull for beginners and advanced users. -By FTP, in the template-extension folder, the Webmaster can duplicate a lot of - the distributed .tpl files ("original template") with a different name - ("replacer"). +

Cet outil de configuration est à la fois puissant pour les débutants et pour les utilisateurs avancés. +Par FTP, dans le dossier template-extension, le Webmaster pourra dupliquer une bonne partie des fichiers + .tpl distribués ("Templates d'origine") avec un nom différent + ("replacer" (remplaçant)). - "Original templates", current original supported templates are:

+ "Templates d'origine", actuellement les modèles d'origine supportés sont:

-

Where can I find "original templates"?

+

Où puis-je trouver les "Templates d'origine"?

-

Distributed original templates are in template/yoga/ -(don't edit them in place for upgrade perspectives). So with "original templates", -any webmaster can create his "replacers (customized templates)".

+

Les modèles distribués d'origine sont dans template/yoga/ +(ne pas les modifier directement à cet endroit pour des raisons d'évolution). Ainsi à partir des "templates d'origine", +tout webmaster pourra créer ses "replacers (modèles personalisés)".

-

Where should I save "replacers"?

+

Où dois-je enregistrer les "remplaçants"?

-

Replacers (customized templates) must be placed in the -template-extension folder (or its subfolders). -Replacers can have any filename with the .tpl extension. For example: Les Replacers (templates modifiés) peuvent être placés dans le dossier +template-extension (ou ses sous-dossiers). +Les remplaçants peuvent avoir n'importe quel nom de fichier avec l'extension .tpl. Par exemple: template-extension/my-extension/video.tpl.

-

How can I activate my "replacers"?

-

An original template should be assigned to each - replacer (customized templates) to activate the related replacements. - This is the goal of "Extend for templates" in the Configuration Administration menu.

+

Comment puis-je activer mes "remplaçants"?

+

Un template d'origine devrait être associé à chaque + replacer (modèle modifié) à fin d'activer les remplacements correspondants. + Activer les remplaçants est la fonction de "Etendre les templates" dans les menus de Configuration de l'Administration.

-

If you select an optional URL keyword then replacements -will be operate only on pages with this keyword. For example: Si vous sélectionnez un Paramètre facultatif de l'URL alors les remplacements +ne seront réalisés que sur les pages utilisant ce mot clé. Par exemple: index.php?/most_visited

-

Advanced users will use permalinks as optional URL - keyword.

-

How can I deactivate my "replacers"?

+

Les utilisateurs avancés utiliseront les permalinks (permaliens, liens permanents) en tant que +paramètre facultatif de l'URL.

+ +

Comment puis-je désactiver mes "replacers"?

-

Warnings

+

Mises en garde

\ No newline at end of file diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index ff3298e51..709a6f9b4 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -645,5 +645,16 @@ $lang['Piwigo version'] = 'Versione di Piwigo'; $lang['You are running the latest version of Piwigo.'] = 'State già usando l\'ultima versione di Piwigo.'; $lang['c13y_version_anomaly'] = 'La versione di %s [%s] installata non è compatible con la versione richiesta [%s]'; $lang['c13y_version_correction'] = 'Dovete aggiornare il vostro sistema per potere proffittare pienamente del\'applicazione se no l\'applicazione non funzionera correttamente, o non funzionera per niente'; - +/* TODO */ $lang['Deleted on'] = 'Deleted on'; +/* TODO */ $lang['Last hit'] = 'Last hit'; +/* TODO */ $lang['Hits'] = 'Hits'; +/* TODO */ $lang['GD library is missing'] = 'GD library is missing'; +/* TODO */ $lang['conf_extents'] = 'Templates'; +/* TODO */ $lang['extend_for_templates'] = 'Extend for templates'; +/* TODO */ $lang['Replacement of original templates'] = + 'Replacement of original templates by customized templates from template-extension subfolder'; +/* TODO */ $lang['Replacers'] = 'Replacers (customized templates)'; +/* TODO */ $lang['Original templates'] = 'Original templates'; +/* TODO */ $lang['Optional URL keyword'] = 'Optional URL keyword'; +/* TODO */ $lang['Templates recorded.'] = 'Templates configuration has been recorded.'; ?> \ No newline at end of file diff --git a/language/it_IT/help/extend_for_templates.html b/language/it_IT/help/extend_for_templates.html new file mode 100644 index 000000000..8e2c7ac6b --- /dev/null +++ b/language/it_IT/help/extend_for_templates.html @@ -0,0 +1,98 @@ +

Extend for templates configuration

+ +

Goal

+

Define replacement conditions for each template from template-extension +(template called "replacer").

+ +

"original template" from ./template/yoga (or any other than yoga) + will be replaced by a "replacer" if the replacer is linked to this "original template" + (and optionally, when the requested URL contains an "optional URL keyword").

+ +

"Optional URL keywords" are those you can find after the module name in URLs.

+ +

Therefore "Optional URL keywords" can be an active "permalink" +(see permalinks in our documentation for further explanation).

+ +

Read: `Warning` usage conditions.

+ +

What are template extensions?

+ +

This configuration tool is powerfull for beginners and advanced users. +By FTP, in the template-extension folder, the Webmaster can duplicate a lot of + the distributed .tpl files ("original template") with a different name + ("replacer"). + + "Original templates", current original supported templates are:

+ + +

Where can I find "original templates"?

+ +

Distributed original templates are in template/yoga/ +(don't edit them in place for upgrade perspectives). So with "original templates", +any webmaster can create his "replacers (customized templates)".

+ +

Where should I save "replacers"?

+ +

Replacers (customized templates) must be placed in the +template-extension folder (or its subfolders). +Replacers can have any filename with the .tpl extension. For example: template-extension/my-extension/video.tpl.

+ + +

How can I activate my "replacers"?

+

An original template should be assigned to each + replacer (customized templates) to activate the related replacements. + This is the goal of "Extend for templates" in the Configuration Administration menu.

+ +

If you select an optional URL keyword then replacements +will be operate only on pages with this keyword. For example: index.php?/most_visited

+ +

Advanced users will use permalinks as optional URL + keyword.

+

How can I deactivate my "replacers"?

+ + +

Warnings

+ \ No newline at end of file diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index 4d15eae99..ef134648b 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -651,5 +651,16 @@ $lang['Piwigo version'] = 'Piwigo versie'; $lang['You are running the latest version of Piwigo.'] = 'Je hebt de laatste versie van Piwigo.'; /* TODO */ $lang['c13y_version_anomaly'] = 'The version of %s [%s] installed is not compatible with the version required [%s]'; /* TODO */ $lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'; - +/* TODO */ $lang['Deleted on'] = 'Deleted on'; +/* TODO */ $lang['Last hit'] = 'Last hit'; +/* TODO */ $lang['Hits'] = 'Hits'; +/* TODO */ $lang['GD library is missing'] = 'GD library is missing'; +/* TODO */ $lang['conf_extents'] = 'Templates'; +/* TODO */ $lang['extend_for_templates'] = 'Extend for templates'; +/* TODO */ $lang['Replacement of original templates'] = + 'Replacement of original templates by customized templates from template-extension subfolder'; +/* TODO */ $lang['Replacers'] = 'Replacers (customized templates)'; +/* TODO */ $lang['Original templates'] = 'Original templates'; +/* TODO */ $lang['Optional URL keyword'] = 'Optional URL keyword'; +/* TODO */ $lang['Templates recorded.'] = 'Templates configuration has been recorded.'; ?> diff --git a/language/nl_NL/help/extend_for_templates.html b/language/nl_NL/help/extend_for_templates.html new file mode 100644 index 000000000..8e2c7ac6b --- /dev/null +++ b/language/nl_NL/help/extend_for_templates.html @@ -0,0 +1,98 @@ +

Extend for templates configuration

+ +

Goal

+

Define replacement conditions for each template from template-extension +(template called "replacer").

+ +

"original template" from ./template/yoga (or any other than yoga) + will be replaced by a "replacer" if the replacer is linked to this "original template" + (and optionally, when the requested URL contains an "optional URL keyword").

+ +

"Optional URL keywords" are those you can find after the module name in URLs.

+ +

Therefore "Optional URL keywords" can be an active "permalink" +(see permalinks in our documentation for further explanation).

+ +

Read: `Warning` usage conditions.

+ +

What are template extensions?

+ +

This configuration tool is powerfull for beginners and advanced users. +By FTP, in the template-extension folder, the Webmaster can duplicate a lot of + the distributed .tpl files ("original template") with a different name + ("replacer"). + + "Original templates", current original supported templates are:

+ + +

Where can I find "original templates"?

+ +

Distributed original templates are in template/yoga/ +(don't edit them in place for upgrade perspectives). So with "original templates", +any webmaster can create his "replacers (customized templates)".

+ +

Where should I save "replacers"?

+ +

Replacers (customized templates) must be placed in the +template-extension folder (or its subfolders). +Replacers can have any filename with the .tpl extension. For example: template-extension/my-extension/video.tpl.

+ + +

How can I activate my "replacers"?

+

An original template should be assigned to each + replacer (customized templates) to activate the related replacements. + This is the goal of "Extend for templates" in the Configuration Administration menu.

+ +

If you select an optional URL keyword then replacements +will be operate only on pages with this keyword. For example: index.php?/most_visited

+ +

Advanced users will use permalinks as optional URL + keyword.

+

How can I deactivate my "replacers"?

+ + +

Warnings

+ \ No newline at end of file -- cgit v1.2.3