Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/TML/Creating TmL Devices/I18N Properties file"

Line 36: Line 36:
 
TML_Resource_Not_Available= Recurso no disponible
 
TML_Resource_Not_Available= Recurso no disponible
 
</pre></code>
 
</pre></code>
 +
  
 
= Understanding the properties file =
 
= Understanding the properties file =

Revision as of 10:57, 22 December 2008

English properties file

Filename: SampleDeviceResources.properties [TBD: Properly name this file]

# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8

TML_Device_Plugin_Name= SampleDevice Device Plugin (Incubation)
TML_Error= A unexpected exception was found in TmL framework
TML_Resource_Not_Available= Resource not available


Portuguese properties file

Filename: SampleDeviceResources.properties [TBD: Properly name this file]

# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8

TML_Device_Plugin_Name= Plugin de Device SampleDevice (Encubação)
TML_Error= Uma exceção inesperada foi encontrada no framework TmL
TML_Resource_Not_Available= Recurso não disponível


Spanish properties file

Filename: SampleDeviceResources.properties [TBD: Properly name this file]

# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8

TML_Device_Plugin_Name= Plugin de Device SampleDevice (Incubación)
TML_Error= Una excepción inesperada fue encontrada en el framework TmL
TML_Resource_Not_Available= Recurso no disponible


Understanding the properties file

  • [TBD Explain the header: NLS_MESSAGEFORMAT_VAR and NLS_ENCODING=UTF-8]
  • Use a blank space after the attribution sign "=".

Back to the top