X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ftr.lang.php;h=2600f1d40cb4a2d174e0f9b87f813e9f3ec3acd4;hb=a4fd787ff4452eb1a7e3d0c0a24d8fcebd7b8b43;hp=0159c7a9c3c8181f58469c61f40bf0834490c36a;hpb=0e60d28bba29fbd47e415ac55bdcb39a284613ee;p=timetracker.git diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 0159c7a9..2600f1d4 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -52,6 +52,7 @@ $i18n_key_words = array( 'menu.profile' => 'Profili', // TODO: translate the following. // 'menu.group' => 'Group', +// 'menu.plugins' => 'Plugins', 'menu.time' => 'Zaman', // TODO: translate the following. // 'menu.expenses' => 'Expenses', @@ -116,12 +117,15 @@ $i18n_key_words = array( 'error.upload' => 'Dosya yükleme hatası.', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', -// 'error.mail_send' => 'Error sending mail.', +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', // 'error.no_email' => 'No email associated with this login.', // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', // 'error.goto_uncompleted' => 'Go to uncompleted entry.', // 'error.overlap' => 'Time interval overlaps with existing records.', // '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' => 'Giriş', @@ -172,6 +176,8 @@ $i18n_key_words = array( 'label.user' => 'Kullanıcı', 'label.users' => 'Kullanıcılar', // TODO: translate the following. +// 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'Müşteri', 'label.clients' => 'Müşteriler', @@ -333,6 +339,7 @@ $i18n_key_words = array( 'title.profile' => 'Profili', // TODO: translate the following. // 'title.group' => 'Group Settings', +// 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', // 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -539,7 +546,6 @@ $i18n_key_words = array( // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.allow_ip' => 'Allow IP', -// 'form.group_edit.plugins' => 'Plugins', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.