]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/fa.lang.php
Introduced title.subgroups in translation files.
[timetracker.git] / WEB-INF / resources / fa.lang.php
index a728ba8625115c2ac978d2fa1fb4cc4c48a811da..dd3e879e11b731c7b968f6b6ec56aaff1646852b 100644 (file)
@@ -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' => 'تنظیمات',
@@ -116,6 +117,9 @@ $i18n_key_words = array(
 'error.overlap' => 'بازه زمانی با سوابق موجود هم پوشانی دارد.',
 // TODO: translate the following.
 // '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' => 'ورود',
@@ -158,6 +162,8 @@ $i18n_key_words = array(
 'label.user' => 'کاربر',
 'label.users' => 'کاربران',
 // TODO: translate the following.
+// 'label.group' => 'Group',
+// 'label.subgroups' => 'Subgroups',
 // 'label.roles' => 'Roles',
 'label.client' => 'مشتری',
 'label.clients' => 'مشتریان',
@@ -246,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',