A bit of refactoring in translation files.
[timetracker.git] / WEB-INF / resources / tr.lang.php
index 9359107..049a4f7 100644 (file)
@@ -477,6 +477,10 @@ $i18n_key_words = array(
 'form.users.rate' => 'Tarife', // TODO: is this correct?
 'form.users.default_rate' => 'Varsayılan saat ücreti',
 
+// Editing User form. See example at https://timetracker.anuko.com/user_edit.php
+// TODO: translate the following.
+// 'form.user_edit.swap_roles' => 'Swap roles',
+
 // Roles form. See example at https://timetracker.anuko.com/roles.php
 // TODO: translate the following.
 // 'form.roles.active_roles' => 'Active Roles',
@@ -505,7 +509,7 @@ $i18n_key_words = array(
 // 'form.export.compression_bzip' => 'bzip',
 
 // Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
-'form.import.hint' => 'Ekip bilgileri bir xml dosyasından içe aktar.',
+'form.import.hint' => 'Ekip bilgileri bir xml dosyasından içe aktar.', // TODO: replace "team" with "group".
 'form.import.file' => 'Dosya seç',
 'form.import.success' => 'Içe aktarma başarıyla tamamlandı.',
 
@@ -516,7 +520,6 @@ $i18n_key_words = array(
 
 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
 // TODO: translate the following.
-// 'form.profile.swap_roles' => 'Swap roles',
 // 'form.profile.12_hours' => '12 hours',
 // 'form.profile.24_hours' => '24 hours',
 // 'form.profile.show_holidays' => 'Show holidays',
@@ -535,6 +538,10 @@ $i18n_key_words = array(
 // 'form.profile.allow_ip' => 'Allow IP',
 // 'form.profile.plugins' => 'Plugins',
 
+// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
+// TODO: translate the following.
+// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
+
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'Kimden',
 'form.mail.to' => 'Kime',