96 lines
		
	
	
	
		
			4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
	
		
			4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
 | 
						|
    /*
 | 
						|
    |--------------------------------------------------------------------------
 | 
						|
    | Forms Language Lines
 | 
						|
    |--------------------------------------------------------------------------
 | 
						|
    |
 | 
						|
    | The following language lines are the default lines which match forms.
 | 
						|
    |
 | 
						|
    */
 | 
						|
 | 
						|
    // CREATE NEW USER FORM
 | 
						|
    'create_user_label_email'           => 'Email do usuário',
 | 
						|
    'create_user_ph_email'              => 'Email do usuário',
 | 
						|
    'create_user_icon_email'            => 'fa-envelope',
 | 
						|
 | 
						|
    'create_user_label_username'        => 'Apelido',
 | 
						|
    'create_user_ph_username'           => 'Apelido',
 | 
						|
    'create_user_icon_username'         => 'fa-user',
 | 
						|
 | 
						|
    'create_user_label_firstname'       => 'Nome',
 | 
						|
    'create_user_ph_firstname'          => 'Nome',
 | 
						|
    'create_user_icon_firstname'        => 'fa-user',
 | 
						|
 | 
						|
    'create_user_label_lastname'        => 'Sobrenome',
 | 
						|
    'create_user_ph_lastname'           => 'Sobrenome',
 | 
						|
    'create_user_icon_lastname'         => 'fa-user',
 | 
						|
 | 
						|
    'create_user_label_password'        => 'Senha',
 | 
						|
    'create_user_ph_password'           => 'Senha',
 | 
						|
    'create_user_icon_password'         => 'fa-lock',
 | 
						|
 | 
						|
    'create_user_label_pw_confirmation' => 'Confirmação de Senha',
 | 
						|
    'create_user_ph_pw_confirmation'    => 'Confirmação de Senha',
 | 
						|
    'create_user_icon_pw_confirmation'  => 'fa-lock',
 | 
						|
 | 
						|
    'create_user_label_location'        => 'Localização do Usuário',
 | 
						|
    'create_user_ph_location'           => 'Localização do Usuário',
 | 
						|
    'create_user_icon_location'         => 'fa-map-marker',
 | 
						|
 | 
						|
    'create_user_label_bio'             => 'Informações do Usuário',
 | 
						|
    'create_user_ph_bio'                => 'Informações do Usuário',
 | 
						|
    'create_user_icon_bio'              => 'fa-pencil',
 | 
						|
 | 
						|
    'create_user_label_twitter_username' => 'Usuário do Twitter ',
 | 
						|
    'create_user_ph_twitter_username'    => 'Usuário do Twitter ',
 | 
						|
    'create_user_icon_twitter_username'  => 'fa-twitter',
 | 
						|
 | 
						|
    'create_user_label_github_username' => 'Usuário do GitHub ',
 | 
						|
    'create_user_ph_github_username'    => 'Usuário do GitHub ',
 | 
						|
    'create_user_icon_github_username'  => 'fa-github',
 | 
						|
 | 
						|
    'create_user_label_career_title'    => 'Ocupação',
 | 
						|
    'create_user_ph_career_title'       => 'Ocupação',
 | 
						|
    'create_user_icon_career_title'     => 'fa-briefcase',
 | 
						|
 | 
						|
    'create_user_label_education'       => 'Educação',
 | 
						|
    'create_user_ph_education'          => 'Educação',
 | 
						|
    'create_user_icon_education'        => 'fa-graduation-cap',
 | 
						|
 | 
						|
    'create_user_label_role'            => 'Nível de Acesso do Usuário',
 | 
						|
    'create_user_ph_role'               => 'Selecionar Nível de Acesso do Usuário',
 | 
						|
    'create_user_icon_role'             => 'fas fa-fw fas fa-shield-alt',
 | 
						|
 | 
						|
    'create_user_button_text'           => '<i class="fa fa-user-plus" aria-hidden="true"></i> Criar Novo Usuário',
 | 
						|
 | 
						|
    // EDIT USER AS ADMINISTRATOR FORM
 | 
						|
    'edit-user-admin-title'             => 'Editar Informações do Usuário',
 | 
						|
 | 
						|
    'label-username'                    => 'Apelido',
 | 
						|
    'ph-username'                       => 'Apelido',
 | 
						|
 | 
						|
    'label-useremail'                   => 'Email do usuário',
 | 
						|
    'ph-useremail'                      => 'Email do usuário',
 | 
						|
 | 
						|
    'label-userrole_id'                 => 'Nível de Acesso do Usuário',
 | 
						|
    'option-label'                      => 'Selecionar Nível do Usuário',
 | 
						|
    'option-user'                       => 'Usuário',
 | 
						|
    'option-editor'                     => 'Editor',
 | 
						|
    'option-admin'                      => 'Administrador',
 | 
						|
    'submit-btn-text'                   => 'Editar o Usuário!',
 | 
						|
 | 
						|
    'submit-btn-icon'                   => 'fa-save',
 | 
						|
    'username-icon'                     => 'fa-user',
 | 
						|
    'useremail-icon'                    => 'fa-envelope-o',
 | 
						|
 | 
						|
    'change-pw'                         => 'Mudar Senha',
 | 
						|
    'cancel'                            => 'Cancelar',
 | 
						|
    'save-changes'                      => '<i class="fa fa-fw fa-save" aria-hidden="true"></i> Salvar Mudanças',
 | 
						|
 | 
						|
    // Search Users Form
 | 
						|
    'search-users-ph'                   => 'Procurar Usuários',
 | 
						|
 | 
						|
];
 |