mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
WIP new WebAdmin: remove some hard coded strings
so they can be localized Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -29,6 +29,9 @@ const (
|
||||
I18nShareAddTitle = "title.add_share"
|
||||
I18nShareUpdateTitle = "title.update_share"
|
||||
I18nProfileTitle = "title.profile"
|
||||
I18nUsersTitle = "title.users"
|
||||
I18nGroupsTitle = "title.groups"
|
||||
I18nFoldersTitle = "title.folders"
|
||||
I18nChangePwdTitle = "title.change_password"
|
||||
I18n2FATitle = "title.two_factor_auth"
|
||||
I18nEditFileTitle = "title.edit_file"
|
||||
|
||||
Reference in New Issue
Block a user