Skip to content

Commit

Permalink
Move not translatable string to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
rovo89 committed Oct 1, 2013
1 parent 89de0da commit 2acca95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 10 additions & 0 deletions res/values/donottranslate.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="app_process">app_process</string>
<string name="xposedbridge">XposedBridge.jar</string>
<string name="about_source">https://github.com/rovo89</string>
<string name="about_support">http://forum.xda-developers.com/showthread.php?t=1574401</string>
<string name="about_libraries"><a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a></string>

</resources>
5 changes: 0 additions & 5 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
<string name="none">---</string>
<string name="latestVersion">bundled</string>
<string name="versions">Versions:</string>
<string name="app_process" translatable="false">app_process</string>
<string name="xposedbridge" translatable="false">XposedBridge.jar</string>
<string name="soft_reboot">Soft reboot</string>
<string name="reboot">Reboot</string>
<string name="areyousure">Are you sure?</string>
Expand Down Expand Up @@ -88,12 +86,9 @@
<string name="translator"></string>
<string name="about_version_label">Version of this app:</string>
<string name="about_source_label">Source code:</string>
<string name="about_source" translatable="false">https://github.com/rovo89</string>
<string name="about_support_label">Get support at:</string>
<string name="about_support" translatable="false">http://forum.xda-developers.com/showthread.php?t=1574401</string>
<string name="about_support_warning">This link is for the installer and the framework <b>only</b>! If you need help with a module, do <b>not</b> use it, contact the module author instead.</string>
<string name="about_libraries_label">Used libraries:</string>
<string name="about_libraries" translatable="false"><a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a></string>

<!-- DownloadView -->
<string name="download_view_download">Download</string>
Expand Down

0 comments on commit 2acca95

Please sign in to comment.