Merge lp:~townsend/libertine-scope/rename-desktop-apps into lp:libertine-scope

Proposed by Christopher Townsend
Status: Merged
Approved by: Stephen M. Webb
Approved revision: 52
Merged at revision: 52
Proposed branch: lp:~townsend/libertine-scope/rename-desktop-apps
Merge into: lp:libertine-scope
Diff against target: 544 lines (+44/-252)
13 files modified
data/libertine-scope.ini.in (+1/-1)
libertine-scope/query.cpp (+4/-4)
manifest.json.in (+1/-1)
po/en_AU.po (+3/-25)
po/en_GB.po (+3/-25)
po/es.po (+7/-23)
po/fi.po (+3/-25)
po/fr.po (+3/-25)
po/gl.po (+7/-23)
po/libertine-scope.pot (+3/-25)
po/ms.po (+3/-25)
po/pt.po (+3/-25)
po/uk.po (+3/-25)
To merge this branch: bzr merge lp:~townsend/libertine-scope/rename-desktop-apps
Reviewer Review Type Date Requested Status
Stephen M. Webb (community) Approve
Libertine CI Bot continuous-integration Approve
Review via email: mp+300245@code.launchpad.net

Commit message

Rename the scope to "Desktop Apps" per product management and design.

To post a comment you must log in.
Revision history for this message
Libertine CI Bot (libertine-ci-bot) wrote :

PASSED: Continuous integration, rev:52
https://jenkins.canonical.com/libertine/job/lp-libertine-scope-ci/42/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/libertine/job/build/181
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=vivid+overlay,testname=default/141
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=xenial+overlay,testname=default/141
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=yakkety,testname=default/141
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=vivid+overlay,testname=default/141
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=xenial+overlay,testname=default/141
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=yakkety,testname=default/141
    None: https://jenkins.canonical.com/libertine/job/lp-generic-update-mp/142/console
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-0-fetch/184
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=vivid+overlay/169
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=xenial+overlay/169
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=yakkety/169
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=vivid+overlay/162
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=vivid+overlay/162/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/162
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/162/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=yakkety/162
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=yakkety/162/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=vivid+overlay/162
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=vivid+overlay/162/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/162
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/162/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=yakkety/162
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=yakkety/162/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/libertine/job/lp-libertine-scope-ci/42/rebuild

review: Approve (continuous-integration)
Revision history for this message
Stephen M. Webb (bregma) wrote :

Not sure about the po files, but the potfile gets changed, so....

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/libertine-scope.ini.in'
--- data/libertine-scope.ini.in 2016-06-02 16:56:29 +0000
+++ data/libertine-scope.ini.in 2016-07-15 19:54:00 +0000
@@ -1,5 +1,5 @@
1[ScopeConfig]1[ScopeConfig]
2_DisplayName=XApps2_DisplayName=Desktop Apps
3_Description=Surface and launch DEB-packaged X11-based applications.3_Description=Surface and launch DEB-packaged X11-based applications.
4Art=screenshot.png4Art=screenshot.png
5Author=The Canonical Libertine Team <libertine-team@lists.launchpad.net>5Author=The Canonical Libertine Team <libertine-team@lists.launchpad.net>
66
=== modified file 'libertine-scope/query.cpp'
--- libertine-scope/query.cpp 2016-06-14 16:49:24 +0000
+++ libertine-scope/query.cpp 2016-07-15 19:54:00 +0000
@@ -35,8 +35,8 @@
3535
36namespace36namespace
37{37{
38static const auto ROOT_DEPT_TITLE = _("X Apps");38static const auto ROOT_DEPT_TITLE = _("Desktop Apps");
39static const auto HIDDEN_DEPT_TITLE = _("Hidden X Apps");39static const auto HIDDEN_DEPT_TITLE = _("Hidden Desktop Apps");
40static const auto DESCRIPTION_FIELD = "description";40static const auto DESCRIPTION_FIELD = "description";
41static const auto APP_ID_FIELD = "app_id";41static const auto APP_ID_FIELD = "app_id";
42static const auto DEPARTMENT_ID_FIELD = "department_id";42static const auto DEPARTMENT_ID_FIELD = "department_id";
@@ -110,8 +110,8 @@
110} // anonymous namespace110} // anonymous namespace
111111
112112
113std::string const Query::NO_RESULTS_HINT = _("No XApps available. Install new applications with the Libertine Manager.");113std::string const Query::NO_RESULTS_HINT = _("No applications available. Install new applications with the Libertine Manager.");
114std::string const Query::ALL_RESULTS_FILTERED_HINT = _("All XApps hidden. Reset filters or check the Hidden XApps department.");114std::string const Query::ALL_RESULTS_FILTERED_HINT = _("All applications hidden. Reset filters or check the Hidden Desktop Apps department.");
115115
116116
117Query::117Query::
118118
=== modified file 'manifest.json.in'
--- manifest.json.in 2016-06-03 13:50:46 +0000
+++ manifest.json.in 2016-07-15 19:54:00 +0000
@@ -10,6 +10,6 @@
10 },10 },
11 "maintainer": "Ubuntu Libertine Team <libertine-team@lists.launchpad.net>",11 "maintainer": "Ubuntu Libertine Team <libertine-team@lists.launchpad.net>",
12 "name": "@PACKAGE_NAME@",12 "name": "@PACKAGE_NAME@",
13 "title": "@SCOPE_NAME@",13 "title": "Desktop Apps",
14 "version": "@PROJECT_VERSION@"14 "version": "@PROJECT_VERSION@"
15}15}
1616
=== modified file 'po/en_AU.po'
--- po/en_AU.po 2016-06-16 12:43:33 +0000
+++ po/en_AU.po 2016-07-15 19:54:00 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: libertine-scope\n"8"Project-Id-Version: libertine-scope\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-06-16 08:41-0400\n"10"POT-Creation-Date: 2016-07-15 15:47-0400\n"
11"PO-Revision-Date: 2016-05-21 11:19+0000\n"11"PO-Revision-Date: 2016-05-21 11:19+0000\n"
12"Last-Translator: Jared Norris <jarednorris@ubuntu.com>\n"12"Last-Translator: Jared Norris <jarednorris@ubuntu.com>\n"
13"Language-Team: English (Australia) <en_AU@li.org>\n"13"Language-Team: English (Australia) <en_AU@li.org>\n"
@@ -18,32 +18,10 @@
18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"
19"X-Generator: Launchpad (build 18097)\n"19"X-Generator: Launchpad (build 18097)\n"
2020
21#: ../libertine-scope/query.cpp:11421#: ../data/libertine-scope.ini.in.h:1
22msgid "All XApps hidden. Reset filters or check the Hidden XApps department."22msgid "Desktop Apps"
23msgstr ""
24
25#: ../libertine-scope/query.cpp:43
26msgid "Exclude Apps: "
27msgstr ""
28
29#: ../libertine-scope/query.cpp:39
30msgid "Hidden X Apps"
31msgstr ""
32
33#. anonymous namespace
34#: ../libertine-scope/query.cpp:113
35msgid ""
36"No XApps available. Install new applications with the Libertine Manager."
37msgstr ""23msgstr ""
3824
39#: ../data/libertine-scope.ini.in.h:225#: ../data/libertine-scope.ini.in.h:2
40msgid "Surface and launch DEB-packaged X11-based applications."26msgid "Surface and launch DEB-packaged X11-based applications."
41msgstr ""27msgstr ""
42
43#: ../libertine-scope/query.cpp:38
44msgid "X Apps"
45msgstr ""
46
47#: ../data/libertine-scope.ini.in.h:1
48msgid "XApps"
49msgstr ""
5028
=== modified file 'po/en_GB.po'
--- po/en_GB.po 2016-06-16 12:43:33 +0000
+++ po/en_GB.po 2016-07-15 19:54:00 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: libertine-scope\n"8"Project-Id-Version: libertine-scope\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-06-16 08:41-0400\n"10"POT-Creation-Date: 2016-07-15 15:47-0400\n"
11"PO-Revision-Date: 2016-05-20 16:47+0000\n"11"PO-Revision-Date: 2016-05-20 16:47+0000\n"
12"Last-Translator: Andi Chandler <Unknown>\n"12"Last-Translator: Andi Chandler <Unknown>\n"
13"Language-Team: English (United Kingdom) <en_GB@li.org>\n"13"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
@@ -18,32 +18,10 @@
18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"
19"X-Generator: Launchpad (build 18097)\n"19"X-Generator: Launchpad (build 18097)\n"
2020
21#: ../libertine-scope/query.cpp:11421#: ../data/libertine-scope.ini.in.h:1
22msgid "All XApps hidden. Reset filters or check the Hidden XApps department."22msgid "Desktop Apps"
23msgstr ""
24
25#: ../libertine-scope/query.cpp:43
26msgid "Exclude Apps: "
27msgstr ""
28
29#: ../libertine-scope/query.cpp:39
30msgid "Hidden X Apps"
31msgstr ""
32
33#. anonymous namespace
34#: ../libertine-scope/query.cpp:113
35msgid ""
36"No XApps available. Install new applications with the Libertine Manager."
37msgstr ""23msgstr ""
3824
39#: ../data/libertine-scope.ini.in.h:225#: ../data/libertine-scope.ini.in.h:2
40msgid "Surface and launch DEB-packaged X11-based applications."26msgid "Surface and launch DEB-packaged X11-based applications."
41msgstr ""27msgstr ""
42
43#: ../libertine-scope/query.cpp:38
44msgid "X Apps"
45msgstr ""
46
47#: ../data/libertine-scope.ini.in.h:1
48msgid "XApps"
49msgstr ""
5028
=== modified file 'po/es.po'
--- po/es.po 2016-06-16 12:43:33 +0000
+++ po/es.po 2016-07-15 19:54:00 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: libertine-scope\n"8"Project-Id-Version: libertine-scope\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-06-16 08:41-0400\n"10"POT-Creation-Date: 2016-07-15 15:47-0400\n"
11"PO-Revision-Date: 2016-06-04 22:37+0000\n"11"PO-Revision-Date: 2016-06-04 22:37+0000\n"
12"Last-Translator: Adolfo Jayme <fitoschido@gmail.com>\n"12"Last-Translator: Adolfo Jayme <fitoschido@gmail.com>\n"
13"Language-Team: Spanish <es@li.org>\n"13"Language-Team: Spanish <es@li.org>\n"
@@ -18,33 +18,17 @@
18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"
19"X-Generator: Launchpad (build 18097)\n"19"X-Generator: Launchpad (build 18097)\n"
2020
21#: ../libertine-scope/query.cpp:11421#: ../data/libertine-scope.ini.in.h:1
22msgid "All XApps hidden. Reset filters or check the Hidden XApps department."22msgid "Desktop Apps"
23msgstr ""
24
25#: ../libertine-scope/query.cpp:43
26msgid "Exclude Apps: "
27msgstr ""
28
29#: ../libertine-scope/query.cpp:39
30msgid "Hidden X Apps"
31msgstr ""
32
33#. anonymous namespace
34#: ../libertine-scope/query.cpp:113
35msgid ""
36"No XApps available. Install new applications with the Libertine Manager."
37msgstr ""23msgstr ""
3824
39#: ../data/libertine-scope.ini.in.h:225#: ../data/libertine-scope.ini.in.h:2
40msgid "Surface and launch DEB-packaged X11-based applications."26msgid "Surface and launch DEB-packaged X11-based applications."
41msgstr "Mostrar y ejecutar aplicaciones basadas en X11 y empaquetadas en DEB."27msgstr "Mostrar y ejecutar aplicaciones basadas en X11 y empaquetadas en DEB."
4228
43#: ../libertine-scope/query.cpp:38
44#, fuzzy29#, fuzzy
45msgid "X Apps"30#~ msgid "X Apps"
46msgstr "XApps"31#~ msgstr "XApps"
4732
48#: ../data/libertine-scope.ini.in.h:133#~ msgid "XApps"
49msgid "XApps"34#~ msgstr "XApps"
50msgstr "XApps"
5135
=== modified file 'po/fi.po'
--- po/fi.po 2016-06-16 12:43:33 +0000
+++ po/fi.po 2016-07-15 19:54:00 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: libertine-scope\n"8"Project-Id-Version: libertine-scope\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-06-16 08:41-0400\n"10"POT-Creation-Date: 2016-07-15 15:47-0400\n"
11"PO-Revision-Date: 2016-05-30 07:34+0000\n"11"PO-Revision-Date: 2016-05-30 07:34+0000\n"
12"Last-Translator: Jiri Grönroos <Unknown>\n"12"Last-Translator: Jiri Grönroos <Unknown>\n"
13"Language-Team: Finnish <fi@li.org>\n"13"Language-Team: Finnish <fi@li.org>\n"
@@ -18,32 +18,10 @@
18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"
19"X-Generator: Launchpad (build 18097)\n"19"X-Generator: Launchpad (build 18097)\n"
2020
21#: ../libertine-scope/query.cpp:11421#: ../data/libertine-scope.ini.in.h:1
22msgid "All XApps hidden. Reset filters or check the Hidden XApps department."22msgid "Desktop Apps"
23msgstr ""
24
25#: ../libertine-scope/query.cpp:43
26msgid "Exclude Apps: "
27msgstr ""
28
29#: ../libertine-scope/query.cpp:39
30msgid "Hidden X Apps"
31msgstr ""
32
33#. anonymous namespace
34#: ../libertine-scope/query.cpp:113
35msgid ""
36"No XApps available. Install new applications with the Libertine Manager."
37msgstr ""23msgstr ""
3824
39#: ../data/libertine-scope.ini.in.h:225#: ../data/libertine-scope.ini.in.h:2
40msgid "Surface and launch DEB-packaged X11-based applications."26msgid "Surface and launch DEB-packaged X11-based applications."
41msgstr ""27msgstr ""
42
43#: ../libertine-scope/query.cpp:38
44msgid "X Apps"
45msgstr ""
46
47#: ../data/libertine-scope.ini.in.h:1
48msgid "XApps"
49msgstr ""
5028
=== modified file 'po/fr.po'
--- po/fr.po 2016-06-16 12:43:33 +0000
+++ po/fr.po 2016-07-15 19:54:00 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: libertine-scope\n"8"Project-Id-Version: libertine-scope\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-06-16 08:41-0400\n"10"POT-Creation-Date: 2016-07-15 15:47-0400\n"
11"PO-Revision-Date: 2016-05-21 12:23+0000\n"11"PO-Revision-Date: 2016-05-21 12:23+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: French <fr@li.org>\n"13"Language-Team: French <fr@li.org>\n"
@@ -18,32 +18,10 @@
18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"
19"X-Generator: Launchpad (build 18097)\n"19"X-Generator: Launchpad (build 18097)\n"
2020
21#: ../libertine-scope/query.cpp:11421#: ../data/libertine-scope.ini.in.h:1
22msgid "All XApps hidden. Reset filters or check the Hidden XApps department."22msgid "Desktop Apps"
23msgstr ""
24
25#: ../libertine-scope/query.cpp:43
26msgid "Exclude Apps: "
27msgstr ""
28
29#: ../libertine-scope/query.cpp:39
30msgid "Hidden X Apps"
31msgstr ""
32
33#. anonymous namespace
34#: ../libertine-scope/query.cpp:113
35msgid ""
36"No XApps available. Install new applications with the Libertine Manager."
37msgstr ""23msgstr ""
3824
39#: ../data/libertine-scope.ini.in.h:225#: ../data/libertine-scope.ini.in.h:2
40msgid "Surface and launch DEB-packaged X11-based applications."26msgid "Surface and launch DEB-packaged X11-based applications."
41msgstr ""27msgstr ""
42
43#: ../libertine-scope/query.cpp:38
44msgid "X Apps"
45msgstr ""
46
47#: ../data/libertine-scope.ini.in.h:1
48msgid "XApps"
49msgstr ""
5028
=== modified file 'po/gl.po'
--- po/gl.po 2016-06-16 12:43:33 +0000
+++ po/gl.po 2016-07-15 19:54:00 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: libertine-scope\n"8"Project-Id-Version: libertine-scope\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-06-16 08:41-0400\n"10"POT-Creation-Date: 2016-07-15 15:47-0400\n"
11"PO-Revision-Date: 2016-06-06 23:23+0000\n"11"PO-Revision-Date: 2016-06-06 23:23+0000\n"
12"Last-Translator: Marcos Lans <Unknown>\n"12"Last-Translator: Marcos Lans <Unknown>\n"
13"Language-Team: Galician <gl@li.org>\n"13"Language-Team: Galician <gl@li.org>\n"
@@ -18,22 +18,8 @@
18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"
19"X-Generator: Launchpad (build 18097)\n"19"X-Generator: Launchpad (build 18097)\n"
2020
21#: ../libertine-scope/query.cpp:11421#: ../data/libertine-scope.ini.in.h:1
22msgid "All XApps hidden. Reset filters or check the Hidden XApps department."22msgid "Desktop Apps"
23msgstr ""
24
25#: ../libertine-scope/query.cpp:43
26msgid "Exclude Apps: "
27msgstr ""
28
29#: ../libertine-scope/query.cpp:39
30msgid "Hidden X Apps"
31msgstr ""
32
33#. anonymous namespace
34#: ../libertine-scope/query.cpp:113
35msgid ""
36"No XApps available. Install new applications with the Libertine Manager."
37msgstr ""23msgstr ""
3824
39#: ../data/libertine-scope.ini.in.h:225#: ../data/libertine-scope.ini.in.h:2
@@ -41,11 +27,9 @@
41msgstr ""27msgstr ""
42"Inicia e executa aplicativos baseados en X11 empaquetados en formato DEB."28"Inicia e executa aplicativos baseados en X11 empaquetados en formato DEB."
4329
44#: ../libertine-scope/query.cpp:38
45#, fuzzy30#, fuzzy
46msgid "X Apps"31#~ msgid "X Apps"
47msgstr "XApps"32#~ msgstr "XApps"
4833
49#: ../data/libertine-scope.ini.in.h:134#~ msgid "XApps"
50msgid "XApps"35#~ msgstr "XApps"
51msgstr "XApps"
5236
=== modified file 'po/libertine-scope.pot'
--- po/libertine-scope.pot 2016-06-16 12:43:33 +0000
+++ po/libertine-scope.pot 2016-07-15 19:54:00 +0000
@@ -1,5 +1,5 @@
1# SOME DESCRIPTIVE TITLE.1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER2# Copyright (C) YEAR Canonical Ltd.
3# This file is distributed under the same license as the PACKAGE package.3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#5#
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2016-06-16 08:41-0400\n"11"POT-Creation-Date: 2016-07-15 15:47-0400\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,31 +18,9 @@
18"Content-Transfer-Encoding: 8bit\n"18"Content-Transfer-Encoding: 8bit\n"
1919
20#: ../data/libertine-scope.ini.in.h:120#: ../data/libertine-scope.ini.in.h:1
21msgid "XApps"21msgid "Desktop Apps"
22msgstr ""22msgstr ""
2323
24#: ../data/libertine-scope.ini.in.h:224#: ../data/libertine-scope.ini.in.h:2
25msgid "Surface and launch DEB-packaged X11-based applications."25msgid "Surface and launch DEB-packaged X11-based applications."
26msgstr ""26msgstr ""
27
28#: ../libertine-scope/query.cpp:38
29msgid "X Apps"
30msgstr ""
31
32#: ../libertine-scope/query.cpp:39
33msgid "Hidden X Apps"
34msgstr ""
35
36#: ../libertine-scope/query.cpp:43
37msgid "Exclude Apps: "
38msgstr ""
39
40#. anonymous namespace
41#: ../libertine-scope/query.cpp:113
42msgid ""
43"No XApps available. Install new applications with the Libertine Manager."
44msgstr ""
45
46#: ../libertine-scope/query.cpp:114
47msgid "All XApps hidden. Reset filters or check the Hidden XApps department."
48msgstr ""
4927
=== modified file 'po/ms.po'
--- po/ms.po 2016-06-16 12:43:33 +0000
+++ po/ms.po 2016-07-15 19:54:00 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: libertine-scope\n"8"Project-Id-Version: libertine-scope\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-06-16 08:41-0400\n"10"POT-Creation-Date: 2016-07-15 15:47-0400\n"
11"PO-Revision-Date: 2016-05-22 00:24+0000\n"11"PO-Revision-Date: 2016-05-22 00:24+0000\n"
12"Last-Translator: abuyop <Unknown>\n"12"Last-Translator: abuyop <Unknown>\n"
13"Language-Team: Malay <ms@li.org>\n"13"Language-Team: Malay <ms@li.org>\n"
@@ -18,32 +18,10 @@
18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"
19"X-Generator: Launchpad (build 18097)\n"19"X-Generator: Launchpad (build 18097)\n"
2020
21#: ../libertine-scope/query.cpp:11421#: ../data/libertine-scope.ini.in.h:1
22msgid "All XApps hidden. Reset filters or check the Hidden XApps department."22msgid "Desktop Apps"
23msgstr ""
24
25#: ../libertine-scope/query.cpp:43
26msgid "Exclude Apps: "
27msgstr ""
28
29#: ../libertine-scope/query.cpp:39
30msgid "Hidden X Apps"
31msgstr ""
32
33#. anonymous namespace
34#: ../libertine-scope/query.cpp:113
35msgid ""
36"No XApps available. Install new applications with the Libertine Manager."
37msgstr ""23msgstr ""
3824
39#: ../data/libertine-scope.ini.in.h:225#: ../data/libertine-scope.ini.in.h:2
40msgid "Surface and launch DEB-packaged X11-based applications."26msgid "Surface and launch DEB-packaged X11-based applications."
41msgstr ""27msgstr ""
42
43#: ../libertine-scope/query.cpp:38
44msgid "X Apps"
45msgstr ""
46
47#: ../data/libertine-scope.ini.in.h:1
48msgid "XApps"
49msgstr ""
5028
=== modified file 'po/pt.po'
--- po/pt.po 2016-06-16 12:43:33 +0000
+++ po/pt.po 2016-07-15 19:54:00 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: libertine-scope\n"8"Project-Id-Version: libertine-scope\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-06-16 08:41-0400\n"10"POT-Creation-Date: 2016-07-15 15:47-0400\n"
11"PO-Revision-Date: 2016-05-20 16:05+0000\n"11"PO-Revision-Date: 2016-05-20 16:05+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Portuguese <pt@li.org>\n"13"Language-Team: Portuguese <pt@li.org>\n"
@@ -18,32 +18,10 @@
18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"
19"X-Generator: Launchpad (build 18097)\n"19"X-Generator: Launchpad (build 18097)\n"
2020
21#: ../libertine-scope/query.cpp:11421#: ../data/libertine-scope.ini.in.h:1
22msgid "All XApps hidden. Reset filters or check the Hidden XApps department."22msgid "Desktop Apps"
23msgstr ""
24
25#: ../libertine-scope/query.cpp:43
26msgid "Exclude Apps: "
27msgstr ""
28
29#: ../libertine-scope/query.cpp:39
30msgid "Hidden X Apps"
31msgstr ""
32
33#. anonymous namespace
34#: ../libertine-scope/query.cpp:113
35msgid ""
36"No XApps available. Install new applications with the Libertine Manager."
37msgstr ""23msgstr ""
3824
39#: ../data/libertine-scope.ini.in.h:225#: ../data/libertine-scope.ini.in.h:2
40msgid "Surface and launch DEB-packaged X11-based applications."26msgid "Surface and launch DEB-packaged X11-based applications."
41msgstr ""27msgstr ""
42
43#: ../libertine-scope/query.cpp:38
44msgid "X Apps"
45msgstr ""
46
47#: ../data/libertine-scope.ini.in.h:1
48msgid "XApps"
49msgstr ""
5028
=== modified file 'po/uk.po'
--- po/uk.po 2016-06-16 12:43:33 +0000
+++ po/uk.po 2016-07-15 19:54:00 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: libertine-scope\n"8"Project-Id-Version: libertine-scope\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-06-16 08:41-0400\n"10"POT-Creation-Date: 2016-07-15 15:47-0400\n"
11"PO-Revision-Date: 2016-05-20 15:56+0000\n"11"PO-Revision-Date: 2016-05-20 15:56+0000\n"
12"Last-Translator: Yuri Chornoivan <yurchor@gmail.com>\n"12"Last-Translator: Yuri Chornoivan <yurchor@gmail.com>\n"
13"Language-Team: Ukrainian <uk@li.org>\n"13"Language-Team: Ukrainian <uk@li.org>\n"
@@ -18,32 +18,10 @@
18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"18"X-Launchpad-Export-Date: 2016-06-07 05:45+0000\n"
19"X-Generator: Launchpad (build 18097)\n"19"X-Generator: Launchpad (build 18097)\n"
2020
21#: ../libertine-scope/query.cpp:11421#: ../data/libertine-scope.ini.in.h:1
22msgid "All XApps hidden. Reset filters or check the Hidden XApps department."22msgid "Desktop Apps"
23msgstr ""
24
25#: ../libertine-scope/query.cpp:43
26msgid "Exclude Apps: "
27msgstr ""
28
29#: ../libertine-scope/query.cpp:39
30msgid "Hidden X Apps"
31msgstr ""
32
33#. anonymous namespace
34#: ../libertine-scope/query.cpp:113
35msgid ""
36"No XApps available. Install new applications with the Libertine Manager."
37msgstr ""23msgstr ""
3824
39#: ../data/libertine-scope.ini.in.h:225#: ../data/libertine-scope.ini.in.h:2
40msgid "Surface and launch DEB-packaged X11-based applications."26msgid "Surface and launch DEB-packaged X11-based applications."
41msgstr ""27msgstr ""
42
43#: ../libertine-scope/query.cpp:38
44msgid "X Apps"
45msgstr ""
46
47#: ../data/libertine-scope.ini.in.h:1
48msgid "XApps"
49msgstr ""

Subscribers

People subscribed via source and target branches