diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-18 10:02:29 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-18 10:02:29 -0400 |
commit | 5369c74ec0df35aa072a6067837c1d748836b96e (patch) | |
tree | 0739b5ed6c1329782f46b7a625cfae274ff14382 /app/Locale/ja_JP | |
parent | 536c6964aad9c0b4f7cca60163a889657ccb15e2 (diff) |
Add form to create remote user
Diffstat (limited to 'app/Locale/ja_JP')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 3ced5ea1..e52f82b6 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -996,4 +996,6 @@ return array( // 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '', // 'By @%s on Gitlab' => '', // 'Gitlab issue comment created' => '', + // 'New remote user' => '', + // 'New local user' => '', ); |