pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/drupal6-translations Importing drupal6-translation...
details: https://anonhg.NetBSD.org/pkgsrc/rev/87f99159ec3a
branches: trunk
changeset: 545898:87f99159ec3a
user: taca <taca%pkgsrc.org@localhost>
date: Sun Aug 17 05:35:04 2008 +0000
description:
Importing drupal6-translations package which provides various
language files for drupal6.
diffstat:
www/drupal6-translations/DESCR | 1 +
www/drupal6-translations/Makefile | 59 +++++++++++++++++++++++
www/drupal6-translations/PLIST.ar | 42 ++++++++++++++++
www/drupal6-translations/PLIST.common_end | 38 +++++++++++++++
www/drupal6-translations/PLIST.cs | 43 +++++++++++++++++
www/drupal6-translations/PLIST.da | 44 +++++++++++++++++
www/drupal6-translations/PLIST.de | 43 +++++++++++++++++
www/drupal6-translations/PLIST.el | 44 +++++++++++++++++
www/drupal6-translations/PLIST.es | 46 ++++++++++++++++++
www/drupal6-translations/PLIST.fi | 42 ++++++++++++++++
www/drupal6-translations/PLIST.fr | 45 ++++++++++++++++++
www/drupal6-translations/PLIST.gu | 42 ++++++++++++++++
www/drupal6-translations/PLIST.he | 43 +++++++++++++++++
www/drupal6-translations/PLIST.hu | 45 ++++++++++++++++++
www/drupal6-translations/PLIST.ja | 43 +++++++++++++++++
www/drupal6-translations/PLIST.lt | 41 ++++++++++++++++
www/drupal6-translations/PLIST.nb | 44 +++++++++++++++++
www/drupal6-translations/PLIST.nl | 44 +++++++++++++++++
www/drupal6-translations/PLIST.nn | 43 +++++++++++++++++
www/drupal6-translations/PLIST.pt-br | 43 +++++++++++++++++
www/drupal6-translations/PLIST.pt-pt | 44 +++++++++++++++++
www/drupal6-translations/PLIST.ro | 42 ++++++++++++++++
www/drupal6-translations/PLIST.sk | 43 +++++++++++++++++
www/drupal6-translations/PLIST.sv | 43 +++++++++++++++++
www/drupal6-translations/PLIST.th | 42 ++++++++++++++++
www/drupal6-translations/PLIST.tr | 43 +++++++++++++++++
www/drupal6-translations/PLIST.zh-hans | 44 +++++++++++++++++
www/drupal6-translations/PLIST.zh-hant | 43 +++++++++++++++++
www/drupal6-translations/distinfo | 77 +++++++++++++++++++++++++++++++
29 files changed, 1256 insertions(+), 0 deletions(-)
diffs (truncated from 1372 to 300 lines):
diff -r 92f90b54a6de -r 87f99159ec3a www/drupal6-translations/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/drupal6-translations/DESCR Sun Aug 17 05:35:04 2008 +0000
@@ -0,0 +1,1 @@
+This pacakge is collection of translation files for drupal 6.x.
diff -r 92f90b54a6de -r 87f99159ec3a www/drupal6-translations/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/drupal6-translations/Makefile Sun Aug 17 05:35:04 2008 +0000
@@ -0,0 +1,59 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/17 05:35:04 taca Exp $
+#
+
+DISTNAME= drupal6-translations-${STAMP}
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+DISTFILES= ar-6.x-1.x-dev.tar.gz \
+ zh-hans-6.x-1.0.tar.gz \
+ zh-hant-6.x-1.1.tar.gz cs-6.x-1.8.tar.gz \
+ da-6.x-1.x-dev.tar.gz nl-6.x-1.1.tar.gz \
+ fi-6.x-1.0-rc.tar.gz \
+ fr-6.x-1.x-dev.tar.gz de-6.x-1.x-dev.tar.gz \
+ el-6.x-1.0-beta1.tar.gz gu-6.x-1.x-dev.tar.gz \
+ he-6.x-1.0.tar.gz hu-6.x-1.0.tar.gz ja-6.x-1.2.tar.gz \
+ lt-6.x-1.2.tar.gz nb-6.x-1.x-dev.tar.gz \
+ nn-6.x-1.x-dev.tar.gz pt-br-6.x-1.0-rc1.tar.gz \
+ pt-pt-6.x-1.x-dev.tar.gz ro-6.x-1.1.tar.gz \
+ sk-6.x-1.0-beta5.tar.gz es-6.x-1.0.tar.gz \
+ sv-6.x-1.x-dev.tar.gz th-6.x-1.x-dev.tar.gz \
+ tr-6.x-1.x-dev.tar.gz
+DIST_SUBDIR= drupal6-${STAMP}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://drupal.org/project/Translations
+COMMENT= Langate translation files for drupal 6.x
+
+DEPENDS+= drupal>=6.3:../../www/drupal6
+
+STAMP= 20080816
+USE_TOOLS+= pax
+NO_CONFIGURE= yes
+NO_BUILD= yes
+EXTRACT_DIR= ${WRKSRC}
+WRKSRC= ${WRKDIR}/drupal
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# Translation files for Esperanto(eo) and Vietnam(vi) also exist,
+# but contain wrong directory names.
+LANG_SUPPORTED= ar cs da de el es fi fr gu he hu ja lt nb nl nn \
+ pt-br pt-pt ro sk sv th tr zh-hans zh-hant
+PLIST_SUBST+= DRUPAL_BASE=${DRUPAL_BASE:Q}
+
+.for l in ${LANG_SUPPORTED}
+PLIST_SRC+= PLIST.${l}
+.endfor
+PLIST_SRC+= PLIST.common_end
+
+.include "../../mk/bsd.prefs.mk"
+
+DRUPAL_BASE?= share/drupal
+
+pre-install:
+ cd ${WRKSRC}; ${CHMOD} ${NONBINMODE} *.txt
+
+do-install:
+ cd ${WRKSRC}; pax -rw . ${DESTDIR}${PREFIX}/${DRUPAL_BASE}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 92f90b54a6de -r 87f99159ec3a www/drupal6-translations/PLIST.ar
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/drupal6-translations/PLIST.ar Sun Aug 17 05:35:04 2008 +0000
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST.ar,v 1.1.1.1 2008/08/17 05:35:04 taca Exp $
+${DRUPAL_BASE}/LICENSE.ar.txt
+${DRUPAL_BASE}/STATUS.ar.txt
+${DRUPAL_BASE}/modules/system/translations/general.ar.po
+${DRUPAL_BASE}/modules/system/translations/includes.ar.po
+${DRUPAL_BASE}/profiles/default/translations/ar.po
+${DRUPAL_BASE}/modules/system/translations/misc.ar.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.ar.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.ar.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.ar.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.ar.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.ar.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.ar.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.ar.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.ar.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.ar.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.ar.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.ar.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.ar.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.ar.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.ar.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.ar.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.ar.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.ar.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.ar.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.ar.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.ar.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.ar.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.ar.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.ar.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.ar.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.ar.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.ar.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.ar.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.ar.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.ar.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.ar.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.ar.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.ar.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.ar.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.ar.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.ar.po
diff -r 92f90b54a6de -r 87f99159ec3a www/drupal6-translations/PLIST.common_end
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/drupal6-translations/PLIST.common_end Sun Aug 17 05:35:04 2008 +0000
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST.common_end,v 1.1.1.1 2008/08/17 05:35:07 taca Exp $
+@dirrm ${DRUPAL_BASE}/themes/pushbutton/translations
+@dirrm ${DRUPAL_BASE}/themes/garland/translations
+@dirrm ${DRUPAL_BASE}/themes/chameleon/translations
+@dirrm ${DRUPAL_BASE}/profiles/default/translations
+@dirrm ${DRUPAL_BASE}/modules/user/translations
+@dirrm ${DRUPAL_BASE}/modules/upload/translations
+@dirrm ${DRUPAL_BASE}/modules/update/translations
+@dirrm ${DRUPAL_BASE}/modules/trigger/translations
+@dirrm ${DRUPAL_BASE}/modules/translation/translations
+@dirrm ${DRUPAL_BASE}/modules/tracker/translations
+@dirrm ${DRUPAL_BASE}/modules/throttle/translations
+@dirrm ${DRUPAL_BASE}/modules/taxonomy/translations
+@dirrm ${DRUPAL_BASE}/modules/system/translations
+@dirrm ${DRUPAL_BASE}/modules/syslog/translations
+@dirrm ${DRUPAL_BASE}/modules/statistics/translations
+@dirrm ${DRUPAL_BASE}/modules/search/translations
+@dirrm ${DRUPAL_BASE}/modules/profile/translations
+@dirrm ${DRUPAL_BASE}/modules/poll/translations
+@dirrm ${DRUPAL_BASE}/modules/ping/translations
+@dirrm ${DRUPAL_BASE}/modules/php/translations
+@dirrm ${DRUPAL_BASE}/modules/path/translations
+@dirrm ${DRUPAL_BASE}/modules/openid/translations
+@dirrm ${DRUPAL_BASE}/modules/node/translations
+@dirrm ${DRUPAL_BASE}/modules/menu/translations
+@dirrm ${DRUPAL_BASE}/modules/locale/translations
+@dirrm ${DRUPAL_BASE}/modules/help/translations
+@dirrm ${DRUPAL_BASE}/modules/forum/translations
+@dirrm ${DRUPAL_BASE}/modules/filter/translations
+@dirrm ${DRUPAL_BASE}/modules/dblog/translations
+@dirrm ${DRUPAL_BASE}/modules/contact/translations
+@dirrm ${DRUPAL_BASE}/modules/comment/translations
+@dirrm ${DRUPAL_BASE}/modules/color/translations
+@dirrm ${DRUPAL_BASE}/modules/book/translations
+@dirrm ${DRUPAL_BASE}/modules/blogapi/translations
+@dirrm ${DRUPAL_BASE}/modules/blog/translations
+@dirrm ${DRUPAL_BASE}/modules/block/translations
+@dirrm ${DRUPAL_BASE}/modules/aggregator/translations
diff -r 92f90b54a6de -r 87f99159ec3a www/drupal6-translations/PLIST.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/drupal6-translations/PLIST.cs Sun Aug 17 05:35:04 2008 +0000
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.cs,v 1.1.1.1 2008/08/17 05:35:05 taca Exp $
+${DRUPAL_BASE}/LICENSE.cs.txt
+${DRUPAL_BASE}/STATUS.cs.txt
+${DRUPAL_BASE}/modules/system/translations/general.cs.po
+${DRUPAL_BASE}/modules/system/translations/includes.cs.po
+${DRUPAL_BASE}/profiles/default/translations/cs.po
+${DRUPAL_BASE}/modules/system/translations/misc.cs.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.cs.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.cs.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.cs.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.cs.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.cs.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.cs.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.cs.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.cs.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.cs.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.cs.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.cs.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.cs.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.cs.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.cs.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.cs.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.cs.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.cs.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.cs.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.cs.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.cs.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.cs.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.cs.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.cs.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.cs.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.cs.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.cs.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.cs.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.cs.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.cs.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.cs.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.cs.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.cs.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.cs.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.cs.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.cs.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.cs.po
diff -r 92f90b54a6de -r 87f99159ec3a www/drupal6-translations/PLIST.da
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/drupal6-translations/PLIST.da Sun Aug 17 05:35:04 2008 +0000
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST.da,v 1.1.1.1 2008/08/17 05:35:05 taca Exp $
+${DRUPAL_BASE}/LICENSE.da.txt
+${DRUPAL_BASE}/README.da.txt
+${DRUPAL_BASE}/STATUS.da.txt
+${DRUPAL_BASE}/modules/system/translations/general.da.po
+${DRUPAL_BASE}/modules/system/translations/includes.da.po
+${DRUPAL_BASE}/profiles/default/translations/da.po
+${DRUPAL_BASE}/modules/system/translations/misc.da.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.da.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.da.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.da.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.da.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.da.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.da.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.da.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.da.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.da.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.da.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.da.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.da.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.da.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.da.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.da.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.da.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.da.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.da.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.da.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.da.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.da.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.da.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.da.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.da.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.da.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.da.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.da.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.da.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.da.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.da.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.da.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.da.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.da.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.da.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.da.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.da.po
diff -r 92f90b54a6de -r 87f99159ec3a www/drupal6-translations/PLIST.de
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/drupal6-translations/PLIST.de Sun Aug 17 05:35:04 2008 +0000
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.de,v 1.1.1.1 2008/08/17 05:35:07 taca Exp $
+${DRUPAL_BASE}/LICENSE.de.txt
+${DRUPAL_BASE}/STATUS.de.txt
+${DRUPAL_BASE}/modules/system/translations/general.de.po
+${DRUPAL_BASE}/modules/system/translations/includes.de.po
+${DRUPAL_BASE}/profiles/default/translations/de.po
+${DRUPAL_BASE}/modules/system/translations/misc.de.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.de.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.de.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.de.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.de.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.de.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.de.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.de.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.de.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.de.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.de.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.de.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.de.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.de.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.de.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.de.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.de.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.de.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.de.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.de.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.de.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.de.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.de.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.de.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.de.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.de.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.de.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.de.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.de.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.de.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.de.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.de.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.de.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.de.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.de.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.de.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.de.po
diff -r 92f90b54a6de -r 87f99159ec3a www/drupal6-translations/PLIST.el
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
Home |
Main Index |
Thread Index |
Old Index