summaryrefslogtreecommitdiffstats
path: root/res/values-es
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-es')
-rw-r--r--res/values-es/cm_plurals.xml27
-rw-r--r--res/values-es/cm_strings.xml9
2 files changed, 36 insertions, 0 deletions
diff --git a/res/values-es/cm_plurals.xml b/res/values-es/cm_plurals.xml
new file mode 100644
index 00000000..30a83916
--- /dev/null
+++ b/res/values-es/cm_plurals.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="events_selected">
+ <item quantity="one">%1$d evento seleccionado</item>
+ <item quantity="other">%1$d eventos seleccionados</item>
+ </plurals>
+ <plurals name="select_events_to_share">
+ <item quantity="one">Selecciona un evento para compartir</item>
+ <item quantity="other">Selecciona los eventos para compartir</item>
+ </plurals>
+</resources>
diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml
index 14b8c7a1..65605fa1 100644
--- a/res/values-es/cm_strings.xml
+++ b/res/values-es/cm_strings.xml
@@ -35,4 +35,13 @@
<string name="evt_del_dlg_msg_all">Todos los eventos serán eliminados</string>
<string name="no_events_selected">No hay eventos seleccionados</string>
<string name="go_to">Ir a</string>
+ <string name="cal_share_intent_title">Enviar evento a:</string>
+ <string name="cal_export_event_sdcard_title">Exportar a la tarjeta SD</string>
+ <string name="cal_export_succ_msg">Evento exportado con éxito: %1s</string>
+ <string name="cal_import_menu_title">Importar evento</string>
+ <string name="cal_nothing_to_import">Nada para importar</string>
+ <string name="cal_import_error_msg">Error al importar al calendario</string>
+ <string name="cal_pick_ics">Selecciona archivo para importar</string>
+ <string name="error_generating_ics">Ha habido problemas al compartir el evento</string>
+ <string name="share_label">Compartir</string>
</resources>