diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-22 17:41:45 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-22 17:41:45 -0500 |
commit | f27bcec2d92af83ee7205c84954cda9d7b2fc55d (patch) | |
tree | dcd7731a285c5885e9f6d724f99637fddb5693ef /app | |
parent | bdc380acc35bb77f8f1c2b11827a692e5653772f (diff) |
Fix typo in tr_TR translation
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/tr_TR/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index 3c71b106..b9c20054 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -948,7 +948,7 @@ return array( 'Your custom filter have been updated successfully.' => 'Özel filtreleriniz başarıyla güncellendi.', 'Unable to update custom filter.' => 'Özel filtre güncellenemiyor.', 'Web' => 'İnternet', - 'New attachment on task #%d: %s' => '#%d görevinde yeni dosya: %s' + 'New attachment on task #%d: %s' => '#%d görevinde yeni dosya: %s', 'New comment on task #%d' => '#%d görevinde yeni yorum', 'Comment updated on task #%d' => '#%d görevinde yorum güncellendi', 'New subtask on task #%d' => '#%d görevinde yeni alt görev', @@ -1039,7 +1039,7 @@ return array( 'Project Manager' => 'Proje yöneticisi', 'Project Member' => 'Proje üyesi', 'Project Viewer' => 'Proje izleyicisi', - 'Your account is locked for %d minutes' => 'Hesabınız % dakika boyunca kilitlendi', + 'Your account is locked for %d minutes' => 'Hesabınız %d dakika boyunca kilitlendi', 'Invalid captcha' => 'Geçersiz captcha', 'The name must be unique' => 'İsim tekil olmalı', 'View all groups' => 'Tüm grupları görüntüle', |