forked from antux18/ChasseTresorPange
49 lines
1.9 KiB
PHP
49 lines
1.9 KiB
PHP
<?php
|
|
$tr = [
|
|
"tab_title" => [
|
|
"home" => "Home - Citizen's journey",
|
|
"team_confirm" => "Team confirmation - Citizen's journey",
|
|
"puzzles" => "Puzzles list - Citizen's journey",
|
|
"article" => "Puzzle - Citizen's journey"
|
|
],
|
|
"page_title" => [
|
|
"home" => "Citizen's journey",
|
|
"team_confirm" => "Team confirmation",
|
|
"puzzles" => "Puzzles list for team n°",
|
|
"article" => "Puzzle n°"
|
|
],
|
|
"home" => [
|
|
"subtitle" => "Welcome to the Citizen's journey!",
|
|
"message" => "Enter your team number to begin:",
|
|
"team" => "Team number...",
|
|
"button" => "OK"
|
|
],
|
|
"team_confirm" => [
|
|
"subtitle" => "Please make sure you selected the right team.",
|
|
"message" => "Your name must appear on the following list: ",
|
|
"button" => "Yes, this is my team !"
|
|
],
|
|
"article" => [
|
|
"message" => "This puzzle describes a specific place. Head to that place, then scan the QR code you'll find there.",
|
|
"success" => "Well done ! Your team solved this puzzle !",
|
|
"back_but" => "Puzzle list",
|
|
"prev_but" => "🡰 Prev.",
|
|
"next_but" => "Next 🡲",
|
|
"qr_but" => "Scan QR code",
|
|
"cam_sel" => "Selected camera:",
|
|
"f_cam" => "Front camera",
|
|
"r_cam" => "Rear camera"
|
|
],
|
|
"puzzles" => [
|
|
"message" => "Select a puzzle in the list below:",
|
|
"map_desc" => "Here is a map showing the location of the puzzles you already solved:"
|
|
],
|
|
"nav" => [
|
|
"title" => "Citizen's journey",
|
|
"home" => "Home"
|
|
],
|
|
"footer" => [
|
|
"text" => "Lycée Jean de Pange Sarreguemines<br><a href='https://forge.chapril.org/antux18/ChasseTresorPange'>Source code</a>"
|
|
]
|
|
];
|
|
?>
|