Help25

Difference between revisions of "Extensions Language Manager Overrides Edit"

From Joomla! Documentation

m (removing category)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{RightTOC}}
 
==How to Access==
 
==How to Access==
 +
Navigate to the the [[Help25:Extensions_Language_Manager_Overrides|Language Overrides Manager]]. To add a new Override, click on the ''New'' icon in the toolbar. To edit an existing Override, click on the Overrides Constant or check the Overrides checkbox and press the ''Edit'' icon in the toolbar.
  
 
==Description==
 
==Description==
 +
This is where you add a new Language Override String or edit an existing one.
  
 
==Screenshot==
 
==Screenshot==
 +
[[Image:Help25-Extenions-Language-Manager-Overrides-Edit-Screenshot.png]]
  
 
==Details==
 
==Details==
 +
===Details and Options===
 +
*'''Language Constant.''' The language constant you want to override.
 +
*'''Text.''' The text that you want to have override the constant.
 +
*'''Language.''' The language the constant is overriding.
 +
*'''Location.''' Whether the language override is in the front or backend.
 +
*'''File.''' The path to the override file for the language this is being edited with.
 +
 +
===Search Text you want to Change===
 +
A language string is composed of two parts: a specific language constant and its value. For example, a typical string you might find in a language file might look like:
 +
 +
COM_CONTENT_READ_MORE="Read more: "
 +
 +
Here 'COM_CONTENT_READ_MORE' is the constant and 'Read more: ' is the value. You have to use the specific language constant in order to create an override of the value. Here, you can search for the constant or the value you want to change with the search field below and it will display a list of constants or values that match your query. You can then click on the constant to automatically inserted it into the form.
  
 
==Toolbar==
 
==Toolbar==
Line 19: Line 36:
 
{{Chunk25:Help_screen_toolbar_icon_Help}}
 
{{Chunk25:Help_screen_toolbar_icon_Help}}
  
==Site and Administrator Links==
 
 
==Quick Tips==
 
 
==Related Information==
 
 
<noinclude>[[Category:Documentation Working Group]]</noinclude>
 
  
<noinclude>{{cathelp|2.5|Lanuage Manager|Extensions}}</noinclude>
+
<noinclude>{{cathelp|2.5|Language Manager Help Screens|Extensions Help Screens}}</noinclude>

Latest revision as of 14:55, 9 April 2013

How to Access[edit]

Navigate to the the Language Overrides Manager. To add a new Override, click on the New icon in the toolbar. To edit an existing Override, click on the Overrides Constant or check the Overrides checkbox and press the Edit icon in the toolbar.

Description[edit]

This is where you add a new Language Override String or edit an existing one.

Screenshot[edit]

Help25-Extenions-Language-Manager-Overrides-Edit-Screenshot.png

Details[edit]

Details and Options[edit]

  • Language Constant. The language constant you want to override.
  • Text. The text that you want to have override the constant.
  • Language. The language the constant is overriding.
  • Location. Whether the language override is in the front or backend.
  • File. The path to the override file for the language this is being edited with.

Search Text you want to Change[edit]

A language string is composed of two parts: a specific language constant and its value. For example, a typical string you might find in a language file might look like:

COM_CONTENT_READ_MORE="Read more: "

Here 'COM_CONTENT_READ_MORE' is the constant and 'Read more: ' is the value. You have to use the specific language constant in order to create an override of the value. Here, you can search for the constant or the value you want to change with the search field below and it will display a list of constants or values that match your query. You can then click on the constant to automatically inserted it into the form.

Toolbar[edit]

At the top right you will see the toolbar:

Help25-Toolbar-Save-SaveClose-SaveNew-Cancel-Help.png

The functions are:

  • Save. Saves the language override and stays in the current screen.
  • Save & Close. Saves the language override and closes the current screen.
  • Save & New. Saves the language override and keeps the editing screen open and ready to create another language override.
  • Cancel/Close. Closes the current screen and returns to the previous screen without saving any modifications you may have made.
  • Help. Opens this help screen.