shuizhongyueming / flexicontent

Automatically exported from code.google.com/p/flexicontent
0 stars 0 forks source link

Debug Language flexicontent 2.0 revision 1187 #390

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/language/en-GB/en-GB.com_flexicontent.ini     line 115
FLEXI_DESCBEINGEDITTED="The item: "%s" is being edited by another contributor."

to

FLEXI_DESCBEINGEDITTED="The item: '%s' is being edited by another contributor."

/administrator/language/en-GB/en-GB.com_flexicontent.ini 
line 99
FLEXI_COPY/MOVE="Copy/Move"
to
FLEXI_COPY_MOVE="Copy/Move"

line  333
FLEXI_#="Count"
to
FLEXI_COUNT="Count"

line  407
FLEXI_NO_CATEGORY_CHOOSEN_TOBEDUMPED="Please select a com_content 
category!!!<br />Either <a rel=\"{handler: 'iframe', size: {x: 400, y: 300}}\" 
href='index.php?option=com_flexicontent&amp;layout=import&amp;tmpl=component' 
class='modal' style='color: red;'>IMPORT</a> and copy all Joomla!'s com_content 
structure<br />OR<br />Open the <a class='modal' rel=\"{handler: 'iframe', 
size: {x: 850, y: 550}, onClose: function() {}}\" 
href='index.php?option=com_config&view=component&component=com_flexicontent&path
=&tmpl=component' style='color: red;'>CONFIGURATION</a> panel and select a 
category with the first dropdown. Then <a 
href='index.php?option=com_flexicontent' style='color:red;'>REFRESH</a> and 
this message will disapear ;-)"

to
FLEXI_NO_CATEGORY_CHOOSEN_TOBEDUMPED="Please select a com_content 
category!!!<br />Either <a rel=\'{handler: 'iframe', size: {x: 400, y: 300}}\' 
href='index.php?option=com_flexicontent&amp;layout=import&amp;tmpl=component' 
class='modal' style='color: red;'>IMPORT</a> and copy all Joomla!'s com_content 
structure<br />OR<br />Open the <a class='modal' rel=\'{handler: 'iframe', 
size: {x: 850, y: 550}, onClose: function() {}}\' 
href='index.php?option=com_config&view=component&component=com_flexicontent&path
=&tmpl=component' style='color: red;'>CONFIGURATION</a> panel and select a 
category with the first dropdown. Then <a 
href='index.php?option=com_flexicontent' style='color:red;'>REFRESH</a> and 
this message will disapear ;-)"

line  408

FLEXI_NO_SECTION_CHOOSEN="Please select a com_content section!!!<br />Either <a 
rel=\"{handler: 'iframe', size: {x: 400, y: 300}}\" 
href='index.php?option=com_flexicontent&amp;layout=import&amp;tmpl=component' 
class='modal' style='color: red;'>IMPORT</a> and copy all Joomla!'s com_content 
structure<br />OR<br />Open the <a rel=\"{handler: 'iframe', size: {x: 570, y: 
550}}\" 
href='index.php?option=com_config&amp;controller=component&amp;component=com_fle
xicontent&amp;path=' class='modal' style='color: red;'>CONFIGURATION</a> panel 
and select a section with the first dropdown. Then <a 
href='index.php?option=com_flexicontent' style='color: red;'>REFRESH</a> and 
this message will disapear ;-)"

to

FLEXI_NO_SECTION_CHOOSEN="Please select a com_content section!!!<br />Either <a 
rel=\'{handler: 'iframe', size: {x: 400, y: 300}}\' 
href='index.php?option=com_flexicontent&amp;layout=import&amp;tmpl=component' 
class='modal' style='color: red;'>IMPORT</a> and copy all Joomla!'s com_content 
structure<br />OR<br />Open the <a rel=\'{handler: 'iframe', size: {x: 570, y: 
550}}\' 
href='index.php?option=com_config&amp;controller=component&amp;component=com_fle
xicontent&amp;path=' class='modal' style='color: red;'>CONFIGURATION</a> panel 
and select a section with the first dropdown. Then <a 
href='index.php?option=com_flexicontent' style='color: red;'>REFRESH</a> and 
this message will disapear ;-)"

line  590
FLEXI_SHOW/HIDE_THE_INTRO_TEXT="Show/Hide the Intro text"

to

FLEXI_SHOW_HIDE_THE_INTRO_TEXT="Show/Hide the Intro text"

line  591
FLEXI_SHOW/HIDE_THE_ITEMS_TITLE="Show/Hide the Item's Title"

to

FLEXI_SHOW_HIDE_THE_ITEMS_TITLE="Show/Hide the Item's Title"

line  1259

// and

to 
; and 
or remove

/administrator/language/en-GB/en-GB.plg_flexicontent_fields_relateditems.ini 

 line
 1, 2, 3, 4, 5, 8, 14, 33, 35
Change # to ;

Original issue reported on code.google.com by chueacha...@gmail.com on 13 Mar 2012 at 10:53

Attachments:

GoogleCodeExporter commented 9 years ago
I fixed and commited.

Original comment by enjoy...@gmail.com on 14 Mar 2012 at 5:22