externalized string 'Retry decryption'

This commit is contained in:
steckbrief 2016-02-28 21:54:47 +01:00
parent cd0c6ce48e
commit 59f47485cf
3 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,7 @@
android:visible="false"/>
<item
android:id="@+id/retry_decryption"
android:title="Retry decryption"
android:title="@string/retry_decryption"
android:visible="false"/>
<item
android:id="@+id/share_with"

View file

@ -620,4 +620,5 @@
<string name="selection_too_large">Der ausgewählte Bereich ist zu groß</string>
<string name="no_accounts">(Keine aktivierten Konten)</string>
<string name="this_field_is_required">Dieses Feld ist erforderlich</string>
<string name="retry_decryption">Entschlüsselung nochmal versuchen</string>
</resources>

View file

@ -656,4 +656,5 @@
<string name="selection_too_large">The selected area is too large</string>
<string name="no_accounts">(No activated accounts)</string>
<string name="this_field_is_required">This field is required</string>
<string name="retry_decryption">Retry decryption</string>
</resources>