externalized string 'Retry decryption'
This commit is contained in:
parent
cd0c6ce48e
commit
59f47485cf
3 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue