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