Viewing file: portuguese.php (1.01 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /** * Portuguese language file for the Data Grid class created by Stefan Gabos <[email protected]>. * * @version 1.0 * @author Luis Pedro <[email protected]> * @copyright Copyright (C) 2006 - 2007 Stefan Gabos * */ $this->languageStrings = array( "strLang_noJavaScript" => "a tabela abaixo requer javascript que parece no estar activado no seu navegador internet<br> No ser possivel efectuar operaes nela", "strLang_checkAll" => "Seleccionar tudo", "strLang_invertSelection" => "Inverter seleco", "strLang_nextPage" => "prxima pgina", "strLang_of" => "de", "strLang_page" => "pgina", "strLang_pages" => "pginas", "strLang_previousPage" => "pgina anterior", "strLang_recordsOnPage" => "Registos por pgina", "strLang_showingRecords" => "Exibindo registos", "strLang_to" => "para", "strLang_uncheckAll" => "No seleccionar tudo" ) ?>
|