X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fcs.lang.php;h=e3ad3db24565a30a22e5598cd1ff4238f2db0532;hb=8d140021f8b25d7b4417bfd475386cd98afe0e2c;hp=1466a95f07f772115fc6b8660eaed714e9e8cd3d;hpb=ff81442e61388a8f144691c020c1f097a4b26d49;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 1466a95f..e3ad3db2 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -221,6 +221,22 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', +// Labels for plugins (extensions to Time Tracker that provide additional features). +// TODO: translate the following. +// 'label.custom_fields' => 'Custom fields', +// 'label.monthly_quotas' => 'Monthly quotas', +// 'label.type' => 'Type', +// 'label.type_dropdown' => 'dropdown', +// 'label.type_text' => 'text', +// 'label.required' => 'Required', +// 'label.fav_report' => 'Favorite report', +// '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',