mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Refactored tour module message categories
This commit is contained in:
parent
e9adb6854c
commit
7c8887a30a
@ -1,23 +1,35 @@
|
||||
<?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 [
|
||||
'End guide' => '',
|
||||
'Next »' => '',
|
||||
'« Prev' => '',
|
||||
];
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Account</strong> Menu' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Cancel' => 'ይቅር',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'End guide' => '',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => '',
|
||||
'Ok' => 'እሺ',
|
||||
'Save and close' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
'« Prev' => '',
|
||||
);
|
||||
|
20
protected/humhub/modules/tour/messages/am/spaces.php
Normal file
20
protected/humhub/modules/tour/messages/am/spaces.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
);
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Save and close' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
];
|
@ -1,26 +0,0 @@
|
||||
<?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 [
|
||||
'<strong>Administration</strong>' => '',
|
||||
'<strong>Hurray!</strong> That\'s all for now.' => '',
|
||||
'<strong>Modules</strong>' => '',
|
||||
'As an admin, you can manage the whole platform from here.<br><br>Apart from the modules, we are not going to go into each point in detail here, as each has its own short description elsewhere.' => '',
|
||||
'You are currently in the tools menu. From here you can access the HumHub online marketplace, where you can install an ever increasing number of tools on-the-fly.<br><br>As already mentioned, the tools increase the features available for your space.' => '',
|
||||
'You have now learned about all the most important features and settings and are all set to start using the platform.<br><br>We hope you and all future users will enjoy using this site. We are looking forward to any suggestions or support you wish to offer for our project. Feel free to contact us via www.humhub.org.<br><br>Stay tuned. :-)' => '',
|
||||
];
|
@ -1,22 +0,0 @@
|
||||
<?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 [
|
||||
'<strong>Dashboard</strong>' => '',
|
||||
'This is your dashboard.<br><br>Any new activities or posts that might interest you will be displayed here.' => '',
|
||||
];
|
@ -1,35 +0,0 @@
|
||||
<?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 [
|
||||
'<strong>Administration (Modules)</strong>' => '',
|
||||
'<strong>Edit</strong> account' => '',
|
||||
'<strong>Hurray!</strong> The End.' => '',
|
||||
'<strong>Hurray!</strong> You\'re done!' => '',
|
||||
'<strong>Profile</strong> menu' => '',
|
||||
'<strong>Profile</strong> photo' => '',
|
||||
'<strong>Profile</strong> stream' => '',
|
||||
'<strong>User profile</strong>' => '',
|
||||
'Click on this button to update your profile and account settings. You can also add more information to your profile.' => '',
|
||||
'Each profile has its own pin board. Your posts will also appear on the dashboards of those users who are following you.' => '',
|
||||
'Just like in the space, the user profile can be personalized with various modules.<br><br>You can see which modules are available for your profile by looking them in “Modules” in the account settings menu.' => '',
|
||||
'This is your public user profile, which can be seen by any registered user.' => '',
|
||||
'Upload a new profile photo by simply clicking here or by drag&drop. Do just the same for updating your cover photo.' => '',
|
||||
'You\'ve completed the user profile guide!' => '',
|
||||
'You\'ve completed the user profile guide!<br><br>To carry on with the administration guide, click here:<br /><br />' => '',
|
||||
];
|
@ -1,37 +0,0 @@
|
||||
<?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 [
|
||||
'<strong>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
];
|
@ -1,27 +0,0 @@
|
||||
<?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 [
|
||||
'<strong>Account</strong> Menu' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
];
|
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'Cancel' => 'ይቅር',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Ok' => 'እሺ',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
);
|
@ -1,6 +1,35 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Account</strong> Menu' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Cancel' => 'Cancelar',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'Drag a photo here or click to browse your files' => 'Arrociega aquí una foto u preta per seleccionar d\'os tuyos fichers',
|
||||
'End guide' => 'Rematar guía',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Hide my year of birth' => 'No amostrar a mía calendata de naiximiento',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => 'Siguient »',
|
||||
'Ok' => 'Ok',
|
||||
'Save and close' => 'Alzar y zarrar',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => 'Nombre',
|
||||
'Your lastname' => 'Apellido',
|
||||
'Your mobile phone number' => 'Numero de mobil',
|
||||
'Your phone number at work' => 'Numero de mobil de treballo',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => 'Títol u posición',
|
||||
'« Prev' => '« Anterior',
|
||||
);
|
||||
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
'Drag a photo here or click to browse your files' => 'Arrociega aquí una foto u preta per seleccionar d\'os tuyos fichers',
|
||||
'Hide my year of birth' => 'No amostrar a mía calendata de naiximiento',
|
||||
'Save and close' => 'Alzar y zarrar',
|
||||
'Your firstname' => 'Nombre',
|
||||
'Your lastname' => 'Apellido',
|
||||
'Your mobile phone number' => 'Numero de mobil',
|
||||
'Your phone number at work' => 'Numero de mobil de treballo',
|
||||
'Your title or position' => 'Títol u posición',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
];
|
@ -1,27 +0,0 @@
|
||||
<?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>Account</strong> Menu' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
);
|
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'Cancel' => 'Cancelar',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Ok' => 'Ok',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
);
|
@ -1,6 +1,35 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Account</strong> Menu' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Cancel' => 'إلغاء',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'End guide' => '',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => '',
|
||||
'Ok' => 'تمام',
|
||||
'Save and close' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
'« Prev' => '',
|
||||
);
|
||||
|
20
protected/humhub/modules/tour/messages/ar/spaces.php
Normal file
20
protected/humhub/modules/tour/messages/ar/spaces.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
);
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Save and close' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
];
|
@ -1,37 +0,0 @@
|
||||
<?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>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
];
|
@ -1,10 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Account</strong> Menu' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
);
|
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'Cancel' => 'إلغاء',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Ok' => 'تمام',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
);
|
@ -1,6 +1,35 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Account</strong> Menu' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Cancel' => 'Отказ',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'End guide' => 'Край на урока',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => 'Напред »',
|
||||
'Ok' => '',
|
||||
'Save and close' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
'« Prev' => '« Назад',
|
||||
);
|
||||
|
20
protected/humhub/modules/tour/messages/bg/spaces.php
Normal file
20
protected/humhub/modules/tour/messages/bg/spaces.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
);
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Save and close' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
];
|
@ -1,37 +0,0 @@
|
||||
<?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>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
];
|
@ -1,27 +0,0 @@
|
||||
<?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>Account</strong> Menu' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
);
|
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'Cancel' => 'Отказ',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Ok' => '',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
);
|
@ -1,23 +1,35 @@
|
||||
<?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 [
|
||||
'End guide' => '',
|
||||
'Next »' => '',
|
||||
'« Prev' => '',
|
||||
];
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Account</strong> Menu' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Cancel' => '',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'End guide' => '',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => '',
|
||||
'Ok' => '',
|
||||
'Save and close' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
'« Prev' => '',
|
||||
);
|
||||
|
20
protected/humhub/modules/tour/messages/br/spaces.php
Normal file
20
protected/humhub/modules/tour/messages/br/spaces.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
);
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Save and close' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
];
|
@ -1,26 +0,0 @@
|
||||
<?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 [
|
||||
'<strong>Administration</strong>' => '',
|
||||
'<strong>Hurray!</strong> That\'s all for now.' => '',
|
||||
'<strong>Modules</strong>' => '',
|
||||
'As an admin, you can manage the whole platform from here.<br><br>Apart from the modules, we are not going to go into each point in detail here, as each has its own short description elsewhere.' => '',
|
||||
'You are currently in the tools menu. From here you can access the HumHub online marketplace, where you can install an ever increasing number of tools on-the-fly.<br><br>As already mentioned, the tools increase the features available for your space.' => '',
|
||||
'You have now learned about all the most important features and settings and are all set to start using the platform.<br><br>We hope you and all future users will enjoy using this site. We are looking forward to any suggestions or support you wish to offer for our project. Feel free to contact us via www.humhub.org.<br><br>Stay tuned. :-)' => '',
|
||||
];
|
@ -1,22 +0,0 @@
|
||||
<?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 [
|
||||
'<strong>Dashboard</strong>' => '',
|
||||
'This is your dashboard.<br><br>Any new activities or posts that might interest you will be displayed here.' => '',
|
||||
];
|
@ -1,35 +0,0 @@
|
||||
<?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 [
|
||||
'<strong>Administration (Modules)</strong>' => '',
|
||||
'<strong>Edit</strong> account' => '',
|
||||
'<strong>Hurray!</strong> The End.' => '',
|
||||
'<strong>Hurray!</strong> You\'re done!' => '',
|
||||
'<strong>Profile</strong> menu' => '',
|
||||
'<strong>Profile</strong> photo' => '',
|
||||
'<strong>Profile</strong> stream' => '',
|
||||
'<strong>User profile</strong>' => '',
|
||||
'Click on this button to update your profile and account settings. You can also add more information to your profile.' => '',
|
||||
'Each profile has its own pin board. Your posts will also appear on the dashboards of those users who are following you.' => '',
|
||||
'Just like in the space, the user profile can be personalized with various modules.<br><br>You can see which modules are available for your profile by looking them in “Modules” in the account settings menu.' => '',
|
||||
'This is your public user profile, which can be seen by any registered user.' => '',
|
||||
'Upload a new profile photo by simply clicking here or by drag&drop. Do just the same for updating your cover photo.' => '',
|
||||
'You\'ve completed the user profile guide!' => '',
|
||||
'You\'ve completed the user profile guide!<br><br>To carry on with the administration guide, click here:<br /><br />' => '',
|
||||
];
|
@ -1,37 +0,0 @@
|
||||
<?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 [
|
||||
'<strong>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
];
|
@ -1,27 +0,0 @@
|
||||
<?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 [
|
||||
'<strong>Account</strong> Menu' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
];
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
' Remove panel' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'Cancel' => '',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Ok' => '',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
];
|
@ -1,6 +1,35 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Account</strong> Menu' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Cancel' => 'Cancel·la',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'Drag a photo here or click to browse your files' => 'Arrossegar una foto aquí o feu clic per navegar pels arxius',
|
||||
'End guide' => 'Finalitza la guia',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Hide my year of birth' => 'Ocultar el meu any de naixement',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => 'Següent »',
|
||||
'Ok' => 'D\'acord',
|
||||
'Save and close' => 'Desar i eliminar',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => 'Vostè és el primer usuari aquí ... Yehaaa! Sigui un exemple brillant i completi el seu perfil, per a que els futurs usuaris sàpiguen qui és vosté i així podran acudir a vosté si tenen preguntes.',
|
||||
'Your firstname' => 'El teu nom',
|
||||
'Your lastname' => 'Els teus cognoms',
|
||||
'Your mobile phone number' => 'El seu número de telèfon',
|
||||
'Your phone number at work' => 'El seu número de telèfon al treball',
|
||||
'Your skills, knowledge and experience (comma seperated)' => 'Les seues habilitats, coneixements i experiència (separades per comes)',
|
||||
'Your title or position' => 'El teu títol o posició',
|
||||
'« Prev' => '« Anterior',
|
||||
);
|
||||
|
20
protected/humhub/modules/tour/messages/ca/spaces.php
Normal file
20
protected/humhub/modules/tour/messages/ca/spaces.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '<strong>Membres</strong> de l\'espai',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
);
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
'Drag a photo here or click to browse your files' => 'Arrossegar una foto aquí o feu clic per navegar pels arxius',
|
||||
'Hide my year of birth' => 'Ocultar el meu any de naixement',
|
||||
'Save and close' => 'Desar i eliminar',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => 'Vostè és el primer usuari aquí ... Yehaaa! Sigui un exemple brillant i completi el seu perfil, per a que els futurs usuaris sàpiguen qui és vosté i així podran acudir a vosté si tenen preguntes.',
|
||||
'Your firstname' => 'El teu nom',
|
||||
'Your lastname' => 'Els teus cognoms',
|
||||
'Your mobile phone number' => 'El seu número de telèfon',
|
||||
'Your phone number at work' => 'El seu número de telèfon al treball',
|
||||
'Your skills, knowledge and experience (comma seperated)' => 'Les seues habilitats, coneixements i experiència (separades per comes)',
|
||||
'Your title or position' => 'El teu títol o posició',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
];
|
@ -1,22 +0,0 @@
|
||||
<?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>Dashboard</strong>' => '',
|
||||
'This is your dashboard.<br><br>Any new activities or posts that might interest you will be displayed here.' => '',
|
||||
);
|
@ -1,37 +0,0 @@
|
||||
<?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>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
'<strong>Space</strong> members' => '<strong>Membres</strong> de l\'espai',
|
||||
];
|
@ -1,27 +0,0 @@
|
||||
<?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>Account</strong> Menu' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
);
|
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'Cancel' => 'Cancel·la',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Ok' => 'D\'acord',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
);
|
@ -1,6 +1,35 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => 'Odstranit panel',
|
||||
'<strong>Account</strong> Menu' => '<strong>Možnosti</strong> účtu',
|
||||
'<strong>Getting</strong> Started' => '<strong>Začínáme</strong>',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '<strong>Průvodce:</strong> Administrace (Moduly)',
|
||||
'<strong>Guide:</strong> Overview' => '<strong>Průvodce:</strong> Přehled',
|
||||
'<strong>Guide:</strong> Spaces' => '<strong>Průvodce:</strong> Prostory',
|
||||
'<strong>Guide:</strong> User profile' => '<strong>Průvodce:</strong> Uživatelský profil',
|
||||
'<strong>Notifications</strong>' => '<strong>Oznámení</strong>',
|
||||
'<strong>Remove</strong> tour panel' => '<strong>Odstranit</strong> panel průvodce',
|
||||
'<strong>Space</strong> Menu' => '<strong>Vaše</strong> prostory',
|
||||
'<strong>Start</strong> space guide' => '<strong>Zahájit</strong> průvodce prostory',
|
||||
'Cancel' => 'Zrušit',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => 'Neztratíte přehled.<br /><br />Tato ikona vás bude informovat o nových aktivitách a příspěvcích, které se vás týkají.',
|
||||
'Drag a photo here or click to browse your files' => 'Přetáhněte sem fotografii nebo procházejte soubory',
|
||||
'End guide' => 'Ukončit průvodce',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => 'Následující průvodce vám může pomoci se lépe zorientovat v této síti a tak vám usnadní začátky práce s ní. Vyberte si, co vás zajímá:',
|
||||
'Hide my year of birth' => 'Skrýt můj rok narození',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => 'Další »',
|
||||
'Ok' => 'Ok',
|
||||
'Save and close' => 'Uložit a zavřít',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => 'Skrze možnosti účtu se dostanete k vašemu soukromému nastavení a ke správě vašeho veřejného profilu.',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => 'Tato akce odstraní průvodce z Vaší nástěnky. Můžete zovnu aktitvovat v <br>Nastavení účtu <i class="fa fa-caret-right"></i> Nastavení.',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => 'Toto je to nejdůležitější menu, které budete pravděpodobně využívat nejčastěji.<br><br>Pomocí se něj se dostanete do prostorů, jichž jste členem a také můžete vytvářet nové prostory.<br><br>Další průvodce vám ukáže jak:',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => 'Jste zde první uživatel ... Yehaaa! Buďte světelným příkladem a doplňte svůj profil, aby budoucí uživatelé věděli, kdo je tady nejlepší a na koho se uživatelé mohou obrátit.',
|
||||
'Your firstname' => 'Jméno',
|
||||
'Your lastname' => 'Přijmení',
|
||||
'Your mobile phone number' => 'Mobilní telefon',
|
||||
'Your phone number at work' => 'Telefon do zaměstnání',
|
||||
'Your skills, knowledge and experience (comma seperated)' => 'Vaše dovednosti, zkušenosti atd...',
|
||||
'Your title or position' => 'Název Vaší pozice',
|
||||
'« Prev' => '« Předchozí',
|
||||
);
|
||||
|
20
protected/humhub/modules/tour/messages/cs/spaces.php
Normal file
20
protected/humhub/modules/tour/messages/cs/spaces.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Most recent</strong> activities' => '<strong>Poslední</strong> aktivita',
|
||||
'<strong>Posts</strong>' => '<strong>Příspěvky</strong>',
|
||||
'<strong>Profile Guide</strong>' => '<strong>Průvodce profilem</strong>',
|
||||
'<strong>Space</strong>' => '<strong>Prostor</strong>',
|
||||
'<strong>Space</strong> members' => '<strong>Členové</strong> prostoru',
|
||||
'<strong>Space</strong> navigation menu' => '<strong>Menu</strong> prostoru',
|
||||
'<strong>Space</strong> preferences' => '<strong>Nastavení</strong> prostoru',
|
||||
'<strong>Writing</strong> posts' => '<strong>Psaní</strong> příspěvků',
|
||||
'<strong>Yay! You\'re done.</strong>' => '<strong>A je to!</strong>',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => 'Zde uvidíte všechny uživatele, kteří jsou členy tohoto prostoru.<br /><br />Přidat či pozvat nového uživatele může každý, kdo k tomu dostal práva od správce prostoru.',
|
||||
'New posts can be written and posted here.' => 'Nové příspěvky můžete psát zde.',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => 'Jakmile vstoupíte do prostoru nebo vytvoříte nový, můžete v něm pracovat na projektech, diskutovat o různých tématech nebo jen sdílet s dalšími členy prostoru zajímavé informace.<br><br>Je zde také mnoho modulů, kterými můžete prostor přizpůsobit – doplnit takové funkce, které potřebujete.',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => 'To by byl průvodce prostorem.<br><br>Pokud chcete pokračovat na průvodce uživatelským profilem, klikněte zde: ',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => 'Pomocí tohoto menu se pohybujete uvnitř prostoru. Jednotlivé sekce prostoru mohou být tvořené moduly, které jsou aktivní právě pro ten konkrétní prostor, ve kterém se nacházíte – např. ankety, úkoly nebo poznámky.<br><br>Spravovat tyto moduly může pouze správce prostoru.',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => 'Toto menu je viditelné pouze pro správce prostoru. Zde můžete měnit nastavení prostoru, přidávat/odebírat členy a zapínat/vypínat moduly pro tento prostor.',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => 'Abyste byl(a) stále v obraze, uvidíte zde poslední aktivitu uživatelů tohoto prostoru.',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => 'Zde se budou objevovat vaše příspěvky i příspěvky ostatních uživatelů.<br><br>Ty se dají následně následně komentovat a označovat tlačítkem Líbí se mi.',
|
||||
);
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
'Drag a photo here or click to browse your files' => 'Přetáhněte sem fotografii nebo procházejte soubory',
|
||||
'Hide my year of birth' => 'Skrýt můj rok narození',
|
||||
'Save and close' => 'Uložit a zavřít',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => 'Jste zde první uživatel ... Yehaaa! Buďte světelným příkladem a doplňte svůj profil, aby budoucí uživatelé věděli, kdo je tady nejlepší a na koho se uživatelé mohou obrátit.',
|
||||
'Your firstname' => 'Jméno',
|
||||
'Your lastname' => 'Přijmení',
|
||||
'Your mobile phone number' => 'Mobilní telefon',
|
||||
'Your phone number at work' => 'Telefon do zaměstnání',
|
||||
'Your skills, knowledge and experience (comma seperated)' => 'Vaše dovednosti, zkušenosti atd...',
|
||||
'Your title or position' => 'Název Vaší pozice',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
];
|
@ -1,37 +0,0 @@
|
||||
<?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>Most recent</strong> activities' => '<strong>Poslední</strong> aktivita',
|
||||
'<strong>Posts</strong>' => '<strong>Příspěvky</strong>',
|
||||
'<strong>Profile Guide</strong>' => '<strong>Průvodce profilem</strong>',
|
||||
'<strong>Space</strong>' => '<strong>Prostor</strong>',
|
||||
'<strong>Space</strong> members' => '<strong>Členové</strong> prostoru',
|
||||
'<strong>Space</strong> navigation menu' => '<strong>Menu</strong> prostoru',
|
||||
'<strong>Space</strong> preferences' => '<strong>Nastavení</strong> prostoru',
|
||||
'<strong>Writing</strong> posts' => '<strong>Psaní</strong> příspěvků',
|
||||
'<strong>Yay! You\'re done.</strong>' => '<strong>A je to!</strong>',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => 'Zde uvidíte všechny uživatele, kteří jsou členy tohoto prostoru.<br /><br />Přidat či pozvat nového uživatele může každý, kdo k tomu dostal práva od správce prostoru.',
|
||||
'New posts can be written and posted here.' => 'Nové příspěvky můžete psát zde.',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => 'Jakmile vstoupíte do prostoru nebo vytvoříte nový, můžete v něm pracovat na projektech, diskutovat o různých tématech nebo jen sdílet s dalšími členy prostoru zajímavé informace.<br><br>Je zde také mnoho modulů, kterými můžete prostor přizpůsobit – doplnit takové funkce, které potřebujete.',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => 'To by byl průvodce prostorem.<br><br>Pokud chcete pokračovat na průvodce uživatelským profilem, klikněte zde: ',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => 'Pomocí tohoto menu se pohybujete uvnitř prostoru. Jednotlivé sekce prostoru mohou být tvořené moduly, které jsou aktivní právě pro ten konkrétní prostor, ve kterém se nacházíte – např. ankety, úkoly nebo poznámky.<br><br>Spravovat tyto moduly může pouze správce prostoru.',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => 'Toto menu je viditelné pouze pro správce prostoru. Zde můžete měnit nastavení prostoru, přidávat/odebírat členy a zapínat/vypínat moduly pro tento prostor.',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => 'Abyste byl(a) stále v obraze, uvidíte zde poslední aktivitu uživatelů tohoto prostoru.',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => 'Zde se budou objevovat vaše příspěvky i příspěvky ostatních uživatelů.<br><br>Ty se dají následně následně komentovat a označovat tlačítkem Líbí se mi.',
|
||||
];
|
@ -1,10 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Account</strong> Menu' => '<strong>Možnosti</strong> účtu',
|
||||
'<strong>Notifications</strong>' => '<strong>Oznámení</strong>',
|
||||
'<strong>Space</strong> Menu' => '<strong>Vaše</strong> prostory',
|
||||
'<strong>Start</strong> space guide' => '<strong>Zahájit</strong> průvodce prostory',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => 'Neztratíte přehled.<br /><br />Tato ikona vás bude informovat o nových aktivitách a příspěvcích, které se vás týkají.',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => 'Skrze možnosti účtu se dostanete k vašemu soukromému nastavení a ke správě vašeho veřejného profilu.',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => 'Toto je to nejdůležitější menu, které budete pravděpodobně využívat nejčastěji.<br><br>Pomocí se něj se dostanete do prostorů, jichž jste členem a také můžete vytvářet nové prostory.<br><br>Další průvodce vám ukáže jak:',
|
||||
);
|
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => 'Odstranit panel',
|
||||
'<strong>Getting</strong> Started' => '<strong>Začínáme</strong>',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '<strong>Průvodce:</strong> Administrace (Moduly)',
|
||||
'<strong>Guide:</strong> Overview' => '<strong>Průvodce:</strong> Přehled',
|
||||
'<strong>Guide:</strong> Spaces' => '<strong>Průvodce:</strong> Prostory',
|
||||
'<strong>Guide:</strong> User profile' => '<strong>Průvodce:</strong> Uživatelský profil',
|
||||
'<strong>Remove</strong> tour panel' => '<strong>Odstranit</strong> panel průvodce',
|
||||
'Cancel' => 'Zrušit',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => 'Následující průvodce vám může pomoci se lépe zorientovat v této síti a tak vám usnadní začátky práce s ní. Vyberte si, co vás zajímá:',
|
||||
'Ok' => 'Ok',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => 'Tato akce odstraní průvodce z Vaší nástěnky. Můžete zovnu aktitvovat v <br>Nastavení účtu <i class="fa fa-caret-right"></i> Nastavení.',
|
||||
);
|
@ -1,6 +1,35 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => ' Fjern panel',
|
||||
'<strong>Account</strong> Menu' => '<strong>Konto</strong> Menu',
|
||||
'<strong>Getting</strong> Started' => '<strong>Kom godt</strong> Igang',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '<strong>Guide:</strong> Administration (Moduler)',
|
||||
'<strong>Guide:</strong> Overview' => '<strong>Guide:</strong> Oversigt',
|
||||
'<strong>Guide:</strong> Spaces' => '<strong>Guide:</strong> Sider',
|
||||
'<strong>Guide:</strong> User profile' => '<strong>Guide:</strong> Bruger profil',
|
||||
'<strong>Notifications</strong>' => '<strong>Notifikationer</strong>',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'<strong>Space</strong> Menu' => '<strong>Side</strong> Menu',
|
||||
'<strong>Start</strong> space guide' => '<strong>Start</strong> side guide',
|
||||
'Cancel' => 'Afbryd',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => 'Ikke gå glip af ting!<br /><br />Dette ikon vil holde op informeret om aktiviteter og opslap som vedrører dig direkte .',
|
||||
'Drag a photo here or click to browse your files' => 'Træk et billede hertil eller klik for at gennemgå dine filer',
|
||||
'End guide' => 'Afslut guide',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => 'Bliv bekendt med hvordan du finder rundt på siden mest vigtige features med de følgende guides:',
|
||||
'Hide my year of birth' => 'Skul mit fødselsår',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => 'Næste »',
|
||||
'Ok' => 'Ok',
|
||||
'Save and close' => 'Gem og luk',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => 'Konto menuen giver dig adgang til dine privat indstillinger og tillader dig at administrere din offentlige profil.',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => 'Dette er den mest vigtige menu, og vil sikkert være den du bruger oftest<br><br>Tilgå alle sider du har tilsluttet dig til og opret nye sider her.<br><br>Den næste guide vil vise dig hvordan:',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => 'Du er den første bruger.... Yehaaa! Vær et skinnende eksempel og udfør din profil, <br>så at kommende brugere ved hvem der er den øverste herinde og hvem de kan komme til med spørgsmål.',
|
||||
'Your firstname' => 'Dit fornavn',
|
||||
'Your lastname' => 'Dit efternavn',
|
||||
'Your mobile phone number' => 'Dit mobilnummer',
|
||||
'Your phone number at work' => 'Dit arbejdsnummer',
|
||||
'Your skills, knowledge and experience (comma seperated)' => 'Dine færdigheder, kendskab og erfaring (komma sepereret)',
|
||||
'Your title or position' => 'Din titel eller position',
|
||||
'« Prev' => '« Forrige',
|
||||
);
|
||||
|
20
protected/humhub/modules/tour/messages/da/spaces.php
Normal file
20
protected/humhub/modules/tour/messages/da/spaces.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Most recent</strong> activities' => '<strong>Seneste</strong> aktiviteter',
|
||||
'<strong>Posts</strong>' => '<strong>Opslag</strong>',
|
||||
'<strong>Profile Guide</strong>' => '<strong>Profil Guide</strong>',
|
||||
'<strong>Space</strong>' => '<strong>Side</strong>',
|
||||
'<strong>Space</strong> members' => '<strong>Side</strong> medlemmer',
|
||||
'<strong>Space</strong> navigation menu' => '<strong>Side</strong> navigations menu',
|
||||
'<strong>Space</strong> preferences' => '<strong>Side</strong> præferencer',
|
||||
'<strong>Writing</strong> posts' => '<strong>Skrive</strong> opslag',
|
||||
'<strong>Yay! You\'re done.</strong>' => '<strong>Yay! Du er færdig.</strong>',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => 'Alle bruger som er medlem af denne side vil blive vist her.<br /><br />Nye medlemmer kan blive tilføjet af dem der har fået adgangstilladelse fra sidens admin.',
|
||||
'New posts can be written and posted here.' => 'Nye opslag kan blive skrevet og sendt her.',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => 'Når du først har tilsluttet dig eller tilføjet en ny side hvor du kan arbejde, diskuter hovedpunkter eller del information med andre brugere.<br><br>Der er forskellige værktøjer til at personliggøre en side, hvorefter du laver arbejdsprocessen mere produktiv.',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => 'Det var det for denne gang med side guiden.<br><br>For at fortsætte til brugerprofil guiden, tryk her:',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => 'Dette er hvor du kan navigere siden - Hvor du kan finde hvilke moduler er aktive eller tilgængelige for en bestemt side du er i. Dette kan for eksempel være afstemninger, opgaver eller noter.<br><br>Kun sidens admin kan administrere sidens moduler.',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => 'Denne menu er kun synlig for sidens admins. Her kan du administrere din side, tilføje/blokere brugere og aktivere/deaktivere værtøjer for denne side.',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => 'For at du er opdateret, vil andre brugeres aktiviteter på denne side vil blive vist her.',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => 'Din, og andre brugeres opslag vil blive vist her.<br><br>Disse kan også blive syntes godt om eller kommenteret på.',
|
||||
);
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
'Drag a photo here or click to browse your files' => 'Træk et billede hertil eller klik for at gennemgå dine filer',
|
||||
'Hide my year of birth' => 'Skul mit fødselsår',
|
||||
'Save and close' => 'Gem og luk',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => 'Du er den første bruger.... Yehaaa! Vær et skinnende eksempel og udfør din profil, <br>så at kommende brugere ved hvem der er den øverste herinde og hvem de kan komme til med spørgsmål.',
|
||||
'Your firstname' => 'Dit fornavn',
|
||||
'Your lastname' => 'Dit efternavn',
|
||||
'Your mobile phone number' => 'Dit mobilnummer',
|
||||
'Your phone number at work' => 'Dit arbejdsnummer',
|
||||
'Your skills, knowledge and experience (comma seperated)' => 'Dine færdigheder, kendskab og erfaring (komma sepereret)',
|
||||
'Your title or position' => 'Din titel eller position',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
];
|
@ -1,37 +0,0 @@
|
||||
<?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>Most recent</strong> activities' => '<strong>Seneste</strong> aktiviteter',
|
||||
'<strong>Posts</strong>' => '<strong>Opslag</strong>',
|
||||
'<strong>Profile Guide</strong>' => '<strong>Profil Guide</strong>',
|
||||
'<strong>Space</strong>' => '<strong>Side</strong>',
|
||||
'<strong>Space</strong> members' => '<strong>Side</strong> medlemmer',
|
||||
'<strong>Space</strong> navigation menu' => '<strong>Side</strong> navigations menu',
|
||||
'<strong>Space</strong> preferences' => '<strong>Side</strong> præferencer',
|
||||
'<strong>Writing</strong> posts' => '<strong>Skrive</strong> opslag',
|
||||
'<strong>Yay! You\'re done.</strong>' => '<strong>Yay! Du er færdig.</strong>',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => 'Alle bruger som er medlem af denne side vil blive vist her.<br /><br />Nye medlemmer kan blive tilføjet af dem der har fået adgangstilladelse fra sidens admin.',
|
||||
'New posts can be written and posted here.' => 'Nye opslag kan blive skrevet og sendt her.',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => 'Når du først har tilsluttet dig eller tilføjet en ny side hvor du kan arbejde, diskuter hovedpunkter eller del information med andre brugere.<br><br>Der er forskellige værktøjer til at personliggøre en side, hvorefter du laver arbejdsprocessen mere produktiv.',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => 'Det var det for denne gang med side guiden.<br><br>For at fortsætte til brugerprofil guiden, tryk her:',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => 'Dette er hvor du kan navigere siden - Hvor du kan finde hvilke moduler er aktive eller tilgængelige for en bestemt side du er i. Dette kan for eksempel være afstemninger, opgaver eller noter.<br><br>Kun sidens admin kan administrere sidens moduler.',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => 'Denne menu er kun synlig for sidens admins. Her kan du administrere din side, tilføje/blokere brugere og aktivere/deaktivere værtøjer for denne side.',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => 'For at du er opdateret, vil andre brugeres aktiviteter på denne side vil blive vist her.',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => 'Din, og andre brugeres opslag vil blive vist her.<br><br>Disse kan også blive syntes godt om eller kommenteret på.',
|
||||
];
|
@ -1,10 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Account</strong> Menu' => '<strong>Konto</strong> Menu',
|
||||
'<strong>Notifications</strong>' => '<strong>Notifikationer</strong>',
|
||||
'<strong>Space</strong> Menu' => '<strong>Side</strong> Menu',
|
||||
'<strong>Start</strong> space guide' => '<strong>Start</strong> side guide',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => 'Ikke gå glip af ting!<br /><br />Dette ikon vil holde op informeret om aktiviteter og opslap som vedrører dig direkte .',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => 'Konto menuen giver dig adgang til dine privat indstillinger og tillader dig at administrere din offentlige profil.',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => 'Dette er den mest vigtige menu, og vil sikkert være den du bruger oftest<br><br>Tilgå alle sider du har tilsluttet dig til og opret nye sider her.<br><br>Den næste guide vil vise dig hvordan:',
|
||||
);
|
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => ' Fjern panel',
|
||||
'<strong>Getting</strong> Started' => '<strong>Kom godt</strong> Igang',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '<strong>Guide:</strong> Administration (Moduler)',
|
||||
'<strong>Guide:</strong> Overview' => '<strong>Guide:</strong> Oversigt',
|
||||
'<strong>Guide:</strong> Spaces' => '<strong>Guide:</strong> Sider',
|
||||
'<strong>Guide:</strong> User profile' => '<strong>Guide:</strong> Bruger profil',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'Cancel' => 'Afbryd',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => 'Bliv bekendt med hvordan du finder rundt på siden mest vigtige features med de følgende guides:',
|
||||
'Ok' => 'Ok',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
);
|
@ -1,23 +1,36 @@
|
||||
<?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 (
|
||||
' Remove panel' => 'Panel entfernen',
|
||||
'<strong>Account</strong> Menu' => '<strong>Konto</strong> Menü',
|
||||
'<strong>Getting</strong> Started' => '<strong>Erste</strong> Schritte',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '<strong>Anleitung:</strong> Administration (Module)',
|
||||
'<strong>Guide:</strong> Overview' => '<strong>Anleitung:</strong> Überblick',
|
||||
'<strong>Guide:</strong> Spaces' => '<strong>Anleitung:</strong> Spaces',
|
||||
'<strong>Guide:</strong> User profile' => '<strong>Anleitung:</strong> Benutzerprofil',
|
||||
'<strong>Notifications</strong>' => '<strong>Benachrichtigungen</strong>',
|
||||
'<strong>Remove</strong> tour panel' => 'Tour Panel <strong>entfernen</strong>',
|
||||
'<strong>Space</strong> Menu' => '<strong>Space</strong> Menü',
|
||||
'<strong>Start</strong> space guide' => '<strong>Starte</strong> den Space Guide',
|
||||
'Cancel' => 'Abbrechen',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => 'Behalte alles im Auge!<br /><br />Dieses Icon informiert dich über Aktivitäten und neue Beiträge, die dich direkt betreffen.',
|
||||
'Drag a photo here or click to browse your files' => 'Ziehe ein Foto hierher oder klicke, um deine Dateien zu durchsuchen',
|
||||
'End guide' => 'Tour beenden',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => 'Erhalte mit Hilfe der folgenden Anleitungen einen Überblick über die wichtigsten Funktionen der Seite:',
|
||||
'Hide my year of birth' => 'Verstecke mein Geburtsjahr',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => 'Weiter »',
|
||||
'Ok' => 'Ok',
|
||||
'Save and close' => 'Speichern und schließen',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => 'Das Konto Menü gibt dir die Möglichkeit deine privaten Einstellungen zu ändern und dein öffentliches Profil zu verwalten.',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => 'Hierdurch wird das Tour-Panel aus der Übersicht entfernt. Du kannst es reaktivieren über <br>Konteneinstellungen <i class="fa fa-caret-right"></i> Einstellungen.
|
||||
',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => 'Dies ist das wichtigste Menü und wird wahrscheinlich dasjenige sein, das Du am häufigsten benutzt!<br /><br />Betrete alle deine Spaces und erstelle neue.<br /><br />Die folgende Anleitung wird dir zeigen wie:',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => 'Du bist hier der erste Benutzer... Yehaaa! Sei ein gutes Vorbild und vervollständige dein Profil,<br />so dass künftige Benutzer wissen, wer die Verantwortung trägt und an wen er sich wenden kann, wenn er Fragen hat.',
|
||||
'Your firstname' => 'Dein Vorname',
|
||||
'Your lastname' => 'Dein Nachname',
|
||||
'Your mobile phone number' => 'Deine Mobilfunknummer',
|
||||
'Your phone number at work' => 'Deine Geschäftsnummer',
|
||||
'Your skills, knowledge and experience (comma seperated)' => 'Deine Fähigkeiten, Kenntnisse und Erfahrungen (Komma getrennt)',
|
||||
'Your title or position' => 'Dein Titel oder Position',
|
||||
'« Prev' => '« Zurück',
|
||||
);
|
||||
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
'Drag a photo here or click to browse your files' => 'Ziehe ein Foto hierher oder klicke, um deine Dateien zu durchsuchen',
|
||||
'Hide my year of birth' => 'Verstecke mein Geburtsjahr',
|
||||
'Save and close' => 'Speichern und schließen',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => 'Du bist hier der erste Benutzer... Yehaaa! Sei ein gutes Vorbild und vervollständige dein Profil,<br />so dass künftige Benutzer wissen, wer die Verantwortung trägt und an wen er sich wenden kann, wenn er Fragen hat.',
|
||||
'Your firstname' => 'Dein Vorname',
|
||||
'Your lastname' => 'Dein Nachname',
|
||||
'Your mobile phone number' => 'Deine Mobilfunknummer',
|
||||
'Your phone number at work' => 'Deine Geschäftsnummer',
|
||||
'Your skills, knowledge and experience (comma seperated)' => 'Deine Fähigkeiten, Kenntnisse und Erfahrungen (Komma getrennt)',
|
||||
'Your title or position' => 'Dein Titel oder Position',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
];
|
@ -1,10 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Account</strong> Menu' => '<strong>Konto</strong> Menü',
|
||||
'<strong>Notifications</strong>' => '<strong>Benachrichtigungen</strong>',
|
||||
'<strong>Space</strong> Menu' => '<strong>Space</strong> Menü',
|
||||
'<strong>Start</strong> space guide' => '<strong>Starte</strong> den Space Guide',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => 'Behalte alles im Auge!<br /><br />Dieses Icon informiert dich über Aktivitäten und neue Beiträge, die dich direkt betreffen.',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => 'Das Konto Menü gibt dir die Möglichkeit deine privaten Einstellungen zu ändern und dein öffentliches Profil zu verwalten.',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => 'Dies ist das wichtigste Menü und wird wahrscheinlich dasjenige sein, das Du am häufigsten benutzt!<br /><br />Betrete alle deine Spaces und erstelle neue.<br /><br />Die folgende Anleitung wird dir zeigen wie:',
|
||||
);
|
@ -1,15 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => 'Panel entfernen',
|
||||
'<strong>Getting</strong> Started' => '<strong>Erste</strong> Schritte',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '<strong>Anleitung:</strong> Administration (Module)',
|
||||
'<strong>Guide:</strong> Overview' => '<strong>Anleitung:</strong> Überblick',
|
||||
'<strong>Guide:</strong> Spaces' => '<strong>Anleitung:</strong> Spaces',
|
||||
'<strong>Guide:</strong> User profile' => '<strong>Anleitung:</strong> Benutzerprofil',
|
||||
'<strong>Remove</strong> tour panel' => 'Tour Panel <strong>entfernen</strong>',
|
||||
'Cancel' => 'Abbrechen',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => 'Erhalte mit Hilfe der folgenden Anleitungen einen Überblick über die wichtigsten Funktionen der Seite:',
|
||||
'Ok' => 'Ok',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => 'Hierdurch wird das Tour-Panel aus der Übersicht entfernt. Du kannst es reaktivieren über <br>Konteneinstellungen <i class="fa fa-caret-right"></i> Einstellungen.
|
||||
',
|
||||
);
|
@ -1,6 +1,35 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => '',
|
||||
'<strong>Account</strong> Menu' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Cancel' => '',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'End guide' => 'Τέλος οδηγού',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => 'Επόμενο »',
|
||||
'Ok' => '',
|
||||
'Save and close' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
'« Prev' => '« Προηγούμενο',
|
||||
);
|
||||
|
5
protected/humhub/modules/tour/messages/el/interface.php
Normal file
5
protected/humhub/modules/tour/messages/el/interface.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Dashboard</strong>' => '',
|
||||
'This is your dashboard.<br><br>Any new activities or posts that might interest you will be displayed here.' => '',
|
||||
);
|
20
protected/humhub/modules/tour/messages/el/spaces.php
Normal file
20
protected/humhub/modules/tour/messages/el/spaces.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
);
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Save and close' => '',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
];
|
@ -1,22 +0,0 @@
|
||||
<?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>Dashboard</strong>' => '',
|
||||
'This is your dashboard.<br><br>Any new activities or posts that might interest you will be displayed here.' => '',
|
||||
);
|
@ -1,37 +0,0 @@
|
||||
<?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>Most recent</strong> activities' => '',
|
||||
'<strong>Posts</strong>' => '',
|
||||
'<strong>Profile Guide</strong>' => '',
|
||||
'<strong>Space</strong>' => '',
|
||||
'<strong>Space</strong> members' => '',
|
||||
'<strong>Space</strong> navigation menu' => '',
|
||||
'<strong>Space</strong> preferences' => '',
|
||||
'<strong>Writing</strong> posts' => '',
|
||||
'<strong>Yay! You\'re done.</strong>' => '',
|
||||
'All users who are a member of this space will be displayed here.<br /><br />New members can be added by anyone who has been given access rights by the admin.' => '',
|
||||
'New posts can be written and posted here.' => '',
|
||||
'Once you have joined or created a new space you can work on projects, discuss topics or just share information with other users.<br><br>There are various tools to personalize a space, thereby making the work process more productive.' => '',
|
||||
'That\'s it for the space guide.<br><br>To carry on with the user profile guide, click here: ' => '',
|
||||
'This is where you can navigate the space – where you find which modules are active or available for the particular space you are currently in. These could be polls, tasks or notes for example.<br><br>Only the space admin can manage the space\'s modules.' => '',
|
||||
'This menu is only visible for space admins. Here you can manage your space settings, add/block members and activate/deactivate tools for this space.' => '',
|
||||
'To keep you up to date, other users\' most recent activities in this space will be displayed here.' => '',
|
||||
'Yours, and other users\' posts will appear here.<br><br>These can then be liked or commented on.' => '',
|
||||
];
|
@ -1,27 +0,0 @@
|
||||
<?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>Account</strong> Menu' => '',
|
||||
'<strong>Notifications</strong>' => '',
|
||||
'<strong>Space</strong> Menu' => '',
|
||||
'<strong>Start</strong> space guide' => '',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '',
|
||||
);
|
@ -1,31 +0,0 @@
|
||||
<?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 [
|
||||
' Remove panel' => '',
|
||||
'<strong>Getting</strong> Started' => '',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '',
|
||||
'<strong>Guide:</strong> Overview' => '',
|
||||
'<strong>Guide:</strong> Spaces' => '',
|
||||
'<strong>Guide:</strong> User profile' => '',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'Cancel' => '',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => '',
|
||||
'Ok' => '',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
];
|
@ -1,6 +1,35 @@
|
||||
<?php
|
||||
return array (
|
||||
' Remove panel' => 'Eliminar panel',
|
||||
'<strong>Account</strong> Menu' => 'Menú de la <strong>cuenta</strong>',
|
||||
'<strong>Getting</strong> Started' => '<strong>Empezando</strong>',
|
||||
'<strong>Guide:</strong> Administration (Modules)' => '<strong>Guía:</strong> Administración (Módulos)',
|
||||
'<strong>Guide:</strong> Overview' => '<strong>Guía:</strong> Vista general',
|
||||
'<strong>Guide:</strong> Spaces' => '<strong>Guía:</strong> Espacios',
|
||||
'<strong>Guide:</strong> User profile' => '<strong>Guía</strong> Perfil de usuario',
|
||||
'<strong>Notifications</strong>' => '<strong>Notificaciones</strong>',
|
||||
'<strong>Remove</strong> tour panel' => '',
|
||||
'<strong>Space</strong> Menu' => 'Menú del <strong>espacio</strong>',
|
||||
'<strong>Start</strong> space guide' => '<strong>Empezar</strong> la guía de los espacios',
|
||||
'Cancel' => 'Cancelar',
|
||||
'Don\'t lose track of things!<br /><br />This icon will keep you informed of activities and posts that concern you directly.' => '¡No te pierdas nada!<br /><br />Este icono te mantendrá informado de actividades y mensajes que te afectan directamente.',
|
||||
'Drag a photo here or click to browse your files' => '',
|
||||
'End guide' => 'Terminar',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => 'Entérate de todo lo que puedes hacer en esta red social con las siguientes guías:',
|
||||
'Hide my year of birth' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Next »' => 'Siguiente >>',
|
||||
'Ok' => 'Ok',
|
||||
'Save and close' => 'Guardar y cerrar',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => 'El menú de la cuenta te proporciona acceso a tus ajustes privados y te permite gestionar tu perfil público.',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => '',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => '¡Este es el menú más importante y que probablemente será el que más utilices!<br><br>Accede a los espacios a los que te hayas unido y crea nuevos espacios aquí.<br><br>La siguiente guía te mostrará cómo:',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => '',
|
||||
'Your firstname' => '',
|
||||
'Your lastname' => '',
|
||||
'Your mobile phone number' => '',
|
||||
'Your phone number at work' => '',
|
||||
'Your skills, knowledge and experience (comma seperated)' => '',
|
||||
'Your title or position' => '',
|
||||
'« Prev' => '<< Anterior',
|
||||
);
|
||||
|
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