Added translation templates

This commit is contained in:
Eric Christensen 2013-03-11 23:20:11 -04:00
parent f684890abe
commit d22ef177a5
76 changed files with 5539 additions and 0 deletions

View file

@ -0,0 +1,31 @@
#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2013-03-12T03:19:45\n"
"PO-Revision-Date: 2013-03-12T03:19:45\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: programlisting
#, no-c-format
msgid "\n"
"class NoResourceResolver implements LSResourceResolver {\n"
" @Override\n"
" public LSInput resolveResource(String type, String namespaceURI,\n"
" String publicId, String systemId, String baseURI) {\n"
" // Throwing an exception stops validation.\n"
" throw new RuntimeException(String.format(\n"
" \"resolution attempt: type=%s namespace=%s \" +\n"
" \"publicId=%s systemId=%s baseURI=%s\",\n"
" type, namespaceURI, publicId, systemId, baseURI));\n"
" }\n"
"}\n"
""
msgstr ""