Merge lp:~pitti/ubuntu-system-settings/i18n into lp:ubuntu-system-settings

Proposed by Martin Pitt
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 881
Merged at revision: 885
Proposed branch: lp:~pitti/ubuntu-system-settings/i18n
Merge into: lp:ubuntu-system-settings
Diff against target: 2751 lines (+1262/-1265)
2 files modified
plugins/about/DevMode.qml (+2/-6)
po/ubuntu-system-settings.pot (+1260/-1259)
To merge this branch: bzr merge lp:~pitti/ubuntu-system-settings/i18n
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Sebastien Bacher (community) Approve
David Planella (community) Approve
Review via email: mp+230062@code.launchpad.net

Commit message

Don't break translatable strings in the middle of the sentence, as that makes
them impossible to translate.

Description of the change

Don't break translatable strings in the middle of the sentence, as that makes
them impossible to translate (and also very confusing). There might be a way to
break strings in QML while logically keeping it one string, like in C, but I
don't know it.

To post a comment you must log in.
Revision history for this message
David Planella (dpm) wrote :

Looks good to me, thanks for updating the POT file along the way!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for the work, the CI is unhappy but it doesn't seem to be due to those changes

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/about/DevMode.qml'
2--- plugins/about/DevMode.qml 2014-08-06 14:46:56 +0000
3+++ plugins/about/DevMode.qml 2014-08-08 08:12:07 +0000
4@@ -70,10 +70,7 @@
5 width: parent.width
6 horizontalAlignment: Text.AlignHCenter
7 wrapMode: Text.WordWrap
8- text: i18n.tr("In Developer Mode, anyone can access, " +
9- "change or delete anything on this " +
10- "phone by connecting it to " +
11- "another device.")
12+ text: i18n.tr("In Developer Mode, anyone can access, change or delete anything on this phone by connecting it to another device.")
13 }
14 }
15 }
16@@ -98,8 +95,7 @@
17 anchors.horizontalCenter: parent.horizontalCenter
18 horizontalAlignment: Text.AlignHCenter
19 wrapMode: Text.WordWrap
20- text: i18n.tr("You need a passcode or passphrase set " +
21- "to use Developer Mode.")
22+ text: i18n.tr("You need a passcode or passphrase set to use Developer Mode.")
23 }
24 }
25
26
27=== modified file 'po/ubuntu-system-settings.pot'
28--- po/ubuntu-system-settings.pot 2014-08-08 01:48:27 +0000
29+++ po/ubuntu-system-settings.pot 2014-08-08 08:12:07 +0000
30@@ -8,7 +8,7 @@
31 msgstr ""
32 "Project-Id-Version: ubuntu-system-settings\n"
33 "Report-Msgid-Bugs-To: \n"
34-"POT-Creation-Date: 2014-08-08 09:44+0800\n"
35+"POT-Creation-Date: 2014-08-08 10:09+0200\n"
36 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
37 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
38 "Language-Team: LANGUAGE <LL@li.org>\n"
39@@ -18,13 +18,379 @@
40 "Content-Transfer-Encoding: 8bit\n"
41 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
42
43-#: ../plugins/sound//SoundsList.qml:59
44-msgid "Stop playing"
45+#: ../plugins/background//Preview.qml:67
46+msgid "Preview"
47+msgstr ""
48+
49+#: ../plugins/background//Preview.qml:97
50+#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:55
51+#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:49
52+#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:54
53+#: ../plugins/cellular//HotspotSetup.qml:85
54+#: ../plugins/phone//CallForwarding.qml:136
55+#: ../plugins/wifi//OtherNetwork.qml:112
56+#: ../plugins/language//DisplayLanguage.qml:94
57+#: ../plugins/time-date//TimePicker.qml:173
58+#: ../plugins/security-privacy//LockSecurity.qml:278
59+#: ../plugins/reset//ResetLauncherHome.qml:55
60+#: ../plugins/reset//ResetAllSettings.qml:38
61+#: ../plugins/reset//EraseEverything.qml:54
62+msgid "Cancel"
63+msgstr ""
64+
65+#: ../plugins/background//Preview.qml:104
66+#: ../plugins/phone//CallForwarding.qml:148
67+#: ../plugins/time-date//TimePicker.qml:182
68+#: ../plugins/security-privacy//LockSecurity.qml:299
69+msgid "Set"
70+msgstr ""
71+
72+#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
73+#: ../plugins/background//MainPage.qml:38
74+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:2
75+msgid "Background"
76+msgstr ""
77+
78+#: ../plugins/background//MainPage.qml:112
79+msgid "Ubuntu Art"
80+msgstr ""
81+
82+#: ../plugins/background//MainPage.qml:128
83+msgid "Custom"
84+msgstr ""
85+
86+#: ../plugins/background//WallpaperGrid.qml:190
87+msgid "Remove"
88+msgstr ""
89+
90+#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:28
91+#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:28
92+#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:28
93+msgid "Bluetooth Pairing Request"
94+msgstr ""
95+
96+#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:36
97+#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:36
98+#, qt-format
99+msgid "PIN for '%1'"
100+msgstr ""
101+
102+#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:63
103+#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:62
104+msgid "Pair"
105+msgstr ""
106+
107+#. TRANSLATORS: %1 is the name of the bluetooth device being paired
108+#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:37
109+#, qt-format
110+msgid "Please confirm that the PIN displayed on '%1' matches this one"
111+msgstr ""
112+
113+#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:57
114+msgid "Confirm PIN"
115+msgstr ""
116+
117+#: ../plugins/bluetooth//PageComponent.qml:77
118+msgid "Connected"
119+msgstr ""
120+
121+#: ../plugins/bluetooth//PageComponent.qml:78
122+msgid "Connecting…"
123+msgstr ""
124+
125+#: ../plugins/bluetooth//PageComponent.qml:79
126+msgid "Disconnecting…"
127+msgstr ""
128+
129+#: ../plugins/bluetooth//PageComponent.qml:80
130+msgid "Disconnected"
131+msgstr ""
132+
133+#: ../plugins/bluetooth//PageComponent.qml:81
134+msgid "Unknown"
135+msgstr ""
136+
137+#: ../plugins/bluetooth//PageComponent.qml:87
138+msgid "Computer"
139+msgstr ""
140+
141+#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
142+#: ../plugins/bluetooth//PageComponent.qml:88
143+#: ../plugins/phone//PageComponent.qml:28
144+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:74
145+msgid "Phone"
146+msgstr ""
147+
148+#: ../plugins/bluetooth//PageComponent.qml:89
149+msgid "Modem"
150+msgstr ""
151+
152+#: ../plugins/bluetooth//PageComponent.qml:90 ../src/qml/MainWindow.qml:145
153+msgid "Network"
154+msgstr ""
155+
156+#: ../plugins/bluetooth//PageComponent.qml:91
157+msgid "Headset"
158+msgstr ""
159+
160+#: ../plugins/bluetooth//PageComponent.qml:92
161+msgid "Headphones"
162+msgstr ""
163+
164+#: ../plugins/bluetooth//PageComponent.qml:93
165+msgid "Video"
166+msgstr ""
167+
168+#: ../plugins/bluetooth//PageComponent.qml:94
169+msgid "Other Audio"
170+msgstr ""
171+
172+#: ../plugins/bluetooth//PageComponent.qml:95
173+msgid "Joypad"
174+msgstr ""
175+
176+#: ../plugins/bluetooth//PageComponent.qml:96
177+msgid "Keyboard"
178+msgstr ""
179+
180+#: ../plugins/bluetooth//PageComponent.qml:97
181+msgid "Tablet"
182+msgstr ""
183+
184+#: ../plugins/bluetooth//PageComponent.qml:98
185+msgid "Mouse"
186+msgstr ""
187+
188+#: ../plugins/bluetooth//PageComponent.qml:99
189+msgid "Printer"
190+msgstr ""
191+
192+#: ../plugins/bluetooth//PageComponent.qml:100
193+msgid "Camera"
194+msgstr ""
195+
196+#: ../plugins/bluetooth//PageComponent.qml:101
197+msgid "Other"
198+msgstr ""
199+
200+#: ../plugins/bluetooth//PageComponent.qml:107
201+msgid "Excellent"
202+msgstr ""
203+
204+#: ../plugins/bluetooth//PageComponent.qml:108
205+msgid "Good"
206+msgstr ""
207+
208+#: ../plugins/bluetooth//PageComponent.qml:109
209+msgid "Fair"
210+msgstr ""
211+
212+#: ../plugins/bluetooth//PageComponent.qml:110
213+msgid "Poor"
214+msgstr ""
215+
216+#: ../plugins/bluetooth//PageComponent.qml:111
217+#: ../plugins/bluetooth//PageComponent.qml:302
218+#: ../plugins/bluetooth//PageComponent.qml:310
219+#: ../plugins/wifi//OtherNetwork.qml:67
220+#: ../plugins/security-privacy//PageComponent.qml:78
221+#: ../plugins/security-privacy//PhoneLocking.qml:40
222+msgid "None"
223+msgstr ""
224+
225+#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
226+#: ../plugins/bluetooth//PageComponent.qml:117
227+#: ../plugins/bluetooth//PageComponent.qml:136
228+#: ../plugins/battery//PageComponent.qml:342
229+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:10
230+msgid "Bluetooth"
231+msgstr ""
232+
233+#: ../plugins/bluetooth//PageComponent.qml:171
234+msgid "Discoverable"
235+msgstr ""
236+
237+#: ../plugins/bluetooth//PageComponent.qml:171
238+msgid "Not discoverable"
239+msgstr ""
240+
241+#: ../plugins/bluetooth//PageComponent.qml:202
242+msgid "Connected devices:"
243+msgstr ""
244+
245+#: ../plugins/bluetooth//PageComponent.qml:236
246+msgid "Connect another device:"
247+msgstr ""
248+
249+#: ../plugins/bluetooth//PageComponent.qml:236
250+msgid "Connect a device:"
251+msgstr ""
252+
253+#: ../plugins/bluetooth//PageComponent.qml:266
254+msgid "None detected"
255+msgstr ""
256+
257+#: ../plugins/bluetooth//PageComponent.qml:274
258+#: ../plugins/bluetooth//PageComponent.qml:360
259+msgid "Connect automatically when detected:"
260+msgstr ""
261+
262+#: ../plugins/bluetooth//PageComponent.qml:309
263+#: ../plugins/wifi//NetworkDetails.qml:43
264+msgid "Name"
265+msgstr ""
266+
267+#: ../plugins/bluetooth//PageComponent.qml:327
268+msgid "Type"
269+msgstr ""
270+
271+#: ../plugins/bluetooth//PageComponent.qml:351
272+msgid "Status"
273+msgstr ""
274+
275+#: ../plugins/bluetooth//PageComponent.qml:355
276+msgid "Signal Strength"
277+msgstr ""
278+
279+#: ../plugins/bluetooth//PageComponent.qml:374
280+msgid "Disconnect"
281+msgstr ""
282+
283+#: ../plugins/bluetooth//PageComponent.qml:374
284+#: ../plugins/wifi//OtherNetwork.qml:121
285+msgid "Connect"
286+msgstr ""
287+
288+#: ../plugins/bluetooth//PageComponent.qml:392
289+msgid "Forget this device"
290+msgstr ""
291+
292+#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
293+#: ../plugins/notifications//PageComponent.qml:29
294+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:16
295+msgid "Notifications"
296+msgstr ""
297+
298+#: ../plugins/notifications//PageComponent.qml:40
299+msgid ""
300+"Selected apps can alert you using notification bubbles, sounds, vibrations, "
301+"and the Notification Center."
302+msgstr ""
303+
304+#: ../plugins/cellular//PageChooseCarrier.qml:102
305+msgid "Choose carrier:"
306+msgstr ""
307+
308+#: ../plugins/cellular//PageChooseCarrier.qml:103
309+#: ../plugins/time-date//PageComponent.qml:69
310+#: ../plugins/time-date//ChooseTimeZone.qml:47
311+msgid "Automatically"
312+msgstr ""
313+
314+#: ../plugins/cellular//PageChooseCarrier.qml:103
315+#: ../plugins/time-date//PageComponent.qml:69
316+#: ../plugins/time-date//ChooseTimeZone.qml:47
317+msgid "Manually"
318+msgstr ""
319+
320+#: ../plugins/cellular//PageChooseCarrier.qml:130
321+msgid "Refresh"
322+msgstr ""
323+
324+#: ../plugins/cellular//PageChooseCarrier.qml:151
325+msgid "Searching"
326+msgstr ""
327+
328+#: ../plugins/cellular//HotspotSetup.qml:29
329+msgid "Change hotspot setup"
330+msgstr ""
331+
332+#: ../plugins/cellular//HotspotSetup.qml:40
333+msgid "Hotspot name"
334+msgstr ""
335+
336+#: ../plugins/cellular//HotspotSetup.qml:54
337+msgid "Key (must be 8 characters or longer)"
338+msgstr ""
339+
340+#: ../plugins/cellular//HotspotSetup.qml:68
341+msgid "Show key"
342+msgstr ""
343+
344+#: ../plugins/cellular//HotspotSetup.qml:94
345+#: ../plugins/security-privacy//LockSecurity.qml:297
346+msgid "Change"
347+msgstr ""
348+
349+#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
350+#: ../plugins/cellular//PageComponent.qml:32
351+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:42
352+msgid "Cellular"
353+msgstr ""
354+
355+#: ../plugins/cellular//PageComponent.qml:132
356+msgid "Hotspot disabled because Wi-Fi is off."
357+msgstr ""
358+
359+#: ../plugins/cellular//PageComponent.qml:138
360+#: ../plugins/cellular//Hotspot.qml:29
361+msgid "Wi-Fi hotspot"
362+msgstr ""
363+
364+#: ../plugins/cellular//PageComponent.qml:147
365+msgid "Data usage statistics"
366+msgstr ""
367+
368+#: ../plugins/cellular//PageComponent.qml:153
369+#: ../plugins/cellular//PageComponent.qml:161
370+msgid "Carrier"
371+msgid_plural "Carriers"
372+msgstr[0] ""
373+msgstr[1] ""
374+
375+#: ../plugins/cellular//PageComponent.qml:175
376+#: ../plugins/cellular//PageChooseCarriers.qml:50
377+#: ../plugins/cellular//PageChooseCarriers.qml:66
378+#: ../plugins/battery//PageComponent.qml:117
379+#: ../plugins/battery//PageComponent.qml:268 ../plugins/about//Storage.qml:204
380+msgid "N/A"
381+msgstr ""
382+
383+#: ../plugins/cellular//PageComponent.qml:180
384+msgid "APN"
385+msgstr ""
386+
387+#: ../plugins/cellular//Hotspot.qml:40
388+msgid "Hotspot"
389+msgstr ""
390+
391+#: ../plugins/cellular//Hotspot.qml:60
392+msgid ""
393+"When hotspot is on, other devices can use your cellular data connection over "
394+"Wi-Fi. Normal data charges apply."
395+msgstr ""
396+
397+#: ../plugins/cellular//Hotspot.qml:61
398+msgid ""
399+"Other devices can use your cellular data connection over the Wi-Fi network. "
400+"Normal data charges apply."
401+msgstr ""
402+
403+#: ../plugins/cellular//Hotspot.qml:65
404+msgid "Set up hotspot"
405+msgstr ""
406+
407+#: ../plugins/cellular//PageChooseCarriers.qml:28
408+msgid "Carriers"
409+msgstr ""
410+
411+#: ../plugins/sound//SilentModeWarning.qml:31
412+msgid "The phone is in Silent Mode."
413 msgstr ""
414
415 #. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
416 #: ../plugins/sound//PageComponent.qml:38
417-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:2
418+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:54
419 msgid "Sound"
420 msgstr ""
421
422@@ -80,450 +446,13 @@
423 msgid "Lock sound"
424 msgstr ""
425
426-#: ../plugins/sound//SilentModeWarning.qml:31
427-msgid "The phone is in Silent Mode."
428-msgstr ""
429-
430-#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
431-#: ../plugins/time-date//PageComponent.qml:29
432-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:8
433-msgid "Time & Date"
434-msgstr ""
435-
436-#: ../plugins/time-date//PageComponent.qml:53
437-msgid "Time zone:"
438-msgstr ""
439-
440-#: ../plugins/time-date//PageComponent.qml:68
441-msgid "Set the time and date:"
442-msgstr ""
443-
444-#: ../plugins/time-date//PageComponent.qml:69
445-#: ../plugins/time-date//ChooseTimeZone.qml:47
446-#: ../plugins/cellular//PageChooseCarrier.qml:103
447-msgid "Automatically"
448-msgstr ""
449-
450-#: ../plugins/time-date//PageComponent.qml:69
451-#: ../plugins/time-date//ChooseTimeZone.qml:47
452-#: ../plugins/cellular//PageChooseCarrier.qml:103
453-msgid "Manually"
454-msgstr ""
455-
456-#: ../plugins/time-date//TimePicker.qml:26
457-msgid "Set time & date"
458-msgstr ""
459-
460-#: ../plugins/time-date//TimePicker.qml:68
461-msgid "Time"
462-msgstr ""
463-
464-#: ../plugins/time-date//TimePicker.qml:81
465-msgid "Hour"
466-msgstr ""
467-
468-#: ../plugins/time-date//TimePicker.qml:95
469-msgid "Minute"
470-msgstr ""
471-
472-#: ../plugins/time-date//TimePicker.qml:109
473-msgid "Second"
474-msgstr ""
475-
476-#: ../plugins/time-date//TimePicker.qml:118
477-msgid "Date"
478-msgstr ""
479-
480-#: ../plugins/time-date//TimePicker.qml:130
481-msgid "Day"
482-msgstr ""
483-
484-#: ../plugins/time-date//TimePicker.qml:144
485-msgid "Month"
486-msgstr ""
487-
488-#: ../plugins/time-date//TimePicker.qml:162
489-msgid "Year"
490-msgstr ""
491-
492-#: ../plugins/time-date//TimePicker.qml:173
493-#: ../plugins/security-privacy//LockSecurity.qml:278
494-#: ../plugins/language//DisplayLanguage.qml:94
495-#: ../plugins/wifi//OtherNetwork.qml:112
496-#: ../plugins/phone//CallForwarding.qml:136
497-#: ../plugins/reset//EraseEverything.qml:54
498-#: ../plugins/reset//ResetAllSettings.qml:38
499-#: ../plugins/reset//ResetLauncherHome.qml:55
500-#: ../plugins/background//Preview.qml:97
501-#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:49
502-#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:55
503-#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:54
504-#: ../plugins/cellular//HotspotSetup.qml:85
505-msgid "Cancel"
506-msgstr ""
507-
508-#: ../plugins/time-date//TimePicker.qml:182
509-#: ../plugins/security-privacy//LockSecurity.qml:299
510-#: ../plugins/phone//CallForwarding.qml:148
511-#: ../plugins/background//Preview.qml:104
512-msgid "Set"
513-msgstr ""
514-
515-#: ../plugins/time-date//ChooseTimeZone.qml:28
516-msgid "Time zone"
517-msgstr ""
518-
519-#: ../plugins/time-date//ChooseTimeZone.qml:46
520-msgid "Set the time zone:"
521-msgstr ""
522-
523-#: ../plugins/time-date//ChooseTimeZone.qml:126
524-msgid "Enter your current location."
525-msgstr ""
526-
527-#: ../plugins/time-date//ChooseTimeZone.qml:127
528-msgid "No matching place"
529-msgstr ""
530-
531-#: ../plugins/security-privacy//LockSecurity.qml:32
532-#: ../plugins/security-privacy//PageComponent.qml:82
533-#: ../plugins/security-privacy//PhoneLocking.qml:44
534-#: ../plugins/about//DevMode.qml:108
535-msgid "Lock security"
536-msgstr ""
537-
538-#: ../plugins/security-privacy//LockSecurity.qml:92
539-msgid "Change passcode"
540-msgstr ""
541-
542-#: ../plugins/security-privacy//LockSecurity.qml:94
543-msgid "Change passphrase"
544-msgstr ""
545-
546-#: ../plugins/security-privacy//LockSecurity.qml:101
547-msgid "Switch to swipe"
548-msgstr ""
549-
550-#: ../plugins/security-privacy//LockSecurity.qml:103
551-msgid "Switch to passcode"
552-msgstr ""
553-
554-#: ../plugins/security-privacy//LockSecurity.qml:105
555-msgid "Switch to passphrase"
556-msgstr ""
557-
558-#: ../plugins/security-privacy//LockSecurity.qml:114
559-msgid "Existing passcode"
560-msgstr ""
561-
562-#: ../plugins/security-privacy//LockSecurity.qml:116
563-msgid "Existing passphrase"
564-msgstr ""
565-
566-#: ../plugins/security-privacy//LockSecurity.qml:170
567-msgid "Choose passcode"
568-msgstr ""
569-
570-#: ../plugins/security-privacy//LockSecurity.qml:172
571-msgid "Choose passphrase"
572-msgstr ""
573-
574-#: ../plugins/security-privacy//LockSecurity.qml:216
575-msgid "Confirm passcode"
576-msgstr ""
577-
578-#: ../plugins/security-privacy//LockSecurity.qml:218
579-msgid "Confirm passphrase"
580-msgstr ""
581-
582-#: ../plugins/security-privacy//LockSecurity.qml:260
583-msgid "Those passcodes don't match. Try again."
584-msgstr ""
585-
586-#: ../plugins/security-privacy//LockSecurity.qml:263
587-msgid "Those passphrases don't match. Try again."
588-msgstr ""
589-
590-#: ../plugins/security-privacy//LockSecurity.qml:294
591-msgid "Unset"
592-msgstr ""
593-
594-#: ../plugins/security-privacy//LockSecurity.qml:297
595-#: ../plugins/cellular//HotspotSetup.qml:94
596-msgid "Change"
597-msgstr ""
598-
599-#: ../plugins/security-privacy//LockSecurity.qml:339
600-msgid "Unlock the phone using:"
601-msgstr ""
602-
603-#: ../plugins/security-privacy//LockSecurity.qml:343
604-msgid "Swipe (no security)"
605-msgstr ""
606-
607-#: ../plugins/security-privacy//LockSecurity.qml:344
608-msgid "4-digit passcode"
609-msgstr ""
610-
611-#: ../plugins/security-privacy//LockSecurity.qml:345
612-#: ../plugins/security-privacy//PageComponent.qml:80
613-#: ../plugins/security-privacy//PhoneLocking.qml:42
614-msgid "Passphrase"
615-msgstr ""
616-
617-#: ../plugins/security-privacy//LockSecurity.qml:346
618-msgid "Swipe (no security)… "
619-msgstr ""
620-
621-#: ../plugins/security-privacy//LockSecurity.qml:347
622-msgid "4-digit passcode…"
623-msgstr ""
624-
625-#: ../plugins/security-privacy//LockSecurity.qml:348
626-msgid "Passphrase…"
627-msgstr ""
628-
629-#: ../plugins/security-privacy//LockSecurity.qml:379
630-msgid "Change passcode…"
631-msgstr ""
632-
633-#: ../plugins/security-privacy//LockSecurity.qml:380
634-msgid "Change passphrase…"
635-msgstr ""
636-
637-#: ../plugins/security-privacy//Location.qml:30
638-msgid "Location"
639-msgstr ""
640-
641-#: ../plugins/security-privacy//Location.qml:48
642-msgid "Location detection"
643-msgstr ""
644-
645-#: ../plugins/security-privacy//Location.qml:70
646-msgid ""
647-"Uses GPS to detect your rough location. When off, GPS turns off to save "
648-"battery."
649-msgstr ""
650-
651-#: ../plugins/security-privacy//Location.qml:72
652-msgid ""
653-"Uses wi-fi and GPS to detect your rough location. Turning off location "
654-"detection saves battery."
655-msgstr ""
656-
657-#: ../plugins/security-privacy//Location.qml:74
658-msgid ""
659-"Uses wi-fi (currently off) and GPS to detect your rough location. Turning "
660-"off location detection saves battery."
661-msgstr ""
662-
663-#: ../plugins/security-privacy//Location.qml:76
664-msgid ""
665-"Uses wi-fi, cell tower locations, and GPS to detect your rough location. "
666-"Turning off location detection saves battery."
667-msgstr ""
668-
669-#: ../plugins/security-privacy//Location.qml:78
670-msgid ""
671-"Uses wi-fi, cell tower locations (no current cellular connection), and GPS "
672-"to detect your rough location. Turning off location detection saves battery."
673-msgstr ""
674-
675-#: ../plugins/security-privacy//Location.qml:80
676-msgid ""
677-"Uses wi-fi (currently off), cell tower locations, and GPS to detect your "
678-"rough location. Turning off location detection saves battery."
679-msgstr ""
680-
681-#: ../plugins/security-privacy//Location.qml:82
682-msgid ""
683-"Uses wi-fi (currently off), cell tower locations (no current cellular "
684-"connection), and GPS to detect your rough location. Turning off location "
685-"detection saves battery."
686-msgstr ""
687-
688-#: ../plugins/security-privacy//Location.qml:89
689-msgid "Allow access to location:"
690-msgstr ""
691-
692-#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
693-#: ../plugins/security-privacy//PageComponent.qml:33
694-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:28
695-msgid "Security & Privacy"
696-msgstr ""
697-
698-#: ../plugins/security-privacy//PageComponent.qml:50
699-#: ../plugins/security-privacy//PageComponent.qml:150
700-#: ../plugins/security-privacy//Dash.qml:46
701-msgid "Phone and Internet"
702-msgstr ""
703-
704-#: ../plugins/security-privacy//PageComponent.qml:52
705-#: ../plugins/security-privacy//PageComponent.qml:151
706-#: ../plugins/security-privacy//Dash.qml:46
707-msgid "Phone only"
708-msgstr ""
709-
710-#: ../plugins/security-privacy//PageComponent.qml:71
711-msgid "Security:"
712-msgstr ""
713-
714-#: ../plugins/security-privacy//PageComponent.qml:78
715-#: ../plugins/security-privacy//PhoneLocking.qml:40
716-#: ../plugins/wifi//OtherNetwork.qml:67
717-#: ../plugins/bluetooth//PageComponent.qml:111
718-#: ../plugins/bluetooth//PageComponent.qml:302
719-#: ../plugins/bluetooth//PageComponent.qml:310
720-msgid "None"
721-msgstr ""
722-
723-#: ../plugins/security-privacy//PageComponent.qml:79
724-#: ../plugins/security-privacy//PhoneLocking.qml:41
725-msgid "Passcode"
726-msgstr ""
727-
728-#: ../plugins/security-privacy//PageComponent.qml:99
729-#: ../plugins/security-privacy//PhoneLocking.qml:29
730-msgid "Phone locking"
731-msgstr ""
732-
733-#. TRANSLATORS: %1 is the number of minutes
734-#: ../plugins/security-privacy//PageComponent.qml:101
735-#: ../plugins/security-privacy//PhoneLocking.qml:65
736-#, qt-format
737-msgid "%1 minute"
738-msgid_plural "%1 minutes"
739-msgstr[0] ""
740-msgstr[1] ""
741-
742-#: ../plugins/security-privacy//PageComponent.qml:110
743-msgid "SIM PIN"
744-msgstr ""
745-
746-#: ../plugins/security-privacy//PageComponent.qml:116
747-msgid "Privacy:"
748-msgstr ""
749-
750-#: ../plugins/security-privacy//PageComponent.qml:120
751-msgid "Stats on welcome screen"
752-msgstr ""
753-
754-#: ../plugins/security-privacy//PageComponent.qml:133
755-msgid "Messages on welcome screen"
756-msgstr ""
757-
758-#: ../plugins/security-privacy//PageComponent.qml:148
759-#: ../plugins/security-privacy//Dash.qml:29
760-msgid "Dash search"
761-msgstr ""
762-
763-#: ../plugins/security-privacy//PageComponent.qml:166
764-msgid "Location access"
765-msgstr ""
766-
767-#: ../plugins/security-privacy//PageComponent.qml:174
768-msgid "Other app access"
769-msgstr ""
770-
771-#: ../plugins/security-privacy//PageComponent.qml:179
772-msgid "Diagnostics"
773-msgstr ""
774-
775-#. TRANSLATORS: This string is shown when crash
776-#. reports are to be sent by the system.
777-#: ../plugins/security-privacy//PageComponent.qml:184
778-msgid "Sent"
779-msgstr ""
780-
781-#. TRANSLATORS: This string is shown when crash
782-#. reports are not to be sent by the system
783-#: ../plugins/security-privacy//PageComponent.qml:187
784-msgid "Not sent"
785-msgstr ""
786-
787-#: ../plugins/security-privacy//Dash.qml:45
788-msgid "Return results from:"
789-msgstr ""
790-
791-#: ../plugins/security-privacy//PhoneLocking.qml:62
792-#: ../plugins/battery//PageComponent.qml:284
793-msgid "Lock when idle"
794-msgstr ""
795-
796-#: ../plugins/security-privacy//PhoneLocking.qml:63
797-#: ../plugins/battery//PageComponent.qml:284
798-msgid "Sleep when idle"
799-msgstr ""
800-
801-#: ../plugins/security-privacy//PhoneLocking.qml:79
802-msgid "Sleep locks immediately"
803-msgstr ""
804-
805-#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
806-#: ../plugins/language//PageComponent.qml:32
807-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:44
808-msgid "Language & Text"
809-msgstr ""
810-
811-#: ../plugins/language//PageComponent.qml:72
812-msgid "Display language…"
813-msgstr ""
814-
815-#: ../plugins/language//PageComponent.qml:86
816-#: ../plugins/language//KeyboardLayouts.qml:26
817-msgid "Keyboard layouts"
818-msgstr ""
819-
820-#: ../plugins/language//PageComponent.qml:101
821-#: ../plugins/language//PageComponent.qml:111
822-#: ../plugins/language//SpellChecking.qml:27
823-#: ../plugins/language//SpellChecking.qml:36
824-msgid "Spell checking"
825-msgstr ""
826-
827-#: ../plugins/language//PageComponent.qml:121
828-msgid "Auto completion"
829-msgstr ""
830-
831-#: ../plugins/language//PageComponent.qml:131
832-msgid "Word suggestions"
833-msgstr ""
834-
835-#: ../plugins/language//PageComponent.qml:144
836-msgid "Auto capitalization"
837-msgstr ""
838-
839-#: ../plugins/language//PageComponent.qml:154
840-msgid "Turns on Shift to capitalize the first letter of each sentence."
841-msgstr ""
842-
843-#: ../plugins/language//SpellChecking.qml:53
844-msgid "Current spelling languages:"
845-msgstr ""
846-
847-#: ../plugins/language//SpellChecking.qml:54
848-msgid "All languages available:"
849-msgstr ""
850-
851-#: ../plugins/language//DisplayLanguage.qml:33
852-msgid "Display language"
853-msgstr ""
854-
855-#: ../plugins/language//DisplayLanguage.qml:114
856-msgid "Confirm"
857-msgstr ""
858-
859-#: ../plugins/language//KeyboardLayouts.qml:39
860-msgid "Current layouts:"
861-msgstr ""
862-
863-#: ../plugins/language//KeyboardLayouts.qml:40
864-msgid "All layouts available:"
865+#: ../plugins/sound//SoundsList.qml:59
866+msgid "Stop playing"
867 msgstr ""
868
869 #. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
870 #: ../plugins/battery//PageComponent.qml:34
871-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:54
872+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:60
873 msgid "Battery"
874 msgstr ""
875
876@@ -575,15 +504,6 @@
877 msgid "Charge level"
878 msgstr ""
879
880-#: ../plugins/battery//PageComponent.qml:117
881-#: ../plugins/battery//PageComponent.qml:268
882-#: ../plugins/cellular//PageComponent.qml:175
883-#: ../plugins/cellular//PageChooseCarriers.qml:50
884-#: ../plugins/cellular//PageChooseCarriers.qml:66
885-#: ../plugins/about//Storage.qml:204
886-msgid "N/A"
887-msgstr ""
888-
889 #. TRANSLATORS: %1 refers to a percentage that indicates the charging level of the battery
890 #: ../plugins/battery//PageComponent.qml:120
891 #, qt-format
892@@ -604,6 +524,16 @@
893 msgid "Ways to reduce battery use:"
894 msgstr ""
895
896+#: ../plugins/battery//PageComponent.qml:284
897+#: ../plugins/security-privacy//PhoneLocking.qml:62
898+msgid "Lock when idle"
899+msgstr ""
900+
901+#: ../plugins/battery//PageComponent.qml:284
902+#: ../plugins/security-privacy//PhoneLocking.qml:63
903+msgid "Sleep when idle"
904+msgstr ""
905+
906 #. TRANSLATORS: %1 is the number of minutes
907 #: ../plugins/battery//PageComponent.qml:290
908 #: ../plugins/battery//PageComponent.qml:299
909@@ -621,28 +551,20 @@
910 #: ../plugins/battery//PageComponent.qml:293
911 #: ../plugins/battery//PageComponent.qml:302
912 #: ../plugins/battery//SleepValues.qml:96
913+#: ../plugins/about//PageComponent.qml:149
914 #: ../plugins/wifi//NetworkDetails.qml:55
915+#: ../plugins/system-update//Configuration.qml:53
916 #: ../plugins/system-update//PageComponent.qml:449
917-#: ../plugins/system-update//Configuration.qml:53
918-#: ../plugins/about//PageComponent.qml:149
919 msgid "Never"
920 msgstr ""
921
922 #. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
923 #: ../plugins/battery//PageComponent.qml:312
924 #: ../plugins/wifi//PageComponent.qml:26
925-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:60
926+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:96
927 msgid "Wi-Fi"
928 msgstr ""
929
930-#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
931-#: ../plugins/battery//PageComponent.qml:342
932-#: ../plugins/bluetooth//PageComponent.qml:117
933-#: ../plugins/bluetooth//PageComponent.qml:136
934-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:134
935-msgid "Bluetooth"
936-msgstr ""
937-
938 #: ../plugins/battery//PageComponent.qml:373
939 msgid "GPS"
940 msgstr ""
941@@ -669,8 +591,213 @@
942 msgid "Phone won’t sleep during calls or video playback."
943 msgstr ""
944
945+#: ../plugins/phone//CallForwarding.qml:28
946+#: ../plugins/phone//CallForwarding.qml:75
947+#: ../plugins/phone//PageComponent.qml:51
948+msgid "Call forwarding"
949+msgstr ""
950+
951+#: ../plugins/phone//CallForwarding.qml:90
952+msgid ""
953+"Redirects phone calls to another number whenever you don't answer, or your "
954+"phone is busy, turned off, or out of range."
955+msgstr ""
956+
957+#: ../plugins/phone//CallForwarding.qml:100
958+msgid "Forward to"
959+msgstr ""
960+
961+#: ../plugins/phone//PageComponent.qml:30
962+msgid "SIM"
963+msgstr ""
964+
965+#: ../plugins/phone//PageComponent.qml:57 ../plugins/phone//CallWaiting.qml:28
966+#: ../plugins/phone//CallWaiting.qml:63
967+msgid "Call waiting"
968+msgstr ""
969+
970+#. TRANSLATORS: %1 is the name of the (network) carrier
971+#: ../plugins/phone//PageComponent.qml:67 ../plugins/phone//Services.qml:32
972+#, qt-format
973+msgid "%1 Services"
974+msgstr ""
975+
976+#: ../plugins/phone//ServiceInfo.qml:109
977+#, qt-format
978+msgid "Last called %1"
979+msgstr ""
980+
981+#: ../plugins/phone//ServiceInfo.qml:119
982+msgid "Call"
983+msgstr ""
984+
985+#: ../plugins/phone//CallWaiting.qml:78
986+msgid ""
987+"Lets you answer or start a new call while on another call, and switch "
988+"between them"
989+msgstr ""
990+
991+#: ../plugins/about//Storage.qml:33 ../plugins/about//PageComponent.qml:126
992+msgid "Storage"
993+msgstr ""
994+
995+#: ../plugins/about//Storage.qml:87
996+msgid "Used by Ubuntu"
997+msgstr ""
998+
999+#: ../plugins/about//Storage.qml:88
1000+msgid "Videos"
1001+msgstr ""
1002+
1003+#: ../plugins/about//Storage.qml:89
1004+msgid "Audio"
1005+msgstr ""
1006+
1007+#: ../plugins/about//Storage.qml:90
1008+msgid "Pictures"
1009+msgstr ""
1010+
1011+#: ../plugins/about//Storage.qml:91
1012+msgid "Other files"
1013+msgstr ""
1014+
1015+#: ../plugins/about//Storage.qml:92
1016+msgid "Used by apps"
1017+msgstr ""
1018+
1019+#: ../plugins/about//Storage.qml:142
1020+msgid "Total storage"
1021+msgstr ""
1022+
1023+#: ../plugins/about//Storage.qml:154
1024+msgid "Free space"
1025+msgstr ""
1026+
1027+#: ../plugins/about//Storage.qml:174
1028+msgid "By name"
1029+msgstr ""
1030+
1031+#: ../plugins/about//Storage.qml:174
1032+msgid "By size"
1033+msgstr ""
1034+
1035+#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
1036+#: ../plugins/about//PageComponent.qml:34
1037+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:88
1038+msgid "About this phone"
1039+msgstr ""
1040+
1041+#: ../plugins/about//PageComponent.qml:97
1042+msgid "Phone number"
1043+msgstr ""
1044+
1045+#: ../plugins/about//PageComponent.qml:107
1046+msgid "Serial"
1047+msgstr ""
1048+
1049+#: ../plugins/about//PageComponent.qml:133
1050+msgid "Software:"
1051+msgstr ""
1052+
1053+#: ../plugins/about//PageComponent.qml:138
1054+msgid "OS"
1055+msgstr ""
1056+
1057+#: ../plugins/about//PageComponent.qml:147
1058+msgid "Last updated"
1059+msgstr ""
1060+
1061+#: ../plugins/about//PageComponent.qml:155
1062+msgid "Check for updates"
1063+msgstr ""
1064+
1065+#: ../plugins/about//PageComponent.qml:164
1066+msgid "Legal:"
1067+msgstr ""
1068+
1069+#: ../plugins/about//PageComponent.qml:169 ../plugins/about//Software.qml:11
1070+msgid "Software licenses"
1071+msgstr ""
1072+
1073+#: ../plugins/about//PageComponent.qml:177
1074+msgid "Regulatory info"
1075+msgstr ""
1076+
1077+#: ../plugins/about//PageComponent.qml:185
1078+msgid "Developer mode"
1079+msgstr ""
1080+
1081+#: ../plugins/about//Version.qml:35
1082+msgid "OS Build Details"
1083+msgstr ""
1084+
1085+#: ../plugins/about//Version.qml:53
1086+msgid "OS build number"
1087+msgstr ""
1088+
1089+#: ../plugins/about//Version.qml:59
1090+msgid "Ubuntu Image part"
1091+msgstr ""
1092+
1093+#: ../plugins/about//Version.qml:85
1094+msgid "Ubuntu build description"
1095+msgstr ""
1096+
1097+#: ../plugins/about//Version.qml:100
1098+msgid "Device Image part"
1099+msgstr ""
1100+
1101+#: ../plugins/about//Version.qml:126
1102+msgid "Device build description"
1103+msgstr ""
1104+
1105+#: ../plugins/about//Version.qml:141
1106+msgid "Customization Image part"
1107+msgstr ""
1108+
1109+#: ../plugins/about//DevMode.qml:35 ../plugins/about//DevMode.qml:79
1110+msgid "Developer Mode"
1111+msgstr ""
1112+
1113+#: ../plugins/about//DevMode.qml:73
1114+msgid ""
1115+"In Developer Mode, anyone can access, change or delete anything on this "
1116+"phone by connecting it to another device."
1117+msgstr ""
1118+
1119+#: ../plugins/about//DevMode.qml:98
1120+msgid "You need a passcode or passphrase set to use Developer Mode."
1121+msgstr ""
1122+
1123+#: ../plugins/about//DevMode.qml:104
1124+#: ../plugins/security-privacy//LockSecurity.qml:32
1125+#: ../plugins/security-privacy//PageComponent.qml:82
1126+#: ../plugins/security-privacy//PhoneLocking.qml:44
1127+msgid "Lock security"
1128+msgstr ""
1129+
1130+#: ../plugins/wifi//NetworkDetails.qml:36
1131+msgid "Network details"
1132+msgstr ""
1133+
1134+#: ../plugins/wifi//NetworkDetails.qml:51
1135+msgid "Last connected"
1136+msgstr ""
1137+
1138+#: ../plugins/wifi//NetworkDetails.qml:61 ../plugins/wifi//OtherNetwork.qml:76
1139+msgid "Password"
1140+msgstr ""
1141+
1142+#: ../plugins/wifi//NetworkDetails.qml:73
1143+msgid "Show password"
1144+msgstr ""
1145+
1146+#: ../plugins/wifi//NetworkDetails.qml:83
1147+msgid "Forget network"
1148+msgstr ""
1149+
1150+#: ../plugins/wifi//PreviousNetworks.qml:26
1151 #: ../plugins/wifi//PageComponent.qml:114
1152-#: ../plugins/wifi//PreviousNetworks.qml:26
1153 msgid "Previous networks"
1154 msgstr ""
1155
1156@@ -694,96 +821,34 @@
1157 msgid "WEP"
1158 msgstr ""
1159
1160-#: ../plugins/wifi//OtherNetwork.qml:76 ../plugins/wifi//NetworkDetails.qml:61
1161-msgid "Password"
1162-msgstr ""
1163-
1164 #: ../plugins/wifi//OtherNetwork.qml:89
1165 msgid "Password visible"
1166 msgstr ""
1167
1168-#: ../plugins/wifi//OtherNetwork.qml:121
1169-#: ../plugins/bluetooth//PageComponent.qml:374
1170-msgid "Connect"
1171-msgstr ""
1172-
1173-#: ../plugins/wifi//NetworkDetails.qml:36
1174-msgid "Network details"
1175-msgstr ""
1176-
1177-#: ../plugins/wifi//NetworkDetails.qml:43
1178-#: ../plugins/bluetooth//PageComponent.qml:309
1179-msgid "Name"
1180-msgstr ""
1181-
1182-#: ../plugins/wifi//NetworkDetails.qml:51
1183-msgid "Last connected"
1184-msgstr ""
1185-
1186-#: ../plugins/wifi//NetworkDetails.qml:73
1187-msgid "Show password"
1188-msgstr ""
1189-
1190-#: ../plugins/wifi//NetworkDetails.qml:83
1191-msgid "Forget network"
1192-msgstr ""
1193-
1194-#. TRANSLATORS: %1 is the name of the (network) carrier
1195-#: ../plugins/phone//Services.qml:32 ../plugins/phone//PageComponent.qml:67
1196-#, qt-format
1197-msgid "%1 Services"
1198-msgstr ""
1199-
1200-#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
1201-#: ../plugins/phone//PageComponent.qml:28
1202-#: ../plugins/bluetooth//PageComponent.qml:88
1203-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:72
1204-msgid "Phone"
1205-msgstr ""
1206-
1207-#: ../plugins/phone//PageComponent.qml:30
1208-msgid "SIM"
1209-msgstr ""
1210-
1211-#: ../plugins/phone//PageComponent.qml:51
1212-#: ../plugins/phone//CallForwarding.qml:28
1213-#: ../plugins/phone//CallForwarding.qml:75
1214-msgid "Call forwarding"
1215-msgstr ""
1216-
1217-#: ../plugins/phone//PageComponent.qml:57 ../plugins/phone//CallWaiting.qml:28
1218-#: ../plugins/phone//CallWaiting.qml:63
1219-msgid "Call waiting"
1220-msgstr ""
1221-
1222-#: ../plugins/phone//ServiceInfo.qml:109
1223-#, qt-format
1224-msgid "Last called %1"
1225-msgstr ""
1226-
1227-#: ../plugins/phone//ServiceInfo.qml:119
1228-msgid "Call"
1229-msgstr ""
1230-
1231-#: ../plugins/phone//CallForwarding.qml:90
1232-msgid ""
1233-"Redirects phone calls to another number whenever you don't answer, or your "
1234-"phone is busy, turned off, or out of range."
1235-msgstr ""
1236-
1237-#: ../plugins/phone//CallForwarding.qml:100
1238-msgid "Forward to"
1239-msgstr ""
1240-
1241-#: ../plugins/phone//CallWaiting.qml:78
1242-msgid ""
1243-"Lets you answer or start a new call while on another call, and switch "
1244-"between them"
1245+#: ../plugins/system-update//Configuration.qml:30
1246+#: ../plugins/system-update//PageComponent.qml:446
1247+msgid "Auto download"
1248+msgstr ""
1249+
1250+#: ../plugins/system-update//Configuration.qml:35
1251+msgid "Download future updates automatically:"
1252+msgstr ""
1253+
1254+#: ../plugins/system-update//Configuration.qml:54
1255+msgid "When on wi-fi"
1256+msgstr ""
1257+
1258+#: ../plugins/system-update//Configuration.qml:55
1259+msgid "On any data connection"
1260+msgstr ""
1261+
1262+#: ../plugins/system-update//Configuration.qml:56
1263+msgid "Data charges may apply."
1264 msgstr ""
1265
1266 #. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
1267 #: ../plugins/system-update//PageComponent.qml:35
1268-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:86
1269+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:110
1270 msgid "Updates"
1271 msgstr ""
1272
1273@@ -873,11 +938,6 @@
1274 msgid "Version: "
1275 msgstr ""
1276
1277-#: ../plugins/system-update//PageComponent.qml:446
1278-#: ../plugins/system-update//Configuration.qml:30
1279-msgid "Auto download"
1280-msgstr ""
1281-
1282 #: ../plugins/system-update//PageComponent.qml:451
1283 msgid "On wi-fi"
1284 msgstr ""
1285@@ -910,59 +970,380 @@
1286 msgid " GiB"
1287 msgstr ""
1288
1289-#: ../plugins/system-update//Configuration.qml:35
1290-msgid "Download future updates automatically:"
1291-msgstr ""
1292-
1293-#: ../plugins/system-update//Configuration.qml:54
1294-msgid "When on wi-fi"
1295-msgstr ""
1296-
1297-#: ../plugins/system-update//Configuration.qml:55
1298-msgid "On any data connection"
1299-msgstr ""
1300-
1301-#: ../plugins/system-update//Configuration.qml:56
1302-msgid "Data charges may apply."
1303-msgstr ""
1304-
1305-#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
1306-#: ../plugins/brightness//PageComponent.qml:32
1307-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:98
1308-msgid "Brightness"
1309-msgstr ""
1310-
1311-#: ../plugins/brightness//PageComponent.qml:52
1312-msgid "Adjust automatically"
1313-msgstr ""
1314-
1315-#: ../plugins/brightness//PageComponent.qml:65
1316-msgid "Brightens and dims the display to suit the surroundings"
1317-msgstr ""
1318-
1319-#: ../plugins/reset//EraseEverything.qml:41
1320-msgid ""
1321-"All documents, saved games, settings, and other items will be permanently "
1322-"deleted from this phone."
1323-msgstr ""
1324-
1325-#: ../plugins/reset//EraseEverything.qml:44
1326-msgid "Erase & Reset Everything"
1327-msgstr ""
1328-
1329-#: ../plugins/reset//ResetAllSettings.qml:29
1330-msgid ""
1331-"The contents and layout of the launcher, and the filters in the home screen "
1332-"will be returned to their original settings."
1333-msgstr ""
1334-
1335-#: ../plugins/reset//ResetAllSettings.qml:31
1336-msgid "Reset all system settings"
1337+#: ../plugins/language//SpellChecking.qml:27
1338+#: ../plugins/language//SpellChecking.qml:36
1339+#: ../plugins/language//PageComponent.qml:101
1340+#: ../plugins/language//PageComponent.qml:111
1341+msgid "Spell checking"
1342+msgstr ""
1343+
1344+#: ../plugins/language//SpellChecking.qml:53
1345+msgid "Current spelling languages:"
1346+msgstr ""
1347+
1348+#: ../plugins/language//SpellChecking.qml:54
1349+msgid "All languages available:"
1350+msgstr ""
1351+
1352+#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
1353+#: ../plugins/language//PageComponent.qml:32
1354+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:120
1355+msgid "Language & Text"
1356+msgstr ""
1357+
1358+#: ../plugins/language//PageComponent.qml:72
1359+msgid "Display language…"
1360+msgstr ""
1361+
1362+#: ../plugins/language//PageComponent.qml:86
1363+#: ../plugins/language//KeyboardLayouts.qml:26
1364+msgid "Keyboard layouts"
1365+msgstr ""
1366+
1367+#: ../plugins/language//PageComponent.qml:121
1368+msgid "Auto completion"
1369+msgstr ""
1370+
1371+#: ../plugins/language//PageComponent.qml:131
1372+msgid "Word suggestions"
1373+msgstr ""
1374+
1375+#: ../plugins/language//PageComponent.qml:144
1376+msgid "Auto capitalization"
1377+msgstr ""
1378+
1379+#: ../plugins/language//PageComponent.qml:154
1380+msgid "Turns on Shift to capitalize the first letter of each sentence."
1381+msgstr ""
1382+
1383+#: ../plugins/language//KeyboardLayouts.qml:39
1384+msgid "Current layouts:"
1385+msgstr ""
1386+
1387+#: ../plugins/language//KeyboardLayouts.qml:40
1388+msgid "All layouts available:"
1389+msgstr ""
1390+
1391+#: ../plugins/language//DisplayLanguage.qml:33
1392+msgid "Display language"
1393+msgstr ""
1394+
1395+#: ../plugins/language//DisplayLanguage.qml:114
1396+msgid "Confirm"
1397+msgstr ""
1398+
1399+#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
1400+#: ../plugins/time-date//PageComponent.qml:29
1401+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:130
1402+msgid "Time & Date"
1403+msgstr ""
1404+
1405+#: ../plugins/time-date//PageComponent.qml:53
1406+msgid "Time zone:"
1407+msgstr ""
1408+
1409+#: ../plugins/time-date//PageComponent.qml:68
1410+msgid "Set the time and date:"
1411+msgstr ""
1412+
1413+#: ../plugins/time-date//TimePicker.qml:26
1414+msgid "Set time & date"
1415+msgstr ""
1416+
1417+#: ../plugins/time-date//TimePicker.qml:68
1418+msgid "Time"
1419+msgstr ""
1420+
1421+#: ../plugins/time-date//TimePicker.qml:81
1422+msgid "Hour"
1423+msgstr ""
1424+
1425+#: ../plugins/time-date//TimePicker.qml:95
1426+msgid "Minute"
1427+msgstr ""
1428+
1429+#: ../plugins/time-date//TimePicker.qml:109
1430+msgid "Second"
1431+msgstr ""
1432+
1433+#: ../plugins/time-date//TimePicker.qml:118
1434+msgid "Date"
1435+msgstr ""
1436+
1437+#: ../plugins/time-date//TimePicker.qml:130
1438+msgid "Day"
1439+msgstr ""
1440+
1441+#: ../plugins/time-date//TimePicker.qml:144
1442+msgid "Month"
1443+msgstr ""
1444+
1445+#: ../plugins/time-date//TimePicker.qml:162
1446+msgid "Year"
1447+msgstr ""
1448+
1449+#: ../plugins/time-date//ChooseTimeZone.qml:28
1450+msgid "Time zone"
1451+msgstr ""
1452+
1453+#: ../plugins/time-date//ChooseTimeZone.qml:46
1454+msgid "Set the time zone:"
1455+msgstr ""
1456+
1457+#: ../plugins/time-date//ChooseTimeZone.qml:126
1458+msgid "Enter your current location."
1459+msgstr ""
1460+
1461+#: ../plugins/time-date//ChooseTimeZone.qml:127
1462+msgid "No matching place"
1463+msgstr ""
1464+
1465+#: ../plugins/security-privacy//LockSecurity.qml:92
1466+msgid "Change passcode"
1467+msgstr ""
1468+
1469+#: ../plugins/security-privacy//LockSecurity.qml:94
1470+msgid "Change passphrase"
1471+msgstr ""
1472+
1473+#: ../plugins/security-privacy//LockSecurity.qml:101
1474+msgid "Switch to swipe"
1475+msgstr ""
1476+
1477+#: ../plugins/security-privacy//LockSecurity.qml:103
1478+msgid "Switch to passcode"
1479+msgstr ""
1480+
1481+#: ../plugins/security-privacy//LockSecurity.qml:105
1482+msgid "Switch to passphrase"
1483+msgstr ""
1484+
1485+#: ../plugins/security-privacy//LockSecurity.qml:114
1486+msgid "Existing passcode"
1487+msgstr ""
1488+
1489+#: ../plugins/security-privacy//LockSecurity.qml:116
1490+msgid "Existing passphrase"
1491+msgstr ""
1492+
1493+#: ../plugins/security-privacy//LockSecurity.qml:170
1494+msgid "Choose passcode"
1495+msgstr ""
1496+
1497+#: ../plugins/security-privacy//LockSecurity.qml:172
1498+msgid "Choose passphrase"
1499+msgstr ""
1500+
1501+#: ../plugins/security-privacy//LockSecurity.qml:216
1502+msgid "Confirm passcode"
1503+msgstr ""
1504+
1505+#: ../plugins/security-privacy//LockSecurity.qml:218
1506+msgid "Confirm passphrase"
1507+msgstr ""
1508+
1509+#: ../plugins/security-privacy//LockSecurity.qml:260
1510+msgid "Those passcodes don't match. Try again."
1511+msgstr ""
1512+
1513+#: ../plugins/security-privacy//LockSecurity.qml:263
1514+msgid "Those passphrases don't match. Try again."
1515+msgstr ""
1516+
1517+#: ../plugins/security-privacy//LockSecurity.qml:294
1518+msgid "Unset"
1519+msgstr ""
1520+
1521+#: ../plugins/security-privacy//LockSecurity.qml:339
1522+msgid "Unlock the phone using:"
1523+msgstr ""
1524+
1525+#: ../plugins/security-privacy//LockSecurity.qml:343
1526+msgid "Swipe (no security)"
1527+msgstr ""
1528+
1529+#: ../plugins/security-privacy//LockSecurity.qml:344
1530+msgid "4-digit passcode"
1531+msgstr ""
1532+
1533+#: ../plugins/security-privacy//LockSecurity.qml:345
1534+#: ../plugins/security-privacy//PageComponent.qml:80
1535+#: ../plugins/security-privacy//PhoneLocking.qml:42
1536+msgid "Passphrase"
1537+msgstr ""
1538+
1539+#: ../plugins/security-privacy//LockSecurity.qml:346
1540+msgid "Swipe (no security)… "
1541+msgstr ""
1542+
1543+#: ../plugins/security-privacy//LockSecurity.qml:347
1544+msgid "4-digit passcode…"
1545+msgstr ""
1546+
1547+#: ../plugins/security-privacy//LockSecurity.qml:348
1548+msgid "Passphrase…"
1549+msgstr ""
1550+
1551+#: ../plugins/security-privacy//LockSecurity.qml:379
1552+msgid "Change passcode…"
1553+msgstr ""
1554+
1555+#: ../plugins/security-privacy//LockSecurity.qml:380
1556+msgid "Change passphrase…"
1557+msgstr ""
1558+
1559+#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
1560+#: ../plugins/security-privacy//PageComponent.qml:33
1561+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:140
1562+msgid "Security & Privacy"
1563+msgstr ""
1564+
1565+#: ../plugins/security-privacy//PageComponent.qml:50
1566+#: ../plugins/security-privacy//PageComponent.qml:150
1567+#: ../plugins/security-privacy//Dash.qml:46
1568+msgid "Phone and Internet"
1569+msgstr ""
1570+
1571+#: ../plugins/security-privacy//PageComponent.qml:52
1572+#: ../plugins/security-privacy//PageComponent.qml:151
1573+#: ../plugins/security-privacy//Dash.qml:46
1574+msgid "Phone only"
1575+msgstr ""
1576+
1577+#: ../plugins/security-privacy//PageComponent.qml:71
1578+msgid "Security:"
1579+msgstr ""
1580+
1581+#: ../plugins/security-privacy//PageComponent.qml:79
1582+#: ../plugins/security-privacy//PhoneLocking.qml:41
1583+msgid "Passcode"
1584+msgstr ""
1585+
1586+#: ../plugins/security-privacy//PageComponent.qml:99
1587+#: ../plugins/security-privacy//PhoneLocking.qml:29
1588+msgid "Phone locking"
1589+msgstr ""
1590+
1591+#. TRANSLATORS: %1 is the number of minutes
1592+#: ../plugins/security-privacy//PageComponent.qml:101
1593+#: ../plugins/security-privacy//PhoneLocking.qml:65
1594+#, qt-format
1595+msgid "%1 minute"
1596+msgid_plural "%1 minutes"
1597+msgstr[0] ""
1598+msgstr[1] ""
1599+
1600+#: ../plugins/security-privacy//PageComponent.qml:110
1601+msgid "SIM PIN"
1602+msgstr ""
1603+
1604+#: ../plugins/security-privacy//PageComponent.qml:116
1605+msgid "Privacy:"
1606+msgstr ""
1607+
1608+#: ../plugins/security-privacy//PageComponent.qml:120
1609+msgid "Stats on welcome screen"
1610+msgstr ""
1611+
1612+#: ../plugins/security-privacy//PageComponent.qml:133
1613+msgid "Messages on welcome screen"
1614+msgstr ""
1615+
1616+#: ../plugins/security-privacy//PageComponent.qml:148
1617+#: ../plugins/security-privacy//Dash.qml:29
1618+msgid "Dash search"
1619+msgstr ""
1620+
1621+#: ../plugins/security-privacy//PageComponent.qml:166
1622+msgid "Location access"
1623+msgstr ""
1624+
1625+#: ../plugins/security-privacy//PageComponent.qml:174
1626+msgid "Other app access"
1627+msgstr ""
1628+
1629+#: ../plugins/security-privacy//PageComponent.qml:179
1630+msgid "Diagnostics"
1631+msgstr ""
1632+
1633+#. TRANSLATORS: This string is shown when crash
1634+#. reports are to be sent by the system.
1635+#: ../plugins/security-privacy//PageComponent.qml:184
1636+msgid "Sent"
1637+msgstr ""
1638+
1639+#. TRANSLATORS: This string is shown when crash
1640+#. reports are not to be sent by the system
1641+#: ../plugins/security-privacy//PageComponent.qml:187
1642+msgid "Not sent"
1643+msgstr ""
1644+
1645+#: ../plugins/security-privacy//PhoneLocking.qml:79
1646+msgid "Sleep locks immediately"
1647+msgstr ""
1648+
1649+#: ../plugins/security-privacy//Dash.qml:45
1650+msgid "Return results from:"
1651+msgstr ""
1652+
1653+#: ../plugins/security-privacy//Location.qml:30
1654+msgid "Location"
1655+msgstr ""
1656+
1657+#: ../plugins/security-privacy//Location.qml:48
1658+msgid "Location detection"
1659+msgstr ""
1660+
1661+#: ../plugins/security-privacy//Location.qml:70
1662+msgid ""
1663+"Uses GPS to detect your rough location. When off, GPS turns off to save "
1664+"battery."
1665+msgstr ""
1666+
1667+#: ../plugins/security-privacy//Location.qml:72
1668+msgid ""
1669+"Uses wi-fi and GPS to detect your rough location. Turning off location "
1670+"detection saves battery."
1671+msgstr ""
1672+
1673+#: ../plugins/security-privacy//Location.qml:74
1674+msgid ""
1675+"Uses wi-fi (currently off) and GPS to detect your rough location. Turning "
1676+"off location detection saves battery."
1677+msgstr ""
1678+
1679+#: ../plugins/security-privacy//Location.qml:76
1680+msgid ""
1681+"Uses wi-fi, cell tower locations, and GPS to detect your rough location. "
1682+"Turning off location detection saves battery."
1683+msgstr ""
1684+
1685+#: ../plugins/security-privacy//Location.qml:78
1686+msgid ""
1687+"Uses wi-fi, cell tower locations (no current cellular connection), and GPS "
1688+"to detect your rough location. Turning off location detection saves battery."
1689+msgstr ""
1690+
1691+#: ../plugins/security-privacy//Location.qml:80
1692+msgid ""
1693+"Uses wi-fi (currently off), cell tower locations, and GPS to detect your "
1694+"rough location. Turning off location detection saves battery."
1695+msgstr ""
1696+
1697+#: ../plugins/security-privacy//Location.qml:82
1698+msgid ""
1699+"Uses wi-fi (currently off), cell tower locations (no current cellular "
1700+"connection), and GPS to detect your rough location. Turning off location "
1701+"detection saves battery."
1702+msgstr ""
1703+
1704+#: ../plugins/security-privacy//Location.qml:89
1705+msgid "Allow access to location:"
1706 msgstr ""
1707
1708 #. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
1709 #: ../plugins/reset//PageComponent.qml:32
1710-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:104
1711+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:148
1712 msgid "Reset phone"
1713 msgstr ""
1714
1715@@ -987,418 +1368,38 @@
1716 msgid "The phone needs to restart for changes to take effect."
1717 msgstr ""
1718
1719-#: ../plugins/background//Preview.qml:67
1720-msgid "Preview"
1721-msgstr ""
1722-
1723-#: ../plugins/background//WallpaperGrid.qml:190
1724-msgid "Remove"
1725-msgstr ""
1726-
1727-#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
1728-#: ../plugins/background//MainPage.qml:38
1729-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:118
1730-msgid "Background"
1731-msgstr ""
1732-
1733-#: ../plugins/background//MainPage.qml:112
1734-msgid "Ubuntu Art"
1735-msgstr ""
1736-
1737-#: ../plugins/background//MainPage.qml:128
1738-msgid "Custom"
1739-msgstr ""
1740-
1741-#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
1742-#: ../plugins/notifications//PageComponent.qml:29
1743-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:126
1744-msgid "Notifications"
1745-msgstr ""
1746-
1747-#: ../plugins/notifications//PageComponent.qml:40
1748-msgid ""
1749-"Selected apps can alert you using notification bubbles, sounds, vibrations, "
1750-"and the Notification Center."
1751-msgstr ""
1752-
1753-#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:28
1754-#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:28
1755-#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:28
1756-msgid "Bluetooth Pairing Request"
1757-msgstr ""
1758-
1759-#. TRANSLATORS: %1 is the name of the bluetooth device being paired
1760-#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:37
1761-#, qt-format
1762-msgid "Please confirm that the PIN displayed on '%1' matches this one"
1763-msgstr ""
1764-
1765-#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:57
1766-msgid "Confirm PIN"
1767-msgstr ""
1768-
1769-#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:36
1770-#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:36
1771-#, qt-format
1772-msgid "PIN for '%1'"
1773-msgstr ""
1774-
1775-#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:63
1776-#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:62
1777-msgid "Pair"
1778-msgstr ""
1779-
1780-#: ../plugins/bluetooth//PageComponent.qml:77
1781-msgid "Connected"
1782-msgstr ""
1783-
1784-#: ../plugins/bluetooth//PageComponent.qml:78
1785-msgid "Connecting…"
1786-msgstr ""
1787-
1788-#: ../plugins/bluetooth//PageComponent.qml:79
1789-msgid "Disconnecting…"
1790-msgstr ""
1791-
1792-#: ../plugins/bluetooth//PageComponent.qml:80
1793-msgid "Disconnected"
1794-msgstr ""
1795-
1796-#: ../plugins/bluetooth//PageComponent.qml:81
1797-msgid "Unknown"
1798-msgstr ""
1799-
1800-#: ../plugins/bluetooth//PageComponent.qml:87
1801-msgid "Computer"
1802-msgstr ""
1803-
1804-#: ../plugins/bluetooth//PageComponent.qml:89
1805-msgid "Modem"
1806-msgstr ""
1807-
1808-#: ../plugins/bluetooth//PageComponent.qml:90 ../src/qml/MainWindow.qml:145
1809-msgid "Network"
1810-msgstr ""
1811-
1812-#: ../plugins/bluetooth//PageComponent.qml:91
1813-msgid "Headset"
1814-msgstr ""
1815-
1816-#: ../plugins/bluetooth//PageComponent.qml:92
1817-msgid "Headphones"
1818-msgstr ""
1819-
1820-#: ../plugins/bluetooth//PageComponent.qml:93
1821-msgid "Video"
1822-msgstr ""
1823-
1824-#: ../plugins/bluetooth//PageComponent.qml:94
1825-msgid "Other Audio"
1826-msgstr ""
1827-
1828-#: ../plugins/bluetooth//PageComponent.qml:95
1829-msgid "Joypad"
1830-msgstr ""
1831-
1832-#: ../plugins/bluetooth//PageComponent.qml:96
1833-msgid "Keyboard"
1834-msgstr ""
1835-
1836-#: ../plugins/bluetooth//PageComponent.qml:97
1837-msgid "Tablet"
1838-msgstr ""
1839-
1840-#: ../plugins/bluetooth//PageComponent.qml:98
1841-msgid "Mouse"
1842-msgstr ""
1843-
1844-#: ../plugins/bluetooth//PageComponent.qml:99
1845-msgid "Printer"
1846-msgstr ""
1847-
1848-#: ../plugins/bluetooth//PageComponent.qml:100
1849-msgid "Camera"
1850-msgstr ""
1851-
1852-#: ../plugins/bluetooth//PageComponent.qml:101
1853-msgid "Other"
1854-msgstr ""
1855-
1856-#: ../plugins/bluetooth//PageComponent.qml:107
1857-msgid "Excellent"
1858-msgstr ""
1859-
1860-#: ../plugins/bluetooth//PageComponent.qml:108
1861-msgid "Good"
1862-msgstr ""
1863-
1864-#: ../plugins/bluetooth//PageComponent.qml:109
1865-msgid "Fair"
1866-msgstr ""
1867-
1868-#: ../plugins/bluetooth//PageComponent.qml:110
1869-msgid "Poor"
1870-msgstr ""
1871-
1872-#: ../plugins/bluetooth//PageComponent.qml:171
1873-msgid "Discoverable"
1874-msgstr ""
1875-
1876-#: ../plugins/bluetooth//PageComponent.qml:171
1877-msgid "Not discoverable"
1878-msgstr ""
1879-
1880-#: ../plugins/bluetooth//PageComponent.qml:202
1881-msgid "Connected devices:"
1882-msgstr ""
1883-
1884-#: ../plugins/bluetooth//PageComponent.qml:236
1885-msgid "Connect another device:"
1886-msgstr ""
1887-
1888-#: ../plugins/bluetooth//PageComponent.qml:236
1889-msgid "Connect a device:"
1890-msgstr ""
1891-
1892-#: ../plugins/bluetooth//PageComponent.qml:266
1893-msgid "None detected"
1894-msgstr ""
1895-
1896-#: ../plugins/bluetooth//PageComponent.qml:274
1897-#: ../plugins/bluetooth//PageComponent.qml:360
1898-msgid "Connect automatically when detected:"
1899-msgstr ""
1900-
1901-#: ../plugins/bluetooth//PageComponent.qml:327
1902-msgid "Type"
1903-msgstr ""
1904-
1905-#: ../plugins/bluetooth//PageComponent.qml:351
1906-msgid "Status"
1907-msgstr ""
1908-
1909-#: ../plugins/bluetooth//PageComponent.qml:355
1910-msgid "Signal Strength"
1911-msgstr ""
1912-
1913-#: ../plugins/bluetooth//PageComponent.qml:374
1914-msgid "Disconnect"
1915-msgstr ""
1916-
1917-#: ../plugins/bluetooth//PageComponent.qml:392
1918-msgid "Forget this device"
1919-msgstr ""
1920-
1921-#: ../plugins/cellular//PageChooseCarrier.qml:102
1922-msgid "Choose carrier:"
1923-msgstr ""
1924-
1925-#: ../plugins/cellular//PageChooseCarrier.qml:130
1926-msgid "Refresh"
1927-msgstr ""
1928-
1929-#: ../plugins/cellular//PageChooseCarrier.qml:151
1930-msgid "Searching"
1931-msgstr ""
1932-
1933-#: ../plugins/cellular//HotspotSetup.qml:29
1934-msgid "Change hotspot setup"
1935-msgstr ""
1936-
1937-#: ../plugins/cellular//HotspotSetup.qml:40
1938-msgid "Hotspot name"
1939-msgstr ""
1940-
1941-#: ../plugins/cellular//HotspotSetup.qml:54
1942-msgid "Key (must be 8 characters or longer)"
1943-msgstr ""
1944-
1945-#: ../plugins/cellular//HotspotSetup.qml:68
1946-msgid "Show key"
1947-msgstr ""
1948-
1949-#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
1950-#: ../plugins/cellular//PageComponent.qml:32
1951-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:140
1952-msgid "Cellular"
1953-msgstr ""
1954-
1955-#: ../plugins/cellular//PageComponent.qml:132
1956-msgid "Hotspot disabled because Wi-Fi is off."
1957-msgstr ""
1958-
1959-#: ../plugins/cellular//PageComponent.qml:138
1960-#: ../plugins/cellular//Hotspot.qml:29
1961-msgid "Wi-Fi hotspot"
1962-msgstr ""
1963-
1964-#: ../plugins/cellular//PageComponent.qml:147
1965-msgid "Data usage statistics"
1966-msgstr ""
1967-
1968-#: ../plugins/cellular//PageComponent.qml:153
1969-#: ../plugins/cellular//PageComponent.qml:161
1970-msgid "Carrier"
1971-msgid_plural "Carriers"
1972-msgstr[0] ""
1973-msgstr[1] ""
1974-
1975-#: ../plugins/cellular//PageComponent.qml:180
1976-msgid "APN"
1977-msgstr ""
1978-
1979-#: ../plugins/cellular//Hotspot.qml:40
1980-msgid "Hotspot"
1981-msgstr ""
1982-
1983-#: ../plugins/cellular//Hotspot.qml:60
1984-msgid ""
1985-"When hotspot is on, other devices can use your cellular data connection over "
1986-"Wi-Fi. Normal data charges apply."
1987-msgstr ""
1988-
1989-#: ../plugins/cellular//Hotspot.qml:61
1990-msgid ""
1991-"Other devices can use your cellular data connection over the Wi-Fi network. "
1992-"Normal data charges apply."
1993-msgstr ""
1994-
1995-#: ../plugins/cellular//Hotspot.qml:65
1996-msgid "Set up hotspot"
1997-msgstr ""
1998-
1999-#: ../plugins/cellular//PageChooseCarriers.qml:28
2000-msgid "Carriers"
2001-msgstr ""
2002-
2003-#: ../plugins/about//Software.qml:11 ../plugins/about//PageComponent.qml:169
2004-msgid "Software licenses"
2005-msgstr ""
2006-
2007-#: ../plugins/about//DevMode.qml:35 ../plugins/about//DevMode.qml:82
2008-msgid "Developer Mode"
2009-msgstr ""
2010-
2011-#: ../plugins/about//DevMode.qml:73
2012-msgid "In Developer Mode, anyone can access, "
2013-msgstr ""
2014-
2015-#: ../plugins/about//DevMode.qml:101
2016-msgid "You need a passcode or passphrase set "
2017-msgstr ""
2018-
2019-#: ../plugins/about//Version.qml:35
2020-msgid "OS Build Details"
2021-msgstr ""
2022-
2023-#: ../plugins/about//Version.qml:53
2024-msgid "OS build number"
2025-msgstr ""
2026-
2027-#: ../plugins/about//Version.qml:59
2028-msgid "Ubuntu Image part"
2029-msgstr ""
2030-
2031-#: ../plugins/about//Version.qml:85
2032-msgid "Ubuntu build description"
2033-msgstr ""
2034-
2035-#: ../plugins/about//Version.qml:100
2036-msgid "Device Image part"
2037-msgstr ""
2038-
2039-#: ../plugins/about//Version.qml:126
2040-msgid "Device build description"
2041-msgstr ""
2042-
2043-#: ../plugins/about//Version.qml:141
2044-msgid "Customization Image part"
2045-msgstr ""
2046-
2047-#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
2048-#: ../plugins/about//PageComponent.qml:34
2049-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:152
2050-msgid "About this phone"
2051-msgstr ""
2052-
2053-#: ../plugins/about//PageComponent.qml:97
2054-msgid "Phone number"
2055-msgstr ""
2056-
2057-#: ../plugins/about//PageComponent.qml:107
2058-msgid "Serial"
2059-msgstr ""
2060-
2061-#: ../plugins/about//PageComponent.qml:126 ../plugins/about//Storage.qml:33
2062-msgid "Storage"
2063-msgstr ""
2064-
2065-#: ../plugins/about//PageComponent.qml:133
2066-msgid "Software:"
2067-msgstr ""
2068-
2069-#: ../plugins/about//PageComponent.qml:138
2070-msgid "OS"
2071-msgstr ""
2072-
2073-#: ../plugins/about//PageComponent.qml:147
2074-msgid "Last updated"
2075-msgstr ""
2076-
2077-#: ../plugins/about//PageComponent.qml:155
2078-msgid "Check for updates"
2079-msgstr ""
2080-
2081-#: ../plugins/about//PageComponent.qml:164
2082-msgid "Legal:"
2083-msgstr ""
2084-
2085-#: ../plugins/about//PageComponent.qml:177
2086-msgid "Regulatory info"
2087-msgstr ""
2088-
2089-#: ../plugins/about//PageComponent.qml:185
2090-msgid "Developer mode"
2091-msgstr ""
2092-
2093-#: ../plugins/about//Storage.qml:87
2094-msgid "Used by Ubuntu"
2095-msgstr ""
2096-
2097-#: ../plugins/about//Storage.qml:88
2098-msgid "Videos"
2099-msgstr ""
2100-
2101-#: ../plugins/about//Storage.qml:89
2102-msgid "Audio"
2103-msgstr ""
2104-
2105-#: ../plugins/about//Storage.qml:90
2106-msgid "Pictures"
2107-msgstr ""
2108-
2109-#: ../plugins/about//Storage.qml:91
2110-msgid "Other files"
2111-msgstr ""
2112-
2113-#: ../plugins/about//Storage.qml:92
2114-msgid "Used by apps"
2115-msgstr ""
2116-
2117-#: ../plugins/about//Storage.qml:142
2118-msgid "Total storage"
2119-msgstr ""
2120-
2121-#: ../plugins/about//Storage.qml:154
2122-msgid "Free space"
2123-msgstr ""
2124-
2125-#: ../plugins/about//Storage.qml:174
2126-msgid "By name"
2127-msgstr ""
2128-
2129-#: ../plugins/about//Storage.qml:174
2130-msgid "By size"
2131+#: ../plugins/reset//ResetAllSettings.qml:29
2132+msgid ""
2133+"The contents and layout of the launcher, and the filters in the home screen "
2134+"will be returned to their original settings."
2135+msgstr ""
2136+
2137+#: ../plugins/reset//ResetAllSettings.qml:31
2138+msgid "Reset all system settings"
2139+msgstr ""
2140+
2141+#: ../plugins/reset//EraseEverything.qml:41
2142+msgid ""
2143+"All documents, saved games, settings, and other items will be permanently "
2144+"deleted from this phone."
2145+msgstr ""
2146+
2147+#: ../plugins/reset//EraseEverything.qml:44
2148+msgid "Erase & Reset Everything"
2149+msgstr ""
2150+
2151+#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
2152+#: ../plugins/brightness//PageComponent.qml:32
2153+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:154
2154+msgid "Brightness"
2155+msgstr ""
2156+
2157+#: ../plugins/brightness//PageComponent.qml:52
2158+msgid "Adjust automatically"
2159+msgstr ""
2160+
2161+#: ../plugins/brightness//PageComponent.qml:65
2162+msgid "Brightens and dims the display to suit the surroundings"
2163 msgstr ""
2164
2165 #: ../src/qml/MainWindow.qml:110
2166@@ -1417,8 +1418,21 @@
2167 msgid "System"
2168 msgstr ""
2169
2170-#: ../wizard/qml/Components//Page.qml:47
2171-msgid "Back"
2172+#: ../wizard/qml/Pages//20-wifi.qml:27
2173+msgid "Connect to Wi-Fi"
2174+msgstr ""
2175+
2176+#: ../wizard/qml/Pages//20-wifi.qml:68
2177+msgid "Available networks"
2178+msgstr ""
2179+
2180+#: ../wizard/qml/Pages//20-wifi.qml:152
2181+#: ../wizard/qml/Pages//30-location.qml:48
2182+msgid "Continue"
2183+msgstr ""
2184+
2185+#: ../wizard/qml/Pages//20-wifi.qml:152 ../wizard/qml/Pages//no-sim.qml:66
2186+msgid "Skip"
2187 msgstr ""
2188
2189 #: ../wizard/qml/Pages//30-location.qml:22
2190@@ -1437,25 +1451,20 @@
2191 "settings."
2192 msgstr ""
2193
2194-#: ../wizard/qml/Pages//30-location.qml:48
2195-#: ../wizard/qml/Pages//20-wifi.qml:152
2196-msgid "Continue"
2197-msgstr ""
2198-
2199-#: ../wizard/qml/Pages//no-sim.qml:22
2200-msgid "No SIM card"
2201-msgstr ""
2202-
2203-#: ../wizard/qml/Pages//no-sim.qml:57
2204-msgid "To use the telephone and SMS features a SIM must be installed."
2205-msgstr ""
2206-
2207-#: ../wizard/qml/Pages//no-sim.qml:59
2208-msgid "Install a SIM before continuing."
2209-msgstr ""
2210-
2211-#: ../wizard/qml/Pages//no-sim.qml:66 ../wizard/qml/Pages//20-wifi.qml:152
2212-msgid "Skip"
2213+#: ../wizard/qml/Pages//10-welcome.qml:25
2214+msgid "Hello"
2215+msgstr ""
2216+
2217+#: ../wizard/qml/Pages//10-welcome.qml:60
2218+msgid "Welcome to your Ubuntu phone. Let’s get started."
2219+msgstr ""
2220+
2221+#: ../wizard/qml/Pages//10-welcome.qml:65
2222+msgid "Select your language"
2223+msgstr ""
2224+
2225+#: ../wizard/qml/Pages//10-welcome.qml:82
2226+msgid "Start"
2227 msgstr ""
2228
2229 #: ../wizard/qml/Pages//80-finished.qml:22
2230@@ -1476,304 +1485,296 @@
2231 msgid "Finish"
2232 msgstr ""
2233
2234-#: ../wizard/qml/Pages//20-wifi.qml:27
2235-msgid "Connect to Wi-Fi"
2236-msgstr ""
2237-
2238-#: ../wizard/qml/Pages//20-wifi.qml:68
2239-msgid "Available networks"
2240-msgstr ""
2241-
2242-#: ../wizard/qml/Pages//10-welcome.qml:25
2243-msgid "Hello"
2244-msgstr ""
2245-
2246-#: ../wizard/qml/Pages//10-welcome.qml:60
2247-msgid "Welcome to your Ubuntu phone. Let’s get started."
2248-msgstr ""
2249-
2250-#: ../wizard/qml/Pages//10-welcome.qml:65
2251-msgid "Select your language"
2252-msgstr ""
2253-
2254-#: ../wizard/qml/Pages//10-welcome.qml:82
2255-msgid "Start"
2256-msgstr ""
2257-
2258-#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
2259-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:4
2260-msgid "sound"
2261-msgstr ""
2262-
2263-#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
2264-#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
2265-#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
2266+#: ../wizard/qml/Pages//no-sim.qml:22
2267+msgid "No SIM card"
2268+msgstr ""
2269+
2270+#: ../wizard/qml/Pages//no-sim.qml:57
2271+msgid "To use the telephone and SMS features a SIM must be installed."
2272+msgstr ""
2273+
2274+#: ../wizard/qml/Pages//no-sim.qml:59
2275+msgid "Install a SIM before continuing."
2276+msgstr ""
2277+
2278+#: ../wizard/qml/Components//Page.qml:47
2279+msgid "Back"
2280+msgstr ""
2281+
2282+#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
2283+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:4
2284+msgid "appearance"
2285+msgstr ""
2286+
2287+#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
2288+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:6
2289+msgid "background"
2290+msgstr ""
2291+
2292+#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
2293+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:8
2294+msgid "wallpaper"
2295+msgstr ""
2296+
2297+#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
2298+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:12
2299+msgid "bluetooth"
2300+msgstr ""
2301+
2302+#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
2303+#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
2304+#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
2305+#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
2306+#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
2307 #. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
2308-#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
2309 #. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
2310-#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
2311 #. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
2312+#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
2313+#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
2314+#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
2315+#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
2316 #. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
2317-#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
2318-#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
2319-#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
2320-#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
2321-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:6
2322-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:16
2323-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:34
2324-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:42
2325-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:52
2326-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:70
2327-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:76
2328-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:94
2329-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:102
2330-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:108
2331-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:132
2332-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:138
2333-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:150
2334+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:14
2335+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:22
2336+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:52
2337+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:58
2338+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:78
2339+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:86
2340+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:106
2341+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:118
2342+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:128
2343+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:138
2344+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:146
2345+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:152
2346+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:158
2347 msgid "settings"
2348 msgstr ""
2349
2350-#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
2351-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:10
2352-msgid "time"
2353-msgstr ""
2354-
2355-#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
2356-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:12
2357-msgid "date"
2358-msgstr ""
2359-
2360-#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
2361-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:14
2362-msgid "timezone"
2363+#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
2364+#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
2365+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:18
2366+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:114
2367+msgid "software"
2368+msgstr ""
2369+
2370+#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
2371+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:20
2372+msgid "notifications"
2373 msgstr ""
2374
2375 #. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
2376-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:18
2377+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:24
2378 msgid "Orientation Lock"
2379 msgstr ""
2380
2381 #. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
2382-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:20
2383+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:26
2384 msgid "rotation"
2385 msgstr ""
2386
2387 #. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
2388-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:22
2389+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:28
2390 msgid "orientation"
2391 msgstr ""
2392
2393 #. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
2394-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:24
2395+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:30
2396 msgid "lock"
2397 msgstr ""
2398
2399 #. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
2400-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:26
2401+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:32
2402 msgid "screen"
2403 msgstr ""
2404
2405-#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
2406-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:30
2407-msgid "security"
2408-msgstr ""
2409-
2410-#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
2411-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:32
2412-msgid "privacy"
2413-msgstr ""
2414-
2415-#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
2416-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:36
2417-msgid "Accessibility"
2418-msgstr ""
2419-
2420-#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
2421-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:38
2422-msgid "accessibility"
2423-msgstr ""
2424-
2425-#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
2426-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:40
2427-msgid "a11y"
2428-msgstr ""
2429-
2430-#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
2431-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:46
2432-msgid "language"
2433-msgstr ""
2434-
2435-#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
2436-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:48
2437-msgid "lang"
2438-msgstr ""
2439-
2440-#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
2441-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:50
2442-msgid "i18n"
2443-msgstr ""
2444-
2445-#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
2446-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:56
2447-msgid "battery"
2448-msgstr ""
2449-
2450-#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
2451-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:58
2452-msgid "power"
2453-msgstr ""
2454-
2455-#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
2456-#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
2457-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:62
2458-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:144
2459-msgid "network"
2460-msgstr ""
2461-
2462-#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
2463-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:64
2464-msgid "wireless"
2465-msgstr ""
2466-
2467-#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
2468-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:66
2469-msgid "wifi"
2470-msgstr ""
2471-
2472-#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
2473-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:68
2474-msgid "wi-fi"
2475-msgstr ""
2476-
2477-#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
2478-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:74
2479-msgid "phone"
2480-msgstr ""
2481-
2482 #. TRANSLATORS: This is a keyword or name for the example plugin which is used while searching
2483-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:78
2484+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:34
2485 msgid "Example"
2486 msgstr ""
2487
2488 #. TRANSLATORS: This is a keyword or name for the example plugin which is used while searching
2489-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:80
2490+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:36
2491 msgid "example"
2492 msgstr ""
2493
2494 #. TRANSLATORS: This is a keyword or name for the example plugin which is used while searching
2495-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:82
2496+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:38
2497 msgid "test"
2498 msgstr ""
2499
2500 #. TRANSLATORS: This is a keyword or name for the example plugin which is used while searching
2501-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:84
2502+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:40
2503 msgid "sample"
2504 msgstr ""
2505
2506-#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
2507-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:88
2508-msgid "system"
2509-msgstr ""
2510-
2511-#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
2512-#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
2513-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:90
2514-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:128
2515-msgid "software"
2516-msgstr ""
2517-
2518-#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
2519-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:92
2520-msgid "update"
2521-msgstr ""
2522-
2523-#. TRANSLATORS: This is a keyword or name for the update-notification plugin which is used while searching
2524-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:96
2525-msgid "Updates available"
2526-msgstr ""
2527-
2528-#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
2529-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:100
2530-msgid "brightness"
2531-msgstr ""
2532-
2533-#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
2534-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:106
2535-msgid "reset"
2536+#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
2537+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:44
2538+msgid "cellular"
2539+msgstr ""
2540+
2541+#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
2542+#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
2543+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:46
2544+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:98
2545+msgid "network"
2546+msgstr ""
2547+
2548+#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
2549+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:48
2550+msgid "mobile"
2551+msgstr ""
2552+
2553+#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
2554+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:50
2555+msgid "gsm"
2556+msgstr ""
2557+
2558+#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
2559+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:56
2560+msgid "sound"
2561+msgstr ""
2562+
2563+#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
2564+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:62
2565+msgid "battery"
2566+msgstr ""
2567+
2568+#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
2569+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:64
2570+msgid "power"
2571 msgstr ""
2572
2573 #. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
2574-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:110
2575+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:66
2576 msgid "Flight Mode"
2577 msgstr ""
2578
2579 #. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
2580-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:112
2581+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:68
2582 msgid "flight"
2583 msgstr ""
2584
2585 #. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
2586-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:114
2587+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:70
2588 msgid "plane"
2589 msgstr ""
2590
2591 #. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
2592-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:116
2593+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:72
2594 msgid "offline"
2595 msgstr ""
2596
2597-#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
2598-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:120
2599-msgid "appearance"
2600-msgstr ""
2601-
2602-#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
2603-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:122
2604-msgid "background"
2605-msgstr ""
2606-
2607-#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
2608-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:124
2609-msgid "wallpaper"
2610-msgstr ""
2611-
2612-#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
2613-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:130
2614-msgid "notifications"
2615-msgstr ""
2616-
2617-#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
2618-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:136
2619-msgid "bluetooth"
2620-msgstr ""
2621-
2622-#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
2623-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:142
2624-msgid "cellular"
2625-msgstr ""
2626-
2627-#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
2628-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:146
2629-msgid "mobile"
2630-msgstr ""
2631-
2632-#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
2633-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:148
2634-msgid "gsm"
2635+#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
2636+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:76
2637+msgid "phone"
2638+msgstr ""
2639+
2640+#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
2641+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:80
2642+msgid "Accessibility"
2643+msgstr ""
2644+
2645+#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
2646+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:82
2647+msgid "accessibility"
2648+msgstr ""
2649+
2650+#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
2651+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:84
2652+msgid "a11y"
2653 msgstr ""
2654
2655 #. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
2656-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:154
2657+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:90
2658 msgid "about"
2659 msgstr ""
2660
2661 #. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
2662-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:156
2663+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:92
2664 msgid "device"
2665 msgstr ""
2666
2667 #. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
2668-#: /tmp/build/ubuntu-system-settings-0.3+14.10.20140807/obj-i686-linux-gnu/po/settings.js:158
2669+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:94
2670 msgid "info"
2671 msgstr ""
2672+
2673+#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
2674+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:100
2675+msgid "wireless"
2676+msgstr ""
2677+
2678+#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
2679+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:102
2680+msgid "wifi"
2681+msgstr ""
2682+
2683+#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
2684+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:104
2685+msgid "wi-fi"
2686+msgstr ""
2687+
2688+#. TRANSLATORS: This is a keyword or name for the update-notification plugin which is used while searching
2689+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:108
2690+msgid "Updates available"
2691+msgstr ""
2692+
2693+#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
2694+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:112
2695+msgid "system"
2696+msgstr ""
2697+
2698+#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
2699+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:116
2700+msgid "update"
2701+msgstr ""
2702+
2703+#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
2704+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:122
2705+msgid "language"
2706+msgstr ""
2707+
2708+#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
2709+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:124
2710+msgid "lang"
2711+msgstr ""
2712+
2713+#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
2714+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:126
2715+msgid "i18n"
2716+msgstr ""
2717+
2718+#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
2719+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:132
2720+msgid "time"
2721+msgstr ""
2722+
2723+#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
2724+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:134
2725+msgid "date"
2726+msgstr ""
2727+
2728+#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
2729+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:136
2730+msgid "timezone"
2731+msgstr ""
2732+
2733+#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
2734+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:142
2735+msgid "security"
2736+msgstr ""
2737+
2738+#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
2739+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:144
2740+msgid "privacy"
2741+msgstr ""
2742+
2743+#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
2744+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:150
2745+msgid "reset"
2746+msgstr ""
2747+
2748+#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
2749+#: /home/martin/ubuntu/tmp/ubuntu-system-settings/obj-x86_64-linux-gnu/po/settings.js:156
2750+msgid "brightness"
2751+msgstr ""

Subscribers

People subscribed via source and target branches