tbrehm
2009-09-04 4bf11863ef7f29b45f02a0fa90d4ec75f19b722f
1
2
3
4
5
6
7
<?php
$wb['list_head_txt'] = 'Mezclar el archivo de idioma seleccionado con el fichero de idioma maestro en inglés. <br />Esto añade las cadenas perdidas desde el fichero maestro en inglés.';
$wb['language_select_txt'] = 'Elegir idioma';
$wb['btn_save_txt'] = 'Mezclar los ficheros ahora';
$wb['btn_cancel_txt'] = 'Atrás';
$wb['list_desc_txt'] = 'Merge the selected language file with the english master language file. <br />This adds missing strings from the english master language files to the selected language.';
?>