X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt.lang.php;h=79bbae1ceba602ba408524fe7d8f7addae3f6374;hb=a0ff02ec3fa7016404f3992710db57951e74e824;hp=2cc4f33dc78d7196c0dea61be95ff94134e8b911;hpb=a26a0989ad93cce9de9f45312990da9610e53045;p=timetracker.git diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 2cc4f33d..79bbae1c 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -35,8 +35,6 @@ $i18n_language = 'Portuguese (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'); $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( @@ -48,7 +46,7 @@ $i18n_key_words = array( // 'menu.forum' => 'Forum', 'menu.help' => 'Ajuda', // TODO: translate the following. -// 'menu.create_group' => 'Create Group', +// 'menu.register' => 'Register', 'menu.profile' => 'Perfil', // TODO: translate the following. // 'menu.group' => 'Group', @@ -245,6 +243,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', @@ -257,6 +256,7 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_menu' => 'Week menu', // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', // 'label.work_units' => 'Work units', @@ -402,6 +402,8 @@ $i18n_key_words = array( // 'dropdown.previous_year' => 'previous year', // 'dropdown.selected_year' => 'year', // 'dropdown.all_time' => 'all time', +// TODO: translate the following. +// 'dropdown.time' => 'time', 'dropdown.projects' => 'projetos', // TODO: translate the following. // 'dropdown.tasks' => 'tasks', @@ -571,7 +573,7 @@ $i18n_key_words = array( // 'form.group_edit.12_hours' => '12 hours', // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', -// 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', @@ -586,6 +588,7 @@ $i18n_key_words = array( // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', +// 'form.group_edit.advanced_settings' => 'Advanced settings', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.