summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-es-rUS-xlarge
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2011-02-03 14:51:35 -0500
committerDaniel Sandler <dsandler@google.com>2011-02-03 21:11:46 -0500
commite40451a89dc91dfd636af7cb32a23b4a4cc93fdc (patch)
tree875a847a9a638ce36310887dc7818e02e8cb96dc /packages/SystemUI/res/values-es-rUS-xlarge
parent8275c6087897e8fd614681d1cd12db62e6b9fcd5 (diff)
downloadframeworks_base-e40451a89dc91dfd636af7cb32a23b4a4cc93fdc.zip
frameworks_base-e40451a89dc91dfd636af7cb32a23b4a4cc93fdc.tar.gz
frameworks_base-e40451a89dc91dfd636af7cb32a23b4a4cc93fdc.tar.bz2
Ongoing notification for GPS use.
This change improves upon the notification priority API introduced in change I9e738cc4, allowing privileged clients to set the priority of a notification when posting it directly to INotificationManager. StatusBarTest is updated to test this new feature. The new LocationController in SystemUI uses this facility to post a high-priority ongoing notification whenever GPS is in use (replacing the functionality of the legacy GPS status bar icon). Also happens to fix http://b/3325472 (adding a log message when notifications are dropped because of a missing icon). Bug: 3412807 Change-Id: I523016ffa53bf979be98ddc4a2deb55a6270c68a
Diffstat (limited to 'packages/SystemUI/res/values-es-rUS-xlarge')
-rw-r--r--packages/SystemUI/res/values-es-rUS-xlarge/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-es-rUS-xlarge/strings.xml b/packages/SystemUI/res/values-es-rUS-xlarge/strings.xml
index 00b951e..7ba493d 100644
--- a/packages/SystemUI/res/values-es-rUS-xlarge/strings.xml
+++ b/packages/SystemUI/res/values-es-rUS-xlarge/strings.xml
@@ -22,4 +22,10 @@
<string name="status_bar_clear_all_button" msgid="4722520806446512408">"Eliminar todos"</string>
<string name="status_bar_settings_signal_meter_disconnected" msgid="4684094636492991496">"Sin conexión a Int."</string>
<string name="status_bar_settings_signal_meter_wifi_nossid" msgid="1456658018593445677">"WiFi conectado"</string>
+
+ <!-- manually translated -->
+ <string name="gps_notification_searching_text">Buscando señal de GPS</string>
+
+ <!-- manually translated -->
+ <string name="gps_notification_found_text">Ubicación establecida por el GPS</string>
</resources>