Marius Cramer
2015-04-30 57496f7c08945031b90b1e4bc5b2e0d5f4c2cec4
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Adicionar Idioma';
$wb['language_select_txt'] = 'Seleccione o idioma base';
$wb['language_new_txt'] = 'Novo Idioma';
$wb['language_new_hint_txt'] = '2 letras código ISO 639-1 (Veja http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)';
$wb['btn_save_txt'] = 'Criar um novo conjunto de idioma';
$wb['btn_cancel_txt'] = 'Voltar';
?>