From cc3c14a6cec5fd7ec9c67d20fe9be22e994c0313 Mon Sep 17 00:00:00 2001 From: Jonathan Gautheron Date: Tue, 25 Jun 2013 01:39:49 +0200 Subject: [PATCH 1/2] Update documentation and package files --- Mtgox_Bitcoin.xml | 103 ++++++++++++++++++++++++++++++++++++++-------- README.md | 28 ++++++++++++- package.xml | 26 +++++++----- 3 files changed, 127 insertions(+), 30 deletions(-) diff --git a/Mtgox_Bitcoin.xml b/Mtgox_Bitcoin.xml index f107851..33bc778 100755 --- a/Mtgox_Bitcoin.xml +++ b/Mtgox_Bitcoin.xml @@ -1,32 +1,35 @@ <_> - HkwsfxPgNw9eNRAh + Ep7TlguJHxhVjbAs Mtgox_Bitcoin community 2 - Extension Summary - Extension Description + Mt.Gox Payment Extension allow any merchant to add the support of Bitcoin on their Magento setup. + Based on Mt.Gox Merchant API, the Mt.Gox Payment Extension offers the same features and advantages including instant checkout for Mt.Gox users account holders and mobile payment on supported mobile applications via QR codes. + +Mt.Gox Magento plug-in also supports a basic Autosale function allowing merchants to automatically sell their Bitcoins into other currencies at market price as well as being instantly informed by email each time a transaction has been cleared. + +Like another other payment solution methods proposed by Mt.Gox, this plug-in also support instant payment for Mt.Gox account holders. BSDL - http://www.linfo.org/bsdlicense.html - 1.0.5 + http://opensource.org/licenses/bsd-license.php + 1.2.1 stable - Release note + - Fixes API changes +- Fixes the redirection loop +- Performance changes - Tenwa - MtGox + Tibanne - jgautheron mtgox - magento@tenwa.pl mark@tibanne.com - 5.2.0 + 5.1.0 6.0.0 @@ -43,7 +46,7 @@ - + @@ -60,25 +63,61 @@ - magedesign - magedesign - mageetc + magelocal magecommunity + mageetc + magedesign magedesign + magelib + magelib + magelib + magelib + magelib + magelib + magelib + magelib + magelib + magelib + magelib + magelib - frontend/base/default/layout/bitcoin.xml - frontend/base/default/template/mtgox - modules/Mtgox_Bitcoin.xml + Mtgox/Bitcoin + modules/Mtgox_Bitcoin.xml frontend/base/default/layout/mtgoxbitcoin.xml + frontend/base/default/template/mtgox/bitcoin + Zend/Locale/Data/ca.xml + Zend/Locale/Data/da.xml + Zend/Locale/Data/de.xml + Zend/Locale/Data/en.xml + Zend/Locale/Data/es.xml + Zend/Locale/Data/fr.xml + Zend/Locale/Data/hu.xml + Zend/Locale/Data/ja.xml + Zend/Locale/Data/nl.xml + Zend/Locale/Data/pl.xml + Zend/Locale/Data/pt.xml + Zend/Locale/Data/ru.xml file dir file + file dir file + file + file + file + file + file + file + file + file + file + file + file @@ -86,6 +125,18 @@ + + + + + + + + + + + + @@ -93,6 +144,22 @@ + + + + + + + + + + + + + 1 + 200 + + diff --git a/README.md b/README.md index fcf4aa5..d583f3a 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ -# Magento payment module +# MtGox magento module -Magento payment module for MtGox api +Integration of the MtGox payment method and of the Bitcoin currency. + +### How to install/configure + +1. Copy the app and lib folders into your magento root folder. Ignore the Mtgox_Bitcoin.xml and package.xml files, they are there only for development purposes. +2. Clear every cache under System / Cache Management +3. Log out from the admin panel and then log in again +4. Configure the MtGox payment method in `System / Configuration, Sales > Payment Methods > MtGox Bitcoin`, fill in the API Secret + Key + +### How to show the Bitcoin price beside the normal price in your catalog + +1. Go to `System / Configuration, Catalog > MtGox Bitcoin`, and set "Show price in BTC" as "Yes". +2. Clear your cache + +### How to enable the Bitcoin currency + +1. Go to `System / Configuration, Advanced > System`. In Currency, select the Bitcoin currency. +2. Then configure on your website under `System / Configuration, General > Currency Setup` the Base Currency and Default Display Currency as Bitcoin, add as well Bitcoin in the allowed currencies. **This will switch the previous currency you had configured to Bitcoin**. + +Please keep in mind that there won't be any conversion from your previous currency to Bitcoin. We consider that you will create or import the products with the proper Bitcoin price. + +### Known Issues + +1. *You override the native XML files in lib.* We don't have a choice, until Magento adds natively the Bitcoin currency. +2. *I don't see the Bitcoin currency in my country/language.* We have to add it manually, create a Github Issue and we will take care of it. \ No newline at end of file diff --git a/package.xml b/package.xml index ce22802..3f30ea0 100755 --- a/package.xml +++ b/package.xml @@ -1,18 +1,24 @@ Mtgox_Bitcoin - 1.0.5 + 1.2.1 stable - BSDL + BSDL community - Extension Summary - Extension Description - Release note - Tenwajgautheronmagento@tenwa.plMtGoxmtgoxmark@tibanne.com - 2012-09-07 - - + Mt.Gox Payment Extension allow any merchant to add the support of Bitcoin on their Magento setup. + Based on Mt.Gox Merchant API, the Mt.Gox Payment Extension offers the same features and advantages including instant checkout for Mt.Gox users account holders and mobile payment on supported mobile applications via QR codes. + +Mt.Gox Magento plug-in also supports a basic Autosale function allowing merchants to automatically sell their Bitcoins into other currencies at market price as well as being instantly informed by email each time a transaction has been cleared. + +Like another other payment solution methods proposed by Mt.Gox, this plug-in also support instant payment for Mt.Gox account holders. + - Fixes API changes +- Fixes the redirection loop +- Performance changes + Tibannemtgoxmark@tibanne.com + 2013-06-24 + + - 5.2.06.0.0 + 5.1.06.0.0 From 3c091e1d9a3899073a5f9931236ca68de9913f1c Mon Sep 17 00:00:00 2001 From: Jonathan Gautheron Date: Tue, 25 Jun 2013 01:40:14 +0200 Subject: [PATCH 2/2] Add the BTC currency for NL --- lib/Zend/Locale/Data/nl.xml | 3803 +++++++++++++++++++++++++++++++++++ 1 file changed, 3803 insertions(+) create mode 100755 lib/Zend/Locale/Data/nl.xml diff --git a/lib/Zend/Locale/Data/nl.xml b/lib/Zend/Locale/Data/nl.xml new file mode 100755 index 0000000..f378203 --- /dev/null +++ b/lib/Zend/Locale/Data/nl.xml @@ -0,0 +1,3803 @@ + + + + + + + + + + {0} ({1}) + , + + + Afar + Abchazisch + Atjees + Akoli + Adangme + Adyghe + Avestisch + Afrikaans + Afro-Aziatische taal + Afrihili + Ainu + Akan + Akkadisch + Aleut + Algonkium-taal + Zuid-Altaïsch + Amhaars + Aragonees + Oudengels + Angika + Apache-taal + Arabisch + Aramees + Araukaans + Arapaho + Kunstmatige taal + Arawak + Assamees + Asturisch + Athapascaanse taal + Australische taal + Avarisch + Awadhi + Aymara + Azerbeidzjaans + Basjkiers + Banda + Bamileke-taal + Baloetsji + Balinees + Basa + Baltische taal + Wit-Russisch + Beja + Bemba + Berber + Bulgaars + Bihari + Bhojpuri + Bislama + Bikol + Bini + Siksika + Bambara + Bengalees + Bantoe + Tibetaans + Bretons + Braj + Bosnisch + Batak + Buriat + Buginees + Blin + Catalaans + Caddo + Midden-Amerikaans Indiaanse taal + Caribisch + Kaukasische taal + Atsam + Chechen + Cebuano + Keltische taal + Chamorro + Chibcha + Chagatai + Chuukees + Mari + Chinook-jargon + Choctaw + Chipewyan + Cherokee + Cheyenne + Chamische taal + Corsicaans + Koptisch + Op Engels gebaseerd Creools of Pidgin + Op Frans gebaseerd Creools of Pidgin + Op Portugees gebaseerd Creools of Pidgin + Cree + Krim-Tataars + Creools of Pidgin + Tsjechisch + Kasjoebisch + Kerkslavisch + Koesjitische taal + Tsjoevasjisch + Welsh + Deens + Dakota + Dargwa + Dajak + Duits + Oostenrijks Duits + Zwitsers Hoogduits + Delaware + Slave + Dogrib + Dinka + Dogri + Dravidische taal + Nedersorbisch + Duala + Middelnederlands + Divehi + Dyula + Dzongkha + Ewe + Efik + Oudegyptisch + Ekajuk + Grieks + Elamitisch + Engels + Australisch Engels + Canadees Engels + Brits Engels + Amerikaans Engels + Middelengels + Esperanto + Spaans + Latijns-Amerikaans Spaans + Iberisch Spaans + Estlands + Baskisch + Ewondo + Perzisch + Fang + Fanti + Fulah + Fins + Filippijns + Fins-Oegrische taal + Fijisch + Faeröers + Fon + Frans + Canadees Frans + Zwitsers Frans + Middelfrans + Oudfrans + Noord-Fries + Oost-Fries + Friulisch + Fries + Iers + Ga + Gayo + Gbaya + Schots Gaelic + Germaanse taal + Geez + Gilbertees + Galicisch + Middelhoogduits + Guarani + Oudhoogduits + Gondi + Gorontalo + Gothisch + Grebo + Oudgrieks + Zwitsers Duits + Gujarati + Manx + Gwichʼin + Hausa + Haida + Hawaïaans + Hebreeuws + Hindi + Hiligaynon + Himachali + Hettitisch + Hmong + Hiri Motu + Kroatisch + Oppersorbisch + Haïtiaans + Hongaars + Hupa + Armeens + Herero + Interlingua + Iban + Indonesisch + Interlingue + Igbo + Sichuan Yi + Ijo + Inupiaq + Iloko + Indische taal + Indo-Europese taal + Ingoesj + Ido + Iraanse taal + Irokese taal + IJslands + Italiaans + Inuktitut + Japans + Lojban + Judeo-Perzisch + Judeo-Arabisch + Javaans + Georgisch + Karakalpaks + Kabyle + Kachin + Jju + Kamba + Karen + Kawi + Kabardisch + Tyap + Koro + Kongo + Khasi + Khoisan-taal + Khotanees + Kikuyu + Kuanyama + Kazachs + Kalaallisut + Khmer + Kimbundu + Kannada + Koreaans + Konkani + Kosraeaans + Kpelle + Kanuri + Karachay-Balkar + Karelisch + Kru + Kurukh + Kashmiri + Koerdisch + Kumyk + Kutenai + Komi + Cornish + Kirgizisch + Latijn + Ladino + Lahnda + Lamba + Luxemburgs + Lezgisch + Ganda + Limburgs + Lingala + Lao + Mongo + Lozi + Litouws + Luba-Katanga + Luba-Lulua + Luiseno + Lunda + Luo + Lushai + Letlands + Madurees + Magahi + Maithili + Makassaars + Mandingo + Austronesisch + Masai + Moksha + Mandar + Mende + Malagasisch + Middeliers + Marshallees + Maori + Mi'kmaq + Minangkabau + Diverse talen + Macedonisch + Mon-Khmer-taal + Malayalam + Mongools + Mantsjoe + Manipoeri + Manobo-taal + Moldavisch + Mohawk + Mossi + Marathi + Maleis + Maltees + Meerdere talen + Munda-taal + Creek + Mirandees + Marwari + Birmees + Mayan-taal + Erzya + Nauru + Nahuatl + Noord-Amerikaans Indiaanse taal + Napolitaans + Noors - Bokmål + Noord-Ndbele + Laagduits + Nepalees + Newari + Ndonga + Nias + Niger-Kordofanische taal + Niueaans + Nederlands + Vlaams + Noors - Nynorsk + Noors + Nogai + Oudnoors + N’ko + Zuid-Ndbele + Noord-Sotho + Nubische taal + Navajo + Klassiek Newari + Nyanja + Nyamwezi + Nyankole + Nyoro + Nzima + Occitaans + Ojibwa + Oromo + Oriya + Ossetisch + Osage + Ottomaans-Turks + Otomi-taal + Punjabi + Papoeataal + Pangasinan + Pahlavi + Pampanga + Papiamento + Palauaans + Oudperzisch + Filippijnse taal + Foenicisch + Pali + Pools + Pohnpeiaans + Prakrit-taal + Oudprovençaals + Pasjtoe + Portugees + Braziliaans Portugees + Iberisch Portugees + Quechua + Rajasthani + Rapanui + Rarotongan + Reto-Romaans + Rundi + Roemeens + Romaanse taal + Romani + Root + Russisch + Aromaniaans + Kinyarwanda + Sanskriet + Sandawe + Yakut + Zuid-Amerikaans Indiaanse taal + Salishan-taal + Samaritaans-Aramees + Sasak + Santali + Sardinisch + Siciliaans + Schots + Sindhi + Noord-Samisch + Selkup + Semitische taal + Sango + Oudiers + Gebarentaal + Servokroatisch + Shan + Singalees + Sidamo + Siouaanse talen + Sino-Tibetaanse taal + Slowaaks + Sloveens + Slavische taal + Samoaans + Zuid-Samisch + Sami-taal + Lule Sami + Inari Sami + Skolt Sami + Shona + Soninke + Somalisch + Sogdisch + Songhai + Albanees + Servisch + Sranantongo + Serer + Swati + Nilo-Saharaanse taal + Zuid-Sotho + Soendanees + Sukuma + Soesoe + Soemerisch + Zweeds + Swahili + Klassiek Syrisch + Syriac + Tamil + Tai-taal + Teloegoe + Timne + Tereno + Tetum + Tadzjieks + Thais + Tigrinya + Tigre + Tiv + Turkmeens + Tokelau + Tagalog + Klingon + Tlingit + Tamashek + Tswana + Tonga + Nyasa Tonga + Tok Pisin + Turks + Tsonga + Tsimshian + Tataars + Toemboeka + Tupi-taal + Altaïsche taal + Tuvalu + Twi + Tahitisch + Tuvinisch + Udmurt + Oeigoers + Oegaritisch + Oekraïens + Umbundu + Onbepaald + Urdu + Oezbeeks + Vai + Venda + Vietnamees + Volapük + Votisch + Wallonisch + Wakashan-taal + Walamo + Waray + Washo + Sorbische taal + Wolof + Kalmyk + Xhosa + Yao + Yapees + Jiddisch + Yoruba + Yupik-talen + Zhuang + Zapotec + Blissymbolen + Zenaga + Chinees + Vereenvoudigd Chinees + Traditioneel Chinees + Zande + Zulu + Zuni + Geen linguïstische inhoud + Zaza + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Wereld + Afrika + Noord-Amerika + Zuid-Amerika + Oceanië + West-Afrika + Midden-Amerika + Oost-Afrika + Noord-Afrika + Centraal-Afrika + Zuidelijk Afrika + Amerika + Noordelijk Amerika + Caribisch gebied + Oost-Azië + Zuid-Azië + Zuidoost-Azië + Zuid-Europa + Australië en Nieuw-Zeeland + Melanesië + Micronesische regio + Polynesië + Zuidelijk Centraal-Azië + Azië + Centraal-Azië + West-Azië + Europa + Oost-Europa + Noord-Europa + West-Europa + Gemenebest van Onafhankelijke Staten + Latijns-Amerika en het Caribisch gebied + Kanaaleilanden + Andorra + Verenigde Arabische Emiraten + Afghanistan + Antigua en Barbuda + Anguilla + Albanië + Armenië + Nederlandse Antillen + Angola + Antarctica + Argentinië + Amerikaans Samoa + Oostenrijk + Australië + Aruba + Alandeilanden + Azerbeidzjan + Bosnië en Herzegovina + Barbados + Bangladesh + België + Burkina Faso + Bulgarije + Bahrein + Burundi + Benin + Saint Barthélemy + Bermuda + Brunei + Bolivia + Brazilië + Bahama’s + Bhutan + Bouveteiland + Botswana + Wit-Rusland + Belize + Canada + Cocoseilanden + Congo-Kinshasa + Centraal-Afrikaanse Republiek + Congo + Zwitserland + Ivoorkust + Cookeilanden + Chili + Kameroen + China + Colombia + Costa Rica + Servië en Montenegro + Cuba + Kaapverdië + Christmaseiland + Cyprus + Tsjechië + Duitsland + Djibouti + Denemarken + Dominica + Dominicaanse Republiek + Algerije + Ecuador + Estland + Egypte + Westelijke Sahara + Eritrea + Spanje + Ethiopië + Finland + Fiji + Falklandeilanden + Micronesië + Faeröer + Frankrijk + Gabon + Verenigd Koninkrijk + Grenada + Georgië + Frans-Guyana + Guernsey + Ghana + Gibraltar + Groenland + Gambia + Guinee + Guadeloupe + Equatoriaal-Guinea + Griekenland + Zuid-Georgië en Zuidelijke Sandwicheilanden + Guatemala + Guam + Guinee-Bissau + Guyana + Hongkong SAR van China + Heard- en McDonaldeilanden + Honduras + Kroatië + Haïti + Hongarije + Indonesië + Ierland + Israël + Isle of Man + India + Britse Gebieden in de Indische Oceaan + Irak + Iran + IJsland + Italië + Jersey + Jamaica + Jordanië + Japan + Kenia + Kirgizië + Cambodja + Kiribati + Comoren + Saint Kitts en Nevis + Noord-Korea + Zuid-Korea + Koeweit + Caymaneilanden + Kazachstan + Laos + Libanon + Saint Lucia + Liechtenstein + Sri Lanka + Liberia + Lesotho + Litouwen + Luxemburg + Letland + Libië + Marokko + Monaco + Moldavië + Montenegro + Sint-Maarten + Madagaskar + Marshalleilanden + Macedonië + Mali + Myanmar + Mongolië + Macao SAR van China + Noordelijke Marianeneilanden + Martinique + Mauritanië + Montserrat + Malta + Mauritius + Maldiven + Malawi + Mexico + Maleisië + Mozambique + Namibië + Nieuw-Caledonië + Niger + Norfolkeiland + Nigeria + Nicaragua + Nederland + Noorwegen + Nepal + Nauru + Niue + Nieuw-Zeeland + Oman + Panama + Peru + Frans-Polynesië + Papoea-Nieuw-Guinea + Filipijnen + Pakistan + Polen + Saint Pierre en Miquelon + Pitcairn + Puerto Rico + Palestijns Gebied + Portugal + Palau + Paraguay + Qatar + Oceanië (overige) + Europese Unie + Réunion + Roemenië + Servië + Rusland + Rwanda + Saoedi-Arabië + Salomonseilanden + Seychellen + Soedan + Zweden + Singapore + Sint-Helena + Slovenië + Svalbard en Jan Mayen + Slowakije + Sierra Leone + San Marino + Senegal + Somalië + Suriname + Sao Tomé en Principe + El Salvador + Syrië + Swaziland + Turks- en Caicoseilanden + Tsjaad + Franse Gebieden in de zuidelijke Indische Oceaan + Togo + Thailand + Tadzjikistan + Tokelau + Oost-Timor + Turkmenistan + Tunesië + Tonga + Turkije + Trinidad en Tobago + Tuvalu + Taiwan + Tanzania + Oekraïne + Oeganda + Amerikaanse kleinere afgelegen eilanden + Verenigde Staten + Uruguay + Oezbekistan + Vaticaanstad + Saint Vincent en de Grenadines + Venezuela + Britse Maagdeneilanden + Amerikaanse Maagdeneilanden + Vietnam + Vanuatu + Wallis en Futuna + Samoa + Jemen + Mayotte + Zuid-Afrika + Zambia + Zimbabwe + Onbekend of onjuist gebied + + + Traditionele Duitse spelling + Gestandaardiseerde Resiaanse spelling + Duitse spelling van 1996 + Laat Middelfrans tot 1606 + Vroeg modern Frans + Oost-Armeens + West-Armeens + Eenvormig Turkse Latijnse alfabet + San Giorgio/Bila-dialect + Boontling + Internationaal Fonetisch Alfabet + Oeralisch Fonetisch Alfabet + Het Lipovaz-dialect van het Resiaans + Monotonaal + Natisone-dialect + Gniva/Njiva-dialect + Oseacco/Osojane-dialect + Polytonaal + Computer + Gewijzigde spelling + Resiaans + Saho + Schots standaard-Engels + Liverpools (Scouse) + Stolvizza/Solbica-dialect + Taraskievica-spelling + Valenciaans + + + Kalender + Volgorde + Munteenheid + + + Traditioneel Chinees + Boeddhistische kalender + Chinese kalender + Directe sorteervolgorde + Vereenvoudigd Chinees + Gregoriaanse kalender + Hebreeuwse kalender + Indiase nationale kalender + Islamitische kalender + Islamitische kalender (cyclisch) + Japanse kalender + Telefoonboeksorteervolgorde + Pinyinvolgorde + Kalender van de Chinese Republiek + Streeksorteervolgorde + Traditionele sorteervolgorde + + + Metriek + Amerikaans + + + Taal: {0} + Schrift: {0} + Regio: {0} + + + + titlecase-firstword + lowercase-words + titlecase-firstword + titlecase-firstword + titlecase-firstword + + + [a á ä b-e é ë f-i í ï {ij} j-o ó ö p-u ú ü v-z] + [å ã ç ñ ô] + [a-z] + + + + + + + + + {0}−{1} + + + + + + jan. + feb. + mrt. + apr. + mei + jun. + jul. + aug. + sep. + okt. + nov. + dec. + + + januari + februari + maart + april + mei + juni + juli + augustus + september + oktober + november + december + + + + + J + F + M + A + M + J + J + A + S + O + N + D + + + + + + + zo + ma + di + wo + do + vr + za + + + zondag + maandag + dinsdag + woensdag + donderdag + vrijdag + zaterdag + + + + + Z + M + D + W + D + V + Z + + + + + + + K1 + K2 + K3 + K4 + + + 1e kwartaal + 2e kwartaal + 3e kwartaal + 4e kwartaal + + + + + 1 + 2 + 3 + 4 + + + + AM + PM + + + Voor Christus + Anno Domini + + + v. Chr. + n. Chr. + + + + + + EEEE d MMMM y + + + + + d MMMM y + + + + + d MMM y + + + + + dd-MM-yy + + + + + + + HH:mm:ss zzzz + + + + + HH:mm:ss z + + + + + HH:mm:ss + + + + + HH:mm + + + + + + d + HH:mm + L + d-M + E d-M + d-MM + dd-MM + LLL + d-MMM + E d MMM + d MMMM + E d MMMM + mm:ss + mm:ss + y + M-yyyy + EEE d-M-yyyy + MMM y + EEE d MMM y + MMMM y + Q yyyy + QQQ y + MM-yy + MMM yy + Q yy + QQQQ yy + MMMM y + + + {0} - {1} + + d-d + + + HH-HH + HH-HH + + + HH:mm-HH:mm + HH:mm-HH:mm + HH:mm-HH:mm + + + HH:mm-HH:mm v + HH:mm-HH:mm v + HH:mm-HH:mm v + + + HH-HH v + HH-HH v + + + M-M + + + dd-MM - dd-MM + dd-MM - dd-MM + + + E dd-MM - E dd-MM + E dd-MM - E dd-MM + + + MMM-MMM + + + d-d MMM + d MMM - d MMM + + + E d - E d MMM + E d MMM - E d MMM + + + LLLL-LLLL + + + y-y + + + MM-yy - MM-yy + MM-yy - MM-yy + + + dd-MM-yy - dd-MM-yy + dd-MM-yy - dd-MM-yy + dd-MM-yy - dd-MM-yy + + + E dd-MM-yy - E dd-MM-yy + E dd-MM-yy - E dd-MM-yy + E dd-MM-yy - E dd-MM-yy + + + MMM-MMM y + MMM y - MMM y + + + d-d MMM y + d MMM - d MMM y + d MMM y - d MMM y + + + E d - E d MMM y + E d MMM - E d MMM y + E d MMM y - E d MMM y + + + MM–MM – yyyy + MM-yyyy – MM-yyyy + + + + + + Tijdperk + + + Jaar + + + Maand + + + Week + + + Dag + Drie dagen geleden + Eergisteren + Gisteren + Vandaag + Morgen + Overmorgen + Over drie dagen + + + Dag van de week + + + AM/PM + + + Uur + + + Minuut + + + Seconde + + + Zone + + + + + + + + Tisjrie + Chesjwan + Sjevat + Adar + Adar B + Ijar + Tammoez + Elloel + + + + + + + + + Moeharram + Rabiʻa al awal + Rabiʻa al thani + Joemadʻal awal + Joemadʻal thani + Sjaʻaban + Sjawal + Doe al kaʻaba + Doe al hizja + + + + + + Saʻna Hizjria + + + + + + +HH:mm;-HH:mm + GMT{0} + {0}-tijd + {1} ({0}) + + Onbekend + + + Tirana + + + Erevan + + + Curaçao + + + Zuidpool + + + Río Gallegos + + + Córdoba + + + Wenen + + + Bakoe + + + Brussel + + + Bahrein + + + Pôrto Velho + + + Cuiabá + + + Belém + + + São Paulo + + + Maceió + + + Montréal + + + St. Johns + + + Cocoseilanden + + + Zürich + + + Paaseiland + + + Sjanghai + + + Bogotá + + + Kaapverdië + + + Christmaseiland + + + Berlijn + + + Kopenhagen + + + Galápagos + + + Asmara + + + Canarische Eilanden + + + Addis Abeba + + + Pohnpei + + + Faeröer + + + Parijs + + + Londen + + + Athene + + + Zuid-Georgië + + + Hongkong + + + Boedapest + + + Jeruzalem + + + Teheran + + + Tokio + + + Bisjkek + + + Enderbury-eiland + + + St. Kitts + + + Koeweit + + + Aqtöbe + + + Alma-Ata + + + Beiroet + + + St. Lucia + + + Luxemburg + + + Ulaanbaator + + + Maldiven + + + Mazatlán + + + Mexico-stad + + + Mérida + + + Cancún + + + Nouméa + + + Kathmandu + + + Marquesaseilanden + + + Gambier-eilanden + + + Manilla + + + Warschau + + + Azoren + + + Lissabon + + + Asunción + + + Réunion + + + Boekarest + + + Moskou + + + Jekaterinenburg + + + Krasnojarsk + + + Irkoetsk + + + Jakoetsk + + + Sachalin + + + Kamtsjatka + + + Riyad + + + Mahé + + + Khartoem + + + Sint-Helena + + + Sao Tomé + + + Salvador + + + Turks Eilanden + + + Lomé + + + Dusjanbe + + + Asjchabad + + + Istanboel + + + Oezjhorod + + + Zaporizja + + + Wake-eiland + + + Tasjkent + + + St. Vincent + + + St. Thomas + + + + Acre-tijd + Acre-zomertijd + + true + + + + Afghaanse tijd + + true + + + + Centraal-Afrikaanse tijd + + + + + Oost-Afrikaanse tijd + + + + + Zuid-Afrikaanse tijd + Zuid-Afrikaanse standaardtijd + + + + + West-Afrikaanse tijd + West-Afrikaanse zomertijd + + + + + Aktyubinsk-tijd + Aktyubinsk-zomertijd + + true + + + + Alaska-tijd + Alaska - standaardtijd + Alaska - zomertijd + + true + + + + Alaska-Hawaii-tijd + Alaska-Hawaii-standaardtijd + Alaska-Hawaii-zomertijd + + true + + + + Alma-Ata-tijd + Alma-Ata-zomertijd + + true + + + + Amazone-tijd + Amazone-zomertijd + + true + + + + Central-tijd + Central-standaardtijd + Central-zomertijd + + true + + + + Eastern-tijd + Eastern-standaardtijd + Eastern-zomertijd + + true + + + + Mountain-tijd + Mountain-standaardtijd + Mountain-zomertijd + + true + + + + Pacific-tijd + Pacific-standaardtijd + Pacific-zomertijd + + true + + + + Anadyr-tijd + Anadyr-zomertijd + + true + + + + Aqtau-tijd + Aqtau-zomertijd + + true + + + + Aqtöbe-tijd + Aqtöbe-zomertijd + + + AQTT (Aqtöbe) + AQTST (Aqtöbe) + + true + + + + Arabische tijd + Arabische standaardtijd + Arabische zomertijd + + + AT (Arabisch) + AST (Arabisch) + ADT (Arabisch) + + + + + Argentijnse tijd + Argentijnse zomertijd + + true + + + + West-Argentijnse tijd + + true + + + + Armeense tijd + Armeense zomertijd + + + AMT (Armenië) + AMST (Armenië) + + + + + Ashkhabad-tijd + Ashkhabad-zomertijd + + true + + + + Atlantic-tijd + Atlantic - standaardtijd + Atlantic - zomertijd + + true + + + + Midden-Australische tijd + Midden-Australische standaardtijd + Midden-Australische zomertijd + + true + + + + Midden-Australische westelijke tijd + Midden-Australische westelijke standaardtijd + Midden-Australische westelijke zomertijd + + true + + + + Oost-Australische tijd + Oost-Australische standaardtijd + Oost-Australische zomertijd + + true + + + + West-Australische tijd + West-Australische standaardtijd + West-Australische zomertijd + + true + + + + Azerbeidzjaanse tijd + Azerbeidzjaanse zomertijd + + true + + + + Azoren-tijd + Azoren-zomertijd + + true + + + + Bakoe-tijd + Bakoe-zomertijd + + true + + + + Bengalese tijd + + true + + + + Bering-tijd + Bering-standaardtijd + Bering-zomertijd + + true + + + + Bhutaanse tijd + + true + + + + Boliviaanse tijd + + true + + + + Borneose tijd + Borneose zomertijd + + true + + + + Braziliaanse tijd + Braziliaanse zomertijd + + true + + + + Bruneise tijd + + true + + + + Kaapverdische tijd + Kaapverdische zomertijd + + true + + + + Chamorro-tijd + Chamorro-standaardtijd + + true + + + + Changbai-tijd + + true + + + + Chatham-standaardtijd + Chatham-zomertijd + + true + + + + Chileense tijd + Chileense zomertijd + + true + + + + Chinese tijd + Chinese standaardtijd + Chinese zomertijd + + + CT (China) + CST (China) + CDT (China) + + true + + + + Choibalsan-tijd + Choibalsan-zomertijd + + true + + + + Christmaseilandse tijd + + true + + + + Cocoseilandse tijd + + true + + + + Colombiaanse tijd + Colombiaanse zomertijd + + true + + + + Cookeilandse tijd + Cookeilandse halve zomertijd + + + + + Cubaanse tijd + Cubaanse standaardtijd + Cubaanse zomertijd + + + CST (Cuba) + CDT (Cuba) + + true + + + + Dhaka-tijd + + true + + + + Davis-tijd + + true + + + true + + + + Dumont-d'Urville-tijd + + true + + + + Dushanbe-tijd + Dushanbe-zomertijd + + true + + + + Nederlands-Guyaanse tijd + + + + + Oost-Timorese tijd + + true + + + + Paaseilandse tijd + Paaseilandse zomertijd + + true + + + + Ecuadoriaanse tijd + + true + + + + Midden-Europese standaardtijd + Midden-Europese zomertijd + + + + + Oost-Europese standaardtijd + Oost-Europese zomertijd + + + + + West-Europese tijd + West-Europese zomertijd + + true + + + + Falklandeilandse tijd + Falklandeilandse zomertijd + + true + + + + Fijische tijd + Fijische zomertijd + + true + + + + Frans-Guyaanse tijd + + true + + + + Franse zuidelijke en Antarctische tijd + + true + + + + Frunze-tijd + Frunze-zomertijd + + + + + Galapagoseilandse tijd + + true + + + + Gambiereilandse tijd + + true + + + + Georgia-tijd + Georgia-zomertijd + + true + + + + Gilberteilandse tijd + + true + + + + Greenwich Mean Time + + true + + + true + + + + Centraal-Groenlandse tijd + Centraal-Groenlandse zomertijd + + true + + + + Oost-Groenlandse tijd + Oost-Groenlandse zomertijd + + true + + + + West-Groenlandse tijd + West-Groenlandse zomertijd + + true + + + + Guamese standaardtijd + + + GST (Guam) + + + + + Golf-tijd + Golf-standaardtijd + + true + + + + Guyaanse tijd + + true + + + + Hawaii-Aleoetische standaardtijd + + true + + + + Hongkong-tijd + Hongkong-zomertijd + + true + + + + Hovd-tijd + Hovd-zomertijd + + true + + + + Indiaase standaardtijd + + true + + + + Indische Oceaan-tijd + + true + + + + Indochinese tijd + + true + + + + Centraal-Indonesische tijd + + true + + + + Oost-Indonesische tijd + + true + + + + West-Indonesische tijd + + true + + + + Iraanse standaardtijd + Iraanse zomertijd + + true + + + + Irkoetsk-tijd + Irkoetsk-zomertijd + + true + + + + Israëlische tijd + Israëlische standaardtijd + Israëlische zomertijd + + + IST (Israël) + + true + + + + Japanse tijd + Japanse standaardtijd + Japanse zomertijd + + true + + + + Petropavlovsk-Kamtsjatski-tijd + Petropavlovsk-Kamtsjatski-zomertijd + + true + + + + Karachi-tijd + + true + + + + Kashgar-tijd + + true + + + + Oost-Kazachse tijd + Oost-Kazachse standaardtijd + + true + + + + West-Kazachse tijd + West-Kazachse standaardtijd + + true + + + + Kizilorda-tijd + Kizilorda-zomertijd + + true + + + + Koreaanse tijd + Koreaanse standaardtijd + Koreaanse zomertijd + + true + + + + Kosraese tijd + + + + + Krasnojarsk-tijd + Krasnojarsk-zomertijd + + true + + + + Kuybyshev standaardtijd + Kuybyshev-tijd + Kuybyshev-zomertijd + + true + + + + Kwajaleinse tijd + + true + + + + Kirgizische tijd + + true + + + + Lanka-tijd + + true + + + + Line-eilandse tijd + + + + + Long-Shu-tijd + + true + + + + Lord Howe-tijd + Lord Howe-standaardtijd + Lord Howe-zomertijd + + true + + + + Macause tijd + Macause zomertijd + + true + + + + Magadan-tijd + Magadan-zomertijd + + true + + + + Malakka-tijd + + true + + + + Maleisische tijd + + true + + + + Maldivische tijd + + true + + + + Marquesaseilandse tijd + + true + + + + Marshalleilandse tijd + + true + + + + Mauritiaanse tijd + + true + + + + Mawson-tijd + + true + + + + Ulaanbaatar-tijd + Ulaanbaatar-zomertijd + + true + + + + Moskou-tijd + Moskou-standaardtijd + Moskou-zomertijd + + true + + + + Myanmarese tijd + + true + + + + Nauruaanse tijd + + true + + + + Nepalese tijd + + true + + + + Nieuw-Caledonische tijd + Nieuw-Caledonische zomertijd + + true + + + + Nieuw-Zeelandse tijd + Nieuw-Zeelandse standaardtijd + Nieuw-Zeelandse zomertijd + + true + + + + Newfoundland-tijd + Newfoundland-standaardtijd + Newfoundland-zomertijd + + true + + + + Niuese tijd + + true + + + + Norfolkeilandse tijd + + true + + + + Fernando de Noronha-tijd + Fernando de Noronha-zomertijd + + true + + + + Noordelijk Mariaanse tijd + + true + + + + Novosibirsk-tijd + Novosibirsk-zomertijd + + true + + + + Omsk-tijd + Omsk-zomertijd + + true + + + true + + + + Pakistaanse tijd + Pakistaanse zomertijd + + true + + + + Belause tijd + + true + + + + Papoea-Nieuw-Guinea-tijd + + true + + + + Paraguayaanse tijd + Paraguayaanse zomertijd + + true + + + + Peruaanse tijd + Peruaanse zomertijd + + true + + + + Filipijnse tijd + Filipijnse zomertijd + + true + + + + Phoenixeilandse tijd + + true + + + + Pierre en Miquelon-tijd + Pierre en Miquelon-standaardtijd + Pierre en Miquelon-zomertijd + + true + + + + Pitcairnse tijd + + true + + + + Pohnpeise tijd + + true + + + + Qyzylorda-tijd + Qyzylorda-zomertijd + + true + + + + Réunionse tijd + + true + + + + Rothera-tijd + + true + + + + Sachalin-tijd + Sachalin-zomertijd + + true + + + + Samara-tijd + Samara-zomertijd + + true + + + + Samarkand-tijd + Samarkand-zomertijd + + true + + + + Samoaanse standaardtijd + + true + + + + Seychelse tijd + + true + + + + Shevchenko-tijd + Shevchenko-zomertijd + + true + + + + Singaporese standaardtijd + + true + + + + Solomoneilandse tijd + + true + + + + Zuid-Georgische tijd + + + GST (Z. Georgië) + + true + + + + Surinaamse tijd + + true + + + + Sverdlovsk-tijd + Sverdlovsk-zomertijd + + true + + + + Syowa-tijd + + true + + + + Tahitiaanse tijd + + true + + + + Tadzjiekse tijd + + true + + + + Tasjkent-tijd + Tasjkent-zomertijd + + true + + + + Tbilisi-tijd + Tbilisi-zomertijd + + true + + + + Tokelause tijd + + true + + + + Tongaanse tijd + Tongaanse zomertijd + + true + + + + Chuukse tijd + + true + + + + Turkse tijd + Turkse zomertijd + + true + + + + Turkmeense tijd + Turkmeense zomertijd + + true + + + + Tuvaluaanse tijd + + true + + + + Oral-tijd + Oral-zomertijd + + true + + + + Uruguayaanse tijd + Uruguayaanse zomertijd + + true + + + + Ürümqi-tijd + + true + + + + Oezbeekse tijd + Oezbeekse zomertijd + + true + + + + Vanuatuaanse tijd + Vanuatuaanse zomertijd + + true + + + + Venezolaanse tijd + + true + + + + Vladivostok-tijd + Vladivostok-zomertijd + + true + + + + Wolgograd-tijd + Wolgograd-zomertijd + + true + + + + Vostok-tijd + + true + + + + Wake-eilandse tijd + + true + + + + Wallis en Futunase tijd + + true + + + + Jakoetsk-tijd + Jakoetsk-zomertijd + + true + + + + Jekaterinenburg-tijd + Jekaterinenburg-zomertijd + + true + + + + Jerevan-tijd + Jerevan-zomertijd + + true + + + + Yukon-tijd + Yukon-standaardtijd + Yukon-zomertijd + + true + + + + + + , + . + ; + % + 0 + # + + + - + E + + + NaN + + + + + #,##0.### + + + + + + + #E0 + + + + + + + #,##0% + + + + + + + ¤ #,##0.00;¤ #,##0.00- + + + {0} {1} + {0} {1} + + + + Andorrese peseta + Andorrese peseta + Andorrese peseta + + + Verenigde Arabische Emiraten-dirham + Verenigde Arabische Emiraten-dirham + Verenigde Arabische Emiraten-dirham + + + Afghani (1927-2002) + Afghani (AFA) + Afghani (AFA) + + + Afghani + Afghani + Afghani + + + Albanese lek + Albanese lek + Albanese lek + + + Armeense dram + + + Nederlands-Antilliaanse gulden + + + Angolese kwanza + + + Angolese kwanza (1977-1990) + + + Angolese nieuwe kwanza (1990-2000) + + + Angolese kwanza reajustado (1995-1999) + + + Argentijnse austral + + + Argentijnse peso (1983-1985) + + + Argentijnse peso + + + Oostenrijkse schilling + + + Australische dollar + + + Arubaanse gulden + + + Azerbeidzjaanse manat (1993-2006) + + + Azerbeidzjaanse manat + + + Bosnische dinar + + + Bosnische convertibele mark + + + Barbadaanse dollar + + + Bengalese taka + + + Belgische frank (convertibel) + + + Belgische frank + + + Belgische frank (financieel) + + + Bulgaarse harde lev + + + Bulgaarse nieuwe lev + + + Bahreinse dinar + + + Burundese franc + + + Bermuda-dollar + + + Bruneise dollar + + + Boliviano + + + Boliviaanse peso + + + Boliviaanse mvdol + + + Braziliaanse cruzeiro novo (1967-1986) + + + Braziliaanse cruzado + + + Braziliaanse cruzeiro (1990-1993) + + + Braziliaanse real + + + Braziliaanse cruzado novo + + + Braziliaanse cruzeiro + + + Bahamaanse dollar + + + Bhutaanse ngultrum + + + Birmese kyat + + + Botswaanse pula + + + Wit-Russische nieuwe roebel (1994-1999) + + + Wit-Russische roebel + + + Belizaanse dollar + + + Canadese dollar + + + Congolese franc + + + WIR euro + + + Zwitserse franc + + + WIR franc + + + Chileense unidades de fomento + + + Chileense peso + + + Chinese yuan renminbi + + + Colombiaanse peso + + + Unidad de Valor Real + + + Costaricaanse colón + + + Oude Servische dinar + + + Tsjechoslowaakse harde koruna + + + Cubaanse peso + + + Kaapverdische escudo + + + Cyprisch pond + + + Tsjechische koruna + + + Oost-Duitse ostmark + + + Duitse mark + + + Djiboutiaanse franc + + + Deense kroon + + + Dominicaanse peso + + + Algerijnse dinar + + + Ecuadoraanse sucre + + + Ecuadoraanse unidad de valor constante (UVC) + + + Estlandse kroon + + + Egyptisch pond + + + Eritrese nakfa + + + Spaanse peseta (account A) + + + Spaanse peseta (convertibele account) + + + Spaanse peseta + + + Ethiopische birr + + + Euro + + + Finse markka + + + Fiji dollar + + + Falklandeilands pond + + + Franse franc + + + Brits pond sterling + + + Georgische kupon larit + + + Georgische lari + + + Ghanese cedi (1979-2007) + + + Ghanese cedi + + + Gibraltarees pond + + + Gambiaanse dalasi + + + Guinese franc + + + Guinese syli + + + Equatoriaal-Guinese ekwele guineana + + + Griekse drachme + + + Guatemalteekse quetzal + + + Portugees-Guinese escudo + + + Guinee-Bissause peso + + + Guyaanse dollar + + + Hongkongse dollar + + + Hondurese lempira + + + Kroatische dinar + + + Kroatische kuna + + + Haïtiaanse gourde + + + Hongaarse forint + + + Indonesische rupiah + + + Iers pond + + + Israëlisch pond + + + Israëlische nieuwe shekel + + + Indiase rupee + + + Iraakse dinar + + + Iraanse rial + + + IJslandse kroon + + + Italiaanse lire + + + Jamaicaanse dollar + + + Jordaanse dinar + + + Japanse yen + + + Keniaanse shilling + + + Kirgizische som + + + Cambodjaanse riel + + + Comorese franc + + + Noord-Koreaanse won + + + Zuid-Koreaanse won + + + Koeweitse dinar + + + Caymaneilandse dollar + + + Kazachstaanse tenge + + + Laotiaanse kip + + + Libanees pond + + + Srilankaanse rupee + + + Liberiaanse dollar + + + Lesothaanse loti + + + Litouwse litas + + + Litouwse talonas + + + Luxemburgse convertibele franc + + + Luxemburgse frank + + + Luxemburgse financiële franc + + + Letse lats + + + Letse roebel + + + Libische dinar + + + Marokkaanse dirham + + + Marokkaanse franc + + + Moldavische leu + + + Malagassische ariary + + + Malagassische franc + + + Macedonische denar + + + Malinese franc + + + Myanmarese kyat + + + Mongoolse tugrik + + + Macause pataca + + + Mauritaanse ouguiya + + + Maltese lire + + + Maltees pond + + + Mauritiaanse rupee + + + Maldivische rufiyaa + + + Malawische kwacha + + + Mexicaanse peso + + + Mexicaanse zilveren peso (1861-1992) + + + Mexicaanse unidad de inversion (UDI) + + + Maleisische ringgit + + + Mozambikaanse escudo + + + Oude Mozambikaanse metical + + + Mozambikaanse metical + + + Namibische dollar + + + Nigeriaanse naira + + + Nicaraguaanse córdoba + + + Nicaraguaanse córdoba oro + + + Nederlandse gulden + + + Noorse kroon + + + Nepalese rupee + + + Nieuw-Zeelandse dollar + + + Omaanse rial + + + Panamese balboa + + + Peruaanse inti + + + Peruaanse nieuwe sol + + + Peruaanse sol + + + Papuaanse kina + + + Filipijnse peso + + + Pakistaanse rupee + + + Poolse zloty + + + Poolse zloty (1950-1995) + + + Portugese escudo + + + Paraguayaanse guarani + + + Qatarese rial + + + Rhodesische dollar + + + Oude Roemeense leu + + + Roemeense leu + + + Servische dinar + + + Russische roebel + + + Russische roebel (1991-1998) + + + Rwandese franc + + + Saoedische rial + + + Salomonseilandse dollar + + + Seychelse rupee + + + Soedanese dinar + + + Soedanese pond + + + Soedanees pond + + + Zweedse kroon + + + Singaporese dollar + + + Sint-Heleense pond + + + Sloveense tolar + + + Slowaakse koruna + + + Sierraleoonse leone + + + Somalische shilling + + + Surinaamse dollar + + + Surinaamse gulden + + + Santomese dobra + + + Sovjet-roebel + + + Salvadoraanse colón + + + Syrisch pond + + + Swazische lilangeni + + + Thaise baht + + + Tadzjikistaanse roebel + + + Tadzjikistaanse somoni + + + Turkmeense manat + + + Tunesische dinar + + + Tongaanse paʻanga + + + Timorese escudo + + + Turkse lire + oude Turkse lira + oude Turkse lira + + + Nieuwe Turkse lire + Turkse lira + Turkse lira + + + Trinidad en Tobago-dollar + + + Nieuwe Taiwanese dollar + + + Tanzaniaanse shilling + + + Oekraïense hryvnia + + + Oekraïense karbovanetz + + + Oegandese shilling (1966-1987) + + + Oegandese shilling + + + Amerikaanse dollar + + + Amerikaanse dollar (volgende dag) + + + Amerikaanse dollar (zelfde dag) + + + Uruguayaanse peso en geïndexeerde eenheden + + + Uruguayaanse peso (1975-1993) + + + Uruguayaanse peso uruguayo + + + Oezbekistaanse sum + + + Venezolaanse bolivar + + + Venezolaanse sterke bolivar + + + Vietnamese dong + + + Vanuatuaanse vatu + + + West-Samoaanse tala + + + CFA-franc BEAC + + + Zilver + + + Goud + + + Europese samengestelde eenheid + + + Europese monetaire eenheid + + + Europese rekeneenheid (XBC) + + + Europese rekeneenheid (XBD) + + + Oost-Caribische dollar + + + Special Drawing Rights + + + European Currency Unit + + + Franse gouden franc + + + Franse UIC-franc + + + CFA-franc BCEAO + + + Palladium + + + CFP-franc + + + Platina + + + RINET-fondsen + + + Valutacode voor testdoeleinden + + + Geen valuta + onbekende/ongeldige munteenheid + + + Jemenitische dinar + + + Jemenitische rial + + + Joegoslavische harde dinar + + + Joegoslavische noviy-dinar + + + Joegoslavische convertibele dinar + + + Zuid-Afrikaanse rand (financieel) + + + Zuid-Afrikaanse rand + + + Zambiaanse kwacha + + + Zaïrese nieuwe zaïre + + + Zaïrese zaïre + + + Zimbabwaanse dollar + + + + Bitcoin + Bitcoin + Bitcoins + ฿ + + + + + + {0} dag + {0} dagen + + + {0} uur + {0} uur + + + {0} minuut + {0} minuten + + + {0} maand + {0} maanden + + + {0} seconde + {0} seconden + + + {0} week + {0} weken + + + {0} jaar + {0} jaar + + + + + ja:j + nee:n + + +