aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/extensions/gallery_links/config/locales/es.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/extensions/gallery_links/config/locales/es.yml')
-rw-r--r--vendor/extensions/gallery_links/config/locales/es.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/vendor/extensions/gallery_links/config/locales/es.yml b/vendor/extensions/gallery_links/config/locales/es.yml
new file mode 100644
index 0000000..4f8ca9d
--- /dev/null
+++ b/vendor/extensions/gallery_links/config/locales/es.yml
@@ -0,0 +1,35 @@
+es:
+ refinery:
+ plugins:
+ gallery_links:
+ title: Gallery Links
+# article: masculino/femenino
+ gallery_links:
+ admin:
+ gallery_links:
+ actions:
+ create_new: Crear nuevo gallery link
+ reorder: Reordenar gallery links
+ reorder_done: Reordenación de gallery links completada
+ records:
+ title: Gallery Links
+ sorry_no_results: Lo siento, no hay resultados
+ no_items_yet: No hay gallery links todavía. Pulsa en "Crear nuevo Gallery Link" para crear tu primer gallery link.
+ gallery_link:
+ view_live_html: Ver este gallery link como abierto al público <br/><em>(abre en ventana nueva)</em>
+ edit: Editar este gallery link
+ delete: Borrar este gallery link para siempre
+ gallery_links:
+ show:
+ other: Otros gallery links
+ index:
+ photographer: Photographer
+ created: Created
+ activerecord:
+ attributes:
+ 'refinery/gallery_links/gallery_link':
+ title: Title
+ url: Url
+ photographer: Photographer
+ description: Description
+ image_id: Image \ No newline at end of file