From owner-freebsd-gecko@FreeBSD.ORG Sun Jun 19 13:25:09 2011 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE0861065675 for ; Sun, 19 Jun 2011 13:25:09 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 28D778FC0C for ; Sun, 19 Jun 2011 13:25:08 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p5JDP8EC079290 for ; Sun, 19 Jun 2011 13:25:08 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id p5JDP2T5077399 for freebsd-gecko@freebsd.org; Sun, 19 Jun 2011 13:25:02 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 19 Jun 2011 13:25:02 GMT Message-Id: <201106191325.p5JDP2T5077399@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r564 - branches/experimental/www/firefox-i18n trunk/www/firefox-i18n X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 13:25:09 -0000 Author: flo Date: Sun Jun 19 13:25:02 2011 New Revision: 564 Log: - update firefox-i18n to 5.0 - add new translations Modified: branches/experimental/www/firefox-i18n/Makefile branches/experimental/www/firefox-i18n/Makefile.lang branches/experimental/www/firefox-i18n/Makefile.option branches/experimental/www/firefox-i18n/distinfo trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/Makefile.lang trunk/www/firefox-i18n/Makefile.option trunk/www/firefox-i18n/distinfo Modified: branches/experimental/www/firefox-i18n/Makefile ============================================================================== --- branches/experimental/www/firefox-i18n/Makefile Sun Jun 19 13:23:22 2011 (r563) +++ branches/experimental/www/firefox-i18n/Makefile Sun Jun 19 13:25:02 2011 (r564) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.48 2011/03/04 23:31:15 beat Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.50 2011/04/29 06:31:39 flo Exp $ # PORTNAME= firefox-i18n -PORTVERSION= 4.0.1 +PORTVERSION= 5.0 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -14,7 +14,7 @@ DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org -COMMENT= Localized interface for Firefox 4.0 +COMMENT= Localized interface for Firefox 5.0 EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip Modified: branches/experimental/www/firefox-i18n/Makefile.lang ============================================================================== --- branches/experimental/www/firefox-i18n/Makefile.lang Sun Jun 19 13:23:22 2011 (r563) +++ branches/experimental/www/firefox-i18n/Makefile.lang Sun Jun 19 13:25:02 2011 (r564) @@ -2,16 +2,16 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/firefox-i18n/Makefile.lang,v 1.2 2010/04/06 08:14:02 beat Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile.lang,v 1.3 2011/03/22 15:25:37 beat Exp $ # # Currently, the following 71 languages are supported. # -FIREFOX_I18N_ALL_= af ar be bg bn-BD bn-IN ca cs cy da de el en-GB \ - eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL \ - ga-IE gl gu-IN he hi-IN hr hu id is it ja kk kn \ - ko ku lt lv mk ml mr nb-NO nl nn-NO or pa-IN pl \ - pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK \ - ta te th tr uk vi zh-CN zh-TW +FIREFOX_I18N_ALL_= af ak ar ast be bg bn-BD bn-IN br bs ca cs cy da de el \ + en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa \ + fi fr fy-NL ga-IE gl gu-IN he hi-IN hr hu hy-AM id is \ + it ja kk kn ko ku lg lt lv mai mk ml mr nb-NO nl nn-NO \ + nso or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq \ + sr sv-SE ta-LK ta te th tr uk vi zh-CN zh-TW zu .if defined(FIREFOX_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) FIREFOX_I18N= ${FIREFOX_I18N_ALL_} @@ -19,9 +19,15 @@ .ifndef WITHOUT_LANG_AF FIREFOX_I18N+= af .endif +.ifndef WITHOUT_LANG_AK +FIREFOX_I18N+= ak +.endif .ifndef WITHOUT_LANG_AR FIREFOX_I18N+= ar .endif +.ifndef WITHOUT_LANG_AST +FIREFOX_I18N+= ast +.endif .ifndef WITHOUT_LANG_BE FIREFOX_I18N+= be .endif @@ -34,6 +40,12 @@ .ifndef WITHOUT_LANG_BN FIREFOX_I18N+= bn-IN .endif +.ifndef WITHOUT_LANG_BR +FIREFOX_I18N+= br +.endif +.ifndef WITHOUT_LANG_BS +FIREFOX_I18N+= bs +.endif .ifndef WITHOUT_LANG_CA FIREFOX_I18N+= ca .endif @@ -55,6 +67,12 @@ .ifndef WITHOUT_LANG_GB FIREFOX_I18N+= en-GB .endif +.ifndef WITHOUT_LANG_US +FIREFOX_I18N+= en-US +.endif +.ifndef WITHOUT_LANG_ZA +FIREFOX_I18N+= en-ZA +.endif .ifndef WITHOUT_LANG_EO FIREFOX_I18N+= eo .endif @@ -109,6 +127,9 @@ .ifndef WITHOUT_LANG_HU FIREFOX_I18N+= hu .endif +.ifndef WITHOUT_LANG_AM +FIREFOX_I18N+= hy-AM +.endif .ifndef WITHOUT_LANG_ID FIREFOX_I18N+= id .endif @@ -133,12 +154,18 @@ .ifndef WITHOUT_LANG_KU FIREFOX_I18N+= ku .endif +.ifndef WITHOUT_LANG_LG +FIREFOX_I18N+= lg +.endif .ifndef WITHOUT_LANG_LT FIREFOX_I18N+= lt .endif .ifndef WITHOUT_LANG_LV FIREFOX_I18N+= lv .endif +.ifndef WITHOUT_LANG_MAI +FIREFOX_I18N+= mai +.endif .ifndef WITHOUT_LANG_MK FIREFOX_I18N+= mk .endif @@ -157,6 +184,9 @@ .ifndef WITHOUT_LANG_NN FIREFOX_I18N+= nn-NO .endif +.ifndef WITHOUT_LANG_NSO +FIREFOX_I18N+= nso +.endif .ifndef WITHOUT_LANG_OR FIREFOX_I18N+= or .endif @@ -166,7 +196,7 @@ .ifndef WITHOUT_LANG_PL FIREFOX_I18N+= pl .endif -.ifndef WITHOUT_LANG_BR +.ifndef WITHOUT_LANG_PBR FIREFOX_I18N+= pt-BR .endif .ifndef WITHOUT_LANG_PT @@ -187,6 +217,9 @@ .ifndef WITHOUT_LANG_SK FIREFOX_I18N+= sk .endif +.ifndef WITHOUT_LANG_SON +FIREFOX_I18N+= son +.endif .ifndef WITHOUT_LANG_SL FIREFOX_I18N+= sl .endif @@ -226,4 +259,7 @@ .ifndef WITHOUT_LANG_TW FIREFOX_I18N+= zh-TW .endif +.ifndef WITHOUT_LANG_ZU +FIREFOX_I18N+= zu +.endif .endif Modified: branches/experimental/www/firefox-i18n/Makefile.option ============================================================================== --- branches/experimental/www/firefox-i18n/Makefile.option Sun Jun 19 13:23:22 2011 (r563) +++ branches/experimental/www/firefox-i18n/Makefile.option Sun Jun 19 13:25:02 2011 (r564) @@ -2,76 +2,86 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/firefox-i18n/Makefile.option,v 1.2 2010/04/06 08:14:02 beat Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile.option,v 1.3 2011/03/22 15:25:37 beat Exp $ # -OPTIONS= LANG_AF "Africaans" off \ - LANG_SQ "Albanian" off \ - LANG_AR "Arabic" on \ - LANG_EU "Basque" off \ - LANG_BN "Bengali" on \ - LANG_BB "Bengali (Bangladesh)" off \ - LANG_BG "Bulgarian" off \ - LANG_BE "Byelorussian" off \ - LANG_CA "Catalan" off \ - LANG_CN "Chinese" on \ - LANG_CS "Czech" off \ - LANG_DA "Danish" off \ - LANG_NL "Dutch" off \ - LANG_GB "English (UK)" off \ - LANG_EO "Esperanto" off \ - LANG_ET "Estonian" off \ - LANG_GL "Galician" off \ - LANG_DE "German" on \ - LANG_EL "Greek" off \ - LANG_GU "Gujarati" off \ - LANG_FI "Finnish" off \ - LANG_FR "French" on \ - LANG_FY "Frisian" off \ - LANG_GA "Irish" off \ - LANG_HE "Hebrew" off \ - LANG_HI "Hindi" on \ - LANG_HR "Hrvatski" off \ - LANG_HU "Hungarian" off \ - LANG_IS "Icelandic" off \ - LANG_ID "Indonesian" off \ - LANG_IT "Italian" on \ - LANG_JA "Japanese" on \ - LANG_KN "Kannada" off \ - LANG_KK "Kazakh" off \ - LANG_KO "Korean" on \ - LANG_KU "Kurdish" off \ - LANG_LV "Latvian" off \ - LANG_LT "Lithuanian" off \ - LANG_MK "Macedonian" off \ - LANG_ML "Malayalam" off \ - LANG_MR "Marathi" on \ - LANG_MN "Mongolian" off \ - LANG_NB "Norwegian" off \ - LANG_NN "Norwegian Nynorsk" off \ - LANG_OR "Oriya" off \ - LANG_FA "Persian" off \ - LANG_PL "Polish" off \ - LANG_PT "Portuguese" off \ - LANG_BR "Portuguese (Brazil)" on \ - LANG_PA "Punjabi" on \ - LANG_RO "Romanian" off \ - LANG_RM "Romansh" off \ - LANG_RU "Russian" on \ - LANG_SR "Serbian" off \ - LANG_ES "Spanish" on \ - LANG_SA "Spanish (Argentina)" off \ - LANG_SC "Spanish (Chile)" off \ - LANG_SM "Spanish (Mexico)" off \ - LANG_SI "Singhalese" off \ - LANG_SK "Slovak" off \ - LANG_SL "Slovenian" off \ - LANG_SV "Swedish" off \ - LANG_TW "Taiwanese" off \ - LANG_TA "Tamil" off \ - LANG_LK "Tamil (Sri Lanka)" off \ - LANG_TE "Telugu" on \ - LANG_TH "Thai" off \ - LANG_TR "Turkish" off \ - LANG_UK "Ukrainian" off \ - LANG_VI "Vietnamese" off \ - LANG_CY "Welsh" off +OPTIONS= LANG_AF "Africaans" off \ + LANG_AK "Akan" off \ + LANG_SQ "Albanian" off \ + LANG_AR "Arabic" on \ + LANG_AM "Armenian" off \ + LANG_EU "Basque" off \ + LANG_BN "Bengali" on \ + LANG_BB "Bengali (Bangladesh)" off \ + LANG_BS "Bosnian" off \ + LANG_BG "Bulgarian" off \ + LANG_BE "Byelorussian" off \ + LANG_CA "Catalan" off \ + LANG_CN "Chinese" on \ + LANG_CS "Czech" off \ + LANG_DA "Danish" off \ + LANG_NL "Dutch" off \ + LANG_GB "English (UK)" off \ + LANG_US "English (US)" off \ + LANG_EO "Esperanto" off \ + LANG_ET "Estonian" off \ + LANG_GL "Galician" off \ + LANG_DE "German" on \ + LANG_EL "Greek" off \ + LANG_GU "Gujarati" off \ + LANG_FI "Finnish" off \ + LANG_FR "French" on \ + LANG_FY "Frisian" off \ + LANG_GA "Irish" off \ + LANG_HE "Hebrew" off \ + LANG_HI "Hindi" on \ + LANG_HR "Hrvatski" off \ + LANG_HU "Hungarian" off \ + LANG_IS "Icelandic" off \ + LANG_ID "Indonesian" off \ + LANG_IT "Italian" on \ + LANG_JA "Japanese" on \ + LANG_KN "Kannada" off \ + LANG_KK "Kazakh" off \ + LANG_KO "Korean" on \ + LANG_KU "Kurdish" off \ + LANG_LV "Latvian" off \ + LANG_LT "Lithuanian" off \ + LANG_LG "Luganda" off \ + LANG_MK "Macedonian" off \ + LANG_MAI "Maithili" off \ + LANG_ML "Malayalam" off \ + LANG_MR "Marathi" on \ + LANG_MN "Mongolian" off \ + LANG_NSO "Northern Sotho" off \ + LANG_NB "Norwegian" off \ + LANG_NN "Norwegian Nynorsk" off \ + LANG_OR "Oriya" off \ + LANG_FA "Persian" off \ + LANG_PL "Polish" off \ + LANG_PT "Portuguese" off \ + LANG_PBR "Portuguese (Brazil)" on \ + LANG_PA "Punjabi" on \ + LANG_RO "Romanian" off \ + LANG_RM "Romansh" off \ + LANG_RU "Russian" on \ + LANG_SR "Serbian" off \ + LANG_SI "Singhalese" off \ + LANG_ES "Spanish" on \ + LANG_SON "Songhai" off \ + LANG_SA "Spanish (Argentina)" off \ + LANG_SC "Spanish (Chile)" off \ + LANG_SM "Spanish (Mexico)" off \ + LANG_SK "Slovak" off \ + LANG_SL "Slovenian" off \ + LANG_SV "Swedish" off \ + LANG_TW "Taiwanese" off \ + LANG_TA "Tamil" off \ + LANG_LK "Tamil (Sri Lanka)" off \ + LANG_TE "Telugu" on \ + LANG_TH "Thai" off \ + LANG_TR "Turkish" off \ + LANG_UK "Ukrainian" off \ + LANG_VI "Vietnamese" off \ + LANG_CY "Welsh" off \ + LANG_ZA "English (South Afrika)" off \ + LANG_ZU "Zulu" off Modified: branches/experimental/www/firefox-i18n/distinfo ============================================================================== --- branches/experimental/www/firefox-i18n/distinfo Sun Jun 19 13:23:22 2011 (r563) +++ branches/experimental/www/firefox-i18n/distinfo Sun Jun 19 13:25:02 2011 (r564) @@ -1,140 +1,164 @@ -SHA256 (xpi/firefox-i18n-4.0.1/af.xpi) = 6b3529b78e6643578d407d454a70bce423742206d13f69bdd97871da9c533688 -SIZE (xpi/firefox-i18n-4.0.1/af.xpi) = 220422 -SHA256 (xpi/firefox-i18n-4.0.1/ar.xpi) = f2d19b19c1d817d935bbe3df0531ae9ff95a801109c65e1230f4f3bae60a0662 -SIZE (xpi/firefox-i18n-4.0.1/ar.xpi) = 241601 -SHA256 (xpi/firefox-i18n-4.0.1/be.xpi) = edb4b777f2b36937b8f48662e8cf5c1a709e742205c3adcf4460d34b3c51ff56 -SIZE (xpi/firefox-i18n-4.0.1/be.xpi) = 231346 -SHA256 (xpi/firefox-i18n-4.0.1/bg.xpi) = 3edb2a3f1fab20d51ce57ee8b31beadadc40a1de0f9fe693f42e0e5f16f83db0 -SIZE (xpi/firefox-i18n-4.0.1/bg.xpi) = 254933 -SHA256 (xpi/firefox-i18n-4.0.1/bn-BD.xpi) = 6fb4247ca4900717b8ab76cbfa25ddfd9bc799296752e5b1d829e0318747f795 -SIZE (xpi/firefox-i18n-4.0.1/bn-BD.xpi) = 263230 -SHA256 (xpi/firefox-i18n-4.0.1/bn-IN.xpi) = 65b7beaab67dc0a66558a1ba8d481ae94afb81c8eea3907ddc8103ce60dcb62d -SIZE (xpi/firefox-i18n-4.0.1/bn-IN.xpi) = 292731 -SHA256 (xpi/firefox-i18n-4.0.1/ca.xpi) = 67d919edddfb7f58de3655afdd7dd0c3992d549c3cb02db4ee5a27e9ce4c9178 -SIZE (xpi/firefox-i18n-4.0.1/ca.xpi) = 228114 -SHA256 (xpi/firefox-i18n-4.0.1/cs.xpi) = 1746e852231aa5b504bf36434d73eb0989e93a34a50d95277f5aebf3617d1ad9 -SIZE (xpi/firefox-i18n-4.0.1/cs.xpi) = 229191 -SHA256 (xpi/firefox-i18n-4.0.1/cy.xpi) = 0de01085aaf07e0ee6604088651a1bdbe8e6d5c799d4a6164b02523ebe88d1b6 -SIZE (xpi/firefox-i18n-4.0.1/cy.xpi) = 221682 -SHA256 (xpi/firefox-i18n-4.0.1/da.xpi) = 9f4c12725d2fb6a5f7c20afe1de1407a66e25f4d34f9f085e1013a466ed28e4c -SIZE (xpi/firefox-i18n-4.0.1/da.xpi) = 221658 -SHA256 (xpi/firefox-i18n-4.0.1/de.xpi) = bf5258a6e3549e3fd9ff9d2c7ebd435219b0a271000bb9f2e4ece238b8fe0869 -SIZE (xpi/firefox-i18n-4.0.1/de.xpi) = 229257 -SHA256 (xpi/firefox-i18n-4.0.1/el.xpi) = 75d6e97d5a1eaeaf44353cc3ea3a259aebb51eaa9800865b2190038072d14492 -SIZE (xpi/firefox-i18n-4.0.1/el.xpi) = 243564 -SHA256 (xpi/firefox-i18n-4.0.1/en-GB.xpi) = 1e02c8280e6693a02eb66f20381b87bafe084ccfd0ad4f2c714524cb8400989c -SIZE (xpi/firefox-i18n-4.0.1/en-GB.xpi) = 213470 -SHA256 (xpi/firefox-i18n-4.0.1/eo.xpi) = d389663243416eac7af309b2bac387977dcfa4abfa8ade18c0a83ced0f8bdc8d -SIZE (xpi/firefox-i18n-4.0.1/eo.xpi) = 222304 -SHA256 (xpi/firefox-i18n-4.0.1/es-AR.xpi) = dae07795e8955dae3c4a0d643f17b5e303315f1e37148ea856a492c0a122e00c -SIZE (xpi/firefox-i18n-4.0.1/es-AR.xpi) = 226160 -SHA256 (xpi/firefox-i18n-4.0.1/es-CL.xpi) = 9358a30f19873fdd13bf17a073bc5b92bc060a1eaa800ca8d608e0e1a1998a47 -SIZE (xpi/firefox-i18n-4.0.1/es-CL.xpi) = 228892 -SHA256 (xpi/firefox-i18n-4.0.1/es-ES.xpi) = f7c2d17b9e632956346d651d1a387e12e92643639bedd01509c9df8a4c661bf3 -SIZE (xpi/firefox-i18n-4.0.1/es-ES.xpi) = 202316 -SHA256 (xpi/firefox-i18n-4.0.1/es-MX.xpi) = 4bee3cf4c2ef8580883ad17c10e6da79f10920585d4081818c5af38bffbf2f2f -SIZE (xpi/firefox-i18n-4.0.1/es-MX.xpi) = 202993 -SHA256 (xpi/firefox-i18n-4.0.1/et.xpi) = 911f52cdd00d50881cbd98836fd8c3a7f5bd8c1533865fb447254683612010ed -SIZE (xpi/firefox-i18n-4.0.1/et.xpi) = 223433 -SHA256 (xpi/firefox-i18n-4.0.1/eu.xpi) = ca8c7edd050d73f43e8685fc2f763124e10fe6a3f10a8900b7daa060885eda6b -SIZE (xpi/firefox-i18n-4.0.1/eu.xpi) = 221330 -SHA256 (xpi/firefox-i18n-4.0.1/fa.xpi) = a45e298a3e300ea9ffc64c42909e11db6e7bb2d941585884db743847b67e4756 -SIZE (xpi/firefox-i18n-4.0.1/fa.xpi) = 249722 -SHA256 (xpi/firefox-i18n-4.0.1/fi.xpi) = fb69f58589a4f66d970b4e9e94c9cd59b1fd2fe97e49f90786cd1f3b2ee59178 -SIZE (xpi/firefox-i18n-4.0.1/fi.xpi) = 224502 -SHA256 (xpi/firefox-i18n-4.0.1/fr.xpi) = 34d2350057923735f3cc56ba2f54fd8c0daa153d1c2af145bf3b594aea5f42d3 -SIZE (xpi/firefox-i18n-4.0.1/fr.xpi) = 230272 -SHA256 (xpi/firefox-i18n-4.0.1/fy-NL.xpi) = 991cfc1725510ab47f715076bf5ab6728bb59e898ec075f609782a0b2542750c -SIZE (xpi/firefox-i18n-4.0.1/fy-NL.xpi) = 227615 -SHA256 (xpi/firefox-i18n-4.0.1/ga-IE.xpi) = 566338ac72be0c59ae58f43cedf8b7ed7cc03eb4aade6da56f4a4bc649857887 -SIZE (xpi/firefox-i18n-4.0.1/ga-IE.xpi) = 232342 -SHA256 (xpi/firefox-i18n-4.0.1/gl.xpi) = ce4c3638151b28d612ae53fa9b1d604c5ddef2b7f84c5508b21c5198dd9db5ae -SIZE (xpi/firefox-i18n-4.0.1/gl.xpi) = 224437 -SHA256 (xpi/firefox-i18n-4.0.1/gu-IN.xpi) = 34f381592403e63b03b7349123ee727e3df66d0496ad27688a2b671e9b0fcddd -SIZE (xpi/firefox-i18n-4.0.1/gu-IN.xpi) = 252617 -SHA256 (xpi/firefox-i18n-4.0.1/he.xpi) = 8b517d41b62f757001307f9f99f76fecefd393cad9756751499682e49b32c803 -SIZE (xpi/firefox-i18n-4.0.1/he.xpi) = 234330 -SHA256 (xpi/firefox-i18n-4.0.1/hi-IN.xpi) = 390f65fcb7b474fd6348978427be254f94cfc80bcc594a8b5acdfec9e9a42bf3 -SIZE (xpi/firefox-i18n-4.0.1/hi-IN.xpi) = 257584 -SHA256 (xpi/firefox-i18n-4.0.1/hr.xpi) = 721eae6dd46da5adb22bed63986f72fb873b7315e1cdd41d48d63bd28c59d498 -SIZE (xpi/firefox-i18n-4.0.1/hr.xpi) = 234112 -SHA256 (xpi/firefox-i18n-4.0.1/hu.xpi) = 1167b384bb2f1855a6551a35ad9c21c382e58f051a101a506c43ecb34728610c -SIZE (xpi/firefox-i18n-4.0.1/hu.xpi) = 234692 -SHA256 (xpi/firefox-i18n-4.0.1/id.xpi) = 9767e46ab7a4f341feb6b80bc559f44a22e2db62699970e6d1a423bc41b92324 -SIZE (xpi/firefox-i18n-4.0.1/id.xpi) = 218468 -SHA256 (xpi/firefox-i18n-4.0.1/is.xpi) = da92b0f17d8d37e4b48237fa9d23ef70a8d4317916eb219c663ce9997e5acca5 -SIZE (xpi/firefox-i18n-4.0.1/is.xpi) = 224206 -SHA256 (xpi/firefox-i18n-4.0.1/it.xpi) = ff4a70d419f537fa8ae5d631a291c925725ff18c596888bfbe8de9f610753024 -SIZE (xpi/firefox-i18n-4.0.1/it.xpi) = 199845 -SHA256 (xpi/firefox-i18n-4.0.1/ja.xpi) = 1dd8854f2ee2c8a571e98d32e6993c1829640e6f66add4025f858bcbf63a3047 -SIZE (xpi/firefox-i18n-4.0.1/ja.xpi) = 252159 -SHA256 (xpi/firefox-i18n-4.0.1/kk.xpi) = c42b67048c3360bbba688254aa1cd760ee82510023ffdf807f9fe27d8fe2c1d8 -SIZE (xpi/firefox-i18n-4.0.1/kk.xpi) = 256607 -SHA256 (xpi/firefox-i18n-4.0.1/kn.xpi) = f6d284b74a3055441344d7128d3a0f18c33baed3cc845a12f3d740e97fcabcea -SIZE (xpi/firefox-i18n-4.0.1/kn.xpi) = 273823 -SHA256 (xpi/firefox-i18n-4.0.1/ko.xpi) = a410f4ed933dee17e846701ed938ff5ed513b222793fcb51265da4104197701a -SIZE (xpi/firefox-i18n-4.0.1/ko.xpi) = 206945 -SHA256 (xpi/firefox-i18n-4.0.1/ku.xpi) = 6e21a64f14ed6f19f50ae4b4accb7829ea3fbf2f69962715781349ff7235eccb -SIZE (xpi/firefox-i18n-4.0.1/ku.xpi) = 231607 -SHA256 (xpi/firefox-i18n-4.0.1/lt.xpi) = a9e816093405b627d1c67ccc60e046f9d51ced5d5aa34822dc8188e96a499d2b -SIZE (xpi/firefox-i18n-4.0.1/lt.xpi) = 314014 -SHA256 (xpi/firefox-i18n-4.0.1/lv.xpi) = bd7200b38d34f96035a479f840f0be63820d7d404b48fcabfdd6670df7a78171 -SIZE (xpi/firefox-i18n-4.0.1/lv.xpi) = 225535 -SHA256 (xpi/firefox-i18n-4.0.1/mk.xpi) = 35ac22e21cb5b530437f276aace1283ec8ef0be2472d0b19e4b40544d1163872 -SIZE (xpi/firefox-i18n-4.0.1/mk.xpi) = 250541 -SHA256 (xpi/firefox-i18n-4.0.1/ml.xpi) = 32ca3d3eb383bb067981d5b40a3fbf508ce189f3fa105092ab00ab5b49cae67d -SIZE (xpi/firefox-i18n-4.0.1/ml.xpi) = 282447 -SHA256 (xpi/firefox-i18n-4.0.1/mr.xpi) = 7d177b9d98487b9f0563e1e53fbca48ab4df36534fe8f7b38e339933b6a2eb61 -SIZE (xpi/firefox-i18n-4.0.1/mr.xpi) = 257805 -SHA256 (xpi/firefox-i18n-4.0.1/nb-NO.xpi) = 05d485c0eb9abc9dbe19934c4cac6b69a6fcb56217df26286a7dc7863d94adec -SIZE (xpi/firefox-i18n-4.0.1/nb-NO.xpi) = 222493 -SHA256 (xpi/firefox-i18n-4.0.1/nl.xpi) = bda740575ae1da40c0ccf87d3213916d1847972ab2523a30af8ccef476d17be2 -SIZE (xpi/firefox-i18n-4.0.1/nl.xpi) = 223776 -SHA256 (xpi/firefox-i18n-4.0.1/nn-NO.xpi) = e3f34c474898021d0f8f70ff5b40ab0a85f9d10743b470ce67ac736c544dca90 -SIZE (xpi/firefox-i18n-4.0.1/nn-NO.xpi) = 223784 -SHA256 (xpi/firefox-i18n-4.0.1/or.xpi) = cc830f87a191460cb3e595f2596160224c5e6dd9dbc0c1455dc558ca83def60b -SIZE (xpi/firefox-i18n-4.0.1/or.xpi) = 261472 -SHA256 (xpi/firefox-i18n-4.0.1/pa-IN.xpi) = ed7f9ed51bd6c15aaf5f895d1e2adddc7328788f8a99c8c722d7651eb433b37c -SIZE (xpi/firefox-i18n-4.0.1/pa-IN.xpi) = 258820 -SHA256 (xpi/firefox-i18n-4.0.1/pl.xpi) = 9988d6918a2cfb60e6cab999bc90f2b3bde948a3331a8daf1be11895f177f163 -SIZE (xpi/firefox-i18n-4.0.1/pl.xpi) = 232239 -SHA256 (xpi/firefox-i18n-4.0.1/pt-BR.xpi) = 507dadaf311e2999419e113f53781e910ea171da6cb46caf2255c9e59d001983 -SIZE (xpi/firefox-i18n-4.0.1/pt-BR.xpi) = 227877 -SHA256 (xpi/firefox-i18n-4.0.1/pt-PT.xpi) = dccd2e5d458533451e6fdbb9dc90622b1c2abe6914eefaf6275f6d6bba4b86dd -SIZE (xpi/firefox-i18n-4.0.1/pt-PT.xpi) = 227260 -SHA256 (xpi/firefox-i18n-4.0.1/rm.xpi) = fb0796264bfe9ba5b69bc2fac588c5c3ea02191cbd1bbb6a5cc9e1debe8556dd -SIZE (xpi/firefox-i18n-4.0.1/rm.xpi) = 226580 -SHA256 (xpi/firefox-i18n-4.0.1/ro.xpi) = 584fab1a0f399631f99741f6575bef916f75be361136d5a1bc017eadc1a25895 -SIZE (xpi/firefox-i18n-4.0.1/ro.xpi) = 230023 -SHA256 (xpi/firefox-i18n-4.0.1/ru.xpi) = 95d73a38abd1371c6d7b2b5ca2365b359f728878731dae5ca69120d74479c1e6 -SIZE (xpi/firefox-i18n-4.0.1/ru.xpi) = 239442 -SHA256 (xpi/firefox-i18n-4.0.1/si.xpi) = 24afc5858116c69559a5b76bdec8c9fb2efe204bd1f673d89dee02083953240d -SIZE (xpi/firefox-i18n-4.0.1/si.xpi) = 252437 -SHA256 (xpi/firefox-i18n-4.0.1/sk.xpi) = 017f565e2bee568988bee079f0dffa4d287fb9ff4e9692f94da1ad831bae8ce8 -SIZE (xpi/firefox-i18n-4.0.1/sk.xpi) = 234295 -SHA256 (xpi/firefox-i18n-4.0.1/sl.xpi) = 7471f994be4e43c4624622edf6d6ef725b85d160e57f7397e490822b5b6b6b65 -SIZE (xpi/firefox-i18n-4.0.1/sl.xpi) = 222381 -SHA256 (xpi/firefox-i18n-4.0.1/sq.xpi) = c7e6eeb61c2edb7c902d30d417da676e5a087787d95d137269c87dc7663b2014 -SIZE (xpi/firefox-i18n-4.0.1/sq.xpi) = 207488 -SHA256 (xpi/firefox-i18n-4.0.1/sr.xpi) = f215e7ce5be9903069cd10ba20b0ef62d703111bb63bb19e030b3f771a85db75 -SIZE (xpi/firefox-i18n-4.0.1/sr.xpi) = 258226 -SHA256 (xpi/firefox-i18n-4.0.1/sv-SE.xpi) = 287935fe120bbd11496ebc67e4502f6a8e11c50a286d26f3f0fe09345ea9d150 -SIZE (xpi/firefox-i18n-4.0.1/sv-SE.xpi) = 260773 -SHA256 (xpi/firefox-i18n-4.0.1/ta-LK.xpi) = 47cab0e3f19adaa8d0d42abe54d2ce63a03e0fc08464552b16e3b414c3b39417 -SIZE (xpi/firefox-i18n-4.0.1/ta-LK.xpi) = 267030 -SHA256 (xpi/firefox-i18n-4.0.1/ta.xpi) = 02c14b534f5db23db68967aaa9ded8dfb9677951d7482abda06452b9d1406a39 -SIZE (xpi/firefox-i18n-4.0.1/ta.xpi) = 252374 -SHA256 (xpi/firefox-i18n-4.0.1/te.xpi) = 8f9c2a74c42e3aa295794b0bf60b5ff34a8a0d91d9f845c864093200cd28933b -SIZE (xpi/firefox-i18n-4.0.1/te.xpi) = 266689 -SHA256 (xpi/firefox-i18n-4.0.1/th.xpi) = d49d74da70f522d8c7d7605b6d683f7750f906f6a0876c47603828ed63e1ab36 -SIZE (xpi/firefox-i18n-4.0.1/th.xpi) = 253295 -SHA256 (xpi/firefox-i18n-4.0.1/tr.xpi) = 4d4b80b81eb829053bb10a22b97c2515f60357ae9f25fb40d9bb35885da8bfc7 -SIZE (xpi/firefox-i18n-4.0.1/tr.xpi) = 227124 -SHA256 (xpi/firefox-i18n-4.0.1/uk.xpi) = 685acc732cabe069dfe006ee82c0f8be5a7195b54c4bbf1556603cac4a347f4e -SIZE (xpi/firefox-i18n-4.0.1/uk.xpi) = 260131 -SHA256 (xpi/firefox-i18n-4.0.1/vi.xpi) = 78408acdada24372e27a2b0bc162d49b70accdcda506f56e6e700168c2434c2b -SIZE (xpi/firefox-i18n-4.0.1/vi.xpi) = 239967 -SHA256 (xpi/firefox-i18n-4.0.1/zh-CN.xpi) = 321e04996998540f719b5efd89e524dd84bdad1da3f07cb54ec1f4bee064e8f5 -SIZE (xpi/firefox-i18n-4.0.1/zh-CN.xpi) = 236231 -SHA256 (xpi/firefox-i18n-4.0.1/zh-TW.xpi) = ac89d39b7594c7b5a61877ab25199d8cde6ae7586ed3fcef764ed3af4f25b4a1 -SIZE (xpi/firefox-i18n-4.0.1/zh-TW.xpi) = 237032 +SHA256 (xpi/firefox-i18n-5.0/af.xpi) = a2e8b93b72193ec4eeca255a1cc735f548e77cb90a459b8c55eb4908a8f9f6b0 +SIZE (xpi/firefox-i18n-5.0/af.xpi) = 221342 +SHA256 (xpi/firefox-i18n-5.0/ak.xpi) = dffb31551d27180204aa74509f36a0b31faf67a7bd46a38ce5783ecf38890652 +SIZE (xpi/firefox-i18n-5.0/ak.xpi) = 222856 +SHA256 (xpi/firefox-i18n-5.0/ar.xpi) = f40d36aa041dd5e6fb378ab7385a6c593513b07b6d18dcb1a347ddb0ae80d31c +SIZE (xpi/firefox-i18n-5.0/ar.xpi) = 242499 +SHA256 (xpi/firefox-i18n-5.0/ast.xpi) = c5cdb9fccd6889cc81e935c3657fabf32ade2c0e633dfb117d439b662144b298 +SIZE (xpi/firefox-i18n-5.0/ast.xpi) = 218875 +SHA256 (xpi/firefox-i18n-5.0/be.xpi) = 39c2a84ec5b87b87d43bdd5fb853419496bac5a3468065b248d070bb72a6b346 +SIZE (xpi/firefox-i18n-5.0/be.xpi) = 232148 +SHA256 (xpi/firefox-i18n-5.0/bg.xpi) = 1359fc832811e1bd58e99a441aef1e97573b44ef1a8f4f644ef611f9684b8708 +SIZE (xpi/firefox-i18n-5.0/bg.xpi) = 255712 +SHA256 (xpi/firefox-i18n-5.0/bn-BD.xpi) = 5c3da96b4f16783b1dcfea19d1359924ec315c4478f38f226675a11b598ac637 +SIZE (xpi/firefox-i18n-5.0/bn-BD.xpi) = 264307 +SHA256 (xpi/firefox-i18n-5.0/bn-IN.xpi) = 25f88327fb65b9854425b19d0d36aabfddf08e367aeebf40930f969d02a286cd +SIZE (xpi/firefox-i18n-5.0/bn-IN.xpi) = 294137 +SHA256 (xpi/firefox-i18n-5.0/br.xpi) = 7c7f8097edbefc427c21c97030bf9d8f4434f6530b95d75bf2b07450e3c154d0 +SIZE (xpi/firefox-i18n-5.0/br.xpi) = 229699 +SHA256 (xpi/firefox-i18n-5.0/bs.xpi) = 2a3b36f5795d8cf596a522b0da4eaadf6f9f5fe08e08d96e084e0bd56f76dc5a +SIZE (xpi/firefox-i18n-5.0/bs.xpi) = 227566 +SHA256 (xpi/firefox-i18n-5.0/ca.xpi) = cf6968da5dcf725427d167f4ec66341c29f787be9f39bccce7829fafa5ae74c5 +SIZE (xpi/firefox-i18n-5.0/ca.xpi) = 228977 +SHA256 (xpi/firefox-i18n-5.0/cs.xpi) = 637a57375c30da3b97ae672de94ef0805c41e630884405fde8b04d05b3c94d6a +SIZE (xpi/firefox-i18n-5.0/cs.xpi) = 230068 +SHA256 (xpi/firefox-i18n-5.0/cy.xpi) = 929378c8ec2859ecf5dd539e678f520459489cdc1c770847ed0ab5822582bca4 +SIZE (xpi/firefox-i18n-5.0/cy.xpi) = 222565 +SHA256 (xpi/firefox-i18n-5.0/da.xpi) = f7e4f0c488ba5a0a1da3895372b5087bcad8db5d0e7b48b53a856cce0f60adf5 +SIZE (xpi/firefox-i18n-5.0/da.xpi) = 222498 +SHA256 (xpi/firefox-i18n-5.0/de.xpi) = e112cee3947ffa02c9709a701404979a0098632b6813bd9278490d80351d0cba +SIZE (xpi/firefox-i18n-5.0/de.xpi) = 230248 +SHA256 (xpi/firefox-i18n-5.0/el.xpi) = 3eb3d6a8f869242aa449afc040035bcaf1f3db901b5030ed6280fb091e78c25d +SIZE (xpi/firefox-i18n-5.0/el.xpi) = 244653 +SHA256 (xpi/firefox-i18n-5.0/en-GB.xpi) = cf96c48cfbf09f7ca7d57f8a88735b320fcbe78cb41413dddf2f14e11e0f38b9 +SIZE (xpi/firefox-i18n-5.0/en-GB.xpi) = 214199 +SHA256 (xpi/firefox-i18n-5.0/en-US.xpi) = 64b89b850e9c522c848a43893d6a1d8daf6f6c23e10ef0c5f464059e7a2d7b80 +SIZE (xpi/firefox-i18n-5.0/en-US.xpi) = 213834 +SHA256 (xpi/firefox-i18n-5.0/en-ZA.xpi) = 8deb294e6a9f7ddddf880353fc2f70b47e7aa4f9dc66c3bba97c7da9b7c7010a +SIZE (xpi/firefox-i18n-5.0/en-ZA.xpi) = 213782 +SHA256 (xpi/firefox-i18n-5.0/eo.xpi) = ea1d78e00db6eac107fe2352dedee06c59a704157493c92dcb0435cde5193c8b +SIZE (xpi/firefox-i18n-5.0/eo.xpi) = 223122 +SHA256 (xpi/firefox-i18n-5.0/es-AR.xpi) = 406d1ec67efb2090c82c9140422d50cc4bcf47183b7aa593579840030539fa1d +SIZE (xpi/firefox-i18n-5.0/es-AR.xpi) = 227033 +SHA256 (xpi/firefox-i18n-5.0/es-CL.xpi) = 15f44f3e16724d590fffd7eb6b0c36084a195f72ba74e312ea103ecf381e126e +SIZE (xpi/firefox-i18n-5.0/es-CL.xpi) = 229573 +SHA256 (xpi/firefox-i18n-5.0/es-ES.xpi) = f28a77f348ac0697f772b12a57eed3ac1d453f068d4b1908db85b14034f989a2 +SIZE (xpi/firefox-i18n-5.0/es-ES.xpi) = 202968 +SHA256 (xpi/firefox-i18n-5.0/es-MX.xpi) = 051e78ae837da4d8cb5d77d58e15efc769d4fe169722a62dd1f2dfc0ca17f4b3 +SIZE (xpi/firefox-i18n-5.0/es-MX.xpi) = 203603 +SHA256 (xpi/firefox-i18n-5.0/et.xpi) = b026307d175afa1aaa554a3c922f038af1807f850b732db08e4977e990ef7c91 +SIZE (xpi/firefox-i18n-5.0/et.xpi) = 224313 +SHA256 (xpi/firefox-i18n-5.0/eu.xpi) = 92d585c82509b1dfb6f9f37d6507a74e2c70246db28542452ebf53cd790aac2e +SIZE (xpi/firefox-i18n-5.0/eu.xpi) = 222260 +SHA256 (xpi/firefox-i18n-5.0/fa.xpi) = 4e323228d73084bfe9640e259b87461837783679cafb9345c07d824d707e1b69 +SIZE (xpi/firefox-i18n-5.0/fa.xpi) = 249669 +SHA256 (xpi/firefox-i18n-5.0/fi.xpi) = ea3ab6729e77ac12e1c0f63c29cd58d985aebf8a211953fe66121c76a76d3444 +SIZE (xpi/firefox-i18n-5.0/fi.xpi) = 225413 +SHA256 (xpi/firefox-i18n-5.0/fr.xpi) = 7174a6cd2bda7ac1ca2fb990fefdc056204c16b2a72d212a6273709a2ed6a90f +SIZE (xpi/firefox-i18n-5.0/fr.xpi) = 231107 +SHA256 (xpi/firefox-i18n-5.0/fy-NL.xpi) = 664ffc517c326307a24ae5e81b599fa527bca1b4704473b19fc406f256ab4cce +SIZE (xpi/firefox-i18n-5.0/fy-NL.xpi) = 228490 +SHA256 (xpi/firefox-i18n-5.0/ga-IE.xpi) = 11591862978c1475a83102500270596f0c4b1a18e234a6ac8ed5e2fc1ead1c95 +SIZE (xpi/firefox-i18n-5.0/ga-IE.xpi) = 233448 +SHA256 (xpi/firefox-i18n-5.0/gl.xpi) = e645891f96c31e832bb12bc23e7b8d1819ddd642c26720cb151541d342d8aede +SIZE (xpi/firefox-i18n-5.0/gl.xpi) = 225236 +SHA256 (xpi/firefox-i18n-5.0/gu-IN.xpi) = f426ca547c83be254ae3e110c6fb0c919c74a2bc99fc46942705286e36197849 +SIZE (xpi/firefox-i18n-5.0/gu-IN.xpi) = 253576 +SHA256 (xpi/firefox-i18n-5.0/he.xpi) = 75338fc5821e688d6dd113089cebe5321cf961b25d465abd623f09273200c470 +SIZE (xpi/firefox-i18n-5.0/he.xpi) = 235116 +SHA256 (xpi/firefox-i18n-5.0/hi-IN.xpi) = 1a54f1a8693ac489e6422d2d99db5d8bf5804b7d131d594a3dda0f4a0cada9d6 +SIZE (xpi/firefox-i18n-5.0/hi-IN.xpi) = 258506 +SHA256 (xpi/firefox-i18n-5.0/hr.xpi) = 0b5f555cf3218a8dea482862ef9c0fe21f48fb15c42b7b00822267d6dbed315f +SIZE (xpi/firefox-i18n-5.0/hr.xpi) = 235177 +SHA256 (xpi/firefox-i18n-5.0/hu.xpi) = c7d0a9cb17fec754758241ec977d4fcfc8cd50fc61a19f36f749de045b87f02a +SIZE (xpi/firefox-i18n-5.0/hu.xpi) = 235650 +SHA256 (xpi/firefox-i18n-5.0/hy-AM.xpi) = 5f89db48c14c1c88ae3d34e28416804f9b758185711fe0755349b1d00ae73ff4 +SIZE (xpi/firefox-i18n-5.0/hy-AM.xpi) = 420343 +SHA256 (xpi/firefox-i18n-5.0/id.xpi) = 6d2f2918a5628ae0f06fd64007448e7884704718921ad2e9cd3b1fb602d7934e +SIZE (xpi/firefox-i18n-5.0/id.xpi) = 219287 +SHA256 (xpi/firefox-i18n-5.0/is.xpi) = d606131a39efcae6cbc082cda5a95366f8c443993027f2d84d3c1c77a0258c8b +SIZE (xpi/firefox-i18n-5.0/is.xpi) = 225064 +SHA256 (xpi/firefox-i18n-5.0/it.xpi) = 788fbc67421c1e2e3a681cfb7a9c6ca333f39631803109e63c1537ce4997f763 +SIZE (xpi/firefox-i18n-5.0/it.xpi) = 200504 +SHA256 (xpi/firefox-i18n-5.0/ja.xpi) = fd2940c200de8271c055b4eed20798a18408b7473109bfb4a672376f2c95b212 +SIZE (xpi/firefox-i18n-5.0/ja.xpi) = 253532 +SHA256 (xpi/firefox-i18n-5.0/kk.xpi) = db1cea7c63226275a7e8ded104222f6cff37d8d94cedff7a3095db0d73a93bb3 +SIZE (xpi/firefox-i18n-5.0/kk.xpi) = 257652 +SHA256 (xpi/firefox-i18n-5.0/kn.xpi) = dd658af2b106ed1ae292afc7d3009def4f9d9c7745ccd6e6429b56df0872204d +SIZE (xpi/firefox-i18n-5.0/kn.xpi) = 275000 +SHA256 (xpi/firefox-i18n-5.0/ko.xpi) = 18637412840d5bc0caf55f08034ca908c5efb84e32e38a3d5e3662fdbd775040 +SIZE (xpi/firefox-i18n-5.0/ko.xpi) = 207948 +SHA256 (xpi/firefox-i18n-5.0/ku.xpi) = 8f9fbd41b099ae99aa4c2f88957636f0fcf2ba84f0d622d4f95ae0184ea0fd57 +SIZE (xpi/firefox-i18n-5.0/ku.xpi) = 232519 +SHA256 (xpi/firefox-i18n-5.0/lg.xpi) = 8f4823299cd377231e528f56e04d1e7fa653604fd36a33bd6001959983a89215 +SIZE (xpi/firefox-i18n-5.0/lg.xpi) = 229749 +SHA256 (xpi/firefox-i18n-5.0/lt.xpi) = f46ea7371becead269e7dc7441601f2bca5920d1ee8a4f6b1ebfd67b2034903e +SIZE (xpi/firefox-i18n-5.0/lt.xpi) = 314962 +SHA256 (xpi/firefox-i18n-5.0/lv.xpi) = 5fde2474f968b20b5876f7f49c228ba0948e00f2fcefcd25f1ac343d4c2b5b1a +SIZE (xpi/firefox-i18n-5.0/lv.xpi) = 226467 +SHA256 (xpi/firefox-i18n-5.0/mai.xpi) = 61f64a1634c74a8618e75b42e50f730775db1e9bfbcab33b8187f89282fb8f3a +SIZE (xpi/firefox-i18n-5.0/mai.xpi) = 258290 +SHA256 (xpi/firefox-i18n-5.0/mk.xpi) = 0bfab372a3a79503a3d06dba43acd462caf1971f90b72d21d82e068c8da82029 +SIZE (xpi/firefox-i18n-5.0/mk.xpi) = 251524 +SHA256 (xpi/firefox-i18n-5.0/ml.xpi) = b8efc38640f4b1e7b3046800c9d0b23ac8ca4bc08572450c9450cba55d832d41 +SIZE (xpi/firefox-i18n-5.0/ml.xpi) = 283533 +SHA256 (xpi/firefox-i18n-5.0/mr.xpi) = e177b3506d5255e4127fd76dec257262a5ab9cebc70d853f46d437bbfb783432 +SIZE (xpi/firefox-i18n-5.0/mr.xpi) = 258813 +SHA256 (xpi/firefox-i18n-5.0/nb-NO.xpi) = 129eb4174605c4ccfd4bebb3cd583ff812d26008bae76f714f8150dd8678fd9b +SIZE (xpi/firefox-i18n-5.0/nb-NO.xpi) = 223346 +SHA256 (xpi/firefox-i18n-5.0/nl.xpi) = aaf5e3cdbd604ab2bc8fc399825bcad48d48bc08067e5a340ed18a53a63737ff +SIZE (xpi/firefox-i18n-5.0/nl.xpi) = 224641 +SHA256 (xpi/firefox-i18n-5.0/nn-NO.xpi) = 1a7c2d87d3179acd3d694261f301e86379b58d8669a8ef89b16b2608948d10e4 +SIZE (xpi/firefox-i18n-5.0/nn-NO.xpi) = 224672 +SHA256 (xpi/firefox-i18n-5.0/nso.xpi) = 3aff12e9447a2f4db5bc79c99b55e9db43a2c4308dd37a281c0e729868138ec5 +SIZE (xpi/firefox-i18n-5.0/nso.xpi) = 227969 +SHA256 (xpi/firefox-i18n-5.0/or.xpi) = a4c9d21982037242531587823aa1eaecac139c653f88b3d8029048d805e12182 +SIZE (xpi/firefox-i18n-5.0/or.xpi) = 262339 +SHA256 (xpi/firefox-i18n-5.0/pa-IN.xpi) = 759f7d9642a28cbb1798407725988e459eaeca569a94ed94f0b023bfa9d30d6a +SIZE (xpi/firefox-i18n-5.0/pa-IN.xpi) = 260036 +SHA256 (xpi/firefox-i18n-5.0/pl.xpi) = 363fcc2c6e9f04bf683ce9fe06564f30a0d4e02416f6903e382f40555833a236 +SIZE (xpi/firefox-i18n-5.0/pl.xpi) = 233164 +SHA256 (xpi/firefox-i18n-5.0/pt-BR.xpi) = d5223a1f479394d0c3e1e3b84b0ce94fa52efadeedeb88af20eae43ac6afc6f8 +SIZE (xpi/firefox-i18n-5.0/pt-BR.xpi) = 228668 +SHA256 (xpi/firefox-i18n-5.0/pt-PT.xpi) = ec9bba62e2646d01d33c5d18396980d0c7e45ae35e1b035acf993c4b43db9916 +SIZE (xpi/firefox-i18n-5.0/pt-PT.xpi) = 228030 +SHA256 (xpi/firefox-i18n-5.0/rm.xpi) = 76108978d4b9d816f1fcbb76c36159f8c75f5314cd3cd6329b2e247e5e6b10cf +SIZE (xpi/firefox-i18n-5.0/rm.xpi) = 227680 +SHA256 (xpi/firefox-i18n-5.0/ro.xpi) = 97a2644d9a5103d9694209a7fde031ec54087a9ab89ee1e375a29f71a42abf43 +SIZE (xpi/firefox-i18n-5.0/ro.xpi) = 230861 +SHA256 (xpi/firefox-i18n-5.0/ru.xpi) = 31f7d8a72337a0dcbff611d13825f39e0845354d4b413e6296aeaa5bc6b54bd3 +SIZE (xpi/firefox-i18n-5.0/ru.xpi) = 240318 +SHA256 (xpi/firefox-i18n-5.0/si.xpi) = 85ad3f3bb028fe27696ef340a47760a8e261e7a2b0a2e5a1d22f14a0284d3b4c +SIZE (xpi/firefox-i18n-5.0/si.xpi) = 252297 +SHA256 (xpi/firefox-i18n-5.0/sk.xpi) = 249427c900e5be9d6a485be9dc9811255f8434651e0e0446fcd42069d8b28bf0 +SIZE (xpi/firefox-i18n-5.0/sk.xpi) = 235237 +SHA256 (xpi/firefox-i18n-5.0/sl.xpi) = 9f10154128b19ee00e07990e98429a0c701f755f65d60c0537fee9a5903f14ee +SIZE (xpi/firefox-i18n-5.0/sl.xpi) = 223110 +SHA256 (xpi/firefox-i18n-5.0/son.xpi) = e412bac4ae30ca6c5a10577ff0b92adda666cd681a3ae7dd6c4b2b315037e00c +SIZE (xpi/firefox-i18n-5.0/son.xpi) = 221301 +SHA256 (xpi/firefox-i18n-5.0/sq.xpi) = 4c473f7c4f7ff2d02475eb263e029d0bb36807140d658643e7e2af35a173639d +SIZE (xpi/firefox-i18n-5.0/sq.xpi) = 208379 +SHA256 (xpi/firefox-i18n-5.0/sr.xpi) = 448f085fa3448dc7a04214097a5e495a20047e08c23b5e7fb5a0b97d6222aad7 +SIZE (xpi/firefox-i18n-5.0/sr.xpi) = 204265 +SHA256 (xpi/firefox-i18n-5.0/sv-SE.xpi) = 1f5060773f8ca6ee30adae54dccc8b9b9b8bd79170f2716c5e1ff1f681a757c0 +SIZE (xpi/firefox-i18n-5.0/sv-SE.xpi) = 261675 +SHA256 (xpi/firefox-i18n-5.0/ta-LK.xpi) = 91be63dfdda892d304cace8c6b1e365f38161cff0f0effb996125b8a916936bf +SIZE (xpi/firefox-i18n-5.0/ta-LK.xpi) = 268411 +SHA256 (xpi/firefox-i18n-5.0/ta.xpi) = 97bf49b15d9dfffbdac6106ceeefe15776fba9eeb5d024dba6fa46053d10eb89 +SIZE (xpi/firefox-i18n-5.0/ta.xpi) = 253294 +SHA256 (xpi/firefox-i18n-5.0/te.xpi) = ee3dad3dd509519e5e433aa5313aadb2e1a795b0be504696b5595c2d69392d21 +SIZE (xpi/firefox-i18n-5.0/te.xpi) = 267869 +SHA256 (xpi/firefox-i18n-5.0/th.xpi) = cb4c0100e22c82a50a7bc05d8a9888235c4a67a9b4e66b10b6eeaae34063fac5 +SIZE (xpi/firefox-i18n-5.0/th.xpi) = 254357 +SHA256 (xpi/firefox-i18n-5.0/tr.xpi) = 43e2ee2ca92d6992656b6b297b63b897a9a08fc20297a636e7793f1af4c6557a +SIZE (xpi/firefox-i18n-5.0/tr.xpi) = 227980 +SHA256 (xpi/firefox-i18n-5.0/uk.xpi) = 5bf6b7f1fca042015e75669e1baa1741b29db0e95d9f9e12da1c8066f482ea42 +SIZE (xpi/firefox-i18n-5.0/uk.xpi) = 261247 +SHA256 (xpi/firefox-i18n-5.0/vi.xpi) = 7b17b6bdd0d68a45a1fe6b6080fc266f33e501278895eb0735beec90e2e6f41e +SIZE (xpi/firefox-i18n-5.0/vi.xpi) = 240934 +SHA256 (xpi/firefox-i18n-5.0/zh-CN.xpi) = e94fb218286c20ef5d273d2e895da482d73f430b5f704f1d49f0603ca3aeda80 +SIZE (xpi/firefox-i18n-5.0/zh-CN.xpi) = 237222 +SHA256 (xpi/firefox-i18n-5.0/zh-TW.xpi) = 238422319c1c764f0eca0b96a5f6d23a27e1024cc15dc40b17b09b8dc09a545e +SIZE (xpi/firefox-i18n-5.0/zh-TW.xpi) = 238052 +SHA256 (xpi/firefox-i18n-5.0/zu.xpi) = d5ba9b23b342502d2012b78405c1ba07307fe48f21f23542e38c2fd59a32c15b +SIZE (xpi/firefox-i18n-5.0/zu.xpi) = 228727 Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Sun Jun 19 13:23:22 2011 (r563) +++ trunk/www/firefox-i18n/Makefile Sun Jun 19 13:25:02 2011 (r564) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.48 2011/03/04 23:31:15 beat Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.50 2011/04/29 06:31:39 flo Exp $ # PORTNAME= firefox-i18n -PORTVERSION= 4.0.1 +PORTVERSION= 5.0 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -14,7 +14,7 @@ DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org -COMMENT= Localized interface for Firefox 4.0 +COMMENT= Localized interface for Firefox 5.0 EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip Modified: trunk/www/firefox-i18n/Makefile.lang ============================================================================== --- trunk/www/firefox-i18n/Makefile.lang Sun Jun 19 13:23:22 2011 (r563) +++ trunk/www/firefox-i18n/Makefile.lang Sun Jun 19 13:25:02 2011 (r564) @@ -2,16 +2,16 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/firefox-i18n/Makefile.lang,v 1.2 2010/04/06 08:14:02 beat Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile.lang,v 1.3 2011/03/22 15:25:37 beat Exp $ # # Currently, the following 71 languages are supported. # -FIREFOX_I18N_ALL_= af ar be bg bn-BD bn-IN ca cs cy da de el en-GB \ - eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL \ - ga-IE gl gu-IN he hi-IN hr hu id is it ja kk kn \ - ko ku lt lv mk ml mr nb-NO nl nn-NO or pa-IN pl \ - pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK \ - ta te th tr uk vi zh-CN zh-TW +FIREFOX_I18N_ALL_= af ak ar ast be bg bn-BD bn-IN br bs ca cs cy da de el \ + en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa \ + fi fr fy-NL ga-IE gl gu-IN he hi-IN hr hu hy-AM id is \ + it ja kk kn ko ku lg lt lv mai mk ml mr nb-NO nl nn-NO \ + nso or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq \ + sr sv-SE ta-LK ta te th tr uk vi zh-CN zh-TW zu .if defined(FIREFOX_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) FIREFOX_I18N= ${FIREFOX_I18N_ALL_} @@ -19,9 +19,15 @@ .ifndef WITHOUT_LANG_AF FIREFOX_I18N+= af .endif +.ifndef WITHOUT_LANG_AK +FIREFOX_I18N+= ak +.endif .ifndef WITHOUT_LANG_AR FIREFOX_I18N+= ar .endif +.ifndef WITHOUT_LANG_AST +FIREFOX_I18N+= ast +.endif .ifndef WITHOUT_LANG_BE FIREFOX_I18N+= be .endif @@ -34,6 +40,12 @@ .ifndef WITHOUT_LANG_BN FIREFOX_I18N+= bn-IN .endif +.ifndef WITHOUT_LANG_BR +FIREFOX_I18N+= br +.endif +.ifndef WITHOUT_LANG_BS +FIREFOX_I18N+= bs +.endif .ifndef WITHOUT_LANG_CA FIREFOX_I18N+= ca .endif @@ -55,6 +67,12 @@ .ifndef WITHOUT_LANG_GB FIREFOX_I18N+= en-GB .endif +.ifndef WITHOUT_LANG_US +FIREFOX_I18N+= en-US +.endif +.ifndef WITHOUT_LANG_ZA +FIREFOX_I18N+= en-ZA +.endif .ifndef WITHOUT_LANG_EO FIREFOX_I18N+= eo .endif @@ -109,6 +127,9 @@ .ifndef WITHOUT_LANG_HU FIREFOX_I18N+= hu .endif +.ifndef WITHOUT_LANG_AM +FIREFOX_I18N+= hy-AM +.endif .ifndef WITHOUT_LANG_ID FIREFOX_I18N+= id .endif @@ -133,12 +154,18 @@ .ifndef WITHOUT_LANG_KU FIREFOX_I18N+= ku .endif +.ifndef WITHOUT_LANG_LG +FIREFOX_I18N+= lg +.endif .ifndef WITHOUT_LANG_LT FIREFOX_I18N+= lt .endif .ifndef WITHOUT_LANG_LV FIREFOX_I18N+= lv .endif +.ifndef WITHOUT_LANG_MAI +FIREFOX_I18N+= mai +.endif .ifndef WITHOUT_LANG_MK FIREFOX_I18N+= mk .endif @@ -157,6 +184,9 @@ .ifndef WITHOUT_LANG_NN FIREFOX_I18N+= nn-NO .endif +.ifndef WITHOUT_LANG_NSO +FIREFOX_I18N+= nso +.endif .ifndef WITHOUT_LANG_OR FIREFOX_I18N+= or .endif @@ -166,7 +196,7 @@ .ifndef WITHOUT_LANG_PL FIREFOX_I18N+= pl .endif -.ifndef WITHOUT_LANG_BR +.ifndef WITHOUT_LANG_PBR FIREFOX_I18N+= pt-BR .endif .ifndef WITHOUT_LANG_PT @@ -187,6 +217,9 @@ .ifndef WITHOUT_LANG_SK FIREFOX_I18N+= sk .endif +.ifndef WITHOUT_LANG_SON +FIREFOX_I18N+= son +.endif .ifndef WITHOUT_LANG_SL FIREFOX_I18N+= sl .endif @@ -226,4 +259,7 @@ .ifndef WITHOUT_LANG_TW FIREFOX_I18N+= zh-TW .endif +.ifndef WITHOUT_LANG_ZU +FIREFOX_I18N+= zu +.endif .endif Modified: trunk/www/firefox-i18n/Makefile.option ============================================================================== --- trunk/www/firefox-i18n/Makefile.option Sun Jun 19 13:23:22 2011 (r563) +++ trunk/www/firefox-i18n/Makefile.option Sun Jun 19 13:25:02 2011 (r564) @@ -2,76 +2,86 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/firefox-i18n/Makefile.option,v 1.2 2010/04/06 08:14:02 beat Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile.option,v 1.3 2011/03/22 15:25:37 beat Exp $ # -OPTIONS= LANG_AF "Africaans" off \ - LANG_SQ "Albanian" off \ - LANG_AR "Arabic" on \ - LANG_EU "Basque" off \ - LANG_BN "Bengali" on \ - LANG_BB "Bengali (Bangladesh)" off \ - LANG_BG "Bulgarian" off \ - LANG_BE "Byelorussian" off \ - LANG_CA "Catalan" off \ - LANG_CN "Chinese" on \ - LANG_CS "Czech" off \ - LANG_DA "Danish" off \ - LANG_NL "Dutch" off \ - LANG_GB "English (UK)" off \ - LANG_EO "Esperanto" off \ - LANG_ET "Estonian" off \ - LANG_GL "Galician" off \ - LANG_DE "German" on \ - LANG_EL "Greek" off \ - LANG_GU "Gujarati" off \ - LANG_FI "Finnish" off \ - LANG_FR "French" on \ - LANG_FY "Frisian" off \ - LANG_GA "Irish" off \ - LANG_HE "Hebrew" off \ - LANG_HI "Hindi" on \ - LANG_HR "Hrvatski" off \ - LANG_HU "Hungarian" off \ - LANG_IS "Icelandic" off \ - LANG_ID "Indonesian" off \ - LANG_IT "Italian" on \ - LANG_JA "Japanese" on \ - LANG_KN "Kannada" off \ - LANG_KK "Kazakh" off \ - LANG_KO "Korean" on \ - LANG_KU "Kurdish" off \ - LANG_LV "Latvian" off \ - LANG_LT "Lithuanian" off \ - LANG_MK "Macedonian" off \ - LANG_ML "Malayalam" off \ - LANG_MR "Marathi" on \ - LANG_MN "Mongolian" off \ - LANG_NB "Norwegian" off \ - LANG_NN "Norwegian Nynorsk" off \ - LANG_OR "Oriya" off \ - LANG_FA "Persian" off \ - LANG_PL "Polish" off \ - LANG_PT "Portuguese" off \ - LANG_BR "Portuguese (Brazil)" on \ - LANG_PA "Punjabi" on \ - LANG_RO "Romanian" off \ - LANG_RM "Romansh" off \ - LANG_RU "Russian" on \ - LANG_SR "Serbian" off \ - LANG_ES "Spanish" on \ - LANG_SA "Spanish (Argentina)" off \ - LANG_SC "Spanish (Chile)" off \ - LANG_SM "Spanish (Mexico)" off \ - LANG_SI "Singhalese" off \ - LANG_SK "Slovak" off \ - LANG_SL "Slovenian" off \ - LANG_SV "Swedish" off \ - LANG_TW "Taiwanese" off \ - LANG_TA "Tamil" off \ - LANG_LK "Tamil (Sri Lanka)" off \ - LANG_TE "Telugu" on \ - LANG_TH "Thai" off \ - LANG_TR "Turkish" off \ - LANG_UK "Ukrainian" off \ - LANG_VI "Vietnamese" off \ - LANG_CY "Welsh" off +OPTIONS= LANG_AF "Africaans" off \ + LANG_AK "Akan" off \ + LANG_SQ "Albanian" off \ + LANG_AR "Arabic" on \ + LANG_AM "Armenian" off \ + LANG_EU "Basque" off \ + LANG_BN "Bengali" on \ + LANG_BB "Bengali (Bangladesh)" off \ + LANG_BS "Bosnian" off \ + LANG_BG "Bulgarian" off \ + LANG_BE "Byelorussian" off \ + LANG_CA "Catalan" off \ + LANG_CN "Chinese" on \ + LANG_CS "Czech" off \ + LANG_DA "Danish" off \ + LANG_NL "Dutch" off \ + LANG_GB "English (UK)" off \ + LANG_US "English (US)" off \ + LANG_EO "Esperanto" off \ + LANG_ET "Estonian" off \ + LANG_GL "Galician" off \ + LANG_DE "German" on \ + LANG_EL "Greek" off \ + LANG_GU "Gujarati" off \ + LANG_FI "Finnish" off \ + LANG_FR "French" on \ + LANG_FY "Frisian" off \ + LANG_GA "Irish" off \ + LANG_HE "Hebrew" off \ + LANG_HI "Hindi" on \ + LANG_HR "Hrvatski" off \ + LANG_HU "Hungarian" off \ + LANG_IS "Icelandic" off \ + LANG_ID "Indonesian" off \ + LANG_IT "Italian" on \ + LANG_JA "Japanese" on \ + LANG_KN "Kannada" off \ + LANG_KK "Kazakh" off \ + LANG_KO "Korean" on \ + LANG_KU "Kurdish" off \ + LANG_LV "Latvian" off \ + LANG_LT "Lithuanian" off \ + LANG_LG "Luganda" off \ + LANG_MK "Macedonian" off \ + LANG_MAI "Maithili" off \ + LANG_ML "Malayalam" off \ + LANG_MR "Marathi" on \ + LANG_MN "Mongolian" off \ + LANG_NSO "Northern Sotho" off \ + LANG_NB "Norwegian" off \ + LANG_NN "Norwegian Nynorsk" off \ + LANG_OR "Oriya" off \ + LANG_FA "Persian" off \ + LANG_PL "Polish" off \ + LANG_PT "Portuguese" off \ + LANG_PBR "Portuguese (Brazil)" on \ + LANG_PA "Punjabi" on \ + LANG_RO "Romanian" off \ + LANG_RM "Romansh" off \ + LANG_RU "Russian" on \ + LANG_SR "Serbian" off \ + LANG_SI "Singhalese" off \ + LANG_ES "Spanish" on \ + LANG_SON "Songhai" off \ + LANG_SA "Spanish (Argentina)" off \ + LANG_SC "Spanish (Chile)" off \ + LANG_SM "Spanish (Mexico)" off \ + LANG_SK "Slovak" off \ + LANG_SL "Slovenian" off \ + LANG_SV "Swedish" off \ + LANG_TW "Taiwanese" off \ + LANG_TA "Tamil" off \ + LANG_LK "Tamil (Sri Lanka)" off \ + LANG_TE "Telugu" on \ + LANG_TH "Thai" off \ + LANG_TR "Turkish" off \ + LANG_UK "Ukrainian" off \ + LANG_VI "Vietnamese" off \ + LANG_CY "Welsh" off \ + LANG_ZA "English (South Afrika)" off \ + LANG_ZU "Zulu" off Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Sun Jun 19 13:23:22 2011 (r563) +++ trunk/www/firefox-i18n/distinfo Sun Jun 19 13:25:02 2011 (r564) @@ -1,140 +1,164 @@ -SHA256 (xpi/firefox-i18n-4.0.1/af.xpi) = 6b3529b78e6643578d407d454a70bce423742206d13f69bdd97871da9c533688 -SIZE (xpi/firefox-i18n-4.0.1/af.xpi) = 220422 -SHA256 (xpi/firefox-i18n-4.0.1/ar.xpi) = f2d19b19c1d817d935bbe3df0531ae9ff95a801109c65e1230f4f3bae60a0662 -SIZE (xpi/firefox-i18n-4.0.1/ar.xpi) = 241601 -SHA256 (xpi/firefox-i18n-4.0.1/be.xpi) = edb4b777f2b36937b8f48662e8cf5c1a709e742205c3adcf4460d34b3c51ff56 -SIZE (xpi/firefox-i18n-4.0.1/be.xpi) = 231346 -SHA256 (xpi/firefox-i18n-4.0.1/bg.xpi) = 3edb2a3f1fab20d51ce57ee8b31beadadc40a1de0f9fe693f42e0e5f16f83db0 -SIZE (xpi/firefox-i18n-4.0.1/bg.xpi) = 254933 -SHA256 (xpi/firefox-i18n-4.0.1/bn-BD.xpi) = 6fb4247ca4900717b8ab76cbfa25ddfd9bc799296752e5b1d829e0318747f795 -SIZE (xpi/firefox-i18n-4.0.1/bn-BD.xpi) = 263230 -SHA256 (xpi/firefox-i18n-4.0.1/bn-IN.xpi) = 65b7beaab67dc0a66558a1ba8d481ae94afb81c8eea3907ddc8103ce60dcb62d -SIZE (xpi/firefox-i18n-4.0.1/bn-IN.xpi) = 292731 -SHA256 (xpi/firefox-i18n-4.0.1/ca.xpi) = 67d919edddfb7f58de3655afdd7dd0c3992d549c3cb02db4ee5a27e9ce4c9178 -SIZE (xpi/firefox-i18n-4.0.1/ca.xpi) = 228114 -SHA256 (xpi/firefox-i18n-4.0.1/cs.xpi) = 1746e852231aa5b504bf36434d73eb0989e93a34a50d95277f5aebf3617d1ad9 -SIZE (xpi/firefox-i18n-4.0.1/cs.xpi) = 229191 -SHA256 (xpi/firefox-i18n-4.0.1/cy.xpi) = 0de01085aaf07e0ee6604088651a1bdbe8e6d5c799d4a6164b02523ebe88d1b6 -SIZE (xpi/firefox-i18n-4.0.1/cy.xpi) = 221682 -SHA256 (xpi/firefox-i18n-4.0.1/da.xpi) = 9f4c12725d2fb6a5f7c20afe1de1407a66e25f4d34f9f085e1013a466ed28e4c -SIZE (xpi/firefox-i18n-4.0.1/da.xpi) = 221658 -SHA256 (xpi/firefox-i18n-4.0.1/de.xpi) = bf5258a6e3549e3fd9ff9d2c7ebd435219b0a271000bb9f2e4ece238b8fe0869 -SIZE (xpi/firefox-i18n-4.0.1/de.xpi) = 229257 -SHA256 (xpi/firefox-i18n-4.0.1/el.xpi) = 75d6e97d5a1eaeaf44353cc3ea3a259aebb51eaa9800865b2190038072d14492 -SIZE (xpi/firefox-i18n-4.0.1/el.xpi) = 243564 -SHA256 (xpi/firefox-i18n-4.0.1/en-GB.xpi) = 1e02c8280e6693a02eb66f20381b87bafe084ccfd0ad4f2c714524cb8400989c -SIZE (xpi/firefox-i18n-4.0.1/en-GB.xpi) = 213470 -SHA256 (xpi/firefox-i18n-4.0.1/eo.xpi) = d389663243416eac7af309b2bac387977dcfa4abfa8ade18c0a83ced0f8bdc8d -SIZE (xpi/firefox-i18n-4.0.1/eo.xpi) = 222304 -SHA256 (xpi/firefox-i18n-4.0.1/es-AR.xpi) = dae07795e8955dae3c4a0d643f17b5e303315f1e37148ea856a492c0a122e00c -SIZE (xpi/firefox-i18n-4.0.1/es-AR.xpi) = 226160 -SHA256 (xpi/firefox-i18n-4.0.1/es-CL.xpi) = 9358a30f19873fdd13bf17a073bc5b92bc060a1eaa800ca8d608e0e1a1998a47 -SIZE (xpi/firefox-i18n-4.0.1/es-CL.xpi) = 228892 -SHA256 (xpi/firefox-i18n-4.0.1/es-ES.xpi) = f7c2d17b9e632956346d651d1a387e12e92643639bedd01509c9df8a4c661bf3 -SIZE (xpi/firefox-i18n-4.0.1/es-ES.xpi) = 202316 -SHA256 (xpi/firefox-i18n-4.0.1/es-MX.xpi) = 4bee3cf4c2ef8580883ad17c10e6da79f10920585d4081818c5af38bffbf2f2f -SIZE (xpi/firefox-i18n-4.0.1/es-MX.xpi) = 202993 -SHA256 (xpi/firefox-i18n-4.0.1/et.xpi) = 911f52cdd00d50881cbd98836fd8c3a7f5bd8c1533865fb447254683612010ed -SIZE (xpi/firefox-i18n-4.0.1/et.xpi) = 223433 -SHA256 (xpi/firefox-i18n-4.0.1/eu.xpi) = ca8c7edd050d73f43e8685fc2f763124e10fe6a3f10a8900b7daa060885eda6b -SIZE (xpi/firefox-i18n-4.0.1/eu.xpi) = 221330 -SHA256 (xpi/firefox-i18n-4.0.1/fa.xpi) = a45e298a3e300ea9ffc64c42909e11db6e7bb2d941585884db743847b67e4756 -SIZE (xpi/firefox-i18n-4.0.1/fa.xpi) = 249722 -SHA256 (xpi/firefox-i18n-4.0.1/fi.xpi) = fb69f58589a4f66d970b4e9e94c9cd59b1fd2fe97e49f90786cd1f3b2ee59178 -SIZE (xpi/firefox-i18n-4.0.1/fi.xpi) = 224502 -SHA256 (xpi/firefox-i18n-4.0.1/fr.xpi) = 34d2350057923735f3cc56ba2f54fd8c0daa153d1c2af145bf3b594aea5f42d3 -SIZE (xpi/firefox-i18n-4.0.1/fr.xpi) = 230272 -SHA256 (xpi/firefox-i18n-4.0.1/fy-NL.xpi) = 991cfc1725510ab47f715076bf5ab6728bb59e898ec075f609782a0b2542750c -SIZE (xpi/firefox-i18n-4.0.1/fy-NL.xpi) = 227615 -SHA256 (xpi/firefox-i18n-4.0.1/ga-IE.xpi) = 566338ac72be0c59ae58f43cedf8b7ed7cc03eb4aade6da56f4a4bc649857887 -SIZE (xpi/firefox-i18n-4.0.1/ga-IE.xpi) = 232342 -SHA256 (xpi/firefox-i18n-4.0.1/gl.xpi) = ce4c3638151b28d612ae53fa9b1d604c5ddef2b7f84c5508b21c5198dd9db5ae -SIZE (xpi/firefox-i18n-4.0.1/gl.xpi) = 224437 -SHA256 (xpi/firefox-i18n-4.0.1/gu-IN.xpi) = 34f381592403e63b03b7349123ee727e3df66d0496ad27688a2b671e9b0fcddd -SIZE (xpi/firefox-i18n-4.0.1/gu-IN.xpi) = 252617 -SHA256 (xpi/firefox-i18n-4.0.1/he.xpi) = 8b517d41b62f757001307f9f99f76fecefd393cad9756751499682e49b32c803 -SIZE (xpi/firefox-i18n-4.0.1/he.xpi) = 234330 -SHA256 (xpi/firefox-i18n-4.0.1/hi-IN.xpi) = 390f65fcb7b474fd6348978427be254f94cfc80bcc594a8b5acdfec9e9a42bf3 -SIZE (xpi/firefox-i18n-4.0.1/hi-IN.xpi) = 257584 -SHA256 (xpi/firefox-i18n-4.0.1/hr.xpi) = 721eae6dd46da5adb22bed63986f72fb873b7315e1cdd41d48d63bd28c59d498 -SIZE (xpi/firefox-i18n-4.0.1/hr.xpi) = 234112 -SHA256 (xpi/firefox-i18n-4.0.1/hu.xpi) = 1167b384bb2f1855a6551a35ad9c21c382e58f051a101a506c43ecb34728610c -SIZE (xpi/firefox-i18n-4.0.1/hu.xpi) = 234692 -SHA256 (xpi/firefox-i18n-4.0.1/id.xpi) = 9767e46ab7a4f341feb6b80bc559f44a22e2db62699970e6d1a423bc41b92324 -SIZE (xpi/firefox-i18n-4.0.1/id.xpi) = 218468 -SHA256 (xpi/firefox-i18n-4.0.1/is.xpi) = da92b0f17d8d37e4b48237fa9d23ef70a8d4317916eb219c663ce9997e5acca5 -SIZE (xpi/firefox-i18n-4.0.1/is.xpi) = 224206 -SHA256 (xpi/firefox-i18n-4.0.1/it.xpi) = ff4a70d419f537fa8ae5d631a291c925725ff18c596888bfbe8de9f610753024 -SIZE (xpi/firefox-i18n-4.0.1/it.xpi) = 199845 -SHA256 (xpi/firefox-i18n-4.0.1/ja.xpi) = 1dd8854f2ee2c8a571e98d32e6993c1829640e6f66add4025f858bcbf63a3047 -SIZE (xpi/firefox-i18n-4.0.1/ja.xpi) = 252159 -SHA256 (xpi/firefox-i18n-4.0.1/kk.xpi) = c42b67048c3360bbba688254aa1cd760ee82510023ffdf807f9fe27d8fe2c1d8 -SIZE (xpi/firefox-i18n-4.0.1/kk.xpi) = 256607 -SHA256 (xpi/firefox-i18n-4.0.1/kn.xpi) = f6d284b74a3055441344d7128d3a0f18c33baed3cc845a12f3d740e97fcabcea -SIZE (xpi/firefox-i18n-4.0.1/kn.xpi) = 273823 -SHA256 (xpi/firefox-i18n-4.0.1/ko.xpi) = a410f4ed933dee17e846701ed938ff5ed513b222793fcb51265da4104197701a -SIZE (xpi/firefox-i18n-4.0.1/ko.xpi) = 206945 -SHA256 (xpi/firefox-i18n-4.0.1/ku.xpi) = 6e21a64f14ed6f19f50ae4b4accb7829ea3fbf2f69962715781349ff7235eccb -SIZE (xpi/firefox-i18n-4.0.1/ku.xpi) = 231607 -SHA256 (xpi/firefox-i18n-4.0.1/lt.xpi) = a9e816093405b627d1c67ccc60e046f9d51ced5d5aa34822dc8188e96a499d2b -SIZE (xpi/firefox-i18n-4.0.1/lt.xpi) = 314014 -SHA256 (xpi/firefox-i18n-4.0.1/lv.xpi) = bd7200b38d34f96035a479f840f0be63820d7d404b48fcabfdd6670df7a78171 -SIZE (xpi/firefox-i18n-4.0.1/lv.xpi) = 225535 -SHA256 (xpi/firefox-i18n-4.0.1/mk.xpi) = 35ac22e21cb5b530437f276aace1283ec8ef0be2472d0b19e4b40544d1163872 -SIZE (xpi/firefox-i18n-4.0.1/mk.xpi) = 250541 -SHA256 (xpi/firefox-i18n-4.0.1/ml.xpi) = 32ca3d3eb383bb067981d5b40a3fbf508ce189f3fa105092ab00ab5b49cae67d -SIZE (xpi/firefox-i18n-4.0.1/ml.xpi) = 282447 -SHA256 (xpi/firefox-i18n-4.0.1/mr.xpi) = 7d177b9d98487b9f0563e1e53fbca48ab4df36534fe8f7b38e339933b6a2eb61 -SIZE (xpi/firefox-i18n-4.0.1/mr.xpi) = 257805 -SHA256 (xpi/firefox-i18n-4.0.1/nb-NO.xpi) = 05d485c0eb9abc9dbe19934c4cac6b69a6fcb56217df26286a7dc7863d94adec -SIZE (xpi/firefox-i18n-4.0.1/nb-NO.xpi) = 222493 -SHA256 (xpi/firefox-i18n-4.0.1/nl.xpi) = bda740575ae1da40c0ccf87d3213916d1847972ab2523a30af8ccef476d17be2 -SIZE (xpi/firefox-i18n-4.0.1/nl.xpi) = 223776 -SHA256 (xpi/firefox-i18n-4.0.1/nn-NO.xpi) = e3f34c474898021d0f8f70ff5b40ab0a85f9d10743b470ce67ac736c544dca90 -SIZE (xpi/firefox-i18n-4.0.1/nn-NO.xpi) = 223784 -SHA256 (xpi/firefox-i18n-4.0.1/or.xpi) = cc830f87a191460cb3e595f2596160224c5e6dd9dbc0c1455dc558ca83def60b -SIZE (xpi/firefox-i18n-4.0.1/or.xpi) = 261472 -SHA256 (xpi/firefox-i18n-4.0.1/pa-IN.xpi) = ed7f9ed51bd6c15aaf5f895d1e2adddc7328788f8a99c8c722d7651eb433b37c -SIZE (xpi/firefox-i18n-4.0.1/pa-IN.xpi) = 258820 -SHA256 (xpi/firefox-i18n-4.0.1/pl.xpi) = 9988d6918a2cfb60e6cab999bc90f2b3bde948a3331a8daf1be11895f177f163 -SIZE (xpi/firefox-i18n-4.0.1/pl.xpi) = 232239 -SHA256 (xpi/firefox-i18n-4.0.1/pt-BR.xpi) = 507dadaf311e2999419e113f53781e910ea171da6cb46caf2255c9e59d001983 -SIZE (xpi/firefox-i18n-4.0.1/pt-BR.xpi) = 227877 -SHA256 (xpi/firefox-i18n-4.0.1/pt-PT.xpi) = dccd2e5d458533451e6fdbb9dc90622b1c2abe6914eefaf6275f6d6bba4b86dd -SIZE (xpi/firefox-i18n-4.0.1/pt-PT.xpi) = 227260 -SHA256 (xpi/firefox-i18n-4.0.1/rm.xpi) = fb0796264bfe9ba5b69bc2fac588c5c3ea02191cbd1bbb6a5cc9e1debe8556dd -SIZE (xpi/firefox-i18n-4.0.1/rm.xpi) = 226580 -SHA256 (xpi/firefox-i18n-4.0.1/ro.xpi) = 584fab1a0f399631f99741f6575bef916f75be361136d5a1bc017eadc1a25895 -SIZE (xpi/firefox-i18n-4.0.1/ro.xpi) = 230023 -SHA256 (xpi/firefox-i18n-4.0.1/ru.xpi) = 95d73a38abd1371c6d7b2b5ca2365b359f728878731dae5ca69120d74479c1e6 -SIZE (xpi/firefox-i18n-4.0.1/ru.xpi) = 239442 -SHA256 (xpi/firefox-i18n-4.0.1/si.xpi) = 24afc5858116c69559a5b76bdec8c9fb2efe204bd1f673d89dee02083953240d -SIZE (xpi/firefox-i18n-4.0.1/si.xpi) = 252437 -SHA256 (xpi/firefox-i18n-4.0.1/sk.xpi) = 017f565e2bee568988bee079f0dffa4d287fb9ff4e9692f94da1ad831bae8ce8 -SIZE (xpi/firefox-i18n-4.0.1/sk.xpi) = 234295 -SHA256 (xpi/firefox-i18n-4.0.1/sl.xpi) = 7471f994be4e43c4624622edf6d6ef725b85d160e57f7397e490822b5b6b6b65 -SIZE (xpi/firefox-i18n-4.0.1/sl.xpi) = 222381 -SHA256 (xpi/firefox-i18n-4.0.1/sq.xpi) = c7e6eeb61c2edb7c902d30d417da676e5a087787d95d137269c87dc7663b2014 -SIZE (xpi/firefox-i18n-4.0.1/sq.xpi) = 207488 -SHA256 (xpi/firefox-i18n-4.0.1/sr.xpi) = f215e7ce5be9903069cd10ba20b0ef62d703111bb63bb19e030b3f771a85db75 -SIZE (xpi/firefox-i18n-4.0.1/sr.xpi) = 258226 -SHA256 (xpi/firefox-i18n-4.0.1/sv-SE.xpi) = 287935fe120bbd11496ebc67e4502f6a8e11c50a286d26f3f0fe09345ea9d150 -SIZE (xpi/firefox-i18n-4.0.1/sv-SE.xpi) = 260773 -SHA256 (xpi/firefox-i18n-4.0.1/ta-LK.xpi) = 47cab0e3f19adaa8d0d42abe54d2ce63a03e0fc08464552b16e3b414c3b39417 -SIZE (xpi/firefox-i18n-4.0.1/ta-LK.xpi) = 267030 -SHA256 (xpi/firefox-i18n-4.0.1/ta.xpi) = 02c14b534f5db23db68967aaa9ded8dfb9677951d7482abda06452b9d1406a39 -SIZE (xpi/firefox-i18n-4.0.1/ta.xpi) = 252374 -SHA256 (xpi/firefox-i18n-4.0.1/te.xpi) = 8f9c2a74c42e3aa295794b0bf60b5ff34a8a0d91d9f845c864093200cd28933b -SIZE (xpi/firefox-i18n-4.0.1/te.xpi) = 266689 -SHA256 (xpi/firefox-i18n-4.0.1/th.xpi) = d49d74da70f522d8c7d7605b6d683f7750f906f6a0876c47603828ed63e1ab36 -SIZE (xpi/firefox-i18n-4.0.1/th.xpi) = 253295 -SHA256 (xpi/firefox-i18n-4.0.1/tr.xpi) = 4d4b80b81eb829053bb10a22b97c2515f60357ae9f25fb40d9bb35885da8bfc7 -SIZE (xpi/firefox-i18n-4.0.1/tr.xpi) = 227124 -SHA256 (xpi/firefox-i18n-4.0.1/uk.xpi) = 685acc732cabe069dfe006ee82c0f8be5a7195b54c4bbf1556603cac4a347f4e -SIZE (xpi/firefox-i18n-4.0.1/uk.xpi) = 260131 -SHA256 (xpi/firefox-i18n-4.0.1/vi.xpi) = 78408acdada24372e27a2b0bc162d49b70accdcda506f56e6e700168c2434c2b -SIZE (xpi/firefox-i18n-4.0.1/vi.xpi) = 239967 -SHA256 (xpi/firefox-i18n-4.0.1/zh-CN.xpi) = 321e04996998540f719b5efd89e524dd84bdad1da3f07cb54ec1f4bee064e8f5 -SIZE (xpi/firefox-i18n-4.0.1/zh-CN.xpi) = 236231 -SHA256 (xpi/firefox-i18n-4.0.1/zh-TW.xpi) = ac89d39b7594c7b5a61877ab25199d8cde6ae7586ed3fcef764ed3af4f25b4a1 -SIZE (xpi/firefox-i18n-4.0.1/zh-TW.xpi) = 237032 +SHA256 (xpi/firefox-i18n-5.0/af.xpi) = a2e8b93b72193ec4eeca255a1cc735f548e77cb90a459b8c55eb4908a8f9f6b0 +SIZE (xpi/firefox-i18n-5.0/af.xpi) = 221342 +SHA256 (xpi/firefox-i18n-5.0/ak.xpi) = dffb31551d27180204aa74509f36a0b31faf67a7bd46a38ce5783ecf38890652 +SIZE (xpi/firefox-i18n-5.0/ak.xpi) = 222856 +SHA256 (xpi/firefox-i18n-5.0/ar.xpi) = f40d36aa041dd5e6fb378ab7385a6c593513b07b6d18dcb1a347ddb0ae80d31c +SIZE (xpi/firefox-i18n-5.0/ar.xpi) = 242499 +SHA256 (xpi/firefox-i18n-5.0/ast.xpi) = c5cdb9fccd6889cc81e935c3657fabf32ade2c0e633dfb117d439b662144b298 +SIZE (xpi/firefox-i18n-5.0/ast.xpi) = 218875 +SHA256 (xpi/firefox-i18n-5.0/be.xpi) = 39c2a84ec5b87b87d43bdd5fb853419496bac5a3468065b248d070bb72a6b346 +SIZE (xpi/firefox-i18n-5.0/be.xpi) = 232148 +SHA256 (xpi/firefox-i18n-5.0/bg.xpi) = 1359fc832811e1bd58e99a441aef1e97573b44ef1a8f4f644ef611f9684b8708 +SIZE (xpi/firefox-i18n-5.0/bg.xpi) = 255712 +SHA256 (xpi/firefox-i18n-5.0/bn-BD.xpi) = 5c3da96b4f16783b1dcfea19d1359924ec315c4478f38f226675a11b598ac637 +SIZE (xpi/firefox-i18n-5.0/bn-BD.xpi) = 264307 +SHA256 (xpi/firefox-i18n-5.0/bn-IN.xpi) = 25f88327fb65b9854425b19d0d36aabfddf08e367aeebf40930f969d02a286cd +SIZE (xpi/firefox-i18n-5.0/bn-IN.xpi) = 294137 +SHA256 (xpi/firefox-i18n-5.0/br.xpi) = 7c7f8097edbefc427c21c97030bf9d8f4434f6530b95d75bf2b07450e3c154d0 +SIZE (xpi/firefox-i18n-5.0/br.xpi) = 229699 +SHA256 (xpi/firefox-i18n-5.0/bs.xpi) = 2a3b36f5795d8cf596a522b0da4eaadf6f9f5fe08e08d96e084e0bd56f76dc5a +SIZE (xpi/firefox-i18n-5.0/bs.xpi) = 227566 +SHA256 (xpi/firefox-i18n-5.0/ca.xpi) = cf6968da5dcf725427d167f4ec66341c29f787be9f39bccce7829fafa5ae74c5 +SIZE (xpi/firefox-i18n-5.0/ca.xpi) = 228977 +SHA256 (xpi/firefox-i18n-5.0/cs.xpi) = 637a57375c30da3b97ae672de94ef0805c41e630884405fde8b04d05b3c94d6a +SIZE (xpi/firefox-i18n-5.0/cs.xpi) = 230068 +SHA256 (xpi/firefox-i18n-5.0/cy.xpi) = 929378c8ec2859ecf5dd539e678f520459489cdc1c770847ed0ab5822582bca4 +SIZE (xpi/firefox-i18n-5.0/cy.xpi) = 222565 +SHA256 (xpi/firefox-i18n-5.0/da.xpi) = f7e4f0c488ba5a0a1da3895372b5087bcad8db5d0e7b48b53a856cce0f60adf5 +SIZE (xpi/firefox-i18n-5.0/da.xpi) = 222498 +SHA256 (xpi/firefox-i18n-5.0/de.xpi) = e112cee3947ffa02c9709a701404979a0098632b6813bd9278490d80351d0cba +SIZE (xpi/firefox-i18n-5.0/de.xpi) = 230248 +SHA256 (xpi/firefox-i18n-5.0/el.xpi) = 3eb3d6a8f869242aa449afc040035bcaf1f3db901b5030ed6280fb091e78c25d +SIZE (xpi/firefox-i18n-5.0/el.xpi) = 244653 +SHA256 (xpi/firefox-i18n-5.0/en-GB.xpi) = cf96c48cfbf09f7ca7d57f8a88735b320fcbe78cb41413dddf2f14e11e0f38b9 +SIZE (xpi/firefox-i18n-5.0/en-GB.xpi) = 214199 +SHA256 (xpi/firefox-i18n-5.0/en-US.xpi) = 64b89b850e9c522c848a43893d6a1d8daf6f6c23e10ef0c5f464059e7a2d7b80 +SIZE (xpi/firefox-i18n-5.0/en-US.xpi) = 213834 +SHA256 (xpi/firefox-i18n-5.0/en-ZA.xpi) = 8deb294e6a9f7ddddf880353fc2f70b47e7aa4f9dc66c3bba97c7da9b7c7010a +SIZE (xpi/firefox-i18n-5.0/en-ZA.xpi) = 213782 +SHA256 (xpi/firefox-i18n-5.0/eo.xpi) = ea1d78e00db6eac107fe2352dedee06c59a704157493c92dcb0435cde5193c8b +SIZE (xpi/firefox-i18n-5.0/eo.xpi) = 223122 +SHA256 (xpi/firefox-i18n-5.0/es-AR.xpi) = 406d1ec67efb2090c82c9140422d50cc4bcf47183b7aa593579840030539fa1d +SIZE (xpi/firefox-i18n-5.0/es-AR.xpi) = 227033 +SHA256 (xpi/firefox-i18n-5.0/es-CL.xpi) = 15f44f3e16724d590fffd7eb6b0c36084a195f72ba74e312ea103ecf381e126e +SIZE (xpi/firefox-i18n-5.0/es-CL.xpi) = 229573 +SHA256 (xpi/firefox-i18n-5.0/es-ES.xpi) = f28a77f348ac0697f772b12a57eed3ac1d453f068d4b1908db85b14034f989a2 +SIZE (xpi/firefox-i18n-5.0/es-ES.xpi) = 202968 +SHA256 (xpi/firefox-i18n-5.0/es-MX.xpi) = 051e78ae837da4d8cb5d77d58e15efc769d4fe169722a62dd1f2dfc0ca17f4b3 +SIZE (xpi/firefox-i18n-5.0/es-MX.xpi) = 203603 +SHA256 (xpi/firefox-i18n-5.0/et.xpi) = b026307d175afa1aaa554a3c922f038af1807f850b732db08e4977e990ef7c91 +SIZE (xpi/firefox-i18n-5.0/et.xpi) = 224313 +SHA256 (xpi/firefox-i18n-5.0/eu.xpi) = 92d585c82509b1dfb6f9f37d6507a74e2c70246db28542452ebf53cd790aac2e +SIZE (xpi/firefox-i18n-5.0/eu.xpi) = 222260 +SHA256 (xpi/firefox-i18n-5.0/fa.xpi) = 4e323228d73084bfe9640e259b87461837783679cafb9345c07d824d707e1b69 +SIZE (xpi/firefox-i18n-5.0/fa.xpi) = 249669 +SHA256 (xpi/firefox-i18n-5.0/fi.xpi) = ea3ab6729e77ac12e1c0f63c29cd58d985aebf8a211953fe66121c76a76d3444 +SIZE (xpi/firefox-i18n-5.0/fi.xpi) = 225413 +SHA256 (xpi/firefox-i18n-5.0/fr.xpi) = 7174a6cd2bda7ac1ca2fb990fefdc056204c16b2a72d212a6273709a2ed6a90f +SIZE (xpi/firefox-i18n-5.0/fr.xpi) = 231107 +SHA256 (xpi/firefox-i18n-5.0/fy-NL.xpi) = 664ffc517c326307a24ae5e81b599fa527bca1b4704473b19fc406f256ab4cce +SIZE (xpi/firefox-i18n-5.0/fy-NL.xpi) = 228490 +SHA256 (xpi/firefox-i18n-5.0/ga-IE.xpi) = 11591862978c1475a83102500270596f0c4b1a18e234a6ac8ed5e2fc1ead1c95 +SIZE (xpi/firefox-i18n-5.0/ga-IE.xpi) = 233448 +SHA256 (xpi/firefox-i18n-5.0/gl.xpi) = e645891f96c31e832bb12bc23e7b8d1819ddd642c26720cb151541d342d8aede +SIZE (xpi/firefox-i18n-5.0/gl.xpi) = 225236 +SHA256 (xpi/firefox-i18n-5.0/gu-IN.xpi) = f426ca547c83be254ae3e110c6fb0c919c74a2bc99fc46942705286e36197849 +SIZE (xpi/firefox-i18n-5.0/gu-IN.xpi) = 253576 +SHA256 (xpi/firefox-i18n-5.0/he.xpi) = 75338fc5821e688d6dd113089cebe5321cf961b25d465abd623f09273200c470 +SIZE (xpi/firefox-i18n-5.0/he.xpi) = 235116 +SHA256 (xpi/firefox-i18n-5.0/hi-IN.xpi) = 1a54f1a8693ac489e6422d2d99db5d8bf5804b7d131d594a3dda0f4a0cada9d6 +SIZE (xpi/firefox-i18n-5.0/hi-IN.xpi) = 258506 +SHA256 (xpi/firefox-i18n-5.0/hr.xpi) = 0b5f555cf3218a8dea482862ef9c0fe21f48fb15c42b7b00822267d6dbed315f +SIZE (xpi/firefox-i18n-5.0/hr.xpi) = 235177 +SHA256 (xpi/firefox-i18n-5.0/hu.xpi) = c7d0a9cb17fec754758241ec977d4fcfc8cd50fc61a19f36f749de045b87f02a +SIZE (xpi/firefox-i18n-5.0/hu.xpi) = 235650 +SHA256 (xpi/firefox-i18n-5.0/hy-AM.xpi) = 5f89db48c14c1c88ae3d34e28416804f9b758185711fe0755349b1d00ae73ff4 +SIZE (xpi/firefox-i18n-5.0/hy-AM.xpi) = 420343 +SHA256 (xpi/firefox-i18n-5.0/id.xpi) = 6d2f2918a5628ae0f06fd64007448e7884704718921ad2e9cd3b1fb602d7934e +SIZE (xpi/firefox-i18n-5.0/id.xpi) = 219287 +SHA256 (xpi/firefox-i18n-5.0/is.xpi) = d606131a39efcae6cbc082cda5a95366f8c443993027f2d84d3c1c77a0258c8b +SIZE (xpi/firefox-i18n-5.0/is.xpi) = 225064 +SHA256 (xpi/firefox-i18n-5.0/it.xpi) = 788fbc67421c1e2e3a681cfb7a9c6ca333f39631803109e63c1537ce4997f763 +SIZE (xpi/firefox-i18n-5.0/it.xpi) = 200504 +SHA256 (xpi/firefox-i18n-5.0/ja.xpi) = fd2940c200de8271c055b4eed20798a18408b7473109bfb4a672376f2c95b212 +SIZE (xpi/firefox-i18n-5.0/ja.xpi) = 253532 +SHA256 (xpi/firefox-i18n-5.0/kk.xpi) = db1cea7c63226275a7e8ded104222f6cff37d8d94cedff7a3095db0d73a93bb3 +SIZE (xpi/firefox-i18n-5.0/kk.xpi) = 257652 +SHA256 (xpi/firefox-i18n-5.0/kn.xpi) = dd658af2b106ed1ae292afc7d3009def4f9d9c7745ccd6e6429b56df0872204d +SIZE (xpi/firefox-i18n-5.0/kn.xpi) = 275000 +SHA256 (xpi/firefox-i18n-5.0/ko.xpi) = 18637412840d5bc0caf55f08034ca908c5efb84e32e38a3d5e3662fdbd775040 +SIZE (xpi/firefox-i18n-5.0/ko.xpi) = 207948 +SHA256 (xpi/firefox-i18n-5.0/ku.xpi) = 8f9fbd41b099ae99aa4c2f88957636f0fcf2ba84f0d622d4f95ae0184ea0fd57 +SIZE (xpi/firefox-i18n-5.0/ku.xpi) = 232519 +SHA256 (xpi/firefox-i18n-5.0/lg.xpi) = 8f4823299cd377231e528f56e04d1e7fa653604fd36a33bd6001959983a89215 +SIZE (xpi/firefox-i18n-5.0/lg.xpi) = 229749 +SHA256 (xpi/firefox-i18n-5.0/lt.xpi) = f46ea7371becead269e7dc7441601f2bca5920d1ee8a4f6b1ebfd67b2034903e +SIZE (xpi/firefox-i18n-5.0/lt.xpi) = 314962 +SHA256 (xpi/firefox-i18n-5.0/lv.xpi) = 5fde2474f968b20b5876f7f49c228ba0948e00f2fcefcd25f1ac343d4c2b5b1a +SIZE (xpi/firefox-i18n-5.0/lv.xpi) = 226467 +SHA256 (xpi/firefox-i18n-5.0/mai.xpi) = 61f64a1634c74a8618e75b42e50f730775db1e9bfbcab33b8187f89282fb8f3a +SIZE (xpi/firefox-i18n-5.0/mai.xpi) = 258290 +SHA256 (xpi/firefox-i18n-5.0/mk.xpi) = 0bfab372a3a79503a3d06dba43acd462caf1971f90b72d21d82e068c8da82029 +SIZE (xpi/firefox-i18n-5.0/mk.xpi) = 251524 +SHA256 (xpi/firefox-i18n-5.0/ml.xpi) = b8efc38640f4b1e7b3046800c9d0b23ac8ca4bc08572450c9450cba55d832d41 +SIZE (xpi/firefox-i18n-5.0/ml.xpi) = 283533 +SHA256 (xpi/firefox-i18n-5.0/mr.xpi) = e177b3506d5255e4127fd76dec257262a5ab9cebc70d853f46d437bbfb783432 +SIZE (xpi/firefox-i18n-5.0/mr.xpi) = 258813 +SHA256 (xpi/firefox-i18n-5.0/nb-NO.xpi) = 129eb4174605c4ccfd4bebb3cd583ff812d26008bae76f714f8150dd8678fd9b +SIZE (xpi/firefox-i18n-5.0/nb-NO.xpi) = 223346 +SHA256 (xpi/firefox-i18n-5.0/nl.xpi) = aaf5e3cdbd604ab2bc8fc399825bcad48d48bc08067e5a340ed18a53a63737ff +SIZE (xpi/firefox-i18n-5.0/nl.xpi) = 224641 +SHA256 (xpi/firefox-i18n-5.0/nn-NO.xpi) = 1a7c2d87d3179acd3d694261f301e86379b58d8669a8ef89b16b2608948d10e4 +SIZE (xpi/firefox-i18n-5.0/nn-NO.xpi) = 224672 +SHA256 (xpi/firefox-i18n-5.0/nso.xpi) = 3aff12e9447a2f4db5bc79c99b55e9db43a2c4308dd37a281c0e729868138ec5 +SIZE (xpi/firefox-i18n-5.0/nso.xpi) = 227969 +SHA256 (xpi/firefox-i18n-5.0/or.xpi) = a4c9d21982037242531587823aa1eaecac139c653f88b3d8029048d805e12182 +SIZE (xpi/firefox-i18n-5.0/or.xpi) = 262339 +SHA256 (xpi/firefox-i18n-5.0/pa-IN.xpi) = 759f7d9642a28cbb1798407725988e459eaeca569a94ed94f0b023bfa9d30d6a +SIZE (xpi/firefox-i18n-5.0/pa-IN.xpi) = 260036 +SHA256 (xpi/firefox-i18n-5.0/pl.xpi) = 363fcc2c6e9f04bf683ce9fe06564f30a0d4e02416f6903e382f40555833a236 +SIZE (xpi/firefox-i18n-5.0/pl.xpi) = 233164 +SHA256 (xpi/firefox-i18n-5.0/pt-BR.xpi) = d5223a1f479394d0c3e1e3b84b0ce94fa52efadeedeb88af20eae43ac6afc6f8 +SIZE (xpi/firefox-i18n-5.0/pt-BR.xpi) = 228668 +SHA256 (xpi/firefox-i18n-5.0/pt-PT.xpi) = ec9bba62e2646d01d33c5d18396980d0c7e45ae35e1b035acf993c4b43db9916 +SIZE (xpi/firefox-i18n-5.0/pt-PT.xpi) = 228030 +SHA256 (xpi/firefox-i18n-5.0/rm.xpi) = 76108978d4b9d816f1fcbb76c36159f8c75f5314cd3cd6329b2e247e5e6b10cf +SIZE (xpi/firefox-i18n-5.0/rm.xpi) = 227680 +SHA256 (xpi/firefox-i18n-5.0/ro.xpi) = 97a2644d9a5103d9694209a7fde031ec54087a9ab89ee1e375a29f71a42abf43 +SIZE (xpi/firefox-i18n-5.0/ro.xpi) = 230861 +SHA256 (xpi/firefox-i18n-5.0/ru.xpi) = 31f7d8a72337a0dcbff611d13825f39e0845354d4b413e6296aeaa5bc6b54bd3 +SIZE (xpi/firefox-i18n-5.0/ru.xpi) = 240318 +SHA256 (xpi/firefox-i18n-5.0/si.xpi) = 85ad3f3bb028fe27696ef340a47760a8e261e7a2b0a2e5a1d22f14a0284d3b4c +SIZE (xpi/firefox-i18n-5.0/si.xpi) = 252297 +SHA256 (xpi/firefox-i18n-5.0/sk.xpi) = 249427c900e5be9d6a485be9dc9811255f8434651e0e0446fcd42069d8b28bf0 +SIZE (xpi/firefox-i18n-5.0/sk.xpi) = 235237 +SHA256 (xpi/firefox-i18n-5.0/sl.xpi) = 9f10154128b19ee00e07990e98429a0c701f755f65d60c0537fee9a5903f14ee +SIZE (xpi/firefox-i18n-5.0/sl.xpi) = 223110 +SHA256 (xpi/firefox-i18n-5.0/son.xpi) = e412bac4ae30ca6c5a10577ff0b92adda666cd681a3ae7dd6c4b2b315037e00c +SIZE (xpi/firefox-i18n-5.0/son.xpi) = 221301 +SHA256 (xpi/firefox-i18n-5.0/sq.xpi) = 4c473f7c4f7ff2d02475eb263e029d0bb36807140d658643e7e2af35a173639d +SIZE (xpi/firefox-i18n-5.0/sq.xpi) = 208379 +SHA256 (xpi/firefox-i18n-5.0/sr.xpi) = 448f085fa3448dc7a04214097a5e495a20047e08c23b5e7fb5a0b97d6222aad7 +SIZE (xpi/firefox-i18n-5.0/sr.xpi) = 204265 +SHA256 (xpi/firefox-i18n-5.0/sv-SE.xpi) = 1f5060773f8ca6ee30adae54dccc8b9b9b8bd79170f2716c5e1ff1f681a757c0 +SIZE (xpi/firefox-i18n-5.0/sv-SE.xpi) = 261675 +SHA256 (xpi/firefox-i18n-5.0/ta-LK.xpi) = 91be63dfdda892d304cace8c6b1e365f38161cff0f0effb996125b8a916936bf +SIZE (xpi/firefox-i18n-5.0/ta-LK.xpi) = 268411 +SHA256 (xpi/firefox-i18n-5.0/ta.xpi) = 97bf49b15d9dfffbdac6106ceeefe15776fba9eeb5d024dba6fa46053d10eb89 +SIZE (xpi/firefox-i18n-5.0/ta.xpi) = 253294 +SHA256 (xpi/firefox-i18n-5.0/te.xpi) = ee3dad3dd509519e5e433aa5313aadb2e1a795b0be504696b5595c2d69392d21 +SIZE (xpi/firefox-i18n-5.0/te.xpi) = 267869 +SHA256 (xpi/firefox-i18n-5.0/th.xpi) = cb4c0100e22c82a50a7bc05d8a9888235c4a67a9b4e66b10b6eeaae34063fac5 +SIZE (xpi/firefox-i18n-5.0/th.xpi) = 254357 +SHA256 (xpi/firefox-i18n-5.0/tr.xpi) = 43e2ee2ca92d6992656b6b297b63b897a9a08fc20297a636e7793f1af4c6557a +SIZE (xpi/firefox-i18n-5.0/tr.xpi) = 227980 +SHA256 (xpi/firefox-i18n-5.0/uk.xpi) = 5bf6b7f1fca042015e75669e1baa1741b29db0e95d9f9e12da1c8066f482ea42 +SIZE (xpi/firefox-i18n-5.0/uk.xpi) = 261247 +SHA256 (xpi/firefox-i18n-5.0/vi.xpi) = 7b17b6bdd0d68a45a1fe6b6080fc266f33e501278895eb0735beec90e2e6f41e +SIZE (xpi/firefox-i18n-5.0/vi.xpi) = 240934 +SHA256 (xpi/firefox-i18n-5.0/zh-CN.xpi) = e94fb218286c20ef5d273d2e895da482d73f430b5f704f1d49f0603ca3aeda80 +SIZE (xpi/firefox-i18n-5.0/zh-CN.xpi) = 237222 +SHA256 (xpi/firefox-i18n-5.0/zh-TW.xpi) = 238422319c1c764f0eca0b96a5f6d23a27e1024cc15dc40b17b09b8dc09a545e +SIZE (xpi/firefox-i18n-5.0/zh-TW.xpi) = 238052 +SHA256 (xpi/firefox-i18n-5.0/zu.xpi) = d5ba9b23b342502d2012b78405c1ba07307fe48f21f23542e38c2fd59a32c15b +SIZE (xpi/firefox-i18n-5.0/zu.xpi) = 228727