From 776200c1ba679b59b20a54ee2779754f3eac2d42 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 21 Oct 2007 18:15:02 +0200 Subject: add po files for german translation --- .gitignore | 3 +++ po/LINGUAS | 1 + po/POTFILES.in | 2 ++ po/de.po | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 po/LINGUAS create mode 100644 po/POTFILES.in create mode 100644 po/de.po diff --git a/.gitignore b/.gitignore index c4609a3..67491b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ mango-lassi xinput *.o +intltool-extract.in +intltool-merge.in +intltool-update.in diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..7673daa --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1 @@ +de diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..ecd2b60 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,2 @@ +[encoding: UTF-8] +src/mango-lassi.glade diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..268a7b2 --- /dev/null +++ b/po/de.po @@ -0,0 +1,46 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2007-10-21 18:13+0100\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: de\n" + +#: ../src/mango-lassi.glade.h:1 +msgid "" +"Reorder the desktops you're already sharing mouse and keyboard with, or add new desktops to your session. \n" +"Order the desktops in the list above from left to right how they are positioned on your desk.\n" +"Please make sure to run Mango Lassi Input Sharing on all computers you want so share input with." +msgstr "" +"Passen Sie die Reihenfolge der bereits zu Ihrer Sitzung gehörenden Desktops, oder fügen Sie neue Desktops zu Ihrer Sitzung hinzu.\n" +"Ordnen Sie die Desktops in obiger von links nach rechts, wie sie auf Ihrem Schreibtisch angeordnet sind.\n" +"Bitte stelln Sie sicher, dass Mango Lassi Input Sharing auf allen Computern, mit denen Maus und Tastatur gemeinsam benutzt werden sollen, läuft." + +#: ../src/mango-lassi.glade.h:4 +msgid "Input Sharing" +msgstr "Gemeinsame Eingabe" + +#: ../src/mango-lassi.glade.h:5 +msgid "_Add" +msgstr "_Hinzufügen" + +#: ../src/mango-lassi.glade.h:6 +msgid "_Down" +msgstr "_Runter" + +#: ../src/mango-lassi.glade.h:7 +msgid "_Remove" +msgstr "_Entfernen" + +#: ../src/mango-lassi.glade.h:8 +msgid "_Up" +msgstr "_Hoch" + +#: ../src/mango-lassi.glade.h:9 +msgid "gtk-close" +msgstr "" + -- cgit