Difference between revisions of "Handling complex translation needs"

From ICA-AtoM
Jump to navigation Jump to search
 
(47 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<span class="pageTitle">Translate template tokens</span>
+
[[Main Page]] > [[User manual]] > [[Translate]] > [[Translate interface]] > Handling complex translation needs
  
[[Main Page]] > [[User manual|(UM) User manual]] > [[UM-5|UM-5 Translate content / interface]] > [[UM-5.5|UM-5.5 Translate interface]] > UM-5.5.1 Translate template tokens
+
[[Image:UM-5.3.1.png|500px|right|thumb|Some interface element names include template tokens]]
  
 +
The names of some [[Glossary#User interface|user interface]] elements include tokens which are variables whose value is determined dynamically by the context. Tokens are represented by a number enclosed in percent signs (e.g. "%1%"). Tokens 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 names of some user interface element include "template tokens".  
+
http://www.symfony-project.org/book/1_2/13-I18n-and-L10n#chapter_13_sub_handling_complex_translation_needs
  
*A template token is a variable whose value is determined by dynamically by the context.  
+
The table below enumerates in English the elements whose names include tokens and for each gives a brief explanation of the nature of the variable and the context in which it occurs.
  
*A template token is represented by a number enclosed in percent signs (e.g. "%1%").
+
<table>
 
+
<thead>
*Template tokens 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.
+
<tr>
 
+
<th>
 
 
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.
 
 
 
 
 
 
 
{| style="width:95%; border: 1px solid rgb(255, 201, 201); padding: 0.5em 1em 1em;"
 
 
 
|-valign="top" align="left" style="color: rgb(0, 0, 0); background-color: rgb(255, 243, 243);"
 
 
 
! style="width:20%;" |
 
 
Element name
 
Element name
 
+
</th><th>
! style="width:20%;" |
 
 
Variable
 
Variable
 
+
</th><th>
! style="width:55%;" |
 
 
Context
 
Context
 +
</tr>
 +
</thead><tbody>
 +
<tr>
 +
<td>
 +
%1% profile
 +
</td><td>
 +
User's account name
 +
</td><td>
 +
Returns the user's account name in the [[Glossary#User menu|user menu]]; clicked by the user to edit his or her [[Glossary#User profile|user profile]]; appears on all pages.
 +
</td>
 +
</tr><tr>
 +
<td>
 +
List all %1%
 +
</td><td>
 +
Entity type
 +
</td><td>
 +
Returns the type of [[Glossary#Entity|entity]] being viewed on the current page (e.g. [[Glossary#Archival description|archival description]]); appears as part of text on the list all button on [[Glossary#Edit page|edit pages]].
 +
</td>
 +
</tr><tr>
 +
<td>
 +
Edit %1%
 +
</td><td>
 +
Entity type
 +
</td><td>
 +
Returns the type of [[Glossary#Entity|entity]] being viewed on the current page (e.g. [[Glossary#Authority record|authority record]]); appears as part of the [[Glossary#Page title|page title]] on [[Glossary#Edit page|edit pages]].
 +
</td>
 +
</tr><tr>
 +
<td>
 +
List %1%
 +
</td><td>
 +
Entity type
 +
</td><td>
 +
Returns the type of [[Glossary#Entity|entity]] being viewed on the current page (e.g. [[Glossary#Archival description|archival institution]]); appears as part of the [[Glossary#Page title|page title]] on list pages.
 +
</td>
 +
</tr><tr>
 +
<td>
 +
View %1%
 +
</td><td>
 +
Entity type
 +
</td><td>
 +
Returns the type of [[Glossary#Entity|entity]] being viewed on the current page (e.g. [[Glossary#Archival description|archival description]]); appears as part of the [[Glossary#Page title|page title]] on [[Glossary#View page|view pages]].
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
  
|}
 
 
 
{| border="1" cellpadding="2"
 
 
|- valign="top" align="left"
 
 
!width="150" | Element name
 
 
!width="150" | Variable
 
 
!width="800" | Context
 
 
|-
 
| %1% profile
 
 
| User's account name
 
 
| Returns user's account name in the <span class="menu">SystemMenu</span> link; clicked by the user clicks to edit his or her user profile; appears on all screens.
 
 
|-
 
| add new %1%
 
 
| Entity type
 
 
| Returns the type of entity being viewed on the current screen (e.g. "archival description", "authority record"); appears as part of text on the <span class="button">AddNew</span> button on <span class="screen">Edit</span> screens.
 
 
|-
 
| list all %1%
 
 
| Entity type
 
 
| Returns the type of entity being viewed on the current screen (e.g. "archival description", "authority record"); appears as part of text on the <span class="button">ListAll</span> button on <span class="screen">Edit</span> screens.
 
 
|-
 
| edit %1%
 
 
| Entity type
 
 
| Returns the type of entity being viewed on the current screen (e.g. "archival description", "authority record"); appears as part of screen title on <span class="screen">Edit</span> screens.
 
 
|-
 
| list %1%
 
 
| Entity type
 
 
| Returns the type of entity being viewed on the current screen (e.g. "archival description", "authority record"); appears as part of screen title on <span class="screen">List</span> screens.
 
 
|-
 
| view %1%
 
 
| Entity type
 
 
| Returns the type of entity being viewed on the current screen (e.g. "archival description", "authority record"); appears as part of screen title on <span class="screen">View</span> screens.
 
  
|}
+
[[Category:User manual]]

Latest revision as of 19:08, 24 June 2010

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.

Main Page > User manual > Translate > Translate interface > Handling complex translation needs

Some interface element names include template tokens

The names of some user interface elements include tokens which are variables whose value is determined dynamically by the context. Tokens are represented by a number enclosed in percent signs (e.g. "%1%"). Tokens 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.

http://www.symfony-project.org/book/1_2/13-I18n-and-L10n#chapter_13_sub_handling_complex_translation_needs

The table below enumerates in English the elements whose names include tokens and for each gives a brief explanation of the nature of the variable and the context in which it occurs.

<thead> </thead><tbody> </tbody>

Element name

Variable

Context

%1% profile

User's account name

Returns the user's account name in the user menu; clicked by the user to edit his or her user profile; appears on all pages.

List all %1%

Entity type

Returns the type of entity being viewed on the current page (e.g. archival description); appears as part of text on the list all button on edit pages.

Edit %1%

Entity type

Returns the type of entity being viewed on the current page (e.g. authority record); appears as part of the page title on edit pages.

List %1%

Entity type

Returns the type of entity being viewed on the current page (e.g. archival institution); appears as part of the page title on list pages.

View %1%

Entity type

Returns the type of entity being viewed on the current page (e.g. archival description); appears as part of the page title on view pages.