hammer_cli_foreman_discovery 0.0.1

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 (34) hide show
  1. checksums.yaml +15 -0
  2. data/README.md +4 -0
  3. data/lib/hammer_cli_foreman_discovery.rb +3 -0
  4. data/lib/hammer_cli_foreman_discovery/discovery.rb +152 -0
  5. data/lib/hammer_cli_foreman_discovery/i18n.rb +24 -0
  6. data/lib/hammer_cli_foreman_discovery/version.rb +5 -0
  7. data/locale/Makefile +65 -0
  8. data/locale/README.md +18 -0
  9. data/locale/de/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  10. data/locale/de/hammer_cli_foreman_discovery.po +98 -0
  11. data/locale/en/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  12. data/locale/en/hammer_cli_foreman_discovery.po +99 -0
  13. data/locale/en_GB/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  14. data/locale/en_GB/hammer_cli_foreman_discovery.po +99 -0
  15. data/locale/es/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  16. data/locale/es/hammer_cli_foreman_discovery.po +98 -0
  17. data/locale/fr/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  18. data/locale/fr/hammer_cli_foreman_discovery.po +99 -0
  19. data/locale/hammer_cli_foreman_discovery.pot +107 -0
  20. data/locale/it/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  21. data/locale/it/hammer_cli_foreman_discovery.po +98 -0
  22. data/locale/ja/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  23. data/locale/ja/hammer_cli_foreman_discovery.po +98 -0
  24. data/locale/ko/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  25. data/locale/ko/hammer_cli_foreman_discovery.po +98 -0
  26. data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  27. data/locale/pt_BR/hammer_cli_foreman_discovery.po +98 -0
  28. data/locale/ru/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  29. data/locale/ru/hammer_cli_foreman_discovery.po +98 -0
  30. data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  31. data/locale/zh_CN/hammer_cli_foreman_discovery.po +98 -0
  32. data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  33. data/locale/zh_TW/hammer_cli_foreman_discovery.po +98 -0
  34. metadata +109 -0
@@ -0,0 +1,99 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ #
5
+ # Translators:
6
+ # Dominic Cleal <dcleal@redhat.com>, 2015
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2015-01-21 12:11+0200\n"
12
+ "PO-Revision-Date: 2015-01-21 10:57+0000\n"
13
+ "Last-Translator: Dominic Cleal <dcleal@redhat.com>\n"
14
+ "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/foreman/language/en_GB/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: en_GB\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+
21
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
22
+ msgid "Id"
23
+ msgstr ""
24
+
25
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
26
+ msgid "Name"
27
+ msgstr "Name"
28
+
29
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
30
+ msgid "Mac"
31
+ msgstr ""
32
+
33
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
34
+ msgid "Last Report"
35
+ msgstr ""
36
+
37
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
38
+ msgid "Subnet"
39
+ msgstr "Subnet"
40
+
41
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
42
+ msgid "Organization"
43
+ msgstr "Organisation"
44
+
45
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
46
+ msgid "Location"
47
+ msgstr "Location"
48
+
49
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
50
+ msgid "Ip"
51
+ msgstr ""
52
+
53
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
54
+ msgid "Model"
55
+ msgstr "Model"
56
+
57
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
58
+ msgid "Facts"
59
+ msgstr ""
60
+
61
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
62
+ msgid "Host created"
63
+ msgstr ""
64
+
65
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
66
+ msgid "Could not create the host"
67
+ msgstr ""
68
+
69
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
70
+ msgid "Host parameters."
71
+ msgstr ""
72
+
73
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
74
+ msgid "Interface parameters."
75
+ msgstr ""
76
+
77
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
78
+ msgid "Reboot a host"
79
+ msgstr ""
80
+
81
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
82
+ msgid "Host reboot started."
83
+ msgstr ""
84
+
85
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
86
+ msgid "Could not reboot the host"
87
+ msgstr ""
88
+
89
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
90
+ msgid "Refresh the facts of a host"
91
+ msgstr ""
92
+
93
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
94
+ msgid "Host facts refreshed"
95
+ msgstr ""
96
+
97
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
98
+ msgid "Could not refresh the facts of the host"
99
+ msgstr ""
@@ -0,0 +1,98 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-01-21 12:11+0200\n"
11
+ "PO-Revision-Date: 2015-01-21 10:30+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Spanish (http://www.transifex.com/projects/p/foreman/language/es/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: es\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+
20
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
+ msgid "Id"
22
+ msgstr "Id"
23
+
24
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
+ msgid "Name"
26
+ msgstr "Nombre"
27
+
28
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
+ msgid "Mac"
30
+ msgstr ""
31
+
32
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
+ msgid "Last Report"
34
+ msgstr ""
35
+
36
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
+ msgid "Subnet"
38
+ msgstr "Subred"
39
+
40
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ msgid "Organization"
42
+ msgstr "Organización"
43
+
44
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ msgid "Location"
46
+ msgstr "Lugares"
47
+
48
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
+ msgid "Ip"
50
+ msgstr ""
51
+
52
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
+ msgid "Model"
54
+ msgstr "Modelo"
55
+
56
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
+ msgid "Facts"
58
+ msgstr "Detalles"
59
+
60
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
+ msgid "Host created"
62
+ msgstr "El host se ha creado"
63
+
64
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
+ msgid "Could not create the host"
66
+ msgstr "No se pudo crear el host"
67
+
68
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
+ msgid "Host parameters."
70
+ msgstr "Parámetros del host."
71
+
72
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
+ msgid "Interface parameters."
74
+ msgstr "Parámetros del interfaz."
75
+
76
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
+ msgid "Reboot a host"
78
+ msgstr "Reiniciar un host"
79
+
80
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
+ msgid "Host reboot started."
82
+ msgstr "Reinicio del host en proceso."
83
+
84
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
+ msgid "Could not reboot the host"
86
+ msgstr ""
87
+
88
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
+ msgid "Refresh the facts of a host"
90
+ msgstr ""
91
+
92
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
+ msgid "Host facts refreshed"
94
+ msgstr ""
95
+
96
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
+ msgid "Could not refresh the facts of the host"
98
+ msgstr ""
@@ -0,0 +1,99 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ #
5
+ # Translators:
6
+ # Claer <transiblu@claer.hammock.fr>, 2015
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2015-01-21 12:11+0200\n"
12
+ "PO-Revision-Date: 2015-01-22 09:16+0000\n"
13
+ "Last-Translator: Claer <transiblu@claer.hammock.fr>\n"
14
+ "Language-Team: French (http://www.transifex.com/projects/p/foreman/language/fr/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: fr\n"
19
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
+
21
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
22
+ msgid "Id"
23
+ msgstr "Id"
24
+
25
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
26
+ msgid "Name"
27
+ msgstr "Nom"
28
+
29
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
30
+ msgid "Mac"
31
+ msgstr "MAC"
32
+
33
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
34
+ msgid "Last Report"
35
+ msgstr "Dernier rapport"
36
+
37
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
38
+ msgid "Subnet"
39
+ msgstr "Sous-Réseau"
40
+
41
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
42
+ msgid "Organization"
43
+ msgstr "Organisation"
44
+
45
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
46
+ msgid "Location"
47
+ msgstr "Localisation"
48
+
49
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
50
+ msgid "Ip"
51
+ msgstr "IP"
52
+
53
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
54
+ msgid "Model"
55
+ msgstr "Modèle"
56
+
57
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
58
+ msgid "Facts"
59
+ msgstr "Facts"
60
+
61
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
62
+ msgid "Host created"
63
+ msgstr "Hôte créé"
64
+
65
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
66
+ msgid "Could not create the host"
67
+ msgstr "Impossible de créer l'hôte"
68
+
69
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
70
+ msgid "Host parameters."
71
+ msgstr "Paramètres de l'Hôte"
72
+
73
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
74
+ msgid "Interface parameters."
75
+ msgstr "Paramètres d'interface"
76
+
77
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
78
+ msgid "Reboot a host"
79
+ msgstr "Redémarrage d'un hôte"
80
+
81
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
82
+ msgid "Host reboot started."
83
+ msgstr "Redémarrage de l'hôte lancé"
84
+
85
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
86
+ msgid "Could not reboot the host"
87
+ msgstr "Impossible de redémarrer l'hôte"
88
+
89
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
90
+ msgid "Refresh the facts of a host"
91
+ msgstr "Rafraichir les facts d'un hôte"
92
+
93
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
94
+ msgid "Host facts refreshed"
95
+ msgstr "Facts de l'hôte rafraichis"
96
+
97
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
98
+ msgid "Could not refresh the facts of the host"
99
+ msgstr "Impossible de rafraichir les facts de l'hôte"
@@ -0,0 +1,107 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2015-01-25 11:46+0200\n"
12
+ "PO-Revision-Date: 2015-01-21 12:06+0200\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
+
21
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
22
+ msgid "ID"
23
+ msgstr ""
24
+
25
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
26
+ msgid "Name"
27
+ msgstr ""
28
+
29
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
30
+ msgid "MAC"
31
+ msgstr ""
32
+
33
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
34
+ msgid "Last report"
35
+ msgstr ""
36
+
37
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
38
+ msgid "Subnet"
39
+ msgstr ""
40
+
41
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
42
+ msgid "Organization"
43
+ msgstr ""
44
+
45
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
46
+ msgid "Location"
47
+ msgstr ""
48
+
49
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
50
+ msgid "IP"
51
+ msgstr ""
52
+
53
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
54
+ msgid "Model"
55
+ msgstr ""
56
+
57
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
58
+ msgid "Facts"
59
+ msgstr ""
60
+
61
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
62
+ msgid "Host created"
63
+ msgstr ""
64
+
65
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
66
+ msgid "Could not create the host"
67
+ msgstr ""
68
+
69
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
70
+ msgid "Host parameters"
71
+ msgstr ""
72
+
73
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
74
+ msgid "Interface parameters"
75
+ msgstr ""
76
+
77
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:66
78
+ msgid "Enter the root password for the host:"
79
+ msgstr ""
80
+
81
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
82
+ msgid "Reboot a host"
83
+ msgstr ""
84
+
85
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
86
+ msgid "Host reboot started"
87
+ msgstr ""
88
+
89
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
90
+ msgid "Could not reboot the host"
91
+ msgstr ""
92
+
93
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
94
+ msgid "Refresh the facts of a host"
95
+ msgstr ""
96
+
97
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
98
+ msgid "Host facts refreshed"
99
+ msgstr ""
100
+
101
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
102
+ msgid "Could not refresh the facts of the host"
103
+ msgstr ""
104
+
105
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:109
106
+ msgid "Discovery related actions."
107
+ msgstr ""
@@ -0,0 +1,98 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-01-21 12:11+0200\n"
11
+ "PO-Revision-Date: 2015-01-21 10:30+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Italian (http://www.transifex.com/projects/p/foreman/language/it/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: it\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+
20
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
+ msgid "Id"
22
+ msgstr "Id"
23
+
24
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
+ msgid "Name"
26
+ msgstr "Nome"
27
+
28
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
+ msgid "Mac"
30
+ msgstr ""
31
+
32
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
+ msgid "Last Report"
34
+ msgstr ""
35
+
36
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
+ msgid "Subnet"
38
+ msgstr "Sottorete"
39
+
40
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ msgid "Organization"
42
+ msgstr "Organizzazione"
43
+
44
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ msgid "Location"
46
+ msgstr "Posizione"
47
+
48
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
+ msgid "Ip"
50
+ msgstr ""
51
+
52
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
+ msgid "Model"
54
+ msgstr "Modello"
55
+
56
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
+ msgid "Facts"
58
+ msgstr "Eventi"
59
+
60
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
+ msgid "Host created"
62
+ msgstr "Host creato"
63
+
64
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
+ msgid "Could not create the host"
66
+ msgstr "Impossibile creare l'host"
67
+
68
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
+ msgid "Host parameters."
70
+ msgstr "Parametri host"
71
+
72
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
+ msgid "Interface parameters."
74
+ msgstr "Parametri dell'interfaccia."
75
+
76
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
+ msgid "Reboot a host"
78
+ msgstr "Riavvia un host"
79
+
80
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
+ msgid "Host reboot started."
82
+ msgstr "Riavvio host iniziato."
83
+
84
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
+ msgid "Could not reboot the host"
86
+ msgstr ""
87
+
88
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
+ msgid "Refresh the facts of a host"
90
+ msgstr ""
91
+
92
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
+ msgid "Host facts refreshed"
94
+ msgstr ""
95
+
96
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
+ msgid "Could not refresh the facts of the host"
98
+ msgstr ""