From 502be2a0f16474ed7520fb87071573e51f95a15a Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Tue, 3 May 2016 21:24:00 +0200 Subject: Mark strings in qml files for translation I did this semi-automatically: I used the script from the previous patch and then did some manual corrections. This marks only title: and text: tags, there might be others Signed-off-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/Log.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mobile-widgets/qml/Log.qml') diff --git a/mobile-widgets/qml/Log.qml b/mobile-widgets/qml/Log.qml index 147709cea..7d630d0bf 100644 --- a/mobile-widgets/qml/Log.qml +++ b/mobile-widgets/qml/Log.qml @@ -12,7 +12,7 @@ Kirigami.ScrollablePage { id: logWindow anchors.margins: Kirigami.Units.gridUnit / 2 objectName: "Log" - title: "Application Log" + title: qsTr("Application Log") property int pageWidth: subsurfaceTheme.columnWidth - Kirigami.Units.smallSpacing @@ -20,7 +20,7 @@ Kirigami.ScrollablePage { width: logWindow.width - logWindow.leftPadding - logWindow.rightPadding - 2 * Kirigami.Units.smallSpacing spacing: Kirigami.Units.smallSpacing Kirigami.Heading { - text: "Application Log" + text: qsTr("Application Log") } Kirigami.Label { id: logContent -- cgit v1.2.3-70-g09d2