summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo M <djmesias@yahoo.es>2013-08-26 10:00:01 +0200
committerLorenzo M <djmesias@yahoo.es>2013-08-26 10:00:01 +0200
commit055107db591e815c40e227bae3ab92ef05ca819a (patch)
treebbd7514db3596b3e308fb5155c0011f92490361b
parent1913d0739280e687d35d454de73040cf2d345553 (diff)
downloadandroid_development-055107db591e815c40e227bae3ab92ef05ca819a.tar.gz
android_development-055107db591e815c40e227bae3ab92ef05ca819a.tar.bz2
android_development-055107db591e815c40e227bae3ab92ef05ca819a.zip
Development: ES translations
- Mock SMS Change-Id: Iaac307abac46f8980f7174b48eebd5317d075024
-rw-r--r--apps/Development/res/values-es/cm_strings.xml25
-rw-r--r--apps/Development/res/values-es/strings.xml5
2 files changed, 27 insertions, 3 deletions
diff --git a/apps/Development/res/values-es/cm_strings.xml b/apps/Development/res/values-es/cm_strings.xml
new file mode 100644
index 000000000..22b10f574
--- /dev/null
+++ b/apps/Development/res/values-es/cm_strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 The CyanogenMod 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>
+ <string name="sms_mock_title">SMS simulados</string>
+ <string name="sms_smsc_address_title">Dirección SMSC:</string>
+ <string name="sms_sender_address_title">Dirección remitente:</string>
+ <string name="sms_message_title">Mensaje:</string>
+ <string name="sms_send_msg">Enviar SMS simulado</string>
+ <string name="sms_send_pdu">Enviar SMS simulado PDU</string>
+ <string name="sms_default_msg">Este es un mensaje SMS simulado.</string>
+</resources>
diff --git a/apps/Development/res/values-es/strings.xml b/apps/Development/res/values-es/strings.xml
index ec26965cd..0b597190e 100644
--- a/apps/Development/res/values-es/strings.xml
+++ b/apps/Development/res/values-es/strings.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2013 The Android Open Source Project
+ Copyright (C) 2013 The CyanogenMod 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
+ 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,
@@ -14,7 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<resources>
<string name="menu_upload_exceptions">Subir excepciones</string>
<string name="menu_clear_exceptions">Borrar excepciones</string>