Little lang fix
This commit is contained in:
parent
6a21578e4c
commit
5ceafa0c70
12
bl-kernel/admin/views/edit-user.php
Normal file → Executable file
12
bl-kernel/admin/views/edit-user.php
Normal file → Executable file
@ -47,7 +47,7 @@ HTML::formOpen(array('id'=>'edit-user-profile-form','class'=>'uk-form-horizontal
|
|||||||
));
|
));
|
||||||
|
|
||||||
echo '<div class="uk-form-row">
|
echo '<div class="uk-form-row">
|
||||||
<label class="uk-form-label">Password</label>
|
<label class="uk-form-label">'.$L->g('password').'</label>
|
||||||
<div class="uk-form-controls">
|
<div class="uk-form-controls">
|
||||||
<a href="'.HTML_PATH_ADMIN_ROOT.'user-password/'.$_User->username().'">'.$L->g('Change password').'</a>
|
<a href="'.HTML_PATH_ADMIN_ROOT.'user-password/'.$_User->username().'">'.$L->g('Change password').'</a>
|
||||||
</div>
|
</div>
|
||||||
@ -72,11 +72,11 @@ if($Login->role()==='admin') {
|
|||||||
'tip'=>$L->g('email-will-not-be-publicly-displayed')
|
'tip'=>$L->g('email-will-not-be-publicly-displayed')
|
||||||
));
|
));
|
||||||
|
|
||||||
HTML::legend(array('value'=>'Social networks'));
|
HTML::legend(array('value'=>$L->g('Social networks')));
|
||||||
|
|
||||||
HTML::formInputText(array(
|
HTML::formInputText(array(
|
||||||
'name'=>'twitterUsername',
|
'name'=>'twitterUsername',
|
||||||
'label'=>'Twitter username',
|
'label'=>$L->g('Twitter username'),
|
||||||
'value'=>$_User->twitterUsername(),
|
'value'=>$_User->twitterUsername(),
|
||||||
'class'=>'uk-width-1-2 uk-form-medium',
|
'class'=>'uk-width-1-2 uk-form-medium',
|
||||||
'tip'=>''
|
'tip'=>''
|
||||||
@ -84,7 +84,7 @@ if($Login->role()==='admin') {
|
|||||||
|
|
||||||
HTML::formInputText(array(
|
HTML::formInputText(array(
|
||||||
'name'=>'facebookUsername',
|
'name'=>'facebookUsername',
|
||||||
'label'=>'Facebook username',
|
'label'=>$L->g('Facebook username'),
|
||||||
'value'=>$_User->facebookUsername(),
|
'value'=>$_User->facebookUsername(),
|
||||||
'class'=>'uk-width-1-2 uk-form-medium',
|
'class'=>'uk-width-1-2 uk-form-medium',
|
||||||
'tip'=>''
|
'tip'=>''
|
||||||
@ -92,7 +92,7 @@ if($Login->role()==='admin') {
|
|||||||
|
|
||||||
HTML::formInputText(array(
|
HTML::formInputText(array(
|
||||||
'name'=>'googleUsername',
|
'name'=>'googleUsername',
|
||||||
'label'=>'Google username',
|
'label'=>$L->g('Google username'),
|
||||||
'value'=>$_User->googleUsername(),
|
'value'=>$_User->googleUsername(),
|
||||||
'class'=>'uk-width-1-2 uk-form-medium',
|
'class'=>'uk-width-1-2 uk-form-medium',
|
||||||
'tip'=>''
|
'tip'=>''
|
||||||
@ -100,7 +100,7 @@ if($Login->role()==='admin') {
|
|||||||
|
|
||||||
HTML::formInputText(array(
|
HTML::formInputText(array(
|
||||||
'name'=>'instagramUsername',
|
'name'=>'instagramUsername',
|
||||||
'label'=>'Instagram username',
|
'label'=>$L->g('Instagram username'),
|
||||||
'value'=>$_User->instagramUsername(),
|
'value'=>$_User->instagramUsername(),
|
||||||
'class'=>'uk-width-1-2 uk-form-medium',
|
'class'=>'uk-width-1-2 uk-form-medium',
|
||||||
'tip'=>''
|
'tip'=>''
|
||||||
|
10
bl-languages/en_US.json
Normal file → Executable file
10
bl-languages/en_US.json
Normal file → Executable file
@ -37,7 +37,7 @@
|
|||||||
"draft": "Draft",
|
"draft": "Draft",
|
||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
"registered": "Registered",
|
"registered": "Registered",
|
||||||
"Notifications": "Notifications",
|
"notifications": "Notifications",
|
||||||
"profile": "Profile",
|
"profile": "Profile",
|
||||||
"email": "Email",
|
"email": "Email",
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
@ -232,5 +232,11 @@
|
|||||||
"click-on-the-image-for-options": "Click on the image for options.",
|
"click-on-the-image-for-options": "Click on the image for options.",
|
||||||
"set-as-cover-image": "Set as cover image",
|
"set-as-cover-image": "Set as cover image",
|
||||||
"delete-image": "Delete image",
|
"delete-image": "Delete image",
|
||||||
"image-description": "Image description"
|
"image-description": "Image description",
|
||||||
|
|
||||||
|
"social-networks": "Social networks",
|
||||||
|
"twitter-username": "Twitter username",
|
||||||
|
"facebook-username": "Facebook username",
|
||||||
|
"google-username": "Google username",
|
||||||
|
"instagram-username": "Instagram username"
|
||||||
}
|
}
|
@ -37,7 +37,7 @@
|
|||||||
"draft": "Brouillon",
|
"draft": "Brouillon",
|
||||||
"delete": "Supprimer",
|
"delete": "Supprimer",
|
||||||
"registered": "Inscrit",
|
"registered": "Inscrit",
|
||||||
"Notifications": "Notifications",
|
"notifications": "Notifications",
|
||||||
"profile": "Profil",
|
"profile": "Profil",
|
||||||
"email": "E-mail",
|
"email": "E-mail",
|
||||||
"settings": "Paramètres",
|
"settings": "Paramètres",
|
||||||
@ -232,5 +232,11 @@
|
|||||||
"click-on-the-image-for-options": "Cliquez sur l’image pour plus d’options.",
|
"click-on-the-image-for-options": "Cliquez sur l’image pour plus d’options.",
|
||||||
"set-as-cover-image": "Définir comme image de couverture",
|
"set-as-cover-image": "Définir comme image de couverture",
|
||||||
"delete-image": "Supprimer l’image",
|
"delete-image": "Supprimer l’image",
|
||||||
"image-description": "Description de l’image"
|
"image-description": "Description de l’image",
|
||||||
|
|
||||||
|
"social-networks": "Réseaux sociaux",
|
||||||
|
"twitter-username": "Compte utilisateur Twitter",
|
||||||
|
"facebook-username": "Compte utilisateur Facebook",
|
||||||
|
"google-username": "Compte utilisateur Google",
|
||||||
|
"instagram-username": "Compte utilisateur Instagram"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user