Skip to content

Commit

Permalink
Update translation template
Browse files Browse the repository at this point in the history
  • Loading branch information
stgraber committed Feb 13, 2012
1 parent af3f4e8 commit 171766a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 28 deletions.
2 changes: 1 addition & 1 deletion pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ try:
if params:
return params
else:
sys.exit(_("Unknown website, please post a bugreport to request this pastebin to be added (%s)" % website))
sys.exit(_("Unknown website, please post a bugreport to request this pastebin to be added (%s)") % website)

#XML Handling methods
def getText(nodelist):
Expand Down
62 changes: 35 additions & 27 deletions po/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-01-09 15:12+EST\n"
"POT-Creation-Date: 2012-02-12 19:29+EST\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 @@ -15,106 +15,114 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n"


#: ../pastebinit:62
#: ../pastebinit:84
msgid "%s: no section [pastebin]"
msgstr ""

#: ../pastebinit:67
#: ../pastebinit:90
msgid "%s: no 'basename' in [pastebin]"
msgstr ""

#: ../pastebinit:91
#: ../pastebinit:115
#, docstring
msgid "Return the parameters array for the selected pastebin"
msgstr ""

#: ../pastebinit:125
#: ../pastebinit:149
msgid "Unknown website, please post a bugreport to request this pastebin to be added (%s)"
msgstr ""

#: ../pastebinit:148
#: ../pastebinit:171
msgid "Reads on stdin for input or takes a filename as first parameter"
msgstr ""

#: ../pastebinit:172
msgid "Optional arguments (not supported by all pastebins):"
msgstr ""

#: ../pastebinit:149
#: ../pastebinit:173
msgid "\t-a <author:default is '%s'>"
msgstr ""

#: ../pastebinit:150
#: ../pastebinit:174
msgid "\t-b <pastebin url:default is '%s'>"
msgstr ""

#: ../pastebinit:151
#: ../pastebinit:175
msgid "\t-f <format of paste:default is '%s'>"
msgstr ""

#: ../pastebinit:152
#: ../pastebinit:176
msgid "\t-h This help screen"
msgstr ""

#: ../pastebinit:153
#: ../pastebinit:177
msgid "\t-i <input file>"
msgstr ""

#: ../pastebinit:154
#: ../pastebinit:178
msgid "\t-l List all supported pastebins"
msgstr ""

#: ../pastebinit:155
#: ../pastebinit:179
msgid "\t-j <jabberid for notifications:default is '%s'>"
msgstr ""

#: ../pastebinit:156
#: ../pastebinit:180
msgid "\t-m <permatag for all versions of a post:default is blank>"
msgstr ""

#: ../pastebinit:157
#: ../pastebinit:181
msgid "\t-r <parent posts ID:defaults to none>"
msgstr ""

#: ../pastebinit:158
#: ../pastebinit:182
msgid "\t-t <title of paste:default is blank>"
msgstr ""

#: ../pastebinit:159
#: ../pastebinit:183
msgid "\t-u <username> -p <password>"
msgstr ""

#: ../pastebinit:191 ../pastebinit:204 ../pastebinit:216 ../pastebinit:266
#: ../pastebinit:307 ../pastebinit:313
#: ../pastebinit:215 ../pastebinit:230 ../pastebinit:241 ../pastebinit:291
#: ../pastebinit:355 ../pastebinit:360
msgid "KeyboardInterrupt caught."
msgstr ""

#: ../pastebinit:207
#: ../pastebinit:232
msgid "Error parsing configuration file!"
msgstr ""

#: ../pastebinit:208
#: ../pastebinit:233
msgid "Please ensure that your configuration file looks similar to the following:"
msgstr ""

#: ../pastebinit:218
#: ../pastebinit:243
msgid ""
"Invalid arguments!\n"
msgstr ""

#: ../pastebinit:241
#: ../pastebinit:266
msgid "Supported pastebins:"
msgstr ""

#: ../pastebinit:268
#: ../pastebinit:293
msgid "Unable to read from: %s"
msgstr ""

#: ../pastebinit:270
#: ../pastebinit:295
msgid "You are trying to send an empty document, exiting."
msgstr ""

#: ../pastebinit:279
#: ../pastebinit:304
msgid "The content you are trying to send exceeds the pastebin's size limit."
msgstr ""

#: ../pastebinit:310
#: ../pastebinit:335
msgid "Could not find any json library."
msgstr ""

#: ../pastebinit:357
msgid "Unable to read or parse the result page, it could be a server timeout or a change server side, try with another pastebin."
msgstr ""

0 comments on commit 171766a

Please sign in to comment.