From c00d61bbbc4cbb5cdd2857b0d8f599eef7783096 Mon Sep 17 00:00:00 2001 From: MS Berends <31037261+msberends@users.noreply.github.com> Date: Wed, 16 Aug 2017 21:07:58 +0200 Subject: [PATCH] Translate text on public page Tested with Dutch language. Apparently, some PHP translation classes were forgotten :) --- templates/public_share.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/templates/public_share.php b/templates/public_share.php index ef6c7101..63c85712 100644 --- a/templates/public_share.php +++ b/templates/public_share.php @@ -71,23 +71,23 @@ style('passman', 'public-page');
- Label + t("Label")); ?> | {{shared_credential.label}} @@ -95,7 +95,7 @@ style('passman', 'public-page'); | ||||||||||||||||
- Account + t("Account")); ?> |
- Password
+ t("Password")); ?>
|
|
- OTP
+ t("OTP")); ?>
|
|
- E-mail
+ t("E-mail")); ?>
|
|
- URL
+ t("URL")); ?>
|
|
- Files
+ t("Files")); ?>
|
|
- Expire time
+ t("Expire time")); ?>
|
{{shared_credential.expire_time * 1000 |
@@ -170,7 +170,7 @@ style('passman', 'public-page');
|
- Changed
+ t("Changed")); ?>
|
{{shared_credential.changed * 1000 |
@@ -179,7 +179,7 @@ style('passman', 'public-page');
|
- Created
+ t("Created")); ?>
|
{{shared_credential.created * 1000 |
@@ -204,4 +204,4 @@ style('passman', 'public-page');
-
\ No newline at end of file
+
| |