aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/es.yml
diff options
context:
space:
mode:
authorJames Thompson <james.b.thompson@gmail.com>2012-03-14 11:40:16 +0200
committerJames Thompson <james.b.thompson@gmail.com>2012-03-14 11:40:16 +0200
commit56d7747f54e86993415b76c92e101608e5ea44e2 (patch)
tree025b7b37f50c4c291e7e676286e7767c40adb1f9 /config/locales/es.yml
downloadrefinerycms-pc_banners-56d7747f54e86993415b76c92e101608e5ea44e2.tar.gz
refinerycms-pc_banners-56d7747f54e86993415b76c92e101608e5ea44e2.tar.bz2
refinerycms-pc_banners-56d7747f54e86993415b76c92e101608e5ea44e2.zip
initial commit
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