diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-05-10 14:30:59 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-05-10 14:30:59 -0700 |
commit | eafaa4b03770a73080520952112905eb8135a62f (patch) | |
tree | b3c721ca2f3800c8f0694137762fd46ffd16b3de /app/Locale/my_MY | |
parent | ecc9d80671fdfd4434ac7ecf3113507e6a06da64 (diff) |
Make hardcoded hours string translatable
Diffstat (limited to 'app/Locale/my_MY')
-rw-r--r-- | app/Locale/my_MY/translations.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index 35e3ab8e..48c3526d 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -256,7 +256,6 @@ return array( 'Do you really want to remove this sub-task?' => 'Apakah anda yakin akan menghapus sub-tugas ini ?', 'Remaining:' => 'Tersisa:', 'hours' => 'jam', - 'spent' => 'menghabiskan', 'estimated' => 'perkiraan', 'Sub-Tasks' => 'Sub-tugas', 'Add a sub-task' => 'Tambahkan sub-tugas', @@ -481,7 +480,6 @@ return array( 'Link removed successfully.' => 'Pautan berhasil dihapus.', 'Link labels' => 'Label Pautan', 'Link modification' => 'Modifikasi Pautan', - 'Links' => 'Pautan', 'Opposite label' => 'Label berlawanan', 'Remove a link' => 'Hapus Pautan', 'The labels must be different' => 'Label harus berbeda', @@ -522,7 +520,6 @@ return array( 'CAD - Canadian Dollar' => 'CAD - Dollar Kanada', 'CHF - Swiss Francs' => 'CHF - Swiss Prancis', 'Custom Stylesheet' => 'Kustomisasi Stylesheet', - 'download' => 'unduh', 'EUR - Euro' => 'EUR - Euro', 'GBP - British Pound' => 'GBP - Poundsterling inggris', 'INR - Indian Rupee' => 'INR - Rupe India', @@ -593,7 +590,6 @@ return array( 'Existing due date' => 'Batas waktu yang ada', 'Factor to calculate new due date: ' => 'Faktor untuk menghitung tanggal jatuh tempo baru: ', 'Month(s)' => 'Bulan', - 'Recurrence' => 'Pengulangan', 'This task has been created by: ' => 'Tugas ini telah dibuat oleh:', 'Recurrent task has been generated:' => 'Tugas berulang telah dihasilkan:', 'Timeframe to calculate new due date: ' => 'Jangka waktu untuk menghitung tanggal jatuh tempo baru: ', @@ -731,7 +727,6 @@ return array( 'NOK - Norwegian Krone' => 'NOK - Krone Norwegia', 'Show this column' => 'Perlihatkan kolom ini', 'Hide this column' => 'Sembunyikan kolom ini', - 'open file' => 'buka fail', 'End date' => 'Waktu berakhir', 'Users overview' => 'Ikhtisar pengguna', 'Members' => 'Anggota', @@ -1380,4 +1375,6 @@ return array( // '%s moved the task #%d to the column "%s"' => '', // '%s moved the task #%d to the position %d in the column "%s"' => '', // '%s moved the task #%d to the swimlane "%s"' => '', + // '%sh spent' => '', + // '%sh estimated' => '', ); |