X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt.lang.php;h=5f9dca9c8beed85a2e9b30ee1da3aafe2d67fb16;hb=b17cf9352af778099c207b9aa01d47380a58453d;hp=4c663d71cd70e19e15bc56c7ddce4aa0f440f767;hpb=2702260e85d10b0d85301df922d8960a3ec88203;p=timetracker.git diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 4c663d71..5f9dca9c 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -49,20 +49,18 @@ $i18n_key_words = array( 'menu.help' => 'Ajuda', // 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. // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Relatórios', // TODO: translate the following. -// 'menu.charts' => 'Charts', +'menu.charts' => 'Charts', '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,21 +77,27 @@ $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.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + // 'error.no_login' => 'no user with this e-mail', // 'error.upload' => 'file upload error', // 'error.range_locked' => 'Date range is locked.',