[pleiades] 08/21: Imported Debian patch 1.3.4~I20120531-dfsg-3

Hideki Yamane henrich at moszumanska.debian.org
Thu Jan 2 10:18:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch master
in repository pleiades.

commit 7afbd96f1da2e41a941ed2c340754d4155125eb1
Author: Hideki Yamane <henrich at debian.org>
Date:   Sat Aug 4 07:23:24 2012 +0900

    Imported Debian patch 1.3.4~I20120531-dfsg-3
---
 debian/NEWS                           | 15 ++++++++
 debian/changelog                      | 26 +++++++++++++
 debian/compat                         |  2 +-
 debian/control                        | 10 ++---
 debian/patches/build.xml              | 45 ++++++++++++++++++++--
 debian/patches/disable-create-src_zip | 36 ++++++++++++++++--
 debian/patches/fix-config.ini         | 34 ++++++++++++++++-
 debian/patches/series                 |  2 +-
 debian/pleiades.templates             | 17 ++++++++-
 debian/po/cs.po                       | 42 +++++++++++++++++++++
 debian/po/da.po                       | 43 +++++++++++++++++++++
 debian/po/de.po                       | 44 ++++++++++++++++++++++
 debian/po/es.po                       | 70 +++++++++++++++++++++++++++++++++++
 debian/po/fr.po                       | 43 +++++++++++++++++++++
 debian/po/gl.po                       | 45 ++++++++++++++++++++++
 debian/po/it.po                       | 44 ++++++++++++++++++++++
 debian/po/ja.po                       | 29 ++++++++++++---
 debian/po/pl.po                       | 46 +++++++++++++++++++++++
 debian/po/pt.po                       | 44 ++++++++++++++++++++++
 debian/po/ru.po                       | 45 ++++++++++++++++++++++
 debian/po/sk.po                       | 43 +++++++++++++++++++++
 debian/po/sv.po                       | 43 +++++++++++++++++++++
 debian/po/templates.pot               | 20 +++++++---
 debian/watch                          |  2 +-
 24 files changed, 759 insertions(+), 31 deletions(-)

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..7312787
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,15 @@
+pleiades (1.3.4~I20120531-dfsg-3) experimental; urgency=low
+
+  Now pleiades is configured automatically with debconf. However, sometimes
+  upgrading Eclipse package would overwrite its configureation. If so, you can
+  re-enable it by editing /etc/eclipse.ini file to add below 1 line.
+
+  -javaagent:/usr/lib/eclipse/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar
+
+
+  And if you have any problem with Pleiades, please try to start eclipse with
+  -clean option as
+
+  $ eclipse -clean
+
+ -- Hideki Yamane <henrich at debian.org>  Thu, 21 Jun 2012 10:00:26 +0900
diff --git a/debian/changelog b/debian/changelog
index a7f336c..95f5176 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+pleiades (1.3.4~I20120531-dfsg-3) experimental; urgency=low
+
+  [ Christian Perrier ]
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+    english team as part of the Smith review project. Closes: #676312
+  * [Debconf translation updates]
+  * Swedish (Martin Bagge / brother).  Closes: #678321
+  * Danish (Joe Hansen).  Closes: #678323
+  * Slovak (Ivan Masár).  Closes: #678334
+  * Russian (Yuri Kozlov).  Closes: #678432
+  * Galician (Jorge Barreiro).  Closes: #678465
+  * Czech (Michal Simunek).  Closes: #678672
+  * French (Étienne Gilli).  Closes: #679006
+  * Polish (Michał Kułach).  Closes: #679434
+  * German (Chris Leick).  Closes: #679461
+  * Spanish; (# traductor (campo Last-Translator) y ponga en copia a la
+    lista de Fernando C. Estrada).  Closes: #679805
+  * Italian (Beatrice Torracca).  Closes: #680569
+
+  [ Hideki Yamane ]
+  * debian/control
+    - set Build-Depends: debhelper (>= 9)
+  * upload to experimental
+
+ -- Hideki Yamane <henrich at debian.org>  Sat, 04 Aug 2012 07:23:24 +0900
+
 pleiades (1.3.4~I20120531-dfsg-2) unstable; urgency=low
 
   * debian/control
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index d0a41ff..addb71a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pleiades
 Section: devel
 Priority: extra
 Maintainer: Hideki Yamane <henrich at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), ant, default-jdk, po-debconf
+Build-Depends: debhelper (>= 9), ant, default-jdk, po-debconf
 Build-Depends-Indep: libcommons-lang-java, libcommons-io-java, libjavassist-java, zip, unzip
 Standards-Version: 3.9.3
 Homepage: http://mergedoc.sourceforge.jp/
@@ -12,7 +12,7 @@ Architecture: all
 Pre-Depends: debconf, dpkg (>= 1.15.6~)
 Depends: eclipse, libcommons-lang-java, libcommons-io-java, libjavassist-java,
  ${misc:Depends}
-Description: Japanese Language package for Eclipse using Dynamic AOP, Pleiades
- The Pleiades is a dynamic AOP translation container, it provides dynamic 
- Japanese localization to the Eclipse Platform and a large number of plug-ins.
- Some of its resources has contributed to the Eclipse.org.
+Description: Japanese translation plug-in for Eclipse using dynamic AOP
+ Pleiades is a dynamic Aspect-Oriented Programming translation layer for the
+ Eclipse platform and many of its plug-ins. It uses a Japanese glossary to
+ provide side-by-side English/Japanese property resource bundles.
diff --git a/debian/patches/build.xml b/debian/patches/build.xml
index bf26054..912a88a 100644
--- a/debian/patches/build.xml
+++ b/debian/patches/build.xml
@@ -1,7 +1,44 @@
-Index: pleiades-1.3.4.I20120531-dfsg/build.xml
-===================================================================
---- pleiades-1.3.4.I20120531-dfsg.orig/build.xml	2012-02-25 18:10:19.000000000 +0900
-+++ pleiades-1.3.4.I20120531-dfsg/build.xml	2012-06-03 21:29:23.137414648 +0900
+Description: adjust library location, Class-Path and excluding .pc dir (Debian Specific)
+ Upstream distributes some libraries with Pleiades, however, on Debian system, 
+ it should be used system library instead of bundled one. This patch changes 
+ library path on build.xml file.
+ .
+ And it lacks Class-Path specification on build.xml, so add it (path is changed
+ same as above, so not apply to upstream).
+ .
+ Upstream lacks excluding ".pc" directory for patching with quilt. It should be
+ forwarded to upstream.
+ .
+ pleiades (1.3.1-dfsg-1) unstable; urgency=low
+ .
+  * Upload to Debian (Closes: #555846)
+  * remove lib directory to comply DFSG
+  * also remove srctest/jp/sourceforge/mergedoc/pleiades/resource/3.* since
+    those files' license is not clear enough and not need to build.
+  * remove debian/eclipserc,pleiades.examples since eclipse no longer uses
+    .eclipserc and update debian/README.Debian
+  * add debian/patches/build.xml and use "source format 3.0 (quilt)" 
+  * add debian/pleiades.links and put files to /usr/share/eclipse
+  * remove debian/{pleiades.install,lintian/*}
+  * add debian/patches/fix-config.ini to deal with error with finding 
+    config.ini
+  * debian/control
+    - set "DM-Upload-Allowed: yes"
+    - correction
+      + "Build-Depends: default-jdk"
+      + add "Depends: libcommons-lang-java, libcommons-io-java, 
+        libjavassist-java"
+      + remove "Recommends: default-jre-headless"
+    Thanks to Niels Thykier <niels at thykier.net> and Matthew Johnson 
+    <mjj29 at debian.org>!
+Author: Hideki Yamane <henrich at debian.org>
+---
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2012-06-26
+
+--- pleiades-1.3.4~I20120531-dfsg.orig/build.xml
++++ pleiades-1.3.4~I20120531-dfsg/build.xml
 @@ -41,9 +41,10 @@
  		<pathelement location="bintest" />
  		<pathelement location="srctest" />
diff --git a/debian/patches/disable-create-src_zip b/debian/patches/disable-create-src_zip
index 8d061dc..459befb 100644
--- a/debian/patches/disable-create-src_zip
+++ b/debian/patches/disable-create-src_zip
@@ -1,7 +1,35 @@
-Index: pleiades-1.3.4~I20120531-dfsg/build.xml
-===================================================================
---- pleiades-1.3.4~I20120531-dfsg.orig/build.xml	2012-06-04 09:11:30.000000000 +0900
-+++ pleiades-1.3.4~I20120531-dfsg/build.xml	2012-06-04 09:13:52.929737697 +0900
+Description: disable building src.zip file (Debian Specific)
+ When building package, upstream build.xml tries to build src.zip. It's
+ not necessary to build for Debian package, so disable it to make build
+ time short.
+ .
+ pleiades (1.3.4~I20120531-dfsg-1) unstable; urgency=low
+ .
+  * New upstream snapshot
+  * debian/pleiades.{templates,config}
+    - add it to enable debconf
+  * debian/control
+    - add "Build-Depends: po-debconf", "Pre-Depends: debconf"
+  * debian/rules
+    - add option to xz to compress it more efficiently.
+    - exec debconf-updatepo via dh_clean
+  * debian/pleiades.{postinst,postrm}
+    - enable automatic configuration
+  * debian/patches
+    - build.xml: refresh it.
+    - add disable-create-src_zip to reduce build time.
+  * remove debian/README.Debian
+  * debian/copyright
+    - update my address
+
+Author: Hideki Yamane <henrich at debian.org>
+---
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2012-06-26
+
+--- pleiades-1.3.4~I20120531-dfsg.orig/build.xml
++++ pleiades-1.3.4~I20120531-dfsg/build.xml
 @@ -185,26 +185,6 @@
  		<delete dir="plugins" />
  		<delete dir="features" />
diff --git a/debian/patches/fix-config.ini b/debian/patches/fix-config.ini
index 3794953..5f8e04c 100644
--- a/debian/patches/fix-config.ini
+++ b/debian/patches/fix-config.ini
@@ -1,5 +1,35 @@
-Index: pleiades-1.3.3-dfsg/src/jp/sourceforge/mergedoc/pleiades/Pleiades.java
-===================================================================
+Description: change behavior to search config.ini file
+ In Debian, we should search /usr/lib/eclipse first.
+ .
+ pleiades (1.3.1-dfsg-1) unstable; urgency=low
+ .
+  * Upload to Debian (Closes: #555846)
+  * remove lib directory to comply DFSG
+  * also remove srctest/jp/sourceforge/mergedoc/pleiades/resource/3.* since
+    those files' license is not clear enough and not need to build.
+  * remove debian/eclipserc,pleiades.examples since eclipse no longer uses
+    .eclipserc and update debian/README.Debian
+  * add debian/patches/build.xml and use "source format 3.0 (quilt)" 
+  * add debian/pleiades.links and put files to /usr/share/eclipse
+  * remove debian/{pleiades.install,lintian/*}
+  * add debian/patches/fix-config.ini to deal with error with finding 
+    config.ini
+  * debian/control
+    - set "DM-Upload-Allowed: yes"
+    - correction
+      + "Build-Depends: default-jdk"
+      + add "Depends: libcommons-lang-java, libcommons-io-java, 
+        libjavassist-java"
+      + remove "Recommends: default-jre-headless"
+    Thanks to Niels Thykier <niels at thykier.net> and Matthew Johnson 
+    <mjj29 at debian.org>!
+Author: Hideki Yamane <henrich at debian.org>
+
+---
+Origin: vendor
+Forwarded: Yes (via private mail)
+Last-Update: 2012-06-26
+
 --- pleiades-1.3.3-dfsg.orig/src/jp/sourceforge/mergedoc/pleiades/Pleiades.java	2011-09-08 23:31:27.236196838 +0900
 +++ pleiades-1.3.3-dfsg/src/jp/sourceforge/mergedoc/pleiades/Pleiades.java	2011-09-08 23:38:11.046199226 +0900
 @@ -230,13 +230,23 @@
diff --git a/debian/patches/series b/debian/patches/series
index ba68d6b..91ed833 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
 disable-create-src_zip
-fix-config.ini
 build.xml
+fix-config.ini
diff --git a/debian/pleiades.templates b/debian/pleiades.templates
index 845dcc9..8e61117 100644
--- a/debian/pleiades.templates
+++ b/debian/pleiades.templates
@@ -1,5 +1,18 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english at lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: pleiades/eclipse
 Type: boolean
 Default: false
-_Description: Enable pleiades for your Eclipse configuration?
- If you want to use pleiades, you should enable it in /etc/eclpse.ini.
+_Description: Enable Pleiades in Eclipse configuration?
+ Eclipse is not currently configured to use Pleiades for Japanese
+ language support.
+ .
+ Please choose whether Pleiades should be activated in the Eclipse
+ configuration file (/etc/eclipse.ini).
diff --git a/debian/po/cs.po b/debian/po/cs.po
new file mode 100644
index 0000000..3306900
--- /dev/null
+++ b/debian/po/cs.po
@@ -0,0 +1,42 @@
+# Czech PO debconf template translation of pleiades.
+# Copyright (C) 2012 Michal Simunek <michal.simunek at gmail.com>
+# This file is distributed under the same license as the pleiades package.
+# Michal Simunek <michal.simunek at gmail.com>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades 1.3.4~I20120531-dfsg-3\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-06-23 15:31+0200\n"
+"Last-Translator: Michal Simunek <michal.simunek at gmail.com>\n"
+"Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Povolit Pleiades v nastavení Eclipse?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"Eclipse není nyní nastaven, aby pro podporu Japonštiny používal Pleiades."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Zvolte si prosím, zda se má Pleiades aktivovat v konfiguračním souboru pro "
+"Eclipse (/etc/eclipse.ini)."
diff --git a/debian/po/da.po b/debian/po/da.po
new file mode 100644
index 0000000..8ed6b06
--- /dev/null
+++ b/debian/po/da.po
@@ -0,0 +1,43 @@
+# Danish translation pleiades.
+# Copyright (C) 2012 pleiades & nedenstående oversættere.
+# This file is distributed under the same license as the pleiades package.
+# Joe Hansen <joedalton2 at yahoo.dk>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-06-20 23:51+0200\n"
+"Last-Translator: Joe Hansen <joedalton2 at yahoo.dk>\n"
+"Language-Team: Danish <debian-l10n-danish at lists.debian.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Aktiver Pleiades i Eclipsekonfiguration?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"Eclipse er aktuelt ikke konfigureret til at bruge Pleiades for japansk "
+"sprogunderstøttelse."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Vælg venligst hvorvidt Pleiades skal aktiveres i filen for "
+"Eclipsekonfiguration (/etc/eclipse.ini)."
diff --git a/debian/po/de.po b/debian/po/de.po
new file mode 100644
index 0000000..e6acc15
--- /dev/null
+++ b/debian/po/de.po
@@ -0,0 +1,44 @@
+# Translation of pleiades to German.
+# Copyright (C) 2005-2012, Shinji Kashihar.
+# This file is distributed under the same license as the pleiades package.
+# Copyright (C) of this file 2012 Chris Leick.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades 1.3.4~I20120531-dfsg-3\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-06-20 22:28+0200\n"
+"Last-Translator: Chris Leick <c.leick at vollbio.de>\n"
+"Language-Team: German <debian-l10n-german at lists.debian.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Pleiades in der Eclipse-Konfiguration aktivieren?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"Eclipse ist derzeit nicht konfiguriert, um Pleiades für die Unterstützung "
+"der japanischen Sprache zu verwenden."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Bitte wählen Sie, ob Pleiades in der Eclipse-Konfigurationsdatei (/etc/"
+"eclipse.ini) aktiviert werden soll."
diff --git a/debian/po/es.po b/debian/po/es.po
new file mode 100644
index 0000000..4a0c4eb
--- /dev/null
+++ b/debian/po/es.po
@@ -0,0 +1,70 @@
+# pleiades translation to Spanish
+# Copyright (C) 2012 Software in the Public Interest, SPI Inc.
+# This file is distributed under the same license as the pleiades package.
+#
+# Changes:
+# - Initial translation
+#      Fernando C. Estrada <fcestrada at fcestrada.com> , 2012
+#
+#  Traductores, si no conoce el formato PO, merece la pena leer la 
+#  documentación de gettext, especialmente las secciones dedicadas a este
+#  formato, por ejemplo ejecutando:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+# Equipo de traducción al español, por favor lean antes de traducir
+# los siguientes documentos:
+#
+# - El proyecto de traducción de Debian al español
+#   http://www.debian.org/intl/spanish/
+#   especialmente las notas y normas de traducción en
+#   http://www.debian.org/intl/spanish/notas
+#
+# - La guía de traducción de po's de debconf:
+#   /usr/share/doc/po-debconf/README-trans
+#   o http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+# Si tiene dudas o consultas sobre esta traducción consulte con el último
+# traductor (campo Last-Translator) y ponga en copia a la lista de
+# traducción de Debian al español (<debian-l10n-spanish at lists.debian.org>)
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-06-20 21:57-0500\n"
+"Last-Translator: Fernando C. Estrada <fcestrada at fcestrada.com>\n"
+"Language-Team: Debian L10N Spanish <debian-l10n-spanish at lists.debian.org>\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Virtaal 0.7.1\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "¿Desea activar Pleiades en la configuración de Eclipse?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"Eclipse no está configurado actualmente para utilizar Pleiades con soporte "
+"para el idioma japonés."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Elija si se debe activar Pleiades en el fichero de configurración de Eclipse "
+"(«/etc/eclipse.ini»)."
diff --git a/debian/po/fr.po b/debian/po/fr.po
new file mode 100644
index 0000000..cbed80e
--- /dev/null
+++ b/debian/po/fr.po
@@ -0,0 +1,43 @@
+# Translation of pleiades debconf template to French
+# Copyright (C) 2012 Étienne Gilli <etienne.gilli at gmail.com>
+# This file is distributed under the same license as the pleiades package.
+# Étienne Gilli <etienne.gilli at gmail.com>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-06-20 22:53+0200\n"
+"Last-Translator: Étienne Gilli <etienne.gilli at gmail.com>\n"
+"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Faut-il activer Pleiades dans la configuration d'Eclipse ?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"Actuellement, Eclipse n'est pas configuré pour utiliser Pleiades pour la "
+"gestion de la langue japonaise."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Veuillez choisir si Pleiades devrait être activé dans le fichier de "
+"configuration d'Eclipse (/etc/eclipse.ini)."
diff --git a/debian/po/gl.po b/debian/po/gl.po
new file mode 100644
index 0000000..9aedc71
--- /dev/null
+++ b/debian/po/gl.po
@@ -0,0 +1,45 @@
+# Galician translations for pleiades package.
+# Copyright (C) 2012 THE pleiades'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the pleiades package.
+#
+# Jorge Barreiro Gonzalez <yortx.barry at gmail.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-06-22 01:44+0200\n"
+"Last-Translator: Jorge Barreiro <yortx.barry at gmail.com>\n"
+"Language-Team: Galician <proxecto at trasno.net>\n"
+"Language: gl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Quere activar Pleiades na configuración de Eclipse?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"Eclipse non está agora mesmo configurado para usar Pleiades para admitir o "
+"idioma xaponés."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Escolla se Pleiades debe activarse no ficheiro de configuración de Eclipse (/"
+"etc/eclipse.ini)."
diff --git a/debian/po/it.po b/debian/po/it.po
new file mode 100644
index 0000000..26998ce
--- /dev/null
+++ b/debian/po/it.po
@@ -0,0 +1,44 @@
+# Italian translation of pleiades debconf messages
+# Copyright (C) 2012, pleiades package copyright holder
+# This file is distributed under the same license as the pleiades package.
+# Beatrice Torracca <beatricet at libero.it>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-07-06 15:34+0200\n"
+"Last-Translator: Beatrice Torracca <beatricet at libero.it>\n"
+"Language-Team: Italian <debian-l10n-italian at lists.debian.org>\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Virtaal 0.7.1\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Abilitare Pleiades nella configurazione di Eclipse?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"Eclipse attualmente non è configurato per usare Pleiades per il supporto "
+"alla lingua giapponese."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Scegliere se attivare Pleiades nel file di configurazione di Eclipse (/etc/"
+"eclipse.ini)."
diff --git a/debian/po/ja.po b/debian/po/ja.po
index e5048df..81f6e4a 100644
--- a/debian/po/ja.po
+++ b/debian/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pleiades\n"
 "Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
-"POT-Creation-Date: 2012-06-04 06:18+0900\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
 "PO-Revision-Date: 2012-06-04 06:18+0900\n"
 "Last-Translator: Hideki Yamane <henrich at debian.org>\n"
 "Language-Team: \n"
@@ -18,12 +18,29 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../pleiades.templates:1001
-msgid "Enable pleiades for your Eclipse configuration?"
+#: ../pleiades.templates:2001
+#, fuzzy
+#| msgid "Enable pleiades for your Eclipse configuration?"
+msgid "Enable Pleiades in Eclipse configuration?"
 msgstr "Eclipse の設定について pleiades を有効にしますか?"
 
 #. Type: boolean
 #. Description
-#: ../pleiades.templates:1001
-msgid "If you want to use pleiades, you should enable it in /etc/eclpse.ini."
-msgstr "pleiades を使いたい場合には、/etc/eclipse.ini で有効にする必要があります。"
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+
+#~ msgid ""
+#~ "If you want to use pleiades, you should enable it in /etc/eclpse.ini."
+#~ msgstr ""
+#~ "pleiades を使いたい場合には、/etc/eclipse.ini で有効にする必要があります。"
diff --git a/debian/po/pl.po b/debian/po/pl.po
new file mode 100644
index 0000000..25757a8
--- /dev/null
+++ b/debian/po/pl.po
@@ -0,0 +1,46 @@
+# Translation of pleiades debconf templates to Polish.
+# Copyright (C) 2012
+# This file is distributed under the same license as the pleiades package.
+#
+# Michał Kułach <michal.kulach at gmail.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-06-26 18:13+0200\n"
+"Last-Translator: Michał Kułach <michal.kulach at gmail.com>\n"
+"Language-Team: Polish <debian-l10n-polish at lists.debian.org>\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Włączyć Pleiades w konfiguracji Eclipse?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"Eclipse nie jest obecnie skonfigurowane do używania Pleiades w celu obsługi "
+"języka japońskiego."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Proszę wybrać, czy Pleiades powinno być aktywowane w pliku konfiguracyjnym "
+"Eclipse (/etc/eclipse.ini)."
diff --git a/debian/po/pt.po b/debian/po/pt.po
new file mode 100644
index 0000000..89a5249
--- /dev/null
+++ b/debian/po/pt.po
@@ -0,0 +1,44 @@
+# pleiades' debconf messages. Portuguese translation
+# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the pleiades package.
+# Pedro Ribeiro <p.m42.ribeiro at gmail.com>, 2012
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-06-24 09:07+0100\n"
+"Last-Translator: Pedro Ribeiro <p.m42.ribeiro at gmail.com>\n"
+"Language-Team: Portuguese <traduz at debianpt.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Activar Pleiades na configuração do Eclipse?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"O Eclipse não está actualmente configurado para usar o Pleiades no idioma "
+"Japonês."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Escolha, por favor, se quer ativar o Pleiades no ficheiro de configuração do "
+"Eclipse (/etc/eclipse.ini)."
+
diff --git a/debian/po/ru.po b/debian/po/ru.po
new file mode 100644
index 0000000..14eb727
--- /dev/null
+++ b/debian/po/ru.po
@@ -0,0 +1,45 @@
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the pleiades package.
+#
+# Yuri Kozlov <yuray at komyakino.ru>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades 1.3.4~I20120531-dfsg-3\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-06-21 21:16+0400\n"
+"Last-Translator: Yuri Kozlov <yuray at komyakino.ru>\n"
+"Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Включить Pleiades в настройки Eclipse?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"В данный момент в Eclipse не включена поддержка японского языка, "
+"обеспечиваемая Pleiades."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Укажите, нужно ли включить Pleiades в файл настройки Eclipse (/etc/eclipse."
+"ini)."
diff --git a/debian/po/sk.po b/debian/po/sk.po
new file mode 100644
index 0000000..b2fefda
--- /dev/null
+++ b/debian/po/sk.po
@@ -0,0 +1,43 @@
+# Slovak translation of pleiades debconf templates.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the pleiades package.
+# Ivan Masár <helix84 at centrum.sk>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 21:52+0200\n"
+"PO-Revision-Date: 2012-06-20 23:50+0100\n"
+"Last-Translator: Ivan Masár <helix84 at centrum.sk>\n"
+"Language-Team: Slovak <debian-l10n-slovak at lists.debian.org>\n"
+"Language: sk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Zapnúť Pleiades v konfigurácii Eclipse?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"Eclipse momentálne nie je nastavené, aby používalo Pleiades na podporu "
+"japončiny."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Prosím, zvoľte, či sa má Pleiades aktivovať v konfiguračnom súbore Eclipse (/"
+"etc/eclipse.ini)."
diff --git a/debian/po/sv.po b/debian/po/sv.po
new file mode 100644
index 0000000..290f6e1
--- /dev/null
+++ b/debian/po/sv.po
@@ -0,0 +1,43 @@
+# Translation of pleiades debconf template to Swedish
+# Copyright (C) 2012 Martin Bagge <brother at bsnet.se>
+# This file is distributed under the same license as the pleiades package.
+#
+# Martin Bagge <brother at bsnet.se>, 2012
+msgid ""
+msgstr ""
+"Project-Id-Version: pleiades\n"
+"Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
+"PO-Revision-Date: 2012-06-20 23:09+0100\n"
+"Last-Translator: Martin Bagge / brother <brother at bsnet.se>\n"
+"Language-Team: Swedish <debian-l10n-swedish at lists.debian.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Swedish\n"
+"X-Poedit-Country: Sweden\n"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
+msgstr "Ska Pleiades aktiveras i Eclipse-inställningarna?"
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+"Eclipse har inte ställts in för att använda Pleiades för Japanskt språkstöd."
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
+msgstr ""
+"Ange om Pleiades ska aktiveras i Eclipse-inställningarna (/etc/eclipse.ini)."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
index 9fb7950..c421f0b 100644
--- a/debian/po/templates.pot
+++ b/debian/po/templates.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pleiades\n"
 "Report-Msgid-Bugs-To: pleiades at packages.debian.org\n"
-"POT-Creation-Date: 2012-06-04 06:18+0900\n"
+"POT-Creation-Date: 2012-06-20 23:04+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,12 +19,22 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../pleiades.templates:1001
-msgid "Enable pleiades for your Eclipse configuration?"
+#: ../pleiades.templates:2001
+msgid "Enable Pleiades in Eclipse configuration?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../pleiades.templates:1001
-msgid "If you want to use pleiades, you should enable it in /etc/eclpse.ini."
+#: ../pleiades.templates:2001
+msgid ""
+"Eclipse is not currently configured to use Pleiades for Japanese language "
+"support."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../pleiades.templates:2001
+msgid ""
+"Please choose whether Pleiades should be activated in the Eclipse "
+"configuration file (/etc/eclipse.ini)."
 msgstr ""
diff --git a/debian/watch b/debian/watch
index 2ca2fe6..5d40ff3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,7 +2,7 @@ version=3
 
 opts="downloadurlmangle=s/sourceforge/iij.dl.sourceforge/;s/downloads\///;s/projects\///;s/zip\//zip/,\
 uversionmangle=s/-beta/~beta/;s/-rc/~rc/;s/-preview/~preview/,\
-dversionmangle=s/-dfsg//" \
+dversionmangle=s/-dfsg//;s/~I/~/" \
  http://sourceforge.jp/projects/mergedoc/releases/ \
   /projects/mergedoc/downloads/.*/pleiades_(.*)\-src.zip/ debian uupdate
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pleiades.git



More information about the pkg-java-commits mailing list