aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/notrans.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-11 15:35:24 -0500
committerKenny Root <kenny@the-b.org>2015-08-11 15:36:22 -0500
commita7a8c9cb7b0efdcef4d16f00ed03620e90c67cd7 (patch)
treed0f13559fa5b3e33af633598b8e63181e6ce873c /app/src/main/res/values/notrans.xml
parentc1754664adc774d7884bc0ad680744fef45ba93a (diff)
downloadconnectbot-a7a8c9cb7b0efdcef4d16f00ed03620e90c67cd7.tar.gz
connectbot-a7a8c9cb7b0efdcef4d16f00ed03620e90c67cd7.tar.bz2
connectbot-a7a8c9cb7b0efdcef4d16f00ed03620e90c67cd7.zip
Use unicode symbols for arrow buttons
This relieves some need for translations to many languages.
Diffstat (limited to 'app/src/main/res/values/notrans.xml')
-rw-r--r--app/src/main/res/values/notrans.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/notrans.xml b/app/src/main/res/values/notrans.xml
index 3142ed6..5dacca6 100644
--- a/app/src/main/res/values/notrans.xml
+++ b/app/src/main/res/values/notrans.xml
@@ -22,4 +22,12 @@
<string name="copyright_info" translatable="false">Before we get started, we need to get some legal information out of the way. ConnectBot is provided under the Apache License, Version 2.0 (the &#x201C;License&#x201D;). Here are a few key points:\n\nYou may not use this program except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &#x201C;AS IS&#x201D; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</string>
+ <!-- "Up" button in virtual keyboard. -->
+ <string name="button_key_up">\u25B2</string>
+ <!-- "Down" button in virtual keyboard. -->
+ <string name="button_key_down">\u25BC</string>
+ <!-- "Left" button in virtual keyboard. -->
+ <string name="button_key_left">\u25C0</string>
+ <!-- "Right" button in virtual keyboard. -->
+ <string name="button_key_right">\u25B6</string>
</resources>