Help with string translation

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Help with string translation

Post by Antonio Linares »

Could you please help us translating this string ?

{ "Copy to clipboard", "Copiar al portapapeles", "Copier ...", "cópia ...", "Kopieren ...", "Copia ..." }, ;

thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Re: Help with string translation

Post by Richard Chidiak »

{ "Copy to clipboard", "Copiar al portapapeles", "Copier dans le Presse-papiers", "cópia ...", "Kopieren ...", "Copia ..." }, ;
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Help with string translation

Post by Enrico Maria Giordano »

{ "Copy to clipboard", "Copiar al portapapeles", "Copier dans le Presse-papiers", "cópia ...", "Kopieren ...", "Copia negli appunti" }, ;

EMG
Diego Decandia
Posts: 39
Joined: Fri Aug 22, 2014 6:21 am

Re: Help with string translation

Post by Diego Decandia »

Yes, better "Copia negli Appunti"
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help with string translation

Post by Antonio Linares »

Many thanks!

Portuguese and German missing...
regards, saludos

Antonio Linares
www.fivetechsoft.com
ADutheil
Posts: 352
Joined: Sun May 31, 2009 6:25 pm
Location: Salvador - Bahia - Brazil

Re: Help with string translation

Post by ADutheil »

Portuguese (BR):
Copiar para área de tranferência
Regards,

André Dutheil
FWH 13.04 HB 3.2 BCC 5.82 MinGW 4.5.2 MSVS 10
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Help with string translation

Post by driessen »

Hela, how about Dutch? "Kopiëren naar klembord".
[SMILING FACE WITH OPEN MOUTH]


Verzonden vanaf mijn iPhone met behulp van Tapatalk
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Help with string translation

Post by byte-one »

German:

{ "Copy to clipboard", "Copiar al portapapeles", "Copier dans le Presse-papiers", "cópia ...", "In die Zwischenablage kopieren", "Copia negli appunti" }, ;
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help with string translation

Post by Antonio Linares »

Michel,
driessen wrote:Hela, how about Dutch? "Kopiëren naar klembord".
[SMILING FACE WITH OPEN MOUTH]


Verzonden vanaf mijn iPhone met behulp van Tapatalk
Currently we don't support Dutch, but of course we can support it too :-)

Simply we have to add a new array element and place the Duth translation in FWH/source/function/strings.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help with string translation

Post by Antonio Linares »

done, many thanks to all :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply