JeuPistesSarreguemines/require/locales/en.php

49 lines
1.9 KiB
PHP
Raw Permalink Normal View History

2023-06-27 14:31:55 +02:00
<?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"
2023-06-27 14:31:55 +02:00
],
"page_title" => [
"home" => "Citizen's journey",
"team_confirm" => "Team confirmation",
"puzzles" => "Puzzles list for team n°",
"article" => "Puzzle n°"
2023-06-27 14:31:55 +02:00
],
"home" => [
2024-03-31 17:03:54 +02:00
"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.",
2024-03-31 17:03:54 +02:00
"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",
2024-03-31 17:03:54 +02:00
"cam_sel" => "Selected camera:",
"f_cam" => "Front camera",
"r_cam" => "Rear camera"
],
"puzzles" => [
2024-03-31 17:03:54 +02:00
"message" => "Select a puzzle in the list below:",
"map_desc" => "Here is a map showing the location of the puzzles you already solved:"
2023-06-27 14:31:55 +02:00
],
"nav" => [
"title" => "Citizen's journey",
"home" => "Home"
2023-06-27 14:31:55 +02:00
],
"footer" => [
2023-09-03 22:15:59 +02:00
"text" => "Lycée Jean de Pange Sarreguemines<br><a href='https://forge.chapril.org/antux18/ChasseTresorPange'>Source code</a>"
]
2023-06-27 14:31:55 +02:00
];
?>