From: Banana Date: Tue, 16 Apr 2024 11:38:12 +0000 (+0200) Subject: i18n profile X-Git-Tag: 1.7~23 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=2523db68e24836cd62de875d59c1261bbc494c64;p=bibliotheca-php.git i18n profile Signed-off-by: Banana --- diff --git a/webclient/i18n/eng.ini b/webclient/i18n/eng.ini index 7f76c67..9a5f7de 100644 --- a/webclient/i18n/eng.ini +++ b/webclient/i18n/eng.ini @@ -118,6 +118,14 @@ manageuser.availableusers = "Available users" manageuser.groups = "Group(s)" manageuser.status = "Status" manageuser.created = global.created +manageuser.input.apitoken.current = "Current Token:" + +profile.yourprofile = "Manage your profile" +profile.input.maingroup = "Main group" +profile.input.addgroups = "Additional groups" +profile.input.createtoken = "Create API Token" +profile.input.apitoken.valid = manageuser.input.apitoken.valid +profile.input.apitoken.current = manageuser.input.apitoken.current global.add = "Add" global.ascending = "Ascending" diff --git a/webclient/view/98/profile/profile.html b/webclient/view/98/profile/profile.html index 0e50147..d69a69e 100644 --- a/webclient/view/98/profile/profile.html +++ b/webclient/view/98/profile/profile.html @@ -1,4 +1,4 @@ -

Manage your profile

+

t('profile.yourprofile'); ?>

@@ -11,12 +11,12 @@
- +
- + - +
- +
diff --git a/webclient/view/default/profile/profile.html b/webclient/view/default/profile/profile.html index 928f240..5fd883a 100644 --- a/webclient/view/default/profile/profile.html +++ b/webclient/view/default/profile/profile.html @@ -1,4 +1,4 @@ -

Manage your profile

+

t('profile.yourprofile'); ?>

@@ -16,7 +16,7 @@
- +
- +

- Valid until:
- Key: + t('profile.input.apitoken.valid'); ?>
+ t('profile.input.apitoken.current'); ?>