Merge lp:~dholbach/help-app/1433667 into lp:~ubuntu-touch-coreapps-drivers/help-app/trunk

Proposed by Daniel Holbach
Status: Merged
Merged at revision: 109
Proposed branch: lp:~dholbach/help-app/1433667
Merge into: lp:~ubuntu-touch-coreapps-drivers/help-app/trunk
Diff against target: 8473 lines (+2424/-2198)
11 files modified
app/manifest.json (+5/-5)
edit-here/content/pages/apps.md (+13/-0)
edit-here/content/pages/store.md (+0/-14)
edit-here/index.html (+7/-12)
edit-here/po/de.po (+311/-272)
edit-here/po/es.po (+313/-274)
edit-here/po/fr.po (+311/-272)
edit-here/po/help.pot (+528/-527)
edit-here/po/it.po (+311/-272)
edit-here/po/pt.po (+314/-278)
edit-here/po/ro.po (+311/-272)
To merge this branch: bzr merge lp:~dholbach/help-app/1433667
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+253388@code.launchpad.net

Commit message

- Update click manifest
- Merge Store and Apps section as a workaround for bug 1433667
- Update index.html and fix page titles there
- Update .pot and .po files

To post a comment you must log in.
lp:~dholbach/help-app/1433667 updated
111. By Daniel Holbach

we have to call it 0.1.1 :-/

Revision history for this message
Daniel Holbach (dholbach) wrote :

+1 from dpm over the phone. :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'app/manifest.json'
2--- app/manifest.json 2015-03-05 15:27:05 +0000
3+++ app/manifest.json 2015-03-18 16:12:17 +0000
4@@ -1,16 +1,16 @@
5 {
6- "name": "help",
7- "description": "Help",
8+ "name": "help.ubuntucoredev",
9+ "description": "Help, tips and tricks",
10 "architecture": "all",
11- "title": "help",
12+ "title": "Ubuntu Help",
13 "hooks": {
14 "help": {
15 "apparmor": "help.apparmor",
16 "desktop": "help.desktop"
17 }
18 },
19- "version": "0.1",
20- "maintainer": "Ubuntu Developer Community <ubuntu-phone@lists.launchpad.net>",
21+ "version": "0.1.1",
22+ "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
23 "framework" : "ubuntu-sdk-14.10-html"
24 }
25
26
27=== modified file 'edit-here/content/pages/apps.md'
28--- edit-here/content/pages/apps.md 2015-03-18 08:18:10 +0000
29+++ edit-here/content/pages/apps.md 2015-03-18 16:12:17 +0000
30@@ -5,6 +5,19 @@
31
32 [TOC]
33
34+## Store
35+
36+*Curious about the application store?*
37+
38+### How do I find and install new applications? !!T
39+From the Apps scope, you can either tap on the “search” icon on the right and start searching by name, or you can go all the way down in the scope and tap on the Ubuntu Store icon.
40+
41+### How can I browse the app store from my PC? !!T
42+At the moment, the app store is not able to be browsed from your pc.
43+
44+### How do I remove applications? !!T
45+Search for the application you wish to remove inside the store. Open it and press the *Uninstall* button to remove the application.
46+
47 ## Misc
48
49 ### Do you have Spotify? !!T
50
51=== removed file 'edit-here/content/pages/store.md'
52--- edit-here/content/pages/store.md 2015-03-18 08:18:10 +0000
53+++ edit-here/content/pages/store.md 1970-01-01 00:00:00 +0000
54@@ -1,14 +0,0 @@
55-Title: The Store
56-
57-*Curious about the application store?*
58-
59-[TOC]
60-
61-### How do I find and install new applications? !!T
62-From the Apps scope, you can either tap on the “search” icon on the right and start searching by name, or you can go all the way down in the scope and tap on the Ubuntu Store icon.
63-
64-### How can I browse the app store from my PC? !!T
65-At the moment, the app store is not able to be browsed from your pc.
66-
67-### How do I remove applications? !!T
68-Search for the application you wish to remove inside the store. Open it and press the *Uninstall* button to remove the application.
69
70=== modified file 'edit-here/index.html'
71--- edit-here/index.html 2015-03-18 12:53:31 +0000
72+++ edit-here/index.html 2015-03-18 16:12:17 +0000
73@@ -25,14 +25,13 @@
74 <header data-role="header">
75 <ul data-role="tabs">
76 <li data-role="tabitem" data-page="index">Index</li>
77- <li data-role="tabitem" data-page="basic">Apps</li>
78- <li data-role="tabitem" data-page="ui">Settings</li>
79- <li data-role="tabitem" data-page="settings">Index</li>
80- <li data-role="tabitem" data-page="store">Apps</li>
81- <li data-role="tabitem" data-page="scopes">Settings</li>
82- <li data-role="tabitem" data-page="apps">Settings</li>
83- <li data-role="tabitem" data-page="security">Settings</li>
84- <li data-role="tabitem" data-page="get-in-touch">Settings</li>
85+ <li data-role="tabitem" data-page="basic">Basic</li>
86+ <li data-role="tabitem" data-page="ui">UI</li>
87+ <li data-role="tabitem" data-page="settings">Settings</li>
88+ <li data-role="tabitem" data-page="scopes">Scopes</li>
89+ <li data-role="tabitem" data-page="apps">Apps</li>
90+ <li data-role="tabitem" data-page="security">Security</li>
91+ <li data-role="tabitem" data-page="get-in-touch">Get in touch</li>
92 </ul>
93 </header>
94
95@@ -54,10 +53,6 @@
96 <div>tab4 content</div>
97 </div>
98
99- <div data-role="tab" id="store">
100- <div>tab5 content</div>
101- </div>
102-
103 <div data-role="tab" id="scopes">
104 <div>tab6 content</div>
105 </div>
106
107=== modified file 'edit-here/po/de.po'
108--- edit-here/po/de.po 2015-03-17 15:12:34 +0000
109+++ edit-here/po/de.po 2015-03-18 16:12:17 +0000
110@@ -2,7 +2,7 @@
111 # Copyright (C) YEAR Free Software Foundation, Inc.
112 # This file is distributed under the same license as the PACKAGE package.
113 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
114-#
115+#
116 msgid ""
117 msgstr ""
118 "Project-Id-Version: PACKAGE VERSION\n"
119@@ -11,17 +11,12 @@
120 "PO-Revision-Date: 2015-03-16 15:39+0000\n"
121 "Last-Translator: Daniel Holbach <daniel.holbach@ubuntu.com>\n"
122 "Language-Team: LANGUAGE <LL@li.org>\n"
123+"Language: \n"
124 "MIME-Version: 1.0\n"
125 "Content-Type: text/plain; charset=UTF-8\n"
126 "Content-Transfer-Encoding: 8bit\n"
127+"X-Generator: Launchpad (build 17389)\n"
128 "X-Launchpad-Export-Date: 2015-03-17 05:49+0000\n"
129-"X-Generator: Launchpad (build 17389)\n"
130-"Language: \n"
131-
132-#. type: Plain text
133-#: content/pages/security.md:2
134-msgid "FAQ - Security"
135-msgstr "FAQ - Security"
136
137 #. type: Plain text
138 #: content/pages/security.md:4
139@@ -29,14 +24,14 @@
140 msgid "*Wondering how to make your phone more secure?*\n"
141 msgstr ""
142
143-#. type: Title ###
144-#: content/pages/security.md:6
145+#. !!T
146+#: content/pages/security.md:7
147 #, no-wrap
148 msgid "How do I lock the phone?"
149 msgstr ""
150
151 #. type: Plain text
152-#: content/pages/security.md:8
153+#: content/pages/security.md:9
154 msgid ""
155 "Pressing the power button to turn off the phone will lock it. In addition, "
156 "you can control how long your phone will stay unlocked when idle. You can "
157@@ -44,69 +39,69 @@
158 "& Privacy*, then *Phone Locking* to adjust the *Lock when idle* setting."
159 msgstr ""
160
161-#. type: Title ###
162-#: content/pages/security.md:9
163+#. !!T
164+#: content/pages/security.md:10
165 #, no-wrap
166 msgid "How do I unlock the phone?"
167 msgstr ""
168
169 #. type: Plain text
170-#: content/pages/security.md:11
171+#: content/pages/security.md:12
172 msgid ""
173 "Swipe the screen to the left or right. Depending on what security you have "
174 "enabled, you might be required to enter a pin or passcode."
175 msgstr ""
176
177-#. type: Title ###
178-#: content/pages/security.md:12
179+#. !!T
180+#: content/pages/security.md:13
181 #, no-wrap
182 msgid "How do I unlock the bootloader?"
183 msgstr ""
184
185 #. type: Plain text
186-#: content/pages/security.md:14
187+#: content/pages/security.md:15
188 msgid ""
189 "If you are trying to flash a developer image or perform other developer "
190 "related tasks, see the [developer site](http://developer.ubuntu.com/)"
191 msgstr ""
192
193-#. type: Title ###
194-#: content/pages/security.md:15
195+#. !!T
196+#: content/pages/security.md:16
197 #, no-wrap
198 msgid "How can I change my PIN/Passcode?"
199 msgstr "Wie ändere ich meine PIN/meinen Passcode?"
200
201 #. type: Plain text
202-#: content/pages/security.md:17
203+#: content/pages/security.md:18
204 msgid ""
205 "You can find these setting under the *System Settings* application. Select "
206 "*Security & Privacy* to adjust the *Lock when idle* setting."
207 msgstr ""
208
209-#. type: Title ###
210-#: content/pages/security.md:18
211+#. !!T
212+#: content/pages/security.md:19
213 #, no-wrap
214 msgid ""
215-"Why do I have to type my PIN when using File Manager & Terminal (not default "
216-"apps)?"
217+"Why do I have to type my PIN when using File Manager & Terminal (not default"
218+" apps)?"
219 msgstr ""
220
221 #. type: Plain text
222-#: content/pages/security.md:20
223+#: content/pages/security.md:21
224 msgid ""
225 "Since these applications allow for invasive system changes, your "
226 "pin/passcode is required. This is for your phone security."
227 msgstr ""
228
229-#. type: Title ###
230-#: content/pages/security.md:21
231+#. !!T
232+#: content/pages/security.md:22
233 #, no-wrap
234 msgid ""
235 "How can I stop someone using the indicators when the phone is unlocked?"
236 msgstr ""
237
238 #. type: Plain text
239-#: content/pages/security.md:23
240+#: content/pages/security.md:24
241 msgid ""
242 "You can find this setting under the *System Settings* application. Select "
243 "*Security & Privacy*, then *Phone Locking* to adjust the *When locked, "
244@@ -114,178 +109,171 @@
245 "settings* option."
246 msgstr ""
247
248-#. type: Title ###
249-#: content/pages/security.md:24
250+#. !!T
251+#: content/pages/security.md:25
252 #, no-wrap
253 msgid "I forgot my passworde/security code. How can I unlock the phone?"
254 msgstr ""
255
256 #. type: Plain text
257-#: content/pages/security.md:25
258+#: content/pages/security.md:26
259 msgid "TBD"
260 msgstr ""
261
262 #. type: Plain text
263-#: content/pages/store.md:2
264-msgid "FAQ - Store"
265-msgstr "FAQ - Store"
266-
267-#. type: Plain text
268-#: content/pages/store.md:4
269+#: content/pages/apps.md:11
270 #, no-wrap
271 msgid "*Curious about the application store?*\n"
272 msgstr ""
273
274-#. type: Title ###
275-#: content/pages/store.md:6
276+#. !!T
277+#: content/pages/apps.md:12
278 #, no-wrap
279 msgid "How do I find and install new applications?"
280 msgstr "Wie finde und installiere ich neue Apps?"
281
282 #. type: Plain text
283-#: content/pages/store.md:8
284+#: content/pages/apps.md:14
285 msgid ""
286 "From the Apps scope, you can either tap on the “search” icon on the right "
287-"and start searching by name, or you can go all the way down in the scope and "
288-"tap on the Ubuntu Store icon."
289+"and start searching by name, or you can go all the way down in the scope and"
290+" tap on the Ubuntu Store icon."
291 msgstr ""
292
293-#. type: Title ###
294-#: content/pages/store.md:9
295+#. !!T
296+#: content/pages/apps.md:15
297 #, no-wrap
298 msgid "How can I browse the app store from my PC?"
299 msgstr ""
300
301 #. type: Plain text
302-#: content/pages/store.md:11
303+#: content/pages/apps.md:17
304 msgid "At the moment, the app store is not able to be browsed from your pc."
305 msgstr ""
306
307-#. type: Title ###
308-#: content/pages/store.md:12
309+#. !!T
310+#: content/pages/apps.md:18
311 #, no-wrap
312 msgid "How do I remove applications?"
313 msgstr "Wie entferne ich Apps?"
314
315 #. type: Plain text
316-#: content/pages/store.md:13
317+#: content/pages/apps.md:20
318 msgid ""
319 "Search for the application you wish to remove inside the store. Open it and "
320 "press the *Uninstall* button to remove the application."
321 msgstr ""
322
323 #. type: Plain text
324-#: content/pages/basic.md:2
325-msgid "FAQ - Basic Tasks"
326-msgstr ""
327-
328-#. type: Plain text
329 #: content/pages/basic.md:4
330 #, no-wrap
331 msgid "*If you are wondering how to perform basic tasks, look here.*\n"
332 msgstr ""
333
334-#. type: Title ###
335-#: content/pages/basic.md:6
336+#. !!T
337+#: content/pages/basic.md:7
338 #, no-wrap
339 msgid "How do I play music?"
340 msgstr "Wie spiele ich Musik ab?"
341
342 #. type: Plain text
343-#: content/pages/basic.md:8
344-msgid ""
345-"The music app let's you play music copied to the device. In addition, "
346-"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play "
347-"music."
348-msgstr ""
349-
350-#. type: Title ###
351 #: content/pages/basic.md:9
352+msgid ""
353+"The music app let's you play music copied to the device. In addition, "
354+"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play"
355+" music."
356+msgstr ""
357+"The music app let's you play music copied to the device. In addition, "
358+"[scopes]({filename}scopes.de.md) such as 7digital and Grooveshark can also "
359+"play music."
360+
361+#. !!T
362+#: content/pages/basic.md:10
363 #, no-wrap
364 msgid "How do I play videos?"
365 msgstr "Wie spiele ich Videos ab?"
366
367 #. type: Plain text
368-#: content/pages/basic.md:11
369-msgid ""
370-"The media player application will play videos copied to the device. You will "
371-"also find applications like youtube that give you streaming options."
372-msgstr ""
373-
374-#. type: Title ###
375 #: content/pages/basic.md:12
376+msgid ""
377+"The media player application will play videos copied to the device. You will"
378+" also find applications like youtube that give you streaming options."
379+msgstr ""
380+
381+#. !!T
382+#: content/pages/basic.md:13
383 #, no-wrap
384 msgid "How do I take photos?"
385 msgstr "Wie mache ich Fotos?"
386
387 #. type: Plain text
388-#: content/pages/basic.md:14
389+#: content/pages/basic.md:15
390 msgid ""
391 "The included camera application allows you to take photos. If your device "
392 "has both a front and rear camera, you can toggle which camera to use."
393 msgstr ""
394
395-#. type: Title ###
396-#: content/pages/basic.md:15
397+#. !!T
398+#: content/pages/basic.md:16
399 #, no-wrap
400 msgid "How do I record videos?"
401 msgstr "Wie nehme ich Videos auf?"
402
403 #. type: Plain text
404-#: content/pages/basic.md:17
405+#: content/pages/basic.md:18
406 msgid ""
407 "The included camera application allows you to take videos. If your device "
408 "has both a front and rear camera, you can toggle which camera to use."
409 msgstr ""
410
411-#. type: Title ###
412-#: content/pages/basic.md:18
413+#. !!T
414+#: content/pages/basic.md:19
415 #, no-wrap
416 msgid "How do I see pictures I’ve taken?"
417 msgstr "Wie kann ich die Bilder sehen, die ich gemacht habe?"
418
419 #. type: Plain text
420-#: content/pages/basic.md:20
421+#: content/pages/basic.md:21
422 msgid ""
423-"If you've just taken a picture, you can see it easily by swiping to the left "
424-"from the right edge inside the camera app. Alternatively, use the gallery "
425+"If you've just taken a picture, you can see it easily by swiping to the left"
426+" from the right edge inside the camera app. Alternatively, use the gallery "
427 "app to find the picture."
428 msgstr ""
429
430-#. type: Title ###
431-#: content/pages/basic.md:21
432+#. !!T
433+#: content/pages/basic.md:22
434 #, no-wrap
435 msgid "How can I send a text?"
436 msgstr ""
437
438 #. type: Plain text
439-#: content/pages/basic.md:23
440+#: content/pages/basic.md:24
441 msgid ""
442 "The default messaging application allows you to send sms as well as mms "
443 "messages."
444 msgstr ""
445
446-#. type: Title ###
447-#: content/pages/basic.md:24
448+#. !!T
449+#: content/pages/basic.md:25
450 #, no-wrap
451 msgid "How do I make a call?"
452 msgstr ""
453
454 #. type: Plain text
455-#: content/pages/basic.md:26
456+#: content/pages/basic.md:27
457 msgid ""
458 "The default dialer app lets you make calls using a contact or by dialing a "
459 "number."
460 msgstr ""
461
462-#. type: Title ###
463-#: content/pages/basic.md:27
464+#. !!T
465+#: content/pages/basic.md:28
466 #, no-wrap
467 msgid "How do I check recently made/missed calls?"
468 msgstr ""
469
470 #. type: Plain text
471-#: content/pages/basic.md:28
472+#: content/pages/basic.md:29
473 msgid ""
474 "Swiping up from the bottom edge of the dialer app reveals the recent call "
475 "list. You can also filter the list to include only missed calls."
476@@ -309,19 +297,19 @@
477 #: content/pages/faq.md:6
478 #, no-wrap
479 msgid "[First day tasks]({filename}basic.md)"
480-msgstr ""
481+msgstr "[First day tasks]({filename}basic.de.md)"
482
483 #. type: Title ###
484 #: content/pages/faq.md:7
485 #, no-wrap
486 msgid "[User Interface]({filename}ui.md)"
487-msgstr ""
488+msgstr "[User Interface]({filename}ui.de.md)"
489
490 #. type: Title ###
491 #: content/pages/faq.md:8
492 #, no-wrap
493 msgid "[Settings]({filename}settings.md)"
494-msgstr ""
495+msgstr "[Settings]({filename}settings.de.md)"
496
497 #. type: Title ###
498 #: content/pages/faq.md:9
499@@ -339,18 +327,13 @@
500 #: content/pages/faq.md:11
501 #, no-wrap
502 msgid "[Scopes]({filename}scopes.md)"
503-msgstr ""
504+msgstr "[Scopes]({filename}scopes.de.md)"
505
506 #. type: Title ###
507 #: content/pages/faq.md:12
508 #, no-wrap
509 msgid "[Security]({filename}security.md)"
510-msgstr ""
511-
512-#. type: Plain text
513-#: content/pages/index.md:2
514-msgid "Welcome to the Ubuntu Help App!"
515-msgstr ""
516+msgstr "[Security]({filename}security.de.md)"
517
518 #. type: Plain text
519 #: content/pages/index.md:5
520@@ -377,34 +360,19 @@
521 msgstr ""
522
523 #. type: Plain text
524-#: content/pages/index.md:10
525-#, no-wrap
526-msgid "[Take me to the FAQ!]({filename}faq.md) \n"
527-msgstr "[Gib mir die Antworten!]({filename}faq.md) \n"
528-
529-#. type: Plain text
530-#: content/pages/index.md:11
531-#, no-wrap
532-msgid "[Get in touch]({filename}get-in-touch.md) \n"
533-msgstr ""
534-
535-#. type: Plain text
536-#: content/pages/settings.md:2
537-msgid "FAQ - Settings"
538-msgstr ""
539-
540-#. type: Plain text
541 #: content/pages/settings.md:4
542 #, no-wrap
543 msgid "*How do I change my phone settings?*\n"
544 msgstr ""
545
546 #. type: Plain text
547-#: content/pages/settings.md:6
548+#: content/pages/security.md:6 content/pages/basic.md:6
549+#: content/pages/settings.md:6 content/pages/ui.md:6 content/pages/apps.md:7
550+#: content/pages/scopes.md:6
551 msgid "[TOC]"
552-msgstr ""
553+msgstr "[TOC]"
554
555-#. type: Title ###
556+#. !!T
557 #: content/pages/settings.md:7
558 #, no-wrap
559 msgid "How do I update my system?"
560@@ -419,69 +387,62 @@
561 "Select *Update*, and then click the check for updates button."
562 msgstr ""
563
564-#. type: Title ###
565+#. !!T
566 #: content/pages/settings.md:10
567 #, no-wrap
568 msgid "How do I set the time / language?"
569 msgstr ""
570
571-#. type: Plain text
572-#: content/pages/settings.md:12
573-msgid ""
574-"Open the *System Settings* application. For the time, check out the *Time & "
575-"Date* section. For language, select *Language & Text*."
576-msgstr ""
577-
578-#. type: Title ###
579-#: content/pages/settings.md:13
580+#. !!T
581+#: content/pages/settings.md:14
582 #, no-wrap
583 msgid "How can I change my wallpaper/background?"
584 msgstr ""
585
586 #. type: Plain text
587-#: content/pages/settings.md:15
588+#: content/pages/settings.md:16
589 msgid ""
590 "Open the *System Settings* application. Select the *Background* option. "
591 "Press the *Add Image* button and choice your image to set as a background."
592 msgstr ""
593
594-#. type: Title ###
595-#: content/pages/settings.md:16
596+#. !!T
597+#: content/pages/settings.md:17
598 #, no-wrap
599 msgid "How do I keep the screen on?"
600 msgstr ""
601
602 #. type: Plain text
603-#: content/pages/settings.md:18
604+#: content/pages/settings.md:19
605 msgid ""
606 "Open the *System Settings* application, and select the *Security & Privacy* "
607 "option. Select the *Lock Phone* option, and then *Lock when idle*. St"
608 msgstr ""
609
610-#. type: Title ###
611-#: content/pages/settings.md:19
612+#. !!T
613+#: content/pages/settings.md:20
614 #, no-wrap
615 msgid "How do I set up my accounts?"
616 msgstr ""
617
618 #. type: Plain text
619-#: content/pages/settings.md:21
620+#: content/pages/settings.md:22
621 msgid ""
622-"You can set up some of your accounts from the scopes. Today scope allows you "
623-"to configure your Google and Fitbit account, while the Pictures scope lets "
624+"You can set up some of your accounts from the scopes. Today scope allows you"
625+" to configure your Google and Fitbit account, while the Pictures scope lets "
626 "you configure your flickr, Facebook and Instagram account. You can manage "
627 "all your accounts (including social media, email, etc) from the *System "
628 "Settings* app, under *Personal*, *Accounts*."
629 msgstr ""
630
631-#. type: Title ###
632-#: content/pages/settings.md:22
633+#. !!T
634+#: content/pages/settings.md:23
635 #, no-wrap
636 msgid "How do I configure my notifications?"
637 msgstr ""
638
639 #. type: Plain text
640-#: content/pages/settings.md:24
641+#: content/pages/settings.md:25
642 msgid ""
643 "If you’re receiving too many notifications of your activity or want to "
644 "change it for whatever reason, you can do so by going to the *System "
645@@ -489,14 +450,14 @@
646 "notifications from any application on your device."
647 msgstr ""
648
649-#. type: Title ###
650-#: content/pages/settings.md:25
651+#. !!T
652+#: content/pages/settings.md:26
653 #, no-wrap
654 msgid "How do I change the ringtone for calls and texts?"
655 msgstr ""
656
657 #. type: Plain text
658-#: content/pages/settings.md:26
659+#: content/pages/settings.md:27
660 msgid ""
661 "You can change you ringtone for calls and texts to something new. Open the "
662 "*System Settings* application, then select *Sound*. Under *Phone Calls* you "
663@@ -505,11 +466,6 @@
664 msgstr ""
665
666 #. type: Plain text
667-#: content/pages/ui.md:2
668-msgid "FAQ - User Interface"
669-msgstr ""
670-
671-#. type: Plain text
672 #: content/pages/ui.md:4
673 #, no-wrap
674 msgid ""
675@@ -517,56 +473,56 @@
676 "place!*\n"
677 msgstr ""
678
679-#. type: Title ###
680-#: content/pages/ui.md:6
681+#. !!T
682+#: content/pages/ui.md:7
683 #, no-wrap
684 msgid "What is the dash?"
685 msgstr ""
686
687 #. type: Plain text
688-#: content/pages/ui.md:8
689+#: content/pages/ui.md:9
690 msgid ""
691-"The dash contains a list of applications installed on the device, along with "
692-"presenting the scopes and store. The dash is the first thing you see when "
693+"The dash contains a list of applications installed on the device, along with"
694+" presenting the scopes and store. The dash is the first thing you see when "
695 "booting the phone. You can switch to it again at any time by swiping left "
696 "from the right screen edge."
697 msgstr ""
698
699-#. type: Title ###
700-#: content/pages/ui.md:9
701+#. !!T
702+#: content/pages/ui.md:10
703 #, no-wrap
704 msgid "What is the launcher?"
705 msgstr ""
706
707 #. type: Plain text
708-#: content/pages/ui.md:11
709+#: content/pages/ui.md:12
710 msgid ""
711 "The launcher allows you to easily launch new applications. You can access "
712 "the launcher at any time by swiping right from the left screen edge."
713 msgstr ""
714
715-#. type: Title ###
716-#: content/pages/ui.md:12
717+#. !!T
718+#: content/pages/ui.md:13
719 #, no-wrap
720 msgid "What are the indicators?"
721 msgstr ""
722
723 #. type: Plain text
724-#: content/pages/ui.md:14
725+#: content/pages/ui.md:15
726 msgid ""
727-"Indicators convey quick useful information about your device, like the time, "
728-"data connection, location, sound, and notifications. You can access the "
729+"Indicators convey quick useful information about your device, like the time,"
730+" data connection, location, sound, and notifications. You can access the "
731 "indicators at any time by swiping down from the top screen edge."
732 msgstr ""
733
734-#. type: Title ###
735-#: content/pages/ui.md:15
736+#. !!T
737+#: content/pages/ui.md:16
738 #, no-wrap
739 msgid "How do I switch applications?"
740 msgstr ""
741
742 #. type: Plain text
743-#: content/pages/ui.md:18
744+#: content/pages/ui.md:19
745 msgid ""
746 "To switch applications, slide your finger left from the right edge of the "
747 "screen. If you slide quickly you will cycle through each application. "
748@@ -575,57 +531,57 @@
749 "dash."
750 msgstr ""
751
752-#. type: Title ###
753-#: content/pages/ui.md:19
754+#. !!T
755+#: content/pages/ui.md:20
756 #, no-wrap
757 msgid "How do I close applications?"
758 msgstr ""
759
760 #. type: Plain text
761-#: content/pages/ui.md:21
762-msgid ""
763-"To close an application, slide your finger *slowly* left from the right edge "
764-"of the screen. An application switcher will appear. Place your finger on the "
765-"application preview you wish to close and swipe up or down. The application "
766-"will disappear."
767-msgstr ""
768-
769-#. type: Title ###
770 #: content/pages/ui.md:22
771+msgid ""
772+"To close an application, slide your finger *slowly* left from the right edge"
773+" of the screen. An application switcher will appear. Place your finger on "
774+"the application preview you wish to close and swipe up or down. The "
775+"application will disappear."
776+msgstr ""
777+
778+#. !!T
779+#: content/pages/ui.md:23
780 #, no-wrap
781 msgid "How can I copy and paste?"
782 msgstr ""
783
784 #. type: Plain text
785-#: content/pages/ui.md:24
786-msgid ""
787-"For text that can be copied and pasted, press and hold the text in question. "
788-"A menu will appear allowing you to cut, copy and paste."
789-msgstr ""
790-
791-#. type: Title ###
792 #: content/pages/ui.md:25
793+msgid ""
794+"For text that can be copied and pasted, press and hold the text in question."
795+" A menu will appear allowing you to cut, copy and paste."
796+msgstr ""
797+
798+#. !!T
799+#: content/pages/ui.md:26
800 #, no-wrap
801 msgid ""
802 "What are the small characters on the keyboard and how can I select them?"
803 msgstr ""
804
805 #. type: Plain text
806-#: content/pages/ui.md:27
807+#: content/pages/ui.md:28
808 msgid ""
809 "Tapping and hold a character on the keyboard brings up a menu allowing you "
810 "to select secondary characters. This allows you to select things like "
811 "numbers and accented characters. Give it a try!"
812 msgstr ""
813
814-#. type: Title ###
815-#: content/pages/ui.md:28
816+#. !!T
817+#: content/pages/ui.md:29
818 #, no-wrap
819 msgid "The keyboard behaves funny. What can I do about it?"
820 msgstr ""
821
822 #. type: Plain text
823-#: content/pages/ui.md:30
824+#: content/pages/ui.md:31
825 msgid ""
826 "From the Settings app, you can go to Keyboard and try unsetting the "
827 "autocompletion feature, and/or the auto capitalize option. This way, you'll "
828@@ -633,22 +589,17 @@
829 "control of the input."
830 msgstr ""
831
832-#. type: Title ###
833-#: content/pages/ui.md:31
834+#. !!T
835+#: content/pages/ui.md:32
836 #, no-wrap
837 msgid "What is the round circle for? What does it show? Can I configure it?"
838 msgstr ""
839
840 #. type: Plain text
841-#: content/pages/ui.md:32
842+#: content/pages/ui.md:33
843 msgid ""
844-"The round circle is the infographic. It hows you recent phone activity, like "
845-"the number of messages received or the number of songs played."
846-msgstr ""
847-
848-#. type: Plain text
849-#: content/pages/apps.md:2
850-msgid "FAQ - Apps"
851+"The round circle is the infographic. It hows you recent phone activity, like"
852+" the number of messages received or the number of songs played."
853 msgstr ""
854
855 #. type: Plain text
856@@ -660,105 +611,105 @@
857 msgstr ""
858
859 #. type: Title ##
860-#: content/pages/apps.md:6
861+#: content/pages/apps.md:21
862 #, no-wrap
863 msgid "Misc"
864 msgstr ""
865
866-#. type: Title ###
867-#: content/pages/apps.md:8
868+#. !!T
869+#: content/pages/apps.md:23
870 #, no-wrap
871 msgid "Do you have Spotify?"
872 msgstr ""
873
874 #. type: Plain text
875-#: content/pages/apps.md:11
876+#: content/pages/apps.md:26
877 msgid ""
878 "If you have a Spotify premium account, just install 'CuteSpotify' "
879 "([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."
880 msgstr ""
881
882-#. type: Title ###
883-#: content/pages/apps.md:12
884+#. !!T
885+#: content/pages/apps.md:27
886 #, no-wrap
887 msgid "Do you have Google Authenticator?"
888 msgstr ""
889
890 #. type: Plain text
891-#: content/pages/apps.md:14
892+#: content/pages/apps.md:29
893 msgid "Sure, install the 'Authenticator' app from the software store."
894 msgstr ""
895
896 #. type: Title ##
897-#: content/pages/apps.md:15
898+#: content/pages/apps.md:30
899 #, no-wrap
900 msgid "Music"
901 msgstr ""
902
903-#. type: Title ###
904-#: content/pages/apps.md:17
905+#. !!T
906+#: content/pages/apps.md:32
907 #, no-wrap
908 msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"
909 msgstr ""
910
911 #. type: Plain text
912-#: content/pages/apps.md:19
913+#: content/pages/apps.md:34
914 msgid ""
915 "You can add music in multiple ways. If you have pre-existing music files, "
916-"simply connect your phone to your pc via the usb cable. Next, copy the music "
917-"you wish to listen to to the *Music* folder. Your music will appear in the "
918+"simply connect your phone to your pc via the usb cable. Next, copy the music"
919+" you wish to listen to to the *Music* folder. Your music will appear in the "
920 "music app. Alternatively, you can acquire music directly using the device "
921 "via a scope, such as grooveshark or by downloading via the browser or "
922 "another application."
923 msgstr ""
924
925-#. type: Title ###
926-#: content/pages/apps.md:20
927+#. !!T
928+#: content/pages/apps.md:35
929 #, no-wrap
930 msgid "What music formats are supported (flac, mp3 etc)?"
931 msgstr ""
932
933 #. type: Plain text
934-#: content/pages/apps.md:22
935+#: content/pages/apps.md:37
936 msgid "The music app supports ogg, flac and mp3 formats."
937 msgstr ""
938
939 #. type: Title ##
940-#: content/pages/apps.md:23
941+#: content/pages/apps.md:38
942 #, no-wrap
943 msgid "Contacts"
944 msgstr ""
945
946-#. type: Title ###
947-#: content/pages/apps.md:25
948+#. !!T
949+#: content/pages/apps.md:40
950 #, no-wrap
951 msgid "How can I sync my Google contacts to my device?"
952 msgstr ""
953
954 #. type: Plain text
955-#: content/pages/apps.md:27
956+#: content/pages/apps.md:42
957 msgid ""
958-"The first time you open the Contacts app you’ll be asked if you want to sync "
959-"contacts with your Google account. If you have answered “no” but change your "
960-"mind later, you can do so by going to the Today scope, and setting up your "
961-"Google account there. After that you can sync your contacts (and, if you "
962-"want, calendar events as well)."
963+"The first time you open the Contacts app you’ll be asked if you want to sync"
964+" contacts with your Google account. If you have answered “no” but change "
965+"your mind later, you can do so by going to the Today scope, and setting up "
966+"your Google account there. After that you can sync your contacts (and, if "
967+"you want, calendar events as well)."
968 msgstr ""
969
970 #. type: Title ##
971-#: content/pages/apps.md:29
972+#: content/pages/apps.md:44
973 #, no-wrap
974 msgid "Gallery"
975 msgstr ""
976
977-#. type: Title ###
978-#: content/pages/apps.md:31
979+#. !!T
980+#: content/pages/apps.md:46
981 #, no-wrap
982 msgid "How can I share photos?"
983 msgstr ""
984
985 #. type: Plain text
986-#: content/pages/apps.md:33
987+#: content/pages/apps.md:48
988 msgid ""
989 "If you've just taken a picture, share it easily by swiping to the left from "
990 "the right edge inside the camera app. Alternatively, use the gallery app to "
991@@ -766,61 +717,61 @@
992 "you wish to share your photo."
993 msgstr ""
994
995-#. type: Title ###
996-#: content/pages/apps.md:34
997+#. !!T
998+#: content/pages/apps.md:49
999 #, no-wrap
1000 msgid "How can I share video?"
1001 msgstr ""
1002
1003 #. type: Plain text
1004-#: content/pages/apps.md:36
1005+#: content/pages/apps.md:51
1006 msgid ""
1007 "If you've just taken a video, share it easily by swiping to the left from "
1008 "the right edge inside the camera app. Alternatively, use the gallery app to "
1009-"find the video. Once loaded, select *Share* from the menu and choose how you "
1010-"wish to share your video."
1011+"find the video. Once loaded, select *Share* from the menu and choose how you"
1012+" wish to share your video."
1013 msgstr ""
1014
1015 #. type: Title ##
1016-#: content/pages/apps.md:38
1017+#: content/pages/apps.md:53
1018 #, no-wrap
1019 msgid "Camera"
1020 msgstr ""
1021
1022-#. type: Title ###
1023-#: content/pages/apps.md:40
1024+#. !!T
1025+#: content/pages/apps.md:55
1026 #, no-wrap
1027 msgid "How can I take a picture?"
1028 msgstr ""
1029
1030 #. type: Plain text
1031-#: content/pages/apps.md:42
1032+#: content/pages/apps.md:57
1033 msgid ""
1034 "Select the camera app from the launcher or app scope. Swipe up from the "
1035 "bottom edge of the phone for additional options. Enjoy taking your picture!"
1036 msgstr ""
1037
1038-#. type: Title ###
1039-#: content/pages/apps.md:43
1040+#. !!T
1041+#: content/pages/apps.md:58
1042 #, no-wrap
1043 msgid "How can I crop / rotate a picture?"
1044 msgstr ""
1045
1046 #. type: Plain text
1047-#: content/pages/apps.md:45
1048+#: content/pages/apps.md:60
1049 msgid ""
1050-"Use the gallery app to select your picture. Select the *Edit* button next to "
1051-"the menu. Inside you'll find options to crop and rotate your picture."
1052+"Use the gallery app to select your picture. Select the *Edit* button next to"
1053+" the menu. Inside you'll find options to crop and rotate your picture."
1054 msgstr ""
1055
1056-#. type: Title ###
1057-#: content/pages/apps.md:46
1058+#. !!T
1059+#: content/pages/apps.md:61
1060 #, no-wrap
1061 msgid "How can I take video?"
1062 msgstr ""
1063
1064 #. type: Plain text
1065-#: content/pages/apps.md:48
1066+#: content/pages/apps.md:63
1067 msgid ""
1068 "Select the camera app from the launcher or app scope. Select the video icon "
1069 "on the bottom of the screen. Swipe up from the bottom edge of the phone for "
1070@@ -828,19 +779,19 @@
1071 msgstr ""
1072
1073 #. type: Title ##
1074-#: content/pages/apps.md:49
1075+#: content/pages/apps.md:64
1076 #, no-wrap
1077 msgid "Clock"
1078 msgstr ""
1079
1080-#. type: Title ###
1081-#: content/pages/apps.md:51
1082+#. !!T
1083+#: content/pages/apps.md:66
1084 #, no-wrap
1085 msgid "How do I set an alarm?"
1086 msgstr ""
1087
1088 #. type: Plain text
1089-#: content/pages/apps.md:54
1090+#: content/pages/apps.md:69
1091 msgid ""
1092 "Alarms are handled by the clock app. To add a new alarm, launch the clock "
1093 "app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "
1094@@ -853,43 +804,43 @@
1095 msgstr ""
1096
1097 #. type: Title ##
1098-#: content/pages/apps.md:56
1099+#: content/pages/apps.md:71
1100 #, no-wrap
1101 msgid "HERE Maps"
1102 msgstr ""
1103
1104-#. type: Title ###
1105-#: content/pages/apps.md:58
1106+#. !!T
1107+#: content/pages/apps.md:73
1108 #, no-wrap
1109 msgid "How can I get directions?"
1110 msgstr ""
1111
1112 #. type: Plain text
1113-#: content/pages/apps.md:60
1114+#: content/pages/apps.md:75
1115 msgid ""
1116 "Load the HERE maps application from the app scope. Open the menu and select "
1117 "*Directions*. Enter your destination and tap the *Get Directions* button."
1118 msgstr ""
1119
1120-#. type: Title ###
1121-#: content/pages/apps.md:61
1122+#. !!T
1123+#: content/pages/apps.md:76
1124 #, no-wrap
1125 msgid "Can I navigate offline?"
1126 msgstr ""
1127
1128 #. type: Plain text
1129-#: content/pages/apps.md:63
1130+#: content/pages/apps.md:78
1131 msgid "Unfortunately navigation requires an active connection."
1132 msgstr ""
1133
1134-#. type: Title ###
1135-#: content/pages/apps.md:64
1136+#. !!T
1137+#: content/pages/apps.md:79
1138 #, no-wrap
1139 msgid "Can I view the map offline?"
1140 msgstr ""
1141
1142 #. type: Plain text
1143-#: content/pages/apps.md:65
1144+#: content/pages/apps.md:80
1145 msgid ""
1146 "Yes, although parts of the map may be missing and search is disabled while "
1147 "offline."
1148@@ -927,39 +878,34 @@
1149 msgstr ""
1150
1151 #. type: Plain text
1152-#: content/pages/scopes.md:2
1153-msgid "FAQ - Scopes"
1154-msgstr ""
1155-
1156-#. type: Plain text
1157 #: content/pages/scopes.md:4
1158 #, no-wrap
1159 msgid "*Curious about scopes?*\n"
1160 msgstr ""
1161
1162-#. type: Title ###
1163-#: content/pages/scopes.md:6
1164+#. !!T
1165+#: content/pages/scopes.md:7
1166 #, no-wrap
1167 msgid "How do favorites work?"
1168 msgstr ""
1169
1170 #. type: Plain text
1171-#: content/pages/scopes.md:8
1172+#: content/pages/scopes.md:9
1173 msgid ""
1174 "Swipe up from the bottom edge of the dash to reveal a scopes manager. "
1175-"Favorite scopes you wish to appear on your dash by selecting them. Selecting "
1176-"them again will remove the favorite. All favorited scopes will appear on "
1177+"Favorite scopes you wish to appear on your dash by selecting them. Selecting"
1178+" them again will remove the favorite. All favorited scopes will appear on "
1179 "your dash."
1180 msgstr ""
1181
1182-#. type: Title ###
1183-#: content/pages/scopes.md:9
1184+#. !!T
1185+#: content/pages/scopes.md:10
1186 #, no-wrap
1187 msgid "How do I add new scopes?"
1188 msgstr ""
1189
1190 #. type: Plain text
1191-#: content/pages/scopes.md:11
1192+#: content/pages/scopes.md:12
1193 msgid ""
1194 "Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
1195 "can add new scopes by selecting from the list of non-favorites below your "
1196@@ -967,17 +913,110 @@
1197 "store button in the upper right to look for it in the ubuntu store."
1198 msgstr ""
1199
1200-#. type: Title ###
1201-#: content/pages/scopes.md:12
1202+#. !!T
1203+#: content/pages/scopes.md:13
1204 #, no-wrap
1205 msgid "How do I remove a scope?"
1206 msgstr ""
1207
1208 #. type: Plain text
1209-#: content/pages/scopes.md:13
1210+#: content/pages/scopes.md:14
1211 msgid ""
1212 "Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
1213 "can remove a scopes by selecting it from the list of your favorites. This "
1214 "will remove it from your dash. If you'd like to remove it completely, visit "
1215 "the scope page in the ubuntu store and select *Uninstall*."
1216 msgstr ""
1217+
1218+#. type: Plain text
1219+#: content/pages/security.md:2
1220+msgid "Security"
1221+msgstr ""
1222+
1223+#. type: Plain text
1224+#: content/pages/basic.md:2
1225+msgid "Basic tasks"
1226+msgstr ""
1227+
1228+#. type: Plain text
1229+#: content/pages/index.md:2
1230+msgid "Welcome"
1231+msgstr ""
1232+
1233+#. type: Plain text
1234+#: content/pages/index.md:11
1235+msgid ""
1236+"[Take me to the FAQ!]({filename}faq.md) [Get in touch]({filename}get-in-"
1237+"touch.md)"
1238+msgstr ""
1239+"[Take me to the FAQ!]({filename}faq.de.md) [Get in touch]({filename}get-in-"
1240+"touch.md)"
1241+
1242+#. type: Plain text
1243+#: content/pages/settings.md:2
1244+msgid "Settings"
1245+msgstr ""
1246+
1247+#. type: Plain text
1248+#: content/pages/settings.md:13
1249+msgid ""
1250+"Open the *System Settings* application. For the time, check out the *Time & "
1251+"Date* section. For language, select *Language & Text*. "
1252+"![Icon]({filename}/images/settings.gif)"
1253+msgstr ""
1254+
1255+#. type: Plain text
1256+#: content/pages/ui.md:2
1257+msgid "User Interface"
1258+msgstr ""
1259+
1260+#. type: Plain text
1261+#: content/pages/apps.md:2
1262+msgid "Apps"
1263+msgstr ""
1264+
1265+#. type: Title ##
1266+#: content/pages/apps.md:8
1267+#, no-wrap
1268+msgid "Store"
1269+msgstr ""
1270+
1271+#. type: Plain text
1272+#: content/pages/scopes.md:2
1273+msgid "Scopes"
1274+msgstr ""
1275+
1276+#~ msgid "FAQ - Security"
1277+#~ msgstr "FAQ - Security"
1278+
1279+#~ msgid "FAQ - Store"
1280+#~ msgstr "FAQ - Store"
1281+
1282+#~ msgid "FAQ - Basic Tasks"
1283+#~ msgstr ""
1284+
1285+#~ msgid "Welcome to the Ubuntu Help App!"
1286+#~ msgstr ""
1287+
1288+#~ msgid "[Take me to the FAQ!]({filename}faq.md) \n"
1289+#~ msgstr "[Gib mir die Antworten!]({filename}faq.md) \n"
1290+
1291+#~ msgid "[Get in touch]({filename}get-in-touch.md) \n"
1292+#~ msgstr ""
1293+
1294+#~ msgid "FAQ - Settings"
1295+#~ msgstr ""
1296+
1297+#~ msgid ""
1298+#~ "Open the *System Settings* application. For the time, check out the *Time & "
1299+#~ "Date* section. For language, select *Language & Text*."
1300+#~ msgstr ""
1301+
1302+#~ msgid "FAQ - User Interface"
1303+#~ msgstr ""
1304+
1305+#~ msgid "FAQ - Apps"
1306+#~ msgstr ""
1307+
1308+#~ msgid "FAQ - Scopes"
1309+#~ msgstr ""
1310
1311=== modified file 'edit-here/po/es.po'
1312--- edit-here/po/es.po 2015-03-17 15:12:34 +0000
1313+++ edit-here/po/es.po 2015-03-18 16:12:17 +0000
1314@@ -2,7 +2,7 @@
1315 # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
1316 # This file is distributed under the same license as the ubuntu-devices-help package.
1317 # FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
1318-#
1319+#
1320 msgid ""
1321 msgstr ""
1322 "Project-Id-Version: ubuntu-devices-help\n"
1323@@ -14,13 +14,8 @@
1324 "MIME-Version: 1.0\n"
1325 "Content-Type: text/plain; charset=UTF-8\n"
1326 "Content-Transfer-Encoding: 8bit\n"
1327+"X-Generator: Launchpad (build 17389)\n"
1328 "X-Launchpad-Export-Date: 2015-03-11 05:50+0000\n"
1329-"X-Generator: Launchpad (build 17389)\n"
1330-
1331-#. type: Plain text
1332-#: content/pages/security.md:2
1333-msgid "FAQ - Security"
1334-msgstr "PP. FF. – Seguridad"
1335
1336 #. type: Plain text
1337 #: content/pages/security.md:4
1338@@ -28,14 +23,14 @@
1339 msgid "*Wondering how to make your phone more secure?*\n"
1340 msgstr ""
1341
1342-#. type: Title ###
1343-#: content/pages/security.md:6
1344+#. !!T
1345+#: content/pages/security.md:7
1346 #, no-wrap
1347 msgid "How do I lock the phone?"
1348 msgstr ""
1349
1350 #. type: Plain text
1351-#: content/pages/security.md:8
1352+#: content/pages/security.md:9
1353 msgid ""
1354 "Pressing the power button to turn off the phone will lock it. In addition, "
1355 "you can control how long your phone will stay unlocked when idle. You can "
1356@@ -43,69 +38,69 @@
1357 "& Privacy*, then *Phone Locking* to adjust the *Lock when idle* setting."
1358 msgstr ""
1359
1360-#. type: Title ###
1361-#: content/pages/security.md:9
1362+#. !!T
1363+#: content/pages/security.md:10
1364 #, no-wrap
1365 msgid "How do I unlock the phone?"
1366 msgstr ""
1367
1368 #. type: Plain text
1369-#: content/pages/security.md:11
1370+#: content/pages/security.md:12
1371 msgid ""
1372 "Swipe the screen to the left or right. Depending on what security you have "
1373 "enabled, you might be required to enter a pin or passcode."
1374 msgstr ""
1375
1376-#. type: Title ###
1377-#: content/pages/security.md:12
1378+#. !!T
1379+#: content/pages/security.md:13
1380 #, no-wrap
1381 msgid "How do I unlock the bootloader?"
1382 msgstr ""
1383
1384 #. type: Plain text
1385-#: content/pages/security.md:14
1386+#: content/pages/security.md:15
1387 msgid ""
1388 "If you are trying to flash a developer image or perform other developer "
1389 "related tasks, see the [developer site](http://developer.ubuntu.com/)"
1390 msgstr ""
1391
1392-#. type: Title ###
1393-#: content/pages/security.md:15
1394+#. !!T
1395+#: content/pages/security.md:16
1396 #, no-wrap
1397 msgid "How can I change my PIN/Passcode?"
1398 msgstr ""
1399
1400 #. type: Plain text
1401-#: content/pages/security.md:17
1402+#: content/pages/security.md:18
1403 msgid ""
1404 "You can find these setting under the *System Settings* application. Select "
1405 "*Security & Privacy* to adjust the *Lock when idle* setting."
1406 msgstr ""
1407
1408-#. type: Title ###
1409-#: content/pages/security.md:18
1410+#. !!T
1411+#: content/pages/security.md:19
1412 #, no-wrap
1413 msgid ""
1414-"Why do I have to type my PIN when using File Manager & Terminal (not default "
1415-"apps)?"
1416+"Why do I have to type my PIN when using File Manager & Terminal (not default"
1417+" apps)?"
1418 msgstr ""
1419
1420 #. type: Plain text
1421-#: content/pages/security.md:20
1422+#: content/pages/security.md:21
1423 msgid ""
1424 "Since these applications allow for invasive system changes, your "
1425 "pin/passcode is required. This is for your phone security."
1426 msgstr ""
1427
1428-#. type: Title ###
1429-#: content/pages/security.md:21
1430+#. !!T
1431+#: content/pages/security.md:22
1432 #, no-wrap
1433 msgid ""
1434 "How can I stop someone using the indicators when the phone is unlocked?"
1435 msgstr ""
1436
1437 #. type: Plain text
1438-#: content/pages/security.md:23
1439+#: content/pages/security.md:24
1440 msgid ""
1441 "You can find this setting under the *System Settings* application. Select "
1442 "*Security & Privacy*, then *Phone Locking* to adjust the *When locked, "
1443@@ -113,178 +108,171 @@
1444 "settings* option."
1445 msgstr ""
1446
1447-#. type: Title ###
1448-#: content/pages/security.md:24
1449+#. !!T
1450+#: content/pages/security.md:25
1451 #, no-wrap
1452 msgid "I forgot my passworde/security code. How can I unlock the phone?"
1453 msgstr ""
1454
1455 #. type: Plain text
1456-#: content/pages/security.md:25
1457+#: content/pages/security.md:26
1458 msgid "TBD"
1459 msgstr ""
1460
1461 #. type: Plain text
1462-#: content/pages/store.md:2
1463-msgid "FAQ - Store"
1464-msgstr "PP. FF. – Tienda"
1465-
1466-#. type: Plain text
1467-#: content/pages/store.md:4
1468+#: content/pages/apps.md:11
1469 #, no-wrap
1470 msgid "*Curious about the application store?*\n"
1471 msgstr ""
1472
1473-#. type: Title ###
1474-#: content/pages/store.md:6
1475+#. !!T
1476+#: content/pages/apps.md:12
1477 #, no-wrap
1478 msgid "How do I find and install new applications?"
1479 msgstr ""
1480
1481 #. type: Plain text
1482-#: content/pages/store.md:8
1483+#: content/pages/apps.md:14
1484 msgid ""
1485 "From the Apps scope, you can either tap on the “search” icon on the right "
1486-"and start searching by name, or you can go all the way down in the scope and "
1487-"tap on the Ubuntu Store icon."
1488+"and start searching by name, or you can go all the way down in the scope and"
1489+" tap on the Ubuntu Store icon."
1490 msgstr ""
1491
1492-#. type: Title ###
1493-#: content/pages/store.md:9
1494+#. !!T
1495+#: content/pages/apps.md:15
1496 #, no-wrap
1497 msgid "How can I browse the app store from my PC?"
1498 msgstr ""
1499
1500 #. type: Plain text
1501-#: content/pages/store.md:11
1502+#: content/pages/apps.md:17
1503 msgid "At the moment, the app store is not able to be browsed from your pc."
1504 msgstr ""
1505
1506-#. type: Title ###
1507-#: content/pages/store.md:12
1508+#. !!T
1509+#: content/pages/apps.md:18
1510 #, no-wrap
1511 msgid "How do I remove applications?"
1512 msgstr ""
1513
1514 #. type: Plain text
1515-#: content/pages/store.md:13
1516+#: content/pages/apps.md:20
1517 msgid ""
1518 "Search for the application you wish to remove inside the store. Open it and "
1519 "press the *Uninstall* button to remove the application."
1520 msgstr ""
1521
1522 #. type: Plain text
1523-#: content/pages/basic.md:2
1524-msgid "FAQ - Basic Tasks"
1525-msgstr "PP. FF. – Tareas básicas"
1526-
1527-#. type: Plain text
1528 #: content/pages/basic.md:4
1529 #, no-wrap
1530 msgid "*If you are wondering how to perform basic tasks, look here.*\n"
1531 msgstr ""
1532
1533-#. type: Title ###
1534-#: content/pages/basic.md:6
1535+#. !!T
1536+#: content/pages/basic.md:7
1537 #, no-wrap
1538 msgid "How do I play music?"
1539 msgstr ""
1540
1541 #. type: Plain text
1542-#: content/pages/basic.md:8
1543-msgid ""
1544-"The music app let's you play music copied to the device. In addition, "
1545-"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play "
1546-"music."
1547-msgstr ""
1548-
1549-#. type: Title ###
1550 #: content/pages/basic.md:9
1551+msgid ""
1552+"The music app let's you play music copied to the device. In addition, "
1553+"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play"
1554+" music."
1555+msgstr ""
1556+"The music app let's you play music copied to the device. In addition, "
1557+"[scopes]({filename}scopes.es.md) such as 7digital and Grooveshark can also "
1558+"play music."
1559+
1560+#. !!T
1561+#: content/pages/basic.md:10
1562 #, no-wrap
1563 msgid "How do I play videos?"
1564 msgstr ""
1565
1566 #. type: Plain text
1567-#: content/pages/basic.md:11
1568-msgid ""
1569-"The media player application will play videos copied to the device. You will "
1570-"also find applications like youtube that give you streaming options."
1571-msgstr ""
1572-
1573-#. type: Title ###
1574 #: content/pages/basic.md:12
1575+msgid ""
1576+"The media player application will play videos copied to the device. You will"
1577+" also find applications like youtube that give you streaming options."
1578+msgstr ""
1579+
1580+#. !!T
1581+#: content/pages/basic.md:13
1582 #, no-wrap
1583 msgid "How do I take photos?"
1584 msgstr ""
1585
1586 #. type: Plain text
1587-#: content/pages/basic.md:14
1588+#: content/pages/basic.md:15
1589 msgid ""
1590 "The included camera application allows you to take photos. If your device "
1591 "has both a front and rear camera, you can toggle which camera to use."
1592 msgstr ""
1593
1594-#. type: Title ###
1595-#: content/pages/basic.md:15
1596+#. !!T
1597+#: content/pages/basic.md:16
1598 #, no-wrap
1599 msgid "How do I record videos?"
1600 msgstr ""
1601
1602 #. type: Plain text
1603-#: content/pages/basic.md:17
1604+#: content/pages/basic.md:18
1605 msgid ""
1606 "The included camera application allows you to take videos. If your device "
1607 "has both a front and rear camera, you can toggle which camera to use."
1608 msgstr ""
1609
1610-#. type: Title ###
1611-#: content/pages/basic.md:18
1612+#. !!T
1613+#: content/pages/basic.md:19
1614 #, no-wrap
1615 msgid "How do I see pictures I’ve taken?"
1616 msgstr ""
1617
1618 #. type: Plain text
1619-#: content/pages/basic.md:20
1620+#: content/pages/basic.md:21
1621 msgid ""
1622-"If you've just taken a picture, you can see it easily by swiping to the left "
1623-"from the right edge inside the camera app. Alternatively, use the gallery "
1624+"If you've just taken a picture, you can see it easily by swiping to the left"
1625+" from the right edge inside the camera app. Alternatively, use the gallery "
1626 "app to find the picture."
1627 msgstr ""
1628
1629-#. type: Title ###
1630-#: content/pages/basic.md:21
1631+#. !!T
1632+#: content/pages/basic.md:22
1633 #, no-wrap
1634 msgid "How can I send a text?"
1635 msgstr ""
1636
1637 #. type: Plain text
1638-#: content/pages/basic.md:23
1639+#: content/pages/basic.md:24
1640 msgid ""
1641 "The default messaging application allows you to send sms as well as mms "
1642 "messages."
1643 msgstr ""
1644
1645-#. type: Title ###
1646-#: content/pages/basic.md:24
1647+#. !!T
1648+#: content/pages/basic.md:25
1649 #, no-wrap
1650 msgid "How do I make a call?"
1651 msgstr ""
1652
1653 #. type: Plain text
1654-#: content/pages/basic.md:26
1655+#: content/pages/basic.md:27
1656 msgid ""
1657 "The default dialer app lets you make calls using a contact or by dialing a "
1658 "number."
1659 msgstr ""
1660
1661-#. type: Title ###
1662-#: content/pages/basic.md:27
1663+#. !!T
1664+#: content/pages/basic.md:28
1665 #, no-wrap
1666 msgid "How do I check recently made/missed calls?"
1667 msgstr ""
1668
1669 #. type: Plain text
1670-#: content/pages/basic.md:28
1671+#: content/pages/basic.md:29
1672 msgid ""
1673 "Swiping up from the bottom edge of the dialer app reveals the recent call "
1674 "list. You can also filter the list to include only missed calls."
1675@@ -308,19 +296,19 @@
1676 #: content/pages/faq.md:6
1677 #, no-wrap
1678 msgid "[First day tasks]({filename}basic.md)"
1679-msgstr ""
1680+msgstr "[First day tasks]({filename}basic.es.md)"
1681
1682 #. type: Title ###
1683 #: content/pages/faq.md:7
1684 #, no-wrap
1685 msgid "[User Interface]({filename}ui.md)"
1686-msgstr "[Interfaz de usuario]({filename}ui.md)"
1687+msgstr "[Interfaz de usuario]({filename}ui.es.md)"
1688
1689 #. type: Title ###
1690 #: content/pages/faq.md:8
1691 #, no-wrap
1692 msgid "[Settings]({filename}settings.md)"
1693-msgstr "[Configuración]({filename}settings.md)"
1694+msgstr "[Configuración]({filename}settings.es.md)"
1695
1696 #. type: Title ###
1697 #: content/pages/faq.md:9
1698@@ -332,24 +320,19 @@
1699 #: content/pages/faq.md:10
1700 #, no-wrap
1701 msgid "[Apps]({filename}apps.md)"
1702-msgstr "[Aplicaciones]({filename}apps.md)"
1703+msgstr "[Aplicaciones]({filename}apps.es.md)"
1704
1705 #. type: Title ###
1706 #: content/pages/faq.md:11
1707 #, no-wrap
1708 msgid "[Scopes]({filename}scopes.md)"
1709-msgstr "[«Scopes»]({filename}scopes.md)"
1710+msgstr "[«Scopes»]({filename}scopes.es.md)"
1711
1712 #. type: Title ###
1713 #: content/pages/faq.md:12
1714 #, no-wrap
1715 msgid "[Security]({filename}security.md)"
1716-msgstr "[Seguridad]({filename}security.md)"
1717-
1718-#. type: Plain text
1719-#: content/pages/index.md:2
1720-msgid "Welcome to the Ubuntu Help App!"
1721-msgstr "Esta es la aplicación de ayuda de Ubuntu."
1722+msgstr "[Seguridad]({filename}security.es.md)"
1723
1724 #. type: Plain text
1725 #: content/pages/index.md:5
1726@@ -357,8 +340,8 @@
1727 "The world-wide Ubuntu community wants to give you the best possible "
1728 "experience on your Ubuntu device. This is why we collected:"
1729 msgstr ""
1730-"La comunidad mundial de Ubuntu quiere ofrecerle la mejor experiencia posible "
1731-"en su dispositivo con Ubuntu. Por ello hemos recopilado:"
1732+"La comunidad mundial de Ubuntu quiere ofrecerle la mejor experiencia posible"
1733+" en su dispositivo con Ubuntu. Por ello hemos recopilado:"
1734
1735 #. type: Bullet: ' * '
1736 #: content/pages/index.md:9
1737@@ -376,34 +359,19 @@
1738 msgstr ""
1739
1740 #. type: Plain text
1741-#: content/pages/index.md:10
1742-#, no-wrap
1743-msgid "[Take me to the FAQ!]({filename}faq.md) \n"
1744-msgstr ""
1745-
1746-#. type: Plain text
1747-#: content/pages/index.md:11
1748-#, no-wrap
1749-msgid "[Get in touch]({filename}get-in-touch.md) \n"
1750-msgstr ""
1751-
1752-#. type: Plain text
1753-#: content/pages/settings.md:2
1754-msgid "FAQ - Settings"
1755-msgstr "PP. FF. – Configuración"
1756-
1757-#. type: Plain text
1758 #: content/pages/settings.md:4
1759 #, no-wrap
1760 msgid "*How do I change my phone settings?*\n"
1761 msgstr "*¿Cómo modifico los ajustes del teléfono?*\n"
1762
1763 #. type: Plain text
1764-#: content/pages/settings.md:6
1765+#: content/pages/security.md:6 content/pages/basic.md:6
1766+#: content/pages/settings.md:6 content/pages/ui.md:6 content/pages/apps.md:7
1767+#: content/pages/scopes.md:6
1768 msgid "[TOC]"
1769-msgstr ""
1770+msgstr "[TOC]"
1771
1772-#. type: Title ###
1773+#. !!T
1774 #: content/pages/settings.md:7
1775 #, no-wrap
1776 msgid "How do I update my system?"
1777@@ -418,69 +386,62 @@
1778 "Select *Update*, and then click the check for updates button."
1779 msgstr ""
1780
1781-#. type: Title ###
1782+#. !!T
1783 #: content/pages/settings.md:10
1784 #, no-wrap
1785 msgid "How do I set the time / language?"
1786 msgstr ""
1787
1788-#. type: Plain text
1789-#: content/pages/settings.md:12
1790-msgid ""
1791-"Open the *System Settings* application. For the time, check out the *Time & "
1792-"Date* section. For language, select *Language & Text*."
1793-msgstr ""
1794-
1795-#. type: Title ###
1796-#: content/pages/settings.md:13
1797+#. !!T
1798+#: content/pages/settings.md:14
1799 #, no-wrap
1800 msgid "How can I change my wallpaper/background?"
1801 msgstr ""
1802
1803 #. type: Plain text
1804-#: content/pages/settings.md:15
1805+#: content/pages/settings.md:16
1806 msgid ""
1807 "Open the *System Settings* application. Select the *Background* option. "
1808 "Press the *Add Image* button and choice your image to set as a background."
1809 msgstr ""
1810
1811-#. type: Title ###
1812-#: content/pages/settings.md:16
1813+#. !!T
1814+#: content/pages/settings.md:17
1815 #, no-wrap
1816 msgid "How do I keep the screen on?"
1817 msgstr ""
1818
1819 #. type: Plain text
1820-#: content/pages/settings.md:18
1821+#: content/pages/settings.md:19
1822 msgid ""
1823 "Open the *System Settings* application, and select the *Security & Privacy* "
1824 "option. Select the *Lock Phone* option, and then *Lock when idle*. St"
1825 msgstr ""
1826
1827-#. type: Title ###
1828-#: content/pages/settings.md:19
1829+#. !!T
1830+#: content/pages/settings.md:20
1831 #, no-wrap
1832 msgid "How do I set up my accounts?"
1833 msgstr ""
1834
1835 #. type: Plain text
1836-#: content/pages/settings.md:21
1837+#: content/pages/settings.md:22
1838 msgid ""
1839-"You can set up some of your accounts from the scopes. Today scope allows you "
1840-"to configure your Google and Fitbit account, while the Pictures scope lets "
1841+"You can set up some of your accounts from the scopes. Today scope allows you"
1842+" to configure your Google and Fitbit account, while the Pictures scope lets "
1843 "you configure your flickr, Facebook and Instagram account. You can manage "
1844 "all your accounts (including social media, email, etc) from the *System "
1845 "Settings* app, under *Personal*, *Accounts*."
1846 msgstr ""
1847
1848-#. type: Title ###
1849-#: content/pages/settings.md:22
1850+#. !!T
1851+#: content/pages/settings.md:23
1852 #, no-wrap
1853 msgid "How do I configure my notifications?"
1854 msgstr ""
1855
1856 #. type: Plain text
1857-#: content/pages/settings.md:24
1858+#: content/pages/settings.md:25
1859 msgid ""
1860 "If you’re receiving too many notifications of your activity or want to "
1861 "change it for whatever reason, you can do so by going to the *System "
1862@@ -488,14 +449,14 @@
1863 "notifications from any application on your device."
1864 msgstr ""
1865
1866-#. type: Title ###
1867-#: content/pages/settings.md:25
1868+#. !!T
1869+#: content/pages/settings.md:26
1870 #, no-wrap
1871 msgid "How do I change the ringtone for calls and texts?"
1872 msgstr ""
1873
1874 #. type: Plain text
1875-#: content/pages/settings.md:26
1876+#: content/pages/settings.md:27
1877 msgid ""
1878 "You can change you ringtone for calls and texts to something new. Open the "
1879 "*System Settings* application, then select *Sound*. Under *Phone Calls* you "
1880@@ -504,11 +465,6 @@
1881 msgstr ""
1882
1883 #. type: Plain text
1884-#: content/pages/ui.md:2
1885-msgid "FAQ - User Interface"
1886-msgstr "PP. FF. – Interfaz de usuario"
1887-
1888-#. type: Plain text
1889 #: content/pages/ui.md:4
1890 #, no-wrap
1891 msgid ""
1892@@ -516,56 +472,56 @@
1893 "place!*\n"
1894 msgstr ""
1895
1896-#. type: Title ###
1897-#: content/pages/ui.md:6
1898+#. !!T
1899+#: content/pages/ui.md:7
1900 #, no-wrap
1901 msgid "What is the dash?"
1902 msgstr ""
1903
1904 #. type: Plain text
1905-#: content/pages/ui.md:8
1906+#: content/pages/ui.md:9
1907 msgid ""
1908-"The dash contains a list of applications installed on the device, along with "
1909-"presenting the scopes and store. The dash is the first thing you see when "
1910+"The dash contains a list of applications installed on the device, along with"
1911+" presenting the scopes and store. The dash is the first thing you see when "
1912 "booting the phone. You can switch to it again at any time by swiping left "
1913 "from the right screen edge."
1914 msgstr ""
1915
1916-#. type: Title ###
1917-#: content/pages/ui.md:9
1918+#. !!T
1919+#: content/pages/ui.md:10
1920 #, no-wrap
1921 msgid "What is the launcher?"
1922 msgstr ""
1923
1924 #. type: Plain text
1925-#: content/pages/ui.md:11
1926+#: content/pages/ui.md:12
1927 msgid ""
1928 "The launcher allows you to easily launch new applications. You can access "
1929 "the launcher at any time by swiping right from the left screen edge."
1930 msgstr ""
1931
1932-#. type: Title ###
1933-#: content/pages/ui.md:12
1934+#. !!T
1935+#: content/pages/ui.md:13
1936 #, no-wrap
1937 msgid "What are the indicators?"
1938 msgstr ""
1939
1940 #. type: Plain text
1941-#: content/pages/ui.md:14
1942+#: content/pages/ui.md:15
1943 msgid ""
1944-"Indicators convey quick useful information about your device, like the time, "
1945-"data connection, location, sound, and notifications. You can access the "
1946+"Indicators convey quick useful information about your device, like the time,"
1947+" data connection, location, sound, and notifications. You can access the "
1948 "indicators at any time by swiping down from the top screen edge."
1949 msgstr ""
1950
1951-#. type: Title ###
1952-#: content/pages/ui.md:15
1953+#. !!T
1954+#: content/pages/ui.md:16
1955 #, no-wrap
1956 msgid "How do I switch applications?"
1957 msgstr ""
1958
1959 #. type: Plain text
1960-#: content/pages/ui.md:18
1961+#: content/pages/ui.md:19
1962 msgid ""
1963 "To switch applications, slide your finger left from the right edge of the "
1964 "screen. If you slide quickly you will cycle through each application. "
1965@@ -574,57 +530,57 @@
1966 "dash."
1967 msgstr ""
1968
1969-#. type: Title ###
1970-#: content/pages/ui.md:19
1971+#. !!T
1972+#: content/pages/ui.md:20
1973 #, no-wrap
1974 msgid "How do I close applications?"
1975 msgstr ""
1976
1977 #. type: Plain text
1978-#: content/pages/ui.md:21
1979-msgid ""
1980-"To close an application, slide your finger *slowly* left from the right edge "
1981-"of the screen. An application switcher will appear. Place your finger on the "
1982-"application preview you wish to close and swipe up or down. The application "
1983-"will disappear."
1984-msgstr ""
1985-
1986-#. type: Title ###
1987 #: content/pages/ui.md:22
1988+msgid ""
1989+"To close an application, slide your finger *slowly* left from the right edge"
1990+" of the screen. An application switcher will appear. Place your finger on "
1991+"the application preview you wish to close and swipe up or down. The "
1992+"application will disappear."
1993+msgstr ""
1994+
1995+#. !!T
1996+#: content/pages/ui.md:23
1997 #, no-wrap
1998 msgid "How can I copy and paste?"
1999 msgstr ""
2000
2001 #. type: Plain text
2002-#: content/pages/ui.md:24
2003-msgid ""
2004-"For text that can be copied and pasted, press and hold the text in question. "
2005-"A menu will appear allowing you to cut, copy and paste."
2006-msgstr ""
2007-
2008-#. type: Title ###
2009 #: content/pages/ui.md:25
2010+msgid ""
2011+"For text that can be copied and pasted, press and hold the text in question."
2012+" A menu will appear allowing you to cut, copy and paste."
2013+msgstr ""
2014+
2015+#. !!T
2016+#: content/pages/ui.md:26
2017 #, no-wrap
2018 msgid ""
2019 "What are the small characters on the keyboard and how can I select them?"
2020 msgstr ""
2021
2022 #. type: Plain text
2023-#: content/pages/ui.md:27
2024+#: content/pages/ui.md:28
2025 msgid ""
2026 "Tapping and hold a character on the keyboard brings up a menu allowing you "
2027 "to select secondary characters. This allows you to select things like "
2028 "numbers and accented characters. Give it a try!"
2029 msgstr ""
2030
2031-#. type: Title ###
2032-#: content/pages/ui.md:28
2033+#. !!T
2034+#: content/pages/ui.md:29
2035 #, no-wrap
2036 msgid "The keyboard behaves funny. What can I do about it?"
2037 msgstr ""
2038
2039 #. type: Plain text
2040-#: content/pages/ui.md:30
2041+#: content/pages/ui.md:31
2042 msgid ""
2043 "From the Settings app, you can go to Keyboard and try unsetting the "
2044 "autocompletion feature, and/or the auto capitalize option. This way, you'll "
2045@@ -632,25 +588,20 @@
2046 "control of the input."
2047 msgstr ""
2048
2049-#. type: Title ###
2050-#: content/pages/ui.md:31
2051+#. !!T
2052+#: content/pages/ui.md:32
2053 #, no-wrap
2054 msgid "What is the round circle for? What does it show? Can I configure it?"
2055 msgstr ""
2056
2057 #. type: Plain text
2058-#: content/pages/ui.md:32
2059+#: content/pages/ui.md:33
2060 msgid ""
2061-"The round circle is the infographic. It hows you recent phone activity, like "
2062-"the number of messages received or the number of songs played."
2063+"The round circle is the infographic. It hows you recent phone activity, like"
2064+" the number of messages received or the number of songs played."
2065 msgstr ""
2066
2067 #. type: Plain text
2068-#: content/pages/apps.md:2
2069-msgid "FAQ - Apps"
2070-msgstr "PP. FF. – Aplicaciones"
2071-
2072-#. type: Plain text
2073 #: content/pages/apps.md:5
2074 #, no-wrap
2075 msgid ""
2076@@ -659,105 +610,105 @@
2077 msgstr ""
2078
2079 #. type: Title ##
2080-#: content/pages/apps.md:6
2081+#: content/pages/apps.md:21
2082 #, no-wrap
2083 msgid "Misc"
2084 msgstr ""
2085
2086-#. type: Title ###
2087-#: content/pages/apps.md:8
2088+#. !!T
2089+#: content/pages/apps.md:23
2090 #, no-wrap
2091 msgid "Do you have Spotify?"
2092 msgstr ""
2093
2094 #. type: Plain text
2095-#: content/pages/apps.md:11
2096+#: content/pages/apps.md:26
2097 msgid ""
2098 "If you have a Spotify premium account, just install 'CuteSpotify' "
2099 "([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."
2100 msgstr ""
2101
2102-#. type: Title ###
2103-#: content/pages/apps.md:12
2104+#. !!T
2105+#: content/pages/apps.md:27
2106 #, no-wrap
2107 msgid "Do you have Google Authenticator?"
2108 msgstr ""
2109
2110 #. type: Plain text
2111-#: content/pages/apps.md:14
2112+#: content/pages/apps.md:29
2113 msgid "Sure, install the 'Authenticator' app from the software store."
2114 msgstr ""
2115
2116 #. type: Title ##
2117-#: content/pages/apps.md:15
2118+#: content/pages/apps.md:30
2119 #, no-wrap
2120 msgid "Music"
2121 msgstr ""
2122
2123-#. type: Title ###
2124-#: content/pages/apps.md:17
2125+#. !!T
2126+#: content/pages/apps.md:32
2127 #, no-wrap
2128 msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"
2129 msgstr ""
2130
2131 #. type: Plain text
2132-#: content/pages/apps.md:19
2133+#: content/pages/apps.md:34
2134 msgid ""
2135 "You can add music in multiple ways. If you have pre-existing music files, "
2136-"simply connect your phone to your pc via the usb cable. Next, copy the music "
2137-"you wish to listen to to the *Music* folder. Your music will appear in the "
2138+"simply connect your phone to your pc via the usb cable. Next, copy the music"
2139+" you wish to listen to to the *Music* folder. Your music will appear in the "
2140 "music app. Alternatively, you can acquire music directly using the device "
2141 "via a scope, such as grooveshark or by downloading via the browser or "
2142 "another application."
2143 msgstr ""
2144
2145-#. type: Title ###
2146-#: content/pages/apps.md:20
2147+#. !!T
2148+#: content/pages/apps.md:35
2149 #, no-wrap
2150 msgid "What music formats are supported (flac, mp3 etc)?"
2151 msgstr ""
2152
2153 #. type: Plain text
2154-#: content/pages/apps.md:22
2155+#: content/pages/apps.md:37
2156 msgid "The music app supports ogg, flac and mp3 formats."
2157 msgstr ""
2158
2159 #. type: Title ##
2160-#: content/pages/apps.md:23
2161+#: content/pages/apps.md:38
2162 #, no-wrap
2163 msgid "Contacts"
2164 msgstr ""
2165
2166-#. type: Title ###
2167-#: content/pages/apps.md:25
2168+#. !!T
2169+#: content/pages/apps.md:40
2170 #, no-wrap
2171 msgid "How can I sync my Google contacts to my device?"
2172 msgstr ""
2173
2174 #. type: Plain text
2175-#: content/pages/apps.md:27
2176+#: content/pages/apps.md:42
2177 msgid ""
2178-"The first time you open the Contacts app you’ll be asked if you want to sync "
2179-"contacts with your Google account. If you have answered “no” but change your "
2180-"mind later, you can do so by going to the Today scope, and setting up your "
2181-"Google account there. After that you can sync your contacts (and, if you "
2182-"want, calendar events as well)."
2183+"The first time you open the Contacts app you’ll be asked if you want to sync"
2184+" contacts with your Google account. If you have answered “no” but change "
2185+"your mind later, you can do so by going to the Today scope, and setting up "
2186+"your Google account there. After that you can sync your contacts (and, if "
2187+"you want, calendar events as well)."
2188 msgstr ""
2189
2190 #. type: Title ##
2191-#: content/pages/apps.md:29
2192+#: content/pages/apps.md:44
2193 #, no-wrap
2194 msgid "Gallery"
2195 msgstr ""
2196
2197-#. type: Title ###
2198-#: content/pages/apps.md:31
2199+#. !!T
2200+#: content/pages/apps.md:46
2201 #, no-wrap
2202 msgid "How can I share photos?"
2203 msgstr ""
2204
2205 #. type: Plain text
2206-#: content/pages/apps.md:33
2207+#: content/pages/apps.md:48
2208 msgid ""
2209 "If you've just taken a picture, share it easily by swiping to the left from "
2210 "the right edge inside the camera app. Alternatively, use the gallery app to "
2211@@ -765,61 +716,61 @@
2212 "you wish to share your photo."
2213 msgstr ""
2214
2215-#. type: Title ###
2216-#: content/pages/apps.md:34
2217+#. !!T
2218+#: content/pages/apps.md:49
2219 #, no-wrap
2220 msgid "How can I share video?"
2221 msgstr ""
2222
2223 #. type: Plain text
2224-#: content/pages/apps.md:36
2225+#: content/pages/apps.md:51
2226 msgid ""
2227 "If you've just taken a video, share it easily by swiping to the left from "
2228 "the right edge inside the camera app. Alternatively, use the gallery app to "
2229-"find the video. Once loaded, select *Share* from the menu and choose how you "
2230-"wish to share your video."
2231+"find the video. Once loaded, select *Share* from the menu and choose how you"
2232+" wish to share your video."
2233 msgstr ""
2234
2235 #. type: Title ##
2236-#: content/pages/apps.md:38
2237+#: content/pages/apps.md:53
2238 #, no-wrap
2239 msgid "Camera"
2240 msgstr ""
2241
2242-#. type: Title ###
2243-#: content/pages/apps.md:40
2244+#. !!T
2245+#: content/pages/apps.md:55
2246 #, no-wrap
2247 msgid "How can I take a picture?"
2248 msgstr ""
2249
2250 #. type: Plain text
2251-#: content/pages/apps.md:42
2252+#: content/pages/apps.md:57
2253 msgid ""
2254 "Select the camera app from the launcher or app scope. Swipe up from the "
2255 "bottom edge of the phone for additional options. Enjoy taking your picture!"
2256 msgstr ""
2257
2258-#. type: Title ###
2259-#: content/pages/apps.md:43
2260+#. !!T
2261+#: content/pages/apps.md:58
2262 #, no-wrap
2263 msgid "How can I crop / rotate a picture?"
2264 msgstr ""
2265
2266 #. type: Plain text
2267-#: content/pages/apps.md:45
2268+#: content/pages/apps.md:60
2269 msgid ""
2270-"Use the gallery app to select your picture. Select the *Edit* button next to "
2271-"the menu. Inside you'll find options to crop and rotate your picture."
2272+"Use the gallery app to select your picture. Select the *Edit* button next to"
2273+" the menu. Inside you'll find options to crop and rotate your picture."
2274 msgstr ""
2275
2276-#. type: Title ###
2277-#: content/pages/apps.md:46
2278+#. !!T
2279+#: content/pages/apps.md:61
2280 #, no-wrap
2281 msgid "How can I take video?"
2282 msgstr ""
2283
2284 #. type: Plain text
2285-#: content/pages/apps.md:48
2286+#: content/pages/apps.md:63
2287 msgid ""
2288 "Select the camera app from the launcher or app scope. Select the video icon "
2289 "on the bottom of the screen. Swipe up from the bottom edge of the phone for "
2290@@ -827,19 +778,19 @@
2291 msgstr ""
2292
2293 #. type: Title ##
2294-#: content/pages/apps.md:49
2295+#: content/pages/apps.md:64
2296 #, no-wrap
2297 msgid "Clock"
2298 msgstr ""
2299
2300-#. type: Title ###
2301-#: content/pages/apps.md:51
2302+#. !!T
2303+#: content/pages/apps.md:66
2304 #, no-wrap
2305 msgid "How do I set an alarm?"
2306 msgstr ""
2307
2308 #. type: Plain text
2309-#: content/pages/apps.md:54
2310+#: content/pages/apps.md:69
2311 msgid ""
2312 "Alarms are handled by the clock app. To add a new alarm, launch the clock "
2313 "app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "
2314@@ -852,43 +803,43 @@
2315 msgstr ""
2316
2317 #. type: Title ##
2318-#: content/pages/apps.md:56
2319+#: content/pages/apps.md:71
2320 #, no-wrap
2321 msgid "HERE Maps"
2322 msgstr ""
2323
2324-#. type: Title ###
2325-#: content/pages/apps.md:58
2326+#. !!T
2327+#: content/pages/apps.md:73
2328 #, no-wrap
2329 msgid "How can I get directions?"
2330 msgstr ""
2331
2332 #. type: Plain text
2333-#: content/pages/apps.md:60
2334+#: content/pages/apps.md:75
2335 msgid ""
2336 "Load the HERE maps application from the app scope. Open the menu and select "
2337 "*Directions*. Enter your destination and tap the *Get Directions* button."
2338 msgstr ""
2339
2340-#. type: Title ###
2341-#: content/pages/apps.md:61
2342+#. !!T
2343+#: content/pages/apps.md:76
2344 #, no-wrap
2345 msgid "Can I navigate offline?"
2346 msgstr ""
2347
2348 #. type: Plain text
2349-#: content/pages/apps.md:63
2350+#: content/pages/apps.md:78
2351 msgid "Unfortunately navigation requires an active connection."
2352 msgstr ""
2353
2354-#. type: Title ###
2355-#: content/pages/apps.md:64
2356+#. !!T
2357+#: content/pages/apps.md:79
2358 #, no-wrap
2359 msgid "Can I view the map offline?"
2360 msgstr ""
2361
2362 #. type: Plain text
2363-#: content/pages/apps.md:65
2364+#: content/pages/apps.md:80
2365 msgid ""
2366 "Yes, although parts of the map may be missing and search is disabled while "
2367 "offline."
2368@@ -920,39 +871,34 @@
2369 msgstr ""
2370
2371 #. type: Plain text
2372-#: content/pages/scopes.md:2
2373-msgid "FAQ - Scopes"
2374-msgstr "PP. FF. – Scopes"
2375-
2376-#. type: Plain text
2377 #: content/pages/scopes.md:4
2378 #, no-wrap
2379 msgid "*Curious about scopes?*\n"
2380 msgstr ""
2381
2382-#. type: Title ###
2383-#: content/pages/scopes.md:6
2384+#. !!T
2385+#: content/pages/scopes.md:7
2386 #, no-wrap
2387 msgid "How do favorites work?"
2388 msgstr ""
2389
2390 #. type: Plain text
2391-#: content/pages/scopes.md:8
2392+#: content/pages/scopes.md:9
2393 msgid ""
2394 "Swipe up from the bottom edge of the dash to reveal a scopes manager. "
2395-"Favorite scopes you wish to appear on your dash by selecting them. Selecting "
2396-"them again will remove the favorite. All favorited scopes will appear on "
2397+"Favorite scopes you wish to appear on your dash by selecting them. Selecting"
2398+" them again will remove the favorite. All favorited scopes will appear on "
2399 "your dash."
2400 msgstr ""
2401
2402-#. type: Title ###
2403-#: content/pages/scopes.md:9
2404+#. !!T
2405+#: content/pages/scopes.md:10
2406 #, no-wrap
2407 msgid "How do I add new scopes?"
2408 msgstr ""
2409
2410 #. type: Plain text
2411-#: content/pages/scopes.md:11
2412+#: content/pages/scopes.md:12
2413 msgid ""
2414 "Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
2415 "can add new scopes by selecting from the list of non-favorites below your "
2416@@ -960,17 +906,110 @@
2417 "store button in the upper right to look for it in the ubuntu store."
2418 msgstr ""
2419
2420-#. type: Title ###
2421-#: content/pages/scopes.md:12
2422+#. !!T
2423+#: content/pages/scopes.md:13
2424 #, no-wrap
2425 msgid "How do I remove a scope?"
2426 msgstr ""
2427
2428 #. type: Plain text
2429-#: content/pages/scopes.md:13
2430+#: content/pages/scopes.md:14
2431 msgid ""
2432 "Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
2433 "can remove a scopes by selecting it from the list of your favorites. This "
2434 "will remove it from your dash. If you'd like to remove it completely, visit "
2435 "the scope page in the ubuntu store and select *Uninstall*."
2436 msgstr ""
2437+
2438+#. type: Plain text
2439+#: content/pages/security.md:2
2440+msgid "Security"
2441+msgstr ""
2442+
2443+#. type: Plain text
2444+#: content/pages/basic.md:2
2445+msgid "Basic tasks"
2446+msgstr ""
2447+
2448+#. type: Plain text
2449+#: content/pages/index.md:2
2450+msgid "Welcome"
2451+msgstr ""
2452+
2453+#. type: Plain text
2454+#: content/pages/index.md:11
2455+msgid ""
2456+"[Take me to the FAQ!]({filename}faq.md) [Get in touch]({filename}get-in-"
2457+"touch.md)"
2458+msgstr ""
2459+"[Take me to the FAQ!]({filename}faq.es.md) [Get in touch]({filename}get-in-"
2460+"touch.md)"
2461+
2462+#. type: Plain text
2463+#: content/pages/settings.md:2
2464+msgid "Settings"
2465+msgstr ""
2466+
2467+#. type: Plain text
2468+#: content/pages/settings.md:13
2469+msgid ""
2470+"Open the *System Settings* application. For the time, check out the *Time & "
2471+"Date* section. For language, select *Language & Text*. "
2472+"![Icon]({filename}/images/settings.gif)"
2473+msgstr ""
2474+
2475+#. type: Plain text
2476+#: content/pages/ui.md:2
2477+msgid "User Interface"
2478+msgstr ""
2479+
2480+#. type: Plain text
2481+#: content/pages/apps.md:2
2482+msgid "Apps"
2483+msgstr ""
2484+
2485+#. type: Title ##
2486+#: content/pages/apps.md:8
2487+#, no-wrap
2488+msgid "Store"
2489+msgstr ""
2490+
2491+#. type: Plain text
2492+#: content/pages/scopes.md:2
2493+msgid "Scopes"
2494+msgstr ""
2495+
2496+#~ msgid "FAQ - Security"
2497+#~ msgstr "PP. FF. – Seguridad"
2498+
2499+#~ msgid "FAQ - Store"
2500+#~ msgstr "PP. FF. – Tienda"
2501+
2502+#~ msgid "FAQ - Basic Tasks"
2503+#~ msgstr "PP. FF. – Tareas básicas"
2504+
2505+#~ msgid "Welcome to the Ubuntu Help App!"
2506+#~ msgstr "Esta es la aplicación de ayuda de Ubuntu."
2507+
2508+#~ msgid "[Take me to the FAQ!]({filename}faq.md) \n"
2509+#~ msgstr ""
2510+
2511+#~ msgid "[Get in touch]({filename}get-in-touch.md) \n"
2512+#~ msgstr ""
2513+
2514+#~ msgid "FAQ - Settings"
2515+#~ msgstr "PP. FF. – Configuración"
2516+
2517+#~ msgid ""
2518+#~ "Open the *System Settings* application. For the time, check out the *Time & "
2519+#~ "Date* section. For language, select *Language & Text*."
2520+#~ msgstr ""
2521+
2522+#~ msgid "FAQ - User Interface"
2523+#~ msgstr "PP. FF. – Interfaz de usuario"
2524+
2525+#~ msgid "FAQ - Apps"
2526+#~ msgstr "PP. FF. – Aplicaciones"
2527+
2528+#~ msgid "FAQ - Scopes"
2529+#~ msgstr "PP. FF. – Scopes"
2530
2531=== modified file 'edit-here/po/fr.po'
2532--- edit-here/po/fr.po 2015-03-17 15:12:34 +0000
2533+++ edit-here/po/fr.po 2015-03-18 16:12:17 +0000
2534@@ -2,7 +2,7 @@
2535 # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
2536 # This file is distributed under the same license as the ubuntu-devices-help package.
2537 # FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
2538-#
2539+#
2540 msgid ""
2541 msgstr ""
2542 "Project-Id-Version: ubuntu-devices-help\n"
2543@@ -14,13 +14,8 @@
2544 "MIME-Version: 1.0\n"
2545 "Content-Type: text/plain; charset=UTF-8\n"
2546 "Content-Transfer-Encoding: 8bit\n"
2547+"X-Generator: Launchpad (build 17389)\n"
2548 "X-Launchpad-Export-Date: 2015-03-11 05:50+0000\n"
2549-"X-Generator: Launchpad (build 17389)\n"
2550-
2551-#. type: Plain text
2552-#: content/pages/security.md:2
2553-msgid "FAQ - Security"
2554-msgstr ""
2555
2556 #. type: Plain text
2557 #: content/pages/security.md:4
2558@@ -28,14 +23,14 @@
2559 msgid "*Wondering how to make your phone more secure?*\n"
2560 msgstr ""
2561
2562-#. type: Title ###
2563-#: content/pages/security.md:6
2564+#. !!T
2565+#: content/pages/security.md:7
2566 #, no-wrap
2567 msgid "How do I lock the phone?"
2568 msgstr ""
2569
2570 #. type: Plain text
2571-#: content/pages/security.md:8
2572+#: content/pages/security.md:9
2573 msgid ""
2574 "Pressing the power button to turn off the phone will lock it. In addition, "
2575 "you can control how long your phone will stay unlocked when idle. You can "
2576@@ -43,69 +38,69 @@
2577 "& Privacy*, then *Phone Locking* to adjust the *Lock when idle* setting."
2578 msgstr ""
2579
2580-#. type: Title ###
2581-#: content/pages/security.md:9
2582+#. !!T
2583+#: content/pages/security.md:10
2584 #, no-wrap
2585 msgid "How do I unlock the phone?"
2586 msgstr ""
2587
2588 #. type: Plain text
2589-#: content/pages/security.md:11
2590+#: content/pages/security.md:12
2591 msgid ""
2592 "Swipe the screen to the left or right. Depending on what security you have "
2593 "enabled, you might be required to enter a pin or passcode."
2594 msgstr ""
2595
2596-#. type: Title ###
2597-#: content/pages/security.md:12
2598+#. !!T
2599+#: content/pages/security.md:13
2600 #, no-wrap
2601 msgid "How do I unlock the bootloader?"
2602 msgstr ""
2603
2604 #. type: Plain text
2605-#: content/pages/security.md:14
2606+#: content/pages/security.md:15
2607 msgid ""
2608 "If you are trying to flash a developer image or perform other developer "
2609 "related tasks, see the [developer site](http://developer.ubuntu.com/)"
2610 msgstr ""
2611
2612-#. type: Title ###
2613-#: content/pages/security.md:15
2614+#. !!T
2615+#: content/pages/security.md:16
2616 #, no-wrap
2617 msgid "How can I change my PIN/Passcode?"
2618 msgstr ""
2619
2620 #. type: Plain text
2621-#: content/pages/security.md:17
2622+#: content/pages/security.md:18
2623 msgid ""
2624 "You can find these setting under the *System Settings* application. Select "
2625 "*Security & Privacy* to adjust the *Lock when idle* setting."
2626 msgstr ""
2627
2628-#. type: Title ###
2629-#: content/pages/security.md:18
2630+#. !!T
2631+#: content/pages/security.md:19
2632 #, no-wrap
2633 msgid ""
2634-"Why do I have to type my PIN when using File Manager & Terminal (not default "
2635-"apps)?"
2636+"Why do I have to type my PIN when using File Manager & Terminal (not default"
2637+" apps)?"
2638 msgstr ""
2639
2640 #. type: Plain text
2641-#: content/pages/security.md:20
2642+#: content/pages/security.md:21
2643 msgid ""
2644 "Since these applications allow for invasive system changes, your "
2645 "pin/passcode is required. This is for your phone security."
2646 msgstr ""
2647
2648-#. type: Title ###
2649-#: content/pages/security.md:21
2650+#. !!T
2651+#: content/pages/security.md:22
2652 #, no-wrap
2653 msgid ""
2654 "How can I stop someone using the indicators when the phone is unlocked?"
2655 msgstr ""
2656
2657 #. type: Plain text
2658-#: content/pages/security.md:23
2659+#: content/pages/security.md:24
2660 msgid ""
2661 "You can find this setting under the *System Settings* application. Select "
2662 "*Security & Privacy*, then *Phone Locking* to adjust the *When locked, "
2663@@ -113,178 +108,171 @@
2664 "settings* option."
2665 msgstr ""
2666
2667-#. type: Title ###
2668-#: content/pages/security.md:24
2669+#. !!T
2670+#: content/pages/security.md:25
2671 #, no-wrap
2672 msgid "I forgot my passworde/security code. How can I unlock the phone?"
2673 msgstr ""
2674
2675 #. type: Plain text
2676-#: content/pages/security.md:25
2677+#: content/pages/security.md:26
2678 msgid "TBD"
2679 msgstr ""
2680
2681 #. type: Plain text
2682-#: content/pages/store.md:2
2683-msgid "FAQ - Store"
2684-msgstr ""
2685-
2686-#. type: Plain text
2687-#: content/pages/store.md:4
2688+#: content/pages/apps.md:11
2689 #, no-wrap
2690 msgid "*Curious about the application store?*\n"
2691 msgstr ""
2692
2693-#. type: Title ###
2694-#: content/pages/store.md:6
2695+#. !!T
2696+#: content/pages/apps.md:12
2697 #, no-wrap
2698 msgid "How do I find and install new applications?"
2699 msgstr ""
2700
2701 #. type: Plain text
2702-#: content/pages/store.md:8
2703+#: content/pages/apps.md:14
2704 msgid ""
2705 "From the Apps scope, you can either tap on the “search” icon on the right "
2706-"and start searching by name, or you can go all the way down in the scope and "
2707-"tap on the Ubuntu Store icon."
2708+"and start searching by name, or you can go all the way down in the scope and"
2709+" tap on the Ubuntu Store icon."
2710 msgstr ""
2711
2712-#. type: Title ###
2713-#: content/pages/store.md:9
2714+#. !!T
2715+#: content/pages/apps.md:15
2716 #, no-wrap
2717 msgid "How can I browse the app store from my PC?"
2718 msgstr ""
2719
2720 #. type: Plain text
2721-#: content/pages/store.md:11
2722+#: content/pages/apps.md:17
2723 msgid "At the moment, the app store is not able to be browsed from your pc."
2724 msgstr ""
2725
2726-#. type: Title ###
2727-#: content/pages/store.md:12
2728+#. !!T
2729+#: content/pages/apps.md:18
2730 #, no-wrap
2731 msgid "How do I remove applications?"
2732 msgstr ""
2733
2734 #. type: Plain text
2735-#: content/pages/store.md:13
2736+#: content/pages/apps.md:20
2737 msgid ""
2738 "Search for the application you wish to remove inside the store. Open it and "
2739 "press the *Uninstall* button to remove the application."
2740 msgstr ""
2741
2742 #. type: Plain text
2743-#: content/pages/basic.md:2
2744-msgid "FAQ - Basic Tasks"
2745-msgstr ""
2746-
2747-#. type: Plain text
2748 #: content/pages/basic.md:4
2749 #, no-wrap
2750 msgid "*If you are wondering how to perform basic tasks, look here.*\n"
2751 msgstr ""
2752
2753-#. type: Title ###
2754-#: content/pages/basic.md:6
2755+#. !!T
2756+#: content/pages/basic.md:7
2757 #, no-wrap
2758 msgid "How do I play music?"
2759 msgstr ""
2760
2761 #. type: Plain text
2762-#: content/pages/basic.md:8
2763-msgid ""
2764-"The music app let's you play music copied to the device. In addition, "
2765-"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play "
2766-"music."
2767-msgstr ""
2768-
2769-#. type: Title ###
2770 #: content/pages/basic.md:9
2771+msgid ""
2772+"The music app let's you play music copied to the device. In addition, "
2773+"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play"
2774+" music."
2775+msgstr ""
2776+"The music app let's you play music copied to the device. In addition, "
2777+"[scopes]({filename}scopes.fr.md) such as 7digital and Grooveshark can also "
2778+"play music."
2779+
2780+#. !!T
2781+#: content/pages/basic.md:10
2782 #, no-wrap
2783 msgid "How do I play videos?"
2784 msgstr ""
2785
2786 #. type: Plain text
2787-#: content/pages/basic.md:11
2788-msgid ""
2789-"The media player application will play videos copied to the device. You will "
2790-"also find applications like youtube that give you streaming options."
2791-msgstr ""
2792-
2793-#. type: Title ###
2794 #: content/pages/basic.md:12
2795+msgid ""
2796+"The media player application will play videos copied to the device. You will"
2797+" also find applications like youtube that give you streaming options."
2798+msgstr ""
2799+
2800+#. !!T
2801+#: content/pages/basic.md:13
2802 #, no-wrap
2803 msgid "How do I take photos?"
2804 msgstr ""
2805
2806 #. type: Plain text
2807-#: content/pages/basic.md:14
2808+#: content/pages/basic.md:15
2809 msgid ""
2810 "The included camera application allows you to take photos. If your device "
2811 "has both a front and rear camera, you can toggle which camera to use."
2812 msgstr ""
2813
2814-#. type: Title ###
2815-#: content/pages/basic.md:15
2816+#. !!T
2817+#: content/pages/basic.md:16
2818 #, no-wrap
2819 msgid "How do I record videos?"
2820 msgstr ""
2821
2822 #. type: Plain text
2823-#: content/pages/basic.md:17
2824+#: content/pages/basic.md:18
2825 msgid ""
2826 "The included camera application allows you to take videos. If your device "
2827 "has both a front and rear camera, you can toggle which camera to use."
2828 msgstr ""
2829
2830-#. type: Title ###
2831-#: content/pages/basic.md:18
2832+#. !!T
2833+#: content/pages/basic.md:19
2834 #, no-wrap
2835 msgid "How do I see pictures I’ve taken?"
2836 msgstr ""
2837
2838 #. type: Plain text
2839-#: content/pages/basic.md:20
2840+#: content/pages/basic.md:21
2841 msgid ""
2842-"If you've just taken a picture, you can see it easily by swiping to the left "
2843-"from the right edge inside the camera app. Alternatively, use the gallery "
2844+"If you've just taken a picture, you can see it easily by swiping to the left"
2845+" from the right edge inside the camera app. Alternatively, use the gallery "
2846 "app to find the picture."
2847 msgstr ""
2848
2849-#. type: Title ###
2850-#: content/pages/basic.md:21
2851+#. !!T
2852+#: content/pages/basic.md:22
2853 #, no-wrap
2854 msgid "How can I send a text?"
2855 msgstr ""
2856
2857 #. type: Plain text
2858-#: content/pages/basic.md:23
2859+#: content/pages/basic.md:24
2860 msgid ""
2861 "The default messaging application allows you to send sms as well as mms "
2862 "messages."
2863 msgstr ""
2864
2865-#. type: Title ###
2866-#: content/pages/basic.md:24
2867+#. !!T
2868+#: content/pages/basic.md:25
2869 #, no-wrap
2870 msgid "How do I make a call?"
2871 msgstr ""
2872
2873 #. type: Plain text
2874-#: content/pages/basic.md:26
2875+#: content/pages/basic.md:27
2876 msgid ""
2877 "The default dialer app lets you make calls using a contact or by dialing a "
2878 "number."
2879 msgstr ""
2880
2881-#. type: Title ###
2882-#: content/pages/basic.md:27
2883+#. !!T
2884+#: content/pages/basic.md:28
2885 #, no-wrap
2886 msgid "How do I check recently made/missed calls?"
2887 msgstr ""
2888
2889 #. type: Plain text
2890-#: content/pages/basic.md:28
2891+#: content/pages/basic.md:29
2892 msgid ""
2893 "Swiping up from the bottom edge of the dialer app reveals the recent call "
2894 "list. You can also filter the list to include only missed calls."
2895@@ -306,19 +294,19 @@
2896 #: content/pages/faq.md:6
2897 #, no-wrap
2898 msgid "[First day tasks]({filename}basic.md)"
2899-msgstr ""
2900+msgstr "[First day tasks]({filename}basic.fr.md)"
2901
2902 #. type: Title ###
2903 #: content/pages/faq.md:7
2904 #, no-wrap
2905 msgid "[User Interface]({filename}ui.md)"
2906-msgstr ""
2907+msgstr "[User Interface]({filename}ui.fr.md)"
2908
2909 #. type: Title ###
2910 #: content/pages/faq.md:8
2911 #, no-wrap
2912 msgid "[Settings]({filename}settings.md)"
2913-msgstr ""
2914+msgstr "[Settings]({filename}settings.fr.md)"
2915
2916 #. type: Title ###
2917 #: content/pages/faq.md:9
2918@@ -330,24 +318,19 @@
2919 #: content/pages/faq.md:10
2920 #, no-wrap
2921 msgid "[Apps]({filename}apps.md)"
2922-msgstr ""
2923+msgstr "[Apps]({filename}apps.fr.md)"
2924
2925 #. type: Title ###
2926 #: content/pages/faq.md:11
2927 #, no-wrap
2928 msgid "[Scopes]({filename}scopes.md)"
2929-msgstr ""
2930+msgstr "[Scopes]({filename}scopes.fr.md)"
2931
2932 #. type: Title ###
2933 #: content/pages/faq.md:12
2934 #, no-wrap
2935 msgid "[Security]({filename}security.md)"
2936-msgstr ""
2937-
2938-#. type: Plain text
2939-#: content/pages/index.md:2
2940-msgid "Welcome to the Ubuntu Help App!"
2941-msgstr ""
2942+msgstr "[Security]({filename}security.fr.md)"
2943
2944 #. type: Plain text
2945 #: content/pages/index.md:5
2946@@ -372,34 +355,19 @@
2947 msgstr ""
2948
2949 #. type: Plain text
2950-#: content/pages/index.md:10
2951-#, no-wrap
2952-msgid "[Take me to the FAQ!]({filename}faq.md) \n"
2953-msgstr ""
2954-
2955-#. type: Plain text
2956-#: content/pages/index.md:11
2957-#, no-wrap
2958-msgid "[Get in touch]({filename}get-in-touch.md) \n"
2959-msgstr ""
2960-
2961-#. type: Plain text
2962-#: content/pages/settings.md:2
2963-msgid "FAQ - Settings"
2964-msgstr ""
2965-
2966-#. type: Plain text
2967 #: content/pages/settings.md:4
2968 #, no-wrap
2969 msgid "*How do I change my phone settings?*\n"
2970 msgstr ""
2971
2972 #. type: Plain text
2973-#: content/pages/settings.md:6
2974+#: content/pages/security.md:6 content/pages/basic.md:6
2975+#: content/pages/settings.md:6 content/pages/ui.md:6 content/pages/apps.md:7
2976+#: content/pages/scopes.md:6
2977 msgid "[TOC]"
2978-msgstr ""
2979+msgstr "[TOC]"
2980
2981-#. type: Title ###
2982+#. !!T
2983 #: content/pages/settings.md:7
2984 #, no-wrap
2985 msgid "How do I update my system?"
2986@@ -414,69 +382,62 @@
2987 "Select *Update*, and then click the check for updates button."
2988 msgstr ""
2989
2990-#. type: Title ###
2991+#. !!T
2992 #: content/pages/settings.md:10
2993 #, no-wrap
2994 msgid "How do I set the time / language?"
2995 msgstr ""
2996
2997-#. type: Plain text
2998-#: content/pages/settings.md:12
2999-msgid ""
3000-"Open the *System Settings* application. For the time, check out the *Time & "
3001-"Date* section. For language, select *Language & Text*."
3002-msgstr ""
3003-
3004-#. type: Title ###
3005-#: content/pages/settings.md:13
3006+#. !!T
3007+#: content/pages/settings.md:14
3008 #, no-wrap
3009 msgid "How can I change my wallpaper/background?"
3010 msgstr ""
3011
3012 #. type: Plain text
3013-#: content/pages/settings.md:15
3014+#: content/pages/settings.md:16
3015 msgid ""
3016 "Open the *System Settings* application. Select the *Background* option. "
3017 "Press the *Add Image* button and choice your image to set as a background."
3018 msgstr ""
3019
3020-#. type: Title ###
3021-#: content/pages/settings.md:16
3022+#. !!T
3023+#: content/pages/settings.md:17
3024 #, no-wrap
3025 msgid "How do I keep the screen on?"
3026 msgstr ""
3027
3028 #. type: Plain text
3029-#: content/pages/settings.md:18
3030+#: content/pages/settings.md:19
3031 msgid ""
3032 "Open the *System Settings* application, and select the *Security & Privacy* "
3033 "option. Select the *Lock Phone* option, and then *Lock when idle*. St"
3034 msgstr ""
3035
3036-#. type: Title ###
3037-#: content/pages/settings.md:19
3038+#. !!T
3039+#: content/pages/settings.md:20
3040 #, no-wrap
3041 msgid "How do I set up my accounts?"
3042 msgstr ""
3043
3044 #. type: Plain text
3045-#: content/pages/settings.md:21
3046+#: content/pages/settings.md:22
3047 msgid ""
3048-"You can set up some of your accounts from the scopes. Today scope allows you "
3049-"to configure your Google and Fitbit account, while the Pictures scope lets "
3050+"You can set up some of your accounts from the scopes. Today scope allows you"
3051+" to configure your Google and Fitbit account, while the Pictures scope lets "
3052 "you configure your flickr, Facebook and Instagram account. You can manage "
3053 "all your accounts (including social media, email, etc) from the *System "
3054 "Settings* app, under *Personal*, *Accounts*."
3055 msgstr ""
3056
3057-#. type: Title ###
3058-#: content/pages/settings.md:22
3059+#. !!T
3060+#: content/pages/settings.md:23
3061 #, no-wrap
3062 msgid "How do I configure my notifications?"
3063 msgstr ""
3064
3065 #. type: Plain text
3066-#: content/pages/settings.md:24
3067+#: content/pages/settings.md:25
3068 msgid ""
3069 "If you’re receiving too many notifications of your activity or want to "
3070 "change it for whatever reason, you can do so by going to the *System "
3071@@ -484,14 +445,14 @@
3072 "notifications from any application on your device."
3073 msgstr ""
3074
3075-#. type: Title ###
3076-#: content/pages/settings.md:25
3077+#. !!T
3078+#: content/pages/settings.md:26
3079 #, no-wrap
3080 msgid "How do I change the ringtone for calls and texts?"
3081 msgstr ""
3082
3083 #. type: Plain text
3084-#: content/pages/settings.md:26
3085+#: content/pages/settings.md:27
3086 msgid ""
3087 "You can change you ringtone for calls and texts to something new. Open the "
3088 "*System Settings* application, then select *Sound*. Under *Phone Calls* you "
3089@@ -500,11 +461,6 @@
3090 msgstr ""
3091
3092 #. type: Plain text
3093-#: content/pages/ui.md:2
3094-msgid "FAQ - User Interface"
3095-msgstr ""
3096-
3097-#. type: Plain text
3098 #: content/pages/ui.md:4
3099 #, no-wrap
3100 msgid ""
3101@@ -512,56 +468,56 @@
3102 "place!*\n"
3103 msgstr ""
3104
3105-#. type: Title ###
3106-#: content/pages/ui.md:6
3107+#. !!T
3108+#: content/pages/ui.md:7
3109 #, no-wrap
3110 msgid "What is the dash?"
3111 msgstr ""
3112
3113 #. type: Plain text
3114-#: content/pages/ui.md:8
3115+#: content/pages/ui.md:9
3116 msgid ""
3117-"The dash contains a list of applications installed on the device, along with "
3118-"presenting the scopes and store. The dash is the first thing you see when "
3119+"The dash contains a list of applications installed on the device, along with"
3120+" presenting the scopes and store. The dash is the first thing you see when "
3121 "booting the phone. You can switch to it again at any time by swiping left "
3122 "from the right screen edge."
3123 msgstr ""
3124
3125-#. type: Title ###
3126-#: content/pages/ui.md:9
3127+#. !!T
3128+#: content/pages/ui.md:10
3129 #, no-wrap
3130 msgid "What is the launcher?"
3131 msgstr ""
3132
3133 #. type: Plain text
3134-#: content/pages/ui.md:11
3135+#: content/pages/ui.md:12
3136 msgid ""
3137 "The launcher allows you to easily launch new applications. You can access "
3138 "the launcher at any time by swiping right from the left screen edge."
3139 msgstr ""
3140
3141-#. type: Title ###
3142-#: content/pages/ui.md:12
3143+#. !!T
3144+#: content/pages/ui.md:13
3145 #, no-wrap
3146 msgid "What are the indicators?"
3147 msgstr ""
3148
3149 #. type: Plain text
3150-#: content/pages/ui.md:14
3151+#: content/pages/ui.md:15
3152 msgid ""
3153-"Indicators convey quick useful information about your device, like the time, "
3154-"data connection, location, sound, and notifications. You can access the "
3155+"Indicators convey quick useful information about your device, like the time,"
3156+" data connection, location, sound, and notifications. You can access the "
3157 "indicators at any time by swiping down from the top screen edge."
3158 msgstr ""
3159
3160-#. type: Title ###
3161-#: content/pages/ui.md:15
3162+#. !!T
3163+#: content/pages/ui.md:16
3164 #, no-wrap
3165 msgid "How do I switch applications?"
3166 msgstr ""
3167
3168 #. type: Plain text
3169-#: content/pages/ui.md:18
3170+#: content/pages/ui.md:19
3171 msgid ""
3172 "To switch applications, slide your finger left from the right edge of the "
3173 "screen. If you slide quickly you will cycle through each application. "
3174@@ -570,57 +526,57 @@
3175 "dash."
3176 msgstr ""
3177
3178-#. type: Title ###
3179-#: content/pages/ui.md:19
3180+#. !!T
3181+#: content/pages/ui.md:20
3182 #, no-wrap
3183 msgid "How do I close applications?"
3184 msgstr ""
3185
3186 #. type: Plain text
3187-#: content/pages/ui.md:21
3188-msgid ""
3189-"To close an application, slide your finger *slowly* left from the right edge "
3190-"of the screen. An application switcher will appear. Place your finger on the "
3191-"application preview you wish to close and swipe up or down. The application "
3192-"will disappear."
3193-msgstr ""
3194-
3195-#. type: Title ###
3196 #: content/pages/ui.md:22
3197+msgid ""
3198+"To close an application, slide your finger *slowly* left from the right edge"
3199+" of the screen. An application switcher will appear. Place your finger on "
3200+"the application preview you wish to close and swipe up or down. The "
3201+"application will disappear."
3202+msgstr ""
3203+
3204+#. !!T
3205+#: content/pages/ui.md:23
3206 #, no-wrap
3207 msgid "How can I copy and paste?"
3208 msgstr ""
3209
3210 #. type: Plain text
3211-#: content/pages/ui.md:24
3212-msgid ""
3213-"For text that can be copied and pasted, press and hold the text in question. "
3214-"A menu will appear allowing you to cut, copy and paste."
3215-msgstr ""
3216-
3217-#. type: Title ###
3218 #: content/pages/ui.md:25
3219+msgid ""
3220+"For text that can be copied and pasted, press and hold the text in question."
3221+" A menu will appear allowing you to cut, copy and paste."
3222+msgstr ""
3223+
3224+#. !!T
3225+#: content/pages/ui.md:26
3226 #, no-wrap
3227 msgid ""
3228 "What are the small characters on the keyboard and how can I select them?"
3229 msgstr ""
3230
3231 #. type: Plain text
3232-#: content/pages/ui.md:27
3233+#: content/pages/ui.md:28
3234 msgid ""
3235 "Tapping and hold a character on the keyboard brings up a menu allowing you "
3236 "to select secondary characters. This allows you to select things like "
3237 "numbers and accented characters. Give it a try!"
3238 msgstr ""
3239
3240-#. type: Title ###
3241-#: content/pages/ui.md:28
3242+#. !!T
3243+#: content/pages/ui.md:29
3244 #, no-wrap
3245 msgid "The keyboard behaves funny. What can I do about it?"
3246 msgstr ""
3247
3248 #. type: Plain text
3249-#: content/pages/ui.md:30
3250+#: content/pages/ui.md:31
3251 msgid ""
3252 "From the Settings app, you can go to Keyboard and try unsetting the "
3253 "autocompletion feature, and/or the auto capitalize option. This way, you'll "
3254@@ -628,22 +584,17 @@
3255 "control of the input."
3256 msgstr ""
3257
3258-#. type: Title ###
3259-#: content/pages/ui.md:31
3260+#. !!T
3261+#: content/pages/ui.md:32
3262 #, no-wrap
3263 msgid "What is the round circle for? What does it show? Can I configure it?"
3264 msgstr ""
3265
3266 #. type: Plain text
3267-#: content/pages/ui.md:32
3268+#: content/pages/ui.md:33
3269 msgid ""
3270-"The round circle is the infographic. It hows you recent phone activity, like "
3271-"the number of messages received or the number of songs played."
3272-msgstr ""
3273-
3274-#. type: Plain text
3275-#: content/pages/apps.md:2
3276-msgid "FAQ - Apps"
3277+"The round circle is the infographic. It hows you recent phone activity, like"
3278+" the number of messages received or the number of songs played."
3279 msgstr ""
3280
3281 #. type: Plain text
3282@@ -655,105 +606,105 @@
3283 msgstr ""
3284
3285 #. type: Title ##
3286-#: content/pages/apps.md:6
3287+#: content/pages/apps.md:21
3288 #, no-wrap
3289 msgid "Misc"
3290 msgstr ""
3291
3292-#. type: Title ###
3293-#: content/pages/apps.md:8
3294+#. !!T
3295+#: content/pages/apps.md:23
3296 #, no-wrap
3297 msgid "Do you have Spotify?"
3298 msgstr ""
3299
3300 #. type: Plain text
3301-#: content/pages/apps.md:11
3302+#: content/pages/apps.md:26
3303 msgid ""
3304 "If you have a Spotify premium account, just install 'CuteSpotify' "
3305 "([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."
3306 msgstr ""
3307
3308-#. type: Title ###
3309-#: content/pages/apps.md:12
3310+#. !!T
3311+#: content/pages/apps.md:27
3312 #, no-wrap
3313 msgid "Do you have Google Authenticator?"
3314 msgstr ""
3315
3316 #. type: Plain text
3317-#: content/pages/apps.md:14
3318+#: content/pages/apps.md:29
3319 msgid "Sure, install the 'Authenticator' app from the software store."
3320 msgstr ""
3321
3322 #. type: Title ##
3323-#: content/pages/apps.md:15
3324+#: content/pages/apps.md:30
3325 #, no-wrap
3326 msgid "Music"
3327 msgstr ""
3328
3329-#. type: Title ###
3330-#: content/pages/apps.md:17
3331+#. !!T
3332+#: content/pages/apps.md:32
3333 #, no-wrap
3334 msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"
3335 msgstr ""
3336
3337 #. type: Plain text
3338-#: content/pages/apps.md:19
3339+#: content/pages/apps.md:34
3340 msgid ""
3341 "You can add music in multiple ways. If you have pre-existing music files, "
3342-"simply connect your phone to your pc via the usb cable. Next, copy the music "
3343-"you wish to listen to to the *Music* folder. Your music will appear in the "
3344+"simply connect your phone to your pc via the usb cable. Next, copy the music"
3345+" you wish to listen to to the *Music* folder. Your music will appear in the "
3346 "music app. Alternatively, you can acquire music directly using the device "
3347 "via a scope, such as grooveshark or by downloading via the browser or "
3348 "another application."
3349 msgstr ""
3350
3351-#. type: Title ###
3352-#: content/pages/apps.md:20
3353+#. !!T
3354+#: content/pages/apps.md:35
3355 #, no-wrap
3356 msgid "What music formats are supported (flac, mp3 etc)?"
3357 msgstr ""
3358
3359 #. type: Plain text
3360-#: content/pages/apps.md:22
3361+#: content/pages/apps.md:37
3362 msgid "The music app supports ogg, flac and mp3 formats."
3363 msgstr ""
3364
3365 #. type: Title ##
3366-#: content/pages/apps.md:23
3367+#: content/pages/apps.md:38
3368 #, no-wrap
3369 msgid "Contacts"
3370 msgstr ""
3371
3372-#. type: Title ###
3373-#: content/pages/apps.md:25
3374+#. !!T
3375+#: content/pages/apps.md:40
3376 #, no-wrap
3377 msgid "How can I sync my Google contacts to my device?"
3378 msgstr ""
3379
3380 #. type: Plain text
3381-#: content/pages/apps.md:27
3382+#: content/pages/apps.md:42
3383 msgid ""
3384-"The first time you open the Contacts app you’ll be asked if you want to sync "
3385-"contacts with your Google account. If you have answered “no” but change your "
3386-"mind later, you can do so by going to the Today scope, and setting up your "
3387-"Google account there. After that you can sync your contacts (and, if you "
3388-"want, calendar events as well)."
3389+"The first time you open the Contacts app you’ll be asked if you want to sync"
3390+" contacts with your Google account. If you have answered “no” but change "
3391+"your mind later, you can do so by going to the Today scope, and setting up "
3392+"your Google account there. After that you can sync your contacts (and, if "
3393+"you want, calendar events as well)."
3394 msgstr ""
3395
3396 #. type: Title ##
3397-#: content/pages/apps.md:29
3398+#: content/pages/apps.md:44
3399 #, no-wrap
3400 msgid "Gallery"
3401 msgstr ""
3402
3403-#. type: Title ###
3404-#: content/pages/apps.md:31
3405+#. !!T
3406+#: content/pages/apps.md:46
3407 #, no-wrap
3408 msgid "How can I share photos?"
3409 msgstr ""
3410
3411 #. type: Plain text
3412-#: content/pages/apps.md:33
3413+#: content/pages/apps.md:48
3414 msgid ""
3415 "If you've just taken a picture, share it easily by swiping to the left from "
3416 "the right edge inside the camera app. Alternatively, use the gallery app to "
3417@@ -761,61 +712,61 @@
3418 "you wish to share your photo."
3419 msgstr ""
3420
3421-#. type: Title ###
3422-#: content/pages/apps.md:34
3423+#. !!T
3424+#: content/pages/apps.md:49
3425 #, no-wrap
3426 msgid "How can I share video?"
3427 msgstr ""
3428
3429 #. type: Plain text
3430-#: content/pages/apps.md:36
3431+#: content/pages/apps.md:51
3432 msgid ""
3433 "If you've just taken a video, share it easily by swiping to the left from "
3434 "the right edge inside the camera app. Alternatively, use the gallery app to "
3435-"find the video. Once loaded, select *Share* from the menu and choose how you "
3436-"wish to share your video."
3437+"find the video. Once loaded, select *Share* from the menu and choose how you"
3438+" wish to share your video."
3439 msgstr ""
3440
3441 #. type: Title ##
3442-#: content/pages/apps.md:38
3443+#: content/pages/apps.md:53
3444 #, no-wrap
3445 msgid "Camera"
3446 msgstr ""
3447
3448-#. type: Title ###
3449-#: content/pages/apps.md:40
3450+#. !!T
3451+#: content/pages/apps.md:55
3452 #, no-wrap
3453 msgid "How can I take a picture?"
3454 msgstr ""
3455
3456 #. type: Plain text
3457-#: content/pages/apps.md:42
3458+#: content/pages/apps.md:57
3459 msgid ""
3460 "Select the camera app from the launcher or app scope. Swipe up from the "
3461 "bottom edge of the phone for additional options. Enjoy taking your picture!"
3462 msgstr ""
3463
3464-#. type: Title ###
3465-#: content/pages/apps.md:43
3466+#. !!T
3467+#: content/pages/apps.md:58
3468 #, no-wrap
3469 msgid "How can I crop / rotate a picture?"
3470 msgstr ""
3471
3472 #. type: Plain text
3473-#: content/pages/apps.md:45
3474+#: content/pages/apps.md:60
3475 msgid ""
3476-"Use the gallery app to select your picture. Select the *Edit* button next to "
3477-"the menu. Inside you'll find options to crop and rotate your picture."
3478+"Use the gallery app to select your picture. Select the *Edit* button next to"
3479+" the menu. Inside you'll find options to crop and rotate your picture."
3480 msgstr ""
3481
3482-#. type: Title ###
3483-#: content/pages/apps.md:46
3484+#. !!T
3485+#: content/pages/apps.md:61
3486 #, no-wrap
3487 msgid "How can I take video?"
3488 msgstr ""
3489
3490 #. type: Plain text
3491-#: content/pages/apps.md:48
3492+#: content/pages/apps.md:63
3493 msgid ""
3494 "Select the camera app from the launcher or app scope. Select the video icon "
3495 "on the bottom of the screen. Swipe up from the bottom edge of the phone for "
3496@@ -823,19 +774,19 @@
3497 msgstr ""
3498
3499 #. type: Title ##
3500-#: content/pages/apps.md:49
3501+#: content/pages/apps.md:64
3502 #, no-wrap
3503 msgid "Clock"
3504 msgstr ""
3505
3506-#. type: Title ###
3507-#: content/pages/apps.md:51
3508+#. !!T
3509+#: content/pages/apps.md:66
3510 #, no-wrap
3511 msgid "How do I set an alarm?"
3512 msgstr ""
3513
3514 #. type: Plain text
3515-#: content/pages/apps.md:54
3516+#: content/pages/apps.md:69
3517 msgid ""
3518 "Alarms are handled by the clock app. To add a new alarm, launch the clock "
3519 "app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "
3520@@ -848,43 +799,43 @@
3521 msgstr ""
3522
3523 #. type: Title ##
3524-#: content/pages/apps.md:56
3525+#: content/pages/apps.md:71
3526 #, no-wrap
3527 msgid "HERE Maps"
3528 msgstr ""
3529
3530-#. type: Title ###
3531-#: content/pages/apps.md:58
3532+#. !!T
3533+#: content/pages/apps.md:73
3534 #, no-wrap
3535 msgid "How can I get directions?"
3536 msgstr ""
3537
3538 #. type: Plain text
3539-#: content/pages/apps.md:60
3540+#: content/pages/apps.md:75
3541 msgid ""
3542 "Load the HERE maps application from the app scope. Open the menu and select "
3543 "*Directions*. Enter your destination and tap the *Get Directions* button."
3544 msgstr ""
3545
3546-#. type: Title ###
3547-#: content/pages/apps.md:61
3548+#. !!T
3549+#: content/pages/apps.md:76
3550 #, no-wrap
3551 msgid "Can I navigate offline?"
3552 msgstr ""
3553
3554 #. type: Plain text
3555-#: content/pages/apps.md:63
3556+#: content/pages/apps.md:78
3557 msgid "Unfortunately navigation requires an active connection."
3558 msgstr ""
3559
3560-#. type: Title ###
3561-#: content/pages/apps.md:64
3562+#. !!T
3563+#: content/pages/apps.md:79
3564 #, no-wrap
3565 msgid "Can I view the map offline?"
3566 msgstr ""
3567
3568 #. type: Plain text
3569-#: content/pages/apps.md:65
3570+#: content/pages/apps.md:80
3571 msgid ""
3572 "Yes, although parts of the map may be missing and search is disabled while "
3573 "offline."
3574@@ -916,39 +867,34 @@
3575 msgstr ""
3576
3577 #. type: Plain text
3578-#: content/pages/scopes.md:2
3579-msgid "FAQ - Scopes"
3580-msgstr ""
3581-
3582-#. type: Plain text
3583 #: content/pages/scopes.md:4
3584 #, no-wrap
3585 msgid "*Curious about scopes?*\n"
3586 msgstr ""
3587
3588-#. type: Title ###
3589-#: content/pages/scopes.md:6
3590+#. !!T
3591+#: content/pages/scopes.md:7
3592 #, no-wrap
3593 msgid "How do favorites work?"
3594 msgstr ""
3595
3596 #. type: Plain text
3597-#: content/pages/scopes.md:8
3598+#: content/pages/scopes.md:9
3599 msgid ""
3600 "Swipe up from the bottom edge of the dash to reveal a scopes manager. "
3601-"Favorite scopes you wish to appear on your dash by selecting them. Selecting "
3602-"them again will remove the favorite. All favorited scopes will appear on "
3603+"Favorite scopes you wish to appear on your dash by selecting them. Selecting"
3604+" them again will remove the favorite. All favorited scopes will appear on "
3605 "your dash."
3606 msgstr ""
3607
3608-#. type: Title ###
3609-#: content/pages/scopes.md:9
3610+#. !!T
3611+#: content/pages/scopes.md:10
3612 #, no-wrap
3613 msgid "How do I add new scopes?"
3614 msgstr ""
3615
3616 #. type: Plain text
3617-#: content/pages/scopes.md:11
3618+#: content/pages/scopes.md:12
3619 msgid ""
3620 "Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
3621 "can add new scopes by selecting from the list of non-favorites below your "
3622@@ -956,17 +902,110 @@
3623 "store button in the upper right to look for it in the ubuntu store."
3624 msgstr ""
3625
3626-#. type: Title ###
3627-#: content/pages/scopes.md:12
3628+#. !!T
3629+#: content/pages/scopes.md:13
3630 #, no-wrap
3631 msgid "How do I remove a scope?"
3632 msgstr ""
3633
3634 #. type: Plain text
3635-#: content/pages/scopes.md:13
3636+#: content/pages/scopes.md:14
3637 msgid ""
3638 "Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
3639 "can remove a scopes by selecting it from the list of your favorites. This "
3640 "will remove it from your dash. If you'd like to remove it completely, visit "
3641 "the scope page in the ubuntu store and select *Uninstall*."
3642 msgstr ""
3643+
3644+#. type: Plain text
3645+#: content/pages/security.md:2
3646+msgid "Security"
3647+msgstr ""
3648+
3649+#. type: Plain text
3650+#: content/pages/basic.md:2
3651+msgid "Basic tasks"
3652+msgstr ""
3653+
3654+#. type: Plain text
3655+#: content/pages/index.md:2
3656+msgid "Welcome"
3657+msgstr ""
3658+
3659+#. type: Plain text
3660+#: content/pages/index.md:11
3661+msgid ""
3662+"[Take me to the FAQ!]({filename}faq.md) [Get in touch]({filename}get-in-"
3663+"touch.md)"
3664+msgstr ""
3665+"[Take me to the FAQ!]({filename}faq.fr.md) [Get in touch]({filename}get-in-"
3666+"touch.md)"
3667+
3668+#. type: Plain text
3669+#: content/pages/settings.md:2
3670+msgid "Settings"
3671+msgstr ""
3672+
3673+#. type: Plain text
3674+#: content/pages/settings.md:13
3675+msgid ""
3676+"Open the *System Settings* application. For the time, check out the *Time & "
3677+"Date* section. For language, select *Language & Text*. "
3678+"![Icon]({filename}/images/settings.gif)"
3679+msgstr ""
3680+
3681+#. type: Plain text
3682+#: content/pages/ui.md:2
3683+msgid "User Interface"
3684+msgstr ""
3685+
3686+#. type: Plain text
3687+#: content/pages/apps.md:2
3688+msgid "Apps"
3689+msgstr ""
3690+
3691+#. type: Title ##
3692+#: content/pages/apps.md:8
3693+#, no-wrap
3694+msgid "Store"
3695+msgstr ""
3696+
3697+#. type: Plain text
3698+#: content/pages/scopes.md:2
3699+msgid "Scopes"
3700+msgstr ""
3701+
3702+#~ msgid "FAQ - Security"
3703+#~ msgstr ""
3704+
3705+#~ msgid "FAQ - Store"
3706+#~ msgstr ""
3707+
3708+#~ msgid "FAQ - Basic Tasks"
3709+#~ msgstr ""
3710+
3711+#~ msgid "Welcome to the Ubuntu Help App!"
3712+#~ msgstr ""
3713+
3714+#~ msgid "[Take me to the FAQ!]({filename}faq.md) \n"
3715+#~ msgstr ""
3716+
3717+#~ msgid "[Get in touch]({filename}get-in-touch.md) \n"
3718+#~ msgstr ""
3719+
3720+#~ msgid "FAQ - Settings"
3721+#~ msgstr ""
3722+
3723+#~ msgid ""
3724+#~ "Open the *System Settings* application. For the time, check out the *Time & "
3725+#~ "Date* section. For language, select *Language & Text*."
3726+#~ msgstr ""
3727+
3728+#~ msgid "FAQ - User Interface"
3729+#~ msgstr ""
3730+
3731+#~ msgid "FAQ - Apps"
3732+#~ msgstr ""
3733+
3734+#~ msgid "FAQ - Scopes"
3735+#~ msgstr ""
3736
3737=== modified file 'edit-here/po/help.pot'
3738--- edit-here/po/help.pot 2015-03-18 08:18:10 +0000
3739+++ edit-here/po/help.pot 2015-03-18 16:12:17 +0000
3740@@ -7,14 +7,14 @@
3741 msgid ""
3742 msgstr ""
3743 "Project-Id-Version: PACKAGE VERSION\n"
3744-"POT-Creation-Date: 2015-03-18 09:14+0100\n"
3745+"POT-Creation-Date: 2015-03-18 16:55+0100\n"
3746 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
3747 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
3748 "Language-Team: LANGUAGE <LL@li.org>\n"
3749+"Language: \n"
3750 "MIME-Version: 1.0\n"
3751 "Content-Type: text/plain; charset=UTF-8\n"
3752 "Content-Transfer-Encoding: 8bit\n"
3753-"Language: \n"
3754
3755 #. type: Plain text
3756 #: content/pages/security.md:2
3757@@ -28,9 +28,9 @@
3758 msgstr ""
3759
3760 #. type: Plain text
3761-#: content/pages/security.md:6 content/pages/apps.md:7
3762-#: content/pages/settings.md:6 content/pages/store.md:6 content/pages/ui.md:6
3763-#: content/pages/basic.md:6 content/pages/scopes.md:6
3764+#: content/pages/security.md:6 content/pages/basic.md:6
3765+#: content/pages/settings.md:6 content/pages/ui.md:6 content/pages/apps.md:7
3766+#: content/pages/scopes.md:6
3767 msgid "[TOC]"
3768 msgstr ""
3769
3770@@ -131,252 +131,208 @@
3771 msgstr ""
3772
3773 #. type: Plain text
3774-#: content/pages/apps.md:2
3775-msgid "Apps"
3776-msgstr ""
3777-
3778-#. type: Plain text
3779-#: content/pages/apps.md:5
3780-#, no-wrap
3781-msgid ""
3782-"*Are you looking for a good way to do X and can't find it in the app\n"
3783-"store? Want some suggestions to solve a particular problem?*\n"
3784-msgstr ""
3785-
3786-#. type: Title ##
3787-#: content/pages/apps.md:8
3788-#, no-wrap
3789-msgid "Misc"
3790-msgstr ""
3791-
3792-#. !!T
3793-#: content/pages/apps.md:10
3794-#, no-wrap
3795-msgid "Do you have Spotify?"
3796-msgstr ""
3797-
3798-#. type: Plain text
3799-#: content/pages/apps.md:13
3800-msgid ""
3801-"If you have a Spotify premium account, just install 'CuteSpotify' "
3802-"([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."
3803-msgstr ""
3804-
3805-#. !!T
3806-#: content/pages/apps.md:14
3807-#, no-wrap
3808-msgid "Do you have Google Authenticator?"
3809-msgstr ""
3810-
3811-#. type: Plain text
3812-#: content/pages/apps.md:16
3813-msgid "Sure, install the 'Authenticator' app from the software store."
3814-msgstr ""
3815-
3816-#. type: Title ##
3817-#: content/pages/apps.md:17
3818-#, no-wrap
3819-msgid "Music"
3820-msgstr ""
3821-
3822-#. !!T
3823-#: content/pages/apps.md:19
3824-#, no-wrap
3825-msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"
3826-msgstr ""
3827-
3828-#. type: Plain text
3829-#: content/pages/apps.md:21
3830-msgid ""
3831-"You can add music in multiple ways. If you have pre-existing music files, "
3832-"simply connect your phone to your pc via the usb cable. Next, copy the music"
3833-" you wish to listen to to the *Music* folder. Your music will appear in the "
3834-"music app. Alternatively, you can acquire music directly using the device "
3835-"via a scope, such as grooveshark or by downloading via the browser or "
3836-"another application."
3837-msgstr ""
3838-
3839-#. !!T
3840-#: content/pages/apps.md:22
3841-#, no-wrap
3842-msgid "What music formats are supported (flac, mp3 etc)?"
3843-msgstr ""
3844-
3845-#. type: Plain text
3846-#: content/pages/apps.md:24
3847-msgid "The music app supports ogg, flac and mp3 formats."
3848-msgstr ""
3849-
3850-#. type: Title ##
3851-#: content/pages/apps.md:25
3852-#, no-wrap
3853-msgid "Contacts"
3854-msgstr ""
3855-
3856-#. !!T
3857-#: content/pages/apps.md:27
3858-#, no-wrap
3859-msgid "How can I sync my Google contacts to my device?"
3860-msgstr ""
3861-
3862-#. type: Plain text
3863-#: content/pages/apps.md:29
3864-msgid ""
3865-"The first time you open the Contacts app you’ll be asked if you want to sync"
3866-" contacts with your Google account. If you have answered “no” but change "
3867-"your mind later, you can do so by going to the Today scope, and setting up "
3868-"your Google account there. After that you can sync your contacts (and, if "
3869-"you want, calendar events as well)."
3870-msgstr ""
3871-
3872-#. type: Title ##
3873-#: content/pages/apps.md:31
3874-#, no-wrap
3875-msgid "Gallery"
3876-msgstr ""
3877-
3878-#. !!T
3879-#: content/pages/apps.md:33
3880-#, no-wrap
3881-msgid "How can I share photos?"
3882-msgstr ""
3883-
3884-#. type: Plain text
3885-#: content/pages/apps.md:35
3886-msgid ""
3887-"If you've just taken a picture, share it easily by swiping to the left from "
3888-"the right edge inside the camera app. Alternatively, use the gallery app to "
3889-"find the picture. Once loaded, select *Share* from the menu and choose how "
3890-"you wish to share your photo."
3891-msgstr ""
3892-
3893-#. !!T
3894-#: content/pages/apps.md:36
3895-#, no-wrap
3896-msgid "How can I share video?"
3897-msgstr ""
3898-
3899-#. type: Plain text
3900-#: content/pages/apps.md:38
3901-msgid ""
3902-"If you've just taken a video, share it easily by swiping to the left from "
3903-"the right edge inside the camera app. Alternatively, use the gallery app to "
3904-"find the video. Once loaded, select *Share* from the menu and choose how you"
3905-" wish to share your video."
3906-msgstr ""
3907-
3908-#. type: Title ##
3909-#: content/pages/apps.md:40
3910-#, no-wrap
3911-msgid "Camera"
3912-msgstr ""
3913-
3914-#. !!T
3915-#: content/pages/apps.md:42
3916-#, no-wrap
3917-msgid "How can I take a picture?"
3918-msgstr ""
3919-
3920-#. type: Plain text
3921-#: content/pages/apps.md:44
3922-msgid ""
3923-"Select the camera app from the launcher or app scope. Swipe up from the "
3924-"bottom edge of the phone for additional options. Enjoy taking your picture!"
3925-msgstr ""
3926-
3927-#. !!T
3928-#: content/pages/apps.md:45
3929-#, no-wrap
3930-msgid "How can I crop / rotate a picture?"
3931-msgstr ""
3932-
3933-#. type: Plain text
3934-#: content/pages/apps.md:47
3935-msgid ""
3936-"Use the gallery app to select your picture. Select the *Edit* button next to"
3937-" the menu. Inside you'll find options to crop and rotate your picture."
3938-msgstr ""
3939-
3940-#. !!T
3941-#: content/pages/apps.md:48
3942-#, no-wrap
3943-msgid "How can I take video?"
3944-msgstr ""
3945-
3946-#. type: Plain text
3947-#: content/pages/apps.md:50
3948-msgid ""
3949-"Select the camera app from the launcher or app scope. Select the video icon "
3950-"on the bottom of the screen. Swipe up from the bottom edge of the phone for "
3951-"additional options. Enjoy taking your video!"
3952-msgstr ""
3953-
3954-#. type: Title ##
3955-#: content/pages/apps.md:51
3956-#, no-wrap
3957-msgid "Clock"
3958-msgstr ""
3959-
3960-#. !!T
3961-#: content/pages/apps.md:53
3962-#, no-wrap
3963-msgid "How do I set an alarm?"
3964-msgstr ""
3965-
3966-#. type: Plain text
3967-#: content/pages/apps.md:56
3968-msgid ""
3969-"Alarms are handled by the clock app. To add a new alarm, launch the clock "
3970-"app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "
3971-"repetition, name and ringtone, and to save it tap on the tick in the up "
3972-"right corner. To modify alarms, just tap on it and change whatever you "
3973-"need. To cancel your changes, you can go back. To save your changes, tap on "
3974-"the tick again. To delete alarms, you can either see the alarm details and "
3975-"select “Delete” or, from the alarms list, swipe right on the alarm you want "
3976-"to delete, and then tap on the bin."
3977-msgstr ""
3978-
3979-#. type: Title ##
3980-#: content/pages/apps.md:58
3981-#, no-wrap
3982-msgid "HERE Maps"
3983-msgstr ""
3984-
3985-#. !!T
3986-#: content/pages/apps.md:60
3987-#, no-wrap
3988-msgid "How can I get directions?"
3989-msgstr ""
3990-
3991-#. type: Plain text
3992-#: content/pages/apps.md:62
3993-msgid ""
3994-"Load the HERE maps application from the app scope. Open the menu and select "
3995-"*Directions*. Enter your destination and tap the *Get Directions* button."
3996-msgstr ""
3997-
3998-#. !!T
3999-#: content/pages/apps.md:63
4000-#, no-wrap
4001-msgid "Can I navigate offline?"
4002-msgstr ""
4003-
4004-#. type: Plain text
4005-#: content/pages/apps.md:65
4006-msgid "Unfortunately navigation requires an active connection."
4007-msgstr ""
4008-
4009-#. !!T
4010-#: content/pages/apps.md:66
4011-#, no-wrap
4012-msgid "Can I view the map offline?"
4013-msgstr ""
4014-
4015-#. type: Plain text
4016-#: content/pages/apps.md:67
4017-msgid ""
4018-"Yes, although parts of the map may be missing and search is disabled while "
4019-"offline."
4020+#: content/pages/basic.md:2
4021+msgid "Basic tasks"
4022+msgstr ""
4023+
4024+#. type: Plain text
4025+#: content/pages/basic.md:4
4026+#, no-wrap
4027+msgid "*If you are wondering how to perform basic tasks, look here.*\n"
4028+msgstr ""
4029+
4030+#. !!T
4031+#: content/pages/basic.md:7
4032+#, no-wrap
4033+msgid "How do I play music?"
4034+msgstr ""
4035+
4036+#. type: Plain text
4037+#: content/pages/basic.md:9
4038+msgid ""
4039+"The music app let's you play music copied to the device. In addition, "
4040+"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play"
4041+" music."
4042+msgstr ""
4043+
4044+#. !!T
4045+#: content/pages/basic.md:10
4046+#, no-wrap
4047+msgid "How do I play videos?"
4048+msgstr ""
4049+
4050+#. type: Plain text
4051+#: content/pages/basic.md:12
4052+msgid ""
4053+"The media player application will play videos copied to the device. You will"
4054+" also find applications like youtube that give you streaming options."
4055+msgstr ""
4056+
4057+#. !!T
4058+#: content/pages/basic.md:13
4059+#, no-wrap
4060+msgid "How do I take photos?"
4061+msgstr ""
4062+
4063+#. type: Plain text
4064+#: content/pages/basic.md:15
4065+msgid ""
4066+"The included camera application allows you to take photos. If your device "
4067+"has both a front and rear camera, you can toggle which camera to use."
4068+msgstr ""
4069+
4070+#. !!T
4071+#: content/pages/basic.md:16
4072+#, no-wrap
4073+msgid "How do I record videos?"
4074+msgstr ""
4075+
4076+#. type: Plain text
4077+#: content/pages/basic.md:18
4078+msgid ""
4079+"The included camera application allows you to take videos. If your device "
4080+"has both a front and rear camera, you can toggle which camera to use."
4081+msgstr ""
4082+
4083+#. !!T
4084+#: content/pages/basic.md:19
4085+#, no-wrap
4086+msgid "How do I see pictures I’ve taken?"
4087+msgstr ""
4088+
4089+#. type: Plain text
4090+#: content/pages/basic.md:21
4091+msgid ""
4092+"If you've just taken a picture, you can see it easily by swiping to the left"
4093+" from the right edge inside the camera app. Alternatively, use the gallery "
4094+"app to find the picture."
4095+msgstr ""
4096+
4097+#. !!T
4098+#: content/pages/basic.md:22
4099+#, no-wrap
4100+msgid "How can I send a text?"
4101+msgstr ""
4102+
4103+#. type: Plain text
4104+#: content/pages/basic.md:24
4105+msgid ""
4106+"The default messaging application allows you to send sms as well as mms "
4107+"messages."
4108+msgstr ""
4109+
4110+#. !!T
4111+#: content/pages/basic.md:25
4112+#, no-wrap
4113+msgid "How do I make a call?"
4114+msgstr ""
4115+
4116+#. type: Plain text
4117+#: content/pages/basic.md:27
4118+msgid ""
4119+"The default dialer app lets you make calls using a contact or by dialing a "
4120+"number."
4121+msgstr ""
4122+
4123+#. !!T
4124+#: content/pages/basic.md:28
4125+#, no-wrap
4126+msgid "How do I check recently made/missed calls?"
4127+msgstr ""
4128+
4129+#. type: Plain text
4130+#: content/pages/basic.md:29
4131+msgid ""
4132+"Swiping up from the bottom edge of the dialer app reveals the recent call "
4133+"list. You can also filter the list to include only missed calls."
4134+msgstr ""
4135+
4136+#. type: Plain text
4137+#: content/pages/faq.md:2
4138+msgid "Get your questions answered."
4139+msgstr ""
4140+
4141+#. type: Plain text
4142+#: content/pages/faq.md:5
4143+msgid ""
4144+"We divided the questions up into categories, so you can spot yours more "
4145+"easily. Here we go:"
4146+msgstr ""
4147+
4148+#. type: Title ###
4149+#: content/pages/faq.md:6
4150+#, no-wrap
4151+msgid "[First day tasks]({filename}basic.md)"
4152+msgstr ""
4153+
4154+#. type: Title ###
4155+#: content/pages/faq.md:7
4156+#, no-wrap
4157+msgid "[User Interface]({filename}ui.md)"
4158+msgstr ""
4159+
4160+#. type: Title ###
4161+#: content/pages/faq.md:8
4162+#, no-wrap
4163+msgid "[Settings]({filename}settings.md)"
4164+msgstr ""
4165+
4166+#. type: Title ###
4167+#: content/pages/faq.md:9
4168+#, no-wrap
4169+msgid "[The Store]({filename}store.md)"
4170+msgstr ""
4171+
4172+#. type: Title ###
4173+#: content/pages/faq.md:10
4174+#, no-wrap
4175+msgid "[Apps]({filename}apps.md)"
4176+msgstr ""
4177+
4178+#. type: Title ###
4179+#: content/pages/faq.md:11
4180+#, no-wrap
4181+msgid "[Scopes]({filename}scopes.md)"
4182+msgstr ""
4183+
4184+#. type: Title ###
4185+#: content/pages/faq.md:12
4186+#, no-wrap
4187+msgid "[Security]({filename}security.md)"
4188+msgstr ""
4189+
4190+#. type: Plain text
4191+#: content/pages/index.md:2
4192+msgid "Welcome"
4193+msgstr ""
4194+
4195+#. type: Plain text
4196+#: content/pages/index.md:5
4197+msgid ""
4198+"The world-wide Ubuntu community wants to give you the best possible "
4199+"experience on your Ubuntu device. This is why we collected:"
4200+msgstr ""
4201+
4202+#. type: Bullet: ' * '
4203+#: content/pages/index.md:9
4204+msgid "Answers to frequently asked questions"
4205+msgstr ""
4206+
4207+#. type: Bullet: ' * '
4208+#: content/pages/index.md:9
4209+msgid "Tips and tricks to make you more productive"
4210+msgstr ""
4211+
4212+#. type: Bullet: ' * '
4213+#: content/pages/index.md:9
4214+msgid "Links to get in touch with experts and other community members"
4215+msgstr ""
4216+
4217+#. type: Plain text
4218+#: content/pages/index.md:11
4219+msgid ""
4220+"[Take me to the FAQ!]({filename}faq.md) [Get in touch]({filename}get-in-"
4221+"touch.md)"
4222 msgstr ""
4223
4224 #. type: Plain text
4225@@ -492,168 +448,6 @@
4226 msgstr ""
4227
4228 #. type: Plain text
4229-#: content/pages/get-in-touch.md:2
4230-msgid "Get in touch"
4231-msgstr ""
4232-
4233-#. type: Plain text
4234-#: content/pages/get-in-touch.md:7
4235-#, no-wrap
4236-msgid ""
4237-"Ubuntu has a huge community. You can easily get in touch with experts and\n"
4238-"other enthusiasts. One good way to do so, particularly if you **have \n"
4239-"questions**, is [AskUbuntu](http://www.askubuntu.com). It's a \n"
4240-"collaboratively-edited question and answer site for Ubuntu users and \n"
4241-"developers. 100% free, no registration required. \n"
4242-msgstr ""
4243-
4244-#. type: Plain text
4245-#: content/pages/get-in-touch.md:12
4246-msgid ""
4247-"Another great place to **get involved** with Ubuntu is our very own [Ubuntu "
4248-"Community Website](http://community.ubuntu.com/). You can very easily find "
4249-"out about all the individual teams in Ubuntu, what they do, where they hang "
4250-"out and how to get involved."
4251-msgstr ""
4252-
4253-#. type: Plain text
4254-#: content/pages/index.md:2
4255-msgid "Welcome"
4256-msgstr ""
4257-
4258-#. type: Plain text
4259-#: content/pages/index.md:5
4260-msgid ""
4261-"The world-wide Ubuntu community wants to give you the best possible "
4262-"experience on your Ubuntu device. This is why we collected:"
4263-msgstr ""
4264-
4265-#. type: Bullet: ' * '
4266-#: content/pages/index.md:9
4267-msgid "Answers to frequently asked questions"
4268-msgstr ""
4269-
4270-#. type: Bullet: ' * '
4271-#: content/pages/index.md:9
4272-msgid "Tips and tricks to make you more productive"
4273-msgstr ""
4274-
4275-#. type: Bullet: ' * '
4276-#: content/pages/index.md:9
4277-msgid "Links to get in touch with experts and other community members"
4278-msgstr ""
4279-
4280-#. type: Plain text
4281-#: content/pages/index.md:11
4282-msgid ""
4283-"[Take me to the FAQ!]({filename}faq.md) [Get in touch]({filename}get-in-"
4284-"touch.md)"
4285-msgstr ""
4286-
4287-#. type: Plain text
4288-#: content/pages/faq.md:2
4289-msgid "Get your questions answered."
4290-msgstr ""
4291-
4292-#. type: Plain text
4293-#: content/pages/faq.md:5
4294-msgid ""
4295-"We divided the questions up into categories, so you can spot yours more "
4296-"easily. Here we go:"
4297-msgstr ""
4298-
4299-#. type: Title ###
4300-#: content/pages/faq.md:6
4301-#, no-wrap
4302-msgid "[First day tasks]({filename}basic.md)"
4303-msgstr ""
4304-
4305-#. type: Title ###
4306-#: content/pages/faq.md:7
4307-#, no-wrap
4308-msgid "[User Interface]({filename}ui.md)"
4309-msgstr ""
4310-
4311-#. type: Title ###
4312-#: content/pages/faq.md:8
4313-#, no-wrap
4314-msgid "[Settings]({filename}settings.md)"
4315-msgstr ""
4316-
4317-#. type: Title ###
4318-#: content/pages/faq.md:9
4319-#, no-wrap
4320-msgid "[The Store]({filename}store.md)"
4321-msgstr ""
4322-
4323-#. type: Title ###
4324-#: content/pages/faq.md:10
4325-#, no-wrap
4326-msgid "[Apps]({filename}apps.md)"
4327-msgstr ""
4328-
4329-#. type: Title ###
4330-#: content/pages/faq.md:11
4331-#, no-wrap
4332-msgid "[Scopes]({filename}scopes.md)"
4333-msgstr ""
4334-
4335-#. type: Title ###
4336-#: content/pages/faq.md:12
4337-#, no-wrap
4338-msgid "[Security]({filename}security.md)"
4339-msgstr ""
4340-
4341-#. type: Plain text
4342-#: content/pages/store.md:2
4343-msgid "The Store"
4344-msgstr ""
4345-
4346-#. type: Plain text
4347-#: content/pages/store.md:4
4348-#, no-wrap
4349-msgid "*Curious about the application store?*\n"
4350-msgstr ""
4351-
4352-#. !!T
4353-#: content/pages/store.md:7
4354-#, no-wrap
4355-msgid "How do I find and install new applications?"
4356-msgstr ""
4357-
4358-#. type: Plain text
4359-#: content/pages/store.md:9
4360-msgid ""
4361-"From the Apps scope, you can either tap on the “search” icon on the right "
4362-"and start searching by name, or you can go all the way down in the scope and"
4363-" tap on the Ubuntu Store icon."
4364-msgstr ""
4365-
4366-#. !!T
4367-#: content/pages/store.md:10
4368-#, no-wrap
4369-msgid "How can I browse the app store from my PC?"
4370-msgstr ""
4371-
4372-#. type: Plain text
4373-#: content/pages/store.md:12
4374-msgid "At the moment, the app store is not able to be browsed from your pc."
4375-msgstr ""
4376-
4377-#. !!T
4378-#: content/pages/store.md:13
4379-#, no-wrap
4380-msgid "How do I remove applications?"
4381-msgstr ""
4382-
4383-#. type: Plain text
4384-#: content/pages/store.md:14
4385-msgid ""
4386-"Search for the application you wish to remove inside the store. Open it and "
4387-"press the *Uninstall* button to remove the application."
4388-msgstr ""
4389-
4390-#. type: Plain text
4391 #: content/pages/ui.md:2
4392 msgid "User Interface"
4393 msgstr ""
4394@@ -796,120 +590,327 @@
4395 msgstr ""
4396
4397 #. type: Plain text
4398-#: content/pages/basic.md:2
4399-msgid "Basic tasks"
4400-msgstr ""
4401-
4402-#. type: Plain text
4403-#: content/pages/basic.md:4
4404-#, no-wrap
4405-msgid "*If you are wondering how to perform basic tasks, look here.*\n"
4406-msgstr ""
4407-
4408-#. !!T
4409-#: content/pages/basic.md:7
4410-#, no-wrap
4411-msgid "How do I play music?"
4412-msgstr ""
4413-
4414-#. type: Plain text
4415-#: content/pages/basic.md:9
4416-msgid ""
4417-"The music app let's you play music copied to the device. In addition, "
4418-"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play"
4419-" music."
4420-msgstr ""
4421-
4422-#. !!T
4423-#: content/pages/basic.md:10
4424-#, no-wrap
4425-msgid "How do I play videos?"
4426-msgstr ""
4427-
4428-#. type: Plain text
4429-#: content/pages/basic.md:12
4430-msgid ""
4431-"The media player application will play videos copied to the device. You will"
4432-" also find applications like youtube that give you streaming options."
4433-msgstr ""
4434-
4435-#. !!T
4436-#: content/pages/basic.md:13
4437-#, no-wrap
4438-msgid "How do I take photos?"
4439-msgstr ""
4440-
4441-#. type: Plain text
4442-#: content/pages/basic.md:15
4443-msgid ""
4444-"The included camera application allows you to take photos. If your device "
4445-"has both a front and rear camera, you can toggle which camera to use."
4446-msgstr ""
4447-
4448-#. !!T
4449-#: content/pages/basic.md:16
4450-#, no-wrap
4451-msgid "How do I record videos?"
4452-msgstr ""
4453-
4454-#. type: Plain text
4455-#: content/pages/basic.md:18
4456-msgid ""
4457-"The included camera application allows you to take videos. If your device "
4458-"has both a front and rear camera, you can toggle which camera to use."
4459-msgstr ""
4460-
4461-#. !!T
4462-#: content/pages/basic.md:19
4463-#, no-wrap
4464-msgid "How do I see pictures I’ve taken?"
4465-msgstr ""
4466-
4467-#. type: Plain text
4468-#: content/pages/basic.md:21
4469-msgid ""
4470-"If you've just taken a picture, you can see it easily by swiping to the left"
4471-" from the right edge inside the camera app. Alternatively, use the gallery "
4472-"app to find the picture."
4473-msgstr ""
4474-
4475-#. !!T
4476-#: content/pages/basic.md:22
4477-#, no-wrap
4478-msgid "How can I send a text?"
4479-msgstr ""
4480-
4481-#. type: Plain text
4482-#: content/pages/basic.md:24
4483-msgid ""
4484-"The default messaging application allows you to send sms as well as mms "
4485-"messages."
4486-msgstr ""
4487-
4488-#. !!T
4489-#: content/pages/basic.md:25
4490-#, no-wrap
4491-msgid "How do I make a call?"
4492-msgstr ""
4493-
4494-#. type: Plain text
4495-#: content/pages/basic.md:27
4496-msgid ""
4497-"The default dialer app lets you make calls using a contact or by dialing a "
4498-"number."
4499-msgstr ""
4500-
4501-#. !!T
4502-#: content/pages/basic.md:28
4503-#, no-wrap
4504-msgid "How do I check recently made/missed calls?"
4505-msgstr ""
4506-
4507-#. type: Plain text
4508-#: content/pages/basic.md:29
4509-msgid ""
4510-"Swiping up from the bottom edge of the dialer app reveals the recent call "
4511-"list. You can also filter the list to include only missed calls."
4512+#: content/pages/apps.md:2
4513+msgid "Apps"
4514+msgstr ""
4515+
4516+#. type: Plain text
4517+#: content/pages/apps.md:5
4518+#, no-wrap
4519+msgid ""
4520+"*Are you looking for a good way to do X and can't find it in the app\n"
4521+"store? Want some suggestions to solve a particular problem?*\n"
4522+msgstr ""
4523+
4524+#. type: Title ##
4525+#: content/pages/apps.md:8
4526+#, no-wrap
4527+msgid "Store"
4528+msgstr ""
4529+
4530+#. type: Plain text
4531+#: content/pages/apps.md:11
4532+#, no-wrap
4533+msgid "*Curious about the application store?*\n"
4534+msgstr ""
4535+
4536+#. !!T
4537+#: content/pages/apps.md:12
4538+#, no-wrap
4539+msgid "How do I find and install new applications?"
4540+msgstr ""
4541+
4542+#. type: Plain text
4543+#: content/pages/apps.md:14
4544+msgid ""
4545+"From the Apps scope, you can either tap on the “search” icon on the right "
4546+"and start searching by name, or you can go all the way down in the scope and"
4547+" tap on the Ubuntu Store icon."
4548+msgstr ""
4549+
4550+#. !!T
4551+#: content/pages/apps.md:15
4552+#, no-wrap
4553+msgid "How can I browse the app store from my PC?"
4554+msgstr ""
4555+
4556+#. type: Plain text
4557+#: content/pages/apps.md:17
4558+msgid "At the moment, the app store is not able to be browsed from your pc."
4559+msgstr ""
4560+
4561+#. !!T
4562+#: content/pages/apps.md:18
4563+#, no-wrap
4564+msgid "How do I remove applications?"
4565+msgstr ""
4566+
4567+#. type: Plain text
4568+#: content/pages/apps.md:20
4569+msgid ""
4570+"Search for the application you wish to remove inside the store. Open it and "
4571+"press the *Uninstall* button to remove the application."
4572+msgstr ""
4573+
4574+#. type: Title ##
4575+#: content/pages/apps.md:21
4576+#, no-wrap
4577+msgid "Misc"
4578+msgstr ""
4579+
4580+#. !!T
4581+#: content/pages/apps.md:23
4582+#, no-wrap
4583+msgid "Do you have Spotify?"
4584+msgstr ""
4585+
4586+#. type: Plain text
4587+#: content/pages/apps.md:26
4588+msgid ""
4589+"If you have a Spotify premium account, just install 'CuteSpotify' "
4590+"([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."
4591+msgstr ""
4592+
4593+#. !!T
4594+#: content/pages/apps.md:27
4595+#, no-wrap
4596+msgid "Do you have Google Authenticator?"
4597+msgstr ""
4598+
4599+#. type: Plain text
4600+#: content/pages/apps.md:29
4601+msgid "Sure, install the 'Authenticator' app from the software store."
4602+msgstr ""
4603+
4604+#. type: Title ##
4605+#: content/pages/apps.md:30
4606+#, no-wrap
4607+msgid "Music"
4608+msgstr ""
4609+
4610+#. !!T
4611+#: content/pages/apps.md:32
4612+#, no-wrap
4613+msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"
4614+msgstr ""
4615+
4616+#. type: Plain text
4617+#: content/pages/apps.md:34
4618+msgid ""
4619+"You can add music in multiple ways. If you have pre-existing music files, "
4620+"simply connect your phone to your pc via the usb cable. Next, copy the music"
4621+" you wish to listen to to the *Music* folder. Your music will appear in the "
4622+"music app. Alternatively, you can acquire music directly using the device "
4623+"via a scope, such as grooveshark or by downloading via the browser or "
4624+"another application."
4625+msgstr ""
4626+
4627+#. !!T
4628+#: content/pages/apps.md:35
4629+#, no-wrap
4630+msgid "What music formats are supported (flac, mp3 etc)?"
4631+msgstr ""
4632+
4633+#. type: Plain text
4634+#: content/pages/apps.md:37
4635+msgid "The music app supports ogg, flac and mp3 formats."
4636+msgstr ""
4637+
4638+#. type: Title ##
4639+#: content/pages/apps.md:38
4640+#, no-wrap
4641+msgid "Contacts"
4642+msgstr ""
4643+
4644+#. !!T
4645+#: content/pages/apps.md:40
4646+#, no-wrap
4647+msgid "How can I sync my Google contacts to my device?"
4648+msgstr ""
4649+
4650+#. type: Plain text
4651+#: content/pages/apps.md:42
4652+msgid ""
4653+"The first time you open the Contacts app you’ll be asked if you want to sync"
4654+" contacts with your Google account. If you have answered “no” but change "
4655+"your mind later, you can do so by going to the Today scope, and setting up "
4656+"your Google account there. After that you can sync your contacts (and, if "
4657+"you want, calendar events as well)."
4658+msgstr ""
4659+
4660+#. type: Title ##
4661+#: content/pages/apps.md:44
4662+#, no-wrap
4663+msgid "Gallery"
4664+msgstr ""
4665+
4666+#. !!T
4667+#: content/pages/apps.md:46
4668+#, no-wrap
4669+msgid "How can I share photos?"
4670+msgstr ""
4671+
4672+#. type: Plain text
4673+#: content/pages/apps.md:48
4674+msgid ""
4675+"If you've just taken a picture, share it easily by swiping to the left from "
4676+"the right edge inside the camera app. Alternatively, use the gallery app to "
4677+"find the picture. Once loaded, select *Share* from the menu and choose how "
4678+"you wish to share your photo."
4679+msgstr ""
4680+
4681+#. !!T
4682+#: content/pages/apps.md:49
4683+#, no-wrap
4684+msgid "How can I share video?"
4685+msgstr ""
4686+
4687+#. type: Plain text
4688+#: content/pages/apps.md:51
4689+msgid ""
4690+"If you've just taken a video, share it easily by swiping to the left from "
4691+"the right edge inside the camera app. Alternatively, use the gallery app to "
4692+"find the video. Once loaded, select *Share* from the menu and choose how you"
4693+" wish to share your video."
4694+msgstr ""
4695+
4696+#. type: Title ##
4697+#: content/pages/apps.md:53
4698+#, no-wrap
4699+msgid "Camera"
4700+msgstr ""
4701+
4702+#. !!T
4703+#: content/pages/apps.md:55
4704+#, no-wrap
4705+msgid "How can I take a picture?"
4706+msgstr ""
4707+
4708+#. type: Plain text
4709+#: content/pages/apps.md:57
4710+msgid ""
4711+"Select the camera app from the launcher or app scope. Swipe up from the "
4712+"bottom edge of the phone for additional options. Enjoy taking your picture!"
4713+msgstr ""
4714+
4715+#. !!T
4716+#: content/pages/apps.md:58
4717+#, no-wrap
4718+msgid "How can I crop / rotate a picture?"
4719+msgstr ""
4720+
4721+#. type: Plain text
4722+#: content/pages/apps.md:60
4723+msgid ""
4724+"Use the gallery app to select your picture. Select the *Edit* button next to"
4725+" the menu. Inside you'll find options to crop and rotate your picture."
4726+msgstr ""
4727+
4728+#. !!T
4729+#: content/pages/apps.md:61
4730+#, no-wrap
4731+msgid "How can I take video?"
4732+msgstr ""
4733+
4734+#. type: Plain text
4735+#: content/pages/apps.md:63
4736+msgid ""
4737+"Select the camera app from the launcher or app scope. Select the video icon "
4738+"on the bottom of the screen. Swipe up from the bottom edge of the phone for "
4739+"additional options. Enjoy taking your video!"
4740+msgstr ""
4741+
4742+#. type: Title ##
4743+#: content/pages/apps.md:64
4744+#, no-wrap
4745+msgid "Clock"
4746+msgstr ""
4747+
4748+#. !!T
4749+#: content/pages/apps.md:66
4750+#, no-wrap
4751+msgid "How do I set an alarm?"
4752+msgstr ""
4753+
4754+#. type: Plain text
4755+#: content/pages/apps.md:69
4756+msgid ""
4757+"Alarms are handled by the clock app. To add a new alarm, launch the clock "
4758+"app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "
4759+"repetition, name and ringtone, and to save it tap on the tick in the up "
4760+"right corner. To modify alarms, just tap on it and change whatever you "
4761+"need. To cancel your changes, you can go back. To save your changes, tap on "
4762+"the tick again. To delete alarms, you can either see the alarm details and "
4763+"select “Delete” or, from the alarms list, swipe right on the alarm you want "
4764+"to delete, and then tap on the bin."
4765+msgstr ""
4766+
4767+#. type: Title ##
4768+#: content/pages/apps.md:71
4769+#, no-wrap
4770+msgid "HERE Maps"
4771+msgstr ""
4772+
4773+#. !!T
4774+#: content/pages/apps.md:73
4775+#, no-wrap
4776+msgid "How can I get directions?"
4777+msgstr ""
4778+
4779+#. type: Plain text
4780+#: content/pages/apps.md:75
4781+msgid ""
4782+"Load the HERE maps application from the app scope. Open the menu and select "
4783+"*Directions*. Enter your destination and tap the *Get Directions* button."
4784+msgstr ""
4785+
4786+#. !!T
4787+#: content/pages/apps.md:76
4788+#, no-wrap
4789+msgid "Can I navigate offline?"
4790+msgstr ""
4791+
4792+#. type: Plain text
4793+#: content/pages/apps.md:78
4794+msgid "Unfortunately navigation requires an active connection."
4795+msgstr ""
4796+
4797+#. !!T
4798+#: content/pages/apps.md:79
4799+#, no-wrap
4800+msgid "Can I view the map offline?"
4801+msgstr ""
4802+
4803+#. type: Plain text
4804+#: content/pages/apps.md:80
4805+msgid ""
4806+"Yes, although parts of the map may be missing and search is disabled while "
4807+"offline."
4808+msgstr ""
4809+
4810+#. type: Plain text
4811+#: content/pages/get-in-touch.md:2
4812+msgid "Get in touch"
4813+msgstr ""
4814+
4815+#. type: Plain text
4816+#: content/pages/get-in-touch.md:7
4817+#, no-wrap
4818+msgid ""
4819+"Ubuntu has a huge community. You can easily get in touch with experts and\n"
4820+"other enthusiasts. One good way to do so, particularly if you **have \n"
4821+"questions**, is [AskUbuntu](http://www.askubuntu.com). It's a \n"
4822+"collaboratively-edited question and answer site for Ubuntu users and \n"
4823+"developers. 100% free, no registration required. \n"
4824+msgstr ""
4825+
4826+#. type: Plain text
4827+#: content/pages/get-in-touch.md:12
4828+msgid ""
4829+"Another great place to **get involved** with Ubuntu is our very own [Ubuntu "
4830+"Community Website](http://community.ubuntu.com/). You can very easily find "
4831+"out about all the individual teams in Ubuntu, what they do, where they hang "
4832+"out and how to get involved."
4833 msgstr ""
4834
4835 #. type: Plain text
4836
4837=== modified file 'edit-here/po/it.po'
4838--- edit-here/po/it.po 2015-03-17 15:12:34 +0000
4839+++ edit-here/po/it.po 2015-03-18 16:12:17 +0000
4840@@ -2,7 +2,7 @@
4841 # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
4842 # This file is distributed under the same license as the ubuntu-devices-help package.
4843 # FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
4844-#
4845+#
4846 msgid ""
4847 msgstr ""
4848 "Project-Id-Version: ubuntu-devices-help\n"
4849@@ -14,13 +14,8 @@
4850 "MIME-Version: 1.0\n"
4851 "Content-Type: text/plain; charset=UTF-8\n"
4852 "Content-Transfer-Encoding: 8bit\n"
4853+"X-Generator: Launchpad (build 17389)\n"
4854 "X-Launchpad-Export-Date: 2015-03-11 05:50+0000\n"
4855-"X-Generator: Launchpad (build 17389)\n"
4856-
4857-#. type: Plain text
4858-#: content/pages/security.md:2
4859-msgid "FAQ - Security"
4860-msgstr ""
4861
4862 #. type: Plain text
4863 #: content/pages/security.md:4
4864@@ -28,14 +23,14 @@
4865 msgid "*Wondering how to make your phone more secure?*\n"
4866 msgstr ""
4867
4868-#. type: Title ###
4869-#: content/pages/security.md:6
4870+#. !!T
4871+#: content/pages/security.md:7
4872 #, no-wrap
4873 msgid "How do I lock the phone?"
4874 msgstr ""
4875
4876 #. type: Plain text
4877-#: content/pages/security.md:8
4878+#: content/pages/security.md:9
4879 msgid ""
4880 "Pressing the power button to turn off the phone will lock it. In addition, "
4881 "you can control how long your phone will stay unlocked when idle. You can "
4882@@ -43,69 +38,69 @@
4883 "& Privacy*, then *Phone Locking* to adjust the *Lock when idle* setting."
4884 msgstr ""
4885
4886-#. type: Title ###
4887-#: content/pages/security.md:9
4888+#. !!T
4889+#: content/pages/security.md:10
4890 #, no-wrap
4891 msgid "How do I unlock the phone?"
4892 msgstr ""
4893
4894 #. type: Plain text
4895-#: content/pages/security.md:11
4896+#: content/pages/security.md:12
4897 msgid ""
4898 "Swipe the screen to the left or right. Depending on what security you have "
4899 "enabled, you might be required to enter a pin or passcode."
4900 msgstr ""
4901
4902-#. type: Title ###
4903-#: content/pages/security.md:12
4904+#. !!T
4905+#: content/pages/security.md:13
4906 #, no-wrap
4907 msgid "How do I unlock the bootloader?"
4908 msgstr ""
4909
4910 #. type: Plain text
4911-#: content/pages/security.md:14
4912+#: content/pages/security.md:15
4913 msgid ""
4914 "If you are trying to flash a developer image or perform other developer "
4915 "related tasks, see the [developer site](http://developer.ubuntu.com/)"
4916 msgstr ""
4917
4918-#. type: Title ###
4919-#: content/pages/security.md:15
4920+#. !!T
4921+#: content/pages/security.md:16
4922 #, no-wrap
4923 msgid "How can I change my PIN/Passcode?"
4924 msgstr ""
4925
4926 #. type: Plain text
4927-#: content/pages/security.md:17
4928+#: content/pages/security.md:18
4929 msgid ""
4930 "You can find these setting under the *System Settings* application. Select "
4931 "*Security & Privacy* to adjust the *Lock when idle* setting."
4932 msgstr ""
4933
4934-#. type: Title ###
4935-#: content/pages/security.md:18
4936+#. !!T
4937+#: content/pages/security.md:19
4938 #, no-wrap
4939 msgid ""
4940-"Why do I have to type my PIN when using File Manager & Terminal (not default "
4941-"apps)?"
4942+"Why do I have to type my PIN when using File Manager & Terminal (not default"
4943+" apps)?"
4944 msgstr ""
4945
4946 #. type: Plain text
4947-#: content/pages/security.md:20
4948+#: content/pages/security.md:21
4949 msgid ""
4950 "Since these applications allow for invasive system changes, your "
4951 "pin/passcode is required. This is for your phone security."
4952 msgstr ""
4953
4954-#. type: Title ###
4955-#: content/pages/security.md:21
4956+#. !!T
4957+#: content/pages/security.md:22
4958 #, no-wrap
4959 msgid ""
4960 "How can I stop someone using the indicators when the phone is unlocked?"
4961 msgstr ""
4962
4963 #. type: Plain text
4964-#: content/pages/security.md:23
4965+#: content/pages/security.md:24
4966 msgid ""
4967 "You can find this setting under the *System Settings* application. Select "
4968 "*Security & Privacy*, then *Phone Locking* to adjust the *When locked, "
4969@@ -113,178 +108,171 @@
4970 "settings* option."
4971 msgstr ""
4972
4973-#. type: Title ###
4974-#: content/pages/security.md:24
4975+#. !!T
4976+#: content/pages/security.md:25
4977 #, no-wrap
4978 msgid "I forgot my passworde/security code. How can I unlock the phone?"
4979 msgstr ""
4980
4981 #. type: Plain text
4982-#: content/pages/security.md:25
4983+#: content/pages/security.md:26
4984 msgid "TBD"
4985 msgstr ""
4986
4987 #. type: Plain text
4988-#: content/pages/store.md:2
4989-msgid "FAQ - Store"
4990-msgstr ""
4991-
4992-#. type: Plain text
4993-#: content/pages/store.md:4
4994+#: content/pages/apps.md:11
4995 #, no-wrap
4996 msgid "*Curious about the application store?*\n"
4997 msgstr ""
4998
4999-#. type: Title ###
5000-#: content/pages/store.md:6
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches