diff options
author | Steven Barth <steven@midlink.org> | 2008-06-01 12:47:05 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-01 12:47:05 +0000 |
commit | 1e7ad0141d49a0b332acf0bfce541f8f501f918e (patch) | |
tree | 3cb6796d5eff56bfe0245a4d3425682b9dbff2c4 /i18n/german/luasrc | |
parent | 91cee1420033e8f8f677544556c127df415e43bc (diff) |
* Added initial German Translation stub
Diffstat (limited to 'i18n/german/luasrc')
-rw-r--r-- | i18n/german/luasrc/i18n/cbi.de.lua | 4 | ||||
-rw-r--r-- | i18n/german/luasrc/i18n/default.de.lua | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/i18n/german/luasrc/i18n/cbi.de.lua b/i18n/german/luasrc/i18n/cbi.de.lua new file mode 100644 index 000000000..ed4a09159 --- /dev/null +++ b/i18n/german/luasrc/i18n/cbi.de.lua @@ -0,0 +1,4 @@ +cbi_add = "Eintrag hinzufügen" +cbi_del = "Eintrag entfernen" +cbi_invalid = "Error: Ungültige Eingabe" +cbi_addopt = "-- Feld --"
\ No newline at end of file diff --git a/i18n/german/luasrc/i18n/default.de.lua b/i18n/german/luasrc/i18n/default.de.lua new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/i18n/german/luasrc/i18n/default.de.lua |