| 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: 2012-01-22 10:24+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 | #. initialize rpm database |
|---|
| 21 | #: vbootstrap.sh.in:82 |
|---|
| 22 | #, sh-format |
|---|
| 23 | msgid "Initializing RPM database in $INSTDIR." |
|---|
| 24 | msgstr "" |
|---|
| 25 | |
|---|
| 26 | #. update apt database |
|---|
| 27 | #: vbootstrap.sh.in:87 |
|---|
| 28 | msgid "update apt database." |
|---|
| 29 | msgstr "" |
|---|
| 30 | |
|---|
| 31 | #. install base vine linux system. |
|---|
| 32 | #: vbootstrap.sh.in:102 |
|---|
| 33 | msgid "Installing basesystem." |
|---|
| 34 | msgstr "" |
|---|
| 35 | |
|---|
| 36 | #: vbootstrap.sh.in:111 |
|---|
| 37 | msgid "vbootstrap done." |
|---|
| 38 | msgstr "" |
|---|
| 39 | |
|---|
| 40 | #: vbuilder.sh.in:13 |
|---|
| 41 | #, sh-format |
|---|
| 42 | msgid "" |
|---|
| 43 | "\n" |
|---|
| 44 | "Options:\n" |
|---|
| 45 | "\t--profile:\t\tset a profile\n" |
|---|
| 46 | "\t--version:\t\tset [version] (default: ${VERSION})\n" |
|---|
| 47 | "\t--arch:\t\t\tset [arch] (default: ${UARCH})\n" |
|---|
| 48 | "\t--category:\t\tset [categories] (default: ${CATEGORIES})\n" |
|---|
| 49 | "\t--fetch-url:\t\tset [fetch_url] to fetch packages (default: " |
|---|
| 50 | "${VBOOTSTRAP_FETCH_URL})\n" |
|---|
| 51 | "\t--dist-upgrade:\t\tmake VineSeed bootstrap via ${STABLE_VERSION}\n" |
|---|
| 52 | "\t--unionfs:\t\tcover a bootstrap with unionfs\n" |
|---|
| 53 | "\t--target:\t\tbuild rpms with [target]\n" |
|---|
| 54 | "\t--with-compat32:\tbuild rpms with compat32 on bootstrap\n" |
|---|
| 55 | "\t--rpmbuild-define:\tgive a option --define [macro_expr] to rpmbuild\n" |
|---|
| 56 | "\t--rpmbuild-with:\tgive a option --with [bcond_with] to rpmbuild\n" |
|---|
| 57 | "\t--rpmbuild-without:\tgive a option --without [bcond_with] to rpmbuild\n" |
|---|
| 58 | "\t--sign:\t\t\tsign built rpms\n" |
|---|
| 59 | "\t--no-install:\t\tbuild only a source rpm - do NOT install a built rpm\n" |
|---|
| 60 | "\t--login:\t\tlogin in chroot as root user\n" |
|---|
| 61 | "\t--bootstrap-dir:\tset a bootstrap directory (default: ${VBOOTSTRAP_DIR})\n" |
|---|
| 62 | "\t--unionfs-dir:\t\tset a directory to store unionfs images of vbootstrap " |
|---|
| 63 | "(default: ${UNIONFS_DIR})\n" |
|---|
| 64 | "\t--cache-dir:\t\tset a directory to cache rpms (default: ${CACHE_DIR})\n" |
|---|
| 65 | "\t--built-rpms-dir:\tset a directory to store built rpms in chroot (default: " |
|---|
| 66 | "${BUILT_RPMS_DIR})\n" |
|---|
| 67 | "\t--debug:\t\tenable debug mode\n" |
|---|
| 68 | "\t--help:\t\t\tshow this help\n" |
|---|
| 69 | msgstr "" |
|---|
| 70 | |
|---|
| 71 | #: vbuilder.sh.in:38 |
|---|
| 72 | msgid "" |
|---|
| 73 | "\n" |
|---|
| 74 | "Actions:\n" |
|---|
| 75 | "\tclean:\t\t\tclean the bootstrap of [version]\n" |
|---|
| 76 | "\tbuild:\t\t\tbuild a bootstrap of [version]\n" |
|---|
| 77 | "\tbuild-rpm:\t\tbuild [src.rpm] on a bootstrap\n" |
|---|
| 78 | "\tinstall-rpm:\t\tinstall [arch.rpm|package] on a bootstrap\n" |
|---|
| 79 | "\tremove-rpm:\t\tremove [package] on a bootstrap\n" |
|---|
| 80 | msgstr "" |
|---|
| 81 | |
|---|
| 82 | #: vbuilder.sh.in:47 |
|---|
| 83 | msgid "" |
|---|
| 84 | "\n" |
|---|
| 85 | "Examples: \n" |
|---|
| 86 | "* make a clean/plain build environment on the current archtecture:\n" |
|---|
| 87 | "$(basename $0) clean build\n" |
|---|
| 88 | "* build rpms from the specified source rpm:\n" |
|---|
| 89 | "$(basename $0) build-rpm [src.rpm]\n" |
|---|
| 90 | "* make a plain build environment for Vine Linux 5.2:\n" |
|---|
| 91 | "$(basename $0) --version 5.2 clean build\n" |
|---|
| 92 | "* make a i386 chroot on x86_64:\n" |
|---|
| 93 | "$(basename $0) --arch i386 clean build\n" |
|---|
| 94 | "* build a kernel package with target i686:\n" |
|---|
| 95 | "$(basename $0) --target i686 build-rpm [kernel src.rpm]\n" |
|---|
| 96 | "* build a compat32 package:\n" |
|---|
| 97 | "$(basename $0) --arch i386 --with-compat32 build-rpm [src.rpm]\n" |
|---|
| 98 | msgstr "" |
|---|
| 99 | |
|---|
| 100 | #: vbuilder.sh.in:108 vbuilder.sh.in:115 |
|---|
| 101 | msgid "E: You can give no more options after actions" |
|---|
| 102 | msgstr "" |
|---|
| 103 | |
|---|
| 104 | #: vbuilder.sh.in:127 vbuilder.sh.in:141 vbuilder.sh.in:144 |
|---|
| 105 | msgid "E: Missing some parameters after $1" |
|---|
| 106 | msgstr "" |
|---|
| 107 | |
|---|
| 108 | #: vbuilder.sh.in:135 |
|---|
| 109 | msgid "E: You must give at least one action" |
|---|
| 110 | msgstr "" |
|---|
| 111 | |
|---|
| 112 | #: vbuilder.sh.in:162 |
|---|
| 113 | #, sh-format |
|---|
| 114 | msgid "W: \\$SUDO_USER and \\$USERHELPER_UID are empty" |
|---|
| 115 | msgstr "" |
|---|
| 116 | |
|---|
| 117 | #: vbuilder.sh.in:195 |
|---|
| 118 | #, sh-format |
|---|
| 119 | msgid "E: No such profile found: ${PROFILE}" |
|---|
| 120 | msgstr "" |
|---|
| 121 | |
|---|
| 122 | #: vbuilder.sh.in:234 |
|---|
| 123 | #, sh-format |
|---|
| 124 | msgid "E: ${VERSION} is NOT supported" |
|---|
| 125 | msgstr "" |
|---|
| 126 | |
|---|
| 127 | #: vbuilder.sh.in:252 vbuilder.sh.in:256 vbuilder.sh.in:260 |
|---|
| 128 | #, sh-format |
|---|
| 129 | msgid "E: arch ${VARCH} is NOT supported on ${UARCH}" |
|---|
| 130 | msgstr "" |
|---|
| 131 | |
|---|
| 132 | #: vbuilder.sh.in:268 |
|---|
| 133 | #, sh-format |
|---|
| 134 | msgid "E: ${VERSION}_${VARCH} is NOT supported" |
|---|
| 135 | msgstr "" |
|---|
| 136 | |
|---|
| 137 | #: vbuilder.sh.in:278 |
|---|
| 138 | #, sh-format |
|---|
| 139 | msgid "E: ${BASE_PROFILE} is NOT supported" |
|---|
| 140 | msgstr "" |
|---|
| 141 | |
|---|
| 142 | #: vbuilder.sh.in:285 |
|---|
| 143 | #, sh-format |
|---|
| 144 | msgid "E: version ${VERSION} does not support --dist-upgrade option" |
|---|
| 145 | msgstr "" |
|---|
| 146 | |
|---|
| 147 | #. # "test" category only exists in VineSeed |
|---|
| 148 | #. #!! "proposed-updates" category does not exist in 4.2 |
|---|
| 149 | #. # "security" category does not exist in VineSeed |
|---|
| 150 | #: vbuilder.sh.in:311 vbuilder.sh.in:317 vbuilder.sh.in:324 vbuilder.sh.in:328 |
|---|
| 151 | #, sh-format |
|---|
| 152 | msgid "E: No such category exists: $cat" |
|---|
| 153 | msgstr "" |
|---|
| 154 | |
|---|
| 155 | #: vbuilder.sh.in:338 |
|---|
| 156 | #, sh-format |
|---|
| 157 | msgid "E: rpm build target ${TARGET} is NOT supported" |
|---|
| 158 | msgstr "" |
|---|
| 159 | |
|---|
| 160 | #: vbuilder.sh.in:400 |
|---|
| 161 | msgid "apt-get update on host ... " |
|---|
| 162 | msgstr "" |
|---|
| 163 | |
|---|
| 164 | #: vbuilder.sh.in:402 vbuilder.sh.in:407 vbuilder.sh.in:443 vbuilder.sh.in:463 |
|---|
| 165 | #: vbuilder.sh.in:567 vbuilder.sh.in:574 vbuilder.sh.in:834 |
|---|
| 166 | msgid "done." |
|---|
| 167 | msgstr "" |
|---|
| 168 | |
|---|
| 169 | #: vbuilder.sh.in:405 |
|---|
| 170 | msgid "apt-get update on chroot ... " |
|---|
| 171 | msgstr "" |
|---|
| 172 | |
|---|
| 173 | #: vbuilder.sh.in:441 |
|---|
| 174 | #, sh-format |
|---|
| 175 | msgid "Retry lazy unmount ${BUILD_ROOT}${fs} ... " |
|---|
| 176 | msgstr "" |
|---|
| 177 | |
|---|
| 178 | #: vbuilder.sh.in:461 |
|---|
| 179 | #, sh-format |
|---|
| 180 | msgid "Retry lazy unmount ${BUILD_ROOT} ... " |
|---|
| 181 | msgstr "" |
|---|
| 182 | |
|---|
| 183 | #: vbuilder.sh.in:564 |
|---|
| 184 | #, sh-format |
|---|
| 185 | msgid "Cleaning build root ${UNIONFS_ROOT} via unionfs ... " |
|---|
| 186 | msgstr "" |
|---|
| 187 | |
|---|
| 188 | #: vbuilder.sh.in:571 |
|---|
| 189 | #, sh-format |
|---|
| 190 | msgid "Cleaning build root ${BUILD_ROOT} ... " |
|---|
| 191 | msgstr "" |
|---|
| 192 | |
|---|
| 193 | #: vbuilder.sh.in:578 |
|---|
| 194 | #, sh-format |
|---|
| 195 | msgid "Cleanup a build farm for ${BUILD_ROOT} done." |
|---|
| 196 | msgstr "" |
|---|
| 197 | |
|---|
| 198 | #: vbuilder.sh.in:696 |
|---|
| 199 | #, sh-format |
|---|
| 200 | msgid "Making a build farm for ${BUILD_ROOT} done." |
|---|
| 201 | msgstr "" |
|---|
| 202 | |
|---|
| 203 | #: vbuilder.sh.in:710 |
|---|
| 204 | #, sh-format |
|---|
| 205 | msgid "E: $RPM_PKG is not a package name" |
|---|
| 206 | msgstr "" |
|---|
| 207 | |
|---|
| 208 | #: vbuilder.sh.in:751 vbuilder.sh.in:786 |
|---|
| 209 | #, sh-format |
|---|
| 210 | msgid "E: No such file found: ${RPM_PKG}" |
|---|
| 211 | msgstr "" |
|---|
| 212 | |
|---|
| 213 | #: vbuilder.sh.in:769 |
|---|
| 214 | #, sh-format |
|---|
| 215 | msgid "E: $RPM_PKG is NOT a source RPM package" |
|---|
| 216 | msgstr "" |
|---|
| 217 | |
|---|
| 218 | #: vbuilder.sh.in:772 |
|---|
| 219 | #, sh-format |
|---|
| 220 | msgid "The action build-rpm cannot work such extension: ${RPM_PKG_EXT}" |
|---|
| 221 | msgstr "" |
|---|
| 222 | |
|---|
| 223 | #. # copy built rpms to ${HOME}/rpm/ for each archtectures |
|---|
| 224 | #: vbuilder.sh.in:816 |
|---|
| 225 | #, sh-format |
|---|
| 226 | msgid "Copying built rpms to ${BUILT_RPMS_DIR} for each archtectures ... " |
|---|
| 227 | msgstr "" |
|---|
| 228 | |
|---|
| 229 | #: vbuilder.sh.in:847 |
|---|
| 230 | #, sh-format |
|---|
| 231 | msgid "Signing built rpms using ${RPM_SIGN_USER}'s key: " |
|---|
| 232 | msgstr "" |
|---|
| 233 | |
|---|
| 234 | #: vbootstrap/scripts/4.2_i386.sh:9 vbootstrap/scripts/4.2_ppc.sh:9 |
|---|
| 235 | #: vbootstrap/scripts/5.2_i386.sh:9 vbootstrap/scripts/5.2_x86_64.sh:9 |
|---|
| 236 | #: vbootstrap/scripts/5.2_ppc.sh:9 vbootstrap/scripts/5.2_arm.sh:9 |
|---|
| 237 | #: vbootstrap/scripts/VineSeed_i386.sh:9 |
|---|
| 238 | #: vbootstrap/scripts/VineSeed_x86_64.sh:9 |
|---|
| 239 | #: vbootstrap/scripts/VineSeed_ppc.sh:9 vbootstrap/scripts/VineSeed_arm.sh:9 |
|---|
| 240 | #, sh-format |
|---|
| 241 | msgid "running vbootstrap post install scripts for $INSTVER on $INSTDIR" |
|---|
| 242 | msgstr "" |
|---|
| 243 | |
|---|
| 244 | #: vbootstrap/scripts/4.2_i386.sh:12 vbootstrap/scripts/4.2_ppc.sh:12 |
|---|
| 245 | #: vbootstrap/scripts/5.2_i386.sh:12 vbootstrap/scripts/5.2_x86_64.sh:12 |
|---|
| 246 | #: vbootstrap/scripts/5.2_ppc.sh:12 vbootstrap/scripts/5.2_arm.sh:12 |
|---|
| 247 | #: vbootstrap/scripts/VineSeed_i386.sh:12 |
|---|
| 248 | #: vbootstrap/scripts/VineSeed_x86_64.sh:12 |
|---|
| 249 | #: vbootstrap/scripts/VineSeed_ppc.sh:12 vbootstrap/scripts/VineSeed_arm.sh:12 |
|---|
| 250 | msgid " reinitializing rpm database... " |
|---|
| 251 | msgstr "" |
|---|
| 252 | |
|---|
| 253 | #: vbootstrap/scripts/4.2_i386.sh:14 vbootstrap/scripts/4.2_i386.sh:17 |
|---|
| 254 | #: vbootstrap/scripts/4.2_i386.sh:20 vbootstrap/scripts/4.2_ppc.sh:14 |
|---|
| 255 | #: vbootstrap/scripts/4.2_ppc.sh:17 vbootstrap/scripts/4.2_ppc.sh:20 |
|---|
| 256 | #: vbootstrap/scripts/5.2_i386.sh:14 vbootstrap/scripts/5.2_i386.sh:17 |
|---|
| 257 | #: vbootstrap/scripts/5.2_i386.sh:20 vbootstrap/scripts/5.2_x86_64.sh:14 |
|---|
| 258 | #: vbootstrap/scripts/5.2_x86_64.sh:17 vbootstrap/scripts/5.2_x86_64.sh:20 |
|---|
| 259 | #: vbootstrap/scripts/5.2_ppc.sh:14 vbootstrap/scripts/5.2_ppc.sh:17 |
|---|
| 260 | #: vbootstrap/scripts/5.2_ppc.sh:20 vbootstrap/scripts/5.2_arm.sh:14 |
|---|
| 261 | #: vbootstrap/scripts/5.2_arm.sh:17 vbootstrap/scripts/5.2_arm.sh:20 |
|---|
| 262 | #: vbootstrap/scripts/VineSeed_i386.sh:14 |
|---|
| 263 | #: vbootstrap/scripts/VineSeed_i386.sh:17 |
|---|
| 264 | #: vbootstrap/scripts/VineSeed_i386.sh:20 |
|---|
| 265 | #: vbootstrap/scripts/VineSeed_x86_64.sh:14 |
|---|
| 266 | #: vbootstrap/scripts/VineSeed_x86_64.sh:17 |
|---|
| 267 | #: vbootstrap/scripts/VineSeed_x86_64.sh:20 |
|---|
| 268 | #: vbootstrap/scripts/VineSeed_ppc.sh:14 vbootstrap/scripts/VineSeed_ppc.sh:17 |
|---|
| 269 | #: vbootstrap/scripts/VineSeed_ppc.sh:20 vbootstrap/scripts/VineSeed_arm.sh:14 |
|---|
| 270 | #: vbootstrap/scripts/VineSeed_arm.sh:17 vbootstrap/scripts/VineSeed_arm.sh:20 |
|---|
| 271 | msgid "DONE." |
|---|
| 272 | msgstr "" |
|---|
| 273 | |
|---|
| 274 | #: vbootstrap/scripts/4.2_i386.sh:15 vbootstrap/scripts/4.2_ppc.sh:15 |
|---|
| 275 | #: vbootstrap/scripts/5.2_i386.sh:15 vbootstrap/scripts/5.2_x86_64.sh:15 |
|---|
| 276 | #: vbootstrap/scripts/5.2_ppc.sh:15 vbootstrap/scripts/5.2_arm.sh:15 |
|---|
| 277 | #: vbootstrap/scripts/VineSeed_i386.sh:15 |
|---|
| 278 | #: vbootstrap/scripts/VineSeed_x86_64.sh:15 |
|---|
| 279 | #: vbootstrap/scripts/VineSeed_ppc.sh:15 vbootstrap/scripts/VineSeed_arm.sh:15 |
|---|
| 280 | msgid " updating apt database... " |
|---|
| 281 | msgstr "" |
|---|
| 282 | |
|---|
| 283 | #: vbootstrap/scripts/4.2_i386.sh:18 vbootstrap/scripts/4.2_ppc.sh:18 |
|---|
| 284 | #: vbootstrap/scripts/5.2_i386.sh:18 vbootstrap/scripts/5.2_x86_64.sh:18 |
|---|
| 285 | #: vbootstrap/scripts/5.2_ppc.sh:18 vbootstrap/scripts/5.2_arm.sh:18 |
|---|
| 286 | #: vbootstrap/scripts/VineSeed_i386.sh:18 |
|---|
| 287 | #: vbootstrap/scripts/VineSeed_x86_64.sh:18 |
|---|
| 288 | #: vbootstrap/scripts/VineSeed_ppc.sh:18 vbootstrap/scripts/VineSeed_arm.sh:18 |
|---|
| 289 | msgid " rebuilding rpm database with chroot rpm... " |
|---|
| 290 | msgstr "" |
|---|