Merge lp:~mzanetti/unity8/disable-spread-while-locked into lp:unity8/stable

Proposed by Michael Zanetti
Status: Superseded
Proposed branch: lp:~mzanetti/unity8/disable-spread-while-locked
Merge into: lp:unity8/stable
Diff against target: 14060 lines (+2889/-1718) (has conflicts)
187 files modified
data/com.canonical.Unity8.gschema.xml (+5/-0)
data/unity8-dash.conf (+1/-1)
data/unity8-filewatcher.conf (+5/-0)
data/unity8-greeter-wrapper (+6/-6)
debian/changelog (+55/-0)
debian/control (+1/-0)
plugins/Dash/CardAttributes.qml (+1/-1)
plugins/Dash/CardCreator.js (+9/-8)
plugins/Dash/listviewwithpageheader.cpp (+4/-12)
plugins/LightDM/SessionsModel.cpp (+8/-0)
plugins/Utils/constants.cpp (+6/-1)
plugins/Utils/constants.h (+5/-5)
po/aa.po (+22/-13)
po/am.po (+22/-13)
po/ar.po (+22/-13)
po/ast.po (+22/-13)
po/az.po (+22/-13)
po/be.po (+22/-13)
po/bg.po (+22/-13)
po/bn.po (+22/-13)
po/br.po (+22/-13)
po/bs.po (+22/-13)
po/ca.po (+24/-14)
po/ca@valencia.po (+22/-13)
po/ce.po (+22/-13)
po/ckb.po (+22/-13)
po/co.po (+22/-13)
po/cs.po (+22/-13)
po/cy.po (+22/-13)
po/da.po (+22/-13)
po/de.po (+22/-13)
po/el.po (+22/-13)
po/en_AU.po (+22/-13)
po/en_GB.po (+22/-13)
po/eo.po (+22/-13)
po/es.po (+22/-13)
po/eu.po (+22/-13)
po/fa.po (+22/-13)
po/fi.po (+22/-13)
po/fo.po (+22/-13)
po/fr.po (+22/-13)
po/ga.po (+22/-13)
po/gd.po (+22/-13)
po/gl.po (+22/-13)
po/gv.po (+22/-13)
po/he.po (+22/-13)
po/hi.po (+22/-13)
po/hr.po (+22/-13)
po/hu.po (+22/-13)
po/hy.po (+22/-13)
po/ia.po (+22/-13)
po/id.po (+22/-13)
po/is.po (+22/-13)
po/it.po (+22/-13)
po/ja.po (+22/-13)
po/km.po (+22/-13)
po/kn.po (+22/-13)
po/ko.po (+22/-13)
po/ku.po (+22/-13)
po/ky.po (+22/-13)
po/lo.po (+22/-13)
po/lt.po (+22/-13)
po/lv.po (+22/-13)
po/ml.po (+22/-13)
po/mr.po (+22/-13)
po/ms.po (+22/-13)
po/my.po (+22/-13)
po/nb.po (+22/-13)
po/ne.po (+22/-13)
po/nl.po (+22/-13)
po/nn.po (+22/-13)
po/oc.po (+22/-13)
po/or.po (+22/-13)
po/pa.po (+22/-13)
po/pl.po (+22/-13)
po/pt.po (+22/-13)
po/pt_BR.po (+22/-13)
po/ro.po (+22/-13)
po/ru.po (+22/-13)
po/shn.po (+22/-13)
po/si.po (+22/-13)
po/sk.po (+22/-13)
po/sl.po (+22/-13)
po/sq.po (+22/-13)
po/sr.po (+22/-13)
po/sv.po (+22/-13)
po/sw.po (+22/-13)
po/ta.po (+22/-13)
po/te.po (+22/-13)
po/th.po (+22/-13)
po/tr.po (+22/-13)
po/ug.po (+22/-13)
po/uk.po (+22/-13)
po/unity8.pot (+17/-13)
po/ur.po (+22/-13)
po/uz.po (+22/-13)
po/vi.po (+22/-13)
po/wo.po (+22/-13)
po/xh.po (+22/-13)
po/zh_CN.po (+22/-13)
po/zh_HK.po (+22/-13)
po/zh_TW.po (+22/-13)
qml/Components/ListItems/ThinDivider.qml (+0/-27)
qml/Dash/CardGrid.qml (+4/-4)
qml/Dash/CardTool.qml (+60/-16)
qml/Dash/Dash.qml (+1/-1)
qml/Dash/DashBackground.qml (+2/-11)
qml/Dash/DashPageHeader.qml (+23/-56)
qml/Dash/DashSectionHeader.qml (+25/-25)
qml/Dash/GenericScopeView.qml (+6/-83)
qml/Dash/Previews/Preview.qml (+19/-7)
qml/Dash/Previews/PreviewActionCombo.qml (+13/-2)
qml/Dash/Previews/PreviewActions.qml (+3/-2)
qml/Dash/Previews/PreviewAudioPlayback.qml (+10/-9)
qml/Dash/Previews/PreviewComment.qml (+3/-0)
qml/Dash/Previews/PreviewHeader.qml (+5/-3)
qml/Dash/Previews/PreviewIconActions.qml (+1/-0)
qml/Dash/Previews/PreviewInlineVideo.qml (+1/-1)
qml/Dash/Previews/PreviewRatingInput.qml (+1/-0)
qml/Dash/Previews/PreviewRatingSingleDisplay.qml (+12/-9)
qml/Dash/Previews/PreviewTable.qml (+8/-2)
qml/Dash/Previews/PreviewTextSummary.qml (+7/-2)
qml/Dash/Previews/PreviewVideoPlayback.qml (+1/-1)
qml/Dash/Previews/PreviewWidget.qml (+2/-2)
qml/Dash/Previews/PreviewWidgetFactory.qml (+2/-2)
qml/Dash/Previews/PreviewZoomableImage.qml (+1/-1)
qml/Dash/ScopesListCategory.qml (+2/-2)
qml/Greeter/Infographics.qml (+25/-3)
qml/Launcher/LauncherPanel.qml (+2/-2)
qml/Notifications/ShapedIcon.qml (+1/-0)
qml/Shell.qml (+2/-3)
qml/Stage/Stage.qml (+40/-1)
src/Dash/main.cpp (+9/-1)
src/Panel/Indicators/client/indicatorsclient.cpp (+10/-8)
src/Panel/Indicators/client/indicatorsclient.h (+0/-2)
src/ShellApplication.cpp (+1/-1)
src/main.cpp (+10/-1)
tests/mocks/GSettings.1.0/fake_gsettings.cpp (+33/-0)
tests/mocks/GSettings.1.0/fake_gsettings.h (+9/-0)
tests/mocks/Unity/fake_previewmodel.cpp (+15/-7)
tests/mocks/Unity/fake_previewwidgetmodel.cpp (+18/-10)
tests/mocks/Utils/constants.cpp (+2/-1)
tests/mocks/Utils/constants.h (+5/-5)
tests/mocks/libusermetrics/UserMetrics.cpp (+33/-13)
tests/mocks/libusermetrics/UserMetrics.h (+2/-0)
tests/plugins/Dash/cardcreator/1.res (+5/-5)
tests/plugins/Dash/cardcreator/1.res.cardcreator (+4/-4)
tests/plugins/Dash/cardcreator/1.tst (+1/-1)
tests/plugins/Dash/cardcreator/10.res (+3/-3)
tests/plugins/Dash/cardcreator/10.res.cardcreator (+3/-3)
tests/plugins/Dash/cardcreator/11.res (+5/-5)
tests/plugins/Dash/cardcreator/11.res.cardcreator (+4/-4)
tests/plugins/Dash/cardcreator/12.res (+4/-4)
tests/plugins/Dash/cardcreator/12.res.cardcreator (+3/-3)
tests/plugins/Dash/cardcreator/2.res (+3/-3)
tests/plugins/Dash/cardcreator/2.res.cardcreator (+3/-3)
tests/plugins/Dash/cardcreator/3.res (+2/-2)
tests/plugins/Dash/cardcreator/3.res.cardcreator (+2/-2)
tests/plugins/Dash/cardcreator/4.res (+3/-3)
tests/plugins/Dash/cardcreator/4.res.cardcreator (+2/-2)
tests/plugins/Dash/cardcreator/5.res (+3/-3)
tests/plugins/Dash/cardcreator/5.res.cardcreator (+3/-3)
tests/plugins/Dash/cardcreator/6.res (+4/-4)
tests/plugins/Dash/cardcreator/6.res.cardcreator (+3/-3)
tests/plugins/Dash/cardcreator/6.tst (+1/-1)
tests/plugins/Dash/cardcreator/7.res (+3/-3)
tests/plugins/Dash/cardcreator/7.res.cardcreator (+3/-3)
tests/plugins/Dash/cardcreator/8.res (+4/-4)
tests/plugins/Dash/cardcreator/8.res.cardcreator (+3/-3)
tests/plugins/Dash/cardcreator/8.tst (+1/-1)
tests/plugins/Dash/cardcreator/9.res (+4/-4)
tests/plugins/Dash/cardcreator/9.res.cardcreator (+3/-3)
tests/plugins/Dash/cardcreator/9.tst (+1/-1)
tests/plugins/Dash/listviewwithpageheadersectionexternalmodeltest.cpp (+3/-3)
tests/plugins/Dash/listviewwithpageheadersectiontest.cpp (+54/-54)
tests/qmltests/Dash/Previews/tst_Preview.qml (+3/-3)
tests/qmltests/Dash/Previews/tst_PreviewActions.qml (+33/-3)
tests/qmltests/Dash/Previews/tst_PreviewHeader.qml (+1/-1)
tests/qmltests/Dash/Previews/tst_PreviewTable.qml (+22/-1)
tests/qmltests/Dash/Previews/tst_PreviewTextSummary.qml (+2/-2)
tests/qmltests/Dash/tst_Card.qml (+0/-15)
tests/qmltests/Dash/tst_DashPageHeader.qml (+2/-2)
tests/qmltests/Dash/tst_GenericScopeView.qml (+1/-1)
tests/qmltests/Greeter/tst_Infographics.qml (+79/-15)
tests/qmltests/Launcher/tst_Launcher.qml (+26/-1)
tests/qmltests/Stage/tst_DesktopStage.qml (+4/-3)
tests/qmltests/tst_Shell.qml (+64/-0)
Text conflict in debian/changelog
Text conflict in po/aa.po
Text conflict in po/am.po
Text conflict in po/ar.po
Text conflict in po/ast.po
Text conflict in po/az.po
Text conflict in po/be.po
Text conflict in po/bg.po
Text conflict in po/bn.po
Text conflict in po/br.po
Text conflict in po/bs.po
Text conflict in po/ca.po
Text conflict in po/ca@valencia.po
Text conflict in po/ce.po
Text conflict in po/ckb.po
Text conflict in po/co.po
Text conflict in po/cs.po
Text conflict in po/cy.po
Text conflict in po/da.po
Text conflict in po/de.po
Text conflict in po/el.po
Text conflict in po/en_AU.po
Text conflict in po/en_GB.po
Text conflict in po/eo.po
Text conflict in po/es.po
Text conflict in po/eu.po
Text conflict in po/fa.po
Text conflict in po/fi.po
Text conflict in po/fo.po
Text conflict in po/fr.po
Text conflict in po/ga.po
Text conflict in po/gd.po
Text conflict in po/gl.po
Text conflict in po/gv.po
Text conflict in po/he.po
Text conflict in po/hi.po
Text conflict in po/hr.po
Text conflict in po/hu.po
Text conflict in po/hy.po
Text conflict in po/ia.po
Text conflict in po/id.po
Text conflict in po/is.po
Text conflict in po/it.po
Text conflict in po/ja.po
Text conflict in po/km.po
Text conflict in po/kn.po
Text conflict in po/ko.po
Text conflict in po/ku.po
Text conflict in po/ky.po
Text conflict in po/lo.po
Text conflict in po/lt.po
Text conflict in po/lv.po
Text conflict in po/ml.po
Text conflict in po/mr.po
Text conflict in po/ms.po
Text conflict in po/my.po
Text conflict in po/nb.po
Text conflict in po/ne.po
Text conflict in po/nl.po
Text conflict in po/nn.po
Text conflict in po/oc.po
Text conflict in po/or.po
Text conflict in po/pa.po
Text conflict in po/pl.po
Text conflict in po/pt.po
Text conflict in po/pt_BR.po
Text conflict in po/ro.po
Text conflict in po/ru.po
Text conflict in po/shn.po
Text conflict in po/si.po
Text conflict in po/sk.po
Text conflict in po/sl.po
Text conflict in po/sq.po
Text conflict in po/sr.po
Text conflict in po/sv.po
Text conflict in po/sw.po
Text conflict in po/ta.po
Text conflict in po/te.po
Text conflict in po/th.po
Text conflict in po/tr.po
Text conflict in po/ug.po
Text conflict in po/uk.po
Text conflict in po/unity8.pot
Text conflict in po/ur.po
Text conflict in po/uz.po
Text conflict in po/vi.po
Text conflict in po/wo.po
Text conflict in po/xh.po
Text conflict in po/zh_CN.po
Text conflict in po/zh_HK.po
Text conflict in po/zh_TW.po
Text conflict in qml/Stage/Stage.qml
To merge this branch: bzr merge lp:~mzanetti/unity8/disable-spread-while-locked
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+310765@code.launchpad.net

Commit message

Hotfix for now allowing to go to spread when locked

To post a comment you must log in.
2700. By Michael Zanetti

merge ~bhdouglass/unity8/disable-indicator-menu as prereq

2701. By Michael Zanetti

fix bad merge

Unmerged revisions

2701. By Michael Zanetti

fix bad merge

2700. By Michael Zanetti

merge ~bhdouglass/unity8/disable-indicator-menu as prereq

2699. By Michael Zanetti

also exclude Super+W

2698. By Michael Zanetti

drop TODO

2697. By Michael Zanetti

disable spread interaction while locked

2696. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

2695. By CI Train Bot Account

Releasing 8.14+17.04.20161109-0ubuntu1

2694. By Lukáš Tinkl

Fix the pixelated notification icon by setting sourceSize (LP: #1637712)

Approved by: Michael Zanetti, Unity8 CI Bot

2693. By Lukáš Tinkl

Enable loading the main Qt catalog which in turn allows for using RTL languages

Approved by: Albert Astals Cid

2692. By Tomás Tormo

Reload Infographics userdata when the day changes (LP: #1378814)

Approved by: Albert Astals Cid

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/com.canonical.Unity8.gschema.xml'
2--- data/com.canonical.Unity8.gschema.xml 2016-03-21 14:31:41 +0000
3+++ data/com.canonical.Unity8.gschema.xml 2016-11-14 12:06:52 +0000
4@@ -43,6 +43,11 @@
5 <summary>Width of the launcher in grid units.</summary>
6 <description>Changes the width of the launcher in all usage modes.</description>
7 </key>
8+ <key type="b" name="enable-launcher">
9+ <default>true</default>
10+ <summary>Enable or disable the launcher</summary>
11+ <description>Toggle the availability of the launcher</description>
12+ </key>
13 </schema>
14
15 <schema path="/com/canonical/unity8/greeter/" id="com.canonical.Unity8.Greeter" gettext-domain="unity8">
16
17=== modified file 'data/unity8-dash.conf'
18--- data/unity8-dash.conf 2016-03-09 22:02:37 +0000
19+++ data/unity8-dash.conf 2016-11-14 12:06:52 +0000
20@@ -22,4 +22,4 @@
21 initctl emit scope-ui-starting
22 end script
23
24-exec ${BINARY:-unity8-dash} $ARGS --desktop_file_hint=/usr/share/applications/unity8-dash.desktop
25+exec ${BINARY:-unity8-dash} $ARGS --desktop_file_hint=unity8-dash.desktop
26
27=== modified file 'data/unity8-filewatcher.conf'
28--- data/unity8-filewatcher.conf 2014-08-22 11:19:51 +0000
29+++ data/unity8-filewatcher.conf 2016-11-14 12:06:52 +0000
30@@ -1,6 +1,11 @@
31 description "File system watcher for unity8"
32 author "Michael Zanetti <michael.zanetti@canonical.com>"
33
34+# This method of updating the launcher will not work in our new snappy world,
35+# neither for snaps installed in the system nor if we are running inside a snap.
36+# Plus it hardcodes the phablet user... To be replaced once bug 1630997 is
37+# fixed in ubuntu-app-launch.
38+
39 # Workaround for bug 1360208. ~ and * in one expression doesn't work currently
40 start on (file FILE=/home/phablet/.local/share/applications/*.desktop) or (file FILE=/usr/share/applications/*.desktop)
41
42
43=== modified file 'data/unity8-greeter-wrapper'
44--- data/unity8-greeter-wrapper 2016-07-19 16:40:19 +0000
45+++ data/unity8-greeter-wrapper 2016-11-14 12:06:52 +0000
46@@ -45,8 +45,8 @@
47
48 # If touch session script (which sets up grid units and mir variables) is available, use it
49 TOUCH_WRAPPER=
50-if [ -x /usr/bin/ubuntu-touch-session ]; then
51- TOUCH_WRAPPER=/usr/bin/ubuntu-touch-session
52+if which ubuntu-touch-session >/dev/null; then
53+ TOUCH_WRAPPER=ubuntu-touch-session
54 fi
55
56 # Pretend that we're in an ubuntu-touch session, so that indicator-network
57@@ -63,7 +63,7 @@
58 # creates for them and don't want to start all the services that a normal
59 # session would. So it's inconvenient to live within an upstart session.
60 # But... we still want to use Upstart for some services. So launch here.
61-MIR_SOCKET=$SUB_SOCKET $TOUCH_WRAPPER /sbin/upstart --user --no-startup-event &
62+MIR_SOCKET=$SUB_SOCKET $TOUCH_WRAPPER upstart --user --no-startup-event &
63 INIT_PID=$!
64 while [ ! -e "$XDG_RUNTIME_DIR/upstart/sessions/$INIT_PID.session" ]; do sleep 0.1; done
65 . "$XDG_RUNTIME_DIR/upstart/sessions/$INIT_PID.session"
66@@ -72,11 +72,11 @@
67 # Connect upstart to system, but do first command in a loop to avoid any
68 # race condition between the session file above being written and upstart being
69 # ready to handle requests.
70-while ! /sbin/initctl notify-dbus-address "$DBUS_SESSION_BUS_ADDRESS"; do sleep 0.1; done
71-/sbin/initctl start notify-cgmanager
72+while ! initctl notify-dbus-address "$DBUS_SESSION_BUS_ADDRESS"; do sleep 0.1; done
73+initctl start notify-cgmanager
74
75 # Start any pre-greeter tasks if needed (like wizard)
76-/sbin/initctl emit unity8-greeter-starting
77+initctl emit unity8-greeter-starting
78
79 # Define language here for phone if available. When phone user switches their
80 # language, they expect that to affect the greeter too. But the user doesn't
81
82=== modified file 'debian/changelog'
83--- debian/changelog 2016-11-09 16:31:57 +0000
84+++ debian/changelog 2016-11-14 12:06:52 +0000
85@@ -1,3 +1,4 @@
86+<<<<<<< TREE
87 unity8 (8.14+17.04.20161109-0ubuntu1) zesty; urgency=medium
88
89 [ Michael Zanetti ]
90@@ -17,6 +18,60 @@
91
92 -- Marco Trevisan (Treviño) <mail@3v1n0.net> Thu, 27 Oct 2016 12:32:25 +0000
93
94+=======
95+unity8 (8.14+17.04.20161109-0ubuntu1) zesty; urgency=medium
96+
97+ [ Albert Astals Cid ]
98+ * Make more CardTool properties readonly
99+ * Make the > in Dash Section Header be after text (LP: #1508905)
100+ * Rework Dash Preview column margins
101+ * Improve LVWPH <-> GenericScopeView interaction (LP: #1508905,
102+ #1622423)
103+ * Make the PreviewButtons be of the width of the button and not half
104+ the total width
105+ * Fix first column of the preview table to be 25%
106+
107+ [ Andrea Cimitan ]
108+ * Remove background under header pagination dots, update dots assets,
109+ remove dash paper background, update bottom edge asset
110+ * Few styling changes for cards
111+ * various tweaks to fonts inside previews
112+ * More visual tweaks
113+
114+ [ Brian Douglass ]
115+ * Add a new setting to enable/disable the launcher
116+
117+ [ Lukáš Tinkl ]
118+ * Stabilize test_doubleTapToMaximizeWindow()
119+ * Enable loading the main Qt catalog which in turn allows for using
120+ RTL languages
121+ * Fix the pixelated notification icon by setting sourceSize (LP:
122+ #1637712)
123+
124+ [ Michael Terry ]
125+ * More path lookup fixes for running inside of a snap. (LP: #1629009)
126+
127+ [ Michael Zanetti ]
128+ * Added blur and darkening to wallpaper while in spread
129+ * Fixes in the spread after design review (LP: #1637502, #1638848)
130+ * More fixes to the unified stages code (LP: #1637205, #1637249,
131+ #1637258)
132+ * Delay alt tab for tiny bit in order to avoid flickering on quick alt-
133+ tabs
134+
135+ [ Tomás Tormo ]
136+ * Reload Infographics userdata when the day changes (LP: #1378814)
137+
138+ -- Michał Sawicz <michal.sawicz@canonical.com> Wed, 09 Nov 2016 15:10:32 +0000
139+
140+unity8 (8.14+17.04.20161027-0ubuntu1) zesty; urgency=medium
141+
142+ * MenuItemFactory: activate item on calendar selection change (LP:
143+ #1541125)
144+
145+ -- Marco Trevisan (Treviño) <mail@3v1n0.net> Thu, 27 Oct 2016 12:32:25 +0000
146+
147+>>>>>>> MERGE-SOURCE
148 unity8 (8.14+17.04.20161024-0ubuntu1) zesty; urgency=medium
149
150 [ Albert Astals Cid ]
151
152=== modified file 'debian/control'
153--- debian/control 2016-10-27 12:25:58 +0000
154+++ debian/control 2016-11-14 12:06:52 +0000
155@@ -156,6 +156,7 @@
156 qml-module-ubuntu-thumbnailer0.1 | ubuntu-thumbnailer-impl,
157 qtdeclarative5-ubuntu-settings-components (>= 0.7),
158 qtdeclarative5-unity-notifications-plugin (>= 0.1.2) | unity-notifications-impl,
159+ qttranslations5-l10n,
160 ubuntu-thumbnailer-impl-0,
161 ubuntu-wallpapers,
162 unity-application-impl-22,
163
164=== modified file 'plugins/Dash/CardAttributes.qml'
165--- plugins/Dash/CardAttributes.qml 2016-05-24 10:44:16 +0000
166+++ plugins/Dash/CardAttributes.qml 2016-11-14 12:06:52 +0000
167@@ -62,7 +62,7 @@
168 elide: Text.ElideRight
169 maximumLineCount: 1
170 font.weight: "style" in modelData && modelData["style"] === "highlighted" ? Font.Bold : Font.Light
171- fontSize: "small"
172+ fontSize: "x-small"
173 font.pixelSize: Math.round(FontUtils.sizeToPixels(fontSize) * fontScale)
174 color: grid.color
175 }
176
177=== modified file 'plugins/Dash/CardCreator.js'
178--- plugins/Dash/CardCreator.js 2016-09-22 10:33:39 +0000
179+++ plugins/Dash/CardCreator.js 2016-11-14 12:06:52 +0000
180@@ -28,7 +28,7 @@
181 visible: status === Loader.Ready; \n\
182 sourceComponent: UbuntuShape { \n\
183 objectName: "background"; \n\
184- radius: "medium"; \n\
185+ radius: "small"; \n\
186 aspect: { \n\
187 switch (root.backgroundShapeStyle) { \n\
188 case "inset": return UbuntuShape.Inset; \n\
189@@ -64,7 +64,7 @@
190 anchors.fill: parent; \n\
191 source: artImage; \n\
192 sourceFillMode: UbuntuShape.PreserveAspectCrop; \n\
193- radius: "medium"; \n\
194+ radius: "small"; \n\
195 aspect: %1; \n\
196 }';
197
198@@ -166,7 +166,7 @@
199 UbuntuShape { \n\
200 anchors.fill: parent; \n\
201 visible: parent.pressed; \n\
202- radius: "medium"; \n\
203+ radius: "small"; \n\
204 } \n\
205 Rectangle { \n\
206 color: Qt.rgba(0, 0, 0, 0.5); \n\
207@@ -214,7 +214,7 @@
208 id: overlay; \n\
209 property real luminance: Style.luminance(overlayColor); \n\
210 aspect: UbuntuShape.Flat; \n\
211- radius: "medium"; \n\
212+ radius: "small"; \n\
213 overlayColor: cardData && cardData["overlayColor"] || "#99000000"; \n\
214 overlayRect: Qt.rect(0, 1 - overlayLoader.overlayHeight / height, 1, 1); \n\
215 } \n\
216@@ -308,7 +308,7 @@
217 visible: showHeader %3; \n\
218 width: %4; \n\
219 text: root.title; \n\
220- font.weight: cardData && cardData["subtitle"] ? Font.DemiBold : Font.Normal; \n\
221+ font.weight: Font.Normal; \n\
222 horizontalAlignment: %5; \n\
223 }\n';
224
225@@ -337,7 +337,7 @@
226 sourceComponent: UbuntuShape { \n\
227 objectName: "touchdown"; \n\
228 anchors.fill: parent; \n\
229- radius: "medium"; \n\
230+ radius: "small"; \n\
231 borderSource: "radius_pressed.sci" \n\
232 } \n\
233 }\n';
234@@ -399,7 +399,8 @@
235 elide: Text.ElideRight; \n\
236 text: cardData && cardData["summary"] || ""; \n\
237 height: text ? implicitHeight : 0; \n\
238- fontSize: "small"; \n\
239+ fontSize: "x-small"; \n\
240+ font.weight: Font.Light; \n\
241 color: %3; \n\
242 }\n';
243
244@@ -439,7 +440,7 @@
245 code = 'AbstractButton { \n\
246 id: root; \n\
247 property var cardData; \n\
248- property string backgroundShapeStyle: "inset"; \n\
249+ property string backgroundShapeStyle: "flat"; \n\
250 property real fontScale: 1.0; \n\
251 property var scopeStyle: null; \n\
252 readonly property string title: cardData && cardData["title"] || ""; \n\
253
254=== modified file 'plugins/Dash/listviewwithpageheader.cpp'
255--- plugins/Dash/listviewwithpageheader.cpp 2016-09-22 10:33:39 +0000
256+++ plugins/Dash/listviewwithpageheader.cpp 2016-11-14 12:06:52 +0000
257@@ -772,7 +772,7 @@
258 delete nobj;
259 } else {
260 sectionItem->setProperty("text", sectionText);
261- sectionItem->setProperty("delegateIndex", -1);
262+ sectionItem->setProperty("delegate", QVariant());
263 sectionItem->setZ(2);
264 QQml_setParent_noEvent(sectionItem, m_clipItem);
265 sectionItem->setParentItem(m_clipItem);
266@@ -929,7 +929,7 @@
267 polish();
268 }
269 if (listItem->sectionItem()) {
270- listItem->sectionItem()->setProperty("delegateIndex", modelIndex);
271+ listItem->sectionItem()->setProperty("delegate", QVariant::fromValue(listItem->m_item));
272 }
273 adjustMinYExtent();
274 m_contentHeightDirty = true;
275@@ -1123,7 +1123,7 @@
276 for (int i = 0; i < m_visibleItems.count(); ++i) {
277 ListItem *item = m_visibleItems[i];
278 if (item->sectionItem()) {
279- item->sectionItem()->setProperty("delegateIndex", m_firstVisibleIndex + i);
280+ item->sectionItem()->setProperty("delegate", QVariant::fromValue(item->m_item));
281 }
282 }
283
284@@ -1297,15 +1297,7 @@
285
286 QQuickItemPrivate::get(m_topSectionItem)->setCulled(false);
287 m_topSectionItem->setY(topSectionStickPos);
288- int delegateIndex = modelIndex;
289- // Look for the first index with this section text
290- while (delegateIndex > 0) {
291- const QString prevSection = m_delegateModel->stringValue(delegateIndex - 1, m_sectionProperty);
292- if (prevSection != section)
293- break;
294- delegateIndex--;
295- }
296- m_topSectionItem->setProperty("delegateIndex", delegateIndex);
297+ m_topSectionItem->setProperty("delegate", QVariant::fromValue(item->m_item));
298 if (item->sectionItem()) {
299 QQuickItemPrivate::get(item->sectionItem())->setCulled(true);
300 }
301
302=== modified file 'plugins/LightDM/SessionsModel.cpp'
303--- plugins/LightDM/SessionsModel.cpp 2016-06-15 20:28:58 +0000
304+++ plugins/LightDM/SessionsModel.cpp 2016-11-14 12:06:52 +0000
305@@ -119,6 +119,14 @@
306 m_roleNames = m_model->roleNames();
307 m_roleNames[IconRole] = "icon_url";
308
309+ // Update search locations to use $SNAP prefix if specified
310+ auto snapRoot = QFile::decodeName(qgetenv("SNAP"));
311+ if (!snapRoot.isEmpty()) {
312+ for (int i = 0; i < m_iconSearchDirectories.size(); i++) {
313+ m_iconSearchDirectories[i] = snapRoot + m_iconSearchDirectories[i].path();
314+ }
315+ }
316+
317 setModel(m_model);
318 setSourceModel(m_model);
319 setSortCaseSensitivity(Qt::CaseInsensitive);
320
321=== modified file 'plugins/Utils/constants.cpp'
322--- plugins/Utils/constants.cpp 2015-11-20 15:01:39 +0000
323+++ plugins/Utils/constants.cpp 2016-11-14 12:06:52 +0000
324@@ -1,5 +1,5 @@
325 /*
326- * Copyright 2015 Canonical Ltd.
327+ * Copyright 2015-2016 Canonical Ltd.
328 *
329 * This program is free software; you can redistribute it and/or modify
330 * it under the terms of the GNU Lesser General Public License as published by
331@@ -16,6 +16,8 @@
332
333 #include "constants.h"
334
335+#include <QFile>
336+
337 Constants::Constants(QObject *parent)
338 : QObject(parent)
339 {
340@@ -24,4 +26,7 @@
341 } else {
342 m_indicatorValueTimeout = 5000;
343 }
344+
345+ QString snapRoot = QFile::decodeName(qgetenv("SNAP"));
346+ m_defaultWallpaper = snapRoot + "/usr/share/backgrounds/warty-final-ubuntu.png";
347 }
348
349=== modified file 'plugins/Utils/constants.h'
350--- plugins/Utils/constants.h 2015-03-11 08:07:31 +0000
351+++ plugins/Utils/constants.h 2016-11-14 12:06:52 +0000
352@@ -1,5 +1,5 @@
353 /*
354- * Copyright 2015 Canonical Ltd.
355+ * Copyright 2015-2016 Canonical Ltd.
356 *
357 * This program is free software; you can redistribute it and/or modify
358 * it under the terms of the GNU Lesser General Public License as published by
359@@ -14,8 +14,7 @@
360 * along with this program. If not, see <http://www.gnu.org/licenses/>.
361 */
362
363-#ifndef CONSTANTS_H
364-#define CONSTANTS_H
365+#pragma once
366
367 #include <QObject>
368
369@@ -30,14 +29,15 @@
370 {
371 Q_OBJECT
372 Q_PROPERTY(int indicatorValueTimeout READ indicatorValueTimeout CONSTANT)
373+ Q_PROPERTY(QString defaultWallpaper READ defaultWallpaper CONSTANT)
374
375 public:
376 Constants(QObject *parent = 0);
377
378 int indicatorValueTimeout() const { return m_indicatorValueTimeout; }
379+ QString defaultWallpaper() const { return m_defaultWallpaper; }
380
381 private:
382 int m_indicatorValueTimeout;
383+ QString m_defaultWallpaper;
384 };
385-
386-#endif
387
388=== modified file 'po/aa.po'
389--- po/aa.po 2016-11-08 05:41:47 +0000
390+++ po/aa.po 2016-11-14 12:06:52 +0000
391@@ -7,7 +7,11 @@
392 msgstr ""
393 "Project-Id-Version: unity8\n"
394 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
395+<<<<<<< TREE
396 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
397+=======
398+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
399+>>>>>>> MERGE-SOURCE
400 "PO-Revision-Date: 2016-02-12 10:18+0000\n"
401 "Last-Translator: Charif AYFARAH <ayfarah@ymail.com>\n"
402 "Language-Team: Afar <aa@li.org>\n"
403@@ -15,8 +19,13 @@
404 "Content-Type: text/plain; charset=UTF-8\n"
405 "Content-Transfer-Encoding: 8bit\n"
406 "Plural-Forms: nplurals=2; plural=n != 1;\n"
407+<<<<<<< TREE
408 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
409 "X-Generator: Launchpad (build 18246)\n"
410+=======
411+"X-Launchpad-Export-Date: 2016-11-12 06:08+0000\n"
412+"X-Generator: Launchpad (build 18255)\n"
413+>>>>>>> MERGE-SOURCE
414
415 #: plugins/LightDM/Greeter.cpp:123
416 msgid "Password: "
417@@ -311,26 +320,26 @@
418 msgid "Preview Share Item"
419 msgstr ""
420
421-#: qml/Dash/DashPageHeader.qml:362
422+#: qml/Dash/DashPageHeader.qml:361
423 msgctxt "Button: Open the Ubuntu Store"
424 msgid "Store"
425 msgstr ""
426
427-#: qml/Dash/DashPageHeader.qml:369
428+#: qml/Dash/DashPageHeader.qml:368
429 msgctxt "Button: Start a search in the current dash scope"
430 msgid "Search"
431 msgstr "Goranto"
432
433-#: qml/Dash/DashPageHeader.qml:379
434+#: qml/Dash/DashPageHeader.qml:378
435 msgctxt "Button: Show the current dash scope settings"
436 msgid "Settings"
437 msgstr "Massosu"
438
439-#: qml/Dash/DashPageHeader.qml:386
440+#: qml/Dash/DashPageHeader.qml:385
441 msgid "Remove from Favorites"
442 msgstr ""
443
444-#: qml/Dash/DashPageHeader.qml:386
445+#: qml/Dash/DashPageHeader.qml:385
446 msgid "Add to Favorites"
447 msgstr ""
448
449@@ -342,15 +351,15 @@
450 msgid "Reset"
451 msgstr ""
452
453-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
454+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
455 msgid "Show less"
456 msgstr ""
457
458-#: qml/Dash/GenericScopeView.qml:586
459+#: qml/Dash/GenericScopeView.qml:545
460 msgid "Show all"
461 msgstr ""
462
463-#: qml/Dash/GenericScopeView.qml:643
464+#: qml/Dash/GenericScopeView.qml:576
465 msgctxt "Label: Hint for dash search line edit"
466 msgid "Search"
467 msgstr "Goranto"
468@@ -363,24 +372,24 @@
469 msgid "Clear All"
470 msgstr ""
471
472-#: qml/Dash/Previews/PreviewActionCombo.qml:35
473+#: qml/Dash/Previews/PreviewActionCombo.qml:36
474 msgid "More..."
475 msgstr ""
476
477-#: qml/Dash/Previews/PreviewActionCombo.qml:35
478+#: qml/Dash/Previews/PreviewActionCombo.qml:36
479 msgid "Less..."
480 msgstr ""
481
482 #: qml/Dash/Previews/PreviewCommentInput.qml:83
483-#: qml/Dash/Previews/PreviewRatingInput.qml:201
484+#: qml/Dash/Previews/PreviewRatingInput.qml:202
485 msgid "Send"
486 msgstr "Rub"
487
488-#: qml/Dash/Previews/PreviewRatingInput.qml:108
489+#: qml/Dash/Previews/PreviewRatingInput.qml:109
490 msgid "Rate this"
491 msgstr ""
492
493-#: qml/Dash/Previews/PreviewRatingInput.qml:183
494+#: qml/Dash/Previews/PreviewRatingInput.qml:184
495 msgid "Add a review"
496 msgstr ""
497
498
499=== modified file 'po/am.po'
500--- po/am.po 2016-11-08 05:41:47 +0000
501+++ po/am.po 2016-11-14 12:06:52 +0000
502@@ -7,7 +7,11 @@
503 msgstr ""
504 "Project-Id-Version: unity8\n"
505 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
506+<<<<<<< TREE
507 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
508+=======
509+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
510+>>>>>>> MERGE-SOURCE
511 "PO-Revision-Date: 2016-08-13 14:45+0000\n"
512 "Last-Translator: samson <Unknown>\n"
513 "Language-Team: Amharic <am@li.org>\n"
514@@ -15,8 +19,13 @@
515 "Content-Type: text/plain; charset=UTF-8\n"
516 "Content-Transfer-Encoding: 8bit\n"
517 "Plural-Forms: nplurals=2; plural=n > 1;\n"
518+<<<<<<< TREE
519 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
520 "X-Generator: Launchpad (build 18246)\n"
521+=======
522+"X-Launchpad-Export-Date: 2016-11-12 06:08+0000\n"
523+"X-Generator: Launchpad (build 18255)\n"
524+>>>>>>> MERGE-SOURCE
525
526 #: plugins/LightDM/Greeter.cpp:123
527 msgid "Password: "
528@@ -313,26 +322,26 @@
529 msgid "Preview Share Item"
530 msgstr "የሚካፈሉትን እቃ ቅድመ እይታ"
531
532-#: qml/Dash/DashPageHeader.qml:362
533+#: qml/Dash/DashPageHeader.qml:361
534 msgctxt "Button: Open the Ubuntu Store"
535 msgid "Store"
536 msgstr "ማስቀመጫ"
537
538-#: qml/Dash/DashPageHeader.qml:369
539+#: qml/Dash/DashPageHeader.qml:368
540 msgctxt "Button: Start a search in the current dash scope"
541 msgid "Search"
542 msgstr "መፈለጊያ"
543
544-#: qml/Dash/DashPageHeader.qml:379
545+#: qml/Dash/DashPageHeader.qml:378
546 msgctxt "Button: Show the current dash scope settings"
547 msgid "Settings"
548 msgstr "ማሰናጃዎች"
549
550-#: qml/Dash/DashPageHeader.qml:386
551+#: qml/Dash/DashPageHeader.qml:385
552 msgid "Remove from Favorites"
553 msgstr "ከምወዳቸው ማስወገጃ"
554
555-#: qml/Dash/DashPageHeader.qml:386
556+#: qml/Dash/DashPageHeader.qml:385
557 msgid "Add to Favorites"
558 msgstr "ወደምወዳቸው መጨመሪያ"
559
560@@ -344,15 +353,15 @@
561 msgid "Reset"
562 msgstr "እንደ ነበረ መመለሻ"
563
564-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
565+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
566 msgid "Show less"
567 msgstr "ትንሽ ማሳያ"
568
569-#: qml/Dash/GenericScopeView.qml:586
570+#: qml/Dash/GenericScopeView.qml:545
571 msgid "Show all"
572 msgstr "ሁሉንም ማሳያ"
573
574-#: qml/Dash/GenericScopeView.qml:643
575+#: qml/Dash/GenericScopeView.qml:576
576 msgctxt "Label: Hint for dash search line edit"
577 msgid "Search"
578 msgstr "መፈለጊያ"
579@@ -365,24 +374,24 @@
580 msgid "Clear All"
581 msgstr "ሁሉንም ማጽጃ"
582
583-#: qml/Dash/Previews/PreviewActionCombo.qml:35
584+#: qml/Dash/Previews/PreviewActionCombo.qml:36
585 msgid "More..."
586 msgstr "ተጨማሪ..."
587
588-#: qml/Dash/Previews/PreviewActionCombo.qml:35
589+#: qml/Dash/Previews/PreviewActionCombo.qml:36
590 msgid "Less..."
591 msgstr "አነስተኛ..."
592
593 #: qml/Dash/Previews/PreviewCommentInput.qml:83
594-#: qml/Dash/Previews/PreviewRatingInput.qml:201
595+#: qml/Dash/Previews/PreviewRatingInput.qml:202
596 msgid "Send"
597 msgstr "መላኪያ"
598
599-#: qml/Dash/Previews/PreviewRatingInput.qml:108
600+#: qml/Dash/Previews/PreviewRatingInput.qml:109
601 msgid "Rate this"
602 msgstr "ለዚህ ደረጃ ይስጡ"
603
604-#: qml/Dash/Previews/PreviewRatingInput.qml:183
605+#: qml/Dash/Previews/PreviewRatingInput.qml:184
606 msgid "Add a review"
607 msgstr "ግምገማ መጨመሪያ"
608
609
610=== modified file 'po/ar.po'
611--- po/ar.po 2016-11-08 05:41:47 +0000
612+++ po/ar.po 2016-11-14 12:06:52 +0000
613@@ -7,7 +7,11 @@
614 msgstr ""
615 "Project-Id-Version: unity\n"
616 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
617+<<<<<<< TREE
618 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
619+=======
620+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
621+>>>>>>> MERGE-SOURCE
622 "PO-Revision-Date: 2015-07-29 09:41+0000\n"
623 "Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"
624 "Language-Team: Arabic <ar@li.org>\n"
625@@ -16,8 +20,13 @@
626 "Content-Transfer-Encoding: 8bit\n"
627 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
628 "3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
629+<<<<<<< TREE
630 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
631 "X-Generator: Launchpad (build 18246)\n"
632+=======
633+"X-Launchpad-Export-Date: 2016-11-12 06:08+0000\n"
634+"X-Generator: Launchpad (build 18255)\n"
635+>>>>>>> MERGE-SOURCE
636
637 #: plugins/LightDM/Greeter.cpp:123
638 msgid "Password: "
639@@ -314,26 +323,26 @@
640 msgid "Preview Share Item"
641 msgstr ""
642
643-#: qml/Dash/DashPageHeader.qml:362
644+#: qml/Dash/DashPageHeader.qml:361
645 msgctxt "Button: Open the Ubuntu Store"
646 msgid "Store"
647 msgstr "المتجر"
648
649-#: qml/Dash/DashPageHeader.qml:369
650+#: qml/Dash/DashPageHeader.qml:368
651 msgctxt "Button: Start a search in the current dash scope"
652 msgid "Search"
653 msgstr "بحث"
654
655-#: qml/Dash/DashPageHeader.qml:379
656+#: qml/Dash/DashPageHeader.qml:378
657 msgctxt "Button: Show the current dash scope settings"
658 msgid "Settings"
659 msgstr "الإعدادات"
660
661-#: qml/Dash/DashPageHeader.qml:386
662+#: qml/Dash/DashPageHeader.qml:385
663 msgid "Remove from Favorites"
664 msgstr "حذف من المفضلات"
665
666-#: qml/Dash/DashPageHeader.qml:386
667+#: qml/Dash/DashPageHeader.qml:385
668 msgid "Add to Favorites"
669 msgstr "إضافة إلى المفضلات"
670
671@@ -345,15 +354,15 @@
672 msgid "Reset"
673 msgstr ""
674
675-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
676+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
677 msgid "Show less"
678 msgstr ""
679
680-#: qml/Dash/GenericScopeView.qml:586
681+#: qml/Dash/GenericScopeView.qml:545
682 msgid "Show all"
683 msgstr ""
684
685-#: qml/Dash/GenericScopeView.qml:643
686+#: qml/Dash/GenericScopeView.qml:576
687 msgctxt "Label: Hint for dash search line edit"
688 msgid "Search"
689 msgstr "بحث"
690@@ -366,24 +375,24 @@
691 msgid "Clear All"
692 msgstr ""
693
694-#: qml/Dash/Previews/PreviewActionCombo.qml:35
695+#: qml/Dash/Previews/PreviewActionCombo.qml:36
696 msgid "More..."
697 msgstr "المزيد..."
698
699-#: qml/Dash/Previews/PreviewActionCombo.qml:35
700+#: qml/Dash/Previews/PreviewActionCombo.qml:36
701 msgid "Less..."
702 msgstr "أقل..."
703
704 #: qml/Dash/Previews/PreviewCommentInput.qml:83
705-#: qml/Dash/Previews/PreviewRatingInput.qml:201
706+#: qml/Dash/Previews/PreviewRatingInput.qml:202
707 msgid "Send"
708 msgstr "أرسل"
709
710-#: qml/Dash/Previews/PreviewRatingInput.qml:108
711+#: qml/Dash/Previews/PreviewRatingInput.qml:109
712 msgid "Rate this"
713 msgstr "قيّم ذلك"
714
715-#: qml/Dash/Previews/PreviewRatingInput.qml:183
716+#: qml/Dash/Previews/PreviewRatingInput.qml:184
717 msgid "Add a review"
718 msgstr "أضف تعليق"
719
720
721=== modified file 'po/ast.po'
722--- po/ast.po 2016-11-08 05:41:47 +0000
723+++ po/ast.po 2016-11-14 12:06:52 +0000
724@@ -7,7 +7,11 @@
725 msgstr ""
726 "Project-Id-Version: unity8\n"
727 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
728+<<<<<<< TREE
729 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
730+=======
731+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
732+>>>>>>> MERGE-SOURCE
733 "PO-Revision-Date: 2016-09-28 13:40+0000\n"
734 "Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
735 "Language-Team: Asturian <ast@li.org>\n"
736@@ -15,8 +19,13 @@
737 "Content-Type: text/plain; charset=UTF-8\n"
738 "Content-Transfer-Encoding: 8bit\n"
739 "Plural-Forms: nplurals=2; plural=n != 1;\n"
740+<<<<<<< TREE
741 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
742 "X-Generator: Launchpad (build 18246)\n"
743+=======
744+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
745+"X-Generator: Launchpad (build 18255)\n"
746+>>>>>>> MERGE-SOURCE
747
748 #: plugins/LightDM/Greeter.cpp:123
749 msgid "Password: "
750@@ -313,26 +322,26 @@
751 msgid "Preview Share Item"
752 msgstr "Entever l'elementu compartíu"
753
754-#: qml/Dash/DashPageHeader.qml:362
755+#: qml/Dash/DashPageHeader.qml:361
756 msgctxt "Button: Open the Ubuntu Store"
757 msgid "Store"
758 msgstr "Tienda"
759
760-#: qml/Dash/DashPageHeader.qml:369
761+#: qml/Dash/DashPageHeader.qml:368
762 msgctxt "Button: Start a search in the current dash scope"
763 msgid "Search"
764 msgstr "Guetar"
765
766-#: qml/Dash/DashPageHeader.qml:379
767+#: qml/Dash/DashPageHeader.qml:378
768 msgctxt "Button: Show the current dash scope settings"
769 msgid "Settings"
770 msgstr "Axustes"
771
772-#: qml/Dash/DashPageHeader.qml:386
773+#: qml/Dash/DashPageHeader.qml:385
774 msgid "Remove from Favorites"
775 msgstr "Desaniciar de favoritos"
776
777-#: qml/Dash/DashPageHeader.qml:386
778+#: qml/Dash/DashPageHeader.qml:385
779 msgid "Add to Favorites"
780 msgstr "Amestar a favoritos"
781
782@@ -344,15 +353,15 @@
783 msgid "Reset"
784 msgstr "Reafitar"
785
786-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
787+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
788 msgid "Show less"
789 msgstr "Ver menos"
790
791-#: qml/Dash/GenericScopeView.qml:586
792+#: qml/Dash/GenericScopeView.qml:545
793 msgid "Show all"
794 msgstr "Ver too"
795
796-#: qml/Dash/GenericScopeView.qml:643
797+#: qml/Dash/GenericScopeView.qml:576
798 msgctxt "Label: Hint for dash search line edit"
799 msgid "Search"
800 msgstr "Guetar"
801@@ -365,24 +374,24 @@
802 msgid "Clear All"
803 msgstr "Llimpiar too"
804
805-#: qml/Dash/Previews/PreviewActionCombo.qml:35
806+#: qml/Dash/Previews/PreviewActionCombo.qml:36
807 msgid "More..."
808 msgstr "Más…"
809
810-#: qml/Dash/Previews/PreviewActionCombo.qml:35
811+#: qml/Dash/Previews/PreviewActionCombo.qml:36
812 msgid "Less..."
813 msgstr "Menos…"
814
815 #: qml/Dash/Previews/PreviewCommentInput.qml:83
816-#: qml/Dash/Previews/PreviewRatingInput.qml:201
817+#: qml/Dash/Previews/PreviewRatingInput.qml:202
818 msgid "Send"
819 msgstr "Unviar"
820
821-#: qml/Dash/Previews/PreviewRatingInput.qml:108
822+#: qml/Dash/Previews/PreviewRatingInput.qml:109
823 msgid "Rate this"
824 msgstr "Valorar esto"
825
826-#: qml/Dash/Previews/PreviewRatingInput.qml:183
827+#: qml/Dash/Previews/PreviewRatingInput.qml:184
828 msgid "Add a review"
829 msgstr "Amestar una reseña"
830
831
832=== modified file 'po/az.po'
833--- po/az.po 2016-11-08 05:41:47 +0000
834+++ po/az.po 2016-11-14 12:06:52 +0000
835@@ -7,7 +7,11 @@
836 msgstr ""
837 "Project-Id-Version: unity\n"
838 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
839+<<<<<<< TREE
840 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
841+=======
842+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
843+>>>>>>> MERGE-SOURCE
844 "PO-Revision-Date: 2014-09-03 16:39+0000\n"
845 "Last-Translator: Nicat Məmmədov <n1c4t97@gmail.com>\n"
846 "Language-Team: Azerbaijani <az@li.org>\n"
847@@ -15,8 +19,13 @@
848 "Content-Type: text/plain; charset=UTF-8\n"
849 "Content-Transfer-Encoding: 8bit\n"
850 "Plural-Forms: nplurals=2; plural=n != 1;\n"
851+<<<<<<< TREE
852 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
853 "X-Generator: Launchpad (build 18246)\n"
854+=======
855+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
856+"X-Generator: Launchpad (build 18255)\n"
857+>>>>>>> MERGE-SOURCE
858
859 #: plugins/LightDM/Greeter.cpp:123
860 msgid "Password: "
861@@ -311,26 +320,26 @@
862 msgid "Preview Share Item"
863 msgstr ""
864
865-#: qml/Dash/DashPageHeader.qml:362
866+#: qml/Dash/DashPageHeader.qml:361
867 msgctxt "Button: Open the Ubuntu Store"
868 msgid "Store"
869 msgstr ""
870
871-#: qml/Dash/DashPageHeader.qml:369
872+#: qml/Dash/DashPageHeader.qml:368
873 msgctxt "Button: Start a search in the current dash scope"
874 msgid "Search"
875 msgstr ""
876
877-#: qml/Dash/DashPageHeader.qml:379
878+#: qml/Dash/DashPageHeader.qml:378
879 msgctxt "Button: Show the current dash scope settings"
880 msgid "Settings"
881 msgstr ""
882
883-#: qml/Dash/DashPageHeader.qml:386
884+#: qml/Dash/DashPageHeader.qml:385
885 msgid "Remove from Favorites"
886 msgstr "Seçilmişlәrdәn çıxart"
887
888-#: qml/Dash/DashPageHeader.qml:386
889+#: qml/Dash/DashPageHeader.qml:385
890 msgid "Add to Favorites"
891 msgstr "Seçilmişlәrә әlavә et"
892
893@@ -342,15 +351,15 @@
894 msgid "Reset"
895 msgstr ""
896
897-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
898+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
899 msgid "Show less"
900 msgstr ""
901
902-#: qml/Dash/GenericScopeView.qml:586
903+#: qml/Dash/GenericScopeView.qml:545
904 msgid "Show all"
905 msgstr ""
906
907-#: qml/Dash/GenericScopeView.qml:643
908+#: qml/Dash/GenericScopeView.qml:576
909 msgctxt "Label: Hint for dash search line edit"
910 msgid "Search"
911 msgstr ""
912@@ -363,24 +372,24 @@
913 msgid "Clear All"
914 msgstr ""
915
916-#: qml/Dash/Previews/PreviewActionCombo.qml:35
917+#: qml/Dash/Previews/PreviewActionCombo.qml:36
918 msgid "More..."
919 msgstr "Daha çox..."
920
921-#: qml/Dash/Previews/PreviewActionCombo.qml:35
922+#: qml/Dash/Previews/PreviewActionCombo.qml:36
923 msgid "Less..."
924 msgstr "Az..."
925
926 #: qml/Dash/Previews/PreviewCommentInput.qml:83
927-#: qml/Dash/Previews/PreviewRatingInput.qml:201
928+#: qml/Dash/Previews/PreviewRatingInput.qml:202
929 msgid "Send"
930 msgstr "Göndər"
931
932-#: qml/Dash/Previews/PreviewRatingInput.qml:108
933+#: qml/Dash/Previews/PreviewRatingInput.qml:109
934 msgid "Rate this"
935 msgstr "Qiymәtlәndir"
936
937-#: qml/Dash/Previews/PreviewRatingInput.qml:183
938+#: qml/Dash/Previews/PreviewRatingInput.qml:184
939 msgid "Add a review"
940 msgstr "Rəy yaz"
941
942
943=== modified file 'po/be.po'
944--- po/be.po 2016-11-08 05:41:47 +0000
945+++ po/be.po 2016-11-14 12:06:52 +0000
946@@ -7,7 +7,11 @@
947 msgstr ""
948 "Project-Id-Version: unity8\n"
949 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
950+<<<<<<< TREE
951 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
952+=======
953+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
954+>>>>>>> MERGE-SOURCE
955 "PO-Revision-Date: 2015-12-13 13:12+0000\n"
956 "Last-Translator: Mikhail_SaTuRn <mikhail_saturn@tut.by>\n"
957 "Language-Team: Belarusian <be@li.org>\n"
958@@ -16,8 +20,13 @@
959 "Content-Transfer-Encoding: 8bit\n"
960 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
961 "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
962+<<<<<<< TREE
963 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
964 "X-Generator: Launchpad (build 18246)\n"
965+=======
966+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
967+"X-Generator: Launchpad (build 18255)\n"
968+>>>>>>> MERGE-SOURCE
969
970 #: plugins/LightDM/Greeter.cpp:123
971 msgid "Password: "
972@@ -314,26 +323,26 @@
973 msgid "Preview Share Item"
974 msgstr "Праглядзець элемент"
975
976-#: qml/Dash/DashPageHeader.qml:362
977+#: qml/Dash/DashPageHeader.qml:361
978 msgctxt "Button: Open the Ubuntu Store"
979 msgid "Store"
980 msgstr "Крама"
981
982-#: qml/Dash/DashPageHeader.qml:369
983+#: qml/Dash/DashPageHeader.qml:368
984 msgctxt "Button: Start a search in the current dash scope"
985 msgid "Search"
986 msgstr "Пошук"
987
988-#: qml/Dash/DashPageHeader.qml:379
989+#: qml/Dash/DashPageHeader.qml:378
990 msgctxt "Button: Show the current dash scope settings"
991 msgid "Settings"
992 msgstr "Налады"
993
994-#: qml/Dash/DashPageHeader.qml:386
995+#: qml/Dash/DashPageHeader.qml:385
996 msgid "Remove from Favorites"
997 msgstr "Выдаліць з абранага"
998
999-#: qml/Dash/DashPageHeader.qml:386
1000+#: qml/Dash/DashPageHeader.qml:385
1001 msgid "Add to Favorites"
1002 msgstr "Дадаць да абранага"
1003
1004@@ -345,15 +354,15 @@
1005 msgid "Reset"
1006 msgstr ""
1007
1008-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
1009+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
1010 msgid "Show less"
1011 msgstr ""
1012
1013-#: qml/Dash/GenericScopeView.qml:586
1014+#: qml/Dash/GenericScopeView.qml:545
1015 msgid "Show all"
1016 msgstr ""
1017
1018-#: qml/Dash/GenericScopeView.qml:643
1019+#: qml/Dash/GenericScopeView.qml:576
1020 msgctxt "Label: Hint for dash search line edit"
1021 msgid "Search"
1022 msgstr "Пошук"
1023@@ -366,24 +375,24 @@
1024 msgid "Clear All"
1025 msgstr ""
1026
1027-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1028+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1029 msgid "More..."
1030 msgstr "Болей…"
1031
1032-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1033+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1034 msgid "Less..."
1035 msgstr "Менш..."
1036
1037 #: qml/Dash/Previews/PreviewCommentInput.qml:83
1038-#: qml/Dash/Previews/PreviewRatingInput.qml:201
1039+#: qml/Dash/Previews/PreviewRatingInput.qml:202
1040 msgid "Send"
1041 msgstr "Адправіць"
1042
1043-#: qml/Dash/Previews/PreviewRatingInput.qml:108
1044+#: qml/Dash/Previews/PreviewRatingInput.qml:109
1045 msgid "Rate this"
1046 msgstr "Ацаніць"
1047
1048-#: qml/Dash/Previews/PreviewRatingInput.qml:183
1049+#: qml/Dash/Previews/PreviewRatingInput.qml:184
1050 msgid "Add a review"
1051 msgstr "Дадаць рэцэнзію"
1052
1053
1054=== modified file 'po/bg.po'
1055--- po/bg.po 2016-11-08 05:41:47 +0000
1056+++ po/bg.po 2016-11-14 12:06:52 +0000
1057@@ -7,7 +7,11 @@
1058 msgstr ""
1059 "Project-Id-Version: unity\n"
1060 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1061+<<<<<<< TREE
1062 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
1063+=======
1064+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
1065+>>>>>>> MERGE-SOURCE
1066 "PO-Revision-Date: 2015-04-12 14:43+0000\n"
1067 "Last-Translator: George Karavasilev <kokoto-java@ubuntu.com>\n"
1068 "Language-Team: Bulgarian <bg@li.org>\n"
1069@@ -15,8 +19,13 @@
1070 "Content-Type: text/plain; charset=UTF-8\n"
1071 "Content-Transfer-Encoding: 8bit\n"
1072 "Plural-Forms: nplurals=2; plural=n != 1;\n"
1073+<<<<<<< TREE
1074 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
1075 "X-Generator: Launchpad (build 18246)\n"
1076+=======
1077+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
1078+"X-Generator: Launchpad (build 18255)\n"
1079+>>>>>>> MERGE-SOURCE
1080
1081 #: plugins/LightDM/Greeter.cpp:123
1082 msgid "Password: "
1083@@ -313,26 +322,26 @@
1084 msgid "Preview Share Item"
1085 msgstr ""
1086
1087-#: qml/Dash/DashPageHeader.qml:362
1088+#: qml/Dash/DashPageHeader.qml:361
1089 msgctxt "Button: Open the Ubuntu Store"
1090 msgid "Store"
1091 msgstr ""
1092
1093-#: qml/Dash/DashPageHeader.qml:369
1094+#: qml/Dash/DashPageHeader.qml:368
1095 msgctxt "Button: Start a search in the current dash scope"
1096 msgid "Search"
1097 msgstr ""
1098
1099-#: qml/Dash/DashPageHeader.qml:379
1100+#: qml/Dash/DashPageHeader.qml:378
1101 msgctxt "Button: Show the current dash scope settings"
1102 msgid "Settings"
1103 msgstr ""
1104
1105-#: qml/Dash/DashPageHeader.qml:386
1106+#: qml/Dash/DashPageHeader.qml:385
1107 msgid "Remove from Favorites"
1108 msgstr ""
1109
1110-#: qml/Dash/DashPageHeader.qml:386
1111+#: qml/Dash/DashPageHeader.qml:385
1112 msgid "Add to Favorites"
1113 msgstr ""
1114
1115@@ -344,15 +353,15 @@
1116 msgid "Reset"
1117 msgstr ""
1118
1119-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
1120+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
1121 msgid "Show less"
1122 msgstr ""
1123
1124-#: qml/Dash/GenericScopeView.qml:586
1125+#: qml/Dash/GenericScopeView.qml:545
1126 msgid "Show all"
1127 msgstr ""
1128
1129-#: qml/Dash/GenericScopeView.qml:643
1130+#: qml/Dash/GenericScopeView.qml:576
1131 msgctxt "Label: Hint for dash search line edit"
1132 msgid "Search"
1133 msgstr ""
1134@@ -365,24 +374,24 @@
1135 msgid "Clear All"
1136 msgstr ""
1137
1138-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1139+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1140 msgid "More..."
1141 msgstr ""
1142
1143-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1144+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1145 msgid "Less..."
1146 msgstr "По-малко..."
1147
1148 #: qml/Dash/Previews/PreviewCommentInput.qml:83
1149-#: qml/Dash/Previews/PreviewRatingInput.qml:201
1150+#: qml/Dash/Previews/PreviewRatingInput.qml:202
1151 msgid "Send"
1152 msgstr "Изпрати"
1153
1154-#: qml/Dash/Previews/PreviewRatingInput.qml:108
1155+#: qml/Dash/Previews/PreviewRatingInput.qml:109
1156 msgid "Rate this"
1157 msgstr "Оценете това"
1158
1159-#: qml/Dash/Previews/PreviewRatingInput.qml:183
1160+#: qml/Dash/Previews/PreviewRatingInput.qml:184
1161 msgid "Add a review"
1162 msgstr "Добави отзив"
1163
1164
1165=== modified file 'po/bn.po'
1166--- po/bn.po 2016-11-08 05:41:47 +0000
1167+++ po/bn.po 2016-11-14 12:06:52 +0000
1168@@ -7,7 +7,11 @@
1169 msgstr ""
1170 "Project-Id-Version: unity8\n"
1171 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1172+<<<<<<< TREE
1173 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
1174+=======
1175+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
1176+>>>>>>> MERGE-SOURCE
1177 "PO-Revision-Date: 2015-11-27 19:38+0000\n"
1178 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1179 "Language-Team: Bengali <bn@li.org>\n"
1180@@ -15,8 +19,13 @@
1181 "Content-Type: text/plain; charset=UTF-8\n"
1182 "Content-Transfer-Encoding: 8bit\n"
1183 "Plural-Forms: nplurals=2; plural=n != 1;\n"
1184+<<<<<<< TREE
1185 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
1186 "X-Generator: Launchpad (build 18246)\n"
1187+=======
1188+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
1189+"X-Generator: Launchpad (build 18255)\n"
1190+>>>>>>> MERGE-SOURCE
1191
1192 #: plugins/LightDM/Greeter.cpp:123
1193 msgid "Password: "
1194@@ -313,26 +322,26 @@
1195 msgid "Preview Share Item"
1196 msgstr ""
1197
1198-#: qml/Dash/DashPageHeader.qml:362
1199+#: qml/Dash/DashPageHeader.qml:361
1200 msgctxt "Button: Open the Ubuntu Store"
1201 msgid "Store"
1202 msgstr "স্টোর"
1203
1204-#: qml/Dash/DashPageHeader.qml:369
1205+#: qml/Dash/DashPageHeader.qml:368
1206 msgctxt "Button: Start a search in the current dash scope"
1207 msgid "Search"
1208 msgstr "খুঁজুন"
1209
1210-#: qml/Dash/DashPageHeader.qml:379
1211+#: qml/Dash/DashPageHeader.qml:378
1212 msgctxt "Button: Show the current dash scope settings"
1213 msgid "Settings"
1214 msgstr "সেটিংস"
1215
1216-#: qml/Dash/DashPageHeader.qml:386
1217+#: qml/Dash/DashPageHeader.qml:385
1218 msgid "Remove from Favorites"
1219 msgstr "পছন্দ থেকে মুছে ফেলুন"
1220
1221-#: qml/Dash/DashPageHeader.qml:386
1222+#: qml/Dash/DashPageHeader.qml:385
1223 msgid "Add to Favorites"
1224 msgstr "পছন্দতে যোগ করুন"
1225
1226@@ -344,15 +353,15 @@
1227 msgid "Reset"
1228 msgstr ""
1229
1230-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
1231+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
1232 msgid "Show less"
1233 msgstr ""
1234
1235-#: qml/Dash/GenericScopeView.qml:586
1236+#: qml/Dash/GenericScopeView.qml:545
1237 msgid "Show all"
1238 msgstr ""
1239
1240-#: qml/Dash/GenericScopeView.qml:643
1241+#: qml/Dash/GenericScopeView.qml:576
1242 msgctxt "Label: Hint for dash search line edit"
1243 msgid "Search"
1244 msgstr "খুঁজুন"
1245@@ -365,24 +374,24 @@
1246 msgid "Clear All"
1247 msgstr ""
1248
1249-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1250+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1251 msgid "More..."
1252 msgstr "আরো..."
1253
1254-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1255+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1256 msgid "Less..."
1257 msgstr "কম..."
1258
1259 #: qml/Dash/Previews/PreviewCommentInput.qml:83
1260-#: qml/Dash/Previews/PreviewRatingInput.qml:201
1261+#: qml/Dash/Previews/PreviewRatingInput.qml:202
1262 msgid "Send"
1263 msgstr "পাঠান"
1264
1265-#: qml/Dash/Previews/PreviewRatingInput.qml:108
1266+#: qml/Dash/Previews/PreviewRatingInput.qml:109
1267 msgid "Rate this"
1268 msgstr "রেটিং দিন"
1269
1270-#: qml/Dash/Previews/PreviewRatingInput.qml:183
1271+#: qml/Dash/Previews/PreviewRatingInput.qml:184
1272 msgid "Add a review"
1273 msgstr "আপনার মতামত দিন"
1274
1275
1276=== modified file 'po/br.po'
1277--- po/br.po 2016-11-08 05:41:47 +0000
1278+++ po/br.po 2016-11-14 12:06:52 +0000
1279@@ -7,7 +7,11 @@
1280 msgstr ""
1281 "Project-Id-Version: unity8\n"
1282 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1283+<<<<<<< TREE
1284 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
1285+=======
1286+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
1287+>>>>>>> MERGE-SOURCE
1288 "PO-Revision-Date: 2016-08-29 11:37+0000\n"
1289 "Last-Translator: Fohanno Thierry <thierry.fohanno@ofis-bzh.org>\n"
1290 "Language-Team: Breton <br@li.org>\n"
1291@@ -15,8 +19,13 @@
1292 "Content-Type: text/plain; charset=UTF-8\n"
1293 "Content-Transfer-Encoding: 8bit\n"
1294 "Plural-Forms: nplurals=2; plural=n > 1;\n"
1295+<<<<<<< TREE
1296 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
1297 "X-Generator: Launchpad (build 18246)\n"
1298+=======
1299+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
1300+"X-Generator: Launchpad (build 18255)\n"
1301+>>>>>>> MERGE-SOURCE
1302
1303 #: plugins/LightDM/Greeter.cpp:123
1304 msgid "Password: "
1305@@ -316,26 +325,26 @@
1306 msgid "Preview Share Item"
1307 msgstr "Rakwelet an elfenn lodet"
1308
1309-#: qml/Dash/DashPageHeader.qml:362
1310+#: qml/Dash/DashPageHeader.qml:361
1311 msgctxt "Button: Open the Ubuntu Store"
1312 msgid "Store"
1313 msgstr "Stal"
1314
1315-#: qml/Dash/DashPageHeader.qml:369
1316+#: qml/Dash/DashPageHeader.qml:368
1317 msgctxt "Button: Start a search in the current dash scope"
1318 msgid "Search"
1319 msgstr "Klask"
1320
1321-#: qml/Dash/DashPageHeader.qml:379
1322+#: qml/Dash/DashPageHeader.qml:378
1323 msgctxt "Button: Show the current dash scope settings"
1324 msgid "Settings"
1325 msgstr "Arventennoù"
1326
1327-#: qml/Dash/DashPageHeader.qml:386
1328+#: qml/Dash/DashPageHeader.qml:385
1329 msgid "Remove from Favorites"
1330 msgstr "Lemel eus ar sinedoù"
1331
1332-#: qml/Dash/DashPageHeader.qml:386
1333+#: qml/Dash/DashPageHeader.qml:385
1334 msgid "Add to Favorites"
1335 msgstr "Ouzhpennañ d'ar sinedoù"
1336
1337@@ -347,15 +356,15 @@
1338 msgid "Reset"
1339 msgstr "Adderaouekaat"
1340
1341-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
1342+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
1343 msgid "Show less"
1344 msgstr "Diskouez nebeutoc'h"
1345
1346-#: qml/Dash/GenericScopeView.qml:586
1347+#: qml/Dash/GenericScopeView.qml:545
1348 msgid "Show all"
1349 msgstr "Diskouez pep tra"
1350
1351-#: qml/Dash/GenericScopeView.qml:643
1352+#: qml/Dash/GenericScopeView.qml:576
1353 msgctxt "Label: Hint for dash search line edit"
1354 msgid "Search"
1355 msgstr "Klask"
1356@@ -368,24 +377,24 @@
1357 msgid "Clear All"
1358 msgstr "Diverkañ pep tra"
1359
1360-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1361+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1362 msgid "More..."
1363 msgstr "Muioc'h..."
1364
1365-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1366+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1367 msgid "Less..."
1368 msgstr "Nebeutoc'h..."
1369
1370 #: qml/Dash/Previews/PreviewCommentInput.qml:83
1371-#: qml/Dash/Previews/PreviewRatingInput.qml:201
1372+#: qml/Dash/Previews/PreviewRatingInput.qml:202
1373 msgid "Send"
1374 msgstr "Kas"
1375
1376-#: qml/Dash/Previews/PreviewRatingInput.qml:108
1377+#: qml/Dash/Previews/PreviewRatingInput.qml:109
1378 msgid "Rate this"
1379 msgstr "Priziit an dra-mañ"
1380
1381-#: qml/Dash/Previews/PreviewRatingInput.qml:183
1382+#: qml/Dash/Previews/PreviewRatingInput.qml:184
1383 msgid "Add a review"
1384 msgstr "Ouzhpennañ un ali"
1385
1386
1387=== modified file 'po/bs.po'
1388--- po/bs.po 2016-11-08 05:41:47 +0000
1389+++ po/bs.po 2016-11-14 12:06:52 +0000
1390@@ -7,7 +7,11 @@
1391 msgstr ""
1392 "Project-Id-Version: unity8\n"
1393 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1394+<<<<<<< TREE
1395 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
1396+=======
1397+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
1398+>>>>>>> MERGE-SOURCE
1399 "PO-Revision-Date: 2015-12-01 20:06+0000\n"
1400 "Last-Translator: Kenan Gutić <Unknown>\n"
1401 "Language-Team: Bosnian <bs@li.org>\n"
1402@@ -16,8 +20,13 @@
1403 "Content-Transfer-Encoding: 8bit\n"
1404 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
1405 "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
1406+<<<<<<< TREE
1407 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
1408 "X-Generator: Launchpad (build 18246)\n"
1409+=======
1410+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
1411+"X-Generator: Launchpad (build 18255)\n"
1412+>>>>>>> MERGE-SOURCE
1413
1414 #: plugins/LightDM/Greeter.cpp:123
1415 msgid "Password: "
1416@@ -316,26 +325,26 @@
1417 msgid "Preview Share Item"
1418 msgstr "Pogledaj stavku koja se dijeli"
1419
1420-#: qml/Dash/DashPageHeader.qml:362
1421+#: qml/Dash/DashPageHeader.qml:361
1422 msgctxt "Button: Open the Ubuntu Store"
1423 msgid "Store"
1424 msgstr "Trgovina"
1425
1426-#: qml/Dash/DashPageHeader.qml:369
1427+#: qml/Dash/DashPageHeader.qml:368
1428 msgctxt "Button: Start a search in the current dash scope"
1429 msgid "Search"
1430 msgstr "Pretraživanje"
1431
1432-#: qml/Dash/DashPageHeader.qml:379
1433+#: qml/Dash/DashPageHeader.qml:378
1434 msgctxt "Button: Show the current dash scope settings"
1435 msgid "Settings"
1436 msgstr "Podešavanja"
1437
1438-#: qml/Dash/DashPageHeader.qml:386
1439+#: qml/Dash/DashPageHeader.qml:385
1440 msgid "Remove from Favorites"
1441 msgstr "Ukloni iz Omiljenih"
1442
1443-#: qml/Dash/DashPageHeader.qml:386
1444+#: qml/Dash/DashPageHeader.qml:385
1445 msgid "Add to Favorites"
1446 msgstr "Dodaj u Omiljene"
1447
1448@@ -347,15 +356,15 @@
1449 msgid "Reset"
1450 msgstr ""
1451
1452-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
1453+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
1454 msgid "Show less"
1455 msgstr ""
1456
1457-#: qml/Dash/GenericScopeView.qml:586
1458+#: qml/Dash/GenericScopeView.qml:545
1459 msgid "Show all"
1460 msgstr ""
1461
1462-#: qml/Dash/GenericScopeView.qml:643
1463+#: qml/Dash/GenericScopeView.qml:576
1464 msgctxt "Label: Hint for dash search line edit"
1465 msgid "Search"
1466 msgstr "Pretraži"
1467@@ -368,24 +377,24 @@
1468 msgid "Clear All"
1469 msgstr ""
1470
1471-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1472+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1473 msgid "More..."
1474 msgstr "Više..."
1475
1476-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1477+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1478 msgid "Less..."
1479 msgstr "Manje..."
1480
1481 #: qml/Dash/Previews/PreviewCommentInput.qml:83
1482-#: qml/Dash/Previews/PreviewRatingInput.qml:201
1483+#: qml/Dash/Previews/PreviewRatingInput.qml:202
1484 msgid "Send"
1485 msgstr "Pošalji"
1486
1487-#: qml/Dash/Previews/PreviewRatingInput.qml:108
1488+#: qml/Dash/Previews/PreviewRatingInput.qml:109
1489 msgid "Rate this"
1490 msgstr "Ocijeni ovo"
1491
1492-#: qml/Dash/Previews/PreviewRatingInput.qml:183
1493+#: qml/Dash/Previews/PreviewRatingInput.qml:184
1494 msgid "Add a review"
1495 msgstr "Dodaj recenziju"
1496
1497
1498=== modified file 'po/ca.po'
1499--- po/ca.po 2016-11-08 05:41:47 +0000
1500+++ po/ca.po 2016-11-14 12:06:52 +0000
1501@@ -7,16 +7,26 @@
1502 msgstr ""
1503 "Project-Id-Version: unity\n"
1504 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1505+<<<<<<< TREE
1506 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
1507 "PO-Revision-Date: 2016-09-27 06:51+0000\n"
1508+=======
1509+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
1510+"PO-Revision-Date: 2016-11-11 06:30+0000\n"
1511+>>>>>>> MERGE-SOURCE
1512 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
1513 "Language-Team: Catalan <ca@li.org>\n"
1514 "MIME-Version: 1.0\n"
1515 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
1517 "Plural-Forms: nplurals=2; plural=n != 1;\n"
1518+<<<<<<< TREE
1519 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
1520 "X-Generator: Launchpad (build 18246)\n"
1521+=======
1522+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
1523+"X-Generator: Launchpad (build 18255)\n"
1524+>>>>>>> MERGE-SOURCE
1525
1526 #: plugins/LightDM/Greeter.cpp:123
1527 msgid "Password: "
1528@@ -315,26 +325,26 @@
1529 msgid "Preview Share Item"
1530 msgstr "Previsualitzeu l'element a compartir"
1531
1532-#: qml/Dash/DashPageHeader.qml:362
1533+#: qml/Dash/DashPageHeader.qml:361
1534 msgctxt "Button: Open the Ubuntu Store"
1535 msgid "Store"
1536 msgstr "Botiga"
1537
1538-#: qml/Dash/DashPageHeader.qml:369
1539+#: qml/Dash/DashPageHeader.qml:368
1540 msgctxt "Button: Start a search in the current dash scope"
1541 msgid "Search"
1542 msgstr "Cerca"
1543
1544-#: qml/Dash/DashPageHeader.qml:379
1545+#: qml/Dash/DashPageHeader.qml:378
1546 msgctxt "Button: Show the current dash scope settings"
1547 msgid "Settings"
1548 msgstr "Paràmetres"
1549
1550-#: qml/Dash/DashPageHeader.qml:386
1551+#: qml/Dash/DashPageHeader.qml:385
1552 msgid "Remove from Favorites"
1553 msgstr "Suprimeix dels preferits"
1554
1555-#: qml/Dash/DashPageHeader.qml:386
1556+#: qml/Dash/DashPageHeader.qml:385
1557 msgid "Add to Favorites"
1558 msgstr "Afegeix als preferits"
1559
1560@@ -346,15 +356,15 @@
1561 msgid "Reset"
1562 msgstr "Restableix"
1563
1564-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
1565+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
1566 msgid "Show less"
1567 msgstr "Mostra menys"
1568
1569-#: qml/Dash/GenericScopeView.qml:586
1570+#: qml/Dash/GenericScopeView.qml:545
1571 msgid "Show all"
1572-msgstr "Mostra tot"
1573+msgstr "Mostra-ho tot"
1574
1575-#: qml/Dash/GenericScopeView.qml:643
1576+#: qml/Dash/GenericScopeView.qml:576
1577 msgctxt "Label: Hint for dash search line edit"
1578 msgid "Search"
1579 msgstr "Cerca"
1580@@ -367,24 +377,24 @@
1581 msgid "Clear All"
1582 msgstr "Neteja-ho tot"
1583
1584-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1585+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1586 msgid "More..."
1587 msgstr "Més..."
1588
1589-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1590+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1591 msgid "Less..."
1592 msgstr "Menys..."
1593
1594 #: qml/Dash/Previews/PreviewCommentInput.qml:83
1595-#: qml/Dash/Previews/PreviewRatingInput.qml:201
1596+#: qml/Dash/Previews/PreviewRatingInput.qml:202
1597 msgid "Send"
1598 msgstr "Envia"
1599
1600-#: qml/Dash/Previews/PreviewRatingInput.qml:108
1601+#: qml/Dash/Previews/PreviewRatingInput.qml:109
1602 msgid "Rate this"
1603 msgstr "Puntueu-ho"
1604
1605-#: qml/Dash/Previews/PreviewRatingInput.qml:183
1606+#: qml/Dash/Previews/PreviewRatingInput.qml:184
1607 msgid "Add a review"
1608 msgstr "Afegiu una ressenya"
1609
1610
1611=== modified file 'po/ca@valencia.po'
1612--- po/ca@valencia.po 2016-11-08 05:41:47 +0000
1613+++ po/ca@valencia.po 2016-11-14 12:06:52 +0000
1614@@ -7,7 +7,11 @@
1615 msgstr ""
1616 "Project-Id-Version: unity\n"
1617 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1618+<<<<<<< TREE
1619 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
1620+=======
1621+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
1622+>>>>>>> MERGE-SOURCE
1623 "PO-Revision-Date: 2015-02-22 15:22+0000\n"
1624 "Last-Translator: David Planella <david.planella@gmail.com>\n"
1625 "Language-Team: Catalan <ca@li.org>\n"
1626@@ -15,8 +19,13 @@
1627 "Content-Type: text/plain; charset=UTF-8\n"
1628 "Content-Transfer-Encoding: 8bit\n"
1629 "Plural-Forms: nplurals=2; plural=n != 1;\n"
1630+<<<<<<< TREE
1631 "X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
1632 "X-Generator: Launchpad (build 18246)\n"
1633+=======
1634+"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
1635+"X-Generator: Launchpad (build 18255)\n"
1636+>>>>>>> MERGE-SOURCE
1637
1638 #: plugins/LightDM/Greeter.cpp:123
1639 msgid "Password: "
1640@@ -313,26 +322,26 @@
1641 msgid "Preview Share Item"
1642 msgstr ""
1643
1644-#: qml/Dash/DashPageHeader.qml:362
1645+#: qml/Dash/DashPageHeader.qml:361
1646 msgctxt "Button: Open the Ubuntu Store"
1647 msgid "Store"
1648 msgstr ""
1649
1650-#: qml/Dash/DashPageHeader.qml:369
1651+#: qml/Dash/DashPageHeader.qml:368
1652 msgctxt "Button: Start a search in the current dash scope"
1653 msgid "Search"
1654 msgstr ""
1655
1656-#: qml/Dash/DashPageHeader.qml:379
1657+#: qml/Dash/DashPageHeader.qml:378
1658 msgctxt "Button: Show the current dash scope settings"
1659 msgid "Settings"
1660 msgstr ""
1661
1662-#: qml/Dash/DashPageHeader.qml:386
1663+#: qml/Dash/DashPageHeader.qml:385
1664 msgid "Remove from Favorites"
1665 msgstr "Suprimeix dels preferits"
1666
1667-#: qml/Dash/DashPageHeader.qml:386
1668+#: qml/Dash/DashPageHeader.qml:385
1669 msgid "Add to Favorites"
1670 msgstr "Afig als preferits"
1671
1672@@ -344,15 +353,15 @@
1673 msgid "Reset"
1674 msgstr ""
1675
1676-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
1677+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
1678 msgid "Show less"
1679 msgstr ""
1680
1681-#: qml/Dash/GenericScopeView.qml:586
1682+#: qml/Dash/GenericScopeView.qml:545
1683 msgid "Show all"
1684 msgstr ""
1685
1686-#: qml/Dash/GenericScopeView.qml:643
1687+#: qml/Dash/GenericScopeView.qml:576
1688 msgctxt "Label: Hint for dash search line edit"
1689 msgid "Search"
1690 msgstr ""
1691@@ -365,24 +374,24 @@
1692 msgid "Clear All"
1693 msgstr ""
1694
1695-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1696+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1697 msgid "More..."
1698 msgstr "Més..."
1699
1700-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1701+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1702 msgid "Less..."
1703 msgstr "Menys..."
1704
1705 #: qml/Dash/Previews/PreviewCommentInput.qml:83
1706-#: qml/Dash/Previews/PreviewRatingInput.qml:201
1707+#: qml/Dash/Previews/PreviewRatingInput.qml:202
1708 msgid "Send"
1709 msgstr "Envia"
1710
1711-#: qml/Dash/Previews/PreviewRatingInput.qml:108
1712+#: qml/Dash/Previews/PreviewRatingInput.qml:109
1713 msgid "Rate this"
1714 msgstr "Puntueu-ho"
1715
1716-#: qml/Dash/Previews/PreviewRatingInput.qml:183
1717+#: qml/Dash/Previews/PreviewRatingInput.qml:184
1718 msgid "Add a review"
1719 msgstr "Afegiu una ressenya"
1720
1721
1722=== modified file 'po/ce.po'
1723--- po/ce.po 2016-11-08 05:41:47 +0000
1724+++ po/ce.po 2016-11-14 12:06:52 +0000
1725@@ -7,7 +7,11 @@
1726 msgstr ""
1727 "Project-Id-Version: unity8\n"
1728 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1729+<<<<<<< TREE
1730 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
1731+=======
1732+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
1733+>>>>>>> MERGE-SOURCE
1734 "PO-Revision-Date: 2015-02-15 04:01+0000\n"
1735 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1736 "Language-Team: Chechen <ce@li.org>\n"
1737@@ -15,8 +19,13 @@
1738 "Content-Type: text/plain; charset=UTF-8\n"
1739 "Content-Transfer-Encoding: 8bit\n"
1740 "Plural-Forms: nplurals=2; plural=n != 1;\n"
1741+<<<<<<< TREE
1742 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
1743 "X-Generator: Launchpad (build 18246)\n"
1744+=======
1745+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
1746+"X-Generator: Launchpad (build 18255)\n"
1747+>>>>>>> MERGE-SOURCE
1748
1749 #: plugins/LightDM/Greeter.cpp:123
1750 msgid "Password: "
1751@@ -311,26 +320,26 @@
1752 msgid "Preview Share Item"
1753 msgstr ""
1754
1755-#: qml/Dash/DashPageHeader.qml:362
1756+#: qml/Dash/DashPageHeader.qml:361
1757 msgctxt "Button: Open the Ubuntu Store"
1758 msgid "Store"
1759 msgstr ""
1760
1761-#: qml/Dash/DashPageHeader.qml:369
1762+#: qml/Dash/DashPageHeader.qml:368
1763 msgctxt "Button: Start a search in the current dash scope"
1764 msgid "Search"
1765 msgstr ""
1766
1767-#: qml/Dash/DashPageHeader.qml:379
1768+#: qml/Dash/DashPageHeader.qml:378
1769 msgctxt "Button: Show the current dash scope settings"
1770 msgid "Settings"
1771 msgstr ""
1772
1773-#: qml/Dash/DashPageHeader.qml:386
1774+#: qml/Dash/DashPageHeader.qml:385
1775 msgid "Remove from Favorites"
1776 msgstr ""
1777
1778-#: qml/Dash/DashPageHeader.qml:386
1779+#: qml/Dash/DashPageHeader.qml:385
1780 msgid "Add to Favorites"
1781 msgstr ""
1782
1783@@ -342,15 +351,15 @@
1784 msgid "Reset"
1785 msgstr ""
1786
1787-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
1788+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
1789 msgid "Show less"
1790 msgstr ""
1791
1792-#: qml/Dash/GenericScopeView.qml:586
1793+#: qml/Dash/GenericScopeView.qml:545
1794 msgid "Show all"
1795 msgstr ""
1796
1797-#: qml/Dash/GenericScopeView.qml:643
1798+#: qml/Dash/GenericScopeView.qml:576
1799 msgctxt "Label: Hint for dash search line edit"
1800 msgid "Search"
1801 msgstr ""
1802@@ -363,24 +372,24 @@
1803 msgid "Clear All"
1804 msgstr ""
1805
1806-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1807+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1808 msgid "More..."
1809 msgstr ""
1810
1811-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1812+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1813 msgid "Less..."
1814 msgstr ""
1815
1816 #: qml/Dash/Previews/PreviewCommentInput.qml:83
1817-#: qml/Dash/Previews/PreviewRatingInput.qml:201
1818+#: qml/Dash/Previews/PreviewRatingInput.qml:202
1819 msgid "Send"
1820 msgstr ""
1821
1822-#: qml/Dash/Previews/PreviewRatingInput.qml:108
1823+#: qml/Dash/Previews/PreviewRatingInput.qml:109
1824 msgid "Rate this"
1825 msgstr ""
1826
1827-#: qml/Dash/Previews/PreviewRatingInput.qml:183
1828+#: qml/Dash/Previews/PreviewRatingInput.qml:184
1829 msgid "Add a review"
1830 msgstr ""
1831
1832
1833=== modified file 'po/ckb.po'
1834--- po/ckb.po 2016-11-08 05:41:47 +0000
1835+++ po/ckb.po 2016-11-14 12:06:52 +0000
1836@@ -7,7 +7,11 @@
1837 msgstr ""
1838 "Project-Id-Version: unity8\n"
1839 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1840+<<<<<<< TREE
1841 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
1842+=======
1843+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
1844+>>>>>>> MERGE-SOURCE
1845 "PO-Revision-Date: 2014-01-21 11:05+0000\n"
1846 "Last-Translator: Aras <aras.noori@gmail.com>\n"
1847 "Language-Team: Kurdish (Sorani) <ckb@li.org>\n"
1848@@ -15,8 +19,13 @@
1849 "Content-Type: text/plain; charset=UTF-8\n"
1850 "Content-Transfer-Encoding: 8bit\n"
1851 "Plural-Forms: nplurals=2; plural=n != 1;\n"
1852+<<<<<<< TREE
1853 "X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
1854 "X-Generator: Launchpad (build 18246)\n"
1855+=======
1856+"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
1857+"X-Generator: Launchpad (build 18255)\n"
1858+>>>>>>> MERGE-SOURCE
1859
1860 #: plugins/LightDM/Greeter.cpp:123
1861 msgid "Password: "
1862@@ -311,26 +320,26 @@
1863 msgid "Preview Share Item"
1864 msgstr ""
1865
1866-#: qml/Dash/DashPageHeader.qml:362
1867+#: qml/Dash/DashPageHeader.qml:361
1868 msgctxt "Button: Open the Ubuntu Store"
1869 msgid "Store"
1870 msgstr ""
1871
1872-#: qml/Dash/DashPageHeader.qml:369
1873+#: qml/Dash/DashPageHeader.qml:368
1874 msgctxt "Button: Start a search in the current dash scope"
1875 msgid "Search"
1876 msgstr ""
1877
1878-#: qml/Dash/DashPageHeader.qml:379
1879+#: qml/Dash/DashPageHeader.qml:378
1880 msgctxt "Button: Show the current dash scope settings"
1881 msgid "Settings"
1882 msgstr ""
1883
1884-#: qml/Dash/DashPageHeader.qml:386
1885+#: qml/Dash/DashPageHeader.qml:385
1886 msgid "Remove from Favorites"
1887 msgstr ""
1888
1889-#: qml/Dash/DashPageHeader.qml:386
1890+#: qml/Dash/DashPageHeader.qml:385
1891 msgid "Add to Favorites"
1892 msgstr ""
1893
1894@@ -342,15 +351,15 @@
1895 msgid "Reset"
1896 msgstr ""
1897
1898-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
1899+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
1900 msgid "Show less"
1901 msgstr ""
1902
1903-#: qml/Dash/GenericScopeView.qml:586
1904+#: qml/Dash/GenericScopeView.qml:545
1905 msgid "Show all"
1906 msgstr ""
1907
1908-#: qml/Dash/GenericScopeView.qml:643
1909+#: qml/Dash/GenericScopeView.qml:576
1910 msgctxt "Label: Hint for dash search line edit"
1911 msgid "Search"
1912 msgstr ""
1913@@ -363,24 +372,24 @@
1914 msgid "Clear All"
1915 msgstr ""
1916
1917-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1918+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1919 msgid "More..."
1920 msgstr ""
1921
1922-#: qml/Dash/Previews/PreviewActionCombo.qml:35
1923+#: qml/Dash/Previews/PreviewActionCombo.qml:36
1924 msgid "Less..."
1925 msgstr ""
1926
1927 #: qml/Dash/Previews/PreviewCommentInput.qml:83
1928-#: qml/Dash/Previews/PreviewRatingInput.qml:201
1929+#: qml/Dash/Previews/PreviewRatingInput.qml:202
1930 msgid "Send"
1931 msgstr "ناردن"
1932
1933-#: qml/Dash/Previews/PreviewRatingInput.qml:108
1934+#: qml/Dash/Previews/PreviewRatingInput.qml:109
1935 msgid "Rate this"
1936 msgstr "پلە دابنی بۆی"
1937
1938-#: qml/Dash/Previews/PreviewRatingInput.qml:183
1939+#: qml/Dash/Previews/PreviewRatingInput.qml:184
1940 msgid "Add a review"
1941 msgstr "پێداچوونەوە زۆر بکە"
1942
1943
1944=== modified file 'po/co.po'
1945--- po/co.po 2016-11-08 05:41:47 +0000
1946+++ po/co.po 2016-11-14 12:06:52 +0000
1947@@ -7,7 +7,11 @@
1948 msgstr ""
1949 "Project-Id-Version: unity8\n"
1950 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1951+<<<<<<< TREE
1952 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
1953+=======
1954+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
1955+>>>>>>> MERGE-SOURCE
1956 "PO-Revision-Date: 2016-05-24 10:40+0000\n"
1957 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1958 "Language-Team: Corsican <co@li.org>\n"
1959@@ -15,8 +19,13 @@
1960 "Content-Type: text/plain; charset=UTF-8\n"
1961 "Content-Transfer-Encoding: 8bit\n"
1962 "Plural-Forms: nplurals=2; plural=n != 1;\n"
1963+<<<<<<< TREE
1964 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
1965 "X-Generator: Launchpad (build 18246)\n"
1966+=======
1967+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
1968+"X-Generator: Launchpad (build 18255)\n"
1969+>>>>>>> MERGE-SOURCE
1970
1971 #: plugins/LightDM/Greeter.cpp:123
1972 msgid "Password: "
1973@@ -315,26 +324,26 @@
1974 msgid "Preview Share Item"
1975 msgstr "Anteprima elementi da sparte"
1976
1977-#: qml/Dash/DashPageHeader.qml:362
1978+#: qml/Dash/DashPageHeader.qml:361
1979 msgctxt "Button: Open the Ubuntu Store"
1980 msgid "Store"
1981 msgstr "Buttega"
1982
1983-#: qml/Dash/DashPageHeader.qml:369
1984+#: qml/Dash/DashPageHeader.qml:368
1985 msgctxt "Button: Start a search in the current dash scope"
1986 msgid "Search"
1987 msgstr "Circà"
1988
1989-#: qml/Dash/DashPageHeader.qml:379
1990+#: qml/Dash/DashPageHeader.qml:378
1991 msgctxt "Button: Show the current dash scope settings"
1992 msgid "Settings"
1993 msgstr "Parametri"
1994
1995-#: qml/Dash/DashPageHeader.qml:386
1996+#: qml/Dash/DashPageHeader.qml:385
1997 msgid "Remove from Favorites"
1998 msgstr "Toglie da i Favuriti"
1999
2000-#: qml/Dash/DashPageHeader.qml:386
2001+#: qml/Dash/DashPageHeader.qml:385
2002 msgid "Add to Favorites"
2003 msgstr "Aghjustà à i Favuriti"
2004
2005@@ -346,15 +355,15 @@
2006 msgid "Reset"
2007 msgstr "Re-inizializzà"
2008
2009-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
2010+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
2011 msgid "Show less"
2012 msgstr ""
2013
2014-#: qml/Dash/GenericScopeView.qml:586
2015+#: qml/Dash/GenericScopeView.qml:545
2016 msgid "Show all"
2017 msgstr ""
2018
2019-#: qml/Dash/GenericScopeView.qml:643
2020+#: qml/Dash/GenericScopeView.qml:576
2021 msgctxt "Label: Hint for dash search line edit"
2022 msgid "Search"
2023 msgstr "Circà"
2024@@ -367,24 +376,24 @@
2025 msgid "Clear All"
2026 msgstr "Squassà tuttu"
2027
2028-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2029+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2030 msgid "More..."
2031 msgstr "Di più..."
2032
2033-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2034+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2035 msgid "Less..."
2036 msgstr "Menu..."
2037
2038 #: qml/Dash/Previews/PreviewCommentInput.qml:83
2039-#: qml/Dash/Previews/PreviewRatingInput.qml:201
2040+#: qml/Dash/Previews/PreviewRatingInput.qml:202
2041 msgid "Send"
2042 msgstr "Mandà"
2043
2044-#: qml/Dash/Previews/PreviewRatingInput.qml:108
2045+#: qml/Dash/Previews/PreviewRatingInput.qml:109
2046 msgid "Rate this"
2047 msgstr "Ghjudicà questu"
2048
2049-#: qml/Dash/Previews/PreviewRatingInput.qml:183
2050+#: qml/Dash/Previews/PreviewRatingInput.qml:184
2051 msgid "Add a review"
2052 msgstr "Aghjustà una recensione"
2053
2054
2055=== modified file 'po/cs.po'
2056--- po/cs.po 2016-11-08 05:41:47 +0000
2057+++ po/cs.po 2016-11-14 12:06:52 +0000
2058@@ -7,7 +7,11 @@
2059 msgstr ""
2060 "Project-Id-Version: unity8\n"
2061 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2062+<<<<<<< TREE
2063 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
2064+=======
2065+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
2066+>>>>>>> MERGE-SOURCE
2067 "PO-Revision-Date: 2015-07-07 10:44+0000\n"
2068 "Last-Translator: Vojtěch Daněk <vdanek@outlook.com>\n"
2069 "Language-Team: Czech <cs@li.org>\n"
2070@@ -15,8 +19,13 @@
2071 "Content-Type: text/plain; charset=UTF-8\n"
2072 "Content-Transfer-Encoding: 8bit\n"
2073 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
2074+<<<<<<< TREE
2075 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
2076 "X-Generator: Launchpad (build 18246)\n"
2077+=======
2078+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
2079+"X-Generator: Launchpad (build 18255)\n"
2080+>>>>>>> MERGE-SOURCE
2081 "Language: cs\n"
2082
2083 #: plugins/LightDM/Greeter.cpp:123
2084@@ -314,26 +323,26 @@
2085 msgid "Preview Share Item"
2086 msgstr ""
2087
2088-#: qml/Dash/DashPageHeader.qml:362
2089+#: qml/Dash/DashPageHeader.qml:361
2090 msgctxt "Button: Open the Ubuntu Store"
2091 msgid "Store"
2092 msgstr "Obchod"
2093
2094-#: qml/Dash/DashPageHeader.qml:369
2095+#: qml/Dash/DashPageHeader.qml:368
2096 msgctxt "Button: Start a search in the current dash scope"
2097 msgid "Search"
2098 msgstr "Hledat"
2099
2100-#: qml/Dash/DashPageHeader.qml:379
2101+#: qml/Dash/DashPageHeader.qml:378
2102 msgctxt "Button: Show the current dash scope settings"
2103 msgid "Settings"
2104 msgstr "Nastavení"
2105
2106-#: qml/Dash/DashPageHeader.qml:386
2107+#: qml/Dash/DashPageHeader.qml:385
2108 msgid "Remove from Favorites"
2109 msgstr "Odstranit z oblíbených"
2110
2111-#: qml/Dash/DashPageHeader.qml:386
2112+#: qml/Dash/DashPageHeader.qml:385
2113 msgid "Add to Favorites"
2114 msgstr "Přidat do oblíbených"
2115
2116@@ -345,15 +354,15 @@
2117 msgid "Reset"
2118 msgstr ""
2119
2120-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
2121+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
2122 msgid "Show less"
2123 msgstr ""
2124
2125-#: qml/Dash/GenericScopeView.qml:586
2126+#: qml/Dash/GenericScopeView.qml:545
2127 msgid "Show all"
2128 msgstr ""
2129
2130-#: qml/Dash/GenericScopeView.qml:643
2131+#: qml/Dash/GenericScopeView.qml:576
2132 msgctxt "Label: Hint for dash search line edit"
2133 msgid "Search"
2134 msgstr "Hledat"
2135@@ -366,24 +375,24 @@
2136 msgid "Clear All"
2137 msgstr ""
2138
2139-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2140+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2141 msgid "More..."
2142 msgstr "Více..."
2143
2144-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2145+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2146 msgid "Less..."
2147 msgstr "Méně..."
2148
2149 #: qml/Dash/Previews/PreviewCommentInput.qml:83
2150-#: qml/Dash/Previews/PreviewRatingInput.qml:201
2151+#: qml/Dash/Previews/PreviewRatingInput.qml:202
2152 msgid "Send"
2153 msgstr "Odeslat"
2154
2155-#: qml/Dash/Previews/PreviewRatingInput.qml:108
2156+#: qml/Dash/Previews/PreviewRatingInput.qml:109
2157 msgid "Rate this"
2158 msgstr "Ohodnoťte to"
2159
2160-#: qml/Dash/Previews/PreviewRatingInput.qml:183
2161+#: qml/Dash/Previews/PreviewRatingInput.qml:184
2162 msgid "Add a review"
2163 msgstr "Přidat recenzi"
2164
2165
2166=== modified file 'po/cy.po'
2167--- po/cy.po 2016-11-08 05:41:47 +0000
2168+++ po/cy.po 2016-11-14 12:06:52 +0000
2169@@ -7,7 +7,11 @@
2170 msgstr ""
2171 "Project-Id-Version: unity8\n"
2172 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2173+<<<<<<< TREE
2174 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
2175+=======
2176+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
2177+>>>>>>> MERGE-SOURCE
2178 "PO-Revision-Date: 2015-07-31 13:21+0000\n"
2179 "Last-Translator: Owen Llywelyn <owen.llywelyn@gmail.com>\n"
2180 "Language-Team: Welsh <cy@li.org>\n"
2181@@ -16,8 +20,13 @@
2182 "Content-Transfer-Encoding: 8bit\n"
2183 "Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : (n != 8 && n != 11) ? "
2184 "2 : 3;\n"
2185+<<<<<<< TREE
2186 "X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
2187 "X-Generator: Launchpad (build 18246)\n"
2188+=======
2189+"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
2190+"X-Generator: Launchpad (build 18255)\n"
2191+>>>>>>> MERGE-SOURCE
2192
2193 #: plugins/LightDM/Greeter.cpp:123
2194 msgid "Password: "
2195@@ -314,26 +323,26 @@
2196 msgid "Preview Share Item"
2197 msgstr ""
2198
2199-#: qml/Dash/DashPageHeader.qml:362
2200+#: qml/Dash/DashPageHeader.qml:361
2201 msgctxt "Button: Open the Ubuntu Store"
2202 msgid "Store"
2203 msgstr "Marchnad"
2204
2205-#: qml/Dash/DashPageHeader.qml:369
2206+#: qml/Dash/DashPageHeader.qml:368
2207 msgctxt "Button: Start a search in the current dash scope"
2208 msgid "Search"
2209 msgstr "Chwilio"
2210
2211-#: qml/Dash/DashPageHeader.qml:379
2212+#: qml/Dash/DashPageHeader.qml:378
2213 msgctxt "Button: Show the current dash scope settings"
2214 msgid "Settings"
2215 msgstr "Gosodiadau"
2216
2217-#: qml/Dash/DashPageHeader.qml:386
2218+#: qml/Dash/DashPageHeader.qml:385
2219 msgid "Remove from Favorites"
2220 msgstr "Tynnu o Ffefrynnau"
2221
2222-#: qml/Dash/DashPageHeader.qml:386
2223+#: qml/Dash/DashPageHeader.qml:385
2224 msgid "Add to Favorites"
2225 msgstr "Ychwanegu at Ffefrynnau"
2226
2227@@ -345,15 +354,15 @@
2228 msgid "Reset"
2229 msgstr ""
2230
2231-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
2232+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
2233 msgid "Show less"
2234 msgstr ""
2235
2236-#: qml/Dash/GenericScopeView.qml:586
2237+#: qml/Dash/GenericScopeView.qml:545
2238 msgid "Show all"
2239 msgstr ""
2240
2241-#: qml/Dash/GenericScopeView.qml:643
2242+#: qml/Dash/GenericScopeView.qml:576
2243 msgctxt "Label: Hint for dash search line edit"
2244 msgid "Search"
2245 msgstr "Chwilio"
2246@@ -366,24 +375,24 @@
2247 msgid "Clear All"
2248 msgstr ""
2249
2250-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2251+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2252 msgid "More..."
2253 msgstr "Mwy..."
2254
2255-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2256+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2257 msgid "Less..."
2258 msgstr "Llai..."
2259
2260 #: qml/Dash/Previews/PreviewCommentInput.qml:83
2261-#: qml/Dash/Previews/PreviewRatingInput.qml:201
2262+#: qml/Dash/Previews/PreviewRatingInput.qml:202
2263 msgid "Send"
2264 msgstr "Anfon"
2265
2266-#: qml/Dash/Previews/PreviewRatingInput.qml:108
2267+#: qml/Dash/Previews/PreviewRatingInput.qml:109
2268 msgid "Rate this"
2269 msgstr "Graddio hwn"
2270
2271-#: qml/Dash/Previews/PreviewRatingInput.qml:183
2272+#: qml/Dash/Previews/PreviewRatingInput.qml:184
2273 msgid "Add a review"
2274 msgstr "Ychwanegu adolygiad"
2275
2276
2277=== modified file 'po/da.po'
2278--- po/da.po 2016-11-08 05:41:47 +0000
2279+++ po/da.po 2016-11-14 12:06:52 +0000
2280@@ -8,7 +8,11 @@
2281 msgstr ""
2282 "Project-Id-Version: unity8\n"
2283 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2284+<<<<<<< TREE
2285 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
2286+=======
2287+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
2288+>>>>>>> MERGE-SOURCE
2289 "PO-Revision-Date: 2015-07-06 12:05+0000\n"
2290 "Last-Translator: Folmer Fredslund <Unknown>\n"
2291 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
2292@@ -16,8 +20,13 @@
2293 "Content-Type: text/plain; charset=UTF-8\n"
2294 "Content-Transfer-Encoding: 8bit\n"
2295 "Plural-Forms: nplurals=2; plural=n != 1;\n"
2296+<<<<<<< TREE
2297 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
2298 "X-Generator: Launchpad (build 18246)\n"
2299+=======
2300+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
2301+"X-Generator: Launchpad (build 18255)\n"
2302+>>>>>>> MERGE-SOURCE
2303
2304 #: plugins/LightDM/Greeter.cpp:123
2305 msgid "Password: "
2306@@ -314,26 +323,26 @@
2307 msgid "Preview Share Item"
2308 msgstr ""
2309
2310-#: qml/Dash/DashPageHeader.qml:362
2311+#: qml/Dash/DashPageHeader.qml:361
2312 msgctxt "Button: Open the Ubuntu Store"
2313 msgid "Store"
2314 msgstr "Butik"
2315
2316-#: qml/Dash/DashPageHeader.qml:369
2317+#: qml/Dash/DashPageHeader.qml:368
2318 msgctxt "Button: Start a search in the current dash scope"
2319 msgid "Search"
2320 msgstr "Søg"
2321
2322-#: qml/Dash/DashPageHeader.qml:379
2323+#: qml/Dash/DashPageHeader.qml:378
2324 msgctxt "Button: Show the current dash scope settings"
2325 msgid "Settings"
2326 msgstr "Indstillinger"
2327
2328-#: qml/Dash/DashPageHeader.qml:386
2329+#: qml/Dash/DashPageHeader.qml:385
2330 msgid "Remove from Favorites"
2331 msgstr "Fjern fra Favoritter"
2332
2333-#: qml/Dash/DashPageHeader.qml:386
2334+#: qml/Dash/DashPageHeader.qml:385
2335 msgid "Add to Favorites"
2336 msgstr "Tilføj til Favoritter"
2337
2338@@ -345,15 +354,15 @@
2339 msgid "Reset"
2340 msgstr ""
2341
2342-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
2343+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
2344 msgid "Show less"
2345 msgstr ""
2346
2347-#: qml/Dash/GenericScopeView.qml:586
2348+#: qml/Dash/GenericScopeView.qml:545
2349 msgid "Show all"
2350 msgstr ""
2351
2352-#: qml/Dash/GenericScopeView.qml:643
2353+#: qml/Dash/GenericScopeView.qml:576
2354 msgctxt "Label: Hint for dash search line edit"
2355 msgid "Search"
2356 msgstr "Søg"
2357@@ -366,24 +375,24 @@
2358 msgid "Clear All"
2359 msgstr ""
2360
2361-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2362+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2363 msgid "More..."
2364 msgstr "Mere..."
2365
2366-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2367+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2368 msgid "Less..."
2369 msgstr "Mindre..."
2370
2371 #: qml/Dash/Previews/PreviewCommentInput.qml:83
2372-#: qml/Dash/Previews/PreviewRatingInput.qml:201
2373+#: qml/Dash/Previews/PreviewRatingInput.qml:202
2374 msgid "Send"
2375 msgstr "Send"
2376
2377-#: qml/Dash/Previews/PreviewRatingInput.qml:108
2378+#: qml/Dash/Previews/PreviewRatingInput.qml:109
2379 msgid "Rate this"
2380 msgstr "Bedøm dette"
2381
2382-#: qml/Dash/Previews/PreviewRatingInput.qml:183
2383+#: qml/Dash/Previews/PreviewRatingInput.qml:184
2384 msgid "Add a review"
2385 msgstr "Tilføj en anmeldelse"
2386
2387
2388=== modified file 'po/de.po'
2389--- po/de.po 2016-11-08 05:41:47 +0000
2390+++ po/de.po 2016-11-14 12:06:52 +0000
2391@@ -7,7 +7,11 @@
2392 msgstr ""
2393 "Project-Id-Version: unity\n"
2394 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2395+<<<<<<< TREE
2396 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
2397+=======
2398+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
2399+>>>>>>> MERGE-SOURCE
2400 "PO-Revision-Date: 2016-09-29 12:06+0000\n"
2401 "Last-Translator: Matthias Seidel <matthias.seidel@hamburg.de>\n"
2402 "Language-Team: German <de@li.org>\n"
2403@@ -15,8 +19,13 @@
2404 "Content-Type: text/plain; charset=UTF-8\n"
2405 "Content-Transfer-Encoding: 8bit\n"
2406 "Plural-Forms: nplurals=2; plural=n != 1;\n"
2407+<<<<<<< TREE
2408 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
2409 "X-Generator: Launchpad (build 18246)\n"
2410+=======
2411+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
2412+"X-Generator: Launchpad (build 18255)\n"
2413+>>>>>>> MERGE-SOURCE
2414
2415 #: plugins/LightDM/Greeter.cpp:123
2416 msgid "Password: "
2417@@ -315,26 +324,26 @@
2418 msgid "Preview Share Item"
2419 msgstr "Vorschau für zu teilendes Element"
2420
2421-#: qml/Dash/DashPageHeader.qml:362
2422+#: qml/Dash/DashPageHeader.qml:361
2423 msgctxt "Button: Open the Ubuntu Store"
2424 msgid "Store"
2425 msgstr "Speichern"
2426
2427-#: qml/Dash/DashPageHeader.qml:369
2428+#: qml/Dash/DashPageHeader.qml:368
2429 msgctxt "Button: Start a search in the current dash scope"
2430 msgid "Search"
2431 msgstr "Suchen"
2432
2433-#: qml/Dash/DashPageHeader.qml:379
2434+#: qml/Dash/DashPageHeader.qml:378
2435 msgctxt "Button: Show the current dash scope settings"
2436 msgid "Settings"
2437 msgstr "Einstellungen"
2438
2439-#: qml/Dash/DashPageHeader.qml:386
2440+#: qml/Dash/DashPageHeader.qml:385
2441 msgid "Remove from Favorites"
2442 msgstr "Aus den Favoriten entfernen"
2443
2444-#: qml/Dash/DashPageHeader.qml:386
2445+#: qml/Dash/DashPageHeader.qml:385
2446 msgid "Add to Favorites"
2447 msgstr "Zu Favoriten hinzufügen"
2448
2449@@ -346,15 +355,15 @@
2450 msgid "Reset"
2451 msgstr "Zurücksetzen"
2452
2453-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
2454+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
2455 msgid "Show less"
2456 msgstr "Weniger anzeigen"
2457
2458-#: qml/Dash/GenericScopeView.qml:586
2459+#: qml/Dash/GenericScopeView.qml:545
2460 msgid "Show all"
2461 msgstr "Alle anzeigen"
2462
2463-#: qml/Dash/GenericScopeView.qml:643
2464+#: qml/Dash/GenericScopeView.qml:576
2465 msgctxt "Label: Hint for dash search line edit"
2466 msgid "Search"
2467 msgstr "Suchen"
2468@@ -367,24 +376,24 @@
2469 msgid "Clear All"
2470 msgstr "Alle zurücksetzen"
2471
2472-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2473+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2474 msgid "More..."
2475 msgstr "Mehr …"
2476
2477-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2478+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2479 msgid "Less..."
2480 msgstr "Weniger …"
2481
2482 #: qml/Dash/Previews/PreviewCommentInput.qml:83
2483-#: qml/Dash/Previews/PreviewRatingInput.qml:201
2484+#: qml/Dash/Previews/PreviewRatingInput.qml:202
2485 msgid "Send"
2486 msgstr "Senden"
2487
2488-#: qml/Dash/Previews/PreviewRatingInput.qml:108
2489+#: qml/Dash/Previews/PreviewRatingInput.qml:109
2490 msgid "Rate this"
2491 msgstr "Bewerten"
2492
2493-#: qml/Dash/Previews/PreviewRatingInput.qml:183
2494+#: qml/Dash/Previews/PreviewRatingInput.qml:184
2495 msgid "Add a review"
2496 msgstr "Bewertung hinzufügen"
2497
2498
2499=== modified file 'po/el.po'
2500--- po/el.po 2016-11-08 05:41:47 +0000
2501+++ po/el.po 2016-11-14 12:06:52 +0000
2502@@ -7,7 +7,11 @@
2503 msgstr ""
2504 "Project-Id-Version: unity\n"
2505 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2506+<<<<<<< TREE
2507 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
2508+=======
2509+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
2510+>>>>>>> MERGE-SOURCE
2511 "PO-Revision-Date: 2016-04-25 16:24+0000\n"
2512 "Last-Translator: Aggelos Arnaoutis <angelosarn@hotmail.com>\n"
2513 "Language-Team: Greek <el@li.org>\n"
2514@@ -15,8 +19,13 @@
2515 "Content-Type: text/plain; charset=UTF-8\n"
2516 "Content-Transfer-Encoding: 8bit\n"
2517 "Plural-Forms: nplurals=2; plural=n != 1;\n"
2518+<<<<<<< TREE
2519 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
2520 "X-Generator: Launchpad (build 18246)\n"
2521+=======
2522+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
2523+"X-Generator: Launchpad (build 18255)\n"
2524+>>>>>>> MERGE-SOURCE
2525
2526 #: plugins/LightDM/Greeter.cpp:123
2527 msgid "Password: "
2528@@ -315,26 +324,26 @@
2529 msgid "Preview Share Item"
2530 msgstr "Προεπισκόπηση κοινής χρήσης αντικειμένου"
2531
2532-#: qml/Dash/DashPageHeader.qml:362
2533+#: qml/Dash/DashPageHeader.qml:361
2534 msgctxt "Button: Open the Ubuntu Store"
2535 msgid "Store"
2536 msgstr "Κατάστημα"
2537
2538-#: qml/Dash/DashPageHeader.qml:369
2539+#: qml/Dash/DashPageHeader.qml:368
2540 msgctxt "Button: Start a search in the current dash scope"
2541 msgid "Search"
2542 msgstr "Αναζήτηση"
2543
2544-#: qml/Dash/DashPageHeader.qml:379
2545+#: qml/Dash/DashPageHeader.qml:378
2546 msgctxt "Button: Show the current dash scope settings"
2547 msgid "Settings"
2548 msgstr "Ρυθμίσεις"
2549
2550-#: qml/Dash/DashPageHeader.qml:386
2551+#: qml/Dash/DashPageHeader.qml:385
2552 msgid "Remove from Favorites"
2553 msgstr "Αφαίρεση από τα αγαπημένα"
2554
2555-#: qml/Dash/DashPageHeader.qml:386
2556+#: qml/Dash/DashPageHeader.qml:385
2557 msgid "Add to Favorites"
2558 msgstr "Προσθήκη στα αγαπημένα"
2559
2560@@ -346,15 +355,15 @@
2561 msgid "Reset"
2562 msgstr "Επαναφορά"
2563
2564-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
2565+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
2566 msgid "Show less"
2567 msgstr ""
2568
2569-#: qml/Dash/GenericScopeView.qml:586
2570+#: qml/Dash/GenericScopeView.qml:545
2571 msgid "Show all"
2572 msgstr ""
2573
2574-#: qml/Dash/GenericScopeView.qml:643
2575+#: qml/Dash/GenericScopeView.qml:576
2576 msgctxt "Label: Hint for dash search line edit"
2577 msgid "Search"
2578 msgstr "Αναζήτηση"
2579@@ -367,24 +376,24 @@
2580 msgid "Clear All"
2581 msgstr "Καθαρισμός όλων"
2582
2583-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2584+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2585 msgid "More..."
2586 msgstr "Περισσότερα..."
2587
2588-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2589+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2590 msgid "Less..."
2591 msgstr "Λιγότερα..."
2592
2593 #: qml/Dash/Previews/PreviewCommentInput.qml:83
2594-#: qml/Dash/Previews/PreviewRatingInput.qml:201
2595+#: qml/Dash/Previews/PreviewRatingInput.qml:202
2596 msgid "Send"
2597 msgstr "Αποστολή"
2598
2599-#: qml/Dash/Previews/PreviewRatingInput.qml:108
2600+#: qml/Dash/Previews/PreviewRatingInput.qml:109
2601 msgid "Rate this"
2602 msgstr "Βαθμολογήστε το"
2603
2604-#: qml/Dash/Previews/PreviewRatingInput.qml:183
2605+#: qml/Dash/Previews/PreviewRatingInput.qml:184
2606 msgid "Add a review"
2607 msgstr "Προσθέστε την αξιολόγησή σας"
2608
2609
2610=== modified file 'po/en_AU.po'
2611--- po/en_AU.po 2016-11-08 05:41:47 +0000
2612+++ po/en_AU.po 2016-11-14 12:06:52 +0000
2613@@ -7,7 +7,11 @@
2614 msgstr ""
2615 "Project-Id-Version: unity\n"
2616 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2617+<<<<<<< TREE
2618 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
2619+=======
2620+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
2621+>>>>>>> MERGE-SOURCE
2622 "PO-Revision-Date: 2016-03-27 10:09+0000\n"
2623 "Last-Translator: Jared Norris <jarednorris@ubuntu.com>\n"
2624 "Language-Team: English (Australia) <en_AU@li.org>\n"
2625@@ -15,8 +19,13 @@
2626 "Content-Type: text/plain; charset=UTF-8\n"
2627 "Content-Transfer-Encoding: 8bit\n"
2628 "Plural-Forms: nplurals=2; plural=n != 1;\n"
2629+<<<<<<< TREE
2630 "X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
2631 "X-Generator: Launchpad (build 18246)\n"
2632+=======
2633+"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
2634+"X-Generator: Launchpad (build 18255)\n"
2635+>>>>>>> MERGE-SOURCE
2636
2637 #: plugins/LightDM/Greeter.cpp:123
2638 msgid "Password: "
2639@@ -313,26 +322,26 @@
2640 msgid "Preview Share Item"
2641 msgstr "Preview Share Item"
2642
2643-#: qml/Dash/DashPageHeader.qml:362
2644+#: qml/Dash/DashPageHeader.qml:361
2645 msgctxt "Button: Open the Ubuntu Store"
2646 msgid "Store"
2647 msgstr "Store"
2648
2649-#: qml/Dash/DashPageHeader.qml:369
2650+#: qml/Dash/DashPageHeader.qml:368
2651 msgctxt "Button: Start a search in the current dash scope"
2652 msgid "Search"
2653 msgstr "Search"
2654
2655-#: qml/Dash/DashPageHeader.qml:379
2656+#: qml/Dash/DashPageHeader.qml:378
2657 msgctxt "Button: Show the current dash scope settings"
2658 msgid "Settings"
2659 msgstr "Settings"
2660
2661-#: qml/Dash/DashPageHeader.qml:386
2662+#: qml/Dash/DashPageHeader.qml:385
2663 msgid "Remove from Favorites"
2664 msgstr "Remove from Favourites"
2665
2666-#: qml/Dash/DashPageHeader.qml:386
2667+#: qml/Dash/DashPageHeader.qml:385
2668 msgid "Add to Favorites"
2669 msgstr "Add to Favourites"
2670
2671@@ -344,15 +353,15 @@
2672 msgid "Reset"
2673 msgstr "Reset"
2674
2675-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
2676+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
2677 msgid "Show less"
2678 msgstr ""
2679
2680-#: qml/Dash/GenericScopeView.qml:586
2681+#: qml/Dash/GenericScopeView.qml:545
2682 msgid "Show all"
2683 msgstr ""
2684
2685-#: qml/Dash/GenericScopeView.qml:643
2686+#: qml/Dash/GenericScopeView.qml:576
2687 msgctxt "Label: Hint for dash search line edit"
2688 msgid "Search"
2689 msgstr "Search"
2690@@ -365,24 +374,24 @@
2691 msgid "Clear All"
2692 msgstr "Clear All"
2693
2694-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2695+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2696 msgid "More..."
2697 msgstr "More..."
2698
2699-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2700+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2701 msgid "Less..."
2702 msgstr "Less..."
2703
2704 #: qml/Dash/Previews/PreviewCommentInput.qml:83
2705-#: qml/Dash/Previews/PreviewRatingInput.qml:201
2706+#: qml/Dash/Previews/PreviewRatingInput.qml:202
2707 msgid "Send"
2708 msgstr "Send"
2709
2710-#: qml/Dash/Previews/PreviewRatingInput.qml:108
2711+#: qml/Dash/Previews/PreviewRatingInput.qml:109
2712 msgid "Rate this"
2713 msgstr "Rate this"
2714
2715-#: qml/Dash/Previews/PreviewRatingInput.qml:183
2716+#: qml/Dash/Previews/PreviewRatingInput.qml:184
2717 msgid "Add a review"
2718 msgstr "Add a review"
2719
2720
2721=== modified file 'po/en_GB.po'
2722--- po/en_GB.po 2016-11-08 05:41:47 +0000
2723+++ po/en_GB.po 2016-11-14 12:06:52 +0000
2724@@ -7,7 +7,11 @@
2725 msgstr ""
2726 "Project-Id-Version: unity\n"
2727 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2728+<<<<<<< TREE
2729 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
2730+=======
2731+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
2732+>>>>>>> MERGE-SOURCE
2733 "PO-Revision-Date: 2016-07-05 00:37+0000\n"
2734 "Last-Translator: Andi Chandler <Unknown>\n"
2735 "Language-Team: English (United Kingdom) <en_GB@li.org>\n"
2736@@ -15,8 +19,13 @@
2737 "Content-Type: text/plain; charset=UTF-8\n"
2738 "Content-Transfer-Encoding: 8bit\n"
2739 "Plural-Forms: nplurals=2; plural=n != 1;\n"
2740+<<<<<<< TREE
2741 "X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
2742 "X-Generator: Launchpad (build 18246)\n"
2743+=======
2744+"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
2745+"X-Generator: Launchpad (build 18255)\n"
2746+>>>>>>> MERGE-SOURCE
2747
2748 #: plugins/LightDM/Greeter.cpp:123
2749 msgid "Password: "
2750@@ -313,26 +322,26 @@
2751 msgid "Preview Share Item"
2752 msgstr "Preview Share Item"
2753
2754-#: qml/Dash/DashPageHeader.qml:362
2755+#: qml/Dash/DashPageHeader.qml:361
2756 msgctxt "Button: Open the Ubuntu Store"
2757 msgid "Store"
2758 msgstr "Store"
2759
2760-#: qml/Dash/DashPageHeader.qml:369
2761+#: qml/Dash/DashPageHeader.qml:368
2762 msgctxt "Button: Start a search in the current dash scope"
2763 msgid "Search"
2764 msgstr "Search"
2765
2766-#: qml/Dash/DashPageHeader.qml:379
2767+#: qml/Dash/DashPageHeader.qml:378
2768 msgctxt "Button: Show the current dash scope settings"
2769 msgid "Settings"
2770 msgstr "Settings"
2771
2772-#: qml/Dash/DashPageHeader.qml:386
2773+#: qml/Dash/DashPageHeader.qml:385
2774 msgid "Remove from Favorites"
2775 msgstr "Remove from Favourites"
2776
2777-#: qml/Dash/DashPageHeader.qml:386
2778+#: qml/Dash/DashPageHeader.qml:385
2779 msgid "Add to Favorites"
2780 msgstr "Add to Favourites"
2781
2782@@ -344,15 +353,15 @@
2783 msgid "Reset"
2784 msgstr "Reset"
2785
2786-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
2787+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
2788 msgid "Show less"
2789 msgstr "Show less"
2790
2791-#: qml/Dash/GenericScopeView.qml:586
2792+#: qml/Dash/GenericScopeView.qml:545
2793 msgid "Show all"
2794 msgstr "Show all"
2795
2796-#: qml/Dash/GenericScopeView.qml:643
2797+#: qml/Dash/GenericScopeView.qml:576
2798 msgctxt "Label: Hint for dash search line edit"
2799 msgid "Search"
2800 msgstr "Search"
2801@@ -365,24 +374,24 @@
2802 msgid "Clear All"
2803 msgstr "Clear All"
2804
2805-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2806+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2807 msgid "More..."
2808 msgstr "More..."
2809
2810-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2811+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2812 msgid "Less..."
2813 msgstr "Less..."
2814
2815 #: qml/Dash/Previews/PreviewCommentInput.qml:83
2816-#: qml/Dash/Previews/PreviewRatingInput.qml:201
2817+#: qml/Dash/Previews/PreviewRatingInput.qml:202
2818 msgid "Send"
2819 msgstr "Send"
2820
2821-#: qml/Dash/Previews/PreviewRatingInput.qml:108
2822+#: qml/Dash/Previews/PreviewRatingInput.qml:109
2823 msgid "Rate this"
2824 msgstr "Rate this"
2825
2826-#: qml/Dash/Previews/PreviewRatingInput.qml:183
2827+#: qml/Dash/Previews/PreviewRatingInput.qml:184
2828 msgid "Add a review"
2829 msgstr "Add a review"
2830
2831
2832=== modified file 'po/eo.po'
2833--- po/eo.po 2016-11-08 05:41:47 +0000
2834+++ po/eo.po 2016-11-14 12:06:52 +0000
2835@@ -7,7 +7,11 @@
2836 msgstr ""
2837 "Project-Id-Version: unity\n"
2838 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2839+<<<<<<< TREE
2840 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
2841+=======
2842+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
2843+>>>>>>> MERGE-SOURCE
2844 "PO-Revision-Date: 2015-06-06 23:37+0000\n"
2845 "Last-Translator: Eliovir <Unknown>\n"
2846 "Language-Team: Esperanto <eo@li.org>\n"
2847@@ -15,8 +19,13 @@
2848 "Content-Type: text/plain; charset=UTF-8\n"
2849 "Content-Transfer-Encoding: 8bit\n"
2850 "Plural-Forms: nplurals=2; plural=n != 1;\n"
2851+<<<<<<< TREE
2852 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
2853 "X-Generator: Launchpad (build 18246)\n"
2854+=======
2855+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
2856+"X-Generator: Launchpad (build 18255)\n"
2857+>>>>>>> MERGE-SOURCE
2858
2859 #: plugins/LightDM/Greeter.cpp:123
2860 msgid "Password: "
2861@@ -311,26 +320,26 @@
2862 msgid "Preview Share Item"
2863 msgstr ""
2864
2865-#: qml/Dash/DashPageHeader.qml:362
2866+#: qml/Dash/DashPageHeader.qml:361
2867 msgctxt "Button: Open the Ubuntu Store"
2868 msgid "Store"
2869 msgstr "Programarejo"
2870
2871-#: qml/Dash/DashPageHeader.qml:369
2872+#: qml/Dash/DashPageHeader.qml:368
2873 msgctxt "Button: Start a search in the current dash scope"
2874 msgid "Search"
2875 msgstr "Serĉi"
2876
2877-#: qml/Dash/DashPageHeader.qml:379
2878+#: qml/Dash/DashPageHeader.qml:378
2879 msgctxt "Button: Show the current dash scope settings"
2880 msgid "Settings"
2881 msgstr "Agordoj"
2882
2883-#: qml/Dash/DashPageHeader.qml:386
2884+#: qml/Dash/DashPageHeader.qml:385
2885 msgid "Remove from Favorites"
2886 msgstr ""
2887
2888-#: qml/Dash/DashPageHeader.qml:386
2889+#: qml/Dash/DashPageHeader.qml:385
2890 msgid "Add to Favorites"
2891 msgstr "Aldoni al favoritoj"
2892
2893@@ -342,15 +351,15 @@
2894 msgid "Reset"
2895 msgstr ""
2896
2897-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
2898+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
2899 msgid "Show less"
2900 msgstr ""
2901
2902-#: qml/Dash/GenericScopeView.qml:586
2903+#: qml/Dash/GenericScopeView.qml:545
2904 msgid "Show all"
2905 msgstr ""
2906
2907-#: qml/Dash/GenericScopeView.qml:643
2908+#: qml/Dash/GenericScopeView.qml:576
2909 msgctxt "Label: Hint for dash search line edit"
2910 msgid "Search"
2911 msgstr "Serĉi"
2912@@ -363,24 +372,24 @@
2913 msgid "Clear All"
2914 msgstr ""
2915
2916-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2917+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2918 msgid "More..."
2919 msgstr "Pli…"
2920
2921-#: qml/Dash/Previews/PreviewActionCombo.qml:35
2922+#: qml/Dash/Previews/PreviewActionCombo.qml:36
2923 msgid "Less..."
2924 msgstr "Malpli..."
2925
2926 #: qml/Dash/Previews/PreviewCommentInput.qml:83
2927-#: qml/Dash/Previews/PreviewRatingInput.qml:201
2928+#: qml/Dash/Previews/PreviewRatingInput.qml:202
2929 msgid "Send"
2930 msgstr "Sendi"
2931
2932-#: qml/Dash/Previews/PreviewRatingInput.qml:108
2933+#: qml/Dash/Previews/PreviewRatingInput.qml:109
2934 msgid "Rate this"
2935 msgstr ""
2936
2937-#: qml/Dash/Previews/PreviewRatingInput.qml:183
2938+#: qml/Dash/Previews/PreviewRatingInput.qml:184
2939 msgid "Add a review"
2940 msgstr ""
2941
2942
2943=== modified file 'po/es.po'
2944--- po/es.po 2016-11-08 05:41:47 +0000
2945+++ po/es.po 2016-11-14 12:06:52 +0000
2946@@ -7,7 +7,11 @@
2947 msgstr ""
2948 "Project-Id-Version: unity\n"
2949 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2950+<<<<<<< TREE
2951 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
2952+=======
2953+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
2954+>>>>>>> MERGE-SOURCE
2955 "PO-Revision-Date: 2016-03-25 12:02+0000\n"
2956 "Last-Translator: Adolfo Jayme <fitoschido@gmail.com>\n"
2957 "Language-Team: Spanish <es@li.org>\n"
2958@@ -15,8 +19,13 @@
2959 "Content-Type: text/plain; charset=UTF-8\n"
2960 "Content-Transfer-Encoding: 8bit\n"
2961 "Plural-Forms: nplurals=2; plural=n != 1;\n"
2962+<<<<<<< TREE
2963 "X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
2964 "X-Generator: Launchpad (build 18246)\n"
2965+=======
2966+"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
2967+"X-Generator: Launchpad (build 18255)\n"
2968+>>>>>>> MERGE-SOURCE
2969
2970 #: plugins/LightDM/Greeter.cpp:123
2971 msgid "Password: "
2972@@ -314,26 +323,26 @@
2973 msgid "Preview Share Item"
2974 msgstr "Revisar elemento compartido"
2975
2976-#: qml/Dash/DashPageHeader.qml:362
2977+#: qml/Dash/DashPageHeader.qml:361
2978 msgctxt "Button: Open the Ubuntu Store"
2979 msgid "Store"
2980 msgstr "Tienda"
2981
2982-#: qml/Dash/DashPageHeader.qml:369
2983+#: qml/Dash/DashPageHeader.qml:368
2984 msgctxt "Button: Start a search in the current dash scope"
2985 msgid "Search"
2986 msgstr "Buscar"
2987
2988-#: qml/Dash/DashPageHeader.qml:379
2989+#: qml/Dash/DashPageHeader.qml:378
2990 msgctxt "Button: Show the current dash scope settings"
2991 msgid "Settings"
2992 msgstr "Ajustes"
2993
2994-#: qml/Dash/DashPageHeader.qml:386
2995+#: qml/Dash/DashPageHeader.qml:385
2996 msgid "Remove from Favorites"
2997 msgstr "Quitar de favoritos"
2998
2999-#: qml/Dash/DashPageHeader.qml:386
3000+#: qml/Dash/DashPageHeader.qml:385
3001 msgid "Add to Favorites"
3002 msgstr "Añadir a favoritos"
3003
3004@@ -345,15 +354,15 @@
3005 msgid "Reset"
3006 msgstr "Restablecer"
3007
3008-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
3009+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
3010 msgid "Show less"
3011 msgstr "Mostrar menos"
3012
3013-#: qml/Dash/GenericScopeView.qml:586
3014+#: qml/Dash/GenericScopeView.qml:545
3015 msgid "Show all"
3016 msgstr "Mostrar todo"
3017
3018-#: qml/Dash/GenericScopeView.qml:643
3019+#: qml/Dash/GenericScopeView.qml:576
3020 msgctxt "Label: Hint for dash search line edit"
3021 msgid "Search"
3022 msgstr "Búsqueda"
3023@@ -366,24 +375,24 @@
3024 msgid "Clear All"
3025 msgstr "Borrar todo"
3026
3027-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3028+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3029 msgid "More..."
3030 msgstr "Más…"
3031
3032-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3033+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3034 msgid "Less..."
3035 msgstr "Menos…"
3036
3037 #: qml/Dash/Previews/PreviewCommentInput.qml:83
3038-#: qml/Dash/Previews/PreviewRatingInput.qml:201
3039+#: qml/Dash/Previews/PreviewRatingInput.qml:202
3040 msgid "Send"
3041 msgstr "Enviar"
3042
3043-#: qml/Dash/Previews/PreviewRatingInput.qml:108
3044+#: qml/Dash/Previews/PreviewRatingInput.qml:109
3045 msgid "Rate this"
3046 msgstr "Valorar esto"
3047
3048-#: qml/Dash/Previews/PreviewRatingInput.qml:183
3049+#: qml/Dash/Previews/PreviewRatingInput.qml:184
3050 msgid "Add a review"
3051 msgstr "Añadir una reseña"
3052
3053
3054=== modified file 'po/eu.po'
3055--- po/eu.po 2016-11-08 05:41:47 +0000
3056+++ po/eu.po 2016-11-14 12:06:52 +0000
3057@@ -7,7 +7,11 @@
3058 msgstr ""
3059 "Project-Id-Version: unity8\n"
3060 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3061+<<<<<<< TREE
3062 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
3063+=======
3064+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
3065+>>>>>>> MERGE-SOURCE
3066 "PO-Revision-Date: 2015-07-13 23:29+0000\n"
3067 "Last-Translator: Ibai Oihanguren Sala <Unknown>\n"
3068 "Language-Team: Basque <eu@li.org>\n"
3069@@ -15,8 +19,13 @@
3070 "Content-Type: text/plain; charset=UTF-8\n"
3071 "Content-Transfer-Encoding: 8bit\n"
3072 "Plural-Forms: nplurals=2; plural=n != 1;\n"
3073+<<<<<<< TREE
3074 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
3075 "X-Generator: Launchpad (build 18246)\n"
3076+=======
3077+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
3078+"X-Generator: Launchpad (build 18255)\n"
3079+>>>>>>> MERGE-SOURCE
3080
3081 #: plugins/LightDM/Greeter.cpp:123
3082 msgid "Password: "
3083@@ -311,26 +320,26 @@
3084 msgid "Preview Share Item"
3085 msgstr ""
3086
3087-#: qml/Dash/DashPageHeader.qml:362
3088+#: qml/Dash/DashPageHeader.qml:361
3089 msgctxt "Button: Open the Ubuntu Store"
3090 msgid "Store"
3091 msgstr "Denda"
3092
3093-#: qml/Dash/DashPageHeader.qml:369
3094+#: qml/Dash/DashPageHeader.qml:368
3095 msgctxt "Button: Start a search in the current dash scope"
3096 msgid "Search"
3097 msgstr "Bilatu"
3098
3099-#: qml/Dash/DashPageHeader.qml:379
3100+#: qml/Dash/DashPageHeader.qml:378
3101 msgctxt "Button: Show the current dash scope settings"
3102 msgid "Settings"
3103 msgstr "Ezarpenak"
3104
3105-#: qml/Dash/DashPageHeader.qml:386
3106+#: qml/Dash/DashPageHeader.qml:385
3107 msgid "Remove from Favorites"
3108 msgstr "Kendu gogokoetatik"
3109
3110-#: qml/Dash/DashPageHeader.qml:386
3111+#: qml/Dash/DashPageHeader.qml:385
3112 msgid "Add to Favorites"
3113 msgstr "Gehitu gogokoetara"
3114
3115@@ -342,15 +351,15 @@
3116 msgid "Reset"
3117 msgstr ""
3118
3119-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
3120+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
3121 msgid "Show less"
3122 msgstr ""
3123
3124-#: qml/Dash/GenericScopeView.qml:586
3125+#: qml/Dash/GenericScopeView.qml:545
3126 msgid "Show all"
3127 msgstr ""
3128
3129-#: qml/Dash/GenericScopeView.qml:643
3130+#: qml/Dash/GenericScopeView.qml:576
3131 msgctxt "Label: Hint for dash search line edit"
3132 msgid "Search"
3133 msgstr "Bilatu"
3134@@ -363,24 +372,24 @@
3135 msgid "Clear All"
3136 msgstr ""
3137
3138-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3139+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3140 msgid "More..."
3141 msgstr "Gehiago..."
3142
3143-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3144+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3145 msgid "Less..."
3146 msgstr "Gutxiago..."
3147
3148 #: qml/Dash/Previews/PreviewCommentInput.qml:83
3149-#: qml/Dash/Previews/PreviewRatingInput.qml:201
3150+#: qml/Dash/Previews/PreviewRatingInput.qml:202
3151 msgid "Send"
3152 msgstr "Bidali"
3153
3154-#: qml/Dash/Previews/PreviewRatingInput.qml:108
3155+#: qml/Dash/Previews/PreviewRatingInput.qml:109
3156 msgid "Rate this"
3157 msgstr "Puntuatu hau"
3158
3159-#: qml/Dash/Previews/PreviewRatingInput.qml:183
3160+#: qml/Dash/Previews/PreviewRatingInput.qml:184
3161 msgid "Add a review"
3162 msgstr "Gehitu kritika"
3163
3164
3165=== modified file 'po/fa.po'
3166--- po/fa.po 2016-11-08 05:41:47 +0000
3167+++ po/fa.po 2016-11-14 12:06:52 +0000
3168@@ -7,7 +7,11 @@
3169 msgstr ""
3170 "Project-Id-Version: unity8\n"
3171 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3172+<<<<<<< TREE
3173 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
3174+=======
3175+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
3176+>>>>>>> MERGE-SOURCE
3177 "PO-Revision-Date: 2016-10-18 07:03+0000\n"
3178 "Last-Translator: Danial Behzadi <dani.behzi@gmail.com>\n"
3179 "Language-Team: Persian <fa@li.org>\n"
3180@@ -15,8 +19,13 @@
3181 "Content-Type: text/plain; charset=UTF-8\n"
3182 "Content-Transfer-Encoding: 8bit\n"
3183 "Plural-Forms: nplurals=1; plural=0;\n"
3184+<<<<<<< TREE
3185 "X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
3186 "X-Generator: Launchpad (build 18246)\n"
3187+=======
3188+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
3189+"X-Generator: Launchpad (build 18255)\n"
3190+>>>>>>> MERGE-SOURCE
3191
3192 #: plugins/LightDM/Greeter.cpp:123
3193 msgid "Password: "
3194@@ -314,26 +323,26 @@
3195 msgid "Preview Share Item"
3196 msgstr "پیش‌نمای مورد هم‌رسانی"
3197
3198-#: qml/Dash/DashPageHeader.qml:362
3199+#: qml/Dash/DashPageHeader.qml:361
3200 msgctxt "Button: Open the Ubuntu Store"
3201 msgid "Store"
3202 msgstr "ذخیره"
3203
3204-#: qml/Dash/DashPageHeader.qml:369
3205+#: qml/Dash/DashPageHeader.qml:368
3206 msgctxt "Button: Start a search in the current dash scope"
3207 msgid "Search"
3208 msgstr "جست‌وجو"
3209
3210-#: qml/Dash/DashPageHeader.qml:379
3211+#: qml/Dash/DashPageHeader.qml:378
3212 msgctxt "Button: Show the current dash scope settings"
3213 msgid "Settings"
3214 msgstr "تنظیمات"
3215
3216-#: qml/Dash/DashPageHeader.qml:386
3217+#: qml/Dash/DashPageHeader.qml:385
3218 msgid "Remove from Favorites"
3219 msgstr "برداشتن از برگزیده‌ها"
3220
3221-#: qml/Dash/DashPageHeader.qml:386
3222+#: qml/Dash/DashPageHeader.qml:385
3223 msgid "Add to Favorites"
3224 msgstr "افزودن به برگزیده‌ها"
3225
3226@@ -345,15 +354,15 @@
3227 msgid "Reset"
3228 msgstr "بازنشانی"
3229
3230-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
3231+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
3232 msgid "Show less"
3233 msgstr "نمایش کم‌تر"
3234
3235-#: qml/Dash/GenericScopeView.qml:586
3236+#: qml/Dash/GenericScopeView.qml:545
3237 msgid "Show all"
3238 msgstr "نمایش همه"
3239
3240-#: qml/Dash/GenericScopeView.qml:643
3241+#: qml/Dash/GenericScopeView.qml:576
3242 msgctxt "Label: Hint for dash search line edit"
3243 msgid "Search"
3244 msgstr "جست‌وجو"
3245@@ -366,24 +375,24 @@
3246 msgid "Clear All"
3247 msgstr "پاک‌سازی همه"
3248
3249-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3250+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3251 msgid "More..."
3252 msgstr "بیش‌تر…"
3253
3254-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3255+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3256 msgid "Less..."
3257 msgstr "کم‌تر…"
3258
3259 #: qml/Dash/Previews/PreviewCommentInput.qml:83
3260-#: qml/Dash/Previews/PreviewRatingInput.qml:201
3261+#: qml/Dash/Previews/PreviewRatingInput.qml:202
3262 msgid "Send"
3263 msgstr "ارسال"
3264
3265-#: qml/Dash/Previews/PreviewRatingInput.qml:108
3266+#: qml/Dash/Previews/PreviewRatingInput.qml:109
3267 msgid "Rate this"
3268 msgstr "امتیاز دادن"
3269
3270-#: qml/Dash/Previews/PreviewRatingInput.qml:183
3271+#: qml/Dash/Previews/PreviewRatingInput.qml:184
3272 msgid "Add a review"
3273 msgstr "افزودن یک بازبینی"
3274
3275
3276=== modified file 'po/fi.po'
3277--- po/fi.po 2016-11-08 05:41:47 +0000
3278+++ po/fi.po 2016-11-14 12:06:52 +0000
3279@@ -7,7 +7,11 @@
3280 msgstr ""
3281 "Project-Id-Version: unity\n"
3282 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3283+<<<<<<< TREE
3284 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
3285+=======
3286+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
3287+>>>>>>> MERGE-SOURCE
3288 "PO-Revision-Date: 2015-07-04 18:32+0000\n"
3289 "Last-Translator: Jiri Grönroos <Unknown>\n"
3290 "Language-Team: Finnish <fi@li.org>\n"
3291@@ -15,8 +19,13 @@
3292 "Content-Type: text/plain; charset=UTF-8\n"
3293 "Content-Transfer-Encoding: 8bit\n"
3294 "Plural-Forms: nplurals=2; plural=n != 1;\n"
3295+<<<<<<< TREE
3296 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
3297 "X-Generator: Launchpad (build 18246)\n"
3298+=======
3299+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
3300+"X-Generator: Launchpad (build 18255)\n"
3301+>>>>>>> MERGE-SOURCE
3302
3303 #: plugins/LightDM/Greeter.cpp:123
3304 msgid "Password: "
3305@@ -315,26 +324,26 @@
3306 msgid "Preview Share Item"
3307 msgstr "Jaon esikatselu"
3308
3309-#: qml/Dash/DashPageHeader.qml:362
3310+#: qml/Dash/DashPageHeader.qml:361
3311 msgctxt "Button: Open the Ubuntu Store"
3312 msgid "Store"
3313 msgstr "Kauppa"
3314
3315-#: qml/Dash/DashPageHeader.qml:369
3316+#: qml/Dash/DashPageHeader.qml:368
3317 msgctxt "Button: Start a search in the current dash scope"
3318 msgid "Search"
3319 msgstr "Etsi"
3320
3321-#: qml/Dash/DashPageHeader.qml:379
3322+#: qml/Dash/DashPageHeader.qml:378
3323 msgctxt "Button: Show the current dash scope settings"
3324 msgid "Settings"
3325 msgstr "Asetukset"
3326
3327-#: qml/Dash/DashPageHeader.qml:386
3328+#: qml/Dash/DashPageHeader.qml:385
3329 msgid "Remove from Favorites"
3330 msgstr "Poista suosikeista"
3331
3332-#: qml/Dash/DashPageHeader.qml:386
3333+#: qml/Dash/DashPageHeader.qml:385
3334 msgid "Add to Favorites"
3335 msgstr "Lisää suosikkeihin"
3336
3337@@ -346,15 +355,15 @@
3338 msgid "Reset"
3339 msgstr "Palauta"
3340
3341-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
3342+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
3343 msgid "Show less"
3344 msgstr "Näytä vähemmän"
3345
3346-#: qml/Dash/GenericScopeView.qml:586
3347+#: qml/Dash/GenericScopeView.qml:545
3348 msgid "Show all"
3349 msgstr "Näytä kaikki"
3350
3351-#: qml/Dash/GenericScopeView.qml:643
3352+#: qml/Dash/GenericScopeView.qml:576
3353 msgctxt "Label: Hint for dash search line edit"
3354 msgid "Search"
3355 msgstr "Etsi"
3356@@ -367,24 +376,24 @@
3357 msgid "Clear All"
3358 msgstr "Tyhjennä kaikki"
3359
3360-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3361+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3362 msgid "More..."
3363 msgstr "Lisää..."
3364
3365-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3366+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3367 msgid "Less..."
3368 msgstr "Vähemmän..."
3369
3370 #: qml/Dash/Previews/PreviewCommentInput.qml:83
3371-#: qml/Dash/Previews/PreviewRatingInput.qml:201
3372+#: qml/Dash/Previews/PreviewRatingInput.qml:202
3373 msgid "Send"
3374 msgstr "Lähetä"
3375
3376-#: qml/Dash/Previews/PreviewRatingInput.qml:108
3377+#: qml/Dash/Previews/PreviewRatingInput.qml:109
3378 msgid "Rate this"
3379 msgstr "Arvioi tämä"
3380
3381-#: qml/Dash/Previews/PreviewRatingInput.qml:183
3382+#: qml/Dash/Previews/PreviewRatingInput.qml:184
3383 msgid "Add a review"
3384 msgstr "Lisää arvostelu"
3385
3386
3387=== modified file 'po/fo.po'
3388--- po/fo.po 2016-11-08 05:41:47 +0000
3389+++ po/fo.po 2016-11-14 12:06:52 +0000
3390@@ -7,7 +7,11 @@
3391 msgstr ""
3392 "Project-Id-Version: unity\n"
3393 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3394+<<<<<<< TREE
3395 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
3396+=======
3397+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
3398+>>>>>>> MERGE-SOURCE
3399 "PO-Revision-Date: 2014-01-14 20:08+0000\n"
3400 "Last-Translator: Jógvan Olsen <jo@jebster.net>\n"
3401 "Language-Team: Faroese <fo@li.org>\n"
3402@@ -15,8 +19,13 @@
3403 "Content-Type: text/plain; charset=UTF-8\n"
3404 "Content-Transfer-Encoding: 8bit\n"
3405 "Plural-Forms: nplurals=2; plural=n != 1;\n"
3406+<<<<<<< TREE
3407 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
3408 "X-Generator: Launchpad (build 18246)\n"
3409+=======
3410+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
3411+"X-Generator: Launchpad (build 18255)\n"
3412+>>>>>>> MERGE-SOURCE
3413
3414 #: plugins/LightDM/Greeter.cpp:123
3415 msgid "Password: "
3416@@ -313,26 +322,26 @@
3417 msgid "Preview Share Item"
3418 msgstr ""
3419
3420-#: qml/Dash/DashPageHeader.qml:362
3421+#: qml/Dash/DashPageHeader.qml:361
3422 msgctxt "Button: Open the Ubuntu Store"
3423 msgid "Store"
3424 msgstr "Handil"
3425
3426-#: qml/Dash/DashPageHeader.qml:369
3427+#: qml/Dash/DashPageHeader.qml:368
3428 msgctxt "Button: Start a search in the current dash scope"
3429 msgid "Search"
3430 msgstr "Leita"
3431
3432-#: qml/Dash/DashPageHeader.qml:379
3433+#: qml/Dash/DashPageHeader.qml:378
3434 msgctxt "Button: Show the current dash scope settings"
3435 msgid "Settings"
3436 msgstr "Stillingar"
3437
3438-#: qml/Dash/DashPageHeader.qml:386
3439+#: qml/Dash/DashPageHeader.qml:385
3440 msgid "Remove from Favorites"
3441 msgstr ""
3442
3443-#: qml/Dash/DashPageHeader.qml:386
3444+#: qml/Dash/DashPageHeader.qml:385
3445 msgid "Add to Favorites"
3446 msgstr ""
3447
3448@@ -344,15 +353,15 @@
3449 msgid "Reset"
3450 msgstr "Tómstilla"
3451
3452-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
3453+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
3454 msgid "Show less"
3455 msgstr "Sý minni"
3456
3457-#: qml/Dash/GenericScopeView.qml:586
3458+#: qml/Dash/GenericScopeView.qml:545
3459 msgid "Show all"
3460 msgstr "Sý alt"
3461
3462-#: qml/Dash/GenericScopeView.qml:643
3463+#: qml/Dash/GenericScopeView.qml:576
3464 msgctxt "Label: Hint for dash search line edit"
3465 msgid "Search"
3466 msgstr "Leita"
3467@@ -365,24 +374,24 @@
3468 msgid "Clear All"
3469 msgstr "Strika Alt"
3470
3471-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3472+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3473 msgid "More..."
3474 msgstr "Meira..."
3475
3476-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3477+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3478 msgid "Less..."
3479 msgstr "Minni..."
3480
3481 #: qml/Dash/Previews/PreviewCommentInput.qml:83
3482-#: qml/Dash/Previews/PreviewRatingInput.qml:201
3483+#: qml/Dash/Previews/PreviewRatingInput.qml:202
3484 msgid "Send"
3485 msgstr "Send"
3486
3487-#: qml/Dash/Previews/PreviewRatingInput.qml:108
3488+#: qml/Dash/Previews/PreviewRatingInput.qml:109
3489 msgid "Rate this"
3490 msgstr ""
3491
3492-#: qml/Dash/Previews/PreviewRatingInput.qml:183
3493+#: qml/Dash/Previews/PreviewRatingInput.qml:184
3494 msgid "Add a review"
3495 msgstr ""
3496
3497
3498=== modified file 'po/fr.po'
3499--- po/fr.po 2016-11-08 05:41:47 +0000
3500+++ po/fr.po 2016-11-14 12:06:52 +0000
3501@@ -7,7 +7,11 @@
3502 msgstr ""
3503 "Project-Id-Version: unity\n"
3504 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3505+<<<<<<< TREE
3506 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
3507+=======
3508+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
3509+>>>>>>> MERGE-SOURCE
3510 "PO-Revision-Date: 2016-10-02 08:06+0000\n"
3511 "Last-Translator: Olivier Febwin <febwin@free.fr>\n"
3512 "Language-Team: French <fr@li.org>\n"
3513@@ -15,8 +19,13 @@
3514 "Content-Type: text/plain; charset=UTF-8\n"
3515 "Content-Transfer-Encoding: 8bit\n"
3516 "Plural-Forms: nplurals=2; plural=n > 1;\n"
3517+<<<<<<< TREE
3518 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
3519 "X-Generator: Launchpad (build 18246)\n"
3520+=======
3521+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
3522+"X-Generator: Launchpad (build 18255)\n"
3523+>>>>>>> MERGE-SOURCE
3524
3525 #: plugins/LightDM/Greeter.cpp:123
3526 msgid "Password: "
3527@@ -317,26 +326,26 @@
3528 msgid "Preview Share Item"
3529 msgstr "Aperçu de l'élément partagé"
3530
3531-#: qml/Dash/DashPageHeader.qml:362
3532+#: qml/Dash/DashPageHeader.qml:361
3533 msgctxt "Button: Open the Ubuntu Store"
3534 msgid "Store"
3535 msgstr "Logithèque"
3536
3537-#: qml/Dash/DashPageHeader.qml:369
3538+#: qml/Dash/DashPageHeader.qml:368
3539 msgctxt "Button: Start a search in the current dash scope"
3540 msgid "Search"
3541 msgstr "Rechercher"
3542
3543-#: qml/Dash/DashPageHeader.qml:379
3544+#: qml/Dash/DashPageHeader.qml:378
3545 msgctxt "Button: Show the current dash scope settings"
3546 msgid "Settings"
3547 msgstr "Paramètres"
3548
3549-#: qml/Dash/DashPageHeader.qml:386
3550+#: qml/Dash/DashPageHeader.qml:385
3551 msgid "Remove from Favorites"
3552 msgstr "Retirer des favoris"
3553
3554-#: qml/Dash/DashPageHeader.qml:386
3555+#: qml/Dash/DashPageHeader.qml:385
3556 msgid "Add to Favorites"
3557 msgstr "Ajouter aux favoris"
3558
3559@@ -348,15 +357,15 @@
3560 msgid "Reset"
3561 msgstr "Réinitialiser"
3562
3563-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
3564+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
3565 msgid "Show less"
3566 msgstr "Afficher plus"
3567
3568-#: qml/Dash/GenericScopeView.qml:586
3569+#: qml/Dash/GenericScopeView.qml:545
3570 msgid "Show all"
3571 msgstr "Tout afficher"
3572
3573-#: qml/Dash/GenericScopeView.qml:643
3574+#: qml/Dash/GenericScopeView.qml:576
3575 msgctxt "Label: Hint for dash search line edit"
3576 msgid "Search"
3577 msgstr "Rechercher"
3578@@ -369,24 +378,24 @@
3579 msgid "Clear All"
3580 msgstr "Tout effacer"
3581
3582-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3583+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3584 msgid "More..."
3585 msgstr "Plus..."
3586
3587-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3588+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3589 msgid "Less..."
3590 msgstr "Moins..."
3591
3592 #: qml/Dash/Previews/PreviewCommentInput.qml:83
3593-#: qml/Dash/Previews/PreviewRatingInput.qml:201
3594+#: qml/Dash/Previews/PreviewRatingInput.qml:202
3595 msgid "Send"
3596 msgstr "Envoyer"
3597
3598-#: qml/Dash/Previews/PreviewRatingInput.qml:108
3599+#: qml/Dash/Previews/PreviewRatingInput.qml:109
3600 msgid "Rate this"
3601 msgstr "Évaluez ceci"
3602
3603-#: qml/Dash/Previews/PreviewRatingInput.qml:183
3604+#: qml/Dash/Previews/PreviewRatingInput.qml:184
3605 msgid "Add a review"
3606 msgstr "Ajouter un avis"
3607
3608
3609=== modified file 'po/ga.po'
3610--- po/ga.po 2016-11-08 05:41:47 +0000
3611+++ po/ga.po 2016-11-14 12:06:52 +0000
3612@@ -7,7 +7,11 @@
3613 msgstr ""
3614 "Project-Id-Version: unity8\n"
3615 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3616+<<<<<<< TREE
3617 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
3618+=======
3619+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
3620+>>>>>>> MERGE-SOURCE
3621 "PO-Revision-Date: 2016-01-25 11:33+0000\n"
3622 "Last-Translator: Joshua Kiley <Unknown>\n"
3623 "Language-Team: Irish <ga@li.org>\n"
3624@@ -15,8 +19,13 @@
3625 "Content-Type: text/plain; charset=UTF-8\n"
3626 "Content-Transfer-Encoding: 8bit\n"
3627 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n"
3628+<<<<<<< TREE
3629 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
3630 "X-Generator: Launchpad (build 18246)\n"
3631+=======
3632+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
3633+"X-Generator: Launchpad (build 18255)\n"
3634+>>>>>>> MERGE-SOURCE
3635
3636 #: plugins/LightDM/Greeter.cpp:123
3637 msgid "Password: "
3638@@ -311,26 +320,26 @@
3639 msgid "Preview Share Item"
3640 msgstr "Réamhthaispeántas Rud Le Chéile"
3641
3642-#: qml/Dash/DashPageHeader.qml:362
3643+#: qml/Dash/DashPageHeader.qml:361
3644 msgctxt "Button: Open the Ubuntu Store"
3645 msgid "Store"
3646 msgstr "Siopa"
3647
3648-#: qml/Dash/DashPageHeader.qml:369
3649+#: qml/Dash/DashPageHeader.qml:368
3650 msgctxt "Button: Start a search in the current dash scope"
3651 msgid "Search"
3652 msgstr "Cuardach"
3653
3654-#: qml/Dash/DashPageHeader.qml:379
3655+#: qml/Dash/DashPageHeader.qml:378
3656 msgctxt "Button: Show the current dash scope settings"
3657 msgid "Settings"
3658 msgstr "Socruithe"
3659
3660-#: qml/Dash/DashPageHeader.qml:386
3661+#: qml/Dash/DashPageHeader.qml:385
3662 msgid "Remove from Favorites"
3663 msgstr "Bain ó Cheanáin"
3664
3665-#: qml/Dash/DashPageHeader.qml:386
3666+#: qml/Dash/DashPageHeader.qml:385
3667 msgid "Add to Favorites"
3668 msgstr "Cuir le Ceanáin"
3669
3670@@ -342,15 +351,15 @@
3671 msgid "Reset"
3672 msgstr ""
3673
3674-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
3675+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
3676 msgid "Show less"
3677 msgstr ""
3678
3679-#: qml/Dash/GenericScopeView.qml:586
3680+#: qml/Dash/GenericScopeView.qml:545
3681 msgid "Show all"
3682 msgstr ""
3683
3684-#: qml/Dash/GenericScopeView.qml:643
3685+#: qml/Dash/GenericScopeView.qml:576
3686 msgctxt "Label: Hint for dash search line edit"
3687 msgid "Search"
3688 msgstr "Cuardach"
3689@@ -363,24 +372,24 @@
3690 msgid "Clear All"
3691 msgstr ""
3692
3693-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3694+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3695 msgid "More..."
3696 msgstr "Tuilleadh..."
3697
3698-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3699+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3700 msgid "Less..."
3701 msgstr "Níos lú..."
3702
3703 #: qml/Dash/Previews/PreviewCommentInput.qml:83
3704-#: qml/Dash/Previews/PreviewRatingInput.qml:201
3705+#: qml/Dash/Previews/PreviewRatingInput.qml:202
3706 msgid "Send"
3707 msgstr "Seol"
3708
3709-#: qml/Dash/Previews/PreviewRatingInput.qml:108
3710+#: qml/Dash/Previews/PreviewRatingInput.qml:109
3711 msgid "Rate this"
3712 msgstr "Grádaigh é seo"
3713
3714-#: qml/Dash/Previews/PreviewRatingInput.qml:183
3715+#: qml/Dash/Previews/PreviewRatingInput.qml:184
3716 msgid "Add a review"
3717 msgstr "Cuir léirmheas leis"
3718
3719
3720=== modified file 'po/gd.po'
3721--- po/gd.po 2016-11-08 05:41:47 +0000
3722+++ po/gd.po 2016-11-14 12:06:52 +0000
3723@@ -7,7 +7,11 @@
3724 msgstr ""
3725 "Project-Id-Version: unity8\n"
3726 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3727+<<<<<<< TREE
3728 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
3729+=======
3730+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
3731+>>>>>>> MERGE-SOURCE
3732 "PO-Revision-Date: 2016-04-08 18:34+0000\n"
3733 "Last-Translator: Akerbeltz <fios@akerbeltz.org>\n"
3734 "Language-Team: Fòram na Gàidhlig\n"
3735@@ -16,8 +20,13 @@
3736 "Content-Transfer-Encoding: 8bit\n"
3737 "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
3738 "(n > 2 && n < 20) ? 2 : 3;\n"
3739+<<<<<<< TREE
3740 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
3741 "X-Generator: Launchpad (build 18246)\n"
3742+=======
3743+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
3744+"X-Generator: Launchpad (build 18255)\n"
3745+>>>>>>> MERGE-SOURCE
3746 "Language: gd\n"
3747
3748 #: plugins/LightDM/Greeter.cpp:123
3749@@ -317,26 +326,26 @@
3750 msgid "Preview Share Item"
3751 msgstr "Ro-sheall an nì co-roinnidh"
3752
3753-#: qml/Dash/DashPageHeader.qml:362
3754+#: qml/Dash/DashPageHeader.qml:361
3755 msgctxt "Button: Open the Ubuntu Store"
3756 msgid "Store"
3757 msgstr "Am bùth"
3758
3759-#: qml/Dash/DashPageHeader.qml:369
3760+#: qml/Dash/DashPageHeader.qml:368
3761 msgctxt "Button: Start a search in the current dash scope"
3762 msgid "Search"
3763 msgstr "Lorg"
3764
3765-#: qml/Dash/DashPageHeader.qml:379
3766+#: qml/Dash/DashPageHeader.qml:378
3767 msgctxt "Button: Show the current dash scope settings"
3768 msgid "Settings"
3769 msgstr "Roghainnean"
3770
3771-#: qml/Dash/DashPageHeader.qml:386
3772+#: qml/Dash/DashPageHeader.qml:385
3773 msgid "Remove from Favorites"
3774 msgstr "Thoir air falbh o na h-annsachdan"
3775
3776-#: qml/Dash/DashPageHeader.qml:386
3777+#: qml/Dash/DashPageHeader.qml:385
3778 msgid "Add to Favorites"
3779 msgstr "Cuir ris na h-annsachdan"
3780
3781@@ -348,15 +357,15 @@
3782 msgid "Reset"
3783 msgstr "Ath-shuidhich"
3784
3785-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
3786+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
3787 msgid "Show less"
3788 msgstr "Seall nas lugha dhiubh"
3789
3790-#: qml/Dash/GenericScopeView.qml:586
3791+#: qml/Dash/GenericScopeView.qml:545
3792 msgid "Show all"
3793 msgstr "Seall na h-uile"
3794
3795-#: qml/Dash/GenericScopeView.qml:643
3796+#: qml/Dash/GenericScopeView.qml:576
3797 msgctxt "Label: Hint for dash search line edit"
3798 msgid "Search"
3799 msgstr "Lorg"
3800@@ -369,24 +378,24 @@
3801 msgid "Clear All"
3802 msgstr "Falamhaich na h-uile"
3803
3804-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3805+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3806 msgid "More..."
3807 msgstr "Barrachd..."
3808
3809-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3810+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3811 msgid "Less..."
3812 msgstr "Nas lugha..."
3813
3814 #: qml/Dash/Previews/PreviewCommentInput.qml:83
3815-#: qml/Dash/Previews/PreviewRatingInput.qml:201
3816+#: qml/Dash/Previews/PreviewRatingInput.qml:202
3817 msgid "Send"
3818 msgstr "Cuir"
3819
3820-#: qml/Dash/Previews/PreviewRatingInput.qml:108
3821+#: qml/Dash/Previews/PreviewRatingInput.qml:109
3822 msgid "Rate this"
3823 msgstr "Rangaich seo"
3824
3825-#: qml/Dash/Previews/PreviewRatingInput.qml:183
3826+#: qml/Dash/Previews/PreviewRatingInput.qml:184
3827 msgid "Add a review"
3828 msgstr "Cuir lèirmheas ris"
3829
3830
3831=== modified file 'po/gl.po'
3832--- po/gl.po 2016-11-08 05:41:47 +0000
3833+++ po/gl.po 2016-11-14 12:06:52 +0000
3834@@ -7,7 +7,11 @@
3835 msgstr ""
3836 "Project-Id-Version: unity\n"
3837 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3838+<<<<<<< TREE
3839 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
3840+=======
3841+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
3842+>>>>>>> MERGE-SOURCE
3843 "PO-Revision-Date: 2016-01-15 14:56+0000\n"
3844 "Last-Translator: Marcos Lans <Unknown>\n"
3845 "Language-Team: Galician <gl@li.org>\n"
3846@@ -15,8 +19,13 @@
3847 "Content-Type: text/plain; charset=UTF-8\n"
3848 "Content-Transfer-Encoding: 8bit\n"
3849 "Plural-Forms: nplurals=2; plural=n != 1;\n"
3850+<<<<<<< TREE
3851 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
3852 "X-Generator: Launchpad (build 18246)\n"
3853+=======
3854+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
3855+"X-Generator: Launchpad (build 18255)\n"
3856+>>>>>>> MERGE-SOURCE
3857
3858 #: plugins/LightDM/Greeter.cpp:123
3859 msgid "Password: "
3860@@ -313,26 +322,26 @@
3861 msgid "Preview Share Item"
3862 msgstr "Ver elemento compartido"
3863
3864-#: qml/Dash/DashPageHeader.qml:362
3865+#: qml/Dash/DashPageHeader.qml:361
3866 msgctxt "Button: Open the Ubuntu Store"
3867 msgid "Store"
3868 msgstr "Tenda"
3869
3870-#: qml/Dash/DashPageHeader.qml:369
3871+#: qml/Dash/DashPageHeader.qml:368
3872 msgctxt "Button: Start a search in the current dash scope"
3873 msgid "Search"
3874 msgstr "Buscar"
3875
3876-#: qml/Dash/DashPageHeader.qml:379
3877+#: qml/Dash/DashPageHeader.qml:378
3878 msgctxt "Button: Show the current dash scope settings"
3879 msgid "Settings"
3880 msgstr "Axustes"
3881
3882-#: qml/Dash/DashPageHeader.qml:386
3883+#: qml/Dash/DashPageHeader.qml:385
3884 msgid "Remove from Favorites"
3885 msgstr "Eliminar dos favoritos"
3886
3887-#: qml/Dash/DashPageHeader.qml:386
3888+#: qml/Dash/DashPageHeader.qml:385
3889 msgid "Add to Favorites"
3890 msgstr "Engadir aos favoritos"
3891
3892@@ -344,15 +353,15 @@
3893 msgid "Reset"
3894 msgstr "Restabelecer"
3895
3896-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
3897+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
3898 msgid "Show less"
3899 msgstr "Mostrar menos"
3900
3901-#: qml/Dash/GenericScopeView.qml:586
3902+#: qml/Dash/GenericScopeView.qml:545
3903 msgid "Show all"
3904 msgstr "Mostrar todo"
3905
3906-#: qml/Dash/GenericScopeView.qml:643
3907+#: qml/Dash/GenericScopeView.qml:576
3908 msgctxt "Label: Hint for dash search line edit"
3909 msgid "Search"
3910 msgstr "Buscar"
3911@@ -365,24 +374,24 @@
3912 msgid "Clear All"
3913 msgstr "Limpar todo"
3914
3915-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3916+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3917 msgid "More..."
3918 msgstr "Máis…"
3919
3920-#: qml/Dash/Previews/PreviewActionCombo.qml:35
3921+#: qml/Dash/Previews/PreviewActionCombo.qml:36
3922 msgid "Less..."
3923 msgstr "Menos..."
3924
3925 #: qml/Dash/Previews/PreviewCommentInput.qml:83
3926-#: qml/Dash/Previews/PreviewRatingInput.qml:201
3927+#: qml/Dash/Previews/PreviewRatingInput.qml:202
3928 msgid "Send"
3929 msgstr "Enviar"
3930
3931-#: qml/Dash/Previews/PreviewRatingInput.qml:108
3932+#: qml/Dash/Previews/PreviewRatingInput.qml:109
3933 msgid "Rate this"
3934 msgstr "Valore isto"
3935
3936-#: qml/Dash/Previews/PreviewRatingInput.qml:183
3937+#: qml/Dash/Previews/PreviewRatingInput.qml:184
3938 msgid "Add a review"
3939 msgstr "Engadir unha opinión"
3940
3941
3942=== modified file 'po/gv.po'
3943--- po/gv.po 2016-11-08 05:41:47 +0000
3944+++ po/gv.po 2016-11-14 12:06:52 +0000
3945@@ -7,7 +7,11 @@
3946 msgstr ""
3947 "Project-Id-Version: unity8\n"
3948 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3949+<<<<<<< TREE
3950 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
3951+=======
3952+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
3953+>>>>>>> MERGE-SOURCE
3954 "PO-Revision-Date: 2015-04-02 14:24+0000\n"
3955 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
3956 "Language-Team: Manx <gv@li.org>\n"
3957@@ -15,8 +19,13 @@
3958 "Content-Type: text/plain; charset=UTF-8\n"
3959 "Content-Transfer-Encoding: 8bit\n"
3960 "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : (n == 2 ? 1 : 2);\n"
3961+<<<<<<< TREE
3962 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
3963 "X-Generator: Launchpad (build 18246)\n"
3964+=======
3965+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
3966+"X-Generator: Launchpad (build 18255)\n"
3967+>>>>>>> MERGE-SOURCE
3968
3969 #: plugins/LightDM/Greeter.cpp:123
3970 msgid "Password: "
3971@@ -313,26 +322,26 @@
3972 msgid "Preview Share Item"
3973 msgstr ""
3974
3975-#: qml/Dash/DashPageHeader.qml:362
3976+#: qml/Dash/DashPageHeader.qml:361
3977 msgctxt "Button: Open the Ubuntu Store"
3978 msgid "Store"
3979 msgstr ""
3980
3981-#: qml/Dash/DashPageHeader.qml:369
3982+#: qml/Dash/DashPageHeader.qml:368
3983 msgctxt "Button: Start a search in the current dash scope"
3984 msgid "Search"
3985 msgstr ""
3986
3987-#: qml/Dash/DashPageHeader.qml:379
3988+#: qml/Dash/DashPageHeader.qml:378
3989 msgctxt "Button: Show the current dash scope settings"
3990 msgid "Settings"
3991 msgstr ""
3992
3993-#: qml/Dash/DashPageHeader.qml:386
3994+#: qml/Dash/DashPageHeader.qml:385
3995 msgid "Remove from Favorites"
3996 msgstr "Jean scughey woish Reihyn"
3997
3998-#: qml/Dash/DashPageHeader.qml:386
3999+#: qml/Dash/DashPageHeader.qml:385
4000 msgid "Add to Favorites"
4001 msgstr "Cur ayns Reihyn"
4002
4003@@ -344,15 +353,15 @@
4004 msgid "Reset"
4005 msgstr ""
4006
4007-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
4008+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
4009 msgid "Show less"
4010 msgstr ""
4011
4012-#: qml/Dash/GenericScopeView.qml:586
4013+#: qml/Dash/GenericScopeView.qml:545
4014 msgid "Show all"
4015 msgstr ""
4016
4017-#: qml/Dash/GenericScopeView.qml:643
4018+#: qml/Dash/GenericScopeView.qml:576
4019 msgctxt "Label: Hint for dash search line edit"
4020 msgid "Search"
4021 msgstr ""
4022@@ -365,24 +374,24 @@
4023 msgid "Clear All"
4024 msgstr ""
4025
4026-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4027+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4028 msgid "More..."
4029 msgstr "Tooilley..."
4030
4031-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4032+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4033 msgid "Less..."
4034 msgstr "Ny sloo..."
4035
4036 #: qml/Dash/Previews/PreviewCommentInput.qml:83
4037-#: qml/Dash/Previews/PreviewRatingInput.qml:201
4038+#: qml/Dash/Previews/PreviewRatingInput.qml:202
4039 msgid "Send"
4040 msgstr "Cur"
4041
4042-#: qml/Dash/Previews/PreviewRatingInput.qml:108
4043+#: qml/Dash/Previews/PreviewRatingInput.qml:109
4044 msgid "Rate this"
4045 msgstr "Jean sessal shoh"
4046
4047-#: qml/Dash/Previews/PreviewRatingInput.qml:183
4048+#: qml/Dash/Previews/PreviewRatingInput.qml:184
4049 msgid "Add a review"
4050 msgstr "Jean aavriwnys"
4051
4052
4053=== modified file 'po/he.po'
4054--- po/he.po 2016-11-08 05:41:47 +0000
4055+++ po/he.po 2016-11-14 12:06:52 +0000
4056@@ -7,7 +7,11 @@
4057 msgstr ""
4058 "Project-Id-Version: unity\n"
4059 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4060+<<<<<<< TREE
4061 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
4062+=======
4063+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
4064+>>>>>>> MERGE-SOURCE
4065 "PO-Revision-Date: 2015-07-12 08:47+0000\n"
4066 "Last-Translator: Yaron <sh.yaron@gmail.com>\n"
4067 "Language-Team: Hebrew <he@li.org>\n"
4068@@ -15,8 +19,13 @@
4069 "Content-Type: text/plain; charset=UTF-8\n"
4070 "Content-Transfer-Encoding: 8bit\n"
4071 "Plural-Forms: nplurals=2; plural=n != 1;\n"
4072+<<<<<<< TREE
4073 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
4074 "X-Generator: Launchpad (build 18246)\n"
4075+=======
4076+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
4077+"X-Generator: Launchpad (build 18255)\n"
4078+>>>>>>> MERGE-SOURCE
4079
4080 #: plugins/LightDM/Greeter.cpp:123
4081 msgid "Password: "
4082@@ -311,26 +320,26 @@
4083 msgid "Preview Share Item"
4084 msgstr ""
4085
4086-#: qml/Dash/DashPageHeader.qml:362
4087+#: qml/Dash/DashPageHeader.qml:361
4088 msgctxt "Button: Open the Ubuntu Store"
4089 msgid "Store"
4090 msgstr "חנות"
4091
4092-#: qml/Dash/DashPageHeader.qml:369
4093+#: qml/Dash/DashPageHeader.qml:368
4094 msgctxt "Button: Start a search in the current dash scope"
4095 msgid "Search"
4096 msgstr "חיפוש"
4097
4098-#: qml/Dash/DashPageHeader.qml:379
4099+#: qml/Dash/DashPageHeader.qml:378
4100 msgctxt "Button: Show the current dash scope settings"
4101 msgid "Settings"
4102 msgstr "הגדרות"
4103
4104-#: qml/Dash/DashPageHeader.qml:386
4105+#: qml/Dash/DashPageHeader.qml:385
4106 msgid "Remove from Favorites"
4107 msgstr "הסרה מהמועדפים"
4108
4109-#: qml/Dash/DashPageHeader.qml:386
4110+#: qml/Dash/DashPageHeader.qml:385
4111 msgid "Add to Favorites"
4112 msgstr "הוספה למועדפים"
4113
4114@@ -342,15 +351,15 @@
4115 msgid "Reset"
4116 msgstr ""
4117
4118-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
4119+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
4120 msgid "Show less"
4121 msgstr ""
4122
4123-#: qml/Dash/GenericScopeView.qml:586
4124+#: qml/Dash/GenericScopeView.qml:545
4125 msgid "Show all"
4126 msgstr ""
4127
4128-#: qml/Dash/GenericScopeView.qml:643
4129+#: qml/Dash/GenericScopeView.qml:576
4130 msgctxt "Label: Hint for dash search line edit"
4131 msgid "Search"
4132 msgstr "חיפוש"
4133@@ -363,24 +372,24 @@
4134 msgid "Clear All"
4135 msgstr ""
4136
4137-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4138+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4139 msgid "More..."
4140 msgstr "עוד…"
4141
4142-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4143+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4144 msgid "Less..."
4145 msgstr "פחות…"
4146
4147 #: qml/Dash/Previews/PreviewCommentInput.qml:83
4148-#: qml/Dash/Previews/PreviewRatingInput.qml:201
4149+#: qml/Dash/Previews/PreviewRatingInput.qml:202
4150 msgid "Send"
4151 msgstr "שליחה"
4152
4153-#: qml/Dash/Previews/PreviewRatingInput.qml:108
4154+#: qml/Dash/Previews/PreviewRatingInput.qml:109
4155 msgid "Rate this"
4156 msgstr "דירוג היישום"
4157
4158-#: qml/Dash/Previews/PreviewRatingInput.qml:183
4159+#: qml/Dash/Previews/PreviewRatingInput.qml:184
4160 msgid "Add a review"
4161 msgstr "הוספת סקירה"
4162
4163
4164=== modified file 'po/hi.po'
4165--- po/hi.po 2016-11-08 05:41:47 +0000
4166+++ po/hi.po 2016-11-14 12:06:52 +0000
4167@@ -7,7 +7,11 @@
4168 msgstr ""
4169 "Project-Id-Version: unity8\n"
4170 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4171+<<<<<<< TREE
4172 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
4173+=======
4174+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
4175+>>>>>>> MERGE-SOURCE
4176 "PO-Revision-Date: 2014-01-15 01:49+0000\n"
4177 "Last-Translator: Siddhanathan Shanmugam <Unknown>\n"
4178 "Language-Team: Hindi <hi@li.org>\n"
4179@@ -15,8 +19,13 @@
4180 "Content-Type: text/plain; charset=UTF-8\n"
4181 "Content-Transfer-Encoding: 8bit\n"
4182 "Plural-Forms: nplurals=2; plural=n != 1;\n"
4183+<<<<<<< TREE
4184 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
4185 "X-Generator: Launchpad (build 18246)\n"
4186+=======
4187+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
4188+"X-Generator: Launchpad (build 18255)\n"
4189+>>>>>>> MERGE-SOURCE
4190
4191 #: plugins/LightDM/Greeter.cpp:123
4192 msgid "Password: "
4193@@ -311,26 +320,26 @@
4194 msgid "Preview Share Item"
4195 msgstr ""
4196
4197-#: qml/Dash/DashPageHeader.qml:362
4198+#: qml/Dash/DashPageHeader.qml:361
4199 msgctxt "Button: Open the Ubuntu Store"
4200 msgid "Store"
4201 msgstr ""
4202
4203-#: qml/Dash/DashPageHeader.qml:369
4204+#: qml/Dash/DashPageHeader.qml:368
4205 msgctxt "Button: Start a search in the current dash scope"
4206 msgid "Search"
4207 msgstr ""
4208
4209-#: qml/Dash/DashPageHeader.qml:379
4210+#: qml/Dash/DashPageHeader.qml:378
4211 msgctxt "Button: Show the current dash scope settings"
4212 msgid "Settings"
4213 msgstr ""
4214
4215-#: qml/Dash/DashPageHeader.qml:386
4216+#: qml/Dash/DashPageHeader.qml:385
4217 msgid "Remove from Favorites"
4218 msgstr ""
4219
4220-#: qml/Dash/DashPageHeader.qml:386
4221+#: qml/Dash/DashPageHeader.qml:385
4222 msgid "Add to Favorites"
4223 msgstr ""
4224
4225@@ -342,15 +351,15 @@
4226 msgid "Reset"
4227 msgstr ""
4228
4229-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
4230+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
4231 msgid "Show less"
4232 msgstr ""
4233
4234-#: qml/Dash/GenericScopeView.qml:586
4235+#: qml/Dash/GenericScopeView.qml:545
4236 msgid "Show all"
4237 msgstr ""
4238
4239-#: qml/Dash/GenericScopeView.qml:643
4240+#: qml/Dash/GenericScopeView.qml:576
4241 msgctxt "Label: Hint for dash search line edit"
4242 msgid "Search"
4243 msgstr ""
4244@@ -363,24 +372,24 @@
4245 msgid "Clear All"
4246 msgstr ""
4247
4248-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4249+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4250 msgid "More..."
4251 msgstr ""
4252
4253-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4254+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4255 msgid "Less..."
4256 msgstr ""
4257
4258 #: qml/Dash/Previews/PreviewCommentInput.qml:83
4259-#: qml/Dash/Previews/PreviewRatingInput.qml:201
4260+#: qml/Dash/Previews/PreviewRatingInput.qml:202
4261 msgid "Send"
4262 msgstr "भेजें"
4263
4264-#: qml/Dash/Previews/PreviewRatingInput.qml:108
4265+#: qml/Dash/Previews/PreviewRatingInput.qml:109
4266 msgid "Rate this"
4267 msgstr ""
4268
4269-#: qml/Dash/Previews/PreviewRatingInput.qml:183
4270+#: qml/Dash/Previews/PreviewRatingInput.qml:184
4271 msgid "Add a review"
4272 msgstr "समीक्षा दे"
4273
4274
4275=== modified file 'po/hr.po'
4276--- po/hr.po 2016-11-08 05:41:47 +0000
4277+++ po/hr.po 2016-11-14 12:06:52 +0000
4278@@ -7,7 +7,11 @@
4279 msgstr ""
4280 "Project-Id-Version: unity\n"
4281 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4282+<<<<<<< TREE
4283 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
4284+=======
4285+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
4286+>>>>>>> MERGE-SOURCE
4287 "PO-Revision-Date: 2016-05-04 17:52+0000\n"
4288 "Last-Translator: gogo <trebelnik2@gmail.com>\n"
4289 "Language-Team: Croatian <hr@li.org>\n"
4290@@ -16,8 +20,13 @@
4291 "Content-Transfer-Encoding: 8bit\n"
4292 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
4293 "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
4294+<<<<<<< TREE
4295 "X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
4296 "X-Generator: Launchpad (build 18246)\n"
4297+=======
4298+"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
4299+"X-Generator: Launchpad (build 18255)\n"
4300+>>>>>>> MERGE-SOURCE
4301
4302 #: plugins/LightDM/Greeter.cpp:123
4303 msgid "Password: "
4304@@ -316,26 +325,26 @@
4305 msgid "Preview Share Item"
4306 msgstr "Pregled stavki dijeljenja"
4307
4308-#: qml/Dash/DashPageHeader.qml:362
4309+#: qml/Dash/DashPageHeader.qml:361
4310 msgctxt "Button: Open the Ubuntu Store"
4311 msgid "Store"
4312 msgstr "Trgovina"
4313
4314-#: qml/Dash/DashPageHeader.qml:369
4315+#: qml/Dash/DashPageHeader.qml:368
4316 msgctxt "Button: Start a search in the current dash scope"
4317 msgid "Search"
4318 msgstr "Pretraži"
4319
4320-#: qml/Dash/DashPageHeader.qml:379
4321+#: qml/Dash/DashPageHeader.qml:378
4322 msgctxt "Button: Show the current dash scope settings"
4323 msgid "Settings"
4324 msgstr "Postavke"
4325
4326-#: qml/Dash/DashPageHeader.qml:386
4327+#: qml/Dash/DashPageHeader.qml:385
4328 msgid "Remove from Favorites"
4329 msgstr "Ukloni iz omiljenih"
4330
4331-#: qml/Dash/DashPageHeader.qml:386
4332+#: qml/Dash/DashPageHeader.qml:385
4333 msgid "Add to Favorites"
4334 msgstr "Dodaj u omiljene"
4335
4336@@ -347,15 +356,15 @@
4337 msgid "Reset"
4338 msgstr "Ponovno postavi"
4339
4340-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
4341+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
4342 msgid "Show less"
4343 msgstr "Prikaži manje"
4344
4345-#: qml/Dash/GenericScopeView.qml:586
4346+#: qml/Dash/GenericScopeView.qml:545
4347 msgid "Show all"
4348 msgstr "Prikaži sve"
4349
4350-#: qml/Dash/GenericScopeView.qml:643
4351+#: qml/Dash/GenericScopeView.qml:576
4352 msgctxt "Label: Hint for dash search line edit"
4353 msgid "Search"
4354 msgstr "Pretraži"
4355@@ -368,24 +377,24 @@
4356 msgid "Clear All"
4357 msgstr "Obriši sve"
4358
4359-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4360+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4361 msgid "More..."
4362 msgstr "Više..."
4363
4364-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4365+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4366 msgid "Less..."
4367 msgstr "Manje..."
4368
4369 #: qml/Dash/Previews/PreviewCommentInput.qml:83
4370-#: qml/Dash/Previews/PreviewRatingInput.qml:201
4371+#: qml/Dash/Previews/PreviewRatingInput.qml:202
4372 msgid "Send"
4373 msgstr "Pošalji"
4374
4375-#: qml/Dash/Previews/PreviewRatingInput.qml:108
4376+#: qml/Dash/Previews/PreviewRatingInput.qml:109
4377 msgid "Rate this"
4378 msgstr "Ocijeni ovo"
4379
4380-#: qml/Dash/Previews/PreviewRatingInput.qml:183
4381+#: qml/Dash/Previews/PreviewRatingInput.qml:184
4382 msgid "Add a review"
4383 msgstr "Dodaj recenziju"
4384
4385
4386=== modified file 'po/hu.po'
4387--- po/hu.po 2016-11-08 05:41:47 +0000
4388+++ po/hu.po 2016-11-14 12:06:52 +0000
4389@@ -7,7 +7,11 @@
4390 msgstr ""
4391 "Project-Id-Version: unity\n"
4392 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4393+<<<<<<< TREE
4394 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
4395+=======
4396+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
4397+>>>>>>> MERGE-SOURCE
4398 "PO-Revision-Date: 2016-08-17 10:53+0000\n"
4399 "Last-Translator: Richard Somlói <ricsipontaz@gmail.com>\n"
4400 "Language-Team: Hungarian <hu@li.org>\n"
4401@@ -15,8 +19,13 @@
4402 "Content-Type: text/plain; charset=UTF-8\n"
4403 "Content-Transfer-Encoding: 8bit\n"
4404 "Plural-Forms: nplurals=2; plural=n != 1;\n"
4405+<<<<<<< TREE
4406 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
4407 "X-Generator: Launchpad (build 18246)\n"
4408+=======
4409+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
4410+"X-Generator: Launchpad (build 18255)\n"
4411+>>>>>>> MERGE-SOURCE
4412
4413 #: plugins/LightDM/Greeter.cpp:123
4414 msgid "Password: "
4415@@ -315,26 +324,26 @@
4416 msgid "Preview Share Item"
4417 msgstr "Megosztandó elem előnézete"
4418
4419-#: qml/Dash/DashPageHeader.qml:362
4420+#: qml/Dash/DashPageHeader.qml:361
4421 msgctxt "Button: Open the Ubuntu Store"
4422 msgid "Store"
4423 msgstr "Áruház"
4424
4425-#: qml/Dash/DashPageHeader.qml:369
4426+#: qml/Dash/DashPageHeader.qml:368
4427 msgctxt "Button: Start a search in the current dash scope"
4428 msgid "Search"
4429 msgstr "Keresés"
4430
4431-#: qml/Dash/DashPageHeader.qml:379
4432+#: qml/Dash/DashPageHeader.qml:378
4433 msgctxt "Button: Show the current dash scope settings"
4434 msgid "Settings"
4435 msgstr "Beállítások"
4436
4437-#: qml/Dash/DashPageHeader.qml:386
4438+#: qml/Dash/DashPageHeader.qml:385
4439 msgid "Remove from Favorites"
4440 msgstr "Eltávolítás a kedvencek közül"
4441
4442-#: qml/Dash/DashPageHeader.qml:386
4443+#: qml/Dash/DashPageHeader.qml:385
4444 msgid "Add to Favorites"
4445 msgstr "Hozzáadás a kedvencekhez"
4446
4447@@ -346,15 +355,15 @@
4448 msgid "Reset"
4449 msgstr "Alaphelyzetbe állítás"
4450
4451-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
4452+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
4453 msgid "Show less"
4454 msgstr "Kevesebb"
4455
4456-#: qml/Dash/GenericScopeView.qml:586
4457+#: qml/Dash/GenericScopeView.qml:545
4458 msgid "Show all"
4459 msgstr "Összes megjelenítése"
4460
4461-#: qml/Dash/GenericScopeView.qml:643
4462+#: qml/Dash/GenericScopeView.qml:576
4463 msgctxt "Label: Hint for dash search line edit"
4464 msgid "Search"
4465 msgstr "Keresés"
4466@@ -367,24 +376,24 @@
4467 msgid "Clear All"
4468 msgstr "Összes törlése"
4469
4470-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4471+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4472 msgid "More..."
4473 msgstr "Több…"
4474
4475-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4476+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4477 msgid "Less..."
4478 msgstr "Kevesebb…"
4479
4480 #: qml/Dash/Previews/PreviewCommentInput.qml:83
4481-#: qml/Dash/Previews/PreviewRatingInput.qml:201
4482+#: qml/Dash/Previews/PreviewRatingInput.qml:202
4483 msgid "Send"
4484 msgstr "Küldés"
4485
4486-#: qml/Dash/Previews/PreviewRatingInput.qml:108
4487+#: qml/Dash/Previews/PreviewRatingInput.qml:109
4488 msgid "Rate this"
4489 msgstr "Értékelje"
4490
4491-#: qml/Dash/Previews/PreviewRatingInput.qml:183
4492+#: qml/Dash/Previews/PreviewRatingInput.qml:184
4493 msgid "Add a review"
4494 msgstr "Értékelés hozzáadása"
4495
4496
4497=== modified file 'po/hy.po'
4498--- po/hy.po 2016-11-08 05:41:47 +0000
4499+++ po/hy.po 2016-11-14 12:06:52 +0000
4500@@ -7,7 +7,11 @@
4501 msgstr ""
4502 "Project-Id-Version: unity\n"
4503 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4504+<<<<<<< TREE
4505 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
4506+=======
4507+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
4508+>>>>>>> MERGE-SOURCE
4509 "PO-Revision-Date: 2014-10-28 06:34+0000\n"
4510 "Last-Translator: Vahan Harutyunyan <Unknown>\n"
4511 "Language-Team: Armenian <hy@li.org>\n"
4512@@ -15,8 +19,13 @@
4513 "Content-Type: text/plain; charset=UTF-8\n"
4514 "Content-Transfer-Encoding: 8bit\n"
4515 "Plural-Forms: nplurals=1; plural=0;\n"
4516+<<<<<<< TREE
4517 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
4518 "X-Generator: Launchpad (build 18246)\n"
4519+=======
4520+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
4521+"X-Generator: Launchpad (build 18255)\n"
4522+>>>>>>> MERGE-SOURCE
4523
4524 #: plugins/LightDM/Greeter.cpp:123
4525 msgid "Password: "
4526@@ -312,26 +321,26 @@
4527 msgid "Preview Share Item"
4528 msgstr ""
4529
4530-#: qml/Dash/DashPageHeader.qml:362
4531+#: qml/Dash/DashPageHeader.qml:361
4532 msgctxt "Button: Open the Ubuntu Store"
4533 msgid "Store"
4534 msgstr ""
4535
4536-#: qml/Dash/DashPageHeader.qml:369
4537+#: qml/Dash/DashPageHeader.qml:368
4538 msgctxt "Button: Start a search in the current dash scope"
4539 msgid "Search"
4540 msgstr ""
4541
4542-#: qml/Dash/DashPageHeader.qml:379
4543+#: qml/Dash/DashPageHeader.qml:378
4544 msgctxt "Button: Show the current dash scope settings"
4545 msgid "Settings"
4546 msgstr ""
4547
4548-#: qml/Dash/DashPageHeader.qml:386
4549+#: qml/Dash/DashPageHeader.qml:385
4550 msgid "Remove from Favorites"
4551 msgstr "Հեռացնել ընտրյալների ցուցակից"
4552
4553-#: qml/Dash/DashPageHeader.qml:386
4554+#: qml/Dash/DashPageHeader.qml:385
4555 msgid "Add to Favorites"
4556 msgstr "Ավելացնել ընտրյալների ցուցակում"
4557
4558@@ -343,15 +352,15 @@
4559 msgid "Reset"
4560 msgstr ""
4561
4562-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
4563+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
4564 msgid "Show less"
4565 msgstr ""
4566
4567-#: qml/Dash/GenericScopeView.qml:586
4568+#: qml/Dash/GenericScopeView.qml:545
4569 msgid "Show all"
4570 msgstr ""
4571
4572-#: qml/Dash/GenericScopeView.qml:643
4573+#: qml/Dash/GenericScopeView.qml:576
4574 msgctxt "Label: Hint for dash search line edit"
4575 msgid "Search"
4576 msgstr ""
4577@@ -364,24 +373,24 @@
4578 msgid "Clear All"
4579 msgstr ""
4580
4581-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4582+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4583 msgid "More..."
4584 msgstr "Ավելին..."
4585
4586-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4587+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4588 msgid "Less..."
4589 msgstr "Ավելի քիչ..."
4590
4591 #: qml/Dash/Previews/PreviewCommentInput.qml:83
4592-#: qml/Dash/Previews/PreviewRatingInput.qml:201
4593+#: qml/Dash/Previews/PreviewRatingInput.qml:202
4594 msgid "Send"
4595 msgstr "Ուղղարկել"
4596
4597-#: qml/Dash/Previews/PreviewRatingInput.qml:108
4598+#: qml/Dash/Previews/PreviewRatingInput.qml:109
4599 msgid "Rate this"
4600 msgstr "Գնահատեք սա"
4601
4602-#: qml/Dash/Previews/PreviewRatingInput.qml:183
4603+#: qml/Dash/Previews/PreviewRatingInput.qml:184
4604 msgid "Add a review"
4605 msgstr ""
4606
4607
4608=== modified file 'po/ia.po'
4609--- po/ia.po 2016-11-08 05:41:47 +0000
4610+++ po/ia.po 2016-11-14 12:06:52 +0000
4611@@ -7,7 +7,11 @@
4612 msgstr ""
4613 "Project-Id-Version: unity8\n"
4614 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4615+<<<<<<< TREE
4616 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
4617+=======
4618+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
4619+>>>>>>> MERGE-SOURCE
4620 "PO-Revision-Date: 2015-08-25 19:31+0000\n"
4621 "Last-Translator: karm <melo@carmu.com>\n"
4622 "Language-Team: Interlingua <ia@li.org>\n"
4623@@ -15,8 +19,13 @@
4624 "Content-Type: text/plain; charset=UTF-8\n"
4625 "Content-Transfer-Encoding: 8bit\n"
4626 "Plural-Forms: nplurals=2; plural=n != 1;\n"
4627+<<<<<<< TREE
4628 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
4629 "X-Generator: Launchpad (build 18246)\n"
4630+=======
4631+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
4632+"X-Generator: Launchpad (build 18255)\n"
4633+>>>>>>> MERGE-SOURCE
4634
4635 #: plugins/LightDM/Greeter.cpp:123
4636 msgid "Password: "
4637@@ -313,26 +322,26 @@
4638 msgid "Preview Share Item"
4639 msgstr "Elemento compartite de vista preliminar"
4640
4641-#: qml/Dash/DashPageHeader.qml:362
4642+#: qml/Dash/DashPageHeader.qml:361
4643 msgctxt "Button: Open the Ubuntu Store"
4644 msgid "Store"
4645 msgstr "Salva"
4646
4647-#: qml/Dash/DashPageHeader.qml:369
4648+#: qml/Dash/DashPageHeader.qml:368
4649 msgctxt "Button: Start a search in the current dash scope"
4650 msgid "Search"
4651 msgstr "Cerca"
4652
4653-#: qml/Dash/DashPageHeader.qml:379
4654+#: qml/Dash/DashPageHeader.qml:378
4655 msgctxt "Button: Show the current dash scope settings"
4656 msgid "Settings"
4657 msgstr "Configurationes"
4658
4659-#: qml/Dash/DashPageHeader.qml:386
4660+#: qml/Dash/DashPageHeader.qml:385
4661 msgid "Remove from Favorites"
4662 msgstr "Remover ex le Favoritos"
4663
4664-#: qml/Dash/DashPageHeader.qml:386
4665+#: qml/Dash/DashPageHeader.qml:385
4666 msgid "Add to Favorites"
4667 msgstr "Adder al Favoritos"
4668
4669@@ -344,15 +353,15 @@
4670 msgid "Reset"
4671 msgstr "Restabilir"
4672
4673-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
4674+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
4675 msgid "Show less"
4676 msgstr "Monstrar minus"
4677
4678-#: qml/Dash/GenericScopeView.qml:586
4679+#: qml/Dash/GenericScopeView.qml:545
4680 msgid "Show all"
4681 msgstr "Monstrar toto"
4682
4683-#: qml/Dash/GenericScopeView.qml:643
4684+#: qml/Dash/GenericScopeView.qml:576
4685 msgctxt "Label: Hint for dash search line edit"
4686 msgid "Search"
4687 msgstr "Cerca"
4688@@ -365,24 +374,24 @@
4689 msgid "Clear All"
4690 msgstr "Clarar toto"
4691
4692-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4693+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4694 msgid "More..."
4695 msgstr "Plus..."
4696
4697-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4698+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4699 msgid "Less..."
4700 msgstr "Minus..."
4701
4702 #: qml/Dash/Previews/PreviewCommentInput.qml:83
4703-#: qml/Dash/Previews/PreviewRatingInput.qml:201
4704+#: qml/Dash/Previews/PreviewRatingInput.qml:202
4705 msgid "Send"
4706 msgstr "Mandar"
4707
4708-#: qml/Dash/Previews/PreviewRatingInput.qml:108
4709+#: qml/Dash/Previews/PreviewRatingInput.qml:109
4710 msgid "Rate this"
4711 msgstr "Evalutar isto"
4712
4713-#: qml/Dash/Previews/PreviewRatingInput.qml:183
4714+#: qml/Dash/Previews/PreviewRatingInput.qml:184
4715 msgid "Add a review"
4716 msgstr "Adder un revision"
4717
4718
4719=== modified file 'po/id.po'
4720--- po/id.po 2016-11-08 05:41:47 +0000
4721+++ po/id.po 2016-11-14 12:06:52 +0000
4722@@ -7,7 +7,11 @@
4723 msgstr ""
4724 "Project-Id-Version: unity\n"
4725 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4726+<<<<<<< TREE
4727 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
4728+=======
4729+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
4730+>>>>>>> MERGE-SOURCE
4731 "PO-Revision-Date: 2013-06-26 22:35+0000\n"
4732 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
4733 "Language-Team: Indonesian <id@li.org>\n"
4734@@ -15,8 +19,13 @@
4735 "Content-Type: text/plain; charset=UTF-8\n"
4736 "Content-Transfer-Encoding: 8bit\n"
4737 "Plural-Forms: nplurals=1; plural=0;\n"
4738+<<<<<<< TREE
4739 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
4740 "X-Generator: Launchpad (build 18246)\n"
4741+=======
4742+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
4743+"X-Generator: Launchpad (build 18255)\n"
4744+>>>>>>> MERGE-SOURCE
4745
4746 #: plugins/LightDM/Greeter.cpp:123
4747 msgid "Password: "
4748@@ -313,26 +322,26 @@
4749 msgid "Preview Share Item"
4750 msgstr ""
4751
4752-#: qml/Dash/DashPageHeader.qml:362
4753+#: qml/Dash/DashPageHeader.qml:361
4754 msgctxt "Button: Open the Ubuntu Store"
4755 msgid "Store"
4756 msgstr ""
4757
4758-#: qml/Dash/DashPageHeader.qml:369
4759+#: qml/Dash/DashPageHeader.qml:368
4760 msgctxt "Button: Start a search in the current dash scope"
4761 msgid "Search"
4762 msgstr ""
4763
4764-#: qml/Dash/DashPageHeader.qml:379
4765+#: qml/Dash/DashPageHeader.qml:378
4766 msgctxt "Button: Show the current dash scope settings"
4767 msgid "Settings"
4768 msgstr ""
4769
4770-#: qml/Dash/DashPageHeader.qml:386
4771+#: qml/Dash/DashPageHeader.qml:385
4772 msgid "Remove from Favorites"
4773 msgstr "Hapus dari Favorit"
4774
4775-#: qml/Dash/DashPageHeader.qml:386
4776+#: qml/Dash/DashPageHeader.qml:385
4777 msgid "Add to Favorites"
4778 msgstr "Tambah ke Favorit"
4779
4780@@ -344,15 +353,15 @@
4781 msgid "Reset"
4782 msgstr ""
4783
4784-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
4785+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
4786 msgid "Show less"
4787 msgstr ""
4788
4789-#: qml/Dash/GenericScopeView.qml:586
4790+#: qml/Dash/GenericScopeView.qml:545
4791 msgid "Show all"
4792 msgstr ""
4793
4794-#: qml/Dash/GenericScopeView.qml:643
4795+#: qml/Dash/GenericScopeView.qml:576
4796 msgctxt "Label: Hint for dash search line edit"
4797 msgid "Search"
4798 msgstr ""
4799@@ -365,24 +374,24 @@
4800 msgid "Clear All"
4801 msgstr ""
4802
4803-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4804+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4805 msgid "More..."
4806 msgstr "Lebih..."
4807
4808-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4809+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4810 msgid "Less..."
4811 msgstr "Kurang..."
4812
4813 #: qml/Dash/Previews/PreviewCommentInput.qml:83
4814-#: qml/Dash/Previews/PreviewRatingInput.qml:201
4815+#: qml/Dash/Previews/PreviewRatingInput.qml:202
4816 msgid "Send"
4817 msgstr "Kirim"
4818
4819-#: qml/Dash/Previews/PreviewRatingInput.qml:108
4820+#: qml/Dash/Previews/PreviewRatingInput.qml:109
4821 msgid "Rate this"
4822 msgstr "Beri peringkat"
4823
4824-#: qml/Dash/Previews/PreviewRatingInput.qml:183
4825+#: qml/Dash/Previews/PreviewRatingInput.qml:184
4826 msgid "Add a review"
4827 msgstr "Berikan ulasan"
4828
4829
4830=== modified file 'po/is.po'
4831--- po/is.po 2016-11-08 05:41:47 +0000
4832+++ po/is.po 2016-11-14 12:06:52 +0000
4833@@ -9,7 +9,11 @@
4834 msgstr ""
4835 "Project-Id-Version: po_unity8-is\n"
4836 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4837+<<<<<<< TREE
4838 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
4839+=======
4840+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
4841+>>>>>>> MERGE-SOURCE
4842 "PO-Revision-Date: 2014-11-13 09:32+0000\n"
4843 "Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
4844 "Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n"
4845@@ -17,8 +21,13 @@
4846 "Content-Type: text/plain; charset=UTF-8\n"
4847 "Content-Transfer-Encoding: 8bit\n"
4848 "Plural-Forms: nplurals=2; plural=n != 1;\n"
4849+<<<<<<< TREE
4850 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
4851 "X-Generator: Launchpad (build 18246)\n"
4852+=======
4853+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
4854+"X-Generator: Launchpad (build 18255)\n"
4855+>>>>>>> MERGE-SOURCE
4856 "Language: is\n"
4857
4858 #: plugins/LightDM/Greeter.cpp:123
4859@@ -316,26 +325,26 @@
4860 msgid "Preview Share Item"
4861 msgstr ""
4862
4863-#: qml/Dash/DashPageHeader.qml:362
4864+#: qml/Dash/DashPageHeader.qml:361
4865 msgctxt "Button: Open the Ubuntu Store"
4866 msgid "Store"
4867 msgstr ""
4868
4869-#: qml/Dash/DashPageHeader.qml:369
4870+#: qml/Dash/DashPageHeader.qml:368
4871 msgctxt "Button: Start a search in the current dash scope"
4872 msgid "Search"
4873 msgstr ""
4874
4875-#: qml/Dash/DashPageHeader.qml:379
4876+#: qml/Dash/DashPageHeader.qml:378
4877 msgctxt "Button: Show the current dash scope settings"
4878 msgid "Settings"
4879 msgstr ""
4880
4881-#: qml/Dash/DashPageHeader.qml:386
4882+#: qml/Dash/DashPageHeader.qml:385
4883 msgid "Remove from Favorites"
4884 msgstr "Fjarlægja úr Eftirlæti"
4885
4886-#: qml/Dash/DashPageHeader.qml:386
4887+#: qml/Dash/DashPageHeader.qml:385
4888 msgid "Add to Favorites"
4889 msgstr "Bæta við Eftirlæti"
4890
4891@@ -347,15 +356,15 @@
4892 msgid "Reset"
4893 msgstr ""
4894
4895-#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782
4896+#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
4897 msgid "Show less"
4898 msgstr ""
4899
4900-#: qml/Dash/GenericScopeView.qml:586
4901+#: qml/Dash/GenericScopeView.qml:545
4902 msgid "Show all"
4903 msgstr ""
4904
4905-#: qml/Dash/GenericScopeView.qml:643
4906+#: qml/Dash/GenericScopeView.qml:576
4907 msgctxt "Label: Hint for dash search line edit"
4908 msgid "Search"
4909 msgstr ""
4910@@ -368,24 +377,24 @@
4911 msgid "Clear All"
4912 msgstr ""
4913
4914-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4915+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4916 msgid "More..."
4917 msgstr "Meira..."
4918
4919-#: qml/Dash/Previews/PreviewActionCombo.qml:35
4920+#: qml/Dash/Previews/PreviewActionCombo.qml:36
4921 msgid "Less..."
4922 msgstr "Minna..."
4923
4924 #: qml/Dash/Previews/PreviewCommentInput.qml:83
4925-#: qml/Dash/Previews/PreviewRatingInput.qml:201
4926+#: qml/Dash/Previews/PreviewRatingInput.qml:202
4927 msgid "Send"
4928 msgstr "Senda"
4929
4930-#: qml/Dash/Previews/PreviewRatingInput.qml:108
4931+#: qml/Dash/Previews/PreviewRatingInput.qml:109
4932 msgid "Rate this"
4933 msgstr "Gefa þessu einkunn"
4934
4935-#: qml/Dash/Previews/PreviewRatingInput.qml:183
4936+#: qml/Dash/Previews/PreviewRatingInput.qml:184
4937 msgid "Add a review"
4938 msgstr "Gefa umsögn"
4939
4940
4941=== modified file 'po/it.po'
4942--- po/it.po 2016-11-08 05:41:47 +0000
4943+++ po/it.po 2016-11-14 12:06:52 +0000
4944@@ -7,7 +7,11 @@
4945 msgstr ""
4946 "Project-Id-Version: unity\n"
4947 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4948+<<<<<<< TREE
4949 "POT-Creation-Date: 2016-10-27 12:32+0000\n"
4950+=======
4951+"POT-Creation-Date: 2016-11-09 15:10+0000\n"
4952+>>>>>>> MERGE-SOURCE
4953 "PO-Revision-Date: 2016-09-11 10:40+0000\n"
4954 "Last-Translator: Claudio Arseni <claudio.arseni@gmail.com>\n"
4955 "Language-Team: Italian <it@li.org>\n"
4956@@ -15,8 +19,13 @@
4957 "Content-Type: text/plain; charset=UTF-8\n"
4958 "Content-Transfer-Encoding: 8bit\n"
4959 "Plural-Forms: nplurals=2; plural=n != 1;\n"
4960+<<<<<<< TREE
4961 "X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
4962 "X-Generator: Launchpad (build 18246)\n"
4963+=======
4964+"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
4965+"X-Generator: Launchpad (build 18255)\n"
4966+>>>>>>> MERGE-SOURCE
4967
4968 #: plugins/LightDM/Greeter.cpp:123
4969 msgid "Password: "
4970@@ -315,26 +324,26 @@
4971 msgid "Preview Share Item"
4972 msgstr "Anteprima elementi da condividere"
4973
4974-#: qml/Dash/DashPageHeader.qml:362
4975+#: qml/Dash/DashPageHeader.qml:361
4976 msgctxt "Button: Open the Ubuntu Store"
4977 msgid "Store"
4978 msgstr "Store"
4979
4980-#: qml/Dash/DashPageHeader.qml:369
4981+#: qml/Dash/DashPageHeader.qml:368
4982 msgctxt "Button: Start a search in the current dash scope"
4983 msgid "Search"
4984 msgstr "Cerca"
4985
4986-#: qml/Dash/DashPageHeader.qml:379
4987+#: qml/Dash/DashPageHeader.qml:378
4988 msgctxt "Button: Show the current dash scope settings"
4989 msgid "Settings"
4990 msgstr "Impostazioni"
4991
4992-#: qml/Dash/DashPageHeader.qml:386
4993+#: qml/Dash/DashPageHeader.qml:385
4994 msgid "Remove from Favorites"
4995 msgstr "Rimuovi dai preferiti"
4996
4997-#: qml/Dash/DashPageHeader.qml:386
4998+#: qml/Dash/DashPageHeader.qml:385
4999 msgid "Add to Favorites"
5000 msgstr "Aggiungi ai preferiti"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: