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
=== modified file 'app/manifest.json'
--- app/manifest.json 2015-03-05 15:27:05 +0000
+++ app/manifest.json 2015-03-18 16:12:17 +0000
@@ -1,16 +1,16 @@
1{1{
2 "name": "help",2 "name": "help.ubuntucoredev",
3 "description": "Help",3 "description": "Help, tips and tricks",
4 "architecture": "all",4 "architecture": "all",
5 "title": "help",5 "title": "Ubuntu Help",
6 "hooks": {6 "hooks": {
7 "help": {7 "help": {
8 "apparmor": "help.apparmor",8 "apparmor": "help.apparmor",
9 "desktop": "help.desktop"9 "desktop": "help.desktop"
10 }10 }
11 },11 },
12 "version": "0.1",12 "version": "0.1.1",
13 "maintainer": "Ubuntu Developer Community <ubuntu-phone@lists.launchpad.net>",13 "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
14 "framework" : "ubuntu-sdk-14.10-html"14 "framework" : "ubuntu-sdk-14.10-html"
15}15}
1616
1717
=== modified file 'edit-here/content/pages/apps.md'
--- edit-here/content/pages/apps.md 2015-03-18 08:18:10 +0000
+++ edit-here/content/pages/apps.md 2015-03-18 16:12:17 +0000
@@ -5,6 +5,19 @@
55
6[TOC]6[TOC]
77
8## Store
9
10*Curious about the application store?*
11
12### How do I find and install new applications? !!T
13From 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.
14
15### How can I browse the app store from my PC? !!T
16At the moment, the app store is not able to be browsed from your pc.
17
18### How do I remove applications? !!T
19Search for the application you wish to remove inside the store. Open it and press the *Uninstall* button to remove the application.
20
8## Misc21## Misc
922
10### Do you have Spotify? !!T23### Do you have Spotify? !!T
1124
=== removed file 'edit-here/content/pages/store.md'
--- edit-here/content/pages/store.md 2015-03-18 08:18:10 +0000
+++ edit-here/content/pages/store.md 1970-01-01 00:00:00 +0000
@@ -1,14 +0,0 @@
1Title: The Store
2
3*Curious about the application store?*
4
5[TOC]
6
7### How do I find and install new applications? !!T
8From 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.
9
10### How can I browse the app store from my PC? !!T
11At the moment, the app store is not able to be browsed from your pc.
12
13### How do I remove applications? !!T
14Search for the application you wish to remove inside the store. Open it and press the *Uninstall* button to remove the application.
150
=== modified file 'edit-here/index.html'
--- edit-here/index.html 2015-03-18 12:53:31 +0000
+++ edit-here/index.html 2015-03-18 16:12:17 +0000
@@ -25,14 +25,13 @@
25 <header data-role="header">25 <header data-role="header">
26 <ul data-role="tabs">26 <ul data-role="tabs">
27 <li data-role="tabitem" data-page="index">Index</li>27 <li data-role="tabitem" data-page="index">Index</li>
28 <li data-role="tabitem" data-page="basic">Apps</li>28 <li data-role="tabitem" data-page="basic">Basic</li>
29 <li data-role="tabitem" data-page="ui">Settings</li>29 <li data-role="tabitem" data-page="ui">UI</li>
30 <li data-role="tabitem" data-page="settings">Index</li>30 <li data-role="tabitem" data-page="settings">Settings</li>
31 <li data-role="tabitem" data-page="store">Apps</li>31 <li data-role="tabitem" data-page="scopes">Scopes</li>
32 <li data-role="tabitem" data-page="scopes">Settings</li>32 <li data-role="tabitem" data-page="apps">Apps</li>
33 <li data-role="tabitem" data-page="apps">Settings</li>33 <li data-role="tabitem" data-page="security">Security</li>
34 <li data-role="tabitem" data-page="security">Settings</li>34 <li data-role="tabitem" data-page="get-in-touch">Get in touch</li>
35 <li data-role="tabitem" data-page="get-in-touch">Settings</li>
36 </ul>35 </ul>
37 </header>36 </header>
3837
@@ -54,10 +53,6 @@
54 <div>tab4 content</div>53 <div>tab4 content</div>
55 </div>54 </div>
5655
57 <div data-role="tab" id="store">
58 <div>tab5 content</div>
59 </div>
60
61 <div data-role="tab" id="scopes">56 <div data-role="tab" id="scopes">
62 <div>tab6 content</div>57 <div>tab6 content</div>
63 </div>58 </div>
6459
=== modified file 'edit-here/po/de.po'
--- edit-here/po/de.po 2015-03-17 15:12:34 +0000
+++ edit-here/po/de.po 2015-03-18 16:12:17 +0000
@@ -2,7 +2,7 @@
2# Copyright (C) YEAR Free Software Foundation, Inc.2# Copyright (C) YEAR Free Software Foundation, Inc.
3# This file is distributed under the same license as the PACKAGE package.3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#5#
6msgid ""6msgid ""
7msgstr ""7msgstr ""
8"Project-Id-Version: PACKAGE VERSION\n"8"Project-Id-Version: PACKAGE VERSION\n"
@@ -11,17 +11,12 @@
11"PO-Revision-Date: 2015-03-16 15:39+0000\n"11"PO-Revision-Date: 2015-03-16 15:39+0000\n"
12"Last-Translator: Daniel Holbach <daniel.holbach@ubuntu.com>\n"12"Last-Translator: Daniel Holbach <daniel.holbach@ubuntu.com>\n"
13"Language-Team: LANGUAGE <LL@li.org>\n"13"Language-Team: LANGUAGE <LL@li.org>\n"
14"Language: \n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Generator: Launchpad (build 17389)\n"
17"X-Launchpad-Export-Date: 2015-03-17 05:49+0000\n"19"X-Launchpad-Export-Date: 2015-03-17 05:49+0000\n"
18"X-Generator: Launchpad (build 17389)\n"
19"Language: \n"
20
21#. type: Plain text
22#: content/pages/security.md:2
23msgid "FAQ - Security"
24msgstr "FAQ - Security"
2520
26#. type: Plain text21#. type: Plain text
27#: content/pages/security.md:422#: content/pages/security.md:4
@@ -29,14 +24,14 @@
29msgid "*Wondering how to make your phone more secure?*\n"24msgid "*Wondering how to make your phone more secure?*\n"
30msgstr ""25msgstr ""
3126
32#. type: Title ###27#. !!T
33#: content/pages/security.md:628#: content/pages/security.md:7
34#, no-wrap29#, no-wrap
35msgid "How do I lock the phone?"30msgid "How do I lock the phone?"
36msgstr ""31msgstr ""
3732
38#. type: Plain text33#. type: Plain text
39#: content/pages/security.md:834#: content/pages/security.md:9
40msgid ""35msgid ""
41"Pressing the power button to turn off the phone will lock it. In addition, "36"Pressing the power button to turn off the phone will lock it. In addition, "
42"you can control how long your phone will stay unlocked when idle. You can "37"you can control how long your phone will stay unlocked when idle. You can "
@@ -44,69 +39,69 @@
44"& Privacy*, then *Phone Locking* to adjust the *Lock when idle* setting."39"& Privacy*, then *Phone Locking* to adjust the *Lock when idle* setting."
45msgstr ""40msgstr ""
4641
47#. type: Title ###42#. !!T
48#: content/pages/security.md:943#: content/pages/security.md:10
49#, no-wrap44#, no-wrap
50msgid "How do I unlock the phone?"45msgid "How do I unlock the phone?"
51msgstr ""46msgstr ""
5247
53#. type: Plain text48#. type: Plain text
54#: content/pages/security.md:1149#: content/pages/security.md:12
55msgid ""50msgid ""
56"Swipe the screen to the left or right. Depending on what security you have "51"Swipe the screen to the left or right. Depending on what security you have "
57"enabled, you might be required to enter a pin or passcode."52"enabled, you might be required to enter a pin or passcode."
58msgstr ""53msgstr ""
5954
60#. type: Title ###55#. !!T
61#: content/pages/security.md:1256#: content/pages/security.md:13
62#, no-wrap57#, no-wrap
63msgid "How do I unlock the bootloader?"58msgid "How do I unlock the bootloader?"
64msgstr ""59msgstr ""
6560
66#. type: Plain text61#. type: Plain text
67#: content/pages/security.md:1462#: content/pages/security.md:15
68msgid ""63msgid ""
69"If you are trying to flash a developer image or perform other developer "64"If you are trying to flash a developer image or perform other developer "
70"related tasks, see the [developer site](http://developer.ubuntu.com/)"65"related tasks, see the [developer site](http://developer.ubuntu.com/)"
71msgstr ""66msgstr ""
7267
73#. type: Title ###68#. !!T
74#: content/pages/security.md:1569#: content/pages/security.md:16
75#, no-wrap70#, no-wrap
76msgid "How can I change my PIN/Passcode?"71msgid "How can I change my PIN/Passcode?"
77msgstr "Wie ändere ich meine PIN/meinen Passcode?"72msgstr "Wie ändere ich meine PIN/meinen Passcode?"
7873
79#. type: Plain text74#. type: Plain text
80#: content/pages/security.md:1775#: content/pages/security.md:18
81msgid ""76msgid ""
82"You can find these setting under the *System Settings* application. Select "77"You can find these setting under the *System Settings* application. Select "
83"*Security & Privacy* to adjust the *Lock when idle* setting."78"*Security & Privacy* to adjust the *Lock when idle* setting."
84msgstr ""79msgstr ""
8580
86#. type: Title ###81#. !!T
87#: content/pages/security.md:1882#: content/pages/security.md:19
88#, no-wrap83#, no-wrap
89msgid ""84msgid ""
90"Why do I have to type my PIN when using File Manager & Terminal (not default "85"Why do I have to type my PIN when using File Manager & Terminal (not default"
91"apps)?"86" apps)?"
92msgstr ""87msgstr ""
9388
94#. type: Plain text89#. type: Plain text
95#: content/pages/security.md:2090#: content/pages/security.md:21
96msgid ""91msgid ""
97"Since these applications allow for invasive system changes, your "92"Since these applications allow for invasive system changes, your "
98"pin/passcode is required. This is for your phone security."93"pin/passcode is required. This is for your phone security."
99msgstr ""94msgstr ""
10095
101#. type: Title ###96#. !!T
102#: content/pages/security.md:2197#: content/pages/security.md:22
103#, no-wrap98#, no-wrap
104msgid ""99msgid ""
105"How can I stop someone using the indicators when the phone is unlocked?"100"How can I stop someone using the indicators when the phone is unlocked?"
106msgstr ""101msgstr ""
107102
108#. type: Plain text103#. type: Plain text
109#: content/pages/security.md:23104#: content/pages/security.md:24
110msgid ""105msgid ""
111"You can find this setting under the *System Settings* application. Select "106"You can find this setting under the *System Settings* application. Select "
112"*Security & Privacy*, then *Phone Locking* to adjust the *When locked, "107"*Security & Privacy*, then *Phone Locking* to adjust the *When locked, "
@@ -114,178 +109,171 @@
114"settings* option."109"settings* option."
115msgstr ""110msgstr ""
116111
117#. type: Title ###112#. !!T
118#: content/pages/security.md:24113#: content/pages/security.md:25
119#, no-wrap114#, no-wrap
120msgid "I forgot my passworde/security code. How can I unlock the phone?"115msgid "I forgot my passworde/security code. How can I unlock the phone?"
121msgstr ""116msgstr ""
122117
123#. type: Plain text118#. type: Plain text
124#: content/pages/security.md:25119#: content/pages/security.md:26
125msgid "TBD"120msgid "TBD"
126msgstr ""121msgstr ""
127122
128#. type: Plain text123#. type: Plain text
129#: content/pages/store.md:2124#: content/pages/apps.md:11
130msgid "FAQ - Store"
131msgstr "FAQ - Store"
132
133#. type: Plain text
134#: content/pages/store.md:4
135#, no-wrap125#, no-wrap
136msgid "*Curious about the application store?*\n"126msgid "*Curious about the application store?*\n"
137msgstr ""127msgstr ""
138128
139#. type: Title ###129#. !!T
140#: content/pages/store.md:6130#: content/pages/apps.md:12
141#, no-wrap131#, no-wrap
142msgid "How do I find and install new applications?"132msgid "How do I find and install new applications?"
143msgstr "Wie finde und installiere ich neue Apps?"133msgstr "Wie finde und installiere ich neue Apps?"
144134
145#. type: Plain text135#. type: Plain text
146#: content/pages/store.md:8136#: content/pages/apps.md:14
147msgid ""137msgid ""
148"From the Apps scope, you can either tap on the “search” icon on the right "138"From the Apps scope, you can either tap on the “search” icon on the right "
149"and start searching by name, or you can go all the way down in the scope and "139"and start searching by name, or you can go all the way down in the scope and"
150"tap on the Ubuntu Store icon."140" tap on the Ubuntu Store icon."
151msgstr ""141msgstr ""
152142
153#. type: Title ###143#. !!T
154#: content/pages/store.md:9144#: content/pages/apps.md:15
155#, no-wrap145#, no-wrap
156msgid "How can I browse the app store from my PC?"146msgid "How can I browse the app store from my PC?"
157msgstr ""147msgstr ""
158148
159#. type: Plain text149#. type: Plain text
160#: content/pages/store.md:11150#: content/pages/apps.md:17
161msgid "At the moment, the app store is not able to be browsed from your pc."151msgid "At the moment, the app store is not able to be browsed from your pc."
162msgstr ""152msgstr ""
163153
164#. type: Title ###154#. !!T
165#: content/pages/store.md:12155#: content/pages/apps.md:18
166#, no-wrap156#, no-wrap
167msgid "How do I remove applications?"157msgid "How do I remove applications?"
168msgstr "Wie entferne ich Apps?"158msgstr "Wie entferne ich Apps?"
169159
170#. type: Plain text160#. type: Plain text
171#: content/pages/store.md:13161#: content/pages/apps.md:20
172msgid ""162msgid ""
173"Search for the application you wish to remove inside the store. Open it and "163"Search for the application you wish to remove inside the store. Open it and "
174"press the *Uninstall* button to remove the application."164"press the *Uninstall* button to remove the application."
175msgstr ""165msgstr ""
176166
177#. type: Plain text167#. type: Plain text
178#: content/pages/basic.md:2
179msgid "FAQ - Basic Tasks"
180msgstr ""
181
182#. type: Plain text
183#: content/pages/basic.md:4168#: content/pages/basic.md:4
184#, no-wrap169#, no-wrap
185msgid "*If you are wondering how to perform basic tasks, look here.*\n"170msgid "*If you are wondering how to perform basic tasks, look here.*\n"
186msgstr ""171msgstr ""
187172
188#. type: Title ###173#. !!T
189#: content/pages/basic.md:6174#: content/pages/basic.md:7
190#, no-wrap175#, no-wrap
191msgid "How do I play music?"176msgid "How do I play music?"
192msgstr "Wie spiele ich Musik ab?"177msgstr "Wie spiele ich Musik ab?"
193178
194#. type: Plain text179#. type: Plain text
195#: content/pages/basic.md:8
196msgid ""
197"The music app let's you play music copied to the device. In addition, "
198"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play "
199"music."
200msgstr ""
201
202#. type: Title ###
203#: content/pages/basic.md:9180#: content/pages/basic.md:9
181msgid ""
182"The music app let's you play music copied to the device. In addition, "
183"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play"
184" music."
185msgstr ""
186"The music app let's you play music copied to the device. In addition, "
187"[scopes]({filename}scopes.de.md) such as 7digital and Grooveshark can also "
188"play music."
189
190#. !!T
191#: content/pages/basic.md:10
204#, no-wrap192#, no-wrap
205msgid "How do I play videos?"193msgid "How do I play videos?"
206msgstr "Wie spiele ich Videos ab?"194msgstr "Wie spiele ich Videos ab?"
207195
208#. type: Plain text196#. type: Plain text
209#: content/pages/basic.md:11
210msgid ""
211"The media player application will play videos copied to the device. You will "
212"also find applications like youtube that give you streaming options."
213msgstr ""
214
215#. type: Title ###
216#: content/pages/basic.md:12197#: content/pages/basic.md:12
198msgid ""
199"The media player application will play videos copied to the device. You will"
200" also find applications like youtube that give you streaming options."
201msgstr ""
202
203#. !!T
204#: content/pages/basic.md:13
217#, no-wrap205#, no-wrap
218msgid "How do I take photos?"206msgid "How do I take photos?"
219msgstr "Wie mache ich Fotos?"207msgstr "Wie mache ich Fotos?"
220208
221#. type: Plain text209#. type: Plain text
222#: content/pages/basic.md:14210#: content/pages/basic.md:15
223msgid ""211msgid ""
224"The included camera application allows you to take photos. If your device "212"The included camera application allows you to take photos. If your device "
225"has both a front and rear camera, you can toggle which camera to use."213"has both a front and rear camera, you can toggle which camera to use."
226msgstr ""214msgstr ""
227215
228#. type: Title ###216#. !!T
229#: content/pages/basic.md:15217#: content/pages/basic.md:16
230#, no-wrap218#, no-wrap
231msgid "How do I record videos?"219msgid "How do I record videos?"
232msgstr "Wie nehme ich Videos auf?"220msgstr "Wie nehme ich Videos auf?"
233221
234#. type: Plain text222#. type: Plain text
235#: content/pages/basic.md:17223#: content/pages/basic.md:18
236msgid ""224msgid ""
237"The included camera application allows you to take videos. If your device "225"The included camera application allows you to take videos. If your device "
238"has both a front and rear camera, you can toggle which camera to use."226"has both a front and rear camera, you can toggle which camera to use."
239msgstr ""227msgstr ""
240228
241#. type: Title ###229#. !!T
242#: content/pages/basic.md:18230#: content/pages/basic.md:19
243#, no-wrap231#, no-wrap
244msgid "How do I see pictures I’ve taken?"232msgid "How do I see pictures I’ve taken?"
245msgstr "Wie kann ich die Bilder sehen, die ich gemacht habe?"233msgstr "Wie kann ich die Bilder sehen, die ich gemacht habe?"
246234
247#. type: Plain text235#. type: Plain text
248#: content/pages/basic.md:20236#: content/pages/basic.md:21
249msgid ""237msgid ""
250"If you've just taken a picture, you can see it easily by swiping to the left "238"If you've just taken a picture, you can see it easily by swiping to the left"
251"from the right edge inside the camera app. Alternatively, use the gallery "239" from the right edge inside the camera app. Alternatively, use the gallery "
252"app to find the picture."240"app to find the picture."
253msgstr ""241msgstr ""
254242
255#. type: Title ###243#. !!T
256#: content/pages/basic.md:21244#: content/pages/basic.md:22
257#, no-wrap245#, no-wrap
258msgid "How can I send a text?"246msgid "How can I send a text?"
259msgstr ""247msgstr ""
260248
261#. type: Plain text249#. type: Plain text
262#: content/pages/basic.md:23250#: content/pages/basic.md:24
263msgid ""251msgid ""
264"The default messaging application allows you to send sms as well as mms "252"The default messaging application allows you to send sms as well as mms "
265"messages."253"messages."
266msgstr ""254msgstr ""
267255
268#. type: Title ###256#. !!T
269#: content/pages/basic.md:24257#: content/pages/basic.md:25
270#, no-wrap258#, no-wrap
271msgid "How do I make a call?"259msgid "How do I make a call?"
272msgstr ""260msgstr ""
273261
274#. type: Plain text262#. type: Plain text
275#: content/pages/basic.md:26263#: content/pages/basic.md:27
276msgid ""264msgid ""
277"The default dialer app lets you make calls using a contact or by dialing a "265"The default dialer app lets you make calls using a contact or by dialing a "
278"number."266"number."
279msgstr ""267msgstr ""
280268
281#. type: Title ###269#. !!T
282#: content/pages/basic.md:27270#: content/pages/basic.md:28
283#, no-wrap271#, no-wrap
284msgid "How do I check recently made/missed calls?"272msgid "How do I check recently made/missed calls?"
285msgstr ""273msgstr ""
286274
287#. type: Plain text275#. type: Plain text
288#: content/pages/basic.md:28276#: content/pages/basic.md:29
289msgid ""277msgid ""
290"Swiping up from the bottom edge of the dialer app reveals the recent call "278"Swiping up from the bottom edge of the dialer app reveals the recent call "
291"list. You can also filter the list to include only missed calls."279"list. You can also filter the list to include only missed calls."
@@ -309,19 +297,19 @@
309#: content/pages/faq.md:6297#: content/pages/faq.md:6
310#, no-wrap298#, no-wrap
311msgid "[First day tasks]({filename}basic.md)"299msgid "[First day tasks]({filename}basic.md)"
312msgstr ""300msgstr "[First day tasks]({filename}basic.de.md)"
313301
314#. type: Title ###302#. type: Title ###
315#: content/pages/faq.md:7303#: content/pages/faq.md:7
316#, no-wrap304#, no-wrap
317msgid "[User Interface]({filename}ui.md)"305msgid "[User Interface]({filename}ui.md)"
318msgstr ""306msgstr "[User Interface]({filename}ui.de.md)"
319307
320#. type: Title ###308#. type: Title ###
321#: content/pages/faq.md:8309#: content/pages/faq.md:8
322#, no-wrap310#, no-wrap
323msgid "[Settings]({filename}settings.md)"311msgid "[Settings]({filename}settings.md)"
324msgstr ""312msgstr "[Settings]({filename}settings.de.md)"
325313
326#. type: Title ###314#. type: Title ###
327#: content/pages/faq.md:9315#: content/pages/faq.md:9
@@ -339,18 +327,13 @@
339#: content/pages/faq.md:11327#: content/pages/faq.md:11
340#, no-wrap328#, no-wrap
341msgid "[Scopes]({filename}scopes.md)"329msgid "[Scopes]({filename}scopes.md)"
342msgstr ""330msgstr "[Scopes]({filename}scopes.de.md)"
343331
344#. type: Title ###332#. type: Title ###
345#: content/pages/faq.md:12333#: content/pages/faq.md:12
346#, no-wrap334#, no-wrap
347msgid "[Security]({filename}security.md)"335msgid "[Security]({filename}security.md)"
348msgstr ""336msgstr "[Security]({filename}security.de.md)"
349
350#. type: Plain text
351#: content/pages/index.md:2
352msgid "Welcome to the Ubuntu Help App!"
353msgstr ""
354337
355#. type: Plain text338#. type: Plain text
356#: content/pages/index.md:5339#: content/pages/index.md:5
@@ -377,34 +360,19 @@
377msgstr ""360msgstr ""
378361
379#. type: Plain text362#. type: Plain text
380#: content/pages/index.md:10
381#, no-wrap
382msgid "[Take me to the FAQ!]({filename}faq.md) \n"
383msgstr "[Gib mir die Antworten!]({filename}faq.md) \n"
384
385#. type: Plain text
386#: content/pages/index.md:11
387#, no-wrap
388msgid "[Get in touch]({filename}get-in-touch.md) \n"
389msgstr ""
390
391#. type: Plain text
392#: content/pages/settings.md:2
393msgid "FAQ - Settings"
394msgstr ""
395
396#. type: Plain text
397#: content/pages/settings.md:4363#: content/pages/settings.md:4
398#, no-wrap364#, no-wrap
399msgid "*How do I change my phone settings?*\n"365msgid "*How do I change my phone settings?*\n"
400msgstr ""366msgstr ""
401367
402#. type: Plain text368#. type: Plain text
403#: content/pages/settings.md:6369#: content/pages/security.md:6 content/pages/basic.md:6
370#: content/pages/settings.md:6 content/pages/ui.md:6 content/pages/apps.md:7
371#: content/pages/scopes.md:6
404msgid "[TOC]"372msgid "[TOC]"
405msgstr ""373msgstr "[TOC]"
406374
407#. type: Title ###375#. !!T
408#: content/pages/settings.md:7376#: content/pages/settings.md:7
409#, no-wrap377#, no-wrap
410msgid "How do I update my system?"378msgid "How do I update my system?"
@@ -419,69 +387,62 @@
419"Select *Update*, and then click the check for updates button."387"Select *Update*, and then click the check for updates button."
420msgstr ""388msgstr ""
421389
422#. type: Title ###390#. !!T
423#: content/pages/settings.md:10391#: content/pages/settings.md:10
424#, no-wrap392#, no-wrap
425msgid "How do I set the time / language?"393msgid "How do I set the time / language?"
426msgstr ""394msgstr ""
427395
428#. type: Plain text396#. !!T
429#: content/pages/settings.md:12397#: content/pages/settings.md:14
430msgid ""
431"Open the *System Settings* application. For the time, check out the *Time & "
432"Date* section. For language, select *Language & Text*."
433msgstr ""
434
435#. type: Title ###
436#: content/pages/settings.md:13
437#, no-wrap398#, no-wrap
438msgid "How can I change my wallpaper/background?"399msgid "How can I change my wallpaper/background?"
439msgstr ""400msgstr ""
440401
441#. type: Plain text402#. type: Plain text
442#: content/pages/settings.md:15403#: content/pages/settings.md:16
443msgid ""404msgid ""
444"Open the *System Settings* application. Select the *Background* option. "405"Open the *System Settings* application. Select the *Background* option. "
445"Press the *Add Image* button and choice your image to set as a background."406"Press the *Add Image* button and choice your image to set as a background."
446msgstr ""407msgstr ""
447408
448#. type: Title ###409#. !!T
449#: content/pages/settings.md:16410#: content/pages/settings.md:17
450#, no-wrap411#, no-wrap
451msgid "How do I keep the screen on?"412msgid "How do I keep the screen on?"
452msgstr ""413msgstr ""
453414
454#. type: Plain text415#. type: Plain text
455#: content/pages/settings.md:18416#: content/pages/settings.md:19
456msgid ""417msgid ""
457"Open the *System Settings* application, and select the *Security & Privacy* "418"Open the *System Settings* application, and select the *Security & Privacy* "
458"option. Select the *Lock Phone* option, and then *Lock when idle*. St"419"option. Select the *Lock Phone* option, and then *Lock when idle*. St"
459msgstr ""420msgstr ""
460421
461#. type: Title ###422#. !!T
462#: content/pages/settings.md:19423#: content/pages/settings.md:20
463#, no-wrap424#, no-wrap
464msgid "How do I set up my accounts?"425msgid "How do I set up my accounts?"
465msgstr ""426msgstr ""
466427
467#. type: Plain text428#. type: Plain text
468#: content/pages/settings.md:21429#: content/pages/settings.md:22
469msgid ""430msgid ""
470"You can set up some of your accounts from the scopes. Today scope allows you "431"You can set up some of your accounts from the scopes. Today scope allows you"
471"to configure your Google and Fitbit account, while the Pictures scope lets "432" to configure your Google and Fitbit account, while the Pictures scope lets "
472"you configure your flickr, Facebook and Instagram account. You can manage "433"you configure your flickr, Facebook and Instagram account. You can manage "
473"all your accounts (including social media, email, etc) from the *System "434"all your accounts (including social media, email, etc) from the *System "
474"Settings* app, under *Personal*, *Accounts*."435"Settings* app, under *Personal*, *Accounts*."
475msgstr ""436msgstr ""
476437
477#. type: Title ###438#. !!T
478#: content/pages/settings.md:22439#: content/pages/settings.md:23
479#, no-wrap440#, no-wrap
480msgid "How do I configure my notifications?"441msgid "How do I configure my notifications?"
481msgstr ""442msgstr ""
482443
483#. type: Plain text444#. type: Plain text
484#: content/pages/settings.md:24445#: content/pages/settings.md:25
485msgid ""446msgid ""
486"If you’re receiving too many notifications of your activity or want to "447"If you’re receiving too many notifications of your activity or want to "
487"change it for whatever reason, you can do so by going to the *System "448"change it for whatever reason, you can do so by going to the *System "
@@ -489,14 +450,14 @@
489"notifications from any application on your device."450"notifications from any application on your device."
490msgstr ""451msgstr ""
491452
492#. type: Title ###453#. !!T
493#: content/pages/settings.md:25454#: content/pages/settings.md:26
494#, no-wrap455#, no-wrap
495msgid "How do I change the ringtone for calls and texts?"456msgid "How do I change the ringtone for calls and texts?"
496msgstr ""457msgstr ""
497458
498#. type: Plain text459#. type: Plain text
499#: content/pages/settings.md:26460#: content/pages/settings.md:27
500msgid ""461msgid ""
501"You can change you ringtone for calls and texts to something new. Open the "462"You can change you ringtone for calls and texts to something new. Open the "
502"*System Settings* application, then select *Sound*. Under *Phone Calls* you "463"*System Settings* application, then select *Sound*. Under *Phone Calls* you "
@@ -505,11 +466,6 @@
505msgstr ""466msgstr ""
506467
507#. type: Plain text468#. type: Plain text
508#: content/pages/ui.md:2
509msgid "FAQ - User Interface"
510msgstr ""
511
512#. type: Plain text
513#: content/pages/ui.md:4469#: content/pages/ui.md:4
514#, no-wrap470#, no-wrap
515msgid ""471msgid ""
@@ -517,56 +473,56 @@
517"place!*\n"473"place!*\n"
518msgstr ""474msgstr ""
519475
520#. type: Title ###476#. !!T
521#: content/pages/ui.md:6477#: content/pages/ui.md:7
522#, no-wrap478#, no-wrap
523msgid "What is the dash?"479msgid "What is the dash?"
524msgstr ""480msgstr ""
525481
526#. type: Plain text482#. type: Plain text
527#: content/pages/ui.md:8483#: content/pages/ui.md:9
528msgid ""484msgid ""
529"The dash contains a list of applications installed on the device, along with "485"The dash contains a list of applications installed on the device, along with"
530"presenting the scopes and store. The dash is the first thing you see when "486" presenting the scopes and store. The dash is the first thing you see when "
531"booting the phone. You can switch to it again at any time by swiping left "487"booting the phone. You can switch to it again at any time by swiping left "
532"from the right screen edge."488"from the right screen edge."
533msgstr ""489msgstr ""
534490
535#. type: Title ###491#. !!T
536#: content/pages/ui.md:9492#: content/pages/ui.md:10
537#, no-wrap493#, no-wrap
538msgid "What is the launcher?"494msgid "What is the launcher?"
539msgstr ""495msgstr ""
540496
541#. type: Plain text497#. type: Plain text
542#: content/pages/ui.md:11498#: content/pages/ui.md:12
543msgid ""499msgid ""
544"The launcher allows you to easily launch new applications. You can access "500"The launcher allows you to easily launch new applications. You can access "
545"the launcher at any time by swiping right from the left screen edge."501"the launcher at any time by swiping right from the left screen edge."
546msgstr ""502msgstr ""
547503
548#. type: Title ###504#. !!T
549#: content/pages/ui.md:12505#: content/pages/ui.md:13
550#, no-wrap506#, no-wrap
551msgid "What are the indicators?"507msgid "What are the indicators?"
552msgstr ""508msgstr ""
553509
554#. type: Plain text510#. type: Plain text
555#: content/pages/ui.md:14511#: content/pages/ui.md:15
556msgid ""512msgid ""
557"Indicators convey quick useful information about your device, like the time, "513"Indicators convey quick useful information about your device, like the time,"
558"data connection, location, sound, and notifications. You can access the "514" data connection, location, sound, and notifications. You can access the "
559"indicators at any time by swiping down from the top screen edge."515"indicators at any time by swiping down from the top screen edge."
560msgstr ""516msgstr ""
561517
562#. type: Title ###518#. !!T
563#: content/pages/ui.md:15519#: content/pages/ui.md:16
564#, no-wrap520#, no-wrap
565msgid "How do I switch applications?"521msgid "How do I switch applications?"
566msgstr ""522msgstr ""
567523
568#. type: Plain text524#. type: Plain text
569#: content/pages/ui.md:18525#: content/pages/ui.md:19
570msgid ""526msgid ""
571"To switch applications, slide your finger left from the right edge of the "527"To switch applications, slide your finger left from the right edge of the "
572"screen. If you slide quickly you will cycle through each application. "528"screen. If you slide quickly you will cycle through each application. "
@@ -575,57 +531,57 @@
575"dash."531"dash."
576msgstr ""532msgstr ""
577533
578#. type: Title ###534#. !!T
579#: content/pages/ui.md:19535#: content/pages/ui.md:20
580#, no-wrap536#, no-wrap
581msgid "How do I close applications?"537msgid "How do I close applications?"
582msgstr ""538msgstr ""
583539
584#. type: Plain text540#. type: Plain text
585#: content/pages/ui.md:21
586msgid ""
587"To close an application, slide your finger *slowly* left from the right edge "
588"of the screen. An application switcher will appear. Place your finger on the "
589"application preview you wish to close and swipe up or down. The application "
590"will disappear."
591msgstr ""
592
593#. type: Title ###
594#: content/pages/ui.md:22541#: content/pages/ui.md:22
542msgid ""
543"To close an application, slide your finger *slowly* left from the right edge"
544" of the screen. An application switcher will appear. Place your finger on "
545"the application preview you wish to close and swipe up or down. The "
546"application will disappear."
547msgstr ""
548
549#. !!T
550#: content/pages/ui.md:23
595#, no-wrap551#, no-wrap
596msgid "How can I copy and paste?"552msgid "How can I copy and paste?"
597msgstr ""553msgstr ""
598554
599#. type: Plain text555#. type: Plain text
600#: content/pages/ui.md:24
601msgid ""
602"For text that can be copied and pasted, press and hold the text in question. "
603"A menu will appear allowing you to cut, copy and paste."
604msgstr ""
605
606#. type: Title ###
607#: content/pages/ui.md:25556#: content/pages/ui.md:25
557msgid ""
558"For text that can be copied and pasted, press and hold the text in question."
559" A menu will appear allowing you to cut, copy and paste."
560msgstr ""
561
562#. !!T
563#: content/pages/ui.md:26
608#, no-wrap564#, no-wrap
609msgid ""565msgid ""
610"What are the small characters on the keyboard and how can I select them?"566"What are the small characters on the keyboard and how can I select them?"
611msgstr ""567msgstr ""
612568
613#. type: Plain text569#. type: Plain text
614#: content/pages/ui.md:27570#: content/pages/ui.md:28
615msgid ""571msgid ""
616"Tapping and hold a character on the keyboard brings up a menu allowing you "572"Tapping and hold a character on the keyboard brings up a menu allowing you "
617"to select secondary characters. This allows you to select things like "573"to select secondary characters. This allows you to select things like "
618"numbers and accented characters. Give it a try!"574"numbers and accented characters. Give it a try!"
619msgstr ""575msgstr ""
620576
621#. type: Title ###577#. !!T
622#: content/pages/ui.md:28578#: content/pages/ui.md:29
623#, no-wrap579#, no-wrap
624msgid "The keyboard behaves funny. What can I do about it?"580msgid "The keyboard behaves funny. What can I do about it?"
625msgstr ""581msgstr ""
626582
627#. type: Plain text583#. type: Plain text
628#: content/pages/ui.md:30584#: content/pages/ui.md:31
629msgid ""585msgid ""
630"From the Settings app, you can go to Keyboard and try unsetting the "586"From the Settings app, you can go to Keyboard and try unsetting the "
631"autocompletion feature, and/or the auto capitalize option. This way, you'll "587"autocompletion feature, and/or the auto capitalize option. This way, you'll "
@@ -633,22 +589,17 @@
633"control of the input."589"control of the input."
634msgstr ""590msgstr ""
635591
636#. type: Title ###592#. !!T
637#: content/pages/ui.md:31593#: content/pages/ui.md:32
638#, no-wrap594#, no-wrap
639msgid "What is the round circle for? What does it show? Can I configure it?"595msgid "What is the round circle for? What does it show? Can I configure it?"
640msgstr ""596msgstr ""
641597
642#. type: Plain text598#. type: Plain text
643#: content/pages/ui.md:32599#: content/pages/ui.md:33
644msgid ""600msgid ""
645"The round circle is the infographic. It hows you recent phone activity, like "601"The round circle is the infographic. It hows you recent phone activity, like"
646"the number of messages received or the number of songs played."602" the number of messages received or the number of songs played."
647msgstr ""
648
649#. type: Plain text
650#: content/pages/apps.md:2
651msgid "FAQ - Apps"
652msgstr ""603msgstr ""
653604
654#. type: Plain text605#. type: Plain text
@@ -660,105 +611,105 @@
660msgstr ""611msgstr ""
661612
662#. type: Title ##613#. type: Title ##
663#: content/pages/apps.md:6614#: content/pages/apps.md:21
664#, no-wrap615#, no-wrap
665msgid "Misc"616msgid "Misc"
666msgstr ""617msgstr ""
667618
668#. type: Title ###619#. !!T
669#: content/pages/apps.md:8620#: content/pages/apps.md:23
670#, no-wrap621#, no-wrap
671msgid "Do you have Spotify?"622msgid "Do you have Spotify?"
672msgstr ""623msgstr ""
673624
674#. type: Plain text625#. type: Plain text
675#: content/pages/apps.md:11626#: content/pages/apps.md:26
676msgid ""627msgid ""
677"If you have a Spotify premium account, just install 'CuteSpotify' "628"If you have a Spotify premium account, just install 'CuteSpotify' "
678"([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."629"([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."
679msgstr ""630msgstr ""
680631
681#. type: Title ###632#. !!T
682#: content/pages/apps.md:12633#: content/pages/apps.md:27
683#, no-wrap634#, no-wrap
684msgid "Do you have Google Authenticator?"635msgid "Do you have Google Authenticator?"
685msgstr ""636msgstr ""
686637
687#. type: Plain text638#. type: Plain text
688#: content/pages/apps.md:14639#: content/pages/apps.md:29
689msgid "Sure, install the 'Authenticator' app from the software store."640msgid "Sure, install the 'Authenticator' app from the software store."
690msgstr ""641msgstr ""
691642
692#. type: Title ##643#. type: Title ##
693#: content/pages/apps.md:15644#: content/pages/apps.md:30
694#, no-wrap645#, no-wrap
695msgid "Music"646msgid "Music"
696msgstr ""647msgstr ""
697648
698#. type: Title ###649#. !!T
699#: content/pages/apps.md:17650#: content/pages/apps.md:32
700#, no-wrap651#, no-wrap
701msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"652msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"
702msgstr ""653msgstr ""
703654
704#. type: Plain text655#. type: Plain text
705#: content/pages/apps.md:19656#: content/pages/apps.md:34
706msgid ""657msgid ""
707"You can add music in multiple ways. If you have pre-existing music files, "658"You can add music in multiple ways. If you have pre-existing music files, "
708"simply connect your phone to your pc via the usb cable. Next, copy the music "659"simply connect your phone to your pc via the usb cable. Next, copy the music"
709"you wish to listen to to the *Music* folder. Your music will appear in the "660" you wish to listen to to the *Music* folder. Your music will appear in the "
710"music app. Alternatively, you can acquire music directly using the device "661"music app. Alternatively, you can acquire music directly using the device "
711"via a scope, such as grooveshark or by downloading via the browser or "662"via a scope, such as grooveshark or by downloading via the browser or "
712"another application."663"another application."
713msgstr ""664msgstr ""
714665
715#. type: Title ###666#. !!T
716#: content/pages/apps.md:20667#: content/pages/apps.md:35
717#, no-wrap668#, no-wrap
718msgid "What music formats are supported (flac, mp3 etc)?"669msgid "What music formats are supported (flac, mp3 etc)?"
719msgstr ""670msgstr ""
720671
721#. type: Plain text672#. type: Plain text
722#: content/pages/apps.md:22673#: content/pages/apps.md:37
723msgid "The music app supports ogg, flac and mp3 formats."674msgid "The music app supports ogg, flac and mp3 formats."
724msgstr ""675msgstr ""
725676
726#. type: Title ##677#. type: Title ##
727#: content/pages/apps.md:23678#: content/pages/apps.md:38
728#, no-wrap679#, no-wrap
729msgid "Contacts"680msgid "Contacts"
730msgstr ""681msgstr ""
731682
732#. type: Title ###683#. !!T
733#: content/pages/apps.md:25684#: content/pages/apps.md:40
734#, no-wrap685#, no-wrap
735msgid "How can I sync my Google contacts to my device?"686msgid "How can I sync my Google contacts to my device?"
736msgstr ""687msgstr ""
737688
738#. type: Plain text689#. type: Plain text
739#: content/pages/apps.md:27690#: content/pages/apps.md:42
740msgid ""691msgid ""
741"The first time you open the Contacts app you’ll be asked if you want to sync "692"The first time you open the Contacts app you’ll be asked if you want to sync"
742"contacts with your Google account. If you have answered “no” but change your "693" contacts with your Google account. If you have answered “no” but change "
743"mind later, you can do so by going to the Today scope, and setting up your "694"your mind later, you can do so by going to the Today scope, and setting up "
744"Google account there. After that you can sync your contacts (and, if you "695"your Google account there. After that you can sync your contacts (and, if "
745"want, calendar events as well)."696"you want, calendar events as well)."
746msgstr ""697msgstr ""
747698
748#. type: Title ##699#. type: Title ##
749#: content/pages/apps.md:29700#: content/pages/apps.md:44
750#, no-wrap701#, no-wrap
751msgid "Gallery"702msgid "Gallery"
752msgstr ""703msgstr ""
753704
754#. type: Title ###705#. !!T
755#: content/pages/apps.md:31706#: content/pages/apps.md:46
756#, no-wrap707#, no-wrap
757msgid "How can I share photos?"708msgid "How can I share photos?"
758msgstr ""709msgstr ""
759710
760#. type: Plain text711#. type: Plain text
761#: content/pages/apps.md:33712#: content/pages/apps.md:48
762msgid ""713msgid ""
763"If you've just taken a picture, share it easily by swiping to the left from "714"If you've just taken a picture, share it easily by swiping to the left from "
764"the right edge inside the camera app. Alternatively, use the gallery app to "715"the right edge inside the camera app. Alternatively, use the gallery app to "
@@ -766,61 +717,61 @@
766"you wish to share your photo."717"you wish to share your photo."
767msgstr ""718msgstr ""
768719
769#. type: Title ###720#. !!T
770#: content/pages/apps.md:34721#: content/pages/apps.md:49
771#, no-wrap722#, no-wrap
772msgid "How can I share video?"723msgid "How can I share video?"
773msgstr ""724msgstr ""
774725
775#. type: Plain text726#. type: Plain text
776#: content/pages/apps.md:36727#: content/pages/apps.md:51
777msgid ""728msgid ""
778"If you've just taken a video, share it easily by swiping to the left from "729"If you've just taken a video, share it easily by swiping to the left from "
779"the right edge inside the camera app. Alternatively, use the gallery app to "730"the right edge inside the camera app. Alternatively, use the gallery app to "
780"find the video. Once loaded, select *Share* from the menu and choose how you "731"find the video. Once loaded, select *Share* from the menu and choose how you"
781"wish to share your video."732" wish to share your video."
782msgstr ""733msgstr ""
783734
784#. type: Title ##735#. type: Title ##
785#: content/pages/apps.md:38736#: content/pages/apps.md:53
786#, no-wrap737#, no-wrap
787msgid "Camera"738msgid "Camera"
788msgstr ""739msgstr ""
789740
790#. type: Title ###741#. !!T
791#: content/pages/apps.md:40742#: content/pages/apps.md:55
792#, no-wrap743#, no-wrap
793msgid "How can I take a picture?"744msgid "How can I take a picture?"
794msgstr ""745msgstr ""
795746
796#. type: Plain text747#. type: Plain text
797#: content/pages/apps.md:42748#: content/pages/apps.md:57
798msgid ""749msgid ""
799"Select the camera app from the launcher or app scope. Swipe up from the "750"Select the camera app from the launcher or app scope. Swipe up from the "
800"bottom edge of the phone for additional options. Enjoy taking your picture!"751"bottom edge of the phone for additional options. Enjoy taking your picture!"
801msgstr ""752msgstr ""
802753
803#. type: Title ###754#. !!T
804#: content/pages/apps.md:43755#: content/pages/apps.md:58
805#, no-wrap756#, no-wrap
806msgid "How can I crop / rotate a picture?"757msgid "How can I crop / rotate a picture?"
807msgstr ""758msgstr ""
808759
809#. type: Plain text760#. type: Plain text
810#: content/pages/apps.md:45761#: content/pages/apps.md:60
811msgid ""762msgid ""
812"Use the gallery app to select your picture. Select the *Edit* button next to "763"Use the gallery app to select your picture. Select the *Edit* button next to"
813"the menu. Inside you'll find options to crop and rotate your picture."764" the menu. Inside you'll find options to crop and rotate your picture."
814msgstr ""765msgstr ""
815766
816#. type: Title ###767#. !!T
817#: content/pages/apps.md:46768#: content/pages/apps.md:61
818#, no-wrap769#, no-wrap
819msgid "How can I take video?"770msgid "How can I take video?"
820msgstr ""771msgstr ""
821772
822#. type: Plain text773#. type: Plain text
823#: content/pages/apps.md:48774#: content/pages/apps.md:63
824msgid ""775msgid ""
825"Select the camera app from the launcher or app scope. Select the video icon "776"Select the camera app from the launcher or app scope. Select the video icon "
826"on the bottom of the screen. Swipe up from the bottom edge of the phone for "777"on the bottom of the screen. Swipe up from the bottom edge of the phone for "
@@ -828,19 +779,19 @@
828msgstr ""779msgstr ""
829780
830#. type: Title ##781#. type: Title ##
831#: content/pages/apps.md:49782#: content/pages/apps.md:64
832#, no-wrap783#, no-wrap
833msgid "Clock"784msgid "Clock"
834msgstr ""785msgstr ""
835786
836#. type: Title ###787#. !!T
837#: content/pages/apps.md:51788#: content/pages/apps.md:66
838#, no-wrap789#, no-wrap
839msgid "How do I set an alarm?"790msgid "How do I set an alarm?"
840msgstr ""791msgstr ""
841792
842#. type: Plain text793#. type: Plain text
843#: content/pages/apps.md:54794#: content/pages/apps.md:69
844msgid ""795msgid ""
845"Alarms are handled by the clock app. To add a new alarm, launch the clock "796"Alarms are handled by the clock app. To add a new alarm, launch the clock "
846"app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "797"app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "
@@ -853,43 +804,43 @@
853msgstr ""804msgstr ""
854805
855#. type: Title ##806#. type: Title ##
856#: content/pages/apps.md:56807#: content/pages/apps.md:71
857#, no-wrap808#, no-wrap
858msgid "HERE Maps"809msgid "HERE Maps"
859msgstr ""810msgstr ""
860811
861#. type: Title ###812#. !!T
862#: content/pages/apps.md:58813#: content/pages/apps.md:73
863#, no-wrap814#, no-wrap
864msgid "How can I get directions?"815msgid "How can I get directions?"
865msgstr ""816msgstr ""
866817
867#. type: Plain text818#. type: Plain text
868#: content/pages/apps.md:60819#: content/pages/apps.md:75
869msgid ""820msgid ""
870"Load the HERE maps application from the app scope. Open the menu and select "821"Load the HERE maps application from the app scope. Open the menu and select "
871"*Directions*. Enter your destination and tap the *Get Directions* button."822"*Directions*. Enter your destination and tap the *Get Directions* button."
872msgstr ""823msgstr ""
873824
874#. type: Title ###825#. !!T
875#: content/pages/apps.md:61826#: content/pages/apps.md:76
876#, no-wrap827#, no-wrap
877msgid "Can I navigate offline?"828msgid "Can I navigate offline?"
878msgstr ""829msgstr ""
879830
880#. type: Plain text831#. type: Plain text
881#: content/pages/apps.md:63832#: content/pages/apps.md:78
882msgid "Unfortunately navigation requires an active connection."833msgid "Unfortunately navigation requires an active connection."
883msgstr ""834msgstr ""
884835
885#. type: Title ###836#. !!T
886#: content/pages/apps.md:64837#: content/pages/apps.md:79
887#, no-wrap838#, no-wrap
888msgid "Can I view the map offline?"839msgid "Can I view the map offline?"
889msgstr ""840msgstr ""
890841
891#. type: Plain text842#. type: Plain text
892#: content/pages/apps.md:65843#: content/pages/apps.md:80
893msgid ""844msgid ""
894"Yes, although parts of the map may be missing and search is disabled while "845"Yes, although parts of the map may be missing and search is disabled while "
895"offline."846"offline."
@@ -927,39 +878,34 @@
927msgstr ""878msgstr ""
928879
929#. type: Plain text880#. type: Plain text
930#: content/pages/scopes.md:2
931msgid "FAQ - Scopes"
932msgstr ""
933
934#. type: Plain text
935#: content/pages/scopes.md:4881#: content/pages/scopes.md:4
936#, no-wrap882#, no-wrap
937msgid "*Curious about scopes?*\n"883msgid "*Curious about scopes?*\n"
938msgstr ""884msgstr ""
939885
940#. type: Title ###886#. !!T
941#: content/pages/scopes.md:6887#: content/pages/scopes.md:7
942#, no-wrap888#, no-wrap
943msgid "How do favorites work?"889msgid "How do favorites work?"
944msgstr ""890msgstr ""
945891
946#. type: Plain text892#. type: Plain text
947#: content/pages/scopes.md:8893#: content/pages/scopes.md:9
948msgid ""894msgid ""
949"Swipe up from the bottom edge of the dash to reveal a scopes manager. "895"Swipe up from the bottom edge of the dash to reveal a scopes manager. "
950"Favorite scopes you wish to appear on your dash by selecting them. Selecting "896"Favorite scopes you wish to appear on your dash by selecting them. Selecting"
951"them again will remove the favorite. All favorited scopes will appear on "897" them again will remove the favorite. All favorited scopes will appear on "
952"your dash."898"your dash."
953msgstr ""899msgstr ""
954900
955#. type: Title ###901#. !!T
956#: content/pages/scopes.md:9902#: content/pages/scopes.md:10
957#, no-wrap903#, no-wrap
958msgid "How do I add new scopes?"904msgid "How do I add new scopes?"
959msgstr ""905msgstr ""
960906
961#. type: Plain text907#. type: Plain text
962#: content/pages/scopes.md:11908#: content/pages/scopes.md:12
963msgid ""909msgid ""
964"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "910"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
965"can add new scopes by selecting from the list of non-favorites below your "911"can add new scopes by selecting from the list of non-favorites below your "
@@ -967,17 +913,110 @@
967"store button in the upper right to look for it in the ubuntu store."913"store button in the upper right to look for it in the ubuntu store."
968msgstr ""914msgstr ""
969915
970#. type: Title ###916#. !!T
971#: content/pages/scopes.md:12917#: content/pages/scopes.md:13
972#, no-wrap918#, no-wrap
973msgid "How do I remove a scope?"919msgid "How do I remove a scope?"
974msgstr ""920msgstr ""
975921
976#. type: Plain text922#. type: Plain text
977#: content/pages/scopes.md:13923#: content/pages/scopes.md:14
978msgid ""924msgid ""
979"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "925"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
980"can remove a scopes by selecting it from the list of your favorites. This "926"can remove a scopes by selecting it from the list of your favorites. This "
981"will remove it from your dash. If you'd like to remove it completely, visit "927"will remove it from your dash. If you'd like to remove it completely, visit "
982"the scope page in the ubuntu store and select *Uninstall*."928"the scope page in the ubuntu store and select *Uninstall*."
983msgstr ""929msgstr ""
930
931#. type: Plain text
932#: content/pages/security.md:2
933msgid "Security"
934msgstr ""
935
936#. type: Plain text
937#: content/pages/basic.md:2
938msgid "Basic tasks"
939msgstr ""
940
941#. type: Plain text
942#: content/pages/index.md:2
943msgid "Welcome"
944msgstr ""
945
946#. type: Plain text
947#: content/pages/index.md:11
948msgid ""
949"[Take me to the FAQ!]({filename}faq.md) [Get in touch]({filename}get-in-"
950"touch.md)"
951msgstr ""
952"[Take me to the FAQ!]({filename}faq.de.md) [Get in touch]({filename}get-in-"
953"touch.md)"
954
955#. type: Plain text
956#: content/pages/settings.md:2
957msgid "Settings"
958msgstr ""
959
960#. type: Plain text
961#: content/pages/settings.md:13
962msgid ""
963"Open the *System Settings* application. For the time, check out the *Time & "
964"Date* section. For language, select *Language & Text*. "
965"![Icon]({filename}/images/settings.gif)"
966msgstr ""
967
968#. type: Plain text
969#: content/pages/ui.md:2
970msgid "User Interface"
971msgstr ""
972
973#. type: Plain text
974#: content/pages/apps.md:2
975msgid "Apps"
976msgstr ""
977
978#. type: Title ##
979#: content/pages/apps.md:8
980#, no-wrap
981msgid "Store"
982msgstr ""
983
984#. type: Plain text
985#: content/pages/scopes.md:2
986msgid "Scopes"
987msgstr ""
988
989#~ msgid "FAQ - Security"
990#~ msgstr "FAQ - Security"
991
992#~ msgid "FAQ - Store"
993#~ msgstr "FAQ - Store"
994
995#~ msgid "FAQ - Basic Tasks"
996#~ msgstr ""
997
998#~ msgid "Welcome to the Ubuntu Help App!"
999#~ msgstr ""
1000
1001#~ msgid "[Take me to the FAQ!]({filename}faq.md) \n"
1002#~ msgstr "[Gib mir die Antworten!]({filename}faq.md) \n"
1003
1004#~ msgid "[Get in touch]({filename}get-in-touch.md) \n"
1005#~ msgstr ""
1006
1007#~ msgid "FAQ - Settings"
1008#~ msgstr ""
1009
1010#~ msgid ""
1011#~ "Open the *System Settings* application. For the time, check out the *Time & "
1012#~ "Date* section. For language, select *Language & Text*."
1013#~ msgstr ""
1014
1015#~ msgid "FAQ - User Interface"
1016#~ msgstr ""
1017
1018#~ msgid "FAQ - Apps"
1019#~ msgstr ""
1020
1021#~ msgid "FAQ - Scopes"
1022#~ msgstr ""
9841023
=== modified file 'edit-here/po/es.po'
--- edit-here/po/es.po 2015-03-17 15:12:34 +0000
+++ edit-here/po/es.po 2015-03-18 16:12:17 +0000
@@ -2,7 +2,7 @@
2# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 20152# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
3# This file is distributed under the same license as the ubuntu-devices-help package.3# This file is distributed under the same license as the ubuntu-devices-help package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.4# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
5#5#
6msgid ""6msgid ""
7msgstr ""7msgstr ""
8"Project-Id-Version: ubuntu-devices-help\n"8"Project-Id-Version: ubuntu-devices-help\n"
@@ -14,13 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Generator: Launchpad (build 17389)\n"
17"X-Launchpad-Export-Date: 2015-03-11 05:50+0000\n"18"X-Launchpad-Export-Date: 2015-03-11 05:50+0000\n"
18"X-Generator: Launchpad (build 17389)\n"
19
20#. type: Plain text
21#: content/pages/security.md:2
22msgid "FAQ - Security"
23msgstr "PP. FF. – Seguridad"
2419
25#. type: Plain text20#. type: Plain text
26#: content/pages/security.md:421#: content/pages/security.md:4
@@ -28,14 +23,14 @@
28msgid "*Wondering how to make your phone more secure?*\n"23msgid "*Wondering how to make your phone more secure?*\n"
29msgstr ""24msgstr ""
3025
31#. type: Title ###26#. !!T
32#: content/pages/security.md:627#: content/pages/security.md:7
33#, no-wrap28#, no-wrap
34msgid "How do I lock the phone?"29msgid "How do I lock the phone?"
35msgstr ""30msgstr ""
3631
37#. type: Plain text32#. type: Plain text
38#: content/pages/security.md:833#: content/pages/security.md:9
39msgid ""34msgid ""
40"Pressing the power button to turn off the phone will lock it. In addition, "35"Pressing the power button to turn off the phone will lock it. In addition, "
41"you can control how long your phone will stay unlocked when idle. You can "36"you can control how long your phone will stay unlocked when idle. You can "
@@ -43,69 +38,69 @@
43"& Privacy*, then *Phone Locking* to adjust the *Lock when idle* setting."38"& Privacy*, then *Phone Locking* to adjust the *Lock when idle* setting."
44msgstr ""39msgstr ""
4540
46#. type: Title ###41#. !!T
47#: content/pages/security.md:942#: content/pages/security.md:10
48#, no-wrap43#, no-wrap
49msgid "How do I unlock the phone?"44msgid "How do I unlock the phone?"
50msgstr ""45msgstr ""
5146
52#. type: Plain text47#. type: Plain text
53#: content/pages/security.md:1148#: content/pages/security.md:12
54msgid ""49msgid ""
55"Swipe the screen to the left or right. Depending on what security you have "50"Swipe the screen to the left or right. Depending on what security you have "
56"enabled, you might be required to enter a pin or passcode."51"enabled, you might be required to enter a pin or passcode."
57msgstr ""52msgstr ""
5853
59#. type: Title ###54#. !!T
60#: content/pages/security.md:1255#: content/pages/security.md:13
61#, no-wrap56#, no-wrap
62msgid "How do I unlock the bootloader?"57msgid "How do I unlock the bootloader?"
63msgstr ""58msgstr ""
6459
65#. type: Plain text60#. type: Plain text
66#: content/pages/security.md:1461#: content/pages/security.md:15
67msgid ""62msgid ""
68"If you are trying to flash a developer image or perform other developer "63"If you are trying to flash a developer image or perform other developer "
69"related tasks, see the [developer site](http://developer.ubuntu.com/)"64"related tasks, see the [developer site](http://developer.ubuntu.com/)"
70msgstr ""65msgstr ""
7166
72#. type: Title ###67#. !!T
73#: content/pages/security.md:1568#: content/pages/security.md:16
74#, no-wrap69#, no-wrap
75msgid "How can I change my PIN/Passcode?"70msgid "How can I change my PIN/Passcode?"
76msgstr ""71msgstr ""
7772
78#. type: Plain text73#. type: Plain text
79#: content/pages/security.md:1774#: content/pages/security.md:18
80msgid ""75msgid ""
81"You can find these setting under the *System Settings* application. Select "76"You can find these setting under the *System Settings* application. Select "
82"*Security & Privacy* to adjust the *Lock when idle* setting."77"*Security & Privacy* to adjust the *Lock when idle* setting."
83msgstr ""78msgstr ""
8479
85#. type: Title ###80#. !!T
86#: content/pages/security.md:1881#: content/pages/security.md:19
87#, no-wrap82#, no-wrap
88msgid ""83msgid ""
89"Why do I have to type my PIN when using File Manager & Terminal (not default "84"Why do I have to type my PIN when using File Manager & Terminal (not default"
90"apps)?"85" apps)?"
91msgstr ""86msgstr ""
9287
93#. type: Plain text88#. type: Plain text
94#: content/pages/security.md:2089#: content/pages/security.md:21
95msgid ""90msgid ""
96"Since these applications allow for invasive system changes, your "91"Since these applications allow for invasive system changes, your "
97"pin/passcode is required. This is for your phone security."92"pin/passcode is required. This is for your phone security."
98msgstr ""93msgstr ""
9994
100#. type: Title ###95#. !!T
101#: content/pages/security.md:2196#: content/pages/security.md:22
102#, no-wrap97#, no-wrap
103msgid ""98msgid ""
104"How can I stop someone using the indicators when the phone is unlocked?"99"How can I stop someone using the indicators when the phone is unlocked?"
105msgstr ""100msgstr ""
106101
107#. type: Plain text102#. type: Plain text
108#: content/pages/security.md:23103#: content/pages/security.md:24
109msgid ""104msgid ""
110"You can find this setting under the *System Settings* application. Select "105"You can find this setting under the *System Settings* application. Select "
111"*Security & Privacy*, then *Phone Locking* to adjust the *When locked, "106"*Security & Privacy*, then *Phone Locking* to adjust the *When locked, "
@@ -113,178 +108,171 @@
113"settings* option."108"settings* option."
114msgstr ""109msgstr ""
115110
116#. type: Title ###111#. !!T
117#: content/pages/security.md:24112#: content/pages/security.md:25
118#, no-wrap113#, no-wrap
119msgid "I forgot my passworde/security code. How can I unlock the phone?"114msgid "I forgot my passworde/security code. How can I unlock the phone?"
120msgstr ""115msgstr ""
121116
122#. type: Plain text117#. type: Plain text
123#: content/pages/security.md:25118#: content/pages/security.md:26
124msgid "TBD"119msgid "TBD"
125msgstr ""120msgstr ""
126121
127#. type: Plain text122#. type: Plain text
128#: content/pages/store.md:2123#: content/pages/apps.md:11
129msgid "FAQ - Store"
130msgstr "PP. FF. – Tienda"
131
132#. type: Plain text
133#: content/pages/store.md:4
134#, no-wrap124#, no-wrap
135msgid "*Curious about the application store?*\n"125msgid "*Curious about the application store?*\n"
136msgstr ""126msgstr ""
137127
138#. type: Title ###128#. !!T
139#: content/pages/store.md:6129#: content/pages/apps.md:12
140#, no-wrap130#, no-wrap
141msgid "How do I find and install new applications?"131msgid "How do I find and install new applications?"
142msgstr ""132msgstr ""
143133
144#. type: Plain text134#. type: Plain text
145#: content/pages/store.md:8135#: content/pages/apps.md:14
146msgid ""136msgid ""
147"From the Apps scope, you can either tap on the “search” icon on the right "137"From the Apps scope, you can either tap on the “search” icon on the right "
148"and start searching by name, or you can go all the way down in the scope and "138"and start searching by name, or you can go all the way down in the scope and"
149"tap on the Ubuntu Store icon."139" tap on the Ubuntu Store icon."
150msgstr ""140msgstr ""
151141
152#. type: Title ###142#. !!T
153#: content/pages/store.md:9143#: content/pages/apps.md:15
154#, no-wrap144#, no-wrap
155msgid "How can I browse the app store from my PC?"145msgid "How can I browse the app store from my PC?"
156msgstr ""146msgstr ""
157147
158#. type: Plain text148#. type: Plain text
159#: content/pages/store.md:11149#: content/pages/apps.md:17
160msgid "At the moment, the app store is not able to be browsed from your pc."150msgid "At the moment, the app store is not able to be browsed from your pc."
161msgstr ""151msgstr ""
162152
163#. type: Title ###153#. !!T
164#: content/pages/store.md:12154#: content/pages/apps.md:18
165#, no-wrap155#, no-wrap
166msgid "How do I remove applications?"156msgid "How do I remove applications?"
167msgstr ""157msgstr ""
168158
169#. type: Plain text159#. type: Plain text
170#: content/pages/store.md:13160#: content/pages/apps.md:20
171msgid ""161msgid ""
172"Search for the application you wish to remove inside the store. Open it and "162"Search for the application you wish to remove inside the store. Open it and "
173"press the *Uninstall* button to remove the application."163"press the *Uninstall* button to remove the application."
174msgstr ""164msgstr ""
175165
176#. type: Plain text166#. type: Plain text
177#: content/pages/basic.md:2
178msgid "FAQ - Basic Tasks"
179msgstr "PP. FF. – Tareas básicas"
180
181#. type: Plain text
182#: content/pages/basic.md:4167#: content/pages/basic.md:4
183#, no-wrap168#, no-wrap
184msgid "*If you are wondering how to perform basic tasks, look here.*\n"169msgid "*If you are wondering how to perform basic tasks, look here.*\n"
185msgstr ""170msgstr ""
186171
187#. type: Title ###172#. !!T
188#: content/pages/basic.md:6173#: content/pages/basic.md:7
189#, no-wrap174#, no-wrap
190msgid "How do I play music?"175msgid "How do I play music?"
191msgstr ""176msgstr ""
192177
193#. type: Plain text178#. type: Plain text
194#: content/pages/basic.md:8
195msgid ""
196"The music app let's you play music copied to the device. In addition, "
197"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play "
198"music."
199msgstr ""
200
201#. type: Title ###
202#: content/pages/basic.md:9179#: content/pages/basic.md:9
180msgid ""
181"The music app let's you play music copied to the device. In addition, "
182"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play"
183" music."
184msgstr ""
185"The music app let's you play music copied to the device. In addition, "
186"[scopes]({filename}scopes.es.md) such as 7digital and Grooveshark can also "
187"play music."
188
189#. !!T
190#: content/pages/basic.md:10
203#, no-wrap191#, no-wrap
204msgid "How do I play videos?"192msgid "How do I play videos?"
205msgstr ""193msgstr ""
206194
207#. type: Plain text195#. type: Plain text
208#: content/pages/basic.md:11
209msgid ""
210"The media player application will play videos copied to the device. You will "
211"also find applications like youtube that give you streaming options."
212msgstr ""
213
214#. type: Title ###
215#: content/pages/basic.md:12196#: content/pages/basic.md:12
197msgid ""
198"The media player application will play videos copied to the device. You will"
199" also find applications like youtube that give you streaming options."
200msgstr ""
201
202#. !!T
203#: content/pages/basic.md:13
216#, no-wrap204#, no-wrap
217msgid "How do I take photos?"205msgid "How do I take photos?"
218msgstr ""206msgstr ""
219207
220#. type: Plain text208#. type: Plain text
221#: content/pages/basic.md:14209#: content/pages/basic.md:15
222msgid ""210msgid ""
223"The included camera application allows you to take photos. If your device "211"The included camera application allows you to take photos. If your device "
224"has both a front and rear camera, you can toggle which camera to use."212"has both a front and rear camera, you can toggle which camera to use."
225msgstr ""213msgstr ""
226214
227#. type: Title ###215#. !!T
228#: content/pages/basic.md:15216#: content/pages/basic.md:16
229#, no-wrap217#, no-wrap
230msgid "How do I record videos?"218msgid "How do I record videos?"
231msgstr ""219msgstr ""
232220
233#. type: Plain text221#. type: Plain text
234#: content/pages/basic.md:17222#: content/pages/basic.md:18
235msgid ""223msgid ""
236"The included camera application allows you to take videos. If your device "224"The included camera application allows you to take videos. If your device "
237"has both a front and rear camera, you can toggle which camera to use."225"has both a front and rear camera, you can toggle which camera to use."
238msgstr ""226msgstr ""
239227
240#. type: Title ###228#. !!T
241#: content/pages/basic.md:18229#: content/pages/basic.md:19
242#, no-wrap230#, no-wrap
243msgid "How do I see pictures I’ve taken?"231msgid "How do I see pictures I’ve taken?"
244msgstr ""232msgstr ""
245233
246#. type: Plain text234#. type: Plain text
247#: content/pages/basic.md:20235#: content/pages/basic.md:21
248msgid ""236msgid ""
249"If you've just taken a picture, you can see it easily by swiping to the left "237"If you've just taken a picture, you can see it easily by swiping to the left"
250"from the right edge inside the camera app. Alternatively, use the gallery "238" from the right edge inside the camera app. Alternatively, use the gallery "
251"app to find the picture."239"app to find the picture."
252msgstr ""240msgstr ""
253241
254#. type: Title ###242#. !!T
255#: content/pages/basic.md:21243#: content/pages/basic.md:22
256#, no-wrap244#, no-wrap
257msgid "How can I send a text?"245msgid "How can I send a text?"
258msgstr ""246msgstr ""
259247
260#. type: Plain text248#. type: Plain text
261#: content/pages/basic.md:23249#: content/pages/basic.md:24
262msgid ""250msgid ""
263"The default messaging application allows you to send sms as well as mms "251"The default messaging application allows you to send sms as well as mms "
264"messages."252"messages."
265msgstr ""253msgstr ""
266254
267#. type: Title ###255#. !!T
268#: content/pages/basic.md:24256#: content/pages/basic.md:25
269#, no-wrap257#, no-wrap
270msgid "How do I make a call?"258msgid "How do I make a call?"
271msgstr ""259msgstr ""
272260
273#. type: Plain text261#. type: Plain text
274#: content/pages/basic.md:26262#: content/pages/basic.md:27
275msgid ""263msgid ""
276"The default dialer app lets you make calls using a contact or by dialing a "264"The default dialer app lets you make calls using a contact or by dialing a "
277"number."265"number."
278msgstr ""266msgstr ""
279267
280#. type: Title ###268#. !!T
281#: content/pages/basic.md:27269#: content/pages/basic.md:28
282#, no-wrap270#, no-wrap
283msgid "How do I check recently made/missed calls?"271msgid "How do I check recently made/missed calls?"
284msgstr ""272msgstr ""
285273
286#. type: Plain text274#. type: Plain text
287#: content/pages/basic.md:28275#: content/pages/basic.md:29
288msgid ""276msgid ""
289"Swiping up from the bottom edge of the dialer app reveals the recent call "277"Swiping up from the bottom edge of the dialer app reveals the recent call "
290"list. You can also filter the list to include only missed calls."278"list. You can also filter the list to include only missed calls."
@@ -308,19 +296,19 @@
308#: content/pages/faq.md:6296#: content/pages/faq.md:6
309#, no-wrap297#, no-wrap
310msgid "[First day tasks]({filename}basic.md)"298msgid "[First day tasks]({filename}basic.md)"
311msgstr ""299msgstr "[First day tasks]({filename}basic.es.md)"
312300
313#. type: Title ###301#. type: Title ###
314#: content/pages/faq.md:7302#: content/pages/faq.md:7
315#, no-wrap303#, no-wrap
316msgid "[User Interface]({filename}ui.md)"304msgid "[User Interface]({filename}ui.md)"
317msgstr "[Interfaz de usuario]({filename}ui.md)"305msgstr "[Interfaz de usuario]({filename}ui.es.md)"
318306
319#. type: Title ###307#. type: Title ###
320#: content/pages/faq.md:8308#: content/pages/faq.md:8
321#, no-wrap309#, no-wrap
322msgid "[Settings]({filename}settings.md)"310msgid "[Settings]({filename}settings.md)"
323msgstr "[Configuración]({filename}settings.md)"311msgstr "[Configuración]({filename}settings.es.md)"
324312
325#. type: Title ###313#. type: Title ###
326#: content/pages/faq.md:9314#: content/pages/faq.md:9
@@ -332,24 +320,19 @@
332#: content/pages/faq.md:10320#: content/pages/faq.md:10
333#, no-wrap321#, no-wrap
334msgid "[Apps]({filename}apps.md)"322msgid "[Apps]({filename}apps.md)"
335msgstr "[Aplicaciones]({filename}apps.md)"323msgstr "[Aplicaciones]({filename}apps.es.md)"
336324
337#. type: Title ###325#. type: Title ###
338#: content/pages/faq.md:11326#: content/pages/faq.md:11
339#, no-wrap327#, no-wrap
340msgid "[Scopes]({filename}scopes.md)"328msgid "[Scopes]({filename}scopes.md)"
341msgstr "[«Scopes»]({filename}scopes.md)"329msgstr "[«Scopes»]({filename}scopes.es.md)"
342330
343#. type: Title ###331#. type: Title ###
344#: content/pages/faq.md:12332#: content/pages/faq.md:12
345#, no-wrap333#, no-wrap
346msgid "[Security]({filename}security.md)"334msgid "[Security]({filename}security.md)"
347msgstr "[Seguridad]({filename}security.md)"335msgstr "[Seguridad]({filename}security.es.md)"
348
349#. type: Plain text
350#: content/pages/index.md:2
351msgid "Welcome to the Ubuntu Help App!"
352msgstr "Esta es la aplicación de ayuda de Ubuntu."
353336
354#. type: Plain text337#. type: Plain text
355#: content/pages/index.md:5338#: content/pages/index.md:5
@@ -357,8 +340,8 @@
357"The world-wide Ubuntu community wants to give you the best possible "340"The world-wide Ubuntu community wants to give you the best possible "
358"experience on your Ubuntu device. This is why we collected:"341"experience on your Ubuntu device. This is why we collected:"
359msgstr ""342msgstr ""
360"La comunidad mundial de Ubuntu quiere ofrecerle la mejor experiencia posible "343"La comunidad mundial de Ubuntu quiere ofrecerle la mejor experiencia posible"
361"en su dispositivo con Ubuntu. Por ello hemos recopilado:"344" en su dispositivo con Ubuntu. Por ello hemos recopilado:"
362345
363#. type: Bullet: ' * '346#. type: Bullet: ' * '
364#: content/pages/index.md:9347#: content/pages/index.md:9
@@ -376,34 +359,19 @@
376msgstr ""359msgstr ""
377360
378#. type: Plain text361#. type: Plain text
379#: content/pages/index.md:10
380#, no-wrap
381msgid "[Take me to the FAQ!]({filename}faq.md) \n"
382msgstr ""
383
384#. type: Plain text
385#: content/pages/index.md:11
386#, no-wrap
387msgid "[Get in touch]({filename}get-in-touch.md) \n"
388msgstr ""
389
390#. type: Plain text
391#: content/pages/settings.md:2
392msgid "FAQ - Settings"
393msgstr "PP. FF. – Configuración"
394
395#. type: Plain text
396#: content/pages/settings.md:4362#: content/pages/settings.md:4
397#, no-wrap363#, no-wrap
398msgid "*How do I change my phone settings?*\n"364msgid "*How do I change my phone settings?*\n"
399msgstr "*¿Cómo modifico los ajustes del teléfono?*\n"365msgstr "*¿Cómo modifico los ajustes del teléfono?*\n"
400366
401#. type: Plain text367#. type: Plain text
402#: content/pages/settings.md:6368#: content/pages/security.md:6 content/pages/basic.md:6
369#: content/pages/settings.md:6 content/pages/ui.md:6 content/pages/apps.md:7
370#: content/pages/scopes.md:6
403msgid "[TOC]"371msgid "[TOC]"
404msgstr ""372msgstr "[TOC]"
405373
406#. type: Title ###374#. !!T
407#: content/pages/settings.md:7375#: content/pages/settings.md:7
408#, no-wrap376#, no-wrap
409msgid "How do I update my system?"377msgid "How do I update my system?"
@@ -418,69 +386,62 @@
418"Select *Update*, and then click the check for updates button."386"Select *Update*, and then click the check for updates button."
419msgstr ""387msgstr ""
420388
421#. type: Title ###389#. !!T
422#: content/pages/settings.md:10390#: content/pages/settings.md:10
423#, no-wrap391#, no-wrap
424msgid "How do I set the time / language?"392msgid "How do I set the time / language?"
425msgstr ""393msgstr ""
426394
427#. type: Plain text395#. !!T
428#: content/pages/settings.md:12396#: content/pages/settings.md:14
429msgid ""
430"Open the *System Settings* application. For the time, check out the *Time & "
431"Date* section. For language, select *Language & Text*."
432msgstr ""
433
434#. type: Title ###
435#: content/pages/settings.md:13
436#, no-wrap397#, no-wrap
437msgid "How can I change my wallpaper/background?"398msgid "How can I change my wallpaper/background?"
438msgstr ""399msgstr ""
439400
440#. type: Plain text401#. type: Plain text
441#: content/pages/settings.md:15402#: content/pages/settings.md:16
442msgid ""403msgid ""
443"Open the *System Settings* application. Select the *Background* option. "404"Open the *System Settings* application. Select the *Background* option. "
444"Press the *Add Image* button and choice your image to set as a background."405"Press the *Add Image* button and choice your image to set as a background."
445msgstr ""406msgstr ""
446407
447#. type: Title ###408#. !!T
448#: content/pages/settings.md:16409#: content/pages/settings.md:17
449#, no-wrap410#, no-wrap
450msgid "How do I keep the screen on?"411msgid "How do I keep the screen on?"
451msgstr ""412msgstr ""
452413
453#. type: Plain text414#. type: Plain text
454#: content/pages/settings.md:18415#: content/pages/settings.md:19
455msgid ""416msgid ""
456"Open the *System Settings* application, and select the *Security & Privacy* "417"Open the *System Settings* application, and select the *Security & Privacy* "
457"option. Select the *Lock Phone* option, and then *Lock when idle*. St"418"option. Select the *Lock Phone* option, and then *Lock when idle*. St"
458msgstr ""419msgstr ""
459420
460#. type: Title ###421#. !!T
461#: content/pages/settings.md:19422#: content/pages/settings.md:20
462#, no-wrap423#, no-wrap
463msgid "How do I set up my accounts?"424msgid "How do I set up my accounts?"
464msgstr ""425msgstr ""
465426
466#. type: Plain text427#. type: Plain text
467#: content/pages/settings.md:21428#: content/pages/settings.md:22
468msgid ""429msgid ""
469"You can set up some of your accounts from the scopes. Today scope allows you "430"You can set up some of your accounts from the scopes. Today scope allows you"
470"to configure your Google and Fitbit account, while the Pictures scope lets "431" to configure your Google and Fitbit account, while the Pictures scope lets "
471"you configure your flickr, Facebook and Instagram account. You can manage "432"you configure your flickr, Facebook and Instagram account. You can manage "
472"all your accounts (including social media, email, etc) from the *System "433"all your accounts (including social media, email, etc) from the *System "
473"Settings* app, under *Personal*, *Accounts*."434"Settings* app, under *Personal*, *Accounts*."
474msgstr ""435msgstr ""
475436
476#. type: Title ###437#. !!T
477#: content/pages/settings.md:22438#: content/pages/settings.md:23
478#, no-wrap439#, no-wrap
479msgid "How do I configure my notifications?"440msgid "How do I configure my notifications?"
480msgstr ""441msgstr ""
481442
482#. type: Plain text443#. type: Plain text
483#: content/pages/settings.md:24444#: content/pages/settings.md:25
484msgid ""445msgid ""
485"If you’re receiving too many notifications of your activity or want to "446"If you’re receiving too many notifications of your activity or want to "
486"change it for whatever reason, you can do so by going to the *System "447"change it for whatever reason, you can do so by going to the *System "
@@ -488,14 +449,14 @@
488"notifications from any application on your device."449"notifications from any application on your device."
489msgstr ""450msgstr ""
490451
491#. type: Title ###452#. !!T
492#: content/pages/settings.md:25453#: content/pages/settings.md:26
493#, no-wrap454#, no-wrap
494msgid "How do I change the ringtone for calls and texts?"455msgid "How do I change the ringtone for calls and texts?"
495msgstr ""456msgstr ""
496457
497#. type: Plain text458#. type: Plain text
498#: content/pages/settings.md:26459#: content/pages/settings.md:27
499msgid ""460msgid ""
500"You can change you ringtone for calls and texts to something new. Open the "461"You can change you ringtone for calls and texts to something new. Open the "
501"*System Settings* application, then select *Sound*. Under *Phone Calls* you "462"*System Settings* application, then select *Sound*. Under *Phone Calls* you "
@@ -504,11 +465,6 @@
504msgstr ""465msgstr ""
505466
506#. type: Plain text467#. type: Plain text
507#: content/pages/ui.md:2
508msgid "FAQ - User Interface"
509msgstr "PP. FF. – Interfaz de usuario"
510
511#. type: Plain text
512#: content/pages/ui.md:4468#: content/pages/ui.md:4
513#, no-wrap469#, no-wrap
514msgid ""470msgid ""
@@ -516,56 +472,56 @@
516"place!*\n"472"place!*\n"
517msgstr ""473msgstr ""
518474
519#. type: Title ###475#. !!T
520#: content/pages/ui.md:6476#: content/pages/ui.md:7
521#, no-wrap477#, no-wrap
522msgid "What is the dash?"478msgid "What is the dash?"
523msgstr ""479msgstr ""
524480
525#. type: Plain text481#. type: Plain text
526#: content/pages/ui.md:8482#: content/pages/ui.md:9
527msgid ""483msgid ""
528"The dash contains a list of applications installed on the device, along with "484"The dash contains a list of applications installed on the device, along with"
529"presenting the scopes and store. The dash is the first thing you see when "485" presenting the scopes and store. The dash is the first thing you see when "
530"booting the phone. You can switch to it again at any time by swiping left "486"booting the phone. You can switch to it again at any time by swiping left "
531"from the right screen edge."487"from the right screen edge."
532msgstr ""488msgstr ""
533489
534#. type: Title ###490#. !!T
535#: content/pages/ui.md:9491#: content/pages/ui.md:10
536#, no-wrap492#, no-wrap
537msgid "What is the launcher?"493msgid "What is the launcher?"
538msgstr ""494msgstr ""
539495
540#. type: Plain text496#. type: Plain text
541#: content/pages/ui.md:11497#: content/pages/ui.md:12
542msgid ""498msgid ""
543"The launcher allows you to easily launch new applications. You can access "499"The launcher allows you to easily launch new applications. You can access "
544"the launcher at any time by swiping right from the left screen edge."500"the launcher at any time by swiping right from the left screen edge."
545msgstr ""501msgstr ""
546502
547#. type: Title ###503#. !!T
548#: content/pages/ui.md:12504#: content/pages/ui.md:13
549#, no-wrap505#, no-wrap
550msgid "What are the indicators?"506msgid "What are the indicators?"
551msgstr ""507msgstr ""
552508
553#. type: Plain text509#. type: Plain text
554#: content/pages/ui.md:14510#: content/pages/ui.md:15
555msgid ""511msgid ""
556"Indicators convey quick useful information about your device, like the time, "512"Indicators convey quick useful information about your device, like the time,"
557"data connection, location, sound, and notifications. You can access the "513" data connection, location, sound, and notifications. You can access the "
558"indicators at any time by swiping down from the top screen edge."514"indicators at any time by swiping down from the top screen edge."
559msgstr ""515msgstr ""
560516
561#. type: Title ###517#. !!T
562#: content/pages/ui.md:15518#: content/pages/ui.md:16
563#, no-wrap519#, no-wrap
564msgid "How do I switch applications?"520msgid "How do I switch applications?"
565msgstr ""521msgstr ""
566522
567#. type: Plain text523#. type: Plain text
568#: content/pages/ui.md:18524#: content/pages/ui.md:19
569msgid ""525msgid ""
570"To switch applications, slide your finger left from the right edge of the "526"To switch applications, slide your finger left from the right edge of the "
571"screen. If you slide quickly you will cycle through each application. "527"screen. If you slide quickly you will cycle through each application. "
@@ -574,57 +530,57 @@
574"dash."530"dash."
575msgstr ""531msgstr ""
576532
577#. type: Title ###533#. !!T
578#: content/pages/ui.md:19534#: content/pages/ui.md:20
579#, no-wrap535#, no-wrap
580msgid "How do I close applications?"536msgid "How do I close applications?"
581msgstr ""537msgstr ""
582538
583#. type: Plain text539#. type: Plain text
584#: content/pages/ui.md:21
585msgid ""
586"To close an application, slide your finger *slowly* left from the right edge "
587"of the screen. An application switcher will appear. Place your finger on the "
588"application preview you wish to close and swipe up or down. The application "
589"will disappear."
590msgstr ""
591
592#. type: Title ###
593#: content/pages/ui.md:22540#: content/pages/ui.md:22
541msgid ""
542"To close an application, slide your finger *slowly* left from the right edge"
543" of the screen. An application switcher will appear. Place your finger on "
544"the application preview you wish to close and swipe up or down. The "
545"application will disappear."
546msgstr ""
547
548#. !!T
549#: content/pages/ui.md:23
594#, no-wrap550#, no-wrap
595msgid "How can I copy and paste?"551msgid "How can I copy and paste?"
596msgstr ""552msgstr ""
597553
598#. type: Plain text554#. type: Plain text
599#: content/pages/ui.md:24
600msgid ""
601"For text that can be copied and pasted, press and hold the text in question. "
602"A menu will appear allowing you to cut, copy and paste."
603msgstr ""
604
605#. type: Title ###
606#: content/pages/ui.md:25555#: content/pages/ui.md:25
556msgid ""
557"For text that can be copied and pasted, press and hold the text in question."
558" A menu will appear allowing you to cut, copy and paste."
559msgstr ""
560
561#. !!T
562#: content/pages/ui.md:26
607#, no-wrap563#, no-wrap
608msgid ""564msgid ""
609"What are the small characters on the keyboard and how can I select them?"565"What are the small characters on the keyboard and how can I select them?"
610msgstr ""566msgstr ""
611567
612#. type: Plain text568#. type: Plain text
613#: content/pages/ui.md:27569#: content/pages/ui.md:28
614msgid ""570msgid ""
615"Tapping and hold a character on the keyboard brings up a menu allowing you "571"Tapping and hold a character on the keyboard brings up a menu allowing you "
616"to select secondary characters. This allows you to select things like "572"to select secondary characters. This allows you to select things like "
617"numbers and accented characters. Give it a try!"573"numbers and accented characters. Give it a try!"
618msgstr ""574msgstr ""
619575
620#. type: Title ###576#. !!T
621#: content/pages/ui.md:28577#: content/pages/ui.md:29
622#, no-wrap578#, no-wrap
623msgid "The keyboard behaves funny. What can I do about it?"579msgid "The keyboard behaves funny. What can I do about it?"
624msgstr ""580msgstr ""
625581
626#. type: Plain text582#. type: Plain text
627#: content/pages/ui.md:30583#: content/pages/ui.md:31
628msgid ""584msgid ""
629"From the Settings app, you can go to Keyboard and try unsetting the "585"From the Settings app, you can go to Keyboard and try unsetting the "
630"autocompletion feature, and/or the auto capitalize option. This way, you'll "586"autocompletion feature, and/or the auto capitalize option. This way, you'll "
@@ -632,25 +588,20 @@
632"control of the input."588"control of the input."
633msgstr ""589msgstr ""
634590
635#. type: Title ###591#. !!T
636#: content/pages/ui.md:31592#: content/pages/ui.md:32
637#, no-wrap593#, no-wrap
638msgid "What is the round circle for? What does it show? Can I configure it?"594msgid "What is the round circle for? What does it show? Can I configure it?"
639msgstr ""595msgstr ""
640596
641#. type: Plain text597#. type: Plain text
642#: content/pages/ui.md:32598#: content/pages/ui.md:33
643msgid ""599msgid ""
644"The round circle is the infographic. It hows you recent phone activity, like "600"The round circle is the infographic. It hows you recent phone activity, like"
645"the number of messages received or the number of songs played."601" the number of messages received or the number of songs played."
646msgstr ""602msgstr ""
647603
648#. type: Plain text604#. type: Plain text
649#: content/pages/apps.md:2
650msgid "FAQ - Apps"
651msgstr "PP. FF. – Aplicaciones"
652
653#. type: Plain text
654#: content/pages/apps.md:5605#: content/pages/apps.md:5
655#, no-wrap606#, no-wrap
656msgid ""607msgid ""
@@ -659,105 +610,105 @@
659msgstr ""610msgstr ""
660611
661#. type: Title ##612#. type: Title ##
662#: content/pages/apps.md:6613#: content/pages/apps.md:21
663#, no-wrap614#, no-wrap
664msgid "Misc"615msgid "Misc"
665msgstr ""616msgstr ""
666617
667#. type: Title ###618#. !!T
668#: content/pages/apps.md:8619#: content/pages/apps.md:23
669#, no-wrap620#, no-wrap
670msgid "Do you have Spotify?"621msgid "Do you have Spotify?"
671msgstr ""622msgstr ""
672623
673#. type: Plain text624#. type: Plain text
674#: content/pages/apps.md:11625#: content/pages/apps.md:26
675msgid ""626msgid ""
676"If you have a Spotify premium account, just install 'CuteSpotify' "627"If you have a Spotify premium account, just install 'CuteSpotify' "
677"([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."628"([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."
678msgstr ""629msgstr ""
679630
680#. type: Title ###631#. !!T
681#: content/pages/apps.md:12632#: content/pages/apps.md:27
682#, no-wrap633#, no-wrap
683msgid "Do you have Google Authenticator?"634msgid "Do you have Google Authenticator?"
684msgstr ""635msgstr ""
685636
686#. type: Plain text637#. type: Plain text
687#: content/pages/apps.md:14638#: content/pages/apps.md:29
688msgid "Sure, install the 'Authenticator' app from the software store."639msgid "Sure, install the 'Authenticator' app from the software store."
689msgstr ""640msgstr ""
690641
691#. type: Title ##642#. type: Title ##
692#: content/pages/apps.md:15643#: content/pages/apps.md:30
693#, no-wrap644#, no-wrap
694msgid "Music"645msgid "Music"
695msgstr ""646msgstr ""
696647
697#. type: Title ###648#. !!T
698#: content/pages/apps.md:17649#: content/pages/apps.md:32
699#, no-wrap650#, no-wrap
700msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"651msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"
701msgstr ""652msgstr ""
702653
703#. type: Plain text654#. type: Plain text
704#: content/pages/apps.md:19655#: content/pages/apps.md:34
705msgid ""656msgid ""
706"You can add music in multiple ways. If you have pre-existing music files, "657"You can add music in multiple ways. If you have pre-existing music files, "
707"simply connect your phone to your pc via the usb cable. Next, copy the music "658"simply connect your phone to your pc via the usb cable. Next, copy the music"
708"you wish to listen to to the *Music* folder. Your music will appear in the "659" you wish to listen to to the *Music* folder. Your music will appear in the "
709"music app. Alternatively, you can acquire music directly using the device "660"music app. Alternatively, you can acquire music directly using the device "
710"via a scope, such as grooveshark or by downloading via the browser or "661"via a scope, such as grooveshark or by downloading via the browser or "
711"another application."662"another application."
712msgstr ""663msgstr ""
713664
714#. type: Title ###665#. !!T
715#: content/pages/apps.md:20666#: content/pages/apps.md:35
716#, no-wrap667#, no-wrap
717msgid "What music formats are supported (flac, mp3 etc)?"668msgid "What music formats are supported (flac, mp3 etc)?"
718msgstr ""669msgstr ""
719670
720#. type: Plain text671#. type: Plain text
721#: content/pages/apps.md:22672#: content/pages/apps.md:37
722msgid "The music app supports ogg, flac and mp3 formats."673msgid "The music app supports ogg, flac and mp3 formats."
723msgstr ""674msgstr ""
724675
725#. type: Title ##676#. type: Title ##
726#: content/pages/apps.md:23677#: content/pages/apps.md:38
727#, no-wrap678#, no-wrap
728msgid "Contacts"679msgid "Contacts"
729msgstr ""680msgstr ""
730681
731#. type: Title ###682#. !!T
732#: content/pages/apps.md:25683#: content/pages/apps.md:40
733#, no-wrap684#, no-wrap
734msgid "How can I sync my Google contacts to my device?"685msgid "How can I sync my Google contacts to my device?"
735msgstr ""686msgstr ""
736687
737#. type: Plain text688#. type: Plain text
738#: content/pages/apps.md:27689#: content/pages/apps.md:42
739msgid ""690msgid ""
740"The first time you open the Contacts app you’ll be asked if you want to sync "691"The first time you open the Contacts app you’ll be asked if you want to sync"
741"contacts with your Google account. If you have answered “no” but change your "692" contacts with your Google account. If you have answered “no” but change "
742"mind later, you can do so by going to the Today scope, and setting up your "693"your mind later, you can do so by going to the Today scope, and setting up "
743"Google account there. After that you can sync your contacts (and, if you "694"your Google account there. After that you can sync your contacts (and, if "
744"want, calendar events as well)."695"you want, calendar events as well)."
745msgstr ""696msgstr ""
746697
747#. type: Title ##698#. type: Title ##
748#: content/pages/apps.md:29699#: content/pages/apps.md:44
749#, no-wrap700#, no-wrap
750msgid "Gallery"701msgid "Gallery"
751msgstr ""702msgstr ""
752703
753#. type: Title ###704#. !!T
754#: content/pages/apps.md:31705#: content/pages/apps.md:46
755#, no-wrap706#, no-wrap
756msgid "How can I share photos?"707msgid "How can I share photos?"
757msgstr ""708msgstr ""
758709
759#. type: Plain text710#. type: Plain text
760#: content/pages/apps.md:33711#: content/pages/apps.md:48
761msgid ""712msgid ""
762"If you've just taken a picture, share it easily by swiping to the left from "713"If you've just taken a picture, share it easily by swiping to the left from "
763"the right edge inside the camera app. Alternatively, use the gallery app to "714"the right edge inside the camera app. Alternatively, use the gallery app to "
@@ -765,61 +716,61 @@
765"you wish to share your photo."716"you wish to share your photo."
766msgstr ""717msgstr ""
767718
768#. type: Title ###719#. !!T
769#: content/pages/apps.md:34720#: content/pages/apps.md:49
770#, no-wrap721#, no-wrap
771msgid "How can I share video?"722msgid "How can I share video?"
772msgstr ""723msgstr ""
773724
774#. type: Plain text725#. type: Plain text
775#: content/pages/apps.md:36726#: content/pages/apps.md:51
776msgid ""727msgid ""
777"If you've just taken a video, share it easily by swiping to the left from "728"If you've just taken a video, share it easily by swiping to the left from "
778"the right edge inside the camera app. Alternatively, use the gallery app to "729"the right edge inside the camera app. Alternatively, use the gallery app to "
779"find the video. Once loaded, select *Share* from the menu and choose how you "730"find the video. Once loaded, select *Share* from the menu and choose how you"
780"wish to share your video."731" wish to share your video."
781msgstr ""732msgstr ""
782733
783#. type: Title ##734#. type: Title ##
784#: content/pages/apps.md:38735#: content/pages/apps.md:53
785#, no-wrap736#, no-wrap
786msgid "Camera"737msgid "Camera"
787msgstr ""738msgstr ""
788739
789#. type: Title ###740#. !!T
790#: content/pages/apps.md:40741#: content/pages/apps.md:55
791#, no-wrap742#, no-wrap
792msgid "How can I take a picture?"743msgid "How can I take a picture?"
793msgstr ""744msgstr ""
794745
795#. type: Plain text746#. type: Plain text
796#: content/pages/apps.md:42747#: content/pages/apps.md:57
797msgid ""748msgid ""
798"Select the camera app from the launcher or app scope. Swipe up from the "749"Select the camera app from the launcher or app scope. Swipe up from the "
799"bottom edge of the phone for additional options. Enjoy taking your picture!"750"bottom edge of the phone for additional options. Enjoy taking your picture!"
800msgstr ""751msgstr ""
801752
802#. type: Title ###753#. !!T
803#: content/pages/apps.md:43754#: content/pages/apps.md:58
804#, no-wrap755#, no-wrap
805msgid "How can I crop / rotate a picture?"756msgid "How can I crop / rotate a picture?"
806msgstr ""757msgstr ""
807758
808#. type: Plain text759#. type: Plain text
809#: content/pages/apps.md:45760#: content/pages/apps.md:60
810msgid ""761msgid ""
811"Use the gallery app to select your picture. Select the *Edit* button next to "762"Use the gallery app to select your picture. Select the *Edit* button next to"
812"the menu. Inside you'll find options to crop and rotate your picture."763" the menu. Inside you'll find options to crop and rotate your picture."
813msgstr ""764msgstr ""
814765
815#. type: Title ###766#. !!T
816#: content/pages/apps.md:46767#: content/pages/apps.md:61
817#, no-wrap768#, no-wrap
818msgid "How can I take video?"769msgid "How can I take video?"
819msgstr ""770msgstr ""
820771
821#. type: Plain text772#. type: Plain text
822#: content/pages/apps.md:48773#: content/pages/apps.md:63
823msgid ""774msgid ""
824"Select the camera app from the launcher or app scope. Select the video icon "775"Select the camera app from the launcher or app scope. Select the video icon "
825"on the bottom of the screen. Swipe up from the bottom edge of the phone for "776"on the bottom of the screen. Swipe up from the bottom edge of the phone for "
@@ -827,19 +778,19 @@
827msgstr ""778msgstr ""
828779
829#. type: Title ##780#. type: Title ##
830#: content/pages/apps.md:49781#: content/pages/apps.md:64
831#, no-wrap782#, no-wrap
832msgid "Clock"783msgid "Clock"
833msgstr ""784msgstr ""
834785
835#. type: Title ###786#. !!T
836#: content/pages/apps.md:51787#: content/pages/apps.md:66
837#, no-wrap788#, no-wrap
838msgid "How do I set an alarm?"789msgid "How do I set an alarm?"
839msgstr ""790msgstr ""
840791
841#. type: Plain text792#. type: Plain text
842#: content/pages/apps.md:54793#: content/pages/apps.md:69
843msgid ""794msgid ""
844"Alarms are handled by the clock app. To add a new alarm, launch the clock "795"Alarms are handled by the clock app. To add a new alarm, launch the clock "
845"app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "796"app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "
@@ -852,43 +803,43 @@
852msgstr ""803msgstr ""
853804
854#. type: Title ##805#. type: Title ##
855#: content/pages/apps.md:56806#: content/pages/apps.md:71
856#, no-wrap807#, no-wrap
857msgid "HERE Maps"808msgid "HERE Maps"
858msgstr ""809msgstr ""
859810
860#. type: Title ###811#. !!T
861#: content/pages/apps.md:58812#: content/pages/apps.md:73
862#, no-wrap813#, no-wrap
863msgid "How can I get directions?"814msgid "How can I get directions?"
864msgstr ""815msgstr ""
865816
866#. type: Plain text817#. type: Plain text
867#: content/pages/apps.md:60818#: content/pages/apps.md:75
868msgid ""819msgid ""
869"Load the HERE maps application from the app scope. Open the menu and select "820"Load the HERE maps application from the app scope. Open the menu and select "
870"*Directions*. Enter your destination and tap the *Get Directions* button."821"*Directions*. Enter your destination and tap the *Get Directions* button."
871msgstr ""822msgstr ""
872823
873#. type: Title ###824#. !!T
874#: content/pages/apps.md:61825#: content/pages/apps.md:76
875#, no-wrap826#, no-wrap
876msgid "Can I navigate offline?"827msgid "Can I navigate offline?"
877msgstr ""828msgstr ""
878829
879#. type: Plain text830#. type: Plain text
880#: content/pages/apps.md:63831#: content/pages/apps.md:78
881msgid "Unfortunately navigation requires an active connection."832msgid "Unfortunately navigation requires an active connection."
882msgstr ""833msgstr ""
883834
884#. type: Title ###835#. !!T
885#: content/pages/apps.md:64836#: content/pages/apps.md:79
886#, no-wrap837#, no-wrap
887msgid "Can I view the map offline?"838msgid "Can I view the map offline?"
888msgstr ""839msgstr ""
889840
890#. type: Plain text841#. type: Plain text
891#: content/pages/apps.md:65842#: content/pages/apps.md:80
892msgid ""843msgid ""
893"Yes, although parts of the map may be missing and search is disabled while "844"Yes, although parts of the map may be missing and search is disabled while "
894"offline."845"offline."
@@ -920,39 +871,34 @@
920msgstr ""871msgstr ""
921872
922#. type: Plain text873#. type: Plain text
923#: content/pages/scopes.md:2
924msgid "FAQ - Scopes"
925msgstr "PP. FF. – Scopes"
926
927#. type: Plain text
928#: content/pages/scopes.md:4874#: content/pages/scopes.md:4
929#, no-wrap875#, no-wrap
930msgid "*Curious about scopes?*\n"876msgid "*Curious about scopes?*\n"
931msgstr ""877msgstr ""
932878
933#. type: Title ###879#. !!T
934#: content/pages/scopes.md:6880#: content/pages/scopes.md:7
935#, no-wrap881#, no-wrap
936msgid "How do favorites work?"882msgid "How do favorites work?"
937msgstr ""883msgstr ""
938884
939#. type: Plain text885#. type: Plain text
940#: content/pages/scopes.md:8886#: content/pages/scopes.md:9
941msgid ""887msgid ""
942"Swipe up from the bottom edge of the dash to reveal a scopes manager. "888"Swipe up from the bottom edge of the dash to reveal a scopes manager. "
943"Favorite scopes you wish to appear on your dash by selecting them. Selecting "889"Favorite scopes you wish to appear on your dash by selecting them. Selecting"
944"them again will remove the favorite. All favorited scopes will appear on "890" them again will remove the favorite. All favorited scopes will appear on "
945"your dash."891"your dash."
946msgstr ""892msgstr ""
947893
948#. type: Title ###894#. !!T
949#: content/pages/scopes.md:9895#: content/pages/scopes.md:10
950#, no-wrap896#, no-wrap
951msgid "How do I add new scopes?"897msgid "How do I add new scopes?"
952msgstr ""898msgstr ""
953899
954#. type: Plain text900#. type: Plain text
955#: content/pages/scopes.md:11901#: content/pages/scopes.md:12
956msgid ""902msgid ""
957"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "903"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
958"can add new scopes by selecting from the list of non-favorites below your "904"can add new scopes by selecting from the list of non-favorites below your "
@@ -960,17 +906,110 @@
960"store button in the upper right to look for it in the ubuntu store."906"store button in the upper right to look for it in the ubuntu store."
961msgstr ""907msgstr ""
962908
963#. type: Title ###909#. !!T
964#: content/pages/scopes.md:12910#: content/pages/scopes.md:13
965#, no-wrap911#, no-wrap
966msgid "How do I remove a scope?"912msgid "How do I remove a scope?"
967msgstr ""913msgstr ""
968914
969#. type: Plain text915#. type: Plain text
970#: content/pages/scopes.md:13916#: content/pages/scopes.md:14
971msgid ""917msgid ""
972"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "918"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
973"can remove a scopes by selecting it from the list of your favorites. This "919"can remove a scopes by selecting it from the list of your favorites. This "
974"will remove it from your dash. If you'd like to remove it completely, visit "920"will remove it from your dash. If you'd like to remove it completely, visit "
975"the scope page in the ubuntu store and select *Uninstall*."921"the scope page in the ubuntu store and select *Uninstall*."
976msgstr ""922msgstr ""
923
924#. type: Plain text
925#: content/pages/security.md:2
926msgid "Security"
927msgstr ""
928
929#. type: Plain text
930#: content/pages/basic.md:2
931msgid "Basic tasks"
932msgstr ""
933
934#. type: Plain text
935#: content/pages/index.md:2
936msgid "Welcome"
937msgstr ""
938
939#. type: Plain text
940#: content/pages/index.md:11
941msgid ""
942"[Take me to the FAQ!]({filename}faq.md) [Get in touch]({filename}get-in-"
943"touch.md)"
944msgstr ""
945"[Take me to the FAQ!]({filename}faq.es.md) [Get in touch]({filename}get-in-"
946"touch.md)"
947
948#. type: Plain text
949#: content/pages/settings.md:2
950msgid "Settings"
951msgstr ""
952
953#. type: Plain text
954#: content/pages/settings.md:13
955msgid ""
956"Open the *System Settings* application. For the time, check out the *Time & "
957"Date* section. For language, select *Language & Text*. "
958"![Icon]({filename}/images/settings.gif)"
959msgstr ""
960
961#. type: Plain text
962#: content/pages/ui.md:2
963msgid "User Interface"
964msgstr ""
965
966#. type: Plain text
967#: content/pages/apps.md:2
968msgid "Apps"
969msgstr ""
970
971#. type: Title ##
972#: content/pages/apps.md:8
973#, no-wrap
974msgid "Store"
975msgstr ""
976
977#. type: Plain text
978#: content/pages/scopes.md:2
979msgid "Scopes"
980msgstr ""
981
982#~ msgid "FAQ - Security"
983#~ msgstr "PP. FF. – Seguridad"
984
985#~ msgid "FAQ - Store"
986#~ msgstr "PP. FF. – Tienda"
987
988#~ msgid "FAQ - Basic Tasks"
989#~ msgstr "PP. FF. – Tareas básicas"
990
991#~ msgid "Welcome to the Ubuntu Help App!"
992#~ msgstr "Esta es la aplicación de ayuda de Ubuntu."
993
994#~ msgid "[Take me to the FAQ!]({filename}faq.md) \n"
995#~ msgstr ""
996
997#~ msgid "[Get in touch]({filename}get-in-touch.md) \n"
998#~ msgstr ""
999
1000#~ msgid "FAQ - Settings"
1001#~ msgstr "PP. FF. – Configuración"
1002
1003#~ msgid ""
1004#~ "Open the *System Settings* application. For the time, check out the *Time & "
1005#~ "Date* section. For language, select *Language & Text*."
1006#~ msgstr ""
1007
1008#~ msgid "FAQ - User Interface"
1009#~ msgstr "PP. FF. – Interfaz de usuario"
1010
1011#~ msgid "FAQ - Apps"
1012#~ msgstr "PP. FF. – Aplicaciones"
1013
1014#~ msgid "FAQ - Scopes"
1015#~ msgstr "PP. FF. – Scopes"
9771016
=== modified file 'edit-here/po/fr.po'
--- edit-here/po/fr.po 2015-03-17 15:12:34 +0000
+++ edit-here/po/fr.po 2015-03-18 16:12:17 +0000
@@ -2,7 +2,7 @@
2# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 20152# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
3# This file is distributed under the same license as the ubuntu-devices-help package.3# This file is distributed under the same license as the ubuntu-devices-help package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.4# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
5#5#
6msgid ""6msgid ""
7msgstr ""7msgstr ""
8"Project-Id-Version: ubuntu-devices-help\n"8"Project-Id-Version: ubuntu-devices-help\n"
@@ -14,13 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Generator: Launchpad (build 17389)\n"
17"X-Launchpad-Export-Date: 2015-03-11 05:50+0000\n"18"X-Launchpad-Export-Date: 2015-03-11 05:50+0000\n"
18"X-Generator: Launchpad (build 17389)\n"
19
20#. type: Plain text
21#: content/pages/security.md:2
22msgid "FAQ - Security"
23msgstr ""
2419
25#. type: Plain text20#. type: Plain text
26#: content/pages/security.md:421#: content/pages/security.md:4
@@ -28,14 +23,14 @@
28msgid "*Wondering how to make your phone more secure?*\n"23msgid "*Wondering how to make your phone more secure?*\n"
29msgstr ""24msgstr ""
3025
31#. type: Title ###26#. !!T
32#: content/pages/security.md:627#: content/pages/security.md:7
33#, no-wrap28#, no-wrap
34msgid "How do I lock the phone?"29msgid "How do I lock the phone?"
35msgstr ""30msgstr ""
3631
37#. type: Plain text32#. type: Plain text
38#: content/pages/security.md:833#: content/pages/security.md:9
39msgid ""34msgid ""
40"Pressing the power button to turn off the phone will lock it. In addition, "35"Pressing the power button to turn off the phone will lock it. In addition, "
41"you can control how long your phone will stay unlocked when idle. You can "36"you can control how long your phone will stay unlocked when idle. You can "
@@ -43,69 +38,69 @@
43"& Privacy*, then *Phone Locking* to adjust the *Lock when idle* setting."38"& Privacy*, then *Phone Locking* to adjust the *Lock when idle* setting."
44msgstr ""39msgstr ""
4540
46#. type: Title ###41#. !!T
47#: content/pages/security.md:942#: content/pages/security.md:10
48#, no-wrap43#, no-wrap
49msgid "How do I unlock the phone?"44msgid "How do I unlock the phone?"
50msgstr ""45msgstr ""
5146
52#. type: Plain text47#. type: Plain text
53#: content/pages/security.md:1148#: content/pages/security.md:12
54msgid ""49msgid ""
55"Swipe the screen to the left or right. Depending on what security you have "50"Swipe the screen to the left or right. Depending on what security you have "
56"enabled, you might be required to enter a pin or passcode."51"enabled, you might be required to enter a pin or passcode."
57msgstr ""52msgstr ""
5853
59#. type: Title ###54#. !!T
60#: content/pages/security.md:1255#: content/pages/security.md:13
61#, no-wrap56#, no-wrap
62msgid "How do I unlock the bootloader?"57msgid "How do I unlock the bootloader?"
63msgstr ""58msgstr ""
6459
65#. type: Plain text60#. type: Plain text
66#: content/pages/security.md:1461#: content/pages/security.md:15
67msgid ""62msgid ""
68"If you are trying to flash a developer image or perform other developer "63"If you are trying to flash a developer image or perform other developer "
69"related tasks, see the [developer site](http://developer.ubuntu.com/)"64"related tasks, see the [developer site](http://developer.ubuntu.com/)"
70msgstr ""65msgstr ""
7166
72#. type: Title ###67#. !!T
73#: content/pages/security.md:1568#: content/pages/security.md:16
74#, no-wrap69#, no-wrap
75msgid "How can I change my PIN/Passcode?"70msgid "How can I change my PIN/Passcode?"
76msgstr ""71msgstr ""
7772
78#. type: Plain text73#. type: Plain text
79#: content/pages/security.md:1774#: content/pages/security.md:18
80msgid ""75msgid ""
81"You can find these setting under the *System Settings* application. Select "76"You can find these setting under the *System Settings* application. Select "
82"*Security & Privacy* to adjust the *Lock when idle* setting."77"*Security & Privacy* to adjust the *Lock when idle* setting."
83msgstr ""78msgstr ""
8479
85#. type: Title ###80#. !!T
86#: content/pages/security.md:1881#: content/pages/security.md:19
87#, no-wrap82#, no-wrap
88msgid ""83msgid ""
89"Why do I have to type my PIN when using File Manager & Terminal (not default "84"Why do I have to type my PIN when using File Manager & Terminal (not default"
90"apps)?"85" apps)?"
91msgstr ""86msgstr ""
9287
93#. type: Plain text88#. type: Plain text
94#: content/pages/security.md:2089#: content/pages/security.md:21
95msgid ""90msgid ""
96"Since these applications allow for invasive system changes, your "91"Since these applications allow for invasive system changes, your "
97"pin/passcode is required. This is for your phone security."92"pin/passcode is required. This is for your phone security."
98msgstr ""93msgstr ""
9994
100#. type: Title ###95#. !!T
101#: content/pages/security.md:2196#: content/pages/security.md:22
102#, no-wrap97#, no-wrap
103msgid ""98msgid ""
104"How can I stop someone using the indicators when the phone is unlocked?"99"How can I stop someone using the indicators when the phone is unlocked?"
105msgstr ""100msgstr ""
106101
107#. type: Plain text102#. type: Plain text
108#: content/pages/security.md:23103#: content/pages/security.md:24
109msgid ""104msgid ""
110"You can find this setting under the *System Settings* application. Select "105"You can find this setting under the *System Settings* application. Select "
111"*Security & Privacy*, then *Phone Locking* to adjust the *When locked, "106"*Security & Privacy*, then *Phone Locking* to adjust the *When locked, "
@@ -113,178 +108,171 @@
113"settings* option."108"settings* option."
114msgstr ""109msgstr ""
115110
116#. type: Title ###111#. !!T
117#: content/pages/security.md:24112#: content/pages/security.md:25
118#, no-wrap113#, no-wrap
119msgid "I forgot my passworde/security code. How can I unlock the phone?"114msgid "I forgot my passworde/security code. How can I unlock the phone?"
120msgstr ""115msgstr ""
121116
122#. type: Plain text117#. type: Plain text
123#: content/pages/security.md:25118#: content/pages/security.md:26
124msgid "TBD"119msgid "TBD"
125msgstr ""120msgstr ""
126121
127#. type: Plain text122#. type: Plain text
128#: content/pages/store.md:2123#: content/pages/apps.md:11
129msgid "FAQ - Store"
130msgstr ""
131
132#. type: Plain text
133#: content/pages/store.md:4
134#, no-wrap124#, no-wrap
135msgid "*Curious about the application store?*\n"125msgid "*Curious about the application store?*\n"
136msgstr ""126msgstr ""
137127
138#. type: Title ###128#. !!T
139#: content/pages/store.md:6129#: content/pages/apps.md:12
140#, no-wrap130#, no-wrap
141msgid "How do I find and install new applications?"131msgid "How do I find and install new applications?"
142msgstr ""132msgstr ""
143133
144#. type: Plain text134#. type: Plain text
145#: content/pages/store.md:8135#: content/pages/apps.md:14
146msgid ""136msgid ""
147"From the Apps scope, you can either tap on the “search” icon on the right "137"From the Apps scope, you can either tap on the “search” icon on the right "
148"and start searching by name, or you can go all the way down in the scope and "138"and start searching by name, or you can go all the way down in the scope and"
149"tap on the Ubuntu Store icon."139" tap on the Ubuntu Store icon."
150msgstr ""140msgstr ""
151141
152#. type: Title ###142#. !!T
153#: content/pages/store.md:9143#: content/pages/apps.md:15
154#, no-wrap144#, no-wrap
155msgid "How can I browse the app store from my PC?"145msgid "How can I browse the app store from my PC?"
156msgstr ""146msgstr ""
157147
158#. type: Plain text148#. type: Plain text
159#: content/pages/store.md:11149#: content/pages/apps.md:17
160msgid "At the moment, the app store is not able to be browsed from your pc."150msgid "At the moment, the app store is not able to be browsed from your pc."
161msgstr ""151msgstr ""
162152
163#. type: Title ###153#. !!T
164#: content/pages/store.md:12154#: content/pages/apps.md:18
165#, no-wrap155#, no-wrap
166msgid "How do I remove applications?"156msgid "How do I remove applications?"
167msgstr ""157msgstr ""
168158
169#. type: Plain text159#. type: Plain text
170#: content/pages/store.md:13160#: content/pages/apps.md:20
171msgid ""161msgid ""
172"Search for the application you wish to remove inside the store. Open it and "162"Search for the application you wish to remove inside the store. Open it and "
173"press the *Uninstall* button to remove the application."163"press the *Uninstall* button to remove the application."
174msgstr ""164msgstr ""
175165
176#. type: Plain text166#. type: Plain text
177#: content/pages/basic.md:2
178msgid "FAQ - Basic Tasks"
179msgstr ""
180
181#. type: Plain text
182#: content/pages/basic.md:4167#: content/pages/basic.md:4
183#, no-wrap168#, no-wrap
184msgid "*If you are wondering how to perform basic tasks, look here.*\n"169msgid "*If you are wondering how to perform basic tasks, look here.*\n"
185msgstr ""170msgstr ""
186171
187#. type: Title ###172#. !!T
188#: content/pages/basic.md:6173#: content/pages/basic.md:7
189#, no-wrap174#, no-wrap
190msgid "How do I play music?"175msgid "How do I play music?"
191msgstr ""176msgstr ""
192177
193#. type: Plain text178#. type: Plain text
194#: content/pages/basic.md:8
195msgid ""
196"The music app let's you play music copied to the device. In addition, "
197"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play "
198"music."
199msgstr ""
200
201#. type: Title ###
202#: content/pages/basic.md:9179#: content/pages/basic.md:9
180msgid ""
181"The music app let's you play music copied to the device. In addition, "
182"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play"
183" music."
184msgstr ""
185"The music app let's you play music copied to the device. In addition, "
186"[scopes]({filename}scopes.fr.md) such as 7digital and Grooveshark can also "
187"play music."
188
189#. !!T
190#: content/pages/basic.md:10
203#, no-wrap191#, no-wrap
204msgid "How do I play videos?"192msgid "How do I play videos?"
205msgstr ""193msgstr ""
206194
207#. type: Plain text195#. type: Plain text
208#: content/pages/basic.md:11
209msgid ""
210"The media player application will play videos copied to the device. You will "
211"also find applications like youtube that give you streaming options."
212msgstr ""
213
214#. type: Title ###
215#: content/pages/basic.md:12196#: content/pages/basic.md:12
197msgid ""
198"The media player application will play videos copied to the device. You will"
199" also find applications like youtube that give you streaming options."
200msgstr ""
201
202#. !!T
203#: content/pages/basic.md:13
216#, no-wrap204#, no-wrap
217msgid "How do I take photos?"205msgid "How do I take photos?"
218msgstr ""206msgstr ""
219207
220#. type: Plain text208#. type: Plain text
221#: content/pages/basic.md:14209#: content/pages/basic.md:15
222msgid ""210msgid ""
223"The included camera application allows you to take photos. If your device "211"The included camera application allows you to take photos. If your device "
224"has both a front and rear camera, you can toggle which camera to use."212"has both a front and rear camera, you can toggle which camera to use."
225msgstr ""213msgstr ""
226214
227#. type: Title ###215#. !!T
228#: content/pages/basic.md:15216#: content/pages/basic.md:16
229#, no-wrap217#, no-wrap
230msgid "How do I record videos?"218msgid "How do I record videos?"
231msgstr ""219msgstr ""
232220
233#. type: Plain text221#. type: Plain text
234#: content/pages/basic.md:17222#: content/pages/basic.md:18
235msgid ""223msgid ""
236"The included camera application allows you to take videos. If your device "224"The included camera application allows you to take videos. If your device "
237"has both a front and rear camera, you can toggle which camera to use."225"has both a front and rear camera, you can toggle which camera to use."
238msgstr ""226msgstr ""
239227
240#. type: Title ###228#. !!T
241#: content/pages/basic.md:18229#: content/pages/basic.md:19
242#, no-wrap230#, no-wrap
243msgid "How do I see pictures I’ve taken?"231msgid "How do I see pictures I’ve taken?"
244msgstr ""232msgstr ""
245233
246#. type: Plain text234#. type: Plain text
247#: content/pages/basic.md:20235#: content/pages/basic.md:21
248msgid ""236msgid ""
249"If you've just taken a picture, you can see it easily by swiping to the left "237"If you've just taken a picture, you can see it easily by swiping to the left"
250"from the right edge inside the camera app. Alternatively, use the gallery "238" from the right edge inside the camera app. Alternatively, use the gallery "
251"app to find the picture."239"app to find the picture."
252msgstr ""240msgstr ""
253241
254#. type: Title ###242#. !!T
255#: content/pages/basic.md:21243#: content/pages/basic.md:22
256#, no-wrap244#, no-wrap
257msgid "How can I send a text?"245msgid "How can I send a text?"
258msgstr ""246msgstr ""
259247
260#. type: Plain text248#. type: Plain text
261#: content/pages/basic.md:23249#: content/pages/basic.md:24
262msgid ""250msgid ""
263"The default messaging application allows you to send sms as well as mms "251"The default messaging application allows you to send sms as well as mms "
264"messages."252"messages."
265msgstr ""253msgstr ""
266254
267#. type: Title ###255#. !!T
268#: content/pages/basic.md:24256#: content/pages/basic.md:25
269#, no-wrap257#, no-wrap
270msgid "How do I make a call?"258msgid "How do I make a call?"
271msgstr ""259msgstr ""
272260
273#. type: Plain text261#. type: Plain text
274#: content/pages/basic.md:26262#: content/pages/basic.md:27
275msgid ""263msgid ""
276"The default dialer app lets you make calls using a contact or by dialing a "264"The default dialer app lets you make calls using a contact or by dialing a "
277"number."265"number."
278msgstr ""266msgstr ""
279267
280#. type: Title ###268#. !!T
281#: content/pages/basic.md:27269#: content/pages/basic.md:28
282#, no-wrap270#, no-wrap
283msgid "How do I check recently made/missed calls?"271msgid "How do I check recently made/missed calls?"
284msgstr ""272msgstr ""
285273
286#. type: Plain text274#. type: Plain text
287#: content/pages/basic.md:28275#: content/pages/basic.md:29
288msgid ""276msgid ""
289"Swiping up from the bottom edge of the dialer app reveals the recent call "277"Swiping up from the bottom edge of the dialer app reveals the recent call "
290"list. You can also filter the list to include only missed calls."278"list. You can also filter the list to include only missed calls."
@@ -306,19 +294,19 @@
306#: content/pages/faq.md:6294#: content/pages/faq.md:6
307#, no-wrap295#, no-wrap
308msgid "[First day tasks]({filename}basic.md)"296msgid "[First day tasks]({filename}basic.md)"
309msgstr ""297msgstr "[First day tasks]({filename}basic.fr.md)"
310298
311#. type: Title ###299#. type: Title ###
312#: content/pages/faq.md:7300#: content/pages/faq.md:7
313#, no-wrap301#, no-wrap
314msgid "[User Interface]({filename}ui.md)"302msgid "[User Interface]({filename}ui.md)"
315msgstr ""303msgstr "[User Interface]({filename}ui.fr.md)"
316304
317#. type: Title ###305#. type: Title ###
318#: content/pages/faq.md:8306#: content/pages/faq.md:8
319#, no-wrap307#, no-wrap
320msgid "[Settings]({filename}settings.md)"308msgid "[Settings]({filename}settings.md)"
321msgstr ""309msgstr "[Settings]({filename}settings.fr.md)"
322310
323#. type: Title ###311#. type: Title ###
324#: content/pages/faq.md:9312#: content/pages/faq.md:9
@@ -330,24 +318,19 @@
330#: content/pages/faq.md:10318#: content/pages/faq.md:10
331#, no-wrap319#, no-wrap
332msgid "[Apps]({filename}apps.md)"320msgid "[Apps]({filename}apps.md)"
333msgstr ""321msgstr "[Apps]({filename}apps.fr.md)"
334322
335#. type: Title ###323#. type: Title ###
336#: content/pages/faq.md:11324#: content/pages/faq.md:11
337#, no-wrap325#, no-wrap
338msgid "[Scopes]({filename}scopes.md)"326msgid "[Scopes]({filename}scopes.md)"
339msgstr ""327msgstr "[Scopes]({filename}scopes.fr.md)"
340328
341#. type: Title ###329#. type: Title ###
342#: content/pages/faq.md:12330#: content/pages/faq.md:12
343#, no-wrap331#, no-wrap
344msgid "[Security]({filename}security.md)"332msgid "[Security]({filename}security.md)"
345msgstr ""333msgstr "[Security]({filename}security.fr.md)"
346
347#. type: Plain text
348#: content/pages/index.md:2
349msgid "Welcome to the Ubuntu Help App!"
350msgstr ""
351334
352#. type: Plain text335#. type: Plain text
353#: content/pages/index.md:5336#: content/pages/index.md:5
@@ -372,34 +355,19 @@
372msgstr ""355msgstr ""
373356
374#. type: Plain text357#. type: Plain text
375#: content/pages/index.md:10
376#, no-wrap
377msgid "[Take me to the FAQ!]({filename}faq.md) \n"
378msgstr ""
379
380#. type: Plain text
381#: content/pages/index.md:11
382#, no-wrap
383msgid "[Get in touch]({filename}get-in-touch.md) \n"
384msgstr ""
385
386#. type: Plain text
387#: content/pages/settings.md:2
388msgid "FAQ - Settings"
389msgstr ""
390
391#. type: Plain text
392#: content/pages/settings.md:4358#: content/pages/settings.md:4
393#, no-wrap359#, no-wrap
394msgid "*How do I change my phone settings?*\n"360msgid "*How do I change my phone settings?*\n"
395msgstr ""361msgstr ""
396362
397#. type: Plain text363#. type: Plain text
398#: content/pages/settings.md:6364#: content/pages/security.md:6 content/pages/basic.md:6
365#: content/pages/settings.md:6 content/pages/ui.md:6 content/pages/apps.md:7
366#: content/pages/scopes.md:6
399msgid "[TOC]"367msgid "[TOC]"
400msgstr ""368msgstr "[TOC]"
401369
402#. type: Title ###370#. !!T
403#: content/pages/settings.md:7371#: content/pages/settings.md:7
404#, no-wrap372#, no-wrap
405msgid "How do I update my system?"373msgid "How do I update my system?"
@@ -414,69 +382,62 @@
414"Select *Update*, and then click the check for updates button."382"Select *Update*, and then click the check for updates button."
415msgstr ""383msgstr ""
416384
417#. type: Title ###385#. !!T
418#: content/pages/settings.md:10386#: content/pages/settings.md:10
419#, no-wrap387#, no-wrap
420msgid "How do I set the time / language?"388msgid "How do I set the time / language?"
421msgstr ""389msgstr ""
422390
423#. type: Plain text391#. !!T
424#: content/pages/settings.md:12392#: content/pages/settings.md:14
425msgid ""
426"Open the *System Settings* application. For the time, check out the *Time & "
427"Date* section. For language, select *Language & Text*."
428msgstr ""
429
430#. type: Title ###
431#: content/pages/settings.md:13
432#, no-wrap393#, no-wrap
433msgid "How can I change my wallpaper/background?"394msgid "How can I change my wallpaper/background?"
434msgstr ""395msgstr ""
435396
436#. type: Plain text397#. type: Plain text
437#: content/pages/settings.md:15398#: content/pages/settings.md:16
438msgid ""399msgid ""
439"Open the *System Settings* application. Select the *Background* option. "400"Open the *System Settings* application. Select the *Background* option. "
440"Press the *Add Image* button and choice your image to set as a background."401"Press the *Add Image* button and choice your image to set as a background."
441msgstr ""402msgstr ""
442403
443#. type: Title ###404#. !!T
444#: content/pages/settings.md:16405#: content/pages/settings.md:17
445#, no-wrap406#, no-wrap
446msgid "How do I keep the screen on?"407msgid "How do I keep the screen on?"
447msgstr ""408msgstr ""
448409
449#. type: Plain text410#. type: Plain text
450#: content/pages/settings.md:18411#: content/pages/settings.md:19
451msgid ""412msgid ""
452"Open the *System Settings* application, and select the *Security & Privacy* "413"Open the *System Settings* application, and select the *Security & Privacy* "
453"option. Select the *Lock Phone* option, and then *Lock when idle*. St"414"option. Select the *Lock Phone* option, and then *Lock when idle*. St"
454msgstr ""415msgstr ""
455416
456#. type: Title ###417#. !!T
457#: content/pages/settings.md:19418#: content/pages/settings.md:20
458#, no-wrap419#, no-wrap
459msgid "How do I set up my accounts?"420msgid "How do I set up my accounts?"
460msgstr ""421msgstr ""
461422
462#. type: Plain text423#. type: Plain text
463#: content/pages/settings.md:21424#: content/pages/settings.md:22
464msgid ""425msgid ""
465"You can set up some of your accounts from the scopes. Today scope allows you "426"You can set up some of your accounts from the scopes. Today scope allows you"
466"to configure your Google and Fitbit account, while the Pictures scope lets "427" to configure your Google and Fitbit account, while the Pictures scope lets "
467"you configure your flickr, Facebook and Instagram account. You can manage "428"you configure your flickr, Facebook and Instagram account. You can manage "
468"all your accounts (including social media, email, etc) from the *System "429"all your accounts (including social media, email, etc) from the *System "
469"Settings* app, under *Personal*, *Accounts*."430"Settings* app, under *Personal*, *Accounts*."
470msgstr ""431msgstr ""
471432
472#. type: Title ###433#. !!T
473#: content/pages/settings.md:22434#: content/pages/settings.md:23
474#, no-wrap435#, no-wrap
475msgid "How do I configure my notifications?"436msgid "How do I configure my notifications?"
476msgstr ""437msgstr ""
477438
478#. type: Plain text439#. type: Plain text
479#: content/pages/settings.md:24440#: content/pages/settings.md:25
480msgid ""441msgid ""
481"If you’re receiving too many notifications of your activity or want to "442"If you’re receiving too many notifications of your activity or want to "
482"change it for whatever reason, you can do so by going to the *System "443"change it for whatever reason, you can do so by going to the *System "
@@ -484,14 +445,14 @@
484"notifications from any application on your device."445"notifications from any application on your device."
485msgstr ""446msgstr ""
486447
487#. type: Title ###448#. !!T
488#: content/pages/settings.md:25449#: content/pages/settings.md:26
489#, no-wrap450#, no-wrap
490msgid "How do I change the ringtone for calls and texts?"451msgid "How do I change the ringtone for calls and texts?"
491msgstr ""452msgstr ""
492453
493#. type: Plain text454#. type: Plain text
494#: content/pages/settings.md:26455#: content/pages/settings.md:27
495msgid ""456msgid ""
496"You can change you ringtone for calls and texts to something new. Open the "457"You can change you ringtone for calls and texts to something new. Open the "
497"*System Settings* application, then select *Sound*. Under *Phone Calls* you "458"*System Settings* application, then select *Sound*. Under *Phone Calls* you "
@@ -500,11 +461,6 @@
500msgstr ""461msgstr ""
501462
502#. type: Plain text463#. type: Plain text
503#: content/pages/ui.md:2
504msgid "FAQ - User Interface"
505msgstr ""
506
507#. type: Plain text
508#: content/pages/ui.md:4464#: content/pages/ui.md:4
509#, no-wrap465#, no-wrap
510msgid ""466msgid ""
@@ -512,56 +468,56 @@
512"place!*\n"468"place!*\n"
513msgstr ""469msgstr ""
514470
515#. type: Title ###471#. !!T
516#: content/pages/ui.md:6472#: content/pages/ui.md:7
517#, no-wrap473#, no-wrap
518msgid "What is the dash?"474msgid "What is the dash?"
519msgstr ""475msgstr ""
520476
521#. type: Plain text477#. type: Plain text
522#: content/pages/ui.md:8478#: content/pages/ui.md:9
523msgid ""479msgid ""
524"The dash contains a list of applications installed on the device, along with "480"The dash contains a list of applications installed on the device, along with"
525"presenting the scopes and store. The dash is the first thing you see when "481" presenting the scopes and store. The dash is the first thing you see when "
526"booting the phone. You can switch to it again at any time by swiping left "482"booting the phone. You can switch to it again at any time by swiping left "
527"from the right screen edge."483"from the right screen edge."
528msgstr ""484msgstr ""
529485
530#. type: Title ###486#. !!T
531#: content/pages/ui.md:9487#: content/pages/ui.md:10
532#, no-wrap488#, no-wrap
533msgid "What is the launcher?"489msgid "What is the launcher?"
534msgstr ""490msgstr ""
535491
536#. type: Plain text492#. type: Plain text
537#: content/pages/ui.md:11493#: content/pages/ui.md:12
538msgid ""494msgid ""
539"The launcher allows you to easily launch new applications. You can access "495"The launcher allows you to easily launch new applications. You can access "
540"the launcher at any time by swiping right from the left screen edge."496"the launcher at any time by swiping right from the left screen edge."
541msgstr ""497msgstr ""
542498
543#. type: Title ###499#. !!T
544#: content/pages/ui.md:12500#: content/pages/ui.md:13
545#, no-wrap501#, no-wrap
546msgid "What are the indicators?"502msgid "What are the indicators?"
547msgstr ""503msgstr ""
548504
549#. type: Plain text505#. type: Plain text
550#: content/pages/ui.md:14506#: content/pages/ui.md:15
551msgid ""507msgid ""
552"Indicators convey quick useful information about your device, like the time, "508"Indicators convey quick useful information about your device, like the time,"
553"data connection, location, sound, and notifications. You can access the "509" data connection, location, sound, and notifications. You can access the "
554"indicators at any time by swiping down from the top screen edge."510"indicators at any time by swiping down from the top screen edge."
555msgstr ""511msgstr ""
556512
557#. type: Title ###513#. !!T
558#: content/pages/ui.md:15514#: content/pages/ui.md:16
559#, no-wrap515#, no-wrap
560msgid "How do I switch applications?"516msgid "How do I switch applications?"
561msgstr ""517msgstr ""
562518
563#. type: Plain text519#. type: Plain text
564#: content/pages/ui.md:18520#: content/pages/ui.md:19
565msgid ""521msgid ""
566"To switch applications, slide your finger left from the right edge of the "522"To switch applications, slide your finger left from the right edge of the "
567"screen. If you slide quickly you will cycle through each application. "523"screen. If you slide quickly you will cycle through each application. "
@@ -570,57 +526,57 @@
570"dash."526"dash."
571msgstr ""527msgstr ""
572528
573#. type: Title ###529#. !!T
574#: content/pages/ui.md:19530#: content/pages/ui.md:20
575#, no-wrap531#, no-wrap
576msgid "How do I close applications?"532msgid "How do I close applications?"
577msgstr ""533msgstr ""
578534
579#. type: Plain text535#. type: Plain text
580#: content/pages/ui.md:21
581msgid ""
582"To close an application, slide your finger *slowly* left from the right edge "
583"of the screen. An application switcher will appear. Place your finger on the "
584"application preview you wish to close and swipe up or down. The application "
585"will disappear."
586msgstr ""
587
588#. type: Title ###
589#: content/pages/ui.md:22536#: content/pages/ui.md:22
537msgid ""
538"To close an application, slide your finger *slowly* left from the right edge"
539" of the screen. An application switcher will appear. Place your finger on "
540"the application preview you wish to close and swipe up or down. The "
541"application will disappear."
542msgstr ""
543
544#. !!T
545#: content/pages/ui.md:23
590#, no-wrap546#, no-wrap
591msgid "How can I copy and paste?"547msgid "How can I copy and paste?"
592msgstr ""548msgstr ""
593549
594#. type: Plain text550#. type: Plain text
595#: content/pages/ui.md:24
596msgid ""
597"For text that can be copied and pasted, press and hold the text in question. "
598"A menu will appear allowing you to cut, copy and paste."
599msgstr ""
600
601#. type: Title ###
602#: content/pages/ui.md:25551#: content/pages/ui.md:25
552msgid ""
553"For text that can be copied and pasted, press and hold the text in question."
554" A menu will appear allowing you to cut, copy and paste."
555msgstr ""
556
557#. !!T
558#: content/pages/ui.md:26
603#, no-wrap559#, no-wrap
604msgid ""560msgid ""
605"What are the small characters on the keyboard and how can I select them?"561"What are the small characters on the keyboard and how can I select them?"
606msgstr ""562msgstr ""
607563
608#. type: Plain text564#. type: Plain text
609#: content/pages/ui.md:27565#: content/pages/ui.md:28
610msgid ""566msgid ""
611"Tapping and hold a character on the keyboard brings up a menu allowing you "567"Tapping and hold a character on the keyboard brings up a menu allowing you "
612"to select secondary characters. This allows you to select things like "568"to select secondary characters. This allows you to select things like "
613"numbers and accented characters. Give it a try!"569"numbers and accented characters. Give it a try!"
614msgstr ""570msgstr ""
615571
616#. type: Title ###572#. !!T
617#: content/pages/ui.md:28573#: content/pages/ui.md:29
618#, no-wrap574#, no-wrap
619msgid "The keyboard behaves funny. What can I do about it?"575msgid "The keyboard behaves funny. What can I do about it?"
620msgstr ""576msgstr ""
621577
622#. type: Plain text578#. type: Plain text
623#: content/pages/ui.md:30579#: content/pages/ui.md:31
624msgid ""580msgid ""
625"From the Settings app, you can go to Keyboard and try unsetting the "581"From the Settings app, you can go to Keyboard and try unsetting the "
626"autocompletion feature, and/or the auto capitalize option. This way, you'll "582"autocompletion feature, and/or the auto capitalize option. This way, you'll "
@@ -628,22 +584,17 @@
628"control of the input."584"control of the input."
629msgstr ""585msgstr ""
630586
631#. type: Title ###587#. !!T
632#: content/pages/ui.md:31588#: content/pages/ui.md:32
633#, no-wrap589#, no-wrap
634msgid "What is the round circle for? What does it show? Can I configure it?"590msgid "What is the round circle for? What does it show? Can I configure it?"
635msgstr ""591msgstr ""
636592
637#. type: Plain text593#. type: Plain text
638#: content/pages/ui.md:32594#: content/pages/ui.md:33
639msgid ""595msgid ""
640"The round circle is the infographic. It hows you recent phone activity, like "596"The round circle is the infographic. It hows you recent phone activity, like"
641"the number of messages received or the number of songs played."597" the number of messages received or the number of songs played."
642msgstr ""
643
644#. type: Plain text
645#: content/pages/apps.md:2
646msgid "FAQ - Apps"
647msgstr ""598msgstr ""
648599
649#. type: Plain text600#. type: Plain text
@@ -655,105 +606,105 @@
655msgstr ""606msgstr ""
656607
657#. type: Title ##608#. type: Title ##
658#: content/pages/apps.md:6609#: content/pages/apps.md:21
659#, no-wrap610#, no-wrap
660msgid "Misc"611msgid "Misc"
661msgstr ""612msgstr ""
662613
663#. type: Title ###614#. !!T
664#: content/pages/apps.md:8615#: content/pages/apps.md:23
665#, no-wrap616#, no-wrap
666msgid "Do you have Spotify?"617msgid "Do you have Spotify?"
667msgstr ""618msgstr ""
668619
669#. type: Plain text620#. type: Plain text
670#: content/pages/apps.md:11621#: content/pages/apps.md:26
671msgid ""622msgid ""
672"If you have a Spotify premium account, just install 'CuteSpotify' "623"If you have a Spotify premium account, just install 'CuteSpotify' "
673"([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."624"([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."
674msgstr ""625msgstr ""
675626
676#. type: Title ###627#. !!T
677#: content/pages/apps.md:12628#: content/pages/apps.md:27
678#, no-wrap629#, no-wrap
679msgid "Do you have Google Authenticator?"630msgid "Do you have Google Authenticator?"
680msgstr ""631msgstr ""
681632
682#. type: Plain text633#. type: Plain text
683#: content/pages/apps.md:14634#: content/pages/apps.md:29
684msgid "Sure, install the 'Authenticator' app from the software store."635msgid "Sure, install the 'Authenticator' app from the software store."
685msgstr ""636msgstr ""
686637
687#. type: Title ##638#. type: Title ##
688#: content/pages/apps.md:15639#: content/pages/apps.md:30
689#, no-wrap640#, no-wrap
690msgid "Music"641msgid "Music"
691msgstr ""642msgstr ""
692643
693#. type: Title ###644#. !!T
694#: content/pages/apps.md:17645#: content/pages/apps.md:32
695#, no-wrap646#, no-wrap
696msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"647msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"
697msgstr ""648msgstr ""
698649
699#. type: Plain text650#. type: Plain text
700#: content/pages/apps.md:19651#: content/pages/apps.md:34
701msgid ""652msgid ""
702"You can add music in multiple ways. If you have pre-existing music files, "653"You can add music in multiple ways. If you have pre-existing music files, "
703"simply connect your phone to your pc via the usb cable. Next, copy the music "654"simply connect your phone to your pc via the usb cable. Next, copy the music"
704"you wish to listen to to the *Music* folder. Your music will appear in the "655" you wish to listen to to the *Music* folder. Your music will appear in the "
705"music app. Alternatively, you can acquire music directly using the device "656"music app. Alternatively, you can acquire music directly using the device "
706"via a scope, such as grooveshark or by downloading via the browser or "657"via a scope, such as grooveshark or by downloading via the browser or "
707"another application."658"another application."
708msgstr ""659msgstr ""
709660
710#. type: Title ###661#. !!T
711#: content/pages/apps.md:20662#: content/pages/apps.md:35
712#, no-wrap663#, no-wrap
713msgid "What music formats are supported (flac, mp3 etc)?"664msgid "What music formats are supported (flac, mp3 etc)?"
714msgstr ""665msgstr ""
715666
716#. type: Plain text667#. type: Plain text
717#: content/pages/apps.md:22668#: content/pages/apps.md:37
718msgid "The music app supports ogg, flac and mp3 formats."669msgid "The music app supports ogg, flac and mp3 formats."
719msgstr ""670msgstr ""
720671
721#. type: Title ##672#. type: Title ##
722#: content/pages/apps.md:23673#: content/pages/apps.md:38
723#, no-wrap674#, no-wrap
724msgid "Contacts"675msgid "Contacts"
725msgstr ""676msgstr ""
726677
727#. type: Title ###678#. !!T
728#: content/pages/apps.md:25679#: content/pages/apps.md:40
729#, no-wrap680#, no-wrap
730msgid "How can I sync my Google contacts to my device?"681msgid "How can I sync my Google contacts to my device?"
731msgstr ""682msgstr ""
732683
733#. type: Plain text684#. type: Plain text
734#: content/pages/apps.md:27685#: content/pages/apps.md:42
735msgid ""686msgid ""
736"The first time you open the Contacts app you’ll be asked if you want to sync "687"The first time you open the Contacts app you’ll be asked if you want to sync"
737"contacts with your Google account. If you have answered “no” but change your "688" contacts with your Google account. If you have answered “no” but change "
738"mind later, you can do so by going to the Today scope, and setting up your "689"your mind later, you can do so by going to the Today scope, and setting up "
739"Google account there. After that you can sync your contacts (and, if you "690"your Google account there. After that you can sync your contacts (and, if "
740"want, calendar events as well)."691"you want, calendar events as well)."
741msgstr ""692msgstr ""
742693
743#. type: Title ##694#. type: Title ##
744#: content/pages/apps.md:29695#: content/pages/apps.md:44
745#, no-wrap696#, no-wrap
746msgid "Gallery"697msgid "Gallery"
747msgstr ""698msgstr ""
748699
749#. type: Title ###700#. !!T
750#: content/pages/apps.md:31701#: content/pages/apps.md:46
751#, no-wrap702#, no-wrap
752msgid "How can I share photos?"703msgid "How can I share photos?"
753msgstr ""704msgstr ""
754705
755#. type: Plain text706#. type: Plain text
756#: content/pages/apps.md:33707#: content/pages/apps.md:48
757msgid ""708msgid ""
758"If you've just taken a picture, share it easily by swiping to the left from "709"If you've just taken a picture, share it easily by swiping to the left from "
759"the right edge inside the camera app. Alternatively, use the gallery app to "710"the right edge inside the camera app. Alternatively, use the gallery app to "
@@ -761,61 +712,61 @@
761"you wish to share your photo."712"you wish to share your photo."
762msgstr ""713msgstr ""
763714
764#. type: Title ###715#. !!T
765#: content/pages/apps.md:34716#: content/pages/apps.md:49
766#, no-wrap717#, no-wrap
767msgid "How can I share video?"718msgid "How can I share video?"
768msgstr ""719msgstr ""
769720
770#. type: Plain text721#. type: Plain text
771#: content/pages/apps.md:36722#: content/pages/apps.md:51
772msgid ""723msgid ""
773"If you've just taken a video, share it easily by swiping to the left from "724"If you've just taken a video, share it easily by swiping to the left from "
774"the right edge inside the camera app. Alternatively, use the gallery app to "725"the right edge inside the camera app. Alternatively, use the gallery app to "
775"find the video. Once loaded, select *Share* from the menu and choose how you "726"find the video. Once loaded, select *Share* from the menu and choose how you"
776"wish to share your video."727" wish to share your video."
777msgstr ""728msgstr ""
778729
779#. type: Title ##730#. type: Title ##
780#: content/pages/apps.md:38731#: content/pages/apps.md:53
781#, no-wrap732#, no-wrap
782msgid "Camera"733msgid "Camera"
783msgstr ""734msgstr ""
784735
785#. type: Title ###736#. !!T
786#: content/pages/apps.md:40737#: content/pages/apps.md:55
787#, no-wrap738#, no-wrap
788msgid "How can I take a picture?"739msgid "How can I take a picture?"
789msgstr ""740msgstr ""
790741
791#. type: Plain text742#. type: Plain text
792#: content/pages/apps.md:42743#: content/pages/apps.md:57
793msgid ""744msgid ""
794"Select the camera app from the launcher or app scope. Swipe up from the "745"Select the camera app from the launcher or app scope. Swipe up from the "
795"bottom edge of the phone for additional options. Enjoy taking your picture!"746"bottom edge of the phone for additional options. Enjoy taking your picture!"
796msgstr ""747msgstr ""
797748
798#. type: Title ###749#. !!T
799#: content/pages/apps.md:43750#: content/pages/apps.md:58
800#, no-wrap751#, no-wrap
801msgid "How can I crop / rotate a picture?"752msgid "How can I crop / rotate a picture?"
802msgstr ""753msgstr ""
803754
804#. type: Plain text755#. type: Plain text
805#: content/pages/apps.md:45756#: content/pages/apps.md:60
806msgid ""757msgid ""
807"Use the gallery app to select your picture. Select the *Edit* button next to "758"Use the gallery app to select your picture. Select the *Edit* button next to"
808"the menu. Inside you'll find options to crop and rotate your picture."759" the menu. Inside you'll find options to crop and rotate your picture."
809msgstr ""760msgstr ""
810761
811#. type: Title ###762#. !!T
812#: content/pages/apps.md:46763#: content/pages/apps.md:61
813#, no-wrap764#, no-wrap
814msgid "How can I take video?"765msgid "How can I take video?"
815msgstr ""766msgstr ""
816767
817#. type: Plain text768#. type: Plain text
818#: content/pages/apps.md:48769#: content/pages/apps.md:63
819msgid ""770msgid ""
820"Select the camera app from the launcher or app scope. Select the video icon "771"Select the camera app from the launcher or app scope. Select the video icon "
821"on the bottom of the screen. Swipe up from the bottom edge of the phone for "772"on the bottom of the screen. Swipe up from the bottom edge of the phone for "
@@ -823,19 +774,19 @@
823msgstr ""774msgstr ""
824775
825#. type: Title ##776#. type: Title ##
826#: content/pages/apps.md:49777#: content/pages/apps.md:64
827#, no-wrap778#, no-wrap
828msgid "Clock"779msgid "Clock"
829msgstr ""780msgstr ""
830781
831#. type: Title ###782#. !!T
832#: content/pages/apps.md:51783#: content/pages/apps.md:66
833#, no-wrap784#, no-wrap
834msgid "How do I set an alarm?"785msgid "How do I set an alarm?"
835msgstr ""786msgstr ""
836787
837#. type: Plain text788#. type: Plain text
838#: content/pages/apps.md:54789#: content/pages/apps.md:69
839msgid ""790msgid ""
840"Alarms are handled by the clock app. To add a new alarm, launch the clock "791"Alarms are handled by the clock app. To add a new alarm, launch the clock "
841"app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "792"app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "
@@ -848,43 +799,43 @@
848msgstr ""799msgstr ""
849800
850#. type: Title ##801#. type: Title ##
851#: content/pages/apps.md:56802#: content/pages/apps.md:71
852#, no-wrap803#, no-wrap
853msgid "HERE Maps"804msgid "HERE Maps"
854msgstr ""805msgstr ""
855806
856#. type: Title ###807#. !!T
857#: content/pages/apps.md:58808#: content/pages/apps.md:73
858#, no-wrap809#, no-wrap
859msgid "How can I get directions?"810msgid "How can I get directions?"
860msgstr ""811msgstr ""
861812
862#. type: Plain text813#. type: Plain text
863#: content/pages/apps.md:60814#: content/pages/apps.md:75
864msgid ""815msgid ""
865"Load the HERE maps application from the app scope. Open the menu and select "816"Load the HERE maps application from the app scope. Open the menu and select "
866"*Directions*. Enter your destination and tap the *Get Directions* button."817"*Directions*. Enter your destination and tap the *Get Directions* button."
867msgstr ""818msgstr ""
868819
869#. type: Title ###820#. !!T
870#: content/pages/apps.md:61821#: content/pages/apps.md:76
871#, no-wrap822#, no-wrap
872msgid "Can I navigate offline?"823msgid "Can I navigate offline?"
873msgstr ""824msgstr ""
874825
875#. type: Plain text826#. type: Plain text
876#: content/pages/apps.md:63827#: content/pages/apps.md:78
877msgid "Unfortunately navigation requires an active connection."828msgid "Unfortunately navigation requires an active connection."
878msgstr ""829msgstr ""
879830
880#. type: Title ###831#. !!T
881#: content/pages/apps.md:64832#: content/pages/apps.md:79
882#, no-wrap833#, no-wrap
883msgid "Can I view the map offline?"834msgid "Can I view the map offline?"
884msgstr ""835msgstr ""
885836
886#. type: Plain text837#. type: Plain text
887#: content/pages/apps.md:65838#: content/pages/apps.md:80
888msgid ""839msgid ""
889"Yes, although parts of the map may be missing and search is disabled while "840"Yes, although parts of the map may be missing and search is disabled while "
890"offline."841"offline."
@@ -916,39 +867,34 @@
916msgstr ""867msgstr ""
917868
918#. type: Plain text869#. type: Plain text
919#: content/pages/scopes.md:2
920msgid "FAQ - Scopes"
921msgstr ""
922
923#. type: Plain text
924#: content/pages/scopes.md:4870#: content/pages/scopes.md:4
925#, no-wrap871#, no-wrap
926msgid "*Curious about scopes?*\n"872msgid "*Curious about scopes?*\n"
927msgstr ""873msgstr ""
928874
929#. type: Title ###875#. !!T
930#: content/pages/scopes.md:6876#: content/pages/scopes.md:7
931#, no-wrap877#, no-wrap
932msgid "How do favorites work?"878msgid "How do favorites work?"
933msgstr ""879msgstr ""
934880
935#. type: Plain text881#. type: Plain text
936#: content/pages/scopes.md:8882#: content/pages/scopes.md:9
937msgid ""883msgid ""
938"Swipe up from the bottom edge of the dash to reveal a scopes manager. "884"Swipe up from the bottom edge of the dash to reveal a scopes manager. "
939"Favorite scopes you wish to appear on your dash by selecting them. Selecting "885"Favorite scopes you wish to appear on your dash by selecting them. Selecting"
940"them again will remove the favorite. All favorited scopes will appear on "886" them again will remove the favorite. All favorited scopes will appear on "
941"your dash."887"your dash."
942msgstr ""888msgstr ""
943889
944#. type: Title ###890#. !!T
945#: content/pages/scopes.md:9891#: content/pages/scopes.md:10
946#, no-wrap892#, no-wrap
947msgid "How do I add new scopes?"893msgid "How do I add new scopes?"
948msgstr ""894msgstr ""
949895
950#. type: Plain text896#. type: Plain text
951#: content/pages/scopes.md:11897#: content/pages/scopes.md:12
952msgid ""898msgid ""
953"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "899"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
954"can add new scopes by selecting from the list of non-favorites below your "900"can add new scopes by selecting from the list of non-favorites below your "
@@ -956,17 +902,110 @@
956"store button in the upper right to look for it in the ubuntu store."902"store button in the upper right to look for it in the ubuntu store."
957msgstr ""903msgstr ""
958904
959#. type: Title ###905#. !!T
960#: content/pages/scopes.md:12906#: content/pages/scopes.md:13
961#, no-wrap907#, no-wrap
962msgid "How do I remove a scope?"908msgid "How do I remove a scope?"
963msgstr ""909msgstr ""
964910
965#. type: Plain text911#. type: Plain text
966#: content/pages/scopes.md:13912#: content/pages/scopes.md:14
967msgid ""913msgid ""
968"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "914"Swipe up from the bottom edge of the dash to reveal a scopes manager. You "
969"can remove a scopes by selecting it from the list of your favorites. This "915"can remove a scopes by selecting it from the list of your favorites. This "
970"will remove it from your dash. If you'd like to remove it completely, visit "916"will remove it from your dash. If you'd like to remove it completely, visit "
971"the scope page in the ubuntu store and select *Uninstall*."917"the scope page in the ubuntu store and select *Uninstall*."
972msgstr ""918msgstr ""
919
920#. type: Plain text
921#: content/pages/security.md:2
922msgid "Security"
923msgstr ""
924
925#. type: Plain text
926#: content/pages/basic.md:2
927msgid "Basic tasks"
928msgstr ""
929
930#. type: Plain text
931#: content/pages/index.md:2
932msgid "Welcome"
933msgstr ""
934
935#. type: Plain text
936#: content/pages/index.md:11
937msgid ""
938"[Take me to the FAQ!]({filename}faq.md) [Get in touch]({filename}get-in-"
939"touch.md)"
940msgstr ""
941"[Take me to the FAQ!]({filename}faq.fr.md) [Get in touch]({filename}get-in-"
942"touch.md)"
943
944#. type: Plain text
945#: content/pages/settings.md:2
946msgid "Settings"
947msgstr ""
948
949#. type: Plain text
950#: content/pages/settings.md:13
951msgid ""
952"Open the *System Settings* application. For the time, check out the *Time & "
953"Date* section. For language, select *Language & Text*. "
954"![Icon]({filename}/images/settings.gif)"
955msgstr ""
956
957#. type: Plain text
958#: content/pages/ui.md:2
959msgid "User Interface"
960msgstr ""
961
962#. type: Plain text
963#: content/pages/apps.md:2
964msgid "Apps"
965msgstr ""
966
967#. type: Title ##
968#: content/pages/apps.md:8
969#, no-wrap
970msgid "Store"
971msgstr ""
972
973#. type: Plain text
974#: content/pages/scopes.md:2
975msgid "Scopes"
976msgstr ""
977
978#~ msgid "FAQ - Security"
979#~ msgstr ""
980
981#~ msgid "FAQ - Store"
982#~ msgstr ""
983
984#~ msgid "FAQ - Basic Tasks"
985#~ msgstr ""
986
987#~ msgid "Welcome to the Ubuntu Help App!"
988#~ msgstr ""
989
990#~ msgid "[Take me to the FAQ!]({filename}faq.md) \n"
991#~ msgstr ""
992
993#~ msgid "[Get in touch]({filename}get-in-touch.md) \n"
994#~ msgstr ""
995
996#~ msgid "FAQ - Settings"
997#~ msgstr ""
998
999#~ msgid ""
1000#~ "Open the *System Settings* application. For the time, check out the *Time & "
1001#~ "Date* section. For language, select *Language & Text*."
1002#~ msgstr ""
1003
1004#~ msgid "FAQ - User Interface"
1005#~ msgstr ""
1006
1007#~ msgid "FAQ - Apps"
1008#~ msgstr ""
1009
1010#~ msgid "FAQ - Scopes"
1011#~ msgstr ""
9731012
=== modified file 'edit-here/po/help.pot'
--- edit-here/po/help.pot 2015-03-18 08:18:10 +0000
+++ edit-here/po/help.pot 2015-03-18 16:12:17 +0000
@@ -7,14 +7,14 @@
7msgid ""7msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"9"Project-Id-Version: PACKAGE VERSION\n"
10"POT-Creation-Date: 2015-03-18 09:14+0100\n"10"POT-Creation-Date: 2015-03-18 16:55+0100\n"
11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: LANGUAGE <LL@li.org>\n"13"Language-Team: LANGUAGE <LL@li.org>\n"
14"Language: \n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
17"Language: \n"
1818
19#. type: Plain text19#. type: Plain text
20#: content/pages/security.md:220#: content/pages/security.md:2
@@ -28,9 +28,9 @@
28msgstr ""28msgstr ""
2929
30#. type: Plain text30#. type: Plain text
31#: content/pages/security.md:6 content/pages/apps.md:731#: content/pages/security.md:6 content/pages/basic.md:6
32#: content/pages/settings.md:6 content/pages/store.md:6 content/pages/ui.md:632#: content/pages/settings.md:6 content/pages/ui.md:6 content/pages/apps.md:7
33#: content/pages/basic.md:6 content/pages/scopes.md:633#: content/pages/scopes.md:6
34msgid "[TOC]"34msgid "[TOC]"
35msgstr ""35msgstr ""
3636
@@ -131,252 +131,208 @@
131msgstr ""131msgstr ""
132132
133#. type: Plain text133#. type: Plain text
134#: content/pages/apps.md:2134#: content/pages/basic.md:2
135msgid "Apps"135msgid "Basic tasks"
136msgstr ""136msgstr ""
137137
138#. type: Plain text138#. type: Plain text
139#: content/pages/apps.md:5139#: content/pages/basic.md:4
140#, no-wrap140#, no-wrap
141msgid ""141msgid "*If you are wondering how to perform basic tasks, look here.*\n"
142"*Are you looking for a good way to do X and can't find it in the app\n"142msgstr ""
143"store? Want some suggestions to solve a particular problem?*\n"143
144msgstr ""144#. !!T
145145#: content/pages/basic.md:7
146#. type: Title ##146#, no-wrap
147#: content/pages/apps.md:8147msgid "How do I play music?"
148#, no-wrap148msgstr ""
149msgid "Misc"149
150msgstr ""150#. type: Plain text
151151#: content/pages/basic.md:9
152#. !!T152msgid ""
153#: content/pages/apps.md:10153"The music app let's you play music copied to the device. In addition, "
154#, no-wrap154"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play"
155msgid "Do you have Spotify?"155" music."
156msgstr ""156msgstr ""
157157
158#. type: Plain text158#. !!T
159#: content/pages/apps.md:13159#: content/pages/basic.md:10
160msgid ""160#, no-wrap
161"If you have a Spotify premium account, just install 'CuteSpotify' "161msgid "How do I play videos?"
162"([video](https://www.youtube.com/watch?v=ea90rwK_VuI))."162msgstr ""
163msgstr ""163
164164#. type: Plain text
165#. !!T165#: content/pages/basic.md:12
166#: content/pages/apps.md:14166msgid ""
167#, no-wrap167"The media player application will play videos copied to the device. You will"
168msgid "Do you have Google Authenticator?"168" also find applications like youtube that give you streaming options."
169msgstr ""169msgstr ""
170170
171#. type: Plain text171#. !!T
172#: content/pages/apps.md:16172#: content/pages/basic.md:13
173msgid "Sure, install the 'Authenticator' app from the software store."173#, no-wrap
174msgstr ""174msgid "How do I take photos?"
175175msgstr ""
176#. type: Title ##176
177#: content/pages/apps.md:17177#. type: Plain text
178#, no-wrap178#: content/pages/basic.md:15
179msgid "Music"179msgid ""
180msgstr ""180"The included camera application allows you to take photos. If your device "
181181"has both a front and rear camera, you can toggle which camera to use."
182#. !!T182msgstr ""
183#: content/pages/apps.md:19183
184#, no-wrap184#. !!T
185msgid "How do I add music to my device (usb/mtp, scp/rsync, download)?"185#: content/pages/basic.md:16
186msgstr ""186#, no-wrap
187187msgid "How do I record videos?"
188#. type: Plain text188msgstr ""
189#: content/pages/apps.md:21189
190msgid ""190#. type: Plain text
191"You can add music in multiple ways. If you have pre-existing music files, "191#: content/pages/basic.md:18
192"simply connect your phone to your pc via the usb cable. Next, copy the music"192msgid ""
193" you wish to listen to to the *Music* folder. Your music will appear in the "193"The included camera application allows you to take videos. If your device "
194"music app. Alternatively, you can acquire music directly using the device "194"has both a front and rear camera, you can toggle which camera to use."
195"via a scope, such as grooveshark or by downloading via the browser or "195msgstr ""
196"another application."196
197msgstr ""197#. !!T
198198#: content/pages/basic.md:19
199#. !!T199#, no-wrap
200#: content/pages/apps.md:22200msgid "How do I see pictures I’ve taken?"
201#, no-wrap201msgstr ""
202msgid "What music formats are supported (flac, mp3 etc)?"202
203msgstr ""203#. type: Plain text
204204#: content/pages/basic.md:21
205#. type: Plain text205msgid ""
206#: content/pages/apps.md:24206"If you've just taken a picture, you can see it easily by swiping to the left"
207msgid "The music app supports ogg, flac and mp3 formats."207" from the right edge inside the camera app. Alternatively, use the gallery "
208msgstr ""208"app to find the picture."
209209msgstr ""
210#. type: Title ##210
211#: content/pages/apps.md:25211#. !!T
212#, no-wrap212#: content/pages/basic.md:22
213msgid "Contacts"213#, no-wrap
214msgstr ""214msgid "How can I send a text?"
215215msgstr ""
216#. !!T216
217#: content/pages/apps.md:27217#. type: Plain text
218#, no-wrap218#: content/pages/basic.md:24
219msgid "How can I sync my Google contacts to my device?"219msgid ""
220msgstr ""220"The default messaging application allows you to send sms as well as mms "
221221"messages."
222#. type: Plain text222msgstr ""
223#: content/pages/apps.md:29223
224msgid ""224#. !!T
225"The first time you open the Contacts app you’ll be asked if you want to sync"225#: content/pages/basic.md:25
226" contacts with your Google account. If you have answered “no” but change "226#, no-wrap
227"your mind later, you can do so by going to the Today scope, and setting up "227msgid "How do I make a call?"
228"your Google account there. After that you can sync your contacts (and, if "228msgstr ""
229"you want, calendar events as well)."229
230msgstr ""230#. type: Plain text
231231#: content/pages/basic.md:27
232#. type: Title ##232msgid ""
233#: content/pages/apps.md:31233"The default dialer app lets you make calls using a contact or by dialing a "
234#, no-wrap234"number."
235msgid "Gallery"235msgstr ""
236msgstr ""236
237237#. !!T
238#. !!T238#: content/pages/basic.md:28
239#: content/pages/apps.md:33239#, no-wrap
240#, no-wrap240msgid "How do I check recently made/missed calls?"
241msgid "How can I share photos?"241msgstr ""
242msgstr ""242
243243#. type: Plain text
244#. type: Plain text244#: content/pages/basic.md:29
245#: content/pages/apps.md:35245msgid ""
246msgid ""246"Swiping up from the bottom edge of the dialer app reveals the recent call "
247"If you've just taken a picture, share it easily by swiping to the left from "247"list. You can also filter the list to include only missed calls."
248"the right edge inside the camera app. Alternatively, use the gallery app to "248msgstr ""
249"find the picture. Once loaded, select *Share* from the menu and choose how "249
250"you wish to share your photo."250#. type: Plain text
251msgstr ""251#: content/pages/faq.md:2
252252msgid "Get your questions answered."
253#. !!T253msgstr ""
254#: content/pages/apps.md:36254
255#, no-wrap255#. type: Plain text
256msgid "How can I share video?"256#: content/pages/faq.md:5
257msgstr ""257msgid ""
258258"We divided the questions up into categories, so you can spot yours more "
259#. type: Plain text259"easily. Here we go:"
260#: content/pages/apps.md:38260msgstr ""
261msgid ""261
262"If you've just taken a video, share it easily by swiping to the left from "262#. type: Title ###
263"the right edge inside the camera app. Alternatively, use the gallery app to "263#: content/pages/faq.md:6
264"find the video. Once loaded, select *Share* from the menu and choose how you"264#, no-wrap
265" wish to share your video."265msgid "[First day tasks]({filename}basic.md)"
266msgstr ""266msgstr ""
267267
268#. type: Title ##268#. type: Title ###
269#: content/pages/apps.md:40269#: content/pages/faq.md:7
270#, no-wrap270#, no-wrap
271msgid "Camera"271msgid "[User Interface]({filename}ui.md)"
272msgstr ""272msgstr ""
273273
274#. !!T274#. type: Title ###
275#: content/pages/apps.md:42275#: content/pages/faq.md:8
276#, no-wrap276#, no-wrap
277msgid "How can I take a picture?"277msgid "[Settings]({filename}settings.md)"
278msgstr ""278msgstr ""
279279
280#. type: Plain text280#. type: Title ###
281#: content/pages/apps.md:44281#: content/pages/faq.md:9
282msgid ""282#, no-wrap
283"Select the camera app from the launcher or app scope. Swipe up from the "283msgid "[The Store]({filename}store.md)"
284"bottom edge of the phone for additional options. Enjoy taking your picture!"284msgstr ""
285msgstr ""285
286286#. type: Title ###
287#. !!T287#: content/pages/faq.md:10
288#: content/pages/apps.md:45288#, no-wrap
289#, no-wrap289msgid "[Apps]({filename}apps.md)"
290msgid "How can I crop / rotate a picture?"290msgstr ""
291msgstr ""291
292292#. type: Title ###
293#. type: Plain text293#: content/pages/faq.md:11
294#: content/pages/apps.md:47294#, no-wrap
295msgid ""295msgid "[Scopes]({filename}scopes.md)"
296"Use the gallery app to select your picture. Select the *Edit* button next to"296msgstr ""
297" the menu. Inside you'll find options to crop and rotate your picture."297
298msgstr ""298#. type: Title ###
299299#: content/pages/faq.md:12
300#. !!T300#, no-wrap
301#: content/pages/apps.md:48301msgid "[Security]({filename}security.md)"
302#, no-wrap302msgstr ""
303msgid "How can I take video?"303
304msgstr ""304#. type: Plain text
305305#: content/pages/index.md:2
306#. type: Plain text306msgid "Welcome"
307#: content/pages/apps.md:50307msgstr ""
308msgid ""308
309"Select the camera app from the launcher or app scope. Select the video icon "309#. type: Plain text
310"on the bottom of the screen. Swipe up from the bottom edge of the phone for "310#: content/pages/index.md:5
311"additional options. Enjoy taking your video!"311msgid ""
312msgstr ""312"The world-wide Ubuntu community wants to give you the best possible "
313313"experience on your Ubuntu device. This is why we collected:"
314#. type: Title ##314msgstr ""
315#: content/pages/apps.md:51315
316#, no-wrap316#. type: Bullet: ' * '
317msgid "Clock"317#: content/pages/index.md:9
318msgstr ""318msgid "Answers to frequently asked questions"
319319msgstr ""
320#. !!T320
321#: content/pages/apps.md:53321#. type: Bullet: ' * '
322#, no-wrap322#: content/pages/index.md:9
323msgid "How do I set an alarm?"323msgid "Tips and tricks to make you more productive"
324msgstr ""324msgstr ""
325325
326#. type: Plain text326#. type: Bullet: ' * '
327#: content/pages/apps.md:56327#: content/pages/index.md:9
328msgid ""328msgid "Links to get in touch with experts and other community members"
329"Alarms are handled by the clock app. To add a new alarm, launch the clock "329msgstr ""
330"app. Swipe up from the bottom, and tap on the “+” sign. Configure the time, "330
331"repetition, name and ringtone, and to save it tap on the tick in the up "331#. type: Plain text
332"right corner. To modify alarms, just tap on it and change whatever you "332#: content/pages/index.md:11
333"need. To cancel your changes, you can go back. To save your changes, tap on "333msgid ""
334"the tick again. To delete alarms, you can either see the alarm details and "334"[Take me to the FAQ!]({filename}faq.md) [Get in touch]({filename}get-in-"
335"select “Delete” or, from the alarms list, swipe right on the alarm you want "335"touch.md)"
336"to delete, and then tap on the bin."
337msgstr ""
338
339#. type: Title ##
340#: content/pages/apps.md:58
341#, no-wrap
342msgid "HERE Maps"
343msgstr ""
344
345#. !!T
346#: content/pages/apps.md:60
347#, no-wrap
348msgid "How can I get directions?"
349msgstr ""
350
351#. type: Plain text
352#: content/pages/apps.md:62
353msgid ""
354"Load the HERE maps application from the app scope. Open the menu and select "
355"*Directions*. Enter your destination and tap the *Get Directions* button."
356msgstr ""
357
358#. !!T
359#: content/pages/apps.md:63
360#, no-wrap
361msgid "Can I navigate offline?"
362msgstr ""
363
364#. type: Plain text
365#: content/pages/apps.md:65
366msgid "Unfortunately navigation requires an active connection."
367msgstr ""
368
369#. !!T
370#: content/pages/apps.md:66
371#, no-wrap
372msgid "Can I view the map offline?"
373msgstr ""
374
375#. type: Plain text
376#: content/pages/apps.md:67
377msgid ""
378"Yes, although parts of the map may be missing and search is disabled while "
379"offline."
380msgstr ""336msgstr ""
381337
382#. type: Plain text338#. type: Plain text
@@ -492,168 +448,6 @@
492msgstr ""448msgstr ""
493449
494#. type: Plain text450#. type: Plain text
495#: content/pages/get-in-touch.md:2
496msgid "Get in touch"
497msgstr ""
498
499#. type: Plain text
500#: content/pages/get-in-touch.md:7
501#, no-wrap
502msgid ""
503"Ubuntu has a huge community. You can easily get in touch with experts and\n"
504"other enthusiasts. One good way to do so, particularly if you **have \n"
505"questions**, is [AskUbuntu](http://www.askubuntu.com). It's a \n"
506"collaboratively-edited question and answer site for Ubuntu users and \n"
507"developers. 100% free, no registration required. \n"
508msgstr ""
509
510#. type: Plain text
511#: content/pages/get-in-touch.md:12
512msgid ""
513"Another great place to **get involved** with Ubuntu is our very own [Ubuntu "
514"Community Website](http://community.ubuntu.com/). You can very easily find "
515"out about all the individual teams in Ubuntu, what they do, where they hang "
516"out and how to get involved."
517msgstr ""
518
519#. type: Plain text
520#: content/pages/index.md:2
521msgid "Welcome"
522msgstr ""
523
524#. type: Plain text
525#: content/pages/index.md:5
526msgid ""
527"The world-wide Ubuntu community wants to give you the best possible "
528"experience on your Ubuntu device. This is why we collected:"
529msgstr ""
530
531#. type: Bullet: ' * '
532#: content/pages/index.md:9
533msgid "Answers to frequently asked questions"
534msgstr ""
535
536#. type: Bullet: ' * '
537#: content/pages/index.md:9
538msgid "Tips and tricks to make you more productive"
539msgstr ""
540
541#. type: Bullet: ' * '
542#: content/pages/index.md:9
543msgid "Links to get in touch with experts and other community members"
544msgstr ""
545
546#. type: Plain text
547#: content/pages/index.md:11
548msgid ""
549"[Take me to the FAQ!]({filename}faq.md) [Get in touch]({filename}get-in-"
550"touch.md)"
551msgstr ""
552
553#. type: Plain text
554#: content/pages/faq.md:2
555msgid "Get your questions answered."
556msgstr ""
557
558#. type: Plain text
559#: content/pages/faq.md:5
560msgid ""
561"We divided the questions up into categories, so you can spot yours more "
562"easily. Here we go:"
563msgstr ""
564
565#. type: Title ###
566#: content/pages/faq.md:6
567#, no-wrap
568msgid "[First day tasks]({filename}basic.md)"
569msgstr ""
570
571#. type: Title ###
572#: content/pages/faq.md:7
573#, no-wrap
574msgid "[User Interface]({filename}ui.md)"
575msgstr ""
576
577#. type: Title ###
578#: content/pages/faq.md:8
579#, no-wrap
580msgid "[Settings]({filename}settings.md)"
581msgstr ""
582
583#. type: Title ###
584#: content/pages/faq.md:9
585#, no-wrap
586msgid "[The Store]({filename}store.md)"
587msgstr ""
588
589#. type: Title ###
590#: content/pages/faq.md:10
591#, no-wrap
592msgid "[Apps]({filename}apps.md)"
593msgstr ""
594
595#. type: Title ###
596#: content/pages/faq.md:11
597#, no-wrap
598msgid "[Scopes]({filename}scopes.md)"
599msgstr ""
600
601#. type: Title ###
602#: content/pages/faq.md:12
603#, no-wrap
604msgid "[Security]({filename}security.md)"
605msgstr ""
606
607#. type: Plain text
608#: content/pages/store.md:2
609msgid "The Store"
610msgstr ""
611
612#. type: Plain text
613#: content/pages/store.md:4
614#, no-wrap
615msgid "*Curious about the application store?*\n"
616msgstr ""
617
618#. !!T
619#: content/pages/store.md:7
620#, no-wrap
621msgid "How do I find and install new applications?"
622msgstr ""
623
624#. type: Plain text
625#: content/pages/store.md:9
626msgid ""
627"From the Apps scope, you can either tap on the “search” icon on the right "
628"and start searching by name, or you can go all the way down in the scope and"
629" tap on the Ubuntu Store icon."
630msgstr ""
631
632#. !!T
633#: content/pages/store.md:10
634#, no-wrap
635msgid "How can I browse the app store from my PC?"
636msgstr ""
637
638#. type: Plain text
639#: content/pages/store.md:12
640msgid "At the moment, the app store is not able to be browsed from your pc."
641msgstr ""
642
643#. !!T
644#: content/pages/store.md:13
645#, no-wrap
646msgid "How do I remove applications?"
647msgstr ""
648
649#. type: Plain text
650#: content/pages/store.md:14
651msgid ""
652"Search for the application you wish to remove inside the store. Open it and "
653"press the *Uninstall* button to remove the application."
654msgstr ""
655
656#. type: Plain text
657#: content/pages/ui.md:2451#: content/pages/ui.md:2
658msgid "User Interface"452msgid "User Interface"
659msgstr ""453msgstr ""
@@ -796,120 +590,327 @@
796msgstr ""590msgstr ""
797591
798#. type: Plain text592#. type: Plain text
799#: content/pages/basic.md:2593#: content/pages/apps.md:2
800msgid "Basic tasks"594msgid "Apps"
801msgstr ""595msgstr ""
802596
803#. type: Plain text597#. type: Plain text
804#: content/pages/basic.md:4598#: content/pages/apps.md:5
805#, no-wrap599#, no-wrap
806msgid "*If you are wondering how to perform basic tasks, look here.*\n"600msgid ""
807msgstr ""601"*Are you looking for a good way to do X and can't find it in the app\n"
808602"store? Want some suggestions to solve a particular problem?*\n"
809#. !!T603msgstr ""
810#: content/pages/basic.md:7604
811#, no-wrap605#. type: Title ##
812msgid "How do I play music?"606#: content/pages/apps.md:8
813msgstr ""607#, no-wrap
814608msgid "Store"
815#. type: Plain text609msgstr ""
816#: content/pages/basic.md:9610
817msgid ""611#. type: Plain text
818"The music app let's you play music copied to the device. In addition, "612#: content/pages/apps.md:11
819"[scopes]({filename}scopes.md) such as 7digital and Grooveshark can also play"613#, no-wrap
820" music."614msgid "*Curious about the application store?*\n"
821msgstr ""615msgstr ""
822616
823#. !!T617#. !!T
824