_                  27 lib/common/options_display.c     const char *id = _("Possible values");
_                  33 lib/common/options_display.c         id = _("Possible values (generated by Pacemaker)");
_                  53 lib/common/options_display.c                 g_string_append(buf, _(" (default)"));
_                  60 lib/common/options_display.c                        option->type, _(" (default: \""), option->default_value,
_                  64 lib/common/options_display.c         pcmk__g_strcat(buf, option->type, _(" (no default)"), NULL);
_                  92 lib/common/options_display.c     out->list_item(out, option->name, "%s", _(desc_short));
_                  97 lib/common/options_display.c         out->list_item(out, NULL, "%s", _(desc_long));
_                 150 lib/common/options_display.c     out->info(out, "%s", _(desc_short));
_                 152 lib/common/options_display.c     out->info(out, "%s", _(desc_long));
_                 181 lib/common/options_display.c         out->begin_list(out, NULL, NULL, _("ADVANCED OPTIONS"));
_                 197 lib/common/options_display.c                         _("DEPRECATED OPTIONS (will be removed in a future "
_                 238 lib/common/options_display.c         if (strcmp(desc, _(desc)) == 0) {
_                 245 lib/common/options_display.c         node = pcmk__output_create_xml_text_node(out, tag, _(desc));
_                  40 lib/pacemaker/pcmk_agents.c        out->err(out, _("No %s found for %s"), "OCF providers", agent_spec);
_                 108 lib/pacemaker/pcmk_agents.c            out->err(out, _("No agents found for standard '%s'"), agent_spec);
_                 110 lib/pacemaker/pcmk_agents.c            out->err(out, _("No agents found for standard '%s' and provider '%s'"),
_                 163 lib/pacemaker/pcmk_agents.c            out->err(out, _("No %s found"), "OCF providers");
_                 165 lib/pacemaker/pcmk_agents.c            out->err(out, _("No %s found for %s"), "OCF providers", agent_spec);
_                 218 lib/pacemaker/pcmk_agents.c        out->err(out, _("No %s found"), "standards");
_                 214 tools/crm_resource.c                 _("Aborting because no messages received in %d seconds"), MESSAGE_TIMEOUT_S);
_                 414 tools/crm_resource.c                             _("Invalid check level setting: %s"), optarg);
_                 894 tools/crm_resource.c                         _("Resource '%s' not moved: active in %d locations (promoted in %d).\n"
_                 905 tools/crm_resource.c                     _("Resource '%s' not moved: active in %d locations.\n"
_                1014 tools/crm_resource.c                         _("No cluster connection to Pacemaker Remote node %s "
_                1104 tools/crm_resource.c                     _("--class, --agent, and --provider cannot be used with "
_                1128 tools/crm_resource.c                     _("--class, --agent, and --provider can only be used with "
_                1137 tools/crm_resource.c                         _("--provider and --agent are required with "
_                1145 tools/crm_resource.c                         _("--provider is supported only with --class=ocf"));
_                1152 tools/crm_resource.c                         _("--agent is required with --class"));
_                1157 tools/crm_resource.c                         _("--class is required with --agent"));
_                1167 tools/crm_resource.c                         _("%s is not a known stonith agent"), options.agent);
_                1175 tools/crm_resource.c                         _("%s:%s:%s is not a known resource agent"),
_                1179 tools/crm_resource.c                         _("%s:%s is not a known resource agent"),
_                1273 tools/crm_resource.c                         _("Could not get modified CIB: %s"), pcmk_rc_str(rc));
_                1335 tools/crm_resource.c                     _("You need to specify a resource type with -t"));
_                1343 tools/crm_resource.c                     _("Could not delete resource %s: %s"),
_                1623 tools/crm_resource.c                     _("Could not create executor connection"));
_                1648 tools/crm_resource.c                         _("Metadata query for %s failed: %s"),
_                1654 tools/crm_resource.c                     _("'%s' is not a valid agent specification"),
_                1749 tools/crm_resource.c                     _("You need to supply a value with the -v option"));
_                2086 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, _("Error creating output format %s: %s"),
_                2107 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, _("--expired requires --clear or -U"));
_                2137 tools/crm_resource.c                             _("Error parsing '%s' as a name=value pair"), *arg);
_                2184 tools/crm_resource.c                     _("Bug: Unimplemented command: %d"), (int) options.rsc_cmd);
_                2201 tools/crm_resource.c                     _("--option must be used with --validate and without -r"));
_                2214 tools/crm_resource.c                     _("Must supply a resource ID with -r/--resource"));
_                2224 tools/crm_resource.c                     _("Must supply a node name with -N/--node"));
_                2236 tools/crm_resource.c                         _("Could not create CIB connection"));
_                2244 tools/crm_resource.c                         _("Could not connect to the CIB: %s"), pcmk_rc_str(rc));
_                2269 tools/crm_resource.c                         _("Error connecting to the controller: %s"), pcmk_rc_str(rc));
_                2280 tools/crm_resource.c                         _("Error connecting to %s: %s"),
_                2304 tools/crm_resource.c                         _("Node '%s' not found"), options.host_uname);
_                2331 tools/crm_resource.c                         _("Resource '%s' not found"), options.rsc_id);
_                2341 tools/crm_resource.c                         _("Cannot operate on clone resource instance '%s'"),
_                2361 tools/crm_resource.c                         _("Error performing operation: %s"), crm_exit_str(exit_code));