Created
July 9, 2018 11:35
-
-
Save Ademking/04e95e68017eb306c170c38e176d50c5 to your computer and use it in GitHub Desktop.
10Stars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/// Translate the value ... not the key | |
/// Example : 'Title' => "your text here" | |
/// Thanks ♥ | |
return [ | |
'Title' => "Welcome To 10Stars", | |
'Description' => "Find out your rating, or rate someone you know.", | |
'Create_Account' => 'Create Account', | |
'Sign_in' => 'Sign in', | |
'Dashboard' => 'Home', | |
'Languages' => 'Languages', | |
'Choose_Language' => 'Choose language', | |
'Top_100' => 'Top 100', | |
'About' => 'About', | |
'Contact_Us' => 'Contact Us', | |
'Register' => 'Register', | |
'Logout' => 'Logout', | |
'Login_to_your_account' => 'Login to your account', | |
'Sign_in' => 'Sign in' , | |
'Login_Email_Or_Username' => 'Login (Email Or Username)', | |
'Email_or_Username' => 'Email or Username' , | |
'Password' => 'Password' , | |
'Your_Password' => 'Your Password', | |
'Remember_Me' => 'Remember Me', | |
'Forgot_Your_Password' => 'Forgot Your Password?' , | |
'Full_Name' => 'Full Name', | |
'Username' => 'Username' , | |
'E-Mail_Address' => 'E-Mail Address', | |
'Password' => 'Password', | |
'Confirm_Password' => 'Confirm Password' , | |
'Upload_Image_Optional' => 'Upload Image (Optional)' , | |
'Captcha' => 'Captcha', | |
'Your_Score' => 'Your Score :' , | |
'Rated_by' => 'Rated by', | |
'persons' => 'persons', | |
'Copy' => 'Copy', | |
'Open' => 'Open', | |
'Share_Your_Profile' => 'Share Your Profile' , | |
'Rated_By' => 'Rated By', | |
'Do_You_want_to_private' => 'Do You want to change this rating to Private', | |
'Do_You_want_to_public' => 'Do You want to change this rating to Public', | |
'public' => 'public', | |
'private' => 'private', | |
'You_can_change' => 'You can change this later', | |
'Yes' => 'Yes', | |
'Cancel' => 'Cancel', | |
'Changed' => 'Changed', | |
'Your_Rating' => 'Your Rating has been changed', | |
'OK' => 'OK' , | |
'Score' => 'Score', | |
'Public_Reviews' => 'Public Reviews', | |
'Rating' => 'Rating', | |
'Your_Message' => 'Your Message', | |
'Sender' => 'Sender (Optional)', | |
'Send' => 'Send', | |
'Reset' => 'Reset', | |
'Settings' => 'Settings', | |
'Personal_Information' => 'Personal Information', | |
'Password' => 'Password', | |
'Remove_account' => 'Remove account', | |
'Your_Facebook' => 'Your Facebook Profile', | |
'Your_Twitter' => 'Your Twitter Profile', | |
'Your linkedin' => 'Your linkedin Profile' , | |
'Your_insta' => 'Your Instagram Profile', | |
'Your_snap' => 'Your Snap Profile' , | |
'Change_Profile_Picture' => 'Change Profile Picture', | |
'Save' => 'Save', | |
'no_rating' => 'You don't have any rating yet. Please share your link', | |
'You_dont_have' => "You dont have any reviews yet.", | |
'are_you_sure' => "Are you sure?", | |
"You_wont" => "You won't be able to revert this!", | |
"Deleted" => "Deleted", | |
"has_deleted" => "Your Rating has been deleted.", | |
"Delete" => "Delete", | |
"Link_copied" => "Link Copied!", | |
"No_public_reviews" => "No Public Reviews", | |
"Your_Message" => "Your Message", | |
"Thank_you" => "Thank You!", | |
"You_have_reviewed" => "You Have Reviewed", | |
"Something_went_wrong" => "Something went wrong!", | |
// 4 juillet | |
"plural_person" => '{1} Rated by :value person|[2,*] Rated by :value persons', | |
"Anonymous" => "Anonymous", | |
"Make_Public" => 'Make Public', | |
"Make_Private" => 'Make Private', | |
"You_didn_t_write" => "You didn't write the message", | |
"Error" => "Error", | |
"Success" => "Success", | |
"current_pass" => "Current Password", | |
"new_pass" => "New Password", | |
"re_enter_pass" => "Confirm new Password", | |
"are_you_sure_delete" => "Are you sure you want to delete your account?", | |
"you_cant_redo" => "You can not undo after deleting your account", | |
"Top_100_Users" => "Top 100 Users", | |
"ranking" => "Ranking", | |
"stars" => "Stars", | |
"reviews" => "Reviews", | |
"order_by_desc" => "Sorted by total number of Stars obtained", | |
"oops_404" => "Woops! Looks like this page doesn't exist", | |
"back_to_home" => "Back To Home", | |
"connect_with_fb" => "Login with facebook", | |
"register_with_fb" => "Join with facebook", | |
"about_us_parag" => "10Stars helps you in discovering your strengths and areas for improvement by receiving rating from 1 to 10 from your friends", | |
"created_by" => "This Website is Created By :", | |
"reset_password" => "Reset Password", | |
"your_email" => "Your Email", | |
"send_password_reset_link" => "Send Password Reset Link", | |
"Reset Password - 10Stars" => "Reset Password - 10Stars", | |
"You are receiving this email because we received a password reset request for your account." => "You are receiving this email because we received a password reset request for your account." , | |
"Click Here to rest your password" => "Click Here to rest your password", | |
"Thank you for using our 10Stars" => "Thank you for using our 10Stars ♥", | |
"Hello" => "Hello", | |
"regards" => "Regards," , | |
]; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment