Browse Source

updated po files

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@6702 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 11 years ago
parent
commit
b590a74ff2
3 changed files with 125 additions and 114 deletions
  1. 2 2
      po/POTFILES.in
  2. 69 60
      po/ja.po
  3. 54 52
      po/vbootstrap.pot

+ 2 - 2
po/POTFILES.in

@@ -6,8 +6,8 @@ vbootstrap/scripts/4.2_ppc.sh
 vbootstrap/scripts/5.2_i386.sh
 vbootstrap/scripts/5.2_x86_64.sh
 vbootstrap/scripts/5.2_ppc.sh
-vbootstrap/scripts/5.2_arm.sh
+vbootstrap/scripts/6_i386.sh
+vbootstrap/scripts/6_x86_64.sh
 vbootstrap/scripts/VineSeed_i386.sh
 vbootstrap/scripts/VineSeed_x86_64.sh
 vbootstrap/scripts/VineSeed_ppc.sh
-vbootstrap/scripts/VineSeed_arm.sh

+ 69 - 60
po/ja.po

@@ -5,10 +5,10 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: 0.0.49\n"
+"Project-Id-Version: 0.0.58\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-01-22 10:24+0900\n"
-"PO-Revision-Date: 2012-01-22 10:25+0900\n"
+"POT-Creation-Date: 2012-08-11 01:08+0900\n"
+"PO-Revision-Date: 2012-08-11 01:09+0900\n"
 "Last-Translator: Munehiro Yamamoto <munepi@vinelinux.org>\n"
 "Language-Team: Vine Linux <Vine@vinelinux.org>\n"
 "Language: \n"
@@ -51,6 +51,7 @@ msgid ""
 "\t--dist-upgrade:\t\tmake VineSeed bootstrap via ${STABLE_VERSION}\n"
 "\t--unionfs:\t\tcover a bootstrap with unionfs\n"
 "\t--target:\t\tbuild rpms with [target]\n"
+"\t--no-build-essential:\tdo not install build-essential\n"
 "\t--with-compat32:\tbuild rpms with compat32 on bootstrap\n"
 "\t--rpmbuild-define:\tgive a option --define [macro_expr] to rpmbuild\n"
 "\t--rpmbuild-with:\tgive a option --with [bcond_with] to rpmbuild\n"
@@ -73,10 +74,13 @@ msgstr ""
 "\t--version:\t\t[version] を設定 (デフォルト: ${VERSION})\n"
 "\t--arch:\t\t\t[arch] を設定 (デフォルト: ${UARCH})\n"
 "\t--category:\t\t[categories] を設定 (デフォルト: ${CATEGORIES})\n"
-"\t--fetch-url:\t\tパッケージを取得する [fetch_url] を設定 (デフォルト: ${VBOOTSTRAP_FETCH_URL})\n"
-"\t--dist-upgrade:\t\t${STABLE_VERSION} 経由で VineSeed ブートストラップを構築する\n"
+"\t--fetch-url:\t\tパッケージを取得する [fetch_url] を設定 (デフォルト: "
+"${VBOOTSTRAP_FETCH_URL})\n"
+"\t--dist-upgrade:\t\t${STABLE_VERSION} 経由で VineSeed ブートストラップを構築"
+"する\n"
 "\t--unionfs:\t\tunionfs でブートストラップをカバーする\n"
 "\t--target:\t\t[target] で rpm をビルドする\n"
+"\t--no-build-essential:\tbuild-essential パッケージをインストールしない\n"
 "\t--with-compat32:\tcompat32 を付加して rpm をビルドする\n"
 "\t--rpmbuild-define:\trpmbuild に --define [macro_expr] を与える\n"
 "\t--rpmbuild-with:\trpmbuild に --with [bcond_with] を与える\n"
@@ -84,14 +88,18 @@ msgstr ""
 "\t--sign:\t\t\tビルドされた rpm を署名する\n"
 "\t--no-install:\t\tビルドされた rpm をインストールしない\n"
 "\t--login:\t\troot として chroot にログインする\n"
-"\t--bootstrap-dir:\tブートストラップディレクトリを設定 (デフォルト: ${VBOOTSTRAP_DIR})\n"
-"\t--unionfs-dir:\t\tunionfs イメージを格納するディレクトリを設定 (デフォルト: ${UNIONFS_DIR})\n"
-"\t--cache-dir:\t\trpm のキャッシュディレクトリを設定 (デフォルト: ${CACHE_DIR})\n"
-"\t--built-rpms-dir:\tchroot でビルドされた rpm を格納するディレクトリを設定 (デフォルト: ${BUILT_RPMS_DIR})\n"
+"\t--bootstrap-dir:\tブートストラップディレクトリを設定 (デフォルト: "
+"${VBOOTSTRAP_DIR})\n"
+"\t--unionfs-dir:\t\tunionfs イメージを格納するディレクトリを設定 (デフォル"
+"ト: ${UNIONFS_DIR})\n"
+"\t--cache-dir:\t\trpm のキャッシュディレクトリを設定 (デフォルト: "
+"${CACHE_DIR})\n"
+"\t--built-rpms-dir:\tchroot でビルドされた rpm を格納するディレクトリを設定 "
+"(デフォルト: ${BUILT_RPMS_DIR})\n"
 "\t--debug:\t\tデバッグモードを有効\n"
 "\t--help:\t\t\tこのヘルプを表示します\n"
 
-#: vbuilder.sh.in:38
+#: vbuilder.sh.in:39
 msgid ""
 "\n"
 "Actions:\n"
@@ -110,7 +118,7 @@ msgstr ""
 "る\n"
 "\tremove-rpm:\t\tブートストラップ上から [package] を削除する\n"
 
-#: vbuilder.sh.in:47
+#: vbuilder.sh.in:48
 msgid ""
 "\n"
 "Examples: \n"
@@ -118,8 +126,8 @@ msgid ""
 "$(basename $0) clean build\n"
 "* build rpms from the specified source rpm:\n"
 "$(basename $0) build-rpm [src.rpm]\n"
-"* make a plain build environment for Vine Linux 5.2:\n"
-"$(basename $0) --version 5.2 clean build\n"
+"* make a plain build environment for Vine Linux 6:\n"
+"$(basename $0) --version 6 clean build\n"
 "* make a i386 chroot on x86_64:\n"
 "$(basename $0) --arch i386 clean build\n"
 "* build a kernel package with target i686:\n"
@@ -133,8 +141,8 @@ msgstr ""
 "$(basename $0) clean build\n"
 "* 指定したソース rpm から rpm をビルドする:\n"
 "$(basename $0) build-rpm [src.rpm]\n"
-"* Vine Linux 5.2 のビルド環境を構築する:\n"
-"$(basename $0) --version 5.2 clean build\n"
+"* Vine Linux 6 のビルド環境を構築する:\n"
+"$(basename $0) --version 6 clean build\n"
 "* x86_64 上で i386 chroot 環境を構築する:\n"
 "$(basename $0) --arch i386 clean build\n"
 "* ターゲット i686 の kernel パッケージをビルドする:\n"
@@ -142,49 +150,49 @@ msgstr ""
 "* compat32 パッケージをビルドする:\n"
 "$(basename $0) --arch i386 --with-compat32 build-rpm [src.rpm]\n"
 
-#: vbuilder.sh.in:108 vbuilder.sh.in:115
+#: vbuilder.sh.in:110 vbuilder.sh.in:117
 msgid "E: You can give no more options after actions"
 msgstr "E: 動作の以後にオプションを与えられません"
 
-#: vbuilder.sh.in:127 vbuilder.sh.in:141 vbuilder.sh.in:144
+#: vbuilder.sh.in:129 vbuilder.sh.in:143 vbuilder.sh.in:146
 msgid "E: Missing some parameters after $1"
 msgstr "E: $1 以後のいくつかの引数に間違いがあります"
 
-#: vbuilder.sh.in:135
+#: vbuilder.sh.in:137
 msgid "E: You must give at least one action"
 msgstr "E: 少なくとも1つの動作を与えなければなりません"
 
-#: vbuilder.sh.in:162
+#: vbuilder.sh.in:164
 #, sh-format
 msgid "W: \\$SUDO_USER and \\$USERHELPER_UID are empty"
 msgstr "W: \\$SUDO_USER と \\$USERHELPER_UID は空です"
 
-#: vbuilder.sh.in:195
+#: vbuilder.sh.in:197
 #, sh-format
 msgid "E: No such profile found: ${PROFILE}"
 msgstr "E: そのようなプロファイルは見つかりません: ${PROFILE}"
 
-#: vbuilder.sh.in:234
+#: vbuilder.sh.in:239
 #, sh-format
 msgid "E: ${VERSION} is NOT supported"
 msgstr "E: バージョン ${VERSION} は非サポートです"
 
-#: vbuilder.sh.in:252 vbuilder.sh.in:256 vbuilder.sh.in:260
+#: vbuilder.sh.in:257 vbuilder.sh.in:261 vbuilder.sh.in:265
 #, sh-format
 msgid "E: arch ${VARCH} is NOT supported on ${UARCH}"
 msgstr "E: ${VARCH} アーキテクチャは ${UARCH} 上で非サポートです"
 
-#: vbuilder.sh.in:268
+#: vbuilder.sh.in:273
 #, sh-format
 msgid "E: ${VERSION}_${VARCH} is NOT supported"
 msgstr "E: ${VERSION}_${VARCH} は非サポートです"
 
-#: vbuilder.sh.in:278
+#: vbuilder.sh.in:283
 #, sh-format
 msgid "E: ${BASE_PROFILE} is NOT supported"
 msgstr "E: ${BASE_PROFILE} は非サポートです"
 
-#: vbuilder.sh.in:285
+#: vbuilder.sh.in:290
 #, sh-format
 msgid "E: version ${VERSION} does not support --dist-upgrade option"
 msgstr ""
@@ -194,98 +202,99 @@ msgstr ""
 #. # "test" category only exists in VineSeed
 #. #!! "proposed-updates" category does not exist in 4.2
 #. # "security" category does not exist in VineSeed
-#: vbuilder.sh.in:311 vbuilder.sh.in:317 vbuilder.sh.in:324 vbuilder.sh.in:328
+#: vbuilder.sh.in:316 vbuilder.sh.in:322 vbuilder.sh.in:329 vbuilder.sh.in:333
 #, sh-format
 msgid "E: No such category exists: $cat"
 msgstr "E: そのようなカテゴリは存在しません: $cat"
 
-#: vbuilder.sh.in:338
+#: vbuilder.sh.in:343
 #, sh-format
 msgid "E: rpm build target ${TARGET} is NOT supported"
 msgstr "E: rpm ビルドターゲット ${TARGET} はサポートされていません"
 
-#: vbuilder.sh.in:400
+#: vbuilder.sh.in:405
 msgid "apt-get update on host ... "
 msgstr "ホスト上で apt-get update を実行しています ... "
 
-#: vbuilder.sh.in:402 vbuilder.sh.in:407 vbuilder.sh.in:443 vbuilder.sh.in:463
-#: vbuilder.sh.in:567 vbuilder.sh.in:574 vbuilder.sh.in:834
+#: vbuilder.sh.in:407 vbuilder.sh.in:412 vbuilder.sh.in:448 vbuilder.sh.in:468
+#: vbuilder.sh.in:578 vbuilder.sh.in:585 vbuilder.sh.in:845
 msgid "done."
 msgstr "完了"
 
-#: vbuilder.sh.in:405
+#: vbuilder.sh.in:410
 msgid "apt-get update on chroot ... "
 msgstr "chroot 上で apt-get update を実行しています ... "
 
-#: vbuilder.sh.in:441
+#: vbuilder.sh.in:446
 #, sh-format
 msgid "Retry lazy unmount ${BUILD_ROOT}${fs} ... "
 msgstr "lazy で ${BUILD_ROOT}${fs} を再度アンマウントしています ... "
 
-#: vbuilder.sh.in:461
+#: vbuilder.sh.in:466
 #, sh-format
 msgid "Retry lazy unmount ${BUILD_ROOT} ... "
 msgstr "lazy で ${BUILD_ROOT} を再度アンマウントしています ... "
 
-#: vbuilder.sh.in:564
+#: vbuilder.sh.in:575
 #, sh-format
 msgid "Cleaning build root ${UNIONFS_ROOT} via unionfs ... "
 msgstr "unionfs 経由でビルドルート ${UNIONFS_ROOT} をクリーニング中 ... "
 
-#: vbuilder.sh.in:571
+#: vbuilder.sh.in:582
 #, sh-format
 msgid "Cleaning build root ${BUILD_ROOT} ... "
 msgstr "ビルドルート ${BUILD_ROOT} をクリーニング中 ... "
 
-#: vbuilder.sh.in:578
+#: vbuilder.sh.in:589
 #, sh-format
 msgid "Cleanup a build farm for ${BUILD_ROOT} done."
 msgstr "${BUILD_ROOT} のビルドファームをクリーンアップしました。"
 
-#: vbuilder.sh.in:696
+#: vbuilder.sh.in:708
 #, sh-format
 msgid "Making a build farm for ${BUILD_ROOT} done."
 msgstr "${BUILD_ROOT} のビルドファームを構築しました。"
 
-#: vbuilder.sh.in:710
+#. apt-get-update --chroot
+#: vbuilder.sh.in:722
 #, sh-format
 msgid "E: $RPM_PKG is not a package name"
 msgstr "E: $RPM_PKG はパッケージ名でありません"
 
-#: vbuilder.sh.in:751 vbuilder.sh.in:786
+#: vbuilder.sh.in:762 vbuilder.sh.in:797
 #, sh-format
 msgid "E: No such file found: ${RPM_PKG}"
 msgstr "E: そのようなファイルは見つかりません: ${RPM_PKG}"
 
-#: vbuilder.sh.in:769
+#: vbuilder.sh.in:780
 #, sh-format
 msgid "E: $RPM_PKG is NOT a source RPM package"
 msgstr "E: $RPM_PKG はソース RPM パッケージでありません"
 
-#: vbuilder.sh.in:772
+#: vbuilder.sh.in:783
 #, sh-format
 msgid "The action build-rpm cannot work such extension: ${RPM_PKG_EXT}"
 msgstr "build-rpm アクションは、そのような拡張子で動作しません: ${RPM_PKG_EXT}"
 
 #. # copy built rpms to ${HOME}/rpm/ for each archtectures
-#: vbuilder.sh.in:816
+#: vbuilder.sh.in:827
 #, sh-format
 msgid "Copying built rpms to ${BUILT_RPMS_DIR} for each archtectures ... "
 msgstr ""
 "各アーキテクチャに対して、ビルドされた rpm ファイルを ${BUILT_RPMS_DIR} にコ"
 "ピーしています ... "
 
-#: vbuilder.sh.in:847
+#: vbuilder.sh.in:858
 #, sh-format
 msgid "Signing built rpms using ${RPM_SIGN_USER}'s key: "
 msgstr "${RPM_SIGN_USER} の鍵を用いてビルドされた rpm ファイルを署名します: "
 
 #: vbootstrap/scripts/4.2_i386.sh:9 vbootstrap/scripts/4.2_ppc.sh:9
 #: vbootstrap/scripts/5.2_i386.sh:9 vbootstrap/scripts/5.2_x86_64.sh:9
-#: vbootstrap/scripts/5.2_ppc.sh:9 vbootstrap/scripts/5.2_arm.sh:9
-#: vbootstrap/scripts/VineSeed_i386.sh:9
+#: vbootstrap/scripts/5.2_ppc.sh:9 vbootstrap/scripts/6_i386.sh:9
+#: vbootstrap/scripts/6_x86_64.sh:9 vbootstrap/scripts/VineSeed_i386.sh:9
 #: vbootstrap/scripts/VineSeed_x86_64.sh:9
-#: vbootstrap/scripts/VineSeed_ppc.sh:9 vbootstrap/scripts/VineSeed_arm.sh:9
+#: vbootstrap/scripts/VineSeed_ppc.sh:9
 #, sh-format
 msgid "running vbootstrap post install scripts for $INSTVER on $INSTDIR"
 msgstr ""
@@ -293,10 +302,10 @@ msgstr ""
 
 #: vbootstrap/scripts/4.2_i386.sh:12 vbootstrap/scripts/4.2_ppc.sh:12
 #: vbootstrap/scripts/5.2_i386.sh:12 vbootstrap/scripts/5.2_x86_64.sh:12
-#: vbootstrap/scripts/5.2_ppc.sh:12 vbootstrap/scripts/5.2_arm.sh:12
-#: vbootstrap/scripts/VineSeed_i386.sh:12
+#: vbootstrap/scripts/5.2_ppc.sh:12 vbootstrap/scripts/6_i386.sh:12
+#: vbootstrap/scripts/6_x86_64.sh:12 vbootstrap/scripts/VineSeed_i386.sh:12
 #: vbootstrap/scripts/VineSeed_x86_64.sh:12
-#: vbootstrap/scripts/VineSeed_ppc.sh:12 vbootstrap/scripts/VineSeed_arm.sh:12
+#: vbootstrap/scripts/VineSeed_ppc.sh:12
 msgid " reinitializing rpm database... "
 msgstr " RPM データベースを再初期化しています。"
 
@@ -307,34 +316,34 @@ msgstr " RPM データベースを再初期化しています。"
 #: vbootstrap/scripts/5.2_i386.sh:20 vbootstrap/scripts/5.2_x86_64.sh:14
 #: vbootstrap/scripts/5.2_x86_64.sh:17 vbootstrap/scripts/5.2_x86_64.sh:20
 #: vbootstrap/scripts/5.2_ppc.sh:14 vbootstrap/scripts/5.2_ppc.sh:17
-#: vbootstrap/scripts/5.2_ppc.sh:20 vbootstrap/scripts/5.2_arm.sh:14
-#: vbootstrap/scripts/5.2_arm.sh:17 vbootstrap/scripts/5.2_arm.sh:20
-#: vbootstrap/scripts/VineSeed_i386.sh:14
+#: vbootstrap/scripts/5.2_ppc.sh:20 vbootstrap/scripts/6_i386.sh:14
+#: vbootstrap/scripts/6_i386.sh:17 vbootstrap/scripts/6_i386.sh:20
+#: vbootstrap/scripts/6_x86_64.sh:14 vbootstrap/scripts/6_x86_64.sh:17
+#: vbootstrap/scripts/6_x86_64.sh:20 vbootstrap/scripts/VineSeed_i386.sh:14
 #: vbootstrap/scripts/VineSeed_i386.sh:17
 #: vbootstrap/scripts/VineSeed_i386.sh:20
 #: vbootstrap/scripts/VineSeed_x86_64.sh:14
 #: vbootstrap/scripts/VineSeed_x86_64.sh:17
 #: vbootstrap/scripts/VineSeed_x86_64.sh:20
 #: vbootstrap/scripts/VineSeed_ppc.sh:14 vbootstrap/scripts/VineSeed_ppc.sh:17
-#: vbootstrap/scripts/VineSeed_ppc.sh:20 vbootstrap/scripts/VineSeed_arm.sh:14
-#: vbootstrap/scripts/VineSeed_arm.sh:17 vbootstrap/scripts/VineSeed_arm.sh:20
+#: vbootstrap/scripts/VineSeed_ppc.sh:20
 msgid "DONE."
 msgstr "完了"
 
 #: vbootstrap/scripts/4.2_i386.sh:15 vbootstrap/scripts/4.2_ppc.sh:15
 #: vbootstrap/scripts/5.2_i386.sh:15 vbootstrap/scripts/5.2_x86_64.sh:15
-#: vbootstrap/scripts/5.2_ppc.sh:15 vbootstrap/scripts/5.2_arm.sh:15
-#: vbootstrap/scripts/VineSeed_i386.sh:15
+#: vbootstrap/scripts/5.2_ppc.sh:15 vbootstrap/scripts/6_i386.sh:15
+#: vbootstrap/scripts/6_x86_64.sh:15 vbootstrap/scripts/VineSeed_i386.sh:15
 #: vbootstrap/scripts/VineSeed_x86_64.sh:15
-#: vbootstrap/scripts/VineSeed_ppc.sh:15 vbootstrap/scripts/VineSeed_arm.sh:15
+#: vbootstrap/scripts/VineSeed_ppc.sh:15
 msgid " updating apt database... "
 msgstr " apt データベースを更新しています ... "
 
 #: vbootstrap/scripts/4.2_i386.sh:18 vbootstrap/scripts/4.2_ppc.sh:18
 #: vbootstrap/scripts/5.2_i386.sh:18 vbootstrap/scripts/5.2_x86_64.sh:18
-#: vbootstrap/scripts/5.2_ppc.sh:18 vbootstrap/scripts/5.2_arm.sh:18
-#: vbootstrap/scripts/VineSeed_i386.sh:18
+#: vbootstrap/scripts/5.2_ppc.sh:18 vbootstrap/scripts/6_i386.sh:18
+#: vbootstrap/scripts/6_x86_64.sh:18 vbootstrap/scripts/VineSeed_i386.sh:18
 #: vbootstrap/scripts/VineSeed_x86_64.sh:18
-#: vbootstrap/scripts/VineSeed_ppc.sh:18 vbootstrap/scripts/VineSeed_arm.sh:18
+#: vbootstrap/scripts/VineSeed_ppc.sh:18
 msgid " rebuilding rpm database with chroot rpm... "
 msgstr " chroot 上の rpm で RPM データベースを再構築しています ... "

+ 54 - 52
po/vbootstrap.pot

@@ -6,10 +6,10 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: 0.0.58\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-01-22 10:24+0900\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"POT-Creation-Date: 2012-08-11 01:08+0900\n"
+"PO-Revision-Date: 2012-08-11 01:08+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
@@ -51,6 +51,7 @@ msgid ""
 "\t--dist-upgrade:\t\tmake VineSeed bootstrap via ${STABLE_VERSION}\n"
 "\t--unionfs:\t\tcover a bootstrap with unionfs\n"
 "\t--target:\t\tbuild rpms with [target]\n"
+"\t--no-build-essential:\tdo not install build-essential\n"
 "\t--with-compat32:\tbuild rpms with compat32 on bootstrap\n"
 "\t--rpmbuild-define:\tgive a option --define [macro_expr] to rpmbuild\n"
 "\t--rpmbuild-with:\tgive a option --with [bcond_with] to rpmbuild\n"
@@ -68,7 +69,7 @@ msgid ""
 "\t--help:\t\t\tshow this help\n"
 msgstr ""
 
-#: vbuilder.sh.in:38
+#: vbuilder.sh.in:39
 msgid ""
 "\n"
 "Actions:\n"
@@ -79,7 +80,7 @@ msgid ""
 "\tremove-rpm:\t\tremove [package] on a bootstrap\n"
 msgstr ""
 
-#: vbuilder.sh.in:47
+#: vbuilder.sh.in:48
 msgid ""
 "\n"
 "Examples: \n"
@@ -87,8 +88,8 @@ msgid ""
 "$(basename $0) clean build\n"
 "* build rpms from the specified source rpm:\n"
 "$(basename $0) build-rpm [src.rpm]\n"
-"* make a plain build environment for Vine Linux 5.2:\n"
-"$(basename $0) --version 5.2 clean build\n"
+"* make a plain build environment for Vine Linux 6:\n"
+"$(basename $0) --version 6 clean build\n"
 "* make a i386 chroot on x86_64:\n"
 "$(basename $0) --arch i386 clean build\n"
 "* build a kernel package with target i686:\n"
@@ -97,49 +98,49 @@ msgid ""
 "$(basename $0) --arch i386 --with-compat32 build-rpm [src.rpm]\n"
 msgstr ""
 
-#: vbuilder.sh.in:108 vbuilder.sh.in:115
+#: vbuilder.sh.in:110 vbuilder.sh.in:117
 msgid "E: You can give no more options after actions"
 msgstr ""
 
-#: vbuilder.sh.in:127 vbuilder.sh.in:141 vbuilder.sh.in:144
+#: vbuilder.sh.in:129 vbuilder.sh.in:143 vbuilder.sh.in:146
 msgid "E: Missing some parameters after $1"
 msgstr ""
 
-#: vbuilder.sh.in:135
+#: vbuilder.sh.in:137
 msgid "E: You must give at least one action"
 msgstr ""
 
-#: vbuilder.sh.in:162
+#: vbuilder.sh.in:164
 #, sh-format
 msgid "W: \\$SUDO_USER and \\$USERHELPER_UID are empty"
 msgstr ""
 
-#: vbuilder.sh.in:195
+#: vbuilder.sh.in:197
 #, sh-format
 msgid "E: No such profile found: ${PROFILE}"
 msgstr ""
 
-#: vbuilder.sh.in:234
+#: vbuilder.sh.in:239
 #, sh-format
 msgid "E: ${VERSION} is NOT supported"
 msgstr ""
 
-#: vbuilder.sh.in:252 vbuilder.sh.in:256 vbuilder.sh.in:260
+#: vbuilder.sh.in:257 vbuilder.sh.in:261 vbuilder.sh.in:265
 #, sh-format
 msgid "E: arch ${VARCH} is NOT supported on ${UARCH}"
 msgstr ""
 
-#: vbuilder.sh.in:268
+#: vbuilder.sh.in:273
 #, sh-format
 msgid "E: ${VERSION}_${VARCH} is NOT supported"
 msgstr ""
 
-#: vbuilder.sh.in:278
+#: vbuilder.sh.in:283
 #, sh-format
 msgid "E: ${BASE_PROFILE} is NOT supported"
 msgstr ""
 
-#: vbuilder.sh.in:285
+#: vbuilder.sh.in:290
 #, sh-format
 msgid "E: version ${VERSION} does not support --dist-upgrade option"
 msgstr ""
@@ -147,106 +148,107 @@ msgstr ""
 #. # "test" category only exists in VineSeed
 #. #!! "proposed-updates" category does not exist in 4.2
 #. # "security" category does not exist in VineSeed
-#: vbuilder.sh.in:311 vbuilder.sh.in:317 vbuilder.sh.in:324 vbuilder.sh.in:328
+#: vbuilder.sh.in:316 vbuilder.sh.in:322 vbuilder.sh.in:329 vbuilder.sh.in:333
 #, sh-format
 msgid "E: No such category exists: $cat"
 msgstr ""
 
-#: vbuilder.sh.in:338
+#: vbuilder.sh.in:343
 #, sh-format
 msgid "E: rpm build target ${TARGET} is NOT supported"
 msgstr ""
 
-#: vbuilder.sh.in:400
+#: vbuilder.sh.in:405
 msgid "apt-get update on host ... "
 msgstr ""
 
-#: vbuilder.sh.in:402 vbuilder.sh.in:407 vbuilder.sh.in:443 vbuilder.sh.in:463
-#: vbuilder.sh.in:567 vbuilder.sh.in:574 vbuilder.sh.in:834
+#: vbuilder.sh.in:407 vbuilder.sh.in:412 vbuilder.sh.in:448 vbuilder.sh.in:468
+#: vbuilder.sh.in:578 vbuilder.sh.in:585 vbuilder.sh.in:845
 msgid "done."
 msgstr ""
 
-#: vbuilder.sh.in:405
+#: vbuilder.sh.in:410
 msgid "apt-get update on chroot ... "
 msgstr ""
 
-#: vbuilder.sh.in:441
+#: vbuilder.sh.in:446
 #, sh-format
 msgid "Retry lazy unmount ${BUILD_ROOT}${fs} ... "
 msgstr ""
 
-#: vbuilder.sh.in:461
+#: vbuilder.sh.in:466
 #, sh-format
 msgid "Retry lazy unmount ${BUILD_ROOT} ... "
 msgstr ""
 
-#: vbuilder.sh.in:564
+#: vbuilder.sh.in:575
 #, sh-format
 msgid "Cleaning build root ${UNIONFS_ROOT} via unionfs ... "
 msgstr ""
 
-#: vbuilder.sh.in:571
+#: vbuilder.sh.in:582
 #, sh-format
 msgid "Cleaning build root ${BUILD_ROOT} ... "
 msgstr ""
 
-#: vbuilder.sh.in:578
+#: vbuilder.sh.in:589
 #, sh-format
 msgid "Cleanup a build farm for ${BUILD_ROOT} done."
 msgstr ""
 
-#: vbuilder.sh.in:696
+#: vbuilder.sh.in:708
 #, sh-format
 msgid "Making a build farm for ${BUILD_ROOT} done."
 msgstr ""
 
-#: vbuilder.sh.in:710
+#. apt-get-update --chroot
+#: vbuilder.sh.in:722
 #, sh-format
 msgid "E: $RPM_PKG is not a package name"
 msgstr ""
 
-#: vbuilder.sh.in:751 vbuilder.sh.in:786
+#: vbuilder.sh.in:762 vbuilder.sh.in:797
 #, sh-format
 msgid "E: No such file found: ${RPM_PKG}"
 msgstr ""
 
-#: vbuilder.sh.in:769
+#: vbuilder.sh.in:780
 #, sh-format
 msgid "E: $RPM_PKG is NOT a source RPM package"
 msgstr ""
 
-#: vbuilder.sh.in:772
+#: vbuilder.sh.in:783
 #, sh-format
 msgid "The action build-rpm cannot work such extension: ${RPM_PKG_EXT}"
 msgstr ""
 
 #. # copy built rpms to ${HOME}/rpm/ for each archtectures
-#: vbuilder.sh.in:816
+#: vbuilder.sh.in:827
 #, sh-format
 msgid "Copying built rpms to ${BUILT_RPMS_DIR} for each archtectures ... "
 msgstr ""
 
-#: vbuilder.sh.in:847
+#: vbuilder.sh.in:858
 #, sh-format
 msgid "Signing built rpms using ${RPM_SIGN_USER}'s key: "
 msgstr ""
 
 #: vbootstrap/scripts/4.2_i386.sh:9 vbootstrap/scripts/4.2_ppc.sh:9
 #: vbootstrap/scripts/5.2_i386.sh:9 vbootstrap/scripts/5.2_x86_64.sh:9
-#: vbootstrap/scripts/5.2_ppc.sh:9 vbootstrap/scripts/5.2_arm.sh:9
-#: vbootstrap/scripts/VineSeed_i386.sh:9
+#: vbootstrap/scripts/5.2_ppc.sh:9 vbootstrap/scripts/6_i386.sh:9
+#: vbootstrap/scripts/6_x86_64.sh:9 vbootstrap/scripts/VineSeed_i386.sh:9
 #: vbootstrap/scripts/VineSeed_x86_64.sh:9
-#: vbootstrap/scripts/VineSeed_ppc.sh:9 vbootstrap/scripts/VineSeed_arm.sh:9
+#: vbootstrap/scripts/VineSeed_ppc.sh:9
 #, sh-format
 msgid "running vbootstrap post install scripts for $INSTVER on $INSTDIR"
 msgstr ""
 
 #: vbootstrap/scripts/4.2_i386.sh:12 vbootstrap/scripts/4.2_ppc.sh:12
 #: vbootstrap/scripts/5.2_i386.sh:12 vbootstrap/scripts/5.2_x86_64.sh:12
-#: vbootstrap/scripts/5.2_ppc.sh:12 vbootstrap/scripts/5.2_arm.sh:12
-#: vbootstrap/scripts/VineSeed_i386.sh:12
+#: vbootstrap/scripts/5.2_ppc.sh:12 vbootstrap/scripts/6_i386.sh:12
+#: vbootstrap/scripts/6_x86_64.sh:12 vbootstrap/scripts/VineSeed_i386.sh:12
 #: vbootstrap/scripts/VineSeed_x86_64.sh:12
-#: vbootstrap/scripts/VineSeed_ppc.sh:12 vbootstrap/scripts/VineSeed_arm.sh:12
+#: vbootstrap/scripts/VineSeed_ppc.sh:12
 msgid " reinitializing rpm database... "
 msgstr ""
 
@@ -257,34 +259,34 @@ msgstr ""
 #: vbootstrap/scripts/5.2_i386.sh:20 vbootstrap/scripts/5.2_x86_64.sh:14
 #: vbootstrap/scripts/5.2_x86_64.sh:17 vbootstrap/scripts/5.2_x86_64.sh:20
 #: vbootstrap/scripts/5.2_ppc.sh:14 vbootstrap/scripts/5.2_ppc.sh:17
-#: vbootstrap/scripts/5.2_ppc.sh:20 vbootstrap/scripts/5.2_arm.sh:14
-#: vbootstrap/scripts/5.2_arm.sh:17 vbootstrap/scripts/5.2_arm.sh:20
-#: vbootstrap/scripts/VineSeed_i386.sh:14
+#: vbootstrap/scripts/5.2_ppc.sh:20 vbootstrap/scripts/6_i386.sh:14
+#: vbootstrap/scripts/6_i386.sh:17 vbootstrap/scripts/6_i386.sh:20
+#: vbootstrap/scripts/6_x86_64.sh:14 vbootstrap/scripts/6_x86_64.sh:17
+#: vbootstrap/scripts/6_x86_64.sh:20 vbootstrap/scripts/VineSeed_i386.sh:14
 #: vbootstrap/scripts/VineSeed_i386.sh:17
 #: vbootstrap/scripts/VineSeed_i386.sh:20
 #: vbootstrap/scripts/VineSeed_x86_64.sh:14
 #: vbootstrap/scripts/VineSeed_x86_64.sh:17
 #: vbootstrap/scripts/VineSeed_x86_64.sh:20
 #: vbootstrap/scripts/VineSeed_ppc.sh:14 vbootstrap/scripts/VineSeed_ppc.sh:17
-#: vbootstrap/scripts/VineSeed_ppc.sh:20 vbootstrap/scripts/VineSeed_arm.sh:14
-#: vbootstrap/scripts/VineSeed_arm.sh:17 vbootstrap/scripts/VineSeed_arm.sh:20
+#: vbootstrap/scripts/VineSeed_ppc.sh:20
 msgid "DONE."
 msgstr ""
 
 #: vbootstrap/scripts/4.2_i386.sh:15 vbootstrap/scripts/4.2_ppc.sh:15
 #: vbootstrap/scripts/5.2_i386.sh:15 vbootstrap/scripts/5.2_x86_64.sh:15
-#: vbootstrap/scripts/5.2_ppc.sh:15 vbootstrap/scripts/5.2_arm.sh:15
-#: vbootstrap/scripts/VineSeed_i386.sh:15
+#: vbootstrap/scripts/5.2_ppc.sh:15 vbootstrap/scripts/6_i386.sh:15
+#: vbootstrap/scripts/6_x86_64.sh:15 vbootstrap/scripts/VineSeed_i386.sh:15
 #: vbootstrap/scripts/VineSeed_x86_64.sh:15
-#: vbootstrap/scripts/VineSeed_ppc.sh:15 vbootstrap/scripts/VineSeed_arm.sh:15
+#: vbootstrap/scripts/VineSeed_ppc.sh:15
 msgid " updating apt database... "
 msgstr ""
 
 #: vbootstrap/scripts/4.2_i386.sh:18 vbootstrap/scripts/4.2_ppc.sh:18
 #: vbootstrap/scripts/5.2_i386.sh:18 vbootstrap/scripts/5.2_x86_64.sh:18
-#: vbootstrap/scripts/5.2_ppc.sh:18 vbootstrap/scripts/5.2_arm.sh:18
-#: vbootstrap/scripts/VineSeed_i386.sh:18
+#: vbootstrap/scripts/5.2_ppc.sh:18 vbootstrap/scripts/6_i386.sh:18
+#: vbootstrap/scripts/6_x86_64.sh:18 vbootstrap/scripts/VineSeed_i386.sh:18
 #: vbootstrap/scripts/VineSeed_x86_64.sh:18
-#: vbootstrap/scripts/VineSeed_ppc.sh:18 vbootstrap/scripts/VineSeed_arm.sh:18
+#: vbootstrap/scripts/VineSeed_ppc.sh:18
 msgid " rebuilding rpm database with chroot rpm... "
 msgstr ""