Skip to content

Commit

Permalink
Update the POT file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Mar 6, 2016
1 parent 837149a commit 4d609c2
Showing 1 changed file with 84 additions and 59 deletions.
143 changes: 84 additions & 59 deletions handroll/locale/handroll.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Translations template for handroll.
# Copyright (C) 2015 Matt Layman
# Copyright (C) 2016 Matt Layman
# This file is distributed under the same license as the handroll project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: handroll 2.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-10-15 17:55-0400\n"
"POT-Creation-Date: 2016-03-06 08:10-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"
Expand All @@ -17,54 +17,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"

#: handroll/command.py:36
msgid "Invalid site source: {0}"
msgstr ""

#: handroll/command.py:50
msgid "Incomplete."
msgstr ""

#: handroll/command.py:57
msgid "A website generator for software artisans"
msgstr ""

#: handroll/command.py:59
msgid "the path to your website"
msgstr ""

#: handroll/command.py:61
msgid "an optional output directory to create or update if it already exists"
msgstr ""

#: handroll/command.py:65
msgid "watch the site for changes and run a web server in the output directory"
msgstr ""

#: handroll/command.py:70
msgid "make a new handroll site from a scaffold or list the available scaffolds"
msgstr ""

#: handroll/command.py:73
msgid "use verbose messages"
msgstr ""

#: handroll/command.py:76
msgid "show debug level messages"
msgstr ""

#: handroll/command.py:78
msgid "time the execution"
msgstr ""

#: handroll/command.py:81
msgid "force composers to write output"
msgstr ""

#: handroll/command.py:94
msgid "Complete."
msgstr ""

#: handroll/configuration.py:33
msgid "You are missing a domain setting in the site section."
msgstr ""
Expand Down Expand Up @@ -97,22 +49,50 @@ msgstr ""
msgid "Skipping special file {filename} ..."
msgstr ""

#: handroll/scaffolder.py:10 handroll/tests/test_scaffolder.py:18
msgid "A complete site to get you going"
#: handroll/entry.py:28
msgid "Incomplete."
msgstr ""

#: handroll/scaffolder.py:26
msgid "Available scaffolds:\n"
#: handroll/entry.py:49
msgid "A website generator for software artisans"
msgstr ""

#: handroll/entry.py:52
msgid "use verbose messages"
msgstr ""

#: handroll/entry.py:55
msgid "show debug level messages"
msgstr ""

#: handroll/entry.py:57
msgid "time the execution"
msgstr ""

#: handroll/entry.py:60
msgid "force composers to write output"
msgstr ""

#: handroll/entry.py:62
msgid "available commands"
msgstr ""

#: handroll/scaffolder.py:10 handroll/tests/test_scaffolder.py:18
msgid "A complete site to get you going"
msgstr ""

#: handroll/scaffolder.py:45
#: handroll/scaffolder.py:18
msgid "There is no {scaffold} scaffold."
msgstr ""

#: handroll/scaffolder.py:48
#: handroll/scaffolder.py:21
msgid "{site} already exists."
msgstr ""

#: handroll/scaffolder.py:29
msgid "Available scaffolds:\n"
msgstr ""

#: handroll/server.py:48
msgid ""
"Serving {outdir} at http://localhost:{port}/.\n"
Expand All @@ -125,16 +105,61 @@ msgid ""
"Bye."
msgstr ""

#: handroll/site.py:36
#: handroll/site.py:31
msgid "Invalid site source: {0}"
msgstr ""

#: handroll/site.py:45
msgid "{path} is not a directory."
msgstr ""

#: handroll/site.py:59
#: handroll/site.py:68
msgid ""
"A handroll site was not found in {current_directory} or any of its "
"parents."
msgstr ""

#: handroll/commands/base.py:21
msgid "Complete."
msgstr ""

#: handroll/commands/build.py:11
msgid "Build a site in an output directory."
msgstr ""

#: handroll/commands/build.py:12
msgid "build a site"
msgstr ""

#: handroll/commands/build.py:17 handroll/commands/scaffold.py:22
#: handroll/commands/watch.py:20
msgid "the path to your website"
msgstr ""

#: handroll/commands/build.py:18 handroll/commands/watch.py:21
msgid "an optional output directory to create or update if it already exists"
msgstr ""

#: handroll/commands/scaffold.py:11
msgid "Make a new handroll site from a scaffold or list the available scaffolds"
msgstr ""

#: handroll/commands/scaffold.py:14
msgid "make a new handroll site"
msgstr ""

#: handroll/commands/scaffold.py:19
msgid "the scaffold to generate"
msgstr ""

#: handroll/commands/watch.py:12
msgid "watch the site for changes and run a web server in the output directory"
msgstr ""

#: handroll/commands/watch.py:15
msgid "watch a site and run a web server"
msgstr ""

#: handroll/composers/__init__.py:101
msgid "Skipping {filename} ... It is the same as {destination}."
msgstr ""
Expand Down

0 comments on commit 4d609c2

Please sign in to comment.