Missing string in base.tab December 20, 2008, 10:45:02 am "Vergroessere die Karte\n""Toggle day/night view""Remove" ... for marker window"No stop here!"Code: [Select]obj=program_textname=Vergroessere die Karte\n--obj=program_textname=Toggle day/night view--obj=program_textname=Remove--obj=program_textname=No stop here!-- Quote Selected Last Edit: December 20, 2008, 12:27:44 pm by z9999
Re: Missing string in base.tab Reply #2 – January 30, 2009, 09:26:23 am Texts for label list window."labellist_title""Active player only""koord""player"Code: [Select]obj=program_textname=labellist_title--obj=program_textname=Active player only--obj=program_textname=koord--obj=program_textname=player-- Quote Selected
Re: Missing string in base.tab Reply #3 – January 30, 2009, 10:19:59 am Quote from: z9999 – on January 30, 2009, 09:26:23 am...Code: [Select]obj=program_textname=labellist_title--obj=program_textname=Active player only--obj=program_textname=koord--obj=program_textname=player--obj=program_textname=labellist_titlenote=Description--obj=program_textname=Active player onlynote=Description--obj=program_textname=koordnote=Description--obj=program_textname=playernote=Description--and crossing infoobj=program_textname=\nway1 reserved by note=text in crossing info--obj=program_textname=cars.\nway2 reserved by note=text in crossing info--obj=program_textname=cars.\nstate note=text in crossing info--obj=program_textname=opennote=text in crossing info--obj=program_textname=closenote=text in crossing info-- Quote Selected
Re: Missing string in base.tab Reply #4 – January 30, 2009, 10:37:30 am Crossing state are ...Code: [Select]static const char *state_str[4] = { "invalid", "open", "request closing", "closed" }; Quote Selected
Re: Missing string in base.tab Reply #5 – January 30, 2009, 11:05:49 am texts in crossing_logic.ccCode: [Select] buf.append( translator::translate("\nway1 reserved by ") ); buf.append( on_way1.get_count() ); buf.append( translator::translate("cars.\nway2 reserved by ") ); buf.append( on_way2.get_count() ); buf.append( translator::translate( "cars.\nstate ") );[attachment deleted by admin] Quote Selected Last Edit: January 30, 2009, 11:11:37 am by Frank
Re: Missing string in base.tab Reply #6 – January 30, 2009, 01:15:50 pm Yes, as your picture shows, it's "closed" Quote Selected
Re: Missing string in base.tab Reply #8 – January 31, 2009, 10:12:49 pm Anyway, had to remove trailing spaced to add them to svn. Thus now in base.tab they are correct. Quote Selected
Re: Missing string in base.tab Reply #9 – February 01, 2009, 01:07:24 pm Thank you. But unfortunately there is a typo."\nway1 reserved by" is duplicated.dataobj/crossing_logic.cc:49-51Code: [Select] buf.append( translator::translate("\nway1 reserved by") ); buf.append( on_way1.get_count() ); buf.append( translator::translate("\nway1 reserved by") ); Quote Selected
Re: Missing string in base.tab Reply #10 – February 23, 2009, 07:23:37 am --obj=program_textname=Choose directionnote=window title to choose direction of station buildings--By the way, can someone upload all new words to SimuTranslator ?The value of river settings are still not readable. Quote Selected
Re: Missing string in base.tab Reply #11 – February 23, 2009, 01:28:29 pm There were trouble with translator last week and during this weekend. I will do this today. Quote Selected