Skip to content

Commit

Permalink
Merge pull request square#437 from Goddchen/patch-1
Browse files Browse the repository at this point in the history
German translation
  • Loading branch information
jrodbx committed Mar 15, 2016
2 parents 0163dfa + 14b990c commit 2757790
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions leakcanary-android/src/main/res/values-de/leak_canary_strings.xml
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>

0 comments on commit 2757790

Please sign in to comment.