forked from square/leakcanary
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request square#437 from Goddchen/patch-1
German translation
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
leakcanary-android/src/main/res/values-de/leak_canary_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="utf-8"?><!-- | ||
~ Copyright (C) 2015 Square, Inc. | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
<resources> | ||
<string name="leak_canary_class_has_leaked">%1$s hat %2$s geleaked</string> | ||
<string name="leak_canary_leak_excluded">[Ausgeschlossen] %1$s hat %2$s geleaked</string> | ||
<string name="leak_canary_analysis_failed">Leak Analyse fehlgeschlagen</string> | ||
<string name="leak_canary_leak_list_title">Leaks in %s</string> | ||
<string name="leak_canary_notification_message">Für mehr Details hier klicken</string> | ||
<string name="leak_canary_share_leak">Info teilen</string> | ||
<string name="leak_canary_share_heap_dump">Heap Dump teilen</string> | ||
<string name="leak_canary_share_with">Teilen mit…</string> | ||
<string name="leak_canary_display_activity_label">Leaks</string> | ||
<string name="leak_canary_storage_permission_activity_label">Storage Berechtigung</string> | ||
<string name="leak_canary_toast_heap_dump">Analysiere Speichert, die App wird einfrieren. Brrr.</string> | ||
<string name="leak_canary_delete">Löschen</string> | ||
<string name="leak_canary_failure_report">"Bitte sende diesen Fehler an http://github.com/square/leakcanary\n"</string> | ||
<string name="leak_canary_delete_all">Alle löschen</string> | ||
<string name="leak_canary_could_not_save_title">Konnte Ergebnis nicht speichern.</string> | ||
<string name="leak_canary_could_not_save_text">LeakCanary konnte das Ergebnis der Analyse nicht speichern.</string> | ||
<string name="leak_canary_no_leak_title">Kein Leak gefunden</string> | ||
<string name="leak_canary_no_leak_text">Der GC war untätig.</string> | ||
<string name="leak_canary_excluded_row">[Ausgeschlossen] %s</string> | ||
<string name="leak_canary_permission_notification_title">Leak detektiert, benötige Berechtigung</string> | ||
<string name="leak_canary_permission_notification_text">Hier klicken um Storage Berechtigung für %s zu aktivieren.</string> | ||
</resources> |