summaryrefslogtreecommitdiffstats
path: root/res/values/strings_ftp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings_ftp.xml')
-rw-r--r--res/values/strings_ftp.xml21
1 files changed, 6 insertions, 15 deletions
diff --git a/res/values/strings_ftp.xml b/res/values/strings_ftp.xml
index 8381134..bda71a1 100644
--- a/res/values/strings_ftp.xml
+++ b/res/values/strings_ftp.xml
@@ -2,6 +2,7 @@
<!--
/*
* Copyright (c) 2010-2012, The Linux Foundation. All rights reserved.
+ * Copyright (C) 2013-2015 The CyanogenMod Project
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -29,26 +30,16 @@
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="ftp_acceptance_dialog_title">%1$s would like to access your phone folders. Give access to %2$s?</string>
- <string name="ftp_acceptance_dialog_header">Phone Folder Access</string>
<string name="ftp_session_key_dialog_title">Type session key for %1$s</string>
<string name="ftp_session_key_dialog_header">Bluetooth session key required</string>
- <string name="ftp_acceptance_timeout_message">There was time out to accept connection with %1$s</string>
- <string name="ftp_authentication_timeout_message">There was time out to input session key with %1$s</string>
- <string name="ftp_notif_ticker">Bluetooth connection request</string>
<!-- Notification title when a Bluetooth device wants to pair with us -->
- <string name="ftp_notif_title">Session Key Request for FTP</string>
- <!-- Notification message when a Bluetooth device wants to pair with us -->
- <string name="ftp_notif_message">"Touch to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022."</string>
- <!-- Activity label of BluetoothFtpPermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] -->
+ <string name="ftp_notif_title">Session key request for FTP</string>
<!--Notification Title for ACTIVE SESSION -->
- <string name="ftp_notif_active_session">Bluetooth FTP Active Session </string>
+ <string name="ftp_notif_active_session">Bluetooth FTP active session</string>
<!--Notification message for ACTIVE SESSION -->
- <string name="ftp_notif_connected">"Bluetotoh File Transfer Access to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022."</string>
-
- <string name="bluetooth_ftp_request">"Ftp request"</string>
-
+ <string name="ftp_notif_connected">Bluetooth file transfer access to \'<xliff:g id="device_name">%1$s</xliff:g>\'.</string>
+ <!-- Activity label of BluetoothFtpPermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] -->
+ <string name="bluetooth_ftp_request">FTP request</string>
<!-- Bluetooth FTP permission Alert Activity text [CHAR LIMIT=none] -->
<string name="bluetooth_ftp_acceptance_dialog_text">%1$s would like to access your files and folders. Give access to %2$s?</string>
-
</resources>