mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
sort ger,eng locale, locals_intern.h & locals.h create with script. for testing
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1195 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 60ad3168e6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-02-22 (Tue, 22 Feb 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -365,20 +365,20 @@ int CRfExec::exec(CMenuTarget* /*parent*/, const std::string& /*actionKey*/)
|
||||
bool CRfNotifier::changeNotify(const neutrino_locale_t OptionName, void * val)
|
||||
{
|
||||
//printf("CRfNotifier: Option %d val %d\n", OptionName, *((int *)val));
|
||||
if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RF_CARRIER)) {
|
||||
if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RFMOD_CARRIER)) {
|
||||
g_RFmod->setSoundSubCarrier(*((int *)val));
|
||||
}
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RF_ENABLE)) {
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RFMOD_ENABLE)) {
|
||||
g_RFmod->setSoundEnable(*((int *)val));
|
||||
}
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RF_CHANNEL)) {
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RFMOD_CHANNEL)) {
|
||||
}
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RF_FINETUNE)) {
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RFMOD_FINETUNE)) {
|
||||
}
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RF_STANDBY)) {
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RFMOD_STANDBY)) {
|
||||
g_RFmod->setStandby(*((int *)val));
|
||||
}
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RF_TEST)) {
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_RFMOD_TEST)) {
|
||||
g_RFmod->setTestPattern(*((int *)val));
|
||||
}
|
||||
return true;
|
||||
@@ -841,7 +841,7 @@ void testNetworkSettings(const char* ip, const char* netmask, const char* broadc
|
||||
|
||||
if (our_ip[0] == 0)
|
||||
{
|
||||
text = g_Locale->getText(LOCALE_NETWORKMENU_INACTIVE);
|
||||
text = g_Locale->getText(LOCALE_NETWORKMENU_INACTIVE_NETWORK);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -882,7 +882,7 @@ void showCurrentNetworkSettings()
|
||||
char eth[] = "eth0";
|
||||
netGetIP(eth, ip, mask, broadcast);
|
||||
if (ip[0] == 0) {
|
||||
text = g_Locale->getText(LOCALE_NETWORKMENU_INACTIVE);
|
||||
text = g_Locale->getText(LOCALE_NETWORKMENU_INACTIVE_NETWORK);
|
||||
}
|
||||
else {
|
||||
netGetNameserver(nameserver);
|
||||
|
Reference in New Issue
Block a user