aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application
diff options
context:
space:
mode:
authorLuis Alberto Guzmán García <ark74>2011-03-06 21:15:07 +0000
committerLuis Alberto Guzmán García <ark74>2011-03-06 21:15:07 +0000
commitf3d93467760c035ce88b25e0e0e673bd7d5ad588 (patch)
tree671d3aeedfe0beb5f41fc5f8244d70c22e836fad /h-source/Application
parentb588efb71e62470d96a85528960a7e2385e934b0 (diff)
Fixing typos
Diffstat (limited to 'h-source/Application')
-rw-r--r--h-source/Application/Include/languages.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index a1b5ab1..675684e 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -311,7 +311,7 @@ class Lang
"write the code above" => "escriba el código mostrado superior",
"write your username" => "escriba su nombre de usuario",
"Watch all the actions carried out by moderators" => "Ver todas las acciones efectuadas por los moderadores",
- "meet" => "conoce",
+ "meet" => "conoce a",
"Public profile of" => "Perfil público de",
"See all the contributions of" => "Ver todas las contribuciones de",
"My website" => "Mi sitio web",
@@ -361,7 +361,7 @@ class Lang
"the title" => "el titulo",
"the text of the wiki page" => "el texto de la página",
"the wiki page has not been found" => "la página del wiki no ha sido encontrada",
- "Page not-found" => "Pagina no encontrada",
+ "Page not-found" => "Página no encontrada",
"Insert" => "Agregar",
"Update" => "Actualizar",
"History" => "Historial",
@@ -369,13 +369,13 @@ class Lang
"Differences" => "Diferencias",
"Insert a new wiki page" => "Agregar una página nueva al wiki",
"Edit the wiki page" => "Editar la página del wiki",
- "Make current" => "Crear revisión actual",
+ "Make current" => "Hacer revisión actual",
"I want to make this revision the current revision" => "Quiero hacer ésta revisión la revisión actual",
"Confirm" => "Confirmar",
"Make this revision the current revision of the page" => "Hacer esta revisión la revisión actual de la página",
"This wiki page has been deleted" => "Ésta página del wiki ha sido borrada",
"Talk" => "Discusión",
- "Talk page of the wiki page" => "Pagina de discusión de la página del wiki",
+ "Talk page of the wiki page" => "Página de discusión de la página del wiki",
"a page with the same title already exists" => "una página con el mismo titulo ya existe",
"title is too long" => "el titulo es demasiado largo",
"the page text is too long" => "el texto de la página es demasiado largo",
@@ -741,4 +741,4 @@ class MyStrings
return implode(',',array_keys(self::$reverse));
}
-} \ No newline at end of file
+}