Skip to content

Commit

Permalink
update en.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmi08 committed Jun 12, 2024
1 parent 2433225 commit 0d696bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@
define ("_FSTORY", "Feature");
define ("_GO", "Go");
define ("_HALFSTAR", "half-star");
define ("_HIDE", "Hide");
define ("_JAVASCRIPTOFF", "You must have javascript enabled for this form to work properly."); // Modified for version 3.0
define ("_LIKE", "like");
if(!defined("_LIKES_NUMBER")) define("_LIKES_NUMBER", "Number of Likes");
define ("_LOGIN", "Log In");
define ("_PLEASELOGIN", "Please login to access this feature.");
define ("_MEMBER", "Member");
Expand Down Expand Up @@ -124,6 +126,7 @@
define ("_TITLE", "Title");
define ("_TOC", "Table of Contents");
define ("_TOPLEVEL", "Top Level Category"); // Really only used in the admin, but needs to load with the header.
define ("_UNHIDE", "Unhide");
define ("_UP", "up arrow");
define ("_WIP", "Work in Progress Only"); // Added 01/12/07
define ("_YES", "Yes");
Expand Down Expand Up @@ -444,4 +447,4 @@
define ("_BUGREPORT", "Bug Report");
define ("_REPORTTHIS", "Report This");

?>
?>

0 comments on commit 0d696bc

Please sign in to comment.