X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/da1736600c488f35a9b900a79ed4fe9b53d909a5..235858d0ca557daca78f85706512dfd01fe1f77d:/WEB-INF/resources/fa.lang.php diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index e6d54ee9..dd3e879e 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -60,6 +60,7 @@ $i18n_key_words = array( 'menu.users' => 'کاربران', // TODO: translate the following. // 'menu.groups' => 'Groups', +// 'menu.subgroups' => 'Subgroups', 'menu.export' => 'پشتیبانی', 'menu.clients' => 'مشتری ها', 'menu.options' => 'تنظیمات', @@ -118,6 +119,7 @@ $i18n_key_words = array( // 'error.future_date' => 'Date is in future.', // 'error.xml' => 'Error in XML file at line %d: %s.', // 'error.cannot_import' => 'Cannot import: %s.', +// 'error.format' => 'Invalid file format.', // Labels for buttons. 'button.login' => 'ورود', @@ -161,6 +163,7 @@ $i18n_key_words = array( 'label.users' => 'کاربران', // TODO: translate the following. // 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'مشتری', 'label.clients' => 'مشتریان', @@ -249,6 +252,8 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'ورود', 'title.groups' => 'تیم ها', // TODO: change "teams" to "groups". +// TODO: translate the following. +// 'title.subgroups' => 'Subgroups', 'title.create_group' => 'ایجاد تیم', // TODO: change "team" to "group". // TODO: translate the following. // 'title.edit_group' => 'Editing Group',