# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-20 12:45+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. initialize rpm database #: vbootstrap.sh.in:85 #, sh-format msgid "Initializing RPM database in $INSTDIR." msgstr "" #. update apt database #: vbootstrap.sh.in:90 msgid "update apt database." msgstr "" #. install base vine linux system. #: vbootstrap.sh.in:105 msgid "Installing basesystem." msgstr "" #: vbootstrap.sh.in:114 msgid "vbootstrap done." msgstr "" #: vbuilder.sh.in:13 #, sh-format msgid "" "\n" "Options:\n" "\t--profile:\t\tset a profile\n" "\t--version:\t\tset [version] (default: ${VERSION})\n" "\t--arch:\t\t\tset [arch] (default: ${UARCH})\n" "\t--category:\t\tset [categories] (default: ${CATEGORIES})\n" "\t--fetch-url:\t\tset [fetch_url] to fetch packages (default: " "${VBOOTSTRAP_FETCH_URL})\n" "\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" "\t--rpmbuild-without:\tgive a option --without [bcond_with] to rpmbuild\n" "\t--sign:\t\t\tsign built rpms\n" "\t--no-install:\t\tbuild only a source rpm - do NOT install a built rpm\n" "\t--login:\t\tlogin in chroot as root user\n" "\t--bootstrap-dir:\tset a bootstrap directory (default: ${VBOOTSTRAP_DIR})\n" "\t--unionfs-dir:\t\tset a directory to store unionfs images of vbootstrap " "(default: ${UNIONFS_DIR})\n" "\t--cache-dir:\t\tset a directory to cache rpms (default: ${CACHE_DIR})\n" "\t--built-rpms-dir:\tset a directory to store built rpms in chroot (default: " "${BUILT_RPMS_DIR})\n" "\t--debug:\t\tenable debug mode\n" "\t--help:\t\t\tshow this help\n" msgstr "" #: vbuilder.sh.in:39 msgid "" "\n" "Actions:\n" "\tclean:\t\t\tclean the bootstrap of [version]\n" "\tbuild:\t\t\tbuild a bootstrap of [version]\n" "\tbuild-rpm:\t\tbuild [src.rpm] on a bootstrap\n" "\tinstall-rpm:\t\tinstall [arch.rpm|package] on a bootstrap\n" "\tremove-rpm:\t\tremove [package] on a bootstrap\n" msgstr "" #: vbuilder.sh.in:48 msgid "" "\n" "Examples: \n" "* make a clean/plain build environment on the current archtecture:\n" "$(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 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" "$(basename $0) --target i686 build-rpm [kernel src.rpm]\n" "* build a compat32 package:\n" "$(basename $0) --arch i386 --with-compat32 build-rpm [src.rpm]\n" msgstr "" #: vbuilder.sh.in:110 vbuilder.sh.in:117 msgid "E: You can give no more options after actions" msgstr "" #: vbuilder.sh.in:129 vbuilder.sh.in:143 vbuilder.sh.in:146 msgid "E: Missing some parameters after $1" msgstr "" #: vbuilder.sh.in:137 msgid "E: You must give at least one action" msgstr "" #: vbuilder.sh.in:164 #, sh-format msgid "W: \\$SUDO_USER and \\$USERHELPER_UID are empty" msgstr "" #: vbuilder.sh.in:197 #, sh-format msgid "E: No such profile found: ${PROFILE}" msgstr "" #: vbuilder.sh.in:239 #, sh-format msgid "E: ${VERSION} is NOT supported" msgstr "" #: 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:273 #, sh-format msgid "E: ${VERSION}_${VARCH} is NOT supported" msgstr "" #: vbuilder.sh.in:283 #, sh-format msgid "E: ${BASE_PROFILE} is NOT supported" msgstr "" #: vbuilder.sh.in:290 #, sh-format msgid "E: version ${VERSION} does not support --dist-upgrade option" 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: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:343 #, sh-format msgid "E: rpm build target ${TARGET} is NOT supported" msgstr "" #: vbuilder.sh.in:405 msgid "apt-get update on host ... " msgstr "" #: 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:849 msgid "done." msgstr "" #: vbuilder.sh.in:410 msgid "apt-get update on chroot ... " msgstr "" #: vbuilder.sh.in:446 #, sh-format msgid "Retry lazy unmount ${BUILD_ROOT}${fs} ... " msgstr "" #: vbuilder.sh.in:466 #, sh-format msgid "Retry lazy unmount ${BUILD_ROOT} ... " msgstr "" #: vbuilder.sh.in:575 #, sh-format msgid "Cleaning build root ${UNIONFS_ROOT} via unionfs ... " msgstr "" #: vbuilder.sh.in:582 #, sh-format msgid "Cleaning build root ${BUILD_ROOT} ... " msgstr "" #: vbuilder.sh.in:589 #, sh-format msgid "Cleanup a build farm for ${BUILD_ROOT} done." msgstr "" #: vbuilder.sh.in:712 #, sh-format msgid "Making a build farm for ${BUILD_ROOT} done." msgstr "" #. apt-get-update --chroot #: vbuilder.sh.in:726 #, sh-format msgid "E: $RPM_PKG is not a package name" msgstr "" #: vbuilder.sh.in:766 vbuilder.sh.in:801 #, sh-format msgid "E: No such file found: ${RPM_PKG}" msgstr "" #: vbuilder.sh.in:784 #, sh-format msgid "E: $RPM_PKG is NOT a source RPM package" msgstr "" #: vbuilder.sh.in:787 #, 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:831 #, sh-format msgid "Copying built rpms to ${BUILT_RPMS_DIR} for each archtectures ... " msgstr "" #: vbuilder.sh.in:862 #, 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/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 #, 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/6_i386.sh:12 #: vbootstrap/scripts/6_x86_64.sh:12 vbootstrap/scripts/VineSeed_i386.sh:15 #: vbootstrap/scripts/VineSeed_x86_64.sh:15 #: vbootstrap/scripts/VineSeed_ppc.sh:12 msgid " reinitializing rpm database... " msgstr "" #: vbootstrap/scripts/4.2_i386.sh:14 vbootstrap/scripts/4.2_i386.sh:17 #: vbootstrap/scripts/4.2_i386.sh:20 vbootstrap/scripts/4.2_ppc.sh:14 #: vbootstrap/scripts/4.2_ppc.sh:17 vbootstrap/scripts/4.2_ppc.sh:20 #: vbootstrap/scripts/5.2_i386.sh:14 vbootstrap/scripts/5.2_i386.sh:17 #: 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/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_i386.sh:23 #: vbootstrap/scripts/VineSeed_i386.sh:29 #: vbootstrap/scripts/VineSeed_x86_64.sh:14 #: vbootstrap/scripts/VineSeed_x86_64.sh:17 #: vbootstrap/scripts/VineSeed_x86_64.sh:20 #: vbootstrap/scripts/VineSeed_x86_64.sh:23 #: vbootstrap/scripts/VineSeed_x86_64.sh:29 #: vbootstrap/scripts/VineSeed_ppc.sh:14 vbootstrap/scripts/VineSeed_ppc.sh:17 #: 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/6_i386.sh:15 #: vbootstrap/scripts/6_x86_64.sh:15 vbootstrap/scripts/VineSeed_i386.sh:18 #: vbootstrap/scripts/VineSeed_x86_64.sh:18 #: 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/6_i386.sh:18 #: vbootstrap/scripts/6_x86_64.sh:18 vbootstrap/scripts/VineSeed_i386.sh:21 #: vbootstrap/scripts/VineSeed_x86_64.sh:21 #: vbootstrap/scripts/VineSeed_ppc.sh:18 msgid " rebuilding rpm database with chroot rpm... " msgstr "" #: vbootstrap/scripts/VineSeed_i386.sh:12 #: vbootstrap/scripts/VineSeed_x86_64.sh:12 msgid " mounting /proc... " msgstr "" #. echo $" installing vine-keyring... " #. chroot $INSTDIR apt-get -qq -y --reinstall install vine-keyring #. echo $"DONE." #: vbootstrap/scripts/VineSeed_i386.sh:27 #: vbootstrap/scripts/VineSeed_x86_64.sh:27 msgid " unmounting /proc... " msgstr ""