Ignore:
Timestamp:
Apr 16, 2011, 6:59:26 PM (13 years ago)
Author:
am
Message:

theme.lang.php translation to Spanish

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/language/es_ES/theme.lang.php

    r9960 r10424  
    11<?php
    22
    3 $lang['Show/hide menu'] = 'Show/hide menu';
    4 $lang['Description'] = 'Description';
    5 $lang['Informations'] = 'Informations';
    6 $lang['GMap'] = 'Map';
    73
    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&acute;on';
     8
     9$lang['Informations'] = 'Informaci&acute;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&acute;u por defecto en la p&acute;agina de categor&acute;ias';
     18
     19$lang['Animate menu']='Men&acute;u animado';
     20
     21$lang['Animate tabs on picture page']='Pesta&ntilde;as animadas en la p&acute;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&acute;agina de la imagen';
     26
     27$lang['Show image title on top of the page (after browse path)']='Mostrar el t&acute;itulo de la imagen en la parte superior (a continuaci&acute;on de la ruta de navegaci&acute;on)';
     28
     29$lang['Show description instead of title below image']='Mostrar la descripci&acute;on en lugar del t&acute;itulo bajo la imagen';
     30
     31$lang['Use arrows instead of navigation thumbnails']='Emplear flechas en lugar deminiaturas para la navegaci&acute;on';
     32
     33$lang['Show Information tab only to admins']='Mostrar la pesta&ntilde;a de Informaci&acute;on s&acute;olo a los administradores';
     34
     35$lang['Image autosize options']='Opciones para el redimensionado autom&acute;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&acute;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&acute;inima de la imagen tras redimensionar';
     44
     45$lang['stripped Configuration updated']='La Configuraci&acute;on de stripped ha sido actualizada';
     46
     47
    2448
    2549?>
Note: See TracChangeset for help on using the changeset viewer.