From 98c0368dcaaed4175bb5ac6bf76630203fa0481e Mon Sep 17 00:00:00 2001 From: Luke <17616949+nice42q@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:39:14 +0200 Subject: [PATCH] Add files via upload --- lang/pt-BR.php | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 lang/pt-BR.php diff --git a/lang/pt-BR.php b/lang/pt-BR.php new file mode 100644 index 0000000..fc9d1ce --- /dev/null +++ b/lang/pt-BR.php @@ -0,0 +1,78 @@ + +$lang_meta = "pt"; // 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"; + +$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 = "Shwedish 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 Brasil'; + +?>