X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2bfbf9aa34b4e672ceba72003e294a0a6c5c7972..97131557dde928fb0694e10eea098bae64a25fcd:/WEB-INF/resources/pt.lang.php diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 5fdd5a0b..91519681 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -83,12 +83,15 @@ $i18n_key_words = array( // 'error.not_equal' => 'field "{0}" is not equaled to field "{1}"', // 'error.interval' => 'incorrect interval', // 'error.project' => 'select project', -// 'error.activity' => 'select activity', +// '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.activity_exists' => 'activity with this name already exists', -// 'error.client_exists' => 'client 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.range_locked' => 'Date range is locked.',