X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt.lang.php;h=4c663d71cd70e19e15bc56c7ddce4aa0f440f767;hb=2702260e85d10b0d85301df922d8960a3ec88203;hp=b460a771942d00ee6684097b3b25f253c5950298;hpb=7090dec44236531f42af5763416db5d07c94b10a;p=timetracker.git diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index b460a771..4c663d71 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -32,23 +32,25 @@ // Note to translators: Please use proper capitalization rules for your language. $i18n_language = 'Português'; -$i18n_months = array('janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'augosto', 'setembro', 'outubro', 'novembro', 'dezembro'); -$i18n_weekdays = array('domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'); -// Note to translators: $i18n_weekdays_short needs to be translated. These are shortened days of week. -// $i18n_weekdays_short = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); +$i18n_months = array('Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Augosto', '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'); // format mm/dd $i18n_holidays = array('01/01', '02/24', '04/10', '04/12', '04/25', '05/01', '06/10', '06/11', '08/15', '10/05', '01/11', '12/01', '12/08', '12/25'); $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Login', 'menu.logout' => 'Logout', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Ajuda', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'criar nova conta de gerente', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'Perfil', 'menu.time' => 'Tempo', // TODO: translate the following. @@ -83,12 +85,15 @@ $i18n_key_words = array( // 'error.not_equal' => 'field "{0}" is not equaled to field "{1}"', // 'error.interval' => 'incorrect interval', // 'error.project' => 'select project', -// 'error.activity' => 'select activity', +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', // 'error.auth' => 'incorrect login or password', // 'error.user_exists' => 'user with this login already exists', // 'error.project_exists' => 'project with this name already exists', -// 'error.activity_exists' => 'activity with this name already exists', -// 'error.client_exists' => 'client with this name already exists', +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', // 'error.no_login' => 'no user with this e-mail', // 'error.upload' => 'file upload error', // 'error.range_locked' => 'Date range is locked.', @@ -98,17 +103,21 @@ $i18n_key_words = array( // 'error.goto_uncompleted' => 'go to uncompleted entry.', // Labels for buttons. -'button.login' => 'login', -'button.now' => 'hoje', -'button.save' => 'salvar', -'button.delete' => 'apagar', -'button.cancel' => 'cancelar', -'button.submit' => 'submeter', -// Note to translators: 'button.add_user' => 'add user', // the string must be translated -'button.add_project' => 'adicionar projeto', -'button.add_activity' => 'adicionar atividade', -// 'button.add_client' => 'add client', // TODO: translate this. -'button.add' => 'adicionar', +'button.login' => 'Login', +'button.now' => 'Hoje', +'button.save' => 'Salvar', +'button.delete' => 'Apagar', +'button.cancel' => 'Cancelar', +'button.submit' => 'Submeter', +// TODO: translate the following. +// 'button.add_user' => 'Add user', +'button.add_project' => 'Adicionar projeto', +// TODO: translate the following. +// 'button.add_task' => 'Add task', +// 'button.add_client' => 'Add client', +// 'button.add_invoice' => 'Add invoice', +// 'button.add_option' => 'Add option', +'button.add' => 'Adicionar', // Note to translators: strings below need to be translated. // 'button.generate' => 'generate', // 'button.reset_password' => 'reset password', @@ -129,13 +138,16 @@ $i18n_key_words = array( // 'label.manager_login' => 'manager login', 'label.password' => 'senha', 'label.confirm_password' => 'confirme a senha', -// TODO: translate the following. // 'label.email' => 'Email', -// 'label.cc' => 'Cc', +'label.cc' => 'Cc', +// TODO: translate the following. // 'label.bcc' => 'Bcc', -// 'label.subject' => 'Subject', +'label.subject' => 'Assunto', // 'label.page' => 'Page', // 'label.condition' => 'Condition', +// TODO: translate the following. +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Form titles. // TODO: the entire title section is missing here. See the English file. @@ -307,8 +319,6 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => 'de', "form.mail.to" => 'para', -"form.mail.cc" => 'cc', -"form.mail.subject" => 'assunto', "form.mail.comment" => 'comentário', "form.mail.above" => 'enviar este relatório por e-mail', // Note to translators: the strings below must be translated