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

Revision 6969, 9.6 KB checked in by munepi, 12 years ago (diff)

updated vbootstrap.pot, ja.po against version 0.1

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