author | coredump <coredump> | 2005-03-23 10:30:21 (UTC) |
---|---|---|
committer | coredump <coredump> | 2005-03-23 10:30:21 (UTC) |
commit | 9334124ca8c8e2c2aeba207bfcd40afbebc3e90e (patch) (side-by-side diff) | |
tree | 987aa4116c7f3031defdcfc293c74a301046f9d9 /i18n/de/libexample_board.ts | |
parent | bcd18c2db36978b1c79a769c59740fe20d5623f3 (diff) | |
download | opie-9334124ca8c8e2c2aeba207bfcd40afbebc3e90e.zip opie-9334124ca8c8e2c2aeba207bfcd40afbebc3e90e.tar.gz opie-9334124ca8c8e2c2aeba207bfcd40afbebc3e90e.tar.bz2 |
Some more trivial translations
-rw-r--r-- | i18n/de/libexample_board.ts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/i18n/de/libexample_board.ts b/i18n/de/libexample_board.ts index f4cfa45..55d7c8c 100644 --- a/i18n/de/libexample_board.ts +++ b/i18n/de/libexample_board.ts @@ -1,25 +1,26 @@ <!DOCTYPE TS><TS> +<defaultcodec>iso8859-1</defaultcodec> <context> <name>ExampleBoard</name> <message> <source>Alt</source> - <translation type="unfinished"></translation> + <translation></translation> </message> <message> <source>Shift</source> - <translation type="unfinished"></translation> + <translation></translation> </message> <message> <source>Ctrl</source> <comment>Control Shortcut on keyboard</comment> - <translation type="unfinished"></translation> + <translation>Ctrl</translation> </message> </context> <context> <name>QObject</name> <message> <source>Example Input</source> - <translation type="unfinished"></translation> + <translation>Beispiel Eingabe</translation> </message> </context> </TS> |