Advertisement
Guest User

Shiginima English v3.000 Template

a guest
Feb 24th, 2016
6,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.83 KB | None | 0 0
  1. # Insert ISO language code ( https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ) into langcode
  2. # and insert the native language name and the code into description
  3. langcode: "en"
  4. description: "English (en)"
  5.  
  6. # Check http://minecraft.gamepedia.com/Language . If the language you are translating into is within the game itself,
  7. # insert the Locale Code into the quotes below and set minecraft.language.exists to true. Otherwise, set it to false
  8. # and leave minecraft.language.code in empty quotes like minecraft.language.code: ""
  9. minecraft.language.exists: true
  10. minecraft.language.code: "en_US"
  11.  
  12. button.ok: "Ok"
  13. button.save: "Save"
  14. button.update: "Update"
  15. button.cancel: "Cancel"
  16. update.title.updateavail: "A Launcher Update is Available!"
  17. login.tab.main: "Main"
  18. login.tab.main.title: "---- Username ----"
  19. login.tab.main.save: "Save Username"
  20. login.tab.main.delete: "Delete Username"
  21. login.tab.main.play: "Play"
  22. login.tab.options: "Options"
  23. login.tab.options.auto: "<html>Automatically login with selected username<br><i>(Once automatically logged in, click 'Log Out' to come back to this login screen)</i>"
  24. login.msg.saved: "You must restart the launcher for any language changes to take effect!"
  25. login.msg.blank.1: "You have entered a blank username!"
  26. login.msg.blank.2: "Please try again!"
  27. login.msg.auto.1: "Once you click play, you will be automatically logged"
  28. login.msg.auto.2.1: "into the user "
  29. login.msg.auto.2.2: " every time you start Shiginima Launcher."
  30. login.msg.auto.3: "To get back to this login screen, simply click 'Log out' once logged in."
  31. main.button.newprof: "New Profile"
  32. main.button.editprof: "Edit Profile"
  33. main.button.play: "Play"
  34. main.button.logout: "Log Out"
  35. main.button.web: "Launcher Website"
  36. main.tab.news: "Shiginima News"
  37. main.tab.mcnews: "Minecraft News"
  38. main.tab.devcons: "Development Console"
  39. main.tab.peditor: "Profile Editor"
  40. main.tab.peditor.vname: "Version name"
  41. main.tab.peditor.v: "Version"
  42. main.tab.peditor.user: "Username"
  43. main.tab.lve: "Local Version Editor (NYI)"
  44. main.tab.lve.vname: "Version Name"
  45. main.tab.lve.vtype: "Version Type"
  46. main.tab.lve.rdate: "Release Date"
  47. main.tab.lve.lmod: "Last Modified"
  48. main.tab.lve.lcount: "Libary Count"
  49. main.tab.lve.sstatus: "Sync Status"
  50. main.pe.title: "Profile Editor"
  51. main.pe.pinfo: "Profile Info"
  52. main.pe.pname: "Profile Name:"
  53. main.pe.gamedir: "Game Directory:"
  54. main.pe.snapshot: "Enable experimental development versions (Snapshots)"
  55. main.pe.usever: "Use version:"
  56. main.pe.res: "Resolution"
  57. main.pe.vis: "Launcher Visibility"
  58. main.pe.jset: "Java Settings (Advanced)"
  59. main.pe.exec: "Executable:"
  60. main.pe.jvmarg: "JVM Arguments"
  61. main.pe.button.cancel: "Cancel"
  62. main.pe.button.opendir: "Open Game Folder"
  63. main.pe.button.save: "Save Profile"
  64.  
  65. ## BELOW USED FOR SHIGINIMA LAUNCHER VERSION 2.0
  66. button.restart: "Restart"
  67. login.tab.options.restart: "Launcher Restart"
  68. login.tab.options.restart.msg: "To apply your changes, the launcher must be restarted. Restart now?"
  69. main.pe.vertitle: "Version Selection:"
  70. main.pe.veruse: "Use version:"
  71. main.pe.verlatest: "Use latest version"
  72. main.pe.mrt.dev.popup: "Are you sure you want to enable development builds?\nThey are not guaranteed to be stable and may corrupt your world.\nYou are advised to run this in a separate directory or run regular backups."
  73. main.pe.mrt.old.popup: "These versions are very out of date and may be unstable. Any bugs, crashes, missing features or\nother nasties you may find will never be fixed in these versions.\nIt is strongly recommended you play these in separate directories to avoid corruption.\nWe are not responsible for the damage to your nostalgia or your save files!"
  74. main.pe.mrt.snap: "Enable experimental development versions (\"snapshots\")"
  75. main.pe.mrt.oldbeta: "Allow use of old \"Beta\" Minecraft versions (From 2010-2011)"
  76. main.pe.mrt.oldalpha: "Allow use of old \"Alpha\" Minecraft versions (From 2010)"
  77. main.pe.mrt.snap.popup: "Are you sure you want to enable development builds?\nThey are not guaranteed to be stable and may corrupt your world.\nYou are advised to run this in a separate directory or run regular backups."
  78. main.pe.mrt.oldbeta.popup: "These versions are very out of date and may be unstable. Any bugs, crashes, missing features or\nother nasties you may find will never be fixed in these versions.\nIt is strongly recommended you play these in separate directories to avoid corruption.\nWe are not responsible for the damage to your nostalgia or your save files!"
  79. main.pe.mrt.oldalpha.popup: "These versions are very out of date and may be unstable. Any bugs, crashes, missing features or\nother nasties you may find will never be fixed in these versions.\nIt is strongly recommended you play these in separate directories to avoid corruption.\nWe are not responsible for the damage to your nostalgia or your save files!"
  80. main.tab.pe.add: "Add Profile"
  81. main.tab.pe.copy: "Copy Profile"
  82. main.tab.pe.delete: "Delete Profile"
  83.  
  84. ## BELOW USED FOR SHIGINIMA LAUNCHER VERSION 3.000
  85. login.tab.options.autolang: "Automatically set the minecraft language to the launcher language (If available)"
  86.  
  87. #Shiginima Launcher Language File
  88. #
  89. #FOR TRANSLATORS
  90. #Simply place the translated text within the quotes.
  91. #Be sure to keep formatting such as HTML code, as well as punctuation and escape characters (Like \n) !
  92. #EXAMPLE BELOW:
  93. # Let's say you want to translate the below to another language:
  94. # login.msg.auto.3: "To get back to this login screen, \n simply click 'Log out' once logged in.""
  95. #
  96. # To translate the string, simple edit the words while leaving the punctuation. Like this:
  97. # login.msg.auto.3: "Shi gi ni ma, \n shi gi ni 'ma' shi gi ni."
  98. #
  99. # As you can see the formatting was kept the same. Try to do this if your languge allows for it to be done.
  100. # When you have completed translation, E-Mail us at support@teamshiginima.com. Feel free to add your credits to these comments
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement