Difference between revisions of "Handling complex translation needs"

From ICA-AtoM
Jump to navigation Jump to search
Line 28: Line 28:
 
! style="width:55%;" |
 
! style="width:55%;" |
 
Context
 
Context
 +
  
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(240, 240, 255);"
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(240, 240, 255);"
Line 41: Line 42:
  
 
*Clicked by the user to edit his or her [[Glossary#User profile|user profile]]; appears on all screens.
 
*Clicked by the user to edit his or her [[Glossary#User profile|user profile]]; appears on all screens.
 +
  
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(240, 240, 255);"
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(240, 240, 255);"
Line 53: Line 55:
  
 
*Appears as part of text on the [[Glossary#List all button|List all button]] on [[Glossary#Edit screen|Edit screens]].
 
*Appears as part of text on the [[Glossary#List all button|List all button]] on [[Glossary#Edit screen|Edit screens]].
 +
  
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(240, 240, 255);"
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(240, 240, 255);"
Line 65: Line 68:
  
 
*Appears as part of [[Glossary#Screen title]] on [[Glossary#Edit screen|Edit screens]].
 
*Appears as part of [[Glossary#Screen title]] on [[Glossary#Edit screen|Edit screens]].
 +
  
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(240, 240, 255);"
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(240, 240, 255);"
Line 77: Line 81:
  
 
*Appears as part of screen title on [[Glossary#List screen|List screens]].
 
*Appears as part of screen title on [[Glossary#List screen|List screens]].
 +
  
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(240, 240, 255);"
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(240, 240, 255);"
Line 89: Line 94:
  
 
*Appears as part of screen title on [[Glossary#View screen|View screens]].
 
*Appears as part of screen title on [[Glossary#View screen|View screens]].
 +
  
 
|}
 
|}

Revision as of 13:20, 6 June 2008

Please note that ICA-AtoM is no longer actively supported by Artefactual Systems.
Visit https://www.accesstomemory.org for information about AtoM, the currently supported version.

Translate template tokens

Main Page > (UM) User manual > UM-5 Translate content / interface > UM-5.5 Translate interface > UM-5.5.1 Translate template tokens


The names of some user interface elements include "template tokens". Tokens:

  • Are variables whose value is determined by dynamically by the context.
  • Are represented by a number enclosed in percent signs (e.g. "%1%").
  • Must be included in the translation, but because different languages have different grammar rules, translators need to be aware of the type of information being handled in any given variable in any given context.


The following list enumerates in English the elements whose name includes a tokens, the nature of the variable and the context in which it occurs.


Element name

Variable

Context


%1% profile

User's account name.

  • Clicked by the user to edit his or her user profile; appears on all screens.


list all %1%

Entity type


edit %1%

Entity type


list %1%

Entity type


view %1%

Entity type



Last revised: 6 June 2008 (ICA-AtoM v0.6)