X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ftr.lang.php;h=63330fc9e291067449e6b03ebbc7725cfa846085;hb=4b550872bc24e8b8477250b8a26b464673c12c35;hp=99b5bb91bf9e0d212666e156768a90c02a0ee668;hpb=97986f58680244c80bbe4de04d12eda3d0f12f6c;p=timetracker.git diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 99b5bb91..63330fc9 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -26,9 +26,11 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. +// Note to translators: Please use proper capitalization rules for your language. + $i18n_language = 'Türkçe'; $i18n_months = array('ocak', 'şubat', 'mart', 'nisan', 'mayis', 'haziran', 'temmuz', 'ağustos', 'eylük', 'ekim', 'kasım', 'aralık'); $i18n_weekdays = array('pazar', 'pazartesi', 'salı', 'çarşamba', 'perşembe', 'cuma', 'cumartesi'); @@ -38,30 +40,44 @@ $i18n_holidays = array('01/01', '04/23', '05/01', '05/19', '08/30', '09/20', '09 $i18n_key_words = array( -// menu entries +// Menus. 'menu.login' => 'giriş', 'menu.logout' => 'çıkış', -'menu.feedback' => 'geri bildirim', +// TODO: translate the following: +// 'menu.forum' => 'Forum', 'menu.help' => 'yardım', // Note to translators: menu.create_team needs a more accurate translation. 'menu.create_team' => 'yeni yönetici hesabı yarat', -'menu.edit_profile' => 'profili düzenle', +'menu.profile' => 'profili', 'menu.my_time' => 'zamanım', +// TODO: translate the following: +// 'menu.expenses' => 'Expenses', 'menu.reports' => 'raporlar', -// Note to translators: menu.charts needs to be translated. -// 'menu.charts' => 'charts', +// TODO: translate the following: +// 'menu.charts' => 'Charts', 'menu.projects' => 'projeler', -'menu.activities' => 'faaliyetler', -'menu.people' => 'insanlar', +// TODO: translate the following: +// 'menu.tasks' => 'Tasks', +// 'menu.users' => 'Users', 'menu.teams' => 'ekipler', -// Note to translators: menu.export needs to be translated. -// 'menu.export' => 'export', +// TODO: translate the following: +// 'menu.export' => 'Export', 'menu.clients' => 'müşteriler', -// Note to translators: menu.options needs to be translated. -// 'menu.options' => 'options', -'menu.admin' => 'yönetici', +// TODO: translate the following: +// 'menu.options' => 'Options', + +// Footer - strings on the bottom of most pages. +// TODO: translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', +// 'footer.credits' => 'Credits', +// 'footer.license' => 'License', +// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. -// error strings +// Error messages. +// TODO: translate the following: +// 'error.access_denied' => 'Access denied.', +// 'error.sys' => 'System error.', 'error.db' => 'veritabanı hatası', 'error.field' => 'hatalı veri "{0}"', 'error.empty' => 'alan "{0}" boştur',