X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c0c074a026debe06878f1ade76e02ebd0ae0fe9d..f20ec5fb1e42bf4a273cb2d3a99d3d7b33c2ff48:/WEB-INF/resources/ca.lang.php diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 3ac69f79..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', @@ -229,6 +231,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', @@ -320,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.