vbootstrap.pot 9.0 KB

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