If you want to translate AutoOff, please modify the ini file of the desired language and send it to starcodec@gmail.com.
If there is no ini file for your language here, you can start with 'Sample.ini.txt' and rename it to 'your language name.ini'.
The file format is in the order of the original text, the equal sign, and the translated text.
"original text"="translated text"

* Do not translate section names.([INFO], [DIALOGEX], [MENU], [STRINGTABLE])
* Code in [INFO] section is ISO 639-1 code for the language.
* Alert in [INFO] section is the translated text for "Language settings will not take effect until you restart the program."
* & is the prefix character for the underlined character.
* $1, $2... or %d, %s...  are replacement indicator.
* \t is a tab character.
* \n is a newline character.
* Translate "Lan&guage" like "Language in your language(Lan&guage)". ex) "Lan&guage"="Lingvo(Lan&guage)"
* "at" is used to indicate the scheduled time. do something "at" a specified time.
* "MMM d " is a format for representing dates.
  "MMM" is an abbreviated month in the local language, ex) "Nov". You can use "M" for a month as digits(1~12).
  "d" is a day of the month as digits(1~31).
  Last space is a separator between date and time.
  ex) "M/d ", "d MMM ", "M d ", "d/M ", "M월 d일 ", "M月d日 "
* Do not change the numbers or symbols.
