2023-05-15 09:05:56 +02:00
< ? php
2024-05-17 17:39:23 +02:00
// For the HTML meta specification, e.g. <!DOCTYPE html><html lang="en">
$lang_meta = " it " ; // https://www.w3schools.com/tags/ref_language_codes.asp
2023-05-15 09:05:56 +02:00
2024-05-17 17:39:23 +02:00
$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
2023-05-15 09:05:56 +02:00
2024-05-17 17:39:23 +02:00
$title_h1 = " conversione in " ; // ↓ XMR [...] ↓
2023-05-15 09:05:56 +02:00
2024-06-13 10:38:37 +02:00
$moneroooTable = " Service provided by <a href='https://moner.ooo/'>Moner.ooo</a>, Data provided by <a href='https://www.coingecko.com/en/coins/monero' hreflang='en' rel='external'>CoinGecko</a> " ;
2023-05-15 09:05:56 +02:00
// Info Text
2024-08-09 16:01:37 +02:00
$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 circa una volta al minuto. Ultimo aggiornamento alle <u title='Hours:Minutes:Seconds (hh:mm:ss)'> " . $time . " </u>, Europe/Berlin. Dati forniti da <a class='text-white' href='https://www.coingecko.com/it/monete/monero' hreflang='it' rel='external' target='_blank'>CoinGecko</a>.<br/><a target='_blank' href='https://kuno.anne.media/donate/onml/' rel='external' hreflang='it'><img loading='lazy' src='./img/kuno-monero-26x26.png' width='17' height='17' alt='Kuno - Moner.ooo donation page'></a> <a target='_blank' href='https://kuno.anne.media/lang/it/' class='text-white' rel='external' hreflang='it'>Kuno – Raccogli fondi con Monero</a> | <a class='text-white' href=' { $github_url } ' hreflang='en' rel='external' target='_blank'>GitHub</a> " ;
2024-08-08 15:45:25 +02:00
$servers_guru = " | <a style='text-decoration:none; font-weight:bold;' class='text-white' href='https://servers.guru/' hreflang='en' rel='external' target='_blank'>Webhosting provided by<img loading='lazy' src='./img/servers-guru.svg' height='19' alt='Servers Guru' title='Servers Guru' /></a> " ;
2024-05-07 16:13:10 +02:00
$clipboard_copy_tooltip = " Copia negli appunti " ;
2024-05-17 17:39:23 +02:00
$l_fiatSelect = " Currency choice " ;
$l_fiatInput = " Fiat value input field " ;
$l_xmrInput = " Monero value input field " ;
2023-05-15 09:05:56 +02:00
// Tooltip Titel
$l_eur = " Euro " ;
$l_btc = " Bitcoin " ;
$l_chf = " Franco Svizzero " ;
$l_usd = " Dollaro degli Stati Uniti " ;
$l_ltc = " Litecoin " ;
$l_gbp = " Sterlina GBP " ;
$l_rub = " Rublo Russo " ;
$l_jpy = " Yen Giapponese " ;
$l_try = " Lira Turca " ;
$l_cad = " Dollaro Canadese " ;
$l_aud = " Dollaro Australiano " ;
$l_hkd = " Dollaro di Hong Kong " ;
$l_sgd = " Dollaro di Singapore " ;
$l_pln = " Złoty Polacco " ;
$l_zar = " ZAR sudafricano " ;
$l_inr = " Rupia Indiana " ;
$l_aed = " UAE Dirham " ;
$l_eth = " Ethereum " ;
$l_uah = " Hryvnia " ;
$l_krw = " Won Sudcoreano " ;
$l_brl = " Real Brasiliano " ;
$l_myr = " Ringgit Brasiliano " ;
$l_cny = " Renminbi Cinese " ;
$l_xag = " Argento (31,1g) " ;
$l_xau = " Oro (31,1g) " ;
$l_vnd = " Dong Vietnamita " ;
$l_vef = " Blívar Venezuelano " ;
$l_thb = " Baht " ;
$l_sar = " Saudi Riyal " ;
$l_sek = " Corona Svedese " ;
$l_pkr = " Rupia Pakistana " ;
$l_nzd = " Dollaro della Nuova Zelanda " ;
$l_php = " Peso Filippino " ;
$l_nok = " Corona Norvegese " ;
$l_lkr = " Rupia di Sri Lanka " ;
$l_mmk = " Kyat del Myanmar " ;
$l_huf = " Forint Ungarese " ;
$l_ils = " New Shekel Istaeliano " ;
$l_kwd = " Dinar del Kuwaiti " ;
$l_ngn = " Naira Nigeriano " ;
$l_idr = " Rupia Indonesiana " ;
$l_twd = " Dollaro Neotaiwanese " ;
$l_ars = " Peso Argentino " ;
$l_bdt = " Taka Bangladese " ;
$l_bhd = " Dinar Bahraini " ;
$l_bmd = " Dollaro delle Bermuda " ;
$l_czk = " Corona Ceca " ;
$l_dkk = " Corona Danese " ;
2023-06-19 09:43:47 +02:00
$l_clp = " Peso cileno " ;
2023-06-19 11:38:38 +02:00
$l_mxn = " Peso messicano " ;
feat: add support for additional cryptocurrencies
Added translations for new currencies including Bitcoin Cash, Binance Coin, EOS.IO, Ripple, Stellar Lumens, Chainlink, Polkadot, Yearn.Finance, Georgian Lari, and Special Drawing Rights across multiple languages. This enhances the platform's comprehensive support for various cryptocurrencies, making it more accessible and informative for international users.
2024-08-09 07:59:26 +02:00
$l_bch = " Bitcoin Cash " ;
$l_bnb = " Binance Coin " ;
$l_eos = " EOS.IO " ;
$l_xrp = " Ripple " ;
$l_xlm = " Stellar Lumens " ;
$l_link = " Chainlink " ;
$l_dot = " Polkadot " ;
$l_yfi = " Yearn.Finance " ;
$l_gel = " Lari Georgiano " ;
$l_xdr = " Diritti Speciali di Prelievo " ;
2023-05-15 09:05:56 +02:00
// Link di Monero
2024-05-17 17:39:23 +02:00
$getmonero = '<a class="text-white" href="https://www.getmonero.org/it/" hreflang="it" target="_blank" rel="external">Sito ufficiale</a> | <a class="text-white" href="https://ccs.getmonero.org/" hreflang="en" target="_blank" rel="external">Community Crowdfunding System (CCS)</a> | <a class="text-white" href="https://www.monero.observer/resources/" hreflang="en" target="_blank" rel="external">Monero Observer</a> | <a class="text-white" href="https://www.monerotalk.live/" hreflang="en" target="_blank" rel="external">Monero Talk</a>' ;
$countrymonero = ' | <a class="text-white" href="https://t.me/moneroitalia" hreflang="en" target="_blank" rel="external">Telegram - Monero Italia</a>' ;
2023-05-15 09:05:56 +02:00
?>