summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Brohet <therbom@gmail.com>2012-08-03 20:17:01 +0200
committerMarco Brohet <therbom@gmail.com>2012-08-03 20:17:01 +0200
commit65fb9a5c993ac91954a3efe42107c53c33cb9199 (patch)
tree43188182270260f9c7b0198f69684f1435750c7c
parent96f2076d5ac7add7c48065e9aca48798c937a7d9 (diff)
downloadandroid_packages_apps_Bluetooth-65fb9a5c993ac91954a3efe42107c53c33cb9199.tar.gz
android_packages_apps_Bluetooth-65fb9a5c993ac91954a3efe42107c53c33cb9199.tar.bz2
android_packages_apps_Bluetooth-65fb9a5c993ac91954a3efe42107c53c33cb9199.zip
Fix translatables & OK
Change-Id: Ib1c1b5916d9355969199a37d7b0fe7f17cf0d35e
-rw-r--r--res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 380ad1026..fd6db3dd7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -68,7 +68,7 @@
<!-- Label for a confirm button.-->
<string name="incoming_file_confirm_ok">Accept</string>
<!-- Label for timeout OK button.-->
- <string name="incoming_file_confirm_timeout_ok">Ok</string>
+ <string name="incoming_file_confirm_timeout_ok">OK</string>
<!-- content for timeout-->
<string name="incoming_file_confirm_timeout_content">There was a timeout while accepting an incoming file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
@@ -206,12 +206,12 @@
<string name="transfer_clear_dlg_title">Clear</string>
<!-- Do not translate. file name used for sharing. -->
- <string name="bluetooth_share_file_name" translate="false">bluetooth_content_share</string>
+ <string name="bluetooth_share_file_name" translatable="false">bluetooth_content_share</string>
<!-- Used to run Bluetooth.apk in another process if needed -->
<!-- Do not translate. android:sharedUserId string of this application. -->
- <string name="sharedUserId" translate="false"><xliff:g id="x"></xliff:g></string>
+ <string name="sharedUserId" translatable="false"><xliff:g id="x"></xliff:g></string>
<!-- Do not translate. android:process of this application. -->
- <string name="process" translate="false"><xliff:g id="x"></xliff:g></string>
+ <string name="process" translatable="false"><xliff:g id="x"></xliff:g></string>
</resources>