mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-04 16:25:05 -05:00
Make app_name translatable
This commit is contained in:
parent
628eef2ab0
commit
f6e0d0f495
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
|
|
||||||
<string name="app_name" translatable="false">OpenKeychain</string>
|
|
||||||
|
|
||||||
</resources>
|
|
@ -6,6 +6,8 @@
|
|||||||
http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to "Escaping apostrophes and quotes").
|
http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to "Escaping apostrophes and quotes").
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<string name="app_name">"OpenKeychain"</string>
|
||||||
|
|
||||||
<!-- title -->
|
<!-- title -->
|
||||||
<string name="title_select_recipients">"Select Keys"</string>
|
<string name="title_select_recipients">"Select Keys"</string>
|
||||||
<string name="title_select_secret_key">"Select Your Key"</string>
|
<string name="title_select_secret_key">"Select Your Key"</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user