first translation
This commit is contained in:
parent
9cf1b31d26
commit
28a18ae30f
3 changed files with 62 additions and 62 deletions
|
@ -1,17 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* English language file for config
|
||||
* Spanish language file for config
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
$lang['sidebar_sections'] = 'Auto-toggle the sidebar into sections on these elements:';
|
||||
$lang['sidebar_sections_o_h1'] = '1st order headings';
|
||||
$lang['sidebar_sections_o_h1,h2'] = '1st and 2nd order headings';
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'All headings';
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = 'Top-level list items';
|
||||
$lang['sidebar_sections'] = 'Auto-cambiar la barra lateral en secciones en estos elementos:';
|
||||
$lang['sidebar_sections_o_h1'] = 'encabezados de 1er orden';
|
||||
$lang['sidebar_sections_o_h1,h2'] = 'encabezados de 1er y 2do orden';
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'Todos los encabezados';
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = 'Items del mayor nivel en listas';
|
||||
|
||||
$lang['header_layout'] = 'Adjust header layout:';
|
||||
$lang['header_layout_o_default'] = 'generous header layout for long wiki titel and tagline';
|
||||
$lang['header_layout_o_compact'] = 'compact header layout for short wiki title and hidden tagline';
|
||||
$lang['header_layout_o_default'] = 'disposición generosa del encabezado para largos títulos y lemas de la wiki';
|
||||
$lang['header_layout_o_compact'] = 'disposición compacta del encabezado para títulos cortos de la wiki y lema oculto';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue