diff --git a/e107_languages/English/admin/lan_admin.php b/e107_languages/English/admin/lan_admin.php
index d13898d95..530924f8e 100644
--- a/e107_languages/English/admin/lan_admin.php
+++ b/e107_languages/English/admin/lan_admin.php
@@ -1,6 +1,6 @@
array('caption'=> LAN_MANAGE, 'perm' => 'P'),
- 'main/import' => array('caption'=> "Add New Feed", 'perm' => 'P'),
+ 'main/import' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => 'P'),
/*
@@ -75,7 +75,7 @@ class rss_admin extends e_admin_dispatcher
{
if(E107_DEBUG_LEVEL > 0)
{
- $this->adminMenu['main/create'] = array('caption'=> "Add Custom Feed", 'perm' => 'P');
+ $this->adminMenu['main/create'] = array('caption'=> LAN_CREATE, 'perm' => 'P');
}
}
}
@@ -94,19 +94,19 @@ class rss_ui extends e_admin_ui
protected $perPage = 10;
protected $fields = array (
- 'checkboxes' => array ( 'title' => '', 'type' => null, 'data' => false, 'width' => '5%', 'thclass' => 'center', 'forced' => '1', 'class' => 'center', 'toggle' => 'e-multiselect', ),
+ 'checkboxes' => array ( 'title' => '', 'type' => null, 'data' => false, 'width' => '5%', 'thclass' => 'center', 'forced' => '1', 'class' => 'center', 'toggle' => 'e-multiselect', ),
'rss_id' => array ( 'title' => LAN_ID, 'data' => 'int', 'width' => '5%', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'left', 'thclass' => 'left', ),
'rss_name' => array ( 'title' => LAN_TITLE, 'type' => 'text', 'data' => 'str', 'width' => 'auto', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'left', 'thclass' => 'left', ),
- 'rss_path' => array ( 'title' => 'Plugin-Dir', 'type' => 'text', 'data' => 'str', 'readonly'=>1, 'width' => 'auto', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'left', 'thclass' => 'left', ),
+ 'rss_path' => array ( 'title' => LAN_PLUGIN_FOLDER,'type' => 'text', 'data' => 'str', 'readonly'=>1, 'width' => 'auto', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'left', 'thclass' => 'left', ),
'rss_url' => array ( 'title' => LAN_URL, 'type' => 'method', 'data' => 'str', 'width' => 'auto', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'left', 'thclass' => 'left', ),
- 'rss_topicid' => array ( 'title' => 'Topic id', 'type' => 'text', 'data' => 'int', 'width' => 'auto', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'center', 'thclass' => 'center', ),
+ 'rss_topicid' => array ( 'title' => RSS_LAN_ADMIN_12,'type' => 'text', 'data' => 'int', 'width' => 'auto', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'center', 'thclass' => 'center', ),
- 'rss_text' => array ( 'title' => 'Text', 'type' => 'textarea', 'data' => 'str', 'width' => 'auto', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'center', 'thclass' => 'center', ),
+ 'rss_text' => array ( 'title' => LAN_DESCRIPTION,'type' => 'textarea', 'data' => 'str', 'width' => 'auto', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'center', 'thclass' => 'center', ),
'rss_datestamp' => array ( 'title' => LAN_DATESTAMP, 'type' => 'datestamp', 'data' => 'int', 'readonly'=>true, 'width' => 'auto', 'filter' => true, 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'left', 'thclass' => 'left', ),
'rss_class' => array ( 'title' => LAN_VISIBILITY, 'type' => 'dropdown', 'data' => 'int', 'width' => 'auto', 'batch' => true, 'filter' => true, 'help' => '', 'readParms' => '', 'writeParms' => array('optArray'=> array(RSS_LAN_ADMIN_21,RSS_LAN_ADMIN_22,RSS_LAN_ADMIN_23),'size'=>'xlarge'), 'class' => 'left', 'thclass' => 'left', ),
- 'rss_limit' => array ( 'title' => 'Limit', 'type' => 'number', 'data' => 'int', 'inline'=>true, 'width' => 'auto', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'left', 'thclass' => 'left', ),
+ 'rss_limit' => array ( 'title' => LAN_LIMIT, 'type' => 'number', 'data' => 'int', 'inline'=>true, 'width' => 'auto', 'help' => '', 'readParms' => '', 'writeParms' => '', 'class' => 'left', 'thclass' => 'left', ),
'options' => array ( 'title' => LAN_OPTIONS, 'type' => null, 'data' => '', 'width' => '10%', 'thclass' => 'center last', 'class' => 'center last', 'forced' => '1', ),
- );
+ );
protected $fieldpref = array('checkboxes', 'rss_name','rss_url', 'rss_topicid', 'rss_limit', 'rss_class', 'options');
@@ -178,11 +178,11 @@ class rss_ui extends e_admin_ui
- Add
+ | ".LAN_SELECT."
| ".LAN_NAME."
- | ".RSS_LAN_ADMIN_3."
+ | ".LAN_PLUGIN_FOLDER."
- | ".RSS_LAN_ADMIN_5."
+ | ".LAN_URL."
| ".RSS_LAN_ADMIN_12."
|
";
@@ -192,7 +192,7 @@ class rss_ui extends e_admin_ui
$RSS_ADMIN_IMPORT_TABLE = "
{RSS_ADMIN_IMPORT_CHECK} |
- {RSS_ADMIN_IMPORT_NAME}{RSS_ADMIN_IMPORT_TEXT} |
+ {RSS_ADMIN_IMPORT_NAME} - {RSS_ADMIN_IMPORT_TEXT} |
{RSS_ADMIN_IMPORT_PATH} |
{RSS_ADMIN_IMPORT_URL} |
@@ -499,12 +499,12 @@ if(!isset($RSS_ADMIN_LIST_HEADER))
- {RSS_ADMIN_CAPTION=id,RSS_LAN_ADMIN_2} |
- {RSS_ADMIN_CAPTION=name,RSS_LAN_ADMIN_4} |
- {RSS_ADMIN_CAPTION=path,RSS_LAN_ADMIN_3} |
- {RSS_ADMIN_CAPTION=url,RSS_LAN_ADMIN_5} |
+ {RSS_ADMIN_CAPTION=id,LAN_ID} |
+ {RSS_ADMIN_CAPTION=name,LAN_NAME} |
+ {RSS_ADMIN_CAPTION=path,LAN_PLUGIN_FOLDER} |
+ {RSS_ADMIN_CAPTION=url,LAN_URL} |
".RSS_LAN_ADMIN_12." |
- {RSS_ADMIN_CAPTION=limit,RSS_LAN_ADMIN_7} |
+ {RSS_ADMIN_CAPTION=limit,LAN_LIMIT} |
".LAN_OPTIONS." |
@@ -548,7 +548,7 @@ if(!isset($RSS_ADMIN_CREATE_TABLE))
{RSS_ADMIN_FORM_NAME} |
- ".RSS_LAN_ADMIN_5." |
+ ".LAN_URL." |
{RSS_ADMIN_FORM_URL} |
@@ -556,19 +556,19 @@ if(!isset($RSS_ADMIN_CREATE_TABLE))
{RSS_ADMIN_FORM_TOPICID} |
- ".RSS_LAN_ADMIN_3." |
+ ".LAN_PLUGIN_FOLDER." |
{RSS_ADMIN_FORM_PATH} |
- ".RSS_LAN_ADMIN_6." |
+ ".LAN_DESCRIPTION." |
{RSS_ADMIN_FORM_TEXT} |
- ".RSS_LAN_ADMIN_7." |
+ ".LAN_LIMIT." |
{RSS_ADMIN_FORM_LIMIT} |
- ".RSS_LAN_ADMIN_8." |
+ ".LAN_VISIBILITY." |
{RSS_ADMIN_FORM_CLASS} |
@@ -619,9 +619,9 @@ if(!isset($RSS_ADMIN_IMPORT_HEADER))