Merge lp:~bkerensa/ubuntu-docs/13.04 into lp:ubuntu-docs/raring

Proposed by Benjamin Kerensa
Status: Merged
Merged at revision: 207
Proposed branch: lp:~bkerensa/ubuntu-docs/13.04
Merge into: lp:ubuntu-docs/raring
Diff against target: 1556732 lines (+512310/-244217)
65 files modified
debian/changelog (+10/-2)
html/Makefile (+1/-1)
html/ubuntu.xsl (+1/-1)
ubuntu-help/Makefile.am (+1/-1)
ubuntu-help/am/am.po (+20932/-0)
ubuntu-help/ar/ar.po (+6960/-4013)
ubuntu-help/ast/ast.po (+7100/-4157)
ubuntu-help/az/az.po (+6736/-3770)
ubuntu-help/bg/bg.po (+21007/-0)
ubuntu-help/bo/bo.po (+6734/-3765)
ubuntu-help/br/br.po (+20932/-0)
ubuntu-help/bs/bs.po (+9709/-4431)
ubuntu-help/ca/ca.po (+6843/-3942)
ubuntu-help/cs/cs.po (+9383/-4386)
ubuntu-help/da/da.po (+6755/-3776)
ubuntu-help/de/de.po (+7930/-4273)
ubuntu-help/el/el.po (+8171/-4365)
ubuntu-help/en_AU/en_AU.po (+16712/-12986)
ubuntu-help/en_CA/en_CA.po (+6765/-3799)
ubuntu-help/en_GB/en_GB.po (+17052/-13383)
ubuntu-help/es/es.po (+7490/-4276)
ubuntu-help/fi/fi.po (+7448/-4345)
ubuntu-help/fo/fo.po (+6735/-3766)
ubuntu-help/fr/fr.po (+7237/-4263)
ubuntu-help/gl/gl.po (+7458/-4224)
ubuntu-help/he/he.po (+6734/-3765)
ubuntu-help/hi/hi.po (+6735/-3769)
ubuntu-help/hr/hr.po (+6735/-3766)
ubuntu-help/hu/hu.po (+7279/-4219)
ubuntu-help/id/id.po (+6745/-3770)
ubuntu-help/it/it.po (+7153/-4127)
ubuntu-help/ja/ja.po (+7055/-3932)
ubuntu-help/kk/kk.po (+6735/-3766)
ubuntu-help/kn/kn.po (+6735/-3769)
ubuntu-help/ko/ko.po (+6734/-3765)
ubuntu-help/lt/lt.po (+6735/-3769)
ubuntu-help/lv/lv.po (+8594/-5072)
ubuntu-help/mg/mg.po (+6734/-3765)
ubuntu-help/ms/ms.po (+8058/-4343)
ubuntu-help/my/my.po (+6737/-3768)
ubuntu-help/nb/nb.po (+6735/-3766)
ubuntu-help/nl/nl.po (+8188/-4396)
ubuntu-help/oc/oc.po (+6742/-3773)
ubuntu-help/pl/pl.po (+6737/-3767)
ubuntu-help/pt/pt.po (+6781/-3796)
ubuntu-help/pt_BR/pt_BR.po (+8125/-4367)
ubuntu-help/ro/ro.po (+6735/-3765)
ubuntu-help/ru/ru.po (+7285/-4220)
ubuntu-help/si/si.po (+6734/-3765)
ubuntu-help/sk/sk.po (+6930/-3880)
ubuntu-help/sl/sl.po (+7310/-4252)
ubuntu-help/sq/sq.po (+6735/-3766)
ubuntu-help/sr/sr.po (+6735/-3772)
ubuntu-help/sv/sv.po (+6737/-3770)
ubuntu-help/ta/ta.po (+6735/-3766)
ubuntu-help/te/te.po (+6734/-3765)
ubuntu-help/tl/tl.po (+6734/-3765)
ubuntu-help/tr/tr.po (+8001/-4304)
ubuntu-help/ubuntu-help.pot (+6965/-1722)
ubuntu-help/ug/ug.po (+8416/-4792)
ubuntu-help/uk/uk.po (+6740/-3774)
ubuntu-help/ur/ur.po (+20928/-0)
ubuntu-help/uz/uz.po (+6735/-3766)
ubuntu-help/zh_CN/zh_CN.po (+7108/-4111)
ubuntu-help/zh_TW/zh_TW.po (+7105/-4107)
To merge this branch: bzr merge lp:~bkerensa/ubuntu-docs/13.04
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Ubuntu Documentation Committers Pending
Review via email: mp+159065@code.launchpad.net

Commit message

13.04 Documentation/Translations

To post a comment you must log in.
lp:~bkerensa/ubuntu-docs/13.04 updated
208. By Benjamin Kerensa

Remove White Space

209. By Benjamin Kerensa

Add Missing Translations

Revision history for this message
Martin Pitt (pitti) wrote :

I uploaded this, but I can't push back to the branch as I'm not in ~ubuntu-core-doc.

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

Pushed.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-10-19 18:07:45 +0000
3+++ debian/changelog 2013-04-16 06:29:27 +0000
4@@ -1,10 +1,18 @@
5-ubuntu-docs (12.10.4) UNRELEASED; urgency=low
6+ubuntu-docs (13.04.1) raring; urgency=low
7
8+ [ Jeremy Bicha ]
9 * Correct links to renamed menu bar page (LP: #1064559)
10 * Fix "valuable" typo (LP: #1061512)
11 * Add missing breadcrumbs to lens pages (LP: #1066482)
12
13- -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 10 Oct 2012 09:02:22 -0400
14+ [ Benjamin Kerensa ]
15+ * Merged updated gnome-docs
16+ *Bumped version numbers on the "What's new in Ubuntu 13.04?" page
17+
18+ [Kevin Godby]
19+ * Capitalized Dash and Launcher consistently
20+
21+ -- Benjamin Kerensa <bkerensa@ubuntu.com> Mon, 15 Apr 2013 19:33:07 -0700
22
23 ubuntu-docs (12.10.3) quantal; urgency=low
24
25
26=== modified file 'html/Makefile'
27--- html/Makefile 2012-10-18 22:19:20 +0000
28+++ html/Makefile 2013-04-16 06:29:27 +0000
29@@ -23,7 +23,7 @@
30 HTMLDESTDIR=build
31 SRCDIR=../ubuntu-help
32 SED=/bin/sed
33-INSTALLDIR=/var/www/12.10/
34+INSTALLDIR=/var/www/13.04/
35 URLFIXER=fix-urls.sed
36
37 # Space-separated list of language codes for documents. HTML will only be
38
39=== modified file 'html/ubuntu.xsl'
40--- html/ubuntu.xsl 2012-10-22 13:43:20 +0000
41+++ html/ubuntu.xsl 2013-04-16 06:29:27 +0000
42@@ -721,7 +721,7 @@
43 <xsl:template name="mal2html.page.linktrails.trail">
44 <xsl:param name="node" select="."/>
45 <div class="trail">
46- <a href="https://help.ubuntu.com/12.10" class="trail">Ubuntu 12.10</a>
47+ <a href="https://help.ubuntu.com/13.04" class="trail">Ubuntu 13.04</a>
48 <xsl:variable name="direction">
49 <xsl:call-template name="l10n.direction"/>
50 </xsl:variable>
51
52=== modified file 'ubuntu-help/Makefile.am'
53--- ubuntu-help/Makefile.am 2013-04-07 17:28:45 +0000
54+++ ubuntu-help/Makefile.am 2013-04-16 06:29:27 +0000
55@@ -2,7 +2,7 @@
56
57 HELP_ID = ubuntu-help
58
59-HELP_LINGUAS = ar ast az bo bs ca cs da de el en_AU en_CA en_GB es fi fo fr gl he hi hr hu id it ja kk kn ko lt lv mg ms my nb nl oc pl pt pt_BR ro ru si sk sl sq sr sv ta te tl tr ug uk uz zh_CN zh_TW
60+HELP_LINGUAS = am ar ast az bg bo br bs ca cs da de el en_AU en_CA en_GB es fi fo fr gl he hi hr hu id it ja kk kn ko lt lv mg ms my nb nl oc pl pt_BR pt ro ru si sk sl sq sr sv ta te tl tr ug uk ur uz zh_CN zh_TW
61
62 HELP_MEDIA = \
63 figures/color-average.png \
64
65=== added directory 'ubuntu-help/am'
66=== added file 'ubuntu-help/am/am.po'
67--- ubuntu-help/am/am.po 1970-01-01 00:00:00 +0000
68+++ ubuntu-help/am/am.po 2013-04-16 06:29:27 +0000
69@@ -0,0 +1,20932 @@
70+# Amharic translation for ubuntu-docs
71+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
72+# This file is distributed under the same license as the ubuntu-docs package.
73+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
74+#
75+msgid ""
76+msgstr ""
77+"Project-Id-Version: ubuntu-docs\n"
78+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
79+"POT-Creation-Date: 2013-04-07 13:27-0400\n"
80+"PO-Revision-Date: 2013-04-07 17:00+0000\n"
81+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
82+"Language-Team: Amharic <am@li.org>\n"
83+"MIME-Version: 1.0\n"
84+"Content-Type: text/plain; charset=UTF-8\n"
85+"Content-Transfer-Encoding: 8bit\n"
86+"X-Launchpad-Export-Date: 2013-04-15 23:21+0000\n"
87+"X-Generator: Launchpad (build 16564)\n"
88+
89+#. (itstool) path: p/link
90+#: C/legal.xml:3
91+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
92+msgstr ""
93+
94+#. (itstool) path: license/p
95+#: C/legal.xml:3
96+msgid "This work is licensed under a <_:link-1/>."
97+msgstr ""
98+
99+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
100+msgctxt "_"
101+msgid "translator-credits"
102+msgstr ""
103+"Launchpad Contributions:\n"
104+" Kidus M. Bekele https://launchpad.net/~kidusmakonnen"
105+
106+#. (itstool) path: credit/name
107+#: C/a11y-bouncekeys.page:12
108+#: C/a11y-braille.page:10
109+#: C/a11y-contrast.page:11
110+#: C/a11y-dwellclick.page:12
111+#: C/a11y-font-size.page:10
112+#: C/a11y-locate-pointer.page:12
113+#: C/a11y.page:10
114+#: C/a11y-right-click.page:12
115+#: C/a11y-screen-reader.page:9
116+#: C/a11y-slowkeys.page:12
117+#: C/a11y-stickykeys.page:12
118+#: C/a11y-visualalert.page:12
119+#: C/bluetooth.page:10
120+#: C/bluetooth-connect-device.page:22
121+#: C/bluetooth-turn-on-off.page:18
122+#: C/bluetooth-visibility.page:13
123+#: C/clock.page:18
124+#: C/disk.page:9
125+#: C/display-dimscreen.page:25
126+#: C/display-lock.page:15
127+#: C/files-browse.page:18
128+#: C/files-delete.page:17
129+#: C/files-lost.page:18
130+#: C/files-open.page:17
131+#: C/files.page:10
132+#: C/files-removedrive.page:8
133+#: C/files-rename.page:16
134+#: C/files-search.page:17
135+#: C/files-select.page:8
136+#: C/files-share.page:17
137+#: C/hardware.page:9
138+#: C/keyboard.page:18
139+#: C/keyboard-cursor-blink.page:14
140+#: C/keyboard-layouts.page:11
141+#: C/keyboard-nav.page:20
142+#: C/keyboard-repeat-keys.page:11
143+#: C/look-background.page:26
144+#: C/media.page:9
145+#: C/mouse-disabletouchpad.page:14
146+#: C/mouse-doubleclick.page:19
147+#: C/mouse-lefthanded.page:16
148+#: C/mouse-middleclick.page:19
149+#: C/mouse-mousekeys.page:18
150+#: C/mouse-problem-notmoving.page:17
151+#: C/mouse-sensitivity.page:22
152+#: C/mouse-touchpad-click.page:12
153+#: C/nautilus-behavior.page:18
154+#: C/nautilus-connect.page:17
155+#: C/nautilus-display.page:12
156+#: C/nautilus-file-properties-basic.page:18
157+#: C/nautilus-file-properties-permissions.page:18
158+#: C/nautilus-prefs.page:9
159+#: C/nautilus-preview.page:13
160+#: C/nautilus-views.page:16
161+#: C/net-findip.page:11
162+#: C/net-macaddress.page:10
163+#: C/net-nonm.page:9
164+#: C/net.page:10
165+#: C/net-wireless-adhoc.page:14
166+#: C/net-wireless-edit-connection.page:10
167+#: C/net-wrongnetwork.page:10
168+#: C/prefs.page:10
169+#: C/prefs-language.page:9
170+#: C/prefs-display.page:9
171+#: C/printing-setup.page:25
172+#: C/screen-shot-record.page:19
173+#: C/session-formats.page:13
174+#: C/session-language.page:17
175+#: C/shell-exit.page:18
176+#: C/shell-keyboard-shortcuts.page:14
177+#: C/shell-windows-maximize.page:15
178+#: C/shell-windows-states.page:15
179+#: C/shell-windows-tiled.page:15
180+#: C/sound-alert.page:10
181+#: C/sound-usemic.page:10
182+#: C/sound-usespeakers.page:9
183+#: C/sound-volume.page:13
184+#: C/tips.page:8
185+#: C/tips-specialchars.page:11
186+#: C/unity-introduction.page:13
187+#: C/user-add.page:19
188+#: C/user-changepicture.page:15
189+#: C/user-delete.page:19
190+msgid "Shaun McCance"
191+msgstr ""
192+
193+#. (itstool) path: credit/name
194+#: C/a11y-bouncekeys.page:17
195+#: C/a11y-dwellclick.page:17
196+#: C/a11y-right-click.page:18
197+#: C/a11y-slowkeys.page:16
198+#: C/a11y-stickykeys.page:16
199+#: C/accounts-disable-service.page:12
200+#: C/accounts.page:13
201+#: C/bluetooth-problem-connecting.page:15
202+#: C/files-browse.page:22
203+#: C/files-hidden.page:12
204+#: C/files-sort.page:12
205+#: C/files-tilde.page:13
206+#: C/hardware-problems-graphics.page:9
207+#: C/look-display-fuzzy.page:21
208+#: C/mouse-doubleclick.page:15
209+#: C/mouse-lefthanded.page:12
210+#: C/mouse-mousekeys.page:14
211+#: C/mouse-problem-notmoving.page:13
212+#: C/mouse-sensitivity.page:14
213+#: C/nautilus-list.page:10
214+#: C/net-default-browser.page:10
215+#: C/net-default-email.page:10
216+#: C/net-email-virus.page:12
217+#: C/net-install-flash.page:10
218+#: C/net-install-moonlight.page:10
219+#: C/net-manual.page:11
220+#: C/net-othersconnect.page:11
221+#: C/net-othersedit.page:11
222+#: C/net-proxy.page:10
223+#: C/net-slow.page:10
224+#: C/net-wireless-adhoc.page:10
225+#: C/net-wireless-disconnecting.page:16
226+#: C/net-wireless-edit-connection.page:15
227+#: C/net-wireless-noconnection.page:10
228+#: C/net-wireless-troubleshooting-device-drivers.page:13
229+#: C/net-wrongnetwork.page:15
230+#: C/power-batteryestimate.page:17
231+#: C/power-batterylife.page:17
232+#: C/power-batteryoptimal.page:17
233+#: C/power-batterywindows.page:17
234+#: C/power-othercountry.page:16
235+#: C/printing.page:9
236+#: C/printing-2sided.page:13
237+#: C/printing-cancel-job.page:13
238+#: C/printing-differentsize.page:12
239+#: C/printing-envelopes.page:14
240+#: C/printing-order.page:13
241+#: C/printing-select.page:12
242+#: C/printing-setup.page:13
243+#: C/sound-volume.page:8
244+#: C/user-goodpassword.page:16
245+msgid "Phil Bull"
246+msgstr ""
247+
248+#. (itstool) path: info/desc
249+#: C/a11y-bouncekeys.page:21
250+msgid "Ignore quickly-repeated key presses of the same key."
251+msgstr "በፍጥነት ተደጋግመው የሚጫኑ ቁልፎችን ዝለል"
252+
253+#. (itstool) path: page/title
254+#: C/a11y-bouncekeys.page:25
255+msgid "Turn on bounce keys"
256+msgstr "Boune Keyን አብራ"
257+
258+#. (itstool) path: page/p
259+#: C/a11y-bouncekeys.page:27
260+msgid ""
261+"Turn on <em>bounce keys</em> to ignore key presses that are rapidly "
262+"repeated. For example, if you have hand tremors which cause you to press a "
263+"key multiple times when you only want to press it once, you should turn on "
264+"bounce keys."
265+msgstr ""
266+"ተደጋግመው የሚጫኑ ቁልፎችን ለመተው <em>bounce keys</em>ን ያብሩ። ለምሣሌ፣ የእጅ መንቀጥቀጥ ካለብዎና "
267+"አንድን ቁልፍ አንድ ጊዜ ለመጫን ፈልገው ግን በተደጋጋሚ ጊዜ የሚጫኑ ከሆነ Bounce Keyን ማብራት አለብዎ።"
268+
269+#. (itstool) path: when/p
270+#. (itstool) path: item/p
271+#: C/a11y-bouncekeys.page:33
272+#: C/a11y-contrast.page:27
273+#: C/a11y-dwellclick.page:41
274+#: C/a11y-font-size.page:27
275+#: C/a11y-locate-pointer.page:32
276+#: C/a11y-right-click.page:36
277+#: C/a11y-slowkeys.page:42
278+#: C/a11y-stickykeys.page:45
279+#: C/a11y-visualalert.page:40
280+#: C/display-dimscreen.page:44
281+#: C/display-dual-monitors.page:28
282+#: C/display-lock.page:36
283+#: C/files-autorun.page:35
284+#: C/mouse-disabletouchpad.page:32
285+#: C/mouse-doubleclick.page:37
286+#: C/mouse-lefthanded.page:32
287+#: C/mouse-sensitivity.page:38
288+#: C/mouse-touchpad-click.page:28
289+#: C/mouse-touchpad-click.page:63
290+#: C/mouse-touchpad-click.page:97
291+#: C/net-default-browser.page:24
292+#: C/net-default-email.page:24
293+#: C/power-closelid.page:49
294+#: C/power-whydim.page:30
295+#: C/session-formats.page:29
296+#: C/session-screenlocks.page:35
297+#: C/tips-specialchars.page:61
298+#: C/unity-launcher-change-autohide.page:24
299+msgid ""
300+"Click the icon at the very right of the <gui>menu bar</gui> and select "
301+"<gui>System Settings</gui>."
302+msgstr ""
303+
304+#. (itstool) path: choose/p
305+#: C/a11y-bouncekeys.page:35
306+#: C/a11y-contrast.page:29
307+#: C/a11y-dwellclick.page:43
308+#: C/a11y-font-size.page:29
309+#: C/a11y-locate-pointer.page:34
310+#: C/a11y-right-click.page:38
311+#: C/a11y-slowkeys.page:44
312+#: C/a11y-stickykeys.page:47
313+#: C/a11y-visualalert.page:42
314+msgid "Click your name on the top bar and select <gui>System Settings</gui>."
315+msgstr "ስምዎን ከላይኛው መደብ በመጫን <gui>System Settings</gui>ን ይምረጡ።"
316+
317+#. (itstool) path: item/p
318+#: C/a11y-bouncekeys.page:38
319+#: C/a11y-slowkeys.page:47
320+#: C/a11y-stickykeys.page:50
321+#: C/keyboard-osk.page:36
322+msgid ""
323+"Open <gui>Universal Access</gui> and select the <gui>Typing</gui> tab."
324+msgstr "<gui>Universal Access</gui>ን ይክፈቱና <gui>Typing</gui>ን ይምረጡ።"
325+
326+#. (itstool) path: item/p
327+#: C/a11y-bouncekeys.page:39
328+msgid "Switch <gui>Bounce Keys</gui> on."
329+msgstr "<gui>Bounce Keys</gui> አብራ።"
330+
331+#. (itstool) path: note/title
332+#: C/a11y-bouncekeys.page:45
333+msgid "Quickly turn bounce keys on and off"
334+msgstr "Bounce Keyን ቶሎ አብራና አጥፋ"
335+
336+#. (itstool) path: note/p
337+#: C/a11y-bouncekeys.page:46
338+msgid ""
339+"You can turn bounce keys on and off by clicking the <link xref=\"a11y-"
340+"icon\">accessibility icon</link> on the top bar and selecting <gui>Bounce "
341+"Keys</gui>."
342+msgstr ""
343+"Bounce Keyን ለማብራትና ለማጥፋጥ <link xref=\"a11y-icon\">accessibility icon</link>ን "
344+"ተጭነው <gui>Bounce Keys</gui>ን ይምረጡ።"
345+
346+#. (itstool) path: page/p
347+#: C/a11y-bouncekeys.page:52
348+msgid ""
349+"Use the <gui>Acceptance delay</gui> slider to change how long bounce keys "
350+"waits before it registers another key press after you pressed the key for "
351+"the first time. Select <gui>Beep when a key is rejected</gui> if you want "
352+"the computer to make a sound each time it ignores a key press because it "
353+"happened too soon after the previous key press."
354+msgstr ""
355+
356+#. (itstool) path: info/desc
357+#: C/a11y-braille.page:14
358+msgid ""
359+"Use the <app>Orca</app> screen reader with a refreshable Braille display."
360+msgstr ""
361+
362+#. (itstool) path: page/title
363+#: C/a11y-braille.page:18
364+msgid "Read screen in Braille"
365+msgstr ""
366+
367+#. (itstool) path: page/p
368+#: C/a11y-braille.page:20
369+msgid ""
370+"GNOME provides the <app>Orca</app> screen reader to display the user "
371+"interface on a refreshable Braille display. Refer to the <link "
372+"href=\"help:orca\">Orca Help</link> for more information."
373+msgstr ""
374+
375+#. (itstool) path: info/desc
376+#: C/a11y-contrast.page:15
377+msgid ""
378+"Make windows and buttons on the screen more (or less) vivid, so they're "
379+"easier to see."
380+msgstr ""
381+
382+#. (itstool) path: page/title
383+#: C/a11y-contrast.page:19
384+msgid "Adjust the contrast"
385+msgstr ""
386+
387+#. (itstool) path: page/p
388+#: C/a11y-contrast.page:21
389+msgid ""
390+"You can adjust the contrast of windows and buttons so that they're easier to "
391+"see. This is not the same as <link xref=\"display-dimscreen\">changing the "
392+"brightness of the whole screen</link>; only parts of the <em>user "
393+"interface</em> will change."
394+msgstr ""
395+
396+#. (itstool) path: item/p
397+#: C/a11y-contrast.page:32
398+#: C/a11y-font-size.page:32
399+msgid ""
400+"Open <gui>Universal Access</gui> and select the <gui>Seeing</gui> tab."
401+msgstr ""
402+
403+#. (itstool) path: item/p
404+#: C/a11y-contrast.page:33
405+msgid ""
406+"Under <gui>Display</gui> select the <gui>Contrast</gui> that best suits your "
407+"needs. <gui>Low</gui> will make things less vivid, for example."
408+msgstr ""
409+
410+#. (itstool) path: note/p
411+#: C/a11y-contrast.page:39
412+msgid ""
413+"You can quickly change the contrast by clicking the <link xref=\"a11y-"
414+"icon\">accessibility icon</link> on the top bar and selecting <gui>High "
415+"Contrast</gui>."
416+msgstr ""
417+
418+#. (itstool) path: info/desc
419+#: C/a11y-dwellclick.page:21
420+msgid ""
421+"The Hover Click (Dwell Click) feature allows you to click by holding the "
422+"mouse still."
423+msgstr ""
424+
425+#. (itstool) path: page/title
426+#: C/a11y-dwellclick.page:26
427+msgid "Simulate clicking by hovering"
428+msgstr ""
429+
430+#. (itstool) path: page/p
431+#: C/a11y-dwellclick.page:28
432+msgid ""
433+"You can click or drag simply by hovering your mouse pointer over a control "
434+"or object on the screen. This is useful if you find it difficult to move the "
435+"mouse and click at the same time. This feature is called Hover Click or "
436+"Dwell Click."
437+msgstr ""
438+
439+#. (itstool) path: page/p
440+#: C/a11y-dwellclick.page:33
441+msgid ""
442+"When Hover Click is enabled, you can move your mouse pointer over a control, "
443+"let go of the mouse, and then wait for a while before the button will be "
444+"clicked for you."
445+msgstr ""
446+
447+#. (itstool) path: item/p
448+#: C/a11y-dwellclick.page:46
449+#: C/a11y-right-click.page:41
450+msgid ""
451+"Open <gui>Universal Access</gui> and select the <gui>Pointing and "
452+"Clicking</gui> tab."
453+msgstr ""
454+
455+#. (itstool) path: item/p
456+#: C/a11y-dwellclick.page:48
457+msgid "Switch <gui>Hover Click</gui> on."
458+msgstr ""
459+
460+#. (itstool) path: page/p
461+#: C/a11y-dwellclick.page:51
462+msgid ""
463+"The <gui>Hover Click</gui> window will open, and will stay above all of your "
464+"other windows. You can use this to choose what sort of click should happen "
465+"when you hover. For example, if you select <gui>Secondary Click</gui>, you "
466+"will right-click when you hover. After you double-click, right-click, or "
467+"drag, you will be automatically returned to clicking."
468+msgstr ""
469+
470+#. (itstool) path: page/p
471+#: C/a11y-dwellclick.page:57
472+msgid ""
473+"When you hover your mouse pointer over a button and don't move it, it will "
474+"gradually change color. When it has fully changed color, the button will be "
475+"clicked."
476+msgstr ""
477+
478+#. (itstool) path: page/p
479+#: C/a11y-dwellclick.page:61
480+msgid ""
481+"Adjust the <gui>Delay</gui> setting to change how long you have to hold the "
482+"mouse pointer still before clicking."
483+msgstr ""
484+
485+#. (itstool) path: page/p
486+#: C/a11y-dwellclick.page:64
487+msgid ""
488+"You don't need to hold the mouse perfectly still when hovering to click. The "
489+"pointer is allowed to move a little bit and will still click after a while. "
490+"If it moves too much, however, the click will not happen."
491+msgstr ""
492+
493+#. (itstool) path: page/p
494+#: C/a11y-dwellclick.page:68
495+msgid ""
496+"Adjust the <gui>Motion threshold</gui> setting to change how much the "
497+"pointer can move and still be considered to be hovering."
498+msgstr ""
499+
500+#. (itstool) path: info/desc
501+#: C/a11y-font-size.page:14
502+msgid "Use larger fonts to make text easier to read."
503+msgstr ""
504+
505+#. (itstool) path: page/title
506+#: C/a11y-font-size.page:18
507+msgid "Change text size on the screen"
508+msgstr ""
509+
510+#. (itstool) path: page/p
511+#: C/a11y-font-size.page:20
512+msgid ""
513+"If you have difficulty reading the text on your screen, you can change the "
514+"size of the font."
515+msgstr ""
516+
517+#. (itstool) path: item/p
518+#: C/a11y-font-size.page:33
519+msgid ""
520+"Under <gui>Display</gui> select the <gui>Text size</gui> that is big enough "
521+"for you. It will adjust immediately."
522+msgstr ""
523+
524+#. (itstool) path: note/p
525+#: C/a11y-font-size.page:40
526+msgid ""
527+"You can quickly change the text size by clicking the <link xref=\"a11y-"
528+"icon\">accessibility icon</link> on the top bar and selecting <gui>Large "
529+"Text</gui>."
530+msgstr ""
531+
532+#. (itstool) path: note/p
533+#: C/a11y-font-size.page:46
534+msgid ""
535+"In many apps, you can increase the text size at any time by pressing "
536+"<keyseq><key>Ctrl</key><key>+</key></keyseq>. To reduce the text size, press "
537+"<keyseq><key>Ctrl</key><key>-</key></keyseq>."
538+msgstr ""
539+
540+#. (itstool) path: info/desc
541+#: C/a11y-locate-pointer.page:16
542+msgid "Pressing <key>Ctrl</key> can find the mouse pointer."
543+msgstr ""
544+
545+#. (itstool) path: page/title
546+#: C/a11y-locate-pointer.page:20
547+msgid "Quickly locate the pointer"
548+msgstr ""
549+
550+#. (itstool) path: page/p
551+#: C/a11y-locate-pointer.page:23
552+msgid ""
553+"If you have trouble seeing where the mouse pointer is on your screen, you "
554+"can make it so that simply pressing the <key>Ctrl</key> key will locate your "
555+"pointer. Once this is set up, pressing <key>Ctrl</key> will cause an "
556+"animation to appear briefly at the location of your pointer."
557+msgstr ""
558+
559+#. (itstool) path: item/p
560+#: C/a11y-locate-pointer.page:37
561+msgid ""
562+"Open <gui>Mouse and Touchpad</gui> and select the <gui>Mouse</gui> tab."
563+msgstr ""
564+
565+#. (itstool) path: item/p
566+#: C/a11y-locate-pointer.page:39
567+msgid ""
568+"Select <gui>Show position of pointer when the Control key is pressed</gui>."
569+msgstr ""
570+
571+#. (itstool) path: page/p
572+#: C/a11y-locate-pointer.page:43
573+msgid "Your <key>Ctrl</key> keys will now locate the pointer when pressed."
574+msgstr ""
575+
576+#. (itstool) path: info/desc
577+#: C/a11y.page:14
578+msgid ""
579+"<link xref=\"a11y#vision\">Seeing</link>, <link "
580+"xref=\"a11y#sound\">hearing</link>, <link "
581+"xref=\"a11y#mobility\">mobility</link>, <link xref=\"a11y-"
582+"braille\">braille</link>…"
583+msgstr ""
584+
585+#. (itstool) path: page/title
586+#. (itstool) path: links/title
587+#: C/a11y.page:24
588+#: C/keyboard.page:35
589+msgid "Universal access"
590+msgstr ""
591+
592+#. (itstool) path: when/p
593+#: C/a11y.page:28
594+msgid ""
595+"The Unity desktop includes assistive technologies to support users with "
596+"various impairments and special needs, and to interact with common assistive "
597+"devices. Many accessibility features can be accessed from the <gui>Universal "
598+"Access</gui> section of <gui>System Settings</gui>."
599+msgstr ""
600+
601+#. (itstool) path: choose/p
602+#: C/a11y.page:33
603+msgid ""
604+"The GNOME desktop includes assistive technologies to support users with "
605+"various impairments and special needs, and to interact with common assistive "
606+"devices. Many accessibility features can be accessed from the accessibility "
607+"menu in the top bar."
608+msgstr ""
609+
610+#. (itstool) path: section/title
611+#: C/a11y.page:40
612+msgid "Visual impairments"
613+msgstr ""
614+
615+#. (itstool) path: links/title
616+#: C/a11y.page:43
617+msgid "Blindness"
618+msgstr ""
619+
620+#. (itstool) path: links/title
621+#: C/a11y.page:46
622+msgid "Low vision"
623+msgstr ""
624+
625+#. (itstool) path: links/title
626+#: C/a11y.page:49
627+msgid "Color-blindness"
628+msgstr ""
629+
630+#. (itstool) path: links/title
631+#: C/a11y.page:52
632+#: C/a11y.page:74
633+#: C/keyboard.page:39
634+msgid "Other topics"
635+msgstr ""
636+
637+#. (itstool) path: section/title
638+#: C/a11y.page:57
639+msgid "Hearing impairments"
640+msgstr ""
641+
642+#. (itstool) path: section/title
643+#: C/a11y.page:62
644+msgid "Mobility impairments"
645+msgstr ""
646+
647+#. (itstool) path: links/title
648+#: C/a11y.page:65
649+msgid "Mouse movement"
650+msgstr ""
651+
652+#. (itstool) path: links/title
653+#: C/a11y.page:68
654+msgid "Clicking and dragging"
655+msgstr ""
656+
657+#. (itstool) path: links/title
658+#: C/a11y.page:71
659+msgid "Keyboard use"
660+msgstr ""
661+
662+#. (itstool) path: credit/years
663+#: C/a11y-right-click.page:14
664+#: C/accounts-whyadd.page:12
665+#: C/contacts-connect.page:12
666+#: C/contacts.page:15
667+#: C/contacts-setup.page:12
668+#: C/keyboard-layouts.page:13
669+#: C/keyboard-nav.page:22
670+#: C/screen-shot-record.page:21
671+#: C/shell-keyboard-shortcuts.page:16
672+#: C/shell-windows-states.page:17
673+#: C/wacom-left-handed.page:12
674+#: C/wacom-mode.page:12
675+#: C/wacom-multi-monitor.page:12
676+#: C/wacom-stylus.page:12
677+msgid "2012"
678+msgstr ""
679+
680+#. (itstool) path: info/desc
681+#: C/a11y-right-click.page:22
682+msgid "Press and hold the left mouse button to right-click."
683+msgstr ""
684+
685+#. (itstool) path: page/title
686+#: C/a11y-right-click.page:26
687+msgid "Simulate a right mouse click"
688+msgstr ""
689+
690+#. (itstool) path: page/p
691+#: C/a11y-right-click.page:28
692+msgid ""
693+"You can right-click by holding down the left mouse button. This is useful if "
694+"you find it difficult to move your fingers individually on one hand, or if "
695+"your pointing device only has a single button."
696+msgstr ""
697+
698+#. (itstool) path: item/p
699+#: C/a11y-right-click.page:43
700+msgid "Switch <gui>Simulated Secondary Click</gui> on."
701+msgstr ""
702+
703+#. (itstool) path: page/p
704+#: C/a11y-right-click.page:46
705+msgid ""
706+"You can change how long you must hold down the left mouse button before it "
707+"is registered as a right click. On the <gui>Pointing and Clicking</gui> tab, "
708+"change the <gui>Acceptance delay</gui> under <gui>Simulated Secondary "
709+"Click</gui>."
710+msgstr ""
711+
712+#. (itstool) path: page/p
713+#: C/a11y-right-click.page:51
714+msgid ""
715+"To right-click with simulated secondary click, hold down the left mouse "
716+"button where you would normally right-click, then release. The pointer fills "
717+"with blue as you hold down the left mouse button. Once it is entirely blue, "
718+"release the mouse button to right-click."
719+msgstr ""
720+
721+#. (itstool) path: page/p
722+#: C/a11y-right-click.page:56
723+msgid ""
724+"Some special pointers, such as the resize pointers, do not change colors. "
725+"You can still use simulated secondary click as normal, even if you don't get "
726+"visual feedback from the pointer."
727+msgstr ""
728+
729+#. (itstool) path: page/p
730+#: C/a11y-right-click.page:60
731+msgid ""
732+"If you use <link xref=\"mouse-mousekeys\">Mouse Keys</link>, this also "
733+"allows you to right-click by holding down the <key>5</key> key on your "
734+"keypad."
735+msgstr ""
736+
737+#. (itstool) path: note/p
738+#: C/a11y-right-click.page:66
739+msgid ""
740+"In the <gui>Activities</gui> overview, you are always able to long-press to "
741+"right-click, even with this feature disabled. Long-press works slightly "
742+"differently in the overview: You do not have to release the button to right-"
743+"click."
744+msgstr ""
745+
746+#. (itstool) path: info/desc
747+#: C/a11y-screen-reader.page:13
748+msgid "Use the <app>Orca</app> screen reader to speak the user interface."
749+msgstr ""
750+
751+#. (itstool) path: page/title
752+#: C/a11y-screen-reader.page:17
753+msgid "Read screen aloud"
754+msgstr ""
755+
756+#. (itstool) path: page/p
757+#: C/a11y-screen-reader.page:19
758+msgid ""
759+"GNOME provides the <app>Orca</app> screen reader to speak the user "
760+"interface. Refer to the <link href=\"help:orca\">Orca Help</link> for more "
761+"information."
762+msgstr ""
763+
764+#. (itstool) path: credit/name
765+#: C/a11y-slowkeys.page:20
766+#: C/a11y-stickykeys.page:20
767+#: C/a11y-visualalert.page:16
768+#: C/accounts-add.page:15
769+#: C/accounts-create.page:19
770+#: C/accounts-remove.page:12
771+#: C/accounts-whyadd.page:15
772+#: C/backup-how.page:20
773+#: C/backup-thinkabout.page:21
774+#: C/backup-what.page:19
775+#: C/color-calibrate-scanner.page:20
776+#: C/color-calibrate-screen.page:19
777+#: C/color-howtoimport.page:18
778+#: C/color-virtualdevice.page:17
779+#: C/contacts-add-remove.page:16
780+#: C/contacts-connect.page:10
781+#: C/contacts-edit-details.page:18
782+#: C/contacts-link-unlink.page:18
783+#: C/contacts.page:13
784+#: C/contacts-search.page:18
785+#: C/contacts-setup.page:10
786+#: C/disk-benchmark.page:19
787+#: C/disk-capacity.page:16
788+#: C/disk-check.page:17
789+#: C/display-lock.page:19
790+#: C/files-disc-write.page:8
791+#: C/keyboard-cursor-blink.page:26
792+#: C/keyboard-nav.page:12
793+#: C/keyboard-osk.page:19
794+#: C/keyboard-repeat-keys.page:23
795+#: C/keyboard-shortcuts-set.page:12
796+#: C/look-background.page:34
797+#: C/look-display-fuzzy.page:25
798+#: C/look-resolution.page:21
799+#: C/mouse-disabletouchpad.page:18
800+#: C/mouse-doubleclick.page:23
801+#: C/mouse-lefthanded.page:20
802+#: C/mouse-middleclick.page:23
803+#: C/mouse-sensitivity.page:26
804+#: C/mouse-touchpad-click.page:16
805+#: C/nautilus-behavior.page:22
806+#: C/session-screenlocks.page:17
807+#: C/sharing-desktop.page:14
808+#: C/tips-specialchars.page:15
809+#: C/user-add.page:23
810+#: C/user-goodpassword.page:24
811+#: C/wacom-left-handed.page:10
812+#: C/wacom-mode.page:10
813+#: C/wacom-multi-monitor.page:10
814+#: C/wacom.page:13
815+#: C/wacom-stylus.page:10
816+msgid "Michael Hill"
817+msgstr ""
818+
819+#. (itstool) path: info/desc
820+#: C/a11y-slowkeys.page:24
821+msgid ""
822+"Have a delay between a key being pressed and that letter appearing on the "
823+"screen."
824+msgstr ""
825+
826+#. (itstool) path: page/title
827+#: C/a11y-slowkeys.page:29
828+msgid "Turn on slow keys"
829+msgstr ""
830+
831+#. (itstool) path: page/p
832+#: C/a11y-slowkeys.page:31
833+msgid ""
834+"Turn on <em>slow keys</em> if you would like there to be a delay between "
835+"pressing a key and that letter being displayed on the screen. This means "
836+"that you have to hold down each key you want to type for a little while "
837+"before it appears. Use slow keys if you accidentally press several keys at a "
838+"time when you type, or if you find it difficult to press the right key on "
839+"the keyboard first time."
840+msgstr ""
841+
842+#. (itstool) path: item/p
843+#: C/a11y-slowkeys.page:49
844+msgid "Switch <gui>Slow Keys</gui> on."
845+msgstr ""
846+
847+#. (itstool) path: note/title
848+#: C/a11y-slowkeys.page:53
849+msgid "Quickly turn slow keys on and off"
850+msgstr ""
851+
852+#. (itstool) path: note/p
853+#: C/a11y-slowkeys.page:54
854+msgid ""
855+"Select <gui>Turn on accessibility features from the keyboard</gui> to turn "
856+"slow keys on and off from the keyboard. When this option is selected, you "
857+"can press and hold <key>Shift</key> for eight seconds to enable or disable "
858+"slow keys."
859+msgstr ""
860+
861+#. (itstool) path: choose/p
862+#: C/a11y-slowkeys.page:59
863+msgid ""
864+"You can also turn slow keys on and off by clicking the <link xref=\"a11y-"
865+"icon\">accessibility icon</link> on the top bar and selecting <gui>Slow "
866+"Keys</gui>."
867+msgstr ""
868+
869+#. (itstool) path: page/p
870+#: C/a11y-slowkeys.page:65
871+msgid ""
872+"Use the <gui>Acceptance delay</gui> slider to control how long you have to "
873+"hold a key down for it to register."
874+msgstr ""
875+
876+#. (itstool) path: page/p
877+#: C/a11y-slowkeys.page:68
878+msgid ""
879+"You can have your computer make a sound when you press a key, when a key "
880+"press is accepted, or when a key press is rejected because you didn't hold "
881+"the key down long enough."
882+msgstr ""
883+
884+#. (itstool) path: info/desc
885+#: C/a11y-stickykeys.page:24
886+msgid ""
887+"Type keyboard shortcuts one key at a time rather than having to hold down "
888+"all of the keys at once."
889+msgstr ""
890+
891+#. (itstool) path: page/title
892+#: C/a11y-stickykeys.page:29
893+msgid "Turn on sticky keys"
894+msgstr ""
895+
896+#. (itstool) path: page/p
897+#: C/a11y-stickykeys.page:31
898+msgid ""
899+"<em>Sticky keys</em> allows you to type keyboard shortcuts one key at a time "
900+"rather than having to hold down all of the keys at once. For example, the "
901+"<keyseq><key>Alt</key><key>Tab</key></keyseq> shortcut switches between "
902+"windows. Without sticky keys turned on, you would have to hold down both "
903+"keys at the same time; with sticky keys turned on, you would press "
904+"<key>Alt</key> and then <key>Tab</key> to do the same."
905+msgstr ""
906+
907+#. (itstool) path: page/p
908+#: C/a11y-stickykeys.page:38
909+msgid ""
910+"You might want to turn on sticky keys if you find it difficult to hold down "
911+"several keys at once."
912+msgstr ""
913+
914+#. (itstool) path: item/p
915+#: C/a11y-stickykeys.page:52
916+msgid "Switch <gui>Sticky Keys</gui> on."
917+msgstr ""
918+
919+#. (itstool) path: note/title
920+#: C/a11y-stickykeys.page:56
921+msgid "Quickly turn sticky keys on and off"
922+msgstr ""
923+
924+#. (itstool) path: note/p
925+#: C/a11y-stickykeys.page:57
926+msgid ""
927+"Select <gui>Turn on accessibility features from the keyboard</gui> (above "
928+"<gui>Sticky Keys</gui>) to turn sticky keys on and off from the keyboard. "
929+"When this option is selected, you can press <key>Shift</key> five times in a "
930+"row to enable or disable sticky keys."
931+msgstr ""
932+
933+#. (itstool) path: choose/p
934+#: C/a11y-stickykeys.page:63
935+msgid ""
936+"You can also turn sticky keys on and off by clicking the <link xref=\"a11y-"
937+"icon\">accessibility icon</link> on the top bar and selecting <gui>Sticky "
938+"Keys</gui>."
939+msgstr ""
940+
941+#. (itstool) path: page/p
942+#: C/a11y-stickykeys.page:69
943+msgid ""
944+"If you press two keys at once, you can have sticky keys turn itself off "
945+"temporarily to let you enter a keyboard shortcut in the normal way."
946+msgstr ""
947+
948+#. (itstool) path: page/p
949+#: C/a11y-stickykeys.page:71
950+msgid ""
951+"For example, if you have sticky keys turned on but press <key>Alt</key> and "
952+"<key>Tab</key> simultaneously, sticky keys would not wait for you to press "
953+"another key if you had this option turned on. It <em>would</em> wait if you "
954+"only pressed one key, however. This is useful if you are able to press some "
955+"keyboard shortcuts simultaneously (for example, keys that are close "
956+"together), but not others."
957+msgstr ""
958+
959+#. (itstool) path: page/p
960+#: C/a11y-stickykeys.page:72
961+msgid ""
962+"Select <gui>Disable if two keys are pressed together</gui> to enable this."
963+msgstr ""
964+
965+#. (itstool) path: page/p
966+#: C/a11y-stickykeys.page:74
967+msgid ""
968+"You can have the computer make a \"beep\" sound when you start typing a "
969+"keyboard shortcut with sticky keys turned on. This is useful if you want to "
970+"know that sticky keys is expecting a keyboard shortcut to be typed, so the "
971+"next key press will be interpreted as part of a shortcut. Select <gui>Beep "
972+"when a modifier key is pressed</gui> to enable this."
973+msgstr ""
974+
975+#. (itstool) path: info/desc
976+#: C/a11y-visualalert.page:20
977+msgid ""
978+"Enable visual alerts to flash the screen or window when an alert sound is "
979+"played."
980+msgstr ""
981+
982+#. (itstool) path: page/title
983+#: C/a11y-visualalert.page:25
984+msgid "Flash the screen for alert sounds"
985+msgstr ""
986+
987+#. (itstool) path: page/p
988+#: C/a11y-visualalert.page:27
989+msgid ""
990+"Your computer will play a simple alert sound for certain types of messages "
991+"and events. If you have a hard time hearing these sounds, you can have "
992+"either the entire screen or your current window visually flash whenever the "
993+"alert sound is played."
994+msgstr ""
995+
996+#. (itstool) path: page/p
997+#: C/a11y-visualalert.page:32
998+msgid ""
999+"This can also be useful if you're in an environment where you need your "
1000+"computer to be silent, such as in a library. See <link xref=\"sound-"
1001+"alert\"/> to learn how to mute the alert sound, then enable visual alerts."
1002+msgstr ""
1003+
1004+#. (itstool) path: item/p
1005+#: C/a11y-visualalert.page:45
1006+msgid ""
1007+"Open <gui>Universal Access</gui> and select the <gui>Hearing</gui> tab."
1008+msgstr ""
1009+
1010+#. (itstool) path: item/p
1011+#: C/a11y-visualalert.page:46
1012+msgid ""
1013+"Switch <gui>Visual Alerts</gui> on. Select whether you want the entire "
1014+"screen or just your current window to flash."
1015+msgstr ""
1016+
1017+#. (itstool) path: note/p
1018+#: C/a11y-visualalert.page:54
1019+msgid ""
1020+"You can quickly turn visual alerts on and off by clicking the <link "
1021+"xref=\"a11y-icon\">accessibility icon</link> on the top bar and selecting "
1022+"<gui>Visual Alerts</gui>."
1023+msgstr ""
1024+
1025+#. (itstool) path: info/desc
1026+#: C/about-this-guide.page:10
1027+msgid "A few tips about using the Ubuntu Desktop Guide."
1028+msgstr ""
1029+
1030+#. (itstool) path: credit/name
1031+#: C/about-this-guide.page:14
1032+#: C/backup-check.page:11
1033+#: C/backup-frequency.page:16
1034+#: C/backup-how.page:16
1035+#: C/backup-restore.page:15
1036+#: C/backup-thinkabout.page:17
1037+#: C/backup-what.page:11
1038+#: C/backup-where.page:13
1039+#: C/backup-why.page:13
1040+#: C/clock-calendar.page:14
1041+#: C/clock-set.page:12
1042+#: C/clock-timezone.page:11
1043+#: C/disk-benchmark.page:11
1044+#: C/disk-capacity.page:8
1045+#: C/disk-check.page:9
1046+#: C/disk-format.page:9
1047+#: C/disk-partitions.page:9
1048+#: C/display-dimscreen.page:17
1049+#: C/files-autorun.page:17
1050+#: C/files-lost.page:14
1051+#: C/files-recover.page:14
1052+#: C/files-rename.page:12
1053+#: C/files-search.page:13
1054+#: C/hardware-driver.page:11
1055+#: C/hardware-cardreader.page:13
1056+#: C/look-background.page:14
1057+#: C/look-display-fuzzy.page:13
1058+#: C/look-resolution.page:13
1059+#: C/mouse-wakeup.page:11
1060+#: C/music-cantplay-drm.page:9
1061+#: C/music-player-ipodtransfer.page:9
1062+#: C/music-player-newipod.page:9
1063+#: C/music-player-notrecognized.page:10
1064+#: C/net-antivirus.page:13
1065+#: C/net-vpn-connect.page:11
1066+#: C/net-wired-connect.page:10
1067+#: C/net-wireless-airplane.page:11
1068+#: C/net-wireless-connect.page:13
1069+#: C/net-wireless-find.page:12
1070+#: C/net-wireless-hidden.page:11
1071+#: C/net-wireless-troubleshooting.page:15
1072+#: C/net-wireless-troubleshooting-hardware-check.page:14
1073+#: C/net-wireless-troubleshooting-hardware-info.page:14
1074+#: C/net-wireless-troubleshooting-initial-check.page:14
1075+#: C/net-wireless-wepwpa.page:10
1076+#: C/power-batterybroken.page:14
1077+#: C/power-batteryestimate.page:13
1078+#: C/power-batterylife.page:13
1079+#: C/power-batteryoptimal.page:13
1080+#: C/power-batteryslow.page:12
1081+#: C/power-batterywindows.page:13
1082+#: C/power-closelid.page:13
1083+#: C/power-constantfan.page:12
1084+#: C/power-hibernate.page:15
1085+#: C/power-hotcomputer.page:13
1086+#: C/power-lowpower.page:11
1087+#: C/power-nowireless.page:15
1088+#: C/power-othercountry.page:12
1089+#: C/power-suspendfail.page:13
1090+#: C/power-suspend.page:12
1091+#: C/power-whydim.page:12
1092+#: C/power-willnotturnon.page:12
1093+#: C/printing-streaks.page:14
1094+#: C/session-language.page:13
1095+#: C/session-screenlocks.page:13
1096+#: C/shell-apps-favorites.page:16
1097+#: C/shell-overview.page:21
1098+#: C/shell-windows.page:14
1099+#: C/shell-windows-switching.page:15
1100+#: C/shell-workspaces-movewindow.page:17
1101+#: C/shell-workspaces.page:15
1102+#: C/shell-workspaces-switch.page:16
1103+#: C/sound-broken.page:13
1104+#: C/sound-crackle.page:13
1105+#: C/sound-nosound.page:14
1106+#: C/user-accounts.page:17
1107+#: C/user-add.page:15
1108+#: C/user-admin-change.page:16
1109+#: C/user-admin-explain.page:13
1110+#: C/user-admin-problems.page:13
1111+#: C/user-changepassword.page:15
1112+#: C/user-changepicture.page:11
1113+#: C/user-delete.page:15
1114+#: C/user-forgottenpassword.page:10
1115+#: C/user-goodpassword.page:12
1116+#: C/video-dvd.page:14
1117+#: C/video-sending.page:11
1118+#: C/windows-key.page:11
1119+msgid "GNOME Documentation Project"
1120+msgstr ""
1121+
1122+#. (itstool) path: credit/name
1123+#: C/about-this-guide.page:19
1124+#: C/addremove-install-synaptic.page:10
1125+#: C/addremove-install.page:12
1126+#: C/addremove-ppa.page:11
1127+#: C/addremove-remove.page:10
1128+#: C/addremove-sources.page:10
1129+#: C/app-cheese.page:10
1130+#: C/hardware-driver-proprietary.page:12
1131+#: C/net-antivirus.page:18
1132+#: C/net-chat-empathy.page:11
1133+#: C/net-chat-skype.page:11
1134+#: C/net-chat-social.page:10
1135+#: C/net-chat-video.page:10
1136+#: C/net-install-java-plugin.page:10
1137+#: C/net-mobile.page:10
1138+#: C/net-wireless-airplane.page:16
1139+#: C/net-wireless-hidden.page:16
1140+#: C/report-ubuntu-bug.page:11
1141+#: C/unity-launcher-change-size.page:10
1142+#: C/unity-launcher-intro.page:13
1143+#: C/unity-menubar-intro.page:14
1144+msgid "Ubuntu Documentation Team"
1145+msgstr ""
1146+
1147+#. (itstool) path: page/title
1148+#: C/about-this-guide.page:25
1149+msgid "About this guide"
1150+msgstr ""
1151+
1152+#. (itstool) path: page/p
1153+#: C/about-this-guide.page:26
1154+msgid ""
1155+"This guide is designed to give you a tour of the features of your desktop, "
1156+"answer your computer-related questions, and provide tips on using your "
1157+"computer more effectively. We've tried to make this guide as easy to use as "
1158+"possible:"
1159+msgstr ""
1160+
1161+#. (itstool) path: item/p
1162+#: C/about-this-guide.page:29
1163+msgid ""
1164+"The guide is sorted into small, task-oriented topics--not chapters. This "
1165+"means that you don't need to skim through an entire manual to find the "
1166+"answer to your questions."
1167+msgstr ""
1168+
1169+#. (itstool) path: item/p
1170+#: C/about-this-guide.page:30
1171+msgid ""
1172+"Related items are linked together. \"See Also\" links at the bottom of some "
1173+"pages will direct you to related topics. This makes it easy to find similar "
1174+"topics that might help you perform a certain task."
1175+msgstr ""
1176+
1177+#. (itstool) path: item/p
1178+#: C/about-this-guide.page:31
1179+msgid ""
1180+"It includes built-in search. The bar at the top of the help browser is a "
1181+"<em>search bar</em>, and relevant results will start appearing as soon as "
1182+"you start typing."
1183+msgstr ""
1184+
1185+#. (itstool) path: item/p
1186+#: C/about-this-guide.page:32
1187+msgid ""
1188+"The guide is constantly being improved. Although we attempt to provide you "
1189+"with a comprehensive set of helpful information, we know we won't answer all "
1190+"of your questions here. We will keep adding more information to make things "
1191+"more helpful, though."
1192+msgstr ""
1193+
1194+#. (itstool) path: page/p
1195+#: C/about-this-guide.page:35
1196+msgid ""
1197+"Thank you for taking the time to read the <em>Ubuntu Desktop Guide</em>."
1198+msgstr ""
1199+
1200+#. (itstool) path: page/p
1201+#: C/about-this-guide.page:37
1202+msgid "-- The Ubuntu documentation team"
1203+msgstr ""
1204+
1205+#. (itstool) path: info/desc
1206+#: C/accounts-add.page:6
1207+msgid "Connect an online account."
1208+msgstr ""
1209+
1210+#. (itstool) path: credit/name
1211+#: C/accounts-add.page:11
1212+#: C/bluetooth-connect-device.page:14
1213+#: C/bluetooth-remove-connection.page:14
1214+#: C/bluetooth-send-file.page:15
1215+#: C/bluetooth-turn-on-off.page:14
1216+#: C/files-delete.page:22
1217+#: C/files-removedrive.page:12
1218+#: C/files-rename.page:20
1219+#: C/files-sort.page:16
1220+#: C/more-help.page:14
1221+#: C/net-findip.page:15
1222+#: C/net-fixed-ip-address.page:11
1223+#: C/net-macaddress.page:14
1224+#: C/net-what-is-ip-address.page:10
1225+#: C/net-wireless-disconnecting.page:11
1226+#: C/printing-2sided.page:17
1227+#: C/printing-cancel-job.page:17
1228+#: C/printing-differentsize.page:16
1229+#: C/printing-envelopes.page:18
1230+#: C/printing-order.page:17
1231+#: C/printing-paperjam.page:14
1232+#: C/printing-setup-default-printer.page:13
1233+#: C/printing-setup.page:17
1234+#: C/unity-introduction.page:18
1235+msgid "Jim Campbell"
1236+msgstr ""
1237+
1238+#. (itstool) path: page/title
1239+#: C/accounts-add.page:20
1240+msgid "Add an account"
1241+msgstr ""
1242+
1243+#. (itstool) path: page/p
1244+#: C/accounts-add.page:22
1245+msgid ""
1246+"Adding an account will help link your online accounts with your Ubuntu "
1247+"desktop. Thus, your email program, chat program, and other related "
1248+"applications will be set up for you."
1249+msgstr ""
1250+
1251+#. (itstool) path: item/p
1252+#: C/accounts-add.page:27
1253+msgid ""
1254+"Click the <gui>Add account</gui> button on the left side of the window."
1255+msgstr ""
1256+
1257+#. (itstool) path: item/p
1258+#: C/accounts-add.page:29
1259+msgid "Click the account name you want to add."
1260+msgstr ""
1261+
1262+#. (itstool) path: item/p
1263+#: C/accounts-add.page:30
1264+msgid ""
1265+"If you have more than one account, you can add the other accounts at a later "
1266+"time."
1267+msgstr ""
1268+
1269+#. (itstool) path: item/p
1270+#: C/accounts-add.page:32
1271+msgid ""
1272+"A small website window will open where you can enter your online account "
1273+"credentials. For example, if you are setting up a Google account, enter your "
1274+"Google username and password."
1275+msgstr ""
1276+
1277+#. (itstool) path: item/p
1278+#: C/accounts-add.page:36
1279+msgid ""
1280+"If you've entered your credentials correctly, you will be prompted to allow "
1281+"Ubuntu access to your online account. Select <gui>Grant Access</gui> to "
1282+"continue."
1283+msgstr ""
1284+
1285+#. (itstool) path: page/p
1286+#: C/accounts-add.page:47
1287+msgid ""
1288+"After you have added the accounts, each application that you have selected "
1289+"will automatically use those credentials when you start them."
1290+msgstr ""
1291+
1292+#. (itstool) path: note/p
1293+#: C/accounts-add.page:51
1294+msgid ""
1295+"For security reasons, Ubuntu will not store your password on your computer. "
1296+"Instead, it stores a token that is provided by the online service. If you "
1297+"want to fully revoke the link between your desktop and the online service, "
1298+"<link xref=\"accounts-remove\">remove</link> it."
1299+msgstr ""
1300+
1301+#. (itstool) path: credit/name
1302+#: C/accounts-create.page:11
1303+#: C/display-dimscreen.page:29
1304+#: C/power-batteryestimate.page:21
1305+#: C/power-batterylife.page:21
1306+#: C/power-batteryoptimal.page:21
1307+#: C/power-closelid.page:17
1308+#: C/power-hibernate.page:19
1309+#: C/power-lowpower.page:15
1310+#: C/power-nowireless.page:19
1311+#: C/power-suspendfail.page:17
1312+#: C/power-suspend.page:16
1313+#: C/sharing.page:14
1314+#: C/sharing-desktop.page:10
1315+msgid "Ekaterina Gerasimova"
1316+msgstr ""
1317+
1318+#. (itstool) path: credit/name
1319+#: C/accounts-create.page:15
1320+#: C/keyboard.page:22
1321+#: C/keyboard-cursor-blink.page:22
1322+#: C/keyboard-layouts.page:16
1323+#: C/keyboard-nav.page:16
1324+#: C/keyboard-osk.page:15
1325+#: C/keyboard-repeat-keys.page:19
1326+#: C/keyboard-shortcuts-set.page:16
1327+msgid "Julita Inca"
1328+msgstr ""
1329+
1330+#. (itstool) path: info/desc
1331+#: C/accounts-create.page:23
1332+msgid "Create a new account using Online Accounts."
1333+msgstr ""
1334+
1335+#. (itstool) path: page/title
1336+#: C/accounts-create.page:27
1337+msgid "Create an online account"
1338+msgstr ""
1339+
1340+#. (itstool) path: page/p
1341+#: C/accounts-create.page:29
1342+msgid ""
1343+"Some online account service providers allow you to create an account while "
1344+"adding it to <app>Online Accounts</app>. This allows you to manage all your "
1345+"online accounts from one application."
1346+msgstr ""
1347+
1348+#. (itstool) path: item/p
1349+#: C/accounts-create.page:35
1350+#: C/accounts-disable-service.page:32
1351+#: C/accounts-remove.page:20
1352+#: C/printing-setup-default-printer.page:32
1353+#: C/printing-setup.page:62
1354+#: C/unity-shopping.page:38
1355+#: C/user-add.page:64
1356+#: C/user-admin-change.page:32
1357+#: C/user-changepassword.page:52
1358+#: C/user-changepicture.page:30
1359+#: C/user-delete.page:32
1360+#: C/wacom-left-handed.page:25
1361+#: C/wacom-mode.page:23
1362+#: C/wacom-multi-monitor.page:27
1363+#: C/wacom-stylus.page:27
1364+msgid ""
1365+"Click the icon at the far right of the <gui>menu bar</gui> and select "
1366+"<gui>System Settings</gui>."
1367+msgstr ""
1368+
1369+#. (itstool) path: item/p
1370+#: C/accounts-create.page:38
1371+#: C/accounts-disable-service.page:33
1372+#: C/accounts-remove.page:21
1373+msgid "Open <gui>Online Accounts</gui>."
1374+msgstr ""
1375+
1376+#. (itstool) path: item/p
1377+#: C/accounts-create.page:41
1378+msgid "Click <gui style=\"button\">Add account</gui>."
1379+msgstr ""
1380+
1381+#. (itstool) path: item/p
1382+#: C/accounts-create.page:44
1383+msgid "Select an account provider."
1384+msgstr ""
1385+
1386+#. (itstool) path: item/p
1387+#: C/accounts-create.page:47
1388+msgid ""
1389+"Find and click the <gui>Sign Up</gui> button or link on the page which "
1390+"appears."
1391+msgstr ""
1392+
1393+#. (itstool) path: note/p
1394+#: C/accounts-create.page:50
1395+msgid ""
1396+"Not all online account providers offer the option to create an account at "
1397+"this stage. If this is true of the service you wish to register, you will "
1398+"need to use an alternative method to create an account."
1399+msgstr ""
1400+
1401+#. (itstool) path: item/p
1402+#: C/accounts-create.page:56
1403+msgid ""
1404+"Fill in the registration form. You will typically be asked for some personal "
1405+"details such as username and password."
1406+msgstr ""
1407+
1408+#. (itstool) path: item/p
1409+#: C/accounts-create.page:60
1410+msgid ""
1411+"You need to grant Ubuntu access to your new account in order to use it with "
1412+"<app>Online Accounts</app>."
1413+msgstr ""
1414+
1415+#. (itstool) path: info/desc
1416+#: C/accounts-disable-service.page:5
1417+msgid "You can deactivate an online account without completely removing it."
1418+msgstr ""
1419+
1420+#. (itstool) path: page/title
1421+#: C/accounts-disable-service.page:18
1422+msgid "Disable an online account"
1423+msgstr ""
1424+
1425+#. (itstool) path: page/p
1426+#: C/accounts-disable-service.page:29
1427+msgid ""
1428+"You can disable an online account if you don't want to use it for a while "
1429+"but don't want to completely <link xref=\"accounts-remove\">remove the "
1430+"account</link>."
1431+msgstr ""
1432+
1433+#. (itstool) path: item/p
1434+#: C/accounts-disable-service.page:34
1435+msgid "Select the account you want to change from the list on the left."
1436+msgstr ""
1437+
1438+#. (itstool) path: item/p
1439+#: C/accounts-disable-service.page:36
1440+msgid ""
1441+"A list of services that are available with this account will be shown."
1442+msgstr ""
1443+
1444+#. (itstool) path: item/p
1445+#: C/accounts-disable-service.page:38
1446+msgid "Switch off any account that you don't want to use."
1447+msgstr ""
1448+
1449+#. (itstool) path: page/p
1450+#: C/accounts-disable-service.page:42
1451+msgid ""
1452+"Once an account has been disabled, applications on your computer won't be "
1453+"able to use the account to connect to that service any more."
1454+msgstr ""
1455+
1456+#. (itstool) path: page/p
1457+#: C/accounts-disable-service.page:46
1458+msgid ""
1459+"To turn on an account that you disabled, just go back to the <gui>Online "
1460+"Accounts</gui> window and switch it on."
1461+msgstr ""
1462+
1463+#. (itstool) path: info/desc
1464+#: C/accounts.page:6
1465+msgid "Access online services like Facebook and Google."
1466+msgstr ""
1467+
1468+#. (itstool) path: page/title
1469+#: C/accounts.page:18
1470+msgid "Online accounts"
1471+msgstr ""
1472+
1473+#. (itstool) path: page/p
1474+#: C/accounts.page:20
1475+msgid ""
1476+"You can enter your login details for some online services (like Google and "
1477+"Facebook) into the <gui>Online Accounts</gui> window. This will let you "
1478+"easily access your calendar, mail, chat accounts, and similar from those "
1479+"applications without having to enter your account details again."
1480+msgstr ""
1481+
1482+#. (itstool) path: info/desc
1483+#: C/accounts-remove.page:6
1484+msgid "Completely remove an online account."
1485+msgstr ""
1486+
1487+#. (itstool) path: page/title
1488+#: C/accounts-remove.page:17
1489+msgid "Remove an account"
1490+msgstr ""
1491+
1492+#. (itstool) path: item/p
1493+#: C/accounts-remove.page:22
1494+msgid "Select the account you wish to remove."
1495+msgstr ""
1496+
1497+#. (itstool) path: item/p
1498+#: C/accounts-remove.page:23
1499+msgid ""
1500+"Click the <gui>Remove Account</gui> button in the lower-right portion of the "
1501+"window."
1502+msgstr ""
1503+
1504+#. (itstool) path: item/p
1505+#: C/accounts-remove.page:25
1506+#: C/sharing-remote-login.page:42
1507+#: C/unity-menubar-intro.page:52
1508+msgid "Click <gui>Remove</gui>."
1509+msgstr ""
1510+
1511+#. (itstool) path: note/p
1512+#: C/accounts-remove.page:29
1513+msgid ""
1514+"Instead of deleting the account completely, it's possible to <link "
1515+"xref=\"accounts-disable-service\">disable the account</link> temporarily."
1516+msgstr ""
1517+
1518+#. (itstool) path: credit/name
1519+#: C/accounts-whyadd.page:10
1520+msgid "Susanna Huhtanen"
1521+msgstr ""
1522+
1523+#. (itstool) path: info/desc
1524+#: C/accounts-whyadd.page:19
1525+msgid "Why add your email or social media accounts to your desktop?"
1526+msgstr ""
1527+
1528+#. (itstool) path: page/title
1529+#: C/accounts-whyadd.page:22
1530+msgid "Why should I add an account?"
1531+msgstr ""
1532+
1533+#. (itstool) path: page/p
1534+#: C/accounts-whyadd.page:23
1535+msgid ""
1536+"Adding your accounts brings your choice of services like calendar, chat and "
1537+"e-mail straight to your desktop and makes the information of the services a "
1538+"seamless part of your user experience. By adding accounts you can easily "
1539+"keep in touch with services of different accounts, like chats, at the same "
1540+"time. Just set your account once and every time you start your computer all "
1541+"the accounts and services you've added are ready for you."
1542+msgstr ""
1543+
1544+#. (itstool) path: info/desc
1545+#: C/addremove-install-synaptic.page:13
1546+msgid ""
1547+"Synaptic is a powerful but complicated software management alternative to "
1548+"Ubuntu Software Center."
1549+msgstr ""
1550+
1551+#. (itstool) path: page/title
1552+#: C/addremove-install-synaptic.page:17
1553+msgid "Use Synaptic for more advanced software management"
1554+msgstr ""
1555+
1556+#. (itstool) path: page/p
1557+#: C/addremove-install-synaptic.page:19
1558+msgid ""
1559+"<app>Synaptic Package Manager</app> is more powerful and can do some "
1560+"software management tasks which <app>Ubuntu Software Center</app> can't. "
1561+"Synaptic's interface is more complicated and doesn't support newer Software "
1562+"Center features like ratings and reviews and therefore isn't recommended for "
1563+"use by those new to Ubuntu."
1564+msgstr ""
1565+
1566+#. (itstool) path: page/p
1567+#: C/addremove-install-synaptic.page:26
1568+msgid ""
1569+"Synaptic isn't installed by default, but you can <link "
1570+"href=\"apt:synaptic\">install</link> it with Software Center."
1571+msgstr ""
1572+
1573+#. (itstool) path: section/title
1574+#: C/addremove-install-synaptic.page:31
1575+msgid "Install software with Synaptic"
1576+msgstr ""
1577+
1578+#. (itstool) path: item/p
1579+#: C/addremove-install-synaptic.page:34
1580+msgid ""
1581+"Open Synaptic from the <gui>dash</gui> or the <gui>launcher</gui>. You will "
1582+"need to enter your password in the <gui>Authenticate</gui> window."
1583+msgstr ""
1584+
1585+#. (itstool) path: item/p
1586+#: C/addremove-install-synaptic.page:38
1587+msgid ""
1588+"Click <gui>Search</gui> to search for an application, or click "
1589+"<gui>Sections</gui> and look through the categories to find one."
1590+msgstr ""
1591+
1592+#. (itstool) path: item/p
1593+#: C/addremove-install-synaptic.page:43
1594+msgid ""
1595+"Right-click the application that you want to install and select <gui>Mark "
1596+"for Installation</gui>."
1597+msgstr ""
1598+
1599+#. (itstool) path: item/p
1600+#: C/addremove-install-synaptic.page:47
1601+msgid ""
1602+"If you are asked if you would like to mark additional changes, click "
1603+"<gui>Mark</gui>."
1604+msgstr ""
1605+
1606+#. (itstool) path: item/p
1607+#: C/addremove-install-synaptic.page:51
1608+msgid "Select any other applications that you would like to install."
1609+msgstr ""
1610+
1611+#. (itstool) path: item/p
1612+#: C/addremove-install-synaptic.page:55
1613+msgid ""
1614+"Click <gui>Apply</gui>, and then click <gui>Apply</gui> in the window that "
1615+"appears. The applications that you chose will be downloaded and installed."
1616+msgstr ""
1617+
1618+#. (itstool) path: section/p
1619+#: C/addremove-install-synaptic.page:61
1620+msgid ""
1621+"For more information about using <app>Synaptic</app>, consult the <link "
1622+"href=\"ghelp:synaptic\">Synaptic Manual</link>."
1623+msgstr ""
1624+
1625+#. (itstool) path: info/desc
1626+#: C/addremove-install.page:15
1627+msgid ""
1628+"Use the Ubuntu Software Center to add programs and make Ubuntu more useful."
1629+msgstr ""
1630+
1631+#. (itstool) path: page/title
1632+#: C/addremove-install.page:19
1633+msgid "Install additional software"
1634+msgstr ""
1635+
1636+#. (itstool) path: page/p
1637+#: C/addremove-install.page:20
1638+msgid ""
1639+"The Ubuntu development team has chosen a default set of applications that we "
1640+"think makes Ubuntu very useful for most day-to-day tasks. However, you will "
1641+"certainly want to install more software to make Ubuntu more useful to you."
1642+msgstr ""
1643+
1644+#. (itstool) path: page/p
1645+#: C/addremove-install.page:23
1646+msgid "To install additional software, complete the following steps:"
1647+msgstr ""
1648+
1649+#. (itstool) path: item/p
1650+#: C/addremove-install.page:25
1651+msgid ""
1652+"Connect to the Internet using a <link xref=\"net-wireless-"
1653+"connect\">wireless</link> or <link xref=\"net-wired-connect\">wired "
1654+"connection</link>."
1655+msgstr ""
1656+
1657+#. (itstool) path: item/p
1658+#: C/addremove-install.page:27
1659+#: C/addremove-ppa.page:30
1660+#: C/addremove-remove.page:23
1661+msgid ""
1662+"Click the <app>Ubuntu Software Center</app> icon in the <gui>launcher</gui>, "
1663+"or search for <input>Software Center</input> in the <gui>dash</gui>."
1664+msgstr ""
1665+
1666+#. (itstool) path: item/p
1667+#: C/addremove-install.page:29
1668+msgid ""
1669+"When the Software Center launches, search for an application, or select a "
1670+"category and find an application from the list."
1671+msgstr ""
1672+
1673+#. (itstool) path: item/p
1674+#: C/addremove-install.page:31
1675+msgid ""
1676+"Select the application that you are interested in and click "
1677+"<gui>Install</gui>."
1678+msgstr ""
1679+
1680+#. (itstool) path: item/p
1681+#: C/addremove-install.page:32
1682+msgid ""
1683+"You will be asked to enter your password. Once you have done that the "
1684+"installation will begin."
1685+msgstr ""
1686+
1687+#. (itstool) path: item/p
1688+#: C/addremove-install.page:33
1689+msgid ""
1690+"The installation usually finishes quickly, but could take a while if you "
1691+"have a slow Internet connection."
1692+msgstr ""
1693+
1694+#. (itstool) path: item/p
1695+#: C/addremove-install.page:35
1696+msgid ""
1697+"A shortcut to your new app will be added to the launcher. To disable this "
1698+"feature, uncheck <guiseq><gui>View</gui><gui>New Applications in "
1699+"Launcher</gui></guiseq>."
1700+msgstr ""
1701+
1702+#. (itstool) path: info/desc
1703+#: C/addremove-ppa.page:14
1704+msgid "Add PPAs to help test pre-release or specialty software."
1705+msgstr ""
1706+
1707+#. (itstool) path: page/title
1708+#: C/addremove-ppa.page:18
1709+msgid "Add a Personal Package Archive (PPA)"
1710+msgstr ""
1711+
1712+#. (itstool) path: page/p
1713+#: C/addremove-ppa.page:19
1714+msgid ""
1715+"<em>Personal Package Archives (PPAs)</em> are software repositories designed "
1716+"for Ubuntu users and are easier to install than other third-party "
1717+"repositories."
1718+msgstr ""
1719+
1720+#. (itstool) path: note/p
1721+#: C/addremove-ppa.page:22
1722+#: C/addremove-sources.page:20
1723+msgid "Only add software repositories from sources that you trust!"
1724+msgstr ""
1725+
1726+#. (itstool) path: note/p
1727+#: C/addremove-ppa.page:23
1728+#: C/addremove-sources.page:21
1729+msgid ""
1730+"Third-party software repositories are not checked for security or "
1731+"reliability by Ubuntu members, and may contain software which is harmful to "
1732+"your computer."
1733+msgstr ""
1734+
1735+#. (itstool) path: steps/title
1736+#: C/addremove-ppa.page:27
1737+msgid "Install a PPA"
1738+msgstr ""
1739+
1740+#. (itstool) path: item/p
1741+#: C/addremove-ppa.page:28
1742+msgid ""
1743+"On the PPA's overview page, look for the heading <gui>Adding this PPA to "
1744+"your system</gui>. Make a note of the PPA's location, which should look "
1745+"similar to: <code>ppa:mozillateam/firefox-next</code>."
1746+msgstr ""
1747+
1748+#. (itstool) path: item/p
1749+#: C/addremove-ppa.page:32
1750+#: C/addremove-sources.page:28
1751+msgid ""
1752+"When the Software Center launches, click "
1753+"<guiseq><gui>Edit</gui><gui>Software Sources</gui></guiseq>"
1754+msgstr ""
1755+
1756+#. (itstool) path: item/p
1757+#: C/addremove-ppa.page:33
1758+msgid "Switch to the <gui>Other Software</gui> tab."
1759+msgstr ""
1760+
1761+#. (itstool) path: item/p
1762+#: C/addremove-ppa.page:34
1763+msgid "Click <gui>Add</gui> and enter the <code>ppa:</code> location."
1764+msgstr ""
1765+
1766+#. (itstool) path: item/p
1767+#: C/addremove-ppa.page:35
1768+msgid ""
1769+"Click <gui>Add Source</gui>. Enter your password in the Authenticate window."
1770+msgstr ""
1771+
1772+#. (itstool) path: item/p
1773+#: C/addremove-ppa.page:36
1774+msgid ""
1775+"Close the Software Sources window. Ubuntu Software Center will then check "
1776+"your software sources for new software."
1777+msgstr ""
1778+
1779+#. (itstool) path: info/desc
1780+#: C/addremove-remove.page:13
1781+msgid "Remove software that you no longer use."
1782+msgstr ""
1783+
1784+#. (itstool) path: page/title
1785+#: C/addremove-remove.page:17
1786+msgid "Remove an application"
1787+msgstr ""
1788+
1789+#. (itstool) path: page/p
1790+#: C/addremove-remove.page:19
1791+msgid ""
1792+"The <app>Ubuntu Software Center</app> makes it easy to remove software that "
1793+"you no longer use."
1794+msgstr ""
1795+
1796+#. (itstool) path: item/p
1797+#: C/addremove-remove.page:27
1798+msgid ""
1799+"When the Software Center opens, click the <gui>Installed</gui> button at the "
1800+"top."
1801+msgstr ""
1802+
1803+#. (itstool) path: item/p
1804+#: C/addremove-remove.page:30
1805+msgid ""
1806+"Find the application that you want to remove by using the search box, or by "
1807+"looking through the list of installed applications."
1808+msgstr ""
1809+
1810+#. (itstool) path: item/p
1811+#: C/addremove-remove.page:34
1812+msgid "Select the application and click <gui>Remove</gui>."
1813+msgstr ""
1814+
1815+#. (itstool) path: item/p
1816+#: C/addremove-remove.page:37
1817+msgid ""
1818+"You may be asked to enter your password. After you have done that, the "
1819+"application will be removed."
1820+msgstr ""
1821+
1822+#. (itstool) path: note/p
1823+#: C/addremove-remove.page:40
1824+msgid ""
1825+"Some applications depend on others being installed in order to work "
1826+"properly. If you try to remove an application which is needed by another "
1827+"application, both of them will be removed. You will be asked to confirm that "
1828+"this is what you want to happen before the applications are removed."
1829+msgstr ""
1830+
1831+#. (itstool) path: info/desc
1832+#: C/addremove-sources.page:13
1833+msgid ""
1834+"Add other repositories to extend the software sources Ubuntu uses for "
1835+"installation and upgrades."
1836+msgstr ""
1837+
1838+#. (itstool) path: page/title
1839+#: C/addremove-sources.page:17
1840+msgid "Add additional software repositories"
1841+msgstr ""
1842+
1843+#. (itstool) path: page/p
1844+#: C/addremove-sources.page:18
1845+msgid ""
1846+"Software is available from third-party sources, as well as from the default "
1847+"Ubuntu software repositories. If you want to install software from a third-"
1848+"party software repository, you must add it to Ubuntu's list of available "
1849+"repositories."
1850+msgstr ""
1851+
1852+#. (itstool) path: steps/title
1853+#: C/addremove-sources.page:25
1854+msgid "Install other repositories"
1855+msgstr ""
1856+
1857+#. (itstool) path: item/p
1858+#: C/addremove-sources.page:26
1859+msgid ""
1860+"Click on the <app>Ubuntu Software Center</app> icon in the Launcher, or "
1861+"search for Ubuntu Software Center in the search bar of the <app>Dash</app>."
1862+msgstr ""
1863+
1864+#. (itstool) path: item/p
1865+#: C/addremove-sources.page:29
1866+msgid ""
1867+"You will be asked to enter your password. Once you have done that, switch to "
1868+"the <gui>Other Software</gui> tab."
1869+msgstr ""
1870+
1871+#. (itstool) path: item/p
1872+#: C/addremove-sources.page:30
1873+msgid ""
1874+"Click <gui>Add</gui> and enter the APT line for the repository. This should "
1875+"be available from the website of the repository, and should look similar to:"
1876+msgstr ""
1877+
1878+#. (itstool) path: item/p
1879+#: C/addremove-sources.page:31
1880+msgid "<code>deb http://archive.ubuntu.com/ubuntu/ precise main</code>"
1881+msgstr ""
1882+
1883+#. (itstool) path: item/p
1884+#: C/addremove-sources.page:32
1885+msgid ""
1886+"Click <gui>Add Source</gui> then close the Software Sources window. Ubuntu "
1887+"Software Center will then check your software sources for new updates."
1888+msgstr ""
1889+
1890+#. (itstool) path: section/title
1891+#: C/addremove-sources.page:36
1892+msgid "Activate the Canonical Partner repository"
1893+msgstr ""
1894+
1895+#. (itstool) path: section/p
1896+#: C/addremove-sources.page:37
1897+msgid ""
1898+"The Canonical Partner repository offers some proprietary applications that "
1899+"don't cost any money to use but are closed source. They include software "
1900+"like <app>Skype</app>, <app>Adobe Reader</app> and <app>Adobe Flash "
1901+"Plugin</app>. Software in this repository will appear in Ubuntu Software "
1902+"Center search results but won't be installable until this repository is "
1903+"enabled."
1904+msgstr ""
1905+
1906+#. (itstool) path: section/p
1907+#: C/addremove-sources.page:38
1908+msgid ""
1909+"To enable the repository, follow the steps above to open the <gui>Other "
1910+"Software</gui> tab in <app>Software Sources</app>. If you see the "
1911+"<gui>Canonical Partners</gui> repository in the list, make sure it is "
1912+"checked then close the Software Sources window. If you don't see it, click "
1913+"<gui>Add</gui> and enter:"
1914+msgstr ""
1915+
1916+#. (itstool) path: section/p
1917+#: C/addremove-sources.page:42
1918+msgid "<code>deb http://archive.canonical.com/ubuntu precise partner</code>"
1919+msgstr ""
1920+
1921+#. (itstool) path: section/p
1922+#: C/addremove-sources.page:43
1923+msgid ""
1924+"Click <gui>Add Source</gui> then close the Software Sources window. Wait a "
1925+"moment for Ubuntu Software Center to download the repository information."
1926+msgstr ""
1927+
1928+#. (itstool) path: info/desc
1929+#: C/app-cheese.page:14
1930+msgid "It is like your own personal photo booth."
1931+msgstr ""
1932+
1933+#. (itstool) path: page/title
1934+#: C/app-cheese.page:18
1935+msgid "Create fun photos and videos with your webcam"
1936+msgstr ""
1937+
1938+#. (itstool) path: page/p
1939+#: C/app-cheese.page:20
1940+msgid ""
1941+"With the <app>Cheese</app> application and your webcam, you can take photos "
1942+"and videos, apply fun special effects and share the fun with others. Using "
1943+"Cheese it is easy to take photos of you, your friends, your pets or whatever "
1944+"you want."
1945+msgstr ""
1946+
1947+#. (itstool) path: page/p
1948+#: C/app-cheese.page:24
1949+msgid "Cheese is not installed by default in Ubuntu. To install Cheese:"
1950+msgstr ""
1951+
1952+#. (itstool) path: item/p
1953+#: C/app-cheese.page:26
1954+msgid ""
1955+"Click <link href=\"apt:cheese\">this link</link> to launch the <app>Software "
1956+"Center</app>."
1957+msgstr ""
1958+
1959+#. (itstool) path: item/p
1960+#: C/app-cheese.page:27
1961+msgid ""
1962+"Read the information and reviews about Cheese to make sure you want to "
1963+"install it."
1964+msgstr ""
1965+
1966+#. (itstool) path: item/p
1967+#: C/app-cheese.page:28
1968+msgid ""
1969+"If you choose to install it, click <gui>Install</gui> from the Software "
1970+"Center window."
1971+msgstr ""
1972+
1973+#. (itstool) path: page/p
1974+#: C/app-cheese.page:31
1975+msgid ""
1976+"You may need to provide the administrative password to complete the "
1977+"installation."
1978+msgstr ""
1979+
1980+#. (itstool) path: page/p
1981+#: C/app-cheese.page:33
1982+msgid ""
1983+"For help with using Cheese, read the <link href=\"help:cheese\">Cheese user "
1984+"guide</link>."
1985+msgstr ""
1986+
1987+#. (itstool) path: note/p
1988+#: C/app-cheese.page:35
1989+msgid "You need to install Cheese before you can read the Cheese user guide."
1990+msgstr ""
1991+
1992+#. (itstool) path: info/desc
1993+#: C/backup-check.page:7
1994+msgid "Verify your backup was successful."
1995+msgstr ""
1996+
1997+#. (itstool) path: page/title
1998+#: C/backup-check.page:17
1999+msgid "Check your backup"
2000+msgstr ""
2001+
2002+#. (itstool) path: page/p
2003+#: C/backup-check.page:19
2004+msgid ""
2005+"After you have backed up your files, you should make sure that the backup "
2006+"was successful. If it didn't work properly, you could lose important data "
2007+"since some files could be missing from the backup."
2008+msgstr ""
2009+
2010+#. (itstool) path: page/p
2011+#: C/backup-check.page:23
2012+msgid ""
2013+"When you use the file manager to copy or move files, the computer checks to "
2014+"make sure that all of the data transferred correctly. However, if you are "
2015+"transferring data that is very important to you, you may want to perform "
2016+"additional checks to confirm that your data has been transferred properly."
2017+msgstr ""
2018+
2019+#. (itstool) path: page/p
2020+#: C/backup-check.page:29
2021+msgid ""
2022+"You can do an extra check by looking through the copied files and folders on "
2023+"the destination media. By checking to make sure that the files and folders "
2024+"you transferred are actually there in the backup, you can have extra "
2025+"confidence that the process was successful."
2026+msgstr ""
2027+
2028+#. (itstool) path: note/p
2029+#: C/backup-check.page:34
2030+msgid ""
2031+"If you find that you do regular backups of large amounts of data, you may "
2032+"find it easier to use a dedicated backup program, such as <app>Déjà "
2033+"Dup</app>. Such a program is more powerful and more reliable than just "
2034+"copying and pasting files."
2035+msgstr ""
2036+
2037+#. (itstool) path: info/desc
2038+#: C/backup-frequency.page:7
2039+msgid ""
2040+"Learn how often you should backup your important files to make sure that "
2041+"they're safe."
2042+msgstr ""
2043+
2044+#. (itstool) path: credit/name
2045+#: C/backup-frequency.page:12
2046+#: C/backup-how.page:12
2047+#: C/backup-restore.page:11
2048+#: C/backup-thinkabout.page:13
2049+#: C/backup-what.page:15
2050+#: C/backup-where.page:17
2051+#: C/contacts-edit-details.page:13
2052+#: C/contacts-link-unlink.page:13
2053+#: C/contacts-search.page:13
2054+#: C/display-dual-monitors.page:10
2055+#: C/files-browse.page:14
2056+#: C/files-copy.page:17
2057+#: C/get-involved.page:13
2058+#: C/more-help.page:9
2059+#: C/mouse.page:15
2060+#: C/mouse-middleclick.page:15
2061+#: C/mouse-sensitivity.page:18
2062+#: C/nautilus-behavior.page:14
2063+#: C/nautilus-bookmarks-edit.page:10
2064+#: C/nautilus-file-properties-basic.page:14
2065+#: C/nautilus-file-properties-permissions.page:14
2066+#: C/nautilus-views.page:12
2067+#: C/screen-shot-record.page:14
2068+#: C/user-delete.page:11
2069+#: C/user-goodpassword.page:20
2070+msgid "Tiffany Antopolski"
2071+msgstr ""
2072+
2073+#. (itstool) path: page/title
2074+#: C/backup-frequency.page:22
2075+msgid "Frequency of backups"
2076+msgstr ""
2077+
2078+#. (itstool) path: page/p
2079+#: C/backup-frequency.page:24
2080+msgid ""
2081+"How often you make backups will depend on the type of data to be backed up. "
2082+"For example, if you are running a network environment with critical data "
2083+"stored on your servers, then even nightly backups may not be enough."
2084+msgstr ""
2085+
2086+#. (itstool) path: page/p
2087+#: C/backup-frequency.page:28
2088+msgid ""
2089+"On the other hand, if you are backing up the data on your home computer then "
2090+"hourly backups would likely be unnecessary. You may find it helpful to "
2091+"consider the following points when planning your backup schedule:"
2092+msgstr ""
2093+
2094+#. (itstool) path: item/p
2095+#: C/backup-frequency.page:33
2096+msgid "The amount of time you spend on the computer."
2097+msgstr ""
2098+
2099+#. (itstool) path: item/p
2100+#: C/backup-frequency.page:34
2101+msgid "How often and by how much the data on the computer changes."
2102+msgstr ""
2103+
2104+#. (itstool) path: page/p
2105+#: C/backup-frequency.page:37
2106+msgid ""
2107+"If the data you want to back up is lower priority, or subject to few "
2108+"changes, like music, e-mails and family photos, then weekly or even monthly "
2109+"backups may suffice. However, if you happen to be in the middle of a tax "
2110+"audit, more frequent backups may be necessary."
2111+msgstr ""
2112+
2113+#. (itstool) path: page/p
2114+#: C/backup-frequency.page:42
2115+msgid ""
2116+"As a general rule, the amount of time in between backups should be no more "
2117+"than the amount of time you are willing to spend re-doing any lost work. For "
2118+"example, if spending a week re-writing lost documents is too long for you, "
2119+"you should back up at least once per week."
2120+msgstr ""
2121+
2122+#. (itstool) path: info/desc
2123+#: C/backup-how.page:7
2124+msgid ""
2125+"Use Déjà Dup (or some other backup application) to make copies of your "
2126+"valuable files and settings to protect against loss."
2127+msgstr ""
2128+
2129+#. (itstool) path: page/title
2130+#: C/backup-how.page:26
2131+msgid "How to back up"
2132+msgstr ""
2133+
2134+#. (itstool) path: page/p
2135+#: C/backup-how.page:28
2136+msgid ""
2137+"The easiest way of backing up your files and settings is to let a backup "
2138+"application manage the backup process for you. A number of different backup "
2139+"applications are available, for example <app>Déjà Dup</app>."
2140+msgstr ""
2141+
2142+#. (itstool) path: page/p
2143+#: C/backup-how.page:32
2144+msgid ""
2145+"The help for your chosen backup application will walk you through setting "
2146+"your preferences for the backup, as well as how to restore your data."
2147+msgstr ""
2148+
2149+#. (itstool) path: page/p
2150+#: C/backup-how.page:35
2151+msgid ""
2152+"An alternative option is to <link xref=\"files-copy\">copy your files</link> "
2153+"to a safe location, such as an external hard drive, another computer on the "
2154+"network, or a USB drive. Your <link xref=\"backup-thinkabout\">personal "
2155+"files</link> and settings are usually in your Home folder, so you can copy "
2156+"them from there."
2157+msgstr ""
2158+
2159+#. (itstool) path: page/p
2160+#: C/backup-how.page:40
2161+msgid ""
2162+"The amount of data you can back up is limited by the size of the storage "
2163+"device. If you have the room on your backup device, it is best to back up "
2164+"the entire Home folder with the following exceptions:"
2165+msgstr ""
2166+
2167+#. (itstool) path: item/p
2168+#: C/backup-how.page:45
2169+msgid ""
2170+"Files that are already backed up somewhere else, such as to a CD, DVD, or "
2171+"other removable media."
2172+msgstr ""
2173+
2174+#. (itstool) path: item/p
2175+#: C/backup-how.page:47
2176+msgid ""
2177+"Files that you can recreate easily. For example, if you are a programmer, "
2178+"you don't have to back up the files that get produced when you compile your "
2179+"programs. Instead, just make sure that you back up the original source files."
2180+msgstr ""
2181+
2182+#. (itstool) path: item/p
2183+#: C/backup-how.page:51
2184+msgid ""
2185+"Any files in the Trash folder. Your Trash folder can be found in "
2186+"<file>~/.local/share/Trash</file>."
2187+msgstr ""
2188+
2189+#. (itstool) path: info/desc
2190+#: C/backup-restore.page:7
2191+msgid "Retrieve your files from a backup."
2192+msgstr ""
2193+
2194+#. (itstool) path: page/title
2195+#: C/backup-restore.page:22
2196+msgid "Restore a backup"
2197+msgstr ""
2198+
2199+#. (itstool) path: page/p
2200+#: C/backup-restore.page:24
2201+msgid ""
2202+"If you lost or deleted some of your files, but you have a backup of them, "
2203+"you can restore them from the backup:"
2204+msgstr ""
2205+
2206+#. (itstool) path: item/p
2207+#: C/backup-restore.page:28
2208+msgid ""
2209+"If you want to restore your backup from a device such as external hard "
2210+"drive, USB drive or another computer on the network, you can <link "
2211+"xref=\"files-copy\">copy them</link> back to your computer."
2212+msgstr ""
2213+
2214+#. (itstool) path: item/p
2215+#: C/backup-restore.page:32
2216+msgid ""
2217+"If you created your backup using a backup application such as <app>Déjà "
2218+"Dup</app>, it is recommended that you use the same application to restore "
2219+"your backup. Review the application help for your backup program: it will "
2220+"provide specific instructions on how to restore your files."
2221+msgstr ""
2222+
2223+#. (itstool) path: info/desc
2224+#: C/backup-thinkabout.page:7
2225+msgid ""
2226+"A list of folders where you can find documents, files and settings that you "
2227+"may want to back up."
2228+msgstr ""
2229+
2230+#. (itstool) path: page/title
2231+#: C/backup-thinkabout.page:28
2232+msgid "Where can I find the files I want to back up?"
2233+msgstr ""
2234+
2235+#. (itstool) path: page/p
2236+#: C/backup-thinkabout.page:30
2237+msgid ""
2238+"Deciding which files to back up, and locating them, is the most difficult "
2239+"step when attempting to perform a backup. Listed below are the most common "
2240+"locations of important files and settings that you may want to back up."
2241+msgstr ""
2242+
2243+#. (itstool) path: item/p
2244+#: C/backup-thinkabout.page:36
2245+msgid "Personal files (documents, music, photos and videos)"
2246+msgstr ""
2247+
2248+#. (itstool) path: item/p
2249+#. translators: xdg dirs are localised by package xdg-user-dirs and need
2250+#. to be translated. You can find the correct translations for your
2251+#. language here: http://translationproject.org/domain/xdg-user-dirs.html
2252+#: C/backup-thinkabout.page:37
2253+msgid ""
2254+"These are usually stored in your home folder (<file>/home/your_name</file>). "
2255+"They could be in subfolders such as Desktop, Documents, Pictures, Music and "
2256+"Videos."
2257+msgstr ""
2258+
2259+#. (itstool) path: item/p
2260+#: C/backup-thinkabout.page:40
2261+msgid ""
2262+"If your backup medium has sufficient space (if it's an external hard disk, "
2263+"for example), consider backing up the entire Home folder. You can find out "
2264+"how much disk space your Home folder takes up by using the <app>Disk Usage "
2265+"Analyzer</app>."
2266+msgstr ""
2267+
2268+#. (itstool) path: item/p
2269+#: C/backup-thinkabout.page:47
2270+msgid "Hidden files"
2271+msgstr ""
2272+
2273+#. (itstool) path: item/p
2274+#: C/backup-thinkabout.page:48
2275+msgid ""
2276+"Any file or folder name that starts with a period (.) is hidden by default. "
2277+"To view hidden files, click <guiseq><gui>View</gui><gui>Show Hidden "
2278+"Files</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key></keyseq>. "
2279+"You can copy these to a backup location like any other file."
2280+msgstr ""
2281+
2282+#. (itstool) path: item/p
2283+#: C/backup-thinkabout.page:55
2284+msgid ""
2285+"Personal settings (desktop preferences, themes, and software settings)"
2286+msgstr ""
2287+
2288+#. (itstool) path: item/p
2289+#: C/backup-thinkabout.page:56
2290+msgid ""
2291+"Most applications store their settings in hidden folders inside your Home "
2292+"folder (see above for information on hidden files)."
2293+msgstr ""
2294+
2295+#. (itstool) path: item/p
2296+#: C/backup-thinkabout.page:58
2297+msgid ""
2298+"Most of your application settings will be stored in the hidden folders "
2299+"<file>.config</file>, <file>.gconf</file>, <file>.gnome2</file>, and "
2300+"<file>.local</file> in your Home folder."
2301+msgstr ""
2302+
2303+#. (itstool) path: item/p
2304+#: C/backup-thinkabout.page:64
2305+msgid "System-wide settings"
2306+msgstr ""
2307+
2308+#. (itstool) path: item/p
2309+#: C/backup-thinkabout.page:65
2310+msgid ""
2311+"Settings for important parts of the system aren't stored in your Home "
2312+"folder. There are a number of locations that they could be stored, but most "
2313+"are stored in the <file>/etc</file> folder. In general, you won't need to "
2314+"back up these files on a home computer. If you are running a server, "
2315+"however, you should back up the files for the services that it is running."
2316+msgstr ""
2317+
2318+#. (itstool) path: info/desc
2319+#: C/backup-what.page:7
2320+msgid "Back up anything that you can't bear to lose if something goes wrong."
2321+msgstr ""
2322+
2323+#. (itstool) path: page/title
2324+#: C/backup-what.page:26
2325+msgid "What to back up"
2326+msgstr ""
2327+
2328+#. (itstool) path: page/p
2329+#: C/backup-what.page:28
2330+msgid ""
2331+"Your priority should be to back up your <link xref=\"backup-"
2332+"thinkabout\">most important files</link> as well as those that are difficult "
2333+"to recreate. For example, ranked from most important to least important:"
2334+msgstr ""
2335+
2336+#. (itstool) path: item/title
2337+#: C/backup-what.page:35
2338+msgid "Your personal files"
2339+msgstr ""
2340+
2341+#. (itstool) path: item/p
2342+#: C/backup-what.page:36
2343+msgid ""
2344+"This may include documents, spreadsheets, email, calendar appointments, "
2345+"financial data, family photos, or any other personal files that you would "
2346+"consider irreplaceable."
2347+msgstr ""
2348+
2349+#. (itstool) path: item/title
2350+#: C/backup-what.page:42
2351+msgid "Your personal settings"
2352+msgstr ""
2353+
2354+#. (itstool) path: item/p
2355+#: C/backup-what.page:43
2356+msgid ""
2357+"This includes changes you may have made to colors, backgrounds, screen "
2358+"resolution and mouse settings on your desktop. This also includes "
2359+"application preferences, such as settings for <app>LibreOffice</app>, your "
2360+"music player, and your email program. These are replaceable, but may take a "
2361+"while to recreate."
2362+msgstr ""
2363+
2364+#. (itstool) path: item/title
2365+#: C/backup-what.page:51
2366+msgid "System settings"
2367+msgstr ""
2368+
2369+#. (itstool) path: item/p
2370+#: C/backup-what.page:52
2371+msgid ""
2372+"Most people never change the system settings that are created during "
2373+"installation. If you do customize your system settings for some reason, or "
2374+"if you use your computer as a server, then you may wish to back up these "
2375+"settings."
2376+msgstr ""
2377+
2378+#. (itstool) path: item/title
2379+#: C/backup-what.page:59
2380+msgid "Installed software"
2381+msgstr ""
2382+
2383+#. (itstool) path: item/p
2384+#: C/backup-what.page:60
2385+msgid ""
2386+"The software you use can normally be restored quite quickly after a serious "
2387+"computer problem by reinstalling it."
2388+msgstr ""
2389+
2390+#. (itstool) path: page/p
2391+#: C/backup-what.page:65
2392+msgid ""
2393+"In general, you will want to back up files that are irreplaceable and files "
2394+"that require a great time investment to replace without a backup. If things "
2395+"are easy to replace, on the other hand, you may not want to use up disk "
2396+"space by having backups of them."
2397+msgstr ""
2398+
2399+#. (itstool) path: info/desc
2400+#: C/backup-where.page:7
2401+msgid ""
2402+"Advice on where to store your backups and what type of storage device to use."
2403+msgstr ""
2404+
2405+#. (itstool) path: info/title
2406+#: C/backup-where.page:9
2407+msgctxt "sort"
2408+msgid "c"
2409+msgstr ""
2410+
2411+#. (itstool) path: page/title
2412+#: C/backup-where.page:23
2413+msgid "Where to store your backup"
2414+msgstr ""
2415+
2416+#. (itstool) path: page/p
2417+#: C/backup-where.page:25
2418+msgid ""
2419+"You should store backup copies of your files somewhere separate from your "
2420+"computer - on an external hard disk, for example. That way, if the computer "
2421+"breaks, the backup will still be intact. For maximum security, you shouldn't "
2422+"keep the backup in the same building as your computer. If there is a fire or "
2423+"theft, both copies of the data could be lost if they are kept together."
2424+msgstr ""
2425+
2426+#. (itstool) path: page/p
2427+#: C/backup-where.page:31
2428+msgid ""
2429+"It is important to choose an appropriate <em>backup medium</em> too. You "
2430+"need to store your backups on a device that has sufficient disk capacity for "
2431+"all of the backed-up files."
2432+msgstr ""
2433+
2434+#. (itstool) path: list/title
2435+#: C/backup-where.page:36
2436+msgid "Local and remote storage options"
2437+msgstr ""
2438+
2439+#. (itstool) path: item/p
2440+#: C/backup-where.page:38
2441+msgid "USB memory key (low capacity)"
2442+msgstr ""
2443+
2444+#. (itstool) path: item/p
2445+#: C/backup-where.page:41
2446+msgid "Internal disk drive (high capacity)"
2447+msgstr ""
2448+
2449+#. (itstool) path: item/p
2450+#: C/backup-where.page:44
2451+msgid "External hard disk (typically high capacity)"
2452+msgstr ""
2453+
2454+#. (itstool) path: item/p
2455+#: C/backup-where.page:47
2456+msgid "Network-connected drive (high capacity)"
2457+msgstr ""
2458+
2459+#. (itstool) path: item/p
2460+#: C/backup-where.page:50
2461+msgid "File/backup server (high capacity)"
2462+msgstr ""
2463+
2464+#. (itstool) path: item/p
2465+#: C/backup-where.page:53
2466+msgid "Writable CDs or DVDs (low/medium capacity)"
2467+msgstr ""
2468+
2469+#. (itstool) path: item/p
2470+#: C/backup-where.page:56
2471+msgid ""
2472+"Online backup service (<link href=\"http://aws.amazon.com/s3/\">Amazon "
2473+"S3</link> or <link href=\"https://one.ubuntu.com/\">Ubuntu One</link>, for "
2474+"example; capacity depends on price)"
2475+msgstr ""
2476+
2477+#. (itstool) path: page/p
2478+#: C/backup-where.page:62
2479+msgid ""
2480+"Some of these options have sufficient capacity to allow for a backup of "
2481+"every file on your system, also known as a <em>complete system backup</em>."
2482+msgstr ""
2483+
2484+#. (itstool) path: info/desc
2485+#: C/backup-why.page:7
2486+msgid "Why, what, where and how of backups."
2487+msgstr ""
2488+
2489+#. (itstool) path: info/title
2490+#: C/backup-why.page:8
2491+msgctxt "link:trail"
2492+msgid "Backups"
2493+msgstr ""
2494+
2495+#. (itstool) path: page/title
2496+#: C/backup-why.page:19
2497+msgid "Back up your important files"
2498+msgstr ""
2499+
2500+#. (itstool) path: page/p
2501+#: C/backup-why.page:21
2502+msgid ""
2503+"<em>Backing up</em> your files simply means making a copy of them for "
2504+"safekeeping. This is done in case the original files become unusable due to "
2505+"loss or corruption. These copies can be used to restore the original data in "
2506+"the event of loss. Copies should be stored on a different device from the "
2507+"original files. For example, you may use a USB drive, an external hard "
2508+"drive, a CD/DVD, or an off-site service."
2509+msgstr ""
2510+
2511+#. (itstool) path: page/p
2512+#: C/backup-why.page:28
2513+msgid ""
2514+"The best way to back up your files is to do so regularly, keeping the copies "
2515+"off-site and (possibly) encrypted."
2516+msgstr ""
2517+
2518+#. (itstool) path: info/desc
2519+#: C/bluetooth.page:14
2520+msgid ""
2521+"<link xref=\"bluetooth-connect-device\">Connect</link>, <link "
2522+"xref=\"bluetooth-send-file\">send files</link>, <link xref=\"bluetooth-turn-"
2523+"on-off\">turn on and off</link>…"
2524+msgstr ""
2525+
2526+#. (itstool) path: page/title
2527+#: C/bluetooth.page:23
2528+msgid "Bluetooth"
2529+msgstr ""
2530+
2531+#. (itstool) path: page/p
2532+#: C/bluetooth.page:25
2533+msgid ""
2534+"Bluetooth is a wireless protocol that allows you to connect many different "
2535+"types of devices to your computer. Bluetooth is commonly used for headsets "
2536+"and input devices like mice and keyboards. You can also use Bluetooth to "
2537+"<link xref=\"bluetooth-send-file\">send files between devices</link>, such "
2538+"as from your computer to your cell phone."
2539+msgstr ""
2540+
2541+#. (itstool) path: info/title
2542+#: C/bluetooth.page:47
2543+msgctxt "link"
2544+msgid "Bluetooth problems"
2545+msgstr ""
2546+
2547+#. (itstool) path: section/title
2548+#: C/bluetooth.page:50
2549+#: C/color.page:33
2550+#: C/power.page:41
2551+msgid "Problems"
2552+msgstr ""
2553+
2554+#. (itstool) path: info/desc
2555+#: C/bluetooth-connect-device.page:11
2556+msgid "Pair Bluetooth devices."
2557+msgstr ""
2558+
2559+#. (itstool) path: credit/name
2560+#: C/bluetooth-connect-device.page:18
2561+#: C/bluetooth-remove-connection.page:18
2562+#: C/bluetooth-send-file.page:19
2563+#: C/net-firewall-on-off.page:10
2564+#: C/net-firewall-ports.page:12
2565+#: C/printing-setup-default-printer.page:17
2566+#: C/printing-setup.page:21
2567+msgid "Paul W. Frields"
2568+msgstr ""
2569+
2570+#. (itstool) path: page/title
2571+#: C/bluetooth-connect-device.page:28
2572+msgid "Connect your computer to a Bluetooth device"
2573+msgstr ""
2574+
2575+#. (itstool) path: page/p
2576+#: C/bluetooth-connect-device.page:30
2577+msgid ""
2578+"Before you can use a Bluetooth device like a mouse or a headset, you first "
2579+"need to connect your computer to the device. This is also called pairing the "
2580+"Bluetooth devices."
2581+msgstr ""
2582+
2583+#. (itstool) path: note/p
2584+#: C/bluetooth-connect-device.page:35
2585+#: C/bluetooth-send-file.page:45
2586+msgid ""
2587+"Before you begin, make sure Bluetooth is enabled on your computer. See <link "
2588+"xref=\"bluetooth-turn-on-off\"/>."
2589+msgstr ""
2590+
2591+#. (itstool) path: when/p
2592+#: C/bluetooth-connect-device.page:43
2593+msgid ""
2594+"Click the Bluetooth icon in the menu bar and select <gui>Set Up New "
2595+"Device</gui>."
2596+msgstr ""
2597+
2598+#. (itstool) path: choose/p
2599+#: C/bluetooth-connect-device.page:45
2600+msgid ""
2601+"Click the Bluetooth icon on the top bar and select <gui>Set up a New "
2602+"Device</gui>."
2603+msgstr ""
2604+
2605+#. (itstool) path: item/p
2606+#: C/bluetooth-connect-device.page:49
2607+msgid ""
2608+"Make the other Bluetooth device <link xref=\"bluetooth-"
2609+"visibility\">discoverable or visible</link> and place it within 10 meters "
2610+"(about 33 feet) of your computer. Click <gui>Continue</gui>. Your computer "
2611+"will begin searching for devices."
2612+msgstr ""
2613+
2614+#. (itstool) path: item/p
2615+#: C/bluetooth-connect-device.page:54
2616+msgid ""
2617+"If there are too many devices listed, use the <gui>Device type</gui> drop-"
2618+"down to display only a single type of device in the list."
2619+msgstr ""
2620+
2621+#. (itstool) path: item/p
2622+#: C/bluetooth-connect-device.page:57
2623+msgid ""
2624+"Click <gui>PIN options</gui> to set how a PIN will be delivered to the other "
2625+"device."
2626+msgstr ""
2627+
2628+#. (itstool) path: note/p
2629+#: C/bluetooth-connect-device.page:59
2630+msgid ""
2631+"The automatic PIN setting will use a six-digit numerical code. A device with "
2632+"no input keys or screen, such as a mouse or headset, may require a specific "
2633+"PIN such as 0000, or no PIN at all. Check your device's manual for the "
2634+"proper setting."
2635+msgstr ""
2636+
2637+#. (itstool) path: item/p
2638+#: C/bluetooth-connect-device.page:61
2639+msgid ""
2640+"Choose an appropriate PIN setting for your device, then click "
2641+"<gui>Close</gui>."
2642+msgstr ""
2643+
2644+#. (itstool) path: item/p
2645+#: C/bluetooth-connect-device.page:64
2646+msgid ""
2647+"Click <gui>Continue</gui> to proceed. If you did not choose a preset PIN, "
2648+"the PIN will be displayed on the screen."
2649+msgstr ""
2650+
2651+#. (itstool) path: item/p
2652+#: C/bluetooth-connect-device.page:67
2653+msgid ""
2654+"If required, confirm the PIN on your other device. The device should show "
2655+"you the PIN you see on your computer screen, or may prompt you to enter the "
2656+"PIN. Confirm the PIN on the device, then click <gui>Matches</gui>."
2657+msgstr ""
2658+
2659+#. (itstool) path: item/p
2660+#: C/bluetooth-connect-device.page:70
2661+msgid ""
2662+"You need to finish your entry within about 20 seconds on most devices, or "
2663+"the connection will not be completed. If that happens, return to the device "
2664+"list and start again."
2665+msgstr ""
2666+
2667+#. (itstool) path: item/p
2668+#: C/bluetooth-connect-device.page:75
2669+msgid ""
2670+"A message appears when the connection successfully completes. Click "
2671+"<gui>Close</gui>."
2672+msgstr ""
2673+
2674+#. (itstool) path: page/p
2675+#: C/bluetooth-connect-device.page:79
2676+msgid ""
2677+"You can <link xref=\"bluetooth-remove-connection\">remove a Bluetooth "
2678+"connection</link> later if desired."
2679+msgstr ""
2680+
2681+#. (itstool) path: info/desc
2682+#: C/bluetooth-problem-connecting.page:12
2683+msgid ""
2684+"The adapter could be turned off or may not have drivers, or Bluetooth might "
2685+"be disabled or blocked."
2686+msgstr ""
2687+
2688+#. (itstool) path: page/title
2689+#: C/bluetooth-problem-connecting.page:21
2690+msgid "I can't connect my Bluetooth device"
2691+msgstr ""
2692+
2693+#. (itstool) path: page/p
2694+#: C/bluetooth-problem-connecting.page:23
2695+msgid ""
2696+"There are a number of reasons why you may not be able to connect to a "
2697+"Bluetooth device, such as a phone or headset."
2698+msgstr ""
2699+
2700+#. (itstool) path: item/title
2701+#: C/bluetooth-problem-connecting.page:28
2702+msgid "Connection blocked or untrusted"
2703+msgstr ""
2704+
2705+#. (itstool) path: item/p
2706+#: C/bluetooth-problem-connecting.page:29
2707+msgid ""
2708+"Some Bluetooth devices block connections by default, or require you to "
2709+"change a setting to allow connections to be made. Make sure that your device "
2710+"is set up to allow connections."
2711+msgstr ""
2712+
2713+#. (itstool) path: item/title
2714+#: C/bluetooth-problem-connecting.page:34
2715+msgid "Bluetooth hardware not recognized"
2716+msgstr ""
2717+
2718+#. (itstool) path: item/p
2719+#: C/bluetooth-problem-connecting.page:35
2720+msgid ""
2721+"Your Bluetooth adapter/dongle may not have been recognized by the computer. "
2722+"This could be because <link xref=\"hardware-driver\">drivers</link> for the "
2723+"adapter aren't installed. Some Bluetooth adapters aren't supported on Linux, "
2724+"so you may not be able to get the right drivers for them. In this case, you "
2725+"will probably have to get a different Bluetooth adapter."
2726+msgstr ""
2727+
2728+#. (itstool) path: item/title
2729+#: C/bluetooth-problem-connecting.page:42
2730+msgid "Adapter not switched on"
2731+msgstr ""
2732+
2733+#. (itstool) path: when/p
2734+#: C/bluetooth-problem-connecting.page:46
2735+msgid ""
2736+"Make sure that your Bluetooth adapter is switched on. Click the Bluetooth "
2737+"icon in the <gui>menu bar</gui> and check that it's not <link "
2738+"xref=\"bluetooth-turn-on-off\">disabled</link>."
2739+msgstr ""
2740+
2741+#. (itstool) path: choose/p
2742+#: C/bluetooth-problem-connecting.page:49
2743+msgid ""
2744+"Make sure that your Bluetooth adapter is switched on. Click the Bluetooth "
2745+"icon on the top bar and check that it's not <link xref=\"bluetooth-turn-on-"
2746+"off\">disabled</link>."
2747+msgstr ""
2748+
2749+#. (itstool) path: item/title
2750+#: C/bluetooth-problem-connecting.page:55
2751+msgid "Device Bluetooth connection switched off"
2752+msgstr ""
2753+
2754+#. (itstool) path: item/p
2755+#: C/bluetooth-problem-connecting.page:56
2756+msgid ""
2757+"Check that Bluetooth is turned on on the device you're trying to connect to. "
2758+"For example, if you're trying to connect to a phone, make sure that it's not "
2759+"in airplane mode."
2760+msgstr ""
2761+
2762+#. (itstool) path: item/title
2763+#: C/bluetooth-problem-connecting.page:60
2764+msgid "No Bluetooth adapter in your computer"
2765+msgstr ""
2766+
2767+#. (itstool) path: item/p
2768+#: C/bluetooth-problem-connecting.page:61
2769+msgid ""
2770+"Many computers do not have Bluetooth adapters. You can buy an adapter if you "
2771+"want to use Bluetooth."
2772+msgstr ""
2773+
2774+#. (itstool) path: info/desc
2775+#: C/bluetooth-remove-connection.page:11
2776+msgid "Remove a device from the list of Bluetooth devices."
2777+msgstr ""
2778+
2779+#. (itstool) path: page/title
2780+#: C/bluetooth-remove-connection.page:24
2781+msgid "Remove a connection between Bluetooth devices"
2782+msgstr ""
2783+
2784+#. (itstool) path: page/p
2785+#: C/bluetooth-remove-connection.page:27
2786+msgid ""
2787+"If you don't want to be connected to a Bluetooth device anymore, you can "
2788+"remove the connection. This is useful if you no longer want to use a device "
2789+"like a mouse or headset, or if you no longer wish to transfer files to or "
2790+"from a device."
2791+msgstr ""
2792+
2793+#. (itstool) path: when/p
2794+#: C/bluetooth-remove-connection.page:36
2795+msgid ""
2796+"Click the Bluetooth icon in the <gui>menu bar</gui> and select "
2797+"<gui>Bluetooth Settings</gui>."
2798+msgstr ""
2799+
2800+#. (itstool) path: choose/p
2801+#: C/bluetooth-remove-connection.page:38
2802+#: C/bluetooth-send-file.page:85
2803+msgid ""
2804+"Click the Bluetooth icon on the top bar and select <gui>Bluetooth "
2805+"Settings</gui>."
2806+msgstr ""
2807+
2808+#. (itstool) path: item/p
2809+#: C/bluetooth-remove-connection.page:42
2810+msgid ""
2811+"Select the device you want to disconnect in the left pane, then click the "
2812+"<gui>-</gui> icon underneath the list."
2813+msgstr ""
2814+
2815+#. (itstool) path: item/p
2816+#: C/bluetooth-remove-connection.page:46
2817+msgid "Click <gui>Remove</gui> in the confirmation window."
2818+msgstr ""
2819+
2820+#. (itstool) path: page/p
2821+#: C/bluetooth-remove-connection.page:50
2822+msgid ""
2823+"You can <link xref=\"bluetooth-connect-device\">reconnect a Bluetooth "
2824+"device</link> later if desired."
2825+msgstr ""
2826+
2827+#. (itstool) path: info/desc
2828+#: C/bluetooth-send-file.page:12
2829+msgid "Share files to Bluetooth devices such as your phone."
2830+msgstr ""
2831+
2832+#. (itstool) path: page/title
2833+#: C/bluetooth-send-file.page:25
2834+msgid "Send a file to a Bluetooth device"
2835+msgstr ""
2836+
2837+#. (itstool) path: when/p
2838+#: C/bluetooth-send-file.page:29
2839+msgid ""
2840+"You can send files to connected Bluetooth devices, such as some mobile "
2841+"phones or other computers. Some types of devices don't allow the transfer of "
2842+"files, or specific types of files. You can send files in one of three ways: "
2843+"using the Bluetooth icon in the menu bar, from the Bluetooth settings "
2844+"window, or directly from the file manager."
2845+msgstr ""
2846+
2847+#. (itstool) path: choose/p
2848+#: C/bluetooth-send-file.page:35
2849+msgid ""
2850+"You can send files to connected Bluetooth devices, such as some mobile "
2851+"phones or other computers. Some types of devices don't allow the transfer of "
2852+"files, or specific types of files. You can send files in one of three ways: "
2853+"using the Bluetooth icon on the top bar, from the Bluetooth settings window, "
2854+"or directly from the file manager."
2855+msgstr ""
2856+
2857+#. (itstool) path: page/p
2858+#: C/bluetooth-send-file.page:42
2859+msgid ""
2860+"To send files directly from the file manager, see <link xref=\"files-"
2861+"share\"/>."
2862+msgstr ""
2863+
2864+#. (itstool) path: steps/title
2865+#: C/bluetooth-send-file.page:50
2866+msgid "Send files using the Bluetooth icon"
2867+msgstr ""
2868+
2869+#. (itstool) path: when/p
2870+#: C/bluetooth-send-file.page:54
2871+msgid ""
2872+"Click the Bluetooth icon in the menu bar and select <gui>Send Files to "
2873+"Device</gui>."
2874+msgstr ""
2875+
2876+#. (itstool) path: choose/p
2877+#: C/bluetooth-send-file.page:56
2878+msgid ""
2879+"Click the Bluetooth icon on the top bar and select <gui>Send Files to "
2880+"Device</gui>."
2881+msgstr ""
2882+
2883+#. (itstool) path: item/p
2884+#: C/bluetooth-send-file.page:60
2885+#: C/bluetooth-send-file.page:93
2886+msgid "Choose the file you want to send and click <gui>Select</gui>."
2887+msgstr ""
2888+
2889+#. (itstool) path: item/p
2890+#: C/bluetooth-send-file.page:61
2891+#: C/bluetooth-send-file.page:94
2892+msgid ""
2893+"To send more than one file in a folder, hold down <key>Ctrl</key> as you "
2894+"select each file."
2895+msgstr ""
2896+
2897+#. (itstool) path: item/p
2898+#: C/bluetooth-send-file.page:64
2899+msgid ""
2900+"Select the device which you want to send the files to and click "
2901+"<gui>Send</gui>."
2902+msgstr ""
2903+
2904+#. (itstool) path: item/p
2905+#: C/bluetooth-send-file.page:65
2906+msgid ""
2907+"The list of devices will show both <link xref=\"bluetooth-connect-"
2908+"device\">devices you are already connected to</link> as well as <link "
2909+"xref=\"bluetooth-visibility\">visible devices</link> within range. If you "
2910+"have not already connected to the selected device, you will be prompted to "
2911+"pair with the device after clicking <gui>Send</gui>. This will probably "
2912+"require confirmation on the other device."
2913+msgstr ""
2914+
2915+#. (itstool) path: item/p
2916+#: C/bluetooth-send-file.page:70
2917+msgid ""
2918+"If there are many devices, you can limit the list to only specific device "
2919+"types using the <gui>Device type</gui> drop-down."
2920+msgstr ""
2921+
2922+#. (itstool) path: item/p
2923+#: C/bluetooth-send-file.page:74
2924+#: C/bluetooth-send-file.page:97
2925+msgid ""
2926+"The owner of the receiving device usually has to press a button to accept "
2927+"the file. Once the owner accepts or declines, the result of the file "
2928+"transfer will be shown on your screen."
2929+msgstr ""
2930+
2931+#. (itstool) path: steps/title
2932+#: C/bluetooth-send-file.page:79
2933+msgid "Send files from the Bluetooth settings"
2934+msgstr ""
2935+
2936+#. (itstool) path: when/p
2937+#: C/bluetooth-send-file.page:83
2938+msgid ""
2939+"Click the Bluetooth icon in the menu bar and select <gui>Bluetooth "
2940+"Settings</gui>."
2941+msgstr ""
2942+
2943+#. (itstool) path: item/p
2944+#: C/bluetooth-send-file.page:88
2945+msgid ""
2946+"Select the device to send files to from the list on the left. The list only "
2947+"shows devices you've already connected to. See <link xref=\"bluetooth-"
2948+"connect-device\"/>."
2949+msgstr ""
2950+
2951+#. (itstool) path: item/p
2952+#: C/bluetooth-send-file.page:91
2953+msgid "In the device information on the right, click <gui>Send Files</gui>."
2954+msgstr ""
2955+
2956+#. (itstool) path: media
2957+#. This is a reference to an external file such as an image or video. When
2958+#. the file changes, the md5 hash will change to let you know you need to
2959+#. update your localized copy. The msgstr is not used at all. Set it to
2960+#. whatever you like once you have updated your copy of the file.
2961+#: C/bluetooth-turn-on-off.page:26
2962+#: C/unity-menubar-intro.page:86
2963+msgctxt "_"
2964+msgid ""
2965+"external ref='/usr/share/icons/ubuntu-mono-light/status/24/bluetooth-"
2966+"active.svg' md5='265f0461c4f337cfe7f9ebc04b98a58f'"
2967+msgstr ""
2968+
2969+#. (itstool) path: info/desc
2970+#: C/bluetooth-turn-on-off.page:11
2971+msgid "Enable or disable the Bluetooth device on your computer."
2972+msgstr ""
2973+
2974+#. (itstool) path: page/title
2975+#: C/bluetooth-turn-on-off.page:24
2976+msgid "Turn Bluetooth on or off"
2977+msgstr ""
2978+
2979+#. (itstool) path: media/p
2980+#: C/bluetooth-turn-on-off.page:27
2981+msgid "The Bluetooth icon in the menu bar"
2982+msgstr ""
2983+
2984+#. (itstool) path: when/p
2985+#: C/bluetooth-turn-on-off.page:32
2986+msgid ""
2987+"You can turn Bluetooth on to use Bluetooth devices and send and receive "
2988+"files, but turn it off to conserve power. To turn Bluetooth on, click the "
2989+"Bluetooth icon in the menu bar and click <gui>Turn On Bluetooth</gui>."
2990+msgstr ""
2991+
2992+#. (itstool) path: choose/p
2993+#: C/bluetooth-turn-on-off.page:37
2994+msgid ""
2995+"You can turn Bluetooth on to use Bluetooth devices and send and receive "
2996+"files, but turn it off to conserve power. To turn Bluetooth on, click the "
2997+"Bluetooth icon on the top bar and switch <gui>Bluetooth</gui> on."
2998+msgstr ""
2999+
3000+#. (itstool) path: when/p
3001+#: C/bluetooth-turn-on-off.page:44
3002+msgid ""
3003+"Many laptop computers have a hardware switch or key combination to turn "
3004+"Bluetooth on and off. If the Bluetooth hardware is turned off, you will not "
3005+"see a Bluetooth icon in the menu bar. Look for a switch on your computer or "
3006+"a key on your keyboard. The keyboard key is often accessed with the help of "
3007+"the <key>Fn</key> key."
3008+msgstr ""
3009+
3010+#. (itstool) path: choose/p
3011+#: C/bluetooth-turn-on-off.page:50
3012+msgid ""
3013+"Many laptop computers have a hardware switch or key combination to turn "
3014+"Bluetooth on and off. If the Bluetooth hardware is turned off, you will not "
3015+"see a Bluetooth icon in the top bar. Look for a switch on your computer or a "
3016+"key on your keyboard. The keyboard key is often accessed with the help of "
3017+"the <key>Fn</key> key."
3018+msgstr ""
3019+
3020+#. (itstool) path: when/p
3021+#: C/bluetooth-turn-on-off.page:59
3022+msgid ""
3023+"To turn Bluetooth off, click the Bluetooth icon and click <gui>Turn Off "
3024+"Bluetooth</gui>."
3025+msgstr ""
3026+
3027+#. (itstool) path: choose/p
3028+#: C/bluetooth-turn-on-off.page:61
3029+msgid ""
3030+"To turn Bluetooth off, click the Bluetooth icon and switch "
3031+"<gui>Bluetooth</gui> off."
3032+msgstr ""
3033+
3034+#. (itstool) path: note/p
3035+#: C/bluetooth-turn-on-off.page:64
3036+msgid ""
3037+"You only need to switch <gui>Visibility</gui> on if you are connecting to "
3038+"this computer from another device. See <link xref=\"bluetooth-visibility\"/> "
3039+"for more information."
3040+msgstr ""
3041+
3042+#. (itstool) path: info/desc
3043+#: C/bluetooth-visibility.page:10
3044+msgid "Whether or not other devices can discover your computer."
3045+msgstr ""
3046+
3047+#. (itstool) path: page/title
3048+#: C/bluetooth-visibility.page:19
3049+msgid "What is Bluetooth visibility?"
3050+msgstr ""
3051+
3052+#. (itstool) path: page/p
3053+#: C/bluetooth-visibility.page:21
3054+msgid ""
3055+"Bluetooth visibility simply refers to whether other devices can discover "
3056+"your computer when searching for Bluetooth devices. When Bluetooth "
3057+"visibility is turned on, your computer will advertise itself to all other "
3058+"devices within range, allowing them to attempt to connect to you."
3059+msgstr ""
3060+
3061+#. (itstool) path: page/p
3062+#: C/bluetooth-visibility.page:26
3063+msgid ""
3064+"Your computer does not need to be visible to search for other devices, but "
3065+"those devices need to be visible for your computer to discover them."
3066+msgstr ""
3067+
3068+#. (itstool) path: page/p
3069+#: C/bluetooth-visibility.page:29
3070+msgid ""
3071+"After you have <link xref=\"bluetooth-connect-device\">connected to a "
3072+"device</link>, neither your computer nor the device needs to be visible to "
3073+"communicate with each other."
3074+msgstr ""
3075+
3076+#. (itstool) path: page/p
3077+#: C/bluetooth-visibility.page:33
3078+msgid ""
3079+"Unless you or someone you trust needs to connect to your computer from "
3080+"another device, you should leave visibility off."
3081+msgstr ""
3082+
3083+#. (itstool) path: media
3084+#. This is a reference to an external file such as an image or video. When
3085+#. the file changes, the md5 hash will change to let you know you need to
3086+#. update your localized copy. The msgstr is not used at all. Set it to
3087+#. whatever you like once you have updated your copy of the file.
3088+#: C/color-assignprofiles.page:39
3089+msgctxt "_"
3090+msgid ""
3091+"external ref='figures/color-profile-default.png' "
3092+"md5='2cabb46bf9cf9dc5476c7f6c27a7f3a5'"
3093+msgstr ""
3094+
3095+#. (itstool) path: info/desc
3096+#: C/color-assignprofiles.page:9
3097+msgid ""
3098+"Look in <guiseq><gui>System Settings</gui><gui>Color</gui></guiseq> for the "
3099+"option to change this."
3100+msgstr ""
3101+
3102+#. (itstool) path: credit/name
3103+#: C/color-assignprofiles.page:12
3104+#: C/color-calibrate-camera.page:14
3105+#: C/color-calibrate-printer.page:13
3106+#: C/color-calibrate-scanner.page:16
3107+#: C/color-calibrate-screen.page:15
3108+#: C/color-calibrationcharacterization.page:12
3109+#: C/color-calibrationdevices.page:12
3110+#: C/color-calibrationtargets.page:12
3111+#: C/color-canshareprofiles.page:11
3112+#: C/color-gettingprofiles.page:13
3113+#: C/color-howtoimport.page:14
3114+#: C/color-missingvcgt.page:11
3115+#: C/color.page:9
3116+#: C/color-virtualdevice.page:13
3117+#: C/color-whatisprofile.page:10
3118+#: C/color-whatisspace.page:11
3119+#: C/color-why-calibrate.page:10
3120+#: C/color-whyimportant.page:10
3121+msgid "Richard Hughes"
3122+msgstr ""
3123+
3124+#. (itstool) path: page/title
3125+#: C/color-assignprofiles.page:18
3126+msgid "How do I assign profiles to devices?"
3127+msgstr ""
3128+
3129+#. (itstool) path: page/p
3130+#: C/color-assignprofiles.page:20
3131+msgid ""
3132+"Open <guiseq><gui>System Settings</gui><gui>Color</gui></guiseq>, and click "
3133+"the device that you wish to add a profile to."
3134+msgstr ""
3135+
3136+#. (itstool) path: page/p
3137+#: C/color-assignprofiles.page:24
3138+msgid ""
3139+"By clicking <gui>Add profile</gui> you can select an existing profile or "
3140+"import a new file."
3141+msgstr ""
3142+
3143+#. (itstool) path: page/p
3144+#: C/color-assignprofiles.page:28
3145+msgid ""
3146+"Each device can have multiple profiles assigned to it, but only one profile "
3147+"can be the <em>default</em> profile. The default profile is used when there "
3148+"is no extra information to allow the profile to be chosen automatically. An "
3149+"example of this automatic selection would be if one profile was created for "
3150+"glossy paper and another plain paper."
3151+msgstr ""
3152+
3153+#. (itstool) path: figure/desc
3154+#: C/color-assignprofiles.page:38
3155+msgid "You can make a profile default by changing it with the radio button."
3156+msgstr ""
3157+
3158+#. (itstool) path: page/p
3159+#: C/color-assignprofiles.page:42
3160+msgid ""
3161+"If calibration hardware is connected the <gui>Calibrate…</gui> button will "
3162+"create a new profile."
3163+msgstr ""
3164+
3165+#. (itstool) path: info/desc
3166+#: C/color-calibrate-camera.page:11
3167+msgid "Calibrating your camera is important to capture accurate colors."
3168+msgstr ""
3169+
3170+#. (itstool) path: page/title
3171+#: C/color-calibrate-camera.page:20
3172+msgid "How do I calibrate my camera?"
3173+msgstr ""
3174+
3175+#. (itstool) path: page/p
3176+#: C/color-calibrate-camera.page:22
3177+msgid ""
3178+"Camera devices are calibrated by taking a photograph of a target under the "
3179+"desired lighting conditions. By converting the RAW file to a TIFF file, it "
3180+"can be used to calibrate the camera device in the color control panel."
3181+msgstr ""
3182+
3183+#. (itstool) path: page/p
3184+#: C/color-calibrate-camera.page:28
3185+msgid ""
3186+"You will need to crop the TIFF file so that just the target is visible. "
3187+"Ensure the white or black borders are still visible. Calibration will not "
3188+"work if the image is upside-down or is distorted by a large amount."
3189+msgstr ""
3190+
3191+#. (itstool) path: note/p
3192+#: C/color-calibrate-camera.page:36
3193+msgid ""
3194+"The resulting profile is only valid under the lighting condition that you "
3195+"acquired the original image from. This means you might need to profile "
3196+"several times for <em>studio</em>, <em>bright sunlight</em> and "
3197+"<em>cloudy</em> lighting conditions."
3198+msgstr ""
3199+
3200+#. (itstool) path: info/desc
3201+#: C/color-calibrate-printer.page:10
3202+msgid "Calibrating your printer is important to print accurate colors."
3203+msgstr ""
3204+
3205+#. (itstool) path: page/title
3206+#: C/color-calibrate-printer.page:19
3207+msgid "How do I calibrate my printer?"
3208+msgstr ""
3209+
3210+#. (itstool) path: page/p
3211+#: C/color-calibrate-printer.page:21
3212+msgid "There are two ways to profile a printer device:"
3213+msgstr ""
3214+
3215+#. (itstool) path: item/p
3216+#: C/color-calibrate-printer.page:26
3217+msgid "Using a photospectrometer device like the Pantone ColorMunki"
3218+msgstr ""
3219+
3220+#. (itstool) path: item/p
3221+#: C/color-calibrate-printer.page:27
3222+msgid "Downloading a printing a reference file from a color company"
3223+msgstr ""
3224+
3225+#. (itstool) path: page/p
3226+#: C/color-calibrate-printer.page:30
3227+msgid ""
3228+"Using a color company to generate a printer profile is usually the cheapest "
3229+"option if you only have one or two different paper types. By downloading the "
3230+"reference chart from the companies website you can then send them back the "
3231+"print in a padded envelope where they will scan the paper, generate the "
3232+"profile and email you back an accurate ICC profile."
3233+msgstr ""
3234+
3235+#. (itstool) path: page/p
3236+#: C/color-calibrate-printer.page:38
3237+msgid ""
3238+"Using an expensive device such as a ColorMunki works out cheaper only if you "
3239+"are profiling a large number of ink sets or paper types."
3240+msgstr ""
3241+
3242+#. (itstool) path: note/p
3243+#: C/color-calibrate-printer.page:44
3244+msgid ""
3245+"If you change your ink supplier, make sure you recalibrate the printer!"
3246+msgstr ""
3247+
3248+#. (itstool) path: info/desc
3249+#: C/color-calibrate-scanner.page:11
3250+msgid "Calibrating your scanner is important to capture accurate colors."
3251+msgstr ""
3252+
3253+#. (itstool) path: page/title
3254+#: C/color-calibrate-scanner.page:26
3255+msgid "How do I calibrate my scanner?"
3256+msgstr ""
3257+
3258+#. (itstool) path: page/p
3259+#: C/color-calibrate-scanner.page:28
3260+msgid ""
3261+"You scan in your target file and save it as an uncompressed TIFF file. You "
3262+"can then click <gui>Calibrate…</gui> from <guiseq><gui>System "
3263+"Settings</gui><gui>Color</gui></guiseq> to create a profile for the device."
3264+msgstr ""
3265+
3266+#. (itstool) path: note/p
3267+#: C/color-calibrate-scanner.page:36
3268+msgid ""
3269+"Scanner devices are incredibly stable over time and temperature and do not "
3270+"usually need to be recalibrated."
3271+msgstr ""
3272+
3273+#. (itstool) path: info/desc
3274+#: C/color-calibrate-screen.page:10
3275+msgid "Calibrating your screen is important to display accurate colors."
3276+msgstr ""
3277+
3278+#. (itstool) path: page/title
3279+#: C/color-calibrate-screen.page:25
3280+msgid "How do I calibrate my screen?"
3281+msgstr ""
3282+
3283+#. (itstool) path: page/p
3284+#: C/color-calibrate-screen.page:27
3285+msgid ""
3286+"Calibrating your screen is very easy to do and should be a hard requirement "
3287+"if you're involved in computer design or artwork."
3288+msgstr ""
3289+
3290+#. (itstool) path: page/p
3291+#: C/color-calibrate-screen.page:31
3292+msgid ""
3293+"By using a device called colorimeter you accurately measure the different "
3294+"colors that your screen is able to display. By running <guiseq><gui>System "
3295+"Settings</gui><gui>Color</gui></guiseq> you can easily create a profile, and "
3296+"the wizard will show you how to attach the colorimeter device and what "
3297+"settings to adjust."
3298+msgstr ""
3299+
3300+#. (itstool) path: note/p
3301+#: C/color-calibrate-screen.page:40
3302+msgid ""
3303+"Screens change all the time - the backlight in a TFT will half in brightness "
3304+"approximately every 18 months, and will get yellower as it gets older. This "
3305+"means you should recalibrate your screen when the [!] icon appears in the "
3306+"color control panel."
3307+msgstr ""
3308+
3309+#. (itstool) path: note/p
3310+#: C/color-calibrate-screen.page:47
3311+msgid "LED screens also change over time, but a much slower rate than TFTs."
3312+msgstr ""
3313+
3314+#. (itstool) path: info/desc
3315+#: C/color-calibrationcharacterization.page:9
3316+msgid "Calibration and characterization are different things entirely."
3317+msgstr ""
3318+
3319+#. (itstool) path: page/title
3320+#: C/color-calibrationcharacterization.page:18
3321+msgid "What's the difference between calibration and characterization?"
3322+msgstr ""
3323+
3324+#. (itstool) path: page/p
3325+#: C/color-calibrationcharacterization.page:19
3326+msgid ""
3327+"Many people are initially confused about the difference between calibration "
3328+"and characterization. Calibration is the process of modifying the color "
3329+"behavior of a device. This is typically done using two mechanisms:"
3330+msgstr ""
3331+
3332+#. (itstool) path: item/p
3333+#: C/color-calibrationcharacterization.page:26
3334+msgid "Changing controls or internal settings that it has"
3335+msgstr ""
3336+
3337+#. (itstool) path: item/p
3338+#: C/color-calibrationcharacterization.page:27
3339+msgid "Applying curves to its color channels"
3340+msgstr ""
3341+
3342+#. (itstool) path: page/p
3343+#: C/color-calibrationcharacterization.page:29
3344+msgid ""
3345+"The idea of calibration is to put a device in a defined state with regard to "
3346+"its color response. Often this is used as a day to day means of maintaining "
3347+"reproducible behavior. Typically calibration will be stored in device or "
3348+"systems specific file formats that record the device settings or per-channel "
3349+"calibration curves."
3350+msgstr ""
3351+
3352+#. (itstool) path: page/p
3353+#: C/color-calibrationcharacterization.page:36
3354+msgid ""
3355+"Characterization (or profiling) is <em>recording</em> the way a device "
3356+"reproduces or responds to color. Typically the result is stored in a device "
3357+"ICC profile. Such a profile does not in itself modify color in any way. It "
3358+"allows a system such as a CMM (Color Management Module) or a color aware "
3359+"application to modify color when combined with another device profile. Only "
3360+"by knowing the characteristics of two devices, can a way of transferring "
3361+"color from one device representation to another be achieved."
3362+msgstr ""
3363+
3364+#. (itstool) path: note/p
3365+#: C/color-calibrationcharacterization.page:47
3366+msgid ""
3367+"Note that a characterization (profile) will only be valid for a device if "
3368+"it's in the same state of calibration as it was when it was characterized."
3369+msgstr ""
3370+
3371+#. (itstool) path: page/p
3372+#: C/color-calibrationcharacterization.page:53
3373+msgid ""
3374+"In the case of display profiles there is some additional confusion because "
3375+"often the calibration information is stored in the profile for convenience. "
3376+"By convention it is stored in a tag called the <em>vcgt</em> tag. Although "
3377+"it is stored in the profile, none of the normal ICC based tools or "
3378+"applications are aware of it, or do anything with it. Similarly, typical "
3379+"display calibration tools and applications will not be aware of, or do "
3380+"anything with the ICC characterization (profile) information."
3381+msgstr ""
3382+
3383+#. (itstool) path: info/desc
3384+#: C/color-calibrationdevices.page:9
3385+msgid "We support a large number of calibration devices."
3386+msgstr ""
3387+
3388+#. (itstool) path: page/title
3389+#: C/color-calibrationdevices.page:19
3390+msgid "What color measuring instruments are supported?"
3391+msgstr ""
3392+
3393+#. (itstool) path: page/p
3394+#: C/color-calibrationdevices.page:21
3395+msgid ""
3396+"GNOME relies on the Argyll color management system to support color "
3397+"instruments. Thus the following display measuring instruments are supported:"
3398+msgstr ""
3399+
3400+#. (itstool) path: item/p
3401+#: C/color-calibrationdevices.page:28
3402+msgid "Gretag-Macbeth i1 Pro (spectrometer)"
3403+msgstr ""
3404+
3405+#. (itstool) path: item/p
3406+#: C/color-calibrationdevices.page:29
3407+msgid "Gretag-Macbeth i1 Monitor (spectrometer)"
3408+msgstr ""
3409+
3410+#. (itstool) path: item/p
3411+#: C/color-calibrationdevices.page:30
3412+msgid "Gretag-Macbeth i1 Display 1, 2 or LT (colorimeter)"
3413+msgstr ""
3414+
3415+#. (itstool) path: item/p
3416+#: C/color-calibrationdevices.page:31
3417+msgid "X-Rite i1 Display Pro (colorimeter)"
3418+msgstr ""
3419+
3420+#. (itstool) path: item/p
3421+#: C/color-calibrationdevices.page:32
3422+msgid "X-Rite ColorMunki Design or Photo (spectrometer)"
3423+msgstr ""
3424+
3425+#. (itstool) path: item/p
3426+#: C/color-calibrationdevices.page:33
3427+msgid "X-Rite ColorMunki Create (colorimeter)"
3428+msgstr ""
3429+
3430+#. (itstool) path: item/p
3431+#: C/color-calibrationdevices.page:34
3432+msgid "X-Rite ColorMunki Display (colorimeter)"
3433+msgstr ""
3434+
3435+#. (itstool) path: item/p
3436+#: C/color-calibrationdevices.page:35
3437+msgid "Pantone Huey (colorimeter)"
3438+msgstr ""
3439+
3440+#. (itstool) path: item/p
3441+#: C/color-calibrationdevices.page:36
3442+msgid "MonacoOPTIX (colorimeter)"
3443+msgstr ""
3444+
3445+#. (itstool) path: item/p
3446+#: C/color-calibrationdevices.page:37
3447+msgid "ColorVision Spyder 2 and 3 (colorimeter)"
3448+msgstr ""
3449+
3450+#. (itstool) path: item/p
3451+#: C/color-calibrationdevices.page:38
3452+msgid "Colorimètre HCFR (colorimeter)"
3453+msgstr ""
3454+
3455+#. (itstool) path: note/p
3456+#: C/color-calibrationdevices.page:42
3457+msgid ""
3458+"The Pantone Huey is currently the cheapest and best supported hardware in "
3459+"Linux."
3460+msgstr ""
3461+
3462+#. (itstool) path: page/p
3463+#: C/color-calibrationdevices.page:45
3464+msgid ""
3465+"Thanks to Argyll there's also a number of spot and strip reading reflective "
3466+"spectrometers supported to help you calibrating and characterizing your "
3467+"printers:"
3468+msgstr ""
3469+
3470+#. (itstool) path: item/p
3471+#: C/color-calibrationdevices.page:52
3472+msgid "X-Rite DTP20 \"Pulse\" (\"swipe\" type reflective spectrometer)"
3473+msgstr ""
3474+
3475+#. (itstool) path: item/p
3476+#: C/color-calibrationdevices.page:53
3477+msgid "X-Rite DTP22 Digital Swatchbook (spot type reflective spectrometer)"
3478+msgstr ""
3479+
3480+#. (itstool) path: item/p
3481+#: C/color-calibrationdevices.page:54
3482+msgid "X-Rite DTP41 (spot and strip reading reflective spectrometer)"
3483+msgstr ""
3484+
3485+#. (itstool) path: item/p
3486+#: C/color-calibrationdevices.page:55
3487+msgid "X-Rite DTP41T (spot and strip reading reflective spectrometer)"
3488+msgstr ""
3489+
3490+#. (itstool) path: item/p
3491+#: C/color-calibrationdevices.page:56
3492+msgid "X-Rite DTP51 (spot reading reflective spectrometer)"
3493+msgstr ""
3494+
3495+#. (itstool) path: info/desc
3496+#: C/color-calibrationtargets.page:9
3497+msgid "Calibration targets are needed to do scanner and camera profiling."
3498+msgstr ""
3499+
3500+#. (itstool) path: page/title
3501+#: C/color-calibrationtargets.page:18
3502+msgid "Which target types are supported?"
3503+msgstr ""
3504+
3505+#. (itstool) path: page/p
3506+#: C/color-calibrationtargets.page:20
3507+msgid "The following types of targets are supported:"
3508+msgstr ""
3509+
3510+#. (itstool) path: item/p
3511+#: C/color-calibrationtargets.page:25
3512+msgid "CMP DigitalTarget"
3513+msgstr ""
3514+
3515+#. (itstool) path: item/p
3516+#: C/color-calibrationtargets.page:26
3517+msgid "ColorChecker 24"
3518+msgstr ""
3519+
3520+#. (itstool) path: item/p
3521+#: C/color-calibrationtargets.page:27
3522+msgid "ColorChecker DC"
3523+msgstr ""
3524+
3525+#. (itstool) path: item/p
3526+#: C/color-calibrationtargets.page:28
3527+msgid "ColorChecker SG"
3528+msgstr ""
3529+
3530+#. (itstool) path: item/p
3531+#: C/color-calibrationtargets.page:29
3532+msgid "i1 RGB Scan 14"
3533+msgstr ""
3534+
3535+#. (itstool) path: item/p
3536+#: C/color-calibrationtargets.page:30
3537+msgid "LaserSoft DC Pro"
3538+msgstr ""
3539+
3540+#. (itstool) path: item/p
3541+#: C/color-calibrationtargets.page:31
3542+msgid "QPcard 201"
3543+msgstr ""
3544+
3545+#. (itstool) path: item/p
3546+#: C/color-calibrationtargets.page:32
3547+msgid "IT8.7/2"
3548+msgstr ""
3549+
3550+#. (itstool) path: note/p
3551+#: C/color-calibrationtargets.page:36
3552+msgid ""
3553+"You can purchase targets from well-known vendors like KODAK, X-Rite and "
3554+"LaserSoft in various online shops."
3555+msgstr ""
3556+
3557+#. (itstool) path: note/p
3558+#: C/color-calibrationtargets.page:40
3559+msgid ""
3560+"Alternatively you can buy targets from <link "
3561+"href=\"http://www.targets.coloraid.de/\">Wolf Faust</link> at a very fair "
3562+"price."
3563+msgstr ""
3564+
3565+#. (itstool) path: info/desc
3566+#: C/color-canshareprofiles.page:8
3567+msgid ""
3568+"Sharing color profiles is never a good idea as hardware changes over time."
3569+msgstr ""
3570+
3571+#. (itstool) path: page/title
3572+#: C/color-canshareprofiles.page:17
3573+msgid "Can I share my color profile?"
3574+msgstr ""
3575+
3576+#. (itstool) path: page/p
3577+#: C/color-canshareprofiles.page:19
3578+msgid ""
3579+"Color profiles that you have created yourself are specific to the hardware "
3580+"and lighting conditions that you calibrated for. A display that has been "
3581+"powered for a few hundred hours is going to have a very different color "
3582+"profile to a similar display with the next serial number that has been lit "
3583+"for a thousand hours."
3584+msgstr ""
3585+
3586+#. (itstool) path: page/p
3587+#: C/color-canshareprofiles.page:26
3588+msgid ""
3589+"This means if you share your color profile with somebody, you might be "
3590+"getting them <em>closer</em> to calibration, but it's misleading at best to "
3591+"say that their display is calibrated."
3592+msgstr ""
3593+
3594+#. (itstool) path: page/p
3595+#: C/color-canshareprofiles.page:31
3596+msgid ""
3597+"Similarly, unless everyone has recommended controlled lighting (no sunlight "
3598+"from windows, black walls, daylight bulbs etc.) in a room where viewing and "
3599+"editing images takes place, sharing a profile that you created in your own "
3600+"specific lighting conditions doesn't make a lot of sense."
3601+msgstr ""
3602+
3603+#. (itstool) path: note/p
3604+#: C/color-canshareprofiles.page:40
3605+msgid ""
3606+"You should carefully check the redistribution conditions for profiles "
3607+"downloaded from vendor websites or that were created on your behalf."
3608+msgstr ""
3609+
3610+#. (itstool) path: info/desc
3611+#: C/color-gettingprofiles.page:10
3612+msgid "Color profiles are provided by vendors and can be generated yourself."
3613+msgstr ""
3614+
3615+#. (itstool) path: page/title
3616+#: C/color-gettingprofiles.page:19
3617+msgid "Where do I get color profiles?"
3618+msgstr ""
3619+
3620+#. (itstool) path: page/p
3621+#: C/color-gettingprofiles.page:21
3622+msgid ""
3623+"The best way to get profiles is to generate them yourself, although this "
3624+"does require some initial outlay."
3625+msgstr ""
3626+
3627+#. (itstool) path: page/p
3628+#: C/color-gettingprofiles.page:25
3629+msgid ""
3630+"Many manufacturers do try to provide color profiles for devices, although "
3631+"sometimes they are wrapped up in <em>driver bundles</em> which you may need "
3632+"to download, extract and then search for the color profiles."
3633+msgstr ""
3634+
3635+#. (itstool) path: page/p
3636+#: C/color-gettingprofiles.page:31
3637+msgid ""
3638+"Some manufacturers do not provide accurate profiles for the hardware and the "
3639+"profiles are best avoided. A good clue is to download the profile, and if "
3640+"the creation date is more than a year before the date you bought the device "
3641+"then it's likely dummy data generated that is useless."
3642+msgstr ""
3643+
3644+#. (itstool) path: page/p
3645+#: C/color-gettingprofiles.page:39
3646+msgid ""
3647+"See <link xref=\"color-why-calibrate\"/> for information on why vendor-"
3648+"supplied profiles are often worse than useless."
3649+msgstr ""
3650+
3651+#. (itstool) path: info/desc
3652+#: C/color-howtoimport.page:8
3653+msgid "Color profiles can be easily imported by opening them."
3654+msgstr ""
3655+
3656+#. (itstool) path: page/title
3657+#: C/color-howtoimport.page:24
3658+msgid "How do I import color profiles?"
3659+msgstr ""
3660+
3661+#. (itstool) path: page/p
3662+#: C/color-howtoimport.page:26
3663+msgid ""
3664+"The profile can easily be imported by double clicking on the "
3665+"<input>.ICC</input> or <input>.ICM</input> file in the file browser."
3666+msgstr ""
3667+
3668+#. (itstool) path: page/p
3669+#: C/color-howtoimport.page:30
3670+msgid ""
3671+"Alternatively you can select <gui>Import profile…</gui> from "
3672+"<guiseq><gui>System Settings</gui><gui>Color</gui></guiseq> when selecting a "
3673+"profile for a device."
3674+msgstr ""
3675+
3676+#. (itstool) path: info/desc
3677+#: C/color-missingvcgt.page:8
3678+msgid ""
3679+"Whole-screen color correction modifies all the screen colors on all windows."
3680+msgstr ""
3681+
3682+#. (itstool) path: page/title
3683+#: C/color-missingvcgt.page:17
3684+msgid "Missing information for whole-screen color correction?"
3685+msgstr ""
3686+
3687+#. (itstool) path: page/p
3688+#: C/color-missingvcgt.page:18
3689+msgid ""
3690+"Unfortunately, many vendor-supplied ICC profiles do not include the "
3691+"information required for whole-screen color correction. These profiles can "
3692+"still be useful for applications that can do color compensation, but you "
3693+"will not see all the colors of your screen change."
3694+msgstr ""
3695+
3696+#. (itstool) path: page/p
3697+#: C/color-missingvcgt.page:24
3698+msgid ""
3699+"In order to create a display profile, which includes both calibration and "
3700+"characterization data, you will need to use a special color measuring "
3701+"instruments called a colorimeter or a spectrometer."
3702+msgstr ""
3703+
3704+#. (itstool) path: info/desc
3705+#: C/color.page:14
3706+msgid ""
3707+"<link xref=\"color-whyimportant\">Why is this important</link>, <link "
3708+"xref=\"color#profiles\">Color profiles</link>, <link "
3709+"xref=\"color#calibration\">How to calibrate a device</link>…"
3710+msgstr ""
3711+
3712+#. (itstool) path: page/title
3713+#: C/color.page:22
3714+msgid "Color management"
3715+msgstr ""
3716+
3717+#. (itstool) path: section/title
3718+#: C/color.page:25
3719+msgid "Color profiles"
3720+msgstr ""
3721+
3722+#. (itstool) path: section/title
3723+#: C/color.page:29
3724+msgid "Calibration"
3725+msgstr ""
3726+
3727+#. (itstool) path: info/desc
3728+#: C/color-virtualdevice.page:8
3729+msgid ""
3730+"A virtual device is a color managed device that is not connected to the "
3731+"computer."
3732+msgstr ""
3733+
3734+#. (itstool) path: page/title
3735+#: C/color-virtualdevice.page:23
3736+msgid "What's a virtual color managed device?"
3737+msgstr ""
3738+
3739+#. (itstool) path: page/p
3740+#: C/color-virtualdevice.page:25
3741+msgid ""
3742+"A virtual device is a color managed device that is not connected to the "
3743+"computer. Examples of this might be:"
3744+msgstr ""
3745+
3746+#. (itstool) path: item/p
3747+#: C/color-virtualdevice.page:32
3748+msgid ""
3749+"An online print-shop where photos are uploaded, printed and sent to you"
3750+msgstr ""
3751+
3752+#. (itstool) path: item/p
3753+#: C/color-virtualdevice.page:33
3754+msgid "Photos from a digital camera stored on a memory card"
3755+msgstr ""
3756+
3757+#. (itstool) path: page/p
3758+#: C/color-virtualdevice.page:36
3759+msgid ""
3760+"To create a virtual profile for a digital camera just drag and drop one of "
3761+"the image files onto the <guiseq><gui>System Settings</gui> "
3762+"<gui>Color</gui></guiseq> dialog. You can then <link xref=\"color-"
3763+"assignprofiles\">assign profiles</link> to it like any other device or even "
3764+"<link xref=\"color-calibrate-camera\">calibrate</link> it."
3765+msgstr ""
3766+
3767+#. (itstool) path: info/desc
3768+#: C/color-whatisprofile.page:7
3769+msgid ""
3770+"A color profile is a simple file that expresses a color space or device "
3771+"response."
3772+msgstr ""
3773+
3774+#. (itstool) path: page/title
3775+#: C/color-whatisprofile.page:16
3776+msgid "What is a color profile?"
3777+msgstr ""
3778+
3779+#. (itstool) path: page/p
3780+#: C/color-whatisprofile.page:18
3781+msgid ""
3782+"A color profile is a set of data that characterizes either a device such as "
3783+"a projector or a color space such as sRGB."
3784+msgstr ""
3785+
3786+#. (itstool) path: page/p
3787+#: C/color-whatisprofile.page:22
3788+msgid ""
3789+"Most color profiles are in the form of an ICC profile, which is a small file "
3790+"with a <input>.ICC</input> or <input>.ICM</input> file extension."
3791+msgstr ""
3792+
3793+#. (itstool) path: page/p
3794+#: C/color-whatisprofile.page:27
3795+msgid ""
3796+"Color profiles can be embedded into images to specify the gamut range of the "
3797+"data. This ensures that users see the same colors on different devices."
3798+msgstr ""
3799+
3800+#. (itstool) path: page/p
3801+#: C/color-whatisprofile.page:32
3802+msgid ""
3803+"Every device that is processing color should have it's own ICC profile and "
3804+"when this is achieved the system is said to have an <em>end-to-end color-"
3805+"managed workflow</em>. With this kind of workflow you can be sure that "
3806+"colors are not being lost or modified."
3807+msgstr ""
3808+
3809+#. (itstool) path: media
3810+#. This is a reference to an external file such as an image or video. When
3811+#. the file changes, the md5 hash will change to let you know you need to
3812+#. update your localized copy. The msgstr is not used at all. Set it to
3813+#. whatever you like once you have updated your copy of the file.
3814+#: C/color-whatisspace.page:48
3815+msgctxt "_"
3816+msgid ""
3817+"external ref='figures/color-space.png' md5='0417f11824ea39b7ab1e31193c19e207'"
3818+msgstr ""
3819+
3820+#. (itstool) path: info/desc
3821+#: C/color-whatisspace.page:8
3822+msgid "A color space is a defined range of colors."
3823+msgstr ""
3824+
3825+#. (itstool) path: page/title
3826+#: C/color-whatisspace.page:17
3827+msgid "What is a color space?"
3828+msgstr ""
3829+
3830+#. (itstool) path: page/p
3831+#: C/color-whatisspace.page:19
3832+msgid ""
3833+"A color space is a defined range of colors. Well known color spaces include "
3834+"sRGB, AdobeRGB and ProPhotoRGB."
3835+msgstr ""
3836+
3837+#. (itstool) path: page/p
3838+#: C/color-whatisspace.page:24
3839+msgid ""
3840+"The human visual system is not a simple RGB sensor, but we can approximate "
3841+"how the eye responds with a CIE 1931 chromaticity diagram that shows the "
3842+"human visual response as a horse-shoe shape. You can see that in human "
3843+"vision there are many more shades of green detected than blue or red. With a "
3844+"trichromatic color space like RGB we represent the colors on the computer "
3845+"using three values, which restricts up to encoding a <em>triangle</em> of "
3846+"colors."
3847+msgstr ""
3848+
3849+#. (itstool) path: note/p
3850+#: C/color-whatisspace.page:36
3851+msgid ""
3852+"Using models such as a CIE 1931 chromaticity diagram is a huge "
3853+"simplification of the human visual system, and real gamuts are expressed as "
3854+"3D hulls, rather than 2D projections. A 2D projection of a 3D shape can "
3855+"sometimes be misleading, so if you want to see the 3D hull, install "
3856+"<code>gnome-color-manager</code> and then run <code>gcm-viewer</code>."
3857+msgstr ""
3858+
3859+#. (itstool) path: figure/desc
3860+#: C/color-whatisspace.page:47
3861+msgid "sRGB, AdobeRGB and ProPhotoRGB represented by white triangles"
3862+msgstr ""
3863+
3864+#. (itstool) path: page/p
3865+#: C/color-whatisspace.page:51
3866+msgid ""
3867+"First, looking at sRGB, which is the smallest space and can encode the least "
3868+"number of colors. It is an approximation of a 10 year old CRT display, and "
3869+"so most modern monitors can easily display more colors than this. sRGB is a "
3870+"<em>least-common-denominator</em> standard and is used in a large number of "
3871+"applications (including the Internet)."
3872+msgstr ""
3873+
3874+#. (itstool) path: page/p
3875+#: C/color-whatisspace.page:59
3876+msgid ""
3877+"AdobeRGB is frequently used as an <em>editing space</em>. It can encode more "
3878+"colors than sRGB, which means you can change colors in a photograph without "
3879+"worrying too much that the most vivid colors are being clipped or the blacks "
3880+"crushed."
3881+msgstr ""
3882+
3883+#. (itstool) path: page/p
3884+#: C/color-whatisspace.page:65
3885+msgid ""
3886+"ProPhoto is the largest space available and is frequently used for document "
3887+"archival. It can encode nearly the whole range of colors detected by the "
3888+"human eye, and even encode colors that the eye cannot detect!"
3889+msgstr ""
3890+
3891+#. (itstool) path: page/p
3892+#: C/color-whatisspace.page:72
3893+msgid ""
3894+"Now, if ProPhoto is clearly better, why don't we use it for everything? The "
3895+"answer is to do with <em>quantization</em>. If you only have 8 bits (256 "
3896+"levels) to encode each channel, then a larger range is going to have bigger "
3897+"steps between each value."
3898+msgstr ""
3899+
3900+#. (itstool) path: page/p
3901+#: C/color-whatisspace.page:78
3902+msgid ""
3903+"Bigger steps mean a larger error between the captured color and the stored "
3904+"color, and for some colors this is a big problem. It turns out that key "
3905+"colors, like skin colors are very important, and even small errors will make "
3906+"untrained viewers notice that something in a photograph looks wrong."
3907+msgstr ""
3908+
3909+#. (itstool) path: page/p
3910+#: C/color-whatisspace.page:85
3911+msgid ""
3912+"Of course, using a 16 bit image is going to leave many more steps and a much "
3913+"smaller quantization error, but this doubles the size of each image file. "
3914+"Most content in existence today is 8bpp, i.e. 8 bits-per-pixel."
3915+msgstr ""
3916+
3917+#. (itstool) path: page/p
3918+#: C/color-whatisspace.page:91
3919+msgid ""
3920+"Color management is a process for converting from one color space to "
3921+"another, where a color space can be a well known defined space like sRGB, or "
3922+"a custom space such as your monitor or printer profile."
3923+msgstr ""
3924+
3925+#. (itstool) path: media
3926+#. This is a reference to an external file such as an image or video. When
3927+#. the file changes, the md5 hash will change to let you know you need to
3928+#. update your localized copy. The msgstr is not used at all. Set it to
3929+#. whatever you like once you have updated your copy of the file.
3930+#: C/color-why-calibrate.page:24
3931+msgctxt "_"
3932+msgid ""
3933+"external ref='figures/color-average.png' "
3934+"md5='9189963fdd14f11f0685a9ef2196279b'"
3935+msgstr ""
3936+
3937+#. (itstool) path: info/desc
3938+#: C/color-why-calibrate.page:7
3939+msgid ""
3940+"Calibrating is important if you care about the colors you display or print."
3941+msgstr ""
3942+
3943+#. (itstool) path: page/title
3944+#: C/color-why-calibrate.page:16
3945+msgid "Why do I need to do calibration myself?"
3946+msgstr ""
3947+
3948+#. (itstool) path: page/p
3949+#: C/color-why-calibrate.page:18
3950+msgid ""
3951+"Generic profiles are usually bad. When a manufacturer creates a new model, "
3952+"they just take a few items from the production line and average them "
3953+"together:"
3954+msgstr ""
3955+
3956+#. (itstool) path: media/p
3957+#: C/color-why-calibrate.page:25
3958+msgid "Averaged profiles"
3959+msgstr ""
3960+
3961+#. (itstool) path: page/p
3962+#: C/color-why-calibrate.page:28
3963+msgid ""
3964+"Display panels differ quite a lot from unit to unit and change substantially "
3965+"as the display ages. It is also more difficult for printers, as just "
3966+"changing the type or weight of paper can invalidate the characterization "
3967+"state and make the profile inaccurate."
3968+msgstr ""
3969+
3970+#. (itstool) path: page/p
3971+#: C/color-why-calibrate.page:36
3972+msgid ""
3973+"The best way of ensuring the profile you have is accurate is by doing the "
3974+"calibration yourself, or by letting an external company supply you with a "
3975+"profile based on your exact characterization state."
3976+msgstr ""
3977+
3978+#. (itstool) path: media
3979+#. This is a reference to an external file such as an image or video. When
3980+#. the file changes, the md5 hash will change to let you know you need to
3981+#. update your localized copy. The msgstr is not used at all. Set it to
3982+#. whatever you like once you have updated your copy of the file.
3983+#: C/color-whyimportant.page:30
3984+msgctxt "_"
3985+msgid ""
3986+"external ref='figures/color-camera.png' "
3987+"md5='3c7319d2fde00e55eaca8f5318667a66'"
3988+msgstr ""
3989+
3990+#. (itstool) path: media
3991+#. This is a reference to an external file such as an image or video. When
3992+#. the file changes, the md5 hash will change to let you know you need to
3993+#. update your localized copy. The msgstr is not used at all. Set it to
3994+#. whatever you like once you have updated your copy of the file.
3995+#: C/color-whyimportant.page:40
3996+msgctxt "_"
3997+msgid ""
3998+"external ref='figures/color-display.png' "
3999+"md5='a4cd5c10c2fe44a82d6096963573cd8e'"
4000+msgstr ""
4001+
4002+#. (itstool) path: media
4003+#. This is a reference to an external file such as an image or video. When
4004+#. the file changes, the md5 hash will change to let you know you need to
4005+#. update your localized copy. The msgstr is not used at all. Set it to
4006+#. whatever you like once you have updated your copy of the file.
4007+#: C/color-whyimportant.page:50
4008+msgctxt "_"
4009+msgid ""
4010+"external ref='figures/color-printer.png' "
4011+"md5='42cae5a5d2aac8c774b76f7b41cc921c'"
4012+msgstr ""
4013+
4014+#. (itstool) path: info/desc
4015+#: C/color-whyimportant.page:7
4016+msgid ""
4017+"Color management is important for designers, photographers and artists."
4018+msgstr ""
4019+
4020+#. (itstool) path: page/title
4021+#: C/color-whyimportant.page:16
4022+msgid "Why is color management important?"
4023+msgstr ""
4024+
4025+#. (itstool) path: page/p
4026+#: C/color-whyimportant.page:17
4027+msgid ""
4028+"Color management is the process of capturing a color using an input device, "
4029+"displaying it on a screen, and printing it all whilst managing the exact "
4030+"colors and the range of colors on each medium."
4031+msgstr ""
4032+
4033+#. (itstool) path: page/p
4034+#: C/color-whyimportant.page:23
4035+msgid ""
4036+"The need for color management is probably explained best with a photograph "
4037+"of a bird on a frosty day in winter."
4038+msgstr ""
4039+
4040+#. (itstool) path: figure/desc
4041+#: C/color-whyimportant.page:29
4042+msgid "A bird on a frosty wall as seen on the camera view-finder"
4043+msgstr ""
4044+
4045+#. (itstool) path: page/p
4046+#: C/color-whyimportant.page:33
4047+msgid ""
4048+"Displays typically over-saturate the blue channel, making the images look "
4049+"cold."
4050+msgstr ""
4051+
4052+#. (itstool) path: figure/desc
4053+#: C/color-whyimportant.page:39
4054+msgid "This is what the user sees on a typical business laptop screen"
4055+msgstr ""
4056+
4057+#. (itstool) path: page/p
4058+#: C/color-whyimportant.page:43
4059+msgid ""
4060+"Notice how the white is not 'paper white' and the black of the eye is now a "
4061+"muddy brown."
4062+msgstr ""
4063+
4064+#. (itstool) path: figure/desc
4065+#: C/color-whyimportant.page:49
4066+msgid "This is what the user sees when printing on a typical inkjet printer"
4067+msgstr ""
4068+
4069+#. (itstool) path: page/p
4070+#: C/color-whyimportant.page:53
4071+msgid ""
4072+"The basic problem we have here is that each device is capable of handling a "
4073+"different range of colors. So while you might be able to take a photo of "
4074+"electric blue, most printers are not going to be able to reproduce it."
4075+msgstr ""
4076+
4077+#. (itstool) path: page/p
4078+#: C/color-whyimportant.page:59
4079+msgid ""
4080+"Most image devices capture in RGB (Red, Green, Blue) and have to convert to "
4081+"CMYK (Cyan, Magenta, Yellow, and Black) to print. Another problem is that "
4082+"you can't have <em>white</em> ink, and so the whiteness can only be as good "
4083+"as the paper color."
4084+msgstr ""
4085+
4086+#. (itstool) path: page/p
4087+#: C/color-whyimportant.page:66
4088+msgid ""
4089+"Another problem is units. Without specifying the scale on which a color is "
4090+"measured, we don't know if 100% red is near infrared or just the deepest red "
4091+"ink in the printer. What is 50% red on one display is probably something "
4092+"like 62% on another display. It's like telling a person that you've just "
4093+"driven 7 units of distance, without the unit you don't know if that's 7 "
4094+"kilometers or 7 meters."
4095+msgstr ""
4096+
4097+#. (itstool) path: page/p
4098+#: C/color-whyimportant.page:76
4099+msgid ""
4100+"In color, we refer to the units as gamut. Gamut is essentially the range of "
4101+"colors that can be reproduced. A device like a DSLR camera might have a very "
4102+"large gamut, being able to capture all the colors in a sunset, but a "
4103+"projector has a very small gamut and all the colors are going to look "
4104+"\"washed out\"."
4105+msgstr ""
4106+
4107+#. (itstool) path: page/p
4108+#: C/color-whyimportant.page:84
4109+msgid ""
4110+"In some cases we can <em>correct</em> the device output by altering the data "
4111+"we send to it, but in other cases where that's not possible (you can't print "
4112+"electric blue) we need to show the user what the result is going to look "
4113+"like."
4114+msgstr ""
4115+
4116+#. (itstool) path: page/p
4117+#: C/color-whyimportant.page:91
4118+msgid ""
4119+"For photographs it makes sense to use the full tonal range of a color "
4120+"device, to be able to make smooth changes in color. For other graphics, you "
4121+"might want to match the color exactly, which is important if you're trying "
4122+"to print a custom mug with the Red Hat logo that <em>has</em> to be the "
4123+"exact Red Hat Red."
4124+msgstr ""
4125+
4126+#. (itstool) path: credit/name
4127+#: C/contacts-add-remove.page:11
4128+msgid "Lucie Hankey"
4129+msgstr ""
4130+
4131+#. (itstool) path: info/desc
4132+#: C/contacts-add-remove.page:22
4133+msgid "Add or remove a contact in the local address book."
4134+msgstr ""
4135+
4136+#. (itstool) path: page/title
4137+#: C/contacts-add-remove.page:26
4138+msgid "Add or remove a contact"
4139+msgstr ""
4140+
4141+#. (itstool) path: page/p
4142+#: C/contacts-add-remove.page:28
4143+msgid "To add a contact:"
4144+msgstr ""
4145+
4146+#. (itstool) path: item/p
4147+#: C/contacts-add-remove.page:31
4148+#: C/contacts-add-remove.page:42
4149+msgid "Click <gui style=\"button\">New</gui>."
4150+msgstr ""
4151+
4152+#. (itstool) path: item/p
4153+#: C/contacts-add-remove.page:32
4154+msgid ""
4155+"In the <gui>New contact</gui> window, enter the contact name and the desired "
4156+"information. Click on the menu next to each field to choose <gui>Work</gui>, "
4157+"<gui>Home</gui>, <gui>Other</gui>, or <gui>Custom…</gui> (<gui>Custom</gui> "
4158+"allows you to type in your own category name.)"
4159+msgstr ""
4160+
4161+#. (itstool) path: item/p
4162+#: C/contacts-add-remove.page:36
4163+msgid "Click <gui style=\"button\">Create Contact</gui>."
4164+msgstr ""
4165+
4166+#. (itstool) path: page/p
4167+#: C/contacts-add-remove.page:39
4168+msgid "To remove a contact:"
4169+msgstr ""
4170+
4171+#. (itstool) path: item/p
4172+#: C/contacts-add-remove.page:43
4173+msgid ""
4174+"Right-click the contact name in the right pane and select <gui>Delete</gui> ."
4175+msgstr ""
4176+
4177+#. (itstool) path: item/p
4178+#: C/contacts-add-remove.page:45
4179+msgid "Click <gui style=\"button\">X</gui> to confirm."
4180+msgstr ""
4181+
4182+#. (itstool) path: info/desc
4183+#: C/contacts-connect.page:15
4184+msgid "Email, chat with, or phone a contact."
4185+msgstr ""
4186+
4187+#. (itstool) path: page/title
4188+#: C/contacts-connect.page:18
4189+msgid "Connect with your contact"
4190+msgstr ""
4191+
4192+#. (itstool) path: page/p
4193+#: C/contacts-connect.page:26
4194+msgid "To email, chat with, or phone someone in <app>Contacts</app>:"
4195+msgstr ""
4196+
4197+#. (itstool) path: item/p
4198+#: C/contacts-connect.page:29
4199+msgid "Select the contact you wish to contact in the left pane."
4200+msgstr ""
4201+
4202+#. (itstool) path: item/p
4203+#: C/contacts-connect.page:32
4204+msgid "Choose email, chat, or phone from the button bar in the right pane."
4205+msgstr ""
4206+
4207+#. (itstool) path: item/p
4208+#: C/contacts-connect.page:33
4209+msgid ""
4210+"The corresponding application will be launched using the contact's details."
4211+msgstr ""
4212+
4213+#. (itstool) path: info/desc
4214+#: C/contacts-edit-details.page:6
4215+msgid "Edit the information for each contact."
4216+msgstr ""
4217+
4218+#. (itstool) path: page/title
4219+#: C/contacts-edit-details.page:25
4220+msgid "Edit contact details"
4221+msgstr ""
4222+
4223+#. (itstool) path: page/p
4224+#: C/contacts-edit-details.page:27
4225+msgid ""
4226+"Editing contact details helps you keep the information in your address book "
4227+"up to date and complete."
4228+msgstr ""
4229+
4230+#. (itstool) path: item/p
4231+#: C/contacts-edit-details.page:31
4232+msgid "Select the contact you wish to edit in the left pane."
4233+msgstr ""
4234+
4235+#. (itstool) path: item/p
4236+#: C/contacts-edit-details.page:34
4237+msgid ""
4238+"In the right pane, click on the contact's avatar or any text information to "
4239+"change."
4240+msgstr ""
4241+
4242+#. (itstool) path: item/p
4243+#: C/contacts-edit-details.page:38
4244+msgid ""
4245+"To add information that isn't shown, or an additional phone number or e-mail "
4246+"address, click <gui style=\"button\">Add detail…</gui> Select a field from "
4247+"the list and click <gui style=\"button\">OK</gui>, and fill in the "
4248+"information."
4249+msgstr ""
4250+
4251+#. (itstool) path: note/p
4252+#: C/contacts-edit-details.page:47
4253+msgid ""
4254+"In the case of linked contacts, you can edit a profile by clicking on the "
4255+"profile's avatar."
4256+msgstr ""
4257+
4258+#. (itstool) path: info/desc
4259+#: C/contacts-link-unlink.page:9
4260+msgid "Combine information for a contact from multiple sources."
4261+msgstr ""
4262+
4263+#. (itstool) path: page/title
4264+#: C/contacts-link-unlink.page:25
4265+msgid "Link/Unlink Contacts"
4266+msgstr ""
4267+
4268+#. (itstool) path: section/title
4269+#: C/contacts-link-unlink.page:28
4270+msgid "Link contacts"
4271+msgstr ""
4272+
4273+#. (itstool) path: section/p
4274+#: C/contacts-link-unlink.page:30
4275+msgid ""
4276+"Linking contacts is the combining of the same contact from multiple services "
4277+"into one Contacts entry. This feature helps you keep your address book "
4278+"organized, with all details about one contact in one place."
4279+msgstr ""
4280+
4281+#. (itstool) path: item/p
4282+#: C/contacts-link-unlink.page:35
4283+msgid "Select the contact you wish to link in the left pane."
4284+msgstr ""
4285+
4286+#. (itstool) path: item/p
4287+#: C/contacts-link-unlink.page:38
4288+msgid ""
4289+"Right-click on any editable element in the right pane and select "
4290+"<gui>Add/Remove Linked Contacts…</gui>."
4291+msgstr ""
4292+
4293+#. (itstool) path: item/p
4294+#: C/contacts-link-unlink.page:42
4295+msgid "Select the entry you wish to link with the first contact entry."
4296+msgstr ""
4297+
4298+#. (itstool) path: item/p
4299+#: C/contacts-link-unlink.page:45
4300+msgid "Click <gui>Link</gui>"
4301+msgstr ""
4302+
4303+#. (itstool) path: item/p
4304+#: C/contacts-link-unlink.page:48
4305+msgid "If you wish to link a third contact entry, repeat the last two steps."
4306+msgstr ""
4307+
4308+#. (itstool) path: item/p
4309+#: C/contacts-link-unlink.page:51
4310+msgid "When you are finished, click <gui>Close</gui>."
4311+msgstr ""
4312+
4313+#. (itstool) path: note/p
4314+#: C/contacts-link-unlink.page:57
4315+msgid ""
4316+"If you linked two contacts accidentally and want to undo the action, follow "
4317+"the steps for unlinking contacts."
4318+msgstr ""
4319+
4320+#. (itstool) path: section/title
4321+#: C/contacts-link-unlink.page:65
4322+msgid "Unlink contacts"
4323+msgstr ""
4324+
4325+#. (itstool) path: section/p
4326+#: C/contacts-link-unlink.page:67
4327+msgid "You may want to unlink contacts if one of the entries is out of date."
4328+msgstr ""
4329+
4330+#. (itstool) path: item/p
4331+#: C/contacts-link-unlink.page:70
4332+msgid "Select the contact you wish to unlink in the left pane."
4333+msgstr ""
4334+
4335+#. (itstool) path: item/p
4336+#: C/contacts-link-unlink.page:73
4337+msgid "Locate the section you wish to unlink in the right pane."
4338+msgstr ""
4339+
4340+#. (itstool) path: item/p
4341+#: C/contacts-link-unlink.page:76
4342+msgid "Click <gui>Unlink</gui>."
4343+msgstr ""
4344+
4345+#. (itstool) path: info/desc
4346+#: C/contacts.page:18
4347+msgid "Access your contacts."
4348+msgstr ""
4349+
4350+#. (itstool) path: page/title
4351+#: C/contacts.page:22
4352+msgid "Contacts"
4353+msgstr ""
4354+
4355+#. (itstool) path: page/p
4356+#: C/contacts.page:24
4357+msgid ""
4358+"Use <app>Contacts</app> to store, access or edit information for your "
4359+"contacts, locally or in your <link xref=\"accounts\">Online Accounts</link>."
4360+msgstr ""
4361+
4362+#. (itstool) path: info/desc
4363+#: C/contacts-search.page:6
4364+msgid "Search for a contact."
4365+msgstr ""
4366+
4367+#. (itstool) path: page/title
4368+#: C/contacts-search.page:25
4369+msgid "Search for a contact"
4370+msgstr ""
4371+
4372+#. (itstool) path: item/p
4373+#: C/contacts-search.page:44
4374+msgid ""
4375+"Press <keyseq><key>Ctrl</key><key>F</key></keyseq> to open the search box."
4376+msgstr ""
4377+
4378+#. (itstool) path: item/p
4379+#: C/contacts-search.page:47
4380+msgid "Start typing the name of the contact."
4381+msgstr ""
4382+
4383+#. (itstool) path: note/p
4384+#: C/contacts-search.page:53
4385+msgid "Press <key>Esc</key> to close the search box."
4386+msgstr ""
4387+
4388+#. (itstool) path: info/desc
4389+#: C/contacts-setup.page:15
4390+msgid "Store your contacts in a local address book or in an online account."
4391+msgstr ""
4392+
4393+#. (itstool) path: page/title
4394+#: C/contacts-setup.page:18
4395+msgid "Starting Contacts for the first time"
4396+msgstr ""
4397+
4398+#. (itstool) path: page/p
4399+#: C/contacts-setup.page:26
4400+msgid ""
4401+"When you run <app>Contacts</app> for the first time, the <gui>Contacts "
4402+"Setup</gui> window opens."
4403+msgstr ""
4404+
4405+#. (itstool) path: page/p
4406+#: C/contacts-setup.page:29
4407+msgid ""
4408+"If you have <link xref=\"accounts\">online accounts</link> configured, they "
4409+"are listed with <gui>Local Address Book</gui>. Select an item from the list "
4410+"and click <gui style=\"button\">Select</gui>."
4411+msgstr ""
4412+
4413+#. (itstool) path: note/p
4414+#: C/contacts-setup.page:34
4415+msgid ""
4416+"Click the <gui style=\"button\">Online Account Settings</gui> to edit "
4417+"existing account settings."
4418+msgstr ""
4419+
4420+#. (itstool) path: page/p
4421+#: C/contacts-setup.page:38
4422+msgid ""
4423+"If you have no online accounts configured, click <gui "
4424+"style=\"button\">Online Accounts</gui> to begin the setup. If you don't wish "
4425+"to set up online accounts at this time, click <gui style=\"button\">Local "
4426+"Address Book</gui>."
4427+msgstr ""
4428+
4429+#. (itstool) path: info/desc
4430+#: C/clock.page:8
4431+msgid ""
4432+"<link xref=\"clock-set\">Set time and date</link>, <link xref=\"clock-"
4433+"timezone\">timezone</link>, <link xref=\"clock-calendar\">calendar and "
4434+"appointments</link>…"
4435+msgstr ""
4436+
4437+#. (itstool) path: page/title
4438+#: C/clock.page:25
4439+msgid "Time &amp; date"
4440+msgstr ""
4441+
4442+#. (itstool) path: info/desc
4443+#: C/clock-calendar.page:8
4444+msgid "Display your appointments on the calendar at the top of the screen."
4445+msgstr ""
4446+
4447+#. (itstool) path: page/title
4448+#: C/clock-calendar.page:21
4449+msgid "View appointments in your calendar"
4450+msgstr ""
4451+
4452+#. (itstool) path: page/p
4453+#: C/clock-calendar.page:24
4454+msgid ""
4455+"You can organize your calendar appointments by clicking on the clock in the "
4456+"panel, if you're using a mail and calendar application called "
4457+"<app>Evolution</app>."
4458+msgstr ""
4459+
4460+#. (itstool) path: page/p
4461+#: C/clock-calendar.page:27
4462+msgid ""
4463+"If you have already set up Evolution, click the clock on the menu bar and "
4464+"then click the <gui>Add Event</gui> to start adding appointments. As "
4465+"appointments are added, they will appear below the calendar when you click "
4466+"on the clock."
4467+msgstr ""
4468+
4469+#. (itstool) path: page/p
4470+#: C/clock-calendar.page:31
4471+msgid ""
4472+"To quickly get to the full Evolution calendar, click on the clock and click "
4473+"the first line where today's date is."
4474+msgstr ""
4475+
4476+#. (itstool) path: note/p
4477+#: C/clock-calendar.page:40
4478+msgid ""
4479+"This will work only if you have an existing <app>Evolution</app> account. "
4480+"Otherwise, a window will appear with the necessary steps for adding your "
4481+"first account."
4482+msgstr ""
4483+
4484+#. (itstool) path: section/title
4485+#: C/clock-calendar.page:44
4486+msgid "Turn off Evolution calendar integration"
4487+msgstr ""
4488+
4489+#. (itstool) path: section/p
4490+#: C/clock-calendar.page:45
4491+msgid "You can also turn off this feature if you like."
4492+msgstr ""
4493+
4494+#. (itstool) path: item/p
4495+#: C/clock-calendar.page:48
4496+#: C/clock-timezone.page:24
4497+msgid "Click on the clock and select <gui>Time &amp; Date Settings</gui>."
4498+msgstr ""
4499+
4500+#. (itstool) path: item/p
4501+#: C/clock-calendar.page:49
4502+msgid "Now, switch to the <gui>Clock</gui> tab."
4503+msgstr ""
4504+
4505+#. (itstool) path: item/p
4506+#: C/clock-calendar.page:50
4507+msgid "Uncheck <gui>Coming events from Evolution Calendar</gui>."
4508+msgstr ""
4509+
4510+#. (itstool) path: info/desc
4511+#: C/clock-more-info.page:7
4512+msgid ""
4513+"Choose to show additional information such as the date or day of the week."
4514+msgstr ""
4515+
4516+#. (itstool) path: credit/name
4517+#: C/clock-more-info.page:10
4518+#: C/clock-set.page:16
4519+#: C/shell-apps-favorites.page:20
4520+#: C/shell-windows-switching.page:19
4521+#: C/video-dvd-restricted.page:13
4522+msgid "Ubuntu Documentation Project"
4523+msgstr ""
4524+
4525+#. (itstool) path: page/title
4526+#: C/clock-more-info.page:17
4527+msgid "Change how much information is shown in the clock"
4528+msgstr ""
4529+
4530+#. (itstool) path: page/p
4531+#: C/clock-more-info.page:19
4532+msgid ""
4533+"By default, Ubuntu only shows the time in the clock. You can set the clock "
4534+"to show additional information if you choose."
4535+msgstr ""
4536+
4537+#. (itstool) path: page/p
4538+#: C/clock-more-info.page:22
4539+msgid ""
4540+"Click on the clock and select <gui>Time &amp; Date Settings</gui>. Switch to "
4541+"the <gui>Clock</gui> tab. Select the time and date options you want to "
4542+"display."
4543+msgstr ""
4544+
4545+#. (itstool) path: note/p
4546+#: C/clock-more-info.page:25
4547+msgid ""
4548+"You can also turn the clock off entirely by unchecking <gui>Show a clock in "
4549+"the menu bar</gui>."
4550+msgstr ""
4551+
4552+#. (itstool) path: note/p
4553+#: C/clock-more-info.page:27
4554+msgid ""
4555+"If you later change your mind, you can get the clock back by clicking the "
4556+"icon in the very right of the menu bar and selecting <gui>System "
4557+"Settings</gui>. In the System section, click <gui>Time &amp; Date</gui>."
4558+msgstr ""
4559+
4560+#. (itstool) path: section/title
4561+#: C/clock-more-info.page:32
4562+msgid "Change the date format"
4563+msgstr ""
4564+
4565+#. (itstool) path: section/p
4566+#: C/clock-more-info.page:33
4567+msgid ""
4568+"You can also change the clock's date format to match the preferred standard "
4569+"for your location."
4570+msgstr ""
4571+
4572+#. (itstool) path: item/p
4573+#: C/clock-more-info.page:36
4574+#: C/keyboard-layouts.page:34
4575+#: C/keyboard-osk.page:34
4576+#: C/keyboard-repeat-keys.page:41
4577+#: C/keyboard-shortcuts-set.page:41
4578+#: C/net-proxy.page:45
4579+#: C/net-wireless-adhoc.page:42
4580+#: C/session-language.page:40
4581+#: C/unity-launcher-change-size.page:24
4582+msgid ""
4583+"Click the icon at the very right of the menu bar and select <gui>System "
4584+"Settings</gui>."
4585+msgstr ""
4586+
4587+#. (itstool) path: item/p
4588+#: C/clock-more-info.page:37
4589+msgid "In the Personal section, click <gui>Language Support</gui>."
4590+msgstr ""
4591+
4592+#. (itstool) path: item/p
4593+#: C/clock-more-info.page:38
4594+msgid "Switch to the <gui>Regional Formats</gui> tab."
4595+msgstr ""
4596+
4597+#. (itstool) path: item/p
4598+#: C/clock-more-info.page:39
4599+msgid "Select your preferred location in the dropdown list."
4600+msgstr ""
4601+
4602+#. (itstool) path: item/p
4603+#: C/clock-more-info.page:40
4604+msgid ""
4605+"You will need to <link xref=\"shell-exit\">log out</link> and log back in "
4606+"for this change to take effect."
4607+msgstr ""
4608+
4609+#. (itstool) path: info/desc
4610+#: C/clock-set.page:8
4611+msgid "Update the time/date displayed at the top of the screen."
4612+msgstr ""
4613+
4614+#. (itstool) path: page/title
4615+#: C/clock-set.page:23
4616+msgid "Change the time and date"
4617+msgstr ""
4618+
4619+#. (itstool) path: item/p
4620+#: C/clock-set.page:27
4621+msgid ""
4622+"To adjust the time and date, click on the clock located in the <gui>menu "
4623+"bar</gui> and select <gui>Time &amp; Date Settings</gui>."
4624+msgstr ""
4625+
4626+#. (itstool) path: item/p
4627+#: C/clock-set.page:31
4628+msgid ""
4629+"Click on <gui>Unlock</gui> and type your password to be able to change the "
4630+"system time zone by clicking on the map or entering your city into the "
4631+"<gui>Location</gui> box."
4632+msgstr ""
4633+
4634+#. (itstool) path: item/p
4635+#: C/clock-set.page:35
4636+msgid ""
4637+"By default, Ubuntu periodically synchronizes the clock with a very accurate "
4638+"clock on the Internet so you don't have to set your clock manually."
4639+msgstr ""
4640+
4641+#. (itstool) path: info/desc
4642+#: C/clock-timezone.page:7
4643+msgid "Add other timezones so you can see what time it is in other cities."
4644+msgstr ""
4645+
4646+#. (itstool) path: page/title
4647+#: C/clock-timezone.page:18
4648+msgid "Show other timezones"
4649+msgstr ""
4650+
4651+#. (itstool) path: page/p
4652+#: C/clock-timezone.page:19
4653+msgid ""
4654+"If you want to know what time it is in different cities around the world, "
4655+"you can add additional timezones to the clock menu. These additional cities "
4656+"will show up below the calendar when you click on the clock."
4657+msgstr ""
4658+
4659+#. (itstool) path: item/p
4660+#: C/clock-timezone.page:25
4661+msgid ""
4662+"Switch to the <gui>Clock</gui> tab and select <gui>Time in other "
4663+"locations</gui>."
4664+msgstr ""
4665+
4666+#. (itstool) path: item/p
4667+#: C/clock-timezone.page:26
4668+msgid "Click <gui>Choose locations</gui>."
4669+msgstr ""
4670+
4671+#. (itstool) path: item/p
4672+#: C/clock-timezone.page:27
4673+msgid "Click <gui>+</gui> to add a location."
4674+msgstr ""
4675+
4676+#. (itstool) path: item/p
4677+#: C/clock-timezone.page:28
4678+msgid ""
4679+"Fill in the Location blank with the city name you want to add. Wait a moment "
4680+"for a list of possible cities to show up in the drop-down list."
4681+msgstr ""
4682+
4683+#. (itstool) path: item/p
4684+#: C/clock-timezone.page:30
4685+msgid ""
4686+"Select the city you want and the current time in that location will fill in "
4687+"automatically."
4688+msgstr ""
4689+
4690+#. (itstool) path: item/p
4691+#: C/clock-timezone.page:32
4692+msgid "Click <gui>-</gui> to delete a city from the list."
4693+msgstr ""
4694+
4695+#. (itstool) path: item/p
4696+#: C/clock-timezone.page:33
4697+msgid ""
4698+"You can also drag and drop the cities in this <gui>Locations</gui> window to "
4699+"change the order in which they will show up in the clock menu."
4700+msgstr ""
4701+
4702+#. (itstool) path: info/desc
4703+#: C/disk.page:15
4704+msgid ""
4705+"<link xref=\"disk-capacity\">Disk space</link>, <link xref=\"disk-"
4706+"benchmark\">performance</link>, <link xref=\"disk-check\">problems</link>, "
4707+"<link xref=\"disk-partitions\">volumes and partitions</link>…"
4708+msgstr ""
4709+
4710+#. (itstool) path: page/title
4711+#: C/disk.page:25
4712+msgid "Disks &amp; storage"
4713+msgstr ""
4714+
4715+#. (itstool) path: credit/name
4716+#: C/disk-benchmark.page:15
4717+#: C/disk-capacity.page:12
4718+#: C/disk-check.page:13
4719+#: C/display-dimscreen.page:21
4720+#: C/keyboard-cursor-blink.page:18
4721+#: C/keyboard-repeat-keys.page:15
4722+#: C/look-background.page:22
4723+#: C/look-display-fuzzy.page:17
4724+#: C/look-resolution.page:17
4725+msgid "Natalia Ruz Leiva"
4726+msgstr ""
4727+
4728+#. (itstool) path: info/desc
4729+#: C/disk-benchmark.page:23
4730+msgid "Run benchmarks on your hard disk to check how fast it is."
4731+msgstr ""
4732+
4733+#. (itstool) path: page/title
4734+#: C/disk-benchmark.page:27
4735+msgid "Test the performance of your hard disk"
4736+msgstr ""
4737+
4738+#. (itstool) path: page/p
4739+#: C/disk-benchmark.page:29
4740+msgid "To test the speed of your hard disk:"
4741+msgstr ""
4742+
4743+#. (itstool) path: item/p
4744+#: C/disk-benchmark.page:34
4745+msgid ""
4746+"Open the <app>Disks</app> application from the <link xref=\"unity-dash-"
4747+"intro\">dash</link>."
4748+msgstr ""
4749+
4750+#. (itstool) path: item/p
4751+#: C/disk-benchmark.page:37
4752+msgid "Choose the hard disk from the <gui>Disk Drives</gui> list."
4753+msgstr ""
4754+
4755+#. (itstool) path: item/p
4756+#: C/disk-benchmark.page:40
4757+msgid "Click the gear button and select <gui>Benchmark Drive</gui>."
4758+msgstr ""
4759+
4760+#. (itstool) path: item/p
4761+#: C/disk-benchmark.page:43
4762+msgid ""
4763+"Click <gui>Start Benchmark</gui> and adjust the <gui>Transfer Rate</gui> and "
4764+"<gui>Access Time</gui> parameters as desired."
4765+msgstr ""
4766+
4767+#. (itstool) path: item/p
4768+#: C/disk-benchmark.page:47
4769+msgid ""
4770+"Click <gui>Start Benchmarking</gui> to test how fast data can be read from "
4771+"the disk. <link xref=\"user-admin-explain\">Administrative privileges</link> "
4772+"may be required. Enter your password, or the password for the requested "
4773+"administrator account."
4774+msgstr ""
4775+
4776+#. (itstool) path: note/p
4777+#: C/disk-benchmark.page:52
4778+msgid ""
4779+"If <gui>Also perform write-benchmark</gui> is checked, the benchmark will "
4780+"test how fast data can be read from and written to the disk. This will take "
4781+"longer to complete."
4782+msgstr ""
4783+
4784+#. (itstool) path: page/p
4785+#: C/disk-benchmark.page:60
4786+msgid ""
4787+"When the test is finished, the results will appear on the graph. The green "
4788+"points and connecting lines indicate the samples taken; these correspond to "
4789+"the right axis, showing access time, plotted against the bottom axis, "
4790+"representing percentage time elapsed during the benchmark. The blue line "
4791+"represents read rates, while the red line represents write rates; these are "
4792+"shown as access data rates on the left axis, plotted against percentage of "
4793+"the disk traveled, from the outside to the spindle, along the bottom axis."
4794+msgstr ""
4795+
4796+#. (itstool) path: page/p
4797+#: C/disk-benchmark.page:68
4798+msgid ""
4799+"Below the graph, values are displayed for minimum, maximum and average read "
4800+"and write rates, average access time and time elapsed since the last "
4801+"benchmark test."
4802+msgstr ""
4803+
4804+#. (itstool) path: info/desc
4805+#: C/disk-capacity.page:22
4806+msgid ""
4807+"Use <gui>Disk Usage Analyzer</gui> or <gui>System Monitor</gui> to check "
4808+"space and capacity."
4809+msgstr ""
4810+
4811+#. (itstool) path: page/title
4812+#: C/disk-capacity.page:27
4813+msgid "Check how much disk space is left"
4814+msgstr ""
4815+
4816+#. (itstool) path: page/p
4817+#: C/disk-capacity.page:29
4818+msgid ""
4819+"You can check how much disk space is left with <app>Disk Usage "
4820+"Analyzer</app> or <app>System Monitor</app>."
4821+msgstr ""
4822+
4823+#. (itstool) path: section/title
4824+#: C/disk-capacity.page:33
4825+msgid "Check with Disk Usage Analyzer"
4826+msgstr ""
4827+
4828+#. (itstool) path: section/p
4829+#: C/disk-capacity.page:35
4830+msgid ""
4831+"To check the free disk space and disk capacity using <app>Disk Usage "
4832+"Analyzer</app>:"
4833+msgstr ""
4834+
4835+#. (itstool) path: item/p
4836+#: C/disk-capacity.page:40
4837+msgid ""
4838+"Open the <app>Disks</app> application from the <gui>dash</gui>. The window "
4839+"will display the <gui>Total file system capacity</gui> and <gui>Total file "
4840+"system usage</gui>."
4841+msgstr ""
4842+
4843+#. (itstool) path: item/p
4844+#: C/disk-capacity.page:45
4845+msgid ""
4846+"Click one of the toolbar buttons to choose to <gui>Scan Home</gui>, "
4847+"<gui>Scan filesystem</gui>, <gui>Scan a folder</gui>, or <gui>Scan a remote "
4848+"folder</gui>."
4849+msgstr ""
4850+
4851+#. (itstool) path: section/p
4852+#: C/disk-capacity.page:50
4853+msgid ""
4854+"The information is displayed according to <gui>Folder</gui>, "
4855+"<gui>Usage</gui>, <gui>Size</gui> and <gui>Contents</gui>. See more details "
4856+"in <link href=\"help:baobab\"><app>Disk Usage Analyzer</app></link>."
4857+msgstr ""
4858+
4859+#. (itstool) path: section/title
4860+#: C/disk-capacity.page:58
4861+msgid "Check with System Monitor"
4862+msgstr ""
4863+
4864+#. (itstool) path: section/p
4865+#: C/disk-capacity.page:60
4866+msgid ""
4867+"To check the free disk space and disk capacity with <app>System "
4868+"Monitor</app>:"
4869+msgstr ""
4870+
4871+#. (itstool) path: item/p
4872+#: C/disk-capacity.page:64
4873+msgid ""
4874+"Open the <app>System Monitor</app> application from the <gui>dash</gui>."
4875+msgstr ""
4876+
4877+#. (itstool) path: item/p
4878+#: C/disk-capacity.page:67
4879+msgid ""
4880+"Select the <gui>File Systems</gui> tab to view the system's partitions and "
4881+"disk space usage. The information is displayed according to "
4882+"<gui>Total</gui>, <gui>Free</gui>, <gui>Available</gui> and <gui>Used</gui>."
4883+msgstr ""
4884+
4885+#. (itstool) path: section/title
4886+#: C/disk-capacity.page:76
4887+msgid "What if the disk is too full?"
4888+msgstr ""
4889+
4890+#. (itstool) path: section/p
4891+#: C/disk-capacity.page:78
4892+msgid "If the disk is too full you should:"
4893+msgstr ""
4894+
4895+#. (itstool) path: item/p
4896+#: C/disk-capacity.page:82
4897+msgid "Delete files that aren't important or that you won't use anymore."
4898+msgstr ""
4899+
4900+#. (itstool) path: item/p
4901+#: C/disk-capacity.page:85
4902+msgid ""
4903+"Make <link xref=\"backup-why\">backups</link> of the important files that "
4904+"you won't need for a while and delete them from the hard drive."
4905+msgstr ""
4906+
4907+#. (itstool) path: info/desc
4908+#: C/disk-check.page:23
4909+msgid "Test your hard disk for problems to make sure that it's healthy."
4910+msgstr ""
4911+
4912+#. (itstool) path: page/title
4913+#: C/disk-check.page:27
4914+msgid "Check your hard disk for problems"
4915+msgstr ""
4916+
4917+#. (itstool) path: section/title
4918+#: C/disk-check.page:30
4919+msgid "Checking the hard disk"
4920+msgstr ""
4921+
4922+#. (itstool) path: section/p
4923+#: C/disk-check.page:31
4924+msgid ""
4925+"Hard disks have a built-in health-check tool called <app>SMART</app> (Self-"
4926+"Monitoring, Analysis, and Reporting Technology), which continually checks "
4927+"the disk for potential problems. SMART also warns you if the disk is about "
4928+"to fail, helping you avoid loss of important data."
4929+msgstr ""
4930+
4931+#. (itstool) path: section/p
4932+#: C/disk-check.page:36
4933+msgid ""
4934+"Although SMART runs automatically, you can also check your disk's health by "
4935+"running the <app>Disks</app> application:"
4936+msgstr ""
4937+
4938+#. (itstool) path: steps/title
4939+#: C/disk-check.page:40
4940+msgid "Check your disk's health using the Disks application"
4941+msgstr ""
4942+
4943+#. (itstool) path: item/p
4944+#: C/disk-check.page:43
4945+#: C/disk-format.page:30
4946+msgid "Open the <app>Disks</app> application from the <gui>dash</gui>."
4947+msgstr ""
4948+
4949+#. (itstool) path: item/p
4950+#: C/disk-check.page:46
4951+msgid ""
4952+"Select the disk you want to check from the <gui>Storage Devices</gui> list. "
4953+"Information and status of the disk will appear under <gui>Drive</gui>."
4954+msgstr ""
4955+
4956+#. (itstool) path: item/p
4957+#: C/disk-check.page:50
4958+msgid "<gui>SMART Status</gui> should say \"Disk is healthy\"."
4959+msgstr ""
4960+
4961+#. (itstool) path: item/p
4962+#: C/disk-check.page:53
4963+msgid ""
4964+"Click the <gui>SMART Data</gui> button to view more drive information, or to "
4965+"run a self-test."
4966+msgstr ""
4967+
4968+#. (itstool) path: section/title
4969+#: C/disk-check.page:63
4970+msgid "What if the disk isn't healthy?"
4971+msgstr ""
4972+
4973+#. (itstool) path: section/p
4974+#: C/disk-check.page:65
4975+msgid ""
4976+"Even if the <gui>SMART Status</gui> indicates that the disk <em>isn't</em> "
4977+"healthy, there may be no cause for alarm. However, it's better to be "
4978+"prepared with a <link xref=\"backup-why\">backup</link> to prevent data loss."
4979+msgstr ""
4980+
4981+#. (itstool) path: section/p
4982+#: C/disk-check.page:69
4983+msgid ""
4984+"If the status says \"Pre-fail\", the disk is still reasonably healthy but "
4985+"signs of wear have been detected which mean it might fail in the near "
4986+"future. If your hard disk (or computer) is a few years old, you are likely "
4987+"to see this message on at least some of the health checks. You should <link "
4988+"xref=\"backup-how\">backup your important files regularly</link> and check "
4989+"the disk status periodically to see if it gets worse."
4990+msgstr ""
4991+
4992+#. (itstool) path: section/p
4993+#: C/disk-check.page:76
4994+msgid ""
4995+"If it gets worse, you may wish to take the computer/hard disk to a "
4996+"professional for further diagnosis or repair."
4997+msgstr ""
4998+
4999+#. (itstool) path: info/desc
5000+#: C/disk-format.page:15
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches