|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- Copyright 2022 Google LLC --> |
| 3 | +<!-- --> |
| 4 | +<!-- Licensed under the Apache License, Version 2.0 (the "License"); --> |
| 5 | +<!-- you may not use this file except in compliance with the License. --> |
| 6 | +<!-- You may obtain a copy of the License at --> |
| 7 | +<!-- --> |
| 8 | +<!-- http://www.apache.org/licenses/LICENSE-2.0 --> |
| 9 | +<!-- --> |
| 10 | +<!-- Unless required by applicable law or agreed to in writing, software --> |
| 11 | +<!-- distributed under the License is distributed on an "AS IS" BASIS, --> |
| 12 | +<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> |
| 13 | +<!-- See the License for the specific language governing permissions and --> |
| 14 | +<!-- limitations under the License. --> |
| 15 | + |
| 16 | +<resources> |
| 17 | + <string name="signin_dialog_title" translation_description="Title of the dialog encouraging the user to enable Firebase App Distribution features">Testing-Funktionen aktivieren</string> |
| 18 | + <string name="singin_dialog_message" translation_description="Content of the dialog encouraging the user to enable Firebase App Distribution features">Aktivieren Sie Testing-Funktionen wie Benachrichtigungen zu neuen Builds und In-App-Feedback.</string> |
| 19 | + <string name="singin_yes_button" translation_description="Text on button to enable Firebase App Distribution features">Aktivieren</string> |
| 20 | + <string name="singin_no_button" translation_description="Text on button to decline Firebase App Distribution features">Später</string> |
| 21 | + <string name="update_dialog_title" translation_description="Title of the dialog explaining to the user that a new version of the application is available">Neue Version verfügbar</string> |
| 22 | + <string name="update_version_available" translation_description="Version string (and code) of the available update">Version %1$s (%2$d) ist verfügbar.</string> |
| 23 | + <string name="update_release_notes" translation_description="Text prefixing release notes">Versionshinweise:</string> |
| 24 | + <string name="update_yes_button" translation_description="Text on button to start update">Aktualisieren</string> |
| 25 | + <string name="update_no_button" translation_description="Text on button to cancel update">Abbrechen</string> |
| 26 | + <string name="downloading_app_update" translation_description="Title of the notification showing during download of update">In-App-Update wird heruntergeladen…</string> |
| 27 | + <string name="download_completed" translation_description="Title of notification when download of update has completed">Herunterladen abgeschlossen</string> |
| 28 | + <string name="download_failed" translation_description="Title of notification when download of update has failed">Download fehlgeschlagen</string> |
| 29 | + <string name="install_failed" translation_description="Title of notification when installation of update has failed">Installation fehlgeschlagen</string> |
| 30 | + <string name="notifications_group_name" translation_description="Title of the notification channel group for the SDK">Firebase App-Distribution</string> |
| 31 | + <string name="app_update_notification_channel_name" translation_description="Name of the notification channel for in-app updates">App-Updates</string> |
| 32 | + <string name="app_update_notification_channel_description" translation_description="Description of the notification channel for in-app updates">Zeigt den Fortschritt von In-App-Updates an</string> |
| 33 | + <string name="feedback_launch_failed" translation_description="Toast explaining that launching the feedback functionality failed">Feedback-Funktion konnte nicht gestartet werden</string> |
| 34 | + <string name="feedback_unidentified_release" translation_description="Toast explaining feedback can't be provided, because release can't be found">Release nicht gefunden. Diese App wurde möglicherweise nicht mit Firebase App-Distribution installiert oder Sie haben keinen Zugriff mehr darauf.</string> |
| 35 | + <string name="feedback_no_release" translation_description="Toast explaining that feedback would have been sent, but was not, since development mode was active">Das Feedback konnte nicht gesendet werden, da der Entwicklungsmodus aktiviert ist.</string> |
| 36 | + <string name="feedback_notification_channel_name" translation_description="Name of the notification channel for in-app feedback">Feedback</string> |
| 37 | + <string name="feedback_notification_channel_description" translation_description="Description of the notification channel for in-app feedback">Zeigt Benachrichtigung an, Feedback zur App einzugeben</string> |
| 38 | + <string name="feedback_notification_title" translation_description="Title of notification encouraging testers to enter feedback">Ihre Meinung ist uns wichtig.</string> |
| 39 | + <string name="feedback_notification_text" translation_description="Text of notification encouraging testers to enter feedback for the app">Tippen, um Feedback zu %1$s einzugeben</string> |
| 40 | + <string name="unknown_sources_dialog_title" translation_description="Title of dialog describing that installation from unknown sources needs to be enabled">Installation aus unbekannten Quellen</string> |
| 41 | + <string name="unknown_sources_dialog_description" translation_description="Text of dialog describing why installation from unknown sources needs to be enabled">Zum Installieren des Updates müssen Sie die Installation aus unbekannten Quellen aktivieren</string> |
| 42 | + <string name="unknown_sources_yes_button" translation_description="Label on button launching settings to enable installation from unknown sources">Einstellungen</string> |
| 43 | + <string name="back_button_description" translation_description="Description for image button (back) which aborts feedback">Zurück</string> |
| 44 | + <string name="send_feedback" translation_description="Text next to send button which sends feedback">Feedback geben</string> |
| 45 | + <string name="send_button_description" translation_description="Description of image button (send) which sends feedback">Senden</string> |
| 46 | + <string name="feedback_text_hint" translation_description="Default text hint displayed in the text box where user should type their feedback">Sie möchten Feedback geben? Teilen Sie uns mit, wie wir diese App besser machen können.</string> |
| 47 | + <string name="screenshot" translation_description="Text displayed next to the checkbox which can be toggled to include/exclude a screenshot with the feedback">Screenshot</string> |
| 48 | + <string name="no_screenshot" translation_description="Text displayed when there is no screenshot available to be included with the feedback">Screenshot (nicht verfügbar)</string> |
| 49 | + <string name="screenshot_image_description" translation_description="Description for the screenshot image">Screenshot</string> |
| 50 | +</resources> |
0 commit comments