language updated

This commit is contained in:
Diego Najar 2017-10-09 20:08:18 +02:00
parent f52bd49e1a
commit ca6ce87eae
3 changed files with 236 additions and 233 deletions

View File

@ -129,7 +129,7 @@ if($Login->role()==='admin') {
'label'=>$L->g('Token'),
'value'=>$User->tokenAuth(),
'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')));

View File

@ -183,7 +183,6 @@
"token": "Token",
"current-status": "Current status",
"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",
"label": "Label",
"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",
"previous": "Previous",
"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**"
}

View File

@ -483,6 +483,7 @@ function install($adminPassword, $email, $timezone)
$data = 'Title: '.$Language->get('Welcome').'
Content:
- '.$Language->get('congratulations-you-have-successfully-installed-your-bludit').'
- '.$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('Chat with developers and users on Gitter').'