From 45b84c30d7e5084807de718f09ba20917b603a7c Mon Sep 17 00:00:00 2001 From: ddtddt Date: Sat, 15 Dec 2012 17:23:43 +0000 Subject: [2.4] - language update for 2.4.6 git-svn-id: http://piwigo.org/svn/branches/2.4@19434 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/pt_BR/help/cat_modify.html | 134 +++++++++++++++++++++++++++++++++++ language/pt_BR/help/cat_move.html | 15 ++++ language/pt_BR/help/cat_options.html | 24 +++++++ language/pt_BR/help/cat_perm.html | 14 ++++ language/pt_BR/help/search.html | 1 + language/pt_BR/help/synchronize.html | 1 + 6 files changed, 189 insertions(+) create mode 100644 language/pt_BR/help/cat_modify.html create mode 100644 language/pt_BR/help/cat_move.html create mode 100644 language/pt_BR/help/cat_options.html create mode 100644 language/pt_BR/help/cat_perm.html create mode 100644 language/pt_BR/help/search.html create mode 100644 language/pt_BR/help/synchronize.html (limited to 'language/pt_BR/help') diff --git a/language/pt_BR/help/cat_modify.html b/language/pt_BR/help/cat_modify.html new file mode 100644 index 000000000..50c982d05 --- /dev/null +++ b/language/pt_BR/help/cat_modify.html @@ -0,0 +1,134 @@ + +

Editar álbum

+ +

Informações

+ + + +

Move

+ +

If the album is virtual, you can move it. Moving a album means +changing its parent album.

+ +

Options

+ + + +

You can also manage these options on the "Properties" +management screen (screens Comments, Lock, +Public/Private, Representative available from Administration » Albums » Properties).

+ +

Sort order

+ +

Use the default images sort order.

+ +

Indicate whether this sort order will apply to subalbums also.

+ +

Select specific sorting criteria to be used with this album.

+ +

(*)Warning: Be sure to test these sort orders by yourself as they can give unexpected results.

+ + +

Representant

+ +

The album representative is the thumbnail displayed on the main page (category.php) to represent +the album when +it contains only sub-albums and no direct photo (just as the root album).

+photo of a album :

+ + + +

The choice of a representative depends on the +allow_random_representative configuration parameter (see include/config_default.inc.php).

+ +

In default mode (allow_random_representative set to false), +each album containing at least one element is represented by a fixed +element. Once set (at album creation), the representative changes only +when an administrator ask for it. If the representative is not appropriate, +you can ask to Find a new representant by random.

+ +

If the allow_random_representative configuration parameter is +set to true, a category containing photos may have no fixed +representant. Just use Delete representant button.

+ +

If the album contains only sub-albums and no photo, it can nonetheless be represented by any element thanks to Modify +informations about a photo screen. The only option on the current screen +is the Delete representant button.

+ +

Link all album photos to a new album

+ + + +

Link all album photos to existing albums

+ + + +

Send an information email to group members

+ + \ No newline at end of file diff --git a/language/pt_BR/help/cat_move.html b/language/pt_BR/help/cat_move.html new file mode 100644 index 000000000..2705d4e1d --- /dev/null +++ b/language/pt_BR/help/cat_move.html @@ -0,0 +1,15 @@ + +

Movendo Álbums virtuais

+ +

Apenas Álbums virtuais podem ter um novo Álbum-pai.

+ +

Álbums virtuais a mover

+ +

Selecione um ou mais ábums virtuais que deseje mover. +Se a lista estiver vazia, isso significa que ainda não criou nenhum álbum.

+ +

Novo álbum-pai

+ +

Selecione o novo álbum-pai (virtual ou físico). +Se não seleccionar um álbum-pai, os álbums virtuais selecionados serão movidos para a raiz. +Um álbum não poderá ser movido para dentro de si próprio ou para um dos seus sub-álbums.

\ No newline at end of file diff --git a/language/pt_BR/help/cat_options.html b/language/pt_BR/help/cat_options.html new file mode 100644 index 000000000..0001a257d --- /dev/null +++ b/language/pt_BR/help/cat_options.html @@ -0,0 +1,24 @@ + +

Opções do álbum

+ +

Opções de gestão para vários álbuns de uma vez.

+ +
+ +
Comentários
+
ma foto pode receber comentários de seus visitantes se ele pertence a um álbum com comentários ativados.
+ +
Trancar
+
Álbuns trancados estão desativados para manutenção. Somente os administradores podem vê-los na galeria.
+ +
Público / privado
+
Uma vez que um álbum tornou privado, dê direitos de acesso aos usuários e grupos
+ +
Representante
+
This option is available when you set the configuration setting +allow_random_representative (see include/config_defaults.inc.php) para +verdade. Cada disco pode ser representado por uma foto aleatória ou através de uma foto escolhida como representante único. +
+ +
diff --git a/language/pt_BR/help/cat_perm.html b/language/pt_BR/help/cat_perm.html new file mode 100644 index 000000000..39fe1b8cd --- /dev/null +++ b/language/pt_BR/help/cat_perm.html @@ -0,0 +1,14 @@ + +

Editar permissões de álbuns

+ +

Esta tela está disponível apenas para álbuns privados. Aqui você pode selecionar +usuários e grupos autorizados para um álbum.

+ +

Grupos

+ +

Você pode negar ou conceder o acesso de grupos do álbum atual. Modificando +autorizações de grupos, os usuários pertencentes a estes grupos serão negados ou concedidos o acesso ao álbum.

+ +

Usuários

+ +

Você pode negar ou conceder acesso a usuários individuais. Usuários que têm acesso através de um grupo pode ser negado o acesso por exceção.

diff --git a/language/pt_BR/help/search.html b/language/pt_BR/help/search.html new file mode 100644 index 000000000..a8f8b43ec --- /dev/null +++ b/language/pt_BR/help/search.html @@ -0,0 +1 @@ +buscar.html \ No newline at end of file diff --git a/language/pt_BR/help/synchronize.html b/language/pt_BR/help/synchronize.html new file mode 100644 index 000000000..4175ea94d --- /dev/null +++ b/language/pt_BR/help/synchronize.html @@ -0,0 +1 @@ +sincronizar.html \ No newline at end of file -- cgit v1.2.3