2023-05-15 07:05:56 +00:00
< ? php
2024-05-17 15:39:23 +00:00
// For the HTML meta specification, e.g. <!DOCTYPE html><html lang="en">
2024-11-24 12:47:22 +00:00
// https://www.w3schools.com/tags/ref_language_codes.asp
$lang_meta = " es " ;
// The browser tab title or search engine title
$page_title = " Conversión de XMR a EUR/BTC/CHF/USD y mucho más " ;
// Search engine description / text
$meta_description = " El tipo de cambio en directo de Monero en muchas monedas diferentes, gratis para todos. " ;
// Search engine keywords
$meta_keywords = " Monero, XMR, fiat, valor, tasa, en directo, cambio, conversión " ;
// ↓ XMR [...] ↓
$title_h1 = " conversión a " ;
2024-11-25 11:21:17 +00:00
$moneroooTable = " Servicio proporcionado por <a href= \" https://moner.ooo/ \" >Moner.ooo</a>, Datos proporcionados por <a href= \" https://www.coingecko.com/es/coins/monero \" hreflang= \" es \" rel= \" external \" >CoinGecko</a> " ;
2023-05-15 07:05:56 +00:00
// Info Text
2024-11-25 10:20:36 +00:00
$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: <u title= \" Hours:Minutes:Seconds (hh:mm:ss) \" > $time </u>, Europa/Berlín. Datos proporcionados por <a class= \" text-white \" href= \" https://www.coingecko.com/es/monedas/monero \" hreflang= \" es \" rel= \" external \" target= \" _blank \" >CoinGecko</a>.<br><a target= \" _blank \" href= \" https://kuno.anne.media/donate/onml/ \" rel= \" external \" hreflang= \" en \" ><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/es/ \" class= \" text-white \" rel= \" external \" hreflang= \" es \" >Kuno – Recaudar fondos con Monero</a> | <a class= \" text-white \" href= \" https://github.com/nice42q/moner.ooo \" hreflang= \" en \" rel= \" external \" target= \" _blank \" >GitHub</a> | <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 14:13:10 +00:00
$clipboard_copy_tooltip = " Copiar al portapapeles " ;
2024-11-24 12:47:22 +00:00
$l_fiatSelect = " Elegir moneda " ;
$l_fiatInput = " Campo de entrada de valor fiduciario " ;
$l_xmrInput = " Campo de entrada del valor de Monero " ;
2023-05-15 07:05:56 +00:00
// Tooltip Titel
$l_eur = " Euro " ;
$l_btc = " Bitcoin " ;
$l_chf = " Franco suizo " ;
$l_usd = " Dólar estadounidense " ;
$l_ltc = " Litecoin " ;
$l_gbp = " Libra esterlina " ;
$l_rub = " Rublo ruso " ;
$l_jpy = " Yen " ;
$l_try = " Lira turca " ;
$l_cad = " Dólar canadiense " ;
$l_aud = " Dólar australiano " ;
$l_hkd = " Dólar de Hong Kong " ;
$l_sgd = " Dólar de Singapur " ;
2024-11-24 12:47:22 +00:00
$l_pln = " Esloti " ;
2023-05-15 07:05:56 +00:00
$l_zar = " Rand sudafricano " ;
$l_inr = " Rupia india " ;
2024-11-24 12:47:22 +00:00
$l_aed = " Dírham de los Emiratos Árabes Unidos " ;
2023-05-15 07:05:56 +00:00
$l_eth = " Ethereum " ;
$l_uah = " Hryvnia " ;
$l_krw = " El won surcoreano " ;
2024-11-24 12:47:22 +00:00
$l_brl = " Real brasileño " ;
$l_myr = " Ringgit malayo " ;
$l_cny = " Renminbi " ;
2023-05-15 07:05:56 +00:00
$l_xag = " Plata (onza fina) " ;
$l_xau = " Oro (onza fina) " ;
$l_vnd = " Vietnamita Đồng " ;
$l_vef = " Bolívar venezolano " ;
2024-11-24 12:47:22 +00:00
$l_thb = " Bat tailandés " ;
$l_sar = " Rial saudí " ;
2023-05-15 07:05:56 +00:00
$l_sek = " Corona sueca " ;
$l_pkr = " Rupia paquistaní " ;
$l_nzd = " Dólar neozelandés " ;
$l_php = " Peso filipino " ;
$l_nok = " Corona noruega " ;
$l_lkr = " Rupia de Sri Lanka " ;
2024-11-24 12:47:22 +00:00
$l_mmk = " Kyat birmano " ;
$l_huf = " Forinto húngaro " ;
$l_ils = " Nuevo séquel israelí " ;
2023-05-15 07:05:56 +00:00
$l_kwd = " Dinar de Kuwait " ;
$l_ngn = " Naira " ;
$l_idr = " Rupia indonesia " ;
$l_twd = " Nuevo dólar de Taiwán " ;
$l_ars = " Peso argentino " ;
2024-11-24 12:47:22 +00:00
$l_bdt = " Taka bangladesí " ;
$l_bhd = " Dinar de Bahréin " ;
$l_bmd = " Dólar de Bermudas " ;
2023-05-15 07:05:56 +00:00
$l_czk = " Corona checa " ;
$l_dkk = " Corona danesa " ;
2023-06-19 07:43:47 +00:00
$l_clp = " Peso chileno " ;
2023-06-19 09:38:38 +00:00
$l_mxn = " Peso mexicano " ;
2024-11-24 12:47:22 +00:00
$l_gel = " Lari georgiano " ;
2024-05-17 15:39:23 +00:00
// More Monero links
2024-11-24 12:47:22 +00:00
$getmonero = '<a class="text-white" href="https://www.getmonero.org/" hreflang="en" target="_blank" rel="external">Página oficial</a> | <a class="text-white" href="https://ccs.getmonero.org/" hreflang="en" target="_blank" rel="external">Sistema de Crowdfunding Comunitario (CCS)</a> | <a class="text-white" href="https://www.monero.observer/resources/" hreflang="en" target="_blank" rel="external">Explorador de Monero</a> | <a class="text-white" href="https://www.monerotalk.live/" hreflang="en" target="_blank" rel="external">Monero Talk</a>' ;
2024-11-25 11:21:17 +00:00
$countrymonero = ' | <a class="text-white" href="https://t.me/monero" hreflang="es" target="_blank" rel="external">Telegram - Monero XMR</a> | <a class="text-white" href="https://www.revuo-xmr.com/" hreflang="es" target="_blank" rel="external">Revuo Monero</a>' ;