diff options
author | Eric Fischer <enf@google.com> | 2010-11-09 17:25:54 -0800 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2010-11-09 17:25:54 -0800 |
commit | 6362b3f077ab8e4662f499c32beb1006c3967f42 (patch) | |
tree | 911cc1cb03fac7bc8a0c50579f2f47242325f65e /packages/SystemUI/res/values-es-xlarge | |
parent | 820b9e0d3b6f94fe0b524aebf756ce25df273e6a (diff) | |
download | frameworks_base-6362b3f077ab8e4662f499c32beb1006c3967f42.zip frameworks_base-6362b3f077ab8e4662f499c32beb1006c3967f42.tar.gz frameworks_base-6362b3f077ab8e4662f499c32beb1006c3967f42.tar.bz2 |
Import revised translations.
Change-Id: I9fe6a999fc665faefbf0e7e222d5dfb4fdbcd3b1
Diffstat (limited to 'packages/SystemUI/res/values-es-xlarge')
-rw-r--r-- | packages/SystemUI/res/values-es-xlarge/strings.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-es-xlarge/strings.xml b/packages/SystemUI/res/values-es-xlarge/strings.xml new file mode 100644 index 0000000..e7214b6 --- /dev/null +++ b/packages/SystemUI/res/values-es-xlarge/strings.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/** + * Copyright (c) 2010, The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" 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. + */ + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- no translation found for status_bar_clear_all_button (4722520806446512408) --> + <skip /> + <string name="system_panel_battery_meter_format" msgid="5960820602924445469">"Batería: <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string> + <string name="system_panel_signal_meter_disconnected" msgid="2123001074951934237">"sin conexión"</string> + <string name="system_panel_signal_meter_wifi_ssid_format" msgid="5953412790748091921">"WiFi: <xliff:g id="SSID">%s</xliff:g>"</string> + <string name="system_panel_signal_meter_wifi_nossid" msgid="160846667119240422">"WiFi: conectado"</string> + <string name="system_panel_signal_meter_wifi_connecting" msgid="4087640898624652649">"WiFi: conectando..."</string> + <string name="system_panel_signal_meter_data_connected" msgid="2171100321540926054">"Datos móviles: conectados"</string> + <string name="system_panel_signal_meter_data_connecting" msgid="7183001278053801143">"Datos móviles: conectando..."</string> +</resources> |