Sitelet https://github.com/github-graveyard/updateSystem.NET/tree/master/Localization
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Localization

This folder contains localization files used by updateSystem.NET.
Do not edit these files manually. Use the Localization Editor available here: http://locedit.devs-on.net/

##Translations

  • Administration (in progress)

  • English (in progress)

  • German (pending)

  • Setup (pending)

  • English (pending)

  • German (pending)

  • updateController (pending, needs development)

  • English (pending)

  • German (pending)

  • updateInstaller (pending, needs development)

  • English (pending, needs translation)

  • German (pending, needs translation)

"Needs development" means the localization code isn't implemented yet.

##Structure All localization files should use the same structure for their strings:

Projectname.loc
-> Dialogs
--> Global
---> btnOk
----> Text: "OK"
--> aboutDialog
---> lnkHomepage
----> Text: "Link to my awesome homepage"
-> Messages
--> Global
---> msgHello: "Hello there!"
--> aboutDialog
----> msgNoHomepage: "Sorry, no homepage available"