1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Puppet <docs@puppet.com>
# This file is distributed under the same license as the cpp-hocon package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: cpp-hocon 0.1.7\n"
"Report-Msgid-Bugs-To: docs@puppet.com\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: lib/inc/hocon/config.hpp
#: lib/src/config.cc
msgid "The list did not contain only the desired type."
msgstr ""
#: lib/inc/hocon/config_exception.hpp
#: lib/src/parseable.cc
msgid "{1}: {2}"
msgstr ""
#: lib/inc/hocon/config_exception.hpp
msgid "{1} {2}"
msgstr ""
#: lib/inc/hocon/config_exception.hpp
msgid "{1} has type {2} rather than {3}"
msgstr ""
#: lib/inc/hocon/config_exception.hpp
msgid "No configuration setting found for key '{1}'"
msgstr ""
#: lib/inc/hocon/config_exception.hpp
msgid "Configuration key \"{1}\" is null"
msgstr ""
#: lib/inc/hocon/config_exception.hpp
msgid "Configuration key \"{1}\" is set to null but expected {2}"
msgstr ""
#: lib/inc/hocon/config_exception.hpp
msgid "Invalid value at '{1}': {2}"
msgstr ""
#: lib/inc/hocon/config_exception.hpp
msgid "Invalid path '{1}': {2}"
msgstr ""
#: lib/inc/hocon/config_exception.hpp
msgid "Could not resolve subtitution to a value: {1}"
msgstr ""
#: lib/inc/hocon/config_exception.hpp
msgid "ValidationProblem({1},{2},{3})"
msgstr ""
#: lib/inc/hocon/config_exception.hpp
msgid "validation_failed_exception must have a non-empty list of problems"
msgstr ""
#: lib/inc/hocon/config_value.hpp
msgid "Got impossible value for type enum"
msgstr ""
#: lib/src/config.cc
#: lib/src/values/config_object.cc
msgid "{1} has not been resolved, you need to call config::resolve()"
msgstr ""
#: lib/src/config.cc
msgid "{1} could not be converted to the requested type"
msgstr ""
#: lib/src/config.cc
msgid "List does not contain only config_objects."
msgstr ""
#: lib/src/config.cc
msgid "List does not contain only configs."
msgstr ""
#: lib/src/config.cc
msgid "Value at '{1}' was not a number or string."
msgstr ""
#: lib/src/config.cc
msgid "Not a valid time_unit"
msgstr ""
#: lib/src/config.cc
msgid "as_long: Overflow occurred during time conversion"
msgstr ""
#: lib/src/config.cc
msgid "convert_long: Overflow occurred during time conversion"
msgstr ""
#: lib/src/config.cc
msgid "convert_double: Overflow occurred during time conversion"
msgstr ""
#: lib/src/config.cc
msgid "Could not parse time unit '{1}' (try ns, us, ms, s, m, h, or d)"
msgstr ""
#: lib/src/config.cc
msgid "No number in duration value '{1}'"
msgstr ""
#: lib/src/config.cc
msgid "Value '{1}' could not be converted to a number."
msgstr ""
#: lib/src/config.cc
msgid "Creating new object from config_object did not return a config_object"
msgstr ""
#: lib/src/config.cc
msgid "Method not implemented"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Token not allowed in valid JSON: '{1}'"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Substitutions (${} syntax) not allowed in JSON"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "no value"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"{1} (if you intended '{2}' to be part of a value, instead of a key, try "
"adding double quotes around the whole value"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"{1} (if you intended {2} to be part of the value for '{3}', try enclosing "
"the value in double quotes"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"{1} (if you intended {2} to be part of a key or string value, try enclosing "
"the key or value in double quotes"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"{1}, or you may be able to rename the file .properties rather than .conf)"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Expecting a value but got wrong token: {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Bug in config parser: unbalanced quals count"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Expecting close brace } or a field name here, got {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "expecting a close brace or a field name here, got {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"expecting include parameter to be quoted filename, file(), classpath(), or "
"url(). No spaces are allowed before the open paren. Not expecting: {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"expecting a quoted string inside file(), classpath(), or url(), rather than "
"{1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "expecting a close parentheses ')' here, not: {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "include keyword is not followed by a quoted string, but by: {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "expecting a field name after a comma, got a close brace '}' instead"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "unbalanced close brace '}' with no open brace"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Key '{1}' may not be followed by token: {2}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "JSON does not allow duplicate fields: '{1}' was already seen"
msgstr ""
#: lib/src/config_document_parser.cc
#: lib/src/config_parser.cc
msgid "somehow got multi-element path in JSON mode"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Expecting close brace '}' or a comma, got {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Expecting end of input or a comma, got {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"List should have ']' or a first element after the '[', instead had token: "
"{1} (if you want {2} to be part of a string value, then double quote it)"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"List should have ended with ']' or had a comma, instead had token: {1} (if "
"you want {2} to be part of a string value, then double quote it)"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"List should have had a new element after a comma, instead had token: {1} (if "
"you want the comma or {2} to be part of a string value, then double quote it)"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "token stream did not begin with START, had {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "empty document"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Document must have an object or array at root, unexpected token: {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Document has trailing tokens after first object or array: {1}"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"The value from with_value_text cannot have leading or trailing newlines, "
"whitespace, or comments"
msgstr ""
#: lib/src/config_document_parser.cc
msgid "Empty value"
msgstr ""
#: lib/src/config_document_parser.cc
msgid ""
"Parsing JSON and the value set in with_value_text was either a concatenation "
"or had trailing whitespace, newlines, or comments"
msgstr ""
#: lib/src/config_parse_options.cc
msgid "null includer passed to prepend_includer"
msgstr ""
#: lib/src/config_parse_options.cc
msgid "null includer passed to append_includer"
msgstr ""
#: lib/src/config_parser.cc
msgid "Bug in parser; tried to get current path when at root"
msgstr ""
#: lib/src/config_parser.cc
msgid "Expecting a value but got wrong node type: {1}"
msgstr ""
#: lib/src/config_parser.cc
msgid "origin should be a simple_config_origin"
msgstr ""
#: lib/src/config_parser.cc
msgid "Bug in config parser: unbalanced array count"
msgstr ""
#: lib/src/config_parser.cc
msgid "full_includer::include_resource not implemented"
msgstr ""
#: lib/src/config_parser.cc
msgid "should not be reached"
msgstr ""
#: lib/src/config_parser.cc
msgid ""
"Due to current limitations of the config parser, when an include statement "
"is nested inside a list value,\n"
"${} substitutions inside the included file cannot be resolved correctly. "
"Either move the include outside of the list value or\n"
"remove the ${} statements from the included file."
msgstr ""
#: lib/src/config_parser.cc
msgid ""
"Due to current limitations of the config parser, += does not work nested "
"inside a list. += expands to a ${} substitution and the path in ${} cannot "
"currently refer to list elements. You might be able to move the += outside "
"of the list and then refer to it from inside the list with ${}."
msgstr ""
#: lib/src/config_parser.cc
msgid "expected origin to be simple_config_origin"
msgstr ""
#: lib/src/config_parser.cc
msgid "JSON does not allow duplicate fields: '{1}' was already seen at {2}"
msgstr ""
#: lib/src/config_parser.cc
msgid "origin was not a simple_config_origin"
msgstr ""
#: lib/src/config_parser.cc
msgid "Found a concatenation node in JSON"
msgstr ""
#: lib/src/default_transformer.cc
msgid "No target value type specified"
msgstr ""
#: lib/src/default_transformer.cc
msgid "We currently do not support lists"
msgstr ""
#: lib/src/nodes/config_node_field.cc
msgid "Field doesn't have a value."
msgstr ""
#: lib/src/nodes/config_node_field.cc
msgid "Field node doesn't have a value."
msgstr ""
#: lib/src/nodes/config_node_field.cc
msgid "Field node does not have a path"
msgstr ""
#: lib/src/nodes/config_node_path.cc
msgid "Tried to remove too many elements from a path node."
msgstr ""
#: lib/src/nodes/config_node_root.cc
msgid "Tried to indent a root node"
msgstr ""
#: lib/src/nodes/config_node_root.cc
msgid "Root node did not contain a value"
msgstr ""
#: lib/src/nodes/config_node_root.cc
msgid ""
"The config document had an array at the root level, and values cannot be "
"modified inside an array"
msgstr ""
#: lib/src/nodes/config_node_simple_value.cc
msgid "Tried to get a config value from a non-value token."
msgstr ""
#: lib/src/parseable.cc
msgid "object at file root"
msgstr ""
#: lib/src/parseable.cc
msgid ""
"include statements nested more than {1} times, you probably have a cycle in "
"your includes. Trace:\n"
"{2}"
msgstr ""
#: lib/src/parseable.cc
msgid "exception loading {1}: {2}"
msgstr ""
#: lib/src/parseable.cc
msgid "reader() should not be called on resources"
msgstr ""
#: lib/src/path.cc
msgid "Empty path"
msgstr ""
#: lib/src/path.cc
msgid "Bad call to sub_path: invalid range"
msgstr ""
#: lib/src/path.cc
msgid "sub_path last_index out of range"
msgstr ""
#: lib/src/path_parser.cc
msgid "Expecting a field name or path here, but got nothing"
msgstr ""
#: lib/src/path_parser.cc
msgid ""
"Token not allowed in path expression: {1} (you can double-quote this token "
"if you really want it here)"
msgstr ""
#: lib/src/path_parser.cc
msgid ""
"path has a leading, trailing, or two adjacent '.' (use quoted \"\" empty "
"string if you want an empty element)"
msgstr ""
#: lib/src/resolve_context.cc
msgid "Cycle detected, can't resolve."
msgstr ""
#: lib/src/resolve_context.cc
msgid "restricted_key should not be empty here"
msgstr ""
#: lib/src/resolve_context.cc
msgid "resolve_substitutions() did not give us a resolved object"
msgstr ""
#: lib/src/resolve_context.cc
msgid "Added cycle marker twice"
msgstr ""
#: lib/src/resolve_source.cc
msgid "can't push null parent"
msgstr ""
#: lib/src/resolve_source.cc
msgid "attempt to replace root with invalid value"
msgstr ""
#: lib/src/resolve_source.cc
msgid "replace in parent not possible"
msgstr ""
#: lib/src/resolve_source.cc
msgid "resolved object to non-object"
msgstr ""
#: lib/src/resolve_source.cc
msgid ""
"{1} has not been resolved, you need to call config::resolve() see API docs "
"for config::resolve()"
msgstr ""
#: lib/src/resolve_source.cc
msgid "Can only replace() the top node we're resolving"
msgstr ""
#: lib/src/simple_config_document.cc
msgid "empty value for {1} passed to with_value_text"
msgstr ""
#: lib/src/simple_config_document.cc
msgid "null value for {1} passed to with_value"
msgstr ""
#: lib/src/simple_config_origin.cc
msgid "can't merge empty list of origins"
msgstr ""
#: lib/src/simple_includer.cc
msgid "Trying to create includer cycle"
msgstr ""
#: lib/src/simple_includer.cc
msgid "Should not be reached: nothing found but no exceptions thrown"
msgstr ""
#: lib/src/simple_includer.cc
msgid "include was not found: '{1}'"
msgstr ""
#: lib/src/token.cc
msgid "This token has no origin."
msgstr ""
#: lib/src/tokenizer.cc
msgid "called pull_comment() but // not seen"
msgstr ""
#: lib/src/tokenizer.cc
msgid "Line {1}: Reserved character '{2}' not allowed outside quotes"
msgstr ""
#: lib/src/tokenizer.cc
msgid "End of input but backslash in string had nothing after it"
msgstr ""
#: lib/src/tokenizer.cc
msgid "End of input but expecting 4 hex digits for \\uXXXX escape"
msgstr ""
#: lib/src/tokenizer.cc
msgid ""
"backslash followed by {1}, this is not a valid escape sequence. (Quoted "
"strings use JSON escaping, so use double-backslash \\\\ for literal "
"backslash)"
msgstr ""
#: lib/src/tokenizer.cc
msgid "End of input but triple-quoted string was still open"
msgstr ""
#: lib/src/tokenizer.cc
msgid "End of input but string quote was still open"
msgstr ""
#: lib/src/tokenizer.cc
msgid ""
"Line {1}: JSON does not allow unescaped {2} in quoted strings, use a "
"backslash escape"
msgstr ""
#: lib/src/tokenizer.cc
msgid "'+' not followed by '=', '{1}' not allowed after '+'"
msgstr ""
#: lib/src/tokenizer.cc
msgid "'$' not followed by '{', '{1}' not allowed after '$'"
msgstr ""
#: lib/src/tokenizer.cc
msgid "Substitution '${' was not closed with a '}'"
msgstr ""
#: lib/src/tokenizer.cc
msgid "Reserved character '{1}' is not allowed outside quotes"
msgstr ""
#: lib/src/tokenizer.cc
msgid "Failed to generate next token"
msgstr ""
#: lib/src/tokenizer.cc
msgid "Tokens queue should not be empty here"
msgstr ""
#: lib/src/tokens.cc
msgid "Tried to get the value of a non-value token."
msgstr ""
#: lib/src/values/config_concatenation.cc
msgid "Created concatenation with less than 2 items"
msgstr ""
#: lib/src/values/config_concatenation.cc
msgid "config_concatenation should never be nested"
msgstr ""
#: lib/src/values/config_concatenation.cc
msgid "Created concatenation without an unmergeable in it"
msgstr ""
#: lib/src/values/config_concatenation.cc
msgid "Bug in the library: resolved list was joined to too many values"
msgstr ""
#: lib/src/values/config_concatenation.cc
msgid ""
"Not resolved, call config::resolve() before attempting to unwrap. See API "
"docs."
msgstr ""
#: lib/src/values/config_concatenation.cc
msgid ""
"need to config#resolve(), see the API docs for config#resolve; substitution "
"not resolved"
msgstr ""
#: lib/src/values/config_concatenation.cc
msgid "unflattened config_concatenation"
msgstr ""
#: lib/src/values/config_concatenation.cc
msgid ""
"Cannot concatenate object or list with a non-object-or-list: {1} and {2} are "
"not compatible"
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid "creating empty delayed merge value"
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid ""
"placed nested delayed_merge in a config_delayed_merge, should have "
"consolidated stack"
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid ""
"called value_type() on value with unresolved substitutions, need to "
"config#resolve() first, see API docs."
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid ""
"called unwrapped() on value with unresolved substitutions, need to config::"
"resolve() first, see API docs."
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid "A delayed merge should not contain another one"
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid "# unresolved merge of {1} values follows (\n"
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid ""
"# this unresolved merge will not be parseable because it's at the root of "
"the object =\n"
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid ""
"# the HOCON format has no way to list multiple root objects in a single "
"file \n"
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid "# unmerged value {1} for key {2} from "
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid "# unmerged value {1} from "
msgstr ""
#: lib/src/values/config_delayed_merge.cc
msgid "# ) end of unresolved merge\n"
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid "creating empty delayed merge object"
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid "created a delayed merge object not guaranteed to be an object"
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid ""
"placed nested delayed_merge in a config_delayed_merge_object, should have "
"consolidated stack"
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid "attempt to create resolved config_delayted_merge_object"
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid "need to config::resolve before using this object, see the API docs."
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid "should not be reached: unmergeable object returned null value"
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid ""
"Key '{1}' is not available at '{2}' because value at '{3}' has not been "
"resolved and may turn out to contain or hide '{4}'. Be sure to config::"
"resolve() before using a config object"
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid "Expecting a list here, not {1}"
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid "resolved non-object should ignore fallbacks"
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid "Delayed merge stack does not contain any unmergeable values"
msgstr ""
#: lib/src/values/config_delayed_merge_object.cc
msgid ""
"need to config::resolve() before using this object, see the API docs for "
"config::resolve()"
msgstr ""
#: lib/src/values/config_number.cc
msgid "Tried to get int from out of range value {1}"
msgstr ""
#: lib/src/values/config_object.cc
msgid "can't merge origins on empty list"
msgstr ""
#: lib/src/values/config_reference.cc
msgid "ur lame"
msgstr ""
#: lib/src/values/config_reference.cc
msgid "Can't unwrap a config reference."
msgstr ""
#: lib/src/values/config_reference.cc
msgid "{1} was part of a cycle of substitutions."
msgstr ""
#: lib/src/values/config_value.cc
msgid "Unexpected exception:{1}"
msgstr ""
#: lib/src/values/config_value.cc
msgid "method should not have been called with ignores_fallbacks=true"
msgstr ""
#: lib/src/values/config_value.cc
msgid "value class doesn't implement forced fallback-ignoring"
msgstr ""
#: lib/src/values/config_value.cc
msgid "Objects must reimplement merged_with_object"
msgstr ""
#: lib/src/values/simple_config_list.cc
msgid "simple_config_list created with wrong resolve status"
msgstr ""
#: lib/src/values/simple_config_object.cc
msgid "Trying to store null config_value in a config_object"
msgstr ""
#: lib/src/values/simple_config_object.cc
msgid "simple_config_object::replace_child did not find {1}"
msgstr ""
#: lib/src/values/simple_config_object.cc
msgid "should not be reached (merging non-simple_config_object)"
msgstr ""
#: lib/src/values/simple_config_object.cc
msgid "Expected with_fallback to return same type of object"
msgstr ""
|