From a0b2d09125d7911656fe4cb286f20643c4432281 Mon Sep 17 00:00:00 2001 From: Marek Laane Date: Sun, 12 Oct 2014 10:54:11 +0300 Subject: Updated Estonian translation --- paypal.inc.php | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 paypal.inc.php (limited to 'paypal.inc.php') diff --git a/paypal.inc.php b/paypal.inc.php deleted file mode 100644 index fd5a77f39..000000000 --- a/paypal.inc.php +++ /dev/null @@ -1,36 +0,0 @@ - 'en_US', - 'fr' => 'fr_FR', - 'es' => 'es_ES', - 'de' => 'de_DE', - 'it' => 'it_IT', - 'nl' => 'nl_NL', - 'pl' => 'pl_PL', - 'zh' => 'zh_CN', - 'zh_cn' => 'zh_CN' - ); - if (!array_key_exists($lang, $buttons)) - $lang = 'en'; - - $btnLoc = $buttons[$lang]; - - $html = << - - -

- - -

- -H; - return $html; -} \ No newline at end of file -- cgit v1.2.1