Skip to content

Commit

Permalink
Merge pull request #5 from Alvarofg/master
Browse files Browse the repository at this point in the history
Update qa-breadcrumbs-lang-es.php
  • Loading branch information
amiyasahu committed Nov 13, 2014
2 parents d296e7d + 2ab75b8 commit 0e75a3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lang/qa-breadcrumbs-lang-es.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
http://www.question2answer.org/
Rusian language by Alvaro
Spanish language by Alvaro Fernandez
File: qa-plugin/q2a-breadcrumbs/qa-breadcrumbs-lang-es.php
Version: See define()s at top of qa-include/qa-base.php
Description: Widget module class for AdSense widget plugin
Expand Down Expand Up @@ -34,7 +34,7 @@
return array(
"opt_yes" => "Si" ,
"opt_no" => "No" ,
"opt_truncate" => "Truncar el titulo en Bbreadcrumb" ,
"opt_truncate" => "Truncar el titulo en Breadcrumb" ,
"not_found" => "Pagina No Encontrada" ,
"recent_que" => "Preguntas recientes" ,
"home" => "Inicio" ,
Expand All @@ -60,13 +60,13 @@
"special" => "Usuarios Especiales" ,
"blocked" => "Usuarios Bloqueados" ,
"activity" => "Actividad reciente" ,
"settings_saved" => "LA configuración de Breadcrumbs ha sido guardada" ,
"settings_saved" => "La configuración de Breadcrumbs ha sido guardada con exito" ,
"dont_use_link_for_last_elem" => "No enlazar el ultimo elemento (usualmente es un auto link)" ,
"dont_use_icons" => "No usar iconos" ,
"searching_for" => "Buscando por: " ,
"searching_for" => "Buscando: " ,
"all_my_updates" => "Todas mis Actualizaciones" ,
"my_favorites" => "Mis Favoritos" ,
"my_content" => "Mi Contenido" ,
"use_fa_cdn" => "Usar Font Awesome CDN paa acelerar carga de la pagina" ,
"fa_cdn_link" => "Font Awesome CDN link url (en caso de que el existente no funcione)" ,
);
);

0 comments on commit 0e75a3e

Please sign in to comment.