Merge lp:~dholbach/help-app/rename into lp:~ubuntu-touch-coreapps-drivers/help-app/trunk
- rename
- Merge into trunk
Proposed by
Daniel Holbach
Status: | Merged |
---|---|
Merged at revision: | 71 |
Proposed branch: | lp:~dholbach/help-app/rename |
Merge into: | lp:~ubuntu-touch-coreapps-drivers/help-app/trunk |
Diff against target: |
356 lines (+72/-54) 13 files modified
HACKING (+1/-1) app/help.desktop (+1/-1) app/manifest.json (+1/-1) debian/changelog (+1/-1) debian/control (+2/-2) edit-here/content/pages/index.md (+1/-1) edit-here/po/de.po (+8/-5) edit-here/po/es.po (+11/-8) edit-here/po/fr.po (+11/-8) edit-here/po/help.pot (+2/-2) edit-here/po/it.po (+11/-8) edit-here/po/pt.po (+11/-8) edit-here/po/ro.po (+11/-8) |
To merge this branch: | bzr merge lp:~dholbach/help-app/rename |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Planella | Approve | ||
Review via email:
|
Commit message
Description of the change
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
1 | === modified file 'HACKING' | |||
2 | --- HACKING 2015-02-27 08:59:42 +0000 | |||
3 | +++ HACKING 2015-03-05 15:27:32 +0000 | |||
4 | @@ -130,7 +130,7 @@ | |||
5 | 130 | To file bugs, or view/submit merge proposals, simply use this project in | 130 | To file bugs, or view/submit merge proposals, simply use this project in |
6 | 131 | Launchpad: | 131 | Launchpad: |
7 | 132 | 132 | ||
9 | 133 | https://launchpad.net/ubuntu-devices-help | 133 | https://launchpad.net/help-app |
10 | 134 | 134 | ||
11 | 135 | To update the .pot file, simply run the following command in the edit-here/ | 135 | To update the .pot file, simply run the following command in the edit-here/ |
12 | 136 | directory: | 136 | directory: |
13 | 137 | 137 | ||
14 | === modified file 'app/help.desktop' | |||
15 | --- app/help.desktop 2015-02-03 10:20:07 +0000 | |||
16 | +++ app/help.desktop 2015-03-05 15:27:32 +0000 | |||
17 | @@ -1,5 +1,5 @@ | |||
18 | 1 | [Desktop Entry] | 1 | [Desktop Entry] |
20 | 2 | Name=Help for Ubuntu for devices | 2 | Name=Help |
21 | 3 | Exec=ubuntu-html5-app-launcher $@ --www=www --inspector | 3 | Exec=ubuntu-html5-app-launcher $@ --www=www --inspector |
22 | 4 | Icon=help.svg | 4 | Icon=help.svg |
23 | 5 | Terminal=false | 5 | Terminal=false |
24 | 6 | 6 | ||
25 | === modified file 'app/manifest.json' | |||
26 | --- app/manifest.json 2015-01-30 11:12:11 +0000 | |||
27 | +++ app/manifest.json 2015-03-05 15:27:32 +0000 | |||
28 | @@ -1,6 +1,6 @@ | |||
29 | 1 | { | 1 | { |
30 | 2 | "name": "help", | 2 | "name": "help", |
32 | 3 | "description": "Help for Ubuntu for devices", | 3 | "description": "Help", |
33 | 4 | "architecture": "all", | 4 | "architecture": "all", |
34 | 5 | "title": "help", | 5 | "title": "help", |
35 | 6 | "hooks": { | 6 | "hooks": { |
36 | 7 | 7 | ||
37 | === modified file 'debian/changelog' | |||
38 | --- debian/changelog 2015-03-05 13:21:44 +0000 | |||
39 | +++ debian/changelog 2015-03-05 15:27:32 +0000 | |||
40 | @@ -1,4 +1,4 @@ | |||
42 | 1 | ubuntu-devices-help (0.1) vivid; urgency=low | 1 | help-app (0.1) vivid; urgency=low |
43 | 2 | 2 | ||
44 | 3 | * Initial Release. | 3 | * Initial Release. |
45 | 4 | 4 | ||
46 | 5 | 5 | ||
47 | === modified file 'debian/control' | |||
48 | --- debian/control 2015-03-05 13:21:44 +0000 | |||
49 | +++ debian/control 2015-03-05 15:27:32 +0000 | |||
50 | @@ -1,4 +1,4 @@ | |||
52 | 1 | Source: ubuntu-devices-help | 1 | Source: help-app |
53 | 2 | Section: doc | 2 | Section: doc |
54 | 3 | Priority: optional | 3 | Priority: optional |
55 | 4 | Maintainer: Daniel Holbach <daniel.holbach@ubuntu.com> | 4 | Maintainer: Daniel Holbach <daniel.holbach@ubuntu.com> |
56 | @@ -11,7 +11,7 @@ | |||
57 | 11 | Standards-Version: 3.9.6 | 11 | Standards-Version: 3.9.6 |
58 | 12 | Homepage: https://launchpad.net/ubuntu-devices-help | 12 | Homepage: https://launchpad.net/ubuntu-devices-help |
59 | 13 | 13 | ||
61 | 14 | Package: ubuntu-devices-help-web | 14 | Package: help-app-web |
62 | 15 | Architecture: all | 15 | Architecture: all |
63 | 16 | Depends: ${misc:Depends} | 16 | Depends: ${misc:Depends} |
64 | 17 | Description: Help for Ubuntu devices - web version | 17 | Description: Help for Ubuntu devices - web version |
65 | 18 | 18 | ||
66 | === modified file 'edit-here/content/pages/index.md' | |||
67 | --- edit-here/content/pages/index.md 2015-02-25 15:51:30 +0000 | |||
68 | +++ edit-here/content/pages/index.md 2015-03-05 15:27:32 +0000 | |||
69 | @@ -1,4 +1,4 @@ | |||
71 | 1 | Title: Welcome to Help for Ubuntu for devices! | 1 | Title: Welcome to the Ubuntu Help App! |
72 | 2 | 2 | ||
73 | 3 | The world-wide Ubuntu community wants to give you the best possible | 3 | The world-wide Ubuntu community wants to give you the best possible |
74 | 4 | experience on your Ubuntu device. This is why we collected: | 4 | experience on your Ubuntu device. This is why we collected: |
75 | 5 | 5 | ||
76 | === modified file 'edit-here/po/de.po' | |||
77 | --- edit-here/po/de.po 2015-03-05 10:53:17 +0000 | |||
78 | +++ edit-here/po/de.po 2015-03-05 15:27:32 +0000 | |||
79 | @@ -139,11 +139,6 @@ | |||
80 | 139 | msgstr "Antworten auf Deine Fragen." | 139 | msgstr "Antworten auf Deine Fragen." |
81 | 140 | 140 | ||
82 | 141 | #. type: Plain text | 141 | #. type: Plain text |
83 | 142 | #: content/pages/index.md:2 | ||
84 | 143 | msgid "Welcome to Help for Ubuntu for devices!" | ||
85 | 144 | msgstr "Willkommen zur Ubuntu Hilfe!" | ||
86 | 145 | |||
87 | 146 | #. type: Plain text | ||
88 | 147 | #: content/pages/apps.md:2 | 142 | #: content/pages/apps.md:2 |
89 | 148 | msgid "FAQ - Apps" | 143 | msgid "FAQ - Apps" |
90 | 149 | msgstr "" | 144 | msgstr "" |
91 | @@ -547,6 +542,14 @@ | |||
92 | 547 | msgid "**Q:** How do favorites work? \n" | 542 | msgid "**Q:** How do favorites work? \n" |
93 | 548 | msgstr "" | 543 | msgstr "" |
94 | 549 | 544 | ||
95 | 545 | #. type: Plain text | ||
96 | 546 | #: content/pages/index.md:2 | ||
97 | 547 | msgid "Welcome to the Ubuntu Help App!" | ||
98 | 548 | msgstr "" | ||
99 | 549 | |||
100 | 550 | #~ msgid "Welcome to Help for Ubuntu for devices!" | ||
101 | 551 | #~ msgstr "Willkommen zur Ubuntu Hilfe!" | ||
102 | 552 | |||
103 | 550 | #~ msgid "..." | 553 | #~ msgid "..." |
104 | 551 | #~ msgstr "..." | 554 | #~ msgstr "..." |
105 | 552 | 555 | ||
106 | 553 | 556 | ||
107 | === modified file 'edit-here/po/es.po' | |||
108 | --- edit-here/po/es.po 2015-03-05 10:53:17 +0000 | |||
109 | +++ edit-here/po/es.po 2015-03-05 15:27:32 +0000 | |||
110 | @@ -1,11 +1,11 @@ | |||
112 | 1 | # Spanish translation for ubuntu-devices-help | 1 | # Spanish translation for help-app |
113 | 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 | 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 |
115 | 3 | # This file is distributed under the same license as the ubuntu-devices-help package. | 3 | # This file is distributed under the same license as the help-app package. |
116 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. |
117 | 5 | # | 5 | # |
118 | 6 | msgid "" | 6 | msgid "" |
119 | 7 | msgstr "" | 7 | msgstr "" |
121 | 8 | "Project-Id-Version: ubuntu-devices-help\n" | 8 | "Project-Id-Version: help-app\n" |
122 | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" |
123 | 10 | "POT-Creation-Date: 2015-02-26 15:28+0100\n" | 10 | "POT-Creation-Date: 2015-02-26 15:28+0100\n" |
124 | 11 | "PO-Revision-Date: 2015-03-04 02:11+0000\n" | 11 | "PO-Revision-Date: 2015-03-04 02:11+0000\n" |
125 | @@ -125,11 +125,6 @@ | |||
126 | 125 | msgstr "" | 125 | msgstr "" |
127 | 126 | 126 | ||
128 | 127 | #. type: Plain text | 127 | #. type: Plain text |
129 | 128 | #: content/pages/index.md:2 | ||
130 | 129 | msgid "Welcome to Help for Ubuntu for devices!" | ||
131 | 130 | msgstr "" | ||
132 | 131 | |||
133 | 132 | #. type: Plain text | ||
134 | 133 | #: content/pages/apps.md:2 | 128 | #: content/pages/apps.md:2 |
135 | 134 | msgid "FAQ - Apps" | 129 | msgid "FAQ - Apps" |
136 | 135 | msgstr "" | 130 | msgstr "" |
137 | @@ -533,6 +528,14 @@ | |||
138 | 533 | msgid "**Q:** How do favorites work? \n" | 528 | msgid "**Q:** How do favorites work? \n" |
139 | 534 | msgstr "" | 529 | msgstr "" |
140 | 535 | 530 | ||
141 | 531 | #. type: Plain text | ||
142 | 532 | #: content/pages/index.md:2 | ||
143 | 533 | msgid "Welcome to the Ubuntu Help App!" | ||
144 | 534 | msgstr "" | ||
145 | 535 | |||
146 | 536 | #~ msgid "Welcome to Help for Ubuntu for devices!" | ||
147 | 537 | #~ msgstr "" | ||
148 | 538 | |||
149 | 536 | #~ msgid "..." | 539 | #~ msgid "..." |
150 | 537 | #~ msgstr "" | 540 | #~ msgstr "" |
151 | 538 | 541 | ||
152 | 539 | 542 | ||
153 | === modified file 'edit-here/po/fr.po' | |||
154 | --- edit-here/po/fr.po 2015-03-05 10:53:17 +0000 | |||
155 | +++ edit-here/po/fr.po 2015-03-05 15:27:32 +0000 | |||
156 | @@ -1,11 +1,11 @@ | |||
158 | 1 | # French translation for ubuntu-devices-help | 1 | # French translation for help-app |
159 | 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 | 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 |
161 | 3 | # This file is distributed under the same license as the ubuntu-devices-help package. | 3 | # This file is distributed under the same license as the help-app package. |
162 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. |
163 | 5 | # | 5 | # |
164 | 6 | msgid "" | 6 | msgid "" |
165 | 7 | msgstr "" | 7 | msgstr "" |
167 | 8 | "Project-Id-Version: ubuntu-devices-help\n" | 8 | "Project-Id-Version: help-app\n" |
168 | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" |
169 | 10 | "POT-Creation-Date: 2015-02-26 15:28+0100\n" | 10 | "POT-Creation-Date: 2015-02-26 15:28+0100\n" |
170 | 11 | "PO-Revision-Date: 2015-02-27 12:21+0000\n" | 11 | "PO-Revision-Date: 2015-02-27 12:21+0000\n" |
171 | @@ -121,11 +121,6 @@ | |||
172 | 121 | msgstr "" | 121 | msgstr "" |
173 | 122 | 122 | ||
174 | 123 | #. type: Plain text | 123 | #. type: Plain text |
175 | 124 | #: content/pages/index.md:2 | ||
176 | 125 | msgid "Welcome to Help for Ubuntu for devices!" | ||
177 | 126 | msgstr "" | ||
178 | 127 | |||
179 | 128 | #. type: Plain text | ||
180 | 129 | #: content/pages/apps.md:2 | 124 | #: content/pages/apps.md:2 |
181 | 130 | msgid "FAQ - Apps" | 125 | msgid "FAQ - Apps" |
182 | 131 | msgstr "" | 126 | msgstr "" |
183 | @@ -529,6 +524,14 @@ | |||
184 | 529 | msgid "**Q:** How do favorites work? \n" | 524 | msgid "**Q:** How do favorites work? \n" |
185 | 530 | msgstr "" | 525 | msgstr "" |
186 | 531 | 526 | ||
187 | 527 | #. type: Plain text | ||
188 | 528 | #: content/pages/index.md:2 | ||
189 | 529 | msgid "Welcome to the Ubuntu Help App!" | ||
190 | 530 | msgstr "" | ||
191 | 531 | |||
192 | 532 | #~ msgid "Welcome to Help for Ubuntu for devices!" | ||
193 | 533 | #~ msgstr "" | ||
194 | 534 | |||
195 | 532 | #~ msgid "..." | 535 | #~ msgid "..." |
196 | 533 | #~ msgstr "" | 536 | #~ msgstr "" |
197 | 534 | 537 | ||
198 | 535 | 538 | ||
199 | === modified file 'edit-here/po/help.pot' | |||
200 | --- edit-here/po/help.pot 2015-03-05 10:53:17 +0000 | |||
201 | +++ edit-here/po/help.pot 2015-03-05 15:27:32 +0000 | |||
202 | @@ -7,7 +7,7 @@ | |||
203 | 7 | msgid "" | 7 | msgid "" |
204 | 8 | msgstr "" | 8 | msgstr "" |
205 | 9 | "Project-Id-Version: PACKAGE VERSION\n" | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
207 | 10 | "POT-Creation-Date: 2015-03-05 11:52+0100\n" | 10 | "POT-Creation-Date: 2015-03-05 16:25+0100\n" |
208 | 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
209 | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
210 | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
211 | @@ -136,7 +136,7 @@ | |||
212 | 136 | 136 | ||
213 | 137 | #. type: Plain text | 137 | #. type: Plain text |
214 | 138 | #: content/pages/index.md:2 | 138 | #: content/pages/index.md:2 |
216 | 139 | msgid "Welcome to Help for Ubuntu for devices!" | 139 | msgid "Welcome to the Ubuntu Help App!" |
217 | 140 | msgstr "" | 140 | msgstr "" |
218 | 141 | 141 | ||
219 | 142 | #. type: Plain text | 142 | #. type: Plain text |
220 | 143 | 143 | ||
221 | === modified file 'edit-here/po/it.po' | |||
222 | --- edit-here/po/it.po 2015-03-05 10:53:17 +0000 | |||
223 | +++ edit-here/po/it.po 2015-03-05 15:27:32 +0000 | |||
224 | @@ -1,11 +1,11 @@ | |||
226 | 1 | # Italian translation for ubuntu-devices-help | 1 | # Italian translation for help-app |
227 | 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 | 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 |
229 | 3 | # This file is distributed under the same license as the ubuntu-devices-help package. | 3 | # This file is distributed under the same license as the help-app package. |
230 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. |
231 | 5 | # | 5 | # |
232 | 6 | msgid "" | 6 | msgid "" |
233 | 7 | msgstr "" | 7 | msgstr "" |
235 | 8 | "Project-Id-Version: ubuntu-devices-help\n" | 8 | "Project-Id-Version: help-app\n" |
236 | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" |
237 | 10 | "POT-Creation-Date: 2015-02-26 15:28+0100\n" | 10 | "POT-Creation-Date: 2015-02-26 15:28+0100\n" |
238 | 11 | "PO-Revision-Date: 2015-03-01 10:39+0000\n" | 11 | "PO-Revision-Date: 2015-03-01 10:39+0000\n" |
239 | @@ -121,11 +121,6 @@ | |||
240 | 121 | msgstr "" | 121 | msgstr "" |
241 | 122 | 122 | ||
242 | 123 | #. type: Plain text | 123 | #. type: Plain text |
243 | 124 | #: content/pages/index.md:2 | ||
244 | 125 | msgid "Welcome to Help for Ubuntu for devices!" | ||
245 | 126 | msgstr "" | ||
246 | 127 | |||
247 | 128 | #. type: Plain text | ||
248 | 129 | #: content/pages/apps.md:2 | 124 | #: content/pages/apps.md:2 |
249 | 130 | msgid "FAQ - Apps" | 125 | msgid "FAQ - Apps" |
250 | 131 | msgstr "" | 126 | msgstr "" |
251 | @@ -529,6 +524,14 @@ | |||
252 | 529 | msgid "**Q:** How do favorites work? \n" | 524 | msgid "**Q:** How do favorites work? \n" |
253 | 530 | msgstr "" | 525 | msgstr "" |
254 | 531 | 526 | ||
255 | 527 | #. type: Plain text | ||
256 | 528 | #: content/pages/index.md:2 | ||
257 | 529 | msgid "Welcome to the Ubuntu Help App!" | ||
258 | 530 | msgstr "" | ||
259 | 531 | |||
260 | 532 | #~ msgid "Welcome to Help for Ubuntu for devices!" | ||
261 | 533 | #~ msgstr "" | ||
262 | 534 | |||
263 | 532 | #~ msgid "..." | 535 | #~ msgid "..." |
264 | 533 | #~ msgstr "" | 536 | #~ msgstr "" |
265 | 534 | 537 | ||
266 | 535 | 538 | ||
267 | === modified file 'edit-here/po/pt.po' | |||
268 | --- edit-here/po/pt.po 2015-03-05 10:53:17 +0000 | |||
269 | +++ edit-here/po/pt.po 2015-03-05 15:27:32 +0000 | |||
270 | @@ -1,11 +1,11 @@ | |||
272 | 1 | # Portuguese translation for ubuntu-devices-help | 1 | # Portuguese translation for help-app |
273 | 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 | 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 |
275 | 3 | # This file is distributed under the same license as the ubuntu-devices-help package. | 3 | # This file is distributed under the same license as the help-app package. |
276 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. |
277 | 5 | # | 5 | # |
278 | 6 | msgid "" | 6 | msgid "" |
279 | 7 | msgstr "" | 7 | msgstr "" |
281 | 8 | "Project-Id-Version: ubuntu-devices-help\n" | 8 | "Project-Id-Version: help-app\n" |
282 | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" |
283 | 10 | "POT-Creation-Date: 2015-02-26 15:28+0100\n" | 10 | "POT-Creation-Date: 2015-02-26 15:28+0100\n" |
284 | 11 | "PO-Revision-Date: 2015-02-28 10:57+0000\n" | 11 | "PO-Revision-Date: 2015-02-28 10:57+0000\n" |
285 | @@ -140,11 +140,6 @@ | |||
286 | 140 | msgstr "" | 140 | msgstr "" |
287 | 141 | 141 | ||
288 | 142 | #. type: Plain text | 142 | #. type: Plain text |
289 | 143 | #: content/pages/index.md:2 | ||
290 | 144 | msgid "Welcome to Help for Ubuntu for devices!" | ||
291 | 145 | msgstr "" | ||
292 | 146 | |||
293 | 147 | #. type: Plain text | ||
294 | 148 | #: content/pages/apps.md:2 | 143 | #: content/pages/apps.md:2 |
295 | 149 | msgid "FAQ - Apps" | 144 | msgid "FAQ - Apps" |
296 | 150 | msgstr "" | 145 | msgstr "" |
297 | @@ -548,6 +543,14 @@ | |||
298 | 548 | msgid "**Q:** How do favorites work? \n" | 543 | msgid "**Q:** How do favorites work? \n" |
299 | 549 | msgstr "" | 544 | msgstr "" |
300 | 550 | 545 | ||
301 | 546 | #. type: Plain text | ||
302 | 547 | #: content/pages/index.md:2 | ||
303 | 548 | msgid "Welcome to the Ubuntu Help App!" | ||
304 | 549 | msgstr "" | ||
305 | 550 | |||
306 | 551 | #~ msgid "Welcome to Help for Ubuntu for devices!" | ||
307 | 552 | #~ msgstr "" | ||
308 | 553 | |||
309 | 551 | #~ msgid "..." | 554 | #~ msgid "..." |
310 | 552 | #~ msgstr "..." | 555 | #~ msgstr "..." |
311 | 553 | 556 | ||
312 | 554 | 557 | ||
313 | === modified file 'edit-here/po/ro.po' | |||
314 | --- edit-here/po/ro.po 2015-03-05 10:53:17 +0000 | |||
315 | +++ edit-here/po/ro.po 2015-03-05 15:27:32 +0000 | |||
316 | @@ -1,11 +1,11 @@ | |||
318 | 1 | # Romanian translation for ubuntu-devices-help | 1 | # Romanian translation for help-app |
319 | 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 | 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 |
321 | 3 | # This file is distributed under the same license as the ubuntu-devices-help package. | 3 | # This file is distributed under the same license as the help-app package. |
322 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. |
323 | 5 | # | 5 | # |
324 | 6 | msgid "" | 6 | msgid "" |
325 | 7 | msgstr "" | 7 | msgstr "" |
327 | 8 | "Project-Id-Version: ubuntu-devices-help\n" | 8 | "Project-Id-Version: help-app\n" |
328 | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" |
329 | 10 | "POT-Creation-Date: 2015-02-26 15:28+0100\n" | 10 | "POT-Creation-Date: 2015-02-26 15:28+0100\n" |
330 | 11 | "PO-Revision-Date: 2015-02-27 11:15+0000\n" | 11 | "PO-Revision-Date: 2015-02-27 11:15+0000\n" |
331 | @@ -121,11 +121,6 @@ | |||
332 | 121 | msgstr "" | 121 | msgstr "" |
333 | 122 | 122 | ||
334 | 123 | #. type: Plain text | 123 | #. type: Plain text |
335 | 124 | #: content/pages/index.md:2 | ||
336 | 125 | msgid "Welcome to Help for Ubuntu for devices!" | ||
337 | 126 | msgstr "" | ||
338 | 127 | |||
339 | 128 | #. type: Plain text | ||
340 | 129 | #: content/pages/apps.md:2 | 124 | #: content/pages/apps.md:2 |
341 | 130 | msgid "FAQ - Apps" | 125 | msgid "FAQ - Apps" |
342 | 131 | msgstr "" | 126 | msgstr "" |
343 | @@ -529,6 +524,14 @@ | |||
344 | 529 | msgid "**Q:** How do favorites work? \n" | 524 | msgid "**Q:** How do favorites work? \n" |
345 | 530 | msgstr "" | 525 | msgstr "" |
346 | 531 | 526 | ||
347 | 527 | #. type: Plain text | ||
348 | 528 | #: content/pages/index.md:2 | ||
349 | 529 | msgid "Welcome to the Ubuntu Help App!" | ||
350 | 530 | msgstr "" | ||
351 | 531 | |||
352 | 532 | #~ msgid "Welcome to Help for Ubuntu for devices!" | ||
353 | 533 | #~ msgstr "" | ||
354 | 534 | |||
355 | 532 | #~ msgid "..." | 535 | #~ msgid "..." |
356 | 533 | #~ msgstr "" | 536 | #~ msgstr "" |
357 | 534 | 537 |
Looks good to me, thanks!