Hi,
here is the code for a German and Spanish translation of the Detailed Gallery View.
Just include in the file ext_rokin_gallery_detailed.xml within the tag <languages> after </english> the following code:
| Code: |
<german>
<gallery_settings>Gallerie Einstellungen</gallery_settings>
<gallery_thumbnail_size>Thumbnail Größe</gallery_thumbnail_size>
<gallery_thumbnail_size_desc>Größe der Thumbnails - über 160px geht Qualität verloren</gallery_thumbnail_size_desc>
<album>Album</album>
<last_update>Aktualisiert</last_update>
<published>Veröffentlicht</published>
<author>Autor</author>
<description>Beschreibung</description>
<gallery>Gallerie</gallery>
<items>Anzahl Fotos</items>
</german>
<spanish>
<gallery_settings>Configuración</gallery_settings>
<gallery_thumbnail_size>Thumbnail tamaño</gallery_thumbnail_size>
<gallery_thumbnail_size_desc>Tamaño de las miniaturas - mayor a 160px perderán en calidad</gallery_thumbnail_size_desc>
<album>Album</album>
<last_update>Actualizado</last_update>
<published>Publicado</published>
<author>Autor</author>
<description>Descripción</description>
<gallery>Galeria</gallery>
<items>No. de fotos</items>
</spanish>
|
Greetings, Federico