diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-01-03 18:30:30 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-01-03 18:30:30 +0000 |
| commit | a0e8bc70f01ddb41dc4af43c982d07bdc2d287b5 (patch) | |
| tree | 0b9b381da68a38856d07f9903773e8506df10ca2 | |
| parent | b1507ce27f8dcfc555cf2e124caccfb183252767 (diff) | |
| download | webtrees-a0e8bc70f01ddb41dc4af43c982d07bdc2d287b5.tar.gz webtrees-a0e8bc70f01ddb41dc4af43c982d07bdc2d287b5.tar.bz2 webtrees-a0e8bc70f01ddb41dc4af43c982d07bdc2d287b5.zip | |
add report's description
32 files changed, 35 insertions, 40 deletions
diff --git a/modules/address_label_report/module.php b/modules/address_label_report/module.php index b0ce6aabe3..2dacc2e5f0 100644 --- a/modules/address_label_report/module.php +++ b/modules/address_label_report/module.php @@ -36,7 +36,7 @@ class address_label_report_WT_Module extends WT_Module implements WT_Module_Repo // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Address Labels'); + return WT_I18N::translate('Prints address labels'); } // Extend class WT_Module diff --git a/modules/address_label_report/report.xml b/modules/address_label_report/report.xml index 843f2cfff8..0ad57d3799 100644 --- a/modules/address_label_report/report.xml +++ b/modules/address_label_report/report.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Description>Prints address labels</Description> <Title><var var="WT_I18N::translate('Address Labels')" /></Title> <Input name="address" type="text"><var var="WT_I18N::translate('Show addresses that contain:')" /> </Input> diff --git a/modules/address_report/module.php b/modules/address_report/module.php index 0ed7ffd1b7..650b80dc5b 100644 --- a/modules/address_report/module.php +++ b/modules/address_report/module.php @@ -36,7 +36,7 @@ class address_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Address List'); + return WT_I18N::translate('Prints a list of addresses'); } // Extend class WT_Module diff --git a/modules/ahnentafel_report/module.php b/modules/ahnentafel_report/module.php index aa7499ab95..2075a25e02 100644 --- a/modules/ahnentafel_report/module.php +++ b/modules/ahnentafel_report/module.php @@ -36,7 +36,7 @@ class ahnentafel_report_WT_Module extends WT_Module implements WT_Module_Report // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Ahnentafel Report'); + return WT_I18N::translate('Prints an Ahnentafel report for the selected individual'); } // Extend class WT_Module diff --git a/modules/ahnentafel_report/report.xml b/modules/ahnentafel_report/report.xml index 6126bc2ebe..e7442ee483 100644 --- a/modules/ahnentafel_report/report.xml +++ b/modules/ahnentafel_report/report.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Ahnentafel Report')" /></Title> <Description>Prints an Ahnentafel report for the selected individual</Description> <Input name="pid" lookup="INDI" type="text"><var var="WT_I18N::translate('Enter Individual ID')" /></Input> diff --git a/modules/bdm_report/module.php b/modules/bdm_report/module.php index 4b9597b197..77dcdde3e5 100644 --- a/modules/bdm_report/module.php +++ b/modules/bdm_report/module.php @@ -36,7 +36,7 @@ class bdm_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Births, Deaths, Marriages'); + return WT_I18N::translate('Prints a list of birth, death, marriage events for individuals matching name or place criteria'); } // Extend class WT_Module diff --git a/modules/bdm_report/report.xml b/modules/bdm_report/report.xml index 012cefd201..4a9210af4f 100644 --- a/modules/bdm_report/report.xml +++ b/modules/bdm_report/report.xml @@ -1,12 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> - <!-- - @package webtrees - @subpackage Reports - @version $Id$ - --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Births, Deaths, Marriages')" /></Title> - <Description>Prints a list of BIRT/DEAT/MARR events for individuals matching NAME or PLAC criteria.</Description> + <Description>Prints a list of birth, death, marriage events for individuals matching name or place criteria</Description> <Input name="name" lookup="NAME" type="text"><var var="WT_I18N::translate('Name')" /></Input> <Input name="bdmplace" lookup="PLAC" type="text"><var var="WT_I18N::translate('Place')" /></Input> <Input name="birthdate1" lookup="DATE" type="text"><var var="WT_I18N::translate('Birth Date range start')" /></Input> diff --git a/modules/birth_report/module.php b/modules/birth_report/module.php index 96b03191ae..f30f9116cc 100644 --- a/modules/birth_report/module.php +++ b/modules/birth_report/module.php @@ -36,7 +36,7 @@ class birth_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Birth Date and Place Report'); + return WT_I18N::translate('Prints a list of individuals matching specific name and/or birth criteria'); } // Extend class WT_Module diff --git a/modules/cemetery_report/module.php b/modules/cemetery_report/module.php index 1b62323b83..a4582ed000 100644 --- a/modules/cemetery_report/module.php +++ b/modules/cemetery_report/module.php @@ -36,7 +36,7 @@ class cemetery_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Cemetery Report'); + return WT_I18N::translate('Prints a list of individuals burial places matching specific cemetery criteria'); } // Extend class WT_Module diff --git a/modules/cemetery_report/report.xml b/modules/cemetery_report/report.xml index 2369df17e0..77663397de 100644 --- a/modules/cemetery_report/report.xml +++ b/modules/cemetery_report/report.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Cemetery Report')" /></Title> <Description>Prints a list of individuals burial places matching specific cemetery criteria</Description> <Input name="deathplace" lookup="PLAC" type="text"><var var="WT_I18N::translate('Burial Place contains')" /> </Input> diff --git a/modules/change_report/module.php b/modules/change_report/module.php index c59072e508..1708316c07 100644 --- a/modules/change_report/module.php +++ b/modules/change_report/module.php @@ -36,7 +36,7 @@ class change_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Changes Report'); + return WT_I18N::translate('Prints a list of individuals matching specific change criteria'); } // Extend class WT_Module diff --git a/modules/death_report/module.php b/modules/death_report/module.php index 0e0931d97e..0f27be2be6 100644 --- a/modules/death_report/module.php +++ b/modules/death_report/module.php @@ -36,7 +36,7 @@ class death_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Death Date and Place Report'); + return WT_I18N::translate('Prints a list of individuals matching specific name and/or death criteria'); } // Extend class WT_Module diff --git a/modules/descendancy_report/module.php b/modules/descendancy_report/module.php index 1e2c5990f7..d2885f2ada 100644 --- a/modules/descendancy_report/module.php +++ b/modules/descendancy_report/module.php @@ -36,7 +36,7 @@ class descendancy_report_WT_Module extends WT_Module implements WT_Module_Report // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Descendancy Report'); + return WT_I18N::translate('rints a descendant report for the selected individual'); } // Extend class WT_Module diff --git a/modules/descendancy_report/report.xml b/modules/descendancy_report/report.xml index dc5337f392..468629d17e 100644 --- a/modules/descendancy_report/report.xml +++ b/modules/descendancy_report/report.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Descendancy Report')" /></Title> - <Description>Prints a descendant chart in portrait mode</Description> + <Description>Prints a descendant report for the selected individual</Description> <Input name="pid" lookup="INDI" type="text" default=""><var var="WT_I18N::translate('Enter Individual ID')" /></Input> <Input name="maxgen" type="select" options="3=>3|4=>4|5=>5|6=>6|7=>7|8=>8|9=>9|*=>*"><var var="WT_I18N::translate('Generations')" /></Input> <Input name="sources" type="checkbox" default="1"><var var="WT_I18N::translate('Show sources?')" /></Input> diff --git a/modules/fact_sources/report.xml b/modules/fact_sources/report.xml index 414e286644..4be2b70ca1 100644 --- a/modules/fact_sources/report.xml +++ b/modules/fact_sources/report.xml @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Fact Sources')" /></Title> <Description>Prints a list of individuals and families with a specific source for facts or records</Description> - <Input name="sid" lookup="SOUR" default="" type="text"><var var="WT_I18N::translate('Find Source ID')" /></Input> <Input name="stype" type="select" default="facts" options="facts=>WT_I18N::translate('facts')|records=>WT_I18N::translate('records')"><var var="WT_I18N::translate('Source type')" /></Input> <Input name="sortby" type="select" default="BIRT:DATE" options="NAME=>WT_I18N::translate('Name')|BIRT:DATE=>WT_I18N::translate('Date of birth')"><var var="WT_I18N::translate('Sort by')" /></Input> diff --git a/modules/family_group_report/module.php b/modules/family_group_report/module.php index 830aa29504..46a678184b 100644 --- a/modules/family_group_report/module.php +++ b/modules/family_group_report/module.php @@ -36,7 +36,7 @@ class family_group_report_WT_Module extends WT_Module implements WT_Module_Repor // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Family Group Report'); + return WT_I18N::translate('Prints a family group report'); } // Extend class WT_Module diff --git a/modules/family_group_report/report.xml b/modules/family_group_report/report.xml index 63dafa18a6..b1a7a9592a 100644 --- a/modules/family_group_report/report.xml +++ b/modules/family_group_report/report.xml @@ -2,7 +2,7 @@ <Report> <!-- $Id$ --> <Title><var var="WT_I18N::translate('Family Group Report')" /></Title> - <Description>Prints a PAF style family group record</Description> + <Description>Prints a family group report</Description> <!-- User inputs for the report --> <Input name="famid" lookup="FAM" type="text" default=""><var var="WT_I18N::translate('Enter Family ID')" /></Input> <Input name="sources" type="checkbox" default="1"><var var="WT_I18N::translate('Show sources?')" /></Input> diff --git a/modules/individual_ext_report/module.php b/modules/individual_ext_report/module.php index 5da78a9275..a78dbd50d9 100644 --- a/modules/individual_ext_report/module.php +++ b/modules/individual_ext_report/module.php @@ -36,7 +36,7 @@ class individual_ext_report_WT_Module extends WT_Module implements WT_Module_Rep // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Close Relatives Report'); + return WT_I18N::translate('Prints an individual record report showing close relatives'); } // Extend class WT_Module diff --git a/modules/individual_ext_report/report.xml b/modules/individual_ext_report/report.xml index b321fb2886..6630f28467 100644 --- a/modules/individual_ext_report/report.xml +++ b/modules/individual_ext_report/report.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Close Relatives Report')" /></Title> <Description>Prints an individual record report showing close relatives</Description> <Input name="pid" type="text" default="" lookup="INDI"><var var="WT_I18N::translate('Enter Individual ID')"/></Input> diff --git a/modules/individual_report/module.php b/modules/individual_report/module.php index 08b9934e43..57222bc1ec 100644 --- a/modules/individual_report/module.php +++ b/modules/individual_report/module.php @@ -36,7 +36,7 @@ class individual_report_WT_Module extends WT_Module implements WT_Module_Report // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Individual Report'); + return WT_I18N::translate('Prints an individual record report'); } // Extend class WT_Module diff --git a/modules/marriage_report/module.php b/modules/marriage_report/module.php index 231b21381d..2a521b0ff5 100644 --- a/modules/marriage_report/module.php +++ b/modules/marriage_report/module.php @@ -36,7 +36,7 @@ class marriage_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Marriage Date and Place Report'); + return WT_I18N::translate('Prints a list of families matching specific name and/or marriage criteria'); } // Extend class WT_Module diff --git a/modules/missing_facts_report/module.php b/modules/missing_facts_report/module.php index 101ad55aef..2a9d032791 100644 --- a/modules/missing_facts_report/module.php +++ b/modules/missing_facts_report/module.php @@ -36,7 +36,7 @@ class missing_facts_report_WT_Module extends WT_Module implements WT_Module_Repo // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Missing relatives facts'); + return WT_I18N::translate('Prints a list of individuals who has missing information'); } // Extend class WT_Module diff --git a/modules/missing_facts_report/report.xml b/modules/missing_facts_report/report.xml index 2c762b0c69..7f8ff957b0 100644 --- a/modules/missing_facts_report/report.xml +++ b/modules/missing_facts_report/report.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Missing relatives facts')" /></Title> <Description>Prints a list of individuals who has missing information</Description> <Input name="pid" type="text" default="" lookup="INDI"><var var="WT_I18N::translate('Enter Individual ID')"/></Input> diff --git a/modules/occupation_report/report.xml b/modules/occupation_report/report.xml index cb5f411c63..6771b46b94 100644 --- a/modules/occupation_report/report.xml +++ b/modules/occupation_report/report.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Occupation Report')" /></Title> <Description>Prints a list of individuals occupation matching specific criteria</Description> <Input name="occupation" lookup="OCCU" type="text"><var var="translate_fact('OCCU')" /> </Input> diff --git a/modules/pedigree_report/module.php b/modules/pedigree_report/module.php index 19cfa9a38c..6a73772c42 100644 --- a/modules/pedigree_report/module.php +++ b/modules/pedigree_report/module.php @@ -36,7 +36,7 @@ class pedigree_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Pedigree Chart'); + return WT_I18N::translate('Prints a pedigree chart in portrait or landscape mode'); } // Extend class WT_Module diff --git a/modules/pedigree_report/report_landscape.xml b/modules/pedigree_report/report_landscape.xml index e45e78556c..a36479999e 100644 --- a/modules/pedigree_report/report_landscape.xml +++ b/modules/pedigree_report/report_landscape.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Description>Prints a pedigree chart in landscape mode</Description> <Title><var var="WT_I18N::translate('Pedigree Chart')" /> - <var var="WT_I18N::translate('Landscape')" /></Title> <Input name="pid" lookup="INDI" type="text" default=""><var var="WT_I18N::translate('Enter Individual ID')" /></Input> diff --git a/modules/pedigree_report/report_portrait.xml b/modules/pedigree_report/report_portrait.xml index f9bf284f59..5d7a14b731 100644 --- a/modules/pedigree_report/report_portrait.xml +++ b/modules/pedigree_report/report_portrait.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Description>Prints a pedigree chart in portrait mode</Description> <Title><var var="WT_I18N::translate('Pedigree Chart')" /> - <var var="WT_I18N::translate('Portrait')" /></Title> <Input name="pid" lookup="INDI" type="text" default=""><var var="WT_I18N::translate('Enter Individual ID')" /></Input> diff --git a/modules/relative_ext_report/module.php b/modules/relative_ext_report/module.php index 58fc42309d..fe6708542b 100644 --- a/modules/relative_ext_report/module.php +++ b/modules/relative_ext_report/module.php @@ -36,7 +36,7 @@ class relative_ext_report_WT_Module extends WT_Module implements WT_Module_Repor // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Expanded Relatives Report'); + return WT_I18N::translate('Prints an expanded list of individuals related to a specific person'); } // Extend class WT_Module diff --git a/modules/relative_ext_report/report.xml b/modules/relative_ext_report/report.xml index bfea554084..68ec040102 100644 --- a/modules/relative_ext_report/report.xml +++ b/modules/relative_ext_report/report.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Expanded Relatives Report')" /></Title> - <Description>Prints a list of individuals related to a specific person</Description> + <Description>Prints an expanded list of individuals related to a specific person</Description> <Input name="pid" lookup="INDI" type="text"><var var="WT_I18N::translate('Enter Individual ID')" /></Input> <Input name="relatives" type="select" options="child-family=>WT_I18N::translate('Parents and siblings')|spouse-family=>WT_I18N::translate('Spouses and children')|direct-ancestors=>WT_I18N::translate('Direct line ancestors')|ancestors=>WT_I18N::translate('Direct line ancestors and their families')|descendants=>WT_I18N::translate('Descendants')|all=>WT_I18N::translate('All')"><var var="WT_I18N::translate('Choose relatives')" /></Input> <Input name="sortby" type="select" default="BIRT:DATE" options="none=>WT_I18N::translate('None')|NAME=>WT_I18N::translate('Name')|BIRT:DATE=>WT_I18N::translate('Date of birth')|DEAT:DATE=>WT_I18N::translate('Date of death')"><var var="WT_I18N::translate('Sort by')" /></Input> diff --git a/modules/relative_report/module.php b/modules/relative_report/module.php index 1aa03df8b0..e9f36699ab 100644 --- a/modules/relative_report/module.php +++ b/modules/relative_report/module.php @@ -36,7 +36,7 @@ class relative_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Relatives Report'); + return WT_I18N::translate('Prints a list of individuals related to a specific person'); } // Extend class WT_Module diff --git a/modules/relative_report/report.xml b/modules/relative_report/report.xml index 015be8003d..7be60a05ad 100644 --- a/modules/relative_report/report.xml +++ b/modules/relative_report/report.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Relatives Report')" /></Title> <Description>Prints a list of individuals related to a specific person</Description> <Input name="pid" lookup="INDI" type="text"><var var="WT_I18N::translate('Enter Individual ID')" /></Input> diff --git a/modules/source_report/report.xml b/modules/source_report/report.xml index 0863179a9b..680f429295 100644 --- a/modules/source_report/report.xml +++ b/modules/source_report/report.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Report> -<!-- $Id$ --> + <!-- $Id$ --> <Title><var var="WT_I18N::translate('Sources Report')" /></Title> <Description>Prints a list of individuals and families with a specific source</Description> |
