summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amber/config.rb2
-rw-r--r--amber/locales/es.yml41
-rw-r--r--pages/about-us/news/es.haml4
-rw-r--r--pages/es.html.haml54
4 files changed, 100 insertions, 1 deletions
diff --git a/amber/config.rb b/amber/config.rb
index 840ad6d..a5de1ad 100644
--- a/amber/config.rb
+++ b/amber/config.rb
@@ -1,4 +1,4 @@
@title = "LEAP"
@default_locale = :en
-@locales = [:en]
+@locales = [:en, :es]
@short_paths = true
diff --git a/amber/locales/es.yml b/amber/locales/es.yml
new file mode 100644
index 0000000..0db2b5c
--- /dev/null
+++ b/amber/locales/es.yml
@@ -0,0 +1,41 @@
+
+en:
+ read_more: "Leer mas »"
+ posted_by: "Publicado por"
+ missing_translation: "Esta página aún no ha sido traducida del Inglés."
+
+ infosec:
+ leap: LEAP
+ silo: Silo
+ federation: Federated
+ peer_to_peer: Peer to Peer
+ cleartext: Texto plano
+ encrypted: Cifrado
+ silo_example: Facebook, Twitter
+ fed_example: Email, Jabber
+ ssilo_example: Skype, Cryptocat-1
+ sfed_example: OpenPGP, OTR
+ p2p_example: GNUNet, Freenet
+ control: Control
+ compatibility: Compatibilidad
+ usability: Usabilidad
+ anonymity: Anonymity
+ unmappability: Unmappability
+ authenticity: Autenticidad
+ availability: Disponibilidad
+ confidentiality: Confidencialidad
+ integrity: Integridad
+ message_security: Message Security
+ identity_security: Identity Security
+ user_freedom: User Freedom
+ none: None
+ high: High
+ low: Low
+ medium: Medium
+ higher: Higher
+ better: High
+ worse: Low
+ lower: Lower
+ for_example: Por Ejemplo
+ spacer: ""
+
diff --git a/pages/about-us/news/es.haml b/pages/about-us/news/es.haml
new file mode 100644
index 0000000..c311647
--- /dev/null
+++ b/pages/about-us/news/es.haml
@@ -0,0 +1,4 @@
+- @title = 'Noticias'
+- @path_prefix = 'news'
+
+= child_summaries levels:2, summary:false, heading:3, order_by: :posted_at
diff --git a/pages/es.html.haml b/pages/es.html.haml
new file mode 100644
index 0000000..a7eac78
--- /dev/null
+++ b/pages/es.html.haml
@@ -0,0 +1,54 @@
+- @title = "Inicio"
+- @this.show_title = false
+- @this.toc = false
+
+%p.bigger.first
+ LEAP es una organización sin fines de lucro dedicada a darle a todos los
+ usuarios de internet acceso a comunicación segura. Nuestro foco esta en
+ adaptar las tecnologias de cifrado para hacerlas fáciles de usar y
+ disponibles ampliamente. #{link 'Más acerca de LEAP »' => 'about-us'}
+
+.row.standout
+ .col-xs-4.text-right
+ %span
+ %i.fa.fa-2x.fa-twitter
+ = link('@leapcode' => 'https://twitter.com/leapcode')
+ .col-xs-4.text-center
+ %span
+ %i.fa.fa-2x.fa-envelope
+ <a href='mailto:discuss-subscribe@leap.se'>discuss@leap.se</a>
+ .col-xs-4.text-left
+ %span
+ %i.fa.fa-2x.fa-comments
+ = link('#leap' => 'http://irc.lc/freenode/leap')
+
+.row.p
+ .col-sm-4
+ .well
+ .heading
+ %i.fa.fa-user
+ Para Usuarios
+ %p Trabajamos para crear un conjunto de herramientas de comunicación de alta seguridad que sean confiables y fáciles de usar.
+ = link(:read_more => 'https://bitmask.net/features', :class => 'btn btn-default btn-sm')
+ .col-sm-4
+ .well
+ .heading
+ %i.fa.fa-tasks
+ Para Proveedores
+ %p Trabajamos en herramientas para automatizar la puesta en producción de la infraestructura para un proveedor de servicios seguros.
+ = link(:read_more => 'platform', :class => 'btn btn-default btn-sm')
+ .col-sm-4
+ .well
+ .heading
+ %i.fa.fa-wrench
+ Para Hackers
+ %p ¿Tienes habilidades? las necesitamos. Clona los repositorios, contribuye, testea, y envía parches para nusetro software. Siempre 100% Libre/Free.
+ = link(:read_more => 'docs', :class => 'btn btn-default btn-sm')
+
+.row
+ .col-sm-12
+ %h1.first
+ Noticias Recientes
+ =# news_feed_link
+ = recent_summaries(:limit => 10) do |page|
+ = render :partial => 'layouts/blog_summary', :locals => {:page => page}