X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt.lang.php;h=1bd4c183aa2e53b15b7e5912ecaaf0305e4a5c7d;hb=5532fe6cfc2125063ff8040cfa80e20089ac64b0;hp=10832ac12ebf4a5c67864619401cef8c630f3113;hpb=97986f58680244c80bbe4de04d12eda3d0f12f6c;p=timetracker.git diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 10832ac1..1bd4c183 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -26,9 +26,11 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// 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. +// 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'); @@ -39,30 +41,42 @@ $i18n_holidays = array('01/01', '02/24', '04/10', '04/12', '04/25', '05/01', '06 $i18n_key_words = array( -// menu entries -'menu.login' => 'login', -'menu.logout' => 'logout', -'menu.feedback' => 'feedback', -'menu.help' => 'ajuda', +// Menus. +'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', -'menu.edit_profile' => 'editar perfil', -'menu.my_time' => 'meu tempo', -'menu.reports' => 'relatórios', -// Note to translators: menu.charts needs to be translated. -// 'menu.charts' => 'charts', -'menu.projects' => 'projetos', -'menu.activities' => 'atividades', -'menu.people' => 'pessoas', -// Note to translators: the strings below are missing and must be added and translated -// 'menu.teams' => 'teams', -// 'menu.export' => 'export', -// 'menu.clients' => 'clients', -'menu.options' => 'opções', -// 'menu.admin' => 'admin', +'menu.profile' => 'Perfil', +'menu.time' => 'Tempo', +// TODO: Translate the following: +// 'menu.expenses' => 'Expenses', +'menu.reports' => 'Relatórios', +// TODO: Translate the following: +// 'menu.charts' => 'Charts', +'menu.projects' => 'Projetos', +// TODO: Translate the following: +// 'menu.tasks' => 'Tasks', +// 'menu.users' => 'Users', +// 'menu.teams' => 'Tams', +// 'menu.export' => 'Export', +// 'menu.clients' => 'Clients', +'menu.options' => 'Opções', -// error strings -// Note to translators: the strings below must be translated +// Footer - strings on the bottom of most pages. +// TODO: Translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', +// 'footer.credits' => 'Credits', +// 'footer.license' => 'License', +// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. + +// Error messages. +// TODO: Translate the following: +// 'error.access_denied' => 'Access denied.', +// 'error.sys' => 'System error.', // 'error.db' => 'database error', // 'error.field' => 'incorrect "{0}" data', // 'error.empty' => 'field "{0}" is empty', @@ -77,7 +91,7 @@ $i18n_key_words = array( // 'error.client_exists' => 'client with this name already exists', // 'error.no_login' => 'no user with this e-mail', // 'error.upload' => 'file upload error', -// 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking.

uncompleted records (with 0 or empty duration) can be deleted.', +// 'error.range_locked' => 'Date range is locked.', // 'error.mail_send' => 'error sending mail', // 'error.no_email' => 'no email associated with this login', // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.', @@ -120,6 +134,9 @@ $i18n_key_words = array( // Translate the following string. // 'label.page' => 'Page', +// Form titles. +// TODO: the entire title section is missing here. See the English file. + // "form.filter.project" => 'project', // "form.filter.filter" => 'favorite report', // "form.filter.filter_new" => 'save as favorite', @@ -152,9 +169,7 @@ $i18n_key_words = array( // "form.admin.profile.th.edit" => 'edit', // "form.admin.profile.th.del" => 'delete', // "form.admin.profile.th.active" => 'active', -// "form.admin.lock.period" => 'lock interval in days', "form.admin.options" => 'opções', -// "form.admin.lang_default" => 'site default language', // "form.admin.custom_date_format" => "date format", // "form.admin.custom_time_format" => "time format", // "form.admin.start_week" => "first day of week", @@ -307,9 +322,6 @@ $i18n_key_words = array( // "form.invoice.date" => 'invoice date', // "form.invoice.number" => 'invoice number', // "form.invoice.tax" => 'tax', -// "form.invoice.daily_subtotals" => 'daily subtotals' -// "form.invoice.yourcoo" => 'your name
and address', -// "form.invoice.custcoo" => 'client name
and address', // "form.invoice.comment" => 'comment ', // "form.invoice.th.username" => 'person', // "form.invoice.th.time" => 'hours', @@ -343,9 +355,6 @@ $i18n_key_words = array( // "form.client.th.del" => 'delete', // "form.client.name" => 'name', // "form.client.tax" => 'tax', -// "form.client.daily_subtotals" => 'daily subtotals', -// "form.client.yourcoo" => 'your name
and address in invoice', -// "form.client.custcoo" => 'address', // "form.client.comment" => 'comment ', // miscellaneous strings @@ -409,7 +418,6 @@ $i18n_key_words = array( // "label.group_title" => 'group by', // "label.include_title" => 'include records', // "label.inv_str" => 'invoice', -// "label.set_empl" => 'select users' //" label.sel_all" => 'select all', // "label.sel_none" => 'deselect all', // "label.or" => 'or',