X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt.lang.php;h=80c1c601d561b300ee62952195810624166c7d78;hb=ff81442e61388a8f144691c020c1f097a4b26d49;hp=8daaa378deb60c9f025648e1344b126eec45fe0a;hpb=d27035c60953218e0a75b8561df1de5449622a4e;p=timetracker.git diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 8daaa378..80c1c601 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -112,11 +112,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.copy' => 'Copy', 'button.cancel' => 'Cancelar', - - - -// TODO: refactoring ongoing down from here. - 'button.submit' => 'Submeter', // TODO: translate the following. // 'button.add_user' => 'Add user', @@ -127,37 +122,93 @@ $i18n_key_words = array( // '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', -'button.send' => 'enviar', -'button.send_by_email' => 'enviar por e-mail', -// Note to translators: the strings below are missing and must be added and translated -// 'button.save_as_new' => 'save as new', -// 'button.create_team' => 'create team', -// 'button.export' => 'export team', -// 'button.import' => 'import team', -// 'button.apply' => 'apply', - -// labels for controls on various forms -// TODO: translate label.team_name and strings below. -// 'label.team_name' => 'team name', -// 'label.currency' => 'currency', -// 'label.manager_name' => 'manager name', -// 'label.manager_login' => 'manager login', -'label.password' => 'senha', -'label.confirm_password' => 'confirme a senha', -// 'label.email' => 'Email', -'label.cc' => 'Cc', // TODO: translate the following. +// 'button.generate' => 'Generate', +// 'button.reset_password' => 'Reset password', +'button.send' => 'Enviar', +'button.send_by_email' => 'Enviar por e-mail', +// TODO: translate the following. +// 'button.create_team' => 'Create team', +// 'button.export' => 'Export team', +// 'button.import' => 'Import team', +// 'button.close' => 'Close', +// 'button.stop' => 'Stop', + +// Labels for controls on forms. Labels in this section are used on multiple forms. +// TODO: translate the following. +// 'label.team_name' => 'Team name', +// 'label.address' => 'Address', +// 'label.currency' => 'Currency', +// 'label.manager_name' => 'Manager name', +// 'label.manager_login' => 'Manager login', +// 'label.person_name' => 'Name', +// 'label.thing_name' => 'Name', +// 'label.login' => 'Login', +'label.password' => 'Senha', +'label.confirm_password' => 'Confirme a senha', +'label.email' => 'E-mail', +// TODO: translate the following. +// 'label.cc' => 'Cc', // 'label.bcc' => 'Bcc', 'label.subject' => 'Assunto', +// TODO: translate the following. +// 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', +// 'label.option' => 'Option', +// 'label.invoice' => 'Invoice', +// 'label.project' => 'Project', +// 'label.projects' => 'Projects', +// 'label.task' => 'Task', +// 'label.tasks' => 'Tasks', +// 'label.description' => 'Description', +// 'label.start' => 'Start', +// 'label.finish' => 'Finish', +// 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => 'Apagar', +// TODO: translate the following. +// 'label.configure' => 'Configure', +// 'label.select_all' => 'Select all', +// 'label.select_none' => 'Deselect all', +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', +// 'label.id' => 'ID', +// 'label.language' => 'Language', +// 'label.decimal_mark' => 'Decimal mark', +// 'label.date_format' => 'Date format', +// 'label.time_format' => 'Time format', +// 'label.week_start' => 'First day of week', +// 'label.comment' => 'Comment', +// 'label.status' => 'Status', +// 'label.tax' => 'Tax', +// 'label.subtotal' => 'Subtotal', +// 'label.total' => 'Total', + + + +// TODO: refactoring ongoing down from here. + // 'label.page' => 'Page', // 'label.condition' => 'Condition', // TODO: translate the following. // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => 'Apagar', // Form titles. // TODO: the entire title section is missing here. See the English file.