author | groucho <groucho> | 2003-02-17 09:04:24 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-02-17 09:04:24 (UTC) |
commit | 82f62cab14381287a0b9afe83414e991f12f72d2 (patch) (side-by-side diff) | |
tree | 85741f12fb4375fa577d2ef161d5512ce616d2e7 /i18n/de/libtodaydatebookplugin.ts | |
parent | 0e7b82ca11e455b9b87b1045b532bd77ebb05c90 (diff) | |
download | opie-82f62cab14381287a0b9afe83414e991f12f72d2.zip opie-82f62cab14381287a0b9afe83414e991f12f72d2.tar.gz opie-82f62cab14381287a0b9afe83414e991f12f72d2.tar.bz2 |
Added translation support for the plugin plugins.
Still the config does not show up translated, just the main screen overview
Diffstat (limited to 'i18n/de/libtodaydatebookplugin.ts') (more/less context) (ignore whitespace changes)
-rw-r--r-- | i18n/de/libtodaydatebookplugin.ts | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/i18n/de/libtodaydatebookplugin.ts b/i18n/de/libtodaydatebookplugin.ts new file mode 100644 index 0000000..0e42809 --- a/dev/null +++ b/i18n/de/libtodaydatebookplugin.ts @@ -0,0 +1,87 @@ +<!DOCTYPE TS><TS> +<defaultcodec>iso8859-1</defaultcodec> +<context> + <name>DateBookEvent</name> + <message> + <source>[with alarm]</source> + <translation>[mit Alarm]</translation> + </message> + <message> + <source>note</source> + <translation>Notiz</translation> + </message> +</context> +<context> + <name>DatebookPluginConfig</name> + <message> + <source>Show location</source> + <translation>Ort anzeigen</translation> + </message> + <message> + <source>Check this if the location of an appointment should be shown for each one</source> + <translation>Auswählen, um den Ort des Termins anzuzeigen</translation> + </message> + <message> + <source>Show notes</source> + <translation>Notizen anzeigen</translation> + </message> + <message> + <source>Check this if the note attached to an appointment should be shown for each one</source> + <translation>Auswählen, um die angehängte Notiz anzuzeigen</translation> + </message> + <message> + <source>Show only later + appointments</source> + <translation>Nur spätere +Termine</translation> + </message> + <message> + <source>Check this if only appointments later then current time should be shown</source> + <translation>Auswählen, um nur spätere Termine anzuzeigen</translation> + </message> + <message> + <source>How many +appointment +should be +shown?</source> + <translation>Wieviele Termine +sollen +angezeigt werden ?</translation> + </message> + <message> + <source>How many appointments should be shown maximal. In chronical order</source> + <translation>Wieviele Termine maxiaml angezeigt werden. In chronologischer Reihenfolge</translation> + </message> + <message> + <source>How many more days</source> + <translation>Wieviele weitere Tage</translation> + </message> + <message> + <source>How many more days should be in the range</source> + <translation>Wieviele Tage imVoraus sollen angezeigt werden</translation> + </message> + <message> + <source> day(s)</source> + <translation>Tag(e)</translation> + </message> + <message> + <source>only today</source> + <translation>Nur heute</translation> + </message> +</context> +<context> + <name>QObject</name> + <message> + <source>Datebook plugin</source> + <translation>Terminplaner plugin</translation> + </message> + <message> + <source>No more appointments today</source> + <translation>Keine weiteren Termine heute</translation> + </message> + <message> + <source>No appointments today</source> + <translation>Keine Termine heute</translation> + </message> +</context> +</TS> |