Changeset 1714 in ExiteCMS for branches/PLi-Fusion/administration/tools/language_pack_English.php
- Timestamp:
- 08/28/08 18:20:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/administration/tools/language_pack_English.php
r1706 r1714 23 23 $localestrings['404page'] = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"5\" width=\"100%\" align=\"center\"> <tbody><tr><td width=\"10\"> </td><td><div align=\"center\"><font size=\"6\"><span class=\"shoutboxname\"><br />404 - Page Not Found</span><br /></font></div><br /><br /><hr width=\"90%\" size=\"2\" /><br /><br /><div align=\"center\">We are sorry, but the document you requested cannot be found on this server.<br /></div><br /><div align=\"center\">Most likely, this is a result of yet another reorganization of this Website to reflect our constant evolution and ongoing development, coupled with a transition from an old server with lots of legacy files to a shiny new server.<br /></div><br /><div align=\"center\">But then again, it might just be a completely random event and the result of too many cosmic rays. Who knows?<br /></div><br /><br /><hr width=\"90%\" size=\"2\" /><br /><br /><div align=\"center\">Your best bet for finding what you seek is to start at our home page (<a href=\"/\">click here to jump to the home page</a>), check out our menu, or use the search menu option.<br /></div><br /><div align=\"center\">If that doesn't work, and you think it's a document that should be here, please send a PM to the webmaster and let us know about it (registered users only).</div></td><td width=\"10\"> </td></tr></tbody></table><br />"; 24 24 load_localestrings($localestrings, LP_LOCALE, "404page", $step); 25 26 $localestrings = array(); 27 $localestrings['mon001'] = "January"; 28 $localestrings['mon002'] = "February"; 29 $localestrings['mon003'] = "March"; 30 $localestrings['mon004'] = "April"; 31 $localestrings['mon005'] = "May"; 32 $localestrings['mon006'] = "June"; 33 $localestrings['mon007'] = "July"; 34 $localestrings['mon008'] = "August"; 35 $localestrings['mon009'] = "September"; 36 $localestrings['mon010'] = "October"; 37 $localestrings['mon011'] = "November"; 38 $localestrings['mon012'] = "December"; 39 load_localestrings($localestrings, LP_LOCALE, "months", $step); 25 40 26 41 $localestrings = array(); … … 938 953 $localestrings['423'] = "Search accessable for:"; 939 954 $localestrings['424'] = "Save"; 955 $localestrings['425'] = "Move up in priority"; 956 $localestrings['426'] = "Move down in priority"; 957 $localestrings['427'] = "Up"; 958 $localestrings['428'] = "Down"; 959 $localestrings['429'] = "Order"; 960 $localestrings['430'] = "The order in which the searches are listed here determines the default search location"; 940 961 load_localestrings($localestrings, LP_LOCALE, "admin.search", $step); 941 962 … … 3184 3205 $localestrings['rpt404'] = "Result for the requested report"; 3185 3206 $localestrings['rpt405'] = "Report List"; 3207 $localestrings['rpt500'] = "Registered users per country"; 3208 $localestrings['rpt501'] = "Show me"; 3209 $localestrings['rpt502'] = "the top"; 3210 $localestrings['rpt503'] = "all"; 3211 $localestrings['rpt504'] = "results in the report, and sort it"; 3212 $localestrings['rpt505'] = "descending"; 3213 $localestrings['rpt506'] = "ascending"; 3214 $localestrings['rpt507'] = "Country"; 3215 $localestrings['rpt508'] = "User Count"; 3216 $localestrings['rpt509'] = "New users joined per month"; 3217 $localestrings['rpt510'] = "Period of registration"; 3218 $localestrings['rpt511'] = "Unknown"; 3219 $localestrings['rpt950'] = "The report could not be generated:"; 3220 $localestrings['rpt951'] = "The requested report does not contain any data"; 3186 3221 load_localestrings($localestrings, LP_LOCALE, "main.reports", $step); 3187 3222
Note: See TracChangeset
for help on using the changeset viewer.
