Improved debug page, Added snowflake easter-egg, Added more ARM & ARM64 variants to the strings
Update footer.php, head.php, and 14 more files...
This commit is contained in:
@@ -20,4 +20,24 @@ include_once 'commons/langs.php';
|
||||
<img id="logo-footer" src="/resources/NibblePoker/images/logos/v2_full_unshaded_original.svg"
|
||||
alt="<?php echo(localize("footer.alt.logo")); ?>" draggable="false">
|
||||
</a>
|
||||
</footer>
|
||||
</footer>
|
||||
<?php
|
||||
if($enable_waffle_iron) {
|
||||
$emojis = ['🍟', '🧇', '🥔'];
|
||||
shuffle($emojis);
|
||||
echo('<div class="snowflakes" aria-hidden="true">');
|
||||
for($i_waffle = 0; $i_waffle < 12; $i_waffle++) {
|
||||
echo('<div class="snowflake"><div class="inner">' . ($emojis)[$i_waffle % 3] . '</div></div>');
|
||||
}
|
||||
echo('</div>');
|
||||
}
|
||||
if($enable_bouneschlupp_mode) {
|
||||
|
||||
}
|
||||
|
||||
// TODO: Implement those
|
||||
//if($enable_gallery) {
|
||||
// echo('<div id="modal-bkgd" hidden></div>');
|
||||
// echo('<div id="modal-container" hidden></div>');
|
||||
//}
|
||||
?>
|
||||
@@ -22,4 +22,7 @@ if($enable_code_highlight) {
|
||||
if($enable_gallery) {
|
||||
echo('<link href="/resources/SplideJs/dist/css/splide.min.css" rel="stylesheet"/>');
|
||||
}
|
||||
if($enable_waffle_iron) {
|
||||
echo('<link href="/resources/NibblePoker/css/snowflakes.min.css" rel="stylesheet"/>');
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -6,5 +6,7 @@
|
||||
"common.na": "N/A",
|
||||
|
||||
"common.yes": "Yes",
|
||||
"common.no": "No"
|
||||
"common.no": "No",
|
||||
|
||||
"common.user-agent": "User-Agent"
|
||||
}
|
||||
@@ -56,13 +56,15 @@
|
||||
"content.commons.version.old.single": "Old version",
|
||||
"content.commons.version.old.multiple": "Old versions",
|
||||
"content.commons.version.source": "Source code",
|
||||
"content.commons.cpu": "CPU <span class=\"mobile-hide\">Architecture</span>",
|
||||
"content.commons.cpu": "CPU Architecture",
|
||||
"content.commons.cpu.responsive": "CPU <span class=\"mobile-hide\">Architecture</span>",
|
||||
"content.commons.cpu.any": "Any architecture",
|
||||
"content.commons.cpu.x64": "x64",
|
||||
"_content.commons.cpu.x64": "<p>x64<br>AMD64</p>",
|
||||
"content.commons.cpu.x86": "x86",
|
||||
"content.commons.cpu.arm": "arm",
|
||||
"content.commons.cpu.arm64": "arm64",
|
||||
"content.commons.cpu.arm32": "<p>ARM32<br>ARMv7<br>AArch32</p>",
|
||||
"content.commons.cpu.arm64": "<p>ARM64<br>ARMv8<br>AArch64</p>",
|
||||
"content.commons.cpu.risc-v": "risc-v",
|
||||
"content.commons.na.italic": "<i>N/A</i>",
|
||||
"content.commons.na": "N/A",
|
||||
"content.commons.lang": "Language",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"debug.head.title": "Debugger - NibblePoker",
|
||||
"debug.head.description": "TODO: description",
|
||||
"debug.head.description": "Debugging page used to analyse the behaviour of various mechanisms used by the website.",
|
||||
"debug.og.title": "NibblePoker - Debugger",
|
||||
"debug.og.description": "TODO: description",
|
||||
"debug.og.description": "Debugging page used to analyse the behaviour of various mechanisms used by the website.",
|
||||
"debug.header.title": "Debugger",
|
||||
|
||||
"debug.tables.field": "Field",
|
||||
@@ -21,5 +21,7 @@
|
||||
"debug.lang.default": "Default language",
|
||||
"debug.lang.user": "Active language",
|
||||
"debug.lang.header.raw": "Raw HTTP header",
|
||||
"debug.lang.header.processed": "Processed HTTP header"
|
||||
"debug.lang.header.processed": "Processed HTTP header",
|
||||
|
||||
"debug.client.title": "Client Information"
|
||||
}
|
||||
@@ -6,5 +6,7 @@
|
||||
"common.na": "Non-applicable",
|
||||
|
||||
"common.yes": "Oui",
|
||||
"common.no": "Non"
|
||||
"common.no": "Non",
|
||||
|
||||
"common.user-agent": "User-Agent"
|
||||
}
|
||||
@@ -50,11 +50,14 @@
|
||||
"content.commons.version.old.multiple": "Anciennes versions",
|
||||
"content.commons.version.source": "Code source",
|
||||
"content.commons.cpu": "Architecture de CPU",
|
||||
"content.commons.cpu.responsive": "<span class=\"mobile-hide\">Architecture de </span>CPU",
|
||||
"content.commons.cpu.any": "Indépendante",
|
||||
"content.commons.cpu.x64": "x64",
|
||||
"_content.commons.cpu.x64": "<p>x64<br>AMD64</p>",
|
||||
"content.commons.cpu.x86": "x86",
|
||||
"content.commons.cpu.arm": "arm",
|
||||
"content.commons.cpu.arm64": "arm64",
|
||||
"content.commons.cpu.arm32": "<p>ARM32<br>ARMv7<br>AArch32</p>",
|
||||
"content.commons.cpu.arm64": "<p>ARM64<br>ARMv8<br>AArch64</p>",
|
||||
"content.commons.cpu.risc-v": "risc-v",
|
||||
"content.commons.na.italic": "<i>N/A</i>",
|
||||
"content.commons.na": "N/A",
|
||||
"content.commons.lang": "Langue",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"debug.head.title": "Débogueur - NibblePoker",
|
||||
"debug.head.description": "TODO: description",
|
||||
"debug.head.description": "Page de débogage utilisée pour analyser le comportement des différents mécanismes utilisés par ce site web.",
|
||||
"debug.og.title": "NibblePoker - Débogueur",
|
||||
"debug.og.description": "TODO: description",
|
||||
"debug.og.description": "Page de débogage utilisée pour analyser le comportement des différents mécanismes utilisés par ce site web.",
|
||||
"debug.header.title": "Débogueur",
|
||||
|
||||
"debug.tables.field": "Champ",
|
||||
@@ -21,5 +21,7 @@
|
||||
"debug.lang.default": "Langue par défaut",
|
||||
"debug.lang.user": "Langue active",
|
||||
"debug.lang.header.raw": "En-tête HTTP brut",
|
||||
"debug.lang.header.processed": "En-tête HTTP traité"
|
||||
"debug.lang.header.processed": "En-tête HTTP traité",
|
||||
|
||||
"debug.client.title": "Informations du client"
|
||||
}
|
||||
Reference in New Issue
Block a user