From ec035ddbe125f3e6134858624691ea60ccb7125d Mon Sep 17 00:00:00 2001 From: stygiansabyss Date: Tue, 20 Oct 2015 08:16:51 -0500 Subject: [PATCH] Updating for 1.3 --- en/auth.php | 10 ++++++---- en/game.php | 36 ++++++++++++++++++++++++++++++++++++ en/home.php | 4 +++- en/menu.php | 2 ++ en/messages.php | 2 +- en/sessions.php | 24 +++++++++++++++++++++--- en/steam.php | 19 ++++++++++++++++++- en/stream.php | 13 +++++++++++++ 8 files changed, 100 insertions(+), 10 deletions(-) create mode 100644 en/game.php create mode 100644 en/stream.php diff --git a/en/auth.php b/en/auth.php index a3e98b4..33524eb 100644 --- a/en/auth.php +++ b/en/auth.php @@ -13,12 +13,14 @@ | */ - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', - 'super' => [ + 'failed' => 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'super' => [ 'title' => 'Super User Access', 'password' => 'Password', 'submit' => 'Submit', ], - + 'twitch' => 'Logged in through Twitch', + 'logged_out' => 'You have been logged out.', + 'link_benefit' => 'Link your account with these providers for added benefit', ]; diff --git a/en/game.php b/en/game.php new file mode 100644 index 0000000..622d146 --- /dev/null +++ b/en/game.php @@ -0,0 +1,36 @@ + [ + 'created' => 'The game was created successfully.', + 'updated' => 'The game was updated successfully.', + ], + 'index' => [ + 'search' => 'Search Games', + 'name' => 'Name', + 'image' => 'Image', + 'played' => 'Times Streamed', + 'empty' => 'Please search for a game.', + 'buttons' => [ + 'create' => 'Add a new game', + 'edit' => 'Edit', + ], + ], + 'edit' => [ + 'title' => 'Update a game', + 'name' => 'Name', + 'preview' => 'Image Preview', + 'image' => 'Image', + 'submit' => 'Save game details', + ], + 'create' => [ + 'title' => 'Add a new game', + 'name' => 'Name', + 'preview' => 'Image Preview', + 'image' => 'Image', + 'submit' => 'Save game', + ], + 'image' => [ + 'help' => 'Try to find an image that is 460 x 215. This will help with consistency.', + ], +]; diff --git a/en/home.php b/en/home.php index 00de124..2739532 100644 --- a/en/home.php +++ b/en/home.php @@ -1,7 +1,7 @@ [ + 'index' => [ 'headers' => [ 'active' => 'Active sessions', 'today' => 'Today\'s game sessions!', @@ -17,4 +17,6 @@ ], 'authorization' => 'Only those that are subscribed to Hat Films on Twitch and logged in can join matches.', ], + 'today' => 'Today', + 'contact' => 'Hat Films Links', ]; diff --git a/en/menu.php b/en/menu.php index 9fbc52c..290b55e 100644 --- a/en/menu.php +++ b/en/menu.php @@ -3,6 +3,7 @@ return [ // Left Menu 'home' => 'Home', + 'stream' => 'Stream', 'poll' => 'Polls', 'server' => 'Server List', // Right menu @@ -14,6 +15,7 @@ 'games' => 'Steam Games', // Admin 'manage_session' => 'Manage Sessions', + 'manage_game' => 'Manage Games', 'manage_poll' => 'Manage Polls', 'manage_server' => 'Manage Servers', 'help' => 'Help', diff --git a/en/messages.php b/en/messages.php index dfad973..96e5bb9 100644 --- a/en/messages.php +++ b/en/messages.php @@ -3,7 +3,7 @@ return [ 'inactive' => 'Trott is setting everything up. Get ready!', 'starting' => 'Game starting soon!
::ready-button::', - 'starting_ready' => 'You are in the pool to be selected.
The selction should happen soon.', + 'starting_ready' => 'You are in the pool to be selected.
The selection should happen soon.', 'running' => 'You were not selected.
Your chances will continue to improve till you are!', 'running_selected' => 'You are in!
The password is :password.', 'finished' => 'The game has ended. A new one should start soon.', diff --git a/en/sessions.php b/en/sessions.php index e6b25dc..75f3329 100644 --- a/en/sessions.php +++ b/en/sessions.php @@ -9,6 +9,7 @@ 'planned' => 'Planned', 'actual' => 'Actual', 'schedule' => 'Schedule a new session', + 'offline' => 'Schedule Offline', ], 'buttons' => [ 'watch' => 'Watch', @@ -19,6 +20,15 @@ 'sessions' => 'games', 'players' => 'players', ], + 'offline' => [ + 'title' => 'Schedule a day there will not be a stream', + 'name' => 'Title', + 'name_help' => 'This will be displayed as the title for that stream day.', + 'details' => 'Details', + 'details_help' => 'Any notes you would like to include as to why it will be offline.', + 'date' => 'Date', + 'submit' => 'Save Offline', + ], 'watch' => [ 'no_game' => 'No game has started yet.', 'game_finished' => 'Game ended.
New password may be coming soon.', @@ -78,8 +88,16 @@ 'finished' => 'This session has finished.', ], 'messages' => [ - 'created' => 'Session created!', - 'updated' => 'Session updated!', - 'deleted' => 'Session deleted!', + 'offline_title' => 'Offline', + 'running' => '(Currently running...)', + 'created' => 'Session created!', + 'updated' => 'Session updated!', + 'deleted' => 'Session deleted!', + 'created_update_steam' => 'Session created. Please make sure the new game details are correct.', + 'offline' => [ + 'created' => 'Offline scheduled!', + 'updated' => 'Offline updated!', + 'deleted' => 'Offline deleted!', + ], ], ]; diff --git a/en/steam.php b/en/steam.php index ab8d3d8..0660ddc 100644 --- a/en/steam.php +++ b/en/steam.php @@ -9,6 +9,23 @@ 'recent' => 'Played Recently', 'forever' => 'Played Forever', 'sessions' => 'Hat Films Sessions', + 'updated' => 'The game was updated successfully.', + ], + 'login' => [ + 'title' => 'Steam Login', + 'username' => 'Username', + 'password' => 'Password', + 'submit' => 'Login', + ], + 'captcha' => [ + 'title' => 'Steam: Verify Captcha', + 'captcha' => 'Captcha', + 'submit' => 'Verify Captcha', + ], + 'email' => [ + 'title' => 'Steam: Verify Auth Code', + 'email' => 'Auth Code', + 'submit' => 'Verify Auth Code', ], 'messages' => [ 'refreshed' => 'Steam Account/Game List updated.', @@ -16,5 +33,5 @@ 'refresh_timer' => 'Next refresh available at :time', 'never' => 'Never', 'link' => 'Please link your steam account to view your games.' - ] + ], ]; diff --git a/en/stream.php b/en/stream.php new file mode 100644 index 0000000..1347fcd --- /dev/null +++ b/en/stream.php @@ -0,0 +1,13 @@ + 'Watch Now', + 'buttons' => [ + 'chat_show' => 'Show Chat', + 'chat_hide' => 'Hide Chat', + 'subscribe' => 'Subscribe', + 'donate' => 'Donate', + 'login' => 'Login', + 'back' => 'Back to Site', + ], +];