Fix: Wording: replace British "licence" with American "license" (#7215)

* Fix: Wording: replace British "licence" with American "license"

* Add PR ID to CHANGELOG
This commit is contained in:
Marc Farré 2024-09-10 16:00:32 +01:00 committed by GitHub
parent 4e04a6af5e
commit 1e8086aff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
61 changed files with 756 additions and 757 deletions

View File

@ -29,6 +29,7 @@ HumHub Changelog
- Enh #7202: Increased minimum PHP version to 8.1
- Enh #7211: Remove obsolete property `AbstractRichText::$record`
- Enh #7213: By default, enabled "Mobile" notification types for those enabled for "Web"
- Fix #7215: Wording: replace British "licence" with American "license"
1.16.2 (September 5, 2024)
--------------------------

View File

@ -124,7 +124,7 @@ class Module extends BaseModule
/**
* Returns the currently active licence object
* Returns the currently active Licence object
*
* @return Licence
*/

View File

@ -260,7 +260,7 @@ class MarketplaceController extends Controller
public function actionRegister($licenceKey)
{
if (empty($licenceKey)) {
$this->stdout(Yii::t('MarketplaceModule.base', 'Module licence key cannot be empty!' . "\n"), Console::FG_RED, Console::BOLD);
$this->stdout(Yii::t('MarketplaceModule.base', 'Module license key cannot be empty!' . "\n"), Console::FG_RED, Console::BOLD);
return 1;
}
@ -272,11 +272,11 @@ class MarketplaceController extends Controller
}
if ($result['status'] != 'ok' && $result['status'] != 'created') {
$this->stdout(Yii::t('MarketplaceModule.base', 'Invalid module licence key!' . "\n"), Console::FG_RED, Console::BOLD);
$this->stdout(Yii::t('MarketplaceModule.base', 'Invalid module license key!' . "\n"), Console::FG_RED, Console::BOLD);
return 1;
}
$this->stdout(Yii::t('MarketplaceModule.base', 'Module licence added!' . "\n"), Console::FG_GREEN, Console::BOLD);
$this->stdout(Yii::t('MarketplaceModule.base', 'Module license added!' . "\n"), Console::FG_GREEN, Console::BOLD);
return 0;
}

View File

@ -48,7 +48,7 @@ class ProfessionalEditionController extends Controller
$settings = Yii::$app->getModule('marketplace')->settings;
$this->stdout(Yii::t('MarketplaceModule.base', "PROFESSIONAL EDITION") . "\n\n", Console::FG_GREY, Console::BOLD);
$this->stdout('Licenced to: ' . $l->licencedTo . "\n");
$this->stdout('Licensed to: ' . $l->licencedTo . "\n");
$this->stdout('Maximum users: ' . $l->maxUsers . "\n");
$this->stdout('Last update: ' . Yii::$app->formatter->asDatetime($settings->get(LicenceManager::SETTING_KEY_PE_LAST_FETCH)) . "\n");
} else {
@ -60,7 +60,7 @@ class ProfessionalEditionController extends Controller
/**
* Registers a Professional Edition using a license key.
*
* @param string the licence key
* @param string the license key
* @throws Exception
*/
public function actionRegister($licence)

View File

@ -17,8 +17,8 @@ use humhub\modules\user\models\User;
use Throwable;
use Yii;
use yii\base\Component;
use yii\base\InvalidConfigException;
use yii\base\Event;
use yii\base\InvalidConfigException;
/**
* Class LicenceManager
@ -33,7 +33,7 @@ class LicenceManager extends Component
private static $_licence = null;
/**
* @event Event an event that is triggered when the current licence is requested
* @event Event an event that is triggered when the current license is requested
*/
public const EVENT_GET_LICENCE = 'getLicence';
@ -48,7 +48,7 @@ class LicenceManager extends Component
/**
* Returns the current licence object
* Returns the current license object
*
* @param bool $useCache
* @return Licence
@ -65,7 +65,7 @@ class LicenceManager extends Component
/**
* Returns the current licence object
* Returns the current license object
*
* @return Licence
*/
@ -87,7 +87,7 @@ class LicenceManager extends Component
} catch (InvalidConfigException $e) {
Yii::error($e->getMessage(), 'marketplace');
}
Yii::error('Could not fetch PE licence since: ' . $lastFetchDateTime, 'marketplace');
Yii::error('Could not fetch PE license since: ' . $lastFetchDateTime, 'marketplace');
return $licence;
}
}
@ -102,7 +102,7 @@ class LicenceManager extends Component
}
if (isset(Yii::$app->params['hosting'])) {
// In our demo hosting, we allow pro licences without registration
// In our demo hosting, we allow pro licenses without registration
$licence->type = Licence::LICENCE_TYPE_PRO;
}
@ -111,7 +111,7 @@ class LicenceManager extends Component
}
/**
* Fetches the licence from the HumHub API
* Fetches the license from the HumHub API
*
* @return bool The retrieval of the license worked, whether it is valid or not.
*/
@ -137,7 +137,7 @@ class LicenceManager extends Component
return true;
}
} catch (Throwable $e) {
Yii::error('Could not fetch/remove licence: ' . $e->getMessage());
Yii::error('Could not fetch/remove license: ' . $e->getMessage());
}
}
@ -146,7 +146,7 @@ class LicenceManager extends Component
/**
* Removes the licence from this installation and the HumHub Marketplace
* Removes the license from this installation and the HumHub Marketplace
*
* @return bool
*/

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => 'የገዙትን ሞዱል በተጠቃሚ የፈቃድ ቁልፍ ያክሉ',
'Add License Key' => '',
'Add purchased module by license key' => 'የገዙትን ሞዱል በተጠቃሚ የፈቃድ ቁልፍ ያክሉ',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => 'ሞጁሉን ማውጣት አልተቻለም!',
'Could not find requested module!' => 'የተጠየቀው ሞጁል ሊገኝ አልቻለም!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => 'ሞጁሉን ለማውረድ የሚደረገው ሙከራ አልተሳካም!',
'Edit licence' => '',
'Edit license' => '',
'Enable' => 'እንዲጠቀሙ አድርግ',
'Enable now' => '',
'Enabled' => 'አገልግሎት ይሰጣል',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => 'ተጭኗል',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'የሙጁሉን ዝርዝር ማውጫ%modulePath% ለማስፈር አይሆንም!',
'Module download failed! (%error%)' => 'ሞጁሉን ለማውረድ የሚደረገው ሙከራ አልተሳካም! (%error%)',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => 'ይመዝገቡ',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => 'ፈልግ',
'Search...' => '',

View File

@ -38,8 +38,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All modules' => '',
'All {moduleId} module content will be deleted. Continue?' => '',
@ -54,14 +54,14 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Enabled' => '',
@ -73,15 +73,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -94,10 +94,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -115,7 +115,7 @@ The license was successfully removed!
'Partner' => '',
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search...' => '',
'Stop updating' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong> تنشيط </strong> الإصدار الاحترافي الخاص بك',
'<strong>General</strong> Settings' => 'الإعدادات <strong>العام</strong>',
'A new update is available (HumHub %version%)!' => 'يتوفر تحديث جديد (HumHub %version%)!',
'Add Licence Key' => 'إضافة مفتاح الترخيص',
'Add purchased module by licence key' => 'إضافة وحدة(موديول) مشتراة بواسطة مفتاح الترخيص',
'Add License Key' => 'إضافة مفتاح الترخيص',
'Add purchased module by license key' => 'إضافة وحدة(موديول) مشتراة بواسطة مفتاح الترخيص',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'بعد تثبيت الموديول المطلوبة، كل ما عليك فعله هو تفعيلها. بعد ذلك يمكنك البدء على الفور في استخدام الموديول أو الوظيفة. يرجى ملاحظة أن بعض الوحدات تحتاج إلى التهيئة قبل الاستخدام.',
'All' => 'الكل',
'All modules' => 'كل الوحدات(الموديولات)',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'تعذر الاتصال بـ HumHub API!',
'Could not connect to HumHub API!
' => 'تعذر الاتصال بـ HumHub API!',
'Could not connect to licence server!' => 'تعذر الاتصال بخادم الترخيص!',
'Could not connect to license server!' => 'تعذر الاتصال بخادم الترخيص!',
'Could not extract module!' => 'تعذر استخراج الموديول!',
'Could not find requested module!' => 'لم يتم ايجاد الموديول المطلوب!',
'Could not find the requested module!' => 'لم يتم ايجاد الموديول المطلوب!',
'Could not remove old module path!' => 'تعذرت إزالة مسار الموديول القديمة!',
'Could not update licence. Error: ' => 'تعذر تحديث الترخيص. خطأ:',
'Could not update license. Error: ' => 'تعذر تحديث الترخيص. خطأ:',
'Deprecated' => 'مهملة',
'Download of module failed!' => 'حصل خطأ أثناء تحميل الموديول',
'Edit licence' => 'تحرير الترخيص',
'Edit license' => 'تحرير الترخيص',
'Enable' => 'تفعيل',
'Enable now' => 'تفعيل الآن',
'Enabled' => 'تم التفعيل',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'معلومات',
'Install' => 'تثبيت',
'Installed' => 'تم التثبيت',
'Invalid module licence key!' => 'مفتاح ترخيص الوحدة غير صالح!',
'Invalid module licence key!
'Invalid module license key!' => 'مفتاح ترخيص الوحدة غير صالح!',
'Invalid module license key!
' => 'مفتاح ترخيص الوحدة غير صالح!',
'Latest version:' => 'احدث اصدار:',
'Learn more' => 'تعلم المزيد',
'Licence Key:' => 'مفتاح الترخيص:',
'Licence key' => 'مفتاح الترخيص',
'Licenced for max. {number} users.' => 'مرخص بحد أقصى عدد {number} مستخدم.',
'Licenced to:' => 'مرخص لـ:',
'License Key:' => 'مفتاح الترخيص:',
'License key' => 'مفتاح الترخيص',
'Licensed for max. {number} users.' => 'مرخص بحد أقصى عدد {number} مستخدم.',
'Licensed to:' => 'مرخص لـ:',
'License not found or expired. Please contact the module publisher.' => 'لم يتم العثور على الترخيص أو انتهت صلاحيته. يرجى الاتصال بناشر الوحدة.',
'Marketplace' => 'المتجر',
'Marketplace is disabled.' => 'المتجر معطل.',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'المجلد الذي يحتوي على الموديول غير قابل للكتابة %modulePath%',
'Module download failed! (%error%)' => 'فشل تحميل الموديول! (%error%)',
'Module is <strong>installing...</strong>' => 'الموديول <strong>قيد التثبيت...</strong>',
'Module licence added!' => 'تمت إضافة ترخيص الموديول!',
'Module licence added!
'Module license added!' => 'تمت إضافة ترخيص الموديول!',
'Module license added!
' => 'تمت إضافة ترخيص الموديول!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'ترخيص الموديول لا يمكن أن يكون فارغاً!',
'Module not found or enabled!
' => 'الموديول غير موجودة أو مفعلة!',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => 'الإصدار الاحترافي',
'Professional Edition is activated!' => 'تم تنشيط الإصدار الاحترافي!',
'Register' => 'تسجيل',
'Remove licence key' => 'إزالة مفتاح الترخيص',
'Remove license key' => 'إزالة مفتاح الترخيص',
'Save and update' => 'حفظ وتحديث',
'Search' => 'بحث',
'Search...' => '...بحث',

View File

@ -28,19 +28,19 @@ The license was successfully removed!
' => '--- Активиране на модул: {moduleId} ---',
'<strong>Activate</strong> your Professional Edition' => '<strong> Активирайте </strong> вашата Професионална Версия',
'Add purchased module by licence key' => 'Добавете закупения модул чрез лицензен ключ',
'Add purchased module by license key' => 'Добавете закупения модул чрез лицензен ключ',
'All' => 'Всички',
'All {moduleId} module content will be deleted. Continue?' => 'Цялото съдържание на модула {moduleId} ще бъде изтрито. Продължи?',
'Buy' => 'Купи',
'Buy (%price%)' => 'Купи (%price%)',
'Configure' => 'Настройване',
'Could not connect to licence server!' => 'Не може да бъде осъществена връзка с лицензен сървър!',
'Could not connect to license server!' => 'Не може да бъде осъществена връзка с лицензен сървър!',
'Could not extract module!' => 'Неуспешно извличане на модул!',
'Could not find requested module!' => 'Заявеният модел не може да бъде намерен!',
'Could not remove old module path!' => 'Неуспешно премахване на стария път на модула!',
'Could not update licence. Error: ' => 'Неуспешно актуализиране на лиценза. Грешка:',
'Could not update license. Error: ' => 'Неуспешно актуализиране на лиценза. Грешка:',
'Download of module failed!' => 'Изтеглянето на модула не бе успешно!',
'Edit licence' => 'Редактиране на лиценз',
'Edit license' => 'Редактиране на лиценз',
'Enable' => 'Активиране',
'Enabled' => 'Активиран',
'General Settings' => 'Основни Настройки',
@ -49,10 +49,10 @@ The license was successfully removed!
'Install' => 'Инсталирай',
'Installed' => 'Инсталирани',
'Latest version:' => 'Последна версия:',
'Licence Key:' => 'Лицензен ключ:',
'Licence key' => 'Лицензен ключ',
'Licenced for max. {number} users.' => 'Лицензиран за макс. {number} потребители.',
'Licenced to:' => 'Лицензиран за:',
'License Key:' => 'Лицензен ключ:',
'License key' => 'Лицензен ключ',
'Licensed for max. {number} users.' => 'Лицензиран за макс. {number} потребители.',
'Licensed to:' => 'Лицензиран за:',
'Marketplace' => 'Пазар',
'Max. users:' => 'Макс. потребители:',
'Module directory %modulePath% is not writeable!' => 'В модулна директория %modulePath% не може да се записва!',
@ -68,7 +68,7 @@ The license was successfully removed!
'Ok' => 'Ок',
'Professional Edition is activated!' => 'Професионалната версия е активирана!',
'Register' => 'Регистрирам',
'Remove licence key' => 'Премахнете лицензионния ключ',
'Remove license key' => 'Премахнете лицензионния ключ',
'Save and update' => 'Запазване и актуализиране',
'Search' => 'Търсене',
'Settings' => 'Настройки',
@ -84,7 +84,7 @@ The license was successfully removed!
'Version:' => 'Версия:',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add License Key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All modules' => '',
'Allow module versions in beta status' => '',
@ -101,8 +101,8 @@ The license was successfully removed!
'Featured' => '',
'Find all the modules you can add to your network in our HumHub Marketplace. Discover numerous add-ons and features that customize the software and give you the possibility to configure your network to your needs.' => '',
'Great!' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Learn more' => '',
'License not found or expired. Please contact the module publisher.' => '',
@ -113,10 +113,10 @@ The license was successfully removed!
'Module Administration' => '',
'Module configuration' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',

View File

@ -30,8 +30,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -47,15 +47,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Enabled' => '',
@ -67,15 +67,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -88,10 +88,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => '',
'Search...' => '',

View File

@ -1,7 +1,7 @@
<?php
return [
'Add purchased module by licence key' => 'Afegir mòdul adquirit per clau de llicència',
'Add purchased module by license key' => 'Afegir mòdul adquirit per clau de llicència',
'All' => 'Totes',
'Configure' => 'Configura',
'Could not find requested module!' => 'No s\'ha pogut trobar el mòdul sol·licitat!',
@ -44,7 +44,7 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add License Key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All modules' => '',
'All {moduleId} module content will be deleted. Continue?' => '',
@ -58,14 +58,14 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable now' => '',
'Featured' => '',
'Find all the modules you can add to your network in our HumHub Marketplace. Discover numerous add-ons and features that customize the software and give you the possibility to configure your network to your needs.' => '',
@ -75,15 +75,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -96,10 +96,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -117,7 +117,7 @@ The license was successfully removed!
'Partner' => '',
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Stop updating' => '',
'The HumHub project does not guarantee the functionality, quality or the continuous development of this Module.' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => 'Vložit koupený modul pomocí licenčního klíče',
'Add License Key' => '',
'Add purchased module by license key' => 'Vložit koupený modul pomocí licenčního klíče',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'Vše',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => 'Nebylo možné rozbalit modul!',
'Could not find requested module!' => 'Požadovaný modul nebyl nalezen!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => 'Nebylo možné stáhnout modul!',
'Edit licence' => '',
'Edit license' => '',
'Enable' => 'Aktivovat',
'Enable now' => '',
'Enabled' => 'Aktivováno',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informace',
'Install' => 'Nainstalovat',
'Installed' => 'Nainstalováno',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => 'Poslední verze:',
'Learn more' => '',
'Licence Key:' => 'Licenční klíč:',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => 'Licenční klíč:',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Adresář pro ukládání modulů %modulePath% není zapisovatelný!',
'Module download failed! (%error%)' => 'Nebylo možné stáhnout modul! (%error%)',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => 'Registrovat',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => 'Hledat',
'Search...' => 'Hledat...',

View File

@ -30,8 +30,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -47,15 +47,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Enabled' => '',
@ -67,15 +67,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -88,10 +88,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => '',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => 'Tilføj købt modul med licens nøgle',
'Add License Key' => '',
'Add purchased module by license key' => 'Tilføj købt modul med licens nøgle',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'Alle',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => 'Kunne ikke udpakke modulet!',
'Could not find requested module!' => 'Kunne ikke finde det ønskede modul!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => 'Nedlastning af modulet mislykket!',
'Edit licence' => '',
'Edit license' => '',
'Enable' => 'Aktiver',
'Enable now' => '',
'Enabled' => 'Aktiveret',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => '',
'Install' => 'Installer',
'Installed' => 'Installeret',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => 'Seneste version:',
'Learn more' => '',
'Licence Key:' => 'Licens Nøgle:',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => 'Licens Nøgle:',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Modulmappe %modulePath% er ikke skrivbar!',
'Module download failed! (%error%)' => 'Nedlastning af modulet mislykket!',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => 'Registrér',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => 'Søg',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Aktiviere</strong> deine Professional Edition',
'<strong>General</strong> Settings' => '<strong>Allgemeine</strong> Einstellungen',
'A new update is available (HumHub %version%)!' => 'Ein neues Update ist verfügbar (HumHub %version%)!',
'Add Licence Key' => 'Lizenz hinzufügen',
'Add purchased module by licence key' => 'Erworbenes Modul per Lizenschlüssel hinzufügen',
'Add License Key' => 'Lizenz hinzufügen',
'Add purchased module by license key' => 'Erworbenes Modul per Lizenschlüssel hinzufügen',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'Nachdem du das gewünschte Modul installiert hast, musst du es nur noch aktivieren. Danach kannst du das Modul oder die Funktion sofort nutzen. Bitte beachte, dass einige Module vor der Nutzung konfiguriert werden müssen.',
'All' => 'Alle',
'All modules' => 'Alle Module',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'Konnte keine Verbindung zur HumHub API herstellen!',
'Could not connect to HumHub API!
' => 'Konnte keine Verbindung zur HumHub API herstellen!',
'Could not connect to licence server!' => 'Verbindung zu Lizenzserver ist nicht möglich!',
'Could not connect to license server!' => 'Verbindung zu Lizenzserver ist nicht möglich!',
'Could not extract module!' => 'Konnte Modul nicht entpacken!',
'Could not find requested module!' => 'Kann gesuchtes Modul nicht finden!',
'Could not find the requested module!' => 'Das angeforderte Modul konnte nicht gefunden werden!',
'Could not remove old module path!' => 'Alter Module-Pfad kann nicht gelöscht werden!',
'Could not update licence. Error: ' => 'Lizenz konnte nicht aktualisiert werden. Fehler:',
'Could not update license. Error: ' => 'Lizenz konnte nicht aktualisiert werden. Fehler:',
'Deprecated' => 'Veraltet',
'Download of module failed!' => 'Herunterladen des Moduls fehlgeschlagen!!',
'Edit licence' => 'Lizenz bearbeiten',
'Edit license' => 'Lizenz bearbeiten',
'Enable' => 'Aktivieren',
'Enable now' => 'Aktivieren',
'Enabled' => 'Aktiviert',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informationen',
'Install' => 'Installieren',
'Installed' => 'Installiert',
'Invalid module licence key!' => 'Ungültiger Lizenzschlüssel!',
'Invalid module licence key!
'Invalid module license key!' => 'Ungültiger Lizenzschlüssel!',
'Invalid module license key!
' => 'Ungültiger Modul Lizenzschlüssel!',
'Latest version:' => 'Letzte Version:',
'Learn more' => 'Mehr erfahren',
'Licence Key:' => 'Lizenzschlüssel',
'Licence key' => 'Lizenzschlüssel',
'Licenced for max. {number} users.' => 'Lizenziert für max. {number} Benutzer.',
'Licenced to:' => 'Lizenziert für:',
'License Key:' => 'Lizenzschlüssel',
'License key' => 'Lizenzschlüssel',
'Licensed for max. {number} users.' => 'Lizenziert für max. {number} Benutzer.',
'Licensed to:' => 'Lizenziert für:',
'License not found or expired. Please contact the module publisher.' => 'Lizenz nicht gefunden oder abgelaufen. Bitte Herausgeber des Moduls kontaktieren.',
'Marketplace' => 'Marketplace',
'Marketplace is disabled.' => 'Der Marketplace ist deaktiviert.',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Modul Verzeichnis %modulePath% nicht beschreibbar!',
'Module download failed! (%error%)' => 'Modul Download fehlgeschlagen! (%error%)',
'Module is <strong>installing...</strong>' => 'Modul wird <strong>installiert...</strong>',
'Module licence added!' => 'Lizenzschlüssel hinzugefügt!',
'Module licence added!
'Module license added!' => 'Lizenzschlüssel hinzugefügt!',
'Module license added!
' => 'Modul Lizenz hinzugefügt!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'Modul Lizenzschlüssel kann nicht leer sein!',
'Module not found or enabled!
' => 'Modul kann nicht gefunden werden bzw. ist nicht aktiviert!',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => 'Professional Edition',
'Professional Edition is activated!' => 'Professional Edition wurde aktiviert!',
'Register' => 'Registrieren',
'Remove licence key' => 'Lizenzschlüssel entfernen',
'Remove license key' => 'Lizenzschlüssel entfernen',
'Save and update' => 'Speichern und aktualisieren',
'Search' => 'Suche',
'Search...' => 'Suchen..',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'Όλα',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => 'Δεν ήταν δυνατή η εύρεση της ενότητας που ζητήθηκε!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => 'Ενεργοποίηση',
'Enable now' => '',
'Enabled' => 'Ενεργοποιήθηκε',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Πληροφορίες',
'Install' => '',
'Installed' => 'Εγκατεστημένο',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => 'Η άδεια δεν βρέθηκε ή έχει λήξει. Παρακαλούμε επικοινωνήστε με τον εκδότη της μονάδας.',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => 'Αναζήτηση',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Activa</strong> tu edición profesional',
'<strong>General</strong> Settings' => 'Configuración <strong>general</strong>',
'A new update is available (HumHub %version%)!' => 'Hay una nueva actualización disponible (HumHub %version%).',
'Add Licence Key' => 'Añadir código de licencia',
'Add purchased module by licence key' => 'Agregar licencia de módulo comprado',
'Add License Key' => 'Añadir código de licencia',
'Add purchased module by license key' => 'Agregar licencia de módulo comprado',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'Tras instalar el módulo requerido, sólo le falta activarlo. Una vez lo haya hecho podrá comenzar a utilizar el módulo o la función. Por favor tenga en cuenta que algunos módulos requieren hacer una configuración antes de poder ser usados.',
'All' => 'Todos',
'All modules' => 'Todos los módulos',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '¡No puedo conectar a la API de HumHub!',
'Could not connect to HumHub API!
' => '¡No se ha podido conectar a la API de HumHub!',
'Could not connect to licence server!' => '¡No se pudo conectar al servidor de licencias!',
'Could not connect to license server!' => '¡No se pudo conectar al servidor de licencias!',
'Could not extract module!' => '¡No se pudo extraer el módulo!',
'Could not find requested module!' => '¡No se pudo encontrar el módulo solicitado!',
'Could not find the requested module!' => '¡No se ha podido encontrar el módulo solicitado!',
'Could not remove old module path!' => 'No se pudo eliminar la ruta del módulo anterior.',
'Could not update licence. Error: ' => 'No se pudo actualizar la licencia. Error:',
'Could not update license. Error: ' => 'No se pudo actualizar la licencia. Error:',
'Deprecated' => 'Obsoleto',
'Download of module failed!' => '¡Falló la descarga del módulo!',
'Edit licence' => 'Editar licencia',
'Edit license' => 'Editar licencia',
'Enable' => 'Activar',
'Enable now' => 'Activar ahora',
'Enabled' => 'Activado',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Información',
'Install' => 'Instalar',
'Installed' => 'Instalado',
'Invalid module licence key!' => '¡La clave de licencia del módulo es inválida!',
'Invalid module licence key!
'Invalid module license key!' => '¡La clave de licencia del módulo es inválida!',
'Invalid module license key!
' => '¡Clave de licencia de módulo no válida!',
'Latest version:' => 'Última versión:',
'Learn more' => 'Saber más',
'Licence Key:' => 'Número de licencia:',
'Licence key' => 'Clave de licencia',
'Licenced for max. {number} users.' => 'Con licencia para máx. {number} usuarios.',
'Licenced to:' => 'Con licencia para:',
'License Key:' => 'Número de licencia:',
'License key' => 'Clave de licencia',
'Licensed for max. {number} users.' => 'Con licencia para máx. {number} usuarios.',
'Licensed to:' => 'Con licencia para:',
'License not found or expired. Please contact the module publisher.' => 'No se ha encontrado una licencia o está expirada. Por favor póngase en contacto con el desarrollador del módulo.',
'Marketplace' => 'Marketplace',
'Marketplace is disabled.' => 'La tienda de aplicaciones está deshabilitada.',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '¡El directorio del módulo %modulePath% no es escribible!',
'Module download failed! (%error%)' => '¡Falló la descarga del módulo! (%error%)',
'Module is <strong>installing...</strong>' => 'Se está <strong>instalando</strong> el módulo...',
'Module licence added!' => '¡Se ha añadido la licencia del módulo!',
'Module licence added!
'Module license added!' => '¡Se ha añadido la licencia del módulo!',
'Module license added!
' => '¡Se ha añadido la licencia de módulo!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '¡La clave de licencia de módulo no puede estar vacía!',
'Module not found or enabled!
' => '¡No se ha encontrado el módulo o no está activado!',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => 'Edición profesional',
'Professional Edition is activated!' => '¡La Edición Profesional está activada!',
'Register' => 'Registrarse',
'Remove licence key' => 'Eliminar clave de licencia',
'Remove license key' => 'Eliminar clave de licencia',
'Save and update' => 'Guardar y actualizar',
'Search' => 'Buscar',
'Search...' => 'Buscar...',

View File

@ -30,8 +30,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -47,15 +47,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Enabled' => '',
@ -67,15 +67,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -88,10 +88,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => '',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Aktibatu</strong> zure edizio profesionala',
'<strong>General</strong> Settings' => 'Parametro <strong>orokorrak</strong>',
'A new update is available (HumHub %version%)!' => 'Beste eguneratze bat dago (HumHub %version%)!',
'Add Licence Key' => 'Gehitu lizentziaren gakoa',
'Add purchased module by licence key' => 'Gehitu modulua lizentzia-tekla bidez',
'Add License Key' => 'Gehitu lizentziaren gakoa',
'Add purchased module by license key' => 'Gehitu modulua lizentzia-tekla bidez',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'Eskatutako modulua instalatu ondoren, aktibatu besterik ez duzu egin behar. Ondoren, berehala has zaitezke modulua edo funtzioa erabiltzen. Kontuan izan modulu batzuk erabili aurretik konfiguratu behar direla.',
'All' => 'Denak',
'All modules' => 'Modulu guztiak',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'Ezin naiz HumHubeko APIra konektatu!',
'Could not connect to HumHub API!
' => 'Ezin naiz HumHubeko APIra konektatu!',
'Could not connect to licence server!' => 'Ezin zen lizentzien zerbitzariarekin konektatu!',
'Could not connect to license server!' => 'Ezin zen lizentzien zerbitzariarekin konektatu!',
'Could not extract module!' => 'Ezin izan dut modulua atera!',
'Could not find requested module!' => 'Ezin izan da aurkitu eskatutako modulua!',
'Could not find the requested module!' => 'Ez dut eskatutako modulua aurkitu!',
'Could not remove old module path!' => 'Ezin nuen moduluko bide zaharra kendu!',
'Could not update licence. Error: ' => 'Ezin izan dut lizentzia eguneratu. Errorea:',
'Could not update license. Error: ' => 'Ezin izan dut lizentzia eguneratu. Errorea:',
'Deprecated' => 'Zaharkitua',
'Download of module failed!' => 'Moduluaren deskargak huts egin du!',
'Edit licence' => 'Editatu lizentzia',
'Edit license' => 'Editatu lizentzia',
'Enable' => 'Aktibatu',
'Enable now' => 'Orain eskuragarri',
'Enabled' => 'Aktibatuta',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informazioa',
'Install' => 'Instalatu',
'Installed' => 'Instalatua',
'Invalid module licence key!' => 'Modulu-lizentziaren gakoa ez da baliozkoa!',
'Invalid module licence key!
'Invalid module license key!' => 'Modulu-lizentziaren gakoa ez da baliozkoa!',
'Invalid module license key!
' => 'Modulu-lizentziaren gakoa ez da baliozkoa!',
'Latest version:' => 'Azken bertsioa:',
'Learn more' => 'Gehiago ikasi.',
'Licence Key:' => 'Key lizentzia:',
'Licence key' => 'Key lizentzia',
'Licenced for max. {number} users.' => 'Gehienez {number} erabiltzailerentzako lizentzia.',
'Licenced to:' => 'Honetarako lizentziaduna:',
'License Key:' => 'Key lizentzia:',
'License key' => 'Key lizentzia',
'Licensed for max. {number} users.' => 'Gehienez {number} erabiltzailerentzako lizentzia.',
'Licensed to:' => 'Honetarako lizentziaduna:',
'License not found or expired. Please contact the module publisher.' => 'Lizentzia ez da aurkitu edo iraungi. Mesedez, jar zaitez harremanetan moduluen editorearekin.',
'Marketplace' => 'Merkatua',
'Marketplace is disabled.' => 'Merkatua ez dago erabilgarri',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '%modulePath% moduluaren direktorioa ez da onargarria!',
'Module download failed! (%error%)' => 'Moduluaren deskargak huts egin du! (%error%)',
'Module is <strong>installing...</strong>' => 'Modulua <strong>instalatzen</strong> ari da...',
'Module licence added!' => 'Lizentzia erantsiaren modulua!',
'Module licence added!
'Module license added!' => 'Lizentzia erantsiaren modulua!',
'Module license added!
' => 'Lizentzia erantsiaren modulua!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'Moduluko lizentziaren giltza ezin da hutsik egon!',
'Module not found or enabled!
' => 'Modulua ez da aurkitu edo ez dago gaituta!',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => 'Edizio Profesionala',
'Professional Edition is activated!' => 'Edizio profesionala aktibatuta dago!',
'Register' => 'Izen ematea',
'Remove licence key' => 'Kendu lizentzia-gakoa',
'Remove license key' => 'Kendu lizentzia-gakoa',
'Save and update' => 'Gorde eta eguneratu',
'Search' => 'Bilatu',
'Search...' => 'Bilatu...',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => 'افزودن ماژول خريده شده با کلید پروانه',
'Add License Key' => '',
'Add purchased module by license key' => 'افزودن ماژول خريده شده با کلید پروانه',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'همه',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => 'ماژول استخراج نشد!',
'Could not find requested module!' => 'ماژول درخواست‌شده یافت نشد!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => 'دانلود ماژول ناموفق بود!',
'Edit licence' => '',
'Edit license' => '',
'Enable' => 'فعال',
'Enable now' => '',
'Enabled' => 'فعال شد',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'اطلاعات',
'Install' => 'نصب',
'Installed' => 'نصب شد',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => 'آخرین نسخه:',
'Learn more' => '',
'Licence Key:' => 'کد پروانه:',
'Licence key' => 'کد پروانه',
'Licenced for max. {number} users.' => '',
'Licenced to:' => 'پروانه داده شده به:',
'License Key:' => 'کد پروانه:',
'License key' => 'کد پروانه',
'Licensed for max. {number} users.' => '',
'Licensed to:' => 'پروانه داده شده به:',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => 'بازار',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'پوشه‌ی ماژول %modulePath% نوشتنی نیست!',
'Module download failed! (%error%)' => 'بارگیری ماژول ناموفق بود! (%error%)',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => 'ثبت‌نام',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => 'ذخیره و به‌روزرسانی',
'Search' => 'جستجو',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => 'Lisää lisäosa tuotekoodilla',
'Add License Key' => '',
'Add purchased module by license key' => 'Lisää lisäosa tuotekoodilla',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'Kaikki',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => 'Laajenusta ei löytynyt!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => 'Ota käyttöön',
'Enable now' => '',
'Enabled' => 'Aktivoitu',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Tiedot',
'Install' => '',
'Installed' => 'Asennettu',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => 'Rekisteröidy',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => 'Hae',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Activer</strong> votre Édition Professionnelle',
'<strong>General</strong> Settings' => 'Réglages <strong>généraux</strong>',
'A new update is available (HumHub %version%)!' => 'Une nouvelle mise à jour est disponible (Humhub %version%) !',
'Add Licence Key' => 'Ajouter une clé de licence',
'Add purchased module by licence key' => 'Ajouter un module acheté par sa clé de licence',
'Add License Key' => 'Ajouter une clé de licence',
'Add purchased module by license key' => 'Ajouter un module acheté par sa clé de licence',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'Une fois le module installé, il ne vous reste plus quà lactiver. Après cela, vous pouvez commencer à utiliser le module ou la fonction. Veuillez noter que certains modules doivent être configurés avant toute utilisation.',
'All' => 'Toutes',
'All modules' => 'Tous les modules',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'Impossible de se connecter à lAPI de HumHub !',
'Could not connect to HumHub API!
' => 'Connexion impossible à lAPI de HumHub !',
'Could not connect to licence server!' => 'Connexion impossible au serveur de licences !',
'Could not connect to license server!' => 'Connexion impossible au serveur de licences !',
'Could not extract module!' => 'Impossible d\'extraire le module !',
'Could not find requested module!' => 'Impossible de trouver le module demandé.',
'Could not find the requested module!' => 'Impossible de trouver le module demandé !',
'Could not remove old module path!' => 'Suppression impossible de l\'ancien chemin du module !',
'Could not update licence. Error: ' => 'Mise à jour de la licence impossible. Erreur:',
'Could not update license. Error: ' => 'Mise à jour de la licence impossible. Erreur:',
'Deprecated' => 'Obsolète',
'Download of module failed!' => 'Erreur de téléchargement du module.',
'Edit licence' => 'Modifier la licence',
'Edit license' => 'Modifier la licence',
'Enable' => 'Activer',
'Enable now' => 'Activer maintenant',
'Enabled' => 'Activé',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Information',
'Install' => 'Installer',
'Installed' => 'Installé',
'Invalid module licence key!' => 'Clé de licence du module non valide !',
'Invalid module licence key!
'Invalid module license key!' => 'Clé de licence du module non valide !',
'Invalid module license key!
' => 'Clé de licence du module non valide !',
'Latest version:' => 'Dernière version :',
'Learn more' => 'En savoir plus',
'Licence Key:' => 'Clé de licence :',
'Licence key' => 'Clé de licence',
'Licenced for max. {number} users.' => 'Licence pour max. {number} utilisateurs.',
'Licenced to:' => 'Licence pour :',
'License Key:' => 'Clé de licence :',
'License key' => 'Clé de licence',
'Licensed for max. {number} users.' => 'Licence pour max. {number} utilisateurs.',
'Licensed to:' => 'Licence pour :',
'License not found or expired. Please contact the module publisher.' => 'Licence introuvable ou périmée. Veuillez contacter léditeur du module.',
'Marketplace' => 'Marketplace',
'Marketplace is disabled.' => 'Le Marché est désactivé.',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Le dossier du module %modulePath% est en lecture seule.',
'Module download failed! (%error%)' => 'Erreur de téléchargement du module (%error%)',
'Module is <strong>installing...</strong>' => 'Module en cours d<strong>installation…</strong>',
'Module licence added!' => 'Licence de module ajoutée !',
'Module licence added!
'Module license added!' => 'Licence de module ajoutée !',
'Module license added!
' => 'Licence du module ajoutée !',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'La clé de licence du module ne peut pas être vide !',
'Module not found or enabled!
' => 'Module non trouvé ou activé !',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => 'Édition Professionnelle',
'Professional Edition is activated!' => 'L\'Édition Professionnelle est activée !',
'Register' => 'S\'enregistrer',
'Remove licence key' => 'Supprimer la clé de licence',
'Remove license key' => 'Supprimer la clé de licence',
'Save and update' => 'Enregistrer et mettre à jour',
'Search' => 'Recherche',
'Search...' => 'Rechercher...',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'הכל',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => 'פעיל',
'Enable now' => '',
'Enabled' => 'הופעל',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => 'חיפוש',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Aktiviraj</strong> vašu profesionalnu verziju',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => 'Dodajte kupljeni modul licenčnim ključem',
'Add License Key' => '',
'Add purchased module by license key' => 'Dodajte kupljeni modul licenčnim ključem',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'Sve',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => 'Ne mogu se povezati s poslužiteljem licenci!',
'Could not connect to license server!' => 'Ne mogu se povezati s poslužiteljem licenci!',
'Could not extract module!' => 'Ne mogu izdvojiti modul!',
'Could not find requested module!' => 'Traženi modul nije pronađen.',
'Could not find the requested module!' => '',
'Could not remove old module path!' => 'Nije moguće ukloniti staru putanju modula!',
'Could not update licence. Error: ' => 'Nije moguće ažurirati licencu. Pogreška:',
'Could not update license. Error: ' => 'Nije moguće ažurirati licencu. Pogreška:',
'Deprecated' => '',
'Download of module failed!' => 'Preuzimanje modula nije uspjelo!',
'Edit licence' => 'Uredi licencu',
'Edit license' => 'Uredi licencu',
'Enable' => 'Omogući',
'Enable now' => '',
'Enabled' => 'Aktivirano',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informacija',
'Install' => 'Instaliraj',
'Installed' => 'Instalirano',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => 'Zadnja verzija:',
'Learn more' => '',
'Licence Key:' => 'Licencni ključ:',
'Licence key' => 'Ključ licence',
'Licenced for max. {number} users.' => 'Licencirano za max. Broj korisnika: {number}.',
'Licenced to:' => 'Licencirano za:',
'License Key:' => 'Licencni ključ:',
'License key' => 'Ključ licence',
'Licensed for max. {number} users.' => 'Licencirano za max. Broj korisnika: {number}.',
'Licensed to:' => 'Licencirano za:',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => 'Trgovina',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Direktorij modula %modulePath% nije za pisanje!',
'Module download failed! (%error%)' => 'Preuzimanje modula nije uspjelo! (%error%)',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => 'Aktivirano je profesionalno izdanje!',
'Register' => 'Registriraj',
'Remove licence key' => 'Uklonite ključ licence',
'Remove license key' => 'Uklonite ključ licence',
'Save and update' => 'Spremi i ažuriraj',
'Search' => 'Pretraži',
'Search...' => '',

View File

@ -33,8 +33,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -50,15 +50,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Enabled' => '',
@ -70,15 +70,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -91,10 +91,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -114,7 +114,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search...' => '',
'Stop updating' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Aktiválja</strong> a Professional Edition-t',
'<strong>General</strong> Settings' => '<strong>Általános</strong> beállítások',
'A new update is available (HumHub %version%)!' => 'Új frissítés érhető el (HumHub %version%)!',
'Add Licence Key' => 'Licenckulcs hozzáadása',
'Add purchased module by licence key' => 'Megvásárolt modul hozzáadása termékkulcs megadásával',
'Add License Key' => 'Licenckulcs hozzáadása',
'Add purchased module by license key' => 'Megvásárolt modul hozzáadása termékkulcs megadásával',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'A szükséges modul telepítése után már csak aktiválni kell. Ezt követően azonnal elkezdheti használni a modult vagy funkciót. Kérjük, vegye figyelembe, hogy egyes modulokat használat előtt konfigurálni kell.',
'All' => 'Minden',
'All modules' => 'Minden modul',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'Nem sikerült csatlakozni a HumHub API-hoz!',
'Could not connect to HumHub API!
' => 'Nem tudott csatlakozni a HumHub API-hoz!',
'Could not connect to licence server!' => 'Nem sikerült csatlakozni a licenckiszolgálóhoz!',
'Could not connect to license server!' => 'Nem sikerült csatlakozni a licenckiszolgálóhoz!',
'Could not extract module!' => 'Modul kibontása sikertelen!',
'Could not find requested module!' => 'A kért modul nem található!',
'Could not find the requested module!' => 'Nem található a keresett modul!',
'Could not remove old module path!' => 'Nem sikerült eltávolítani a régi modul elérési útját!',
'Could not update licence. Error: ' => 'Nem sikerült frissíteni a licencet. Hiba:',
'Could not update license. Error: ' => 'Nem sikerült frissíteni a licencet. Hiba:',
'Deprecated' => 'Elavult',
'Download of module failed!' => 'Modul letöltése sikertelen!',
'Edit licence' => 'Licenc szerkesztése',
'Edit license' => 'Licenc szerkesztése',
'Enable' => 'Bekapcsolás',
'Enable now' => 'Aktiválás most',
'Enabled' => 'Aktiválva',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Információ',
'Install' => 'Telepítés',
'Installed' => 'Telepítve',
'Invalid module licence key!' => 'Érvénytelen modul licenckulcs!',
'Invalid module licence key!
'Invalid module license key!' => 'Érvénytelen modul licenckulcs!',
'Invalid module license key!
' => 'Érvénytelen modul licenckulcs!',
'Latest version:' => 'Legújabb verzió:',
'Learn more' => 'Tudj meg többet',
'Licence Key:' => 'Termékkulcs:',
'Licence key' => 'Licenckulcs',
'Licenced for max. {number} users.' => 'Engedélyezve max. {number} felhasználónak.',
'Licenced to:' => 'Engedélyezve:',
'License Key:' => 'Termékkulcs:',
'License key' => 'Licenckulcs',
'Licensed for max. {number} users.' => 'Engedélyezve max. {number} felhasználónak.',
'Licensed to:' => 'Engedélyezve:',
'License not found or expired. Please contact the module publisher.' => 'A licenc nem található vagy lejárt. Kérünk, lépj kapcsolatba a modul kiadójával.',
'Marketplace' => 'Piactér',
'Marketplace is disabled.' => 'A piactér le van tiltva.',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'A %modulePath% modulkönyvtár nem írható!',
'Module download failed! (%error%)' => 'Modul letöltése sikertelen! (%error%)',
'Module is <strong>installing...</strong>' => 'A modul <strong>telepítése...</strong>',
'Module licence added!' => 'Modullicenc hozzáadva!',
'Module licence added!
'Module license added!' => 'Modullicenc hozzáadva!',
'Module license added!
' => 'Modul licenc hozzáadva!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'A modul licenckulcsa nem lehet üres!',
'Module not found or enabled!
' => 'A modul nem található vagy nincs engedélyezve!',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => 'Professzionális Kiadás',
'Professional Edition is activated!' => 'A Professional Edition aktiválva van!',
'Register' => 'Regisztráció',
'Remove licence key' => 'Licenckulcs eltávolítása',
'Remove license key' => 'Licenckulcs eltávolítása',
'Save and update' => 'Mentés és frissítés',
'Search' => 'Keresés',
'Search...' => 'Keresés...',

View File

@ -1,8 +1,8 @@
<?php
return [
'Add Licence Key' => 'Tambah Kunci Lisensi',
'Add purchased module by licence key' => 'tambahkan membeli modul kunci lisensi ',
'Add License Key' => 'Tambah Kunci Lisensi',
'Add purchased module by license key' => 'tambahkan membeli modul kunci lisensi ',
'All' => 'Semua',
'Configure' => 'Konfigurasi',
'Could not find requested module!' => 'Tidak dapat menemukan modul yang diminta!',
@ -56,14 +56,14 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable now' => '',
'Enabled' => '',
'Featured' => '',
@ -73,15 +73,15 @@ The license was successfully removed!
'If this Module is additionally marked as <strong>"Community"</strong> it is neither tested nor monitored by the HumHub project team.' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -94,10 +94,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -115,7 +115,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Stop updating' => '',
'Tags' => '',

View File

@ -30,8 +30,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong> Attiva </strong> la tua Professional Edition',
'<strong>General</strong> Settings' => '<strong>Generale</strong> Impostazioni',
'A new update is available (HumHub %version%)!' => 'È disponibile un nuovo aggiornamento (HumHub %version%)!',
'Add Licence Key' => 'Aggiungi chiave di licenza',
'Add purchased module by licence key' => 'Aggiungi modulo acquistato tramite chiave licenza',
'Add License Key' => 'Aggiungi chiave di licenza',
'Add purchased module by license key' => 'Aggiungi modulo acquistato tramite chiave licenza',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'Dopo aver installato il modulo richiesto, è sufficiente attivarlo. Dopodiché si potrà iniziare a utilizzare immediatamente il modulo o la funzione. Si noti che alcuni moduli devono essere configurati prima dell\'uso.',
'All' => 'Tutti',
'All {moduleId} module content will be deleted. Continue?' => 'Tutti i contenuti del modulo {moduleId} verranno eliminati. Continuare?',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'Impossibile connettersi all\'API di HumHub!',
'Could not connect to HumHub API!
' => 'Impossibile connettersi all\'API HumHub!',
'Could not connect to licence server!' => 'Impossibile connettersi al server delle licenze!',
'Could not connect to license server!' => 'Impossibile connettersi al server delle licenze!',
'Could not extract module!' => 'Non posso estrarre il modulo!',
'Could not find requested module!' => 'Non posso trovare il modulo richiesto!',
'Could not find the requested module!' => 'Impossibile trovare il modulo richiesto!',
'Could not remove old module path!' => 'Impossibile rimuovere il vecchio percorso del modulo!',
'Could not update licence. Error: ' => 'Impossibile aggiornare la licenza. Errore:',
'Could not update license. Error: ' => 'Impossibile aggiornare la licenza. Errore:',
'Deprecated' => 'Deprecato',
'Download of module failed!' => 'Scaricamento del modulo fallito!',
'Edit licence' => 'Modifica licenza',
'Edit license' => 'Modifica licenza',
'Enable' => 'Attiva',
'Enable now' => 'Attivare Ora',
'Enabled' => 'Attivato',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informazioni',
'Install' => 'Installa',
'Installed' => 'Installato',
'Invalid module licence key!' => 'Chiave di licenza del modulo non valida!',
'Invalid module licence key!
'Invalid module license key!' => 'Chiave di licenza del modulo non valida!',
'Invalid module license key!
' => 'Chiave di licenza del modulo non valida!',
'Latest version:' => 'Ultima versione:',
'Learn more' => 'Per saperne di più',
'Licence Key:' => 'Chiave licenza:',
'Licence key' => 'Chiave di licenza',
'Licenced for max. {number} users.' => 'Licenza per max. {number} utenti.',
'Licenced to:' => 'Concesso in licenza a:',
'License Key:' => 'Chiave licenza:',
'License key' => 'Chiave di licenza',
'Licensed for max. {number} users.' => 'Licenza per max. {number} utenti.',
'Licensed to:' => 'Concesso in licenza a:',
'License not found or expired. Please contact the module publisher.' => 'Licenza non trovata o scaduta. Si prega di contattare l\'editore del modulo.',
'Marketplace' => 'Marketplace',
'Marketplace is disabled.' => 'Il Marketplace è disattivato.',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'La directory del modulo %modulePath% non è scrivibile!',
'Module download failed! (%error%)' => 'Scaricamento del modulo fallito! (%error%)',
'Module is <strong>installing...</strong>' => 'Il modulo si sta <strong>installando...</strong>',
'Module licence added!' => 'Aggiunta della licenza del modulo!',
'Module licence added!
'Module license added!' => 'Aggiunta della licenza del modulo!',
'Module license added!
' => 'Licenza modulo aggiunta!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'La chiave di licenza del modulo non può essere vuota!',
'Module not found!
' => 'Modulo non trovato!',
@ -108,7 +108,7 @@ The license was successfully removed!
'Professional Edition' => 'Edizione professionale',
'Professional Edition is activated!' => 'La Professional Edition è attivata!',
'Register' => 'Registrati',
'Remove licence key' => 'Rimuovi la chiave di licenza',
'Remove license key' => 'Rimuovi la chiave di licenza',
'Save and update' => 'Salva e aggiorna',
'Search' => 'Ricerca',
'Search...' => 'Cerca...',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => 'プロフェッショナル エディションを<strong>有効化</strong>してください',
'<strong>General</strong> Settings' => '<strong>一般</strong> の設定',
'A new update is available (HumHub %version%)!' => '新しいアップデートが利用可能です (HumHub %version%)',
'Add Licence Key' => 'ライセンスキーを追加',
'Add purchased module by licence key' => 'ライセンスキーを使ってモジュールを購入する',
'Add License Key' => 'ライセンスキーを追加',
'Add purchased module by license key' => 'ライセンスキーを使ってモジュールを購入する',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '必要なモジュールをインストールしたら、それをアクティブ化するだけです。その後すぐにモジュールまたは関数の使用を開始できます。一部のモジュールは使用前に設定する必要があることに注意してください。',
'All' => 'すべて',
'All modules' => 'すべてのモジュール',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'HumHub API に接続できませんでした!',
'Could not connect to HumHub API!
' => 'HumHub API に接続できませんでした',
'Could not connect to licence server!' => 'ライセンス サーバーに接続できませんでした',
'Could not connect to license server!' => 'ライセンス サーバーに接続できませんでした',
'Could not extract module!' => 'モジュールを抽出できませんでした!',
'Could not find requested module!' => '要求されたモジュールが見つかりませんでした。',
'Could not find the requested module!' => '要求されたモジュールが見つかりませんでした!',
'Could not remove old module path!' => '古いモジュール パスを削除できませんでした',
'Could not update licence. Error: ' => 'ライセンスを更新できませんでした。エラー:',
'Could not update license. Error: ' => 'ライセンスを更新できませんでした。エラー:',
'Deprecated' => '非推奨',
'Download of module failed!' => 'モジュールのダウンロードに失敗しました!',
'Edit licence' => 'ライセンスの編集',
'Edit license' => 'ライセンスの編集',
'Enable' => '作動させる',
'Enable now' => '今すぐアクティブ化する',
'Enabled' => '作動中',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'インフォメーション',
'Install' => 'インストール',
'Installed' => 'インストール済',
'Invalid module licence key!' => 'モジュールのライセンス キーが無効です!',
'Invalid module licence key!
'Invalid module license key!' => 'モジュールのライセンス キーが無効です!',
'Invalid module license key!
' => 'モジュールのライセンスキーが無効です!',
'Latest version:' => '最新バージョン:',
'Learn more' => 'もっと詳しく知る',
'Licence Key:' => 'ライセンスキー:',
'Licence key' => 'ライセンスキー',
'Licenced for max. {number} users.' => '最大ライセンス。{number} ユーザー',
'Licenced to:' => 'ライセンス対象:',
'License Key:' => 'ライセンスキー:',
'License key' => 'ライセンスキー',
'Licensed for max. {number} users.' => '最大ライセンス。{number} ユーザー',
'Licensed to:' => 'ライセンス対象:',
'License not found or expired. Please contact the module publisher.' => 'ライセンスが見つからないか、期限切れです。 モジュールの発行元にお問い合わせください。',
'Marketplace' => '市場',
'Marketplace is disabled.' => 'マーケットプレイスが無効になっています。',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'モジュールのディレクトリ %modulePath% の書き込み権限がありません!',
'Module download failed! (%error%)' => 'モジュールのダウンロードに失敗しました!(%error%',
'Module is <strong>installing...</strong>' => 'モジュールを<strong>インストール中...</strong>',
'Module licence added!' => 'モジュールライセンスが追加されました!',
'Module licence added!
'Module license added!' => 'モジュールライセンスが追加されました!',
'Module license added!
' => 'モジュールライセンス追加',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'モジュールのライセンス キーを空にすることはできません',
'Module not found or enabled!
' => 'モジュールが見つからないか有効になっていません!',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => 'プロフェッショナル版',
'Professional Edition is activated!' => 'プロフェッショナル版が有効になりました',
'Register' => '登録',
'Remove licence key' => 'ライセンスキーを削除',
'Remove license key' => 'ライセンスキーを削除',
'Save and update' => '保存して更新',
'Search' => '検索',
'Search...' => '探す...',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '라이선스 키 추가',
'Add purchased module by licence key' => '',
'Add License Key' => '라이선스 키 추가',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '모두',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '요청한 모듈을 찾을 수 없습니다!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '활성화',
'Enable now' => '',
'Enabled' => '활성화',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => '정보',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => '검색',
'Search...' => '검색...',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'Visi',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => 'Nepavyko išgauti modulio!',
'Could not find requested module!' => 'Prašomas modulis nerastas!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => 'Modulio instaliacija nepavyko!',
'Edit licence' => '',
'Edit license' => '',
'Enable' => 'Įgalinti',
'Enable now' => '',
'Enabled' => 'Aktyvuota',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informacija',
'Install' => 'Įdiegti',
'Installed' => 'Instaliuota',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => 'Naujausia versija:',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Modulio katalogas %modulePath% nėra įrašomas!',
'Module download failed! (%error%)' => 'Modulio instaliacija nepavyko! (%error%)',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => 'Registruotis',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => 'Ieškoti',
'Search...' => 'Ieškoti...',

View File

@ -1,7 +1,7 @@
<?php
return [
'Add purchased module by licence key' => 'Pievieno nopirkto moduli ar licences atslēgu',
'Add purchased module by license key' => 'Pievieno nopirkto moduli ar licences atslēgu',
'Could not extract module!' => 'Neizdevās atarhivēt moduli!',
'Could not find requested module!' => 'Nevarēja atrast pieprasīto moduli!',
'Download of module failed!' => 'Moduļa lejupielāde neizdevās!',
@ -50,7 +50,7 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add License Key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -66,12 +66,12 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Featured' => '',
@ -80,15 +80,15 @@ The license was successfully removed!
'If this Module is additionally marked as <strong>"Community"</strong> it is neither tested nor monitored by the HumHub project team.' => '',
'Information' => '',
'Install' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -99,10 +99,10 @@ The license was successfully removed!
'Module Administration' => '',
'Module configuration' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -117,7 +117,7 @@ The license was successfully removed!
'Partner' => '',
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search...' => '',
'Stop updating' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => 'Legg til en modul ved hjelp av kjøpt lisensnøkkel',
'Add License Key' => '',
'Add purchased module by license key' => 'Legg til en modul ved hjelp av kjøpt lisensnøkkel',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'Alt',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => 'Kunne ikke hente ut modulen',
'Could not find requested module!' => 'Fant ikke forespurt modul!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => 'Nedlasting av modul er mislykket',
'Edit licence' => '',
'Edit license' => '',
'Enable' => 'Aktiver',
'Enable now' => '',
'Enabled' => 'Aktivert',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informasjon',
'Install' => 'Installer',
'Installed' => 'Installert',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => 'Siste versjon:',
'Learn more' => '',
'Licence Key:' => 'Lisens nøkkel:',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => 'Lisens nøkkel:',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Kan ikke skrive til modulmappen: %modulePath% ',
'Module download failed! (%error%)' => 'Modul nedlastning er mislykket (%error%)',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => 'Registrer',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => 'Søk',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Activeer</strong> uw Professional-editie',
'<strong>General</strong> Settings' => '<strong>Algemene</strong> instellingen',
'A new update is available (HumHub %version%)!' => 'Er is een nieuwe versie beschikbaar (HumHub %version%)!',
'Add Licence Key' => 'Licentiesleutel toevoegen',
'Add purchased module by licence key' => 'Aangeschafte module toevoegen met de licentie code',
'Add License Key' => 'Licentiesleutel toevoegen',
'Add purchased module by license key' => 'Aangeschafte module toevoegen met de licentie code',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'Na het installeren van de benodigde module hoeft u deze alleen nog maar te activeren. Daarna kunt u direct ermee aan de slag. Houd er rekening mee dat sommige modules voor gebruik moeten worden geconfigureerd.',
'All' => 'Alle',
'All modules' => 'Alle modules',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'Kan geen verbinding maken met de HumHub API!',
'Could not connect to HumHub API!
' => 'Kan geen verbinding maken met HumHub API!',
'Could not connect to licence server!' => 'Kan geen verbinding maken met de licentieserver!',
'Could not connect to license server!' => 'Kan geen verbinding maken met de licentieserver!',
'Could not extract module!' => 'Kon module niet uitpakken!',
'Could not find requested module!' => 'Kon de gevraagde module niet vinden!',
'Could not find the requested module!' => 'Kon de gevraagde module niet vinden!',
'Could not remove old module path!' => 'Kan het oude modulepad niet verwijderen!',
'Could not update licence. Error: ' => 'Kan de licentie niet updaten. Fout:',
'Could not update license. Error: ' => 'Kan de licentie niet updaten. Fout:',
'Deprecated' => 'Verouderd',
'Download of module failed!' => 'Download van module mislukt!',
'Edit licence' => 'Licentie bewerken',
'Edit license' => 'Licentie bewerken',
'Enable' => 'Activeren',
'Enable now' => 'Activeer nu',
'Enabled' => 'Ingeschakeld',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informatie',
'Install' => 'Installeren',
'Installed' => 'Geïnstalleerd',
'Invalid module licence key!' => 'Ongeldige modulelicentiesleutel!',
'Invalid module licence key!
'Invalid module license key!' => 'Ongeldige modulelicentiesleutel!',
'Invalid module license key!
' => 'Ongeldige modulelicentiesleutel!',
'Latest version:' => 'Nieuwste versie:',
'Learn more' => 'Leer meer',
'Licence Key:' => 'Licentie code:',
'Licence key' => 'Licentiesleutel',
'Licenced for max. {number} users.' => 'Licentie voor maximaal {number} gebruikers.',
'Licenced to:' => 'Licentie verleend aan:',
'License Key:' => 'Licentie code:',
'License key' => 'Licentiesleutel',
'Licensed for max. {number} users.' => 'Licentie voor maximaal {number} gebruikers.',
'Licensed to:' => 'Licentie verleend aan:',
'License not found or expired. Please contact the module publisher.' => 'Licentie is niet gevonden of is verlopen. Neem contact op met de module-maker.',
'Marketplace' => 'Marktplein',
'Marketplace is disabled.' => 'De Marktplaats is uitgeschakeld.',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Modulemap %modulePath% is niet schrijfbaar!',
'Module download failed! (%error%)' => 'Download van module mislukt! (%error%)',
'Module is <strong>installing...</strong>' => 'Module wordt <strong>geïnstalleerd...</strong>',
'Module licence added!' => 'Modulelicentie toegevoegd!',
'Module licence added!
'Module license added!' => 'Modulelicentie toegevoegd!',
'Module license added!
' => 'Modulelicentie toegevoegd!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'Modulelicentiesleutel mag niet leeg zijn!',
'Module not found or enabled!
' => 'Module niet gevonden of niet ingeschakeld!',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => 'Professionele Editie',
'Professional Edition is activated!' => 'Professional Edition is geactiveerd!',
'Register' => 'Registreren',
'Remove licence key' => 'Licentiesleutel verwijderen',
'Remove license key' => 'Licentiesleutel verwijderen',
'Save and update' => 'Opslaan en bijwerken',
'Search' => 'Zoek',
'Search...' => 'Zoeken...',

View File

@ -31,8 +31,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -48,15 +48,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Enabled' => '',
@ -68,15 +68,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -89,10 +89,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -113,7 +113,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => '',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Aktywuj</strong> swoją Wersję Profesjonalną',
'<strong>General</strong> Settings' => '<strong>Ogólne</strong> ustawienia',
'A new update is available (HumHub %version%)!' => 'Aktualizacja dostępna (HumHub %version%)!',
'Add Licence Key' => 'Dodaj klucz licencyjny',
'Add purchased module by licence key' => 'Dodaj zakupiony moduł wprowadzając klucz licencyjny',
'Add License Key' => 'Dodaj klucz licencyjny',
'Add purchased module by license key' => 'Dodaj zakupiony moduł wprowadzając klucz licencyjny',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'Po zainstalowaniu wymaganego modułu należy go aktywować. Wtedy z marszu można przejść do jego użytkowania. Część z modułów wymaga wcześniejszej konfiguracji.',
'All' => 'Wszystko',
'All modules' => 'Wszystkie moduły',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'Nie można połączyć z HumHub API!',
'Could not connect to HumHub API!
' => 'Nie można połączyć z API HumHub!',
'Could not connect to licence server!' => 'Nie można połączyć z serwerem licencyjnym!',
'Could not connect to license server!' => 'Nie można połączyć z serwerem licencyjnym!',
'Could not extract module!' => 'Nie można wypakować modułu!',
'Could not find requested module!' => 'Nie można znaleźć żądanego modułu.',
'Could not find the requested module!' => 'Nie można odnaleźć poszukiwanego modułu!',
'Could not remove old module path!' => 'Nie można usunąć starej ścieżki modułu!',
'Could not update licence. Error: ' => 'Nie można uaktualnić licencji. Błąd:',
'Could not update license. Error: ' => 'Nie można uaktualnić licencji. Błąd:',
'Deprecated' => 'Przestarzały',
'Download of module failed!' => 'Pobieranie modułu nie powiodło się!',
'Edit licence' => 'Edytuj licencję',
'Edit license' => 'Edytuj licencję',
'Enable' => 'Aktywuj',
'Enable now' => 'Włącz teraz',
'Enabled' => 'Aktywowane',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informacje',
'Install' => 'Zainstaluj',
'Installed' => 'Zainstalowane',
'Invalid module licence key!' => 'Błędny klucz licencyjny modułu!',
'Invalid module licence key!
'Invalid module license key!' => 'Błędny klucz licencyjny modułu!',
'Invalid module license key!
' => 'Błędny klucz licencyjny modułu!',
'Latest version:' => 'Ostatnia wersja:',
'Learn more' => 'Dowiedz się więcej',
'Licence Key:' => 'Klucz licencyjny:',
'Licence key' => 'Klucz licencji',
'Licenced for max. {number} users.' => 'Licencjonowanie dla max. {number} użytkowników.',
'Licenced to:' => 'Licencjonowane dla:',
'License Key:' => 'Klucz licencyjny:',
'License key' => 'Klucz licencji',
'Licensed for max. {number} users.' => 'Licencjonowanie dla max. {number} użytkowników.',
'Licensed to:' => 'Licencjonowane dla:',
'License not found or expired. Please contact the module publisher.' => 'Nie znaleziono licencji lub licencja wygasła. Skontaktuj się z wydawcą modułu.',
'Marketplace' => 'Sklep aplikacji',
'Marketplace is disabled.' => 'Rynek jest wyłączony',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Katalog modułu %modulePath% nie jest zapisywalny!',
'Module download failed! (%error%)' => 'Nie powiodło się pobieranie modułu! (%error%)',
'Module is <strong>installing...</strong>' => 'Moduł jest <strong>instalowany...</strong>',
'Module licence added!' => 'Licencja modułu dodana!',
'Module licence added!
'Module license added!' => 'Licencja modułu dodana!',
'Module license added!
' => 'Dodano licencję modułu!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'Klucz licencji modułu nie może być pusty!',
'Module not found or enabled!
' => 'Moduł nie został odnaleziony lub włączony!',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => 'Wydanie profesjonalne',
'Professional Edition is activated!' => 'Edycja Profesjonalna aktywowana!',
'Register' => 'Zarejestruj się',
'Remove licence key' => 'Usuń klucz licencyjny',
'Remove license key' => 'Usuń klucz licencyjny',
'Save and update' => 'Zapisz i aktualizuj',
'Search' => 'Szukaj',
'Search...' => 'Szukaj...',

View File

@ -30,8 +30,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Ative</strong>sua Professional Edition',
'<strong>General</strong> Settings' => 'Configurações <strong>Gerais</strong>',
'A new update is available (HumHub %version%)!' => 'Uma nova atualização está disponível (HumHub %version%)!',
'Add Licence Key' => 'Adicionar chave de licença',
'Add purchased module by licence key' => 'Adicionar módulo comprado através de chave de licença',
'Add License Key' => 'Adicionar chave de licença',
'Add purchased module by license key' => 'Adicionar módulo comprado através de chave de licença',
'All' => 'Todos',
'All {moduleId} module content will be deleted. Continue?' => 'Todo o conteúdo do módulo {moduleId} será excluído. Continuar?',
'Allow module versions in beta status' => 'Permitir versões de módulo em estado beta',
@ -44,14 +44,14 @@ The license was successfully removed!
'Configure' => 'Configurar',
'Could not connect to HumHub API!
' => 'Não foi possível conectar à API HumHub!',
'Could not connect to licence server!' => 'Comprar (% price%)',
'Could not connect to license server!' => 'Comprar (% price%)',
'Could not extract module!' => 'Não foi possível extrair módulo!',
'Could not find requested module!' => 'Não foi possível encontrar o módulo requisitado!',
'Could not remove old module path!' => 'Não foi possível remover o caminho do módulo antigo!',
'Could not update licence. Error: ' => 'Não foi possível atualizar a licença. Erro:',
'Could not update license. Error: ' => 'Não foi possível atualizar a licença. Erro:',
'Deprecated' => 'Descontinuada',
'Download of module failed!' => 'Download do módulo falhou!',
'Edit licence' => 'Editar licença',
'Edit license' => 'Editar licença',
'Enable' => 'Ativar',
'Enabled' => 'Ativado',
'Featured' => 'Destaque',
@ -60,23 +60,23 @@ The license was successfully removed!
'Information' => 'Informação',
'Install' => 'Instalar',
'Installed' => 'Instalado',
'Invalid module licence key!
'Invalid module license key!
' => 'Chave de licença de módulo inválida!',
'Latest version:' => 'Última versão',
'Learn more' => 'Saber mais',
'Licence Key:' => 'Chave de Licença:',
'Licence key' => 'Chave de licença',
'Licenced for max. {number} users.' => 'Licenciado para máx. {number} usuários.',
'Licenced to:' => 'Licenciado para:',
'License Key:' => 'Chave de Licença:',
'License key' => 'Chave de licença',
'Licensed for max. {number} users.' => 'Licenciado para máx. {number} usuários.',
'Licensed to:' => 'Licenciado para:',
'License not found or expired. Please contact the module publisher.' => 'Licença não encontrada ou expirada. Entre em contato com o editor do módulo.',
'Marketplace' => 'Mercado',
'Max. users:' => 'Máx. Comercial:',
'Module "{moduleName}" has been updated to version {newVersion} successfully.' => 'O módulo "{moduleName}" foi atualizado para a versão {newVersion} com sucesso.',
'Module directory %modulePath% is not writeable!' => 'O diretório do módulo %modulePath% não é gravável!',
'Module download failed! (%error%)' => 'Módulo de download falhou! (%error%)',
'Module licence added!
'Module license added!
' => 'Licença de módulo adicionada!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'A chave de licença do módulo não pode estar vazia!',
'Module not found!
' => 'Módulo não encontrado!',
@ -94,7 +94,7 @@ The license was successfully removed!
'Professional Edition' => 'Edição Profissional',
'Professional Edition is activated!' => 'Edição profissional ativada!',
'Register' => 'Cadastrar',
'Remove licence key' => 'Remover chave de licença',
'Remove license key' => 'Remover chave de licença',
'Save and update' => 'Salvar e atualizar',
'Search' => 'Procurar',
'Search...' => 'Procurar...',
@ -120,14 +120,14 @@ The license was successfully removed!
'Enable now' => '',
'Find all the modules you can add to your network in our HumHub Marketplace. Discover numerous add-ons and features that customize the software and give you the possibility to configure your network to your needs.' => '',
'Great!' => '',
'Invalid module licence key!' => '',
'Invalid module license key!' => '',
'Marketplace is disabled.' => '',
'Module <strong>enabled</strong>' => '',
'Module <strong>installed</strong>' => '',
'Module Administration' => '',
'Module configuration' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module license added!' => '',
'Module not found or enabled!
' => '',
'No, thank you!' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
' => '--- Ativar módulo: {moduleId} ---',
'<strong>Activate</strong> your Professional Edition' => '<strong>Ativa</strong> a tua Edição Profissional',
'A new update is available (HumHub %version%)!' => 'Uma nova versão está disponível (HumHub %version%)!',
'Add Licence Key' => 'Adicionar Chave de Licença',
'Add purchased module by licence key' => 'Adiciona módulo adquirido via chave de licença (licence key)',
'Add License Key' => 'Adicionar Chave de Licença',
'Add purchased module by license key' => 'Adiciona módulo adquirido via chave de licença (licence key)',
'All' => 'Todos',
'All {moduleId} module content will be deleted. Continue?' => 'Todo o conteúdo do módulo {moduleId} vai ser eliminado. Continuar?',
'Available Updates' => 'Atualizações Disponíveis',
@ -42,13 +42,13 @@ The license was successfully removed!
'Configure' => 'Configurar',
'Could not connect to HumHub API!
' => 'Não foi possível conectar ao API do HumHub!',
'Could not connect to licence server!' => 'Não foi posssível conectar ao servidor de licenças!',
'Could not connect to license server!' => 'Não foi posssível conectar ao servidor de licenças!',
'Could not extract module!' => 'Não foi possível extrair o módulo!',
'Could not find requested module!' => 'Não foi possível encontrar os módulos solicitados!',
'Could not remove old module path!' => 'Não foi possível remover o caminho antigo para o módulo!',
'Could not update licence. Error: ' => 'Não foi possível atualizar a licença. Erro:',
'Could not update license. Error: ' => 'Não foi possível atualizar a licença. Erro:',
'Download of module failed!' => 'O descarregamento do módulo falhou!',
'Edit licence' => 'Editar licença',
'Edit license' => 'Editar licença',
'Enable' => 'Ativar',
'Enabled' => 'Activado',
'Featured' => 'Apresentado',
@ -57,21 +57,21 @@ The license was successfully removed!
'Information' => 'Informação',
'Install' => 'Instalar',
'Installed' => 'Instalado',
'Invalid module licence key!
'Invalid module license key!
' => 'Chave de licença de módulo inválida!',
'Latest version:' => 'Versão mais recente:',
'Learn more' => 'Sabe mais',
'Licence Key:' => 'Chave da Licença:',
'Licence key' => 'Chave da Licença',
'Licenced for max. {number} users.' => 'Licenciada para max. de {number} utilizadores',
'Licenced to:' => 'Licenciado a:',
'License Key:' => 'Chave da Licença:',
'License key' => 'Chave da Licença',
'Licensed for max. {number} users.' => 'Licenciada para max. de {number} utilizadores',
'Licensed to:' => 'Licenciado a:',
'Marketplace' => 'Marketplace',
'Max. users:' => 'Nº Máximo de utilizadores:',
'Module directory %modulePath% is not writeable!' => 'A diretoria do módulo %modulePath% não admite escrita!',
'Module download failed! (%error%)' => 'Descarregamento do módulo falhou (%error%)',
'Module licence added!
'Module license added!
' => 'Licença do módulo adicionada!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'A licença do módulo não pode ficar vazia!',
'Module not found!
' => 'Módulo não encontrado!',
@ -88,7 +88,7 @@ The license was successfully removed!
'Professional Edition' => 'Edição Profissional',
'Professional Edition is activated!' => 'A Edição Profissional está ativada!',
'Register' => 'Registar',
'Remove licence key' => 'Remover chave de licença',
'Remove license key' => 'Remover chave de licença',
'Save and update' => 'Guardar e atualizar',
'Search' => 'Pesquisar',
'Search...' => 'Pesquisar...',
@ -117,7 +117,7 @@ The license was successfully removed!
'Enable now' => '',
'Find all the modules you can add to your network in our HumHub Marketplace. Discover numerous add-ons and features that customize the software and give you the possibility to configure your network to your needs.' => '',
'Great!' => '',
'Invalid module licence key!' => '',
'Invalid module license key!' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace is disabled.' => '',
'Module "{moduleName}" has been updated to version {newVersion} successfully.' => '',
@ -126,7 +126,7 @@ The license was successfully removed!
'Module Administration' => '',
'Module configuration' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module license added!' => '',
'Module not found or enabled!
' => '',
'No modules found.' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => 'Adăugați cheia de licență',
'Add License Key' => '',
'Add purchased module by license key' => 'Adăugați cheia de licență',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'Toate',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '요청하신 모듈을 찾지 못했습니다!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Enabled' => '활성화됨',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => 'Căutare',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Активируйте</strong> свою Профессиональную версию',
'<strong>General</strong> Settings' => '<strong>Общие</strong> настройки',
'A new update is available (HumHub %version%)!' => 'Доступно новое обновление (HumHub %version%)!',
'Add Licence Key' => 'Добавить лицензионный ключ',
'Add purchased module by licence key' => 'Добавить ключ для приобретённого модуля',
'Add License Key' => 'Добавить лицензионный ключ',
'Add purchased module by license key' => 'Добавить ключ для приобретённого модуля',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'После установки необходимого модуля вам останется только активировать его. После этого вы можете мгновенно начать использовать модуль или функцию. Обратите внимание, что некоторые модули необходимо настроить перед использованием.',
'All' => 'Все',
'All modules' => 'Все модули',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'Не удалось подключиться к API HumHub!',
'Could not connect to HumHub API!
' => 'Не удалось подключиться к API HumHub!',
'Could not connect to licence server!' => 'Не удалось подключиться к серверу лицензий!',
'Could not connect to license server!' => 'Не удалось подключиться к серверу лицензий!',
'Could not extract module!' => 'Не удалось извлечь модуль!',
'Could not find requested module!' => 'Не удалось найти запрошенный модуль!',
'Could not find the requested module!' => 'Не удалось найти запрошенный модуль!',
'Could not remove old module path!' => 'Не удалось удалить старый путь к модулю!',
'Could not update licence. Error: ' => 'Не удалось обновить лицензию. Ошибка:',
'Could not update license. Error: ' => 'Не удалось обновить лицензию. Ошибка:',
'Deprecated' => 'Устарело',
'Download of module failed!' => 'Не удалось загрузить модуль!',
'Edit licence' => 'Редактировать лицензию',
'Edit license' => 'Редактировать лицензию',
'Enable' => 'Активировать',
'Enable now' => 'Активировать сейчас',
'Enabled' => 'Включен',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Информация',
'Install' => 'Установить',
'Installed' => 'Установленные',
'Invalid module licence key!' => 'Неверный лицензионный ключ модуля!',
'Invalid module licence key!
'Invalid module license key!' => 'Неверный лицензионный ключ модуля!',
'Invalid module license key!
' => 'Неверный лицензионный ключ модуля!',
'Latest version:' => 'Последняя версия:',
'Learn more' => 'Узнать больше',
'Licence Key:' => 'Лицензионный Ключ:',
'Licence key' => 'Ключ лицензии',
'Licenced for max. {number} users.' => 'Лицензия на максимум {число} пользователей.',
'Licenced to:' => 'Лицензировано для:',
'License Key:' => 'Лицензионный Ключ:',
'License key' => 'Ключ лицензии',
'Licensed for max. {number} users.' => 'Лицензия на максимум {число} пользователей.',
'Licensed to:' => 'Лицензировано для:',
'License not found or expired. Please contact the module publisher.' => 'Лицензия не найдена или срок ее действия истек. Пожалуйста, свяжитесь с издателем модуля.',
'Marketplace' => 'Маркет',
'Marketplace is disabled.' => 'Торговая площадка отключена.',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Папка модуля %modulePath% запрещает запись в неё!',
'Module download failed! (%error%)' => 'Не удалось загрузить модуль! (%error%)',
'Module is <strong>installing...</strong>' => 'Модуль <strong>устанавливается...</strong>',
'Module licence added!' => 'Добавлена ​​лицензия на модуль!',
'Module licence added!
'Module license added!' => 'Добавлена ​​лицензия на модуль!',
'Module license added!
' => 'Добавлена ​​лицензия на модуль!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'Лицензионный ключ модуля не может быть пустым!',
'Module not found or enabled!
' => 'Модуль не найден или не включён!',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => 'Профессиональная версия',
'Professional Edition is activated!' => 'Профессиональная Версия активирована!',
'Register' => 'Регистрация',
'Remove licence key' => 'Удалить лицензионный ключ',
'Remove license key' => 'Удалить лицензионный ключ',
'Save and update' => 'Сохранить и обновить',
'Search' => 'Поиск',
'Search...' => 'Поиск...',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Aktivujte</strong> svoju Profesionálnu verziu',
'<strong>General</strong> Settings' => '<strong>Všeobecné</strong> nastavenia',
'A new update is available (HumHub %version%)!' => 'K dispozícii je nová aktualizácia (HumHub %version%)!',
'Add Licence Key' => 'Pridať licenčný kľúč',
'Add purchased module by licence key' => 'Pridajte zakúpený modul podľa licenčného kľúča',
'Add License Key' => 'Pridať licenčný kľúč',
'Add purchased module by license key' => 'Pridajte zakúpený modul podľa licenčného kľúča',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'Po nainštalovaní potrebného modulu ho stačí len aktivovať. Potom môžete modul alebo funkciu okamžite začať používať. Upozorňujeme, že niektoré moduly je potrebné pred použitím nakonfigurovať.',
'All' => 'Všetko',
'All modules' => 'Všetky moduly',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'Nepodarilo sa pripojiť k HumHub API!',
'Could not connect to HumHub API!
' => 'Nepodarilo sa pripojiť k HumHub API!',
'Could not connect to licence server!' => 'Nepodarilo sa pripojiť k licenčnému serveru!',
'Could not connect to license server!' => 'Nepodarilo sa pripojiť k licenčnému serveru!',
'Could not extract module!' => 'Modul sa nepodarilo extrahovať!',
'Could not find requested module!' => 'Požadovaný modul sa nepodarilo nájsť!',
'Could not find the requested module!' => 'Požadovaný modul sa nepodarilo nájsť!',
'Could not remove old module path!' => 'Nepodarilo sa odstrániť starú cestu modulu!',
'Could not update licence. Error: ' => 'Licenciu sa nepodarilo aktualizovať. Chyba:',
'Could not update license. Error: ' => 'Licenciu sa nepodarilo aktualizovať. Chyba:',
'Deprecated' => 'Zastarané',
'Download of module failed!' => 'Sťahovanie modulu zlyhalo!',
'Edit licence' => 'Upraviť licenciu',
'Edit license' => 'Upraviť licenciu',
'Enable' => 'Povoliť',
'Enable now' => 'Povoliť teraz',
'Enabled' => 'Povolené',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informácia',
'Install' => 'Inštalácia',
'Installed' => 'Nainštalované',
'Invalid module licence key!' => 'Neplatný licenčný kľúč modulu!',
'Invalid module licence key!
'Invalid module license key!' => 'Neplatný licenčný kľúč modulu!',
'Invalid module license key!
' => 'Neplatný licenčný kľúč modulu!',
'Latest version:' => 'Najnovšia verzia:',
'Learn more' => 'Učiť sa viac',
'Licence Key:' => 'Licenčný kľúč:',
'Licence key' => 'Licenčný kľúč',
'Licenced for max. {number} users.' => 'Licencované na max. {number} používateľov.',
'Licenced to:' => 'Licencované na:',
'License Key:' => 'Licenčný kľúč:',
'License key' => 'Licenčný kľúč',
'Licensed for max. {number} users.' => 'Licencované na max. {number} používateľov.',
'Licensed to:' => 'Licencované na:',
'License not found or expired. Please contact the module publisher.' => 'Licencia sa nenašla alebo jej platnosť vypršala. Kontaktujte vydavateľa modulu.',
'Marketplace' => 'Trhovisko',
'Marketplace is disabled.' => 'Trhovisko je zakázané.',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Adresár modulu %modulePath% nemá povolenie zápisu!',
'Module download failed! (%error%)' => 'Sťahovanie modulu zlyhalo! (%chyba%)',
'Module is <strong>installing...</strong>' => 'Modul sa <strong>inštaluje...</strong>',
'Module licence added!' => 'Licencia modulu bola pridaná!',
'Module licence added!
'Module license added!' => 'Licencia modulu bola pridaná!',
'Module license added!
' => 'Licencia modulu bola pridaná!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'Licenčný kľúč modulu nemôže byť prázdny!',
'Module not found or enabled!
' => 'Modul nebol nájdený alebo povolený!',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => 'Profesionálne vydanie',
'Professional Edition is activated!' => 'Profesionálne vydanie je aktivované!',
'Register' => 'Registrovať',
'Remove licence key' => 'Odstrániť licenčný kľúč',
'Remove license key' => 'Odstrániť licenčný kľúč',
'Save and update' => 'Uložiť a aktualizovať',
'Search' => 'Hľadať',
'Search...' => 'Hľadať...',

View File

@ -31,8 +31,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -48,15 +48,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Enabled' => '',
@ -68,15 +68,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -89,10 +89,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -113,7 +113,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => '',
'Search...' => '',

View File

@ -1,7 +1,7 @@
<?php
return [
'Add Licence Key' => 'Shto çelësin e licencës',
'Add License Key' => 'Shto çelësin e licencës',
'Configure' => 'Konfiguro',
'Enable' => 'Aktivizoni',
'Information' => 'Informacion',
@ -38,7 +38,7 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add purchased module by licence key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -53,15 +53,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable now' => '',
'Enabled' => '',
'Featured' => '',
@ -71,15 +71,15 @@ The license was successfully removed!
'If this Module is additionally marked as <strong>"Community"</strong> it is neither tested nor monitored by the HumHub project team.' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -92,10 +92,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -115,7 +115,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Stop updating' => '',
'Tags' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '<strong>Aktiviraj</strong> vašu profesionalnu verziju',
'<strong>General</strong> Settings' => 'Generalna podešavanja',
'A new update is available (HumHub %version%)!' => 'Novo ažuriranje je dostupno',
'Add Licence Key' => 'Dodaj licencni kljuc',
'Add purchased module by licence key' => 'Dodajte kupljeni modul licencnim ključem',
'Add License Key' => 'Dodaj licencni kljuc',
'Add purchased module by license key' => 'Dodajte kupljeni modul licencnim ključem',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'Nakon instalacije zahtevanog modula, sve što treba da uradite je da ga aktivirate. Nakon toga možete odmah da počnete da koristite modul ili funkcionalnost. Molim obratite pažnju da neki moduli moraju da budu konfigurisani pre upotrebe',
'All' => 'Sve',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'Nije bilo moguće povezati se na Humhub API',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => 'Ne mogu se povezati s Licencnim serverom!',
'Could not connect to license server!' => 'Ne mogu se povezati s Licencnim serverom!',
'Could not extract module!' => 'Ne mogu izdvojiti modul!',
'Could not find requested module!' => 'Traženi modul nije pronađen.',
'Could not find the requested module!' => 'Nije pronađen traženi model',
'Could not remove old module path!' => 'Nije moguće ukloniti staru putanju modula!',
'Could not update licence. Error: ' => 'Nije moguće ažurirati licencu. Greška:',
'Could not update license. Error: ' => 'Nije moguće ažurirati licencu. Greška:',
'Deprecated' => 'Napušteni',
'Download of module failed!' => 'Preuzimanje modula nije uspjelo!',
'Edit licence' => 'Uredi licencu',
'Edit license' => 'Uredi licencu',
'Enable' => 'Omogući',
'Enable now' => '',
'Enabled' => 'Omogućeno',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Informacija',
'Install' => 'Instaliraj',
'Installed' => 'Instalirano',
'Invalid module licence key!' => 'Neispravan licencni kljuc modula',
'Invalid module licence key!
'Invalid module license key!' => 'Neispravan licencni kljuc modula',
'Invalid module license key!
' => '',
'Latest version:' => 'Poslednja verzija:',
'Learn more' => 'Saznaj više',
'Licence Key:' => 'Licencni ključ:',
'Licence key' => 'Ključ licence',
'Licenced for max. {number} users.' => 'Licencirano za max. Broj korisnika: {number}.',
'Licenced to:' => 'Licencirano za:',
'License Key:' => 'Licencni ključ:',
'License key' => 'Ključ licence',
'Licensed for max. {number} users.' => 'Licencirano za max. Broj korisnika: {number}.',
'Licensed to:' => 'Licencirano za:',
'License not found or expired. Please contact the module publisher.' => 'Licenca nije pronadjena ili je istekla. Kontaktirajte postavljaca modula',
'Marketplace' => 'Prodavnica',
'Marketplace is disabled.' => 'Prodavnica je onemogućena',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => 'Direktorij modula %modulePath% nije za pisanje!',
'Module download failed! (%error%)' => 'Preuzimanje modula nije uspjelo! (%error%)',
'Module is <strong>installing...</strong>' => 'Module se <strong>instalira...</strong>',
'Module licence added!' => 'Dodata je licenca modula',
'Module licence added!
'Module license added!' => 'Dodata je licenca modula',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => 'Profesionalno izdanje',
'Professional Edition is activated!' => 'Aktivirano je profesionalno izdanje!',
'Register' => 'Registruj',
'Remove licence key' => 'Uklonite ključ licence',
'Remove license key' => 'Uklonite ključ licence',
'Save and update' => 'Spremi i ažuriraj',
'Search' => 'Pretraži',
'Search...' => 'Pretraga...',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
' => '--- Aktivera modul: {moduleId} ---',
'<strong>Activate</strong> your Professional Edition' => '<strong>Aktivera</strong> din PROFESSIONELLA UTGÅVA',
'A new update is available (HumHub %version%)!' => 'En ny uppdatering är tillgänglig (HumHub %version%)!',
'Add Licence Key' => 'Lägg till licensnyckel',
'Add purchased module by licence key' => 'Lägg till köpt modul med licensnyckel',
'Add License Key' => 'Lägg till licensnyckel',
'Add purchased module by license key' => 'Lägg till köpt modul med licensnyckel',
'All' => 'Alla',
'All {moduleId} module content will be deleted. Continue?' => 'Allt innehåll i {moduleId}-modulen kommer att raderas. Fortsätta?',
'Available Updates' => 'Tillgängliga uppdateringar',
@ -42,13 +42,13 @@ The license was successfully removed!
'Configure' => 'Konfigurera',
'Could not connect to HumHub API!
' => 'Kunde inte ansluta till HumHub API!',
'Could not connect to licence server!' => 'Kunde inte ansluta till licensservern!',
'Could not connect to license server!' => 'Kunde inte ansluta till licensservern!',
'Could not extract module!' => 'Kunde inte extrahera modulen!',
'Could not find requested module!' => 'Kunde inte hitta begärda modulen!',
'Could not remove old module path!' => 'Kunde inte ta bort gammal modulsökväg!',
'Could not update licence. Error: ' => 'Det gick inte att uppdatera licensen. Fel:',
'Could not update license. Error: ' => 'Det gick inte att uppdatera licensen. Fel:',
'Download of module failed!' => 'Nedladdning av modul misslyckades!',
'Edit licence' => 'Redigera licens',
'Edit license' => 'Redigera licens',
'Enable' => 'Aktivera',
'Enabled' => 'Aktiverad',
'Featured' => 'Utvalda',
@ -57,22 +57,22 @@ The license was successfully removed!
'Information' => 'Information',
'Install' => 'Installera',
'Installed' => 'Installerad',
'Invalid module licence key!
'Invalid module license key!
' => 'Ogiltig licensnyckel för modul!',
'Latest version:' => 'Senaste versionen:',
'Learn more' => 'Läs mer',
'Licence Key:' => 'Licensnyckel:',
'Licence key' => 'Licensnyckel',
'Licenced for max. {number} users.' => 'Licensierad för max. {number} användare.',
'Licenced to:' => 'Licensierad till:',
'License Key:' => 'Licensnyckel:',
'License key' => 'Licensnyckel',
'Licensed for max. {number} users.' => 'Licensierad för max. {number} användare.',
'Licensed to:' => 'Licensierad till:',
'License not found or expired. Please contact the module publisher.' => 'Licensen hittades inte eller har löpt ut. Kontakta modulutgivaren.',
'Marketplace' => 'Marknadsplats',
'Max. users:' => 'Max. användare:',
'Module directory %modulePath% is not writeable!' => 'Modulkatalogen %modulePath% är inte skrivbar!',
'Module download failed! (%error%)' => 'Modulnedladdning misslyckades! (%error%)',
'Module licence added!
'Module license added!
' => 'Modullicens tillagd!',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'Licensnyckel för Modul kan inte vara tom!',
'Module not found!
' => 'Modulen hittades inte!',
@ -89,7 +89,7 @@ The license was successfully removed!
'Professional Edition' => 'Professionell version',
'Professional Edition is activated!' => 'Professional Edition är aktiverad!',
'Register' => 'Registrera',
'Remove licence key' => 'Ta bort licensnyckel',
'Remove license key' => 'Ta bort licensnyckel',
'Save and update' => 'Spara och uppdatera',
'Search' => 'Sök',
'Search...' => 'Sök...',
@ -117,7 +117,7 @@ The license was successfully removed!
'Enable now' => '',
'Find all the modules you can add to your network in our HumHub Marketplace. Discover numerous add-ons and features that customize the software and give you the possibility to configure your network to your needs.' => '',
'Great!' => '',
'Invalid module licence key!' => '',
'Invalid module license key!' => '',
'Marketplace is disabled.' => '',
'Module "{moduleName}" has been updated to version {newVersion} successfully.' => '',
'Module <strong>enabled</strong>' => '',
@ -125,7 +125,7 @@ The license was successfully removed!
'Module Administration' => '',
'Module configuration' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module license added!' => '',
'Module not found or enabled!
' => '',
'No modules found.' => '',

View File

@ -30,8 +30,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -47,15 +47,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Enabled' => '',
@ -67,15 +67,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -88,10 +88,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -112,7 +112,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => '',
'Search...' => '',

View File

@ -28,7 +28,7 @@ The license was successfully removed!
' => '--- เปิดใช้งานโมดูล: {moduleId} ---',
'<strong>Activate</strong> your Professional Edition' => '<strong>เปิดใช้งาน</strong> Professional Edition ของคุณ',
'Add purchased module by licence key' => 'เพิ่มโมดูลที่ซื้อด้วยรหัสใบอนุญาต',
'Add purchased module by license key' => 'เพิ่มโมดูลที่ซื้อด้วยรหัสใบอนุญาต',
'All' => 'ทั้งหมด',
'All {moduleId} module content will be deleted. Continue?' => 'เนื้อหาโมดูล {moduleId} ทั้งหมดจะถูกลบออก ดำเนินการต่อ',
'Buy' => 'ซื้อ',
@ -36,13 +36,13 @@ The license was successfully removed!
'Configure' => 'กำหนดค่า',
'Could not connect to HumHub API!
' => 'ไม่สามารถเชื่อมต่อกับ HumHub API!',
'Could not connect to licence server!' => 'ไม่สามารถเชื่อมต่อกับเซิร์ฟเวอร์ใบอนุญาต',
'Could not connect to license server!' => 'ไม่สามารถเชื่อมต่อกับเซิร์ฟเวอร์ใบอนุญาต',
'Could not extract module!' => 'ไม่สามารถแยกโมดูลได้',
'Could not find requested module!' => 'ไม่พบโมดูลที่ร้องขอ!',
'Could not remove old module path!' => 'ไม่สามารถลบเส้นทางโมดูลเก่า',
'Could not update licence. Error: ' => 'ไม่สามารถอัปเดตใบอนุญาต ข้อผิดพลาด:',
'Could not update license. Error: ' => 'ไม่สามารถอัปเดตใบอนุญาต ข้อผิดพลาด:',
'Download of module failed!' => 'การดาวน์โหลดโมดูลล้มเหลว',
'Edit licence' => 'แก้ไขใบอนุญาต',
'Edit license' => 'แก้ไขใบอนุญาต',
'Enable' => 'เปิดใช้งาน',
'Enabled' => 'เปิดใช้งานแล้ว',
'General Settings' => 'การตั้งค่าทั่วไป',
@ -50,21 +50,21 @@ The license was successfully removed!
'Information' => 'ข้อมูล',
'Install' => 'ติดตั้ง',
'Installed' => 'ติดตั้งแล้ว',
'Invalid module licence key!
'Invalid module license key!
' => 'รหัสใบอนุญาตโมดูลไม่ถูกต้อง',
'Latest version:' => 'รุ่นล่าสุด:',
'Licence Key:' => 'รหัสใบอนุญาต:',
'Licence key' => 'รหัสใบอนุญาต',
'Licenced for max. {number} users.' => 'ได้รับอนุญาตสูงสุด {number} ผู้ใช้',
'Licenced to:' => 'ได้รับอนุญาตให้:',
'License Key:' => 'รหัสใบอนุญาต:',
'License key' => 'รหัสใบอนุญาต',
'Licensed for max. {number} users.' => 'ได้รับอนุญาตสูงสุด {number} ผู้ใช้',
'Licensed to:' => 'ได้รับอนุญาตให้:',
'License not found or expired. Please contact the module publisher.' => 'ไม่พบใบอนุญาตหรือหมดอายุ โปรดติดต่อผู้เผยแพร่โมดูล',
'Marketplace' => 'ตลาดกลาง',
'Max. users:' => 'แม็กซ์ ผู้ใช้:',
'Module directory %modulePath% is not writeable!' => 'ไดเรกทอรีโมดูล %modulePath% ไม่สามารถเขียนได้',
'Module download failed! (%error%)' => 'การดาวน์โหลดโมดูลล้มเหลว! (%ผิดพลาด%)',
'Module licence added!
'Module license added!
' => 'เพิ่มใบอนุญาตโมดูลแล้ว',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => 'รหัสใบอนุญาตของโมดูลไม่สามารถเว้นว่างได้',
'Module not found!
' => 'ไม่พบโมดูล',
@ -77,7 +77,7 @@ The license was successfully removed!
'Ok' => 'ตกลง',
'Professional Edition is activated!' => 'เปิดใช้งานรุ่นมืออาชีพแล้ว',
'Register' => 'ลงทะเบียน',
'Remove licence key' => 'ลบรหัสใบอนุญาต',
'Remove license key' => 'ลบรหัสใบอนุญาต',
'Save and update' => 'บันทึกและอัปเดต',
'Search' => 'ค้นหา',
'Search...' => 'ค้นหา...',
@ -95,7 +95,7 @@ The license was successfully removed!
'Version:' => 'รุ่น:',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add License Key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All modules' => '',
'Allow module versions in beta status' => '',
@ -110,7 +110,7 @@ The license was successfully removed!
'Featured' => '',
'Find all the modules you can add to your network in our HumHub Marketplace. Discover numerous add-ons and features that customize the software and give you the possibility to configure your network to your needs.' => '',
'Great!' => '',
'Invalid module licence key!' => '',
'Invalid module license key!' => '',
'Learn more' => '',
'Marketplace is disabled.' => '',
'Module "{moduleName}" has been updated to version {newVersion} successfully.' => '',
@ -119,7 +119,7 @@ The license was successfully removed!
'Module Administration' => '',
'Module configuration' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module license added!' => '',
'Module not found or enabled!
' => '',
'No modules found.' => '',

View File

@ -30,8 +30,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => 'Profesyonel Sürümünüzü <strong>etkinleştirin</strong>',
'<strong>General</strong> Settings' => '<strong>Genel</strong> Ayarlar',
'A new update is available (HumHub %version%)!' => 'Yeni bir güncelleme mevcut (HumHub %version%)!',
'Add Licence Key' => 'Lisans Anahtarı Ekle',
'Add purchased module by licence key' => 'Satın alınan lisans anahtarı ile modül ekle',
'Add License Key' => 'Lisans Anahtarı Ekle',
'Add purchased module by license key' => 'Satın alınan lisans anahtarı ile modül ekle',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => 'Gerekli modülü kurduktan sonra tek yapmanız gereken onu etkinleştirmek. Bundan sonra modülü veya işlevi anında kullanmaya başlayabilirsiniz. Lütfen bazı modüllerin kullanımdan önce yapılandırılması gerektiğini unutmayın.',
'All' => 'Hepsi',
'All {moduleId} module content will be deleted. Continue?' => 'Tüm {moduleId} modül içeriği silinecek. Devam etmek?',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => 'HumHub API\'sine bağlanılamadı!',
'Could not connect to HumHub API!
' => 'HumHub API\'sine bağlanılamadı!',
'Could not connect to licence server!' => 'Lisans sunucusuna bağlanılamadı!',
'Could not connect to license server!' => 'Lisans sunucusuna bağlanılamadı!',
'Could not extract module!' => 'Modül çıkarılamadı!',
'Could not find requested module!' => 'İstenen modül bulunamadı!',
'Could not find the requested module!' => 'İstenilen modül bulunamadı!',
'Could not remove old module path!' => 'Eski modül yolu kaldırılamadı!',
'Could not update licence. Error: ' => 'Lisans güncellenemedi. Hata:',
'Could not update license. Error: ' => 'Lisans güncellenemedi. Hata:',
'Deprecated' => 'Kullanımdan kaldırıldı',
'Download of module failed!' => 'Modülü indirme başarısız oldu!',
'Edit licence' => 'Lisansı düzenle',
'Edit license' => 'Lisansı düzenle',
'Enable' => 'Etkinleştir',
'Enable now' => 'Şimdi aktifleştir',
'Enabled' => 'Aktif',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Bilgi',
'Install' => 'Yükle',
'Installed' => 'Yüklendi',
'Invalid module licence key!' => 'Geçersiz modül lisans anahtarı!',
'Invalid module licence key!
'Invalid module license key!' => 'Geçersiz modül lisans anahtarı!',
'Invalid module license key!
' => 'Geçersiz modül lisans anahtarı!',
'Latest version:' => 'Son versiyon:',
'Learn more' => 'Daha fazla bilgi edin',
'Licence Key:' => 'Lisans Anahtarı:',
'Licence key' => 'Lisans anahtarı',
'Licenced for max. {number} users.' => 'Maksimum {number} kullanıcı sayısına lisanslıdır.',
'Licenced to:' => 'Lisanslı:',
'License Key:' => 'Lisans Anahtarı:',
'License key' => 'Lisans anahtarı',
'Licensed for max. {number} users.' => 'Maksimum {number} kullanıcı sayısına lisanslıdır.',
'Licensed to:' => 'Lisanslı:',
'License not found or expired. Please contact the module publisher.' => 'Lisans bulunamadı veya süresi dolmuş. Lütfen modül yayıncısıyla iletişime geçin.',
'Marketplace' => 'Pazar yeri',
'Marketplace is disabled.' => 'Pazaryeri devre dışı bırakıldı.',
@ -106,10 +106,10 @@ The license was successfully removed!
'Module Administration' => '',
'Module configuration' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -121,7 +121,7 @@ The license was successfully removed!
'Partner' => '',
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Stop updating' => '',
'The HumHub project does not guarantee the functionality, quality or the continuous development of this Module.' => '',

View File

@ -38,8 +38,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All modules' => '',
'All {moduleId} module content will be deleted. Continue?' => '',
@ -54,15 +54,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable now' => '',
'Enabled' => '',
'Featured' => '',
@ -73,15 +73,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -94,10 +94,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -117,7 +117,7 @@ The license was successfully removed!
'Partner' => '',
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Stop updating' => '',
'The HumHub project does not guarantee the functionality, quality or the continuous development of this Module.' => '',

View File

@ -31,8 +31,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '',
'All modules' => '',
@ -48,15 +48,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '',
'Enable now' => '',
'Enabled' => '',
@ -68,15 +68,15 @@ The license was successfully removed!
'Information' => '',
'Install' => '',
'Installed' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -89,10 +89,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -113,7 +113,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => '',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '',
'Add License Key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => 'Tất cả',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => 'Không thể tìm thấy module!',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable' => 'Kích hoạt',
'Enable now' => '',
'Enabled' => 'Đã được kích hoạt',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => 'Thông tin',
'Install' => '',
'Installed' => 'Đã cài đặt',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => 'Đăng ký',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => 'Tìm kiếm',
'Search...' => '',

View File

@ -29,8 +29,8 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add Licence Key' => '',
'Add purchased module by licence key' => '通过许可证密钥添加所购买的模块',
'Add License Key' => '',
'Add purchased module by license key' => '通过许可证密钥添加所购买的模块',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All' => '所有',
'All modules' => '',
@ -46,15 +46,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '无法提取模块!',
'Could not find requested module!' => '找不到请求的模块',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '下载模块失败!',
'Edit licence' => '',
'Edit license' => '',
'Enable' => '生效',
'Enable now' => '',
'Enabled' => '启用',
@ -66,15 +66,15 @@ The license was successfully removed!
'Information' => '信息',
'Install' => '安装',
'Installed' => '已安装',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '最新版本:',
'Learn more' => '',
'Licence Key:' => '许可证密钥',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '许可证密钥',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -87,10 +87,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '模块目录%modulePath%不可写',
'Module download failed! (%error%)' => '组件下载失败! (%error%)',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',
@ -111,7 +111,7 @@ The license was successfully removed!
'Professional Edition' => '',
'Professional Edition is activated!' => '',
'Register' => '注册',
'Remove licence key' => '',
'Remove license key' => '',
'Save and update' => '',
'Search' => '搜 索',
'Search...' => '',

View File

@ -13,7 +13,7 @@ Module successfully enabled!
'--- Enable module: {moduleId} ---
' => '--- 啟用模組: {moduleId} ---',
'Add Licence Key' => '添加授權碼',
'Add License Key' => '添加授權碼',
'All' => '所有結果',
'Configure' => '設定',
'Enable' => '啟用',
@ -24,7 +24,7 @@ Module successfully enabled!
' => '找不到模組!',
'New' => '新建',
'Register' => '註冊',
'Remove licence key' => '移除授權碼',
'Remove license key' => '移除授權碼',
'Save and update' => '保存且更新',
'Search' => '搜尋',
'Search...' => '搜尋...',
@ -57,7 +57,7 @@ The license was successfully removed!
'<strong>Activate</strong> your Professional Edition' => '',
'<strong>General</strong> Settings' => '',
'A new update is available (HumHub %version%)!' => '',
'Add purchased module by licence key' => '',
'Add purchased module by license key' => '',
'After installing the required module, all you have to do is activate it. After that you can instantly start using the module or function. Please note that some modules need to be configured before use.' => '',
'All modules' => '',
'All {moduleId} module content will be deleted. Continue?' => '',
@ -71,15 +71,15 @@ The license was successfully removed!
'Could not connect to HumHub API!' => '',
'Could not connect to HumHub API!
' => '',
'Could not connect to licence server!' => '',
'Could not connect to license server!' => '',
'Could not extract module!' => '',
'Could not find requested module!' => '',
'Could not find the requested module!' => '',
'Could not remove old module path!' => '',
'Could not update licence. Error: ' => '',
'Could not update license. Error: ' => '',
'Deprecated' => '',
'Download of module failed!' => '',
'Edit licence' => '',
'Edit license' => '',
'Enable now' => '',
'Featured' => '',
'Find all the modules you can add to your network in our HumHub Marketplace. Discover numerous add-ons and features that customize the software and give you the possibility to configure your network to your needs.' => '',
@ -87,15 +87,15 @@ The license was successfully removed!
'If this Module is additionally marked as <strong>"Community"</strong> it is neither tested nor monitored by the HumHub project team.' => '',
'Information' => '',
'Install' => '',
'Invalid module licence key!' => '',
'Invalid module licence key!
'Invalid module license key!' => '',
'Invalid module license key!
' => '',
'Latest version:' => '',
'Learn more' => '',
'Licence Key:' => '',
'Licence key' => '',
'Licenced for max. {number} users.' => '',
'Licenced to:' => '',
'License Key:' => '',
'License key' => '',
'Licensed for max. {number} users.' => '',
'Licensed to:' => '',
'License not found or expired. Please contact the module publisher.' => '',
'Marketplace' => '',
'Marketplace is disabled.' => '',
@ -108,10 +108,10 @@ The license was successfully removed!
'Module directory %modulePath% is not writeable!' => '',
'Module download failed! (%error%)' => '',
'Module is <strong>installing...</strong>' => '',
'Module licence added!' => '',
'Module licence added!
'Module license added!' => '',
'Module license added!
' => '',
'Module licence key cannot be empty!
'Module license key cannot be empty!
' => '',
'Module not found or enabled!
' => '',

View File

@ -20,17 +20,17 @@ class Licence extends Model
public const LICENCE_TYPE_PRO = 'pro';
/**
* @var string the licence type
* @var string the license type
*/
public $type;
/**
* @var string the licence key
* @var string the license key
*/
public $licenceKey;
/**
* @var string name of the licensee
* @var string name of the license
*/
public $licencedTo;
@ -65,13 +65,13 @@ class Licence extends Model
public function attributeLabels()
{
return [
'licenceKey' => Yii::t('MarketplaceModule.base', 'Licence key'),
'licenceKey' => Yii::t('MarketplaceModule.base', 'License key'),
];
}
/**
* Registers the licence
* Registers the license
*
* @return bool
*/
@ -80,7 +80,7 @@ class Licence extends Model
$result = LicenceManager::request('v1/pro/register', ['licenceKey' => $this->licenceKey]);
if (empty($result) || !is_array($result) || !isset($result['status'])) {
$this->addError('licenceKey', Yii::t('MarketplaceModule.base', 'Could not connect to licence server!'));
$this->addError('licenceKey', Yii::t('MarketplaceModule.base', 'Could not connect to license server!'));
return false;
}
@ -89,7 +89,7 @@ class Licence extends Model
}
LicenceManager::remove();
$this->addError('licenceKey', Yii::t('MarketplaceModule.base', 'Could not update licence. Error: ') . $result['message']);
$this->addError('licenceKey', Yii::t('MarketplaceModule.base', 'Could not update license. Error: ') . $result['message']);
return false;
}

View File

@ -51,12 +51,12 @@ class MarketplaceService
if ($response['status'] !== 'ok' && $response['status'] !== 'created') {
$result['hasError'] = true;
$result['message'] = Yii::t('MarketplaceModule.base', 'Invalid module licence key!');
$result['message'] = Yii::t('MarketplaceModule.base', 'Invalid module license key!');
return $result;
}
$result['licenceKey'] = '';
$result['message'] = Yii::t('MarketplaceModule.base', 'Module licence added!');
$result['message'] = Yii::t('MarketplaceModule.base', 'Module license added!');
return $result;
}

View File

@ -27,7 +27,7 @@ use yii\widgets\ActiveForm;
</strong><br/>
<?= Yii::t(
'MarketplaceModule.base',
'Licenced for max. {number} users.',
'Licensed for max. {number} users.',
['number' => $model->maxUsers]
); ?>
</p>
@ -61,11 +61,10 @@ use yii\widgets\ActiveForm;
<?php if ($model->type === Licence::LICENCE_TYPE_PRO): ?>
<a href="<?= Url::to(['/marketplace/licence/remove']); ?>" class="pull-right">
<small><?= Yii::t('MarketplaceModule.base', 'Remove licence key'); ?></small>
<small><?= Yii::t('MarketplaceModule.base', 'Remove license key'); ?></small>
</a>
<?php endif; ?>
</div>
</div>

View File

@ -5,8 +5,8 @@ use humhub\modules\marketplace\assets\Assets;
use humhub\widgets\Button;
use humhub\widgets\Link;
use yii\base\View;
use yii\helpers\Url;
use yii\helpers\Html;
use yii\helpers\Url;
/* @var Module[] $modules */
/* @var string $licenceKey */
@ -21,7 +21,7 @@ Assets::register($this);
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h4 class="modal-title" id="myModalLabel">
<?= Yii::t('MarketplaceModule.base', 'Add Licence Key'); ?>
<?= Yii::t('MarketplaceModule.base', 'Add License Key'); ?>
</h4>
</div>
<div class="modal-body">
@ -31,7 +31,7 @@ Assets::register($this);
<div class="row">
<div class="col-md-12">
<div class="form-group form-group-search">
<?= Html::textInput('licenceKey', $licenceKey, ['class' => 'form-control form-search', 'placeholder' => Yii::t('MarketplaceModule.base', 'Add purchased module by licence key')]); ?>
<?= Html::textInput('licenceKey', $licenceKey, ['class' => 'form-control form-search', 'placeholder' => Yii::t('MarketplaceModule.base', 'Add purchased module by license key')]); ?>
<?= Button::defaultType(Yii::t('MarketplaceModule.base', 'Register'))
->submit()
->action('marketplace.registerLicenceKey')
@ -80,7 +80,7 @@ Assets::register($this);
<?php endif; ?>
<?= Html::a(Yii::t('MarketplaceModule.base', 'More info'), $module['marketplaceUrl'], ['target' => '_blank']); ?>
&middot; <?= Yii::t('MarketplaceModule.base', 'Latest version:'); ?> <?= $module['latestVersion']; ?>
&middot; <?= Yii::t('MarketplaceModule.base', 'Licence Key:'); ?> <?= $module['licence_key']; ?>
&middot; <?= Yii::t('MarketplaceModule.base', 'License Key:'); ?> <?= $module['licence_key']; ?>
</div>
</div>
</div>

View File

@ -42,7 +42,7 @@ class ModuleControls extends Menu
if ($this->module->isNonFree) {
$this->addEntry(new MenuLink([
'id' => 'marketplace-licence-key',
'label' => Yii::t('MarketplaceModule.base', 'Add Licence Key'),
'label' => Yii::t('MarketplaceModule.base', 'Add License Key'),
'url' => ['/marketplace/purchase'],
'htmlOptions' => ['data-target' => '#globalModal'],
'icon' => 'key',

View File

@ -37,7 +37,7 @@ class Settings extends Menu
]));
$this->addEntry(new MenuLink([
'label' => Yii::t('MarketplaceModule.base', 'Add Licence Key'),
'label' => Yii::t('MarketplaceModule.base', 'Add License Key'),
'url' => ['/marketplace/purchase'],
'htmlOptions' => ['data-target' => '#globalModal'],
'icon' => 'key',

View File

@ -14,14 +14,14 @@ use humhub\widgets\Button;
<?= Html::img(Yii::getAlias('@web-static/img/humhub_pro.jpg'), ['style' => 'height:124px']) ?>
</div>
<div class="pull-right">
<?= Button::primary(Yii::t('MarketplaceModule.base', 'Edit licence'))
<?= Button::primary(Yii::t('MarketplaceModule.base', 'Edit license'))
->link(['/marketplace/licence'])->icon('cogs')->sm() ?>
</div>
<span style="font-size:36px">HumHub&nbsp;&nbsp;</span><span style="font-size:24px">Professional Edition</span><br/>
<span
style="font-size:18px"><?= Yii::t('MarketplaceModule.base', 'Version:') ?> <?= Html::encode(Yii::$app->version) ?></span><br/>
<span
style="font-size:18px"><?= Yii::t('MarketplaceModule.base', 'Licenced to:') ?> <?= Html::encode($licence->licencedTo) ?></span><br/>
style="font-size:18px"><?= Yii::t('MarketplaceModule.base', 'Licensed to:') ?> <?= Html::encode($licence->licencedTo) ?></span><br/>
<span
style="font-size:18px"><?= Yii::t('MarketplaceModule.base', 'Max. users:') ?> <?= Html::encode($licence->maxUsers) ?></span><br/>
</div>

View File

@ -1,7 +1,6 @@
<?php
use humhub\modules\ui\view\components\View;
use yii\helpers\Url;
/* @var $this View */
?>
@ -15,7 +14,7 @@ use yii\helpers\Url;
style="font-size:18px"><?= Yii::t('MarketplaceModule.base', 'Version:'); ?> <?= Yii::$app->version ?></span><br/>
<?php if (!empty($licence->licencedTo)): ?>
<span
style="font-size:18px"><?= Yii::t('MarketplaceModule.base', 'Licenced to:'); ?> <?= $licence->licencedTo; ?></span>
style="font-size:18px"><?= Yii::t('MarketplaceModule.base', 'Licensed to:'); ?> <?= $licence->licencedTo; ?></span>
<br/>
<?php endif; ?>
<?php if (!empty($licence->maxUsers)): ?>