Rename languages in extensions

This commit is contained in:
the-djmaze 2024-03-29 01:06:47 +01:00
parent 04896f5d88
commit 2a56595cf9
78 changed files with 13 additions and 28 deletions

View file

@ -7,8 +7,8 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Change Password',
VERSION = '2.36',
RELEASE = '2024-03-17',
VERSION = '2.37',
RELEASE = '2024-03-29',
REQUIRED = '2.36.0',
CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords';

View file

@ -4,8 +4,8 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Kolab',
VERSION = '2.36',
RELEASE = '2024-03-19',
VERSION = '2.37',
RELEASE = '2024-03-29',
CATEGORY = 'Contacts',
DESCRIPTION = 'Use an Address Book of Kolab.',
REQUIRED = '2.36.0';

View file

@ -1,5 +0,0 @@
{
"KOLAB": {
"CONTACTS_FOLDER": "Contacts Folder"
}
}

View file

@ -4,9 +4,9 @@ class LoginRegisterPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Register and Forgot',
VERSION = '2.1',
RELEASE = '2021-10-04',
REQUIRED = '2.5.2',
VERSION = '2.2',
RELEASE = '2024-03-29',
REQUIRED = '2.36.0',
CATEGORY = 'Login',
DESCRIPTION = 'Links on login screen for registration and forgotten password';

View file

@ -1,10 +0,0 @@
{
"LOGIN": {
"LABEL_FORGOT_PASSWORD": "Esqueci-me da palavra-passe",
"LABEL_REGISTRATION": "Registo"
},
"TAB_LOGIN": {
"LABEL_FORGOT_PASSWORD_LINK_URL": "Forgot password url",
"LABEL_REGISTRATION_LINK_URL": "Register url"
}
}

View file

@ -4,11 +4,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.34',
RELEASE = '2024-03-16',
VERSION = '2.35',
RELEASE = '2024-03-29',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.35.4';
REQUIRED = '2.36.0';
public function Init() : void
{

View file

@ -8,9 +8,9 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Two Factor Authentication',
VERSION = '2.18.0',
RELEASE = '2024-02-15',
REQUIRED = '2.30.0',
VERSION = '2.19.0',
RELEASE = '2024-03-29',
REQUIRED = '2.36.0',
CATEGORY = 'Login',
DESCRIPTION = 'Provides support for TOTP 2FA';