X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=e2b1c6f9c0bdf79cce4b53633f94e43c0f6e18d3;hb=08bbf671649fd5419fe4d38fab621e053472e8ce;hp=78f183c4c48f251a09467df39a1a46f226aa21ea;hpb=75e0e453be12791cc012f1f9a1c3c14f970fc285;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 78f183c4..e2b1c6f9 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -$i18n_language = 'Português brasileiro'; +$i18n_language = 'Portuguese (Português brasileiro)'; $i18n_months = array('Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'); $i18n_weekdays = array('Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira', 'Quinta-feira', 'Sexta-feira', 'Sábado'); $i18n_weekdays_short = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); @@ -209,7 +209,7 @@ $i18n_key_words = array( 'label.type_text' => 'texto', 'label.required' => 'Obrigatório', 'label.fav_report' => 'Relatório favorito', -'label.cron_schedule' => 'Agenda cron', +'label.schedule' => 'Agenda', 'label.what_is_it' => 'O que é?', // 'label.expense' => 'Expense', // 'label.quantity' => 'Quantity',