1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-04-20 09:13:55 +02:00

Add crowbook.pot files to .gitignore

This commit is contained in:
Elisabeth Henry 2016-12-30 00:52:57 +01:00
parent 6e753423a6
commit 60404637ee
2 changed files with 2 additions and 123 deletions

3
.gitignore vendored
View File

@ -21,7 +21,8 @@ docs/book/html_proof
test_result.*
# Generated by build script
lang/crowbook.pot
lang/lib/crowbook.pot
lang/bin/crowbook.pot
# Generated by Cargo
/target/

View File

@ -1,122 +0,0 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# LICENSE
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:29
msgid "Error:"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:41
msgid "An odd number of arguments was passed to --set, but it takes a list of key value pairs."
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:69
msgid "Error in setting key {}: {}"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:81
msgid "Could not create file {}: it already exists!"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:94
msgid "author: Your name\ntitle: Your title\nlang: en\n\n# Uncomment and fill to generate files\n# output.html: some_file.html\n# output.epub: some_file.epub\n# output.pdf: some_file.pdf\n\n# Uncomment and fill to set cover image (for Epub)\n# cover: some_cover.png\n"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:107
msgid "\n# List of chapters\n"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:113
msgid "Created {}, now you'll have to complete it!"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:123
msgid "Print help information"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:124
msgid "Print version information"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:125
msgid "Render a Markdown book in EPUB, PDF or HTML."
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:126
msgid "Use a single Markdown file instead of a book configuration file"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:127
msgid "Print warnings in parsing/rendering"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:128
msgid "Don't print info/error messages"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:129
msgid "Enable proofreading"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:130
msgid "Print debugging information"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:131
msgid "Create a new book with existing Markdown files"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:132
msgid "Specify output file"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:133
msgid "Set the runtime language used by Crowbook"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:134
msgid "Generate specific format"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:135
msgid "Set a list of book options"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:136
msgid "List all possible options"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:137
msgid "List all possible options, formatted in Markdown"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:138
msgid "Prints the default content of a template"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:139
msgid "File containing the book configuration file, or a Markdown file when called with --single"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:140
msgid "{{bin}} {{version}} by {{author}}\n{{about}}\n\nUSAGE:\n {{usage}}\n\nFLAGS:\n{{flags}}\n\nOPTIONS:\n{{options}}\n\nARGS:\n{{positionals}}\n"
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/helpers.rs:227
msgid "A list of additional files is only valid with the --create option."
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/real_main.rs:105
msgid "{} is not a valid template name."
msgstr ""
#: /home/lise/Progs/rust/crowbook/src/bin/real_main.rs:124
msgid "You must pass the file of a book configuration file.\n\n{}\n\nFor more information try --help."
msgstr ""