foreman_openscap 7.0.0 → 7.1.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 (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +4 -4
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +8 -5
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +4 -4
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +4 -4
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +8 -5
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +8 -5
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +4 -4
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +4 -4
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +8 -5
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +1302 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +8 -5
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +8 -5
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +8 -5
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +4 -4
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +8 -5
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +8 -5
  18. data/app/controllers/api/v2/compliance/arf_reports_controller.rb +2 -1
  19. data/app/controllers/policies_controller.rb +10 -5
  20. data/app/controllers/tailoring_files_controller.rb +3 -0
  21. data/app/helpers/foreman_openscap_helper.rb +11 -8
  22. data/app/helpers/policies_helper.rb +2 -0
  23. data/app/models/concerns/foreman_openscap/host_extensions.rb +2 -0
  24. data/app/views/arf_reports/show.html.erb +0 -1
  25. data/app/views/arf_reports/welcome.html.erb +1 -1
  26. data/app/views/compliance_hosts/show.html.erb +1 -1
  27. data/app/views/policies/index.html.erb +1 -1
  28. data/app/views/policies/steps/_deployment_options_form.html.erb +1 -1
  29. data/app/views/policies/steps/_policy_attributes_form.html.erb +1 -1
  30. data/app/views/policies/steps/_schedule_form.html.erb +8 -4
  31. data/app/views/policy_dashboard/index.html.erb +1 -1
  32. data/app/views/scap_contents/index.html.erb +1 -1
  33. data/app/views/tailoring_files/index.html.erb +1 -1
  34. data/lib/foreman_openscap/version.rb +1 -1
  35. data/locale/Makefile +3 -3
  36. data/locale/cs_CZ/foreman_openscap.edit.po +28 -28
  37. data/locale/cs_CZ/foreman_openscap.po +1 -1
  38. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  39. data/locale/de/foreman_openscap.edit.po +295 -133
  40. data/locale/de/foreman_openscap.po +2 -2
  41. data/locale/en/foreman_openscap.edit.po +28 -28
  42. data/locale/en/foreman_openscap.po +1 -1
  43. data/locale/en_GB/foreman_openscap.edit.po +28 -28
  44. data/locale/en_GB/foreman_openscap.po +1 -1
  45. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/es/foreman_openscap.edit.po +292 -126
  47. data/locale/es/foreman_openscap.po +2 -2
  48. data/locale/foreman_openscap.pot +33 -33
  49. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  50. data/locale/fr/foreman_openscap.edit.po +376 -215
  51. data/locale/fr/foreman_openscap.po +2 -2
  52. data/locale/gl/foreman_openscap.edit.po +28 -28
  53. data/locale/gl/foreman_openscap.po +1 -1
  54. data/locale/it/foreman_openscap.edit.po +28 -28
  55. data/locale/it/foreman_openscap.po +1 -1
  56. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  57. data/locale/ja/foreman_openscap.edit.po +360 -199
  58. data/locale/ja/foreman_openscap.po +2 -2
  59. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  60. data/locale/ka/foreman_openscap.edit.po +1902 -0
  61. data/locale/ka/foreman_openscap.po +1309 -0
  62. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  63. data/locale/ko/foreman_openscap.edit.po +28 -28
  64. data/locale/ko/foreman_openscap.po +2 -2
  65. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  66. data/locale/pt_BR/foreman_openscap.edit.po +292 -132
  67. data/locale/pt_BR/foreman_openscap.po +2 -2
  68. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  69. data/locale/ru/foreman_openscap.edit.po +28 -28
  70. data/locale/ru/foreman_openscap.po +2 -2
  71. data/locale/sv_SE/foreman_openscap.edit.po +28 -28
  72. data/locale/sv_SE/foreman_openscap.po +1 -1
  73. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  74. data/locale/zh_CN/foreman_openscap.edit.po +360 -199
  75. data/locale/zh_CN/foreman_openscap.po +2 -2
  76. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  77. data/locale/zh_TW/foreman_openscap.edit.po +28 -28
  78. data/locale/zh_TW/foreman_openscap.po +2 -2
  79. data/package.json +0 -3
  80. metadata +10 -6
@@ -628,8 +628,8 @@ msgstr "Nenhum relatório de conformidade foi encontrado."
628
628
  msgid "No hosts selected"
629
629
  msgstr "Não foi selecionado nenhum host"
630
630
 
631
- msgid "No hosts were found."
632
- msgstr "Nenhum host localizado."
631
+ msgid "No hosts were found with that id, name or query filter"
632
+ msgstr ""
633
633
 
634
634
  msgid "No proxy found for %{name} or %{url}"
635
635
  msgstr "Nenhum proxy encontrado para %{name} ou %{url}"
@@ -7,7 +7,7 @@
7
7
  # Yulia <yulia.poyarkova@redhat.com>, 2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: Foreman\n"
10
+ "Project-Id-Version: foreman_openscap 7.1.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
13
13
  "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
@@ -552,23 +552,23 @@ msgstr "Д"
552
552
  msgid "Othered"
553
553
  msgstr "Другое"
554
554
 
555
- #: ../app/helpers/compliance_hosts_helper.rb:24
555
+ #: ../app/helpers/compliance_hosts_helper.rb:26
556
556
  msgid "Assign Compliance Policy"
557
557
  msgstr "Выбрать политику"
558
558
 
559
- #: ../app/helpers/compliance_hosts_helper.rb:25
559
+ #: ../app/helpers/compliance_hosts_helper.rb:27
560
560
  msgid "Unassign Compliance Policy"
561
561
  msgstr "Отменить политику"
562
562
 
563
- #: ../app/helpers/compliance_hosts_helper.rb:26
563
+ #: ../app/helpers/compliance_hosts_helper.rb:28
564
564
  msgid "Change OpenSCAP Proxy"
565
565
  msgstr ""
566
566
 
567
- #: ../app/helpers/compliance_hosts_helper.rb:35 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
567
+ #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
568
568
  msgid "Compliance"
569
569
  msgstr "Соответствие стандартам"
570
570
 
571
- #: ../app/helpers/compliance_hosts_helper.rb:37
571
+ #: ../app/helpers/compliance_hosts_helper.rb:39
572
572
  msgid "Host compliance details"
573
573
  msgstr "Соответствие узла нормам безопасности"
574
574
 
@@ -576,47 +576,43 @@ msgstr "Соответствие узла нормам безопасности"
576
576
  msgid "Host is deleted"
577
577
  msgstr "Узел удален"
578
578
 
579
- #: ../app/helpers/foreman_openscap_helper.rb:4
580
- msgid "documentation"
581
- msgstr "документация"
582
-
583
579
  #: ../app/helpers/policies_helper.rb:56
584
580
  msgid "Choose existing SCAP Content"
585
581
  msgstr "Выберите существующее описание SCAP"
586
582
 
587
- #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:62 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
583
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
588
584
  msgid "SCAP Content"
589
585
  msgstr "Описание SCAP"
590
586
 
591
- #: ../app/helpers/policies_helper.rb:72 ../app/helpers/policies_helper.rb:79
587
+ #: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
592
588
  msgid "XCCDF Profile"
593
589
  msgstr "Профиль XCCDF"
594
590
 
595
- #: ../app/helpers/policies_helper.rb:78
591
+ #: ../app/helpers/policies_helper.rb:80
596
592
  msgid "Default XCCDF profile"
597
593
  msgstr "Профиль XCCDF по умолчанию"
598
594
 
599
- #: ../app/helpers/policies_helper.rb:87
595
+ #: ../app/helpers/policies_helper.rb:89
600
596
  msgid "Choose Tailoring File"
601
597
  msgstr ""
602
598
 
603
- #: ../app/helpers/policies_helper.rb:88 ../app/views/policies/_list.html.erb:6
599
+ #: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
604
600
  msgid "Tailoring File"
605
601
  msgstr ""
606
602
 
607
- #: ../app/helpers/policies_helper.rb:97
603
+ #: ../app/helpers/policies_helper.rb:99
608
604
  msgid "XCCDF Profile in Tailoring File"
609
605
  msgstr ""
610
606
 
611
- #: ../app/helpers/policies_helper.rb:98
607
+ #: ../app/helpers/policies_helper.rb:100
612
608
  msgid "This profile will be used to override the one from scap content"
613
609
  msgstr ""
614
610
 
615
- #: ../app/helpers/policies_helper.rb:109 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
611
+ #: ../app/helpers/policies_helper.rb:111 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
616
612
  msgid "Submit"
617
613
  msgstr "Применить"
618
614
 
619
- #: ../app/helpers/policies_helper.rb:113 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
615
+ #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
620
616
  msgid "Cancel"
621
617
  msgstr "Отмена"
622
618
 
@@ -1012,23 +1008,23 @@ msgstr "Удалить"
1012
1008
  msgid "these Compliance reports"
1013
1009
  msgstr ""
1014
1010
 
1015
- #: ../app/views/arf_reports/show.html.erb:15
1011
+ #: ../app/views/arf_reports/show.html.erb:14
1016
1012
  msgid "Back"
1017
1013
  msgstr "Назад"
1018
1014
 
1019
- #: ../app/views/arf_reports/show.html.erb:17
1015
+ #: ../app/views/arf_reports/show.html.erb:16
1020
1016
  msgid "Host details"
1021
1017
  msgstr "Свойства узла"
1022
1018
 
1023
- #: ../app/views/arf_reports/show.html.erb:18
1019
+ #: ../app/views/arf_reports/show.html.erb:17
1024
1020
  msgid "View full report"
1025
1021
  msgstr "Показать полный отчет"
1026
1022
 
1027
- #: ../app/views/arf_reports/show.html.erb:19
1023
+ #: ../app/views/arf_reports/show.html.erb:18
1028
1024
  msgid "Download XML in bzip"
1029
1025
  msgstr "Загрузить XML в формате bzip"
1030
1026
 
1031
- #: ../app/views/arf_reports/show.html.erb:20
1027
+ #: ../app/views/arf_reports/show.html.erb:19
1032
1028
  msgid "Download HTML"
1033
1029
  msgstr ""
1034
1030
 
@@ -1156,15 +1152,15 @@ msgstr "Группы узлов"
1156
1152
  msgid "Choose period"
1157
1153
  msgstr "Выберите период"
1158
1154
 
1159
- #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:8
1155
+ #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1160
1156
  msgid "Choose weekday"
1161
1157
  msgstr "Выберите день недели"
1162
1158
 
1163
- #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:9
1159
+ #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1164
1160
  msgid "Number of a day in month, note that not all months have same count of days"
1165
1161
  msgstr "Порядковый номер дня в месяце (количество дней в разных месяцах может отличаться)"
1166
1162
 
1167
- #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:10
1163
+ #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1168
1164
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1169
1165
  msgstr "Вы можете изменить расписание по своему усмотрению. Строка cron должна состоять из пяти значений, разделенных пробелами, например: «0 3 * * *»"
1170
1166
 
@@ -1228,7 +1224,11 @@ msgstr ""
1228
1224
  msgid "Please make sure you understand them by reading our"
1229
1225
  msgstr ""
1230
1226
 
1231
- #: ../app/views/policies/steps/_schedule_form.html.erb:9
1227
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1228
+ msgid "documentation"
1229
+ msgstr "документация"
1230
+
1231
+ #: ../app/views/policies/steps/_schedule_form.html.erb:12
1232
1232
  msgid "Choose day in month"
1233
1233
  msgstr ""
1234
1234
 
@@ -625,8 +625,8 @@ msgstr ""
625
625
  msgid "No hosts selected"
626
626
  msgstr "Не выбран узел"
627
627
 
628
- msgid "No hosts were found."
629
- msgstr "Узлов не найдено."
628
+ msgid "No hosts were found with that id, name or query filter"
629
+ msgstr ""
630
630
 
631
631
  msgid "No proxy found for %{name} or %{url}"
632
632
  msgstr ""
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: Foreman\n"
8
+ "Project-Id-Version: foreman_openscap 7.1.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -548,23 +548,23 @@ msgstr ""
548
548
  msgid "Othered"
549
549
  msgstr ""
550
550
 
551
- #: ../app/helpers/compliance_hosts_helper.rb:24
551
+ #: ../app/helpers/compliance_hosts_helper.rb:26
552
552
  msgid "Assign Compliance Policy"
553
553
  msgstr ""
554
554
 
555
- #: ../app/helpers/compliance_hosts_helper.rb:25
555
+ #: ../app/helpers/compliance_hosts_helper.rb:27
556
556
  msgid "Unassign Compliance Policy"
557
557
  msgstr ""
558
558
 
559
- #: ../app/helpers/compliance_hosts_helper.rb:26
559
+ #: ../app/helpers/compliance_hosts_helper.rb:28
560
560
  msgid "Change OpenSCAP Proxy"
561
561
  msgstr ""
562
562
 
563
- #: ../app/helpers/compliance_hosts_helper.rb:35 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
563
+ #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
564
564
  msgid "Compliance"
565
565
  msgstr ""
566
566
 
567
- #: ../app/helpers/compliance_hosts_helper.rb:37
567
+ #: ../app/helpers/compliance_hosts_helper.rb:39
568
568
  msgid "Host compliance details"
569
569
  msgstr ""
570
570
 
@@ -572,47 +572,43 @@ msgstr ""
572
572
  msgid "Host is deleted"
573
573
  msgstr ""
574
574
 
575
- #: ../app/helpers/foreman_openscap_helper.rb:4
576
- msgid "documentation"
577
- msgstr ""
578
-
579
575
  #: ../app/helpers/policies_helper.rb:56
580
576
  msgid "Choose existing SCAP Content"
581
577
  msgstr ""
582
578
 
583
- #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:62 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
579
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
584
580
  msgid "SCAP Content"
585
581
  msgstr ""
586
582
 
587
- #: ../app/helpers/policies_helper.rb:72 ../app/helpers/policies_helper.rb:79
583
+ #: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
588
584
  msgid "XCCDF Profile"
589
585
  msgstr ""
590
586
 
591
- #: ../app/helpers/policies_helper.rb:78
587
+ #: ../app/helpers/policies_helper.rb:80
592
588
  msgid "Default XCCDF profile"
593
589
  msgstr ""
594
590
 
595
- #: ../app/helpers/policies_helper.rb:87
591
+ #: ../app/helpers/policies_helper.rb:89
596
592
  msgid "Choose Tailoring File"
597
593
  msgstr ""
598
594
 
599
- #: ../app/helpers/policies_helper.rb:88 ../app/views/policies/_list.html.erb:6
595
+ #: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
600
596
  msgid "Tailoring File"
601
597
  msgstr ""
602
598
 
603
- #: ../app/helpers/policies_helper.rb:97
599
+ #: ../app/helpers/policies_helper.rb:99
604
600
  msgid "XCCDF Profile in Tailoring File"
605
601
  msgstr ""
606
602
 
607
- #: ../app/helpers/policies_helper.rb:98
603
+ #: ../app/helpers/policies_helper.rb:100
608
604
  msgid "This profile will be used to override the one from scap content"
609
605
  msgstr ""
610
606
 
611
- #: ../app/helpers/policies_helper.rb:109 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
607
+ #: ../app/helpers/policies_helper.rb:111 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
612
608
  msgid "Submit"
613
609
  msgstr "Sänd"
614
610
 
615
- #: ../app/helpers/policies_helper.rb:113 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
611
+ #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
616
612
  msgid "Cancel"
617
613
  msgstr "Avbryt"
618
614
 
@@ -1008,23 +1004,23 @@ msgstr "Radera"
1008
1004
  msgid "these Compliance reports"
1009
1005
  msgstr ""
1010
1006
 
1011
- #: ../app/views/arf_reports/show.html.erb:15
1007
+ #: ../app/views/arf_reports/show.html.erb:14
1012
1008
  msgid "Back"
1013
1009
  msgstr "Tillbaka"
1014
1010
 
1015
- #: ../app/views/arf_reports/show.html.erb:17
1011
+ #: ../app/views/arf_reports/show.html.erb:16
1016
1012
  msgid "Host details"
1017
1013
  msgstr "Värddetaljer"
1018
1014
 
1019
- #: ../app/views/arf_reports/show.html.erb:18
1015
+ #: ../app/views/arf_reports/show.html.erb:17
1020
1016
  msgid "View full report"
1021
1017
  msgstr ""
1022
1018
 
1023
- #: ../app/views/arf_reports/show.html.erb:19
1019
+ #: ../app/views/arf_reports/show.html.erb:18
1024
1020
  msgid "Download XML in bzip"
1025
1021
  msgstr ""
1026
1022
 
1027
- #: ../app/views/arf_reports/show.html.erb:20
1023
+ #: ../app/views/arf_reports/show.html.erb:19
1028
1024
  msgid "Download HTML"
1029
1025
  msgstr ""
1030
1026
 
@@ -1152,15 +1148,15 @@ msgstr "Värdgrupper"
1152
1148
  msgid "Choose period"
1153
1149
  msgstr ""
1154
1150
 
1155
- #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:8
1151
+ #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1156
1152
  msgid "Choose weekday"
1157
1153
  msgstr ""
1158
1154
 
1159
- #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:9
1155
+ #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1160
1156
  msgid "Number of a day in month, note that not all months have same count of days"
1161
1157
  msgstr ""
1162
1158
 
1163
- #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:10
1159
+ #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1164
1160
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1165
1161
  msgstr ""
1166
1162
 
@@ -1224,7 +1220,11 @@ msgstr ""
1224
1220
  msgid "Please make sure you understand them by reading our"
1225
1221
  msgstr ""
1226
1222
 
1227
- #: ../app/views/policies/steps/_schedule_form.html.erb:9
1223
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1224
+ msgid "documentation"
1225
+ msgstr ""
1226
+
1227
+ #: ../app/views/policies/steps/_schedule_form.html.erb:12
1228
1228
  msgid "Choose day in month"
1229
1229
  msgstr ""
1230
1230
 
@@ -621,7 +621,7 @@ msgstr ""
621
621
  msgid "No hosts selected"
622
622
  msgstr "Inga värdar markerade"
623
623
 
624
- msgid "No hosts were found."
624
+ msgid "No hosts were found with that id, name or query filter"
625
625
  msgstr ""
626
626
 
627
627
  msgid "No proxy found for %{name} or %{url}"