mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-12 22:46:08 +08:00
Fixes #238 - @brantje own solution
This commit is contained in:
parent
8497fb59f9
commit
87f361ca7c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class TranslationController extends ApiController {
|
||||||
public function getLanguageStrings() {
|
public function getLanguageStrings() {
|
||||||
$translations = array(
|
$translations = array(
|
||||||
// js/app/controllers/bookmarklet.js
|
// js/app/controllers/bookmarklet.js
|
||||||
'generating.sharing.keys' => $this->trans->t('Generating sharing keys ( %step / 2)'),
|
'generating.sharing.keys' => $this->trans->t('Generating sharing keys ( %s / 2)','%step'),
|
||||||
'invalid.vault.key' => $this->trans->t('Incorrect vault password!'),
|
'invalid.vault.key' => $this->trans->t('Incorrect vault password!'),
|
||||||
'password.do.not.match' => $this->trans->t('Passwords do not match'),
|
'password.do.not.match' => $this->trans->t('Passwords do not match'),
|
||||||
'general' => $this->trans->t('General'),
|
'general' => $this->trans->t('General'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue