summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo M <djmesias@yahoo.es>2014-03-25 14:01:31 +0100
committerLorenzo M <djmesias@yahoo.es>2014-03-25 20:02:10 +0100
commit6351478dfdd628b710bf425c2e88906c5ac28418 (patch)
tree036c087cee8154f8c2ea7f9c6ab2ceb2227af4ba
parent9ff30892ed370c0928fc37df39492f0c26002020 (diff)
downloadandroid_packages_apps_Calendar-6351478dfdd628b710bf425c2e88906c5ac28418.tar.gz
android_packages_apps_Calendar-6351478dfdd628b710bf425c2e88906c5ac28418.tar.bz2
android_packages_apps_Calendar-6351478dfdd628b710bf425c2e88906c5ac28418.zip
Calendar: ES translations (fix)
- Refactor AOSP Change-Id: I7939e523579033b92019e51429eee78b780860a5
-rw-r--r--res/values-es/cm_aosp.xml21
-rw-r--r--res/values-es/cm_strings.xml5
2 files changed, 21 insertions, 5 deletions
diff --git a/res/values-es/cm_aosp.xml b/res/values-es/cm_aosp.xml
new file mode 100644
index 00000000..9a492c0d
--- /dev/null
+++ b/res/values-es/cm_aosp.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 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="rsvp_accepted">Se respondió que sí.</string>
+ <string name="rsvp_tentative">Se respondió que quizás.</string>
+ <string name="rsvp_declined">Se respondió que no.</string>
+</resources>
diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml
index 4e2b552b..255cd8de 100644
--- a/res/values-es/cm_strings.xml
+++ b/res/values-es/cm_strings.xml
@@ -23,9 +23,4 @@
<string name="preferences_default_snooze_delay_dialog">Intervalo entre recordatorios por defecto</string>
<string name="default_start_title">Vista por defecto</string>
<string name="default_start_last">Vista usada previamente</string>
-
- <!-- AOSP/CAF -->
- <string name="rsvp_accepted">Respondido sí.</string>
- <string name="rsvp_tentative">Respondido quizás.</string>
- <string name="rsvp_declined">Respondido no.</string>
</resources>