/po/txt2tags.pot
Unknown | 474 lines | 319 code | 155 blank | 0 comment | 0 complexity | ac80fc6bbe6144259793ff016c8180e6 MD5 | raw file
1# txt2tags messages 2#, fuzzy 3msgid "" 4msgstr "" 5"Project-Id-Version: txt2tags 2.6.600\n" 6"POT-Creation-Date: 2010-12-09 13:30+BRST\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 9"Language-Team: LANGUAGE <LL@li.org>\n" 10"MIME-Version: 1.0\n" 11"Content-Type: text/plain; charset=UTF-8\n" 12"Content-Transfer-Encoding: 8bit\n" 13"Generated-By: pygettext.py 1.5\n" 14 15 16msgid "HTML page" 17msgstr "" 18 19msgid "HTML5 page" 20msgstr "" 21 22msgid "XHTML page" 23msgstr "" 24 25msgid "XHTML Strict page" 26msgstr "" 27 28msgid "SGML document" 29msgstr "" 30 31msgid "DocBook document" 32msgstr "" 33 34msgid "LaTeX document" 35msgstr "" 36 37msgid "Lout document" 38msgstr "" 39 40msgid "UNIX Manual page" 41msgstr "" 42 43msgid "MagicPoint presentation" 44msgstr "" 45 46msgid "Wikipedia page" 47msgstr "" 48 49msgid "Google Wiki page" 50msgstr "" 51 52msgid "DokuWiki page" 53msgstr "" 54 55msgid "PmWiki page" 56msgstr "" 57 58msgid "MoinMoin page" 59msgstr "" 60 61msgid "PageMaker document" 62msgstr "" 63 64msgid "Plain Text" 65msgstr "" 66 67msgid "ASCII Art text" 68msgstr "" 69 70msgid "AsciiDoc document" 71msgstr "" 72 73msgid "Creole 1.0 document" 74msgstr "" 75 76msgid "Markdown document" 77msgstr "" 78 79msgid "BBCode document" 80msgstr "" 81 82msgid "Redmine Wiki page" 83msgstr "" 84 85msgid "SPIP article" 86msgstr "" 87 88msgid "RTF document" 89msgstr "" 90 91msgid "%s version %s <%s>" 92msgstr "" 93 94msgid "Usage: %s [OPTIONS] [infile.t2t ...]" 95msgstr "" 96 97msgid "print a list of all the available targets and exit" 98msgstr "" 99 100msgid "set target document type. currently supported:" 101msgstr "" 102 103msgid "set FILE as the input file name ('-' for STDIN)" 104msgstr "" 105 106msgid "set FILE as the output file name ('-' for STDOUT)" 107msgstr "" 108 109msgid "inform source file encoding (UTF-8, iso-8859-1, etc)" 110msgstr "" 111 112msgid "add an automatic Table of Contents to the output" 113msgstr "" 114 115msgid "set maximum TOC level (depth) to N" 116msgstr "" 117 118msgid "print the Table of Contents and exit" 119msgstr "" 120 121msgid "enumerate all titles as 1, 1.1, 1.1.1, etc" 122msgstr "" 123 124msgid "use FILE as the document style (like HTML CSS)" 125msgstr "" 126 127msgid "insert CSS-friendly tags for HTML/XHTML" 128msgstr "" 129 130msgid "insert CSS file contents inside HTML/XHTML headers" 131msgstr "" 132 133msgid "suppress header and footer from the output" 134msgstr "" 135 136msgid "use FILE as the template for the output document" 137msgstr "" 138 139msgid "hide email from spam robots. x@y.z turns <x (a) y z>" 140msgstr "" 141 142msgid "format output as presentation slides (used by -t art)" 143msgstr "" 144 145msgid "set the output's width to N columns (used by -t art)" 146msgstr "" 147 148msgid "set the output's height to N rows (used by -t art)" 149msgstr "" 150 151msgid "read configuration from file F" 152msgstr "" 153 154msgid "fix resources path (image, links, CSS) when needed" 155msgstr "" 156 157msgid "invoke Graphical Tk Interface" 158msgstr "" 159 160msgid "quiet mode, suppress all output (except errors)" 161msgstr "" 162 163msgid "print informative messages during conversion" 164msgstr "" 165 166msgid "print this help information and exit" 167msgstr "" 168 169msgid "print program version and exit" 170msgstr "" 171 172msgid "print all the configuration found and exit" 173msgstr "" 174 175msgid "print the document source, with includes expanded" 176msgstr "" 177 178msgid "Example:" 179msgstr "" 180 181msgid "file.t2t" 182msgstr "" 183 184msgid "The 'no-' prefix disables the option:" 185msgstr "" 186 187msgid "By default, converted output is saved to 'infile.<target>'." 188msgstr "" 189 190msgid "Use --outfile to force an output file name." 191msgstr "" 192 193msgid "If input file is '-', reads from STDIN." 194msgstr "" 195 196msgid "If output file is '-', dumps output to STDOUT." 197msgstr "" 198 199msgid "%s: Error: " 200msgstr "" 201 202msgid "Sorry! Txt2tags aborted by an unknown error." 203msgstr "" 204 205msgid "Please send the following Error Traceback to the author" 206msgstr "" 207 208msgid "You must feed me with data on STDIN!" 209msgstr "" 210 211msgid "Cannot read file:" 212msgstr "" 213 214msgid "File read (%d lines): %s" 215msgstr "" 216 217msgid "Cannot open file for writing:" 218msgstr "" 219 220msgid "%s (try --help)" 221msgstr "" 222 223msgid "Ignored config" 224msgstr "" 225 226msgid "Loading source document" 227msgstr "" 228 229msgid "The input file is empty: %s" 230msgstr "" 231 232msgid "Areas found: %s" 233msgstr "" 234 235msgid "Scanning source document CONF area" 236msgstr "" 237 238msgid "Added config" 239msgstr "" 240 241msgid "No target specified (try --help)" 242msgstr "" 243 244msgid "Please inform a target using the -t option or the %!target command." 245msgstr "" 246 247msgid "Run 'txt2tags --targets' to see all the available targets." 248msgstr "" 249 250msgid "Missing input file (try --help)" 251msgstr "" 252 253msgid "Invalid target '%s'" 254msgstr "" 255 256msgid "--%s value must be a number" 257msgstr "" 258 259msgid "Option --split must be 0, 1 or 2" 260msgstr "" 261 262msgid "--width: Expected width > 4, got %i" 263msgstr "" 264 265msgid "--art-chars: Expected %i chars, got %i" 266msgstr "" 267 268msgid "Input and Output files are the same: %s" 269msgstr "" 270 271msgid "Added the following keys: %s" 272msgstr "" 273 274msgid "Invalid CONFIG line on %s" 275msgstr "" 276 277msgid "Added %s" 278msgstr "" 279 280msgid "Processing line %03d: %s" 281msgstr "" 282 283msgid "A file cannot include itself (loop!)" 284msgstr "" 285 286msgid "Finished Config file inclusion: %s" 287msgstr "" 288 289msgid "You can't use (target) with %s" 290msgstr "" 291 292msgid "OFF" 293msgstr "" 294 295msgid "ON" 296msgstr "" 297 298msgid "RC file" 299msgstr "" 300 301msgid "source document" 302msgstr "" 303 304msgid "command line" 305msgstr "" 306 307msgid "RAW config for %s" 308msgstr "" 309 310msgid "Full PARSED config" 311msgstr "" 312 313msgid "Active filters" 314msgstr "" 315 316msgid "No, no. Your PostVoodoo regex is wrong. Maybe you should call mommy?" 317msgstr "" 318 319msgid "Dear PostVoodoo apprentice: You got the regex right, but messed the replacement" 320msgstr "" 321 322msgid "Invalid PostProc filter regex" 323msgstr "" 324 325msgid "Invalid PostProc filter replacement" 326msgstr "" 327 328msgid "%s wrote %s" 329msgstr "" 330 331msgid "Table of Contents" 332msgstr "" 333 334msgid "Cannot find template file:" 335msgstr "" 336 337msgid "CSS include failed for %s" 338msgstr "" 339 340msgid "Source document contents stored" 341msgstr "" 342 343msgid "Parsing and saving all config found (%03d items)" 344msgstr "" 345 346msgid "Composing target Body" 347msgstr "" 348 349msgid "Composing target Footer" 350msgstr "" 351 352msgid "Composing target TOC" 353msgstr "" 354 355msgid "Composing target Headers" 356msgstr "" 357 358msgid "Saving results to the output file" 359msgstr "" 360 361msgid "Invalid PreProc filter regex" 362msgstr "" 363 364msgid "Invalid PreProc filter replacement" 365msgstr "" 366 367msgid "All files" 368msgstr "" 369 370msgid "txt2tags files" 371msgstr "" 372 373msgid "Close" 374msgstr "" 375 376msgid "You must select a target type!" 377msgstr "" 378 379msgid "You must provide the source file location!" 380msgstr "" 381 382msgid "%s: %s converted to %s" 383msgstr "" 384 385msgid "Conversion done!" 386msgstr "" 387 388msgid "FROM:" 389msgstr "" 390 391msgid "TO:" 392msgstr "" 393 394msgid "%s FATAL ERROR!" 395msgstr "" 396 397msgid "-- select one --" 398msgstr "" 399 400msgid "Enter the source file location:" 401msgstr "" 402 403msgid "Choose the target document type:" 404msgstr "" 405 406msgid "Some options you may check:" 407msgstr "" 408 409msgid "Some extra options:" 410msgstr "" 411 412msgid "Include headers on output" 413msgstr "" 414 415msgid "Number titles (1, 1.1, 1.1.1, etc)" 416msgstr "" 417 418msgid "Do TOC also (Table of Contents)" 419msgstr "" 420 421msgid "Hide e-mails from SPAM robots" 422msgstr "" 423 424msgid "Just do TOC, nothing more" 425msgstr "" 426 427msgid "Dump to screen (Don't save target file)" 428msgstr "" 429 430msgid "ONE source, MULTI targets" 431msgstr "" 432 433msgid "Browse" 434msgstr "" 435 436msgid "<screen>" 437msgstr "" 438 439msgid "Output: " 440msgstr "" 441 442msgid "Quit" 443msgstr "" 444 445msgid "Convert!" 446msgstr "" 447 448msgid "Txt2tags %s processing begins" 449msgstr "" 450 451msgid "Option --%s can't be used with multiple input files" 452msgstr "" 453 454msgid "Ignoring user configuration file" 455msgstr "" 456 457msgid "Loading user configuration file" 458msgstr "" 459 460msgid "We are on GUI interface" 461msgstr "" 462 463msgid "txt2tags ERROR!" 464msgstr "" 465 466msgid "We are on Command Line interface" 467msgstr "" 468 469msgid "Please inform an input file (.t2t) at the end of the command." 470msgstr "" 471 472msgid "Txt2tags finished successfully" 473msgstr "" 474