| 1 | # SOME DESCRIPTIVE TITLE. |
|---|
| 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
|---|
| 3 | # This file is distributed under the same license as the PACKAGE package. |
|---|
| 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
|---|
| 5 | # |
|---|
| 6 | #, fuzzy |
|---|
| 7 | msgid "" |
|---|
| 8 | msgstr "" |
|---|
| 9 | "Project-Id-Version: PACKAGE VERSION\n" |
|---|
| 10 | "Report-Msgid-Bugs-To: \n" |
|---|
| 11 | "POT-Creation-Date: 2011-06-07 11:27+0900\n" |
|---|
| 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
|---|
| 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
|---|
| 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
|---|
| 15 | "Language: \n" |
|---|
| 16 | "MIME-Version: 1.0\n" |
|---|
| 17 | "Content-Type: text/plain; charset=CHARSET\n" |
|---|
| 18 | "Content-Transfer-Encoding: 8bit\n" |
|---|
| 19 | |
|---|
| 20 | #. # |
|---|
| 21 | #. initialize rpm database |
|---|
| 22 | #: vbootstrap.sh.in:73 |
|---|
| 23 | #, sh-format |
|---|
| 24 | msgid "Initializing RPM database in $INSTDIR." |
|---|
| 25 | msgstr "" |
|---|
| 26 | |
|---|
| 27 | #. update apt database |
|---|
| 28 | #: vbootstrap.sh.in:78 |
|---|
| 29 | msgid "update apt database." |
|---|
| 30 | msgstr "" |
|---|
| 31 | |
|---|
| 32 | #. install base vine linux system. |
|---|
| 33 | #: vbootstrap.sh.in:93 |
|---|
| 34 | msgid "Installing basesystem." |
|---|
| 35 | msgstr "" |
|---|
| 36 | |
|---|
| 37 | #: vbootstrap.sh.in:102 |
|---|
| 38 | msgid "vbootstrap done." |
|---|
| 39 | msgstr "" |
|---|
| 40 | |
|---|
| 41 | #: vbuilder.sh.in:13 |
|---|
| 42 | #, sh-format |
|---|
| 43 | msgid "" |
|---|
| 44 | "\n" |
|---|
| 45 | "Options:\n" |
|---|
| 46 | "\t--version:\t\tset [version] (default: ${DEFAULT_VERSION})\n" |
|---|
| 47 | "\t--arch:\t\t\tset [arch] (default: ${UARCH})\n" |
|---|
| 48 | "\t--category:\t\tset [categories] (default: ${CATEGORIES})\n" |
|---|
| 49 | "\t--dist-upgrade:\t\tmake VineSeed bootstrap via ${STABLE_VERSION}\n" |
|---|
| 50 | "\t--unionfs:\t\tcover a bootstrap with unionfs\n" |
|---|
| 51 | "\t--target:\t\tbuild rpms with [target]\n" |
|---|
| 52 | "\t--with-compat32:\tbuild rpms with compat32 on bootstrap\n" |
|---|
| 53 | "\t--rpmbuild-define:\tgive a option --define [macro_expr] to rpmbuild\n" |
|---|
| 54 | "\t--rpmbuild-with:\tgive a option --with [bcond_with] to rpmbuild\n" |
|---|
| 55 | "\t--rpmbuild-without:\tgive a option --without [bcond_with] to rpmbuild\n" |
|---|
| 56 | "\t--sign:\t\t\tsign built rpms\n" |
|---|
| 57 | "\t--no-install:\t\tbuild only a source rpm - do NOT install a built rpm\n" |
|---|
| 58 | "\t--login:\t\tlogin in chroot as root user\n" |
|---|
| 59 | "\t--bootstrap-dir:\tset a bootstrap directory (default: ${VBOOTSTRAP_DIR})\n" |
|---|
| 60 | "\t--unionfs-dir:\t\tset a directory to store unionfs images of vbootstrap " |
|---|
| 61 | "(default: ${UNIONFS_DIR})\n" |
|---|
| 62 | "\t--cache-dir:\t\tset a directory to cache rpms (default: ${CACHE_DIR})\n" |
|---|
| 63 | "\t--built-rpms-dir:\tset a directory to store built rpms in chroot (default: " |
|---|
| 64 | "${BUILT_RPMS_DIR})\n" |
|---|
| 65 | "\t--debug:\t\tenable debug mode\n" |
|---|
| 66 | "\t--help:\t\t\tshow this help\n" |
|---|
| 67 | msgstr "" |
|---|
| 68 | |
|---|
| 69 | #: vbuilder.sh.in:36 |
|---|
| 70 | msgid "" |
|---|
| 71 | "\n" |
|---|
| 72 | "Actions:\n" |
|---|
| 73 | "\tclean:\t\t\tclean the bootstrap of [version]\n" |
|---|
| 74 | "\tbuild:\t\t\tbuild a bootstrap of [version]\n" |
|---|
| 75 | "\tbuild-rpm:\t\tbuild [src.rpm] on a bootstrap\n" |
|---|
| 76 | "\tinstall-rpm:\t\tinstall [arch.rpm|package] on a bootstrap\n" |
|---|
| 77 | "\tremove-rpm:\t\tremove [package] on a bootstrap\n" |
|---|
| 78 | msgstr "" |
|---|
| 79 | |
|---|
| 80 | #: vbuilder.sh.in:45 |
|---|
| 81 | msgid "" |
|---|
| 82 | "\n" |
|---|
| 83 | "Examples: \n" |
|---|
| 84 | "* make a clean/plain build environment on the current archtecture:\n" |
|---|
| 85 | "$(basename $0) clean build\n" |
|---|
| 86 | "* build rpms from the specified source rpm:\n" |
|---|
| 87 | "$(basename $0) build-rpm [src.rpm]\n" |
|---|
| 88 | "* make a plain build environment for Vine Linux 5.2:\n" |
|---|
| 89 | "$(basename $0) --version 5.2 clean build\n" |
|---|
| 90 | "* make a i386 chroot on x86_64:\n" |
|---|
| 91 | "$(basename $0) --arch i386 clean build\n" |
|---|
| 92 | "* build a kernel package with target i686:\n" |
|---|
| 93 | "$(basename $0) --target i686 build-rpm [kernel src.rpm]\n" |
|---|
| 94 | "* build a compat32 package:\n" |
|---|
| 95 | "$(basename $0) --arch i386 --with-compat32 build-rpm [src.rpm]\n" |
|---|
| 96 | msgstr "" |
|---|
| 97 | |
|---|
| 98 | #: vbuilder.sh.in:76 vbuilder.sh.in:83 |
|---|
| 99 | msgid "E: You can give no more options after actions" |
|---|
| 100 | msgstr "" |
|---|
| 101 | |
|---|
| 102 | #: vbuilder.sh.in:95 vbuilder.sh.in:109 vbuilder.sh.in:112 |
|---|
| 103 | msgid "E: Missing some parameters after $1" |
|---|
| 104 | msgstr "" |
|---|
| 105 | |
|---|
| 106 | #: vbuilder.sh.in:103 |
|---|
| 107 | msgid "E: You must give at least one action" |
|---|
| 108 | msgstr "" |
|---|
| 109 | |
|---|
| 110 | #: vbuilder.sh.in:122 |
|---|
| 111 | #, sh-format |
|---|
| 112 | msgid "W: \\$SUDO_USER and \\$USERHELPER_UID are empty" |
|---|
| 113 | msgstr "" |
|---|
| 114 | |
|---|
| 115 | #: vbuilder.sh.in:202 |
|---|
| 116 | #, sh-format |
|---|
| 117 | msgid "E: ${VERSION} is NOT supported" |
|---|
| 118 | msgstr "" |
|---|
| 119 | |
|---|
| 120 | #: vbuilder.sh.in:220 vbuilder.sh.in:224 vbuilder.sh.in:228 |
|---|
| 121 | #, sh-format |
|---|
| 122 | msgid "E: arch ${VARCH} is NOT supported on ${UARCH}" |
|---|
| 123 | msgstr "" |
|---|
| 124 | |
|---|
| 125 | #: vbuilder.sh.in:236 |
|---|
| 126 | #, sh-format |
|---|
| 127 | msgid "E: ${VERSION}_${VARCH} is NOT supported" |
|---|
| 128 | msgstr "" |
|---|
| 129 | |
|---|
| 130 | #: vbuilder.sh.in:246 |
|---|
| 131 | #, sh-format |
|---|
| 132 | msgid "E: ${PROFILE} is NOT supported" |
|---|
| 133 | msgstr "" |
|---|
| 134 | |
|---|
| 135 | #: vbuilder.sh.in:253 |
|---|
| 136 | #, sh-format |
|---|
| 137 | msgid "E: version ${VERSION} does not support --dist-upgrade option" |
|---|
| 138 | msgstr "" |
|---|
| 139 | |
|---|
| 140 | #. # "test" category only exists in VineSeed |
|---|
| 141 | #. #!! "proposed-updates" category does not exist in 4.2 |
|---|
| 142 | #. # "security" category does not exist in VineSeed |
|---|
| 143 | #: vbuilder.sh.in:279 vbuilder.sh.in:285 vbuilder.sh.in:292 vbuilder.sh.in:296 |
|---|
| 144 | #, sh-format |
|---|
| 145 | msgid "E: No such category exists: $cat" |
|---|
| 146 | msgstr "" |
|---|
| 147 | |
|---|
| 148 | #: vbuilder.sh.in:306 |
|---|
| 149 | #, sh-format |
|---|
| 150 | msgid "E: rpm build target ${TARGET} is NOT supported" |
|---|
| 151 | msgstr "" |
|---|
| 152 | |
|---|
| 153 | #: vbuilder.sh.in:358 |
|---|
| 154 | msgid "apt-get update on host ... " |
|---|
| 155 | msgstr "" |
|---|
| 156 | |
|---|
| 157 | #: vbuilder.sh.in:360 vbuilder.sh.in:365 vbuilder.sh.in:401 vbuilder.sh.in:421 |
|---|
| 158 | #: vbuilder.sh.in:518 vbuilder.sh.in:525 vbuilder.sh.in:721 |
|---|
| 159 | msgid "done." |
|---|
| 160 | msgstr "" |
|---|
| 161 | |
|---|
| 162 | #: vbuilder.sh.in:363 |
|---|
| 163 | msgid "apt-get update on chroot ... " |
|---|
| 164 | msgstr "" |
|---|
| 165 | |
|---|
| 166 | #: vbuilder.sh.in:399 |
|---|
| 167 | #, sh-format |
|---|
| 168 | msgid "Retry lazy unmount ${BUILD_ROOT}${fs} ... " |
|---|
| 169 | msgstr "" |
|---|
| 170 | |
|---|
| 171 | #: vbuilder.sh.in:419 |
|---|
| 172 | #, sh-format |
|---|
| 173 | msgid "Retry lazy unmount ${BUILD_ROOT} ... " |
|---|
| 174 | msgstr "" |
|---|
| 175 | |
|---|
| 176 | #: vbuilder.sh.in:515 |
|---|
| 177 | #, sh-format |
|---|
| 178 | msgid "Cleaning build root ${UNIONFS_ROOT} via unionfs ... " |
|---|
| 179 | msgstr "" |
|---|
| 180 | |
|---|
| 181 | #: vbuilder.sh.in:522 |
|---|
| 182 | #, sh-format |
|---|
| 183 | msgid "Cleaning build root ${BUILD_ROOT} ... " |
|---|
| 184 | msgstr "" |
|---|
| 185 | |
|---|
| 186 | #: vbuilder.sh.in:529 |
|---|
| 187 | #, sh-format |
|---|
| 188 | msgid "Cleanup a build farm for ${PROFILE} done." |
|---|
| 189 | msgstr "" |
|---|
| 190 | |
|---|
| 191 | #: vbuilder.sh.in:621 |
|---|
| 192 | #, sh-format |
|---|
| 193 | msgid "Making a build farm for ${PROFILE} done." |
|---|
| 194 | msgstr "" |
|---|
| 195 | |
|---|
| 196 | #: vbuilder.sh.in:635 |
|---|
| 197 | #, sh-format |
|---|
| 198 | msgid "E: $RPM_PKG is not a package name" |
|---|
| 199 | msgstr "" |
|---|
| 200 | |
|---|
| 201 | #: vbuilder.sh.in:680 |
|---|
| 202 | #, sh-format |
|---|
| 203 | msgid "E: $RPM_PKG is not a source RPM package" |
|---|
| 204 | msgstr "" |
|---|
| 205 | |
|---|
| 206 | #. # copy built rpms to ${HOME}/rpm/ for each archtectures |
|---|
| 207 | #: vbuilder.sh.in:703 |
|---|
| 208 | #, sh-format |
|---|
| 209 | msgid "Copying built rpms to ${BUILT_RPMS_DIR} for each archtectures ... " |
|---|
| 210 | msgstr "" |
|---|
| 211 | |
|---|
| 212 | #: vbuilder.sh.in:734 |
|---|
| 213 | #, sh-format |
|---|
| 214 | msgid "Signing built rpms using ${RPM_SIGN_USER}'s key: " |
|---|
| 215 | msgstr "" |
|---|
| 216 | |
|---|
| 217 | #: vbootstrap/scripts/4.2_i386.sh:9 vbootstrap/scripts/4.2_ppc.sh:9 |
|---|
| 218 | #: vbootstrap/scripts/5.2_i386.sh:9 vbootstrap/scripts/5.2_x86_64.sh:9 |
|---|
| 219 | #: vbootstrap/scripts/5.2_ppc.sh:9 vbootstrap/scripts/5.2_arm.sh:9 |
|---|
| 220 | #: vbootstrap/scripts/VineSeed_i386.sh:9 |
|---|
| 221 | #: vbootstrap/scripts/VineSeed_x86_64.sh:9 |
|---|
| 222 | #: vbootstrap/scripts/VineSeed_ppc.sh:9 vbootstrap/scripts/VineSeed_arm.sh:9 |
|---|
| 223 | #, sh-format |
|---|
| 224 | msgid "running vbootstrap post install scripts for $INSTVER on $INSTDIR" |
|---|
| 225 | msgstr "" |
|---|
| 226 | |
|---|
| 227 | #: vbootstrap/scripts/4.2_i386.sh:12 vbootstrap/scripts/4.2_ppc.sh:12 |
|---|
| 228 | #: vbootstrap/scripts/5.2_i386.sh:12 vbootstrap/scripts/5.2_x86_64.sh:12 |
|---|
| 229 | #: vbootstrap/scripts/5.2_ppc.sh:12 vbootstrap/scripts/5.2_arm.sh:12 |
|---|
| 230 | #: vbootstrap/scripts/VineSeed_i386.sh:12 |
|---|
| 231 | #: vbootstrap/scripts/VineSeed_x86_64.sh:12 |
|---|
| 232 | #: vbootstrap/scripts/VineSeed_ppc.sh:12 vbootstrap/scripts/VineSeed_arm.sh:12 |
|---|
| 233 | msgid " reinitializing rpm database... " |
|---|
| 234 | msgstr "" |
|---|
| 235 | |
|---|
| 236 | #: vbootstrap/scripts/4.2_i386.sh:14 vbootstrap/scripts/4.2_i386.sh:17 |
|---|
| 237 | #: vbootstrap/scripts/4.2_i386.sh:20 vbootstrap/scripts/4.2_ppc.sh:14 |
|---|
| 238 | #: vbootstrap/scripts/4.2_ppc.sh:17 vbootstrap/scripts/4.2_ppc.sh:20 |
|---|
| 239 | #: vbootstrap/scripts/5.2_i386.sh:14 vbootstrap/scripts/5.2_i386.sh:17 |
|---|
| 240 | #: vbootstrap/scripts/5.2_i386.sh:20 vbootstrap/scripts/5.2_x86_64.sh:14 |
|---|
| 241 | #: vbootstrap/scripts/5.2_x86_64.sh:17 vbootstrap/scripts/5.2_x86_64.sh:20 |
|---|
| 242 | #: vbootstrap/scripts/5.2_ppc.sh:14 vbootstrap/scripts/5.2_ppc.sh:17 |
|---|
| 243 | #: vbootstrap/scripts/5.2_ppc.sh:20 vbootstrap/scripts/5.2_arm.sh:14 |
|---|
| 244 | #: vbootstrap/scripts/5.2_arm.sh:17 vbootstrap/scripts/5.2_arm.sh:20 |
|---|
| 245 | #: vbootstrap/scripts/VineSeed_i386.sh:14 |
|---|
| 246 | #: vbootstrap/scripts/VineSeed_i386.sh:17 |
|---|
| 247 | #: vbootstrap/scripts/VineSeed_i386.sh:20 |
|---|
| 248 | #: vbootstrap/scripts/VineSeed_x86_64.sh:14 |
|---|
| 249 | #: vbootstrap/scripts/VineSeed_x86_64.sh:17 |
|---|
| 250 | #: vbootstrap/scripts/VineSeed_x86_64.sh:20 |
|---|
| 251 | #: vbootstrap/scripts/VineSeed_ppc.sh:14 vbootstrap/scripts/VineSeed_ppc.sh:17 |
|---|
| 252 | #: vbootstrap/scripts/VineSeed_ppc.sh:20 vbootstrap/scripts/VineSeed_arm.sh:14 |
|---|
| 253 | #: vbootstrap/scripts/VineSeed_arm.sh:17 vbootstrap/scripts/VineSeed_arm.sh:20 |
|---|
| 254 | msgid "DONE." |
|---|
| 255 | msgstr "" |
|---|
| 256 | |
|---|
| 257 | #: vbootstrap/scripts/4.2_i386.sh:15 vbootstrap/scripts/4.2_ppc.sh:15 |
|---|
| 258 | #: vbootstrap/scripts/5.2_i386.sh:15 vbootstrap/scripts/5.2_x86_64.sh:15 |
|---|
| 259 | #: vbootstrap/scripts/5.2_ppc.sh:15 vbootstrap/scripts/5.2_arm.sh:15 |
|---|
| 260 | #: vbootstrap/scripts/VineSeed_i386.sh:15 |
|---|
| 261 | #: vbootstrap/scripts/VineSeed_x86_64.sh:15 |
|---|
| 262 | #: vbootstrap/scripts/VineSeed_ppc.sh:15 vbootstrap/scripts/VineSeed_arm.sh:15 |
|---|
| 263 | msgid " updating apt database... " |
|---|
| 264 | msgstr "" |
|---|
| 265 | |
|---|
| 266 | #: vbootstrap/scripts/4.2_i386.sh:18 vbootstrap/scripts/4.2_ppc.sh:18 |
|---|
| 267 | #: vbootstrap/scripts/5.2_i386.sh:18 vbootstrap/scripts/5.2_x86_64.sh:18 |
|---|
| 268 | #: vbootstrap/scripts/5.2_ppc.sh:18 vbootstrap/scripts/5.2_arm.sh:18 |
|---|
| 269 | #: vbootstrap/scripts/VineSeed_i386.sh:18 |
|---|
| 270 | #: vbootstrap/scripts/VineSeed_x86_64.sh:18 |
|---|
| 271 | #: vbootstrap/scripts/VineSeed_ppc.sh:18 vbootstrap/scripts/VineSeed_arm.sh:18 |
|---|
| 272 | msgid " rebuilding rpm database with chroot rpm... " |
|---|
| 273 | msgstr "" |
|---|