Skip to content

Commit

Permalink
adding translations
Browse files Browse the repository at this point in the history
  • Loading branch information
PapePathe committed Aug 30, 2010
1 parent dfedff5 commit dac80af
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 32 deletions.
33 changes: 33 additions & 0 deletions mod_xws_content/language/en-GB/en-GB.mod_xws_content.ini
Expand Up @@ -12,9 +12,42 @@

# Admin Area
# ------------------------------------------------------------------------------------------------------------------------------------------------------
PARAMMODULECLASSSUFFIX_LABEL= module additionnal css classes
PARAMMODULECLASSSUFFIX_DESC = css classes applied to the module. They must be separated with spaces.

XWS_ENVIRONMENT_LABEL = Environment
XWS_ENVIRONMENT_DESC = Whether your site is in production or in development mode. if your site is online you should select production: the javascripts librairies used here will be loaded from google cdn.

XWS_MODULE_LAYOUT = layout
XWS_MODULE_LAYOUT_DESC =

XWS_JQUERY_UI_THEME_LABEL = theme
XWS_JQUERY_UI_THEME_DESC =

XWS_SHOW_FRONTPAGE_ITEMS_LABEL = joomla frontpage items
XWS_SHOW_FRONTPAGE_ITEMS_DESC =

XWS_COUNT_OF_ITEMS_LABEL = count of items to fetch
XWS_COUNT_OF_ITEMS_DESC =

XWS_CATEGORY_LABEL = joomla category
XWS_CATEGORY_DESC =

XWS_SECTION_LABEL = joomla section
XWS_SECTION_DESC =

XWS_LOAD_STYLESHEETS_LABEL = load module stylesheets
XWS_LOAD_STYLESHEETS_DESC =
XWS_LOAD_JAVASCRIPTS_LABEL = load module javascripts
XWS_LOAD_JAVASCRIPTS_DESC =

SCROLLABLE_VERTICAL_HEIGHT_LABEL = scrollable vertical height
SCROLLABLE_VERTICAL_HEIGHT_DESC =
SCROLLABLE_VERTICAL_ITEM_HEIGHT_LABEL = scrollable vertical item height
SCROLLABLE_VERTICAL_ITEM_HEIGHT_DESC =
# Frontend Area
# ------------------------------------------------------------------------------------------------------------------------------------------------------
XWS_CONTENT_READ_MORE = read more about this
PREVIOUS_SCROLLABLE_ITEM = previous item
NEXT_SCROLLABLE_ITEM = next item

57 changes: 25 additions & 32 deletions mod_xws_content/mod_xws_content.xml
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0" method="upgrade">

<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Metadata Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<name>xws_content</name>
<author>Xws-Joomla</author>
<author>Xws_Joomla</author>
<creationDate>May 2010</creationDate>
<copyright>Copyright (C) 2010 Xarala Web Studios. All rights reserved.</copyright>
<copyright>Copyright (C) 2010 Xarala Web Studios ~ Joomla Branch. All rights reserved.</copyright>
<license>GPL</license>
<authorEmail>pathe.sene@gmail.com</authorEmail>
<authorUrl>www.xarala.sn</authorUrl>
<version>0.6.1</version>
<version>0.6.2</version>
<description>
<![CDATA[
<h2>Xws_Content: displaying joomla content items made stupid simple</h2>
Expand All @@ -20,7 +21,8 @@
</ul>
]]>
</description>


<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Files Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<files>
<filename module="mod_xws_content">authors.txt</filename>
<filename module="mod_xws_content">index.html</filename>
Expand All @@ -33,65 +35,56 @@
<folder>tmpl</folder>
</files>

<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Languages Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<languages folder="language/en-GB">
<language tag="en-GB">en-GB.mod_xws_content.ini</language>
</languages>


<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Parameters Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<params addpath="/modules/mod_xws_content/elements/">

<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
<param name="moduleclass_sfx" type="text" default="" label="PARAMMODULECLASSSUFFIX_LABEL" description="PARAMMODULECLASSSUFFIX_DESC" />

<param name="environment" type="radio" default="0" label="XWS_ENVIRONMENT_LABEL" description="XWS_ENVIRONMENT_DESC">
<option value="0">development</option>
<option value="1">production</option>
</param>

<param name="jquery-ui-template" type="moduletemplate" modulename="mod_xws_content" default="accordion"
label="XWS_JQUERY_UI_TEMPLATE_LABEL" description="XWS_JQUERY_UI_TEMPLATE_DESC" />

label="XWS_MODULE_LAYOUT" description="XWS_MODULE_LAYOUT_DESC" />
<param name="jquery-ui-theme" type="csstemplate" modulename="mod_xws_content" default="blitzer"
label="XWS_JQUERY_UI_STYLE_LABEL" description="XWS_JQUERY_UI_STYLE_DESC" />
label="XWS_JQUERY_UI_THEME_LABEL" description="XWS_JQUERY_UI_THEME_DESC" />

<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="show_front" type="radio" default="1" label="XWS_SHOW_FRONT_LABEL" description="XWS_SHOW_FRONT_DESC">
<param name="show_front" type="radio" default="1" label="XWS_SHOW_FRONTPAGE_ITEMS_LABEL" description="XWS_SHOW_FRONTPAGE_ITEMS_DESC">
<option value="1">show</option>
<option value="0">hide</option>
</param>

</param>
<param name="count" type="text" default="5" label="XWS_COUNT_OF_ITEMS_LABEL" description="XWS_COUNT_OF_ITEMS_DESC" />
<param name="catid" type="category" default="" label="XWS_CATEGORY_LABEL" description="XWS_CATEGORY_DESC" />
<param name="secid" type="section" default="" label="XWS_SECTION_LABEL" description="XWS_SECTION_DESC" />
<param name="secid" type="section" default="" label="XWS_SECTION_LABEL" description="XWS_SECTION_DESC" />
<param name="catid" type="category" default="" label="XWS_CATEGORY_LABEL" description="XWS_CATEGORY_DESC" />

</params>

<params group="advanced">

<param name="cache" type="list" default="1" label="XWSACHING_LABEL" description="XWSACHING_DESC">
<option value="1">Use global</option>
<option value="0">No caching</option>
</param>

<param name="cache_time" type="text" default="900" label="XWSACHE_TIME_LABEL" description="XWSACHE_TIME_DESC" />

<param name="@spacer" type="spacer" default="" label="" description="" />

<param name="load_stylesheets" type="radio" default="1" label="XWS_LOAD_JQUERY_LABEL" description="XWS_LOAD_JQUERY_DESC">
<option value="1">yes</option>
<option value="0">no</option>
<param name="load_stylesheets" type="radio" default="1" label="XWS_LOAD_STYLESHEETS_LABEL" description="XWS_LOAD_STYLESHEETS_DESC">
<option value="1">YES</option>
<option value="0">NO</option>
</param>

<param name="load_javascripts" type="radio" default="1" label="XWS_LOAD_JQUERY_UI_LABEL" description="XWS_LOAD_JQUERY_UI_DESC">
<option value="1">yes</option>
<option value="0">no</option>
<param name="load_javascripts" type="radio" default="1" label="XWS_LOAD_JAVASCRIPTS_LABEL" description="XWS_LOAD_JAVASCRIPTS_DESC">
<option value="1">YES</option>
<option value="0">NO</option>
</param>

</params>

<params group="other">

<param name="scrollableVerticalHeight" type="text" default="300" label="SCROLLABLE_VERTICAL_HEIGHT" description="SCROLLABLE_VERTICAL_DESC" />
<param name="scrollableVerticalItemHeight" type="text" default="150" label="SCROLLABLE_VERTICAL_ITEM_HEIGHT"
description="SCROLLABLE_VERTICAL_ITEM__DESC" />
<param name="scrollableVerticalHeight" type="text" default="300" label="SCROLLABLE_VERTICAL_HEIGHT_LABEL" description="SCROLLABLE_VERTICAL_HEIGHT_DESC" />
<param name="scrollableVerticalItemHeight" type="text" default="150" label="SCROLLABLE_VERTICAL_ITEM_HEIGHT_LABEL"
description="SCROLLABLE_VERTICAL_ITEM__DESC" />

</params>

Expand Down

0 comments on commit dac80af

Please sign in to comment.