puppet 8.6.0 → 8.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +6 -2
- data/Gemfile.lock +42 -38
- data/Rakefile +45 -22
- data/examples/hiera/README.md +68 -57
- data/examples/hiera/data/common.yaml +12 -0
- data/examples/hiera/data/dc1.yaml +6 -0
- data/examples/hiera/hiera.yaml +15 -0
- data/examples/hiera/modules/ntp/data/common.yaml +4 -0
- data/examples/hiera/modules/ntp/hiera.yaml +9 -0
- data/examples/hiera/modules/ntp/manifests/config.pp +16 -4
- data/examples/hiera/modules/ntp/templates/ntp.conf.epp +3 -0
- data/examples/hiera/modules/users/manifests/common.pp +7 -2
- data/examples/hiera/modules/users/manifests/dc1.pp +7 -2
- data/examples/hiera/site.pp +1 -1
- data/ext/project_data.yaml +0 -45
- data/lib/puppet/daemon.rb +1 -0
- data/lib/puppet/pops/loader/static_loader.rb +2 -2
- data/lib/puppet/pops/lookup/module_data_provider.rb +9 -9
- data/lib/puppet/provider/aix_object.rb +1 -1
- data/lib/puppet/provider/group/groupadd.rb +30 -9
- data/lib/puppet/provider/package/xbps.rb +127 -0
- data/lib/puppet/scheduler/splay_job.rb +9 -0
- data/lib/puppet/type/exec.rb +8 -0
- data/lib/puppet/util/command_line/trollop.rb +20 -2
- data/lib/puppet/util/rpm_compare.rb +1 -1
- data/lib/puppet/util/windows/com.rb +2 -2
- data/lib/puppet/version.rb +1 -1
- data/locales/puppet.pot +604 -600
- data/man/man5/puppet.conf.5 +2 -2
- data/man/man8/puppet-agent.8 +1 -1
- data/man/man8/puppet-apply.8 +1 -1
- data/man/man8/puppet-catalog.8 +1 -1
- data/man/man8/puppet-config.8 +1 -1
- data/man/man8/puppet-describe.8 +1 -1
- data/man/man8/puppet-device.8 +1 -1
- data/man/man8/puppet-doc.8 +1 -1
- data/man/man8/puppet-epp.8 +1 -1
- data/man/man8/puppet-facts.8 +1 -1
- data/man/man8/puppet-filebucket.8 +1 -1
- data/man/man8/puppet-generate.8 +1 -1
- data/man/man8/puppet-help.8 +1 -1
- data/man/man8/puppet-lookup.8 +1 -1
- data/man/man8/puppet-module.8 +1 -1
- data/man/man8/puppet-node.8 +1 -1
- data/man/man8/puppet-parser.8 +1 -1
- data/man/man8/puppet-plugin.8 +1 -1
- data/man/man8/puppet-report.8 +1 -1
- data/man/man8/puppet-resource.8 +1 -1
- data/man/man8/puppet-script.8 +1 -1
- data/man/man8/puppet-ssl.8 +1 -1
- data/man/man8/puppet.8 +2 -2
- metadata +13 -23
- data/examples/hiera/etc/hiera.yaml +0 -15
- data/examples/hiera/etc/hieradb/common.yaml +0 -3
- data/examples/hiera/etc/hieradb/dc1.yaml +0 -6
- data/examples/hiera/etc/hieradb/development.yaml +0 -2
- data/examples/hiera/etc/puppet.conf +0 -3
- data/examples/hiera/modules/data/manifests/common.pp +0 -4
- data/examples/hiera/modules/ntp/manifests/data.pp +0 -4
- data/examples/hiera/modules/ntp/templates/ntp.conf.erb +0 -3
- data/examples/hiera/modules/users/manifests/development.pp +0 -4
- data/tasks/benchmark.rake +0 -180
- data/tasks/cfpropertylist.rake +0 -15
- data/tasks/ci.rake +0 -24
- data/tasks/generate_ast_model.rake +0 -90
- data/tasks/generate_cert_fixtures.rake +0 -199
- data/tasks/manpages.rake +0 -67
- data/tasks/memwalk.rake +0 -195
- data/tasks/parallel.rake +0 -410
- data/tasks/parser.rake +0 -22
- data/tasks/yard.rake +0 -59
data/locales/puppet.pot
CHANGED
@@ -6,11 +6,11 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: Puppet automation framework 8.
|
9
|
+
"Project-Id-Version: Puppet automation framework 8.6.0-20-g814882491c\n"
|
10
10
|
"\n"
|
11
11
|
"Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
|
12
|
-
"POT-Creation-Date: 2024-
|
13
|
-
"PO-Revision-Date: 2024-
|
12
|
+
"POT-Creation-Date: 2024-04-16 22:51+0000\n"
|
13
|
+
"PO-Revision-Date: 2024-04-16 22:51+0000\n"
|
14
14
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
15
15
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
16
16
|
"Language: \n"
|
@@ -28,11 +28,11 @@ msgstr ""
|
|
28
28
|
msgid "See https://puppet.com/docs/puppet/%{minor_version}/deprecated_language.html"
|
29
29
|
msgstr ""
|
30
30
|
|
31
|
-
#: ../lib/hiera/scope.rb:
|
31
|
+
#: ../lib/hiera/scope.rb:49 ../lib/puppet/parser/scope.rb:535 ../lib/puppet/parser/scope.rb:539
|
32
32
|
msgid "Variable: %{name}"
|
33
33
|
msgstr ""
|
34
34
|
|
35
|
-
#: ../lib/hiera/scope.rb:
|
35
|
+
#: ../lib/hiera/scope.rb:50 ../lib/hiera/scope.rb:52 ../lib/puppet/parser/scope.rb:536 ../lib/puppet/parser/scope.rb:542
|
36
36
|
msgid "Undefined variable '%{name}'; %{reason}"
|
37
37
|
msgstr ""
|
38
38
|
|
@@ -158,11 +158,11 @@ msgstr ""
|
|
158
158
|
msgid "No valid command or main"
|
159
159
|
msgstr ""
|
160
160
|
|
161
|
-
#: ../lib/puppet/application.rb:
|
161
|
+
#: ../lib/puppet/application.rb:487
|
162
162
|
msgid "Could not set logdest to %{dest}."
|
163
163
|
msgstr ""
|
164
164
|
|
165
|
-
#: ../lib/puppet/application.rb:
|
165
|
+
#: ../lib/puppet/application.rb:584
|
166
166
|
msgid "No help available for puppet %{app_name}"
|
167
167
|
msgstr ""
|
168
168
|
|
@@ -174,19 +174,19 @@ msgstr ""
|
|
174
174
|
msgid "The puppet agent daemon"
|
175
175
|
msgstr ""
|
176
176
|
|
177
|
-
#: ../lib/puppet/application/agent.rb:
|
177
|
+
#: ../lib/puppet/application/agent.rb:425
|
178
178
|
msgid "Fingerprint asked but neither the certificate, nor the certificate request have been issued"
|
179
179
|
msgstr ""
|
180
180
|
|
181
|
-
#: ../lib/puppet/application/agent.rb:
|
181
|
+
#: ../lib/puppet/application/agent.rb:430
|
182
182
|
msgid "Failed to generate fingerprint: %{message}"
|
183
183
|
msgstr ""
|
184
184
|
|
185
|
-
#: ../lib/puppet/application/agent.rb:
|
185
|
+
#: ../lib/puppet/application/agent.rb:454
|
186
186
|
msgid "Starting Puppet client version %{version}"
|
187
187
|
msgstr ""
|
188
188
|
|
189
|
-
#: ../lib/puppet/application/agent.rb:
|
189
|
+
#: ../lib/puppet/application/agent.rb:470
|
190
190
|
msgid "The puppet agent command does not take parameters"
|
191
191
|
msgstr ""
|
192
192
|
|
@@ -272,11 +272,11 @@ msgstr ""
|
|
272
272
|
msgid "starting applying configuration to %{target} at %{scheme}%{url_host}%{port}%{url_path}"
|
273
273
|
msgstr ""
|
274
274
|
|
275
|
-
#: ../lib/puppet/application/device.rb:
|
275
|
+
#: ../lib/puppet/application/device.rb:390 ../lib/puppet/application/resource.rb:208
|
276
276
|
msgid "You must specify the type to display"
|
277
277
|
msgstr ""
|
278
278
|
|
279
|
-
#: ../lib/puppet/application/device.rb:
|
279
|
+
#: ../lib/puppet/application/device.rb:391 ../lib/puppet/application/resource.rb:209
|
280
280
|
msgid "Could not find type %{type}"
|
281
281
|
msgstr ""
|
282
282
|
|
@@ -308,33 +308,33 @@ msgstr ""
|
|
308
308
|
msgid "Could not generate reference %{name}: %{detail}"
|
309
309
|
msgstr ""
|
310
310
|
|
311
|
-
#: ../lib/puppet/application/face_base.rb:
|
311
|
+
#: ../lib/puppet/application/face_base.rb:36
|
312
312
|
msgid "I don't know how to render '%{format}'"
|
313
313
|
msgstr ""
|
314
314
|
|
315
|
-
#: ../lib/puppet/application/face_base.rb:
|
315
|
+
#: ../lib/puppet/application/face_base.rb:58
|
316
316
|
msgid "Cancelling Face"
|
317
317
|
msgstr ""
|
318
318
|
|
319
|
-
#: ../lib/puppet/application/face_base.rb:
|
319
|
+
#: ../lib/puppet/application/face_base.rb:137
|
320
320
|
msgid "'%{face}' has no %{action} action. See `puppet help %{face}`."
|
321
321
|
msgstr ""
|
322
322
|
|
323
|
-
#: ../lib/puppet/application/face_base.rb:
|
323
|
+
#: ../lib/puppet/application/face_base.rb:217
|
324
324
|
msgid "%{face} does not respond to action %{arg}"
|
325
325
|
msgstr ""
|
326
326
|
|
327
|
-
#: ../lib/puppet/application/face_base.rb:
|
327
|
+
#: ../lib/puppet/application/face_base.rb:250
|
328
328
|
msgid "puppet %{face} %{action} takes %{arg_count} argument, but you gave %{given_count}"
|
329
329
|
msgid_plural "puppet %{face} %{action} takes %{arg_count} arguments, but you gave %{given_count}"
|
330
330
|
msgstr[0] ""
|
331
331
|
msgstr[1] ""
|
332
332
|
|
333
|
-
#: ../lib/puppet/application/face_base.rb:
|
333
|
+
#: ../lib/puppet/application/face_base.rb:255
|
334
334
|
msgid "'puppet %{face}' is deprecated and will be removed in a future release"
|
335
335
|
msgstr ""
|
336
336
|
|
337
|
-
#: ../lib/puppet/application/face_base.rb:
|
337
|
+
#: ../lib/puppet/application/face_base.rb:273
|
338
338
|
msgid "Try 'puppet help %{face} %{action}' for usage"
|
339
339
|
msgstr ""
|
340
340
|
|
@@ -402,7 +402,7 @@ msgstr ""
|
|
402
402
|
msgid "When overriding any of the %{trusted_facts_list} facts with %{fact_file} given via the --facts flag, they must all be overridden."
|
403
403
|
msgstr ""
|
404
404
|
|
405
|
-
#: ../lib/puppet/application/lookup.rb:
|
405
|
+
#: ../lib/puppet/application/lookup.rb:395
|
406
406
|
msgid "CA is not available, the operation will continue without using trusted facts."
|
407
407
|
msgstr ""
|
408
408
|
|
@@ -410,19 +410,19 @@ msgstr ""
|
|
410
410
|
msgid "No facts available for target node: %{node}"
|
411
411
|
msgstr ""
|
412
412
|
|
413
|
-
#: ../lib/puppet/application/resource.rb:
|
413
|
+
#: ../lib/puppet/application/resource.rb:38
|
414
414
|
msgid "The resource abstraction layer shell"
|
415
415
|
msgstr ""
|
416
416
|
|
417
|
-
#: ../lib/puppet/application/resource.rb:
|
417
|
+
#: ../lib/puppet/application/resource.rb:152
|
418
418
|
msgid "Editing with Yaml output is not supported"
|
419
419
|
msgstr ""
|
420
420
|
|
421
|
-
#: ../lib/puppet/application/resource.rb:
|
421
|
+
#: ../lib/puppet/application/resource.rb:216
|
422
422
|
msgid "Invalid parameter setting %{setting}"
|
423
423
|
msgstr ""
|
424
424
|
|
425
|
-
#: ../lib/puppet/application/resource.rb:
|
425
|
+
#: ../lib/puppet/application/resource.rb:251
|
426
426
|
msgid "Listing all file instances is not supported. Please specify a file or directory, e.g. puppet resource file /etc"
|
427
427
|
msgstr ""
|
428
428
|
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652
652
|
msgid "Unable to fetch my node definition, but the agent run will continue:"
|
653
653
|
msgstr ""
|
654
654
|
|
655
|
-
#: ../lib/puppet/configurer.rb:643 ../lib/puppet/face/report.rb:
|
655
|
+
#: ../lib/puppet/configurer.rb:643 ../lib/puppet/face/report.rb:48
|
656
656
|
msgid "Could not send report: %{detail}"
|
657
657
|
msgstr ""
|
658
658
|
|
@@ -716,7 +716,7 @@ msgstr ""
|
|
716
716
|
msgid "TrustedInformation expected a certificate, but none was given."
|
717
717
|
msgstr ""
|
718
718
|
|
719
|
-
#: ../lib/puppet/context/trusted_information.rb:106 ../lib/puppet/parser/scope.rb:
|
719
|
+
#: ../lib/puppet/context/trusted_information.rb:106 ../lib/puppet/parser/scope.rb:848
|
720
720
|
msgid "Unsupported data type: '%{klass}'"
|
721
721
|
msgstr ""
|
722
722
|
|
@@ -732,15 +732,15 @@ msgstr ""
|
|
732
732
|
msgid "Data Type Load Error for type '%{type_name}': %{message}"
|
733
733
|
msgstr ""
|
734
734
|
|
735
|
-
#: ../lib/puppet/datatypes.rb:
|
735
|
+
#: ../lib/puppet/datatypes.rb:156
|
736
736
|
msgid "a data type must have an interface"
|
737
737
|
msgstr ""
|
738
738
|
|
739
|
-
#: ../lib/puppet/datatypes.rb:
|
739
|
+
#: ../lib/puppet/datatypes.rb:197
|
740
740
|
msgid "a data type can only have one interface"
|
741
741
|
msgstr ""
|
742
742
|
|
743
|
-
#: ../lib/puppet/datatypes.rb:
|
743
|
+
#: ../lib/puppet/datatypes.rb:203 ../lib/puppet/datatypes.rb:209
|
744
744
|
msgid "a data type can only have one implementation"
|
745
745
|
msgstr ""
|
746
746
|
|
@@ -753,30 +753,30 @@ msgid "Valid values are '%{values}'."
|
|
753
753
|
msgstr ""
|
754
754
|
|
755
755
|
#. TRANSLATORS 'data_binding_terminus' is a setting and should not be translated
|
756
|
-
#: ../lib/puppet/defaults.rb:
|
756
|
+
#: ../lib/puppet/defaults.rb:569
|
757
757
|
msgid "Setting 'data_binding_terminus' is deprecated."
|
758
758
|
msgstr ""
|
759
759
|
|
760
760
|
#. TRANSLATORS 'hiera' should not be translated
|
761
|
-
#: ../lib/puppet/defaults.rb:
|
761
|
+
#: ../lib/puppet/defaults.rb:571
|
762
762
|
msgid "Convert custom terminus to hiera 5 API."
|
763
763
|
msgstr ""
|
764
764
|
|
765
765
|
#. TRANSLATORS 'environment_data_provider' is a setting and should not be translated
|
766
|
-
#: ../lib/puppet/defaults.rb:
|
766
|
+
#: ../lib/puppet/defaults.rb:765
|
767
767
|
msgid "Setting 'environment_data_provider' is deprecated."
|
768
768
|
msgstr ""
|
769
769
|
|
770
|
-
#: ../lib/puppet/defaults.rb:
|
770
|
+
#: ../lib/puppet/defaults.rb:855
|
771
771
|
msgid "Certificate names must be lower case"
|
772
772
|
msgstr ""
|
773
773
|
|
774
|
-
#: ../lib/puppet/defaults.rb:
|
774
|
+
#: ../lib/puppet/defaults.rb:1114 ../lib/puppet/settings/enum_setting.rb:15 ../lib/puppet/settings/symbolic_enum_setting.rb:16
|
775
775
|
msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
|
776
776
|
msgstr ""
|
777
777
|
|
778
778
|
#. TRANSLATORS 'pluginsync' is a setting and should not be translated
|
779
|
-
#: ../lib/puppet/defaults.rb:
|
779
|
+
#: ../lib/puppet/defaults.rb:2048
|
780
780
|
msgid "Setting 'pluginsync' is deprecated."
|
781
781
|
msgstr ""
|
782
782
|
|
@@ -911,7 +911,7 @@ msgstr ""
|
|
911
911
|
msgid "No template specified. No action taken"
|
912
912
|
msgstr ""
|
913
913
|
|
914
|
-
#: ../lib/puppet/face/epp.rb:97 ../lib/puppet/face/epp.rb:
|
914
|
+
#: ../lib/puppet/face/epp.rb:97 ../lib/puppet/face/epp.rb:198
|
915
915
|
msgid ""
|
916
916
|
"One or more file(s) specified did not exist:\n"
|
917
917
|
"%{missing_files_list}"
|
@@ -929,7 +929,7 @@ msgstr ""
|
|
929
929
|
msgid "A dump of the resulting AST model unless there are syntax or validation errors."
|
930
930
|
msgstr ""
|
931
931
|
|
932
|
-
#: ../lib/puppet/face/epp.rb:138 ../lib/puppet/face/epp.rb:
|
932
|
+
#: ../lib/puppet/face/epp.rb:138 ../lib/puppet/face/epp.rb:309 ../lib/puppet/face/parser.rb:128
|
933
933
|
msgid "<source>"
|
934
934
|
msgstr ""
|
935
935
|
|
@@ -961,79 +961,79 @@ msgstr ""
|
|
961
961
|
msgid "No input to parse given on command line or stdin"
|
962
962
|
msgstr ""
|
963
963
|
|
964
|
-
#: ../lib/puppet/face/epp.rb:
|
964
|
+
#: ../lib/puppet/face/epp.rb:207
|
965
965
|
msgid "Renders an epp template as text"
|
966
966
|
msgstr ""
|
967
967
|
|
968
|
-
#: ../lib/puppet/face/epp.rb:
|
968
|
+
#: ../lib/puppet/face/epp.rb:209
|
969
969
|
msgid "A rendered result of one or more given templates."
|
970
970
|
msgstr ""
|
971
971
|
|
972
|
-
#: ../lib/puppet/face/epp.rb:
|
972
|
+
#: ../lib/puppet/face/epp.rb:305
|
973
973
|
msgid "<node_name>"
|
974
974
|
msgstr ""
|
975
975
|
|
976
|
-
#: ../lib/puppet/face/epp.rb:
|
976
|
+
#: ../lib/puppet/face/epp.rb:306
|
977
977
|
msgid "The name of the node for which facts are obtained. Defaults to facts for the local node."
|
978
978
|
msgstr ""
|
979
979
|
|
980
|
-
#: ../lib/puppet/face/epp.rb:
|
980
|
+
#: ../lib/puppet/face/epp.rb:311
|
981
981
|
msgid "Render one inline epp template given on the command line."
|
982
982
|
msgstr ""
|
983
983
|
|
984
|
-
#: ../lib/puppet/face/epp.rb:
|
984
|
+
#: ../lib/puppet/face/epp.rb:314
|
985
985
|
msgid "<values_hash>"
|
986
986
|
msgstr ""
|
987
987
|
|
988
|
-
#: ../lib/puppet/face/epp.rb:
|
988
|
+
#: ../lib/puppet/face/epp.rb:315
|
989
989
|
msgid "A Hash in Puppet DSL form given as arguments to the template being rendered."
|
990
990
|
msgstr ""
|
991
991
|
|
992
|
-
#: ../lib/puppet/face/epp.rb:
|
992
|
+
#: ../lib/puppet/face/epp.rb:318
|
993
993
|
msgid "<pp_or_yaml_file>"
|
994
994
|
msgstr ""
|
995
995
|
|
996
|
-
#: ../lib/puppet/face/epp.rb:
|
996
|
+
#: ../lib/puppet/face/epp.rb:319
|
997
997
|
msgid "A .pp or .yaml file that is processed to produce a hash of values for the template."
|
998
998
|
msgstr ""
|
999
999
|
|
1000
|
-
#: ../lib/puppet/face/epp.rb:
|
1000
|
+
#: ../lib/puppet/face/epp.rb:322
|
1001
1001
|
msgid "<facts_file>"
|
1002
1002
|
msgstr ""
|
1003
1003
|
|
1004
|
-
#: ../lib/puppet/face/epp.rb:
|
1004
|
+
#: ../lib/puppet/face/epp.rb:323
|
1005
1005
|
msgid "A .yaml or .json file containing a hash of facts made available in $facts and $trusted"
|
1006
1006
|
msgstr ""
|
1007
1007
|
|
1008
|
-
#: ../lib/puppet/face/epp.rb:
|
1008
|
+
#: ../lib/puppet/face/epp.rb:327
|
1009
1009
|
msgid "Whether or not to show a file name header between rendered results."
|
1010
1010
|
msgstr ""
|
1011
1011
|
|
1012
|
-
#: ../lib/puppet/face/epp.rb:
|
1012
|
+
#: ../lib/puppet/face/epp.rb:347
|
1013
1013
|
msgid "No input to process given on command line or stdin"
|
1014
1014
|
msgstr ""
|
1015
1015
|
|
1016
|
-
#: ../lib/puppet/face/epp.rb:
|
1016
|
+
#: ../lib/puppet/face/epp.rb:359
|
1017
1017
|
msgid "error while rendering epp"
|
1018
1018
|
msgstr ""
|
1019
1019
|
|
1020
|
-
#: ../lib/puppet/face/epp.rb:
|
1020
|
+
#: ../lib/puppet/face/epp.rb:413
|
1021
1021
|
msgid "Only .yaml or .pp can be used as a --values_file"
|
1022
1022
|
msgstr ""
|
1023
1023
|
|
1024
|
-
#: ../lib/puppet/face/epp.rb:
|
1024
|
+
#: ../lib/puppet/face/epp.rb:416
|
1025
1025
|
msgid "Could not load --values_file %{error}"
|
1026
1026
|
msgstr ""
|
1027
1027
|
|
1028
|
-
#: ../lib/puppet/face/epp.rb:
|
1028
|
+
#: ../lib/puppet/face/epp.rb:419
|
1029
1029
|
msgid "--values_file option must evaluate to a Hash or undef/nil, got: '%{template_class}'"
|
1030
1030
|
msgstr ""
|
1031
1031
|
|
1032
|
-
#: ../lib/puppet/face/epp.rb:
|
1032
|
+
#: ../lib/puppet/face/epp.rb:433
|
1033
1033
|
msgid "--values option must evaluate to a Hash or undef, got: '%{values_class}'"
|
1034
1034
|
msgstr ""
|
1035
1035
|
|
1036
|
-
#: ../lib/puppet/face/epp.rb:
|
1036
|
+
#: ../lib/puppet/face/epp.rb:529
|
1037
1037
|
msgid "Incorrect formatted data in %{fact_file} given via the --facts flag"
|
1038
1038
|
msgstr ""
|
1039
1039
|
|
@@ -1162,44 +1162,44 @@ msgstr ""
|
|
1162
1162
|
msgid "The 'puppet help' command takes two (optional) arguments: a subcommand and an action"
|
1163
1163
|
msgstr ""
|
1164
1164
|
|
1165
|
-
|
1166
|
-
#: ../lib/puppet/face/help.rb:56
|
1165
|
+
#: ../lib/puppet/face/help.rb:54
|
1167
1166
|
msgid "Supplying a '--version' only makes sense when a Faces subcommand is given"
|
1168
1167
|
msgstr ""
|
1169
1168
|
|
1170
|
-
|
1169
|
+
#. TRANSLATORS '--version' is a command line option and should not be translated
|
1170
|
+
#: ../lib/puppet/face/help.rb:62
|
1171
1171
|
msgid "The legacy subcommand '%{sub_command}' does not support supplying an action"
|
1172
1172
|
msgstr ""
|
1173
1173
|
|
1174
|
-
#: ../lib/puppet/face/help.rb:
|
1174
|
+
#: ../lib/puppet/face/help.rb:101
|
1175
1175
|
msgid "Could not load help for the application %{application_name}."
|
1176
1176
|
msgstr ""
|
1177
1177
|
|
1178
|
-
#: ../lib/puppet/face/help.rb:
|
1178
|
+
#: ../lib/puppet/face/help.rb:102 ../lib/puppet/face/help.rb:114
|
1179
1179
|
msgid "Please check the error logs for more information."
|
1180
1180
|
msgstr ""
|
1181
1181
|
|
1182
|
-
#: ../lib/puppet/face/help.rb:
|
1182
|
+
#: ../lib/puppet/face/help.rb:104 ../lib/puppet/face/help.rb:116
|
1183
1183
|
msgid "Detail: \"%{detail}\""
|
1184
1184
|
msgstr ""
|
1185
1185
|
|
1186
|
-
#: ../lib/puppet/face/help.rb:
|
1186
|
+
#: ../lib/puppet/face/help.rb:113
|
1187
1187
|
msgid "Could not load help for the face %{face_name}."
|
1188
1188
|
msgstr ""
|
1189
1189
|
|
1190
|
-
#: ../lib/puppet/face/help.rb:
|
1190
|
+
#: ../lib/puppet/face/help.rb:125
|
1191
1191
|
msgid "Unable to load action %{actionname} from %{face}"
|
1192
1192
|
msgstr ""
|
1193
1193
|
|
1194
|
-
#: ../lib/puppet/face/help.rb:
|
1194
|
+
#: ../lib/puppet/face/help.rb:169
|
1195
1195
|
msgid "(Deprecated)"
|
1196
1196
|
msgstr ""
|
1197
1197
|
|
1198
|
-
#: ../lib/puppet/face/help.rb:
|
1198
|
+
#: ../lib/puppet/face/help.rb:172 ../lib/puppet/face/help.rb:184
|
1199
1199
|
msgid "!%{sub_command}! Subcommand unavailable due to error."
|
1200
1200
|
msgstr ""
|
1201
1201
|
|
1202
|
-
#: ../lib/puppet/face/help.rb:
|
1202
|
+
#: ../lib/puppet/face/help.rb:173 ../lib/puppet/face/help.rb:185
|
1203
1203
|
msgid "Check error logs."
|
1204
1204
|
msgstr ""
|
1205
1205
|
|
@@ -1259,7 +1259,7 @@ msgstr ""
|
|
1259
1259
|
msgid "Preparing to install into %{dir} ..."
|
1260
1260
|
msgstr ""
|
1261
1261
|
|
1262
|
-
#: ../lib/puppet/face/module/install.rb:
|
1262
|
+
#: ../lib/puppet/face/module/install.rb:136
|
1263
1263
|
msgid "Module %{name} %{version} is already installed."
|
1264
1264
|
msgstr ""
|
1265
1265
|
|
@@ -1298,11 +1298,11 @@ msgid ""
|
|
1298
1298
|
"Missing dependency '%{name}':\n"
|
1299
1299
|
msgstr ""
|
1300
1300
|
|
1301
|
-
#: ../lib/puppet/face/module/list.rb:
|
1301
|
+
#: ../lib/puppet/face/module/list.rb:225
|
1302
1302
|
msgid "UNMET DEPENDENCY"
|
1303
1303
|
msgstr ""
|
1304
1304
|
|
1305
|
-
#: ../lib/puppet/face/module/list.rb:
|
1305
|
+
#: ../lib/puppet/face/module/list.rb:259 ../lib/puppet/face/module/list.rb:264
|
1306
1306
|
msgid "invalid"
|
1307
1307
|
msgstr ""
|
1308
1308
|
|
@@ -1485,7 +1485,7 @@ msgstr ""
|
|
1485
1485
|
msgid "API only: submit a report with error handling."
|
1486
1486
|
msgstr ""
|
1487
1487
|
|
1488
|
-
#: ../lib/puppet/face/report.rb:
|
1488
|
+
#: ../lib/puppet/face/report.rb:46
|
1489
1489
|
msgid "Uploaded report for %{name}"
|
1490
1490
|
msgstr ""
|
1491
1491
|
|
@@ -1704,7 +1704,7 @@ msgstr ""
|
|
1704
1704
|
msgid "Unsupported Windows source permissions option %{source_permissions}"
|
1705
1705
|
msgstr ""
|
1706
1706
|
|
1707
|
-
#: ../lib/puppet/file_serving/metadata.rb:
|
1707
|
+
#: ../lib/puppet/file_serving/metadata.rb:129
|
1708
1708
|
msgid "Cannot manage files of type %{file_type}"
|
1709
1709
|
msgstr ""
|
1710
1710
|
|
@@ -1760,7 +1760,7 @@ msgstr ""
|
|
1760
1760
|
msgid "Timeout waiting for exclusive lock on %{path}"
|
1761
1761
|
msgstr ""
|
1762
1762
|
|
1763
|
-
#: ../lib/puppet/file_system/jruby.rb:20 ../lib/puppet/file_system/windows.rb:
|
1763
|
+
#: ../lib/puppet/file_system/jruby.rb:20 ../lib/puppet/file_system/windows.rb:140 ../lib/puppet/util.rb:677
|
1764
1764
|
msgid "Is a directory: %{directory}"
|
1765
1765
|
msgstr ""
|
1766
1766
|
|
@@ -1792,11 +1792,11 @@ msgstr ""
|
|
1792
1792
|
msgid "An absolute PathPattern cannot be a relative path."
|
1793
1793
|
msgstr ""
|
1794
1794
|
|
1795
|
-
#: ../lib/puppet/file_system/uniquefile.rb:
|
1795
|
+
#: ../lib/puppet/file_system/uniquefile.rb:111
|
1796
1796
|
msgid "unexpected prefix_suffix: %{value}"
|
1797
1797
|
msgstr ""
|
1798
1798
|
|
1799
|
-
#: ../lib/puppet/file_system/uniquefile.rb:
|
1799
|
+
#: ../lib/puppet/file_system/uniquefile.rb:138
|
1800
1800
|
msgid "cannot generate temporary name using `%{basename}' under `%{tmpdir}'"
|
1801
1801
|
msgstr ""
|
1802
1802
|
|
@@ -1804,39 +1804,39 @@ msgstr ""
|
|
1804
1804
|
msgid "%{dest} already exists and the :force option was not specified"
|
1805
1805
|
msgstr ""
|
1806
1806
|
|
1807
|
-
#: ../lib/puppet/file_system/windows.rb:
|
1807
|
+
#: ../lib/puppet/file_system/windows.rb:216
|
1808
1808
|
msgid "This version of Windows does not support symlinks. Windows Vista / 2008 or higher is required."
|
1809
1809
|
msgstr ""
|
1810
1810
|
|
1811
|
-
#: ../lib/puppet/file_system/windows.rb:
|
1811
|
+
#: ../lib/puppet/file_system/windows.rb:221
|
1812
1812
|
msgid "The current user does not have the necessary permission to manage symlinks."
|
1813
1813
|
msgstr ""
|
1814
1814
|
|
1815
|
-
#: ../lib/puppet/forge.rb:
|
1815
|
+
#: ../lib/puppet/forge.rb:140
|
1816
1816
|
msgid "Malformed dependency: %{name}."
|
1817
1817
|
msgstr ""
|
1818
1818
|
|
1819
|
-
#: ../lib/puppet/forge.rb:
|
1819
|
+
#: ../lib/puppet/forge.rb:141
|
1820
1820
|
msgid "Exception was: %{detail}"
|
1821
1821
|
msgstr ""
|
1822
1822
|
|
1823
|
-
#: ../lib/puppet/forge.rb:
|
1823
|
+
#: ../lib/puppet/forge.rb:183
|
1824
1824
|
msgid "Forge module is missing SHA256 and MD5 checksums"
|
1825
1825
|
msgstr ""
|
1826
1826
|
|
1827
|
-
#: ../lib/puppet/forge.rb:
|
1827
|
+
#: ../lib/puppet/forge.rb:217
|
1828
1828
|
msgid "Module install using MD5 is prohibited in FIPS mode."
|
1829
1829
|
msgstr ""
|
1830
1830
|
|
1831
|
-
#: ../lib/puppet/forge.rb:
|
1831
|
+
#: ../lib/puppet/forge.rb:221
|
1832
1832
|
msgid "Downloaded release for %{name} did not match expected checksum %{checksum}"
|
1833
1833
|
msgstr ""
|
1834
1834
|
|
1835
|
-
#: ../lib/puppet/forge.rb:
|
1835
|
+
#: ../lib/puppet/forge.rb:228 ../lib/puppet/module_tool/applications/unpacker.rb:59 ../lib/puppet/module_tool/local_tarball.rb:89
|
1836
1836
|
msgid "Could not extract contents of module archive: %{message}"
|
1837
1837
|
msgstr ""
|
1838
1838
|
|
1839
|
-
#: ../lib/puppet/forge.rb:
|
1839
|
+
#: ../lib/puppet/forge.rb:244
|
1840
1840
|
msgid "Cannot consider release %{name}-%{version}: %{error}"
|
1841
1841
|
msgstr ""
|
1842
1842
|
|
@@ -1904,74 +1904,74 @@ msgstr ""
|
|
1904
1904
|
msgid "Function Load Error for function '%{function_name}': %{message}"
|
1905
1905
|
msgstr ""
|
1906
1906
|
|
1907
|
-
#: ../lib/puppet/functions.rb:
|
1907
|
+
#: ../lib/puppet/functions.rb:213
|
1908
1908
|
msgid "Functions must be based on Puppet::Pops::Functions::Function. Got %{function_base}"
|
1909
1909
|
msgstr ""
|
1910
1910
|
|
1911
|
-
#: ../lib/puppet/functions.rb:
|
1911
|
+
#: ../lib/puppet/functions.rb:273
|
1912
1912
|
msgid "Function Creation Error, cannot create a default dispatcher for function '%{func_name}', no method with this name found"
|
1913
1913
|
msgstr ""
|
1914
1914
|
|
1915
|
-
#: ../lib/puppet/functions.rb:
|
1915
|
+
#: ../lib/puppet/functions.rb:351
|
1916
1916
|
msgid "No loader present. Call create_loaded_function(:myname, loader,...), instead of 'create_function' if running tests"
|
1917
1917
|
msgstr ""
|
1918
1918
|
|
1919
|
-
#: ../lib/puppet/functions.rb:
|
1919
|
+
#: ../lib/puppet/functions.rb:415
|
1920
1920
|
msgid "A required parameter cannot be added after an optional parameter"
|
1921
1921
|
msgstr ""
|
1922
1922
|
|
1923
|
-
#: ../lib/puppet/functions.rb:
|
1923
|
+
#: ../lib/puppet/functions.rb:465
|
1924
1924
|
msgid "A required repeated parameter cannot be added after an optional parameter"
|
1925
1925
|
msgstr ""
|
1926
1926
|
|
1927
|
-
#: ../lib/puppet/functions.rb:
|
1927
|
+
#: ../lib/puppet/functions.rb:488
|
1928
1928
|
msgid "block_param accepts max 2 arguments (type, name), got %{size}."
|
1929
1929
|
msgstr ""
|
1930
1930
|
|
1931
|
-
#: ../lib/puppet/functions.rb:
|
1931
|
+
#: ../lib/puppet/functions.rb:492
|
1932
1932
|
msgid "Expected PCallableType or PVariantType thereof, got %{type_class}"
|
1933
1933
|
msgstr ""
|
1934
1934
|
|
1935
|
-
#: ../lib/puppet/functions.rb:
|
1935
|
+
#: ../lib/puppet/functions.rb:496
|
1936
1936
|
msgid "Expected block_param name to be a Symbol, got %{name_class}"
|
1937
1937
|
msgstr ""
|
1938
1938
|
|
1939
|
-
#: ../lib/puppet/functions.rb:
|
1939
|
+
#: ../lib/puppet/functions.rb:503
|
1940
1940
|
msgid "Attempt to redefine block"
|
1941
1941
|
msgstr ""
|
1942
1942
|
|
1943
|
-
#: ../lib/puppet/functions.rb:
|
1943
|
+
#: ../lib/puppet/functions.rb:525
|
1944
1944
|
msgid "Argument to 'return_type' must be a String reference to a Puppet Data Type. Got %{type_class}"
|
1945
1945
|
msgstr ""
|
1946
1946
|
|
1947
|
-
#: ../lib/puppet/functions.rb:
|
1947
|
+
#: ../lib/puppet/functions.rb:535
|
1948
1948
|
msgid "Parameters cannot be added after a block parameter"
|
1949
1949
|
msgstr ""
|
1950
1950
|
|
1951
|
-
#: ../lib/puppet/functions.rb:
|
1951
|
+
#: ../lib/puppet/functions.rb:536
|
1952
1952
|
msgid "Parameters cannot be added after a repeated parameter"
|
1953
1953
|
msgstr ""
|
1954
1954
|
|
1955
|
-
#: ../lib/puppet/functions.rb:
|
1955
|
+
#: ../lib/puppet/functions.rb:539
|
1956
1956
|
msgid "Parameter name argument must be a Symbol. Got %{name_class}"
|
1957
1957
|
msgstr ""
|
1958
1958
|
|
1959
|
-
#: ../lib/puppet/functions.rb:
|
1959
|
+
#: ../lib/puppet/functions.rb:552
|
1960
1960
|
msgid "Parameter 'type' must be a String reference to a Puppet Data Type. Got %{type_class}"
|
1961
1961
|
msgstr ""
|
1962
1962
|
|
1963
|
-
#: ../lib/puppet/functions.rb:
|
1963
|
+
#: ../lib/puppet/functions.rb:595
|
1964
1964
|
msgid ""
|
1965
1965
|
"Parsing of type string '\"%{type_string}\"' failed with message: <%{message}>.\n"
|
1966
1966
|
msgstr ""
|
1967
1967
|
|
1968
|
-
#: ../lib/puppet/functions.rb:
|
1968
|
+
#: ../lib/puppet/functions.rb:635
|
1969
1969
|
msgid ""
|
1970
1970
|
"Parsing of 'type \"%{assignment_string}\"' failed with message: <%{message}>.\n"
|
1971
1971
|
"Called from <%{ruby_file_location}>"
|
1972
1972
|
msgstr ""
|
1973
1973
|
|
1974
|
-
#: ../lib/puppet/functions.rb:
|
1974
|
+
#: ../lib/puppet/functions.rb:644
|
1975
1975
|
msgid ""
|
1976
1976
|
"Expected a type alias assignment on the form 'AliasType = T', got '%{assignment_string}'.\n"
|
1977
1977
|
"Called from <%{ruby_file_location}>"
|
@@ -2049,15 +2049,15 @@ msgstr ""
|
|
2049
2049
|
msgid "'eyaml_lookup_key': one of 'path', 'paths' 'glob', 'globs' or 'mapped_paths' must be declared in hiera.yaml when using this lookup_key function"
|
2050
2050
|
msgstr ""
|
2051
2051
|
|
2052
|
-
#: ../lib/puppet/functions/eyaml_lookup_key.rb:
|
2052
|
+
#: ../lib/puppet/functions/eyaml_lookup_key.rb:54 ../lib/puppet/functions/yaml_data.rb:29
|
2053
2053
|
msgid "%{path}: file does not contain a valid yaml hash"
|
2054
2054
|
msgstr ""
|
2055
2055
|
|
2056
|
-
#: ../lib/puppet/functions/eyaml_lookup_key.rb:
|
2056
|
+
#: ../lib/puppet/functions/eyaml_lookup_key.rb:62 ../lib/puppet/functions/yaml_data.rb:37
|
2057
2057
|
msgid "Unable to parse %{message}"
|
2058
2058
|
msgstr ""
|
2059
2059
|
|
2060
|
-
#: ../lib/puppet/functions/eyaml_lookup_key.rb:
|
2060
|
+
#: ../lib/puppet/functions/eyaml_lookup_key.rb:94
|
2061
2061
|
msgid "hiera-eyaml backend error decrypting %{data} when looking up %{key} in %{path}. Error was %{message}"
|
2062
2062
|
msgstr ""
|
2063
2063
|
|
@@ -2090,7 +2090,7 @@ msgstr ""
|
|
2090
2090
|
msgid "Lookup using Hocon data_hash function is not supported without hocon library"
|
2091
2091
|
msgstr ""
|
2092
2092
|
|
2093
|
-
#: ../lib/puppet/functions/hocon_data.rb:
|
2093
|
+
#: ../lib/puppet/functions/hocon_data.rb:34
|
2094
2094
|
msgid "Unable to parse (%{path}): %{message}"
|
2095
2095
|
msgstr ""
|
2096
2096
|
|
@@ -2187,11 +2187,11 @@ msgid "Got an event from invalid vertex %{source}"
|
|
2187
2187
|
msgstr ""
|
2188
2188
|
|
2189
2189
|
#. TRANSLATORS "negative or zero" refers to the count of paths
|
2190
|
-
#: ../lib/puppet/graph/simple_graph.rb:
|
2190
|
+
#: ../lib/puppet/graph/simple_graph.rb:201
|
2191
2191
|
msgid "negative or zero max_paths"
|
2192
2192
|
msgstr ""
|
2193
2193
|
|
2194
|
-
#: ../lib/puppet/graph/simple_graph.rb:
|
2194
|
+
#: ../lib/puppet/graph/simple_graph.rb:233
|
2195
2195
|
msgid ""
|
2196
2196
|
"Found %{num} dependency cycle:\n"
|
2197
2197
|
msgid_plural ""
|
@@ -2199,12 +2199,12 @@ msgid_plural ""
|
|
2199
2199
|
msgstr[0] ""
|
2200
2200
|
msgstr[1] ""
|
2201
2201
|
|
2202
|
-
#: ../lib/puppet/graph/simple_graph.rb:
|
2202
|
+
#: ../lib/puppet/graph/simple_graph.rb:242
|
2203
2203
|
msgid "Cycle graph written to %{filename}."
|
2204
2204
|
msgstr ""
|
2205
2205
|
|
2206
2206
|
#. TRANSLATORS '--graph' refers to a command line option and OmniGraffle and GraphViz are program names and should not be translated
|
2207
|
-
#: ../lib/puppet/graph/simple_graph.rb:
|
2207
|
+
#: ../lib/puppet/graph/simple_graph.rb:245
|
2208
2208
|
msgid "Try the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz"
|
2209
2209
|
msgstr ""
|
2210
2210
|
|
@@ -2254,11 +2254,11 @@ msgstr ""
|
|
2254
2254
|
msgid "Failed to close connection for %{site}: %{detail}"
|
2255
2255
|
msgstr ""
|
2256
2256
|
|
2257
|
-
#: ../lib/puppet/http/redirector.rb:
|
2257
|
+
#: ../lib/puppet/http/redirector.rb:81
|
2258
2258
|
msgid "Location response header is missing"
|
2259
2259
|
msgstr ""
|
2260
2260
|
|
2261
|
-
#: ../lib/puppet/http/redirector.rb:
|
2261
|
+
#: ../lib/puppet/http/redirector.rb:85
|
2262
2262
|
msgid "Location URI is invalid: %{detail}"
|
2263
2263
|
msgstr ""
|
2264
2264
|
|
@@ -2274,11 +2274,11 @@ msgstr ""
|
|
2274
2274
|
msgid "Ignoring extra header \"%{name}\" as it was previously set."
|
2275
2275
|
msgstr ""
|
2276
2276
|
|
2277
|
-
#: ../lib/puppet/http/service.rb:
|
2277
|
+
#: ../lib/puppet/http/service.rb:111
|
2278
2278
|
msgid "Ignoring extra header \"%{name}\" as it has no value."
|
2279
2279
|
msgstr ""
|
2280
2280
|
|
2281
|
-
#: ../lib/puppet/http/service.rb:
|
2281
|
+
#: ../lib/puppet/http/service.rb:132 ../lib/puppet/indirector/rest.rb:55
|
2282
2282
|
msgid "No content type in http response; cannot parse"
|
2283
2283
|
msgstr ""
|
2284
2284
|
|
@@ -2314,7 +2314,7 @@ msgstr ""
|
|
2314
2314
|
msgid "Setup server facts for compiling"
|
2315
2315
|
msgstr ""
|
2316
2316
|
|
2317
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2317
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:127
|
2318
2318
|
msgid "Unsupported facts format"
|
2319
2319
|
msgstr ""
|
2320
2320
|
|
@@ -2367,63 +2367,63 @@ msgstr ""
|
|
2367
2367
|
msgid "Compiled static catalog for %{node}"
|
2368
2368
|
msgstr ""
|
2369
2369
|
|
2370
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2370
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:327
|
2371
2371
|
msgid "Compiled catalog for %{node} in environment %{environment} in %%{seconds} seconds"
|
2372
2372
|
msgstr ""
|
2373
2373
|
|
2374
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2374
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:328
|
2375
2375
|
msgid "Compiled catalog for %{node} in environment %{environment}"
|
2376
2376
|
msgstr ""
|
2377
2377
|
|
2378
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2378
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:330
|
2379
2379
|
msgid "Compiled catalog for %{node} in %%{seconds} seconds"
|
2380
2380
|
msgstr ""
|
2381
2381
|
|
2382
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2382
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:331
|
2383
2383
|
msgid "Compiled catalog for %{node}"
|
2384
2384
|
msgstr ""
|
2385
2385
|
|
2386
2386
|
#. TRANSLATORS Inlined refers to adding additional metadata
|
2387
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2387
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:352
|
2388
2388
|
msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
|
2389
2389
|
msgstr ""
|
2390
2390
|
|
2391
2391
|
#. TRANSLATORS Inlined refers to adding additional metadata
|
2392
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2392
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:354
|
2393
2393
|
msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment}"
|
2394
2394
|
msgstr ""
|
2395
2395
|
|
2396
2396
|
#. TRANSLATORS Inlined refers to adding additional metadata
|
2397
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2397
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:357
|
2398
2398
|
msgid "Inlined resource metadata into static catalog for %{node} in %%{seconds} seconds"
|
2399
2399
|
msgstr ""
|
2400
2400
|
|
2401
2401
|
#. TRANSLATORS Inlined refers to adding additional metadata
|
2402
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2402
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:359
|
2403
2403
|
msgid "Inlined resource metadata into static catalog for %{node}"
|
2404
2404
|
msgstr ""
|
2405
2405
|
|
2406
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2406
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:375
|
2407
2407
|
msgid "Found node information"
|
2408
2408
|
msgstr ""
|
2409
2409
|
|
2410
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2410
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:383
|
2411
2411
|
msgid "Failed when searching for node %{name}: %{detail}"
|
2412
2412
|
msgstr ""
|
2413
2413
|
|
2414
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2414
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:402
|
2415
2415
|
msgid "Invalid option use_node for a remote request"
|
2416
2416
|
msgstr ""
|
2417
2417
|
|
2418
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2418
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:421
|
2419
2419
|
msgid "Could not find node '%{name}'; cannot compile"
|
2420
2420
|
msgstr ""
|
2421
2421
|
|
2422
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2422
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:453
|
2423
2423
|
msgid "Could not retrieve fact servername"
|
2424
2424
|
msgstr ""
|
2425
2425
|
|
2426
|
-
#: ../lib/puppet/indirector/catalog/compiler.rb:
|
2426
|
+
#: ../lib/puppet/indirector/catalog/compiler.rb:462
|
2427
2427
|
msgid "Could not retrieve either serverip or serverip6 fact"
|
2428
2428
|
msgstr ""
|
2429
2429
|
|
@@ -2439,7 +2439,7 @@ msgstr ""
|
|
2439
2439
|
msgid "Unable to serialize catalog to json, no other acceptable format"
|
2440
2440
|
msgstr ""
|
2441
2441
|
|
2442
|
-
#: ../lib/puppet/indirector/catalog/rest.rb:
|
2442
|
+
#: ../lib/puppet/indirector/catalog/rest.rb:45 ../lib/puppet/indirector/facts/rest.rb:22 ../lib/puppet/indirector/file_content/rest.rb:31 ../lib/puppet/indirector/file_metadata/rest.rb:28 ../lib/puppet/indirector/node/rest.rb:25
|
2443
2443
|
msgid "Find %{uri} resulted in 404 with the message: %{body}"
|
2444
2444
|
msgstr ""
|
2445
2445
|
|
@@ -2511,7 +2511,7 @@ msgstr ""
|
|
2511
2511
|
msgid "Could not find terminus for %{indirection}"
|
2512
2512
|
msgstr ""
|
2513
2513
|
|
2514
|
-
#: ../lib/puppet/indirector/face.rb:
|
2514
|
+
#: ../lib/puppet/indirector/face.rb:139
|
2515
2515
|
msgid "Could not set '%{indirection}' terminus to '%{from}' (%{detail}); valid terminus types are %{types}"
|
2516
2516
|
msgstr ""
|
2517
2517
|
|
@@ -2653,27 +2653,27 @@ msgstr ""
|
|
2653
2653
|
msgid "Filtered result for %{indirection} %{request}"
|
2654
2654
|
msgstr ""
|
2655
2655
|
|
2656
|
-
#: ../lib/puppet/indirector/indirection.rb:
|
2656
|
+
#: ../lib/puppet/indirector/indirection.rb:274
|
2657
2657
|
msgid "Not using expired %{indirection} for %{request} from cache; expired at %{expiration}"
|
2658
2658
|
msgstr ""
|
2659
2659
|
|
2660
|
-
#: ../lib/puppet/indirector/indirection.rb:
|
2660
|
+
#: ../lib/puppet/indirector/indirection.rb:281
|
2661
2661
|
msgid "Cached %{indirection} for %{request} failed: %{detail}"
|
2662
2662
|
msgstr ""
|
2663
2663
|
|
2664
|
-
#: ../lib/puppet/indirector/indirection.rb:
|
2664
|
+
#: ../lib/puppet/indirector/indirection.rb:307
|
2665
2665
|
msgid "Search results from terminus %{terminus_name} are not an array"
|
2666
2666
|
msgstr ""
|
2667
2667
|
|
2668
|
-
#: ../lib/puppet/indirector/indirection.rb:
|
2668
|
+
#: ../lib/puppet/indirector/indirection.rb:346
|
2669
2669
|
msgid "Not authorized to call %{method} on %{description}"
|
2670
2670
|
msgstr ""
|
2671
2671
|
|
2672
|
-
#: ../lib/puppet/indirector/indirection.rb:
|
2672
|
+
#: ../lib/puppet/indirector/indirection.rb:349
|
2673
2673
|
msgid "Not authorized to call %{method} on %{description} with %{option}"
|
2674
2674
|
msgstr ""
|
2675
2675
|
|
2676
|
-
#: ../lib/puppet/indirector/indirection.rb:
|
2676
|
+
#: ../lib/puppet/indirector/indirection.rb:376
|
2677
2677
|
msgid "Could not find terminus %{terminus_class} for indirection %{indirection}"
|
2678
2678
|
msgstr ""
|
2679
2679
|
|
@@ -2742,7 +2742,7 @@ msgstr ""
|
|
2742
2742
|
msgid "key is a %{klass}, not a string or symbol"
|
2743
2743
|
msgstr ""
|
2744
2744
|
|
2745
|
-
#: ../lib/puppet/indirector/node/exec.rb:
|
2745
|
+
#: ../lib/puppet/indirector/node/exec.rb:68
|
2746
2746
|
msgid "Could not load external node results for %{name}: %{detail}"
|
2747
2747
|
msgstr ""
|
2748
2748
|
|
@@ -2770,7 +2770,7 @@ msgstr ""
|
|
2770
2770
|
msgid "Could not understand URL %{key}: %{detail}"
|
2771
2771
|
msgstr ""
|
2772
2772
|
|
2773
|
-
#: ../lib/puppet/indirector/resource/ral.rb:
|
2773
|
+
#: ../lib/puppet/indirector/resource/ral.rb:64
|
2774
2774
|
msgid "Could not find type %{request_type}"
|
2775
2775
|
msgstr ""
|
2776
2776
|
|
@@ -2822,7 +2822,7 @@ msgstr ""
|
|
2822
2822
|
msgid "The file %{f} does not exist"
|
2823
2823
|
msgstr ""
|
2824
2824
|
|
2825
|
-
#: ../lib/puppet/info_service/plan_information_service.rb:22 ../lib/puppet/info_service/task_information_service.rb:
|
2825
|
+
#: ../lib/puppet/info_service/plan_information_service.rb:22 ../lib/puppet/info_service/task_information_service.rb:29
|
2826
2826
|
msgid "Module %{module_name} not found in environment %{environment_name}."
|
2827
2827
|
msgstr ""
|
2828
2828
|
|
@@ -3097,7 +3097,7 @@ msgid "Loaded puppet/type/%{name} but no class was created"
|
|
3097
3097
|
msgstr ""
|
3098
3098
|
|
3099
3099
|
#. TRANSLATORS 'metadata.json' is a specific file name and should not be translated.
|
3100
|
-
#: ../lib/puppet/module.rb:
|
3100
|
+
#: ../lib/puppet/module.rb:231
|
3101
3101
|
msgid "%{name} has an invalid and unparsable metadata.json file. The parse error: %{error}"
|
3102
3102
|
msgstr ""
|
3103
3103
|
|
@@ -3185,27 +3185,27 @@ msgstr ""
|
|
3185
3185
|
msgid "Not a valid full name: %{full_module_name}"
|
3186
3186
|
msgstr ""
|
3187
3187
|
|
3188
|
-
#: ../lib/puppet/module_tool/applications/application.rb:
|
3188
|
+
#: ../lib/puppet/module_tool/applications/application.rb:46
|
3189
3189
|
msgid "Could not determine module path"
|
3190
3190
|
msgstr ""
|
3191
3191
|
|
3192
|
-
#: ../lib/puppet/module_tool/applications/application.rb:
|
3192
|
+
#: ../lib/puppet/module_tool/applications/application.rb:50
|
3193
3193
|
msgid "Unable to find metadata.json in module root at %{path} See https://puppet.com/docs/puppet/latest/modules_publishing.html for required file format."
|
3194
3194
|
msgstr ""
|
3195
3195
|
|
3196
|
-
#: ../lib/puppet/module_tool/applications/application.rb:
|
3196
|
+
#: ../lib/puppet/module_tool/applications/application.rb:59
|
3197
3197
|
msgid "Could not parse JSON %{metadata_path}"
|
3198
3198
|
msgstr ""
|
3199
3199
|
|
3200
|
-
#: ../lib/puppet/module_tool/applications/application.rb:
|
3200
|
+
#: ../lib/puppet/module_tool/applications/application.rb:64
|
3201
3201
|
msgid "A Modulefile was found in the root directory of the module. This file will be ignored and can safely be removed."
|
3202
3202
|
msgstr ""
|
3203
3203
|
|
3204
|
-
#: ../lib/puppet/module_tool/applications/application.rb:
|
3204
|
+
#: ../lib/puppet/module_tool/applications/application.rb:80
|
3205
3205
|
msgid "Could not parse filename to obtain the username, module name and version. (%{release_name})"
|
3206
3206
|
msgstr ""
|
3207
3207
|
|
3208
|
-
#: ../lib/puppet/module_tool/applications/application.rb:
|
3208
|
+
#: ../lib/puppet/module_tool/applications/application.rb:84
|
3209
3209
|
msgid "Invalid version format: %{version} (Semantic Versions are acceptable: http://semver.org)"
|
3210
3210
|
msgstr ""
|
3211
3211
|
|
@@ -3213,19 +3213,19 @@ msgstr ""
|
|
3213
3213
|
msgid "No file containing checksums found."
|
3214
3214
|
msgstr ""
|
3215
3215
|
|
3216
|
-
#: ../lib/puppet/module_tool/applications/installer.rb:
|
3216
|
+
#: ../lib/puppet/module_tool/applications/installer.rb:93 ../lib/puppet/module_tool/applications/upgrader.rb:107
|
3217
3217
|
msgid "Downloading from %{host} ..."
|
3218
3218
|
msgstr ""
|
3219
3219
|
|
3220
|
-
#: ../lib/puppet/module_tool/applications/installer.rb:
|
3220
|
+
#: ../lib/puppet/module_tool/applications/installer.rb:141 ../lib/puppet/module_tool/applications/upgrader.rb:145
|
3221
3221
|
msgid "Resolving dependencies ..."
|
3222
3222
|
msgstr ""
|
3223
3223
|
|
3224
|
-
#: ../lib/puppet/module_tool/applications/installer.rb:
|
3224
|
+
#: ../lib/puppet/module_tool/applications/installer.rb:220
|
3225
3225
|
msgid "Preparing to install ..."
|
3226
3226
|
msgstr ""
|
3227
3227
|
|
3228
|
-
#: ../lib/puppet/module_tool/applications/installer.rb:
|
3228
|
+
#: ../lib/puppet/module_tool/applications/installer.rb:223
|
3229
3229
|
msgid "Installing -- do not interrupt ..."
|
3230
3230
|
msgstr ""
|
3231
3231
|
|
@@ -3237,7 +3237,7 @@ msgstr ""
|
|
3237
3237
|
msgid "Symlinks in modules are unsupported. Please investigate symlink %{from}->%{to}."
|
3238
3238
|
msgstr ""
|
3239
3239
|
|
3240
|
-
#: ../lib/puppet/module_tool/applications/unpacker.rb:
|
3240
|
+
#: ../lib/puppet/module_tool/applications/unpacker.rb:72
|
3241
3241
|
msgid "No valid metadata.json found!"
|
3242
3242
|
msgstr ""
|
3243
3243
|
|
@@ -3249,11 +3249,11 @@ msgstr ""
|
|
3249
3249
|
msgid "Found '%{name}' (%{version}) in %{dir} ..."
|
3250
3250
|
msgstr ""
|
3251
3251
|
|
3252
|
-
#: ../lib/puppet/module_tool/applications/upgrader.rb:
|
3252
|
+
#: ../lib/puppet/module_tool/applications/upgrader.rb:192
|
3253
3253
|
msgid "Preparing to upgrade ..."
|
3254
3254
|
msgstr ""
|
3255
3255
|
|
3256
|
-
#: ../lib/puppet/module_tool/applications/upgrader.rb:
|
3256
|
+
#: ../lib/puppet/module_tool/applications/upgrader.rb:195
|
3257
3257
|
msgid "Upgrading -- do not interrupt ..."
|
3258
3258
|
msgstr ""
|
3259
3259
|
|
@@ -3605,55 +3605,55 @@ msgstr ""
|
|
3605
3605
|
msgid "Dependency conflict for %{module_name}: Dependency %{name} was given conflicting version requirements %{version_requirement} and %{dup_version}. Verify that there are no duplicates in the metadata.json."
|
3606
3606
|
msgstr ""
|
3607
3607
|
|
3608
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3608
|
+
#: ../lib/puppet/module_tool/metadata.rb:181
|
3609
3609
|
msgid "the field must be a namespaced module name"
|
3610
3610
|
msgstr ""
|
3611
3611
|
|
3612
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3612
|
+
#: ../lib/puppet/module_tool/metadata.rb:183
|
3613
3613
|
msgid "the module name contains non-alphanumeric (or underscore) characters"
|
3614
3614
|
msgstr ""
|
3615
3615
|
|
3616
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3616
|
+
#: ../lib/puppet/module_tool/metadata.rb:185
|
3617
3617
|
msgid "the module name must begin with a letter"
|
3618
3618
|
msgstr ""
|
3619
3619
|
|
3620
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3620
|
+
#: ../lib/puppet/module_tool/metadata.rb:187
|
3621
3621
|
msgid "the namespace contains non-alphanumeric characters"
|
3622
3622
|
msgstr ""
|
3623
3623
|
|
3624
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3624
|
+
#: ../lib/puppet/module_tool/metadata.rb:190
|
3625
3625
|
msgid "Invalid 'name' field in metadata.json: %{err}"
|
3626
3626
|
msgstr ""
|
3627
3627
|
|
3628
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3628
|
+
#: ../lib/puppet/module_tool/metadata.rb:197
|
3629
3629
|
msgid "version string cannot be parsed as a valid Semantic Version"
|
3630
3630
|
msgstr ""
|
3631
3631
|
|
3632
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3632
|
+
#: ../lib/puppet/module_tool/metadata.rb:198
|
3633
3633
|
msgid "Invalid 'version' field in metadata.json: %{err}"
|
3634
3634
|
msgstr ""
|
3635
3635
|
|
3636
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3636
|
+
#: ../lib/puppet/module_tool/metadata.rb:210
|
3637
3637
|
msgid "field 'data_provider' contains non-alphanumeric characters"
|
3638
3638
|
msgstr ""
|
3639
3639
|
|
3640
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3640
|
+
#: ../lib/puppet/module_tool/metadata.rb:212
|
3641
3641
|
msgid "field 'data_provider' must begin with a letter"
|
3642
3642
|
msgstr ""
|
3643
3643
|
|
3644
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3644
|
+
#: ../lib/puppet/module_tool/metadata.rb:216
|
3645
3645
|
msgid "field 'data_provider' must be a string"
|
3646
3646
|
msgstr ""
|
3647
3647
|
|
3648
|
-
#: ../lib/puppet/module_tool/metadata.rb:
|
3648
|
+
#: ../lib/puppet/module_tool/metadata.rb:224
|
3649
3649
|
msgid "Invalid 'version_range' field in metadata.json: %{err}"
|
3650
3650
|
msgstr ""
|
3651
3651
|
|
3652
|
-
#: ../lib/puppet/module_tool/shared_behaviors.rb:
|
3652
|
+
#: ../lib/puppet/module_tool/shared_behaviors.rb:34
|
3653
3653
|
msgid "Downloading from %{uri} ..."
|
3654
3654
|
msgstr ""
|
3655
3655
|
|
3656
|
-
#: ../lib/puppet/module_tool/shared_behaviors.rb:
|
3656
|
+
#: ../lib/puppet/module_tool/shared_behaviors.rb:173
|
3657
3657
|
msgid "Could not download module: %{message}"
|
3658
3658
|
msgstr ""
|
3659
3659
|
|
@@ -3719,77 +3719,77 @@ msgstr ""
|
|
3719
3719
|
msgid "No handler for %{indirection}"
|
3720
3720
|
msgstr ""
|
3721
3721
|
|
3722
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3722
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:65
|
3723
3723
|
msgid "The indirection name must be purely alphanumeric, not '%{indirection_name}'"
|
3724
3724
|
msgstr ""
|
3725
3725
|
|
3726
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3726
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:74
|
3727
3727
|
msgid "Indirection '%{indirection_name}' does not match url prefix '%{url_prefix}'"
|
3728
3728
|
msgstr ""
|
3729
3729
|
|
3730
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3730
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:80
|
3731
3731
|
msgid "Could not find indirection '%{indirection_name}'"
|
3732
3732
|
msgstr ""
|
3733
3733
|
|
3734
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3734
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:86
|
3735
3735
|
msgid "An environment parameter must be specified"
|
3736
3736
|
msgstr ""
|
3737
3737
|
|
3738
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3738
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:90
|
3739
3739
|
msgid "The environment must be purely alphanumeric, not '%{environment}'"
|
3740
3740
|
msgstr ""
|
3741
3741
|
|
3742
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3742
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:100
|
3743
3743
|
msgid "Could not find environment '%{environment}'"
|
3744
3744
|
msgstr ""
|
3745
3745
|
|
3746
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3746
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:106
|
3747
3747
|
msgid "No request key specified in %{uri}"
|
3748
3748
|
msgstr ""
|
3749
3749
|
|
3750
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3750
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:118
|
3751
3751
|
msgid "Could not find %{value0} %{key}"
|
3752
3752
|
msgstr ""
|
3753
3753
|
|
3754
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3754
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:125
|
3755
3755
|
msgid "Rendered result in %{format}"
|
3756
3756
|
msgstr ""
|
3757
3757
|
|
3758
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3758
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:131
|
3759
3759
|
msgid "Sent response"
|
3760
3760
|
msgstr ""
|
3761
3761
|
|
3762
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3762
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:139
|
3763
3763
|
msgid "Could not find %{indirection} %{key}"
|
3764
3764
|
msgstr ""
|
3765
3765
|
|
3766
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3766
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:151
|
3767
3767
|
msgid "Could not find instances in %{indirection} with '%{key}'"
|
3768
3768
|
msgstr ""
|
3769
3769
|
|
3770
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3770
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:190
|
3771
3771
|
msgid "Failed to serialize %{model} for '%{key}': %{detail}"
|
3772
3772
|
msgstr ""
|
3773
3773
|
|
3774
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3774
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:203 ../lib/puppet/network/http/request.rb:72
|
3775
3775
|
msgid "No supported formats are acceptable (Accept: %{accepted_formats})"
|
3776
3776
|
msgstr ""
|
3777
3777
|
|
3778
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3778
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:228
|
3779
3779
|
msgid "The request body is invalid: %{message}"
|
3780
3780
|
msgstr ""
|
3781
3781
|
|
3782
3782
|
#. TRANSLATORS "mime-type" is a keyword and should not be translated
|
3783
3783
|
#. TRANSLATORS "mime-type" is a keyword and should not be translated
|
3784
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3784
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:234 ../lib/puppet/network/http/request.rb:40
|
3785
3785
|
msgid "Client sent a mime-type (%{header}) that doesn't correspond to a format we support"
|
3786
3786
|
msgstr ""
|
3787
3787
|
|
3788
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3788
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:240
|
3789
3789
|
msgid "No support for http method %{http_method}"
|
3790
3790
|
msgstr ""
|
3791
3791
|
|
3792
|
-
#: ../lib/puppet/network/http/api/indirected_routes.rb:
|
3792
|
+
#: ../lib/puppet/network/http/api/indirected_routes.rb:244
|
3793
3793
|
msgid "No support for plurality %{indirection} for %{http_method} operations"
|
3794
3794
|
msgstr ""
|
3795
3795
|
|
@@ -3845,11 +3845,11 @@ msgstr ""
|
|
3845
3845
|
msgid "Processed request %{request_method} %{request_path}"
|
3846
3846
|
msgstr ""
|
3847
3847
|
|
3848
|
-
#: ../lib/puppet/network/http/handler.rb:
|
3848
|
+
#: ../lib/puppet/network/http/handler.rb:111
|
3849
3849
|
msgid "No route for %{request} %{path}"
|
3850
3850
|
msgstr ""
|
3851
3851
|
|
3852
|
-
#: ../lib/puppet/network/http/handler.rb:
|
3852
|
+
#: ../lib/puppet/network/http/handler.rb:136
|
3853
3853
|
msgid "Could not resolve %{ip}: %{detail}"
|
3854
3854
|
msgstr ""
|
3855
3855
|
|
@@ -3866,12 +3866,12 @@ msgid "Missing required Accept header"
|
|
3866
3866
|
msgstr ""
|
3867
3867
|
|
3868
3868
|
#. TRANSLATORS 'ssl_context' is an argument and should not be translated
|
3869
|
-
#: ../lib/puppet/network/http_pool.rb:
|
3869
|
+
#: ../lib/puppet/network/http_pool.rb:64
|
3870
3870
|
msgid "An ssl_context is required when connecting to 'https://%{host}:%{port}'"
|
3871
3871
|
msgstr ""
|
3872
3872
|
|
3873
3873
|
#. TRANSLATORS 'ssl_context' is an argument and should not be translated
|
3874
|
-
#: ../lib/puppet/network/http_pool.rb:
|
3874
|
+
#: ../lib/puppet/network/http_pool.rb:72
|
3875
3875
|
msgid "An ssl_context is unnecessary when connecting to 'http://%{host}:%{port}' and will be ignored"
|
3876
3876
|
msgstr ""
|
3877
3877
|
|
@@ -3879,19 +3879,19 @@ msgstr ""
|
|
3879
3879
|
msgid "No name provided in serialized data"
|
3880
3880
|
msgstr ""
|
3881
3881
|
|
3882
|
-
#: ../lib/puppet/node.rb:
|
3882
|
+
#: ../lib/puppet/node.rb:101
|
3883
3883
|
msgid "Node names cannot be nil"
|
3884
3884
|
msgstr ""
|
3885
3885
|
|
3886
|
-
#: ../lib/puppet/node.rb:
|
3886
|
+
#: ../lib/puppet/node.rb:140
|
3887
3887
|
msgid "Could not retrieve facts for %{name}: %{detail}"
|
3888
3888
|
msgstr ""
|
3889
3889
|
|
3890
|
-
#: ../lib/puppet/node.rb:
|
3890
|
+
#: ../lib/puppet/node.rb:158
|
3891
3891
|
msgid "The node parameter '%{param_name}' for node '%{node_name}' was already set to '%{value}'. It could not be set to '%{desired_value}'"
|
3892
3892
|
msgstr ""
|
3893
3893
|
|
3894
|
-
#: ../lib/puppet/node.rb:
|
3894
|
+
#: ../lib/puppet/node.rb:201
|
3895
3895
|
msgid "Trusted node data modified for node %{name}"
|
3896
3896
|
msgstr ""
|
3897
3897
|
|
@@ -3899,7 +3899,7 @@ msgstr ""
|
|
3899
3899
|
msgid "The 'disable_per_environment_manifest' setting is true, and the '%{env_name}' environment has an environment.conf manifest that conflicts with the 'default_manifest' setting."
|
3900
3900
|
msgstr ""
|
3901
3901
|
|
3902
|
-
#: ../lib/puppet/node/environment.rb:
|
3902
|
+
#: ../lib/puppet/node/environment.rb:616 ../lib/puppet/pops/loaders.rb:311
|
3903
3903
|
msgid "Could not parse for environment %{env}: %{detail}"
|
3904
3904
|
msgstr ""
|
3905
3905
|
|
@@ -3931,54 +3931,54 @@ msgstr ""
|
|
3931
3931
|
|
3932
3932
|
#. TRANSLATORS: do not translate the variable names in this error message
|
3933
3933
|
#. TRANSLATORS: do not translate the variable names in this error message
|
3934
|
-
#: ../lib/puppet/pal/pal_impl.rb:77 ../lib/puppet/pal/pal_impl.rb:
|
3934
|
+
#: ../lib/puppet/pal/pal_impl.rb:77 ../lib/puppet/pal/pal_impl.rb:182
|
3935
3935
|
msgid "manifest_file or code_string cannot be given when configured_by_env is true"
|
3936
3936
|
msgstr ""
|
3937
3937
|
|
3938
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3938
|
+
#: ../lib/puppet/pal/pal_impl.rb:236
|
3939
3939
|
msgid "temporary environment name"
|
3940
3940
|
msgstr ""
|
3941
3941
|
|
3942
3942
|
#. TRANSLATORS: do not translate variable name string in these assertions
|
3943
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3943
|
+
#: ../lib/puppet/pal/pal_impl.rb:241
|
3944
3944
|
msgid "A block must be given to 'in_tmp_environment'"
|
3945
3945
|
msgstr ""
|
3946
3946
|
|
3947
3947
|
#. TRANSLATORS terms in the assertions below are names of terms in code
|
3948
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3948
|
+
#: ../lib/puppet/pal/pal_impl.rb:295
|
3949
3949
|
msgid "A block must be given to 'in_environment'"
|
3950
3950
|
msgstr ""
|
3951
3951
|
|
3952
3952
|
#. TRANSLATORS 'in_environment' is a name, do not translate
|
3953
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3953
|
+
#: ../lib/puppet/pal/pal_impl.rb:300
|
3954
3954
|
msgid "The environment directory '%{env_dir}' does not exist"
|
3955
3955
|
msgstr ""
|
3956
3956
|
|
3957
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3957
|
+
#: ../lib/puppet/pal/pal_impl.rb:323
|
3958
3958
|
msgid "No directory found for the environment '%{env_name}' on the path '%{envpath}'"
|
3959
3959
|
msgstr ""
|
3960
3960
|
|
3961
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3961
|
+
#: ../lib/puppet/pal/pal_impl.rb:378
|
3962
3962
|
msgid "Given variables must be a hash, got %{type}"
|
3963
3963
|
msgstr ""
|
3964
3964
|
|
3965
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3965
|
+
#: ../lib/puppet/pal/pal_impl.rb:384
|
3966
3966
|
msgid "Given variable '%{varname}' has illegal name"
|
3967
3967
|
msgstr ""
|
3968
3968
|
|
3969
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3969
|
+
#: ../lib/puppet/pal/pal_impl.rb:388
|
3970
3970
|
msgid "Given value for '%{varname}' has illegal type - got: %{type}"
|
3971
3971
|
msgstr ""
|
3972
3972
|
|
3973
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3973
|
+
#: ../lib/puppet/pal/pal_impl.rb:559
|
3974
3974
|
msgid "Puppet Pal: %{what}"
|
3975
3975
|
msgstr ""
|
3976
3976
|
|
3977
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3977
|
+
#: ../lib/puppet/pal/pal_impl.rb:573
|
3978
3978
|
msgid "Cannot use '%{a_term}' and '%{b_term}' at the same time"
|
3979
3979
|
msgstr ""
|
3980
3980
|
|
3981
|
-
#: ../lib/puppet/pal/pal_impl.rb:
|
3981
|
+
#: ../lib/puppet/pal/pal_impl.rb:580
|
3982
3982
|
msgid "A block must be given"
|
3983
3983
|
msgstr ""
|
3984
3984
|
|
@@ -3986,11 +3986,11 @@ msgstr ""
|
|
3986
3986
|
msgid "No resource set for %{name}"
|
3987
3987
|
msgstr ""
|
3988
3988
|
|
3989
|
-
#: ../lib/puppet/parameter.rb:
|
3989
|
+
#: ../lib/puppet/parameter.rb:449
|
3990
3990
|
msgid "Munging failed for value %{value} in class %{class_name}: %{detail}"
|
3991
3991
|
msgstr ""
|
3992
3992
|
|
3993
|
-
#: ../lib/puppet/parameter.rb:
|
3993
|
+
#: ../lib/puppet/parameter.rb:485
|
3994
3994
|
msgid "Validate method failed for class %{class_name}: %{detail}"
|
3995
3995
|
msgstr ""
|
3996
3996
|
|
@@ -4133,28 +4133,28 @@ msgstr ""
|
|
4133
4133
|
msgid "Evaluated definitions"
|
4134
4134
|
msgstr ""
|
4135
4135
|
|
4136
|
-
#: ../lib/puppet/parser/compiler.rb:
|
4136
|
+
#: ../lib/puppet/parser/compiler.rb:372
|
4137
4137
|
msgid "Iterated (%{count}) on generators"
|
4138
4138
|
msgstr ""
|
4139
4139
|
|
4140
|
-
#: ../lib/puppet/parser/compiler.rb:
|
4140
|
+
#: ../lib/puppet/parser/compiler.rb:383
|
4141
4141
|
msgid "Somehow looped more than 1000 times while evaluating host catalog"
|
4142
4142
|
msgstr ""
|
4143
4143
|
|
4144
|
-
#: ../lib/puppet/parser/compiler.rb:
|
4144
|
+
#: ../lib/puppet/parser/compiler.rb:415
|
4145
4145
|
msgid "Could not find resource(s) %{resources} for overriding"
|
4146
4146
|
msgstr ""
|
4147
4147
|
|
4148
|
-
#: ../lib/puppet/parser/compiler.rb:
|
4148
|
+
#: ../lib/puppet/parser/compiler.rb:426
|
4149
4149
|
msgid "Failed to realize virtual resources %{resources}"
|
4150
4150
|
msgstr ""
|
4151
4151
|
|
4152
4152
|
#. TRANSLATORS "main" is a function name and should not be translated
|
4153
|
-
#: ../lib/puppet/parser/compiler.rb:
|
4153
|
+
#: ../lib/puppet/parser/compiler.rb:459
|
4154
4154
|
msgid "Couldn't find main"
|
4155
4155
|
msgstr ""
|
4156
4156
|
|
4157
|
-
#: ../lib/puppet/parser/compiler.rb:
|
4157
|
+
#: ../lib/puppet/parser/compiler.rb:532
|
4158
4158
|
msgid "For initializing compiler"
|
4159
4159
|
msgstr ""
|
4160
4160
|
|
@@ -4268,15 +4268,15 @@ msgstr ""
|
|
4268
4268
|
msgid " Detail: %{detail}"
|
4269
4269
|
msgstr ""
|
4270
4270
|
|
4271
|
-
#: ../lib/puppet/parser/relationship.rb:
|
4271
|
+
#: ../lib/puppet/parser/relationship.rb:35
|
4272
4272
|
msgid "Invalid relationship type %{relationship_type}"
|
4273
4273
|
msgstr ""
|
4274
4274
|
|
4275
|
-
#: ../lib/puppet/parser/relationship.rb:
|
4275
|
+
#: ../lib/puppet/parser/relationship.rb:45
|
4276
4276
|
msgid "Could not find resource '%{source}' for relationship on '%{target}'"
|
4277
4277
|
msgstr ""
|
4278
4278
|
|
4279
|
-
#: ../lib/puppet/parser/relationship.rb:
|
4279
|
+
#: ../lib/puppet/parser/relationship.rb:48
|
4280
4280
|
msgid "Could not find resource '%{target}' for relationship from '%{source}'"
|
4281
4281
|
msgstr ""
|
4282
4282
|
|
@@ -4288,43 +4288,43 @@ msgstr ""
|
|
4288
4288
|
msgid "Evaluated resource %{res}"
|
4289
4289
|
msgstr ""
|
4290
4290
|
|
4291
|
-
#: ../lib/puppet/parser/resource.rb:
|
4291
|
+
#: ../lib/puppet/parser/resource.rb:130
|
4292
4292
|
msgid "Resources require a hash as last argument"
|
4293
4293
|
msgstr ""
|
4294
4294
|
|
4295
|
-
#: ../lib/puppet/parser/resource.rb:
|
4295
|
+
#: ../lib/puppet/parser/resource.rb:131
|
4296
4296
|
msgid "Resources require a scope"
|
4297
4297
|
msgstr ""
|
4298
4298
|
|
4299
|
-
#: ../lib/puppet/parser/resource.rb:
|
4299
|
+
#: ../lib/puppet/parser/resource.rb:165
|
4300
4300
|
msgid "Only subclasses can override parameters"
|
4301
4301
|
msgstr ""
|
4302
4302
|
|
4303
|
-
#: ../lib/puppet/parser/resource.rb:
|
4303
|
+
#: ../lib/puppet/parser/resource.rb:171
|
4304
4304
|
msgid "Attempt to override an already evaluated resource with new values"
|
4305
4305
|
msgstr ""
|
4306
4306
|
|
4307
|
-
#: ../lib/puppet/parser/resource.rb:
|
4307
|
+
#: ../lib/puppet/parser/resource.rb:173
|
4308
4308
|
msgid "Attempt to override an already evaluated resource, defined at %{error_location}, with new values"
|
4309
4309
|
msgstr ""
|
4310
4310
|
|
4311
|
-
#: ../lib/puppet/parser/resource.rb:
|
4311
|
+
#: ../lib/puppet/parser/resource.rb:300
|
4312
4312
|
msgid "Parameter '%{name}' is already set on %{resource}; cannot redefine"
|
4313
4313
|
msgstr ""
|
4314
4314
|
|
4315
|
-
#: ../lib/puppet/parser/resource.rb:
|
4315
|
+
#: ../lib/puppet/parser/resource.rb:303
|
4316
4316
|
msgid "Parameter '%{name}' is already set on %{resource} at %{error_location}; cannot redefine"
|
4317
4317
|
msgstr ""
|
4318
4318
|
|
4319
|
-
#: ../lib/puppet/parser/resource.rb:
|
4319
|
+
#: ../lib/puppet/parser/resource.rb:307
|
4320
4320
|
msgid "Parameter '%{name}' is already set on %{resource} by %{source}; cannot redefine"
|
4321
4321
|
msgstr ""
|
4322
4322
|
|
4323
|
-
#: ../lib/puppet/parser/resource.rb:
|
4323
|
+
#: ../lib/puppet/parser/resource.rb:310
|
4324
4324
|
msgid "Parameter '%{name}' is already set on %{resource} by %{source} at %{error_location}; cannot redefine"
|
4325
4325
|
msgstr ""
|
4326
4326
|
|
4327
|
-
#: ../lib/puppet/parser/resource.rb:
|
4327
|
+
#: ../lib/puppet/parser/resource.rb:348
|
4328
4328
|
msgid "Duplicate parameter '%{param}' for on %{resource}"
|
4329
4329
|
msgstr ""
|
4330
4330
|
|
@@ -4372,71 +4372,71 @@ msgstr ""
|
|
4372
4372
|
msgid "Default already defined for %{type} { %{param} }; cannot redefine"
|
4373
4373
|
msgstr ""
|
4374
4374
|
|
4375
|
-
#: ../lib/puppet/parser/scope.rb:
|
4375
|
+
#: ../lib/puppet/parser/scope.rb:776
|
4376
4376
|
msgid "Cannot assign to a numeric match result variable '$%{name}'"
|
4377
4377
|
msgstr ""
|
4378
4378
|
|
4379
|
-
#: ../lib/puppet/parser/scope.rb:
|
4379
|
+
#: ../lib/puppet/parser/scope.rb:779
|
4380
4380
|
msgid "Scope variable name %{name} is a %{class_type}, not a string"
|
4381
4381
|
msgstr ""
|
4382
4382
|
|
4383
|
-
#: ../lib/puppet/parser/scope.rb:
|
4383
|
+
#: ../lib/puppet/parser/scope.rb:784 ../lib/puppet/parser/scope.rb:789
|
4384
4384
|
msgid "Attempt to assign to a reserved variable name: '%{name}'"
|
4385
4385
|
msgstr ""
|
4386
4386
|
|
4387
|
-
#: ../lib/puppet/parser/scope.rb:
|
4387
|
+
#: ../lib/puppet/parser/scope.rb:794
|
4388
4388
|
msgid "Cannot reassign variable '$%{name}'"
|
4389
4389
|
msgstr ""
|
4390
4390
|
|
4391
|
-
#: ../lib/puppet/parser/scope.rb:
|
4391
|
+
#: ../lib/puppet/parser/scope.rb:1025
|
4392
4392
|
msgid "Invalid regex match data. Got a %{klass}"
|
4393
4393
|
msgstr ""
|
4394
4394
|
|
4395
|
-
#: ../lib/puppet/parser/scope.rb:
|
4395
|
+
#: ../lib/puppet/parser/scope.rb:1034
|
4396
4396
|
msgid "Scope#find_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
|
4397
4397
|
msgstr ""
|
4398
4398
|
|
4399
|
-
#: ../lib/puppet/parser/scope.rb:
|
4399
|
+
#: ../lib/puppet/parser/scope.rb:1039
|
4400
4400
|
msgid "Scope#find_builtin_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
|
4401
4401
|
msgstr ""
|
4402
4402
|
|
4403
|
-
#: ../lib/puppet/parser/scope.rb:
|
4403
|
+
#: ../lib/puppet/parser/scope.rb:1044
|
4404
4404
|
msgid "Scope#find_defined_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
|
4405
4405
|
msgstr ""
|
4406
4406
|
|
4407
|
-
#: ../lib/puppet/parser/scope.rb:
|
4407
|
+
#: ../lib/puppet/parser/scope.rb:1057
|
4408
4408
|
msgid "Function %{name} not defined despite being loaded!"
|
4409
4409
|
msgstr ""
|
4410
4410
|
|
4411
|
-
#: ../lib/puppet/parser/scope.rb:
|
4411
|
+
#: ../lib/puppet/parser/scope.rb:1064
|
4412
4412
|
msgid "Scope#resolve_type_and_title() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
|
4413
4413
|
msgstr ""
|
4414
4414
|
|
4415
|
-
#: ../lib/puppet/parser/scope.rb:
|
4415
|
+
#: ../lib/puppet/parser/scope.rb:1084
|
4416
4416
|
msgid "Cannot use undef as a class name"
|
4417
4417
|
msgstr ""
|
4418
4418
|
|
4419
|
-
#: ../lib/puppet/parser/scope.rb:
|
4419
|
+
#: ../lib/puppet/parser/scope.rb:1086
|
4420
4420
|
msgid "Cannot use empty string as a class name"
|
4421
4421
|
msgstr ""
|
4422
4422
|
|
4423
4423
|
#. TRANSLATORS "Class" and "Type" are Puppet keywords and should not be translated
|
4424
|
-
#: ../lib/puppet/parser/scope.rb:
|
4424
|
+
#: ../lib/puppet/parser/scope.rb:1096
|
4425
4425
|
msgid "Cannot use an unspecific Class[] Type"
|
4426
4426
|
msgstr ""
|
4427
4427
|
|
4428
4428
|
#. TRANSLATORS "Resource" is a class name and should not be translated
|
4429
|
-
#: ../lib/puppet/parser/scope.rb:
|
4429
|
+
#: ../lib/puppet/parser/scope.rb:1124
|
4430
4430
|
msgid "Cannot use an unspecific Resource[] where a Resource['class', name] is expected"
|
4431
4431
|
msgstr ""
|
4432
4432
|
|
4433
4433
|
#. TRANSLATORS "Resource" is a class name and should not be translated
|
4434
|
-
#: ../lib/puppet/parser/scope.rb:
|
4434
|
+
#: ../lib/puppet/parser/scope.rb:1128
|
4435
4435
|
msgid "Cannot use a Resource[%{type_name}] where a Resource['class', name] is expected"
|
4436
4436
|
msgstr ""
|
4437
4437
|
|
4438
4438
|
#. TRANSLATORS "Resource" is a class name and should not be translated
|
4439
|
-
#: ../lib/puppet/parser/scope.rb:
|
4439
|
+
#: ../lib/puppet/parser/scope.rb:1132
|
4440
4440
|
msgid "Cannot use an unspecific Resource['class'] where a Resource['class', name] is expected"
|
4441
4441
|
msgstr ""
|
4442
4442
|
|
@@ -4462,7 +4462,7 @@ msgstr ""
|
|
4462
4462
|
msgid "Interpolated template %{template_source} in %%{seconds} seconds"
|
4463
4463
|
msgstr ""
|
4464
4464
|
|
4465
|
-
#: ../lib/puppet/parser/type_loader.rb:
|
4465
|
+
#: ../lib/puppet/parser/type_loader.rb:103
|
4466
4466
|
msgid "No file(s) found for import of '%{pattern}'"
|
4467
4467
|
msgstr ""
|
4468
4468
|
|
@@ -4495,27 +4495,27 @@ msgstr ""
|
|
4495
4495
|
msgid "A String is not comparable to a non String"
|
4496
4496
|
msgstr ""
|
4497
4497
|
|
4498
|
-
#: ../lib/puppet/pops/evaluator/compare_operator.rb:
|
4498
|
+
#: ../lib/puppet/pops/evaluator/compare_operator.rb:70
|
4499
4499
|
msgid "A Numeric is not comparable to non Numeric"
|
4500
4500
|
msgstr ""
|
4501
4501
|
|
4502
|
-
#: ../lib/puppet/pops/evaluator/compare_operator.rb:
|
4502
|
+
#: ../lib/puppet/pops/evaluator/compare_operator.rb:100
|
4503
4503
|
msgid "Symbol not comparable to non Symbol"
|
4504
4504
|
msgstr ""
|
4505
4505
|
|
4506
|
-
#: ../lib/puppet/pops/evaluator/compare_operator.rb:
|
4506
|
+
#: ../lib/puppet/pops/evaluator/compare_operator.rb:105
|
4507
4507
|
msgid "Timespans are only comparable to Timespans, Integers, and Floats"
|
4508
4508
|
msgstr ""
|
4509
4509
|
|
4510
|
-
#: ../lib/puppet/pops/evaluator/compare_operator.rb:
|
4510
|
+
#: ../lib/puppet/pops/evaluator/compare_operator.rb:111
|
4511
4511
|
msgid "Timestamps are only comparable to Timestamps, Integers, and Floats"
|
4512
4512
|
msgstr ""
|
4513
4513
|
|
4514
|
-
#: ../lib/puppet/pops/evaluator/compare_operator.rb:
|
4514
|
+
#: ../lib/puppet/pops/evaluator/compare_operator.rb:117
|
4515
4515
|
msgid "Versions not comparable to non Versions"
|
4516
4516
|
msgstr ""
|
4517
4517
|
|
4518
|
-
#: ../lib/puppet/pops/evaluator/compare_operator.rb:
|
4518
|
+
#: ../lib/puppet/pops/evaluator/compare_operator.rb:123
|
4519
4519
|
msgid "Only Strings, Numbers, Timespans, Timestamps, and Versions are comparable"
|
4520
4520
|
msgstr ""
|
4521
4521
|
|
@@ -4563,27 +4563,27 @@ msgstr ""
|
|
4563
4563
|
msgid "%{function_name}(): the template_args must be a Hash, got a %{class_name}"
|
4564
4564
|
msgstr ""
|
4565
4565
|
|
4566
|
-
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:
|
4566
|
+
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:235
|
4567
4567
|
msgid "multi var assignment from class"
|
4568
4568
|
msgstr ""
|
4569
4569
|
|
4570
|
-
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:
|
4570
|
+
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:755
|
4571
4571
|
msgid "break() from context where this is illegal"
|
4572
4572
|
msgstr ""
|
4573
4573
|
|
4574
|
-
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:
|
4574
|
+
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1235
|
4575
4575
|
msgid "Can only append Array or Hash to a Hash"
|
4576
4576
|
msgstr ""
|
4577
4577
|
|
4578
|
-
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:
|
4578
|
+
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1239
|
4579
4579
|
msgid "An URI can only be merged with an URI or String"
|
4580
4580
|
msgstr ""
|
4581
4581
|
|
4582
|
-
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:
|
4582
|
+
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1243
|
4583
4583
|
msgid "Can only append Binary to a Binary"
|
4584
4584
|
msgstr ""
|
4585
4585
|
|
4586
|
-
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:
|
4586
|
+
#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1275
|
4587
4587
|
msgid "Can only delete from an Array or Hash."
|
4588
4588
|
msgstr ""
|
4589
4589
|
|
@@ -4616,11 +4616,11 @@ msgstr ""
|
|
4616
4616
|
msgid "Unknown injection %{injection_name}"
|
4617
4617
|
msgstr ""
|
4618
4618
|
|
4619
|
-
#: ../lib/puppet/pops/functions/function.rb:
|
4619
|
+
#: ../lib/puppet/pops/functions/function.rb:109
|
4620
4620
|
msgid "Function %{class_name}(): cannot call function '%{function_name}' - no loader specified"
|
4621
4621
|
msgstr ""
|
4622
4622
|
|
4623
|
-
#: ../lib/puppet/pops/functions/function.rb:
|
4623
|
+
#: ../lib/puppet/pops/functions/function.rb:125
|
4624
4624
|
msgid "Function %{class_name}(): Unknown function: '%{function_name}'"
|
4625
4625
|
msgstr ""
|
4626
4626
|
|
@@ -5573,11 +5573,11 @@ msgstr ""
|
|
5573
5573
|
msgid "Hiera configuration recreated due to change of scope variables used in interpolation expressions"
|
5574
5574
|
msgstr ""
|
5575
5575
|
|
5576
|
-
#: ../lib/puppet/pops/lookup/hiera_config.rb:
|
5576
|
+
#: ../lib/puppet/pops/lookup/hiera_config.rb:442
|
5577
5577
|
msgid "%{config_path}: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5"
|
5578
5578
|
msgstr ""
|
5579
5579
|
|
5580
|
-
#: ../lib/puppet/pops/lookup/hiera_config.rb:
|
5580
|
+
#: ../lib/puppet/pops/lookup/hiera_config.rb:556
|
5581
5581
|
msgid "%{config_path}: Use of 'hiera.yaml' version 4 is deprecated. It should be converted to version 5"
|
5582
5582
|
msgstr ""
|
5583
5583
|
|
@@ -5680,19 +5680,19 @@ msgstr ""
|
|
5680
5680
|
msgid "Unsupported migration method called"
|
5681
5681
|
msgstr ""
|
5682
5682
|
|
5683
|
-
#: ../lib/puppet/pops/model/ast_transformer.rb:
|
5683
|
+
#: ../lib/puppet/pops/model/ast_transformer.rb:68
|
5684
5684
|
msgid "Error while transforming to Puppet 3 AST: %{message}"
|
5685
5685
|
msgstr ""
|
5686
5686
|
|
5687
|
-
#: ../lib/puppet/pops/model/ast_transformer.rb:
|
5687
|
+
#: ../lib/puppet/pops/model/ast_transformer.rb:85
|
5688
5688
|
msgid "Not a valid expression in a collection query: %{class_name}"
|
5689
5689
|
msgstr ""
|
5690
5690
|
|
5691
|
-
#: ../lib/puppet/pops/model/ast_transformer.rb:
|
5691
|
+
#: ../lib/puppet/pops/model/ast_transformer.rb:114
|
5692
5692
|
msgid "Illegal expression - unacceptable as a node name"
|
5693
5693
|
msgstr ""
|
5694
5694
|
|
5695
|
-
#: ../lib/puppet/pops/model/ast_transformer.rb:
|
5695
|
+
#: ../lib/puppet/pops/model/ast_transformer.rb:118
|
5696
5696
|
msgid "Unacceptable transform - found an Object without a rule: %{klass}"
|
5697
5697
|
msgstr ""
|
5698
5698
|
|
@@ -5701,7 +5701,7 @@ msgstr ""
|
|
5701
5701
|
msgid "Internal Error, NUMBER token does not contain a valid number, %{name_or_numeric}"
|
5702
5702
|
msgstr ""
|
5703
5703
|
|
5704
|
-
#: ../lib/puppet/pops/model/factory.rb:
|
5704
|
+
#: ../lib/puppet/pops/model/factory.rb:1124
|
5705
5705
|
msgid "can only concatenate strings, got %{class_name}"
|
5706
5706
|
msgstr ""
|
5707
5707
|
|
@@ -5762,15 +5762,15 @@ msgstr ""
|
|
5762
5762
|
msgid "Internal error. Integers cannot be tabulated in extension payload"
|
5763
5763
|
msgstr ""
|
5764
5764
|
|
5765
|
-
#: ../lib/puppet/pops/serialization/deserializer.rb:48 ../lib/puppet/pops/serialization/from_data_converter.rb:
|
5765
|
+
#: ../lib/puppet/pops/serialization/deserializer.rb:48 ../lib/puppet/pops/serialization/from_data_converter.rb:138
|
5766
5766
|
msgid "No implementation mapping found for Puppet Type %{type_name}"
|
5767
5767
|
msgstr ""
|
5768
5768
|
|
5769
|
-
#: ../lib/puppet/pops/serialization/from_data_converter.rb:
|
5769
|
+
#: ../lib/puppet/pops/serialization/from_data_converter.rb:128
|
5770
5770
|
msgid "Unable to deserialize type from %{type}"
|
5771
5771
|
msgstr ""
|
5772
5772
|
|
5773
|
-
#: ../lib/puppet/pops/serialization/from_data_converter.rb:
|
5773
|
+
#: ../lib/puppet/pops/serialization/from_data_converter.rb:225
|
5774
5774
|
msgid "Cannot create a %{type_name} from a %{arg_class}"
|
5775
5775
|
msgstr ""
|
5776
5776
|
|
@@ -5802,7 +5802,7 @@ msgstr ""
|
|
5802
5802
|
msgid "Missing default value for %{type_name}[%{name}]"
|
5803
5803
|
msgstr ""
|
5804
5804
|
|
5805
|
-
#: ../lib/puppet/pops/serialization/serializer.rb:
|
5805
|
+
#: ../lib/puppet/pops/serialization/serializer.rb:137
|
5806
5806
|
msgid "No Puppet Type found for %{klass}"
|
5807
5807
|
msgstr ""
|
5808
5808
|
|
@@ -6001,81 +6001,81 @@ msgstr ""
|
|
6001
6001
|
msgid "Enum parameters must be identifiers or strings"
|
6002
6002
|
msgstr ""
|
6003
6003
|
|
6004
|
-
#: ../lib/puppet/pops/types/type_parser.rb:
|
6004
|
+
#: ../lib/puppet/pops/types/type_parser.rb:668
|
6005
6005
|
msgid "The expression <%{expression}> is not a valid type specification."
|
6006
6006
|
msgstr ""
|
6007
6007
|
|
6008
|
-
#: ../lib/puppet/pops/types/type_parser.rb:
|
6008
|
+
#: ../lib/puppet/pops/types/type_parser.rb:673
|
6009
6009
|
msgid "Invalid number of type parameters specified: %{type} requires %{required}, %{given} provided"
|
6010
6010
|
msgstr ""
|
6011
6011
|
|
6012
|
-
#: ../lib/puppet/pops/types/type_parser.rb:
|
6012
|
+
#: ../lib/puppet/pops/types/type_parser.rb:678
|
6013
6013
|
msgid "Not a parameterized type <%{type}>"
|
6014
6014
|
msgstr ""
|
6015
6015
|
|
6016
|
-
#: ../lib/puppet/pops/types/type_parser.rb:
|
6016
|
+
#: ../lib/puppet/pops/types/type_parser.rb:682
|
6017
6017
|
msgid "Unknown type <%{type}>"
|
6018
6018
|
msgstr ""
|
6019
6019
|
|
6020
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6020
|
+
#: ../lib/puppet/pops/types/types.rb:931
|
6021
6021
|
msgid "The string '%{str}' cannot be converted to Numeric"
|
6022
6022
|
msgstr ""
|
6023
6023
|
|
6024
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6024
|
+
#: ../lib/puppet/pops/types/types.rb:934
|
6025
6025
|
msgid "Value of type %{type} cannot be converted to Numeric"
|
6026
6026
|
msgstr ""
|
6027
6027
|
|
6028
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6028
|
+
#: ../lib/puppet/pops/types/types.rb:1179
|
6029
6029
|
msgid "The string '%{str}' cannot be converted to Integer"
|
6030
6030
|
msgstr ""
|
6031
6031
|
|
6032
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6032
|
+
#: ../lib/puppet/pops/types/types.rb:1182
|
6033
6033
|
msgid "Value of type %{type} cannot be converted to Integer"
|
6034
6034
|
msgstr ""
|
6035
6035
|
|
6036
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6036
|
+
#: ../lib/puppet/pops/types/types.rb:1191
|
6037
6037
|
msgid "Illegal radix: %{radix}, expected 2, 8, 10, 16, or default"
|
6038
6038
|
msgstr ""
|
6039
6039
|
|
6040
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6040
|
+
#: ../lib/puppet/pops/types/types.rb:1303
|
6041
6041
|
msgid "The string '%{str}' cannot be converted to Float"
|
6042
6042
|
msgstr ""
|
6043
6043
|
|
6044
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6044
|
+
#: ../lib/puppet/pops/types/types.rb:1306
|
6045
6045
|
msgid "Value of type %{type} cannot be converted to Float"
|
6046
6046
|
msgstr ""
|
6047
6047
|
|
6048
6048
|
#. TRANSLATORS 'PStringType#initialize' is a class and method name and should not be translated
|
6049
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6049
|
+
#: ../lib/puppet/pops/types/types.rb:1519
|
6050
6050
|
msgid "Passing more than one argument to PStringType#initialize is deprecated"
|
6051
6051
|
msgstr ""
|
6052
6052
|
|
6053
6053
|
#. TRANSLATORS 'PStringType#values' and '#value' are classes and method names and should not be translated
|
6054
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6054
|
+
#: ../lib/puppet/pops/types/types.rb:1573
|
6055
6055
|
msgid "Method PStringType#values is deprecated. Use #value instead"
|
6056
6056
|
msgstr ""
|
6057
6057
|
|
6058
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6058
|
+
#: ../lib/puppet/pops/types/types.rb:1898
|
6059
6059
|
msgid "The string '%{str}' cannot be converted to Boolean"
|
6060
6060
|
msgstr ""
|
6061
6061
|
|
6062
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6062
|
+
#: ../lib/puppet/pops/types/types.rb:1901
|
6063
6063
|
msgid "Value of type %{type} cannot be converted to Boolean"
|
6064
6064
|
msgstr ""
|
6065
6065
|
|
6066
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6066
|
+
#: ../lib/puppet/pops/types/types.rb:2640
|
6067
6067
|
msgid "Value of type %{type} cannot be converted to Array"
|
6068
6068
|
msgstr ""
|
6069
6069
|
|
6070
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6070
|
+
#: ../lib/puppet/pops/types/types.rb:2709
|
6071
6071
|
msgid "Puppet::Pops::Types::PHashType#element_type is deprecated, use #value_type instead"
|
6072
6072
|
msgstr ""
|
6073
6073
|
|
6074
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6074
|
+
#: ../lib/puppet/pops/types/types.rb:2849
|
6075
6075
|
msgid "odd number of arguments for Hash"
|
6076
6076
|
msgstr ""
|
6077
6077
|
|
6078
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6078
|
+
#: ../lib/puppet/pops/types/types.rb:2861
|
6079
6079
|
msgid "Value of type %{type} cannot be converted to Hash"
|
6080
6080
|
msgstr ""
|
6081
6081
|
|
@@ -6108,49 +6108,49 @@ msgstr ""
|
|
6108
6108
|
msgid "Attempt to redefine method %{method} with block"
|
6109
6109
|
msgstr ""
|
6110
6110
|
|
6111
|
-
#: ../lib/puppet/property.rb:
|
6111
|
+
#: ../lib/puppet/property.rb:216
|
6112
6112
|
msgid "Could not convert change '%{name}' to string: %{detail}"
|
6113
6113
|
msgstr ""
|
6114
6114
|
|
6115
6115
|
#. TRANSLATORS 'insync_values?' should not be translated
|
6116
|
-
#: ../lib/puppet/property.rb:
|
6116
|
+
#: ../lib/puppet/property.rb:371
|
6117
6117
|
msgid "Unknown failure using insync_values? on type: %{type} / property: %{name} to compare values %{should} and %{is}"
|
6118
6118
|
msgstr ""
|
6119
6119
|
|
6120
|
-
#: ../lib/puppet/property.rb:
|
6120
|
+
#: ../lib/puppet/property.rb:493
|
6121
6121
|
msgid "Could not set '%{value}' on %{class_name}: %{detail}"
|
6122
6122
|
msgstr ""
|
6123
6123
|
|
6124
6124
|
#. TRANSLATORS 'Provider' refers to a Puppet provider class
|
6125
|
-
#: ../lib/puppet/property.rb:
|
6125
|
+
#: ../lib/puppet/property.rb:595
|
6126
6126
|
msgid "Provider %{provider} must have features '%{needed_features}' to set '%{property}' to '%{value}'"
|
6127
6127
|
msgstr ""
|
6128
6128
|
|
6129
|
-
#: ../lib/puppet/property/ensure.rb:
|
6129
|
+
#: ../lib/puppet/property/ensure.rb:56
|
6130
6130
|
msgid "created"
|
6131
6131
|
msgstr ""
|
6132
6132
|
|
6133
|
-
#: ../lib/puppet/property/ensure.rb:
|
6133
|
+
#: ../lib/puppet/property/ensure.rb:58
|
6134
6134
|
msgid "removed"
|
6135
6135
|
msgstr ""
|
6136
6136
|
|
6137
|
-
#: ../lib/puppet/property/ensure.rb:
|
6137
|
+
#: ../lib/puppet/property/ensure.rb:60
|
6138
6138
|
msgid "%{name} changed %{is} to %{should}"
|
6139
6139
|
msgstr ""
|
6140
6140
|
|
6141
|
-
#: ../lib/puppet/property/ensure.rb:
|
6141
|
+
#: ../lib/puppet/property/ensure.rb:65
|
6142
6142
|
msgid "Could not convert change %{name} to string: %{detail}"
|
6143
6143
|
msgstr ""
|
6144
6144
|
|
6145
|
-
#: ../lib/puppet/property/ensure.rb:
|
6145
|
+
#: ../lib/puppet/property/ensure.rb:88
|
6146
6146
|
msgid "No ability to determine if %{name} exists"
|
6147
6147
|
msgstr ""
|
6148
6148
|
|
6149
|
-
#: ../lib/puppet/property/keyvalue.rb:
|
6149
|
+
#: ../lib/puppet/property/keyvalue.rb:133
|
6150
6150
|
msgid "The %{name} property must be specified as a hash or an array of key/value pairs (strings)!"
|
6151
6151
|
msgstr ""
|
6152
6152
|
|
6153
|
-
#: ../lib/puppet/property/keyvalue.rb:
|
6153
|
+
#: ../lib/puppet/property/keyvalue.rb:139
|
6154
6154
|
msgid "Key/value pairs must be separated by '%{separator}'"
|
6155
6155
|
msgstr ""
|
6156
6156
|
|
@@ -6194,7 +6194,7 @@ msgstr ""
|
|
6194
6194
|
msgid "aix.object_info(): Could not find %{resource}[%{name}]"
|
6195
6195
|
msgstr ""
|
6196
6196
|
|
6197
|
-
#: ../lib/puppet/provider/aix_object.rb:477 ../lib/puppet/provider/nameservice.rb:168 ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6197
|
+
#: ../lib/puppet/provider/aix_object.rb:477 ../lib/puppet/provider/nameservice.rb:168 ../lib/puppet/provider/nameservice/directoryservice.rb:436
|
6198
6198
|
msgid "Could not create %{resource} %{name}: %{detail}"
|
6199
6199
|
msgstr ""
|
6200
6200
|
|
@@ -6234,32 +6234,32 @@ msgstr ""
|
|
6234
6234
|
msgid "'%{exe}' is not executable"
|
6235
6235
|
msgstr ""
|
6236
6236
|
|
6237
|
-
#: ../lib/puppet/provider/file/posix.rb:
|
6237
|
+
#: ../lib/puppet/provider/file/posix.rb:78
|
6238
6238
|
msgid "Apparently using negative UID (%{currentvalue}) on a platform that does not consistently handle them"
|
6239
6239
|
msgstr ""
|
6240
6240
|
|
6241
|
-
#: ../lib/puppet/provider/file/posix.rb:
|
6241
|
+
#: ../lib/puppet/provider/file/posix.rb:96 ../lib/puppet/provider/file/windows.rb:48
|
6242
6242
|
msgid "Failed to set owner to '%{should}': %{detail}"
|
6243
6243
|
msgstr ""
|
6244
6244
|
|
6245
|
-
#: ../lib/puppet/provider/file/posix.rb:
|
6245
|
+
#: ../lib/puppet/provider/file/posix.rb:110
|
6246
6246
|
msgid "Apparently using negative GID (%{currentvalue}) on a platform that does not consistently handle them"
|
6247
6247
|
msgstr ""
|
6248
6248
|
|
6249
|
-
#: ../lib/puppet/provider/file/posix.rb:
|
6249
|
+
#: ../lib/puppet/provider/file/posix.rb:128 ../lib/puppet/provider/file/windows.rb:60
|
6250
6250
|
msgid "Failed to set group to '%{should}': %{detail}"
|
6251
6251
|
msgstr ""
|
6252
6252
|
|
6253
|
-
#: ../lib/puppet/provider/file/posix.rb:
|
6253
|
+
#: ../lib/puppet/provider/file/posix.rb:144 ../lib/puppet/provider/file/windows.rb:77
|
6254
6254
|
msgid "failed to set mode %{mode} on %{path}: %{message}"
|
6255
6255
|
msgstr ""
|
6256
6256
|
|
6257
|
-
#: ../lib/puppet/provider/file/windows.rb:
|
6257
|
+
#: ../lib/puppet/provider/file/windows.rb:84
|
6258
6258
|
msgid "Can only manage owner, group, and mode on filesystems that support Windows ACLs, such as NTFS"
|
6259
6259
|
msgstr ""
|
6260
6260
|
|
6261
6261
|
#. TRANSLATORS 'SYSTEM' is a Windows name and should not be translated
|
6262
|
-
#: ../lib/puppet/provider/file/windows.rb:
|
6262
|
+
#: ../lib/puppet/provider/file/windows.rb:126
|
6263
6263
|
msgid "%{resource_name}: %{mode_part_type} set to SYSTEM. SYSTEM permissions cannot be set below FullControl ('7')"
|
6264
6264
|
msgstr ""
|
6265
6265
|
|
@@ -6296,7 +6296,7 @@ msgstr ""
|
|
6296
6296
|
msgid "autogen_id() does not support auto generation of id for resource type %{resource_type}"
|
6297
6297
|
msgstr ""
|
6298
6298
|
|
6299
|
-
#: ../lib/puppet/provider/nameservice.rb:156 ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6299
|
+
#: ../lib/puppet/provider/nameservice.rb:156 ../lib/puppet/provider/nameservice/directoryservice.rb:388
|
6300
6300
|
msgid "already exists"
|
6301
6301
|
msgstr ""
|
6302
6302
|
|
@@ -6308,7 +6308,7 @@ msgstr ""
|
|
6308
6308
|
msgid "Nameservice command must be an array"
|
6309
6309
|
msgstr ""
|
6310
6310
|
|
6311
|
-
#: ../lib/puppet/provider/nameservice.rb:274 ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6311
|
+
#: ../lib/puppet/provider/nameservice.rb:274 ../lib/puppet/provider/nameservice/directoryservice.rb:349 ../lib/puppet/provider/nameservice/directoryservice.rb:378
|
6312
6312
|
msgid "Could not set %{param} on %{resource}[%{name}]: %{detail}"
|
6313
6313
|
msgstr ""
|
6314
6314
|
|
@@ -6329,19 +6329,19 @@ msgstr ""
|
|
6329
6329
|
msgid "Please check your password and try again."
|
6330
6330
|
msgstr ""
|
6331
6331
|
|
6332
|
-
#: ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6332
|
+
#: ../lib/puppet/provider/nameservice/directoryservice.rb:297
|
6333
6333
|
msgid "Invalid id_type %{id_type}. Only 'uid' and 'gid' supported"
|
6334
6334
|
msgstr ""
|
6335
6335
|
|
6336
|
-
#: ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6336
|
+
#: ../lib/puppet/provider/nameservice/directoryservice.rb:405
|
6337
6337
|
msgid "Could not set GeneratedUID for %{resource} %{name}: %{detail}"
|
6338
6338
|
msgstr ""
|
6339
6339
|
|
6340
|
-
#: ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6340
|
+
#: ../lib/puppet/provider/nameservice/directoryservice.rb:457
|
6341
6341
|
msgid "Could not remove %{member} from group: %{resource}, %{detail}"
|
6342
6342
|
msgstr ""
|
6343
6343
|
|
6344
|
-
#: ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6344
|
+
#: ../lib/puppet/provider/nameservice/directoryservice.rb:471
|
6345
6345
|
msgid "Could not add %{new_member} to group: %{name}, %{detail}"
|
6346
6346
|
msgstr ""
|
6347
6347
|
|
@@ -6374,7 +6374,7 @@ msgstr ""
|
|
6374
6374
|
msgid "Could not list installed Packages: %{detail}"
|
6375
6375
|
msgstr ""
|
6376
6376
|
|
6377
|
-
#: ../lib/puppet/provider/package/aix.rb:
|
6377
|
+
#: ../lib/puppet/provider/package/aix.rb:156 ../lib/puppet/provider/package/yum.rb:340
|
6378
6378
|
msgid "Tried to get latest on a missing package"
|
6379
6379
|
msgstr ""
|
6380
6380
|
|
@@ -6390,27 +6390,27 @@ msgstr ""
|
|
6390
6390
|
msgid "Mac OS X packages must specify a package source"
|
6391
6391
|
msgstr ""
|
6392
6392
|
|
6393
|
-
#: ../lib/puppet/provider/package/apt.rb:
|
6393
|
+
#: ../lib/puppet/provider/package/apt.rb:93
|
6394
6394
|
msgid "/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure."
|
6395
6395
|
msgstr ""
|
6396
6396
|
|
6397
|
-
#: ../lib/puppet/provider/package/apt.rb:
|
6397
|
+
#: ../lib/puppet/provider/package/apt.rb:178 ../lib/puppet/provider/package/aptitude.rb:22 ../lib/puppet/provider/package/ports.rb:22 ../lib/puppet/provider/package/portupgrade.rb:96 ../lib/puppet/provider/package/portupgrade.rb:153 ../lib/puppet/provider/package/rug.rb:29 ../lib/puppet/provider/package/up2date.rb:18 ../lib/puppet/provider/package/yum.rb:323 ../lib/puppet/provider/package/zypper.rb:148
|
6398
6398
|
msgid "Could not find package %{name}"
|
6399
6399
|
msgstr ""
|
6400
6400
|
|
6401
|
-
#: ../lib/puppet/provider/package/apt.rb:
|
6401
|
+
#: ../lib/puppet/provider/package/apt.rb:182 ../lib/puppet/provider/package/yum.rb:328
|
6402
6402
|
msgid "Failed to update to version %{should}, got version %{version} instead"
|
6403
6403
|
msgstr ""
|
6404
6404
|
|
6405
|
-
#: ../lib/puppet/provider/package/apt.rb:
|
6405
|
+
#: ../lib/puppet/provider/package/apt.rb:194 ../lib/puppet/provider/package/fink.rb:57
|
6406
6406
|
msgid "Could not find latest version"
|
6407
6407
|
msgstr ""
|
6408
6408
|
|
6409
|
-
#: ../lib/puppet/provider/package/apt.rb:
|
6409
|
+
#: ../lib/puppet/provider/package/apt.rb:205 ../lib/puppet/provider/package/fink.rb:68
|
6410
6410
|
msgid "Preseeding %{response} to debconf-set-selections"
|
6411
6411
|
msgstr ""
|
6412
6412
|
|
6413
|
-
#: ../lib/puppet/provider/package/apt.rb:
|
6413
|
+
#: ../lib/puppet/provider/package/apt.rb:209 ../lib/puppet/provider/package/fink.rb:72
|
6414
6414
|
msgid "No responsefile specified or non existent, not preseeding anything"
|
6415
6415
|
msgstr ""
|
6416
6416
|
|
@@ -6418,7 +6418,7 @@ msgstr ""
|
|
6418
6418
|
msgid "Could not match version '%{version}'"
|
6419
6419
|
msgstr ""
|
6420
6420
|
|
6421
|
-
#: ../lib/puppet/provider/package/aptrpm.rb:
|
6421
|
+
#: ../lib/puppet/provider/package/aptrpm.rb:72
|
6422
6422
|
msgid "Could not match string"
|
6423
6423
|
msgstr ""
|
6424
6424
|
|
@@ -6458,27 +6458,27 @@ msgstr ""
|
|
6458
6458
|
msgid "source is defined but does not have trailing slash, ignoring %{source}"
|
6459
6459
|
msgstr ""
|
6460
6460
|
|
6461
|
-
#: ../lib/puppet/provider/package/gem.rb:
|
6461
|
+
#: ../lib/puppet/provider/package/gem.rb:125 ../lib/puppet/provider/package/puppetserver_gem.rb:64
|
6462
6462
|
msgid "Could not list gems: %{detail}"
|
6463
6463
|
msgstr ""
|
6464
6464
|
|
6465
|
-
#: ../lib/puppet/provider/package/gem.rb:
|
6465
|
+
#: ../lib/puppet/provider/package/gem.rb:151
|
6466
6466
|
msgid "Could not match %{desc}"
|
6467
6467
|
msgstr ""
|
6468
6468
|
|
6469
|
-
#: ../lib/puppet/provider/package/gem.rb:
|
6469
|
+
#: ../lib/puppet/provider/package/gem.rb:228 ../lib/puppet/provider/package/puppetserver_gem.rb:96
|
6470
6470
|
msgid "Invalid source '%{uri}': %{detail}"
|
6471
6471
|
msgstr ""
|
6472
6472
|
|
6473
|
-
#: ../lib/puppet/provider/package/gem.rb:
|
6473
|
+
#: ../lib/puppet/provider/package/gem.rb:239 ../lib/puppet/provider/package/puppetserver_gem.rb:107
|
6474
6474
|
msgid "puppet:// URLs are not supported as gem sources"
|
6475
6475
|
msgstr ""
|
6476
6476
|
|
6477
|
-
#: ../lib/puppet/provider/package/gem.rb:
|
6477
|
+
#: ../lib/puppet/provider/package/gem.rb:255 ../lib/puppet/provider/package/puppetserver_gem.rb:118
|
6478
6478
|
msgid "Could not install: %{output}"
|
6479
6479
|
msgstr ""
|
6480
6480
|
|
6481
|
-
#: ../lib/puppet/provider/package/gem.rb:
|
6481
|
+
#: ../lib/puppet/provider/package/gem.rb:281 ../lib/puppet/provider/package/puppetserver_gem.rb:128
|
6482
6482
|
msgid "Could not uninstall: %{output}"
|
6483
6483
|
msgstr ""
|
6484
6484
|
|
@@ -6552,39 +6552,39 @@ msgstr ""
|
|
6552
6552
|
msgid "%{version} is not available for this package"
|
6553
6553
|
msgstr ""
|
6554
6554
|
|
6555
|
-
#: ../lib/puppet/provider/package/pacman.rb:
|
6555
|
+
#: ../lib/puppet/provider/package/pacman.rb:49
|
6556
6556
|
msgid "Could not find package '%{name}'"
|
6557
6557
|
msgstr ""
|
6558
6558
|
|
6559
|
-
#: ../lib/puppet/provider/package/pacman.rb:
|
6559
|
+
#: ../lib/puppet/provider/package/pacman.rb:85
|
6560
6560
|
msgid "Failed to match line '%{line}'"
|
6561
6561
|
msgstr ""
|
6562
6562
|
|
6563
|
-
#: ../lib/puppet/provider/package/pacman.rb:
|
6563
|
+
#: ../lib/puppet/provider/package/pacman.rb:91
|
6564
6564
|
msgid "Error getting installed packages"
|
6565
6565
|
msgstr ""
|
6566
6566
|
|
6567
|
-
#: ../lib/puppet/provider/package/pacman.rb:
|
6567
|
+
#: ../lib/puppet/provider/package/pacman.rb:172
|
6568
6568
|
msgid "%{resource_name} is a group, but allow_virtual is false."
|
6569
6569
|
msgstr ""
|
6570
6570
|
|
6571
|
-
#: ../lib/puppet/provider/package/pacman.rb:
|
6571
|
+
#: ../lib/puppet/provider/package/pacman.rb:209
|
6572
6572
|
msgid "Refusing to uninstall package group %{resource_name}, because allow_virtual is false."
|
6573
6573
|
msgstr ""
|
6574
6574
|
|
6575
|
-
#: ../lib/puppet/provider/package/pacman.rb:
|
6575
|
+
#: ../lib/puppet/provider/package/pacman.rb:238
|
6576
6576
|
msgid "Invalid source '%{source}': %{detail}"
|
6577
6577
|
msgstr ""
|
6578
6578
|
|
6579
|
-
#: ../lib/puppet/provider/package/pacman.rb:
|
6579
|
+
#: ../lib/puppet/provider/package/pacman.rb:247
|
6580
6580
|
msgid "puppet:// URL is not supported by pacman"
|
6581
6581
|
msgstr ""
|
6582
6582
|
|
6583
|
-
#: ../lib/puppet/provider/package/pacman.rb:
|
6583
|
+
#: ../lib/puppet/provider/package/pacman.rb:249
|
6584
6584
|
msgid "Source %{source} is not supported by pacman"
|
6585
6585
|
msgstr ""
|
6586
6586
|
|
6587
|
-
#: ../lib/puppet/provider/package/pacman.rb:
|
6587
|
+
#: ../lib/puppet/provider/package/pacman.rb:259
|
6588
6588
|
msgid "Refusing to install package group %{resource_name}, because allow_virtual is false."
|
6589
6589
|
msgstr ""
|
6590
6590
|
|
@@ -6664,11 +6664,11 @@ msgstr ""
|
|
6664
6664
|
msgid "Package not in pkgutil catalog: %{package}"
|
6665
6665
|
msgstr ""
|
6666
6666
|
|
6667
|
-
#: ../lib/puppet/provider/package/portage.rb:
|
6667
|
+
#: ../lib/puppet/provider/package/portage.rb:225
|
6668
6668
|
msgid "No package found with the specified name [%{name}]"
|
6669
6669
|
msgstr ""
|
6670
6670
|
|
6671
|
-
#: ../lib/puppet/provider/package/portage.rb:
|
6671
|
+
#: ../lib/puppet/provider/package/portage.rb:229
|
6672
6672
|
msgid "More than one package with the specified name [%{search_value}], please use the category parameter to disambiguate"
|
6673
6673
|
msgstr ""
|
6674
6674
|
|
@@ -6680,7 +6680,7 @@ msgstr ""
|
|
6680
6680
|
msgid "Could not match version info '%{info}'"
|
6681
6681
|
msgstr ""
|
6682
6682
|
|
6683
|
-
#: ../lib/puppet/provider/package/portupgrade.rb:
|
6683
|
+
#: ../lib/puppet/provider/package/portupgrade.rb:156
|
6684
6684
|
msgid "Unexpected output from portversion: %{output}"
|
6685
6685
|
msgstr ""
|
6686
6686
|
|
@@ -6705,23 +6705,23 @@ msgstr ""
|
|
6705
6705
|
msgid "Package %{name} was not present after trying to install it"
|
6706
6706
|
msgstr ""
|
6707
6707
|
|
6708
|
-
#: ../lib/puppet/provider/package/windows.rb:
|
6708
|
+
#: ../lib/puppet/provider/package/windows.rb:44
|
6709
6709
|
msgid "Error when unlinking %{path}: %{detail}"
|
6710
6710
|
msgstr ""
|
6711
6711
|
|
6712
|
-
#: ../lib/puppet/provider/package/windows.rb:
|
6712
|
+
#: ../lib/puppet/provider/package/windows.rb:111
|
6713
6713
|
msgid "The package %{operation}ed successfully and the system is rebooting now."
|
6714
6714
|
msgstr ""
|
6715
6715
|
|
6716
|
-
#: ../lib/puppet/provider/package/windows.rb:
|
6716
|
+
#: ../lib/puppet/provider/package/windows.rb:113
|
6717
6717
|
msgid "The package %{operation}ed successfully, but the system must be rebooted."
|
6718
6718
|
msgstr ""
|
6719
6719
|
|
6720
|
-
#: ../lib/puppet/provider/package/windows.rb:
|
6720
|
+
#: ../lib/puppet/provider/package/windows.rb:115
|
6721
6721
|
msgid "Failed to %{operation}"
|
6722
6722
|
msgstr ""
|
6723
6723
|
|
6724
|
-
#: ../lib/puppet/provider/package/windows.rb:
|
6724
|
+
#: ../lib/puppet/provider/package/windows.rb:121
|
6725
6725
|
msgid "The source parameter cannot be empty when using the Windows provider."
|
6726
6726
|
msgstr ""
|
6727
6727
|
|
@@ -6741,7 +6741,7 @@ msgstr ""
|
|
6741
6741
|
msgid "Don't know how to install '%{source}'"
|
6742
6742
|
msgstr ""
|
6743
6743
|
|
6744
|
-
#: ../lib/puppet/provider/package/yum.rb:
|
6744
|
+
#: ../lib/puppet/provider/package/yum.rb:73
|
6745
6745
|
msgid "The yum provider can only be used as root"
|
6746
6746
|
msgstr ""
|
6747
6747
|
|
@@ -6749,11 +6749,11 @@ msgstr ""
|
|
6749
6749
|
msgid "Could not check for updates, '%{cmd} check-update' exited with %{status}"
|
6750
6750
|
msgstr ""
|
6751
6751
|
|
6752
|
-
#: ../lib/puppet/provider/package/yum.rb:
|
6752
|
+
#: ../lib/puppet/provider/package/yum.rb:164
|
6753
6753
|
msgid "Failed to parse package name and architecture from '%{pkgname}'"
|
6754
6754
|
msgstr ""
|
6755
6755
|
|
6756
|
-
#: ../lib/puppet/provider/package/yum.rb:
|
6756
|
+
#: ../lib/puppet/provider/package/yum.rb:317
|
6757
6757
|
msgid "Could not find package %{wanted}"
|
6758
6758
|
msgstr ""
|
6759
6759
|
|
@@ -6773,23 +6773,23 @@ msgstr ""
|
|
6773
6773
|
msgid "Failed to read %{target}'s records when prefetching them. Reason: %{detail}"
|
6774
6774
|
msgstr ""
|
6775
6775
|
|
6776
|
-
#: ../lib/puppet/provider/parsedfile.rb:
|
6776
|
+
#: ../lib/puppet/provider/parsedfile.rb:285 ../lib/puppet/provider/parsedfile.rb:309
|
6777
6777
|
msgid "Prefetching %{target} for provider %{name} returned nil"
|
6778
6778
|
msgstr ""
|
6779
6779
|
|
6780
|
-
#: ../lib/puppet/provider/parsedfile.rb:
|
6780
|
+
#: ../lib/puppet/provider/parsedfile.rb:295
|
6781
6781
|
msgid "Could not prefetch %{resource} provider '%{name}' target '%{target}': %{detail}. Treating as empty"
|
6782
6782
|
msgstr ""
|
6783
6783
|
|
6784
|
-
#: ../lib/puppet/provider/parsedfile.rb:
|
6784
|
+
#: ../lib/puppet/provider/parsedfile.rb:383
|
6785
6785
|
msgid "Parsed Providers must define a default target"
|
6786
6786
|
msgstr ""
|
6787
6787
|
|
6788
|
-
#: ../lib/puppet/provider/parsedfile.rb:
|
6788
|
+
#: ../lib/puppet/provider/parsedfile.rb:475
|
6789
6789
|
msgid "Somehow got told to prefetch with no resource set"
|
6790
6790
|
msgstr ""
|
6791
6791
|
|
6792
|
-
#: ../lib/puppet/provider/service/base.rb:
|
6792
|
+
#: ../lib/puppet/provider/service/base.rb:120
|
6793
6793
|
msgid "%{name} is not running"
|
6794
6794
|
msgstr ""
|
6795
6795
|
|
@@ -6864,11 +6864,11 @@ msgstr ""
|
|
6864
6864
|
msgid "Could not convert AIX expires date '%{expires}' on %{class_name}[%{resource_name}]"
|
6865
6865
|
msgstr ""
|
6866
6866
|
|
6867
|
-
#: ../lib/puppet/provider/user/aix.rb:
|
6867
|
+
#: ../lib/puppet/provider/user/aix.rb:87
|
6868
6868
|
msgid "Invalid value %{groups}: Groups must be comma separated!"
|
6869
6869
|
msgstr ""
|
6870
6870
|
|
6871
|
-
#: ../lib/puppet/provider/user/aix.rb:
|
6871
|
+
#: ../lib/puppet/provider/user/aix.rb:155
|
6872
6872
|
msgid "Could not reset the groups property back to %{cur_groups} after setting the primary group on %{resource}[%{name}]. This means that the previous primary group of %{old_pgrp} and the new primary group of %{new_pgrp} have been added to %{cur_groups}. You will need to manually reset the groups property if this is undesirable behavior. Detail: %{detail}"
|
6873
6873
|
msgstr ""
|
6874
6874
|
|
@@ -6889,7 +6889,7 @@ msgstr ""
|
|
6889
6889
|
msgid "The user account '%s' is expired; The password will still be changed"
|
6890
6890
|
msgstr ""
|
6891
6891
|
|
6892
|
-
#: ../lib/puppet/reference/indirection.rb:
|
6892
|
+
#: ../lib/puppet/reference/indirection.rb:27
|
6893
6893
|
msgid "Could not build docs for indirector %{name}, terminus %{terminus}: could not locate terminus."
|
6894
6894
|
msgstr ""
|
6895
6895
|
|
@@ -6957,31 +6957,31 @@ msgid "No resource title provided in serialized data"
|
|
6957
6957
|
msgstr ""
|
6958
6958
|
|
6959
6959
|
#. TRANSLATORS 'Puppet::Resource.new' should not be translated
|
6960
|
-
#: ../lib/puppet/resource.rb:
|
6960
|
+
#: ../lib/puppet/resource.rb:303
|
6961
6961
|
msgid "Puppet::Resource.new does not take a hash as the first argument."
|
6962
6962
|
msgstr ""
|
6963
6963
|
|
6964
|
-
#: ../lib/puppet/resource.rb:
|
6964
|
+
#: ../lib/puppet/resource.rb:304
|
6965
6965
|
msgid "Did you mean (%{type}, %{title}) ?"
|
6966
6966
|
msgstr ""
|
6967
6967
|
|
6968
|
-
#: ../lib/puppet/resource.rb:
|
6968
|
+
#: ../lib/puppet/resource.rb:347
|
6969
6969
|
msgid "Could not find declared class %{title}"
|
6970
6970
|
msgstr ""
|
6971
6971
|
|
6972
|
-
#: ../lib/puppet/resource.rb:
|
6972
|
+
#: ../lib/puppet/resource.rb:349
|
6973
6973
|
msgid "Invalid resource type %{type}"
|
6974
6974
|
msgstr ""
|
6975
6975
|
|
6976
|
-
#: ../lib/puppet/resource.rb:
|
6976
|
+
#: ../lib/puppet/resource.rb:553
|
6977
6977
|
msgid "no parameter named '%{name}'"
|
6978
6978
|
msgstr ""
|
6979
6979
|
|
6980
|
-
#: ../lib/puppet/resource.rb:
|
6980
|
+
#: ../lib/puppet/resource.rb:597
|
6981
6981
|
msgid "No title provided and %{type} is not a valid resource reference"
|
6982
6982
|
msgstr ""
|
6983
6983
|
|
6984
|
-
#: ../lib/puppet/resource.rb:
|
6984
|
+
#: ../lib/puppet/resource.rb:672
|
6985
6985
|
msgid "No set of title patterns matched the title \"%{title}\"."
|
6986
6986
|
msgstr ""
|
6987
6987
|
|
@@ -7015,27 +7015,27 @@ msgstr ""
|
|
7015
7015
|
msgid "Could not intern from data: Could not find relationship target %{target} for %{source}"
|
7016
7016
|
msgstr ""
|
7017
7017
|
|
7018
|
-
#: ../lib/puppet/resource/catalog.rb:
|
7018
|
+
#: ../lib/puppet/resource/catalog.rb:530
|
7019
7019
|
msgid "Could not create class file %{file}: %{detail}"
|
7020
7020
|
msgstr ""
|
7021
7021
|
|
7022
|
-
#: ../lib/puppet/resource/catalog.rb:
|
7022
|
+
#: ../lib/puppet/resource/catalog.rb:547
|
7023
7023
|
msgid "Could not create resource file %{file}: %{detail}"
|
7024
7024
|
msgstr ""
|
7025
7025
|
|
7026
|
-
#: ../lib/puppet/resource/catalog.rb:
|
7026
|
+
#: ../lib/puppet/resource/catalog.rb:582
|
7027
7027
|
msgid "Duplicate declaration: %{resource} is already declared; cannot redeclare"
|
7028
7028
|
msgstr ""
|
7029
7029
|
|
7030
|
-
#: ../lib/puppet/resource/catalog.rb:
|
7030
|
+
#: ../lib/puppet/resource/catalog.rb:584
|
7031
7031
|
msgid "Duplicate declaration: %{resource} is already declared at %{error_location}; cannot redeclare"
|
7032
7032
|
msgstr ""
|
7033
7033
|
|
7034
|
-
#: ../lib/puppet/resource/catalog.rb:
|
7034
|
+
#: ../lib/puppet/resource/catalog.rb:633 ../lib/puppet/resource/catalog.rb:638
|
7035
7035
|
msgid "Could not find resource %{resource} when converting %{message} resources"
|
7036
7036
|
msgstr ""
|
7037
7037
|
|
7038
|
-
#: ../lib/puppet/resource/status.rb:
|
7038
|
+
#: ../lib/puppet/resource/status.rb:141 ../lib/puppet/transaction.rb:273
|
7039
7039
|
msgid "Could not evaluate: %{detail}"
|
7040
7040
|
msgstr ""
|
7041
7041
|
|
@@ -7067,23 +7067,23 @@ msgstr ""
|
|
7067
7067
|
msgid "Could not find parent resource type '%{parent}' of type %{parent_type} in %{env}"
|
7068
7068
|
msgstr ""
|
7069
7069
|
|
7070
|
-
#: ../lib/puppet/resource/type.rb:
|
7070
|
+
#: ../lib/puppet/resource/type.rb:344
|
7071
7071
|
msgid "Parameter '%{name}' is given a type, but is not a valid parameter."
|
7072
7072
|
msgstr ""
|
7073
7073
|
|
7074
|
-
#: ../lib/puppet/resource/type.rb:
|
7074
|
+
#: ../lib/puppet/resource/type.rb:347
|
7075
7075
|
msgid "Parameter '%{name}' is given a type that is not a Puppet Type, got %{class_name}"
|
7076
7076
|
msgstr ""
|
7077
7077
|
|
7078
|
-
#: ../lib/puppet/resource/type.rb:
|
7078
|
+
#: ../lib/puppet/resource/type.rb:383
|
7079
7079
|
msgid "Could not find scope for %{class_name}"
|
7080
7080
|
msgstr ""
|
7081
7081
|
|
7082
|
-
#: ../lib/puppet/resource/type.rb:
|
7082
|
+
#: ../lib/puppet/resource/type.rb:404
|
7083
7083
|
msgid "%{param} is a metaparam; this value will inherit to all contained resources in the %{name} definition"
|
7084
7084
|
msgstr ""
|
7085
7085
|
|
7086
|
-
#: ../lib/puppet/resource/type.rb:
|
7086
|
+
#: ../lib/puppet/resource/type.rb:406
|
7087
7087
|
msgid "%{param} is a metaparameter; please choose another parameter name in the %{name} definition"
|
7088
7088
|
msgstr ""
|
7089
7089
|
|
@@ -7127,7 +7127,7 @@ msgstr ""
|
|
7127
7127
|
msgid "New environment loaders generated from the requested section."
|
7128
7128
|
msgstr ""
|
7129
7129
|
|
7130
|
-
#: ../lib/puppet/settings.rb:
|
7130
|
+
#: ../lib/puppet/settings.rb:322
|
7131
7131
|
msgid "Attempting to initialize global default settings more than once!"
|
7132
7132
|
msgstr ""
|
7133
7133
|
|
@@ -7143,57 +7143,57 @@ msgstr ""
|
|
7143
7143
|
msgid "Invalid setting type '%{type}'"
|
7144
7144
|
msgstr ""
|
7145
7145
|
|
7146
|
-
#: ../lib/puppet/settings.rb:
|
7146
|
+
#: ../lib/puppet/settings.rb:892
|
7147
7147
|
msgid "Cannot manage owner permissions, because the provider for '%{name}' is not functional"
|
7148
7148
|
msgstr ""
|
7149
7149
|
|
7150
|
-
#: ../lib/puppet/settings.rb:
|
7150
|
+
#: ../lib/puppet/settings.rb:908
|
7151
7151
|
msgid "Cannot manage group permissions, because the provider for '%{name}' is not functional"
|
7152
7152
|
msgstr ""
|
7153
7153
|
|
7154
|
-
#: ../lib/puppet/settings.rb:
|
7154
|
+
#: ../lib/puppet/settings.rb:944
|
7155
7155
|
msgid "Unknown searchpath case: %{source_type} for the %{source} settings path element."
|
7156
7156
|
msgstr ""
|
7157
7157
|
|
7158
|
-
#: ../lib/puppet/settings.rb:
|
7158
|
+
#: ../lib/puppet/settings.rb:1025
|
7159
7159
|
msgid "setting definition for '%{name}' is not a hash!"
|
7160
7160
|
msgstr ""
|
7161
7161
|
|
7162
|
-
#: ../lib/puppet/settings.rb:
|
7162
|
+
#: ../lib/puppet/settings.rb:1030
|
7163
7163
|
msgid "Setting %{name} is already defined"
|
7164
7164
|
msgstr ""
|
7165
7165
|
|
7166
|
-
#: ../lib/puppet/settings.rb:
|
7166
|
+
#: ../lib/puppet/settings.rb:1037
|
7167
7167
|
msgid "Setting %{name} is already using short name '%{short}'"
|
7168
7168
|
msgstr ""
|
7169
7169
|
|
7170
|
-
#: ../lib/puppet/settings.rb:
|
7170
|
+
#: ../lib/puppet/settings.rb:1309
|
7171
7171
|
msgid "Setting %{name} is deprecated."
|
7172
7172
|
msgstr ""
|
7173
7173
|
|
7174
7174
|
#. TRANSLATORS 'puppet.conf' is a file name and should not be translated
|
7175
|
-
#: ../lib/puppet/settings.rb:
|
7175
|
+
#: ../lib/puppet/settings.rb:1314
|
7176
7176
|
msgid "Setting %{name} is deprecated in puppet.conf."
|
7177
7177
|
msgstr ""
|
7178
7178
|
|
7179
|
-
#: ../lib/puppet/settings.rb:
|
7179
|
+
#: ../lib/puppet/settings.rb:1500
|
7180
7180
|
msgid "Error converting value for param '%{name}': %{detail}"
|
7181
7181
|
msgstr ""
|
7182
7182
|
|
7183
|
-
#: ../lib/puppet/settings.rb:
|
7183
|
+
#: ../lib/puppet/settings.rb:1524
|
7184
7184
|
msgid "Could not find value for %{expression}"
|
7185
7185
|
msgstr ""
|
7186
7186
|
|
7187
7187
|
#. TRANSLATORS '$environment' is a Puppet specific variable and should not be translated
|
7188
|
-
#: ../lib/puppet/settings.rb:
|
7188
|
+
#: ../lib/puppet/settings.rb:1534
|
7189
7189
|
msgid "You cannot interpolate $environment within '%{setting_name}' when using directory environments."
|
7190
7190
|
msgstr ""
|
7191
7191
|
|
7192
|
-
#: ../lib/puppet/settings.rb:
|
7192
|
+
#: ../lib/puppet/settings.rb:1535
|
7193
7193
|
msgid "Its value will remain %{value}."
|
7194
7194
|
msgstr ""
|
7195
7195
|
|
7196
|
-
#: ../lib/puppet/settings.rb:
|
7196
|
+
#: ../lib/puppet/settings.rb:1566
|
7197
7197
|
msgid "Attempt to assign a value to unknown setting %{name}"
|
7198
7198
|
msgstr ""
|
7199
7199
|
|
@@ -7270,19 +7270,19 @@ msgstr ""
|
|
7270
7270
|
msgid "(See https://puppet.com/docs/puppet/latest/environments_about.html)"
|
7271
7271
|
msgstr ""
|
7272
7272
|
|
7273
|
-
#: ../lib/puppet/settings/config_file.rb:
|
7273
|
+
#: ../lib/puppet/settings/config_file.rb:133
|
7274
7274
|
msgid "Invalid file option '%{parameter}'"
|
7275
7275
|
msgstr ""
|
7276
7276
|
|
7277
|
-
#: ../lib/puppet/settings/config_file.rb:
|
7277
|
+
#: ../lib/puppet/settings/config_file.rb:137
|
7278
7278
|
msgid "File modes must be numbers"
|
7279
7279
|
msgstr ""
|
7280
7280
|
|
7281
|
-
#: ../lib/puppet/settings/config_file.rb:
|
7281
|
+
#: ../lib/puppet/settings/config_file.rb:140
|
7282
7282
|
msgid "Could not parse '%{string}'"
|
7283
7283
|
msgstr ""
|
7284
7284
|
|
7285
|
-
#: ../lib/puppet/settings/duration_setting.rb:
|
7285
|
+
#: ../lib/puppet/settings/duration_setting.rb:30
|
7286
7286
|
msgid "Invalid duration format '%{value}' for parameter: %{name}"
|
7287
7287
|
msgstr ""
|
7288
7288
|
|
@@ -7319,7 +7319,7 @@ msgstr ""
|
|
7319
7319
|
msgid "Value '%{value}' is not a valid port number for parameter: %{name}"
|
7320
7320
|
msgstr ""
|
7321
7321
|
|
7322
|
-
#: ../lib/puppet/settings/priority_setting.rb:
|
7322
|
+
#: ../lib/puppet/settings/priority_setting.rb:41
|
7323
7323
|
msgid "Invalid priority format '%{value}' for parameter: %{name}"
|
7324
7324
|
msgstr ""
|
7325
7325
|
|
@@ -7331,11 +7331,11 @@ msgstr ""
|
|
7331
7331
|
msgid "Invalid terminus setting: %{value}"
|
7332
7332
|
msgstr ""
|
7333
7333
|
|
7334
|
-
#: ../lib/puppet/settings/ttl_setting.rb:
|
7334
|
+
#: ../lib/puppet/settings/ttl_setting.rb:39
|
7335
7335
|
msgid "Invalid negative 'time to live' %{value} - did you mean 'unlimited'?"
|
7336
7336
|
msgstr ""
|
7337
7337
|
|
7338
|
-
#: ../lib/puppet/settings/ttl_setting.rb:
|
7338
|
+
#: ../lib/puppet/settings/ttl_setting.rb:50
|
7339
7339
|
msgid "Invalid 'time to live' format '%{value}' for parameter: %{param_name}"
|
7340
7340
|
msgstr ""
|
7341
7341
|
|
@@ -7359,7 +7359,7 @@ msgstr ""
|
|
7359
7359
|
msgid "Name must be supplied if it cannot be determined from the instance"
|
7360
7360
|
msgstr ""
|
7361
7361
|
|
7362
|
-
#: ../lib/puppet/ssl/base.rb:
|
7362
|
+
#: ../lib/puppet/ssl/base.rb:143
|
7363
7363
|
msgid "Unknown signature algorithm '%{ln}'"
|
7364
7364
|
msgstr ""
|
7365
7365
|
|
@@ -7383,39 +7383,39 @@ msgstr ""
|
|
7383
7383
|
msgid "In %{attr}, expected extension record %{index} to have two or three items, but found %{count}"
|
7384
7384
|
msgstr ""
|
7385
7385
|
|
7386
|
-
#: ../lib/puppet/ssl/certificate_request.rb:
|
7386
|
+
#: ../lib/puppet/ssl/certificate_request.rb:218
|
7387
7387
|
msgid "Cannot specify CSR attribute %{oid}: conflicts with internally used CSR attribute"
|
7388
7388
|
msgstr ""
|
7389
7389
|
|
7390
|
-
#: ../lib/puppet/ssl/certificate_request.rb:
|
7390
|
+
#: ../lib/puppet/ssl/certificate_request.rb:227
|
7391
7391
|
msgid "Cannot create CSR with attribute %{oid}: %{message}"
|
7392
7392
|
msgstr ""
|
7393
7393
|
|
7394
|
-
#: ../lib/puppet/ssl/certificate_request.rb:
|
7394
|
+
#: ../lib/puppet/ssl/certificate_request.rb:242
|
7395
7395
|
msgid "Cannot specify CSR extension request %{oid}: conflicts with internally used extension request"
|
7396
7396
|
msgstr ""
|
7397
7397
|
|
7398
|
-
#: ../lib/puppet/ssl/certificate_request.rb:
|
7398
|
+
#: ../lib/puppet/ssl/certificate_request.rb:248
|
7399
7399
|
msgid "Cannot create CSR with extension request %{oid}: %{message}"
|
7400
7400
|
msgstr ""
|
7401
7401
|
|
7402
|
-
#: ../lib/puppet/ssl/certificate_request.rb:
|
7402
|
+
#: ../lib/puppet/ssl/certificate_request.rb:297
|
7403
7403
|
msgid "In %{attr}, expected Set but found %{klass}"
|
7404
7404
|
msgstr ""
|
7405
7405
|
|
7406
|
-
#: ../lib/puppet/ssl/certificate_request.rb:
|
7406
|
+
#: ../lib/puppet/ssl/certificate_request.rb:301
|
7407
7407
|
msgid "In %{attr}, expected Set[Array] but found %{klass}"
|
7408
7408
|
msgstr ""
|
7409
7409
|
|
7410
|
-
#: ../lib/puppet/ssl/certificate_request.rb:
|
7410
|
+
#: ../lib/puppet/ssl/certificate_request.rb:305
|
7411
7411
|
msgid "In %{attr}, expected Set[Array] with one value but found %{count} elements"
|
7412
7412
|
msgstr ""
|
7413
7413
|
|
7414
|
-
#: ../lib/puppet/ssl/certificate_request.rb:
|
7414
|
+
#: ../lib/puppet/ssl/certificate_request.rb:309
|
7415
7415
|
msgid "In %{attr}, expected Set[Array[Sequence[...]]], but found %{klass}"
|
7416
7416
|
msgstr ""
|
7417
7417
|
|
7418
|
-
#: ../lib/puppet/ssl/certificate_request.rb:
|
7418
|
+
#: ../lib/puppet/ssl/certificate_request.rb:313
|
7419
7419
|
msgid "In %{attr}, expected Set[Array[Sequence[Array[...]]]], but found %{klass}"
|
7420
7420
|
msgstr ""
|
7421
7421
|
|
@@ -7756,72 +7756,72 @@ msgstr ""
|
|
7756
7756
|
msgid "PP syntax checker: \"%{message}\""
|
7757
7757
|
msgstr ""
|
7758
7758
|
|
7759
|
-
#: ../lib/puppet/transaction.rb:
|
7759
|
+
#: ../lib/puppet/transaction.rb:90
|
7760
7760
|
msgid "Some pre-run checks failed"
|
7761
7761
|
msgstr ""
|
7762
7762
|
|
7763
|
-
#: ../lib/puppet/transaction.rb:
|
7763
|
+
#: ../lib/puppet/transaction.rb:106
|
7764
7764
|
msgid "Applying configuration version '%{version}'"
|
7765
7765
|
msgstr ""
|
7766
7766
|
|
7767
|
-
#: ../lib/puppet/transaction.rb:
|
7767
|
+
#: ../lib/puppet/transaction.rb:130
|
7768
7768
|
msgid "Provider %{name} is not functional on this host"
|
7769
7769
|
msgstr ""
|
7770
7770
|
|
7771
|
-
#: ../lib/puppet/transaction.rb:
|
7771
|
+
#: ../lib/puppet/transaction.rb:146
|
7772
7772
|
msgid "Could not find a suitable provider for %{type}"
|
7773
7773
|
msgstr ""
|
7774
7774
|
|
7775
|
-
#: ../lib/puppet/transaction.rb:
|
7775
|
+
#: ../lib/puppet/transaction.rb:152
|
7776
7776
|
msgid "post_resource_eval failed for provider %{provider}"
|
7777
7777
|
msgstr ""
|
7778
7778
|
|
7779
|
-
#: ../lib/puppet/transaction.rb:
|
7779
|
+
#: ../lib/puppet/transaction.rb:168
|
7780
7780
|
msgid "resource is part of a dependency cycle"
|
7781
7781
|
msgstr ""
|
7782
7782
|
|
7783
|
-
#: ../lib/puppet/transaction.rb:
|
7783
|
+
#: ../lib/puppet/transaction.rb:170
|
7784
7784
|
msgid "One or more resource dependency cycles detected in graph"
|
7785
7785
|
msgstr ""
|
7786
7786
|
|
7787
|
-
#: ../lib/puppet/transaction.rb:
|
7787
|
+
#: ../lib/puppet/transaction.rb:185
|
7788
7788
|
msgid "Somehow left a component in the relationship graph"
|
7789
7789
|
msgstr ""
|
7790
7790
|
|
7791
|
-
#: ../lib/puppet/transaction.rb:
|
7791
|
+
#: ../lib/puppet/transaction.rb:188
|
7792
7792
|
msgid "Starting to evaluate the resource (%{progress} of %{total})"
|
7793
7793
|
msgstr ""
|
7794
7794
|
|
7795
|
-
#: ../lib/puppet/transaction.rb:
|
7795
|
+
#: ../lib/puppet/transaction.rb:191
|
7796
7796
|
msgid "Evaluated in %{seconds} seconds"
|
7797
7797
|
msgstr ""
|
7798
7798
|
|
7799
|
-
#: ../lib/puppet/transaction.rb:
|
7799
|
+
#: ../lib/puppet/transaction.rb:310
|
7800
7800
|
msgid "Class dependency %{dep} has failures: %{status}"
|
7801
7801
|
msgstr ""
|
7802
7802
|
|
7803
|
-
#: ../lib/puppet/transaction.rb:
|
7803
|
+
#: ../lib/puppet/transaction.rb:316
|
7804
7804
|
msgid "Dependency %{dep} has failures: %{status}"
|
7805
7805
|
msgstr ""
|
7806
7806
|
|
7807
|
-
#: ../lib/puppet/transaction.rb:
|
7807
|
+
#: ../lib/puppet/transaction.rb:337
|
7808
7808
|
msgid "Prefetch failed for %{type_name} provider '%{name}'"
|
7809
7809
|
msgstr ""
|
7810
7810
|
|
7811
7811
|
#. TRANSLATORS `prefetch` is a function name and should not be translated
|
7812
|
-
#: ../lib/puppet/transaction.rb:
|
7812
|
+
#: ../lib/puppet/transaction.rb:384
|
7813
7813
|
msgid "Could not prefetch %{type_name} provider '%{name}': %{detail}"
|
7814
7814
|
msgstr ""
|
7815
7815
|
|
7816
|
-
#: ../lib/puppet/transaction.rb:
|
7816
|
+
#: ../lib/puppet/transaction.rb:418
|
7817
7817
|
msgid "Skipping resources in class because of failed class dependencies"
|
7818
7818
|
msgstr ""
|
7819
7819
|
|
7820
|
-
#: ../lib/puppet/transaction.rb:
|
7820
|
+
#: ../lib/puppet/transaction.rb:422
|
7821
7821
|
msgid "Skipping because of failed dependencies"
|
7822
7822
|
msgstr ""
|
7823
7823
|
|
7824
|
-
#: ../lib/puppet/transaction.rb:
|
7824
|
+
#: ../lib/puppet/transaction.rb:427
|
7825
7825
|
msgid "Skipping because provider prefetch failed"
|
7826
7826
|
msgstr ""
|
7827
7827
|
|
@@ -7842,29 +7842,29 @@ msgstr ""
|
|
7842
7842
|
msgid "Event status can only be %{statuses}"
|
7843
7843
|
msgstr ""
|
7844
7844
|
|
7845
|
-
#: ../lib/puppet/transaction/event_manager.rb:
|
7845
|
+
#: ../lib/puppet/transaction/event_manager.rb:88
|
7846
7846
|
msgid "Unscheduling all events on %{target}"
|
7847
7847
|
msgstr ""
|
7848
7848
|
|
7849
|
-
#: ../lib/puppet/transaction/event_manager.rb:
|
7849
|
+
#: ../lib/puppet/transaction/event_manager.rb:94
|
7850
7850
|
msgid "Unscheduling %{callback} on %{target}"
|
7851
7851
|
msgstr ""
|
7852
7852
|
|
7853
|
-
#: ../lib/puppet/transaction/event_manager.rb:
|
7853
|
+
#: ../lib/puppet/transaction/event_manager.rb:109
|
7854
7854
|
msgid "Scheduling %{callback} of %{target}"
|
7855
7855
|
msgstr ""
|
7856
7856
|
|
7857
|
-
#: ../lib/puppet/transaction/event_manager.rb:
|
7857
|
+
#: ../lib/puppet/transaction/event_manager.rb:153
|
7858
7858
|
msgid "Triggered '%{callback}' from %{count} event"
|
7859
7859
|
msgid_plural "Triggered '%{callback}' from %{count} events"
|
7860
7860
|
msgstr[0] ""
|
7861
7861
|
msgstr[1] ""
|
7862
7862
|
|
7863
|
-
#: ../lib/puppet/transaction/event_manager.rb:
|
7863
|
+
#: ../lib/puppet/transaction/event_manager.rb:160
|
7864
7864
|
msgid "Failed to call %{callback}: %{detail}"
|
7865
7865
|
msgstr ""
|
7866
7866
|
|
7867
|
-
#: ../lib/puppet/transaction/event_manager.rb:
|
7867
|
+
#: ../lib/puppet/transaction/event_manager.rb:175
|
7868
7868
|
msgid "Would have triggered '%{callback}' from %{count} event"
|
7869
7869
|
msgid_plural "Would have triggered '%{callback}' from %{count} events"
|
7870
7870
|
msgstr[0] ""
|
@@ -7878,19 +7878,19 @@ msgstr ""
|
|
7878
7878
|
msgid "Loaded transaction store file in %{seconds} seconds"
|
7879
7879
|
msgstr ""
|
7880
7880
|
|
7881
|
-
#: ../lib/puppet/transaction/persistence.rb:
|
7881
|
+
#: ../lib/puppet/transaction/persistence.rb:88
|
7882
7882
|
msgid "Transaction store file %{filename} is corrupt (%{detail}); replacing"
|
7883
7883
|
msgstr ""
|
7884
7884
|
|
7885
|
-
#: ../lib/puppet/transaction/persistence.rb:
|
7885
|
+
#: ../lib/puppet/transaction/persistence.rb:93
|
7886
7886
|
msgid "Unable to rename corrupt transaction store file: %{detail}"
|
7887
7887
|
msgstr ""
|
7888
7888
|
|
7889
|
-
#: ../lib/puppet/transaction/persistence.rb:
|
7889
|
+
#: ../lib/puppet/transaction/persistence.rb:94
|
7890
7890
|
msgid "Could not rename corrupt transaction store file %{filename}; remove manually"
|
7891
7891
|
msgstr ""
|
7892
7892
|
|
7893
|
-
#: ../lib/puppet/transaction/persistence.rb:
|
7893
|
+
#: ../lib/puppet/transaction/persistence.rb:101
|
7894
7894
|
msgid "Transaction store file %{filename} is valid YAML but not returning a hash. Check the file for corruption, or remove it before continuing."
|
7895
7895
|
msgstr ""
|
7896
7896
|
|
@@ -7962,120 +7962,120 @@ msgstr ""
|
|
7962
7962
|
msgid "Undefined attribute '%{attribute}' in %{name}"
|
7963
7963
|
msgstr ""
|
7964
7964
|
|
7965
|
-
#: ../lib/puppet/type.rb:
|
7965
|
+
#: ../lib/puppet/type.rb:1154
|
7966
7966
|
msgid "%{name} has no providers and has not overridden 'instances'"
|
7967
7967
|
msgstr ""
|
7968
7968
|
|
7969
|
-
#: ../lib/puppet/type.rb:
|
7969
|
+
#: ../lib/puppet/type.rb:1417
|
7970
7970
|
msgid "Cannot add aliases without a catalog"
|
7971
7971
|
msgstr ""
|
7972
7972
|
|
7973
|
-
#: ../lib/puppet/type.rb:
|
7973
|
+
#: ../lib/puppet/type.rb:1498
|
7974
7974
|
msgid "Could not find %{description} %{ref} for %{resource}"
|
7975
7975
|
msgstr ""
|
7976
7976
|
|
7977
|
-
#: ../lib/puppet/type.rb:
|
7977
|
+
#: ../lib/puppet/type.rb:1720
|
7978
7978
|
msgid "Found multiple default providers for %{name}: %{provider_list}; using %{selected_provider}"
|
7979
7979
|
msgstr ""
|
7980
7980
|
|
7981
|
-
#: ../lib/puppet/type.rb:
|
7981
|
+
#: ../lib/puppet/type.rb:1804
|
7982
7982
|
msgid "Could not find parent provider %{parent} of %{name}"
|
7983
7983
|
msgstr ""
|
7984
7984
|
|
7985
|
-
#: ../lib/puppet/type.rb:
|
7985
|
+
#: ../lib/puppet/type.rb:1875
|
7986
7986
|
msgid "Invalid %{resource} provider '%{provider_class}'"
|
7987
7987
|
msgstr ""
|
7988
7988
|
|
7989
|
-
#: ../lib/puppet/type.rb:
|
7989
|
+
#: ../lib/puppet/type.rb:1960
|
7990
7990
|
msgid "Could not find %{name} provider of %{provider}"
|
7991
7991
|
msgstr ""
|
7992
7992
|
|
7993
|
-
#: ../lib/puppet/type.rb:
|
7993
|
+
#: ../lib/puppet/type.rb:2078
|
7994
7994
|
msgid "You cannot add relationships without a catalog"
|
7995
7995
|
msgstr ""
|
7996
7996
|
|
7997
|
-
#: ../lib/puppet/type.rb:
|
7997
|
+
#: ../lib/puppet/type.rb:2395
|
7998
7998
|
msgid "Unable to mark '%{name}' as sensitive: %{name} is a parameter and not a property, and cannot be automatically redacted."
|
7999
7999
|
msgstr ""
|
8000
8000
|
|
8001
|
-
#: ../lib/puppet/type.rb:
|
8001
|
+
#: ../lib/puppet/type.rb:2398
|
8002
8002
|
msgid "Unable to mark '%{name}' as sensitive: the property itself was not assigned a value."
|
8003
8003
|
msgstr ""
|
8004
8004
|
|
8005
|
-
#: ../lib/puppet/type.rb:
|
8005
|
+
#: ../lib/puppet/type.rb:2400
|
8006
8006
|
msgid "Unable to mark '%{name}' as sensitive: the property itself is not defined on %{type}."
|
8007
8007
|
msgstr ""
|
8008
8008
|
|
8009
|
-
#: ../lib/puppet/type.rb:
|
8009
|
+
#: ../lib/puppet/type.rb:2458
|
8010
8010
|
msgid "Could not set %{attribute} on %{class_name}: %{detail}"
|
8011
8011
|
msgstr ""
|
8012
8012
|
|
8013
|
-
#: ../lib/puppet/type/exec.rb:
|
8013
|
+
#: ../lib/puppet/type/exec.rb:122
|
8014
8014
|
msgid "executed successfully"
|
8015
8015
|
msgstr ""
|
8016
8016
|
|
8017
|
-
#: ../lib/puppet/type/exec.rb:
|
8017
|
+
#: ../lib/puppet/type/exec.rb:157
|
8018
8018
|
msgid "Command exceeded timeout"
|
8019
8019
|
msgstr ""
|
8020
8020
|
|
8021
|
-
#: ../lib/puppet/type/exec.rb:
|
8021
|
+
#: ../lib/puppet/type/exec.rb:186
|
8022
8022
|
msgid "[command redacted] returned %{status} instead of one of [%{expected}]"
|
8023
8023
|
msgstr ""
|
8024
8024
|
|
8025
|
-
#: ../lib/puppet/type/exec.rb:
|
8025
|
+
#: ../lib/puppet/type/exec.rb:188
|
8026
8026
|
msgid "'%{cmd}' returned %{status} instead of one of [%{expected}]"
|
8027
8027
|
msgstr ""
|
8028
8028
|
|
8029
|
-
#: ../lib/puppet/type/exec.rb:
|
8029
|
+
#: ../lib/puppet/type/exec.rb:218
|
8030
8030
|
msgid "Command must be a String or Array<String>, got value of class %{klass}"
|
8031
8031
|
msgstr ""
|
8032
8032
|
|
8033
|
-
#: ../lib/puppet/type/exec.rb:
|
8033
|
+
#: ../lib/puppet/type/exec.rb:251
|
8034
8034
|
msgid "Unable to execute commands as other users on Windows"
|
8035
8035
|
msgstr ""
|
8036
8036
|
|
8037
|
-
#: ../lib/puppet/type/exec.rb:
|
8037
|
+
#: ../lib/puppet/type/exec.rb:253
|
8038
8038
|
msgid "Only root can execute commands as other users"
|
8039
8039
|
msgstr ""
|
8040
8040
|
|
8041
|
-
#: ../lib/puppet/type/exec.rb:
|
8041
|
+
#: ../lib/puppet/type/exec.rb:309
|
8042
8042
|
msgid "Invalid environment setting '%{value}'"
|
8043
8043
|
msgstr ""
|
8044
8044
|
|
8045
|
-
#: ../lib/puppet/type/exec.rb:
|
8045
|
+
#: ../lib/puppet/type/exec.rb:322
|
8046
8046
|
msgid "The umask specification is invalid: %{value}"
|
8047
8047
|
msgstr ""
|
8048
8048
|
|
8049
|
-
#: ../lib/puppet/type/exec.rb:
|
8049
|
+
#: ../lib/puppet/type/exec.rb:338
|
8050
8050
|
msgid "The timeout must be a number."
|
8051
8051
|
msgstr ""
|
8052
8052
|
|
8053
|
-
#: ../lib/puppet/type/exec.rb:
|
8053
|
+
#: ../lib/puppet/type/exec.rb:355
|
8054
8054
|
msgid "Tries must be an integer"
|
8055
8055
|
msgstr ""
|
8056
8056
|
|
8057
|
-
#: ../lib/puppet/type/exec.rb:
|
8057
|
+
#: ../lib/puppet/type/exec.rb:360
|
8058
8058
|
msgid "Tries must be an integer >= 1"
|
8059
8059
|
msgstr ""
|
8060
8060
|
|
8061
|
-
#: ../lib/puppet/type/exec.rb:
|
8061
|
+
#: ../lib/puppet/type/exec.rb:374
|
8062
8062
|
msgid "try_sleep must be a number"
|
8063
8063
|
msgstr ""
|
8064
8064
|
|
8065
|
-
#: ../lib/puppet/type/exec.rb:
|
8065
|
+
#: ../lib/puppet/type/exec.rb:379
|
8066
8066
|
msgid "try_sleep cannot be a negative number"
|
8067
8067
|
msgstr ""
|
8068
8068
|
|
8069
8069
|
#. TRANSLATORS 'creates' is a parameter name and should not be translated
|
8070
|
-
#: ../lib/puppet/type/exec.rb:
|
8070
|
+
#: ../lib/puppet/type/exec.rb:455
|
8071
8071
|
msgid "Checking that 'creates' path '%{creates_path}' exists"
|
8072
8072
|
msgstr ""
|
8073
8073
|
|
8074
|
-
#: ../lib/puppet/type/exec.rb:
|
8074
|
+
#: ../lib/puppet/type/exec.rb:507 ../lib/puppet/type/exec.rb:570
|
8075
8075
|
msgid "Check %{value} exceeded timeout"
|
8076
8076
|
msgstr ""
|
8077
8077
|
|
8078
|
-
#: ../lib/puppet/type/exec.rb:
|
8078
|
+
#: ../lib/puppet/type/exec.rb:673
|
8079
8079
|
msgid "'%{cmd}' won't be executed because of failed check '%{check}'"
|
8080
8080
|
msgstr ""
|
8081
8081
|
|
@@ -8131,38 +8131,38 @@ msgstr ""
|
|
8131
8131
|
msgid "Could not find filebucket %{backup} specified in backup"
|
8132
8132
|
msgstr ""
|
8133
8133
|
|
8134
|
-
#: ../lib/puppet/type/file.rb:
|
8134
|
+
#: ../lib/puppet/type/file.rb:803
|
8135
8135
|
msgid "Could not back up file of type %{current_type}"
|
8136
8136
|
msgstr ""
|
8137
8137
|
|
8138
|
-
#: ../lib/puppet/type/file.rb:
|
8138
|
+
#: ../lib/puppet/type/file.rb:818
|
8139
8139
|
msgid "Could not remove files of type %{current_type}"
|
8140
8140
|
msgstr ""
|
8141
8141
|
|
8142
8142
|
#. TRANSLATORS "source_permissions => ignore" should not be translated
|
8143
|
-
#: ../lib/puppet/type/file.rb:
|
8143
|
+
#: ../lib/puppet/type/file.rb:829
|
8144
8144
|
msgid "Copying owner/mode/group from the source file on Windows is not supported; use source_permissions => ignore."
|
8145
8145
|
msgstr ""
|
8146
8146
|
|
8147
8147
|
#. TRANSLATORS "stat" is a program name and should not be translated
|
8148
|
-
#: ../lib/puppet/type/file.rb:
|
8148
|
+
#: ../lib/puppet/type/file.rb:912 ../lib/puppet/type/tidy.rb:377
|
8149
8149
|
msgid "Could not stat; permission denied"
|
8150
8150
|
msgstr ""
|
8151
8151
|
|
8152
|
-
#: ../lib/puppet/type/file.rb:
|
8152
|
+
#: ../lib/puppet/type/file.rb:915
|
8153
8153
|
msgid "Could not stat; invalid pathname"
|
8154
8154
|
msgstr ""
|
8155
8155
|
|
8156
|
-
#: ../lib/puppet/type/file.rb:
|
8156
|
+
#: ../lib/puppet/type/file.rb:1040
|
8157
8157
|
msgid "Not removing directory; use 'force' to override"
|
8158
8158
|
msgstr ""
|
8159
8159
|
|
8160
8160
|
#. TRANSLATORS refers to a file which could not be backed up
|
8161
|
-
#: ../lib/puppet/type/file.rb:
|
8161
|
+
#: ../lib/puppet/type/file.rb:1065
|
8162
8162
|
msgid "Could not back up; will not remove"
|
8163
8163
|
msgstr ""
|
8164
8164
|
|
8165
|
-
#: ../lib/puppet/type/file.rb:
|
8165
|
+
#: ../lib/puppet/type/file.rb:1080
|
8166
8166
|
msgid "File written to disk did not match desired checksum; discarding changes (%{content_checksum} vs %{desired_checksum})"
|
8167
8167
|
msgstr ""
|
8168
8168
|
|
@@ -8204,7 +8204,7 @@ msgid "Not managing symlink mode"
|
|
8204
8204
|
msgstr ""
|
8205
8205
|
|
8206
8206
|
#. TRANSLATORS "source_permissions" is a parameter name and should not be translated
|
8207
|
-
#: ../lib/puppet/type/file/source.rb:
|
8207
|
+
#: ../lib/puppet/type/file/source.rb:374
|
8208
8208
|
msgid "The `source_permissions` parameter is deprecated. Explicitly set `owner`, `group`, and `mode`."
|
8209
8209
|
msgstr ""
|
8210
8210
|
|
@@ -8316,11 +8316,11 @@ msgstr ""
|
|
8316
8316
|
msgid "Passwords cannot include ':'"
|
8317
8317
|
msgstr ""
|
8318
8318
|
|
8319
|
-
#: ../lib/puppet/type/service.rb:
|
8319
|
+
#: ../lib/puppet/type/service.rb:285
|
8320
8320
|
msgid "\"%{value}\" is not a positive integer: the timeout parameter must be specified as a positive integer"
|
8321
8321
|
msgstr ""
|
8322
8322
|
|
8323
|
-
#: ../lib/puppet/type/service.rb:
|
8323
|
+
#: ../lib/puppet/type/service.rb:306
|
8324
8324
|
msgid "The 'logonaccount' parameter is mandatory when setting 'logonpassword'."
|
8325
8325
|
msgstr ""
|
8326
8326
|
|
@@ -8351,7 +8351,7 @@ msgstr ""
|
|
8351
8351
|
msgid "Tidying %{count} files"
|
8352
8352
|
msgstr ""
|
8353
8353
|
|
8354
|
-
#: ../lib/puppet/type/tidy.rb:
|
8354
|
+
#: ../lib/puppet/type/tidy.rb:373
|
8355
8355
|
msgid "File does not exist"
|
8356
8356
|
msgstr ""
|
8357
8357
|
|
@@ -8455,32 +8455,32 @@ msgid "Benchmarked object does not respond to %{value}"
|
|
8455
8455
|
msgstr ""
|
8456
8456
|
|
8457
8457
|
#. TRANSLATORS PATH and HOME are environment variables and should not be translated
|
8458
|
-
#: ../lib/puppet/util.rb:
|
8458
|
+
#: ../lib/puppet/util.rb:223
|
8459
8459
|
msgid "PATH contains a ~ character, and HOME is not set; ignoring PATH element '%{dir}'."
|
8460
8460
|
msgstr ""
|
8461
8461
|
|
8462
8462
|
#. TRANSLATORS PATH is an environment variable and should not be translated
|
8463
|
-
#: ../lib/puppet/util.rb:
|
8463
|
+
#: ../lib/puppet/util.rb:227
|
8464
8464
|
msgid "Couldn't expand PATH containing a ~ character; ignoring PATH element '%{dir}'."
|
8465
8465
|
msgstr ""
|
8466
8466
|
|
8467
|
-
#: ../lib/puppet/util.rb:
|
8467
|
+
#: ../lib/puppet/util.rb:273
|
8468
8468
|
msgid "unknown platform %{platform} in absolute_path"
|
8469
8469
|
msgstr ""
|
8470
8470
|
|
8471
|
-
#: ../lib/puppet/util.rb:
|
8471
|
+
#: ../lib/puppet/util.rb:308
|
8472
8472
|
msgid "Failed to convert '%{path}' to URI: %{detail}"
|
8473
8473
|
msgstr ""
|
8474
8474
|
|
8475
|
-
#: ../lib/puppet/util.rb:
|
8475
|
+
#: ../lib/puppet/util.rb:408
|
8476
8476
|
msgid "path may not be nil"
|
8477
8477
|
msgstr ""
|
8478
8478
|
|
8479
|
-
#: ../lib/puppet/util.rb:
|
8479
|
+
#: ../lib/puppet/util.rb:595
|
8480
8480
|
msgid "replace_file requires a block"
|
8481
8481
|
msgstr ""
|
8482
8482
|
|
8483
|
-
#: ../lib/puppet/util.rb:
|
8483
|
+
#: ../lib/puppet/util.rb:599
|
8484
8484
|
msgid "replace_file default_mode: %{default_mode} is invalid"
|
8485
8485
|
msgstr ""
|
8486
8486
|
|
@@ -8492,23 +8492,23 @@ msgstr ""
|
|
8492
8492
|
msgid "The loaded Fiddle version is not supported."
|
8493
8493
|
msgstr ""
|
8494
8494
|
|
8495
|
-
#: ../lib/puppet/util/at_fork/solaris.rb:
|
8495
|
+
#: ../lib/puppet/util/at_fork/solaris.rb:84
|
8496
8496
|
msgid "Failed to activate a new process contract template"
|
8497
8497
|
msgstr ""
|
8498
8498
|
|
8499
|
-
#: ../lib/puppet/util/at_fork/solaris.rb:
|
8499
|
+
#: ../lib/puppet/util/at_fork/solaris.rb:97
|
8500
8500
|
msgid "Failed to deactivate process contract template in the parent process"
|
8501
8501
|
msgstr ""
|
8502
8502
|
|
8503
|
-
#: ../lib/puppet/util/at_fork/solaris.rb:
|
8503
|
+
#: ../lib/puppet/util/at_fork/solaris.rb:99
|
8504
8504
|
msgid "Failed to deactivate process contract template in the child process"
|
8505
8505
|
msgstr ""
|
8506
8506
|
|
8507
|
-
#: ../lib/puppet/util/at_fork/solaris.rb:
|
8507
|
+
#: ../lib/puppet/util/at_fork/solaris.rb:123
|
8508
8508
|
msgid "Failed to get latest child process contract id"
|
8509
8509
|
msgstr ""
|
8510
8510
|
|
8511
|
-
#: ../lib/puppet/util/at_fork/solaris.rb:
|
8511
|
+
#: ../lib/puppet/util/at_fork/solaris.rb:140
|
8512
8512
|
msgid "Failed to abandon a child process contract"
|
8513
8513
|
msgstr ""
|
8514
8514
|
|
@@ -8552,7 +8552,7 @@ msgstr ""
|
|
8552
8552
|
msgid "%{error}: %{value} cannot be transcoded by Puppet."
|
8553
8553
|
msgstr ""
|
8554
8554
|
|
8555
|
-
#: ../lib/puppet/util/character_encoding.rb:
|
8555
|
+
#: ../lib/puppet/util/character_encoding.rb:76
|
8556
8556
|
msgid "%{value} is not valid UTF-8 and result of overriding encoding would be invalid."
|
8557
8557
|
msgstr ""
|
8558
8558
|
|
@@ -8584,15 +8584,15 @@ msgstr ""
|
|
8584
8584
|
msgid "Error: Unknown Puppet subcommand '%{cmd}'"
|
8585
8585
|
msgstr ""
|
8586
8586
|
|
8587
|
-
#: ../lib/puppet/util/command_line/puppet_option_parser.rb:
|
8587
|
+
#: ../lib/puppet/util/command_line/puppet_option_parser.rb:49
|
8588
8588
|
msgid "this method only takes 3 or 4 arguments. Given: %{args}"
|
8589
8589
|
msgstr ""
|
8590
8590
|
|
8591
|
-
#: ../lib/puppet/util/command_line/puppet_option_parser.rb:
|
8591
|
+
#: ../lib/puppet/util/command_line/puppet_option_parser.rb:66
|
8592
8592
|
msgid "Unsupported type: '%{type}'"
|
8593
8593
|
msgstr ""
|
8594
8594
|
|
8595
|
-
#: ../lib/puppet/util/command_line/puppet_option_parser.rb:
|
8595
|
+
#: ../lib/puppet/util/command_line/puppet_option_parser.rb:78
|
8596
8596
|
msgid "Error parsing arguments"
|
8597
8597
|
msgstr ""
|
8598
8598
|
|
@@ -8628,104 +8628,108 @@ msgstr ""
|
|
8628
8628
|
msgid "long option name %{value0} is already taken; please specify a (different) :long"
|
8629
8629
|
msgstr ""
|
8630
8630
|
|
8631
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8631
|
+
#: ../lib/puppet/util/command_line/trollop.rb:239
|
8632
8632
|
msgid "invalid short option name '%{name}'"
|
8633
8633
|
msgstr ""
|
8634
8634
|
|
8635
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8635
|
+
#: ../lib/puppet/util/command_line/trollop.rb:243
|
8636
8636
|
msgid "short option name %{value0} is already taken; please specify a (different) :short"
|
8637
8637
|
msgstr ""
|
8638
8638
|
|
8639
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8639
|
+
#: ../lib/puppet/util/command_line/trollop.rb:244
|
8640
8640
|
msgid "a short option name can't be a number or a dash"
|
8641
8641
|
msgstr ""
|
8642
8642
|
|
8643
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8643
|
+
#: ../lib/puppet/util/command_line/trollop.rb:277 ../lib/puppet/util/command_line/trollop.rb:283
|
8644
8644
|
msgid "unknown option '%{sym}'"
|
8645
8645
|
msgstr ""
|
8646
8646
|
|
8647
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8647
|
+
#: ../lib/puppet/util/command_line/trollop.rb:318
|
8648
8648
|
msgid "Print version and exit"
|
8649
8649
|
msgstr ""
|
8650
8650
|
|
8651
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8651
|
+
#: ../lib/puppet/util/command_line/trollop.rb:320
|
8652
8652
|
msgid "Show this message"
|
8653
8653
|
msgstr ""
|
8654
8654
|
|
8655
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8655
|
+
#: ../lib/puppet/util/command_line/trollop.rb:342 ../lib/puppet/util/command_line/trollop.rb:353
|
8656
|
+
msgid "Partial argument match detected: correct argument is %{partial_match}, got %{arg}. Partial argument matching is deprecated and will be removed in a future release."
|
8657
|
+
msgstr ""
|
8658
|
+
|
8659
|
+
#: ../lib/puppet/util/command_line/trollop.rb:360
|
8656
8660
|
msgid "invalid argument syntax: '%{arg}'"
|
8657
8661
|
msgstr ""
|
8658
8662
|
|
8659
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8663
|
+
#: ../lib/puppet/util/command_line/trollop.rb:365
|
8660
8664
|
msgid "unknown argument '%{arg}'"
|
8661
8665
|
msgstr ""
|
8662
8666
|
|
8663
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8667
|
+
#: ../lib/puppet/util/command_line/trollop.rb:369
|
8664
8668
|
msgid "option '%{arg}' specified multiple times"
|
8665
8669
|
msgstr ""
|
8666
8670
|
|
8667
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8671
|
+
#: ../lib/puppet/util/command_line/trollop.rb:406
|
8668
8672
|
msgid "--%{value0} requires --%{value1}"
|
8669
8673
|
msgstr ""
|
8670
8674
|
|
8671
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8675
|
+
#: ../lib/puppet/util/command_line/trollop.rb:408
|
8672
8676
|
msgid "--%{value0} conflicts with --%{value1}"
|
8673
8677
|
msgstr ""
|
8674
8678
|
|
8675
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8679
|
+
#: ../lib/puppet/util/command_line/trollop.rb:413
|
8676
8680
|
msgid "option --%{opt} must be specified"
|
8677
8681
|
msgstr ""
|
8678
8682
|
|
8679
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8683
|
+
#: ../lib/puppet/util/command_line/trollop.rb:422
|
8680
8684
|
msgid "option '%{arg}' needs a parameter"
|
8681
8685
|
msgstr ""
|
8682
8686
|
|
8683
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8687
|
+
#: ../lib/puppet/util/command_line/trollop.rb:481
|
8684
8688
|
msgid "option '%{arg}' needs a date"
|
8685
8689
|
msgstr ""
|
8686
8690
|
|
8687
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8691
|
+
#: ../lib/puppet/util/command_line/trollop.rb:513
|
8688
8692
|
msgid "Options:"
|
8689
8693
|
msgstr ""
|
8690
8694
|
|
8691
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8695
|
+
#: ../lib/puppet/util/command_line/trollop.rb:537
|
8692
8696
|
msgid " (Default: %{default_s})"
|
8693
8697
|
msgstr ""
|
8694
8698
|
|
8695
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8699
|
+
#: ../lib/puppet/util/command_line/trollop.rb:539
|
8696
8700
|
msgid " (default: %{default_s})"
|
8697
8701
|
msgstr ""
|
8698
8702
|
|
8699
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8703
|
+
#: ../lib/puppet/util/command_line/trollop.rb:576
|
8700
8704
|
msgid "Error: argument --%{value0} %{msg}."
|
8701
8705
|
msgstr ""
|
8702
8706
|
|
8703
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8707
|
+
#: ../lib/puppet/util/command_line/trollop.rb:578
|
8704
8708
|
msgid "Error: %{arg}."
|
8705
8709
|
msgstr ""
|
8706
8710
|
|
8707
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8711
|
+
#: ../lib/puppet/util/command_line/trollop.rb:580 ../lib/puppet/util/command_line/trollop.rb:806
|
8708
8712
|
msgid "Try --help for help."
|
8709
8713
|
msgstr ""
|
8710
8714
|
|
8711
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8715
|
+
#: ../lib/puppet/util/command_line/trollop.rb:659
|
8712
8716
|
msgid "option '%{arg}' needs an integer"
|
8713
8717
|
msgstr ""
|
8714
8718
|
|
8715
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8719
|
+
#: ../lib/puppet/util/command_line/trollop.rb:665
|
8716
8720
|
msgid "option '%{arg}' needs a floating-point number"
|
8717
8721
|
msgstr ""
|
8718
8722
|
|
8719
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8723
|
+
#: ../lib/puppet/util/command_line/trollop.rb:678
|
8720
8724
|
msgid "file or url for option '%{arg}' cannot be opened: %{value0}"
|
8721
8725
|
msgstr ""
|
8722
8726
|
|
8723
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8727
|
+
#: ../lib/puppet/util/command_line/trollop.rb:805
|
8724
8728
|
msgid "Error: %{value0}."
|
8725
8729
|
msgstr ""
|
8726
8730
|
|
8727
8731
|
#. TRANSLATORS 'Trollop' is the name of a module and 'die' and 'options' are methods in it and should not be translated.
|
8728
|
-
#: ../lib/puppet/util/command_line/trollop.rb:
|
8732
|
+
#: ../lib/puppet/util/command_line/trollop.rb:839
|
8729
8733
|
msgid "Trollop::die can only be called after Trollop::options"
|
8730
8734
|
msgstr ""
|
8731
8735
|
|
@@ -8761,39 +8765,39 @@ msgstr ""
|
|
8761
8765
|
msgid "%{klass} failed with error %{error_type}: %{detail}"
|
8762
8766
|
msgstr ""
|
8763
8767
|
|
8764
|
-
#: ../lib/puppet/util/execution.rb:
|
8768
|
+
#: ../lib/puppet/util/execution.rb:188
|
8765
8769
|
msgid "Working directory %{cwd} does not exist!"
|
8766
8770
|
msgstr ""
|
8767
8771
|
|
8768
|
-
#: ../lib/puppet/util/execution.rb:
|
8772
|
+
#: ../lib/puppet/util/execution.rb:303
|
8769
8773
|
msgid "Could not get output"
|
8770
8774
|
msgstr ""
|
8771
8775
|
|
8772
|
-
#: ../lib/puppet/util/execution.rb:
|
8776
|
+
#: ../lib/puppet/util/execution.rb:312
|
8773
8777
|
msgid "Execution of '%{str}' returned %{exit_status}: %{output}"
|
8774
8778
|
msgstr ""
|
8775
8779
|
|
8776
|
-
#: ../lib/puppet/util/execution.rb:
|
8780
|
+
#: ../lib/puppet/util/execution.rb:394
|
8777
8781
|
msgid "Could not execute posix command: %{detail}"
|
8778
8782
|
msgstr ""
|
8779
8783
|
|
8780
|
-
#: ../lib/puppet/util/execution.rb:
|
8784
|
+
#: ../lib/puppet/util/execution.rb:439
|
8781
8785
|
msgid "Waiting for output; will sleep %{time_to_sleep} seconds"
|
8782
8786
|
msgstr ""
|
8783
8787
|
|
8784
|
-
#: ../lib/puppet/util/feature.rb:
|
8788
|
+
#: ../lib/puppet/util/feature.rb:91
|
8785
8789
|
msgid "Failed to load feature test for %{name}: %{detail}"
|
8786
8790
|
msgstr ""
|
8787
8791
|
|
8788
|
-
#: ../lib/puppet/util/feature.rb:
|
8792
|
+
#: ../lib/puppet/util/feature.rb:110
|
8789
8793
|
msgid "Libraries must be passed as strings not %{klass}"
|
8790
8794
|
msgstr ""
|
8791
8795
|
|
8792
|
-
#: ../lib/puppet/util/feature.rb:
|
8796
|
+
#: ../lib/puppet/util/feature.rb:120
|
8793
8797
|
msgid "Could not find library '%{lib}' required to enable feature '%{name}'"
|
8794
8798
|
msgstr ""
|
8795
8799
|
|
8796
|
-
#: ../lib/puppet/util/feature.rb:
|
8800
|
+
#: ../lib/puppet/util/feature.rb:124
|
8797
8801
|
msgid "Exception occurred while loading library '%{lib}' required to enable feature '%{name}': %{detail}"
|
8798
8802
|
msgstr ""
|
8799
8803
|
|
@@ -8801,7 +8805,7 @@ msgstr ""
|
|
8801
8805
|
msgid "Cannot have fields named %{name}"
|
8802
8806
|
msgstr ""
|
8803
8807
|
|
8804
|
-
#: ../lib/puppet/util/fileparsing.rb:66 ../lib/puppet/util/fileparsing.rb:
|
8808
|
+
#: ../lib/puppet/util/fileparsing.rb:66 ../lib/puppet/util/fileparsing.rb:338
|
8805
8809
|
msgid "Invalid record type %{record_type}"
|
8806
8810
|
msgstr ""
|
8807
8811
|
|
@@ -8809,83 +8813,83 @@ msgstr ""
|
|
8809
8813
|
msgid "Field '%{field}' is required"
|
8810
8814
|
msgstr ""
|
8811
8815
|
|
8812
|
-
#: ../lib/puppet/util/fileparsing.rb:
|
8816
|
+
#: ../lib/puppet/util/fileparsing.rb:179
|
8813
8817
|
msgid "Process record type %{record_name} returned non-hash"
|
8814
8818
|
msgstr ""
|
8815
8819
|
|
8816
|
-
#: ../lib/puppet/util/fileparsing.rb:
|
8820
|
+
#: ../lib/puppet/util/fileparsing.rb:259
|
8817
8821
|
msgid "Could not parse line %{line}"
|
8818
8822
|
msgstr ""
|
8819
8823
|
|
8820
|
-
#: ../lib/puppet/util/fileparsing.rb:
|
8824
|
+
#: ../lib/puppet/util/fileparsing.rb:268
|
8821
8825
|
msgid "No record types defined; cannot parse lines"
|
8822
8826
|
msgstr ""
|
8823
8827
|
|
8824
|
-
#: ../lib/puppet/util/fileparsing.rb:
|
8828
|
+
#: ../lib/puppet/util/fileparsing.rb:280
|
8825
8829
|
msgid "Somehow got invalid line type %{record_type}"
|
8826
8830
|
msgstr ""
|
8827
8831
|
|
8828
|
-
#: ../lib/puppet/util/fileparsing.rb:
|
8832
|
+
#: ../lib/puppet/util/fileparsing.rb:302
|
8829
8833
|
msgid "Must include a list of fields"
|
8830
8834
|
msgstr ""
|
8831
8835
|
|
8832
|
-
#: ../lib/puppet/util/fileparsing.rb:
|
8836
|
+
#: ../lib/puppet/util/fileparsing.rb:317
|
8833
8837
|
msgid "You must provide a :match regex for text lines"
|
8834
8838
|
msgstr ""
|
8835
8839
|
|
8836
|
-
#: ../lib/puppet/util/fileparsing.rb:
|
8840
|
+
#: ../lib/puppet/util/fileparsing.rb:392
|
8837
8841
|
msgid "Line type %{name} is already defined"
|
8838
8842
|
msgstr ""
|
8839
8843
|
|
8840
|
-
#: ../lib/puppet/util/filetype.rb:
|
8844
|
+
#: ../lib/puppet/util/filetype.rb:50
|
8841
8845
|
msgid "%{klass} could not read %{path}: %{detail}"
|
8842
8846
|
msgstr ""
|
8843
8847
|
|
8844
|
-
#: ../lib/puppet/util/filetype.rb:
|
8848
|
+
#: ../lib/puppet/util/filetype.rb:64
|
8845
8849
|
msgid "%{klass} could not write %{path}: %{detail}"
|
8846
8850
|
msgstr ""
|
8847
8851
|
|
8848
|
-
#: ../lib/puppet/util/filetype.rb:
|
8852
|
+
#: ../lib/puppet/util/filetype.rb:81
|
8849
8853
|
msgid "Path is nil"
|
8850
8854
|
msgstr ""
|
8851
8855
|
|
8852
|
-
#: ../lib/puppet/util/filetype.rb:
|
8856
|
+
#: ../lib/puppet/util/filetype.rb:152
|
8853
8857
|
msgid "Reading %{path} from RAM"
|
8854
8858
|
msgstr ""
|
8855
8859
|
|
8856
|
-
#: ../lib/puppet/util/filetype.rb:
|
8860
|
+
#: ../lib/puppet/util/filetype.rb:158
|
8857
8861
|
msgid "Removing %{path} from RAM"
|
8858
8862
|
msgstr ""
|
8859
8863
|
|
8860
|
-
#: ../lib/puppet/util/filetype.rb:
|
8864
|
+
#: ../lib/puppet/util/filetype.rb:164
|
8861
8865
|
msgid "Writing %{path} to RAM"
|
8862
8866
|
msgstr ""
|
8863
8867
|
|
8864
|
-
#: ../lib/puppet/util/filetype.rb:
|
8868
|
+
#: ../lib/puppet/util/filetype.rb:185
|
8865
8869
|
msgid "Could not retrieve user %{user}: %{detail}"
|
8866
8870
|
msgstr ""
|
8867
8871
|
|
8868
|
-
#: ../lib/puppet/util/filetype.rb:
|
8872
|
+
#: ../lib/puppet/util/filetype.rb:196 ../lib/puppet/util/filetype.rb:261 ../lib/puppet/util/filetype.rb:312
|
8869
8873
|
msgid "The %{path} user does not exist. Treating their crontab file as empty in case Puppet creates them in the middle of the run."
|
8870
8874
|
msgstr ""
|
8871
8875
|
|
8872
|
-
#: ../lib/puppet/util/filetype.rb:
|
8876
|
+
#: ../lib/puppet/util/filetype.rb:207 ../lib/puppet/util/filetype.rb:272 ../lib/puppet/util/filetype.rb:323
|
8873
8877
|
msgid "The %{path} user is not authorized to use cron. Their crontab file is treated as empty in case Puppet authorizes them in the middle of the run (by, for example, modifying the cron.deny or cron.allow files)."
|
8874
8878
|
msgstr ""
|
8875
8879
|
|
8876
|
-
#: ../lib/puppet/util/filetype.rb:
|
8880
|
+
#: ../lib/puppet/util/filetype.rb:211 ../lib/puppet/util/filetype.rb:276 ../lib/puppet/util/filetype.rb:327
|
8877
8881
|
msgid "Could not read crontab for %{path}: %{detail}"
|
8878
8882
|
msgstr ""
|
8879
8883
|
|
8880
|
-
#: ../lib/puppet/util/filetype.rb:
|
8884
|
+
#: ../lib/puppet/util/filetype.rb:233
|
8881
8885
|
msgid "Cannot write the %{path} user's crontab: The user does not exist"
|
8882
8886
|
msgstr ""
|
8883
8887
|
|
8884
|
-
#: ../lib/puppet/util/filetype.rb:
|
8888
|
+
#: ../lib/puppet/util/filetype.rb:284 ../lib/puppet/util/filetype.rb:335
|
8885
8889
|
msgid "Could not remove crontab for %{path}: %{detail}"
|
8886
8890
|
msgstr ""
|
8887
8891
|
|
8888
|
-
#: ../lib/puppet/util/filetype.rb:
|
8892
|
+
#: ../lib/puppet/util/filetype.rb:299 ../lib/puppet/util/filetype.rb:351
|
8889
8893
|
msgid "Could not write crontab for %{path}: %{detail}"
|
8890
8894
|
msgstr ""
|
8891
8895
|
|
@@ -8930,15 +8934,15 @@ msgstr ""
|
|
8930
8934
|
msgid "Could not get dn from ldap entry"
|
8931
8935
|
msgstr ""
|
8932
8936
|
|
8933
|
-
#: ../lib/puppet/util/ldap/manager.rb:
|
8937
|
+
#: ../lib/puppet/util/ldap/manager.rb:145
|
8934
8938
|
msgid "%{source} must be defined to generate %{name}"
|
8935
8939
|
msgstr ""
|
8936
8940
|
|
8937
|
-
#: ../lib/puppet/util/ldap/manager.rb:
|
8941
|
+
#: ../lib/puppet/util/ldap/manager.rb:222
|
8938
8942
|
msgid "Removing %{name} from ldap"
|
8939
8943
|
msgstr ""
|
8940
8944
|
|
8941
|
-
#: ../lib/puppet/util/ldap/manager.rb:
|
8945
|
+
#: ../lib/puppet/util/ldap/manager.rb:229
|
8942
8946
|
msgid "Creating %{name} in ldap"
|
8943
8947
|
msgstr ""
|
8944
8948
|
|
@@ -8955,7 +8959,7 @@ msgstr ""
|
|
8955
8959
|
msgid "Logs require a level"
|
8956
8960
|
msgstr ""
|
8957
8961
|
|
8958
|
-
#: ../lib/puppet/util/log.rb:87 ../lib/puppet/util/log.rb:
|
8962
|
+
#: ../lib/puppet/util/log.rb:87 ../lib/puppet/util/log.rb:392 ../lib/puppet/util/windows/eventlog.rb:102
|
8959
8963
|
msgid "Invalid log level %{level}"
|
8960
8964
|
msgstr ""
|
8961
8965
|
|
@@ -8982,25 +8986,25 @@ msgid "Reopening log files"
|
|
8982
8986
|
msgstr ""
|
8983
8987
|
|
8984
8988
|
#. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
|
8985
|
-
#: ../lib/puppet/util/log.rb:
|
8989
|
+
#: ../lib/puppet/util/log.rb:380
|
8986
8990
|
msgid "Puppet::Util::Log requires a message"
|
8987
8991
|
msgstr ""
|
8988
8992
|
|
8989
8993
|
#. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
|
8990
|
-
#: ../lib/puppet/util/log.rb:
|
8994
|
+
#: ../lib/puppet/util/log.rb:387
|
8991
8995
|
msgid "Puppet::Util::Log requires a log level"
|
8992
8996
|
msgstr ""
|
8993
8997
|
|
8994
8998
|
#. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
|
8995
|
-
#: ../lib/puppet/util/log.rb:
|
8999
|
+
#: ../lib/puppet/util/log.rb:389
|
8996
9000
|
msgid "Puppet::Util::Log requires a symbol or string"
|
8997
9001
|
msgstr ""
|
8998
9002
|
|
8999
|
-
#: ../lib/puppet/util/log.rb:
|
9003
|
+
#: ../lib/puppet/util/log.rb:421
|
9000
9004
|
msgid "Could not parse for environment %{environment}: %{msg}"
|
9001
9005
|
msgstr ""
|
9002
9006
|
|
9003
|
-
#: ../lib/puppet/util/log.rb:
|
9007
|
+
#: ../lib/puppet/util/log.rb:423
|
9004
9008
|
msgid "%{msg} on node %{node}"
|
9005
9009
|
msgstr ""
|
9006
9010
|
|
@@ -9113,15 +9117,15 @@ msgstr ""
|
|
9113
9117
|
msgid "Could not find rst2latex"
|
9114
9118
|
msgstr ""
|
9115
9119
|
|
9116
|
-
#: ../lib/puppet/util/reference.rb:
|
9120
|
+
#: ../lib/puppet/util/reference.rb:52
|
9117
9121
|
msgid "rst2latex failed"
|
9118
9122
|
msgstr ""
|
9119
9123
|
|
9120
|
-
#: ../lib/puppet/util/reference.rb:
|
9124
|
+
#: ../lib/puppet/util/reference.rb:94
|
9121
9125
|
msgid "%{name} Reference"
|
9122
9126
|
msgstr ""
|
9123
9127
|
|
9124
|
-
#: ../lib/puppet/util/reference.rb:
|
9128
|
+
#: ../lib/puppet/util/reference.rb:116
|
9125
9129
|
msgid ""
|
9126
9130
|
"\n"
|
9127
9131
|
"\n"
|
@@ -9177,47 +9181,47 @@ msgstr ""
|
|
9177
9181
|
msgid "Checksumfile %{filename} is not a file, ignoring"
|
9178
9182
|
msgstr ""
|
9179
9183
|
|
9180
|
-
#: ../lib/puppet/util/storage.rb:
|
9184
|
+
#: ../lib/puppet/util/storage.rb:60
|
9181
9185
|
msgid "Checksumfile %{filename} is corrupt (%{detail}); replacing"
|
9182
9186
|
msgstr ""
|
9183
9187
|
|
9184
|
-
#: ../lib/puppet/util/storage.rb:
|
9188
|
+
#: ../lib/puppet/util/storage.rb:65
|
9185
9189
|
msgid "Could not rename corrupt %{filename}; remove manually"
|
9186
9190
|
msgstr ""
|
9187
9191
|
|
9188
|
-
#: ../lib/puppet/util/storage.rb:
|
9192
|
+
#: ../lib/puppet/util/storage.rb:70
|
9189
9193
|
msgid "State got corrupted"
|
9190
9194
|
msgstr ""
|
9191
9195
|
|
9192
|
-
#: ../lib/puppet/util/storage.rb:
|
9196
|
+
#: ../lib/puppet/util/storage.rb:82
|
9193
9197
|
msgid "Creating state file %{file}"
|
9194
9198
|
msgstr ""
|
9195
9199
|
|
9196
|
-
#: ../lib/puppet/util/suidmanager.rb:
|
9200
|
+
#: ../lib/puppet/util/suidmanager.rb:103
|
9197
9201
|
msgid "No such group %{group}"
|
9198
9202
|
msgstr ""
|
9199
9203
|
|
9200
|
-
#: ../lib/puppet/util/suidmanager.rb:
|
9204
|
+
#: ../lib/puppet/util/suidmanager.rb:119
|
9201
9205
|
msgid "No such user %{user}"
|
9202
9206
|
msgstr ""
|
9203
9207
|
|
9204
|
-
#: ../lib/puppet/util/suidmanager.rb:
|
9208
|
+
#: ../lib/puppet/util/suidmanager.rb:146
|
9205
9209
|
msgid "Invalid id type %{type}"
|
9206
9210
|
msgstr ""
|
9207
9211
|
|
9208
|
-
#: ../lib/puppet/util/suidmanager.rb:
|
9212
|
+
#: ../lib/puppet/util/suidmanager.rb:150
|
9209
9213
|
msgid "Invalid %{klass}: %{id}"
|
9210
9214
|
msgstr ""
|
9211
9215
|
|
9212
|
-
#: ../lib/puppet/util/symbolic_file_mode.rb:
|
9216
|
+
#: ../lib/puppet/util/symbolic_file_mode.rb:53
|
9213
9217
|
msgid "An empty mode string is illegal"
|
9214
9218
|
msgstr ""
|
9215
9219
|
|
9216
|
-
#: ../lib/puppet/util/symbolic_file_mode.rb:
|
9220
|
+
#: ../lib/puppet/util/symbolic_file_mode.rb:57
|
9217
9221
|
msgid "Numeric modes must be in octal, not decimal!"
|
9218
9222
|
msgstr ""
|
9219
9223
|
|
9220
|
-
#: ../lib/puppet/util/symbolic_file_mode.rb:
|
9224
|
+
#: ../lib/puppet/util/symbolic_file_mode.rb:60
|
9221
9225
|
msgid "non-numeric current mode (%{mode})"
|
9222
9226
|
msgstr ""
|
9223
9227
|
|
@@ -9249,51 +9253,51 @@ msgstr ""
|
|
9249
9253
|
msgid "Invalid tag '%{name}'"
|
9250
9254
|
msgstr ""
|
9251
9255
|
|
9252
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9256
|
+
#: ../lib/puppet/util/windows/adsi.rb:35
|
9253
9257
|
msgid "ADSI connection error: %{e}"
|
9254
9258
|
msgstr ""
|
9255
9259
|
|
9256
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9260
|
+
#: ../lib/puppet/util/windows/adsi.rb:57
|
9257
9261
|
msgid "Failed to get computer name"
|
9258
9262
|
msgstr ""
|
9259
9263
|
|
9260
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9264
|
+
#: ../lib/puppet/util/windows/adsi.rb:96
|
9261
9265
|
msgid "Must use a valid SID::Principal"
|
9262
9266
|
msgstr ""
|
9263
9267
|
|
9264
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9268
|
+
#: ../lib/puppet/util/windows/adsi.rb:161
|
9265
9269
|
msgid "Value must be in DOMAIN\\%{object_class} style syntax"
|
9266
9270
|
msgstr ""
|
9267
9271
|
|
9268
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9272
|
+
#: ../lib/puppet/util/windows/adsi.rb:194
|
9269
9273
|
msgid "Could not resolve name: %{name}"
|
9270
9274
|
msgstr ""
|
9271
9275
|
|
9272
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9276
|
+
#: ../lib/puppet/util/windows/adsi.rb:238
|
9273
9277
|
msgid "Subclass must implement class-level method 'list_all'!"
|
9274
9278
|
msgstr ""
|
9275
9279
|
|
9276
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9280
|
+
#: ../lib/puppet/util/windows/adsi.rb:291
|
9277
9281
|
msgid "Puppet is not able to create/delete domain %{object_class} objects with the %{object_class} resource."
|
9278
9282
|
msgstr ""
|
9279
9283
|
|
9280
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9284
|
+
#: ../lib/puppet/util/windows/adsi.rb:294
|
9281
9285
|
msgid "%{object_class} update failed: %{error}"
|
9282
9286
|
msgstr ""
|
9283
9287
|
|
9284
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9288
|
+
#: ../lib/puppet/util/windows/adsi.rb:320
|
9285
9289
|
msgid "Cannot create user if group '%{name}' exists."
|
9286
9290
|
msgstr ""
|
9287
9291
|
|
9288
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9292
|
+
#: ../lib/puppet/util/windows/adsi.rb:468
|
9289
9293
|
msgid "Unrecognized ADS UserFlags: %{unrecognized_flags}"
|
9290
9294
|
msgstr ""
|
9291
9295
|
|
9292
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9296
|
+
#: ../lib/puppet/util/windows/adsi.rb:513 ../lib/puppet/util/windows/adsi.rb:547
|
9293
9297
|
msgid "Failed to get user name"
|
9294
9298
|
msgstr ""
|
9295
9299
|
|
9296
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9300
|
+
#: ../lib/puppet/util/windows/adsi.rb:596
|
9297
9301
|
msgid "Cannot delete user profile for '%{sid}' prior to Vista SP1"
|
9298
9302
|
msgstr ""
|
9299
9303
|
|
@@ -9340,15 +9344,15 @@ msgstr ""
|
|
9340
9344
|
msgid "(Win32 error: %{detail})"
|
9341
9345
|
msgstr ""
|
9342
9346
|
|
9343
|
-
#: ../lib/puppet/util/windows/file.rb:
|
9347
|
+
#: ../lib/puppet/util/windows/file.rb:120
|
9344
9348
|
msgid "Failed to set file attributes"
|
9345
9349
|
msgstr ""
|
9346
9350
|
|
9347
|
-
#: ../lib/puppet/util/windows/file.rb:
|
9351
|
+
#: ../lib/puppet/util/windows/file.rb:183
|
9348
9352
|
msgid "out_buffer is required"
|
9349
9353
|
msgstr ""
|
9350
9354
|
|
9351
|
-
#: ../lib/puppet/util/windows/file.rb:
|
9355
|
+
#: ../lib/puppet/util/windows/file.rb:257
|
9352
9356
|
msgid "Failed to call GetLongPathName"
|
9353
9357
|
msgstr ""
|
9354
9358
|
|
@@ -9373,67 +9377,67 @@ msgstr ""
|
|
9373
9377
|
msgid "Failed to get child process exit code"
|
9374
9378
|
msgstr ""
|
9375
9379
|
|
9376
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9380
|
+
#: ../lib/puppet/util/windows/process.rb:283
|
9377
9381
|
msgid "GetVersionEx failed"
|
9378
9382
|
msgstr ""
|
9379
9383
|
|
9380
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9384
|
+
#: ../lib/puppet/util/windows/process.rb:312
|
9381
9385
|
msgid "Discarding environment variable %{string} which contains invalid bytes"
|
9382
9386
|
msgstr ""
|
9383
9387
|
|
9384
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9388
|
+
#: ../lib/puppet/util/windows/process.rb:328
|
9385
9389
|
msgid "environment variable name must not be nil or empty"
|
9386
9390
|
msgstr ""
|
9387
9391
|
|
9388
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9392
|
+
#: ../lib/puppet/util/windows/process.rb:333
|
9389
9393
|
msgid "Failed to remove environment variable: %{name}"
|
9390
9394
|
msgstr ""
|
9391
9395
|
|
9392
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9396
|
+
#: ../lib/puppet/util/windows/process.rb:338
|
9393
9397
|
msgid "Failed to set environment variable: %{name}"
|
9394
9398
|
msgstr ""
|
9395
9399
|
|
9396
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9400
|
+
#: ../lib/puppet/util/windows/registry.rb:25
|
9397
9401
|
msgid "Invalid registry key '%{name}'"
|
9398
9402
|
msgstr ""
|
9399
9403
|
|
9400
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9404
|
+
#: ../lib/puppet/util/windows/registry.rb:35
|
9401
9405
|
msgid "Failed to open registry key '%{key}\\%{path}'"
|
9402
9406
|
msgstr ""
|
9403
9407
|
|
9404
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9408
|
+
#: ../lib/puppet/util/windows/registry.rb:136
|
9405
9409
|
msgid "Failed to enumerate %{key} registry keys at index %{index}"
|
9406
9410
|
msgstr ""
|
9407
9411
|
|
9408
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9412
|
+
#: ../lib/puppet/util/windows/registry.rb:171
|
9409
9413
|
msgid "Failed to enumerate %{key} registry values at index %{index}"
|
9410
9414
|
msgstr ""
|
9411
9415
|
|
9412
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9416
|
+
#: ../lib/puppet/util/windows/registry.rb:199
|
9413
9417
|
msgid "Failed to query registry %{key} for sizes"
|
9414
9418
|
msgstr ""
|
9415
9419
|
|
9416
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9420
|
+
#: ../lib/puppet/util/windows/registry.rb:235
|
9417
9421
|
msgid "Type mismatch (expect %{rtype} but %{type} present)"
|
9418
9422
|
msgstr ""
|
9419
9423
|
|
9420
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9424
|
+
#: ../lib/puppet/util/windows/registry.rb:257
|
9421
9425
|
msgid "Type %{type} is not supported."
|
9422
9426
|
msgstr ""
|
9423
9427
|
|
9424
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9428
|
+
#: ../lib/puppet/util/windows/registry.rb:263
|
9425
9429
|
msgid "A value in the registry key %{parent_key_name}%{key} is corrupt or invalid"
|
9426
9430
|
msgstr ""
|
9427
9431
|
|
9428
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9432
|
+
#: ../lib/puppet/util/windows/registry.rb:318
|
9429
9433
|
msgid "Failed to read registry value %{value} at %{key}"
|
9430
9434
|
msgstr ""
|
9431
9435
|
|
9432
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9436
|
+
#: ../lib/puppet/util/windows/registry.rb:336
|
9433
9437
|
msgid "Failed to delete registry value %{name} at %{key}"
|
9434
9438
|
msgstr ""
|
9435
9439
|
|
9436
|
-
#: ../lib/puppet/util/windows/registry.rb:
|
9440
|
+
#: ../lib/puppet/util/windows/registry.rb:351
|
9437
9441
|
msgid "Failed to delete registry key %{name} at %{key}"
|
9438
9442
|
msgstr ""
|
9439
9443
|
|
@@ -9655,15 +9659,15 @@ msgstr ""
|
|
9655
9659
|
msgid "Failed to check membership"
|
9656
9660
|
msgstr ""
|
9657
9661
|
|
9658
|
-
#: ../lib/puppet/util/windows/user.rb:
|
9662
|
+
#: ../lib/puppet/util/windows/user.rb:102
|
9659
9663
|
msgid "Failed to logon user %{name}"
|
9660
9664
|
msgstr ""
|
9661
9665
|
|
9662
|
-
#: ../lib/puppet/util/windows/user.rb:
|
9666
|
+
#: ../lib/puppet/util/windows/user.rb:133
|
9663
9667
|
msgid "Failed to load user profile %{user}"
|
9664
9668
|
msgstr ""
|
9665
9669
|
|
9666
|
-
#: ../lib/puppet/util/windows/user.rb:
|
9670
|
+
#: ../lib/puppet/util/windows/user.rb:139
|
9667
9671
|
msgid "Failed to unload user profile %{user}"
|
9668
9672
|
msgstr ""
|
9669
9673
|
|