Skip to content

Commit 1f73f1e

Browse files
update readme
1 parent c54c905 commit 1f73f1e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

_settingsFrom.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,53 +10,53 @@
1010
/* @var $model \skeeks\cms\models\WidgetConfig */
1111

1212
?>
13-
<?= $form->fieldSet(\Yii::t('app','Are common')); ?>
13+
<?= $form->fieldSet(\Yii::t('skeeks/authclient','Are common')); ?>
1414
<?= $form->field($model, 'enabled')->radioList(\Yii::$app->formatter->booleanFormat); ?>
1515
<?= $form->fieldSetEnd(); ?>
1616

1717
<?= $form->fieldSet('GitHub'); ?>
1818

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', [
2020
'target' => '_blank'
21-
]); ?><?=\Yii::t('app',', and get its settings.')?></p>
21+
]); ?><?=\Yii::t('skeeks/authclient',', and get its settings.')?></p>
2222
<hr />
2323

2424
<?= $form->field($model, 'githubEnabled')->radioList(\Yii::$app->formatter->booleanFormat); ?>
2525

2626
<?= $form->field($model, 'githubClientId')->textInput(['placeholder' => 'c692de6c3c3247e39cf4']); ?>
2727
<?= $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'])); ?>
2929

3030
<?= $form->fieldSetEnd(); ?>
3131

3232
<?= $form->fieldSet('Vk'); ?>
3333

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', [
3535
'target' => '_blank'
36-
]); ?><?=\Yii::t('app',', and get its settings.')?></p>
36+
]); ?><?=\Yii::t('skeeks/authclient',', and get its settings.')?></p>
3737
<hr />
3838

3939
<?= $form->field($model, 'vkEnabled')->radioList(\Yii::$app->formatter->booleanFormat); ?>
4040

4141
<?= $form->field($model, 'vkClientId')->textInput(['placeholder' => '5040380']); ?>
4242
<?= $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'])); ?>
4444

4545
<?= $form->fieldSetEnd(); ?>
4646

4747

4848
<?= $form->fieldSet('Facebook'); ?>
4949

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', [
5151
'target' => '_blank'
52-
]); ?><?=\Yii::t('app',', and get its settings.')?></p>
52+
]); ?><?=\Yii::t('skeeks/authclient',', and get its settings.')?></p>
5353
<hr />
5454

5555
<?= $form->field($model, 'facebookEnabled')->radioList(\Yii::$app->formatter->booleanFormat); ?>
5656

5757
<?= $form->field($model, 'facebookClientId')->textInput(['placeholder' => '5040380']); ?>
5858
<?= $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'])); ?>
6060

6161
<?= $form->fieldSetEnd(); ?>
6262

0 commit comments

Comments
 (0)