diff options
author | mszulecki | 2007-02-23 18:39:43 +0000 |
---|---|---|
committer | mszulecki | 2007-02-23 18:39:43 +0000 |
commit | 667123895db5adfd6515f630d0d6daa740b6576b (patch) | |
tree | f7aa932112fe75e31532549d6885bc46d2824685 /po | |
parent | e871e41637d8c511a0cf0379c5e4ca872f6cf469 (diff) | |
download | dskel-667123895db5adfd6515f630d0d6daa740b6576b.tar.gz dskel-667123895db5adfd6515f630d0d6daa740b6576b.tar.bz2 |
Add i18n support stubs and adjust chain.
git-svn-id: http://svn.sukimashita.com/repos/dskel/trunk@15 4281df72-ff29-0410-8fee-2d9ac0c5f5a7
Diffstat (limited to 'po')
-rw-r--r-- | po/LINGUAS | 3 | ||||
-rw-r--r-- | po/POTFILES.in | 4 | ||||
-rw-r--r-- | po/de.po | 21 |
3 files changed, 28 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..0eddece --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,3 @@ +# please keep this list sorted alphabetically +# +de diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..10f182b --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,4 @@ +# List of source files containing translatable strings. +# Please keep this file in alphabetical order. +[encoding: UTF-8] +src/helloworld.d diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..6b37cce --- /dev/null +++ b/po/de.po @@ -0,0 +1,21 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-02-23 18:11+0100\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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/helloworld.d:12 +msgid "Hello!" +msgstr "Hallo!" |