Changes between Version 132 and Version 133 of Event/2011/GCI


Ignore:
Timestamp:
12/17/11 05:57:12 (13 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2011/GCI

    v132 v133  
    325325=== Translating key phrases ===
    326326'''''Migrated'''''[[br]]
    327 Each task consists of a language file (a spreadsheet) of about 100 phrases, see the attachments at the bottom of this page, masterLanguageFile1.csv, masterLanguageFile2.csv and masterLanguageFile3.csv. This file needs to be translated to the target language, with the translation in the target column.
     327Each task consists of a language file (a spreadsheet) of 100 or 200 phrases (depending on the difficulty of the task), see the attachments at the bottom of this page, masterLanguageFile1.csv, masterLanguageFile2.csv and masterLanguageFile3.csv. This file needs to be translated to the target language, with the translation in the target column.
    328328
    329329Each phrase is related to data displayed on screens on the default home page, the registration page the login and out process and the personnel profile.
     330
     331If there are phrases which you don't understand, for example incomplete sentences, please identify these separately from your translation when you submit your task. This may indicate poor internationalization of the phrases in the code which our team will need to improve. These strings can still count towards your total.
    330332
    331333Depending upon the target language some of these phrases have already been translated but you don't need to worry about what has and what has not been translated.
     
    369371
    370372Check for:
    371 * Incomplete or cut-off sentences in the translation strings
     373* Incomplete or cut-off sentences in the translation strings 
    372374* Avoid concatenation of localized strings with variables - use %s or %(key)s instead.  That is, instead of:[[br]]
    373375  {{{T("My name is ") + name}}}[[br]]