Skip to content

Commit

Permalink
* [MOD] Updated translations. Thanks to all contributors!
Browse files Browse the repository at this point in the history
* [MOD] Bump build and version number
* [ADD] Added Faroese translation.

Signed-off-by: nuxsmin <[email protected]>
  • Loading branch information
nuxsmin committed Dec 16, 2018
1 parent ef5ef07 commit 9154f8d
Show file tree
Hide file tree
Showing 27 changed files with 15,788 additions and 11,500 deletions.
Binary file modified app/locales/da/LC_MESSAGES/messages.mo
Binary file not shown.
490 changes: 230 additions & 260 deletions app/locales/da/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified app/locales/de_DE/LC_MESSAGES/messages.mo
Binary file not shown.
488 changes: 231 additions & 257 deletions app/locales/de_DE/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified app/locales/en_US/LC_MESSAGES/messages.mo
Binary file not shown.
427 changes: 215 additions & 212 deletions app/locales/en_US/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified app/locales/es_ES/LC_MESSAGES/messages.mo
Binary file not shown.
416 changes: 219 additions & 197 deletions app/locales/es_ES/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file added app/locales/fo/LC_MESSAGES/messages.mo
Binary file not shown.
7,503 changes: 7,503 additions & 0 deletions app/locales/fo/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified app/locales/fr_FR/LC_MESSAGES/messages.mo
Binary file not shown.
2,805 changes: 1,158 additions & 1,647 deletions app/locales/fr_FR/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified app/locales/hu_HU/LC_MESSAGES/messages.mo
Binary file not shown.
2,756 changes: 1,126 additions & 1,630 deletions app/locales/hu_HU/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified app/locales/it_IT/LC_MESSAGES/messages.mo
Binary file not shown.
605 changes: 306 additions & 299 deletions app/locales/it_IT/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified app/locales/nl_NL/LC_MESSAGES/messages.mo
Binary file not shown.
3,752 changes: 1,527 additions & 2,225 deletions app/locales/nl_NL/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified app/locales/pl_PL/LC_MESSAGES/messages.mo
Binary file not shown.
2,657 changes: 1,075 additions & 1,582 deletions app/locales/pl_PL/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified app/locales/pt_BR/LC_MESSAGES/messages.mo
Binary file not shown.
2,716 changes: 1,115 additions & 1,601 deletions app/locales/pt_BR/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified app/locales/ru_RU/LC_MESSAGES/messages.mo
Binary file not shown.
2,664 changes: 1,078 additions & 1,586 deletions app/locales/ru_RU/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/modules/web/Controllers/ConfigEncryptionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function saveAction()
return $this->returnJsonResponse(
JsonResponse::JSON_WARNING,
__u('Maintenance mode not enabled'),
[__u('Please, emable it to avoid unwanted behavior from other sessions')]
[__u('Please, enable it to avoid unwanted behavior from other sessions')]
);
}

Expand Down
3 changes: 2 additions & 1 deletion lib/SP/Core/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ final class Language
'ru_RU' => 'русский',
'nl_NL' => 'Nederlands',
'pt_BR' => 'Português',
'da' => 'Dansk'
'da' => 'Dansk',
'fo' => 'Føroyskt mál'
];
/**
* @var ConfigData
Expand Down
4 changes: 2 additions & 2 deletions lib/SP/Services/Install/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ final class Installer extends Service
* sysPass' version and build number
*/
const VERSION = [3, 0, 0];
const VERSION_TEXT = '3.0-rc5';
const BUILD = 18121001;
const VERSION_TEXT = '3.0-rc6';
const BUILD = 18121601;

/**
* @var DatabaseSetupInterface
Expand Down

0 comments on commit 9154f8d

Please sign in to comment.