Changeset 1648 in ExiteCMS for trunk/administration/tools/language_pack_English.php
- Timestamp:
- 08/17/08 22:34:14 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/tools/language_pack_English.php
r1639 r1648 938 938 $localestrings['424'] = "Save"; 939 939 load_localestrings($localestrings, LP_LOCALE, "admin.search", $step); 940 941 $localestrings = array(); 942 $localestrings['400'] = "Searches"; 943 $localestrings['401'] = "Search Title"; 944 $localestrings['402'] = "Visibility"; 945 $localestrings['403'] = "Options"; 946 $localestrings['404'] = "Deactivate"; 947 $localestrings['405'] = "Activate"; 948 $localestrings['406'] = "Modify this search"; 949 $localestrings['407'] = "Delete this search"; 950 $localestrings['408'] = "Currently there are no searches defined"; 951 $localestrings['409'] = "Add a Search"; 952 $localestrings['410'] = "from"; 953 $localestrings['411'] = "Try this search"; 954 $localestrings['420'] = "Search name:"; 955 $localestrings['421'] = "Module name:"; 956 $localestrings['422'] = "Search title:"; 957 $localestrings['423'] = "Search accessable for:"; 958 $localestrings['424'] = "Save"; 959 load_localestrings($localestrings, LP_LOCALE, "admin.searches", $step); 940 960 941 961 $localestrings = array(); … … 3133 3153 $localestrings['src438'] = "Date Joined:"; 3134 3154 $localestrings['src439'] = "Last Login:"; 3135 $localestrings['src440'] = "never"; 3136 $localestrings['src441'] = "Attachment:"; 3155 $localestrings['src440'] = "never"; 3156 $localestrings['src441'] = "Attachment:"; 3137 3157 $localestrings['src442'] = "produced <b>%s</b> results:"; 3138 $localestrings['src443'] = "count"; 3158 $localestrings['src443'] = "count"; 3139 3159 $localestrings['src444'] = "Sort by"; 3140 3160 $localestrings['src445'] = "Note that depending on the selected location, not all sort options and result filters are relevant!"; … … 3149 3169 $localestrings['src515'] = "Members"; 3150 3170 load_localestrings($localestrings, LP_LOCALE, "main.search", $step); 3171 3172 $localestrings = array(); 3173 $localestrings['src400'] = "Search this site"; 3174 $localestrings['src401'] = "Search"; 3175 $localestrings['src402'] = "Result for your search"; 3176 $localestrings['src403'] = "Currently there are no searches defined"; 3177 $localestrings['src410'] = "Articles"; 3178 $localestrings['src411'] = "News"; 3179 $localestrings['src412'] = "Forum posts"; 3180 $localestrings['src413'] = "Forum attachments"; 3181 $localestrings['src414'] = "Downloads"; 3182 $localestrings['src415'] = "Members"; 3183 load_localestrings($localestrings, LP_LOCALE, "main.searches", $step); 3151 3184 3152 3185 $localestrings = array(); … … 3325 3358 $localestrings['u065'] = "Undisclosed"; 3326 3359 $localestrings['u066'] = "OpenID URL:"; 3360 $localestrings['u067'] = "use the BBcode WYSIWYG editor:"; 3327 3361 $localestrings['u901'] = "Full Name"; 3328 3362 load_localestrings($localestrings, LP_LOCALE, "main.user_fields", $step); … … 3366 3400 if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 3367 3401 if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 3368 if (!defined('LP_DATE')) define('LP_DATE', "121 7798860");3369 $lp_date = "121 7798860";3402 if (!defined('LP_DATE')) define('LP_DATE', "1218989654"); 3403 $lp_date = "1218989654"; 3370 3404 3371 3405 /*---------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.
