diff options
author | sr55 <[email protected]> | 2011-03-13 16:44:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-03-13 16:44:49 +0000 |
commit | b6a5d4eba610711d15ed99dc5f2e9e126ce06086 (patch) | |
tree | e72eb5be161c3ac9b01bbc3b3efcd4ab8f91e06c /win/CS/doc/TRANSLATIONS | |
parent | 38f64c238720fe0524f99b380fbb1a8c795a7586 (diff) |
Rename Direction C# to CS
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3846 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/doc/TRANSLATIONS')
-rw-r--r-- | win/CS/doc/TRANSLATIONS | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/win/CS/doc/TRANSLATIONS b/win/CS/doc/TRANSLATIONS new file mode 100644 index 000000000..c88258829 --- /dev/null +++ b/win/CS/doc/TRANSLATIONS @@ -0,0 +1,23 @@ +$Id: TRANSLATIONS,v 1.2 2004/03/22 18:20:30 titer Exp $ + +TRANSLATIONS file for HandBrake <http://handbrake.fr/> + +Translating HandBrake +===================== + +***** HandBrake does not currently have a localization scheme for any of its interfaces. +***** Information below is obsolete and only useful for historical purposes: + +Only the OS X interface of HandBrake can be translated at the moment. +Localization is not implemented in BeOS and GTK GUIs. + +HandBrake uses the NSLocalizedString() OS X function to translate every +item in the interface. Therefore, you don't need (and mustn't) modify +the nib files. All you have to do is to write a Localizable.strings for +your language. You can get it (for the latest release) at +<http://handbrake.m0k.org/Localizable.strings>. + +Edit it with Xcode, save it to HandBrake/macosx/i18n/xx.strings (where +'xx' are the two letters representing your language), then add 'xx' to +the language list in the Jamrules file. + |