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
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the spellutils package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: spellutils 0.7+debian\n"
"Report-Msgid-Bugs-To: https://tracker.debian.org/pkg/spellutils\n"
"POT-Creation-Date: 2022-12-02 13:41-0500\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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: pospell.c:162
msgid "only one -l option is allowed"
msgstr ""
#: pospell.c:185 newsbody.c:192
#, c-format
msgid "getopt returned impossible value: %d ('%c')"
msgstr ""
#: pospell.c:206
#, c-format
msgid ""
"Usage: pospell [-fsv] [-l language] -n pofile -p program\n"
" [-- [program-arguments...]]\n"
"\n"
"Copies all translated strings from `pofile' to a temporary\n"
"file (the `spellfile') and then calls the program `program'\n"
"(typically a spell checker) with all `program-arguments'.\n"
"Afterwards the possibly changed translation is copied back\n"
"into the `pofile'.\n"
"\n"
"If `pofile' is specified as `-', pospell will use its standard\n"
"input and standard output.\n"
"\n"
"`%f' in the `program arguments' will be expanded to the name of\n"
"the `spellfile'. Escape single percent sign with two characters\n"
"(%%).\n"
"\n"
"The flags mean:\n"
" -f: The called program is a filter so don't make a temporary\n"
" file, but pipe `spellfile' to the standard input of the\n"
" `program' and later read it back from its standard output.\n"
" -l language: Only translations with the indicated language code\n"
" are copied to the `spellfile'.\n"
" -s: quit with an error message if the `pofile' or `spellfile'\n"
" have unrecognized formats.\n"
" -v: Print version and exit.\n"
msgstr ""
#: pospell.c:284 newsbody.c:294
#, c-format
msgid "%s died with signal \"%s\""
msgstr ""
#: pospell.c:287 newsbody.c:297
#, c-format
msgid "%s died with signal no. %d"
msgstr ""
#: pospell.c:294 newsbody.c:304
#, c-format
msgid "child process couldn't execute %s"
msgstr ""
#: pospell.c:296 newsbody.c:306
#, c-format
msgid "%s returned failure exit code %d"
msgstr ""
#: pospell.c:299 newsbody.c:309
#, c-format
msgid "impossible status from child process: %x"
msgstr ""
#: pospell_write.c:141
#, c-format
msgid ""
"I don't understand this line in the .po file:\n"
"%s"
msgstr ""
#: pospell_read.c:67
msgid ""
"found marker for a removed item in the spell file,\n"
"but cannot find a corresponding item in the po file"
msgstr ""
#: pospell_read.c:124
#, c-format
msgid ""
"found line with unknown content in the spell file:\n"
"%s"
msgstr ""
#: newsbody.c:212
#, c-format
msgid ""
"Usage: newsbody [-fhqsv] [-k headername] -n message -p program\n"
" [-- [program-arguments...]]\n"
"\n"
"Copies the body of the e-mail or usenet message in `message'\n"
"to a temporary file (the `bodyfile') and then calls the program\n"
"`program' (e.g. a spell checker) with all `program-arguments'.\n"
"Afterwards the possibly changed `bodyfile' is copied back into\n"
"the `message'.\n"
"\n"
"If `message' is specified as `-', newsbody will use its\n"
"standard input and standard output.\n"
"\n"
"`%f' in the `program arguments' will be expanded to the name of\n"
"the `bodyfile'. Use `%%' for a real `%' character.\n"
"\n"
"The flags mean:\n"
" -f: The called program is a filter so don't make a temporary\n"
" file, but pipe `bodyfile' to the standard input of the\n"
" `program' and later read it back from its standard output.\n"
" -h: keep the entire header. This flag should also be used\n"
" if 'message' doesn't have a header at all.\n"
" -k headername: keep these header lines in the `bodyfile'.\n"
" (Multiple -k flags are allowed).\n"
" -q: Also remove quotes from the `bodyfile'.\n"
" Lines starting with `>' are considered quotes.\n"
" -s: Also remove signature from the `bodyfile'.\n"
" The signature is all lines from the first signature separator\n"
" (i.e. `-- ') to the bottom of the message.\n"
" -v: Print version and exit.\n"
msgstr ""
#: newsbody_read.c:109
msgid ""
"found marker for a removed line in the body file,\n"
"but cannot find a corresponding line in the message file"
msgstr ""
#: header.c:53
msgid "internal error while reading a header continuation"
msgstr ""
#: lib.c:37 lib.c:47
msgid "could not allocate memory"
msgstr ""
#: lib.c:70
msgid "reading file"
msgstr ""
#: lib.c:95
msgid "writing file"
msgstr ""
#: lib.c:103
#, c-format
msgid "open %s for reading"
msgstr ""
#: lib.c:112
#, c-format
msgid "open %s for writing"
msgstr ""
#: lib.c:119
msgid "closing file"
msgstr ""
#: lib.c:128 lib.c:135
msgid "making temporary filename"
msgstr ""
#: lib.c:144
#, c-format
msgid "unlink %s"
msgstr ""
#: lib.c:152
#, c-format
msgid "rename %s %s"
msgstr ""
#: lib.c:165
#, c-format
msgid "stat %s"
msgstr ""
#: lib.c:174
#, c-format
msgid "read from %s"
msgstr ""
#: lib.c:176
#, c-format
msgid "write to %s"
msgstr ""
#: lib.c:204
msgid "error in child process"
msgstr ""
#: lib.c:204
msgid "error"
msgstr ""
#: lib.c:215
#, c-format
msgid ", errno = %d"
msgstr ""
#: exec.c:38 exec.c:93
msgid "fork"
msgstr ""
#: exec.c:54
msgid "open terminal read"
msgstr ""
#: exec.c:56 exec.c:106
msgid "dup2 stdin"
msgstr ""
#: exec.c:58
msgid "close extra terminal read fd"
msgstr ""
#: exec.c:63
msgid "open terminal write"
msgstr ""
#: exec.c:65 exec.c:113
msgid "dup2 stdout"
msgstr ""
#: exec.c:67
msgid "close extra terminal write fd"
msgstr ""
#: exec.c:70 exec.c:118
#, c-format
msgid "exec %s"
msgstr ""
#: exec.c:87
msgid "pipe for output"
msgstr ""
#: exec.c:89
msgid "pipe for input"
msgstr ""
#: exec.c:104
msgid "close write end of output pipe"
msgstr ""
#: exec.c:108 exec.c:123
msgid "close read end of output pipe"
msgstr ""
#: exec.c:111
msgid "close read end of input pipe"
msgstr ""
#: exec.c:115 exec.c:128
msgid "close write end of input pipe"
msgstr ""
#: exec.c:125
msgid "fdopen write end of output pipe"
msgstr ""
#: exec.c:130
msgid "fdopen read end of input pipe"
msgstr ""
#: exec.c:138
msgid "waiting for child"
msgstr ""
|