mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Merge pull request #4603 from humhub/develop
Enh: Updated Translations (translate.humhub.org)
This commit is contained in:
commit
3c644215a5
File diff suppressed because one or more lines are too long
@ -1,58 +1,41 @@
|
||||
<?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 [
|
||||
'<b>Nobody has written anything yet.</b><br>Post to get things started...' => '',
|
||||
'<b>There are no profile posts yet!</b>' => '',
|
||||
'<strong>Directory</strong> menu' => '',
|
||||
'<strong>Group</strong> members - {group}' => '',
|
||||
'<strong>Group</strong> stats' => '',
|
||||
'<strong>Member</strong> Group Directory' => '',
|
||||
'<strong>Member</strong> directory' => '',
|
||||
'<strong>Member</strong> stats' => '',
|
||||
'<strong>New</strong> people' => '',
|
||||
'<strong>New</strong> spaces' => '',
|
||||
'<strong>Space</strong> directory' => '',
|
||||
'<strong>Space</strong> stats' => '',
|
||||
'Access directory' => '',
|
||||
'Average members' => '',
|
||||
'Can access the directory section.' => '',
|
||||
'Directory' => '',
|
||||
'Follows somebody' => '',
|
||||
'Groups' => '',
|
||||
'Members' => '',
|
||||
'Most members' => '',
|
||||
'No members found!' => '',
|
||||
'No spaces found!' => '',
|
||||
'Online right now' => '',
|
||||
'Private spaces' => '',
|
||||
'See all' => '',
|
||||
'Send invite' => '',
|
||||
'Spaces' => '',
|
||||
'This group has no members yet.' => '',
|
||||
'Top Group' => '',
|
||||
'Total groups' => '',
|
||||
'Total spaces' => '',
|
||||
'Total users' => '',
|
||||
'User profile posts' => '',
|
||||
'You are a member of this space' => '',
|
||||
'search for members' => '',
|
||||
'search for spaces' => '',
|
||||
'show all members' => '',
|
||||
return array (
|
||||
'<b>Nobody has written anything yet.</b><br>Post to get things started...' => '<b>Все още никой не е написал нищо.</b><br>Публикувайте нещо, за да започнете дискусия...',
|
||||
'<b>There are no profile posts yet!</b>' => '<b>Все още няма публикации в профила!</b>',
|
||||
'<strong>Directory</strong> menu' => 'Меню <strong>Директория</strong>',
|
||||
'<strong>Group</strong> members - {group}' => 'Членове на <strong>групата</strong> - {group}',
|
||||
'<strong>Group</strong> stats' => 'Статистика на <strong>Групата</strong>',
|
||||
'<strong>Member</strong> Group Directory' => 'Групова директория на <strong>Член</strong>',
|
||||
'<strong>Member</strong> directory' => 'Директория на <strong>Член</strong>',
|
||||
'<strong>Member</strong> stats' => 'Статистики на <strong>член</strong>',
|
||||
'<strong>New</strong> people' => '<strong>Нови</strong> хора',
|
||||
'<strong>New</strong> spaces' => '<strong>Нови</strong> раздели',
|
||||
'<strong>Space</strong> directory' => 'Директория на <strong>Раздел</strong>',
|
||||
'<strong>Space</strong> stats' => 'Статистики на <strong>Раздел</strong>',
|
||||
'Access directory' => 'Достъп до директория',
|
||||
'Average members' => 'Среден брой членове',
|
||||
'Can access the directory section.' => 'Може да има достъп до раздела с директории.',
|
||||
'Directory' => 'Директория',
|
||||
'Follows somebody' => 'Следвай някого',
|
||||
'Groups' => 'Групи',
|
||||
'Members' => 'Членове',
|
||||
'Most members' => 'Повечето членове',
|
||||
'No members found!' => 'Няма намерени членове!',
|
||||
'No spaces found!' => 'Няма намерени раздели!',
|
||||
'Online right now' => 'Онлайн в момента',
|
||||
'Private spaces' => 'Частни раздели',
|
||||
'Search' => 'Търси',
|
||||
];
|
||||
'See all' => 'Виж всички',
|
||||
'Send invite' => 'Изпрати покана',
|
||||
'Spaces' => 'Раздели',
|
||||
'This group has no members yet.' => 'Тази група все още няма членове.',
|
||||
'Top Group' => 'Топ група',
|
||||
'Total groups' => 'Общо групи',
|
||||
'Total spaces' => 'Общо раздели',
|
||||
'Total users' => 'Общо потребители',
|
||||
'User profile posts' => 'Публикации в потребителския профил',
|
||||
'You are a member of this space' => 'Вие сте член на този раздел',
|
||||
'search for members' => 'търсене на членове',
|
||||
'search for spaces' => 'търсене на раздели',
|
||||
'show all members' => 'покажи всички членове',
|
||||
);
|
||||
|
@ -1,39 +1,22 @@
|
||||
<?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>Open</strong> file' => '',
|
||||
'<strong>Upload</strong> error' => '',
|
||||
'Close' => '',
|
||||
'Could not find requested file variant!' => '',
|
||||
'Could not find requested file!' => '',
|
||||
'Could not upload File:' => '',
|
||||
'Created by:' => '',
|
||||
'Double file extensions are not allowed!' => '',
|
||||
'Download' => '',
|
||||
'File {fileName} could not be uploaded!' => '',
|
||||
'Insufficient permissions!' => '',
|
||||
'Invalid Mime-Type' => '',
|
||||
'Invalid file name detected!' => '',
|
||||
'Last update by:' => '',
|
||||
'Size:' => '',
|
||||
'Sorry, you can only upload up to {n,plural,=1{# file} other{# files}} at once.' => '',
|
||||
'The uploaded image is not a squared.' => '',
|
||||
'This upload field only allows a maximum of {n,plural,=1{# file} other{# files}}.' => '',
|
||||
'Upload files' => '',
|
||||
];
|
||||
return array (
|
||||
'<strong>Open</strong> file' => '<strong>Отворен</strong> файл',
|
||||
'<strong>Upload</strong> error' => 'Грешка при <strong>качване</strong>',
|
||||
'Close' => 'Затвори',
|
||||
'Could not find requested file variant!' => 'Не може да бъде намерен заявения вариант на файла!',
|
||||
'Could not find requested file!' => 'Не може да бъде намерен заявеният файл!',
|
||||
'Could not upload File:' => 'Файлът не успя да се качи:',
|
||||
'Created by:' => 'Създаден от:',
|
||||
'Double file extensions are not allowed!' => 'Не се допускат двойни разширения на файлове!',
|
||||
'Download' => 'Сваляне',
|
||||
'File {fileName} could not be uploaded!' => 'Файл {fileName} не успя да се качи!',
|
||||
'Insufficient permissions!' => 'Недостатъчни разрешения!',
|
||||
'Invalid Mime-Type' => 'Невалиден тип MIME',
|
||||
'Invalid file name detected!' => 'Открито е невалидно име на файл!',
|
||||
'Last update by:' => 'Последна актуализация от:',
|
||||
'Size:' => 'Размер:',
|
||||
'Sorry, you can only upload up to {n,plural,=1{# file} other{# files}} at once.' => 'За съжаление можете да качвате наведнъж само до {n,plural,=1{# file} other{# files}}.',
|
||||
'The uploaded image is not a squared.' => 'Каченото изображение не е на квадрат.',
|
||||
'This upload field only allows a maximum of {n,plural,=1{# file} other{# files}}.' => 'Това поле за качване позволява само {n,plural,=1{# file} other{# files}}.',
|
||||
'Upload files' => 'Качване на файлове',
|
||||
);
|
||||
|
@ -1,33 +1,16 @@
|
||||
<?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>My</strong> friends' => '',
|
||||
'<strong>Pending</strong> friend requests' => '',
|
||||
'<strong>Sent</strong> friend requests' => '',
|
||||
'Accept Friend Request' => '',
|
||||
'Add Friend' => '',
|
||||
'Cancel friend request' => '',
|
||||
'Deny friend request' => '',
|
||||
'Friends' => '',
|
||||
'Friendship' => '',
|
||||
'Requests' => '',
|
||||
'Sent requests' => '',
|
||||
'Show all friends' => '',
|
||||
'Unfriend' => '',
|
||||
];
|
||||
return array (
|
||||
'<strong>My</strong> friends' => '<strong>Моите</strong> приятели',
|
||||
'<strong>Pending</strong> friend requests' => '<strong>Изчакващи</strong> заявки за приятелство',
|
||||
'<strong>Sent</strong> friend requests' => '<strong>Изпратени</strong> заявки за приятелство',
|
||||
'Accept Friend Request' => 'Приемете заявка за приятелство',
|
||||
'Add Friend' => 'Добави приятел',
|
||||
'Cancel friend request' => 'Отмени заявката за приятелство',
|
||||
'Deny friend request' => 'Откажи молба за приятелство',
|
||||
'Friends' => 'Приятели',
|
||||
'Friendship' => 'Приятелство',
|
||||
'Requests' => 'Заявки',
|
||||
'Sent requests' => 'Изпратени заявки',
|
||||
'Show all friends' => 'Покажи всички приятели',
|
||||
'Unfriend' => 'Прекрати приятелство',
|
||||
);
|
||||
|
@ -1,25 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Friendship' => '',
|
||||
'Receive Notifications for Friendship Request and Approval events.' => '',
|
||||
'{displayName} accepted your friend request.' => '',
|
||||
'{displayName} declined your friend request.' => '',
|
||||
'{displayName} sent you a friend request.' => '',
|
||||
];
|
||||
return array (
|
||||
'Friendship' => 'Приятелство',
|
||||
'Receive Notifications for Friendship Request and Approval events.' => 'Получавайте известия за заявки за приятелство и събития за одобрение.',
|
||||
'{displayName} accepted your friend request.' => '{displayName} прие заявката ви за приятелство.',
|
||||
'{displayName} declined your friend request.' => '{displayName} отхвърли заявката ви за приятелство.',
|
||||
'{displayName} sent you a friend request.' => '{displayName} ви изпрати заявка за приятелство.',
|
||||
);
|
||||
|
@ -1,58 +1,58 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Admin</strong> Account' => '',
|
||||
'<strong>Configuration</strong>' => '',
|
||||
'<strong>Congratulations</strong>. You\'re done.' => '',
|
||||
'<strong>Database</strong> Configuration' => '',
|
||||
'<strong>Example</strong> contents' => '',
|
||||
'<strong>System</strong> Check' => '',
|
||||
'<strong>Welcome</strong> to HumHub<br>Your Social Network Toolbox' => '',
|
||||
'Allow access for non-registered users to public content (guest access)' => '',
|
||||
'Allow friendships between members' => '',
|
||||
'Below you have to enter your database connection details. If you’re not sure about these, please contact your system administrator.' => '',
|
||||
'Calvin Klein – Between love and madness lies obsession.' => '',
|
||||
'Check again' => '',
|
||||
'Congratulations! Everything is ok and ready to start over!' => '',
|
||||
'Create Admin Account' => '',
|
||||
'Downloading & Installing Modules...' => '',
|
||||
'External users can register (show registration form on login)' => '',
|
||||
'Here you can decide how new, unregistered users can access HumHub.' => '',
|
||||
'Hostname' => '',
|
||||
'Hostname of your MySQL Database Server (e.g. localhost if MySQL is running on the same machine)' => '',
|
||||
'HumHub is very flexible and can be adjusted and/or expanded for various different applications thanks to its’ different modules. The following modules are just a few examples and the ones we thought are most important for your chosen application.<br><br>You can always install or remove modules later. You can find more available modules after installation in the admin area.' => '',
|
||||
'I want to use HumHub for:' => '',
|
||||
'Initializing database...' => '',
|
||||
'My club' => '',
|
||||
'My community' => '',
|
||||
'My company (Social Intranet / Project management)' => '',
|
||||
'My educational institution (school, university)' => '',
|
||||
'Name of Database' => '',
|
||||
'Name of your network' => '',
|
||||
'Newly registered users have to be activated by an admin first' => '',
|
||||
'Next' => '',
|
||||
'Nike – Just buy it. ;Wink;' => '',
|
||||
'Of course, your new social network needs a name. Please change the default name with one you like. (For example the name of your company, organization or club)' => '',
|
||||
'Ohh, something went wrong!' => '',
|
||||
'Password' => '',
|
||||
'Recommended <strong>Modules</strong>' => '',
|
||||
'Registered members can invite new users via email' => '',
|
||||
'Security <strong>Settings</strong>' => '',
|
||||
'Set up example content (recommended)' => '',
|
||||
'Sign in' => '',
|
||||
'Skip this step, I want to set up everything manually' => '',
|
||||
'Social Network <strong>Name</strong>' => '',
|
||||
'The installation completed successfully! Have fun with your new social network.' => '',
|
||||
'The name of the database you want to run HumHub in.' => '',
|
||||
'This overview shows all system requirements of HumHub.' => '',
|
||||
'This wizard will install and configure your own HumHub instance.<br><br>To continue, click Next.' => '',
|
||||
'To avoid a blank dashboard after your initial login, HumHub can install example contents for you. Those will give you a nice general view of how HumHub works. You can always delete the individual contents.' => '',
|
||||
'To simplify the configuration, we have predefined setups for the most common use cases with different options for modules and settings. You can adjust them during the next step.' => '',
|
||||
'Username' => '',
|
||||
'We\'re looking for great slogans of famous brands. Maybe you can come up with some samples?' => '',
|
||||
'Welcome Space' => '',
|
||||
'Yay! I\'ve just installed HumHub ;Cool;' => '',
|
||||
'You\'re almost done. In this step you have to fill out the form to create an admin account. With this account you can manage the whole network.' => '',
|
||||
'Your MySQL password.' => '',
|
||||
'Your MySQL username' => '',
|
||||
'Your first sample space to discover the platform.' => '',
|
||||
'<strong>Admin</strong> Account' => '<strong>Администраторски</strong> акаунт',
|
||||
'<strong>Configuration</strong>' => '<strong>Конфигурация</strong>',
|
||||
'<strong>Congratulations</strong>. You\'re done.' => '<strong>Поздравления</strong>. Готови сте.',
|
||||
'<strong>Database</strong> Configuration' => 'Конфигурация на <strong>база от данни</strong>',
|
||||
'<strong>Example</strong> contents' => '<strong>Примерно</strong> съдържание',
|
||||
'<strong>System</strong> Check' => '<strong>Системна</strong> Проверка',
|
||||
'<strong>Welcome</strong> to HumHub<br>Your Social Network Toolbox' => '<strong>Добре дошли</strong> в HumHub <br>Кутията с инструменти за Вашата Социална Мрежа',
|
||||
'Allow access for non-registered users to public content (guest access)' => 'Разрешаване на достъп за нерегистрирани потребители до публично съдържание (достъп за гости)',
|
||||
'Allow friendships between members' => 'Позволете приятелства между членовете',
|
||||
'Below you have to enter your database connection details. If you’re not sure about these, please contact your system administrator.' => 'По-долу трябва да въведете данните за връзката на вашата база от данни. Ако не сте сигурни за това, моля, свържете се със системния ви администратор.',
|
||||
'Calvin Klein – Between love and madness lies obsession.' => 'Калвин Клайн - Между любовта и лудостта се крие мания.',
|
||||
'Check again' => 'Провери отново',
|
||||
'Congratulations! Everything is ok and ready to start over!' => 'Честито! Всичко е наред и е готово да стартирате!',
|
||||
'Create Admin Account' => 'Създайте администраторски акаунт',
|
||||
'Downloading & Installing Modules...' => 'Изтегляне и инсталиране на модули...',
|
||||
'External users can register (show registration form on login)' => 'Външни потребители могат да се регистрират (покажете регистрационната форма при влизане)',
|
||||
'Here you can decide how new, unregistered users can access HumHub.' => 'Тук можете да решите как нови, нерегистрирани потребители могат да имат достъп до HumHub.',
|
||||
'Hostname' => 'Име на хост',
|
||||
'Hostname of your MySQL Database Server (e.g. localhost if MySQL is running on the same machine)' => 'Име на хост на вашия сървър за база от данни MySQL (напр. localhost, ако MySQL работи на същата машина)',
|
||||
'HumHub is very flexible and can be adjusted and/or expanded for various different applications thanks to its’ different modules. The following modules are just a few examples and the ones we thought are most important for your chosen application.<br><br>You can always install or remove modules later. You can find more available modules after installation in the admin area.' => 'HumHub е много гъвкав и може да се регулира и / или разширява за различни приложения, благодарение на различните модули. Следващите модули са само няколко примера и тези, които сме сметнали за най-важни за избраното от вас приложение.<br><br>Винаги можете да инсталирате или премахнете модули по-късно. Можете да намерите повече налични модули след инсталирането в административната област.',
|
||||
'I want to use HumHub for:' => 'Искам да използвам HumHub за:',
|
||||
'Initializing database...' => 'Инициализиране на базата от данни...',
|
||||
'My club' => 'Моят клуб',
|
||||
'My community' => 'Моята общност',
|
||||
'My company (Social Intranet / Project management)' => 'Моята компания (социален интранет / управление на проекти)',
|
||||
'My educational institution (school, university)' => 'Моята образователна институция (училище, университет)',
|
||||
'Name of Database' => 'Име на базата от данни',
|
||||
'Name of your network' => 'Име на вашата мрежа',
|
||||
'Newly registered users have to be activated by an admin first' => 'Новорегистрираните потребители първо трябва да бъдат активирани от администратор',
|
||||
'Next' => 'Следващ',
|
||||
'Nike – Just buy it. ;Wink;' => 'Nike - Просто го купи. ; Намигване;',
|
||||
'Of course, your new social network needs a name. Please change the default name with one you like. (For example the name of your company, organization or club)' => 'Разбира се, новата ви социална мрежа се нуждае от име. Моля, променете името по подразбиране с такова, което ви харесва. (Например името на вашата компания, организация или клуб)',
|
||||
'Ohh, something went wrong!' => 'О, нещо се обърка!',
|
||||
'Password' => 'Парола',
|
||||
'Recommended <strong>Modules</strong>' => 'Препоръчителни <strong>Модули</strong>',
|
||||
'Registered members can invite new users via email' => 'Регистрираните членове могат да канят нови потребители по имейл',
|
||||
'Security <strong>Settings</strong>' => '<strong>Настройки</strong> за защита',
|
||||
'Set up example content (recommended)' => 'Настройване на примерно съдържание (препоръчително)',
|
||||
'Sign in' => 'Впиши се',
|
||||
'Skip this step, I want to set up everything manually' => 'Пропусни тази стъпка, искам да настроя всичко ръчно',
|
||||
'Social Network <strong>Name</strong>' => '<strong>Име</strong> на Социалната Мрежа',
|
||||
'The installation completed successfully! Have fun with your new social network.' => 'Инсталацията завърши успешно! Забавлявайте се с новата си социална мрежа.',
|
||||
'The name of the database you want to run HumHub in.' => 'Името на базата от данни, в която искате да стартирате HumHub.',
|
||||
'This overview shows all system requirements of HumHub.' => 'Този общ преглед показва всички системни изисквания на HumHub.',
|
||||
'This wizard will install and configure your own HumHub instance.<br><br>To continue, click Next.' => 'Този съветник ще инсталира и конфигурира вашата собствена инстанция на HumHub.<br><br>За да продължите, щракнете върху Напред.',
|
||||
'To avoid a blank dashboard after your initial login, HumHub can install example contents for you. Those will give you a nice general view of how HumHub works. You can always delete the individual contents.' => 'За да избегнете празно табло след първоначалното ви влизане, HumHub може да инсталира примерно съдържание за вас. Това ще ви даде хубава обща представа за това как работи HumHub. Винаги можете да изтриете генерираното съдържание.',
|
||||
'To simplify the configuration, we have predefined setups for the most common use cases with different options for modules and settings. You can adjust them during the next step.' => 'За да опростим конфигурацията, имаме предварително дефинирани настройки за най-често използваните случаи с различни опции за модули и настройки. Можете да ги коригирате по време на следващата стъпка.',
|
||||
'Username' => 'Потребителско име',
|
||||
'We\'re looking for great slogans of famous brands. Maybe you can come up with some samples?' => 'Търсим страхотни лозунги на известни марки. Може би можете да дадете някакви идеи?',
|
||||
'Welcome Space' => 'Раздел Добре Дошли',
|
||||
'Yay! I\'ve just installed HumHub ;Cool;' => 'Еха! Току-що инсталирах HumHub; Страхотно;',
|
||||
'You\'re almost done. In this step you have to fill out the form to create an admin account. With this account you can manage the whole network.' => 'Почти сте готови. В тази стъпка трябва да попълните формуляра, за да създадете администраторски акаунт. С този акаунт можете да управлявате цялата мрежа.',
|
||||
'Your MySQL password.' => 'Вашата парола за MySQL.',
|
||||
'Your MySQL username' => 'Вашето потребителско име за MySQL',
|
||||
'Your first sample space to discover the platform.' => 'Първият ви примерен раздел за разбиране на платформата.',
|
||||
);
|
||||
|
@ -1,47 +1,30 @@
|
||||
<?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 [
|
||||
'A TLS/SSL is strongly favored in production environments to prevent passwords from be transmitted in clear text.' => '',
|
||||
'Base DN' => '',
|
||||
'Defines the filter to apply, when login is attempted. %s replaces the username in the login action. Example: "(sAMAccountName=%s)" or "(uid=%s)"' => '',
|
||||
'E-Mail Address Attribute' => '',
|
||||
'Enable LDAP Support' => '',
|
||||
'Encryption' => '',
|
||||
'Fetch/Update Users Automatically' => '',
|
||||
'Hostname' => '',
|
||||
'ID Attribute' => '',
|
||||
'LDAP' => '',
|
||||
'LDAP Attribute for E-Mail Address. Default: "mail"' => '',
|
||||
'LDAP Attribute for Username. Example: "uid" or "sAMAccountName"' => '',
|
||||
'Limit access to users meeting this criteria. Example: "(objectClass=posixAccount)" or "(&(objectClass=person)(memberOf=CN=Workers,CN=Users,DC=myDomain,DC=com))"' => '',
|
||||
'Login Filter' => '',
|
||||
'Not changeable LDAP attribute to unambiguously identify the user in the directory. If empty the user will be determined automatically by e-mail address or username. Examples: objectguid (ActiveDirectory) or uidNumber (OpenLDAP)' => '',
|
||||
'Password' => '',
|
||||
'Port' => '',
|
||||
'Specify your LDAP-backend used to fetch user accounts.' => '',
|
||||
'Status: Error! (Message: {message})' => '',
|
||||
'Status: OK! ({userCount} Users)' => '',
|
||||
'Status: Warning! (No users found using the ldap user filter!)' => '',
|
||||
'The default base DN used for searching for accounts.' => '',
|
||||
'The default credentials password (used only with username above).' => '',
|
||||
'The default credentials username. Some servers require that this be in DN form. This must be given in DN form if the LDAP server requires a DN to bind and binding should be possible with simple usernames.' => '',
|
||||
'User Filter' => '',
|
||||
'Username' => '',
|
||||
'Username Attribute' => '',
|
||||
];
|
||||
return array (
|
||||
'A TLS/SSL is strongly favored in production environments to prevent passwords from be transmitted in clear text.' => 'TLS / SSL е силно предпочитан в среди с реален трафик, за да се предотврати предаването на пароли в ясен текст.',
|
||||
'Base DN' => 'Основен DN',
|
||||
'Defines the filter to apply, when login is attempted. %s replaces the username in the login action. Example: "(sAMAccountName=%s)" or "(uid=%s)"' => 'Определя филтъра, който да се приложи при опит за влизане. %s замества потребителското име в действието за влизане. Пример: "(sAMAccountName=%s)" или "(uid=%s)"',
|
||||
'E-Mail Address Attribute' => 'Атрибут на имейл адрес',
|
||||
'Enable LDAP Support' => 'Активирай поддръжката на LDAP',
|
||||
'Encryption' => 'Шифроване',
|
||||
'Fetch/Update Users Automatically' => 'Извличайте / актуализирайте потребителите автоматично',
|
||||
'Hostname' => 'Име на хост',
|
||||
'ID Attribute' => 'ID атрибут',
|
||||
'LDAP' => 'LDAP',
|
||||
'LDAP Attribute for E-Mail Address. Default: "mail"' => 'LDAP атрибут за имейл адрес. По подразбиране: "mail"',
|
||||
'LDAP Attribute for Username. Example: "uid" or "sAMAccountName"' => 'LDAP атрибут за потребителско име. Пример: "uid" или "sAMAccountName"',
|
||||
'Limit access to users meeting this criteria. Example: "(objectClass=posixAccount)" or "(&(objectClass=person)(memberOf=CN=Workers,CN=Users,DC=myDomain,DC=com))"' => 'Ограничете достъпа до потребители, отговарящи на тези критерии. Пример: quot;(objectClass=posixAccount)" или "(&(objectClass=person)(memberOf=CN=Workers,CN=Users,DC=myDomain,DC=com))"',
|
||||
'Login Filter' => 'Филтър за вход',
|
||||
'Not changeable LDAP attribute to unambiguously identify the user in the directory. If empty the user will be determined automatically by e-mail address or username. Examples: objectguid (ActiveDirectory) or uidNumber (OpenLDAP)' => 'Непроменим LDAP атрибут за еднозначно идентифициране на потребителя в директорията. Ако е празен, потребителят ще бъде определен автоматично по имейл адрес или потребителско име. Примери: objectguid (ActiveDirectory) или uidNumber (OpenLDAP)',
|
||||
'Password' => 'Парола',
|
||||
'Port' => 'Порт',
|
||||
'Specify your LDAP-backend used to fetch user accounts.' => 'Посочете вашия LDAP-бекенд, използван за извличане на потребителски акаунти.',
|
||||
'Status: Error! (Message: {message})' => 'Състояние: Грешка! (Съобщение: {message})',
|
||||
'Status: OK! ({userCount} Users)' => 'Състояние: ОК! ({userCount} потребители)',
|
||||
'Status: Warning! (No users found using the ldap user filter!)' => 'Състояние: Предупреждение! (Не са намерени потребители, използващи LDAP потребителски филтър!)',
|
||||
'The default base DN used for searching for accounts.' => 'Основният DN по подразбиране, използван за търсене на акаунти.',
|
||||
'The default credentials password (used only with username above).' => 'Паролата за идентификационни данни по подразбиране (използва се само с потребителско име по-горе).',
|
||||
'The default credentials username. Some servers require that this be in DN form. This must be given in DN form if the LDAP server requires a DN to bind and binding should be possible with simple usernames.' => 'Потребителското име по подразбиране за идентификационни данни. Някои сървъри изискват това да е в DN форма. Това трябва да се даде в DN форма, ако LDAP сървърът изисква DN да се свързва и свързването трябва да е възможно с прости потребителски имена.',
|
||||
'User Filter' => 'Потребителски филтър',
|
||||
'Username' => 'Потребителско име',
|
||||
'Username Attribute' => 'Атрибут на потребителското име',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
return array (
|
||||
'Likes' => '',
|
||||
'Whenever someone likes something (e.g. a post or comment).' => '',
|
||||
'{userDisplayName} likes {contentTitle}' => '',
|
||||
'Likes' => 'Харесвания',
|
||||
'Whenever someone likes something (e.g. a post or comment).' => 'Винаги, когато някой харесва нещо (напр. публикация или коментар).',
|
||||
'{userDisplayName} likes {contentTitle}' => '{userDisplayName} харесва {contentTitle}',
|
||||
);
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
return array (
|
||||
' likes this.' => '',
|
||||
'<strong>Users</strong> who like this' => '',
|
||||
'Like' => '',
|
||||
'Unlike' => '',
|
||||
'You' => '',
|
||||
'You like this.' => '',
|
||||
'and {count} more like this.' => '',
|
||||
' likes this.' => 'харесва това.',
|
||||
'<strong>Users</strong> who like this' => '<strong>Потребители</strong>, които харесват това',
|
||||
'Like' => 'Харесвам',
|
||||
'Unlike' => 'Спирам да харесвам',
|
||||
'You' => 'Вие',
|
||||
'You like this.' => 'Вие харесвате това.',
|
||||
'and {count} more like this.' => 'и още {count} подобни.',
|
||||
);
|
||||
|
@ -1,21 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'New Like' => '',
|
||||
];
|
||||
return array (
|
||||
'New Like' => 'Ново харесване',
|
||||
);
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
return array (
|
||||
'Likes' => '',
|
||||
'Receive Notifications when someone likes your content.' => '',
|
||||
'View Online' => '',
|
||||
'{displayNames} likes your {contentTitle}.' => '',
|
||||
'{displayNames} likes {contentTitle}.' => '',
|
||||
'{displayName} likes your {contentTitle}.' => '',
|
||||
'{displayName} likes {contentTitle}.' => '',
|
||||
'Likes' => 'Харесвания',
|
||||
'Receive Notifications when someone likes your content.' => 'Получавайте известия, когато някой харесва вашето съдържание.',
|
||||
'View Online' => 'Преглед онлайн',
|
||||
'{displayNames} likes your {contentTitle}.' => '{displayNames} харесва вашето {contentTitle}.',
|
||||
'{displayNames} likes {contentTitle}.' => '{displayNames} харесва {contentTitle}.',
|
||||
'{displayName} likes your {contentTitle}.' => '{displayName} харесва вашето {contentTitle}.',
|
||||
'{displayName} likes {contentTitle}.' => '{displayName} харесва {contentTitle}.',
|
||||
);
|
||||
|
@ -1,22 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Allows user to like content' => '',
|
||||
'Can like' => '',
|
||||
];
|
||||
return array (
|
||||
'Allows user to like content' => 'Позволява на потребителя да харесва съдържанието',
|
||||
'Can like' => 'Може да хареса',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user