Skip to content

Commit

Permalink
minor tweaks in web UI
Browse files Browse the repository at this point in the history
  • Loading branch information
outdoorbits committed Jul 2, 2024
1 parent a34555f commit 064b2be
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions scripts/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"anyusb_button": "alle USB (Kameras und Speicher)"
},
"sysinfo": {
"sysinfo": "Systeminformationen",
"temp": "Temperatur",
"cpuload": "CPU-Last",
"devices": "Geräte",
Expand All @@ -81,7 +80,6 @@
}
},
"config": {
"config": "Einstellungen",
"lang_header": "Sprache auswählen/Select language",
"lang_label": "Language-selector will always be labeled in English too.",
"lang_browser_detect": "Browser-Erkennung/Browser detect",
Expand Down Expand Up @@ -637,7 +635,6 @@
}
},
"view": {
"view": "Bildbetrachter",
"filter": {
"medium": "Speichermedium",
"section": "Filter",
Expand Down
3 changes: 0 additions & 3 deletions scripts/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@
"anyusb_button": "any USB (cameras and storage)"
},
"sysinfo": {
"sysinfo": "System info",
"temp": "Temperature",
"cpuload": "CPU Load",
"conditions": "Conditions",
Expand Down Expand Up @@ -312,7 +311,6 @@
"alert_settings_upload_not_zip": "The file you are trying to upload is not a .zip file. Please try again.",
"alert_settings_upload_success": "Your settings file has been uploaded and this files have been installed:",
"alert_settings_upload_problem": "There was a problem with the upload. Please try again.",
"config": "Settings",
"lang_header": "Select language",
"lang_label": "Language-selector will always be labeled in English too.",
"lang_browser_detect": "Browser detect",
Expand Down Expand Up @@ -637,7 +635,6 @@
}
},
"view": {
"view": "Image viewer",
"filter": {
"medium": "Storage medium",
"section": "Filter",
Expand Down
3 changes: 0 additions & 3 deletions scripts/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"anyusb_button": "todo USB (cámaras y almacenamiento)"
},
"sysinfo": {
"sysinfo": "Información del sistema",
"temp": "Temperatura",
"cpuload": "Uso del CPU",
"devices": "Dispositivos",
Expand All @@ -81,7 +80,6 @@
}
},
"config": {
"config": "Ajustes",
"lang_header": "Seleccione el idioma/Select language",
"lang_label": "Language-selector will always be labeled in English too.",
"lang_browser_detect": "Detección del navegador/Browser detect",
Expand Down Expand Up @@ -637,7 +635,6 @@
}
},
"view": {
"view": "Visor de imágenes",
"filter": {
"medium": "Medio de almacenamiento",
"section": "Filtrar",
Expand Down
3 changes: 0 additions & 3 deletions scripts/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"anyusb_button": "tout USB (caméras et stockage)"
},
"sysinfo": {
"sysinfo": "Information système",
"temp": "Température",
"cpuload": "Charge CPU",
"devices": "Dispositifs",
Expand All @@ -81,7 +80,6 @@
}
},
"config": {
"config": "Réglages",
"lang_header": "Choisir la langue/Select language",
"lang_label": "Language-selector will always be labeled in English too.",
"lang_browser_detect": "Détection du navigateur/Browser detect",
Expand Down Expand Up @@ -637,7 +635,6 @@
}
},
"view": {
"view": "Visionneuse d'images",
"filter": {
"medium": "Support de stockage",
"section": "Filtre",
Expand Down
1 change: 0 additions & 1 deletion scripts/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@

?>

<h1 class="text-center" style="margin-bottom: 1em; letter-spacing: 3px;"><?php echo L::config_config; ?></h1>
<?php

function get_wifi_country_selector($ID,$NAME) {
Expand Down
2 changes: 0 additions & 2 deletions scripts/sysinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@

<?php include "${WORKING_DIR}/sub-menu.php"; ?>

<h1 class="text-center" style="margin-bottom: 1em; letter-spacing: 3px;"><?php echo L::sysinfo_sysinfo; ?></h1>

<div class="card">
<h3><?php echo L::sysinfo_system; ?></h3>
<?php
Expand Down
1 change: 0 additions & 1 deletion scripts/tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ function get_device_selector($name, $id='', $nullName='-', $nullValue='-', $stor

<?php include "${WORKING_DIR}/sub-menu.php"; ?>

<h1 class="text-center" style="margin-bottom: 1em; letter-spacing: 3px;"><?php echo l::tools_tools; ?></h1>
<div class="card">
<h3 class="text-center" style="margin-top: 0em;"><?php echo l::tools_mount_header; ?></h3>
<hr>
Expand Down
2 changes: 0 additions & 2 deletions scripts/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,6 @@ function add_to_where($new_where,$target_array) {
<?php include "${WORKING_DIR}/sub-standards-body-loader.php"; ?>
<?php include "${WORKING_DIR}/sub-menu.php"; ?>

<h1 class="text-center" style="margin-bottom: 1em; letter-spacing: 3px;"><?php echo L::view_view; ?></h1>

<!-- FILTER -->
<div class="card" style="margin-top: 2em">
<details>
Expand Down

0 comments on commit 064b2be

Please sign in to comment.