mirror of
https://github.com/splitbrain/dokuwiki-plugin-gallery.git
synced 2025-07-22 06:59:26 +00:00
translation update
This commit is contained in:

committed by
DokuWiki Translation Interface

parent
934fd4d1b4
commit
69d9a9baf4
@ -3,9 +3,15 @@
|
|||||||
/**
|
/**
|
||||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||||
*
|
*
|
||||||
|
* @author Jeann <wjeann@gmail.com>
|
||||||
* @author Frederico Gonçalves Guimarães <frederico@teia.bio.br>
|
* @author Frederico Gonçalves Guimarães <frederico@teia.bio.br>
|
||||||
* @author Juliano Marconi Lanigra <juliano.marconi@gmail.com>
|
* @author Juliano Marconi Lanigra <juliano.marconi@gmail.com>
|
||||||
*/
|
*/
|
||||||
$lang['pages'] = 'Páginas da galeria:';
|
$lang['pages'] = 'Páginas da galeria:';
|
||||||
$lang['js']['addgal'] = 'Adicionar domínio como galeria';
|
$lang['js']['addgal'] = 'Adicionar domínio como galeria';
|
||||||
|
$lang['js']['label_sort_random'] = 'Organizar imagens randomicamente. Você pode querer desabilitar o cache também';
|
||||||
|
$lang['js']['label_sort_mod'] = 'Organizar imagens por data de modificação';
|
||||||
|
$lang['js']['label_sort_exif_date'] = 'Organizar imagens por data EXIF';
|
||||||
|
$lang['js']['label_sort_exif_title'] = 'Organizar imagens por título EXIF ';
|
||||||
$lang['nothingfound'] = 'Não foi encontrada nenhuma imagem.';
|
$lang['nothingfound'] = 'Não foi encontrada nenhuma imagem.';
|
||||||
|
$lang['fail'] = 'Falha ao carregar a galeria';
|
||||||
|
Reference in New Issue
Block a user