mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 22:58:06 +01:00
Merge branch 'master' of github.com:humhub/humhub
This commit is contained in:
commit
591bbb6e11
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@ return array (
|
||||
'<strong>Latest</strong> updates' => '<strong>آخر</strong> التحديثات',
|
||||
'Account settings' => 'إعدادات الحساب',
|
||||
'Administration' => 'الإدارة',
|
||||
'Allow' => '',
|
||||
'Allow' => 'السماح',
|
||||
'Back' => 'عودة',
|
||||
'Back to dashboard' => 'عودة لسطح المكتب',
|
||||
'Choose language:' => 'خيارات اللغه:',
|
||||
@ -12,7 +12,7 @@ return array (
|
||||
'Could not determine content container!' => 'لم يمكن تحديد content container!',
|
||||
'Could not find content of addon!' => 'لم يمكن ايجاد محتويات الإضافة',
|
||||
'Default' => '',
|
||||
'Deny' => '',
|
||||
'Deny' => 'رفض',
|
||||
'Error' => 'خطأ',
|
||||
'Expand' => 'توسعة',
|
||||
'It looks like you may have taken the wrong turn.' => 'يبدو انك أتيت للصفحة الخطأ',
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@ return array (
|
||||
'<strong>Latest</strong> updates' => 'Atualizações',
|
||||
'Account settings' => 'Configurações da conta',
|
||||
'Administration' => 'Administração',
|
||||
'Allow' => '',
|
||||
'Allow' => 'Permitir',
|
||||
'Back' => 'Voltar',
|
||||
'Back to dashboard' => 'Voltar para o painel',
|
||||
'Choose language:' => 'Escolha o idioma:',
|
||||
@ -11,8 +11,8 @@ return array (
|
||||
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => 'Conteúdo fonte Addon deve ser instância de HActiveRecordContent ou HActiveRecordContentAddon!',
|
||||
'Could not determine content container!' => 'Não foi possível determinar o conteúdo!',
|
||||
'Could not find content of addon!' => 'Não foi possível encontrar o conteúdo !',
|
||||
'Default' => '',
|
||||
'Deny' => '',
|
||||
'Default' => 'Padrão',
|
||||
'Deny' => 'Recusar',
|
||||
'Error' => 'Erro',
|
||||
'Expand' => 'Expandir',
|
||||
'It looks like you may have taken the wrong turn.' => 'Parece que você pode ter tomado o caminho errado.',
|
||||
@ -27,7 +27,7 @@ return array (
|
||||
'Next' => 'Avançar',
|
||||
'Ok' => 'Ok',
|
||||
'Oooops...' => 'Oooops...',
|
||||
'Please type at least 3 characters' => '',
|
||||
'Please type at least 3 characters' => 'Por favor digite pelo menos 3 caracteres',
|
||||
'Save' => 'Salvar',
|
||||
'Search' => 'Busca',
|
||||
'Search for users and spaces' => 'Busca por usuários e espaços',
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -19,5 +19,7 @@
|
||||
return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Save' => 'Uložit',
|
||||
];
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Uložit',
|
||||
];
|
||||
|
@ -22,6 +22,7 @@ return [
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
|
@ -1,6 +1,25 @@
|
||||
<?php
|
||||
return array (
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Save' => 'حفظ',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Save' => 'حفظ',
|
||||
];
|
||||
|
@ -1,4 +1,22 @@
|
||||
<?php
|
||||
return array (
|
||||
'Save' => 'حفظ',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'حفظ',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => '',
|
||||
'Add new user' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => 'نظرة شاملة',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
'never' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Actions' => '',
|
||||
'Add new user' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Send invite' => '',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
'never' => '',
|
||||
'Overview' => 'نظرة شاملة',
|
||||
];
|
||||
|
@ -1,6 +1,25 @@
|
||||
<?php
|
||||
return array (
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Save' => 'Запази',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Save' => 'Запази',
|
||||
];
|
||||
|
@ -1,4 +1,22 @@
|
||||
<?php
|
||||
return array (
|
||||
'Save' => 'Запази',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Запази',
|
||||
];
|
||||
|
@ -22,6 +22,7 @@ return [
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
|
@ -19,5 +19,7 @@
|
||||
return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Save' => 'Desa',
|
||||
];
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Desa',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => '',
|
||||
'Add new user' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Settings' => 'Configuració',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
'never' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Actions' => '',
|
||||
'Add new user' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
'never' => '',
|
||||
'Settings' => 'Configuració',
|
||||
];
|
||||
|
@ -17,6 +17,8 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => 'Nejmenší možná hodnota je 20 sekund. Není-li nastaveno, sezení vyprší po 1400 sekundách (24 minut; výchozí expirace sezení)',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => 'Použije se jen pokud je omezen přístup neautentizovaným uživatelům. Dotkne se pouze nově registrovaných uživatelů.',
|
||||
'Save' => 'Uložit',
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Uložit',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => '',
|
||||
'Add new user' => 'Přidat nového uživatele',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => 'Přehled',
|
||||
'Settings' => 'Nastavení',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => 'Uživatelé',
|
||||
'never' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Actions' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Send invite' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'never' => '',
|
||||
'Add new user' => 'Přidat nového uživatele',
|
||||
'Overview' => 'Přehled',
|
||||
'Settings' => 'Nastavení',
|
||||
'Users' => 'Uživatelé',
|
||||
];
|
||||
|
@ -17,6 +17,8 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => 'Minumum værdi er 20 sekunder. Hvis den ikke er sat, vil sessioner udløbe efter 1400 sekunder (24 minutter) uanset aktivitet (standard session-udløb)',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => 'Kun tilgængelig ved begrænset adgang for ikke-autentificeret brugere hvis aktiveret. Påvirker kun nye brugere.',
|
||||
'Save' => 'Gem',
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Gem',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => '',
|
||||
'Add new user' => 'Tilføj ny bruger',
|
||||
'Group Manager' => '',
|
||||
'Last login' => 'Seneste login',
|
||||
'Overview' => 'Oversigt',
|
||||
'Settings' => 'Indstillinger',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => 'Brugere',
|
||||
'never' => 'Aldrig',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Actions' => '',
|
||||
'Group Manager' => '',
|
||||
'Send invite' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Add new user' => 'Tilføj ny bruger',
|
||||
'Last login' => 'Seneste login',
|
||||
'Overview' => 'Oversigt',
|
||||
'Settings' => 'Indstillinger',
|
||||
'Users' => 'Brugere',
|
||||
'never' => 'Aldrig',
|
||||
];
|
||||
|
@ -2,9 +2,9 @@
|
||||
return array (
|
||||
'About' => 'Benutzerdetails',
|
||||
'Add purchased module by licence key' => 'Erworbene Module per Linzenschlüssel hinzufügen',
|
||||
'Admin' => '',
|
||||
'Admin' => 'Administrator',
|
||||
'Administration' => 'Administration',
|
||||
'Approval' => '',
|
||||
'Approval' => 'Bestätigung',
|
||||
'Authentication' => 'Authentifizierung',
|
||||
'Basic' => 'Allgemein',
|
||||
'Caching' => 'Caching',
|
||||
@ -13,9 +13,9 @@ return array (
|
||||
'Files' => 'Dateien',
|
||||
'Groups' => 'Gruppen',
|
||||
'Logging' => 'Protokollierung',
|
||||
'Mailing' => '',
|
||||
'Mailing' => 'E-Mails',
|
||||
'Modules' => 'Module',
|
||||
'OEmbed providers' => '',
|
||||
'OEmbed providers' => 'OEmbed-Provider',
|
||||
'Proxy' => 'Proxy',
|
||||
'Security' => 'Sicherheit',
|
||||
'Self test' => 'Selbsttest',
|
||||
|
@ -1,23 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Group user not found!' => '',
|
||||
'No value found!' => '',
|
||||
'Group not found!' => 'Gruppe nicht gefunden!',
|
||||
];
|
||||
return array (
|
||||
'Group not found!' => 'Gruppe nicht gefunden!',
|
||||
'Group user not found!' => 'Benutzer in Gruppe nicht gefunden! ',
|
||||
'No value found!' => 'Wert nicht gefunden!',
|
||||
);
|
||||
|
@ -1,21 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Administrative group' => '',
|
||||
];
|
||||
return array (
|
||||
'Administrative group' => 'Administrations Gruppe',
|
||||
);
|
||||
|
@ -1,25 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'About HumHub' => '',
|
||||
'CronJobs' => '',
|
||||
'Database' => '',
|
||||
'Logging' => '',
|
||||
'Prerequisites' => '',
|
||||
];
|
||||
return array (
|
||||
'About HumHub' => 'Über HumHub',
|
||||
'CronJobs' => 'CronJobs',
|
||||
'Database' => 'Datenbank',
|
||||
'Logging' => 'Protokollierung',
|
||||
'Prerequisites' => 'Voraussetzungen',
|
||||
);
|
||||
|
@ -1,27 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Third-party' => '',
|
||||
'Installed' => 'Installiert',
|
||||
'No modules found!' => 'Keine Module gefunden!',
|
||||
'No purchased modules found!' => 'Keine gekauften Module gefunden!',
|
||||
'Register' => 'Registrieren',
|
||||
'Search' => 'Suchen',
|
||||
'search for available modules online' => 'verfügbare Module online suchen',
|
||||
];
|
||||
return array (
|
||||
'Installed' => 'Installiert',
|
||||
'No modules found!' => 'Keine Module gefunden!',
|
||||
'No purchased modules found!' => 'Keine gekauften Module gefunden!',
|
||||
'Register' => 'Registrieren',
|
||||
'Search' => 'Suchen',
|
||||
'Third-party' => 'Third-party',
|
||||
'search for available modules online' => 'verfügbare Module online suchen',
|
||||
);
|
||||
|
@ -2,5 +2,5 @@
|
||||
return array (
|
||||
'Ok' => 'Ok',
|
||||
'The HumHub developers provide no support for third-party modules and neighter give any guarantee about the suitability, functionality or security of this module.' => '',
|
||||
'Third-party disclaimer' => '',
|
||||
'Third-party disclaimer' => 'Third-party Disclaimer',
|
||||
);
|
||||
|
@ -1,21 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'There is a new HumHub Version ({version}) available.' => '',
|
||||
];
|
||||
return array (
|
||||
'There is a new HumHub Version ({version}) available.' => 'Es ist eine neue HumHub Version ({version}) verfügbar.',
|
||||
);
|
||||
|
@ -1,15 +1,15 @@
|
||||
<?php
|
||||
return array (
|
||||
'Advanced Settings' => '',
|
||||
'Appearance Settings' => '',
|
||||
'E-Mail Settings' => '',
|
||||
'Advanced Settings' => 'Erweiterte Einstellungen',
|
||||
'Appearance Settings' => 'Anzeige Einstellungen',
|
||||
'E-Mail Settings' => 'E-Mail Einstellungen',
|
||||
'General' => 'Allgemein',
|
||||
'General Settings' => 'Allgemeine Einstellungen',
|
||||
'Here you can configurate the e-mail behaviour and mail-server settings of your social network.' => '',
|
||||
'Here you can configurate the e-mail behaviour and mail-server settings of your social network.' => 'Hier kannst du das E-Mail Verhalten und die Mail-Server Einstellungen deines Sozialen Netzwerkes verwalten.',
|
||||
'Here you can configurate the registration behaviour and additinal user settings of your social network.' => '',
|
||||
'Here you can configure basic settings of your social network.' => 'Hier kannst du grundlegende Einstellungen deines sozialen Netzwerks konfigurieren.',
|
||||
'LDAP' => 'LDAP',
|
||||
'These settings refer to advanced topics of your social network.' => '',
|
||||
'These settings refer to advanced topics of your social network.' => 'Diese Einstellungen betreffen fortgeschrittene Themen deines sozialen Netzwerkes.',
|
||||
'These settings refer to the appearance of your social network.' => '',
|
||||
'User Settings' => '',
|
||||
'User Settings' => 'Benutzer Einstellungen',
|
||||
);
|
||||
|
@ -1,13 +1,13 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Information</strong>' => '',
|
||||
'<strong>Settings</strong> and Configuration' => '',
|
||||
'<strong>Information</strong>' => '<strong>Information</strong>',
|
||||
'<strong>Settings</strong> and Configuration' => '<strong>Einstellungen</strong> ',
|
||||
'<strong>User</strong> administration' => '<strong>Benutzer</strong> Administration',
|
||||
'Add new group' => '',
|
||||
'Add new group' => 'Neue Gruppe erstellen',
|
||||
'Back to overview' => 'Zurück zur Übersicht',
|
||||
'Groups' => 'Gruppen',
|
||||
'Manage group: {groupName}' => '',
|
||||
'Manage group: {groupName}' => 'Gruppe verwalten: {groupName}',
|
||||
'Overview' => 'Übersicht',
|
||||
'Pending approvals' => '',
|
||||
'Profiles' => '',
|
||||
'Pending approvals' => 'Ausstehende Bestätigungen',
|
||||
'Profiles' => 'Profile',
|
||||
);
|
||||
|
@ -1,23 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Pending user approvals' => '',
|
||||
'The following list contains all registered users awaiting an approval.' => '',
|
||||
'Actions' => 'Aktionen',
|
||||
];
|
||||
return array (
|
||||
'Actions' => 'Aktionen',
|
||||
'Pending user approvals' => 'Ausstehende Benutzerbestätigungen.',
|
||||
'The following list contains all registered users awaiting an approval.' => 'Die folgende Liste beinhaltet alle registrierten Benutzer mit einer ausstehenden Bestätigung.',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return array (
|
||||
'Create new group' => 'Erstelle neue Gruppe',
|
||||
'Create new group' => 'Neue Gruppe erstellen',
|
||||
'Members' => 'Mitglieder',
|
||||
'Permissions' => 'Berechtigungen',
|
||||
'Users can be assigned to different groups (e.g. teams, departments etc.) with specific standard spaces, group managers and permissions.' => '',
|
||||
'Users can be assigned to different groups (e.g. teams, departments etc.) with specific standard spaces, group managers and permissions.' => 'Benutzer können verschiedenen Gruppen hinzugefügt werden (z.B. Teams, Abteilungen etc.) mit jeweils spezifischen Standard-Spaces, Benutzer-mangern und Rechten.',
|
||||
);
|
||||
|
@ -1,30 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Disclaimer' => '',
|
||||
'<strong>Modules</strong> directory' => '<strong>Modul</strong> Verzeichnis',
|
||||
'Buy (%price%)' => 'Kaufen (%price%)',
|
||||
'Install' => 'Installieren',
|
||||
'Installing module...' => 'Installiere Modul...',
|
||||
'Latest compatible version:' => 'Letzte kompatible Version:',
|
||||
'Latest version:' => 'Letzte Version:',
|
||||
'Licence Key:' => 'Lizenzschlüssel',
|
||||
'More info' => 'Weitere Informationen',
|
||||
'No compatible module version found!' => 'Keine kompatible Version gefunden!',
|
||||
];
|
||||
return array (
|
||||
'<strong>Modules</strong> directory' => '<strong>Modul</strong> Verzeichnis',
|
||||
'Buy (%price%)' => 'Kaufen (%price%)',
|
||||
'Disclaimer' => 'Disclaimer',
|
||||
'Install' => 'Installieren',
|
||||
'Installing module...' => 'Installiere Modul...',
|
||||
'Latest compatible version:' => 'Letzte kompatible Version:',
|
||||
'Latest version:' => 'Letzte Version:',
|
||||
'Licence Key:' => 'Lizenzschlüssel',
|
||||
'More info' => 'Weitere Informationen',
|
||||
'No compatible module version found!' => 'Keine kompatible Version gefunden!',
|
||||
);
|
||||
|
@ -17,6 +17,8 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => 'Minimalwert 20 Sekunden. Wenn nicht gesetzt, läuft die Sitzung nach 1400 Sekunden (24 Minuten) ab, sofern keine Aktion durch geführt wird (Standardwert für den Ablauf der Sitzung)',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => 'Nur anwendbar, wenn der eingeschränkte Zugriff für nicht bestätigte Benutzer aktiviert wurde. Hat nur Auswirkungen auf neue Benutzer.',
|
||||
'Save' => 'Speichern',
|
||||
|
@ -6,7 +6,7 @@ return array (
|
||||
'Delete' => 'Löschen',
|
||||
'E.g. http://example.com/humhub' => 'z.B. http://example.com/humhub',
|
||||
'Friendship' => 'Freunschaften',
|
||||
'New users will automatically be added to these space(s).' => '',
|
||||
'New users will automatically be added to these space(s).' => 'Neue Benutzer werden automatisch zu diesen Space(s) hinzugefügt. ',
|
||||
'Save' => 'Speichern',
|
||||
'You\'re using no logo at the moment. Upload your logo now.' => 'Du benutzt momentan kein eigenes Logo. Lade dein eigenes Logo hoch.',
|
||||
);
|
||||
|
@ -1,23 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Enabled OEmbed providers' => '',
|
||||
'Add new provider' => 'Neuen Anbieter hinzufügen',
|
||||
'Currently no provider active!' => 'Aktuell sind keine Anbieter eingerichtet!',
|
||||
];
|
||||
return array (
|
||||
'Add new provider' => 'Neuen Anbieter hinzufügen',
|
||||
'Currently no provider active!' => 'Aktuell sind keine Anbieter eingerichtet!',
|
||||
'Enabled OEmbed providers' => 'Aktivierte OEmbed Anbieter',
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
return array (
|
||||
'Add OEmbed provider' => '',
|
||||
'Add OEmbed provider' => 'OEmbed Anbieter hinzufügen',
|
||||
'Back to overview' => 'Zurück zur Übersicht',
|
||||
'Delete' => 'Löschen',
|
||||
'Edit OEmbed provider' => '',
|
||||
'Edit OEmbed provider' => 'OEmbed Anbieter bearbeiten',
|
||||
'Save' => 'Speichern',
|
||||
'Url Prefix without http:// or https:// (e.g. youtube.com)' => 'Url Prefix OHNE http:// or https:// (Bsp.: youtube.com)',
|
||||
'Use %url% as placeholder for URL. Format needs to be JSON. (e.g. http://www.youtube.com/oembed?url=%url%&format=json)' => 'Benutze %url% als Platzhalter für die URL. Als Format muss JSON zurückgegeben werden. (Bsp.: http://www.youtube.de/oembed?url=%url%&format=json)',
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Speichern',
|
||||
];
|
||||
|
@ -1,26 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Here you can define your default settings for new spaces. These settings can be overwritten for each individual space.' => '',
|
||||
'This overview contains a list of each space with actions to view, edit and delete spaces.' => '',
|
||||
'<strong>Manage</strong> spaces' => '<strong>Verwalten</strong> der Spaces',
|
||||
'Actions' => 'Aktionen',
|
||||
'Overview' => 'Übersicht',
|
||||
'Settings' => 'Einstellungen',
|
||||
];
|
||||
return array (
|
||||
'<strong>Manage</strong> spaces' => '<strong>Verwalten</strong> der Spaces',
|
||||
'Actions' => 'Aktionen',
|
||||
'Here you can define your default settings for new spaces. These settings can be overwritten for each individual space.' => 'Hier kannst die allgemeinen Einstellungen für neue Spaces festlegen. Diese Einstellungen können für jeden einzelnen Space überschrieben werden. ',
|
||||
'Overview' => 'Übersicht',
|
||||
'Settings' => 'Einstellungen',
|
||||
'This overview contains a list of each space with actions to view, edit and delete spaces.' => 'Diese Übersicht enthält eine Liste mit allen Spaces mit der Möglichkeit sie an zu zeigen, zu editieren oder zu löschen',
|
||||
);
|
||||
|
@ -1,21 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Edit user: {name}' => '',
|
||||
];
|
||||
return array (
|
||||
'Edit user: {name}' => 'Benutzer editieren: {name}',
|
||||
);
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => 'Aktionen',
|
||||
'Add new user' => 'Neuen Benutzer hinzufügen',
|
||||
'Group Manager' => '',
|
||||
'Last login' => 'Letzter Login',
|
||||
'Overview' => 'Übersicht',
|
||||
'Settings' => 'Einstellungen',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => 'Benutzer',
|
||||
'never' => 'Nie',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Send invite' => '',
|
||||
'Actions' => 'Aktionen',
|
||||
'Add new user' => 'Neuen Benutzer hinzufügen',
|
||||
'Group Manager' => 'Gruppen Manager',
|
||||
'Last login' => 'Letzter Login',
|
||||
'Overview' => 'Übersicht',
|
||||
'Settings' => 'Einstellungen',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => 'Diese Übersicht enthält eine Liste mit allen Benutzern mit der Möglichkeit sie anzuzeigen, zu editieren oder zu löschen',
|
||||
'Users' => 'Benutzer',
|
||||
'never' => 'Nie',
|
||||
];
|
||||
|
@ -1,24 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Create new profile category' => '',
|
||||
'Edit profile category' => '',
|
||||
'Delete' => 'Löschen',
|
||||
'Save' => 'Speichern',
|
||||
];
|
||||
return array (
|
||||
'Create new profile category' => 'Erstelle eine neue Profil-Kategorie',
|
||||
'Delete' => 'Löschen',
|
||||
'Edit profile category' => 'Bearbeite die Profil-Kategorie',
|
||||
'Save' => 'Speichern',
|
||||
);
|
||||
|
@ -1,22 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Create new profile field' => '',
|
||||
'Edit profile field' => '',
|
||||
];
|
||||
return array (
|
||||
'Create new profile field' => 'Erstelle ein neues Profil-Feld',
|
||||
'Edit profile field' => 'Bearbeite das Profil-Feld',
|
||||
);
|
||||
|
@ -1,24 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Here you can create or edit profile categories and fields.' => '',
|
||||
'Manage profile attributes' => '',
|
||||
'Add new category' => 'Neue Kategorie hinzufügen',
|
||||
'Add new field' => 'Neues Feld hinzufügen',
|
||||
];
|
||||
return array (
|
||||
'Add new category' => 'Neue Kategorie hinzufügen',
|
||||
'Add new field' => 'Neues Feld hinzufügen',
|
||||
'Here you can create or edit profile categories and fields.' => 'Hier kannst du neue Profil-Kategorien und Felder erstellen oder bearbeiten.',
|
||||
'Manage profile attributes' => 'Verwalte die Profil-Attribute ',
|
||||
);
|
||||
|
@ -19,5 +19,7 @@
|
||||
return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Save' => 'Αποθήκευση',
|
||||
];
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Αποθήκευση',
|
||||
];
|
||||
|
@ -22,6 +22,7 @@ return [
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
|
@ -17,6 +17,8 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => 'El valor mínimo son 20 segundos. Si la casilla está vacía, la sesión se terminará automáticamente después de 1400 segundos (24 minutos) si no hay actividad.',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => 'Sólo aplicable cuando hay acceso limitado activado para los usuarios no autentificados. Sólo afecta a los usuarios nuevos.',
|
||||
'Save' => 'Guardar',
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Guardar',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => '',
|
||||
'Add new user' => 'Añadir nuevo usuario',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => 'Resúmen',
|
||||
'Settings' => 'Ajustes',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => 'Usuarios',
|
||||
'never' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Actions' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Send invite' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'never' => '',
|
||||
'Add new user' => 'Añadir nuevo usuario',
|
||||
'Overview' => 'Resúmen',
|
||||
'Settings' => 'Ajustes',
|
||||
'Users' => 'Usuarios',
|
||||
];
|
||||
|
@ -17,6 +17,8 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => 'کمترین مقدار ۲۰ ثانیه است. اگر مشخص نشدهباشد نشست کاری پس از ۱۴۰۰ ثانیه (۲۴ دقیقه) بدون در نظر گرفتن فعالیت بستهخواهد شد (مدت زمان پیشفرض نشست کاری)',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => 'فقط زمانی قابل اجراست که برای کاربران ثبتنشده دسترسی محدود وجود دارد. تنها روی کاربران جدید اثر میگذارد.',
|
||||
'Save' => 'ذخیره',
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'ذخیره',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => 'اعمال',
|
||||
'Add new user' => 'اضافه کردن کاربر جدید',
|
||||
'Group Manager' => 'مدیریت گروه ها',
|
||||
'Last login' => 'آخرین ورود',
|
||||
'Overview' => 'بررسی اجمالی',
|
||||
'Settings' => 'تنطیمات',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => 'این لیست دیدی کلی درباره کاربر های عضو شده می دهد',
|
||||
'Users' => 'کاربران',
|
||||
'never' => 'هرگز',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Send invite' => '',
|
||||
'Actions' => 'اعمال',
|
||||
'Add new user' => 'اضافه کردن کاربر جدید',
|
||||
'Group Manager' => 'مدیریت گروه ها',
|
||||
'Last login' => 'آخرین ورود',
|
||||
'Overview' => 'بررسی اجمالی',
|
||||
'Settings' => 'تنطیمات',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => 'این لیست دیدی کلی درباره کاربر های عضو شده می دهد',
|
||||
'Users' => 'کاربران',
|
||||
'never' => 'هرگز',
|
||||
];
|
||||
|
@ -17,6 +17,8 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => 'La valeur minimum est 20 secondes. Si non définie, la session expirera après 1400 secondes (24 minutes), quelle que soit l\'activité (expiration de session par défaut)',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => 'Applicable uniquement quand l\'accès limité pour les utilisateurs non authentifiés est activé. N\'affecte que les nouveaux utilisateurs.',
|
||||
'Save' => 'Enregistrer',
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Enregistrer',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => 'Actions',
|
||||
'Add new user' => 'Ajouter un utilisateur',
|
||||
'Group Manager' => 'Gestionnaire du groupe',
|
||||
'Last login' => 'Dernière connexion',
|
||||
'Overview' => 'Aperçu',
|
||||
'Settings' => 'Réglages',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => 'Utilisateurs',
|
||||
'never' => 'jamais',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Send invite' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Actions' => 'Actions',
|
||||
'Add new user' => 'Ajouter un utilisateur',
|
||||
'Group Manager' => 'Gestionnaire du groupe',
|
||||
'Last login' => 'Dernière connexion',
|
||||
'Overview' => 'Aperçu',
|
||||
'Settings' => 'Réglages',
|
||||
'Users' => 'Utilisateurs',
|
||||
'never' => 'jamais',
|
||||
];
|
||||
|
@ -20,4 +20,6 @@ return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Save' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
];
|
||||
|
@ -18,4 +18,5 @@
|
||||
*/
|
||||
return [
|
||||
'Save' => '',
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
];
|
||||
|
@ -22,6 +22,7 @@ return [
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
|
@ -20,4 +20,6 @@ return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Save' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
];
|
||||
|
@ -18,4 +18,5 @@
|
||||
*/
|
||||
return [
|
||||
'Save' => '',
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
];
|
||||
|
@ -22,6 +22,7 @@ return [
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
|
@ -1,6 +1,25 @@
|
||||
<?php
|
||||
return array (
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Save' => 'Simpan',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Save' => 'Simpan',
|
||||
];
|
||||
|
@ -1,4 +1,22 @@
|
||||
<?php
|
||||
return array (
|
||||
'Save' => 'Simpan',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Simpan',
|
||||
];
|
||||
|
@ -22,6 +22,7 @@ return [
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
|
@ -19,5 +19,7 @@
|
||||
return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Save' => 'Salva',
|
||||
];
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Salva',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => '',
|
||||
'Add new user' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => 'Panoramica',
|
||||
'Settings' => 'Impostazioni',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => 'Persone',
|
||||
'never' => 'mai',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Actions' => '',
|
||||
'Add new user' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Send invite' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Overview' => 'Panoramica',
|
||||
'Settings' => 'Impostazioni',
|
||||
'Users' => 'Persone',
|
||||
'never' => 'mai',
|
||||
];
|
||||
|
@ -19,5 +19,7 @@
|
||||
return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Save' => '保存',
|
||||
];
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => '保存',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => '',
|
||||
'Add new user' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Settings' => '設定',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => 'ユーザー',
|
||||
'never' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Actions' => '',
|
||||
'Add new user' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'never' => '',
|
||||
'Settings' => '設定',
|
||||
'Users' => 'ユーザー',
|
||||
];
|
||||
|
@ -20,4 +20,6 @@ return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Save' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
];
|
||||
|
@ -18,4 +18,5 @@
|
||||
*/
|
||||
return [
|
||||
'Save' => '',
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
];
|
||||
|
@ -22,6 +22,7 @@ return [
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
|
@ -17,6 +17,8 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => 'Minimali vertė yra 20 sekundžių. Jei nenustatyta, sesija baigsis po 1400 sekundžių (24 minučių) nepaisant veiksmo (numatytoji sesijos laiko baigtis)',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => 'Taikomas tik tada, kai limituotas priėjimas neatpažintiems vartotojams yra įjungtas. Tai liečia tik naujus vartotojus.',
|
||||
'Save' => 'Išsaugoti',
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Išsaugoti',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => '',
|
||||
'Add new user' => 'Pridėti naują vartotoją',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => 'Apžvalga',
|
||||
'Settings' => 'Nustatymai',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => 'Vartotojai',
|
||||
'never' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Actions' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Send invite' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'never' => '',
|
||||
'Add new user' => 'Pridėti naują vartotoją',
|
||||
'Overview' => 'Apžvalga',
|
||||
'Settings' => 'Nustatymai',
|
||||
'Users' => 'Vartotojai',
|
||||
];
|
||||
|
@ -19,5 +19,7 @@
|
||||
return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Save' => 'Lagre',
|
||||
];
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Lagre',
|
||||
];
|
||||
|
@ -22,6 +22,7 @@ return [
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
|
@ -17,6 +17,8 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => 'Minimum waarde is 20 seconden. Indien niet ingesteld, zal de sessie na 1400 seconden (24 minuten) verlopen, ongeacht activiteit.',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => 'Alleen van toepassing als beperkte toegang voor niet-geregistreerde gebruikers ingeschakeld is. Heeft alleen invloed op nieuwe gebruikers.',
|
||||
'Save' => 'Bewaar',
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Bewaar',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => '',
|
||||
'Add new user' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => 'Overzicht',
|
||||
'Settings' => 'Instellingen',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
'never' => '',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Actions' => '',
|
||||
'Add new user' => '',
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Send invite' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
'never' => '',
|
||||
'Overview' => 'Overzicht',
|
||||
'Settings' => 'Instellingen',
|
||||
];
|
||||
|
@ -17,6 +17,8 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => 'Minimalna wartość to 20 sekund. Jeśli puste, sesja zakończy się po 1400 sekundach (24 minuty) bez względu na aktywność.',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => 'Właściwe tylko dla ograniczonego dostępu dla niezarejestrowanych użytkowników. Dotyczy jedynie nowych użytkowników.',
|
||||
'Save' => 'Zapisz',
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Zapisz',
|
||||
];
|
||||
|
@ -1,12 +1,30 @@
|
||||
<?php
|
||||
return array (
|
||||
'Actions' => '',
|
||||
'Add new user' => 'Dodaj nowego użytkownika',
|
||||
'Group Manager' => '',
|
||||
'Last login' => 'Ostatnie logowanie',
|
||||
'Overview' => 'Przegląd',
|
||||
'Settings' => 'Ustawienia',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => 'Użytkownicy',
|
||||
'never' => 'nigdy',
|
||||
);
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Actions' => '',
|
||||
'Group Manager' => '',
|
||||
'Send invite' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Add new user' => 'Dodaj nowego użytkownika',
|
||||
'Last login' => 'Ostatnie logowanie',
|
||||
'Overview' => 'Przegląd',
|
||||
'Settings' => 'Ustawienia',
|
||||
'Users' => 'Użytkownicy',
|
||||
'never' => 'nigdy',
|
||||
];
|
||||
|
@ -19,5 +19,7 @@
|
||||
return [
|
||||
'Min value is 20 seconds. If not set, session will timeout after 1400 seconds (24 minutes) regardless of activity (default session timeout)' => '',
|
||||
'Only applicable when limited access for non-authenticated users is enabled. Only affects new users.' => '',
|
||||
'Visible for members only' => '',
|
||||
'Visible for members+guests' => '',
|
||||
'Save' => 'Guardar',
|
||||
];
|
||||
|
@ -17,5 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'You can add an statistics HTML code snippet - which will added to all rendered pags.' => '',
|
||||
'Save' => 'Guardar',
|
||||
];
|
||||
|
@ -22,6 +22,7 @@ return [
|
||||
'Group Manager' => '',
|
||||
'Last login' => '',
|
||||
'Overview' => '',
|
||||
'Send invite' => '',
|
||||
'Settings' => '',
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => '',
|
||||
'Users' => '',
|
||||
|
@ -2,26 +2,26 @@
|
||||
return array (
|
||||
'About' => 'Sobre',
|
||||
'Add purchased module by licence key' => '',
|
||||
'Admin' => '',
|
||||
'Admin' => 'Admin',
|
||||
'Administration' => 'Administração',
|
||||
'Approval' => '',
|
||||
'Authentication' => '',
|
||||
'Basic' => '',
|
||||
'Approval' => 'Aprovação',
|
||||
'Authentication' => 'Autenticação',
|
||||
'Basic' => 'Básico',
|
||||
'Caching' => 'Fazer cache',
|
||||
'Cronjobs' => '',
|
||||
'Design' => '',
|
||||
'Design' => 'Design',
|
||||
'Files' => 'Arquivos',
|
||||
'Groups' => 'Grupos',
|
||||
'Logging' => '',
|
||||
'Mailing' => '',
|
||||
'Modules' => 'Módulos',
|
||||
'OEmbed providers' => '',
|
||||
'OEmbed providers' => 'Provedores Oembed',
|
||||
'Proxy' => 'Proxy',
|
||||
'Security' => '',
|
||||
'Self test' => '',
|
||||
'Security' => 'Segurança',
|
||||
'Self test' => 'Auto teste',
|
||||
'Spaces' => 'Espaços',
|
||||
'Statistics' => 'Estatísticas',
|
||||
'User posts' => '',
|
||||
'Userprofiles' => '',
|
||||
'User posts' => 'Mensagens de usuários',
|
||||
'Userprofiles' => 'Perfis de usuário',
|
||||
'Users' => 'Usuários',
|
||||
);
|
||||
|
@ -1,23 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Group user not found!' => '',
|
||||
'No value found!' => '',
|
||||
'Group not found!' => 'Grupo não encontrado!',
|
||||
];
|
||||
return array (
|
||||
'Group not found!' => 'Grupo não encontrado!',
|
||||
'Group user not found!' => 'Grupo de usuário não encontrado!',
|
||||
'No value found!' => 'Valor não encontrado!',
|
||||
);
|
||||
|
@ -1,34 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Date input format' => '',
|
||||
'Default stream content order' => '',
|
||||
'Enable user friendship system' => '',
|
||||
'Sort by creation date' => '',
|
||||
'Sort by update date' => '',
|
||||
'Base URL' => 'URL base',
|
||||
'Default language' => 'Idioma padrão',
|
||||
'Default space' => 'Espaço padrão',
|
||||
'Invalid space' => 'Espaço inválido',
|
||||
'Logo upload' => 'Enviar logomarca',
|
||||
'Name of the application' => 'Nome da aplicação',
|
||||
'Server Timezone' => 'Fuso horário do servidor',
|
||||
'Show introduction tour for new users' => 'Mostrar tour de introdução para novos usuários',
|
||||
'Show user profile post form on dashboard' => 'Possibilitar ao usuário postar no painel',
|
||||
];
|
||||
return array (
|
||||
'Base URL' => 'URL base',
|
||||
'Date input format' => 'Formato de data',
|
||||
'Default language' => 'Idioma padrão',
|
||||
'Default space' => 'Espaço padrão',
|
||||
'Default stream content order' => 'Orden padrão do stream',
|
||||
'Enable user friendship system' => '',
|
||||
'Invalid space' => 'Espaço inválido',
|
||||
'Logo upload' => 'Enviar logomarca',
|
||||
'Name of the application' => 'Nome da aplicação',
|
||||
'Server Timezone' => 'Fuso horário do servidor',
|
||||
'Show introduction tour for new users' => 'Mostrar tour de introdução para novos usuários',
|
||||
'Show user profile post form on dashboard' => 'Possibilitar ao usuário postar no painel',
|
||||
'Sort by creation date' => 'Classificar por data de criação',
|
||||
'Sort by update date' => 'Classificar por data de atualização',
|
||||
);
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user