Make copyright translatable

Refs #5
This commit is contained in:
M66B 2015-10-28 22:00:31 +01:00
parent 0fb76a456f
commit f89b78e7fb
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
<resources>
<string name="app_name" translatable="false">NetGuard</string>
<string name="app_copyright" translatable="false">Copyright \u00A9 2015 par M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 2015 par M. Bokhorst (M66B)</string>
<string name="menu_search">Recherche application</string>
<string name="menu_network">Ouvrir les paramètres réseaux</string>

View File

@ -1,6 +1,6 @@
<resources>
<string name="app_name" translatable="false">NetGuard</string>
<string name="app_copyright" translatable="false">Copyright \u00A9 2015 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 2015 by M. Bokhorst (M66B)</string>
<string name="menu_search">Search application</string>
<string name="menu_network">Open network settings</string>