Home | History | Annotate | Download | only in po
      1 # SOME DESCRIPTIVE TITLE.
      2 # Copyright (C) YEAR Free Software Foundation, Inc.
      3 # This file is distributed under the same license as the PACKAGE package.
      4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
      5 #
      6 #, fuzzy
      7 msgid ""
      8 msgstr ""
      9 "Project-Id-Version: PACKAGE VERSION\n"
     10 "Report-Msgid-Bugs-To: bug-gnu-utils (a] gnu.org\n"
     11 "POT-Creation-Date: 2009-06-27 15:08+0200\n"
     12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     14 "Language-Team: LANGUAGE <LL (a] li.org>\n"
     15 "MIME-Version: 1.0\n"
     16 "Content-Type: text/plain; charset=CHARSET\n"
     17 "Content-Transfer-Encoding: 8bit\n"
     18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
     19 
     20 #: sed/compile.c:161
     21 msgid "multiple `!'s"
     22 msgstr ""
     23 
     24 #: sed/compile.c:162
     25 msgid "unexpected `,'"
     26 msgstr ""
     27 
     28 #: sed/compile.c:163
     29 msgid "invalid usage of +N or ~N as first address"
     30 msgstr ""
     31 
     32 #: sed/compile.c:164
     33 msgid "unmatched `{'"
     34 msgstr ""
     35 
     36 #: sed/compile.c:165
     37 msgid "unexpected `}'"
     38 msgstr ""
     39 
     40 #: sed/compile.c:166
     41 msgid "extra characters after command"
     42 msgstr ""
     43 
     44 #: sed/compile.c:167
     45 msgid "expected \\ after `a', `c' or `i'"
     46 msgstr ""
     47 
     48 #: sed/compile.c:168
     49 msgid "`}' doesn't want any addresses"
     50 msgstr ""
     51 
     52 #: sed/compile.c:169
     53 msgid ": doesn't want any addresses"
     54 msgstr ""
     55 
     56 #: sed/compile.c:170
     57 msgid "comments don't accept any addresses"
     58 msgstr ""
     59 
     60 #: sed/compile.c:171
     61 msgid "missing command"
     62 msgstr ""
     63 
     64 #: sed/compile.c:172
     65 msgid "command only uses one address"
     66 msgstr ""
     67 
     68 #: sed/compile.c:173
     69 msgid "unterminated address regex"
     70 msgstr ""
     71 
     72 #: sed/compile.c:174
     73 msgid "unterminated `s' command"
     74 msgstr ""
     75 
     76 #: sed/compile.c:175
     77 msgid "unterminated `y' command"
     78 msgstr ""
     79 
     80 #: sed/compile.c:176
     81 msgid "unknown option to `s'"
     82 msgstr ""
     83 
     84 #: sed/compile.c:177
     85 msgid "multiple `p' options to `s' command"
     86 msgstr ""
     87 
     88 #: sed/compile.c:178
     89 msgid "multiple `g' options to `s' command"
     90 msgstr ""
     91 
     92 #: sed/compile.c:179
     93 msgid "multiple number options to `s' command"
     94 msgstr ""
     95 
     96 #: sed/compile.c:180
     97 msgid "number option to `s' command may not be zero"
     98 msgstr ""
     99 
    100 #: sed/compile.c:181
    101 msgid "strings for `y' command are different lengths"
    102 msgstr ""
    103 
    104 #: sed/compile.c:182
    105 msgid "delimiter character is not a single-byte character"
    106 msgstr ""
    107 
    108 #: sed/compile.c:183
    109 msgid "expected newer version of sed"
    110 msgstr ""
    111 
    112 #: sed/compile.c:184
    113 msgid "invalid usage of line address 0"
    114 msgstr ""
    115 
    116 #: sed/compile.c:185
    117 #, c-format
    118 msgid "unknown command: `%c'"
    119 msgstr ""
    120 
    121 #: sed/compile.c:208
    122 #, c-format
    123 msgid "%s: file %s line %lu: %s\n"
    124 msgstr ""
    125 
    126 #: sed/compile.c:211
    127 #, c-format
    128 msgid "%s: -e expression #%lu, char %lu: %s\n"
    129 msgstr ""
    130 
    131 #: sed/compile.c:1665
    132 #, c-format
    133 msgid "can't find label for jump to `%s'"
    134 msgstr ""
    135 
    136 #: sed/execute.c:709
    137 #, c-format
    138 msgid "%s: can't read %s: %s\n"
    139 msgstr ""
    140 
    141 #: sed/execute.c:740
    142 #, c-format
    143 msgid "couldn't edit %s: is a terminal"
    144 msgstr ""
    145 
    146 #: sed/execute.c:745
    147 #, c-format
    148 msgid "couldn't edit %s: not a regular file"
    149 msgstr ""
    150 
    151 #: sed/execute.c:757
    152 #, c-format
    153 msgid "%s: warning: failed to set default file creation context to %s: %s"
    154 msgstr ""
    155 
    156 #: sed/execute.c:764
    157 #, c-format
    158 msgid "%s: warning: failed to get security context of %s: %s"
    159 msgstr ""
    160 
    161 #: sed/execute.c:783 sed/utils.c:227
    162 #, c-format
    163 msgid "couldn't open temporary file %s: %s"
    164 msgstr ""
    165 
    166 #: sed/execute.c:1317 sed/execute.c:1497
    167 msgid "error in subprocess"
    168 msgstr ""
    169 
    170 #: sed/execute.c:1319
    171 msgid "option `e' not supported"
    172 msgstr ""
    173 
    174 #: sed/execute.c:1499
    175 msgid "`e' command not supported"
    176 msgstr ""
    177 
    178 #: sed/execute.c:1843
    179 msgid "no input files"
    180 msgstr ""
    181 
    182 #: sed/regexp.c:41
    183 msgid "no previous regular expression"
    184 msgstr ""
    185 
    186 #: sed/regexp.c:42
    187 msgid "cannot specify modifiers on empty regexp"
    188 msgstr ""
    189 
    190 #: sed/regexp.c:131
    191 #, c-format
    192 msgid "invalid reference \\%d on `s' command's RHS"
    193 msgstr ""
    194 
    195 #: sed/sed.c:97
    196 #, c-format
    197 msgid ""
    198 "GNU sed home page: <http://www.gnu.org/software/sed/>.\n"
    199 "General help using GNU software: <http://www.gnu.org/gethelp/>.\n"
    200 msgstr ""
    201 
    202 #: sed/sed.c:104
    203 #, c-format
    204 msgid ""
    205 "E-mail bug reports to: <%s>.\n"
    206 "Be sure to include the word ``%s'' somewhere in the ``Subject:'' field.\n"
    207 msgstr ""
    208 
    209 #: sed/sed.c:117
    210 msgid ""
    211 "  -R, --regexp-perl\n"
    212 "                 use Perl 5's regular expressions syntax in the script.\n"
    213 msgstr ""
    214 
    215 #: sed/sed.c:122
    216 #, c-format
    217 msgid ""
    218 "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n"
    219 "\n"
    220 msgstr ""
    221 
    222 #: sed/sed.c:126
    223 #, c-format
    224 msgid ""
    225 "  -n, --quiet, --silent\n"
    226 "                 suppress automatic printing of pattern space\n"
    227 msgstr ""
    228 
    229 #: sed/sed.c:128
    230 #, c-format
    231 msgid ""
    232 "  -e script, --expression=script\n"
    233 "                 add the script to the commands to be executed\n"
    234 msgstr ""
    235 
    236 #: sed/sed.c:130
    237 #, c-format
    238 msgid ""
    239 "  -f script-file, --file=script-file\n"
    240 "                 add the contents of script-file to the commands to be "
    241 "executed\n"
    242 msgstr ""
    243 
    244 #: sed/sed.c:133
    245 #, c-format
    246 msgid ""
    247 "  --follow-symlinks\n"
    248 "                 follow symlinks when processing in place\n"
    249 msgstr ""
    250 
    251 #: sed/sed.c:136
    252 #, c-format
    253 msgid ""
    254 "  -i[SUFFIX], --in-place[=SUFFIX]\n"
    255 "                 edit files in place (makes backup if extension supplied)\n"
    256 msgstr ""
    257 
    258 #: sed/sed.c:139
    259 #, c-format
    260 msgid ""
    261 "  -b, --binary\n"
    262 "                 open files in binary mode (CR+LFs are not processed "
    263 "specially)\n"
    264 msgstr ""
    265 
    266 #: sed/sed.c:142
    267 #, c-format
    268 msgid ""
    269 "  -l N, --line-length=N\n"
    270 "                 specify the desired line-wrap length for the `l' command\n"
    271 msgstr ""
    272 
    273 #: sed/sed.c:144
    274 #, c-format
    275 msgid ""
    276 "  --posix\n"
    277 "                 disable all GNU extensions.\n"
    278 msgstr ""
    279 
    280 #: sed/sed.c:146
    281 #, c-format
    282 msgid ""
    283 "  -r, --regexp-extended\n"
    284 "                 use extended regular expressions in the script.\n"
    285 msgstr ""
    286 
    287 #: sed/sed.c:151
    288 #, c-format
    289 msgid ""
    290 "  -s, --separate\n"
    291 "                 consider files as separate rather than as a single "
    292 "continuous\n"
    293 "                 long stream.\n"
    294 msgstr ""
    295 
    296 #: sed/sed.c:154
    297 #, c-format
    298 msgid ""
    299 "  -u, --unbuffered\n"
    300 "                 load minimal amounts of data from the input files and "
    301 "flush\n"
    302 "                 the output buffers more often\n"
    303 msgstr ""
    304 
    305 #: sed/sed.c:157
    306 #, c-format
    307 msgid "      --help     display this help and exit\n"
    308 msgstr ""
    309 
    310 #: sed/sed.c:158
    311 #, c-format
    312 msgid "      --version  output version information and exit\n"
    313 msgstr ""
    314 
    315 #: sed/sed.c:159
    316 #, c-format
    317 msgid ""
    318 "\n"
    319 "If no -e, --expression, -f, or --file option is given, then the first\n"
    320 "non-option argument is taken as the sed script to interpret.  All\n"
    321 "remaining arguments are names of input files; if no input files are\n"
    322 "specified, then the standard input is read.\n"
    323 "\n"
    324 msgstr ""
    325 
    326 #: sed/sed.c:315
    327 #, c-format
    328 msgid "super-sed version %s\n"
    329 msgstr ""
    330 
    331 #: sed/sed.c:316
    332 #, c-format
    333 msgid ""
    334 "based on GNU sed version %s\n"
    335 "\n"
    336 msgstr ""
    337 
    338 #: sed/sed.c:318
    339 #, c-format
    340 msgid "GNU sed version %s\n"
    341 msgstr ""
    342 
    343 #: sed/sed.c:320
    344 #, c-format
    345 msgid ""
    346 "Copyright (C) %d Free Software Foundation, Inc.\n"
    347 "This is free software; see the source for copying conditions.  There is NO\n"
    348 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,\n"
    349 "to the extent permitted by law.\n"
    350 msgstr ""
    351 
    352 #: sed/utils.c:93 sed/utils.c:438
    353 #, c-format
    354 msgid "cannot remove %s: %s"
    355 msgstr ""
    356 
    357 #: sed/utils.c:163
    358 #, c-format
    359 msgid "couldn't open file %s: %s"
    360 msgstr ""
    361 
    362 #: sed/utils.c:186
    363 #, c-format
    364 msgid "couldn't attach to %s: %s"
    365 msgstr ""
    366 
    367 #: sed/utils.c:245
    368 #, c-format
    369 msgid "couldn't write %d item to %s: %s"
    370 msgid_plural "couldn't write %d items to %s: %s"
    371 msgstr[0] ""
    372 msgstr[1] ""
    373 
    374 #: sed/utils.c:260 sed/utils.c:276
    375 #, c-format
    376 msgid "read error on %s: %s"
    377 msgstr ""
    378 
    379 #: sed/utils.c:378
    380 #, c-format
    381 msgid "couldn't follow symlink %s: %s"
    382 msgstr ""
    383 
    384 #: sed/utils.c:412
    385 #, c-format
    386 msgid "cannot stat %s: %s"
    387 msgstr ""
    388 
    389 #: sed/utils.c:443
    390 #, c-format
    391 msgid "cannot rename %s: %s"
    392 msgstr ""
    393 
    394 #: lib/regcomp.c:134
    395 msgid "Success"
    396 msgstr ""
    397 
    398 #: lib/regcomp.c:137
    399 msgid "No match"
    400 msgstr ""
    401 
    402 #: lib/regcomp.c:140
    403 msgid "Invalid regular expression"
    404 msgstr ""
    405 
    406 #: lib/regcomp.c:143
    407 msgid "Invalid collation character"
    408 msgstr ""
    409 
    410 #: lib/regcomp.c:146
    411 msgid "Invalid character class name"
    412 msgstr ""
    413 
    414 #: lib/regcomp.c:149
    415 msgid "Trailing backslash"
    416 msgstr ""
    417 
    418 #: lib/regcomp.c:152
    419 msgid "Invalid back reference"
    420 msgstr ""
    421 
    422 #: lib/regcomp.c:155
    423 msgid "Unmatched [ or [^"
    424 msgstr ""
    425 
    426 #: lib/regcomp.c:158
    427 msgid "Unmatched ( or \\("
    428 msgstr ""
    429 
    430 #: lib/regcomp.c:161
    431 msgid "Unmatched \\{"
    432 msgstr ""
    433 
    434 #: lib/regcomp.c:164
    435 msgid "Invalid content of \\{\\}"
    436 msgstr ""
    437 
    438 #: lib/regcomp.c:167
    439 msgid "Invalid range end"
    440 msgstr ""
    441 
    442 #: lib/regcomp.c:170
    443 msgid "Memory exhausted"
    444 msgstr ""
    445 
    446 #: lib/regcomp.c:173
    447 msgid "Invalid preceding regular expression"
    448 msgstr ""
    449 
    450 #: lib/regcomp.c:176
    451 msgid "Premature end of regular expression"
    452 msgstr ""
    453 
    454 #: lib/regcomp.c:179
    455 msgid "Regular expression too big"
    456 msgstr ""
    457 
    458 #: lib/regcomp.c:182
    459 msgid "Unmatched ) or \\)"
    460 msgstr ""
    461 
    462 #: lib/regcomp.c:703
    463 msgid "No previous regular expression"
    464 msgstr ""
    465