home *** CD-ROM | disk | FTP | other *** search
- //
- // This file will be read by dvd-audio-ripper if it is put inside \lang folder
- // of dvd-audio-ripper root directory. It also must have the .lang extension
- // yielding something like my_language.lang
- //
- //
- // To define a string follow this format:
- //
- // number "my_string"
- //
- // number is the identification of the following string. Each number is related
- // with a string that will appear inside dvd-audio-ripper. Padding spaces are not
- // important. Inside menu definitions use & to give access to the keyboard menu shortcut.
- // You can use returns inside string. They will be preserved in the program.
- //
- // dvd-audio-ripper loads the strings on startup. It won't perceive any changes in this file
- // if you don't reload the program.
- //
- // PLEASE, CHECK THAT STRINGS WON'T BE CLIPPED IN THE PROGRAM. The reserved space
- // for every string is limited and must be suitable for all languages. If some
- // of your strings are clipped try shortening the phrase while keeping its
- // significance
- //
- //////////////////////////////////////////////////////////////////////////////
-
- // language file revision level
- REVISION=/*$Id: Japanese.lang,v 1.1 2004/12/27 03:00:56 xuesong Exp $*/
-
- // set language characteristics
- LANGUAGE=9
- SUBLANG=1
-
- // use CODEPAGE 65001 if this file is UTF-8 encoded text file
- // otherwhise fill out the proper ANSI codepage
- CODEPAGE=1252
-
- // 99 (063 hex) => LANGUAGE ID, use english description
- // since this value is used to set the LOCALE settings
- #0063# "English"
-
- #0001# "OK"
- #0002# "Cancel"
- #0003# "Abort"
- #0004# "Retry"
- #0005# "Ignore"
- #0006# "Yes"
- #0007# "No"
-