mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01: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:
parent
bf94f8b87c
commit
1a0f734a9c
3 changed files with 11 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue