Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
|
Admin Password
|
| Author |
Message |
Dalton
MyBBSource Welcomer
Posts: 218
Joined: Aug 2008
Reputation: 2
|
RE: Admin Password
That's what I thought.. a conflict. But it wasn't just your plugin, but the database backup thing in MyBB too..
I'll go check it out.
EDIT: Nope... not working.
There was a space on the very first line, but that's it. Here's the code btw.
Code:
<?php
$l['downloads_dlmngr'] = "Downloads Manager";
$l['downloads_dlmngr_addnew'] = "Add New";
$l['downloads_dlmngr_manage'] = "Manage";
$l['downloads_dlmngr_project'] = "Project";
$l['downloads_dlmngr_edit'] = "Edit";
$l['downloads_dlmngr_delete'] = "Remove";
$l['downloads_dlmngr_save'] = "Save Changes";
$l['downloads_dlmngr_saved'] = "Your changes have been saved.";
$l['downloads_dlmngr_badpreview'] = "The preview file specified does not exist. Did you forget to upload it?";
$l['downloads_dlmngr_baddownload'] = "The download file specified does not exist. Did you forget to upload it?";
$l['downloads_dlmngr_nofile'] = "There is no file to be uploaded. Did you forget to choose one?";
$l['downloads_dlmngr_uploaded'] = " has been uploaded to the server.";
$l['downloads_dlmngr_problem_dl'] = "There was a problem uploading the file to the server. Error #";
$l['downloads_dlmngr_problem_pr'] = "There was a problem uploading the preview to the server. Error #";
$l['downloads_dlmngr_title'] = "Title";
$l['downloads_dlmngr_title_desc'] = "This is what the project is named.";
$l['downloads_dlmngr_desc_short'] = "Subtitle";
$l['downloads_dlmngr_desc_short_desc'] = "This is a quick overview of the project. No MyCode or smilies.";
$l['downloads_dlmngr_description'] = "Description";
$l['downloads_dlmngr_description_desc'] = "This is an in depth description of the project. MyCode and smilies are allowed.";
$l['downloads_dlmngr_preview'] = "Preview";
$l['downloads_dlmngr_preview_desc'] = "This is the image that lets users see what they're getting. You should have already uploaded the image.";
$l['downloads_dlmngr_addpreview_desc'] = "This is the image that lets users see what they're getting.";
$l['downloads_dlmngr_fid'] = "Forum ID";
$l['downloads_dlmngr_fid_desc'] = "This is the project's forum ID.";
$l['downloads_dlmngr_filename'] = "File";
$l['downloads_dlmngr_filename_desc'] = "This is the actual file that gets downloaded. You should have already uploaded the file.";
$l['downloads_dlmngr_addfilename_desc'] = "This is the actual file that gets downloaded.";
?>
Chicago Bears
2-2
Follow Me On Twitter.
Personal Site.
(This post was last modified: Yesterday 04:20 AM by Dalton.)
|
|
| Yesterday 04:17 AM |
|