Issues (1149)

language/english/main.php (2 issues)

1
<?php
2
3
//Submit form
4
define('_MD_SELECT', 'Select yes/no');
5
define('_MD_CATEGORIES', 'Categories');
6
define('_MD_ERROR_NOT_SAVED', 'The record was not saved. Please contact the site administrator.');
7
8
define('_MD_THANKSFORINFO', "Thanks for the information. We'll look into your request shortly.");
9
define('_MD_THANKSFORHELP', "Thank you for helping to maintain this directory's integrity.");
10
define('_MD_FORSECURITY', 'For security reasons your user name and IP address will also be temporarily recorded.');
11
12
define('_MD_SEARCHFOR', 'Search for');
13
define('_MD_ANY', 'ANY');
14
define('_MD_SEARCH', 'Search');
15
define('_MD_NORESULTS', 'No results were found.');
16
17
define('_MD_MAIN', 'Main');
18
define('_MD_POPULAR', 'Popular');
19
define('_MD_TOPRATED', 'Top Rated');
20
21
define('_MD_EDIT', 'Edit');
22
define('_MD_UPDATE', 'Update');
23
define('_MD_CONTINUE', 'Continue');
24
define('_MD_FINISHED', 'Finished');
25
26
define('_MD_CREATED', 'Created');
27
28
define('_MD_NEWTHISWEEK', 'New this week');
29
define('_MD_UPTHISWEEK', 'Updated this week');
30
31
define('_MD_POPULARITYLTOM', 'Popularity (Least to Most Hits)');
32
define('_MD_POPULARITYMTOL', 'Popularity (Most to Least Hits)');
33
define('_MD_TITLEATOZ', 'Title (A to Z)');
34
define('_MD_TITLEZTOA', 'Title (Z to A)');
35
define('_MD_DATEOLD', 'Date (Old Links Listed First)');
36
define('_MD_DATENEW', 'Date (New Links Listed First)');
37
define('_MD_RATINGLTOH', 'Rating (Lowest Score to Highest Score)');
38
define('_MD_RATINGHTOL', 'Rating (Highest Score to Lowest Score)');
39
40
define('_MD_NOSHOTS', 'No Screenshots Available');
41
define('_MD_EDITTHISLINK', 'Edit This Link');
42
43
define('_MD_DESCRIPTIONC', 'Description: ');
44
define('_MD_EMAILC', 'Email: ');
45
define('_MD_CATEGORYC', 'Category: ');
46
define('_MD_LASTUPDATEC', 'Last Update: ');
47
define('_MD_HITSC', 'Hits: ');
48
define('_MD_RATINGC', 'Rating: ');
49
define('_MD_ONEVOTE', '1 vote');
50
define('_MD_NUMVOTES', '%s votes');
51
define('_MD_RATETHISSITE', 'Rate this listing');
52
define('_MD_MODIFY', 'Modify');
53
define('_MD_REPORTBROKEN', 'Report Broken Link');
54
define('_MD_TELLAFRIEND', 'Tell a Friend');
55
define('_MD_SPECIALOFFERS_FOR', 'Special offers for:');
56
57
define('_MD_THEREARE', 'There are <b>%s</b> Listings in this directory');
58
define('_MD_LATESTLIST', 'Latest Listings');
59
60
define('_MD_REQUESTMOD', 'Request Link Modification');
61
define('_MD_LINKID', 'Link ID: ');
62
define('_MD_SITETITLE', 'Website Title: ');
63
define('_MD_SITEURL', 'Website URL: ');
64
define('_MD_OPTIONS:', 'Options: ');
65
define('_MD_OPTIONS', 'Options');
66
define('_MD_OPTIONS_EXPL', 'Seperate list of options by using the | sign.');
67
define('_MD_NOTIFYAPPROVE', 'Notify me when this link is approved');
68
define('_MD_SHOTIMAGE', 'Screenshot Img: ');
69
define('_MD_SENDREQUEST', 'Send Request');
70
71
define('_MD_VOTEAPPRE', 'Your vote is appreciated.');
72
define('_MD_THANKURATE', 'Thank you for taking the time to rate a site here at %s.');
73
define('_MD_VOTEFROMYOU', 'Input from users such as yourself will help other visitors better decide which link to choose.');
74
define('_MD_VOTEONCE', 'Please do not vote for the same resource more than once.');
75
define('_MD_RATINGSCALE', 'The scale is 1 - 10, with 1 being poor and 10 being excellent.');
76
define('_MD_BEOBJECTIVE', "Please be objective, if everyone receives a 1 or a 10, the ratings aren't very useful.");
77
define('_MD_DONOTVOTE', 'Do not vote for your own resource.');
78
define('_MD_RATEIT', 'Rate It!');
79
define('_MD_NORESULTS_PLEASE_CREATE_DIRECTORY', 'No directories were found. Please create a new directory.');
80
81
define('_MD_WHENAPPROVED', "You'll receive an E-mail when it has been approved.");
82
define('_MD_SUBMITONCE', 'Please submit your link only once.');
83
define('_MD_ALLPENDING', 'All link information is posted pending verification.');
84
define('_MD_DONTABUSE', 'For security reasons your Username and IP will temporarily be recorded.');
85
define('_MD_TAKESHOT', 'It may take several days for your website link to be added to our database.');
86
87
define('_MD_RANK', 'Rank');
88
define('_MD_CATEGORY', 'Category');
89
define('_MD_DESCRIPTION', 'Description');
90
define('_MD_HITS', 'Hits');
91
define('_MD_RATING', 'Rating');
92
define('_MD_VOTE', 'Vote');
93
define('_MD_TOP10', '%s Top 10'); // %s is a listing category title
94
95
define('_MD_SEARCHRESULTS', 'Search results for <b>%s</b>:'); // %s is search keywords
96
define('_MD_SORTBY', 'Sort by:');
97
define('_MD_TITLE', 'Title');
98
define('_MD_DATE', 'Date');
99
define('_MD_POPULARITY', 'Popularity');
100
define('_MD_CURSORTEDBY', 'Sites currently sorted by: %s');
101
define('_MD_PREVIOUS', 'Previous');
102
define('_MD_NEXT', 'Next');
103
define('_MD_NOMATCH', 'No matches found to your query');
104
105
define('_MD_SUBMIT', 'Submit');
106
define('_MD_CANCEL', 'Cancel');
107
108
/* define("_MD_ALREADYREPORTED","You have already submitted a broken report for this resource."); */
0 ignored issues
show
Unused Code Comprehensibility introduced by
75% of this comment could be valid code. Did you maybe forget this after debugging?

Sometimes obsolete code just ends up commented out instead of removed. In this case it is better to remove the code once you have checked you do not need it.

The code might also have been commented out for debugging purposes. In this case it is vital that someone uncomments it again or your project may behave in very unexpected ways in production.

This check looks for comments that seem to be mostly valid code and reports them.

Loading history...
109
define('_MD_MUSTREGFIRST', "Sorry, you don't have the permission to perform this action.<br>Please register or login first!");
110
define('_MD_NORATING', 'No rating selected.');
111
define('_MD_CANTVOTEOWN', 'You cannot vote on the resource you submitted.<br>All votes are logged and reviewed.');
112
define('_MD_VOTEONCE2', 'Vote for the selected resource only once.<br>All votes are logged and reviewed.');
113
114
//%%%%%%    Module Name 'efqdirectory' (Admin)    %%%%%
115
define('_MD_MANAGE_SUBSCRIPTION_OFFERS', 'Manage subscription offers');
116
define('_MD_A_MODADMIN_HOME', 'Module Admin home');
117
define('_MD_A_DIRADMIN', 'Directories Admin');
118
define('_MD_A_FTYPESADMIN', 'Field types Admin');
119
define('_MD_A_ATYPESADMIN', 'Address types Admin');
120
define('_MD_A_ASUBSCRIPTIONSADMIN', 'Subscriptions Admin');
121
define('_MD_CURRENT_PIC', 'Current picture');
122
define('_MD_SAVED', 'Record saved');
123
define('_MD_LISTINGDELETED', 'Listing deleted');
124
define('_MD_LISTINGAPPROVED', 'Listing approved');
125
define('_MD_MANAGEDIRECTORIES', 'Manage Directories');
126
define('_MD_MANAGEFIELDTYPES', 'Manage Field types');
127
define('_MD_MANAGEADDRESSTYPES', 'Manage Address types');
128
define('_MD_LISTINGTITLE', 'Listing title');
129
define('_MD_CHECK_DUPLICATE_DATATYPES', 'Check duplicate Data types');
130
define('_MD_DUPLICATE_DATATYPES', 'Duplicate Data types');
131
define('_MD_MERGE', 'Merge');
132
133
define('_MD_DAYS', 'Days');
134
define('_MD_WEEKS', 'Weeks');
135
define('_MD_QUARTERS', 'Quarters');
136
define('_MD_MONTHS', 'Months');
137
define('_MD_YEARS', 'Years');
138
139
define('_MD_DAY', 'Day');
140
define('_MD_WEEK', 'Week');
141
define('_MD_QUARTER', 'Quarter');
142
define('_MD_MONTH', 'Month');
143
define('_MD_YEAR', 'Year');
144
145
define('_MD_CURR_USD', 'USD');
146
define('_MD_CURR_AUD', 'AUD');
147
define('_MD_CURR_EUR', 'EUR');
148
define('_MD_CURR_GBP', 'GPB');
149
define('_MD_CURR_YEN', 'YEN');
150
151
//Directories management
152
define('_MD_INVALID_DIR', 'Invalid directory.');
153
define('_MD_CREATE_NEWDIR', 'Create a new Directory');
154
define('_MD_DIRNAME', 'Directory name');
155
define('_MD_DIROPENYN', 'Set open?');
156
define('_MD_TOTALCATS', 'Nr. of categories');
157
define('_MD_YESNO', ' Mark if set to <strong>Yes</strong>, unmark if set to <strong>No</strong>');
158
define('_MD_NA', 'N/A');
159
define('_MD_ACTION', 'Action');
160
define('_MD_POSTFIX', 'Postfix to use for this directory');
161
define('_MD_OPENYN', 'Set this Directory open?');
162
define('_MD_DIR_SAVED', 'Directory saved succesfully.');
163
define('_MD_DIR_UPDATED', 'Directory updated');
164
define('_MD_MANAGE_CATS', 'Manage categories');
165
define('_MD_MANAGE_CAT', 'Manage category');
166
define('_MD_EDITDIR', 'Edit directory');
167
define('_MD_EDITDIRFORM', 'Edit directory form');
168
define('_MD_SELECT_PIC', 'Select picture to upload');
169
define('_MD_WITH_SELECTED', 'With selected');
170
define('_MD_STATUS', 'Status');
171
define('_MD_OPEN', 'Open');
172
define('_MD_CLOSE', 'Close');
173
define('_MD_CLOSED', 'Closed');
174
define('_MD_EDIT_BRACKETS', ' [ Edit ]');
175
176
//Categories management
177
define('_MD_CREATE_NEWCAT', 'Create a new Category');
178
define('_MD_EDITCAT', 'Edit category');
179
define('_MD_NEWCATFORM', 'New category form');
180
define('_MD_CATTITLE', 'Category title');
181
define('_MD_CATTEXT_ACTIVE_YN', 'Show Category text?');
182
define('_MD_ACTIVEYN', 'Set this category active?');
183
define('_MD_ACTIVE', 'Active');
184
define('_MD_ALLOWLISTYN', 'Allow this category to have listings?');
185
define('_MD_SHOWPOPULARYN', 'Show the most popular listings in the startpage of this category?');
186
define('_MD_PARENTCAT', 'Parent category');
187
define('_MD_EDITCATFORM', 'Edit category form');
188
define('_MD_EDITDTYPES', 'Edit data field types');
189
define('_MD_ADDDTYPE', 'Add data field type');
190
define('_MD_DTYPE', 'Data field type');
191
define('_MD_DTYPE_TITLE', 'Data field type title');
192
define('_MD_DTYPE_NAME', 'Data field type name');
193
define('_MD_DTYPE_SEQ', 'Sequence');
194
define('_MD_DTYPE_SEQ_ABBR', 'Seq.');
195
define('_MD_DTYPE_ACTIVEYN', 'Set this data field type active?');
196
define('_MD_SECTION', 'Section');
197
define('_MD_FTYPE_NAME', 'Field type name');
198
define('_MD_DEFAULT', 'Default');
199
define('_MD_DTYPE_DEFAULTYN', 'Set this data field type as default for child categories?');
200
define('_MD_IMPORT_DTYPES_FROM_PARENTCAT', 'Import data field types from parent category');
201
define('_MD_IMPORT_DTYPES_FROM_OTHERCAT', 'Import data field types from other category');
202
define('_MD_IMPORT_DTYPES_YN', 'Automatically import default fields from parent category?');
203
define('_MD_NORECORDS', 'No records found');
204
define('_MD_ADD_DTYPE_FORM', 'Add data field type form');
205
define('_MD_CAT_SAVED', 'Category saved');
206
define('_MD_CAT_UPDATED', 'Category updated');
207
define('_MD_DTYPE_ICON', 'Icon');
208
define('_MD_DTYPE_CUSTOM', 'Custom field y/n');
209
define('_MD_SELECT_ICON', 'Select icon');
210
define('_MD_CURRENT_ICON', 'Current icon');
211
define('_MD_CUSTOM', 'Custom field');
212
define('_MD_EDITDTYPE', 'Edit datatype');
213
define('_MD_NOIMAGE', 'No image selected');
214
define('_MD_EDIT_DTYPE_FORM', 'Edit data field type form');
215
define('_MD_DTYPE_UPDATED', 'Data field type updated');
216
define('_MD_EDITCATEGORIES', 'Edit categories');
217
define('_MD_CREATE_NEWSUBCAT', 'Create new subcategory');
218
define('_MD_SUBCATEGORIES', 'Subcategories');
219
define('_MD_NOVALIDDIR', 'No valid directory selected');
220
define('_MD_NORESULTS_PLEASE_CREATE_CATEGORY', 'No categories were found. Please create a new category.');
221
define('_MD_NOFIELDTYPE_SELECTED', 'No field type was selected. Please select one of the field types before you submit the form.');
222
223
//Address types management
224
define('_MD_ADDRESSTYPE_UPDATED', 'Address type updated');
225
define('_MD_EDIT_ADDRESSTYPES_TITLE', 'Edit Address types');
226
define('_MD_MANAGE_ADDRESS_TYPES', 'Manage Address types');
227
define('_MD_EDIT_ADDRESSTYPE_FIELDS_FORM', 'Address types form');
228
define('_MD_FIELDS', 'Address fields');
229
define('_MD_USELOCYN', 'Use location manager to update related fields (like city and country)?');
230
define('_MD_ADDRESSTYPE_TITLE', 'Type name');
231
232
//Fieldtypes management
233
define('_MD_FIELDTYPE', 'Field type');
234
define('_MD_FTYPECONF', 'Field types management');
235
define('_MD_CREATE_NEWFTYPE', 'Create new field type');
236
define('_MD_VIEW_FIELDTYPE', 'View field type');
237
define('_MD_TYPE', 'Type');
238
define('_MD_EXT', 'Extension');
239
define('_MD_SET_EXT', 'Extension Manager');
240
define('_MD_NEWFTYPEFORM', 'New field type form');
241
define('_MD_EDITFTYPEFORM', 'Edit field type form');
242
define('_MD_FIELDNAMES_CHECKBOX', 'Checkbox');
243
define('_MD_FIELDNAMES_DATE', 'Date');
244
define('_MD_FIELDNAMES_DATETIME', 'Date/time');
245
define('_MD_FIELDNAMES_LONGDATE', 'Long date');
246
define('_MD_FIELDNAMES_GROUP', 'Group');
247
define('_MD_FIELDNAMES_GROUPMULTI', 'Multi group');
248
define('_MD_FIELDNAMES_LANGUAGE', 'Language');
249
define('_MD_FIELDNAMES_RADIO', 'Radio');
250
define('_MD_FIELDNAMES_SELECT', 'Select');
251
define('_MD_FIELDNAMES_SELECTMULTI', 'Select multi');
252
define('_MD_FIELDNAMES_TEXTAREA', 'Text area');
253
define('_MD_FIELDNAMES_DHTMLTEXTAREA', 'DHTML text area');
254
define('_MD_FIELDNAMES_TEXTBOX', 'Text box');
255
define('_MD_FIELDNAMES_TIMEZONE', 'Time zone');
256
define('_MD_FIELDNAMES_YESNO', 'Yes/No');
257
define('_MD_FIELDNAMES_URL_TITLE', 'Link title');
258
define('_MD_FIELDNAMES_URL_LINK', 'Link address');
259
260
define('_MD_FIELDNAMES_ADDRESS', 'Address');
261
define('_MD_FIELDNAMES_GALLERY', 'Image gallery');
262
define('_MD_FIELDNAMES_RATING', 'Rating');
263
define('_MD_FIELDNAMES_LOCATIONMAP', 'Location map');
264
265
define('_MD_WIDTH', 'Width');
266
define('_MD_HEIGHT', 'Height');
267
define('_MD_ROWS', 'Rows');
268
define('_MD_COLS', 'Cols');
269
define('_MD_SIZE', 'Size');
270
define('_MD_MAXSIZE', 'Max size');
271
define('_MD_DEFAULTVALUE', 'Default value');
272
define('_MD_MULTIPLE', 'Multiple');
273
define('_MD_CHECKED', 'Checked');
274
define('_MD_DELETE_CAT', ' Delete category');
275
define('_MD_CONFIRM_DELETECAT_FORM', 'Confirm deletion of category');
276
define('_MD_DELETE_CAT_YN', 'Are you sure you want to delete this category?');
277
define('_MD_CAT_DELETES', 'Category deleted succesfully');
278
279
//Subscription offers management
280
define('_MD_SUBSCR_OFFERS', 'Subscription offers');
281
define('_MD_OFFERTITLE', 'Title');
282
define('_MD_ITEMTYPES', 'Item types');
283
define('_MD_ITEMTYPE_NAME', 'Type name');
284
define('_MD_ITEMTYPE_LEVEL', 'Level');
285
define('_MD_OFFERDURATION', 'Duration');
286
define('_MD_ADD_SUBSCR_OFFER', 'Add subscription offer');
287
define('_MD_ADD_OFFER_FORM', 'Add subscription offer form');
288
define('_MD_ADD_ITEMTYPE_FORM', 'Add item type form');
289
define('_MD_EDIT_ITEMTYPE_FORM', 'Edit item type form');
290
define('_MD_ADD_ITEMTYPE', 'Add item type');
291
define('_MD_OFFER_TITLE', 'Subscription title');
292
define('_MD_SUBSCR_ITEMTYPE', 'Subscription typelevel');
293
define('_MD_SUBSCR_TYPE', 'Subscription type');
294
define('_MD_SUBSCR_FORM', 'Subscription order form');
295
define('_MD_UPDATE_SUBSCR_FORM', 'Update subscription order form');
296
define('_MD_FORWARDED_PAYMENT_PAGE', 'You are forwarded to the subscription payment form.');
297
define('_MD_OFFER_DURATION', 'Duration');
298
define('_MD_OFFER_COUNT', 'Count');
299
define('_MD_OFFER_PRICE', 'Price');
300
define('_MD_OFFER_ACTIVEYN', 'Active y/n');
301
define('_MD_OFFER_ACTIVE', 'Active');
302
define('_MD_OFFER_DESCR', 'Description');
303
define('_MD_OFFER_CURRENCY', 'Currency');
304
define('_MD_INVALID_OFFERID', 'This offer ID is not valid. You will be redirected to the main subscriptions page.');
305
define('_MD_INVALID_TYPEID', 'This type ID is not valid. You will be redirected to the main subscriptions page.');
306
307
//Extension manager
308
define('_MD_SELECT_FORMTYPE', 'Please select a field type before using the extension manager.');
309
define('_MD_EXTMANAGER', 'Extension Manager');
310
311
//Edit item form
312
define('_MD_ONLYADMIN_ALLOWED_TO_EDIT', 'Only the administrator is allowed to edit a listing that has already been approved.');
313
define('_MD_EDITITEM_FORM', 'Edit listing form');
314
define('_MD_EDITITEMTYPE_FORM', 'Edit item type form');
315
define('_MD_SELECT_ITEMTYPE', 'Select item type');
316
define('_MD_ITEMCATEGORIES', 'Linked categories');
317
define('_MD_EDIT_CATEGORIES', 'Edit categories');
318
define('_MD_ITEM_UPDATED', 'Listing updated');
319
define('_MD_CATEGORIES_UPDATED', 'Categories updated');
320
define('_MD_VIEWITEM', 'View listing');
321
define('_MD_LANG_EDIT_ITEM', 'Edit listing');
322
define('_MD_CUSTOM_TITLE', 'Title ');
323
define('_MD_CUSTOM_VALUE', 'Value ');
324
define('_MD_EDIT_INVALID_VALUE', 'Invalid value for address');
325
define('_MD_NOVALIDITEM', 'No valid item selected');
326
define('_MD_NOVALIDITEM_IDMISSING', 'No valid item selected. Item ID is missing.');
327
define('_MD_NOVALIDITEM_TITLEMISSING', 'No valid item selected. Item title is missing.');
328
define('_MD_NOVALIDORDER', 'No valid order selected');
329
330
//Confirm delete listing
331
define('_MD_CONFIRM_DELETELISTING_FORM', 'Confirm delete listing form');
332
define('_MD_DELETEYN', 'Are you sure you want to delete this listing?');
333
334
//Submit form frontside
335
define('_MD_SELECTCAT_FORM', 'Select category form');
336
define('_MD_SUBMITLISTING_FORM', 'Submit listing form');
337
define('_MD_NOCATEGORYMATCH', 'At least one category should be selected for a new listing');
338
define('_MD_NODIRECTORYSELECTED', 'A directory must be selected prior to submitting a listing.');
339
define('_MD_NOACTIVECATEGORIES', 'There are not any selectable categories in this directory.');
340
341
//Frontside index
342
define('_MD_INTERESTING_LISTING', 'Interesting listing at %s');  // %s is your site name
343
define('_MD_INTERESTING_LISTING_FOUND', 'Here is an interesting listing I have found at %s');  // %s is your site name
344
define('_MD_NOACTIVEDIRECTORIES', 'There are no directories active at this moment.');
345
define('_MD_DIRECTORIES_HEADER', 'Directories');
346
define('_MD_LISTINGS', 'Listings');
347
define('_MD_SUBMITLISTING', 'Submit new listing');
348
349
//Frontside edit
350
define('_MD_PUBLISH_LISTING', 'Publish listing');
351
define('_MD_SUBMITTED_PUBLICATION', 'Submitted for publication');
352
define('_MD_DF_ADDRESS', 'Address');
353
define('_MD_DF_ADDRESS2', 'Address2');
354
define('_MD_DF_ZIP', 'Zip code');
355
define('_MD_DF_POSTCODE', 'Postcode');
356
define('_MD_DF_LAT', 'Lattitude');
357
define('_MD_DF_LON', 'Longnitude');
358
define('_MD_DF_PHONE', 'Phone number');
359
define('_MD_DF_FAX', 'Fax number');
360
define('_MD_DF_MOBILE', 'Mobile number');
361
define('_MD_DF_CITY', 'City');
362
define('_MD_DF_COUNTRY', 'Country');
363
define('_MD_DF_TYPENAME', 'Address type name');
364
define('_MD_DF_USELOCYN', _MD_USELOCYN);
365
366
//Frontside listing
367
define('_MD_LANG_ITEMTITLE', 'Title');
368
define('_MD_LANG_SUBSCR_OFFERS_HEADER', 'Subscription offers');
369
define('_MD_LANG_SUBSCR_ACTIVE_ORDERS_HEADER', 'Active subscriptions');
370
define('_MD_LANG_CURRENT_SUBSCR', 'Current subscription');
371
define('_MD_LANG_ORDERNAME', 'Order name');
372
define('_MD_LANG_ACTIONS', 'Actions');
373
define('_MD_LANG_TERMINATE_ORDER', 'Delete this order');
374
define('_MD_LANG_TERMINATE_ORDER_ALT', 'Delete');
375
define('_MD_LANG_RENEW_SUBSCRIPTION', 'Renew this subscription');
376
define('_MD_LANG_RENEW_SUBSCRIPTION_ALT', 'Renew');
377
define('_MD_SUBSCR_TYPE_NOTSELECTED', 'Please select a subscription type first.');
378
define('_MD_LANG_STARTDATE', 'Start date');
379
define('_MD_NORIGHTS', 'You do not have sufficient rights to view this page. Please contact the website administrator if you feel that you should have access rights to this page.');
380
define('_MD_CONFIRMATION', 'Confirmation');
381
define('_MD_CONFIRM_TERMINATE_TITLE', 'Confirm deletion');
382
define('_MD_CONFIRM_TERMINATION_TEXT', "Please confirm that you wish to delete this order. Press the button 'Continue' to confirm or press the 'Back' button when you wish you cancel this action.");
383
define('_MD_LANG_BILLTO', 'Bill to date');
384
define('_MD_LANG_ENDDATE', 'End date');
385
define('_MD_LANG_PAYMENTSTATUS', 'Payment status');
386
define('_MD_LANG_NO_SUBSCR_MOMENT', 'Currently this listing does not have a subscription.');
387
define('_MD_LANG_SUBSCRIBE', 'Subscribe');
388
define('_MD_LANG_INCOMPLETE', 'Incomplete');
389
define('_MD_LANG_ITEMDESCRIPTION', 'Description');
390
define('_MD_EDITTHISLISTING', '[Edit this listing]');
391
define('_MD_VIEWSUBSCRIPTIONS', 'View subscription');
392
define('_MD_ITEM_NOT_EXIST', 'This item can not be found.');
393
define('_MD_SELECT_STARTDATE', 'Select start date');
394
define('_MD_AUTORENEWYN', 'Auto renew subscription?');
395
define('_MD_ORDER_DELETED', 'The order has been deleted succesfully.');
396
define('_MD_EDIT_LISTING', 'Edit listing');
397
398
//Order payment
399
define('_MD_LANG_SUBSCR_PAYMENT', 'Subscription payment');
400
define('_MD_ORDER_PAYMENT_FORM', 'Order payment form');
401
define('_MD_PAY_FIRSTNAME', 'First name');
402
define('_MD_PAY_LASTNAME', 'Last name');
403
define('_MD_PAY_ADDRESS1', 'Address line 1');
404
define('_MD_PAY_ADDRESS2', 'Address line 2');
405
define('_MD_PAY_CITY', 'City');
406
define('_MD_PAY_STATE', 'State');
407
define('_MD_PAY_ZIP', 'Zip code');
408
define('_MD_PAY_EMAIL', 'E-mail address');
409
define('_MD_PAY_PHONE1', 'Phone number');
410
define('_MD_ORDER_PROCESSED', 'We thank you for your payment. Your order will be processed as soon as possible.');
411
define('_MD_ORDER_ALREADY_PROCESSED', 'This order has already been processed. You will be forwarded to the subscription page.');
412
define('_MD_PAY_WITH', 'Payment with');
413
414
//Frontside search
415
define('_MD_SEARCHRESULTS_TITLE', 'Search results');
416
define('_MD_LISTINGS_FOUND', 'listings found');
417
418
//Frontside advanced search
419
define('_MD_ADVSEARCH_FORM', 'Advanced search form');
420
define('_MD_SEARCHSTRING', 'Search string');
421
define('_MD_EQUAL_TO', 'Equal to');
422
define('_MD_NOT_EQUAL_TO', 'Not equal to');
423
define('_MD_BEGINSWITH', 'Begins with');
424
define('_MD_ENDSWITH', 'Ends with');
425
define('_MD_CONTAINS', 'Contains');
426
define('_MD_NOTCONTAIN', 'Does not contain');
427
define('_MD_SMALLER_THAN', 'Smaller than');
428
define('_MD_GREATER_THAN', 'Greater than');
429
define('_MD_PAGE_OF_PAGES', '<div align="right"><strong>Page %s of %s</strong></div>');
430
define('_MD_LISTINGS_FOUND_ADV', '<div align="right">%s listings found</strong></div>');
431
define('_MD_PAGES', '<strong>Pages:&nbsp;</strong>');
432
define('_MD_NEW_SEARCH_ADV', '<div align="right"><strong><a href="advancedsearch.php?dirid=%s">[ New search ]</a></strong></div>');
433
define('_MD_SEARCH_ADV', '<div align="right"><strong><a href="advancedsearch.php?dirid=%s">[ Advanced search ]</a></strong></div>');
434
435
//Frontside addcoupon
436
define('_MD_COUPONHEADER', 'Coupon Heading');
437
define('_MD_COUPONHITS', 'Counter');
438
define('_MD_COUPONIMG', 'Coupon Image: /uploads/)');
439
define('_MD_SAVINGS', 'Special Offers');
440
define('_MD_COUPONFORM', 'Add/Edit Coupon');
441
define('_MD_ADDCOUPON', 'Add Coupon');
442
define('_MD_EDITCOUPON', 'Edit Coupon');
443
define('_MD_COUPONADDED', 'Coupon Added Successfully');
444
define('_MD_DELCOUPON', 'Delete Coupon');
445
define('_MD_COUPONDELETED', 'Coupon Deleted Successfully');
446
define('_MD_ERR_COUPONIDMISSING', 'Coupon ID missing in posted form.');
447
define('_MD_PRINTERFRIENDLY', 'Printer Friendly Page');
448
define('_MD_NOSAVINGS', 'There are no special offers for this category or listing');
449
define('_MD_COUPONEDITED', 'Coupon Information Updated');
450
define('_MD_COUPONRUSURE', 'Are you sure you want to DELETE this coupon?');
451
define('_MD_PUBLISHCOUPON', 'Coupon Publish Time');
452
define('_MD_EXPIRECOUPON', 'Coupon Expire Time');
453
define('_MD_CONVERTLBR', 'Convert Linebreaks');
454
define('_MD_PUBLISHEDON', 'Valid From ');
455
define('_MD_EXPIRESON', 'Expires On ');
456
define('_MD_SETEXPIRATION', 'Set Expiration date?');
457
define('_MD_SAVINGS_IMGTXT', 'Special Offers');
458
define('_MD_COUPONIMGMGR', 'Use ImageManager (in Description Toolbar above) to upload images.');
459
define('_MD_COUPSEL', 'Select Coupon');
460
define('_MD_COUPONUPDATED', 'Coupon updated.');
461
462
define('_MD_ADDBUTTON', 'Add');
463
define('_MD_DELBUTTON', 'Delete');
464
define('_MD_LISTINGSCONF', 'Listings Configuration');
465
define('_MD_DIRCONF', 'Directories Configuration');
466
define('_MD_CATCONF', 'Categories Configuration');
467
define('_MD_GENERALSET', 'EFQ Directory General Settings');
468
469
define('_MD_LISTINGSWAITING', 'Listings Waiting for Validation');
470
define('_MD_NONEW_LISTINGS', 'There are no new listings waiting for approval.');
471
define('_MD_BROKENREPORTS', 'Broken Listing Reports');
472
define('_MD_MODREQUESTS', 'Listing Modification Requests');
473
define('_MD_SUBMITTER', 'Submitter');
474
define('_MD_VISIT', 'Visit');
475
define('_MD_SHOTMUST', 'Screenshot image must be a valid image file under %s directory (ex. shot.gif). Leave it blank if no image file.');
476
define('_MD_APPROVE', 'Approve');
477
define('_MD_DELETE', 'Delete');
478
define('_MD_NOSUBMITTED', 'No New Submitted Links.');
479
define('_MD_ADDMAIN', 'Add a MAIN Category');
480
define('_MD_TITLEC', 'Title: ');
481
define('_MD_IMGURL', 'Image URL (OPTIONAL Image height will be resized to 50): ');
482
define('_MD_ADD', 'Add');
483
define('_MD_ADDSUB', 'Add a SUB-Category');
484
define('_MD_IN', 'in');
485
define('_MD_ADDNEWLISTING', 'Add a New Listing');
486
define('_MD_MODCAT', 'Modify Category');
487
define('_MD_MODLISTING', 'Modify Listing');
488
define('_MD_TOTALVOTES', 'Listing Votes (total votes: %s)');
489
define('_MD_USERTOTALVOTES', 'Registered User Votes (total votes: %s)');
490
define('_MD_ANONTOTALVOTES', 'Anonymous User Votes (total votes: %s)');
491
define('_MD_USER', 'User');
492
define('_MD_IP', 'IP Address');
493
define('_MD_USERAVG', 'User AVG Rating');
494
define('_MD_TOTALRATE', 'Total Ratings');
495
define('_MD_NOREGVOTES', 'No Registered User Votes');
496
define('_MD_NOUNREGVOTES', 'No Unregistered User Votes');
497
define('_MD_VOTEDELETED', 'Vote data deleted.');
498
define('_MD_NOBROKEN', 'No reported broken links.');
499
define('_MD_IGNOREDESC', 'Ignore (Ignores the report and only deletes the <b>broken listing report</b>)');
500
define('_MD_DELETEDESC', 'Delete (Deletes <b>the reported website data</b> and <b>broken listing reports</b> for the link.)');
501
define('_MD_REPORTER', 'Report Sender');
502
define('_MD_LISTINGSUBMITTER', 'Listing Submitter');
503
define('_MD_IGNORE', 'Ignore');
504
define('_MD_LINKDELETED', 'Listing Deleted.');
505
define('_MD_BROKENDELETED', 'Broken listing report deleted.');
506
define('_MD_USERMODREQ', 'User Listing Modification Requests');
507
define('_MD_ORIGINAL', 'Original');
508
define('_MD_PROPOSED', 'Proposed');
509
define('_MD_OWNER', 'Owner: ');
510
define('_MD_NOMODREQ', 'No Listing Modification Request.');
511
define('_MD_DBUPDATED', 'Database Updated Successfully!');
512
define('_MD_MODREQDELETED', 'Modification Request Deleted.');
513
define('_MD_IMGURLMAIN', 'Image URL (OPTIONAL and Only valid for main categories. Image height will be resized to 50): ');
514
define('_MD_PARENT', 'Parent Category:');
515
define('_MD_SAVE', 'Save Changes');
516
define('_MD_CATDELETED', 'Category Deleted.');
517
define('_MD_WARNING', 'WARNING: Are you sure you want to delete this Category and ALL of its Listings and Comments?');
518
define('_MD_YES', 'Yes');
519
define('_MD_NO', 'No');
520
define('_MD_NEWCATADDED', 'New Category Added Successfully!');
521
define('_MD_ERROREXIST', 'ERROR: The Listing you provided is already in the database!');
522
define('_MD_ERRORTITLE', 'ERROR: You need to enter TITLE!');
523
define('_MD_ERRORDESC', 'ERROR: You need to enter DESCRIPTION!');
524
define('_MD_NEWLISTINGADDED', 'New Listing added to the Database.');
525
//define("_MD_YOURLISTING","Your Website Link at %s");
0 ignored issues
show
Unused Code Comprehensibility introduced by
86% of this comment could be valid code. Did you maybe forget this after debugging?

Sometimes obsolete code just ends up commented out instead of removed. In this case it is better to remove the code once you have checked you do not need it.

The code might also have been commented out for debugging purposes. In this case it is vital that someone uncomments it again or your project may behave in very unexpected ways in production.

This check looks for comments that seem to be mostly valid code and reports them.

Loading history...
526
define('_MD_YOUCANBROWSE', 'You can browse our web links at %s');
527
define('_MD_HELLO', 'Hello %s');
528
define('_MD_WEAPPROVED', 'We approved your submitted listing.');
529
define('_MD_THANKSSUBMIT', 'Thanks for your submission!');
530
define('_MD_LISTINGUPDATED', 'The listing was updated succesfully!');
531
define('_MD_ISAPPROVED', 'We approved your listing submission');
532
533
//Scheduler
534
define('_MD_NO_DIRECT_ACCESS', 'This page cannot be accessed directly.');
535
define('_MD_LANG_EXPIREWARNING_SUBJECT', 'Subscription renewal notice.');
536
define('_MD_SCHEDULER_FINISHED', 'Scheduler has finished.');
537
538
//1.7 Beta 1
539
define('_MD_DIR_NOT_UPDATED', 'Directory not updated');
540
define('_MD_FIELDNAMES_URL', 'URL Field');
541