-rw-r--r-- | i18n/de/libnotesapplet.ts | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/i18n/de/libnotesapplet.ts b/i18n/de/libnotesapplet.ts index 6bbcf69..97c5623 100644 --- a/i18n/de/libnotesapplet.ts +++ b/i18n/de/libnotesapplet.ts @@ -1,45 +1,46 @@ <!DOCTYPE TS><TS> +<defaultcodec>iso8859-1</defaultcodec> <context> <name>NotesControl</name> <message> <source>New</source> - <translation type="unfinished"></translation> + <translation>Neu</translation> </message> <message> <source>Save</source> - <translation type="unfinished"></translation> + <translation>Speichern</translation> </message> <message> <source>Delete</source> - <translation type="unfinished"></translation> + <translation>Löschen</translation> </message> <message> <source>Delete?</source> - <translation type="unfinished"></translation> + <translation>Löschen?</translation> </message> <message> <source>Do you really want to<BR><B> delete</B> this note ?</source> - <translation type="unfinished"></translation> + <translation>Soll diese Notiz wirklich<br><b>gelöscht</b>werden?</translation> </message> <message> <source>Yes</source> - <translation type="unfinished"></translation> + <translation>Ja</translation> </message> <message> <source>No</source> - <translation type="unfinished"></translation> + <translation>Nein</translation> </message> <message> <source>Beam Out</source> - <translation type="unfinished"></translation> + <translation>Versenden</translation> </message> <message> <source>Search For...</source> - <translation type="unfinished"></translation> + <translation>Suche nach...</translation> </message> <message> <source>Toggle Maximized</source> - <translation type="unfinished"></translation> + <translation>Maximiert umschalten</translation> </message> </context> </TS> |