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