diff -r 5a6b6e770365 -r 68c69c656a2c web/lib/Zend/Locale/Data/Translation.php --- a/web/lib/Zend/Locale/Data/Translation.php Thu May 07 15:10:09 2015 +0200 +++ b/web/lib/Zend/Locale/Data/Translation.php Thu May 07 15:16:02 2015 +0200 @@ -14,13 +14,14 @@ * * @category Zend * @package Zend_Locale - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id: Translation.php 24593 2012-01-05 20:35:02Z matthew $ + * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) + * @license http://framework.zend.com/license/new-bsd New BSD License + * @version $Id$ */ /** * Definition class for all Windows locales + * * Based on this two lists: * @link http://msdn.microsoft.com/en-us/library/39cwe7zf.aspx * @link http://msdn.microsoft.com/en-us/library/cdax410z.aspx @@ -29,8 +30,8 @@ * * @category Zend * @package Zend_Locale - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License + * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) + * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Locale_Data_Translation { @@ -73,7 +74,6 @@ 'Finnish' => 'fi', 'French' => 'fr', 'Frisian' => 'fy', - 'Macedonian' => 'mk', 'Gaelic' => 'gd', 'Galician' => 'gl', 'Georgian' => 'ka',