~ken-vandine/ubuntu-system-settings/rtm_click_framework_check

« back to all changes in this revision

Viewing changes to po/th.po

[ CI bot ]
* Resync trunk
[ Michael Zanetti ]
* update code to reset launcher after launcher backend implementation
  was reworked (LP: #1376707)
[ Sebastien Bacher ]
* [storage] translator comment for the string "%1 free" (LP: #1377929)
* [system-update] ellipsize labels if needed (LP: #1376286)
* [sound] Use the correct low icon (LP: #1376286)
[ Lars Uebernickel ]
* notification-manager: fix issues with GVariant API usage
[ jonas-drange ]
* [security/privacy] allow user to change HERE and location detection
  settings. (LP: #1375322)
[ Ken VanDine ]
* Updated the pot file.
[ jonas-drange ]
* [cellular] indirectly recreate ConnectionManager interface's dbus
  proxy so it reports the true value of 'Powered' after flight mode
  (LP: #1376957)
[ Iain Lane ]
* [sound] Make listSounds take a list of directories and list all of
  the files in them, instead of assuming "/custom" all the time.
[ Ubuntu daily release ]
* New rebuild forced
[ Sebastien Bacher ]
* [sound] list custom ringtones as well (LP: #1381528)
[ Ken VanDine ]
* Add an APN editor. (LP: #1225174)
[ Michael Terry ]
* Complete the unlock security screens and update a host of other
  small design issues. (LP: #1365034, LP: #1348362) (LP: #1365034,
  #1348362)
[ Diego Sarmentero ]
* Improves in network backend. Detect network connection and show
  "Connect to the internet..." message or retry on netword detected. .
* Detect account added on online accounts (LP: #1362149)
[ jonas-drange ]
* [wifi/phone] dynamically chooses what SIM to use when there's only
  one present. (LP: #1375832)
[ Iain Lane ]
* [storage/about] Use a QSharedPointer to manage freeing of the
  counter which we use to display all of the collected sizes at once.
  If the measuring process was cancelled, we were freeing it multiple
  times - once for each outstanding size measurement. This led to a
  crash. (LP: #1375988)
* [security-privacy] Link with gobject, uses symbols from this
  library. Prevents "[…]libUbuntuSecurityPrivacyPanel.so contains an
  unresolvable reference to symbol
  g_signal_handlers_disconnect_matched: it's probably a plugin"
  warnings.
[ jonas-drange ]
* [cellular] react to application.state changes and update potential
  out-of-date default SIM settings (LP: #1364103)
* [wifi] let removed networks update the previous network model so
  that we can reuse the model (and not pop the pagestack twice,
  causing this ux issue) (LP: #1370389)
[ Sebastien Bacher ]
* [location] use a flickable so the list can be scrolled (LP:
  #1374017)
* [security] get localized application names from the trust-store (LP:
  #1374018)
[ Ken VanDine ]
* Fixed handling of the Downloading/Installing label based on actual
  state. . Forward updateProgress signals for system updates. Layout
  fixes (LP: #1312587)
* Use new splash screen (LP: #1376242)
* Improved tracking download states
* Use new target_build_number from system-image-dbus to determine
  visibility of the update notification (LP: #1355803)
[ CI bot ]
* Resync trunk
[ Sebastien Bacher ]
* [storage] use libclick rather than calling the command line (LP:
  #1368967)
* [storage] tweaks to the disk informations, limit the free space to
  the user available one (excluding the system partitions), don't list
  the external mounts, that's described in the design and is going to
  require work on the categories computation to give correct values
  (LP: #1284247)
* [about] display the free space value next to the storage label (LP:
  #1335144)
[ Albert Astals ]
* Add i18n.tr
[ jonas-drange ]
* [wifi] connect to hidden network is now a dialog (LP: #1366005)
[ Ken VanDine ]
* Provide more keywords to make search useful (LP: #1370219) (LP:
  #1370219)
* [background] set sourceSize in the image preview to work around an
  issue loading large images (LP: #1373462)
[ CI bot ]
* Resync trunk
[ Mathieu Trudel-Lapierre ]
* [bluetooth] Properly handle device types for connection and
  disconnection. (LP: #1369964)
[ Michael Terry ]
* Add a translator comment for what HERE means. (LP: #1368838) (LP:
  #1368838)
* Prevent a crash in unity8 when the wizard also crashes or stops
  early. (LP: #1355892) (LP: #1355892)
[ Michael Terry ]
* Prevent the buttons of the wizard's password page from overlapping
  its content when the OSK appears. (LP: #1368346) (LP: #1368346)
[ Ken VanDine ]
* Set the version information in the SystemUpdate constructor (LP:
  #1371810) (LP: #1371810)
* [reset] Don't bail out on an isValid() check on the SystemImage
  QDBusInterface, the docs say isValid() may not be reliable for
  remote interfaces (LP: #1370815) (LP: #1370815)
* Fixed reference error for count on the various device models (LP:
  #1362517) (LP: #1362517)
* [background] Use the ContentPeerPicker to select sources for
  backgrounds (LP: #1356542) (LP: #1356542)
[ Iain Lane ]
* Don't check if the timedated interface is valid before calling
  SetTime on it, it might have timed out and we should reactivate it
  in that case.
* [about] Fix developerMode property to be QMLish - read & write
  instead of separate "read" and "toggle" properties.
* [about] Don't display a frame for icons that can't be found,
  improving the visual appearance. Also return the correct path for
  click packages which use the icon theme.
[ Sebastien Bacher ]
* [storage] handle the scope click .ini and get the correct icons (LP:
  #1368920)
[ Albert Astals ]
* make pot
[ Oliver Grawert ]
* fix LP: #1365903, add a watch to Developer Mode page so the page
  gets refreshed when going back through the page stack, also fix the
  page id and bounds (LP: #1365903)
* Some packaging fixes
  - > is not a valid relationship. It should be >>
  - Don't recommend suru-icon-theme since we also depend on it
  - Bump S-V to 3.9.6 which for example allows the images we ship in
    /usr/lib/
  - Override binary-no-manpage lintian warnings. We're not going to get man
    pages for u-s-s any time soon
[ Ken VanDine ]
* Make UpdateManager a singleton and refresh the availableUpdates
  count when the model updates (LP: #1325629) (LP: #1325629)
[ Ken VanDine ]
* Include an icon instead of using the themed icon (LP: #1365408) (LP:
  #1365408)
[ Mathieu Trudel-Lapierre ]
* [bluetooth] don't try to enable Discoverable if the device isn't
  powered yet. (LP: #1355904)
[ Ken VanDine ]
* When activated by a url request for a specific panel, clear the
  pageStack to maintain the natural navigation instead of pushing a
  new page on top of a page from a the previous panel (LP: #1362025)
  (LP: #1362025, #1359953)
[ Lars Uebernickel ]
* Use Icon instead of StatusIcon
[ CI bot ]
* Resync trunk
[ John R. Lenton ]
* Take the system settings push helper closer to implementing the spec
  at https://wiki.ubuntu.com/SoftwareUpdates#Prompting (LP: #1363972)
[ Ken VanDine ]
* Don't try to tweak the bottomMargin for the OSK, it was trying to
  calculate it based on an undefined component so failing. It
  shouldn't be needed anyway.
[ jonas-drange ]
* [wifi] "Other Network" -> "Connect to hidden network" (LP: #1365984)
* [wifi] fix bad looking buttons in "Other Networks" panel (LP:
  #1362127)
[ Jussi Pakkanen ]
* Hide entry to connect to hidden network when wifi is off. (LP:
  #1365960)
[ Ken VanDine ]
* Fixed tests for the dialpad settings failing on mako
* Don't call downloadUpdate when we see a system update ready, the
  service does that for us (LP: #1368294) (LP: #1368294)
* Translate desktop file (LP: #1318008) (LP: #1318008)
[ Martin Pitt ]
* update POT
[ Sebastien Bacher ]
* [system-update] open the ubuntuone subpanel rather than the list
  (LP: #1348580)
* [security-privacy] use ngettext strings when needed (LP: #1368159)
* Increase vertical spacing in the settings grid (LP: #1348579)
[ jonas-drange ]
* [background] always keep custom images, and remove press-and-hold
  action. (LP: #1365167)
* [wifi] do not use predictive text for network name input (LP:
  #1365992)
* [language] workaround for transition bug in keyboard layout menu
  (LP: #1350809)
* [wifi] factory was setting the icon property, which was causing the
  icon to not render (LP: #1364366)
[ Alejandro J. Cura ]
* Fixing the refreshing of the apps scope (LP: #1360369)
[ Sebastien Bacher ]
* [sound] use the correct backend to control the keyboard sound toggle
  (LP: #1366208)
[ Ken VanDine ]
* Don't call downloadUpdate for system updates that are already
  downloading (LP: #1365646) (LP: #1311219, #1365646)
[ Ken VanDine ]
* Notify the user if the phone needs to be plug to power for update.
[ Sebastien Bacher ]
* [system-update] don't draw a frame around ubuntu updates (LP:
  #1367136)
[ Mathieu Trudel-Lapierre ]
* Also allow Speakers and Carkits as valid audio devices to pair.
[ Michael Terry ]
* Allow switch from PIN code to passphrase and back using the same
  password. (LP: #1357043) (LP: #1357043)
* Fix false-negatives from AccountsService when switching from swipe
  to password (LP: #1363405) (LP: #1363405)
[ Ricardo Salveti de Araujo ]
* sound: setting default audio role for ringtone and messages
[ Michael Terry ]
* Don't crash when destructing the Wizard.Utils.System plugin. This
  fixes the crash on wizard exit and the crash when pressing back on
  the HERE license.
[ CI bot ]
* Resync trunk
[ Sebastien Bacher ]
* [developer-mode] working scrolling and correct spacing
* Use standard items for the categories and don't display dividers
  (LP: #1365563)
* [orientation-lock] don't display a frame around the icon (LP:
  #1365450)
[ jonas-drange ]
* [about/versions] create reusable component of singlevalue items that
  have long values (LP: #1363927)
[ David Barth ]
* Enable location panel, display contols for authorized applications.
[ Ken VanDine ]
* Tweak the depends for accountsservice-ubuntu-schemas to handle a "~"
  version
[ CI bot ]
* Resync trunk
[ Guillermo Gonzalez ]
* Basic unittest for the push-helper script
[ Mathieu Trudel-Lapierre ]
* Downgrade qFatal failure to register bluetooth agent to a qCritical.
[ Andrea Cimitan ]
* Various fixes for wifi wizard page (LP: #1362296)
[ Sebastien Bacher ]
* [security] don't mark "%1" string as translatable
* [security] give a translation context to the 'None' string (LP:
  #1362143)
* [licenses] display an error when the copyright can't be read (LP:
  #1206150)
[ Michael Terry ]
* Avoid another race condition when switching password types by
  completing all DBus operations synchronously as we exit the
  policykit agent. LP: 1361137 (LP: #1361137)
* Fix the OSK not working on first boot. When the wizard closes, shut
  down maliit-server and the indicators so that unity8 can start them
  itself. LP: 1362679 (LP: #1362679)
[ jonas-drange ]
* [about] print out phone numbers for dual sims as well
* [about/wifi] adding mac addresses for bt and wifi, and ip for wifi
  (LP: #1356239)
* [language] explain to the user that a reboot is necessary for the
  change to take effect (LP: #1240875)
[ Michael Terry ]
* Make the HERE license optional, clearly mark it as a HERE license
  instead of an Ubuntu license, and connect it to the HERE backend.
[ CI bot ]
* Resync trunk
[ Martin Pitt ]
* POT update
[ Ken VanDine ]
* Added setting for dialpad sounds to both the sound and phone panels.
[ CI bot ]
* Resync trunk
[ Diego Sarmentero ]
* Fix out of sync image download. Refresh scope after installation
  (LP: #1324923)
[ Sebastien Bacher ]
* [battery] refresh the graph on a minute basis
* [notifications] use normal text style and ubuntushaped icons
[ Michael Terry ]
* When changing to swipe mode, it was possible that our policykit
  agent would not unregister itself, making the next attempt to change
  modes appear to work, but in truth fail. Also, no longer ask for a
  password to switch to swipe mode if policykit has a cached
  authentication for us. (LP: #1350381)
[ Sebastien Bacher ]
* [security] tweak some pin locking details to match the design better
[ Michael Terry ]
* Implement the "When locked, allow:" portion of the Security &
  Privacy panel, so now the user can control whether the launcher
  and/or indicators are available while locked. (LP: #1358340) (LP:
  #1358340)
[ Michael Terry ]
* Update look and feel of wizard to more closely match the visual
  design.
[ Jussi Pakkanen ]
* Minor cleanups.
[ Roberto Alsina ]
* Don't crash the push helper in locales that have no .mo file (LP:
  #1357506)
[ Ken VanDine ]
* SIM PIN lock implementation
[ jonas-drange ]
* [main panel] add visual feedback on press
* [cellular] uses modemtechnologies property from ofono to populate
  technology preference options (LP: #1346790)
[ Sebastien Bacher ]
* [language] workaround inconsistent languages casing (LP: #1362123)
* [background] Display the default background selected (LP: #1349329)
* [storage] display translated names (LP: #1360207)
* [updates] don't display animations when clicking on update rows (LP:
  #1360364)
* [background] don't use an icon in the headerbar (LP: #1362122)
[ Mathieu Trudel-Lapierre ]
* Fix PIN code or passcode requests by properly matching the tag for
  the original request. (LP: #1355152)
[ Martin Pitt ]
* Update PO template
[ Sebastien Bacher ]
* Include extra files for translations (LP: #1359267)
[ jonas-drange ]
* [main panel] show rotation lock, point to correct setting
[ Ken VanDine ]
* Hide sleep locks immediately setting, which isn't implemented yet
  (LP: #1361297) (LP: #1361297)
[ Sebastien Bacher ]
* [system-update] rework the ui to use a column rather than anchors,
  the layout is quite dynamic and it should be easier to position and
  stack widgets this way (LP: #1343172)
[ Michael Terry ]
* After selecting the language, update the session environment
  immediately and restart indicators so that their notifications (like
  wifi prompt) are translated. (LP: #1354325)
[ Ken VanDine ]
* Added autopilot tests for security-privacy
[ jonas-drange ]
* [phone] adding dual sim functionality to phone panel
[ Charles Kerr ]
* In the welcome wizard, refresh the text in the 'no sim card' and
  'all done' pages to match the latest from design.
[ Michael Terry ]
* Add a location page and a terms and conditions page for the HERE
  service.
[ Ken VanDine ]
* Settings for idle/lock timeout (LP: #1230345)
* Added flickable to fix scrolling (LP: #1354161)
[ Jussi Pakkanen ]
* Fix a bunch of compiler warnings.
[ jonas-drange ]
* [cellular] displays cellular UIs based on how many SIMs are present.
  (LP: #1357393)

Show diffs side-by-side

added added

removed removed

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