aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/es.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/es.yml')
-rw-r--r--config/locales/es.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/config/locales/es.yml b/config/locales/es.yml
new file mode 100644
index 0000000..567da7f
--- /dev/null
+++ b/config/locales/es.yml
@@ -0,0 +1,36 @@
+es:
+ refinery:
+ plugins:
+ banners:
+ title: Banners
+# article: masculino/femenino
+ banners:
+ admin:
+ banners:
+ actions:
+ create_new: Crear nuevo banner
+ reorder: Reordenar banners
+ reorder_done: Reordenación de banners completada
+ records:
+ title: Banners
+ sorry_no_results: Lo siento, no hay resultados
+ no_items_yet: No hay banners todavía. Pulsa en "Crear nuevo Banner" para crear tu primer banner.
+ banner:
+ view_live_html: Ver este banner como abierto al público <br/><em>(abre en ventana nueva)</em>
+ edit: Editar este banner
+ delete: Borrar este banner para siempre
+ banners:
+ show:
+ other: Otros banners
+ activerecord:
+ attributes:
+ 'refinery/banners/banner':
+ name: Name
+ title: Title
+ description: Description
+ image: Image
+ url: Url
+ is_active: Is Active
+ start_date: Start Date
+ expiry_date: Expiry Date
+ position: Position \ No newline at end of file