summaryrefslogtreecommitdiff
path: root/app/Locale/my_MY
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/my_MY
parent6c4a66fe0138e1de1e56cda48b86fca84f25d662 (diff)
Change help message for application URL
Diffstat (limited to 'app/Locale/my_MY')
-rw-r--r--app/Locale/my_MY/translations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php
index 39f2b81f..e2bc6117 100644
--- a/app/Locale/my_MY/translations.php
+++ b/app/Locale/my_MY/translations.php
@@ -431,7 +431,6 @@ return array(
'Frequency in second (60 seconds by default)' => 'Frequensi dalam detik (standar 60 saat)',
'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Frekuensi dalam detik (0 untuk menonaktifkan fitur ini, standar 10 detik)',
'Application URL' => 'URL Aplikasi',
- 'Example: http://example.kanboard.net/ (used by email notifications)' => 'Contoh: http://example.kanboard.net/ (digunakan untuk pemberitahuan email)',
'Token regenerated.' => 'Token diregenerasi.',
'Date format' => 'Format tarikh',
'ISO format is always accepted, example: "%s" and "%s"' => 'Format ISO selalunya diterima, contoh: « %s » et « %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)' => '',
);