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
- # Claer <transiblu@claer.hammock.fr>, 2014-2016
7
- # Dominic Cleal <dominic@cleal.org>, 2014
8
- # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,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-08 09:43+0000\n"
15
- "Last-Translator: Pierre-Emmanuel Dutang <dutangp@gmail.com>\n"
16
- "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
17
- "MIME-Version: 1.0\n"
18
- "Content-Type: text/plain; charset=UTF-8\n"
19
- "Content-Transfer-Encoding: 8bit\n"
20
- "Language: fr\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 "Connexion/Déconnexion à Foreman."
26
-
27
- #: ../lib/hammer_cli_foreman.rb:36
28
- msgid "Manipulate architectures."
29
- msgstr "Gestion des architectures."
30
-
31
- #: ../lib/hammer_cli_foreman.rb:40
32
- msgid "Manipulate auth sources."
33
- msgstr "Gérer les sources d'authentification"
34
-
35
- #: ../lib/hammer_cli_foreman.rb:44
36
- msgid "Manipulate compute resources."
37
- msgstr "Gestion des ressources d'ordinateur."
38
-
39
- #: ../lib/hammer_cli_foreman.rb:48
40
- msgid "Manipulate domains."
41
- msgstr "Gestion des domaines."
42
-
43
- #: ../lib/hammer_cli_foreman.rb:52
44
- msgid "Manipulate environments."
45
- msgstr "Manipulation des environnements"
46
-
47
- #: ../lib/hammer_cli_foreman.rb:56
48
- msgid "Search facts."
49
- msgstr "Rechercher les facts."
50
-
51
- #: ../lib/hammer_cli_foreman.rb:60
52
- msgid "Manage permission filters."
53
- msgstr "Gérer les filtres de permission"
54
-
55
- #: ../lib/hammer_cli_foreman.rb:64
56
- msgid "Manipulate hosts."
57
- msgstr "Manipulation des hôtes"
58
-
59
- #: ../lib/hammer_cli_foreman.rb:68
60
- msgid "Manipulate hostgroups."
61
- msgstr "Gestion des groupes d'hôtes"
62
-
63
- #: ../lib/hammer_cli_foreman.rb:72
64
- msgid "Manipulate locations."
65
- msgstr "Gestion des emplacements."
66
-
67
- #: ../lib/hammer_cli_foreman.rb:76
68
- msgid "Manipulate installation media."
69
- msgstr "Gestion des médias d'installation."
70
-
71
- #: ../lib/hammer_cli_foreman.rb:80
72
- msgid "Manipulate hardware models."
73
- msgstr "Gestion des modèles matériel."
74
-
75
- #: ../lib/hammer_cli_foreman.rb:84
76
- msgid "Manipulate operating system."
77
- msgstr "Manipulation des systèmes d'exploitation"
78
-
79
- #: ../lib/hammer_cli_foreman.rb:88
80
- msgid "Manipulate organizations."
81
- msgstr "Gestion des organisations."
82
-
83
- #: ../lib/hammer_cli_foreman.rb:92
84
- msgid "Manipulate partition tables."
85
- msgstr "Gestion des tables de partitions."
86
-
87
- #: ../lib/hammer_cli_foreman.rb:96
88
- msgid "Search puppet modules."
89
- msgstr "Recherche des modules Puppet."
90
-
91
- #: ../lib/hammer_cli_foreman.rb:100
92
- msgid "Browse and read reports."
93
- msgstr "Consulter les rapports."
94
-
95
- #: ../lib/hammer_cli_foreman.rb:104
96
- msgid "Manage user roles."
97
- msgstr "Gérer les rôles utilisateur"
98
-
99
- #: ../lib/hammer_cli_foreman.rb:108
100
- msgid "Manipulate smart class parameters."
101
- msgstr "Gestion des paramètres Smart Class"
102
-
103
- #: ../lib/hammer_cli_foreman.rb:112
104
- msgid "Manipulate smart variables."
105
- msgstr "Manipuler les smart variables."
106
-
107
- #: ../lib/hammer_cli_foreman.rb:116
108
- msgid "Manipulate smart proxies."
109
- msgstr "Gestion des Smart Proxies."
110
-
111
- #: ../lib/hammer_cli_foreman.rb:120
112
- msgid "Manipulate realms."
113
- msgstr "Manipuler les royaumes"
114
-
115
- #: ../lib/hammer_cli_foreman.rb:124
116
- msgid "Change server settings."
117
- msgstr "Modifier les paramètres serveur."
118
-
119
- #: ../lib/hammer_cli_foreman.rb:128
120
- msgid "Manipulate subnets."
121
- msgstr "Gestion des sous-réseaux."
122
-
123
- #: ../lib/hammer_cli_foreman.rb:132
124
- msgid "Manipulate config templates."
125
- msgstr "Gestion des modèles de configuration."
126
-
127
- #: ../lib/hammer_cli_foreman.rb:136
128
- msgid "Manipulate users."
129
- msgstr "Gestion des utilisateurs."
130
-
131
- #: ../lib/hammer_cli_foreman.rb:140
132
- msgid "Manage user groups."
133
- msgstr "Gérer les groupes d'utilisateurs."
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 "Nom"
199
-
200
- #: ../lib/hammer_cli_foreman/architecture.rb:31
201
- msgid "Architecture created"
202
- msgstr "Architecture créée"
203
-
204
- #: ../lib/hammer_cli_foreman/architecture.rb:32
205
- msgid "Could not create the architecture"
206
- msgstr "Impossible de créer l'architecture"
207
-
208
- #: ../lib/hammer_cli_foreman/architecture.rb:39
209
- msgid "Architecture deleted"
210
- msgstr "Architecture supprimée"
211
-
212
- #: ../lib/hammer_cli_foreman/architecture.rb:40
213
- msgid "Could not delete the architecture"
214
- msgstr "Impossible de supprimer l'architecture"
215
-
216
- #: ../lib/hammer_cli_foreman/architecture.rb:47
217
- msgid "Architecture updated"
218
- msgstr "Architecture mise à jour"
219
-
220
- #: ../lib/hammer_cli_foreman/architecture.rb:48
221
- msgid "Could not update the architecture"
222
- msgstr "Impossible de mettre à jour l'architecture"
223
-
224
- #: ../lib/hammer_cli_foreman/associating_commands.rb:41
225
- msgid "Associate a hostgroup"
226
- msgstr "Associer un groupe d'hôtes"
227
-
228
- #: ../lib/hammer_cli_foreman/associating_commands.rb:43
229
- msgid "The hostgroup has been associated"
230
- msgstr "Le groupe d'hôte a été associé"
231
-
232
- #: ../lib/hammer_cli_foreman/associating_commands.rb:44
233
- msgid "Could not associate the hostgroup"
234
- msgstr "Impossible d'associer le groupe d'hôte"
235
-
236
- #: ../lib/hammer_cli_foreman/associating_commands.rb:49
237
- msgid "Disassociate a hostgroup"
238
- msgstr "Dissocier un groupe d'hôtes"
239
-
240
- #: ../lib/hammer_cli_foreman/associating_commands.rb:51
241
- msgid "The hostgroup has been disassociated"
242
- msgstr "Le groupe d'hôte a été dissocié"
243
-
244
- #: ../lib/hammer_cli_foreman/associating_commands.rb:52
245
- msgid "Could not disassociate the hostgroup"
246
- msgstr "Impossible de dissocier le groupe d'hôte"
247
-
248
- #: ../lib/hammer_cli_foreman/associating_commands.rb:61
249
- msgid "Associate an environment"
250
- msgstr "Associer à un environnement"
251
-
252
- #: ../lib/hammer_cli_foreman/associating_commands.rb:63
253
- msgid "The environment has been associated"
254
- msgstr "L'environnement a été associé"
255
-
256
- #: ../lib/hammer_cli_foreman/associating_commands.rb:64
257
- msgid "Could not associate the environment"
258
- msgstr "Impossible d'associer l'environnement"
259
-
260
- #: ../lib/hammer_cli_foreman/associating_commands.rb:69
261
- msgid "Disassociate an environment"
262
- msgstr "Dissocier un environnement"
263
-
264
- #: ../lib/hammer_cli_foreman/associating_commands.rb:71
265
- msgid "The environment has been disassociated"
266
- msgstr "L'environnement a été dissocié"
267
-
268
- #: ../lib/hammer_cli_foreman/associating_commands.rb:72
269
- msgid "Could not disassociate the environment"
270
- msgstr "Impossible de dissocié l'environnement"
271
-
272
- #: ../lib/hammer_cli_foreman/associating_commands.rb:81
273
- msgid "Associate a domain"
274
- msgstr "Associer un domaine"
275
-
276
- #: ../lib/hammer_cli_foreman/associating_commands.rb:83
277
- msgid "The domain has been associated"
278
- msgstr "Le domaine a été associé"
279
-
280
- #: ../lib/hammer_cli_foreman/associating_commands.rb:84
281
- msgid "Could not associate the domain"
282
- msgstr "Impossible d'associer le domaine"
283
-
284
- #: ../lib/hammer_cli_foreman/associating_commands.rb:89
285
- msgid "Disassociate a domain"
286
- msgstr "Dissocier un domaine"
287
-
288
- #: ../lib/hammer_cli_foreman/associating_commands.rb:91
289
- msgid "The domain has been disassociated"
290
- msgstr "Le domaine a été dissocié"
291
-
292
- #: ../lib/hammer_cli_foreman/associating_commands.rb:92
293
- msgid "Could not disassociate the domain"
294
- msgstr "Impossible de dissocié le domaine"
295
-
296
- #: ../lib/hammer_cli_foreman/associating_commands.rb:101
297
- msgid "Associate a medium"
298
- msgstr "Associer un medium"
299
-
300
- #: ../lib/hammer_cli_foreman/associating_commands.rb:103
301
- msgid "The medium has been associated"
302
- msgstr "Le medium a été associé"
303
-
304
- #: ../lib/hammer_cli_foreman/associating_commands.rb:104
305
- msgid "Could not associate the medium"
306
- msgstr "Impossible d'associer le medium"
307
-
308
- #: ../lib/hammer_cli_foreman/associating_commands.rb:109
309
- msgid "Disassociate a medium"
310
- msgstr "Dissocier un medium"
311
-
312
- #: ../lib/hammer_cli_foreman/associating_commands.rb:111
313
- msgid "The medium has been disassociated"
314
- msgstr "Le medium a été dissocié"
315
-
316
- #: ../lib/hammer_cli_foreman/associating_commands.rb:112
317
- msgid "Could not disassociate the medium"
318
- msgstr "Impossible de dissocier le medium"
319
-
320
- #: ../lib/hammer_cli_foreman/associating_commands.rb:121
321
- msgid "Associate a subnet"
322
- msgstr "Associer un sous réseau"
323
-
324
- #: ../lib/hammer_cli_foreman/associating_commands.rb:123
325
- msgid "The subnet has been associated"
326
- msgstr "Le sous-réseau a été associé"
327
-
328
- #: ../lib/hammer_cli_foreman/associating_commands.rb:124
329
- msgid "Could not associate the subnet"
330
- msgstr "Impossible d'associer le sous-réseau"
331
-
332
- #: ../lib/hammer_cli_foreman/associating_commands.rb:129
333
- msgid "Disassociate a subnet"
334
- msgstr "Dissocier un sous réseau"
335
-
336
- #: ../lib/hammer_cli_foreman/associating_commands.rb:131
337
- msgid "The subnet has been disassociated"
338
- msgstr "Le sous-réseau a été dissocié"
339
-
340
- #: ../lib/hammer_cli_foreman/associating_commands.rb:132
341
- msgid "Could not disassociate the subnet"
342
- msgstr "Impossible de dissocier le sous-réseau"
343
-
344
- #: ../lib/hammer_cli_foreman/associating_commands.rb:141
345
- msgid "Associate a compute resource"
346
- msgstr "Associer une ressource d'ordinateur"
347
-
348
- #: ../lib/hammer_cli_foreman/associating_commands.rb:143
349
- msgid "The compute resource has been associated"
350
- msgstr "La ressources de calcul a été associé"
351
-
352
- #: ../lib/hammer_cli_foreman/associating_commands.rb:144
353
- msgid "Could not associate the compute resource"
354
- msgstr "Impossible d'associer la ressources de calcul"
355
-
356
- #: ../lib/hammer_cli_foreman/associating_commands.rb:149
357
- msgid "Disassociate a compute resource"
358
- msgstr "Dissocier une ressource d'ordinateur"
359
-
360
- #: ../lib/hammer_cli_foreman/associating_commands.rb:151
361
- msgid "The compute resource has been disassociated"
362
- msgstr "La ressources de calcul a été dissocié"
363
-
364
- #: ../lib/hammer_cli_foreman/associating_commands.rb:152
365
- msgid "Could not disassociate the compute resource"
366
- msgstr "Impossible de dissocier la ressources de calcul"
367
-
368
- #: ../lib/hammer_cli_foreman/associating_commands.rb:161
369
- msgid "Associate a smart proxy"
370
- msgstr "Associer un smart proxy"
371
-
372
- #: ../lib/hammer_cli_foreman/associating_commands.rb:163
373
- msgid "The smart proxy has been associated"
374
- msgstr "Le smart proxy a été associé"
375
-
376
- #: ../lib/hammer_cli_foreman/associating_commands.rb:164
377
- msgid "Could not associate the smart proxy"
378
- msgstr "Impossible d'associer le smart proxy"
379
-
380
- #: ../lib/hammer_cli_foreman/associating_commands.rb:173
381
- msgid "Disassociate a smart proxy"
382
- msgstr "Dissocier un smart proxy"
383
-
384
- #: ../lib/hammer_cli_foreman/associating_commands.rb:175
385
- msgid "The smart proxy has been disassociated"
386
- msgstr "Le smart proxy a été dissocié"
387
-
388
- #: ../lib/hammer_cli_foreman/associating_commands.rb:176
389
- msgid "Could not disassociate the smart proxy"
390
- msgstr "Impossible de dissocier le smart proxy"
391
-
392
- #: ../lib/hammer_cli_foreman/associating_commands.rb:189
393
- msgid "Associate an user"
394
- msgstr "Associer un utilisateur"
395
-
396
- #: ../lib/hammer_cli_foreman/associating_commands.rb:191
397
- msgid "The user has been associated"
398
- msgstr "L'utilisateur a été associé"
399
-
400
- #: ../lib/hammer_cli_foreman/associating_commands.rb:192
401
- msgid "Could not associate the user"
402
- msgstr "Impossible d'associer l'utilisateur"
403
-
404
- #: ../lib/hammer_cli_foreman/associating_commands.rb:197
405
- msgid "Disassociate an user"
406
- msgstr "Dissocier un utilisateur"
407
-
408
- #: ../lib/hammer_cli_foreman/associating_commands.rb:199
409
- msgid "The user has been disassociated"
410
- msgstr "L'utilisateur a été dissocié"
411
-
412
- #: ../lib/hammer_cli_foreman/associating_commands.rb:200
413
- msgid "Could not disassociate the user"
414
- msgstr "Impossible de dissocier l'utilisateur"
415
-
416
- #: ../lib/hammer_cli_foreman/associating_commands.rb:209
417
- msgid "Associate an user group"
418
- msgstr "Associer un groupe d'utilisateurs"
419
-
420
- #: ../lib/hammer_cli_foreman/associating_commands.rb:213
421
- msgid "The user group has been associated"
422
- msgstr "Le groupe d'utilisateurs a été associé"
423
-
424
- #: ../lib/hammer_cli_foreman/associating_commands.rb:214
425
- msgid "Could not associate the user group"
426
- msgstr "Impossible d'associer le groupe d'utilisateurs"
427
-
428
- #: ../lib/hammer_cli_foreman/associating_commands.rb:219
429
- msgid "Disassociate an user group"
430
- msgstr "Dissocier un groupe d'utilisateurs"
431
-
432
- #: ../lib/hammer_cli_foreman/associating_commands.rb:223
433
- msgid "The user group has been disassociated"
434
- msgstr "Le groupe d'utilisateurs a été dissocié"
435
-
436
- #: ../lib/hammer_cli_foreman/associating_commands.rb:224
437
- msgid "Could not disassociate the user group"
438
- msgstr "Impossible de dissocier le groupe d'utilisateurs"
439
-
440
- #: ../lib/hammer_cli_foreman/associating_commands.rb:233
441
- msgid "Associate a configuration template"
442
- msgstr "Associer un modèle de configuration"
443
-
444
- #: ../lib/hammer_cli_foreman/associating_commands.rb:235
445
- msgid "The configuration template has been associated"
446
- msgstr "Le modèle de configuration a été associé"
447
-
448
- #: ../lib/hammer_cli_foreman/associating_commands.rb:236
449
- msgid "Could not associate the configuration template"
450
- msgstr "Impossible d'associer le modèle de configuration"
451
-
452
- #: ../lib/hammer_cli_foreman/associating_commands.rb:241
453
- msgid "Disassociate a configuration template"
454
- msgstr "Dissocier un modèle de configuration"
455
-
456
- #: ../lib/hammer_cli_foreman/associating_commands.rb:243
457
- msgid "The configuration template has been disassociated"
458
- msgstr "Le modèle de configuration a été dissocié"
459
-
460
- #: ../lib/hammer_cli_foreman/associating_commands.rb:244
461
- msgid "Could not disassociate the configuration template"
462
- msgstr "Impossible de dissocier le modèle de configuration"
463
-
464
- #: ../lib/hammer_cli_foreman/associating_commands.rb:253
465
- msgid "Associate an organization"
466
- msgstr "Associer une organisation"
467
-
468
- #: ../lib/hammer_cli_foreman/associating_commands.rb:255
469
- msgid "The organization has been associated"
470
- msgstr "L'organisation a été associé"
471
-
472
- #: ../lib/hammer_cli_foreman/associating_commands.rb:256
473
- msgid "Could not associate the organization"
474
- msgstr "Impossible d'associer l'organisation"
475
-
476
- #: ../lib/hammer_cli_foreman/associating_commands.rb:261
477
- msgid "Disassociate an organization"
478
- msgstr "Dissocier une organisation"
479
-
480
- #: ../lib/hammer_cli_foreman/associating_commands.rb:263
481
- msgid "The organization has been disassociated"
482
- msgstr "L'organisation a été dissocié"
483
-
484
- #: ../lib/hammer_cli_foreman/associating_commands.rb:264
485
- msgid "Could not disassociate the organization"
486
- msgstr "Impossible de dissocier l'organisation"
487
-
488
- #: ../lib/hammer_cli_foreman/associating_commands.rb:273
489
- msgid "Associate an operating system"
490
- msgstr "Associer un système d'exploitation"
491
-
492
- #: ../lib/hammer_cli_foreman/associating_commands.rb:275
493
- msgid "Operating system has been associated"
494
- msgstr "Le système d'exploitation a été associé"
495
-
496
- #: ../lib/hammer_cli_foreman/associating_commands.rb:276
497
- msgid "Could not associate the operating system"
498
- msgstr "Impossible d'associer le système d'exploitation"
499
-
500
- #: ../lib/hammer_cli_foreman/associating_commands.rb:282
501
- msgid "Disassociate an operating system"
502
- msgstr "Dissocier un système d'exploitation"
503
-
504
- #: ../lib/hammer_cli_foreman/associating_commands.rb:284
505
- msgid "Operating system has been disassociated"
506
- msgstr "Le système d'exploitation a été dissocié"
507
-
508
- #: ../lib/hammer_cli_foreman/associating_commands.rb:285
509
- msgid "Could not disassociate the operating system"
510
- msgstr "Impossible de dissocier le système d'exploitation"
511
-
512
- #: ../lib/hammer_cli_foreman/associating_commands.rb:294
513
- msgid "Associate an architecture"
514
- msgstr "Associer une architecture"
515
-
516
- #: ../lib/hammer_cli_foreman/associating_commands.rb:296
517
- msgid "Architecture has been associated"
518
- msgstr "L'architecture a été associée"
519
-
520
- #: ../lib/hammer_cli_foreman/associating_commands.rb:297
521
- msgid "Could not associate the architecture"
522
- msgstr "Impossible d'associer l'architecture"
523
-
524
- #: ../lib/hammer_cli_foreman/associating_commands.rb:303
525
- msgid "Disassociate an architecture"
526
- msgstr "Dissocier une architecture"
527
-
528
- #: ../lib/hammer_cli_foreman/associating_commands.rb:305
529
- msgid "Architecture has been disassociated"
530
- msgstr "L'architecture a été dissociée"
531
-
532
- #: ../lib/hammer_cli_foreman/associating_commands.rb:306
533
- msgid "Could not disassociate the architecture"
534
- msgstr "Impossible de dissocier l'architecture"
535
-
536
- #: ../lib/hammer_cli_foreman/associating_commands.rb:315
537
- msgid "Associate a partition table"
538
- msgstr "Associer une table de partition"
539
-
540
- #: ../lib/hammer_cli_foreman/associating_commands.rb:317
541
- msgid "Partition table has been associated"
542
- msgstr "La table de partition a été associée"
543
-
544
- #: ../lib/hammer_cli_foreman/associating_commands.rb:318
545
- msgid "Could not associate the partition table"
546
- msgstr "Impossible d'associer la table de partition"
547
-
548
- #: ../lib/hammer_cli_foreman/associating_commands.rb:324
549
- msgid "Disassociate a partition table"
550
- msgstr "Dissocier une table de partition"
551
-
552
- #: ../lib/hammer_cli_foreman/associating_commands.rb:326
553
- msgid "Partition table has been disassociated"
554
- msgstr "La table de partition a été dissociée"
555
-
556
- #: ../lib/hammer_cli_foreman/associating_commands.rb:327
557
- msgid "Could not disassociate the partition table"
558
- msgstr "Impossible de dissocier la table de partition"
559
-
560
- #: ../lib/hammer_cli_foreman/associating_commands.rb:336
561
- msgid "Assign a user role"
562
- msgstr "Assigner un rôle utilisateur"
563
-
564
- #: ../lib/hammer_cli_foreman/associating_commands.rb:338
565
- msgid "User role has been assigned"
566
- msgstr "Rôle utilisateur assigné"
567
-
568
- #: ../lib/hammer_cli_foreman/associating_commands.rb:339
569
- msgid "Could not assign the user role"
570
- msgstr "Impossible d'assigner le rôle utilisateur"
571
-
572
- #: ../lib/hammer_cli_foreman/associating_commands.rb:345
573
- msgid "Remove a user role"
574
- msgstr "Supprimer un rôle utilisateur"
575
-
576
- #: ../lib/hammer_cli_foreman/associating_commands.rb:347
577
- msgid "User role has been removed"
578
- msgstr "Rôle utilisateur supprimé"
579
-
580
- #: ../lib/hammer_cli_foreman/associating_commands.rb:348
581
- msgid "Could not remove the user role"
582
- msgstr "Impossible de supprimer le rôle utilisateur"
583
-
584
- #: ../lib/hammer_cli_foreman/associating_commands.rb:357
585
- msgid "Associate a location"
586
- msgstr "Associer une localisation"
587
-
588
- #: ../lib/hammer_cli_foreman/associating_commands.rb:359
589
- msgid "The location has been associated"
590
- msgstr "La localisation a été assiocé"
591
-
592
- #: ../lib/hammer_cli_foreman/associating_commands.rb:360
593
- msgid "Could not associate the location"
594
- msgstr "Impossible d'associer la localisation"
595
-
596
- #: ../lib/hammer_cli_foreman/associating_commands.rb:365
597
- msgid "Disassociate a location"
598
- msgstr "Dissocier une localisation"
599
-
600
- #: ../lib/hammer_cli_foreman/associating_commands.rb:367
601
- msgid "The location has been disassociated"
602
- msgstr "La localisation a été dissocié"
603
-
604
- #: ../lib/hammer_cli_foreman/associating_commands.rb:368
605
- msgid "Could not disassociate the location"
606
- msgstr "Impossible de dissocié la localisation"
607
-
608
- #: ../lib/hammer_cli_foreman/auth.rb:7
609
- msgid "Set credentials"
610
- msgstr "Définir les authentifiants"
611
-
612
- #: ../lib/hammer_cli_foreman/auth.rb:20
613
- msgid "Wipe your credentials"
614
- msgstr "Supprimer vos authentifiants"
615
-
616
- #: ../lib/hammer_cli_foreman/auth.rb:26
617
- msgid "Credentials deleted."
618
- msgstr "Identifiants supprimés"
619
-
620
- #: ../lib/hammer_cli_foreman/auth.rb:33
621
- msgid "Information about current connections"
622
- msgstr "Information à propos des connexions en cours"
623
-
624
- #: ../lib/hammer_cli_foreman/auth.rb:37
625
- msgid "You are logged in as '%s'"
626
- msgstr "Vous êtes identifié comme '%s'"
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 "Vous n'êtes actuellement pas identifié sur aucun service.\nUtilisez le service pour définir vos identifiants."
633
-
634
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
635
- msgid "Manage LDAP auth sources."
636
- msgstr "Gérer les sources d'authentification LDAP."
637
-
638
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:15
639
- msgid "LDAPS?"
640
- msgstr "LDAPS ?"
641
-
642
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:16
643
- msgid "Port"
644
- msgstr "Port"
645
-
646
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:17
647
- msgid "Server Type"
648
- msgstr "Type de serveur"
649
-
650
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:27
651
- msgid "Account Username"
652
- msgstr "Nom du compte utilisateur"
653
-
654
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:28
655
- msgid "Base DN"
656
- msgstr "Base DN"
657
-
658
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:29
659
- msgid "LDAP filter"
660
- msgstr "Filtre LDAP"
661
-
662
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:30
663
- msgid "Automatically Create Accounts?"
664
- msgstr "Créer automatiquement les comptes utilisateur ?"
665
-
666
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:31
667
- msgid "Login Name Attribute"
668
- msgstr "Attribut Login"
669
-
670
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:32
671
- msgid "First Name Attribute"
672
- msgstr "Attribut prénom (First Name)"
673
-
674
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:33
675
- msgid "Last Name Attribute"
676
- msgstr "Attribut nom de famille (Last Name)"
677
-
678
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:34
679
- msgid "Email Address Attribute"
680
- msgstr "Attribut adresse mail"
681
-
682
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:35
683
- msgid "Photo Attribute"
684
- msgstr "Attribut Photo"
685
-
686
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:43
687
- msgid "Auth source created"
688
- msgstr "Source d'authentification créée"
689
-
690
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:44
691
- msgid "Could not create the Auth Source"
692
- msgstr "Impossible de créer la source d'authentification"
693
-
694
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:51
695
- msgid "Auth source deleted"
696
- msgstr "Source d'authentification supprimée"
697
-
698
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:52
699
- msgid "Could not delete the Auth Source"
700
- msgstr "Impossible de supprimer la source d'authentification"
701
-
702
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:59
703
- msgid "Auth source updated"
704
- msgstr "Source d'authentification mis à jour"
705
-
706
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:60
707
- msgid "Could not update the Auth Source"
708
- msgstr "Impossible de mettre à jour la source d'authentification"
709
-
710
- #: ../lib/hammer_cli_foreman/commands.rb:88
711
- msgid "Received data of unknown format"
712
- msgstr "Format inconnu de la donnée reçue"
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 "%{resource} introuvable. Certaines options de recherche sont manquantes, veuillez consulter --help"
719
-
720
- #: ../lib/hammer_cli_foreman/commands.rb:198
721
- msgid "Could not find %{resource}, please set option %{switches}."
722
- msgstr "%{resource} introuvable, veuillez définir l'option %{switches}."
723
-
724
- #: ../lib/hammer_cli_foreman/commands.rb:200
725
- msgid "Could not find %{resource}, please set one of options %{switches}."
726
- msgstr "%{resource} introuvable, veuillez définir l'une des options %{switches}."
727
-
728
- #: ../lib/hammer_cli_foreman/commands.rb:529
729
- msgid "Associate a resource"
730
- msgstr "Associer à une ressource"
731
-
732
- #: ../lib/hammer_cli_foreman/commands.rb:533
733
- msgid "Could not associate the %{resource_name}"
734
- msgstr "Impossible d'associer le %{resource_name}"
735
-
736
- #: ../lib/hammer_cli_foreman/commands.rb:537
737
- msgid "The %{resource_name} has been associated"
738
- msgstr "Le %{resource_name} a été associé"
739
-
740
- #: ../lib/hammer_cli_foreman/commands.rb:559
741
- msgid "Disassociate a resource"
742
- msgstr "Dissocier la ressource"
743
-
744
- #: ../lib/hammer_cli_foreman/commands.rb:571
745
- msgid "Could not disassociate the %{resource_name}"
746
- msgstr "Impossible de dissocier le %{resource_name}"
747
-
748
- #: ../lib/hammer_cli_foreman/commands.rb:575
749
- msgid "The %{resource_name} has been disassociated"
750
- msgstr "Le %{resource_name} a été dissocié"
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 "Valeur"
759
-
760
- #: ../lib/hammer_cli_foreman/common_parameter.rb:22
761
- msgid "Set a global parameter."
762
- msgstr "Définir un paramètre global."
763
-
764
- #: ../lib/hammer_cli_foreman/common_parameter.rb:24
765
- msgid "Created parameter [%{name}] with value [%{value}]."
766
- msgstr "Paramètre [%{name}] créé avec la valeur [%{value}] "
767
-
768
- #: ../lib/hammer_cli_foreman/common_parameter.rb:25
769
- msgid "Parameter [%{name}] updated to [%{value}]."
770
- msgstr "Paramètre [%{name}] mis à jour à la valeur [%{value}]."
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 "nom du paramètre"
777
-
778
- #: ../lib/hammer_cli_foreman/common_parameter.rb:28
779
- #: ../lib/hammer_cli_foreman/parameter.rb:50
780
- msgid "parameter value"
781
- msgstr "valeur du paramètre"
782
-
783
- #: ../lib/hammer_cli_foreman/common_parameter.rb:53
784
- msgid "Global parameter [%{name}] deleted."
785
- msgstr "Paramètre global [%{name}] supprimé"
786
-
787
- #: ../lib/hammer_cli_foreman/common_parameter.rb:54
788
- msgid "Could not delete the global parameter [%{name}]"
789
- msgstr "Impossible de supprimer le paramètre global [%{name}]"
790
-
791
- #: ../lib/hammer_cli_foreman/common_parameter.rb:67
792
- msgid "Manipulate global parameters."
793
- msgstr "Gestion des paramètres globaux."
794
-
795
- #: ../lib/hammer_cli_foreman/compute_resource.rb:22
796
- #: ../lib/hammer_cli_foreman/interface.rb:60
797
- msgid "Provider"
798
- msgstr "Fournisseur"
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 "UUID"
806
-
807
- #: ../lib/hammer_cli_foreman/compute_resource.rb:37
808
- #: ../lib/hammer_cli_foreman/compute_resource.rb:47
809
- msgid "Region"
810
- msgstr "Région"
811
-
812
- #: ../lib/hammer_cli_foreman/compute_resource.rb:41
813
- msgid "Server"
814
- msgstr "Serveur"
815
-
816
- #: ../lib/hammer_cli_foreman/compute_resource.rb:44
817
- msgid "Tenant"
818
- msgstr "Tenant"
819
-
820
- #: ../lib/hammer_cli_foreman/compute_resource.rb:54
821
- msgid "Url"
822
- msgstr "URL"
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 "Utilisateur"
837
-
838
- #: ../lib/hammer_cli_foreman/compute_resource.rb:73
839
- msgid "Compute resource created"
840
- msgstr "Ressource d'ordinateur créée"
841
-
842
- #: ../lib/hammer_cli_foreman/compute_resource.rb:74
843
- msgid "Could not create the compute resource"
844
- msgstr "Impossible de créer la ressource d'ordinateur"
845
-
846
- #: ../lib/hammer_cli_foreman/compute_resource.rb:85
847
- msgid "Compute resource updated"
848
- msgstr "Ressource d'ordinateur mise à jour"
849
-
850
- #: ../lib/hammer_cli_foreman/compute_resource.rb:86
851
- msgid "Could not update the compute resource"
852
- msgstr "Impossible de mettre à jour la ressource d'ordinateur"
853
-
854
- #: ../lib/hammer_cli_foreman/compute_resource.rb:93
855
- msgid "Compute resource deleted"
856
- msgstr "Ressource d'ordinateur supprimée"
857
-
858
- #: ../lib/hammer_cli_foreman/compute_resource.rb:94
859
- msgid "Could not delete the compute resource"
860
- msgstr "Impossible de supprimer la ressource d'ordinateur"
861
-
862
- #: ../lib/hammer_cli_foreman/credentials.rb:26
863
- msgid "[Foreman] Username: "
864
- msgstr "[Foreman] nom d'utilisateur :"
865
-
866
- #: ../lib/hammer_cli_foreman/credentials.rb:33
867
- msgid "[Foreman] Password for %s: "
868
- msgstr "[Foreman] mot de passe pour %s :"
869
-
870
- #: ../lib/hammer_cli_foreman/defaults.rb:7
871
- msgid "Use the default organization and/or location from the server"
872
- msgstr "Utiliser les organisations et/ou emplacements par défaut de ce serveur"
873
-
874
- #: ../lib/hammer_cli_foreman/domain.rb:6
875
- msgid "ID of DNS proxy to use within this domain"
876
- msgstr "ID du proxy DNS à utiliser dans ce domaine"
877
-
878
- #: ../lib/hammer_cli_foreman/domain.rb:7
879
- msgid "Name of DNS proxy to use within this domain"
880
- msgstr "Nom du proxy DNS à utiliser dans ce domaine"
881
-
882
- #: ../lib/hammer_cli_foreman/domain.rb:43
883
- msgid "DNS Id"
884
- msgstr "Id DNS"
885
-
886
- #: ../lib/hammer_cli_foreman/domain.rb:57
887
- msgid "Domain [%{name}] created"
888
- msgstr "Domaine [%{name}] créé"
889
-
890
- #: ../lib/hammer_cli_foreman/domain.rb:58
891
- msgid "Could not create the domain"
892
- msgstr "Impossible de créer le domaine"
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 "Nom complet décrivant le domaine"
898
-
899
- #: ../lib/hammer_cli_foreman/domain.rb:68
900
- msgid "Domain [%{name}] updated"
901
- msgstr "Domaine [%{name}] mis à jour"
902
-
903
- #: ../lib/hammer_cli_foreman/domain.rb:69
904
- msgid "Could not update the domain"
905
- msgstr "Impossible de mettreà jour le domaine"
906
-
907
- #: ../lib/hammer_cli_foreman/domain.rb:78
908
- msgid "Domain [%{name}] deleted"
909
- msgstr "Domaine [%{name}] supprimé"
910
-
911
- #: ../lib/hammer_cli_foreman/domain.rb:79
912
- msgid "Could not delete the domain"
913
- msgstr "Impossible de supprimer le domaine"
914
-
915
- #: ../lib/hammer_cli_foreman/domain.rb:86
916
- msgid "Create or update parameter for a domain."
917
- msgstr "Créer ou changer un paramètre d'un domaine."
918
-
919
- #: ../lib/hammer_cli_foreman/domain.rb:88
920
- msgid "Domain parameter updated"
921
- msgstr "Paramètre du domaine mis à jour"
922
-
923
- #: ../lib/hammer_cli_foreman/domain.rb:89
924
- msgid "New domain parameter created"
925
- msgstr "Nouveau paramètre de domaine créé"
926
-
927
- #: ../lib/hammer_cli_foreman/domain.rb:90
928
- msgid "Could not set domain parameter"
929
- msgstr "Impossible de positionner le paramètre du domaine"
930
-
931
- #: ../lib/hammer_cli_foreman/domain.rb:102
932
- msgid "Delete parameter for a domain."
933
- msgstr "Suppression du paramètre d'un domaine"
934
-
935
- #: ../lib/hammer_cli_foreman/domain.rb:104
936
- msgid "Domain parameter deleted"
937
- msgstr "Paramètre du domaine supprimé"
938
-
939
- #: ../lib/hammer_cli_foreman/environment.rb:34
940
- msgid "Environment created"
941
- msgstr "Environnement Créé"
942
-
943
- #: ../lib/hammer_cli_foreman/environment.rb:35
944
- msgid "Could not create the environment"
945
- msgstr "Impossible de créer l'environnement"
946
-
947
- #: ../lib/hammer_cli_foreman/environment.rb:42
948
- msgid "Environment updated"
949
- msgstr "Environnement mis à jour"
950
-
951
- #: ../lib/hammer_cli_foreman/environment.rb:43
952
- msgid "Could not update the environment"
953
- msgstr "Impossible de mettre à jour l'environnement"
954
-
955
- #: ../lib/hammer_cli_foreman/environment.rb:50
956
- msgid "Environment deleted"
957
- msgstr "Environnement supprimé"
958
-
959
- #: ../lib/hammer_cli_foreman/environment.rb:51
960
- msgid "Could not delete the environment"
961
- msgstr "Impossible de supprimer l'environnement"
962
-
963
- #: ../lib/hammer_cli_foreman/exception_handler.rb:29
964
- msgid "Redirection of API call detected."
965
- msgstr "Redirection à l'appel API détecté"
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 "Il semble que hammer est configué pour utiliser HTTP et le serveur préfère HTTPS."
971
-
972
- #: ../lib/hammer_cli_foreman/exception_handler.rb:32
973
- msgid "Update your server url configuration"
974
- msgstr "Mettre à jour votre configuration url du serveur"
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 "Vous pouvez définir 'follow_redirects' avec les valeurs :default ou :always pour activer le suivi des redirections"
981
-
982
- #: ../lib/hammer_cli_foreman/exception_handler.rb:54
983
- msgid "Forbidden - server refused to process the request"
984
- msgstr "Refusé - Le serveur refuse de traiter votre demande"
985
-
986
- #: ../lib/hammer_cli_foreman/exception_handler.rb:88
987
- msgid "Could not load the API description from the server"
988
- msgstr "Impossible de charger la description de l'API depuis le serveur"
989
-
990
- #: ../lib/hammer_cli_foreman/exception_handler.rb:89
991
- msgid "is the server down?"
992
- msgstr "Le serveur est-il éteint ?"
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 "Est ce que '%s' était lancé pendant que le cache apipie était en cours d'utilisation ? (état normal pour un serveur de production)"
999
-
1000
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:6
1001
- msgid "View and manage user group's external user groups"
1002
- msgstr "Visualiser et gérer les utilisateurs des groupes externes d'utilisateurs"
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 "Auth source"
1008
-
1009
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:39
1010
- msgid "Refresh external user group"
1011
- msgstr "Rafraîchir un groupe d'utilisateur externe"
1012
-
1013
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:57
1014
- msgid "External user group created"
1015
- msgstr "Groupe externe d'utilisateurs créé"
1016
-
1017
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:58
1018
- msgid "Could not create external user group"
1019
- msgstr "Impossible de créer le groupe externe d'utilisateurs"
1020
-
1021
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:65
1022
- msgid "External user group updated"
1023
- msgstr "Groupe externe d'utilisateurs mis à jour"
1024
-
1025
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:66
1026
- msgid "Could not update external user group"
1027
- msgstr "Impossible de mettre à jour le groupe externe d'utilisateurs"
1028
-
1029
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:73
1030
- msgid "External user group deleted"
1031
- msgstr "Groupe externe d'utilisateurs supprimé"
1032
-
1033
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:74
1034
- msgid "Could not delete the external user group"
1035
- msgstr "Impossible de supprimer le groupe externe d'utilisateurs"
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 "Hôte"
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 "Type de ressource"
1049
-
1050
- #: ../lib/hammer_cli_foreman/filter.rb:11
1051
- msgid "Search"
1052
- msgstr "Rechercher"
1053
-
1054
- #: ../lib/hammer_cli_foreman/filter.rb:12
1055
- msgid "Unlimited?"
1056
- msgstr "Illimité?"
1057
-
1058
- #: ../lib/hammer_cli_foreman/filter.rb:13
1059
- msgid "Role"
1060
- msgstr "Rôle"
1061
-
1062
- #: ../lib/hammer_cli_foreman/filter.rb:14
1063
- msgid "Permissions"
1064
- msgstr "Permissions"
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 "(Divers)"
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 "Aucun"
1076
-
1077
- #: ../lib/hammer_cli_foreman/filter.rb:44
1078
- msgid "Permission filter for [%<resource_type>s] created"
1079
- msgstr "Filtre de permissions pour [%<resource_type>s] créé"
1080
-
1081
- #: ../lib/hammer_cli_foreman/filter.rb:45
1082
- msgid "Could not create the permission filter"
1083
- msgstr "Impossible de créer le filtre de permission"
1084
-
1085
- #: ../lib/hammer_cli_foreman/filter.rb:52
1086
- msgid "Permission filter for [%<resource_type>s] updated"
1087
- msgstr "Filtre de permissions pour [%<resource_type>s] mis à jour"
1088
-
1089
- #: ../lib/hammer_cli_foreman/filter.rb:53
1090
- msgid "Could not update the permission filter"
1091
- msgstr "Impossible de mettre à jour le filtre de permission"
1092
-
1093
- #: ../lib/hammer_cli_foreman/filter.rb:60
1094
- msgid "Permission filter deleted"
1095
- msgstr "Filtre de permission supprimé"
1096
-
1097
- #: ../lib/hammer_cli_foreman/filter.rb:61
1098
- msgid "Could not delete the permission filter"
1099
- msgstr "Impossible de supprimer le filtre de permission"
1100
-
1101
- #: ../lib/hammer_cli_foreman/filter.rb:74
1102
- #: ../lib/hammer_cli_foreman/report.rb:62
1103
- msgid "Resource"
1104
- msgstr "Ressource"
1105
-
1106
- #: ../lib/hammer_cli_foreman/host.rb:15
1107
- msgid "Login of the owner"
1108
- msgstr "Informations d'identification du propriétaire"
1109
-
1110
- #: ../lib/hammer_cli_foreman/host.rb:17
1111
- msgid "ID of the owner"
1112
- msgstr "ID du propriétaire"
1113
-
1114
- #: ../lib/hammer_cli_foreman/host.rb:44
1115
- msgid "Host parameters."
1116
- msgstr "Paramètres de l'Hôte"
1117
-
1118
- #: ../lib/hammer_cli_foreman/host.rb:46
1119
- msgid "Compute resource attributes."
1120
- msgstr "Attributs des Ressources d'Ordinateur."
1121
-
1122
- #: ../lib/hammer_cli_foreman/host.rb:48
1123
- msgid "Volume parameters"
1124
- msgstr "Paramètres du Volume"
1125
-
1126
- #: ../lib/hammer_cli_foreman/host.rb:50
1127
- msgid "Interface parameters."
1128
- msgstr "Paramètres d'interface"
1129
-
1130
- #: ../lib/hammer_cli_foreman/host.rb:64
1131
- msgid "Enter the root password for the host:"
1132
- msgstr "Saisir le mot de passe root de l'hôte :"
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 "Système d'Exploitation"
1139
-
1140
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1141
- msgid "Host Group"
1142
- msgstr "Groupe d'hôtes"
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 "Bare Metal"
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 "Emplacement"
1163
-
1164
- #: ../lib/hammer_cli_foreman/host.rb:197
1165
- msgid "Compute Resource"
1166
- msgstr "Ressources d'Ordinateur"
1167
-
1168
- #: ../lib/hammer_cli_foreman/host.rb:198
1169
- msgid "Compute Profile"
1170
- msgstr "Profil de calcul"
1171
-
1172
- #: ../lib/hammer_cli_foreman/host.rb:199
1173
- #: ../lib/hammer_cli_foreman/hostgroup.rb:61
1174
- msgid "Environment"
1175
- msgstr "Environnement"
1176
-
1177
- #: ../lib/hammer_cli_foreman/host.rb:200
1178
- msgid "Puppet CA Id"
1179
- msgstr "ID de Puppet CA"
1180
-
1181
- #: ../lib/hammer_cli_foreman/host.rb:201
1182
- msgid "Puppet Master Id"
1183
- msgstr "ID du Puppet Master"
1184
-
1185
- #: ../lib/hammer_cli_foreman/host.rb:202
1186
- msgid "Cert name"
1187
- msgstr "Nom du certificat"
1188
-
1189
- #: ../lib/hammer_cli_foreman/host.rb:203
1190
- #: ../lib/hammer_cli_foreman/interface.rb:51
1191
- msgid "Managed"
1192
- msgstr "Géré"
1193
-
1194
- #: ../lib/hammer_cli_foreman/host.rb:205
1195
- msgid "Installed at"
1196
- msgstr "Installé le"
1197
-
1198
- #: ../lib/hammer_cli_foreman/host.rb:206
1199
- #: ../lib/hammer_cli_foreman/report.rb:12
1200
- msgid "Last report"
1201
- msgstr "Dernier rapport"
1202
-
1203
- #: ../lib/hammer_cli_foreman/host.rb:208
1204
- #: ../lib/hammer_cli_foreman/subnet.rb:12
1205
- msgid "Network"
1206
- msgstr "Réseau"
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 "Sous-Réseau"
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 "Domaine"
1219
-
1220
- #: ../lib/hammer_cli_foreman/host.rb:213
1221
- msgid "Service provider"
1222
- msgstr "Fournisseur de service"
1223
-
1224
- #: ../lib/hammer_cli_foreman/host.rb:214
1225
- msgid "SP Name"
1226
- msgstr "SP Nom"
1227
-
1228
- #: ../lib/hammer_cli_foreman/host.rb:215
1229
- msgid "SP IP"
1230
- msgstr "SP IP"
1231
-
1232
- #: ../lib/hammer_cli_foreman/host.rb:216
1233
- msgid "SP MAC"
1234
- msgstr "SP MAC"
1235
-
1236
- #: ../lib/hammer_cli_foreman/host.rb:217
1237
- msgid "SP Subnet"
1238
- msgstr "SP sous réseau"
1239
-
1240
- #: ../lib/hammer_cli_foreman/host.rb:221
1241
- msgid "Network interfaces"
1242
- msgstr "Interfaces réseau"
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 "Identifiant"
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 "Adresse MAC"
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 "Adresse IP"
1272
-
1273
- #: ../lib/hammer_cli_foreman/host.rb:227
1274
- msgid "FQDN"
1275
- msgstr "FQDN"
1276
-
1277
- #: ../lib/hammer_cli_foreman/host.rb:230
1278
- msgid "Operating system"
1279
- msgstr "Système d'exploitation"
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 "Architecture"
1286
-
1287
- #: ../lib/hammer_cli_foreman/host.rb:235
1288
- msgid "Build"
1289
- msgstr "Construire"
1290
-
1291
- #: ../lib/hammer_cli_foreman/host.rb:236
1292
- #: ../lib/hammer_cli_foreman/hostgroup.rb:77
1293
- msgid "Medium"
1294
- msgstr "Medium"
1295
-
1296
- #: ../lib/hammer_cli_foreman/host.rb:237
1297
- #: ../lib/hammer_cli_foreman/hostgroup.rb:76
1298
- msgid "Partition Table"
1299
- msgstr "Table de partition"
1300
-
1301
- #: ../lib/hammer_cli_foreman/host.rb:238
1302
- msgid "Custom partition table"
1303
- msgstr "Table de partition spécifique"
1304
-
1305
- #: ../lib/hammer_cli_foreman/host.rb:241
1306
- msgid "Image"
1307
- msgstr "Image"
1308
-
1309
- #: ../lib/hammer_cli_foreman/host.rb:242
1310
- msgid "Image file"
1311
- msgstr "Fichier Image"
1312
-
1313
- #: ../lib/hammer_cli_foreman/host.rb:243
1314
- msgid "Use image"
1315
- msgstr "Utiliser l'image"
1316
-
1317
- #: ../lib/hammer_cli_foreman/host.rb:249
1318
- msgid "Additional info"
1319
- msgstr "Informations complémentaires"
1320
-
1321
- #: ../lib/hammer_cli_foreman/host.rb:250
1322
- msgid "Owner Id"
1323
- msgstr "Id du Propriétaire"
1324
-
1325
- #: ../lib/hammer_cli_foreman/host.rb:251
1326
- msgid "Owner Type"
1327
- msgstr "Type de Propriétaire"
1328
-
1329
- #: ../lib/hammer_cli_foreman/host.rb:252
1330
- msgid "Enabled"
1331
- msgstr "Activé"
1332
-
1333
- #: ../lib/hammer_cli_foreman/host.rb:253
1334
- #: ../lib/hammer_cli_foreman/hostgroup.rb:62
1335
- msgid "Model"
1336
- msgstr "Modèle"
1337
-
1338
- #: ../lib/hammer_cli_foreman/host.rb:254
1339
- msgid "Comment"
1340
- msgstr "Commentaire"
1341
-
1342
- #: ../lib/hammer_cli_foreman/host.rb:267
1343
- msgid "Status"
1344
- msgstr "Statut"
1345
-
1346
- #: ../lib/hammer_cli_foreman/host.rb:268
1347
- msgid "Power"
1348
- msgstr "Alimentation"
1349
-
1350
- #: ../lib/hammer_cli_foreman/host.rb:304
1351
- msgid "Puppet run triggered"
1352
- msgstr "Puppet Run déclenché"
1353
-
1354
- #: ../lib/hammer_cli_foreman/host.rb:357
1355
- msgid "Host created"
1356
- msgstr "Hôte créé"
1357
-
1358
- #: ../lib/hammer_cli_foreman/host.rb:358
1359
- msgid "Could not create the host"
1360
- msgstr "Impossible de créer l'hôte"
1361
-
1362
- #: ../lib/hammer_cli_foreman/host.rb:375
1363
- msgid "Host updated"
1364
- msgstr "Hôte mis à jour"
1365
-
1366
- #: ../lib/hammer_cli_foreman/host.rb:376
1367
- msgid "Could not update the host"
1368
- msgstr "Impossible de mettre à jour l'hôte"
1369
-
1370
- #: ../lib/hammer_cli_foreman/host.rb:383
1371
- msgid "Host deleted"
1372
- msgstr "Hôte supprimé"
1373
-
1374
- #: ../lib/hammer_cli_foreman/host.rb:384
1375
- msgid "Could not delete the host"
1376
- msgstr "Impossible de supprimer l'hôte"
1377
-
1378
- #: ../lib/hammer_cli_foreman/host.rb:391
1379
- msgid "Create or update parameter for a host."
1380
- msgstr "Créer ou changer un paramètre d'un hôte."
1381
-
1382
- #: ../lib/hammer_cli_foreman/host.rb:393
1383
- msgid "Host parameter updated"
1384
- msgstr "Paramètre de l'hôte mis à jour"
1385
-
1386
- #: ../lib/hammer_cli_foreman/host.rb:394
1387
- msgid "New host parameter created"
1388
- msgstr "Nouveau paramètre de l'hôte créé"
1389
-
1390
- #: ../lib/hammer_cli_foreman/host.rb:395
1391
- msgid "Could not set host parameter"
1392
- msgstr "Impossible de positionner le paramètre de l'hôte"
1393
-
1394
- #: ../lib/hammer_cli_foreman/host.rb:407
1395
- msgid "Delete parameter for a host."
1396
- msgstr "Suppression du paramètre d'un hôte."
1397
-
1398
- #: ../lib/hammer_cli_foreman/host.rb:409
1399
- msgid "Host parameter deleted"
1400
- msgstr "Paramètre de l'hôte supprimé"
1401
-
1402
- #: ../lib/hammer_cli_foreman/host.rb:424
1403
- msgid "Power a host on"
1404
- msgstr "Allumer une machine"
1405
-
1406
- #: ../lib/hammer_cli_foreman/host.rb:425
1407
- msgid "The host is starting."
1408
- msgstr "L'hôte démarre."
1409
-
1410
- #: ../lib/hammer_cli_foreman/host.rb:442
1411
- msgid "Force turning off a host"
1412
- msgstr "Forcer l'extinction d'un hôte"
1413
-
1414
- #: ../lib/hammer_cli_foreman/host.rb:447
1415
- msgid "Power a host off"
1416
- msgstr "Éteindre un hôte "
1417
-
1418
- #: ../lib/hammer_cli_foreman/host.rb:459
1419
- msgid "Power off forced."
1420
- msgstr "Extinction forcée."
1421
-
1422
- #: ../lib/hammer_cli_foreman/host.rb:461
1423
- msgid "Powering the host off."
1424
- msgstr "Extinction de l'hôte."
1425
-
1426
- #: ../lib/hammer_cli_foreman/host.rb:478
1427
- msgid "Reboot a host"
1428
- msgstr "Redémarrage d'un hôte"
1429
-
1430
- #: ../lib/hammer_cli_foreman/host.rb:479
1431
- msgid "Host reboot started."
1432
- msgstr "Redémarrage de l'hôte lancé"
1433
-
1434
- #: ../lib/hammer_cli_foreman/host.rb:515
1435
- msgid "Rebuild orchestration related configurations for host"
1436
- msgstr "Reconstruire les configurations d'orchestration relatives à l'hôte"
1437
-
1438
- #: ../lib/hammer_cli_foreman/host.rb:516
1439
- msgid "Configuration successfully rebuilt."
1440
- msgstr "Configuration reconstruite avec succès."
1441
-
1442
- #: ../lib/hammer_cli_foreman/hostgroup.rb:10
1443
- msgid "List of puppetclass ids"
1444
- msgstr "Liste des identifiants de puppetclass"
1445
-
1446
- #: ../lib/hammer_cli_foreman/hostgroup.rb:12
1447
- msgid "Name of puppet CA proxy"
1448
- msgstr "Nom du proxy pour Puppet CA"
1449
-
1450
- #: ../lib/hammer_cli_foreman/hostgroup.rb:13
1451
- msgid "Name of puppet proxy"
1452
- msgstr "Nom du proxy pour Puppet"
1453
-
1454
- #: ../lib/hammer_cli_foreman/hostgroup.rb:14
1455
- msgid "Name of parent hostgroup"
1456
- msgstr "Nom du groupe d'hôtes parent"
1457
-
1458
- #: ../lib/hammer_cli_foreman/hostgroup.rb:17
1459
- msgid "Root password"
1460
- msgstr "Mot de passe root"
1461
-
1462
- #: ../lib/hammer_cli_foreman/hostgroup.rb:23
1463
- msgid "Enter the root password for the host group:"
1464
- msgstr "Saisir le mot de passe root du groupe d'hôtes :"
1465
-
1466
- #: ../lib/hammer_cli_foreman/hostgroup.rb:59
1467
- #: ../lib/hammer_cli_foreman/operating_system.rb:11
1468
- msgid "Title"
1469
- msgstr "Titre"
1470
-
1471
- #: ../lib/hammer_cli_foreman/hostgroup.rb:78
1472
- msgid "Puppet CA Proxy Id"
1473
- msgstr "Id du Proxy Puppet CA"
1474
-
1475
- #: ../lib/hammer_cli_foreman/hostgroup.rb:79
1476
- msgid "Puppet Master Proxy Id"
1477
- msgstr "Id du proxy Puppet Master"
1478
-
1479
- #: ../lib/hammer_cli_foreman/hostgroup.rb:80
1480
- msgid "ComputeProfile"
1481
- msgstr "Ressource d'ordinateur"
1482
-
1483
- #: ../lib/hammer_cli_foreman/hostgroup.rb:84
1484
- msgid "Parent Id"
1485
- msgstr "ID du parent"
1486
-
1487
- #: ../lib/hammer_cli_foreman/hostgroup.rb:94
1488
- msgid "Hostgroup created"
1489
- msgstr "Groupe d'hôtes créé"
1490
-
1491
- #: ../lib/hammer_cli_foreman/hostgroup.rb:95
1492
- msgid "Could not create the hostgroup"
1493
- msgstr "Impossible de créer le groupe d'hôtes"
1494
-
1495
- #: ../lib/hammer_cli_foreman/hostgroup.rb:104
1496
- msgid "Hostgroup updated"
1497
- msgstr "Groupe d'hôtes mis à jour"
1498
-
1499
- #: ../lib/hammer_cli_foreman/hostgroup.rb:105
1500
- msgid "Could not update the hostgroup"
1501
- msgstr "Impossible de mettre à jour le groupe d'hôtes"
1502
-
1503
- #: ../lib/hammer_cli_foreman/hostgroup.rb:112
1504
- msgid "Hostgroup deleted"
1505
- msgstr "Groupe d'hôtes supprimé"
1506
-
1507
- #: ../lib/hammer_cli_foreman/hostgroup.rb:113
1508
- msgid "Could not delete the hostgroup"
1509
- msgstr "Impossible de supprimer le groupe d'hôtes"
1510
-
1511
- #: ../lib/hammer_cli_foreman/hostgroup.rb:137
1512
- msgid "Create or update parameter for a hostgroup."
1513
- msgstr "Créer ou changer un paramètre d'un groupe d'hôtes."
1514
-
1515
- #: ../lib/hammer_cli_foreman/hostgroup.rb:139
1516
- msgid "Hostgroup parameter updated"
1517
- msgstr "Paramètre du groupe d'hôtes mis à jour"
1518
-
1519
- #: ../lib/hammer_cli_foreman/hostgroup.rb:140
1520
- msgid "New hostgroup parameter created"
1521
- msgstr "Nouveau paramètre du groupe d'hôtes créé"
1522
-
1523
- #: ../lib/hammer_cli_foreman/hostgroup.rb:141
1524
- msgid "Could not set hostgroup parameter"
1525
- msgstr "Impossible de positionner le paramètre du groupe d'hôtes"
1526
-
1527
- #: ../lib/hammer_cli_foreman/hostgroup.rb:148
1528
- msgid "Delete parameter for a hostgroup."
1529
- msgstr "Suppression du paramètre d'un groupe d'hôtes"
1530
-
1531
- #: ../lib/hammer_cli_foreman/hostgroup.rb:150
1532
- msgid "Hostgroup parameter deleted"
1533
- msgstr "Paramètre du groupe d'hôtes supprimé"
1534
-
1535
- #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1536
- msgid "Architecture name"
1537
- msgstr "Nom de l'architecture"
1538
-
1539
- #: ../lib/hammer_cli_foreman/id_resolver.rb:37
1540
- msgid "Compute resource name"
1541
- msgstr "Nom de la ressource d'ordinateur"
1542
-
1543
- #: ../lib/hammer_cli_foreman/id_resolver.rb:38
1544
- msgid "Domain name"
1545
- msgstr "Nom de domaine"
1546
-
1547
- #: ../lib/hammer_cli_foreman/id_resolver.rb:39
1548
- msgid "Environment name"
1549
- msgstr "Nom de l'environnement"
1550
-
1551
- #: ../lib/hammer_cli_foreman/id_resolver.rb:42
1552
- msgid "Host name"
1553
- msgstr "Nom d'hôte"
1554
-
1555
- #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1556
- msgid "Hostgroup name"
1557
- msgstr "Nom du groupe d'hôtes"
1558
-
1559
- #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1560
- msgid "Hostgroup title"
1561
- msgstr "Titre du groupe d'hôtes"
1562
-
1563
- #: ../lib/hammer_cli_foreman/id_resolver.rb:46
1564
- msgid "Location name"
1565
- msgstr "Nom de l'emplacement"
1566
-
1567
- #: ../lib/hammer_cli_foreman/id_resolver.rb:47
1568
- msgid "Medium name"
1569
- msgstr "Nom du medium"
1570
-
1571
- #: ../lib/hammer_cli_foreman/id_resolver.rb:48
1572
- msgid "Model name"
1573
- msgstr "Nom du modèle"
1574
-
1575
- #: ../lib/hammer_cli_foreman/id_resolver.rb:49
1576
- msgid "Organization name"
1577
- msgstr "Nom de l'organisation"
1578
-
1579
- #: ../lib/hammer_cli_foreman/id_resolver.rb:50
1580
- msgid "Operating system title"
1581
- msgstr "Titre du système d'exploitation"
1582
-
1583
- #: ../lib/hammer_cli_foreman/id_resolver.rb:52
1584
- msgid "Partition table name"
1585
- msgstr "Nom de la table de partition"
1586
-
1587
- #: ../lib/hammer_cli_foreman/id_resolver.rb:53
1588
- msgid "Proxy name"
1589
- msgstr "Nom du proxy"
1590
-
1591
- #: ../lib/hammer_cli_foreman/id_resolver.rb:54
1592
- msgid "Puppet class name"
1593
- msgstr "Nom de la classe puppet"
1594
-
1595
- #: ../lib/hammer_cli_foreman/id_resolver.rb:55
1596
- msgid "Report name"
1597
- msgstr "Nom du rapport"
1598
-
1599
- #: ../lib/hammer_cli_foreman/id_resolver.rb:56
1600
- msgid "User role name"
1601
- msgstr "Nom du rôle utilisateur"
1602
-
1603
- #: ../lib/hammer_cli_foreman/id_resolver.rb:57
1604
- msgid "Setting name"
1605
- msgstr "Nom du paramètre"
1606
-
1607
- #: ../lib/hammer_cli_foreman/id_resolver.rb:58
1608
- msgid "Subnet name"
1609
- msgstr "Nom du sous réseau"
1610
-
1611
- #: ../lib/hammer_cli_foreman/id_resolver.rb:60
1612
- msgid "User's login to search by"
1613
- msgstr "Recherche par nom d'utilisateur"
1614
-
1615
- #: ../lib/hammer_cli_foreman/id_resolver.rb:61
1616
- msgid "Common parameter name"
1617
- msgstr "Nom du paramètre commun"
1618
-
1619
- #: ../lib/hammer_cli_foreman/id_resolver.rb:62
1620
- msgid "Smart class parameter name"
1621
- msgstr "Nom du paramètre de la smart class"
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 "Nom de la Smart variable"
1628
-
1629
- #: ../lib/hammer_cli_foreman/id_resolver.rb:65
1630
- msgid "Name to search by"
1631
- msgstr "Recherche par nom"
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 "un sur %s introuvable"
1637
-
1638
- #: ../lib/hammer_cli_foreman/id_resolver.rb:208
1639
- msgid "%s not found"
1640
- msgstr "%s non trouvé"
1641
-
1642
- #: ../lib/hammer_cli_foreman/id_resolver.rb:209
1643
- msgid "found more than one %s"
1644
- msgstr "plus d'un %s ont été trouvés"
1645
-
1646
- #: ../lib/hammer_cli_foreman/id_resolver.rb:220
1647
- msgid "Missing options to search %s"
1648
- msgstr "Option manquante pour rechercher %s"
1649
-
1650
- #: ../lib/hammer_cli_foreman/image.rb:8
1651
- msgid "View and manage compute resource's images"
1652
- msgstr "Gérer les images des ressources d'ordinateur"
1653
-
1654
- #: ../lib/hammer_cli_foreman/image.rb:32
1655
- #: ../lib/hammer_cli_foreman/interface.rb:59
1656
- msgid "Username"
1657
- msgstr "Nom d'utilisateur"
1658
-
1659
- #: ../lib/hammer_cli_foreman/image.rb:46
1660
- msgid "IAM role"
1661
- msgstr "Rôle IAM"
1662
-
1663
- #: ../lib/hammer_cli_foreman/image.rb:56
1664
- msgid "Show images available for addition"
1665
- msgstr "Afficher les images disponibles pour ajout"
1666
-
1667
- #: ../lib/hammer_cli_foreman/image.rb:81
1668
- msgid "Image created"
1669
- msgstr "Image créée"
1670
-
1671
- #: ../lib/hammer_cli_foreman/image.rb:82
1672
- msgid "Could not create the image"
1673
- msgstr "Impossible de créer l'image"
1674
-
1675
- #: ../lib/hammer_cli_foreman/image.rb:90
1676
- msgid "Image updated"
1677
- msgstr "Image mise à jour"
1678
-
1679
- #: ../lib/hammer_cli_foreman/image.rb:91
1680
- msgid "Could not update the image"
1681
- msgstr "Impossible de mettre à jour l'image"
1682
-
1683
- #: ../lib/hammer_cli_foreman/image.rb:99
1684
- msgid "Image deleted"
1685
- msgstr "Image supprimée"
1686
-
1687
- #: ../lib/hammer_cli_foreman/image.rb:100
1688
- msgid "Could not delete the image"
1689
- msgstr "Impossible de supprimer l'image"
1690
-
1691
- #: ../lib/hammer_cli_foreman/interface.rb:6
1692
- msgid "View and manage host's network interfaces"
1693
- msgstr "Voir et gérer les interfaces réseau de cet hôte"
1694
-
1695
- #: ../lib/hammer_cli_foreman/interface.rb:10
1696
- msgid "primary"
1697
- msgstr "primaire"
1698
-
1699
- #: ../lib/hammer_cli_foreman/interface.rb:11
1700
- msgid "provision"
1701
- msgstr "provisionner"
1702
-
1703
- #: ../lib/hammer_cli_foreman/interface.rb:28
1704
- #: ../lib/hammer_cli_foreman/interface.rb:48
1705
- msgid "DNS name"
1706
- msgstr "Nom DNS"
1707
-
1708
- #: ../lib/hammer_cli_foreman/interface.rb:52
1709
- msgid "Primary"
1710
- msgstr "Primaire"
1711
-
1712
- #: ../lib/hammer_cli_foreman/interface.rb:53
1713
- msgid "Provision"
1714
- msgstr "Provisionner"
1715
-
1716
- #: ../lib/hammer_cli_foreman/interface.rb:54
1717
- msgid "Virtual"
1718
- msgstr "Virtuel"
1719
-
1720
- #: ../lib/hammer_cli_foreman/interface.rb:55
1721
- msgid "Tag"
1722
- msgstr "Tag"
1723
-
1724
- #: ../lib/hammer_cli_foreman/interface.rb:56
1725
- msgid "Attached to"
1726
- msgstr "Attaché à"
1727
-
1728
- #: ../lib/hammer_cli_foreman/interface.rb:58
1729
- msgid "BMC"
1730
- msgstr "BMC"
1731
-
1732
- #: ../lib/hammer_cli_foreman/interface.rb:63
1733
- msgid "Bond"
1734
- msgstr "Agrégat"
1735
-
1736
- #: ../lib/hammer_cli_foreman/interface.rb:64
1737
- msgid "Mode"
1738
- msgstr "Mode"
1739
-
1740
- #: ../lib/hammer_cli_foreman/interface.rb:65
1741
- msgid "Attached devices"
1742
- msgstr "Périphériques attachés"
1743
-
1744
- #: ../lib/hammer_cli_foreman/interface.rb:66
1745
- msgid "Bond options"
1746
- msgstr "Options de l'aggrégat"
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 "Cette interface doit-elle être utilisée pour choisir le FQDN de l'hôte ? Chaque hôte géré doit avoir une interface primaire."
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 "Cette interface doit-elle être utilisée pour les communications TFTP issues de PXELinux (ou SSH pour les images d'hôtes) ? Chaque hôte géré doit avoir une interface de provisioning."
1759
-
1760
- #: ../lib/hammer_cli_foreman/interface.rb:128
1761
- msgid "Interface created"
1762
- msgstr "Interface créée"
1763
-
1764
- #: ../lib/hammer_cli_foreman/interface.rb:129
1765
- msgid "Could not create the interface"
1766
- msgstr "Impossible de créer l'interface"
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 "Attributs des ressources de calcul."
1772
-
1773
- #: ../lib/hammer_cli_foreman/interface.rb:141
1774
- msgid "Interface updated"
1775
- msgstr "Interface mis à jour"
1776
-
1777
- #: ../lib/hammer_cli_foreman/interface.rb:142
1778
- msgid "Could not update the interface"
1779
- msgstr "Impossible de mettre à jour l'interface"
1780
-
1781
- #: ../lib/hammer_cli_foreman/interface.rb:154
1782
- msgid "Interface deleted"
1783
- msgstr "Interface supprimée"
1784
-
1785
- #: ../lib/hammer_cli_foreman/interface.rb:155
1786
- msgid "Could not delete the interface"
1787
- msgstr "Impossible de supprimer cette interface"
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 "Recherche par id d'emplacement"
1794
-
1795
- #: ../lib/hammer_cli_foreman/location.rb:28
1796
- #: ../lib/hammer_cli_foreman/organization.rb:28
1797
- msgid "Parent"
1798
- msgstr "Parent"
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 "Emplacement créé"
1808
-
1809
- #: ../lib/hammer_cli_foreman/location.rb:55
1810
- msgid "Could not create the location"
1811
- msgstr "Impossible de créer l'emplacement"
1812
-
1813
- #: ../lib/hammer_cli_foreman/location.rb:66
1814
- msgid "Location updated"
1815
- msgstr "Emplacement mis à jour"
1816
-
1817
- #: ../lib/hammer_cli_foreman/location.rb:67
1818
- msgid "Could not update the location"
1819
- msgstr "Impossible de mettre à jour l'emplacement"
1820
-
1821
- #: ../lib/hammer_cli_foreman/location.rb:78
1822
- msgid "Location deleted"
1823
- msgstr "Emplacement supprimé"
1824
-
1825
- #: ../lib/hammer_cli_foreman/location.rb:79
1826
- msgid "Could not delete the location"
1827
- msgstr "Impossible de supprimer l'emplacement"
1828
-
1829
- #: ../lib/hammer_cli_foreman/location.rb:88
1830
- msgid "Create or update parameter for a location."
1831
- msgstr "Créer ou changer un paramètre d'un emplacement."
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 "Paramètre [%{name}] mis à jour avec la valeur [%{value}]"
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 "Paramètre [%{name}] créé avec la valeur [%{value}]"
1842
-
1843
- #: ../lib/hammer_cli_foreman/location.rb:92
1844
- msgid "Could not set location parameter"
1845
- msgstr "Impossible de positionner le paramètre de l'emplacement"
1846
-
1847
- #: ../lib/hammer_cli_foreman/location.rb:99
1848
- msgid "Delete parameter for a location."
1849
- msgstr "Suppression du paramètre d'un emplacement."
1850
-
1851
- #: ../lib/hammer_cli_foreman/location.rb:101
1852
- #: ../lib/hammer_cli_foreman/organization.rb:102
1853
- msgid "Parameter [%{name}] deleted"
1854
- msgstr "Paramètre [%{name}] supprimé"
1855
-
1856
- #: ../lib/hammer_cli_foreman/location.rb:102
1857
- msgid "Could not delete location parameter"
1858
- msgstr "Impossible de supprimer le paramètre de l'emplacement"
1859
-
1860
- #: ../lib/hammer_cli_foreman/media.rb:11
1861
- msgid "Path"
1862
- msgstr "Chemin"
1863
-
1864
- #: ../lib/hammer_cli_foreman/media.rb:20
1865
- #: ../lib/hammer_cli_foreman/partition_table.rb:12
1866
- msgid "OS Family"
1867
- msgstr "Famille du système d'exploitation"
1868
-
1869
- #: ../lib/hammer_cli_foreman/media.rb:32
1870
- msgid "Installation medium created"
1871
- msgstr "Média d'installation créé"
1872
-
1873
- #: ../lib/hammer_cli_foreman/media.rb:33
1874
- msgid "Could not create the installation medium"
1875
- msgstr "Impossible de créer le média d'installation"
1876
-
1877
- #: ../lib/hammer_cli_foreman/media.rb:41
1878
- msgid "Installation medium updated"
1879
- msgstr "Média d'installation mis à jour"
1880
-
1881
- #: ../lib/hammer_cli_foreman/media.rb:42
1882
- msgid "Could not update the installation media"
1883
- msgstr "Impossible de mettre à jour le média d'installation"
1884
-
1885
- #: ../lib/hammer_cli_foreman/media.rb:50
1886
- msgid "Installation medium deleted"
1887
- msgstr "Média d'installation supprimé"
1888
-
1889
- #: ../lib/hammer_cli_foreman/media.rb:51
1890
- msgid "Could not delete the installation media"
1891
- msgstr "Impossible de supprimer le média d'installation"
1892
-
1893
- #: ../lib/hammer_cli_foreman/model.rb:12
1894
- msgid "Vendor class"
1895
- msgstr "Famille de produits du fournisseur"
1896
-
1897
- #: ../lib/hammer_cli_foreman/model.rb:13
1898
- msgid "HW model"
1899
- msgstr "Modèle matériel"
1900
-
1901
- #: ../lib/hammer_cli_foreman/model.rb:22
1902
- msgid "Info"
1903
- msgstr "Info"
1904
-
1905
- #: ../lib/hammer_cli_foreman/model.rb:31
1906
- msgid "Hardware model created"
1907
- msgstr "Modèle matériel créé"
1908
-
1909
- #: ../lib/hammer_cli_foreman/model.rb:32
1910
- msgid "Could not create the hardware model"
1911
- msgstr "Impossible de créer le modèle matériel"
1912
-
1913
- #: ../lib/hammer_cli_foreman/model.rb:38
1914
- msgid "Hardware model deleted"
1915
- msgstr "Modèle matériel supprimé"
1916
-
1917
- #: ../lib/hammer_cli_foreman/model.rb:39
1918
- msgid "Could not delete the hardware model"
1919
- msgstr "Impossible de supprimer le modèle matériel"
1920
-
1921
- #: ../lib/hammer_cli_foreman/model.rb:46
1922
- msgid "Hardware model updated"
1923
- msgstr "Modèle matériel mis à jour"
1924
-
1925
- #: ../lib/hammer_cli_foreman/model.rb:47
1926
- msgid "Could not update the hardware model"
1927
- msgstr "Impossible de mettre à jour le modèle de matériel"
1928
-
1929
- #: ../lib/hammer_cli_foreman/operating_system.rb:12
1930
- msgid "Release name"
1931
- msgstr "Nom de version"
1932
-
1933
- #: ../lib/hammer_cli_foreman/operating_system.rb:13
1934
- msgid "Family"
1935
- msgstr "Famille"
1936
-
1937
- #: ../lib/hammer_cli_foreman/operating_system.rb:23
1938
- msgid "Major version"
1939
- msgstr "Version majeur"
1940
-
1941
- #: ../lib/hammer_cli_foreman/operating_system.rb:24
1942
- msgid "Minor version"
1943
- msgstr "Version mineur"
1944
-
1945
- #: ../lib/hammer_cli_foreman/operating_system.rb:25
1946
- msgid "Partition tables"
1947
- msgstr "Tables de partition"
1948
-
1949
- #: ../lib/hammer_cli_foreman/operating_system.rb:28
1950
- msgid "Default templates"
1951
- msgstr "Modèles par défaut"
1952
-
1953
- #: ../lib/hammer_cli_foreman/operating_system.rb:31
1954
- msgid "Architectures"
1955
- msgstr "Architectures"
1956
-
1957
- #: ../lib/hammer_cli_foreman/operating_system.rb:44
1958
- msgid "Operating system created"
1959
- msgstr "Système d'exploitation créé"
1960
-
1961
- #: ../lib/hammer_cli_foreman/operating_system.rb:45
1962
- msgid "Could not create the operating system"
1963
- msgstr "Impossible de créer le système d'exploitation"
1964
-
1965
- #: ../lib/hammer_cli_foreman/operating_system.rb:52
1966
- msgid "Operating system updated"
1967
- msgstr "Système d'exploitation mis à jour"
1968
-
1969
- #: ../lib/hammer_cli_foreman/operating_system.rb:53
1970
- msgid "Could not update the operating system"
1971
- msgstr "Impossible de mettre à jour le système d'exploitation"
1972
-
1973
- #: ../lib/hammer_cli_foreman/operating_system.rb:60
1974
- msgid "Operating system deleted"
1975
- msgstr "Système d'exploitation supprimé"
1976
-
1977
- #: ../lib/hammer_cli_foreman/operating_system.rb:61
1978
- msgid "Could not delete the operating system"
1979
- msgstr "Impossible de supprimer le système d'expoitation"
1980
-
1981
- #: ../lib/hammer_cli_foreman/operating_system.rb:68
1982
- msgid "Create or update parameter for an operating system."
1983
- msgstr "Créer ou changer un paramètre d'un système d'exploitation."
1984
-
1985
- #: ../lib/hammer_cli_foreman/operating_system.rb:70
1986
- msgid "Operating system parameter updated"
1987
- msgstr "Paramètre du système d'exploitation mis à jour"
1988
-
1989
- #: ../lib/hammer_cli_foreman/operating_system.rb:71
1990
- msgid "New operating system parameter created"
1991
- msgstr "Nouveau paramètre du système d'exploitation créé"
1992
-
1993
- #: ../lib/hammer_cli_foreman/operating_system.rb:72
1994
- msgid "Could not set operating system parameter"
1995
- msgstr "Impossible de positionner le paramètre du système d'exploitation"
1996
-
1997
- #: ../lib/hammer_cli_foreman/operating_system.rb:84
1998
- msgid "Delete parameter for an operating system."
1999
- msgstr "Suppression du paramètre d'un système d'exploitation"
2000
-
2001
- #: ../lib/hammer_cli_foreman/operating_system.rb:86
2002
- msgid "operating system parameter deleted"
2003
- msgstr "Paramètre du système d'exploitation supprimé"
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 "id du système d'exploitation"
2009
-
2010
- #: ../lib/hammer_cli_foreman/operating_system.rb:102
2011
- msgid "config template id to be set"
2012
- msgstr "id du modèle de configuration à configurer"
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 "[%{config_template_name}] a été défini comme modèle %{template_kind_name} par défaut"
2018
-
2019
- #: ../lib/hammer_cli_foreman/operating_system.rb:106
2020
- msgid "Could not set the os default template"
2021
- msgstr "Impossible de définir le modèle de système d'exploitation par défaut"
2022
-
2023
- #: ../lib/hammer_cli_foreman/operating_system.rb:168
2024
- msgid "Type of the config template"
2025
- msgstr "Type de modèle de configuration"
2026
-
2027
- #: ../lib/hammer_cli_foreman/operating_system.rb:170
2028
- msgid "Default template deleted"
2029
- msgstr "Modèle de configuration par défaut supprimé"
2030
-
2031
- #: ../lib/hammer_cli_foreman/operating_system.rb:171
2032
- msgid "Could not delete the default template"
2033
- msgstr "Impossible de supprimer le modèle de configuration par défaut"
2034
-
2035
- #: ../lib/hammer_cli_foreman/operating_system.rb:178
2036
- msgid "Default template of type %s not found"
2037
- msgstr "Modèle par défaut de type %s non trouvé"
2038
-
2039
- #: ../lib/hammer_cli_foreman/organization.rb:39
2040
- #: ../lib/hammer_cli_foreman/references.rb:15
2041
- msgid "Locations"
2042
- msgstr "Emplacements"
2043
-
2044
- #: ../lib/hammer_cli_foreman/organization.rb:55
2045
- msgid "Organization created"
2046
- msgstr "Organisation créée"
2047
-
2048
- #: ../lib/hammer_cli_foreman/organization.rb:56
2049
- msgid "Could not create the organization"
2050
- msgstr "Impossible de créer l'organisation"
2051
-
2052
- #: ../lib/hammer_cli_foreman/organization.rb:67
2053
- msgid "Organization updated"
2054
- msgstr "Organisation mise à jour"
2055
-
2056
- #: ../lib/hammer_cli_foreman/organization.rb:68
2057
- msgid "Could not update the organization"
2058
- msgstr "Impossible de mettre à jour l'organisation"
2059
-
2060
- #: ../lib/hammer_cli_foreman/organization.rb:79
2061
- msgid "Organization deleted"
2062
- msgstr "Organisation supprimée"
2063
-
2064
- #: ../lib/hammer_cli_foreman/organization.rb:80
2065
- msgid "Could not delete the organization"
2066
- msgstr "Impossible de supprimer l'organisation"
2067
-
2068
- #: ../lib/hammer_cli_foreman/organization.rb:89
2069
- msgid "Create or update parameter for an organization."
2070
- msgstr "Créer ou changer un paramètre d'une organisation."
2071
-
2072
- #: ../lib/hammer_cli_foreman/organization.rb:93
2073
- msgid "Could not set organization parameter"
2074
- msgstr "Impossible de positionner le paramètre de l'organisation"
2075
-
2076
- #: ../lib/hammer_cli_foreman/organization.rb:100
2077
- msgid "Delete parameter for an organization."
2078
- msgstr "Supprimer un paramètre d'une organisation."
2079
-
2080
- #: ../lib/hammer_cli_foreman/organization.rb:103
2081
- msgid "Could not delete organization parameter"
2082
- msgstr "Impossible de supprimer le paramètre de l'organisation"
2083
-
2084
- #: ../lib/hammer_cli_foreman/partition_table.rb:21
2085
- #: ../lib/hammer_cli_foreman/template.rb:48
2086
- msgid "Locked"
2087
- msgstr "Vérrouiller"
2088
-
2089
- #: ../lib/hammer_cli_foreman/partition_table.rb:32
2090
- msgid "View partition table content."
2091
- msgstr "Voir le contenu de la table de partition"
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 "Chemin du fichier contenant la table de partition"
2097
-
2098
- #: ../lib/hammer_cli_foreman/partition_table.rb:47
2099
- msgid "Partition table created"
2100
- msgstr "Table de partition créée"
2101
-
2102
- #: ../lib/hammer_cli_foreman/partition_table.rb:48
2103
- msgid "Could not create the partition table"
2104
- msgstr "Impossible de créer la table de partition"
2105
-
2106
- #: ../lib/hammer_cli_foreman/partition_table.rb:58
2107
- msgid "Partition table updated"
2108
- msgstr "Table de partition mise à jour"
2109
-
2110
- #: ../lib/hammer_cli_foreman/partition_table.rb:59
2111
- msgid "Could not update the partition table"
2112
- msgstr "Impossible de mettre à jour la table de partition"
2113
-
2114
- #: ../lib/hammer_cli_foreman/partition_table.rb:66
2115
- msgid "Partition table deleted"
2116
- msgstr "Table de partition supprimée"
2117
-
2118
- #: ../lib/hammer_cli_foreman/partition_table.rb:67
2119
- msgid "Could not delete the partition table"
2120
- msgstr "Impossible de supprimer la table de partition"
2121
-
2122
- #: ../lib/hammer_cli_foreman/puppet_class.rb:34
2123
- msgid "Smart variables"
2124
- msgstr "Smart variables"
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 "Paramètre"
2130
-
2131
- #: ../lib/hammer_cli_foreman/puppet_class.rb:36
2132
- msgid "Default value"
2133
- msgstr "Valeur par défaut"
2134
-
2135
- #: ../lib/hammer_cli_foreman/puppet_class.rb:38
2136
- msgid "Smart class parameters"
2137
- msgstr "Paramètres smart class"
2138
-
2139
- #: ../lib/hammer_cli_foreman/realm.rb:18
2140
- msgid "Realm proxy id"
2141
- msgstr "Id du proxy du royaume"
2142
-
2143
- #: ../lib/hammer_cli_foreman/realm.rb:19
2144
- msgid "Realm type"
2145
- msgstr "Type de royaume"
2146
-
2147
- #: ../lib/hammer_cli_foreman/realm.rb:29
2148
- msgid "Realm [%{name}] created"
2149
- msgstr "Royaume [%{name}] créé"
2150
-
2151
- #: ../lib/hammer_cli_foreman/realm.rb:30
2152
- msgid "Could not create the realm"
2153
- msgstr "Impossible de créer le royaume"
2154
-
2155
- #: ../lib/hammer_cli_foreman/realm.rb:37
2156
- msgid "Realm [%{name}] updated"
2157
- msgstr "Royaume [%{name}] mis à jour"
2158
-
2159
- #: ../lib/hammer_cli_foreman/realm.rb:38
2160
- msgid "Could not update the realm"
2161
- msgstr "Impossible de mettre à jour le royaume"
2162
-
2163
- #: ../lib/hammer_cli_foreman/realm.rb:45
2164
- msgid "Realm [%{name}] deleted"
2165
- msgstr "Royaume [%{name}] supprimé"
2166
-
2167
- #: ../lib/hammer_cli_foreman/realm.rb:46
2168
- msgid "Could not delete the realm"
2169
- msgstr "Impossible de supprimer le royaume"
2170
-
2171
- #: ../lib/hammer_cli_foreman/references.rb:8
2172
- msgid "Created at"
2173
- msgstr "Créé le"
2174
-
2175
- #: ../lib/hammer_cli_foreman/references.rb:9
2176
- msgid "Updated at"
2177
- msgstr "Mis à jour le"
2178
-
2179
- #: ../lib/hammer_cli_foreman/references.rb:26
2180
- msgid "Users"
2181
- msgstr "Utilisateurs"
2182
-
2183
- #: ../lib/hammer_cli_foreman/references.rb:34
2184
- msgid "User groups"
2185
- msgstr "Groupes utilisateur"
2186
-
2187
- #: ../lib/hammer_cli_foreman/references.rb:42
2188
- msgid "Smart proxies"
2189
- msgstr "Smart Proxies"
2190
-
2191
- #: ../lib/hammer_cli_foreman/references.rb:50
2192
- msgid "Compute resources"
2193
- msgstr "Ressources d'Ordinateur"
2194
-
2195
- #: ../lib/hammer_cli_foreman/references.rb:58
2196
- msgid "Installation media"
2197
- msgstr "Média d'installation"
2198
-
2199
- #: ../lib/hammer_cli_foreman/references.rb:66
2200
- msgid "Templates"
2201
- msgstr "Modèles"
2202
-
2203
- #: ../lib/hammer_cli_foreman/references.rb:74
2204
- msgid "Domains"
2205
- msgstr "Domaines"
2206
-
2207
- #: ../lib/hammer_cli_foreman/references.rb:82
2208
- msgid "Environments"
2209
- msgstr "Environnements"
2210
-
2211
- #: ../lib/hammer_cli_foreman/references.rb:90
2212
- msgid "Hostgroups"
2213
- msgstr "Groupes d'hôtes"
2214
-
2215
- #: ../lib/hammer_cli_foreman/references.rb:98
2216
- msgid "Subnets"
2217
- msgstr "Sous-réseaux"
2218
-
2219
- #: ../lib/hammer_cli_foreman/references.rb:107
2220
- msgid "Parameters"
2221
- msgstr "Paramètres"
2222
-
2223
- #: ../lib/hammer_cli_foreman/references.rb:115
2224
- msgid "Puppetclasses"
2225
- msgstr "Classes Puppet"
2226
-
2227
- #: ../lib/hammer_cli_foreman/references.rb:123
2228
- msgid "Operating systems"
2229
- msgstr "Systèmes d'exploitations"
2230
-
2231
- #: ../lib/hammer_cli_foreman/references.rb:131
2232
- msgid "Roles"
2233
- msgstr "Rôles"
2234
-
2235
- #: ../lib/hammer_cli_foreman/references.rb:139
2236
- msgid "External user groups"
2237
- msgstr "Groupes externes d'utilisateurs"
2238
-
2239
- #: ../lib/hammer_cli_foreman/report.rb:14
2240
- #: ../lib/hammer_cli_foreman/report.rb:35
2241
- msgid "Applied"
2242
- msgstr "Appliqué"
2243
-
2244
- #: ../lib/hammer_cli_foreman/report.rb:15
2245
- #: ../lib/hammer_cli_foreman/report.rb:36
2246
- msgid "Restarted"
2247
- msgstr "Redémarré"
2248
-
2249
- #: ../lib/hammer_cli_foreman/report.rb:16
2250
- #: ../lib/hammer_cli_foreman/report.rb:37
2251
- msgid "Failed"
2252
- msgstr "Échoué"
2253
-
2254
- #: ../lib/hammer_cli_foreman/report.rb:17
2255
- #: ../lib/hammer_cli_foreman/report.rb:38
2256
- msgid "Restart Failures"
2257
- msgstr "Échec Redémarrages"
2258
-
2259
- #: ../lib/hammer_cli_foreman/report.rb:18
2260
- #: ../lib/hammer_cli_foreman/report.rb:39
2261
- msgid "Skipped"
2262
- msgstr "Omis"
2263
-
2264
- #: ../lib/hammer_cli_foreman/report.rb:19
2265
- #: ../lib/hammer_cli_foreman/report.rb:40
2266
- msgid "Pending"
2267
- msgstr "En cours"
2268
-
2269
- #: ../lib/hammer_cli_foreman/report.rb:32
2270
- msgid "Reported at"
2271
- msgstr "Rapporté le"
2272
-
2273
- #: ../lib/hammer_cli_foreman/report.rb:33
2274
- msgid "Report status"
2275
- msgstr "Statut du rapport"
2276
-
2277
- #: ../lib/hammer_cli_foreman/report.rb:43
2278
- msgid "Report metrics"
2279
- msgstr "Métriques du rapport"
2280
-
2281
- #: ../lib/hammer_cli_foreman/report.rb:46
2282
- msgid "config_retrieval"
2283
- msgstr "config_retrieval"
2284
-
2285
- #: ../lib/hammer_cli_foreman/report.rb:47
2286
- msgid "exec"
2287
- msgstr "exec"
2288
-
2289
- #: ../lib/hammer_cli_foreman/report.rb:48
2290
- msgid "file"
2291
- msgstr "file"
2292
-
2293
- #: ../lib/hammer_cli_foreman/report.rb:49
2294
- msgid "package"
2295
- msgstr "package"
2296
-
2297
- #: ../lib/hammer_cli_foreman/report.rb:50
2298
- msgid "service"
2299
- msgstr "service"
2300
-
2301
- #: ../lib/hammer_cli_foreman/report.rb:51
2302
- msgid "user"
2303
- msgstr "user"
2304
-
2305
- #: ../lib/hammer_cli_foreman/report.rb:52
2306
- msgid "yumrepo"
2307
- msgstr "yumrepo"
2308
-
2309
- #: ../lib/hammer_cli_foreman/report.rb:53
2310
- msgid "filebucket"
2311
- msgstr "filebucket"
2312
-
2313
- #: ../lib/hammer_cli_foreman/report.rb:54
2314
- msgid "cron"
2315
- msgstr "cron"
2316
-
2317
- #: ../lib/hammer_cli_foreman/report.rb:55
2318
- msgid "total"
2319
- msgstr "total"
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 "Le aapport a été supprimé"
2332
-
2333
- #: ../lib/hammer_cli_foreman/report.rb:77
2334
- msgid "Could not delete the report"
2335
- msgstr "Impossible de supprimer le rapport"
2336
-
2337
- #: ../lib/hammer_cli_foreman/resource_supported_test.rb:11
2338
- msgid "The server does not support such operation."
2339
- msgstr "Le serveur ne supporte pas cette opération."
2340
-
2341
- #: ../lib/hammer_cli_foreman/role.rb:20
2342
- msgid "Builtin"
2343
- msgstr "Intégré"
2344
-
2345
- #: ../lib/hammer_cli_foreman/role.rb:24
2346
- msgid "Yes"
2347
- msgstr "Oui"
2348
-
2349
- #: ../lib/hammer_cli_foreman/role.rb:24
2350
- msgid "No"
2351
- msgstr "Non"
2352
-
2353
- #: ../lib/hammer_cli_foreman/role.rb:36
2354
- msgid "User role id"
2355
- msgstr "Identifiant du rôle utilisateur"
2356
-
2357
- #: ../lib/hammer_cli_foreman/role.rb:64
2358
- msgid "User role [%<name>s] created"
2359
- msgstr "Rôle utilisateur [%<name>s] créé"
2360
-
2361
- #: ../lib/hammer_cli_foreman/role.rb:65
2362
- msgid "Could not create the user role"
2363
- msgstr "Impossible de créer le rôle utilisateur"
2364
-
2365
- #: ../lib/hammer_cli_foreman/role.rb:72
2366
- msgid "User role [%<name>s] updated"
2367
- msgstr "Rôle utilisateur [%<name>s] mis à jour"
2368
-
2369
- #: ../lib/hammer_cli_foreman/role.rb:73
2370
- msgid "Could not update the user role"
2371
- msgstr "Impossible de mettre à jour le rôle utilisateur"
2372
-
2373
- #: ../lib/hammer_cli_foreman/role.rb:80
2374
- msgid "User role [%<name>s] deleted"
2375
- msgstr "Rôle utilisateur [%<name>s] supprimé"
2376
-
2377
- #: ../lib/hammer_cli_foreman/role.rb:81
2378
- msgid "Could not delete the user roles"
2379
- msgstr "Impossible de supprimer le rôle utilisateur"
2380
-
2381
- #: ../lib/hammer_cli_foreman/settings.rb:28
2382
- msgid "Setting [%{name}] updated to [%{value}]"
2383
- msgstr "Paramètre [%{name}] mis à jour à [%{value}]"
2384
-
2385
- #: ../lib/hammer_cli_foreman/settings.rb:29
2386
- msgid "Could not update the setting"
2387
- msgstr "Impossible de mettre à jour le paramètre"
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 "Valeur par défaut"
2393
-
2394
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:12
2395
- msgid "Override"
2396
- msgstr "surcharger"
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 "Classe Puppet"
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 "Id de classe"
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 "Valeur cachée ?"
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 "Utiliser pupper par defaut"
2417
-
2418
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2419
- msgid "Required"
2420
- msgstr "Requis"
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 "Validateur"
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 "Règle"
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 "Surcharger les valeurs"
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 "Fusionner les surcharges"
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 "Fusionner la valeur par défaut"
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 "Eviter les doublons"
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 "Ordre"
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 "Valeurs"
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 "Correspond"
2466
-
2467
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2468
- msgid "Parameter updated"
2469
- msgstr "Paramètre mis à jour"
2470
-
2471
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2472
- msgid "Could not update the parameter"
2473
- msgstr "Impossible de mettre à jour le paramètre"
2474
-
2475
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2476
- msgid "Override this parameter."
2477
- msgstr "Surcharger ce paramètre."
2478
-
2479
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2480
- msgid "This parameter is required."
2481
- msgstr "Ce paramètre est requis."
2482
-
2483
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2484
- msgid "Type of the parameter."
2485
- msgstr "Type de paramètre."
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 "Type du validateur."
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 "Valeur de surcharge créée"
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 "Impossible de créer la surcharge de valeur"
2502
-
2503
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2504
- msgid "Cannot use --value when --use-puppet-default is true"
2505
- msgstr "Impossible d'utiliser --value quand --use-puppet-default est activé"
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 "Valeur de surcharge supprimée"
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 "Impossible de supprimer cette surcharge de valeur "
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 "Fonctionnalités"
2525
-
2526
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:41
2527
- msgid "Smart proxy created"
2528
- msgstr "Smart Proxy créé"
2529
-
2530
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:42
2531
- msgid "Could not create the proxy"
2532
- msgstr "Impossible de créer le proxy"
2533
-
2534
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:49
2535
- msgid "Smart proxy updated"
2536
- msgstr "Smart Proxy mis à jour"
2537
-
2538
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:50
2539
- msgid "Could not update the proxy"
2540
- msgstr "Impossible de mettre à jour le proxy"
2541
-
2542
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:57
2543
- msgid "Smart proxy deleted"
2544
- msgstr "Smart Proxy supprimé"
2545
-
2546
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:58
2547
- msgid "Could not delete the proxy"
2548
- msgstr "Impossible de supprimer le proxy"
2549
-
2550
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:69
2551
- msgid "Puppet classes were imported"
2552
- msgstr "Classes Puppet importées"
2553
-
2554
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:70
2555
- msgid "Import of puppet classes failed"
2556
- msgstr "L'import des classes Puppet a échoué"
2557
-
2558
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:72
2559
- msgid "Do not run the import"
2560
- msgstr "Ne pas lancer l'import"
2561
-
2562
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:92
2563
- msgid "Smart proxy features were refreshed"
2564
- msgstr "Fonctions smart proxy rechargées"
2565
-
2566
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:93
2567
- msgid "Refresh of smart proxy features failed"
2568
- msgstr "Rechargement des fonctions smart proxy échoué"
2569
-
2570
- #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2571
- msgid "Variable"
2572
- msgstr "Variable"
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 "A la place utilisez --variable"
2578
-
2579
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2580
- msgid "Smart variable [%{variable}] created"
2581
- msgstr "Smart variable [%{variable}] créée"
2582
-
2583
- #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2584
- msgid "Could not create the smart variable"
2585
- msgstr "Impossible de créer la smart variable"
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 "Type de variable."
2591
-
2592
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2593
- msgid "Smart variable [%{variable}] updated"
2594
- msgstr "Smart variable [%{variable}] mis à jour"
2595
-
2596
- #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2597
- msgid "Could not update the smart variable"
2598
- msgstr "Impossible de mettre à jour la smart variable"
2599
-
2600
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2601
- msgid "Smart variable [%{variable}] deleted"
2602
- msgstr "Smart variable [%{variable}] supprimée"
2603
-
2604
- #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2605
- msgid "Could not delete the smart variable"
2606
- msgstr "Impossible de supprimer la smart variable"
2607
-
2608
- #: ../lib/hammer_cli_foreman/subnet.rb:13
2609
- msgid "Mask"
2610
- msgstr "Masque"
2611
-
2612
- #: ../lib/hammer_cli_foreman/subnet.rb:23
2613
- msgid "Priority"
2614
- msgstr "Priorité"
2615
-
2616
- #: ../lib/hammer_cli_foreman/subnet.rb:24
2617
- msgid "DNS"
2618
- msgstr "DNS"
2619
-
2620
- #: ../lib/hammer_cli_foreman/subnet.rb:25
2621
- msgid "Primary DNS"
2622
- msgstr "DNS Primaire"
2623
-
2624
- #: ../lib/hammer_cli_foreman/subnet.rb:26
2625
- msgid "Secondary DNS"
2626
- msgstr "DNS Secondaire"
2627
-
2628
- #: ../lib/hammer_cli_foreman/subnet.rb:27
2629
- msgid "TFTP"
2630
- msgstr "TFTP"
2631
-
2632
- #: ../lib/hammer_cli_foreman/subnet.rb:28
2633
- msgid "DHCP"
2634
- msgstr "DHCP"
2635
-
2636
- #: ../lib/hammer_cli_foreman/subnet.rb:29
2637
- msgid "IPAM"
2638
- msgstr "IPAM"
2639
-
2640
- #: ../lib/hammer_cli_foreman/subnet.rb:30
2641
- msgid "VLAN ID"
2642
- msgstr "VLAN ID"
2643
-
2644
- #: ../lib/hammer_cli_foreman/subnet.rb:31
2645
- msgid "Gateway"
2646
- msgstr "Passerelle"
2647
-
2648
- #: ../lib/hammer_cli_foreman/subnet.rb:32
2649
- msgid "From"
2650
- msgstr "De"
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 "Sous-Réseau créé"
2659
-
2660
- #: ../lib/hammer_cli_foreman/subnet.rb:45
2661
- msgid "Could not create the subnet"
2662
- msgstr "Impossible de créer le sous-réseau"
2663
-
2664
- #: ../lib/hammer_cli_foreman/subnet.rb:53
2665
- msgid "Subnet updated"
2666
- msgstr "Sous-réseau mis à jour"
2667
-
2668
- #: ../lib/hammer_cli_foreman/subnet.rb:54
2669
- msgid "Could not update the subnet"
2670
- msgstr "Impossible de mettre à jour le sous-réseau"
2671
-
2672
- #: ../lib/hammer_cli_foreman/subnet.rb:62
2673
- msgid "Subnet deleted"
2674
- msgstr "Sous-réseau supprimé"
2675
-
2676
- #: ../lib/hammer_cli_foreman/subnet.rb:63
2677
- msgid "Could not delete the subnet"
2678
- msgstr "Impossible de supprimer le sous-réseau"
2679
-
2680
- #: ../lib/hammer_cli_foreman/template.rb:72
2681
- msgid "List available config template kinds."
2682
- msgstr "Lister les types de modèles disponibles."
2683
-
2684
- #: ../lib/hammer_cli_foreman/template.rb:91
2685
- msgid "View config template content."
2686
- msgstr "Voir le contenu du modèle de configuration"
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 "Chemin du fichier contenant le modèle"
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 "Type de modèle. Ex: snippet, script, provisioning"
2697
-
2698
- #: ../lib/hammer_cli_foreman/template.rb:107
2699
- msgid "Config template created"
2700
- msgstr "Modèle de configuration créé"
2701
-
2702
- #: ../lib/hammer_cli_foreman/template.rb:108
2703
- msgid "Could not create the config template"
2704
- msgstr "Impossible de créer le modèle de configuration"
2705
-
2706
- #: ../lib/hammer_cli_foreman/template.rb:125
2707
- msgid "Config template updated"
2708
- msgstr "Modèle de configuration mis à jour"
2709
-
2710
- #: ../lib/hammer_cli_foreman/template.rb:126
2711
- msgid "Could not update the config template"
2712
- msgstr "Impossible de mettre à jour le modèle de configuration"
2713
-
2714
- #: ../lib/hammer_cli_foreman/template.rb:139
2715
- msgid "Config template deleted"
2716
- msgstr "Modèle de configuration supprimé"
2717
-
2718
- #: ../lib/hammer_cli_foreman/template.rb:140
2719
- msgid "Could not delete the config template"
2720
- msgstr "Impossible de supprimer le modèle de configuration"
2721
-
2722
- #: ../lib/hammer_cli_foreman/template.rb:151
2723
- msgid "Update the default PXE menu on all configured TFTP servers"
2724
- msgstr "Mise à jour du menu PXE par défaut sur tous les serveurs TFTP configurés"
2725
-
2726
- #: ../lib/hammer_cli_foreman/template.rb:164
2727
- msgid "Config template cloned"
2728
- msgstr "Modèle de configuration cloné"
2729
-
2730
- #: ../lib/hammer_cli_foreman/template.rb:165
2731
- msgid "Could not clone the config template"
2732
- msgstr "Impossible de cloner le modèle de configuration"
2733
-
2734
- #: ../lib/hammer_cli_foreman/user.rb:11
2735
- msgid "Login"
2736
- msgstr "Login"
2737
-
2738
- #: ../lib/hammer_cli_foreman/user.rb:13
2739
- msgid "Email"
2740
- msgstr "Email"
2741
-
2742
- #: ../lib/hammer_cli_foreman/user.rb:28
2743
- #: ../lib/hammer_cli_foreman/usergroup.rb:13
2744
- msgid "Admin"
2745
- msgstr "Admin"
2746
-
2747
- #: ../lib/hammer_cli_foreman/user.rb:29
2748
- msgid "Effective admin"
2749
- msgstr "Admin effectif"
2750
-
2751
- #: ../lib/hammer_cli_foreman/user.rb:30
2752
- msgid "Authorized by"
2753
- msgstr "Autorisé par"
2754
-
2755
- #: ../lib/hammer_cli_foreman/user.rb:31
2756
- msgid "Locale"
2757
- msgstr "Locale"
2758
-
2759
- #: ../lib/hammer_cli_foreman/user.rb:32
2760
- msgid "Timezone"
2761
- msgstr "Fuseau horaire"
2762
-
2763
- #: ../lib/hammer_cli_foreman/user.rb:33
2764
- msgid "Last login"
2765
- msgstr "Dernière connexion le"
2766
-
2767
- #: ../lib/hammer_cli_foreman/user.rb:34
2768
- msgid "Default organization"
2769
- msgstr "Organisation par défaut"
2770
-
2771
- #: ../lib/hammer_cli_foreman/user.rb:35
2772
- msgid "Default location"
2773
- msgstr "Emplacement par défaut"
2774
-
2775
- #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
2776
- msgid "default"
2777
- msgstr "défaut"
2778
-
2779
- #: ../lib/hammer_cli_foreman/user.rb:54
2780
- msgid "User [%{login}] created"
2781
- msgstr "Utilisateur [%{login}] créé"
2782
-
2783
- #: ../lib/hammer_cli_foreman/user.rb:55
2784
- msgid "Could not create the user"
2785
- msgstr "Impossible de créer l'utilisateur"
2786
-
2787
- #: ../lib/hammer_cli_foreman/user.rb:62
2788
- msgid "User [%{login}] updated"
2789
- msgstr "Utilisateur [%{login}] mis à jour"
2790
-
2791
- #: ../lib/hammer_cli_foreman/user.rb:63
2792
- msgid "Could not update the user"
2793
- msgstr "Impossible de mettre à jour l'utilisateur"
2794
-
2795
- #: ../lib/hammer_cli_foreman/user.rb:70
2796
- msgid "User [%{login}] deleted"
2797
- msgstr "Utilisateur [%{login}] supprimé"
2798
-
2799
- #: ../lib/hammer_cli_foreman/user.rb:71
2800
- msgid "Could not delete the user"
2801
- msgstr "Impossible de supprimer l'utilisateur"
2802
-
2803
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2804
- msgid "User group [%<name>s] created"
2805
- msgstr "Groupe d'utilisateur [%<name>s] créé"
2806
-
2807
- #: ../lib/hammer_cli_foreman/usergroup.rb:33
2808
- msgid "Could not create the user group"
2809
- msgstr "Impossible de créer le groupe d'utilisateurs"
2810
-
2811
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2812
- msgid "User group [%<name>s] updated"
2813
- msgstr "Groupe d'utilisateurs [%<name>s] mis à jour"
2814
-
2815
- #: ../lib/hammer_cli_foreman/usergroup.rb:40
2816
- msgid "Could not update the user group"
2817
- msgstr "Impossible de mettre à jour le groupe d'utilisateurs"
2818
-
2819
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2820
- msgid "User group [%<name>s] deleted"
2821
- msgstr "Groupe d'utilisateurs [%<name>s] supprimé"
2822
-
2823
- #: ../lib/hammer_cli_foreman/usergroup.rb:47
2824
- msgid "Could not delete the user group"
2825
- msgstr "Impossible de supprimer le groupe d'utilisateurs"