diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-24 16:29:14 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-24 16:29:14 -0500 |
commit | 4fa38bf417dd7f1673f63641460092bd046d57b7 (patch) | |
tree | 6c3a0e7ea2638bd3224cfeb9c9cb1ed3d79f82b2 /app/Locale/my_MY/translations.php | |
parent | 203754649e08dadeb631c2adfb0ccf4819dda941 (diff) |
Add project owner
Diffstat (limited to 'app/Locale/my_MY/translations.php')
-rw-r--r-- | app/Locale/my_MY/translations.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index e83f915d..65aaa4e3 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -686,7 +686,6 @@ return array( // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '', 'Screenshot uploaded successfully.' => 'Screenshot berhasil diunggah.', 'SEK - Swedish Krona' => 'SEK - Krona Swedia', - 'The project identifier is an optional alphanumeric code used to identify your project.' => 'Identifier projek adalah kode alfanumerik opsional digunakan untuk mengidentifikasi projek Anda.', 'Identifier' => 'Identifier', 'Disable two factor authentication' => 'Matikan dua faktor otentifikasi', 'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Apakah anda yakin akan mematikan dua faktor otentifikasi untuk pengguna ini : « %s » ?', @@ -1104,4 +1103,10 @@ return array( // 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '', // 'My dashboard' => '', // 'My profile' => '', + // 'Project owner: ' => '', + // 'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => '', + // 'Project owner' => '', + // 'Those dates are useful for the project Gantt chart.' => '', + // 'Private projects do not have users and groups management.' => '', + // 'There is no project member.' => '', ); |