Merge lp:~paulliu/unity/i18n into lp:unity/phablet

Proposed by Ying-Chun Liu
Status: Merged
Approved by: Albert Astals Cid
Approved revision: no longer in the source branch.
Merged at revision: 716
Proposed branch: lp:~paulliu/unity/i18n
Merge into: lp:unity/phablet
Diff against target: 91 lines (+21/-5)
4 files modified
Panel/MenuContent.qml (+1/-1)
Panel/Menus/Overview/FlightModeWidget.qml (+1/-1)
po/unity8.pot (+9/-1)
po/zh_TW.po (+10/-2)
To merge this branch: bzr merge lp:~paulliu/unity/i18n
Reviewer Review Type Date Requested Status
Albert Astals Cid (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+166765@code.launchpad.net

Commit message

Add strings in Panel for translation.

Description of the change

Add strings in Panel for translation.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Albert Astals Cid (aacid) wrote :

Good :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Panel/MenuContent.qml'
--- Panel/MenuContent.qml 2013-04-12 10:28:33 +0000
+++ Panel/MenuContent.qml 2013-05-31 11:39:27 +0000
@@ -189,7 +189,7 @@
189 left: parent.left189 left: parent.left
190 right: parent.right190 right: parent.right
191 }191 }
192 text: content.overviewActive ? "Device" : (indicatorsModel && menus.currentIndex >= 0 && menus.currentIndex < indicatorsModel.count) ? indicatorsModel.get(menus.currentIndex).title : ""192 text: content.overviewActive ? i18n.tr("Device") : (indicatorsModel && menus.currentIndex >= 0 && menus.currentIndex < indicatorsModel.count) ? indicatorsModel.get(menus.currentIndex).title : ""
193 opacity: __shown ? 1 : 0193 opacity: __shown ? 1 : 0
194 Behavior on opacity {NumberAnimation{duration: 100}}194 Behavior on opacity {NumberAnimation{duration: 100}}
195 }195 }
196196
=== modified file 'Panel/Menus/Overview/FlightModeWidget.qml'
--- Panel/Menus/Overview/FlightModeWidget.qml 2013-02-15 12:32:30 +0000
+++ Panel/Menus/Overview/FlightModeWidget.qml 2013-05-31 11:39:27 +0000
@@ -39,7 +39,7 @@
39 margins: units.gu(2)39 margins: units.gu(2)
40 verticalCenter: parent.verticalCenter40 verticalCenter: parent.verticalCenter
41 }41 }
42 text: "Flight mode"42 text: i18n.tr("Flight mode")
43 color: "#f3f3e7"43 color: "#f3f3e7"
44 style: Text.Raised44 style: Text.Raised
45 styleColor: "black"45 styleColor: "black"
4646
=== modified file 'po/unity8.pot'
--- po/unity8.pot 2013-05-29 15:30:21 +0000
+++ po/unity8.pot 2013-05-31 11:39:27 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: unity8\n"9"Project-Id-Version: unity8\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2013-05-29 23:27+0800\n"11"POT-Creation-Date: 2013-05-30 21:08+0800\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,6 +97,14 @@
97msgid "Speaking..."97msgid "Speaking..."
98msgstr ""98msgstr ""
9999
100#: Panel/MenuContent.qml:192
101msgid "Device"
102msgstr ""
103
104#: Panel/Menus/Overview/FlightModeWidget.qml:42
105msgid "Flight mode"
106msgstr ""
107
100#: plugins/Unity/lens.cpp:333108#: plugins/Unity/lens.cpp:333
101msgid "Sorry, there is nothing that matches your search."109msgid "Sorry, there is nothing that matches your search."
102msgstr ""110msgstr ""
103111
=== modified file 'po/zh_TW.po'
--- po/zh_TW.po 2013-05-30 06:57:44 +0000
+++ po/zh_TW.po 2013-05-31 11:39:27 +0000
@@ -7,16 +7,16 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2013-05-29 23:27+0800\n"10"POT-Creation-Date: 2013-05-30 21:08+0800\n"
11"PO-Revision-Date: 2013-05-25 17:21+0000\n"11"PO-Revision-Date: 2013-05-25 17:21+0000\n"
12"Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n"12"Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n"
13"Language-Team: Ubuntu Touch Team <ubuntu-phone@lists.ubuntu.com>\n"13"Language-Team: Ubuntu Touch Team <ubuntu-phone@lists.ubuntu.com>\n"
14"Language: \n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2013-05-30 06:57+0000\n"18"X-Launchpad-Export-Date: 2013-05-30 06:57+0000\n"
18"X-Generator: Launchpad (build 16652)\n"19"X-Generator: Launchpad (build 16652)\n"
19"Language: \n"
2020
21#: Components/PageHeader.qml:30021#: Components/PageHeader.qml:300
22msgid "Recent searches"22msgid "Recent searches"
@@ -98,6 +98,14 @@
98msgid "Speaking..."98msgid "Speaking..."
99msgstr "說話中..."99msgstr "說話中..."
100100
101#: Panel/MenuContent.qml:192
102msgid "Device"
103msgstr "設備"
104
105#: Panel/Menus/Overview/FlightModeWidget.qml:42
106msgid "Flight mode"
107msgstr "飛航模式"
108
101#: plugins/Unity/lens.cpp:333109#: plugins/Unity/lens.cpp:333
102msgid "Sorry, there is nothing that matches your search."110msgid "Sorry, there is nothing that matches your search."
103msgstr "很抱歉,找不到符合您想搜尋的結果。"111msgstr "很抱歉,找不到符合您想搜尋的結果。"

Subscribers

People subscribed via source and target branches