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
=== modified file 'data/com.canonical.Unity8.gschema.xml'
--- data/com.canonical.Unity8.gschema.xml 2016-03-21 14:31:41 +0000
+++ data/com.canonical.Unity8.gschema.xml 2016-11-14 12:06:52 +0000
@@ -43,6 +43,11 @@
43 <summary>Width of the launcher in grid units.</summary>43 <summary>Width of the launcher in grid units.</summary>
44 <description>Changes the width of the launcher in all usage modes.</description>44 <description>Changes the width of the launcher in all usage modes.</description>
45 </key>45 </key>
46 <key type="b" name="enable-launcher">
47 <default>true</default>
48 <summary>Enable or disable the launcher</summary>
49 <description>Toggle the availability of the launcher</description>
50 </key>
46 </schema>51 </schema>
4752
48 <schema path="/com/canonical/unity8/greeter/" id="com.canonical.Unity8.Greeter" gettext-domain="unity8">53 <schema path="/com/canonical/unity8/greeter/" id="com.canonical.Unity8.Greeter" gettext-domain="unity8">
4954
=== modified file 'data/unity8-dash.conf'
--- data/unity8-dash.conf 2016-03-09 22:02:37 +0000
+++ data/unity8-dash.conf 2016-11-14 12:06:52 +0000
@@ -22,4 +22,4 @@
22 initctl emit scope-ui-starting22 initctl emit scope-ui-starting
23end script23end script
2424
25exec ${BINARY:-unity8-dash} $ARGS --desktop_file_hint=/usr/share/applications/unity8-dash.desktop25exec ${BINARY:-unity8-dash} $ARGS --desktop_file_hint=unity8-dash.desktop
2626
=== modified file 'data/unity8-filewatcher.conf'
--- data/unity8-filewatcher.conf 2014-08-22 11:19:51 +0000
+++ data/unity8-filewatcher.conf 2016-11-14 12:06:52 +0000
@@ -1,6 +1,11 @@
1description "File system watcher for unity8"1description "File system watcher for unity8"
2author "Michael Zanetti <michael.zanetti@canonical.com>"2author "Michael Zanetti <michael.zanetti@canonical.com>"
33
4# This method of updating the launcher will not work in our new snappy world,
5# neither for snaps installed in the system nor if we are running inside a snap.
6# Plus it hardcodes the phablet user... To be replaced once bug 1630997 is
7# fixed in ubuntu-app-launch.
8
4# Workaround for bug 1360208. ~ and * in one expression doesn't work currently9# Workaround for bug 1360208. ~ and * in one expression doesn't work currently
5start on (file FILE=/home/phablet/.local/share/applications/*.desktop) or (file FILE=/usr/share/applications/*.desktop)10start on (file FILE=/home/phablet/.local/share/applications/*.desktop) or (file FILE=/usr/share/applications/*.desktop)
611
712
=== modified file 'data/unity8-greeter-wrapper'
--- data/unity8-greeter-wrapper 2016-07-19 16:40:19 +0000
+++ data/unity8-greeter-wrapper 2016-11-14 12:06:52 +0000
@@ -45,8 +45,8 @@
4545
46# If touch session script (which sets up grid units and mir variables) is available, use it46# If touch session script (which sets up grid units and mir variables) is available, use it
47TOUCH_WRAPPER=47TOUCH_WRAPPER=
48if [ -x /usr/bin/ubuntu-touch-session ]; then48if which ubuntu-touch-session >/dev/null; then
49 TOUCH_WRAPPER=/usr/bin/ubuntu-touch-session49 TOUCH_WRAPPER=ubuntu-touch-session
50fi50fi
5151
52# Pretend that we're in an ubuntu-touch session, so that indicator-network52# Pretend that we're in an ubuntu-touch session, so that indicator-network
@@ -63,7 +63,7 @@
63# creates for them and don't want to start all the services that a normal63# creates for them and don't want to start all the services that a normal
64# session would. So it's inconvenient to live within an upstart session.64# session would. So it's inconvenient to live within an upstart session.
65# But... we still want to use Upstart for some services. So launch here.65# But... we still want to use Upstart for some services. So launch here.
66MIR_SOCKET=$SUB_SOCKET $TOUCH_WRAPPER /sbin/upstart --user --no-startup-event &66MIR_SOCKET=$SUB_SOCKET $TOUCH_WRAPPER upstart --user --no-startup-event &
67INIT_PID=$!67INIT_PID=$!
68while [ ! -e "$XDG_RUNTIME_DIR/upstart/sessions/$INIT_PID.session" ]; do sleep 0.1; done68while [ ! -e "$XDG_RUNTIME_DIR/upstart/sessions/$INIT_PID.session" ]; do sleep 0.1; done
69. "$XDG_RUNTIME_DIR/upstart/sessions/$INIT_PID.session"69. "$XDG_RUNTIME_DIR/upstart/sessions/$INIT_PID.session"
@@ -72,11 +72,11 @@
72# Connect upstart to system, but do first command in a loop to avoid any72# Connect upstart to system, but do first command in a loop to avoid any
73# race condition between the session file above being written and upstart being73# race condition between the session file above being written and upstart being
74# ready to handle requests.74# ready to handle requests.
75while ! /sbin/initctl notify-dbus-address "$DBUS_SESSION_BUS_ADDRESS"; do sleep 0.1; done75while ! initctl notify-dbus-address "$DBUS_SESSION_BUS_ADDRESS"; do sleep 0.1; done
76/sbin/initctl start notify-cgmanager76initctl start notify-cgmanager
7777
78# Start any pre-greeter tasks if needed (like wizard)78# Start any pre-greeter tasks if needed (like wizard)
79/sbin/initctl emit unity8-greeter-starting79initctl emit unity8-greeter-starting
8080
81# Define language here for phone if available. When phone user switches their81# Define language here for phone if available. When phone user switches their
82# language, they expect that to affect the greeter too. But the user doesn't82# language, they expect that to affect the greeter too. But the user doesn't
8383
=== modified file 'debian/changelog'
--- debian/changelog 2016-11-09 16:31:57 +0000
+++ debian/changelog 2016-11-14 12:06:52 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
1unity8 (8.14+17.04.20161109-0ubuntu1) zesty; urgency=medium2unity8 (8.14+17.04.20161109-0ubuntu1) zesty; urgency=medium
23
3 [ Michael Zanetti ]4 [ Michael Zanetti ]
@@ -17,6 +18,60 @@
1718
18 -- Marco Trevisan (Treviño) <mail@3v1n0.net> Thu, 27 Oct 2016 12:32:25 +000019 -- Marco Trevisan (Treviño) <mail@3v1n0.net> Thu, 27 Oct 2016 12:32:25 +0000
1920
21=======
22unity8 (8.14+17.04.20161109-0ubuntu1) zesty; urgency=medium
23
24 [ Albert Astals Cid ]
25 * Make more CardTool properties readonly
26 * Make the > in Dash Section Header be after text (LP: #1508905)
27 * Rework Dash Preview column margins
28 * Improve LVWPH <-> GenericScopeView interaction (LP: #1508905,
29 #1622423)
30 * Make the PreviewButtons be of the width of the button and not half
31 the total width
32 * Fix first column of the preview table to be 25%
33
34 [ Andrea Cimitan ]
35 * Remove background under header pagination dots, update dots assets,
36 remove dash paper background, update bottom edge asset
37 * Few styling changes for cards
38 * various tweaks to fonts inside previews
39 * More visual tweaks
40
41 [ Brian Douglass ]
42 * Add a new setting to enable/disable the launcher
43
44 [ Lukáš Tinkl ]
45 * Stabilize test_doubleTapToMaximizeWindow()
46 * Enable loading the main Qt catalog which in turn allows for using
47 RTL languages
48 * Fix the pixelated notification icon by setting sourceSize (LP:
49 #1637712)
50
51 [ Michael Terry ]
52 * More path lookup fixes for running inside of a snap. (LP: #1629009)
53
54 [ Michael Zanetti ]
55 * Added blur and darkening to wallpaper while in spread
56 * Fixes in the spread after design review (LP: #1637502, #1638848)
57 * More fixes to the unified stages code (LP: #1637205, #1637249,
58 #1637258)
59 * Delay alt tab for tiny bit in order to avoid flickering on quick alt-
60 tabs
61
62 [ Tomás Tormo ]
63 * Reload Infographics userdata when the day changes (LP: #1378814)
64
65 -- Michał Sawicz <michal.sawicz@canonical.com> Wed, 09 Nov 2016 15:10:32 +0000
66
67unity8 (8.14+17.04.20161027-0ubuntu1) zesty; urgency=medium
68
69 * MenuItemFactory: activate item on calendar selection change (LP:
70 #1541125)
71
72 -- Marco Trevisan (Treviño) <mail@3v1n0.net> Thu, 27 Oct 2016 12:32:25 +0000
73
74>>>>>>> MERGE-SOURCE
20unity8 (8.14+17.04.20161024-0ubuntu1) zesty; urgency=medium75unity8 (8.14+17.04.20161024-0ubuntu1) zesty; urgency=medium
2176
22 [ Albert Astals Cid ]77 [ Albert Astals Cid ]
2378
=== modified file 'debian/control'
--- debian/control 2016-10-27 12:25:58 +0000
+++ debian/control 2016-11-14 12:06:52 +0000
@@ -156,6 +156,7 @@
156 qml-module-ubuntu-thumbnailer0.1 | ubuntu-thumbnailer-impl,156 qml-module-ubuntu-thumbnailer0.1 | ubuntu-thumbnailer-impl,
157 qtdeclarative5-ubuntu-settings-components (>= 0.7),157 qtdeclarative5-ubuntu-settings-components (>= 0.7),
158 qtdeclarative5-unity-notifications-plugin (>= 0.1.2) | unity-notifications-impl,158 qtdeclarative5-unity-notifications-plugin (>= 0.1.2) | unity-notifications-impl,
159 qttranslations5-l10n,
159 ubuntu-thumbnailer-impl-0,160 ubuntu-thumbnailer-impl-0,
160 ubuntu-wallpapers,161 ubuntu-wallpapers,
161 unity-application-impl-22,162 unity-application-impl-22,
162163
=== modified file 'plugins/Dash/CardAttributes.qml'
--- plugins/Dash/CardAttributes.qml 2016-05-24 10:44:16 +0000
+++ plugins/Dash/CardAttributes.qml 2016-11-14 12:06:52 +0000
@@ -62,7 +62,7 @@
62 elide: Text.ElideRight62 elide: Text.ElideRight
63 maximumLineCount: 163 maximumLineCount: 1
64 font.weight: "style" in modelData && modelData["style"] === "highlighted" ? Font.Bold : Font.Light64 font.weight: "style" in modelData && modelData["style"] === "highlighted" ? Font.Bold : Font.Light
65 fontSize: "small"65 fontSize: "x-small"
66 font.pixelSize: Math.round(FontUtils.sizeToPixels(fontSize) * fontScale)66 font.pixelSize: Math.round(FontUtils.sizeToPixels(fontSize) * fontScale)
67 color: grid.color67 color: grid.color
68 }68 }
6969
=== modified file 'plugins/Dash/CardCreator.js'
--- plugins/Dash/CardCreator.js 2016-09-22 10:33:39 +0000
+++ plugins/Dash/CardCreator.js 2016-11-14 12:06:52 +0000
@@ -28,7 +28,7 @@
28 visible: status === Loader.Ready; \n\28 visible: status === Loader.Ready; \n\
29 sourceComponent: UbuntuShape { \n\29 sourceComponent: UbuntuShape { \n\
30 objectName: "background"; \n\30 objectName: "background"; \n\
31 radius: "medium"; \n\31 radius: "small"; \n\
32 aspect: { \n\32 aspect: { \n\
33 switch (root.backgroundShapeStyle) { \n\33 switch (root.backgroundShapeStyle) { \n\
34 case "inset": return UbuntuShape.Inset; \n\34 case "inset": return UbuntuShape.Inset; \n\
@@ -64,7 +64,7 @@
64 anchors.fill: parent; \n\64 anchors.fill: parent; \n\
65 source: artImage; \n\65 source: artImage; \n\
66 sourceFillMode: UbuntuShape.PreserveAspectCrop; \n\66 sourceFillMode: UbuntuShape.PreserveAspectCrop; \n\
67 radius: "medium"; \n\67 radius: "small"; \n\
68 aspect: %1; \n\68 aspect: %1; \n\
69 }';69 }';
7070
@@ -166,7 +166,7 @@
166 UbuntuShape { \n\166 UbuntuShape { \n\
167 anchors.fill: parent; \n\167 anchors.fill: parent; \n\
168 visible: parent.pressed; \n\168 visible: parent.pressed; \n\
169 radius: "medium"; \n\169 radius: "small"; \n\
170 } \n\170 } \n\
171 Rectangle { \n\171 Rectangle { \n\
172 color: Qt.rgba(0, 0, 0, 0.5); \n\172 color: Qt.rgba(0, 0, 0, 0.5); \n\
@@ -214,7 +214,7 @@
214 id: overlay; \n\214 id: overlay; \n\
215 property real luminance: Style.luminance(overlayColor); \n\215 property real luminance: Style.luminance(overlayColor); \n\
216 aspect: UbuntuShape.Flat; \n\216 aspect: UbuntuShape.Flat; \n\
217 radius: "medium"; \n\217 radius: "small"; \n\
218 overlayColor: cardData && cardData["overlayColor"] || "#99000000"; \n\218 overlayColor: cardData && cardData["overlayColor"] || "#99000000"; \n\
219 overlayRect: Qt.rect(0, 1 - overlayLoader.overlayHeight / height, 1, 1); \n\219 overlayRect: Qt.rect(0, 1 - overlayLoader.overlayHeight / height, 1, 1); \n\
220 } \n\220 } \n\
@@ -308,7 +308,7 @@
308 visible: showHeader %3; \n\308 visible: showHeader %3; \n\
309 width: %4; \n\309 width: %4; \n\
310 text: root.title; \n\310 text: root.title; \n\
311 font.weight: cardData && cardData["subtitle"] ? Font.DemiBold : Font.Normal; \n\311 font.weight: Font.Normal; \n\
312 horizontalAlignment: %5; \n\312 horizontalAlignment: %5; \n\
313 }\n';313 }\n';
314314
@@ -337,7 +337,7 @@
337 sourceComponent: UbuntuShape { \n\337 sourceComponent: UbuntuShape { \n\
338 objectName: "touchdown"; \n\338 objectName: "touchdown"; \n\
339 anchors.fill: parent; \n\339 anchors.fill: parent; \n\
340 radius: "medium"; \n\340 radius: "small"; \n\
341 borderSource: "radius_pressed.sci" \n\341 borderSource: "radius_pressed.sci" \n\
342 } \n\342 } \n\
343 }\n';343 }\n';
@@ -399,7 +399,8 @@
399 elide: Text.ElideRight; \n\399 elide: Text.ElideRight; \n\
400 text: cardData && cardData["summary"] || ""; \n\400 text: cardData && cardData["summary"] || ""; \n\
401 height: text ? implicitHeight : 0; \n\401 height: text ? implicitHeight : 0; \n\
402 fontSize: "small"; \n\402 fontSize: "x-small"; \n\
403 font.weight: Font.Light; \n\
403 color: %3; \n\404 color: %3; \n\
404 }\n';405 }\n';
405406
@@ -439,7 +440,7 @@
439 code = 'AbstractButton { \n\440 code = 'AbstractButton { \n\
440 id: root; \n\441 id: root; \n\
441 property var cardData; \n\442 property var cardData; \n\
442 property string backgroundShapeStyle: "inset"; \n\443 property string backgroundShapeStyle: "flat"; \n\
443 property real fontScale: 1.0; \n\444 property real fontScale: 1.0; \n\
444 property var scopeStyle: null; \n\445 property var scopeStyle: null; \n\
445 readonly property string title: cardData && cardData["title"] || ""; \n\446 readonly property string title: cardData && cardData["title"] || ""; \n\
446447
=== modified file 'plugins/Dash/listviewwithpageheader.cpp'
--- plugins/Dash/listviewwithpageheader.cpp 2016-09-22 10:33:39 +0000
+++ plugins/Dash/listviewwithpageheader.cpp 2016-11-14 12:06:52 +0000
@@ -772,7 +772,7 @@
772 delete nobj;772 delete nobj;
773 } else {773 } else {
774 sectionItem->setProperty("text", sectionText);774 sectionItem->setProperty("text", sectionText);
775 sectionItem->setProperty("delegateIndex", -1);775 sectionItem->setProperty("delegate", QVariant());
776 sectionItem->setZ(2);776 sectionItem->setZ(2);
777 QQml_setParent_noEvent(sectionItem, m_clipItem);777 QQml_setParent_noEvent(sectionItem, m_clipItem);
778 sectionItem->setParentItem(m_clipItem);778 sectionItem->setParentItem(m_clipItem);
@@ -929,7 +929,7 @@
929 polish();929 polish();
930 }930 }
931 if (listItem->sectionItem()) {931 if (listItem->sectionItem()) {
932 listItem->sectionItem()->setProperty("delegateIndex", modelIndex);932 listItem->sectionItem()->setProperty("delegate", QVariant::fromValue(listItem->m_item));
933 }933 }
934 adjustMinYExtent();934 adjustMinYExtent();
935 m_contentHeightDirty = true;935 m_contentHeightDirty = true;
@@ -1123,7 +1123,7 @@
1123 for (int i = 0; i < m_visibleItems.count(); ++i) {1123 for (int i = 0; i < m_visibleItems.count(); ++i) {
1124 ListItem *item = m_visibleItems[i];1124 ListItem *item = m_visibleItems[i];
1125 if (item->sectionItem()) {1125 if (item->sectionItem()) {
1126 item->sectionItem()->setProperty("delegateIndex", m_firstVisibleIndex + i);1126 item->sectionItem()->setProperty("delegate", QVariant::fromValue(item->m_item));
1127 }1127 }
1128 }1128 }
11291129
@@ -1297,15 +1297,7 @@
12971297
1298 QQuickItemPrivate::get(m_topSectionItem)->setCulled(false);1298 QQuickItemPrivate::get(m_topSectionItem)->setCulled(false);
1299 m_topSectionItem->setY(topSectionStickPos);1299 m_topSectionItem->setY(topSectionStickPos);
1300 int delegateIndex = modelIndex;1300 m_topSectionItem->setProperty("delegate", QVariant::fromValue(item->m_item));
1301 // Look for the first index with this section text
1302 while (delegateIndex > 0) {
1303 const QString prevSection = m_delegateModel->stringValue(delegateIndex - 1, m_sectionProperty);
1304 if (prevSection != section)
1305 break;
1306 delegateIndex--;
1307 }
1308 m_topSectionItem->setProperty("delegateIndex", delegateIndex);
1309 if (item->sectionItem()) {1301 if (item->sectionItem()) {
1310 QQuickItemPrivate::get(item->sectionItem())->setCulled(true);1302 QQuickItemPrivate::get(item->sectionItem())->setCulled(true);
1311 }1303 }
13121304
=== modified file 'plugins/LightDM/SessionsModel.cpp'
--- plugins/LightDM/SessionsModel.cpp 2016-06-15 20:28:58 +0000
+++ plugins/LightDM/SessionsModel.cpp 2016-11-14 12:06:52 +0000
@@ -119,6 +119,14 @@
119 m_roleNames = m_model->roleNames();119 m_roleNames = m_model->roleNames();
120 m_roleNames[IconRole] = "icon_url";120 m_roleNames[IconRole] = "icon_url";
121121
122 // Update search locations to use $SNAP prefix if specified
123 auto snapRoot = QFile::decodeName(qgetenv("SNAP"));
124 if (!snapRoot.isEmpty()) {
125 for (int i = 0; i < m_iconSearchDirectories.size(); i++) {
126 m_iconSearchDirectories[i] = snapRoot + m_iconSearchDirectories[i].path();
127 }
128 }
129
122 setModel(m_model);130 setModel(m_model);
123 setSourceModel(m_model);131 setSourceModel(m_model);
124 setSortCaseSensitivity(Qt::CaseInsensitive);132 setSortCaseSensitivity(Qt::CaseInsensitive);
125133
=== modified file 'plugins/Utils/constants.cpp'
--- plugins/Utils/constants.cpp 2015-11-20 15:01:39 +0000
+++ plugins/Utils/constants.cpp 2016-11-14 12:06:52 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 * Copyright 2015 Canonical Ltd.2 * Copyright 2015-2016 Canonical Ltd.
3 *3 *
4 * This program is free software; you can redistribute it and/or modify4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by5 * it under the terms of the GNU Lesser General Public License as published by
@@ -16,6 +16,8 @@
1616
17#include "constants.h"17#include "constants.h"
1818
19#include <QFile>
20
19Constants::Constants(QObject *parent)21Constants::Constants(QObject *parent)
20 : QObject(parent)22 : QObject(parent)
21{23{
@@ -24,4 +26,7 @@
24 } else {26 } else {
25 m_indicatorValueTimeout = 5000;27 m_indicatorValueTimeout = 5000;
26 }28 }
29
30 QString snapRoot = QFile::decodeName(qgetenv("SNAP"));
31 m_defaultWallpaper = snapRoot + "/usr/share/backgrounds/warty-final-ubuntu.png";
27}32}
2833
=== modified file 'plugins/Utils/constants.h'
--- plugins/Utils/constants.h 2015-03-11 08:07:31 +0000
+++ plugins/Utils/constants.h 2016-11-14 12:06:52 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 * Copyright 2015 Canonical Ltd.2 * Copyright 2015-2016 Canonical Ltd.
3 *3 *
4 * This program is free software; you can redistribute it and/or modify4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by5 * it under the terms of the GNU Lesser General Public License as published by
@@ -14,8 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15*/15*/
1616
17#ifndef CONSTANTS_H17#pragma once
18#define CONSTANTS_H
1918
20#include <QObject>19#include <QObject>
2120
@@ -30,14 +29,15 @@
30{29{
31 Q_OBJECT30 Q_OBJECT
32 Q_PROPERTY(int indicatorValueTimeout READ indicatorValueTimeout CONSTANT)31 Q_PROPERTY(int indicatorValueTimeout READ indicatorValueTimeout CONSTANT)
32 Q_PROPERTY(QString defaultWallpaper READ defaultWallpaper CONSTANT)
3333
34public:34public:
35 Constants(QObject *parent = 0);35 Constants(QObject *parent = 0);
3636
37 int indicatorValueTimeout() const { return m_indicatorValueTimeout; }37 int indicatorValueTimeout() const { return m_indicatorValueTimeout; }
38 QString defaultWallpaper() const { return m_defaultWallpaper; }
3839
39private:40private:
40 int m_indicatorValueTimeout;41 int m_indicatorValueTimeout;
42 QString m_defaultWallpaper;
41};43};
42
43#endif
4444
=== modified file 'po/aa.po'
--- po/aa.po 2016-11-08 05:41:47 +0000
+++ po/aa.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-02-12 10:18+0000\n"15"PO-Revision-Date: 2016-02-12 10:18+0000\n"
12"Last-Translator: Charif AYFARAH <ayfarah@ymail.com>\n"16"Last-Translator: Charif AYFARAH <ayfarah@ymail.com>\n"
13"Language-Team: Afar <aa@li.org>\n"17"Language-Team: Afar <aa@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:08+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -311,26 +320,26 @@
311msgid "Preview Share Item"320msgid "Preview Share Item"
312msgstr ""321msgstr ""
313322
314#: qml/Dash/DashPageHeader.qml:362323#: qml/Dash/DashPageHeader.qml:361
315msgctxt "Button: Open the Ubuntu Store"324msgctxt "Button: Open the Ubuntu Store"
316msgid "Store"325msgid "Store"
317msgstr ""326msgstr ""
318327
319#: qml/Dash/DashPageHeader.qml:369328#: qml/Dash/DashPageHeader.qml:368
320msgctxt "Button: Start a search in the current dash scope"329msgctxt "Button: Start a search in the current dash scope"
321msgid "Search"330msgid "Search"
322msgstr "Goranto"331msgstr "Goranto"
323332
324#: qml/Dash/DashPageHeader.qml:379333#: qml/Dash/DashPageHeader.qml:378
325msgctxt "Button: Show the current dash scope settings"334msgctxt "Button: Show the current dash scope settings"
326msgid "Settings"335msgid "Settings"
327msgstr "Massosu"336msgstr "Massosu"
328337
329#: qml/Dash/DashPageHeader.qml:386338#: qml/Dash/DashPageHeader.qml:385
330msgid "Remove from Favorites"339msgid "Remove from Favorites"
331msgstr ""340msgstr ""
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Add to Favorites"343msgid "Add to Favorites"
335msgstr ""344msgstr ""
336345
@@ -342,15 +351,15 @@
342msgid "Reset"351msgid "Reset"
343msgstr ""352msgstr ""
344353
345#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782354#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
346msgid "Show less"355msgid "Show less"
347msgstr ""356msgstr ""
348357
349#: qml/Dash/GenericScopeView.qml:586358#: qml/Dash/GenericScopeView.qml:545
350msgid "Show all"359msgid "Show all"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:643362#: qml/Dash/GenericScopeView.qml:576
354msgctxt "Label: Hint for dash search line edit"363msgctxt "Label: Hint for dash search line edit"
355msgid "Search"364msgid "Search"
356msgstr "Goranto"365msgstr "Goranto"
@@ -363,24 +372,24 @@
363msgid "Clear All"372msgid "Clear All"
364msgstr ""373msgstr ""
365374
366#: qml/Dash/Previews/PreviewActionCombo.qml:35375#: qml/Dash/Previews/PreviewActionCombo.qml:36
367msgid "More..."376msgid "More..."
368msgstr ""377msgstr ""
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "Less..."380msgid "Less..."
372msgstr ""381msgstr ""
373382
374#: qml/Dash/Previews/PreviewCommentInput.qml:83383#: qml/Dash/Previews/PreviewCommentInput.qml:83
375#: qml/Dash/Previews/PreviewRatingInput.qml:201384#: qml/Dash/Previews/PreviewRatingInput.qml:202
376msgid "Send"385msgid "Send"
377msgstr "Rub"386msgstr "Rub"
378387
379#: qml/Dash/Previews/PreviewRatingInput.qml:108388#: qml/Dash/Previews/PreviewRatingInput.qml:109
380msgid "Rate this"389msgid "Rate this"
381msgstr ""390msgstr ""
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:183392#: qml/Dash/Previews/PreviewRatingInput.qml:184
384msgid "Add a review"393msgid "Add a review"
385msgstr ""394msgstr ""
386395
387396
=== modified file 'po/am.po'
--- po/am.po 2016-11-08 05:41:47 +0000
+++ po/am.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-08-13 14:45+0000\n"15"PO-Revision-Date: 2016-08-13 14:45+0000\n"
12"Last-Translator: samson <Unknown>\n"16"Last-Translator: samson <Unknown>\n"
13"Language-Team: Amharic <am@li.org>\n"17"Language-Team: Amharic <am@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n > 1;\n"21"Plural-Forms: nplurals=2; plural=n > 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:08+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr "የሚካፈሉትን እቃ ቅድመ እይታ"323msgstr "የሚካፈሉትን እቃ ቅድመ እይታ"
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr "ማስቀመጫ"328msgstr "ማስቀመጫ"
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr "መፈለጊያ"333msgstr "መፈለጊያ"
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr "ማሰናጃዎች"338msgstr "ማሰናጃዎች"
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr "ከምወዳቸው ማስወገጃ"342msgstr "ከምወዳቸው ማስወገጃ"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr "ወደምወዳቸው መጨመሪያ"346msgstr "ወደምወዳቸው መጨመሪያ"
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr "እንደ ነበረ መመለሻ"354msgstr "እንደ ነበረ መመለሻ"
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr "ትንሽ ማሳያ"358msgstr "ትንሽ ማሳያ"
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr "ሁሉንም ማሳያ"362msgstr "ሁሉንም ማሳያ"
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr "መፈለጊያ"367msgstr "መፈለጊያ"
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr "ሁሉንም ማጽጃ"375msgstr "ሁሉንም ማጽጃ"
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "ተጨማሪ..."379msgstr "ተጨማሪ..."
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "አነስተኛ..."383msgstr "አነስተኛ..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "መላኪያ"388msgstr "መላኪያ"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "ለዚህ ደረጃ ይስጡ"392msgstr "ለዚህ ደረጃ ይስጡ"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "ግምገማ መጨመሪያ"396msgstr "ግምገማ መጨመሪያ"
388397
389398
=== modified file 'po/ar.po'
--- po/ar.po 2016-11-08 05:41:47 +0000
+++ po/ar.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-07-29 09:41+0000\n"15"PO-Revision-Date: 2015-07-29 09:41+0000\n"
12"Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"16"Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"
13"Language-Team: Arabic <ar@li.org>\n"17"Language-Team: Arabic <ar@li.org>\n"
@@ -16,8 +20,13 @@
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "21"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
18"3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"22"3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
23<<<<<<< TREE
19"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"24"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
20"X-Generator: Launchpad (build 18246)\n"25"X-Generator: Launchpad (build 18246)\n"
26=======
27"X-Launchpad-Export-Date: 2016-11-12 06:08+0000\n"
28"X-Generator: Launchpad (build 18255)\n"
29>>>>>>> MERGE-SOURCE
2130
22#: plugins/LightDM/Greeter.cpp:12331#: plugins/LightDM/Greeter.cpp:123
23msgid "Password: "32msgid "Password: "
@@ -314,26 +323,26 @@
314msgid "Preview Share Item"323msgid "Preview Share Item"
315msgstr ""324msgstr ""
316325
317#: qml/Dash/DashPageHeader.qml:362326#: qml/Dash/DashPageHeader.qml:361
318msgctxt "Button: Open the Ubuntu Store"327msgctxt "Button: Open the Ubuntu Store"
319msgid "Store"328msgid "Store"
320msgstr "المتجر"329msgstr "المتجر"
321330
322#: qml/Dash/DashPageHeader.qml:369331#: qml/Dash/DashPageHeader.qml:368
323msgctxt "Button: Start a search in the current dash scope"332msgctxt "Button: Start a search in the current dash scope"
324msgid "Search"333msgid "Search"
325msgstr "بحث"334msgstr "بحث"
326335
327#: qml/Dash/DashPageHeader.qml:379336#: qml/Dash/DashPageHeader.qml:378
328msgctxt "Button: Show the current dash scope settings"337msgctxt "Button: Show the current dash scope settings"
329msgid "Settings"338msgid "Settings"
330msgstr "الإعدادات"339msgstr "الإعدادات"
331340
332#: qml/Dash/DashPageHeader.qml:386341#: qml/Dash/DashPageHeader.qml:385
333msgid "Remove from Favorites"342msgid "Remove from Favorites"
334msgstr "حذف من المفضلات"343msgstr "حذف من المفضلات"
335344
336#: qml/Dash/DashPageHeader.qml:386345#: qml/Dash/DashPageHeader.qml:385
337msgid "Add to Favorites"346msgid "Add to Favorites"
338msgstr "إضافة إلى المفضلات"347msgstr "إضافة إلى المفضلات"
339348
@@ -345,15 +354,15 @@
345msgid "Reset"354msgid "Reset"
346msgstr ""355msgstr ""
347356
348#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782357#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
349msgid "Show less"358msgid "Show less"
350msgstr ""359msgstr ""
351360
352#: qml/Dash/GenericScopeView.qml:586361#: qml/Dash/GenericScopeView.qml:545
353msgid "Show all"362msgid "Show all"
354msgstr ""363msgstr ""
355364
356#: qml/Dash/GenericScopeView.qml:643365#: qml/Dash/GenericScopeView.qml:576
357msgctxt "Label: Hint for dash search line edit"366msgctxt "Label: Hint for dash search line edit"
358msgid "Search"367msgid "Search"
359msgstr "بحث"368msgstr "بحث"
@@ -366,24 +375,24 @@
366msgid "Clear All"375msgid "Clear All"
367msgstr ""376msgstr ""
368377
369#: qml/Dash/Previews/PreviewActionCombo.qml:35378#: qml/Dash/Previews/PreviewActionCombo.qml:36
370msgid "More..."379msgid "More..."
371msgstr "المزيد..."380msgstr "المزيد..."
372381
373#: qml/Dash/Previews/PreviewActionCombo.qml:35382#: qml/Dash/Previews/PreviewActionCombo.qml:36
374msgid "Less..."383msgid "Less..."
375msgstr "أقل..."384msgstr "أقل..."
376385
377#: qml/Dash/Previews/PreviewCommentInput.qml:83386#: qml/Dash/Previews/PreviewCommentInput.qml:83
378#: qml/Dash/Previews/PreviewRatingInput.qml:201387#: qml/Dash/Previews/PreviewRatingInput.qml:202
379msgid "Send"388msgid "Send"
380msgstr "أرسل"389msgstr "أرسل"
381390
382#: qml/Dash/Previews/PreviewRatingInput.qml:108391#: qml/Dash/Previews/PreviewRatingInput.qml:109
383msgid "Rate this"392msgid "Rate this"
384msgstr "قيّم ذلك"393msgstr "قيّم ذلك"
385394
386#: qml/Dash/Previews/PreviewRatingInput.qml:183395#: qml/Dash/Previews/PreviewRatingInput.qml:184
387msgid "Add a review"396msgid "Add a review"
388msgstr "أضف تعليق"397msgstr "أضف تعليق"
389398
390399
=== modified file 'po/ast.po'
--- po/ast.po 2016-11-08 05:41:47 +0000
+++ po/ast.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-09-28 13:40+0000\n"15"PO-Revision-Date: 2016-09-28 13:40+0000\n"
12"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"16"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
13"Language-Team: Asturian <ast@li.org>\n"17"Language-Team: Asturian <ast@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr "Entever l'elementu compartíu"323msgstr "Entever l'elementu compartíu"
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr "Tienda"328msgstr "Tienda"
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr "Guetar"333msgstr "Guetar"
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr "Axustes"338msgstr "Axustes"
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr "Desaniciar de favoritos"342msgstr "Desaniciar de favoritos"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr "Amestar a favoritos"346msgstr "Amestar a favoritos"
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr "Reafitar"354msgstr "Reafitar"
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr "Ver menos"358msgstr "Ver menos"
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr "Ver too"362msgstr "Ver too"
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr "Guetar"367msgstr "Guetar"
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr "Llimpiar too"375msgstr "Llimpiar too"
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "Más…"379msgstr "Más…"
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "Menos…"383msgstr "Menos…"
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "Unviar"388msgstr "Unviar"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "Valorar esto"392msgstr "Valorar esto"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "Amestar una reseña"396msgstr "Amestar una reseña"
388397
389398
=== modified file 'po/az.po'
--- po/az.po 2016-11-08 05:41:47 +0000
+++ po/az.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2014-09-03 16:39+0000\n"15"PO-Revision-Date: 2014-09-03 16:39+0000\n"
12"Last-Translator: Nicat Məmmədov <n1c4t97@gmail.com>\n"16"Last-Translator: Nicat Məmmədov <n1c4t97@gmail.com>\n"
13"Language-Team: Azerbaijani <az@li.org>\n"17"Language-Team: Azerbaijani <az@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -311,26 +320,26 @@
311msgid "Preview Share Item"320msgid "Preview Share Item"
312msgstr ""321msgstr ""
313322
314#: qml/Dash/DashPageHeader.qml:362323#: qml/Dash/DashPageHeader.qml:361
315msgctxt "Button: Open the Ubuntu Store"324msgctxt "Button: Open the Ubuntu Store"
316msgid "Store"325msgid "Store"
317msgstr ""326msgstr ""
318327
319#: qml/Dash/DashPageHeader.qml:369328#: qml/Dash/DashPageHeader.qml:368
320msgctxt "Button: Start a search in the current dash scope"329msgctxt "Button: Start a search in the current dash scope"
321msgid "Search"330msgid "Search"
322msgstr ""331msgstr ""
323332
324#: qml/Dash/DashPageHeader.qml:379333#: qml/Dash/DashPageHeader.qml:378
325msgctxt "Button: Show the current dash scope settings"334msgctxt "Button: Show the current dash scope settings"
326msgid "Settings"335msgid "Settings"
327msgstr ""336msgstr ""
328337
329#: qml/Dash/DashPageHeader.qml:386338#: qml/Dash/DashPageHeader.qml:385
330msgid "Remove from Favorites"339msgid "Remove from Favorites"
331msgstr "Seçilmişlәrdәn çıxart"340msgstr "Seçilmişlәrdәn çıxart"
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Add to Favorites"343msgid "Add to Favorites"
335msgstr "Seçilmişlәrә әlavә et"344msgstr "Seçilmişlәrә әlavә et"
336345
@@ -342,15 +351,15 @@
342msgid "Reset"351msgid "Reset"
343msgstr ""352msgstr ""
344353
345#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782354#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
346msgid "Show less"355msgid "Show less"
347msgstr ""356msgstr ""
348357
349#: qml/Dash/GenericScopeView.qml:586358#: qml/Dash/GenericScopeView.qml:545
350msgid "Show all"359msgid "Show all"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:643362#: qml/Dash/GenericScopeView.qml:576
354msgctxt "Label: Hint for dash search line edit"363msgctxt "Label: Hint for dash search line edit"
355msgid "Search"364msgid "Search"
356msgstr ""365msgstr ""
@@ -363,24 +372,24 @@
363msgid "Clear All"372msgid "Clear All"
364msgstr ""373msgstr ""
365374
366#: qml/Dash/Previews/PreviewActionCombo.qml:35375#: qml/Dash/Previews/PreviewActionCombo.qml:36
367msgid "More..."376msgid "More..."
368msgstr "Daha çox..."377msgstr "Daha çox..."
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "Less..."380msgid "Less..."
372msgstr "Az..."381msgstr "Az..."
373382
374#: qml/Dash/Previews/PreviewCommentInput.qml:83383#: qml/Dash/Previews/PreviewCommentInput.qml:83
375#: qml/Dash/Previews/PreviewRatingInput.qml:201384#: qml/Dash/Previews/PreviewRatingInput.qml:202
376msgid "Send"385msgid "Send"
377msgstr "Göndər"386msgstr "Göndər"
378387
379#: qml/Dash/Previews/PreviewRatingInput.qml:108388#: qml/Dash/Previews/PreviewRatingInput.qml:109
380msgid "Rate this"389msgid "Rate this"
381msgstr "Qiymәtlәndir"390msgstr "Qiymәtlәndir"
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:183392#: qml/Dash/Previews/PreviewRatingInput.qml:184
384msgid "Add a review"393msgid "Add a review"
385msgstr "Rəy yaz"394msgstr "Rəy yaz"
386395
387396
=== modified file 'po/be.po'
--- po/be.po 2016-11-08 05:41:47 +0000
+++ po/be.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-12-13 13:12+0000\n"15"PO-Revision-Date: 2015-12-13 13:12+0000\n"
12"Last-Translator: Mikhail_SaTuRn <mikhail_saturn@tut.by>\n"16"Last-Translator: Mikhail_SaTuRn <mikhail_saturn@tut.by>\n"
13"Language-Team: Belarusian <be@li.org>\n"17"Language-Team: Belarusian <be@li.org>\n"
@@ -16,8 +20,13 @@
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "21"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
18"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"22"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
23<<<<<<< TREE
19"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"24"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
20"X-Generator: Launchpad (build 18246)\n"25"X-Generator: Launchpad (build 18246)\n"
26=======
27"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
28"X-Generator: Launchpad (build 18255)\n"
29>>>>>>> MERGE-SOURCE
2130
22#: plugins/LightDM/Greeter.cpp:12331#: plugins/LightDM/Greeter.cpp:123
23msgid "Password: "32msgid "Password: "
@@ -314,26 +323,26 @@
314msgid "Preview Share Item"323msgid "Preview Share Item"
315msgstr "Праглядзець элемент"324msgstr "Праглядзець элемент"
316325
317#: qml/Dash/DashPageHeader.qml:362326#: qml/Dash/DashPageHeader.qml:361
318msgctxt "Button: Open the Ubuntu Store"327msgctxt "Button: Open the Ubuntu Store"
319msgid "Store"328msgid "Store"
320msgstr "Крама"329msgstr "Крама"
321330
322#: qml/Dash/DashPageHeader.qml:369331#: qml/Dash/DashPageHeader.qml:368
323msgctxt "Button: Start a search in the current dash scope"332msgctxt "Button: Start a search in the current dash scope"
324msgid "Search"333msgid "Search"
325msgstr "Пошук"334msgstr "Пошук"
326335
327#: qml/Dash/DashPageHeader.qml:379336#: qml/Dash/DashPageHeader.qml:378
328msgctxt "Button: Show the current dash scope settings"337msgctxt "Button: Show the current dash scope settings"
329msgid "Settings"338msgid "Settings"
330msgstr "Налады"339msgstr "Налады"
331340
332#: qml/Dash/DashPageHeader.qml:386341#: qml/Dash/DashPageHeader.qml:385
333msgid "Remove from Favorites"342msgid "Remove from Favorites"
334msgstr "Выдаліць з абранага"343msgstr "Выдаліць з абранага"
335344
336#: qml/Dash/DashPageHeader.qml:386345#: qml/Dash/DashPageHeader.qml:385
337msgid "Add to Favorites"346msgid "Add to Favorites"
338msgstr "Дадаць да абранага"347msgstr "Дадаць да абранага"
339348
@@ -345,15 +354,15 @@
345msgid "Reset"354msgid "Reset"
346msgstr ""355msgstr ""
347356
348#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782357#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
349msgid "Show less"358msgid "Show less"
350msgstr ""359msgstr ""
351360
352#: qml/Dash/GenericScopeView.qml:586361#: qml/Dash/GenericScopeView.qml:545
353msgid "Show all"362msgid "Show all"
354msgstr ""363msgstr ""
355364
356#: qml/Dash/GenericScopeView.qml:643365#: qml/Dash/GenericScopeView.qml:576
357msgctxt "Label: Hint for dash search line edit"366msgctxt "Label: Hint for dash search line edit"
358msgid "Search"367msgid "Search"
359msgstr "Пошук"368msgstr "Пошук"
@@ -366,24 +375,24 @@
366msgid "Clear All"375msgid "Clear All"
367msgstr ""376msgstr ""
368377
369#: qml/Dash/Previews/PreviewActionCombo.qml:35378#: qml/Dash/Previews/PreviewActionCombo.qml:36
370msgid "More..."379msgid "More..."
371msgstr "Болей…"380msgstr "Болей…"
372381
373#: qml/Dash/Previews/PreviewActionCombo.qml:35382#: qml/Dash/Previews/PreviewActionCombo.qml:36
374msgid "Less..."383msgid "Less..."
375msgstr "Менш..."384msgstr "Менш..."
376385
377#: qml/Dash/Previews/PreviewCommentInput.qml:83386#: qml/Dash/Previews/PreviewCommentInput.qml:83
378#: qml/Dash/Previews/PreviewRatingInput.qml:201387#: qml/Dash/Previews/PreviewRatingInput.qml:202
379msgid "Send"388msgid "Send"
380msgstr "Адправіць"389msgstr "Адправіць"
381390
382#: qml/Dash/Previews/PreviewRatingInput.qml:108391#: qml/Dash/Previews/PreviewRatingInput.qml:109
383msgid "Rate this"392msgid "Rate this"
384msgstr "Ацаніць"393msgstr "Ацаніць"
385394
386#: qml/Dash/Previews/PreviewRatingInput.qml:183395#: qml/Dash/Previews/PreviewRatingInput.qml:184
387msgid "Add a review"396msgid "Add a review"
388msgstr "Дадаць рэцэнзію"397msgstr "Дадаць рэцэнзію"
389398
390399
=== modified file 'po/bg.po'
--- po/bg.po 2016-11-08 05:41:47 +0000
+++ po/bg.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-04-12 14:43+0000\n"15"PO-Revision-Date: 2015-04-12 14:43+0000\n"
12"Last-Translator: George Karavasilev <kokoto-java@ubuntu.com>\n"16"Last-Translator: George Karavasilev <kokoto-java@ubuntu.com>\n"
13"Language-Team: Bulgarian <bg@li.org>\n"17"Language-Team: Bulgarian <bg@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr ""323msgstr ""
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr ""328msgstr ""
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr ""333msgstr ""
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr ""338msgstr ""
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr ""342msgstr ""
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr ""346msgstr ""
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr ""354msgstr ""
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr ""358msgstr ""
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr ""362msgstr ""
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr ""367msgstr ""
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr ""375msgstr ""
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr ""379msgstr ""
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "По-малко..."383msgstr "По-малко..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "Изпрати"388msgstr "Изпрати"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "Оценете това"392msgstr "Оценете това"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "Добави отзив"396msgstr "Добави отзив"
388397
389398
=== modified file 'po/bn.po'
--- po/bn.po 2016-11-08 05:41:47 +0000
+++ po/bn.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-11-27 19:38+0000\n"15"PO-Revision-Date: 2015-11-27 19:38+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"16"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Bengali <bn@li.org>\n"17"Language-Team: Bengali <bn@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr ""323msgstr ""
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr "স্টোর"328msgstr "স্টোর"
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr "খুঁজুন"333msgstr "খুঁজুন"
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr "সেটিংস"338msgstr "সেটিংস"
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr "পছন্দ থেকে মুছে ফেলুন"342msgstr "পছন্দ থেকে মুছে ফেলুন"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr "পছন্দতে যোগ করুন"346msgstr "পছন্দতে যোগ করুন"
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr ""354msgstr ""
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr ""358msgstr ""
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr ""362msgstr ""
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr "খুঁজুন"367msgstr "খুঁজুন"
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr ""375msgstr ""
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "আরো..."379msgstr "আরো..."
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "কম..."383msgstr "কম..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "পাঠান"388msgstr "পাঠান"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "রেটিং দিন"392msgstr "রেটিং দিন"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "আপনার মতামত দিন"396msgstr "আপনার মতামত দিন"
388397
389398
=== modified file 'po/br.po'
--- po/br.po 2016-11-08 05:41:47 +0000
+++ po/br.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-08-29 11:37+0000\n"15"PO-Revision-Date: 2016-08-29 11:37+0000\n"
12"Last-Translator: Fohanno Thierry <thierry.fohanno@ofis-bzh.org>\n"16"Last-Translator: Fohanno Thierry <thierry.fohanno@ofis-bzh.org>\n"
13"Language-Team: Breton <br@li.org>\n"17"Language-Team: Breton <br@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n > 1;\n"21"Plural-Forms: nplurals=2; plural=n > 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -316,26 +325,26 @@
316msgid "Preview Share Item"325msgid "Preview Share Item"
317msgstr "Rakwelet an elfenn lodet"326msgstr "Rakwelet an elfenn lodet"
318327
319#: qml/Dash/DashPageHeader.qml:362328#: qml/Dash/DashPageHeader.qml:361
320msgctxt "Button: Open the Ubuntu Store"329msgctxt "Button: Open the Ubuntu Store"
321msgid "Store"330msgid "Store"
322msgstr "Stal"331msgstr "Stal"
323332
324#: qml/Dash/DashPageHeader.qml:369333#: qml/Dash/DashPageHeader.qml:368
325msgctxt "Button: Start a search in the current dash scope"334msgctxt "Button: Start a search in the current dash scope"
326msgid "Search"335msgid "Search"
327msgstr "Klask"336msgstr "Klask"
328337
329#: qml/Dash/DashPageHeader.qml:379338#: qml/Dash/DashPageHeader.qml:378
330msgctxt "Button: Show the current dash scope settings"339msgctxt "Button: Show the current dash scope settings"
331msgid "Settings"340msgid "Settings"
332msgstr "Arventennoù"341msgstr "Arventennoù"
333342
334#: qml/Dash/DashPageHeader.qml:386343#: qml/Dash/DashPageHeader.qml:385
335msgid "Remove from Favorites"344msgid "Remove from Favorites"
336msgstr "Lemel eus ar sinedoù"345msgstr "Lemel eus ar sinedoù"
337346
338#: qml/Dash/DashPageHeader.qml:386347#: qml/Dash/DashPageHeader.qml:385
339msgid "Add to Favorites"348msgid "Add to Favorites"
340msgstr "Ouzhpennañ d'ar sinedoù"349msgstr "Ouzhpennañ d'ar sinedoù"
341350
@@ -347,15 +356,15 @@
347msgid "Reset"356msgid "Reset"
348msgstr "Adderaouekaat"357msgstr "Adderaouekaat"
349358
350#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782359#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
351msgid "Show less"360msgid "Show less"
352msgstr "Diskouez nebeutoc'h"361msgstr "Diskouez nebeutoc'h"
353362
354#: qml/Dash/GenericScopeView.qml:586363#: qml/Dash/GenericScopeView.qml:545
355msgid "Show all"364msgid "Show all"
356msgstr "Diskouez pep tra"365msgstr "Diskouez pep tra"
357366
358#: qml/Dash/GenericScopeView.qml:643367#: qml/Dash/GenericScopeView.qml:576
359msgctxt "Label: Hint for dash search line edit"368msgctxt "Label: Hint for dash search line edit"
360msgid "Search"369msgid "Search"
361msgstr "Klask"370msgstr "Klask"
@@ -368,24 +377,24 @@
368msgid "Clear All"377msgid "Clear All"
369msgstr "Diverkañ pep tra"378msgstr "Diverkañ pep tra"
370379
371#: qml/Dash/Previews/PreviewActionCombo.qml:35380#: qml/Dash/Previews/PreviewActionCombo.qml:36
372msgid "More..."381msgid "More..."
373msgstr "Muioc'h..."382msgstr "Muioc'h..."
374383
375#: qml/Dash/Previews/PreviewActionCombo.qml:35384#: qml/Dash/Previews/PreviewActionCombo.qml:36
376msgid "Less..."385msgid "Less..."
377msgstr "Nebeutoc'h..."386msgstr "Nebeutoc'h..."
378387
379#: qml/Dash/Previews/PreviewCommentInput.qml:83388#: qml/Dash/Previews/PreviewCommentInput.qml:83
380#: qml/Dash/Previews/PreviewRatingInput.qml:201389#: qml/Dash/Previews/PreviewRatingInput.qml:202
381msgid "Send"390msgid "Send"
382msgstr "Kas"391msgstr "Kas"
383392
384#: qml/Dash/Previews/PreviewRatingInput.qml:108393#: qml/Dash/Previews/PreviewRatingInput.qml:109
385msgid "Rate this"394msgid "Rate this"
386msgstr "Priziit an dra-mañ"395msgstr "Priziit an dra-mañ"
387396
388#: qml/Dash/Previews/PreviewRatingInput.qml:183397#: qml/Dash/Previews/PreviewRatingInput.qml:184
389msgid "Add a review"398msgid "Add a review"
390msgstr "Ouzhpennañ un ali"399msgstr "Ouzhpennañ un ali"
391400
392401
=== modified file 'po/bs.po'
--- po/bs.po 2016-11-08 05:41:47 +0000
+++ po/bs.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-12-01 20:06+0000\n"15"PO-Revision-Date: 2015-12-01 20:06+0000\n"
12"Last-Translator: Kenan Gutić <Unknown>\n"16"Last-Translator: Kenan Gutić <Unknown>\n"
13"Language-Team: Bosnian <bs@li.org>\n"17"Language-Team: Bosnian <bs@li.org>\n"
@@ -16,8 +20,13 @@
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "21"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
18"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"22"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
23<<<<<<< TREE
19"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"24"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
20"X-Generator: Launchpad (build 18246)\n"25"X-Generator: Launchpad (build 18246)\n"
26=======
27"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
28"X-Generator: Launchpad (build 18255)\n"
29>>>>>>> MERGE-SOURCE
2130
22#: plugins/LightDM/Greeter.cpp:12331#: plugins/LightDM/Greeter.cpp:123
23msgid "Password: "32msgid "Password: "
@@ -316,26 +325,26 @@
316msgid "Preview Share Item"325msgid "Preview Share Item"
317msgstr "Pogledaj stavku koja se dijeli"326msgstr "Pogledaj stavku koja se dijeli"
318327
319#: qml/Dash/DashPageHeader.qml:362328#: qml/Dash/DashPageHeader.qml:361
320msgctxt "Button: Open the Ubuntu Store"329msgctxt "Button: Open the Ubuntu Store"
321msgid "Store"330msgid "Store"
322msgstr "Trgovina"331msgstr "Trgovina"
323332
324#: qml/Dash/DashPageHeader.qml:369333#: qml/Dash/DashPageHeader.qml:368
325msgctxt "Button: Start a search in the current dash scope"334msgctxt "Button: Start a search in the current dash scope"
326msgid "Search"335msgid "Search"
327msgstr "Pretraživanje"336msgstr "Pretraživanje"
328337
329#: qml/Dash/DashPageHeader.qml:379338#: qml/Dash/DashPageHeader.qml:378
330msgctxt "Button: Show the current dash scope settings"339msgctxt "Button: Show the current dash scope settings"
331msgid "Settings"340msgid "Settings"
332msgstr "Podešavanja"341msgstr "Podešavanja"
333342
334#: qml/Dash/DashPageHeader.qml:386343#: qml/Dash/DashPageHeader.qml:385
335msgid "Remove from Favorites"344msgid "Remove from Favorites"
336msgstr "Ukloni iz Omiljenih"345msgstr "Ukloni iz Omiljenih"
337346
338#: qml/Dash/DashPageHeader.qml:386347#: qml/Dash/DashPageHeader.qml:385
339msgid "Add to Favorites"348msgid "Add to Favorites"
340msgstr "Dodaj u Omiljene"349msgstr "Dodaj u Omiljene"
341350
@@ -347,15 +356,15 @@
347msgid "Reset"356msgid "Reset"
348msgstr ""357msgstr ""
349358
350#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782359#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
351msgid "Show less"360msgid "Show less"
352msgstr ""361msgstr ""
353362
354#: qml/Dash/GenericScopeView.qml:586363#: qml/Dash/GenericScopeView.qml:545
355msgid "Show all"364msgid "Show all"
356msgstr ""365msgstr ""
357366
358#: qml/Dash/GenericScopeView.qml:643367#: qml/Dash/GenericScopeView.qml:576
359msgctxt "Label: Hint for dash search line edit"368msgctxt "Label: Hint for dash search line edit"
360msgid "Search"369msgid "Search"
361msgstr "Pretraži"370msgstr "Pretraži"
@@ -368,24 +377,24 @@
368msgid "Clear All"377msgid "Clear All"
369msgstr ""378msgstr ""
370379
371#: qml/Dash/Previews/PreviewActionCombo.qml:35380#: qml/Dash/Previews/PreviewActionCombo.qml:36
372msgid "More..."381msgid "More..."
373msgstr "Više..."382msgstr "Više..."
374383
375#: qml/Dash/Previews/PreviewActionCombo.qml:35384#: qml/Dash/Previews/PreviewActionCombo.qml:36
376msgid "Less..."385msgid "Less..."
377msgstr "Manje..."386msgstr "Manje..."
378387
379#: qml/Dash/Previews/PreviewCommentInput.qml:83388#: qml/Dash/Previews/PreviewCommentInput.qml:83
380#: qml/Dash/Previews/PreviewRatingInput.qml:201389#: qml/Dash/Previews/PreviewRatingInput.qml:202
381msgid "Send"390msgid "Send"
382msgstr "Pošalji"391msgstr "Pošalji"
383392
384#: qml/Dash/Previews/PreviewRatingInput.qml:108393#: qml/Dash/Previews/PreviewRatingInput.qml:109
385msgid "Rate this"394msgid "Rate this"
386msgstr "Ocijeni ovo"395msgstr "Ocijeni ovo"
387396
388#: qml/Dash/Previews/PreviewRatingInput.qml:183397#: qml/Dash/Previews/PreviewRatingInput.qml:184
389msgid "Add a review"398msgid "Add a review"
390msgstr "Dodaj recenziju"399msgstr "Dodaj recenziju"
391400
392401
=== modified file 'po/ca.po'
--- po/ca.po 2016-11-08 05:41:47 +0000
+++ po/ca.po 2016-11-14 12:06:52 +0000
@@ -7,16 +7,26 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
11"PO-Revision-Date: 2016-09-27 06:51+0000\n"12"PO-Revision-Date: 2016-09-27 06:51+0000\n"
13=======
14"POT-Creation-Date: 2016-11-09 15:10+0000\n"
15"PO-Revision-Date: 2016-11-11 06:30+0000\n"
16>>>>>>> MERGE-SOURCE
12"Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"17"Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
13"Language-Team: Catalan <ca@li.org>\n"18"Language-Team: Catalan <ca@li.org>\n"
14"MIME-Version: 1.0\n"19"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"20"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"21"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"22"Plural-Forms: nplurals=2; plural=n != 1;\n"
23<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"24"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"25"X-Generator: Launchpad (build 18246)\n"
26=======
27"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
28"X-Generator: Launchpad (build 18255)\n"
29>>>>>>> MERGE-SOURCE
2030
21#: plugins/LightDM/Greeter.cpp:12331#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "32msgid "Password: "
@@ -315,26 +325,26 @@
315msgid "Preview Share Item"325msgid "Preview Share Item"
316msgstr "Previsualitzeu l'element a compartir"326msgstr "Previsualitzeu l'element a compartir"
317327
318#: qml/Dash/DashPageHeader.qml:362328#: qml/Dash/DashPageHeader.qml:361
319msgctxt "Button: Open the Ubuntu Store"329msgctxt "Button: Open the Ubuntu Store"
320msgid "Store"330msgid "Store"
321msgstr "Botiga"331msgstr "Botiga"
322332
323#: qml/Dash/DashPageHeader.qml:369333#: qml/Dash/DashPageHeader.qml:368
324msgctxt "Button: Start a search in the current dash scope"334msgctxt "Button: Start a search in the current dash scope"
325msgid "Search"335msgid "Search"
326msgstr "Cerca"336msgstr "Cerca"
327337
328#: qml/Dash/DashPageHeader.qml:379338#: qml/Dash/DashPageHeader.qml:378
329msgctxt "Button: Show the current dash scope settings"339msgctxt "Button: Show the current dash scope settings"
330msgid "Settings"340msgid "Settings"
331msgstr "Paràmetres"341msgstr "Paràmetres"
332342
333#: qml/Dash/DashPageHeader.qml:386343#: qml/Dash/DashPageHeader.qml:385
334msgid "Remove from Favorites"344msgid "Remove from Favorites"
335msgstr "Suprimeix dels preferits"345msgstr "Suprimeix dels preferits"
336346
337#: qml/Dash/DashPageHeader.qml:386347#: qml/Dash/DashPageHeader.qml:385
338msgid "Add to Favorites"348msgid "Add to Favorites"
339msgstr "Afegeix als preferits"349msgstr "Afegeix als preferits"
340350
@@ -346,15 +356,15 @@
346msgid "Reset"356msgid "Reset"
347msgstr "Restableix"357msgstr "Restableix"
348358
349#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782359#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
350msgid "Show less"360msgid "Show less"
351msgstr "Mostra menys"361msgstr "Mostra menys"
352362
353#: qml/Dash/GenericScopeView.qml:586363#: qml/Dash/GenericScopeView.qml:545
354msgid "Show all"364msgid "Show all"
355msgstr "Mostra tot"365msgstr "Mostra-ho tot"
356366
357#: qml/Dash/GenericScopeView.qml:643367#: qml/Dash/GenericScopeView.qml:576
358msgctxt "Label: Hint for dash search line edit"368msgctxt "Label: Hint for dash search line edit"
359msgid "Search"369msgid "Search"
360msgstr "Cerca"370msgstr "Cerca"
@@ -367,24 +377,24 @@
367msgid "Clear All"377msgid "Clear All"
368msgstr "Neteja-ho tot"378msgstr "Neteja-ho tot"
369379
370#: qml/Dash/Previews/PreviewActionCombo.qml:35380#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "More..."381msgid "More..."
372msgstr "Més..."382msgstr "Més..."
373383
374#: qml/Dash/Previews/PreviewActionCombo.qml:35384#: qml/Dash/Previews/PreviewActionCombo.qml:36
375msgid "Less..."385msgid "Less..."
376msgstr "Menys..."386msgstr "Menys..."
377387
378#: qml/Dash/Previews/PreviewCommentInput.qml:83388#: qml/Dash/Previews/PreviewCommentInput.qml:83
379#: qml/Dash/Previews/PreviewRatingInput.qml:201389#: qml/Dash/Previews/PreviewRatingInput.qml:202
380msgid "Send"390msgid "Send"
381msgstr "Envia"391msgstr "Envia"
382392
383#: qml/Dash/Previews/PreviewRatingInput.qml:108393#: qml/Dash/Previews/PreviewRatingInput.qml:109
384msgid "Rate this"394msgid "Rate this"
385msgstr "Puntueu-ho"395msgstr "Puntueu-ho"
386396
387#: qml/Dash/Previews/PreviewRatingInput.qml:183397#: qml/Dash/Previews/PreviewRatingInput.qml:184
388msgid "Add a review"398msgid "Add a review"
389msgstr "Afegiu una ressenya"399msgstr "Afegiu una ressenya"
390400
391401
=== modified file 'po/ca@valencia.po'
--- po/ca@valencia.po 2016-11-08 05:41:47 +0000
+++ po/ca@valencia.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-02-22 15:22+0000\n"15"PO-Revision-Date: 2015-02-22 15:22+0000\n"
12"Last-Translator: David Planella <david.planella@gmail.com>\n"16"Last-Translator: David Planella <david.planella@gmail.com>\n"
13"Language-Team: Catalan <ca@li.org>\n"17"Language-Team: Catalan <ca@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr ""323msgstr ""
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr ""328msgstr ""
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr ""333msgstr ""
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr ""338msgstr ""
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr "Suprimeix dels preferits"342msgstr "Suprimeix dels preferits"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr "Afig als preferits"346msgstr "Afig als preferits"
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr ""354msgstr ""
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr ""358msgstr ""
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr ""362msgstr ""
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr ""367msgstr ""
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr ""375msgstr ""
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "Més..."379msgstr "Més..."
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "Menys..."383msgstr "Menys..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "Envia"388msgstr "Envia"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "Puntueu-ho"392msgstr "Puntueu-ho"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "Afegiu una ressenya"396msgstr "Afegiu una ressenya"
388397
389398
=== modified file 'po/ce.po'
--- po/ce.po 2016-11-08 05:41:47 +0000
+++ po/ce.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-02-15 04:01+0000\n"15"PO-Revision-Date: 2015-02-15 04:01+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"16"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Chechen <ce@li.org>\n"17"Language-Team: Chechen <ce@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -311,26 +320,26 @@
311msgid "Preview Share Item"320msgid "Preview Share Item"
312msgstr ""321msgstr ""
313322
314#: qml/Dash/DashPageHeader.qml:362323#: qml/Dash/DashPageHeader.qml:361
315msgctxt "Button: Open the Ubuntu Store"324msgctxt "Button: Open the Ubuntu Store"
316msgid "Store"325msgid "Store"
317msgstr ""326msgstr ""
318327
319#: qml/Dash/DashPageHeader.qml:369328#: qml/Dash/DashPageHeader.qml:368
320msgctxt "Button: Start a search in the current dash scope"329msgctxt "Button: Start a search in the current dash scope"
321msgid "Search"330msgid "Search"
322msgstr ""331msgstr ""
323332
324#: qml/Dash/DashPageHeader.qml:379333#: qml/Dash/DashPageHeader.qml:378
325msgctxt "Button: Show the current dash scope settings"334msgctxt "Button: Show the current dash scope settings"
326msgid "Settings"335msgid "Settings"
327msgstr ""336msgstr ""
328337
329#: qml/Dash/DashPageHeader.qml:386338#: qml/Dash/DashPageHeader.qml:385
330msgid "Remove from Favorites"339msgid "Remove from Favorites"
331msgstr ""340msgstr ""
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Add to Favorites"343msgid "Add to Favorites"
335msgstr ""344msgstr ""
336345
@@ -342,15 +351,15 @@
342msgid "Reset"351msgid "Reset"
343msgstr ""352msgstr ""
344353
345#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782354#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
346msgid "Show less"355msgid "Show less"
347msgstr ""356msgstr ""
348357
349#: qml/Dash/GenericScopeView.qml:586358#: qml/Dash/GenericScopeView.qml:545
350msgid "Show all"359msgid "Show all"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:643362#: qml/Dash/GenericScopeView.qml:576
354msgctxt "Label: Hint for dash search line edit"363msgctxt "Label: Hint for dash search line edit"
355msgid "Search"364msgid "Search"
356msgstr ""365msgstr ""
@@ -363,24 +372,24 @@
363msgid "Clear All"372msgid "Clear All"
364msgstr ""373msgstr ""
365374
366#: qml/Dash/Previews/PreviewActionCombo.qml:35375#: qml/Dash/Previews/PreviewActionCombo.qml:36
367msgid "More..."376msgid "More..."
368msgstr ""377msgstr ""
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "Less..."380msgid "Less..."
372msgstr ""381msgstr ""
373382
374#: qml/Dash/Previews/PreviewCommentInput.qml:83383#: qml/Dash/Previews/PreviewCommentInput.qml:83
375#: qml/Dash/Previews/PreviewRatingInput.qml:201384#: qml/Dash/Previews/PreviewRatingInput.qml:202
376msgid "Send"385msgid "Send"
377msgstr ""386msgstr ""
378387
379#: qml/Dash/Previews/PreviewRatingInput.qml:108388#: qml/Dash/Previews/PreviewRatingInput.qml:109
380msgid "Rate this"389msgid "Rate this"
381msgstr ""390msgstr ""
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:183392#: qml/Dash/Previews/PreviewRatingInput.qml:184
384msgid "Add a review"393msgid "Add a review"
385msgstr ""394msgstr ""
386395
387396
=== modified file 'po/ckb.po'
--- po/ckb.po 2016-11-08 05:41:47 +0000
+++ po/ckb.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2014-01-21 11:05+0000\n"15"PO-Revision-Date: 2014-01-21 11:05+0000\n"
12"Last-Translator: Aras <aras.noori@gmail.com>\n"16"Last-Translator: Aras <aras.noori@gmail.com>\n"
13"Language-Team: Kurdish (Sorani) <ckb@li.org>\n"17"Language-Team: Kurdish (Sorani) <ckb@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -311,26 +320,26 @@
311msgid "Preview Share Item"320msgid "Preview Share Item"
312msgstr ""321msgstr ""
313322
314#: qml/Dash/DashPageHeader.qml:362323#: qml/Dash/DashPageHeader.qml:361
315msgctxt "Button: Open the Ubuntu Store"324msgctxt "Button: Open the Ubuntu Store"
316msgid "Store"325msgid "Store"
317msgstr ""326msgstr ""
318327
319#: qml/Dash/DashPageHeader.qml:369328#: qml/Dash/DashPageHeader.qml:368
320msgctxt "Button: Start a search in the current dash scope"329msgctxt "Button: Start a search in the current dash scope"
321msgid "Search"330msgid "Search"
322msgstr ""331msgstr ""
323332
324#: qml/Dash/DashPageHeader.qml:379333#: qml/Dash/DashPageHeader.qml:378
325msgctxt "Button: Show the current dash scope settings"334msgctxt "Button: Show the current dash scope settings"
326msgid "Settings"335msgid "Settings"
327msgstr ""336msgstr ""
328337
329#: qml/Dash/DashPageHeader.qml:386338#: qml/Dash/DashPageHeader.qml:385
330msgid "Remove from Favorites"339msgid "Remove from Favorites"
331msgstr ""340msgstr ""
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Add to Favorites"343msgid "Add to Favorites"
335msgstr ""344msgstr ""
336345
@@ -342,15 +351,15 @@
342msgid "Reset"351msgid "Reset"
343msgstr ""352msgstr ""
344353
345#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782354#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
346msgid "Show less"355msgid "Show less"
347msgstr ""356msgstr ""
348357
349#: qml/Dash/GenericScopeView.qml:586358#: qml/Dash/GenericScopeView.qml:545
350msgid "Show all"359msgid "Show all"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:643362#: qml/Dash/GenericScopeView.qml:576
354msgctxt "Label: Hint for dash search line edit"363msgctxt "Label: Hint for dash search line edit"
355msgid "Search"364msgid "Search"
356msgstr ""365msgstr ""
@@ -363,24 +372,24 @@
363msgid "Clear All"372msgid "Clear All"
364msgstr ""373msgstr ""
365374
366#: qml/Dash/Previews/PreviewActionCombo.qml:35375#: qml/Dash/Previews/PreviewActionCombo.qml:36
367msgid "More..."376msgid "More..."
368msgstr ""377msgstr ""
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "Less..."380msgid "Less..."
372msgstr ""381msgstr ""
373382
374#: qml/Dash/Previews/PreviewCommentInput.qml:83383#: qml/Dash/Previews/PreviewCommentInput.qml:83
375#: qml/Dash/Previews/PreviewRatingInput.qml:201384#: qml/Dash/Previews/PreviewRatingInput.qml:202
376msgid "Send"385msgid "Send"
377msgstr "ناردن"386msgstr "ناردن"
378387
379#: qml/Dash/Previews/PreviewRatingInput.qml:108388#: qml/Dash/Previews/PreviewRatingInput.qml:109
380msgid "Rate this"389msgid "Rate this"
381msgstr "پلە دابنی بۆی"390msgstr "پلە دابنی بۆی"
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:183392#: qml/Dash/Previews/PreviewRatingInput.qml:184
384msgid "Add a review"393msgid "Add a review"
385msgstr "پێداچوونەوە زۆر بکە"394msgstr "پێداچوونەوە زۆر بکە"
386395
387396
=== modified file 'po/co.po'
--- po/co.po 2016-11-08 05:41:47 +0000
+++ po/co.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-05-24 10:40+0000\n"15"PO-Revision-Date: 2016-05-24 10:40+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"16"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Corsican <co@li.org>\n"17"Language-Team: Corsican <co@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -315,26 +324,26 @@
315msgid "Preview Share Item"324msgid "Preview Share Item"
316msgstr "Anteprima elementi da sparte"325msgstr "Anteprima elementi da sparte"
317326
318#: qml/Dash/DashPageHeader.qml:362327#: qml/Dash/DashPageHeader.qml:361
319msgctxt "Button: Open the Ubuntu Store"328msgctxt "Button: Open the Ubuntu Store"
320msgid "Store"329msgid "Store"
321msgstr "Buttega"330msgstr "Buttega"
322331
323#: qml/Dash/DashPageHeader.qml:369332#: qml/Dash/DashPageHeader.qml:368
324msgctxt "Button: Start a search in the current dash scope"333msgctxt "Button: Start a search in the current dash scope"
325msgid "Search"334msgid "Search"
326msgstr "Circà"335msgstr "Circà"
327336
328#: qml/Dash/DashPageHeader.qml:379337#: qml/Dash/DashPageHeader.qml:378
329msgctxt "Button: Show the current dash scope settings"338msgctxt "Button: Show the current dash scope settings"
330msgid "Settings"339msgid "Settings"
331msgstr "Parametri"340msgstr "Parametri"
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Remove from Favorites"343msgid "Remove from Favorites"
335msgstr "Toglie da i Favuriti"344msgstr "Toglie da i Favuriti"
336345
337#: qml/Dash/DashPageHeader.qml:386346#: qml/Dash/DashPageHeader.qml:385
338msgid "Add to Favorites"347msgid "Add to Favorites"
339msgstr "Aghjustà à i Favuriti"348msgstr "Aghjustà à i Favuriti"
340349
@@ -346,15 +355,15 @@
346msgid "Reset"355msgid "Reset"
347msgstr "Re-inizializzà"356msgstr "Re-inizializzà"
348357
349#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782358#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
350msgid "Show less"359msgid "Show less"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:586362#: qml/Dash/GenericScopeView.qml:545
354msgid "Show all"363msgid "Show all"
355msgstr ""364msgstr ""
356365
357#: qml/Dash/GenericScopeView.qml:643366#: qml/Dash/GenericScopeView.qml:576
358msgctxt "Label: Hint for dash search line edit"367msgctxt "Label: Hint for dash search line edit"
359msgid "Search"368msgid "Search"
360msgstr "Circà"369msgstr "Circà"
@@ -367,24 +376,24 @@
367msgid "Clear All"376msgid "Clear All"
368msgstr "Squassà tuttu"377msgstr "Squassà tuttu"
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "More..."380msgid "More..."
372msgstr "Di più..."381msgstr "Di più..."
373382
374#: qml/Dash/Previews/PreviewActionCombo.qml:35383#: qml/Dash/Previews/PreviewActionCombo.qml:36
375msgid "Less..."384msgid "Less..."
376msgstr "Menu..."385msgstr "Menu..."
377386
378#: qml/Dash/Previews/PreviewCommentInput.qml:83387#: qml/Dash/Previews/PreviewCommentInput.qml:83
379#: qml/Dash/Previews/PreviewRatingInput.qml:201388#: qml/Dash/Previews/PreviewRatingInput.qml:202
380msgid "Send"389msgid "Send"
381msgstr "Mandà"390msgstr "Mandà"
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:108392#: qml/Dash/Previews/PreviewRatingInput.qml:109
384msgid "Rate this"393msgid "Rate this"
385msgstr "Ghjudicà questu"394msgstr "Ghjudicà questu"
386395
387#: qml/Dash/Previews/PreviewRatingInput.qml:183396#: qml/Dash/Previews/PreviewRatingInput.qml:184
388msgid "Add a review"397msgid "Add a review"
389msgstr "Aghjustà una recensione"398msgstr "Aghjustà una recensione"
390399
391400
=== modified file 'po/cs.po'
--- po/cs.po 2016-11-08 05:41:47 +0000
+++ po/cs.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-07-07 10:44+0000\n"15"PO-Revision-Date: 2015-07-07 10:44+0000\n"
12"Last-Translator: Vojtěch Daněk <vdanek@outlook.com>\n"16"Last-Translator: Vojtěch Daněk <vdanek@outlook.com>\n"
13"Language-Team: Czech <cs@li.org>\n"17"Language-Team: Czech <cs@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"21"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
20"Language: cs\n"29"Language: cs\n"
2130
22#: plugins/LightDM/Greeter.cpp:12331#: plugins/LightDM/Greeter.cpp:123
@@ -314,26 +323,26 @@
314msgid "Preview Share Item"323msgid "Preview Share Item"
315msgstr ""324msgstr ""
316325
317#: qml/Dash/DashPageHeader.qml:362326#: qml/Dash/DashPageHeader.qml:361
318msgctxt "Button: Open the Ubuntu Store"327msgctxt "Button: Open the Ubuntu Store"
319msgid "Store"328msgid "Store"
320msgstr "Obchod"329msgstr "Obchod"
321330
322#: qml/Dash/DashPageHeader.qml:369331#: qml/Dash/DashPageHeader.qml:368
323msgctxt "Button: Start a search in the current dash scope"332msgctxt "Button: Start a search in the current dash scope"
324msgid "Search"333msgid "Search"
325msgstr "Hledat"334msgstr "Hledat"
326335
327#: qml/Dash/DashPageHeader.qml:379336#: qml/Dash/DashPageHeader.qml:378
328msgctxt "Button: Show the current dash scope settings"337msgctxt "Button: Show the current dash scope settings"
329msgid "Settings"338msgid "Settings"
330msgstr "Nastavení"339msgstr "Nastavení"
331340
332#: qml/Dash/DashPageHeader.qml:386341#: qml/Dash/DashPageHeader.qml:385
333msgid "Remove from Favorites"342msgid "Remove from Favorites"
334msgstr "Odstranit z oblíbených"343msgstr "Odstranit z oblíbených"
335344
336#: qml/Dash/DashPageHeader.qml:386345#: qml/Dash/DashPageHeader.qml:385
337msgid "Add to Favorites"346msgid "Add to Favorites"
338msgstr "Přidat do oblíbených"347msgstr "Přidat do oblíbených"
339348
@@ -345,15 +354,15 @@
345msgid "Reset"354msgid "Reset"
346msgstr ""355msgstr ""
347356
348#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782357#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
349msgid "Show less"358msgid "Show less"
350msgstr ""359msgstr ""
351360
352#: qml/Dash/GenericScopeView.qml:586361#: qml/Dash/GenericScopeView.qml:545
353msgid "Show all"362msgid "Show all"
354msgstr ""363msgstr ""
355364
356#: qml/Dash/GenericScopeView.qml:643365#: qml/Dash/GenericScopeView.qml:576
357msgctxt "Label: Hint for dash search line edit"366msgctxt "Label: Hint for dash search line edit"
358msgid "Search"367msgid "Search"
359msgstr "Hledat"368msgstr "Hledat"
@@ -366,24 +375,24 @@
366msgid "Clear All"375msgid "Clear All"
367msgstr ""376msgstr ""
368377
369#: qml/Dash/Previews/PreviewActionCombo.qml:35378#: qml/Dash/Previews/PreviewActionCombo.qml:36
370msgid "More..."379msgid "More..."
371msgstr "Více..."380msgstr "Více..."
372381
373#: qml/Dash/Previews/PreviewActionCombo.qml:35382#: qml/Dash/Previews/PreviewActionCombo.qml:36
374msgid "Less..."383msgid "Less..."
375msgstr "Méně..."384msgstr "Méně..."
376385
377#: qml/Dash/Previews/PreviewCommentInput.qml:83386#: qml/Dash/Previews/PreviewCommentInput.qml:83
378#: qml/Dash/Previews/PreviewRatingInput.qml:201387#: qml/Dash/Previews/PreviewRatingInput.qml:202
379msgid "Send"388msgid "Send"
380msgstr "Odeslat"389msgstr "Odeslat"
381390
382#: qml/Dash/Previews/PreviewRatingInput.qml:108391#: qml/Dash/Previews/PreviewRatingInput.qml:109
383msgid "Rate this"392msgid "Rate this"
384msgstr "Ohodnoťte to"393msgstr "Ohodnoťte to"
385394
386#: qml/Dash/Previews/PreviewRatingInput.qml:183395#: qml/Dash/Previews/PreviewRatingInput.qml:184
387msgid "Add a review"396msgid "Add a review"
388msgstr "Přidat recenzi"397msgstr "Přidat recenzi"
389398
390399
=== modified file 'po/cy.po'
--- po/cy.po 2016-11-08 05:41:47 +0000
+++ po/cy.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-07-31 13:21+0000\n"15"PO-Revision-Date: 2015-07-31 13:21+0000\n"
12"Last-Translator: Owen Llywelyn <owen.llywelyn@gmail.com>\n"16"Last-Translator: Owen Llywelyn <owen.llywelyn@gmail.com>\n"
13"Language-Team: Welsh <cy@li.org>\n"17"Language-Team: Welsh <cy@li.org>\n"
@@ -16,8 +20,13 @@
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : (n != 8 && n != 11) ? "21"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : (n != 8 && n != 11) ? "
18"2 : 3;\n"22"2 : 3;\n"
23<<<<<<< TREE
19"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"24"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
20"X-Generator: Launchpad (build 18246)\n"25"X-Generator: Launchpad (build 18246)\n"
26=======
27"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
28"X-Generator: Launchpad (build 18255)\n"
29>>>>>>> MERGE-SOURCE
2130
22#: plugins/LightDM/Greeter.cpp:12331#: plugins/LightDM/Greeter.cpp:123
23msgid "Password: "32msgid "Password: "
@@ -314,26 +323,26 @@
314msgid "Preview Share Item"323msgid "Preview Share Item"
315msgstr ""324msgstr ""
316325
317#: qml/Dash/DashPageHeader.qml:362326#: qml/Dash/DashPageHeader.qml:361
318msgctxt "Button: Open the Ubuntu Store"327msgctxt "Button: Open the Ubuntu Store"
319msgid "Store"328msgid "Store"
320msgstr "Marchnad"329msgstr "Marchnad"
321330
322#: qml/Dash/DashPageHeader.qml:369331#: qml/Dash/DashPageHeader.qml:368
323msgctxt "Button: Start a search in the current dash scope"332msgctxt "Button: Start a search in the current dash scope"
324msgid "Search"333msgid "Search"
325msgstr "Chwilio"334msgstr "Chwilio"
326335
327#: qml/Dash/DashPageHeader.qml:379336#: qml/Dash/DashPageHeader.qml:378
328msgctxt "Button: Show the current dash scope settings"337msgctxt "Button: Show the current dash scope settings"
329msgid "Settings"338msgid "Settings"
330msgstr "Gosodiadau"339msgstr "Gosodiadau"
331340
332#: qml/Dash/DashPageHeader.qml:386341#: qml/Dash/DashPageHeader.qml:385
333msgid "Remove from Favorites"342msgid "Remove from Favorites"
334msgstr "Tynnu o Ffefrynnau"343msgstr "Tynnu o Ffefrynnau"
335344
336#: qml/Dash/DashPageHeader.qml:386345#: qml/Dash/DashPageHeader.qml:385
337msgid "Add to Favorites"346msgid "Add to Favorites"
338msgstr "Ychwanegu at Ffefrynnau"347msgstr "Ychwanegu at Ffefrynnau"
339348
@@ -345,15 +354,15 @@
345msgid "Reset"354msgid "Reset"
346msgstr ""355msgstr ""
347356
348#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782357#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
349msgid "Show less"358msgid "Show less"
350msgstr ""359msgstr ""
351360
352#: qml/Dash/GenericScopeView.qml:586361#: qml/Dash/GenericScopeView.qml:545
353msgid "Show all"362msgid "Show all"
354msgstr ""363msgstr ""
355364
356#: qml/Dash/GenericScopeView.qml:643365#: qml/Dash/GenericScopeView.qml:576
357msgctxt "Label: Hint for dash search line edit"366msgctxt "Label: Hint for dash search line edit"
358msgid "Search"367msgid "Search"
359msgstr "Chwilio"368msgstr "Chwilio"
@@ -366,24 +375,24 @@
366msgid "Clear All"375msgid "Clear All"
367msgstr ""376msgstr ""
368377
369#: qml/Dash/Previews/PreviewActionCombo.qml:35378#: qml/Dash/Previews/PreviewActionCombo.qml:36
370msgid "More..."379msgid "More..."
371msgstr "Mwy..."380msgstr "Mwy..."
372381
373#: qml/Dash/Previews/PreviewActionCombo.qml:35382#: qml/Dash/Previews/PreviewActionCombo.qml:36
374msgid "Less..."383msgid "Less..."
375msgstr "Llai..."384msgstr "Llai..."
376385
377#: qml/Dash/Previews/PreviewCommentInput.qml:83386#: qml/Dash/Previews/PreviewCommentInput.qml:83
378#: qml/Dash/Previews/PreviewRatingInput.qml:201387#: qml/Dash/Previews/PreviewRatingInput.qml:202
379msgid "Send"388msgid "Send"
380msgstr "Anfon"389msgstr "Anfon"
381390
382#: qml/Dash/Previews/PreviewRatingInput.qml:108391#: qml/Dash/Previews/PreviewRatingInput.qml:109
383msgid "Rate this"392msgid "Rate this"
384msgstr "Graddio hwn"393msgstr "Graddio hwn"
385394
386#: qml/Dash/Previews/PreviewRatingInput.qml:183395#: qml/Dash/Previews/PreviewRatingInput.qml:184
387msgid "Add a review"396msgid "Add a review"
388msgstr "Ychwanegu adolygiad"397msgstr "Ychwanegu adolygiad"
389398
390399
=== modified file 'po/da.po'
--- po/da.po 2016-11-08 05:41:47 +0000
+++ po/da.po 2016-11-14 12:06:52 +0000
@@ -8,7 +8,11 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: unity8\n"9"Project-Id-Version: unity8\n"
10"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"10"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
11<<<<<<< TREE
11"POT-Creation-Date: 2016-10-27 12:32+0000\n"12"POT-Creation-Date: 2016-10-27 12:32+0000\n"
13=======
14"POT-Creation-Date: 2016-11-09 15:10+0000\n"
15>>>>>>> MERGE-SOURCE
12"PO-Revision-Date: 2015-07-06 12:05+0000\n"16"PO-Revision-Date: 2015-07-06 12:05+0000\n"
13"Last-Translator: Folmer Fredslund <Unknown>\n"17"Last-Translator: Folmer Fredslund <Unknown>\n"
14"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"18"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -16,8 +20,13 @@
16"Content-Type: text/plain; charset=UTF-8\n"20"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"21"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=2; plural=n != 1;\n"22"Plural-Forms: nplurals=2; plural=n != 1;\n"
23<<<<<<< TREE
19"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"24"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
20"X-Generator: Launchpad (build 18246)\n"25"X-Generator: Launchpad (build 18246)\n"
26=======
27"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
28"X-Generator: Launchpad (build 18255)\n"
29>>>>>>> MERGE-SOURCE
2130
22#: plugins/LightDM/Greeter.cpp:12331#: plugins/LightDM/Greeter.cpp:123
23msgid "Password: "32msgid "Password: "
@@ -314,26 +323,26 @@
314msgid "Preview Share Item"323msgid "Preview Share Item"
315msgstr ""324msgstr ""
316325
317#: qml/Dash/DashPageHeader.qml:362326#: qml/Dash/DashPageHeader.qml:361
318msgctxt "Button: Open the Ubuntu Store"327msgctxt "Button: Open the Ubuntu Store"
319msgid "Store"328msgid "Store"
320msgstr "Butik"329msgstr "Butik"
321330
322#: qml/Dash/DashPageHeader.qml:369331#: qml/Dash/DashPageHeader.qml:368
323msgctxt "Button: Start a search in the current dash scope"332msgctxt "Button: Start a search in the current dash scope"
324msgid "Search"333msgid "Search"
325msgstr "Søg"334msgstr "Søg"
326335
327#: qml/Dash/DashPageHeader.qml:379336#: qml/Dash/DashPageHeader.qml:378
328msgctxt "Button: Show the current dash scope settings"337msgctxt "Button: Show the current dash scope settings"
329msgid "Settings"338msgid "Settings"
330msgstr "Indstillinger"339msgstr "Indstillinger"
331340
332#: qml/Dash/DashPageHeader.qml:386341#: qml/Dash/DashPageHeader.qml:385
333msgid "Remove from Favorites"342msgid "Remove from Favorites"
334msgstr "Fjern fra Favoritter"343msgstr "Fjern fra Favoritter"
335344
336#: qml/Dash/DashPageHeader.qml:386345#: qml/Dash/DashPageHeader.qml:385
337msgid "Add to Favorites"346msgid "Add to Favorites"
338msgstr "Tilføj til Favoritter"347msgstr "Tilføj til Favoritter"
339348
@@ -345,15 +354,15 @@
345msgid "Reset"354msgid "Reset"
346msgstr ""355msgstr ""
347356
348#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782357#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
349msgid "Show less"358msgid "Show less"
350msgstr ""359msgstr ""
351360
352#: qml/Dash/GenericScopeView.qml:586361#: qml/Dash/GenericScopeView.qml:545
353msgid "Show all"362msgid "Show all"
354msgstr ""363msgstr ""
355364
356#: qml/Dash/GenericScopeView.qml:643365#: qml/Dash/GenericScopeView.qml:576
357msgctxt "Label: Hint for dash search line edit"366msgctxt "Label: Hint for dash search line edit"
358msgid "Search"367msgid "Search"
359msgstr "Søg"368msgstr "Søg"
@@ -366,24 +375,24 @@
366msgid "Clear All"375msgid "Clear All"
367msgstr ""376msgstr ""
368377
369#: qml/Dash/Previews/PreviewActionCombo.qml:35378#: qml/Dash/Previews/PreviewActionCombo.qml:36
370msgid "More..."379msgid "More..."
371msgstr "Mere..."380msgstr "Mere..."
372381
373#: qml/Dash/Previews/PreviewActionCombo.qml:35382#: qml/Dash/Previews/PreviewActionCombo.qml:36
374msgid "Less..."383msgid "Less..."
375msgstr "Mindre..."384msgstr "Mindre..."
376385
377#: qml/Dash/Previews/PreviewCommentInput.qml:83386#: qml/Dash/Previews/PreviewCommentInput.qml:83
378#: qml/Dash/Previews/PreviewRatingInput.qml:201387#: qml/Dash/Previews/PreviewRatingInput.qml:202
379msgid "Send"388msgid "Send"
380msgstr "Send"389msgstr "Send"
381390
382#: qml/Dash/Previews/PreviewRatingInput.qml:108391#: qml/Dash/Previews/PreviewRatingInput.qml:109
383msgid "Rate this"392msgid "Rate this"
384msgstr "Bedøm dette"393msgstr "Bedøm dette"
385394
386#: qml/Dash/Previews/PreviewRatingInput.qml:183395#: qml/Dash/Previews/PreviewRatingInput.qml:184
387msgid "Add a review"396msgid "Add a review"
388msgstr "Tilføj en anmeldelse"397msgstr "Tilføj en anmeldelse"
389398
390399
=== modified file 'po/de.po'
--- po/de.po 2016-11-08 05:41:47 +0000
+++ po/de.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-09-29 12:06+0000\n"15"PO-Revision-Date: 2016-09-29 12:06+0000\n"
12"Last-Translator: Matthias Seidel <matthias.seidel@hamburg.de>\n"16"Last-Translator: Matthias Seidel <matthias.seidel@hamburg.de>\n"
13"Language-Team: German <de@li.org>\n"17"Language-Team: German <de@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -315,26 +324,26 @@
315msgid "Preview Share Item"324msgid "Preview Share Item"
316msgstr "Vorschau für zu teilendes Element"325msgstr "Vorschau für zu teilendes Element"
317326
318#: qml/Dash/DashPageHeader.qml:362327#: qml/Dash/DashPageHeader.qml:361
319msgctxt "Button: Open the Ubuntu Store"328msgctxt "Button: Open the Ubuntu Store"
320msgid "Store"329msgid "Store"
321msgstr "Speichern"330msgstr "Speichern"
322331
323#: qml/Dash/DashPageHeader.qml:369332#: qml/Dash/DashPageHeader.qml:368
324msgctxt "Button: Start a search in the current dash scope"333msgctxt "Button: Start a search in the current dash scope"
325msgid "Search"334msgid "Search"
326msgstr "Suchen"335msgstr "Suchen"
327336
328#: qml/Dash/DashPageHeader.qml:379337#: qml/Dash/DashPageHeader.qml:378
329msgctxt "Button: Show the current dash scope settings"338msgctxt "Button: Show the current dash scope settings"
330msgid "Settings"339msgid "Settings"
331msgstr "Einstellungen"340msgstr "Einstellungen"
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Remove from Favorites"343msgid "Remove from Favorites"
335msgstr "Aus den Favoriten entfernen"344msgstr "Aus den Favoriten entfernen"
336345
337#: qml/Dash/DashPageHeader.qml:386346#: qml/Dash/DashPageHeader.qml:385
338msgid "Add to Favorites"347msgid "Add to Favorites"
339msgstr "Zu Favoriten hinzufügen"348msgstr "Zu Favoriten hinzufügen"
340349
@@ -346,15 +355,15 @@
346msgid "Reset"355msgid "Reset"
347msgstr "Zurücksetzen"356msgstr "Zurücksetzen"
348357
349#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782358#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
350msgid "Show less"359msgid "Show less"
351msgstr "Weniger anzeigen"360msgstr "Weniger anzeigen"
352361
353#: qml/Dash/GenericScopeView.qml:586362#: qml/Dash/GenericScopeView.qml:545
354msgid "Show all"363msgid "Show all"
355msgstr "Alle anzeigen"364msgstr "Alle anzeigen"
356365
357#: qml/Dash/GenericScopeView.qml:643366#: qml/Dash/GenericScopeView.qml:576
358msgctxt "Label: Hint for dash search line edit"367msgctxt "Label: Hint for dash search line edit"
359msgid "Search"368msgid "Search"
360msgstr "Suchen"369msgstr "Suchen"
@@ -367,24 +376,24 @@
367msgid "Clear All"376msgid "Clear All"
368msgstr "Alle zurücksetzen"377msgstr "Alle zurücksetzen"
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "More..."380msgid "More..."
372msgstr "Mehr …"381msgstr "Mehr …"
373382
374#: qml/Dash/Previews/PreviewActionCombo.qml:35383#: qml/Dash/Previews/PreviewActionCombo.qml:36
375msgid "Less..."384msgid "Less..."
376msgstr "Weniger …"385msgstr "Weniger …"
377386
378#: qml/Dash/Previews/PreviewCommentInput.qml:83387#: qml/Dash/Previews/PreviewCommentInput.qml:83
379#: qml/Dash/Previews/PreviewRatingInput.qml:201388#: qml/Dash/Previews/PreviewRatingInput.qml:202
380msgid "Send"389msgid "Send"
381msgstr "Senden"390msgstr "Senden"
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:108392#: qml/Dash/Previews/PreviewRatingInput.qml:109
384msgid "Rate this"393msgid "Rate this"
385msgstr "Bewerten"394msgstr "Bewerten"
386395
387#: qml/Dash/Previews/PreviewRatingInput.qml:183396#: qml/Dash/Previews/PreviewRatingInput.qml:184
388msgid "Add a review"397msgid "Add a review"
389msgstr "Bewertung hinzufügen"398msgstr "Bewertung hinzufügen"
390399
391400
=== modified file 'po/el.po'
--- po/el.po 2016-11-08 05:41:47 +0000
+++ po/el.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-04-25 16:24+0000\n"15"PO-Revision-Date: 2016-04-25 16:24+0000\n"
12"Last-Translator: Aggelos Arnaoutis <angelosarn@hotmail.com>\n"16"Last-Translator: Aggelos Arnaoutis <angelosarn@hotmail.com>\n"
13"Language-Team: Greek <el@li.org>\n"17"Language-Team: Greek <el@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -315,26 +324,26 @@
315msgid "Preview Share Item"324msgid "Preview Share Item"
316msgstr "Προεπισκόπηση κοινής χρήσης αντικειμένου"325msgstr "Προεπισκόπηση κοινής χρήσης αντικειμένου"
317326
318#: qml/Dash/DashPageHeader.qml:362327#: qml/Dash/DashPageHeader.qml:361
319msgctxt "Button: Open the Ubuntu Store"328msgctxt "Button: Open the Ubuntu Store"
320msgid "Store"329msgid "Store"
321msgstr "Κατάστημα"330msgstr "Κατάστημα"
322331
323#: qml/Dash/DashPageHeader.qml:369332#: qml/Dash/DashPageHeader.qml:368
324msgctxt "Button: Start a search in the current dash scope"333msgctxt "Button: Start a search in the current dash scope"
325msgid "Search"334msgid "Search"
326msgstr "Αναζήτηση"335msgstr "Αναζήτηση"
327336
328#: qml/Dash/DashPageHeader.qml:379337#: qml/Dash/DashPageHeader.qml:378
329msgctxt "Button: Show the current dash scope settings"338msgctxt "Button: Show the current dash scope settings"
330msgid "Settings"339msgid "Settings"
331msgstr "Ρυθμίσεις"340msgstr "Ρυθμίσεις"
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Remove from Favorites"343msgid "Remove from Favorites"
335msgstr "Αφαίρεση από τα αγαπημένα"344msgstr "Αφαίρεση από τα αγαπημένα"
336345
337#: qml/Dash/DashPageHeader.qml:386346#: qml/Dash/DashPageHeader.qml:385
338msgid "Add to Favorites"347msgid "Add to Favorites"
339msgstr "Προσθήκη στα αγαπημένα"348msgstr "Προσθήκη στα αγαπημένα"
340349
@@ -346,15 +355,15 @@
346msgid "Reset"355msgid "Reset"
347msgstr "Επαναφορά"356msgstr "Επαναφορά"
348357
349#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782358#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
350msgid "Show less"359msgid "Show less"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:586362#: qml/Dash/GenericScopeView.qml:545
354msgid "Show all"363msgid "Show all"
355msgstr ""364msgstr ""
356365
357#: qml/Dash/GenericScopeView.qml:643366#: qml/Dash/GenericScopeView.qml:576
358msgctxt "Label: Hint for dash search line edit"367msgctxt "Label: Hint for dash search line edit"
359msgid "Search"368msgid "Search"
360msgstr "Αναζήτηση"369msgstr "Αναζήτηση"
@@ -367,24 +376,24 @@
367msgid "Clear All"376msgid "Clear All"
368msgstr "Καθαρισμός όλων"377msgstr "Καθαρισμός όλων"
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "More..."380msgid "More..."
372msgstr "Περισσότερα..."381msgstr "Περισσότερα..."
373382
374#: qml/Dash/Previews/PreviewActionCombo.qml:35383#: qml/Dash/Previews/PreviewActionCombo.qml:36
375msgid "Less..."384msgid "Less..."
376msgstr "Λιγότερα..."385msgstr "Λιγότερα..."
377386
378#: qml/Dash/Previews/PreviewCommentInput.qml:83387#: qml/Dash/Previews/PreviewCommentInput.qml:83
379#: qml/Dash/Previews/PreviewRatingInput.qml:201388#: qml/Dash/Previews/PreviewRatingInput.qml:202
380msgid "Send"389msgid "Send"
381msgstr "Αποστολή"390msgstr "Αποστολή"
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:108392#: qml/Dash/Previews/PreviewRatingInput.qml:109
384msgid "Rate this"393msgid "Rate this"
385msgstr "Βαθμολογήστε το"394msgstr "Βαθμολογήστε το"
386395
387#: qml/Dash/Previews/PreviewRatingInput.qml:183396#: qml/Dash/Previews/PreviewRatingInput.qml:184
388msgid "Add a review"397msgid "Add a review"
389msgstr "Προσθέστε την αξιολόγησή σας"398msgstr "Προσθέστε την αξιολόγησή σας"
390399
391400
=== modified file 'po/en_AU.po'
--- po/en_AU.po 2016-11-08 05:41:47 +0000
+++ po/en_AU.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-03-27 10:09+0000\n"15"PO-Revision-Date: 2016-03-27 10:09+0000\n"
12"Last-Translator: Jared Norris <jarednorris@ubuntu.com>\n"16"Last-Translator: Jared Norris <jarednorris@ubuntu.com>\n"
13"Language-Team: English (Australia) <en_AU@li.org>\n"17"Language-Team: English (Australia) <en_AU@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr "Preview Share Item"323msgstr "Preview Share Item"
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr "Store"328msgstr "Store"
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr "Search"333msgstr "Search"
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr "Settings"338msgstr "Settings"
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr "Remove from Favourites"342msgstr "Remove from Favourites"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr "Add to Favourites"346msgstr "Add to Favourites"
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr "Reset"354msgstr "Reset"
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr ""358msgstr ""
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr ""362msgstr ""
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr "Search"367msgstr "Search"
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr "Clear All"375msgstr "Clear All"
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "More..."379msgstr "More..."
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "Less..."383msgstr "Less..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "Send"388msgstr "Send"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "Rate this"392msgstr "Rate this"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "Add a review"396msgstr "Add a review"
388397
389398
=== modified file 'po/en_GB.po'
--- po/en_GB.po 2016-11-08 05:41:47 +0000
+++ po/en_GB.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-07-05 00:37+0000\n"15"PO-Revision-Date: 2016-07-05 00:37+0000\n"
12"Last-Translator: Andi Chandler <Unknown>\n"16"Last-Translator: Andi Chandler <Unknown>\n"
13"Language-Team: English (United Kingdom) <en_GB@li.org>\n"17"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr "Preview Share Item"323msgstr "Preview Share Item"
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr "Store"328msgstr "Store"
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr "Search"333msgstr "Search"
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr "Settings"338msgstr "Settings"
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr "Remove from Favourites"342msgstr "Remove from Favourites"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr "Add to Favourites"346msgstr "Add to Favourites"
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr "Reset"354msgstr "Reset"
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr "Show less"358msgstr "Show less"
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr "Show all"362msgstr "Show all"
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr "Search"367msgstr "Search"
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr "Clear All"375msgstr "Clear All"
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "More..."379msgstr "More..."
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "Less..."383msgstr "Less..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "Send"388msgstr "Send"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "Rate this"392msgstr "Rate this"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "Add a review"396msgstr "Add a review"
388397
389398
=== modified file 'po/eo.po'
--- po/eo.po 2016-11-08 05:41:47 +0000
+++ po/eo.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-06-06 23:37+0000\n"15"PO-Revision-Date: 2015-06-06 23:37+0000\n"
12"Last-Translator: Eliovir <Unknown>\n"16"Last-Translator: Eliovir <Unknown>\n"
13"Language-Team: Esperanto <eo@li.org>\n"17"Language-Team: Esperanto <eo@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -311,26 +320,26 @@
311msgid "Preview Share Item"320msgid "Preview Share Item"
312msgstr ""321msgstr ""
313322
314#: qml/Dash/DashPageHeader.qml:362323#: qml/Dash/DashPageHeader.qml:361
315msgctxt "Button: Open the Ubuntu Store"324msgctxt "Button: Open the Ubuntu Store"
316msgid "Store"325msgid "Store"
317msgstr "Programarejo"326msgstr "Programarejo"
318327
319#: qml/Dash/DashPageHeader.qml:369328#: qml/Dash/DashPageHeader.qml:368
320msgctxt "Button: Start a search in the current dash scope"329msgctxt "Button: Start a search in the current dash scope"
321msgid "Search"330msgid "Search"
322msgstr "Serĉi"331msgstr "Serĉi"
323332
324#: qml/Dash/DashPageHeader.qml:379333#: qml/Dash/DashPageHeader.qml:378
325msgctxt "Button: Show the current dash scope settings"334msgctxt "Button: Show the current dash scope settings"
326msgid "Settings"335msgid "Settings"
327msgstr "Agordoj"336msgstr "Agordoj"
328337
329#: qml/Dash/DashPageHeader.qml:386338#: qml/Dash/DashPageHeader.qml:385
330msgid "Remove from Favorites"339msgid "Remove from Favorites"
331msgstr ""340msgstr ""
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Add to Favorites"343msgid "Add to Favorites"
335msgstr "Aldoni al favoritoj"344msgstr "Aldoni al favoritoj"
336345
@@ -342,15 +351,15 @@
342msgid "Reset"351msgid "Reset"
343msgstr ""352msgstr ""
344353
345#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782354#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
346msgid "Show less"355msgid "Show less"
347msgstr ""356msgstr ""
348357
349#: qml/Dash/GenericScopeView.qml:586358#: qml/Dash/GenericScopeView.qml:545
350msgid "Show all"359msgid "Show all"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:643362#: qml/Dash/GenericScopeView.qml:576
354msgctxt "Label: Hint for dash search line edit"363msgctxt "Label: Hint for dash search line edit"
355msgid "Search"364msgid "Search"
356msgstr "Serĉi"365msgstr "Serĉi"
@@ -363,24 +372,24 @@
363msgid "Clear All"372msgid "Clear All"
364msgstr ""373msgstr ""
365374
366#: qml/Dash/Previews/PreviewActionCombo.qml:35375#: qml/Dash/Previews/PreviewActionCombo.qml:36
367msgid "More..."376msgid "More..."
368msgstr "Pli…"377msgstr "Pli…"
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "Less..."380msgid "Less..."
372msgstr "Malpli..."381msgstr "Malpli..."
373382
374#: qml/Dash/Previews/PreviewCommentInput.qml:83383#: qml/Dash/Previews/PreviewCommentInput.qml:83
375#: qml/Dash/Previews/PreviewRatingInput.qml:201384#: qml/Dash/Previews/PreviewRatingInput.qml:202
376msgid "Send"385msgid "Send"
377msgstr "Sendi"386msgstr "Sendi"
378387
379#: qml/Dash/Previews/PreviewRatingInput.qml:108388#: qml/Dash/Previews/PreviewRatingInput.qml:109
380msgid "Rate this"389msgid "Rate this"
381msgstr ""390msgstr ""
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:183392#: qml/Dash/Previews/PreviewRatingInput.qml:184
384msgid "Add a review"393msgid "Add a review"
385msgstr ""394msgstr ""
386395
387396
=== modified file 'po/es.po'
--- po/es.po 2016-11-08 05:41:47 +0000
+++ po/es.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-03-25 12:02+0000\n"15"PO-Revision-Date: 2016-03-25 12:02+0000\n"
12"Last-Translator: Adolfo Jayme <fitoschido@gmail.com>\n"16"Last-Translator: Adolfo Jayme <fitoschido@gmail.com>\n"
13"Language-Team: Spanish <es@li.org>\n"17"Language-Team: Spanish <es@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -314,26 +323,26 @@
314msgid "Preview Share Item"323msgid "Preview Share Item"
315msgstr "Revisar elemento compartido"324msgstr "Revisar elemento compartido"
316325
317#: qml/Dash/DashPageHeader.qml:362326#: qml/Dash/DashPageHeader.qml:361
318msgctxt "Button: Open the Ubuntu Store"327msgctxt "Button: Open the Ubuntu Store"
319msgid "Store"328msgid "Store"
320msgstr "Tienda"329msgstr "Tienda"
321330
322#: qml/Dash/DashPageHeader.qml:369331#: qml/Dash/DashPageHeader.qml:368
323msgctxt "Button: Start a search in the current dash scope"332msgctxt "Button: Start a search in the current dash scope"
324msgid "Search"333msgid "Search"
325msgstr "Buscar"334msgstr "Buscar"
326335
327#: qml/Dash/DashPageHeader.qml:379336#: qml/Dash/DashPageHeader.qml:378
328msgctxt "Button: Show the current dash scope settings"337msgctxt "Button: Show the current dash scope settings"
329msgid "Settings"338msgid "Settings"
330msgstr "Ajustes"339msgstr "Ajustes"
331340
332#: qml/Dash/DashPageHeader.qml:386341#: qml/Dash/DashPageHeader.qml:385
333msgid "Remove from Favorites"342msgid "Remove from Favorites"
334msgstr "Quitar de favoritos"343msgstr "Quitar de favoritos"
335344
336#: qml/Dash/DashPageHeader.qml:386345#: qml/Dash/DashPageHeader.qml:385
337msgid "Add to Favorites"346msgid "Add to Favorites"
338msgstr "Añadir a favoritos"347msgstr "Añadir a favoritos"
339348
@@ -345,15 +354,15 @@
345msgid "Reset"354msgid "Reset"
346msgstr "Restablecer"355msgstr "Restablecer"
347356
348#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782357#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
349msgid "Show less"358msgid "Show less"
350msgstr "Mostrar menos"359msgstr "Mostrar menos"
351360
352#: qml/Dash/GenericScopeView.qml:586361#: qml/Dash/GenericScopeView.qml:545
353msgid "Show all"362msgid "Show all"
354msgstr "Mostrar todo"363msgstr "Mostrar todo"
355364
356#: qml/Dash/GenericScopeView.qml:643365#: qml/Dash/GenericScopeView.qml:576
357msgctxt "Label: Hint for dash search line edit"366msgctxt "Label: Hint for dash search line edit"
358msgid "Search"367msgid "Search"
359msgstr "Búsqueda"368msgstr "Búsqueda"
@@ -366,24 +375,24 @@
366msgid "Clear All"375msgid "Clear All"
367msgstr "Borrar todo"376msgstr "Borrar todo"
368377
369#: qml/Dash/Previews/PreviewActionCombo.qml:35378#: qml/Dash/Previews/PreviewActionCombo.qml:36
370msgid "More..."379msgid "More..."
371msgstr "Más…"380msgstr "Más…"
372381
373#: qml/Dash/Previews/PreviewActionCombo.qml:35382#: qml/Dash/Previews/PreviewActionCombo.qml:36
374msgid "Less..."383msgid "Less..."
375msgstr "Menos…"384msgstr "Menos…"
376385
377#: qml/Dash/Previews/PreviewCommentInput.qml:83386#: qml/Dash/Previews/PreviewCommentInput.qml:83
378#: qml/Dash/Previews/PreviewRatingInput.qml:201387#: qml/Dash/Previews/PreviewRatingInput.qml:202
379msgid "Send"388msgid "Send"
380msgstr "Enviar"389msgstr "Enviar"
381390
382#: qml/Dash/Previews/PreviewRatingInput.qml:108391#: qml/Dash/Previews/PreviewRatingInput.qml:109
383msgid "Rate this"392msgid "Rate this"
384msgstr "Valorar esto"393msgstr "Valorar esto"
385394
386#: qml/Dash/Previews/PreviewRatingInput.qml:183395#: qml/Dash/Previews/PreviewRatingInput.qml:184
387msgid "Add a review"396msgid "Add a review"
388msgstr "Añadir una reseña"397msgstr "Añadir una reseña"
389398
390399
=== modified file 'po/eu.po'
--- po/eu.po 2016-11-08 05:41:47 +0000
+++ po/eu.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-07-13 23:29+0000\n"15"PO-Revision-Date: 2015-07-13 23:29+0000\n"
12"Last-Translator: Ibai Oihanguren Sala <Unknown>\n"16"Last-Translator: Ibai Oihanguren Sala <Unknown>\n"
13"Language-Team: Basque <eu@li.org>\n"17"Language-Team: Basque <eu@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -311,26 +320,26 @@
311msgid "Preview Share Item"320msgid "Preview Share Item"
312msgstr ""321msgstr ""
313322
314#: qml/Dash/DashPageHeader.qml:362323#: qml/Dash/DashPageHeader.qml:361
315msgctxt "Button: Open the Ubuntu Store"324msgctxt "Button: Open the Ubuntu Store"
316msgid "Store"325msgid "Store"
317msgstr "Denda"326msgstr "Denda"
318327
319#: qml/Dash/DashPageHeader.qml:369328#: qml/Dash/DashPageHeader.qml:368
320msgctxt "Button: Start a search in the current dash scope"329msgctxt "Button: Start a search in the current dash scope"
321msgid "Search"330msgid "Search"
322msgstr "Bilatu"331msgstr "Bilatu"
323332
324#: qml/Dash/DashPageHeader.qml:379333#: qml/Dash/DashPageHeader.qml:378
325msgctxt "Button: Show the current dash scope settings"334msgctxt "Button: Show the current dash scope settings"
326msgid "Settings"335msgid "Settings"
327msgstr "Ezarpenak"336msgstr "Ezarpenak"
328337
329#: qml/Dash/DashPageHeader.qml:386338#: qml/Dash/DashPageHeader.qml:385
330msgid "Remove from Favorites"339msgid "Remove from Favorites"
331msgstr "Kendu gogokoetatik"340msgstr "Kendu gogokoetatik"
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Add to Favorites"343msgid "Add to Favorites"
335msgstr "Gehitu gogokoetara"344msgstr "Gehitu gogokoetara"
336345
@@ -342,15 +351,15 @@
342msgid "Reset"351msgid "Reset"
343msgstr ""352msgstr ""
344353
345#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782354#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
346msgid "Show less"355msgid "Show less"
347msgstr ""356msgstr ""
348357
349#: qml/Dash/GenericScopeView.qml:586358#: qml/Dash/GenericScopeView.qml:545
350msgid "Show all"359msgid "Show all"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:643362#: qml/Dash/GenericScopeView.qml:576
354msgctxt "Label: Hint for dash search line edit"363msgctxt "Label: Hint for dash search line edit"
355msgid "Search"364msgid "Search"
356msgstr "Bilatu"365msgstr "Bilatu"
@@ -363,24 +372,24 @@
363msgid "Clear All"372msgid "Clear All"
364msgstr ""373msgstr ""
365374
366#: qml/Dash/Previews/PreviewActionCombo.qml:35375#: qml/Dash/Previews/PreviewActionCombo.qml:36
367msgid "More..."376msgid "More..."
368msgstr "Gehiago..."377msgstr "Gehiago..."
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "Less..."380msgid "Less..."
372msgstr "Gutxiago..."381msgstr "Gutxiago..."
373382
374#: qml/Dash/Previews/PreviewCommentInput.qml:83383#: qml/Dash/Previews/PreviewCommentInput.qml:83
375#: qml/Dash/Previews/PreviewRatingInput.qml:201384#: qml/Dash/Previews/PreviewRatingInput.qml:202
376msgid "Send"385msgid "Send"
377msgstr "Bidali"386msgstr "Bidali"
378387
379#: qml/Dash/Previews/PreviewRatingInput.qml:108388#: qml/Dash/Previews/PreviewRatingInput.qml:109
380msgid "Rate this"389msgid "Rate this"
381msgstr "Puntuatu hau"390msgstr "Puntuatu hau"
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:183392#: qml/Dash/Previews/PreviewRatingInput.qml:184
384msgid "Add a review"393msgid "Add a review"
385msgstr "Gehitu kritika"394msgstr "Gehitu kritika"
386395
387396
=== modified file 'po/fa.po'
--- po/fa.po 2016-11-08 05:41:47 +0000
+++ po/fa.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-10-18 07:03+0000\n"15"PO-Revision-Date: 2016-10-18 07:03+0000\n"
12"Last-Translator: Danial Behzadi <dani.behzi@gmail.com>\n"16"Last-Translator: Danial Behzadi <dani.behzi@gmail.com>\n"
13"Language-Team: Persian <fa@li.org>\n"17"Language-Team: Persian <fa@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=1; plural=0;\n"21"Plural-Forms: nplurals=1; plural=0;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -314,26 +323,26 @@
314msgid "Preview Share Item"323msgid "Preview Share Item"
315msgstr "پیش‌نمای مورد هم‌رسانی"324msgstr "پیش‌نمای مورد هم‌رسانی"
316325
317#: qml/Dash/DashPageHeader.qml:362326#: qml/Dash/DashPageHeader.qml:361
318msgctxt "Button: Open the Ubuntu Store"327msgctxt "Button: Open the Ubuntu Store"
319msgid "Store"328msgid "Store"
320msgstr "ذخیره"329msgstr "ذخیره"
321330
322#: qml/Dash/DashPageHeader.qml:369331#: qml/Dash/DashPageHeader.qml:368
323msgctxt "Button: Start a search in the current dash scope"332msgctxt "Button: Start a search in the current dash scope"
324msgid "Search"333msgid "Search"
325msgstr "جست‌وجو"334msgstr "جست‌وجو"
326335
327#: qml/Dash/DashPageHeader.qml:379336#: qml/Dash/DashPageHeader.qml:378
328msgctxt "Button: Show the current dash scope settings"337msgctxt "Button: Show the current dash scope settings"
329msgid "Settings"338msgid "Settings"
330msgstr "تنظیمات"339msgstr "تنظیمات"
331340
332#: qml/Dash/DashPageHeader.qml:386341#: qml/Dash/DashPageHeader.qml:385
333msgid "Remove from Favorites"342msgid "Remove from Favorites"
334msgstr "برداشتن از برگزیده‌ها"343msgstr "برداشتن از برگزیده‌ها"
335344
336#: qml/Dash/DashPageHeader.qml:386345#: qml/Dash/DashPageHeader.qml:385
337msgid "Add to Favorites"346msgid "Add to Favorites"
338msgstr "افزودن به برگزیده‌ها"347msgstr "افزودن به برگزیده‌ها"
339348
@@ -345,15 +354,15 @@
345msgid "Reset"354msgid "Reset"
346msgstr "بازنشانی"355msgstr "بازنشانی"
347356
348#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782357#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
349msgid "Show less"358msgid "Show less"
350msgstr "نمایش کم‌تر"359msgstr "نمایش کم‌تر"
351360
352#: qml/Dash/GenericScopeView.qml:586361#: qml/Dash/GenericScopeView.qml:545
353msgid "Show all"362msgid "Show all"
354msgstr "نمایش همه"363msgstr "نمایش همه"
355364
356#: qml/Dash/GenericScopeView.qml:643365#: qml/Dash/GenericScopeView.qml:576
357msgctxt "Label: Hint for dash search line edit"366msgctxt "Label: Hint for dash search line edit"
358msgid "Search"367msgid "Search"
359msgstr "جست‌وجو"368msgstr "جست‌وجو"
@@ -366,24 +375,24 @@
366msgid "Clear All"375msgid "Clear All"
367msgstr "پاک‌سازی همه"376msgstr "پاک‌سازی همه"
368377
369#: qml/Dash/Previews/PreviewActionCombo.qml:35378#: qml/Dash/Previews/PreviewActionCombo.qml:36
370msgid "More..."379msgid "More..."
371msgstr "بیش‌تر…"380msgstr "بیش‌تر…"
372381
373#: qml/Dash/Previews/PreviewActionCombo.qml:35382#: qml/Dash/Previews/PreviewActionCombo.qml:36
374msgid "Less..."383msgid "Less..."
375msgstr "کم‌تر…"384msgstr "کم‌تر…"
376385
377#: qml/Dash/Previews/PreviewCommentInput.qml:83386#: qml/Dash/Previews/PreviewCommentInput.qml:83
378#: qml/Dash/Previews/PreviewRatingInput.qml:201387#: qml/Dash/Previews/PreviewRatingInput.qml:202
379msgid "Send"388msgid "Send"
380msgstr "ارسال"389msgstr "ارسال"
381390
382#: qml/Dash/Previews/PreviewRatingInput.qml:108391#: qml/Dash/Previews/PreviewRatingInput.qml:109
383msgid "Rate this"392msgid "Rate this"
384msgstr "امتیاز دادن"393msgstr "امتیاز دادن"
385394
386#: qml/Dash/Previews/PreviewRatingInput.qml:183395#: qml/Dash/Previews/PreviewRatingInput.qml:184
387msgid "Add a review"396msgid "Add a review"
388msgstr "افزودن یک بازبینی"397msgstr "افزودن یک بازبینی"
389398
390399
=== modified file 'po/fi.po'
--- po/fi.po 2016-11-08 05:41:47 +0000
+++ po/fi.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-07-04 18:32+0000\n"15"PO-Revision-Date: 2015-07-04 18:32+0000\n"
12"Last-Translator: Jiri Grönroos <Unknown>\n"16"Last-Translator: Jiri Grönroos <Unknown>\n"
13"Language-Team: Finnish <fi@li.org>\n"17"Language-Team: Finnish <fi@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -315,26 +324,26 @@
315msgid "Preview Share Item"324msgid "Preview Share Item"
316msgstr "Jaon esikatselu"325msgstr "Jaon esikatselu"
317326
318#: qml/Dash/DashPageHeader.qml:362327#: qml/Dash/DashPageHeader.qml:361
319msgctxt "Button: Open the Ubuntu Store"328msgctxt "Button: Open the Ubuntu Store"
320msgid "Store"329msgid "Store"
321msgstr "Kauppa"330msgstr "Kauppa"
322331
323#: qml/Dash/DashPageHeader.qml:369332#: qml/Dash/DashPageHeader.qml:368
324msgctxt "Button: Start a search in the current dash scope"333msgctxt "Button: Start a search in the current dash scope"
325msgid "Search"334msgid "Search"
326msgstr "Etsi"335msgstr "Etsi"
327336
328#: qml/Dash/DashPageHeader.qml:379337#: qml/Dash/DashPageHeader.qml:378
329msgctxt "Button: Show the current dash scope settings"338msgctxt "Button: Show the current dash scope settings"
330msgid "Settings"339msgid "Settings"
331msgstr "Asetukset"340msgstr "Asetukset"
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Remove from Favorites"343msgid "Remove from Favorites"
335msgstr "Poista suosikeista"344msgstr "Poista suosikeista"
336345
337#: qml/Dash/DashPageHeader.qml:386346#: qml/Dash/DashPageHeader.qml:385
338msgid "Add to Favorites"347msgid "Add to Favorites"
339msgstr "Lisää suosikkeihin"348msgstr "Lisää suosikkeihin"
340349
@@ -346,15 +355,15 @@
346msgid "Reset"355msgid "Reset"
347msgstr "Palauta"356msgstr "Palauta"
348357
349#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782358#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
350msgid "Show less"359msgid "Show less"
351msgstr "Näytä vähemmän"360msgstr "Näytä vähemmän"
352361
353#: qml/Dash/GenericScopeView.qml:586362#: qml/Dash/GenericScopeView.qml:545
354msgid "Show all"363msgid "Show all"
355msgstr "Näytä kaikki"364msgstr "Näytä kaikki"
356365
357#: qml/Dash/GenericScopeView.qml:643366#: qml/Dash/GenericScopeView.qml:576
358msgctxt "Label: Hint for dash search line edit"367msgctxt "Label: Hint for dash search line edit"
359msgid "Search"368msgid "Search"
360msgstr "Etsi"369msgstr "Etsi"
@@ -367,24 +376,24 @@
367msgid "Clear All"376msgid "Clear All"
368msgstr "Tyhjennä kaikki"377msgstr "Tyhjennä kaikki"
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "More..."380msgid "More..."
372msgstr "Lisää..."381msgstr "Lisää..."
373382
374#: qml/Dash/Previews/PreviewActionCombo.qml:35383#: qml/Dash/Previews/PreviewActionCombo.qml:36
375msgid "Less..."384msgid "Less..."
376msgstr "Vähemmän..."385msgstr "Vähemmän..."
377386
378#: qml/Dash/Previews/PreviewCommentInput.qml:83387#: qml/Dash/Previews/PreviewCommentInput.qml:83
379#: qml/Dash/Previews/PreviewRatingInput.qml:201388#: qml/Dash/Previews/PreviewRatingInput.qml:202
380msgid "Send"389msgid "Send"
381msgstr "Lähetä"390msgstr "Lähetä"
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:108392#: qml/Dash/Previews/PreviewRatingInput.qml:109
384msgid "Rate this"393msgid "Rate this"
385msgstr "Arvioi tämä"394msgstr "Arvioi tämä"
386395
387#: qml/Dash/Previews/PreviewRatingInput.qml:183396#: qml/Dash/Previews/PreviewRatingInput.qml:184
388msgid "Add a review"397msgid "Add a review"
389msgstr "Lisää arvostelu"398msgstr "Lisää arvostelu"
390399
391400
=== modified file 'po/fo.po'
--- po/fo.po 2016-11-08 05:41:47 +0000
+++ po/fo.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2014-01-14 20:08+0000\n"15"PO-Revision-Date: 2014-01-14 20:08+0000\n"
12"Last-Translator: Jógvan Olsen <jo@jebster.net>\n"16"Last-Translator: Jógvan Olsen <jo@jebster.net>\n"
13"Language-Team: Faroese <fo@li.org>\n"17"Language-Team: Faroese <fo@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr ""323msgstr ""
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr "Handil"328msgstr "Handil"
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr "Leita"333msgstr "Leita"
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr "Stillingar"338msgstr "Stillingar"
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr ""342msgstr ""
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr ""346msgstr ""
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr "Tómstilla"354msgstr "Tómstilla"
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr "Sý minni"358msgstr "Sý minni"
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr "Sý alt"362msgstr "Sý alt"
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr "Leita"367msgstr "Leita"
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr "Strika Alt"375msgstr "Strika Alt"
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "Meira..."379msgstr "Meira..."
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "Minni..."383msgstr "Minni..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "Send"388msgstr "Send"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr ""392msgstr ""
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr ""396msgstr ""
388397
389398
=== modified file 'po/fr.po'
--- po/fr.po 2016-11-08 05:41:47 +0000
+++ po/fr.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-10-02 08:06+0000\n"15"PO-Revision-Date: 2016-10-02 08:06+0000\n"
12"Last-Translator: Olivier Febwin <febwin@free.fr>\n"16"Last-Translator: Olivier Febwin <febwin@free.fr>\n"
13"Language-Team: French <fr@li.org>\n"17"Language-Team: French <fr@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n > 1;\n"21"Plural-Forms: nplurals=2; plural=n > 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -317,26 +326,26 @@
317msgid "Preview Share Item"326msgid "Preview Share Item"
318msgstr "Aperçu de l'élément partagé"327msgstr "Aperçu de l'élément partagé"
319328
320#: qml/Dash/DashPageHeader.qml:362329#: qml/Dash/DashPageHeader.qml:361
321msgctxt "Button: Open the Ubuntu Store"330msgctxt "Button: Open the Ubuntu Store"
322msgid "Store"331msgid "Store"
323msgstr "Logithèque"332msgstr "Logithèque"
324333
325#: qml/Dash/DashPageHeader.qml:369334#: qml/Dash/DashPageHeader.qml:368
326msgctxt "Button: Start a search in the current dash scope"335msgctxt "Button: Start a search in the current dash scope"
327msgid "Search"336msgid "Search"
328msgstr "Rechercher"337msgstr "Rechercher"
329338
330#: qml/Dash/DashPageHeader.qml:379339#: qml/Dash/DashPageHeader.qml:378
331msgctxt "Button: Show the current dash scope settings"340msgctxt "Button: Show the current dash scope settings"
332msgid "Settings"341msgid "Settings"
333msgstr "Paramètres"342msgstr "Paramètres"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Remove from Favorites"345msgid "Remove from Favorites"
337msgstr "Retirer des favoris"346msgstr "Retirer des favoris"
338347
339#: qml/Dash/DashPageHeader.qml:386348#: qml/Dash/DashPageHeader.qml:385
340msgid "Add to Favorites"349msgid "Add to Favorites"
341msgstr "Ajouter aux favoris"350msgstr "Ajouter aux favoris"
342351
@@ -348,15 +357,15 @@
348msgid "Reset"357msgid "Reset"
349msgstr "Réinitialiser"358msgstr "Réinitialiser"
350359
351#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782360#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
352msgid "Show less"361msgid "Show less"
353msgstr "Afficher plus"362msgstr "Afficher plus"
354363
355#: qml/Dash/GenericScopeView.qml:586364#: qml/Dash/GenericScopeView.qml:545
356msgid "Show all"365msgid "Show all"
357msgstr "Tout afficher"366msgstr "Tout afficher"
358367
359#: qml/Dash/GenericScopeView.qml:643368#: qml/Dash/GenericScopeView.qml:576
360msgctxt "Label: Hint for dash search line edit"369msgctxt "Label: Hint for dash search line edit"
361msgid "Search"370msgid "Search"
362msgstr "Rechercher"371msgstr "Rechercher"
@@ -369,24 +378,24 @@
369msgid "Clear All"378msgid "Clear All"
370msgstr "Tout effacer"379msgstr "Tout effacer"
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "More..."382msgid "More..."
374msgstr "Plus..."383msgstr "Plus..."
375384
376#: qml/Dash/Previews/PreviewActionCombo.qml:35385#: qml/Dash/Previews/PreviewActionCombo.qml:36
377msgid "Less..."386msgid "Less..."
378msgstr "Moins..."387msgstr "Moins..."
379388
380#: qml/Dash/Previews/PreviewCommentInput.qml:83389#: qml/Dash/Previews/PreviewCommentInput.qml:83
381#: qml/Dash/Previews/PreviewRatingInput.qml:201390#: qml/Dash/Previews/PreviewRatingInput.qml:202
382msgid "Send"391msgid "Send"
383msgstr "Envoyer"392msgstr "Envoyer"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:108394#: qml/Dash/Previews/PreviewRatingInput.qml:109
386msgid "Rate this"395msgid "Rate this"
387msgstr "Évaluez ceci"396msgstr "Évaluez ceci"
388397
389#: qml/Dash/Previews/PreviewRatingInput.qml:183398#: qml/Dash/Previews/PreviewRatingInput.qml:184
390msgid "Add a review"399msgid "Add a review"
391msgstr "Ajouter un avis"400msgstr "Ajouter un avis"
392401
393402
=== modified file 'po/ga.po'
--- po/ga.po 2016-11-08 05:41:47 +0000
+++ po/ga.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-01-25 11:33+0000\n"15"PO-Revision-Date: 2016-01-25 11:33+0000\n"
12"Last-Translator: Joshua Kiley <Unknown>\n"16"Last-Translator: Joshua Kiley <Unknown>\n"
13"Language-Team: Irish <ga@li.org>\n"17"Language-Team: Irish <ga@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n"21"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -311,26 +320,26 @@
311msgid "Preview Share Item"320msgid "Preview Share Item"
312msgstr "Réamhthaispeántas Rud Le Chéile"321msgstr "Réamhthaispeántas Rud Le Chéile"
313322
314#: qml/Dash/DashPageHeader.qml:362323#: qml/Dash/DashPageHeader.qml:361
315msgctxt "Button: Open the Ubuntu Store"324msgctxt "Button: Open the Ubuntu Store"
316msgid "Store"325msgid "Store"
317msgstr "Siopa"326msgstr "Siopa"
318327
319#: qml/Dash/DashPageHeader.qml:369328#: qml/Dash/DashPageHeader.qml:368
320msgctxt "Button: Start a search in the current dash scope"329msgctxt "Button: Start a search in the current dash scope"
321msgid "Search"330msgid "Search"
322msgstr "Cuardach"331msgstr "Cuardach"
323332
324#: qml/Dash/DashPageHeader.qml:379333#: qml/Dash/DashPageHeader.qml:378
325msgctxt "Button: Show the current dash scope settings"334msgctxt "Button: Show the current dash scope settings"
326msgid "Settings"335msgid "Settings"
327msgstr "Socruithe"336msgstr "Socruithe"
328337
329#: qml/Dash/DashPageHeader.qml:386338#: qml/Dash/DashPageHeader.qml:385
330msgid "Remove from Favorites"339msgid "Remove from Favorites"
331msgstr "Bain ó Cheanáin"340msgstr "Bain ó Cheanáin"
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Add to Favorites"343msgid "Add to Favorites"
335msgstr "Cuir le Ceanáin"344msgstr "Cuir le Ceanáin"
336345
@@ -342,15 +351,15 @@
342msgid "Reset"351msgid "Reset"
343msgstr ""352msgstr ""
344353
345#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782354#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
346msgid "Show less"355msgid "Show less"
347msgstr ""356msgstr ""
348357
349#: qml/Dash/GenericScopeView.qml:586358#: qml/Dash/GenericScopeView.qml:545
350msgid "Show all"359msgid "Show all"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:643362#: qml/Dash/GenericScopeView.qml:576
354msgctxt "Label: Hint for dash search line edit"363msgctxt "Label: Hint for dash search line edit"
355msgid "Search"364msgid "Search"
356msgstr "Cuardach"365msgstr "Cuardach"
@@ -363,24 +372,24 @@
363msgid "Clear All"372msgid "Clear All"
364msgstr ""373msgstr ""
365374
366#: qml/Dash/Previews/PreviewActionCombo.qml:35375#: qml/Dash/Previews/PreviewActionCombo.qml:36
367msgid "More..."376msgid "More..."
368msgstr "Tuilleadh..."377msgstr "Tuilleadh..."
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "Less..."380msgid "Less..."
372msgstr "Níos lú..."381msgstr "Níos lú..."
373382
374#: qml/Dash/Previews/PreviewCommentInput.qml:83383#: qml/Dash/Previews/PreviewCommentInput.qml:83
375#: qml/Dash/Previews/PreviewRatingInput.qml:201384#: qml/Dash/Previews/PreviewRatingInput.qml:202
376msgid "Send"385msgid "Send"
377msgstr "Seol"386msgstr "Seol"
378387
379#: qml/Dash/Previews/PreviewRatingInput.qml:108388#: qml/Dash/Previews/PreviewRatingInput.qml:109
380msgid "Rate this"389msgid "Rate this"
381msgstr "Grádaigh é seo"390msgstr "Grádaigh é seo"
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:183392#: qml/Dash/Previews/PreviewRatingInput.qml:184
384msgid "Add a review"393msgid "Add a review"
385msgstr "Cuir léirmheas leis"394msgstr "Cuir léirmheas leis"
386395
387396
=== modified file 'po/gd.po'
--- po/gd.po 2016-11-08 05:41:47 +0000
+++ po/gd.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-04-08 18:34+0000\n"15"PO-Revision-Date: 2016-04-08 18:34+0000\n"
12"Last-Translator: Akerbeltz <fios@akerbeltz.org>\n"16"Last-Translator: Akerbeltz <fios@akerbeltz.org>\n"
13"Language-Team: Fòram na Gàidhlig\n"17"Language-Team: Fòram na Gàidhlig\n"
@@ -16,8 +20,13 @@
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "21"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
18"(n > 2 && n < 20) ? 2 : 3;\n"22"(n > 2 && n < 20) ? 2 : 3;\n"
23<<<<<<< TREE
19"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"24"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
20"X-Generator: Launchpad (build 18246)\n"25"X-Generator: Launchpad (build 18246)\n"
26=======
27"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
28"X-Generator: Launchpad (build 18255)\n"
29>>>>>>> MERGE-SOURCE
21"Language: gd\n"30"Language: gd\n"
2231
23#: plugins/LightDM/Greeter.cpp:12332#: plugins/LightDM/Greeter.cpp:123
@@ -317,26 +326,26 @@
317msgid "Preview Share Item"326msgid "Preview Share Item"
318msgstr "Ro-sheall an nì co-roinnidh"327msgstr "Ro-sheall an nì co-roinnidh"
319328
320#: qml/Dash/DashPageHeader.qml:362329#: qml/Dash/DashPageHeader.qml:361
321msgctxt "Button: Open the Ubuntu Store"330msgctxt "Button: Open the Ubuntu Store"
322msgid "Store"331msgid "Store"
323msgstr "Am bùth"332msgstr "Am bùth"
324333
325#: qml/Dash/DashPageHeader.qml:369334#: qml/Dash/DashPageHeader.qml:368
326msgctxt "Button: Start a search in the current dash scope"335msgctxt "Button: Start a search in the current dash scope"
327msgid "Search"336msgid "Search"
328msgstr "Lorg"337msgstr "Lorg"
329338
330#: qml/Dash/DashPageHeader.qml:379339#: qml/Dash/DashPageHeader.qml:378
331msgctxt "Button: Show the current dash scope settings"340msgctxt "Button: Show the current dash scope settings"
332msgid "Settings"341msgid "Settings"
333msgstr "Roghainnean"342msgstr "Roghainnean"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Remove from Favorites"345msgid "Remove from Favorites"
337msgstr "Thoir air falbh o na h-annsachdan"346msgstr "Thoir air falbh o na h-annsachdan"
338347
339#: qml/Dash/DashPageHeader.qml:386348#: qml/Dash/DashPageHeader.qml:385
340msgid "Add to Favorites"349msgid "Add to Favorites"
341msgstr "Cuir ris na h-annsachdan"350msgstr "Cuir ris na h-annsachdan"
342351
@@ -348,15 +357,15 @@
348msgid "Reset"357msgid "Reset"
349msgstr "Ath-shuidhich"358msgstr "Ath-shuidhich"
350359
351#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782360#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
352msgid "Show less"361msgid "Show less"
353msgstr "Seall nas lugha dhiubh"362msgstr "Seall nas lugha dhiubh"
354363
355#: qml/Dash/GenericScopeView.qml:586364#: qml/Dash/GenericScopeView.qml:545
356msgid "Show all"365msgid "Show all"
357msgstr "Seall na h-uile"366msgstr "Seall na h-uile"
358367
359#: qml/Dash/GenericScopeView.qml:643368#: qml/Dash/GenericScopeView.qml:576
360msgctxt "Label: Hint for dash search line edit"369msgctxt "Label: Hint for dash search line edit"
361msgid "Search"370msgid "Search"
362msgstr "Lorg"371msgstr "Lorg"
@@ -369,24 +378,24 @@
369msgid "Clear All"378msgid "Clear All"
370msgstr "Falamhaich na h-uile"379msgstr "Falamhaich na h-uile"
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "More..."382msgid "More..."
374msgstr "Barrachd..."383msgstr "Barrachd..."
375384
376#: qml/Dash/Previews/PreviewActionCombo.qml:35385#: qml/Dash/Previews/PreviewActionCombo.qml:36
377msgid "Less..."386msgid "Less..."
378msgstr "Nas lugha..."387msgstr "Nas lugha..."
379388
380#: qml/Dash/Previews/PreviewCommentInput.qml:83389#: qml/Dash/Previews/PreviewCommentInput.qml:83
381#: qml/Dash/Previews/PreviewRatingInput.qml:201390#: qml/Dash/Previews/PreviewRatingInput.qml:202
382msgid "Send"391msgid "Send"
383msgstr "Cuir"392msgstr "Cuir"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:108394#: qml/Dash/Previews/PreviewRatingInput.qml:109
386msgid "Rate this"395msgid "Rate this"
387msgstr "Rangaich seo"396msgstr "Rangaich seo"
388397
389#: qml/Dash/Previews/PreviewRatingInput.qml:183398#: qml/Dash/Previews/PreviewRatingInput.qml:184
390msgid "Add a review"399msgid "Add a review"
391msgstr "Cuir lèirmheas ris"400msgstr "Cuir lèirmheas ris"
392401
393402
=== modified file 'po/gl.po'
--- po/gl.po 2016-11-08 05:41:47 +0000
+++ po/gl.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-01-15 14:56+0000\n"15"PO-Revision-Date: 2016-01-15 14:56+0000\n"
12"Last-Translator: Marcos Lans <Unknown>\n"16"Last-Translator: Marcos Lans <Unknown>\n"
13"Language-Team: Galician <gl@li.org>\n"17"Language-Team: Galician <gl@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr "Ver elemento compartido"323msgstr "Ver elemento compartido"
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr "Tenda"328msgstr "Tenda"
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr "Buscar"333msgstr "Buscar"
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr "Axustes"338msgstr "Axustes"
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr "Eliminar dos favoritos"342msgstr "Eliminar dos favoritos"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr "Engadir aos favoritos"346msgstr "Engadir aos favoritos"
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr "Restabelecer"354msgstr "Restabelecer"
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr "Mostrar menos"358msgstr "Mostrar menos"
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr "Mostrar todo"362msgstr "Mostrar todo"
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr "Buscar"367msgstr "Buscar"
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr "Limpar todo"375msgstr "Limpar todo"
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "Máis…"379msgstr "Máis…"
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "Menos..."383msgstr "Menos..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "Enviar"388msgstr "Enviar"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "Valore isto"392msgstr "Valore isto"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "Engadir unha opinión"396msgstr "Engadir unha opinión"
388397
389398
=== modified file 'po/gv.po'
--- po/gv.po 2016-11-08 05:41:47 +0000
+++ po/gv.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-04-02 14:24+0000\n"15"PO-Revision-Date: 2015-04-02 14:24+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"16"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Manx <gv@li.org>\n"17"Language-Team: Manx <gv@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : (n == 2 ? 1 : 2);\n"21"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : (n == 2 ? 1 : 2);\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr ""323msgstr ""
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr ""328msgstr ""
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr ""333msgstr ""
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr ""338msgstr ""
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr "Jean scughey woish Reihyn"342msgstr "Jean scughey woish Reihyn"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr "Cur ayns Reihyn"346msgstr "Cur ayns Reihyn"
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr ""354msgstr ""
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr ""358msgstr ""
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr ""362msgstr ""
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr ""367msgstr ""
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr ""375msgstr ""
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "Tooilley..."379msgstr "Tooilley..."
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "Ny sloo..."383msgstr "Ny sloo..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "Cur"388msgstr "Cur"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "Jean sessal shoh"392msgstr "Jean sessal shoh"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "Jean aavriwnys"396msgstr "Jean aavriwnys"
388397
389398
=== modified file 'po/he.po'
--- po/he.po 2016-11-08 05:41:47 +0000
+++ po/he.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-07-12 08:47+0000\n"15"PO-Revision-Date: 2015-07-12 08:47+0000\n"
12"Last-Translator: Yaron <sh.yaron@gmail.com>\n"16"Last-Translator: Yaron <sh.yaron@gmail.com>\n"
13"Language-Team: Hebrew <he@li.org>\n"17"Language-Team: Hebrew <he@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -311,26 +320,26 @@
311msgid "Preview Share Item"320msgid "Preview Share Item"
312msgstr ""321msgstr ""
313322
314#: qml/Dash/DashPageHeader.qml:362323#: qml/Dash/DashPageHeader.qml:361
315msgctxt "Button: Open the Ubuntu Store"324msgctxt "Button: Open the Ubuntu Store"
316msgid "Store"325msgid "Store"
317msgstr "חנות"326msgstr "חנות"
318327
319#: qml/Dash/DashPageHeader.qml:369328#: qml/Dash/DashPageHeader.qml:368
320msgctxt "Button: Start a search in the current dash scope"329msgctxt "Button: Start a search in the current dash scope"
321msgid "Search"330msgid "Search"
322msgstr "חיפוש"331msgstr "חיפוש"
323332
324#: qml/Dash/DashPageHeader.qml:379333#: qml/Dash/DashPageHeader.qml:378
325msgctxt "Button: Show the current dash scope settings"334msgctxt "Button: Show the current dash scope settings"
326msgid "Settings"335msgid "Settings"
327msgstr "הגדרות"336msgstr "הגדרות"
328337
329#: qml/Dash/DashPageHeader.qml:386338#: qml/Dash/DashPageHeader.qml:385
330msgid "Remove from Favorites"339msgid "Remove from Favorites"
331msgstr "הסרה מהמועדפים"340msgstr "הסרה מהמועדפים"
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Add to Favorites"343msgid "Add to Favorites"
335msgstr "הוספה למועדפים"344msgstr "הוספה למועדפים"
336345
@@ -342,15 +351,15 @@
342msgid "Reset"351msgid "Reset"
343msgstr ""352msgstr ""
344353
345#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782354#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
346msgid "Show less"355msgid "Show less"
347msgstr ""356msgstr ""
348357
349#: qml/Dash/GenericScopeView.qml:586358#: qml/Dash/GenericScopeView.qml:545
350msgid "Show all"359msgid "Show all"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:643362#: qml/Dash/GenericScopeView.qml:576
354msgctxt "Label: Hint for dash search line edit"363msgctxt "Label: Hint for dash search line edit"
355msgid "Search"364msgid "Search"
356msgstr "חיפוש"365msgstr "חיפוש"
@@ -363,24 +372,24 @@
363msgid "Clear All"372msgid "Clear All"
364msgstr ""373msgstr ""
365374
366#: qml/Dash/Previews/PreviewActionCombo.qml:35375#: qml/Dash/Previews/PreviewActionCombo.qml:36
367msgid "More..."376msgid "More..."
368msgstr "עוד…"377msgstr "עוד…"
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "Less..."380msgid "Less..."
372msgstr "פחות…"381msgstr "פחות…"
373382
374#: qml/Dash/Previews/PreviewCommentInput.qml:83383#: qml/Dash/Previews/PreviewCommentInput.qml:83
375#: qml/Dash/Previews/PreviewRatingInput.qml:201384#: qml/Dash/Previews/PreviewRatingInput.qml:202
376msgid "Send"385msgid "Send"
377msgstr "שליחה"386msgstr "שליחה"
378387
379#: qml/Dash/Previews/PreviewRatingInput.qml:108388#: qml/Dash/Previews/PreviewRatingInput.qml:109
380msgid "Rate this"389msgid "Rate this"
381msgstr "דירוג היישום"390msgstr "דירוג היישום"
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:183392#: qml/Dash/Previews/PreviewRatingInput.qml:184
384msgid "Add a review"393msgid "Add a review"
385msgstr "הוספת סקירה"394msgstr "הוספת סקירה"
386395
387396
=== modified file 'po/hi.po'
--- po/hi.po 2016-11-08 05:41:47 +0000
+++ po/hi.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2014-01-15 01:49+0000\n"15"PO-Revision-Date: 2014-01-15 01:49+0000\n"
12"Last-Translator: Siddhanathan Shanmugam <Unknown>\n"16"Last-Translator: Siddhanathan Shanmugam <Unknown>\n"
13"Language-Team: Hindi <hi@li.org>\n"17"Language-Team: Hindi <hi@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -311,26 +320,26 @@
311msgid "Preview Share Item"320msgid "Preview Share Item"
312msgstr ""321msgstr ""
313322
314#: qml/Dash/DashPageHeader.qml:362323#: qml/Dash/DashPageHeader.qml:361
315msgctxt "Button: Open the Ubuntu Store"324msgctxt "Button: Open the Ubuntu Store"
316msgid "Store"325msgid "Store"
317msgstr ""326msgstr ""
318327
319#: qml/Dash/DashPageHeader.qml:369328#: qml/Dash/DashPageHeader.qml:368
320msgctxt "Button: Start a search in the current dash scope"329msgctxt "Button: Start a search in the current dash scope"
321msgid "Search"330msgid "Search"
322msgstr ""331msgstr ""
323332
324#: qml/Dash/DashPageHeader.qml:379333#: qml/Dash/DashPageHeader.qml:378
325msgctxt "Button: Show the current dash scope settings"334msgctxt "Button: Show the current dash scope settings"
326msgid "Settings"335msgid "Settings"
327msgstr ""336msgstr ""
328337
329#: qml/Dash/DashPageHeader.qml:386338#: qml/Dash/DashPageHeader.qml:385
330msgid "Remove from Favorites"339msgid "Remove from Favorites"
331msgstr ""340msgstr ""
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Add to Favorites"343msgid "Add to Favorites"
335msgstr ""344msgstr ""
336345
@@ -342,15 +351,15 @@
342msgid "Reset"351msgid "Reset"
343msgstr ""352msgstr ""
344353
345#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782354#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
346msgid "Show less"355msgid "Show less"
347msgstr ""356msgstr ""
348357
349#: qml/Dash/GenericScopeView.qml:586358#: qml/Dash/GenericScopeView.qml:545
350msgid "Show all"359msgid "Show all"
351msgstr ""360msgstr ""
352361
353#: qml/Dash/GenericScopeView.qml:643362#: qml/Dash/GenericScopeView.qml:576
354msgctxt "Label: Hint for dash search line edit"363msgctxt "Label: Hint for dash search line edit"
355msgid "Search"364msgid "Search"
356msgstr ""365msgstr ""
@@ -363,24 +372,24 @@
363msgid "Clear All"372msgid "Clear All"
364msgstr ""373msgstr ""
365374
366#: qml/Dash/Previews/PreviewActionCombo.qml:35375#: qml/Dash/Previews/PreviewActionCombo.qml:36
367msgid "More..."376msgid "More..."
368msgstr ""377msgstr ""
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "Less..."380msgid "Less..."
372msgstr ""381msgstr ""
373382
374#: qml/Dash/Previews/PreviewCommentInput.qml:83383#: qml/Dash/Previews/PreviewCommentInput.qml:83
375#: qml/Dash/Previews/PreviewRatingInput.qml:201384#: qml/Dash/Previews/PreviewRatingInput.qml:202
376msgid "Send"385msgid "Send"
377msgstr "भेजें"386msgstr "भेजें"
378387
379#: qml/Dash/Previews/PreviewRatingInput.qml:108388#: qml/Dash/Previews/PreviewRatingInput.qml:109
380msgid "Rate this"389msgid "Rate this"
381msgstr ""390msgstr ""
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:183392#: qml/Dash/Previews/PreviewRatingInput.qml:184
384msgid "Add a review"393msgid "Add a review"
385msgstr "समीक्षा दे"394msgstr "समीक्षा दे"
386395
387396
=== modified file 'po/hr.po'
--- po/hr.po 2016-11-08 05:41:47 +0000
+++ po/hr.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-05-04 17:52+0000\n"15"PO-Revision-Date: 2016-05-04 17:52+0000\n"
12"Last-Translator: gogo <trebelnik2@gmail.com>\n"16"Last-Translator: gogo <trebelnik2@gmail.com>\n"
13"Language-Team: Croatian <hr@li.org>\n"17"Language-Team: Croatian <hr@li.org>\n"
@@ -16,8 +20,13 @@
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "21"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
18"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"22"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
23<<<<<<< TREE
19"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"24"X-Launchpad-Export-Date: 2016-11-08 05:41+0000\n"
20"X-Generator: Launchpad (build 18246)\n"25"X-Generator: Launchpad (build 18246)\n"
26=======
27"X-Launchpad-Export-Date: 2016-11-12 06:10+0000\n"
28"X-Generator: Launchpad (build 18255)\n"
29>>>>>>> MERGE-SOURCE
2130
22#: plugins/LightDM/Greeter.cpp:12331#: plugins/LightDM/Greeter.cpp:123
23msgid "Password: "32msgid "Password: "
@@ -316,26 +325,26 @@
316msgid "Preview Share Item"325msgid "Preview Share Item"
317msgstr "Pregled stavki dijeljenja"326msgstr "Pregled stavki dijeljenja"
318327
319#: qml/Dash/DashPageHeader.qml:362328#: qml/Dash/DashPageHeader.qml:361
320msgctxt "Button: Open the Ubuntu Store"329msgctxt "Button: Open the Ubuntu Store"
321msgid "Store"330msgid "Store"
322msgstr "Trgovina"331msgstr "Trgovina"
323332
324#: qml/Dash/DashPageHeader.qml:369333#: qml/Dash/DashPageHeader.qml:368
325msgctxt "Button: Start a search in the current dash scope"334msgctxt "Button: Start a search in the current dash scope"
326msgid "Search"335msgid "Search"
327msgstr "Pretraži"336msgstr "Pretraži"
328337
329#: qml/Dash/DashPageHeader.qml:379338#: qml/Dash/DashPageHeader.qml:378
330msgctxt "Button: Show the current dash scope settings"339msgctxt "Button: Show the current dash scope settings"
331msgid "Settings"340msgid "Settings"
332msgstr "Postavke"341msgstr "Postavke"
333342
334#: qml/Dash/DashPageHeader.qml:386343#: qml/Dash/DashPageHeader.qml:385
335msgid "Remove from Favorites"344msgid "Remove from Favorites"
336msgstr "Ukloni iz omiljenih"345msgstr "Ukloni iz omiljenih"
337346
338#: qml/Dash/DashPageHeader.qml:386347#: qml/Dash/DashPageHeader.qml:385
339msgid "Add to Favorites"348msgid "Add to Favorites"
340msgstr "Dodaj u omiljene"349msgstr "Dodaj u omiljene"
341350
@@ -347,15 +356,15 @@
347msgid "Reset"356msgid "Reset"
348msgstr "Ponovno postavi"357msgstr "Ponovno postavi"
349358
350#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782359#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
351msgid "Show less"360msgid "Show less"
352msgstr "Prikaži manje"361msgstr "Prikaži manje"
353362
354#: qml/Dash/GenericScopeView.qml:586363#: qml/Dash/GenericScopeView.qml:545
355msgid "Show all"364msgid "Show all"
356msgstr "Prikaži sve"365msgstr "Prikaži sve"
357366
358#: qml/Dash/GenericScopeView.qml:643367#: qml/Dash/GenericScopeView.qml:576
359msgctxt "Label: Hint for dash search line edit"368msgctxt "Label: Hint for dash search line edit"
360msgid "Search"369msgid "Search"
361msgstr "Pretraži"370msgstr "Pretraži"
@@ -368,24 +377,24 @@
368msgid "Clear All"377msgid "Clear All"
369msgstr "Obriši sve"378msgstr "Obriši sve"
370379
371#: qml/Dash/Previews/PreviewActionCombo.qml:35380#: qml/Dash/Previews/PreviewActionCombo.qml:36
372msgid "More..."381msgid "More..."
373msgstr "Više..."382msgstr "Više..."
374383
375#: qml/Dash/Previews/PreviewActionCombo.qml:35384#: qml/Dash/Previews/PreviewActionCombo.qml:36
376msgid "Less..."385msgid "Less..."
377msgstr "Manje..."386msgstr "Manje..."
378387
379#: qml/Dash/Previews/PreviewCommentInput.qml:83388#: qml/Dash/Previews/PreviewCommentInput.qml:83
380#: qml/Dash/Previews/PreviewRatingInput.qml:201389#: qml/Dash/Previews/PreviewRatingInput.qml:202
381msgid "Send"390msgid "Send"
382msgstr "Pošalji"391msgstr "Pošalji"
383392
384#: qml/Dash/Previews/PreviewRatingInput.qml:108393#: qml/Dash/Previews/PreviewRatingInput.qml:109
385msgid "Rate this"394msgid "Rate this"
386msgstr "Ocijeni ovo"395msgstr "Ocijeni ovo"
387396
388#: qml/Dash/Previews/PreviewRatingInput.qml:183397#: qml/Dash/Previews/PreviewRatingInput.qml:184
389msgid "Add a review"398msgid "Add a review"
390msgstr "Dodaj recenziju"399msgstr "Dodaj recenziju"
391400
392401
=== modified file 'po/hu.po'
--- po/hu.po 2016-11-08 05:41:47 +0000
+++ po/hu.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-08-17 10:53+0000\n"15"PO-Revision-Date: 2016-08-17 10:53+0000\n"
12"Last-Translator: Richard Somlói <ricsipontaz@gmail.com>\n"16"Last-Translator: Richard Somlói <ricsipontaz@gmail.com>\n"
13"Language-Team: Hungarian <hu@li.org>\n"17"Language-Team: Hungarian <hu@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -315,26 +324,26 @@
315msgid "Preview Share Item"324msgid "Preview Share Item"
316msgstr "Megosztandó elem előnézete"325msgstr "Megosztandó elem előnézete"
317326
318#: qml/Dash/DashPageHeader.qml:362327#: qml/Dash/DashPageHeader.qml:361
319msgctxt "Button: Open the Ubuntu Store"328msgctxt "Button: Open the Ubuntu Store"
320msgid "Store"329msgid "Store"
321msgstr "Áruház"330msgstr "Áruház"
322331
323#: qml/Dash/DashPageHeader.qml:369332#: qml/Dash/DashPageHeader.qml:368
324msgctxt "Button: Start a search in the current dash scope"333msgctxt "Button: Start a search in the current dash scope"
325msgid "Search"334msgid "Search"
326msgstr "Keresés"335msgstr "Keresés"
327336
328#: qml/Dash/DashPageHeader.qml:379337#: qml/Dash/DashPageHeader.qml:378
329msgctxt "Button: Show the current dash scope settings"338msgctxt "Button: Show the current dash scope settings"
330msgid "Settings"339msgid "Settings"
331msgstr "Beállítások"340msgstr "Beállítások"
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Remove from Favorites"343msgid "Remove from Favorites"
335msgstr "Eltávolítás a kedvencek közül"344msgstr "Eltávolítás a kedvencek közül"
336345
337#: qml/Dash/DashPageHeader.qml:386346#: qml/Dash/DashPageHeader.qml:385
338msgid "Add to Favorites"347msgid "Add to Favorites"
339msgstr "Hozzáadás a kedvencekhez"348msgstr "Hozzáadás a kedvencekhez"
340349
@@ -346,15 +355,15 @@
346msgid "Reset"355msgid "Reset"
347msgstr "Alaphelyzetbe állítás"356msgstr "Alaphelyzetbe állítás"
348357
349#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782358#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
350msgid "Show less"359msgid "Show less"
351msgstr "Kevesebb"360msgstr "Kevesebb"
352361
353#: qml/Dash/GenericScopeView.qml:586362#: qml/Dash/GenericScopeView.qml:545
354msgid "Show all"363msgid "Show all"
355msgstr "Összes megjelenítése"364msgstr "Összes megjelenítése"
356365
357#: qml/Dash/GenericScopeView.qml:643366#: qml/Dash/GenericScopeView.qml:576
358msgctxt "Label: Hint for dash search line edit"367msgctxt "Label: Hint for dash search line edit"
359msgid "Search"368msgid "Search"
360msgstr "Keresés"369msgstr "Keresés"
@@ -367,24 +376,24 @@
367msgid "Clear All"376msgid "Clear All"
368msgstr "Összes törlése"377msgstr "Összes törlése"
369378
370#: qml/Dash/Previews/PreviewActionCombo.qml:35379#: qml/Dash/Previews/PreviewActionCombo.qml:36
371msgid "More..."380msgid "More..."
372msgstr "Több…"381msgstr "Több…"
373382
374#: qml/Dash/Previews/PreviewActionCombo.qml:35383#: qml/Dash/Previews/PreviewActionCombo.qml:36
375msgid "Less..."384msgid "Less..."
376msgstr "Kevesebb…"385msgstr "Kevesebb…"
377386
378#: qml/Dash/Previews/PreviewCommentInput.qml:83387#: qml/Dash/Previews/PreviewCommentInput.qml:83
379#: qml/Dash/Previews/PreviewRatingInput.qml:201388#: qml/Dash/Previews/PreviewRatingInput.qml:202
380msgid "Send"389msgid "Send"
381msgstr "Küldés"390msgstr "Küldés"
382391
383#: qml/Dash/Previews/PreviewRatingInput.qml:108392#: qml/Dash/Previews/PreviewRatingInput.qml:109
384msgid "Rate this"393msgid "Rate this"
385msgstr "Értékelje"394msgstr "Értékelje"
386395
387#: qml/Dash/Previews/PreviewRatingInput.qml:183396#: qml/Dash/Previews/PreviewRatingInput.qml:184
388msgid "Add a review"397msgid "Add a review"
389msgstr "Értékelés hozzáadása"398msgstr "Értékelés hozzáadása"
390399
391400
=== modified file 'po/hy.po'
--- po/hy.po 2016-11-08 05:41:47 +0000
+++ po/hy.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2014-10-28 06:34+0000\n"15"PO-Revision-Date: 2014-10-28 06:34+0000\n"
12"Last-Translator: Vahan Harutyunyan <Unknown>\n"16"Last-Translator: Vahan Harutyunyan <Unknown>\n"
13"Language-Team: Armenian <hy@li.org>\n"17"Language-Team: Armenian <hy@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=1; plural=0;\n"21"Plural-Forms: nplurals=1; plural=0;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -312,26 +321,26 @@
312msgid "Preview Share Item"321msgid "Preview Share Item"
313msgstr ""322msgstr ""
314323
315#: qml/Dash/DashPageHeader.qml:362324#: qml/Dash/DashPageHeader.qml:361
316msgctxt "Button: Open the Ubuntu Store"325msgctxt "Button: Open the Ubuntu Store"
317msgid "Store"326msgid "Store"
318msgstr ""327msgstr ""
319328
320#: qml/Dash/DashPageHeader.qml:369329#: qml/Dash/DashPageHeader.qml:368
321msgctxt "Button: Start a search in the current dash scope"330msgctxt "Button: Start a search in the current dash scope"
322msgid "Search"331msgid "Search"
323msgstr ""332msgstr ""
324333
325#: qml/Dash/DashPageHeader.qml:379334#: qml/Dash/DashPageHeader.qml:378
326msgctxt "Button: Show the current dash scope settings"335msgctxt "Button: Show the current dash scope settings"
327msgid "Settings"336msgid "Settings"
328msgstr ""337msgstr ""
329338
330#: qml/Dash/DashPageHeader.qml:386339#: qml/Dash/DashPageHeader.qml:385
331msgid "Remove from Favorites"340msgid "Remove from Favorites"
332msgstr "Հեռացնել ընտրյալների ցուցակից"341msgstr "Հեռացնել ընտրյալների ցուցակից"
333342
334#: qml/Dash/DashPageHeader.qml:386343#: qml/Dash/DashPageHeader.qml:385
335msgid "Add to Favorites"344msgid "Add to Favorites"
336msgstr "Ավելացնել ընտրյալների ցուցակում"345msgstr "Ավելացնել ընտրյալների ցուցակում"
337346
@@ -343,15 +352,15 @@
343msgid "Reset"352msgid "Reset"
344msgstr ""353msgstr ""
345354
346#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782355#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
347msgid "Show less"356msgid "Show less"
348msgstr ""357msgstr ""
349358
350#: qml/Dash/GenericScopeView.qml:586359#: qml/Dash/GenericScopeView.qml:545
351msgid "Show all"360msgid "Show all"
352msgstr ""361msgstr ""
353362
354#: qml/Dash/GenericScopeView.qml:643363#: qml/Dash/GenericScopeView.qml:576
355msgctxt "Label: Hint for dash search line edit"364msgctxt "Label: Hint for dash search line edit"
356msgid "Search"365msgid "Search"
357msgstr ""366msgstr ""
@@ -364,24 +373,24 @@
364msgid "Clear All"373msgid "Clear All"
365msgstr ""374msgstr ""
366375
367#: qml/Dash/Previews/PreviewActionCombo.qml:35376#: qml/Dash/Previews/PreviewActionCombo.qml:36
368msgid "More..."377msgid "More..."
369msgstr "Ավելին..."378msgstr "Ավելին..."
370379
371#: qml/Dash/Previews/PreviewActionCombo.qml:35380#: qml/Dash/Previews/PreviewActionCombo.qml:36
372msgid "Less..."381msgid "Less..."
373msgstr "Ավելի քիչ..."382msgstr "Ավելի քիչ..."
374383
375#: qml/Dash/Previews/PreviewCommentInput.qml:83384#: qml/Dash/Previews/PreviewCommentInput.qml:83
376#: qml/Dash/Previews/PreviewRatingInput.qml:201385#: qml/Dash/Previews/PreviewRatingInput.qml:202
377msgid "Send"386msgid "Send"
378msgstr "Ուղղարկել"387msgstr "Ուղղարկել"
379388
380#: qml/Dash/Previews/PreviewRatingInput.qml:108389#: qml/Dash/Previews/PreviewRatingInput.qml:109
381msgid "Rate this"390msgid "Rate this"
382msgstr "Գնահատեք սա"391msgstr "Գնահատեք սա"
383392
384#: qml/Dash/Previews/PreviewRatingInput.qml:183393#: qml/Dash/Previews/PreviewRatingInput.qml:184
385msgid "Add a review"394msgid "Add a review"
386msgstr ""395msgstr ""
387396
388397
=== modified file 'po/ia.po'
--- po/ia.po 2016-11-08 05:41:47 +0000
+++ po/ia.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity8\n"8"Project-Id-Version: unity8\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2015-08-25 19:31+0000\n"15"PO-Revision-Date: 2015-08-25 19:31+0000\n"
12"Last-Translator: karm <melo@carmu.com>\n"16"Last-Translator: karm <melo@carmu.com>\n"
13"Language-Team: Interlingua <ia@li.org>\n"17"Language-Team: Interlingua <ia@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr "Elemento compartite de vista preliminar"323msgstr "Elemento compartite de vista preliminar"
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr "Salva"328msgstr "Salva"
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr "Cerca"333msgstr "Cerca"
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr "Configurationes"338msgstr "Configurationes"
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr "Remover ex le Favoritos"342msgstr "Remover ex le Favoritos"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr "Adder al Favoritos"346msgstr "Adder al Favoritos"
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr "Restabilir"354msgstr "Restabilir"
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr "Monstrar minus"358msgstr "Monstrar minus"
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr "Monstrar toto"362msgstr "Monstrar toto"
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr "Cerca"367msgstr "Cerca"
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr "Clarar toto"375msgstr "Clarar toto"
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "Plus..."379msgstr "Plus..."
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "Minus..."383msgstr "Minus..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "Mandar"388msgstr "Mandar"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "Evalutar isto"392msgstr "Evalutar isto"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "Adder un revision"396msgstr "Adder un revision"
388397
389398
=== modified file 'po/id.po'
--- po/id.po 2016-11-08 05:41:47 +0000
+++ po/id.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2013-06-26 22:35+0000\n"15"PO-Revision-Date: 2013-06-26 22:35+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"16"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Indonesian <id@li.org>\n"17"Language-Team: Indonesian <id@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=1; plural=0;\n"21"Plural-Forms: nplurals=1; plural=0;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -313,26 +322,26 @@
313msgid "Preview Share Item"322msgid "Preview Share Item"
314msgstr ""323msgstr ""
315324
316#: qml/Dash/DashPageHeader.qml:362325#: qml/Dash/DashPageHeader.qml:361
317msgctxt "Button: Open the Ubuntu Store"326msgctxt "Button: Open the Ubuntu Store"
318msgid "Store"327msgid "Store"
319msgstr ""328msgstr ""
320329
321#: qml/Dash/DashPageHeader.qml:369330#: qml/Dash/DashPageHeader.qml:368
322msgctxt "Button: Start a search in the current dash scope"331msgctxt "Button: Start a search in the current dash scope"
323msgid "Search"332msgid "Search"
324msgstr ""333msgstr ""
325334
326#: qml/Dash/DashPageHeader.qml:379335#: qml/Dash/DashPageHeader.qml:378
327msgctxt "Button: Show the current dash scope settings"336msgctxt "Button: Show the current dash scope settings"
328msgid "Settings"337msgid "Settings"
329msgstr ""338msgstr ""
330339
331#: qml/Dash/DashPageHeader.qml:386340#: qml/Dash/DashPageHeader.qml:385
332msgid "Remove from Favorites"341msgid "Remove from Favorites"
333msgstr "Hapus dari Favorit"342msgstr "Hapus dari Favorit"
334343
335#: qml/Dash/DashPageHeader.qml:386344#: qml/Dash/DashPageHeader.qml:385
336msgid "Add to Favorites"345msgid "Add to Favorites"
337msgstr "Tambah ke Favorit"346msgstr "Tambah ke Favorit"
338347
@@ -344,15 +353,15 @@
344msgid "Reset"353msgid "Reset"
345msgstr ""354msgstr ""
346355
347#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782356#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
348msgid "Show less"357msgid "Show less"
349msgstr ""358msgstr ""
350359
351#: qml/Dash/GenericScopeView.qml:586360#: qml/Dash/GenericScopeView.qml:545
352msgid "Show all"361msgid "Show all"
353msgstr ""362msgstr ""
354363
355#: qml/Dash/GenericScopeView.qml:643364#: qml/Dash/GenericScopeView.qml:576
356msgctxt "Label: Hint for dash search line edit"365msgctxt "Label: Hint for dash search line edit"
357msgid "Search"366msgid "Search"
358msgstr ""367msgstr ""
@@ -365,24 +374,24 @@
365msgid "Clear All"374msgid "Clear All"
366msgstr ""375msgstr ""
367376
368#: qml/Dash/Previews/PreviewActionCombo.qml:35377#: qml/Dash/Previews/PreviewActionCombo.qml:36
369msgid "More..."378msgid "More..."
370msgstr "Lebih..."379msgstr "Lebih..."
371380
372#: qml/Dash/Previews/PreviewActionCombo.qml:35381#: qml/Dash/Previews/PreviewActionCombo.qml:36
373msgid "Less..."382msgid "Less..."
374msgstr "Kurang..."383msgstr "Kurang..."
375384
376#: qml/Dash/Previews/PreviewCommentInput.qml:83385#: qml/Dash/Previews/PreviewCommentInput.qml:83
377#: qml/Dash/Previews/PreviewRatingInput.qml:201386#: qml/Dash/Previews/PreviewRatingInput.qml:202
378msgid "Send"387msgid "Send"
379msgstr "Kirim"388msgstr "Kirim"
380389
381#: qml/Dash/Previews/PreviewRatingInput.qml:108390#: qml/Dash/Previews/PreviewRatingInput.qml:109
382msgid "Rate this"391msgid "Rate this"
383msgstr "Beri peringkat"392msgstr "Beri peringkat"
384393
385#: qml/Dash/Previews/PreviewRatingInput.qml:183394#: qml/Dash/Previews/PreviewRatingInput.qml:184
386msgid "Add a review"395msgid "Add a review"
387msgstr "Berikan ulasan"396msgstr "Berikan ulasan"
388397
389398
=== modified file 'po/is.po'
--- po/is.po 2016-11-08 05:41:47 +0000
+++ po/is.po 2016-11-14 12:06:52 +0000
@@ -9,7 +9,11 @@
9msgstr ""9msgstr ""
10"Project-Id-Version: po_unity8-is\n"10"Project-Id-Version: po_unity8-is\n"
11"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"11"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
12<<<<<<< TREE
12"POT-Creation-Date: 2016-10-27 12:32+0000\n"13"POT-Creation-Date: 2016-10-27 12:32+0000\n"
14=======
15"POT-Creation-Date: 2016-11-09 15:10+0000\n"
16>>>>>>> MERGE-SOURCE
13"PO-Revision-Date: 2014-11-13 09:32+0000\n"17"PO-Revision-Date: 2014-11-13 09:32+0000\n"
14"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"18"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
15"Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n"19"Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n"
@@ -17,8 +21,13 @@
17"Content-Type: text/plain; charset=UTF-8\n"21"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"22"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=2; plural=n != 1;\n"23"Plural-Forms: nplurals=2; plural=n != 1;\n"
24<<<<<<< TREE
20"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"25"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
21"X-Generator: Launchpad (build 18246)\n"26"X-Generator: Launchpad (build 18246)\n"
27=======
28"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
29"X-Generator: Launchpad (build 18255)\n"
30>>>>>>> MERGE-SOURCE
22"Language: is\n"31"Language: is\n"
2332
24#: plugins/LightDM/Greeter.cpp:12333#: plugins/LightDM/Greeter.cpp:123
@@ -316,26 +325,26 @@
316msgid "Preview Share Item"325msgid "Preview Share Item"
317msgstr ""326msgstr ""
318327
319#: qml/Dash/DashPageHeader.qml:362328#: qml/Dash/DashPageHeader.qml:361
320msgctxt "Button: Open the Ubuntu Store"329msgctxt "Button: Open the Ubuntu Store"
321msgid "Store"330msgid "Store"
322msgstr ""331msgstr ""
323332
324#: qml/Dash/DashPageHeader.qml:369333#: qml/Dash/DashPageHeader.qml:368
325msgctxt "Button: Start a search in the current dash scope"334msgctxt "Button: Start a search in the current dash scope"
326msgid "Search"335msgid "Search"
327msgstr ""336msgstr ""
328337
329#: qml/Dash/DashPageHeader.qml:379338#: qml/Dash/DashPageHeader.qml:378
330msgctxt "Button: Show the current dash scope settings"339msgctxt "Button: Show the current dash scope settings"
331msgid "Settings"340msgid "Settings"
332msgstr ""341msgstr ""
333342
334#: qml/Dash/DashPageHeader.qml:386343#: qml/Dash/DashPageHeader.qml:385
335msgid "Remove from Favorites"344msgid "Remove from Favorites"
336msgstr "Fjarlægja úr Eftirlæti"345msgstr "Fjarlægja úr Eftirlæti"
337346
338#: qml/Dash/DashPageHeader.qml:386347#: qml/Dash/DashPageHeader.qml:385
339msgid "Add to Favorites"348msgid "Add to Favorites"
340msgstr "Bæta við Eftirlæti"349msgstr "Bæta við Eftirlæti"
341350
@@ -347,15 +356,15 @@
347msgid "Reset"356msgid "Reset"
348msgstr ""357msgstr ""
349358
350#: qml/Dash/GenericScopeView.qml:586 qml/Dash/GenericScopeView.qml:782359#: qml/Dash/GenericScopeView.qml:545 qml/Dash/GenericScopeView.qml:716
351msgid "Show less"360msgid "Show less"
352msgstr ""361msgstr ""
353362
354#: qml/Dash/GenericScopeView.qml:586363#: qml/Dash/GenericScopeView.qml:545
355msgid "Show all"364msgid "Show all"
356msgstr ""365msgstr ""
357366
358#: qml/Dash/GenericScopeView.qml:643367#: qml/Dash/GenericScopeView.qml:576
359msgctxt "Label: Hint for dash search line edit"368msgctxt "Label: Hint for dash search line edit"
360msgid "Search"369msgid "Search"
361msgstr ""370msgstr ""
@@ -368,24 +377,24 @@
368msgid "Clear All"377msgid "Clear All"
369msgstr ""378msgstr ""
370379
371#: qml/Dash/Previews/PreviewActionCombo.qml:35380#: qml/Dash/Previews/PreviewActionCombo.qml:36
372msgid "More..."381msgid "More..."
373msgstr "Meira..."382msgstr "Meira..."
374383
375#: qml/Dash/Previews/PreviewActionCombo.qml:35384#: qml/Dash/Previews/PreviewActionCombo.qml:36
376msgid "Less..."385msgid "Less..."
377msgstr "Minna..."386msgstr "Minna..."
378387
379#: qml/Dash/Previews/PreviewCommentInput.qml:83388#: qml/Dash/Previews/PreviewCommentInput.qml:83
380#: qml/Dash/Previews/PreviewRatingInput.qml:201389#: qml/Dash/Previews/PreviewRatingInput.qml:202
381msgid "Send"390msgid "Send"
382msgstr "Senda"391msgstr "Senda"
383392
384#: qml/Dash/Previews/PreviewRatingInput.qml:108393#: qml/Dash/Previews/PreviewRatingInput.qml:109
385msgid "Rate this"394msgid "Rate this"
386msgstr "Gefa þessu einkunn"395msgstr "Gefa þessu einkunn"
387396
388#: qml/Dash/Previews/PreviewRatingInput.qml:183397#: qml/Dash/Previews/PreviewRatingInput.qml:184
389msgid "Add a review"398msgid "Add a review"
390msgstr "Gefa umsögn"399msgstr "Gefa umsögn"
391400
392401
=== modified file 'po/it.po'
--- po/it.po 2016-11-08 05:41:47 +0000
+++ po/it.po 2016-11-14 12:06:52 +0000
@@ -7,7 +7,11 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: unity\n"8"Project-Id-Version: unity\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10<<<<<<< TREE
10"POT-Creation-Date: 2016-10-27 12:32+0000\n"11"POT-Creation-Date: 2016-10-27 12:32+0000\n"
12=======
13"POT-Creation-Date: 2016-11-09 15:10+0000\n"
14>>>>>>> MERGE-SOURCE
11"PO-Revision-Date: 2016-09-11 10:40+0000\n"15"PO-Revision-Date: 2016-09-11 10:40+0000\n"
12"Last-Translator: Claudio Arseni <claudio.arseni@gmail.com>\n"16"Last-Translator: Claudio Arseni <claudio.arseni@gmail.com>\n"
13"Language-Team: Italian <it@li.org>\n"17"Language-Team: Italian <it@li.org>\n"
@@ -15,8 +19,13 @@
15"Content-Type: text/plain; charset=UTF-8\n"19"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"20"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=2; plural=n != 1;\n"21"Plural-Forms: nplurals=2; plural=n != 1;\n"
22<<<<<<< TREE
18"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"23"X-Launchpad-Export-Date: 2016-11-08 05:40+0000\n"
19"X-Generator: Launchpad (build 18246)\n"24"X-Generator: Launchpad (build 18246)\n"
25=======
26"X-Launchpad-Export-Date: 2016-11-12 06:09+0000\n"
27"X-Generator: Launchpad (build 18255)\n"
28>>>>>>> MERGE-SOURCE
2029
21#: plugins/LightDM/Greeter.cpp:12330#: plugins/LightDM/Greeter.cpp:123
22msgid "Password: "31msgid "Password: "
@@ -315,26 +324,26 @@
315msgid "Preview Share Item"324msgid "Preview Share Item"
316msgstr "Anteprima elementi da condividere"325msgstr "Anteprima elementi da condividere"
317326
318#: qml/Dash/DashPageHeader.qml:362327#: qml/Dash/DashPageHeader.qml:361
319msgctxt "Button: Open the Ubuntu Store"328msgctxt "Button: Open the Ubuntu Store"
320msgid "Store"329msgid "Store"
321msgstr "Store"330msgstr "Store"
322331
323#: qml/Dash/DashPageHeader.qml:369332#: qml/Dash/DashPageHeader.qml:368
324msgctxt "Button: Start a search in the current dash scope"333msgctxt "Button: Start a search in the current dash scope"
325msgid "Search"334msgid "Search"
326msgstr "Cerca"335msgstr "Cerca"
327336
328#: qml/Dash/DashPageHeader.qml:379337#: qml/Dash/DashPageHeader.qml:378
329msgctxt "Button: Show the current dash scope settings"338msgctxt "Button: Show the current dash scope settings"
330msgid "Settings"339msgid "Settings"
331msgstr "Impostazioni"340msgstr "Impostazioni"
332341
333#: qml/Dash/DashPageHeader.qml:386342#: qml/Dash/DashPageHeader.qml:385
334msgid "Remove from Favorites"343msgid "Remove from Favorites"
335msgstr "Rimuovi dai preferiti"344msgstr "Rimuovi dai preferiti"
336345
337#: qml/Dash/DashPageHeader.qml:386346#: qml/Dash/DashPageHeader.qml:385
338msgid "Add to Favorites"347msgid "Add to Favorites"
339msgstr "Aggiungi ai preferiti"348msgstr "Aggiungi ai preferiti"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: