[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [krusader] krusader/Konfigurator: i18n: add contexts to clarify
From:       Pino Toscano <pino () kde ! org>
Date:       2012-08-31 22:54:22
Message-ID: 20120831225422.BBF41A6094 () git ! kde ! org
[Download RAW message or body]

Git commit dc8ca1aa54f4643e26d8d2a8eda0d8787ae83cde by Pino Toscano.
Committed on 01/09/2012 at 00:52.
Pushed by pino into branch 'master'.

i18n: add contexts to clarify

M  +11   -11   krusader/Konfigurator/kgpanel.cpp

http://commits.kde.org/krusader/dc8ca1aa54f4643e26d8d2a8eda0d8787ae83cde

diff --git a/krusader/Konfigurator/kgpanel.cpp b/krusader/Konfigurator/kgpanel.cpp
index 7f630ec..8004fdc 100644
--- a/krusader/Konfigurator/kgpanel.cpp
+++ b/krusader/Konfigurator/kgpanel.cpp
@@ -231,9 +231,9 @@ void KgPanel::setupLayoutTab()
     l->setAlignment(Qt::AlignRight | Qt::AlignVCenter);
     grid->addWidget(l, 1, 0);
     KONFIGURATOR_NAME_VALUE_PAIR frameColor[] = {
-        { i18n("Defined by Layout"), "default" },
-        { i18n("None"), "none" },
-        { i18n("Statusbar"), "Statusbar" }
+        { i18nc("Frame color", "Defined by Layout"), "default" },
+        { i18nc("Frame color", "None"), "none" },
+        { i18nc("Frame color", "Statusbar"), "Statusbar" }
     };
     cmb = createComboBox("PanelLayout", "FrameColor",
                             "default", frameColor, 3, tab, true, false, PAGE_LAYOUT);
@@ -244,10 +244,10 @@ void KgPanel::setupLayoutTab()
     l->setAlignment(Qt::AlignRight | Qt::AlignVCenter);
     grid->addWidget(l, 2, 0);
     KONFIGURATOR_NAME_VALUE_PAIR frameShape[] = {
-        { i18n("Defined by Layout"), "default" },
-        { i18n("None"), "NoFrame" },
-        { i18n("Box"), "Box" },
-        { i18n("Panel"), "Panel" },
+        { i18nc("Frame shape", "Defined by Layout"), "default" },
+        { i18nc("Frame shape", "None"), "NoFrame" },
+        { i18nc("Frame shape", "Box"), "Box" },
+        { i18nc("Frame shape", "Panel"), "Panel" },
     };
     cmb = createComboBox("PanelLayout", "FrameShape",
                             "default", frameShape, 4, tab, true, false, PAGE_LAYOUT);
@@ -258,10 +258,10 @@ void KgPanel::setupLayoutTab()
     l->setAlignment(Qt::AlignRight | Qt::AlignVCenter);
     grid->addWidget(l, 3, 0);
     KONFIGURATOR_NAME_VALUE_PAIR frameShadow[] = {
-        { i18n("Defined by Layout"), "default" },
-        { i18n("None"), "Plain" },
-        { i18n("Raised"), "Raised" },
-        { i18n("Sunken"), "Sunken" },
+        { i18nc("Frame shadow", "Defined by Layout"), "default" },
+        { i18nc("Frame shadow", "None"), "Plain" },
+        { i18nc("Frame shadow", "Raised"), "Raised" },
+        { i18nc("Frame shadow", "Sunken"), "Sunken" },
     };
     cmb = createComboBox("PanelLayout", "FrameShadow",
                             "default", frameShadow, 4, tab, true, false, PAGE_LAYOUT);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic