Skip to content

Commit

Permalink
Add German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima-369 authored and gejiaheng committed Sep 21, 2017
1 parent 4549ac9 commit e3468d9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions matisse/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2017 Zhihu 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="album_name_all">Alle Medien</string>

<string name="button_preview">Vorschau</string>
<string name="button_apply_default">Auswählen</string>
<string name="button_apply">Auswählen(%1$d)</string>
<string name="button_back">Zurück</string>
<string name="photo_grid_capture">Kamera</string>
<string name="empty_text">Keine Medien gewählt</string>
<string name="button_ok">OK</string>

<string name="error_over_count_default">Sie haben die maximale Anzahl an Medien ausgewählt.</string>
<string name="error_over_count">Sie können nur %1$d Medien auswählen</string>
<string name="error_under_quality">Unter Qualität</string>
<string name="error_over_quality">Über Qualität</string>
<string name="error_file_type">Dateityp nicht unterstützt</string>
<string name="error_type_conflict">Sie können Bilder und Videos nicht gleichzeitig auswählen</string>
<string name="error_no_video_activity">Keine App zur Videovorschau gefunden</string>
</resources>

0 comments on commit e3468d9

Please sign in to comment.