mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 17:51:07 +00:00
changedlanguagestringssothatimagefloatismoreconcrete (#376)
This commit is contained in:
parent
9bc1752ca5
commit
ffc012d56a
@ -50,6 +50,7 @@
|
||||
label="JGLOBAL_HISTORY_LIMIT_OPTIONS_LABEL"
|
||||
description="JGLOBAL_HISTORY_LIMIT_OPTIONS_DESC"
|
||||
default="5"
|
||||
showon="save_history:1"
|
||||
/>
|
||||
|
||||
<field
|
||||
@ -64,6 +65,12 @@
|
||||
<option value="0">JNO</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="spacer1"
|
||||
type="spacer"
|
||||
hr="true"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="icons"
|
||||
type="list"
|
||||
@ -84,11 +91,17 @@
|
||||
label="COM_WEBLINKS_FIELD_CONFIG_ICON_LABEL"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="spacer2"
|
||||
type="spacer"
|
||||
hr="true"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="float_first"
|
||||
type="list"
|
||||
label="COM_WEBLINKS_FLOAT_LABEL"
|
||||
description="COM_WEBLINKS_FLOAT_DESC"
|
||||
label="COM_WEBLINKS_FLOAT_FIRST_LABEL"
|
||||
description="COM_WEBLINKS_FLOAT_FIRST_DESC"
|
||||
>
|
||||
<option value="right">COM_WEBLINKS_RIGHT</option>
|
||||
<option value="left">COM_WEBLINKS_LEFT</option>
|
||||
@ -98,14 +111,20 @@
|
||||
<field
|
||||
name="float_second"
|
||||
type="list"
|
||||
label="COM_WEBLINKS_FLOAT_LABEL"
|
||||
description="COM_WEBLINKS_FLOAT_DESC"
|
||||
label="COM_WEBLINKS_FLOAT_SECOND_LABEL"
|
||||
description="COM_WEBLINKS_FLOAT_SECOND_DESC"
|
||||
>
|
||||
<option value="right">COM_WEBLINKS_RIGHT</option>
|
||||
<option value="left">COM_WEBLINKS_LEFT</option>
|
||||
<option value="none">COM_WEBLINKS_NONE</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="spacer3"
|
||||
type="spacer"
|
||||
hr="true"
|
||||
/>
|
||||
|
||||
<field
|
||||
id="show_tags"
|
||||
name="show_tags"
|
||||
|
@ -317,8 +317,8 @@
|
||||
<field
|
||||
name="float_first"
|
||||
type="list"
|
||||
label="COM_WEBLINKS_FLOAT_LABEL"
|
||||
description="COM_WEBLINKS_FLOAT_DESC"
|
||||
label="COM_WEBLINKS_FLOAT_FIRST_LABEL"
|
||||
description="COM_WEBLINKS_FLOAT_FIRST_DESC"
|
||||
useglobal="true"
|
||||
>
|
||||
<option value="right">COM_WEBLINKS_RIGHT</option>
|
||||
@ -358,8 +358,8 @@
|
||||
<field
|
||||
name="float_second"
|
||||
type="list"
|
||||
label="COM_WEBLINKS_FLOAT_LABEL"
|
||||
description="COM_WEBLINKS_FLOAT_DESC"
|
||||
label="COM_WEBLINKS_FLOAT_SECOND_LABEL"
|
||||
description="COM_WEBLINKS_FLOAT_SECOND_DESC"
|
||||
>
|
||||
<option value="">JGLOBAL_USE_GLOBAL</option>
|
||||
<option value="right">COM_WEBLINKS_RIGHT</option>
|
||||
|
@ -85,8 +85,10 @@ COM_WEBLINKS_FILTER_CATEGORY="Filter Category"
|
||||
COM_WEBLINKS_FILTER_SEARCH_DESC="Search in web link title and alias. Prefix with ID: to search for a web link ID."
|
||||
COM_WEBLINKS_FILTER_SEARCH_LABEL="Search Web Links"
|
||||
COM_WEBLINKS_FILTER_STATE="Filter State"
|
||||
COM_WEBLINKS_FLOAT_DESC="Controls placement of the image."
|
||||
COM_WEBLINKS_FLOAT_LABEL="Image Float"
|
||||
COM_WEBLINKS_FLOAT_FIRST_DESC="Controls placement of the first image."
|
||||
COM_WEBLINKS_FLOAT_FIRST_LABEL="First Image Float"
|
||||
COM_WEBLINKS_FLOAT_SECOND_DESC="Controls placement of the second image."
|
||||
COM_WEBLINKS_FLOAT_SECOND_LABEL="Second Image Float"
|
||||
COM_WEBLINKS_HEADING_ASSOCIATION="Association"
|
||||
COM_WEBLINKS_HITS_DESC="Number of hits for this web link."
|
||||
COM_WEBLINKS_LEFT="Left"
|
||||
|
Loading…
Reference in New Issue
Block a user