diff options
author | jym <jym@pkgsrc.org> | 2011-01-11 12:35:45 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2011-01-11 12:35:45 +0000 |
commit | c9ad26114cc87835b8262fd77596886b847d67f7 (patch) | |
tree | 509ea7f36c734f9559601fad631b131c8da37041 /www/gallery2 | |
parent | c3c5a6db2828955ca6ba018ef1b21bfaa9ed840d (diff) | |
download | pkgsrc-c9ad26114cc87835b8262fd77596886b847d67f7.tar.gz |
Update gallery2 to 2.3.1.
ok by pettai@.
Changes:
1. New version of the slideshow module now uses PicLens to provide a rich, full screen slideshow.
2. Comment module now offers moderation and Akismet support to help weed out spam comments.
3. New email notification module allowing users to configure events they wish to get notified for. You can watch albums for changes, items for new comments, etc.
4. New Jpegtran module to support rotation and cropping of jpeg images with no loss in image quality.
5. New SnapGalaxy module for prints from snapgalaxy.com.
6. Registration module can now send a welcome email to new users upon account activation.
7. EXIF block now uses AJAX to switch between summary and detail display.
8. External image block now has a "rawImage" mode to return a single binary image instead of HTML output.
9. Support in RSS module for Media RSS format and random RSS streams.
10. Remote module now bundles the Gallery Remote client and makes it available via Java Web Start. Users with a Java enabled browser can then launch Gallery Remote with a single click instead of manually downloading and installing.
11. Hybrid theme now uses automatic navigation between pages in its image viewer and slideshow. This means the slideshow will show all images in the album, moving between album pages as needed. Requesting the next/previous image in the image viewer will also load a new album page as needed.
12. Webcam module now accepts file:// URLs to retrieve image from local filesystem.
13. Dcraw module now supports Adobe Digital Negative (dng) files, when used with dcraw v7.0 or newer.
14. Added support for Windows Vista in PublishXP module.
15. New database backup feature. Backup at start of upgrade, or anytime from Site Admin / Maintenance. Restore a backup from lib/support interface.
16. Can now put Gallery into maintenance mode from Site Admin / Maintenance. Setting in config.php file is still available too.
17. New event logging system records Gallery errors, viewable in the Site Admin interface.
18. Themes can now override module template files, allowing a themed look to more aspects of the application.
19. New Language Manager that allows the addition or removal of translations.
20. User interface changes.
* Use AJAX to speed up deleting comments(spam) on items/albums.
* Use quick DHTML confirm dialog for deleting single items. Dialog offers link to bulk delete several items from an album.
* Use YUI ItemTree instead of plain select box to select target album when moving items, creating replicas or link items.
21. Performance and stability improvements.
* Smarty templates now permanently cached by default. Turn this off in Site Admin / Performance when working on tpl files, so changes take effect immediately during development.
* Avoid reading EXIF data multiple times in Carbon theme.
* Some added caching in GalleryUrlGenerator.
* Use progress bar when adding items to avoid server or browser timeouts. Particularly helpful when adding many items from local server.
* Restructuring to greatly reduce the number of directories for language files.
* Refactor of translator hints to avoid some processing when translations are not used (en_US).
* Faster plugin and language package downloads.
* Refactor of event system working towards a performance improvement in the next release.
22. New database options.
* Support for SQLite 3.x
* Support for PostgreSQL schemas
23. New install package options.
* English only variants of installation downloads. The minimal is English only. In addition, Typical and Full are available in English language only variants.
* Greatly reduced the number of directories for language files.
24. Upgraded to newer versions of several bundled software packages: YUI! 2.3.1, ADOdb 4.98, Smarty 2.6.20, GetID3 1.7.7, BBCode 0.3.3.
25. Updates to improve compatibility with PHP 5.3.
26. Many bugs fixed.
Diffstat (limited to 'www/gallery2')
-rw-r--r-- | www/gallery2/MESSAGE | 18 | ||||
-rw-r--r-- | www/gallery2/Makefile | 31 | ||||
-rw-r--r-- | www/gallery2/PLIST | 5899 | ||||
-rw-r--r-- | www/gallery2/distinfo | 9 | ||||
-rw-r--r-- | www/gallery2/patches/patch-aa | 10 |
5 files changed, 3306 insertions, 2661 deletions
diff --git a/www/gallery2/MESSAGE b/www/gallery2/MESSAGE index d4605e191c2..14fc8380a5e 100644 --- a/www/gallery2/MESSAGE +++ b/www/gallery2/MESSAGE @@ -1,8 +1,20 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2010/03/16 23:02:02 pettai Exp $ +$NetBSD: MESSAGE,v 1.2 2011/01/11 12:35:45 jym Exp $ -Gallery2 is now installed in the ${G2DIR} directory, -and Gallery2's data directory is ${G2DATA}. +For pkgsrc installations, Gallery2 is installed with the following +locations: + + Document root: ${G2DIR} + Data directory: ${G2DATA} + +You will need to make Gallery2 accessible through your HTTP server. +If you are running Apache and ap-php, you can use the following file: + + ${PKG_SYSCONFDIR}/gallery2.conf + +and add an Include directive directly within Apache configuration: + + Include ${PKG_SYSCONFDIR}/gallery2.conf To get the final installation & setup instructions, go to the Gallery2 documentation homepage: diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index 1221e9303e3..cd6dabf0064 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/07/26 07:51:10 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2011/01/11 12:35:45 jym Exp $ # -DISTNAME= gallery-2.2.6-full -PKGNAME= gallery-2.2.6 +DISTNAME= gallery-2.3.1-full +PKGNAME= gallery-2.3.1 PKGREVISION= 1 CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gallery/} @@ -28,7 +28,12 @@ WRKSRC= ${WRKDIR}/gallery2 REPLACE_PERL= lib/tools/po/*.pl -PKG_SYSCONFDIR= ${G2DIR} +REPLACE_INTERPRETER+= php +REPLACE.php.old= .*/bin/php +REPLACE.php.new= ${PREFIX}/bin/php +REPLACE_FILES.php= lib/tools/po/extract.php + +PKG_SYSCONFSUBDIR= gallery2 PKG_GROUPS_VARS+= APACHE_GROUP PKG_USERS_VARS+= APACHE_USER @@ -39,18 +44,22 @@ G2DIR= ${PREFIX}/share/gallery2 DATADIR= ${VARBASE}/gallery2 G2DATA= ${DATADIR}/g2data -CONF_FILES_PERMS= ${DESTDIR}${EGDIR}/config.php ${DESTDIR}${G2DIR}/config.php \ - ${ROOT_USER} ${ROOT_GROUP} 0644 +CONF_FILES= ${EGDIR}/gallery2.conf \ + ${PKG_SYSCONFDIR}/gallery2.conf + +CONF_FILES_PERMS+= ${EGDIR}/config.php \ + ${G2DIR}/config.php \ + ${APACHE_USER} ${APACHE_GROUP} 0640 -MESSAGE_SUBST+= G2DIR=${G2DIR} -MESSAGE_SUBST+= G2DATA=${G2DATA} -FILES_SUBST+= G2DIR=${G2DIR} +MESSAGE_SUBST+= G2DIR=${G2DIR:Q} +MESSAGE_SUBST+= G2DATA=${G2DATA:Q} +MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} +FILES_SUBST+= G2DIR=${G2DIR:Q} SUBST_CLASSES+= paths SUBST_FILES.paths= ${WRKDIR}/gallery2.conf SUBST_FILES.paths+= ${WRKDIR}/config.php -SUBST_FILES.paths+= ${WRKSRC}/lib/tools/po/extract.php -SUBST_VARS.paths+= G2DIR G2DATA PREFIX +SUBST_VARS.paths+= G2DIR G2DATA SUBST_STAGE.paths= post-patch OWN_DIRS_PERMS+= ${G2DATA} ${APACHE_USER} ${APACHE_GROUP} 755 diff --git a/www/gallery2/PLIST b/www/gallery2/PLIST index e446d4172bd..cbc913983b7 100644 --- a/www/gallery2/PLIST +++ b/www/gallery2/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/16 23:02:02 pettai Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/01/11 12:35:45 jym Exp $ share/examples/gallery2/gallery2.conf share/examples/gallery2/config.php +share/gallery2/.htaccess share/gallery2/LICENSE share/gallery2/MANIFEST share/gallery2/README.html share/gallery2/bootstrap.inc +share/gallery2/config.php share/gallery2/embed.php share/gallery2/images/g2Logo.gif share/gallery2/images/gallery.gif @@ -15,27 +17,12 @@ share/gallery2/images/intershot.png share/gallery2/images/xhtml10.png share/gallery2/index.php share/gallery2/init.inc -share/gallery2/.htaccess share/gallery2/install/GalleryStub.class share/gallery2/install/InstallStep.class share/gallery2/install/StatusTemplate.class share/gallery2/install/config.php-template share/gallery2/install/images/background.png -share/gallery2/install/images/btnBGbl.gif -share/gallery2/install/images/btnBGgrn.gif -share/gallery2/install/images/btnBGor.gif -share/gallery2/install/images/btnBLbl.gif -share/gallery2/install/images/btnBLgrn.gif -share/gallery2/install/images/btnBLor.gif -share/gallery2/install/images/btnBRbl.gif -share/gallery2/install/images/btnBRgrn.gif -share/gallery2/install/images/btnBRor.gif -share/gallery2/install/images/btnTLbl.gif -share/gallery2/install/images/btnTLgrn.gif -share/gallery2/install/images/btnTLor.gif -share/gallery2/install/images/btnTRbl.gif -share/gallery2/install/images/btnTRgrn.gif -share/gallery2/install/images/btnTRor.gif +share/gallery2/install/images/btn2.png share/gallery2/install/images/g2Logo_install_head.png share/gallery2/install/images/ico_error.gif share/gallery2/install/images/ico_success.gif @@ -43,39 +30,9 @@ share/gallery2/install/images/ico_warning.gif share/gallery2/install/images/pixbl.gif share/gallery2/install/images/pixgrn.gif share/gallery2/install/images/pixor.gif +share/gallery2/install/images/shade.png share/gallery2/install/index.php share/gallery2/install/install.css -share/gallery2/install/locale/af/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/ar/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/bg/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/ca/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/cs/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/da/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/de/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/en_GB/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/es/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/eu/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/fi/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/fr/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/hu/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/it/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/ja/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/ko/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/lt/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/lv/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/nl/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/no/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/pl/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/ro/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/ru/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/sk/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/sr/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/sv/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/tr/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/uk/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/vi/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/zh_CN/LC_MESSAGES/gallery2_install.mo -share/gallery2/install/locale/zh_TW/LC_MESSAGES/gallery2_install.mo share/gallery2/install/po/GNUmakefile share/gallery2/install/po/af.po share/gallery2/install/po/ar.po @@ -84,6 +41,7 @@ share/gallery2/install/po/ca.po share/gallery2/install/po/cs.po share/gallery2/install/po/da.po share/gallery2/install/po/de.po +share/gallery2/install/po/el.po share/gallery2/install/po/en_GB.po share/gallery2/install/po/es.po share/gallery2/install/po/eu.po @@ -167,10 +125,10 @@ share/gallery2/lib/adodb/drivers/adodb-oci8.inc.php share/gallery2/lib/adodb/drivers/adodb-oci805.inc.php share/gallery2/lib/adodb/drivers/adodb-oci8po.inc.php share/gallery2/lib/adodb/drivers/adodb-oracle.inc.php +share/gallery2/lib/adodb/drivers/adodb-pdo.inc.php +share/gallery2/lib/adodb/drivers/adodb-pdo_sqlite.inc.php share/gallery2/lib/adodb/drivers/adodb-postgres64.inc.php share/gallery2/lib/adodb/drivers/adodb-postgres7.inc.php -share/gallery2/lib/adodb/drivers/adodb-sqlite.inc.php -share/gallery2/lib/adodb/drivers/adodb-sqlitepo.inc.php share/gallery2/lib/adodb/license.txt share/gallery2/lib/adodb/perf/perf-db2.inc.php share/gallery2/lib/adodb/perf/perf-mssql.inc.php @@ -179,9 +137,7 @@ share/gallery2/lib/adodb/perf/perf-oci8.inc.php share/gallery2/lib/adodb/perf/perf-postgres.inc.php share/gallery2/lib/adodb/readme.txt share/gallery2/lib/adodb/tohtml.inc.php -share/gallery2/lib/bbcode/COPYING share/gallery2/lib/bbcode/LICENSE -share/gallery2/lib/bbcode/README share/gallery2/lib/bbcode/stringparser.class.php share/gallery2/lib/bbcode/stringparser_bbcode.class.php share/gallery2/lib/javascript/AutoComplete.js @@ -189,10 +145,12 @@ share/gallery2/lib/javascript/BlockSelectWidget.js share/gallery2/lib/javascript/BlockToggle.js share/gallery2/lib/javascript/ColorChooser.js share/gallery2/lib/javascript/Cropper.js +share/gallery2/lib/pear/COPYING.LESSER share/gallery2/lib/pear/HTMLSax3.php share/gallery2/lib/pear/Safe.php share/gallery2/lib/pear/mime.php share/gallery2/lib/pear/mimePart.php +share/gallery2/lib/phpass/PasswordHash.inc share/gallery2/lib/smarty/COPYING.lib share/gallery2/lib/smarty/Config_File.class.php share/gallery2/lib/smarty/README @@ -275,14 +233,23 @@ share/gallery2/lib/smarty_plugins/modifier.split.php share/gallery2/lib/smarty_plugins/modifier.utf8.php share/gallery2/lib/smtp/smtp.php share/gallery2/lib/support/GallerySetupUtilities.class +share/gallery2/lib/support/SupportStatusTemplate.class share/gallery2/lib/support/cache.php share/gallery2/lib/support/chmod.php share/gallery2/lib/support/gd.php +share/gallery2/lib/support/images/btn2.png +share/gallery2/lib/support/images/pbarBGor.gif +share/gallery2/lib/support/images/pixgrn.gif +share/gallery2/lib/support/images/shade.png +share/gallery2/lib/support/import.php share/gallery2/lib/support/index.php share/gallery2/lib/support/phpinfo.php share/gallery2/lib/support/security.inc share/gallery2/lib/support/support.css share/gallery2/lib/support/templates/FailedPasswordEmail.tpl +share/gallery2/lib/support/templates/ImportFinished.html +share/gallery2/lib/support/templates/ImportRequest.html +share/gallery2/lib/support/templates/SupportStatus.html share/gallery2/lib/tools/po/.htaccess share/gallery2/lib/tools/po/GNUmakefile.inc share/gallery2/lib/tools/po/extract.php @@ -303,7 +270,74 @@ share/gallery2/lib/yui/dom-min.js share/gallery2/lib/yui/dragdrop-min.js share/gallery2/lib/yui/event-min.js share/gallery2/lib/yui/slider-min.js +share/gallery2/lib/yui/treeview-min.js +share/gallery2/lib/yui/utilities.js +share/gallery2/lib/yui/yahoo-dom-event.js share/gallery2/lib/yui/yahoo-min.js +share/gallery2/locale/af/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/af/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/ar/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/ar/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/bg/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/bg/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/ca/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/ca/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/cs/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/cs/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/da/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/da/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/de/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/de/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/el/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/el/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/en_GB/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/en_GB/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/es/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/es/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/eu/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/eu/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/fi/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/fi/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/fr/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/fr/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/hu/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/hu/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/it/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/it/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/ja/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/ja/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/ko/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/ko/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/lt/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/lt/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/lv/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/lv/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/nl/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/nl/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/no/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/no/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/pl/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/pl/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/ro/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/ro/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/ru/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/ru/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/sk/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/sk/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/sr/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/sr/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/sv/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/sv/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/tr/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/tr/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/uk/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/uk/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/vi/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/vi/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/zh_CN/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/zh_CN/LC_MESSAGES/gallery2_upgrade.mo +share/gallery2/locale/zh_TW/LC_MESSAGES/gallery2_install.mo +share/gallery2/locale/zh_TW/LC_MESSAGES/gallery2_upgrade.mo share/gallery2/main.php share/gallery2/modules/albumselect/AlbumSelectSiteAdmin.inc share/gallery2/modules/albumselect/Callbacks.inc @@ -332,78 +366,84 @@ share/gallery2/modules/albumselect/images/plus.gif share/gallery2/modules/albumselect/images/plus_rtl.gif share/gallery2/modules/albumselect/images/plusbottom.gif share/gallery2/modules/albumselect/images/plusbottom_rtl.gif -share/gallery2/modules/albumselect/locale/af/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/ar/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/bg/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/ca/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/cs/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/da/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/de/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/en_GB/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/es/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/et/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/eu/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/fi/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/fr/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/he/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/hu/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/is/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/it/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/ja/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/ko/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/lt/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/lv/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/nl/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/no/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/pl/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/pt_BR/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/ro/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/ru/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/sk/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/sr/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/sv/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/tr/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/uk/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/vi/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/zh_CN/LC_MESSAGES/modules_albumselect.mo -share/gallery2/modules/albumselect/locale/zh_TW/LC_MESSAGES/modules_albumselect.mo share/gallery2/modules/albumselect/module.inc share/gallery2/modules/albumselect/po/GNUmakefile +share/gallery2/modules/albumselect/po/af.mo share/gallery2/modules/albumselect/po/af.po +share/gallery2/modules/albumselect/po/ar.mo share/gallery2/modules/albumselect/po/ar.po +share/gallery2/modules/albumselect/po/bg.mo share/gallery2/modules/albumselect/po/bg.po +share/gallery2/modules/albumselect/po/ca.mo share/gallery2/modules/albumselect/po/ca.po +share/gallery2/modules/albumselect/po/cs.mo share/gallery2/modules/albumselect/po/cs.po +share/gallery2/modules/albumselect/po/da.mo share/gallery2/modules/albumselect/po/da.po +share/gallery2/modules/albumselect/po/de.mo share/gallery2/modules/albumselect/po/de.po +share/gallery2/modules/albumselect/po/el.mo +share/gallery2/modules/albumselect/po/el.po +share/gallery2/modules/albumselect/po/en_GB.mo share/gallery2/modules/albumselect/po/en_GB.po +share/gallery2/modules/albumselect/po/es.mo share/gallery2/modules/albumselect/po/es.po +share/gallery2/modules/albumselect/po/et.mo share/gallery2/modules/albumselect/po/et.po +share/gallery2/modules/albumselect/po/eu.mo share/gallery2/modules/albumselect/po/eu.po +share/gallery2/modules/albumselect/po/fa.mo +share/gallery2/modules/albumselect/po/fa.po +share/gallery2/modules/albumselect/po/fi.mo share/gallery2/modules/albumselect/po/fi.po +share/gallery2/modules/albumselect/po/fr.mo share/gallery2/modules/albumselect/po/fr.po +share/gallery2/modules/albumselect/po/he.mo share/gallery2/modules/albumselect/po/he.po +share/gallery2/modules/albumselect/po/hu.mo share/gallery2/modules/albumselect/po/hu.po +share/gallery2/modules/albumselect/po/is.mo share/gallery2/modules/albumselect/po/is.po +share/gallery2/modules/albumselect/po/it.mo share/gallery2/modules/albumselect/po/it.po +share/gallery2/modules/albumselect/po/ja.mo share/gallery2/modules/albumselect/po/ja.po +share/gallery2/modules/albumselect/po/ko.mo share/gallery2/modules/albumselect/po/ko.po +share/gallery2/modules/albumselect/po/lt.mo share/gallery2/modules/albumselect/po/lt.po +share/gallery2/modules/albumselect/po/lv.mo share/gallery2/modules/albumselect/po/lv.po +share/gallery2/modules/albumselect/po/nl.mo share/gallery2/modules/albumselect/po/nl.po +share/gallery2/modules/albumselect/po/no.mo share/gallery2/modules/albumselect/po/no.po +share/gallery2/modules/albumselect/po/pl.mo share/gallery2/modules/albumselect/po/pl.po +share/gallery2/modules/albumselect/po/pt_BR.mo share/gallery2/modules/albumselect/po/pt_BR.po +share/gallery2/modules/albumselect/po/ro.mo share/gallery2/modules/albumselect/po/ro.po +share/gallery2/modules/albumselect/po/ru.mo share/gallery2/modules/albumselect/po/ru.po +share/gallery2/modules/albumselect/po/sk.mo share/gallery2/modules/albumselect/po/sk.po +share/gallery2/modules/albumselect/po/sl.mo +share/gallery2/modules/albumselect/po/sl.po +share/gallery2/modules/albumselect/po/sr.mo share/gallery2/modules/albumselect/po/sr.po share/gallery2/modules/albumselect/po/strings.raw +share/gallery2/modules/albumselect/po/sv.mo share/gallery2/modules/albumselect/po/sv.po +share/gallery2/modules/albumselect/po/tr.mo share/gallery2/modules/albumselect/po/tr.po +share/gallery2/modules/albumselect/po/uk.mo share/gallery2/modules/albumselect/po/uk.po +share/gallery2/modules/albumselect/po/vi.mo share/gallery2/modules/albumselect/po/vi.po +share/gallery2/modules/albumselect/po/zh_CN.mo share/gallery2/modules/albumselect/po/zh_CN.po +share/gallery2/modules/albumselect/po/zh_TW.mo share/gallery2/modules/albumselect/po/zh_TW.po share/gallery2/modules/albumselect/templates/AlbumSelectSiteAdmin.tpl share/gallery2/modules/albumselect/templates/blocks/AlbumSelect.tpl @@ -414,72 +454,76 @@ share/gallery2/modules/archiveupload/MANIFEST share/gallery2/modules/archiveupload/classes/ArchiveExtractToolkit.class share/gallery2/modules/archiveupload/classes/ArchiveUploadHelper.class share/gallery2/modules/archiveupload/data/test.zip -share/gallery2/modules/archiveupload/locale/af/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/ar/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/bg/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/ca/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/cs/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/da/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/de/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/en_GB/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/es/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/eu/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/fi/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/fr/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/hu/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/is/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/it/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/ja/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/ko/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/lt/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/nl/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/no/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/pl/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/pt_BR/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/ro/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/ru/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/sk/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/sr/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/sv/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/tr/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/uk/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/vi/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/zh_CN/LC_MESSAGES/modules_archiveupload.mo -share/gallery2/modules/archiveupload/locale/zh_TW/LC_MESSAGES/modules_archiveupload.mo share/gallery2/modules/archiveupload/module.inc share/gallery2/modules/archiveupload/po/GNUmakefile +share/gallery2/modules/archiveupload/po/af.mo share/gallery2/modules/archiveupload/po/af.po +share/gallery2/modules/archiveupload/po/ar.mo share/gallery2/modules/archiveupload/po/ar.po +share/gallery2/modules/archiveupload/po/bg.mo share/gallery2/modules/archiveupload/po/bg.po +share/gallery2/modules/archiveupload/po/ca.mo share/gallery2/modules/archiveupload/po/ca.po +share/gallery2/modules/archiveupload/po/cs.mo share/gallery2/modules/archiveupload/po/cs.po +share/gallery2/modules/archiveupload/po/da.mo share/gallery2/modules/archiveupload/po/da.po +share/gallery2/modules/archiveupload/po/de.mo share/gallery2/modules/archiveupload/po/de.po +share/gallery2/modules/archiveupload/po/el.mo +share/gallery2/modules/archiveupload/po/el.po +share/gallery2/modules/archiveupload/po/en_GB.mo share/gallery2/modules/archiveupload/po/en_GB.po +share/gallery2/modules/archiveupload/po/es.mo share/gallery2/modules/archiveupload/po/es.po +share/gallery2/modules/archiveupload/po/eu.mo share/gallery2/modules/archiveupload/po/eu.po +share/gallery2/modules/archiveupload/po/fa.mo +share/gallery2/modules/archiveupload/po/fa.po +share/gallery2/modules/archiveupload/po/fi.mo share/gallery2/modules/archiveupload/po/fi.po +share/gallery2/modules/archiveupload/po/fr.mo share/gallery2/modules/archiveupload/po/fr.po +share/gallery2/modules/archiveupload/po/hu.mo share/gallery2/modules/archiveupload/po/hu.po +share/gallery2/modules/archiveupload/po/is.mo share/gallery2/modules/archiveupload/po/is.po +share/gallery2/modules/archiveupload/po/it.mo share/gallery2/modules/archiveupload/po/it.po +share/gallery2/modules/archiveupload/po/ja.mo share/gallery2/modules/archiveupload/po/ja.po +share/gallery2/modules/archiveupload/po/ko.mo share/gallery2/modules/archiveupload/po/ko.po +share/gallery2/modules/archiveupload/po/lt.mo share/gallery2/modules/archiveupload/po/lt.po +share/gallery2/modules/archiveupload/po/nl.mo share/gallery2/modules/archiveupload/po/nl.po +share/gallery2/modules/archiveupload/po/no.mo share/gallery2/modules/archiveupload/po/no.po +share/gallery2/modules/archiveupload/po/pl.mo share/gallery2/modules/archiveupload/po/pl.po +share/gallery2/modules/archiveupload/po/pt_BR.mo share/gallery2/modules/archiveupload/po/pt_BR.po +share/gallery2/modules/archiveupload/po/ro.mo share/gallery2/modules/archiveupload/po/ro.po +share/gallery2/modules/archiveupload/po/ru.mo share/gallery2/modules/archiveupload/po/ru.po +share/gallery2/modules/archiveupload/po/sk.mo share/gallery2/modules/archiveupload/po/sk.po +share/gallery2/modules/archiveupload/po/sr.mo share/gallery2/modules/archiveupload/po/sr.po share/gallery2/modules/archiveupload/po/strings.raw +share/gallery2/modules/archiveupload/po/sv.mo share/gallery2/modules/archiveupload/po/sv.po +share/gallery2/modules/archiveupload/po/tr.mo share/gallery2/modules/archiveupload/po/tr.po +share/gallery2/modules/archiveupload/po/uk.mo share/gallery2/modules/archiveupload/po/uk.po +share/gallery2/modules/archiveupload/po/vi.mo share/gallery2/modules/archiveupload/po/vi.po +share/gallery2/modules/archiveupload/po/zh_CN.mo share/gallery2/modules/archiveupload/po/zh_CN.po +share/gallery2/modules/archiveupload/po/zh_TW.mo share/gallery2/modules/archiveupload/po/zh_TW.po share/gallery2/modules/archiveupload/templates/ArchiveUploadSiteAdmin.tpl share/gallery2/modules/captcha/CaptchaConfigAdmin.inc @@ -490,70 +534,74 @@ share/gallery2/modules/captcha/classes/CaptchaHelper.class share/gallery2/modules/captcha/classes/CaptchaValidationPlugin.inc share/gallery2/modules/captcha/classes/ResetFailureCountsTask.class share/gallery2/modules/captcha/data/code_bg.jpg -share/gallery2/modules/captcha/locale/af/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/ar/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/bg/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/ca/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/cs/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/da/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/de/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/en_GB/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/es/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/et/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/eu/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/fi/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/fr/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/hu/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/it/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/ja/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/ko/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/lt/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/nl/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/no/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/pl/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/ro/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/ru/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/sk/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/sr/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/sv/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/tr/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/uk/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/vi/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/zh_CN/LC_MESSAGES/modules_captcha.mo -share/gallery2/modules/captcha/locale/zh_TW/LC_MESSAGES/modules_captcha.mo share/gallery2/modules/captcha/module.inc share/gallery2/modules/captcha/po/GNUmakefile +share/gallery2/modules/captcha/po/af.mo share/gallery2/modules/captcha/po/af.po +share/gallery2/modules/captcha/po/ar.mo share/gallery2/modules/captcha/po/ar.po +share/gallery2/modules/captcha/po/bg.mo share/gallery2/modules/captcha/po/bg.po +share/gallery2/modules/captcha/po/ca.mo share/gallery2/modules/captcha/po/ca.po +share/gallery2/modules/captcha/po/cs.mo share/gallery2/modules/captcha/po/cs.po +share/gallery2/modules/captcha/po/da.mo share/gallery2/modules/captcha/po/da.po +share/gallery2/modules/captcha/po/de.mo share/gallery2/modules/captcha/po/de.po +share/gallery2/modules/captcha/po/el.mo +share/gallery2/modules/captcha/po/el.po +share/gallery2/modules/captcha/po/en_GB.mo share/gallery2/modules/captcha/po/en_GB.po +share/gallery2/modules/captcha/po/es.mo share/gallery2/modules/captcha/po/es.po +share/gallery2/modules/captcha/po/et.mo share/gallery2/modules/captcha/po/et.po +share/gallery2/modules/captcha/po/eu.mo share/gallery2/modules/captcha/po/eu.po +share/gallery2/modules/captcha/po/fi.mo share/gallery2/modules/captcha/po/fi.po +share/gallery2/modules/captcha/po/fr.mo share/gallery2/modules/captcha/po/fr.po +share/gallery2/modules/captcha/po/hu.mo share/gallery2/modules/captcha/po/hu.po +share/gallery2/modules/captcha/po/it.mo share/gallery2/modules/captcha/po/it.po +share/gallery2/modules/captcha/po/ja.mo share/gallery2/modules/captcha/po/ja.po +share/gallery2/modules/captcha/po/ko.mo share/gallery2/modules/captcha/po/ko.po +share/gallery2/modules/captcha/po/lt.mo share/gallery2/modules/captcha/po/lt.po +share/gallery2/modules/captcha/po/nl.mo share/gallery2/modules/captcha/po/nl.po +share/gallery2/modules/captcha/po/no.mo share/gallery2/modules/captcha/po/no.po +share/gallery2/modules/captcha/po/pl.mo share/gallery2/modules/captcha/po/pl.po +share/gallery2/modules/captcha/po/pt_BR.mo +share/gallery2/modules/captcha/po/pt_BR.po +share/gallery2/modules/captcha/po/ro.mo share/gallery2/modules/captcha/po/ro.po +share/gallery2/modules/captcha/po/ru.mo share/gallery2/modules/captcha/po/ru.po +share/gallery2/modules/captcha/po/sk.mo share/gallery2/modules/captcha/po/sk.po +share/gallery2/modules/captcha/po/sr.mo share/gallery2/modules/captcha/po/sr.po share/gallery2/modules/captcha/po/strings.raw +share/gallery2/modules/captcha/po/sv.mo share/gallery2/modules/captcha/po/sv.po +share/gallery2/modules/captcha/po/tr.mo share/gallery2/modules/captcha/po/tr.po +share/gallery2/modules/captcha/po/uk.mo share/gallery2/modules/captcha/po/uk.po +share/gallery2/modules/captcha/po/vi.mo share/gallery2/modules/captcha/po/vi.po +share/gallery2/modules/captcha/po/zh_CN.mo share/gallery2/modules/captcha/po/zh_CN.po +share/gallery2/modules/captcha/po/zh_TW.mo share/gallery2/modules/captcha/po/zh_TW.po share/gallery2/modules/captcha/templates/CaptchaConfigAdmin.tpl share/gallery2/modules/captcha/templates/CaptchaSiteAdmin.tpl @@ -565,76 +613,79 @@ share/gallery2/modules/cart/ModifyCart.inc share/gallery2/modules/cart/ViewCart.inc share/gallery2/modules/cart/classes/CartHelper.class share/gallery2/modules/cart/classes/CartPluginInterface_1_0.class -share/gallery2/modules/cart/locale/af/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/ar/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/bg/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/ca/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/cs/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/da/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/de/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/en_GB/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/es/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/et/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/eu/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/fi/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/fr/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/ga/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/hu/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/is/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/it/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/ja/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/ko/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/lt/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/nl/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/no/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/pl/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/pt_BR/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/ro/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/ru/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/sk/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/sr/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/sv/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/tr/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/uk/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/vi/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/zh_CN/LC_MESSAGES/modules_cart.mo -share/gallery2/modules/cart/locale/zh_TW/LC_MESSAGES/modules_cart.mo +share/gallery2/modules/cart/classes/CartPluginInterface_1_1.class share/gallery2/modules/cart/module.inc share/gallery2/modules/cart/po/GNUmakefile +share/gallery2/modules/cart/po/af.mo share/gallery2/modules/cart/po/af.po +share/gallery2/modules/cart/po/ar.mo share/gallery2/modules/cart/po/ar.po +share/gallery2/modules/cart/po/bg.mo share/gallery2/modules/cart/po/bg.po +share/gallery2/modules/cart/po/ca.mo share/gallery2/modules/cart/po/ca.po +share/gallery2/modules/cart/po/cs.mo share/gallery2/modules/cart/po/cs.po +share/gallery2/modules/cart/po/da.mo share/gallery2/modules/cart/po/da.po +share/gallery2/modules/cart/po/de.mo share/gallery2/modules/cart/po/de.po +share/gallery2/modules/cart/po/el.mo +share/gallery2/modules/cart/po/el.po +share/gallery2/modules/cart/po/en_GB.mo share/gallery2/modules/cart/po/en_GB.po +share/gallery2/modules/cart/po/es.mo share/gallery2/modules/cart/po/es.po +share/gallery2/modules/cart/po/et.mo share/gallery2/modules/cart/po/et.po +share/gallery2/modules/cart/po/eu.mo share/gallery2/modules/cart/po/eu.po +share/gallery2/modules/cart/po/fi.mo share/gallery2/modules/cart/po/fi.po +share/gallery2/modules/cart/po/fr.mo share/gallery2/modules/cart/po/fr.po +share/gallery2/modules/cart/po/ga.mo share/gallery2/modules/cart/po/ga.po +share/gallery2/modules/cart/po/hu.mo share/gallery2/modules/cart/po/hu.po +share/gallery2/modules/cart/po/is.mo share/gallery2/modules/cart/po/is.po +share/gallery2/modules/cart/po/it.mo share/gallery2/modules/cart/po/it.po +share/gallery2/modules/cart/po/ja.mo share/gallery2/modules/cart/po/ja.po +share/gallery2/modules/cart/po/ko.mo share/gallery2/modules/cart/po/ko.po +share/gallery2/modules/cart/po/lt.mo share/gallery2/modules/cart/po/lt.po +share/gallery2/modules/cart/po/nl.mo share/gallery2/modules/cart/po/nl.po +share/gallery2/modules/cart/po/no.mo share/gallery2/modules/cart/po/no.po +share/gallery2/modules/cart/po/pl.mo share/gallery2/modules/cart/po/pl.po +share/gallery2/modules/cart/po/pt_BR.mo share/gallery2/modules/cart/po/pt_BR.po +share/gallery2/modules/cart/po/ro.mo share/gallery2/modules/cart/po/ro.po +share/gallery2/modules/cart/po/ru.mo share/gallery2/modules/cart/po/ru.po +share/gallery2/modules/cart/po/sk.mo share/gallery2/modules/cart/po/sk.po +share/gallery2/modules/cart/po/sr.mo share/gallery2/modules/cart/po/sr.po share/gallery2/modules/cart/po/strings.raw +share/gallery2/modules/cart/po/sv.mo share/gallery2/modules/cart/po/sv.po +share/gallery2/modules/cart/po/tr.mo share/gallery2/modules/cart/po/tr.po +share/gallery2/modules/cart/po/uk.mo share/gallery2/modules/cart/po/uk.po +share/gallery2/modules/cart/po/vi.mo share/gallery2/modules/cart/po/vi.po +share/gallery2/modules/cart/po/zh_CN.mo share/gallery2/modules/cart/po/zh_CN.po +share/gallery2/modules/cart/po/zh_TW.mo share/gallery2/modules/cart/po/zh_TW.po share/gallery2/modules/cart/templates/ViewCart.tpl share/gallery2/modules/cart/templates/blocks/ShowCart.tpl @@ -642,35 +693,6 @@ share/gallery2/modules/cart/templates/blocks/blocks.inc share/gallery2/modules/colorpack/MANIFEST share/gallery2/modules/colorpack/classes/ColorPackImpl.class share/gallery2/modules/colorpack/classes/ColorPackInterface_1_0.class -share/gallery2/modules/colorpack/locale/af/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/bg/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/ca/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/cs/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/da/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/de/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/en_GB/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/es/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/eu/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/fi/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/fr/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/hu/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/it/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/ja/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/ko/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/lt/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/nl/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/no/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/pl/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/pt_BR/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/ro/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/ru/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/sk/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/sr/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/sv/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/tr/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/uk/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/zh_CN/LC_MESSAGES/modules_colorpack.mo -share/gallery2/modules/colorpack/locale/zh_TW/LC_MESSAGES/modules_colorpack.mo share/gallery2/modules/colorpack/module.inc share/gallery2/modules/colorpack/packs/black/color.css share/gallery2/modules/colorpack/packs/blue/color.css @@ -678,38 +700,73 @@ share/gallery2/modules/colorpack/packs/bluebottle/color.css share/gallery2/modules/colorpack/packs/deepsea/color.css share/gallery2/modules/colorpack/packs/goldleaf/color.css share/gallery2/modules/colorpack/po/GNUmakefile +share/gallery2/modules/colorpack/po/af.mo share/gallery2/modules/colorpack/po/af.po +share/gallery2/modules/colorpack/po/bg.mo share/gallery2/modules/colorpack/po/bg.po +share/gallery2/modules/colorpack/po/ca.mo share/gallery2/modules/colorpack/po/ca.po +share/gallery2/modules/colorpack/po/cs.mo share/gallery2/modules/colorpack/po/cs.po +share/gallery2/modules/colorpack/po/da.mo share/gallery2/modules/colorpack/po/da.po +share/gallery2/modules/colorpack/po/de.mo share/gallery2/modules/colorpack/po/de.po +share/gallery2/modules/colorpack/po/el.mo +share/gallery2/modules/colorpack/po/el.po +share/gallery2/modules/colorpack/po/en_GB.mo share/gallery2/modules/colorpack/po/en_GB.po +share/gallery2/modules/colorpack/po/es.mo share/gallery2/modules/colorpack/po/es.po +share/gallery2/modules/colorpack/po/eu.mo share/gallery2/modules/colorpack/po/eu.po +share/gallery2/modules/colorpack/po/fi.mo share/gallery2/modules/colorpack/po/fi.po +share/gallery2/modules/colorpack/po/fr.mo share/gallery2/modules/colorpack/po/fr.po +share/gallery2/modules/colorpack/po/hu.mo share/gallery2/modules/colorpack/po/hu.po +share/gallery2/modules/colorpack/po/it.mo share/gallery2/modules/colorpack/po/it.po +share/gallery2/modules/colorpack/po/ja.mo share/gallery2/modules/colorpack/po/ja.po +share/gallery2/modules/colorpack/po/ko.mo share/gallery2/modules/colorpack/po/ko.po +share/gallery2/modules/colorpack/po/lt.mo share/gallery2/modules/colorpack/po/lt.po +share/gallery2/modules/colorpack/po/nl.mo share/gallery2/modules/colorpack/po/nl.po +share/gallery2/modules/colorpack/po/no.mo share/gallery2/modules/colorpack/po/no.po +share/gallery2/modules/colorpack/po/pl.mo share/gallery2/modules/colorpack/po/pl.po +share/gallery2/modules/colorpack/po/pt_BR.mo share/gallery2/modules/colorpack/po/pt_BR.po +share/gallery2/modules/colorpack/po/ro.mo share/gallery2/modules/colorpack/po/ro.po +share/gallery2/modules/colorpack/po/ru.mo share/gallery2/modules/colorpack/po/ru.po +share/gallery2/modules/colorpack/po/sk.mo share/gallery2/modules/colorpack/po/sk.po +share/gallery2/modules/colorpack/po/sl.mo +share/gallery2/modules/colorpack/po/sl.po +share/gallery2/modules/colorpack/po/sr.mo share/gallery2/modules/colorpack/po/sr.po share/gallery2/modules/colorpack/po/strings.raw +share/gallery2/modules/colorpack/po/sv.mo share/gallery2/modules/colorpack/po/sv.po +share/gallery2/modules/colorpack/po/tr.mo share/gallery2/modules/colorpack/po/tr.po +share/gallery2/modules/colorpack/po/uk.mo share/gallery2/modules/colorpack/po/uk.po +share/gallery2/modules/colorpack/po/zh_CN.mo share/gallery2/modules/colorpack/po/zh_CN.po +share/gallery2/modules/colorpack/po/zh_TW.mo share/gallery2/modules/colorpack/po/zh_TW.po share/gallery2/modules/comment/AddComment.inc +share/gallery2/modules/comment/AdminModerateSpam.inc share/gallery2/modules/comment/Callbacks.inc +share/gallery2/modules/comment/CommentCallback.inc share/gallery2/modules/comment/CommentChangeConfirmation.inc share/gallery2/modules/comment/CommentSiteAdmin.inc share/gallery2/modules/comment/DeleteComment.inc @@ -717,6 +774,8 @@ share/gallery2/modules/comment/EditComment.inc share/gallery2/modules/comment/MANIFEST share/gallery2/modules/comment/ShowAllComments.inc share/gallery2/modules/comment/ShowComments.inc +share/gallery2/modules/comment/classes/AkismetApi.class +share/gallery2/modules/comment/classes/CommentAddNotification.class share/gallery2/modules/comment/classes/CommentCaptchaAdminOption.class share/gallery2/modules/comment/classes/Entities.inc share/gallery2/modules/comment/classes/GNUmakefile @@ -727,93 +786,98 @@ share/gallery2/modules/comment/classes/GalleryStorage/GNUmakefile share/gallery2/modules/comment/classes/GalleryStorage/schema.tpl share/gallery2/modules/comment/classes/GalleryStorage/xml-src/A_GalleryComment_1.0.xml share/gallery2/modules/comment/classes/GalleryStorage/xml-src/A_GalleryComment_1.1.xml +share/gallery2/modules/comment/classes/GalleryStorage/xml-src/A_GalleryComment_1.2.xml share/gallery2/modules/comment/comment.css -share/gallery2/modules/comment/locale/af/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/ar/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/bg/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/ca/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/cs/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/da/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/de/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/el/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/en_GB/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/es/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/es_AR/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/es_MX/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/et/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/eu/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/fa/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/fi/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/fr/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/ga/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/he/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/hu/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/is/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/it/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/ja/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/ko/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/lt/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/lv/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/nl/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/no/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/pl/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/pt/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/pt_BR/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/ro/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/ru/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/sk/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/sr/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/sv/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/tr/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/uk/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/vi/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/zh_CN/LC_MESSAGES/modules_comment.mo -share/gallery2/modules/comment/locale/zh_TW/LC_MESSAGES/modules_comment.mo share/gallery2/modules/comment/module.inc share/gallery2/modules/comment/po/GNUmakefile +share/gallery2/modules/comment/po/af.mo share/gallery2/modules/comment/po/af.po +share/gallery2/modules/comment/po/ar.mo share/gallery2/modules/comment/po/ar.po +share/gallery2/modules/comment/po/bg.mo share/gallery2/modules/comment/po/bg.po +share/gallery2/modules/comment/po/ca.mo share/gallery2/modules/comment/po/ca.po +share/gallery2/modules/comment/po/cs.mo share/gallery2/modules/comment/po/cs.po +share/gallery2/modules/comment/po/da.mo share/gallery2/modules/comment/po/da.po +share/gallery2/modules/comment/po/de.mo share/gallery2/modules/comment/po/de.po +share/gallery2/modules/comment/po/el.mo share/gallery2/modules/comment/po/el.po +share/gallery2/modules/comment/po/en_GB.mo share/gallery2/modules/comment/po/en_GB.po +share/gallery2/modules/comment/po/es.mo share/gallery2/modules/comment/po/es.po +share/gallery2/modules/comment/po/es_AR.mo share/gallery2/modules/comment/po/es_AR.po +share/gallery2/modules/comment/po/es_MX.mo share/gallery2/modules/comment/po/es_MX.po +share/gallery2/modules/comment/po/et.mo share/gallery2/modules/comment/po/et.po +share/gallery2/modules/comment/po/eu.mo share/gallery2/modules/comment/po/eu.po +share/gallery2/modules/comment/po/fa.mo share/gallery2/modules/comment/po/fa.po +share/gallery2/modules/comment/po/fi.mo share/gallery2/modules/comment/po/fi.po +share/gallery2/modules/comment/po/fr.mo share/gallery2/modules/comment/po/fr.po +share/gallery2/modules/comment/po/ga.mo share/gallery2/modules/comment/po/ga.po +share/gallery2/modules/comment/po/he.mo share/gallery2/modules/comment/po/he.po +share/gallery2/modules/comment/po/hu.mo share/gallery2/modules/comment/po/hu.po +share/gallery2/modules/comment/po/is.mo share/gallery2/modules/comment/po/is.po +share/gallery2/modules/comment/po/it.mo share/gallery2/modules/comment/po/it.po +share/gallery2/modules/comment/po/ja.mo share/gallery2/modules/comment/po/ja.po +share/gallery2/modules/comment/po/ko.mo share/gallery2/modules/comment/po/ko.po +share/gallery2/modules/comment/po/lt.mo share/gallery2/modules/comment/po/lt.po +share/gallery2/modules/comment/po/lv.mo share/gallery2/modules/comment/po/lv.po +share/gallery2/modules/comment/po/nl.mo share/gallery2/modules/comment/po/nl.po +share/gallery2/modules/comment/po/no.mo share/gallery2/modules/comment/po/no.po +share/gallery2/modules/comment/po/pl.mo share/gallery2/modules/comment/po/pl.po +share/gallery2/modules/comment/po/pt.mo share/gallery2/modules/comment/po/pt.po +share/gallery2/modules/comment/po/pt_BR.mo share/gallery2/modules/comment/po/pt_BR.po +share/gallery2/modules/comment/po/ro.mo share/gallery2/modules/comment/po/ro.po +share/gallery2/modules/comment/po/ru.mo share/gallery2/modules/comment/po/ru.po +share/gallery2/modules/comment/po/sk.mo share/gallery2/modules/comment/po/sk.po +share/gallery2/modules/comment/po/sl.mo +share/gallery2/modules/comment/po/sl.po +share/gallery2/modules/comment/po/sr.mo share/gallery2/modules/comment/po/sr.po share/gallery2/modules/comment/po/strings.raw +share/gallery2/modules/comment/po/sv.mo share/gallery2/modules/comment/po/sv.po +share/gallery2/modules/comment/po/tr.mo share/gallery2/modules/comment/po/tr.po +share/gallery2/modules/comment/po/uk.mo share/gallery2/modules/comment/po/uk.po +share/gallery2/modules/comment/po/vi.mo share/gallery2/modules/comment/po/vi.po +share/gallery2/modules/comment/po/zh_CN.mo share/gallery2/modules/comment/po/zh_CN.po +share/gallery2/modules/comment/po/zh_TW.mo share/gallery2/modules/comment/po/zh_TW.po share/gallery2/modules/comment/templates/AddComment.tpl +share/gallery2/modules/comment/templates/AdminModerateSpam.tpl +share/gallery2/modules/comment/templates/ChangeComment.js.tpl share/gallery2/modules/comment/templates/Comment.tpl share/gallery2/modules/comment/templates/CommentChangeConfirmation.tpl share/gallery2/modules/comment/templates/CommentSiteAdmin.tpl @@ -832,7 +896,10 @@ share/gallery2/modules/core/AdminDeleteUser.inc share/gallery2/modules/core/AdminEditGroup.inc share/gallery2/modules/core/AdminEditGroupUsers.inc share/gallery2/modules/core/AdminEditUser.inc +share/gallery2/modules/core/AdminEventLogViewer.inc +share/gallery2/modules/core/AdminEventLogViewerCallback.inc share/gallery2/modules/core/AdminGroups.inc +share/gallery2/modules/core/AdminLanguageManager.inc share/gallery2/modules/core/AdminMaintenance.inc share/gallery2/modules/core/AdminPerformance.inc share/gallery2/modules/core/AdminPlugins.inc @@ -843,6 +910,7 @@ share/gallery2/modules/core/AdminToolkitPriority.inc share/gallery2/modules/core/AdminUsers.inc share/gallery2/modules/core/Callbacks.inc share/gallery2/modules/core/ChangeLanguage.inc +share/gallery2/modules/core/CombinedJavascript.inc share/gallery2/modules/core/CoreModuleExtras.inc share/gallery2/modules/core/CreateThumbnailOption.inc share/gallery2/modules/core/DownloadItem.inc @@ -853,7 +921,7 @@ share/gallery2/modules/core/ItemAddConfirmation.inc share/gallery2/modules/core/ItemAddFromBrowser.inc share/gallery2/modules/core/ItemAdmin.inc share/gallery2/modules/core/ItemDelete.inc -share/gallery2/modules/core/ItemDeleteConfirmation.inc +share/gallery2/modules/core/ItemDeleteJs.inc share/gallery2/modules/core/ItemDeleteSingle.inc share/gallery2/modules/core/ItemEdit.inc share/gallery2/modules/core/ItemEditAlbum.inc @@ -888,9 +956,11 @@ share/gallery2/modules/core/UserRecoverPassword.inc share/gallery2/modules/core/UserRecoverPasswordAdmin.inc share/gallery2/modules/core/UserRecoverPasswordConfirm.inc share/gallery2/modules/core/UserRecoverPasswordDownload.inc +share/gallery2/modules/core/classes/AdminRepositoryDownloadAndInstallController.class share/gallery2/modules/core/classes/BuildDerivativesTask.class share/gallery2/modules/core/classes/ConvertDatabaseToUtf8Task.class share/gallery2/modules/core/classes/CoreCaptchaAdminOption.class +share/gallery2/modules/core/classes/DatabaseBackupTask.class share/gallery2/modules/core/classes/DatabaseLockSystem.class share/gallery2/modules/core/classes/DeleteSessionsTask.class share/gallery2/modules/core/classes/Entities.inc @@ -942,12 +1012,16 @@ share/gallery2/modules/core/classes/GalleryStorage.class share/gallery2/modules/core/classes/GalleryStorage/Db2CreateUdfs.sql share/gallery2/modules/core/classes/GalleryStorage/Db2Storage.class share/gallery2/modules/core/classes/GalleryStorage/GNUmakefile +share/gallery2/modules/core/classes/GalleryStorage/GalleryDatabaseExport.class +share/gallery2/modules/core/classes/GalleryStorage/GalleryDatabaseImport.class +share/gallery2/modules/core/classes/GalleryStorage/GalleryExport.dtd share/gallery2/modules/core/classes/GalleryStorage/GallerySqlFragment.class share/gallery2/modules/core/classes/GalleryStorage/GalleryStorageExtras.class share/gallery2/modules/core/classes/GalleryStorage/MSSqlStorage.class share/gallery2/modules/core/classes/GalleryStorage/OracleCreateBitOr.sql share/gallery2/modules/core/classes/GalleryStorage/OracleStorage.class share/gallery2/modules/core/classes/GalleryStorage/PostgreSqlStorage.class +share/gallery2/modules/core/classes/GalleryStorage/SQLiteStorage.class share/gallery2/modules/core/classes/GalleryStorage/g2_db2.jar share/gallery2/modules/core/classes/GalleryStorage/schema.tpl share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryAccessMap_1.0.xml @@ -961,6 +1035,7 @@ share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryEntity_1.1.x share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryGroup_1.0.xml share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryItem_1.0.xml share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryItem_1.1.xml +share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryMimeTypeMap_1.0.xml share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryPluginMap_1.0.xml share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryPluginPackageMap_1.0.xml share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryPluginParameterMap_1.0.xml @@ -1006,6 +1081,7 @@ share/gallery2/modules/core/classes/helpers/GalleryDerivativeHelper_simple.class share/gallery2/modules/core/classes/helpers/GalleryEntityHelper_medium.class share/gallery2/modules/core/classes/helpers/GalleryEntityHelper_simple.class share/gallery2/modules/core/classes/helpers/GalleryEventHelper_simple.class +share/gallery2/modules/core/classes/helpers/GalleryEventLogHelper_medium.class share/gallery2/modules/core/classes/helpers/GalleryFactoryHelper_medium.class share/gallery2/modules/core/classes/helpers/GalleryFactoryHelper_simple.class share/gallery2/modules/core/classes/helpers/GalleryFileSystemEntityHelper_medium.class @@ -1027,6 +1103,7 @@ share/gallery2/modules/core/classes/helpers/GalleryPluginHelper_simple.class share/gallery2/modules/core/classes/helpers/GalleryThemeHelper_medium.class share/gallery2/modules/core/classes/helpers/GalleryToolkitHelper_medium.class share/gallery2/modules/core/classes/helpers/GalleryToolkitHelper_simple.class +share/gallery2/modules/core/classes/helpers/GalleryTranslatorHelper_medium.class share/gallery2/modules/core/classes/helpers/GalleryUserGroupHelper_medium.class share/gallery2/modules/core/classes/helpers/GalleryUserGroupHelper_simple.class share/gallery2/modules/core/classes/helpers/GalleryUserHelper_medium.class @@ -1035,14 +1112,25 @@ share/gallery2/modules/core/classes/helpers/MailHelper_simple.class share/gallery2/modules/core/classes/helpers/MaintenanceHelper_simple.class share/gallery2/modules/core/classes/helpers/UserRecoverPasswordHelper_simple.class share/gallery2/modules/core/classes/helpers/WebHelper_simple.class +share/gallery2/modules/core/data/alrt16_1.gif +share/gallery2/modules/core/data/blck16_1.gif share/gallery2/modules/core/data/broken-image.gif +share/gallery2/modules/core/data/close12_1.gif share/gallery2/modules/core/data/donate.png -share/gallery2/modules/core/data/g22-double_double.png +share/gallery2/modules/core/data/g23-skidoo.png share/gallery2/modules/core/data/gallery.css share/gallery2/modules/core/data/groupinfo.png share/gallery2/modules/core/data/hline.png +share/gallery2/modules/core/data/hlp16_1.gif share/gallery2/modules/core/data/hue.png +share/gallery2/modules/core/data/info16_1.gif share/gallery2/modules/core/data/key7-16-bw.gif +share/gallery2/modules/core/data/lm.gif +share/gallery2/modules/core/data/lmh.gif +share/gallery2/modules/core/data/ln.gif +share/gallery2/modules/core/data/loading.gif +share/gallery2/modules/core/data/lp.gif +share/gallery2/modules/core/data/lph.gif share/gallery2/modules/core/data/module-active.gif share/gallery2/modules/core/data/module-inactive.gif share/gallery2/modules/core/data/module-incompatible.gif @@ -1053,91 +1141,102 @@ share/gallery2/modules/core/data/pickerbg.png share/gallery2/modules/core/data/select.gif share/gallery2/modules/core/data/selectline_h.gif share/gallery2/modules/core/data/selectline_v.gif +share/gallery2/modules/core/data/tip16_1.gif +share/gallery2/modules/core/data/tm.gif +share/gallery2/modules/core/data/tmh.gif +share/gallery2/modules/core/data/tn.gif +share/gallery2/modules/core/data/tp.gif +share/gallery2/modules/core/data/tph.gif +share/gallery2/modules/core/data/tree.css share/gallery2/modules/core/data/userinfo.png -share/gallery2/modules/core/locale/af/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/ar/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/bg/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/ca/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/cs/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/da/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/de/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/el/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/en_GB/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/es/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/es_AR/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/es_MX/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/et/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/eu/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/fi/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/fr/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/ga/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/he/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/hu/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/is/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/it/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/ja/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/ko/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/lt/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/lv/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/nl/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/no/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/pl/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/pt/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/pt_BR/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/ro/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/ru/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/sk/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/sl/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/sr/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/sv/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/tr/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/uk/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/vi/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/zh_CN/LC_MESSAGES/modules_core.mo -share/gallery2/modules/core/locale/zh_TW/LC_MESSAGES/modules_core.mo +share/gallery2/modules/core/data/vline.gif +share/gallery2/modules/core/data/warn16_1.gif share/gallery2/modules/core/module.inc share/gallery2/modules/core/po/GNUmakefile +share/gallery2/modules/core/po/af.mo share/gallery2/modules/core/po/af.po +share/gallery2/modules/core/po/ar.mo share/gallery2/modules/core/po/ar.po +share/gallery2/modules/core/po/bg.mo share/gallery2/modules/core/po/bg.po +share/gallery2/modules/core/po/ca.mo share/gallery2/modules/core/po/ca.po +share/gallery2/modules/core/po/cs.mo share/gallery2/modules/core/po/cs.po +share/gallery2/modules/core/po/da.mo share/gallery2/modules/core/po/da.po +share/gallery2/modules/core/po/de.mo share/gallery2/modules/core/po/de.po +share/gallery2/modules/core/po/el.mo share/gallery2/modules/core/po/el.po +share/gallery2/modules/core/po/en_GB.mo share/gallery2/modules/core/po/en_GB.po +share/gallery2/modules/core/po/es.mo share/gallery2/modules/core/po/es.po +share/gallery2/modules/core/po/es_AR.mo share/gallery2/modules/core/po/es_AR.po +share/gallery2/modules/core/po/es_MX.mo share/gallery2/modules/core/po/es_MX.po +share/gallery2/modules/core/po/et.mo share/gallery2/modules/core/po/et.po +share/gallery2/modules/core/po/eu.mo share/gallery2/modules/core/po/eu.po +share/gallery2/modules/core/po/fa.mo +share/gallery2/modules/core/po/fa.po +share/gallery2/modules/core/po/fi.mo share/gallery2/modules/core/po/fi.po +share/gallery2/modules/core/po/fr.mo share/gallery2/modules/core/po/fr.po +share/gallery2/modules/core/po/ga.mo share/gallery2/modules/core/po/ga.po +share/gallery2/modules/core/po/he.mo share/gallery2/modules/core/po/he.po +share/gallery2/modules/core/po/hu.mo share/gallery2/modules/core/po/hu.po +share/gallery2/modules/core/po/is.mo share/gallery2/modules/core/po/is.po +share/gallery2/modules/core/po/it.mo share/gallery2/modules/core/po/it.po +share/gallery2/modules/core/po/ja.mo share/gallery2/modules/core/po/ja.po +share/gallery2/modules/core/po/ko.mo share/gallery2/modules/core/po/ko.po +share/gallery2/modules/core/po/lt.mo share/gallery2/modules/core/po/lt.po +share/gallery2/modules/core/po/lv.mo share/gallery2/modules/core/po/lv.po +share/gallery2/modules/core/po/nl.mo share/gallery2/modules/core/po/nl.po +share/gallery2/modules/core/po/no.mo share/gallery2/modules/core/po/no.po +share/gallery2/modules/core/po/pl.mo share/gallery2/modules/core/po/pl.po +share/gallery2/modules/core/po/pt.mo share/gallery2/modules/core/po/pt.po +share/gallery2/modules/core/po/pt_BR.mo share/gallery2/modules/core/po/pt_BR.po +share/gallery2/modules/core/po/ro.mo share/gallery2/modules/core/po/ro.po +share/gallery2/modules/core/po/ru.mo share/gallery2/modules/core/po/ru.po +share/gallery2/modules/core/po/sk.mo share/gallery2/modules/core/po/sk.po +share/gallery2/modules/core/po/sl.mo share/gallery2/modules/core/po/sl.po +share/gallery2/modules/core/po/sr.mo share/gallery2/modules/core/po/sr.po share/gallery2/modules/core/po/strings.raw +share/gallery2/modules/core/po/sv.mo share/gallery2/modules/core/po/sv.po +share/gallery2/modules/core/po/tr.mo share/gallery2/modules/core/po/tr.po +share/gallery2/modules/core/po/uk.mo share/gallery2/modules/core/po/uk.po +share/gallery2/modules/core/po/vi.mo share/gallery2/modules/core/po/vi.po +share/gallery2/modules/core/po/zh_CN.mo share/gallery2/modules/core/po/zh_CN.po +share/gallery2/modules/core/po/zh_TW.mo share/gallery2/modules/core/po/zh_TW.po share/gallery2/modules/core/templates/AdminCore.tpl share/gallery2/modules/core/templates/AdminCreateGroup.tpl @@ -1147,7 +1246,9 @@ share/gallery2/modules/core/templates/AdminDeleteUser.tpl share/gallery2/modules/core/templates/AdminEditGroup.tpl share/gallery2/modules/core/templates/AdminEditGroupUsers.tpl share/gallery2/modules/core/templates/AdminEditUser.tpl +share/gallery2/modules/core/templates/AdminEventLogViewer.tpl share/gallery2/modules/core/templates/AdminGroups.tpl +share/gallery2/modules/core/templates/AdminLanguageManager.tpl share/gallery2/modules/core/templates/AdminMaintenance.tpl share/gallery2/modules/core/templates/AdminPerformance.tpl share/gallery2/modules/core/templates/AdminPlugins.js @@ -1173,8 +1274,7 @@ share/gallery2/modules/core/templates/ItemAddConfirmation.tpl share/gallery2/modules/core/templates/ItemAddFromBrowser.tpl share/gallery2/modules/core/templates/ItemAdmin.tpl share/gallery2/modules/core/templates/ItemDelete.tpl -share/gallery2/modules/core/templates/ItemDeleteConfirmation.tpl -share/gallery2/modules/core/templates/ItemDeleteSingle.tpl +share/gallery2/modules/core/templates/ItemDeleteJs.tpl share/gallery2/modules/core/templates/ItemEdit.tpl share/gallery2/modules/core/templates/ItemEditAlbum.tpl share/gallery2/modules/core/templates/ItemEditAnimation.tpl @@ -1214,7 +1314,7 @@ share/gallery2/modules/core/templates/blocks/ItemInfo.tpl share/gallery2/modules/core/templates/blocks/ItemLinks.tpl share/gallery2/modules/core/templates/blocks/LanguageSelector.tpl share/gallery2/modules/core/templates/blocks/LoginBlock.tpl -share/gallery2/modules/core/templates/blocks/NavigationLinks.tpl +share/gallery2/modules/core/templates/blocks/Missing.tpl share/gallery2/modules/core/templates/blocks/Navigator.tpl share/gallery2/modules/core/templates/blocks/Pager.tpl share/gallery2/modules/core/templates/blocks/PeerList.tpl @@ -1237,68 +1337,70 @@ share/gallery2/modules/customfield/classes/GalleryStorage/schema.tpl share/gallery2/modules/customfield/classes/GalleryStorage/xml-src/A_CustomFieldMap_1.0.xml share/gallery2/modules/customfield/classes/Maps.inc share/gallery2/modules/customfield/classes/Maps.xml -share/gallery2/modules/customfield/locale/af/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/ar/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/ca/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/cs/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/da/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/de/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/en_GB/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/es/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/eu/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/fi/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/fr/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/hu/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/is/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/it/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/ja/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/ko/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/lt/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/nl/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/no/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/pl/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/ro/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/ru/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/sk/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/sr/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/sv/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/tr/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/uk/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/vi/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/zh_CN/LC_MESSAGES/modules_customfield.mo -share/gallery2/modules/customfield/locale/zh_TW/LC_MESSAGES/modules_customfield.mo share/gallery2/modules/customfield/module.inc share/gallery2/modules/customfield/po/GNUmakefile +share/gallery2/modules/customfield/po/af.mo share/gallery2/modules/customfield/po/af.po +share/gallery2/modules/customfield/po/ar.mo share/gallery2/modules/customfield/po/ar.po +share/gallery2/modules/customfield/po/ca.mo share/gallery2/modules/customfield/po/ca.po +share/gallery2/modules/customfield/po/cs.mo share/gallery2/modules/customfield/po/cs.po +share/gallery2/modules/customfield/po/da.mo share/gallery2/modules/customfield/po/da.po +share/gallery2/modules/customfield/po/de.mo share/gallery2/modules/customfield/po/de.po +share/gallery2/modules/customfield/po/el.mo +share/gallery2/modules/customfield/po/el.po +share/gallery2/modules/customfield/po/en_GB.mo share/gallery2/modules/customfield/po/en_GB.po +share/gallery2/modules/customfield/po/es.mo share/gallery2/modules/customfield/po/es.po +share/gallery2/modules/customfield/po/eu.mo share/gallery2/modules/customfield/po/eu.po +share/gallery2/modules/customfield/po/fi.mo share/gallery2/modules/customfield/po/fi.po +share/gallery2/modules/customfield/po/fr.mo share/gallery2/modules/customfield/po/fr.po +share/gallery2/modules/customfield/po/hu.mo share/gallery2/modules/customfield/po/hu.po +share/gallery2/modules/customfield/po/is.mo share/gallery2/modules/customfield/po/is.po +share/gallery2/modules/customfield/po/it.mo share/gallery2/modules/customfield/po/it.po +share/gallery2/modules/customfield/po/ja.mo share/gallery2/modules/customfield/po/ja.po +share/gallery2/modules/customfield/po/ko.mo share/gallery2/modules/customfield/po/ko.po +share/gallery2/modules/customfield/po/lt.mo share/gallery2/modules/customfield/po/lt.po +share/gallery2/modules/customfield/po/nl.mo share/gallery2/modules/customfield/po/nl.po +share/gallery2/modules/customfield/po/no.mo share/gallery2/modules/customfield/po/no.po +share/gallery2/modules/customfield/po/pl.mo share/gallery2/modules/customfield/po/pl.po +share/gallery2/modules/customfield/po/ro.mo share/gallery2/modules/customfield/po/ro.po +share/gallery2/modules/customfield/po/ru.mo share/gallery2/modules/customfield/po/ru.po +share/gallery2/modules/customfield/po/sk.mo share/gallery2/modules/customfield/po/sk.po +share/gallery2/modules/customfield/po/sr.mo share/gallery2/modules/customfield/po/sr.po share/gallery2/modules/customfield/po/strings.raw +share/gallery2/modules/customfield/po/sv.mo share/gallery2/modules/customfield/po/sv.po +share/gallery2/modules/customfield/po/tr.mo share/gallery2/modules/customfield/po/tr.po +share/gallery2/modules/customfield/po/uk.mo share/gallery2/modules/customfield/po/uk.po +share/gallery2/modules/customfield/po/vi.mo share/gallery2/modules/customfield/po/vi.po +share/gallery2/modules/customfield/po/zh_CN.mo share/gallery2/modules/customfield/po/zh_CN.po +share/gallery2/modules/customfield/po/zh_TW.mo share/gallery2/modules/customfield/po/zh_TW.po share/gallery2/modules/customfield/templates/Admin.tpl share/gallery2/modules/customfield/templates/CustomFieldItemAdmin.tpl @@ -1310,138 +1412,142 @@ share/gallery2/modules/dcraw/AdminDcraw.inc share/gallery2/modules/dcraw/MANIFEST share/gallery2/modules/dcraw/classes/DcrawToolkit.class share/gallery2/modules/dcraw/classes/DcrawToolkitHelper.class -share/gallery2/modules/dcraw/locale/af/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/ar/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/ca/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/cs/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/da/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/de/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/en_GB/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/es/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/eu/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/fi/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/fr/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/hu/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/it/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/ja/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/ko/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/lt/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/nl/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/no/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/pl/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/ro/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/ru/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/sk/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/sr/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/sv/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/tr/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/uk/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/vi/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/zh_CN/LC_MESSAGES/modules_dcraw.mo -share/gallery2/modules/dcraw/locale/zh_TW/LC_MESSAGES/modules_dcraw.mo share/gallery2/modules/dcraw/module.inc share/gallery2/modules/dcraw/po/GNUmakefile +share/gallery2/modules/dcraw/po/af.mo share/gallery2/modules/dcraw/po/af.po +share/gallery2/modules/dcraw/po/ar.mo share/gallery2/modules/dcraw/po/ar.po +share/gallery2/modules/dcraw/po/ca.mo share/gallery2/modules/dcraw/po/ca.po +share/gallery2/modules/dcraw/po/cs.mo share/gallery2/modules/dcraw/po/cs.po +share/gallery2/modules/dcraw/po/da.mo share/gallery2/modules/dcraw/po/da.po +share/gallery2/modules/dcraw/po/de.mo share/gallery2/modules/dcraw/po/de.po +share/gallery2/modules/dcraw/po/el.mo +share/gallery2/modules/dcraw/po/el.po +share/gallery2/modules/dcraw/po/en_GB.mo share/gallery2/modules/dcraw/po/en_GB.po +share/gallery2/modules/dcraw/po/es.mo share/gallery2/modules/dcraw/po/es.po +share/gallery2/modules/dcraw/po/eu.mo share/gallery2/modules/dcraw/po/eu.po +share/gallery2/modules/dcraw/po/fi.mo share/gallery2/modules/dcraw/po/fi.po +share/gallery2/modules/dcraw/po/fr.mo share/gallery2/modules/dcraw/po/fr.po +share/gallery2/modules/dcraw/po/hu.mo share/gallery2/modules/dcraw/po/hu.po +share/gallery2/modules/dcraw/po/it.mo share/gallery2/modules/dcraw/po/it.po +share/gallery2/modules/dcraw/po/ja.mo share/gallery2/modules/dcraw/po/ja.po +share/gallery2/modules/dcraw/po/ko.mo share/gallery2/modules/dcraw/po/ko.po +share/gallery2/modules/dcraw/po/lt.mo share/gallery2/modules/dcraw/po/lt.po +share/gallery2/modules/dcraw/po/nl.mo share/gallery2/modules/dcraw/po/nl.po +share/gallery2/modules/dcraw/po/no.mo share/gallery2/modules/dcraw/po/no.po +share/gallery2/modules/dcraw/po/pl.mo share/gallery2/modules/dcraw/po/pl.po +share/gallery2/modules/dcraw/po/ro.mo share/gallery2/modules/dcraw/po/ro.po +share/gallery2/modules/dcraw/po/ru.mo share/gallery2/modules/dcraw/po/ru.po +share/gallery2/modules/dcraw/po/sk.mo share/gallery2/modules/dcraw/po/sk.po +share/gallery2/modules/dcraw/po/sr.mo share/gallery2/modules/dcraw/po/sr.po share/gallery2/modules/dcraw/po/strings.raw +share/gallery2/modules/dcraw/po/sv.mo share/gallery2/modules/dcraw/po/sv.po +share/gallery2/modules/dcraw/po/tr.mo share/gallery2/modules/dcraw/po/tr.po +share/gallery2/modules/dcraw/po/uk.mo share/gallery2/modules/dcraw/po/uk.po +share/gallery2/modules/dcraw/po/vi.mo share/gallery2/modules/dcraw/po/vi.po +share/gallery2/modules/dcraw/po/zh_CN.mo share/gallery2/modules/dcraw/po/zh_CN.po +share/gallery2/modules/dcraw/po/zh_TW.mo share/gallery2/modules/dcraw/po/zh_TW.po share/gallery2/modules/dcraw/templates/AdminDcraw.tpl share/gallery2/modules/debug/MANIFEST share/gallery2/modules/debug/ShowTree.inc -share/gallery2/modules/debug/locale/af/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/ar/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/ca/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/cs/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/da/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/de/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/en_GB/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/es/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/es_AR/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/eu/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/fi/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/fr/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/ga/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/hu/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/is/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/it/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/ja/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/ko/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/lt/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/lv/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/nl/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/no/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/pl/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/ro/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/ru/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/sk/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/sr/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/sv/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/tr/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/uk/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/vi/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/zh_CN/LC_MESSAGES/modules_debug.mo -share/gallery2/modules/debug/locale/zh_TW/LC_MESSAGES/modules_debug.mo share/gallery2/modules/debug/module.inc share/gallery2/modules/debug/po/GNUmakefile +share/gallery2/modules/debug/po/af.mo share/gallery2/modules/debug/po/af.po +share/gallery2/modules/debug/po/ar.mo share/gallery2/modules/debug/po/ar.po +share/gallery2/modules/debug/po/ca.mo share/gallery2/modules/debug/po/ca.po +share/gallery2/modules/debug/po/cs.mo share/gallery2/modules/debug/po/cs.po +share/gallery2/modules/debug/po/da.mo share/gallery2/modules/debug/po/da.po +share/gallery2/modules/debug/po/de.mo share/gallery2/modules/debug/po/de.po +share/gallery2/modules/debug/po/el.mo +share/gallery2/modules/debug/po/el.po +share/gallery2/modules/debug/po/en_GB.mo share/gallery2/modules/debug/po/en_GB.po +share/gallery2/modules/debug/po/es.mo share/gallery2/modules/debug/po/es.po +share/gallery2/modules/debug/po/es_AR.mo share/gallery2/modules/debug/po/es_AR.po +share/gallery2/modules/debug/po/eu.mo share/gallery2/modules/debug/po/eu.po +share/gallery2/modules/debug/po/fi.mo share/gallery2/modules/debug/po/fi.po +share/gallery2/modules/debug/po/fr.mo share/gallery2/modules/debug/po/fr.po +share/gallery2/modules/debug/po/ga.mo share/gallery2/modules/debug/po/ga.po +share/gallery2/modules/debug/po/hu.mo share/gallery2/modules/debug/po/hu.po +share/gallery2/modules/debug/po/is.mo share/gallery2/modules/debug/po/is.po +share/gallery2/modules/debug/po/it.mo share/gallery2/modules/debug/po/it.po +share/gallery2/modules/debug/po/ja.mo share/gallery2/modules/debug/po/ja.po +share/gallery2/modules/debug/po/ko.mo share/gallery2/modules/debug/po/ko.po +share/gallery2/modules/debug/po/lt.mo share/gallery2/modules/debug/po/lt.po +share/gallery2/modules/debug/po/lv.mo share/gallery2/modules/debug/po/lv.po +share/gallery2/modules/debug/po/nl.mo share/gallery2/modules/debug/po/nl.po +share/gallery2/modules/debug/po/no.mo share/gallery2/modules/debug/po/no.po +share/gallery2/modules/debug/po/pl.mo share/gallery2/modules/debug/po/pl.po +share/gallery2/modules/debug/po/ro.mo share/gallery2/modules/debug/po/ro.po +share/gallery2/modules/debug/po/ru.mo share/gallery2/modules/debug/po/ru.po +share/gallery2/modules/debug/po/sk.mo share/gallery2/modules/debug/po/sk.po +share/gallery2/modules/debug/po/sr.mo share/gallery2/modules/debug/po/sr.po share/gallery2/modules/debug/po/strings.raw +share/gallery2/modules/debug/po/sv.mo share/gallery2/modules/debug/po/sv.po +share/gallery2/modules/debug/po/tr.mo share/gallery2/modules/debug/po/tr.po +share/gallery2/modules/debug/po/uk.mo share/gallery2/modules/debug/po/uk.po +share/gallery2/modules/debug/po/vi.mo share/gallery2/modules/debug/po/vi.po +share/gallery2/modules/debug/po/zh_CN.mo share/gallery2/modules/debug/po/zh_CN.po +share/gallery2/modules/debug/po/zh_TW.mo share/gallery2/modules/debug/po/zh_TW.po share/gallery2/modules/debug/templates/ShowTree.tpl share/gallery2/modules/debug/templates/ShowTreeEntity.tpl @@ -1450,68 +1556,78 @@ share/gallery2/modules/digibug/AdminDigibug.inc share/gallery2/modules/digibug/DigibugPrintPhotos.inc share/gallery2/modules/digibug/MANIFEST share/gallery2/modules/digibug/classes/DigibugCartPlugin.class -share/gallery2/modules/digibug/locale/af/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/ar/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/ca/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/cs/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/da/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/de/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/en_GB/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/es/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/eu/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/fi/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/fr/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/hu/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/is/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/it/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/ja/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/ko/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/lt/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/nl/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/no/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/pl/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/ro/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/ru/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/sk/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/sr/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/sv/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/tr/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/uk/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/vi/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/zh_CN/LC_MESSAGES/modules_digibug.mo -share/gallery2/modules/digibug/locale/zh_TW/LC_MESSAGES/modules_digibug.mo +share/gallery2/modules/digibug/digibug.css +share/gallery2/modules/digibug/images/body.png +share/gallery2/modules/digibug/images/bottom.png +share/gallery2/modules/digibug/images/bullet.png +share/gallery2/modules/digibug/images/logo.png +share/gallery2/modules/digibug/images/save.png +share/gallery2/modules/digibug/images/small.png +share/gallery2/modules/digibug/images/top.png share/gallery2/modules/digibug/module.inc share/gallery2/modules/digibug/po/GNUmakefile +share/gallery2/modules/digibug/po/af.mo share/gallery2/modules/digibug/po/af.po +share/gallery2/modules/digibug/po/ar.mo share/gallery2/modules/digibug/po/ar.po +share/gallery2/modules/digibug/po/ca.mo share/gallery2/modules/digibug/po/ca.po +share/gallery2/modules/digibug/po/cs.mo share/gallery2/modules/digibug/po/cs.po +share/gallery2/modules/digibug/po/da.mo share/gallery2/modules/digibug/po/da.po +share/gallery2/modules/digibug/po/de.mo share/gallery2/modules/digibug/po/de.po +share/gallery2/modules/digibug/po/el.mo +share/gallery2/modules/digibug/po/el.po +share/gallery2/modules/digibug/po/en_GB.mo share/gallery2/modules/digibug/po/en_GB.po +share/gallery2/modules/digibug/po/es.mo share/gallery2/modules/digibug/po/es.po +share/gallery2/modules/digibug/po/eu.mo share/gallery2/modules/digibug/po/eu.po +share/gallery2/modules/digibug/po/fi.mo share/gallery2/modules/digibug/po/fi.po +share/gallery2/modules/digibug/po/fr.mo share/gallery2/modules/digibug/po/fr.po +share/gallery2/modules/digibug/po/hu.mo share/gallery2/modules/digibug/po/hu.po +share/gallery2/modules/digibug/po/is.mo share/gallery2/modules/digibug/po/is.po +share/gallery2/modules/digibug/po/it.mo share/gallery2/modules/digibug/po/it.po +share/gallery2/modules/digibug/po/ja.mo share/gallery2/modules/digibug/po/ja.po +share/gallery2/modules/digibug/po/ko.mo share/gallery2/modules/digibug/po/ko.po +share/gallery2/modules/digibug/po/lt.mo share/gallery2/modules/digibug/po/lt.po +share/gallery2/modules/digibug/po/nl.mo share/gallery2/modules/digibug/po/nl.po +share/gallery2/modules/digibug/po/no.mo share/gallery2/modules/digibug/po/no.po +share/gallery2/modules/digibug/po/pl.mo share/gallery2/modules/digibug/po/pl.po +share/gallery2/modules/digibug/po/ro.mo share/gallery2/modules/digibug/po/ro.po +share/gallery2/modules/digibug/po/ru.mo share/gallery2/modules/digibug/po/ru.po +share/gallery2/modules/digibug/po/sk.mo share/gallery2/modules/digibug/po/sk.po +share/gallery2/modules/digibug/po/sr.mo share/gallery2/modules/digibug/po/sr.po share/gallery2/modules/digibug/po/strings.raw +share/gallery2/modules/digibug/po/sv.mo share/gallery2/modules/digibug/po/sv.po +share/gallery2/modules/digibug/po/tr.mo share/gallery2/modules/digibug/po/tr.po +share/gallery2/modules/digibug/po/uk.mo share/gallery2/modules/digibug/po/uk.po +share/gallery2/modules/digibug/po/vi.mo share/gallery2/modules/digibug/po/vi.po +share/gallery2/modules/digibug/po/zh_CN.mo share/gallery2/modules/digibug/po/zh_CN.po +share/gallery2/modules/digibug/po/zh_TW.mo share/gallery2/modules/digibug/po/zh_TW.po share/gallery2/modules/digibug/templates/AdminDigibug.tpl share/gallery2/modules/digibug/templates/DigibugPrintPhotos.tpl @@ -1520,86 +1636,86 @@ share/gallery2/modules/dynamicalbum/MANIFEST share/gallery2/modules/dynamicalbum/PopularAlbum.inc share/gallery2/modules/dynamicalbum/RandomAlbum.inc share/gallery2/modules/dynamicalbum/UpdatesAlbum.inc -share/gallery2/modules/dynamicalbum/locale/af/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/ar/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/bg/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/ca/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/cs/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/da/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/de/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/el/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/en_GB/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/es/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/es_AR/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/es_MX/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/et/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/eu/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/fi/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/fr/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/ga/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/he/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/hu/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/it/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/ja/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/ko/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/lt/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/nl/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/no/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/pl/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/pt/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/pt_BR/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/ro/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/ru/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/sk/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/sl/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/sr/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/sv/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/tr/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/uk/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/vi/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/zh_CN/LC_MESSAGES/modules_dynamicalbum.mo -share/gallery2/modules/dynamicalbum/locale/zh_TW/LC_MESSAGES/modules_dynamicalbum.mo share/gallery2/modules/dynamicalbum/module.inc share/gallery2/modules/dynamicalbum/po/GNUmakefile +share/gallery2/modules/dynamicalbum/po/af.mo share/gallery2/modules/dynamicalbum/po/af.po +share/gallery2/modules/dynamicalbum/po/ar.mo share/gallery2/modules/dynamicalbum/po/ar.po +share/gallery2/modules/dynamicalbum/po/bg.mo share/gallery2/modules/dynamicalbum/po/bg.po +share/gallery2/modules/dynamicalbum/po/ca.mo share/gallery2/modules/dynamicalbum/po/ca.po +share/gallery2/modules/dynamicalbum/po/cs.mo share/gallery2/modules/dynamicalbum/po/cs.po +share/gallery2/modules/dynamicalbum/po/da.mo share/gallery2/modules/dynamicalbum/po/da.po +share/gallery2/modules/dynamicalbum/po/de.mo share/gallery2/modules/dynamicalbum/po/de.po +share/gallery2/modules/dynamicalbum/po/el.mo share/gallery2/modules/dynamicalbum/po/el.po +share/gallery2/modules/dynamicalbum/po/en_GB.mo share/gallery2/modules/dynamicalbum/po/en_GB.po +share/gallery2/modules/dynamicalbum/po/es.mo share/gallery2/modules/dynamicalbum/po/es.po +share/gallery2/modules/dynamicalbum/po/es_AR.mo share/gallery2/modules/dynamicalbum/po/es_AR.po +share/gallery2/modules/dynamicalbum/po/es_MX.mo share/gallery2/modules/dynamicalbum/po/es_MX.po +share/gallery2/modules/dynamicalbum/po/et.mo share/gallery2/modules/dynamicalbum/po/et.po +share/gallery2/modules/dynamicalbum/po/eu.mo share/gallery2/modules/dynamicalbum/po/eu.po +share/gallery2/modules/dynamicalbum/po/fi.mo share/gallery2/modules/dynamicalbum/po/fi.po +share/gallery2/modules/dynamicalbum/po/fr.mo share/gallery2/modules/dynamicalbum/po/fr.po +share/gallery2/modules/dynamicalbum/po/ga.mo share/gallery2/modules/dynamicalbum/po/ga.po +share/gallery2/modules/dynamicalbum/po/he.mo share/gallery2/modules/dynamicalbum/po/he.po +share/gallery2/modules/dynamicalbum/po/hu.mo share/gallery2/modules/dynamicalbum/po/hu.po +share/gallery2/modules/dynamicalbum/po/it.mo share/gallery2/modules/dynamicalbum/po/it.po +share/gallery2/modules/dynamicalbum/po/ja.mo share/gallery2/modules/dynamicalbum/po/ja.po +share/gallery2/modules/dynamicalbum/po/ko.mo share/gallery2/modules/dynamicalbum/po/ko.po +share/gallery2/modules/dynamicalbum/po/lt.mo share/gallery2/modules/dynamicalbum/po/lt.po +share/gallery2/modules/dynamicalbum/po/nl.mo share/gallery2/modules/dynamicalbum/po/nl.po +share/gallery2/modules/dynamicalbum/po/no.mo share/gallery2/modules/dynamicalbum/po/no.po +share/gallery2/modules/dynamicalbum/po/pl.mo share/gallery2/modules/dynamicalbum/po/pl.po +share/gallery2/modules/dynamicalbum/po/pt.mo share/gallery2/modules/dynamicalbum/po/pt.po +share/gallery2/modules/dynamicalbum/po/pt_BR.mo share/gallery2/modules/dynamicalbum/po/pt_BR.po +share/gallery2/modules/dynamicalbum/po/ro.mo share/gallery2/modules/dynamicalbum/po/ro.po +share/gallery2/modules/dynamicalbum/po/ru.mo share/gallery2/modules/dynamicalbum/po/ru.po +share/gallery2/modules/dynamicalbum/po/sk.mo share/gallery2/modules/dynamicalbum/po/sk.po +share/gallery2/modules/dynamicalbum/po/sl.mo share/gallery2/modules/dynamicalbum/po/sl.po +share/gallery2/modules/dynamicalbum/po/sr.mo share/gallery2/modules/dynamicalbum/po/sr.po share/gallery2/modules/dynamicalbum/po/strings.raw +share/gallery2/modules/dynamicalbum/po/sv.mo share/gallery2/modules/dynamicalbum/po/sv.po +share/gallery2/modules/dynamicalbum/po/tr.mo share/gallery2/modules/dynamicalbum/po/tr.po +share/gallery2/modules/dynamicalbum/po/uk.mo share/gallery2/modules/dynamicalbum/po/uk.po +share/gallery2/modules/dynamicalbum/po/vi.mo share/gallery2/modules/dynamicalbum/po/vi.po +share/gallery2/modules/dynamicalbum/po/zh_CN.mo share/gallery2/modules/dynamicalbum/po/zh_CN.po +share/gallery2/modules/dynamicalbum/po/zh_TW.mo share/gallery2/modules/dynamicalbum/po/zh_TW.po share/gallery2/modules/dynamicalbum/templates/DynamicAlbumSiteAdmin.tpl share/gallery2/modules/ecard/AdminEcard.inc @@ -1608,68 +1724,72 @@ share/gallery2/modules/ecard/MANIFEST share/gallery2/modules/ecard/SendEcard.inc share/gallery2/modules/ecard/classes/EcardCaptchaAdminOption.class share/gallery2/modules/ecard/classes/EcardHelper.class -share/gallery2/modules/ecard/locale/af/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/ar/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/ca/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/cs/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/da/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/de/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/en_GB/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/es/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/et/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/eu/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/fi/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/fr/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/hu/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/it/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/ja/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/ko/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/lt/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/nl/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/no/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/pl/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/ro/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/ru/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/sk/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/sr/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/sv/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/tr/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/uk/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/vi/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/zh_CN/LC_MESSAGES/modules_ecard.mo -share/gallery2/modules/ecard/locale/zh_TW/LC_MESSAGES/modules_ecard.mo share/gallery2/modules/ecard/module.inc share/gallery2/modules/ecard/po/GNUmakefile +share/gallery2/modules/ecard/po/af.mo share/gallery2/modules/ecard/po/af.po +share/gallery2/modules/ecard/po/ar.mo share/gallery2/modules/ecard/po/ar.po +share/gallery2/modules/ecard/po/ca.mo share/gallery2/modules/ecard/po/ca.po +share/gallery2/modules/ecard/po/cs.mo share/gallery2/modules/ecard/po/cs.po +share/gallery2/modules/ecard/po/da.mo share/gallery2/modules/ecard/po/da.po +share/gallery2/modules/ecard/po/de.mo share/gallery2/modules/ecard/po/de.po +share/gallery2/modules/ecard/po/el.mo +share/gallery2/modules/ecard/po/el.po +share/gallery2/modules/ecard/po/en_GB.mo share/gallery2/modules/ecard/po/en_GB.po +share/gallery2/modules/ecard/po/es.mo share/gallery2/modules/ecard/po/es.po +share/gallery2/modules/ecard/po/et.mo share/gallery2/modules/ecard/po/et.po +share/gallery2/modules/ecard/po/eu.mo share/gallery2/modules/ecard/po/eu.po +share/gallery2/modules/ecard/po/fi.mo share/gallery2/modules/ecard/po/fi.po +share/gallery2/modules/ecard/po/fr.mo share/gallery2/modules/ecard/po/fr.po +share/gallery2/modules/ecard/po/hu.mo share/gallery2/modules/ecard/po/hu.po +share/gallery2/modules/ecard/po/it.mo share/gallery2/modules/ecard/po/it.po +share/gallery2/modules/ecard/po/ja.mo share/gallery2/modules/ecard/po/ja.po +share/gallery2/modules/ecard/po/ko.mo share/gallery2/modules/ecard/po/ko.po +share/gallery2/modules/ecard/po/lt.mo share/gallery2/modules/ecard/po/lt.po +share/gallery2/modules/ecard/po/nl.mo share/gallery2/modules/ecard/po/nl.po +share/gallery2/modules/ecard/po/no.mo share/gallery2/modules/ecard/po/no.po +share/gallery2/modules/ecard/po/pl.mo share/gallery2/modules/ecard/po/pl.po +share/gallery2/modules/ecard/po/pt_BR.mo +share/gallery2/modules/ecard/po/pt_BR.po +share/gallery2/modules/ecard/po/ro.mo share/gallery2/modules/ecard/po/ro.po +share/gallery2/modules/ecard/po/ru.mo share/gallery2/modules/ecard/po/ru.po +share/gallery2/modules/ecard/po/sk.mo share/gallery2/modules/ecard/po/sk.po +share/gallery2/modules/ecard/po/sr.mo share/gallery2/modules/ecard/po/sr.po share/gallery2/modules/ecard/po/strings.raw +share/gallery2/modules/ecard/po/sv.mo share/gallery2/modules/ecard/po/sv.po +share/gallery2/modules/ecard/po/tr.mo share/gallery2/modules/ecard/po/tr.po +share/gallery2/modules/ecard/po/uk.mo share/gallery2/modules/ecard/po/uk.po +share/gallery2/modules/ecard/po/vi.mo share/gallery2/modules/ecard/po/vi.po +share/gallery2/modules/ecard/po/zh_CN.mo share/gallery2/modules/ecard/po/zh_CN.po +share/gallery2/modules/ecard/po/zh_TW.mo share/gallery2/modules/ecard/po/zh_TW.po share/gallery2/modules/ecard/templates/AdminEcard.tpl share/gallery2/modules/ecard/templates/Confirmation.tpl @@ -1698,72 +1818,78 @@ share/gallery2/modules/exif/lib/exifer/makers/gps.inc share/gallery2/modules/exif/lib/exifer/makers/nikon.inc share/gallery2/modules/exif/lib/exifer/makers/olympus.inc share/gallery2/modules/exif/lib/exifer/makers/sanyo.inc -share/gallery2/modules/exif/locale/af/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/ar/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/ca/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/cs/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/da/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/de/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/en_GB/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/es/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/eu/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/fi/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/fr/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/ga/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/hu/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/is/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/it/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/ja/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/ko/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/lt/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/nl/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/no/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/pl/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/pt_BR/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/ro/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/ru/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/sk/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/sr/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/sv/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/tr/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/uk/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/vi/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/zh_CN/LC_MESSAGES/modules_exif.mo -share/gallery2/modules/exif/locale/zh_TW/LC_MESSAGES/modules_exif.mo share/gallery2/modules/exif/module.inc share/gallery2/modules/exif/po/GNUmakefile +share/gallery2/modules/exif/po/af.mo share/gallery2/modules/exif/po/af.po +share/gallery2/modules/exif/po/ar.mo share/gallery2/modules/exif/po/ar.po +share/gallery2/modules/exif/po/ca.mo share/gallery2/modules/exif/po/ca.po +share/gallery2/modules/exif/po/cs.mo share/gallery2/modules/exif/po/cs.po +share/gallery2/modules/exif/po/da.mo share/gallery2/modules/exif/po/da.po +share/gallery2/modules/exif/po/de.mo share/gallery2/modules/exif/po/de.po +share/gallery2/modules/exif/po/el.mo +share/gallery2/modules/exif/po/el.po +share/gallery2/modules/exif/po/en_GB.mo share/gallery2/modules/exif/po/en_GB.po +share/gallery2/modules/exif/po/es.mo share/gallery2/modules/exif/po/es.po +share/gallery2/modules/exif/po/eu.mo share/gallery2/modules/exif/po/eu.po +share/gallery2/modules/exif/po/fa.mo +share/gallery2/modules/exif/po/fa.po +share/gallery2/modules/exif/po/fi.mo share/gallery2/modules/exif/po/fi.po +share/gallery2/modules/exif/po/fr.mo share/gallery2/modules/exif/po/fr.po +share/gallery2/modules/exif/po/ga.mo share/gallery2/modules/exif/po/ga.po +share/gallery2/modules/exif/po/hu.mo share/gallery2/modules/exif/po/hu.po +share/gallery2/modules/exif/po/is.mo share/gallery2/modules/exif/po/is.po +share/gallery2/modules/exif/po/it.mo share/gallery2/modules/exif/po/it.po +share/gallery2/modules/exif/po/ja.mo share/gallery2/modules/exif/po/ja.po +share/gallery2/modules/exif/po/ko.mo share/gallery2/modules/exif/po/ko.po +share/gallery2/modules/exif/po/lt.mo share/gallery2/modules/exif/po/lt.po +share/gallery2/modules/exif/po/nl.mo share/gallery2/modules/exif/po/nl.po +share/gallery2/modules/exif/po/no.mo share/gallery2/modules/exif/po/no.po +share/gallery2/modules/exif/po/pl.mo share/gallery2/modules/exif/po/pl.po +share/gallery2/modules/exif/po/pt_BR.mo share/gallery2/modules/exif/po/pt_BR.po +share/gallery2/modules/exif/po/ro.mo share/gallery2/modules/exif/po/ro.po +share/gallery2/modules/exif/po/ru.mo share/gallery2/modules/exif/po/ru.po +share/gallery2/modules/exif/po/sk.mo share/gallery2/modules/exif/po/sk.po +share/gallery2/modules/exif/po/sl.mo +share/gallery2/modules/exif/po/sl.po +share/gallery2/modules/exif/po/sr.mo share/gallery2/modules/exif/po/sr.po share/gallery2/modules/exif/po/strings.raw +share/gallery2/modules/exif/po/sv.mo share/gallery2/modules/exif/po/sv.po +share/gallery2/modules/exif/po/tr.mo share/gallery2/modules/exif/po/tr.po +share/gallery2/modules/exif/po/uk.mo share/gallery2/modules/exif/po/uk.po +share/gallery2/modules/exif/po/vi.mo share/gallery2/modules/exif/po/vi.po +share/gallery2/modules/exif/po/zh_CN.mo share/gallery2/modules/exif/po/zh_CN.po +share/gallery2/modules/exif/po/zh_TW.mo share/gallery2/modules/exif/po/zh_TW.po share/gallery2/modules/exif/templates/AdminExif.tpl share/gallery2/modules/exif/templates/blocks/ExifInfo.tpl @@ -1775,72 +1901,74 @@ share/gallery2/modules/ffmpeg/classes/FfmpegToolkit.class share/gallery2/modules/ffmpeg/classes/FfmpegToolkitHelper.class share/gallery2/modules/ffmpeg/images/filmreel.png share/gallery2/modules/ffmpeg/images/sample.jpg -share/gallery2/modules/ffmpeg/locale/af/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/ar/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/ca/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/cs/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/da/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/de/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/en_GB/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/es/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/eu/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/fi/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/fr/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/ga/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/hu/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/is/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/it/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/ja/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/ko/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/lt/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/nl/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/no/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/pl/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/pt/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/ro/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/ru/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/sk/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/sr/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/sv/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/tr/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/uk/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/vi/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/zh_CN/LC_MESSAGES/modules_ffmpeg.mo -share/gallery2/modules/ffmpeg/locale/zh_TW/LC_MESSAGES/modules_ffmpeg.mo share/gallery2/modules/ffmpeg/module.inc share/gallery2/modules/ffmpeg/po/GNUmakefile +share/gallery2/modules/ffmpeg/po/af.mo share/gallery2/modules/ffmpeg/po/af.po +share/gallery2/modules/ffmpeg/po/ar.mo share/gallery2/modules/ffmpeg/po/ar.po +share/gallery2/modules/ffmpeg/po/ca.mo share/gallery2/modules/ffmpeg/po/ca.po +share/gallery2/modules/ffmpeg/po/cs.mo share/gallery2/modules/ffmpeg/po/cs.po +share/gallery2/modules/ffmpeg/po/da.mo share/gallery2/modules/ffmpeg/po/da.po +share/gallery2/modules/ffmpeg/po/de.mo share/gallery2/modules/ffmpeg/po/de.po +share/gallery2/modules/ffmpeg/po/el.mo +share/gallery2/modules/ffmpeg/po/el.po +share/gallery2/modules/ffmpeg/po/en_GB.mo share/gallery2/modules/ffmpeg/po/en_GB.po +share/gallery2/modules/ffmpeg/po/es.mo share/gallery2/modules/ffmpeg/po/es.po +share/gallery2/modules/ffmpeg/po/eu.mo share/gallery2/modules/ffmpeg/po/eu.po +share/gallery2/modules/ffmpeg/po/fi.mo share/gallery2/modules/ffmpeg/po/fi.po +share/gallery2/modules/ffmpeg/po/fr.mo share/gallery2/modules/ffmpeg/po/fr.po +share/gallery2/modules/ffmpeg/po/ga.mo share/gallery2/modules/ffmpeg/po/ga.po +share/gallery2/modules/ffmpeg/po/hu.mo share/gallery2/modules/ffmpeg/po/hu.po +share/gallery2/modules/ffmpeg/po/is.mo share/gallery2/modules/ffmpeg/po/is.po +share/gallery2/modules/ffmpeg/po/it.mo share/gallery2/modules/ffmpeg/po/it.po +share/gallery2/modules/ffmpeg/po/ja.mo share/gallery2/modules/ffmpeg/po/ja.po +share/gallery2/modules/ffmpeg/po/ko.mo share/gallery2/modules/ffmpeg/po/ko.po +share/gallery2/modules/ffmpeg/po/lt.mo share/gallery2/modules/ffmpeg/po/lt.po +share/gallery2/modules/ffmpeg/po/nl.mo share/gallery2/modules/ffmpeg/po/nl.po +share/gallery2/modules/ffmpeg/po/no.mo share/gallery2/modules/ffmpeg/po/no.po +share/gallery2/modules/ffmpeg/po/pl.mo share/gallery2/modules/ffmpeg/po/pl.po +share/gallery2/modules/ffmpeg/po/pt.mo share/gallery2/modules/ffmpeg/po/pt.po +share/gallery2/modules/ffmpeg/po/ro.mo share/gallery2/modules/ffmpeg/po/ro.po +share/gallery2/modules/ffmpeg/po/ru.mo share/gallery2/modules/ffmpeg/po/ru.po +share/gallery2/modules/ffmpeg/po/sk.mo share/gallery2/modules/ffmpeg/po/sk.po +share/gallery2/modules/ffmpeg/po/sr.mo share/gallery2/modules/ffmpeg/po/sr.po share/gallery2/modules/ffmpeg/po/strings.raw +share/gallery2/modules/ffmpeg/po/sv.mo share/gallery2/modules/ffmpeg/po/sv.po +share/gallery2/modules/ffmpeg/po/tr.mo share/gallery2/modules/ffmpeg/po/tr.po +share/gallery2/modules/ffmpeg/po/uk.mo share/gallery2/modules/ffmpeg/po/uk.po +share/gallery2/modules/ffmpeg/po/vi.mo share/gallery2/modules/ffmpeg/po/vi.po +share/gallery2/modules/ffmpeg/po/zh_CN.mo share/gallery2/modules/ffmpeg/po/zh_CN.po +share/gallery2/modules/ffmpeg/po/zh_TW.mo share/gallery2/modules/ffmpeg/po/zh_TW.po share/gallery2/modules/ffmpeg/templates/AdminFfmpeg.tpl share/gallery2/modules/flashvideo/FlashVideoOption.inc @@ -1848,118 +1976,128 @@ share/gallery2/modules/flashvideo/MANIFEST share/gallery2/modules/flashvideo/classes/FlashVideoRenderer.class share/gallery2/modules/flashvideo/lib/G2flv.swf share/gallery2/modules/flashvideo/lib/LICENSE -share/gallery2/modules/flashvideo/locale/ca/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/cs/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/da/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/de/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/en_GB/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/es/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/eu/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/fi/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/fr/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/hu/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/it/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/ja/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/lv/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/no/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/pl/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/ro/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/sk/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/sv/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/tr/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/uk/LC_MESSAGES/modules_flashvideo.mo -share/gallery2/modules/flashvideo/locale/zh_TW/LC_MESSAGES/modules_flashvideo.mo +share/gallery2/modules/flashvideo/lib/expressinstall.swf +share/gallery2/modules/flashvideo/lib/swfobject.js share/gallery2/modules/flashvideo/module.inc share/gallery2/modules/flashvideo/po/GNUmakefile +share/gallery2/modules/flashvideo/po/ca.mo share/gallery2/modules/flashvideo/po/ca.po +share/gallery2/modules/flashvideo/po/cs.mo share/gallery2/modules/flashvideo/po/cs.po +share/gallery2/modules/flashvideo/po/da.mo share/gallery2/modules/flashvideo/po/da.po +share/gallery2/modules/flashvideo/po/de.mo share/gallery2/modules/flashvideo/po/de.po +share/gallery2/modules/flashvideo/po/el.mo +share/gallery2/modules/flashvideo/po/el.po +share/gallery2/modules/flashvideo/po/en_GB.mo share/gallery2/modules/flashvideo/po/en_GB.po +share/gallery2/modules/flashvideo/po/es.mo share/gallery2/modules/flashvideo/po/es.po +share/gallery2/modules/flashvideo/po/eu.mo share/gallery2/modules/flashvideo/po/eu.po +share/gallery2/modules/flashvideo/po/fi.mo share/gallery2/modules/flashvideo/po/fi.po +share/gallery2/modules/flashvideo/po/fr.mo share/gallery2/modules/flashvideo/po/fr.po +share/gallery2/modules/flashvideo/po/hu.mo share/gallery2/modules/flashvideo/po/hu.po +share/gallery2/modules/flashvideo/po/it.mo share/gallery2/modules/flashvideo/po/it.po +share/gallery2/modules/flashvideo/po/ja.mo share/gallery2/modules/flashvideo/po/ja.po +share/gallery2/modules/flashvideo/po/lv.mo share/gallery2/modules/flashvideo/po/lv.po +share/gallery2/modules/flashvideo/po/no.mo share/gallery2/modules/flashvideo/po/no.po +share/gallery2/modules/flashvideo/po/pl.mo share/gallery2/modules/flashvideo/po/pl.po +share/gallery2/modules/flashvideo/po/ro.mo share/gallery2/modules/flashvideo/po/ro.po +share/gallery2/modules/flashvideo/po/ru.mo +share/gallery2/modules/flashvideo/po/ru.po +share/gallery2/modules/flashvideo/po/sk.mo share/gallery2/modules/flashvideo/po/sk.po +share/gallery2/modules/flashvideo/po/sr.mo +share/gallery2/modules/flashvideo/po/sr.po share/gallery2/modules/flashvideo/po/strings.raw +share/gallery2/modules/flashvideo/po/sv.mo share/gallery2/modules/flashvideo/po/sv.po +share/gallery2/modules/flashvideo/po/tr.mo share/gallery2/modules/flashvideo/po/tr.po +share/gallery2/modules/flashvideo/po/uk.mo share/gallery2/modules/flashvideo/po/uk.po +share/gallery2/modules/flashvideo/po/zh_TW.mo share/gallery2/modules/flashvideo/po/zh_TW.po share/gallery2/modules/fotokasten/FotokastenSiteAdmin.inc share/gallery2/modules/fotokasten/MANIFEST share/gallery2/modules/fotokasten/PrintPhotos.inc share/gallery2/modules/fotokasten/classes/FotokastenCartPlugin.class share/gallery2/modules/fotokasten/lib/nusoap.inc -share/gallery2/modules/fotokasten/locale/af/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/ar/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/ca/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/cs/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/da/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/de/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/en_GB/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/es/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/eu/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/fi/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/fr/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/hu/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/is/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/it/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/ja/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/ko/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/lt/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/nl/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/no/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/pl/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/ro/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/ru/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/sk/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/sr/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/sv/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/tr/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/uk/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/vi/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/zh_CN/LC_MESSAGES/modules_fotokasten.mo -share/gallery2/modules/fotokasten/locale/zh_TW/LC_MESSAGES/modules_fotokasten.mo share/gallery2/modules/fotokasten/module.inc share/gallery2/modules/fotokasten/po/GNUmakefile +share/gallery2/modules/fotokasten/po/af.mo share/gallery2/modules/fotokasten/po/af.po +share/gallery2/modules/fotokasten/po/ar.mo share/gallery2/modules/fotokasten/po/ar.po +share/gallery2/modules/fotokasten/po/ca.mo share/gallery2/modules/fotokasten/po/ca.po +share/gallery2/modules/fotokasten/po/cs.mo share/gallery2/modules/fotokasten/po/cs.po +share/gallery2/modules/fotokasten/po/da.mo share/gallery2/modules/fotokasten/po/da.po +share/gallery2/modules/fotokasten/po/de.mo share/gallery2/modules/fotokasten/po/de.po +share/gallery2/modules/fotokasten/po/el.mo +share/gallery2/modules/fotokasten/po/el.po +share/gallery2/modules/fotokasten/po/en_GB.mo share/gallery2/modules/fotokasten/po/en_GB.po +share/gallery2/modules/fotokasten/po/es.mo share/gallery2/modules/fotokasten/po/es.po +share/gallery2/modules/fotokasten/po/eu.mo share/gallery2/modules/fotokasten/po/eu.po +share/gallery2/modules/fotokasten/po/fi.mo share/gallery2/modules/fotokasten/po/fi.po +share/gallery2/modules/fotokasten/po/fr.mo share/gallery2/modules/fotokasten/po/fr.po +share/gallery2/modules/fotokasten/po/hu.mo share/gallery2/modules/fotokasten/po/hu.po +share/gallery2/modules/fotokasten/po/is.mo share/gallery2/modules/fotokasten/po/is.po +share/gallery2/modules/fotokasten/po/it.mo share/gallery2/modules/fotokasten/po/it.po +share/gallery2/modules/fotokasten/po/ja.mo share/gallery2/modules/fotokasten/po/ja.po +share/gallery2/modules/fotokasten/po/ko.mo share/gallery2/modules/fotokasten/po/ko.po +share/gallery2/modules/fotokasten/po/lt.mo share/gallery2/modules/fotokasten/po/lt.po +share/gallery2/modules/fotokasten/po/nl.mo share/gallery2/modules/fotokasten/po/nl.po +share/gallery2/modules/fotokasten/po/no.mo share/gallery2/modules/fotokasten/po/no.po +share/gallery2/modules/fotokasten/po/pl.mo share/gallery2/modules/fotokasten/po/pl.po +share/gallery2/modules/fotokasten/po/ro.mo share/gallery2/modules/fotokasten/po/ro.po +share/gallery2/modules/fotokasten/po/ru.mo share/gallery2/modules/fotokasten/po/ru.po +share/gallery2/modules/fotokasten/po/sk.mo share/gallery2/modules/fotokasten/po/sk.po +share/gallery2/modules/fotokasten/po/sr.mo share/gallery2/modules/fotokasten/po/sr.po share/gallery2/modules/fotokasten/po/strings.raw +share/gallery2/modules/fotokasten/po/sv.mo share/gallery2/modules/fotokasten/po/sv.po +share/gallery2/modules/fotokasten/po/tr.mo share/gallery2/modules/fotokasten/po/tr.po +share/gallery2/modules/fotokasten/po/uk.mo share/gallery2/modules/fotokasten/po/uk.po +share/gallery2/modules/fotokasten/po/vi.mo share/gallery2/modules/fotokasten/po/vi.po +share/gallery2/modules/fotokasten/po/zh_CN.mo share/gallery2/modules/fotokasten/po/zh_CN.po +share/gallery2/modules/fotokasten/po/zh_TW.mo share/gallery2/modules/fotokasten/po/zh_TW.po share/gallery2/modules/fotokasten/templates/FotokastenSiteAdmin.tpl share/gallery2/modules/gd/AdminGd.inc @@ -1967,74 +2105,80 @@ share/gallery2/modules/gd/MANIFEST share/gallery2/modules/gd/classes/GdFunctionality.class share/gallery2/modules/gd/classes/GdToolkit.class share/gallery2/modules/gd/classes/GdToolkitHelper.class -share/gallery2/modules/gd/locale/af/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/ar/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/ca/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/cs/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/da/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/de/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/en_GB/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/es/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/et/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/eu/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/fi/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/fr/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/hu/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/is/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/it/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/ja/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/ko/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/lt/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/lv/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/nl/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/no/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/pl/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/pt_BR/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/ro/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/ru/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/sk/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/sr/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/sv/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/tr/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/uk/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/vi/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/zh_CN/LC_MESSAGES/modules_gd.mo -share/gallery2/modules/gd/locale/zh_TW/LC_MESSAGES/modules_gd.mo share/gallery2/modules/gd/module.inc share/gallery2/modules/gd/po/GNUmakefile +share/gallery2/modules/gd/po/af.mo share/gallery2/modules/gd/po/af.po +share/gallery2/modules/gd/po/ar.mo share/gallery2/modules/gd/po/ar.po +share/gallery2/modules/gd/po/ca.mo share/gallery2/modules/gd/po/ca.po +share/gallery2/modules/gd/po/cs.mo share/gallery2/modules/gd/po/cs.po +share/gallery2/modules/gd/po/da.mo share/gallery2/modules/gd/po/da.po +share/gallery2/modules/gd/po/de.mo share/gallery2/modules/gd/po/de.po +share/gallery2/modules/gd/po/el.mo +share/gallery2/modules/gd/po/el.po +share/gallery2/modules/gd/po/en_GB.mo share/gallery2/modules/gd/po/en_GB.po +share/gallery2/modules/gd/po/es.mo share/gallery2/modules/gd/po/es.po +share/gallery2/modules/gd/po/et.mo share/gallery2/modules/gd/po/et.po +share/gallery2/modules/gd/po/eu.mo share/gallery2/modules/gd/po/eu.po +share/gallery2/modules/gd/po/fa.mo +share/gallery2/modules/gd/po/fa.po +share/gallery2/modules/gd/po/fi.mo share/gallery2/modules/gd/po/fi.po +share/gallery2/modules/gd/po/fr.mo share/gallery2/modules/gd/po/fr.po +share/gallery2/modules/gd/po/hu.mo share/gallery2/modules/gd/po/hu.po +share/gallery2/modules/gd/po/is.mo share/gallery2/modules/gd/po/is.po +share/gallery2/modules/gd/po/it.mo share/gallery2/modules/gd/po/it.po +share/gallery2/modules/gd/po/ja.mo share/gallery2/modules/gd/po/ja.po +share/gallery2/modules/gd/po/ko.mo share/gallery2/modules/gd/po/ko.po +share/gallery2/modules/gd/po/lt.mo share/gallery2/modules/gd/po/lt.po +share/gallery2/modules/gd/po/lv.mo share/gallery2/modules/gd/po/lv.po +share/gallery2/modules/gd/po/nl.mo share/gallery2/modules/gd/po/nl.po +share/gallery2/modules/gd/po/no.mo share/gallery2/modules/gd/po/no.po +share/gallery2/modules/gd/po/pl.mo share/gallery2/modules/gd/po/pl.po +share/gallery2/modules/gd/po/pt_BR.mo share/gallery2/modules/gd/po/pt_BR.po +share/gallery2/modules/gd/po/ro.mo share/gallery2/modules/gd/po/ro.po +share/gallery2/modules/gd/po/ru.mo share/gallery2/modules/gd/po/ru.po +share/gallery2/modules/gd/po/sk.mo share/gallery2/modules/gd/po/sk.po +share/gallery2/modules/gd/po/sl.mo +share/gallery2/modules/gd/po/sl.po +share/gallery2/modules/gd/po/sr.mo share/gallery2/modules/gd/po/sr.po share/gallery2/modules/gd/po/strings.raw +share/gallery2/modules/gd/po/sv.mo share/gallery2/modules/gd/po/sv.po +share/gallery2/modules/gd/po/tr.mo share/gallery2/modules/gd/po/tr.po +share/gallery2/modules/gd/po/uk.mo share/gallery2/modules/gd/po/uk.po +share/gallery2/modules/gd/po/vi.mo share/gallery2/modules/gd/po/vi.po +share/gallery2/modules/gd/po/zh_CN.mo share/gallery2/modules/gd/po/zh_CN.po +share/gallery2/modules/gd/po/zh_TW.mo share/gallery2/modules/gd/po/zh_TW.po share/gallery2/modules/gd/templates/AdminGd.tpl share/gallery2/modules/getid3/AdminGetid3.inc @@ -2067,66 +2211,68 @@ share/gallery2/modules/getid3/lib/getid3/module.tag.apetag.inc share/gallery2/modules/getid3/lib/getid3/module.tag.id3v1.inc share/gallery2/modules/getid3/lib/getid3/module.tag.id3v2.inc share/gallery2/modules/getid3/lib/getid3/module.tag.lyrics3.inc -share/gallery2/modules/getid3/locale/af/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/ar/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/ca/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/cs/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/da/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/de/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/en_GB/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/es/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/eu/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/fi/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/fr/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/hu/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/it/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/ja/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/ko/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/lt/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/nl/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/no/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/pl/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/ro/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/ru/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/sk/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/sr/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/sv/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/tr/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/uk/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/vi/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/zh_CN/LC_MESSAGES/modules_getid3.mo -share/gallery2/modules/getid3/locale/zh_TW/LC_MESSAGES/modules_getid3.mo share/gallery2/modules/getid3/module.inc share/gallery2/modules/getid3/po/GNUmakefile +share/gallery2/modules/getid3/po/af.mo share/gallery2/modules/getid3/po/af.po +share/gallery2/modules/getid3/po/ar.mo share/gallery2/modules/getid3/po/ar.po +share/gallery2/modules/getid3/po/ca.mo share/gallery2/modules/getid3/po/ca.po +share/gallery2/modules/getid3/po/cs.mo share/gallery2/modules/getid3/po/cs.po +share/gallery2/modules/getid3/po/da.mo share/gallery2/modules/getid3/po/da.po +share/gallery2/modules/getid3/po/de.mo share/gallery2/modules/getid3/po/de.po +share/gallery2/modules/getid3/po/el.mo +share/gallery2/modules/getid3/po/el.po +share/gallery2/modules/getid3/po/en_GB.mo share/gallery2/modules/getid3/po/en_GB.po +share/gallery2/modules/getid3/po/es.mo share/gallery2/modules/getid3/po/es.po +share/gallery2/modules/getid3/po/eu.mo share/gallery2/modules/getid3/po/eu.po +share/gallery2/modules/getid3/po/fi.mo share/gallery2/modules/getid3/po/fi.po +share/gallery2/modules/getid3/po/fr.mo share/gallery2/modules/getid3/po/fr.po +share/gallery2/modules/getid3/po/hu.mo share/gallery2/modules/getid3/po/hu.po +share/gallery2/modules/getid3/po/it.mo share/gallery2/modules/getid3/po/it.po +share/gallery2/modules/getid3/po/ja.mo share/gallery2/modules/getid3/po/ja.po +share/gallery2/modules/getid3/po/ko.mo share/gallery2/modules/getid3/po/ko.po +share/gallery2/modules/getid3/po/lt.mo share/gallery2/modules/getid3/po/lt.po +share/gallery2/modules/getid3/po/nl.mo share/gallery2/modules/getid3/po/nl.po +share/gallery2/modules/getid3/po/no.mo share/gallery2/modules/getid3/po/no.po +share/gallery2/modules/getid3/po/pl.mo share/gallery2/modules/getid3/po/pl.po +share/gallery2/modules/getid3/po/ro.mo share/gallery2/modules/getid3/po/ro.po +share/gallery2/modules/getid3/po/ru.mo share/gallery2/modules/getid3/po/ru.po +share/gallery2/modules/getid3/po/sk.mo share/gallery2/modules/getid3/po/sk.po +share/gallery2/modules/getid3/po/sr.mo share/gallery2/modules/getid3/po/sr.po share/gallery2/modules/getid3/po/strings.raw +share/gallery2/modules/getid3/po/sv.mo share/gallery2/modules/getid3/po/sv.po +share/gallery2/modules/getid3/po/tr.mo share/gallery2/modules/getid3/po/tr.po +share/gallery2/modules/getid3/po/uk.mo share/gallery2/modules/getid3/po/uk.po +share/gallery2/modules/getid3/po/vi.mo share/gallery2/modules/getid3/po/vi.po +share/gallery2/modules/getid3/po/zh_CN.mo share/gallery2/modules/getid3/po/zh_CN.po +share/gallery2/modules/getid3/po/zh_TW.mo share/gallery2/modules/getid3/po/zh_TW.po share/gallery2/modules/getid3/templates/AdminGetid3.tpl share/gallery2/modules/getid3/templates/CantActivate.tpl @@ -2134,60 +2280,69 @@ share/gallery2/modules/getid3/templates/blocks/Getid3Info.tpl share/gallery2/modules/getid3/templates/blocks/blocks.inc share/gallery2/modules/hidden/HiddenItemOption.inc share/gallery2/modules/hidden/MANIFEST +share/gallery2/modules/hidden/classes/GNUmakefile +share/gallery2/modules/hidden/classes/GalleryStorage/GNUmakefile +share/gallery2/modules/hidden/classes/GalleryStorage/schema.tpl share/gallery2/modules/hidden/classes/HiddenHelper.class share/gallery2/modules/hidden/classes/HiddenInterface_1_0.class -share/gallery2/modules/hidden/locale/ca/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/cs/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/da/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/de/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/en_GB/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/es/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/eu/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/fi/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/fr/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/hu/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/it/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/ja/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/ko/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/lv/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/nl/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/no/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/pl/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/ro/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/ru/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/sk/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/sv/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/tr/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/uk/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/zh_CN/LC_MESSAGES/modules_hidden.mo -share/gallery2/modules/hidden/locale/zh_TW/LC_MESSAGES/modules_hidden.mo +share/gallery2/modules/hidden/classes/Maps.inc +share/gallery2/modules/hidden/classes/Maps.xml share/gallery2/modules/hidden/module.inc share/gallery2/modules/hidden/po/GNUmakefile +share/gallery2/modules/hidden/po/ca.mo share/gallery2/modules/hidden/po/ca.po +share/gallery2/modules/hidden/po/cs.mo share/gallery2/modules/hidden/po/cs.po +share/gallery2/modules/hidden/po/da.mo share/gallery2/modules/hidden/po/da.po +share/gallery2/modules/hidden/po/de.mo share/gallery2/modules/hidden/po/de.po +share/gallery2/modules/hidden/po/el.mo +share/gallery2/modules/hidden/po/el.po +share/gallery2/modules/hidden/po/en_GB.mo share/gallery2/modules/hidden/po/en_GB.po +share/gallery2/modules/hidden/po/es.mo share/gallery2/modules/hidden/po/es.po +share/gallery2/modules/hidden/po/eu.mo share/gallery2/modules/hidden/po/eu.po +share/gallery2/modules/hidden/po/fi.mo share/gallery2/modules/hidden/po/fi.po +share/gallery2/modules/hidden/po/fr.mo share/gallery2/modules/hidden/po/fr.po +share/gallery2/modules/hidden/po/hu.mo share/gallery2/modules/hidden/po/hu.po +share/gallery2/modules/hidden/po/it.mo share/gallery2/modules/hidden/po/it.po +share/gallery2/modules/hidden/po/ja.mo share/gallery2/modules/hidden/po/ja.po +share/gallery2/modules/hidden/po/ko.mo share/gallery2/modules/hidden/po/ko.po +share/gallery2/modules/hidden/po/lv.mo share/gallery2/modules/hidden/po/lv.po +share/gallery2/modules/hidden/po/nl.mo share/gallery2/modules/hidden/po/nl.po +share/gallery2/modules/hidden/po/no.mo share/gallery2/modules/hidden/po/no.po +share/gallery2/modules/hidden/po/pl.mo share/gallery2/modules/hidden/po/pl.po +share/gallery2/modules/hidden/po/ro.mo share/gallery2/modules/hidden/po/ro.po +share/gallery2/modules/hidden/po/ru.mo share/gallery2/modules/hidden/po/ru.po +share/gallery2/modules/hidden/po/sk.mo share/gallery2/modules/hidden/po/sk.po +share/gallery2/modules/hidden/po/sr.mo +share/gallery2/modules/hidden/po/sr.po share/gallery2/modules/hidden/po/strings.raw +share/gallery2/modules/hidden/po/sv.mo share/gallery2/modules/hidden/po/sv.po +share/gallery2/modules/hidden/po/tr.mo share/gallery2/modules/hidden/po/tr.po +share/gallery2/modules/hidden/po/uk.mo share/gallery2/modules/hidden/po/uk.po +share/gallery2/modules/hidden/po/zh_CN.mo share/gallery2/modules/hidden/po/zh_CN.po +share/gallery2/modules/hidden/po/zh_TW.mo share/gallery2/modules/hidden/po/zh_TW.po share/gallery2/modules/hidden/templates/HiddenItemOption.tpl share/gallery2/modules/httpauth/FinishLogout.inc @@ -2199,64 +2354,66 @@ share/gallery2/modules/httpauth/classes/HttpAuthHelper.class share/gallery2/modules/httpauth/classes/HttpAuthInterface_1_0.class share/gallery2/modules/httpauth/classes/HttpAuthPlugin.class share/gallery2/modules/httpauth/classes/ServerAuthPlugin.class -share/gallery2/modules/httpauth/locale/af/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/ar/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/ca/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/cs/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/da/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/de/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/en_GB/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/es/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/eu/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/fi/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/fr/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/hu/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/it/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/ja/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/ko/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/lt/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/no/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/pl/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/ro/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/ru/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/sk/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/sr/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/sv/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/tr/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/uk/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/vi/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/zh_CN/LC_MESSAGES/modules_httpauth.mo -share/gallery2/modules/httpauth/locale/zh_TW/LC_MESSAGES/modules_httpauth.mo share/gallery2/modules/httpauth/module.inc share/gallery2/modules/httpauth/po/GNUmakefile +share/gallery2/modules/httpauth/po/af.mo share/gallery2/modules/httpauth/po/af.po +share/gallery2/modules/httpauth/po/ar.mo share/gallery2/modules/httpauth/po/ar.po +share/gallery2/modules/httpauth/po/ca.mo share/gallery2/modules/httpauth/po/ca.po +share/gallery2/modules/httpauth/po/cs.mo share/gallery2/modules/httpauth/po/cs.po +share/gallery2/modules/httpauth/po/da.mo share/gallery2/modules/httpauth/po/da.po +share/gallery2/modules/httpauth/po/de.mo share/gallery2/modules/httpauth/po/de.po +share/gallery2/modules/httpauth/po/el.mo +share/gallery2/modules/httpauth/po/el.po +share/gallery2/modules/httpauth/po/en_GB.mo share/gallery2/modules/httpauth/po/en_GB.po +share/gallery2/modules/httpauth/po/es.mo share/gallery2/modules/httpauth/po/es.po +share/gallery2/modules/httpauth/po/eu.mo share/gallery2/modules/httpauth/po/eu.po +share/gallery2/modules/httpauth/po/fi.mo share/gallery2/modules/httpauth/po/fi.po +share/gallery2/modules/httpauth/po/fr.mo share/gallery2/modules/httpauth/po/fr.po +share/gallery2/modules/httpauth/po/hu.mo share/gallery2/modules/httpauth/po/hu.po +share/gallery2/modules/httpauth/po/it.mo share/gallery2/modules/httpauth/po/it.po +share/gallery2/modules/httpauth/po/ja.mo share/gallery2/modules/httpauth/po/ja.po +share/gallery2/modules/httpauth/po/ko.mo share/gallery2/modules/httpauth/po/ko.po +share/gallery2/modules/httpauth/po/lt.mo share/gallery2/modules/httpauth/po/lt.po +share/gallery2/modules/httpauth/po/no.mo share/gallery2/modules/httpauth/po/no.po +share/gallery2/modules/httpauth/po/pl.mo share/gallery2/modules/httpauth/po/pl.po +share/gallery2/modules/httpauth/po/ro.mo share/gallery2/modules/httpauth/po/ro.po +share/gallery2/modules/httpauth/po/ru.mo share/gallery2/modules/httpauth/po/ru.po +share/gallery2/modules/httpauth/po/sk.mo share/gallery2/modules/httpauth/po/sk.po +share/gallery2/modules/httpauth/po/sr.mo share/gallery2/modules/httpauth/po/sr.po share/gallery2/modules/httpauth/po/strings.raw +share/gallery2/modules/httpauth/po/sv.mo share/gallery2/modules/httpauth/po/sv.po +share/gallery2/modules/httpauth/po/tr.mo share/gallery2/modules/httpauth/po/tr.po +share/gallery2/modules/httpauth/po/uk.mo share/gallery2/modules/httpauth/po/uk.po +share/gallery2/modules/httpauth/po/vi.mo share/gallery2/modules/httpauth/po/vi.po +share/gallery2/modules/httpauth/po/zh_CN.mo share/gallery2/modules/httpauth/po/zh_CN.po +share/gallery2/modules/httpauth/po/zh_TW.mo share/gallery2/modules/httpauth/po/zh_TW.po share/gallery2/modules/httpauth/templates/FinishLogout.tpl share/gallery2/modules/httpauth/templates/HttpAuthSiteAdmin.tpl @@ -2311,6 +2468,7 @@ share/gallery2/modules/icons/iconpacks/KSIcons/mime_types.gif share/gallery2/modules/icons/iconpacks/KSIcons/modules.gif share/gallery2/modules/icons/iconpacks/KSIcons/move_photo.gif share/gallery2/modules/icons/iconpacks/KSIcons/new_items.gif +share/gallery2/modules/icons/iconpacks/KSIcons/openid-16x16.gif share/gallery2/modules/icons/iconpacks/KSIcons/panorama.gif share/gallery2/modules/icons/iconpacks/KSIcons/pbm.gif share/gallery2/modules/icons/iconpacks/KSIcons/picasa.gif @@ -2323,6 +2481,7 @@ share/gallery2/modules/icons/iconpacks/KSIcons/remote.gif share/gallery2/modules/icons/iconpacks/KSIcons/reorder_items.gif share/gallery2/modules/icons/iconpacks/KSIcons/rss_feed.gif share/gallery2/modules/icons/iconpacks/KSIcons/site_maintenance.gif +share/gallery2/modules/icons/iconpacks/KSIcons/snapgalaxy.gif share/gallery2/modules/icons/iconpacks/KSIcons/thumbnails.gif share/gallery2/modules/icons/iconpacks/KSIcons/toolkit_priority.gif share/gallery2/modules/icons/iconpacks/KSIcons/uploadapplet.gif @@ -2400,6 +2559,7 @@ share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/modules.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/move_photo.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/multilang.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/new_items.gif +share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/openid-16x16.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/panorama.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/pbm.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/permalinks.gif @@ -2415,6 +2575,7 @@ share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/reorder_items.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/repository.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/rss_feed.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/site_maintenance.gif +share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/snapgalaxy.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/squarethumb.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/thumbnails.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/toolkit_priority.gif @@ -2431,164 +2592,192 @@ share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/watermark.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/webcam.gif share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/zip_download.gif share/gallery2/modules/icons/iconpacks/silk/LICENSE +share/gallery2/modules/icons/iconpacks/silk/accept.png share/gallery2/modules/icons/iconpacks/silk/account_setting.png -share/gallery2/modules/icons/iconpacks/silk/add_album.png -share/gallery2/modules/icons/iconpacks/silk/add_cart.png -share/gallery2/modules/icons/iconpacks/silk/add_comment.png share/gallery2/modules/icons/iconpacks/silk/add_items.png -share/gallery2/modules/icons/iconpacks/silk/admin_performance.png share/gallery2/modules/icons/iconpacks/silk/advanced_search.png share/gallery2/modules/icons/iconpacks/silk/albumselect.png +share/gallery2/modules/icons/iconpacks/silk/anchor.png +share/gallery2/modules/icons/iconpacks/silk/application_form.png +share/gallery2/modules/icons/iconpacks/silk/application_view_detail.png +share/gallery2/modules/icons/iconpacks/silk/application_view_gallery.png +share/gallery2/modules/icons/iconpacks/silk/arrow_right.png +share/gallery2/modules/icons/iconpacks/silk/arrow_switch.png +share/gallery2/modules/icons/iconpacks/silk/award_star_bronze_3.png +share/gallery2/modules/icons/iconpacks/silk/book_add.png +share/gallery2/modules/icons/iconpacks/silk/book_delete.png +share/gallery2/modules/icons/iconpacks/silk/book_edit.png +share/gallery2/modules/icons/iconpacks/silk/brick.png +share/gallery2/modules/icons/iconpacks/silk/bug.png share/gallery2/modules/icons/iconpacks/silk/bullet.png -share/gallery2/modules/icons/iconpacks/silk/bullet_arrow.png -share/gallery2/modules/icons/iconpacks/silk/bullet_checked.png share/gallery2/modules/icons/iconpacks/silk/bullet_delete.png -share/gallery2/modules/icons/iconpacks/silk/captcha.png +share/gallery2/modules/icons/iconpacks/silk/calendar.png +share/gallery2/modules/icons/iconpacks/silk/camera.png share/gallery2/modules/icons/iconpacks/silk/cart.png -share/gallery2/modules/icons/iconpacks/silk/change_password.png -share/gallery2/modules/icons/iconpacks/silk/create_link.png -share/gallery2/modules/icons/iconpacks/silk/custom_fields.png +share/gallery2/modules/icons/iconpacks/silk/cart_add.png +share/gallery2/modules/icons/iconpacks/silk/cart_go.png +share/gallery2/modules/icons/iconpacks/silk/chart_pie.png +share/gallery2/modules/icons/iconpacks/silk/color_swatch.png +share/gallery2/modules/icons/iconpacks/silk/comment_add.png +share/gallery2/modules/icons/iconpacks/silk/comments.png +share/gallery2/modules/icons/iconpacks/silk/comments_delete.png +share/gallery2/modules/icons/iconpacks/silk/compress.png +share/gallery2/modules/icons/iconpacks/silk/control_play.png +share/gallery2/modules/icons/iconpacks/silk/controller.png +share/gallery2/modules/icons/iconpacks/silk/coppermine-0.png +share/gallery2/modules/icons/iconpacks/silk/coppermine-1.png +share/gallery2/modules/icons/iconpacks/silk/coppermine-2.png share/gallery2/modules/icons/iconpacks/silk/dcraw.png -share/gallery2/modules/icons/iconpacks/silk/debug_tree.png share/gallery2/modules/icons/iconpacks/silk/delete.png -share/gallery2/modules/icons/iconpacks/silk/delete_album.png -share/gallery2/modules/icons/iconpacks/silk/delete_photo.png share/gallery2/modules/icons/iconpacks/silk/digibug-admin.png share/gallery2/modules/icons/iconpacks/silk/digibug-print.png +share/gallery2/modules/icons/iconpacks/silk/drive_web.png share/gallery2/modules/icons/iconpacks/silk/dynamic_album.png -share/gallery2/modules/icons/iconpacks/silk/ecard.png -share/gallery2/modules/icons/iconpacks/silk/edit_album.png -share/gallery2/modules/icons/iconpacks/silk/edit_captions.png -share/gallery2/modules/icons/iconpacks/silk/edit_permissions.png -share/gallery2/modules/icons/iconpacks/silk/edit_photo.png share/gallery2/modules/icons/iconpacks/silk/email.png +share/gallery2/modules/icons/iconpacks/silk/email_open_image.png share/gallery2/modules/icons/iconpacks/silk/error.png -share/gallery2/modules/icons/iconpacks/silk/exif_parser.png -share/gallery2/modules/icons/iconpacks/silk/ffmpeg.png +share/gallery2/modules/icons/iconpacks/silk/error_go.png +share/gallery2/modules/icons/iconpacks/silk/film.png +share/gallery2/modules/icons/iconpacks/silk/firestats.png share/gallery2/modules/icons/iconpacks/silk/folder_picture.png share/gallery2/modules/icons/iconpacks/silk/fotokasten-admin.png share/gallery2/modules/icons/iconpacks/silk/fotokasten-print.png -share/gallery2/modules/icons/iconpacks/silk/gallery.png share/gallery2/modules/icons/iconpacks/silk/gd.png -share/gallery2/modules/icons/iconpacks/silk/general.png share/gallery2/modules/icons/iconpacks/silk/getid3.png -share/gallery2/modules/icons/iconpacks/silk/google_sitemap.png share/gallery2/modules/icons/iconpacks/silk/group.png share/gallery2/modules/icons/iconpacks/silk/groups.png share/gallery2/modules/icons/iconpacks/silk/help.png -share/gallery2/modules/icons/iconpacks/silk/icon_module.png share/gallery2/modules/icons/iconpacks/silk/iconpack.inc share/gallery2/modules/icons/iconpacks/silk/icons-rtl.css share/gallery2/modules/icons/iconpacks/silk/icons.css -share/gallery2/modules/icons/iconpacks/silk/image_magick.png +share/gallery2/modules/icons/iconpacks/silk/images.png share/gallery2/modules/icons/iconpacks/silk/import_archive.png +share/gallery2/modules/icons/iconpacks/silk/jpeg_tran.png +share/gallery2/modules/icons/iconpacks/silk/key.png share/gallery2/modules/icons/iconpacks/silk/keyword_album.png +share/gallery2/modules/icons/iconpacks/silk/language_manager.png share/gallery2/modules/icons/iconpacks/silk/layout.png +share/gallery2/modules/icons/iconpacks/silk/layout_header.png +share/gallery2/modules/icons/iconpacks/silk/lightbulb.png +share/gallery2/modules/icons/iconpacks/silk/link.png share/gallery2/modules/icons/iconpacks/silk/lock.png +share/gallery2/modules/icons/iconpacks/silk/lock_edit.png share/gallery2/modules/icons/iconpacks/silk/magnifier.png -share/gallery2/modules/icons/iconpacks/silk/make_highlight.png +share/gallery2/modules/icons/iconpacks/silk/map_edit.png share/gallery2/modules/icons/iconpacks/silk/members.png -share/gallery2/modules/icons/iconpacks/silk/mime_types.png -share/gallery2/modules/icons/iconpacks/silk/modules.png -share/gallery2/modules/icons/iconpacks/silk/move_photo.png share/gallery2/modules/icons/iconpacks/silk/multilang.png -share/gallery2/modules/icons/iconpacks/silk/new_items.png +share/gallery2/modules/icons/iconpacks/silk/music.png +share/gallery2/modules/icons/iconpacks/silk/new.png +share/gallery2/modules/icons/iconpacks/silk/openid-16x16.gif share/gallery2/modules/icons/iconpacks/silk/page_copy.png +share/gallery2/modules/icons/iconpacks/silk/page_link.png +share/gallery2/modules/icons/iconpacks/silk/page_white_gear.png +share/gallery2/modules/icons/iconpacks/silk/page_white_get.png +share/gallery2/modules/icons/iconpacks/silk/page_white_stack.png +share/gallery2/modules/icons/iconpacks/silk/page_white_wrench.png share/gallery2/modules/icons/iconpacks/silk/panorama.png share/gallery2/modules/icons/iconpacks/silk/pbm.png -share/gallery2/modules/icons/iconpacks/silk/permalinks.png share/gallery2/modules/icons/iconpacks/silk/picasa.png -share/gallery2/modules/icons/iconpacks/silk/print.png -share/gallery2/modules/icons/iconpacks/silk/quotas.png -share/gallery2/modules/icons/iconpacks/silk/random_highlight.png -share/gallery2/modules/icons/iconpacks/silk/random_popular.png -share/gallery2/modules/icons/iconpacks/silk/rating.png -share/gallery2/modules/icons/iconpacks/silk/registration.png -share/gallery2/modules/icons/iconpacks/silk/remote.png -share/gallery2/modules/icons/iconpacks/silk/reorder_items.png +share/gallery2/modules/icons/iconpacks/silk/picture_delete.png +share/gallery2/modules/icons/iconpacks/silk/picture_edit.png +share/gallery2/modules/icons/iconpacks/silk/picture_empty.png +share/gallery2/modules/icons/iconpacks/silk/picture_go.png +share/gallery2/modules/icons/iconpacks/silk/picture_key.png +share/gallery2/modules/icons/iconpacks/silk/pictures.png +share/gallery2/modules/icons/iconpacks/silk/plugin.png +share/gallery2/modules/icons/iconpacks/silk/printer.png +share/gallery2/modules/icons/iconpacks/silk/report_magnify.png share/gallery2/modules/icons/iconpacks/silk/rss_feed.png +share/gallery2/modules/icons/iconpacks/silk/shield.png share/gallery2/modules/icons/iconpacks/silk/shutterfly-print.png -share/gallery2/modules/icons/iconpacks/silk/site_maintenance.png -share/gallery2/modules/icons/iconpacks/silk/squarethumb.png -share/gallery2/modules/icons/iconpacks/silk/thumbnails.png +share/gallery2/modules/icons/iconpacks/silk/sitemap.png +share/gallery2/modules/icons/iconpacks/silk/snapgalaxy-admin.png +share/gallery2/modules/icons/iconpacks/silk/snapgalaxy-print.png +share/gallery2/modules/icons/iconpacks/silk/style_edit.png +share/gallery2/modules/icons/iconpacks/silk/tag_blue.png +share/gallery2/modules/icons/iconpacks/silk/tag_blue_edit.png +share/gallery2/modules/icons/iconpacks/silk/thumb_up.png +share/gallery2/modules/icons/iconpacks/silk/time.png share/gallery2/modules/icons/iconpacks/silk/toolkit_priority.png -share/gallery2/modules/icons/iconpacks/silk/upgrade.png -share/gallery2/modules/icons/iconpacks/silk/uploadapplet.png share/gallery2/modules/icons/iconpacks/silk/url_rewrite.png share/gallery2/modules/icons/iconpacks/silk/user.png +share/gallery2/modules/icons/iconpacks/silk/user_add.png share/gallery2/modules/icons/iconpacks/silk/user_albums.png +share/gallery2/modules/icons/iconpacks/silk/user_go.png share/gallery2/modules/icons/iconpacks/silk/users.png -share/gallery2/modules/icons/iconpacks/silk/view_comment.png -share/gallery2/modules/icons/iconpacks/silk/view_fullscreen_slideshow.png share/gallery2/modules/icons/iconpacks/silk/view_slideshow.png -share/gallery2/modules/icons/iconpacks/silk/watermark.png +share/gallery2/modules/icons/iconpacks/silk/wand.png share/gallery2/modules/icons/iconpacks/silk/webcam.png -share/gallery2/modules/icons/iconpacks/silk/webserver.png -share/gallery2/modules/icons/iconpacks/silk/zip_download.png -share/gallery2/modules/icons/locale/af/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/ar/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/bg/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/ca/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/cs/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/da/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/de/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/en_GB/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/es/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/eu/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/fi/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/fr/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/hu/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/it/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/ja/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/ko/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/lt/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/nl/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/no/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/pl/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/pt_BR/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/ro/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/ru/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/sk/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/sr/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/sv/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/tr/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/uk/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/vi/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/zh_CN/LC_MESSAGES/modules_icons.mo -share/gallery2/modules/icons/locale/zh_TW/LC_MESSAGES/modules_icons.mo share/gallery2/modules/icons/module.inc share/gallery2/modules/icons/po/GNUmakefile +share/gallery2/modules/icons/po/af.mo share/gallery2/modules/icons/po/af.po +share/gallery2/modules/icons/po/ar.mo share/gallery2/modules/icons/po/ar.po +share/gallery2/modules/icons/po/bg.mo share/gallery2/modules/icons/po/bg.po +share/gallery2/modules/icons/po/ca.mo share/gallery2/modules/icons/po/ca.po +share/gallery2/modules/icons/po/cs.mo share/gallery2/modules/icons/po/cs.po +share/gallery2/modules/icons/po/da.mo share/gallery2/modules/icons/po/da.po +share/gallery2/modules/icons/po/de.mo share/gallery2/modules/icons/po/de.po +share/gallery2/modules/icons/po/el.mo +share/gallery2/modules/icons/po/el.po +share/gallery2/modules/icons/po/en_GB.mo share/gallery2/modules/icons/po/en_GB.po +share/gallery2/modules/icons/po/es.mo share/gallery2/modules/icons/po/es.po +share/gallery2/modules/icons/po/eu.mo share/gallery2/modules/icons/po/eu.po +share/gallery2/modules/icons/po/fa.mo +share/gallery2/modules/icons/po/fa.po +share/gallery2/modules/icons/po/fi.mo share/gallery2/modules/icons/po/fi.po +share/gallery2/modules/icons/po/fr.mo share/gallery2/modules/icons/po/fr.po +share/gallery2/modules/icons/po/hu.mo share/gallery2/modules/icons/po/hu.po +share/gallery2/modules/icons/po/it.mo share/gallery2/modules/icons/po/it.po +share/gallery2/modules/icons/po/ja.mo share/gallery2/modules/icons/po/ja.po +share/gallery2/modules/icons/po/ko.mo share/gallery2/modules/icons/po/ko.po +share/gallery2/modules/icons/po/lt.mo share/gallery2/modules/icons/po/lt.po +share/gallery2/modules/icons/po/nl.mo share/gallery2/modules/icons/po/nl.po +share/gallery2/modules/icons/po/no.mo share/gallery2/modules/icons/po/no.po +share/gallery2/modules/icons/po/pl.mo share/gallery2/modules/icons/po/pl.po +share/gallery2/modules/icons/po/pt_BR.mo share/gallery2/modules/icons/po/pt_BR.po +share/gallery2/modules/icons/po/ro.mo share/gallery2/modules/icons/po/ro.po +share/gallery2/modules/icons/po/ru.mo share/gallery2/modules/icons/po/ru.po +share/gallery2/modules/icons/po/sk.mo share/gallery2/modules/icons/po/sk.po +share/gallery2/modules/icons/po/sl.mo +share/gallery2/modules/icons/po/sl.po +share/gallery2/modules/icons/po/sr.mo share/gallery2/modules/icons/po/sr.po share/gallery2/modules/icons/po/strings.raw +share/gallery2/modules/icons/po/sv.mo share/gallery2/modules/icons/po/sv.po +share/gallery2/modules/icons/po/tr.mo share/gallery2/modules/icons/po/tr.po +share/gallery2/modules/icons/po/uk.mo share/gallery2/modules/icons/po/uk.po +share/gallery2/modules/icons/po/vi.mo share/gallery2/modules/icons/po/vi.po +share/gallery2/modules/icons/po/zh_CN.mo share/gallery2/modules/icons/po/zh_CN.po +share/gallery2/modules/icons/po/zh_TW.mo share/gallery2/modules/icons/po/zh_TW.po share/gallery2/modules/icons/templates/IconsSiteAdmin.tpl share/gallery2/modules/imageblock/Callbacks.inc @@ -2602,83 +2791,91 @@ share/gallery2/modules/imageblock/classes/GNUmakefile share/gallery2/modules/imageblock/classes/GalleryStorage/GNUmakefile share/gallery2/modules/imageblock/classes/GalleryStorage/schema.tpl share/gallery2/modules/imageblock/classes/GalleryStorage/xml-src/A_ImageBlockCacheMap_1.0.xml +share/gallery2/modules/imageblock/classes/GalleryStorage/xml-src/A_ImageBlockCacheMap_1.1.xml +share/gallery2/modules/imageblock/classes/GalleryStorage/xml-src/A_ImageBlockCacheMap_1.2.xml share/gallery2/modules/imageblock/classes/ImageBlockHelper.class share/gallery2/modules/imageblock/classes/Maps.inc share/gallery2/modules/imageblock/classes/Maps.xml -share/gallery2/modules/imageblock/locale/af/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/ar/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/bg/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/ca/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/cs/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/da/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/de/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/en_GB/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/es/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/et/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/eu/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/fi/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/fr/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/ga/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/he/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/hu/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/is/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/it/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/ja/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/ko/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/lt/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/lv/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/nl/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/no/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/pl/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/pt_BR/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/ro/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/ru/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/sk/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/sr/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/sv/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/tr/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/uk/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/vi/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/zh_CN/LC_MESSAGES/modules_imageblock.mo -share/gallery2/modules/imageblock/locale/zh_TW/LC_MESSAGES/modules_imageblock.mo share/gallery2/modules/imageblock/module.inc share/gallery2/modules/imageblock/po/GNUmakefile +share/gallery2/modules/imageblock/po/af.mo share/gallery2/modules/imageblock/po/af.po +share/gallery2/modules/imageblock/po/ar.mo share/gallery2/modules/imageblock/po/ar.po +share/gallery2/modules/imageblock/po/bg.mo share/gallery2/modules/imageblock/po/bg.po +share/gallery2/modules/imageblock/po/ca.mo share/gallery2/modules/imageblock/po/ca.po +share/gallery2/modules/imageblock/po/cs.mo share/gallery2/modules/imageblock/po/cs.po +share/gallery2/modules/imageblock/po/da.mo share/gallery2/modules/imageblock/po/da.po +share/gallery2/modules/imageblock/po/de.mo share/gallery2/modules/imageblock/po/de.po +share/gallery2/modules/imageblock/po/el.mo +share/gallery2/modules/imageblock/po/el.po +share/gallery2/modules/imageblock/po/en_GB.mo share/gallery2/modules/imageblock/po/en_GB.po +share/gallery2/modules/imageblock/po/es.mo share/gallery2/modules/imageblock/po/es.po +share/gallery2/modules/imageblock/po/et.mo share/gallery2/modules/imageblock/po/et.po +share/gallery2/modules/imageblock/po/eu.mo share/gallery2/modules/imageblock/po/eu.po +share/gallery2/modules/imageblock/po/fa.mo +share/gallery2/modules/imageblock/po/fa.po +share/gallery2/modules/imageblock/po/fi.mo share/gallery2/modules/imageblock/po/fi.po +share/gallery2/modules/imageblock/po/fr.mo share/gallery2/modules/imageblock/po/fr.po +share/gallery2/modules/imageblock/po/ga.mo share/gallery2/modules/imageblock/po/ga.po +share/gallery2/modules/imageblock/po/he.mo share/gallery2/modules/imageblock/po/he.po +share/gallery2/modules/imageblock/po/hu.mo share/gallery2/modules/imageblock/po/hu.po +share/gallery2/modules/imageblock/po/is.mo share/gallery2/modules/imageblock/po/is.po +share/gallery2/modules/imageblock/po/it.mo share/gallery2/modules/imageblock/po/it.po +share/gallery2/modules/imageblock/po/ja.mo share/gallery2/modules/imageblock/po/ja.po +share/gallery2/modules/imageblock/po/ko.mo share/gallery2/modules/imageblock/po/ko.po +share/gallery2/modules/imageblock/po/lt.mo share/gallery2/modules/imageblock/po/lt.po +share/gallery2/modules/imageblock/po/lv.mo share/gallery2/modules/imageblock/po/lv.po +share/gallery2/modules/imageblock/po/nl.mo share/gallery2/modules/imageblock/po/nl.po +share/gallery2/modules/imageblock/po/no.mo share/gallery2/modules/imageblock/po/no.po +share/gallery2/modules/imageblock/po/pl.mo share/gallery2/modules/imageblock/po/pl.po +share/gallery2/modules/imageblock/po/pt_BR.mo share/gallery2/modules/imageblock/po/pt_BR.po +share/gallery2/modules/imageblock/po/ro.mo share/gallery2/modules/imageblock/po/ro.po +share/gallery2/modules/imageblock/po/ru.mo share/gallery2/modules/imageblock/po/ru.po +share/gallery2/modules/imageblock/po/sk.mo share/gallery2/modules/imageblock/po/sk.po +share/gallery2/modules/imageblock/po/sl.mo +share/gallery2/modules/imageblock/po/sl.po +share/gallery2/modules/imageblock/po/sr.mo share/gallery2/modules/imageblock/po/sr.po share/gallery2/modules/imageblock/po/strings.raw +share/gallery2/modules/imageblock/po/sv.mo share/gallery2/modules/imageblock/po/sv.po +share/gallery2/modules/imageblock/po/tr.mo share/gallery2/modules/imageblock/po/tr.po +share/gallery2/modules/imageblock/po/uk.mo share/gallery2/modules/imageblock/po/uk.po +share/gallery2/modules/imageblock/po/vi.mo share/gallery2/modules/imageblock/po/vi.po +share/gallery2/modules/imageblock/po/zh_CN.mo share/gallery2/modules/imageblock/po/zh_CN.po +share/gallery2/modules/imageblock/po/zh_TW.mo share/gallery2/modules/imageblock/po/zh_TW.po share/gallery2/modules/imageblock/templates/ImageBlock.tpl share/gallery2/modules/imageblock/templates/ImageBlockOption.tpl @@ -2896,66 +3093,70 @@ share/gallery2/modules/imageframe/frames/wood/TR.gif share/gallery2/modules/imageframe/frames/wood/TT.gif share/gallery2/modules/imageframe/frames/wood/frame.inc share/gallery2/modules/imageframe/images/sample.jpg -share/gallery2/modules/imageframe/locale/af/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/ca/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/cs/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/da/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/de/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/en_GB/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/es/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/eu/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/fi/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/fr/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/hu/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/is/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/it/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/ja/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/ko/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/lt/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/lv/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/nl/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/no/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/pl/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/ro/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/ru/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/sk/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/sr/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/sv/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/tr/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/uk/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/zh_CN/LC_MESSAGES/modules_imageframe.mo -share/gallery2/modules/imageframe/locale/zh_TW/LC_MESSAGES/modules_imageframe.mo share/gallery2/modules/imageframe/module.inc share/gallery2/modules/imageframe/po/GNUmakefile +share/gallery2/modules/imageframe/po/af.mo share/gallery2/modules/imageframe/po/af.po +share/gallery2/modules/imageframe/po/ca.mo share/gallery2/modules/imageframe/po/ca.po +share/gallery2/modules/imageframe/po/cs.mo share/gallery2/modules/imageframe/po/cs.po +share/gallery2/modules/imageframe/po/da.mo share/gallery2/modules/imageframe/po/da.po +share/gallery2/modules/imageframe/po/de.mo share/gallery2/modules/imageframe/po/de.po +share/gallery2/modules/imageframe/po/el.mo +share/gallery2/modules/imageframe/po/el.po +share/gallery2/modules/imageframe/po/en_GB.mo share/gallery2/modules/imageframe/po/en_GB.po +share/gallery2/modules/imageframe/po/es.mo share/gallery2/modules/imageframe/po/es.po +share/gallery2/modules/imageframe/po/eu.mo share/gallery2/modules/imageframe/po/eu.po +share/gallery2/modules/imageframe/po/fi.mo share/gallery2/modules/imageframe/po/fi.po +share/gallery2/modules/imageframe/po/fr.mo share/gallery2/modules/imageframe/po/fr.po +share/gallery2/modules/imageframe/po/hu.mo share/gallery2/modules/imageframe/po/hu.po +share/gallery2/modules/imageframe/po/is.mo share/gallery2/modules/imageframe/po/is.po +share/gallery2/modules/imageframe/po/it.mo share/gallery2/modules/imageframe/po/it.po +share/gallery2/modules/imageframe/po/ja.mo share/gallery2/modules/imageframe/po/ja.po +share/gallery2/modules/imageframe/po/ko.mo share/gallery2/modules/imageframe/po/ko.po +share/gallery2/modules/imageframe/po/lt.mo share/gallery2/modules/imageframe/po/lt.po +share/gallery2/modules/imageframe/po/lv.mo share/gallery2/modules/imageframe/po/lv.po +share/gallery2/modules/imageframe/po/nl.mo share/gallery2/modules/imageframe/po/nl.po +share/gallery2/modules/imageframe/po/no.mo share/gallery2/modules/imageframe/po/no.po +share/gallery2/modules/imageframe/po/pl.mo share/gallery2/modules/imageframe/po/pl.po +share/gallery2/modules/imageframe/po/ro.mo share/gallery2/modules/imageframe/po/ro.po +share/gallery2/modules/imageframe/po/ru.mo share/gallery2/modules/imageframe/po/ru.po +share/gallery2/modules/imageframe/po/sk.mo share/gallery2/modules/imageframe/po/sk.po +share/gallery2/modules/imageframe/po/sl.mo +share/gallery2/modules/imageframe/po/sl.po +share/gallery2/modules/imageframe/po/sr.mo share/gallery2/modules/imageframe/po/sr.po share/gallery2/modules/imageframe/po/strings.raw +share/gallery2/modules/imageframe/po/sv.mo share/gallery2/modules/imageframe/po/sv.po +share/gallery2/modules/imageframe/po/tr.mo share/gallery2/modules/imageframe/po/tr.po +share/gallery2/modules/imageframe/po/uk.mo share/gallery2/modules/imageframe/po/uk.po +share/gallery2/modules/imageframe/po/zh_CN.mo share/gallery2/modules/imageframe/po/zh_CN.po +share/gallery2/modules/imageframe/po/zh_TW.mo share/gallery2/modules/imageframe/po/zh_TW.po share/gallery2/modules/imageframe/templates/ImageFrameHead.tpl share/gallery2/modules/imageframe/templates/ImageFrameStyle.tpl @@ -2980,254 +3181,349 @@ share/gallery2/modules/imagemagick/data/test.tif share/gallery2/modules/imagemagick/data/test.wmf share/gallery2/modules/imagemagick/data/testProfile.jpg share/gallery2/modules/imagemagick/data/truncated.pcd -share/gallery2/modules/imagemagick/locale/af/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/ar/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/ca/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/cs/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/da/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/de/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/el/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/en_GB/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/es/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/es_AR/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/eu/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/fi/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/fr/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/ga/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/hu/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/is/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/it/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/ja/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/ko/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/lt/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/lv/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/nl/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/no/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/pl/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/pt/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/pt_BR/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/ro/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/ru/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/sk/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/sr/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/sv/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/tr/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/uk/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/vi/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/zh_CN/LC_MESSAGES/modules_imagemagick.mo -share/gallery2/modules/imagemagick/locale/zh_TW/LC_MESSAGES/modules_imagemagick.mo share/gallery2/modules/imagemagick/module.inc share/gallery2/modules/imagemagick/po/GNUmakefile +share/gallery2/modules/imagemagick/po/af.mo share/gallery2/modules/imagemagick/po/af.po +share/gallery2/modules/imagemagick/po/ar.mo share/gallery2/modules/imagemagick/po/ar.po +share/gallery2/modules/imagemagick/po/ca.mo share/gallery2/modules/imagemagick/po/ca.po +share/gallery2/modules/imagemagick/po/cs.mo share/gallery2/modules/imagemagick/po/cs.po +share/gallery2/modules/imagemagick/po/da.mo share/gallery2/modules/imagemagick/po/da.po +share/gallery2/modules/imagemagick/po/de.mo share/gallery2/modules/imagemagick/po/de.po +share/gallery2/modules/imagemagick/po/el.mo share/gallery2/modules/imagemagick/po/el.po +share/gallery2/modules/imagemagick/po/en_GB.mo share/gallery2/modules/imagemagick/po/en_GB.po +share/gallery2/modules/imagemagick/po/es.mo share/gallery2/modules/imagemagick/po/es.po +share/gallery2/modules/imagemagick/po/es_AR.mo share/gallery2/modules/imagemagick/po/es_AR.po +share/gallery2/modules/imagemagick/po/eu.mo share/gallery2/modules/imagemagick/po/eu.po +share/gallery2/modules/imagemagick/po/fi.mo share/gallery2/modules/imagemagick/po/fi.po +share/gallery2/modules/imagemagick/po/fr.mo share/gallery2/modules/imagemagick/po/fr.po +share/gallery2/modules/imagemagick/po/ga.mo share/gallery2/modules/imagemagick/po/ga.po +share/gallery2/modules/imagemagick/po/hu.mo share/gallery2/modules/imagemagick/po/hu.po +share/gallery2/modules/imagemagick/po/is.mo share/gallery2/modules/imagemagick/po/is.po +share/gallery2/modules/imagemagick/po/it.mo share/gallery2/modules/imagemagick/po/it.po +share/gallery2/modules/imagemagick/po/ja.mo share/gallery2/modules/imagemagick/po/ja.po +share/gallery2/modules/imagemagick/po/ko.mo share/gallery2/modules/imagemagick/po/ko.po +share/gallery2/modules/imagemagick/po/lt.mo share/gallery2/modules/imagemagick/po/lt.po +share/gallery2/modules/imagemagick/po/lv.mo share/gallery2/modules/imagemagick/po/lv.po +share/gallery2/modules/imagemagick/po/nl.mo share/gallery2/modules/imagemagick/po/nl.po +share/gallery2/modules/imagemagick/po/no.mo share/gallery2/modules/imagemagick/po/no.po +share/gallery2/modules/imagemagick/po/pl.mo share/gallery2/modules/imagemagick/po/pl.po +share/gallery2/modules/imagemagick/po/pt.mo share/gallery2/modules/imagemagick/po/pt.po +share/gallery2/modules/imagemagick/po/pt_BR.mo share/gallery2/modules/imagemagick/po/pt_BR.po +share/gallery2/modules/imagemagick/po/ro.mo share/gallery2/modules/imagemagick/po/ro.po +share/gallery2/modules/imagemagick/po/ru.mo share/gallery2/modules/imagemagick/po/ru.po +share/gallery2/modules/imagemagick/po/sk.mo share/gallery2/modules/imagemagick/po/sk.po +share/gallery2/modules/imagemagick/po/sl.mo +share/gallery2/modules/imagemagick/po/sl.po +share/gallery2/modules/imagemagick/po/sr.mo share/gallery2/modules/imagemagick/po/sr.po share/gallery2/modules/imagemagick/po/strings.raw +share/gallery2/modules/imagemagick/po/sv.mo share/gallery2/modules/imagemagick/po/sv.po +share/gallery2/modules/imagemagick/po/tr.mo share/gallery2/modules/imagemagick/po/tr.po +share/gallery2/modules/imagemagick/po/uk.mo share/gallery2/modules/imagemagick/po/uk.po +share/gallery2/modules/imagemagick/po/vi.mo share/gallery2/modules/imagemagick/po/vi.po +share/gallery2/modules/imagemagick/po/zh_CN.mo share/gallery2/modules/imagemagick/po/zh_CN.po +share/gallery2/modules/imagemagick/po/zh_TW.mo share/gallery2/modules/imagemagick/po/zh_TW.po share/gallery2/modules/imagemagick/templates/AdminImageMagick.tpl share/gallery2/modules/itemadd/ItemAddFromServer.inc share/gallery2/modules/itemadd/ItemAddFromWeb.inc share/gallery2/modules/itemadd/ItemAddSiteAdmin.inc share/gallery2/modules/itemadd/MANIFEST -share/gallery2/modules/itemadd/locale/af/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/ar/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/bg/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/ca/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/cs/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/da/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/de/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/en_GB/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/es/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/es_AR/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/es_MX/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/et/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/eu/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/fi/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/fr/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/ga/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/he/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/hu/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/is/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/it/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/ja/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/ko/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/lt/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/nl/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/no/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/pl/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/pt/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/pt_BR/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/ro/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/ru/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/sk/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/sl/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/sr/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/sv/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/tr/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/uk/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/vi/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/zh_CN/LC_MESSAGES/modules_itemadd.mo -share/gallery2/modules/itemadd/locale/zh_TW/LC_MESSAGES/modules_itemadd.mo share/gallery2/modules/itemadd/module.inc share/gallery2/modules/itemadd/po/GNUmakefile +share/gallery2/modules/itemadd/po/af.mo share/gallery2/modules/itemadd/po/af.po +share/gallery2/modules/itemadd/po/ar.mo share/gallery2/modules/itemadd/po/ar.po +share/gallery2/modules/itemadd/po/bg.mo share/gallery2/modules/itemadd/po/bg.po +share/gallery2/modules/itemadd/po/ca.mo share/gallery2/modules/itemadd/po/ca.po +share/gallery2/modules/itemadd/po/cs.mo share/gallery2/modules/itemadd/po/cs.po +share/gallery2/modules/itemadd/po/da.mo share/gallery2/modules/itemadd/po/da.po +share/gallery2/modules/itemadd/po/de.mo share/gallery2/modules/itemadd/po/de.po +share/gallery2/modules/itemadd/po/el.mo +share/gallery2/modules/itemadd/po/el.po +share/gallery2/modules/itemadd/po/en_GB.mo share/gallery2/modules/itemadd/po/en_GB.po +share/gallery2/modules/itemadd/po/es.mo share/gallery2/modules/itemadd/po/es.po +share/gallery2/modules/itemadd/po/es_AR.mo share/gallery2/modules/itemadd/po/es_AR.po +share/gallery2/modules/itemadd/po/es_MX.mo share/gallery2/modules/itemadd/po/es_MX.po +share/gallery2/modules/itemadd/po/et.mo share/gallery2/modules/itemadd/po/et.po +share/gallery2/modules/itemadd/po/eu.mo share/gallery2/modules/itemadd/po/eu.po +share/gallery2/modules/itemadd/po/fi.mo share/gallery2/modules/itemadd/po/fi.po +share/gallery2/modules/itemadd/po/fr.mo share/gallery2/modules/itemadd/po/fr.po +share/gallery2/modules/itemadd/po/ga.mo share/gallery2/modules/itemadd/po/ga.po +share/gallery2/modules/itemadd/po/he.mo share/gallery2/modules/itemadd/po/he.po +share/gallery2/modules/itemadd/po/hu.mo share/gallery2/modules/itemadd/po/hu.po +share/gallery2/modules/itemadd/po/is.mo share/gallery2/modules/itemadd/po/is.po +share/gallery2/modules/itemadd/po/it.mo share/gallery2/modules/itemadd/po/it.po +share/gallery2/modules/itemadd/po/ja.mo share/gallery2/modules/itemadd/po/ja.po +share/gallery2/modules/itemadd/po/ko.mo share/gallery2/modules/itemadd/po/ko.po +share/gallery2/modules/itemadd/po/lt.mo share/gallery2/modules/itemadd/po/lt.po +share/gallery2/modules/itemadd/po/nl.mo share/gallery2/modules/itemadd/po/nl.po +share/gallery2/modules/itemadd/po/no.mo share/gallery2/modules/itemadd/po/no.po +share/gallery2/modules/itemadd/po/pl.mo share/gallery2/modules/itemadd/po/pl.po +share/gallery2/modules/itemadd/po/pt.mo share/gallery2/modules/itemadd/po/pt.po +share/gallery2/modules/itemadd/po/pt_BR.mo share/gallery2/modules/itemadd/po/pt_BR.po +share/gallery2/modules/itemadd/po/ro.mo share/gallery2/modules/itemadd/po/ro.po +share/gallery2/modules/itemadd/po/ru.mo share/gallery2/modules/itemadd/po/ru.po +share/gallery2/modules/itemadd/po/sk.mo share/gallery2/modules/itemadd/po/sk.po +share/gallery2/modules/itemadd/po/sl.mo share/gallery2/modules/itemadd/po/sl.po +share/gallery2/modules/itemadd/po/sr.mo share/gallery2/modules/itemadd/po/sr.po share/gallery2/modules/itemadd/po/strings.raw +share/gallery2/modules/itemadd/po/sv.mo share/gallery2/modules/itemadd/po/sv.po +share/gallery2/modules/itemadd/po/tr.mo share/gallery2/modules/itemadd/po/tr.po +share/gallery2/modules/itemadd/po/uk.mo share/gallery2/modules/itemadd/po/uk.po +share/gallery2/modules/itemadd/po/vi.mo share/gallery2/modules/itemadd/po/vi.po +share/gallery2/modules/itemadd/po/zh_CN.mo share/gallery2/modules/itemadd/po/zh_CN.po +share/gallery2/modules/itemadd/po/zh_TW.mo share/gallery2/modules/itemadd/po/zh_TW.po share/gallery2/modules/itemadd/templates/ItemAddFromServer.tpl share/gallery2/modules/itemadd/templates/ItemAddFromWeb.tpl share/gallery2/modules/itemadd/templates/ItemAddSiteAdmin.tpl +share/gallery2/modules/jpegtran/AdminJpegtran.inc +share/gallery2/modules/jpegtran/MANIFEST +share/gallery2/modules/jpegtran/classes/JpegtranToolkit.class +share/gallery2/modules/jpegtran/classes/JpegtranToolkitHelper.class +share/gallery2/modules/jpegtran/data/test.jpg +share/gallery2/modules/jpegtran/module.inc +share/gallery2/modules/jpegtran/po/GNUmakefile +share/gallery2/modules/jpegtran/po/af.mo +share/gallery2/modules/jpegtran/po/af.po +share/gallery2/modules/jpegtran/po/ar.mo +share/gallery2/modules/jpegtran/po/ar.po +share/gallery2/modules/jpegtran/po/bg.mo +share/gallery2/modules/jpegtran/po/bg.po +share/gallery2/modules/jpegtran/po/ca.mo +share/gallery2/modules/jpegtran/po/ca.po +share/gallery2/modules/jpegtran/po/cs.mo +share/gallery2/modules/jpegtran/po/cs.po +share/gallery2/modules/jpegtran/po/da.mo +share/gallery2/modules/jpegtran/po/da.po +share/gallery2/modules/jpegtran/po/de.mo +share/gallery2/modules/jpegtran/po/de.po +share/gallery2/modules/jpegtran/po/el.mo +share/gallery2/modules/jpegtran/po/el.po +share/gallery2/modules/jpegtran/po/en_GB.mo +share/gallery2/modules/jpegtran/po/en_GB.po +share/gallery2/modules/jpegtran/po/es.mo +share/gallery2/modules/jpegtran/po/es.po +share/gallery2/modules/jpegtran/po/es_AR.mo +share/gallery2/modules/jpegtran/po/es_AR.po +share/gallery2/modules/jpegtran/po/es_MX.mo +share/gallery2/modules/jpegtran/po/es_MX.po +share/gallery2/modules/jpegtran/po/et.mo +share/gallery2/modules/jpegtran/po/et.po +share/gallery2/modules/jpegtran/po/eu.mo +share/gallery2/modules/jpegtran/po/eu.po +share/gallery2/modules/jpegtran/po/fi.mo +share/gallery2/modules/jpegtran/po/fi.po +share/gallery2/modules/jpegtran/po/fr.mo +share/gallery2/modules/jpegtran/po/fr.po +share/gallery2/modules/jpegtran/po/ga.mo +share/gallery2/modules/jpegtran/po/ga.po +share/gallery2/modules/jpegtran/po/he.mo +share/gallery2/modules/jpegtran/po/he.po +share/gallery2/modules/jpegtran/po/hu.mo +share/gallery2/modules/jpegtran/po/hu.po +share/gallery2/modules/jpegtran/po/it.mo +share/gallery2/modules/jpegtran/po/it.po +share/gallery2/modules/jpegtran/po/ja.mo +share/gallery2/modules/jpegtran/po/ja.po +share/gallery2/modules/jpegtran/po/ko.mo +share/gallery2/modules/jpegtran/po/ko.po +share/gallery2/modules/jpegtran/po/lt.mo +share/gallery2/modules/jpegtran/po/lt.po +share/gallery2/modules/jpegtran/po/lv.mo +share/gallery2/modules/jpegtran/po/lv.po +share/gallery2/modules/jpegtran/po/nl.mo +share/gallery2/modules/jpegtran/po/nl.po +share/gallery2/modules/jpegtran/po/no.mo +share/gallery2/modules/jpegtran/po/no.po +share/gallery2/modules/jpegtran/po/pl.mo +share/gallery2/modules/jpegtran/po/pl.po +share/gallery2/modules/jpegtran/po/pt.mo +share/gallery2/modules/jpegtran/po/pt.po +share/gallery2/modules/jpegtran/po/pt_BR.mo +share/gallery2/modules/jpegtran/po/pt_BR.po +share/gallery2/modules/jpegtran/po/ro.mo +share/gallery2/modules/jpegtran/po/ro.po +share/gallery2/modules/jpegtran/po/ru.mo +share/gallery2/modules/jpegtran/po/ru.po +share/gallery2/modules/jpegtran/po/sk.mo +share/gallery2/modules/jpegtran/po/sk.po +share/gallery2/modules/jpegtran/po/sl.mo +share/gallery2/modules/jpegtran/po/sl.po +share/gallery2/modules/jpegtran/po/sr.mo +share/gallery2/modules/jpegtran/po/sr.po +share/gallery2/modules/jpegtran/po/strings.raw +share/gallery2/modules/jpegtran/po/sv.mo +share/gallery2/modules/jpegtran/po/sv.po +share/gallery2/modules/jpegtran/po/tr.mo +share/gallery2/modules/jpegtran/po/tr.po +share/gallery2/modules/jpegtran/po/uk.mo +share/gallery2/modules/jpegtran/po/uk.po +share/gallery2/modules/jpegtran/po/vi.mo +share/gallery2/modules/jpegtran/po/vi.po +share/gallery2/modules/jpegtran/po/zh_CN.mo +share/gallery2/modules/jpegtran/po/zh_CN.po +share/gallery2/modules/jpegtran/po/zh_TW.mo +share/gallery2/modules/jpegtran/po/zh_TW.po +share/gallery2/modules/jpegtran/templates/AdminJpegtran.tpl share/gallery2/modules/keyalbum/Callbacks.inc share/gallery2/modules/keyalbum/KeywordAlbum.inc share/gallery2/modules/keyalbum/KeywordAlbumSiteAdmin.inc share/gallery2/modules/keyalbum/MANIFEST -share/gallery2/modules/keyalbum/locale/af/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/ar/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/bg/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/ca/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/cs/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/da/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/de/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/el/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/en_GB/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/es/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/es_AR/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/es_MX/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/et/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/eu/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/fi/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/fr/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/ga/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/he/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/hu/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/it/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/ja/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/ko/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/lt/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/nl/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/no/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/pl/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/pt/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/pt_BR/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/ro/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/ru/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/sk/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/sl/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/sr/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/sv/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/tr/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/uk/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/vi/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/zh_CN/LC_MESSAGES/modules_keyalbum.mo -share/gallery2/modules/keyalbum/locale/zh_TW/LC_MESSAGES/modules_keyalbum.mo share/gallery2/modules/keyalbum/module.inc share/gallery2/modules/keyalbum/po/GNUmakefile +share/gallery2/modules/keyalbum/po/af.mo share/gallery2/modules/keyalbum/po/af.po +share/gallery2/modules/keyalbum/po/ar.mo share/gallery2/modules/keyalbum/po/ar.po +share/gallery2/modules/keyalbum/po/bg.mo share/gallery2/modules/keyalbum/po/bg.po +share/gallery2/modules/keyalbum/po/ca.mo share/gallery2/modules/keyalbum/po/ca.po +share/gallery2/modules/keyalbum/po/cs.mo share/gallery2/modules/keyalbum/po/cs.po +share/gallery2/modules/keyalbum/po/da.mo share/gallery2/modules/keyalbum/po/da.po +share/gallery2/modules/keyalbum/po/de.mo share/gallery2/modules/keyalbum/po/de.po +share/gallery2/modules/keyalbum/po/el.mo share/gallery2/modules/keyalbum/po/el.po +share/gallery2/modules/keyalbum/po/en_GB.mo share/gallery2/modules/keyalbum/po/en_GB.po +share/gallery2/modules/keyalbum/po/es.mo share/gallery2/modules/keyalbum/po/es.po +share/gallery2/modules/keyalbum/po/es_AR.mo share/gallery2/modules/keyalbum/po/es_AR.po +share/gallery2/modules/keyalbum/po/es_MX.mo share/gallery2/modules/keyalbum/po/es_MX.po +share/gallery2/modules/keyalbum/po/et.mo share/gallery2/modules/keyalbum/po/et.po +share/gallery2/modules/keyalbum/po/eu.mo share/gallery2/modules/keyalbum/po/eu.po +share/gallery2/modules/keyalbum/po/fa.mo +share/gallery2/modules/keyalbum/po/fa.po +share/gallery2/modules/keyalbum/po/fi.mo share/gallery2/modules/keyalbum/po/fi.po +share/gallery2/modules/keyalbum/po/fr.mo share/gallery2/modules/keyalbum/po/fr.po +share/gallery2/modules/keyalbum/po/ga.mo share/gallery2/modules/keyalbum/po/ga.po +share/gallery2/modules/keyalbum/po/he.mo share/gallery2/modules/keyalbum/po/he.po +share/gallery2/modules/keyalbum/po/hu.mo share/gallery2/modules/keyalbum/po/hu.po +share/gallery2/modules/keyalbum/po/it.mo share/gallery2/modules/keyalbum/po/it.po +share/gallery2/modules/keyalbum/po/ja.mo share/gallery2/modules/keyalbum/po/ja.po +share/gallery2/modules/keyalbum/po/ko.mo share/gallery2/modules/keyalbum/po/ko.po +share/gallery2/modules/keyalbum/po/lt.mo share/gallery2/modules/keyalbum/po/lt.po +share/gallery2/modules/keyalbum/po/nl.mo share/gallery2/modules/keyalbum/po/nl.po +share/gallery2/modules/keyalbum/po/no.mo share/gallery2/modules/keyalbum/po/no.po +share/gallery2/modules/keyalbum/po/pl.mo share/gallery2/modules/keyalbum/po/pl.po +share/gallery2/modules/keyalbum/po/pt.mo share/gallery2/modules/keyalbum/po/pt.po +share/gallery2/modules/keyalbum/po/pt_BR.mo share/gallery2/modules/keyalbum/po/pt_BR.po +share/gallery2/modules/keyalbum/po/ro.mo share/gallery2/modules/keyalbum/po/ro.po +share/gallery2/modules/keyalbum/po/ru.mo share/gallery2/modules/keyalbum/po/ru.po +share/gallery2/modules/keyalbum/po/sk.mo share/gallery2/modules/keyalbum/po/sk.po +share/gallery2/modules/keyalbum/po/sl.mo share/gallery2/modules/keyalbum/po/sl.po +share/gallery2/modules/keyalbum/po/sr.mo share/gallery2/modules/keyalbum/po/sr.po share/gallery2/modules/keyalbum/po/strings.raw +share/gallery2/modules/keyalbum/po/sv.mo share/gallery2/modules/keyalbum/po/sv.po +share/gallery2/modules/keyalbum/po/tr.mo share/gallery2/modules/keyalbum/po/tr.po +share/gallery2/modules/keyalbum/po/uk.mo share/gallery2/modules/keyalbum/po/uk.po +share/gallery2/modules/keyalbum/po/vi.mo share/gallery2/modules/keyalbum/po/vi.po +share/gallery2/modules/keyalbum/po/zh_CN.mo share/gallery2/modules/keyalbum/po/zh_CN.po +share/gallery2/modules/keyalbum/po/zh_TW.mo share/gallery2/modules/keyalbum/po/zh_TW.po share/gallery2/modules/keyalbum/templates/KeywordAlbumSiteAdmin.tpl share/gallery2/modules/keyalbum/templates/blocks/KeywordLinks.tpl @@ -3245,86 +3541,86 @@ share/gallery2/modules/linkitem/classes/GalleryStorage/xml-src/A_GalleryLinkItem share/gallery2/modules/linkitem/classes/LinkItemToolkit.class share/gallery2/modules/linkitem/images/arrow.png share/gallery2/modules/linkitem/images/link.jpg -share/gallery2/modules/linkitem/locale/af/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/ar/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/bg/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/ca/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/cs/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/da/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/de/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/el/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/en_GB/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/es/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/es_AR/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/es_MX/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/et/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/eu/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/fi/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/fr/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/ga/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/he/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/hu/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/it/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/ja/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/ko/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/lt/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/nl/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/no/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/pl/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/pt/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/pt_BR/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/ro/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/ru/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/sk/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/sl/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/sr/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/sv/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/tr/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/uk/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/vi/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/zh_CN/LC_MESSAGES/modules_linkitem.mo -share/gallery2/modules/linkitem/locale/zh_TW/LC_MESSAGES/modules_linkitem.mo share/gallery2/modules/linkitem/module.inc share/gallery2/modules/linkitem/po/GNUmakefile +share/gallery2/modules/linkitem/po/af.mo share/gallery2/modules/linkitem/po/af.po +share/gallery2/modules/linkitem/po/ar.mo share/gallery2/modules/linkitem/po/ar.po +share/gallery2/modules/linkitem/po/bg.mo share/gallery2/modules/linkitem/po/bg.po +share/gallery2/modules/linkitem/po/ca.mo share/gallery2/modules/linkitem/po/ca.po +share/gallery2/modules/linkitem/po/cs.mo share/gallery2/modules/linkitem/po/cs.po +share/gallery2/modules/linkitem/po/da.mo share/gallery2/modules/linkitem/po/da.po +share/gallery2/modules/linkitem/po/de.mo share/gallery2/modules/linkitem/po/de.po +share/gallery2/modules/linkitem/po/el.mo share/gallery2/modules/linkitem/po/el.po +share/gallery2/modules/linkitem/po/en_GB.mo share/gallery2/modules/linkitem/po/en_GB.po +share/gallery2/modules/linkitem/po/es.mo share/gallery2/modules/linkitem/po/es.po +share/gallery2/modules/linkitem/po/es_AR.mo share/gallery2/modules/linkitem/po/es_AR.po +share/gallery2/modules/linkitem/po/es_MX.mo share/gallery2/modules/linkitem/po/es_MX.po +share/gallery2/modules/linkitem/po/et.mo share/gallery2/modules/linkitem/po/et.po +share/gallery2/modules/linkitem/po/eu.mo share/gallery2/modules/linkitem/po/eu.po +share/gallery2/modules/linkitem/po/fi.mo share/gallery2/modules/linkitem/po/fi.po +share/gallery2/modules/linkitem/po/fr.mo share/gallery2/modules/linkitem/po/fr.po +share/gallery2/modules/linkitem/po/ga.mo share/gallery2/modules/linkitem/po/ga.po +share/gallery2/modules/linkitem/po/he.mo share/gallery2/modules/linkitem/po/he.po +share/gallery2/modules/linkitem/po/hu.mo share/gallery2/modules/linkitem/po/hu.po +share/gallery2/modules/linkitem/po/it.mo share/gallery2/modules/linkitem/po/it.po +share/gallery2/modules/linkitem/po/ja.mo share/gallery2/modules/linkitem/po/ja.po +share/gallery2/modules/linkitem/po/ko.mo share/gallery2/modules/linkitem/po/ko.po +share/gallery2/modules/linkitem/po/lt.mo share/gallery2/modules/linkitem/po/lt.po +share/gallery2/modules/linkitem/po/nl.mo share/gallery2/modules/linkitem/po/nl.po +share/gallery2/modules/linkitem/po/no.mo share/gallery2/modules/linkitem/po/no.po +share/gallery2/modules/linkitem/po/pl.mo share/gallery2/modules/linkitem/po/pl.po +share/gallery2/modules/linkitem/po/pt.mo share/gallery2/modules/linkitem/po/pt.po +share/gallery2/modules/linkitem/po/pt_BR.mo share/gallery2/modules/linkitem/po/pt_BR.po +share/gallery2/modules/linkitem/po/ro.mo share/gallery2/modules/linkitem/po/ro.po +share/gallery2/modules/linkitem/po/ru.mo share/gallery2/modules/linkitem/po/ru.po +share/gallery2/modules/linkitem/po/sk.mo share/gallery2/modules/linkitem/po/sk.po +share/gallery2/modules/linkitem/po/sl.mo share/gallery2/modules/linkitem/po/sl.po +share/gallery2/modules/linkitem/po/sr.mo share/gallery2/modules/linkitem/po/sr.po share/gallery2/modules/linkitem/po/strings.raw +share/gallery2/modules/linkitem/po/sv.mo share/gallery2/modules/linkitem/po/sv.po +share/gallery2/modules/linkitem/po/tr.mo share/gallery2/modules/linkitem/po/tr.po +share/gallery2/modules/linkitem/po/uk.mo share/gallery2/modules/linkitem/po/uk.po +share/gallery2/modules/linkitem/po/vi.mo share/gallery2/modules/linkitem/po/vi.po +share/gallery2/modules/linkitem/po/zh_CN.mo share/gallery2/modules/linkitem/po/zh_CN.po +share/gallery2/modules/linkitem/po/zh_TW.mo share/gallery2/modules/linkitem/po/zh_TW.po share/gallery2/modules/linkitem/templates/ItemAddLinkItem.tpl share/gallery2/modules/linkitem/templates/LinkItemOption.tpl @@ -3338,90 +3634,90 @@ share/gallery2/modules/members/MembersProfile.inc share/gallery2/modules/members/classes/GalleryMembersHelper.class share/gallery2/modules/members/data/directory.gif share/gallery2/modules/members/data/file.gif -share/gallery2/modules/members/locale/af/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/ar/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/bg/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/ca/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/cs/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/da/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/de/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/el/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/en_GB/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/es/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/es_AR/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/es_MX/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/et/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/eu/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/fi/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/fr/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/ga/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/he/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/hu/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/is/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/it/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/ja/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/ko/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/lt/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/lv/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/nl/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/no/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/pl/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/pt/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/pt_BR/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/ro/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/ru/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/sk/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/sl/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/sr/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/sv/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/tr/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/uk/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/vi/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/zh_CN/LC_MESSAGES/modules_members.mo -share/gallery2/modules/members/locale/zh_TW/LC_MESSAGES/modules_members.mo share/gallery2/modules/members/module.inc share/gallery2/modules/members/po/GNUmakefile +share/gallery2/modules/members/po/af.mo share/gallery2/modules/members/po/af.po +share/gallery2/modules/members/po/ar.mo share/gallery2/modules/members/po/ar.po +share/gallery2/modules/members/po/bg.mo share/gallery2/modules/members/po/bg.po +share/gallery2/modules/members/po/ca.mo share/gallery2/modules/members/po/ca.po +share/gallery2/modules/members/po/cs.mo share/gallery2/modules/members/po/cs.po +share/gallery2/modules/members/po/da.mo share/gallery2/modules/members/po/da.po +share/gallery2/modules/members/po/de.mo share/gallery2/modules/members/po/de.po +share/gallery2/modules/members/po/el.mo share/gallery2/modules/members/po/el.po +share/gallery2/modules/members/po/en_GB.mo share/gallery2/modules/members/po/en_GB.po +share/gallery2/modules/members/po/es.mo share/gallery2/modules/members/po/es.po +share/gallery2/modules/members/po/es_AR.mo share/gallery2/modules/members/po/es_AR.po +share/gallery2/modules/members/po/es_MX.mo share/gallery2/modules/members/po/es_MX.po +share/gallery2/modules/members/po/et.mo share/gallery2/modules/members/po/et.po +share/gallery2/modules/members/po/eu.mo share/gallery2/modules/members/po/eu.po +share/gallery2/modules/members/po/fi.mo share/gallery2/modules/members/po/fi.po +share/gallery2/modules/members/po/fr.mo share/gallery2/modules/members/po/fr.po +share/gallery2/modules/members/po/ga.mo share/gallery2/modules/members/po/ga.po +share/gallery2/modules/members/po/he.mo share/gallery2/modules/members/po/he.po +share/gallery2/modules/members/po/hu.mo share/gallery2/modules/members/po/hu.po +share/gallery2/modules/members/po/is.mo share/gallery2/modules/members/po/is.po +share/gallery2/modules/members/po/it.mo share/gallery2/modules/members/po/it.po +share/gallery2/modules/members/po/ja.mo share/gallery2/modules/members/po/ja.po +share/gallery2/modules/members/po/ko.mo share/gallery2/modules/members/po/ko.po +share/gallery2/modules/members/po/lt.mo share/gallery2/modules/members/po/lt.po +share/gallery2/modules/members/po/lv.mo share/gallery2/modules/members/po/lv.po +share/gallery2/modules/members/po/nl.mo share/gallery2/modules/members/po/nl.po +share/gallery2/modules/members/po/no.mo share/gallery2/modules/members/po/no.po +share/gallery2/modules/members/po/pl.mo share/gallery2/modules/members/po/pl.po +share/gallery2/modules/members/po/pt.mo share/gallery2/modules/members/po/pt.po +share/gallery2/modules/members/po/pt_BR.mo share/gallery2/modules/members/po/pt_BR.po +share/gallery2/modules/members/po/ro.mo share/gallery2/modules/members/po/ro.po +share/gallery2/modules/members/po/ru.mo share/gallery2/modules/members/po/ru.po +share/gallery2/modules/members/po/sk.mo share/gallery2/modules/members/po/sk.po +share/gallery2/modules/members/po/sl.mo share/gallery2/modules/members/po/sl.po +share/gallery2/modules/members/po/sr.mo share/gallery2/modules/members/po/sr.po share/gallery2/modules/members/po/strings.raw +share/gallery2/modules/members/po/sv.mo share/gallery2/modules/members/po/sv.po +share/gallery2/modules/members/po/tr.mo share/gallery2/modules/members/po/tr.po +share/gallery2/modules/members/po/uk.mo share/gallery2/modules/members/po/uk.po +share/gallery2/modules/members/po/vi.mo share/gallery2/modules/members/po/vi.po +share/gallery2/modules/members/po/zh_CN.mo share/gallery2/modules/members/po/zh_CN.po +share/gallery2/modules/members/po/zh_TW.mo share/gallery2/modules/members/po/zh_TW.po share/gallery2/modules/members/templates/AdminMembers.tpl share/gallery2/modules/members/templates/MembersItems.tpl @@ -3443,72 +3739,74 @@ share/gallery2/modules/migrate/classes/GalleryStorage/schema.tpl share/gallery2/modules/migrate/classes/GalleryStorage/xml-src/A_G1MigrateMap_1.0.xml share/gallery2/modules/migrate/classes/Maps.inc share/gallery2/modules/migrate/classes/Maps.xml -share/gallery2/modules/migrate/locale/af/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/ar/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/ca/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/cs/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/da/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/de/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/en_GB/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/es/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/eu/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/fi/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/fr/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/ga/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/hu/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/is/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/it/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/ja/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/ko/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/lt/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/nl/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/no/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/pl/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/pt/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/ro/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/ru/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/sk/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/sr/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/sv/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/tr/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/uk/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/vi/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/zh_CN/LC_MESSAGES/modules_migrate.mo -share/gallery2/modules/migrate/locale/zh_TW/LC_MESSAGES/modules_migrate.mo share/gallery2/modules/migrate/module.inc share/gallery2/modules/migrate/po/GNUmakefile +share/gallery2/modules/migrate/po/af.mo share/gallery2/modules/migrate/po/af.po +share/gallery2/modules/migrate/po/ar.mo share/gallery2/modules/migrate/po/ar.po +share/gallery2/modules/migrate/po/ca.mo share/gallery2/modules/migrate/po/ca.po +share/gallery2/modules/migrate/po/cs.mo share/gallery2/modules/migrate/po/cs.po +share/gallery2/modules/migrate/po/da.mo share/gallery2/modules/migrate/po/da.po +share/gallery2/modules/migrate/po/de.mo share/gallery2/modules/migrate/po/de.po +share/gallery2/modules/migrate/po/el.mo +share/gallery2/modules/migrate/po/el.po +share/gallery2/modules/migrate/po/en_GB.mo share/gallery2/modules/migrate/po/en_GB.po +share/gallery2/modules/migrate/po/es.mo share/gallery2/modules/migrate/po/es.po +share/gallery2/modules/migrate/po/eu.mo share/gallery2/modules/migrate/po/eu.po +share/gallery2/modules/migrate/po/fi.mo share/gallery2/modules/migrate/po/fi.po +share/gallery2/modules/migrate/po/fr.mo share/gallery2/modules/migrate/po/fr.po +share/gallery2/modules/migrate/po/ga.mo share/gallery2/modules/migrate/po/ga.po +share/gallery2/modules/migrate/po/hu.mo share/gallery2/modules/migrate/po/hu.po +share/gallery2/modules/migrate/po/is.mo share/gallery2/modules/migrate/po/is.po +share/gallery2/modules/migrate/po/it.mo share/gallery2/modules/migrate/po/it.po +share/gallery2/modules/migrate/po/ja.mo share/gallery2/modules/migrate/po/ja.po +share/gallery2/modules/migrate/po/ko.mo share/gallery2/modules/migrate/po/ko.po +share/gallery2/modules/migrate/po/lt.mo share/gallery2/modules/migrate/po/lt.po +share/gallery2/modules/migrate/po/nl.mo share/gallery2/modules/migrate/po/nl.po +share/gallery2/modules/migrate/po/no.mo share/gallery2/modules/migrate/po/no.po +share/gallery2/modules/migrate/po/pl.mo share/gallery2/modules/migrate/po/pl.po +share/gallery2/modules/migrate/po/pt.mo share/gallery2/modules/migrate/po/pt.po +share/gallery2/modules/migrate/po/ro.mo share/gallery2/modules/migrate/po/ro.po +share/gallery2/modules/migrate/po/ru.mo share/gallery2/modules/migrate/po/ru.po +share/gallery2/modules/migrate/po/sk.mo share/gallery2/modules/migrate/po/sk.po +share/gallery2/modules/migrate/po/sr.mo share/gallery2/modules/migrate/po/sr.po share/gallery2/modules/migrate/po/strings.raw +share/gallery2/modules/migrate/po/sv.mo share/gallery2/modules/migrate/po/sv.po +share/gallery2/modules/migrate/po/tr.mo share/gallery2/modules/migrate/po/tr.po +share/gallery2/modules/migrate/po/uk.mo share/gallery2/modules/migrate/po/uk.po +share/gallery2/modules/migrate/po/vi.mo share/gallery2/modules/migrate/po/vi.po +share/gallery2/modules/migrate/po/zh_CN.mo share/gallery2/modules/migrate/po/zh_CN.po +share/gallery2/modules/migrate/po/zh_TW.mo share/gallery2/modules/migrate/po/zh_TW.po share/gallery2/modules/migrate/templates/ChooseObjects.tpl share/gallery2/modules/migrate/templates/ConfirmImport.tpl @@ -3524,86 +3822,86 @@ share/gallery2/modules/mime/classes/MimeHelper.class share/gallery2/modules/mime/data/b_drop.png share/gallery2/modules/mime/data/b_edit.png share/gallery2/modules/mime/data/mime_viewable.gif -share/gallery2/modules/mime/locale/af/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/ar/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/bg/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/ca/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/cs/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/da/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/de/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/el/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/en_GB/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/es/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/es_AR/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/es_MX/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/et/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/eu/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/fi/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/fr/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/ga/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/he/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/hu/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/it/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/ja/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/ko/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/lt/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/nl/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/no/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/pl/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/pt/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/pt_BR/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/ro/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/ru/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/sk/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/sl/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/sr/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/sv/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/tr/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/uk/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/vi/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/zh_CN/LC_MESSAGES/modules_mime.mo -share/gallery2/modules/mime/locale/zh_TW/LC_MESSAGES/modules_mime.mo share/gallery2/modules/mime/module.inc share/gallery2/modules/mime/po/GNUmakefile +share/gallery2/modules/mime/po/af.mo share/gallery2/modules/mime/po/af.po +share/gallery2/modules/mime/po/ar.mo share/gallery2/modules/mime/po/ar.po +share/gallery2/modules/mime/po/bg.mo share/gallery2/modules/mime/po/bg.po +share/gallery2/modules/mime/po/ca.mo share/gallery2/modules/mime/po/ca.po +share/gallery2/modules/mime/po/cs.mo share/gallery2/modules/mime/po/cs.po +share/gallery2/modules/mime/po/da.mo share/gallery2/modules/mime/po/da.po +share/gallery2/modules/mime/po/de.mo share/gallery2/modules/mime/po/de.po +share/gallery2/modules/mime/po/el.mo share/gallery2/modules/mime/po/el.po +share/gallery2/modules/mime/po/en_GB.mo share/gallery2/modules/mime/po/en_GB.po +share/gallery2/modules/mime/po/es.mo share/gallery2/modules/mime/po/es.po +share/gallery2/modules/mime/po/es_AR.mo share/gallery2/modules/mime/po/es_AR.po +share/gallery2/modules/mime/po/es_MX.mo share/gallery2/modules/mime/po/es_MX.po +share/gallery2/modules/mime/po/et.mo share/gallery2/modules/mime/po/et.po +share/gallery2/modules/mime/po/eu.mo share/gallery2/modules/mime/po/eu.po +share/gallery2/modules/mime/po/fi.mo share/gallery2/modules/mime/po/fi.po +share/gallery2/modules/mime/po/fr.mo share/gallery2/modules/mime/po/fr.po +share/gallery2/modules/mime/po/ga.mo share/gallery2/modules/mime/po/ga.po +share/gallery2/modules/mime/po/he.mo share/gallery2/modules/mime/po/he.po +share/gallery2/modules/mime/po/hu.mo share/gallery2/modules/mime/po/hu.po +share/gallery2/modules/mime/po/it.mo share/gallery2/modules/mime/po/it.po +share/gallery2/modules/mime/po/ja.mo share/gallery2/modules/mime/po/ja.po +share/gallery2/modules/mime/po/ko.mo share/gallery2/modules/mime/po/ko.po +share/gallery2/modules/mime/po/lt.mo share/gallery2/modules/mime/po/lt.po +share/gallery2/modules/mime/po/nl.mo share/gallery2/modules/mime/po/nl.po +share/gallery2/modules/mime/po/no.mo share/gallery2/modules/mime/po/no.po +share/gallery2/modules/mime/po/pl.mo share/gallery2/modules/mime/po/pl.po +share/gallery2/modules/mime/po/pt.mo share/gallery2/modules/mime/po/pt.po +share/gallery2/modules/mime/po/pt_BR.mo share/gallery2/modules/mime/po/pt_BR.po +share/gallery2/modules/mime/po/ro.mo share/gallery2/modules/mime/po/ro.po +share/gallery2/modules/mime/po/ru.mo share/gallery2/modules/mime/po/ru.po +share/gallery2/modules/mime/po/sk.mo share/gallery2/modules/mime/po/sk.po +share/gallery2/modules/mime/po/sl.mo share/gallery2/modules/mime/po/sl.po +share/gallery2/modules/mime/po/sr.mo share/gallery2/modules/mime/po/sr.po share/gallery2/modules/mime/po/strings.raw +share/gallery2/modules/mime/po/sv.mo share/gallery2/modules/mime/po/sv.po +share/gallery2/modules/mime/po/tr.mo share/gallery2/modules/mime/po/tr.po +share/gallery2/modules/mime/po/uk.mo share/gallery2/modules/mime/po/uk.po +share/gallery2/modules/mime/po/vi.mo share/gallery2/modules/mime/po/vi.po +share/gallery2/modules/mime/po/zh_CN.mo share/gallery2/modules/mime/po/zh_CN.po +share/gallery2/modules/mime/po/zh_TW.mo share/gallery2/modules/mime/po/zh_TW.po share/gallery2/modules/mime/templates/MimeAdmin.tpl share/gallery2/modules/mime/templates/MimeEdit.tpl @@ -3612,84 +3910,86 @@ share/gallery2/modules/mp3audio/MP3AudioOption.inc share/gallery2/modules/mp3audio/classes/MP3AudioRenderer.class share/gallery2/modules/mp3audio/lib/G2mp3.swf share/gallery2/modules/mp3audio/lib/LICENSE -share/gallery2/modules/mp3audio/locale/af/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/ar/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/bg/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/ca/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/cs/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/da/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/de/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/el/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/en_GB/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/es/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/es_AR/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/es_MX/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/et/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/eu/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/fi/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/fr/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/ga/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/he/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/hu/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/it/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/ja/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/ko/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/lt/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/nl/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/no/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/pl/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/pt/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/pt_BR/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/ro/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/ru/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/sk/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/sr/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/sv/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/tr/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/uk/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/vi/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/zh_CN/LC_MESSAGES/modules_mp3audio.mo -share/gallery2/modules/mp3audio/locale/zh_TW/LC_MESSAGES/modules_mp3audio.mo +share/gallery2/modules/mp3audio/lib/expressinstall.swf +share/gallery2/modules/mp3audio/lib/swfobject.js share/gallery2/modules/mp3audio/module.inc share/gallery2/modules/mp3audio/po/GNUmakefile +share/gallery2/modules/mp3audio/po/af.mo share/gallery2/modules/mp3audio/po/af.po +share/gallery2/modules/mp3audio/po/ar.mo share/gallery2/modules/mp3audio/po/ar.po +share/gallery2/modules/mp3audio/po/bg.mo share/gallery2/modules/mp3audio/po/bg.po +share/gallery2/modules/mp3audio/po/ca.mo share/gallery2/modules/mp3audio/po/ca.po +share/gallery2/modules/mp3audio/po/cs.mo share/gallery2/modules/mp3audio/po/cs.po +share/gallery2/modules/mp3audio/po/da.mo share/gallery2/modules/mp3audio/po/da.po +share/gallery2/modules/mp3audio/po/de.mo share/gallery2/modules/mp3audio/po/de.po +share/gallery2/modules/mp3audio/po/el.mo share/gallery2/modules/mp3audio/po/el.po +share/gallery2/modules/mp3audio/po/en_GB.mo share/gallery2/modules/mp3audio/po/en_GB.po +share/gallery2/modules/mp3audio/po/es.mo share/gallery2/modules/mp3audio/po/es.po +share/gallery2/modules/mp3audio/po/es_AR.mo share/gallery2/modules/mp3audio/po/es_AR.po +share/gallery2/modules/mp3audio/po/es_MX.mo share/gallery2/modules/mp3audio/po/es_MX.po +share/gallery2/modules/mp3audio/po/et.mo share/gallery2/modules/mp3audio/po/et.po +share/gallery2/modules/mp3audio/po/eu.mo share/gallery2/modules/mp3audio/po/eu.po +share/gallery2/modules/mp3audio/po/fi.mo share/gallery2/modules/mp3audio/po/fi.po +share/gallery2/modules/mp3audio/po/fr.mo share/gallery2/modules/mp3audio/po/fr.po +share/gallery2/modules/mp3audio/po/ga.mo share/gallery2/modules/mp3audio/po/ga.po +share/gallery2/modules/mp3audio/po/he.mo share/gallery2/modules/mp3audio/po/he.po +share/gallery2/modules/mp3audio/po/hu.mo share/gallery2/modules/mp3audio/po/hu.po +share/gallery2/modules/mp3audio/po/it.mo share/gallery2/modules/mp3audio/po/it.po +share/gallery2/modules/mp3audio/po/ja.mo share/gallery2/modules/mp3audio/po/ja.po +share/gallery2/modules/mp3audio/po/ko.mo share/gallery2/modules/mp3audio/po/ko.po +share/gallery2/modules/mp3audio/po/lt.mo share/gallery2/modules/mp3audio/po/lt.po +share/gallery2/modules/mp3audio/po/nl.mo share/gallery2/modules/mp3audio/po/nl.po +share/gallery2/modules/mp3audio/po/no.mo share/gallery2/modules/mp3audio/po/no.po +share/gallery2/modules/mp3audio/po/pl.mo share/gallery2/modules/mp3audio/po/pl.po +share/gallery2/modules/mp3audio/po/pt.mo share/gallery2/modules/mp3audio/po/pt.po +share/gallery2/modules/mp3audio/po/pt_BR.mo share/gallery2/modules/mp3audio/po/pt_BR.po +share/gallery2/modules/mp3audio/po/ro.mo share/gallery2/modules/mp3audio/po/ro.po +share/gallery2/modules/mp3audio/po/ru.mo share/gallery2/modules/mp3audio/po/ru.po +share/gallery2/modules/mp3audio/po/sk.mo share/gallery2/modules/mp3audio/po/sk.po +share/gallery2/modules/mp3audio/po/sr.mo share/gallery2/modules/mp3audio/po/sr.po share/gallery2/modules/mp3audio/po/strings.raw +share/gallery2/modules/mp3audio/po/sv.mo share/gallery2/modules/mp3audio/po/sv.po +share/gallery2/modules/mp3audio/po/tr.mo share/gallery2/modules/mp3audio/po/tr.po +share/gallery2/modules/mp3audio/po/uk.mo share/gallery2/modules/mp3audio/po/uk.po +share/gallery2/modules/mp3audio/po/vi.mo share/gallery2/modules/mp3audio/po/vi.po +share/gallery2/modules/mp3audio/po/zh_CN.mo share/gallery2/modules/mp3audio/po/zh_CN.po +share/gallery2/modules/mp3audio/po/zh_TW.mo share/gallery2/modules/mp3audio/po/zh_TW.po share/gallery2/modules/multilang/CantActivate.inc share/gallery2/modules/multilang/MANIFEST @@ -3702,306 +4002,316 @@ share/gallery2/modules/multilang/classes/Maps.inc share/gallery2/modules/multilang/classes/Maps.xml share/gallery2/modules/multilang/classes/MultiLangHelper.class share/gallery2/modules/multilang/classes/MultiLangSearch.class -share/gallery2/modules/multilang/locale/af/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/ar/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/ca/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/cs/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/da/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/de/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/en_GB/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/es/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/eu/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/fi/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/fr/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/hu/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/is/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/it/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/ja/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/ko/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/lt/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/nl/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/no/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/pl/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/ro/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/ru/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/sk/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/sr/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/sv/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/tr/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/uk/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/vi/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/zh_CN/LC_MESSAGES/modules_multilang.mo -share/gallery2/modules/multilang/locale/zh_TW/LC_MESSAGES/modules_multilang.mo share/gallery2/modules/multilang/module.inc share/gallery2/modules/multilang/po/GNUmakefile +share/gallery2/modules/multilang/po/af.mo share/gallery2/modules/multilang/po/af.po +share/gallery2/modules/multilang/po/ar.mo share/gallery2/modules/multilang/po/ar.po +share/gallery2/modules/multilang/po/ca.mo share/gallery2/modules/multilang/po/ca.po +share/gallery2/modules/multilang/po/cs.mo share/gallery2/modules/multilang/po/cs.po +share/gallery2/modules/multilang/po/da.mo share/gallery2/modules/multilang/po/da.po +share/gallery2/modules/multilang/po/de.mo share/gallery2/modules/multilang/po/de.po +share/gallery2/modules/multilang/po/el.mo +share/gallery2/modules/multilang/po/el.po +share/gallery2/modules/multilang/po/en_GB.mo share/gallery2/modules/multilang/po/en_GB.po +share/gallery2/modules/multilang/po/es.mo share/gallery2/modules/multilang/po/es.po +share/gallery2/modules/multilang/po/eu.mo share/gallery2/modules/multilang/po/eu.po +share/gallery2/modules/multilang/po/fi.mo share/gallery2/modules/multilang/po/fi.po +share/gallery2/modules/multilang/po/fr.mo share/gallery2/modules/multilang/po/fr.po +share/gallery2/modules/multilang/po/hu.mo share/gallery2/modules/multilang/po/hu.po +share/gallery2/modules/multilang/po/is.mo share/gallery2/modules/multilang/po/is.po +share/gallery2/modules/multilang/po/it.mo share/gallery2/modules/multilang/po/it.po +share/gallery2/modules/multilang/po/ja.mo share/gallery2/modules/multilang/po/ja.po +share/gallery2/modules/multilang/po/ko.mo share/gallery2/modules/multilang/po/ko.po +share/gallery2/modules/multilang/po/lt.mo share/gallery2/modules/multilang/po/lt.po +share/gallery2/modules/multilang/po/nl.mo share/gallery2/modules/multilang/po/nl.po +share/gallery2/modules/multilang/po/no.mo share/gallery2/modules/multilang/po/no.po +share/gallery2/modules/multilang/po/pl.mo share/gallery2/modules/multilang/po/pl.po +share/gallery2/modules/multilang/po/ro.mo share/gallery2/modules/multilang/po/ro.po +share/gallery2/modules/multilang/po/ru.mo share/gallery2/modules/multilang/po/ru.po +share/gallery2/modules/multilang/po/sk.mo share/gallery2/modules/multilang/po/sk.po +share/gallery2/modules/multilang/po/sr.mo share/gallery2/modules/multilang/po/sr.po share/gallery2/modules/multilang/po/strings.raw +share/gallery2/modules/multilang/po/sv.mo share/gallery2/modules/multilang/po/sv.po +share/gallery2/modules/multilang/po/tr.mo share/gallery2/modules/multilang/po/tr.po +share/gallery2/modules/multilang/po/uk.mo share/gallery2/modules/multilang/po/uk.po +share/gallery2/modules/multilang/po/vi.mo share/gallery2/modules/multilang/po/vi.po +share/gallery2/modules/multilang/po/zh_CN.mo share/gallery2/modules/multilang/po/zh_CN.po +share/gallery2/modules/multilang/po/zh_TW.mo share/gallery2/modules/multilang/po/zh_TW.po share/gallery2/modules/multilang/templates/CantActivate.tpl share/gallery2/modules/multilang/templates/MultiLangItemEdit.tpl share/gallery2/modules/multilang/templates/MultiLangSiteAdmin.tpl share/gallery2/modules/multiroot/ConfigureMultiroot.inc share/gallery2/modules/multiroot/MANIFEST -share/gallery2/modules/multiroot/locale/af/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/ar/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/bg/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/ca/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/cs/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/da/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/de/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/en_GB/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/es/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/es_AR/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/es_MX/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/et/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/eu/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/fi/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/fr/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/ga/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/he/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/hu/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/it/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/ja/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/ko/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/lt/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/nl/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/no/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/pl/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/pt/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/pt_BR/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/ro/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/ru/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/sk/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/sl/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/sr/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/sv/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/tr/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/uk/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/zh_CN/LC_MESSAGES/modules_multiroot.mo -share/gallery2/modules/multiroot/locale/zh_TW/LC_MESSAGES/modules_multiroot.mo share/gallery2/modules/multiroot/module.inc share/gallery2/modules/multiroot/po/GNUmakefile +share/gallery2/modules/multiroot/po/af.mo share/gallery2/modules/multiroot/po/af.po +share/gallery2/modules/multiroot/po/ar.mo share/gallery2/modules/multiroot/po/ar.po +share/gallery2/modules/multiroot/po/bg.mo share/gallery2/modules/multiroot/po/bg.po +share/gallery2/modules/multiroot/po/ca.mo share/gallery2/modules/multiroot/po/ca.po +share/gallery2/modules/multiroot/po/cs.mo share/gallery2/modules/multiroot/po/cs.po +share/gallery2/modules/multiroot/po/da.mo share/gallery2/modules/multiroot/po/da.po +share/gallery2/modules/multiroot/po/de.mo share/gallery2/modules/multiroot/po/de.po +share/gallery2/modules/multiroot/po/el.mo +share/gallery2/modules/multiroot/po/el.po +share/gallery2/modules/multiroot/po/en_GB.mo share/gallery2/modules/multiroot/po/en_GB.po +share/gallery2/modules/multiroot/po/es.mo share/gallery2/modules/multiroot/po/es.po +share/gallery2/modules/multiroot/po/es_AR.mo share/gallery2/modules/multiroot/po/es_AR.po +share/gallery2/modules/multiroot/po/es_MX.mo share/gallery2/modules/multiroot/po/es_MX.po +share/gallery2/modules/multiroot/po/et.mo share/gallery2/modules/multiroot/po/et.po +share/gallery2/modules/multiroot/po/eu.mo share/gallery2/modules/multiroot/po/eu.po +share/gallery2/modules/multiroot/po/fi.mo share/gallery2/modules/multiroot/po/fi.po +share/gallery2/modules/multiroot/po/fr.mo share/gallery2/modules/multiroot/po/fr.po +share/gallery2/modules/multiroot/po/ga.mo share/gallery2/modules/multiroot/po/ga.po +share/gallery2/modules/multiroot/po/he.mo share/gallery2/modules/multiroot/po/he.po +share/gallery2/modules/multiroot/po/hu.mo share/gallery2/modules/multiroot/po/hu.po +share/gallery2/modules/multiroot/po/it.mo share/gallery2/modules/multiroot/po/it.po +share/gallery2/modules/multiroot/po/ja.mo share/gallery2/modules/multiroot/po/ja.po +share/gallery2/modules/multiroot/po/ko.mo share/gallery2/modules/multiroot/po/ko.po +share/gallery2/modules/multiroot/po/lt.mo share/gallery2/modules/multiroot/po/lt.po +share/gallery2/modules/multiroot/po/nl.mo share/gallery2/modules/multiroot/po/nl.po +share/gallery2/modules/multiroot/po/no.mo share/gallery2/modules/multiroot/po/no.po +share/gallery2/modules/multiroot/po/pl.mo share/gallery2/modules/multiroot/po/pl.po +share/gallery2/modules/multiroot/po/pt.mo share/gallery2/modules/multiroot/po/pt.po +share/gallery2/modules/multiroot/po/pt_BR.mo share/gallery2/modules/multiroot/po/pt_BR.po +share/gallery2/modules/multiroot/po/ro.mo share/gallery2/modules/multiroot/po/ro.po +share/gallery2/modules/multiroot/po/ru.mo share/gallery2/modules/multiroot/po/ru.po +share/gallery2/modules/multiroot/po/sk.mo share/gallery2/modules/multiroot/po/sk.po +share/gallery2/modules/multiroot/po/sl.mo share/gallery2/modules/multiroot/po/sl.po +share/gallery2/modules/multiroot/po/sr.mo share/gallery2/modules/multiroot/po/sr.po share/gallery2/modules/multiroot/po/strings.raw +share/gallery2/modules/multiroot/po/sv.mo share/gallery2/modules/multiroot/po/sv.po +share/gallery2/modules/multiroot/po/tr.mo share/gallery2/modules/multiroot/po/tr.po +share/gallery2/modules/multiroot/po/uk.mo share/gallery2/modules/multiroot/po/uk.po +share/gallery2/modules/multiroot/po/zh_CN.mo share/gallery2/modules/multiroot/po/zh_CN.po +share/gallery2/modules/multiroot/po/zh_TW.mo share/gallery2/modules/multiroot/po/zh_TW.po share/gallery2/modules/multiroot/templates/ConfigureMultiroot.tpl share/gallery2/modules/netpbm/AdminNetPbm.inc share/gallery2/modules/netpbm/MANIFEST share/gallery2/modules/netpbm/classes/NetPbmToolkit.class share/gallery2/modules/netpbm/classes/NetPbmToolkitHelper.class -share/gallery2/modules/netpbm/locale/af/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/ar/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/ca/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/cs/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/da/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/de/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/el/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/en_GB/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/es/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/es_AR/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/eu/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/fi/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/fr/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/ga/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/he/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/hu/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/is/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/it/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/ja/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/ko/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/lt/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/lv/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/nl/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/no/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/pl/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/pt/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/pt_BR/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/ro/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/ru/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/sk/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/sr/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/sv/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/tr/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/uk/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/vi/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/zh_CN/LC_MESSAGES/modules_netpbm.mo -share/gallery2/modules/netpbm/locale/zh_TW/LC_MESSAGES/modules_netpbm.mo share/gallery2/modules/netpbm/module.inc share/gallery2/modules/netpbm/po/GNUmakefile +share/gallery2/modules/netpbm/po/af.mo share/gallery2/modules/netpbm/po/af.po +share/gallery2/modules/netpbm/po/ar.mo share/gallery2/modules/netpbm/po/ar.po +share/gallery2/modules/netpbm/po/ca.mo share/gallery2/modules/netpbm/po/ca.po +share/gallery2/modules/netpbm/po/cs.mo share/gallery2/modules/netpbm/po/cs.po +share/gallery2/modules/netpbm/po/da.mo share/gallery2/modules/netpbm/po/da.po +share/gallery2/modules/netpbm/po/de.mo share/gallery2/modules/netpbm/po/de.po +share/gallery2/modules/netpbm/po/el.mo share/gallery2/modules/netpbm/po/el.po +share/gallery2/modules/netpbm/po/en_GB.mo share/gallery2/modules/netpbm/po/en_GB.po +share/gallery2/modules/netpbm/po/es.mo share/gallery2/modules/netpbm/po/es.po +share/gallery2/modules/netpbm/po/es_AR.mo share/gallery2/modules/netpbm/po/es_AR.po +share/gallery2/modules/netpbm/po/eu.mo share/gallery2/modules/netpbm/po/eu.po +share/gallery2/modules/netpbm/po/fi.mo share/gallery2/modules/netpbm/po/fi.po +share/gallery2/modules/netpbm/po/fr.mo share/gallery2/modules/netpbm/po/fr.po +share/gallery2/modules/netpbm/po/ga.mo share/gallery2/modules/netpbm/po/ga.po +share/gallery2/modules/netpbm/po/he.mo share/gallery2/modules/netpbm/po/he.po +share/gallery2/modules/netpbm/po/hu.mo share/gallery2/modules/netpbm/po/hu.po +share/gallery2/modules/netpbm/po/is.mo share/gallery2/modules/netpbm/po/is.po +share/gallery2/modules/netpbm/po/it.mo share/gallery2/modules/netpbm/po/it.po +share/gallery2/modules/netpbm/po/ja.mo share/gallery2/modules/netpbm/po/ja.po +share/gallery2/modules/netpbm/po/ko.mo share/gallery2/modules/netpbm/po/ko.po +share/gallery2/modules/netpbm/po/lt.mo share/gallery2/modules/netpbm/po/lt.po +share/gallery2/modules/netpbm/po/lv.mo share/gallery2/modules/netpbm/po/lv.po +share/gallery2/modules/netpbm/po/nl.mo share/gallery2/modules/netpbm/po/nl.po +share/gallery2/modules/netpbm/po/no.mo share/gallery2/modules/netpbm/po/no.po +share/gallery2/modules/netpbm/po/pl.mo share/gallery2/modules/netpbm/po/pl.po +share/gallery2/modules/netpbm/po/pt.mo share/gallery2/modules/netpbm/po/pt.po +share/gallery2/modules/netpbm/po/pt_BR.mo share/gallery2/modules/netpbm/po/pt_BR.po +share/gallery2/modules/netpbm/po/ro.mo share/gallery2/modules/netpbm/po/ro.po +share/gallery2/modules/netpbm/po/ru.mo share/gallery2/modules/netpbm/po/ru.po +share/gallery2/modules/netpbm/po/sk.mo share/gallery2/modules/netpbm/po/sk.po +share/gallery2/modules/netpbm/po/sl.mo +share/gallery2/modules/netpbm/po/sl.po +share/gallery2/modules/netpbm/po/sr.mo share/gallery2/modules/netpbm/po/sr.po share/gallery2/modules/netpbm/po/strings.raw +share/gallery2/modules/netpbm/po/sv.mo share/gallery2/modules/netpbm/po/sv.po +share/gallery2/modules/netpbm/po/tr.mo share/gallery2/modules/netpbm/po/tr.po +share/gallery2/modules/netpbm/po/uk.mo share/gallery2/modules/netpbm/po/uk.po +share/gallery2/modules/netpbm/po/vi.mo share/gallery2/modules/netpbm/po/vi.po +share/gallery2/modules/netpbm/po/zh_CN.mo share/gallery2/modules/netpbm/po/zh_CN.po +share/gallery2/modules/netpbm/po/zh_TW.mo share/gallery2/modules/netpbm/po/zh_TW.po share/gallery2/modules/netpbm/templates/AdminNetPbm.tpl share/gallery2/modules/newitems/MANIFEST share/gallery2/modules/newitems/NewItemsSiteAdmin.inc share/gallery2/modules/newitems/classes/NewItemsHelper.class share/gallery2/modules/newitems/classes/NewItemsSortOrder.class -share/gallery2/modules/newitems/locale/af/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/ar/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/bg/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/ca/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/cs/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/da/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/de/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/en_GB/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/es/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/et/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/eu/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/fi/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/fr/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/hu/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/is/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/it/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/ja/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/ko/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/lt/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/nl/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/no/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/pl/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/pt_BR/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/ro/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/ru/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/sk/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/sr/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/sv/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/tr/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/uk/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/vi/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/zh_CN/LC_MESSAGES/modules_newitems.mo -share/gallery2/modules/newitems/locale/zh_TW/LC_MESSAGES/modules_newitems.mo share/gallery2/modules/newitems/module.inc share/gallery2/modules/newitems/po/GNUmakefile +share/gallery2/modules/newitems/po/af.mo share/gallery2/modules/newitems/po/af.po +share/gallery2/modules/newitems/po/ar.mo share/gallery2/modules/newitems/po/ar.po +share/gallery2/modules/newitems/po/bg.mo share/gallery2/modules/newitems/po/bg.po +share/gallery2/modules/newitems/po/ca.mo share/gallery2/modules/newitems/po/ca.po +share/gallery2/modules/newitems/po/cs.mo share/gallery2/modules/newitems/po/cs.po +share/gallery2/modules/newitems/po/da.mo share/gallery2/modules/newitems/po/da.po +share/gallery2/modules/newitems/po/de.mo share/gallery2/modules/newitems/po/de.po +share/gallery2/modules/newitems/po/el.mo +share/gallery2/modules/newitems/po/el.po +share/gallery2/modules/newitems/po/en_GB.mo share/gallery2/modules/newitems/po/en_GB.po +share/gallery2/modules/newitems/po/es.mo share/gallery2/modules/newitems/po/es.po +share/gallery2/modules/newitems/po/et.mo share/gallery2/modules/newitems/po/et.po +share/gallery2/modules/newitems/po/eu.mo share/gallery2/modules/newitems/po/eu.po +share/gallery2/modules/newitems/po/fa.mo +share/gallery2/modules/newitems/po/fa.po +share/gallery2/modules/newitems/po/fi.mo share/gallery2/modules/newitems/po/fi.po +share/gallery2/modules/newitems/po/fr.mo share/gallery2/modules/newitems/po/fr.po +share/gallery2/modules/newitems/po/hu.mo share/gallery2/modules/newitems/po/hu.po +share/gallery2/modules/newitems/po/is.mo share/gallery2/modules/newitems/po/is.po +share/gallery2/modules/newitems/po/it.mo share/gallery2/modules/newitems/po/it.po +share/gallery2/modules/newitems/po/ja.mo share/gallery2/modules/newitems/po/ja.po +share/gallery2/modules/newitems/po/ko.mo share/gallery2/modules/newitems/po/ko.po +share/gallery2/modules/newitems/po/lt.mo share/gallery2/modules/newitems/po/lt.po +share/gallery2/modules/newitems/po/nl.mo share/gallery2/modules/newitems/po/nl.po +share/gallery2/modules/newitems/po/no.mo share/gallery2/modules/newitems/po/no.po +share/gallery2/modules/newitems/po/pl.mo share/gallery2/modules/newitems/po/pl.po +share/gallery2/modules/newitems/po/pt_BR.mo share/gallery2/modules/newitems/po/pt_BR.po +share/gallery2/modules/newitems/po/ro.mo share/gallery2/modules/newitems/po/ro.po +share/gallery2/modules/newitems/po/ru.mo share/gallery2/modules/newitems/po/ru.po +share/gallery2/modules/newitems/po/sk.mo share/gallery2/modules/newitems/po/sk.po +share/gallery2/modules/newitems/po/sr.mo share/gallery2/modules/newitems/po/sr.po share/gallery2/modules/newitems/po/strings.raw +share/gallery2/modules/newitems/po/sv.mo share/gallery2/modules/newitems/po/sv.po +share/gallery2/modules/newitems/po/tr.mo share/gallery2/modules/newitems/po/tr.po +share/gallery2/modules/newitems/po/uk.mo share/gallery2/modules/newitems/po/uk.po +share/gallery2/modules/newitems/po/vi.mo share/gallery2/modules/newitems/po/vi.po +share/gallery2/modules/newitems/po/zh_CN.mo share/gallery2/modules/newitems/po/zh_CN.po +share/gallery2/modules/newitems/po/zh_TW.mo share/gallery2/modules/newitems/po/zh_TW.po share/gallery2/modules/newitems/templates/NewItemsSiteAdmin.tpl share/gallery2/modules/nokiaupload/Configure.inc @@ -4013,70 +4323,126 @@ share/gallery2/modules/nokiaupload/README share/gallery2/modules/nokiaupload/RemoteStorageCapabilities.inc share/gallery2/modules/nokiaupload/Upload.inc share/gallery2/modules/nokiaupload/classes/ImageUploadHelper.class -share/gallery2/modules/nokiaupload/locale/af/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/ar/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/ca/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/cs/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/da/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/de/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/en_GB/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/es/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/eu/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/fi/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/fr/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/hu/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/is/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/it/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/ja/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/ko/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/lt/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/nl/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/no/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/pl/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/ro/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/ru/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/sk/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/sr/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/sv/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/tr/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/uk/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/vi/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/zh_CN/LC_MESSAGES/modules_nokiaupload.mo -share/gallery2/modules/nokiaupload/locale/zh_TW/LC_MESSAGES/modules_nokiaupload.mo share/gallery2/modules/nokiaupload/module.inc share/gallery2/modules/nokiaupload/po/GNUmakefile +share/gallery2/modules/nokiaupload/po/af.mo share/gallery2/modules/nokiaupload/po/af.po +share/gallery2/modules/nokiaupload/po/ar.mo share/gallery2/modules/nokiaupload/po/ar.po +share/gallery2/modules/nokiaupload/po/ca.mo share/gallery2/modules/nokiaupload/po/ca.po +share/gallery2/modules/nokiaupload/po/cs.mo share/gallery2/modules/nokiaupload/po/cs.po +share/gallery2/modules/nokiaupload/po/da.mo share/gallery2/modules/nokiaupload/po/da.po +share/gallery2/modules/nokiaupload/po/de.mo share/gallery2/modules/nokiaupload/po/de.po +share/gallery2/modules/nokiaupload/po/el.mo +share/gallery2/modules/nokiaupload/po/el.po +share/gallery2/modules/nokiaupload/po/en_GB.mo share/gallery2/modules/nokiaupload/po/en_GB.po +share/gallery2/modules/nokiaupload/po/es.mo share/gallery2/modules/nokiaupload/po/es.po +share/gallery2/modules/nokiaupload/po/eu.mo share/gallery2/modules/nokiaupload/po/eu.po +share/gallery2/modules/nokiaupload/po/fi.mo share/gallery2/modules/nokiaupload/po/fi.po +share/gallery2/modules/nokiaupload/po/fr.mo share/gallery2/modules/nokiaupload/po/fr.po +share/gallery2/modules/nokiaupload/po/hu.mo share/gallery2/modules/nokiaupload/po/hu.po +share/gallery2/modules/nokiaupload/po/is.mo share/gallery2/modules/nokiaupload/po/is.po +share/gallery2/modules/nokiaupload/po/it.mo share/gallery2/modules/nokiaupload/po/it.po +share/gallery2/modules/nokiaupload/po/ja.mo share/gallery2/modules/nokiaupload/po/ja.po +share/gallery2/modules/nokiaupload/po/ko.mo share/gallery2/modules/nokiaupload/po/ko.po +share/gallery2/modules/nokiaupload/po/lt.mo share/gallery2/modules/nokiaupload/po/lt.po +share/gallery2/modules/nokiaupload/po/nl.mo share/gallery2/modules/nokiaupload/po/nl.po +share/gallery2/modules/nokiaupload/po/no.mo share/gallery2/modules/nokiaupload/po/no.po +share/gallery2/modules/nokiaupload/po/pl.mo share/gallery2/modules/nokiaupload/po/pl.po +share/gallery2/modules/nokiaupload/po/ro.mo share/gallery2/modules/nokiaupload/po/ro.po +share/gallery2/modules/nokiaupload/po/ru.mo share/gallery2/modules/nokiaupload/po/ru.po +share/gallery2/modules/nokiaupload/po/sk.mo share/gallery2/modules/nokiaupload/po/sk.po +share/gallery2/modules/nokiaupload/po/sr.mo share/gallery2/modules/nokiaupload/po/sr.po share/gallery2/modules/nokiaupload/po/strings.raw +share/gallery2/modules/nokiaupload/po/sv.mo share/gallery2/modules/nokiaupload/po/sv.po +share/gallery2/modules/nokiaupload/po/tr.mo share/gallery2/modules/nokiaupload/po/tr.po +share/gallery2/modules/nokiaupload/po/uk.mo share/gallery2/modules/nokiaupload/po/uk.po +share/gallery2/modules/nokiaupload/po/vi.mo share/gallery2/modules/nokiaupload/po/vi.po +share/gallery2/modules/nokiaupload/po/zh_CN.mo share/gallery2/modules/nokiaupload/po/zh_CN.po +share/gallery2/modules/nokiaupload/po/zh_TW.mo share/gallery2/modules/nokiaupload/po/zh_TW.po share/gallery2/modules/nokiaupload/templates/Configure.tpl +share/gallery2/modules/notification/MANIFEST +share/gallery2/modules/notification/NotificationItemAdmin.inc +share/gallery2/modules/notification/NotificationItemsAddedOption.inc +share/gallery2/modules/notification/NotificationSiteAdmin.inc +share/gallery2/modules/notification/NotificationUserAdmin.inc +share/gallery2/modules/notification/classes/GNUmakefile +share/gallery2/modules/notification/classes/GalleryCoreEventNotifications.class +share/gallery2/modules/notification/classes/GalleryStorage/GNUmakefile +share/gallery2/modules/notification/classes/GalleryStorage/schema.tpl +share/gallery2/modules/notification/classes/GalleryStorage/xml-src/R_NotificationEvents_1.0.xml +share/gallery2/modules/notification/classes/GalleryStorage/xml-src/R_NotificationMethods_1.0.xml +share/gallery2/modules/notification/classes/GalleryStorage/xml-src/R_NotificationSubscriptions_1.0.xml +share/gallery2/modules/notification/classes/Maps.inc +share/gallery2/modules/notification/classes/Maps.xml +share/gallery2/modules/notification/classes/NotificationEvent_1_0.class +share/gallery2/modules/notification/classes/NotificationHandler_1_0.class +share/gallery2/modules/notification/classes/NotificationHelper.class +share/gallery2/modules/notification/classes/NotificationItemStateChangeHandler.class +share/gallery2/modules/notification/classes/NotificationMethodEmail.class +share/gallery2/modules/notification/classes/NotificationRouter.class +share/gallery2/modules/notification/data/grids.css +share/gallery2/modules/notification/module.inc +share/gallery2/modules/notification/po/GNUmakefile +share/gallery2/modules/notification/po/de.mo +share/gallery2/modules/notification/po/de.po +share/gallery2/modules/notification/po/en_GB.mo +share/gallery2/modules/notification/po/en_GB.po +share/gallery2/modules/notification/po/es.mo +share/gallery2/modules/notification/po/es.po +share/gallery2/modules/notification/po/fr.mo +share/gallery2/modules/notification/po/fr.po +share/gallery2/modules/notification/po/it.mo +share/gallery2/modules/notification/po/it.po +share/gallery2/modules/notification/po/ja.mo +share/gallery2/modules/notification/po/ja.po +share/gallery2/modules/notification/po/pl.mo +share/gallery2/modules/notification/po/pl.po +share/gallery2/modules/notification/po/ru.mo +share/gallery2/modules/notification/po/ru.po +share/gallery2/modules/notification/po/sk.mo +share/gallery2/modules/notification/po/sk.po +share/gallery2/modules/notification/po/sl.mo +share/gallery2/modules/notification/po/sl.po +share/gallery2/modules/notification/po/sr.mo +share/gallery2/modules/notification/po/sr.po +share/gallery2/modules/notification/po/strings.raw +share/gallery2/modules/notification/po/sv.mo +share/gallery2/modules/notification/po/sv.po +share/gallery2/modules/notification/po/zh_TW.mo +share/gallery2/modules/notification/po/zh_TW.po +share/gallery2/modules/notification/templates/NotificationEmail.tpl +share/gallery2/modules/notification/templates/NotificationItemAdmin.tpl +share/gallery2/modules/notification/templates/NotificationSiteAdmin.tpl +share/gallery2/modules/notification/templates/NotificationUserAdmin.tpl share/gallery2/modules/panorama/MANIFEST share/gallery2/modules/panorama/Panorama.inc share/gallery2/modules/panorama/PanoramaOption.inc @@ -4086,70 +4452,72 @@ share/gallery2/modules/panorama/classes/PanoramaRenderer.class share/gallery2/modules/panorama/classes/PanoramaUpgradeHelper.class share/gallery2/modules/panorama/images/slider.png share/gallery2/modules/panorama/java/Metamorphose.jar -share/gallery2/modules/panorama/locale/af/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/ar/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/ca/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/cs/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/da/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/de/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/en_GB/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/es/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/eu/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/fi/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/fr/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/hu/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/is/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/it/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/ja/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/ko/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/lt/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/nl/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/no/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/pl/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/pt_BR/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/ro/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/ru/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/sk/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/sr/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/sv/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/tr/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/uk/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/vi/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/zh_CN/LC_MESSAGES/modules_panorama.mo -share/gallery2/modules/panorama/locale/zh_TW/LC_MESSAGES/modules_panorama.mo share/gallery2/modules/panorama/module.inc share/gallery2/modules/panorama/po/GNUmakefile +share/gallery2/modules/panorama/po/af.mo share/gallery2/modules/panorama/po/af.po +share/gallery2/modules/panorama/po/ar.mo share/gallery2/modules/panorama/po/ar.po +share/gallery2/modules/panorama/po/ca.mo share/gallery2/modules/panorama/po/ca.po +share/gallery2/modules/panorama/po/cs.mo share/gallery2/modules/panorama/po/cs.po +share/gallery2/modules/panorama/po/da.mo share/gallery2/modules/panorama/po/da.po +share/gallery2/modules/panorama/po/de.mo share/gallery2/modules/panorama/po/de.po +share/gallery2/modules/panorama/po/el.mo +share/gallery2/modules/panorama/po/el.po +share/gallery2/modules/panorama/po/en_GB.mo share/gallery2/modules/panorama/po/en_GB.po +share/gallery2/modules/panorama/po/es.mo share/gallery2/modules/panorama/po/es.po +share/gallery2/modules/panorama/po/eu.mo share/gallery2/modules/panorama/po/eu.po +share/gallery2/modules/panorama/po/fi.mo share/gallery2/modules/panorama/po/fi.po +share/gallery2/modules/panorama/po/fr.mo share/gallery2/modules/panorama/po/fr.po +share/gallery2/modules/panorama/po/hu.mo share/gallery2/modules/panorama/po/hu.po +share/gallery2/modules/panorama/po/is.mo share/gallery2/modules/panorama/po/is.po +share/gallery2/modules/panorama/po/it.mo share/gallery2/modules/panorama/po/it.po +share/gallery2/modules/panorama/po/ja.mo share/gallery2/modules/panorama/po/ja.po +share/gallery2/modules/panorama/po/ko.mo share/gallery2/modules/panorama/po/ko.po +share/gallery2/modules/panorama/po/lt.mo share/gallery2/modules/panorama/po/lt.po +share/gallery2/modules/panorama/po/nl.mo share/gallery2/modules/panorama/po/nl.po +share/gallery2/modules/panorama/po/no.mo share/gallery2/modules/panorama/po/no.po +share/gallery2/modules/panorama/po/pl.mo share/gallery2/modules/panorama/po/pl.po +share/gallery2/modules/panorama/po/pt_BR.mo share/gallery2/modules/panorama/po/pt_BR.po +share/gallery2/modules/panorama/po/ro.mo share/gallery2/modules/panorama/po/ro.po +share/gallery2/modules/panorama/po/ru.mo share/gallery2/modules/panorama/po/ru.po +share/gallery2/modules/panorama/po/sk.mo share/gallery2/modules/panorama/po/sk.po +share/gallery2/modules/panorama/po/sr.mo share/gallery2/modules/panorama/po/sr.po share/gallery2/modules/panorama/po/strings.raw +share/gallery2/modules/panorama/po/sv.mo share/gallery2/modules/panorama/po/sv.po +share/gallery2/modules/panorama/po/tr.mo share/gallery2/modules/panorama/po/tr.po +share/gallery2/modules/panorama/po/uk.mo share/gallery2/modules/panorama/po/uk.po +share/gallery2/modules/panorama/po/vi.mo share/gallery2/modules/panorama/po/vi.po +share/gallery2/modules/panorama/po/zh_CN.mo share/gallery2/modules/panorama/po/zh_CN.po +share/gallery2/modules/panorama/po/zh_TW.mo share/gallery2/modules/panorama/po/zh_TW.po share/gallery2/modules/panorama/templates/Panorama.tpl share/gallery2/modules/panorama/templates/PanoramaOption.tpl @@ -4160,66 +4528,70 @@ share/gallery2/modules/password/PasswordOption.inc share/gallery2/modules/password/classes/PasswordCaptchaAdminOption.class share/gallery2/modules/password/classes/PasswordHelper.class share/gallery2/modules/password/classes/PasswordInterface_1_0.class -share/gallery2/modules/password/locale/af/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/ar/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/ca/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/cs/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/da/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/de/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/en_GB/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/es/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/eu/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/fi/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/fr/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/hu/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/it/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/ja/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/ko/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/lt/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/nl/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/no/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/pl/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/ro/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/ru/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/sk/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/sr/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/sv/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/tr/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/uk/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/vi/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/zh_CN/LC_MESSAGES/modules_password.mo -share/gallery2/modules/password/locale/zh_TW/LC_MESSAGES/modules_password.mo share/gallery2/modules/password/module.inc share/gallery2/modules/password/po/GNUmakefile +share/gallery2/modules/password/po/af.mo share/gallery2/modules/password/po/af.po +share/gallery2/modules/password/po/ar.mo share/gallery2/modules/password/po/ar.po +share/gallery2/modules/password/po/ca.mo share/gallery2/modules/password/po/ca.po +share/gallery2/modules/password/po/cs.mo share/gallery2/modules/password/po/cs.po +share/gallery2/modules/password/po/da.mo share/gallery2/modules/password/po/da.po +share/gallery2/modules/password/po/de.mo share/gallery2/modules/password/po/de.po +share/gallery2/modules/password/po/el.mo +share/gallery2/modules/password/po/el.po +share/gallery2/modules/password/po/en_GB.mo share/gallery2/modules/password/po/en_GB.po +share/gallery2/modules/password/po/es.mo share/gallery2/modules/password/po/es.po +share/gallery2/modules/password/po/eu.mo share/gallery2/modules/password/po/eu.po +share/gallery2/modules/password/po/fa.mo +share/gallery2/modules/password/po/fa.po +share/gallery2/modules/password/po/fi.mo share/gallery2/modules/password/po/fi.po +share/gallery2/modules/password/po/fr.mo share/gallery2/modules/password/po/fr.po +share/gallery2/modules/password/po/hu.mo share/gallery2/modules/password/po/hu.po +share/gallery2/modules/password/po/it.mo share/gallery2/modules/password/po/it.po +share/gallery2/modules/password/po/ja.mo share/gallery2/modules/password/po/ja.po +share/gallery2/modules/password/po/ko.mo share/gallery2/modules/password/po/ko.po +share/gallery2/modules/password/po/lt.mo share/gallery2/modules/password/po/lt.po +share/gallery2/modules/password/po/nl.mo share/gallery2/modules/password/po/nl.po +share/gallery2/modules/password/po/no.mo share/gallery2/modules/password/po/no.po +share/gallery2/modules/password/po/pl.mo share/gallery2/modules/password/po/pl.po +share/gallery2/modules/password/po/ro.mo share/gallery2/modules/password/po/ro.po +share/gallery2/modules/password/po/ru.mo share/gallery2/modules/password/po/ru.po +share/gallery2/modules/password/po/sk.mo share/gallery2/modules/password/po/sk.po +share/gallery2/modules/password/po/sr.mo share/gallery2/modules/password/po/sr.po share/gallery2/modules/password/po/strings.raw +share/gallery2/modules/password/po/sv.mo share/gallery2/modules/password/po/sv.po +share/gallery2/modules/password/po/tr.mo share/gallery2/modules/password/po/tr.po +share/gallery2/modules/password/po/uk.mo share/gallery2/modules/password/po/uk.po +share/gallery2/modules/password/po/vi.mo share/gallery2/modules/password/po/vi.po +share/gallery2/modules/password/po/zh_CN.mo share/gallery2/modules/password/po/zh_CN.po +share/gallery2/modules/password/po/zh_TW.mo share/gallery2/modules/password/po/zh_TW.po share/gallery2/modules/password/templates/PasswordEntry.tpl share/gallery2/modules/password/templates/PasswordOption.tpl @@ -4234,66 +4606,68 @@ share/gallery2/modules/permalinks/classes/GalleryStorage/schema.tpl share/gallery2/modules/permalinks/classes/Maps.inc share/gallery2/modules/permalinks/classes/Maps.xml share/gallery2/modules/permalinks/classes/PermalinksMapHelper.class -share/gallery2/modules/permalinks/locale/af/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/ar/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/ca/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/cs/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/da/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/de/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/en_GB/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/es/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/eu/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/fi/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/fr/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/hu/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/it/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/ja/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/ko/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/lt/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/nl/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/no/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/pl/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/ro/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/ru/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/sk/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/sr/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/sv/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/tr/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/uk/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/vi/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/zh_CN/LC_MESSAGES/modules_permalinks.mo -share/gallery2/modules/permalinks/locale/zh_TW/LC_MESSAGES/modules_permalinks.mo share/gallery2/modules/permalinks/module.inc share/gallery2/modules/permalinks/po/GNUmakefile +share/gallery2/modules/permalinks/po/af.mo share/gallery2/modules/permalinks/po/af.po +share/gallery2/modules/permalinks/po/ar.mo share/gallery2/modules/permalinks/po/ar.po +share/gallery2/modules/permalinks/po/ca.mo share/gallery2/modules/permalinks/po/ca.po +share/gallery2/modules/permalinks/po/cs.mo share/gallery2/modules/permalinks/po/cs.po +share/gallery2/modules/permalinks/po/da.mo share/gallery2/modules/permalinks/po/da.po +share/gallery2/modules/permalinks/po/de.mo share/gallery2/modules/permalinks/po/de.po +share/gallery2/modules/permalinks/po/el.mo +share/gallery2/modules/permalinks/po/el.po +share/gallery2/modules/permalinks/po/en_GB.mo share/gallery2/modules/permalinks/po/en_GB.po +share/gallery2/modules/permalinks/po/es.mo share/gallery2/modules/permalinks/po/es.po +share/gallery2/modules/permalinks/po/eu.mo share/gallery2/modules/permalinks/po/eu.po +share/gallery2/modules/permalinks/po/fi.mo share/gallery2/modules/permalinks/po/fi.po +share/gallery2/modules/permalinks/po/fr.mo share/gallery2/modules/permalinks/po/fr.po +share/gallery2/modules/permalinks/po/hu.mo share/gallery2/modules/permalinks/po/hu.po +share/gallery2/modules/permalinks/po/it.mo share/gallery2/modules/permalinks/po/it.po +share/gallery2/modules/permalinks/po/ja.mo share/gallery2/modules/permalinks/po/ja.po +share/gallery2/modules/permalinks/po/ko.mo share/gallery2/modules/permalinks/po/ko.po +share/gallery2/modules/permalinks/po/lt.mo share/gallery2/modules/permalinks/po/lt.po +share/gallery2/modules/permalinks/po/nl.mo share/gallery2/modules/permalinks/po/nl.po +share/gallery2/modules/permalinks/po/no.mo share/gallery2/modules/permalinks/po/no.po +share/gallery2/modules/permalinks/po/pl.mo share/gallery2/modules/permalinks/po/pl.po +share/gallery2/modules/permalinks/po/ro.mo share/gallery2/modules/permalinks/po/ro.po +share/gallery2/modules/permalinks/po/ru.mo share/gallery2/modules/permalinks/po/ru.po +share/gallery2/modules/permalinks/po/sk.mo share/gallery2/modules/permalinks/po/sk.po +share/gallery2/modules/permalinks/po/sr.mo share/gallery2/modules/permalinks/po/sr.po share/gallery2/modules/permalinks/po/strings.raw +share/gallery2/modules/permalinks/po/sv.mo share/gallery2/modules/permalinks/po/sv.po +share/gallery2/modules/permalinks/po/tr.mo share/gallery2/modules/permalinks/po/tr.po +share/gallery2/modules/permalinks/po/uk.mo share/gallery2/modules/permalinks/po/uk.po +share/gallery2/modules/permalinks/po/vi.mo share/gallery2/modules/permalinks/po/vi.po +share/gallery2/modules/permalinks/po/zh_CN.mo share/gallery2/modules/permalinks/po/zh_CN.po +share/gallery2/modules/permalinks/po/zh_TW.mo share/gallery2/modules/permalinks/po/zh_TW.po share/gallery2/modules/permalinks/templates/ActivationWarning.tpl share/gallery2/modules/permalinks/templates/PermalinksOption.tpl @@ -4303,48 +4677,74 @@ share/gallery2/modules/photoaccess/MANIFEST share/gallery2/modules/photoaccess/PrintPhoto.inc share/gallery2/modules/photoaccess/classes/PhotoAccessCartPlugin.class share/gallery2/modules/photoaccess/classes/PhotoAccessHelper.class -share/gallery2/modules/photoaccess/locale/af/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/cs/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/de/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/en_GB/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/es/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/fi/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/fr/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/is/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/it/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/ja/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/ko/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/nl/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/no/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/pl/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/ru/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/sr/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/sv/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/tr/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/zh_CN/LC_MESSAGES/modules_photoaccess.mo -share/gallery2/modules/photoaccess/locale/zh_TW/LC_MESSAGES/modules_photoaccess.mo share/gallery2/modules/photoaccess/module.inc share/gallery2/modules/photoaccess/po/GNUmakefile +share/gallery2/modules/photoaccess/po/af.mo share/gallery2/modules/photoaccess/po/af.po +share/gallery2/modules/photoaccess/po/bg.mo +share/gallery2/modules/photoaccess/po/bg.po +share/gallery2/modules/photoaccess/po/ca.mo +share/gallery2/modules/photoaccess/po/ca.po +share/gallery2/modules/photoaccess/po/cs.mo share/gallery2/modules/photoaccess/po/cs.po +share/gallery2/modules/photoaccess/po/da.mo +share/gallery2/modules/photoaccess/po/da.po +share/gallery2/modules/photoaccess/po/de.mo share/gallery2/modules/photoaccess/po/de.po +share/gallery2/modules/photoaccess/po/el.mo +share/gallery2/modules/photoaccess/po/el.po +share/gallery2/modules/photoaccess/po/en_GB.mo share/gallery2/modules/photoaccess/po/en_GB.po +share/gallery2/modules/photoaccess/po/es.mo share/gallery2/modules/photoaccess/po/es.po +share/gallery2/modules/photoaccess/po/es_AR.mo +share/gallery2/modules/photoaccess/po/es_AR.po +share/gallery2/modules/photoaccess/po/es_MX.mo +share/gallery2/modules/photoaccess/po/es_MX.po +share/gallery2/modules/photoaccess/po/et.mo +share/gallery2/modules/photoaccess/po/et.po +share/gallery2/modules/photoaccess/po/eu.mo +share/gallery2/modules/photoaccess/po/eu.po +share/gallery2/modules/photoaccess/po/fi.mo share/gallery2/modules/photoaccess/po/fi.po +share/gallery2/modules/photoaccess/po/fr.mo share/gallery2/modules/photoaccess/po/fr.po +share/gallery2/modules/photoaccess/po/ga.mo +share/gallery2/modules/photoaccess/po/ga.po +share/gallery2/modules/photoaccess/po/hu.mo +share/gallery2/modules/photoaccess/po/hu.po +share/gallery2/modules/photoaccess/po/is.mo share/gallery2/modules/photoaccess/po/is.po +share/gallery2/modules/photoaccess/po/it.mo share/gallery2/modules/photoaccess/po/it.po +share/gallery2/modules/photoaccess/po/ja.mo share/gallery2/modules/photoaccess/po/ja.po +share/gallery2/modules/photoaccess/po/ko.mo share/gallery2/modules/photoaccess/po/ko.po +share/gallery2/modules/photoaccess/po/nl.mo share/gallery2/modules/photoaccess/po/nl.po +share/gallery2/modules/photoaccess/po/no.mo share/gallery2/modules/photoaccess/po/no.po +share/gallery2/modules/photoaccess/po/pl.mo share/gallery2/modules/photoaccess/po/pl.po +share/gallery2/modules/photoaccess/po/pt_BR.mo +share/gallery2/modules/photoaccess/po/pt_BR.po +share/gallery2/modules/photoaccess/po/ro.mo +share/gallery2/modules/photoaccess/po/ro.po +share/gallery2/modules/photoaccess/po/ru.mo share/gallery2/modules/photoaccess/po/ru.po +share/gallery2/modules/photoaccess/po/sr.mo share/gallery2/modules/photoaccess/po/sr.po share/gallery2/modules/photoaccess/po/strings.raw +share/gallery2/modules/photoaccess/po/sv.mo share/gallery2/modules/photoaccess/po/sv.po +share/gallery2/modules/photoaccess/po/tr.mo share/gallery2/modules/photoaccess/po/tr.po +share/gallery2/modules/photoaccess/po/vi.mo +share/gallery2/modules/photoaccess/po/vi.po +share/gallery2/modules/photoaccess/po/zh_CN.mo share/gallery2/modules/photoaccess/po/zh_CN.po +share/gallery2/modules/photoaccess/po/zh_TW.mo share/gallery2/modules/photoaccess/po/zh_TW.po share/gallery2/modules/photoaccess/templates/FulfillmentError.tpl share/gallery2/modules/picasa/ConfirmPicasaImport.inc @@ -4355,66 +4755,68 @@ share/gallery2/modules/picasa/SelectPicasaExportPath.inc share/gallery2/modules/picasa/classes/Picasa2DataParser.class share/gallery2/modules/picasa/classes/PicasaImportHelper.class share/gallery2/modules/picasa/docs/README.TXT -share/gallery2/modules/picasa/locale/af/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/ar/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/ca/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/cs/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/da/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/de/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/en_GB/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/es/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/eu/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/fi/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/fr/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/hu/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/it/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/ja/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/ko/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/lt/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/nl/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/no/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/pl/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/ro/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/ru/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/sk/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/sr/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/sv/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/tr/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/uk/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/vi/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/zh_CN/LC_MESSAGES/modules_picasa.mo -share/gallery2/modules/picasa/locale/zh_TW/LC_MESSAGES/modules_picasa.mo share/gallery2/modules/picasa/module.inc share/gallery2/modules/picasa/po/GNUmakefile +share/gallery2/modules/picasa/po/af.mo share/gallery2/modules/picasa/po/af.po +share/gallery2/modules/picasa/po/ar.mo share/gallery2/modules/picasa/po/ar.po +share/gallery2/modules/picasa/po/ca.mo share/gallery2/modules/picasa/po/ca.po +share/gallery2/modules/picasa/po/cs.mo share/gallery2/modules/picasa/po/cs.po +share/gallery2/modules/picasa/po/da.mo share/gallery2/modules/picasa/po/da.po +share/gallery2/modules/picasa/po/de.mo share/gallery2/modules/picasa/po/de.po +share/gallery2/modules/picasa/po/el.mo +share/gallery2/modules/picasa/po/el.po +share/gallery2/modules/picasa/po/en_GB.mo share/gallery2/modules/picasa/po/en_GB.po +share/gallery2/modules/picasa/po/es.mo share/gallery2/modules/picasa/po/es.po +share/gallery2/modules/picasa/po/eu.mo share/gallery2/modules/picasa/po/eu.po +share/gallery2/modules/picasa/po/fi.mo share/gallery2/modules/picasa/po/fi.po +share/gallery2/modules/picasa/po/fr.mo share/gallery2/modules/picasa/po/fr.po +share/gallery2/modules/picasa/po/hu.mo share/gallery2/modules/picasa/po/hu.po +share/gallery2/modules/picasa/po/it.mo share/gallery2/modules/picasa/po/it.po +share/gallery2/modules/picasa/po/ja.mo share/gallery2/modules/picasa/po/ja.po +share/gallery2/modules/picasa/po/ko.mo share/gallery2/modules/picasa/po/ko.po +share/gallery2/modules/picasa/po/lt.mo share/gallery2/modules/picasa/po/lt.po +share/gallery2/modules/picasa/po/nl.mo share/gallery2/modules/picasa/po/nl.po +share/gallery2/modules/picasa/po/no.mo share/gallery2/modules/picasa/po/no.po +share/gallery2/modules/picasa/po/pl.mo share/gallery2/modules/picasa/po/pl.po +share/gallery2/modules/picasa/po/ro.mo share/gallery2/modules/picasa/po/ro.po +share/gallery2/modules/picasa/po/ru.mo share/gallery2/modules/picasa/po/ru.po +share/gallery2/modules/picasa/po/sk.mo share/gallery2/modules/picasa/po/sk.po +share/gallery2/modules/picasa/po/sr.mo share/gallery2/modules/picasa/po/sr.po share/gallery2/modules/picasa/po/strings.raw +share/gallery2/modules/picasa/po/sv.mo share/gallery2/modules/picasa/po/sv.po +share/gallery2/modules/picasa/po/tr.mo share/gallery2/modules/picasa/po/tr.po +share/gallery2/modules/picasa/po/uk.mo share/gallery2/modules/picasa/po/uk.po +share/gallery2/modules/picasa/po/vi.mo share/gallery2/modules/picasa/po/vi.po +share/gallery2/modules/picasa/po/zh_CN.mo share/gallery2/modules/picasa/po/zh_CN.po +share/gallery2/modules/picasa/po/zh_TW.mo share/gallery2/modules/picasa/po/zh_TW.po share/gallery2/modules/picasa/templates/ConfirmPicasaImport.tpl share/gallery2/modules/picasa/templates/ImportResults.tpl @@ -4430,66 +4832,68 @@ share/gallery2/modules/publishxp/PublishXpLogin.inc share/gallery2/modules/publishxp/SelectAlbum.inc share/gallery2/modules/publishxp/UploadItems.inc share/gallery2/modules/publishxp/UploadedItem.inc -share/gallery2/modules/publishxp/locale/af/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/ar/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/ca/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/cs/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/da/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/de/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/en_GB/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/es/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/eu/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/fi/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/fr/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/hu/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/it/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/ja/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/ko/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/lt/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/nl/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/no/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/pl/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/ro/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/ru/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/sk/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/sr/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/sv/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/tr/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/uk/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/vi/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/zh_CN/LC_MESSAGES/modules_publishxp.mo -share/gallery2/modules/publishxp/locale/zh_TW/LC_MESSAGES/modules_publishxp.mo share/gallery2/modules/publishxp/module.inc share/gallery2/modules/publishxp/po/GNUmakefile +share/gallery2/modules/publishxp/po/af.mo share/gallery2/modules/publishxp/po/af.po +share/gallery2/modules/publishxp/po/ar.mo share/gallery2/modules/publishxp/po/ar.po +share/gallery2/modules/publishxp/po/ca.mo share/gallery2/modules/publishxp/po/ca.po +share/gallery2/modules/publishxp/po/cs.mo share/gallery2/modules/publishxp/po/cs.po +share/gallery2/modules/publishxp/po/da.mo share/gallery2/modules/publishxp/po/da.po +share/gallery2/modules/publishxp/po/de.mo share/gallery2/modules/publishxp/po/de.po +share/gallery2/modules/publishxp/po/el.mo +share/gallery2/modules/publishxp/po/el.po +share/gallery2/modules/publishxp/po/en_GB.mo share/gallery2/modules/publishxp/po/en_GB.po +share/gallery2/modules/publishxp/po/es.mo share/gallery2/modules/publishxp/po/es.po +share/gallery2/modules/publishxp/po/eu.mo share/gallery2/modules/publishxp/po/eu.po +share/gallery2/modules/publishxp/po/fi.mo share/gallery2/modules/publishxp/po/fi.po +share/gallery2/modules/publishxp/po/fr.mo share/gallery2/modules/publishxp/po/fr.po +share/gallery2/modules/publishxp/po/hu.mo share/gallery2/modules/publishxp/po/hu.po +share/gallery2/modules/publishxp/po/it.mo share/gallery2/modules/publishxp/po/it.po +share/gallery2/modules/publishxp/po/ja.mo share/gallery2/modules/publishxp/po/ja.po +share/gallery2/modules/publishxp/po/ko.mo share/gallery2/modules/publishxp/po/ko.po +share/gallery2/modules/publishxp/po/lt.mo share/gallery2/modules/publishxp/po/lt.po +share/gallery2/modules/publishxp/po/nl.mo share/gallery2/modules/publishxp/po/nl.po +share/gallery2/modules/publishxp/po/no.mo share/gallery2/modules/publishxp/po/no.po +share/gallery2/modules/publishxp/po/pl.mo share/gallery2/modules/publishxp/po/pl.po +share/gallery2/modules/publishxp/po/ro.mo share/gallery2/modules/publishxp/po/ro.po +share/gallery2/modules/publishxp/po/ru.mo share/gallery2/modules/publishxp/po/ru.po +share/gallery2/modules/publishxp/po/sk.mo share/gallery2/modules/publishxp/po/sk.po +share/gallery2/modules/publishxp/po/sr.mo share/gallery2/modules/publishxp/po/sr.po share/gallery2/modules/publishxp/po/strings.raw +share/gallery2/modules/publishxp/po/sv.mo share/gallery2/modules/publishxp/po/sv.po +share/gallery2/modules/publishxp/po/tr.mo share/gallery2/modules/publishxp/po/tr.po +share/gallery2/modules/publishxp/po/uk.mo share/gallery2/modules/publishxp/po/uk.po +share/gallery2/modules/publishxp/po/vi.mo share/gallery2/modules/publishxp/po/vi.po +share/gallery2/modules/publishxp/po/zh_CN.mo share/gallery2/modules/publishxp/po/zh_CN.po +share/gallery2/modules/publishxp/po/zh_TW.mo share/gallery2/modules/publishxp/po/zh_TW.po share/gallery2/modules/publishxp/templates/DownloadRegistryFile.tpl share/gallery2/modules/publishxp/templates/Head.tpl @@ -4518,68 +4922,72 @@ share/gallery2/modules/quotas/classes/GalleryStorage/xml-src/A_QuotasMap_1.0.xml share/gallery2/modules/quotas/classes/Maps.inc share/gallery2/modules/quotas/classes/Maps.xml share/gallery2/modules/quotas/data/transparent.gif -share/gallery2/modules/quotas/locale/af/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/ar/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/ca/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/cs/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/da/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/de/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/en_GB/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/es/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/et/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/eu/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/fi/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/fr/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/hu/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/it/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/ja/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/ko/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/lt/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/nl/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/no/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/pl/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/ro/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/ru/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/sk/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/sr/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/sv/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/tr/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/uk/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/vi/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/zh_CN/LC_MESSAGES/modules_quotas.mo -share/gallery2/modules/quotas/locale/zh_TW/LC_MESSAGES/modules_quotas.mo share/gallery2/modules/quotas/module.inc share/gallery2/modules/quotas/po/GNUmakefile +share/gallery2/modules/quotas/po/af.mo share/gallery2/modules/quotas/po/af.po +share/gallery2/modules/quotas/po/ar.mo share/gallery2/modules/quotas/po/ar.po +share/gallery2/modules/quotas/po/ca.mo share/gallery2/modules/quotas/po/ca.po +share/gallery2/modules/quotas/po/cs.mo share/gallery2/modules/quotas/po/cs.po +share/gallery2/modules/quotas/po/da.mo share/gallery2/modules/quotas/po/da.po +share/gallery2/modules/quotas/po/de.mo share/gallery2/modules/quotas/po/de.po +share/gallery2/modules/quotas/po/el.mo +share/gallery2/modules/quotas/po/el.po +share/gallery2/modules/quotas/po/en_GB.mo share/gallery2/modules/quotas/po/en_GB.po +share/gallery2/modules/quotas/po/es.mo share/gallery2/modules/quotas/po/es.po +share/gallery2/modules/quotas/po/et.mo share/gallery2/modules/quotas/po/et.po +share/gallery2/modules/quotas/po/eu.mo share/gallery2/modules/quotas/po/eu.po +share/gallery2/modules/quotas/po/fi.mo share/gallery2/modules/quotas/po/fi.po +share/gallery2/modules/quotas/po/fr.mo share/gallery2/modules/quotas/po/fr.po +share/gallery2/modules/quotas/po/hu.mo share/gallery2/modules/quotas/po/hu.po +share/gallery2/modules/quotas/po/it.mo share/gallery2/modules/quotas/po/it.po +share/gallery2/modules/quotas/po/ja.mo share/gallery2/modules/quotas/po/ja.po +share/gallery2/modules/quotas/po/ko.mo share/gallery2/modules/quotas/po/ko.po +share/gallery2/modules/quotas/po/lt.mo share/gallery2/modules/quotas/po/lt.po +share/gallery2/modules/quotas/po/nl.mo share/gallery2/modules/quotas/po/nl.po +share/gallery2/modules/quotas/po/no.mo share/gallery2/modules/quotas/po/no.po +share/gallery2/modules/quotas/po/pl.mo share/gallery2/modules/quotas/po/pl.po +share/gallery2/modules/quotas/po/ro.mo share/gallery2/modules/quotas/po/ro.po +share/gallery2/modules/quotas/po/ru.mo share/gallery2/modules/quotas/po/ru.po +share/gallery2/modules/quotas/po/sk.mo share/gallery2/modules/quotas/po/sk.po +share/gallery2/modules/quotas/po/sl.mo +share/gallery2/modules/quotas/po/sl.po +share/gallery2/modules/quotas/po/sr.mo share/gallery2/modules/quotas/po/sr.po share/gallery2/modules/quotas/po/strings.raw +share/gallery2/modules/quotas/po/sv.mo share/gallery2/modules/quotas/po/sv.po +share/gallery2/modules/quotas/po/tr.mo share/gallery2/modules/quotas/po/tr.po +share/gallery2/modules/quotas/po/uk.mo share/gallery2/modules/quotas/po/uk.po +share/gallery2/modules/quotas/po/vi.mo share/gallery2/modules/quotas/po/vi.po +share/gallery2/modules/quotas/po/zh_CN.mo share/gallery2/modules/quotas/po/zh_CN.po +share/gallery2/modules/quotas/po/zh_TW.mo share/gallery2/modules/quotas/po/zh_TW.po share/gallery2/modules/quotas/quotas.css share/gallery2/modules/quotas/templates/AdminCreateGroupQuota.tpl @@ -4594,70 +5002,72 @@ share/gallery2/modules/quotas/templates/blocks/blocks.inc share/gallery2/modules/randomhighlight/MANIFEST share/gallery2/modules/randomhighlight/RandomHighlightOption.inc share/gallery2/modules/randomhighlight/RandomHighlightSiteAdmin.inc -share/gallery2/modules/randomhighlight/locale/af/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/ar/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/ca/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/cs/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/da/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/de/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/en_GB/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/es/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/eu/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/fi/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/fr/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/hu/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/is/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/it/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/ja/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/ko/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/lt/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/nl/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/no/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/pl/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/pt_BR/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/ro/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/ru/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/sk/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/sr/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/sv/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/tr/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/uk/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/vi/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/zh_CN/LC_MESSAGES/modules_randomhighlight.mo -share/gallery2/modules/randomhighlight/locale/zh_TW/LC_MESSAGES/modules_randomhighlight.mo share/gallery2/modules/randomhighlight/module.inc share/gallery2/modules/randomhighlight/po/GNUmakefile +share/gallery2/modules/randomhighlight/po/af.mo share/gallery2/modules/randomhighlight/po/af.po +share/gallery2/modules/randomhighlight/po/ar.mo share/gallery2/modules/randomhighlight/po/ar.po +share/gallery2/modules/randomhighlight/po/ca.mo share/gallery2/modules/randomhighlight/po/ca.po +share/gallery2/modules/randomhighlight/po/cs.mo share/gallery2/modules/randomhighlight/po/cs.po +share/gallery2/modules/randomhighlight/po/da.mo share/gallery2/modules/randomhighlight/po/da.po +share/gallery2/modules/randomhighlight/po/de.mo share/gallery2/modules/randomhighlight/po/de.po +share/gallery2/modules/randomhighlight/po/el.mo +share/gallery2/modules/randomhighlight/po/el.po +share/gallery2/modules/randomhighlight/po/en_GB.mo share/gallery2/modules/randomhighlight/po/en_GB.po +share/gallery2/modules/randomhighlight/po/es.mo share/gallery2/modules/randomhighlight/po/es.po +share/gallery2/modules/randomhighlight/po/eu.mo share/gallery2/modules/randomhighlight/po/eu.po +share/gallery2/modules/randomhighlight/po/fi.mo share/gallery2/modules/randomhighlight/po/fi.po +share/gallery2/modules/randomhighlight/po/fr.mo share/gallery2/modules/randomhighlight/po/fr.po +share/gallery2/modules/randomhighlight/po/hu.mo share/gallery2/modules/randomhighlight/po/hu.po +share/gallery2/modules/randomhighlight/po/is.mo share/gallery2/modules/randomhighlight/po/is.po +share/gallery2/modules/randomhighlight/po/it.mo share/gallery2/modules/randomhighlight/po/it.po +share/gallery2/modules/randomhighlight/po/ja.mo share/gallery2/modules/randomhighlight/po/ja.po +share/gallery2/modules/randomhighlight/po/ko.mo share/gallery2/modules/randomhighlight/po/ko.po +share/gallery2/modules/randomhighlight/po/lt.mo share/gallery2/modules/randomhighlight/po/lt.po +share/gallery2/modules/randomhighlight/po/nl.mo share/gallery2/modules/randomhighlight/po/nl.po +share/gallery2/modules/randomhighlight/po/no.mo share/gallery2/modules/randomhighlight/po/no.po +share/gallery2/modules/randomhighlight/po/pl.mo share/gallery2/modules/randomhighlight/po/pl.po +share/gallery2/modules/randomhighlight/po/pt_BR.mo share/gallery2/modules/randomhighlight/po/pt_BR.po +share/gallery2/modules/randomhighlight/po/ro.mo share/gallery2/modules/randomhighlight/po/ro.po +share/gallery2/modules/randomhighlight/po/ru.mo share/gallery2/modules/randomhighlight/po/ru.po +share/gallery2/modules/randomhighlight/po/sk.mo share/gallery2/modules/randomhighlight/po/sk.po +share/gallery2/modules/randomhighlight/po/sr.mo share/gallery2/modules/randomhighlight/po/sr.po share/gallery2/modules/randomhighlight/po/strings.raw +share/gallery2/modules/randomhighlight/po/sv.mo share/gallery2/modules/randomhighlight/po/sv.po +share/gallery2/modules/randomhighlight/po/tr.mo share/gallery2/modules/randomhighlight/po/tr.po +share/gallery2/modules/randomhighlight/po/uk.mo share/gallery2/modules/randomhighlight/po/uk.po +share/gallery2/modules/randomhighlight/po/vi.mo share/gallery2/modules/randomhighlight/po/vi.po +share/gallery2/modules/randomhighlight/po/zh_CN.mo share/gallery2/modules/randomhighlight/po/zh_CN.po +share/gallery2/modules/randomhighlight/po/zh_TW.mo share/gallery2/modules/randomhighlight/po/zh_TW.po share/gallery2/modules/randomhighlight/templates/RandomHighlightOption.tpl share/gallery2/modules/randomhighlight/templates/RandomHighlightSiteAdmin.tpl @@ -4682,74 +5092,78 @@ share/gallery2/modules/rating/images/star_r_1.0.gif share/gallery2/modules/rating/images/star_u_1.0.gif share/gallery2/modules/rating/images/star_u_noborder.gif share/gallery2/modules/rating/images/transparent.gif -share/gallery2/modules/rating/locale/af/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/ar/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/ca/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/cs/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/da/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/de/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/en_GB/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/es/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/et/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/eu/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/fi/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/fr/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/he/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/hu/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/it/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/ja/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/ko/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/lt/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/lv/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/nl/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/no/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/pl/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/ro/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/ru/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/sk/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/sl/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/sr/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/sv/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/tr/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/uk/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/vi/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/zh_CN/LC_MESSAGES/modules_rating.mo -share/gallery2/modules/rating/locale/zh_TW/LC_MESSAGES/modules_rating.mo share/gallery2/modules/rating/module.inc share/gallery2/modules/rating/po/GNUmakefile +share/gallery2/modules/rating/po/af.mo share/gallery2/modules/rating/po/af.po +share/gallery2/modules/rating/po/ar.mo share/gallery2/modules/rating/po/ar.po +share/gallery2/modules/rating/po/ca.mo share/gallery2/modules/rating/po/ca.po +share/gallery2/modules/rating/po/cs.mo share/gallery2/modules/rating/po/cs.po +share/gallery2/modules/rating/po/da.mo share/gallery2/modules/rating/po/da.po +share/gallery2/modules/rating/po/de.mo share/gallery2/modules/rating/po/de.po +share/gallery2/modules/rating/po/el.mo +share/gallery2/modules/rating/po/el.po +share/gallery2/modules/rating/po/en_GB.mo share/gallery2/modules/rating/po/en_GB.po +share/gallery2/modules/rating/po/es.mo share/gallery2/modules/rating/po/es.po +share/gallery2/modules/rating/po/et.mo share/gallery2/modules/rating/po/et.po +share/gallery2/modules/rating/po/eu.mo share/gallery2/modules/rating/po/eu.po +share/gallery2/modules/rating/po/fa.mo +share/gallery2/modules/rating/po/fa.po +share/gallery2/modules/rating/po/fi.mo share/gallery2/modules/rating/po/fi.po +share/gallery2/modules/rating/po/fr.mo share/gallery2/modules/rating/po/fr.po +share/gallery2/modules/rating/po/he.mo share/gallery2/modules/rating/po/he.po +share/gallery2/modules/rating/po/hu.mo share/gallery2/modules/rating/po/hu.po +share/gallery2/modules/rating/po/it.mo share/gallery2/modules/rating/po/it.po +share/gallery2/modules/rating/po/ja.mo share/gallery2/modules/rating/po/ja.po +share/gallery2/modules/rating/po/ko.mo share/gallery2/modules/rating/po/ko.po +share/gallery2/modules/rating/po/lt.mo share/gallery2/modules/rating/po/lt.po +share/gallery2/modules/rating/po/lv.mo share/gallery2/modules/rating/po/lv.po +share/gallery2/modules/rating/po/nl.mo share/gallery2/modules/rating/po/nl.po +share/gallery2/modules/rating/po/no.mo share/gallery2/modules/rating/po/no.po +share/gallery2/modules/rating/po/pl.mo share/gallery2/modules/rating/po/pl.po +share/gallery2/modules/rating/po/ro.mo share/gallery2/modules/rating/po/ro.po +share/gallery2/modules/rating/po/ru.mo share/gallery2/modules/rating/po/ru.po +share/gallery2/modules/rating/po/sk.mo share/gallery2/modules/rating/po/sk.po +share/gallery2/modules/rating/po/sl.mo share/gallery2/modules/rating/po/sl.po +share/gallery2/modules/rating/po/sr.mo share/gallery2/modules/rating/po/sr.po share/gallery2/modules/rating/po/strings.raw +share/gallery2/modules/rating/po/sv.mo share/gallery2/modules/rating/po/sv.po +share/gallery2/modules/rating/po/tr.mo share/gallery2/modules/rating/po/tr.po +share/gallery2/modules/rating/po/uk.mo share/gallery2/modules/rating/po/uk.po +share/gallery2/modules/rating/po/vi.mo share/gallery2/modules/rating/po/vi.po +share/gallery2/modules/rating/po/zh_CN.mo share/gallery2/modules/rating/po/zh_CN.po +share/gallery2/modules/rating/po/zh_TW.mo share/gallery2/modules/rating/po/zh_TW.po share/gallery2/modules/rating/rating.css share/gallery2/modules/rating/rating.js @@ -4761,72 +5175,78 @@ share/gallery2/modules/rating/templates/blocks/Rating.tpl share/gallery2/modules/rating/templates/blocks/blocks.inc share/gallery2/modules/rearrange/MANIFEST share/gallery2/modules/rearrange/RearrangeItems.inc -share/gallery2/modules/rearrange/locale/af/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/ar/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/bg/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/ca/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/cs/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/da/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/de/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/en_GB/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/es/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/eu/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/fi/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/fr/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/hu/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/is/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/it/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/ja/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/ko/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/lt/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/nl/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/no/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/pl/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/pt_BR/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/ro/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/ru/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/sk/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/sr/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/sv/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/tr/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/uk/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/vi/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/zh_CN/LC_MESSAGES/modules_rearrange.mo -share/gallery2/modules/rearrange/locale/zh_TW/LC_MESSAGES/modules_rearrange.mo share/gallery2/modules/rearrange/module.inc share/gallery2/modules/rearrange/po/GNUmakefile +share/gallery2/modules/rearrange/po/af.mo share/gallery2/modules/rearrange/po/af.po +share/gallery2/modules/rearrange/po/ar.mo share/gallery2/modules/rearrange/po/ar.po +share/gallery2/modules/rearrange/po/bg.mo share/gallery2/modules/rearrange/po/bg.po +share/gallery2/modules/rearrange/po/ca.mo share/gallery2/modules/rearrange/po/ca.po +share/gallery2/modules/rearrange/po/cs.mo share/gallery2/modules/rearrange/po/cs.po +share/gallery2/modules/rearrange/po/da.mo share/gallery2/modules/rearrange/po/da.po +share/gallery2/modules/rearrange/po/de.mo share/gallery2/modules/rearrange/po/de.po +share/gallery2/modules/rearrange/po/el.mo +share/gallery2/modules/rearrange/po/el.po +share/gallery2/modules/rearrange/po/en_GB.mo share/gallery2/modules/rearrange/po/en_GB.po +share/gallery2/modules/rearrange/po/es.mo share/gallery2/modules/rearrange/po/es.po +share/gallery2/modules/rearrange/po/eu.mo share/gallery2/modules/rearrange/po/eu.po +share/gallery2/modules/rearrange/po/fa.mo +share/gallery2/modules/rearrange/po/fa.po +share/gallery2/modules/rearrange/po/fi.mo share/gallery2/modules/rearrange/po/fi.po +share/gallery2/modules/rearrange/po/fr.mo share/gallery2/modules/rearrange/po/fr.po +share/gallery2/modules/rearrange/po/hu.mo share/gallery2/modules/rearrange/po/hu.po +share/gallery2/modules/rearrange/po/is.mo share/gallery2/modules/rearrange/po/is.po +share/gallery2/modules/rearrange/po/it.mo share/gallery2/modules/rearrange/po/it.po +share/gallery2/modules/rearrange/po/ja.mo share/gallery2/modules/rearrange/po/ja.po +share/gallery2/modules/rearrange/po/ko.mo share/gallery2/modules/rearrange/po/ko.po +share/gallery2/modules/rearrange/po/lt.mo share/gallery2/modules/rearrange/po/lt.po +share/gallery2/modules/rearrange/po/nl.mo share/gallery2/modules/rearrange/po/nl.po +share/gallery2/modules/rearrange/po/no.mo share/gallery2/modules/rearrange/po/no.po +share/gallery2/modules/rearrange/po/pl.mo share/gallery2/modules/rearrange/po/pl.po +share/gallery2/modules/rearrange/po/pt_BR.mo share/gallery2/modules/rearrange/po/pt_BR.po +share/gallery2/modules/rearrange/po/ro.mo share/gallery2/modules/rearrange/po/ro.po +share/gallery2/modules/rearrange/po/ru.mo share/gallery2/modules/rearrange/po/ru.po +share/gallery2/modules/rearrange/po/sk.mo share/gallery2/modules/rearrange/po/sk.po +share/gallery2/modules/rearrange/po/sl.mo +share/gallery2/modules/rearrange/po/sl.po +share/gallery2/modules/rearrange/po/sr.mo share/gallery2/modules/rearrange/po/sr.po share/gallery2/modules/rearrange/po/strings.raw +share/gallery2/modules/rearrange/po/sv.mo share/gallery2/modules/rearrange/po/sv.po +share/gallery2/modules/rearrange/po/tr.mo share/gallery2/modules/rearrange/po/tr.po +share/gallery2/modules/rearrange/po/uk.mo share/gallery2/modules/rearrange/po/uk.po +share/gallery2/modules/rearrange/po/vi.mo share/gallery2/modules/rearrange/po/vi.po +share/gallery2/modules/rearrange/po/zh_CN.mo share/gallery2/modules/rearrange/po/zh_CN.po +share/gallery2/modules/rearrange/po/zh_TW.mo share/gallery2/modules/rearrange/po/zh_TW.po share/gallery2/modules/rearrange/templates/Header.tpl share/gallery2/modules/rearrange/templates/RearrangeItems.tpl @@ -4843,76 +5263,82 @@ share/gallery2/modules/register/classes/GalleryPendingUserHelper.class share/gallery2/modules/register/classes/GalleryStorage/GNUmakefile share/gallery2/modules/register/classes/GalleryStorage/schema.tpl share/gallery2/modules/register/classes/RegisterCaptchaAdminOption.class -share/gallery2/modules/register/locale/af/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/ar/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/bg/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/ca/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/cs/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/da/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/de/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/en_GB/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/es/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/et/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/eu/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/fi/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/fr/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/he/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/hu/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/is/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/it/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/ja/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/ko/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/lt/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/lv/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/nl/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/no/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/pl/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/ro/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/ru/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/sk/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/sr/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/sv/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/tr/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/uk/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/vi/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/zh_CN/LC_MESSAGES/modules_register.mo -share/gallery2/modules/register/locale/zh_TW/LC_MESSAGES/modules_register.mo share/gallery2/modules/register/module.inc share/gallery2/modules/register/po/GNUmakefile +share/gallery2/modules/register/po/af.mo share/gallery2/modules/register/po/af.po +share/gallery2/modules/register/po/ar.mo share/gallery2/modules/register/po/ar.po +share/gallery2/modules/register/po/bg.mo share/gallery2/modules/register/po/bg.po +share/gallery2/modules/register/po/ca.mo share/gallery2/modules/register/po/ca.po +share/gallery2/modules/register/po/cs.mo share/gallery2/modules/register/po/cs.po +share/gallery2/modules/register/po/da.mo share/gallery2/modules/register/po/da.po +share/gallery2/modules/register/po/de.mo share/gallery2/modules/register/po/de.po +share/gallery2/modules/register/po/el.mo +share/gallery2/modules/register/po/el.po +share/gallery2/modules/register/po/en_GB.mo share/gallery2/modules/register/po/en_GB.po +share/gallery2/modules/register/po/es.mo share/gallery2/modules/register/po/es.po +share/gallery2/modules/register/po/et.mo share/gallery2/modules/register/po/et.po +share/gallery2/modules/register/po/eu.mo share/gallery2/modules/register/po/eu.po +share/gallery2/modules/register/po/fi.mo share/gallery2/modules/register/po/fi.po +share/gallery2/modules/register/po/fr.mo share/gallery2/modules/register/po/fr.po +share/gallery2/modules/register/po/he.mo share/gallery2/modules/register/po/he.po +share/gallery2/modules/register/po/hu.mo share/gallery2/modules/register/po/hu.po +share/gallery2/modules/register/po/is.mo share/gallery2/modules/register/po/is.po +share/gallery2/modules/register/po/it.mo share/gallery2/modules/register/po/it.po +share/gallery2/modules/register/po/ja.mo share/gallery2/modules/register/po/ja.po +share/gallery2/modules/register/po/ko.mo share/gallery2/modules/register/po/ko.po +share/gallery2/modules/register/po/lt.mo share/gallery2/modules/register/po/lt.po +share/gallery2/modules/register/po/lv.mo share/gallery2/modules/register/po/lv.po +share/gallery2/modules/register/po/nl.mo share/gallery2/modules/register/po/nl.po +share/gallery2/modules/register/po/no.mo share/gallery2/modules/register/po/no.po +share/gallery2/modules/register/po/pl.mo share/gallery2/modules/register/po/pl.po +share/gallery2/modules/register/po/pt_BR.mo +share/gallery2/modules/register/po/pt_BR.po +share/gallery2/modules/register/po/ro.mo share/gallery2/modules/register/po/ro.po +share/gallery2/modules/register/po/ru.mo share/gallery2/modules/register/po/ru.po +share/gallery2/modules/register/po/sk.mo share/gallery2/modules/register/po/sk.po +share/gallery2/modules/register/po/sl.mo +share/gallery2/modules/register/po/sl.po +share/gallery2/modules/register/po/sr.mo share/gallery2/modules/register/po/sr.po share/gallery2/modules/register/po/strings.raw +share/gallery2/modules/register/po/sv.mo share/gallery2/modules/register/po/sv.po +share/gallery2/modules/register/po/tr.mo share/gallery2/modules/register/po/tr.po +share/gallery2/modules/register/po/uk.mo share/gallery2/modules/register/po/uk.po +share/gallery2/modules/register/po/vi.mo share/gallery2/modules/register/po/vi.po +share/gallery2/modules/register/po/zh_CN.mo share/gallery2/modules/register/po/zh_CN.po +share/gallery2/modules/register/po/zh_TW.mo share/gallery2/modules/register/po/zh_TW.po share/gallery2/modules/register/templates/AdminEmail.tpl share/gallery2/modules/register/templates/AdminSelfRegistration.tpl @@ -4920,227 +5346,240 @@ share/gallery2/modules/register/templates/ConfirmRegistration.tpl share/gallery2/modules/register/templates/ConfirmationEmail.tpl share/gallery2/modules/register/templates/SelfRegistrationSuccess.tpl share/gallery2/modules/register/templates/UserSelfRegistration.tpl +share/gallery2/modules/register/templates/WelcomeEmail.tpl share/gallery2/modules/remote/GalleryRemote.inc +share/gallery2/modules/remote/GalleryRemoteWebStart.inc share/gallery2/modules/remote/ItemAddGalleryRemote.inc share/gallery2/modules/remote/MANIFEST share/gallery2/modules/remote/RemoteSiteAdmin.inc +share/gallery2/modules/remote/applets/GalleryRemote.jar +share/gallery2/modules/remote/applets/img.jar +share/gallery2/modules/remote/applets/metadata-extractor-2.1.jar share/gallery2/modules/remote/classes/GalleryRemoteConstants.class share/gallery2/modules/remote/classes/GalleryRemoteProperties.class -share/gallery2/modules/remote/locale/af/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/ar/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/ca/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/cs/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/da/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/de/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/en_GB/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/es/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/eu/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/fi/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/fr/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/hu/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/is/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/it/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/ja/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/ko/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/lt/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/nl/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/no/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/pl/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/pt_BR/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/ro/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/ru/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/sk/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/sr/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/sv/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/tr/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/uk/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/vi/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/zh_CN/LC_MESSAGES/modules_remote.mo -share/gallery2/modules/remote/locale/zh_TW/LC_MESSAGES/modules_remote.mo +share/gallery2/modules/remote/images/rar_about_gr1.png +share/gallery2/modules/remote/images/rar_icon_32.gif share/gallery2/modules/remote/module.inc share/gallery2/modules/remote/po/GNUmakefile +share/gallery2/modules/remote/po/af.mo share/gallery2/modules/remote/po/af.po +share/gallery2/modules/remote/po/ar.mo share/gallery2/modules/remote/po/ar.po +share/gallery2/modules/remote/po/ca.mo share/gallery2/modules/remote/po/ca.po +share/gallery2/modules/remote/po/cs.mo share/gallery2/modules/remote/po/cs.po +share/gallery2/modules/remote/po/da.mo share/gallery2/modules/remote/po/da.po +share/gallery2/modules/remote/po/de.mo share/gallery2/modules/remote/po/de.po +share/gallery2/modules/remote/po/el.mo +share/gallery2/modules/remote/po/el.po +share/gallery2/modules/remote/po/en_GB.mo share/gallery2/modules/remote/po/en_GB.po +share/gallery2/modules/remote/po/es.mo share/gallery2/modules/remote/po/es.po +share/gallery2/modules/remote/po/eu.mo share/gallery2/modules/remote/po/eu.po +share/gallery2/modules/remote/po/fi.mo share/gallery2/modules/remote/po/fi.po +share/gallery2/modules/remote/po/fr.mo share/gallery2/modules/remote/po/fr.po +share/gallery2/modules/remote/po/hu.mo share/gallery2/modules/remote/po/hu.po +share/gallery2/modules/remote/po/is.mo share/gallery2/modules/remote/po/is.po +share/gallery2/modules/remote/po/it.mo share/gallery2/modules/remote/po/it.po +share/gallery2/modules/remote/po/ja.mo share/gallery2/modules/remote/po/ja.po +share/gallery2/modules/remote/po/ko.mo share/gallery2/modules/remote/po/ko.po +share/gallery2/modules/remote/po/lt.mo share/gallery2/modules/remote/po/lt.po +share/gallery2/modules/remote/po/nl.mo share/gallery2/modules/remote/po/nl.po +share/gallery2/modules/remote/po/no.mo share/gallery2/modules/remote/po/no.po +share/gallery2/modules/remote/po/pl.mo share/gallery2/modules/remote/po/pl.po +share/gallery2/modules/remote/po/pt_BR.mo share/gallery2/modules/remote/po/pt_BR.po +share/gallery2/modules/remote/po/ro.mo share/gallery2/modules/remote/po/ro.po +share/gallery2/modules/remote/po/ru.mo share/gallery2/modules/remote/po/ru.po +share/gallery2/modules/remote/po/sk.mo share/gallery2/modules/remote/po/sk.po +share/gallery2/modules/remote/po/sl.mo +share/gallery2/modules/remote/po/sl.po +share/gallery2/modules/remote/po/sr.mo share/gallery2/modules/remote/po/sr.po share/gallery2/modules/remote/po/strings.raw +share/gallery2/modules/remote/po/sv.mo share/gallery2/modules/remote/po/sv.po +share/gallery2/modules/remote/po/tr.mo share/gallery2/modules/remote/po/tr.po +share/gallery2/modules/remote/po/uk.mo share/gallery2/modules/remote/po/uk.po +share/gallery2/modules/remote/po/vi.mo share/gallery2/modules/remote/po/vi.po +share/gallery2/modules/remote/po/zh_CN.mo share/gallery2/modules/remote/po/zh_CN.po +share/gallery2/modules/remote/po/zh_TW.mo share/gallery2/modules/remote/po/zh_TW.po share/gallery2/modules/remote/templates/ItemAddGalleryRemote.tpl share/gallery2/modules/remote/templates/RemoteSiteAdmin.tpl share/gallery2/modules/replica/ItemCreateReplica.inc share/gallery2/modules/replica/ItemCreateReplicaSingle.inc share/gallery2/modules/replica/MANIFEST -share/gallery2/modules/replica/locale/af/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/ar/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/bg/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/ca/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/cs/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/da/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/de/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/el/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/en_GB/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/es/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/es_AR/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/es_MX/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/eu/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/fi/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/fr/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/ga/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/he/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/hu/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/is/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/it/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/ja/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/ko/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/lt/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/nl/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/no/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/pl/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/pt/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/pt_BR/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/ro/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/ru/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/sk/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/sl/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/sr/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/sv/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/tr/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/uk/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/vi/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/zh_CN/LC_MESSAGES/modules_replica.mo -share/gallery2/modules/replica/locale/zh_TW/LC_MESSAGES/modules_replica.mo share/gallery2/modules/replica/module.inc share/gallery2/modules/replica/po/GNUmakefile +share/gallery2/modules/replica/po/af.mo share/gallery2/modules/replica/po/af.po +share/gallery2/modules/replica/po/ar.mo share/gallery2/modules/replica/po/ar.po +share/gallery2/modules/replica/po/bg.mo share/gallery2/modules/replica/po/bg.po +share/gallery2/modules/replica/po/ca.mo share/gallery2/modules/replica/po/ca.po +share/gallery2/modules/replica/po/cs.mo share/gallery2/modules/replica/po/cs.po +share/gallery2/modules/replica/po/da.mo share/gallery2/modules/replica/po/da.po +share/gallery2/modules/replica/po/de.mo share/gallery2/modules/replica/po/de.po +share/gallery2/modules/replica/po/el.mo share/gallery2/modules/replica/po/el.po +share/gallery2/modules/replica/po/en_GB.mo share/gallery2/modules/replica/po/en_GB.po +share/gallery2/modules/replica/po/es.mo share/gallery2/modules/replica/po/es.po +share/gallery2/modules/replica/po/es_AR.mo share/gallery2/modules/replica/po/es_AR.po +share/gallery2/modules/replica/po/es_MX.mo share/gallery2/modules/replica/po/es_MX.po +share/gallery2/modules/replica/po/eu.mo share/gallery2/modules/replica/po/eu.po +share/gallery2/modules/replica/po/fi.mo share/gallery2/modules/replica/po/fi.po +share/gallery2/modules/replica/po/fr.mo share/gallery2/modules/replica/po/fr.po +share/gallery2/modules/replica/po/ga.mo share/gallery2/modules/replica/po/ga.po +share/gallery2/modules/replica/po/he.mo share/gallery2/modules/replica/po/he.po +share/gallery2/modules/replica/po/hu.mo share/gallery2/modules/replica/po/hu.po +share/gallery2/modules/replica/po/is.mo share/gallery2/modules/replica/po/is.po +share/gallery2/modules/replica/po/it.mo share/gallery2/modules/replica/po/it.po +share/gallery2/modules/replica/po/ja.mo share/gallery2/modules/replica/po/ja.po +share/gallery2/modules/replica/po/ko.mo share/gallery2/modules/replica/po/ko.po +share/gallery2/modules/replica/po/lt.mo share/gallery2/modules/replica/po/lt.po +share/gallery2/modules/replica/po/nl.mo share/gallery2/modules/replica/po/nl.po +share/gallery2/modules/replica/po/no.mo share/gallery2/modules/replica/po/no.po +share/gallery2/modules/replica/po/pl.mo share/gallery2/modules/replica/po/pl.po +share/gallery2/modules/replica/po/pt.mo share/gallery2/modules/replica/po/pt.po +share/gallery2/modules/replica/po/pt_BR.mo share/gallery2/modules/replica/po/pt_BR.po +share/gallery2/modules/replica/po/ro.mo share/gallery2/modules/replica/po/ro.po +share/gallery2/modules/replica/po/ru.mo share/gallery2/modules/replica/po/ru.po +share/gallery2/modules/replica/po/sk.mo share/gallery2/modules/replica/po/sk.po +share/gallery2/modules/replica/po/sl.mo share/gallery2/modules/replica/po/sl.po +share/gallery2/modules/replica/po/sr.mo share/gallery2/modules/replica/po/sr.po share/gallery2/modules/replica/po/strings.raw +share/gallery2/modules/replica/po/sv.mo share/gallery2/modules/replica/po/sv.po +share/gallery2/modules/replica/po/tr.mo share/gallery2/modules/replica/po/tr.po +share/gallery2/modules/replica/po/uk.mo share/gallery2/modules/replica/po/uk.po +share/gallery2/modules/replica/po/vi.mo share/gallery2/modules/replica/po/vi.po +share/gallery2/modules/replica/po/zh_CN.mo share/gallery2/modules/replica/po/zh_CN.po +share/gallery2/modules/replica/po/zh_TW.mo share/gallery2/modules/replica/po/zh_TW.po share/gallery2/modules/replica/templates/ItemCreateReplica.tpl share/gallery2/modules/replica/templates/ItemCreateReplicaSingle.tpl share/gallery2/modules/reupload/MANIFEST share/gallery2/modules/reupload/ReuploadPhotoOption.inc -share/gallery2/modules/reupload/locale/af/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/ar/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/ca/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/cs/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/da/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/de/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/en_GB/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/es/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/eu/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/fi/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/fr/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/hu/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/it/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/ja/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/ko/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/lt/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/nl/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/no/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/pl/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/ro/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/ru/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/sk/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/sr/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/sv/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/tr/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/uk/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/vi/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/zh_CN/LC_MESSAGES/modules_reupload.mo -share/gallery2/modules/reupload/locale/zh_TW/LC_MESSAGES/modules_reupload.mo share/gallery2/modules/reupload/module.inc share/gallery2/modules/reupload/po/GNUmakefile +share/gallery2/modules/reupload/po/af.mo share/gallery2/modules/reupload/po/af.po +share/gallery2/modules/reupload/po/ar.mo share/gallery2/modules/reupload/po/ar.po +share/gallery2/modules/reupload/po/ca.mo share/gallery2/modules/reupload/po/ca.po +share/gallery2/modules/reupload/po/cs.mo share/gallery2/modules/reupload/po/cs.po +share/gallery2/modules/reupload/po/da.mo share/gallery2/modules/reupload/po/da.po +share/gallery2/modules/reupload/po/de.mo share/gallery2/modules/reupload/po/de.po +share/gallery2/modules/reupload/po/el.mo +share/gallery2/modules/reupload/po/el.po +share/gallery2/modules/reupload/po/en_GB.mo share/gallery2/modules/reupload/po/en_GB.po +share/gallery2/modules/reupload/po/es.mo share/gallery2/modules/reupload/po/es.po +share/gallery2/modules/reupload/po/eu.mo share/gallery2/modules/reupload/po/eu.po +share/gallery2/modules/reupload/po/fi.mo share/gallery2/modules/reupload/po/fi.po +share/gallery2/modules/reupload/po/fr.mo share/gallery2/modules/reupload/po/fr.po +share/gallery2/modules/reupload/po/hu.mo share/gallery2/modules/reupload/po/hu.po +share/gallery2/modules/reupload/po/it.mo share/gallery2/modules/reupload/po/it.po +share/gallery2/modules/reupload/po/ja.mo share/gallery2/modules/reupload/po/ja.po +share/gallery2/modules/reupload/po/ko.mo share/gallery2/modules/reupload/po/ko.po +share/gallery2/modules/reupload/po/lt.mo share/gallery2/modules/reupload/po/lt.po +share/gallery2/modules/reupload/po/nl.mo share/gallery2/modules/reupload/po/nl.po +share/gallery2/modules/reupload/po/no.mo share/gallery2/modules/reupload/po/no.po +share/gallery2/modules/reupload/po/pl.mo share/gallery2/modules/reupload/po/pl.po +share/gallery2/modules/reupload/po/ro.mo share/gallery2/modules/reupload/po/ro.po +share/gallery2/modules/reupload/po/ru.mo share/gallery2/modules/reupload/po/ru.po +share/gallery2/modules/reupload/po/sk.mo share/gallery2/modules/reupload/po/sk.po +share/gallery2/modules/reupload/po/sr.mo share/gallery2/modules/reupload/po/sr.po share/gallery2/modules/reupload/po/strings.raw +share/gallery2/modules/reupload/po/sv.mo share/gallery2/modules/reupload/po/sv.po +share/gallery2/modules/reupload/po/tr.mo share/gallery2/modules/reupload/po/tr.po +share/gallery2/modules/reupload/po/uk.mo share/gallery2/modules/reupload/po/uk.po +share/gallery2/modules/reupload/po/vi.mo share/gallery2/modules/reupload/po/vi.po +share/gallery2/modules/reupload/po/zh_CN.mo share/gallery2/modules/reupload/po/zh_CN.po +share/gallery2/modules/reupload/po/zh_TW.mo share/gallery2/modules/reupload/po/zh_TW.po share/gallery2/modules/reupload/templates/ReuploadPhotoOption.tpl share/gallery2/modules/rewrite/AdminRewrite.inc @@ -5189,68 +5628,72 @@ share/gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery2/.htaccess share/gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery2/Rewrite.txt share/gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery2/Works.txt share/gallery2/modules/rewrite/data/path_info/index.php -share/gallery2/modules/rewrite/locale/af/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/ar/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/ca/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/cs/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/da/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/de/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/en_GB/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/es/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/eu/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/fi/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/fr/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/hu/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/it/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/ja/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/ko/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/lt/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/nl/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/no/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/pl/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/pt_BR/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/ro/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/ru/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/sk/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/sr/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/sv/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/tr/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/uk/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/vi/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/zh_CN/LC_MESSAGES/modules_rewrite.mo -share/gallery2/modules/rewrite/locale/zh_TW/LC_MESSAGES/modules_rewrite.mo share/gallery2/modules/rewrite/module.inc share/gallery2/modules/rewrite/po/GNUmakefile +share/gallery2/modules/rewrite/po/af.mo share/gallery2/modules/rewrite/po/af.po +share/gallery2/modules/rewrite/po/ar.mo share/gallery2/modules/rewrite/po/ar.po +share/gallery2/modules/rewrite/po/ca.mo share/gallery2/modules/rewrite/po/ca.po +share/gallery2/modules/rewrite/po/cs.mo share/gallery2/modules/rewrite/po/cs.po +share/gallery2/modules/rewrite/po/da.mo share/gallery2/modules/rewrite/po/da.po +share/gallery2/modules/rewrite/po/de.mo share/gallery2/modules/rewrite/po/de.po +share/gallery2/modules/rewrite/po/el.mo +share/gallery2/modules/rewrite/po/el.po +share/gallery2/modules/rewrite/po/en_GB.mo share/gallery2/modules/rewrite/po/en_GB.po +share/gallery2/modules/rewrite/po/es.mo share/gallery2/modules/rewrite/po/es.po +share/gallery2/modules/rewrite/po/eu.mo share/gallery2/modules/rewrite/po/eu.po +share/gallery2/modules/rewrite/po/fa.mo +share/gallery2/modules/rewrite/po/fa.po +share/gallery2/modules/rewrite/po/fi.mo share/gallery2/modules/rewrite/po/fi.po +share/gallery2/modules/rewrite/po/fr.mo share/gallery2/modules/rewrite/po/fr.po +share/gallery2/modules/rewrite/po/hu.mo share/gallery2/modules/rewrite/po/hu.po +share/gallery2/modules/rewrite/po/it.mo share/gallery2/modules/rewrite/po/it.po +share/gallery2/modules/rewrite/po/ja.mo share/gallery2/modules/rewrite/po/ja.po +share/gallery2/modules/rewrite/po/ko.mo share/gallery2/modules/rewrite/po/ko.po +share/gallery2/modules/rewrite/po/lt.mo share/gallery2/modules/rewrite/po/lt.po +share/gallery2/modules/rewrite/po/nl.mo share/gallery2/modules/rewrite/po/nl.po +share/gallery2/modules/rewrite/po/no.mo share/gallery2/modules/rewrite/po/no.po +share/gallery2/modules/rewrite/po/pl.mo share/gallery2/modules/rewrite/po/pl.po +share/gallery2/modules/rewrite/po/pt_BR.mo share/gallery2/modules/rewrite/po/pt_BR.po +share/gallery2/modules/rewrite/po/ro.mo share/gallery2/modules/rewrite/po/ro.po +share/gallery2/modules/rewrite/po/ru.mo share/gallery2/modules/rewrite/po/ru.po +share/gallery2/modules/rewrite/po/sk.mo share/gallery2/modules/rewrite/po/sk.po +share/gallery2/modules/rewrite/po/sr.mo share/gallery2/modules/rewrite/po/sr.po share/gallery2/modules/rewrite/po/strings.raw +share/gallery2/modules/rewrite/po/sv.mo share/gallery2/modules/rewrite/po/sv.po +share/gallery2/modules/rewrite/po/tr.mo share/gallery2/modules/rewrite/po/tr.po +share/gallery2/modules/rewrite/po/uk.mo share/gallery2/modules/rewrite/po/uk.po +share/gallery2/modules/rewrite/po/vi.mo share/gallery2/modules/rewrite/po/vi.po +share/gallery2/modules/rewrite/po/zh_CN.mo share/gallery2/modules/rewrite/po/zh_CN.po +share/gallery2/modules/rewrite/po/zh_TW.mo share/gallery2/modules/rewrite/po/zh_TW.po share/gallery2/modules/rewrite/templates/AdminRewrite.tpl share/gallery2/modules/rewrite/templates/DownloadItem.tpl @@ -5279,70 +5722,72 @@ share/gallery2/modules/rss/classes/Maps.xml share/gallery2/modules/rss/classes/RssGenerator.class share/gallery2/modules/rss/classes/RssHelper.class share/gallery2/modules/rss/classes/RssMapHelper.class -share/gallery2/modules/rss/locale/af/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/ar/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/ca/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/cs/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/da/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/de/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/en_GB/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/es/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/eu/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/fi/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/fr/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/he/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/hu/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/it/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/ja/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/ko/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/lt/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/nl/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/no/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/pl/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/pt_BR/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/ro/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/ru/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/sk/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/sr/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/sv/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/tr/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/uk/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/vi/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/zh_CN/LC_MESSAGES/modules_rss.mo -share/gallery2/modules/rss/locale/zh_TW/LC_MESSAGES/modules_rss.mo share/gallery2/modules/rss/module.inc share/gallery2/modules/rss/po/GNUmakefile +share/gallery2/modules/rss/po/af.mo share/gallery2/modules/rss/po/af.po +share/gallery2/modules/rss/po/ar.mo share/gallery2/modules/rss/po/ar.po +share/gallery2/modules/rss/po/ca.mo share/gallery2/modules/rss/po/ca.po +share/gallery2/modules/rss/po/cs.mo share/gallery2/modules/rss/po/cs.po +share/gallery2/modules/rss/po/da.mo share/gallery2/modules/rss/po/da.po +share/gallery2/modules/rss/po/de.mo share/gallery2/modules/rss/po/de.po +share/gallery2/modules/rss/po/el.mo +share/gallery2/modules/rss/po/el.po +share/gallery2/modules/rss/po/en_GB.mo share/gallery2/modules/rss/po/en_GB.po +share/gallery2/modules/rss/po/es.mo share/gallery2/modules/rss/po/es.po +share/gallery2/modules/rss/po/eu.mo share/gallery2/modules/rss/po/eu.po +share/gallery2/modules/rss/po/fi.mo share/gallery2/modules/rss/po/fi.po +share/gallery2/modules/rss/po/fr.mo share/gallery2/modules/rss/po/fr.po +share/gallery2/modules/rss/po/he.mo share/gallery2/modules/rss/po/he.po +share/gallery2/modules/rss/po/hu.mo share/gallery2/modules/rss/po/hu.po +share/gallery2/modules/rss/po/it.mo share/gallery2/modules/rss/po/it.po +share/gallery2/modules/rss/po/ja.mo share/gallery2/modules/rss/po/ja.po +share/gallery2/modules/rss/po/ko.mo share/gallery2/modules/rss/po/ko.po +share/gallery2/modules/rss/po/lt.mo share/gallery2/modules/rss/po/lt.po +share/gallery2/modules/rss/po/nl.mo share/gallery2/modules/rss/po/nl.po +share/gallery2/modules/rss/po/no.mo share/gallery2/modules/rss/po/no.po +share/gallery2/modules/rss/po/pl.mo share/gallery2/modules/rss/po/pl.po +share/gallery2/modules/rss/po/pt_BR.mo share/gallery2/modules/rss/po/pt_BR.po +share/gallery2/modules/rss/po/ro.mo share/gallery2/modules/rss/po/ro.po +share/gallery2/modules/rss/po/ru.mo share/gallery2/modules/rss/po/ru.po +share/gallery2/modules/rss/po/sk.mo share/gallery2/modules/rss/po/sk.po +share/gallery2/modules/rss/po/sr.mo share/gallery2/modules/rss/po/sr.po share/gallery2/modules/rss/po/strings.raw +share/gallery2/modules/rss/po/sv.mo share/gallery2/modules/rss/po/sv.po +share/gallery2/modules/rss/po/tr.mo share/gallery2/modules/rss/po/tr.po +share/gallery2/modules/rss/po/uk.mo share/gallery2/modules/rss/po/uk.po +share/gallery2/modules/rss/po/vi.mo share/gallery2/modules/rss/po/vi.po +share/gallery2/modules/rss/po/zh_CN.mo share/gallery2/modules/rss/po/zh_CN.po +share/gallery2/modules/rss/po/zh_TW.mo share/gallery2/modules/rss/po/zh_TW.po share/gallery2/modules/rss/templates/EditFeed.tpl share/gallery2/modules/rss/templates/FeedList.tpl @@ -5358,82 +5803,88 @@ share/gallery2/modules/search/SearchScan.inc share/gallery2/modules/search/SearchShowAll.inc share/gallery2/modules/search/classes/GallerySearchInterface_1_0.class share/gallery2/modules/search/classes/SearchUtilities.class -share/gallery2/modules/search/locale/af/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/ar/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/bg/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/ca/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/cs/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/da/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/de/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/en_GB/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/es/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/es_AR/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/et/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/eu/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/fi/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/fr/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/ga/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/hu/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/is/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/it/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/ja/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/ko/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/lt/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/lv/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/nl/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/no/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/pl/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/pt/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/pt_BR/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/ro/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/ru/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/sk/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/sr/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/sv/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/tr/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/uk/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/vi/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/zh_CN/LC_MESSAGES/modules_search.mo -share/gallery2/modules/search/locale/zh_TW/LC_MESSAGES/modules_search.mo share/gallery2/modules/search/module.inc share/gallery2/modules/search/po/GNUmakefile +share/gallery2/modules/search/po/af.mo share/gallery2/modules/search/po/af.po +share/gallery2/modules/search/po/ar.mo share/gallery2/modules/search/po/ar.po +share/gallery2/modules/search/po/bg.mo share/gallery2/modules/search/po/bg.po +share/gallery2/modules/search/po/ca.mo share/gallery2/modules/search/po/ca.po +share/gallery2/modules/search/po/cs.mo share/gallery2/modules/search/po/cs.po +share/gallery2/modules/search/po/da.mo share/gallery2/modules/search/po/da.po +share/gallery2/modules/search/po/de.mo share/gallery2/modules/search/po/de.po +share/gallery2/modules/search/po/el.mo +share/gallery2/modules/search/po/el.po +share/gallery2/modules/search/po/en_GB.mo share/gallery2/modules/search/po/en_GB.po +share/gallery2/modules/search/po/es.mo share/gallery2/modules/search/po/es.po +share/gallery2/modules/search/po/es_AR.mo share/gallery2/modules/search/po/es_AR.po +share/gallery2/modules/search/po/et.mo share/gallery2/modules/search/po/et.po +share/gallery2/modules/search/po/eu.mo share/gallery2/modules/search/po/eu.po +share/gallery2/modules/search/po/fa.mo +share/gallery2/modules/search/po/fa.po +share/gallery2/modules/search/po/fi.mo share/gallery2/modules/search/po/fi.po +share/gallery2/modules/search/po/fr.mo share/gallery2/modules/search/po/fr.po +share/gallery2/modules/search/po/ga.mo share/gallery2/modules/search/po/ga.po +share/gallery2/modules/search/po/hu.mo share/gallery2/modules/search/po/hu.po +share/gallery2/modules/search/po/is.mo share/gallery2/modules/search/po/is.po +share/gallery2/modules/search/po/it.mo share/gallery2/modules/search/po/it.po +share/gallery2/modules/search/po/ja.mo share/gallery2/modules/search/po/ja.po +share/gallery2/modules/search/po/ko.mo share/gallery2/modules/search/po/ko.po +share/gallery2/modules/search/po/lt.mo share/gallery2/modules/search/po/lt.po +share/gallery2/modules/search/po/lv.mo share/gallery2/modules/search/po/lv.po +share/gallery2/modules/search/po/nl.mo share/gallery2/modules/search/po/nl.po +share/gallery2/modules/search/po/no.mo share/gallery2/modules/search/po/no.po +share/gallery2/modules/search/po/pl.mo share/gallery2/modules/search/po/pl.po +share/gallery2/modules/search/po/pt.mo share/gallery2/modules/search/po/pt.po +share/gallery2/modules/search/po/pt_BR.mo share/gallery2/modules/search/po/pt_BR.po +share/gallery2/modules/search/po/ro.mo share/gallery2/modules/search/po/ro.po +share/gallery2/modules/search/po/ru.mo share/gallery2/modules/search/po/ru.po +share/gallery2/modules/search/po/sk.mo share/gallery2/modules/search/po/sk.po +share/gallery2/modules/search/po/sl.mo +share/gallery2/modules/search/po/sl.po +share/gallery2/modules/search/po/sr.mo share/gallery2/modules/search/po/sr.po share/gallery2/modules/search/po/strings.raw +share/gallery2/modules/search/po/sv.mo share/gallery2/modules/search/po/sv.po +share/gallery2/modules/search/po/tr.mo share/gallery2/modules/search/po/tr.po +share/gallery2/modules/search/po/uk.mo share/gallery2/modules/search/po/uk.po +share/gallery2/modules/search/po/vi.mo share/gallery2/modules/search/po/vi.po +share/gallery2/modules/search/po/zh_CN.mo share/gallery2/modules/search/po/zh_CN.po +share/gallery2/modules/search/po/zh_TW.mo share/gallery2/modules/search/po/zh_TW.po share/gallery2/modules/search/templates/SearchScan.tpl share/gallery2/modules/search/templates/SearchShowAll.tpl @@ -5442,387 +5893,570 @@ share/gallery2/modules/search/templates/blocks/blocks.inc share/gallery2/modules/shutterfly/MANIFEST share/gallery2/modules/shutterfly/PrintPhotos.inc share/gallery2/modules/shutterfly/classes/ShutterflyCartPlugin.class -share/gallery2/modules/shutterfly/locale/af/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/cs/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/da/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/de/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/en_GB/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/es/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/eu/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/fi/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/fr/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/is/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/it/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/ja/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/ko/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/nl/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/no/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/pl/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/ru/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/sr/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/sv/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/tr/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/zh_CN/LC_MESSAGES/modules_shutterfly.mo -share/gallery2/modules/shutterfly/locale/zh_TW/LC_MESSAGES/modules_shutterfly.mo share/gallery2/modules/shutterfly/module.inc share/gallery2/modules/shutterfly/po/GNUmakefile +share/gallery2/modules/shutterfly/po/af.mo share/gallery2/modules/shutterfly/po/af.po +share/gallery2/modules/shutterfly/po/bg.mo +share/gallery2/modules/shutterfly/po/bg.po +share/gallery2/modules/shutterfly/po/ca.mo +share/gallery2/modules/shutterfly/po/ca.po +share/gallery2/modules/shutterfly/po/cs.mo share/gallery2/modules/shutterfly/po/cs.po +share/gallery2/modules/shutterfly/po/da.mo share/gallery2/modules/shutterfly/po/da.po +share/gallery2/modules/shutterfly/po/de.mo share/gallery2/modules/shutterfly/po/de.po +share/gallery2/modules/shutterfly/po/el.mo +share/gallery2/modules/shutterfly/po/el.po +share/gallery2/modules/shutterfly/po/en_GB.mo share/gallery2/modules/shutterfly/po/en_GB.po +share/gallery2/modules/shutterfly/po/es.mo share/gallery2/modules/shutterfly/po/es.po +share/gallery2/modules/shutterfly/po/es_AR.mo +share/gallery2/modules/shutterfly/po/es_AR.po +share/gallery2/modules/shutterfly/po/es_MX.mo +share/gallery2/modules/shutterfly/po/es_MX.po +share/gallery2/modules/shutterfly/po/et.mo +share/gallery2/modules/shutterfly/po/et.po +share/gallery2/modules/shutterfly/po/eu.mo share/gallery2/modules/shutterfly/po/eu.po +share/gallery2/modules/shutterfly/po/fa.mo +share/gallery2/modules/shutterfly/po/fa.po +share/gallery2/modules/shutterfly/po/fi.mo share/gallery2/modules/shutterfly/po/fi.po +share/gallery2/modules/shutterfly/po/fr.mo share/gallery2/modules/shutterfly/po/fr.po +share/gallery2/modules/shutterfly/po/ga.mo +share/gallery2/modules/shutterfly/po/ga.po +share/gallery2/modules/shutterfly/po/hu.mo +share/gallery2/modules/shutterfly/po/hu.po +share/gallery2/modules/shutterfly/po/is.mo share/gallery2/modules/shutterfly/po/is.po +share/gallery2/modules/shutterfly/po/it.mo share/gallery2/modules/shutterfly/po/it.po +share/gallery2/modules/shutterfly/po/ja.mo share/gallery2/modules/shutterfly/po/ja.po +share/gallery2/modules/shutterfly/po/ko.mo share/gallery2/modules/shutterfly/po/ko.po +share/gallery2/modules/shutterfly/po/nl.mo share/gallery2/modules/shutterfly/po/nl.po +share/gallery2/modules/shutterfly/po/no.mo share/gallery2/modules/shutterfly/po/no.po +share/gallery2/modules/shutterfly/po/pl.mo share/gallery2/modules/shutterfly/po/pl.po +share/gallery2/modules/shutterfly/po/pt_BR.mo +share/gallery2/modules/shutterfly/po/pt_BR.po +share/gallery2/modules/shutterfly/po/ro.mo +share/gallery2/modules/shutterfly/po/ro.po +share/gallery2/modules/shutterfly/po/ru.mo share/gallery2/modules/shutterfly/po/ru.po +share/gallery2/modules/shutterfly/po/sk.mo +share/gallery2/modules/shutterfly/po/sk.po +share/gallery2/modules/shutterfly/po/sr.mo share/gallery2/modules/shutterfly/po/sr.po share/gallery2/modules/shutterfly/po/strings.raw +share/gallery2/modules/shutterfly/po/sv.mo share/gallery2/modules/shutterfly/po/sv.po +share/gallery2/modules/shutterfly/po/tr.mo share/gallery2/modules/shutterfly/po/tr.po +share/gallery2/modules/shutterfly/po/vi.mo +share/gallery2/modules/shutterfly/po/vi.po +share/gallery2/modules/shutterfly/po/zh_CN.mo share/gallery2/modules/shutterfly/po/zh_CN.po +share/gallery2/modules/shutterfly/po/zh_TW.mo share/gallery2/modules/shutterfly/po/zh_TW.po share/gallery2/modules/shutterfly/templates/PrintPhotos.tpl share/gallery2/modules/sitemap/AdminSitemap.inc share/gallery2/modules/sitemap/MANIFEST share/gallery2/modules/sitemap/Sitemap.inc -share/gallery2/modules/sitemap/locale/cs/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/de/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/en_GB/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/es/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/eu/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/fi/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/fr/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/it/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/ja/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/lv/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/nl/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/no/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/pl/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/ru/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/sv/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/tr/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/zh_CN/LC_MESSAGES/modules_sitemap.mo -share/gallery2/modules/sitemap/locale/zh_TW/LC_MESSAGES/modules_sitemap.mo share/gallery2/modules/sitemap/module.inc share/gallery2/modules/sitemap/po/GNUmakefile +share/gallery2/modules/sitemap/po/cs.mo share/gallery2/modules/sitemap/po/cs.po +share/gallery2/modules/sitemap/po/da.mo +share/gallery2/modules/sitemap/po/da.po +share/gallery2/modules/sitemap/po/de.mo share/gallery2/modules/sitemap/po/de.po +share/gallery2/modules/sitemap/po/el.mo +share/gallery2/modules/sitemap/po/el.po +share/gallery2/modules/sitemap/po/en_GB.mo share/gallery2/modules/sitemap/po/en_GB.po +share/gallery2/modules/sitemap/po/es.mo share/gallery2/modules/sitemap/po/es.po +share/gallery2/modules/sitemap/po/eu.mo share/gallery2/modules/sitemap/po/eu.po +share/gallery2/modules/sitemap/po/fi.mo share/gallery2/modules/sitemap/po/fi.po +share/gallery2/modules/sitemap/po/fr.mo share/gallery2/modules/sitemap/po/fr.po +share/gallery2/modules/sitemap/po/he.mo +share/gallery2/modules/sitemap/po/he.po +share/gallery2/modules/sitemap/po/it.mo share/gallery2/modules/sitemap/po/it.po +share/gallery2/modules/sitemap/po/ja.mo share/gallery2/modules/sitemap/po/ja.po +share/gallery2/modules/sitemap/po/ko.mo +share/gallery2/modules/sitemap/po/ko.po +share/gallery2/modules/sitemap/po/lv.mo share/gallery2/modules/sitemap/po/lv.po +share/gallery2/modules/sitemap/po/nl.mo share/gallery2/modules/sitemap/po/nl.po +share/gallery2/modules/sitemap/po/no.mo share/gallery2/modules/sitemap/po/no.po +share/gallery2/modules/sitemap/po/pl.mo share/gallery2/modules/sitemap/po/pl.po +share/gallery2/modules/sitemap/po/pt_BR.mo +share/gallery2/modules/sitemap/po/pt_BR.po +share/gallery2/modules/sitemap/po/ro.mo +share/gallery2/modules/sitemap/po/ro.po +share/gallery2/modules/sitemap/po/ru.mo share/gallery2/modules/sitemap/po/ru.po +share/gallery2/modules/sitemap/po/sk.mo +share/gallery2/modules/sitemap/po/sk.po +share/gallery2/modules/sitemap/po/sr.mo +share/gallery2/modules/sitemap/po/sr.po share/gallery2/modules/sitemap/po/strings.raw +share/gallery2/modules/sitemap/po/sv.mo share/gallery2/modules/sitemap/po/sv.po +share/gallery2/modules/sitemap/po/tr.mo share/gallery2/modules/sitemap/po/tr.po +share/gallery2/modules/sitemap/po/uk.mo +share/gallery2/modules/sitemap/po/uk.po +share/gallery2/modules/sitemap/po/zh_CN.mo share/gallery2/modules/sitemap/po/zh_CN.po +share/gallery2/modules/sitemap/po/zh_TW.mo share/gallery2/modules/sitemap/po/zh_TW.po share/gallery2/modules/sitemap/templates/AdminSitemap.tpl share/gallery2/modules/sizelimit/MANIFEST share/gallery2/modules/sizelimit/SetSizeOption.inc share/gallery2/modules/sizelimit/SizeLimitOption.inc share/gallery2/modules/sizelimit/classes/SizeLimitHelper.class -share/gallery2/modules/sizelimit/locale/af/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/ar/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/ca/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/cs/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/da/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/de/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/en_GB/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/es/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/eu/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/fi/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/fr/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/hu/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/is/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/it/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/ja/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/ko/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/lt/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/nl/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/no/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/pl/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/pt_BR/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/ro/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/ru/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/sk/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/sr/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/sv/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/tr/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/uk/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/vi/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/zh_CN/LC_MESSAGES/modules_sizelimit.mo -share/gallery2/modules/sizelimit/locale/zh_TW/LC_MESSAGES/modules_sizelimit.mo share/gallery2/modules/sizelimit/module.inc share/gallery2/modules/sizelimit/po/GNUmakefile +share/gallery2/modules/sizelimit/po/af.mo share/gallery2/modules/sizelimit/po/af.po +share/gallery2/modules/sizelimit/po/ar.mo share/gallery2/modules/sizelimit/po/ar.po +share/gallery2/modules/sizelimit/po/ca.mo share/gallery2/modules/sizelimit/po/ca.po +share/gallery2/modules/sizelimit/po/cs.mo share/gallery2/modules/sizelimit/po/cs.po +share/gallery2/modules/sizelimit/po/da.mo share/gallery2/modules/sizelimit/po/da.po +share/gallery2/modules/sizelimit/po/de.mo share/gallery2/modules/sizelimit/po/de.po +share/gallery2/modules/sizelimit/po/el.mo +share/gallery2/modules/sizelimit/po/el.po +share/gallery2/modules/sizelimit/po/en_GB.mo share/gallery2/modules/sizelimit/po/en_GB.po +share/gallery2/modules/sizelimit/po/es.mo share/gallery2/modules/sizelimit/po/es.po +share/gallery2/modules/sizelimit/po/eu.mo share/gallery2/modules/sizelimit/po/eu.po +share/gallery2/modules/sizelimit/po/fi.mo share/gallery2/modules/sizelimit/po/fi.po +share/gallery2/modules/sizelimit/po/fr.mo share/gallery2/modules/sizelimit/po/fr.po +share/gallery2/modules/sizelimit/po/hu.mo share/gallery2/modules/sizelimit/po/hu.po +share/gallery2/modules/sizelimit/po/is.mo share/gallery2/modules/sizelimit/po/is.po +share/gallery2/modules/sizelimit/po/it.mo share/gallery2/modules/sizelimit/po/it.po +share/gallery2/modules/sizelimit/po/ja.mo share/gallery2/modules/sizelimit/po/ja.po +share/gallery2/modules/sizelimit/po/ko.mo share/gallery2/modules/sizelimit/po/ko.po +share/gallery2/modules/sizelimit/po/lt.mo share/gallery2/modules/sizelimit/po/lt.po +share/gallery2/modules/sizelimit/po/nl.mo share/gallery2/modules/sizelimit/po/nl.po +share/gallery2/modules/sizelimit/po/no.mo share/gallery2/modules/sizelimit/po/no.po +share/gallery2/modules/sizelimit/po/pl.mo share/gallery2/modules/sizelimit/po/pl.po +share/gallery2/modules/sizelimit/po/pt_BR.mo share/gallery2/modules/sizelimit/po/pt_BR.po +share/gallery2/modules/sizelimit/po/ro.mo share/gallery2/modules/sizelimit/po/ro.po +share/gallery2/modules/sizelimit/po/ru.mo share/gallery2/modules/sizelimit/po/ru.po +share/gallery2/modules/sizelimit/po/sk.mo share/gallery2/modules/sizelimit/po/sk.po +share/gallery2/modules/sizelimit/po/sl.mo +share/gallery2/modules/sizelimit/po/sl.po +share/gallery2/modules/sizelimit/po/sr.mo share/gallery2/modules/sizelimit/po/sr.po share/gallery2/modules/sizelimit/po/strings.raw +share/gallery2/modules/sizelimit/po/sv.mo share/gallery2/modules/sizelimit/po/sv.po +share/gallery2/modules/sizelimit/po/tr.mo share/gallery2/modules/sizelimit/po/tr.po +share/gallery2/modules/sizelimit/po/uk.mo share/gallery2/modules/sizelimit/po/uk.po +share/gallery2/modules/sizelimit/po/vi.mo share/gallery2/modules/sizelimit/po/vi.po +share/gallery2/modules/sizelimit/po/zh_CN.mo share/gallery2/modules/sizelimit/po/zh_CN.po +share/gallery2/modules/sizelimit/po/zh_TW.mo share/gallery2/modules/sizelimit/po/zh_TW.po share/gallery2/modules/sizelimit/templates/SizeLimitOption.tpl +share/gallery2/modules/slideshow/AdminSlideshow.inc +share/gallery2/modules/slideshow/DownloadPicLens.inc share/gallery2/modules/slideshow/MANIFEST share/gallery2/modules/slideshow/Slideshow.inc +share/gallery2/modules/slideshow/SlideshowMediaRss.inc +share/gallery2/modules/slideshow/classes/PicLensHelper.class +share/gallery2/modules/slideshow/classes/SlideshowHelper.class share/gallery2/modules/slideshow/classes/SlideshowImpl.class share/gallery2/modules/slideshow/classes/SlideshowInterface_1_0.class -share/gallery2/modules/slideshow/locale/af/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/ar/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/bg/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/ca/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/cs/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/da/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/de/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/en_GB/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/es/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/eu/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/fi/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/fr/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/hu/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/is/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/it/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/ja/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/ko/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/lt/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/lv/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/nl/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/no/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/pl/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/pt/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/pt_BR/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/ro/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/ru/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/sk/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/sl/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/sr/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/sv/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/tr/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/uk/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/vi/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/zh_CN/LC_MESSAGES/modules_slideshow.mo -share/gallery2/modules/slideshow/locale/zh_TW/LC_MESSAGES/modules_slideshow.mo +share/gallery2/modules/slideshow/data/images/blank.gif +share/gallery2/modules/slideshow/data/images/close_blue.png +share/gallery2/modules/slideshow/data/images/close_gold.png +share/gallery2/modules/slideshow/data/images/close_green.png +share/gallery2/modules/slideshow/data/images/close_grey.png +share/gallery2/modules/slideshow/data/images/close_red.png +share/gallery2/modules/slideshow/data/images/loading.gif +share/gallery2/modules/slideshow/data/images/next_blue.gif +share/gallery2/modules/slideshow/data/images/next_gold.gif +share/gallery2/modules/slideshow/data/images/next_green.gif +share/gallery2/modules/slideshow/data/images/next_grey.gif +share/gallery2/modules/slideshow/data/images/next_red.gif +share/gallery2/modules/slideshow/data/images/pause_blue.png +share/gallery2/modules/slideshow/data/images/pause_gold.png +share/gallery2/modules/slideshow/data/images/pause_green.png +share/gallery2/modules/slideshow/data/images/pause_grey.png +share/gallery2/modules/slideshow/data/images/pause_red.png +share/gallery2/modules/slideshow/data/images/play_blue.png +share/gallery2/modules/slideshow/data/images/play_gold.png +share/gallery2/modules/slideshow/data/images/play_green.png +share/gallery2/modules/slideshow/data/images/play_grey.png +share/gallery2/modules/slideshow/data/images/play_red.png +share/gallery2/modules/slideshow/data/images/prev_blue.gif +share/gallery2/modules/slideshow/data/images/prev_gold.gif +share/gallery2/modules/slideshow/data/images/prev_green.gif +share/gallery2/modules/slideshow/data/images/prev_grey.gif +share/gallery2/modules/slideshow/data/images/prev_red.gif +share/gallery2/modules/slideshow/data/lytebox.css +share/gallery2/modules/slideshow/data/lytebox.js share/gallery2/modules/slideshow/module.inc share/gallery2/modules/slideshow/po/GNUmakefile +share/gallery2/modules/slideshow/po/af.mo share/gallery2/modules/slideshow/po/af.po +share/gallery2/modules/slideshow/po/ar.mo share/gallery2/modules/slideshow/po/ar.po +share/gallery2/modules/slideshow/po/bg.mo share/gallery2/modules/slideshow/po/bg.po +share/gallery2/modules/slideshow/po/ca.mo share/gallery2/modules/slideshow/po/ca.po +share/gallery2/modules/slideshow/po/cs.mo share/gallery2/modules/slideshow/po/cs.po +share/gallery2/modules/slideshow/po/da.mo share/gallery2/modules/slideshow/po/da.po +share/gallery2/modules/slideshow/po/de.mo share/gallery2/modules/slideshow/po/de.po +share/gallery2/modules/slideshow/po/el.mo +share/gallery2/modules/slideshow/po/el.po +share/gallery2/modules/slideshow/po/en_GB.mo share/gallery2/modules/slideshow/po/en_GB.po +share/gallery2/modules/slideshow/po/es.mo share/gallery2/modules/slideshow/po/es.po +share/gallery2/modules/slideshow/po/eu.mo share/gallery2/modules/slideshow/po/eu.po +share/gallery2/modules/slideshow/po/fa.mo +share/gallery2/modules/slideshow/po/fa.po +share/gallery2/modules/slideshow/po/fi.mo share/gallery2/modules/slideshow/po/fi.po +share/gallery2/modules/slideshow/po/fr.mo share/gallery2/modules/slideshow/po/fr.po +share/gallery2/modules/slideshow/po/hu.mo share/gallery2/modules/slideshow/po/hu.po +share/gallery2/modules/slideshow/po/is.mo share/gallery2/modules/slideshow/po/is.po +share/gallery2/modules/slideshow/po/it.mo share/gallery2/modules/slideshow/po/it.po +share/gallery2/modules/slideshow/po/ja.mo share/gallery2/modules/slideshow/po/ja.po +share/gallery2/modules/slideshow/po/ko.mo share/gallery2/modules/slideshow/po/ko.po +share/gallery2/modules/slideshow/po/lt.mo share/gallery2/modules/slideshow/po/lt.po +share/gallery2/modules/slideshow/po/lv.mo share/gallery2/modules/slideshow/po/lv.po +share/gallery2/modules/slideshow/po/nl.mo share/gallery2/modules/slideshow/po/nl.po +share/gallery2/modules/slideshow/po/no.mo share/gallery2/modules/slideshow/po/no.po +share/gallery2/modules/slideshow/po/pl.mo share/gallery2/modules/slideshow/po/pl.po +share/gallery2/modules/slideshow/po/pt.mo share/gallery2/modules/slideshow/po/pt.po +share/gallery2/modules/slideshow/po/pt_BR.mo share/gallery2/modules/slideshow/po/pt_BR.po +share/gallery2/modules/slideshow/po/ro.mo share/gallery2/modules/slideshow/po/ro.po +share/gallery2/modules/slideshow/po/ru.mo share/gallery2/modules/slideshow/po/ru.po +share/gallery2/modules/slideshow/po/sk.mo share/gallery2/modules/slideshow/po/sk.po +share/gallery2/modules/slideshow/po/sl.mo share/gallery2/modules/slideshow/po/sl.po +share/gallery2/modules/slideshow/po/sr.mo share/gallery2/modules/slideshow/po/sr.po share/gallery2/modules/slideshow/po/strings.raw +share/gallery2/modules/slideshow/po/sv.mo share/gallery2/modules/slideshow/po/sv.po +share/gallery2/modules/slideshow/po/tr.mo share/gallery2/modules/slideshow/po/tr.po +share/gallery2/modules/slideshow/po/uk.mo share/gallery2/modules/slideshow/po/uk.po +share/gallery2/modules/slideshow/po/vi.mo share/gallery2/modules/slideshow/po/vi.po +share/gallery2/modules/slideshow/po/zh_CN.mo share/gallery2/modules/slideshow/po/zh_CN.po +share/gallery2/modules/slideshow/po/zh_TW.mo share/gallery2/modules/slideshow/po/zh_TW.po -share/gallery2/modules/slideshow/templates/Header.tpl +share/gallery2/modules/slideshow/templates/AdminSlideshow.tpl share/gallery2/modules/slideshow/templates/Slideshow.tpl +share/gallery2/modules/slideshow/templates/SlideshowMediaRss.tpl share/gallery2/modules/slideshowapplet/MANIFEST share/gallery2/modules/slideshowapplet/SlideshowApplet.inc share/gallery2/modules/slideshowapplet/SlideshowAppletSiteAdmin.inc share/gallery2/modules/slideshowapplet/applets/GalleryRemoteAppletMini.jar share/gallery2/modules/slideshowapplet/applets/GalleryRemoteHTTPClient.jar share/gallery2/modules/slideshowapplet/applets/applet_img.jar -share/gallery2/modules/slideshowapplet/locale/af/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/ar/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/bg/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/ca/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/cs/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/da/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/de/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/en_GB/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/es/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/et/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/eu/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/fi/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/fr/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/hu/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/it/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/ja/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/ko/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/lt/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/nl/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/no/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/pl/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/ro/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/ru/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/sk/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/sl/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/sr/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/sv/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/tr/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/uk/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/vi/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/zh_CN/LC_MESSAGES/modules_slideshowapplet.mo -share/gallery2/modules/slideshowapplet/locale/zh_TW/LC_MESSAGES/modules_slideshowapplet.mo +share/gallery2/modules/slideshowapplet/applets/splash.gif share/gallery2/modules/slideshowapplet/module.inc share/gallery2/modules/slideshowapplet/po/GNUmakefile +share/gallery2/modules/slideshowapplet/po/af.mo share/gallery2/modules/slideshowapplet/po/af.po +share/gallery2/modules/slideshowapplet/po/ar.mo share/gallery2/modules/slideshowapplet/po/ar.po +share/gallery2/modules/slideshowapplet/po/bg.mo share/gallery2/modules/slideshowapplet/po/bg.po +share/gallery2/modules/slideshowapplet/po/ca.mo share/gallery2/modules/slideshowapplet/po/ca.po +share/gallery2/modules/slideshowapplet/po/cs.mo share/gallery2/modules/slideshowapplet/po/cs.po +share/gallery2/modules/slideshowapplet/po/da.mo share/gallery2/modules/slideshowapplet/po/da.po +share/gallery2/modules/slideshowapplet/po/de.mo share/gallery2/modules/slideshowapplet/po/de.po +share/gallery2/modules/slideshowapplet/po/el.mo +share/gallery2/modules/slideshowapplet/po/el.po +share/gallery2/modules/slideshowapplet/po/en_GB.mo share/gallery2/modules/slideshowapplet/po/en_GB.po +share/gallery2/modules/slideshowapplet/po/es.mo share/gallery2/modules/slideshowapplet/po/es.po +share/gallery2/modules/slideshowapplet/po/et.mo share/gallery2/modules/slideshowapplet/po/et.po +share/gallery2/modules/slideshowapplet/po/eu.mo share/gallery2/modules/slideshowapplet/po/eu.po +share/gallery2/modules/slideshowapplet/po/fi.mo share/gallery2/modules/slideshowapplet/po/fi.po +share/gallery2/modules/slideshowapplet/po/fr.mo share/gallery2/modules/slideshowapplet/po/fr.po +share/gallery2/modules/slideshowapplet/po/hu.mo share/gallery2/modules/slideshowapplet/po/hu.po +share/gallery2/modules/slideshowapplet/po/it.mo share/gallery2/modules/slideshowapplet/po/it.po +share/gallery2/modules/slideshowapplet/po/ja.mo share/gallery2/modules/slideshowapplet/po/ja.po +share/gallery2/modules/slideshowapplet/po/ko.mo share/gallery2/modules/slideshowapplet/po/ko.po +share/gallery2/modules/slideshowapplet/po/lt.mo share/gallery2/modules/slideshowapplet/po/lt.po +share/gallery2/modules/slideshowapplet/po/nl.mo share/gallery2/modules/slideshowapplet/po/nl.po +share/gallery2/modules/slideshowapplet/po/no.mo share/gallery2/modules/slideshowapplet/po/no.po +share/gallery2/modules/slideshowapplet/po/pl.mo share/gallery2/modules/slideshowapplet/po/pl.po +share/gallery2/modules/slideshowapplet/po/ro.mo share/gallery2/modules/slideshowapplet/po/ro.po +share/gallery2/modules/slideshowapplet/po/ru.mo share/gallery2/modules/slideshowapplet/po/ru.po +share/gallery2/modules/slideshowapplet/po/sk.mo share/gallery2/modules/slideshowapplet/po/sk.po +share/gallery2/modules/slideshowapplet/po/sl.mo share/gallery2/modules/slideshowapplet/po/sl.po +share/gallery2/modules/slideshowapplet/po/sr.mo share/gallery2/modules/slideshowapplet/po/sr.po share/gallery2/modules/slideshowapplet/po/strings.raw +share/gallery2/modules/slideshowapplet/po/sv.mo share/gallery2/modules/slideshowapplet/po/sv.po +share/gallery2/modules/slideshowapplet/po/tr.mo share/gallery2/modules/slideshowapplet/po/tr.po +share/gallery2/modules/slideshowapplet/po/uk.mo share/gallery2/modules/slideshowapplet/po/uk.po +share/gallery2/modules/slideshowapplet/po/vi.mo share/gallery2/modules/slideshowapplet/po/vi.po +share/gallery2/modules/slideshowapplet/po/zh_CN.mo share/gallery2/modules/slideshowapplet/po/zh_CN.po +share/gallery2/modules/slideshowapplet/po/zh_TW.mo share/gallery2/modules/slideshowapplet/po/zh_TW.po share/gallery2/modules/slideshowapplet/templates/SlideshowApplet.tpl share/gallery2/modules/slideshowapplet/templates/SlideshowAppletSiteAdmin.tpl +share/gallery2/modules/snapgalaxy/AdminSnapGalaxy.inc +share/gallery2/modules/snapgalaxy/FulfillmentError.inc +share/gallery2/modules/snapgalaxy/MANIFEST +share/gallery2/modules/snapgalaxy/SnapGalaxyPrintPhotos.inc +share/gallery2/modules/snapgalaxy/classes/SnapGalaxyCartPlugin.class +share/gallery2/modules/snapgalaxy/classes/SnapGalaxyHelper.class +share/gallery2/modules/snapgalaxy/module.inc +share/gallery2/modules/snapgalaxy/po/GNUmakefile +share/gallery2/modules/snapgalaxy/po/af.mo +share/gallery2/modules/snapgalaxy/po/af.po +share/gallery2/modules/snapgalaxy/po/ar.mo +share/gallery2/modules/snapgalaxy/po/ar.po +share/gallery2/modules/snapgalaxy/po/bg.mo +share/gallery2/modules/snapgalaxy/po/bg.po +share/gallery2/modules/snapgalaxy/po/ca.mo +share/gallery2/modules/snapgalaxy/po/ca.po +share/gallery2/modules/snapgalaxy/po/cs.mo +share/gallery2/modules/snapgalaxy/po/cs.po +share/gallery2/modules/snapgalaxy/po/da.mo +share/gallery2/modules/snapgalaxy/po/da.po +share/gallery2/modules/snapgalaxy/po/de.mo +share/gallery2/modules/snapgalaxy/po/de.po +share/gallery2/modules/snapgalaxy/po/el.mo +share/gallery2/modules/snapgalaxy/po/el.po +share/gallery2/modules/snapgalaxy/po/en_GB.mo +share/gallery2/modules/snapgalaxy/po/en_GB.po +share/gallery2/modules/snapgalaxy/po/es.mo +share/gallery2/modules/snapgalaxy/po/es.po +share/gallery2/modules/snapgalaxy/po/es_AR.mo +share/gallery2/modules/snapgalaxy/po/es_AR.po +share/gallery2/modules/snapgalaxy/po/es_MX.mo +share/gallery2/modules/snapgalaxy/po/es_MX.po +share/gallery2/modules/snapgalaxy/po/et.mo +share/gallery2/modules/snapgalaxy/po/et.po +share/gallery2/modules/snapgalaxy/po/eu.mo +share/gallery2/modules/snapgalaxy/po/eu.po +share/gallery2/modules/snapgalaxy/po/fi.mo +share/gallery2/modules/snapgalaxy/po/fi.po +share/gallery2/modules/snapgalaxy/po/fr.mo +share/gallery2/modules/snapgalaxy/po/fr.po +share/gallery2/modules/snapgalaxy/po/ga.mo +share/gallery2/modules/snapgalaxy/po/ga.po +share/gallery2/modules/snapgalaxy/po/he.mo +share/gallery2/modules/snapgalaxy/po/he.po +share/gallery2/modules/snapgalaxy/po/hu.mo +share/gallery2/modules/snapgalaxy/po/hu.po +share/gallery2/modules/snapgalaxy/po/it.mo +share/gallery2/modules/snapgalaxy/po/it.po +share/gallery2/modules/snapgalaxy/po/ja.mo +share/gallery2/modules/snapgalaxy/po/ja.po +share/gallery2/modules/snapgalaxy/po/ko.mo +share/gallery2/modules/snapgalaxy/po/ko.po +share/gallery2/modules/snapgalaxy/po/lt.mo +share/gallery2/modules/snapgalaxy/po/lt.po +share/gallery2/modules/snapgalaxy/po/lv.mo +share/gallery2/modules/snapgalaxy/po/lv.po +share/gallery2/modules/snapgalaxy/po/nl.mo +share/gallery2/modules/snapgalaxy/po/nl.po +share/gallery2/modules/snapgalaxy/po/no.mo +share/gallery2/modules/snapgalaxy/po/no.po +share/gallery2/modules/snapgalaxy/po/pl.mo +share/gallery2/modules/snapgalaxy/po/pl.po +share/gallery2/modules/snapgalaxy/po/pt.mo +share/gallery2/modules/snapgalaxy/po/pt.po +share/gallery2/modules/snapgalaxy/po/pt_BR.mo +share/gallery2/modules/snapgalaxy/po/pt_BR.po +share/gallery2/modules/snapgalaxy/po/ro.mo +share/gallery2/modules/snapgalaxy/po/ro.po +share/gallery2/modules/snapgalaxy/po/ru.mo +share/gallery2/modules/snapgalaxy/po/ru.po +share/gallery2/modules/snapgalaxy/po/sk.mo +share/gallery2/modules/snapgalaxy/po/sk.po +share/gallery2/modules/snapgalaxy/po/sl.mo +share/gallery2/modules/snapgalaxy/po/sl.po +share/gallery2/modules/snapgalaxy/po/sr.mo +share/gallery2/modules/snapgalaxy/po/sr.po +share/gallery2/modules/snapgalaxy/po/strings.raw +share/gallery2/modules/snapgalaxy/po/sv.mo +share/gallery2/modules/snapgalaxy/po/sv.po +share/gallery2/modules/snapgalaxy/po/tr.mo +share/gallery2/modules/snapgalaxy/po/tr.po +share/gallery2/modules/snapgalaxy/po/uk.mo +share/gallery2/modules/snapgalaxy/po/uk.po +share/gallery2/modules/snapgalaxy/po/vi.mo +share/gallery2/modules/snapgalaxy/po/vi.po +share/gallery2/modules/snapgalaxy/po/zh_CN.mo +share/gallery2/modules/snapgalaxy/po/zh_CN.po +share/gallery2/modules/snapgalaxy/po/zh_TW.mo +share/gallery2/modules/snapgalaxy/po/zh_TW.po +share/gallery2/modules/snapgalaxy/templates/AdminSnapGalaxy.tpl +share/gallery2/modules/snapgalaxy/templates/FulfillmentError.tpl share/gallery2/modules/squarethumb/CantActivate.inc share/gallery2/modules/squarethumb/MANIFEST share/gallery2/modules/squarethumb/SquareThumbSiteAdmin.inc share/gallery2/modules/squarethumb/classes/SquareThumbToolkit.class -share/gallery2/modules/squarethumb/locale/af/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/ar/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/ca/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/cs/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/da/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/de/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/en_GB/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/es/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/eu/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/fi/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/fr/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/hu/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/is/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/it/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/ja/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/ko/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/lt/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/nl/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/no/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/pl/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/ro/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/ru/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/sk/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/sr/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/sv/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/tr/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/uk/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/vi/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/zh_CN/LC_MESSAGES/modules_squarethumb.mo -share/gallery2/modules/squarethumb/locale/zh_TW/LC_MESSAGES/modules_squarethumb.mo share/gallery2/modules/squarethumb/module.inc share/gallery2/modules/squarethumb/po/GNUmakefile +share/gallery2/modules/squarethumb/po/af.mo share/gallery2/modules/squarethumb/po/af.po +share/gallery2/modules/squarethumb/po/ar.mo share/gallery2/modules/squarethumb/po/ar.po +share/gallery2/modules/squarethumb/po/ca.mo share/gallery2/modules/squarethumb/po/ca.po +share/gallery2/modules/squarethumb/po/cs.mo share/gallery2/modules/squarethumb/po/cs.po +share/gallery2/modules/squarethumb/po/da.mo share/gallery2/modules/squarethumb/po/da.po +share/gallery2/modules/squarethumb/po/de.mo share/gallery2/modules/squarethumb/po/de.po +share/gallery2/modules/squarethumb/po/el.mo +share/gallery2/modules/squarethumb/po/el.po +share/gallery2/modules/squarethumb/po/en_GB.mo share/gallery2/modules/squarethumb/po/en_GB.po +share/gallery2/modules/squarethumb/po/es.mo share/gallery2/modules/squarethumb/po/es.po +share/gallery2/modules/squarethumb/po/eu.mo share/gallery2/modules/squarethumb/po/eu.po +share/gallery2/modules/squarethumb/po/fi.mo share/gallery2/modules/squarethumb/po/fi.po +share/gallery2/modules/squarethumb/po/fr.mo share/gallery2/modules/squarethumb/po/fr.po +share/gallery2/modules/squarethumb/po/hu.mo share/gallery2/modules/squarethumb/po/hu.po +share/gallery2/modules/squarethumb/po/is.mo share/gallery2/modules/squarethumb/po/is.po +share/gallery2/modules/squarethumb/po/it.mo share/gallery2/modules/squarethumb/po/it.po +share/gallery2/modules/squarethumb/po/ja.mo share/gallery2/modules/squarethumb/po/ja.po +share/gallery2/modules/squarethumb/po/ko.mo share/gallery2/modules/squarethumb/po/ko.po +share/gallery2/modules/squarethumb/po/lt.mo share/gallery2/modules/squarethumb/po/lt.po +share/gallery2/modules/squarethumb/po/nl.mo share/gallery2/modules/squarethumb/po/nl.po +share/gallery2/modules/squarethumb/po/no.mo share/gallery2/modules/squarethumb/po/no.po +share/gallery2/modules/squarethumb/po/pl.mo share/gallery2/modules/squarethumb/po/pl.po +share/gallery2/modules/squarethumb/po/ro.mo share/gallery2/modules/squarethumb/po/ro.po +share/gallery2/modules/squarethumb/po/ru.mo share/gallery2/modules/squarethumb/po/ru.po +share/gallery2/modules/squarethumb/po/sk.mo share/gallery2/modules/squarethumb/po/sk.po +share/gallery2/modules/squarethumb/po/sr.mo share/gallery2/modules/squarethumb/po/sr.po share/gallery2/modules/squarethumb/po/strings.raw +share/gallery2/modules/squarethumb/po/sv.mo share/gallery2/modules/squarethumb/po/sv.po +share/gallery2/modules/squarethumb/po/tr.mo share/gallery2/modules/squarethumb/po/tr.po +share/gallery2/modules/squarethumb/po/uk.mo share/gallery2/modules/squarethumb/po/uk.po +share/gallery2/modules/squarethumb/po/vi.mo share/gallery2/modules/squarethumb/po/vi.po +share/gallery2/modules/squarethumb/po/zh_CN.mo share/gallery2/modules/squarethumb/po/zh_CN.po +share/gallery2/modules/squarethumb/po/zh_TW.mo share/gallery2/modules/squarethumb/po/zh_TW.po share/gallery2/modules/squarethumb/templates/CantActivate.tpl share/gallery2/modules/squarethumb/templates/SquareThumbSiteAdmin.tpl @@ -5841,68 +6475,70 @@ share/gallery2/modules/thumbnail/classes/ThumbnailImage.class share/gallery2/modules/thumbnail/classes/ThumbnailToolkit.class share/gallery2/modules/thumbnail/images/G2audio.jpg share/gallery2/modules/thumbnail/images/G2video.jpg -share/gallery2/modules/thumbnail/locale/af/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/ar/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/ca/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/cs/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/da/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/de/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/en_GB/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/es/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/eu/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/fi/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/fr/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/hu/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/is/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/it/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/ja/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/ko/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/lt/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/nl/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/no/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/pl/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/ro/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/ru/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/sk/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/sr/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/sv/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/tr/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/uk/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/vi/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/zh_CN/LC_MESSAGES/modules_thumbnail.mo -share/gallery2/modules/thumbnail/locale/zh_TW/LC_MESSAGES/modules_thumbnail.mo share/gallery2/modules/thumbnail/module.inc share/gallery2/modules/thumbnail/po/GNUmakefile +share/gallery2/modules/thumbnail/po/af.mo share/gallery2/modules/thumbnail/po/af.po +share/gallery2/modules/thumbnail/po/ar.mo share/gallery2/modules/thumbnail/po/ar.po +share/gallery2/modules/thumbnail/po/ca.mo share/gallery2/modules/thumbnail/po/ca.po +share/gallery2/modules/thumbnail/po/cs.mo share/gallery2/modules/thumbnail/po/cs.po +share/gallery2/modules/thumbnail/po/da.mo share/gallery2/modules/thumbnail/po/da.po +share/gallery2/modules/thumbnail/po/de.mo share/gallery2/modules/thumbnail/po/de.po +share/gallery2/modules/thumbnail/po/el.mo +share/gallery2/modules/thumbnail/po/el.po +share/gallery2/modules/thumbnail/po/en_GB.mo share/gallery2/modules/thumbnail/po/en_GB.po +share/gallery2/modules/thumbnail/po/es.mo share/gallery2/modules/thumbnail/po/es.po +share/gallery2/modules/thumbnail/po/eu.mo share/gallery2/modules/thumbnail/po/eu.po +share/gallery2/modules/thumbnail/po/fi.mo share/gallery2/modules/thumbnail/po/fi.po +share/gallery2/modules/thumbnail/po/fr.mo share/gallery2/modules/thumbnail/po/fr.po +share/gallery2/modules/thumbnail/po/hu.mo share/gallery2/modules/thumbnail/po/hu.po +share/gallery2/modules/thumbnail/po/is.mo share/gallery2/modules/thumbnail/po/is.po +share/gallery2/modules/thumbnail/po/it.mo share/gallery2/modules/thumbnail/po/it.po +share/gallery2/modules/thumbnail/po/ja.mo share/gallery2/modules/thumbnail/po/ja.po +share/gallery2/modules/thumbnail/po/ko.mo share/gallery2/modules/thumbnail/po/ko.po +share/gallery2/modules/thumbnail/po/lt.mo share/gallery2/modules/thumbnail/po/lt.po +share/gallery2/modules/thumbnail/po/nl.mo share/gallery2/modules/thumbnail/po/nl.po +share/gallery2/modules/thumbnail/po/no.mo share/gallery2/modules/thumbnail/po/no.po +share/gallery2/modules/thumbnail/po/pl.mo share/gallery2/modules/thumbnail/po/pl.po +share/gallery2/modules/thumbnail/po/ro.mo share/gallery2/modules/thumbnail/po/ro.po +share/gallery2/modules/thumbnail/po/ru.mo share/gallery2/modules/thumbnail/po/ru.po +share/gallery2/modules/thumbnail/po/sk.mo share/gallery2/modules/thumbnail/po/sk.po +share/gallery2/modules/thumbnail/po/sr.mo share/gallery2/modules/thumbnail/po/sr.po share/gallery2/modules/thumbnail/po/strings.raw +share/gallery2/modules/thumbnail/po/sv.mo share/gallery2/modules/thumbnail/po/sv.po +share/gallery2/modules/thumbnail/po/tr.mo share/gallery2/modules/thumbnail/po/tr.po +share/gallery2/modules/thumbnail/po/uk.mo share/gallery2/modules/thumbnail/po/uk.po +share/gallery2/modules/thumbnail/po/vi.mo share/gallery2/modules/thumbnail/po/vi.po +share/gallery2/modules/thumbnail/po/zh_CN.mo share/gallery2/modules/thumbnail/po/zh_CN.po +share/gallery2/modules/thumbnail/po/zh_TW.mo share/gallery2/modules/thumbnail/po/zh_TW.po share/gallery2/modules/thumbnail/templates/CustomThumbnail.tpl share/gallery2/modules/thumbnail/templates/ThumbnailSiteAdmin.tpl @@ -5910,68 +6546,70 @@ share/gallery2/modules/thumbpage/CantActivate.inc share/gallery2/modules/thumbpage/ItemEditThumbOffset.inc share/gallery2/modules/thumbpage/ItemEditThumbPage.inc share/gallery2/modules/thumbpage/MANIFEST -share/gallery2/modules/thumbpage/locale/af/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/ar/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/ca/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/cs/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/da/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/de/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/en_GB/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/es/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/eu/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/fi/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/fr/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/hu/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/is/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/it/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/ja/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/ko/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/lt/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/nl/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/no/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/pl/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/ro/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/ru/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/sk/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/sr/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/sv/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/tr/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/uk/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/vi/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/zh_CN/LC_MESSAGES/modules_thumbpage.mo -share/gallery2/modules/thumbpage/locale/zh_TW/LC_MESSAGES/modules_thumbpage.mo share/gallery2/modules/thumbpage/module.inc share/gallery2/modules/thumbpage/po/GNUmakefile +share/gallery2/modules/thumbpage/po/af.mo share/gallery2/modules/thumbpage/po/af.po +share/gallery2/modules/thumbpage/po/ar.mo share/gallery2/modules/thumbpage/po/ar.po +share/gallery2/modules/thumbpage/po/ca.mo share/gallery2/modules/thumbpage/po/ca.po +share/gallery2/modules/thumbpage/po/cs.mo share/gallery2/modules/thumbpage/po/cs.po +share/gallery2/modules/thumbpage/po/da.mo share/gallery2/modules/thumbpage/po/da.po +share/gallery2/modules/thumbpage/po/de.mo share/gallery2/modules/thumbpage/po/de.po +share/gallery2/modules/thumbpage/po/el.mo +share/gallery2/modules/thumbpage/po/el.po +share/gallery2/modules/thumbpage/po/en_GB.mo share/gallery2/modules/thumbpage/po/en_GB.po +share/gallery2/modules/thumbpage/po/es.mo share/gallery2/modules/thumbpage/po/es.po +share/gallery2/modules/thumbpage/po/eu.mo share/gallery2/modules/thumbpage/po/eu.po +share/gallery2/modules/thumbpage/po/fi.mo share/gallery2/modules/thumbpage/po/fi.po +share/gallery2/modules/thumbpage/po/fr.mo share/gallery2/modules/thumbpage/po/fr.po +share/gallery2/modules/thumbpage/po/hu.mo share/gallery2/modules/thumbpage/po/hu.po +share/gallery2/modules/thumbpage/po/is.mo share/gallery2/modules/thumbpage/po/is.po +share/gallery2/modules/thumbpage/po/it.mo share/gallery2/modules/thumbpage/po/it.po +share/gallery2/modules/thumbpage/po/ja.mo share/gallery2/modules/thumbpage/po/ja.po +share/gallery2/modules/thumbpage/po/ko.mo share/gallery2/modules/thumbpage/po/ko.po +share/gallery2/modules/thumbpage/po/lt.mo share/gallery2/modules/thumbpage/po/lt.po +share/gallery2/modules/thumbpage/po/nl.mo share/gallery2/modules/thumbpage/po/nl.po +share/gallery2/modules/thumbpage/po/no.mo share/gallery2/modules/thumbpage/po/no.po +share/gallery2/modules/thumbpage/po/pl.mo share/gallery2/modules/thumbpage/po/pl.po +share/gallery2/modules/thumbpage/po/ro.mo share/gallery2/modules/thumbpage/po/ro.po +share/gallery2/modules/thumbpage/po/ru.mo share/gallery2/modules/thumbpage/po/ru.po +share/gallery2/modules/thumbpage/po/sk.mo share/gallery2/modules/thumbpage/po/sk.po +share/gallery2/modules/thumbpage/po/sr.mo share/gallery2/modules/thumbpage/po/sr.po share/gallery2/modules/thumbpage/po/strings.raw +share/gallery2/modules/thumbpage/po/sv.mo share/gallery2/modules/thumbpage/po/sv.po +share/gallery2/modules/thumbpage/po/tr.mo share/gallery2/modules/thumbpage/po/tr.po +share/gallery2/modules/thumbpage/po/uk.mo share/gallery2/modules/thumbpage/po/uk.po +share/gallery2/modules/thumbpage/po/vi.mo share/gallery2/modules/thumbpage/po/vi.po +share/gallery2/modules/thumbpage/po/zh_CN.mo share/gallery2/modules/thumbpage/po/zh_CN.po +share/gallery2/modules/thumbpage/po/zh_TW.mo share/gallery2/modules/thumbpage/po/zh_TW.po share/gallery2/modules/thumbpage/templates/CantActivate.tpl share/gallery2/modules/thumbpage/templates/Offset.tpl @@ -5982,74 +6620,79 @@ share/gallery2/modules/uploadapplet/UploadAppletSiteAdmin.inc share/gallery2/modules/uploadapplet/applets/GalleryRemoteAppletMini.jar share/gallery2/modules/uploadapplet/applets/GalleryRemoteHTTPClient.jar share/gallery2/modules/uploadapplet/applets/applet_img.jar -share/gallery2/modules/uploadapplet/locale/af/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/ar/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/ca/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/cs/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/da/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/de/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/en_GB/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/es/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/et/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/eu/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/fi/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/fr/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/hu/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/is/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/it/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/ja/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/ko/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/lt/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/lv/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/nl/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/no/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/pl/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/pt_BR/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/ro/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/ru/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/sk/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/sr/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/sv/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/tr/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/uk/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/vi/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/zh_CN/LC_MESSAGES/modules_uploadapplet.mo -share/gallery2/modules/uploadapplet/locale/zh_TW/LC_MESSAGES/modules_uploadapplet.mo +share/gallery2/modules/uploadapplet/applets/splash.gif share/gallery2/modules/uploadapplet/module.inc share/gallery2/modules/uploadapplet/po/GNUmakefile +share/gallery2/modules/uploadapplet/po/af.mo share/gallery2/modules/uploadapplet/po/af.po +share/gallery2/modules/uploadapplet/po/ar.mo share/gallery2/modules/uploadapplet/po/ar.po +share/gallery2/modules/uploadapplet/po/ca.mo share/gallery2/modules/uploadapplet/po/ca.po +share/gallery2/modules/uploadapplet/po/cs.mo share/gallery2/modules/uploadapplet/po/cs.po +share/gallery2/modules/uploadapplet/po/da.mo share/gallery2/modules/uploadapplet/po/da.po +share/gallery2/modules/uploadapplet/po/de.mo share/gallery2/modules/uploadapplet/po/de.po +share/gallery2/modules/uploadapplet/po/el.mo +share/gallery2/modules/uploadapplet/po/el.po +share/gallery2/modules/uploadapplet/po/en_GB.mo share/gallery2/modules/uploadapplet/po/en_GB.po +share/gallery2/modules/uploadapplet/po/es.mo share/gallery2/modules/uploadapplet/po/es.po +share/gallery2/modules/uploadapplet/po/et.mo share/gallery2/modules/uploadapplet/po/et.po +share/gallery2/modules/uploadapplet/po/eu.mo share/gallery2/modules/uploadapplet/po/eu.po +share/gallery2/modules/uploadapplet/po/fi.mo share/gallery2/modules/uploadapplet/po/fi.po +share/gallery2/modules/uploadapplet/po/fr.mo share/gallery2/modules/uploadapplet/po/fr.po +share/gallery2/modules/uploadapplet/po/hu.mo share/gallery2/modules/uploadapplet/po/hu.po +share/gallery2/modules/uploadapplet/po/is.mo share/gallery2/modules/uploadapplet/po/is.po +share/gallery2/modules/uploadapplet/po/it.mo share/gallery2/modules/uploadapplet/po/it.po +share/gallery2/modules/uploadapplet/po/ja.mo share/gallery2/modules/uploadapplet/po/ja.po +share/gallery2/modules/uploadapplet/po/ko.mo share/gallery2/modules/uploadapplet/po/ko.po +share/gallery2/modules/uploadapplet/po/lt.mo share/gallery2/modules/uploadapplet/po/lt.po +share/gallery2/modules/uploadapplet/po/lv.mo share/gallery2/modules/uploadapplet/po/lv.po +share/gallery2/modules/uploadapplet/po/nl.mo share/gallery2/modules/uploadapplet/po/nl.po +share/gallery2/modules/uploadapplet/po/no.mo share/gallery2/modules/uploadapplet/po/no.po +share/gallery2/modules/uploadapplet/po/pl.mo share/gallery2/modules/uploadapplet/po/pl.po +share/gallery2/modules/uploadapplet/po/pt_BR.mo share/gallery2/modules/uploadapplet/po/pt_BR.po +share/gallery2/modules/uploadapplet/po/ro.mo share/gallery2/modules/uploadapplet/po/ro.po +share/gallery2/modules/uploadapplet/po/ru.mo share/gallery2/modules/uploadapplet/po/ru.po +share/gallery2/modules/uploadapplet/po/sk.mo share/gallery2/modules/uploadapplet/po/sk.po +share/gallery2/modules/uploadapplet/po/sl.mo +share/gallery2/modules/uploadapplet/po/sl.po +share/gallery2/modules/uploadapplet/po/sr.mo share/gallery2/modules/uploadapplet/po/sr.po share/gallery2/modules/uploadapplet/po/strings.raw +share/gallery2/modules/uploadapplet/po/sv.mo share/gallery2/modules/uploadapplet/po/sv.po +share/gallery2/modules/uploadapplet/po/tr.mo share/gallery2/modules/uploadapplet/po/tr.po +share/gallery2/modules/uploadapplet/po/uk.mo share/gallery2/modules/uploadapplet/po/uk.po +share/gallery2/modules/uploadapplet/po/vi.mo share/gallery2/modules/uploadapplet/po/vi.po +share/gallery2/modules/uploadapplet/po/zh_CN.mo share/gallery2/modules/uploadapplet/po/zh_CN.po +share/gallery2/modules/uploadapplet/po/zh_TW.mo share/gallery2/modules/uploadapplet/po/zh_TW.po share/gallery2/modules/uploadapplet/templates/ItemAddUploadApplet.tpl share/gallery2/modules/uploadapplet/templates/UploadAppletSiteAdmin.tpl @@ -6057,76 +6700,80 @@ share/gallery2/modules/useralbum/MANIFEST share/gallery2/modules/useralbum/UserAlbum.inc share/gallery2/modules/useralbum/UserAlbumSiteAdmin.inc share/gallery2/modules/useralbum/classes/UserAlbumHelper.class -share/gallery2/modules/useralbum/locale/af/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/ar/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/bg/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/ca/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/cs/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/da/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/de/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/en_GB/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/es/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/et/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/eu/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/fi/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/fr/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/he/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/hu/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/is/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/it/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/ja/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/ko/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/lt/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/lv/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/nl/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/no/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/pl/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/ro/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/ru/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/sk/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/sr/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/sv/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/tr/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/uk/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/vi/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/zh_CN/LC_MESSAGES/modules_useralbum.mo -share/gallery2/modules/useralbum/locale/zh_TW/LC_MESSAGES/modules_useralbum.mo share/gallery2/modules/useralbum/module.inc share/gallery2/modules/useralbum/po/GNUmakefile +share/gallery2/modules/useralbum/po/af.mo share/gallery2/modules/useralbum/po/af.po +share/gallery2/modules/useralbum/po/ar.mo share/gallery2/modules/useralbum/po/ar.po +share/gallery2/modules/useralbum/po/bg.mo share/gallery2/modules/useralbum/po/bg.po +share/gallery2/modules/useralbum/po/ca.mo share/gallery2/modules/useralbum/po/ca.po +share/gallery2/modules/useralbum/po/cs.mo share/gallery2/modules/useralbum/po/cs.po +share/gallery2/modules/useralbum/po/da.mo share/gallery2/modules/useralbum/po/da.po +share/gallery2/modules/useralbum/po/de.mo share/gallery2/modules/useralbum/po/de.po +share/gallery2/modules/useralbum/po/el.mo +share/gallery2/modules/useralbum/po/el.po +share/gallery2/modules/useralbum/po/en_GB.mo share/gallery2/modules/useralbum/po/en_GB.po +share/gallery2/modules/useralbum/po/es.mo share/gallery2/modules/useralbum/po/es.po +share/gallery2/modules/useralbum/po/et.mo share/gallery2/modules/useralbum/po/et.po +share/gallery2/modules/useralbum/po/eu.mo share/gallery2/modules/useralbum/po/eu.po +share/gallery2/modules/useralbum/po/fi.mo share/gallery2/modules/useralbum/po/fi.po +share/gallery2/modules/useralbum/po/fr.mo share/gallery2/modules/useralbum/po/fr.po +share/gallery2/modules/useralbum/po/he.mo share/gallery2/modules/useralbum/po/he.po +share/gallery2/modules/useralbum/po/hu.mo share/gallery2/modules/useralbum/po/hu.po +share/gallery2/modules/useralbum/po/is.mo share/gallery2/modules/useralbum/po/is.po +share/gallery2/modules/useralbum/po/it.mo share/gallery2/modules/useralbum/po/it.po +share/gallery2/modules/useralbum/po/ja.mo share/gallery2/modules/useralbum/po/ja.po +share/gallery2/modules/useralbum/po/ko.mo share/gallery2/modules/useralbum/po/ko.po +share/gallery2/modules/useralbum/po/lt.mo share/gallery2/modules/useralbum/po/lt.po +share/gallery2/modules/useralbum/po/lv.mo share/gallery2/modules/useralbum/po/lv.po +share/gallery2/modules/useralbum/po/nl.mo share/gallery2/modules/useralbum/po/nl.po +share/gallery2/modules/useralbum/po/no.mo share/gallery2/modules/useralbum/po/no.po +share/gallery2/modules/useralbum/po/pl.mo share/gallery2/modules/useralbum/po/pl.po +share/gallery2/modules/useralbum/po/ro.mo share/gallery2/modules/useralbum/po/ro.po +share/gallery2/modules/useralbum/po/ru.mo share/gallery2/modules/useralbum/po/ru.po +share/gallery2/modules/useralbum/po/sk.mo share/gallery2/modules/useralbum/po/sk.po +share/gallery2/modules/useralbum/po/sl.mo +share/gallery2/modules/useralbum/po/sl.po +share/gallery2/modules/useralbum/po/sr.mo share/gallery2/modules/useralbum/po/sr.po share/gallery2/modules/useralbum/po/strings.raw +share/gallery2/modules/useralbum/po/sv.mo share/gallery2/modules/useralbum/po/sv.po +share/gallery2/modules/useralbum/po/tr.mo share/gallery2/modules/useralbum/po/tr.po +share/gallery2/modules/useralbum/po/uk.mo share/gallery2/modules/useralbum/po/uk.po +share/gallery2/modules/useralbum/po/vi.mo share/gallery2/modules/useralbum/po/vi.po +share/gallery2/modules/useralbum/po/zh_CN.mo share/gallery2/modules/useralbum/po/zh_CN.po +share/gallery2/modules/useralbum/po/zh_TW.mo share/gallery2/modules/useralbum/po/zh_TW.po share/gallery2/modules/useralbum/templates/UserAlbumSiteAdmin.tpl share/gallery2/modules/watermark/ConfirmDelete.inc @@ -6145,70 +6792,74 @@ share/gallery2/modules/watermark/classes/GalleryStorage/schema.tpl share/gallery2/modules/watermark/classes/GalleryStorage/xml-src/A_WatermarkImage_1.0.xml share/gallery2/modules/watermark/classes/WatermarkHelper.class share/gallery2/modules/watermark/classes/WatermarkImage.class -share/gallery2/modules/watermark/locale/af/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/ar/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/ca/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/cs/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/da/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/de/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/en_GB/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/es/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/eu/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/fi/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/fr/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/hu/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/is/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/it/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/ja/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/ko/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/lt/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/nl/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/no/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/pl/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/pt_BR/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/ro/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/ru/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/sk/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/sr/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/sv/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/tr/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/uk/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/vi/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/zh_CN/LC_MESSAGES/modules_watermark.mo -share/gallery2/modules/watermark/locale/zh_TW/LC_MESSAGES/modules_watermark.mo share/gallery2/modules/watermark/module.inc share/gallery2/modules/watermark/po/GNUmakefile +share/gallery2/modules/watermark/po/af.mo share/gallery2/modules/watermark/po/af.po +share/gallery2/modules/watermark/po/ar.mo share/gallery2/modules/watermark/po/ar.po +share/gallery2/modules/watermark/po/ca.mo share/gallery2/modules/watermark/po/ca.po +share/gallery2/modules/watermark/po/cs.mo share/gallery2/modules/watermark/po/cs.po +share/gallery2/modules/watermark/po/da.mo share/gallery2/modules/watermark/po/da.po +share/gallery2/modules/watermark/po/de.mo share/gallery2/modules/watermark/po/de.po +share/gallery2/modules/watermark/po/el.mo +share/gallery2/modules/watermark/po/el.po +share/gallery2/modules/watermark/po/en_GB.mo share/gallery2/modules/watermark/po/en_GB.po +share/gallery2/modules/watermark/po/es.mo share/gallery2/modules/watermark/po/es.po +share/gallery2/modules/watermark/po/eu.mo share/gallery2/modules/watermark/po/eu.po +share/gallery2/modules/watermark/po/fi.mo share/gallery2/modules/watermark/po/fi.po +share/gallery2/modules/watermark/po/fr.mo share/gallery2/modules/watermark/po/fr.po +share/gallery2/modules/watermark/po/hu.mo share/gallery2/modules/watermark/po/hu.po +share/gallery2/modules/watermark/po/is.mo share/gallery2/modules/watermark/po/is.po +share/gallery2/modules/watermark/po/it.mo share/gallery2/modules/watermark/po/it.po +share/gallery2/modules/watermark/po/ja.mo share/gallery2/modules/watermark/po/ja.po +share/gallery2/modules/watermark/po/ko.mo share/gallery2/modules/watermark/po/ko.po +share/gallery2/modules/watermark/po/lt.mo share/gallery2/modules/watermark/po/lt.po +share/gallery2/modules/watermark/po/nl.mo share/gallery2/modules/watermark/po/nl.po +share/gallery2/modules/watermark/po/no.mo share/gallery2/modules/watermark/po/no.po +share/gallery2/modules/watermark/po/pl.mo share/gallery2/modules/watermark/po/pl.po +share/gallery2/modules/watermark/po/pt_BR.mo share/gallery2/modules/watermark/po/pt_BR.po +share/gallery2/modules/watermark/po/ro.mo share/gallery2/modules/watermark/po/ro.po +share/gallery2/modules/watermark/po/ru.mo share/gallery2/modules/watermark/po/ru.po +share/gallery2/modules/watermark/po/sk.mo share/gallery2/modules/watermark/po/sk.po +share/gallery2/modules/watermark/po/sl.mo +share/gallery2/modules/watermark/po/sl.po +share/gallery2/modules/watermark/po/sr.mo share/gallery2/modules/watermark/po/sr.po share/gallery2/modules/watermark/po/strings.raw +share/gallery2/modules/watermark/po/sv.mo share/gallery2/modules/watermark/po/sv.po +share/gallery2/modules/watermark/po/tr.mo share/gallery2/modules/watermark/po/tr.po +share/gallery2/modules/watermark/po/uk.mo share/gallery2/modules/watermark/po/uk.po +share/gallery2/modules/watermark/po/vi.mo share/gallery2/modules/watermark/po/vi.po +share/gallery2/modules/watermark/po/zh_CN.mo share/gallery2/modules/watermark/po/zh_CN.po +share/gallery2/modules/watermark/po/zh_TW.mo share/gallery2/modules/watermark/po/zh_TW.po share/gallery2/modules/watermark/templates/ConfirmDelete.tpl share/gallery2/modules/watermark/templates/ItemEditWatermark.tpl @@ -6222,68 +6873,70 @@ share/gallery2/modules/watermark/watermark.js share/gallery2/modules/webcam/ItemAddWebCam.inc share/gallery2/modules/webcam/MANIFEST share/gallery2/modules/webcam/WebCamSiteAdmin.inc -share/gallery2/modules/webcam/locale/af/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/ar/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/ca/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/cs/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/da/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/de/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/en_GB/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/es/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/eu/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/fi/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/fr/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/hu/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/is/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/it/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/ja/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/ko/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/lt/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/nl/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/no/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/pl/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/ro/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/ru/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/sk/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/sr/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/sv/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/tr/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/uk/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/vi/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/zh_CN/LC_MESSAGES/modules_webcam.mo -share/gallery2/modules/webcam/locale/zh_TW/LC_MESSAGES/modules_webcam.mo share/gallery2/modules/webcam/module.inc share/gallery2/modules/webcam/po/GNUmakefile +share/gallery2/modules/webcam/po/af.mo share/gallery2/modules/webcam/po/af.po +share/gallery2/modules/webcam/po/ar.mo share/gallery2/modules/webcam/po/ar.po +share/gallery2/modules/webcam/po/ca.mo share/gallery2/modules/webcam/po/ca.po +share/gallery2/modules/webcam/po/cs.mo share/gallery2/modules/webcam/po/cs.po +share/gallery2/modules/webcam/po/da.mo share/gallery2/modules/webcam/po/da.po +share/gallery2/modules/webcam/po/de.mo share/gallery2/modules/webcam/po/de.po +share/gallery2/modules/webcam/po/el.mo +share/gallery2/modules/webcam/po/el.po +share/gallery2/modules/webcam/po/en_GB.mo share/gallery2/modules/webcam/po/en_GB.po +share/gallery2/modules/webcam/po/es.mo share/gallery2/modules/webcam/po/es.po +share/gallery2/modules/webcam/po/eu.mo share/gallery2/modules/webcam/po/eu.po +share/gallery2/modules/webcam/po/fi.mo share/gallery2/modules/webcam/po/fi.po +share/gallery2/modules/webcam/po/fr.mo share/gallery2/modules/webcam/po/fr.po +share/gallery2/modules/webcam/po/hu.mo share/gallery2/modules/webcam/po/hu.po +share/gallery2/modules/webcam/po/is.mo share/gallery2/modules/webcam/po/is.po +share/gallery2/modules/webcam/po/it.mo share/gallery2/modules/webcam/po/it.po +share/gallery2/modules/webcam/po/ja.mo share/gallery2/modules/webcam/po/ja.po +share/gallery2/modules/webcam/po/ko.mo share/gallery2/modules/webcam/po/ko.po +share/gallery2/modules/webcam/po/lt.mo share/gallery2/modules/webcam/po/lt.po +share/gallery2/modules/webcam/po/nl.mo share/gallery2/modules/webcam/po/nl.po +share/gallery2/modules/webcam/po/no.mo share/gallery2/modules/webcam/po/no.po +share/gallery2/modules/webcam/po/pl.mo share/gallery2/modules/webcam/po/pl.po +share/gallery2/modules/webcam/po/ro.mo share/gallery2/modules/webcam/po/ro.po +share/gallery2/modules/webcam/po/ru.mo share/gallery2/modules/webcam/po/ru.po +share/gallery2/modules/webcam/po/sk.mo share/gallery2/modules/webcam/po/sk.po +share/gallery2/modules/webcam/po/sr.mo share/gallery2/modules/webcam/po/sr.po share/gallery2/modules/webcam/po/strings.raw +share/gallery2/modules/webcam/po/sv.mo share/gallery2/modules/webcam/po/sv.po +share/gallery2/modules/webcam/po/tr.mo share/gallery2/modules/webcam/po/tr.po +share/gallery2/modules/webcam/po/uk.mo share/gallery2/modules/webcam/po/uk.po +share/gallery2/modules/webcam/po/vi.mo share/gallery2/modules/webcam/po/vi.po +share/gallery2/modules/webcam/po/zh_CN.mo share/gallery2/modules/webcam/po/zh_CN.po +share/gallery2/modules/webcam/po/zh_TW.mo share/gallery2/modules/webcam/po/zh_TW.po share/gallery2/modules/webcam/templates/ItemAddWebCam.tpl share/gallery2/modules/webcam/templates/WebCamSiteAdmin.tpl @@ -6307,36 +6960,44 @@ share/gallery2/modules/webdav/lib/HTTP/WebDAV/Server.php share/gallery2/modules/webdav/lib/HTTP/WebDAV/Tools/_parse_lockinfo.php share/gallery2/modules/webdav/lib/HTTP/WebDAV/Tools/_parse_propfind.php share/gallery2/modules/webdav/lib/HTTP/WebDAV/Tools/_parse_proppatch.php -share/gallery2/modules/webdav/locale/cs/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/da/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/de/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/en_GB/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/es/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/fi/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/fr/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/it/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/ja/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/no/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/pl/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/sr/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/sv/LC_MESSAGES/modules_webdav.mo -share/gallery2/modules/webdav/locale/zh_TW/LC_MESSAGES/modules_webdav.mo share/gallery2/modules/webdav/module.inc share/gallery2/modules/webdav/po/GNUmakefile +share/gallery2/modules/webdav/po/cs.mo share/gallery2/modules/webdav/po/cs.po +share/gallery2/modules/webdav/po/da.mo share/gallery2/modules/webdav/po/da.po +share/gallery2/modules/webdav/po/de.mo share/gallery2/modules/webdav/po/de.po +share/gallery2/modules/webdav/po/el.mo +share/gallery2/modules/webdav/po/el.po +share/gallery2/modules/webdav/po/en_GB.mo share/gallery2/modules/webdav/po/en_GB.po +share/gallery2/modules/webdav/po/es.mo share/gallery2/modules/webdav/po/es.po +share/gallery2/modules/webdav/po/fi.mo share/gallery2/modules/webdav/po/fi.po +share/gallery2/modules/webdav/po/fr.mo share/gallery2/modules/webdav/po/fr.po +share/gallery2/modules/webdav/po/it.mo share/gallery2/modules/webdav/po/it.po +share/gallery2/modules/webdav/po/ja.mo share/gallery2/modules/webdav/po/ja.po +share/gallery2/modules/webdav/po/lt.mo +share/gallery2/modules/webdav/po/lt.po +share/gallery2/modules/webdav/po/no.mo share/gallery2/modules/webdav/po/no.po +share/gallery2/modules/webdav/po/pl.mo share/gallery2/modules/webdav/po/pl.po +share/gallery2/modules/webdav/po/ru.mo +share/gallery2/modules/webdav/po/ru.po +share/gallery2/modules/webdav/po/sr.mo share/gallery2/modules/webdav/po/sr.po share/gallery2/modules/webdav/po/strings.raw +share/gallery2/modules/webdav/po/sv.mo share/gallery2/modules/webdav/po/sv.po +share/gallery2/modules/webdav/po/tr.mo +share/gallery2/modules/webdav/po/tr.po +share/gallery2/modules/webdav/po/zh_TW.mo share/gallery2/modules/webdav/po/zh_TW.po share/gallery2/modules/webdav/templates/ItemAddWebDav.tpl share/gallery2/modules/webdav/templates/WebDavMount.tpl @@ -6347,70 +7008,72 @@ share/gallery2/modules/zipcart/Download.inc share/gallery2/modules/zipcart/MANIFEST share/gallery2/modules/zipcart/ZipCartAdmin.inc share/gallery2/modules/zipcart/classes/ZipCartPlugin.class -share/gallery2/modules/zipcart/locale/af/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/ar/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/ca/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/cs/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/da/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/de/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/en_GB/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/es/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/et/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/eu/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/fi/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/fr/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/hu/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/is/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/it/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/ja/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/ko/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/lt/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/nl/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/no/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/pl/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/ro/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/ru/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/sk/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/sr/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/sv/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/tr/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/uk/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/vi/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/zh_CN/LC_MESSAGES/modules_zipcart.mo -share/gallery2/modules/zipcart/locale/zh_TW/LC_MESSAGES/modules_zipcart.mo share/gallery2/modules/zipcart/module.inc share/gallery2/modules/zipcart/po/GNUmakefile +share/gallery2/modules/zipcart/po/af.mo share/gallery2/modules/zipcart/po/af.po +share/gallery2/modules/zipcart/po/ar.mo share/gallery2/modules/zipcart/po/ar.po +share/gallery2/modules/zipcart/po/ca.mo share/gallery2/modules/zipcart/po/ca.po +share/gallery2/modules/zipcart/po/cs.mo share/gallery2/modules/zipcart/po/cs.po +share/gallery2/modules/zipcart/po/da.mo share/gallery2/modules/zipcart/po/da.po +share/gallery2/modules/zipcart/po/de.mo share/gallery2/modules/zipcart/po/de.po +share/gallery2/modules/zipcart/po/el.mo +share/gallery2/modules/zipcart/po/el.po +share/gallery2/modules/zipcart/po/en_GB.mo share/gallery2/modules/zipcart/po/en_GB.po +share/gallery2/modules/zipcart/po/es.mo share/gallery2/modules/zipcart/po/es.po +share/gallery2/modules/zipcart/po/et.mo share/gallery2/modules/zipcart/po/et.po +share/gallery2/modules/zipcart/po/eu.mo share/gallery2/modules/zipcart/po/eu.po +share/gallery2/modules/zipcart/po/fi.mo share/gallery2/modules/zipcart/po/fi.po +share/gallery2/modules/zipcart/po/fr.mo share/gallery2/modules/zipcart/po/fr.po +share/gallery2/modules/zipcart/po/hu.mo share/gallery2/modules/zipcart/po/hu.po +share/gallery2/modules/zipcart/po/is.mo share/gallery2/modules/zipcart/po/is.po +share/gallery2/modules/zipcart/po/it.mo share/gallery2/modules/zipcart/po/it.po +share/gallery2/modules/zipcart/po/ja.mo share/gallery2/modules/zipcart/po/ja.po +share/gallery2/modules/zipcart/po/ko.mo share/gallery2/modules/zipcart/po/ko.po +share/gallery2/modules/zipcart/po/lt.mo share/gallery2/modules/zipcart/po/lt.po +share/gallery2/modules/zipcart/po/nl.mo share/gallery2/modules/zipcart/po/nl.po +share/gallery2/modules/zipcart/po/no.mo share/gallery2/modules/zipcart/po/no.po +share/gallery2/modules/zipcart/po/pl.mo share/gallery2/modules/zipcart/po/pl.po +share/gallery2/modules/zipcart/po/ro.mo share/gallery2/modules/zipcart/po/ro.po +share/gallery2/modules/zipcart/po/ru.mo share/gallery2/modules/zipcart/po/ru.po +share/gallery2/modules/zipcart/po/sk.mo share/gallery2/modules/zipcart/po/sk.po +share/gallery2/modules/zipcart/po/sr.mo share/gallery2/modules/zipcart/po/sr.po share/gallery2/modules/zipcart/po/strings.raw +share/gallery2/modules/zipcart/po/sv.mo share/gallery2/modules/zipcart/po/sv.po +share/gallery2/modules/zipcart/po/tr.mo share/gallery2/modules/zipcart/po/tr.po +share/gallery2/modules/zipcart/po/uk.mo share/gallery2/modules/zipcart/po/uk.po +share/gallery2/modules/zipcart/po/vi.mo share/gallery2/modules/zipcart/po/vi.po +share/gallery2/modules/zipcart/po/zh_CN.mo share/gallery2/modules/zipcart/po/zh_CN.po +share/gallery2/modules/zipcart/po/zh_TW.mo share/gallery2/modules/zipcart/po/zh_TW.po share/gallery2/modules/zipcart/templates/ZipCartAdmin.tpl share/gallery2/themes/ajaxian/MANIFEST @@ -6433,83 +7096,83 @@ share/gallery2/themes/ajaxian/images/working-hard.gif share/gallery2/themes/ajaxian/javascript/common-functions.js share/gallery2/themes/ajaxian/javascript/slideshow-functions.js share/gallery2/themes/ajaxian/javascript/thumbnail-functions.js -share/gallery2/themes/ajaxian/locale/af/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/ar/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/ca/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/cs/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/da/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/de/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/el/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/en_GB/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/es/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/es_AR/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/es_MX/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/eu/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/fi/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/fr/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/ga/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/he/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/hu/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/is/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/it/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/ja/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/ko/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/lt/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/lv/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/nl/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/no/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/pl/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/pt/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/pt_BR/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/ro/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/ru/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/sk/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/sr/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/sv/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/tr/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/uk/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/vi/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/zh_CN/LC_MESSAGES/themes_ajaxian.mo -share/gallery2/themes/ajaxian/locale/zh_TW/LC_MESSAGES/themes_ajaxian.mo share/gallery2/themes/ajaxian/po/GNUmakefile +share/gallery2/themes/ajaxian/po/af.mo share/gallery2/themes/ajaxian/po/af.po +share/gallery2/themes/ajaxian/po/ar.mo share/gallery2/themes/ajaxian/po/ar.po +share/gallery2/themes/ajaxian/po/ca.mo share/gallery2/themes/ajaxian/po/ca.po +share/gallery2/themes/ajaxian/po/cs.mo share/gallery2/themes/ajaxian/po/cs.po +share/gallery2/themes/ajaxian/po/da.mo share/gallery2/themes/ajaxian/po/da.po +share/gallery2/themes/ajaxian/po/de.mo share/gallery2/themes/ajaxian/po/de.po +share/gallery2/themes/ajaxian/po/el.mo share/gallery2/themes/ajaxian/po/el.po +share/gallery2/themes/ajaxian/po/en_GB.mo share/gallery2/themes/ajaxian/po/en_GB.po +share/gallery2/themes/ajaxian/po/es.mo share/gallery2/themes/ajaxian/po/es.po +share/gallery2/themes/ajaxian/po/es_AR.mo share/gallery2/themes/ajaxian/po/es_AR.po +share/gallery2/themes/ajaxian/po/es_MX.mo share/gallery2/themes/ajaxian/po/es_MX.po +share/gallery2/themes/ajaxian/po/eu.mo share/gallery2/themes/ajaxian/po/eu.po +share/gallery2/themes/ajaxian/po/fi.mo share/gallery2/themes/ajaxian/po/fi.po +share/gallery2/themes/ajaxian/po/fr.mo share/gallery2/themes/ajaxian/po/fr.po +share/gallery2/themes/ajaxian/po/ga.mo share/gallery2/themes/ajaxian/po/ga.po +share/gallery2/themes/ajaxian/po/he.mo share/gallery2/themes/ajaxian/po/he.po +share/gallery2/themes/ajaxian/po/hu.mo share/gallery2/themes/ajaxian/po/hu.po +share/gallery2/themes/ajaxian/po/is.mo share/gallery2/themes/ajaxian/po/is.po +share/gallery2/themes/ajaxian/po/it.mo share/gallery2/themes/ajaxian/po/it.po +share/gallery2/themes/ajaxian/po/ja.mo share/gallery2/themes/ajaxian/po/ja.po +share/gallery2/themes/ajaxian/po/ko.mo share/gallery2/themes/ajaxian/po/ko.po +share/gallery2/themes/ajaxian/po/lt.mo share/gallery2/themes/ajaxian/po/lt.po +share/gallery2/themes/ajaxian/po/lv.mo share/gallery2/themes/ajaxian/po/lv.po +share/gallery2/themes/ajaxian/po/nl.mo share/gallery2/themes/ajaxian/po/nl.po +share/gallery2/themes/ajaxian/po/no.mo share/gallery2/themes/ajaxian/po/no.po +share/gallery2/themes/ajaxian/po/pl.mo share/gallery2/themes/ajaxian/po/pl.po +share/gallery2/themes/ajaxian/po/pt.mo share/gallery2/themes/ajaxian/po/pt.po +share/gallery2/themes/ajaxian/po/pt_BR.mo share/gallery2/themes/ajaxian/po/pt_BR.po +share/gallery2/themes/ajaxian/po/ro.mo share/gallery2/themes/ajaxian/po/ro.po +share/gallery2/themes/ajaxian/po/ru.mo share/gallery2/themes/ajaxian/po/ru.po +share/gallery2/themes/ajaxian/po/sk.mo share/gallery2/themes/ajaxian/po/sk.po +share/gallery2/themes/ajaxian/po/sr.mo share/gallery2/themes/ajaxian/po/sr.po share/gallery2/themes/ajaxian/po/strings.raw +share/gallery2/themes/ajaxian/po/sv.mo share/gallery2/themes/ajaxian/po/sv.po +share/gallery2/themes/ajaxian/po/tr.mo share/gallery2/themes/ajaxian/po/tr.po +share/gallery2/themes/ajaxian/po/uk.mo share/gallery2/themes/ajaxian/po/uk.po +share/gallery2/themes/ajaxian/po/vi.mo share/gallery2/themes/ajaxian/po/vi.po +share/gallery2/themes/ajaxian/po/zh_CN.mo share/gallery2/themes/ajaxian/po/zh_CN.po +share/gallery2/themes/ajaxian/po/zh_TW.mo share/gallery2/themes/ajaxian/po/zh_TW.po share/gallery2/themes/ajaxian/templates/admin.tpl share/gallery2/themes/ajaxian/templates/album.tpl @@ -6541,83 +7204,85 @@ share/gallery2/themes/carbon/images/table_left_on.gif share/gallery2/themes/carbon/images/table_right.gif share/gallery2/themes/carbon/images/table_right_on.gif share/gallery2/themes/carbon/images/viewcomments.gif -share/gallery2/themes/carbon/locale/af/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/ar/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/ca/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/cs/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/da/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/de/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/el/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/en_GB/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/es/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/es_AR/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/es_MX/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/eu/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/fi/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/fr/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/ga/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/he/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/hu/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/is/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/it/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/ja/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/ko/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/lt/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/lv/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/nl/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/no/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/pl/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/pt/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/pt_BR/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/ro/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/ru/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/sk/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/sr/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/sv/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/tr/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/uk/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/vi/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/zh_CN/LC_MESSAGES/themes_carbon.mo -share/gallery2/themes/carbon/locale/zh_TW/LC_MESSAGES/themes_carbon.mo share/gallery2/themes/carbon/po/GNUmakefile +share/gallery2/themes/carbon/po/af.mo share/gallery2/themes/carbon/po/af.po +share/gallery2/themes/carbon/po/ar.mo share/gallery2/themes/carbon/po/ar.po +share/gallery2/themes/carbon/po/ca.mo share/gallery2/themes/carbon/po/ca.po +share/gallery2/themes/carbon/po/cs.mo share/gallery2/themes/carbon/po/cs.po +share/gallery2/themes/carbon/po/da.mo share/gallery2/themes/carbon/po/da.po +share/gallery2/themes/carbon/po/de.mo share/gallery2/themes/carbon/po/de.po +share/gallery2/themes/carbon/po/el.mo share/gallery2/themes/carbon/po/el.po +share/gallery2/themes/carbon/po/en_GB.mo share/gallery2/themes/carbon/po/en_GB.po +share/gallery2/themes/carbon/po/es.mo share/gallery2/themes/carbon/po/es.po +share/gallery2/themes/carbon/po/es_AR.mo share/gallery2/themes/carbon/po/es_AR.po +share/gallery2/themes/carbon/po/es_MX.mo share/gallery2/themes/carbon/po/es_MX.po +share/gallery2/themes/carbon/po/eu.mo share/gallery2/themes/carbon/po/eu.po +share/gallery2/themes/carbon/po/fi.mo share/gallery2/themes/carbon/po/fi.po +share/gallery2/themes/carbon/po/fr.mo share/gallery2/themes/carbon/po/fr.po +share/gallery2/themes/carbon/po/ga.mo share/gallery2/themes/carbon/po/ga.po +share/gallery2/themes/carbon/po/he.mo share/gallery2/themes/carbon/po/he.po +share/gallery2/themes/carbon/po/hu.mo share/gallery2/themes/carbon/po/hu.po +share/gallery2/themes/carbon/po/is.mo share/gallery2/themes/carbon/po/is.po +share/gallery2/themes/carbon/po/it.mo share/gallery2/themes/carbon/po/it.po +share/gallery2/themes/carbon/po/ja.mo share/gallery2/themes/carbon/po/ja.po +share/gallery2/themes/carbon/po/ko.mo share/gallery2/themes/carbon/po/ko.po +share/gallery2/themes/carbon/po/lt.mo share/gallery2/themes/carbon/po/lt.po +share/gallery2/themes/carbon/po/lv.mo share/gallery2/themes/carbon/po/lv.po +share/gallery2/themes/carbon/po/nl.mo share/gallery2/themes/carbon/po/nl.po +share/gallery2/themes/carbon/po/no.mo share/gallery2/themes/carbon/po/no.po +share/gallery2/themes/carbon/po/pl.mo share/gallery2/themes/carbon/po/pl.po +share/gallery2/themes/carbon/po/pt.mo share/gallery2/themes/carbon/po/pt.po +share/gallery2/themes/carbon/po/pt_BR.mo share/gallery2/themes/carbon/po/pt_BR.po +share/gallery2/themes/carbon/po/ro.mo share/gallery2/themes/carbon/po/ro.po +share/gallery2/themes/carbon/po/ru.mo share/gallery2/themes/carbon/po/ru.po +share/gallery2/themes/carbon/po/sk.mo share/gallery2/themes/carbon/po/sk.po +share/gallery2/themes/carbon/po/sl.mo +share/gallery2/themes/carbon/po/sl.po +share/gallery2/themes/carbon/po/sr.mo share/gallery2/themes/carbon/po/sr.po share/gallery2/themes/carbon/po/strings.raw +share/gallery2/themes/carbon/po/sv.mo share/gallery2/themes/carbon/po/sv.po +share/gallery2/themes/carbon/po/tr.mo share/gallery2/themes/carbon/po/tr.po +share/gallery2/themes/carbon/po/uk.mo share/gallery2/themes/carbon/po/uk.po +share/gallery2/themes/carbon/po/vi.mo share/gallery2/themes/carbon/po/vi.po +share/gallery2/themes/carbon/po/zh_CN.mo share/gallery2/themes/carbon/po/zh_CN.po +share/gallery2/themes/carbon/po/zh_TW.mo share/gallery2/themes/carbon/po/zh_TW.po share/gallery2/themes/carbon/templates/admin.tpl share/gallery2/themes/carbon/templates/ads.tpl @@ -6645,85 +7310,85 @@ share/gallery2/themes/classic/images/tab_left.jpg share/gallery2/themes/classic/images/tab_left_on.jpg share/gallery2/themes/classic/images/tab_right.jpg share/gallery2/themes/classic/images/tab_right_on.jpg -share/gallery2/themes/classic/locale/af/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/ar/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/ca/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/cs/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/da/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/de/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/el/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/en_GB/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/es/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/es_AR/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/es_MX/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/et/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/eu/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/fi/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/fr/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/ga/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/he/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/hu/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/is/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/it/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/ja/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/ko/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/lt/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/lv/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/nl/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/no/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/pl/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/pt/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/pt_BR/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/ro/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/ru/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/sk/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/sr/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/sv/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/tr/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/uk/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/vi/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/zh_CN/LC_MESSAGES/themes_classic.mo -share/gallery2/themes/classic/locale/zh_TW/LC_MESSAGES/themes_classic.mo share/gallery2/themes/classic/po/GNUmakefile +share/gallery2/themes/classic/po/af.mo share/gallery2/themes/classic/po/af.po +share/gallery2/themes/classic/po/ar.mo share/gallery2/themes/classic/po/ar.po +share/gallery2/themes/classic/po/ca.mo share/gallery2/themes/classic/po/ca.po +share/gallery2/themes/classic/po/cs.mo share/gallery2/themes/classic/po/cs.po +share/gallery2/themes/classic/po/da.mo share/gallery2/themes/classic/po/da.po +share/gallery2/themes/classic/po/de.mo share/gallery2/themes/classic/po/de.po +share/gallery2/themes/classic/po/el.mo share/gallery2/themes/classic/po/el.po +share/gallery2/themes/classic/po/en_GB.mo share/gallery2/themes/classic/po/en_GB.po +share/gallery2/themes/classic/po/es.mo share/gallery2/themes/classic/po/es.po +share/gallery2/themes/classic/po/es_AR.mo share/gallery2/themes/classic/po/es_AR.po +share/gallery2/themes/classic/po/es_MX.mo share/gallery2/themes/classic/po/es_MX.po +share/gallery2/themes/classic/po/et.mo share/gallery2/themes/classic/po/et.po +share/gallery2/themes/classic/po/eu.mo share/gallery2/themes/classic/po/eu.po +share/gallery2/themes/classic/po/fi.mo share/gallery2/themes/classic/po/fi.po +share/gallery2/themes/classic/po/fr.mo share/gallery2/themes/classic/po/fr.po +share/gallery2/themes/classic/po/ga.mo share/gallery2/themes/classic/po/ga.po +share/gallery2/themes/classic/po/he.mo share/gallery2/themes/classic/po/he.po +share/gallery2/themes/classic/po/hu.mo share/gallery2/themes/classic/po/hu.po +share/gallery2/themes/classic/po/is.mo share/gallery2/themes/classic/po/is.po +share/gallery2/themes/classic/po/it.mo share/gallery2/themes/classic/po/it.po +share/gallery2/themes/classic/po/ja.mo share/gallery2/themes/classic/po/ja.po +share/gallery2/themes/classic/po/ko.mo share/gallery2/themes/classic/po/ko.po +share/gallery2/themes/classic/po/lt.mo share/gallery2/themes/classic/po/lt.po +share/gallery2/themes/classic/po/lv.mo share/gallery2/themes/classic/po/lv.po +share/gallery2/themes/classic/po/nl.mo share/gallery2/themes/classic/po/nl.po +share/gallery2/themes/classic/po/no.mo share/gallery2/themes/classic/po/no.po +share/gallery2/themes/classic/po/pl.mo share/gallery2/themes/classic/po/pl.po +share/gallery2/themes/classic/po/pt.mo share/gallery2/themes/classic/po/pt.po +share/gallery2/themes/classic/po/pt_BR.mo share/gallery2/themes/classic/po/pt_BR.po +share/gallery2/themes/classic/po/ro.mo share/gallery2/themes/classic/po/ro.po +share/gallery2/themes/classic/po/ru.mo share/gallery2/themes/classic/po/ru.po +share/gallery2/themes/classic/po/sk.mo share/gallery2/themes/classic/po/sk.po +share/gallery2/themes/classic/po/sr.mo share/gallery2/themes/classic/po/sr.po share/gallery2/themes/classic/po/strings.raw +share/gallery2/themes/classic/po/sv.mo share/gallery2/themes/classic/po/sv.po +share/gallery2/themes/classic/po/tr.mo share/gallery2/themes/classic/po/tr.po +share/gallery2/themes/classic/po/uk.mo share/gallery2/themes/classic/po/uk.po +share/gallery2/themes/classic/po/vi.mo share/gallery2/themes/classic/po/vi.po +share/gallery2/themes/classic/po/zh_CN.mo share/gallery2/themes/classic/po/zh_CN.po +share/gallery2/themes/classic/po/zh_TW.mo share/gallery2/themes/classic/po/zh_TW.po share/gallery2/themes/classic/templates/admin.tpl share/gallery2/themes/classic/templates/album.tpl @@ -6763,83 +7428,83 @@ share/gallery2/themes/floatrix/images/tab_open_sidebar.gif share/gallery2/themes/floatrix/images/tab_open_sidebar_rtl.gif share/gallery2/themes/floatrix/images/tab_right.jpg share/gallery2/themes/floatrix/images/tab_right_on.jpg -share/gallery2/themes/floatrix/locale/af/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/ar/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/ca/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/cs/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/da/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/de/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/el/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/en_GB/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/es/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/es_AR/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/es_MX/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/eu/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/fi/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/fr/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/ga/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/he/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/hu/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/is/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/it/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/ja/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/ko/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/lt/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/lv/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/nl/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/no/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/pl/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/pt/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/pt_BR/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/ro/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/ru/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/sk/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/sr/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/sv/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/tr/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/uk/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/vi/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/zh_CN/LC_MESSAGES/themes_floatrix.mo -share/gallery2/themes/floatrix/locale/zh_TW/LC_MESSAGES/themes_floatrix.mo share/gallery2/themes/floatrix/po/GNUmakefile +share/gallery2/themes/floatrix/po/af.mo share/gallery2/themes/floatrix/po/af.po +share/gallery2/themes/floatrix/po/ar.mo share/gallery2/themes/floatrix/po/ar.po +share/gallery2/themes/floatrix/po/ca.mo share/gallery2/themes/floatrix/po/ca.po +share/gallery2/themes/floatrix/po/cs.mo share/gallery2/themes/floatrix/po/cs.po +share/gallery2/themes/floatrix/po/da.mo share/gallery2/themes/floatrix/po/da.po +share/gallery2/themes/floatrix/po/de.mo share/gallery2/themes/floatrix/po/de.po +share/gallery2/themes/floatrix/po/el.mo share/gallery2/themes/floatrix/po/el.po +share/gallery2/themes/floatrix/po/en_GB.mo share/gallery2/themes/floatrix/po/en_GB.po +share/gallery2/themes/floatrix/po/es.mo share/gallery2/themes/floatrix/po/es.po +share/gallery2/themes/floatrix/po/es_AR.mo share/gallery2/themes/floatrix/po/es_AR.po +share/gallery2/themes/floatrix/po/es_MX.mo share/gallery2/themes/floatrix/po/es_MX.po +share/gallery2/themes/floatrix/po/eu.mo share/gallery2/themes/floatrix/po/eu.po +share/gallery2/themes/floatrix/po/fi.mo share/gallery2/themes/floatrix/po/fi.po +share/gallery2/themes/floatrix/po/fr.mo share/gallery2/themes/floatrix/po/fr.po +share/gallery2/themes/floatrix/po/ga.mo share/gallery2/themes/floatrix/po/ga.po +share/gallery2/themes/floatrix/po/he.mo share/gallery2/themes/floatrix/po/he.po +share/gallery2/themes/floatrix/po/hu.mo share/gallery2/themes/floatrix/po/hu.po +share/gallery2/themes/floatrix/po/is.mo share/gallery2/themes/floatrix/po/is.po +share/gallery2/themes/floatrix/po/it.mo share/gallery2/themes/floatrix/po/it.po +share/gallery2/themes/floatrix/po/ja.mo share/gallery2/themes/floatrix/po/ja.po +share/gallery2/themes/floatrix/po/ko.mo share/gallery2/themes/floatrix/po/ko.po +share/gallery2/themes/floatrix/po/lt.mo share/gallery2/themes/floatrix/po/lt.po +share/gallery2/themes/floatrix/po/lv.mo share/gallery2/themes/floatrix/po/lv.po +share/gallery2/themes/floatrix/po/nl.mo share/gallery2/themes/floatrix/po/nl.po +share/gallery2/themes/floatrix/po/no.mo share/gallery2/themes/floatrix/po/no.po +share/gallery2/themes/floatrix/po/pl.mo share/gallery2/themes/floatrix/po/pl.po +share/gallery2/themes/floatrix/po/pt.mo share/gallery2/themes/floatrix/po/pt.po +share/gallery2/themes/floatrix/po/pt_BR.mo share/gallery2/themes/floatrix/po/pt_BR.po +share/gallery2/themes/floatrix/po/ro.mo share/gallery2/themes/floatrix/po/ro.po +share/gallery2/themes/floatrix/po/ru.mo share/gallery2/themes/floatrix/po/ru.po +share/gallery2/themes/floatrix/po/sk.mo share/gallery2/themes/floatrix/po/sk.po +share/gallery2/themes/floatrix/po/sr.mo share/gallery2/themes/floatrix/po/sr.po share/gallery2/themes/floatrix/po/strings.raw +share/gallery2/themes/floatrix/po/sv.mo share/gallery2/themes/floatrix/po/sv.po +share/gallery2/themes/floatrix/po/tr.mo share/gallery2/themes/floatrix/po/tr.po +share/gallery2/themes/floatrix/po/uk.mo share/gallery2/themes/floatrix/po/uk.po +share/gallery2/themes/floatrix/po/vi.mo share/gallery2/themes/floatrix/po/vi.po +share/gallery2/themes/floatrix/po/zh_CN.mo share/gallery2/themes/floatrix/po/zh_CN.po +share/gallery2/themes/floatrix/po/zh_TW.mo share/gallery2/themes/floatrix/po/zh_TW.po share/gallery2/themes/floatrix/templates/admin.tpl share/gallery2/themes/floatrix/templates/album.tpl @@ -6863,78 +7528,82 @@ share/gallery2/themes/hybrid/images/left.png share/gallery2/themes/hybrid/images/menu.png share/gallery2/themes/hybrid/images/next-off.png share/gallery2/themes/hybrid/images/next.png +share/gallery2/themes/hybrid/images/nextpage.png share/gallery2/themes/hybrid/images/poz.png share/gallery2/themes/hybrid/images/prev-off.png share/gallery2/themes/hybrid/images/prev.png +share/gallery2/themes/hybrid/images/prevpage.png share/gallery2/themes/hybrid/images/rand.png share/gallery2/themes/hybrid/images/rev.png share/gallery2/themes/hybrid/images/right.png share/gallery2/themes/hybrid/images/screenshot.png share/gallery2/themes/hybrid/images/up-off.png share/gallery2/themes/hybrid/images/up.png -share/gallery2/themes/hybrid/locale/af/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/ar/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/ca/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/cs/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/da/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/de/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/en_GB/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/es/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/eu/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/fi/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/fr/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/hu/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/is/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/it/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/ja/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/ko/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/lt/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/lv/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/nl/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/no/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/pl/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/ro/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/ru/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/sk/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/sr/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/sv/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/tr/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/uk/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/vi/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/zh_CN/LC_MESSAGES/themes_hybrid.mo -share/gallery2/themes/hybrid/locale/zh_TW/LC_MESSAGES/themes_hybrid.mo share/gallery2/themes/hybrid/po/GNUmakefile +share/gallery2/themes/hybrid/po/af.mo share/gallery2/themes/hybrid/po/af.po +share/gallery2/themes/hybrid/po/ar.mo share/gallery2/themes/hybrid/po/ar.po +share/gallery2/themes/hybrid/po/ca.mo share/gallery2/themes/hybrid/po/ca.po +share/gallery2/themes/hybrid/po/cs.mo share/gallery2/themes/hybrid/po/cs.po +share/gallery2/themes/hybrid/po/da.mo share/gallery2/themes/hybrid/po/da.po +share/gallery2/themes/hybrid/po/de.mo share/gallery2/themes/hybrid/po/de.po +share/gallery2/themes/hybrid/po/el.mo +share/gallery2/themes/hybrid/po/el.po +share/gallery2/themes/hybrid/po/en_GB.mo share/gallery2/themes/hybrid/po/en_GB.po +share/gallery2/themes/hybrid/po/es.mo share/gallery2/themes/hybrid/po/es.po +share/gallery2/themes/hybrid/po/eu.mo share/gallery2/themes/hybrid/po/eu.po +share/gallery2/themes/hybrid/po/fi.mo share/gallery2/themes/hybrid/po/fi.po +share/gallery2/themes/hybrid/po/fr.mo share/gallery2/themes/hybrid/po/fr.po +share/gallery2/themes/hybrid/po/hu.mo share/gallery2/themes/hybrid/po/hu.po +share/gallery2/themes/hybrid/po/is.mo share/gallery2/themes/hybrid/po/is.po +share/gallery2/themes/hybrid/po/it.mo share/gallery2/themes/hybrid/po/it.po +share/gallery2/themes/hybrid/po/ja.mo share/gallery2/themes/hybrid/po/ja.po +share/gallery2/themes/hybrid/po/ko.mo share/gallery2/themes/hybrid/po/ko.po +share/gallery2/themes/hybrid/po/lt.mo share/gallery2/themes/hybrid/po/lt.po +share/gallery2/themes/hybrid/po/lv.mo share/gallery2/themes/hybrid/po/lv.po +share/gallery2/themes/hybrid/po/nl.mo share/gallery2/themes/hybrid/po/nl.po +share/gallery2/themes/hybrid/po/no.mo share/gallery2/themes/hybrid/po/no.po +share/gallery2/themes/hybrid/po/pl.mo share/gallery2/themes/hybrid/po/pl.po +share/gallery2/themes/hybrid/po/ro.mo share/gallery2/themes/hybrid/po/ro.po +share/gallery2/themes/hybrid/po/ru.mo share/gallery2/themes/hybrid/po/ru.po +share/gallery2/themes/hybrid/po/sk.mo share/gallery2/themes/hybrid/po/sk.po +share/gallery2/themes/hybrid/po/sr.mo share/gallery2/themes/hybrid/po/sr.po share/gallery2/themes/hybrid/po/strings.raw +share/gallery2/themes/hybrid/po/sv.mo share/gallery2/themes/hybrid/po/sv.po +share/gallery2/themes/hybrid/po/tr.mo share/gallery2/themes/hybrid/po/tr.po +share/gallery2/themes/hybrid/po/uk.mo share/gallery2/themes/hybrid/po/uk.po +share/gallery2/themes/hybrid/po/vi.mo share/gallery2/themes/hybrid/po/vi.po +share/gallery2/themes/hybrid/po/zh_CN.mo share/gallery2/themes/hybrid/po/zh_CN.po +share/gallery2/themes/hybrid/po/zh_TW.mo share/gallery2/themes/hybrid/po/zh_TW.po share/gallery2/themes/hybrid/templates/detail.tpl share/gallery2/themes/hybrid/templates/error.tpl @@ -6967,83 +7636,85 @@ share/gallery2/themes/matrix/images/tab_left.jpg share/gallery2/themes/matrix/images/tab_left_on.jpg share/gallery2/themes/matrix/images/tab_right.jpg share/gallery2/themes/matrix/images/tab_right_on.jpg -share/gallery2/themes/matrix/locale/af/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/ar/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/ca/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/cs/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/da/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/de/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/el/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/en_GB/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/es/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/es_AR/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/es_MX/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/eu/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/fi/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/fr/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/ga/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/he/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/hu/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/is/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/it/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/ja/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/ko/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/lt/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/lv/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/nl/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/no/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/pl/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/pt/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/pt_BR/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/ro/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/ru/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/sk/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/sr/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/sv/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/tr/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/uk/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/vi/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/zh_CN/LC_MESSAGES/themes_matrix.mo -share/gallery2/themes/matrix/locale/zh_TW/LC_MESSAGES/themes_matrix.mo share/gallery2/themes/matrix/po/GNUmakefile +share/gallery2/themes/matrix/po/af.mo share/gallery2/themes/matrix/po/af.po +share/gallery2/themes/matrix/po/ar.mo share/gallery2/themes/matrix/po/ar.po +share/gallery2/themes/matrix/po/ca.mo share/gallery2/themes/matrix/po/ca.po +share/gallery2/themes/matrix/po/cs.mo share/gallery2/themes/matrix/po/cs.po +share/gallery2/themes/matrix/po/da.mo share/gallery2/themes/matrix/po/da.po +share/gallery2/themes/matrix/po/de.mo share/gallery2/themes/matrix/po/de.po +share/gallery2/themes/matrix/po/el.mo share/gallery2/themes/matrix/po/el.po +share/gallery2/themes/matrix/po/en_GB.mo share/gallery2/themes/matrix/po/en_GB.po +share/gallery2/themes/matrix/po/es.mo share/gallery2/themes/matrix/po/es.po +share/gallery2/themes/matrix/po/es_AR.mo share/gallery2/themes/matrix/po/es_AR.po +share/gallery2/themes/matrix/po/es_MX.mo share/gallery2/themes/matrix/po/es_MX.po +share/gallery2/themes/matrix/po/eu.mo share/gallery2/themes/matrix/po/eu.po +share/gallery2/themes/matrix/po/fa.mo +share/gallery2/themes/matrix/po/fa.po +share/gallery2/themes/matrix/po/fi.mo share/gallery2/themes/matrix/po/fi.po +share/gallery2/themes/matrix/po/fr.mo share/gallery2/themes/matrix/po/fr.po +share/gallery2/themes/matrix/po/ga.mo share/gallery2/themes/matrix/po/ga.po +share/gallery2/themes/matrix/po/he.mo share/gallery2/themes/matrix/po/he.po +share/gallery2/themes/matrix/po/hu.mo share/gallery2/themes/matrix/po/hu.po +share/gallery2/themes/matrix/po/is.mo share/gallery2/themes/matrix/po/is.po +share/gallery2/themes/matrix/po/it.mo share/gallery2/themes/matrix/po/it.po +share/gallery2/themes/matrix/po/ja.mo share/gallery2/themes/matrix/po/ja.po +share/gallery2/themes/matrix/po/ko.mo share/gallery2/themes/matrix/po/ko.po +share/gallery2/themes/matrix/po/lt.mo share/gallery2/themes/matrix/po/lt.po +share/gallery2/themes/matrix/po/lv.mo share/gallery2/themes/matrix/po/lv.po +share/gallery2/themes/matrix/po/nl.mo share/gallery2/themes/matrix/po/nl.po +share/gallery2/themes/matrix/po/no.mo share/gallery2/themes/matrix/po/no.po +share/gallery2/themes/matrix/po/pl.mo share/gallery2/themes/matrix/po/pl.po +share/gallery2/themes/matrix/po/pt.mo share/gallery2/themes/matrix/po/pt.po +share/gallery2/themes/matrix/po/pt_BR.mo share/gallery2/themes/matrix/po/pt_BR.po +share/gallery2/themes/matrix/po/ro.mo share/gallery2/themes/matrix/po/ro.po +share/gallery2/themes/matrix/po/ru.mo share/gallery2/themes/matrix/po/ru.po +share/gallery2/themes/matrix/po/sk.mo share/gallery2/themes/matrix/po/sk.po +share/gallery2/themes/matrix/po/sr.mo share/gallery2/themes/matrix/po/sr.po share/gallery2/themes/matrix/po/strings.raw +share/gallery2/themes/matrix/po/sv.mo share/gallery2/themes/matrix/po/sv.po +share/gallery2/themes/matrix/po/tr.mo share/gallery2/themes/matrix/po/tr.po +share/gallery2/themes/matrix/po/uk.mo share/gallery2/themes/matrix/po/uk.po +share/gallery2/themes/matrix/po/vi.mo share/gallery2/themes/matrix/po/vi.po +share/gallery2/themes/matrix/po/zh_CN.mo share/gallery2/themes/matrix/po/zh_CN.po +share/gallery2/themes/matrix/po/zh_TW.mo share/gallery2/themes/matrix/po/zh_TW.po share/gallery2/themes/matrix/templates/admin.tpl share/gallery2/themes/matrix/templates/album.tpl @@ -7059,85 +7730,85 @@ share/gallery2/themes/siriux/MANIFEST share/gallery2/themes/siriux/images/arrow-left.gif share/gallery2/themes/siriux/images/arrow-right.gif share/gallery2/themes/siriux/images/screenshot.png -share/gallery2/themes/siriux/locale/af/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/ar/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/ca/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/cs/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/da/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/de/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/el/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/en_GB/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/es/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/es_AR/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/es_MX/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/eu/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/fi/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/fr/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/ga/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/he/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/hu/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/is/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/it/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/ja/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/ko/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/lt/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/lv/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/nl/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/no/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/pl/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/pt/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/pt_BR/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/ro/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/ru/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/sk/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/sl/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/sr/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/sv/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/tr/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/uk/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/vi/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/zh_CN/LC_MESSAGES/themes_siriux.mo -share/gallery2/themes/siriux/locale/zh_TW/LC_MESSAGES/themes_siriux.mo share/gallery2/themes/siriux/po/GNUmakefile +share/gallery2/themes/siriux/po/af.mo share/gallery2/themes/siriux/po/af.po +share/gallery2/themes/siriux/po/ar.mo share/gallery2/themes/siriux/po/ar.po +share/gallery2/themes/siriux/po/ca.mo share/gallery2/themes/siriux/po/ca.po +share/gallery2/themes/siriux/po/cs.mo share/gallery2/themes/siriux/po/cs.po +share/gallery2/themes/siriux/po/da.mo share/gallery2/themes/siriux/po/da.po +share/gallery2/themes/siriux/po/de.mo share/gallery2/themes/siriux/po/de.po +share/gallery2/themes/siriux/po/el.mo share/gallery2/themes/siriux/po/el.po +share/gallery2/themes/siriux/po/en_GB.mo share/gallery2/themes/siriux/po/en_GB.po +share/gallery2/themes/siriux/po/es.mo share/gallery2/themes/siriux/po/es.po +share/gallery2/themes/siriux/po/es_AR.mo share/gallery2/themes/siriux/po/es_AR.po +share/gallery2/themes/siriux/po/es_MX.mo share/gallery2/themes/siriux/po/es_MX.po +share/gallery2/themes/siriux/po/eu.mo share/gallery2/themes/siriux/po/eu.po +share/gallery2/themes/siriux/po/fi.mo share/gallery2/themes/siriux/po/fi.po +share/gallery2/themes/siriux/po/fr.mo share/gallery2/themes/siriux/po/fr.po +share/gallery2/themes/siriux/po/ga.mo share/gallery2/themes/siriux/po/ga.po +share/gallery2/themes/siriux/po/he.mo share/gallery2/themes/siriux/po/he.po +share/gallery2/themes/siriux/po/hu.mo share/gallery2/themes/siriux/po/hu.po +share/gallery2/themes/siriux/po/is.mo share/gallery2/themes/siriux/po/is.po +share/gallery2/themes/siriux/po/it.mo share/gallery2/themes/siriux/po/it.po +share/gallery2/themes/siriux/po/ja.mo share/gallery2/themes/siriux/po/ja.po +share/gallery2/themes/siriux/po/ko.mo share/gallery2/themes/siriux/po/ko.po +share/gallery2/themes/siriux/po/lt.mo share/gallery2/themes/siriux/po/lt.po +share/gallery2/themes/siriux/po/lv.mo share/gallery2/themes/siriux/po/lv.po +share/gallery2/themes/siriux/po/nl.mo share/gallery2/themes/siriux/po/nl.po +share/gallery2/themes/siriux/po/no.mo share/gallery2/themes/siriux/po/no.po +share/gallery2/themes/siriux/po/pl.mo share/gallery2/themes/siriux/po/pl.po +share/gallery2/themes/siriux/po/pt.mo share/gallery2/themes/siriux/po/pt.po +share/gallery2/themes/siriux/po/pt_BR.mo share/gallery2/themes/siriux/po/pt_BR.po +share/gallery2/themes/siriux/po/ro.mo share/gallery2/themes/siriux/po/ro.po +share/gallery2/themes/siriux/po/ru.mo share/gallery2/themes/siriux/po/ru.po +share/gallery2/themes/siriux/po/sk.mo share/gallery2/themes/siriux/po/sk.po +share/gallery2/themes/siriux/po/sl.mo share/gallery2/themes/siriux/po/sl.po +share/gallery2/themes/siriux/po/sr.mo share/gallery2/themes/siriux/po/sr.po share/gallery2/themes/siriux/po/strings.raw +share/gallery2/themes/siriux/po/sv.mo share/gallery2/themes/siriux/po/sv.po +share/gallery2/themes/siriux/po/tr.mo share/gallery2/themes/siriux/po/tr.po +share/gallery2/themes/siriux/po/uk.mo share/gallery2/themes/siriux/po/uk.po +share/gallery2/themes/siriux/po/vi.mo share/gallery2/themes/siriux/po/vi.po +share/gallery2/themes/siriux/po/zh_CN.mo share/gallery2/themes/siriux/po/zh_CN.po +share/gallery2/themes/siriux/po/zh_TW.mo share/gallery2/themes/siriux/po/zh_TW.po share/gallery2/themes/siriux/templates/admin.tpl share/gallery2/themes/siriux/templates/album.tpl @@ -7163,69 +7834,71 @@ share/gallery2/themes/slider/images/rand.png share/gallery2/themes/slider/images/rev.png share/gallery2/themes/slider/images/screenshot.png share/gallery2/themes/slider/images/tool.png -share/gallery2/themes/slider/locale/af/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/ar/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/ca/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/cs/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/da/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/de/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/en_GB/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/es/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/eu/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/fi/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/fr/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/hu/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/is/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/it/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/ja/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/ko/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/lt/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/lv/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/nl/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/no/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/pl/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/ro/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/ru/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/sk/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/sr/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/sv/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/tr/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/uk/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/vi/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/zh_CN/LC_MESSAGES/themes_slider.mo -share/gallery2/themes/slider/locale/zh_TW/LC_MESSAGES/themes_slider.mo share/gallery2/themes/slider/po/GNUmakefile +share/gallery2/themes/slider/po/af.mo share/gallery2/themes/slider/po/af.po +share/gallery2/themes/slider/po/ar.mo share/gallery2/themes/slider/po/ar.po +share/gallery2/themes/slider/po/ca.mo share/gallery2/themes/slider/po/ca.po +share/gallery2/themes/slider/po/cs.mo share/gallery2/themes/slider/po/cs.po +share/gallery2/themes/slider/po/da.mo share/gallery2/themes/slider/po/da.po +share/gallery2/themes/slider/po/de.mo share/gallery2/themes/slider/po/de.po +share/gallery2/themes/slider/po/el.mo +share/gallery2/themes/slider/po/el.po +share/gallery2/themes/slider/po/en_GB.mo share/gallery2/themes/slider/po/en_GB.po +share/gallery2/themes/slider/po/es.mo share/gallery2/themes/slider/po/es.po +share/gallery2/themes/slider/po/eu.mo share/gallery2/themes/slider/po/eu.po +share/gallery2/themes/slider/po/fi.mo share/gallery2/themes/slider/po/fi.po +share/gallery2/themes/slider/po/fr.mo share/gallery2/themes/slider/po/fr.po +share/gallery2/themes/slider/po/hu.mo share/gallery2/themes/slider/po/hu.po +share/gallery2/themes/slider/po/is.mo share/gallery2/themes/slider/po/is.po +share/gallery2/themes/slider/po/it.mo share/gallery2/themes/slider/po/it.po +share/gallery2/themes/slider/po/ja.mo share/gallery2/themes/slider/po/ja.po +share/gallery2/themes/slider/po/ko.mo share/gallery2/themes/slider/po/ko.po +share/gallery2/themes/slider/po/lt.mo share/gallery2/themes/slider/po/lt.po +share/gallery2/themes/slider/po/lv.mo share/gallery2/themes/slider/po/lv.po +share/gallery2/themes/slider/po/nl.mo share/gallery2/themes/slider/po/nl.po +share/gallery2/themes/slider/po/no.mo share/gallery2/themes/slider/po/no.po +share/gallery2/themes/slider/po/pl.mo share/gallery2/themes/slider/po/pl.po +share/gallery2/themes/slider/po/ro.mo share/gallery2/themes/slider/po/ro.po +share/gallery2/themes/slider/po/ru.mo share/gallery2/themes/slider/po/ru.po +share/gallery2/themes/slider/po/sk.mo share/gallery2/themes/slider/po/sk.po +share/gallery2/themes/slider/po/sr.mo share/gallery2/themes/slider/po/sr.po share/gallery2/themes/slider/po/strings.raw +share/gallery2/themes/slider/po/sv.mo share/gallery2/themes/slider/po/sv.po +share/gallery2/themes/slider/po/tr.mo share/gallery2/themes/slider/po/tr.po +share/gallery2/themes/slider/po/uk.mo share/gallery2/themes/slider/po/uk.po +share/gallery2/themes/slider/po/vi.mo share/gallery2/themes/slider/po/vi.po +share/gallery2/themes/slider/po/zh_CN.mo share/gallery2/themes/slider/po/zh_CN.po +share/gallery2/themes/slider/po/zh_TW.mo share/gallery2/themes/slider/po/zh_TW.po share/gallery2/themes/slider/slider.js share/gallery2/themes/slider/templates/error.tpl @@ -7239,69 +7912,71 @@ share/gallery2/themes/slider/theme.css share/gallery2/themes/slider/theme.inc share/gallery2/themes/tile/MANIFEST share/gallery2/themes/tile/images/screenshot.png -share/gallery2/themes/tile/locale/af/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/ar/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/ca/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/cs/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/da/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/de/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/en_GB/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/es/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/eu/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/fi/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/fr/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/hu/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/is/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/it/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/ja/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/ko/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/lt/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/lv/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/nl/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/no/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/pl/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/ro/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/ru/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/sk/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/sr/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/sv/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/tr/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/uk/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/vi/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/zh_CN/LC_MESSAGES/themes_tile.mo -share/gallery2/themes/tile/locale/zh_TW/LC_MESSAGES/themes_tile.mo share/gallery2/themes/tile/po/GNUmakefile +share/gallery2/themes/tile/po/af.mo share/gallery2/themes/tile/po/af.po +share/gallery2/themes/tile/po/ar.mo share/gallery2/themes/tile/po/ar.po +share/gallery2/themes/tile/po/ca.mo share/gallery2/themes/tile/po/ca.po +share/gallery2/themes/tile/po/cs.mo share/gallery2/themes/tile/po/cs.po +share/gallery2/themes/tile/po/da.mo share/gallery2/themes/tile/po/da.po +share/gallery2/themes/tile/po/de.mo share/gallery2/themes/tile/po/de.po +share/gallery2/themes/tile/po/el.mo +share/gallery2/themes/tile/po/el.po +share/gallery2/themes/tile/po/en_GB.mo share/gallery2/themes/tile/po/en_GB.po +share/gallery2/themes/tile/po/es.mo share/gallery2/themes/tile/po/es.po +share/gallery2/themes/tile/po/eu.mo share/gallery2/themes/tile/po/eu.po +share/gallery2/themes/tile/po/fi.mo share/gallery2/themes/tile/po/fi.po +share/gallery2/themes/tile/po/fr.mo share/gallery2/themes/tile/po/fr.po +share/gallery2/themes/tile/po/hu.mo share/gallery2/themes/tile/po/hu.po +share/gallery2/themes/tile/po/is.mo share/gallery2/themes/tile/po/is.po +share/gallery2/themes/tile/po/it.mo share/gallery2/themes/tile/po/it.po +share/gallery2/themes/tile/po/ja.mo share/gallery2/themes/tile/po/ja.po +share/gallery2/themes/tile/po/ko.mo share/gallery2/themes/tile/po/ko.po +share/gallery2/themes/tile/po/lt.mo share/gallery2/themes/tile/po/lt.po +share/gallery2/themes/tile/po/lv.mo share/gallery2/themes/tile/po/lv.po +share/gallery2/themes/tile/po/nl.mo share/gallery2/themes/tile/po/nl.po +share/gallery2/themes/tile/po/no.mo share/gallery2/themes/tile/po/no.po +share/gallery2/themes/tile/po/pl.mo share/gallery2/themes/tile/po/pl.po +share/gallery2/themes/tile/po/ro.mo share/gallery2/themes/tile/po/ro.po +share/gallery2/themes/tile/po/ru.mo share/gallery2/themes/tile/po/ru.po +share/gallery2/themes/tile/po/sk.mo share/gallery2/themes/tile/po/sk.po +share/gallery2/themes/tile/po/sr.mo share/gallery2/themes/tile/po/sr.po share/gallery2/themes/tile/po/strings.raw +share/gallery2/themes/tile/po/sv.mo share/gallery2/themes/tile/po/sv.po +share/gallery2/themes/tile/po/tr.mo share/gallery2/themes/tile/po/tr.po +share/gallery2/themes/tile/po/uk.mo share/gallery2/themes/tile/po/uk.po +share/gallery2/themes/tile/po/vi.mo share/gallery2/themes/tile/po/vi.po +share/gallery2/themes/tile/po/zh_CN.mo share/gallery2/themes/tile/po/zh_CN.po +share/gallery2/themes/tile/po/zh_TW.mo share/gallery2/themes/tile/po/zh_TW.po share/gallery2/themes/tile/templates/edit.tpl share/gallery2/themes/tile/templates/error.tpl @@ -7316,21 +7991,7 @@ share/gallery2/themes/tile/tile.js share/gallery2/upgrade/StatusTemplate.class share/gallery2/upgrade/UpgradeStep.class share/gallery2/upgrade/images/background.png -share/gallery2/upgrade/images/btnBGbl.gif -share/gallery2/upgrade/images/btnBGgrn.gif -share/gallery2/upgrade/images/btnBGor.gif -share/gallery2/upgrade/images/btnBLbl.gif -share/gallery2/upgrade/images/btnBLgrn.gif -share/gallery2/upgrade/images/btnBLor.gif -share/gallery2/upgrade/images/btnBRbl.gif -share/gallery2/upgrade/images/btnBRgrn.gif -share/gallery2/upgrade/images/btnBRor.gif -share/gallery2/upgrade/images/btnTLbl.gif -share/gallery2/upgrade/images/btnTLgrn.gif -share/gallery2/upgrade/images/btnTLor.gif -share/gallery2/upgrade/images/btnTRbl.gif -share/gallery2/upgrade/images/btnTRgrn.gif -share/gallery2/upgrade/images/btnTRor.gif +share/gallery2/upgrade/images/btn2.png share/gallery2/upgrade/images/g2Logo_upgrade_head.png share/gallery2/upgrade/images/ico_error.gif share/gallery2/upgrade/images/ico_success.gif @@ -7338,38 +7999,8 @@ share/gallery2/upgrade/images/ico_warning.gif share/gallery2/upgrade/images/pixbl.gif share/gallery2/upgrade/images/pixgrn.gif share/gallery2/upgrade/images/pixor.gif +share/gallery2/upgrade/images/shade.png share/gallery2/upgrade/index.php -share/gallery2/upgrade/locale/af/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/ar/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/bg/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/ca/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/cs/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/da/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/de/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/en_GB/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/es/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/eu/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/fi/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/fr/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/hu/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/it/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/ja/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/ko/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/lt/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/lv/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/nl/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/no/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/pl/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/ro/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/ru/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/sk/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/sr/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/sv/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/tr/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/uk/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/vi/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/zh_CN/LC_MESSAGES/gallery2_upgrade.mo -share/gallery2/upgrade/locale/zh_TW/LC_MESSAGES/gallery2_upgrade.mo share/gallery2/upgrade/po/GNUmakefile share/gallery2/upgrade/po/af.po share/gallery2/upgrade/po/ar.po @@ -7378,6 +8009,7 @@ share/gallery2/upgrade/po/ca.po share/gallery2/upgrade/po/cs.po share/gallery2/upgrade/po/da.po share/gallery2/upgrade/po/de.po +share/gallery2/upgrade/po/el.po share/gallery2/upgrade/po/en_GB.po share/gallery2/upgrade/po/es.po share/gallery2/upgrade/po/eu.po @@ -7405,6 +8037,7 @@ share/gallery2/upgrade/po/zh_CN.po share/gallery2/upgrade/po/zh_TW.po share/gallery2/upgrade/steps/AuthenticateStep.class share/gallery2/upgrade/steps/CleanCacheStep.class +share/gallery2/upgrade/steps/DatabaseBackupStep.class share/gallery2/upgrade/steps/FinishedStep.class share/gallery2/upgrade/steps/RedirectToInstallerStep.class share/gallery2/upgrade/steps/SystemChecksStep.class @@ -7414,14 +8047,16 @@ share/gallery2/upgrade/steps/WelcomeStep.class share/gallery2/upgrade/templates/AuthenticateRequest.html share/gallery2/upgrade/templates/AuthenticateSuccessful.html share/gallery2/upgrade/templates/CleanCache.html +share/gallery2/upgrade/templates/DatabaseBackupRequest.html +share/gallery2/upgrade/templates/DatabaseBackupSuccess.html share/gallery2/upgrade/templates/Finished.html share/gallery2/upgrade/templates/Header.html share/gallery2/upgrade/templates/InvalidConfig.html share/gallery2/upgrade/templates/MainPage.html share/gallery2/upgrade/templates/ManifestCleanupScript.html -share/gallery2/upgrade/templates/ManifestSystemCheck.html share/gallery2/upgrade/templates/NavBar.html share/gallery2/upgrade/templates/RedirectToInstaller.html +share/gallery2/upgrade/templates/SystemCheckFileList.html share/gallery2/upgrade/templates/SystemChecks.html share/gallery2/upgrade/templates/UpgradeCoreModuleError.html share/gallery2/upgrade/templates/UpgradeCoreModuleRequest.html diff --git a/www/gallery2/distinfo b/www/gallery2/distinfo index c01aab08ead..7c5499e9f0e 100644 --- a/www/gallery2/distinfo +++ b/www/gallery2/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/03/16 23:02:02 pettai Exp $ +$NetBSD: distinfo,v 1.2 2011/01/11 12:35:45 jym Exp $ -SHA1 (gallery-2.2.6-full.tar.gz) = a3dfb86e2a0287795b3a2b859b12753141c68828 -RMD160 (gallery-2.2.6-full.tar.gz) = f60bcf44ee8479152c8767f4e99c9e43ad2e631b -Size (gallery-2.2.6-full.tar.gz) = 12038651 bytes -SHA1 (patch-aa) = e0499db0cb72271b2b8c50d0d8fe7a64fc2d5cf0 +SHA1 (gallery-2.3.1-full.tar.gz) = 6cecd8d9ca1dc036faebafe71352321b3b08074b +RMD160 (gallery-2.3.1-full.tar.gz) = 751343d3ddaa7898eb0cb412e08c2c7570c70620 +Size (gallery-2.3.1-full.tar.gz) = 14564660 bytes diff --git a/www/gallery2/patches/patch-aa b/www/gallery2/patches/patch-aa deleted file mode 100644 index c33755e9dc9..00000000000 --- a/www/gallery2/patches/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2010/03/16 23:02:02 pettai Exp $ - ---- lib/tools/po/extract.php.orig 2009-12-18 01:51:55.000000000 +0100 -+++ lib/tools/po/extract.php 2009-12-18 01:52:25.000000000 +0100 -@@ -1,4 +1,4 @@ --#!/usr/bin/php -f -+#!@PREFIX@/bin/php -f - <?php - /* - * PHP script to extract strings from all the files and print |