From: konrad Date: Sun, 16 Jan 2011 21:30:16 +0000 (+0000) Subject: update translation, fix some minor warnings X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=28f76533d726e28f07cc554e1ce6eb34a12643ef;p=web%2Fkonrad%2Fsmoke.git update translation, fix some minor warnings git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@706 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/src/main.cpp b/src/main.cpp index f7ded2d..155845e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -88,11 +88,12 @@ void MApplication::aboutMS() "© Konrad Rosenbaum, 2007-2011
" "© Peter Keller, 2007-2008
" "protected under the GNU GPL v.3 or at your option any newer

" - "See also the MagicSmoke Homepage.

" - "This version was compiled from repository '%1' revision '%2'."). - arg(MSInterface::repoPart()). // %1 - arg(MInterface::svnVersion()). //%2 - arg(MSInterface::version()) //%3 + "See also the MagicSmoke Homepage.

" + "This version was compiled from repository '%1' revision '%2'.") + .arg(MSInterface::repoPart()) // %1 + .arg(MInterface::svnVersion()) //%2 + .arg(MSInterface::version()) //%3 + .arg(HOMEPAGE_BASEURL) //%4 ); mb.setStandardButtons(QMessageBox::Ok); mb.exec(); diff --git a/src/misc/code39.cpp b/src/misc/code39.cpp index c589ed7..4cd2238 100644 --- a/src/misc/code39.cpp +++ b/src/misc/code39.cpp @@ -99,7 +99,7 @@ QImage code39(QString str) rstr+=c39map['*']; // qDebug("Code-39, encoding: %s -> %c",str.toAscii().data(),code39mod(str)); //define xpm - char *xpm[4]; + const char *xpm[4]; QByteArray xpmsz=QString().sprintf("%i 1 2 1",rstr.size()).toAscii(); xpm[0]=xpmsz.data(); xpm[1]="0\tg #000000"; diff --git a/src/mwin/entrancetab.cpp b/src/mwin/entrancetab.cpp index f8c3e0a..c56909f 100644 --- a/src/mwin/entrancetab.cpp +++ b/src/mwin/entrancetab.cpp @@ -244,7 +244,7 @@ void MEntranceTab::openOrder() if(lastbarcode=="")return; MTGetOrderByBarcode obt=MTGetOrderByBarcode::query(lastbarcode); if(obt.hasError()){ - QMessageBox::warning(this,tr("Warning"),tr("Error while retrieving order: %s").arg(obt.errorString())); + QMessageBox::warning(this,tr("Warning"),tr("Error while retrieving order: %1").arg(obt.errorString())); return; } MOrderWindow *ow=new MOrderWindow(this,obt.getorder()); diff --git a/src/smoke_de.ts b/src/smoke_de.ts index 6d998c2..51e2c1c 100644 --- a/src/smoke_de.ts +++ b/src/smoke_de.ts @@ -4,306 +4,308 @@ MAclWindow - - MagicSmoke ACL Editor [%1@%2] - + + ACL Editor + Zugriffsrechte - + &Window - + &Fenster - + &Close - S&chließen + S&chließen - + Users - Nutzer + Nutzer - + Roles - + Rollen - + Hosts - Hosts + Hosts - + Flags - + Flags MAddressChoiceDialog - + Chose an Address - + Adresse wählen - + Add Address - + Adresse hinzufügen - + Cancel - Abbrechen + Abbrechen - + Warning - Warnung + Warnung - + Unable to save changes made to addresses: %1 - + Änderungen an dieser Adresse können nicht gespeichert werden: %1 MAddressDialog - + Edit Address - + Adresse ändern - + Create Address - + Adresse anlegen - + Last used: - + Zuletzt benutzt: - + Name: - Name: + Name: - - + + Address: - Rechnungsadresse: + Adresse: - + City: - + Stadt: - + State: - + Bundesland: - + ZIP Code: - + Postleitzahl: - + Country: - + Land: - - + + Ok - Ok + Ok - - + + Cancel - Abbrechen + Abbrechen - + Create New Country... must contain leading space to distinguish it from genuine countries - + Neues Land anlegen... - + Select Country - + Land auswählen - + Please select a country: - + Bitte wählen Sie ein Land: - + Create New Country - + Neues Land anlegen - + Country Name: - + Name des Landes: - + Abbreviation: - + Abkürzung: - - + + Warning - Warnung + Warnung - + The country name and abbreviation must contain something! - + Der Landesname und die Abkürzung müssen Daten enthalten! - + Error while creating country: %1 - + Fehler beim Anlegen des Landes: %1 MAddressWidget - + Select - Auswählen + Auswählen - + Edit - + Ändern - + Delete - + Löschen - + Delete Address - + Adresse löschen - + Really delete this address? %1 - + Diese Adresse wirklich löschen? +%1 MAppStyleDialog - + Application Style - + Applikationsstil - + GUI Style: - + Grafikstil - + System Default - + Systemstandard - + Stylesheet: - + Stylesheet: - + Ok - Ok + Ok - + Cancel - Abbrechen + Abbrechen - + Select Stylesheet - + Stylesheet auswählen MApplication - - &Help - + + <h3>MagicSmoke %3</h3>&copy; Konrad Rosenbaum, 2007-2011<br>&copy; Peter Keller, 2007-2008<br>protected under the GNU GPL v.3 or at your option any newer<p>See also the <a href="%4">MagicSmoke Homepage</a>.<p>This version was compiled from repository '%1' revision '%2'. + <h3>MagicSmoke %3</h3>&copy; Konrad Rosenbaum, 2007-2011<br>&copy; Peter Keller, 2007-2008<br>protected under the GNU GPL v.3 or at your option any newer<p>See also the <a href=" + <h3>MagicSmoke %3</h3>&copy; Konrad Rosenbaum, 2007-2011<br>&copy; Peter Keller, 2007-2008<br>diese Programm unterliegt der GNU GPL Version 3 oder einer neueren Version<p>Siehe auch <a href="%4">MagicSmoke Homepage</a>.<p>Diese Version wurde aus der Quelle '%1' Revision '%2' gebaut. - - About MagicSmoke - + + &Help + &Hilfe - - <h3>MagicSmoke %3</h3>&copy; Konrad Rosenbaum, 2007-2010<br>&copy; Peter Keller, 2007-2008<br>protected under the GNU GPL v.3 or at your option any newer<p>See also the <a href="http://smoke.silmor.de">MagicSmoke Homepage</a>.<p>This version was compiled from repository '%1' revision '%2'. - + + About MagicSmoke + Über MagicSmoke MBackupDialog - + Backup Settings Einstellungen Sicherungskopie - + Backup File: Sicherungskopie Datei: - + ... ... - + Generations to keep: Anzahl Generationen: - + Automatic Backup: Automatische Sicherung: - + Interval in days: Intervall in Tagen: - + &OK &Ok - + &Cancel &Abbrechen - + Backup File Sicherungsdatei @@ -311,315 +313,315 @@ MCartTab - + Add Ticket - Eintrittskarte hinzufügen + Eintrittskarte hinzufügen - + Add Voucher - Gutschein hinzufügen + Gutschein hinzufügen - + Add Shop Item Remove Item - + Waren hinzufügen - + Remove Line - + Zeile entfernen - + Customer: - + Kunde: - + Invoice Address: - + Rechnungsadresse: - + Shipping Method: - Versandoption: + Versandoption: - + Delivery Address: - Lieferadresse: + Lieferadresse: - + Comments: - Kommentare: + Kommentare: - + Order - + bestellen - + Reserve - + reservieren - + Clear - Zurücksetzen + zurücksetzen - + Add &Ticket - Eintrittskarte &hinzufügen + Eintrittskarte &hinzufügen - + Add &Voucher - &Gutschein hinzufügen + &Gutschein hinzufügen - + Ca&rt - + Warenkorb - + Total Price Sum: - + Gesamtpreis: - + Sell - + verkaufen - + Add &Shop-Item - + Waren hinzufügen - + &Remove Line - + Zeile entfernen - + &Abort Shopping - &Einkauf abbrechen + &Einkauf abbrechen - + &Update Shipping Options - Versandoptionen auffrischen + Versandoptionen auffrischen - + (No Shipping) - (Kein Versand) + (Kein Versand) - + Amount - Anzahl + Anzahl - + Title - Titel + Titel - + Start Time - Anfangszeit + Anfangszeit - + Price - Preis + Preis - - - - - - - + + + + + + + Warning - Warnung + Warnung - + Please set the customer first. - + Bitte wählen Sie einen Kunden aus. - + Select Event to order Ticket - Bitte wählen Sie eine Verstaltung aus, um zu bestellen + Bitte wählen Sie eine Verstaltung aus, um zu bestellen - + Select - Auswählen + Auswählen - - - + + + Cancel - Abbrechen + Abbrechen - + Error getting event, please try again. - + Konnte Veranstalung nicht herunterlden, bitte versuchen Sie es noch einmal. - + This event has no prices associated. Cannot sell tickets. - + Diese Veranstaltung hat keine Preise assoziiert, daher können keine Eintrittskarten dafür generiert werden. - + Select Price Category - + Preiskategorie wählen - + Please chose a price category: - + Bitte wählen Sie eine Preiskategorie: - - + + Ok - Ok + Ok - + Select Voucher - Gutschein wählen + Gutschein wählen - + Select voucher price and value: - Bitte Gutschein-Preis und -Wert wählen: + Bitte Gutschein-Preis und -Wert wählen: - + Price: - Preis: + Preis: - + Value: - Wert: + Wert: - + Voucher (value %1) - + Gutschein (Wert: %1) - + There are problems with the contents of the cart, please check and then try again. - + Es gibt Probleme mit dem Inhalt des Wahrenkorbs. Bitte prüfen Sie die rot markierten Inhalte und probieren Sie es erneut. - - + + Error - Fehler + Fehler - + There is nothing in the order. Ignoring it. - Bestellung ist leer. Vorgang abgebrochen. + Bestellung ist leer. Vorgang abgebrochen. - + Please chose a customer first! - Bitte wählen Sie zunächst einen Kunden aus! + Bitte wählen Sie zunächst einen Kunden aus! - + Shipping - + Versand - + You have chosen a shipping method, but no address. Are you sure you want to continue? - + Sie haben eine Versandmethode, aber keine Adresse gewählt. Sind Sie sicher? - + Reservations can only contain tickets. - + Reservierungen können nur Eintrittskarten enthalten. - + Error while creating reservation: %1 - + Fehler beim Anlegen der Reservierung: %1 - + Error while creating order: %1 - + Fehler beim Anlegen der Bestellung: %1 - + The customer is not valid, please chose another one. - + Der Kunde existiert nicht oder kann nicht benutzt werden, bitte wählen Sie einen anderen Kunden. - + The delivery address is not valid, please chose another one. - + Die Lieferadresse kann nicht benutzt werden, bitte wählen Sie eine andere Adresse. - + The invoice address is not valid, please chose another one. - + Die Rechnungsadresse kann nicht benutzt werden, bitte wählen Sie eine andere. - + Shipping Type does not exist or you do not have permission to use it. - + Die Versandart existiert nicht oder Sie haben nicht das Recht diese Versandart zu verwenden. - + The event is already over, please remove this entry. - + Diese Veranstaltung ist bereits vorbei. Bitte entfernen Sie diesen Eintrag. - + You cannot order tickets for this event anymore, ask a more privileged user. - + Sie können keine Entrittskarten mehr für diese Veranstaltung verkaufen, bitte fragen Sie einen höher privilegierten Nutzer. - + The event is (almost) sold out, there are %1 tickets left. - + Diese Veranstaltung ist (nahezu) ausverkauft. Es gibt nur noch %1 Karten. - + The event does not exist or there is another serious problem, please remove this entry. - + Diese Veranstaltung existiert nicht oder es gibt ein anderes Problem - bitte entfernen Sie diesen Eintrag. - + You do not have permission to create vouchers with this value, please remove it. - + Sie haben nicht die Berechtigung Gutscheine mit diesem Wert anzulegen - bitte entfernen Sie ihn. - + The price tag of this voucher is not valid, please remove and recreate it. - + Der Preis dieses Gutscheins ist nicht gültig. Bitte entfernen Sie ihn und legen Sie ihn neu an. @@ -653,368 +655,420 @@ Magic Smoke Configuration - + Magic Smoke Konfiguration &Profile - + &Profil &New Profile... - &Neues Profil + &Neues Profil &Delete Profile - + Profil &Löschen &Rename Profile - + Profil &Umbenennen C&lone Profile - + Profil &kopieren &Make Default Profile - + Zum Standardprofil machen &Export Host Key... - Hostkey &exportieren... + Hostkey &exportieren... &Import Host Key... - Hostkey &importieren... + Hostkey &importieren... &Generate Host Key... - Hostkey &generieren... + Hostkey &generieren... &Close Window - &Fenster schließen + &Fenster schließen &Settings - + &Einstellungen &Language... - &Sprache + &Sprache &OpenOffice.org Settings... - OpenOffice Einstellungen... + &OpenOffice Einstellungen... Set &Default Label Font... - + Standardschrift für Aufkleber setzen... Set &Application Style... - + &Applikationsstil setzen... Connection - + Verbindung Server URL: - Server-URL: + Server-URL: Proxy: - Proxy: + Proxy: Proxy Username: - Nutzername Proxy: + Nutzername Proxy: Proxy Password: - Passwort Proxy: + Passwort Proxy: Authentication - + Authentifizierung Hostname: - + Hostname: Hostkey: - + Hostkey: Default Username: - + Standardnutzername: SSL Exceptions - + SSL Ausnahmen List of non-fatal SSL exceptions: - + Liste der unkritischen SSL Ausnahmen: Clear - Zurücksetzen + Zurücksetzen Probe Server - + Server prüfen - - + + Scripting + Scripte + + + + You can set scripting preferences here. You have the following options: +Allow: if active scripts from this source are allowed to run. +Priority: locations with the lowest value are searched first, when a script it found the other locations are ignored. + Hier können Sie Scripteinstellungen machen. Sie haben folgende Optionen: +Erlauben: wenn ausgewählt dann sind Scripte von dieser Quelle erlaubt. +Priorität: Quellen mit dem niedrigsten Wert werden zuerst durchsucht. + + + + Server side scripts: + Serverseitige Scripte: + + + + + + allow + erlauben + + + + + + Prio: + Priorität: + + + + Built in scripts: + Eingebaute Scripte: + + + + User local scripts: + Nutzerscripte: + + + + User script path: + Nutzerscriptpfad: + + + + New Profile - Neues Profil + Neues Profil - - - + + + Please enter a profile name. It must be non-empty and must not be used yet: - Bitte geben Sie einen Profilnamen ein (mind. 1 Zeichen): + Bitte geben Sie einen Profilnamen ein (mind. 1 Zeichen): - + Rename Profile - - - - - - - - - - - - + Profil Umbenennen + + + + + + + + + + + Warning - Warnung + Warnung - + This profile name is already in use. - + Dieser Profilname ist bereits in Benutzung. - + Generate Hostkey - + Hostkey generieren - + Do you really want to generate a new host key for this profile? This may disable all accounts from this host. - + Wollen Sie wirklich einen neuen Hostkey für dieses Profil generieren? Es ist möglich dass Sie sich danach nicht mehr einloggen können. - + Export Key to File - + Hostkey als Datei speichern - + Unable to open file %1 for writing: %2 - + Datei %1 kann nicht zum Schreiben geöffnet werden: %2 - + Importing a key overwrites the host key that is currently used by this profile. This may disable your accounts. Do you still want to continue? - + Der Import eines Keys überschreibt den aktuellen Key des Profils. Dies könnte Ihre Accounts unbenutzbar machen. Trotzdem fortfahren? - + Import Key from File - Key aus Datei importieren + Key aus Datei importieren - + Unable to open file %1 for reading: %2 - + Datei %1 kann nicht zum Lesen geöffnet werden: %2 - - + + This is not a host key file. - Dies ist keine Hostkeydatei. + Dies ist keine Hostkeydatei. - + This host key file does not contain a valid host name. - Die Hostkeydatei enthält keinen gültigen Hostnamen. + Die Hostkeydatei enthält keinen gültigen Hostnamen. - + This host key file does not contain a valid key. - Diese Datei enthält keinen gültigen Hostkey. + Diese Datei enthält keinen gültigen Hostkey. - + The key check sum did not match. Please get a clean copy of the host key file. - Die Checksumme dieser Datei ist fehlgeschlagen. Bitte besorgen Sie eine neue Kopie der Datei. + Die Checksumme dieser Datei ist fehlgeschlagen. Bitte besorgen Sie eine neue Kopie der Datei. - + Chose Default Font - + Standardschriftart auswählen - + Please chose a default font: - + Bitte wählen Sie eine Standardschrift: - - + + Server Probe - + Server Prüfen - + The request finished without errors. - + Die Anfrage war erfolgreich. - + The request finished with an error: %1 - + Die Anfrage hatte Fehler: %1 - + SSL Errors encountered: - + SSL-Fehler wurden gefunden: + - + Certificate "%1" Fingerprint (sha1): %2 Error: %3 - + Zertifikat: %1 + Fingerabdruck (SHA1): %2 + Fehler: %3 + - + Accept connection anyway? - + Verbindung trotzdem nutzen? - + SSL Warning - + SSL Warnung - + Common Name - + Common Name - + SHA-1 Digest - + SHA-1 Hash - + Error Type - + Fehlertyp MContactTableDelegate - + (New Contact Type) - + (Neuer Kontakttyp) - + Create new Contact Type - + Neuen Kontakttyp Anlegen - + Contact Type Name: - + Kontakttypname: - + Contact Type URI Prefix: - + Kontakttyp URI-Prefix: - + Ok - Ok + Ok - + Cancel - Abbrechen + Abbrechen - + Warning - Warnung + Warnung - + Error while creating contact type: %1 - + Fehler beim anlegen des Kontakttyps: %1 MCustomerDialog - + Customer %1 Kunde %1 - + New Customer Neuer Kunde - + Customer - Kunde + Kunde - + Name: Name: @@ -1027,308 +1081,389 @@ Kontaktinformationen: - + Web-Login/eMail: Web-Login/eMail: - + Edit Login - + Login Ändern - + Comment: Kommentar: - + Addresses - + Adressen - + Add Address - + Adresse hinzufügen - + Contact Information - + Kontaktinformationen - + Add - + Hinzufügen - + Remove - + Entfernen - + Type table: contact type - + Kontakttyp - + Contact table: contact info - + Kontakt - + Save Speichern - + Cancel Abbrechen - + + Please enter the mail address for this customer to log into the web portal: + Bitte geben Sie die Mailadresse ein, die dieser Kunde benutzt um sich am Webportal anzumelden: + + + + Error while resetting password: %1 + Fehler beim Zurücksetzen des Passworts: %1 + + + + Password Reset + Passwort Zurücksetzen + + + + A password reset mail has been sent to the customer. + Eine E-Mail mit den Daten zum Zurücksetzen des Passwortes wurde an den Kunden geschickt. + + + First Name: - + Vorname: + + + + + Change Mail Address + E-Mail-Adresse Ändern + + + + Reset Password + Passwort Zurücksetzen - + Title: - Titel: + Titel: - - + + + Warning - Warnung + Warnung - + Error while changing customer data: %1 - + Fehler beim Ändern der Kundendaten: %1 - + Error while creating customer data: %1 - + Fehler beim Anlegen der Kundendaten: %1 MCustomerListDialog - + Select a Customer Kunde auswählen - + Customers Kunden - + Details... Details... - + Create new... Neu... - + Delete... Löschen... - + Select Auswählen - + Cancel Abbrechen - + Close Schließen - + Delete Customer Kunden Löschen - + Really delete this customer (%1)? Diesen Kunden (%1) wirklich löschen? - + merge with other entry: mit anderem Eintrag vereinen: - + &Yes &Ja - + &No &Nein - + Error - Fehler + Fehler Failed to delete customer. Kann Kunden nicht löschen. - + Failed to delete customer: %1 - Kann Kunden nicht löschen: %1 + Kann Kunden nicht löschen: %1 MEEPriceEdit - + Change Price - Preis ändern + Preis ändern - + Price category: - + Preiskategorie: - + Price: - Preis: + Preis: - + Maximum Seats: - + Maximale Zahl der Plätze: + + + + Ordering: + Reihenfolge: + + + + Flags: + Flags: - + Ok - Ok + Ok - + Cancel - Abbrechen + Abbrechen + + + + Edit flags of price %1: + Flags des Preises %1 ändern: MEntranceTab - + Enter or scan Ticket-ID: - Kartennummer eingeben oder scannen: + Kartennummer eingeben oder scannen: - + Open Order - + Bestellung öffnen - + Total: - + Summe: - + Used: - + Benutzt: - + Unused: - - - - - Reserved: - + Unbenutzt: - + searching... entrance control - + suche Kartendaten... - + Ticket "%1" Not Valid - Karte "%1" ist nicht gültig. + Karte "%1" ist nicht gültig. - + Ticket "%1" is not for this event. - Karte "%1" ist nicht für diese Veranstaltung. + Karte "%1" ist nicht für diese Veranstaltung. - + Ticket "%1" has already been used - Karte "%1" wurde bereits verwendet. + Karte "%1" wurde bereits verwendet. - + Ticket "%1" has not been bought. - Karte "%1" wurde nicht gekauft. + Karte "%1" wurde nicht gekauft. - + Ticket "%1" Ok - Karte "%1" Okay. + Karte "%1" Okay. - + Ticket "%1" is not paid for! - Karte "%1" ist nicht bezahlt!!! + Karte "%1" ist nicht bezahlt!!! - + Ticket "%1" cannot be accepted, please check the order! - Karte "%1" kann nicht akzeptiert werden, bitte prüfen Sie die Bestellung. + Karte "%1" kann nicht akzeptiert werden, bitte prüfen Sie die Bestellung. - + Warning - Warnung + Warnung + + + + Error while retrieving order: %1 + Fehler beim Einholen der Bestelldaten: %1 - Error while retrieving order: %s - + Fehler beim Einholen der Bestelldaten: %1 - - - MEvent - Event is not complete, cannot save. - Veranstaltung ist nicht komplett. Kann nicht speichern. + + Entrance Configuration + Konfiguration der Eingangskontrolle - [0-9]+\.[0-9]{2} - price validator regexp - [0-9]+,[0-9]{2} + + Show events that start within hours: + Veranstaltungen zeigen die innerhalb von x Stunden beginnen: - . - price decimal dot - , + + Show events a maximum of hours after they end: + Veranstaltungen bis maximal x Stunden nach ihrem Ende zeigen: + + + + Use Cache: + Puffer verwenden: + + + + Cache update interval: + Puffer Auffrischintervall: + + + + Ok + Ok + + + + Cancel + Abbrechen + + + + MEvent + + Event is not complete, cannot save. + Veranstaltung ist nicht komplett. Kann nicht speichern. + + + [0-9]+\.[0-9]{2} + price validator regexp + [0-9]+,[0-9]{2} + + + . + price decimal dot + , yyyy-MM-dd hh:mm ap @@ -1344,22 +1479,22 @@ MEventEditor - + Event Editor Veranstaltungseditor - + Event - Veranstaltung + Veranstaltung - + Title: Titel: - + Artist: Künstler: @@ -1368,29 +1503,29 @@ Beschreibung: - + Start Time: Startzeit: - - + + ddd MMMM d yyyy, h:mm ap time format ddd, d.M.yyyy hh:mm - + End Time: Endzeit: - + Room/Place: Raum/Ort: - + Capacity: Sitzplätze: @@ -1399,161 +1534,181 @@ Kartenpreis: - + Event Cancelled: Veranstaltung absagen: - + + Flags: + Flags: + + + Description - Beschreibung + Beschreibung - + The description will be displayed on the web site, please use HTML syntax. - + Diese Beschreibung wird auf der Webseite benutzt, bitte nutzen Sie HTML. - + Comment - + Kommentar - + The comment is for internal use only, please add any hints relevant for your collegues. - + Dieser Kommentar ist nur für den internen Gebrauch, bitte fügen Sie für Kollegen relevante Hinweise hinzu. - + Prices - + Preise - + Change Price - Preis ändern + Preis ändern - + Add Price - + Preis hinzufügen - + Remove Price - + Preis entfernen - + Save Speichern - + Close - Schließen + Schließen - + Error while creating event: %1 - + Fehler beim anlegen der Veranstaltung: %1 - + Error while changing event: %1 - + Fehler beim Ändern der Veranstaltung: %1 + + + + Edit flags of event %1: + Flags der Veranstaltung ändern %1: - + Price Category - + Preiskategorie - + Price - Preis + Preis - + Ticket Capacity - + max. Anzahl Karten - + Tickets - Karten + Karten - + Seats Blocked - + blockierte Plätze + + + + Ordering + Reihenfolge - + + Flags + Flags + + + Price category already exists in this event. - + Diese Preiskategorie existiert bereits für diese Veranstaltung. - + Cannot remove price '%1' - it has tickets in the database. - + Preis '%1' kann nicht entfernt werden - es existieren Karten dafür. - - + + Cancel Abbrechen - + Error while creating new room: %1 - + Fehler beim Anlegen eines Raumes: %1 - + Select an Artist - + Künstler auswählen - + New... new artist - Neu... + Neu... - + Select select artist - Auswählen + Auswählen - + New Artist - + Neuer Künstler - + Name of new artist: - + Name des Künstlers: - + Error while creating new artist: %1 - + Fehler beim Anlegen des Künstlers: %1 - - - - - - + + + + + + Warning Warnung - + Unable to load event from server. Veranstaltung kann nicht vom Server geladen werden. @@ -1562,34 +1717,34 @@ Problem beim anlegen der Veranstaltung: %s - + Select a Room Raum auswählen - + New... new room Neu... - + Select select room Auswählen - + New Room - Neuer Raum + Neuer Raum - + Name of new room: - Name des Raumes: + Name des Raumes: - + ID: ID: @@ -1691,7 +1846,7 @@ Warning - Warnung + Warnung Unable to get template file (eventsummary.odtt). Giving up. @@ -1725,142 +1880,141 @@ Error while retrieving data: %1 - + Fehler beim Datentransfer: %1 Unable to get template file (eventsummary). Giving up. - Kann Vorlage (eventsummary) nicht finden. Gebe auf. + Kann Vorlage (eventsummary) nicht finden. Gebe auf. Open Document File (*.%1) - ODF Datei (*.%1) + ODF Datei (*.%1) MEventsTab - + New Event... - Neue Veranstaltung... + Neue Veranstaltung... - + Details... - Details... + Details... - + Order Ticket... - Bestellen... + Bestellen... - + Event Summary... - Veranstaltungsübersicht... + Veranstaltungsübersicht... - + Cancel Event... - Veranstaltung absagen... + Veranstaltung absagen... - + &Event - &Veranstaltung + &Veranstaltung - + &Update Event List - &Veranstaltungsliste auffrischen + &Veranstaltungsliste auffrischen - + &Show/Edit details... - &Details anzeigen/editieren... + &Details anzeigen/editieren... - + &New Event... - &Neue Veranstaltung... + &Neue Veranstaltung... - + Show &old Events - vergangene Veranstaltungen anzeigen + vergangene Veranstaltungen anzeigen - + &Edit Price Categories... - + Preiskategorien ändern... - + Start Time - Anfangszeit + Anfangszeit - + Title - Titel + Titel - + Free - Frei + Frei - + Reserved - Reserviert + Reserviert - + Sold - Verkauft + Verkauft - + Capacity - Sitzplätze: + Sitzplätze: - ddd MMMM d yyyy, h:mm ap time format - ddd, d.M.yyyy hh:mm + ddd, d.M.yyyy hh:mm - + Cancel Event - Veranstaltung absagen + Veranstaltung absagen - + Please enter a reason to cancel event "%1" or abort: - Bitte geben Sie einen Grund für die Absage der Veranstaltung "%1" ein: + Bitte geben Sie einen Grund für die Absage der Veranstaltung "%1" ein: - + Event Cancelled - Veranstaltung abgesagt + Veranstaltung abgesagt - + The event "%1" has been cancelled. Please inform everybody who bought a ticket. - Die Veranstaltung "%1" wurde abgesagt. Bitte informieren Sie alle Kunden. + Die Veranstaltung "%1" wurde abgesagt. Bitte informieren Sie alle Kunden. - + Warning - Warnung + Warnung - + Unable to cancel event "%1": %2. - + Kann Veranstaltung '%1' nicht absagen: %2 @@ -1868,835 +2022,870 @@ ignore - + ignorieren must have - + muss gesetzt sein must not have - + darf nicht gesetzt sein Edit Flags - + Flags ändern Reset - + Zurücksetzen Ok - Ok + Ok Cancel - Abbrechen + Abbrechen Mode - + Modus Flag - + Flag Description - Beschreibung + Beschreibung MFlagTab - + New Flag... - + Neues Flag... - + Delete Flag... - + Flag löschen... - + Change Description... - + Beschreibung ändern... - + Flag - + Flag - + Description - Beschreibung + Beschreibung - + Create New Flag - + Neues Flag anlegen - + Please enter a name for the flag, it must contain only letters and digits. - + Bitte geben Sie einen Namen für das Flag ein, es darf nur Buchstaben und Ziffern enthalten. - - - + + + Warning - Warnung + Warnung - + Error while creating flag: %1 - + Fehler beim Anlegen des Flags: %1 - + Really Delete? - + Wirklich löschen? - + Really delete the flag '%1'? Doing so may make some entities visible or invisible unexpectedly. - + Das Flag '%1' wirklich löschen? Dies kann einige Veranstaltungen oder andere Einträge unerwartet sichtbar oder unsichtbar machen. - + Error while attempting to delete flag: %1 - + Fehler beim Löschen des Flags: %1 - + Change Flag - + Flag ändern - + Please enter a new description for flag '%1': - + Bitte geben Sie eine neue Beschreibung für das Flag '%1' ein: - + Error while attempting to alter flag: %1 - + Fehler beim ändern des Flags: %1 MHostTab - + New Host... - Neuer Host... + Neuer Host... Add This Host... Diesen Host hinzufügen... - + Delete Host... - Host löschen... + Host löschen... - + Generate New Key... - Neuen Schlüssel anlegen... + Neuen Schlüssel anlegen... - + Import... - Importieren... + Importieren... - + Export... - Exportieren... + Exportieren... - + Host Name - Hostname + Hostname - + Host Key - Hostkey + Hostkey - + Create New Host - Neuen Host anlegen + Neuen Host anlegen - + Please enter a host name: - Bitte geben Sie einen neuen Hostnamen ein: + Bitte geben Sie einen neuen Hostnamen ein: - - - - - - + + + + + - - - + + + + Warning - Warnung + Warnung - + Error while creating new host: %1 - + Fehler beim Anlegen eines Host: %1 - + Delete this Host? - Diesen Host löschen? + Diesen Host löschen? - + Really delete host '%1'? - Den Host '%1' wirklich löschen? + Den Host '%1' wirklich löschen? - + Error while deleting host: %1 - + Fehler beim Löschen des Host: %1 - + Change Host Key? - Hostkey ändern? + Hostkey ändern? - + Really change the key of host '%1'? It will lock users from thist host out until you install the key at it. - + Wollen Sie wirklich den Hostkey von Host '%1' ändern? Dies wird die Nutzer von diesem Host aussperren bis Sie den neuen Key dort installiert haben. - - + + Error while changing host: %1 - + Fehler beim ändern des Host: %1 - + Import Key from File - Key aus Datei importieren + Key aus Datei importieren - + Unable to open file %1 for reading: %2 - + Kann Datei %1 nicht zum Lesen öffnen: %2 - - + + This is not a host key file. - Dies ist keine Hostkeydatei. + Dies ist keine Hostkeydatei. - + This host key file does not contain a valid host name. - Die Hostkeydatei enthält keinen gültigen Hostnamen. + Die Hostkeydatei enthält keinen gültigen Hostnamen. - + This host key file does not contain a valid key. - Diese Datei enthält keinen gültigen Hostkey. + Diese Datei enthält keinen gültigen Hostkey. - + The key check sum did not match. Please get a clean copy of the host key file. - Die Checksumme dieser Datei ist fehlgeschlagen. Bitte besorgen Sie eine neue Kopie der Datei. + Die Checksumme dieser Datei ist fehlgeschlagen. Bitte besorgen Sie eine neue Kopie der Datei. - + This host cannot be exported. - Dieser Host kann nicht exportiert werden. + Dieser Host kann nicht exportiert werden. - + Export Key to File - + Hostkey als Datei speichern - + Unable to open file %1 for writing: %2 - + Datei %1 kann nicht zum Schreiben geöffnet werden: %2 MInterface - + Backup Sicherung - + GetLanguage Übersetzung für Servermeldungen holen - + ServerInfo Serverinformationen - + Login Login - + Logout Logout - + GetMyRoles meine Rollen herausfinden - + GetMyRights meine Rechte herausfinden - + ChangeMyPassword Mein Passwort ändern - + GetAllUsers Nutzer abfragen - + CreateUser Nutzer anlegen - + ChangePassword Passwort eines anderen Nutzers ändern - + DeleteUser Nutzer löschen - + SetUserDescription Nutzerkommentar setzen - + GetUserRoles Rollen eines anderen Nutzers herausfinden - + SetUserRoles Rollen eines anderen Nutzers setzen - + GetAllRoles Alle Rollen abfragen - + GetRole spezifische Rolle abfragen - + CreateRole Rolle anlegen - + SetRoleDescription Rollenkommentar setzen - + SetRoleRights Rollenrechte setzen - + DeleteRole Rolle löschen - + GetAllRightNames Namen aller Rechte abfragen - + GetAllHostNames Namen aller Hosts abfragen - + GetAllHosts Alle Hosts (incl. Keys) abfragen - + SetHost Host ändern/anlegen - + DeleteHost Host löschen - + GetUserHosts erlaubte Hosts eines Nutzers abfragen - + GetValidFlags - + alle gültigen Flags abfragen - + SetFlag - + Flag anlegen/ändern - + DeleteFlag - + Flag löschen - + GetUser - + Nutzerdaten abfragen - + SetUserHosts erlaubte Hosts eines Nutzers abfragen - + SetUserFlags - + Flags des Nutzers setzen - + SetRoleFlags - + Flags der Rolle setzen - + GetAllContactTypes Kontaktinformationstypen abfragen - + CreateContactType Kontaktinformationstypen anlegen - + GetCustomer Kunden abfragen - + GetAllCustomerNames Alle Kundennamen abfragen - + CreateCustomer Kunden anlegen - + ChangeCustomer Kunden ändern - + DeleteCustomer Kunden löschen - + GetAddress Addresse abfragen - + GetAllCountries gespeicherte Länder abfragen - + CreateCountry Land anlegen - + + ResetCustomerPassword + Kundenpasswort zurücksetzen (sendet Mail) + + + GetAllArtists Künstler abfragen - + CreateArtist Künstler anlegen - + GetAllPriceCategories Preiskategorien abfragen - + CreatePriceCategory Preiskategorie anlegen - + ChangePriceCategory - + Preiskategorie anpassen - + GetEvent Veranstaltungsdetails abfragen - + GetAllEvents Liste der Veranstaltungen abfragen - + GetEventList Liste der Veranstaltungen abfragen (spezifische Liste) - + CreateEvent Veranstaltung anlegen - + ChangeEvent Veranstaltung ändern - + CancelEvent Veranstaltung absagen - + GetAllRooms Liste aller Räume abfragen - + CreateRoom Raum anlegen - + GetEventSummary Veranstaltungübersicht - + GetTicket Ticket abrufen - + GetVoucher Gutschein abfragen - + + GetVoucherAudit + Logdaten zu Gutschein abfragen + + + + GetOrderAudit + Logdaten zu Bestellung abfragen + + + GetOrder Bestellung: Details abfragen - + GetOrderList Liste der Bestellungen abfragen - + GetOrdersByEvents Bestellungen finden, die Veranstaltung enthalten - + GetOrdersByCustomer Bestellungen finden, die zu einem Kunden gehören - + GetOrderByBarcode Bestellung finden, die Eintrittskarte oder Gutschein enthält - + CreateOrder Bestellung anlegen - + CreateReservation Reservierung anlegen - + ReservationToOrder Reservierung in Bestellung wandeln - + CancelOrder Bestellung stornieren - + OrderPay Bestellung bezahlen - + OrderRefund Bestellung: Geld zurück geben - + UseVoucher Gutschein benutzen (damit bezahlen) - + DeductVoucher - + Gutschein für Waren außerhalb MagicSmoke benutzen - + EmptyVoucher - + Gutschein ungültig machen - + OrderChangeShipping Versandoption einer Bestellung ändern - + OrderMarkShipped Bestellung als verschickt markieren - + OrderAddComment Bestellkommentar (in angelegter Bestellung) hinzufügen - + OrderChangeComments Bestellkommentar (in angelegter Bestellung) ändern (Adminfunktion) - + ReturnTicketVoucher Eintrittskarte oder Gutschein zurückgeben - + ChangeTicketPrice Ticketpreis ändern - + ChangeTicketPriceCategory - + Preiskategorie einer Karte ändern - + GetAllShipping Versandoptionen holen - + ChangeShipping - + Versandoptionsdaten ändern - + CreateShipping - + Versandoption anlegen - + DeleteShipping - + Versandoption löschen - + GetValidVoucherPrices Gutscheinpreise abfragen (zB. für Bestellformular) - + UseTicket Ticket entwerten - + GetEntranceEvents Liste der Veranstaltungen abfragen, die am Einlass relevant sind - + + WebCartAddTicket + Nur Web: Karte zum Warenkorb hinzufügen + + + + WebCartRemoveTicket + Nur Web: Karte aus Warenkorb entfernen + + + + WebCartAddVoucher + Nur Web: Gutschein zum Warenkorb hinzufügen + + + + WebCartRemoveVoucher + Nur Web: Gutschein aus Warenkorb entfernen + + + GetTemplateList Vorlagenliste abfragen - + GetTemplate Vorlage abfragen - + SetTemplate - + Vorlage anlegen oder ändern - + SetTemplateDescription - + Beschreibung einer Vorlage ändern - + DeleteTemplate - + Vorlage löschen - + ChangeEvent:CancelEvent Veranstaltung absagen - + CreateOrder:AnyVoucherValue Bestellung anlegen: beliebige Gutscheinwerte erlauben - + CreateOrder:DiffVoucherValuePrice Bestellung anlegen: Gutscheinpreis darf von Gutscheinwert abweichen - + CreateOrder:LateSale Bestellung anlegen: bis zu Veranstaltungsbeginn erlauben - + CreateOrder:AfterTheFactSale Bestellung anlegen: auch nach der Veranstaltung erlauben (Adminfunktion) - + CreateOrder:CanOrder - + Bestellung anlegen: Nutzer darf bestellen - + CreateOrder:CanSell - + Bestellung anlegen: Nutzer darf verkaufen - + CreateReservation:LateReserve Reservierung anlegen: bis Veranstaltungsbeginn erlauben - + CancelOrder:CancelSentOrder Bestellung stornieren: auch für bereits versandte Bestellung - + CancelOrder:CancelPastTickets Bestellung stornieren: auch für Bestellung mit Karten vergangener Veranstaltungen - + OrderChangeShipping:ChangePrice Versandoption einer Bestellung ändern: beliebigen Preis erlauben - + OrderMarkShipped:SetTime Bestellung als verschickt markieren: beliebigen Zeitpunkt erlauben - + ReturnTicketVoucher:ReturnPastTicket Eintrittskarte oder Gutschein zurückgeben: auch abgelaufene Karten erlauben - + ChangeTicketPrice:ChangeUsedTicket Ticketpreis ändern: auch bereits genutzte Karten - + ChangeTicketPrice:ChangePastTicket Ticketpreis ändern: auch abgelaufene Karten - + ChangeTicketPriceCategory:ChangeUsedTicket - + Kartenkategorie ändern: Nutzer darf benutzte Karte ändern - + ChangeTicketPriceCategory:ChangePastTicket - + Kartenkategorie ändern: Nutzer darf Karte für Veranstaltung ändern, die schon vorbei ist @@ -2805,264 +2994,264 @@ At least %1 Bits of random are required. MLocalFormat - + Monday Montag - + Tuesday Dienstag - + Wednesday Mittwoch - + Thursday Donnerstag - + Friday Freitag - + Saturday Samstag - + Sunday Sonntag - + Mon short weekday Mo - + Tue short weekday Di - + Wed short weekday Mi - + Thu short weekday Do - + Fri short weekday Fr - + Sat short weekday Sa - + Sun short weekday So - + January Januar - + February Februar - + March März - + April April - + May Mai - + June Juni - + July Juli - + August August - + September September - + October Oktober - + November November - + December Dezember - + Jan short month name Jan - + Feb short month name Feb - + Mar short month name Mär - + Apr short month name Apr - + May short month name Mai - + Jun short month name Jun - + Jul short month name Jul - + Aug short month name Aug - + Sep short month name Sep - + Oct short month name Okt - + Nov short month name Nov - + Dec short month name Dez - + - negative sign for money values, the first char is put in front, the optional second one behind the number, use a newline to omit the first char - - + am AM/PM time component vormittags - + pm AM/PM time component nachmittags - + . decimal dot , - + , thousand division character - + 0 digits between thousand division chars, <=0 means none 3 - + %Y-%M-%D date format %w %d.%m.%Y - + %h:%I time format %h:%I - + %Y-%M-%D %h:%I date and time format %w %d.%m.%Y %h:%I @@ -3071,59 +3260,59 @@ At least %1 Bits of random are required. MLogin - + Magic Smoke Login - + Magic Smoke Login - + &File - &Datei + &Datei - + &Exit - + Beenden - + &Configure - &Konfigurieren + &Konfigurieren - + &Configuration... - + &Konfigurieren... - + Profile: - Profil: + Profil: - + Username: - Benutzername: + Benutzername: - + Password: - Passwort: + Passwort: - + Login - Login + Login - + Warning - Warnung + Warnung - + Unable to log in. - + Der Login ist fehlgeschlagen. @@ -3289,353 +3478,392 @@ At least %1 Bits of random are required. + MOAItem + + + Order + bestellen + + + + Ticket + Eintrittskarte + + + + Voucher + Gutschein + + + MOCartOrder - - + + Ok ok - Ok + Ok - - + + Invalid invalid - + ungültig MOCartTicket - - + + Ok ok - Ok + Ok - - + + EventOver - + Veranstaltung ist vorbei - - + + TooLate toolate - + zu spät - - + + Exhausted exhausted - + keine Karten mehr verfügbar - - + + Invalid - + ungültig MOCartVoucher - - + + Ok ok - Ok + Ok - - + + InvalidValue invalidvalue - + Gutscheinwert nicht zulässig - - + + InvalidPrice invalidprice - + Gutscheinpreis nicht zulässig MOEvent - [0-9]+\.[0-9]{2} price validator regexp - [0-9]+,[0-9]{2} + [0-9]+,[0-9]{2} - + . price decimal dot - , - - - - - yyyy-MM-dd hh:mm ap - date/time format - + , - yyyy-MM-dd date format - d.M.yyyy + d.M.yyyy MOOrder - - - yyyy-MM-dd hh:mm ap - date/time format - - - - - yyyy-MM-dd date format - d.M.yyyy + d.M.yyyy MOOrderAbstract - - + + Placed placed - + bestellt - - + + Sent sent - + versandt - - + + Sold sold - Verkauft + Verkauft - - + + Cancelled cancelled - + storniert - - + + Reserved reserved - Reserviert + Reserviert - - + + Closed closed - + geschlossen - MOOrderInfoAbstract + MOOrderAudit - - + + Placed - placed - + bestellt - - + + Sent - sent - + versandt - - + + Sold - sold - Verkauft + Verkauft - - + + Cancelled - cancelled - + storniert - - + + Reserved - reserved - Reserviert + Reserviert - - + + Closed - closed - + geschlossen - MOTicketAbstract + MOOrderInfoAbstract - - - Reserved - reserved - Reserviert + + + Placed + placed + bestellt - - - Ordered - ordered - + + + Sent + sent + versandt + + + + + Sold + sold + Verkauft + + + + + Cancelled + cancelled + storniert + + + + + Reserved + reserved + Reserviert + + + + + Closed + closed + geschlossen + + + MOTicketAbstract - - + + + Reserved + reserved + Reserviert + + + + + Ordered + ordered + bestellt + + + + Used used - Benutzt + Benutzt - - + + Cancelled cancelled - + storniert - - + + Refund refund - + zurückgegeben - - + + MaskBlock maskblock - + MaskBlock - - + + MaskPay maskpay - + MaskPay - - + + MaskUsable maskusable - + MaskUsable - - + + MaskReturnable maskreturnable - + MaskReturnable - - + + MaskChangeable - + MaskChangeable MOTicketUse - - + + Ok - Ok + Ok - - + + NotFound - + Karte nicht gefunden. - - + + WrongEvent - + Falsche Veranstaltung - - + + AlreadyUsed - + bereits benutzt - - + + NotUsable - + kann nicht benutzt werden - - + + Unpaid - + noch nicht bezahlt - - + + InvalidEvent - + ungültige Veranstaltung MOVoucherAbstract - - + + Ok - Ok + Ok - - + + InvalidValue - + Gutscheinwert nicht zulässig - - + + InvalidPrice - + Gutscheinpreis nicht zulässig @@ -3814,19 +4042,27 @@ At least %1 Bits of random are required. + MOrderAuditDialog + + + Order Audit [%1] + Bestellungslog [%1] + + + MOrderItemView - + Preview Tickets Karten-Vorschau - + Ticket: Eintrittskarte: - + Voucher: Gutschein: @@ -3834,17 +4070,17 @@ At least %1 Bits of random are required. MOrderWindow - + Order Details Bestelldetails - + &Order &Bestellung - + &Order... &Bestellung... @@ -3853,57 +4089,57 @@ At least %1 Bits of random are required. &Verkauf... - + C&ancel Order... Bestellung &Stornieren... - + Change Item &Price... - + Artikelpreis ändern... - + C&hange Ticket Price Category... - + Preiskategorie der Eintrittskarte ändern... - + &Close S&chließen - + &Payment &Bezahlung - + Receive &Payment... &bezahlen... - + &Refund... &zurückgeben... - + P&rinting &Druck - + Print &Bill... &Rechnung drucken... - + Save Bill &as file... Rechnung &speichern... - + Print &Tickets... &Eintrittskarten drucken... @@ -3916,42 +4152,42 @@ At least %1 Bits of random are required. Eintrittskarten &ansehen... - + Order ID: Bestell-Nr.: - + Order Date: Bestelldatum: - + Shipping Date: Versandtdatum: - + Customer: Kunde: - + Sold by: Verkauft durch: - + Total Price: Gesamtpreis: - + Already Paid: bereits bezahlt: - + Order State: Bestellstatus: @@ -3964,22 +4200,23 @@ At least %1 Bits of random are required. Veranstaltung - + Start Time - Anfangszeit + Anfangszeit - + Status - Status + Status - + + Price - Preis + Preis - + &Mark Order as Shipped... Bestellung als versandt markieren... @@ -3992,87 +4229,90 @@ At least %1 Bits of random are required. Karte zurückgeben... - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + Warning Warnung - + Unable to get template file (ticket.xtt). Giving up. - Kann Vorlage (ticket.xtt) nicht finden. Gebe auf. + Kann Vorlage (ticket.xtt) nicht finden. Gebe auf. Unable to get template file (bill.odtt). Giving up. Kann Vorlage (bill.odtt) nicht finden. Gebe auf. - - - + + + Mark as shipped? - Als versandt markieren? + Als versandt markieren? - - - + + + Mark this order as shipped now? - Diese Bestellung jetzt als versandt markieren? + Diese Bestellung jetzt als versandt markieren? Unable to get template file (eventsummary.odtt). Giving up. Kann Vorlage (eventsummary.odtt) nicht finden. Gebe auf. - + Enter Payment - Zahlbetrag eingeben + Zahlbetrag eingeben - + Please enter the amount that has been paid: - Bitte geben Sie den Betrag ein, der bezahlt wurde: + Bitte geben Sie den Betrag ein, der bezahlt wurde: Unable to submit payment request. Kann Bestellung nicht anlegen. - + Error while trying to pay: %1 - Fehler während der Bezahlung: %1 + Fehler während der Bezahlung: %1 - + Enter Refund - Rückgabe eingeben + Rückgabe eingeben - + Please enter the amount that will be refunded: - Bitte geben Sie den Betrag ein, der zurückgegeben wird: + Bitte geben Sie den Betrag ein, der zurückgegeben wird: Unable to submit refund request. @@ -4095,14 +4335,14 @@ At least %1 Bits of random are required. Wollen Sie diese Karte wirklich zurückgeben? - + Cancel Order? - Bestellung stornieren? + Bestellung stornieren? - + Cancel this order now? - Diese Bestellung jetzt stornieren? + Diese Bestellung jetzt stornieren? Cannot cancel this order: it is in the wrong state. @@ -4113,7 +4353,7 @@ At least %1 Bits of random are required. Kann diese Bestellung nicht stornieren. Schade. - + Delivery Address: Lieferadresse: @@ -4122,26 +4362,26 @@ At least %1 Bits of random are required. Bestellkommentar: - + Change Sh&ipping Method... Change Commen&t... - Kommen&tar ändern... + Versandoption ändern... Set comment: order %1 Kommentar ändern: Bestellung %1 - - + + &Save - &Speichern + &Speichern - - + + &Cancel - &Abbrechen + &Abbrechen &Prune and recheck... @@ -4156,194 +4396,271 @@ At least %1 Bits of random are required. Artikelpreis ändern... - + &Return Item... Artikel zurückgeben... - + Add Commen&t... - + Kommentar hinzufügen... - + Change C&omments... - + Kommentare ändern... - + Print V&ouchers... Gutscheine drucken... - + Print &Current Item... Aktuellen Artikel drucken... - + &View Items... Artikel ansehen... - + + &Audit + Log + + + + Voucher History... + Gutscheinhistorie... + + + + Order History... + Bestellhistorie... + + + Invoice Address: - + Rechnungsadresse: - + Shipping Method: Versandoption: - + Shipping Costs: Versandkosten: - + Order Comments: - + Bestellkommentare: - + Item ID - Artikelnummer: + Artikelnummer: - + Description - Beschreibung + Beschreibung - + Voucher (current value: %1) - Gutschein (aktueller Wert: %1) + Gutschein (aktueller Wert: %1) - + %1x %2 - + %1x %2 - + There are no tickets left to print. - Es gibt keine Eintrittskarten zu drucken. + Es gibt keine Eintrittskarten zu drucken. - + There are no vouchers left to print. - Es gibt keine Gutscheine zu drucken. + Es gibt keine Gutscheine zu drucken. - + Unable to get template file (voucher.xtt). Giving up. - Kann Vorlage (voucher) nicht finden. Gebe auf. + Kann Vorlage (voucher) nicht finden. Gebe auf. - - + + Unable to get template file (bill). Giving up. - Kann Vorlage (bill) nicht finden. Gebe auf. + Kann Vorlage (bill) nicht finden. Gebe auf. - + Error getting event, please try again. - + Konnte Veranstalung nicht herunterlden, bitte versuchen Sie es noch einmal. - + Cannot select another price category - there are none left. - + Kann keine weitere Preiskategorie wählen - es sind keine mehr übrig. - + Select Price Category - + Preiskategorie wählen - + Please chose a price category: - + Bitte wählen Sie eine Preiskategorie: - + Ok - Ok + Ok - + Error while marking order as shipped: %1 - + Fehler während die Bestellung and versandt markiert wurde: %1 - + Change comments: order %1 - + Bestellkommentare ändern [%1] - - + + There was a problem uploading the new comment: %1 - + Fehler beim Hochladen des neuen Kommentars: %1 - + Add comment: order %1 - + Kommentar hinzufügen [%1] - + Error while changing shipping: %1 - + Fehler beim Ändern der Versandmethode: %1 + + + + The selected item is not a voucher. + Sie haben keinen Gutschein gewählt. + + + + No Data + Keine Daten + + + + No audit data found for this voucher. + Es existieren keine Log-Daten für diesen Gutschein. + + + + Voucher Audit: %1 + Gutschein-Log: %1 + + + + Close + Schließen + + + + Date/Time + Datum/Zeit + + + + User + Nutzer + + + + Transaction + Transaktion + + + + Value + Wert + + + + Comment + Kommentar + + + + Error while retrieving audit data: %1 + Fehler beim herunterladen der Logdaten: %1 + + + + Sorry, no audit data available. + Es sind leider keine Log-Daten verfügbar. Unable to get template file (eventsummary). Giving up. Kann Vorlage (eventsummary) nicht finden. Gebe auf. - + Open Document File (*.%1) - ODF Datei (*.%1) + ODF Datei (*.%1) - + Error while trying to pay with voucher '%1': %2 - + Fehler bei der Bezahlung mit Gutschein '%1': %2 - + Successfully paid order %1 with voucher '%2'. Amount deducted: %3 Remaining value of this voucher: %4 - + Bestellung %1 wurde erfolgreich mit Gutschein '%2' bezahlt. +Betrag der vom Gutschein abgezogen wurde: %3 +Verbleibender Betrag auf dem Gutschein: %4 - + Error while trying to refund: %1 - + Fehler beim Zurückgeben des Betrags: %1 - + Enter Price - Bitte Preis eingeben + Bitte Preis eingeben - + Please enter the new price for the ticket: - Bitte neuen Preis für die Eintrittskarte eingeben: + Bitte neuen Preis für die Eintrittskarte eingeben: - - + + Error while attempting to change ticket price: %1 - + Fehler beim Ändern des Kartenpreises: %1 - - + + Cannot change this item type. - Diese Artikelart kann nicht geändert werden. + Diese Artikelart kann nicht geändert werden. This voucher cannot be returned, it has already been used. @@ -4358,55 +4675,55 @@ Remaining value of this voucher: %4 Wollen Sie diesen Gutschein wirklich zurückgeben? - + Cannot return this item type. - Diese Artikelart kann nicht zurückgegeben werden. + Diese Artikelart kann nicht zurückgegeben werden. - + Return Ticket or Voucher - + Eintrittskarte oder Gutschein zurückgeben - + Do you really want to return this ticket or voucher? - + Wollen Sie diese Karten oder diesen Gutschein zurückgeben? - + Error whily trying to return item: %1 - + Fehler beim Zurückgeben des Artikels: %1 - + Error while cancelling order: %1 - + Fehler beim Stornieren der Bestellung: %1 - + Error while changing order status: %1 - + Fehler beim Ändern des Bestellstatus: %1 - + Set shipping time - Versandzeit setzen + Versandzeit setzen - + Enter the shipping time: - Bitte geben Sie die Versandzeit ein: + Bitte geben Sie die Versandzeit ein: - + OK - Ok + Ok - - + + Cancel - Abbrechen + Abbrechen MoneyLog for Order... @@ -4417,23 +4734,23 @@ Remaining value of this voucher: %4 Geldtransfers des selektierten Gutscheins... - + Enter Voucher - Gutschein eingeben + Gutschein eingeben - + Please enter the ID of the voucher you want to use: - Bitte geben Sie die Nummer des Gutscheins ein, den Sie verwenden wollen: + Bitte geben Sie die Nummer des Gutscheins ein, den Sie verwenden wollen: This voucher is not valid. Dieser Gutschein ist nicht gültig. - + Voucher Info - Gutscheininformation + Gutscheininformation Remaining value of this voucher: %1 @@ -4444,7 +4761,7 @@ Remaining value of this voucher: %4 Dies ist kein Gutschein, kann keine Geldtransfers anzeigen. - + Pay with &Voucher... Mit Gutschein bezahlen... @@ -4452,214 +4769,219 @@ Remaining value of this voucher: %4 MOrdersTab - + -select mode- - -Modus auswählen- + -Modus auswählen- - + All Orders - Alle Bestellungen + Alle Bestellungen - + Open Orders - Offene Bestellungen + Offene Bestellungen - + Open Reservations - Reservierungen + Reservierungen - + Outstanding Payments - Noch nicht bezahlt + Noch nicht bezahlt - + Outstanding Refunds - Offene Rückerstattungen + Offene Rückerstattungen - + Undelivered Orders - Nicht ausgelieferte Bestellungen + Nicht ausgelieferte Bestellungen - + -search result- - -Suchresultat- + -Suchresultat- - + Update - Auffrischen + Auffrischen - + Details... - Details... + Details... - + Orders since... - + Bestellungen seit... - + Find by Ticket... - Mit Kartennummer suchen... + Mit Kartennummer suchen... - + Find by Event... - Nach Veranstaltung suchen... + Nach Veranstaltung suchen... - + Find by Customer... - Nach Kunde suchen... + Nach Kunde suchen... - + Find by Order ID... - Nach Bestellnummer suchen... + Nach Bestellnummer suchen... - + Status - Status + Status - + Total - Gesamt + Gesamt - + Paid - bezahlt + bezahlt - + Customer - Kunde + Kunde - - - + + - - - - - + + + + + + Warning - Warnung + Warnung - - - + + + There was a problem retrieving the order list: %1 - + Fehler beim Herunterladen des Bestellliste: %1 - + Select Date - + Datum wählen - + Please select the date and time: - + Bitte wählen Sie ein Datum und eine Zeit: - + ddd MMMM d yyyy, h:mm ap time format - ddd, d.M.yyyy hh:mm + ddd, d.M.yyyy hh:mm - - + + Error while retrieving order: %1 - + Fehler beim Herunterladen der Bestellung: %1 - + Enter Ticket - Bitte Ticket eingeben + Bitte Ticket eingeben - + Please enter the ID of one of the tickets of the order you seek: - Bitte geben Sie die Nr. einer Karte aus der gesuchten Bestellung ein: + Bitte geben Sie die Nr. einer Karte aus der gesuchten Bestellung ein: - + Error while searching for order: %1 - + Fehler beim Suchen nach der Bestellung: %1 - + Order for barcode '%1' not found. - + Zu Barcode '%1' wurde keine Bestellung gefunden. - + Select Event - Veranstaltung auswählen + Veranstaltung auswählen - - + + Ok - Ok + Ok - - + + Cancel - Abbrechen + Abbrechen - + Error while retrieving order list: %1 - + Fehler beim Herunterladen der Bestellliste: %1 - + Enter Order ID - Bestellnummer eingeben + Bestellnummer eingeben - + Please enter the ID of the order you want to display: - Bitte geben Sie die Bestellnummer der Bestellung ein, die Sie ansehen wollen: + Bitte geben Sie die Bestellnummer der Bestellung ein, die Sie ansehen wollen: - + This order does not exist. - Diese Bestellung existiert nicht. + Diese Bestellung existiert nicht. MOverview - + &Session &Session - + &Re-Login &Login wiederholen - + + Switch to Wizard... + Auf Assistent umschalten... + + + &Close Session Session &schließen @@ -4668,35 +4990,54 @@ Remaining value of this voucher: %4 &Veranstaltung - &Customer - &Kunde + &Kunde - + Events Veranstaltungen - + Return &ticket or voucher... - + Eintrittskarte oder Gutschein zurückgeben... - + + &Actions + &Aktionen + + + + Tickets and &Vouchers + Eintrittskarten und Gutscheine + + + &Empty voucher... - + Gutschein entleeren... - - - - - - - - - + + &Templates + Vorlagen + + + + &Configuration + Konfiguration + + + + + + + + + + + Warning Warnung @@ -4713,7 +5054,7 @@ Remaining value of this voucher: %4 &Neue Veranstaltung... - + &Show all customers &Alle Kunden anzeigen @@ -4750,7 +5091,7 @@ Remaining value of this voucher: %4 Bestellen... - + Shopping Cart Einkaufswagen @@ -4860,7 +5201,7 @@ Remaining value of this voucher: %4 Beschreibung von Nutzer %1: - + Change my &Password Mein &Passwort ändern @@ -4909,7 +5250,7 @@ Remaining value of this voucher: %4 Nutzer '%1' wirklich löschen? - + Error setting password: %1 Passwort kann nicht gesetzt werden: %1 @@ -5004,7 +5345,7 @@ Remaining value of this voucher: %4 Bestellung prüfen - + Order List Bestellungsliste @@ -5041,9 +5382,9 @@ Remaining value of this voucher: %4 Auswählen - + Cancel - Abbrechen + Abbrechen There is nothing in the order. Ignoring it. @@ -5062,7 +5403,7 @@ Remaining value of this voucher: %4 Die Bestellung ist fehlgeschlagen: %1 - + Entrance Einlasskontrolle @@ -5099,9 +5440,8 @@ Remaining value of this voucher: %4 Vorlage &hochladen... - &Misc - &Verschiedenes + &Verschiedenes &Return ticket... @@ -5225,16 +5565,15 @@ Die Bestellung ist überbezahlt: es gibt noch Geld zurück. Diese Karte kann nicht zurückgegeben werden: sie wurde bereits benutzt oder befindet sich im falschen Status. - &Admin - &Administration + &Administration &Schedule Backup... &Backupzeit festlegen... - + &Backup now... &Jetzt Backup machen... @@ -5304,146 +5643,155 @@ Die Bestellung ist überbezahlt: es gibt noch Geld zurück. vergangene Veranstaltungen anzeigen - C&onfigure - Konfigurieren + Konfigurieren - + &Auto-Refresh settings... Auto-Auffrisch-Einstellungen... - + &Display settings... - + Anzeigeeinstellungen... + + + + &Administration + &Administration - + &User Administration... - + Nutzerverwaltung... - + Return Ticket/Voucher - + Eintrittskarte/Gutschein zurückgeben - + Please enter the ticket or voucher ID to return: - + Bitte geben Sie die Eintrittskarten- oder Gutscheinnummer ein, die zurückgegeben werden soll: - + This ticket/voucher cannot be returned: %1 - + Diese Karte/dieser Gutschein kann nicht zurückgegeben werden: %1 + + + + Reason for deducting: + Grund für den Abzug: - + Unable to deduct voucher: %1 - + Kann kein Geld von diesem Gutschein abziehen: %1 - + Voucher does not contain enough money. Money left: %1 - + Dieser Gutschein hat nicht genug Restwert: %1 - + Invalidate Voucher - + Ungültiger Gutschein - + Please enter/scan the barcode of the voucher to invalidate/empty - the voucher will no longer be usable afterwards, but still has to be paid for. - + Bitte scannen Sie den Barcode des Gutscheins der ungültig gemacht werden soll. Der Gutschein wird danach nicht mehr nutzbar sein, aber muss trotzdem bezahlt werden. - + Unable to invalidate voucher: %1 - + Kann Gutschein nicht ungültig machen: %1 - + Invalidated Voucher - + Gutschein ungültig - + The voucher '%1'has been invalidated. - + Der Gutschein '%1' wurde ungültig gemacht. - + Refresh Settings Auffrischeinstellungen - + Refresh Rate (minutes): Auffrischrate (Minuten): - + refresh &event list Veranstaltungsliste auffrischen - + refresh &user list Nutzerliste auffrischen - + refresh &host list Rechnerliste auffrischen - - - + + + &OK &Ok - - - + + + &Cancel &Abbrechen - + No Logging - + Kein Log - + Medium Logging - + Mittlere Logdetails - + Display Settings - + Anzeigeeinstellungen - - Maximum event age (days, 0=show all): - + + Event settings + Veranstaltungseinstellungen - - Maximum order list age (days, 0=show all): - + + Maximum event age (days, 0=show all): + Maximales Veranstaltungsalter (in Tagen, 0=alle anzeigen): - + &Edit Templates... Vorlagen ändern... - + &Update Templates Now Vorlagen jetzt auffrischen @@ -5460,7 +5808,7 @@ Die Bestellung ist überbezahlt: es gibt noch Geld zurück. Gutschein zurückgeben... - + Edit &Shipping Options... Versandoptionen editieren @@ -5513,7 +5861,7 @@ Die Bestellung ist überbezahlt: es gibt noch Geld zurück. Dieser Gutschein kann nicht zurückgegeben werden, er wurde bereits benutzt. - + refresh &shipping list Versandoptionen auffrischen @@ -5534,7 +5882,7 @@ Die Bestellung ist überbezahlt: es gibt noch Geld zurück. Diese Bestellung existiert nicht. - + &Deduct from voucher... Geld von Gutschein abziehen... @@ -5547,12 +5895,12 @@ Die Bestellung ist überbezahlt: es gibt noch Geld zurück. Geldtransfers von Nutzer... - + &Server Access settings... Serverzugriffseinstellungen... - + Backup &Settings... Einstellungen Sicherungskopie... @@ -5565,73 +5913,73 @@ Die Bestellung ist überbezahlt: es gibt noch Geld zurück. Karte "%1" ist nicht für diese Veranstaltung. - + Deduct from Voucher - Von Gutschein abziehen + Von Gutschein abziehen - + Using a voucher to pay outside the system. - Einen Gutschein nutzen um außerhalb des Systems zu bezahlen. + Einen Gutschein nutzen um außerhalb des Systems zu bezahlen. - + Amount to deduct: - Abzuziehender Betrag: + Abzuziehender Betrag: - + Voucher ID: - Gutscheinnummer: + Gutscheinnummer: - + OK - Ok + Ok Request failed. Anfrage ist fehlgeschlagen. - + Deducted from Voucher - Von Gutschein abziehen + Von Gutschein abziehen - + Value taken from voucher: %1 Value remaining on voucher: %2 - Vom Gutschein abgezogener Betrag: %1 + Vom Gutschein abgezogener Betrag: %1 Verbleibender Betrag: %2 - + Server Access Settings Serverzugriffseinstellungen - + Request Timeout (seconds): max. Anfragezeit (Sekunden): - + Log Level: Logstufe: - + Minimal Logging Minimales Log - + Log Details on Error Bei Fehlern Details - + Always Log Details Immer Details @@ -5640,17 +5988,17 @@ Verbleibender Betrag: %2 Sicherung ist fehlgeschlagen: %1 - + Backup Sicherung - + The backup was successful. Die Sicherung war erfolgreich. - + Cannot create backup file. Kann Sicherungsdatei nicht anlegen. @@ -5671,57 +6019,117 @@ Verbleibender Betrag: %2 Bitte den Login-Namen des Nutzers eingeben um die Transaktionen anzuzeigen: - + I was unable to renew the login at the server. - + Der Login am Server konnte nicht erneuert werden. + + + + Maximum order list age + Maximales Alter von Bestellungen in der Liste + + + + Age in days, 0=show all. + Alter in Tagen, 0=alle zeigen. + + + + When showing all orders: + Wenn alle Bestellungen angezeigt werden: + + + + When showing open orders: + Wenn offene Bestellungen angezeigt werden: + + + + When searching by event: + Wenn nach Veranstaltung gesucht wird: + + + + When searching by customer: + Wenn nach Kunde gesucht wird: + + + + Default age when searching by date: + Standardalter wenn nach Datum gesucht wird: - + + Script settings + Scripteinstellungen + + + + Show script debugger: + Script-Debugger zeigen: + + + Backup failed with error (%2): %1 - + Das Backup ist mit Fehler (%2) fehlgeschlagen: %1 - + Backup returned empty. - + Das Backup ist leer. MPCDEdit - + New Price Category - + Neue Preiskategorie - + Change Price Category - + Preiskategorie ändern - + Category Name: - + Name der Kategorie: - + Category Abbreviation: - + Abkürzung der Kategorie: + Formula: + Formel: + + + + Flags: + Flags: + + + Create - + Anlegen - + Save - Speichern + Speichern - + Cancel - Abbrechen + Abbrechen + + + + Flags of price category '%1': + Flags der Preiskategorie '%1': @@ -5765,227 +6173,430 @@ Verbleibender Betrag: %2 MPriceCategoryDialog - + Select a Price Category - + Preiskategorie wählen - + New... new price category - Neu... + Neu... - + Edit... edit price category - + Ändern... - + Select select price category - Auswählen + Auswählen - + Cancel - Abbrechen + Abbrechen - + Close - Schließen + Schließen - - + + Warning - Warnung + Warnung - - + + Error while creating new price category: %1 - + Fehler beim Anlegen der Preiskategorie: %1 MRoleTab - + New Role... - + Neue Rolle... - + Delete Role... - + Rolle löschen... - + Change Description... - + Beschreibung ändern... - + Edit Flags... - + Flags ändern... - + Edit Rights... - + Rechte ändern... - + Role Name - + Rollenname: - + Description - Beschreibung + Beschreibung - + Create New Role - + Neue Rolle anlegen - + Please enter a role name: - + Bitte geben Sie einen Rollennamen ein: - - - + + - - + + - + + Warning - Warnung + Warnung - + Error while trying to create role: %1 - + Fehler beim Anlegen der Rolle: %1 - + Delete this Role? - + Diese Rolle löschen? - + Really delete role '%1'? - + Wollen Sie wirklich die Rolle '%1' löschen? - + Error while trying to delete role: %1 - + Fehler beim Löschen der Rolle: %1 - + Edit Description - Beschreibung ändern + Beschreibung ändern - + Description of role %1: - + Beschreibung der Rolle %1: - - + + Cannot retrieve role: %1 - + Kann Rolle nicht herunterladen: %1 - + Cannot retrieve flag list: %1 - + Kann Liste der Flags nicht herunterladen: %1 - + Edit flags of role %1 - + Flags der Rolle %1 ändern - + Error while setting flags: %1 - + Fehler beim Setzen der Flags: %1 - + Cannot retrieve right list: %1 - + Kann Liste der Rechte nicht herunterladen: %1 - + Edit rights of role %1 - + Rechter der Rolle %1 ändern - + Error while setting rights: %1 - + Fehler beim Setzen der Rechte: %1 MSInterface - + Warning - Warnung + Warnung - + Login failed: %1 - + Login fehlgeschlagen: %1 - - - + + + Error - Fehler + Fehler - + Communication problem while talking to the server, see log for details. - + Kommunikationsfehler zum Server, bitte schauen Sie ins Log, um Details zu sehen. - + Communication with server was not successful. - + Kommunikation mit dem Server ist nicht möglich. - + The server implementation is too old for this client. - + Der Server ist zu alt für diesen Client. - + This client is too old for the server, please upgrade. - + Dieser Client ist zu alt für den Server. - + Connection Error - + Verbindungsfehler - + There were problems while authenticating the server. Aborting. Check your configuration. + Es gab Probelme bei der Authentifikation. Abbruch. Bitte prüfen Sie Ihre Konfiguration. + + + + MScriptEngine + + + Never show debugger + Debugger nie zeigen. + + + + Show on error + Im Fehlerfall zeigen + + + + Show immediately on script start + Sofort zeigen + + + + MServerClock + + + Show Format Info + + + + + Show Full Time + + + + + %W, %D %N %Y %a:%I %p %t + full time format + + + + + Show Date Only + + + + + %w, %M/%D/%Y + date only format + + + + + Show Time Only + + + + + %a:%I %p %t + time only format + + + + + Show Short Date/Time + + + + + %w %Y-%M-%D %h:%I %t + ISO like short time format + + + + + Server Time Zone: %1 +Offset from UTC: %2 minutes %3 + + + + + east + positive time zone offset + + + + + west + negative time zone offset + + + + + Server Format Info + + + + + Number Format: + + + + + Decimal Dot: + + + + + Separator: + + + + + '%1' every %2 digits + + + Currency Settings: + + + + + Currency Symbol: + + + + + Division Digits: + + + + + Negative Sign: + + + + + Example: + + + + + Date and Time Settings: + + + + + Day of the Week: + + + + + Day of the Week Abbreviated: + + + + + Month Names: + + + + + Month Names Abbreviated: + + + + + Date Format: + + + + + Time Format: + + + + + Date and Time Format: + + + + + System Time Zone: + + + + + Current Local Time: + + + + + Theater/Server Time Zone: + + + + + Current Theater/Server Time: + + + + + Close + Schließen + MShipping @@ -5998,32 +6609,32 @@ Verbleibender Betrag: %2 MShippingChange - + Change Shipping Method Versandoption ändern - + Method: Option: - + Price: Preis: - + Ok Ok - + Cancel Abbrechen - + (None) shipping method (Keine) @@ -6049,7 +6660,7 @@ Verbleibender Betrag: %2 Change Flags - + Flags ändern @@ -6089,12 +6700,12 @@ Verbleibender Betrag: %2 Could not store the data: %1 - + Daten können nicht gespeichert werden: %1 Really Delete? - + Wirklich löschen? @@ -6167,7 +6778,7 @@ Verbleibender Betrag: %2 Flags - + Flags @@ -6218,25 +6829,38 @@ Verbleibender Betrag: %2 + MTELabelDelegate + + + edged + + + + + smooth + + + + MTemplateChoice - + Chose Template Vorlage auswählen - + Please chose a variant of template %1: Bitte wählen Sie eine Variante für die Vorlage %1: - + (default) default template pseudo-variant (Standard) - + Ok Ok @@ -6244,83 +6868,120 @@ Verbleibender Betrag: %2 MTemplateEditor - + Edit Template Directory Vorlagenverzeichnis editieren - + Update Now Jetzt auffrischen - + Add Variant Variante hinzufügen - + Delete Variant Variante löschen + Save Template + + + + + Edit Template + + + + Close Schließen - + Template/Variant Vorlage/Variante - + Description Beschreibung - + Checksum Checksumme - - - - + + + + + + Warning Warnung - + Unable to delete this template. Kann diese Vorlage nicht löschen. - + Select Template File Vorlagendatei wählen - + Files with this extension (%1) are not legal for this template. Dateien mit der Erweiterung %1 sind für diese Vorlage nicht erlaubt. - + Unable to upload file. Kann Datei nicht hochladen. - + Unable to send new description to server. Kann die neue Beschreibung nicht speichern. + + + Unknown template type, cannot edit it. + + + + + Ooops. Lost the template file, cannot store it. + + + + + Save template as... + + + + + Error + Fehler + + + + Unable to save the template file. + + MTemplateStore - + Retrieving templates from server. Hole Vorlagen vom Server. @@ -6406,6 +7067,333 @@ Verbleibender Betrag: %2 + MTicketEditor + + + &File + &Datei + + + + &Open File... + + + + + &Save + &Speichern + + + + Save &as... + + + + + &Close + S&chließen + + + + &Edit + + + + + + Add Item + + + + + + Remove Item + Entfernen + + + + + Add File + + + + + + Remove File + + + + + Add Text Item + + + + + Add Picture Item + + + + + Add Barcode Item + + + + + Add Load Font Item + + + + + Label Size: + + + + + Millimeter + Millimeter + + + + Inch + Zoll + + + + Move up + + + + + Move down + + + + + As Label + + + + + Zoom: + + + + + Refresh + + + + + Example Data + + + + + Variable + + + + + Content + + + + + + Error + Fehler + + + + Unable to open file '%1' for reading. + + + + + Unable to interpret file '%1'. + + + + + top + + + + + bottom + + + + + center + + + + + left + + + + + right + + + + + align (%1) + + + + + + + Warning + Warnung + + + + Unable to interpret template data. + + + + + Open Ticket Template + + + + + Unable to write to file %1 + + + + + Save Ticket Template + + + + + Label Template Editor + + + + + Label Template Editor [%1] + + + + + + File Name + + + + + + Size + + + + + Type + Kontakttyp + + + + Offset + + + + + File/Font + + + + + Font Size + + + + + Scaling + + + + + Horiz. Alignment + + + + + Vert. Alignment + + + + + Text Data + + + + + Load Font File + + + + + Show Picture + + + + + Show Text Line + + + + + Show Barcode + + + + + Unknown + + + + + smooth + + + + + edged + + + + + Add File to Label + + + + + Unable to read file %1 + + + + + Please enter the internal file name: + + + + + Really delete? + + + + + Really remove file '%1' from the label? + + + + MTicketView Preview Tickets @@ -6457,169 +7445,169 @@ Verbleibender Betrag: %2 Passwort setzen... - + Login Name Loginname - + Description Beschreibung - + New User Neuer Nutzer - + Please enter new user name (only letters, digits, and underscore allowed): Neuen Nutzernamen eingeben (Kleinbuchstaben, Ziffern, Unterstrich, Minus): - - + + Error Fehler - + The user name must contain only letters, digits, dots and underscores and must be at least one character long! Nutzernamen dürfen nur Kleinbuchstaben, Ziffern, Punkte, Bindestriche und Unterstriche enthalten und müssen mindestens ein Zeichen lang sein! - + Password Passwort - + Please enter an initial password for the user: Bitte geben Sie ein intiales Passwort ein: - + Delete User? Nutzer löschen? - + Really delete user '%1'? Nutzer '%1' wirklich löschen? - + (Nobody) this is a username for no user, the string must contain '(' to distinguish it from the others (Niemand) - + Delete User Nutzer Löschen - + Select which user will inherit this users database objects: Bitte wählen Sie einen Nutzer, der die Datenbankobjekte des gelöschten Nutzers erbt: - + Cannot delete user: %1 Kann Nutzer nicht löschen: %1 - + Edit Description Beschreibung ändern - + Description of user %1: - - - + + - - - - + + + + - + + Warning Warnung - + Cannot retrieve user roles: %1 Kann Nutzerrollen nicht abfragen: %1 - + Cannot retrieve role descriptions: %1 Kann Rollenbeschreibung nicht abfragen: %1 - + Edit Roles of user %1 - + Error while setting users roles: %1 - + Cannot retrieve users hosts: %1 - + Cannot retrieve host descriptions: %1 - + Edit hosts of user %1 - + Error while setting users hosts: %1 - + The password must be non-empty and both lines must match Das Passwort darf nicht leer sein und beide Zeilen müssen übereinstimmen. - + Error while setting password: %1 Fehler beim Setzen des Passwortes: %1 - + Cannot retrieve user data: %1 - + Cannot retrieve flag list: %1 - + Edit flags of user %1 - + Error while setting users flags: %1 @@ -6735,6 +7723,14 @@ Verbleibender Betrag: %2 + MWizard + + + Wizard + Assistent + + + Order create order @@ -7153,201 +8149,331 @@ Verbleibender Betrag: %2 WobTransaction - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XML result parser error: empty response. + XML Fehler: leere Antwort. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XML result parser error line %1 col %2: %3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + XML Fehler in Antwort Zeile %1 Spalte %2: %3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Class '%1' property '%2' is integer, but non-integer was found. - - - - - - - - - - - + Klasse '%1' Wert '%2' ist eine Zahl, aber es wurde keine Zahl gefunden. + + + + + + + + + + + Class '%1' property '%2' is enum, invalid value was found. - + Klasse '%1' Wert '%2' ist "enum", ungültiger Wert gefunden. @@ -7389,35 +8515,35 @@ Verbleibender Betrag: %2 MagicSmoke braucht mindestens ein Profil um benutzt zu werden. Es wird nun eines generieren. Bitte geben Sie einen Namen für das Profil ein: - + Initial Profile Warning - + Warnung: initiales Profil - + You need a profile to work with Magic Smoke. Please create one now. - + Sie brauchen ein Profil, um mit Magic Smoke arbeiten zu können. Bitte legen Sie eines an. lang - + Information Information - + The changed language setting will only be active after restarting the application. Die Änderung der Sprachkonfiguration wird es nach dem nächsten Neustart des Programms wirksam. - + Chose Language Sprache auswählen - + Language: Sprache: diff --git a/src/smoke_de_SAX.ts b/src/smoke_de_SAX.ts index 86dfcdd..b67a089 100644 --- a/src/smoke_de_SAX.ts +++ b/src/smoke_de_SAX.ts @@ -4,37 +4,37 @@ MAclWindow - - MagicSmoke ACL Editor [%1@%2] + + ACL Editor - + &Window - + &Close &Schließen - + Users Nudsor - + Roles - + Hosts Reschnor - + Flags @@ -42,27 +42,27 @@ MAddressChoiceDialog - + Chose an Address - + Add Address - + Cancel - + Warning Dumm gelaufen - + Unable to save changes made to addresses: %1 @@ -70,107 +70,107 @@ MAddressDialog - + Edit Address - + Create Address - + Last used: - + Name: Dor Name: - - + + Address: De Adresse: - + City: - + State: - + ZIP Code: - + Country: - - + + Ok Is gud so. - - + + Cancel - + Create New Country... must contain leading space to distinguish it from genuine countries - + Select Country - + Please select a country: - + Create New Country - + Country Name: - + Abbreviation: - - + + Warning Dumm gelaufen - + The country name and abbreviation must contain something! - + Error while creating country: %1 @@ -178,27 +178,27 @@ MAddressWidget - + Select - + Edit - + Delete - + Delete Address - + Really delete this address? %1 @@ -207,37 +207,37 @@ MAppStyleDialog - + Application Style - + GUI Style: - + System Default - + Stylesheet: - + Ok Is gud so. - + Cancel - + Select Stylesheet @@ -245,65 +245,66 @@ MApplication - - &Help + + <h3>MagicSmoke %3</h3>&copy; Konrad Rosenbaum, 2007-2011<br>&copy; Peter Keller, 2007-2008<br>protected under the GNU GPL v.3 or at your option any newer<p>See also the <a href="%4">MagicSmoke Homepage</a>.<p>This version was compiled from repository '%1' revision '%2'. + <h3>MagicSmoke %3</h3>&copy; Konrad Rosenbaum, 2007-2011<br>&copy; Peter Keller, 2007-2008<br>protected under the GNU GPL v.3 or at your option any newer<p>See also the <a href=" - - About MagicSmoke + + &Help - - <h3>MagicSmoke %3</h3>&copy; Konrad Rosenbaum, 2007-2010<br>&copy; Peter Keller, 2007-2008<br>protected under the GNU GPL v.3 or at your option any newer<p>See also the <a href="http://smoke.silmor.de">MagicSmoke Homepage</a>.<p>This version was compiled from repository '%1' revision '%2'. + + About MagicSmoke MBackupDialog - + Backup Settings - + Backup File: - + ... - + Generations to keep: - + Automatic Backup: - + Interval in days: - + &OK Nu &glar! Nehm'sch. - + &Cancel &Nee lass mal. - + Backup File @@ -311,313 +312,313 @@ MCartTab - + Add Ticket Eindriddsgarde hinzufüchen - + Add Voucher Gudschein hinzufüchen - + Add Shop Item Remove Item - + Remove Line - + Customer: Gunde: - + Invoice Address: - + Shipping Method: Versandmedode: - + Delivery Address: Adresse wo's Zeuch hin soll: - + Comments: Wischdiches Gelaber und Gerede: - + Order - + Reserve - + Clear Wechwerfen und von vorne! - + Add &Ticket Ein&driddsgarde hinzufüchen - + Add &Voucher &Gudschein hinzufüchen - + Ca&rt - + Total Price Sum: - + Sell - + Add &Shop-Item - + &Remove Line - + &Abort Shopping &Eingauf Abbrechen - + &Update Shipping Options Jedsd soford Versandmedoden nachguggn - + (No Shipping) (gar gee Vorsand) - + Amount Anzahl - + Title Diddel - + Start Time Anfangszeit - + Price Breis - - - - - - - + + + + + + + Warning Dumm gelaufen - + Please set the customer first. - + Select Event to order Ticket Wähl ma ne Voranschdaldung aus um ne Garde zu beschdelln - + Select - - - + + + Cancel - + Error getting event, please try again. - + This event has no prices associated. Cannot sell tickets. - + Select Price Category - + Please chose a price category: - - + + Ok Is gud so. - + Select Voucher Gudschein auswähln - + Select voucher price and value: Beschdimm mal 'n Gudscheinpreis und -werd: - + Price: Breis: - + Value: Werd: - + Voucher (value %1) - + There are problems with the contents of the cart, please check and then try again. - - + + Error Gans doller falschor Fehler - + There is nothing in the order. Ignoring it. Da is doch gar nischd drin. Isch mach das jedsd ni! - + Please chose a customer first! Du mussd schon nen Gunden auswähln, sonsd wees isch doch ni wer's griechen soll! - + Shipping - + You have chosen a shipping method, but no address. Are you sure you want to continue? - + Reservations can only contain tickets. - + Error while creating reservation: %1 - + Error while creating order: %1 - + The customer is not valid, please chose another one. - + The delivery address is not valid, please chose another one. - + The invoice address is not valid, please chose another one. - + Shipping Type does not exist or you do not have permission to use it. - + The event is already over, please remove this entry. - + You cannot order tickets for this event anymore, ask a more privileged user. - + The event is (almost) sold out, there are %1 tickets left. - + The event does not exist or there is another serious problem, please remove this entry. - + You do not have permission to create vouchers with this value, please remove it. - + The price tag of this voucher is not valid, please remove and recreate it. @@ -796,131 +797,177 @@ - - + + Scripting + + + + + You can set scripting preferences here. You have the following options: +Allow: if active scripts from this source are allowed to run. +Priority: locations with the lowest value are searched first, when a script it found the other locations are ignored. + + + + + Server side scripts: + + + + + + + allow + + + + + + + Prio: + + + + + Built in scripts: + + + + + User local scripts: + + + + + User script path: + + + + + New Profile Neues Brofiel - - - + + + Please enter a profile name. It must be non-empty and must not be used yet: Bidde gäben'se 'nen Namen für das neue Brofiel ein. Der darf noch ni' benudsd sein und leer darf'or och nedd sein: - + Rename Profile - - - - - - - - - + + + + + + + + + Warning Dumm gelaufen - + This profile name is already in use. - + Generate Hostkey - + Do you really want to generate a new host key for this profile? This may disable all accounts from this host. - + Export Key to File Schlüssel als Dadei ablechen - + Unable to open file %1 for writing: %2 Gann de Dadai %1 nicht zum Schreiben offmachen weil: %2 - + Importing a key overwrites the host key that is currently used by this profile. This may disable your accounts. Do you still want to continue? - + Import Key from File Schlüssel aus nor Dadai holen - + Unable to open file %1 for reading: %2 Gann de Dadai %1 nisch lesen. Des iss jedsd geene Ordografieschwäche, sondern: %2 - - + + This is not a host key file. Das is abor doch gar ge Schlüssel! Willsde misch verarschen? - + This host key file does not contain a valid host name. De Schlüsseldadai had nen gans seldsamen Reschnornamen da drin. Desdorweschen gannsch die ni nehm. - + This host key file does not contain a valid key. De Dadai is a bissl gabudd. Die mussde nochmal holen, ich gann die so ned lesen. - + The key check sum did not match. Please get a clean copy of the host key file. Isch hab da ma nachgereschned. De Scheggsumme vom Schlüssel is falsch. Das gannsch Dir so ni abnehm. - + Chose Default Font - + Please chose a default font: - - + + Server Probe - + The request finished without errors. - + The request finished with an error: %1 - + SSL Errors encountered: - + Certificate "%1" Fingerprint (sha1): %2 Error: %3 @@ -928,27 +975,27 @@ - + Accept connection anyway? - + SSL Warning - + Common Name - + SHA-1 Digest - + Error Type @@ -956,42 +1003,42 @@ MContactTableDelegate - + (New Contact Type) - + Create new Contact Type - + Contact Type Name: - + Contact Type URI Prefix: - + Ok Is gud so. - + Cancel - + Warning Dumm gelaufen - + Error while creating contact type: %1 @@ -999,22 +1046,22 @@ MCustomerDialog - + Customer %1 Gunde %1 - + New Customer Neier Gunde - + Customer Gunde - + Name: Dor Name: @@ -1027,90 +1074,122 @@ Wie mor den erreischen gann: - + Web-Login/eMail: Wie er sisch im Web anmelden gann: - + Edit Login - + Comment: Gommendar: - + Addresses - + Add Address - + Contact Information - + Add - + Remove - + Type table: contact type - + Contact table: contact info - + Save Schbeichorn - + Cancel Doch ni' machen - + + Please enter the mail address for this customer to log into the web portal: + + + + + Error while resetting password: %1 + + + + + Password Reset + + + + + A password reset mail has been sent to the customer. + + + + First Name: - + + + Change Mail Address + + + + + Reset Password + + + + Title: Diddel: - - + + + Warning Dumm gelaufen - + Error while changing customer data: %1 - + Error while creating customer data: %1 @@ -1118,72 +1197,72 @@ MCustomerListDialog - + Select a Customer Gunde auswählen - + Customers Gunden - + Details... Dedails anzeichen... - + Create new... Neuen anlechen... - + Delete... Wechschmeißen... - + Select Auswählen - + Cancel Mach ma ni' - + Close Zumachn - + Delete Customer Gunden Löschn - + Really delete this customer (%1)? Willsde den Gunden wirschlich löschen? Has'de Dir das och gud üborleschd? Das ist dor %1. - + merge with other entry: Mid 'nem andorn Eindrag zusamm'lechn: - + &Yes &Nu glar! - + &No Nee &Lass ma! - + Error Gans doller falschor Fehler @@ -1192,7 +1271,7 @@ Gann den Gunden ni löschen. Gomm'se morchen nochma'. - + Failed to delete customer: %1 Gann den Gunden "%1" ni löschen. Gomm'se morchen nochma'. @@ -1200,117 +1279,162 @@ MEEPriceEdit - + Change Price Breis ändorn - + Price category: - + Price: Breis: - + Maximum Seats: - + + Ordering: + + + + + Flags: + + + + Ok Is gud so. - + Cancel + + + Edit flags of price %1: + + MEntranceTab - + Enter or scan Ticket-ID: - + Open Order - + Total: - + Used: - + Unused: - - Reserved: - - - - + searching... entrance control - + Ticket "%1" Not Valid De Garde "%1" is ni güldsch. - + Ticket "%1" is not for this event. - + Ticket "%1" has already been used De Garde "%1" wurde schonma benudsd. - + Ticket "%1" has not been bought. De Garde "%1" wurde ni gegauft. - + Ticket "%1" Ok De Garde "%1" is in Ordnung. - + Ticket "%1" is not paid for! De Garde "%1" is abor ni bedsahld! - + Ticket "%1" cannot be accepted, please check the order! De Garde "%1" gönnmor so abor ni agsebdiern. Schegg ma' de Beschdellung! - + Warning Dumm gelaufen - - Error while retrieving order: %s + + Error while retrieving order: %1 + + + + + Entrance Configuration + + + + + Show events that start within hours: + + + + + Show events a maximum of hours after they end: + + + + + Use Cache: + + + + + Cache update interval: + + + + + Ok + Is gud so. + + + + Cancel @@ -1344,22 +1468,22 @@ MEventEditor - + Event Editor Voranschdaldungsvorwurschdler - + Event Veranschdaldung - + Title: Diddel: - + Artist: Günsdlor: @@ -1368,29 +1492,29 @@ Beschreibung: - + Start Time: 'S fängd an: - - + + ddd MMMM d yyyy, h:mm ap time format ddd, d.M.yyyy hh:mm - + End Time: 'S hörd off: - + Room/Place: 'S bassierd hier: - + Capacity: Magsimale Gäsde: @@ -1399,161 +1523,181 @@ Gardenbreis: - + Event Cancelled: Voranschaldung absachn: - + + Flags: + + + + Description Beschreibung - + The description will be displayed on the web site, please use HTML syntax. - + Comment - + The comment is for internal use only, please add any hints relevant for your collegues. - + Prices - + Change Price Breis ändorn - + Add Price - + Remove Price - + Save Schbeichorn - + Close Zumachn - + Error while creating event: %1 - + Error while changing event: %1 - + + Edit flags of event %1: + + + + Price Category - + Price Breis - + Ticket Capacity - + Tickets Garden - + Seats Blocked - + + Ordering + + + + + Flags + + + + Price category already exists in this event. - + Cannot remove price '%1' - it has tickets in the database. - - + + Cancel Ne' schbeichorn - + Error while creating new room: %1 - + Select an Artist - + New... new artist Neier Raum... - + Select select artist - + New Artist - + Name of new artist: - + Error while creating new artist: %1 - - - - - - + + + + + + Warning Dumm gelaufen - + Unable to load event from server. Gann de Voranschdaldung ni' offm Reschnor findn'. @@ -1562,34 +1706,34 @@ Isch gann de Voranschdaldung ni hochladen: %s - + Select a Room Raum anlechen - + New... new room Neier Raum... - + Select select room Auswählen - + New Room Neier Raum - + Name of new room: Name vom dem Raum: - + ID: Nummor: @@ -1742,123 +1886,122 @@ MEventsTab - + New Event... Neue Veranschdaldung... - + Details... Dedails anzeichen... - + Order Ticket... Eindriddsgarde beschdellen... - + Event Summary... Veranschdaldungszusammenfassung... - + Cancel Event... Veranschdaldung absach'n... - + &Event &Veranschdaldung - + &Update Event List &Voranschdaldungsliste nochma holen - + &Show/Edit details... &Dedails anzeichen... - + &New Event... Veranschdaldung &absach'n... - + Show &old Events Aldes Zeuch zeichen - + &Edit Price Categories... - + Start Time Anfangszeit - + Title Diddel - + Free Frei - + Reserved Resorvierd - + Sold Vergaufd - + Capacity Magsimale Gäsde - ddd MMMM d yyyy, h:mm ap time format - ddd, d.M.yyyy hh:mm + ddd, d.M.yyyy hh:mm - + Cancel Event Veranschdaldung absach'n - + Please enter a reason to cancel event "%1" or abort: Nu' gib mir ma'n rischdsch guden Grund warum Du de Veranschdaldung "%1" absachn willsd oder lass'es sein: - + Event Cancelled Veranschaldung abgesachd - + The event "%1" has been cancelled. Please inform everybody who bought a ticket. De Veranschdaldung "%1" wurde abgesacht. Bidde sorsch ma dafür dass och jedor Bescheid wees. - + Warning Dumm gelaufen - + Unable to cancel event "%1": %2. @@ -1919,79 +2062,79 @@ MFlagTab - + New Flag... - + Delete Flag... - + Change Description... - + Flag - + Description Beschreibung - + Create New Flag - + Please enter a name for the flag, it must contain only letters and digits. - - - + + + Warning Dumm gelaufen - + Error while creating flag: %1 - + Really Delete? - + Really delete the flag '%1'? Doing so may make some entities visible or invisible unexpectedly. - + Error while attempting to delete flag: %1 - + Change Flag - + Please enter a new description for flag '%1': - + Error while attempting to alter flag: %1 @@ -1999,7 +2142,7 @@ MHostTab - + New Host... Neier Reschnor... @@ -2008,140 +2151,140 @@ Die Gisde hier hinzufüchen... - + Delete Host... Reschnor löschen... - + Generate New Key... Neien Schlüssel erzeuchen... - + Import... Imbordieren... - + Export... Eggsbordieren... - + Host Name Reschnorname - + Host Key Reschnorschlüssel - + Create New Host Neien Reschnor anlechen - + Please enter a host name: Gib ma nen Nam' für de Gisde ein: - - - - - - + + + + + - - - + + + + Warning Dumm gelaufen - + Error while creating new host: %1 - + Delete this Host? De Gisdge löschen? - + Really delete host '%1'? De Gisde '%1' wirklisch löschen? Bissde da och sischor? - + Error while deleting host: %1 - + Change Host Key? Den Schlüssel von dem Reschnor ändorn? - + Really change the key of host '%1'? It will lock users from thist host out until you install the key at it. - - + + Error while changing host: %1 - + Import Key from File Schlüssel aus nor Dadai holen - + Unable to open file %1 for reading: %2 Gann de Dadai %1 nisch lesen. Des iss jedsd geene Ordografieschwäche, sondern: %2 - - + + This is not a host key file. Das is abor doch gar ge Schlüssel! Willsde misch verarschen? - + This host key file does not contain a valid host name. De Schlüsseldadai had nen gans seldsamen Reschnornamen da drin. Desdorweschen gannsch die ni nehm. - + This host key file does not contain a valid key. De Dadai is a bissl gabudd. Die mussde nochmal holen, ich gann die so ned lesen. - + The key check sum did not match. Please get a clean copy of the host key file. Isch hab da ma nachgereschned. De Scheggsumme vom Schlüssel is falsch. Das gannsch Dir so ni abnehm. - + This host cannot be exported. Den Reschnor gannsch ni schbeichorn. - + Export Key to File Schlüssel als Dadei ablechen - + Unable to open file %1 for writing: %2 Gann de Dadai %1 nicht zum Schreiben offmachen weil: %2 @@ -2149,552 +2292,587 @@ MInterface - + Backup - + GetLanguage - + ServerInfo - + Login Droff offn' Reschnor - + Logout - + GetMyRoles - + GetMyRights - + ChangeMyPassword - + GetAllUsers - + CreateUser - + ChangePassword - + DeleteUser - + SetUserDescription - + GetUserRoles - + SetUserRoles - + GetAllRoles - + GetRole - + CreateRole - + SetRoleDescription - + SetRoleRights - + DeleteRole - + GetAllRightNames - + GetAllHostNames - + GetAllHosts - + SetHost - + DeleteHost - + GetUserHosts - + GetValidFlags - + SetFlag - + DeleteFlag - + GetUser - + SetUserHosts - + SetUserFlags - + SetRoleFlags - + GetAllContactTypes - + CreateContactType - + GetCustomer - + GetAllCustomerNames - + CreateCustomer - + ChangeCustomer - + DeleteCustomer - + GetAddress - + GetAllCountries - + CreateCountry - + + ResetCustomerPassword + + + + GetAllArtists - + CreateArtist - + GetAllPriceCategories - + CreatePriceCategory - + ChangePriceCategory - + GetEvent - + GetAllEvents - + GetEventList - + CreateEvent - + ChangeEvent - + CancelEvent - + GetAllRooms - + CreateRoom - + GetEventSummary - + GetTicket - + GetVoucher - + + GetVoucherAudit + + + + + GetOrderAudit + + + + GetOrder - + GetOrderList - + GetOrdersByEvents - + GetOrdersByCustomer - + GetOrderByBarcode - + CreateOrder - + CreateReservation - + ReservationToOrder - + CancelOrder - + OrderPay - + OrderRefund - + UseVoucher - + DeductVoucher - + EmptyVoucher - + OrderChangeShipping - + OrderMarkShipped - + OrderAddComment - + OrderChangeComments - + ReturnTicketVoucher - + ChangeTicketPrice - + ChangeTicketPriceCategory - + GetAllShipping - + ChangeShipping - + CreateShipping - + DeleteShipping - + GetValidVoucherPrices - + UseTicket - + GetEntranceEvents - + + WebCartAddTicket + + + + + WebCartRemoveTicket + + + + + WebCartAddVoucher + + + + + WebCartRemoveVoucher + + + + GetTemplateList - + GetTemplate - + SetTemplate - + SetTemplateDescription - + DeleteTemplate - + ChangeEvent:CancelEvent - + CreateOrder:AnyVoucherValue - + CreateOrder:DiffVoucherValuePrice - + CreateOrder:LateSale - + CreateOrder:AfterTheFactSale - + CreateOrder:CanOrder - + CreateOrder:CanSell - + CreateReservation:LateReserve - + CancelOrder:CancelSentOrder - + CancelOrder:CancelPastTickets - + OrderChangeShipping:ChangePrice - + OrderMarkShipped:SetTime - + ReturnTicketVoucher:ReturnPastTicket - + ChangeTicketPrice:ChangeUsedTicket - + ChangeTicketPrice:ChangePastTicket - + ChangeTicketPriceCategory:ChangeUsedTicket - + ChangeTicketPriceCategory:ChangePastTicket @@ -2805,264 +2983,264 @@ At least %1 Bits of random are required. MLocalFormat - + Monday - + Tuesday - + Wednesday - + Thursday - + Friday - + Saturday - + Sunday - + Mon short weekday - + Tue short weekday - + Wed short weekday - + Thu short weekday - + Fri short weekday - + Sat short weekday - + Sun short weekday - + January - + February - + March - + April - + May - + June - + July - + August - + September - + October - + November - + December - + Jan short month name - + Feb short month name - + Mar short month name - + Apr short month name - + May short month name - + Jun short month name - + Jul short month name - + Aug short month name - + Sep short month name - + Oct short month name - + Nov short month name - + Dec short month name - + - negative sign for money values, the first char is put in front, the optional second one behind the number, use a newline to omit the first char - + am AM/PM time component - + pm AM/PM time component - + . decimal dot , - + , thousand division character - + 0 digits between thousand division chars, <=0 means none - + %Y-%M-%D date format - + %h:%I time format - + %Y-%M-%D %h:%I date and time format @@ -3071,57 +3249,57 @@ At least %1 Bits of random are required. MLogin - + Magic Smoke Login - + &File &Dadai - + &Exit - + &Configure &Gonfiguriern - + &Configuration... - + Profile: Brofiel: - + Username: Nudsorname: - + Password: Gans doll geheimer Gohd: - + Login Droff offn' Reschnor - + Warning Dumm gelaufen - + Unable to log in. @@ -3281,17 +3459,35 @@ At least %1 Bits of random are required. + MOAItem + + + Order + + + + + Ticket + + + + + Voucher + + + + MOCartOrder - - + + Ok ok Is gud so. - - + + Invalid invalid @@ -3300,35 +3496,35 @@ At least %1 Bits of random are required. MOCartTicket - - + + Ok ok Is gud so. - - + + EventOver - - + + TooLate toolate - - + + Exhausted exhausted - - + + Invalid @@ -3336,22 +3532,22 @@ At least %1 Bits of random are required. MOCartVoucher - - + + Ok ok Is gud so. - - + + InvalidValue invalidvalue - - + + InvalidPrice invalidprice @@ -3360,133 +3556,164 @@ At least %1 Bits of random are required. MOEvent - [0-9]+\.[0-9]{2} price validator regexp - [0-9]+,[0-9]{2} + [0-9]+,[0-9]{2} - + . price decimal dot , - - yyyy-MM-dd hh:mm ap date/time format - ddd, d.M.yyyy hh:mm + ddd, d.M.yyyy hh:mm - yyyy-MM-dd date format - d.M.yyyy + d.M.yyyy MOOrder - - yyyy-MM-dd hh:mm ap date/time format - ddd, d.M.yyyy hh:mm + ddd, d.M.yyyy hh:mm - - yyyy-MM-dd date format - d.M.yyyy + d.M.yyyy MOOrderAbstract - - + + Placed placed - - + + Sent sent - - + + Sold sold Vergaufd - - + + Cancelled cancelled - - + + Reserved reserved Resorvierd - - + + Closed closed + MOOrderAudit + + + + Placed + + + + + + Sent + + + + + + Sold + Vergaufd + + + + + Cancelled + + + + + + Reserved + Resorvierd + + + + + Closed + + + + MOOrderInfoAbstract - - + + Placed placed - - + + Sent sent - - + + Sold sold Vergaufd - - + + Cancelled cancelled - - + + Reserved reserved Resorvierd - - + + Closed closed @@ -3495,71 +3722,71 @@ At least %1 Bits of random are required. MOTicketAbstract - - + + Reserved reserved Resorvierd - - + + Ordered ordered - - + + Used used Benudsd - - + + Cancelled cancelled - - + + Refund refund - - + + MaskBlock maskblock - - + + MaskPay maskpay - - + + MaskUsable maskusable - - + + MaskReturnable maskreturnable - - + + MaskChangeable @@ -3567,44 +3794,44 @@ At least %1 Bits of random are required. MOTicketUse - - + + Ok Is gud so. - - + + NotFound - - + + WrongEvent - - + + AlreadyUsed - - + + NotUsable - - + + Unpaid - - + + InvalidEvent @@ -3612,20 +3839,20 @@ At least %1 Bits of random are required. MOVoucherAbstract - - + + Ok Is gud so. - - + + InvalidValue - - + + InvalidPrice @@ -3806,19 +4033,27 @@ At least %1 Bits of random are required. + MOrderAuditDialog + + + Order Audit [%1] + + + + MOrderItemView - + Preview Tickets Garden anguggn. - + Ticket: Garde: - + Voucher: Gudschein: @@ -3826,17 +4061,17 @@ At least %1 Bits of random are required. MOrderWindow - + Order Details Beschdelldedails - + &Order &Beschdellen - + &Order... &Beschdellen... @@ -3845,57 +4080,57 @@ At least %1 Bits of random are required. &Vorgofen... - + C&ancel Order... Beschdellung &abbreschn... - + Change Item &Price... - + C&hange Ticket Price Category... - + &Close &Schließen - + &Payment Bed&sahlung - + Receive &Payment... &Bedsahln... - + &Refund... &Zurüggeben... - + P&rinting &Druggn - + Print &Bill... &Reschnung druggn... - + Save Bill &as file... Reschnung als Dadai &schbeichorn... - + Print &Tickets... &Garden druggn... @@ -3908,42 +4143,42 @@ At least %1 Bits of random are required. Gar&den anguggn... - + Order ID: Beschdellnummer: - + Order Date: Beschdelldadum: - + Shipping Date: Versanddadum: - + Customer: Gunde: - + Sold by: Vergaufd von: - + Total Price: Endvorbraucherbreis: - + Already Paid: Schon bedsahld: - + Order State: Beschdellschdadus: @@ -3956,22 +4191,23 @@ At least %1 Bits of random are required. Veranschdaldung - + Start Time Anfangszeit - + Status Schdadus - + + Price Breis - + &Mark Order as Shipped... Beschdellung is weschgeschiggd... @@ -3984,34 +4220,37 @@ At least %1 Bits of random are required. Garde zurüggeben... - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + Warning Dumm gelaufen - + Unable to get template file (ticket.xtt). Giving up. Gann de Vorlache (ticket.xtt) ni findn'. Isch hab mor Mühe gegebn. Abor jedsd gebsch off. @@ -4020,16 +4259,16 @@ At least %1 Bits of random are required. Gann de Vorlache (bill.xtt) ni findn'. Isch hab mor Mühe gegebn. Abor jedsd gebsch off. - - - + + + Mark as shipped? Als wechgeschiggd margieren? - - - + + + Mark this order as shipped now? Als wechgeschiggd margieren? Also jedsd. Rischdisch weg? Beim Gunden? @@ -4038,12 +4277,12 @@ At least %1 Bits of random are required. Gann de Vorlache (eventsummary.odtt) ni findn'. Isch hab mor Mühe gegebn. Abor jedsd gebsch off. - + Enter Payment Geldbedrach eingeben - + Please enter the amount that has been paid: Bidde den Bedrach eingebn der bedsahld wurde: @@ -4052,17 +4291,17 @@ At least %1 Bits of random are required. Gann de Bedsahlung nisch schbeischorn. De Gommunisdn wolln das Neds vom Geld frei haldn. - + Error while trying to pay: %1 'S is bleede, abor da war'n Fehlor beim bedsahln: %1 - + Enter Refund Rügggabe eingäben - + Please enter the amount that will be refunded: Bidde den Bedrach eingebn der zurüggegebn wurde: @@ -4087,12 +4326,12 @@ At least %1 Bits of random are required. Wolln'se de Garde wirschlisch zurüggeben? S'wär schade drum. - + Cancel Order? Beschdellung abbreschn? - + Cancel this order now? De Beschdellung jedsd wirschlich abbreschn? S'gibd dann kee zurüg mehr - also ni rumheuln! @@ -4105,7 +4344,7 @@ At least %1 Bits of random are required. Gann de Beschdellung ni abbreschn. - + Delivery Address: Adresse wo's Zeuch hin soll: @@ -4114,7 +4353,7 @@ At least %1 Bits of random are required. Beschdellgommendar: - + Change Sh&ipping Method... Change Commen&t... Gommendar ändorn... @@ -4124,14 +4363,14 @@ At least %1 Bits of random are required. Gommendar ändorn: Beschdellung %1 - - + + &Save &Schbeichorn - - + + &Cancel &Nee lass mal. @@ -4148,190 +4387,265 @@ At least %1 Bits of random are required. Vom margierden den Breis ändorn... - + &Return Item... Das margierde Ding zurüggeben... - + Add Commen&t... - + Change C&omments... - + Print V&ouchers... Gudscheine Druggn... - + Print &Current Item... Margierdes druggen... - + &View Items... Alles ma genau anguggn... - + + &Audit + + + + + Voucher History... + + + + + Order History... + + + + Invoice Address: - + Shipping Method: Versandmedode: - + Shipping Costs: Versandgosden: - + Order Comments: - + Item ID De Nummor - + Description Beschreibung - + Voucher (current value: %1) Gudschein (agduell issor %1 werd) - + %1x %2 - + There are no tickets left to print. Eivorbübbschd, da ist gehne Garde, die mor druggn gönn'. - + There are no vouchers left to print. Eivorbübbschd, da ist gehn Gudschein, den mor druggn gönn'. - + Unable to get template file (voucher.xtt). Giving up. Gann de Vorlache (voucher) ni findn'. Isch hab mor Mühe gegebn. Abor jedsd gebsch off. - - + + Unable to get template file (bill). Giving up. Gann de Vorlache (bill) ni findn'. Isch hab mor Mühe gegebn. Abor jedsd gebsch off. - + Error getting event, please try again. - + Cannot select another price category - there are none left. - + Select Price Category - + Please chose a price category: - + Ok Is gud so. - + Return Ticket or Voucher - + Do you really want to return this ticket or voucher? - + Error whily trying to return item: %1 - + Error while cancelling order: %1 - + Error while changing order status: %1 - + Set shipping time - + Enter the shipping time: - + OK - - - Cancel + + The selected item is not a voucher. + + + + + No Data + + + + + No audit data found for this voucher. + + + + + Voucher Audit: %1 + + + + + Close + Zumachn + + + + Date/Time + + + + + User + + + + + Transaction + + + + + Value + + + + + Comment + + + + + Error while retrieving audit data: %1 + + + + + Sorry, no audit data available. + + Cancel + + + + Error while marking order as shipped: %1 - + Change comments: order %1 - - + + There was a problem uploading the new comment: %1 - + Add comment: order %1 - + Error while changing shipping: %1 @@ -4340,61 +4654,61 @@ At least %1 Bits of random are required. Gann de Vorlache (eventsummary) ni findn'. Isch hab mor Mühe gegebn. Abor jedsd gebsch off. - + Open Document File (*.%1) ODF Dadai (*.%1) - + Enter Voucher - + Please enter the ID of the voucher you want to use: - + Error while trying to pay with voucher '%1': %2 - + Voucher Info - + Successfully paid order %1 with voucher '%2'. Amount deducted: %3 Remaining value of this voucher: %4 - + Error while trying to refund: %1 - + Enter Price Breis eingäbn - + Please enter the new price for the ticket: Gib ma een Breis ein, und machn hübsch rund: - - + + Error while attempting to change ticket price: %1 - - + + Cannot change this item type. Die Ard von Ardiggel gansch' ni ändorn. @@ -4411,12 +4725,12 @@ Remaining value of this voucher: %4 Wolln'se den Gudschein wirschlisch zurüggeben? S'wär schade drum. - + Cannot return this item type. Die Ard von Ardiggel gansch' ni zurüggnehm. S'duhd mir leid. - + Pay with &Voucher... @@ -4424,196 +4738,196 @@ Remaining value of this voucher: %4 MOrdersTab - + -select mode- -wähl ma was aus- - + All Orders Alle Beschdellungen - + Open Orders Offene Beschdellungen - + Open Reservations Offene Resorvierungen - + Outstanding Payments Wo noch ni bezahld is - + Outstanding Refunds Wo was zurügerschdadded werden muss - + Undelivered Orders Beschdellungen die noch ni ausgelieford sind - + -search result- -Suchräsuldahd- - + Update Auffrischn - + Details... Dedails anzeichen... - + Orders since... - + Find by Ticket... Mit Garde finden... - + Find by Event... Nach Veranschdaldung suchn... - + Find by Customer... Nach Gunde suchn... - + Find by Order ID... - + Status Schdadus - + Total Summe - + Paid Bedsahld - + Customer Gunde - - - + + - - - - - + + + + + + Warning Dumm gelaufen - - - + + + There was a problem retrieving the order list: %1 - + Select Date - + Please select the date and time: - + ddd MMMM d yyyy, h:mm ap time format ddd, d.M.yyyy hh:mm - - + + Error while retrieving order: %1 - + Enter Ticket Garde eingebn - + Please enter the ID of one of the tickets of the order you seek: Bidde gib de Gennung von nor Garde ein, die Du suchsd: - + Error while searching for order: %1 - + Order for barcode '%1' not found. - + Select Event Veranschdaldung auswähln - - + + Ok Is gud so. - - + + Cancel - + Error while retrieving order list: %1 - + Enter Order ID - + Please enter the ID of the order you want to display: - + This order does not exist. @@ -4621,17 +4935,17 @@ Remaining value of this voucher: %4 MOverview - + &Session &Sidsung - + &Re-Login &Noch'ma einloggn - + &Close Session Sidsung &Zumachn @@ -4640,25 +4954,24 @@ Remaining value of this voucher: %4 &Veranschdaldung - &Customer - &Gunde + &Gunde - + Events Veranschdaldungen - - - - - - - - - + + + + + + + + + Warning Dumm gelaufen @@ -4675,7 +4988,7 @@ Remaining value of this voucher: %4 Veranschdaldung &absach'n... - + &Show all customers &Alle Gunden anzeigen @@ -4712,7 +5025,7 @@ Remaining value of this voucher: %4 Eindriddsgarde beschdellen... - + Shopping Cart Eingaufswagen @@ -4822,7 +5135,7 @@ Remaining value of this voucher: %4 Beschreibung vom Nudsor %1: - + Change my &Password Mei eechnes &Bassword ändorn @@ -4871,7 +5184,7 @@ Remaining value of this voucher: %4 Nudsor '%1' wirklich löschen? Bissde Dir da och gans sischor? - + Error setting password: %1 Gann Bassword ni sedsen: %1 @@ -4966,7 +5279,7 @@ Remaining value of this voucher: %4 Ne Beschdellung anlegn. - + Order List Beschdelllisde @@ -5003,7 +5316,7 @@ Remaining value of this voucher: %4 Auswähln - + Cancel Ni machen @@ -5024,7 +5337,7 @@ Remaining value of this voucher: %4 Isch hadde nen Broblem mit dor Beschdellung: %1 - + Entrance Einlassgondrolle @@ -5061,9 +5374,8 @@ Remaining value of this voucher: %4 Vorlache hochladn... - &Misc - Vorschiednes + Vorschiednes &Return ticket... @@ -5186,16 +5498,15 @@ Remaining value of this voucher: %4 De Garde gannsch ni zurügnehm. Die wurde schonma benudsd oder so. - &Admin - &Adminischdradsion + &Adminischdradsion &Schedule Backup... &Zeit für Sischerungsgobie fesdlechn... - + &Backup now... Jedsd &Sischorungsgobie anleschn... @@ -5265,66 +5576,65 @@ Remaining value of this voucher: %4 Aldes Zeuch zeichen - C&onfigure - Gonfiguriern + Gonfiguriern - + &Auto-Refresh settings... Schdändisch-Nachgugg-Einschdellungen... - + &Display settings... - + Refresh Settings Schdändisch-Nachgugg-Einschdellungen - + Refresh Rate (minutes): Nachguggfregwens (Minuden) - + refresh &event list Veranschdaldungslisde nachguggn - + refresh &user list Nudsorlisde nachguggn - + refresh &host list Reschnorlisde nachguggn - - - + + + &OK Nu &glar! Nehm'sch. - - - + + + &Cancel &Nee lass mal. - + &Edit Templates... Vorlachen bearbeeden... - + &Update Templates Now Jedsd soford nochmal nachguggen was es neues gibd @@ -5341,7 +5651,7 @@ Remaining value of this voucher: %4 Gudschein zurüggeben... - + Edit &Shipping Options... Versandmedoden bearbeeden... @@ -5394,208 +5704,288 @@ Remaining value of this voucher: %4 Den Gudschein gannsch ni zurügnehm. Der wurde schonma benudsd, der iss ja schon angebissn. - + refresh &shipping list Versandmedoden offfrischen - + &Deduct from voucher... - + + Switch to Wizard... + + + + + &Actions + + + + + Tickets and &Vouchers + + + + Return &ticket or voucher... - + &Empty voucher... - + + &Templates + + + + + &Configuration + + + + &Server Access settings... - + + &Administration + + + + &User Administration... - + Backup &Settings... - + Return Ticket/Voucher - + Please enter the ticket or voucher ID to return: - + This ticket/voucher cannot be returned: %1 - + Deduct from Voucher - + Using a voucher to pay outside the system. - + Amount to deduct: - + + Reason for deducting: + + + + Voucher ID: - + OK - + Unable to deduct voucher: %1 - + Voucher does not contain enough money. Money left: %1 - + Deducted from Voucher - + Value taken from voucher: %1 Value remaining on voucher: %2 - + Invalidate Voucher - + Please enter/scan the barcode of the voucher to invalidate/empty - the voucher will no longer be usable afterwards, but still has to be paid for. - + Unable to invalidate voucher: %1 - + Invalidated Voucher - + The voucher '%1'has been invalidated. - + Server Access Settings - + Request Timeout (seconds): - + Log Level: - + No Logging - + Minimal Logging - + Medium Logging - + Log Details on Error - + Always Log Details - + Display Settings - - Maximum event age (days, 0=show all): + + Event settings - - Maximum order list age (days, 0=show all): + + Maximum event age (days, 0=show all): - + Backup - + The backup was successful. - + Cannot create backup file. - + I was unable to renew the login at the server. - + + Maximum order list age + + + + + Age in days, 0=show all. + + + + + When showing all orders: + + + + + When showing open orders: + + + + + When searching by event: + + + + + When searching by customer: + + + + + Default age when searching by date: + + + + + Script settings + + + + + Show script debugger: + + + + Backup failed with error (%2): %1 - + Backup returned empty. @@ -5603,40 +5993,55 @@ Value remaining on voucher: %2 MPCDEdit - + New Price Category - + Change Price Category - + Category Name: - + Category Abbreviation: + Formula: + + + + + Flags: + + + + Create - + Save Schbeichorn - + Cancel + + + Flags of price category '%1': + + MPasswordChange @@ -5679,47 +6084,47 @@ Value remaining on voucher: %2 MPriceCategoryDialog - + Select a Price Category - + New... new price category Neier Raum... - + Edit... edit price category - + Select select price category - + Cancel - + Close Zumachn - - + + Warning Dumm gelaufen - - + + Error while creating new price category: %1 @@ -5727,125 +6132,125 @@ Value remaining on voucher: %2 MRoleTab - + New Role... - + Delete Role... - + Change Description... - + Edit Flags... - + Edit Rights... - + Role Name - + Description Beschreibung - + Create New Role - + Please enter a role name: - - - + + - - + + - + + Warning Dumm gelaufen - + Error while trying to create role: %1 - + Delete this Role? - + Really delete role '%1'? - + Error while trying to delete role: %1 - + Edit Description Beschreibung ändorn - + Description of role %1: - - + + Cannot retrieve role: %1 - + Cannot retrieve flag list: %1 - + Edit flags of role %1 - + Error while setting flags: %1 - + Cannot retrieve right list: %1 - + Edit rights of role %1 - + Error while setting rights: %1 @@ -5853,125 +6258,328 @@ Value remaining on voucher: %2 MSInterface - + Warning Dumm gelaufen - + Login failed: %1 - - - + + + Error Gans doller falschor Fehler - + Communication problem while talking to the server, see log for details. - + Communication with server was not successful. - + The server implementation is too old for this client. - + This client is too old for the server, please upgrade. - + Connection Error - + There were problems while authenticating the server. Aborting. Check your configuration. - MShipping + MScriptEngine - . - decimal dot - , + + Never show debugger + + + + + Show on error + + + + + Show immediately on script start + - MShippingChange + MServerClock - - Change Shipping Method - Versandmedode ändorn + + Show Format Info + - - Method: - Medode: + + Show Full Time + - - Price: - Breis: + + %W, %D %N %Y %a:%I %p %t + full time format + - - Ok - Is gud so. + + Show Date Only + - - Cancel - Abbreschen + + %w, %M/%D/%Y + date only format + - - (None) - shipping method - (Gar Geene) + + Show Time Only + - - - MShippingEditor - - Edit Shipping Options - Versandmedoden bearbeeden + + %a:%I %p %t + time only format + - - Change Description - Beschreibung ändorn + + Show Short Date/Time + - - Change Price - Breis ändorn + + %w %Y-%M-%D %h:%I %t + ISO like short time format + - - Change Flags + + Server Time Zone: %1 +Offset from UTC: %2 minutes %3 - - Add Option - Medode hinzufüschn + + east + positive time zone offset + - + + west + negative time zone offset + + + + + Server Format Info + + + + + Number Format: + + + + + Decimal Dot: + + + + + Separator: + + + + + '%1' every %2 digits + + + + + Currency Settings: + + + + + Currency Symbol: + + + + + Division Digits: + + + + + Negative Sign: + + + + + Example: + + + + + Date and Time Settings: + + + + + Day of the Week: + + + + + Day of the Week Abbreviated: + + + + + Month Names: + + + + + Month Names Abbreviated: + + + + + Date Format: + + + + + Time Format: + + + + + Date and Time Format: + + + + + System Time Zone: + + + + + Current Local Time: + + + + + Theater/Server Time Zone: + + + + + Current Theater/Server Time: + + + + + Close + Zumachn + + + + MShipping + + . + decimal dot + , + + + + MShippingChange + + + Change Shipping Method + Versandmedode ändorn + + + + Method: + Medode: + + + + Price: + Breis: + + + + Ok + Is gud so. + + + + Cancel + Abbreschen + + + + (None) + shipping method + (Gar Geene) + + + + MShippingEditor + + + Edit Shipping Options + Versandmedoden bearbeeden + + + + Change Description + Beschreibung ändorn + + + + Change Price + Breis ändorn + + + + Change Flags + + + + + Add Option + Medode hinzufüschn + + + Delete Option Medode löschn @@ -6132,25 +6740,38 @@ Value remaining on voucher: %2 + MTELabelDelegate + + + edged + + + + + smooth + + + + MTemplateChoice - + Chose Template Vorlache auswähln - + Please chose a variant of template %1: Such Dir ma' ne Variande von dor Vorlache %1 raus: - + (default) default template pseudo-variant (Schdandard) - + Ok Is gud so. @@ -6158,83 +6779,120 @@ Value remaining on voucher: %2 MTemplateEditor - + Edit Template Directory Vorlachenverzeischnis bearbeeden - + Update Now Jedsd neu holn - + Add Variant Variande hinzufüschn - + Delete Variant Variante löschn + Save Template + + + + + Edit Template + + + + Close Zumachn - + Template/Variant Vorlache/Variande - + Description Beschreibung - + Checksum Scheggsumme - - - - + + + + + + Warning Dumm gelaufen - + Unable to delete this template. Gann de Vorlache ni löschn. Da gann mor nüschd machn. - + Select Template File Vorlachendadei auswähln - + Files with this extension (%1) are not legal for this template. Gugge ma: Dadein mir dor Erweederung %1 sind hier nisch erloobd. Und Du Droddel mussd genau so eene nehm! - + Unable to upload file. Gann de Dadei nisch hochladn. - + Unable to send new description to server. Isch gann und gann den Sörvor nisch überzeuschn dass Deine Beschreibung besser iss. S' iss hald n' aldor Esel! + + + Unknown template type, cannot edit it. + + + + + Ooops. Lost the template file, cannot store it. + + + + + Save template as... + + + + + Error + Gans doller falschor Fehler + + + + Unable to save the template file. + + MTemplateStore - + Retrieving templates from server. Hole Vorlachn vom Sörvor. S' gann ä bissl dauern. @@ -6320,6 +6978,333 @@ Value remaining on voucher: %2 + MTicketEditor + + + &File + &Dadai + + + + &Open File... + + + + + &Save + &Schbeichorn + + + + Save &as... + + + + + &Close + &Schließen + + + + &Edit + + + + + + Add Item + + + + + + Remove Item + Doch ni' nehm' + + + + + Add File + + + + + + Remove File + + + + + Add Text Item + + + + + Add Picture Item + + + + + Add Barcode Item + + + + + Add Load Font Item + + + + + Label Size: + + + + + Millimeter + Millimedor + + + + Inch + Zoll (Insch) + + + + Move up + + + + + Move down + + + + + As Label + + + + + Zoom: + + + + + Refresh + + + + + Example Data + + + + + Variable + + + + + Content + + + + + + Error + Gans doller falschor Fehler + + + + Unable to open file '%1' for reading. + + + + + Unable to interpret file '%1'. + + + + + top + + + + + bottom + + + + + center + + + + + left + + + + + right + + + + + align (%1) + + + + + + + Warning + Dumm gelaufen + + + + Unable to interpret template data. + + + + + Open Ticket Template + + + + + Unable to write to file %1 + + + + + Save Ticket Template + + + + + Label Template Editor + + + + + Label Template Editor [%1] + + + + + + File Name + + + + + + Size + + + + + Type + + + + + Offset + + + + + File/Font + + + + + Font Size + + + + + Scaling + + + + + Horiz. Alignment + + + + + Vert. Alignment + + + + + Text Data + + + + + Load Font File + + + + + Show Picture + + + + + Show Text Line + + + + + Show Barcode + + + + + Unknown + + + + + smooth + + + + + edged + + + + + Add File to Label + + + + + Unable to read file %1 + + + + + Please enter the internal file name: + + + + + Really delete? + + + + + Really remove file '%1' from the label? + + + + MTicketView Preview Tickets @@ -6371,169 +7356,169 @@ Value remaining on voucher: %2 Bassword sedsen... - + Login Name Name zum Anmelden - + Description Beschreibung - + New User Neier Nudsor - + Please enter new user name (only letters, digits, and underscore allowed): Bidde gib ma nen neien Nudsornam' ein (nur Buchschdaben, Ziffern und "_"): - - + + Error Gans doller falschor Fehler - + The user name must contain only letters, digits, dots and underscores and must be at least one character long! Nee. So ned. Du darfsd nur Buchschdaben, Zifforn, Bungde und "_" verwenden. Umlaude sind och nisch gud. Und es muss mid nem Buchschdaben anfangen. Is a bissl gomblizierd, aber Du schaffsd das schon! - + Password Bassword - + Please enter an initial password for the user: Bidde gib ma een Bassword für den Nudsor ein: - + Delete User? Nudsor löschen? - + Really delete user '%1'? Nudsor '%1' wirklich löschen? Bissde Dir da och gans sischor? - + (Nobody) this is a username for no user, the string must contain '(' to distinguish it from the others (Gar Geener) - + Delete User Nudsor Löschn - + Select which user will inherit this users database objects: Such ma raus wer de Beschdellung'n und so von dem Nudsor erbd: - + Cannot delete user: %1 Gann den Nudsor ni löschn: %1 - + Edit Description Beschreibung ändorn - + Description of user %1: - - - + + - - - - + + + + - + + Warning Dumm gelaufen - + Cannot retrieve user roles: %1 - + Cannot retrieve role descriptions: %1 - + Edit Roles of user %1 - + Error while setting users roles: %1 - + Cannot retrieve users hosts: %1 - + Cannot retrieve host descriptions: %1 - + Edit hosts of user %1 - + Error while setting users hosts: %1 - + The password must be non-empty and both lines must match Das Bassword darf nisch leer sein und beide Basswordzeilen müssen gleisch sein. - + Error while setting password: %1 - + Cannot retrieve user data: %1 - + Cannot retrieve flag list: %1 - + Edit flags of user %1 - + Error while setting users flags: %1 @@ -6649,6 +7634,14 @@ Value remaining on voucher: %2 + MWizard + + + Wizard + + + + Order invalidvalue @@ -7016,199 +8009,329 @@ Value remaining on voucher: %2 WobTransaction - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XML result parser error: empty response. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XML result parser error line %1 col %2: %3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Class '%1' property '%2' is integer, but non-integer was found. - - - - - - - - + + + + + + + + + Class '%1' property '%2' is enum, invalid value was found. @@ -7252,12 +8375,12 @@ Value remaining on voucher: %2 Gugge, Du brauchsd sowas wie'n Brofiel. Mädschig Schmohg iss nedd und machd eens für Disch. Desderweschen brauchsde jedsd nur noch n Namen dafür eindibben. - + Initial Profile Warning - + You need a profile to work with Magic Smoke. Please create one now. @@ -7265,22 +8388,22 @@ Value remaining on voucher: %2 lang - + Information Informadschion - + The changed language setting will only be active after restarting the application. De Ändorung von dor Schbrache wird ersd wirgsam, wenn'de das Brogramm neu geschdarded hasd. S' is draurisch, aber wahr. - + Chose Language Schbrache Aussuch'n - + Language: Schbrache: diff --git a/src/smoke_en.ts b/src/smoke_en.ts index c911a2a..51dc9e2 100644 --- a/src/smoke_en.ts +++ b/src/smoke_en.ts @@ -4,37 +4,37 @@ MAclWindow - - MagicSmoke ACL Editor [%1@%2] + + ACL Editor - + &Window - + &Close - + Users - + Roles - + Hosts - + Flags @@ -42,27 +42,27 @@ MAddressChoiceDialog - + Chose an Address - + Add Address - + Cancel - + Warning - + Unable to save changes made to addresses: %1 @@ -70,107 +70,107 @@ MAddressDialog - + Edit Address - + Create Address - + Last used: - + Name: - - + + Address: - + City: - + State: - + ZIP Code: - + Country: - - + + Ok - - + + Cancel - + Create New Country... must contain leading space to distinguish it from genuine countries - + Select Country - + Please select a country: - + Create New Country - + Country Name: - + Abbreviation: - - + + Warning - + The country name and abbreviation must contain something! - + Error while creating country: %1 @@ -178,27 +178,27 @@ MAddressWidget - + Select - + Edit - + Delete - + Delete Address - + Really delete this address? %1 @@ -207,37 +207,37 @@ MAppStyleDialog - + Application Style - + GUI Style: - + System Default - + Stylesheet: - + Ok - + Cancel - + Select Stylesheet @@ -245,65 +245,66 @@ MApplication - - &Help + + <h3>MagicSmoke %3</h3>&copy; Konrad Rosenbaum, 2007-2011<br>&copy; Peter Keller, 2007-2008<br>protected under the GNU GPL v.3 or at your option any newer<p>See also the <a href="%4">MagicSmoke Homepage</a>.<p>This version was compiled from repository '%1' revision '%2'. + <h3>MagicSmoke %3</h3>&copy; Konrad Rosenbaum, 2007-2011<br>&copy; Peter Keller, 2007-2008<br>protected under the GNU GPL v.3 or at your option any newer<p>See also the <a href=" - - About MagicSmoke + + &Help - - <h3>MagicSmoke %3</h3>&copy; Konrad Rosenbaum, 2007-2010<br>&copy; Peter Keller, 2007-2008<br>protected under the GNU GPL v.3 or at your option any newer<p>See also the <a href="http://smoke.silmor.de">MagicSmoke Homepage</a>.<p>This version was compiled from repository '%1' revision '%2'. + + About MagicSmoke MBackupDialog - + Backup Settings - + Backup File: - + ... - + Generations to keep: - + Automatic Backup: - + Interval in days: - + &OK - + &Cancel - + Backup File @@ -311,313 +312,313 @@ MCartTab - + Add Ticket - + Add Voucher - + Add Shop Item Remove Item - + Remove Line - + Customer: - + Invoice Address: - + Shipping Method: - + Delivery Address: - + Comments: - + Order - + Reserve - + Clear - + Add &Ticket - + Add &Voucher - + Ca&rt - + Total Price Sum: - + Sell - + Add &Shop-Item - + &Remove Line - + &Abort Shopping - + &Update Shipping Options - + (No Shipping) - + Amount - + Title - + Start Time - + Price - - - - - - - + + + + + + + Warning - + Please set the customer first. - + Select Event to order Ticket - + Select - - - + + + Cancel - + Error getting event, please try again. - + This event has no prices associated. Cannot sell tickets. - + Select Price Category - + Please chose a price category: - - + + Ok - + Select Voucher - + Select voucher price and value: - + Price: - + Value: - + Voucher (value %1) - + There are problems with the contents of the cart, please check and then try again. - - + + Error - + There is nothing in the order. Ignoring it. - + Please chose a customer first! - + Shipping - + You have chosen a shipping method, but no address. Are you sure you want to continue? - + Reservations can only contain tickets. - + Error while creating reservation: %1 - + Error while creating order: %1 - + The customer is not valid, please chose another one. - + The delivery address is not valid, please chose another one. - + The invoice address is not valid, please chose another one. - + Shipping Type does not exist or you do not have permission to use it. - + The event is already over, please remove this entry. - + You cannot order tickets for this event anymore, ask a more privileged user. - + The event is (almost) sold out, there are %1 tickets left. - + The event does not exist or there is another serious problem, please remove this entry. - + You do not have permission to create vouchers with this value, please remove it. - + The price tag of this voucher is not valid, please remove and recreate it. @@ -796,131 +797,177 @@ - - + + Scripting + + + + + You can set scripting preferences here. You have the following options: +Allow: if active scripts from this source are allowed to run. +Priority: locations with the lowest value are searched first, when a script it found the other locations are ignored. + + + + + Server side scripts: + + + + + + + allow + + + + + + + Prio: + + + + + Built in scripts: + + + + + User local scripts: + + + + + User script path: + + + + + New Profile - - - + + + Please enter a profile name. It must be non-empty and must not be used yet: - + Rename Profile - - - - - - - - - + + + + + + + + + Warning - + This profile name is already in use. - + Generate Hostkey - + Do you really want to generate a new host key for this profile? This may disable all accounts from this host. - + Export Key to File - + Unable to open file %1 for writing: %2 - + Importing a key overwrites the host key that is currently used by this profile. This may disable your accounts. Do you still want to continue? - + Import Key from File - + Unable to open file %1 for reading: %2 - - + + This is not a host key file. - + This host key file does not contain a valid host name. - + This host key file does not contain a valid key. - + The key check sum did not match. Please get a clean copy of the host key file. - + Chose Default Font - + Please chose a default font: - - + + Server Probe - + The request finished without errors. - + The request finished with an error: %1 - + SSL Errors encountered: - + Certificate "%1" Fingerprint (sha1): %2 Error: %3 @@ -928,27 +975,27 @@ - + Accept connection anyway? - + SSL Warning - + Common Name - + SHA-1 Digest - + Error Type @@ -956,42 +1003,42 @@ MContactTableDelegate - + (New Contact Type) - + Create new Contact Type - + Contact Type Name: - + Contact Type URI Prefix: - + Ok - + Cancel - + Warning - + Error while creating contact type: %1 @@ -999,110 +1046,142 @@ MCustomerDialog - + Customer %1 - + New Customer - + Customer + + Change Mail Address + + + + + Reset Password + + + + Name: - + Web-Login/eMail: - + Edit Login - + Comment: - + Addresses - + Add Address - + Contact Information - + Add - + Remove - + Type table: contact type - + Contact table: contact info - + Save - + Cancel - + + Please enter the mail address for this customer to log into the web portal: + + + + + Error while resetting password: %1 + + + + + Password Reset + + + + + A password reset mail has been sent to the customer. + + + + First Name: - + Title: - - + + + Warning - + Error while changing customer data: %1 - + Error while creating customer data: %1 @@ -1110,77 +1189,77 @@ MCustomerListDialog - + Select a Customer - + Customers - + Details... - + Create new... - + Delete... - + Select - + Cancel - + Close - + Delete Customer - + Really delete this customer (%1)? - + merge with other entry: - + &Yes - + &No - + Error - + Failed to delete customer: %1 @@ -1188,356 +1267,421 @@ MEEPriceEdit - + Change Price - + Price category: - + Price: - + Maximum Seats: - + + Ordering: + + + + + Flags: + + + + Ok - + Cancel + + + Edit flags of price %1: + + MEntranceTab - + Enter or scan Ticket-ID: - + Open Order - + Total: - + Used: - + Unused: - - Reserved: - - - - + searching... entrance control - + Ticket "%1" Not Valid - + Ticket "%1" is not for this event. - + Ticket "%1" has already been used - + Ticket "%1" has not been bought. - + Ticket "%1" Ok - + Ticket "%1" is not paid for! - + Ticket "%1" cannot be accepted, please check the order! - + Warning - - Error while retrieving order: %s + + Error while retrieving order: %1 + + + + + Entrance Configuration + + + + + Show events that start within hours: + + + + + Show events a maximum of hours after they end: + + + + + Use Cache: + + + + + Cache update interval: + + + + + Ok + + + + + Cancel MEventEditor - - - - - - + + + + + + Warning - + Unable to load event from server. - + Event Editor - + Event - + ID: - + Title: - + Artist: - + Start Time: - - + + ddd MMMM d yyyy, h:mm ap time format - + End Time: - + Room/Place: - + Capacity: - + Event Cancelled: - + + Flags: + + + + Description - + The description will be displayed on the web site, please use HTML syntax. - + Comment - + The comment is for internal use only, please add any hints relevant for your collegues. - + Prices - + Change Price - + Add Price - + Remove Price - + Save - + Close - + Error while creating event: %1 - + Error while changing event: %1 - + + Edit flags of event %1: + + + + Price Category - + Price - + Ticket Capacity - + Tickets - + Seats Blocked - + + Ordering + + + + + Flags + + + + Price category already exists in this event. - + Cannot remove price '%1' - it has tickets in the database. - - + + Cancel - + New Room - + Name of new room: - + Error while creating new room: %1 - + Select an Artist - + New... new artist - + Select select artist - + New Artist - + Name of new artist: - + Error while creating new artist: %1 - + Select a Room - + New... new room - + Select select room @@ -1677,123 +1821,117 @@ MEventsTab - + New Event... - + Details... - + Order Ticket... - + Event Summary... - + Cancel Event... - + &Event - + &Update Event List - + &Show/Edit details... - + &New Event... - + Show &old Events - + &Edit Price Categories... - + Start Time - + Title - + Free - + Reserved - + Sold - + Capacity - - ddd MMMM d yyyy, h:mm ap - time format - - - - + Cancel Event - + Please enter a reason to cancel event "%1" or abort: - + Event Cancelled - + The event "%1" has been cancelled. Please inform everybody who bought a ticket. - + Warning - + Unable to cancel event "%1": %2. @@ -1854,79 +1992,79 @@ MFlagTab - + New Flag... - + Delete Flag... - + Change Description... - + Flag - + Description - + Create New Flag - + Please enter a name for the flag, it must contain only letters and digits. - - - + + + Warning - + Error while creating flag: %1 - + Really Delete? - + Really delete the flag '%1'? Doing so may make some entities visible or invisible unexpectedly. - + Error while attempting to delete flag: %1 - + Change Flag - + Please enter a new description for flag '%1': - + Error while attempting to alter flag: %1 @@ -1934,145 +2072,145 @@ MHostTab - + New Host... - + Delete Host... - + Generate New Key... - + Import... - + Export... - + Host Name - + Host Key - + Create New Host - + Please enter a host name: - - - - - - + + + + + - - - + + + + Warning - + Error while creating new host: %1 - + Delete this Host? - + Really delete host '%1'? - + Error while deleting host: %1 - + Change Host Key? - + Really change the key of host '%1'? It will lock users from thist host out until you install the key at it. - - + + Error while changing host: %1 - + Import Key from File - + Unable to open file %1 for reading: %2 - - + + This is not a host key file. - + This host key file does not contain a valid host name. - + This host key file does not contain a valid key. - + The key check sum did not match. Please get a clean copy of the host key file. - + This host cannot be exported. - + Export Key to File - + Unable to open file %1 for writing: %2 @@ -2080,552 +2218,587 @@ MInterface - + Backup - + GetLanguage - + ServerInfo - + Login - + Logout - + GetMyRoles - + GetMyRights - + ChangeMyPassword - + GetAllUsers - + CreateUser - + ChangePassword - + DeleteUser - + SetUserDescription - + GetUserRoles - + SetUserRoles - + GetAllRoles - + GetRole - + CreateRole - + SetRoleDescription - + SetRoleRights - + DeleteRole - + GetAllRightNames - + GetAllHostNames - + GetAllHosts - + SetHost - + DeleteHost - + GetUserHosts - + GetValidFlags - + SetFlag - + DeleteFlag - + GetUser - + SetUserHosts - + SetUserFlags - + SetRoleFlags - + GetAllContactTypes - + CreateContactType - + GetCustomer - + GetAllCustomerNames - + CreateCustomer - + ChangeCustomer - + DeleteCustomer - + GetAddress - + GetAllCountries - + CreateCountry - + + ResetCustomerPassword + + + + GetAllArtists - + CreateArtist - + GetAllPriceCategories - + CreatePriceCategory - + ChangePriceCategory - + GetEvent - + GetAllEvents - + GetEventList - + CreateEvent - + ChangeEvent - + CancelEvent - + GetAllRooms - + CreateRoom - + GetEventSummary - + GetTicket - + GetVoucher - + + GetVoucherAudit + + + + + GetOrderAudit + + + + GetOrder - + GetOrderList - + GetOrdersByEvents - + GetOrdersByCustomer - + GetOrderByBarcode - + CreateOrder - + CreateReservation - + ReservationToOrder - + CancelOrder - + OrderPay - + OrderRefund - + UseVoucher - + DeductVoucher - + EmptyVoucher - + OrderChangeShipping - + OrderMarkShipped - + OrderAddComment - + OrderChangeComments - + ReturnTicketVoucher - + ChangeTicketPrice - + ChangeTicketPriceCategory - + GetAllShipping - + ChangeShipping - + CreateShipping - + DeleteShipping - + GetValidVoucherPrices - + UseTicket - + GetEntranceEvents - + + WebCartAddTicket + + + + + WebCartRemoveTicket + + + + + WebCartAddVoucher + + + + + WebCartRemoveVoucher + + + + GetTemplateList - + GetTemplate - + SetTemplate - + SetTemplateDescription - + DeleteTemplate - + ChangeEvent:CancelEvent - + CreateOrder:AnyVoucherValue - + CreateOrder:DiffVoucherValuePrice - + CreateOrder:LateSale - + CreateOrder:AfterTheFactSale - + CreateOrder:CanOrder - + CreateOrder:CanSell - + CreateReservation:LateReserve - + CancelOrder:CancelSentOrder - + CancelOrder:CancelPastTickets - + OrderChangeShipping:ChangePrice - + OrderMarkShipped:SetTime - + ReturnTicketVoucher:ReturnPastTicket - + ChangeTicketPrice:ChangeUsedTicket - + ChangeTicketPrice:ChangePastTicket - + ChangeTicketPriceCategory:ChangeUsedTicket - + ChangeTicketPriceCategory:ChangePastTicket @@ -2736,264 +2909,264 @@ At least %1 Bits of random are required. MLocalFormat - + Monday - + Tuesday - + Wednesday - + Thursday - + Friday - + Saturday - + Sunday - + Mon short weekday - + Tue short weekday - + Wed short weekday - + Thu short weekday - + Fri short weekday - + Sat short weekday - + Sun short weekday - + January - + February - + March - + April - + May - + June - + July - + August - + September - + October - + November - + December - + Jan short month name - + Feb short month name - + Mar short month name - + Apr short month name - + May short month name - + Jun short month name - + Jul short month name - + Aug short month name - + Sep short month name - + Oct short month name - + Nov short month name - + Dec short month name - + - negative sign for money values, the first char is put in front, the optional second one behind the number, use a newline to omit the first char - + am AM/PM time component - + pm AM/PM time component - + . decimal dot - + , thousand division character - + 0 digits between thousand division chars, <=0 means none - + %Y-%M-%D date format - + %h:%I time format - + %Y-%M-%D %h:%I date and time format @@ -3002,73 +3175,91 @@ At least %1 Bits of random are required. MLogin - + Magic Smoke Login - + &File - + &Exit - + &Configure - + &Configuration... - + Profile: - + Username: - + Password: - + Login - + Warning - + Unable to log in. + MOAItem + + + Order + + + + + Ticket + + + + + Voucher + + + + MOCartOrder - - + + Ok ok - - + + Invalid invalid @@ -3077,35 +3268,35 @@ At least %1 Bits of random are required. MOCartTicket - - + + Ok ok - - + + EventOver - - + + TooLate toolate - - + + Exhausted exhausted - - + + Invalid @@ -3113,22 +3304,22 @@ At least %1 Bits of random are required. MOCartVoucher - - + + Ok ok - - + + InvalidValue invalidvalue - - + + InvalidPrice invalidprice @@ -3137,133 +3328,136 @@ At least %1 Bits of random are required. MOEvent - - [0-9]+\.[0-9]{2} - price validator regexp + + . + price decimal dot + + + MOOrderAbstract - - . - price decimal dot + + + Placed + placed - - - yyyy-MM-dd hh:mm ap - date/time format + + + Sent + sent - - yyyy-MM-dd - date format + + + Sold + sold - - - MOOrder - - - yyyy-MM-dd hh:mm ap - date/time format + + + Cancelled + cancelled - - - yyyy-MM-dd - date format + + + Reserved + reserved + + + + + + Closed + closed - MOOrderAbstract + MOOrderAudit - - + + Placed - placed - - + + Sent - sent - - + + Sold - sold - - + + Cancelled - cancelled - - + + Reserved - reserved - - + + Closed - closed MOOrderInfoAbstract - - + + Placed placed - - + + Sent sent - - + + Sold sold - - + + Cancelled cancelled - - + + Reserved reserved - - + + Closed closed @@ -3272,71 +3466,71 @@ At least %1 Bits of random are required. MOTicketAbstract - - + + Reserved reserved - - + + Ordered ordered - - + + Used used - - + + Cancelled cancelled - - + + Refund refund - - + + MaskBlock maskblock - - + + MaskPay maskpay - - + + MaskUsable maskusable - - + + MaskReturnable maskreturnable - - + + MaskChangeable @@ -3344,44 +3538,44 @@ At least %1 Bits of random are required. MOTicketUse - - + + Ok - - + + NotFound - - + + WrongEvent - - + + AlreadyUsed - - + + NotUsable - - + + Unpaid - - + + InvalidEvent @@ -3389,20 +3583,20 @@ At least %1 Bits of random are required. MOVoucherAbstract - - + + Ok - - + + InvalidValue - - + + InvalidPrice @@ -3487,19 +3681,27 @@ At least %1 Bits of random are required. + MOrderAuditDialog + + + Order Audit [%1] + + + + MOrderItemView - + Preview Tickets - + Ticket: - + Voucher: @@ -3507,493 +3709,572 @@ At least %1 Bits of random are required. MOrderWindow - + Order Details - + &Order - + &Order... - + C&ancel Order... - + &Mark Order as Shipped... - + Change Item &Price... - + C&hange Ticket Price Category... - + Add Commen&t... - + Change C&omments... - + Change Sh&ipping Method... Change Commen&t... - + &Close - + &Payment - + Receive &Payment... - + &Refund... - + P&rinting - + Print &Bill... - + Save Bill &as file... - + Print &Tickets... - + Order ID: - + Order Date: - + Shipping Date: - + Customer: - + Delivery Address: - + Invoice Address: - + + &Audit + + + + + Voucher History... + + + + + Order History... + + + + Sold by: - + Order Comments: - + Item ID - + Description - + Start Time - + Status - + + Price - + Voucher (current value: %1) - + %1x %2 - + There are no tickets left to print. - + Unable to get template file (ticket.xtt). Giving up. - + There are no vouchers left to print. - + Unable to get template file (voucher.xtt). Giving up. - - + + Unable to get template file (bill). Giving up. - - - + + + Mark as shipped? - - - + + + Mark this order as shipped now? - + Open Document File (*.%1) - + Enter Payment - + Please enter the amount that has been paid: - + Error while trying to pay: %1 - + Enter Voucher - + Please enter the ID of the voucher you want to use: - + Error while trying to pay with voucher '%1': %2 - + Voucher Info - + Successfully paid order %1 with voucher '%2'. Amount deducted: %3 Remaining value of this voucher: %4 - + Enter Refund - + Please enter the amount that will be refunded: - + Error while trying to refund: %1 - + Enter Price - + Please enter the new price for the ticket: - - + + Error while attempting to change ticket price: %1 - - + + Cannot change this item type. - + Error getting event, please try again. - + Cannot select another price category - there are none left. - + Select Price Category - + Please chose a price category: - + Ok - + Cannot return this item type. - + Return Ticket or Voucher - + Do you really want to return this ticket or voucher? - + Error whily trying to return item: %1 - + Cancel Order? - + Cancel this order now? - + Error while cancelling order: %1 - + Error while changing order status: %1 - + Set shipping time - + Enter the shipping time: - + OK - - - Cancel + + The selected item is not a voucher. + + + + + No Data + + + + + No audit data found for this voucher. + + + + + Voucher Audit: %1 + + + + + Close + + + + + Date/Time + + + + + User + + + + + Transaction + + + + + Value + + + + + Comment + + + + + Error while retrieving audit data: %1 + + + + + Sorry, no audit data available. + + Cancel + + + + Error while marking order as shipped: %1 - + Change comments: order %1 - - + + &Save - - + + &Cancel - - + + There was a problem uploading the new comment: %1 - + Add comment: order %1 - + Error while changing shipping: %1 - + Total Price: - + Already Paid: - + Order State: - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + Warning - + &Return Item... - + Print V&ouchers... - + Print &Current Item... - + &View Items... - + Shipping Method: - + Shipping Costs: - + Pay with &Voucher... @@ -4001,196 +4282,196 @@ Remaining value of this voucher: %4 MOrdersTab - + -select mode- - + All Orders - + Open Orders - + Open Reservations - + Outstanding Payments - + Outstanding Refunds - + Undelivered Orders - + -search result- - + Update - + Details... - + Orders since... - + Find by Ticket... - + Find by Event... - + Find by Customer... - + Find by Order ID... - + Status - + Total - + Paid - + Customer - - - + + - - - - - + + + + + + Warning - - - + + + There was a problem retrieving the order list: %1 - + Select Date - + Please select the date and time: - + ddd MMMM d yyyy, h:mm ap time format - - + + Error while retrieving order: %1 - + Enter Ticket - + Please enter the ID of one of the tickets of the order you seek: - + Error while searching for order: %1 - + Order for barcode '%1' not found. - + Select Event - - + + Ok - - + + Cancel - + Error while retrieving order list: %1 - + Enter Order ID - + Please enter the ID of the order you want to display: - + This order does not exist. @@ -4198,100 +4479,80 @@ Remaining value of this voucher: %4 MOverview - + &Session - + &Re-Login - + Change my &Password - + &Close Session - - &Customer - - - - + &Show all customers - - &Misc - - - - - C&onfigure - - - - + &Auto-Refresh settings... - + &Display settings... - - &Admin - - - - + &Backup now... - + Events - + Shopping Cart - + Order List - + Entrance - - - - - - - - - + + + + + + + + + Warning - + Error setting password: %1 @@ -4310,267 +4571,347 @@ Remaining value of this voucher: %4 - + Refresh Settings - + Refresh Rate (minutes): - + refresh &event list - + refresh &user list - + refresh &host list - - - + + + &OK - - - + + + &Cancel - + &Edit Templates... - + &Update Templates Now - + Edit &Shipping Options... - + refresh &shipping list - + &Deduct from voucher... - + + Switch to Wizard... + + + + + &Actions + + + + + Tickets and &Vouchers + + + + Return &ticket or voucher... - + &Empty voucher... - + + &Templates + + + + + &Configuration + + + + &Server Access settings... - + + &Administration + + + + &User Administration... - + Backup &Settings... - + Return Ticket/Voucher - + Please enter the ticket or voucher ID to return: - + This ticket/voucher cannot be returned: %1 - + Deduct from Voucher - + Using a voucher to pay outside the system. - + Amount to deduct: - + + Reason for deducting: + + + + Voucher ID: - + OK - + Cancel - + Unable to deduct voucher: %1 - + Voucher does not contain enough money. Money left: %1 - + Deducted from Voucher - + Value taken from voucher: %1 Value remaining on voucher: %2 - + Invalidate Voucher - + Please enter/scan the barcode of the voucher to invalidate/empty - the voucher will no longer be usable afterwards, but still has to be paid for. - + Unable to invalidate voucher: %1 - + Invalidated Voucher - + The voucher '%1'has been invalidated. - + Server Access Settings - + Request Timeout (seconds): - + Log Level: - + No Logging - + Minimal Logging - + Medium Logging - + Log Details on Error - + Always Log Details - + Display Settings - - Maximum event age (days, 0=show all): + + Event settings - - Maximum order list age (days, 0=show all): + + Maximum event age (days, 0=show all): - + Backup - + The backup was successful. - + Cannot create backup file. - + I was unable to renew the login at the server. - + + Maximum order list age + + + + + Age in days, 0=show all. + + + + + When showing all orders: + + + + + When showing open orders: + + + + + When searching by event: + + + + + When searching by customer: + + + + + Default age when searching by date: + + + + + Script settings + + + + + Show script debugger: + + + + Backup failed with error (%2): %1 - + Backup returned empty. @@ -4578,40 +4919,55 @@ Value remaining on voucher: %2 MPCDEdit - + New Price Category - + Change Price Category - + Category Name: - + Category Abbreviation: + Formula: + + + + + Flags: + + + + Create - + Save - + Cancel + + + Flags of price category '%1': + + MPasswordChange @@ -4654,47 +5010,47 @@ Value remaining on voucher: %2 MPriceCategoryDialog - + Select a Price Category - + New... new price category - + Edit... edit price category - + Select select price category - + Cancel - + Close - - + + Warning - - + + Error while creating new price category: %1 @@ -4702,125 +5058,125 @@ Value remaining on voucher: %2 MRoleTab - + New Role... - + Delete Role... - + Change Description... - + Edit Flags... - + Edit Rights... - + Role Name - + Description - + Create New Role - + Please enter a role name: - - - + + - - + + - + + Warning - + Error while trying to create role: %1 - + Delete this Role? - + Really delete role '%1'? - + Error while trying to delete role: %1 - + Edit Description - + Description of role %1: - - + + Cannot retrieve role: %1 - + Cannot retrieve flag list: %1 - + Edit flags of role %1 - + Error while setting flags: %1 - + Cannot retrieve right list: %1 - + Edit rights of role %1 - + Error while setting rights: %1 @@ -4828,154 +5184,357 @@ Value remaining on voucher: %2 MSInterface - + Warning - + Login failed: %1 - - - + + + Error - + Communication problem while talking to the server, see log for details. - + Communication with server was not successful. - + The server implementation is too old for this client. - + This client is too old for the server, please upgrade. - + Connection Error - + There were problems while authenticating the server. Aborting. Check your configuration. - MShippingChange + MScriptEngine - - Change Shipping Method + + Never show debugger - - Method: + + Show on error - - Price: + + Show immediately on script start + + + MServerClock - - Ok + + Show Format Info - - Cancel + + Show Full Time - - (None) - shipping method + + %W, %D %N %Y %a:%I %p %t + full time format - - - MShippingEditor - - Edit Shipping Options + + Show Date Only - - Change Description + + %w, %M/%D/%Y + date only format - - Change Price + + Show Time Only - - Change Flags + + %a:%I %p %t + time only format - - Add Option + + Show Short Date/Time - - Delete Option + + %w %Y-%M-%D %h:%I %t + ISO like short time format - - Ok + + Server Time Zone: %1 +Offset from UTC: %2 minutes %3 - - Cancel + + east + positive time zone offset - - ID + + west + negative time zone offset - - Description + + Server Format Info - - Price + + Number Format: - - Flags + + Decimal Dot: - - - Shipping Option Description + + Separator: + + + + + '%1' every %2 digits + + + + + Currency Settings: + + + + + Currency Symbol: + + + + + Division Digits: + + + + + Negative Sign: + + + + + Example: + + + + + Date and Time Settings: + + + + + Day of the Week: + + + + + Day of the Week Abbreviated: + + + + + Month Names: + + + + + Month Names Abbreviated: + + + + + Date Format: + + + + + Time Format: + + + + + Date and Time Format: + + + + + System Time Zone: + + + + + Current Local Time: + + + + + Theater/Server Time Zone: + + + + + Current Theater/Server Time: + + + + + Close + + + + + MShippingChange + + + Change Shipping Method + + + + + Method: + + + + + Price: + + + + + Ok + + + + + Cancel + + + + + (None) + shipping method + + + + + MShippingEditor + + + Edit Shipping Options + + + + + Change Description + + + + + Change Price + + + + + Change Flags + + + + + Add Option + + + + + Delete Option + + + + + Ok + + + + + Cancel + + + + + ID + + + + + Description + + + + + Price + + + + + Flags + + + + + + Shipping Option Description @@ -5051,25 +5610,38 @@ Value remaining on voucher: %2 + MTELabelDelegate + + + edged + + + + + smooth + + + + MTemplateChoice - + Chose Template - + Please chose a variant of template %1: - + (default) default template pseudo-variant - + Ok @@ -5077,88 +5649,452 @@ Value remaining on voucher: %2 MTemplateEditor - + Edit Template Directory - + Update Now - + Add Variant - + Delete Variant + Save Template + + + + + Edit Template + + + + Close - + Template/Variant - + Description - + Checksum - - - - + + + + + + Warning - + Unable to delete this template. - + Select Template File - + Files with this extension (%1) are not legal for this template. - + Unable to upload file. - + Unable to send new description to server. + + + Unknown template type, cannot edit it. + + + + + Ooops. Lost the template file, cannot store it. + + + + + Save template as... + + + + + Error + + + + + Unable to save the template file. + + MTemplateStore - + Retrieving templates from server. + MTicketEditor + + + &File + + + + + &Open File... + + + + + &Save + + + + + Save &as... + + + + + &Close + + + + + &Edit + + + + + + Add Item + + + + + + Remove Item + + + + + + Add File + + + + + + Remove File + + + + + Add Text Item + + + + + Add Picture Item + + + + + Add Barcode Item + + + + + Add Load Font Item + + + + + Label Size: + + + + + Millimeter + + + + + Inch + + + + + Move up + + + + + Move down + + + + + As Label + + + + + Zoom: + + + + + Refresh + + + + + Example Data + + + + + Variable + + + + + Content + + + + + + Error + + + + + Unable to open file '%1' for reading. + + + + + Unable to interpret file '%1'. + + + + + top + + + + + bottom + + + + + center + + + + + left + + + + + right + + + + + align (%1) + + + + + + + Warning + + + + + Unable to interpret template data. + + + + + Open Ticket Template + + + + + Unable to write to file %1 + + + + + Save Ticket Template + + + + + Label Template Editor + + + + + Label Template Editor [%1] + + + + + + File Name + + + + + + Size + + + + + Type + + + + + Offset + + + + + File/Font + + + + + Font Size + + + + + Scaling + + + + + Horiz. Alignment + + + + + Vert. Alignment + + + + + Text Data + + + + + Load Font File + + + + + Show Picture + + + + + Show Text Line + + + + + Show Barcode + + + + + Unknown + + + + + smooth + + + + + edged + + + + + Add File to Label + + + + + Unable to read file %1 + + + + + Please enter the internal file name: + + + + + Really delete? + + + + + Really remove file '%1' from the label? + + + + MUserTab @@ -5196,174 +6132,182 @@ Value remaining on voucher: %2 - + Login Name - + Description - + New User - + Please enter new user name (only letters, digits, and underscore allowed): - - + + Error - + The user name must contain only letters, digits, dots and underscores and must be at least one character long! - + Password - + Please enter an initial password for the user: - + Delete User? - + Really delete user '%1'? - + (Nobody) this is a username for no user, the string must contain '(' to distinguish it from the others - + Delete User - + Select which user will inherit this users database objects: - + Cannot delete user: %1 - + Edit Description - + Description of user %1: - - - + + - - - - + + + + - + + Warning - + Cannot retrieve user roles: %1 - + Cannot retrieve role descriptions: %1 - + Edit Roles of user %1 - + Error while setting users roles: %1 - + Cannot retrieve users hosts: %1 - + Cannot retrieve host descriptions: %1 - + Edit hosts of user %1 - + Error while setting users hosts: %1 - + The password must be non-empty and both lines must match - + Error while setting password: %1 - + Cannot retrieve user data: %1 - + Cannot retrieve flag list: %1 - + Edit flags of user %1 - + Error while setting users flags: %1 + MWizard + + + Wizard + + + + SpecialHost _any @@ -5660,199 +6604,329 @@ Value remaining on voucher: %2 WobTransaction - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XML result parser error: empty response. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XML result parser error line %1 col %2: %3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Class '%1' property '%2' is integer, but non-integer was found. - - - - - - - - + + + + + + + + + Class '%1' property '%2' is enum, invalid value was found. @@ -5860,12 +6934,12 @@ Value remaining on voucher: %2 initprofile - + Initial Profile Warning - + You need a profile to work with Magic Smoke. Please create one now. @@ -5873,22 +6947,22 @@ Value remaining on voucher: %2 lang - + Chose Language - + Language: - + Information - + The changed language setting will only be active after restarting the application.