From 2d68c0ac4d4e119bd949ca19b3e9e9923eb2f80c Mon Sep 17 00:00:00 2001
From: Luke <17616949+nice42q@users.noreply.github.com>
Date: Fri, 17 May 2024 17:39:23 +0200
Subject: [PATCH] Add files via upload
---
lang/de.php | 16 ++++++++++------
lang/en.php | 24 ++++++++++++++----------
lang/es.php | 24 ++++++++++++++----------
lang/it.php | 22 +++++++++++++---------
lang/zh-cn.php | 28 ++++++++++++++++------------
5 files changed, 67 insertions(+), 47 deletions(-)
diff --git a/lang/de.php b/lang/de.php
index fb48f5d..e722a85 100644
--- a/lang/de.php
+++ b/lang/de.php
@@ -1,18 +1,21 @@
-$lang_meta = "de";
+$lang_meta = "de"; // https://www.w3schools.com/tags/ref_language_codes.asp
$page_title = "XMR umrechnung nach EUR/BTC/CHF/USD und viele mehr"; // Der Browser Tab Titel bzw. Suchmaschinen Titel
$meta_description = "Der Monero live Wechselkurs in vielen verschiedenen Währungen, kostenlos für jeden."; // Suchmaschinen Beschreibung / Text
-$meta_keywords = "Monero, XMR, Fiat, Wert, Kurs, Live, Wechsel, Umrechnung"; // Suchmaschinen Keywords (angeblich nutzlos)
+$meta_keywords = "Monero, XMR, Fiat, Wert, Kurs, Live, Wechsel, Umrechnung"; // Suchmaschinen Keywords
-$title_h1 = "umrechnung nach"; // ↓ XMR umrechnung nach ↓
+$title_h1 = "umrechnung nach"; // ↓ XMR [...] ↓
// Info Text
-$info = "Die Werte auf dieser Webseite dienen nur der Information. Der Wert ist nicht garantiert und wird ohne vorherige Ankündigung geändert. Die Werte werden alle 5 Sekunden aktualisiert. Zuletzt um ".$time." Uhr, Europe/Berlin. Daten bereitgestellt von CoinGecko und LocalMonero.
Kuno – Mit Monero Spenden sammeln | Github";
+$info = "Die Werte auf dieser Webseite dienen nur der Information. Der Wert ist nicht garantiert und wird ohne vorherige Ankündigung geändert. Die Werte werden alle 5 Sekunden aktualisiert. Zuletzt um ".$time." Uhr, Europe/Berlin. Daten bereitgestellt von CoinGecko.
Kuno – Mit Monero Spenden sammeln | GitHub";
$clipboard_copy_tooltip = "In die Zwischenablage kopieren";
-$localmonero_tooltip = "LocalMonero Kurse berücksichtigen";
+
+$l_fiatSelect = "Währungsauswahl";
+$l_fiatInput = "Fiat-Wert Eingabefeld";
+$l_xmrInput = "Monero-Wert Eingabefeld";
// Tooltip Titel
$l_eur = "Euro";
@@ -67,6 +70,7 @@ $l_clp = "Chilenischer Peso";
$l_mxn = "Mexikanischer Peso";
// Weitere Monero Links
-$getmonero = 'Offizielle Webseite | Community Crowdfunding System (CCS) | Monero Ecosystem | Monero Observer | Monero Talk | Telegram - Monero Germany';
+$getmonero = 'Offizielle Webseite | Community Crowdfunding System (CCS) | Monero Observer | Monero Talk';
+$countrymonero = ' | Telegram - Monero Germany';
?>
diff --git a/lang/en.php b/lang/en.php
index 55431f8..559b3f7 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -1,18 +1,21 @@
-$lang_meta = "en";
+// For the HTML meta specification, e.g.
+$lang_meta = "en"; // https://www.w3schools.com/tags/ref_language_codes.asp
-$page_title = "XMR conversion to EUR/BTC/CHF/USD and many more"; // Der Browser Tab Titel bzw. Suchmaschinen Titel
-$meta_description = "The Monero live exchange rate in many different currencies, free for everyone."; // Suchmaschinen Beschreibung / Text
-$meta_keywords = "Monero, XMR, fiat, value, rate, live, exchange, conversion"; // Suchmaschinen Keywords (angeblich nutzlos)
+$page_title = "XMR conversion to EUR/BTC/CHF/USD and many more"; // The browser tab title or search engine title
+$meta_description = "The Monero live exchange rate in many different currencies, free for everyone."; // Search engine description / text
+$meta_keywords = "Monero, XMR, fiat, value, rate, live, exchange, conversion"; // Search engine keywords
-$title_h1 = "conversion to"; // ↓ XMR umrechnung nach ↓
+$title_h1 = "conversion to"; // ↓ XMR [...] ↓
// Info Text
-$info = "The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated every 5 Seconds. Last at ".$time." clock, Europe/Berlin. Data provided by CoinGecko and LocalMonero.
Kuno – Fundraise with Monero | Github";
+$info = "The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated every 5 Seconds. Last at ".$time." clock, Europe/Berlin. Data provided by CoinGecko.
Kuno – Fundraise with Monero | GitHub";
$clipboard_copy_tooltip = "Copy to clipboard";
-$localmonero_tooltip = "Consider LocalMonero courses";
+
+$l_fiatSelect = "Currency choice";
+$l_fiatInput = "Fiat value input field";
+$l_xmrInput = "Monero value input field";
// Tooltip Titel
$l_eur = "Euro";
@@ -66,7 +69,8 @@ $l_dkk = "Danish Krone";
$l_clp = "Chilean Peso";
$l_mxn = "Mexican Peso";
-// Weitere Monero Links
-$getmonero = 'Official website | Community Crowdfunding System (CCS) | Monero Ecosystem | Monero Observer | Monero Talk | Telegram - Monero XMR';
+// More Monero links
+$getmonero = 'Official website | Community Crowdfunding System (CCS) | Monero Observer | Monero Talk';
+$countrymonero = ' | Telegram - Monero XMR | Revuo Monero';
?>
diff --git a/lang/es.php b/lang/es.php
index f6f9a93..4f0b03d 100644
--- a/lang/es.php
+++ b/lang/es.php
@@ -1,18 +1,21 @@
-$lang_meta = "es";
+// For the HTML meta specification, e.g.
+$lang_meta = "es"; // https://www.w3schools.com/tags/ref_language_codes.asp
-$page_title = "Conversión de XMR a EUR/BTC/CHF/USD y mucho más"; // Der Browser Tab Titel bzw. Suchmaschinen Titel
-$meta_description = "El tipo de cambio de Monero en vivo en muchas monedas diferentes, gratis para todos."; // Suchmaschinen Beschreibung / Text
-$meta_keywords = "Monero, XMR, Fiat, Valor, Tasa, En Vivo, Cambio, Conversión"; // Suchmaschinen Keywords (angeblich nutzlos)
+$page_title = "Conversión de XMR a EUR/BTC/CHF/USD y mucho más"; // The browser tab title or search engine title
+$meta_description = "El tipo de cambio de Monero en vivo en muchas monedas diferentes, gratis para todos."; // Search engine description / text
+$meta_keywords = "Monero, XMR, Fiat, Valor, Tasa, En Vivo, Cambio, Conversión"; // Search engine keywords
-$title_h1 = "conversión según"; // ↓ XMR umrechnung nach ↓
+$title_h1 = "conversión según"; // ↓ XMR [...] ↓
// Info Text
-$info = "Los valores de este sitio web son meramente informativos. El valor no está garantizado y está sujeto a cambios sin previo aviso. Los valores se actualizan cada 5 segundos. Última actualización: ".$time.", Europa/Berlín. Datos proporcionados por CoinGecko y LocalMonero.
Kuno – Recaudar fondos con Monero | Github";
+$info = "Los valores de este sitio web son meramente informativos. El valor no está garantizado y está sujeto a cambios sin previo aviso. Los valores se actualizan cada 5 segundos. Última actualización: ".$time.", Europa/Berlín. Datos proporcionados por CoinGecko.
Kuno – Recaudar fondos con Monero | GitHub";
$clipboard_copy_tooltip = "Copiar al portapapeles";
-$localmonero_tooltip = "Consider LocalMonero courses";
+
+$l_fiatSelect = "Currency choice";
+$l_fiatInput = "Fiat value input field";
+$l_xmrInput = "Monero value input field";
// Tooltip Titel
$l_eur = "Euro";
@@ -66,7 +69,8 @@ $l_dkk = "Corona danesa";
$l_clp = "Peso chileno";
$l_mxn = "Peso mexicano";
-// Weitere Monero Links
-$getmonero = 'Página oficial | Community Crowdfunding System (CCS) | Monero Ecosystem | Monero Observer | El Monero Podcast | Telegram - Monero en español';
+// More Monero links
+$getmonero = 'Página oficial | Community Crowdfunding System (CCS) | Monero Observer | Monero Talk';
+$countrymonero = ' | El Monero Podcast | Telegram - Monero en español';
?>
diff --git a/lang/it.php b/lang/it.php
index e1526c3..0bd9fe7 100644
--- a/lang/it.php
+++ b/lang/it.php
@@ -1,18 +1,21 @@
-$lang_meta = "it";
+// For the HTML meta specification, e.g.
+$lang_meta = "it"; // https://www.w3schools.com/tags/ref_language_codes.asp
-$page_title = "Conversione XMR in EUR/BTC/CHF/USD e molti altri"; // Der Browser Tab Titel bzw. Suchmaschinen Titel
-$meta_description = "Il tasso di cambio Monero live in molte valute diverse, gratis per tutti."; // Suchmaschinen Beschreibung / Text
-$meta_keywords = "Monero, XMR, fiat, valore, tasso, live, scambio, conversione"; // Suchmaschinen Keywords (angeblich nutzlos)
+$page_title = "Conversione XMR in EUR/BTC/CHF/USD e molti altri"; // The browser tab title or search engine title
+$meta_description = "Il tasso di cambio Monero live in molte valute diverse, gratis per tutti."; // Search engine description / text
+$meta_keywords = "Monero, XMR, fiat, valore, tasso, live, scambio, conversione"; // Search engine keywords
-$title_h1 = "conversione in"; // ↓ XMR umrechnung nach ↓
+$title_h1 = "conversione in"; // ↓ XMR [...] ↓
// Info Text
-$info = "I tassi di cambio su questo sito sono solo a scopo informativo. Non è garantita la loro accuratezza e sono soggetti a modifiche senza preavviso. I tassi di cambio sono aggiornati ogni 5 secondi. Ultimo alle ".$time.", Europa/Berlino. Dati forniti da CoinGecko e LocalMonero.
Kuno – Raccogli fondi con Monero | Github";
+$info = "I tassi di cambio su questo sito sono solo a scopo informativo. Non è garantita la loro accuratezza e sono soggetti a modifiche senza preavviso. I tassi di cambio sono aggiornati ogni 5 secondi. Ultimo alle ".$time.", Europa/Berlino. Dati forniti da CoinGecko.
Kuno – Raccogli fondi con Monero | GitHub";
$clipboard_copy_tooltip = "Copia negli appunti";
-$localmonero_tooltip = "Consider LocalMonero courses";
+
+$l_fiatSelect = "Currency choice";
+$l_fiatInput = "Fiat value input field";
+$l_xmrInput = "Monero value input field";
// Tooltip Titel
$l_eur = "Euro";
@@ -67,6 +70,7 @@ $l_clp = "Peso cileno";
$l_mxn = "Peso messicano";
// Link di Monero
-$getmonero = 'Sito ufficiale | Community Crowdfunding System (CCS) | Ecosistema Monero | Monero Observer | Monero Talk | Telegram - Monero Italia';
+$getmonero = 'Sito ufficiale | Community Crowdfunding System (CCS) | Monero Observer | Monero Talk';
+$countrymonero = ' | Telegram - Monero Italia';
?>
diff --git a/lang/zh-cn.php b/lang/zh-cn.php
index c1742aa..4b198bf 100644
--- a/lang/zh-cn.php
+++ b/lang/zh-cn.php
@@ -1,18 +1,21 @@
-
+$lang_meta = "zh"; // https://www.w3schools.com/tags/ref_language_codes.asp
-$page_title = "门罗币与欧元/BTC/CHF/美元等币种汇率"; // Der Browser Tab Titel bzw. Suchmaschinen Titel
-$meta_description = "门罗币实时多币种汇率,免费提供。"; // Suchmaschinen Beschreibung / Text
-$meta_keywords = "门罗币, XMR, 法币, 价格, 汇率, 实时, 交易, 结汇"; // Suchmaschinen Keywords (angeblich nutzlos)
+$page_title = "门罗币与欧元/BTC/CHF/美元等币种汇率"; // The browser tab title or search engine title
+$meta_description = "门罗币实时多币种汇率,免费提供。"; // Search engine description / text
+$meta_keywords = "门罗币, XMR, 法币, 价格, 汇率, 实时, 交易, 结汇"; // Search engine keywords
-$title_h1 = "转换至"; // ↓ XMR umrechnung nach ↓
+$title_h1 = "转换至"; // ↓ XMR [...] ↓
// Info Text
-$info = "本站提供的汇率仅供参考。其精确程度不被保证,且可能在您不注意的情况下发生变更。汇率每5秒钟更新一次。最近一次在欧洲/柏林时间 ".$time." 。数据由 CoinGecko提供 和 LocalMonero。
Kuno – Fundraise with Monero | Github";
+$info = "本站提供的汇率仅供参考。其精确程度不被保证,且可能在您不注意的情况下发生变更。汇率每5秒钟更新一次。最近一次在欧洲/柏林时间 ".$time." 。数据由 CoinGecko。
Kuno – Fundraise with Monero | GitHub";
$clipboard_copy_tooltip = "Copy to clipboard";
-$localmonero_tooltip = "Consider LocalMonero courses";
+
+$l_fiatSelect = "Currency choice";
+$l_fiatInput = "Fiat value input field";
+$l_xmrInput = "Monero value input field";
// Tooltip Titel
$l_eur = "欧元";
@@ -66,7 +69,8 @@ $l_dkk = "丹麦克朗";
$l_clp = "智利比索";
$l_mxn = "墨西哥比索";
-// Weitere Monero Links
-$getmonero = '官方网站 | 社区众筹系统 (CCS) | 门罗币生态圈 | 门罗浏览器 | Monero Talk播客';
+// More Monero links
+$getmonero = '官方网站 | 社区众筹系统 (CCS) | 门罗浏览器 | Monero Talk播客';
+$countrymonero = '';
-?>
\ No newline at end of file
+?>