X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt.lang.php;h=6ac89aeb6431dfaf67c39180dc048c793d7de04a;hb=f759f0f20fa474c1b295b4e586d88903ac9b05e6;hp=a8102fef7f72e29717cb11ed2c0134044206d7d8;hpb=d9c7bad5d4a166c9872c9ec91342a5363caf3fab;p=timetracker.git 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.',