source: projects/vbootstrap/tags/0.0.48/po/vbootstrap.pot @ 5366

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

fixed ja.po

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-01-08 09:38+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
23msgid "Initializing RPM database in $INSTDIR."
24msgstr ""
25
26#. update apt database
27#: vbootstrap.sh.in:87
28msgid "update apt database."
29msgstr ""
30
31#. install base vine linux system.
32#: vbootstrap.sh.in:102
33msgid "Installing basesystem."
34msgstr ""
35
36#: vbootstrap.sh.in:111
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: ${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"
69msgstr ""
70
71#: vbuilder.sh.in:38
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"
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"
80msgstr ""
81
82#: vbuilder.sh.in:47
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
100#: vbuilder.sh.in:108 vbuilder.sh.in:115
101msgid "E: You can give no more options after actions"
102msgstr ""
103
104#: vbuilder.sh.in:127 vbuilder.sh.in:141 vbuilder.sh.in:144
105msgid "E: Missing some parameters after $1"
106msgstr ""
107
108#: vbuilder.sh.in:135
109msgid "E: You must give at least one action"
110msgstr ""
111
112#: vbuilder.sh.in:162
113#, sh-format
114msgid "W: \\$SUDO_USER and \\$USERHELPER_UID are empty"
115msgstr ""
116
117#: vbuilder.sh.in:194
118#, sh-format
119msgid "E: No such profile found: ${PROFILE}"
120msgstr ""
121
122#: vbuilder.sh.in:240
123#, sh-format
124msgid "E: ${VERSION} is NOT supported"
125msgstr ""
126
127#: vbuilder.sh.in:258 vbuilder.sh.in:262 vbuilder.sh.in:266
128#, sh-format
129msgid "E: arch ${VARCH} is NOT supported on ${UARCH}"
130msgstr ""
131
132#: vbuilder.sh.in:274
133#, sh-format
134msgid "E: ${VERSION}_${VARCH} is NOT supported"
135msgstr ""
136
137#: vbuilder.sh.in:284
138#, sh-format
139msgid "E: ${BASE_PROFILE} is NOT supported"
140msgstr ""
141
142#: vbuilder.sh.in:291
143#, sh-format
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
150#: vbuilder.sh.in:317 vbuilder.sh.in:323 vbuilder.sh.in:330 vbuilder.sh.in:334
151#, sh-format
152msgid "E: No such category exists: $cat"
153msgstr ""
154
155#: vbuilder.sh.in:344
156#, sh-format
157msgid "E: rpm build target ${TARGET} is NOT supported"
158msgstr ""
159
160#: vbuilder.sh.in:406
161msgid "apt-get update on host ... "
162msgstr ""
163
164#: vbuilder.sh.in:408 vbuilder.sh.in:413 vbuilder.sh.in:449 vbuilder.sh.in:469
165#: vbuilder.sh.in:573 vbuilder.sh.in:580 vbuilder.sh.in:835
166msgid "done."
167msgstr ""
168
169#: vbuilder.sh.in:411
170msgid "apt-get update on chroot ... "
171msgstr ""
172
173#: vbuilder.sh.in:447
174#, sh-format
175msgid "Retry lazy unmount ${BUILD_ROOT}${fs} ... "
176msgstr ""
177
178#: vbuilder.sh.in:467
179#, sh-format
180msgid "Retry lazy unmount ${BUILD_ROOT} ... "
181msgstr ""
182
183#: vbuilder.sh.in:570
184#, sh-format
185msgid "Cleaning build root ${UNIONFS_ROOT} via unionfs ... "
186msgstr ""
187
188#: vbuilder.sh.in:577
189#, sh-format
190msgid "Cleaning build root ${BUILD_ROOT} ... "
191msgstr ""
192
193#: vbuilder.sh.in:584
194#, sh-format
195msgid "Cleanup a build farm for ${BUILD_ROOT} done."
196msgstr ""
197
198#: vbuilder.sh.in:697
199#, sh-format
200msgid "Making a build farm for ${BUILD_ROOT} done."
201msgstr ""
202
203#: vbuilder.sh.in:711
204#, sh-format
205msgid "E: $RPM_PKG is not a package name"
206msgstr ""
207
208#: vbuilder.sh.in:752 vbuilder.sh.in:787
209#, sh-format
210msgid "E: No such file found: ${RPM_PKG}"
211msgstr ""
212
213#: vbuilder.sh.in:770
214#, sh-format
215msgid "E: $RPM_PKG is NOT a source RPM package"
216msgstr ""
217
218#: vbuilder.sh.in:773
219#, sh-format
220msgid "The action build-rpm cannot work such extension: ${RPM_PKG_EXT}"
221msgstr ""
222
223#. # copy built rpms to ${HOME}/rpm/ for each archtectures
224#: vbuilder.sh.in:817
225#, sh-format
226msgid "Copying built rpms to ${BUILT_RPMS_DIR} for each archtectures ... "
227msgstr ""
228
229#: vbuilder.sh.in:848
230#, sh-format
231msgid "Signing built rpms using ${RPM_SIGN_USER}'s key: "
232msgstr ""
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
241msgid "running vbootstrap post install scripts for $INSTVER on $INSTDIR"
242msgstr ""
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
250msgid " reinitializing rpm database... "
251msgstr ""
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
271msgid "DONE."
272msgstr ""
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
280msgid " updating apt database... "
281msgstr ""
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
289msgid " rebuilding rpm database with chroot rpm... "
290msgstr ""
Note: See TracBrowser for help on using the repository browser.