tbrehm
2009-07-09 2535cf6ecc136e74db74cb64e3636a860d7e78a8
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.';
?>