Viewing file: english.php (1.06 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /** * English language file for the Data Grid class created by Stefan Gabos <[email protected]>. * * @version 1.0 * @author Stefan Gabos <[email protected]> * @copyright Copyright (C) 2006 - 2007 Stefan Gabos * */ $this->languageStrings = array( "strLang_noJavaScript" => "the table below requires javascript which seems to not be enabled on your browser<br> you will not be able to perform any operations on it", "strLang_checkAll" => "check all", "strLang_invertSelection" => "invert selection", "strLang_nextPage" => "next page", "strLang_noRecords" => "there are no records to display", "strLang_of" => "of", "strLang_page" => "page", "strLang_pages" => "pages", "strLang_previousPage" => "previous page", "strLang_recordsOnPage" => "Records on page", "strLang_showingRecords" => "Showing records", "strLang_to" => "to", "strLang_uncheckAll" => "uncheck all" ) ?>
|