Author: osallou Date: 2012-10-19 08:07:35 +0000 (Fri, 19 Oct 2012) New Revision: 12449
Added: trunk/packages/biomaj-watcher/trunk/debian/po/ja.po Modified: trunk/packages/biomaj-watcher/trunk/debian/changelog trunk/packages/biomaj-watcher/trunk/debian/control Log: new upstream release Modified: trunk/packages/biomaj-watcher/trunk/debian/changelog =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/changelog 2012-10-19 08:01:51 UTC (rev 12448) +++ trunk/packages/biomaj-watcher/trunk/debian/changelog 2012-10-19 08:07:35 UTC (rev 12449) @@ -1,3 +1,11 @@ +biomaj-watcher (1.2.1-1) unstable; urgency=low + + * New upstream release + * Add Japanese debconf translation (Closes: #690694). + Thanks to victory <[email protected]> + + -- Olivier Sallou <[email protected]> Fri, 19 Oct 2012 10:06:00 +0200 + biomaj-watcher (1.2.0-11) unstable; urgency=low * debian/setperms.sh: Change owner/rights of global.properties to Modified: trunk/packages/biomaj-watcher/trunk/debian/control =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/control 2012-10-19 08:01:51 UTC (rev 12448) +++ trunk/packages/biomaj-watcher/trunk/debian/control 2012-10-19 08:07:35 UTC (rev 12449) @@ -10,12 +10,12 @@ Build-Depends: debhelper (>= 8),ant(>=1.7), zip, unzip Build-Depends-Indep: default-jdk, debconf, po-debconf, liblog4j1.2-java, libcommons-lang-java, libcommons-logging-java, libjsch-java, libjdom1-java, libquartz-java(>=1.6),libgnumail-java, - libxerces2-java, javahelper (>=0.25), biomaj (>= 1.2) + libxerces2-java, javahelper (>=0.25), biomaj (>= 1.2.1) Standards-Version: 3.9.4 Package: biomaj-watcher Architecture: all -Depends: ${misc:Depends}, default-jdk, tomcat6 (>=6.0.32-3), biomaj (>= 1.2), debconf, +Depends: ${misc:Depends}, default-jdk, tomcat6 (>=6.0.32-3), biomaj (>= 1.2.1), debconf, liblog4j1.2-java, libjsch-java (>= 0.1.42),libjdom1-java (>= 1.1), libcommons-lang-java (>=2.4), libcommons-logging-java (>=1.1),libquartz-java(>=1.6),libxerces2-java, unzip, zip, libgnumail-java Description: biological data-bank updater - web interface Added: trunk/packages/biomaj-watcher/trunk/debian/po/ja.po =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/po/ja.po (rev 0) +++ trunk/packages/biomaj-watcher/trunk/debian/po/ja.po 2012-10-19 08:07:35 UTC (rev 12449) @@ -0,0 +1,88 @@ +# Japanese translation. +# Copyright (C) 2012 +# This file is distributed under the same license as the biomaj package. +# victory <[email protected]>, 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: biomaj-watcher\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-17 04:53+0000\n" +"PO-Revision-Date: 2012-08-17 13:53+0900\n" +"Last-Translator: victory <[email protected]>\n" +"Language-Team: Japanese <[email protected]>\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Login for administration interface of BioMAJ:" +msgstr "BioMAJ 管理インターフェース用の ID:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "" +"Please enter the login to use when connecting to the web administration " +"interface of BioMAJ." +msgstr "" +"BioMAJ のウェブ管理インターフェースへの接続に使う ID を入力してください。" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Configure LDAP authentication?" +msgstr "LDAP 認証を設定しますか?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Please choose whether LDAP authentication for BioMAJ should be set up now." +msgstr "BioMAJ の LDAP 認証をここで準備するかどうかを選択してください。" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "LDAP server:" +msgstr "LDAP サーバ:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the host name or IP address of the LDAP server to use for " +"authentication." +msgstr "認証に使う LDAP サーバのホスト名か IP アドレスを入力してください。" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "LDAP DN:" +msgstr "LDAP 識別名 (DN):" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "Please enter the Distinguished Name to use for LDAP authentication." +msgstr "LDAP 認証に使う識別名 (DN) を入力してください。" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "LDAP search filter:" +msgstr "LDAP 検索フィルタ:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "" +"Please specify the LDAP search filter for biomaj-watcher. It can be left " +"empty if no filter is required." +msgstr "" +"biomaj-watcher 用の LDAP 検索フィルタを指定してください。フィルタが不要な場合" +"は空白にしておくこともできます。" + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
