mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
fcf196e3a5
@ -48,7 +48,7 @@
|
||||
"twig/twig": "^1.0",
|
||||
"xj/yii2-jplayer-widget": "*",
|
||||
"yiisoft/yii2": "2.0.15",
|
||||
"yiisoft/yii2-authclient": "~2.1.0",
|
||||
"yiisoft/yii2-authclient": "~2.2.0",
|
||||
"yiisoft/yii2-bootstrap": "~2.0.0",
|
||||
"yiisoft/yii2-httpclient": "~2.0.0",
|
||||
"yiisoft/yii2-imagine": "~2.1.0",
|
||||
|
@ -9,6 +9,9 @@ HumHub Change Log
|
||||
- Fix #3589: Reduced integrity check memory usage in Like/Comment module
|
||||
- Fix #3595: LDAP config file values ignored
|
||||
- Fix #3598: Removed Google+ default profile field
|
||||
- Fix #3552: Updated to Yii - AuthClient 2.2+ library
|
||||
- Fix #3588: OEmbed CSS class not provided
|
||||
- Fix #3609: LDAP paging control limits max. users
|
||||
|
||||
|
||||
1.3.14 (June 26, 2019)
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -156,7 +156,7 @@ class UrlOembed extends ActiveRecord
|
||||
return trim(preg_replace('/\s+/', ' ', $result));
|
||||
}
|
||||
}
|
||||
} catch(RestrictedCallException $re) {
|
||||
} catch (RestrictedCallException $re) {
|
||||
Yii::warning($re);
|
||||
}
|
||||
|
||||
@ -188,7 +188,7 @@ class UrlOembed extends ActiveRecord
|
||||
if (!static::findExistingOembed($url)) {
|
||||
static::loadUrl($url);
|
||||
}
|
||||
} catch(RestrictedCallException $re) {
|
||||
} catch (RestrictedCallException $re) {
|
||||
Yii::warning($re);
|
||||
}
|
||||
}, $text);
|
||||
@ -255,7 +255,7 @@ class UrlOembed extends ActiveRecord
|
||||
|
||||
static::$cache[$url] = $urlOembed;
|
||||
return $html;
|
||||
} catch(RestrictedCallException $re) {
|
||||
} catch (RestrictedCallException $re) {
|
||||
Yii::warning($re);
|
||||
}
|
||||
|
||||
@ -273,13 +273,13 @@ class UrlOembed extends ActiveRecord
|
||||
protected static function buildHtmlPreview($url, $data = null)
|
||||
{
|
||||
if (static::validateOembedResponse($data)) {
|
||||
return Html::tag('div', $data['html'], [
|
||||
return Html::tag('div', $data['html'], [
|
||||
'data' => [
|
||||
'guid' => uniqid('oembed-', true),
|
||||
'richtext-feature' => 1,
|
||||
'class' => 'oembed_snippet',
|
||||
'url' => Html::encode($url)
|
||||
]
|
||||
],
|
||||
'class' => 'oembed_snippet',
|
||||
]);
|
||||
}
|
||||
return null;
|
||||
@ -299,7 +299,6 @@ class UrlOembed extends ActiveRecord
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Checks if a given URL Supports OEmbed
|
||||
*
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'ተጭኗል',
|
||||
'No modules found!' => 'ምንም ሞጁል አምተገኘም!',
|
||||
'No purchased modules found!' => 'ምንም የተገዛ ሞጁል አልተገኘም!',
|
||||
'Register' => 'ይመዝገቡ',
|
||||
'Search' => 'ፈልግ',
|
||||
'Third-party' => 'ሶስተኛ ወገን',
|
||||
'search for available modules online' => 'ሊገኙ የሚችሉ ሞጁሎችን በመስመር ላይ ይፈልጉ',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'ተጭኗል',
|
||||
'No modules found!' => 'ምንም ሞጁል አምተገኘም!',
|
||||
'No purchased modules found!' => 'ምንም የተገዛ ሞጁል አልተገኘም!',
|
||||
'Register' => 'ይመዝገቡ',
|
||||
'Search' => 'ፈልግ',
|
||||
'search for available modules online' => 'ሊገኙ የሚችሉ ሞጁሎችን በመስመር ላይ ይፈልጉ',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -21,7 +21,6 @@ return [
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => 'Buscar',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
'Installed' => 'تم التنصيب',
|
||||
'No modules found!' => 'لا توجد موديولات!',
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => 'مجلد <strong>الموديولات</strong>',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
'Latest version:' => '',
|
||||
'Licence Key:' => '',
|
||||
'More info' => 'معلومات',
|
||||
'No compatible module version found!' => 'لا توجد نسخة مناسبة للموديول!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Buy (%price%)' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
'Latest version:' => '',
|
||||
'Licence Key:' => '',
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => 'مجلد <strong>الموديولات</strong>',
|
||||
'More info' => 'معلومات',
|
||||
'No compatible module version found!' => 'لا توجد نسخة مناسبة للموديول!',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => 'Търси',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => 'Търси',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -22,6 +22,5 @@ return [
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => 'Registre',
|
||||
'Search' => 'Cerca',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'search for available modules online' => '',
|
||||
'Register' => 'Registre',
|
||||
'Search' => 'Cerca',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Nainstalováno',
|
||||
'No modules found!' => 'Žádné moduly nenalezeny!',
|
||||
'No purchased modules found!' => 'Nebyly nalezeny žádné zakoupené moduly.',
|
||||
'Register' => 'Registrovat',
|
||||
'Search' => 'Hledat',
|
||||
'Third-party' => 'Třetích stran',
|
||||
'search for available modules online' => 'vyhledat dostupné moduly online',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Nainstalováno',
|
||||
'No modules found!' => 'Žádné moduly nenalezeny!',
|
||||
'No purchased modules found!' => 'Nebyly nalezeny žádné zakoupené moduly.',
|
||||
'Register' => 'Registrovat',
|
||||
'Search' => 'Hledat',
|
||||
'search for available modules online' => 'vyhledat dostupné moduly online',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '<strong>Seznam</strong> modulů',
|
||||
'Buy (%price%)' => 'Koupit (%price%)',
|
||||
'Disclaimer' => 'Odmítnutí odpovědnosti',
|
||||
'Install' => 'Nainstalovat',
|
||||
'Installing module...' => 'Instaluji modul...',
|
||||
'Latest compatible version:' => 'Poslední kompatibilní verze:',
|
||||
'Latest version:' => 'Poslední verze:',
|
||||
'Licence Key:' => 'Licenční klíč:',
|
||||
'More info' => 'Více informací',
|
||||
'No compatible module version found!' => 'Nebyl nalezen žádný kompatibilní modul!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Seznam</strong> modulů',
|
||||
'Buy (%price%)' => 'Koupit (%price%)',
|
||||
'Install' => 'Nainstalovat',
|
||||
'Installing module...' => 'Instaluji modul...',
|
||||
'Latest compatible version:' => 'Poslední kompatibilní verze:',
|
||||
'Latest version:' => 'Poslední verze:',
|
||||
'Licence Key:' => 'Licenční klíč:',
|
||||
'More info' => 'Více informací',
|
||||
'No compatible module version found!' => 'Nebyl nalezen žádný kompatibilní modul!',
|
||||
];
|
||||
|
@ -17,7 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'Installed' => 'Installeret',
|
||||
'No modules found!' => 'Ingen moduler fundet!',
|
||||
'No purchased modules found!' => 'Ingen købe moduler er fundet!',
|
||||
|
@ -17,7 +17,7 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Disclaimer' => '',
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Modul</strong> bibliotek',
|
||||
'Buy (%price%)' => 'Køb (%price%)',
|
||||
'Install' => 'Installer',
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Installiert',
|
||||
'No modules found!' => 'Keine Module gefunden!',
|
||||
'No purchased modules found!' => 'Keine gekauften Module gefunden!',
|
||||
'Register' => 'Registrieren',
|
||||
'Search' => 'Suchen',
|
||||
'Third-party' => 'Third-party',
|
||||
'search for available modules online' => 'verfügbare Module online suchen',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Installiert',
|
||||
'No modules found!' => 'Keine Module gefunden!',
|
||||
'No purchased modules found!' => 'Keine gekauften Module gefunden!',
|
||||
'Register' => 'Registrieren',
|
||||
'Search' => 'Suchen',
|
||||
'search for available modules online' => 'verfügbare Module online suchen',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '<strong>Modul</strong> Verzeichnis',
|
||||
'Buy (%price%)' => 'Kaufen (%price%)',
|
||||
'Disclaimer' => 'Disclaimer',
|
||||
'Install' => 'Installieren',
|
||||
'Installing module...' => 'Installiere Modul...',
|
||||
'Latest compatible version:' => 'Letzte kompatible Version:',
|
||||
'Latest version:' => 'Letzte Version:',
|
||||
'Licence Key:' => 'Lizenzschlüssel',
|
||||
'More info' => 'Weitere Informationen',
|
||||
'No compatible module version found!' => 'Keine kompatible Version gefunden!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Modul</strong> Verzeichnis',
|
||||
'Buy (%price%)' => 'Kaufen (%price%)',
|
||||
'Install' => 'Installieren',
|
||||
'Installing module...' => 'Installiere Modul...',
|
||||
'Latest compatible version:' => 'Letzte kompatible Version:',
|
||||
'Latest version:' => 'Letzte Version:',
|
||||
'Licence Key:' => 'Lizenzschlüssel',
|
||||
'More info' => 'Weitere Informationen',
|
||||
'No compatible module version found!' => 'Keine kompatible Version gefunden!',
|
||||
];
|
||||
|
@ -21,7 +21,6 @@ return [
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => 'Αναζήτηση',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Instalado',
|
||||
'No modules found!' => '¡No se han encontrado módulos!',
|
||||
'No purchased modules found!' => 'No se encontraron módulos comprados',
|
||||
'Register' => 'Registrarse',
|
||||
'Search' => 'Buscar',
|
||||
'Third-party' => 'Terceros',
|
||||
'search for available modules online' => 'buscar módulos disponibles en línea',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Instalado',
|
||||
'No modules found!' => '¡No se han encontrado módulos!',
|
||||
'No purchased modules found!' => 'No se encontraron módulos comprados',
|
||||
'Register' => 'Registrarse',
|
||||
'Search' => 'Buscar',
|
||||
'search for available modules online' => 'buscar módulos disponibles en línea',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => 'Directorio de <strong>módulos</strong> ',
|
||||
'Buy (%price%)' => 'Comprar (%price%)',
|
||||
'Disclaimer' => 'Aviso legal',
|
||||
'Install' => 'Instalar',
|
||||
'Installing module...' => 'Instalando módulo...',
|
||||
'Latest compatible version:' => 'Última versión compatible:',
|
||||
'Latest version:' => 'Última versión:',
|
||||
'Licence Key:' => 'Número de licencia:',
|
||||
'More info' => 'Más información',
|
||||
'No compatible module version found!' => '¡No se encontró un versión compatible del módulo!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => 'Directorio de <strong>módulos</strong> ',
|
||||
'Buy (%price%)' => 'Comprar (%price%)',
|
||||
'Install' => 'Instalar',
|
||||
'Installing module...' => 'Instalando módulo...',
|
||||
'Latest compatible version:' => 'Última versión compatible:',
|
||||
'Latest version:' => 'Última versión:',
|
||||
'Licence Key:' => 'Número de licencia:',
|
||||
'More info' => 'Más información',
|
||||
'No compatible module version found!' => '¡No se encontró un versión compatible del módulo!',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'نصب شد',
|
||||
'No modules found!' => 'ماژولی یافت نشد!',
|
||||
'No purchased modules found!' => 'هيچ ماژول خريداري شده اي يافت نشد',
|
||||
'Register' => 'ثبتنام',
|
||||
'Search' => 'جستجو',
|
||||
'Third-party' => 'چشم سوم',
|
||||
'search for available modules online' => 'به دنبال ماژول هاي آنلاين بگرد',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'نصب شد',
|
||||
'No modules found!' => 'ماژولی یافت نشد!',
|
||||
'No purchased modules found!' => 'هيچ ماژول خريداري شده اي يافت نشد',
|
||||
'Register' => 'ثبتنام',
|
||||
'Search' => 'جستجو',
|
||||
'search for available modules online' => 'به دنبال ماژول هاي آنلاين بگرد',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => 'آدرس <strong>ماژول</strong>',
|
||||
'Buy (%price%)' => '(%price%) خرید',
|
||||
'Disclaimer' => 'سلب مسئولیت',
|
||||
'Install' => 'نصب',
|
||||
'Installing module...' => 'درحال نصب ماؤول',
|
||||
'Latest compatible version:' => 'آخرین نسخهی سازگار:',
|
||||
'Latest version:' => 'آخرین نسخه:',
|
||||
'Licence Key:' => 'کد لایسنس:',
|
||||
'More info' => 'اطلاعات بیشتر',
|
||||
'No compatible module version found!' => 'هیچ نسخهی ماژول سازگاری یافت نشد!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => 'آدرس <strong>ماژول</strong>',
|
||||
'Buy (%price%)' => '(%price%) خرید',
|
||||
'Install' => 'نصب',
|
||||
'Installing module...' => 'درحال نصب ماؤول',
|
||||
'Latest compatible version:' => 'آخرین نسخهی سازگار:',
|
||||
'Latest version:' => 'آخرین نسخه:',
|
||||
'Licence Key:' => 'کد لایسنس:',
|
||||
'More info' => 'اطلاعات بیشتر',
|
||||
'No compatible module version found!' => 'هیچ نسخهی ماژول سازگاری یافت نشد!',
|
||||
];
|
||||
|
@ -21,7 +21,6 @@ return [
|
||||
'No modules found!' => 'Laajennusta ei löytynyt',
|
||||
'No purchased modules found!' => 'Ei ostettuja laajennuksia!',
|
||||
'Register' => 'Reksiteröidy',
|
||||
'Third-party' => 'Kolmanen osapuolen',
|
||||
'search for available modules online' => 'etsiä laajennuksia verkosta',
|
||||
'Search' => 'Hae',
|
||||
'search for available modules online' => 'etsiä laajennuksia verkosta',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '<strong>Laajennukset</strong>',
|
||||
'Buy (%price%)' => 'Osta (%price%)',
|
||||
'Disclaimer' => 'Vastuuvapauslauseke',
|
||||
'Install' => 'Asenna',
|
||||
'Installing module...' => 'Laajennusta asennetaan...',
|
||||
'Latest compatible version:' => 'Viimeisin yhteensopiva versio:',
|
||||
'Latest version:' => 'Uusin versio:',
|
||||
'Licence Key:' => 'Lisenssiavain:',
|
||||
'More info' => 'Lisätietoja',
|
||||
'No compatible module version found!' => 'Yhteensopivaa versiota ei löydetty!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Laajennukset</strong>',
|
||||
'Buy (%price%)' => 'Osta (%price%)',
|
||||
'Install' => 'Asenna',
|
||||
'Installing module...' => 'Laajennusta asennetaan...',
|
||||
'Latest compatible version:' => 'Viimeisin yhteensopiva versio:',
|
||||
'Latest version:' => 'Uusin versio:',
|
||||
'Licence Key:' => 'Lisenssiavain:',
|
||||
'More info' => 'Lisätietoja',
|
||||
'No compatible module version found!' => 'Yhteensopivaa versiota ei löydetty!',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Installé',
|
||||
'No modules found!' => 'Aucun module trouvé.',
|
||||
'No purchased modules found!' => 'Aucun module acheté trouvé.',
|
||||
'Register' => 'S\'inscrire',
|
||||
'Search' => 'Chercher',
|
||||
'Third-party' => 'Tierces-parties',
|
||||
'search for available modules online' => 'rechercher des modules disponibles en ligne',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Installé',
|
||||
'No modules found!' => 'Aucun module trouvé.',
|
||||
'No purchased modules found!' => 'Aucun module acheté trouvé.',
|
||||
'Register' => 'S\'inscrire',
|
||||
'Search' => 'Chercher',
|
||||
'search for available modules online' => 'rechercher des modules disponibles en ligne',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => 'Gestion des <strong>modules</strong>',
|
||||
'Buy (%price%)' => 'Acheter (%price%)',
|
||||
'Disclaimer' => 'Avertissement',
|
||||
'Install' => 'Installer',
|
||||
'Installing module...' => 'Installation du module...',
|
||||
'Latest compatible version:' => 'Dernière version compatible :',
|
||||
'Latest version:' => 'Dernière version : ',
|
||||
'Licence Key:' => 'Clé de licence :',
|
||||
'More info' => 'Plus d\'infos',
|
||||
'No compatible module version found!' => 'Aucun module compatible n\'a été trouvé.',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => 'Gestion des <strong>modules</strong>',
|
||||
'Buy (%price%)' => 'Acheter (%price%)',
|
||||
'Install' => 'Installer',
|
||||
'Installing module...' => 'Installation du module...',
|
||||
'Latest compatible version:' => 'Dernière version compatible :',
|
||||
'Latest version:' => 'Dernière version : ',
|
||||
'Licence Key:' => 'Clé de licence :',
|
||||
'More info' => 'Plus d\'infos',
|
||||
'No compatible module version found!' => 'Aucun module compatible n\'a été trouvé.',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Instalirano',
|
||||
'No modules found!' => 'Moduli nisu pronađeni!',
|
||||
'No purchased modules found!' => 'Nisu pronađeni kupljeni moduli!',
|
||||
'Register' => 'Registriraj',
|
||||
'Search' => 'Pretraži',
|
||||
'Third-party' => 'Treća strana',
|
||||
'search for available modules online' => 'traži dostupne module online',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Instalirano',
|
||||
'No modules found!' => 'Moduli nisu pronađeni!',
|
||||
'No purchased modules found!' => 'Nisu pronađeni kupljeni moduli!',
|
||||
'Register' => 'Registriraj',
|
||||
'Search' => 'Pretraži',
|
||||
'search for available modules online' => 'traži dostupne module online',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '<strong>Moduli</strong> -direktorij',
|
||||
'Buy (%price%)' => 'Kupi (%price%)',
|
||||
'Disclaimer' => 'Odricanje',
|
||||
'Install' => 'Instaliraj',
|
||||
'Installing module...' => 'Instaliram modul...',
|
||||
'Latest compatible version:' => 'Zadnja kompatibilna verzija:',
|
||||
'Latest version:' => 'Zadnja verzija:',
|
||||
'Licence Key:' => 'Licencni ključ:',
|
||||
'More info' => 'Više info',
|
||||
'No compatible module version found!' => 'Nisu pronađene kompatibilne verzije modula!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Moduli</strong> -direktorij',
|
||||
'Buy (%price%)' => 'Kupi (%price%)',
|
||||
'Install' => 'Instaliraj',
|
||||
'Installing module...' => 'Instaliram modul...',
|
||||
'Latest compatible version:' => 'Zadnja kompatibilna verzija:',
|
||||
'Latest version:' => 'Zadnja verzija:',
|
||||
'Licence Key:' => 'Licencni ključ:',
|
||||
'More info' => 'Više info',
|
||||
'No compatible module version found!' => 'Nisu pronađene kompatibilne verzije modula!',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => 'Chèche',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => 'Chèche',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Installálva',
|
||||
'No modules found!' => 'Nincsenek modulok!',
|
||||
'No purchased modules found!' => 'Nem található megvásárolt modul!',
|
||||
'Register' => 'Regisztráció',
|
||||
'Search' => 'Keresés',
|
||||
'Third-party' => 'Harmadik féltől származó',
|
||||
'search for available modules online' => 'Modulok keresése online',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Installálva',
|
||||
'No modules found!' => 'Nincsenek modulok!',
|
||||
'No purchased modules found!' => 'Nem található megvásárolt modul!',
|
||||
'Register' => 'Regisztráció',
|
||||
'Search' => 'Keresés',
|
||||
'search for available modules online' => 'Modulok keresése online',
|
||||
];
|
||||
|
@ -1,6 +1,24 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '<strong>Modulok</strong> könyvtár
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Modulok</strong> könyvtár
|
||||
|
||||
Buy (%price%)
|
||||
|
||||
@ -19,13 +37,12 @@ Licence Key:
|
||||
More info
|
||||
|
||||
No compatible module version found!',
|
||||
'Buy (%price%)' => 'Vásárlás (%price%)',
|
||||
'Disclaimer' => 'Felelősség-elhárítási nyilatkozat',
|
||||
'Install' => 'Telepítés',
|
||||
'Installing module...' => 'Modul telepítése...',
|
||||
'Latest compatible version:' => 'Legújabb kompatibilis verzió:',
|
||||
'Latest version:' => 'Legújabb verzió:',
|
||||
'Licence Key:' => 'Termékkulcs:',
|
||||
'More info' => 'További információk',
|
||||
'No compatible module version found!' => 'Nem található kompatibilis modulverzió!',
|
||||
);
|
||||
'Buy (%price%)' => 'Vásárlás (%price%)',
|
||||
'Install' => 'Telepítés',
|
||||
'Installing module...' => 'Modul telepítése...',
|
||||
'Latest compatible version:' => 'Legújabb kompatibilis verzió:',
|
||||
'Latest version:' => 'Legújabb verzió:',
|
||||
'Licence Key:' => 'Termékkulcs:',
|
||||
'More info' => 'További információk',
|
||||
'No compatible module version found!' => 'Nem található kompatibilis modulverzió!',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => 'Cari',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => 'Cari',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Installato',
|
||||
'No modules found!' => 'Nessun modulo trovato!',
|
||||
'No purchased modules found!' => 'Nessun modulo acquistato trovato!',
|
||||
'Register' => 'Registrati',
|
||||
'Search' => 'Cerca',
|
||||
'Third-party' => 'Terze parti',
|
||||
'search for available modules online' => 'cerca moduli disponibili online',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Installato',
|
||||
'No modules found!' => 'Nessun modulo trovato!',
|
||||
'No purchased modules found!' => 'Nessun modulo acquistato trovato!',
|
||||
'Register' => 'Registrati',
|
||||
'Search' => 'Cerca',
|
||||
'search for available modules online' => 'cerca moduli disponibili online',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => 'Elenco <strong>Moduli</strong>',
|
||||
'Buy (%price%)' => 'Compra (%price%)',
|
||||
'Disclaimer' => 'Liberatoria',
|
||||
'Install' => 'Installa',
|
||||
'Installing module...' => 'Sto installando il modulo...',
|
||||
'Latest compatible version:' => 'Ultima versione compatibile:',
|
||||
'Latest version:' => 'Ultima versione:',
|
||||
'Licence Key:' => 'Chiave licenza:',
|
||||
'More info' => 'Più informazioni',
|
||||
'No compatible module version found!' => 'Nessuna versione compatibile del modulo trovata!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => 'Elenco <strong>Moduli</strong>',
|
||||
'Buy (%price%)' => 'Compra (%price%)',
|
||||
'Install' => 'Installa',
|
||||
'Installing module...' => 'Sto installando il modulo...',
|
||||
'Latest compatible version:' => 'Ultima versione compatibile:',
|
||||
'Latest version:' => 'Ultima versione:',
|
||||
'Licence Key:' => 'Chiave licenza:',
|
||||
'More info' => 'Più informazioni',
|
||||
'No compatible module version found!' => 'Nessuna versione compatibile del modulo trovata!',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'インストール済',
|
||||
'No modules found!' => 'モジュールはありません',
|
||||
'No purchased modules found!' => '購入したモジュールはありません',
|
||||
'Register' => '登録',
|
||||
'Search' => '検索',
|
||||
'Third-party' => 'サードパーティー',
|
||||
'search for available modules online' => 'オンライン上でモジュールを探す',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'インストール済',
|
||||
'No modules found!' => 'モジュールはありません',
|
||||
'No purchased modules found!' => '購入したモジュールはありません',
|
||||
'Register' => '登録',
|
||||
'Search' => '検索',
|
||||
'search for available modules online' => 'オンライン上でモジュールを探す',
|
||||
];
|
||||
|
@ -18,9 +18,9 @@
|
||||
*/
|
||||
return [
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Installing module...' => '',
|
||||
'Licence Key:' => '',
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Modules</strong> モジュールディレクトリ',
|
||||
'Install' => 'インストール',
|
||||
'Latest compatible version:' => '互換性のある最新バージョン:',
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => '검색',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => '검색',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Instaliuota',
|
||||
'No modules found!' => 'Modulių nerasta!',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => 'Registruotis',
|
||||
'Search' => 'Ieškoti',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'No purchased modules found!' => '',
|
||||
'search for available modules online' => '',
|
||||
'Installed' => 'Instaliuota',
|
||||
'No modules found!' => 'Modulių nerasta!',
|
||||
'Register' => 'Registruotis',
|
||||
'Search' => 'Ieškoti',
|
||||
];
|
||||
|
@ -18,9 +18,9 @@
|
||||
*/
|
||||
return [
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Installing module...' => '',
|
||||
'Licence Key:' => '',
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Modulių</strong> katalogas',
|
||||
'Install' => 'Įdiegti',
|
||||
'Latest compatible version:' => 'Naujausia suderinta versija:',
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Instalēti',
|
||||
'No modules found!' => 'Nav atrasti moduļi!',
|
||||
'No purchased modules found!' => 'Nav atrasti pirkti moduļi!',
|
||||
'Register' => 'Reģistrēties',
|
||||
'Search' => 'Meklē',
|
||||
'Third-party' => 'Trešās-puses',
|
||||
'search for available modules online' => 'meklēt pieejamos moduļus tiešsaistē',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Instalēti',
|
||||
'No modules found!' => 'Nav atrasti moduļi!',
|
||||
'No purchased modules found!' => 'Nav atrasti pirkti moduļi!',
|
||||
'Register' => 'Reģistrēties',
|
||||
'Search' => 'Meklē',
|
||||
'search for available modules online' => 'meklēt pieejamos moduļus tiešsaistē',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
'Latest version:' => '',
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => 'Nav atrasta moduļa saderīga versija!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
'Latest version:' => '',
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'Third-party' => '',
|
||||
'No compatible module version found!' => 'Nav atrasta moduļa saderīga versija!',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Installert',
|
||||
'No modules found!' => 'Ingen moduler funnet',
|
||||
'No purchased modules found!' => 'Ingen kjøpte moduler funnet!',
|
||||
'Register' => 'Registrer',
|
||||
'Search' => 'Søk',
|
||||
'Third-party' => 'Tredjepart',
|
||||
'search for available modules online' => 'søk etter tilgjengelige moduler',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Installert',
|
||||
'No modules found!' => 'Ingen moduler funnet',
|
||||
'No purchased modules found!' => 'Ingen kjøpte moduler funnet!',
|
||||
'Register' => 'Registrer',
|
||||
'Search' => 'Søk',
|
||||
'search for available modules online' => 'søk etter tilgjengelige moduler',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '<strong>Module</strong> mapper',
|
||||
'Buy (%price%)' => 'Kjøp (%price%)',
|
||||
'Disclaimer' => 'Vilkår',
|
||||
'Install' => 'Installer',
|
||||
'Installing module...' => 'Installere modul...',
|
||||
'Latest compatible version:' => 'siste versjon som er kompatibel:',
|
||||
'Latest version:' => 'Siste versjon:',
|
||||
'Licence Key:' => 'Lisens nøkkel:',
|
||||
'More info' => 'Mer informasjon',
|
||||
'No compatible module version found!' => 'Ingen kompatible versjoner av modulen er funnet.',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Module</strong> mapper',
|
||||
'Buy (%price%)' => 'Kjøp (%price%)',
|
||||
'Install' => 'Installer',
|
||||
'Installing module...' => 'Installere modul...',
|
||||
'Latest compatible version:' => 'siste versjon som er kompatibel:',
|
||||
'Latest version:' => 'Siste versjon:',
|
||||
'Licence Key:' => 'Lisens nøkkel:',
|
||||
'More info' => 'Mer informasjon',
|
||||
'No compatible module version found!' => 'Ingen kompatible versjoner av modulen er funnet.',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Geïnstalleerd',
|
||||
'No modules found!' => 'Geen modules gevonden!',
|
||||
'No purchased modules found!' => 'Geen aangeschafte modules gevonden!',
|
||||
'Register' => 'Registreren',
|
||||
'Search' => 'Zoek',
|
||||
'Third-party' => 'Derde-partij',
|
||||
'search for available modules online' => 'Zoek online naar beschikbare modules',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Geïnstalleerd',
|
||||
'No modules found!' => 'Geen modules gevonden!',
|
||||
'No purchased modules found!' => 'Geen aangeschafte modules gevonden!',
|
||||
'Register' => 'Registreren',
|
||||
'Search' => 'Zoek',
|
||||
'search for available modules online' => 'Zoek online naar beschikbare modules',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '<strong>Modules</strong> overzicht',
|
||||
'Buy (%price%)' => 'Koop (%price%)',
|
||||
'Disclaimer' => 'Disclaimer',
|
||||
'Install' => 'Installeren',
|
||||
'Installing module...' => 'Module installeren...',
|
||||
'Latest compatible version:' => 'Nieuwste compatibele versie:',
|
||||
'Latest version:' => 'Nieuwste versie:',
|
||||
'Licence Key:' => 'Licentie code:',
|
||||
'More info' => 'Meer info',
|
||||
'No compatible module version found!' => 'Geen compatibele moduleversie gevonden!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Modules</strong> overzicht',
|
||||
'Buy (%price%)' => 'Koop (%price%)',
|
||||
'Install' => 'Installeren',
|
||||
'Installing module...' => 'Module installeren...',
|
||||
'Latest compatible version:' => 'Nieuwste compatibele versie:',
|
||||
'Latest version:' => 'Nieuwste versie:',
|
||||
'Licence Key:' => 'Licentie code:',
|
||||
'More info' => 'Meer info',
|
||||
'No compatible module version found!' => 'Geen compatibele moduleversie gevonden!',
|
||||
];
|
||||
|
@ -22,6 +22,5 @@ return [
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Zainstalowane',
|
||||
'No modules found!' => 'Nie znaleziono modułów!',
|
||||
'No purchased modules found!' => 'Nie znaleziono zakupionych modułów!',
|
||||
'Register' => 'Zarejestruj',
|
||||
'Search' => 'Szukaj',
|
||||
'Third-party' => 'Zawnętrzne',
|
||||
'search for available modules online' => 'szukaj dostępnych modułów online',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Zainstalowane',
|
||||
'No modules found!' => 'Nie znaleziono modułów!',
|
||||
'No purchased modules found!' => 'Nie znaleziono zakupionych modułów!',
|
||||
'Register' => 'Zarejestruj',
|
||||
'Search' => 'Szukaj',
|
||||
'search for available modules online' => 'szukaj dostępnych modułów online',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '<strong>Katalog</strong> modułów',
|
||||
'Buy (%price%)' => 'Kup (%price%)',
|
||||
'Disclaimer' => 'Klauzula poufności',
|
||||
'Install' => 'Zainstaluj',
|
||||
'Installing module...' => 'Instaluję moduł...',
|
||||
'Latest compatible version:' => 'Ostatnia kompatybilna wersja:',
|
||||
'Latest version:' => 'Ostatnia wersja:',
|
||||
'Licence Key:' => 'Klucz licencyjny:',
|
||||
'More info' => 'Więcej informacji',
|
||||
'No compatible module version found!' => 'Nie znaleziono kompatybilnej wersji modułu!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Katalog</strong> modułów',
|
||||
'Buy (%price%)' => 'Kup (%price%)',
|
||||
'Install' => 'Zainstaluj',
|
||||
'Installing module...' => 'Instaluję moduł...',
|
||||
'Latest compatible version:' => 'Ostatnia kompatybilna wersja:',
|
||||
'Latest version:' => 'Ostatnia wersja:',
|
||||
'Licence Key:' => 'Klucz licencyjny:',
|
||||
'More info' => 'Więcej informacji',
|
||||
'No compatible module version found!' => 'Nie znaleziono kompatybilnej wersji modułu!',
|
||||
];
|
||||
|
@ -21,7 +21,6 @@ return [
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => 'Pesquisar',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Instalado',
|
||||
'No modules found!' => 'Nenhum módulo encontrado!',
|
||||
'No purchased modules found!' => 'Nenhum módulo comprados encontrado!',
|
||||
'Register' => 'Cadastrar',
|
||||
'Search' => 'Pesquisa',
|
||||
'Third-party' => 'Terceiro',
|
||||
'search for available modules online' => 'procurar por módulos disponíveis online',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Instalado',
|
||||
'No modules found!' => 'Nenhum módulo encontrado!',
|
||||
'No purchased modules found!' => 'Nenhum módulo comprados encontrado!',
|
||||
'Register' => 'Cadastrar',
|
||||
'Search' => 'Pesquisa',
|
||||
'search for available modules online' => 'procurar por módulos disponíveis online',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => 'Diretório dos <strong>Módulos</strong> ',
|
||||
'Buy (%price%)' => 'Comprar (%price%)',
|
||||
'Disclaimer' => 'Aviso Legal',
|
||||
'Install' => 'Instalar',
|
||||
'Installing module...' => 'Instalando módulo...',
|
||||
'Latest compatible version:' => 'Última versão compatível',
|
||||
'Latest version:' => 'Última versão',
|
||||
'Licence Key:' => 'Chave de Licença:',
|
||||
'More info' => 'Mais informações',
|
||||
'No compatible module version found!' => 'Nenhuma versão compatível do módulo encontrado!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => 'Diretório dos <strong>Módulos</strong> ',
|
||||
'Buy (%price%)' => 'Comprar (%price%)',
|
||||
'Install' => 'Instalar',
|
||||
'Installing module...' => 'Instalando módulo...',
|
||||
'Latest compatible version:' => 'Última versão compatível',
|
||||
'Latest version:' => 'Última versão',
|
||||
'Licence Key:' => 'Chave de Licença:',
|
||||
'More info' => 'Mais informações',
|
||||
'No compatible module version found!' => 'Nenhuma versão compatível do módulo encontrado!',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => 'Căutare',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => '',
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => 'Căutare',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -17,7 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => 'Сторонняя организация ',
|
||||
'Installed' => 'Установленные',
|
||||
'No modules found!' => 'Модули не найдены!',
|
||||
'No purchased modules found!' => 'Приобретенных модулей не найдено!',
|
||||
|
@ -17,7 +17,7 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Disclaimer' => '',
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Директория</strong> модулей',
|
||||
'Buy (%price%)' => 'Купить (%price%)',
|
||||
'Install' => 'Установить',
|
||||
|
@ -22,6 +22,5 @@ return [
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -22,6 +22,5 @@ return [
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -21,7 +21,6 @@ return [
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => 'Sök',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -21,7 +21,6 @@ return [
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => 'ค้นหา',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => 'Yüklendi',
|
||||
'No modules found!' => 'Modül bulunamadı!',
|
||||
'No purchased modules found!' => 'Satın alınan modül bulunamadı!',
|
||||
'Register' => 'Kayıt',
|
||||
'Search' => 'Ara',
|
||||
'Third-party' => 'Üçüncü taraf',
|
||||
'search for available modules online' => 'bulunabilir modül ara',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => 'Yüklendi',
|
||||
'No modules found!' => 'Modül bulunamadı!',
|
||||
'No purchased modules found!' => 'Satın alınan modül bulunamadı!',
|
||||
'Register' => 'Kayıt',
|
||||
'Search' => 'Ara',
|
||||
'search for available modules online' => 'bulunabilir modül ara',
|
||||
];
|
||||
|
@ -1,13 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '<strong>Modül</strong> dizini',
|
||||
'Buy (%price%)' => 'Satın Al (%price%)',
|
||||
'Disclaimer' => 'Vazgeç',
|
||||
'Install' => 'Yükle',
|
||||
'Installing module...' => 'Modül yükleniyor ...',
|
||||
'Latest compatible version:' => 'En son uyumlu sürüm:',
|
||||
'Latest version:' => 'Son versiyon:',
|
||||
'Licence Key:' => 'Lisans Anahtarı:',
|
||||
'More info' => 'Daha fazla bilgi',
|
||||
'No compatible module version found!' => 'Uyumlu modül versiyonu bulunamadı!',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Modül</strong> dizini',
|
||||
'Buy (%price%)' => 'Satın Al (%price%)',
|
||||
'Install' => 'Yükle',
|
||||
'Installing module...' => 'Modül yükleniyor ...',
|
||||
'Latest compatible version:' => 'En son uyumlu sürüm:',
|
||||
'Latest version:' => 'Son versiyon:',
|
||||
'Licence Key:' => 'Lisans Anahtarı:',
|
||||
'More info' => 'Daha fazla bilgi',
|
||||
'No compatible module version found!' => 'Uyumlu modül versiyonu bulunamadı!',
|
||||
];
|
||||
|
@ -22,6 +22,5 @@ return [
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -22,6 +22,5 @@ return [
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Search' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -21,7 +21,6 @@ return [
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => 'Tìm kiếm',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -1,10 +1,26 @@
|
||||
<?php
|
||||
return array (
|
||||
'Installed' => '已安装',
|
||||
'No modules found!' => '没有找到模块!',
|
||||
'No purchased modules found!' => '没有找到购买的模块!',
|
||||
'Register' => '注册',
|
||||
'Search' => '搜 索',
|
||||
'Third-party' => '第三方',
|
||||
'search for available modules online' => '在线搜索可用的模块',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Installed' => '已安装',
|
||||
'No modules found!' => '没有找到模块!',
|
||||
'No purchased modules found!' => '没有找到购买的模块!',
|
||||
'Register' => '注册',
|
||||
'Search' => '搜 索',
|
||||
'search for available modules online' => '在线搜索可用的模块',
|
||||
];
|
||||
|
@ -17,14 +17,14 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Buy (%price%)' => '购买 (%price%)',
|
||||
'Disclaimer' => '申明',
|
||||
'Installing module...' => '安装模块...',
|
||||
'Licence Key:' => '许可证密钥',
|
||||
'Third-party' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>模块</strong> 目录',
|
||||
'Buy (%price%)' => '购买 (%price%)',
|
||||
'Install' => '安装',
|
||||
'Installing module...' => '安装模块...',
|
||||
'Latest compatible version:' => '最新兼容版本:',
|
||||
'Latest version:' => '最新版本:',
|
||||
'Licence Key:' => '许可证密钥',
|
||||
'More info' => '更多信息',
|
||||
'No compatible module version found!' => '没有找到兼容的组件版本。',
|
||||
];
|
||||
|
@ -21,7 +21,6 @@ return [
|
||||
'No modules found!' => '',
|
||||
'No purchased modules found!' => '',
|
||||
'Register' => '',
|
||||
'Third-party' => '',
|
||||
'search for available modules online' => '',
|
||||
'Search' => '搜尋',
|
||||
];
|
||||
|
@ -19,7 +19,6 @@
|
||||
return [
|
||||
'<strong>Modules</strong> directory' => '',
|
||||
'Buy (%price%)' => '',
|
||||
'Disclaimer' => '',
|
||||
'Install' => '',
|
||||
'Installing module...' => '',
|
||||
'Latest compatible version:' => '',
|
||||
@ -27,4 +26,5 @@ return [
|
||||
'Licence Key:' => '',
|
||||
'More info' => '',
|
||||
'No compatible module version found!' => '',
|
||||
'Third-party' => '',
|
||||
];
|
||||
|
@ -24,6 +24,7 @@ use yii\helpers\ArrayHelper;
|
||||
use yii\helpers\VarDumper;
|
||||
use Zend\Ldap\Exception\LdapException;
|
||||
use Zend\Ldap\Ldap;
|
||||
use humhub\modules\ldap\components\ZendLdap;
|
||||
use Zend\Ldap\Node;
|
||||
|
||||
/**
|
||||
@ -406,7 +407,7 @@ class LdapAuth extends BaseFormAuth implements AutoSyncUsers, SyncAttributes, Ap
|
||||
/**
|
||||
* Returns Zend LDAP
|
||||
*
|
||||
* @return \Zend\Ldap\Ldap
|
||||
* @return ZendLdap
|
||||
* @throws LdapException
|
||||
*/
|
||||
public function getLdap()
|
||||
@ -426,7 +427,7 @@ class LdapAuth extends BaseFormAuth implements AutoSyncUsers, SyncAttributes, Ap
|
||||
'networkTimeout' => $this->networkTimeout,
|
||||
];
|
||||
|
||||
$this->_ldap = new Ldap($options);
|
||||
$this->_ldap = new ZendLdap($options);
|
||||
$this->_ldap->bind();
|
||||
}
|
||||
|
||||
@ -536,12 +537,12 @@ class LdapAuth extends BaseFormAuth implements AutoSyncUsers, SyncAttributes, Ap
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Zend\Ldap\Collection
|
||||
* @return array
|
||||
* @throws LdapException
|
||||
*/
|
||||
public function getUserCollection()
|
||||
{
|
||||
return $this->getLdap()->search($this->userFilter, $this->baseDn, Ldap::SEARCH_SCOPE_SUB);
|
||||
return $this->getLdap()->multiPageSearch($this->userFilter, $this->baseDn, Ldap::SEARCH_SCOPE_SUB);
|
||||
}
|
||||
|
||||
/**
|
||||
|
107
protected/humhub/modules/ldap/components/ZendLdap.php
Normal file
107
protected/humhub/modules/ldap/components/ZendLdap.php
Normal file
@ -0,0 +1,107 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace humhub\modules\ldap\components;
|
||||
|
||||
|
||||
use Zend\Ldap\Ldap;
|
||||
use Zend\Ldap\Filter;
|
||||
use Zend\Ldap\Dn;
|
||||
use Zend\Ldap\Exception;
|
||||
use Zend\Ldap\Exception\LdapException;
|
||||
use Traversable;
|
||||
use Zend\Ldap\ErrorHandler;
|
||||
|
||||
|
||||
class ZendLdap extends Ldap
|
||||
{
|
||||
/**
|
||||
* An LDAP search routine for finding information and returning paginated results
|
||||
* https://stackoverflow.com/questions/16892693/zf2-ldap-pagination
|
||||
*
|
||||
* Options can be either passed as single parameters according to the
|
||||
* method signature or as an array with one or more of the following keys
|
||||
* - filter
|
||||
* - baseDn
|
||||
* - scope
|
||||
* - attributes
|
||||
* - sort
|
||||
* - collectionClass
|
||||
* - sizelimit
|
||||
* - timelimit
|
||||
*
|
||||
* @param string|Filter\AbstractFilter|array $filter
|
||||
* @param string|Dn|null $basedn
|
||||
* @param int $scope
|
||||
* @param array $attributes
|
||||
* @param string|null $sort
|
||||
* @param string|null $collectionClass
|
||||
* @param integer $timelimit
|
||||
* @param integer $pageSize
|
||||
* @return array
|
||||
* @throws Exception\LdapException
|
||||
*/
|
||||
public function multiPageSearch(
|
||||
$filter, $basedn = null, $scope, array $attributes = array(), $sort = null,
|
||||
$collectionClass = null, $timelimit = 0, $pageSize = 10000
|
||||
)
|
||||
{
|
||||
if (is_array($filter)) {
|
||||
$options = array_change_key_case($filter, CASE_LOWER);
|
||||
foreach ($options as $key => $value) {
|
||||
switch ($key) {
|
||||
case 'filter':
|
||||
case 'basedn':
|
||||
case 'scope':
|
||||
case 'sort':
|
||||
$$key = $value;
|
||||
break;
|
||||
case 'attributes':
|
||||
if (is_array($value)) {
|
||||
$attributes = $value;
|
||||
}
|
||||
break;
|
||||
case 'collectionclass':
|
||||
$collectionClass = $value;
|
||||
break;
|
||||
case 'sizelimit':
|
||||
case 'timelimit':
|
||||
$$key = (int)$value;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($basedn === null) {
|
||||
$basedn = $this->getBaseDn();
|
||||
} elseif ($basedn instanceof Dn) {
|
||||
$basedn = $basedn->toString();
|
||||
}
|
||||
if ($filter instanceof Filter\AbstractFilter) {
|
||||
$filter = $filter->toString();
|
||||
}
|
||||
$resource = $this->getResource();
|
||||
ErrorHandler::start(E_WARNING);
|
||||
$cookie = '';
|
||||
$results = [];
|
||||
do {
|
||||
ldap_control_paged_result($resource, $pageSize, true, $cookie);
|
||||
|
||||
$result = ldap_search($resource, $basedn, $filter,
|
||||
$attributes
|
||||
);
|
||||
foreach (ldap_get_entries($resource, $result) as $item) {
|
||||
if (!is_array($item))
|
||||
continue;
|
||||
|
||||
array_push($results, (array)$item);
|
||||
}
|
||||
ldap_control_paged_result_response($resource, $result, $cookie);
|
||||
} while ($cookie);
|
||||
ErrorHandler::stop();
|
||||
if (count($results) == 0) {
|
||||
throw new Exception\LdapException($this, 'searching: ' . $filter);
|
||||
}
|
||||
return $results;
|
||||
}
|
||||
|
||||
}
|
@ -56,6 +56,7 @@ class AdminController extends Controller
|
||||
if ($settings->enabled) {
|
||||
$enabled = true;
|
||||
try {
|
||||
/** @var \humhub\modules\ldap\authclient\LdapAuth $ldapAuthClient */
|
||||
$ldapAuthClient = Yii::createObject($settings->getLdapAuthDefinition());
|
||||
$ldap = $ldapAuthClient->getLdap();
|
||||
$userCount = $ldap->count($settings->userFilter, $settings->baseDn, Ldap::SEARCH_SCOPE_SUB);
|
||||
|
@ -1,21 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Show {i} more.' => '',
|
||||
];
|
||||
return array (
|
||||
'Show {i} more.' => 'Mostra\'n {i} més.',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user