From: Roberto C. - S. S. <rob...@fi...> - 2003-01-14 12:18:25
Attachments:
PME.lang.PT-BR.inc
|
Hi, people. Here is my translating for new options for our language file. Happy to cooperate. Regards. Roberto Cohen Come to South Brazil Diretor Geral - SIAL Software Fone: +55-51 3321.2566 ramal 215 |
From: Roberto C. - S. S. <rob...@fi...> - 2003-01-15 11:05:56
Attachments:
PME.lang.PT-BR.inc
|
Ondrej, is your account ne...@po... closed? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "<ne...@po...>: host smtp.pobox.sk[212.5.216.21] said: 550 Administraively closed, contact pos...@u2..." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please, read the follow message. :o) Thanks Cohen ----- Original Message ----- From: "Ondrej Jombik" <ne...@po...> To: "Roberto Cohen - SIAL Software" <rob...@fi...> Sent: Tuesday, January 14, 2003 7:54 PM Subject: Re: [PHPMyEdit-Discuss] PT-BR... updated... Here is my translating for new options for our language file. I do not understand why are many expressions without capital letter... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I'm sorry. This is a personnal preference. It's going now a standard file to international distribution (if you desire) with correct presentation. See you in Brazil. Cordialmente Roberto Cohen Diretor Geral - SIAL Software Fone: +55-51 3321.2566 ramal 215 |
From: Ondrej J. <ne...@po...> - 2003-01-15 13:42:24
|
> Ondrej, is your account ne...@po... closed? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > "<ne...@po...>: host smtp.pobox.sk[212.5.216.21] said: 550 > Administraively closed, contact pos...@u2..." > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I do not know what is the matter. Maybe some administration time. > I do not understand why are many expressions without capital > letter... > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > I'm sorry. > This is a personnal preference. > It's going now a standard file to international distribution (if you > desire) with correct presentation. I already commited file yesterday with your changes, however capital letters were not removed. Hope it is OK now. -- _/| Ondrej Jombik - ne...@ph... - http://www.nepto.sk - OJ812-RIPE <_ \ Platon SDG - open source software development - http://platon.sk `\| UNIX is user friendly. It's selective about who its friends are! '` |
From: Roberto C. - S. S. <rob...@fi...> - 2003-01-14 20:05:54
|
Hi friends. I downloaded the most updated files about phpmyeditsetup.php (rev 1.17) and phpmyedit.class.php (1.44). Inserted the three lines above, because I want data from another table: $opts['fdd']['codcity'] = array( 'name'=>'Codcity', 'select'=>'T', 'type'=>'int', 'maxlen'=>6, 'nowrap'=>false, 'required'=>true, 'default'=>'0', 'sort'=>true ); $fdd['codcity']['values']['table'] = 'city'; $fdd['codcity']['values']['column'] = 'code'; $fdd['codcity']['values']['description'] = 'name'; But... This is not running OK... Seems the three lines not exist... Continue appearing the codes. Not the descriptions... Thanks any help. Cordialmente Roberto Cohen Diretor Geral - SIAL Software Fone: +55-51 3321.2566 ramal 215 |
From: Ondrej J. <ne...@po...> - 2003-01-14 23:53:13
|
> $opts['fdd']['codcity'] = array( > 'name'=>'Codcity', > 'select'=>'T', > 'type'=>'int', > 'maxlen'=>6, > 'nowrap'=>false, > 'required'=>true, > 'default'=>'0', > 'sort'=>true > ); > $fdd['codcity']['values']['table'] = 'city'; > $fdd['codcity']['values']['column'] = 'code'; > $fdd['codcity']['values']['description'] = 'name'; Write $opts['fdd'] = $fdd; at the end of your field declarations or use $opts['fdd'] instead of $fdd for fields definitions. So in your case it should looks like this: $opts['fdd']['codcity']['values']['table'] = 'city'; $opts['fdd']['codcity']['values']['column'] = 'code'; $opts['fdd']['codcity']['values']['description'] = 'name'; Let me know, if that helps you. -- _/| Ondrej Jombik - ne...@ph... - http://www.nepto.sk - OJ812-RIPE <_ \ Platon SDG - open source software development - http://platon.sk `\| UNIX is user friendly. It's selective about who its friends are! '` |
From: Roberto C. - S. S. <rob...@fi...> - 2003-01-15 11:41:25
|
----- Original Message ----- From: "Ondrej Jombik" <ne...@po...> To: "Roberto Cohen - SIAL Software" <rob...@fi...> Cc: <php...@li...> Sent: Tuesday, January 14, 2003 7:46 PM Subject: Re: [PHPMyEdit-Discuss] curiosity... about values found in the specified column of another table > Write > > $opts['fdd'] = $fdd; > > at the end of your field declarations or use $opts['fdd'] instead of $fdd > for fields definitions. So in your case it should looks like this: > > $opts['fdd']['codcity']['values']['table'] = 'city'; > $opts['fdd']['codcity']['values']['column'] = 'code'; > $opts['fdd']['codcity']['values']['description'] = 'name'; > > Let me know, if that helps you. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Yes, very nice. Thanks a lot. Come to my city (site in english too): http://www.portoalegre2003.org/ http://www.forumsocialmundial.org.br/ Cordialmente Roberto Cohen Diretor Geral - SIAL Software Fone: +55-51 3321.2566 ramal 215 |