Report in Japanese
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
GenoPro Support Forum
Home        Members    Who's On
Welcome Guest ( Login | Register )
        


123»»»

Report in Japanese Expand / Collapse
Author
Message
Post #8120 Posted 9/5/2005 9:26:53 PM


Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the GenoPro community This user is an important contributor to the translation of GenoPro This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 5:50:33 AM
GenoPro Version: 2.0.1.6
Posts: 758, Visits: 6,290
Will have to change a few things, among them the formatting of the names.

Which lines in which file do I have to change in order to get always "Last Name/First Name" (LNFN) configuration? No spaces between the names.
Post #8122 Posted 9/6/2005 12:57:55 AM


Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the GenoPro community This user is an important contributor to the translation of GenoPro 

Group: Customers
Last Login: 2 days ago @ 4:44:18 PM
GenoPro Version: 2.0.1.6
Posts: 552, Visits: 7,390
maru-san
Which lines in which file do I have to change in order to get always "Last Name/First Name" (LNFN) configuration? No spaces between the names.

In individual.htm there is a line at the start:
strName = i.Name

strName is then used each time for the individual full name. If you want to change the way the name is shown you have to change this line.

You have to create a little method like that:

Function
StrFullName(i) 

StrFirstName = i.Name.First
StrLastName = i.Name.Last

StrFullName = StrLastName & " " & StrFirstName

End
Function

And then call for it in individual.htm:
strName = StrFullName(i)

If you want to translate the name from one language to another, you will need to use the "NameDictionary.xml", to extract first and last name.

Post #8135 Posted 9/6/2005 10:05:05 AM


Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the GenoPro community This user is an important contributor to the translation of GenoPro This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 5:50:33 AM
GenoPro Version: 2.0.1.6
Posts: 758, Visits: 6,290
Thanks Yehudad, have to look into this more closely, but hope Genopro will come up with an easyer solution than this, i.e. by selecting the way the names are used on the reporting page.
Post #8138 Posted 9/6/2005 10:31:45 AM


Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the GenoPro community This user is an important contributor to the translation of GenoPro 

Group: Customers
Last Login: 2 days ago @ 4:44:18 PM
GenoPro Version: 2.0.1.6
Posts: 552, Visits: 7,390
maru-san
Thanks Yehudad, have to look into this more closely, but hope Genopro will up with an easyer solution than this, i.e. by selecting the way the names are used on the reporting page.

I guess that one of the ways will be to use the dictinary.xml for this purpose like all the phrases "PhBirth" and "PhParents" and so on.

Post #8139 Posted 9/6/2005 10:42:41 AM


Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master This user is an important contributor to the translation of GenoPro 

Group: Administrators
Last Login: Yesterday @ 11:13:07 PM
GenoPro Version: 2.5.0.2
Posts: 3,638, Visits: 15,173
The dictionary may store the templates to format the "Full Name", "FirstMiddle", "First Last" and other combinations of names.  At the moment, GenoPro concatenates those names and inserts spaces between the names.  I realize this is not appropriate for all languages.

Post #8162 Posted 9/7/2005 12:29:02 AM


Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the GenoPro community This user is an important contributor to the translation of GenoPro This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 5:50:33 AM
GenoPro Version: 2.0.1.6
Posts: 758, Visits: 6,290
Another specific for japanese reports:
a younger brother is called different from an older brother, the same goes for sisters.
Please consider this for the report generator.
Post #8257 Posted 9/8/2005 11:52:26 AM


Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master This user is an important contributor to the translation of GenoPro 

Group: Administrators
Last Login: Yesterday @ 11:13:07 PM
GenoPro Version: 2.5.0.2
Posts: 3,638, Visits: 15,173
maru-san (9/7/2005)
a younger brother is called different from an older brother, the same goes for sisters.

Can you give a few examples?  I can think of a solution only if I have a few examples...

Post #8274 Posted 9/8/2005 8:11:30 PM


Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the GenoPro community This user is an important contributor to the translation of GenoPro This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 5:50:33 AM
GenoPro Version: 2.0.1.6
Posts: 758, Visits: 6,290
Think of a situation like this.
1) A family with five children (a son, a daughter, a daughter, a son, a son), the last too are twins

an outsider would say of the elder of the twins : he had one older brother, two older sisters and one younger brother;

older brother in japanese > niisan
younger brother in japanese > ototo
older sister in japanese > nesan
younger sister in japanese > imoto

female siblings has its own expression
male siblings has also its own expression

2) besides I have not seen yet in the report generator a situation describing twins
Post #8279 Posted 9/9/2005 4:48:27 AM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 4:31:13 AM
GenoPro Version: 2.0.1.6
Posts: 328, Visits: 4,251
A common problem for Nihongo, 'Ivrith, Elenika, etc. (Japanese, Hebrew, Greek a.s.o.):

Each type of name (especially given ones) should include - in fact - at least a pair of fields:

1st one for Latin transcription

2nd one for native transcription

3rd,4th,... one for additional translation(s) of the name 

As a result, even  should be able to understand them ...  

   


additional email: finkea@mail.biu.ac.il ARIGATO-GOZAIMASU(jp) DAKUJEM(sk) DANKE(d) EVHARISTIES(gr) GRAZIE(it) MERCI(f) MULTUMESC(ro) SPASIVA(ru) THANKS(gb) THODAH(il)
Post #8283 Posted 9/9/2005 5:54:16 AM


Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the GenoPro community This user is an important contributor to the translation of GenoPro 

Group: Customers
Last Login: 2 days ago @ 4:44:18 PM
GenoPro Version: 2.0.1.6
Posts: 552, Visits: 7,390
Alfi
A common problem for Nihongo, 'Ivrith, Elenika, etc. (Japanese, Hebrew, Greek a.s.o.):

Each type of name (especially given ones) should include - in fact - at least a pair of fields:
1st one for Latin transcription
2nd one for native transcription
3rd,4th,... one for additional translation(s) of the name 
As a result, even  should be able to understand them ... 

I disagree. This is why we came up with the NameDictionary.xml file to translate names to other languages than the one in the tree. Dan is already working on a tool to manage this file.

« Prev Topic | Next Topic »

123»»»

Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: GenoProSupport

Permissions Expand / Collapse

All times are GMT -5:00, Time now is 8:35 AM

Copyright 1998-2009 GenoPro. All rights reserved. GenoPro and the GenoPro logo are trademarks.