Added parameter validation to report handlers.
[timetracker.git] / WEB-INF / resources / ca.lang.php
index b0373d4..f3bb16b 100644 (file)
@@ -86,6 +86,7 @@ $i18n_key_words = array(
 // 'error.task' => 'Select task.',
 // 'error.client' => 'Select client.',
 // 'error.report' => 'Select report.'
+// 'error.record' => 'Select record.',
 'error.auth' => 'Usuari o parula de pas incorrecta',
 // TODO: translate the following.
 // 'error.user_exists' => 'User with this login already exists.',
@@ -135,7 +136,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'button.close' => 'Close',
 // 'button.stop' => 'Stop',
-// 'button.mark_paid' => 'Mark paid',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
@@ -232,6 +232,7 @@ $i18n_key_words = array(
 // 'label.quantity' => 'Quantity',
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
+// 'label.mark_paid' => 'Mark paid',
 
 // Form titles.
 'title.login' => 'SessiĆ³ iniciada',