Branch: master

e5f5e70d 2014-05-29 11:06:33 Michele Calgaro
Applied massaged patch (bugszilla's attachment 1445) for Russian and Ukrainian language. This relates to bug 952.
M kcontrol/displayconfig/displayconfig.desktop
M kcontrol/iccconfig/iccconfig.desktop
M kicker/applets/systemtray/systemtrayapplet.cpp
diff --git a/kcontrol/displayconfig/displayconfig.desktop b/kcontrol/displayconfig/displayconfig.desktop
index 2d4b505..b22727f 100644
--- a/kcontrol/displayconfig/displayconfig.desktop
+++ b/kcontrol/displayconfig/displayconfig.desktop
@@ -1,25 +1,31 @@
 [Desktop Entry]
-Categories=Qt;TDE;X-TDE-settings-system;
-Comment=Configure display
-Comment[en_US]=Configure display
-DocPath=kcontrol/displayconfig/index.html
 Exec=tdecmshell displayconfig
-GenericName=
-GenericName[en_US]=
 Icon=background
-Keywords=monitor,resolution,display
-MimeType=
-Name=Monitor & Display
-Name[en_US]=Monitor & Display
-NoDisplay=false
-Path=
-StartupNotify=true
-Terminal=false
-TerminalOptions=
 Type=Application
-X-DCOP-ServiceType=
+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;
+Comment=Configure display
+Comment[en_US]=Configure display
+Comment[ru]=������������������������ ������������
+Comment[uk]=������������������������ ������������
+GenericName=
+GenericName[en_US]=
+Keywords=monitor,resolution,display
+MimeType=
+Name=Monitor & Display
+Name[en_US]=Monitor & Display
+Name[ru]=�������������� & ����������
+Name[uk]=�������������� & ����������
+NoDisplay=false
+Path=
+StartupNotify=true
+Terminal=false
+TerminalOptions=
+X-DCOP-ServiceType=
diff --git a/kcontrol/iccconfig/iccconfig.desktop b/kcontrol/iccconfig/iccconfig.desktop
index ffa072e..f405937 100644
--- a/kcontrol/iccconfig/iccconfig.desktop
+++ b/kcontrol/iccconfig/iccconfig.desktop
@@ -12,11 +12,15 @@
 Categories=Qt;TDE;X-TDE-settings-hardware;
 Comment=Configure display ICC profile
 Comment[en_US]=Configure display ICC profile
+Comment[ru]=������������������������ �������������� ICC ������������
+Comment[uk]=������������������������ �������������� ICC ������������
 GenericName=
 GenericName[en_US]=
 Keywords=ICC,display,color,profile
 MimeType=
 Name=ICC Color Profile
 Name[en_US]=ICC Color Profile
+Name[ru]=ICC �������������� ����������
+Name[uk]=ICC �������������� ��������������
 
 NoDisplay=false
diff --git a/kicker/applets/systemtray/systemtrayapplet.cpp b/kicker/applets/systemtray/systemtrayapplet.cpp
index 898d2b8..41d5af1 100644
--- a/kicker/applets/systemtray/systemtrayapplet.cpp
+++ b/kicker/applets/systemtray/systemtrayapplet.cpp
@@ -244,7 +244,7 @@
 
     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_iconSelector = new TDEActionSelector(m_settingsDialog);