From: Carsten K. <car...@us...> - 2002-01-01 09:35:01
|
Update of /cvsroot/phpwiki/phpwiki/locale/es/LC_MESSAGES In directory usw-pr-cvs1:/tmp/cvs-serv19780 Modified Files: phpwiki.mo phpwiki.php Log Message: committing updated po and mo files (repaired my msgfmt & msgunfmt and remake'd locale since my last locale commit). Index: phpwiki.mo =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/LC_MESSAGES/phpwiki.mo,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 Binary files /tmp/cvsdE1rtz and /tmp/cvs410PFY differ Index: phpwiki.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/LC_MESSAGES/phpwiki.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** phpwiki.php 2001/12/27 08:04:48 1.10 --- phpwiki.php 2002/01/01 09:34:58 1.11 *************** *** 11,22 **** $locale["Copy your changes to the clipboard or to another temporary place (e.g. text editor)."] = "Copie sus cambios al portapapeles o a otro sitio temporal (p.ej. editor de textos)."; ! $locale["Describe [%s] here."] = ! "Describe [%s] aquí."; $locale["Edit"] = "Editar"; $locale["FindPage"] = "BuscarPágina"; $locale["GoodStyle"] = "BuenEstilo"; $locale["HomePage"] = "PáginaPrincipal"; --- 11,28 ---- $locale["Copy your changes to the clipboard or to another temporary place (e.g. text editor)."] = "Copie sus cambios al portapapeles o a otro sitio temporal (p.ej. editor de textos)."; ! $locale["Describe %s here."] = ! "Describe %s aquí."; $locale["Edit"] = "Editar"; + $locale["Edit %s"] = + "Editar %s"; + $locale["Edit: %s"] = + "Editar: %s"; $locale["FindPage"] = "BuscarPágina"; $locale["GoodStyle"] = "BuenEstilo"; + $locale["Hits"] = + "Número de hits"; $locale["HomePage"] = "PáginaPrincipal"; *************** *** 29,32 **** --- 35,40 ---- $locale["None"] = "Ninguno"; + $locale["Page Name"] = + "Nombre de la página"; $locale["Page locked"] = "Página bloqueada"; *************** *** 53,56 **** --- 61,66 ---- $locale["Thank you for editing %s."] = "Gracias por editar %s."; + $locale["The %s most popular pages of this wiki:"] = + "Las %s páginas más populares de este wiki:"; $locale["This is a minor change."] = "Esto es un cambio pequeño."; *************** *** 61,64 **** --- 71,76 ---- $locale["Use your browser's <b>Back</b> button to go back to the edit page."] = "Use el botón <b>Atrás<b> para retornar a la página editada"; + $locale["Version %d"] = + "Versión %d"; $locale["Versions are identical"] = "Las versiones son idénticas"; *************** *** 77,80 **** --- 89,94 ---- $locale["version %d"] = "versión %d"; + $locale["version %s"] = + "versión %s"; ;?> |