123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- # 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 <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\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"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\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:82
- #, sh-format
- msgid "Initializing RPM database in $INSTDIR."
- msgstr ""
- #. update apt database
- #: vbootstrap.sh.in:87
- msgid "update apt database."
- msgstr ""
- #. install base vine linux system.
- #: vbootstrap.sh.in:102
- msgid "Installing basesystem."
- msgstr ""
- #: vbootstrap.sh.in:111
- 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--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:38
- 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:47
- 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 5.2:\n"
- "$(basename $0) --version 5.2 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:108 vbuilder.sh.in:115
- msgid "E: You can give no more options after actions"
- msgstr ""
- #: vbuilder.sh.in:127 vbuilder.sh.in:141 vbuilder.sh.in:144
- msgid "E: Missing some parameters after $1"
- msgstr ""
- #: vbuilder.sh.in:135
- msgid "E: You must give at least one action"
- msgstr ""
- #: vbuilder.sh.in:162
- #, sh-format
- msgid "W: \\$SUDO_USER and \\$USERHELPER_UID are empty"
- msgstr ""
- #: vbuilder.sh.in:195
- #, sh-format
- msgid "E: No such profile found: ${PROFILE}"
- msgstr ""
- #: vbuilder.sh.in:234
- #, sh-format
- msgid "E: ${VERSION} is NOT supported"
- msgstr ""
- #: vbuilder.sh.in:252 vbuilder.sh.in:256 vbuilder.sh.in:260
- #, sh-format
- msgid "E: arch ${VARCH} is NOT supported on ${UARCH}"
- msgstr ""
- #: vbuilder.sh.in:268
- #, sh-format
- msgid "E: ${VERSION}_${VARCH} is NOT supported"
- msgstr ""
- #: vbuilder.sh.in:278
- #, sh-format
- msgid "E: ${BASE_PROFILE} is NOT supported"
- msgstr ""
- #: vbuilder.sh.in:285
- #, 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:311 vbuilder.sh.in:317 vbuilder.sh.in:324 vbuilder.sh.in:328
- #, sh-format
- msgid "E: No such category exists: $cat"
- msgstr ""
- #: vbuilder.sh.in:338
- #, sh-format
- msgid "E: rpm build target ${TARGET} is NOT supported"
- msgstr ""
- #: vbuilder.sh.in:400
- 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
- msgid "done."
- msgstr ""
- #: vbuilder.sh.in:405
- msgid "apt-get update on chroot ... "
- msgstr ""
- #: vbuilder.sh.in:441
- #, sh-format
- msgid "Retry lazy unmount ${BUILD_ROOT}${fs} ... "
- msgstr ""
- #: vbuilder.sh.in:461
- #, sh-format
- msgid "Retry lazy unmount ${BUILD_ROOT} ... "
- msgstr ""
- #: vbuilder.sh.in:564
- #, sh-format
- msgid "Cleaning build root ${UNIONFS_ROOT} via unionfs ... "
- msgstr ""
- #: vbuilder.sh.in:571
- #, sh-format
- msgid "Cleaning build root ${BUILD_ROOT} ... "
- msgstr ""
- #: vbuilder.sh.in:578
- #, sh-format
- msgid "Cleanup a build farm for ${BUILD_ROOT} done."
- msgstr ""
- #: vbuilder.sh.in:696
- #, sh-format
- msgid "Making a build farm for ${BUILD_ROOT} done."
- msgstr ""
- #: vbuilder.sh.in:710
- #, sh-format
- msgid "E: $RPM_PKG is not a package name"
- msgstr ""
- #: vbuilder.sh.in:751 vbuilder.sh.in:786
- #, sh-format
- msgid "E: No such file found: ${RPM_PKG}"
- msgstr ""
- #: vbuilder.sh.in:769
- #, sh-format
- msgid "E: $RPM_PKG is NOT a source RPM package"
- msgstr ""
- #: vbuilder.sh.in:772
- #, 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
- #, sh-format
- msgid "Copying built rpms to ${BUILT_RPMS_DIR} for each archtectures ... "
- msgstr ""
- #: vbuilder.sh.in:847
- #, 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/VineSeed_x86_64.sh:9
- #: vbootstrap/scripts/VineSeed_ppc.sh:9 vbootstrap/scripts/VineSeed_arm.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/VineSeed_x86_64.sh:12
- #: vbootstrap/scripts/VineSeed_ppc.sh:12 vbootstrap/scripts/VineSeed_arm.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/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/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
- 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/VineSeed_x86_64.sh:15
- #: vbootstrap/scripts/VineSeed_ppc.sh:15 vbootstrap/scripts/VineSeed_arm.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/VineSeed_x86_64.sh:18
- #: vbootstrap/scripts/VineSeed_ppc.sh:18 vbootstrap/scripts/VineSeed_arm.sh:18
- msgid " rebuilding rpm database with chroot rpm... "
- msgstr ""
|