From 52049ead7dbaef955c13895f996172177c923149 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Thu, 18 Apr 2013 19:48:32 +0000 Subject: - added new translations git-svn-id: http://svn.miranda-ng.org/main/trunk@4471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- langpacks/german/Plugins/NimContact.txt | 220 +++++++++++++++++++++++++ langpacks/german/Plugins/SkypeStatusChange.txt | 21 +++ langpacks/german/Plugins/XSoundNotify.txt | 43 +++++ langpacks/german/Plugins/YARelay.txt | 67 ++++++++ langpacks/german/Plugins/YahooGroups.txt | 26 +++ 5 files changed, 377 insertions(+) create mode 100644 langpacks/german/Plugins/NimContact.txt create mode 100644 langpacks/german/Plugins/SkypeStatusChange.txt create mode 100644 langpacks/german/Plugins/XSoundNotify.txt create mode 100644 langpacks/german/Plugins/YARelay.txt create mode 100644 langpacks/german/Plugins/YahooGroups.txt diff --git a/langpacks/german/Plugins/NimContact.txt b/langpacks/german/Plugins/NimContact.txt new file mode 100644 index 0000000000..99e1a66b20 --- /dev/null +++ b/langpacks/german/Plugins/NimContact.txt @@ -0,0 +1,220 @@ +#muuid {2e0d2ae3-e123-4607-8539-d4448d675ddb} +;============================================================ +; File: NimContact.dll +; Plugin: Non-IM Contact +; Version: 0.6.0.1 +; Authors: Jonathan Gordon +;============================================================ +[Non-IM Contact allows you to add 'contacts' that can act as shortcuts to other programs, or links to web pages.\r\nThe contacts name can be read from a text file (includes any ASCII file).\r\nThis plugin is a combination of Favorites and Text Reader plugins both made by me)] +Non-IM Contact erlaubt es Ihnen, 'Kontakte' hinzuzufügen, die als Verknüpfung zu anderen Programmen oder Links zu Webseiten handeln.\r\nDer Kontaktname kann aus einer Textdatei gelesen werden (auch ASCII-Dateien). +;file \plugins\Non-IM Contact\res\resource.rc +[View/Edit Files] +Daten zeigen/bearbeiten +[Add File] +Datei hinzufügen +[Add URL] +URL hinzufügen +[Remove Selected File] +Eintrag löschen +[file(#)] + +[URL] +URL +[Update URL every] +URL erneuern alle +[Intervals] + +[If the protocol timer is disabled web pages wont be updated] + +[contact display info] + +[Contacts display name] +Kontakt Anzeigename +[Contacts Tooltip] +Kontakt Tooltip +[other settings] +Andere Einstellungen: +[Link] + +[Program parameters:] +Programmparameter: +[O&pen File] +Datei öffnen +[O&pen Folder] +Ordner öffnen +[Link Settings] +Link-Einstellungen +[CList Settings] +Kontaktlisteneinstellungen +[Group:] +Gruppe: +[Status Icon] + +[Group\\Sub-Group] +Gruppe\\Sub-Gruppe +[Timer Settings] +Timereinstellungen +[Use Timer] +Timer benutzen +[Contact is always visible] +Kontakt ist immer sichtbar +[Unless Non-IM Contacts protocol is OFFLINE] + +[Timer Intervals. ] + +[Dialog] + +[Away as another status] +Abwesend als einen anderen Status +[Disable timer] +Timer deaktivieren +[Timer interval (in seconds)] +Timer Intervall (Sekunden) +[This will take affect after Non-IM Contacts' status is changed] +Tritt dann in Kraft, wenn der Kontakt seinen Status ändert +[Timer Options] +Timer Optionen +[String Maker] +Stringersteller +[&Test String] +String testen +[&Exit] +B&eenden +[String to test] +String zum Testen +[Returns....] +Ausgabe.... +[line()] + +[start()] + +[end()] + +[wholeline()] + +[csv()] + +[file()] + +[filename()] + +[Help] +Hilfe +[Help!!!] +Hilfe!!! +[OK] +OK +[Copy / Export contact] + +[&Export Non-IM Contact] +Non-IM Contact exportieren +[Co&py Non-IM Contact] +Non-IM Contact kopieren +[Type one replace string per line in the format "origional text,new text"] +Geben Sie einen String pro Zeile im Format "original text,neuer Text" ein +[EXAMPLE: %fn1,%fn2] +BEISPIEL: %fn1,%fn2 +;file \plugins\Non-IM Contact\src\contactinfo.cpp +[Select Folder] +Ordner wählen +[New Non-IM Contact] +Neuer Non-IM Kontakt +;file \plugins\Non-IM Contact\src\dialog.cpp +[String replacing variables....\r\nThe following are all the valid variables that can be used. Refer to the readme for a proper explanation.\r\n\r\n] + +[file(X)\t\t<- specifies the file to read from\r\nMUST be followed by either start() or end() or wholeline()\r\n] + +[filename(X)\t\t<- copyies the filename of file X.\r\n] + +[start(...)\t\t<-specifies where to start copying from.\r\n] + +[end(...)\t\t<-specifies where to stop copying.\r\n] + +[wholeline(line(...))\t<-specifies a whole line to copy\r\n\r\n] + +[start() and end() explained\r\n.........................\r\n] + +[MUST start with line() followed by a number or a string inside " marks, OR csv(seperatorX) variable\r\n] + +[The number specifies which character in the line to start/end copying.\r\nThe string specifies a string in the line to start/end copying.\r\n] + +[csv(seperatorX) explained...\r\nseperator is either "tab" or "space" or any SINGLE character.\r\nX is the Xth seperator to pass before copying, (or to stop before)\r\n\r\n] + +[Lastly the line(...) variable...\r\n] + +[Inside the brackets must be either a number (to specify the line number), or a string inside " marks (to use the line with that string), or lastline(X).\r\nthe X in lastline is the Xth line above the last line. i.e lastline(1) will use the 2nd last line of the file.\r\n] + +[If searching for a line with u may put a + or - X after the closing ) i.e line("some words\] + +[Some Expamples...\r\n\r\n] + +[filename(0) <- will display the filename of the 0th file\r\nfile(0)wholeline(line(0))) <- will display the whole first line of the 0th file\r\nfile(0)wholeline(line("hello\] + +;file \plugins\Non-IM Contact\src\files.cpp +[File couldn't be opened] + +[File couldn't be opened,2] + +[line(%-3d) = | %s] + +;file \plugins\Non-IM Contact\src\http.cpp +[Non-IM Contacts] + +;file \plugins\Non-IM Contact\src\main.cpp +[Plugins] +Plugins +[Main Icon] +Haupticon +[Non-IM Contact] + +[&Non-IM Contact] + +[&Add Non-IM Contact] +Non-Im Kontakt hinzufügen +[&View/Edit Files] +Daten zeigen/bearbeiten +[&Export all Non-IM Contacts] + +[&Import Non-IM Contacts] + +[&String Maker] +Stringersteller +[E&dit Contact Settings] +Kontakteinstellungen bearbeiten +;file \plugins\Non-IM Contact\src\namereplacing.cpp +[lastline(] + +[csv(] + +[compare("] + +[save("] + +[load("] + +[saveN("] + +[loadN("] + +[lastchecked(file(] + +[file(] + +[wholeline(line(] + +[start(] + +[start(line(] + +[end(] + +[end(line(] + +[filename(] + +[%s - ERROR: no line specified or line not found (in %s)] + +[%s - ERROR: file couldnt be opened (in %s)] + +[%s - ERROR: no file specified in settings (in %s)] + diff --git a/langpacks/german/Plugins/SkypeStatusChange.txt b/langpacks/german/Plugins/SkypeStatusChange.txt new file mode 100644 index 0000000000..b26b8f1558 --- /dev/null +++ b/langpacks/german/Plugins/SkypeStatusChange.txt @@ -0,0 +1,21 @@ +#muuid {2925520b-6677-4658-8bad-5661d13e4692} +;============================================================ +; File: SkypeStatusChange.dll +; Plugin: SkypeStatusChange +; Version: 0.0.0.18 +; Authors: Dioksin +;============================================================ +[Skype Status Change according to miranda-Status] +Skype-Status gemäss Miranda-Status ändern +;file \plugins\SkypeStatusChange\res\SkypeStatusChange.rc +[Synchronize status message] +Statusnachricht synchronisieren +[&Check any protocol or any status to exclude it from synchronization:] +Protokolle oder Status auswählen, die ni&cht synchronisiert werden sollen: +[Synchronize if current status differs from previous one] +Synchronisieren, falls aktiver Status unterschiedlich ist +;file \plugins\SkypeStatusChange\src\options.cpp +[Change Skype Status] +Skype-Status ändern +[Plugins] +Plugins diff --git a/langpacks/german/Plugins/XSoundNotify.txt b/langpacks/german/Plugins/XSoundNotify.txt new file mode 100644 index 0000000000..08545749ea --- /dev/null +++ b/langpacks/german/Plugins/XSoundNotify.txt @@ -0,0 +1,43 @@ +#muuid {08b86253-ec6e-4d09-b7a9-64acdf0627b8} +;============================================================ +; File: XSoundNotify.dll +; Plugin: XSoundNotify +; Version: 1.0.0.1 +; Authors: Roman Torsten +;============================================================ +[Provides extended options for sound notifications.] +Erweiterte Einstellungen für Sound-Benachrichtigungen. +;file \plugins\XSoundNotify\res\XSoundNotify.rc +[Protocol :] +Protokoll : +[Nick :] +Benutzer : +[Sound :] +Sound : +[Not set] +Nicht ausgewählt +[Choose] +Wählen +[Test play] +Sound Test +[Reset] +Standard +[Ignore sound for this contact] +Sound für diesen Kontakt ignorieren +[OK] +OK +[Cancel] +Abbrechen +;file \plugins\XSoundNotify\src\xsn_main.cpp +[Sound files] +Sound-Dateien +[WAV files] +WAV-Dateien +[Sounds] +Klänge +[XSound Notify] +XSound Notify +[Custom sound for %s (%s)] + +[Custom contact sound] + diff --git a/langpacks/german/Plugins/YARelay.txt b/langpacks/german/Plugins/YARelay.txt new file mode 100644 index 0000000000..41d845a0d2 --- /dev/null +++ b/langpacks/german/Plugins/YARelay.txt @@ -0,0 +1,67 @@ +#muuid {01202e6a-c1b3-42e5-838a-3e497b31f38e} +;============================================================ +; File: YARelay.dll +; Plugin: YARelay +; Version: 0.1.0.1 +; Authors: Anar Ibragimoff +;============================================================ +[Forwards messages to some contact when you are not available.] +Leitet Nachrichten an einen anderen Kontakt weiter, wenn Sie nicht da sind. +;file \plugins\YARelay\res\yaRelay.rc +[Forward messages from...] +Nachrichten weiterleiten von... +[Everyone] +Jedem +[Contact] +Kontakt +[Forward when your status is...] +Jedem, wenn Ihr Status ist... +[Offline] +Offline +[Online] +Online +[Away] +Abwesend +[NA] +Außer Haus +[Occupied] +Beschäftigt +[DND] +Bitte nicht stören +[Free for chat] +Für Chat bereit +[Invisible] +Unsichtbar +[Forward messages to...] +Nachrichten weiterleiten an... +[Template] +Vorlage +[%u - user nick; %i - uin; %t - time; \r%d - date; %m - message] + +[Forwarding options] + +[Split message (%m)] + +[Send only first] + +[Max size of split part (chars)] + +[Mark received messages as 'read'] + +[Save sent messages in recipient's history] + +[split parts (0 = all)] + +[Note: Max size - it's a size of %m parameter] + +[Note: messages from this contact will not be forwarded] + +;file \plugins\YARelay\src\options.cpp +[!EVERYONE!] + +[!DON'T FORWARD!] + +[Plugins] +Plugins +[yaRelay] + diff --git a/langpacks/german/Plugins/YahooGroups.txt b/langpacks/german/Plugins/YahooGroups.txt new file mode 100644 index 0000000000..e5aa085e63 --- /dev/null +++ b/langpacks/german/Plugins/YahooGroups.txt @@ -0,0 +1,26 @@ +#muuid {2f3fe8b9-7327-4008-a60d-93f0f4f7f0f1} +;============================================================ +; File: YahooGroups.dll +; Plugin: Yahoo groups +; Version: 0.0.1.1 +; Authors: Cristian Libotean +;============================================================ +[This plugin imports and creates the Yahoo groups defined in Yahoo Messenger.] +Dieses Plugin importiert und erstellt die Yahoo-Gruppen aus dem Yahoo-Messenger. +;file \plugins\YahooGroups\res\YahooGroups.rc +[Dialog] +Dialog +[Move yahoo contacts to groups now] +Yahoo-Kontakte nun in Gruppen verschieben +[Move Yahoo contacts automatically on startup] +Yahoo Kontakte automatisch beim Start verschieben +;file \plugins\YahooGroups\src\hooked_events.cpp +[Yahoo Groups] +Yahoo-Gruppen +[Plugins] +Plugins +;file \plugins\YahooGroups\src\utils.cpp +[Notify] +Benachrichtigung +[Warning] +Warnung -- cgit v1.2.3