From 39cf9f728a7829f9f2589c1976cbfd9c00833033 Mon Sep 17 00:00:00 2001 From: Luke <17616949+nice42q@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:30:42 +0200 Subject: [PATCH] Added Farsi --- lang/fa.php | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 lang/fa.php diff --git a/lang/fa.php b/lang/fa.php new file mode 100644 index 0000000..0b26b36 --- /dev/null +++ b/lang/fa.php @@ -0,0 +1,78 @@ + +$lang_meta = "fa"; // 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 - Moner.ooo donation page Kuno – Fundraise with Monero | GitHub | Webhosting provided byServers Guru"; + +$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'; + +?>