Applied massaged patch (bugszilla's attachment 1445) for Russian and Ukrainian language. This relates to bug 952.

pull/2/head
Michele Calgaro 10 years ago
parent 078bcfb15f
commit e5f5e70d87

@ -1,25 +1,31 @@
[Desktop Entry] [Desktop Entry]
Exec=tdecmshell displayconfig
Icon=background
Type=Application
DocPath=kcontrol/displayconfig/index.html
X-TDE-Library=displayconfig
X-TDE-ParentApp=kcontrol
X-TDE-RootOnly=true
X-TDE-SubstituteUID=true
X-TDE-Username=
Categories=Qt;TDE;X-TDE-settings-system; Categories=Qt;TDE;X-TDE-settings-system;
Comment=Configure display Comment=Configure display
Comment[en_US]=Configure display Comment[en_US]=Configure display
DocPath=kcontrol/displayconfig/index.html Comment[ru]=Конфигурация экрана
Exec=tdecmshell displayconfig Comment[uk]=Конфігурація екрану
GenericName= GenericName=
GenericName[en_US]= GenericName[en_US]=
Icon=background
Keywords=monitor,resolution,display Keywords=monitor,resolution,display
MimeType= MimeType=
Name=Monitor & Display Name=Monitor & Display
Name[en_US]=Monitor & Display Name[en_US]=Monitor & Display
Name[ru]=Монитор & Экран
Name[uk]=Монітор & Екран
NoDisplay=false NoDisplay=false
Path= Path=
StartupNotify=true StartupNotify=true
Terminal=false Terminal=false
TerminalOptions= TerminalOptions=
Type=Application
X-DCOP-ServiceType= X-DCOP-ServiceType=
X-TDE-Library=displayconfig
X-TDE-ParentApp=kcontrol
X-TDE-RootOnly=true
X-TDE-SubstituteUID=true
X-TDE-Username=

@ -12,11 +12,15 @@ X-TDE-SubstituteUID=true
Categories=Qt;TDE;X-TDE-settings-hardware; Categories=Qt;TDE;X-TDE-settings-hardware;
Comment=Configure display ICC profile Comment=Configure display ICC profile
Comment[en_US]=Configure display ICC profile Comment[en_US]=Configure display ICC profile
Comment[ru]=Конфигурация профиля ICC экрана
Comment[uk]=Конфігурація профілю ICC екрану
GenericName= GenericName=
GenericName[en_US]= GenericName[en_US]=
Keywords=ICC,display,color,profile Keywords=ICC,display,color,profile
MimeType= MimeType=
Name=ICC Color Profile Name=ICC Color Profile
Name[en_US]=ICC Color Profile Name[en_US]=ICC Color Profile
Name[ru]=ICC Профиль цвета
Name[uk]=ICC Профіль кольору
NoDisplay=false NoDisplay=false

@ -244,7 +244,7 @@ void SystemTrayApplet::preferences()
TQGrid *settingsGrid = m_settingsDialog->makeGridMainWidget( 2, Qt::Vertical); TQGrid *settingsGrid = m_settingsDialog->makeGridMainWidget( 2, Qt::Vertical);
m_showClockSettingCB = new TQCheckBox("Show Clock in Tray", settingsGrid); m_showClockSettingCB = new TQCheckBox(i18n("Show Clock in Tray"), settingsGrid);
m_showClockSettingCB->setChecked(m_showClockInTray); m_showClockSettingCB->setChecked(m_showClockInTray);
//m_iconSelector = new TDEActionSelector(m_settingsDialog); //m_iconSelector = new TDEActionSelector(m_settingsDialog);

Loading…
Cancel
Save