Skip to content

Commit

Permalink
some initial spanish localization
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Bornsztein committed Jul 18, 2008
1 parent eb33146 commit 09f92c7
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/views/base/_homepage_banner_message.html.haml
Expand Up @@ -5,14 +5,14 @@
%h2
=:get_started_banner.l :site=>AppConfig.community_name
%p
="CommunityEngine is the best way to go from zero to hero in no time".l
="CommunityEngine is the best way to go from zero to hero in no time".l :homepage_banner_msg
%h4
%a{:href=>"http://www.missingmethod.com/projects/community_engine"}
="Download it now and get started".l
="Download it now and get started".l :homepage_banner_download_msg
.yui-u
.box
%h2
="See how it works".l
="See how it works".l :homepage_banner_signup_prompt
%p
="Create Your Account".l
%h4
Expand Down
2 changes: 1 addition & 1 deletion app/views/base/site_index.html.haml
Expand Up @@ -28,7 +28,7 @@
%a{:href=>"/popular"}= "SEE ALL".l

.box.alt
%h3= "Featured Writers".l
%h3= "Featured Writers".l :staff_writers
-@featured_writers.each do |user|
=render :partial => "users/sidebar_user", :locals => {:user => user}

Expand Down
52 changes: 52 additions & 0 deletions lang/ui/es-AR.yml
@@ -0,0 +1,52 @@
community_tagline: CommunityEngine es genial!
explore_site: Explorar {site}
about_site: Acerca de {site}
get_started_banner: Comience con <a href="/">{site}</a> hoy!
search_users: Búsqueda de usuarios
update: Actualizar
create: Crear
log_in: Iniciar sesión
sign_up: Registrarse
log_in_to_site: Acceda a {site}
popular_catgory: "{name} populares"
dashboard_friends: "Una vez que comienza a añadir amigos, podra seguir sus actividades en {site} aquí"
all_posts_tagged: Todos las entradas marcadas {tag_name}
all_users_tagged: Todos los usuarios marcados {tag_name}
all_photos_tagged: Todas las fotos marcadas {tag_name}
all_clippings_tagged: Todos los clippings marcados {tag_name}
photo_message: Su foto de perfil lo representa en {site}. La puede cambiar mas tarde.
invite_message: Cuantas mas personas invite a {site}, mejor.
write_new_post: Escriba una entrada de '{category}'
welcome_message: Bienvenido! {login_link} o {signup_link}
greeting_1: Hello {user}
greeting_2: Hola {user}
greeting_3: Hi {user}
greeting_4: Yo {user}
greeting_5: Welcome, {user}!
greeting_6: Greetings {user}
greeting_7: Wassup {user}?
greeting_8: Aloha {user}
greeting_9: Halloo {user}
greting_10: Whats up {user}?
site_members: "Miembros de {site}"
small_profile: "{user} no tiene mucho aquí todavía. Estén atentos."
users_blog: "El blog de {user}"
users_photos: "Las fotos de {user}"
new_post_for_category: Nueva entrada en {category}
show_category: "{category}"
singular_posts: "{count} entrada"
plural_posts: "{count} entradas"
homepage_banner_download_msg: Descargar ahora y empezar
create_your_account: Crée su cuenta
homepage_banner_msg: CommunityEngine es la mejor manera de ir de cero a héroe rapidísimo
recent_posts: Entradas recientes
homepage_banner_signup_prompt: Ver cómo funciona

whats_hot: Lo más popular
staff_writers: Personal de Escritores
active_users: Usuarios activos
whats_fresh: Que hay de nuevo?
tags: Etiquetas

home: Inicio
about: Acerca

0 comments on commit 09f92c7

Please sign in to comment.