X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/273d933d53fcd1a1c4e77e8ff1fcc3f05a82c0db..c037a9d36c659450d720e4e42daaa119cf72ff64:/WEB-INF/resources/pt.lang.php diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index be83ee4e..3159ebef 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -56,13 +56,11 @@ $i18n_key_words = array( 'menu.reports' => 'Relatórios', // TODO: translate the following. 'menu.charts' => 'Charts', - -// TODO: refactoring ongoing down from here. 'menu.projects' => 'Projetos', // TODO: translate the following. // 'menu.tasks' => 'Tasks', // 'menu.users' => 'Users', -// 'menu.teams' => 'Tams', +// 'menu.teams' => 'Teams', // 'menu.export' => 'Export', // 'menu.clients' => 'Clients', 'menu.options' => 'Opções', @@ -79,25 +77,33 @@ $i18n_key_words = array( // 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', -// 'error.not_equal' => 'field "{0}" is not equaled to field "{1}"', -// 'error.interval' => 'incorrect interval', -// 'error.project' => 'select project', +// 'error.db' => 'Database error.', +// 'error.field' => 'Incorrect "{0}" data.', +// 'error.empty' => 'Field "{0}" is empty.', +// 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".', +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', +// 'error.project' => 'Select project.', // '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.auth' => 'Incorrect login or password.', +// 'error.user_exists' => 'User with this login already exists.', +// 'error.project_exists' => 'Project 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.invoice_exists' => 'Invoice with this number already exists.', +// 'error.no_invoiceable_items' => 'There are no invoiceable items.', +// 'error.no_login' => 'No user with this login.', +// 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.', +// 'error.upload' => 'File upload error.', // 'error.range_locked' => 'Date range is locked.', -// 'error.mail_send' => 'error sending mail', +// 'error.mail_send' => 'Error sending mail.', + + + +// TODO: refactoring ongoing down from here. + // 'error.no_email' => 'no email associated with this login', // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.', // 'error.goto_uncompleted' => 'go to uncompleted entry.',