Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/firmware-selector-openwrt-org.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Warning <moritzwarning@web.de>2021-08-17 00:38:08 +0300
committerMoritz Warning <moritzwarning@web.de>2021-08-17 00:38:08 +0300
commit8847f5e45b44ea8cae63e4d41440f17e3a7972bf (patch)
tree2d5992a1d7f2d0ef9e8c8d051f87a1e3bd0871bc
parent9a169ddf2b0db7252b7c52871a2f378c5a2756a2 (diff)
i18n: change all files label
Signed-off-by: Moritz Warning <moritzwarning@web.de>
-rw-r--r--www/i18n.js4
-rw-r--r--www/index.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/i18n.js b/www/i18n.js
index 75010e0..2bce1fb 100644
--- a/www/i18n.js
+++ b/www/i18n.js
@@ -34,7 +34,7 @@ var translations = {
},
en: {
"tr-feedback-link": "Feedback",
- "tr-server-link": "Files",
+ "tr-server-link": "All Files",
"tr-notfound": "No model found!",
"tr-load": "Download OpenWrt Firmware for your Device",
"tr-title": "OpenWrt Firmware Selector",
@@ -130,7 +130,7 @@ var translations = {
},
de: {
"tr-feedback-link": "Feedback",
- "tr-server-link": "Dateien",
+ "tr-server-link": "Alle Dateien",
"tr-notfound": "Kein Model gefunden!",
"tr-load": "Lade die OpenWrt Firmware für dein Gerät!",
"tr-title": "OpenWrt Firmware Selector",
diff --git a/www/index.html b/www/index.html
index 321aa13..78293f3 100644
--- a/www/index.html
+++ b/www/index.html
@@ -165,7 +165,7 @@
<div id="footer">
<span
><a href="https://downloads.openwrt.org" class="tr-server-link"
- >Files</a
+ >All Files</a
></span
>
|