Viewing file: spanish.php (1.09 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /** * Spanish language file for the Data Grid class created by Stefan Gabos <[email protected]>. * * @version 1.0 * @author Gabriel Perez <[email protected]> * @copyright Copyright (C) 2006 - 2007 Stefan Gabos */ $this->languageStrings = array(
"strLang_noJavaScript" => "la tabla mostrada necerita javascript, que parece que no esta activado en tu navegador.<br> No puedes realizar ninguna operacion en ella.",
"strLang_checkAll" => "seleccionar todo", "strLang_invertSelection" => "invertir seleccion", "strLang_nextPage" => "pagina siguiente", "strLang_noRecords" => "no hay registros para mostrar", "strLang_of" => "de", "strLang_page" => "pagina", "strLang_pages" => "paginas", "strLang_previousPage" => "pagina anterior", "strLang_recordsOnPage" => "registros en pagina", "strLang_showingRecords" => "Mostrando registros", "strLang_to" => "a ", "strLang_uncheckAll" => "desmarcar todo" ) ?>
|