Swiftgram/Resources/de.lproj/HockeySDK.strings
2013-01-09 16:51:28 +01:00

233 lines
6.0 KiB
Plaintext

/*
Localization provided by Wordcrafts
The Mac OS X and iOS localization experts.
http://www.wordcrafts.de
*/
/* General */
/* For dialogs yes buttons */
"HockeyYes" = "Ja";
/* For dialogs no buttons */
"HockeyNo" = "Nein";
/* For dialogs ok buttons */
"HockeyOK" = "OK";
/* Replacement for app name, if it could not be detected */
"HockeyAppNamePlaceholder" = "Diese App";
/* Crash */
/* Crash dialog */
/* Title showing in the alert box when crash report data has been found */
"CrashDataFoundTitle" = "%@ wurde unerwartet beendet.";
/* Description explaining that crash data has been found and ask the user if the data might be uploaded to the developers server */
"CrashDataFoundAnonymousDescription" = "Möchten Sie einen Bericht mit anonymisierten Daten senden, sodass wir das Problem beheben können?";
/* Description explaining that crash data has been found and ask the user if the non anonymous data might be uplaoded to the developers server */
"CrashDataFoundDescription" = "Möchten Sie einen Bericht senden, sodass wir das Problem beheben können?";
/* Alert box button if the users wants to send crash data always automatically */
"CrashSendReportAlways" = "Immer senden";
/* Alert box button to send the crash report once */
"CrashSendReport" = "Bericht senden";
/* Alert box button to decline sending the report */
"CrashDontSendReport" = "Nicht senden";
/* Text showing in a processing box that the crash data is being uploaded to the server */
"CrashReportSending" = "Senden …";
/* Update */
/* Update Alert view */
/* Update available */
"UpdateAvailable" = "Update verfügbar";
"UpdateAlertTextWithAppVersion" = "%@ ist verfügbar.";
"UpdateAlertMandatoryTextWithAppVersion" = "%@ ist verfügbar. Dies ist ein verpflichtendes Update!";
"UpdateIgnore" = "Ignorieren";
"UpdateShow" = "Anzeigen";
"UpdateInstall" = "Installieren";
/* Update Details */
"UpdateScreenTitle" = "Update";
"UpdateButtonCheck" = "PRÜFEN";
"UpdateButtonSearching" = "PRÜFEN";
"UpdateButtonUpdate" = "UPDATE";
"UpdateButtonInstalling" = "INSTALLIEREN";
"UpdateButtonOffline" = "OFFLINE";
"UpdateInstalled" = "INSTALLIERT";
"UpdateVersion" = "Version";
"UpdateShowPreviousVersions" = "Vorherige Versionen anzeigen …";
"UpdateNoUpdateAvailableTitle" = "Kein Update verfügbar";
"UpdateNoUpdateAvailableMessage" = "%@ ist die derzeit aktuellste Version";
"UpdateError" = "Fehler";
"UpdateWarning" = "Achtung";
"UpdateNoReleaseNotesAvailable" = "Keine Versionshinweise verfügbar.";
/* Update Authorization */
"UpdateAuthorizationProgress" = "Autorisieren …";
"UpdateAuthorizationOffline" = "Internetverbindung erforderlich.";
"UpdateAuthorizationDenied" = "Autorisierung abgelehnt. Bitte wenden Sie sich an den Entwickler.";
/* Update Expiry */
"UpdateExpired" = "%@ ist abgelaufen und kann nicht mehr verwendet werden.";
/* Update Simulator Warning */
"UpdateSimulatorMessage" = "Hockey Update funktioniert im Simulator nicht.\nDas URL-Schema „itms-services://” ist zwar implementiert, hat aber keine Funktion.";
/* Feedback */
/* New Message Alert */
/* Alert Title */
"HockeyFeedbackNewMessageTitle" = "Neue Feedback-Antwort";
/* Alert Text */
"HockeyFeedbackNewMessageText" = "Es liegt eine neue Antwort auf Ihr Feedback vor. Möchten Sie die Antwort lesen?";
/* Alert Ignore Button */
"HockeyFeedbackIgnore" = "Ignorieren";
/* Alert Show Button */
"HockeyFeedbackShow" = "Anzeigen";
/* List View */
/* Title */
"HockeyFeedbackListTitle" = "Feedback";
/* Last Updated */
"HockeyFeedbackListLastUpdated" = "Letztes Update: %@";
/* Never Updated */
"HockeyFeedbackListNeverUpdated" = "Noch nie";
/* Provide Feedback Button Title */
"HockeyFeedbackListButonWriteFeedback" = "Feedback senden";
/* Add a Response Button Title */
"HockeyFeedbackListButonWriteResponse" = "Antworten";
/* User Data Set Name Button Title */
"HockeyFeedbackListButonUserDataSetName" = "Namen eingeben";
/* User Data Set Email Button Title */
"HockeyFeedbackListButonUserDataSetEmail" = "E-Mail-Adresse eingeben";
/* User Data With Name Button Title */
"HockeyFeedbackListButonUserDataWithName" = "Name: %@";
/* User Data With Email Button Title */
"HockeyFeedbackListButonUserDataWithEmail" = "E-Mail: %@";
/* Button title for deleting all local messages*/
"HockeyFeedbackListButonDeleteAllMessages" = "Alle Mitteilungen löschen";
/* Message pending to be send */
"HockeyFeedbackListMessagePending" = "Versand ausstehend";
/* Delete All Messages Action Sheet / Alert View */
/* Title for the Action Sheet */
"HockeyFeedbackListDeleteAllTitle" = "Diese Aktion löscht alle auf diesem Gerät befindlichen HockeyApp-Mitteilungen.";
/* Button Title to perform delete action */
"HockeyFeedbackListDeleteAllDelete" = "Löschen";
/* Button Title to cancel delete action */
"HockeyFeedbackListDeleteAllCancel" = "Abbrechen";
/* Open Link In Safari Action Sheet / Alert View */
/* Button Title to cancel */
"HockeyFeedbackListLinkActionCancel" = "Abbrechen";
/* Button Title to Open the Link */
"HockeyFeedbackListLinkActionOpen" = "Öffnen";
/* Button Title to Copy the Link */
"HockeyFeedbackListLinkActionCopy" = "Kopieren";
/* UIActivity */
/* Activity Sharing Button Title, App Name will be inserted */
"HockeyFeedbackActivityButtonTitle" = "Feedback zu %@";
/* if there can no app name be found, use this instead for HockeyFeedbackActivityButtonTitle */
"HockeyFeedbackActivityAppPlaceholder" = "App";
/* Compose Message */
/* Title */
"HockeyFeedbackComposeTitle" = "Neues Feedback";
/* Send button */
"HockeyFeedbackComposeSend" = "Senden";
/* Set User Data */
/* Title */
"HockeyFeedbackUserDataTitle" = "Meine Infos";
/* Description On What Should Be Entered */
"HockeyFeedbackUserDataDescription" = "Bitte geben Sie vor Verfassen Ihres Feedbacks Ihre Daten ein.";
/* Name Field */
"HockeyFeedbackUserDataName" = "Name";
/* Name Placeholder */
"HockeyFeedbackUserDataNamePlaceHolder" = "Max Mustermann";
/* Email Field */
"HockeyFeedbackUserDataEmail" = "E-Mail";
/* Email Placeholder */
"HockeyFeedbackUserDataEmailPlaceholder" = "beispiel@email.de";