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

committed by
Translator of Dokuwiki

parent
64781a3ed7
commit
1fe7f4085b
9
lang/ca/lang.php
Normal file
9
lang/ca/lang.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Abel Rico <aricoripoll@iesesteveterradas.cat>
|
||||
*/
|
||||
$lang['pages'] = 'Pàgines de la galeria';
|
||||
$lang['js']['addgal'] = 'Afegeix un espai com a galeria';
|
18
lang/ca/settings.php
Normal file
18
lang/ca/settings.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Abel Rico <aricoripoll@iesesteveterradas.cat>
|
||||
*/
|
||||
$lang['thumbnail_width'] = 'Amplada de la miniatura';
|
||||
$lang['thumbnail_height'] = 'Alçada de la miniatura';
|
||||
$lang['image_width'] = 'Amplada de la imatge';
|
||||
$lang['image_height'] = 'Alçada de la imatge';
|
||||
$lang['cols'] = 'Imatges per fila';
|
||||
$lang['sort'] = 'Com ordenar les imatges';
|
||||
$lang['sort_o_file'] = 'Ordenar per nom de l\'arxiu';
|
||||
$lang['sort_o_mod'] = 'Ordenar per data de l\'arxiu';
|
||||
$lang['sort_o_date'] = 'Ordenar per la data de l\'EXIF';
|
||||
$lang['sort_o_title'] = 'Ordenar pel títol de l\'EXIF';
|
||||
$lang['options'] = 'Opcions predeterminades de galeria adicionals';
|
Reference in New Issue
Block a user