diff options
author | iNPUTmice <daniel@gultsch.de> | 2015-03-22 18:56:28 +0100 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2015-03-22 18:56:28 +0100 |
commit | ad8f1902d1c43ce84ee4c1b2ecd6590aa959879c (patch) | |
tree | 6f9aafed68f532bb5b47828446d144c92be2a42e /src/main/res/values-de | |
parent | c47d1e83c1a5ee11f6924dd4e8ac95f123802824 (diff) |
pulled translations
Diffstat (limited to 'src/main/res/values-de')
-rw-r--r-- | src/main/res/values-de/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml index 2e2f4fe7..0dd9f401 100644 --- a/src/main/res/values-de/strings.xml +++ b/src/main/res/values-de/strings.xml @@ -427,4 +427,8 @@ <string name="no_application_found_to_display_location">Keine App für die Standort-Anzeige gefunden</string> <string name="location">Standort</string> <string name="received_location">Standort empfangen</string> + <plurals name="select_contact"> + <item quantity="one">%d Kontakt ausgewählt</item> + <item quantity="other">%d Kontakte ausgewählt</item> + </plurals> </resources> |