diff options
author | Go MAEDA <maeda@farend.jp> | 2020-05-30 04:53:24 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-05-30 04:53:24 +0000 |
commit | ebf5d219c9a8211c083dede3b9b9048bc68f257e (patch) | |
tree | dc036b5d5ee7f5b5ca4228c2cdcc0726c491a48c /config/locales | |
parent | 454bed8143baa7e7b51f7571196b068ff4297b93 (diff) | |
download | redmine-ebf5d219c9a8211c083dede3b9b9048bc68f257e.tar.gz redmine-ebf5d219c9a8211c083dede3b9b9048bc68f257e.zip |
Import user accounts from CSV file (#33102).
Patch by Takenori TAKAKI.
git-svn-id: http://svn.redmine.org/redmine/trunk@19799 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 89fd151c4..0836d2593 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1295,3 +1295,4 @@ en: text_project_is_public_non_member: Public projects and their contents are available to all logged-in users. text_project_is_public_anonymous: Public projects and their contents are openly available on the network. label_import_time_entries: Import time entries + label_import_users: Import users |