mirror of
https://github.com/humhub/humhub.git
synced 2025-03-04 15:19:06 +01:00
Merge branch 'master' into v0.21-dev
This commit is contained in:
commit
1622b601fd
@ -1,59 +1,42 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'<strong>Search</strong>' => '',
|
||||
'Could not find requested module!' => '@@De gevraagde module kon niet gevonden worden!@@',
|
||||
'Invalid request.' => '@@Ongeldig verzoek.@@',
|
||||
'Keyword:' => '@@Trefwoord:@@',
|
||||
'Nothing found with your input.' => '@@Niets gevonden met deze input.@@',
|
||||
'Results' => '@@Resultaten@@',
|
||||
'Show more results' => '@@Laat meer resultaten zien@@',
|
||||
'Sorry, nothing found!' => '@@Sorry, niets gevonden!@@',
|
||||
'Welcome to %appName%' => '@@Welkom bij %appName%@@',
|
||||
'<strong>Latest</strong> updates' => '<strong>Laatste</strong> updates',
|
||||
'Account settings' => 'Accountinstellingen',
|
||||
'Administration' => 'Administratie',
|
||||
'Back' => 'Terug',
|
||||
'Back to dashboard' => 'Terug naar dashboard',
|
||||
'Choose language:' => 'Kies een taal:',
|
||||
'Collapse' => 'Inklappen',
|
||||
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => 'Content Addon bron moet een instantie van HActiveRecordContent of HActiveRecordContentAddon zijn!',
|
||||
'Could not determine content container!' => 'De content container kon niet bepaald worden!',
|
||||
'Could not find content of addon!' => 'De inhoud van deze addon kon niet gevonden worden!',
|
||||
'Error' => 'Fout',
|
||||
'Expand' => 'Uitklappen',
|
||||
'Insufficent permissions to create content!' => 'Niet voldoende rechten om inhoud te plaatsen!',
|
||||
'It looks like you may have taken the wrong turn.' => 'Je hebt misschien de verkeerde afslag genomen.',
|
||||
'Language' => 'Taal',
|
||||
'Latest news' => 'Laatste nieuws',
|
||||
'Login' => 'Log in',
|
||||
'Logout' => 'Uitloggen',
|
||||
'Menu' => 'Menu',
|
||||
'Module is not on this content container enabled!' => 'Module is niet op deze inhoud container ingeschakeld!',
|
||||
'My profile' => 'Mijn profiel',
|
||||
'New profile image' => 'Nieuwe profielfoto',
|
||||
'Oooops...' => 'Oeps...',
|
||||
'Search' => 'Zoek',
|
||||
'Search for users and spaces' => 'Zoeken naar gebruikers en ruimtes',
|
||||
'Space not found!' => 'Ruimte niet gevonden!',
|
||||
'User Approvals' => 'Goedkeuren gebruikers',
|
||||
'User not found!' => 'Gebruiker niet gevonden!',
|
||||
'You cannot create public visible content!' => 'Je kan geen publiek zichtbare content plaatsen!',
|
||||
'Your daily summary' => 'Je dagelijkse samenvatting',
|
||||
];
|
||||
return array (
|
||||
'<strong>Latest</strong> updates' => '<strong>Laatste</strong> updates',
|
||||
'<strong>Search</strong>' => '<strong>Zoeken</strong>',
|
||||
'Account settings' => 'Accountinstellingen',
|
||||
'Administration' => 'Administratie',
|
||||
'Back' => 'Terug',
|
||||
'Back to dashboard' => 'Terug naar dashboard',
|
||||
'Choose language:' => 'Kies een taal:',
|
||||
'Collapse' => 'Inklappen',
|
||||
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => 'Content Addon bron moet een instantie van HActiveRecordContent of HActiveRecordContentAddon zijn!',
|
||||
'Could not determine content container!' => 'De content container kon niet bepaald worden!',
|
||||
'Could not find content of addon!' => 'De inhoud van deze addon kon niet gevonden worden!',
|
||||
'Could not find requested module!' => '@@De gevraagde module kon niet gevonden worden!@@',
|
||||
'Error' => 'Fout',
|
||||
'Expand' => 'Uitklappen',
|
||||
'Insufficent permissions to create content!' => 'Niet voldoende rechten om inhoud te plaatsen!',
|
||||
'Invalid request.' => '@@Ongeldig verzoek.@@',
|
||||
'It looks like you may have taken the wrong turn.' => 'Je hebt misschien de verkeerde afslag genomen.',
|
||||
'Keyword:' => '@@Trefwoord:@@',
|
||||
'Language' => 'Taal',
|
||||
'Latest news' => 'Laatste nieuws',
|
||||
'Login' => 'Log in',
|
||||
'Logout' => 'Uitloggen',
|
||||
'Menu' => 'Menu',
|
||||
'Module is not on this content container enabled!' => 'Module is niet op deze inhoud container ingeschakeld!',
|
||||
'My profile' => 'Mijn profiel',
|
||||
'New profile image' => 'Nieuwe profielfoto',
|
||||
'Nothing found with your input.' => '@@Niets gevonden met deze input.@@',
|
||||
'Oooops...' => 'Oeps...',
|
||||
'Results' => '@@Resultaten@@',
|
||||
'Search' => 'Zoeken',
|
||||
'Search for users and spaces' => 'Zoeken naar gebruikers en ruimtes',
|
||||
'Show more results' => '@@Laat meer resultaten zien@@',
|
||||
'Sorry, nothing found!' => '@@Sorry, niets gevonden!@@',
|
||||
'Space not found!' => 'Ruimte niet gevonden!',
|
||||
'User Approvals' => 'Goedkeuren gebruikers',
|
||||
'User not found!' => 'Gebruiker niet gevonden!',
|
||||
'Welcome to %appName%' => '@@Welkom bij %appName%@@',
|
||||
'You cannot create public visible content!' => 'Je kan geen publiek zichtbare content plaatsen!',
|
||||
'Your daily summary' => 'Je dagelijkse samenvatting',
|
||||
);
|
||||
|
@ -1,23 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'An internal server error occurred.' => '',
|
||||
'You are not allowed to perform this action.' => '',
|
||||
'<strong>Login</strong> required' => '<strong>Inloggen</strong> vereist',
|
||||
];
|
||||
return array (
|
||||
'<strong>Login</strong> required' => '<strong>Inloggen</strong> vereist',
|
||||
'An internal server error occurred.' => 'Er is een interne serverfout opgetreden.',
|
||||
'You are not allowed to perform this action.' => 'Je hebt niet de nodige rechten om deze actie uit te voeren.',
|
||||
);
|
||||
|
@ -1,25 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'Description' => '@@Beschreibung@@',
|
||||
'Group name' => '@@Gruppen Name@@',
|
||||
'Search for description' => '@@Suche nach Beschreibung@@',
|
||||
'Search for group name' => '@@Suche nach Gruppen Name@@',
|
||||
'<strong>Manage</strong> groups' => '<strong>Gruppen</strong-Verwaltung',
|
||||
];
|
||||
return array (
|
||||
'<strong>Manage</strong> groups' => '<strong>Gruppen</strong> Verwaltung',
|
||||
'Description' => '@@Beschreibung@@',
|
||||
'Group name' => '@@Gruppen Name@@',
|
||||
'Search for description' => '@@Suche nach Beschreibung@@',
|
||||
'Search for group name' => '@@Suche nach Gruppen Name@@',
|
||||
);
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
return array (
|
||||
'Create new group' => 'Erselle neue Gruppe',
|
||||
'Create new group' => 'Erstelle neue Gruppe',
|
||||
'You can split users into different groups (for teams, departments etc.) and define standard spaces and admins for them.' => 'Du kannst Benutzer in verschiedene Gruppen aufteilen (z.B. Teams, Abteilungen, usw.) und ihnen Standard Spaces und Admins zuweisen.',
|
||||
);
|
||||
|
@ -1,26 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'Could not delete comment!' => '@@Не удалось удалить комментарий!@@',
|
||||
'Invalid target class given' => '@@Указан неверный целевой класс!@@',
|
||||
'Model & Id Parameter required!' => '@@Необходимы Model & Id Parameter!@@',
|
||||
'Target not found!' => '@@Получатель не найден!@@',
|
||||
'Access denied!' => 'Доступ ограничен!',
|
||||
'Insufficent permissions!' => 'Недостаточно полномочий!',
|
||||
];
|
||||
return array (
|
||||
'Access denied!' => 'Доступ ограничен!',
|
||||
'Could not delete comment!' => 'Не удалось удалить комментарий!',
|
||||
'Insufficent permissions!' => 'Недостаточно полномочий!',
|
||||
'Invalid target class given' => 'Указан неверный целевой класс!',
|
||||
'Model & Id Parameter required!' => 'Необходимы Model & Id Parameter!',
|
||||
'Target not found!' => 'Получатель не найден!',
|
||||
);
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
return array (
|
||||
'Show all {total} comments.' => 'Показать все {total} комментарии.',
|
||||
'Show all {total} comments.' => 'Показать все {total} комментарии',
|
||||
);
|
||||
|
@ -1,24 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'<strong>Permalink</strong> to this page' => '',
|
||||
'<strong>Permalink</strong> to this post' => '<strong>Permalink</strong> naar dit bericht',
|
||||
'Permalink' => 'Permalink',
|
||||
'Close' => 'Sluiten',
|
||||
];
|
||||
return array (
|
||||
'<strong>Permalink</strong> to this page' => '<strong>Permalink</strong> naar deze pagina',
|
||||
'<strong>Permalink</strong> to this post' => '<strong>Permalink</strong> naar dit bericht',
|
||||
'Close' => 'Sluiten',
|
||||
'Permalink' => 'Permalink',
|
||||
);
|
||||
|
@ -1,42 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'No matches with your selected filters!' => '',
|
||||
'Nothing here yet!' => '',
|
||||
'<b>Nobody wrote something yet.</b><br>Make the beginning and post something...' => '@@<b>Er heeft nog niemand een bericht geschreven.</b><br>Wees de eerste en laat een bericht achter...@@',
|
||||
'<b>This profile stream is still empty</b>' => '@@<b>Er zijn nog geen profiel berichten!</b>@@',
|
||||
'<b>This space is still empty!</b><br>Start by posting something here...' => '@@<b>Deze space is nog leeg!</b><br>Begin met het plaatsen van een bericht...@@',
|
||||
'<b>Your dashboard is empty!</b><br>Post something on your profile or join some spaces!' => '@@<b>Je dashboard is leeg!</b><br>Plaats een bericht op je profiel of word lid van enkele ruimtes!@@',
|
||||
'<b>Your profile stream is still empty</b><br>Get started and post something...' => '@@<b>Je profiel bevat nog geen berichten</b><br>Begin met het plaatsen van een bericht...@@',
|
||||
'Nothing found which matches your current filter(s)!' => '@@Niets gevonden dat overeenkomt met de huidige filter(s)!@@',
|
||||
'Show all' => '@@Toon alles@@',
|
||||
'Back to stream' => 'Terug naar berichten',
|
||||
'Content with attached files' => 'Berichten met bestanden',
|
||||
'Created by me' => 'Aangemaakt door mij',
|
||||
'Creation time' => 'Aanmaak datum',
|
||||
'Filter' => 'Filter',
|
||||
'Include archived posts' => 'Inclusief gearchiveerde berichten',
|
||||
'Last update' => 'Laatste update',
|
||||
'Only private posts' => 'Alleen privé berichten',
|
||||
'Only public posts' => 'Alleen publieke berichten',
|
||||
'Posts only' => 'Alleen berichten',
|
||||
'Posts with links' => 'Berichten met links',
|
||||
'Sorting' => 'Sortering',
|
||||
'Where I´m involved' => 'Waar ik bij betrokken ben',
|
||||
];
|
||||
return array (
|
||||
'<b>Nobody wrote something yet.</b><br>Make the beginning and post something...' => '@@<b>Er heeft nog niemand een bericht geschreven.</b><br>Wees de eerste en laat een bericht achter...@@',
|
||||
'<b>This profile stream is still empty</b>' => '@@<b>Er zijn nog geen profiel berichten!</b>@@',
|
||||
'<b>This space is still empty!</b><br>Start by posting something here...' => '@@<b>Deze space is nog leeg!</b><br>Begin met het plaatsen van een bericht...@@',
|
||||
'<b>Your dashboard is empty!</b><br>Post something on your profile or join some spaces!' => '@@<b>Je dashboard is leeg!</b><br>Plaats een bericht op je profiel of word lid van enkele ruimtes!@@',
|
||||
'<b>Your profile stream is still empty</b><br>Get started and post something...' => '@@<b>Je profiel bevat nog geen berichten</b><br>Begin met het plaatsen van een bericht...@@',
|
||||
'Back to stream' => 'Terug naar berichten',
|
||||
'Content with attached files' => 'Berichten met bestanden',
|
||||
'Created by me' => 'Aangemaakt door mij',
|
||||
'Creation time' => 'Aanmaak datum',
|
||||
'Filter' => 'Filter',
|
||||
'Include archived posts' => 'Inclusief gearchiveerde berichten',
|
||||
'Last update' => 'Laatste update',
|
||||
'No matches with your selected filters!' => 'Geen resultaten met de geselecteerde filters!',
|
||||
'Nothing found which matches your current filter(s)!' => '@@Niets gevonden dat overeenkomt met de huidige filter(s)!@@',
|
||||
'Nothing here yet!' => 'Nog niets om weer te geven!',
|
||||
'Only private posts' => 'Alleen privé berichten',
|
||||
'Only public posts' => 'Alleen publieke berichten',
|
||||
'Posts only' => 'Alleen berichten',
|
||||
'Posts with links' => 'Berichten met links',
|
||||
'Show all' => '@@Toon alles@@',
|
||||
'Sorting' => 'Sortering',
|
||||
'Where I´m involved' => 'Waar ik bij betrokken ben',
|
||||
);
|
||||
|
@ -1,22 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'Dashboard' => '',
|
||||
'<b>Your dashboard is empty!</b><br>Post something on your profile or join some spaces!' => '<b>Je dashboard is leeg!</b><br>Plaats een bericht op je profiel of word lid van een aantal ruimtes!',
|
||||
];
|
||||
return array (
|
||||
'<b>Your dashboard is empty!</b><br>Post something on your profile or join some spaces!' => '<b>Je dashboard is leeg!</b><br>Plaats een bericht op je profiel of word lid van een aantal ruimtes!',
|
||||
'Dashboard' => 'Dashboard',
|
||||
);
|
||||
|
@ -1,21 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' 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 array (
|
||||
'Create Admin Account' => '',
|
||||
'Create Admin Account' => 'Crear compte d\'administrador',
|
||||
);
|
||||
|
@ -1,21 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' 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 array (
|
||||
'Name of your network' => '',
|
||||
'Name of your network' => 'Nom de la teva xarxa',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return array (
|
||||
'Hostname' => '',
|
||||
'Name of Database' => '',
|
||||
'Hostname' => 'Nom del amfitrió',
|
||||
'Name of Database' => 'Nom de la base de dates',
|
||||
'Password' => 'Contrasenya',
|
||||
'Username' => '',
|
||||
'Username' => 'Nom d\'usuari',
|
||||
);
|
||||
|
@ -1,22 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' 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 array (
|
||||
'<strong>Admin</strong> Account' => '',
|
||||
'You\'re almost done. In the last step you have to fill out the form to create an admin account. With this account you can manage the whole network.' => '',
|
||||
'<strong>Admin</strong> Account' => 'Compte <strong>Admin</strong>',
|
||||
'You\'re almost done. In the last step you have to fill out the form to create an admin account. With this account you can manage the whole network.' => 'Ja casi estas. En l\'últim pas has de omplir el formulari per crear un compte d\'administrador. Amb aquest compte podràs administrar tota la xarxa.',
|
||||
);
|
||||
|
@ -1,23 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' 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 array (
|
||||
'Next' => '',
|
||||
'Of course, your new social network needs a name. Please change the default name with one you like. (For example the name of your company, organization or club)' => '',
|
||||
'Social Network <strong>Name</strong>' => '',
|
||||
'Next' => 'Següent',
|
||||
'Of course, your new social network needs a name. Please change the default name with one you like. (For example the name of your company, organization or club)' => 'Es clas que sí, la teva nova xarxa social necessita un nom. Siusplau cambia el nom per defecte per un que t\'agradi més. (Per exemple el nom de la teva companyia, organització o club)',
|
||||
'Social Network <strong>Name</strong>' => 'Xarxa social <strong>Nom</strong>',
|
||||
);
|
||||
|
@ -1,24 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'<strong>Congratulations</strong>. You\'re done.' => '',
|
||||
'Sign in' => '',
|
||||
'The installation completed successfully! Have fun with your new social network.' => '',
|
||||
'<strong>Setup</strong> Complete' => '@@@@',
|
||||
];
|
||||
return array (
|
||||
'<strong>Congratulations</strong>. You\'re done.' => '<strong>Felicitats</strong>. Has acabat.',
|
||||
'<strong>Setup</strong> Complete' => '<strong>Instal·lació</strong> completa',
|
||||
'Sign in' => 'Entra',
|
||||
'The installation completed successfully! Have fun with your new social network.' => 'La instal·lació s\'ha completat correctament! Diverteix-te amb la teva nova xarxa social.',
|
||||
);
|
||||
|
@ -1,30 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'Initializing database...' => '',
|
||||
'Yes, database connection works!' => '@@Verbinding met database gelukt!@@',
|
||||
'<strong>Database</strong> Configuration' => '<strong>Database</strong> Configuratie',
|
||||
'Below you have to enter your database connection details. If you’re not sure about these, please contact your system administrator.' => 'Hieronder dien je informatie in te vullen voor de database connectie. Als je niet zeker weet wat je moet invullen, neem dan contact op met je systeemadministrator.',
|
||||
'Hostname of your MySQL Database Server (e.g. localhost if MySQL is running on the same machine)' => 'Hostnaam van je MySQL database server (Bijvoorbeeld localhost als MySQL op dezelfde server staat als HumHub)',
|
||||
'Next' => 'Volgende',
|
||||
'Ohh, something went wrong!' => 'Oei, er is iets misgelopen!',
|
||||
'The name of the database you want to run HumHub in.' => 'De naam van de database waar je HumHub in wil plaatsen.',
|
||||
'Your MySQL password.' => 'Je MySQL wachtwoord.',
|
||||
'Your MySQL username' => 'Je MySQL gebruikersnaam.',
|
||||
];
|
||||
return array (
|
||||
'<strong>Database</strong> Configuration' => '<strong>Database</strong> Configuratie',
|
||||
'Below you have to enter your database connection details. If you’re not sure about these, please contact your system administrator.' => 'Hieronder dien je informatie in te vullen voor de database connectie. Als je niet zeker weet wat je moet invullen, neem dan contact op met je systeemadministrator.',
|
||||
'Hostname of your MySQL Database Server (e.g. localhost if MySQL is running on the same machine)' => 'Hostnaam van je MySQL database server (Bijvoorbeeld localhost als MySQL op dezelfde server staat als HumHub)',
|
||||
'Initializing database...' => 'Databank initialiseren...',
|
||||
'Next' => 'Volgende',
|
||||
'Ohh, something went wrong!' => 'Oei, er is iets misgelopen!',
|
||||
'The name of the database you want to run HumHub in.' => 'De naam van de database waar je HumHub in wil plaatsen.',
|
||||
'Yes, database connection works!' => '@@Verbinding met database gelukt!@@',
|
||||
'Your MySQL password.' => 'Je MySQL wachtwoord.',
|
||||
'Your MySQL username' => 'Je MySQL gebruikersnaam.',
|
||||
);
|
||||
|
@ -1,32 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'Visible for all' => '@@Отображается для всех@@',
|
||||
' Invite and request' => 'Приглашение или запрос',
|
||||
'Could not delete user who is a space owner! Name of Space: {spaceName}' => 'Нельзя удалить владельца пространства. Пространство: {spaceName}',
|
||||
'Everyone can enter' => 'Каждый может вступить',
|
||||
'Invite and request' => 'Приглашение или запрос',
|
||||
'Only by invite' => 'Только по приглашению',
|
||||
'Private (Invisible)' => 'Приватное (Скрыто)',
|
||||
'Public (Members & Guests)' => 'Открыто (Участники & Гости)',
|
||||
'Public (Members only)' => 'Открыто (только участники)',
|
||||
'Public (Registered users only)' => 'Открыто (только для зарегистрированных)',
|
||||
'Public (Visible)' => 'Открыто (Отображается)',
|
||||
'Visible for all (members and guests)' => 'Отображается для всех (участники и гости)',
|
||||
];
|
||||
return array (
|
||||
' Invite and request' => 'Приглашение или запрос',
|
||||
'Could not delete user who is a space owner! Name of Space: {spaceName}' => 'Нельзя удалить владельца пространства. Пространство: {spaceName}',
|
||||
'Everyone can enter' => 'Каждый может вступить',
|
||||
'Invite and request' => 'Приглашение или запрос',
|
||||
'Only by invite' => 'Только по приглашению',
|
||||
'Private (Invisible)' => 'Приватное (Скрыто)',
|
||||
'Public (Members & Guests)' => 'Открыто (Участники & Гости)',
|
||||
'Public (Members only)' => 'Открыто (только участники)',
|
||||
'Public (Registered users only)' => 'Открыто (только для зарегистрированных)',
|
||||
'Public (Visible)' => 'Открыто (Отображается)',
|
||||
'Visible for all' => 'Отображается для всех',
|
||||
'Visible for all (members and guests)' => 'Отображается для всех (участники и гости)',
|
||||
);
|
||||
|
@ -1,24 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'Save' => '@@Сохранить@@',
|
||||
'Select the area of your image you want to save as user avatar and click <strong>Save</strong>.' => '@@Выберите область на изображении, которое вы хотите сохранить и нажмите <strong>Сохранить</strong>.@@',
|
||||
'<strong>Modify</strong> space image' => '<strong>Изменить</strong> изображение для пространства',
|
||||
'Close' => 'Закрыть',
|
||||
];
|
||||
return array (
|
||||
'<strong>Modify</strong> space image' => '<strong>Изменить</strong> изображение для пространства',
|
||||
'Close' => 'Закрыть',
|
||||
'Save' => 'Сохранить',
|
||||
'Select the area of your image you want to save as user avatar and click <strong>Save</strong>.' => 'Выберите область на изображении, которое вы хотите сохранить и нажмите <strong>Сохранить</strong>.',
|
||||
);
|
||||
|
@ -1,24 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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' => '@@Отправить@@',
|
||||
'<strong>Request</strong> space membership' => '<strong>Отправить</strong> запрос на вступление',
|
||||
'Close' => 'Закрыть',
|
||||
'Please shortly introduce yourself, to become an approved member of this space.' => 'Коротко представьтесь',
|
||||
];
|
||||
return array (
|
||||
'<strong>Request</strong> space membership' => '<strong>Отправить</strong> запрос на вступление',
|
||||
'Close' => 'Закрыть',
|
||||
'Please shortly introduce yourself, to become an approved member of this space.' => 'Коротко представьтесь',
|
||||
'Send' => 'Отправить',
|
||||
);
|
||||
|
@ -1,27 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'Archive' => '@@Архив@@',
|
||||
'Back to workspace' => '@@Вернуться к рабочей области@@',
|
||||
'Delete' => '@@Удалить@@',
|
||||
'<strong>Space</strong> preferences' => '<strong>Пространства</strong> настройки',
|
||||
'General' => 'Основной',
|
||||
'Members' => 'Члены',
|
||||
'Modules' => 'Модули',
|
||||
];
|
||||
return array (
|
||||
'<strong>Space</strong> preferences' => '<strong>Пространства</strong> настройки',
|
||||
'Archive' => 'Архив',
|
||||
'Back to workspace' => 'Вернуться к рабочей области',
|
||||
'Delete' => 'Удалить',
|
||||
'General' => 'Основной',
|
||||
'Members' => 'Члены',
|
||||
'Modules' => 'Модули',
|
||||
);
|
||||
|
@ -1,26 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'Admin' => '@@Администратор@@',
|
||||
'Members' => '@@Участники@@',
|
||||
'My Space List' => 'Мои пространства',
|
||||
'My space summary' => 'Сводка пространства',
|
||||
'Space directory' => 'Директория пространства',
|
||||
'Spaces' => 'Пространства',
|
||||
];
|
||||
return array (
|
||||
'Admin' => 'Администратор',
|
||||
'Members' => 'Участники',
|
||||
'My Space List' => 'Мои пространства',
|
||||
'My space summary' => 'Сводка пространства',
|
||||
'Space directory' => 'Директория пространства',
|
||||
'Spaces' => 'Пространства',
|
||||
);
|
||||
|
@ -1,24 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'Admin' => '@@Администратор@@',
|
||||
'Members' => '@@Участники@@',
|
||||
'<strong>Space</strong> menu' => '<strong>Меню</strong>',
|
||||
'Stream' => 'Активность',
|
||||
];
|
||||
return array (
|
||||
'<strong>Space</strong> menu' => '<strong>Меню</strong>',
|
||||
'Admin' => 'Администратор',
|
||||
'Members' => 'Участники',
|
||||
'Stream' => 'Активность',
|
||||
);
|
||||
|
@ -1,31 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' 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 [
|
||||
'Accept invite' => '@@Принять приглашение@@',
|
||||
'Become member' => '@@Вступить@@',
|
||||
'Cancel pending membership application' => '@@Отозвать заявку на участие@@',
|
||||
'Deny invite' => '@@Заблокировать приглашение@@',
|
||||
'Follow' => '@@Подписаться@@',
|
||||
'Invite' => '@@Приглашение@@',
|
||||
'Leave space' => '@@Покинуть пространство@@',
|
||||
'Request membership' => '@@Отправить запрос на вступление@@',
|
||||
'Unfollow' => '@@Отписаться@@',
|
||||
'<strong>New</strong> member request' => '<strong>Новые</strong> запросы',
|
||||
'<strong>Space</strong> members' => '<strong>Участники</strong>',
|
||||
];
|
||||
return array (
|
||||
'<strong>New</strong> member request' => '<strong>Новые</strong> запросы',
|
||||
'<strong>Space</strong> members' => '<strong>Участники</strong>',
|
||||
'Accept invite' => 'Принять приглашение',
|
||||
'Become member' => 'Вступить',
|
||||
'Cancel pending membership application' => 'Отозвать заявку на участие',
|
||||
'Deny invite' => 'Заблокировать приглашение',
|
||||
'Follow' => 'Подписаться',
|
||||
'Invite' => 'Приглашение',
|
||||
'Leave space' => 'Покинуть пространство',
|
||||
'Request membership' => 'Отправить запрос на вступление',
|
||||
'Unfollow' => 'Отписаться',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user