Changeset 10424 for extensions/stripped/language
- Timestamp:
- Apr 16, 2011, 6:59:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped/language/es_ES/theme.lang.php
r9960 r10424 1 1 <?php 2 2 3 $lang['Show/hide menu'] = 'Show/hide menu';4 $lang['Description'] = 'Description';5 $lang['Informations'] = 'Informations';6 $lang['GMap'] = 'Map';7 3 8 $lang['Interface options']='Interface options'; 9 $lang['Hide menu by default on category page']='Hide menu by default on category page'; 10 $lang['Animate menu']='Animate menu'; 11 $lang['Animate tabs on picture page']='Animate tabs on picture page'; 12 $lang['Replace all icons by ALT text']='Replace all icons by ALT text'; 13 $lang['Picture page options']='Picture page options'; 14 $lang['Show image title on top of the page (after browse path)']='Show image title on top of the page (after browse path)'; 15 $lang['Show description instead of title below image']='Show description instead of title below image'; 16 $lang['Use arrows instead of navigation thumbnails']='Use arrows instead of navigation thumbnails'; 17 $lang['Show Information tab only to admins']='Show Information tab only to admins'; 18 $lang['Image autosize options']='Image autosize options'; 19 $lang['Resize image to fit window']='Resize image to fit window'; 20 $lang['Include title after resize']='Include title after resize'; 21 $lang['Additional bottom margin after resize']='Additional bottom margin after resize'; 22 $lang['Minimum image height after resize']='Minimum image height after resize'; 23 $lang['stripped Configuration updated']='stripped Configuration updated'; 4 5 $lang['Show/hide menu'] = 'Mostrar/ocultar menu'; 6 7 $lang['Description'] = 'Descripci´on'; 8 9 $lang['Informations'] = 'Informaci´on'; 10 11 $lang['GMap'] = 'Mapa'; 12 13 14 15 $lang['Interface options']='Opciones del interfaz'; 16 17 $lang['Hide menu by default on category page']='Ocultar el men´u por defecto en la p´agina de categor´ias'; 18 19 $lang['Animate menu']='Men´u animado'; 20 21 $lang['Animate tabs on picture page']='Pestañas animadas en la p´agina de la imagen'; 22 23 $lang['Replace all icons by ALT text']='Reemplazar todos los iconos por el texto ALT'; 24 25 $lang['Picture page options']='Opciones de la p´agina de la imagen'; 26 27 $lang['Show image title on top of the page (after browse path)']='Mostrar el t´itulo de la imagen en la parte superior (a continuaci´on de la ruta de navegaci´on)'; 28 29 $lang['Show description instead of title below image']='Mostrar la descripci´on en lugar del t´itulo bajo la imagen'; 30 31 $lang['Use arrows instead of navigation thumbnails']='Emplear flechas en lugar deminiaturas para la navegaci´on'; 32 33 $lang['Show Information tab only to admins']='Mostrar la pestaña de Informaci´on s´olo a los administradores'; 34 35 $lang['Image autosize options']='Opciones para el redimensionado autom´atico de la imagen'; 36 37 $lang['Resize image to fit window']='Redimensionar la imagen para que llene la ventana'; 38 39 $lang['Include title after resize']='Incluir el t´itulo tras redimensionar'; 40 41 $lang['Additional bottom margin after resize']='Margen inferior adicional tras redimensionar'; 42 43 $lang['Minimum image height after resize']='Altura m´inima de la imagen tras redimensionar'; 44 45 $lang['stripped Configuration updated']='La Configuraci´on de stripped ha sido actualizada'; 46 47 24 48 25 49 ?>
Note: See TracChangeset
for help on using the changeset viewer.