2012-12-22 19:16:46 +00:00
< ? php
/*
2013-03-21 13:39:11 +01:00
* Copyright ( C ) 2008 - 2013 e107 Inc ( e107 . org ), Licensed under GNU GPL ( http :// www . gnu . org / licenses / gpl . txt )
2012-12-22 19:16:46 +00:00
*
* Admin Language File
*
*/
2013-02-25 18:33:00 +01:00
//define("FRTLAN_1", "Front Page settings updated.");
//define("FRTLAN_12", "Update Front Page Settings");
2012-12-22 19:16:46 +00:00
define ( " FRTLAN_13 " , " Current Front Page Settings " );
2013-03-21 13:39:11 +01:00
define ( " FRTLAN_15 " , " Other (enter url) " );
2012-12-22 19:16:46 +00:00
2013-03-21 13:39:11 +01:00
define ( " FRTLAN_30 " , " Custom Page " );
2012-12-22 19:16:46 +00:00
//define("FRTLAN_33", "Current Settings");
// New language defs for 0.8
2013-03-21 13:39:11 +01:00
define ( " FRTLAN_35 " , " Post-login page " );
2012-12-22 19:16:46 +00:00
/* moved to the admin help file
2013-03-21 13:39:11 +01:00
//define("FRTLAN_38", "The rules are searched in order, to find the first where the current user belongs to the class specified in the rule. That rule then determines the front (home) page and any specific post-login page.");
//define("FRTLAN_39", "If no rule matches, news.php is set as the home page");
//define("FRTLAN_41", "The user is sent to the specified "Post-login page" (if specified) immediately following a login");
2012-12-22 19:16:46 +00:00
*/
2013-03-21 13:39:11 +01:00
//define("FRTLAN_40", "Order");
define ( " FRTLAN_42 " , " Add new rule " );
define ( " FRTLAN_43 " , " Class " );
// define("FRTLAN_44", "Go to this page after login");
//define("FRTLAN_45", "Values not changed");
define ( " FRTLAN_46 " , " Edit existing rule " );
define ( " FRTLAN_47 " , " Move up " );
define ( " FRTLAN_48 " , " Move down " );
define ( " FRTLAN_49 " , " Home Page " );
define ( " FRTLAN_50 " , " (To disable, select "Other" with a blank URL) " );
define ( " FRTLAN_51 " , " Other " );
//define("FRTLAN_52", "None");
define ( " FRTLAN_53 " , " User Class " );
2012-12-22 19:16:46 +00:00
// 2.0
2013-03-21 13:39:11 +01:00
define ( " FRTLAN_PAGE_TITLE " , " Front Page " );
//define("FRTLAN_54", "Are you sure?");
//define("FRTLAN_55", "Confirm delete rule?");
2012-12-22 19:16:46 +00:00
2006-12-02 04:36:16 +00:00
?>