As I add new pages to the BLUF site, I'm trying to make sure they're in French and German. In fact, now it's just a few translations I'm waiting for before I can start the next phase, which is unveiling some new features and contacting all the BLUF members.
So, who wants to help out? Here are some common words and phrases from the BLUF site - they're the bits at the right of each line, between the quote marks. I'd like German and French equivalents for each, please.
Code:
// *** English
// Profile texts
$CT_MemberInformation['en'] = 'Member Information' ;
$CT_Email['en'] = 'Email' ;
$CT_Website['en'] = 'Website' ;
$CT_aka['en'] = 'aka' ;
$CT_PreferredRole['en'] = 'Preferred Role' ;
$CT_MemberSince['en'] = 'Member Since' ;
$CT_LastUpdate['en'] = 'Last Update' ;
$CT_TravelDates['en'] = 'Travel Dates' ;
$CT_Profile['en'] = 'Profile' ;
$CT_Location['en'] = 'Location' ;
//Profile update screen
$CT_MemberNo['en'] = 'Member No.' ;
$CT_JoinDate['en'] = 'Join Date' ;
$CT_AliasNic['en'] = 'Alias/Nic' ;
$CT_LastName['en'] = 'Last Name' ;
$CT_FirstName['en'] = 'First Name' ;
$CT_CityRegion['en'] = 'City/Region' ;
$CT_Country['en'] = 'Country' ;
$CT_SearchCity['en'] = 'Search City' ;
$CT_MoreInfo['en'] = 'More Info.' ;
// Roles
$CT_Top['en'] = 'Top' ;
$CT_Undeclared['en'] = 'Undeclared' ;
$CT_MostlyTop['en'] = 'Mostly Top' ;
$CT_Versatile['en'] = 'Versatile' ;
$CT_MostlyBottom['en'] = 'Mostly Bottom' ;
$CT_Bottom['en'] = 'Bottom' ;
$CT_Dog['en'] = 'Dog' ;
Nigel.