summaryrefslogtreecommitdiff
path: root/app/Locale/tr_TR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-20 18:35:41 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-20 18:35:41 -0500
commit67e7285530711231178e61edfb21b4e8b8016286 (patch)
treec0cd7246af41cbd98ebc0c522ee575bd34a96d0b /app/Locale/tr_TR
parent6c4a66fe0138e1de1e56cda48b86fca84f25d662 (diff)
Change help message for application URL
Diffstat (limited to 'app/Locale/tr_TR')
-rw-r--r--app/Locale/tr_TR/translations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php
index b070adeb..aa73c1c6 100644
--- a/app/Locale/tr_TR/translations.php
+++ b/app/Locale/tr_TR/translations.php
@@ -431,7 +431,6 @@ return array(
'Frequency in second (60 seconds by default)' => 'Saniye olarak frekans (varsayılan 60 saniye)',
'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Saniye olarak frekans (Bu özelliği iptal etmek için 0, varsayılan değer 10 saniye)',
'Application URL' => 'Uygulama URL',
- 'Example: http://example.kanboard.net/ (used by email notifications)' => 'Örneğin: http://example.kanboard.net/ (E-posta bildirimleri için kullanılıyor)',
'Token regenerated.' => 'Beliteç yeniden oluşturuldu.',
'Date format' => 'Tarih formatı',
'ISO format is always accepted, example: "%s" and "%s"' => 'ISO formatı her zaman kabul edilir, örneğin: "%s" ve "%s"',
@@ -1148,4 +1147,5 @@ return array(
// 'Change subtask position' => '',
// 'This value must be greater than %d' => '',
// 'Another swimlane with the same name exists in the project' => '',
+ // 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
);