language updated
This commit is contained in:
parent
f52bd49e1a
commit
ca6ce87eae
|
@ -129,7 +129,7 @@ if($Login->role()==='admin') {
|
||||||
'label'=>$L->g('Token'),
|
'label'=>$L->g('Token'),
|
||||||
'value'=>$User->tokenAuth(),
|
'value'=>$User->tokenAuth(),
|
||||||
'class'=>'uk-width-1-2 uk-form-medium',
|
'class'=>'uk-width-1-2 uk-form-medium',
|
||||||
'tip'=>$L->g('this-token-is-similar-to-your-password-you-should-not-share-it')
|
'tip'=>$L->g('this-token-is-similar-to-a-password-it-should-not-be-shared')
|
||||||
));
|
));
|
||||||
|
|
||||||
HTML::legend(array('value'=>$L->g('Status')));
|
HTML::legend(array('value'=>$L->g('Status')));
|
||||||
|
|
|
@ -183,7 +183,6 @@
|
||||||
"token": "Token",
|
"token": "Token",
|
||||||
"current-status": "Current status",
|
"current-status": "Current status",
|
||||||
"upload-image": "Upload image",
|
"upload-image": "Upload image",
|
||||||
"this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.",
|
|
||||||
"the-changes-have-been-saved": "The changes have been saved",
|
"the-changes-have-been-saved": "The changes have been saved",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
"links": "Links",
|
"links": "Links",
|
||||||
|
@ -229,5 +228,8 @@
|
||||||
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
|
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
|
||||||
"previous": "Previous",
|
"previous": "Previous",
|
||||||
"previous-page": "Previous page",
|
"previous-page": "Previous page",
|
||||||
"next-page": "Next page"
|
"next-page": "Next page",
|
||||||
|
"scheduled": "Scheduled",
|
||||||
|
"this-token-is-similar-to-a-password-it-should-not-be-shared": "This token is similar to a password, it should not be shared.",
|
||||||
|
"congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your **Bludit**"
|
||||||
}
|
}
|
|
@ -483,6 +483,7 @@ function install($adminPassword, $email, $timezone)
|
||||||
$data = 'Title: '.$Language->get('Welcome').'
|
$data = 'Title: '.$Language->get('Welcome').'
|
||||||
Content:
|
Content:
|
||||||
|
|
||||||
|
- '.$Language->get('congratulations-you-have-successfully-installed-your-bludit').'
|
||||||
- '.$text1.'
|
- '.$text1.'
|
||||||
- '.$Language->get('Follow Bludit on').' [Twitter](https://twitter.com/bludit) / [Facebook](https://www.facebook.com/bluditcms) / [Google+](https://plus.google.com/+Bluditcms)
|
- '.$Language->get('Follow Bludit on').' [Twitter](https://twitter.com/bludit) / [Facebook](https://www.facebook.com/bluditcms) / [Google+](https://plus.google.com/+Bluditcms)
|
||||||
- '.$Language->get('Chat with developers and users on Gitter').'
|
- '.$Language->get('Chat with developers and users on Gitter').'
|
||||||
|
|
Loading…
Reference in New Issue