X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c037a9d36c659450d720e4e42daaa119cf72ff64..cc31bb230e32dbff98f10ace148b41872d738ad9:/WEB-INF/resources/tr.lang.php diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index bfcf6bce..2a5d247d 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -110,21 +110,24 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', // 'error.mail_send' => 'Error sending mail.', +// '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.', +// Labels for buttons. +'button.login' => 'Giriş', +'button.now' => 'Şimdi', +'button.save' => 'Kaydet', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Iptal', -// TODO: refactoring ongoing down from here. -// '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.', +// TODO: refactoring ongoing down from here. -// Labels for buttons. -'button.login' => 'giriş', -'button.now' => 'şimdi', -'button.save' => 'kaydet', -'button.delete' => 'sil', -'button.cancel' => 'iptal', 'button.submit' => 'gönder', 'button.add_user' => 'kullanıcı ekle', 'button.add_project' => 'proje ekle', @@ -164,7 +167,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.yes' => 'yes', // 'label.no' => 'no', - +'label.delete' => 'Sil', + // Form titles. // TODO: the entire title section is missing here. See the English file.