Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(English properties file)
(English properties file)
Line 1: Line 1:
 
= English properties file =
 
= English properties file =
  
<code>
+
<code><pre>
 
# NLS_MESSAGEFORMAT_VAR
 
# NLS_MESSAGEFORMAT_VAR
 
# NLS_ENCODING=UTF-8
 
# NLS_ENCODING=UTF-8
Line 8: Line 8:
 
TML_Error= A unexpected exception was found in TmL framework
 
TML_Error= A unexpected exception was found in TmL framework
 
TML_Resource_Not_Available= Resource not available
 
TML_Resource_Not_Available= Resource not available
</code>
+
</pre></code>
  
 
= Portuguese properties file =
 
= Portuguese properties file =

Revision as of 09:21, 22 December 2008

English properties 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

FAREWELL_MESSAGE="Até a vista baby"


Spanish properties file

FAREWELL_MESSAGE="Hasta la vista baby"

Back to the top