X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8164670fafb4306285df2707921741cb9d925385..f20ec5fb1e42bf4a273cb2d3a99d3d7b33c2ff48:/WEB-INF/resources/ca.lang.php diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 696f02d3..c7dff2ec 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -215,6 +215,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', @@ -225,6 +227,11 @@ $i18n_key_words = array( 'label.fav_report' => 'Report favorit', // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', // Form titles. 'title.login' => 'Sessió iniciada', @@ -316,6 +323,8 @@ $i18n_key_words = array( // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. // TODO: translate the following.