hammer_cli_foreman 0.9.0 → 0.10.0

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