From 5a007aaeed7d56e31c1209dc643b1f4f3aebabbd Mon Sep 17 00:00:00 2001
From: Luke <17616949+nice42q@users.noreply.github.com>
Date: Sun, 25 Aug 2024 10:54:01 +0200
Subject: [PATCH] Czech added
---
lang/cs.php | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 78 insertions(+)
create mode 100644 lang/cs.php
diff --git a/lang/cs.php b/lang/cs.php
new file mode 100644
index 0000000..74a57c9
--- /dev/null
+++ b/lang/cs.php
@@ -0,0 +1,78 @@
+
+$lang_meta = "cs"; // https://www.w3schools.com/tags/ref_language_codes.asp
+
+$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 [...] ↓
+
+$moneroooTable = "Service provided by Moner.ooo, Data provided by CoinGecko";
+
+// 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.
Kuno – Fundraise with Monero | GitHub | Webhosting provided by";
+
+$clipboard_copy_tooltip = "Copy to clipboard";
+
+$l_fiatSelect = "Currency choice";
+$l_fiatInput = "Fiat value input field";
+$l_xmrInput = "Monero value input field";
+
+// Tooltip Titel
+$l_eur = "Euro";
+$l_btc = "Bitcoin";
+$l_chf = "Swiss Franc";
+$l_usd = "US Dollar";
+$l_ltc = "Litecoin";
+$l_gbp = "Pound sterling";
+$l_rub = "Russian Ruble";
+$l_jpy = "Yen";
+$l_try = "Turkish Lira";
+$l_cad = "Canadian Dollar";
+$l_aud = "Australian Dollar";
+$l_hkd = "Hong Kong Dollar";
+$l_sgd = "Singapore Dollar";
+$l_pln = "Złoty";
+$l_zar = "South African Rand";
+$l_inr = "Indian Rupee";
+$l_aed = "UAE Dirham";
+$l_eth = "Ethereum";
+$l_uah = "Hryvnia";
+$l_krw = "South Korean won";
+$l_brl = "Brazilian Real";
+$l_myr = "Malaysian Ringgit";
+$l_cny = "Renminbi";
+$l_xag = "Silver (troy ounce)";
+$l_xau = "Gold (troy ounce)";
+$l_vnd = "Vietnamese dong";
+$l_vef = "Venezuelan bolívar";
+$l_thb = "Baht";
+$l_sar = "Saudi Riyal";
+$l_sek = "Swedish Krona";
+$l_pkr = "Pakistani Rupee";
+$l_nzd = "New Zealand Dollar";
+$l_php = "Philippine Peso";
+$l_nok = "Norwegian Krone";
+$l_lkr = "Sri Lankan Rupee";
+$l_mmk = "Myanmar Kyat";
+$l_huf = "Hungarian Forint";
+$l_ils = "Israeli New Shekel";
+$l_kwd = "Kuwaiti Dinar";
+$l_ngn = "Nigerian Naira";
+$l_idr = "Indonesian Rupiah";
+$l_twd = "New Taiwan Dollar";
+$l_ars = "Argentine Peso";
+$l_bdt = "Bangladeshi Taka";
+$l_bhd = "Bahraini Dinar";
+$l_bmd = "Bermudan Dollar";
+$l_czk = "Czech Koruna";
+$l_dkk = "Danish Krone";
+$l_clp = "Chilean Peso";
+$l_mxn = "Mexican Peso";
+
+// More Monero links
+$getmonero = 'Official website | Community Crowdfunding System (CCS) | Monero Observer | Monero Talk';
+$countrymonero = ' | Telegram - Monero XMR';
+
+?>