|
10 | 10 | /* @var $model \skeeks\cms\models\WidgetConfig */ |
11 | 11 |
|
12 | 12 | ?> |
13 | | -<?= $form->fieldSet(\Yii::t('app','Are common')); ?> |
| 13 | +<?= $form->fieldSet(\Yii::t('skeeks/authclient','Are common')); ?> |
14 | 14 | <?= $form->field($model, 'enabled')->radioList(\Yii::$app->formatter->booleanFormat); ?> |
15 | 15 | <?= $form->fieldSetEnd(); ?> |
16 | 16 |
|
17 | 17 | <?= $form->fieldSet('GitHub'); ?> |
18 | 18 |
|
19 | | - <p><?=\Yii::t('app','Create application at page')?>: <?= Html::a('https://github.com/settings/applications', 'https://github.com/settings/applications', [ |
| 19 | + <p><?=\Yii::t('skeeks/authclient','Create application at page')?>: <?= Html::a('https://github.com/settings/applications', 'https://github.com/settings/applications', [ |
20 | 20 | 'target' => '_blank' |
21 | | - ]); ?><?=\Yii::t('app',', and get its settings.')?></p> |
| 21 | + ]); ?><?=\Yii::t('skeeks/authclient',', and get its settings.')?></p> |
22 | 22 | <hr /> |
23 | 23 |
|
24 | 24 | <?= $form->field($model, 'githubEnabled')->radioList(\Yii::$app->formatter->booleanFormat); ?> |
25 | 25 |
|
26 | 26 | <?= $form->field($model, 'githubClientId')->textInput(['placeholder' => 'c692de6c3c3247e39cf4']); ?> |
27 | 27 | <?= $form->field($model, 'githubClientSecret')->textInput(['placeholder' => 'f01f7bc7d41f38e4049d15786c0f1b93a5e96e90']); ?> |
28 | | - <?= $form->field($model, 'githubClass')->textInput(['placeholder' => 'yii\authclient\clients\GitHub'])->hint(\Yii::t('app','Optional parameter, if not filled will be used {yii}',['yii' => 'yii\authclient\clients\GitHub'])); ?> |
| 28 | + <?= $form->field($model, 'githubClass')->textInput(['placeholder' => 'yii\authclient\clients\GitHub'])->hint(\Yii::t('skeeks/authclient','Optional parameter, if not filled will be used {yii}',['yii' => 'yii\authclient\clients\GitHub'])); ?> |
29 | 29 |
|
30 | 30 | <?= $form->fieldSetEnd(); ?> |
31 | 31 |
|
32 | 32 | <?= $form->fieldSet('Vk'); ?> |
33 | 33 |
|
34 | | - <p><?=\Yii::t('app','Create application at page')?>: <?= Html::a('http://vk.com/editapp?act=create', 'http://vk.com/editapp?act=create', [ |
| 34 | + <p><?=\Yii::t('skeeks/authclient','Create application at page')?>: <?= Html::a('http://vk.com/editapp?act=create', 'http://vk.com/editapp?act=create', [ |
35 | 35 | 'target' => '_blank' |
36 | | - ]); ?><?=\Yii::t('app',', and get its settings.')?></p> |
| 36 | + ]); ?><?=\Yii::t('skeeks/authclient',', and get its settings.')?></p> |
37 | 37 | <hr /> |
38 | 38 |
|
39 | 39 | <?= $form->field($model, 'vkEnabled')->radioList(\Yii::$app->formatter->booleanFormat); ?> |
40 | 40 |
|
41 | 41 | <?= $form->field($model, 'vkClientId')->textInput(['placeholder' => '5040380']); ?> |
42 | 42 | <?= $form->field($model, 'vkClientSecret')->textInput(['placeholder' => 'sxAWws6ATNj5vDabPysA']); ?> |
43 | | - <?= $form->field($model, 'vkClass')->textInput(['placeholder' => 'yii\authclient\clients\VKontakte'])->hint(\Yii::t('app','Optional parameter, if not filled will be used {yii}',['yii' => 'yii\authclient\clients\VKontakte'])); ?> |
| 43 | + <?= $form->field($model, 'vkClass')->textInput(['placeholder' => 'yii\authclient\clients\VKontakte'])->hint(\Yii::t('skeeks/authclient','Optional parameter, if not filled will be used {yii}',['yii' => 'yii\authclient\clients\VKontakte'])); ?> |
44 | 44 |
|
45 | 45 | <?= $form->fieldSetEnd(); ?> |
46 | 46 |
|
47 | 47 |
|
48 | 48 | <?= $form->fieldSet('Facebook'); ?> |
49 | 49 |
|
50 | | - <p><?=\Yii::t('app','Create application at page')?>: <?= Html::a('https://developers.facebook.com/apps', 'https://developers.facebook.com/apps', [ |
| 50 | + <p><?=\Yii::t('skeeks/authclient','Create application at page')?>: <?= Html::a('https://developers.facebook.com/apps', 'https://developers.facebook.com/apps', [ |
51 | 51 | 'target' => '_blank' |
52 | | - ]); ?><?=\Yii::t('app',', and get its settings.')?></p> |
| 52 | + ]); ?><?=\Yii::t('skeeks/authclient',', and get its settings.')?></p> |
53 | 53 | <hr /> |
54 | 54 |
|
55 | 55 | <?= $form->field($model, 'facebookEnabled')->radioList(\Yii::$app->formatter->booleanFormat); ?> |
56 | 56 |
|
57 | 57 | <?= $form->field($model, 'facebookClientId')->textInput(['placeholder' => '5040380']); ?> |
58 | 58 | <?= $form->field($model, 'facebookClientSecret')->textInput(['placeholder' => 'sxAWws6ATNj5vDabPysA']); ?> |
59 | | - <?= $form->field($model, 'facebookClass')->textInput(['placeholder' => 'yii\authclient\clients\Facebook'])->hint(\Yii::t('app','Optional parameter, if not filled will be used {yii}',['yii' => 'yii\authclient\clients\VKontakte'])); ?> |
| 59 | + <?= $form->field($model, 'facebookClass')->textInput(['placeholder' => 'yii\authclient\clients\Facebook'])->hint(\Yii::t('skeeks/authclient','Optional parameter, if not filled will be used {yii}',['yii' => 'yii\authclient\clients\VKontakte'])); ?> |
60 | 60 |
|
61 | 61 | <?= $form->fieldSetEnd(); ?> |
62 | 62 |
|
|
0 commit comments