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

« back to all changes in this revision

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