コード例 #1
0
ファイル: ShopComponent.php プロジェクト: BMOTech/cms-shop
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['email' => 'Email', 'payAfterConfirmation' => \skeeks\cms\shop\Module::t('app', 'Include payment orders only after the manager approval')]);
 }
コード例 #2
0
ファイル: PropertyType.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['multiple' => \Yii::t('app', 'Multiple choice')]);
 }
コード例 #3
0
ファイル: CmsToolbar.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['enabled' => 'Активность панели управления', 'editWidgets' => 'Редактирование виджетов', 'editViewFiles' => 'Редактирование шаблонов', 'isOpen' => 'Открыта', 'enableFancyboxWindow' => 'Включить диалоговые онка панели (Fancybox)', 'infoblockEditBorderColor' => 'Цвет рамки вокруг инфоблока']);
 }
コード例 #4
0
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['kladrApiToken' => 'Токен с kladr-api.ru', 'russiaId' => 'Россия', 'kladrRequestLimit' => 'За один запрос к апи, выбирается столько записей']);
 }
コード例 #5
0
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['enabledBeforeApproval' => \skeeks\cms\comments2\Module::t('app', 'Use pre-moderation comments'), 'elementPropertyCountCode' => \skeeks\cms\comments2\Module::t('app', 'Contact number of comments with the property element'), 'notifyEmails' => \skeeks\cms\comments2\Module::t('app', 'Email addresses for notifications'), 'notifyPhones' => \skeeks\cms\comments2\Module::t('app', 'Telephone numbers for notifications'), 'securityEnabledRateLimit' => \skeeks\cms\comments2\Module::t('app', 'Enable IP protection'), 'securityRateLimitRequests' => \skeeks\cms\comments2\Module::t('app', 'Maximum number of comments for a specified time'), 'securityRateLimitTime' => \skeeks\cms\comments2\Module::t('app', 'The time for that will be taken by the maximum number of comments'), 'messageSuccessBeforeApproval' => \skeeks\cms\comments2\Module::t('app', 'Reporting successfully added comments (if the pre-moderation on)'), 'messageSuccess' => \skeeks\cms\comments2\Module::t('app', 'Reporting successfully added comments (without pre-moderation)'), 'enabledFieldsOnGuest' => \skeeks\cms\comments2\Module::t('app', 'The fields in the form to add comments (not authorized)'), 'enabledFieldsOnUser' => \skeeks\cms\comments2\Module::t('app', 'The fields in the form to add comments (user is logged in)'), 'maxCountMessagesForUser' => \skeeks\cms\comments2\Module::t('app', 'Maximum number of replies to the same post from one user (0 - unlimited)')]);
 }
コード例 #6
0
ファイル: AdminSettings.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['asset' => \Yii::t('app', 'Additional css and js admin area'), 'enableCustomConfirm' => \Yii::t('app', 'Include stylized window confirmation (confirm)'), 'enableCustomPromt' => \Yii::t('app', 'Include stylized window question with one field (promt)'), 'languageCode' => \Yii::t('app', 'Interface language'), 'pageParamName' => \Yii::t('app', 'Interface language'), 'enabledPjaxPagination' => \Yii::t('app', 'Turning ajax navigation'), 'pageParamName' => \Yii::t('app', 'Parameter name pages, pagination'), 'pageSize' => \Yii::t('app', 'Number of records on one page'), 'ckeditorPreset' => \Yii::t('app', 'Instruments'), 'ckeditorSkin' => \Yii::t('app', 'Theme of formalization'), 'ckeditorHeight' => \Yii::t('app', 'Height'), 'ckeditorCodeSnippetGeshi' => \Yii::t('app', 'Use code highlighting') . ' (Code Snippets Using GeSHi)', 'ckeditorCodeSnippetTheme' => \Yii::t('app', 'Theme of {theme} code', ['theme' => 'hightlight']), 'blockedTime' => \Yii::t('app', 'Time through which block user')]);
 }
コード例 #7
0
ファイル: CmsSettings.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['sessionType' => 'Где хранить сессии']);
 }
コード例 #8
0
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['enabledBeforeApproval' => \Yii::t('skeeks/reviews2', 'Use reviews pre-moderation'), 'maxValue' => \Yii::t('skeeks/reviews2', 'Maximum value of rating'), 'elementPropertyRatingCode' => \Yii::t('skeeks/reviews2', 'Relation rating value with element property'), 'elementPropertyCountCode' => \Yii::t('skeeks/reviews2', 'Relation reviews amount with element property'), 'notify_emails' => \Yii::t('skeeks/reviews2', 'Notify emails'), 'notifyPhones' => \Yii::t('skeeks/reviews2', 'Notify phones'), 'securityEnabledRateLimit' => \Yii::t('skeeks/reviews2', 'Enable protection by IP'), 'securityRateLimitRequests' => \Yii::t('skeeks/reviews2', 'Max reviews'), 'securityRateLimitTime' => \Yii::t('skeeks/reviews2', 'The time for which will be placed the maximum number of user reviews'), 'messageSuccessBeforeApproval' => \Yii::t('skeeks/reviews2', 'Notice of review successfully added (if the pre-moderation)'), 'messageSuccess' => \Yii::t('skeeks/reviews2', 'Notice of review successfully added (without pre-moderation)'), 'enabledFieldsOnGuest' => \Yii::t('skeeks/reviews2', 'Fields in the form of adding a review (not authorized)'), 'enabledFieldsOnUser' => \Yii::t('skeeks/reviews2', 'Fields in the form of adding a review (user is autorized)'), 'maxCountMessagesForUser' => \Yii::t('skeeks/reviews2', 'The maximum number of reviews to one article per user (0 - unlimited)')]);
 }
コード例 #9
0
ファイル: AuthClientSettings.php プロジェクト: Liv1020/cms
 /**
  * @return array
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['enabled' => \Yii::t('app', 'Enable'), 'githubEnabled' => \Yii::t('app', 'Enable authorization through {github}', ['github' => 'GitHub']), 'githubClientId' => 'clientId', 'githubClientSecret' => 'clientSecret', 'githubClass' => \Yii::t('app', 'Handler'), 'vkEnabled' => 'Включить авторизацию через vk', 'vkClientId' => 'clientId', 'vkClientSecret' => 'clientSecret', 'vkClass' => 'Обработчик']);
 }
コード例 #10
0
ファイル: GridViewSettings.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['enabledPjaxPagination' => \Yii::t('app', 'Inclusion {ajax} navigation', ['ajax' => 'ajax']), 'pageParamName' => \Yii::t('app', 'Parameter name pages, pagination'), 'pageSize' => \Yii::t('app', 'Number of records on one page'), 'orderBy' => \Yii::t('app', 'Sort by what parameter'), 'order' => \Yii::t('app', 'sorting direction'), 'visibleColumns' => \Yii::t('app', 'Display column')]);
 }
コード例 #11
0
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['levels' => \Yii::t('skeeks/logdb/app', 'Error levels'), 'logVars' => \Yii::t('skeeks/logdb/app', 'Additional information for logging'), 'exceptString' => \Yii::t('skeeks/logdb/app', 'Not logging'), 'categoriesString' => \Yii::t('skeeks/logdb/app', 'Logging only categies'), 'enabled' => \Yii::t('skeeks/logdb/app', 'On or off'), 'storeLogsTime' => \Yii::t('skeeks/logdb/app', 'Time storage of logs (sec.)'), 'exportInterval' => \Yii::t('skeeks/logdb/app', 'How many messages should be accumulated before they are exported')]);
 }
コード例 #12
0
ファイル: ShopComponent.php プロジェクト: skeeks-cms/cms-shop
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['email' => 'Email', 'payAfterConfirmation' => \Yii::t('skeeks/shop/app', 'Include payment orders only after the manager approval'), 'storeCmsContentId' => \Yii::t('skeeks/shop/app', 'Content storage'), 'notify_emails' => \Yii::t('skeeks/shop/app', 'Email notification address')]);
 }
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['enabled' => 'Включена', 'noReplaceLocalDomain' => 'Не менять абсолютные локальные ссылки', 'enabledB64Encode' => 'Преобразовывать в b64', 'noReplaceLinksOnDomainsString' => 'Ссылки с этими доменами не будут подменяться', 'noReplaceLinksOnDomains' => 'Ссылки с этими доменами не будут подменяться']);
 }
コード例 #14
0
ファイル: Seo.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['enableKeywordsGenerator' => 'Автоматическая генерация ключевых слов', 'minKeywordLenth' => 'Минимальная длина ключевого слова', 'maxKeywordsLength' => 'Длинна ключевых слов', 'robotsContent' => 'Robots.txt файл', 'useLastDelimetrContentElements' => 'Использовать слэш на конце адресов страниц элементов контента', 'useLastDelimetrTree' => 'Использовать слэш на конце адресов страниц разделов']);
 }
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['enabled' => 'Включена', 'jsCompress' => 'Компиляция js в коде html', 'jsCompressFlaggedComments' => 'Обрезание комментариев в (компиляция js в коде html)', 'cssFileCompile' => 'Включить объединение css файлов в один', 'cssFileRemouteCompile' => 'Попытаться скачать файл с удаленного сервера', 'cssFileCompress' => 'Сжимать полученный css файл (удалять комментарии и т.д.)', 'jsFileCompile' => 'Включить объединение js файлов в один', 'jsFileRemouteCompile' => 'Попытаться скачать файл с удаленного сервера', 'jsFileCompress' => 'Сжимать полученный js файл (удалять комментарии и т.д.)', 'jsFileCompressFlaggedComments' => 'Обрезать комментарии', 'cssCompress' => 'Включить сжатие css встречающегося в коде html', 'cssFileBottom' => 'Переносить файлы CSS вниз страницы', 'cssFileBottomLoadOnJs' => 'Переносить файлы CSS вниз страницы и загружать асинхронно при помощи js', 'htmlCompress' => \Yii::t('skeeks/assets-auto', 'Enable compression HTML'), 'htmlCompressExtra' => \Yii::t('skeeks/assets-auto', 'Use more compact HTML compression algorithm'), 'htmlCompressNoComments' => \Yii::t('skeeks/assets-auto', 'During HTML compression, cut out all html comments')]);
 }
コード例 #16
0
ファイル: Cms.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['adminEmail' => 'Основной Email Администратора сайта', 'notifyAdminEmailsHidden' => 'Email адреса уведомлений (скрытая копия)', 'notifyAdminEmails' => 'Email адреса уведомлений', 'noImageUrl' => 'Изображение заглушка', 'appName' => 'Название проекта', 'template' => 'Шаблон', 'templates' => 'Возможные шаблон', 'emailTemplate' => 'Шаблон для email', 'languageCode' => 'Язык по умолчанию', 'passwordResetTokenExpire' => 'Инвалидировать токен пароля через час', 'enabledHitAgents' => 'Выполнение агентов на хитах', 'hitAgentsInterval' => 'Интервал выполнения агентов на хитах', 'registerRoles' => 'При регистрации добавлять в группу', 'enabledHttpAuth' => 'Использовать http авторизацию на сайте', 'enabledHttpAuthAdmin' => 'Использовать http авторизацию в административной части', 'httpAuthLogin' => 'Логин', 'httpAuthPassword' => 'Пароль', 'debugEnabled' => 'Включение режима отладки', 'debugAllowedIPs' => 'Включение режима отладки для ip адресов', 'giiEnabled' => 'Генератор кода включен', 'giiAllowedIPs' => 'Включение генератора кода для ip адресов', 'licenseKey' => 'Лицензионный ключ']);
 }
コード例 #17
0
ファイル: V3toysSettings.php プロジェクト: v3toys/skeeks
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['v3toysIdPropertyName' => 'Название параметра у товаров — v3toys id', 'content_ids' => 'Контент свяазанный с v3project', 'v3toysShopPersonTypeId' => 'Профиль покупателя v3project', 'affiliate_key' => 'Код аффилиата полученный в v3project', 'v3toysOrderStatusSubmitted' => 'Статус заказа, когда он отправлен в Submitted', 'notify_emails' => 'Email адреса уведомлений', 'pickup_discaunt_value' => 'Скидка/Наценка на доставку самовывоза', 'post_discaunt_value' => 'Скидка/Наценка на доставку почтой', 'courier_discaunt_value' => 'Скидка/Наценка на доставку курьером', 'price_discount_percent' => 'Скидка/Наценка на товары']);
 }
コード例 #18
0
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['themeColor' => 'Цветовая схема', 'boxedBgImage' => 'Фоновое изображение', 'boxedLayout' => 'Фиксированный шаблон', 'boxedBgCss' => 'Css стиль для фона']);
 }
コード例 #19
0
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['clientId' => 'CLIENT ID для доступа к API', 'userName' => 'Имя пользователя Instagram', 'tag' => 'Тэг', 'isCacheEnabled' => 'Включить кэширование', 'cacheTime' => 'Время кэширования (в секундах)', 'count' => 'Сколько фотографий показывать']);
 }
コード例 #20
0
ファイル: Money.php プロジェクト: skeeks-cms/cms-module-money
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['currencyCode' => \Yii::t('skeeks/money', 'Default currency'), 'markupOnUpdate' => \Yii::t('skeeks/money', 'Mark-up at the time of update')]);
 }
コード例 #21
0
ファイル: Cms.php プロジェクト: skeeks-cms/cms
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['adminEmail' => 'Основной Email Администратора сайта', 'noImageUrl' => 'Изображение заглушка', 'appName' => 'Название проекта', 'languageCode' => 'Язык по умолчанию', 'passwordResetTokenExpire' => 'Инвалидировать токен пароля через час', 'registerRoles' => 'При регистрации добавлять в группу', 'tree_max_code_length' => 'Максимальная длинна кода (url) разделов', 'element_max_code_length' => 'Максимальная длинна кода (url) элементов']);
 }
コード例 #22
0
ファイル: CmsSearchComponent.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['searchQueryParamName' => 'Параметр поискового запроса в адресной строке', 'searchElementFields' => 'Основной набор полей элементов, по которым производить поиск', 'enabledElementProperties' => 'Искать среди дополнительных полей элементов', 'enabledElementPropertiesSearchable' => 'Учитывать настройки дополнительных полей при поиске по ним', 'searchElementContentIds' => 'Искать элементы контента следующих типов', 'phraseLiveTime' => 'Время хранения поисковых запросов']);
 }