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

Revision 4076, 8.6 KB checked in by munepi, 13 years ago (diff)

updated ja.po

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"
[4076]11"POT-Creation-Date: 2011-06-07 11:27+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#. #
21#. initialize rpm database
[2526]22#: vbootstrap.sh.in:73
[2522]23#, sh-format
24msgid "Initializing RPM database in $INSTDIR."
25msgstr ""
26
27#. update apt database
[2526]28#: vbootstrap.sh.in:78
[2522]29msgid "update apt database."
30msgstr ""
31
32#. install base vine linux system.
[2526]33#: vbootstrap.sh.in:93
[2522]34msgid "Installing basesystem."
35msgstr ""
36
[2526]37#: vbootstrap.sh.in:102
[3850]38msgid "vbootstrap done."
[2522]39msgstr ""
40
[4076]41#: vbuilder.sh.in:13
42#, sh-format
43msgid ""
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"
67msgstr ""
68
69#: vbuilder.sh.in:36
70msgid ""
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"
78msgstr ""
79
80#: vbuilder.sh.in:45
81msgid ""
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"
96msgstr ""
97
98#: vbuilder.sh.in:76 vbuilder.sh.in:83
[2515]99msgid "E: You can give no more options after actions"
100msgstr ""
101
[4076]102#: vbuilder.sh.in:95 vbuilder.sh.in:109 vbuilder.sh.in:112
[2515]103msgid "E: Missing some parameters after $1"
104msgstr ""
105
[4076]106#: vbuilder.sh.in:103
[2515]107msgid "E: You must give at least one action"
108msgstr ""
109
[4076]110#: vbuilder.sh.in:122
[3380]111#, sh-format
112msgid "W: \\$SUDO_USER and \\$USERHELPER_UID are empty"
113msgstr ""
114
[4076]115#: vbuilder.sh.in:202
[3676]116#, sh-format
117msgid "E: ${VERSION} is NOT supported"
[2515]118msgstr ""
119
[4076]120#: vbuilder.sh.in:220 vbuilder.sh.in:224 vbuilder.sh.in:228
[2515]121#, sh-format
[3380]122msgid "E: arch ${VARCH} is NOT supported on ${UARCH}"
123msgstr ""
124
[4076]125#: vbuilder.sh.in:236
[3380]126#, sh-format
[3676]127msgid "E: ${VERSION}_${VARCH} is NOT supported"
[2515]128msgstr ""
129
[4076]130#: vbuilder.sh.in:246
[2515]131#, sh-format
[3676]132msgid "E: ${PROFILE} is NOT supported"
133msgstr ""
134
[4076]135#: vbuilder.sh.in:253
[3676]136#, sh-format
[2515]137msgid "E: version ${VERSION} does not support --dist-upgrade option"
138msgstr ""
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
[4076]143#: vbuilder.sh.in:279 vbuilder.sh.in:285 vbuilder.sh.in:292 vbuilder.sh.in:296
[2515]144#, sh-format
145msgid "E: No such category exists: $cat"
146msgstr ""
147
[4076]148#: vbuilder.sh.in:306
[2515]149#, sh-format
150msgid "E: rpm build target ${TARGET} is NOT supported"
151msgstr ""
152
[4076]153#: vbuilder.sh.in:358
[2522]154msgid "apt-get update on host ... "
155msgstr ""
156
[4076]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
[2522]159msgid "done."
160msgstr ""
161
[4076]162#: vbuilder.sh.in:363
[2522]163msgid "apt-get update on chroot ... "
164msgstr ""
165
[4076]166#: vbuilder.sh.in:399
[2662]167#, sh-format
168msgid "Retry lazy unmount ${BUILD_ROOT}${fs} ... "
[2522]169msgstr ""
170
[4076]171#: vbuilder.sh.in:419
[2515]172#, sh-format
[2662]173msgid "Retry lazy unmount ${BUILD_ROOT} ... "
174msgstr ""
175
[4076]176#: vbuilder.sh.in:515
[2662]177#, sh-format
[3380]178msgid "Cleaning build root ${UNIONFS_ROOT} via unionfs ... "
[2522]179msgstr ""
180
[4076]181#: vbuilder.sh.in:522
[2522]182#, sh-format
183msgid "Cleaning build root ${BUILD_ROOT} ... "
184msgstr ""
185
[4076]186#: vbuilder.sh.in:529
[2522]187#, sh-format
[3676]188msgid "Cleanup a build farm for ${PROFILE} done."
[2522]189msgstr ""
190
[4076]191#: vbuilder.sh.in:621
[2522]192#, sh-format
[3676]193msgid "Making a build farm for ${PROFILE} done."
[2522]194msgstr ""
195
[4076]196#: vbuilder.sh.in:635
[2522]197#, sh-format
[2515]198msgid "E: $RPM_PKG is not a package name"
199msgstr ""
200
[4076]201#: vbuilder.sh.in:680
[2515]202#, sh-format
203msgid "E: $RPM_PKG is not a source RPM package"
204msgstr ""
205
[2522]206#. # copy built rpms to ${HOME}/rpm/ for each archtectures
[4076]207#: vbuilder.sh.in:703
[2515]208#, sh-format
[2522]209msgid "Copying built rpms to ${BUILT_RPMS_DIR} for each archtectures ... "
210msgstr ""
211
[4076]212#: vbuilder.sh.in:734
[2522]213#, sh-format
[2662]214msgid "Signing built rpms using ${RPM_SIGN_USER}'s key: "
215msgstr ""
216
[3676]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
[2526]223#, sh-format
224msgid "running vbootstrap post install scripts for $INSTVER on $INSTDIR"
225msgstr ""
226
[3676]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
[2526]233msgid " reinitializing rpm database... "
234msgstr ""
235
[3676]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
[2526]246#: vbootstrap/scripts/VineSeed_i386.sh:17
247#: vbootstrap/scripts/VineSeed_i386.sh:20
[3676]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
[2526]254msgid "DONE."
255msgstr ""
256
[3676]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
[2526]263msgid " updating apt database... "
264msgstr ""
265
[3676]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
[2526]272msgid " rebuilding rpm database with chroot rpm... "
273msgstr ""
Note: See TracBrowser for help on using the repository browser.