Advertisement
Guest User

Untitled

a guest
Oct 8th, 2017
1,704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 16.03 KB | None | 0 0
  1. <?php
  2.  
  3. return [
  4.  
  5.     // Login and logout
  6.     'login' => 'Login',
  7.     'logout' => 'Logout',
  8.     'username' => 'Username',
  9.     'password' => 'Password',
  10.     'email' => 'E-Mail Address',
  11.     'repeat_password' => 'Repeat password',
  12.     'forgot_password' => 'Forgot your password?',
  13.     'no_account' => 'No {platform} account yet?',
  14.     'register_now' => 'Register now',
  15.     'register' => 'Register',
  16.     'edit' => 'Edit',
  17.     'delete' => 'Delete',
  18.     'add' => 'Add',
  19.     'optional' => 'Optional',
  20.  
  21.     // Users
  22.     'users_profile' => 'Profile',
  23.     'users_profile_registered' => 'Registered since',
  24.     'users_profile_summary' => 'Summary',
  25.     'users_profile_no_summary' => 'This user has no summary yet',
  26.     'users_profile_teams' => 'Current teams',
  27.     'users_profile_view' => 'View profile',
  28.     'users_settings' => 'Settings',
  29.     'users_accountsettings' => 'Accountsettings',
  30.     'users_email' => 'E-Mail',
  31.     'users_password' => 'Password',
  32.     'users_password_description' => 'Only updated if changed',
  33.     'users_avatar' => 'Avatar',
  34.     'users_current_avatar' => 'Current avatar',
  35.     'users_personal_information' => 'Personal information',
  36.     'users_firstname' => 'Firstname',
  37.     'users_lastname' => 'Lastname',
  38.     'users_birthdate' => 'Birthdate',
  39.     'users_country' => 'Country',
  40.     'users_description' => 'Description',
  41.     'users_settings_save' => 'Save settings',
  42.     'users_activation_successful' => 'Your account is now active!',
  43.     'users_activation_successful_message' => 'Your account is now active. You are now logged in.',
  44.     'users_activation_not_active' => 'Your account is not activated yet. Please check your email and click on the activation link!',
  45.     'users_register_text' => 'Welcome to {project}! We just need a few informations before your account is ready. You need a valid email to register on our platform.',
  46.     'users_register_text_accept' => 'I accept the <a href="{tos}">Terms of Service</a> and the <a href="{pp}">Privacy Policy</a>.',
  47.     'users_registration_successful' => 'Registration successful',
  48.     'users_registration_successful_text' => 'Thank you for your registration! Your account has been created. We sent you an E-Mail including a link to activate your account.',
  49.     'users_settings_saved' => 'Your settings have been saved!',
  50.     'users_reset_password_heading' => 'Reset password',
  51.     'users_reset_password_text' => 'Please enter the e-mail you used for registration! We will send you a confirmation e-mail including a link you have to click to reset your password.',
  52.     'users_reset_password_confirm' => 'Send confirmation link',
  53.     'users_reset_password_reset_confirm' => 'Reset password',
  54.     'users_reset_password_form_heading' => 'Reset password',
  55.     'users_reset_password_form_text' => 'Please confirm your new password by setting up a new one.',
  56.     'users_password_reset_not_match' => 'The given email could not be found on the platform.',
  57.     'users_password_reset_complete' => 'Your password has been reset! You can now login again.',
  58.     'users_password_reset_mail_sent' => 'An e-mail has been sent to you. This e-mail includes a password reset link which you can use to set a new password.',
  59.     'users_login_wrong_credentials' => 'The username and password you provided ',
  60.  
  61.     // Gameaccounts
  62.     'gameaccounts_heading' => 'Gameaccounts',
  63.     'gameaccounts_new' => 'Add new gameaccount',
  64.     'gameaccounts_platform' => 'Platform',
  65.     'gameaccounts_account' => 'Account',
  66.     'gameaccounts_actions' => 'Actions',
  67.     'gameaccounts_edit' => 'Edit',
  68.     'gameaccounts_delete' => 'Delete',
  69.     'gameaccounts_type' => 'Type',
  70.     'gameaccounts_save' => 'Save gameaccount',
  71.     'gameaccounts_edit_heading' => 'Edit gameaccount',
  72.     'gameaccounts_edit_description' => 'Edit your gameaccount on the platform',
  73.     'gameaccounts_add_heading' => 'Add a new gameaccount',
  74.     'gameaccounts_add' => 'Add gameaccount',
  75.     'gameaccounts_add_description' => 'Add a new gameaccount to your account. Please make sure that the entered data is correct!',
  76.     'gameaccounts_no_gameaccount' => 'You have no gameaccounts added yet!',
  77.     'gameaccounts_already_exists' => 'You already have a gameaccount in that category!',
  78.     'gameaccounts_saved' => 'Your gameaccount has been saved. Have fun at gaming!',
  79.     'gameaccounts_updated' => 'Your gameaccount has been updated.',
  80.     'gameaccounts_deleted' => 'Your gameaccount has been deleted.',
  81.  
  82.     // Teams
  83.     'teams_heading' => 'Teams',
  84.     'teams_my_teams' => 'My teams',
  85.     'teams_create_new' => 'Create a new team',
  86.     'teams_general' => 'General',
  87.     'teams_teamname' => 'Teamname',
  88.     'teams_invitelink' => 'Invitelink',
  89.     'teams_invitecode' => 'Invitecode',
  90.     'teams_invitecode_description' => 'This code enables people to join',
  91.     'teams_logo' => 'Logo',
  92.     'teams_current_logo' => 'Current logo',
  93.     'teams_additional_info' => 'Additional information',
  94.     'teams_website' => 'Website',
  95.     'teams_country' => 'Country',
  96.     'teams_description' => 'Description',
  97.     'teams_create' => 'Create team',
  98.     'teams_profile' => 'Profile',
  99.     'teams_leave' => 'Leave',
  100.     'teams_edit' => 'Edit',
  101.     'teams_edit_team' => 'Edit team',
  102.     'teams_delete' => 'Delete',
  103.     'teams_update' => 'Update team',
  104.     'teams_members' => 'Members',
  105.     'teams_username' => 'Username',
  106.     'teams_rank' => 'Rang',
  107.     'teams_rank_manager' => 'Manager',
  108.     'teams_rank_captain' => 'Captain',
  109.     'teams_rank_player' => 'Player',
  110.     'teams_rank_substitute' => 'Subsitute',
  111.     'teams_not_all_active_members' => 'You can not remove all active members from the lineup',
  112.     'teams_profile_description' => 'Description',
  113.     'teams_profile_no_description' => 'This team has no description yet',
  114.  
  115.     // Tournaments
  116.     'tournaments_heading' => 'Tournaments',
  117.     'tournaments_tournaments' => 'Tournaments',
  118.     'tournaments_tournament' => 'Tournament',
  119.     'tournaments_teams' => 'Teams',
  120.     'tournaments_statistics' => 'Statistics',
  121.     'tournaments_heading_description' => 'All tournaments of {platform}. To participate we require an account!',
  122.     'tournaments_view_tournaments' => 'View tournaments',
  123.     'tournaments_featured' => 'Featured',
  124.     'tournaments_upcoming' => 'Upcoming',
  125.     'tournaments_finished' => 'Finished',
  126.     'tournaments_overview' => 'Overview',
  127.     'tournaments_participants' => 'Participants',
  128.     'tournaments_no_tournaments' => 'There are currently no tournaments upcoming. Please check back later!',
  129.     'tournaments_rules' => 'Rules',
  130.     'tournaments_bracket' => 'Bracket',
  131.     'tournaments_scoreboard' => 'Scoreboard',
  132.     'tournaments_starts_at' => 'Starts at',
  133.     'tournaments_checkin_at' => 'Check-In at',
  134.     'tournaments_checkin' => 'Check-In',
  135.     'tournaments_registration_open' => 'Registration open',
  136.     'tournaments_game' => 'Game',
  137.     'tournaments_max_participants' => 'Max. participants',
  138.     'tournaments_teamsize' => 'Teamsize',
  139.     'tournaments_teamsize_per' => '{size} players per team',
  140.     'tournaments_format' => 'Format',
  141.     'tournaments_registration_opens' => 'Registration opens on the <strong>{date} at {time} CEST</strong>',
  142.     'tournaments_status_register' => 'You have to be <a href="{link}">logged in </a> to join a tournament!',
  143.     'tournaments_status_signup' => 'Sign-up',
  144.     'tournaments_status_live' => 'Live',
  145.     'tournaments_status_live_text' => 'This tournament is currently running',
  146.     'tournaments_signup_heading' => 'Your registration for {tournament}',
  147.     'tournaments_signup_description' => 'To sign up for the tournament, please choose a team which should be registered',
  148.     'tournaments_signup_1vs1' => 'This is a single player (1vs1) tournament. Please register a team with only one player. <a href="{link}">Please create a team first</a>, before you try to sign-up for a tournament.',
  149.     'tournaments_signup_noteam' => 'You currently do not have a team. <a href="{link}">Please create a team first</a>, before you try to sign-up for a tournament.',
  150.     'tournaments_signup_choose_team' => 'Choose your team',
  151.     'tournaments_signup_choose_this_team' => 'Choose this team',
  152.     'tournaments_signup_choose_lineup' => 'Please choose your line-up you want to register for the tournament',
  153.     'tournaments_signup_registered' => 'You are registered!',
  154.     'tournaments_signup_registered_text' => 'Your team is registered for this tournament!',
  155.     'tournaments_signup_register_team' => 'Register this team',
  156.     'tournaments_checkin_description' => 'Once you are checked in your line up can not be changed anymore. Please make sure every player is available. If you need to change your line up, please sign off your team and sign up again!',
  157.     'tournaments_checkin_error' => 'Error at check-in',
  158.     'tournaments_checkin_lineup' => 'Line-up',
  159.     'tournaments_checkin_player' => 'Player',
  160.     'tournaments_checkin_player_multiple' => 'You can not check-in your team with the same player multiple times',
  161.     'tournaments_extern_goto' => 'Go to tournament',
  162.     'tournaments_checkin_team' => 'Check-In team',
  163.     'tournaments_checkin_complete' => 'Complete check-in with this team',
  164.     'tournaments_leave' => 'Leave tournament',
  165.     'tournaments_leave_confirm' => 'Are you sure that you want to sign off {team}?',
  166.     'tournaments_leave_button' => 'Yes, I want to leave!',
  167.     'tournaments_leave_successful' => 'You signed off from {tournament}!',
  168.     'tournaments_join' => 'Join tournament',
  169.     'tournaments_teams_checkedin' => 'Checked-In',
  170.     'tournaments_teams_signedup' => 'Signed up',
  171.     'tournaments_teams_waiting' => 'Waiting',
  172.     'tournaments_teams_amount' => 'This tournament has a total of {teams} participants',
  173.     'tournaments_teams_none' => 'There are no teams signed up yet',
  174.     'tournaments_bracket_none' => 'There is no bracket generated yet',
  175.     'tournaments_no_permission_register' => 'You have no permission to register this team. You have to be the manager or captain of the team.',
  176.     'tournaments_no_permission_leave' => 'You have no permission to sign off this team from the tournament',
  177.     'tournaments_team_minsize' => 'Your team needs atleast <strong>{size} members</strong> to register for this tournament!',
  178.     'tournaments_team_registered' => 'This team is already signed up',
  179.     'tournaments_team_requires' => 'requires',
  180.     'tournaments_register_successful_text' => '<strong>Sign up sucessful!</strong><br>Your team was added successfully. Please remember that you have to check in your team 1 hour prior to the event. If you have any questions check out the help pages or join us on Discord!',
  181.     'tournaments_register_successful_waiting' => 'You are placed on the waiting list! This means that you are registered for the tournament, but you will only be able to participate if one of the other teams did not check-in!',
  182.     'tournaments_checkin_successful_text' => '<strong>Check-in sucessful!</strong><br>You are now ready to play! If you need any further help check out our help pages or join us on Discord!',
  183.     'tournaments_leave_successful_text' => '<strong>Leave sucessful!</strong><br>You are no longer participating in this tournament.',
  184.     'tournaments_checkin_full' => 'This tournament has already reached the maximum amount of participants!',
  185.     'tournaments_checkin_not_signedup' => 'This team has not been signed up yet.',
  186.     'tournaments_checkin_waiting' => 'Your team is currently on the waiting list and will be able to sign-up 30 minutes after the check-in has started if the tournament is not full.',
  187.     'tournaments_closed' => 'This tournament is closed.',
  188.     'tournaments_checkin_help_title' => 'Check-in & waiting list help',
  189.     'tournaments_checkin_help_content' => '<strong>What is the checkin used for?</strong><p>The checkin enables us to see if everyone of the registered participants is available for the tournaments. This is why we require everyone to confirm their participation.</p><strong>How do I checkin?</strong><p>The checkin is really easy! Once you have registered for the tournament and the checkin time is reached, there will be a button on the left hand side of this page (tournament page). It is located right above the "leave tournament" button. Simply click on it and confirm your participation.</p><strong>I am on the waiting list!</strong><p>If you are on the waiting list, the checkin opens 30 minutes later for you. The waiting list is supposed to be an additional set of teams, in case any of the registered teams are not participating. If the tournament is not full yet and 30 minutes have passed, you will be able to checkin.</p>',
  190.     'tournaments_checkin_help_close' => 'Close',
  191.     'tournaments_change_lineup' => 'Change lineup',
  192.     'tournaments_change_heading' => 'Change your lineup',
  193.     'tournaments_change_choose_lineup' => 'Change your lineup for the tournament. There is no way to change a lineup after you have checked-in.',
  194.     'tournaments_lineup_change' => 'Confirm lineup',
  195.     'tournaments_lineup_change_multiple' => 'You can not select the same player multiple times. Please make sure that you have unique players!',
  196.     'tournaments_changed_heading' => 'Lineup changed',
  197.     'tournaments_change_successful_text' => 'Your lineup has been changed successfully!',
  198.     'tournaments_scoreboard_loading' => 'Loading scoreboard...',
  199.     'tournaments_livestreams_none' => 'There are currently no livestreams available',
  200.     'tournaments_livestreams' => 'Livestreams',
  201.     'tournaments_view_old' => 'View finished tournaments',
  202.     'tournaments_not_participated' => 'This team has not participated in any tournaments yet',
  203.     'tournaments_statistics_none' => 'There are currently no statistics available',
  204.     'tournaments_statistics_loading' => 'Loading statistics...',
  205.  
  206.     // News
  207.     'news_heading'          => 'News',
  208.     'news_all_news'         => 'All news',
  209.     'news_show_all_news'    => 'Show all news',
  210.     'news_read_more'        => 'Read more',
  211.     'news_written_by'       => 'Written by {author} on {date} at {time}',
  212.     'news_share'            => 'Share it',
  213.  
  214.     // Comments
  215.     'comments'                  => 'Comments',
  216.     'comments_write'            => 'Let us know what you think...',
  217.     'comments_publish'          => 'Write comment',
  218.     'comments_require_login'    => 'Please login or create an account to write a comment!',
  219.  
  220.     // Partners
  221.     'partners_heading'      => 'Partners',
  222.     'partners_visit'        => 'Visit partner',
  223.  
  224.     // Giveaways
  225.     'giveaways_heading' => 'Givaways',
  226.     'giveaways_your_tickets' => 'Your tickets',
  227.     'giveaways_visit_site' => 'Visit website',
  228.     'giveaways_visit_all_partners' => 'Visit all partners before participating!',
  229.     'giveaways_visit_description' => 'To participate in the giveaway you are required to visit all of our partners!',
  230.     'giveaways_spin' => 'Spin and win cool prizes',
  231.     'giveaways_user' => 'User',
  232.     'giveaways_tickets' => 'Tickets',
  233.     'giveaways_description' => 'Join our giveaway and take home cool prizes! Win tickets to automatically participate in our raffle. There is no ticket limit. You can spin each 24 hours again and try to get more tickets. Your chance of winning is increased by the amount of tickets you have!',
  234.     'giveaways_description_end' => 'Giveaway ends at {date} {time} CEST',
  235.     'giveaways_description_alt' => 'All prizes will be drawn at the end of the giveaway at {date} {time} CEST. Your chance of winning is increased by the number of tickets you own.',
  236.  
  237.     // Messages
  238.     'messages_messages' => 'Messages',
  239.     'messages_heading' => 'Messages',
  240.     'messages_heading_description' => 'Receive important information regarding your tournaments or events from the team',
  241.     'messages_at' => 'at',
  242.     'messages_from' => 'From',
  243.     'messages_subject' => 'Subject',
  244.     'messages_no_messages' => 'There are currently no messages in your inbox',
  245.  
  246.     // Social
  247.     'social_facebook' => 'Facebook',
  248.     'social_twitter' => 'Twitter',
  249.     'social_instagram' => 'Instagram',
  250.     'social_youtube' => 'YouTube',
  251.     'social_steam' => 'Steam',
  252.  
  253.     // Cookies
  254.     'cookies_required' => 'We use cookies! We want you to enjoy your stay, so we have to let you know.',
  255.     'cookies_accept' => 'Alright, thanks!',
  256.  
  257. ];
  258.  
  259. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement