]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/pt.lang.php
A bit more cleanup.
[timetracker.git] / WEB-INF / resources / pt.lang.php
index 29d8cc4bcbcf3e837ec82aa8818c1d971683d5ea..91519681341ef21b7a8dd5f70cdec70f0b736687 100644 (file)
@@ -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.',
@@ -136,6 +139,9 @@ $i18n_key_words = array(
 'label.subject' => 'Assunto',
 // 'label.page' => 'Page',
 // 'label.condition' => 'Condition',
+// TODO: translate the following.
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.