diff --git a/resources/lang/de/lang.php b/resources/lang/de/lang.php index 99a6ef2e4..babede809 100644 --- a/resources/lang/de/lang.php +++ b/resources/lang/de/lang.php @@ -343,7 +343,7 @@ return [ */ 'default' => 'default', 'iso-code' => 'ISO-CODE', - 'download' => 'Downlaod', + 'download' => 'Download', 'upload_file' => 'Upload File', 'enter_iso-code' => 'Enter ISO-CODE', 'eg.' => 'Example', diff --git a/resources/lang/en/lang.php b/resources/lang/en/lang.php index cadf3cd3b..71192cd81 100644 --- a/resources/lang/en/lang.php +++ b/resources/lang/en/lang.php @@ -24,7 +24,7 @@ return [ 'required-error' => 'Please fill all required feilds', 'invalid' => 'Incorrect User id or password', 'sorry_something_went_wrong' => 'Sorry, Something went wrong', - 'were_working_on_it_and_well_get_it_fixed_as_soon_as_we_can' => "Were working on it and we'll get it fixed as soon as we can.", + 'were_working_on_it_and_well_get_it_fixed_as_soon_as_we_can' => "We're working on it and we'll get it fixed as soon as we can.", 'we_are_sorry_but_the_page_you_are_looking_for_can_not_be_found' => 'We are sorry, but the page you are looking for can not be found.', 'go_back' => 'Go Back', 'the_board_is_offline' => 'The Board is Offline', @@ -41,12 +41,12 @@ return [ 'remember' => 'Remember Me', 'signmein' => 'Sign me In', 'iforgot' => 'I forgot my Password', - 'email_address' => 'E-Mail Address', + 'email_address' => 'Email Address', 'password' => 'Password', 'woops' => 'Whoops!', 'theirisproblem' => 'There were some problems with your input.', 'login' => 'Login', - 'e-mail' => 'E-mail', + 'e-mail' => 'Email', 'reg_new_member' => 'Register a new membership', 'this_account_is_currently_inactive' => 'This account is currently Inactive!', /* @@ -70,8 +70,8 @@ return [ 'see-profile2' => 's profile', 'activate_your_account_click_on_Link_that_send_to_your_mail' => 'Activate Your Account ! Click on Link that send to your mail', 'this_field_do_not_match_our_records' => 'This Field do not match our records.', - 'we_have_e-mailed_your_password_reset_link' => 'We have e-mailed your password reset link!', - "we_can't_find_a_user_with_that_e-mail_address" => "We can't find a user with that e-mail address.", + 'we_have_e-mailed_your_password_reset_link' => 'We have emailed your password reset link!', + "we_can't_find_a_user_with_that_e-mail_address" => "We can't find a user with that email address.", /* @@ -88,7 +88,7 @@ return [ 'i_know_my_password' => 'I know my password', 'recover_passord' => 'Recover Password', 'send_password_reset_link' => 'Send pasword Reset Link', - 'enter_email_to_reset_password' => 'Enter E-mail to reset password', + 'enter_email_to_reset_password' => 'Enter Email to reset password', 'link' => 'Link', /* |---------------------------------------------------------------------------------------- @@ -438,7 +438,7 @@ return [ 'default' => 'default', 'language-settings' => 'Language Settings', 'iso-code' => 'ISO-CODE', - 'download' => 'Downlaod', + 'download' => 'Download', 'upload_file' => 'Upload File', 'enter_iso-code' => 'Enter ISO-CODE', 'eg.' => 'Example', @@ -1352,7 +1352,7 @@ return [ 'sorry_you_are_not_allowed_token_expired' => 'Sorry you are not allowed. Token Expired!', 'thank_you_for_your_rating' => 'Thank you for your rating!', 'your_ticket_has_been' => 'Your ticket has been', - 'failed_to_send_email_contact_administrator' => 'Email sending faied. Please contact system Administrator', + 'failed_to_send_email_contact_administrator' => 'Email sending failed. Please contact system Administrator', /* * |--------------------------------------------------------------------------------------- |Api settings diff --git a/resources/lang/ru/lang.php b/resources/lang/ru/lang.php index ef719a38e..703032adc 100644 --- a/resources/lang/ru/lang.php +++ b/resources/lang/ru/lang.php @@ -310,7 +310,7 @@ return [ */ 'default' => 'default', 'iso-code' => 'ISO-CODE', - 'download' => 'Downlaod', + 'download' => 'Download', 'upload_file' => 'Загрузить файл', 'enter_iso-code' => 'Enter ISO-CODE', 'eg.' => 'Example',