From bf7453843683494b81dd70232a2093577db34289 Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Wed, 6 Oct 2010 01:35:05 +0200 Subject: i18n support and German translation Translation can be done with .ts-files in src/i18n/de.ts. The resulting .qm-files are stored as resources in the program binary. build.sh has a new option --update-translations that causes the .ts files to be updated --- src/i18n/de.ts | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/i18n/de.ts (limited to 'src/i18n') diff --git a/src/i18n/de.ts b/src/i18n/de.ts new file mode 100644 index 0000000..b8063d6 --- /dev/null +++ b/src/i18n/de.ts @@ -0,0 +1,72 @@ + + + + + Dialog + + + vmchooser + vmchooser + + + + PVS Options + PVS Einstellungen + + + + VNC access by lecturer: + VNC-Zugriff für Dozenten: + + + + VNC access by others: + VNC-Zugriff für andere: + + + + Accept chat messages + Chat-Nachrichten akzeptieren + + + + Accept file transfers + Dateiübertragungen akzeptieren + + + + Abort + Abbrechen + + + + Start + Start + + + + None + kein Zugriff + + + + View Only + nur ansehen + + + + Full + Vollzugriff + + + + X Sessions + X Sitzungen + + + + Virtual Sessions + Virtuelle Sitzungen + + + -- cgit v1.2.3-55-g7522