-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
MOD_CONTACTS_BIRTHDAY = "Contacts Birthday module" | ||
MOD_CONTACTS_BIRTHDAY_XML_DESCRIPTION = "Module wishes happy birthday contacts. Set the contact creation date to match the birthday." | ||
|
||
MOD_CONTACTS_BIRTHDAY_FIELD_CATEGORY_LABEL = "Category" | ||
MOD_CONTACTS_BIRTHDAY_FIELD_CATEGORY_LABEL = "Category" | ||
|
||
MOD_CONTACTS_BIRTHDAY_FIELD_PREPARE_CONTENT_LABEL="Prepare Content" | ||
MOD_CONTACTS_BIRTHDAY_FIELD_PREPARE_CONTENT_DESC="Optionally prepare the content with the Joomla Content Plugins" | ||
MOD_CONTACTS_BIRTHDAY_FIELD_BACKGROUNDIMAGE_LABEL="Select a Background Image" | ||
|
||
MOD_CONTACTS_BIRTHDAY_EVENT_TXT="birthday" | ||
MOD_CONTACTS_BIRTHDAY_INTRO_TXT="Today" | ||
MOD_CONTACTS_BIRTHDAY_SUFFIX_ACTION_TXT="celebrate" | ||
MOD_CONTACTS_BIRTHDAY_SUFFIX_SINGULAR_TXT="s" | ||
MOD_CONTACTS_BIRTHDAY_SUFFIX_PLURAL_TXT="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
MOD_CONTACTS_BIRTHDAY = "Модуль Дней рождения контактов" | ||
MOD_CONTACTS_BIRTHDAY_XML_DESCRIPTION = "Модуль поздравляет с Днем рождения контакты. Установите дату создания контакта, соответствующую Дню рождения" | ||
|
||
MOD_CONTACTS_BIRTHDAY_FIELD_CATEGORY_LABEL = "Категория" | ||
MOD_CONTACTS_BIRTHDAY_FIELD_CATEGORY_LABEL = "Категория" | ||
|
||
MOD_CONTACTS_BIRTHDAY_FIELD_PREPARE_CONTENT_LABEL="Обработка событиями" | ||
MOD_CONTACTS_BIRTHDAY_FIELD_PREPARE_CONTENT_DESC="Включить или отключить функцию обработки содержимого модуля событиями плагина (onContentPrepare)" | ||
MOD_CONTACTS_BIRTHDAY_FIELD_BACKGROUNDIMAGE_LABEL="Фоновое изображение" | ||
|
||
MOD_CONTACTS_BIRTHDAY_EVENT_TXT="День рождения" | ||
MOD_CONTACTS_BIRTHDAY_INTRO_TXT="Сегодня" | ||
MOD_CONTACTS_BIRTHDAY_SUFFIX_ACTION_TXT="отмеча" | ||
MOD_CONTACTS_BIRTHDAY_SUFFIX_SINGULAR_TXT="ет" | ||
MOD_CONTACTS_BIRTHDAY_SUFFIX_PLURAL_TXT="ют" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<license>GNU General Public License version 2 or later; see LICENSE.txt</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>https://github.com/mediafoks</authorUrl> | ||
<version>1.0.1</version> | ||
<version>1.0.2</version> | ||
<description>MOD_CONTACTS_BIRTHDAY_XML_DESCRIPTION</description> | ||
<namespace path="src">Joomla\Module\ContactsBirthday</namespace> | ||
<files> | ||
|
@@ -30,12 +30,12 @@ | |
</field> | ||
</fieldset> | ||
<fieldset name="options" label="COM_MODULES_BASIC_FIELDSET_LABEL"> | ||
<field name="prepare_content" type="radio" layout="joomla.form.field.radio.switcher" label="MOD_CUSTOM_FIELD_PREPARE_CONTENT_LABEL" description="MOD_CUSTOM_FIELD_PREPARE_CONTENT_DESC" default="0" filter="integer"> | ||
<field name="prepare_content" type="radio" layout="joomla.form.field.radio.switcher" label="MOD_CONTACTS_BIRTHDAY_FIELD_PREPARE_CONTENT_LABEL" description="MOD_CONTACTS_BIRTHDAY_FIELD_PREPARE_CONTENT_DESC" default="0" filter="integer"> | ||
<option value="0">JNO</option> | ||
<option value="1">JYES</option> | ||
</field> | ||
|
||
<field name="backgroundimage" type="media" schemes="http,https,ftp,ftps,data,file" validate="url" relative="true" label="MOD_CUSTOM_FIELD_BACKGROUNDIMAGE_LABEL" /> | ||
<field name="backgroundimage" type="media" schemes="http,https,ftp,ftps,data,file" validate="url" relative="true" label="MOD_CONTACTS_BIRTHDAY_FIELD_BACKGROUNDIMAGE_LABEL" /> | ||
</fieldset> | ||
|
||
<fieldset name="advanced"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters