Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2014-08-24 21:24:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-24 23:14:45 +0400
commitc1573b9becddcaf3156294d11b3ee6945d2ec08a (patch)
treeebb409f47778d6116f8e4159e902510f5b5f1c8e /plugins/Annotations/lang/es.json
parentfb52fd827ebb2fc804c3da764acebbe3a844c248 (diff)
refs #5863 another try to move translations into plugins. This time we always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
Diffstat (limited to 'plugins/Annotations/lang/es.json')
-rw-r--r--plugins/Annotations/lang/es.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/Annotations/lang/es.json b/plugins/Annotations/lang/es.json
new file mode 100644
index 0000000000..1256b2154a
--- /dev/null
+++ b/plugins/Annotations/lang/es.json
@@ -0,0 +1,22 @@
+{
+ "Annotations": {
+ "AddAnnotationsFor": "Añadir anotaciones para %s...",
+ "AnnotationOnDate": "Anotaciones en %1$s: %2$s",
+ "Annotations": "Anotaciones",
+ "ClickToDelete": "Haz click para borrar esta anotación",
+ "ClickToEdit": "Haz click para editar esta anotación.",
+ "ClickToEditOrAdd": "Clickea para editar o añadir una nueva anotación.",
+ "ClickToStarOrUnstar": "Haz click para destacar o quitar destacado a esta anotación.",
+ "CreateNewAnnotation": "Crear una nueva anotación...",
+ "EnterAnnotationText": "Ingresa tu nota",
+ "HideAnnotationsFor": "Ocultar anotaciones para %s...",
+ "IconDesc": "Ver las notas en este rango de fechas.",
+ "IconDescHideNotes": "Ocultar las notas en este rango de fechas.",
+ "InlineQuickHelp": "Puedes crear anotaciones para marcar eventos especiales (como un nuevo artículo en el blog o el rediseño del sitio), para guardar tus análisis de los datos o para guardar cualquier otra cosa que creas importante.",
+ "LoginToAnnotate": "Inicia sesión para crear una anotación.",
+ "NoAnnotations": "No existen anotaciones en este rango de fechas.",
+ "PluginDescription": "Te permite adjuntar notas en los días para marcar cambios que hayas realizado en tu sitio, guardar los análisis que hayas hecho sobre los datos y compartir tus ideas con tus colegas. Al agregar anotaciones a tus datos te asegurarás de recordar el por qué de los datos arrojados.",
+ "ViewAndAddAnnotations": "Ver y añadir anotaciones para %s...",
+ "YouCannotModifyThisNote": "No puedes modificar esta anotación debido a que ni la creaste tú mismo ni tienes privilegios de administrador a este sitio."
+ }
+} \ No newline at end of file