source: projects/vbootstrap/trunk/po/vbootstrap.pot @ 5451

Revision 5451, 9.0 KB checked in by munepi, 12 years ago (diff)

updated po files

RevLine 
[2515]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
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"
[5451]11"POT-Creation-Date: 2012-01-22 10:24+0900\n"
[2515]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"
[2533]15"Language: \n"
[2515]16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=CHARSET\n"
18"Content-Transfer-Encoding: 8bit\n"
19
[2522]20#. initialize rpm database
[5364]21#: vbootstrap.sh.in:82
[2522]22#, sh-format
23msgid "Initializing RPM database in $INSTDIR."
24msgstr ""
25
26#. update apt database
[5364]27#: vbootstrap.sh.in:87
[2522]28msgid "update apt database."
29msgstr ""
30
31#. install base vine linux system.
[5364]32#: vbootstrap.sh.in:102
[2522]33msgid "Installing basesystem."
34msgstr ""
35
[5364]36#: vbootstrap.sh.in:111
[3850]37msgid "vbootstrap done."
[2522]38msgstr ""
39
[4076]40#: vbuilder.sh.in:13
41#, sh-format
42msgid ""
43"\n"
44"Options:\n"
[5364]45"\t--profile:\t\tset a profile\n"
[5451]46"\t--version:\t\tset [version] (default: ${VERSION})\n"
[4076]47"\t--arch:\t\t\tset [arch] (default: ${UARCH})\n"
48"\t--category:\t\tset [categories] (default: ${CATEGORIES})\n"
[5364]49"\t--fetch-url:\t\tset [fetch_url] to fetch packages (default: "
50"${VBOOTSTRAP_FETCH_URL})\n"
[4076]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"
69msgstr ""
70
[5364]71#: vbuilder.sh.in:38
[4076]72msgid ""
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"
[5366]77"\tbuild-rpm:\t\tbuild [src.rpm] on a bootstrap\n"
[4076]78"\tinstall-rpm:\t\tinstall [arch.rpm|package] on a bootstrap\n"
79"\tremove-rpm:\t\tremove [package] on a bootstrap\n"
80msgstr ""
81
[5364]82#: vbuilder.sh.in:47
[4076]83msgid ""
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"
98msgstr ""
99
[5366]100#: vbuilder.sh.in:108 vbuilder.sh.in:115
[2515]101msgid "E: You can give no more options after actions"
102msgstr ""
103
[5366]104#: vbuilder.sh.in:127 vbuilder.sh.in:141 vbuilder.sh.in:144
[2515]105msgid "E: Missing some parameters after $1"
106msgstr ""
107
[5366]108#: vbuilder.sh.in:135
[2515]109msgid "E: You must give at least one action"
110msgstr ""
111
[5366]112#: vbuilder.sh.in:162
[3380]113#, sh-format
114msgid "W: \\$SUDO_USER and \\$USERHELPER_UID are empty"
115msgstr ""
116
[5451]117#: vbuilder.sh.in:195
[3676]118#, sh-format
[5364]119msgid "E: No such profile found: ${PROFILE}"
120msgstr ""
121
[5451]122#: vbuilder.sh.in:234
[5364]123#, sh-format
[3676]124msgid "E: ${VERSION} is NOT supported"
[2515]125msgstr ""
126
[5451]127#: vbuilder.sh.in:252 vbuilder.sh.in:256 vbuilder.sh.in:260
[2515]128#, sh-format
[3380]129msgid "E: arch ${VARCH} is NOT supported on ${UARCH}"
130msgstr ""
131
[5451]132#: vbuilder.sh.in:268
[3380]133#, sh-format
[3676]134msgid "E: ${VERSION}_${VARCH} is NOT supported"
[2515]135msgstr ""
136
[5451]137#: vbuilder.sh.in:278
[2515]138#, sh-format
[5364]139msgid "E: ${BASE_PROFILE} is NOT supported"
[3676]140msgstr ""
141
[5451]142#: vbuilder.sh.in:285
[3676]143#, sh-format
[2515]144msgid "E: version ${VERSION} does not support --dist-upgrade option"
145msgstr ""
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
[5451]150#: vbuilder.sh.in:311 vbuilder.sh.in:317 vbuilder.sh.in:324 vbuilder.sh.in:328
[2515]151#, sh-format
152msgid "E: No such category exists: $cat"
153msgstr ""
154
[5451]155#: vbuilder.sh.in:338
[2515]156#, sh-format
157msgid "E: rpm build target ${TARGET} is NOT supported"
158msgstr ""
159
[5451]160#: vbuilder.sh.in:400
[2522]161msgid "apt-get update on host ... "
162msgstr ""
163
[5451]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
[2522]166msgid "done."
167msgstr ""
168
[5451]169#: vbuilder.sh.in:405
[2522]170msgid "apt-get update on chroot ... "
171msgstr ""
172
[5451]173#: vbuilder.sh.in:441
[2662]174#, sh-format
175msgid "Retry lazy unmount ${BUILD_ROOT}${fs} ... "
[2522]176msgstr ""
177
[5451]178#: vbuilder.sh.in:461
[2515]179#, sh-format
[2662]180msgid "Retry lazy unmount ${BUILD_ROOT} ... "
181msgstr ""
182
[5451]183#: vbuilder.sh.in:564
[2662]184#, sh-format
[3380]185msgid "Cleaning build root ${UNIONFS_ROOT} via unionfs ... "
[2522]186msgstr ""
187
[5451]188#: vbuilder.sh.in:571
[2522]189#, sh-format
190msgid "Cleaning build root ${BUILD_ROOT} ... "
191msgstr ""
192
[5451]193#: vbuilder.sh.in:578
[2522]194#, sh-format
[5364]195msgid "Cleanup a build farm for ${BUILD_ROOT} done."
[2522]196msgstr ""
197
[5451]198#: vbuilder.sh.in:696
[2522]199#, sh-format
[5364]200msgid "Making a build farm for ${BUILD_ROOT} done."
[2522]201msgstr ""
202
[5451]203#: vbuilder.sh.in:710
[2522]204#, sh-format
[2515]205msgid "E: $RPM_PKG is not a package name"
206msgstr ""
207
[5451]208#: vbuilder.sh.in:751 vbuilder.sh.in:786
[2515]209#, sh-format
[5364]210msgid "E: No such file found: ${RPM_PKG}"
[2515]211msgstr ""
212
[5451]213#: vbuilder.sh.in:769
[5364]214#, sh-format
215msgid "E: $RPM_PKG is NOT a source RPM package"
216msgstr ""
217
[5451]218#: vbuilder.sh.in:772
[5364]219#, sh-format
220msgid "The action build-rpm cannot work such extension: ${RPM_PKG_EXT}"
221msgstr ""
222
[2522]223#. # copy built rpms to ${HOME}/rpm/ for each archtectures
[5451]224#: vbuilder.sh.in:816
[2515]225#, sh-format
[2522]226msgid "Copying built rpms to ${BUILT_RPMS_DIR} for each archtectures ... "
227msgstr ""
228
[5451]229#: vbuilder.sh.in:847
[2522]230#, sh-format
[2662]231msgid "Signing built rpms using ${RPM_SIGN_USER}'s key: "
232msgstr ""
233
[3676]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
[2526]240#, sh-format
241msgid "running vbootstrap post install scripts for $INSTVER on $INSTDIR"
242msgstr ""
243
[3676]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
[2526]250msgid " reinitializing rpm database... "
251msgstr ""
252
[3676]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
[2526]263#: vbootstrap/scripts/VineSeed_i386.sh:17
264#: vbootstrap/scripts/VineSeed_i386.sh:20
[3676]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
[2526]271msgid "DONE."
272msgstr ""
273
[3676]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
[2526]280msgid " updating apt database... "
281msgstr ""
282
[3676]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
[2526]289msgid " rebuilding rpm database with chroot rpm... "
290msgstr ""
Note: See TracBrowser for help on using the repository browser.