conservative governor support, sk intl support

SVN revision: 15903
This commit is contained in:
Carsten Haitzler 2005-07-26 13:26:02 +00:00
parent a5349922cd
commit 4a487d8c53
4 changed files with 1228 additions and 1 deletions

View File

@ -124,7 +124,7 @@ AC_CHECK_HEADER(X11/X.h,
AC_SUBST(x_cflags)
AC_SUBST(x_libs)
ALL_LINGUAS="bg de es fi fr ja pl pt ru zh_CN hu sl it cs da"
ALL_LINGUAS="bg de es fi fr ja pl pt ru zh_CN hu sl it cs da sk"
AC_SUBST(ALL_LINGUAS)
AM_GNU_GETTEXT([external])

1224
po/sk.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -64,6 +64,7 @@ e_intl_init(void)
ADD_LANG("it_IT.UTF-8");
ADD_LANG("cs_CS.UTF-8");
ADD_LANG("da_DK.UTF-8");
ADD_LANG("sk_SK.UTF-8");
if ((s = getenv("LC_MESSAGES"))) _e_intl_orig_lc_messages = strdup(s);
if ((s = getenv("LANGUAGE"))) _e_intl_orig_language = strdup(s);

View File

@ -428,6 +428,8 @@ _cpufreq_config_menu_new(Cpufreq *e)
e_menu_item_label_set(mi, _("Manual"));
else if (!strcmp(l->data, "ondemand"))
e_menu_item_label_set(mi, _("Automatic"));
else if (!strcmp(l->data, "conservative"))
e_menu_item_label_set(mi, _("Lower Power Automatic"));
else if (!strcmp(l->data, "powersave"))
e_menu_item_label_set(mi, _("Minimum Speed"));
else if (!strcmp(l->data, "performance"))