# English "translation" for slotifier. # This file is put in the public domain. # Nick Bowler , 2018 # msgid "" msgstr "" "Project-Id-Version: slotifier 0\n" "Report-Msgid-Bugs-To: nbowler@draconx.ca\n" "POT-Creation-Date: 2018-12-20 15:42-0500\n" "PO-Revision-Date: 2018-12-20 15:52-0500\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.1.1\n" "Last-Translator: Nick Bowler \n" "Language: en\n" #: lib/getopt.c:547 lib/getopt.c:576 #, c-format msgid "%s: option '%s' is ambiguous; possibilities:" msgstr "" #: lib/getopt.c:624 lib/getopt.c:628 #, c-format msgid "%s: option '--%s' doesn't allow an argument\n" msgstr "" #: lib/getopt.c:637 lib/getopt.c:642 #, c-format msgid "%s: option '%c%s' doesn't allow an argument\n" msgstr "" #: lib/getopt.c:685 lib/getopt.c:704 #, c-format msgid "%s: option '--%s' requires an argument\n" msgstr "" #: lib/getopt.c:742 lib/getopt.c:745 #, c-format msgid "%s: unrecognized option '--%s'\n" msgstr "" #: lib/getopt.c:753 lib/getopt.c:756 #, c-format msgid "%s: unrecognized option '%c%s'\n" msgstr "" #: lib/getopt.c:805 lib/getopt.c:808 #, c-format msgid "%s: invalid option -- '%c'\n" msgstr "" #: lib/getopt.c:861 lib/getopt.c:878 lib/getopt.c:1088 lib/getopt.c:1106 #, c-format msgid "%s: option requires an argument -- '%c'\n" msgstr "" #: lib/getopt.c:934 lib/getopt.c:950 #, c-format msgid "%s: option '-W %s' is ambiguous\n" msgstr "" #: lib/getopt.c:974 lib/getopt.c:992 #, c-format msgid "%s: option '-W %s' doesn't allow an argument\n" msgstr "" #: lib/getopt.c:1013 lib/getopt.c:1031 #, c-format msgid "%s: option '-W %s' requires an argument\n" msgstr "" #: src/slotifier.c:76 #, c-format msgid "Usage: %s [options] [-o filename] filename\n" msgstr "" #: src/slotifier.c:78 #, c-format msgid "Try %s --help for more information.\n" msgstr "" #: src/slotifier.c:87 msgid "" "This is \"slotifier\": a tool to convert overlapping drill hits in Excellon\n" "drill files to G85 drill slots." msgstr "" "This is “slotifier”: a tool to convert overlapping drill hits in Excellon\n" "drill files to G85 drill slots." #: src/slotifier.c:91 msgid "Options:" msgstr "" #: src/slotifier.c:98 msgid "FILE" msgstr "" #: src/slotifier.c:101 #, c-format msgid " -%c, --%s=%s" msgstr "" #: src/slotifier.c:104 #, c-format msgid " -%c, --%s" msgstr "" #: src/slotifier.c:114 msgid "Output to FILE, instead of standard output." msgstr "" #: src/slotifier.c:117 msgid "Increase verbosity (can be specified more than once)." msgstr "" #: src/slotifier.c:120 msgid "Print a version message and then exit." msgstr "" #: src/slotifier.c:123 msgid "Print this message and then exit." msgstr "" #: src/slotifier.c:145 msgid "For more information, see the slotifier(1) man page." msgstr "" #: src/slotifier.c:148 #, c-format msgid "Report bugs to <%s>." msgstr "" #: src/slotifier.c:206 src/slotifier.c:211 #, c-format msgid "%s: failed to allocate memory\n" msgstr "" #: src/slotifier.c:238 #, c-format msgid "%s: fatal error searching holes\n" msgstr "" #: src/slotifier.c:289 #, c-format msgid "%s: merged %zu hole into slot (%.4f,%.4f)-(%.4f,%.4f)\n" msgid_plural "%s: merged %zu holes into slot (%.4f,%.4f)-(%.4f,%.4f)\n" msgstr[0] "" msgstr[1] "" #: src/slotifier.c:306 #, c-format msgid "%s: hole at (%.4f,%.4f) not merged\n" msgstr "" #: src/slotifier.c:327 #, c-format msgid "%s: failed to build search tree\n" msgstr "" #: src/slotifier.c:395 #, c-format msgid "%s: error: must specify a filename\n" msgstr "" #: src/slotifier.c:402 #, c-format msgid "%s: error: excess command-line arguments\n" msgstr "" #: src/slotifier.c:420 #, c-format msgid "%s: %s: error: not a drill file\n" msgstr ""