hammer_cli_foreman 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (364) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +5 -0
  3. data/README.md +1 -15
  4. data/doc/configuration.md +38 -0
  5. data/doc/developer_docs.md +4 -3
  6. data/doc/release_notes.md +18 -0
  7. data/doc/testing.md +133 -0
  8. data/lib/hammer_cli_foreman.rb +4 -2
  9. data/lib/hammer_cli_foreman/api/connection.rb +21 -7
  10. data/lib/hammer_cli_foreman/api/interactive_basic_auth.rb +1 -1
  11. data/lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb +6 -1
  12. data/lib/hammer_cli_foreman/api/void_auth.rb +8 -0
  13. data/lib/hammer_cli_foreman/auth.rb +1 -1
  14. data/lib/hammer_cli_foreman/common_parameter.rb +1 -0
  15. data/lib/hammer_cli_foreman/config_group.rb +45 -0
  16. data/lib/hammer_cli_foreman/defaults.rb +6 -3
  17. data/lib/hammer_cli_foreman/exception_handler.rb +36 -7
  18. data/lib/hammer_cli_foreman/filter.rb +61 -0
  19. data/lib/hammer_cli_foreman/host.rb +7 -5
  20. data/lib/hammer_cli_foreman/hosts/common_update_options.rb +17 -2
  21. data/lib/hammer_cli_foreman/output/fields.rb +3 -2
  22. data/lib/hammer_cli_foreman/output/formatters.rb +3 -2
  23. data/lib/hammer_cli_foreman/parameter.rb +5 -2
  24. data/lib/hammer_cli_foreman/references.rb +1 -1
  25. data/lib/hammer_cli_foreman/role.rb +18 -1
  26. data/lib/hammer_cli_foreman/template.rb +10 -10
  27. data/lib/hammer_cli_foreman/testing/api_expectations.rb +108 -8
  28. data/lib/hammer_cli_foreman/user.rb +25 -0
  29. data/lib/hammer_cli_foreman/version.rb +1 -1
  30. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  31. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  32. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  33. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  34. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  35. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  36. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  37. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  38. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  39. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  40. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  41. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  42. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  43. data/test/data/1.14/_foreman_api.json +1 -0
  44. data/test/data/1.14/foreman_api.json +1 -0
  45. data/test/data/1.15/foreman_api.json +1 -0
  46. data/test/functional/host_test.rb +69 -1
  47. data/test/functional/role_test.rb +69 -0
  48. data/test/functional/template_test.rb +4 -4
  49. data/test/functional/test_helper.rb +0 -3
  50. data/test/functional/user_test.rb +85 -0
  51. data/test/test_helper.rb +4 -6
  52. data/test/unit/api/interactive_basic_auth_test.rb +2 -3
  53. data/test/unit/api/session_authenticator_wrapper_test.rb +24 -0
  54. data/test/unit/apipie_resource_mock.rb +180 -0
  55. data/test/unit/architecture_test.rb +3 -0
  56. data/test/unit/auth_source_ldap_test.rb +3 -0
  57. data/test/unit/commands_test.rb +2 -0
  58. data/test/unit/common_parameter_test.rb +13 -7
  59. data/test/unit/compute_resource_test.rb +6 -0
  60. data/test/unit/config_group_test.rb +72 -0
  61. data/test/unit/defaults_test.rb +28 -24
  62. data/test/unit/domain_test.rb +3 -0
  63. data/test/unit/environment_test.rb +3 -0
  64. data/test/unit/filter_test.rb +10 -2
  65. data/test/unit/host_test.rb +14 -1
  66. data/test/unit/hostgroup_test.rb +3 -0
  67. data/test/unit/image_test.rb +3 -0
  68. data/test/unit/media_test.rb +3 -0
  69. data/test/unit/model_test.rb +3 -0
  70. data/test/unit/partition_table_test.rb +3 -0
  71. data/test/unit/puppet_class_test.rb +3 -0
  72. data/test/unit/realm_test.rb +3 -0
  73. data/test/unit/report_test.rb +3 -0
  74. data/test/unit/smart_proxy_test.rb +3 -0
  75. data/test/unit/smart_variable_test.rb +0 -1
  76. data/test/unit/subnet_test.rb +3 -0
  77. data/test/unit/template_test.rb +9 -3
  78. data/test/unit/user_test.rb +6 -0
  79. data/test/unit/usergroup_test.rb +3 -0
  80. metadata +69 -577
  81. data/locale/Makefile +0 -57
  82. data/locale/README.md +0 -18
  83. data/locale/ca/hammer-cli-foreman.edit.po +0 -2910
  84. data/locale/ca/hammer-cli-foreman.po +0 -2823
  85. data/locale/ca/hammer-cli-foreman.po.time_stamp +0 -0
  86. data/locale/de/hammer-cli-foreman.edit.po +0 -2921
  87. data/locale/de/hammer-cli-foreman.po +0 -2827
  88. data/locale/de/hammer-cli-foreman.po.time_stamp +0 -0
  89. data/locale/en/hammer-cli-foreman.edit.po +0 -2865
  90. data/locale/en/hammer-cli-foreman.po +0 -2167
  91. data/locale/en/hammer-cli-foreman.po.time_stamp +0 -0
  92. data/locale/en_GB/hammer-cli-foreman.edit.po +0 -2888
  93. data/locale/en_GB/hammer-cli-foreman.po +0 -2825
  94. data/locale/en_GB/hammer-cli-foreman.po.time_stamp +0 -0
  95. data/locale/es/hammer-cli-foreman.edit.po +0 -2924
  96. data/locale/es/hammer-cli-foreman.po +0 -2829
  97. data/locale/es/hammer-cli-foreman.po.time_stamp +0 -0
  98. data/locale/fr/hammer-cli-foreman.edit.po +0 -2919
  99. data/locale/fr/hammer-cli-foreman.po +0 -2825
  100. data/locale/fr/hammer-cli-foreman.po.time_stamp +0 -0
  101. data/locale/hammer-cli-foreman.pot +0 -3080
  102. data/locale/it/hammer-cli-foreman.edit.po +0 -2909
  103. data/locale/it/hammer-cli-foreman.po +0 -2824
  104. data/locale/it/hammer-cli-foreman.po.time_stamp +0 -0
  105. data/locale/ja/hammer-cli-foreman.edit.po +0 -2919
  106. data/locale/ja/hammer-cli-foreman.po +0 -2824
  107. data/locale/ja/hammer-cli-foreman.po.time_stamp +0 -0
  108. data/locale/ko/hammer-cli-foreman.edit.po +0 -2917
  109. data/locale/ko/hammer-cli-foreman.po +0 -2823
  110. data/locale/ko/hammer-cli-foreman.po.time_stamp +0 -0
  111. data/locale/pt_BR/hammer-cli-foreman.edit.po +0 -2921
  112. data/locale/pt_BR/hammer-cli-foreman.po +0 -2826
  113. data/locale/pt_BR/hammer-cli-foreman.po.time_stamp +0 -0
  114. data/locale/ru/hammer-cli-foreman.edit.po +0 -2921
  115. data/locale/ru/hammer-cli-foreman.po +0 -2824
  116. data/locale/ru/hammer-cli-foreman.po.time_stamp +0 -0
  117. data/locale/zanata.xml +0 -28
  118. data/locale/zh_CN/hammer-cli-foreman.edit.po +0 -2917
  119. data/locale/zh_CN/hammer-cli-foreman.po +0 -2822
  120. data/locale/zh_CN/hammer-cli-foreman.po.time_stamp +0 -0
  121. data/locale/zh_TW/hammer-cli-foreman.edit.po +0 -2917
  122. data/locale/zh_TW/hammer-cli-foreman.po +0 -2822
  123. data/locale/zh_TW/hammer-cli-foreman.po.time_stamp +0 -0
  124. data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand-parameters.xml +0 -11
  125. data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand.xml +0 -7
  126. data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand-parameters.xml +0 -13
  127. data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand.xml +0 -7
  128. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-output.xml +0 -13
  129. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-parameters.xml +0 -13
  130. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand.xml +0 -7
  131. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-output.xml +0 -13
  132. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-parameters.xml +0 -17
  133. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand.xml +0 -7
  134. data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand-parameters.xml +0 -15
  135. data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand.xml +0 -7
  136. data/test/reports/TEST-HammerCLIForeman-Architecture.xml +0 -7
  137. data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand-parameters.xml +0 -11
  138. data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand.xml +0 -7
  139. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-output.xml +0 -13
  140. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-parameters.xml +0 -17
  141. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand.xml +0 -7
  142. data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand-parameters.xml +0 -13
  143. data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand.xml +0 -7
  144. data/test/reports/TEST-HammerCLIForeman-CommonParameter.xml +0 -7
  145. data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand-parameters.xml +0 -15
  146. data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand.xml +0 -7
  147. data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand-parameters.xml +0 -13
  148. data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand.xml +0 -7
  149. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-output.xml +0 -17
  150. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-parameters.xml +0 -13
  151. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand.xml +0 -7
  152. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-output.xml +0 -15
  153. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-parameters.xml +0 -17
  154. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand.xml +0 -7
  155. data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand-parameters.xml +0 -15
  156. data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand.xml +0 -7
  157. data/test/reports/TEST-HammerCLIForeman-ComputeResource.xml +0 -7
  158. data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand-parameters.xml +0 -11
  159. data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand.xml +0 -7
  160. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand-parameters.xml +0 -13
  161. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand.xml +0 -7
  162. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand-parameters.xml +0 -15
  163. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand.xml +0 -7
  164. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-output.xml +0 -21
  165. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-parameters.xml +0 -13
  166. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand.xml +0 -7
  167. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-output.xml +0 -13
  168. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-parameters.xml +0 -17
  169. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand.xml +0 -7
  170. data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand-parameters.xml +0 -17
  171. data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand.xml +0 -7
  172. data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand-parameters.xml +0 -15
  173. data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand.xml +0 -7
  174. data/test/reports/TEST-HammerCLIForeman-Domain.xml +0 -7
  175. data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand-parameters.xml +0 -11
  176. data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand.xml +0 -7
  177. data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand-parameters.xml +0 -13
  178. data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand.xml +0 -7
  179. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-output.xml +0 -17
  180. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-parameters.xml +0 -13
  181. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand.xml +0 -7
  182. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-output.xml +0 -13
  183. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-parameters.xml +0 -17
  184. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand.xml +0 -7
  185. data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand-parameters.xml +0 -15
  186. data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand.xml +0 -7
  187. data/test/reports/TEST-HammerCLIForeman-Environment.xml +0 -7
  188. data/test/reports/TEST-HammerCLIForeman-ExceptionHandler.xml +0 -13
  189. data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand-parameters.xml +0 -46
  190. data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand.xml +0 -7
  191. data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand-parameters.xml +0 -13
  192. data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand.xml +0 -7
  193. data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand-parameters.xml +0 -15
  194. data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand.xml +0 -7
  195. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-output.xml +0 -85
  196. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-parameters.xml +0 -13
  197. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand.xml +0 -7
  198. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-output.xml +0 -21
  199. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-parameters.xml +0 -17
  200. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand.xml +0 -7
  201. data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand-output.xml +0 -9
  202. data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand.xml +0 -7
  203. data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand-parameters.xml +0 -17
  204. data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand.xml +0 -7
  205. data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand-output.xml +0 -9
  206. data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand.xml +0 -7
  207. data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand-parameters.xml +0 -40
  208. data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand.xml +0 -7
  209. data/test/reports/TEST-HammerCLIForeman-Host.xml +0 -7
  210. data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand-parameters.xml +0 -11
  211. data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand.xml +0 -7
  212. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand-parameters.xml +0 -11
  213. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand.xml +0 -7
  214. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand-parameters.xml +0 -13
  215. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand.xml +0 -7
  216. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-output.xml +0 -29
  217. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-parameters.xml +0 -11
  218. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand.xml +0 -7
  219. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-output.xml +0 -27
  220. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-parameters.xml +0 -17
  221. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand.xml +0 -7
  222. data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand-parameters.xml +0 -15
  223. data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand.xml +0 -7
  224. data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand-parameters.xml +0 -13
  225. data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand.xml +0 -7
  226. data/test/reports/TEST-HammerCLIForeman-Hostgroup.xml +0 -7
  227. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-parameters.xml +0 -11
  228. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-resource-disabled.xml +0 -11
  229. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand.xml +0 -7
  230. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-parameters.xml +0 -13
  231. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-resource-disabled.xml +0 -11
  232. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand.xml +0 -7
  233. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-output.xml +0 -17
  234. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-parameters.xml +0 -13
  235. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-resource-disabled.xml +0 -11
  236. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand.xml +0 -7
  237. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-output.xml +0 -13
  238. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-parameters.xml +0 -17
  239. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-resource-disabled.xml +0 -11
  240. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand.xml +0 -7
  241. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-parameters.xml +0 -15
  242. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-resource-disabled.xml +0 -11
  243. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand.xml +0 -7
  244. data/test/reports/TEST-HammerCLIForeman-Location.xml +0 -7
  245. data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand-parameters.xml +0 -13
  246. data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand.xml +0 -7
  247. data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand-parameters.xml +0 -13
  248. data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand.xml +0 -7
  249. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-output.xml +0 -23
  250. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-parameters.xml +0 -13
  251. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand.xml +0 -7
  252. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-output.xml +0 -15
  253. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-parameters.xml +0 -17
  254. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand.xml +0 -7
  255. data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand-parameters.xml +0 -17
  256. data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand.xml +0 -7
  257. data/test/reports/TEST-HammerCLIForeman-Medium.xml +0 -7
  258. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand-parameters.xml +0 -11
  259. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand.xml +0 -7
  260. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand-parameters.xml +0 -13
  261. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand.xml +0 -7
  262. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand-parameters.xml +0 -13
  263. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand.xml +0 -7
  264. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-output.xml +0 -27
  265. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-parameters.xml +0 -13
  266. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand.xml +0 -7
  267. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-output.xml +0 -17
  268. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-parameters.xml +0 -17
  269. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand.xml +0 -7
  270. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand-parameters.xml +0 -15
  271. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand.xml +0 -7
  272. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand-parameters.xml +0 -17
  273. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand.xml +0 -7
  274. data/test/reports/TEST-HammerCLIForeman-OperatingSystem.xml +0 -7
  275. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-parameters.xml +0 -11
  276. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-resource-disabled.xml +0 -11
  277. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand.xml +0 -7
  278. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-parameters.xml +0 -13
  279. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-resource-disabled.xml +0 -11
  280. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand.xml +0 -7
  281. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-output.xml +0 -17
  282. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-parameters.xml +0 -13
  283. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-resource-disabled.xml +0 -11
  284. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand.xml +0 -7
  285. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-output.xml +0 -13
  286. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-parameters.xml +0 -17
  287. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-resource-disabled.xml +0 -11
  288. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand.xml +0 -7
  289. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-parameters.xml +0 -15
  290. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-resource-disabled.xml +0 -11
  291. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand.xml +0 -7
  292. data/test/reports/TEST-HammerCLIForeman-Organization.xml +0 -7
  293. data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand-parameters.xml +0 -13
  294. data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand.xml +0 -7
  295. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand-parameters.xml +0 -13
  296. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand.xml +0 -7
  297. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand-parameters.xml +0 -15
  298. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand.xml +0 -7
  299. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-output.xml +0 -19
  300. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-parameters.xml +0 -13
  301. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand.xml +0 -7
  302. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-output.xml +0 -15
  303. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-parameters.xml +0 -17
  304. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand.xml +0 -7
  305. data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand-parameters.xml +0 -13
  306. data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand.xml +0 -7
  307. data/test/reports/TEST-HammerCLIForeman-PartitionTable.xml +0 -7
  308. data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand-parameters.xml +0 -13
  309. data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand.xml +0 -7
  310. data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand-parameters.xml +0 -13
  311. data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand.xml +0 -7
  312. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-output.xml +0 -21
  313. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-parameters.xml +0 -13
  314. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand.xml +0 -7
  315. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-output.xml +0 -15
  316. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-parameters.xml +0 -11
  317. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand.xml +0 -7
  318. data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand-parameters.xml +0 -15
  319. data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand.xml +0 -7
  320. data/test/reports/TEST-HammerCLIForeman-SmartProxy.xml +0 -7
  321. data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand-parameters.xml +0 -15
  322. data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand.xml +0 -7
  323. data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand-parameters.xml +0 -13
  324. data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand.xml +0 -7
  325. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-output.xml +0 -43
  326. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-parameters.xml +0 -13
  327. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand.xml +0 -7
  328. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-output.xml +0 -17
  329. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-parameters.xml +0 -17
  330. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand.xml +0 -7
  331. data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand-parameters.xml +0 -15
  332. data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand.xml +0 -7
  333. data/test/reports/TEST-HammerCLIForeman-Subnet.xml +0 -7
  334. data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand-parameters.xml +0 -15
  335. data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand.xml +0 -7
  336. data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand-parameters.xml +0 -11
  337. data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand.xml +0 -7
  338. data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand-parameters.xml +0 -12
  339. data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand.xml +0 -7
  340. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-output.xml +0 -17
  341. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-parameters.xml +0 -11
  342. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand.xml +0 -7
  343. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-output.xml +0 -15
  344. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-parameters.xml +0 -17
  345. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand.xml +0 -7
  346. data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand-parameters.xml +0 -9
  347. data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand.xml +0 -7
  348. data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand-parameters.xml +0 -11
  349. data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand.xml +0 -7
  350. data/test/reports/TEST-HammerCLIForeman-Template.xml +0 -7
  351. data/test/reports/TEST-HammerCLIForeman-User-CreateCommand-parameters.xml +0 -19
  352. data/test/reports/TEST-HammerCLIForeman-User-CreateCommand.xml +0 -7
  353. data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand-parameters.xml +0 -11
  354. data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand.xml +0 -7
  355. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-output.xml +0 -23
  356. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-parameters.xml +0 -11
  357. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand.xml +0 -7
  358. data/test/reports/TEST-HammerCLIForeman-User-ListCommand-output.xml +0 -17
  359. data/test/reports/TEST-HammerCLIForeman-User-ListCommand-parameters.xml +0 -17
  360. data/test/reports/TEST-HammerCLIForeman-User-ListCommand.xml +0 -7
  361. data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand-parameters.xml +0 -11
  362. data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand.xml +0 -7
  363. data/test/reports/TEST-HammerCLIForeman-User.xml +0 -7
  364. data/test/reports/TEST-MiniTest-Spec.xml +0 -7
File without changes
@@ -1,2888 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the hammer-cli-foreman package.
4
- #
5
- # Translators:
6
- # Andi Chandler <andi@gowling.com>, 2016
7
- # Dominic Cleal <dominic@cleal.org>, 2014-2015
8
- # Dominic Cleal <dominic@cleal.org>, 2016
9
- msgid ""
10
- msgstr ""
11
- "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
12
- "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2016-12-15 22:40+0100\n"
14
- "PO-Revision-Date: 2016-08-24 08:53+0000\n"
15
- "Last-Translator: Dominic Cleal <dominic@cleal.org>\n"
16
- "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
17
- "man/language/en_GB/)\n"
18
- "MIME-Version: 1.0\n"
19
- "Content-Type: text/plain; charset=UTF-8\n"
20
- "Content-Transfer-Encoding: 8bit\n"
21
- "Language: en_GB\n"
22
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
-
24
- #: ../lib/hammer_cli_foreman.rb:31
25
- msgid "Foreman connection login/logout."
26
- msgstr "Foreman connection login/logout."
27
-
28
- #: ../lib/hammer_cli_foreman.rb:35
29
- msgid "Manipulate architectures."
30
- msgstr "Manipulate architectures."
31
-
32
- #: ../lib/hammer_cli_foreman.rb:39
33
- msgid "Manipulate auth sources."
34
- msgstr "Manipulate auth sources."
35
-
36
- #: ../lib/hammer_cli_foreman.rb:43
37
- msgid "Manipulate compute resources."
38
- msgstr "Manipulate compute resources."
39
-
40
- #: ../lib/hammer_cli_foreman.rb:47
41
- msgid "Manipulate domains."
42
- msgstr "Manipulate domains."
43
-
44
- #: ../lib/hammer_cli_foreman.rb:51
45
- msgid "Manipulate environments."
46
- msgstr "Manipulate environments."
47
-
48
- #: ../lib/hammer_cli_foreman.rb:55
49
- msgid "Search facts."
50
- msgstr "Search facts."
51
-
52
- #: ../lib/hammer_cli_foreman.rb:59
53
- msgid "Manage permission filters."
54
- msgstr "Manage permission filters."
55
-
56
- #: ../lib/hammer_cli_foreman.rb:63
57
- msgid "Manipulate hosts."
58
- msgstr "Manipulate hosts."
59
-
60
- #: ../lib/hammer_cli_foreman.rb:67
61
- msgid "Manipulate hostgroups."
62
- msgstr "Manipulate hostgroups."
63
-
64
- #: ../lib/hammer_cli_foreman.rb:71
65
- msgid "Manipulate locations."
66
- msgstr "Manipulate locations."
67
-
68
- #: ../lib/hammer_cli_foreman.rb:75
69
- msgid "Manipulate installation media."
70
- msgstr "Manipulate installation media."
71
-
72
- #: ../lib/hammer_cli_foreman.rb:79
73
- msgid "Manipulate hardware models."
74
- msgstr "Manipulate hardware models."
75
-
76
- #: ../lib/hammer_cli_foreman.rb:83
77
- msgid "Manipulate operating system."
78
- msgstr "Manipulate operating system."
79
-
80
- #: ../lib/hammer_cli_foreman.rb:87
81
- msgid "Manipulate organizations."
82
- msgstr "Manipulate organisations."
83
-
84
- #: ../lib/hammer_cli_foreman.rb:91
85
- msgid "Manipulate partition tables."
86
- msgstr "Manipulate partition tables."
87
-
88
- #: ../lib/hammer_cli_foreman.rb:95
89
- msgid "Search puppet modules."
90
- msgstr "Search puppet modules."
91
-
92
- #: ../lib/hammer_cli_foreman.rb:99
93
- msgid "Browse and read reports."
94
- msgstr "Browse and read reports."
95
-
96
- #: ../lib/hammer_cli_foreman.rb:103
97
- msgid "Manage user roles."
98
- msgstr "Manage user roles."
99
-
100
- #: ../lib/hammer_cli_foreman.rb:107
101
- msgid "Manipulate smart class parameters."
102
- msgstr "Manipulate smart class parameters."
103
-
104
- #: ../lib/hammer_cli_foreman.rb:111
105
- msgid "Manipulate smart variables."
106
- msgstr "Manipulate smart variables."
107
-
108
- #: ../lib/hammer_cli_foreman.rb:115
109
- msgid "Manipulate smart proxies."
110
- msgstr "Manipulate smart proxies."
111
-
112
- #: ../lib/hammer_cli_foreman.rb:119
113
- #, fuzzy
114
- msgid "Manipulate realms."
115
- msgstr "Manipulate domains."
116
-
117
- #: ../lib/hammer_cli_foreman.rb:123
118
- msgid "Change server settings."
119
- msgstr "Change server settings."
120
-
121
- #: ../lib/hammer_cli_foreman.rb:127
122
- msgid "Manipulate subnets."
123
- msgstr "Manipulate subnets."
124
-
125
- #: ../lib/hammer_cli_foreman.rb:131
126
- msgid "Manipulate config templates."
127
- msgstr "Manipulate config templates."
128
-
129
- #: ../lib/hammer_cli_foreman.rb:135
130
- msgid "Manipulate users."
131
- msgstr "Manipulate users."
132
-
133
- #: ../lib/hammer_cli_foreman.rb:139
134
- msgid "Manage user groups."
135
- msgstr "Manage user groups."
136
-
137
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:15
138
- msgid "Invalid username or password"
139
- msgstr ""
140
-
141
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:20
142
- msgid "You are logged in as '%s'"
143
- msgstr ""
144
-
145
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:22 ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:28
146
- msgid "You are currently not logged in"
147
- msgstr ""
148
-
149
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:33
150
- msgid "[Foreman] Username: "
151
- msgstr ""
152
-
153
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:37
154
- msgid "[Foreman] Password for %s: "
155
- msgstr ""
156
-
157
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:17
158
- msgid "Can't use session auth due to invalid permissions on session files."
159
- msgstr ""
160
-
161
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:26
162
- msgid "Session exist, currently logged in as '%s'"
163
- msgstr ""
164
-
165
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:51
166
- msgid "Session has expired"
167
- msgstr ""
168
-
169
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:78
170
- msgid "Invalid session file format"
171
- msgstr ""
172
-
173
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:106
174
- msgid "Invalid permissions for %{file}: %{mode}, expected %{expected_mode}"
175
- msgstr ""
176
-
177
- #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/host.rb:30 ../lib/hammer_cli_foreman/host.rb:62 ../lib/hammer_cli_foreman/host.rb:93 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/references.rb:36 ../lib/hammer_cli_foreman/references.rb:43 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
178
- msgid "Id"
179
- msgstr "Id"
180
-
181
- #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/filter.rb:91 ../lib/hammer_cli_foreman/host.rb:31 ../lib/hammer_cli_foreman/host.rb:64 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
182
- msgid "Name"
183
- msgstr "Name"
184
-
185
- #: ../lib/hammer_cli_foreman/architecture.rb:31
186
- msgid "Architecture created"
187
- msgstr "Architecture created"
188
-
189
- #: ../lib/hammer_cli_foreman/architecture.rb:32
190
- msgid "Could not create the architecture"
191
- msgstr "Could not create the architecture"
192
-
193
- #: ../lib/hammer_cli_foreman/architecture.rb:39
194
- msgid "Architecture deleted"
195
- msgstr "Architecture deleted"
196
-
197
- #: ../lib/hammer_cli_foreman/architecture.rb:40
198
- msgid "Could not delete the architecture"
199
- msgstr "Could not delete the architecture"
200
-
201
- #: ../lib/hammer_cli_foreman/architecture.rb:47
202
- msgid "Architecture updated"
203
- msgstr "Architecture updated"
204
-
205
- #: ../lib/hammer_cli_foreman/architecture.rb:48
206
- msgid "Could not update the architecture"
207
- msgstr "Could not update the architecture"
208
-
209
- #: ../lib/hammer_cli_foreman/associating_commands.rb:41
210
- msgid "Associate a hostgroup"
211
- msgstr "Associate a hostgroup"
212
-
213
- #: ../lib/hammer_cli_foreman/associating_commands.rb:43
214
- msgid "The hostgroup has been associated"
215
- msgstr ""
216
-
217
- #: ../lib/hammer_cli_foreman/associating_commands.rb:44
218
- msgid "Could not associate the hostgroup"
219
- msgstr ""
220
-
221
- #: ../lib/hammer_cli_foreman/associating_commands.rb:49
222
- msgid "Disassociate a hostgroup"
223
- msgstr "Disassociate a hostgroup"
224
-
225
- #: ../lib/hammer_cli_foreman/associating_commands.rb:51
226
- msgid "The hostgroup has been disassociated"
227
- msgstr ""
228
-
229
- #: ../lib/hammer_cli_foreman/associating_commands.rb:52
230
- msgid "Could not disassociate the hostgroup"
231
- msgstr ""
232
-
233
- #: ../lib/hammer_cli_foreman/associating_commands.rb:61
234
- msgid "Associate an environment"
235
- msgstr "Associate an environment"
236
-
237
- #: ../lib/hammer_cli_foreman/associating_commands.rb:63
238
- msgid "The environment has been associated"
239
- msgstr ""
240
-
241
- #: ../lib/hammer_cli_foreman/associating_commands.rb:64
242
- msgid "Could not associate the environment"
243
- msgstr ""
244
-
245
- #: ../lib/hammer_cli_foreman/associating_commands.rb:69
246
- msgid "Disassociate an environment"
247
- msgstr "Disassociate an environment"
248
-
249
- #: ../lib/hammer_cli_foreman/associating_commands.rb:71
250
- msgid "The environment has been disassociated"
251
- msgstr ""
252
-
253
- #: ../lib/hammer_cli_foreman/associating_commands.rb:72
254
- msgid "Could not disassociate the environment"
255
- msgstr ""
256
-
257
- #: ../lib/hammer_cli_foreman/associating_commands.rb:81
258
- msgid "Associate a domain"
259
- msgstr "Associate a domain"
260
-
261
- #: ../lib/hammer_cli_foreman/associating_commands.rb:83
262
- msgid "The domain has been associated"
263
- msgstr ""
264
-
265
- #: ../lib/hammer_cli_foreman/associating_commands.rb:84
266
- msgid "Could not associate the domain"
267
- msgstr ""
268
-
269
- #: ../lib/hammer_cli_foreman/associating_commands.rb:89
270
- msgid "Disassociate a domain"
271
- msgstr "Disassociate a domain"
272
-
273
- #: ../lib/hammer_cli_foreman/associating_commands.rb:91
274
- msgid "The domain has been disassociated"
275
- msgstr ""
276
-
277
- #: ../lib/hammer_cli_foreman/associating_commands.rb:92
278
- msgid "Could not disassociate the domain"
279
- msgstr ""
280
-
281
- #: ../lib/hammer_cli_foreman/associating_commands.rb:101
282
- msgid "Associate a medium"
283
- msgstr "Associate a medium"
284
-
285
- #: ../lib/hammer_cli_foreman/associating_commands.rb:103
286
- msgid "The medium has been associated"
287
- msgstr ""
288
-
289
- #: ../lib/hammer_cli_foreman/associating_commands.rb:104
290
- msgid "Could not associate the medium"
291
- msgstr ""
292
-
293
- #: ../lib/hammer_cli_foreman/associating_commands.rb:109
294
- msgid "Disassociate a medium"
295
- msgstr "Disassociate a medium"
296
-
297
- #: ../lib/hammer_cli_foreman/associating_commands.rb:111
298
- msgid "The medium has been disassociated"
299
- msgstr ""
300
-
301
- #: ../lib/hammer_cli_foreman/associating_commands.rb:112
302
- msgid "Could not disassociate the medium"
303
- msgstr ""
304
-
305
- #: ../lib/hammer_cli_foreman/associating_commands.rb:121
306
- msgid "Associate a subnet"
307
- msgstr "Associate a subnet"
308
-
309
- #: ../lib/hammer_cli_foreman/associating_commands.rb:123
310
- msgid "The subnet has been associated"
311
- msgstr ""
312
-
313
- #: ../lib/hammer_cli_foreman/associating_commands.rb:124
314
- msgid "Could not associate the subnet"
315
- msgstr ""
316
-
317
- #: ../lib/hammer_cli_foreman/associating_commands.rb:129
318
- msgid "Disassociate a subnet"
319
- msgstr "Disassociate a subnet"
320
-
321
- #: ../lib/hammer_cli_foreman/associating_commands.rb:131
322
- msgid "The subnet has been disassociated"
323
- msgstr ""
324
-
325
- #: ../lib/hammer_cli_foreman/associating_commands.rb:132
326
- msgid "Could not disassociate the subnet"
327
- msgstr ""
328
-
329
- #: ../lib/hammer_cli_foreman/associating_commands.rb:141
330
- msgid "Associate a compute resource"
331
- msgstr "Associate a compute resource"
332
-
333
- #: ../lib/hammer_cli_foreman/associating_commands.rb:143
334
- msgid "The compute resource has been associated"
335
- msgstr ""
336
-
337
- #: ../lib/hammer_cli_foreman/associating_commands.rb:144
338
- msgid "Could not associate the compute resource"
339
- msgstr ""
340
-
341
- #: ../lib/hammer_cli_foreman/associating_commands.rb:149
342
- msgid "Disassociate a compute resource"
343
- msgstr "Disassociate a compute resource"
344
-
345
- #: ../lib/hammer_cli_foreman/associating_commands.rb:151
346
- msgid "The compute resource has been disassociated"
347
- msgstr ""
348
-
349
- #: ../lib/hammer_cli_foreman/associating_commands.rb:152
350
- msgid "Could not disassociate the compute resource"
351
- msgstr ""
352
-
353
- #: ../lib/hammer_cli_foreman/associating_commands.rb:161
354
- msgid "Associate a smart proxy"
355
- msgstr "Associate a smart proxy"
356
-
357
- #: ../lib/hammer_cli_foreman/associating_commands.rb:163
358
- msgid "The smart proxy has been associated"
359
- msgstr ""
360
-
361
- #: ../lib/hammer_cli_foreman/associating_commands.rb:164
362
- msgid "Could not associate the smart proxy"
363
- msgstr ""
364
-
365
- #: ../lib/hammer_cli_foreman/associating_commands.rb:173
366
- msgid "Disassociate a smart proxy"
367
- msgstr "Disassociate a smart proxy"
368
-
369
- #: ../lib/hammer_cli_foreman/associating_commands.rb:175
370
- msgid "The smart proxy has been disassociated"
371
- msgstr ""
372
-
373
- #: ../lib/hammer_cli_foreman/associating_commands.rb:176
374
- msgid "Could not disassociate the smart proxy"
375
- msgstr ""
376
-
377
- #: ../lib/hammer_cli_foreman/associating_commands.rb:189
378
- msgid "Associate an user"
379
- msgstr "Associate an user"
380
-
381
- #: ../lib/hammer_cli_foreman/associating_commands.rb:191
382
- msgid "The user has been associated"
383
- msgstr "The user has been associated"
384
-
385
- #: ../lib/hammer_cli_foreman/associating_commands.rb:192
386
- msgid "Could not associate the user"
387
- msgstr "Could not associate the user"
388
-
389
- #: ../lib/hammer_cli_foreman/associating_commands.rb:197
390
- msgid "Disassociate an user"
391
- msgstr "Disassociate an user"
392
-
393
- #: ../lib/hammer_cli_foreman/associating_commands.rb:199
394
- msgid "The user has been disassociated"
395
- msgstr "The user has been disassociated"
396
-
397
- #: ../lib/hammer_cli_foreman/associating_commands.rb:200
398
- msgid "Could not disassociate the user"
399
- msgstr "Could not disassociate the user"
400
-
401
- #: ../lib/hammer_cli_foreman/associating_commands.rb:209
402
- msgid "Associate an user group"
403
- msgstr "Associate an user group"
404
-
405
- #: ../lib/hammer_cli_foreman/associating_commands.rb:213
406
- msgid "The user group has been associated"
407
- msgstr "The user group has been associated"
408
-
409
- #: ../lib/hammer_cli_foreman/associating_commands.rb:214
410
- msgid "Could not associate the user group"
411
- msgstr "Could not associate the user group"
412
-
413
- #: ../lib/hammer_cli_foreman/associating_commands.rb:219
414
- msgid "Disassociate an user group"
415
- msgstr "Disassociate an user group"
416
-
417
- #: ../lib/hammer_cli_foreman/associating_commands.rb:223
418
- msgid "The user group has been disassociated"
419
- msgstr "The user group has been disassociated"
420
-
421
- #: ../lib/hammer_cli_foreman/associating_commands.rb:224
422
- msgid "Could not disassociate the user group"
423
- msgstr "Could not disassociate the user group"
424
-
425
- #: ../lib/hammer_cli_foreman/associating_commands.rb:233
426
- msgid "Associate a configuration template"
427
- msgstr "Associate a configuration template"
428
-
429
- #: ../lib/hammer_cli_foreman/associating_commands.rb:235
430
- msgid "The configuration template has been associated"
431
- msgstr ""
432
-
433
- #: ../lib/hammer_cli_foreman/associating_commands.rb:236
434
- msgid "Could not associate the configuration template"
435
- msgstr ""
436
-
437
- #: ../lib/hammer_cli_foreman/associating_commands.rb:241
438
- msgid "Disassociate a configuration template"
439
- msgstr "Disassociate a configuration template"
440
-
441
- #: ../lib/hammer_cli_foreman/associating_commands.rb:243
442
- msgid "The configuration template has been disassociated"
443
- msgstr ""
444
-
445
- #: ../lib/hammer_cli_foreman/associating_commands.rb:244
446
- msgid "Could not disassociate the configuration template"
447
- msgstr ""
448
-
449
- #: ../lib/hammer_cli_foreman/associating_commands.rb:253
450
- msgid "Associate an organization"
451
- msgstr "Associate an organisation"
452
-
453
- #: ../lib/hammer_cli_foreman/associating_commands.rb:255
454
- msgid "The organization has been associated"
455
- msgstr "The organisation has been associated"
456
-
457
- #: ../lib/hammer_cli_foreman/associating_commands.rb:256
458
- msgid "Could not associate the organization"
459
- msgstr "Could not associate the organisation"
460
-
461
- #: ../lib/hammer_cli_foreman/associating_commands.rb:261
462
- msgid "Disassociate an organization"
463
- msgstr "Disassociate an organisation"
464
-
465
- #: ../lib/hammer_cli_foreman/associating_commands.rb:263
466
- msgid "The organization has been disassociated"
467
- msgstr "The organisation has been disassociated"
468
-
469
- #: ../lib/hammer_cli_foreman/associating_commands.rb:264
470
- msgid "Could not disassociate the organization"
471
- msgstr "Could not disassociate the organisation"
472
-
473
- #: ../lib/hammer_cli_foreman/associating_commands.rb:273
474
- msgid "Associate an operating system"
475
- msgstr "Associate an operating system"
476
-
477
- #: ../lib/hammer_cli_foreman/associating_commands.rb:275
478
- msgid "Operating system has been associated"
479
- msgstr "Operating system has been associated"
480
-
481
- #: ../lib/hammer_cli_foreman/associating_commands.rb:276
482
- msgid "Could not associate the operating system"
483
- msgstr "Could not associate the operating system"
484
-
485
- #: ../lib/hammer_cli_foreman/associating_commands.rb:282
486
- msgid "Disassociate an operating system"
487
- msgstr "Disassociate an operating system"
488
-
489
- #: ../lib/hammer_cli_foreman/associating_commands.rb:284
490
- msgid "Operating system has been disassociated"
491
- msgstr "Operating system has been disassociated"
492
-
493
- #: ../lib/hammer_cli_foreman/associating_commands.rb:285
494
- msgid "Could not disassociate the operating system"
495
- msgstr "Could not disassociate the operating system"
496
-
497
- #: ../lib/hammer_cli_foreman/associating_commands.rb:294
498
- msgid "Associate an architecture"
499
- msgstr "Associate an architecture"
500
-
501
- #: ../lib/hammer_cli_foreman/associating_commands.rb:296
502
- msgid "Architecture has been associated"
503
- msgstr "Architecture has been associated"
504
-
505
- #: ../lib/hammer_cli_foreman/associating_commands.rb:297
506
- msgid "Could not associate the architecture"
507
- msgstr "Could not associate the architecture"
508
-
509
- #: ../lib/hammer_cli_foreman/associating_commands.rb:303
510
- msgid "Disassociate an architecture"
511
- msgstr "Disassociate an architecture"
512
-
513
- #: ../lib/hammer_cli_foreman/associating_commands.rb:305
514
- msgid "Architecture has been disassociated"
515
- msgstr ""
516
-
517
- #: ../lib/hammer_cli_foreman/associating_commands.rb:306
518
- msgid "Could not disassociate the architecture"
519
- msgstr "Could not disassociate the architecture"
520
-
521
- #: ../lib/hammer_cli_foreman/associating_commands.rb:315
522
- msgid "Associate a partition table"
523
- msgstr "Associate a partition table"
524
-
525
- #: ../lib/hammer_cli_foreman/associating_commands.rb:317
526
- msgid "Partition table has been associated"
527
- msgstr "Partition table has been associated"
528
-
529
- #: ../lib/hammer_cli_foreman/associating_commands.rb:318
530
- msgid "Could not associate the partition table"
531
- msgstr "Could not associate the partition table"
532
-
533
- #: ../lib/hammer_cli_foreman/associating_commands.rb:324
534
- msgid "Disassociate a partition table"
535
- msgstr "Disassociate a partition table"
536
-
537
- #: ../lib/hammer_cli_foreman/associating_commands.rb:326
538
- msgid "Partition table has been disassociated"
539
- msgstr "Partition table has been disassociated"
540
-
541
- #: ../lib/hammer_cli_foreman/associating_commands.rb:327
542
- msgid "Could not disassociate the partition table"
543
- msgstr ""
544
-
545
- #: ../lib/hammer_cli_foreman/associating_commands.rb:336
546
- msgid "Assign a user role"
547
- msgstr "Assign a user role"
548
-
549
- #: ../lib/hammer_cli_foreman/associating_commands.rb:338
550
- msgid "User role has been assigned"
551
- msgstr ""
552
-
553
- #: ../lib/hammer_cli_foreman/associating_commands.rb:339
554
- msgid "Could not assign the user role"
555
- msgstr "Could not assign the user role"
556
-
557
- #: ../lib/hammer_cli_foreman/associating_commands.rb:345
558
- msgid "Remove a user role"
559
- msgstr "Remove a user role"
560
-
561
- #: ../lib/hammer_cli_foreman/associating_commands.rb:347
562
- msgid "User role has been removed"
563
- msgstr "User role has been removed"
564
-
565
- #: ../lib/hammer_cli_foreman/associating_commands.rb:348
566
- msgid "Could not remove the user role"
567
- msgstr ""
568
-
569
- #: ../lib/hammer_cli_foreman/associating_commands.rb:357
570
- #, fuzzy
571
- msgid "Associate a location"
572
- msgstr "Associate a domain"
573
-
574
- #: ../lib/hammer_cli_foreman/associating_commands.rb:359
575
- #, fuzzy
576
- msgid "The location has been associated"
577
- msgstr "The organisation has been associated"
578
-
579
- #: ../lib/hammer_cli_foreman/associating_commands.rb:360
580
- #, fuzzy
581
- msgid "Could not associate the location"
582
- msgstr "Could not associate the organisation"
583
-
584
- #: ../lib/hammer_cli_foreman/associating_commands.rb:365
585
- #, fuzzy
586
- msgid "Disassociate a location"
587
- msgstr "Disassociate a domain"
588
-
589
- #: ../lib/hammer_cli_foreman/associating_commands.rb:367
590
- #, fuzzy
591
- msgid "The location has been disassociated"
592
- msgstr "The organisation has been disassociated"
593
-
594
- #: ../lib/hammer_cli_foreman/associating_commands.rb:368
595
- #, fuzzy
596
- msgid "Could not disassociate the location"
597
- msgstr "Could not disassociate the organisation"
598
-
599
- #: ../lib/hammer_cli_foreman/auth.rb:7
600
- msgid "Set credentials"
601
- msgstr "Set credentials"
602
-
603
- #: ../lib/hammer_cli_foreman/auth.rb:9
604
- msgid "username to access the remote system"
605
- msgstr ""
606
-
607
- #: ../lib/hammer_cli_foreman/auth.rb:10
608
- msgid "password to access the remote system"
609
- msgstr ""
610
-
611
- #: ../lib/hammer_cli_foreman/auth.rb:22
612
- msgid "Successfully logged in."
613
- msgstr ""
614
-
615
- #: ../lib/hammer_cli_foreman/auth.rb:29
616
- msgid "Wipe your credentials"
617
- msgstr "Wipe your credentials"
618
-
619
- #: ../lib/hammer_cli_foreman/auth.rb:34
620
- msgid "Credentials deleted."
621
- msgstr "Credentials deleted."
622
-
623
- #: ../lib/hammer_cli_foreman/auth.rb:41
624
- msgid "Information about current connections"
625
- msgstr "Information about current connections"
626
-
627
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
628
- msgid "Manage LDAP auth sources."
629
- msgstr ""
630
-
631
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:15
632
- msgid "LDAPS?"
633
- msgstr ""
634
-
635
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:16
636
- msgid "Port"
637
- msgstr ""
638
-
639
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:17
640
- msgid "Server Type"
641
- msgstr ""
642
-
643
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:27
644
- msgid "Account Username"
645
- msgstr ""
646
-
647
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:28
648
- msgid "Base DN"
649
- msgstr ""
650
-
651
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:29
652
- msgid "LDAP filter"
653
- msgstr ""
654
-
655
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:30
656
- msgid "Automatically Create Accounts?"
657
- msgstr ""
658
-
659
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:31
660
- msgid "Login Name Attribute"
661
- msgstr ""
662
-
663
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:32
664
- msgid "First Name Attribute"
665
- msgstr ""
666
-
667
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:33
668
- msgid "Last Name Attribute"
669
- msgstr ""
670
-
671
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:34
672
- msgid "Email Address Attribute"
673
- msgstr ""
674
-
675
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:35
676
- msgid "Photo Attribute"
677
- msgstr ""
678
-
679
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:43
680
- msgid "Auth source created"
681
- msgstr ""
682
-
683
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:44
684
- msgid "Could not create the Auth Source"
685
- msgstr ""
686
-
687
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:51
688
- msgid "Auth source deleted"
689
- msgstr ""
690
-
691
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:52
692
- msgid "Could not delete the Auth Source"
693
- msgstr ""
694
-
695
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:59
696
- msgid "Auth source updated"
697
- msgstr ""
698
-
699
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:60
700
- msgid "Could not update the Auth Source"
701
- msgstr ""
702
-
703
- #: ../lib/hammer_cli_foreman/commands.rb:56
704
- msgid "Received data of unknown format"
705
- msgstr ""
706
-
707
- #: ../lib/hammer_cli_foreman/commands.rb:164
708
- msgid "Could not find %{resource}. Some search options were missing, please see --help."
709
- msgstr ""
710
-
711
- #: ../lib/hammer_cli_foreman/commands.rb:166
712
- msgid "Could not find %{resource}, please set option %{switches}."
713
- msgstr ""
714
-
715
- #: ../lib/hammer_cli_foreman/commands.rb:168
716
- msgid "Could not find %{resource}, please set one of options %{switches}."
717
- msgstr ""
718
-
719
- #: ../lib/hammer_cli_foreman/commands.rb:497
720
- msgid "Associate a resource"
721
- msgstr ""
722
-
723
- #: ../lib/hammer_cli_foreman/commands.rb:501
724
- msgid "Could not associate the %{resource_name}"
725
- msgstr ""
726
-
727
- #: ../lib/hammer_cli_foreman/commands.rb:505
728
- msgid "The %{resource_name} has been associated"
729
- msgstr ""
730
-
731
- #: ../lib/hammer_cli_foreman/commands.rb:527
732
- msgid "Disassociate a resource"
733
- msgstr ""
734
-
735
- #: ../lib/hammer_cli_foreman/commands.rb:539
736
- msgid "Could not disassociate the %{resource_name}"
737
- msgstr ""
738
-
739
- #: ../lib/hammer_cli_foreman/commands.rb:543
740
- msgid "The %{resource_name} has been disassociated"
741
- msgstr ""
742
-
743
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:189 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78 ../lib/hammer_cli_foreman/smart_variable.rb:68
744
- msgid "Value"
745
- msgstr "Value"
746
-
747
- #: ../lib/hammer_cli_foreman/common_parameter.rb:22
748
- msgid "Set a global parameter."
749
- msgstr ""
750
-
751
- #: ../lib/hammer_cli_foreman/common_parameter.rb:24
752
- msgid "Created parameter [%{name}] with value [%{value}]."
753
- msgstr ""
754
-
755
- #: ../lib/hammer_cli_foreman/common_parameter.rb:25
756
- msgid "Parameter [%{name}] updated to [%{value}]."
757
- msgstr ""
758
-
759
- #: ../lib/hammer_cli_foreman/common_parameter.rb:27 ../lib/hammer_cli_foreman/parameter.rb:49 ../lib/hammer_cli_foreman/parameter.rb:96
760
- msgid "parameter name"
761
- msgstr ""
762
-
763
- #: ../lib/hammer_cli_foreman/common_parameter.rb:28 ../lib/hammer_cli_foreman/parameter.rb:50
764
- msgid "parameter value"
765
- msgstr ""
766
-
767
- #: ../lib/hammer_cli_foreman/common_parameter.rb:53
768
- msgid "Global parameter [%{name}] deleted."
769
- msgstr ""
770
-
771
- #: ../lib/hammer_cli_foreman/common_parameter.rb:54
772
- msgid "Could not delete the global parameter [%{name}]"
773
- msgstr ""
774
-
775
- #: ../lib/hammer_cli_foreman/common_parameter.rb:67
776
- msgid "Manipulate global parameters."
777
- msgstr ""
778
-
779
- #: ../lib/hammer_cli_foreman/compute_resource.rb:22 ../lib/hammer_cli_foreman/interface.rb:60
780
- msgid "Provider"
781
- msgstr "Provider"
782
-
783
- #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40
784
- msgid "Datacenter"
785
- msgstr ""
786
-
787
- #: ../lib/hammer_cli_foreman/compute_resource.rb:37 ../lib/hammer_cli_foreman/compute_resource.rb:47
788
- msgid "Region"
789
- msgstr ""
790
-
791
- #: ../lib/hammer_cli_foreman/compute_resource.rb:41
792
- msgid "Server"
793
- msgstr ""
794
-
795
- #: ../lib/hammer_cli_foreman/compute_resource.rb:44
796
- msgid "Tenant"
797
- msgstr ""
798
-
799
- #: ../lib/hammer_cli_foreman/compute_resource.rb:54
800
- msgid "Url"
801
- msgstr ""
802
-
803
- #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/role.rb:21 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53 ../lib/hammer_cli_foreman/user.rb:34
804
- msgid "Description"
805
- msgstr "Description"
806
-
807
- #: ../lib/hammer_cli_foreman/compute_resource.rb:56
808
- msgid "User"
809
- msgstr ""
810
-
811
- #: ../lib/hammer_cli_foreman/compute_resource.rb:73
812
- msgid "Compute resource created"
813
- msgstr ""
814
-
815
- #: ../lib/hammer_cli_foreman/compute_resource.rb:74
816
- msgid "Could not create the compute resource"
817
- msgstr ""
818
-
819
- #: ../lib/hammer_cli_foreman/compute_resource.rb:85
820
- msgid "Compute resource updated"
821
- msgstr ""
822
-
823
- #: ../lib/hammer_cli_foreman/compute_resource.rb:86
824
- msgid "Could not update the compute resource"
825
- msgstr ""
826
-
827
- #: ../lib/hammer_cli_foreman/compute_resource.rb:93
828
- msgid "Compute resource deleted"
829
- msgstr ""
830
-
831
- #: ../lib/hammer_cli_foreman/compute_resource.rb:94
832
- msgid "Could not delete the compute resource"
833
- msgstr ""
834
-
835
- #: ../lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb:6
836
- msgid "EC2"
837
- msgstr ""
838
-
839
- #: ../lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb:6
840
- msgid "GCE"
841
- msgstr ""
842
-
843
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:6
844
- msgid "Libvirt"
845
- msgstr ""
846
-
847
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:12
848
- msgid "Number of CPUs"
849
- msgstr ""
850
-
851
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:13
852
- msgid "String, amount of memory, value in bytes"
853
- msgstr ""
854
-
855
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:14 ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:16
856
- msgid "Boolean (expressed as 0 or 1), whether to start the machine or not"
857
- msgstr ""
858
-
859
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:19 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:21 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:28 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:10 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:28
860
- msgid "Possible values: %s"
861
- msgstr ""
862
-
863
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:20
864
- #, fuzzy
865
- msgid "Name of interface according to type"
866
- msgstr "Name"
867
-
868
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:26
869
- msgid "One of available storage pools"
870
- msgstr ""
871
-
872
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:27
873
- msgid "String value, eg. 10G"
874
- msgstr ""
875
-
876
- #: ../lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb:6
877
- msgid "OpenStack"
878
- msgstr ""
879
-
880
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:6
881
- msgid "oVirt"
882
- msgstr ""
883
-
884
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:13
885
- msgid "Hardware profile to use"
886
- msgstr ""
887
-
888
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:14
889
- msgid "Integer value, number of cores"
890
- msgstr ""
891
-
892
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:15
893
- msgid "Amount of memory, integer value in bytes"
894
- msgstr ""
895
-
896
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:21
897
- msgid "Eg. eth0"
898
- msgstr ""
899
-
900
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:22
901
- msgid "Select one of available networks for a cluster"
902
- msgstr ""
903
-
904
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:27
905
- msgid "Volume size in GB, integer value"
906
- msgstr ""
907
-
908
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:28
909
- msgid "Select one of available storage domains"
910
- msgstr ""
911
-
912
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:29
913
- msgid "Boolean, only one volume can be bootable"
914
- msgstr ""
915
-
916
- #: ../lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb:6
917
- msgid "Rackspace"
918
- msgstr ""
919
-
920
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:15
921
- msgid "VMWare"
922
- msgstr ""
923
-
924
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:21
925
- msgid "Cpu count"
926
- msgstr ""
927
-
928
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:22
929
- msgid "Number of cores per socket (applicable to hardware versions < 10 only)"
930
- msgstr ""
931
-
932
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:23
933
- msgid "Integer number, amount of memory in MB"
934
- msgstr ""
935
-
936
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:24
937
- msgid "Cluster id from VMware"
938
- msgstr ""
939
-
940
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:25
941
- msgid "Path to folder"
942
- msgstr ""
943
-
944
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:26
945
- msgid "Guest OS id form VMware"
946
- msgstr ""
947
-
948
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:27
949
- #, fuzzy
950
- msgid "Id of the controller from VMware"
951
- msgstr "Id"
952
-
953
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:28
954
- msgid "Hardware version id from VMware"
955
- msgstr ""
956
-
957
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:29
958
- msgid "Must be a 1 or 0, whether to start the machine or not"
959
- msgstr ""
960
-
961
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:35
962
- #, fuzzy
963
- msgid "Network id from VMware"
964
- msgstr "Network"
965
-
966
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:41
967
- msgid "Datastore id from VMware"
968
- msgstr ""
969
-
970
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:42
971
- msgid "Integer number, volume size in GB"
972
- msgstr ""
973
-
974
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:53
975
- #, fuzzy
976
- msgid "Type of the network adapter, for example one of:"
977
- msgstr "Type"
978
-
979
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:55
980
- msgid "See documentation center for your version of vSphere to find more details about available adapter types:"
981
- msgstr ""
982
-
983
- #: ../lib/hammer_cli_foreman/defaults.rb:7
984
- msgid "Use the default organization and/or location from the server"
985
- msgstr "Use the default organisation and/or location from the server"
986
-
987
- #: ../lib/hammer_cli_foreman/domain.rb:6
988
- msgid "ID of DNS proxy to use within this domain"
989
- msgstr ""
990
-
991
- #: ../lib/hammer_cli_foreman/domain.rb:7
992
- msgid "Name of DNS proxy to use within this domain"
993
- msgstr ""
994
-
995
- #: ../lib/hammer_cli_foreman/domain.rb:43
996
- msgid "DNS Id"
997
- msgstr ""
998
-
999
- #: ../lib/hammer_cli_foreman/domain.rb:57
1000
- msgid "Domain [%{name}] created"
1001
- msgstr ""
1002
-
1003
- #: ../lib/hammer_cli_foreman/domain.rb:58
1004
- msgid "Could not create the domain"
1005
- msgstr ""
1006
-
1007
- #: ../lib/hammer_cli_foreman/domain.rb:60 ../lib/hammer_cli_foreman/domain.rb:71
1008
- msgid "Full name describing the domain"
1009
- msgstr ""
1010
-
1011
- #: ../lib/hammer_cli_foreman/domain.rb:68
1012
- msgid "Domain [%{name}] updated"
1013
- msgstr ""
1014
-
1015
- #: ../lib/hammer_cli_foreman/domain.rb:69
1016
- msgid "Could not update the domain"
1017
- msgstr ""
1018
-
1019
- #: ../lib/hammer_cli_foreman/domain.rb:78
1020
- msgid "Domain [%{name}] deleted"
1021
- msgstr ""
1022
-
1023
- #: ../lib/hammer_cli_foreman/domain.rb:79
1024
- msgid "Could not delete the domain"
1025
- msgstr ""
1026
-
1027
- #: ../lib/hammer_cli_foreman/domain.rb:86
1028
- msgid "Create or update parameter for a domain."
1029
- msgstr ""
1030
-
1031
- #: ../lib/hammer_cli_foreman/domain.rb:88
1032
- msgid "Domain parameter updated"
1033
- msgstr ""
1034
-
1035
- #: ../lib/hammer_cli_foreman/domain.rb:89
1036
- msgid "New domain parameter created"
1037
- msgstr ""
1038
-
1039
- #: ../lib/hammer_cli_foreman/domain.rb:90
1040
- msgid "Could not set domain parameter"
1041
- msgstr ""
1042
-
1043
- #: ../lib/hammer_cli_foreman/domain.rb:102
1044
- msgid "Delete parameter for a domain."
1045
- msgstr ""
1046
-
1047
- #: ../lib/hammer_cli_foreman/domain.rb:104
1048
- msgid "Domain parameter deleted"
1049
- msgstr ""
1050
-
1051
- #: ../lib/hammer_cli_foreman/environment.rb:34
1052
- msgid "Environment created"
1053
- msgstr ""
1054
-
1055
- #: ../lib/hammer_cli_foreman/environment.rb:35
1056
- msgid "Could not create the environment"
1057
- msgstr ""
1058
-
1059
- #: ../lib/hammer_cli_foreman/environment.rb:42
1060
- msgid "Environment updated"
1061
- msgstr ""
1062
-
1063
- #: ../lib/hammer_cli_foreman/environment.rb:43
1064
- msgid "Could not update the environment"
1065
- msgstr ""
1066
-
1067
- #: ../lib/hammer_cli_foreman/environment.rb:50
1068
- msgid "Environment deleted"
1069
- msgstr ""
1070
-
1071
- #: ../lib/hammer_cli_foreman/environment.rb:51
1072
- msgid "Could not delete the environment"
1073
- msgstr ""
1074
-
1075
- #: ../lib/hammer_cli_foreman/exception_handler.rb:29
1076
- msgid "Redirection of API call detected."
1077
- msgstr ""
1078
-
1079
- #: ../lib/hammer_cli_foreman/exception_handler.rb:30
1080
- msgid "It seems hammer is configured to use HTTP and the server prefers HTTPS."
1081
- msgstr ""
1082
-
1083
- #: ../lib/hammer_cli_foreman/exception_handler.rb:32
1084
- msgid "Update your server url configuration"
1085
- msgstr ""
1086
-
1087
- #: ../lib/hammer_cli_foreman/exception_handler.rb:33
1088
- msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
1089
- msgstr ""
1090
-
1091
- #: ../lib/hammer_cli_foreman/exception_handler.rb:54
1092
- msgid "Forbidden - server refused to process the request"
1093
- msgstr ""
1094
-
1095
- #: ../lib/hammer_cli_foreman/exception_handler.rb:88
1096
- msgid "Could not load the API description from the server"
1097
- msgstr "Could not load the API description from the server"
1098
-
1099
- #: ../lib/hammer_cli_foreman/exception_handler.rb:89
1100
- msgid "is the server down?"
1101
- msgstr "is the server down?"
1102
-
1103
- #: ../lib/hammer_cli_foreman/exception_handler.rb:90
1104
- msgid "was '%s' run on the server when using apipie cache? (typical production settings)"
1105
- msgstr "was '%s' run on the server when using apipie cache? (typical production settings)"
1106
-
1107
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:6
1108
- msgid "View and manage user group's external user groups"
1109
- msgstr ""
1110
-
1111
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:12 ../lib/hammer_cli_foreman/external_usergroup.rb:43
1112
- msgid "Auth source"
1113
- msgstr ""
1114
-
1115
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:39
1116
- msgid "Refresh external user group"
1117
- msgstr ""
1118
-
1119
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:57
1120
- msgid "External user group created"
1121
- msgstr ""
1122
-
1123
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:58
1124
- msgid "Could not create external user group"
1125
- msgstr ""
1126
-
1127
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:65
1128
- msgid "External user group updated"
1129
- msgstr ""
1130
-
1131
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:66
1132
- msgid "Could not update external user group"
1133
- msgstr ""
1134
-
1135
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:73
1136
- msgid "External user group deleted"
1137
- msgstr ""
1138
-
1139
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:74
1140
- msgid "Could not delete the external user group"
1141
- msgstr ""
1142
-
1143
- #: ../lib/hammer_cli_foreman/fact.rb:12 ../lib/hammer_cli_foreman/report.rb:11 ../lib/hammer_cli_foreman/report.rb:31
1144
- msgid "Host"
1145
- msgstr "Host"
1146
-
1147
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:188
1148
- msgid "Fact"
1149
- msgstr "Fact"
1150
-
1151
- #: ../lib/hammer_cli_foreman/filter.rb:10
1152
- msgid "Resource type"
1153
- msgstr ""
1154
-
1155
- #: ../lib/hammer_cli_foreman/filter.rb:11
1156
- msgid "Search"
1157
- msgstr "Search"
1158
-
1159
- #: ../lib/hammer_cli_foreman/filter.rb:12
1160
- msgid "Unlimited?"
1161
- msgstr ""
1162
-
1163
- #: ../lib/hammer_cli_foreman/filter.rb:13
1164
- msgid "Override?"
1165
- msgstr ""
1166
-
1167
- #: ../lib/hammer_cli_foreman/filter.rb:14
1168
- msgid "Role"
1169
- msgstr ""
1170
-
1171
- #: ../lib/hammer_cli_foreman/filter.rb:15
1172
- msgid "Permissions"
1173
- msgstr ""
1174
-
1175
- #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/filter.rb:79 ../lib/hammer_cli_foreman/role.rb:42
1176
- msgid "(Miscellaneous)"
1177
- msgstr ""
1178
-
1179
- #: ../lib/hammer_cli_foreman/filter.rb:20 ../lib/hammer_cli_foreman/filter.rb:36 ../lib/hammer_cli_foreman/role.rb:43
1180
- msgid "none"
1181
- msgstr ""
1182
-
1183
- #: ../lib/hammer_cli_foreman/filter.rb:45
1184
- msgid "Permission filter for [%<resource_type>s] created"
1185
- msgstr ""
1186
-
1187
- #: ../lib/hammer_cli_foreman/filter.rb:46
1188
- msgid "Could not create the permission filter"
1189
- msgstr ""
1190
-
1191
- #: ../lib/hammer_cli_foreman/filter.rb:53
1192
- msgid "Permission filter for [%<resource_type>s] updated"
1193
- msgstr ""
1194
-
1195
- #: ../lib/hammer_cli_foreman/filter.rb:54
1196
- msgid "Could not update the permission filter"
1197
- msgstr ""
1198
-
1199
- #: ../lib/hammer_cli_foreman/filter.rb:61
1200
- msgid "Permission filter deleted"
1201
- msgstr ""
1202
-
1203
- #: ../lib/hammer_cli_foreman/filter.rb:62
1204
- msgid "Could not delete the permission filter"
1205
- msgstr ""
1206
-
1207
- #: ../lib/hammer_cli_foreman/filter.rb:75 ../lib/hammer_cli_foreman/report.rb:62
1208
- msgid "Resource"
1209
- msgstr ""
1210
-
1211
- #: ../lib/hammer_cli_foreman/host.rb:32 ../lib/hammer_cli_foreman/host.rb:103 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1212
- msgid "Operating System"
1213
- msgstr ""
1214
-
1215
- #: ../lib/hammer_cli_foreman/host.rb:33 ../lib/hammer_cli_foreman/host.rb:67
1216
- msgid "Host Group"
1217
- msgstr "Host Group"
1218
-
1219
- #: ../lib/hammer_cli_foreman/host.rb:34 ../lib/hammer_cli_foreman/host.rb:80
1220
- msgid "IP"
1221
- msgstr "IP"
1222
-
1223
- #: ../lib/hammer_cli_foreman/host.rb:35 ../lib/hammer_cli_foreman/host.rb:81
1224
- msgid "MAC"
1225
- msgstr "MAC"
1226
-
1227
- #: ../lib/hammer_cli_foreman/host.rb:45
1228
- msgid "Bare Metal"
1229
- msgstr ""
1230
-
1231
- #: ../lib/hammer_cli_foreman/host.rb:63 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
1232
- msgid "UUID"
1233
- msgstr ""
1234
-
1235
- #: ../lib/hammer_cli_foreman/host.rb:65
1236
- msgid "Organization"
1237
- msgstr "Organisation"
1238
-
1239
- #: ../lib/hammer_cli_foreman/host.rb:66
1240
- msgid "Location"
1241
- msgstr ""
1242
-
1243
- #: ../lib/hammer_cli_foreman/host.rb:68
1244
- msgid "Compute Resource"
1245
- msgstr ""
1246
-
1247
- #: ../lib/hammer_cli_foreman/host.rb:69
1248
- msgid "Compute Profile"
1249
- msgstr ""
1250
-
1251
- #: ../lib/hammer_cli_foreman/host.rb:70 ../lib/hammer_cli_foreman/hostgroup.rb:61
1252
- msgid "Environment"
1253
- msgstr ""
1254
-
1255
- #: ../lib/hammer_cli_foreman/host.rb:71
1256
- msgid "Puppet CA Id"
1257
- msgstr ""
1258
-
1259
- #: ../lib/hammer_cli_foreman/host.rb:72
1260
- msgid "Puppet Master Id"
1261
- msgstr ""
1262
-
1263
- #: ../lib/hammer_cli_foreman/host.rb:73
1264
- msgid "Cert name"
1265
- msgstr ""
1266
-
1267
- #: ../lib/hammer_cli_foreman/host.rb:74 ../lib/hammer_cli_foreman/interface.rb:51
1268
- msgid "Managed"
1269
- msgstr ""
1270
-
1271
- #: ../lib/hammer_cli_foreman/host.rb:76
1272
- msgid "Installed at"
1273
- msgstr ""
1274
-
1275
- #: ../lib/hammer_cli_foreman/host.rb:77 ../lib/hammer_cli_foreman/report.rb:12
1276
- msgid "Last report"
1277
- msgstr "Last report"
1278
-
1279
- #: ../lib/hammer_cli_foreman/host.rb:79 ../lib/hammer_cli_foreman/subnet.rb:12
1280
- msgid "Network"
1281
- msgstr "Network"
1282
-
1283
- #: ../lib/hammer_cli_foreman/host.rb:82 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1284
- msgid "Subnet"
1285
- msgstr "Subnet"
1286
-
1287
- #: ../lib/hammer_cli_foreman/host.rb:83 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1288
- msgid "Domain"
1289
- msgstr "Domain"
1290
-
1291
- #: ../lib/hammer_cli_foreman/host.rb:84
1292
- msgid "Service provider"
1293
- msgstr ""
1294
-
1295
- #: ../lib/hammer_cli_foreman/host.rb:85
1296
- msgid "SP Name"
1297
- msgstr ""
1298
-
1299
- #: ../lib/hammer_cli_foreman/host.rb:86
1300
- msgid "SP IP"
1301
- msgstr ""
1302
-
1303
- #: ../lib/hammer_cli_foreman/host.rb:87
1304
- msgid "SP MAC"
1305
- msgstr ""
1306
-
1307
- #: ../lib/hammer_cli_foreman/host.rb:88
1308
- msgid "SP Subnet"
1309
- msgstr ""
1310
-
1311
- #: ../lib/hammer_cli_foreman/host.rb:92
1312
- msgid "Network interfaces"
1313
- msgstr ""
1314
-
1315
- #: ../lib/hammer_cli_foreman/host.rb:94 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1316
- msgid "Identifier"
1317
- msgstr "Identifier"
1318
-
1319
- #: ../lib/hammer_cli_foreman/host.rb:95 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1320
- msgid "Type"
1321
- msgstr "Type"
1322
-
1323
- #: ../lib/hammer_cli_foreman/host.rb:96 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1324
- msgid "MAC address"
1325
- msgstr "MAC address"
1326
-
1327
- #: ../lib/hammer_cli_foreman/host.rb:97 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1328
- msgid "IP address"
1329
- msgstr "IP address"
1330
-
1331
- #: ../lib/hammer_cli_foreman/host.rb:98
1332
- msgid "FQDN"
1333
- msgstr ""
1334
-
1335
- #: ../lib/hammer_cli_foreman/host.rb:101
1336
- msgid "Operating system"
1337
- msgstr ""
1338
-
1339
- #: ../lib/hammer_cli_foreman/host.rb:102 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1340
- msgid "Architecture"
1341
- msgstr ""
1342
-
1343
- #: ../lib/hammer_cli_foreman/host.rb:106
1344
- msgid "Build"
1345
- msgstr ""
1346
-
1347
- #: ../lib/hammer_cli_foreman/host.rb:107 ../lib/hammer_cli_foreman/hostgroup.rb:77
1348
- msgid "Medium"
1349
- msgstr ""
1350
-
1351
- #: ../lib/hammer_cli_foreman/host.rb:108 ../lib/hammer_cli_foreman/hostgroup.rb:76
1352
- msgid "Partition Table"
1353
- msgstr ""
1354
-
1355
- #: ../lib/hammer_cli_foreman/host.rb:109
1356
- msgid "Custom partition table"
1357
- msgstr ""
1358
-
1359
- #: ../lib/hammer_cli_foreman/host.rb:112
1360
- msgid "Image"
1361
- msgstr ""
1362
-
1363
- #: ../lib/hammer_cli_foreman/host.rb:113
1364
- msgid "Image file"
1365
- msgstr ""
1366
-
1367
- #: ../lib/hammer_cli_foreman/host.rb:114
1368
- msgid "Use image"
1369
- msgstr ""
1370
-
1371
- #: ../lib/hammer_cli_foreman/host.rb:120
1372
- msgid "Additional info"
1373
- msgstr ""
1374
-
1375
- #: ../lib/hammer_cli_foreman/host.rb:121
1376
- msgid "Owner Id"
1377
- msgstr ""
1378
-
1379
- #: ../lib/hammer_cli_foreman/host.rb:122
1380
- msgid "Owner Type"
1381
- msgstr ""
1382
-
1383
- #: ../lib/hammer_cli_foreman/host.rb:123
1384
- msgid "Enabled"
1385
- msgstr "Enabled"
1386
-
1387
- #: ../lib/hammer_cli_foreman/host.rb:124 ../lib/hammer_cli_foreman/hostgroup.rb:62
1388
- msgid "Model"
1389
- msgstr "Model"
1390
-
1391
- #: ../lib/hammer_cli_foreman/host.rb:125
1392
- msgid "Comment"
1393
- msgstr ""
1394
-
1395
- #: ../lib/hammer_cli_foreman/host.rb:138
1396
- msgid "Status"
1397
- msgstr ""
1398
-
1399
- #: ../lib/hammer_cli_foreman/host.rb:139
1400
- msgid "Power"
1401
- msgstr ""
1402
-
1403
- #: ../lib/hammer_cli_foreman/host.rb:175
1404
- msgid "Puppet run triggered"
1405
- msgstr ""
1406
-
1407
- #: ../lib/hammer_cli_foreman/host.rb:228
1408
- msgid "Host created"
1409
- msgstr "Host created"
1410
-
1411
- #: ../lib/hammer_cli_foreman/host.rb:229
1412
- msgid "Could not create the host"
1413
- msgstr "Could not create the host"
1414
-
1415
- #: ../lib/hammer_cli_foreman/host.rb:247
1416
- msgid "Host updated"
1417
- msgstr ""
1418
-
1419
- #: ../lib/hammer_cli_foreman/host.rb:248
1420
- msgid "Could not update the host"
1421
- msgstr ""
1422
-
1423
- #: ../lib/hammer_cli_foreman/host.rb:256
1424
- msgid "Host deleted"
1425
- msgstr "Host deleted"
1426
-
1427
- #: ../lib/hammer_cli_foreman/host.rb:257
1428
- msgid "Could not delete the host"
1429
- msgstr "Could not delete the host"
1430
-
1431
- #: ../lib/hammer_cli_foreman/host.rb:264
1432
- msgid "Create or update parameter for a host."
1433
- msgstr ""
1434
-
1435
- #: ../lib/hammer_cli_foreman/host.rb:266
1436
- msgid "Host parameter updated"
1437
- msgstr ""
1438
-
1439
- #: ../lib/hammer_cli_foreman/host.rb:267
1440
- msgid "New host parameter created"
1441
- msgstr ""
1442
-
1443
- #: ../lib/hammer_cli_foreman/host.rb:268
1444
- msgid "Could not set host parameter"
1445
- msgstr ""
1446
-
1447
- #: ../lib/hammer_cli_foreman/host.rb:280
1448
- msgid "Delete parameter for a host."
1449
- msgstr ""
1450
-
1451
- #: ../lib/hammer_cli_foreman/host.rb:282
1452
- msgid "Host parameter deleted"
1453
- msgstr ""
1454
-
1455
- #: ../lib/hammer_cli_foreman/host.rb:297
1456
- msgid "Power a host on"
1457
- msgstr ""
1458
-
1459
- #: ../lib/hammer_cli_foreman/host.rb:298
1460
- msgid "The host is starting."
1461
- msgstr ""
1462
-
1463
- #: ../lib/hammer_cli_foreman/host.rb:315
1464
- msgid "Force turning off a host"
1465
- msgstr ""
1466
-
1467
- #: ../lib/hammer_cli_foreman/host.rb:320
1468
- msgid "Power a host off"
1469
- msgstr ""
1470
-
1471
- #: ../lib/hammer_cli_foreman/host.rb:332
1472
- msgid "Power off forced."
1473
- msgstr ""
1474
-
1475
- #: ../lib/hammer_cli_foreman/host.rb:334
1476
- msgid "Powering the host off."
1477
- msgstr ""
1478
-
1479
- #: ../lib/hammer_cli_foreman/host.rb:351
1480
- msgid "Reboot a host"
1481
- msgstr "Reboot a host"
1482
-
1483
- #: ../lib/hammer_cli_foreman/host.rb:352
1484
- msgid "Host reboot started."
1485
- msgstr ""
1486
-
1487
- #: ../lib/hammer_cli_foreman/host.rb:388
1488
- msgid "Rebuild orchestration related configurations for host"
1489
- msgstr ""
1490
-
1491
- #: ../lib/hammer_cli_foreman/host.rb:389
1492
- msgid "Configuration successfully rebuilt."
1493
- msgstr ""
1494
-
1495
- #: ../lib/hammer_cli_foreman/hostgroup.rb:10
1496
- msgid "List of puppetclass ids"
1497
- msgstr ""
1498
-
1499
- #: ../lib/hammer_cli_foreman/hostgroup.rb:12
1500
- msgid "Name of puppet CA proxy"
1501
- msgstr ""
1502
-
1503
- #: ../lib/hammer_cli_foreman/hostgroup.rb:13
1504
- msgid "Name of puppet proxy"
1505
- msgstr ""
1506
-
1507
- #: ../lib/hammer_cli_foreman/hostgroup.rb:14
1508
- msgid "Name of parent hostgroup"
1509
- msgstr ""
1510
-
1511
- #: ../lib/hammer_cli_foreman/hostgroup.rb:17
1512
- msgid "Root password"
1513
- msgstr ""
1514
-
1515
- #: ../lib/hammer_cli_foreman/hostgroup.rb:23
1516
- msgid "Enter the root password for the host group:"
1517
- msgstr ""
1518
-
1519
- #: ../lib/hammer_cli_foreman/hostgroup.rb:59 ../lib/hammer_cli_foreman/operating_system.rb:11
1520
- msgid "Title"
1521
- msgstr ""
1522
-
1523
- #: ../lib/hammer_cli_foreman/hostgroup.rb:78
1524
- msgid "Puppet CA Proxy Id"
1525
- msgstr ""
1526
-
1527
- #: ../lib/hammer_cli_foreman/hostgroup.rb:79
1528
- msgid "Puppet Master Proxy Id"
1529
- msgstr ""
1530
-
1531
- #: ../lib/hammer_cli_foreman/hostgroup.rb:80
1532
- msgid "ComputeProfile"
1533
- msgstr ""
1534
-
1535
- #: ../lib/hammer_cli_foreman/hostgroup.rb:84
1536
- msgid "Parent Id"
1537
- msgstr ""
1538
-
1539
- #: ../lib/hammer_cli_foreman/hostgroup.rb:94
1540
- msgid "Hostgroup created"
1541
- msgstr ""
1542
-
1543
- #: ../lib/hammer_cli_foreman/hostgroup.rb:95
1544
- msgid "Could not create the hostgroup"
1545
- msgstr ""
1546
-
1547
- #: ../lib/hammer_cli_foreman/hostgroup.rb:104
1548
- msgid "Hostgroup updated"
1549
- msgstr ""
1550
-
1551
- #: ../lib/hammer_cli_foreman/hostgroup.rb:105
1552
- msgid "Could not update the hostgroup"
1553
- msgstr ""
1554
-
1555
- #: ../lib/hammer_cli_foreman/hostgroup.rb:112
1556
- msgid "Hostgroup deleted"
1557
- msgstr ""
1558
-
1559
- #: ../lib/hammer_cli_foreman/hostgroup.rb:113
1560
- msgid "Could not delete the hostgroup"
1561
- msgstr ""
1562
-
1563
- #: ../lib/hammer_cli_foreman/hostgroup.rb:137
1564
- msgid "Create or update parameter for a hostgroup."
1565
- msgstr ""
1566
-
1567
- #: ../lib/hammer_cli_foreman/hostgroup.rb:139
1568
- msgid "Hostgroup parameter updated"
1569
- msgstr ""
1570
-
1571
- #: ../lib/hammer_cli_foreman/hostgroup.rb:140
1572
- msgid "New hostgroup parameter created"
1573
- msgstr ""
1574
-
1575
- #: ../lib/hammer_cli_foreman/hostgroup.rb:141
1576
- msgid "Could not set hostgroup parameter"
1577
- msgstr ""
1578
-
1579
- #: ../lib/hammer_cli_foreman/hostgroup.rb:148
1580
- msgid "Delete parameter for a hostgroup."
1581
- msgstr ""
1582
-
1583
- #: ../lib/hammer_cli_foreman/hostgroup.rb:150
1584
- msgid "Hostgroup parameter deleted"
1585
- msgstr ""
1586
-
1587
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:6
1588
- msgid "Available keys for %{option}"
1589
- msgstr ""
1590
-
1591
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:16
1592
- msgid "%{value}, each managed hosts needs to have one primary interface."
1593
- msgstr ""
1594
-
1595
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:20 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:26 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:33
1596
- msgid "For %{condition}"
1597
- msgstr ""
1598
-
1599
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:22
1600
- msgid "VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virtual interfaces."
1601
- msgstr ""
1602
-
1603
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:23
1604
- #, fuzzy
1605
- msgid "Identifier of the interface to which this interface belongs, e.g. eth1."
1606
- msgstr "Identifier"
1607
-
1608
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:29
1609
- #, fuzzy
1610
- msgid "Identifiers of slave interfaces, e.g. [eth1,eth2]"
1611
- msgstr "Identifier"
1612
-
1613
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:35
1614
- #, fuzzy
1615
- msgid "always IPMI"
1616
- msgstr "IP"
1617
-
1618
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:42
1619
- #, fuzzy
1620
- msgid "Provider specific options"
1621
- msgstr "Provider"
1622
-
1623
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:6
1624
- msgid "Login of the owner"
1625
- msgstr ""
1626
-
1627
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:8
1628
- msgid "ID of the owner"
1629
- msgstr ""
1630
-
1631
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:35
1632
- msgid "Host parameters."
1633
- msgstr ""
1634
-
1635
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:37
1636
- msgid "Compute resource attributes."
1637
- msgstr ""
1638
-
1639
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:39
1640
- msgid "Volume parameters"
1641
- msgstr ""
1642
-
1643
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:41
1644
- msgid "Interface parameters."
1645
- msgstr ""
1646
-
1647
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:55
1648
- msgid "Enter the root password for the host:"
1649
- msgstr ""
1650
-
1651
- #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1652
- msgid "Architecture name"
1653
- msgstr ""
1654
-
1655
- #: ../lib/hammer_cli_foreman/id_resolver.rb:37
1656
- msgid "Compute resource name"
1657
- msgstr ""
1658
-
1659
- #: ../lib/hammer_cli_foreman/id_resolver.rb:38
1660
- msgid "Domain name"
1661
- msgstr ""
1662
-
1663
- #: ../lib/hammer_cli_foreman/id_resolver.rb:39
1664
- msgid "Environment name"
1665
- msgstr ""
1666
-
1667
- #: ../lib/hammer_cli_foreman/id_resolver.rb:42
1668
- msgid "Host name"
1669
- msgstr ""
1670
-
1671
- #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1672
- msgid "Hostgroup name"
1673
- msgstr ""
1674
-
1675
- #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1676
- msgid "Hostgroup title"
1677
- msgstr ""
1678
-
1679
- #: ../lib/hammer_cli_foreman/id_resolver.rb:46
1680
- msgid "Location name"
1681
- msgstr ""
1682
-
1683
- #: ../lib/hammer_cli_foreman/id_resolver.rb:47
1684
- msgid "Medium name"
1685
- msgstr ""
1686
-
1687
- #: ../lib/hammer_cli_foreman/id_resolver.rb:48
1688
- msgid "Model name"
1689
- msgstr ""
1690
-
1691
- #: ../lib/hammer_cli_foreman/id_resolver.rb:49
1692
- msgid "Organization name"
1693
- msgstr "Organisation name"
1694
-
1695
- #: ../lib/hammer_cli_foreman/id_resolver.rb:50
1696
- msgid "Operating system title"
1697
- msgstr ""
1698
-
1699
- #: ../lib/hammer_cli_foreman/id_resolver.rb:52
1700
- msgid "Partition table name"
1701
- msgstr ""
1702
-
1703
- #: ../lib/hammer_cli_foreman/id_resolver.rb:53
1704
- msgid "Proxy name"
1705
- msgstr ""
1706
-
1707
- #: ../lib/hammer_cli_foreman/id_resolver.rb:54
1708
- msgid "Puppet class name"
1709
- msgstr ""
1710
-
1711
- #: ../lib/hammer_cli_foreman/id_resolver.rb:55
1712
- msgid "Report name"
1713
- msgstr ""
1714
-
1715
- #: ../lib/hammer_cli_foreman/id_resolver.rb:56
1716
- msgid "User role name"
1717
- msgstr ""
1718
-
1719
- #: ../lib/hammer_cli_foreman/id_resolver.rb:57
1720
- msgid "Setting name"
1721
- msgstr ""
1722
-
1723
- #: ../lib/hammer_cli_foreman/id_resolver.rb:58
1724
- msgid "Subnet name"
1725
- msgstr ""
1726
-
1727
- #: ../lib/hammer_cli_foreman/id_resolver.rb:60
1728
- msgid "User's login to search by"
1729
- msgstr ""
1730
-
1731
- #: ../lib/hammer_cli_foreman/id_resolver.rb:61
1732
- msgid "Common parameter name"
1733
- msgstr ""
1734
-
1735
- #: ../lib/hammer_cli_foreman/id_resolver.rb:62
1736
- msgid "Smart class parameter name"
1737
- msgstr ""
1738
-
1739
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
1740
- msgid "Smart variable name"
1741
- msgstr ""
1742
-
1743
- #: ../lib/hammer_cli_foreman/id_resolver.rb:65
1744
- msgid "Name to search by"
1745
- msgstr ""
1746
-
1747
- #: ../lib/hammer_cli_foreman/id_resolver.rb:153 ../lib/hammer_cli_foreman/id_resolver.rb:161
1748
- msgid "one of %s not found"
1749
- msgstr ""
1750
-
1751
- #: ../lib/hammer_cli_foreman/id_resolver.rb:208
1752
- msgid "%s not found"
1753
- msgstr ""
1754
-
1755
- #: ../lib/hammer_cli_foreman/id_resolver.rb:209
1756
- msgid "found more than one %s"
1757
- msgstr ""
1758
-
1759
- #: ../lib/hammer_cli_foreman/id_resolver.rb:220
1760
- msgid "Missing options to search %s"
1761
- msgstr ""
1762
-
1763
- #: ../lib/hammer_cli_foreman/image.rb:8
1764
- msgid "View and manage compute resource's images"
1765
- msgstr ""
1766
-
1767
- #: ../lib/hammer_cli_foreman/image.rb:32 ../lib/hammer_cli_foreman/interface.rb:59
1768
- msgid "Username"
1769
- msgstr ""
1770
-
1771
- #: ../lib/hammer_cli_foreman/image.rb:46
1772
- msgid "IAM role"
1773
- msgstr ""
1774
-
1775
- #: ../lib/hammer_cli_foreman/image.rb:56
1776
- msgid "Show images available for addition"
1777
- msgstr ""
1778
-
1779
- #: ../lib/hammer_cli_foreman/image.rb:81
1780
- msgid "Image created"
1781
- msgstr ""
1782
-
1783
- #: ../lib/hammer_cli_foreman/image.rb:82
1784
- msgid "Could not create the image"
1785
- msgstr ""
1786
-
1787
- #: ../lib/hammer_cli_foreman/image.rb:90
1788
- msgid "Image updated"
1789
- msgstr ""
1790
-
1791
- #: ../lib/hammer_cli_foreman/image.rb:91
1792
- msgid "Could not update the image"
1793
- msgstr ""
1794
-
1795
- #: ../lib/hammer_cli_foreman/image.rb:99
1796
- msgid "Image deleted"
1797
- msgstr ""
1798
-
1799
- #: ../lib/hammer_cli_foreman/image.rb:100
1800
- msgid "Could not delete the image"
1801
- msgstr ""
1802
-
1803
- #: ../lib/hammer_cli_foreman/interface.rb:6
1804
- msgid "View and manage host's network interfaces"
1805
- msgstr ""
1806
-
1807
- #: ../lib/hammer_cli_foreman/interface.rb:10
1808
- msgid "primary"
1809
- msgstr ""
1810
-
1811
- #: ../lib/hammer_cli_foreman/interface.rb:11
1812
- msgid "provision"
1813
- msgstr ""
1814
-
1815
- #: ../lib/hammer_cli_foreman/interface.rb:28 ../lib/hammer_cli_foreman/interface.rb:48
1816
- msgid "DNS name"
1817
- msgstr ""
1818
-
1819
- #: ../lib/hammer_cli_foreman/interface.rb:52
1820
- msgid "Primary"
1821
- msgstr "Primary"
1822
-
1823
- #: ../lib/hammer_cli_foreman/interface.rb:53
1824
- msgid "Provision"
1825
- msgstr ""
1826
-
1827
- #: ../lib/hammer_cli_foreman/interface.rb:54
1828
- msgid "Virtual"
1829
- msgstr ""
1830
-
1831
- #: ../lib/hammer_cli_foreman/interface.rb:55
1832
- msgid "Tag"
1833
- msgstr ""
1834
-
1835
- #: ../lib/hammer_cli_foreman/interface.rb:56
1836
- msgid "Attached to"
1837
- msgstr ""
1838
-
1839
- #: ../lib/hammer_cli_foreman/interface.rb:58
1840
- msgid "BMC"
1841
- msgstr ""
1842
-
1843
- #: ../lib/hammer_cli_foreman/interface.rb:63
1844
- msgid "Bond"
1845
- msgstr ""
1846
-
1847
- #: ../lib/hammer_cli_foreman/interface.rb:64
1848
- msgid "Mode"
1849
- msgstr ""
1850
-
1851
- #: ../lib/hammer_cli_foreman/interface.rb:65
1852
- msgid "Attached devices"
1853
- msgstr ""
1854
-
1855
- #: ../lib/hammer_cli_foreman/interface.rb:66
1856
- msgid "Bond options"
1857
- msgstr ""
1858
-
1859
- #: ../lib/hammer_cli_foreman/interface.rb:77
1860
- msgid "Should this interface be used for constructing the FQDN of the host? Each managed hosts needs to have one primary interface."
1861
- msgstr ""
1862
-
1863
- #: ../lib/hammer_cli_foreman/interface.rb:78
1864
- msgid "Should this interface be used for TFTP of PXELinux (or SSH for image-based hosts)? Each managed hosts needs to have one provision interface."
1865
- msgstr ""
1866
-
1867
- #: ../lib/hammer_cli_foreman/interface.rb:128
1868
- msgid "Interface created"
1869
- msgstr ""
1870
-
1871
- #: ../lib/hammer_cli_foreman/interface.rb:129
1872
- msgid "Could not create the interface"
1873
- msgstr ""
1874
-
1875
- #: ../lib/hammer_cli_foreman/interface.rb:131 ../lib/hammer_cli_foreman/interface.rb:144
1876
- msgid "Compute resource specific attributes."
1877
- msgstr ""
1878
-
1879
- #: ../lib/hammer_cli_foreman/interface.rb:141
1880
- msgid "Interface updated"
1881
- msgstr ""
1882
-
1883
- #: ../lib/hammer_cli_foreman/interface.rb:142
1884
- msgid "Could not update the interface"
1885
- msgstr ""
1886
-
1887
- #: ../lib/hammer_cli_foreman/interface.rb:154
1888
- msgid "Interface deleted"
1889
- msgstr ""
1890
-
1891
- #: ../lib/hammer_cli_foreman/interface.rb:155
1892
- msgid "Could not delete the interface"
1893
- msgstr ""
1894
-
1895
- #: ../lib/hammer_cli_foreman/location.rb:25 ../lib/hammer_cli_foreman/location.rb:64 ../lib/hammer_cli_foreman/location.rb:76
1896
- msgid "Location numeric id to search by"
1897
- msgstr ""
1898
-
1899
- #: ../lib/hammer_cli_foreman/location.rb:28 ../lib/hammer_cli_foreman/organization.rb:28
1900
- msgid "Parent"
1901
- msgstr ""
1902
-
1903
- #: ../lib/hammer_cli_foreman/location.rb:39 ../lib/hammer_cli_foreman/references.rb:18
1904
- msgid "Organizations"
1905
- msgstr "Organisations"
1906
-
1907
- #: ../lib/hammer_cli_foreman/location.rb:54
1908
- msgid "Location created"
1909
- msgstr ""
1910
-
1911
- #: ../lib/hammer_cli_foreman/location.rb:55
1912
- msgid "Could not create the location"
1913
- msgstr ""
1914
-
1915
- #: ../lib/hammer_cli_foreman/location.rb:66
1916
- msgid "Location updated"
1917
- msgstr ""
1918
-
1919
- #: ../lib/hammer_cli_foreman/location.rb:67
1920
- msgid "Could not update the location"
1921
- msgstr ""
1922
-
1923
- #: ../lib/hammer_cli_foreman/location.rb:78
1924
- msgid "Location deleted"
1925
- msgstr ""
1926
-
1927
- #: ../lib/hammer_cli_foreman/location.rb:79
1928
- msgid "Could not delete the location"
1929
- msgstr ""
1930
-
1931
- #: ../lib/hammer_cli_foreman/location.rb:88
1932
- msgid "Create or update parameter for a location."
1933
- msgstr ""
1934
-
1935
- #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1936
- msgid "Parameter [%{name}] updated to value [%{value}]"
1937
- msgstr ""
1938
-
1939
- #: ../lib/hammer_cli_foreman/location.rb:91 ../lib/hammer_cli_foreman/organization.rb:92
1940
- msgid "Parameter [%{name}] created with value [%{value}]"
1941
- msgstr ""
1942
-
1943
- #: ../lib/hammer_cli_foreman/location.rb:92
1944
- msgid "Could not set location parameter"
1945
- msgstr ""
1946
-
1947
- #: ../lib/hammer_cli_foreman/location.rb:99
1948
- msgid "Delete parameter for a location."
1949
- msgstr ""
1950
-
1951
- #: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
1952
- msgid "Parameter [%{name}] deleted"
1953
- msgstr ""
1954
-
1955
- #: ../lib/hammer_cli_foreman/location.rb:102
1956
- msgid "Could not delete location parameter"
1957
- msgstr ""
1958
-
1959
- #: ../lib/hammer_cli_foreman/media.rb:11
1960
- msgid "Path"
1961
- msgstr ""
1962
-
1963
- #: ../lib/hammer_cli_foreman/media.rb:20 ../lib/hammer_cli_foreman/partition_table.rb:12
1964
- msgid "OS Family"
1965
- msgstr ""
1966
-
1967
- #: ../lib/hammer_cli_foreman/media.rb:32
1968
- msgid "Installation medium created"
1969
- msgstr ""
1970
-
1971
- #: ../lib/hammer_cli_foreman/media.rb:33
1972
- msgid "Could not create the installation medium"
1973
- msgstr ""
1974
-
1975
- #: ../lib/hammer_cli_foreman/media.rb:41
1976
- msgid "Installation medium updated"
1977
- msgstr ""
1978
-
1979
- #: ../lib/hammer_cli_foreman/media.rb:42
1980
- msgid "Could not update the installation media"
1981
- msgstr ""
1982
-
1983
- #: ../lib/hammer_cli_foreman/media.rb:50
1984
- msgid "Installation medium deleted"
1985
- msgstr ""
1986
-
1987
- #: ../lib/hammer_cli_foreman/media.rb:51
1988
- msgid "Could not delete the installation media"
1989
- msgstr ""
1990
-
1991
- #: ../lib/hammer_cli_foreman/model.rb:12
1992
- msgid "Vendor class"
1993
- msgstr ""
1994
-
1995
- #: ../lib/hammer_cli_foreman/model.rb:13
1996
- msgid "HW model"
1997
- msgstr ""
1998
-
1999
- #: ../lib/hammer_cli_foreman/model.rb:22
2000
- msgid "Info"
2001
- msgstr ""
2002
-
2003
- #: ../lib/hammer_cli_foreman/model.rb:31
2004
- msgid "Hardware model created"
2005
- msgstr ""
2006
-
2007
- #: ../lib/hammer_cli_foreman/model.rb:32
2008
- msgid "Could not create the hardware model"
2009
- msgstr ""
2010
-
2011
- #: ../lib/hammer_cli_foreman/model.rb:38
2012
- msgid "Hardware model deleted"
2013
- msgstr ""
2014
-
2015
- #: ../lib/hammer_cli_foreman/model.rb:39
2016
- msgid "Could not delete the hardware model"
2017
- msgstr ""
2018
-
2019
- #: ../lib/hammer_cli_foreman/model.rb:46
2020
- msgid "Hardware model updated"
2021
- msgstr ""
2022
-
2023
- #: ../lib/hammer_cli_foreman/model.rb:47
2024
- msgid "Could not update the hardware model"
2025
- msgstr ""
2026
-
2027
- #: ../lib/hammer_cli_foreman/operating_system.rb:12
2028
- msgid "Release name"
2029
- msgstr ""
2030
-
2031
- #: ../lib/hammer_cli_foreman/operating_system.rb:13
2032
- msgid "Family"
2033
- msgstr ""
2034
-
2035
- #: ../lib/hammer_cli_foreman/operating_system.rb:23
2036
- msgid "Major version"
2037
- msgstr ""
2038
-
2039
- #: ../lib/hammer_cli_foreman/operating_system.rb:24
2040
- msgid "Minor version"
2041
- msgstr ""
2042
-
2043
- #: ../lib/hammer_cli_foreman/operating_system.rb:25
2044
- msgid "Partition tables"
2045
- msgstr ""
2046
-
2047
- #: ../lib/hammer_cli_foreman/operating_system.rb:28
2048
- msgid "Default templates"
2049
- msgstr ""
2050
-
2051
- #: ../lib/hammer_cli_foreman/operating_system.rb:31
2052
- msgid "Architectures"
2053
- msgstr ""
2054
-
2055
- #: ../lib/hammer_cli_foreman/operating_system.rb:44
2056
- msgid "Operating system created"
2057
- msgstr ""
2058
-
2059
- #: ../lib/hammer_cli_foreman/operating_system.rb:45
2060
- msgid "Could not create the operating system"
2061
- msgstr ""
2062
-
2063
- #: ../lib/hammer_cli_foreman/operating_system.rb:52
2064
- msgid "Operating system updated"
2065
- msgstr ""
2066
-
2067
- #: ../lib/hammer_cli_foreman/operating_system.rb:53
2068
- msgid "Could not update the operating system"
2069
- msgstr ""
2070
-
2071
- #: ../lib/hammer_cli_foreman/operating_system.rb:60
2072
- msgid "Operating system deleted"
2073
- msgstr ""
2074
-
2075
- #: ../lib/hammer_cli_foreman/operating_system.rb:61
2076
- msgid "Could not delete the operating system"
2077
- msgstr ""
2078
-
2079
- #: ../lib/hammer_cli_foreman/operating_system.rb:68
2080
- msgid "Create or update parameter for an operating system."
2081
- msgstr ""
2082
-
2083
- #: ../lib/hammer_cli_foreman/operating_system.rb:70
2084
- msgid "Operating system parameter updated"
2085
- msgstr ""
2086
-
2087
- #: ../lib/hammer_cli_foreman/operating_system.rb:71
2088
- msgid "New operating system parameter created"
2089
- msgstr ""
2090
-
2091
- #: ../lib/hammer_cli_foreman/operating_system.rb:72
2092
- msgid "Could not set operating system parameter"
2093
- msgstr ""
2094
-
2095
- #: ../lib/hammer_cli_foreman/operating_system.rb:84
2096
- msgid "Delete parameter for an operating system."
2097
- msgstr ""
2098
-
2099
- #: ../lib/hammer_cli_foreman/operating_system.rb:86
2100
- msgid "operating system parameter deleted"
2101
- msgstr ""
2102
-
2103
- #: ../lib/hammer_cli_foreman/operating_system.rb:101 ../lib/hammer_cli_foreman/operating_system.rb:167
2104
- msgid "operatingsystem id"
2105
- msgstr ""
2106
-
2107
- #: ../lib/hammer_cli_foreman/operating_system.rb:102
2108
- msgid "config template id to be set"
2109
- msgstr ""
2110
-
2111
- #: ../lib/hammer_cli_foreman/operating_system.rb:105
2112
- msgid "[%{config_template_name}] was set as default %{template_kind_name} template"
2113
- msgstr ""
2114
-
2115
- #: ../lib/hammer_cli_foreman/operating_system.rb:106
2116
- msgid "Could not set the os default template"
2117
- msgstr ""
2118
-
2119
- #: ../lib/hammer_cli_foreman/operating_system.rb:168
2120
- msgid "Type of the config template"
2121
- msgstr ""
2122
-
2123
- #: ../lib/hammer_cli_foreman/operating_system.rb:170
2124
- msgid "Default template deleted"
2125
- msgstr ""
2126
-
2127
- #: ../lib/hammer_cli_foreman/operating_system.rb:171
2128
- msgid "Could not delete the default template"
2129
- msgstr ""
2130
-
2131
- #: ../lib/hammer_cli_foreman/operating_system.rb:178
2132
- msgid "Default template of type %s not found"
2133
- msgstr ""
2134
-
2135
- #: ../lib/hammer_cli_foreman/organization.rb:39 ../lib/hammer_cli_foreman/references.rb:15
2136
- msgid "Locations"
2137
- msgstr "Locations"
2138
-
2139
- #: ../lib/hammer_cli_foreman/organization.rb:55
2140
- msgid "Organization created"
2141
- msgstr "Organisation created"
2142
-
2143
- #: ../lib/hammer_cli_foreman/organization.rb:56
2144
- msgid "Could not create the organization"
2145
- msgstr "Could not create the organisation"
2146
-
2147
- #: ../lib/hammer_cli_foreman/organization.rb:67
2148
- msgid "Organization updated"
2149
- msgstr "Organisation updated"
2150
-
2151
- #: ../lib/hammer_cli_foreman/organization.rb:68
2152
- msgid "Could not update the organization"
2153
- msgstr "Could not update the organisation"
2154
-
2155
- #: ../lib/hammer_cli_foreman/organization.rb:79
2156
- msgid "Organization deleted"
2157
- msgstr "Organisation deleted"
2158
-
2159
- #: ../lib/hammer_cli_foreman/organization.rb:80
2160
- msgid "Could not delete the organization"
2161
- msgstr "Could not delete the organisation"
2162
-
2163
- #: ../lib/hammer_cli_foreman/organization.rb:89
2164
- msgid "Create or update parameter for an organization."
2165
- msgstr "Create or update parameter for an organisation."
2166
-
2167
- #: ../lib/hammer_cli_foreman/organization.rb:93
2168
- msgid "Could not set organization parameter"
2169
- msgstr "Could not set organisation parameter"
2170
-
2171
- #: ../lib/hammer_cli_foreman/organization.rb:100
2172
- msgid "Delete parameter for an organization."
2173
- msgstr "Delete parameter for an organisation."
2174
-
2175
- #: ../lib/hammer_cli_foreman/organization.rb:103
2176
- msgid "Could not delete organization parameter"
2177
- msgstr "Could not delete organisation parameter"
2178
-
2179
- #: ../lib/hammer_cli_foreman/partition_table.rb:21 ../lib/hammer_cli_foreman/template.rb:48
2180
- msgid "Locked"
2181
- msgstr ""
2182
-
2183
- #: ../lib/hammer_cli_foreman/partition_table.rb:32
2184
- msgid "View partition table content."
2185
- msgstr ""
2186
-
2187
- #: ../lib/hammer_cli_foreman/partition_table.rb:44 ../lib/hammer_cli_foreman/partition_table.rb:55
2188
- msgid "Path to a file that contains the partition layout"
2189
- msgstr ""
2190
-
2191
- #: ../lib/hammer_cli_foreman/partition_table.rb:47
2192
- msgid "Partition table created"
2193
- msgstr ""
2194
-
2195
- #: ../lib/hammer_cli_foreman/partition_table.rb:48
2196
- msgid "Could not create the partition table"
2197
- msgstr ""
2198
-
2199
- #: ../lib/hammer_cli_foreman/partition_table.rb:58
2200
- msgid "Partition table updated"
2201
- msgstr ""
2202
-
2203
- #: ../lib/hammer_cli_foreman/partition_table.rb:59
2204
- msgid "Could not update the partition table"
2205
- msgstr ""
2206
-
2207
- #: ../lib/hammer_cli_foreman/partition_table.rb:66
2208
- msgid "Partition table deleted"
2209
- msgstr ""
2210
-
2211
- #: ../lib/hammer_cli_foreman/partition_table.rb:67
2212
- msgid "Could not delete the partition table"
2213
- msgstr ""
2214
-
2215
- #: ../lib/hammer_cli_foreman/puppet_class.rb:34
2216
- msgid "Smart variables"
2217
- msgstr ""
2218
-
2219
- #: ../lib/hammer_cli_foreman/puppet_class.rb:35 ../lib/hammer_cli_foreman/smart_class_parameter.rb:10
2220
- msgid "Parameter"
2221
- msgstr "Parameter"
2222
-
2223
- #: ../lib/hammer_cli_foreman/puppet_class.rb:36
2224
- msgid "Default value"
2225
- msgstr ""
2226
-
2227
- #: ../lib/hammer_cli_foreman/puppet_class.rb:38
2228
- msgid "Smart class parameters"
2229
- msgstr ""
2230
-
2231
- #: ../lib/hammer_cli_foreman/realm.rb:18
2232
- msgid "Realm proxy id"
2233
- msgstr ""
2234
-
2235
- #: ../lib/hammer_cli_foreman/realm.rb:19
2236
- msgid "Realm type"
2237
- msgstr ""
2238
-
2239
- #: ../lib/hammer_cli_foreman/realm.rb:29
2240
- msgid "Realm [%{name}] created"
2241
- msgstr ""
2242
-
2243
- #: ../lib/hammer_cli_foreman/realm.rb:30
2244
- #, fuzzy
2245
- msgid "Could not create the realm"
2246
- msgstr "Could not create the host"
2247
-
2248
- #: ../lib/hammer_cli_foreman/realm.rb:37
2249
- msgid "Realm [%{name}] updated"
2250
- msgstr ""
2251
-
2252
- #: ../lib/hammer_cli_foreman/realm.rb:38
2253
- #, fuzzy
2254
- msgid "Could not update the realm"
2255
- msgstr "Could not update the architecture"
2256
-
2257
- #: ../lib/hammer_cli_foreman/realm.rb:45
2258
- msgid "Realm [%{name}] deleted"
2259
- msgstr ""
2260
-
2261
- #: ../lib/hammer_cli_foreman/realm.rb:46
2262
- #, fuzzy
2263
- msgid "Could not delete the realm"
2264
- msgstr "Could not delete the host"
2265
-
2266
- #: ../lib/hammer_cli_foreman/references.rb:8
2267
- msgid "Created at"
2268
- msgstr ""
2269
-
2270
- #: ../lib/hammer_cli_foreman/references.rb:9
2271
- msgid "Updated at"
2272
- msgstr ""
2273
-
2274
- #: ../lib/hammer_cli_foreman/references.rb:26
2275
- msgid "Users"
2276
- msgstr ""
2277
-
2278
- #: ../lib/hammer_cli_foreman/references.rb:34
2279
- msgid "User groups"
2280
- msgstr ""
2281
-
2282
- #: ../lib/hammer_cli_foreman/references.rb:35 ../lib/hammer_cli_foreman/references.rb:42
2283
- msgid "Usergroup"
2284
- msgstr ""
2285
-
2286
- #: ../lib/hammer_cli_foreman/references.rb:37 ../lib/hammer_cli_foreman/references.rb:44 ../lib/hammer_cli_foreman/references.rb:142
2287
- msgid "Roles"
2288
- msgstr ""
2289
-
2290
- #: ../lib/hammer_cli_foreman/references.rb:41
2291
- msgid "Inherited User groups"
2292
- msgstr ""
2293
-
2294
- #: ../lib/hammer_cli_foreman/references.rb:53
2295
- msgid "Smart proxies"
2296
- msgstr ""
2297
-
2298
- #: ../lib/hammer_cli_foreman/references.rb:61
2299
- msgid "Compute resources"
2300
- msgstr ""
2301
-
2302
- #: ../lib/hammer_cli_foreman/references.rb:69
2303
- msgid "Installation media"
2304
- msgstr "Installation media"
2305
-
2306
- #: ../lib/hammer_cli_foreman/references.rb:77
2307
- msgid "Templates"
2308
- msgstr ""
2309
-
2310
- #: ../lib/hammer_cli_foreman/references.rb:85
2311
- msgid "Domains"
2312
- msgstr ""
2313
-
2314
- #: ../lib/hammer_cli_foreman/references.rb:93
2315
- msgid "Environments"
2316
- msgstr ""
2317
-
2318
- #: ../lib/hammer_cli_foreman/references.rb:101
2319
- msgid "Hostgroups"
2320
- msgstr ""
2321
-
2322
- #: ../lib/hammer_cli_foreman/references.rb:109
2323
- msgid "Subnets"
2324
- msgstr ""
2325
-
2326
- #: ../lib/hammer_cli_foreman/references.rb:118
2327
- msgid "Parameters"
2328
- msgstr ""
2329
-
2330
- #: ../lib/hammer_cli_foreman/references.rb:126
2331
- msgid "Puppetclasses"
2332
- msgstr ""
2333
-
2334
- #: ../lib/hammer_cli_foreman/references.rb:134
2335
- msgid "Operating systems"
2336
- msgstr ""
2337
-
2338
- #: ../lib/hammer_cli_foreman/references.rb:150
2339
- msgid "External user groups"
2340
- msgstr ""
2341
-
2342
- #: ../lib/hammer_cli_foreman/report.rb:14 ../lib/hammer_cli_foreman/report.rb:35
2343
- msgid "Applied"
2344
- msgstr ""
2345
-
2346
- #: ../lib/hammer_cli_foreman/report.rb:15 ../lib/hammer_cli_foreman/report.rb:36
2347
- msgid "Restarted"
2348
- msgstr ""
2349
-
2350
- #: ../lib/hammer_cli_foreman/report.rb:16 ../lib/hammer_cli_foreman/report.rb:37
2351
- msgid "Failed"
2352
- msgstr ""
2353
-
2354
- #: ../lib/hammer_cli_foreman/report.rb:17 ../lib/hammer_cli_foreman/report.rb:38
2355
- msgid "Restart Failures"
2356
- msgstr ""
2357
-
2358
- #: ../lib/hammer_cli_foreman/report.rb:18 ../lib/hammer_cli_foreman/report.rb:39
2359
- msgid "Skipped"
2360
- msgstr ""
2361
-
2362
- #: ../lib/hammer_cli_foreman/report.rb:19 ../lib/hammer_cli_foreman/report.rb:40
2363
- msgid "Pending"
2364
- msgstr ""
2365
-
2366
- #: ../lib/hammer_cli_foreman/report.rb:32
2367
- msgid "Reported at"
2368
- msgstr ""
2369
-
2370
- #: ../lib/hammer_cli_foreman/report.rb:33
2371
- msgid "Report status"
2372
- msgstr ""
2373
-
2374
- #: ../lib/hammer_cli_foreman/report.rb:43
2375
- msgid "Report metrics"
2376
- msgstr ""
2377
-
2378
- #: ../lib/hammer_cli_foreman/report.rb:46
2379
- msgid "config_retrieval"
2380
- msgstr ""
2381
-
2382
- #: ../lib/hammer_cli_foreman/report.rb:47
2383
- msgid "exec"
2384
- msgstr ""
2385
-
2386
- #: ../lib/hammer_cli_foreman/report.rb:48
2387
- msgid "file"
2388
- msgstr ""
2389
-
2390
- #: ../lib/hammer_cli_foreman/report.rb:49
2391
- msgid "package"
2392
- msgstr ""
2393
-
2394
- #: ../lib/hammer_cli_foreman/report.rb:50
2395
- msgid "service"
2396
- msgstr ""
2397
-
2398
- #: ../lib/hammer_cli_foreman/report.rb:51
2399
- msgid "user"
2400
- msgstr ""
2401
-
2402
- #: ../lib/hammer_cli_foreman/report.rb:52
2403
- msgid "yumrepo"
2404
- msgstr ""
2405
-
2406
- #: ../lib/hammer_cli_foreman/report.rb:53
2407
- msgid "filebucket"
2408
- msgstr ""
2409
-
2410
- #: ../lib/hammer_cli_foreman/report.rb:54
2411
- msgid "cron"
2412
- msgstr ""
2413
-
2414
- #: ../lib/hammer_cli_foreman/report.rb:55
2415
- msgid "total"
2416
- msgstr ""
2417
-
2418
- #: ../lib/hammer_cli_foreman/report.rb:59
2419
- msgid "Logs"
2420
- msgstr "Logs"
2421
-
2422
- #: ../lib/hammer_cli_foreman/report.rb:65
2423
- msgid "Message"
2424
- msgstr "Message"
2425
-
2426
- #: ../lib/hammer_cli_foreman/report.rb:76
2427
- msgid "Report has been deleted"
2428
- msgstr ""
2429
-
2430
- #: ../lib/hammer_cli_foreman/report.rb:77
2431
- msgid "Could not delete the report"
2432
- msgstr ""
2433
-
2434
- #: ../lib/hammer_cli_foreman/resource_supported_test.rb:11
2435
- msgid "The server does not support such operation."
2436
- msgstr ""
2437
-
2438
- #: ../lib/hammer_cli_foreman/role.rb:13
2439
- msgid "Builtin"
2440
- msgstr ""
2441
-
2442
- #: ../lib/hammer_cli_foreman/role.rb:32
2443
- msgid "User role id"
2444
- msgstr ""
2445
-
2446
- #: ../lib/hammer_cli_foreman/role.rb:60
2447
- msgid "User role [%<name>s] created"
2448
- msgstr ""
2449
-
2450
- #: ../lib/hammer_cli_foreman/role.rb:61
2451
- msgid "Could not create the user role"
2452
- msgstr ""
2453
-
2454
- #: ../lib/hammer_cli_foreman/role.rb:68
2455
- msgid "User role [%<name>s] updated"
2456
- msgstr ""
2457
-
2458
- #: ../lib/hammer_cli_foreman/role.rb:69
2459
- msgid "Could not update the user role"
2460
- msgstr ""
2461
-
2462
- #: ../lib/hammer_cli_foreman/role.rb:76
2463
- msgid "User role [%<name>s] deleted"
2464
- msgstr ""
2465
-
2466
- #: ../lib/hammer_cli_foreman/role.rb:77
2467
- msgid "Could not delete the user roles"
2468
- msgstr ""
2469
-
2470
- #: ../lib/hammer_cli_foreman/settings.rb:28
2471
- msgid "Setting [%{name}] updated to [%{value}]"
2472
- msgstr ""
2473
-
2474
- #: ../lib/hammer_cli_foreman/settings.rb:29
2475
- msgid "Could not update the setting"
2476
- msgstr ""
2477
-
2478
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:11
2479
- msgid "Default Value"
2480
- msgstr ""
2481
-
2482
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:12
2483
- msgid "Override"
2484
- msgstr ""
2485
-
2486
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:35 ../lib/hammer_cli_foreman/smart_variable.rb:27
2487
- msgid "Puppet class"
2488
- msgstr ""
2489
-
2490
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:36 ../lib/hammer_cli_foreman/smart_variable.rb:28
2491
- msgid "Class Id"
2492
- msgstr ""
2493
-
2494
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:54
2495
- msgid "Hidden Value?"
2496
- msgstr ""
2497
-
2498
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:79
2499
- msgid "Use puppet default"
2500
- msgstr ""
2501
-
2502
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2503
- msgid "Required"
2504
- msgstr ""
2505
-
2506
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:56
2507
- msgid "Validator"
2508
- msgstr ""
2509
-
2510
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67 ../lib/hammer_cli_foreman/smart_variable.rb:58
2511
- msgid "Rule"
2512
- msgstr ""
2513
-
2514
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:60
2515
- msgid "Override values"
2516
- msgstr ""
2517
-
2518
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:61
2519
- msgid "Merge overrides"
2520
- msgstr ""
2521
-
2522
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
2523
- msgid "Merge default value"
2524
- msgstr ""
2525
-
2526
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
2527
- msgid "Avoid duplicates"
2528
- msgstr ""
2529
-
2530
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:64
2531
- msgid "Order"
2532
- msgstr ""
2533
-
2534
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2535
- msgid "Values"
2536
- msgstr ""
2537
-
2538
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:67
2539
- msgid "Match"
2540
- msgstr ""
2541
-
2542
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2543
- msgid "Parameter updated"
2544
- msgstr ""
2545
-
2546
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2547
- msgid "Could not update the parameter"
2548
- msgstr ""
2549
-
2550
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2551
- msgid "Override this parameter."
2552
- msgstr ""
2553
-
2554
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2555
- msgid "This parameter is required."
2556
- msgstr ""
2557
-
2558
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2559
- msgid "Type of the parameter."
2560
- msgstr ""
2561
-
2562
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:92 ../lib/hammer_cli_foreman/smart_variable.rb:106
2563
- msgid "Type of the validator."
2564
- msgstr ""
2565
-
2566
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:125
2567
- msgid "Override value created"
2568
- msgstr ""
2569
-
2570
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:126
2571
- msgid "Could not create the override value"
2572
- msgstr ""
2573
-
2574
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2575
- msgid "Cannot use --value when --use-puppet-default is true"
2576
- msgstr ""
2577
-
2578
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:138
2579
- msgid "Override value deleted"
2580
- msgstr ""
2581
-
2582
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:139
2583
- msgid "Could not delete the override value"
2584
- msgstr ""
2585
-
2586
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:13
2587
- msgid "URL"
2588
- msgstr "URL"
2589
-
2590
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:14 ../lib/hammer_cli_foreman/smart_proxy.rb:29
2591
- msgid "Features"
2592
- msgstr ""
2593
-
2594
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:41
2595
- msgid "Smart proxy created"
2596
- msgstr ""
2597
-
2598
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:42
2599
- msgid "Could not create the proxy"
2600
- msgstr ""
2601
-
2602
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:49
2603
- msgid "Smart proxy updated"
2604
- msgstr ""
2605
-
2606
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:50
2607
- msgid "Could not update the proxy"
2608
- msgstr ""
2609
-
2610
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:57
2611
- msgid "Smart proxy deleted"
2612
- msgstr ""
2613
-
2614
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:58
2615
- msgid "Could not delete the proxy"
2616
- msgstr ""
2617
-
2618
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:69
2619
- msgid "Puppet classes were imported"
2620
- msgstr ""
2621
-
2622
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:70
2623
- msgid "Import of puppet classes failed"
2624
- msgstr ""
2625
-
2626
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:72
2627
- msgid "Do not run the import"
2628
- msgstr ""
2629
-
2630
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:92
2631
- msgid "Smart proxy features were refreshed"
2632
- msgstr ""
2633
-
2634
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:93
2635
- msgid "Refresh of smart proxy features failed"
2636
- msgstr ""
2637
-
2638
- #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2639
- msgid "Variable"
2640
- msgstr ""
2641
-
2642
- #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
2643
- msgid "Use --variable instead"
2644
- msgstr ""
2645
-
2646
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2647
- msgid "Smart variable [%{variable}] created"
2648
- msgstr ""
2649
-
2650
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2651
- msgid "Could not create the smart variable"
2652
- msgstr ""
2653
-
2654
- #: ../lib/hammer_cli_foreman/smart_variable.rb:89 ../lib/hammer_cli_foreman/smart_variable.rb:103
2655
- msgid "Type of the variable."
2656
- msgstr ""
2657
-
2658
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2659
- msgid "Smart variable [%{variable}] updated"
2660
- msgstr ""
2661
-
2662
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2663
- msgid "Could not update the smart variable"
2664
- msgstr ""
2665
-
2666
- #: ../lib/hammer_cli_foreman/smart_variable.rb:114
2667
- msgid "Smart variable [%{variable}] deleted"
2668
- msgstr ""
2669
-
2670
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2671
- msgid "Could not delete the smart variable"
2672
- msgstr ""
2673
-
2674
- #: ../lib/hammer_cli_foreman/subnet.rb:13
2675
- msgid "Mask"
2676
- msgstr ""
2677
-
2678
- #: ../lib/hammer_cli_foreman/subnet.rb:23
2679
- msgid "Priority"
2680
- msgstr "Priority"
2681
-
2682
- #: ../lib/hammer_cli_foreman/subnet.rb:24
2683
- msgid "DNS"
2684
- msgstr ""
2685
-
2686
- #: ../lib/hammer_cli_foreman/subnet.rb:25
2687
- msgid "Primary DNS"
2688
- msgstr ""
2689
-
2690
- #: ../lib/hammer_cli_foreman/subnet.rb:26
2691
- msgid "Secondary DNS"
2692
- msgstr ""
2693
-
2694
- #: ../lib/hammer_cli_foreman/subnet.rb:27
2695
- msgid "TFTP"
2696
- msgstr ""
2697
-
2698
- #: ../lib/hammer_cli_foreman/subnet.rb:28
2699
- msgid "DHCP"
2700
- msgstr ""
2701
-
2702
- #: ../lib/hammer_cli_foreman/subnet.rb:29
2703
- msgid "IPAM"
2704
- msgstr ""
2705
-
2706
- #: ../lib/hammer_cli_foreman/subnet.rb:30
2707
- msgid "VLAN ID"
2708
- msgstr ""
2709
-
2710
- #: ../lib/hammer_cli_foreman/subnet.rb:31
2711
- msgid "Gateway"
2712
- msgstr ""
2713
-
2714
- #: ../lib/hammer_cli_foreman/subnet.rb:32
2715
- msgid "From"
2716
- msgstr ""
2717
-
2718
- #: ../lib/hammer_cli_foreman/subnet.rb:33
2719
- msgid "To"
2720
- msgstr ""
2721
-
2722
- #: ../lib/hammer_cli_foreman/subnet.rb:44
2723
- msgid "Subnet created"
2724
- msgstr ""
2725
-
2726
- #: ../lib/hammer_cli_foreman/subnet.rb:45
2727
- msgid "Could not create the subnet"
2728
- msgstr ""
2729
-
2730
- #: ../lib/hammer_cli_foreman/subnet.rb:53
2731
- msgid "Subnet updated"
2732
- msgstr ""
2733
-
2734
- #: ../lib/hammer_cli_foreman/subnet.rb:54
2735
- msgid "Could not update the subnet"
2736
- msgstr ""
2737
-
2738
- #: ../lib/hammer_cli_foreman/subnet.rb:62
2739
- msgid "Subnet deleted"
2740
- msgstr ""
2741
-
2742
- #: ../lib/hammer_cli_foreman/subnet.rb:63
2743
- msgid "Could not delete the subnet"
2744
- msgstr ""
2745
-
2746
- #: ../lib/hammer_cli_foreman/template.rb:72
2747
- msgid "List available config template kinds."
2748
- msgstr ""
2749
-
2750
- #: ../lib/hammer_cli_foreman/template.rb:91
2751
- msgid "View config template content."
2752
- msgstr ""
2753
-
2754
- #: ../lib/hammer_cli_foreman/template.rb:103 ../lib/hammer_cli_foreman/template.rb:121
2755
- msgid "Path to a file that contains the template"
2756
- msgstr ""
2757
-
2758
- #: ../lib/hammer_cli_foreman/template.rb:105 ../lib/hammer_cli_foreman/template.rb:123
2759
- msgid "Template type. Eg. snippet, script, provision"
2760
- msgstr ""
2761
-
2762
- #: ../lib/hammer_cli_foreman/template.rb:107
2763
- msgid "Config template created"
2764
- msgstr ""
2765
-
2766
- #: ../lib/hammer_cli_foreman/template.rb:108
2767
- msgid "Could not create the config template"
2768
- msgstr ""
2769
-
2770
- #: ../lib/hammer_cli_foreman/template.rb:125
2771
- msgid "Config template updated"
2772
- msgstr ""
2773
-
2774
- #: ../lib/hammer_cli_foreman/template.rb:126
2775
- msgid "Could not update the config template"
2776
- msgstr ""
2777
-
2778
- #: ../lib/hammer_cli_foreman/template.rb:139
2779
- msgid "Config template deleted"
2780
- msgstr ""
2781
-
2782
- #: ../lib/hammer_cli_foreman/template.rb:140
2783
- msgid "Could not delete the config template"
2784
- msgstr ""
2785
-
2786
- #: ../lib/hammer_cli_foreman/template.rb:151
2787
- msgid "Update the default PXE menu on all configured TFTP servers"
2788
- msgstr ""
2789
-
2790
- #: ../lib/hammer_cli_foreman/template.rb:164
2791
- msgid "Config template cloned"
2792
- msgstr ""
2793
-
2794
- #: ../lib/hammer_cli_foreman/template.rb:165
2795
- msgid "Could not clone the config template"
2796
- msgstr ""
2797
-
2798
- #: ../lib/hammer_cli_foreman/user.rb:11
2799
- msgid "Login"
2800
- msgstr ""
2801
-
2802
- #: ../lib/hammer_cli_foreman/user.rb:13
2803
- msgid "Email"
2804
- msgstr ""
2805
-
2806
- #: ../lib/hammer_cli_foreman/user.rb:28 ../lib/hammer_cli_foreman/usergroup.rb:13
2807
- msgid "Admin"
2808
- msgstr ""
2809
-
2810
- #: ../lib/hammer_cli_foreman/user.rb:29
2811
- msgid "Effective admin"
2812
- msgstr ""
2813
-
2814
- #: ../lib/hammer_cli_foreman/user.rb:30
2815
- msgid "Authorized by"
2816
- msgstr "Authorised by"
2817
-
2818
- #: ../lib/hammer_cli_foreman/user.rb:31
2819
- msgid "Locale"
2820
- msgstr ""
2821
-
2822
- #: ../lib/hammer_cli_foreman/user.rb:32
2823
- msgid "Timezone"
2824
- msgstr ""
2825
-
2826
- #: ../lib/hammer_cli_foreman/user.rb:33
2827
- msgid "Last login"
2828
- msgstr ""
2829
-
2830
- #: ../lib/hammer_cli_foreman/user.rb:35
2831
- msgid "Default organization"
2832
- msgstr "Default organisation"
2833
-
2834
- #: ../lib/hammer_cli_foreman/user.rb:36
2835
- msgid "Default location"
2836
- msgstr ""
2837
-
2838
- #: ../lib/hammer_cli_foreman/user.rb:44 ../lib/hammer_cli_foreman/user.rb:45
2839
- msgid "default"
2840
- msgstr ""
2841
-
2842
- #: ../lib/hammer_cli_foreman/user.rb:56
2843
- msgid "User [%{login}] created"
2844
- msgstr ""
2845
-
2846
- #: ../lib/hammer_cli_foreman/user.rb:57
2847
- msgid "Could not create the user"
2848
- msgstr ""
2849
-
2850
- #: ../lib/hammer_cli_foreman/user.rb:64
2851
- msgid "User [%{login}] updated"
2852
- msgstr ""
2853
-
2854
- #: ../lib/hammer_cli_foreman/user.rb:65
2855
- msgid "Could not update the user"
2856
- msgstr ""
2857
-
2858
- #: ../lib/hammer_cli_foreman/user.rb:72
2859
- msgid "User [%{login}] deleted"
2860
- msgstr ""
2861
-
2862
- #: ../lib/hammer_cli_foreman/user.rb:73
2863
- msgid "Could not delete the user"
2864
- msgstr ""
2865
-
2866
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2867
- msgid "User group [%<name>s] created"
2868
- msgstr ""
2869
-
2870
- #: ../lib/hammer_cli_foreman/usergroup.rb:33
2871
- msgid "Could not create the user group"
2872
- msgstr ""
2873
-
2874
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2875
- msgid "User group [%<name>s] updated"
2876
- msgstr ""
2877
-
2878
- #: ../lib/hammer_cli_foreman/usergroup.rb:40
2879
- msgid "Could not update the user group"
2880
- msgstr ""
2881
-
2882
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2883
- msgid "User group [%<name>s] deleted"
2884
- msgstr ""
2885
-
2886
- #: ../lib/hammer_cli_foreman/usergroup.rb:47
2887
- msgid "Could not delete the user group"
2888
- msgstr ""