Merge lp:~leonardolemos/appcenter/fix-ponctuation into lp:~elementary-apps/appcenter/appcenter

Proposed by Leonardo Lemos
Status: Merged
Approved by: Corentin Noël
Approved revision: 171
Merged at revision: 171
Proposed branch: lp:~leonardolemos/appcenter/fix-ponctuation
Merge into: lp:~elementary-apps/appcenter/appcenter
Diff against target: 254 lines (+108/-100)
3 files modified
po/appcenter.pot (+106/-98)
po/extra/extra.pot (+1/-1)
src/Views/AppListView.vala (+1/-1)
To merge this branch: bzr merge lp:~leonardolemos/appcenter/fix-ponctuation
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+292736@code.launchpad.net

Commit message

Update translation template

Description of the change

This branch fixes ponctuation in Updates header.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'po/appcenter.pot'
--- po/appcenter.pot 2016-03-20 12:06:28 +0000
+++ po/appcenter.pot 2016-04-24 21:19:53 +0000
@@ -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-03-20 07:06-0500\n"11"POT-Creation-Date: 2016-04-24 18:17-0300\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,6 +18,111 @@
18"Content-Transfer-Encoding: 8bit\n"18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
2020
21#: ../src/Widgets/PackageRow.vala:108 ../src/Views/AppInfoView.vala:80
22#: ../src/Views/AppInfoView.vala:96 ../src/Views/AppInfoView.vala:105
23msgid "Update"
24msgstr ""
25
26#: ../src/Widgets/PackageRow.vala:118
27msgid "Cancel"
28msgstr ""
29
30#: ../src/Views/AppInfoView.vala:111 ../src/Views/AppInfoView.vala:188
31#: ../src/Views/AppInfoView.vala:306
32msgid "Install"
33msgstr ""
34
35#: ../src/Views/AppInfoView.vala:193
36msgid "Uninstall"
37msgstr ""
38
39#: ../src/Views/CategoryView.vala:71 ../src/Views/CategoryView.vala:78
40#: ../src/MainWindow.vala:115
41msgid "Categories"
42msgstr ""
43
44#. / TRANSLATORS: the name of the Search view
45#: ../src/Views/SearchView.vala:35
46msgctxt "view"
47msgid "Search"
48msgstr ""
49
50#: ../src/Views/FeaturedView.vala:33
51msgid "Best Rated"
52msgstr ""
53
54#: ../src/Views/FeaturedView.vala:36
55msgid "Latest Apps"
56msgstr ""
57
58#: ../src/Views/InstalledView.vala:42 ../src/MainWindow.vala:119
59#: ../src/MainWindow.vala:124
60msgctxt "view"
61msgid "Installed"
62msgstr ""
63
64#: ../src/Views/AppListView.vala:54
65msgid "No Results"
66msgstr ""
67
68#: ../src/Views/AppListView.vala:54
69msgid "No apps could be found."
70msgstr ""
71
72#: ../src/Views/AppListView.vala:137
73msgid "Searching for updates…"
74msgstr ""
75
76#: ../src/Views/AppListView.vala:143
77msgid "Up to Date"
78msgstr ""
79
80#: ../src/Views/AppListView.vala:166
81msgid "%u Update Available"
82msgid_plural "%u Updates Available"
83msgstr[0] ""
84msgstr[1] ""
85
86#: ../src/Views/AppListView.vala:172
87msgid "Size: %s"
88msgstr ""
89
90#: ../src/Views/AppListView.vala:174
91msgid "Update All"
92msgstr ""
93
94#: ../src/MainWindow.vala:56
95msgid "AppCenter"
96msgstr ""
97
98#: ../src/MainWindow.vala:78
99msgid "Search App"
100msgstr ""
101
102#: ../src/Application.vala:32 ../daemon/Daemon.vala:45 ../daemon/Daemon.vala:53
103msgid "App Center"
104msgstr ""
105
106#: ../src/Application.vala:50
107msgid "translator-credits"
108msgstr ""
109
110#: ../src/Core/Client.vala:64
111msgid "Operating System Updates"
112msgstr ""
113
114#: ../src/Core/Client.vala:65
115msgid "Updates to system components"
116msgstr ""
117
118#: ../src/Core/Package.vala:80
119msgid "Application installed"
120msgstr ""
121
122#: ../src/Core/Package.vala:81
123msgid "%s has been successfully installed"
124msgstr ""
125
21#: ../src/Core/ChangeInformation.vala:54126#: ../src/Core/ChangeInformation.vala:54
22msgid "Starting"127msgid "Starting"
23msgstr ""128msgstr ""
@@ -162,103 +267,6 @@
162msgid "Unknown state"267msgid "Unknown state"
163msgstr ""268msgstr ""
164269
165#: ../src/Core/Client.vala:64
166msgid "Operating System Updates"
167msgstr ""
168
169#: ../src/Core/Client.vala:65
170msgid "Updates to system components"
171msgstr ""
172
173#: ../src/Application.vala:32 ../daemon/Daemon.vala:45 ../daemon/Daemon.vala:53
174msgid "App Center"
175msgstr ""
176
177#: ../src/Application.vala:50
178msgid "translator-credits"
179msgstr ""
180
181#: ../src/MainWindow.vala:56
182msgid "AppCenter"
183msgstr ""
184
185#: ../src/MainWindow.vala:78
186msgid "Search App"
187msgstr ""
188
189#: ../src/MainWindow.vala:115 ../src/Views/CategoryView.vala:71
190#: ../src/Views/CategoryView.vala:78
191msgid "Categories"
192msgstr ""
193
194#: ../src/MainWindow.vala:119 ../src/MainWindow.vala:124
195#: ../src/Views/InstalledView.vala:42
196msgctxt "view"
197msgid "Installed"
198msgstr ""
199
200#. / TRANSLATORS: the name of the Search view
201#: ../src/Views/SearchView.vala:35
202msgctxt "view"
203msgid "Search"
204msgstr ""
205
206#: ../src/Views/AppListView.vala:54
207msgid "No Results"
208msgstr ""
209
210#: ../src/Views/AppListView.vala:54
211msgid "No apps could be found."
212msgstr ""
213
214#: ../src/Views/AppListView.vala:137
215msgid "Searching for updates…"
216msgstr ""
217
218#: ../src/Views/AppListView.vala:143
219msgid "Up to Date"
220msgstr ""
221
222#: ../src/Views/AppListView.vala:166
223msgid "%u Update Available."
224msgid_plural "%u Updates Available"
225msgstr[0] ""
226msgstr[1] ""
227
228#: ../src/Views/AppListView.vala:172
229msgid "Size: %s"
230msgstr ""
231
232#: ../src/Views/AppListView.vala:174
233msgid "Update All"
234msgstr ""
235
236#: ../src/Views/FeaturedView.vala:33
237msgid "Best Rated"
238msgstr ""
239
240#: ../src/Views/FeaturedView.vala:36
241msgid "Latest Apps"
242msgstr ""
243
244#: ../src/Views/AppInfoView.vala:80 ../src/Views/AppInfoView.vala:96
245#: ../src/Views/AppInfoView.vala:105 ../src/Widgets/PackageRow.vala:108
246msgid "Update"
247msgstr ""
248
249#: ../src/Views/AppInfoView.vala:111 ../src/Views/AppInfoView.vala:188
250#: ../src/Views/AppInfoView.vala:306
251msgid "Install"
252msgstr ""
253
254#: ../src/Views/AppInfoView.vala:193
255msgid "Uninstall"
256msgstr ""
257
258#: ../src/Widgets/PackageRow.vala:118
259msgid "Cancel"
260msgstr ""
261
262#: ../daemon/Daemon.vala:135270#: ../daemon/Daemon.vala:135
263msgid "Update Available"271msgid "Update Available"
264msgid_plural "Updates Available"272msgid_plural "Updates Available"
265273
=== modified file 'po/extra/extra.pot'
--- po/extra/extra.pot 2016-03-20 12:06:28 +0000
+++ po/extra/extra.pot 2016-04-24 21:19:53 +0000
@@ -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-03-20 07:06-0500\n"11"POT-Creation-Date: 2016-04-24 18:17-0300\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"
1515
=== modified file 'src/Views/AppListView.vala'
--- src/Views/AppListView.vala 2016-03-20 00:34:08 +0000
+++ src/Views/AppListView.vala 2016-04-24 21:19:53 +0000
@@ -163,7 +163,7 @@
163 }163 }
164164
165 var updates_label = new Gtk.Label (null);165 var updates_label = new Gtk.Label (null);
166 updates_label.label = ngettext ("%u Update Available.", "%u Updates Available", update_numbers).printf (update_numbers);166 updates_label.label = ngettext ("%u Update Available", "%u Updates Available", update_numbers).printf (update_numbers);
167 ((Gtk.Misc) updates_label).xalign = 0;167 ((Gtk.Misc) updates_label).xalign = 0;
168 updates_label.get_style_context ().add_class ("h4");168 updates_label.get_style_context ().add_class ("h4");
169 updates_label.hexpand = true;169 updates_label.hexpand = true;

Subscribers

People subscribed via source and target branches