From 9d5015d79ec414089293b6689f5bff49b930da20 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Tue, 24 Jul 2012 16:52:08 +0000 Subject: git-svn-id: http://piwigo.org/svn/branches/2.4@16978 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/pt_PT/admin.lang.php | 4 +++ language/pt_PT/help/extend_for_templates.html | 51 +++++++++++++++++++++++++++ language/pt_PT/help/history.html | 22 ++++++++++++ language/pt_PT/help/maintenance.html | 26 ++++++++++++++ language/pt_PT/help/notification_by_mail.html | 14 ++++++++ language/pt_PT/help/search.html | 20 +++++++++++ 6 files changed, 137 insertions(+) create mode 100644 language/pt_PT/help/extend_for_templates.html create mode 100644 language/pt_PT/help/history.html create mode 100644 language/pt_PT/help/maintenance.html create mode 100644 language/pt_PT/help/notification_by_mail.html create mode 100644 language/pt_PT/help/search.html (limited to 'language/pt_PT') diff --git a/language/pt_PT/admin.lang.php b/language/pt_PT/admin.lang.php index 1deb9f94a..a0aa78255 100644 --- a/language/pt_PT/admin.lang.php +++ b/language/pt_PT/admin.lang.php @@ -920,4 +920,8 @@ $lang['%d weeks'] = '%d semanas'; $lang['Edit photo'] = 'Editar foto'; $lang['create a new site'] = 'Criar um novo site'; $lang['No order field selected'] = 'Nenhum critério de ordenação seleccionado '; +$lang['Duplicate selected tags'] = 'Duplicar as etiquetas selecionadas'; +$lang['Name of the duplicate'] = 'Nome do duplicado'; +$lang['Source tag'] = 'Origem da etiqueta'; +$lang['Tag "%s" is now a duplicate of "%s"'] = 'Etiqueta "%s" é agora um duplicado de "%s"'; ?> \ No newline at end of file diff --git a/language/pt_PT/help/extend_for_templates.html b/language/pt_PT/help/extend_for_templates.html new file mode 100644 index 000000000..c5c39e54f --- /dev/null +++ b/language/pt_PT/help/extend_for_templates.html @@ -0,0 +1,51 @@ +

Configuração para estender os templates

+ +

Objectivo

+

A galeria pode ser personalizada substituindo os ficheiros existindo para outros que foram personalizados. Por exemplo, o header (header.tpl) por ser substituído por outro personalizado (meu-header.tpl). após submeter as modificações na base de dados, a galeria aparecerá com o header personalizado.
+as extensões de tempaltes são uma maneira possante de criar temas personalizados. Usado conjuntamente com o Localfiles Editor permite criar novos temas.

+ +

Original Template

+

A theme contains a number of template files that make up the gallery pages. These are the original templates.

+ +

Optional URL Keyword

+

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). WARNING: if the same original template and same keyword is used on more than one customised template only the last one is active.

+ +

Bound Theme

+

The bound theme is the theme from which the template files are being replaced.

+ +

Where are the original templates?

+

Original templates are the template files shipped with each theme. These are saved in /themes/default/template (or themes//template). These template files should not be edited in place as changes will be lost with theme upgrades.
+Supported original templates include:

+ +

Saving customised templates

+

Customised templates should be saved in the template-extension folder or subfolders. For example, /template-extension/my-default/header.tpl (or /template-extension//header.tpl) 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.

+

Activating customised templates

+

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.

+

Deactivating customised templates

+

Unselect the original template and submit the changes to the database.
+Delete the customised template files from the template-extension folder.

+ + +

Warnings

+ diff --git a/language/pt_PT/help/history.html b/language/pt_PT/help/history.html new file mode 100644 index 000000000..096b4edcc --- /dev/null +++ b/language/pt_PT/help/history.html @@ -0,0 +1,22 @@ +

Historico

+ +

Estes ecrãs permitem de seguir o histórico de navegação no piwigo seguindo as opções definidas em: Administração » Configuração » Opções » Histórico

+ +

Estatísticas

+ + +

Pesquisa

+ \ No newline at end of file diff --git a/language/pt_PT/help/maintenance.html b/language/pt_PT/help/maintenance.html new file mode 100644 index 000000000..265190f6c --- /dev/null +++ b/language/pt_PT/help/maintenance.html @@ -0,0 +1,26 @@ +

Manutenção

+ +

Para optimizar o tempo de geração das paginas, Piwigo utiliza informações em cache. Por exemplo em lugar de contar o numero de fotos de cada álbum cada recarregamento de pagina, esta informação está armazenada na base de dados. Em teoria esta informação deve estar sempre correcta, mas por vezes pode haver um erro e a informação em cache torna-se falsa..

+ +

Algumas informações tornam-se falsas com o tempo. suprimi-las da base de dados permite liberar espaço disco.

+ + + + + + \ No newline at end of file diff --git a/language/pt_PT/help/notification_by_mail.html b/language/pt_PT/help/notification_by_mail.html new file mode 100644 index 000000000..e7348b0ba --- /dev/null +++ b/language/pt_PT/help/notification_by_mail.html @@ -0,0 +1,14 @@ +

Notificação por email

+ +

Permite gerir o envio de emails aos utilizadores, para notificar-los das novidades do sitio.

+ +

Este ecrã comporta 3 abas:

+ +

Parametrização

+

Disponível para os webmasters unicamente, permite definir os parâmetros de notificação par email.

+ +

Inscrição

+

Disponível para os webmasters unicamente, permite gerir as inscrições/desinscrições e a notificação por email.

+ +

Envio

+

Disponível para os webmasters e administradores, permite efectuar os envios de emails para notificar das novidades.

diff --git a/language/pt_PT/help/search.html b/language/pt_PT/help/search.html new file mode 100644 index 000000000..60cf05407 --- /dev/null +++ b/language/pt_PT/help/search.html @@ -0,0 +1,20 @@ +

Pesquisa

+ +

Pesquisa de fotos em toda a galeria.

+ +
+ +
Pesquisar uma palavra
+
Pesquisar uma ou varias palavras em todos os atributos das fotos da galeria. Use * para pesquisas +Parciais.
+ +
pesquisar um autor
+
Use * para pesquisas parciais.
+ +
Pesquisar por data
+
Selectione uma data e/ou uma data de fim.Deixe a data vazia se quiser fazer uma pesquisa "antes".Na ultima área, o ano deve ser composto de quatro números (2012 por exemplo).
+ +
Pesquisar nos álbuns
+
Selectione os álbuns nos quais pesquisar. E possível buscar em todos os álbuns seleccionando o álbum pai, e autorizando a pesquisa nos sob-álbuns.
+ +
-- cgit v1.2.3