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

« back to all changes in this revision

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