/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to ui/rccnames.c

  • Committer: Suren A. Chilingaryan
  • Date: 2005-07-29 03:26:28 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-23
Translation
    - Language Translation using libtranslate is implemented
    - Autoengine sets current charset (option)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
rcc_name rcc_default_language_names_embeded[RCC_MAX_LANGUAGES+1] = {
12
12
{"default", "Autodetect"},
13
13
{"off", "Dissable"},
 
14
{"en", "English" },
14
15
{"ru","Russian"},
15
16
{"uk","Ukrainian"}, 
16
17
{"be","Belarussian"},
38
39
    { RCC_OPTION_AUTODETECT_FS_NAMES, "Autodetect File Names",  rcc_default_option_boolean_names },
39
40
    { RCC_OPTION_AUTODETECT_FS_TITLES, "Autodetect FS Titles", rcc_default_option_boolean_names },
40
41
    { RCC_OPTION_CONFIGURED_LANGUAGES_ONLY, "Enabled Languages", rcc_default_option_clo_names },
 
42
    { RCC_OPTION_TRANSLATE, "Translate Text", rcc_default_option_boolean_names },
 
43
    { RCC_OPTION_AUTOENGINE_SET_CURRENT, "AutoEngine Set Current Encoding", rcc_default_option_boolean_names },
41
44
    { RCC_MAX_OPTIONS }
42
45
};
43
46