Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Zuriaga <wolfi@wolfi.es>2021-08-22 14:26:01 +0300
committerMarcos Zuriaga <wolfi@wolfi.es>2021-08-22 14:26:01 +0300
commit0298c6dfc1e043b4e7ab73dd06a7f1bc790b4b1b (patch)
tree66369a859769f4023b7688a6b7d9c22ac54ac6ed /controller
parent7c7dbd54128f1ca864a1bfd38f86d70a37762198 (diff)
parent46cc03a07e5d6f3ea5fa4a6e219e5b344734cf75 (diff)
Merge branch 'Valdnet-patch-2' into next
Diffstat (limited to 'controller')
-rw-r--r--controller/translationcontroller.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index 4d66ebae..d06e1de8 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -41,7 +41,7 @@ class TranslationController extends ApiController {
public function getLanguageStrings() {
$translations = array(
// js/app/controllers/bookmarklet.js
- 'generating.sharing.keys' => $this->trans->t('Generating sharing keys ( %s / 2)','%step'),
+ 'generating.sharing.keys' => $this->trans->t('Generating sharing keys (%s/2)','%step'),
'invalid.vault.key' => $this->trans->t('Incorrect vault password!'),
'password.do.not.match' => $this->trans->t('Passwords do not match'),
'general' => $this->trans->t('General'),
@@ -145,7 +145,7 @@ class TranslationController extends ApiController {
'use.icon' => $this->trans->t('Use this icon'),
'use.icon.delete' => $this->trans->t('Delete current icon'),
'use.icon.refresh' => $this->trans->t('Get icon from page'),
- 'use.icon.refresh.trying' => $this->trans->t('This may take a few seconds…'),
+ 'use.icon.refresh.trying' => $this->trans->t('This may take a few seconds …'),
'use.icon.refresh.error' => $this->trans->t('There was an error fetching the icon!'),
'selected.icon' => $this->trans->t('Selected icon'),
@@ -220,7 +220,7 @@ class TranslationController extends ApiController {
'vault.password' => $this->trans->t('Vault password'),
'vault.remove.notice' => $this->trans->t('This process is irreversible'),
'delete.vault.checkbox' => $this->trans->t('Delete my precious passwords'),
- 'deleting.pw' => $this->trans->t('Deleting {{password}}…'),
+ 'deleting.pw' => $this->trans->t('Deleting {{password}} …'),
'delete.vault.confirm' => $this->trans->t('Yes, delete my precious passwords'),
@@ -251,7 +251,7 @@ class TranslationController extends ApiController {
'action' => $this->trans->t('Action'),
// templates/vieuws/partials/forms/share_credential/basics.html
- 'search.u.g' => $this->trans->t('Search users…'),
+ 'search.u.g' => $this->trans->t('Search users …'),
'search.result.missing' => $this->trans->t('Missing users? Only users that have vaults are shown.'),
'cyphering' => $this->trans->t('Cyphering'),
'uploading' => $this->trans->t('Uploading'),
@@ -325,7 +325,7 @@ class TranslationController extends ApiController {
'deleted.since' => $this->trans->t('Showing deleted since'),
'alltime' => $this->trans->t('Beginning'),
'number.filtered' => $this->trans->t('Showing {{number_filtered}} of {{credential_number}} credentials'),
- 'search.credential' => $this->trans->t('Search for credential…'),
+ 'search.credential' => $this->trans->t('Search for credential …'),
'account' => $this->trans->t('Account'),
'password' => $this->trans->t('Password'),
'otp' => $this->trans->t('OTP'),
@@ -381,7 +381,7 @@ class TranslationController extends ApiController {
'input.vault.password' => $this->trans->t('Please input the password for'),
'vault.default' => $this->trans->t('Set this vault as the default.'),
'vault.auto.login' => $this->trans->t('Log into this vault automatically.'),
- 'auto.logout' => $this->trans->t('Log out of this vault automatically after: '),
+ 'auto.logout' => $this->trans->t('Log out of this vault automatically after:'),
'vault.decrypt' => $this->trans->t('Decrypt vault'),
'req.intro1' => $this->trans->t('Seems you lost the vault password and you\'re unable to log in.'),
@@ -421,8 +421,8 @@ class TranslationController extends ApiController {
// templates/public_share.php
'share.page.text' => $this->trans->t('Someone has shared a credential with you.'),
'share.page.link' => $this->trans->t('Click here to request it'),
- 'share.page.link_loading' => $this->trans->t('Loading…'),
- 'expired.share' => $this->trans->t('Awwhh… credential not found. Maybe it expired'),
+ 'share.page.link_loading' => $this->trans->t('Loading …'),
+ 'expired.share' => $this->trans->t('Oops! Credential not found. Maybe it expired.'),
//compromised credentials
'compromised.label' => $this->trans->t('Mark as Compromised'),