Initial Commit of AgileBill Open Source
This commit is contained in:
35
language/faq_translate/english_faq_translate.xml
Normal file
35
language/faq_translate/english_faq_translate.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<translate>
|
||||
<name>faq_translate</name>
|
||||
|
||||
<!-- define the block title translations -->
|
||||
<title_add>Add Translation</title_add>
|
||||
<title_view>View Translations</title_view>
|
||||
<title_search>Search Translations</title_search>
|
||||
|
||||
<!-- define the menu lable translations -->
|
||||
<menu>Translation Administration</menu>
|
||||
<menu_add>Add Translation</menu_add>
|
||||
<menu_view>View Translations</menu_view>
|
||||
<menu_search>Search Translations</menu_search>
|
||||
|
||||
<!-- define the field translations -->
|
||||
<field_id></field_id>
|
||||
<field_site_id></field_site_id>
|
||||
<field_date_orig>Date of Creation</field_date_orig>
|
||||
<field_date_last></field_date_last>
|
||||
<field_faq_id>FAQ</field_faq_id>
|
||||
<field_language_id>Translation Language</field_language_id>
|
||||
<field_answer>Answer</field_answer>
|
||||
<field_question>Question</field_question>
|
||||
|
||||
<!-- define the help text -->
|
||||
<help_file>
|
||||
This module allows you to view/edit/add translations into other languages for your Frequently Asked questions (and their answers).<br><br>Add Translation: add a new FAQ translation<br><br>View Translations: view all existing FAQ translations<br><br>Search Translations: search all existing FAQ translations
|
||||
</help_file>
|
||||
|
||||
<!-- define any custom resources -->
|
||||
<view_all>View all translations for this FAQ </view_all>
|
||||
<return>Return to main page view</return>
|
||||
|
||||
</translate>
|
Reference in New Issue
Block a user