vbootstrap.pot 8.6 KB

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