hammer_cli_foreman 0.2.0 → 0.3.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.

Potentially problematic release.


This version of hammer_cli_foreman might be problematic. Click here for more details.

Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/doc/developer_docs.md +1 -0
  3. data/doc/host_create.md +7 -2
  4. data/doc/release_notes.md +9 -0
  5. data/doc/using_hammer_cli_foreman_command.md +92 -0
  6. data/lib/hammer_cli_foreman/commands.rb +22 -21
  7. data/lib/hammer_cli_foreman/exception_handler.rb +3 -3
  8. data/lib/hammer_cli_foreman/host.rb +1 -1
  9. data/lib/hammer_cli_foreman/option_builders.rb +1 -0
  10. data/lib/hammer_cli_foreman/template.rb +15 -0
  11. data/lib/hammer_cli_foreman/version.rb +1 -1
  12. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  13. data/locale/de/hammer-cli-foreman.edit.po +41 -80
  14. data/locale/de/hammer-cli-foreman.po +22 -21
  15. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  16. data/locale/en/hammer-cli-foreman.edit.po +7 -8
  17. data/locale/en/hammer-cli-foreman.po +4 -4
  18. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  19. data/locale/en_GB/hammer-cli-foreman.edit.po +10 -10
  20. data/locale/en_GB/hammer-cli-foreman.po +18 -18
  21. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  22. data/locale/es/hammer-cli-foreman.edit.po +47 -110
  23. data/locale/es/hammer-cli-foreman.po +1 -1
  24. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  25. data/locale/fr/hammer-cli-foreman.edit.po +45 -109
  26. data/locale/fr/hammer-cli-foreman.po +1 -1
  27. data/locale/hammer-cli-foreman.pot +9 -9
  28. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  29. data/locale/it/hammer-cli-foreman.edit.po +35 -75
  30. data/locale/it/hammer-cli-foreman.po +2 -2
  31. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  32. data/locale/ja/hammer-cli-foreman.edit.po +81 -120
  33. data/locale/ja/hammer-cli-foreman.po +1 -1
  34. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  35. data/locale/ko/hammer-cli-foreman.edit.po +35 -75
  36. data/locale/ko/hammer-cli-foreman.po +1 -1
  37. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  38. data/locale/pt_BR/hammer-cli-foreman.edit.po +51 -106
  39. data/locale/pt_BR/hammer-cli-foreman.po +1 -1
  40. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  41. data/locale/ru/hammer-cli-foreman.edit.po +36 -76
  42. data/locale/ru/hammer-cli-foreman.po +91 -90
  43. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  44. data/locale/zh_CN/hammer-cli-foreman.edit.po +35 -75
  45. data/locale/zh_CN/hammer-cli-foreman.po +1 -1
  46. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  47. data/locale/zh_TW/hammer-cli-foreman.edit.po +35 -75
  48. data/locale/zh_TW/hammer-cli-foreman.po +1 -1
  49. data/test/unit/domain_test.rb +2 -2
  50. data/test/unit/exception_handler_test.rb +13 -1
  51. data/test/unit/host_test.rb +7 -5
  52. data/test/unit/hostgroup_test.rb +2 -3
  53. data/test/unit/operating_system_test.rb +2 -2
  54. metadata +6 -4
@@ -9,7 +9,7 @@
9
9
  # Sergio Ocón <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: hammer-cli-foreman 0.2.0\n"
12
+ "Project-Id-Version: hammer-cli-foreman 0.3.0\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "POT-Creation-Date: 2014-12-11 13:21+0100\n"
15
15
  "PO-Revision-Date: 2015-03-22 03:37+0000\n"
@@ -8,10 +8,10 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: hammer-cli-foreman 0.1.4\n"
11
+ "Project-Id-Version: hammer-cli-foreman 0.2.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2015-04-23 17:25+0200\n"
14
- "PO-Revision-Date: 2014-10-11 10:31+0000\n"
13
+ "POT-Creation-Date: 2015-07-29 17:24+0200\n"
14
+ "PO-Revision-Date: 2015-03-21 13:20+0000\n"
15
15
  "Last-Translator: Claer <transiblu@claer.hammock.fr>\n"
16
16
  "Language-Team: French (http://www.transifex.com/projects/p/foreman/language/fr"
17
17
  "/)\n"
@@ -102,8 +102,9 @@ msgid "Manipulate smart class parameters."
102
102
  msgstr "Gestion des paramètres Smart Class"
103
103
 
104
104
  #: ../lib/hammer_cli_foreman.rb:110
105
+ #, fuzzy
105
106
  msgid "Manipulate smart variables."
106
- msgstr "Manipuler les smart variables."
107
+ msgstr "Gestion des Smart Proxies."
107
108
 
108
109
  #: ../lib/hammer_cli_foreman.rb:114
109
110
  msgid "Manipulate smart proxies."
@@ -455,25 +456,21 @@ msgstr "Format inconnu de la donnée reçue"
455
456
 
456
457
  #: ../lib/hammer_cli_foreman/commands.rb:191
457
458
  msgid "Could not find %{resource}. Some search options were missing, please see --help."
458
- msgstr ""
459
+ msgstr "Impossible de trouver %{resource}. Certaines options de recherche étaient absentes, merci de regarder --help."
459
460
 
460
461
  #: ../lib/hammer_cli_foreman/commands.rb:193
461
462
  msgid "Could not find %{resource}, please set option %{switches}."
462
- msgstr ""
463
+ msgstr "Impossible de trouver %{resource}, merci de mositionner l'option %{switches}."
463
464
 
464
465
  #: ../lib/hammer_cli_foreman/commands.rb:195
465
466
  msgid "Could not find %{resource}, please set one of options %{switches}."
466
- msgstr ""
467
-
468
- #: ../lib/hammer_cli_foreman/commands.rb:313
469
- msgid "List next page? (%s): "
470
- msgstr "Afficher la page suivante ? (%s): "
467
+ msgstr "Impossible de trouver %{ressource}, merci de positionner une des options suivantes %{switches}."
471
468
 
472
- #: ../lib/hammer_cli_foreman/commands.rb:516
469
+ #: ../lib/hammer_cli_foreman/commands.rb:517
473
470
  msgid "Associate a resource"
474
471
  msgstr "Associer à une ressource"
475
472
 
476
- #: ../lib/hammer_cli_foreman/commands.rb:538
473
+ #: ../lib/hammer_cli_foreman/commands.rb:539
477
474
  msgid "Disassociate a resource"
478
475
  msgstr "Dissocier la ressource"
479
476
 
@@ -570,14 +567,12 @@ msgid "Could not delete the compute resource"
570
567
  msgstr "Impossible de supprimer la ressource d'ordinateur"
571
568
 
572
569
  #: ../lib/hammer_cli_foreman/credentials.rb:26
573
- #, fuzzy
574
570
  msgid "[Foreman] Username: "
575
- msgstr "[Foreman] nom d'utilisateur: "
571
+ msgstr "[Foreman] Nom d'utilisateur :"
576
572
 
577
573
  #: ../lib/hammer_cli_foreman/credentials.rb:33
578
- #, fuzzy
579
574
  msgid "[Foreman] Password for %s: "
580
- msgstr "[Foreman] mot de passe pour %s: "
575
+ msgstr "[Foreman] Mot de passe pour %s :"
581
576
 
582
577
  #: ../lib/hammer_cli_foreman/domain.rb:6
583
578
  msgid "ID of DNS proxy to use within this domain"
@@ -785,11 +780,11 @@ msgstr "Ressource"
785
780
 
786
781
  #: ../lib/hammer_cli_foreman/host.rb:15
787
782
  msgid "Login of the owner"
788
- msgstr ""
783
+ msgstr "Login du propriétaire"
789
784
 
790
785
  #: ../lib/hammer_cli_foreman/host.rb:17
791
786
  msgid "ID of the owner"
792
- msgstr ""
787
+ msgstr "ID du propriétaire"
793
788
 
794
789
  #: ../lib/hammer_cli_foreman/host.rb:42
795
790
  msgid "Host parameters."
@@ -1109,12 +1104,11 @@ msgstr "Nom du proxy pour Puppet"
1109
1104
 
1110
1105
  #: ../lib/hammer_cli_foreman/hostgroup.rb:14
1111
1106
  msgid "Name of parent hostgroup"
1112
- msgstr ""
1107
+ msgstr "Nom du groupe d'hôte parent"
1113
1108
 
1114
1109
  #: ../lib/hammer_cli_foreman/hostgroup.rb:49 ../lib/hammer_cli_foreman/operating_system.rb:11
1115
- #, fuzzy
1116
1110
  msgid "Title"
1117
- msgstr "file"
1111
+ msgstr "Titre"
1118
1112
 
1119
1113
  #: ../lib/hammer_cli_foreman/hostgroup.rb:68
1120
1114
  msgid "Puppet CA Proxy Id"
@@ -1130,7 +1124,7 @@ msgstr "Ressource d'ordinateur"
1130
1124
 
1131
1125
  #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1132
1126
  msgid "Parent Id"
1133
- msgstr ""
1127
+ msgstr "Id du parent"
1134
1128
 
1135
1129
  #: ../lib/hammer_cli_foreman/hostgroup.rb:84
1136
1130
  msgid "Hostgroup created"
@@ -1226,9 +1220,8 @@ msgid "Organization name"
1226
1220
  msgstr "Nom de l'organisation"
1227
1221
 
1228
1222
  #: ../lib/hammer_cli_foreman/id_resolver.rb:50
1229
- #, fuzzy
1230
1223
  msgid "Operating system title"
1231
- msgstr "Système d'exploitation créé"
1224
+ msgstr "Titre du système d'exploitation"
1232
1225
 
1233
1226
  #: ../lib/hammer_cli_foreman/id_resolver.rb:52
1234
1227
  msgid "Partition table name"
@@ -1281,9 +1274,8 @@ msgid "Name to search by"
1281
1274
  msgstr "Recherche par nom"
1282
1275
 
1283
1276
  #: ../lib/hammer_cli_foreman/id_resolver.rb:153
1284
- #, fuzzy
1285
1277
  msgid "one of %s not found"
1286
- msgstr "%s non trouvé"
1278
+ msgstr "aucun membre de %s trouvé"
1287
1279
 
1288
1280
  #: ../lib/hammer_cli_foreman/id_resolver.rb:200
1289
1281
  msgid "%s not found"
@@ -2007,21 +1999,22 @@ msgstr "Type du validateur."
2007
1999
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131 ../lib/hammer_cli_foreman/smart_variable.rb:121
2008
2000
  #, fuzzy
2009
2001
  msgid "Override value created"
2010
- msgstr "Surcharge de valeur créée"
2002
+ msgstr "Surcharger les valeurs"
2011
2003
 
2012
2004
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:122
2005
+ #, fuzzy
2013
2006
  msgid "Could not create the override_value"
2014
- msgstr "Impossible de créer cette surcharge de valeur"
2007
+ msgstr "Impossible de créer le rôle utilisateur"
2015
2008
 
2016
2009
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:151 ../lib/hammer_cli_foreman/smart_variable.rb:134
2017
2010
  #, fuzzy
2018
2011
  msgid "Override value deleted"
2019
- msgstr "Surcharge de valeur supprimée"
2012
+ msgstr "Surcharger les valeurs"
2020
2013
 
2021
2014
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:152 ../lib/hammer_cli_foreman/smart_variable.rb:135
2022
2015
  #, fuzzy
2023
2016
  msgid "Could not delete the override value"
2024
- msgstr "Impossible de supprimer cette surcharge de valeur "
2017
+ msgstr "Impossible de supprimer le système d'expoitation"
2025
2018
 
2026
2019
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:13
2027
2020
  msgid "URL"
@@ -2215,6 +2208,10 @@ msgstr "Modèle de configuration supprimé"
2215
2208
  msgid "Could not delete the config template"
2216
2209
  msgstr "Impossible de supprimer le modèle de configuration"
2217
2210
 
2211
+ #: ../lib/hammer_cli_foreman/template.rb:150
2212
+ msgid "Update the default PXE menu on all configured TFTP servers"
2213
+ msgstr ""
2214
+
2218
2215
  #: ../lib/hammer_cli_foreman/user.rb:11
2219
2216
  msgid "Login"
2220
2217
  msgstr "Login"
@@ -2305,114 +2302,53 @@ msgstr "Groupe d'utilisateurs [%<name>s] supprimé"
2305
2302
  msgid "Could not delete the user group"
2306
2303
  msgstr "Impossible de supprimer le groupe d'utilisateurs"
2307
2304
 
2308
- #: lib/hammer_cli_foreman/override_value.rb:7
2309
- #~ msgid "View and manage override values"
2310
- #~ msgstr "Visualiser et gérer les surcharges de valeurs"
2311
-
2312
- #: lib/hammer_cli_foreman/override_value.rb:55
2313
- #~ msgid "OverrideValue created"
2314
- #~ msgstr "Surcharge de valeur créée"
2315
-
2316
- #: lib/hammer_cli_foreman/override_value.rb:64
2317
- #~ msgid "OverrideValue updated"
2318
- #~ msgstr "Surcharge de valeur mis à jour"
2319
-
2320
- #: lib/hammer_cli_foreman/override_value.rb:65
2321
- #~ msgid "Could not update the override_value"
2322
- #~ msgstr "Impossible de mettre à jour cette surcharge de valeur "
2323
-
2324
- #: lib/hammer_cli_foreman/override_value.rb:73
2325
- #~ msgid "OverrideValue deleted"
2326
- #~ msgstr "Surcharge de valeur supprimée"
2327
-
2328
- #: lib/hammer_cli_foreman/override_value.rb:74
2329
- #~ msgid "Could not delete the override_value"
2330
- #~ msgstr "Impossible de supprimer cette surcharge de valeur "
2331
-
2332
- #: lib/hammer_cli_foreman/smart_variables.rb:62
2333
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:63
2334
- #~ msgid "Count"
2335
- #~ msgstr "Nombre"
2336
-
2337
- #: lib/hammer_cli_foreman/hostgroup.rb:41
2338
- #~ msgid "Label"
2339
- #~ msgstr "Label"
2340
-
2341
- #: lib/hammer_cli_foreman/hostgroup.rb:45
2342
- #~ msgid "Ancestry"
2343
- #~ msgstr "Ancètre"
2344
-
2345
- #: lib/hammer_cli_foreman/host.rb:167
2305
+ #: lib/hammer_cli_foreman/host.rb:171
2346
2306
  #~ msgid "Disk"
2347
2307
  #~ msgstr "Disque"
2348
2308
 
2349
- #: lib/hammer_cli_foreman/host.rb:185
2309
+ #: lib/hammer_cli_foreman/host.rb:189
2350
2310
  #~ msgid "Puppet Proxy Id"
2351
2311
  #~ msgstr "Id du Proxy Puppet"
2352
2312
 
2353
- #: lib/hammer_cli_foreman/host.rb:194
2313
+ #: lib/hammer_cli_foreman/host.rb:198
2354
2314
  #~ msgid "BMC Network Interfaces"
2355
2315
  #~ msgstr "Interface Réseau BMC"
2356
2316
 
2357
- #: lib/hammer_cli_foreman/host.rb:199 lib/hammer_cli_foreman/host.rb:212
2317
+ #: lib/hammer_cli_foreman/host.rb:203 lib/hammer_cli_foreman/host.rb:216
2358
2318
  #~ msgid "Domain Id"
2359
2319
  #~ msgstr "Id du domaine"
2360
2320
 
2361
- #: lib/hammer_cli_foreman/host.rb:200 lib/hammer_cli_foreman/host.rb:213
2321
+ #: lib/hammer_cli_foreman/host.rb:204 lib/hammer_cli_foreman/host.rb:217
2362
2322
  #~ msgid "Domain Name"
2363
2323
  #~ msgstr "Nom de domaine"
2364
2324
 
2365
- #: lib/hammer_cli_foreman/host.rb:201 lib/hammer_cli_foreman/host.rb:214
2325
+ #: lib/hammer_cli_foreman/host.rb:205 lib/hammer_cli_foreman/host.rb:218
2366
2326
  #~ msgid "Subnet Id"
2367
2327
  #~ msgstr "Id du sous réseau"
2368
2328
 
2369
- #: lib/hammer_cli_foreman/host.rb:202 lib/hammer_cli_foreman/host.rb:215
2329
+ #: lib/hammer_cli_foreman/host.rb:206 lib/hammer_cli_foreman/host.rb:219
2370
2330
  #~ msgid "Subnet Name"
2371
2331
  #~ msgstr "Nom du sous-réseau"
2372
2332
 
2373
- #: lib/hammer_cli_foreman/host.rb:203
2333
+ #: lib/hammer_cli_foreman/host.rb:207
2374
2334
  #~ msgid "BMC Username"
2375
2335
  #~ msgstr "Nom d'utilisateur BMC"
2376
2336
 
2377
- #: lib/hammer_cli_foreman/host.rb:204
2337
+ #: lib/hammer_cli_foreman/host.rb:208
2378
2338
  #~ msgid "BMC Password"
2379
2339
  #~ msgstr "Mot de passe BMC"
2380
2340
 
2381
- #: lib/hammer_cli_foreman/host.rb:207
2341
+ #: lib/hammer_cli_foreman/host.rb:211
2382
2342
  #~ msgid "Managed Network Interfaces"
2383
2343
  #~ msgstr "Interfaces réseaux gérées"
2384
2344
 
2385
- #: lib/hammer_cli_foreman/operating_system.rb:11
2386
- #~ msgid "Full name"
2387
- #~ msgstr "Nom complet"
2388
-
2389
- #: lib/hammer_cli_foreman/operating_system.rb:46
2390
- #: lib/hammer_cli_foreman/operating_system.rb:73
2391
- #~ msgid "set associated architectures"
2392
- #~ msgstr "associer les architectures"
2393
-
2394
- #: lib/hammer_cli_foreman/operating_system.rb:48
2395
- #: lib/hammer_cli_foreman/operating_system.rb:75
2396
- #~ msgid "set associated templates"
2397
- #~ msgstr "associer les modèles"
2398
-
2399
- #: lib/hammer_cli_foreman/operating_system.rb:50
2400
- #: lib/hammer_cli_foreman/operating_system.rb:77
2401
- #~ msgid "set associated installation media"
2402
- #~ msgstr "associer les médias d'installation"
2403
-
2404
- #: lib/hammer_cli_foreman/operating_system.rb:52
2405
- #: lib/hammer_cli_foreman/operating_system.rb:79
2406
- #~ msgid "set associated partition tables"
2407
- #~ msgstr "associer les tables de partition"
2408
-
2409
- #: lib/hammer_cli_foreman/credentials.rb:10
2410
- #~ msgid "[Foreman] username: "
2411
- #~ msgstr "[Foreman] nom d'utilisateur: "
2412
-
2413
- #: lib/hammer_cli_foreman/credentials.rb:15
2414
- #~ msgid "[Foreman] password for %s: "
2415
- #~ msgstr "[Foreman] mot de passe pour %s: "
2345
+ #: lib/hammer_cli_foreman/commands.rb:288
2346
+ #~ msgid "List next page? (%s): "
2347
+ #~ msgstr "Afficher la page suivante ? (%s): "
2348
+
2349
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:63
2350
+ #~ msgid "Count"
2351
+ #~ msgstr "Nombre"
2416
2352
 
2417
2353
  #: lib/hammer_cli_foreman/user.rb:47
2418
2354
  #~ msgid "User created"
@@ -8,7 +8,7 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: hammer-cli-foreman 0.2.0\n"
11
+ "Project-Id-Version: hammer-cli-foreman 0.3.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "POT-Creation-Date: 2014-12-11 13:21+0100\n"
14
14
  "PO-Revision-Date: 2015-03-21 13:20+0000\n"
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli-foreman 0.2.0\n"
9
+ "Project-Id-Version: hammer-cli-foreman 0.3.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2015-04-23 17:25+0200\n"
12
- "PO-Revision-Date: 2015-04-23 17:25+0200\n"
11
+ "POT-Creation-Date: 2015-07-29 17:24+0200\n"
12
+ "PO-Revision-Date: 2015-07-29 17:24+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -519,15 +519,11 @@ msgstr ""
519
519
  msgid "Could not find %{resource}, please set one of options %{switches}."
520
520
  msgstr ""
521
521
 
522
- #: ../lib/hammer_cli_foreman/commands.rb:313
523
- msgid "List next page? (%s): "
524
- msgstr ""
525
-
526
- #: ../lib/hammer_cli_foreman/commands.rb:516
522
+ #: ../lib/hammer_cli_foreman/commands.rb:517
527
523
  msgid "Associate a resource"
528
524
  msgstr ""
529
525
 
530
- #: ../lib/hammer_cli_foreman/commands.rb:538
526
+ #: ../lib/hammer_cli_foreman/commands.rb:539
531
527
  msgid "Disassociate a resource"
532
528
  msgstr ""
533
529
 
@@ -2325,6 +2321,10 @@ msgstr ""
2325
2321
  msgid "Could not delete the config template"
2326
2322
  msgstr ""
2327
2323
 
2324
+ #: ../lib/hammer_cli_foreman/template.rb:150
2325
+ msgid "Update the default PXE menu on all configured TFTP servers"
2326
+ msgstr ""
2327
+
2328
2328
  #: ../lib/hammer_cli_foreman/user.rb:11
2329
2329
  msgid "Login"
2330
2330
  msgstr ""
@@ -7,10 +7,10 @@
7
7
  # Giuseppe Pignataro <anubisteam01@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: hammer-cli-foreman 0.1.4\n"
10
+ "Project-Id-Version: hammer-cli-foreman 0.2.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2015-04-23 17:25+0200\n"
13
- "PO-Revision-Date: 2014-10-11 10:31+0000\n"
12
+ "POT-Creation-Date: 2015-07-29 17:24+0200\n"
13
+ "PO-Revision-Date: 2015-03-22 03:37+0000\n"
14
14
  "Last-Translator: Lukáš Zapletal\n"
15
15
  "Language-Team: Italian (http://www.transifex.com/projects/p/foreman/language/i"
16
16
  "t/)\n"
@@ -101,8 +101,9 @@ msgid "Manipulate smart class parameters."
101
101
  msgstr "Manipolazione parametri classe smart."
102
102
 
103
103
  #: ../lib/hammer_cli_foreman.rb:110
104
+ #, fuzzy
104
105
  msgid "Manipulate smart variables."
105
- msgstr ""
106
+ msgstr "Manipolazione smart proxy."
106
107
 
107
108
  #: ../lib/hammer_cli_foreman.rb:114
108
109
  msgid "Manipulate smart proxies."
@@ -464,15 +465,11 @@ msgstr ""
464
465
  msgid "Could not find %{resource}, please set one of options %{switches}."
465
466
  msgstr ""
466
467
 
467
- #: ../lib/hammer_cli_foreman/commands.rb:313
468
- msgid "List next page? (%s): "
469
- msgstr "Elenca pagina successiva? (%s): "
470
-
471
- #: ../lib/hammer_cli_foreman/commands.rb:516
468
+ #: ../lib/hammer_cli_foreman/commands.rb:517
472
469
  msgid "Associate a resource"
473
470
  msgstr "Associare una risorsa"
474
471
 
475
- #: ../lib/hammer_cli_foreman/commands.rb:538
472
+ #: ../lib/hammer_cli_foreman/commands.rb:539
476
473
  msgid "Disassociate a resource"
477
474
  msgstr "Rimuovere associazione di una risorsa"
478
475
 
@@ -569,14 +566,12 @@ msgid "Could not delete the compute resource"
569
566
  msgstr "Impossibile rimuovere la risorsa di calcolo"
570
567
 
571
568
  #: ../lib/hammer_cli_foreman/credentials.rb:26
572
- #, fuzzy
573
569
  msgid "[Foreman] Username: "
574
- msgstr "Nome utente [Foreman]: "
570
+ msgstr ""
575
571
 
576
572
  #: ../lib/hammer_cli_foreman/credentials.rb:33
577
- #, fuzzy
578
573
  msgid "[Foreman] Password for %s: "
579
- msgstr "Password [Foreman] per %s: "
574
+ msgstr ""
580
575
 
581
576
  #: ../lib/hammer_cli_foreman/domain.rb:6
582
577
  msgid "ID of DNS proxy to use within this domain"
@@ -1111,9 +1106,8 @@ msgid "Name of parent hostgroup"
1111
1106
  msgstr ""
1112
1107
 
1113
1108
  #: ../lib/hammer_cli_foreman/hostgroup.rb:49 ../lib/hammer_cli_foreman/operating_system.rb:11
1114
- #, fuzzy
1115
1109
  msgid "Title"
1116
- msgstr "file"
1110
+ msgstr ""
1117
1111
 
1118
1112
  #: ../lib/hammer_cli_foreman/hostgroup.rb:68
1119
1113
  msgid "Puppet CA Proxy Id"
@@ -1225,9 +1219,8 @@ msgid "Organization name"
1225
1219
  msgstr "Nome organizzazione"
1226
1220
 
1227
1221
  #: ../lib/hammer_cli_foreman/id_resolver.rb:50
1228
- #, fuzzy
1229
1222
  msgid "Operating system title"
1230
- msgstr "Sistema operativo creato"
1223
+ msgstr ""
1231
1224
 
1232
1225
  #: ../lib/hammer_cli_foreman/id_resolver.rb:52
1233
1226
  msgid "Partition table name"
@@ -1280,9 +1273,8 @@ msgid "Name to search by"
1280
1273
  msgstr "Nome per la ricerca"
1281
1274
 
1282
1275
  #: ../lib/hammer_cli_foreman/id_resolver.rb:153
1283
- #, fuzzy
1284
1276
  msgid "one of %s not found"
1285
- msgstr "%s non trovato"
1277
+ msgstr ""
1286
1278
 
1287
1279
  #: ../lib/hammer_cli_foreman/id_resolver.rb:200
1288
1280
  msgid "%s not found"
@@ -2009,8 +2001,9 @@ msgid "Override value created"
2009
2001
  msgstr "Valori override"
2010
2002
 
2011
2003
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:122
2004
+ #, fuzzy
2012
2005
  msgid "Could not create the override_value"
2013
- msgstr ""
2006
+ msgstr "Impossibile creare il ruolo utente"
2014
2007
 
2015
2008
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:151 ../lib/hammer_cli_foreman/smart_variable.rb:134
2016
2009
  #, fuzzy
@@ -2214,6 +2207,10 @@ msgstr "Modello di configurazione rimosso"
2214
2207
  msgid "Could not delete the config template"
2215
2208
  msgstr "Impossibile rimuovere il modello di configurazione"
2216
2209
 
2210
+ #: ../lib/hammer_cli_foreman/template.rb:150
2211
+ msgid "Update the default PXE menu on all configured TFTP servers"
2212
+ msgstr ""
2213
+
2217
2214
  #: ../lib/hammer_cli_foreman/user.rb:11
2218
2215
  msgid "Login"
2219
2216
  msgstr "Registrazione"
@@ -2304,90 +2301,53 @@ msgstr "Gruppo utenti [%<name>s] rimosso"
2304
2301
  msgid "Could not delete the user group"
2305
2302
  msgstr "Impossibile cancellare il gruppo di utenti"
2306
2303
 
2307
- #: lib/hammer_cli_foreman/smart_variables.rb:62
2308
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:63
2309
- #~ msgid "Count"
2310
- #~ msgstr "Conteggio"
2311
-
2312
- #: lib/hammer_cli_foreman/hostgroup.rb:41
2313
- #~ msgid "Label"
2314
- #~ msgstr "Etichetta"
2315
-
2316
- #: lib/hammer_cli_foreman/hostgroup.rb:45
2317
- #~ msgid "Ancestry"
2318
- #~ msgstr "ascendenza"
2319
-
2320
- #: lib/hammer_cli_foreman/host.rb:167
2304
+ #: lib/hammer_cli_foreman/host.rb:171
2321
2305
  #~ msgid "Disk"
2322
2306
  #~ msgstr "Disco"
2323
2307
 
2324
- #: lib/hammer_cli_foreman/host.rb:185
2308
+ #: lib/hammer_cli_foreman/host.rb:189
2325
2309
  #~ msgid "Puppet Proxy Id"
2326
2310
  #~ msgstr "ID Proxy del Puppet"
2327
2311
 
2328
- #: lib/hammer_cli_foreman/host.rb:194
2312
+ #: lib/hammer_cli_foreman/host.rb:198
2329
2313
  #~ msgid "BMC Network Interfaces"
2330
2314
  #~ msgstr "Interfacce di rete BMC"
2331
2315
 
2332
- #: lib/hammer_cli_foreman/host.rb:199 lib/hammer_cli_foreman/host.rb:212
2316
+ #: lib/hammer_cli_foreman/host.rb:203 lib/hammer_cli_foreman/host.rb:216
2333
2317
  #~ msgid "Domain Id"
2334
2318
  #~ msgstr "ID del dominio"
2335
2319
 
2336
- #: lib/hammer_cli_foreman/host.rb:200 lib/hammer_cli_foreman/host.rb:213
2320
+ #: lib/hammer_cli_foreman/host.rb:204 lib/hammer_cli_foreman/host.rb:217
2337
2321
  #~ msgid "Domain Name"
2338
2322
  #~ msgstr "Nome del dominio"
2339
2323
 
2340
- #: lib/hammer_cli_foreman/host.rb:201 lib/hammer_cli_foreman/host.rb:214
2324
+ #: lib/hammer_cli_foreman/host.rb:205 lib/hammer_cli_foreman/host.rb:218
2341
2325
  #~ msgid "Subnet Id"
2342
2326
  #~ msgstr "ID della sottorete"
2343
2327
 
2344
- #: lib/hammer_cli_foreman/host.rb:202 lib/hammer_cli_foreman/host.rb:215
2328
+ #: lib/hammer_cli_foreman/host.rb:206 lib/hammer_cli_foreman/host.rb:219
2345
2329
  #~ msgid "Subnet Name"
2346
2330
  #~ msgstr "Nome sottorete"
2347
2331
 
2348
- #: lib/hammer_cli_foreman/host.rb:203
2332
+ #: lib/hammer_cli_foreman/host.rb:207
2349
2333
  #~ msgid "BMC Username"
2350
2334
  #~ msgstr "Nome utente BMC"
2351
2335
 
2352
- #: lib/hammer_cli_foreman/host.rb:204
2336
+ #: lib/hammer_cli_foreman/host.rb:208
2353
2337
  #~ msgid "BMC Password"
2354
2338
  #~ msgstr "Password BMC"
2355
2339
 
2356
- #: lib/hammer_cli_foreman/host.rb:207
2340
+ #: lib/hammer_cli_foreman/host.rb:211
2357
2341
  #~ msgid "Managed Network Interfaces"
2358
2342
  #~ msgstr "Interfacce di rete gestite"
2359
2343
 
2360
- #: lib/hammer_cli_foreman/operating_system.rb:11
2361
- #~ msgid "Full name"
2362
- #~ msgstr "Nome completo"
2363
-
2364
- #: lib/hammer_cli_foreman/operating_system.rb:46
2365
- #: lib/hammer_cli_foreman/operating_system.rb:73
2366
- #~ msgid "set associated architectures"
2367
- #~ msgstr "imposta architetture associate"
2368
-
2369
- #: lib/hammer_cli_foreman/operating_system.rb:48
2370
- #: lib/hammer_cli_foreman/operating_system.rb:75
2371
- #~ msgid "set associated templates"
2372
- #~ msgstr "imposta modelli associati"
2373
-
2374
- #: lib/hammer_cli_foreman/operating_system.rb:50
2375
- #: lib/hammer_cli_foreman/operating_system.rb:77
2376
- #~ msgid "set associated installation media"
2377
- #~ msgstr "imposta dispositivi d'installazione associati"
2378
-
2379
- #: lib/hammer_cli_foreman/operating_system.rb:52
2380
- #: lib/hammer_cli_foreman/operating_system.rb:79
2381
- #~ msgid "set associated partition tables"
2382
- #~ msgstr "imposta le tabelle delle partizioni associate"
2383
-
2384
- #: lib/hammer_cli_foreman/credentials.rb:10
2385
- #~ msgid "[Foreman] username: "
2386
- #~ msgstr "Nome utente [Foreman]: "
2387
-
2388
- #: lib/hammer_cli_foreman/credentials.rb:15
2389
- #~ msgid "[Foreman] password for %s: "
2390
- #~ msgstr "Password [Foreman] per %s: "
2344
+ #: lib/hammer_cli_foreman/commands.rb:288
2345
+ #~ msgid "List next page? (%s): "
2346
+ #~ msgstr "Elenca pagina successiva? (%s): "
2347
+
2348
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:63
2349
+ #~ msgid "Count"
2350
+ #~ msgstr "Conteggio"
2391
2351
 
2392
2352
  #: lib/hammer_cli_foreman/user.rb:47
2393
2353
  #~ msgid "User created"