X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1f845478300e34470e905204b24310b2c21f71e1..77a879cfacc24de67448c33ad9d02791c46f5512:/WEB-INF/resources/pt.lang.php diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index a8102fef..6ac89aeb 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -77,13 +77,13 @@ $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 equal to field "{1}".', +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', // TODO: refactoring ongoing down from here. -// '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.task' => 'Select task.', // 'error.client' => 'Select client.',