Merge ~rs2009/unity:master into unity:master
- Git
- lp:~rs2009/unity
- master
- Merge into master
Status: | Superseded |
---|---|
Proposed branch: | ~rs2009/unity:master |
Merge into: | unity:master |
Diff against target: |
44348 lines (+32721/-544) (has conflicts) 54 files modified
.gitignore (+20/-0) AUTHORS (+2/-0) CMakeLists.txt (+3/-3) dash/DashView.cpp (+1/-1) dash/PlacesGroup.cpp (+0/-14) dash/previews/ApplicationPreview.cpp (+2/-50) debian/changelog (+14/-0) debian/control (+0/-1) launcher/DeviceLauncherSection.cpp (+2/-2) launcher/FileManagerLauncherIcon.cpp (+1/-1) launcher/QuicklistView.cpp (+0/-26) launcher/StandaloneLauncher.cpp (+3/-0) launcher/Tooltip.cpp (+0/-18) launcher/TrashLauncherIcon.cpp (+1/-1) po/ar.po (+1010/-13) po/bg.po (+1010/-13) po/cs.po (+1011/-13) po/da.po (+1010/-13) po/de.po (+1010/-13) po/el.po (+1010/-13) po/es.po (+1010/-13) po/fi.po (+1010/-13) po/fr.po (+1010/-13) po/he.po (+1010/-13) po/hi.po (+1010/-13) po/hr.po (+1013/-15) po/hu.po (+1010/-13) po/it.po (+1010/-13) po/ja.po (+1009/-13) po/ko.po (+1009/-13) po/nb.po (+1010/-13) po/nl.po (+1010/-13) po/pl.po (+1011/-13) po/pt.po (+1010/-13) po/pt_BR.po (+1010/-13) po/ro.po (+1011/-13) po/ru.po (+1013/-15) po/sk.po (+1011/-13) po/sl.po (+1014/-15) po/sr.po (+1013/-15) po/sv.po (+1010/-13) po/th.po (+1010/-13) po/tr.po (+1009/-13) po/unity.pot (+1019/-10) po/zh_CN.po (+1010/-13) po/zh_TW.po (+1010/-13) resources/launcher_bfb.svg (+13/-0) tests/test_previews_application.cpp (+0/-4) unity-shared/CMakeLists.txt (+2/-0) unity-shared/FileManager.cpp (+58/-0) unity-shared/FileManager.h (+3/-1) unity-shared/GnomeFileManager.h (+1/-1) unity-shared/NemoFileManager.cpp (+202/-0) unity-shared/NemoFileManager.h (+50/-0) Conflict in debian/changelog |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marco Trevisan (Treviño) | Disapprove | ||
Dmitry Shachnev | Approve | ||
Review via email: mp+429299@code.launchpad.net |
Commit message
Update Unity 7.5 to 7.6
Description of the change
This merge request updates this repository to Unity 7.6.
Rudra Saraswat (rs2009) wrote : | # |
mitya57: I've made the required changes (used 3 for the EmptyTrash change).
As for why we switched to 7.6, we believe the number of the changes made in this release justifies a version bump. Since the diff has been truncated here on LP, you'll find all the 7.6 changes here (especially in the 'release Unity 7.6.0' commit): https:/
I've added '-' before the tests command in debian/rules, to ignore the error code.
Rudra Saraswat (rs2009) wrote : | # |
I've re-enabled all the tests, as they do work when an X11 server is not running.
Marco Trevisan (Treviño) (3v1n0) wrote : | # |
See inline comments.
Also please split changes in "update unity 7.5.1 to 7.6" commit (they should only include CMake changes), while the style changes should be in another comment where you explain why such cairo operations are not needed anymore.
On commit 719c8f2cef92c49
Squash the commits where you disable the commits and add them again.
On commit e1e443c992124da
1. Use GLib APIs to call binaries if needed
2. In this case, calling binaries is not really needed: you should implement the trash empty with native code in unity as it used to be.
- 9731583... by Rudra Saraswat
-
switch to GSubProcess API for calling Gio
- d30b595... by Rudra Saraswat
-
remove license, last updated, copyright and rating from app preview in dash
- f12705a... by Rudra Saraswat
-
improve rounded border around dash
- a496961... by Rudra Saraswat
-
replace launcher bfb logo with ubuntu unity logo
- 999f93b... by Rudra Saraswat
-
create Monitor in StandaloneLauncher
- 2ef4fba... by Rudra Saraswat
-
make tooltips flat
- da9a4a2... by Rudra Saraswat
-
remove layered appearance from dash
- 3ac2d8e... by Rudra Saraswat
-
bump version to 7.6
- 7c92e53... by Rudra Saraswat
-
add rs2009 and k_alam to AUTHORS
- fec7ed6... by Rudra Saraswat
-
update changelog
Dmitry Shachnev (mitya57) wrote : | # |
Marco, I think Rudra addressed some your comments and you agreed that he addresses the remaining ones later. Does it look good to you now?
- 8824ef7... by Rudra Saraswat
-
remove nautilus from recommends
- 5d104cc... by Rudra Saraswat
-
fix typo in control
Marco Trevisan (Treviño) (3v1n0) : | # |
Marco Trevisan (Treviño) (3v1n0) wrote : | # |
Few more comments
Marco Trevisan (Treviño) (3v1n0) wrote : | # |
I've seen that nemo suports file operations, so please just use it as it should be used,
I've made a branch that adds the NemoFileManager implementation (may need fixes): https:/
- cb841c5... by Rudra Saraswat
-
add auto-detection of file manager
Rudra Saraswat (rs2009) wrote : | # |
Sure, I've made these changes.
Marco Trevisan (Treviño) (3v1n0) wrote : | # |
I've checked that but you didn't rebase on the branch, but I've applied yours on mine and squashed the problematic ones.
Please, use git rebase more next time to fix problems on your previous commits.
The fixed MR is at https:/
Unmerged commits
- cb841c5... by Rudra Saraswat
-
add auto-detection of file manager
- 5d104cc... by Rudra Saraswat
-
fix typo in control
- 8824ef7... by Rudra Saraswat
-
remove nautilus from recommends
- 9731583... by Rudra Saraswat
-
switch to GSubProcess API for calling Gio
- f01a84a... by Rudra Saraswat
-
localized 'Do you want to empty the trash?'
- 6b173d3... by Rudra Saraswat
-
add includes to fix EmptyTrash function
- fec7ed6... by Rudra Saraswat
-
update changelog
- 7c92e53... by Rudra Saraswat
-
add rs2009 and k_alam to AUTHORS
- 3ac2d8e... by Rudra Saraswat
-
bump version to 7.6
- da9a4a2... by Rudra Saraswat
-
remove layered appearance from dash
Preview Diff
1 | diff --git a/.gitignore b/.gitignore |
2 | new file mode 100644 |
3 | index 0000000..e5c1d60 |
4 | --- /dev/null |
5 | +++ b/.gitignore |
6 | @@ -0,0 +1,20 @@ |
7 | +build |
8 | +services/panel-marshal.c |
9 | +services/panel-marshal.h |
10 | +.AUTHORS.sed |
11 | +tests/autopilot/dist |
12 | +tests/autopilot/unity.egg-info |
13 | +*.log |
14 | +*.debhelper |
15 | +*.substvars |
16 | +*.swp |
17 | +debian/tmp |
18 | +debian/files |
19 | +obj-*/ |
20 | +.bzr-repo |
21 | +debian/libunity-core-6.0-9/ |
22 | +debian/libunity-core-6.0-dev/ |
23 | +debian/unity-autopilot/ |
24 | +debian/unity-services/ |
25 | +debian/unity-schemas/ |
26 | +debian/unity/ |
27 | \ No newline at end of file |
28 | diff --git a/AUTHORS b/AUTHORS |
29 | index 007b35a..f304a63 100644 |
30 | --- a/AUTHORS |
31 | +++ b/AUTHORS |
32 | @@ -1,3 +1,5 @@ |
33 | + Rudra Saraswat <rs2009@ubuntu.com> |
34 | + Khurshid Alam <khurshid.alam@linuxmail.org> |
35 | 3v1n0 <mail@3v1n0.net> |
36 | Adam Conrad <adconrad@0c3.net> |
37 | agateau <aurelien.gateau@canonical.com> |
38 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
39 | index 76ff07f..f6418c0 100644 |
40 | --- a/CMakeLists.txt |
41 | +++ b/CMakeLists.txt |
42 | @@ -10,8 +10,8 @@ include (GNUInstallDirs) |
43 | # |
44 | set (PROJECT_NAME "unity") |
45 | set (UNITY_MAJOR 7) |
46 | -set (UNITY_MINOR 5) |
47 | -set (UNITY_MICRO 1) |
48 | +set (UNITY_MINOR 6) |
49 | +set (UNITY_MICRO 0) |
50 | set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}") |
51 | set (UNITY_API_VERSION "6.0") |
52 | set (UNITY_COMPONENTS_VERSION "6") |
53 | @@ -29,7 +29,7 @@ option( |
54 | option( |
55 | ENABLE_UNIT_TESTS |
56 | "Enable Unity Unit Tests" |
57 | - ON |
58 | + OFF |
59 | ) |
60 | |
61 | # This is due to bug lp:668799 - qemu-arm segfaults executing msgmerge |
62 | diff --git a/dash/DashView.cpp b/dash/DashView.cpp |
63 | index e7c516c..dc4e1b2 100644 |
64 | --- a/dash/DashView.cpp |
65 | +++ b/dash/DashView.cpp |
66 | @@ -1420,7 +1420,7 @@ bool DashView::DoFallbackActivation(std::string const& uri) |
67 | return application_starter_->Launch(appname, last_activated_timestamp_); |
68 | } |
69 | else |
70 | - return gtk_show_uri(NULL, uri.c_str(), last_activated_timestamp_, NULL); |
71 | + return gtk_show_uri_on_window(NULL, uri.c_str(), last_activated_timestamp_, NULL); |
72 | |
73 | return false; |
74 | } |
75 | diff --git a/dash/PlacesGroup.cpp b/dash/PlacesGroup.cpp |
76 | index 3eb5b9e..7a1f8db 100755 |
77 | --- a/dash/PlacesGroup.cpp |
78 | +++ b/dash/PlacesGroup.cpp |
79 | @@ -491,20 +491,6 @@ void PlacesGroup::Draw(nux::GraphicsEngine& graphics_engine, |
80 | _focus_layer->Renderlayer(graphics_engine); |
81 | } |
82 | |
83 | - if (_background_layer) |
84 | - { |
85 | - nux::Geometry bg_geo = base; |
86 | - int bg_width = _background_layer->GetDeviceTexture()->GetWidth(); |
87 | - bg_geo.x = std::max(bg_geo.width - bg_width, 0); |
88 | - |
89 | - // to render into a space left over by the scrollview (1 has NOT to be scaled) |
90 | - bg_geo.width = std::min(bg_width, bg_geo.GetWidth()) + 1; |
91 | - bg_geo.height = _background_layer->GetDeviceTexture()->GetHeight(); |
92 | - |
93 | - _background_layer->SetGeometry(bg_geo); |
94 | - _background_layer->Renderlayer(graphics_engine); |
95 | - } |
96 | - |
97 | graphics_engine.PopClippingRectangle(); |
98 | } |
99 | |
100 | diff --git a/dash/previews/ApplicationPreview.cpp b/dash/previews/ApplicationPreview.cpp |
101 | index 19d5172..49fb94b 100644 |
102 | --- a/dash/previews/ApplicationPreview.cpp |
103 | +++ b/dash/previews/ApplicationPreview.cpp |
104 | @@ -132,7 +132,7 @@ void ApplicationPreview::SetupViews() |
105 | image_data_layout_->SetSpaceBetweenChildren(style.GetPanelSplitWidth().CP(scale)); |
106 | |
107 | ///////////////////// |
108 | - // Image |
109 | + // Image (not used) |
110 | image_ = new CoverArt(); |
111 | image_->scale = scale(); |
112 | AddChild(image_.GetPointer()); |
113 | @@ -161,19 +161,6 @@ void ApplicationPreview::SetupViews() |
114 | app_icon_->mouse_click.connect(on_mouse_down); |
115 | icon_layout_->AddView(app_icon_.GetPointer(), 0); |
116 | |
117 | - if (app_preview_model->rating >= 0) |
118 | - { |
119 | - app_rating_ = new PreviewRatingsWidget(); |
120 | - AddChild(app_rating_.GetPointer()); |
121 | - app_rating_->scale = scale(); |
122 | - app_rating_->SetMaximumHeight(style.GetRatingWidgetHeight().CP(scale)); |
123 | - app_rating_->SetMinimumHeight(style.GetRatingWidgetHeight().CP(scale)); |
124 | - app_rating_->SetRating(app_preview_model->rating); |
125 | - app_rating_->SetReviews(app_preview_model->num_ratings); |
126 | - app_rating_->request_close().connect([this]() { preview_container_->request_close.emit(); }); |
127 | - icon_layout_->AddView(app_rating_.GetPointer(), 0); |
128 | - } |
129 | - |
130 | ///////////////////// |
131 | |
132 | ///////////////////// |
133 | @@ -192,6 +179,7 @@ void ApplicationPreview::SetupViews() |
134 | title_->SetFont(style.title_font().c_str()); |
135 | title_->mouse_click.connect(on_mouse_down); |
136 | title_subtitle_layout_->AddView(title_.GetPointer(), 1); |
137 | + title_subtitle_layout_->SetPadding(34, 0, 0, 0); |
138 | |
139 | if (!preview_model_->subtitle.Get().empty()) |
140 | { |
141 | @@ -207,41 +195,6 @@ void ApplicationPreview::SetupViews() |
142 | app_updated_copywrite_layout_ = new nux::VLayout(); |
143 | app_updated_copywrite_layout_->SetSpaceBetweenChildren(COPYRIGHT_SPACE_CHILDREN.CP(scale)); |
144 | |
145 | - if (!app_preview_model->license.Get().empty()) |
146 | - { |
147 | - license_ = new StaticCairoText(app_preview_model->license, true, NUX_TRACKER_LOCATION); |
148 | - AddChild(license_.GetPointer()); |
149 | - license_->SetFont(style.app_license_font().c_str()); |
150 | - license_->SetLines(-1); |
151 | - license_->SetScale(scale); |
152 | - license_->mouse_click.connect(on_mouse_down); |
153 | - app_updated_copywrite_layout_->AddView(license_.GetPointer(), 1); |
154 | - } |
155 | - |
156 | - if (!app_preview_model->last_update.Get().empty()) |
157 | - { |
158 | - std::stringstream last_update; |
159 | - last_update << _("Last Updated") << " " << app_preview_model->last_update.Get(); |
160 | - |
161 | - last_update_ = new StaticCairoText(last_update.str(), true, NUX_TRACKER_LOCATION); |
162 | - AddChild(last_update_.GetPointer()); |
163 | - last_update_->SetFont(style.app_last_update_font().c_str()); |
164 | - last_update_->SetScale(scale); |
165 | - last_update_->mouse_click.connect(on_mouse_down); |
166 | - app_updated_copywrite_layout_->AddView(last_update_.GetPointer(), 1); |
167 | - } |
168 | - |
169 | - if (!app_preview_model->copyright.Get().empty()) |
170 | - { |
171 | - copywrite_ = new StaticCairoText(app_preview_model->copyright, true, NUX_TRACKER_LOCATION); |
172 | - AddChild(copywrite_.GetPointer()); |
173 | - copywrite_->SetFont(style.app_copywrite_font().c_str()); |
174 | - copywrite_->SetLines(-1); |
175 | - copywrite_->SetScale(scale); |
176 | - copywrite_->mouse_click.connect(on_mouse_down); |
177 | - app_updated_copywrite_layout_->AddView(copywrite_.GetPointer(), 1); |
178 | - } |
179 | - |
180 | app_data_layout_->AddLayout(title_subtitle_layout_); |
181 | app_data_layout_->AddLayout(app_updated_copywrite_layout_); |
182 | |
183 | @@ -297,7 +250,6 @@ void ApplicationPreview::SetupViews() |
184 | full_data_layout_->AddLayout(actions_layout_, 0); |
185 | ///////////////////// |
186 | |
187 | - image_data_layout_->AddView(image_.GetPointer(), 0); |
188 | image_data_layout_->AddLayout(full_data_layout_, 1); |
189 | |
190 | mouse_click.connect(on_mouse_down); |
191 | diff --git a/debian/changelog b/debian/changelog |
192 | index 15b5358..d9366d2 100644 |
193 | --- a/debian/changelog |
194 | +++ b/debian/changelog |
195 | @@ -1,3 +1,17 @@ |
196 | +<<<<<<< debian/changelog |
197 | +======= |
198 | +unity (7.6.0+22.04.20220601.1-0ubuntu1) kinetic; urgency=medium |
199 | + |
200 | + * Added transparent dash border |
201 | + * Replaced launcher bfb with Ubuntu Unity logo |
202 | + * Removed broken app info and ratings from dash |
203 | + * Simplified app preview in dash |
204 | + * Fixed the 'Empty Trash' button in the launcher |
205 | + * Fixed the standalone testing Unity7 launcher |
206 | + |
207 | + -- Rudra Saraswat <rs2009@ubuntu.com> Fri, 29 Apr 2022 15:28:29 +0530 |
208 | + |
209 | +>>>>>>> debian/changelog |
210 | unity (7.5.1+22.10.20220818-0ubuntu1) kinetic; urgency=medium |
211 | |
212 | [ Alberts Muktupāvels ] |
213 | diff --git a/debian/control b/debian/control |
214 | index 59eabf9..c61edb5 100644 |
215 | --- a/debian/control |
216 | +++ b/debian/control |
217 | @@ -90,7 +90,6 @@ Depends: ${shlibs:Depends}, |
218 | unity-scope-home, |
219 | Recommends: unity-control-center, |
220 | ${unity-default-masterscopes} |
221 | - nautilus (>> 3.37.1), |
222 | nemo, |
223 | gnome-disk-utility, |
224 | hud, |
225 | diff --git a/launcher/DeviceLauncherSection.cpp b/launcher/DeviceLauncherSection.cpp |
226 | index bfc922d..90b1203 100644 |
227 | --- a/launcher/DeviceLauncherSection.cpp |
228 | +++ b/launcher/DeviceLauncherSection.cpp |
229 | @@ -22,7 +22,7 @@ |
230 | #include "DevicesSettingsImp.h" |
231 | #include "VolumeImp.h" |
232 | #include "VolumeMonitorWrapper.h" |
233 | -#include "unity-shared/GnomeFileManager.h" |
234 | +#include "unity-shared/FileManager.h" |
235 | |
236 | namespace unity |
237 | { |
238 | @@ -34,7 +34,7 @@ DeviceLauncherSection::DeviceLauncherSection(AbstractVolumeMonitorWrapper::Ptr c |
239 | DeviceNotificationDisplay::Ptr const& notify) |
240 | : monitor_(vm ? vm : std::make_shared<VolumeMonitorWrapper>()) |
241 | , devices_settings_(ds ? ds : std::make_shared<DevicesSettingsImp>()) |
242 | - , file_manager_(GnomeFileManager::Get()) |
243 | + , file_manager_(FileManager::GetDefault()) |
244 | , device_notification_display_(notify ? notify : std::make_shared<DeviceNotificationDisplayImp>()) |
245 | { |
246 | monitor_->volume_added.connect(sigc::mem_fun(this, &DeviceLauncherSection::OnVolumeAdded)); |
247 | diff --git a/launcher/FileManagerLauncherIcon.cpp b/launcher/FileManagerLauncherIcon.cpp |
248 | index 0926997..7e1560a 100644 |
249 | --- a/launcher/FileManagerLauncherIcon.cpp |
250 | +++ b/launcher/FileManagerLauncherIcon.cpp |
251 | @@ -40,7 +40,7 @@ const std::string DEFAULT_ICON = "system-file-manager"; |
252 | FileManagerLauncherIcon::FileManagerLauncherIcon(ApplicationPtr const& app, DeviceLauncherSection::Ptr const& dev, FileManager::Ptr const& fm) |
253 | : WindowedLauncherIcon(IconType::APPLICATION) |
254 | , ApplicationLauncherIcon(app) |
255 | - , StorageLauncherIcon(GetIconType(), fm ? fm : GnomeFileManager::Get()) |
256 | + , StorageLauncherIcon(GetIconType(), fm ? fm : FileManager::GetDefault()) |
257 | , devices_(dev) |
258 | { |
259 | // We disconnect from ApplicationLauncherIcon app signals, as we manage them manually |
260 | diff --git a/launcher/QuicklistView.cpp b/launcher/QuicklistView.cpp |
261 | index 55251f9..f9a8365 100644 |
262 | --- a/launcher/QuicklistView.cpp |
263 | +++ b/launcher/QuicklistView.cpp |
264 | @@ -886,32 +886,6 @@ void ql_tint_dot_hl(cairo_t* cr, |
265 | cairo_rectangle(dots_cr, 2.0f, 2.0f, 1.0f, 1.0f); |
266 | cairo_fill(dots_cr); |
267 | dots_pattern = cairo_pattern_create_for_surface(dots_surf.GetSurface()); |
268 | - |
269 | - // fill path of normal context with dot-pattern |
270 | - cairo_set_operator(cr, CAIRO_OPERATOR_OVER); |
271 | - cairo_set_source(cr, dots_pattern); |
272 | - cairo_pattern_set_extend(dots_pattern, CAIRO_EXTEND_REPEAT); |
273 | - cairo_fill_preserve(cr); |
274 | - cairo_pattern_destroy(dots_pattern); |
275 | - |
276 | - // draw highlight |
277 | - cairo_set_operator(cr, CAIRO_OPERATOR_OVER); |
278 | - hl_pattern = cairo_pattern_create_radial(hl_x, |
279 | - hl_y, |
280 | - 0.0f, |
281 | - hl_x, |
282 | - hl_y, |
283 | - hl_size); |
284 | - cairo_pattern_add_color_stop_rgba(hl_pattern, |
285 | - 0.0f, |
286 | - hl_color.red, |
287 | - hl_color.green, |
288 | - hl_color.blue, |
289 | - hl_color.alpha); |
290 | - cairo_pattern_add_color_stop_rgba(hl_pattern, 1.0f, 1.0f, 1.0f, 1.0f, 0.0f); |
291 | - cairo_set_source(cr, hl_pattern); |
292 | - cairo_fill(cr); |
293 | - cairo_pattern_destroy(hl_pattern); |
294 | } |
295 | |
296 | void ql_setup(cairo_surface_t** surf, |
297 | diff --git a/launcher/StandaloneLauncher.cpp b/launcher/StandaloneLauncher.cpp |
298 | index 3c44939..0af7d0c 100644 |
299 | --- a/launcher/StandaloneLauncher.cpp |
300 | +++ b/launcher/StandaloneLauncher.cpp |
301 | @@ -30,6 +30,7 @@ |
302 | #include "LauncherController.h" |
303 | #include "Launcher.h" |
304 | #include "unity-shared/IconRenderer.h" |
305 | +#include "unity-shared/InputMonitor.h" |
306 | #include "unity-shared/PanelStyle.h" |
307 | #include "unity-shared/UBusMessages.h" |
308 | #include "unity-shared/UnitySettings.h" |
309 | @@ -72,6 +73,8 @@ private: |
310 | |
311 | void Init() |
312 | { |
313 | + input::Monitor im_; |
314 | + |
315 | SetupBackground(); |
316 | controller.reset(new launcher::Controller(std::make_shared<StandaloneDndManager>(), std::make_shared<ui::EdgeBarrierController>())); |
317 | |
318 | diff --git a/launcher/Tooltip.cpp b/launcher/Tooltip.cpp |
319 | index 35e88a3..67898ee 100644 |
320 | --- a/launcher/Tooltip.cpp |
321 | +++ b/launcher/Tooltip.cpp |
322 | @@ -275,24 +275,6 @@ void tint_dot_hl(cairo_t* cr, |
323 | tint_color.blue, |
324 | tint_color.alpha); |
325 | cairo_fill_preserve(cr); |
326 | - |
327 | - // draw glow |
328 | - hl_pattern = cairo_pattern_create_radial(hl_x, |
329 | - hl_y - hl_size / 1.4f, |
330 | - 0.0f, |
331 | - hl_x, |
332 | - hl_y - hl_size / 1.4f, |
333 | - hl_size); |
334 | - cairo_pattern_add_color_stop_rgba(hl_pattern, |
335 | - 0.0f, |
336 | - hl_color.red, |
337 | - hl_color.green, |
338 | - hl_color.blue, |
339 | - hl_color.alpha); |
340 | - cairo_pattern_add_color_stop_rgba(hl_pattern, 1.0f, 1.0f, 1.0f, 1.0f, 0.0f); |
341 | - cairo_set_source(cr, hl_pattern); |
342 | - cairo_fill(cr); |
343 | - cairo_pattern_destroy(hl_pattern); |
344 | } |
345 | |
346 | void _setup(cairo_surface_t** surf, |
347 | diff --git a/launcher/TrashLauncherIcon.cpp b/launcher/TrashLauncherIcon.cpp |
348 | index 9c6502e..edf5eea 100644 |
349 | --- a/launcher/TrashLauncherIcon.cpp |
350 | +++ b/launcher/TrashLauncherIcon.cpp |
351 | @@ -45,7 +45,7 @@ namespace |
352 | |
353 | TrashLauncherIcon::TrashLauncherIcon(FileManager::Ptr const& fm) |
354 | : WindowedLauncherIcon(IconType::TRASH) |
355 | - , StorageLauncherIcon(GetIconType(), fm ? fm : GnomeFileManager::Get()) |
356 | + , StorageLauncherIcon(GetIconType(), fm ? fm : FileManager::GetDefault()) |
357 | , empty_(true) |
358 | { |
359 | tooltip_text = _("Trash"); |
360 | diff --git a/po/ar.po b/po/ar.po |
361 | index 2742c77..c601313 100644 |
362 | --- a/po/ar.po |
363 | +++ b/po/ar.po |
364 | @@ -6,8 +6,8 @@ |
365 | msgid "" |
366 | msgstr "" |
367 | "Project-Id-Version: l 10n\n" |
368 | -"Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" |
369 | -"POT-Creation-Date: 2013-04-17 16:00+0100\n" |
370 | +"Report-Msgid-Bugs-To: \n" |
371 | +"POT-Creation-Date: 2022-04-29 15:33+0530\n" |
372 | "PO-Revision-Date: 2010-03-02 12:36-0500\n" |
373 | "Last-Translator: Canonical OEM\n" |
374 | "Language-Team: Arabic\n" |
375 | @@ -16,106 +16,470 @@ msgstr "" |
376 | "Content-Type: text/plain; charset=UTF-8\n" |
377 | "Content-Transfer-Encoding: 8bit\n" |
378 | |
379 | +#: ../shortcuts/CompizShortcutModeller.cpp:128 |
380 | +#: ../shortcuts/CompizShortcutModeller.cpp:231 |
381 | msgid " (Hold)" |
382 | msgstr "" |
383 | |
384 | +#: ../shortcuts/CompizShortcutModeller.cpp:169 |
385 | +#: ../shortcuts/CompizShortcutModeller.cpp:225 |
386 | msgid " (Tap)" |
387 | msgstr "" |
388 | |
389 | +#: ../shortcuts/CompizShortcutModeller.cpp:146 |
390 | msgid " + 1 to 9" |
391 | msgstr "" |
392 | |
393 | +#: ../shortcuts/CompizShortcutModeller.cpp:325 |
394 | +#: ../shortcuts/CompizShortcutModeller.cpp:331 |
395 | msgid " + Arrow Keys" |
396 | msgstr "" |
397 | |
398 | +#: ../shortcuts/CompizShortcutModeller.cpp:152 |
399 | msgid " + Shift + 1 to 9" |
400 | msgstr "" |
401 | |
402 | +#: ../shortcuts/CompizShortcutModeller.cpp:417 |
403 | +#: ../shortcuts/CompizShortcutModeller.cpp:423 |
404 | msgid " Drag" |
405 | msgstr "" |
406 | |
407 | +#: ../shortcuts/CompizShortcutModeller.cpp:394 |
408 | msgid " or Right" |
409 | msgstr "" |
410 | |
411 | +#: ../panel/PanelMenuView.cpp:82 |
412 | +#, c-format |
413 | +msgid "%s Desktop" |
414 | +msgstr "" |
415 | + |
416 | +#. The "%s" is used in the dash preview to display the "<hint>: <value>" infos |
417 | +#: ../dash/previews/PreviewInfoHintWidget.cpp:168 |
418 | +#, c-format |
419 | +msgid "%s:" |
420 | +msgstr "" |
421 | + |
422 | +#: ../a11y/unity-launcher-icon-accessible.cpp:303 |
423 | +#, c-format |
424 | +msgid "%s: running" |
425 | +msgstr "" |
426 | + |
427 | +#: ../a11y/unity-launcher-icon-accessible.cpp:299 |
428 | +#, c-format |
429 | +msgid "%s: running: %zu windows open" |
430 | +msgstr "" |
431 | + |
432 | +#: ../a11y/unity-scope-bar-icon-accessible.cpp:164 |
433 | +#, c-format |
434 | +msgid "%s: selected" |
435 | +msgstr "" |
436 | + |
437 | +#: ../plugins/unityshell/unityshell.xml.in.h:87 |
438 | +msgid "" |
439 | +"A conglomerate setting that modifies the overall responsiveness of the " |
440 | +"Launcher reveal." |
441 | +msgstr "" |
442 | + |
443 | +#: ../plugins/unityshell/unityshell.xml.in.h:9 |
444 | +msgid "A tap on this key summons the HUD." |
445 | +msgstr "" |
446 | + |
447 | +#: ../services/panel-service.c:2395 |
448 | msgid "Activate" |
449 | msgstr "" |
450 | |
451 | +#: ../plugins/unityshell/unityshell.xml.in.h:30 |
452 | +msgid "Active Blur" |
453 | +msgstr "" |
454 | + |
455 | +#: ../plugins/unityshell/unityshell.xml.in.h:44 |
456 | +msgid "Active window shadow color" |
457 | +msgstr "" |
458 | + |
459 | +#: ../plugins/unityshell/unityshell.xml.in.h:42 |
460 | +msgid "Active window shadow radius" |
461 | +msgstr "" |
462 | + |
463 | +#: ../launcher/ApplicationLauncherIcon.cpp:723 |
464 | +msgid "Add to Dash" |
465 | +msgstr "" |
466 | + |
467 | +#: ../dash/FilterAllButton.cpp:38 |
468 | msgid "All" |
469 | msgstr "" |
470 | |
471 | +#: ../plugins/unityshell/unityshell.xml.in.h:78 |
472 | +msgid "All Displays" |
473 | +msgstr "" |
474 | + |
475 | +#: ../plugins/unityshell/unityshell.xml.in.h:85 |
476 | +msgid "" |
477 | +"Allows minimizing a single windowed application by clicking on its Launcher " |
478 | +"icon." |
479 | +msgstr "" |
480 | + |
481 | +#: ../plugins/unityshell/unityshell.xml.in.h:83 |
482 | +msgid "" |
483 | +"Allows using the mouse scrollwheel to focus an application if the icon is " |
484 | +"inactive." |
485 | +msgstr "" |
486 | + |
487 | +#: ../plugins/unityshell/unityshell.xml.in.h:91 |
488 | +msgid "" |
489 | +"Amount of mouse pressure required to push the mousepointer into the next " |
490 | +"monitor." |
491 | +msgstr "" |
492 | + |
493 | +#: ../plugins/unityshell/unityshell.xml.in.h:89 |
494 | +msgid "Amount of mouse pressure required to reveal the Launcher." |
495 | +msgstr "" |
496 | + |
497 | +#: ../plugins/unityshell/unityshell.xml.in.h:68 |
498 | +msgid "Animation played when the Launcher is showing or hiding." |
499 | +msgstr "" |
500 | + |
501 | +#: ../shortcuts/CompizShortcutModeller.cpp:213 |
502 | msgid "Arrow Keys" |
503 | msgstr "" |
504 | |
505 | +#: ../lockscreen/UserPromptView.cpp:508 |
506 | +msgid "Authentication failure" |
507 | +msgstr "" |
508 | + |
509 | +#: ../plugins/unityshell/unityshell.xml.in.h:66 |
510 | +msgid "Autohide" |
511 | +msgstr "" |
512 | + |
513 | +#: ../plugins/unityshell/unityshell.xml.in.h:145 |
514 | +msgid "" |
515 | +"Automatically spreads multiple windows of the same application out into a " |
516 | +"grid after a short time." |
517 | +msgstr "" |
518 | + |
519 | +#: ../plugins/unityshell/unityshell.xml.in.h:31 |
520 | +msgid "Automaximize Value" |
521 | +msgstr "" |
522 | + |
523 | +#: ../plugins/unityshell/unityshell.xml.in.h:24 |
524 | +msgid "Background Color" |
525 | +msgstr "" |
526 | + |
527 | +#: ../plugins/unityshell/unityshell.xml.in.h:25 |
528 | +msgid "Background color override for the Dash, Launcher and Switcher." |
529 | +msgstr "" |
530 | + |
531 | +#: ../plugins/unityshell/unityshell.xml.in.h:104 |
532 | +msgid "Backlight Always Off" |
533 | +msgstr "" |
534 | + |
535 | +#: ../plugins/unityshell/unityshell.xml.in.h:102 |
536 | +msgid "Backlight Always On" |
537 | +msgstr "" |
538 | + |
539 | +#: ../plugins/unityshell/unityshell.xml.in.h:103 |
540 | +msgid "Backlight Toggles" |
541 | +msgstr "" |
542 | + |
543 | +#: ../plugins/unityshell/unityshell.xml.in.h:106 |
544 | +msgid "Backlight and Edge Illumination Toggles" |
545 | +msgstr "" |
546 | + |
547 | +#: ../plugins/unityshell/unityshell.xml.in.h:146 |
548 | +msgid "Bias alt-tab to prefer windows on the current viewport" |
549 | +msgstr "" |
550 | + |
551 | +#: ../plugins/unityshell/unityshell.xml.in.h:147 |
552 | +msgid "" |
553 | +"Bias the Switcher to prefer windows which are placed on the current viewport." |
554 | +msgstr "" |
555 | + |
556 | +#: ../plugins/unityshell/unityshell.xml.in.h:111 |
557 | +msgid "Blink" |
558 | +msgstr "" |
559 | + |
560 | +#: ../unity-shared/TextInput.cpp:347 |
561 | +msgid "Caps lock is on" |
562 | +msgstr "" |
563 | + |
564 | +#: ../dash/FilterGenreWidget.cpp:47 |
565 | msgid "Categories" |
566 | msgstr "" |
567 | |
568 | +#: ../plugins/unityshell/unityshell.xml.in.h:101 |
569 | +msgid "Change how the icons in the Launcher are backlit." |
570 | +msgstr "" |
571 | + |
572 | +#: ../launcher/ApplicationLauncherIcon.cpp:661 |
573 | +msgid "Close" |
574 | +msgstr "" |
575 | + |
576 | +#: ../shortcuts/CompizShortcutModeller.cpp:401 |
577 | msgid "Closes the current window." |
578 | msgstr "" |
579 | |
580 | -msgid "Ctrl + Alt + Num" |
581 | +#: ../shortcuts/CompizShortcutModeller.cpp:308 |
582 | +msgid "Closes the selected application / window." |
583 | +msgstr "" |
584 | + |
585 | +#: ../dash/previews/SocialPreview.cpp:230 |
586 | +msgid "Comments" |
587 | +msgstr "" |
588 | + |
589 | +#: ../shortcuts/CompizShortcutModeller.cpp:415 |
590 | +msgid "Ctrl + Alt + Num (keypad)" |
591 | msgstr "" |
592 | |
593 | +#: ../shortcuts/CompizShortcutModeller.cpp:208 |
594 | msgid "Ctrl + Tab" |
595 | msgstr "" |
596 | |
597 | +#: ../shortcuts/CompizShortcutModeller.cpp:246 |
598 | +#: ../shortcuts/CompizShortcutModeller.cpp:288 |
599 | msgid "Cursor Left or Right" |
600 | msgstr "" |
601 | |
602 | +#: ../shortcuts/CompizShortcutModeller.cpp:293 |
603 | +msgid "Cursor Up or Down" |
604 | +msgstr "" |
605 | + |
606 | +#: ../plugins/unityshell/unityshell.xml.in.h:58 |
607 | +msgid "" |
608 | +"Cycles through icons present in the Launcher, in reverse order. Activates " |
609 | +"the highlighted icon on release." |
610 | +msgstr "" |
611 | + |
612 | +#: ../plugins/unityshell/unityshell.xml.in.h:56 |
613 | +msgid "" |
614 | +"Cycles through icons present in the Launcher. Activates the highlighted icon " |
615 | +"on release." |
616 | +msgstr "" |
617 | + |
618 | +#: ../a11y/unity-dash-view-accessible.cpp:100 |
619 | +#: ../shortcuts/CompizShortcutModeller.cpp:167 |
620 | msgid "Dash" |
621 | msgstr "" |
622 | |
623 | +#: ../plugins/unityshell/unityshell.xml.in.h:26 |
624 | +msgid "Dash Blur" |
625 | +msgstr "" |
626 | + |
627 | +#: ../plugins/unityshell/unityshell.xml.in.h:59 |
628 | +msgid "Dash tap duration" |
629 | +msgstr "" |
630 | + |
631 | +#: ../plugins/unityshell/unityshell.xml.in.h:35 |
632 | +msgid "Decorations" |
633 | +msgstr "" |
634 | + |
635 | +#: ../plugins/unityshell/unityshell.xml.in.h:81 |
636 | +msgid "Determines if the Launcher's edges will capture the mousepointer." |
637 | +msgstr "" |
638 | + |
639 | +#: ../plugins/unityshell/unityshell.xml.in.h:148 |
640 | +msgid "Disable Show Desktop in the Switcher" |
641 | +msgstr "" |
642 | + |
643 | +#: ../plugins/unityshell/unityshell.xml.in.h:150 |
644 | +msgid "Disable the mouse in the Switcher" |
645 | +msgstr "" |
646 | + |
647 | +#: ../plugins/unityshell/unityshell.xml.in.h:149 |
648 | +msgid "Disables the Show Desktop icon in the Switcher." |
649 | +msgstr "" |
650 | + |
651 | +#: ../plugins/unityshell/unityshell.xml.in.h:141 |
652 | +msgid "" |
653 | +"Disables the last focused window being the first entry in the Switcher, so " |
654 | +"Switcher strictly switches between applications" |
655 | +msgstr "" |
656 | + |
657 | +#: ../plugins/unityshell/unityshell.xml.in.h:151 |
658 | +msgid "Disables the mouse in the Switcher." |
659 | +msgstr "" |
660 | + |
661 | +#: ../decorations/DecorationsForceQuitDialog.cpp:338 |
662 | +msgid "" |
663 | +"Do you want to force the application to exit, or wait for it to respond?" |
664 | +msgstr "" |
665 | + |
666 | +#: ../launcher/SpacerLauncherIcon.cpp:35 |
667 | msgid "Drop To Add Application" |
668 | msgstr "" |
669 | |
670 | +#: ../plugins/unityshell/unityshell.xml.in.h:124 |
671 | +msgid "" |
672 | +"Duration (in milliseconds) of the menus fade-in animation, used when the " |
673 | +"menus of a new launched application have been shown." |
674 | +msgstr "" |
675 | + |
676 | +#: ../plugins/unityshell/unityshell.xml.in.h:118 |
677 | +msgid "" |
678 | +"Duration (in milliseconds) of the menus fade-in animation, used when the " |
679 | +"mouse goes over the top-panel." |
680 | +msgstr "" |
681 | + |
682 | +#: ../plugins/unityshell/unityshell.xml.in.h:126 |
683 | +msgid "" |
684 | +"Duration (in milliseconds) of the menus fade-out animation, used when the " |
685 | +"menus of a new launched application have been shown." |
686 | +msgstr "" |
687 | + |
688 | +#: ../plugins/unityshell/unityshell.xml.in.h:120 |
689 | +msgid "" |
690 | +"Duration (in milliseconds) of the menus fade-out animation, used when the " |
691 | +"mouse goes over the top-panel." |
692 | +msgstr "" |
693 | + |
694 | +#: ../plugins/unityshell/unityshell.xml.in.h:60 |
695 | +msgid "" |
696 | +"Duration (in millseconds) that will count as a tap for opening the Dash." |
697 | +msgstr "" |
698 | + |
699 | +#: ../plugins/unityshell/unityshell.xml.in.h:96 |
700 | +msgid "Duration of Sticky Edge Release after Break" |
701 | +msgstr "" |
702 | + |
703 | +#: ../plugins/unityshell/unityshell.xml.in.h:37 |
704 | +msgid "" |
705 | +"Each Gtk theme can provide shadow parameters, but you can override these " |
706 | +"values here." |
707 | +msgstr "" |
708 | + |
709 | +#: ../plugins/unityshell/unityshell.xml.in.h:105 |
710 | +msgid "Edge Illumination Toggles" |
711 | +msgstr "" |
712 | + |
713 | +#: ../plugins/unityshell/unityshell.xml.in.h:94 |
714 | +msgid "Edge Stop Velocity" |
715 | +msgstr "" |
716 | + |
717 | +#: ../launcher/VolumeLauncherIcon.cpp:272 |
718 | msgid "Eject" |
719 | msgstr "" |
720 | |
721 | +#: ../launcher/VolumeLauncherIcon.cpp:272 |
722 | msgid "Eject parent drive" |
723 | msgstr "" |
724 | |
725 | -msgid "Empty Trash..." |
726 | +#: ../launcher/TrashLauncherIcon.cpp:103 |
727 | +msgid "Empty Trash…" |
728 | +msgstr "" |
729 | + |
730 | +#: ../plugins/unityshell/unityshell.xml.in.h:33 |
731 | +msgid "Enable Shortcut Hints Overlay" |
732 | +msgstr "" |
733 | + |
734 | +#: ../plugins/unityshell/unityshell.xml.in.h:143 |
735 | +msgid "Enables miniature live window previews in the Switcher." |
736 | +msgstr "" |
737 | + |
738 | +#: ../plugins/unityshell/unityshell.xml.in.h:34 |
739 | +msgid "" |
740 | +"Enables possibility to display an overlay showing available mouse and " |
741 | +"keyboard shortcuts." |
742 | msgstr "" |
743 | |
744 | +#: ../shortcuts/CompizShortcutModeller.cpp:218 |
745 | msgid "Enter" |
746 | msgstr "" |
747 | |
748 | +#: ../shortcuts/CompizShortcutModeller.cpp:291 |
749 | +msgid "Enter / Exit from spread mode or Select windows." |
750 | +msgstr "" |
751 | + |
752 | +#: ../launcher/ApplicationLauncherIcon.cpp:660 |
753 | +msgid "Exit" |
754 | +msgstr "" |
755 | + |
756 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:9 |
757 | +msgid "Fade Duration" |
758 | +msgstr "" |
759 | + |
760 | +#: ../plugins/unityshell/unityshell.xml.in.h:72 |
761 | +msgid "Fade and Slide" |
762 | +msgstr "" |
763 | + |
764 | +#: ../plugins/unityshell/unityshell.xml.in.h:69 |
765 | +msgid "Fade on bfb and Slide" |
766 | +msgstr "" |
767 | + |
768 | +#: ../plugins/unityshell/unityshell.xml.in.h:71 |
769 | +msgid "Fade only" |
770 | +msgstr "" |
771 | + |
772 | +#: ../lockscreen/UserPromptView.cpp:301 |
773 | +msgid "Failed to authenticate" |
774 | +msgstr "" |
775 | + |
776 | +#: ../unity-shared/SearchBar.cpp:163 |
777 | msgid "Filter results" |
778 | msgstr "" |
779 | |
780 | +#: ../plugins/unityshell/unityshell.xml.in.h:139 |
781 | +msgid "" |
782 | +"Flips through all the windows present in the Switcher, in reverse order." |
783 | +msgstr "" |
784 | + |
785 | +#: ../plugins/unityshell/unityshell.xml.in.h:137 |
786 | +msgid "Flips through all the windows present in the Switcher." |
787 | +msgstr "" |
788 | + |
789 | +#: ../launcher/VolumeLauncherIcon.cpp:312 |
790 | +msgid "Format…" |
791 | +msgstr "" |
792 | + |
793 | +#: ../plugins/unityshell/unityshell.xml.in.h:3 |
794 | +msgid "General" |
795 | +msgstr "" |
796 | + |
797 | +#: ../plugins/unityshell/unityshell.xml.in.h:54 |
798 | +msgid "" |
799 | +"Gives keyboard-focus to the Launcher so it can be navigated with the cursor-" |
800 | +"keys." |
801 | +msgstr "" |
802 | + |
803 | +#: ../shutdown/SessionView.cpp:175 |
804 | #, c-format |
805 | msgid "" |
806 | "Goodbye, %s. Are you sure you want to close all programs and log out from " |
807 | "your account?" |
808 | msgstr "" |
809 | |
810 | +#: ../shutdown/SessionView.cpp:159 |
811 | #, c-format |
812 | msgid "" |
813 | "Goodbye, %s. Are you sure you want to close all programs and shut down the " |
814 | "computer?" |
815 | msgstr "" |
816 | |
817 | +#: ../shutdown/SessionView.cpp:204 |
818 | #, c-format |
819 | msgid "Goodbye, %s. Would you like to…" |
820 | msgstr "" |
821 | |
822 | +#: ../launcher/HudLauncherIcon.cpp:44 |
823 | msgid "HUD" |
824 | msgstr "" |
825 | |
826 | +#: ../shortcuts/CompizShortcutModeller.cpp:223 |
827 | msgid "HUD & Menu Bar" |
828 | msgstr "" |
829 | |
830 | +#: ../shutdown/SessionView.cpp:170 |
831 | #, c-format |
832 | msgid "" |
833 | "Hi %s, you have open files that you might want to save before logging out. " |
834 | "Are you sure you want to continue?" |
835 | msgstr "" |
836 | |
837 | +#: ../shutdown/SessionView.cpp:154 |
838 | #, c-format |
839 | msgid "" |
840 | "Hi %s, you have open files that you might want to save before shutting down. " |
841 | "Are you sure you want to continue?" |
842 | msgstr "" |
843 | |
844 | +#: ../shutdown/SessionView.cpp:198 |
845 | #, c-format |
846 | msgid "" |
847 | "Hi %s, you have open files you might want to save.\n" |
848 | @@ -123,228 +487,861 @@ msgid "" |
849 | msgstr "" |
850 | |
851 | #. We have enough buttons to show the message without a new line. |
852 | +#: ../shutdown/SessionView.cpp:193 |
853 | #, c-format |
854 | msgid "Hi %s, you have open files you might want to save. Would you like to…" |
855 | msgstr "" |
856 | |
857 | +#: ../shutdown/SessionButton.cpp:71 |
858 | msgid "Hibernate" |
859 | msgstr "" |
860 | |
861 | -msgid "Keyboard Shortcuts" |
862 | +#: ../plugins/unityshell/unityshell.xml.in.h:67 |
863 | +msgid "Hide Animation" |
864 | +msgstr "" |
865 | + |
866 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:7 |
867 | +#, fuzzy |
868 | +msgid "Hide Handles" |
869 | +msgstr "حذف من برنامج Launcher" |
870 | + |
871 | +#: ../plugins/unityshell/unityshell.xml.in.h:63 |
872 | +#, fuzzy |
873 | +msgid "Hide Launcher" |
874 | +msgstr "حذف من برنامج Launcher" |
875 | + |
876 | +#: ../plugins/unityshell/unityshell.xml.in.h:13 |
877 | +msgid "Hide all windows and focus desktop." |
878 | +msgstr "" |
879 | + |
880 | +#: ../plugins/unityshell/unityshell.xml.in.h:52 |
881 | +msgid "" |
882 | +"Holding this key makes the Launcher and Help Overlay appear. Tapping it " |
883 | +"opens the Dash." |
884 | +msgstr "" |
885 | + |
886 | +#: ../plugins/unityshell/unityshell.xml.in.h:39 |
887 | +msgid "Horizontal offset of the shadow." |
888 | +msgstr "" |
889 | + |
890 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:10 |
891 | +msgid "How long the fade should last" |
892 | +msgstr "" |
893 | + |
894 | +#: ../plugins/unityshell/unityshell.xml.in.h:122 |
895 | +msgid "" |
896 | +"How many seconds the menus should be shown when a new application has been " |
897 | +"launched." |
898 | +msgstr "" |
899 | + |
900 | +#: ../plugins/unityshell/unityshell.xml.in.h:48 |
901 | +msgid "Inactive windows shadow color" |
902 | +msgstr "" |
903 | + |
904 | +#: ../plugins/unityshell/unityshell.xml.in.h:46 |
905 | +msgid "Inactive windows shadow radius" |
906 | +msgstr "" |
907 | + |
908 | +#: ../plugins/unityshell/unityshell.xml.in.h:19 |
909 | +msgid "" |
910 | +"Initiate the window Spread for the current application windows, for all the " |
911 | +"windows." |
912 | +msgstr "" |
913 | + |
914 | +#: ../plugins/unityshell/unityshell.xml.in.h:17 |
915 | +msgid "Initiate the window Spread for the current application windows." |
916 | +msgstr "" |
917 | + |
918 | +#: ../launcher/SoftwareCenterLauncherIcon.cpp:153 |
919 | +msgid "Installing…" |
920 | +msgstr "" |
921 | + |
922 | +#: ../lockscreen/UserPromptView.cpp:296 |
923 | +msgid "Invalid password, please try again" |
924 | +msgstr "" |
925 | + |
926 | +#: ../plugins/unityshell/unityshell.xml.in.h:10 |
927 | +msgid "Key to execute a command" |
928 | +msgstr "" |
929 | + |
930 | +#: ../plugins/unityshell/unityshell.xml.in.h:136 |
931 | +msgid "Key to flip through windows in the Switcher" |
932 | +msgstr "" |
933 | + |
934 | +#: ../plugins/unityshell/unityshell.xml.in.h:138 |
935 | +msgid "Key to flip through windows in the Switcher backwards" |
936 | +msgstr "" |
937 | + |
938 | +#: ../plugins/unityshell/unityshell.xml.in.h:53 |
939 | +msgid "Key to give keyboard-focus to the Launcher" |
940 | +msgstr "" |
941 | + |
942 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:8 |
943 | +msgid "Key to hide the handles" |
944 | +msgstr "" |
945 | + |
946 | +#: ../plugins/unityshell/unityshell.xml.in.h:6 |
947 | +msgid "Key to lock the screen." |
948 | +msgstr "" |
949 | + |
950 | +#: ../plugins/unityshell/unityshell.xml.in.h:14 |
951 | +msgid "Key to open the first panel menu" |
952 | +msgstr "" |
953 | + |
954 | +#: ../plugins/unityshell/unityshell.xml.in.h:51 |
955 | +msgid "Key to show the Dash, Launcher and Help Overlay" |
956 | +msgstr "" |
957 | + |
958 | +#: ../gnome/50-unity-launchers.xml.in.h:2 |
959 | +msgid "Key to show the HUD" |
960 | +msgstr "" |
961 | + |
962 | +#: ../plugins/unityshell/unityshell.xml.in.h:8 |
963 | +msgid "Key to show the HUD when tapped" |
964 | +msgstr "" |
965 | + |
966 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:6 |
967 | +msgid "Key to show the handles" |
968 | +msgstr "" |
969 | + |
970 | +#: ../plugins/unityshell/unityshell.xml.in.h:4 |
971 | +msgid "Key to show the menu bar while pressed" |
972 | +msgstr "" |
973 | + |
974 | +#: ../plugins/unityshell/unityshell.xml.in.h:16 |
975 | +msgid "Key to spread the current application windows" |
976 | msgstr "" |
977 | |
978 | -msgid "Last Updated" |
979 | +#: ../plugins/unityshell/unityshell.xml.in.h:18 |
980 | +msgid "Key to spread the current application windows in any workspace" |
981 | msgstr "" |
982 | |
983 | +#: ../plugins/unityshell/unityshell.xml.in.h:55 |
984 | +msgid "Key to start the Launcher Application Switcher" |
985 | +msgstr "" |
986 | + |
987 | +#: ../plugins/unityshell/unityshell.xml.in.h:57 |
988 | +msgid "Key to start the Launcher Application Switcher in reverse" |
989 | +msgstr "" |
990 | + |
991 | +#: ../plugins/unityshell/unityshell.xml.in.h:128 |
992 | +msgid "Key to start the Switcher" |
993 | +msgstr "" |
994 | + |
995 | +#: ../plugins/unityshell/unityshell.xml.in.h:132 |
996 | +msgid "Key to start the Switcher for all viewports" |
997 | +msgstr "" |
998 | + |
999 | +#: ../plugins/unityshell/unityshell.xml.in.h:130 |
1000 | +msgid "Key to switch to the previous window in the Switcher" |
1001 | +msgstr "" |
1002 | + |
1003 | +#: ../plugins/unityshell/unityshell.xml.in.h:134 |
1004 | +msgid "Key to switch to the previous window in the Switcher for all viewports" |
1005 | +msgstr "" |
1006 | + |
1007 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:4 |
1008 | +msgid "Key to toggle the handles" |
1009 | +msgstr "" |
1010 | + |
1011 | +#: ../shortcuts/ShortcutView.cpp:85 |
1012 | +msgid "Keyboard Shortcuts" |
1013 | +msgstr "" |
1014 | + |
1015 | +#: ../a11y/unity-launcher-accessible.cpp:137 |
1016 | +#: ../plugins/unityshell/unityshell.xml.in.h:50 |
1017 | +#: ../shortcuts/CompizShortcutModeller.cpp:126 |
1018 | msgid "Launcher" |
1019 | msgstr "" |
1020 | |
1021 | +#: ../plugins/unityshell/unityshell.xml.in.h:80 |
1022 | +msgid "Launcher Capture Mouse" |
1023 | +msgstr "" |
1024 | + |
1025 | +#: ../plugins/unityshell/unityshell.xml.in.h:90 |
1026 | +msgid "Launcher Edge Stop Overcome Pressure" |
1027 | +msgstr "" |
1028 | + |
1029 | +#: ../plugins/unityshell/unityshell.xml.in.h:100 |
1030 | +msgid "Launcher Icon Backlight Mode" |
1031 | +msgstr "" |
1032 | + |
1033 | +#: ../plugins/unityshell/unityshell.xml.in.h:107 |
1034 | +msgid "Launcher Icon Launch Animation" |
1035 | +msgstr "" |
1036 | + |
1037 | +#: ../plugins/unityshell/unityshell.xml.in.h:98 |
1038 | +msgid "Launcher Icon Size" |
1039 | +msgstr "" |
1040 | + |
1041 | +#: ../plugins/unityshell/unityshell.xml.in.h:112 |
1042 | +msgid "Launcher Icon Urgent Animation" |
1043 | +msgstr "" |
1044 | + |
1045 | +#: ../plugins/unityshell/unityshell.xml.in.h:76 |
1046 | +#, fuzzy |
1047 | +msgid "Launcher Monitors" |
1048 | +msgstr "حذف من برنامج Launcher" |
1049 | + |
1050 | +#: ../plugins/unityshell/unityshell.xml.in.h:61 |
1051 | +#, fuzzy |
1052 | +msgid "Launcher Opacity" |
1053 | +msgstr "حذف من برنامج Launcher" |
1054 | + |
1055 | +#: ../plugins/unityshell/unityshell.xml.in.h:86 |
1056 | +msgid "Launcher Reveal Edge Responsiveness" |
1057 | +msgstr "" |
1058 | + |
1059 | +#: ../plugins/unityshell/unityshell.xml.in.h:88 |
1060 | +msgid "Launcher Reveal Pressure" |
1061 | +msgstr "" |
1062 | + |
1063 | +#. Namespace |
1064 | +#: ../gnome/50-unity-launchers.xml.in.h:1 |
1065 | +#, fuzzy |
1066 | +msgid "Launchers" |
1067 | +msgstr "حذف من برنامج Launcher" |
1068 | + |
1069 | +#: ../plugins/unityshell/unityshell.xml.in.h:74 |
1070 | +msgid "Left Edge" |
1071 | +msgstr "" |
1072 | + |
1073 | +#: ../shortcuts/ShortcutHintPrivate.cpp:84 |
1074 | msgid "Left Mouse" |
1075 | msgstr "" |
1076 | |
1077 | +#: ../shutdown/SessionButton.cpp:59 |
1078 | msgid "Lock" |
1079 | msgstr "" |
1080 | |
1081 | +#: ../launcher/ApplicationLauncherIcon.cpp:590 |
1082 | +#: ../launcher/ApplicationLauncherIcon.cpp:713 |
1083 | +#: ../launcher/VolumeLauncherIcon.cpp:189 |
1084 | #, fuzzy |
1085 | msgid "Lock to Launcher" |
1086 | msgstr "حذف من برنامج Launcher" |
1087 | |
1088 | +#: ../shutdown/SessionView.cpp:165 ../shutdown/SessionButton.cpp:63 |
1089 | msgid "Log Out" |
1090 | msgstr "" |
1091 | |
1092 | +#: ../plugins/unityshell/unityshell.xml.in.h:64 |
1093 | +msgid "Make the Launcher hide automatically after some time of inactivity." |
1094 | +msgstr "" |
1095 | + |
1096 | +#: ../shortcuts/CompizShortcutModeller.cpp:383 |
1097 | msgid "Maximises the current window." |
1098 | msgstr "" |
1099 | |
1100 | +#: ../plugins/unityshell/unityshell.xml.in.h:116 |
1101 | +msgid "Menus" |
1102 | +msgstr "" |
1103 | + |
1104 | +#: ../plugins/unityshell/unityshell.xml.in.h:121 |
1105 | +msgid "Menus Discovery Duration" |
1106 | +msgstr "" |
1107 | + |
1108 | +#: ../plugins/unityshell/unityshell.xml.in.h:123 |
1109 | +msgid "Menus Discovery Fade-in Duration" |
1110 | +msgstr "" |
1111 | + |
1112 | +#: ../plugins/unityshell/unityshell.xml.in.h:125 |
1113 | +msgid "Menus Discovery Fade-out Duration" |
1114 | +msgstr "" |
1115 | + |
1116 | +#: ../plugins/unityshell/unityshell.xml.in.h:117 |
1117 | +msgid "Menus Fade-in Duration" |
1118 | +msgstr "" |
1119 | + |
1120 | +#: ../plugins/unityshell/unityshell.xml.in.h:119 |
1121 | +msgid "Menus Fade-out Duration" |
1122 | +msgstr "" |
1123 | + |
1124 | +#: ../shortcuts/ShortcutHintPrivate.cpp:85 |
1125 | msgid "Middle Mouse" |
1126 | msgstr "" |
1127 | |
1128 | +#: ../shortcuts/CompizShortcutModeller.cpp:377 |
1129 | msgid "Minimises all windows." |
1130 | msgstr "" |
1131 | |
1132 | +#: ../plugins/unityshell/unityshell.xml.in.h:84 |
1133 | +msgid "Minimize Single Window Applications (Unsupported)" |
1134 | +msgstr "" |
1135 | + |
1136 | +#: ../shortcuts/CompizShortcutModeller.cpp:244 |
1137 | msgid "Moves focus between indicators." |
1138 | msgstr "" |
1139 | |
1140 | +#: ../shortcuts/CompizShortcutModeller.cpp:332 |
1141 | msgid "Moves focused window to another workspace." |
1142 | msgstr "" |
1143 | |
1144 | +#: ../shortcuts/CompizShortcutModeller.cpp:211 |
1145 | +#: ../shortcuts/CompizShortcutModeller.cpp:286 |
1146 | msgid "Moves the focus." |
1147 | msgstr "" |
1148 | |
1149 | +#: ../shortcuts/CompizShortcutModeller.cpp:418 |
1150 | msgid "Moves the window." |
1151 | msgstr "" |
1152 | |
1153 | +#: ../dash/FilterMultiRangeWidget.cpp:43 |
1154 | msgid "Multi-range" |
1155 | msgstr "" |
1156 | |
1157 | +#: ../plugins/unityshell/unityshell.xml.in.h:65 |
1158 | +msgid "Never" |
1159 | +msgstr "" |
1160 | + |
1161 | +#: ../plugins/unityshell/unityshell.xml.in.h:28 |
1162 | +msgid "No Blur" |
1163 | +msgstr "" |
1164 | + |
1165 | +#: ../unity-shared/CoverArt.cpp:452 |
1166 | msgid "No Image Available" |
1167 | msgstr "" |
1168 | |
1169 | +#: ../plugins/unityshell/unityshell.xml.in.h:109 |
1170 | +msgid "None" |
1171 | +msgstr "" |
1172 | + |
1173 | +#: ../launcher/VolumeLauncherIcon.cpp:254 |
1174 | msgid "Open" |
1175 | msgstr "" |
1176 | |
1177 | +#: ../shortcuts/CompizShortcutModeller.cpp:135 |
1178 | msgid "Opens Launcher keyboard navigation mode." |
1179 | msgstr "" |
1180 | |
1181 | +#: ../plugins/unityshell/unityshell.xml.in.h:11 |
1182 | +msgid "Opens a folder or executes a command." |
1183 | +msgstr "" |
1184 | + |
1185 | +#: ../shortcuts/CompizShortcutModeller.cpp:153 |
1186 | msgid "Opens a new window in the app." |
1187 | msgstr "" |
1188 | |
1189 | +#: ../shortcuts/CompizShortcutModeller.cpp:176 |
1190 | msgid "Opens the Dash App Lens." |
1191 | msgstr "" |
1192 | |
1193 | +#: ../shortcuts/CompizShortcutModeller.cpp:182 |
1194 | msgid "Opens the Dash Files Lens." |
1195 | msgstr "" |
1196 | |
1197 | +#: ../shortcuts/CompizShortcutModeller.cpp:170 |
1198 | msgid "Opens the Dash Home." |
1199 | msgstr "" |
1200 | |
1201 | +#: ../shortcuts/CompizShortcutModeller.cpp:188 |
1202 | msgid "Opens the Dash Music Lens." |
1203 | msgstr "" |
1204 | |
1205 | +#: ../shortcuts/CompizShortcutModeller.cpp:194 |
1206 | +msgid "Opens the Dash Photo Lens." |
1207 | +msgstr "" |
1208 | + |
1209 | +#: ../shortcuts/CompizShortcutModeller.cpp:200 |
1210 | msgid "Opens the Dash Video Lens." |
1211 | msgstr "" |
1212 | |
1213 | +#: ../shortcuts/CompizShortcutModeller.cpp:226 |
1214 | msgid "Opens the HUD." |
1215 | msgstr "" |
1216 | |
1217 | +#: ../shortcuts/CompizShortcutModeller.cpp:129 |
1218 | msgid "Opens the Launcher, displays shortcuts." |
1219 | msgstr "" |
1220 | |
1221 | +#: ../shortcuts/CompizShortcutModeller.cpp:159 |
1222 | msgid "Opens the Trash." |
1223 | msgstr "" |
1224 | |
1225 | +#: ../shortcuts/CompizShortcutModeller.cpp:216 |
1226 | msgid "Opens the currently focused item." |
1227 | msgstr "" |
1228 | |
1229 | +#: ../plugins/unityshell/unityshell.xml.in.h:15 |
1230 | +msgid "" |
1231 | +"Opens the first indicator menu of the Panel, allowing keyboard navigation " |
1232 | +"thereafter." |
1233 | +msgstr "" |
1234 | + |
1235 | +#: ../shortcuts/CompizShortcutModeller.cpp:238 |
1236 | msgid "Opens the indicator menu." |
1237 | msgstr "" |
1238 | |
1239 | +#: ../shortcuts/CompizShortcutModeller.cpp:407 |
1240 | msgid "Opens the window accessibility menu." |
1241 | msgstr "" |
1242 | |
1243 | +#: ../shutdown/SessionView.cpp:140 |
1244 | +msgid "" |
1245 | +"Other users are logged in. Restarting or shutting down will close their open " |
1246 | +"applications and may cause them to lose work.\n" |
1247 | +"\n" |
1248 | +msgstr "" |
1249 | + |
1250 | +#: ../plugins/unityshell/unityshell.xml.in.h:36 |
1251 | +msgid "Override Theme Settings" |
1252 | +msgstr "" |
1253 | + |
1254 | +#: ../plugins/unityshell/unityshell.xml.in.h:20 |
1255 | +msgid "Panel Opacity" |
1256 | +msgstr "" |
1257 | + |
1258 | +#: ../plugins/unityshell/unityshell.xml.in.h:22 |
1259 | +msgid "Panel Opacity for Maximized Windows Toggle" |
1260 | +msgstr "" |
1261 | + |
1262 | +#: ../lockscreen/UserPromptView.cpp:98 |
1263 | +msgid "Password" |
1264 | +msgstr "" |
1265 | + |
1266 | +#: ../shortcuts/CompizShortcutModeller.cpp:413 |
1267 | msgid "Places the window in corresponding position." |
1268 | msgstr "" |
1269 | |
1270 | +#: ../plugins/unityshell/unityshell.xml.in.h:2 |
1271 | +msgid "Plugin to draw the Unity Shell" |
1272 | +msgstr "" |
1273 | + |
1274 | +#: ../plugins/unityshell/unityshell.xml.in.h:7 |
1275 | +msgid "Pressing this key will lock the current session." |
1276 | +msgstr "" |
1277 | + |
1278 | +#: ../plugins/unityshell/unityshell.xml.in.h:92 |
1279 | +msgid "Pressure Decay Rate" |
1280 | +msgstr "" |
1281 | + |
1282 | +#: ../plugins/unityshell/unityshell.xml.in.h:79 |
1283 | +msgid "Primary Display" |
1284 | +msgstr "" |
1285 | + |
1286 | +#: ../plugins/unityshell/unityshell.xml.in.h:114 |
1287 | +msgid "Pulse" |
1288 | +msgstr "" |
1289 | + |
1290 | +#: ../plugins/unityshell/unityshell.xml.in.h:110 |
1291 | +msgid "Pulse Until Running" |
1292 | +msgstr "" |
1293 | + |
1294 | +#: ../a11y/unity-quicklist-menu-accessible.cpp:179 |
1295 | msgid "Quicklist" |
1296 | msgstr "" |
1297 | |
1298 | +#: ../launcher/ApplicationLauncherIcon.cpp:604 |
1299 | +#: ../launcher/ApplicationLauncherIcon.cpp:659 |
1300 | +#: ../launcher/ApplicationLauncherIcon.cpp:738 |
1301 | +#: ../launcher/TrashLauncherIcon.cpp:130 ../launcher/VolumeLauncherIcon.cpp:376 |
1302 | msgid "Quit" |
1303 | msgstr "إنهاء" |
1304 | |
1305 | +#: ../dash/FilterRatingsWidget.cpp:48 |
1306 | msgid "Rating" |
1307 | msgstr "" |
1308 | |
1309 | +#: ../shortcuts/CompizShortcutModeller.cpp:424 |
1310 | msgid "Resizes the window." |
1311 | msgstr "" |
1312 | |
1313 | +#: ../shutdown/SessionButton.cpp:79 |
1314 | msgid "Restart" |
1315 | msgstr "" |
1316 | |
1317 | +#: ../launcher/DesktopLauncherIcon.cpp:55 |
1318 | +msgid "Restore Windows" |
1319 | +msgstr "" |
1320 | + |
1321 | +#: ../shortcuts/CompizShortcutModeller.cpp:389 |
1322 | msgid "Restores or minimises the current window." |
1323 | msgstr "" |
1324 | |
1325 | +#: ../lockscreen/UserPromptView.cpp:471 |
1326 | +msgid "Retry" |
1327 | +msgstr "" |
1328 | + |
1329 | +#: ../plugins/unityshell/unityshell.xml.in.h:73 |
1330 | +msgid "Reveal Trigger" |
1331 | +msgstr "" |
1332 | + |
1333 | +#: ../shortcuts/CompizShortcutModeller.cpp:232 |
1334 | msgid "Reveals the application menu." |
1335 | msgstr "" |
1336 | |
1337 | +#: ../plugins/unityshell/unityshell.xml.in.h:5 |
1338 | +msgid "Reveals the global menu bar while pressed." |
1339 | +msgstr "" |
1340 | + |
1341 | +#: ../shortcuts/ShortcutHintPrivate.cpp:86 |
1342 | msgid "Right Mouse" |
1343 | msgstr "" |
1344 | |
1345 | +#: ../launcher/VolumeLauncherIcon.cpp:291 |
1346 | msgid "Safely remove" |
1347 | msgstr "" |
1348 | |
1349 | +#: ../launcher/VolumeLauncherIcon.cpp:291 |
1350 | msgid "Safely remove parent drive" |
1351 | msgstr "" |
1352 | |
1353 | +#: ../shortcuts/CompizShortcutModeller.cpp:147 |
1354 | msgid "Same as clicking on a Launcher icon." |
1355 | msgstr "" |
1356 | |
1357 | +#: ../plugins/unityshell/unityshell.xml.in.h:82 |
1358 | +msgid "Scroll Inactive Icon to Focus Application" |
1359 | +msgstr "" |
1360 | + |
1361 | +#: ../launcher/BFBLauncherIcon.cpp:148 |
1362 | +msgid "Search your computer" |
1363 | +msgstr "" |
1364 | + |
1365 | +#: ../launcher/BFBLauncherIcon.cpp:147 |
1366 | msgid "Search your computer and online sources" |
1367 | msgstr "" |
1368 | |
1369 | +#: ../dash/PlacesGroup.cpp:386 |
1370 | msgid "See fewer results" |
1371 | msgstr "" |
1372 | |
1373 | +#: ../dash/PlacesGroup.cpp:392 |
1374 | +#, c-format |
1375 | +msgid "See one more result" |
1376 | +msgid_plural "See %d more results" |
1377 | +msgstr[0] "" |
1378 | +msgstr[1] "" |
1379 | + |
1380 | +#: ../plugins/unityshell/unityshell.xml.in.h:77 |
1381 | +msgid "Selects on which display the Launcher will be present." |
1382 | +msgstr "" |
1383 | + |
1384 | +#: ../shortcuts/CompizShortcutModeller.cpp:395 |
1385 | msgid "Semi-maximise the current window." |
1386 | msgstr "" |
1387 | |
1388 | +#: ../plugins/unityshell/unityshell.xml.in.h:38 |
1389 | +msgid "Shadow X offset" |
1390 | +msgstr "" |
1391 | + |
1392 | +#: ../plugins/unityshell/unityshell.xml.in.h:40 |
1393 | +msgid "Shadow Y offset" |
1394 | +msgstr "" |
1395 | + |
1396 | +#: ../launcher/DesktopLauncherIcon.cpp:57 |
1397 | +#: ../plugins/unityshell/unityshell.xml.in.h:12 |
1398 | msgid "Show Desktop" |
1399 | msgstr "" |
1400 | |
1401 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:5 |
1402 | +msgid "Show Handles" |
1403 | +msgstr "" |
1404 | + |
1405 | +#: ../plugins/unityshell/unityshell.xml.in.h:142 |
1406 | +msgid "Show live previews of windows in the Switcher" |
1407 | +msgstr "" |
1408 | + |
1409 | +#: ../shutdown/SessionView.cpp:144 ../shutdown/SessionButton.cpp:75 |
1410 | msgid "Shut Down" |
1411 | msgstr "" |
1412 | |
1413 | +#: ../plugins/unityshell/unityshell.xml.in.h:70 |
1414 | +msgid "Slide only" |
1415 | +msgstr "" |
1416 | + |
1417 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:2 |
1418 | +msgid "Small touch-based grab handles to move and resize a window" |
1419 | +msgstr "" |
1420 | + |
1421 | +#: ../dash/ScopeView.cpp:751 |
1422 | msgid "Sorry, there is nothing that matches your search." |
1423 | msgstr "" |
1424 | |
1425 | +#: ../shortcuts/CompizShortcutModeller.cpp:353 |
1426 | +msgid "Spreads all windows in all the workspaces." |
1427 | +msgstr "" |
1428 | + |
1429 | +#: ../shortcuts/CompizShortcutModeller.cpp:344 |
1430 | msgid "Spreads all windows in the current workspace." |
1431 | msgstr "" |
1432 | |
1433 | +#: ../shortcuts/CompizShortcutModeller.cpp:370 |
1434 | +msgid "Spreads all windows of the focused application in all the workspaces." |
1435 | +msgstr "" |
1436 | + |
1437 | +#: ../shortcuts/CompizShortcutModeller.cpp:361 |
1438 | +msgid "" |
1439 | +"Spreads all windows of the focused application in the current workspace." |
1440 | +msgstr "" |
1441 | + |
1442 | +#: ../shortcuts/CompizShortcutModeller.cpp:362 |
1443 | +msgid "Spreads all windows of the focused application." |
1444 | +msgstr "" |
1445 | + |
1446 | +#: ../shortcuts/CompizShortcutModeller.cpp:345 |
1447 | +msgid "Spreads all windows." |
1448 | +msgstr "" |
1449 | + |
1450 | +#: ../plugins/unityshell/unityshell.xml.in.h:29 |
1451 | +msgid "Static Blur" |
1452 | +msgstr "" |
1453 | + |
1454 | +#: ../plugins/networkarearegion/networkarearegion.xml.in.h:2 |
1455 | +msgid "Support _UNITY_NET_WORKAREA_REGION" |
1456 | +msgstr "" |
1457 | + |
1458 | +#: ../shutdown/SessionButton.cpp:67 |
1459 | msgid "Suspend" |
1460 | msgstr "" |
1461 | |
1462 | +#: ../lockscreen/UserPromptView.cpp:509 |
1463 | +msgid "Switch to greeter…" |
1464 | +msgstr "" |
1465 | + |
1466 | +#: ../a11y/unity-switcher-accessible.cpp:147 |
1467 | +#: ../plugins/unityshell/unityshell.xml.in.h:127 |
1468 | msgid "Switcher" |
1469 | msgstr "" |
1470 | |
1471 | +#: ../plugins/unityshell/unityshell.xml.in.h:140 |
1472 | +msgid "Switcher strictly changes between applications" |
1473 | +msgstr "" |
1474 | + |
1475 | +#: ../shortcuts/CompizShortcutModeller.cpp:141 |
1476 | msgid "Switches applications via the Launcher." |
1477 | msgstr "" |
1478 | |
1479 | +#: ../shortcuts/CompizShortcutModeller.cpp:206 |
1480 | msgid "Switches between Lenses." |
1481 | msgstr "" |
1482 | |
1483 | +#: ../shortcuts/CompizShortcutModeller.cpp:273 |
1484 | +msgid "Switches between applications from all workspaces." |
1485 | +msgstr "" |
1486 | + |
1487 | +#: ../shortcuts/CompizShortcutModeller.cpp:264 |
1488 | msgid "Switches between applications." |
1489 | msgstr "" |
1490 | |
1491 | +#: ../shortcuts/CompizShortcutModeller.cpp:320 |
1492 | msgid "Switches between workspaces." |
1493 | msgstr "" |
1494 | |
1495 | +#: ../plugins/unityshell/unityshell.xml.in.h:129 |
1496 | +msgid "Switches to the next open window on the actual viewport." |
1497 | +msgstr "" |
1498 | + |
1499 | +#: ../plugins/unityshell/unityshell.xml.in.h:133 |
1500 | +msgid "Switches to the next open window, including windows of all viewports." |
1501 | +msgstr "" |
1502 | + |
1503 | +#: ../plugins/unityshell/unityshell.xml.in.h:131 |
1504 | +msgid "" |
1505 | +"Switches to the previous open window on the actual viewport, once the " |
1506 | +"Switcher has been revealed." |
1507 | +msgstr "" |
1508 | + |
1509 | +#: ../plugins/unityshell/unityshell.xml.in.h:135 |
1510 | +msgid "" |
1511 | +"Switches to the previous open window, once the Switcher has been revealed, " |
1512 | +"including windows of all viewports." |
1513 | +msgstr "" |
1514 | + |
1515 | +#: ../shortcuts/CompizShortcutModeller.cpp:280 |
1516 | msgid "Switches windows of current applications." |
1517 | msgstr "" |
1518 | |
1519 | +#: ../shortcuts/CompizShortcutModeller.cpp:326 |
1520 | msgid "Switches workspaces." |
1521 | msgstr "" |
1522 | |
1523 | +#: ../shortcuts/CompizShortcutModeller.cpp:261 |
1524 | msgid "Switching" |
1525 | msgstr "" |
1526 | |
1527 | +#: ../shortcuts/CompizShortcutModeller.cpp:254 |
1528 | +msgid "Take a screenshot of the current window." |
1529 | +msgstr "" |
1530 | + |
1531 | +#: ../shortcuts/CompizShortcutModeller.cpp:249 |
1532 | +msgid "Take a screenshot." |
1533 | +msgstr "" |
1534 | + |
1535 | +#: ../plugins/unityshell/unityshell.xml.in.h:45 |
1536 | +msgid "The color of the shadows for the active window." |
1537 | +msgstr "" |
1538 | + |
1539 | +#: ../plugins/unityshell/unityshell.xml.in.h:49 |
1540 | +msgid "The color of the shadows for the inactive windows." |
1541 | +msgstr "" |
1542 | + |
1543 | +#: ../launcher/DeviceNotificationDisplayImp.cpp:41 |
1544 | msgid "The drive has been successfully ejected" |
1545 | msgstr "" |
1546 | |
1547 | +#: ../plugins/unityshell/unityshell.xml.in.h:108 |
1548 | +msgid "The icon animation playing during the launch of a process." |
1549 | +msgstr "" |
1550 | + |
1551 | +#: ../plugins/unityshell/unityshell.xml.in.h:113 |
1552 | +msgid "The icon animation playing when a Launcher Icon is in the urgent state." |
1553 | +msgstr "" |
1554 | + |
1555 | +#: ../plugins/unityshell/unityshell.xml.in.h:95 |
1556 | +msgid "The maximum velocity at which the mouse will still be stopped." |
1557 | +msgstr "" |
1558 | + |
1559 | +#: ../plugins/unityshell/unityshell.xml.in.h:32 |
1560 | +msgid "The minimum value to trigger automaximize." |
1561 | +msgstr "" |
1562 | + |
1563 | +#: ../plugins/unityshell/unityshell.xml.in.h:97 |
1564 | +msgid "" |
1565 | +"The number of milliseconds Sticky Edges are deactivated for after the " |
1566 | +"barrier has been broken." |
1567 | +msgstr "" |
1568 | + |
1569 | +#: ../plugins/unityshell/unityshell.xml.in.h:62 |
1570 | +msgid "The opacity of the Launcher background." |
1571 | +msgstr "" |
1572 | + |
1573 | +#: ../plugins/unityshell/unityshell.xml.in.h:21 |
1574 | +msgid "The opacity of the Panel background." |
1575 | +msgstr "" |
1576 | + |
1577 | +#: ../plugins/unityshell/unityshell.xml.in.h:43 |
1578 | +msgid "The radius of the shadow blur for the active window." |
1579 | +msgstr "" |
1580 | + |
1581 | +#: ../plugins/unityshell/unityshell.xml.in.h:47 |
1582 | +msgid "The radius of the shadow blur for the inactive windows." |
1583 | +msgstr "" |
1584 | + |
1585 | +#: ../plugins/unityshell/unityshell.xml.in.h:93 |
1586 | +msgid "The rate at which mouse pressure decays." |
1587 | +msgstr "" |
1588 | + |
1589 | +#: ../plugins/unityshell/unityshell.xml.in.h:99 |
1590 | +msgid "The size of the icons in the Launcher." |
1591 | +msgstr "" |
1592 | + |
1593 | +#: ../decorations/DecorationsForceQuitDialog.cpp:328 |
1594 | +msgid "This window is not responding" |
1595 | +msgstr "" |
1596 | + |
1597 | +#: ../plugins/unityshell/unityshell.xml.in.h:144 |
1598 | +msgid "Timed automatic to show live previews in the Switcher" |
1599 | +msgstr "" |
1600 | + |
1601 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:3 |
1602 | +msgid "Toggle Handles" |
1603 | +msgstr "" |
1604 | + |
1605 | +#: ../plugins/unityshell/unityshell.xml.in.h:75 |
1606 | +msgid "Top Left Corner" |
1607 | +msgstr "" |
1608 | + |
1609 | +#: ../launcher/TrashLauncherIcon.cpp:51 |
1610 | msgid "Trash" |
1611 | msgstr "" |
1612 | |
1613 | +#: ../plugins/unityshell/unityshell.xml.in.h:27 |
1614 | +msgid "Type of blur in the Dash." |
1615 | +msgstr "" |
1616 | + |
1617 | +#: ../hud/HudView.cpp:198 ../hud/HudView.cpp:385 |
1618 | msgid "Type your command" |
1619 | msgstr "" |
1620 | |
1621 | +#: ../panel/PanelMenuView.cpp:80 |
1622 | msgid "Ubuntu Desktop" |
1623 | msgstr "" |
1624 | |
1625 | +#. anonymous namespace |
1626 | +#. namespace unity |
1627 | +#: ../plugins/unityshell/unityshell.xml.in.h:1 |
1628 | +msgid "Ubuntu Unity Plugin" |
1629 | +msgstr "" |
1630 | + |
1631 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:1 |
1632 | +msgid "Unity MT Grab Handles" |
1633 | +msgstr "" |
1634 | + |
1635 | +#. namespace panel |
1636 | +#. namespace unity |
1637 | +#: ../plugins/networkarearegion/networkarearegion.xml.in.h:1 |
1638 | +msgid "Unity Scrollbars Support" |
1639 | +msgstr "" |
1640 | + |
1641 | +#: ../lockscreen/UserPromptView.cpp:469 |
1642 | +msgid "Unlock" |
1643 | +msgstr "" |
1644 | + |
1645 | +#: ../launcher/ApplicationLauncherIcon.cpp:590 |
1646 | +#: ../launcher/ApplicationLauncherIcon.cpp:713 |
1647 | +#: ../launcher/VolumeLauncherIcon.cpp:189 |
1648 | #, fuzzy |
1649 | msgid "Unlock from Launcher" |
1650 | msgstr "حذف من برنامج Launcher" |
1651 | |
1652 | +#: ../launcher/VolumeLauncherIcon.cpp:355 |
1653 | msgid "Unmount" |
1654 | msgstr "" |
1655 | |
1656 | +#: ../lockscreen/UserPromptView.cpp:101 |
1657 | +msgid "Username" |
1658 | +msgstr "" |
1659 | + |
1660 | +#: ../plugins/unityshell/unityshell.xml.in.h:41 |
1661 | +msgid "Vertical offset of the shadow." |
1662 | +msgstr "" |
1663 | + |
1664 | #. Application is being installed, or hasn't been installed yet |
1665 | +#: ../launcher/SoftwareCenterLauncherIcon.cpp:75 |
1666 | msgid "Waiting to install" |
1667 | msgstr "" |
1668 | |
1669 | +#: ../plugins/unityshell/unityshell.xml.in.h:23 |
1670 | +msgid "" |
1671 | +"When a window is maximized and visible in the current viewport, the panel " |
1672 | +"opacity is disabled." |
1673 | +msgstr "" |
1674 | + |
1675 | +#: ../plugins/unityshell/unityshell.xml.in.h:115 |
1676 | +msgid "Wiggle" |
1677 | +msgstr "" |
1678 | + |
1679 | +#: ../shortcuts/CompizShortcutModeller.cpp:340 |
1680 | msgid "Windows" |
1681 | msgstr "" |
1682 | |
1683 | +#: ../launcher/ExpoLauncherIcon.cpp:118 |
1684 | +#, c-format |
1685 | +msgid "Workspace %d" |
1686 | +msgstr "" |
1687 | + |
1688 | +#: ../launcher/ExpoLauncherIcon.cpp:119 |
1689 | +#, c-format |
1690 | +msgid "Workspace %dx%d" |
1691 | +msgstr "" |
1692 | + |
1693 | +#: ../launcher/ExpoLauncherIcon.cpp:35 |
1694 | msgid "Workspace Switcher" |
1695 | msgstr "" |
1696 | |
1697 | +#: ../shortcuts/CompizShortcutModeller.cpp:317 |
1698 | msgid "Workspaces" |
1699 | msgstr "" |
1700 | |
1701 | -#, fuzzy |
1702 | -#~ msgid "Hide Launcher" |
1703 | -#~ msgstr "حذف من برنامج Launcher" |
1704 | +#: ../decorations/DecorationsForceQuitDialog.cpp:357 |
1705 | +msgid "_Force Quit" |
1706 | +msgstr "" |
1707 | + |
1708 | +#: ../decorations/DecorationsForceQuitDialog.cpp:350 |
1709 | +msgid "_Wait" |
1710 | +msgstr "" |
1711 | |
1712 | #, fuzzy |
1713 | #~ msgid "Keep in launcher" |
1714 | #~ msgstr "إبقاء في برنامج Launcher" |
1715 | - |
1716 | -#, fuzzy |
1717 | -#~ msgid "Launchers" |
1718 | -#~ msgstr "حذف من برنامج Launcher" |
1719 | diff --git a/po/bg.po b/po/bg.po |
1720 | index 5908ec4..b556930 100644 |
1721 | --- a/po/bg.po |
1722 | +++ b/po/bg.po |
1723 | @@ -6,8 +6,8 @@ |
1724 | msgid "" |
1725 | msgstr "" |
1726 | "Project-Id-Version: l 10n\n" |
1727 | -"Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" |
1728 | -"POT-Creation-Date: 2013-04-17 16:00+0100\n" |
1729 | +"Report-Msgid-Bugs-To: \n" |
1730 | +"POT-Creation-Date: 2022-04-29 15:33+0530\n" |
1731 | "PO-Revision-Date: 2010-03-02 12:36-0500\n" |
1732 | "Last-Translator: Canonical OEM\n" |
1733 | "Language-Team: Bulgarian\n" |
1734 | @@ -16,106 +16,470 @@ msgstr "" |
1735 | "Content-Type: text/plain; charset=UTF-8\n" |
1736 | "Content-Transfer-Encoding: 8bit\n" |
1737 | |
1738 | +#: ../shortcuts/CompizShortcutModeller.cpp:128 |
1739 | +#: ../shortcuts/CompizShortcutModeller.cpp:231 |
1740 | msgid " (Hold)" |
1741 | msgstr "" |
1742 | |
1743 | +#: ../shortcuts/CompizShortcutModeller.cpp:169 |
1744 | +#: ../shortcuts/CompizShortcutModeller.cpp:225 |
1745 | msgid " (Tap)" |
1746 | msgstr "" |
1747 | |
1748 | +#: ../shortcuts/CompizShortcutModeller.cpp:146 |
1749 | msgid " + 1 to 9" |
1750 | msgstr "" |
1751 | |
1752 | +#: ../shortcuts/CompizShortcutModeller.cpp:325 |
1753 | +#: ../shortcuts/CompizShortcutModeller.cpp:331 |
1754 | msgid " + Arrow Keys" |
1755 | msgstr "" |
1756 | |
1757 | +#: ../shortcuts/CompizShortcutModeller.cpp:152 |
1758 | msgid " + Shift + 1 to 9" |
1759 | msgstr "" |
1760 | |
1761 | +#: ../shortcuts/CompizShortcutModeller.cpp:417 |
1762 | +#: ../shortcuts/CompizShortcutModeller.cpp:423 |
1763 | msgid " Drag" |
1764 | msgstr "" |
1765 | |
1766 | +#: ../shortcuts/CompizShortcutModeller.cpp:394 |
1767 | msgid " or Right" |
1768 | msgstr "" |
1769 | |
1770 | +#: ../panel/PanelMenuView.cpp:82 |
1771 | +#, c-format |
1772 | +msgid "%s Desktop" |
1773 | +msgstr "" |
1774 | + |
1775 | +#. The "%s" is used in the dash preview to display the "<hint>: <value>" infos |
1776 | +#: ../dash/previews/PreviewInfoHintWidget.cpp:168 |
1777 | +#, c-format |
1778 | +msgid "%s:" |
1779 | +msgstr "" |
1780 | + |
1781 | +#: ../a11y/unity-launcher-icon-accessible.cpp:303 |
1782 | +#, c-format |
1783 | +msgid "%s: running" |
1784 | +msgstr "" |
1785 | + |
1786 | +#: ../a11y/unity-launcher-icon-accessible.cpp:299 |
1787 | +#, c-format |
1788 | +msgid "%s: running: %zu windows open" |
1789 | +msgstr "" |
1790 | + |
1791 | +#: ../a11y/unity-scope-bar-icon-accessible.cpp:164 |
1792 | +#, c-format |
1793 | +msgid "%s: selected" |
1794 | +msgstr "" |
1795 | + |
1796 | +#: ../plugins/unityshell/unityshell.xml.in.h:87 |
1797 | +msgid "" |
1798 | +"A conglomerate setting that modifies the overall responsiveness of the " |
1799 | +"Launcher reveal." |
1800 | +msgstr "" |
1801 | + |
1802 | +#: ../plugins/unityshell/unityshell.xml.in.h:9 |
1803 | +msgid "A tap on this key summons the HUD." |
1804 | +msgstr "" |
1805 | + |
1806 | +#: ../services/panel-service.c:2395 |
1807 | msgid "Activate" |
1808 | msgstr "" |
1809 | |
1810 | +#: ../plugins/unityshell/unityshell.xml.in.h:30 |
1811 | +msgid "Active Blur" |
1812 | +msgstr "" |
1813 | + |
1814 | +#: ../plugins/unityshell/unityshell.xml.in.h:44 |
1815 | +msgid "Active window shadow color" |
1816 | +msgstr "" |
1817 | + |
1818 | +#: ../plugins/unityshell/unityshell.xml.in.h:42 |
1819 | +msgid "Active window shadow radius" |
1820 | +msgstr "" |
1821 | + |
1822 | +#: ../launcher/ApplicationLauncherIcon.cpp:723 |
1823 | +msgid "Add to Dash" |
1824 | +msgstr "" |
1825 | + |
1826 | +#: ../dash/FilterAllButton.cpp:38 |
1827 | msgid "All" |
1828 | msgstr "" |
1829 | |
1830 | +#: ../plugins/unityshell/unityshell.xml.in.h:78 |
1831 | +msgid "All Displays" |
1832 | +msgstr "" |
1833 | + |
1834 | +#: ../plugins/unityshell/unityshell.xml.in.h:85 |
1835 | +msgid "" |
1836 | +"Allows minimizing a single windowed application by clicking on its Launcher " |
1837 | +"icon." |
1838 | +msgstr "" |
1839 | + |
1840 | +#: ../plugins/unityshell/unityshell.xml.in.h:83 |
1841 | +msgid "" |
1842 | +"Allows using the mouse scrollwheel to focus an application if the icon is " |
1843 | +"inactive." |
1844 | +msgstr "" |
1845 | + |
1846 | +#: ../plugins/unityshell/unityshell.xml.in.h:91 |
1847 | +msgid "" |
1848 | +"Amount of mouse pressure required to push the mousepointer into the next " |
1849 | +"monitor." |
1850 | +msgstr "" |
1851 | + |
1852 | +#: ../plugins/unityshell/unityshell.xml.in.h:89 |
1853 | +msgid "Amount of mouse pressure required to reveal the Launcher." |
1854 | +msgstr "" |
1855 | + |
1856 | +#: ../plugins/unityshell/unityshell.xml.in.h:68 |
1857 | +msgid "Animation played when the Launcher is showing or hiding." |
1858 | +msgstr "" |
1859 | + |
1860 | +#: ../shortcuts/CompizShortcutModeller.cpp:213 |
1861 | msgid "Arrow Keys" |
1862 | msgstr "" |
1863 | |
1864 | +#: ../lockscreen/UserPromptView.cpp:508 |
1865 | +msgid "Authentication failure" |
1866 | +msgstr "" |
1867 | + |
1868 | +#: ../plugins/unityshell/unityshell.xml.in.h:66 |
1869 | +msgid "Autohide" |
1870 | +msgstr "" |
1871 | + |
1872 | +#: ../plugins/unityshell/unityshell.xml.in.h:145 |
1873 | +msgid "" |
1874 | +"Automatically spreads multiple windows of the same application out into a " |
1875 | +"grid after a short time." |
1876 | +msgstr "" |
1877 | + |
1878 | +#: ../plugins/unityshell/unityshell.xml.in.h:31 |
1879 | +msgid "Automaximize Value" |
1880 | +msgstr "" |
1881 | + |
1882 | +#: ../plugins/unityshell/unityshell.xml.in.h:24 |
1883 | +msgid "Background Color" |
1884 | +msgstr "" |
1885 | + |
1886 | +#: ../plugins/unityshell/unityshell.xml.in.h:25 |
1887 | +msgid "Background color override for the Dash, Launcher and Switcher." |
1888 | +msgstr "" |
1889 | + |
1890 | +#: ../plugins/unityshell/unityshell.xml.in.h:104 |
1891 | +msgid "Backlight Always Off" |
1892 | +msgstr "" |
1893 | + |
1894 | +#: ../plugins/unityshell/unityshell.xml.in.h:102 |
1895 | +msgid "Backlight Always On" |
1896 | +msgstr "" |
1897 | + |
1898 | +#: ../plugins/unityshell/unityshell.xml.in.h:103 |
1899 | +msgid "Backlight Toggles" |
1900 | +msgstr "" |
1901 | + |
1902 | +#: ../plugins/unityshell/unityshell.xml.in.h:106 |
1903 | +msgid "Backlight and Edge Illumination Toggles" |
1904 | +msgstr "" |
1905 | + |
1906 | +#: ../plugins/unityshell/unityshell.xml.in.h:146 |
1907 | +msgid "Bias alt-tab to prefer windows on the current viewport" |
1908 | +msgstr "" |
1909 | + |
1910 | +#: ../plugins/unityshell/unityshell.xml.in.h:147 |
1911 | +msgid "" |
1912 | +"Bias the Switcher to prefer windows which are placed on the current viewport." |
1913 | +msgstr "" |
1914 | + |
1915 | +#: ../plugins/unityshell/unityshell.xml.in.h:111 |
1916 | +msgid "Blink" |
1917 | +msgstr "" |
1918 | + |
1919 | +#: ../unity-shared/TextInput.cpp:347 |
1920 | +msgid "Caps lock is on" |
1921 | +msgstr "" |
1922 | + |
1923 | +#: ../dash/FilterGenreWidget.cpp:47 |
1924 | msgid "Categories" |
1925 | msgstr "" |
1926 | |
1927 | +#: ../plugins/unityshell/unityshell.xml.in.h:101 |
1928 | +msgid "Change how the icons in the Launcher are backlit." |
1929 | +msgstr "" |
1930 | + |
1931 | +#: ../launcher/ApplicationLauncherIcon.cpp:661 |
1932 | +msgid "Close" |
1933 | +msgstr "" |
1934 | + |
1935 | +#: ../shortcuts/CompizShortcutModeller.cpp:401 |
1936 | msgid "Closes the current window." |
1937 | msgstr "" |
1938 | |
1939 | -msgid "Ctrl + Alt + Num" |
1940 | +#: ../shortcuts/CompizShortcutModeller.cpp:308 |
1941 | +msgid "Closes the selected application / window." |
1942 | +msgstr "" |
1943 | + |
1944 | +#: ../dash/previews/SocialPreview.cpp:230 |
1945 | +msgid "Comments" |
1946 | +msgstr "" |
1947 | + |
1948 | +#: ../shortcuts/CompizShortcutModeller.cpp:415 |
1949 | +msgid "Ctrl + Alt + Num (keypad)" |
1950 | msgstr "" |
1951 | |
1952 | +#: ../shortcuts/CompizShortcutModeller.cpp:208 |
1953 | msgid "Ctrl + Tab" |
1954 | msgstr "" |
1955 | |
1956 | +#: ../shortcuts/CompizShortcutModeller.cpp:246 |
1957 | +#: ../shortcuts/CompizShortcutModeller.cpp:288 |
1958 | msgid "Cursor Left or Right" |
1959 | msgstr "" |
1960 | |
1961 | +#: ../shortcuts/CompizShortcutModeller.cpp:293 |
1962 | +msgid "Cursor Up or Down" |
1963 | +msgstr "" |
1964 | + |
1965 | +#: ../plugins/unityshell/unityshell.xml.in.h:58 |
1966 | +msgid "" |
1967 | +"Cycles through icons present in the Launcher, in reverse order. Activates " |
1968 | +"the highlighted icon on release." |
1969 | +msgstr "" |
1970 | + |
1971 | +#: ../plugins/unityshell/unityshell.xml.in.h:56 |
1972 | +msgid "" |
1973 | +"Cycles through icons present in the Launcher. Activates the highlighted icon " |
1974 | +"on release." |
1975 | +msgstr "" |
1976 | + |
1977 | +#: ../a11y/unity-dash-view-accessible.cpp:100 |
1978 | +#: ../shortcuts/CompizShortcutModeller.cpp:167 |
1979 | msgid "Dash" |
1980 | msgstr "" |
1981 | |
1982 | +#: ../plugins/unityshell/unityshell.xml.in.h:26 |
1983 | +msgid "Dash Blur" |
1984 | +msgstr "" |
1985 | + |
1986 | +#: ../plugins/unityshell/unityshell.xml.in.h:59 |
1987 | +msgid "Dash tap duration" |
1988 | +msgstr "" |
1989 | + |
1990 | +#: ../plugins/unityshell/unityshell.xml.in.h:35 |
1991 | +msgid "Decorations" |
1992 | +msgstr "" |
1993 | + |
1994 | +#: ../plugins/unityshell/unityshell.xml.in.h:81 |
1995 | +msgid "Determines if the Launcher's edges will capture the mousepointer." |
1996 | +msgstr "" |
1997 | + |
1998 | +#: ../plugins/unityshell/unityshell.xml.in.h:148 |
1999 | +msgid "Disable Show Desktop in the Switcher" |
2000 | +msgstr "" |
2001 | + |
2002 | +#: ../plugins/unityshell/unityshell.xml.in.h:150 |
2003 | +msgid "Disable the mouse in the Switcher" |
2004 | +msgstr "" |
2005 | + |
2006 | +#: ../plugins/unityshell/unityshell.xml.in.h:149 |
2007 | +msgid "Disables the Show Desktop icon in the Switcher." |
2008 | +msgstr "" |
2009 | + |
2010 | +#: ../plugins/unityshell/unityshell.xml.in.h:141 |
2011 | +msgid "" |
2012 | +"Disables the last focused window being the first entry in the Switcher, so " |
2013 | +"Switcher strictly switches between applications" |
2014 | +msgstr "" |
2015 | + |
2016 | +#: ../plugins/unityshell/unityshell.xml.in.h:151 |
2017 | +msgid "Disables the mouse in the Switcher." |
2018 | +msgstr "" |
2019 | + |
2020 | +#: ../decorations/DecorationsForceQuitDialog.cpp:338 |
2021 | +msgid "" |
2022 | +"Do you want to force the application to exit, or wait for it to respond?" |
2023 | +msgstr "" |
2024 | + |
2025 | +#: ../launcher/SpacerLauncherIcon.cpp:35 |
2026 | msgid "Drop To Add Application" |
2027 | msgstr "" |
2028 | |
2029 | +#: ../plugins/unityshell/unityshell.xml.in.h:124 |
2030 | +msgid "" |
2031 | +"Duration (in milliseconds) of the menus fade-in animation, used when the " |
2032 | +"menus of a new launched application have been shown." |
2033 | +msgstr "" |
2034 | + |
2035 | +#: ../plugins/unityshell/unityshell.xml.in.h:118 |
2036 | +msgid "" |
2037 | +"Duration (in milliseconds) of the menus fade-in animation, used when the " |
2038 | +"mouse goes over the top-panel." |
2039 | +msgstr "" |
2040 | + |
2041 | +#: ../plugins/unityshell/unityshell.xml.in.h:126 |
2042 | +msgid "" |
2043 | +"Duration (in milliseconds) of the menus fade-out animation, used when the " |
2044 | +"menus of a new launched application have been shown." |
2045 | +msgstr "" |
2046 | + |
2047 | +#: ../plugins/unityshell/unityshell.xml.in.h:120 |
2048 | +msgid "" |
2049 | +"Duration (in milliseconds) of the menus fade-out animation, used when the " |
2050 | +"mouse goes over the top-panel." |
2051 | +msgstr "" |
2052 | + |
2053 | +#: ../plugins/unityshell/unityshell.xml.in.h:60 |
2054 | +msgid "" |
2055 | +"Duration (in millseconds) that will count as a tap for opening the Dash." |
2056 | +msgstr "" |
2057 | + |
2058 | +#: ../plugins/unityshell/unityshell.xml.in.h:96 |
2059 | +msgid "Duration of Sticky Edge Release after Break" |
2060 | +msgstr "" |
2061 | + |
2062 | +#: ../plugins/unityshell/unityshell.xml.in.h:37 |
2063 | +msgid "" |
2064 | +"Each Gtk theme can provide shadow parameters, but you can override these " |
2065 | +"values here." |
2066 | +msgstr "" |
2067 | + |
2068 | +#: ../plugins/unityshell/unityshell.xml.in.h:105 |
2069 | +msgid "Edge Illumination Toggles" |
2070 | +msgstr "" |
2071 | + |
2072 | +#: ../plugins/unityshell/unityshell.xml.in.h:94 |
2073 | +msgid "Edge Stop Velocity" |
2074 | +msgstr "" |
2075 | + |
2076 | +#: ../launcher/VolumeLauncherIcon.cpp:272 |
2077 | msgid "Eject" |
2078 | msgstr "" |
2079 | |
2080 | +#: ../launcher/VolumeLauncherIcon.cpp:272 |
2081 | msgid "Eject parent drive" |
2082 | msgstr "" |
2083 | |
2084 | -msgid "Empty Trash..." |
2085 | +#: ../launcher/TrashLauncherIcon.cpp:103 |
2086 | +msgid "Empty Trash…" |
2087 | +msgstr "" |
2088 | + |
2089 | +#: ../plugins/unityshell/unityshell.xml.in.h:33 |
2090 | +msgid "Enable Shortcut Hints Overlay" |
2091 | +msgstr "" |
2092 | + |
2093 | +#: ../plugins/unityshell/unityshell.xml.in.h:143 |
2094 | +msgid "Enables miniature live window previews in the Switcher." |
2095 | +msgstr "" |
2096 | + |
2097 | +#: ../plugins/unityshell/unityshell.xml.in.h:34 |
2098 | +msgid "" |
2099 | +"Enables possibility to display an overlay showing available mouse and " |
2100 | +"keyboard shortcuts." |
2101 | msgstr "" |
2102 | |
2103 | +#: ../shortcuts/CompizShortcutModeller.cpp:218 |
2104 | msgid "Enter" |
2105 | msgstr "" |
2106 | |
2107 | +#: ../shortcuts/CompizShortcutModeller.cpp:291 |
2108 | +msgid "Enter / Exit from spread mode or Select windows." |
2109 | +msgstr "" |
2110 | + |
2111 | +#: ../launcher/ApplicationLauncherIcon.cpp:660 |
2112 | +msgid "Exit" |
2113 | +msgstr "" |
2114 | + |
2115 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:9 |
2116 | +msgid "Fade Duration" |
2117 | +msgstr "" |
2118 | + |
2119 | +#: ../plugins/unityshell/unityshell.xml.in.h:72 |
2120 | +msgid "Fade and Slide" |
2121 | +msgstr "" |
2122 | + |
2123 | +#: ../plugins/unityshell/unityshell.xml.in.h:69 |
2124 | +msgid "Fade on bfb and Slide" |
2125 | +msgstr "" |
2126 | + |
2127 | +#: ../plugins/unityshell/unityshell.xml.in.h:71 |
2128 | +msgid "Fade only" |
2129 | +msgstr "" |
2130 | + |
2131 | +#: ../lockscreen/UserPromptView.cpp:301 |
2132 | +msgid "Failed to authenticate" |
2133 | +msgstr "" |
2134 | + |
2135 | +#: ../unity-shared/SearchBar.cpp:163 |
2136 | msgid "Filter results" |
2137 | msgstr "" |
2138 | |
2139 | +#: ../plugins/unityshell/unityshell.xml.in.h:139 |
2140 | +msgid "" |
2141 | +"Flips through all the windows present in the Switcher, in reverse order." |
2142 | +msgstr "" |
2143 | + |
2144 | +#: ../plugins/unityshell/unityshell.xml.in.h:137 |
2145 | +msgid "Flips through all the windows present in the Switcher." |
2146 | +msgstr "" |
2147 | + |
2148 | +#: ../launcher/VolumeLauncherIcon.cpp:312 |
2149 | +msgid "Format…" |
2150 | +msgstr "" |
2151 | + |
2152 | +#: ../plugins/unityshell/unityshell.xml.in.h:3 |
2153 | +msgid "General" |
2154 | +msgstr "" |
2155 | + |
2156 | +#: ../plugins/unityshell/unityshell.xml.in.h:54 |
2157 | +msgid "" |
2158 | +"Gives keyboard-focus to the Launcher so it can be navigated with the cursor-" |
2159 | +"keys." |
2160 | +msgstr "" |
2161 | + |
2162 | +#: ../shutdown/SessionView.cpp:175 |
2163 | #, c-format |
2164 | msgid "" |
2165 | "Goodbye, %s. Are you sure you want to close all programs and log out from " |
2166 | "your account?" |
2167 | msgstr "" |
2168 | |
2169 | +#: ../shutdown/SessionView.cpp:159 |
2170 | #, c-format |
2171 | msgid "" |
2172 | "Goodbye, %s. Are you sure you want to close all programs and shut down the " |
2173 | "computer?" |
2174 | msgstr "" |
2175 | |
2176 | +#: ../shutdown/SessionView.cpp:204 |
2177 | #, c-format |
2178 | msgid "Goodbye, %s. Would you like to…" |
2179 | msgstr "" |
2180 | |
2181 | +#: ../launcher/HudLauncherIcon.cpp:44 |
2182 | msgid "HUD" |
2183 | msgstr "" |
2184 | |
2185 | +#: ../shortcuts/CompizShortcutModeller.cpp:223 |
2186 | msgid "HUD & Menu Bar" |
2187 | msgstr "" |
2188 | |
2189 | +#: ../shutdown/SessionView.cpp:170 |
2190 | #, c-format |
2191 | msgid "" |
2192 | "Hi %s, you have open files that you might want to save before logging out. " |
2193 | "Are you sure you want to continue?" |
2194 | msgstr "" |
2195 | |
2196 | +#: ../shutdown/SessionView.cpp:154 |
2197 | #, c-format |
2198 | msgid "" |
2199 | "Hi %s, you have open files that you might want to save before shutting down. " |
2200 | "Are you sure you want to continue?" |
2201 | msgstr "" |
2202 | |
2203 | +#: ../shutdown/SessionView.cpp:198 |
2204 | #, c-format |
2205 | msgid "" |
2206 | "Hi %s, you have open files you might want to save.\n" |
2207 | @@ -123,228 +487,861 @@ msgid "" |
2208 | msgstr "" |
2209 | |
2210 | #. We have enough buttons to show the message without a new line. |
2211 | +#: ../shutdown/SessionView.cpp:193 |
2212 | #, c-format |
2213 | msgid "Hi %s, you have open files you might want to save. Would you like to…" |
2214 | msgstr "" |
2215 | |
2216 | +#: ../shutdown/SessionButton.cpp:71 |
2217 | msgid "Hibernate" |
2218 | msgstr "" |
2219 | |
2220 | -msgid "Keyboard Shortcuts" |
2221 | +#: ../plugins/unityshell/unityshell.xml.in.h:67 |
2222 | +msgid "Hide Animation" |
2223 | +msgstr "" |
2224 | + |
2225 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:7 |
2226 | +#, fuzzy |
2227 | +msgid "Hide Handles" |
2228 | +msgstr "Премахни от програмата за стартиране" |
2229 | + |
2230 | +#: ../plugins/unityshell/unityshell.xml.in.h:63 |
2231 | +#, fuzzy |
2232 | +msgid "Hide Launcher" |
2233 | +msgstr "Премахни от програмата за стартиране" |
2234 | + |
2235 | +#: ../plugins/unityshell/unityshell.xml.in.h:13 |
2236 | +msgid "Hide all windows and focus desktop." |
2237 | +msgstr "" |
2238 | + |
2239 | +#: ../plugins/unityshell/unityshell.xml.in.h:52 |
2240 | +msgid "" |
2241 | +"Holding this key makes the Launcher and Help Overlay appear. Tapping it " |
2242 | +"opens the Dash." |
2243 | +msgstr "" |
2244 | + |
2245 | +#: ../plugins/unityshell/unityshell.xml.in.h:39 |
2246 | +msgid "Horizontal offset of the shadow." |
2247 | +msgstr "" |
2248 | + |
2249 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:10 |
2250 | +msgid "How long the fade should last" |
2251 | +msgstr "" |
2252 | + |
2253 | +#: ../plugins/unityshell/unityshell.xml.in.h:122 |
2254 | +msgid "" |
2255 | +"How many seconds the menus should be shown when a new application has been " |
2256 | +"launched." |
2257 | +msgstr "" |
2258 | + |
2259 | +#: ../plugins/unityshell/unityshell.xml.in.h:48 |
2260 | +msgid "Inactive windows shadow color" |
2261 | +msgstr "" |
2262 | + |
2263 | +#: ../plugins/unityshell/unityshell.xml.in.h:46 |
2264 | +msgid "Inactive windows shadow radius" |
2265 | +msgstr "" |
2266 | + |
2267 | +#: ../plugins/unityshell/unityshell.xml.in.h:19 |
2268 | +msgid "" |
2269 | +"Initiate the window Spread for the current application windows, for all the " |
2270 | +"windows." |
2271 | +msgstr "" |
2272 | + |
2273 | +#: ../plugins/unityshell/unityshell.xml.in.h:17 |
2274 | +msgid "Initiate the window Spread for the current application windows." |
2275 | +msgstr "" |
2276 | + |
2277 | +#: ../launcher/SoftwareCenterLauncherIcon.cpp:153 |
2278 | +msgid "Installing…" |
2279 | +msgstr "" |
2280 | + |
2281 | +#: ../lockscreen/UserPromptView.cpp:296 |
2282 | +msgid "Invalid password, please try again" |
2283 | +msgstr "" |
2284 | + |
2285 | +#: ../plugins/unityshell/unityshell.xml.in.h:10 |
2286 | +msgid "Key to execute a command" |
2287 | +msgstr "" |
2288 | + |
2289 | +#: ../plugins/unityshell/unityshell.xml.in.h:136 |
2290 | +msgid "Key to flip through windows in the Switcher" |
2291 | +msgstr "" |
2292 | + |
2293 | +#: ../plugins/unityshell/unityshell.xml.in.h:138 |
2294 | +msgid "Key to flip through windows in the Switcher backwards" |
2295 | +msgstr "" |
2296 | + |
2297 | +#: ../plugins/unityshell/unityshell.xml.in.h:53 |
2298 | +msgid "Key to give keyboard-focus to the Launcher" |
2299 | +msgstr "" |
2300 | + |
2301 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:8 |
2302 | +msgid "Key to hide the handles" |
2303 | +msgstr "" |
2304 | + |
2305 | +#: ../plugins/unityshell/unityshell.xml.in.h:6 |
2306 | +msgid "Key to lock the screen." |
2307 | +msgstr "" |
2308 | + |
2309 | +#: ../plugins/unityshell/unityshell.xml.in.h:14 |
2310 | +msgid "Key to open the first panel menu" |
2311 | +msgstr "" |
2312 | + |
2313 | +#: ../plugins/unityshell/unityshell.xml.in.h:51 |
2314 | +msgid "Key to show the Dash, Launcher and Help Overlay" |
2315 | +msgstr "" |
2316 | + |
2317 | +#: ../gnome/50-unity-launchers.xml.in.h:2 |
2318 | +msgid "Key to show the HUD" |
2319 | +msgstr "" |
2320 | + |
2321 | +#: ../plugins/unityshell/unityshell.xml.in.h:8 |
2322 | +msgid "Key to show the HUD when tapped" |
2323 | +msgstr "" |
2324 | + |
2325 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:6 |
2326 | +msgid "Key to show the handles" |
2327 | +msgstr "" |
2328 | + |
2329 | +#: ../plugins/unityshell/unityshell.xml.in.h:4 |
2330 | +msgid "Key to show the menu bar while pressed" |
2331 | +msgstr "" |
2332 | + |
2333 | +#: ../plugins/unityshell/unityshell.xml.in.h:16 |
2334 | +msgid "Key to spread the current application windows" |
2335 | msgstr "" |
2336 | |
2337 | -msgid "Last Updated" |
2338 | +#: ../plugins/unityshell/unityshell.xml.in.h:18 |
2339 | +msgid "Key to spread the current application windows in any workspace" |
2340 | msgstr "" |
2341 | |
2342 | +#: ../plugins/unityshell/unityshell.xml.in.h:55 |
2343 | +msgid "Key to start the Launcher Application Switcher" |
2344 | +msgstr "" |
2345 | + |
2346 | +#: ../plugins/unityshell/unityshell.xml.in.h:57 |
2347 | +msgid "Key to start the Launcher Application Switcher in reverse" |
2348 | +msgstr "" |
2349 | + |
2350 | +#: ../plugins/unityshell/unityshell.xml.in.h:128 |
2351 | +msgid "Key to start the Switcher" |
2352 | +msgstr "" |
2353 | + |
2354 | +#: ../plugins/unityshell/unityshell.xml.in.h:132 |
2355 | +msgid "Key to start the Switcher for all viewports" |
2356 | +msgstr "" |
2357 | + |
2358 | +#: ../plugins/unityshell/unityshell.xml.in.h:130 |
2359 | +msgid "Key to switch to the previous window in the Switcher" |
2360 | +msgstr "" |
2361 | + |
2362 | +#: ../plugins/unityshell/unityshell.xml.in.h:134 |
2363 | +msgid "Key to switch to the previous window in the Switcher for all viewports" |
2364 | +msgstr "" |
2365 | + |
2366 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:4 |
2367 | +msgid "Key to toggle the handles" |
2368 | +msgstr "" |
2369 | + |
2370 | +#: ../shortcuts/ShortcutView.cpp:85 |
2371 | +msgid "Keyboard Shortcuts" |
2372 | +msgstr "" |
2373 | + |
2374 | +#: ../a11y/unity-launcher-accessible.cpp:137 |
2375 | +#: ../plugins/unityshell/unityshell.xml.in.h:50 |
2376 | +#: ../shortcuts/CompizShortcutModeller.cpp:126 |
2377 | msgid "Launcher" |
2378 | msgstr "" |
2379 | |
2380 | +#: ../plugins/unityshell/unityshell.xml.in.h:80 |
2381 | +msgid "Launcher Capture Mouse" |
2382 | +msgstr "" |
2383 | + |
2384 | +#: ../plugins/unityshell/unityshell.xml.in.h:90 |
2385 | +msgid "Launcher Edge Stop Overcome Pressure" |
2386 | +msgstr "" |
2387 | + |
2388 | +#: ../plugins/unityshell/unityshell.xml.in.h:100 |
2389 | +msgid "Launcher Icon Backlight Mode" |
2390 | +msgstr "" |
2391 | + |
2392 | +#: ../plugins/unityshell/unityshell.xml.in.h:107 |
2393 | +msgid "Launcher Icon Launch Animation" |
2394 | +msgstr "" |
2395 | + |
2396 | +#: ../plugins/unityshell/unityshell.xml.in.h:98 |
2397 | +msgid "Launcher Icon Size" |
2398 | +msgstr "" |
2399 | + |
2400 | +#: ../plugins/unityshell/unityshell.xml.in.h:112 |
2401 | +msgid "Launcher Icon Urgent Animation" |
2402 | +msgstr "" |
2403 | + |
2404 | +#: ../plugins/unityshell/unityshell.xml.in.h:76 |
2405 | +#, fuzzy |
2406 | +msgid "Launcher Monitors" |
2407 | +msgstr "Премахни от програмата за стартиране" |
2408 | + |
2409 | +#: ../plugins/unityshell/unityshell.xml.in.h:61 |
2410 | +#, fuzzy |
2411 | +msgid "Launcher Opacity" |
2412 | +msgstr "Премахни от програмата за стартиране" |
2413 | + |
2414 | +#: ../plugins/unityshell/unityshell.xml.in.h:86 |
2415 | +msgid "Launcher Reveal Edge Responsiveness" |
2416 | +msgstr "" |
2417 | + |
2418 | +#: ../plugins/unityshell/unityshell.xml.in.h:88 |
2419 | +msgid "Launcher Reveal Pressure" |
2420 | +msgstr "" |
2421 | + |
2422 | +#. Namespace |
2423 | +#: ../gnome/50-unity-launchers.xml.in.h:1 |
2424 | +#, fuzzy |
2425 | +msgid "Launchers" |
2426 | +msgstr "Премахни от програмата за стартиране" |
2427 | + |
2428 | +#: ../plugins/unityshell/unityshell.xml.in.h:74 |
2429 | +msgid "Left Edge" |
2430 | +msgstr "" |
2431 | + |
2432 | +#: ../shortcuts/ShortcutHintPrivate.cpp:84 |
2433 | msgid "Left Mouse" |
2434 | msgstr "" |
2435 | |
2436 | +#: ../shutdown/SessionButton.cpp:59 |
2437 | msgid "Lock" |
2438 | msgstr "" |
2439 | |
2440 | +#: ../launcher/ApplicationLauncherIcon.cpp:590 |
2441 | +#: ../launcher/ApplicationLauncherIcon.cpp:713 |
2442 | +#: ../launcher/VolumeLauncherIcon.cpp:189 |
2443 | #, fuzzy |
2444 | msgid "Lock to Launcher" |
2445 | msgstr "Премахни от програмата за стартиране" |
2446 | |
2447 | +#: ../shutdown/SessionView.cpp:165 ../shutdown/SessionButton.cpp:63 |
2448 | msgid "Log Out" |
2449 | msgstr "" |
2450 | |
2451 | +#: ../plugins/unityshell/unityshell.xml.in.h:64 |
2452 | +msgid "Make the Launcher hide automatically after some time of inactivity." |
2453 | +msgstr "" |
2454 | + |
2455 | +#: ../shortcuts/CompizShortcutModeller.cpp:383 |
2456 | msgid "Maximises the current window." |
2457 | msgstr "" |
2458 | |
2459 | +#: ../plugins/unityshell/unityshell.xml.in.h:116 |
2460 | +msgid "Menus" |
2461 | +msgstr "" |
2462 | + |
2463 | +#: ../plugins/unityshell/unityshell.xml.in.h:121 |
2464 | +msgid "Menus Discovery Duration" |
2465 | +msgstr "" |
2466 | + |
2467 | +#: ../plugins/unityshell/unityshell.xml.in.h:123 |
2468 | +msgid "Menus Discovery Fade-in Duration" |
2469 | +msgstr "" |
2470 | + |
2471 | +#: ../plugins/unityshell/unityshell.xml.in.h:125 |
2472 | +msgid "Menus Discovery Fade-out Duration" |
2473 | +msgstr "" |
2474 | + |
2475 | +#: ../plugins/unityshell/unityshell.xml.in.h:117 |
2476 | +msgid "Menus Fade-in Duration" |
2477 | +msgstr "" |
2478 | + |
2479 | +#: ../plugins/unityshell/unityshell.xml.in.h:119 |
2480 | +msgid "Menus Fade-out Duration" |
2481 | +msgstr "" |
2482 | + |
2483 | +#: ../shortcuts/ShortcutHintPrivate.cpp:85 |
2484 | msgid "Middle Mouse" |
2485 | msgstr "" |
2486 | |
2487 | +#: ../shortcuts/CompizShortcutModeller.cpp:377 |
2488 | msgid "Minimises all windows." |
2489 | msgstr "" |
2490 | |
2491 | +#: ../plugins/unityshell/unityshell.xml.in.h:84 |
2492 | +msgid "Minimize Single Window Applications (Unsupported)" |
2493 | +msgstr "" |
2494 | + |
2495 | +#: ../shortcuts/CompizShortcutModeller.cpp:244 |
2496 | msgid "Moves focus between indicators." |
2497 | msgstr "" |
2498 | |
2499 | +#: ../shortcuts/CompizShortcutModeller.cpp:332 |
2500 | msgid "Moves focused window to another workspace." |
2501 | msgstr "" |
2502 | |
2503 | +#: ../shortcuts/CompizShortcutModeller.cpp:211 |
2504 | +#: ../shortcuts/CompizShortcutModeller.cpp:286 |
2505 | msgid "Moves the focus." |
2506 | msgstr "" |
2507 | |
2508 | +#: ../shortcuts/CompizShortcutModeller.cpp:418 |
2509 | msgid "Moves the window." |
2510 | msgstr "" |
2511 | |
2512 | +#: ../dash/FilterMultiRangeWidget.cpp:43 |
2513 | msgid "Multi-range" |
2514 | msgstr "" |
2515 | |
2516 | +#: ../plugins/unityshell/unityshell.xml.in.h:65 |
2517 | +msgid "Never" |
2518 | +msgstr "" |
2519 | + |
2520 | +#: ../plugins/unityshell/unityshell.xml.in.h:28 |
2521 | +msgid "No Blur" |
2522 | +msgstr "" |
2523 | + |
2524 | +#: ../unity-shared/CoverArt.cpp:452 |
2525 | msgid "No Image Available" |
2526 | msgstr "" |
2527 | |
2528 | +#: ../plugins/unityshell/unityshell.xml.in.h:109 |
2529 | +msgid "None" |
2530 | +msgstr "" |
2531 | + |
2532 | +#: ../launcher/VolumeLauncherIcon.cpp:254 |
2533 | msgid "Open" |
2534 | msgstr "" |
2535 | |
2536 | +#: ../shortcuts/CompizShortcutModeller.cpp:135 |
2537 | msgid "Opens Launcher keyboard navigation mode." |
2538 | msgstr "" |
2539 | |
2540 | +#: ../plugins/unityshell/unityshell.xml.in.h:11 |
2541 | +msgid "Opens a folder or executes a command." |
2542 | +msgstr "" |
2543 | + |
2544 | +#: ../shortcuts/CompizShortcutModeller.cpp:153 |
2545 | msgid "Opens a new window in the app." |
2546 | msgstr "" |
2547 | |
2548 | +#: ../shortcuts/CompizShortcutModeller.cpp:176 |
2549 | msgid "Opens the Dash App Lens." |
2550 | msgstr "" |
2551 | |
2552 | +#: ../shortcuts/CompizShortcutModeller.cpp:182 |
2553 | msgid "Opens the Dash Files Lens." |
2554 | msgstr "" |
2555 | |
2556 | +#: ../shortcuts/CompizShortcutModeller.cpp:170 |
2557 | msgid "Opens the Dash Home." |
2558 | msgstr "" |
2559 | |
2560 | +#: ../shortcuts/CompizShortcutModeller.cpp:188 |
2561 | msgid "Opens the Dash Music Lens." |
2562 | msgstr "" |
2563 | |
2564 | +#: ../shortcuts/CompizShortcutModeller.cpp:194 |
2565 | +msgid "Opens the Dash Photo Lens." |
2566 | +msgstr "" |
2567 | + |
2568 | +#: ../shortcuts/CompizShortcutModeller.cpp:200 |
2569 | msgid "Opens the Dash Video Lens." |
2570 | msgstr "" |
2571 | |
2572 | +#: ../shortcuts/CompizShortcutModeller.cpp:226 |
2573 | msgid "Opens the HUD." |
2574 | msgstr "" |
2575 | |
2576 | +#: ../shortcuts/CompizShortcutModeller.cpp:129 |
2577 | msgid "Opens the Launcher, displays shortcuts." |
2578 | msgstr "" |
2579 | |
2580 | +#: ../shortcuts/CompizShortcutModeller.cpp:159 |
2581 | msgid "Opens the Trash." |
2582 | msgstr "" |
2583 | |
2584 | +#: ../shortcuts/CompizShortcutModeller.cpp:216 |
2585 | msgid "Opens the currently focused item." |
2586 | msgstr "" |
2587 | |
2588 | +#: ../plugins/unityshell/unityshell.xml.in.h:15 |
2589 | +msgid "" |
2590 | +"Opens the first indicator menu of the Panel, allowing keyboard navigation " |
2591 | +"thereafter." |
2592 | +msgstr "" |
2593 | + |
2594 | +#: ../shortcuts/CompizShortcutModeller.cpp:238 |
2595 | msgid "Opens the indicator menu." |
2596 | msgstr "" |
2597 | |
2598 | +#: ../shortcuts/CompizShortcutModeller.cpp:407 |
2599 | msgid "Opens the window accessibility menu." |
2600 | msgstr "" |
2601 | |
2602 | +#: ../shutdown/SessionView.cpp:140 |
2603 | +msgid "" |
2604 | +"Other users are logged in. Restarting or shutting down will close their open " |
2605 | +"applications and may cause them to lose work.\n" |
2606 | +"\n" |
2607 | +msgstr "" |
2608 | + |
2609 | +#: ../plugins/unityshell/unityshell.xml.in.h:36 |
2610 | +msgid "Override Theme Settings" |
2611 | +msgstr "" |
2612 | + |
2613 | +#: ../plugins/unityshell/unityshell.xml.in.h:20 |
2614 | +msgid "Panel Opacity" |
2615 | +msgstr "" |
2616 | + |
2617 | +#: ../plugins/unityshell/unityshell.xml.in.h:22 |
2618 | +msgid "Panel Opacity for Maximized Windows Toggle" |
2619 | +msgstr "" |
2620 | + |
2621 | +#: ../lockscreen/UserPromptView.cpp:98 |
2622 | +msgid "Password" |
2623 | +msgstr "" |
2624 | + |
2625 | +#: ../shortcuts/CompizShortcutModeller.cpp:413 |
2626 | msgid "Places the window in corresponding position." |
2627 | msgstr "" |
2628 | |
2629 | +#: ../plugins/unityshell/unityshell.xml.in.h:2 |
2630 | +msgid "Plugin to draw the Unity Shell" |
2631 | +msgstr "" |
2632 | + |
2633 | +#: ../plugins/unityshell/unityshell.xml.in.h:7 |
2634 | +msgid "Pressing this key will lock the current session." |
2635 | +msgstr "" |
2636 | + |
2637 | +#: ../plugins/unityshell/unityshell.xml.in.h:92 |
2638 | +msgid "Pressure Decay Rate" |
2639 | +msgstr "" |
2640 | + |
2641 | +#: ../plugins/unityshell/unityshell.xml.in.h:79 |
2642 | +msgid "Primary Display" |
2643 | +msgstr "" |
2644 | + |
2645 | +#: ../plugins/unityshell/unityshell.xml.in.h:114 |
2646 | +msgid "Pulse" |
2647 | +msgstr "" |
2648 | + |
2649 | +#: ../plugins/unityshell/unityshell.xml.in.h:110 |
2650 | +msgid "Pulse Until Running" |
2651 | +msgstr "" |
2652 | + |
2653 | +#: ../a11y/unity-quicklist-menu-accessible.cpp:179 |
2654 | msgid "Quicklist" |
2655 | msgstr "" |
2656 | |
2657 | +#: ../launcher/ApplicationLauncherIcon.cpp:604 |
2658 | +#: ../launcher/ApplicationLauncherIcon.cpp:659 |
2659 | +#: ../launcher/ApplicationLauncherIcon.cpp:738 |
2660 | +#: ../launcher/TrashLauncherIcon.cpp:130 ../launcher/VolumeLauncherIcon.cpp:376 |
2661 | msgid "Quit" |
2662 | msgstr "Излез" |
2663 | |
2664 | +#: ../dash/FilterRatingsWidget.cpp:48 |
2665 | msgid "Rating" |
2666 | msgstr "" |
2667 | |
2668 | +#: ../shortcuts/CompizShortcutModeller.cpp:424 |
2669 | msgid "Resizes the window." |
2670 | msgstr "" |
2671 | |
2672 | +#: ../shutdown/SessionButton.cpp:79 |
2673 | msgid "Restart" |
2674 | msgstr "" |
2675 | |
2676 | +#: ../launcher/DesktopLauncherIcon.cpp:55 |
2677 | +msgid "Restore Windows" |
2678 | +msgstr "" |
2679 | + |
2680 | +#: ../shortcuts/CompizShortcutModeller.cpp:389 |
2681 | msgid "Restores or minimises the current window." |
2682 | msgstr "" |
2683 | |
2684 | +#: ../lockscreen/UserPromptView.cpp:471 |
2685 | +msgid "Retry" |
2686 | +msgstr "" |
2687 | + |
2688 | +#: ../plugins/unityshell/unityshell.xml.in.h:73 |
2689 | +msgid "Reveal Trigger" |
2690 | +msgstr "" |
2691 | + |
2692 | +#: ../shortcuts/CompizShortcutModeller.cpp:232 |
2693 | msgid "Reveals the application menu." |
2694 | msgstr "" |
2695 | |
2696 | +#: ../plugins/unityshell/unityshell.xml.in.h:5 |
2697 | +msgid "Reveals the global menu bar while pressed." |
2698 | +msgstr "" |
2699 | + |
2700 | +#: ../shortcuts/ShortcutHintPrivate.cpp:86 |
2701 | msgid "Right Mouse" |
2702 | msgstr "" |
2703 | |
2704 | +#: ../launcher/VolumeLauncherIcon.cpp:291 |
2705 | msgid "Safely remove" |
2706 | msgstr "" |
2707 | |
2708 | +#: ../launcher/VolumeLauncherIcon.cpp:291 |
2709 | msgid "Safely remove parent drive" |
2710 | msgstr "" |
2711 | |
2712 | +#: ../shortcuts/CompizShortcutModeller.cpp:147 |
2713 | msgid "Same as clicking on a Launcher icon." |
2714 | msgstr "" |
2715 | |
2716 | +#: ../plugins/unityshell/unityshell.xml.in.h:82 |
2717 | +msgid "Scroll Inactive Icon to Focus Application" |
2718 | +msgstr "" |
2719 | + |
2720 | +#: ../launcher/BFBLauncherIcon.cpp:148 |
2721 | +msgid "Search your computer" |
2722 | +msgstr "" |
2723 | + |
2724 | +#: ../launcher/BFBLauncherIcon.cpp:147 |
2725 | msgid "Search your computer and online sources" |
2726 | msgstr "" |
2727 | |
2728 | +#: ../dash/PlacesGroup.cpp:386 |
2729 | msgid "See fewer results" |
2730 | msgstr "" |
2731 | |
2732 | +#: ../dash/PlacesGroup.cpp:392 |
2733 | +#, c-format |
2734 | +msgid "See one more result" |
2735 | +msgid_plural "See %d more results" |
2736 | +msgstr[0] "" |
2737 | +msgstr[1] "" |
2738 | + |
2739 | +#: ../plugins/unityshell/unityshell.xml.in.h:77 |
2740 | +msgid "Selects on which display the Launcher will be present." |
2741 | +msgstr "" |
2742 | + |
2743 | +#: ../shortcuts/CompizShortcutModeller.cpp:395 |
2744 | msgid "Semi-maximise the current window." |
2745 | msgstr "" |
2746 | |
2747 | +#: ../plugins/unityshell/unityshell.xml.in.h:38 |
2748 | +msgid "Shadow X offset" |
2749 | +msgstr "" |
2750 | + |
2751 | +#: ../plugins/unityshell/unityshell.xml.in.h:40 |
2752 | +msgid "Shadow Y offset" |
2753 | +msgstr "" |
2754 | + |
2755 | +#: ../launcher/DesktopLauncherIcon.cpp:57 |
2756 | +#: ../plugins/unityshell/unityshell.xml.in.h:12 |
2757 | msgid "Show Desktop" |
2758 | msgstr "" |
2759 | |
2760 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:5 |
2761 | +msgid "Show Handles" |
2762 | +msgstr "" |
2763 | + |
2764 | +#: ../plugins/unityshell/unityshell.xml.in.h:142 |
2765 | +msgid "Show live previews of windows in the Switcher" |
2766 | +msgstr "" |
2767 | + |
2768 | +#: ../shutdown/SessionView.cpp:144 ../shutdown/SessionButton.cpp:75 |
2769 | msgid "Shut Down" |
2770 | msgstr "" |
2771 | |
2772 | +#: ../plugins/unityshell/unityshell.xml.in.h:70 |
2773 | +msgid "Slide only" |
2774 | +msgstr "" |
2775 | + |
2776 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:2 |
2777 | +msgid "Small touch-based grab handles to move and resize a window" |
2778 | +msgstr "" |
2779 | + |
2780 | +#: ../dash/ScopeView.cpp:751 |
2781 | msgid "Sorry, there is nothing that matches your search." |
2782 | msgstr "" |
2783 | |
2784 | +#: ../shortcuts/CompizShortcutModeller.cpp:353 |
2785 | +msgid "Spreads all windows in all the workspaces." |
2786 | +msgstr "" |
2787 | + |
2788 | +#: ../shortcuts/CompizShortcutModeller.cpp:344 |
2789 | msgid "Spreads all windows in the current workspace." |
2790 | msgstr "" |
2791 | |
2792 | +#: ../shortcuts/CompizShortcutModeller.cpp:370 |
2793 | +msgid "Spreads all windows of the focused application in all the workspaces." |
2794 | +msgstr "" |
2795 | + |
2796 | +#: ../shortcuts/CompizShortcutModeller.cpp:361 |
2797 | +msgid "" |
2798 | +"Spreads all windows of the focused application in the current workspace." |
2799 | +msgstr "" |
2800 | + |
2801 | +#: ../shortcuts/CompizShortcutModeller.cpp:362 |
2802 | +msgid "Spreads all windows of the focused application." |
2803 | +msgstr "" |
2804 | + |
2805 | +#: ../shortcuts/CompizShortcutModeller.cpp:345 |
2806 | +msgid "Spreads all windows." |
2807 | +msgstr "" |
2808 | + |
2809 | +#: ../plugins/unityshell/unityshell.xml.in.h:29 |
2810 | +msgid "Static Blur" |
2811 | +msgstr "" |
2812 | + |
2813 | +#: ../plugins/networkarearegion/networkarearegion.xml.in.h:2 |
2814 | +msgid "Support _UNITY_NET_WORKAREA_REGION" |
2815 | +msgstr "" |
2816 | + |
2817 | +#: ../shutdown/SessionButton.cpp:67 |
2818 | msgid "Suspend" |
2819 | msgstr "" |
2820 | |
2821 | +#: ../lockscreen/UserPromptView.cpp:509 |
2822 | +msgid "Switch to greeter…" |
2823 | +msgstr "" |
2824 | + |
2825 | +#: ../a11y/unity-switcher-accessible.cpp:147 |
2826 | +#: ../plugins/unityshell/unityshell.xml.in.h:127 |
2827 | msgid "Switcher" |
2828 | msgstr "" |
2829 | |
2830 | +#: ../plugins/unityshell/unityshell.xml.in.h:140 |
2831 | +msgid "Switcher strictly changes between applications" |
2832 | +msgstr "" |
2833 | + |
2834 | +#: ../shortcuts/CompizShortcutModeller.cpp:141 |
2835 | msgid "Switches applications via the Launcher." |
2836 | msgstr "" |
2837 | |
2838 | +#: ../shortcuts/CompizShortcutModeller.cpp:206 |
2839 | msgid "Switches between Lenses." |
2840 | msgstr "" |
2841 | |
2842 | +#: ../shortcuts/CompizShortcutModeller.cpp:273 |
2843 | +msgid "Switches between applications from all workspaces." |
2844 | +msgstr "" |
2845 | + |
2846 | +#: ../shortcuts/CompizShortcutModeller.cpp:264 |
2847 | msgid "Switches between applications." |
2848 | msgstr "" |
2849 | |
2850 | +#: ../shortcuts/CompizShortcutModeller.cpp:320 |
2851 | msgid "Switches between workspaces." |
2852 | msgstr "" |
2853 | |
2854 | +#: ../plugins/unityshell/unityshell.xml.in.h:129 |
2855 | +msgid "Switches to the next open window on the actual viewport." |
2856 | +msgstr "" |
2857 | + |
2858 | +#: ../plugins/unityshell/unityshell.xml.in.h:133 |
2859 | +msgid "Switches to the next open window, including windows of all viewports." |
2860 | +msgstr "" |
2861 | + |
2862 | +#: ../plugins/unityshell/unityshell.xml.in.h:131 |
2863 | +msgid "" |
2864 | +"Switches to the previous open window on the actual viewport, once the " |
2865 | +"Switcher has been revealed." |
2866 | +msgstr "" |
2867 | + |
2868 | +#: ../plugins/unityshell/unityshell.xml.in.h:135 |
2869 | +msgid "" |
2870 | +"Switches to the previous open window, once the Switcher has been revealed, " |
2871 | +"including windows of all viewports." |
2872 | +msgstr "" |
2873 | + |
2874 | +#: ../shortcuts/CompizShortcutModeller.cpp:280 |
2875 | msgid "Switches windows of current applications." |
2876 | msgstr "" |
2877 | |
2878 | +#: ../shortcuts/CompizShortcutModeller.cpp:326 |
2879 | msgid "Switches workspaces." |
2880 | msgstr "" |
2881 | |
2882 | +#: ../shortcuts/CompizShortcutModeller.cpp:261 |
2883 | msgid "Switching" |
2884 | msgstr "" |
2885 | |
2886 | +#: ../shortcuts/CompizShortcutModeller.cpp:254 |
2887 | +msgid "Take a screenshot of the current window." |
2888 | +msgstr "" |
2889 | + |
2890 | +#: ../shortcuts/CompizShortcutModeller.cpp:249 |
2891 | +msgid "Take a screenshot." |
2892 | +msgstr "" |
2893 | + |
2894 | +#: ../plugins/unityshell/unityshell.xml.in.h:45 |
2895 | +msgid "The color of the shadows for the active window." |
2896 | +msgstr "" |
2897 | + |
2898 | +#: ../plugins/unityshell/unityshell.xml.in.h:49 |
2899 | +msgid "The color of the shadows for the inactive windows." |
2900 | +msgstr "" |
2901 | + |
2902 | +#: ../launcher/DeviceNotificationDisplayImp.cpp:41 |
2903 | msgid "The drive has been successfully ejected" |
2904 | msgstr "" |
2905 | |
2906 | +#: ../plugins/unityshell/unityshell.xml.in.h:108 |
2907 | +msgid "The icon animation playing during the launch of a process." |
2908 | +msgstr "" |
2909 | + |
2910 | +#: ../plugins/unityshell/unityshell.xml.in.h:113 |
2911 | +msgid "The icon animation playing when a Launcher Icon is in the urgent state." |
2912 | +msgstr "" |
2913 | + |
2914 | +#: ../plugins/unityshell/unityshell.xml.in.h:95 |
2915 | +msgid "The maximum velocity at which the mouse will still be stopped." |
2916 | +msgstr "" |
2917 | + |
2918 | +#: ../plugins/unityshell/unityshell.xml.in.h:32 |
2919 | +msgid "The minimum value to trigger automaximize." |
2920 | +msgstr "" |
2921 | + |
2922 | +#: ../plugins/unityshell/unityshell.xml.in.h:97 |
2923 | +msgid "" |
2924 | +"The number of milliseconds Sticky Edges are deactivated for after the " |
2925 | +"barrier has been broken." |
2926 | +msgstr "" |
2927 | + |
2928 | +#: ../plugins/unityshell/unityshell.xml.in.h:62 |
2929 | +msgid "The opacity of the Launcher background." |
2930 | +msgstr "" |
2931 | + |
2932 | +#: ../plugins/unityshell/unityshell.xml.in.h:21 |
2933 | +msgid "The opacity of the Panel background." |
2934 | +msgstr "" |
2935 | + |
2936 | +#: ../plugins/unityshell/unityshell.xml.in.h:43 |
2937 | +msgid "The radius of the shadow blur for the active window." |
2938 | +msgstr "" |
2939 | + |
2940 | +#: ../plugins/unityshell/unityshell.xml.in.h:47 |
2941 | +msgid "The radius of the shadow blur for the inactive windows." |
2942 | +msgstr "" |
2943 | + |
2944 | +#: ../plugins/unityshell/unityshell.xml.in.h:93 |
2945 | +msgid "The rate at which mouse pressure decays." |
2946 | +msgstr "" |
2947 | + |
2948 | +#: ../plugins/unityshell/unityshell.xml.in.h:99 |
2949 | +msgid "The size of the icons in the Launcher." |
2950 | +msgstr "" |
2951 | + |
2952 | +#: ../decorations/DecorationsForceQuitDialog.cpp:328 |
2953 | +msgid "This window is not responding" |
2954 | +msgstr "" |
2955 | + |
2956 | +#: ../plugins/unityshell/unityshell.xml.in.h:144 |
2957 | +msgid "Timed automatic to show live previews in the Switcher" |
2958 | +msgstr "" |
2959 | + |
2960 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:3 |
2961 | +msgid "Toggle Handles" |
2962 | +msgstr "" |
2963 | + |
2964 | +#: ../plugins/unityshell/unityshell.xml.in.h:75 |
2965 | +msgid "Top Left Corner" |
2966 | +msgstr "" |
2967 | + |
2968 | +#: ../launcher/TrashLauncherIcon.cpp:51 |
2969 | msgid "Trash" |
2970 | msgstr "" |
2971 | |
2972 | +#: ../plugins/unityshell/unityshell.xml.in.h:27 |
2973 | +msgid "Type of blur in the Dash." |
2974 | +msgstr "" |
2975 | + |
2976 | +#: ../hud/HudView.cpp:198 ../hud/HudView.cpp:385 |
2977 | msgid "Type your command" |
2978 | msgstr "" |
2979 | |
2980 | +#: ../panel/PanelMenuView.cpp:80 |
2981 | msgid "Ubuntu Desktop" |
2982 | msgstr "" |
2983 | |
2984 | +#. anonymous namespace |
2985 | +#. namespace unity |
2986 | +#: ../plugins/unityshell/unityshell.xml.in.h:1 |
2987 | +msgid "Ubuntu Unity Plugin" |
2988 | +msgstr "" |
2989 | + |
2990 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:1 |
2991 | +msgid "Unity MT Grab Handles" |
2992 | +msgstr "" |
2993 | + |
2994 | +#. namespace panel |
2995 | +#. namespace unity |
2996 | +#: ../plugins/networkarearegion/networkarearegion.xml.in.h:1 |
2997 | +msgid "Unity Scrollbars Support" |
2998 | +msgstr "" |
2999 | + |
3000 | +#: ../lockscreen/UserPromptView.cpp:469 |
3001 | +msgid "Unlock" |
3002 | +msgstr "" |
3003 | + |
3004 | +#: ../launcher/ApplicationLauncherIcon.cpp:590 |
3005 | +#: ../launcher/ApplicationLauncherIcon.cpp:713 |
3006 | +#: ../launcher/VolumeLauncherIcon.cpp:189 |
3007 | #, fuzzy |
3008 | msgid "Unlock from Launcher" |
3009 | msgstr "Премахни от програмата за стартиране" |
3010 | |
3011 | +#: ../launcher/VolumeLauncherIcon.cpp:355 |
3012 | msgid "Unmount" |
3013 | msgstr "" |
3014 | |
3015 | +#: ../lockscreen/UserPromptView.cpp:101 |
3016 | +msgid "Username" |
3017 | +msgstr "" |
3018 | + |
3019 | +#: ../plugins/unityshell/unityshell.xml.in.h:41 |
3020 | +msgid "Vertical offset of the shadow." |
3021 | +msgstr "" |
3022 | + |
3023 | #. Application is being installed, or hasn't been installed yet |
3024 | +#: ../launcher/SoftwareCenterLauncherIcon.cpp:75 |
3025 | msgid "Waiting to install" |
3026 | msgstr "" |
3027 | |
3028 | +#: ../plugins/unityshell/unityshell.xml.in.h:23 |
3029 | +msgid "" |
3030 | +"When a window is maximized and visible in the current viewport, the panel " |
3031 | +"opacity is disabled." |
3032 | +msgstr "" |
3033 | + |
3034 | +#: ../plugins/unityshell/unityshell.xml.in.h:115 |
3035 | +msgid "Wiggle" |
3036 | +msgstr "" |
3037 | + |
3038 | +#: ../shortcuts/CompizShortcutModeller.cpp:340 |
3039 | msgid "Windows" |
3040 | msgstr "" |
3041 | |
3042 | +#: ../launcher/ExpoLauncherIcon.cpp:118 |
3043 | +#, c-format |
3044 | +msgid "Workspace %d" |
3045 | +msgstr "" |
3046 | + |
3047 | +#: ../launcher/ExpoLauncherIcon.cpp:119 |
3048 | +#, c-format |
3049 | +msgid "Workspace %dx%d" |
3050 | +msgstr "" |
3051 | + |
3052 | +#: ../launcher/ExpoLauncherIcon.cpp:35 |
3053 | msgid "Workspace Switcher" |
3054 | msgstr "" |
3055 | |
3056 | +#: ../shortcuts/CompizShortcutModeller.cpp:317 |
3057 | msgid "Workspaces" |
3058 | msgstr "" |
3059 | |
3060 | -#, fuzzy |
3061 | -#~ msgid "Hide Launcher" |
3062 | -#~ msgstr "Премахни от програмата за стартиране" |
3063 | +#: ../decorations/DecorationsForceQuitDialog.cpp:357 |
3064 | +msgid "_Force Quit" |
3065 | +msgstr "" |
3066 | + |
3067 | +#: ../decorations/DecorationsForceQuitDialog.cpp:350 |
3068 | +msgid "_Wait" |
3069 | +msgstr "" |
3070 | |
3071 | #, fuzzy |
3072 | #~ msgid "Keep in launcher" |
3073 | #~ msgstr "Остави в програмата за стартиране" |
3074 | - |
3075 | -#, fuzzy |
3076 | -#~ msgid "Launchers" |
3077 | -#~ msgstr "Премахни от програмата за стартиране" |
3078 | diff --git a/po/cs.po b/po/cs.po |
3079 | index f9df53f..fb1f5b2 100644 |
3080 | --- a/po/cs.po |
3081 | +++ b/po/cs.po |
3082 | @@ -6,8 +6,8 @@ |
3083 | msgid "" |
3084 | msgstr "" |
3085 | "Project-Id-Version: l 10n\n" |
3086 | -"Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" |
3087 | -"POT-Creation-Date: 2013-04-17 16:00+0100\n" |
3088 | +"Report-Msgid-Bugs-To: \n" |
3089 | +"POT-Creation-Date: 2022-04-29 15:33+0530\n" |
3090 | "PO-Revision-Date: 2010-03-02 12:36-0500\n" |
3091 | "Last-Translator: Canonical OEM\n" |
3092 | "Language-Team: Czech\n" |
3093 | @@ -17,106 +17,470 @@ msgstr "" |
3094 | "Content-Transfer-Encoding: 8bit\n" |
3095 | "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" |
3096 | |
3097 | +#: ../shortcuts/CompizShortcutModeller.cpp:128 |
3098 | +#: ../shortcuts/CompizShortcutModeller.cpp:231 |
3099 | msgid " (Hold)" |
3100 | msgstr "" |
3101 | |
3102 | +#: ../shortcuts/CompizShortcutModeller.cpp:169 |
3103 | +#: ../shortcuts/CompizShortcutModeller.cpp:225 |
3104 | msgid " (Tap)" |
3105 | msgstr "" |
3106 | |
3107 | +#: ../shortcuts/CompizShortcutModeller.cpp:146 |
3108 | msgid " + 1 to 9" |
3109 | msgstr "" |
3110 | |
3111 | +#: ../shortcuts/CompizShortcutModeller.cpp:325 |
3112 | +#: ../shortcuts/CompizShortcutModeller.cpp:331 |
3113 | msgid " + Arrow Keys" |
3114 | msgstr "" |
3115 | |
3116 | +#: ../shortcuts/CompizShortcutModeller.cpp:152 |
3117 | msgid " + Shift + 1 to 9" |
3118 | msgstr "" |
3119 | |
3120 | +#: ../shortcuts/CompizShortcutModeller.cpp:417 |
3121 | +#: ../shortcuts/CompizShortcutModeller.cpp:423 |
3122 | msgid " Drag" |
3123 | msgstr "" |
3124 | |
3125 | +#: ../shortcuts/CompizShortcutModeller.cpp:394 |
3126 | msgid " or Right" |
3127 | msgstr "" |
3128 | |
3129 | +#: ../panel/PanelMenuView.cpp:82 |
3130 | +#, c-format |
3131 | +msgid "%s Desktop" |
3132 | +msgstr "" |
3133 | + |
3134 | +#. The "%s" is used in the dash preview to display the "<hint>: <value>" infos |
3135 | +#: ../dash/previews/PreviewInfoHintWidget.cpp:168 |
3136 | +#, c-format |
3137 | +msgid "%s:" |
3138 | +msgstr "" |
3139 | + |
3140 | +#: ../a11y/unity-launcher-icon-accessible.cpp:303 |
3141 | +#, c-format |
3142 | +msgid "%s: running" |
3143 | +msgstr "" |
3144 | + |
3145 | +#: ../a11y/unity-launcher-icon-accessible.cpp:299 |
3146 | +#, c-format |
3147 | +msgid "%s: running: %zu windows open" |
3148 | +msgstr "" |
3149 | + |
3150 | +#: ../a11y/unity-scope-bar-icon-accessible.cpp:164 |
3151 | +#, c-format |
3152 | +msgid "%s: selected" |
3153 | +msgstr "" |
3154 | + |
3155 | +#: ../plugins/unityshell/unityshell.xml.in.h:87 |
3156 | +msgid "" |
3157 | +"A conglomerate setting that modifies the overall responsiveness of the " |
3158 | +"Launcher reveal." |
3159 | +msgstr "" |
3160 | + |
3161 | +#: ../plugins/unityshell/unityshell.xml.in.h:9 |
3162 | +msgid "A tap on this key summons the HUD." |
3163 | +msgstr "" |
3164 | + |
3165 | +#: ../services/panel-service.c:2395 |
3166 | msgid "Activate" |
3167 | msgstr "" |
3168 | |
3169 | +#: ../plugins/unityshell/unityshell.xml.in.h:30 |
3170 | +msgid "Active Blur" |
3171 | +msgstr "" |
3172 | + |
3173 | +#: ../plugins/unityshell/unityshell.xml.in.h:44 |
3174 | +msgid "Active window shadow color" |
3175 | +msgstr "" |
3176 | + |
3177 | +#: ../plugins/unityshell/unityshell.xml.in.h:42 |
3178 | +msgid "Active window shadow radius" |
3179 | +msgstr "" |
3180 | + |
3181 | +#: ../launcher/ApplicationLauncherIcon.cpp:723 |
3182 | +msgid "Add to Dash" |
3183 | +msgstr "" |
3184 | + |
3185 | +#: ../dash/FilterAllButton.cpp:38 |
3186 | msgid "All" |
3187 | msgstr "" |
3188 | |
3189 | +#: ../plugins/unityshell/unityshell.xml.in.h:78 |
3190 | +msgid "All Displays" |
3191 | +msgstr "" |
3192 | + |
3193 | +#: ../plugins/unityshell/unityshell.xml.in.h:85 |
3194 | +msgid "" |
3195 | +"Allows minimizing a single windowed application by clicking on its Launcher " |
3196 | +"icon." |
3197 | +msgstr "" |
3198 | + |
3199 | +#: ../plugins/unityshell/unityshell.xml.in.h:83 |
3200 | +msgid "" |
3201 | +"Allows using the mouse scrollwheel to focus an application if the icon is " |
3202 | +"inactive." |
3203 | +msgstr "" |
3204 | + |
3205 | +#: ../plugins/unityshell/unityshell.xml.in.h:91 |
3206 | +msgid "" |
3207 | +"Amount of mouse pressure required to push the mousepointer into the next " |
3208 | +"monitor." |
3209 | +msgstr "" |
3210 | + |
3211 | +#: ../plugins/unityshell/unityshell.xml.in.h:89 |
3212 | +msgid "Amount of mouse pressure required to reveal the Launcher." |
3213 | +msgstr "" |
3214 | + |
3215 | +#: ../plugins/unityshell/unityshell.xml.in.h:68 |
3216 | +msgid "Animation played when the Launcher is showing or hiding." |
3217 | +msgstr "" |
3218 | + |
3219 | +#: ../shortcuts/CompizShortcutModeller.cpp:213 |
3220 | msgid "Arrow Keys" |
3221 | msgstr "" |
3222 | |
3223 | +#: ../lockscreen/UserPromptView.cpp:508 |
3224 | +msgid "Authentication failure" |
3225 | +msgstr "" |
3226 | + |
3227 | +#: ../plugins/unityshell/unityshell.xml.in.h:66 |
3228 | +msgid "Autohide" |
3229 | +msgstr "" |
3230 | + |
3231 | +#: ../plugins/unityshell/unityshell.xml.in.h:145 |
3232 | +msgid "" |
3233 | +"Automatically spreads multiple windows of the same application out into a " |
3234 | +"grid after a short time." |
3235 | +msgstr "" |
3236 | + |
3237 | +#: ../plugins/unityshell/unityshell.xml.in.h:31 |
3238 | +msgid "Automaximize Value" |
3239 | +msgstr "" |
3240 | + |
3241 | +#: ../plugins/unityshell/unityshell.xml.in.h:24 |
3242 | +msgid "Background Color" |
3243 | +msgstr "" |
3244 | + |
3245 | +#: ../plugins/unityshell/unityshell.xml.in.h:25 |
3246 | +msgid "Background color override for the Dash, Launcher and Switcher." |
3247 | +msgstr "" |
3248 | + |
3249 | +#: ../plugins/unityshell/unityshell.xml.in.h:104 |
3250 | +msgid "Backlight Always Off" |
3251 | +msgstr "" |
3252 | + |
3253 | +#: ../plugins/unityshell/unityshell.xml.in.h:102 |
3254 | +msgid "Backlight Always On" |
3255 | +msgstr "" |
3256 | + |
3257 | +#: ../plugins/unityshell/unityshell.xml.in.h:103 |
3258 | +msgid "Backlight Toggles" |
3259 | +msgstr "" |
3260 | + |
3261 | +#: ../plugins/unityshell/unityshell.xml.in.h:106 |
3262 | +msgid "Backlight and Edge Illumination Toggles" |
3263 | +msgstr "" |
3264 | + |
3265 | +#: ../plugins/unityshell/unityshell.xml.in.h:146 |
3266 | +msgid "Bias alt-tab to prefer windows on the current viewport" |
3267 | +msgstr "" |
3268 | + |
3269 | +#: ../plugins/unityshell/unityshell.xml.in.h:147 |
3270 | +msgid "" |
3271 | +"Bias the Switcher to prefer windows which are placed on the current viewport." |
3272 | +msgstr "" |
3273 | + |
3274 | +#: ../plugins/unityshell/unityshell.xml.in.h:111 |
3275 | +msgid "Blink" |
3276 | +msgstr "" |
3277 | + |
3278 | +#: ../unity-shared/TextInput.cpp:347 |
3279 | +msgid "Caps lock is on" |
3280 | +msgstr "" |
3281 | + |
3282 | +#: ../dash/FilterGenreWidget.cpp:47 |
3283 | msgid "Categories" |
3284 | msgstr "" |
3285 | |
3286 | +#: ../plugins/unityshell/unityshell.xml.in.h:101 |
3287 | +msgid "Change how the icons in the Launcher are backlit." |
3288 | +msgstr "" |
3289 | + |
3290 | +#: ../launcher/ApplicationLauncherIcon.cpp:661 |
3291 | +msgid "Close" |
3292 | +msgstr "" |
3293 | + |
3294 | +#: ../shortcuts/CompizShortcutModeller.cpp:401 |
3295 | msgid "Closes the current window." |
3296 | msgstr "" |
3297 | |
3298 | -msgid "Ctrl + Alt + Num" |
3299 | +#: ../shortcuts/CompizShortcutModeller.cpp:308 |
3300 | +msgid "Closes the selected application / window." |
3301 | +msgstr "" |
3302 | + |
3303 | +#: ../dash/previews/SocialPreview.cpp:230 |
3304 | +msgid "Comments" |
3305 | +msgstr "" |
3306 | + |
3307 | +#: ../shortcuts/CompizShortcutModeller.cpp:415 |
3308 | +msgid "Ctrl + Alt + Num (keypad)" |
3309 | msgstr "" |
3310 | |
3311 | +#: ../shortcuts/CompizShortcutModeller.cpp:208 |
3312 | msgid "Ctrl + Tab" |
3313 | msgstr "" |
3314 | |
3315 | +#: ../shortcuts/CompizShortcutModeller.cpp:246 |
3316 | +#: ../shortcuts/CompizShortcutModeller.cpp:288 |
3317 | msgid "Cursor Left or Right" |
3318 | msgstr "" |
3319 | |
3320 | +#: ../shortcuts/CompizShortcutModeller.cpp:293 |
3321 | +msgid "Cursor Up or Down" |
3322 | +msgstr "" |
3323 | + |
3324 | +#: ../plugins/unityshell/unityshell.xml.in.h:58 |
3325 | +msgid "" |
3326 | +"Cycles through icons present in the Launcher, in reverse order. Activates " |
3327 | +"the highlighted icon on release." |
3328 | +msgstr "" |
3329 | + |
3330 | +#: ../plugins/unityshell/unityshell.xml.in.h:56 |
3331 | +msgid "" |
3332 | +"Cycles through icons present in the Launcher. Activates the highlighted icon " |
3333 | +"on release." |
3334 | +msgstr "" |
3335 | + |
3336 | +#: ../a11y/unity-dash-view-accessible.cpp:100 |
3337 | +#: ../shortcuts/CompizShortcutModeller.cpp:167 |
3338 | msgid "Dash" |
3339 | msgstr "" |
3340 | |
3341 | +#: ../plugins/unityshell/unityshell.xml.in.h:26 |
3342 | +msgid "Dash Blur" |
3343 | +msgstr "" |
3344 | + |
3345 | +#: ../plugins/unityshell/unityshell.xml.in.h:59 |
3346 | +msgid "Dash tap duration" |
3347 | +msgstr "" |
3348 | + |
3349 | +#: ../plugins/unityshell/unityshell.xml.in.h:35 |
3350 | +msgid "Decorations" |
3351 | +msgstr "" |
3352 | + |
3353 | +#: ../plugins/unityshell/unityshell.xml.in.h:81 |
3354 | +msgid "Determines if the Launcher's edges will capture the mousepointer." |
3355 | +msgstr "" |
3356 | + |
3357 | +#: ../plugins/unityshell/unityshell.xml.in.h:148 |
3358 | +msgid "Disable Show Desktop in the Switcher" |
3359 | +msgstr "" |
3360 | + |
3361 | +#: ../plugins/unityshell/unityshell.xml.in.h:150 |
3362 | +msgid "Disable the mouse in the Switcher" |
3363 | +msgstr "" |
3364 | + |
3365 | +#: ../plugins/unityshell/unityshell.xml.in.h:149 |
3366 | +msgid "Disables the Show Desktop icon in the Switcher." |
3367 | +msgstr "" |
3368 | + |
3369 | +#: ../plugins/unityshell/unityshell.xml.in.h:141 |
3370 | +msgid "" |
3371 | +"Disables the last focused window being the first entry in the Switcher, so " |
3372 | +"Switcher strictly switches between applications" |
3373 | +msgstr "" |
3374 | + |
3375 | +#: ../plugins/unityshell/unityshell.xml.in.h:151 |
3376 | +msgid "Disables the mouse in the Switcher." |
3377 | +msgstr "" |
3378 | + |
3379 | +#: ../decorations/DecorationsForceQuitDialog.cpp:338 |
3380 | +msgid "" |
3381 | +"Do you want to force the application to exit, or wait for it to respond?" |
3382 | +msgstr "" |
3383 | + |
3384 | +#: ../launcher/SpacerLauncherIcon.cpp:35 |
3385 | msgid "Drop To Add Application" |
3386 | msgstr "" |
3387 | |
3388 | +#: ../plugins/unityshell/unityshell.xml.in.h:124 |
3389 | +msgid "" |
3390 | +"Duration (in milliseconds) of the menus fade-in animation, used when the " |
3391 | +"menus of a new launched application have been shown." |
3392 | +msgstr "" |
3393 | + |
3394 | +#: ../plugins/unityshell/unityshell.xml.in.h:118 |
3395 | +msgid "" |
3396 | +"Duration (in milliseconds) of the menus fade-in animation, used when the " |
3397 | +"mouse goes over the top-panel." |
3398 | +msgstr "" |
3399 | + |
3400 | +#: ../plugins/unityshell/unityshell.xml.in.h:126 |
3401 | +msgid "" |
3402 | +"Duration (in milliseconds) of the menus fade-out animation, used when the " |
3403 | +"menus of a new launched application have been shown." |
3404 | +msgstr "" |
3405 | + |
3406 | +#: ../plugins/unityshell/unityshell.xml.in.h:120 |
3407 | +msgid "" |
3408 | +"Duration (in milliseconds) of the menus fade-out animation, used when the " |
3409 | +"mouse goes over the top-panel." |
3410 | +msgstr "" |
3411 | + |
3412 | +#: ../plugins/unityshell/unityshell.xml.in.h:60 |
3413 | +msgid "" |
3414 | +"Duration (in millseconds) that will count as a tap for opening the Dash." |
3415 | +msgstr "" |
3416 | + |
3417 | +#: ../plugins/unityshell/unityshell.xml.in.h:96 |
3418 | +msgid "Duration of Sticky Edge Release after Break" |
3419 | +msgstr "" |
3420 | + |
3421 | +#: ../plugins/unityshell/unityshell.xml.in.h:37 |
3422 | +msgid "" |
3423 | +"Each Gtk theme can provide shadow parameters, but you can override these " |
3424 | +"values here." |
3425 | +msgstr "" |
3426 | + |
3427 | +#: ../plugins/unityshell/unityshell.xml.in.h:105 |
3428 | +msgid "Edge Illumination Toggles" |
3429 | +msgstr "" |
3430 | + |
3431 | +#: ../plugins/unityshell/unityshell.xml.in.h:94 |
3432 | +msgid "Edge Stop Velocity" |
3433 | +msgstr "" |
3434 | + |
3435 | +#: ../launcher/VolumeLauncherIcon.cpp:272 |
3436 | msgid "Eject" |
3437 | msgstr "" |
3438 | |
3439 | +#: ../launcher/VolumeLauncherIcon.cpp:272 |
3440 | msgid "Eject parent drive" |
3441 | msgstr "" |
3442 | |
3443 | -msgid "Empty Trash..." |
3444 | +#: ../launcher/TrashLauncherIcon.cpp:103 |
3445 | +msgid "Empty Trash…" |
3446 | +msgstr "" |
3447 | + |
3448 | +#: ../plugins/unityshell/unityshell.xml.in.h:33 |
3449 | +msgid "Enable Shortcut Hints Overlay" |
3450 | +msgstr "" |
3451 | + |
3452 | +#: ../plugins/unityshell/unityshell.xml.in.h:143 |
3453 | +msgid "Enables miniature live window previews in the Switcher." |
3454 | +msgstr "" |
3455 | + |
3456 | +#: ../plugins/unityshell/unityshell.xml.in.h:34 |
3457 | +msgid "" |
3458 | +"Enables possibility to display an overlay showing available mouse and " |
3459 | +"keyboard shortcuts." |
3460 | msgstr "" |
3461 | |
3462 | +#: ../shortcuts/CompizShortcutModeller.cpp:218 |
3463 | msgid "Enter" |
3464 | msgstr "" |
3465 | |
3466 | +#: ../shortcuts/CompizShortcutModeller.cpp:291 |
3467 | +msgid "Enter / Exit from spread mode or Select windows." |
3468 | +msgstr "" |
3469 | + |
3470 | +#: ../launcher/ApplicationLauncherIcon.cpp:660 |
3471 | +msgid "Exit" |
3472 | +msgstr "" |
3473 | + |
3474 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:9 |
3475 | +msgid "Fade Duration" |
3476 | +msgstr "" |
3477 | + |
3478 | +#: ../plugins/unityshell/unityshell.xml.in.h:72 |
3479 | +msgid "Fade and Slide" |
3480 | +msgstr "" |
3481 | + |
3482 | +#: ../plugins/unityshell/unityshell.xml.in.h:69 |
3483 | +msgid "Fade on bfb and Slide" |
3484 | +msgstr "" |
3485 | + |
3486 | +#: ../plugins/unityshell/unityshell.xml.in.h:71 |
3487 | +msgid "Fade only" |
3488 | +msgstr "" |
3489 | + |
3490 | +#: ../lockscreen/UserPromptView.cpp:301 |
3491 | +msgid "Failed to authenticate" |
3492 | +msgstr "" |
3493 | + |
3494 | +#: ../unity-shared/SearchBar.cpp:163 |
3495 | msgid "Filter results" |
3496 | msgstr "" |
3497 | |
3498 | +#: ../plugins/unityshell/unityshell.xml.in.h:139 |
3499 | +msgid "" |
3500 | +"Flips through all the windows present in the Switcher, in reverse order." |
3501 | +msgstr "" |
3502 | + |
3503 | +#: ../plugins/unityshell/unityshell.xml.in.h:137 |
3504 | +msgid "Flips through all the windows present in the Switcher." |
3505 | +msgstr "" |
3506 | + |
3507 | +#: ../launcher/VolumeLauncherIcon.cpp:312 |
3508 | +msgid "Format…" |
3509 | +msgstr "" |
3510 | + |
3511 | +#: ../plugins/unityshell/unityshell.xml.in.h:3 |
3512 | +msgid "General" |
3513 | +msgstr "" |
3514 | + |
3515 | +#: ../plugins/unityshell/unityshell.xml.in.h:54 |
3516 | +msgid "" |
3517 | +"Gives keyboard-focus to the Launcher so it can be navigated with the cursor-" |
3518 | +"keys." |
3519 | +msgstr "" |
3520 | + |
3521 | +#: ../shutdown/SessionView.cpp:175 |
3522 | #, c-format |
3523 | msgid "" |
3524 | "Goodbye, %s. Are you sure you want to close all programs and log out from " |
3525 | "your account?" |
3526 | msgstr "" |
3527 | |
3528 | +#: ../shutdown/SessionView.cpp:159 |
3529 | #, c-format |
3530 | msgid "" |
3531 | "Goodbye, %s. Are you sure you want to close all programs and shut down the " |
3532 | "computer?" |
3533 | msgstr "" |
3534 | |
3535 | +#: ../shutdown/SessionView.cpp:204 |
3536 | #, c-format |
3537 | msgid "Goodbye, %s. Would you like to…" |
3538 | msgstr "" |
3539 | |
3540 | +#: ../launcher/HudLauncherIcon.cpp:44 |
3541 | msgid "HUD" |
3542 | msgstr "" |
3543 | |
3544 | +#: ../shortcuts/CompizShortcutModeller.cpp:223 |
3545 | msgid "HUD & Menu Bar" |
3546 | msgstr "" |
3547 | |
3548 | +#: ../shutdown/SessionView.cpp:170 |
3549 | #, c-format |
3550 | msgid "" |
3551 | "Hi %s, you have open files that you might want to save before logging out. " |
3552 | "Are you sure you want to continue?" |
3553 | msgstr "" |
3554 | |
3555 | +#: ../shutdown/SessionView.cpp:154 |
3556 | #, c-format |
3557 | msgid "" |
3558 | "Hi %s, you have open files that you might want to save before shutting down. " |
3559 | "Are you sure you want to continue?" |
3560 | msgstr "" |
3561 | |
3562 | +#: ../shutdown/SessionView.cpp:198 |
3563 | #, c-format |
3564 | msgid "" |
3565 | "Hi %s, you have open files you might want to save.\n" |
3566 | @@ -124,228 +488,862 @@ msgid "" |
3567 | msgstr "" |
3568 | |
3569 | #. We have enough buttons to show the message without a new line. |
3570 | +#: ../shutdown/SessionView.cpp:193 |
3571 | #, c-format |
3572 | msgid "Hi %s, you have open files you might want to save. Would you like to…" |
3573 | msgstr "" |
3574 | |
3575 | +#: ../shutdown/SessionButton.cpp:71 |
3576 | msgid "Hibernate" |
3577 | msgstr "" |
3578 | |
3579 | -msgid "Keyboard Shortcuts" |
3580 | +#: ../plugins/unityshell/unityshell.xml.in.h:67 |
3581 | +msgid "Hide Animation" |
3582 | +msgstr "" |
3583 | + |
3584 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:7 |
3585 | +#, fuzzy |
3586 | +msgid "Hide Handles" |
3587 | +msgstr "Odebrat ze Spouštěče" |
3588 | + |
3589 | +#: ../plugins/unityshell/unityshell.xml.in.h:63 |
3590 | +#, fuzzy |
3591 | +msgid "Hide Launcher" |
3592 | +msgstr "Odebrat ze Spouštěče" |
3593 | + |
3594 | +#: ../plugins/unityshell/unityshell.xml.in.h:13 |
3595 | +msgid "Hide all windows and focus desktop." |
3596 | +msgstr "" |
3597 | + |
3598 | +#: ../plugins/unityshell/unityshell.xml.in.h:52 |
3599 | +msgid "" |
3600 | +"Holding this key makes the Launcher and Help Overlay appear. Tapping it " |
3601 | +"opens the Dash." |
3602 | +msgstr "" |
3603 | + |
3604 | +#: ../plugins/unityshell/unityshell.xml.in.h:39 |
3605 | +msgid "Horizontal offset of the shadow." |
3606 | +msgstr "" |
3607 | + |
3608 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:10 |
3609 | +msgid "How long the fade should last" |
3610 | +msgstr "" |
3611 | + |
3612 | +#: ../plugins/unityshell/unityshell.xml.in.h:122 |
3613 | +msgid "" |
3614 | +"How many seconds the menus should be shown when a new application has been " |
3615 | +"launched." |
3616 | +msgstr "" |
3617 | + |
3618 | +#: ../plugins/unityshell/unityshell.xml.in.h:48 |
3619 | +msgid "Inactive windows shadow color" |
3620 | +msgstr "" |
3621 | + |
3622 | +#: ../plugins/unityshell/unityshell.xml.in.h:46 |
3623 | +msgid "Inactive windows shadow radius" |
3624 | +msgstr "" |
3625 | + |
3626 | +#: ../plugins/unityshell/unityshell.xml.in.h:19 |
3627 | +msgid "" |
3628 | +"Initiate the window Spread for the current application windows, for all the " |
3629 | +"windows." |
3630 | +msgstr "" |
3631 | + |
3632 | +#: ../plugins/unityshell/unityshell.xml.in.h:17 |
3633 | +msgid "Initiate the window Spread for the current application windows." |
3634 | +msgstr "" |
3635 | + |
3636 | +#: ../launcher/SoftwareCenterLauncherIcon.cpp:153 |
3637 | +msgid "Installing…" |
3638 | +msgstr "" |
3639 | + |
3640 | +#: ../lockscreen/UserPromptView.cpp:296 |
3641 | +msgid "Invalid password, please try again" |
3642 | +msgstr "" |
3643 | + |
3644 | +#: ../plugins/unityshell/unityshell.xml.in.h:10 |
3645 | +msgid "Key to execute a command" |
3646 | +msgstr "" |
3647 | + |
3648 | +#: ../plugins/unityshell/unityshell.xml.in.h:136 |
3649 | +msgid "Key to flip through windows in the Switcher" |
3650 | +msgstr "" |
3651 | + |
3652 | +#: ../plugins/unityshell/unityshell.xml.in.h:138 |
3653 | +msgid "Key to flip through windows in the Switcher backwards" |
3654 | +msgstr "" |
3655 | + |
3656 | +#: ../plugins/unityshell/unityshell.xml.in.h:53 |
3657 | +msgid "Key to give keyboard-focus to the Launcher" |
3658 | +msgstr "" |
3659 | + |
3660 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:8 |
3661 | +msgid "Key to hide the handles" |
3662 | +msgstr "" |
3663 | + |
3664 | +#: ../plugins/unityshell/unityshell.xml.in.h:6 |
3665 | +msgid "Key to lock the screen." |
3666 | +msgstr "" |
3667 | + |
3668 | +#: ../plugins/unityshell/unityshell.xml.in.h:14 |
3669 | +msgid "Key to open the first panel menu" |
3670 | +msgstr "" |
3671 | + |
3672 | +#: ../plugins/unityshell/unityshell.xml.in.h:51 |
3673 | +msgid "Key to show the Dash, Launcher and Help Overlay" |
3674 | +msgstr "" |
3675 | + |
3676 | +#: ../gnome/50-unity-launchers.xml.in.h:2 |
3677 | +msgid "Key to show the HUD" |
3678 | +msgstr "" |
3679 | + |
3680 | +#: ../plugins/unityshell/unityshell.xml.in.h:8 |
3681 | +msgid "Key to show the HUD when tapped" |
3682 | +msgstr "" |
3683 | + |
3684 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:6 |
3685 | +msgid "Key to show the handles" |
3686 | +msgstr "" |
3687 | + |
3688 | +#: ../plugins/unityshell/unityshell.xml.in.h:4 |
3689 | +msgid "Key to show the menu bar while pressed" |
3690 | +msgstr "" |
3691 | + |
3692 | +#: ../plugins/unityshell/unityshell.xml.in.h:16 |
3693 | +msgid "Key to spread the current application windows" |
3694 | msgstr "" |
3695 | |
3696 | -msgid "Last Updated" |
3697 | +#: ../plugins/unityshell/unityshell.xml.in.h:18 |
3698 | +msgid "Key to spread the current application windows in any workspace" |
3699 | msgstr "" |
3700 | |
3701 | +#: ../plugins/unityshell/unityshell.xml.in.h:55 |
3702 | +msgid "Key to start the Launcher Application Switcher" |
3703 | +msgstr "" |
3704 | + |
3705 | +#: ../plugins/unityshell/unityshell.xml.in.h:57 |
3706 | +msgid "Key to start the Launcher Application Switcher in reverse" |
3707 | +msgstr "" |
3708 | + |
3709 | +#: ../plugins/unityshell/unityshell.xml.in.h:128 |
3710 | +msgid "Key to start the Switcher" |
3711 | +msgstr "" |
3712 | + |
3713 | +#: ../plugins/unityshell/unityshell.xml.in.h:132 |
3714 | +msgid "Key to start the Switcher for all viewports" |
3715 | +msgstr "" |
3716 | + |
3717 | +#: ../plugins/unityshell/unityshell.xml.in.h:130 |
3718 | +msgid "Key to switch to the previous window in the Switcher" |
3719 | +msgstr "" |
3720 | + |
3721 | +#: ../plugins/unityshell/unityshell.xml.in.h:134 |
3722 | +msgid "Key to switch to the previous window in the Switcher for all viewports" |
3723 | +msgstr "" |
3724 | + |
3725 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:4 |
3726 | +msgid "Key to toggle the handles" |
3727 | +msgstr "" |
3728 | + |
3729 | +#: ../shortcuts/ShortcutView.cpp:85 |
3730 | +msgid "Keyboard Shortcuts" |
3731 | +msgstr "" |
3732 | + |
3733 | +#: ../a11y/unity-launcher-accessible.cpp:137 |
3734 | +#: ../plugins/unityshell/unityshell.xml.in.h:50 |
3735 | +#: ../shortcuts/CompizShortcutModeller.cpp:126 |
3736 | msgid "Launcher" |
3737 | msgstr "" |
3738 | |
3739 | +#: ../plugins/unityshell/unityshell.xml.in.h:80 |
3740 | +msgid "Launcher Capture Mouse" |
3741 | +msgstr "" |
3742 | + |
3743 | +#: ../plugins/unityshell/unityshell.xml.in.h:90 |
3744 | +msgid "Launcher Edge Stop Overcome Pressure" |
3745 | +msgstr "" |
3746 | + |
3747 | +#: ../plugins/unityshell/unityshell.xml.in.h:100 |
3748 | +msgid "Launcher Icon Backlight Mode" |
3749 | +msgstr "" |
3750 | + |
3751 | +#: ../plugins/unityshell/unityshell.xml.in.h:107 |
3752 | +msgid "Launcher Icon Launch Animation" |
3753 | +msgstr "" |
3754 | + |
3755 | +#: ../plugins/unityshell/unityshell.xml.in.h:98 |
3756 | +msgid "Launcher Icon Size" |
3757 | +msgstr "" |
3758 | + |
3759 | +#: ../plugins/unityshell/unityshell.xml.in.h:112 |
3760 | +msgid "Launcher Icon Urgent Animation" |
3761 | +msgstr "" |
3762 | + |
3763 | +#: ../plugins/unityshell/unityshell.xml.in.h:76 |
3764 | +#, fuzzy |
3765 | +msgid "Launcher Monitors" |
3766 | +msgstr "Odebrat ze Spouštěče" |
3767 | + |
3768 | +#: ../plugins/unityshell/unityshell.xml.in.h:61 |
3769 | +#, fuzzy |
3770 | +msgid "Launcher Opacity" |
3771 | +msgstr "Odebrat ze Spouštěče" |
3772 | + |
3773 | +#: ../plugins/unityshell/unityshell.xml.in.h:86 |
3774 | +msgid "Launcher Reveal Edge Responsiveness" |
3775 | +msgstr "" |
3776 | + |
3777 | +#: ../plugins/unityshell/unityshell.xml.in.h:88 |
3778 | +msgid "Launcher Reveal Pressure" |
3779 | +msgstr "" |
3780 | + |
3781 | +#. Namespace |
3782 | +#: ../gnome/50-unity-launchers.xml.in.h:1 |
3783 | +#, fuzzy |
3784 | +msgid "Launchers" |
3785 | +msgstr "Odebrat ze Spouštěče" |
3786 | + |
3787 | +#: ../plugins/unityshell/unityshell.xml.in.h:74 |
3788 | +msgid "Left Edge" |
3789 | +msgstr "" |
3790 | + |
3791 | +#: ../shortcuts/ShortcutHintPrivate.cpp:84 |
3792 | msgid "Left Mouse" |
3793 | msgstr "" |
3794 | |
3795 | +#: ../shutdown/SessionButton.cpp:59 |
3796 | msgid "Lock" |
3797 | msgstr "" |
3798 | |
3799 | +#: ../launcher/ApplicationLauncherIcon.cpp:590 |
3800 | +#: ../launcher/ApplicationLauncherIcon.cpp:713 |
3801 | +#: ../launcher/VolumeLauncherIcon.cpp:189 |
3802 | #, fuzzy |
3803 | msgid "Lock to Launcher" |
3804 | msgstr "Odebrat ze Spouštěče" |
3805 | |
3806 | +#: ../shutdown/SessionView.cpp:165 ../shutdown/SessionButton.cpp:63 |
3807 | msgid "Log Out" |
3808 | msgstr "" |
3809 | |
3810 | +#: ../plugins/unityshell/unityshell.xml.in.h:64 |
3811 | +msgid "Make the Launcher hide automatically after some time of inactivity." |
3812 | +msgstr "" |
3813 | + |
3814 | +#: ../shortcuts/CompizShortcutModeller.cpp:383 |
3815 | msgid "Maximises the current window." |
3816 | msgstr "" |
3817 | |
3818 | +#: ../plugins/unityshell/unityshell.xml.in.h:116 |
3819 | +msgid "Menus" |
3820 | +msgstr "" |
3821 | + |
3822 | +#: ../plugins/unityshell/unityshell.xml.in.h:121 |
3823 | +msgid "Menus Discovery Duration" |
3824 | +msgstr "" |
3825 | + |
3826 | +#: ../plugins/unityshell/unityshell.xml.in.h:123 |
3827 | +msgid "Menus Discovery Fade-in Duration" |
3828 | +msgstr "" |
3829 | + |
3830 | +#: ../plugins/unityshell/unityshell.xml.in.h:125 |
3831 | +msgid "Menus Discovery Fade-out Duration" |
3832 | +msgstr "" |
3833 | + |
3834 | +#: ../plugins/unityshell/unityshell.xml.in.h:117 |
3835 | +msgid "Menus Fade-in Duration" |
3836 | +msgstr "" |
3837 | + |
3838 | +#: ../plugins/unityshell/unityshell.xml.in.h:119 |
3839 | +msgid "Menus Fade-out Duration" |
3840 | +msgstr "" |
3841 | + |
3842 | +#: ../shortcuts/ShortcutHintPrivate.cpp:85 |
3843 | msgid "Middle Mouse" |
3844 | msgstr "" |
3845 | |
3846 | +#: ../shortcuts/CompizShortcutModeller.cpp:377 |
3847 | msgid "Minimises all windows." |
3848 | msgstr "" |
3849 | |
3850 | +#: ../plugins/unityshell/unityshell.xml.in.h:84 |
3851 | +msgid "Minimize Single Window Applications (Unsupported)" |
3852 | +msgstr "" |
3853 | + |
3854 | +#: ../shortcuts/CompizShortcutModeller.cpp:244 |
3855 | msgid "Moves focus between indicators." |
3856 | msgstr "" |
3857 | |
3858 | +#: ../shortcuts/CompizShortcutModeller.cpp:332 |
3859 | msgid "Moves focused window to another workspace." |
3860 | msgstr "" |
3861 | |
3862 | +#: ../shortcuts/CompizShortcutModeller.cpp:211 |
3863 | +#: ../shortcuts/CompizShortcutModeller.cpp:286 |
3864 | msgid "Moves the focus." |
3865 | msgstr "" |
3866 | |
3867 | +#: ../shortcuts/CompizShortcutModeller.cpp:418 |
3868 | msgid "Moves the window." |
3869 | msgstr "" |
3870 | |
3871 | +#: ../dash/FilterMultiRangeWidget.cpp:43 |
3872 | msgid "Multi-range" |
3873 | msgstr "" |
3874 | |
3875 | +#: ../plugins/unityshell/unityshell.xml.in.h:65 |
3876 | +msgid "Never" |
3877 | +msgstr "" |
3878 | + |
3879 | +#: ../plugins/unityshell/unityshell.xml.in.h:28 |
3880 | +msgid "No Blur" |
3881 | +msgstr "" |
3882 | + |
3883 | +#: ../unity-shared/CoverArt.cpp:452 |
3884 | msgid "No Image Available" |
3885 | msgstr "" |
3886 | |
3887 | +#: ../plugins/unityshell/unityshell.xml.in.h:109 |
3888 | +msgid "None" |
3889 | +msgstr "" |
3890 | + |
3891 | +#: ../launcher/VolumeLauncherIcon.cpp:254 |
3892 | msgid "Open" |
3893 | msgstr "" |
3894 | |
3895 | +#: ../shortcuts/CompizShortcutModeller.cpp:135 |
3896 | msgid "Opens Launcher keyboard navigation mode." |
3897 | msgstr "" |
3898 | |
3899 | +#: ../plugins/unityshell/unityshell.xml.in.h:11 |
3900 | +msgid "Opens a folder or executes a command." |
3901 | +msgstr "" |
3902 | + |
3903 | +#: ../shortcuts/CompizShortcutModeller.cpp:153 |
3904 | msgid "Opens a new window in the app." |
3905 | msgstr "" |
3906 | |
3907 | +#: ../shortcuts/CompizShortcutModeller.cpp:176 |
3908 | msgid "Opens the Dash App Lens." |
3909 | msgstr "" |
3910 | |
3911 | +#: ../shortcuts/CompizShortcutModeller.cpp:182 |
3912 | msgid "Opens the Dash Files Lens." |
3913 | msgstr "" |
3914 | |
3915 | +#: ../shortcuts/CompizShortcutModeller.cpp:170 |
3916 | msgid "Opens the Dash Home." |
3917 | msgstr "" |
3918 | |
3919 | +#: ../shortcuts/CompizShortcutModeller.cpp:188 |
3920 | msgid "Opens the Dash Music Lens." |
3921 | msgstr "" |
3922 | |
3923 | +#: ../shortcuts/CompizShortcutModeller.cpp:194 |
3924 | +msgid "Opens the Dash Photo Lens." |
3925 | +msgstr "" |
3926 | + |
3927 | +#: ../shortcuts/CompizShortcutModeller.cpp:200 |
3928 | msgid "Opens the Dash Video Lens." |
3929 | msgstr "" |
3930 | |
3931 | +#: ../shortcuts/CompizShortcutModeller.cpp:226 |
3932 | msgid "Opens the HUD." |
3933 | msgstr "" |
3934 | |
3935 | +#: ../shortcuts/CompizShortcutModeller.cpp:129 |
3936 | msgid "Opens the Launcher, displays shortcuts." |
3937 | msgstr "" |
3938 | |
3939 | +#: ../shortcuts/CompizShortcutModeller.cpp:159 |
3940 | msgid "Opens the Trash." |
3941 | msgstr "" |
3942 | |
3943 | +#: ../shortcuts/CompizShortcutModeller.cpp:216 |
3944 | msgid "Opens the currently focused item." |
3945 | msgstr "" |
3946 | |
3947 | +#: ../plugins/unityshell/unityshell.xml.in.h:15 |
3948 | +msgid "" |
3949 | +"Opens the first indicator menu of the Panel, allowing keyboard navigation " |
3950 | +"thereafter." |
3951 | +msgstr "" |
3952 | + |
3953 | +#: ../shortcuts/CompizShortcutModeller.cpp:238 |
3954 | msgid "Opens the indicator menu." |
3955 | msgstr "" |
3956 | |
3957 | +#: ../shortcuts/CompizShortcutModeller.cpp:407 |
3958 | msgid "Opens the window accessibility menu." |
3959 | msgstr "" |
3960 | |
3961 | +#: ../shutdown/SessionView.cpp:140 |
3962 | +msgid "" |
3963 | +"Other users are logged in. Restarting or shutting down will close their open " |
3964 | +"applications and may cause them to lose work.\n" |
3965 | +"\n" |
3966 | +msgstr "" |
3967 | + |
3968 | +#: ../plugins/unityshell/unityshell.xml.in.h:36 |
3969 | +msgid "Override Theme Settings" |
3970 | +msgstr "" |
3971 | + |
3972 | +#: ../plugins/unityshell/unityshell.xml.in.h:20 |
3973 | +msgid "Panel Opacity" |
3974 | +msgstr "" |
3975 | + |
3976 | +#: ../plugins/unityshell/unityshell.xml.in.h:22 |
3977 | +msgid "Panel Opacity for Maximized Windows Toggle" |
3978 | +msgstr "" |
3979 | + |
3980 | +#: ../lockscreen/UserPromptView.cpp:98 |
3981 | +msgid "Password" |
3982 | +msgstr "" |
3983 | + |
3984 | +#: ../shortcuts/CompizShortcutModeller.cpp:413 |
3985 | msgid "Places the window in corresponding position." |
3986 | msgstr "" |
3987 | |
3988 | +#: ../plugins/unityshell/unityshell.xml.in.h:2 |
3989 | +msgid "Plugin to draw the Unity Shell" |
3990 | +msgstr "" |
3991 | + |
3992 | +#: ../plugins/unityshell/unityshell.xml.in.h:7 |
3993 | +msgid "Pressing this key will lock the current session." |
3994 | +msgstr "" |
3995 | + |
3996 | +#: ../plugins/unityshell/unityshell.xml.in.h:92 |
3997 | +msgid "Pressure Decay Rate" |
3998 | +msgstr "" |
3999 | + |
4000 | +#: ../plugins/unityshell/unityshell.xml.in.h:79 |
4001 | +msgid "Primary Display" |
4002 | +msgstr "" |
4003 | + |
4004 | +#: ../plugins/unityshell/unityshell.xml.in.h:114 |
4005 | +msgid "Pulse" |
4006 | +msgstr "" |
4007 | + |
4008 | +#: ../plugins/unityshell/unityshell.xml.in.h:110 |
4009 | +msgid "Pulse Until Running" |
4010 | +msgstr "" |
4011 | + |
4012 | +#: ../a11y/unity-quicklist-menu-accessible.cpp:179 |
4013 | msgid "Quicklist" |
4014 | msgstr "" |
4015 | |
4016 | +#: ../launcher/ApplicationLauncherIcon.cpp:604 |
4017 | +#: ../launcher/ApplicationLauncherIcon.cpp:659 |
4018 | +#: ../launcher/ApplicationLauncherIcon.cpp:738 |
4019 | +#: ../launcher/TrashLauncherIcon.cpp:130 ../launcher/VolumeLauncherIcon.cpp:376 |
4020 | msgid "Quit" |
4021 | msgstr "Konec" |
4022 | |
4023 | +#: ../dash/FilterRatingsWidget.cpp:48 |
4024 | msgid "Rating" |
4025 | msgstr "" |
4026 | |
4027 | +#: ../shortcuts/CompizShortcutModeller.cpp:424 |
4028 | msgid "Resizes the window." |
4029 | msgstr "" |
4030 | |
4031 | +#: ../shutdown/SessionButton.cpp:79 |
4032 | msgid "Restart" |
4033 | msgstr "" |
4034 | |
4035 | +#: ../launcher/DesktopLauncherIcon.cpp:55 |
4036 | +msgid "Restore Windows" |
4037 | +msgstr "" |
4038 | + |
4039 | +#: ../shortcuts/CompizShortcutModeller.cpp:389 |
4040 | msgid "Restores or minimises the current window." |
4041 | msgstr "" |
4042 | |
4043 | +#: ../lockscreen/UserPromptView.cpp:471 |
4044 | +msgid "Retry" |
4045 | +msgstr "" |
4046 | + |
4047 | +#: ../plugins/unityshell/unityshell.xml.in.h:73 |
4048 | +msgid "Reveal Trigger" |
4049 | +msgstr "" |
4050 | + |
4051 | +#: ../shortcuts/CompizShortcutModeller.cpp:232 |
4052 | msgid "Reveals the application menu." |
4053 | msgstr "" |
4054 | |
4055 | +#: ../plugins/unityshell/unityshell.xml.in.h:5 |
4056 | +msgid "Reveals the global menu bar while pressed." |
4057 | +msgstr "" |
4058 | + |
4059 | +#: ../shortcuts/ShortcutHintPrivate.cpp:86 |
4060 | msgid "Right Mouse" |
4061 | msgstr "" |
4062 | |
4063 | +#: ../launcher/VolumeLauncherIcon.cpp:291 |
4064 | msgid "Safely remove" |
4065 | msgstr "" |
4066 | |
4067 | +#: ../launcher/VolumeLauncherIcon.cpp:291 |
4068 | msgid "Safely remove parent drive" |
4069 | msgstr "" |
4070 | |
4071 | +#: ../shortcuts/CompizShortcutModeller.cpp:147 |
4072 | msgid "Same as clicking on a Launcher icon." |
4073 | msgstr "" |
4074 | |
4075 | +#: ../plugins/unityshell/unityshell.xml.in.h:82 |
4076 | +msgid "Scroll Inactive Icon to Focus Application" |
4077 | +msgstr "" |
4078 | + |
4079 | +#: ../launcher/BFBLauncherIcon.cpp:148 |
4080 | +msgid "Search your computer" |
4081 | +msgstr "" |
4082 | + |
4083 | +#: ../launcher/BFBLauncherIcon.cpp:147 |
4084 | msgid "Search your computer and online sources" |
4085 | msgstr "" |
4086 | |
4087 | +#: ../dash/PlacesGroup.cpp:386 |
4088 | msgid "See fewer results" |
4089 | msgstr "" |
4090 | |
4091 | +#: ../dash/PlacesGroup.cpp:392 |
4092 | +#, c-format |
4093 | +msgid "See one more result" |
4094 | +msgid_plural "See %d more results" |
4095 | +msgstr[0] "" |
4096 | +msgstr[1] "" |
4097 | +msgstr[2] "" |
4098 | + |
4099 | +#: ../plugins/unityshell/unityshell.xml.in.h:77 |
4100 | +msgid "Selects on which display the Launcher will be present." |
4101 | +msgstr "" |
4102 | + |
4103 | +#: ../shortcuts/CompizShortcutModeller.cpp:395 |
4104 | msgid "Semi-maximise the current window." |
4105 | msgstr "" |
4106 | |
4107 | +#: ../plugins/unityshell/unityshell.xml.in.h:38 |
4108 | +msgid "Shadow X offset" |
4109 | +msgstr "" |
4110 | + |
4111 | +#: ../plugins/unityshell/unityshell.xml.in.h:40 |
4112 | +msgid "Shadow Y offset" |
4113 | +msgstr "" |
4114 | + |
4115 | +#: ../launcher/DesktopLauncherIcon.cpp:57 |
4116 | +#: ../plugins/unityshell/unityshell.xml.in.h:12 |
4117 | msgid "Show Desktop" |
4118 | msgstr "" |
4119 | |
4120 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:5 |
4121 | +msgid "Show Handles" |
4122 | +msgstr "" |
4123 | + |
4124 | +#: ../plugins/unityshell/unityshell.xml.in.h:142 |
4125 | +msgid "Show live previews of windows in the Switcher" |
4126 | +msgstr "" |
4127 | + |
4128 | +#: ../shutdown/SessionView.cpp:144 ../shutdown/SessionButton.cpp:75 |
4129 | msgid "Shut Down" |
4130 | msgstr "" |
4131 | |
4132 | +#: ../plugins/unityshell/unityshell.xml.in.h:70 |
4133 | +msgid "Slide only" |
4134 | +msgstr "" |
4135 | + |
4136 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:2 |
4137 | +msgid "Small touch-based grab handles to move and resize a window" |
4138 | +msgstr "" |
4139 | + |
4140 | +#: ../dash/ScopeView.cpp:751 |
4141 | msgid "Sorry, there is nothing that matches your search." |
4142 | msgstr "" |
4143 | |
4144 | +#: ../shortcuts/CompizShortcutModeller.cpp:353 |
4145 | +msgid "Spreads all windows in all the workspaces." |
4146 | +msgstr "" |
4147 | + |
4148 | +#: ../shortcuts/CompizShortcutModeller.cpp:344 |
4149 | msgid "Spreads all windows in the current workspace." |
4150 | msgstr "" |
4151 | |
4152 | +#: ../shortcuts/CompizShortcutModeller.cpp:370 |
4153 | +msgid "Spreads all windows of the focused application in all the workspaces." |
4154 | +msgstr "" |
4155 | + |
4156 | +#: ../shortcuts/CompizShortcutModeller.cpp:361 |
4157 | +msgid "" |
4158 | +"Spreads all windows of the focused application in the current workspace." |
4159 | +msgstr "" |
4160 | + |
4161 | +#: ../shortcuts/CompizShortcutModeller.cpp:362 |
4162 | +msgid "Spreads all windows of the focused application." |
4163 | +msgstr "" |
4164 | + |
4165 | +#: ../shortcuts/CompizShortcutModeller.cpp:345 |
4166 | +msgid "Spreads all windows." |
4167 | +msgstr "" |
4168 | + |
4169 | +#: ../plugins/unityshell/unityshell.xml.in.h:29 |
4170 | +msgid "Static Blur" |
4171 | +msgstr "" |
4172 | + |
4173 | +#: ../plugins/networkarearegion/networkarearegion.xml.in.h:2 |
4174 | +msgid "Support _UNITY_NET_WORKAREA_REGION" |
4175 | +msgstr "" |
4176 | + |
4177 | +#: ../shutdown/SessionButton.cpp:67 |
4178 | msgid "Suspend" |
4179 | msgstr "" |
4180 | |
4181 | +#: ../lockscreen/UserPromptView.cpp:509 |
4182 | +msgid "Switch to greeter…" |
4183 | +msgstr "" |
4184 | + |
4185 | +#: ../a11y/unity-switcher-accessible.cpp:147 |
4186 | +#: ../plugins/unityshell/unityshell.xml.in.h:127 |
4187 | msgid "Switcher" |
4188 | msgstr "" |
4189 | |
4190 | +#: ../plugins/unityshell/unityshell.xml.in.h:140 |
4191 | +msgid "Switcher strictly changes between applications" |
4192 | +msgstr "" |
4193 | + |
4194 | +#: ../shortcuts/CompizShortcutModeller.cpp:141 |
4195 | msgid "Switches applications via the Launcher." |
4196 | msgstr "" |
4197 | |
4198 | +#: ../shortcuts/CompizShortcutModeller.cpp:206 |
4199 | msgid "Switches between Lenses." |
4200 | msgstr "" |
4201 | |
4202 | +#: ../shortcuts/CompizShortcutModeller.cpp:273 |
4203 | +msgid "Switches between applications from all workspaces." |
4204 | +msgstr "" |
4205 | + |
4206 | +#: ../shortcuts/CompizShortcutModeller.cpp:264 |
4207 | msgid "Switches between applications." |
4208 | msgstr "" |
4209 | |
4210 | +#: ../shortcuts/CompizShortcutModeller.cpp:320 |
4211 | msgid "Switches between workspaces." |
4212 | msgstr "" |
4213 | |
4214 | +#: ../plugins/unityshell/unityshell.xml.in.h:129 |
4215 | +msgid "Switches to the next open window on the actual viewport." |
4216 | +msgstr "" |
4217 | + |
4218 | +#: ../plugins/unityshell/unityshell.xml.in.h:133 |
4219 | +msgid "Switches to the next open window, including windows of all viewports." |
4220 | +msgstr "" |
4221 | + |
4222 | +#: ../plugins/unityshell/unityshell.xml.in.h:131 |
4223 | +msgid "" |
4224 | +"Switches to the previous open window on the actual viewport, once the " |
4225 | +"Switcher has been revealed." |
4226 | +msgstr "" |
4227 | + |
4228 | +#: ../plugins/unityshell/unityshell.xml.in.h:135 |
4229 | +msgid "" |
4230 | +"Switches to the previous open window, once the Switcher has been revealed, " |
4231 | +"including windows of all viewports." |
4232 | +msgstr "" |
4233 | + |
4234 | +#: ../shortcuts/CompizShortcutModeller.cpp:280 |
4235 | msgid "Switches windows of current applications." |
4236 | msgstr "" |
4237 | |
4238 | +#: ../shortcuts/CompizShortcutModeller.cpp:326 |
4239 | msgid "Switches workspaces." |
4240 | msgstr "" |
4241 | |
4242 | +#: ../shortcuts/CompizShortcutModeller.cpp:261 |
4243 | msgid "Switching" |
4244 | msgstr "" |
4245 | |
4246 | +#: ../shortcuts/CompizShortcutModeller.cpp:254 |
4247 | +msgid "Take a screenshot of the current window." |
4248 | +msgstr "" |
4249 | + |
4250 | +#: ../shortcuts/CompizShortcutModeller.cpp:249 |
4251 | +msgid "Take a screenshot." |
4252 | +msgstr "" |
4253 | + |
4254 | +#: ../plugins/unityshell/unityshell.xml.in.h:45 |
4255 | +msgid "The color of the shadows for the active window." |
4256 | +msgstr "" |
4257 | + |
4258 | +#: ../plugins/unityshell/unityshell.xml.in.h:49 |
4259 | +msgid "The color of the shadows for the inactive windows." |
4260 | +msgstr "" |
4261 | + |
4262 | +#: ../launcher/DeviceNotificationDisplayImp.cpp:41 |
4263 | msgid "The drive has been successfully ejected" |
4264 | msgstr "" |
4265 | |
4266 | +#: ../plugins/unityshell/unityshell.xml.in.h:108 |
4267 | +msgid "The icon animation playing during the launch of a process." |
4268 | +msgstr "" |
4269 | + |
4270 | +#: ../plugins/unityshell/unityshell.xml.in.h:113 |
4271 | +msgid "The icon animation playing when a Launcher Icon is in the urgent state." |
4272 | +msgstr "" |
4273 | + |
4274 | +#: ../plugins/unityshell/unityshell.xml.in.h:95 |
4275 | +msgid "The maximum velocity at which the mouse will still be stopped." |
4276 | +msgstr "" |
4277 | + |
4278 | +#: ../plugins/unityshell/unityshell.xml.in.h:32 |
4279 | +msgid "The minimum value to trigger automaximize." |
4280 | +msgstr "" |
4281 | + |
4282 | +#: ../plugins/unityshell/unityshell.xml.in.h:97 |
4283 | +msgid "" |
4284 | +"The number of milliseconds Sticky Edges are deactivated for after the " |
4285 | +"barrier has been broken." |
4286 | +msgstr "" |
4287 | + |
4288 | +#: ../plugins/unityshell/unityshell.xml.in.h:62 |
4289 | +msgid "The opacity of the Launcher background." |
4290 | +msgstr "" |
4291 | + |
4292 | +#: ../plugins/unityshell/unityshell.xml.in.h:21 |
4293 | +msgid "The opacity of the Panel background." |
4294 | +msgstr "" |
4295 | + |
4296 | +#: ../plugins/unityshell/unityshell.xml.in.h:43 |
4297 | +msgid "The radius of the shadow blur for the active window." |
4298 | +msgstr "" |
4299 | + |
4300 | +#: ../plugins/unityshell/unityshell.xml.in.h:47 |
4301 | +msgid "The radius of the shadow blur for the inactive windows." |
4302 | +msgstr "" |
4303 | + |
4304 | +#: ../plugins/unityshell/unityshell.xml.in.h:93 |
4305 | +msgid "The rate at which mouse pressure decays." |
4306 | +msgstr "" |
4307 | + |
4308 | +#: ../plugins/unityshell/unityshell.xml.in.h:99 |
4309 | +msgid "The size of the icons in the Launcher." |
4310 | +msgstr "" |
4311 | + |
4312 | +#: ../decorations/DecorationsForceQuitDialog.cpp:328 |
4313 | +msgid "This window is not responding" |
4314 | +msgstr "" |
4315 | + |
4316 | +#: ../plugins/unityshell/unityshell.xml.in.h:144 |
4317 | +msgid "Timed automatic to show live previews in the Switcher" |
4318 | +msgstr "" |
4319 | + |
4320 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:3 |
4321 | +msgid "Toggle Handles" |
4322 | +msgstr "" |
4323 | + |
4324 | +#: ../plugins/unityshell/unityshell.xml.in.h:75 |
4325 | +msgid "Top Left Corner" |
4326 | +msgstr "" |
4327 | + |
4328 | +#: ../launcher/TrashLauncherIcon.cpp:51 |
4329 | msgid "Trash" |
4330 | msgstr "" |
4331 | |
4332 | +#: ../plugins/unityshell/unityshell.xml.in.h:27 |
4333 | +msgid "Type of blur in the Dash." |
4334 | +msgstr "" |
4335 | + |
4336 | +#: ../hud/HudView.cpp:198 ../hud/HudView.cpp:385 |
4337 | msgid "Type your command" |
4338 | msgstr "" |
4339 | |
4340 | +#: ../panel/PanelMenuView.cpp:80 |
4341 | msgid "Ubuntu Desktop" |
4342 | msgstr "" |
4343 | |
4344 | +#. anonymous namespace |
4345 | +#. namespace unity |
4346 | +#: ../plugins/unityshell/unityshell.xml.in.h:1 |
4347 | +msgid "Ubuntu Unity Plugin" |
4348 | +msgstr "" |
4349 | + |
4350 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:1 |
4351 | +msgid "Unity MT Grab Handles" |
4352 | +msgstr "" |
4353 | + |
4354 | +#. namespace panel |
4355 | +#. namespace unity |
4356 | +#: ../plugins/networkarearegion/networkarearegion.xml.in.h:1 |
4357 | +msgid "Unity Scrollbars Support" |
4358 | +msgstr "" |
4359 | + |
4360 | +#: ../lockscreen/UserPromptView.cpp:469 |
4361 | +msgid "Unlock" |
4362 | +msgstr "" |
4363 | + |
4364 | +#: ../launcher/ApplicationLauncherIcon.cpp:590 |
4365 | +#: ../launcher/ApplicationLauncherIcon.cpp:713 |
4366 | +#: ../launcher/VolumeLauncherIcon.cpp:189 |
4367 | #, fuzzy |
4368 | msgid "Unlock from Launcher" |
4369 | msgstr "Odebrat ze Spouštěče" |
4370 | |
4371 | +#: ../launcher/VolumeLauncherIcon.cpp:355 |
4372 | msgid "Unmount" |
4373 | msgstr "" |
4374 | |
4375 | +#: ../lockscreen/UserPromptView.cpp:101 |
4376 | +msgid "Username" |
4377 | +msgstr "" |
4378 | + |
4379 | +#: ../plugins/unityshell/unityshell.xml.in.h:41 |
4380 | +msgid "Vertical offset of the shadow." |
4381 | +msgstr "" |
4382 | + |
4383 | #. Application is being installed, or hasn't been installed yet |
4384 | +#: ../launcher/SoftwareCenterLauncherIcon.cpp:75 |
4385 | msgid "Waiting to install" |
4386 | msgstr "" |
4387 | |
4388 | +#: ../plugins/unityshell/unityshell.xml.in.h:23 |
4389 | +msgid "" |
4390 | +"When a window is maximized and visible in the current viewport, the panel " |
4391 | +"opacity is disabled." |
4392 | +msgstr "" |
4393 | + |
4394 | +#: ../plugins/unityshell/unityshell.xml.in.h:115 |
4395 | +msgid "Wiggle" |
4396 | +msgstr "" |
4397 | + |
4398 | +#: ../shortcuts/CompizShortcutModeller.cpp:340 |
4399 | msgid "Windows" |
4400 | msgstr "" |
4401 | |
4402 | +#: ../launcher/ExpoLauncherIcon.cpp:118 |
4403 | +#, c-format |
4404 | +msgid "Workspace %d" |
4405 | +msgstr "" |
4406 | + |
4407 | +#: ../launcher/ExpoLauncherIcon.cpp:119 |
4408 | +#, c-format |
4409 | +msgid "Workspace %dx%d" |
4410 | +msgstr "" |
4411 | + |
4412 | +#: ../launcher/ExpoLauncherIcon.cpp:35 |
4413 | msgid "Workspace Switcher" |
4414 | msgstr "" |
4415 | |
4416 | +#: ../shortcuts/CompizShortcutModeller.cpp:317 |
4417 | msgid "Workspaces" |
4418 | msgstr "" |
4419 | |
4420 | -#, fuzzy |
4421 | -#~ msgid "Hide Launcher" |
4422 | -#~ msgstr "Odebrat ze Spouštěče" |
4423 | +#: ../decorations/DecorationsForceQuitDialog.cpp:357 |
4424 | +msgid "_Force Quit" |
4425 | +msgstr "" |
4426 | + |
4427 | +#: ../decorations/DecorationsForceQuitDialog.cpp:350 |
4428 | +msgid "_Wait" |
4429 | +msgstr "" |
4430 | |
4431 | #, fuzzy |
4432 | #~ msgid "Keep in launcher" |
4433 | #~ msgstr "Ponechat ve Spouštěči" |
4434 | - |
4435 | -#, fuzzy |
4436 | -#~ msgid "Launchers" |
4437 | -#~ msgstr "Odebrat ze Spouštěče" |
4438 | diff --git a/po/da.po b/po/da.po |
4439 | index 979ad5b..7b57c8a 100644 |
4440 | --- a/po/da.po |
4441 | +++ b/po/da.po |
4442 | @@ -6,8 +6,8 @@ |
4443 | msgid "" |
4444 | msgstr "" |
4445 | "Project-Id-Version: l 10n\n" |
4446 | -"Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" |
4447 | -"POT-Creation-Date: 2013-04-17 16:00+0100\n" |
4448 | +"Report-Msgid-Bugs-To: \n" |
4449 | +"POT-Creation-Date: 2022-04-29 15:33+0530\n" |
4450 | "PO-Revision-Date: 2010-03-02 12:36-0500\n" |
4451 | "Last-Translator: Canonical OEM\n" |
4452 | "Language-Team: Danish\n" |
4453 | @@ -17,106 +17,470 @@ msgstr "" |
4454 | "Content-Transfer-Encoding: 8bit\n" |
4455 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
4456 | |
4457 | +#: ../shortcuts/CompizShortcutModeller.cpp:128 |
4458 | +#: ../shortcuts/CompizShortcutModeller.cpp:231 |
4459 | msgid " (Hold)" |
4460 | msgstr "" |
4461 | |
4462 | +#: ../shortcuts/CompizShortcutModeller.cpp:169 |
4463 | +#: ../shortcuts/CompizShortcutModeller.cpp:225 |
4464 | msgid " (Tap)" |
4465 | msgstr "" |
4466 | |
4467 | +#: ../shortcuts/CompizShortcutModeller.cpp:146 |
4468 | msgid " + 1 to 9" |
4469 | msgstr "" |
4470 | |
4471 | +#: ../shortcuts/CompizShortcutModeller.cpp:325 |
4472 | +#: ../shortcuts/CompizShortcutModeller.cpp:331 |
4473 | msgid " + Arrow Keys" |
4474 | msgstr "" |
4475 | |
4476 | +#: ../shortcuts/CompizShortcutModeller.cpp:152 |
4477 | msgid " + Shift + 1 to 9" |
4478 | msgstr "" |
4479 | |
4480 | +#: ../shortcuts/CompizShortcutModeller.cpp:417 |
4481 | +#: ../shortcuts/CompizShortcutModeller.cpp:423 |
4482 | msgid " Drag" |
4483 | msgstr "" |
4484 | |
4485 | +#: ../shortcuts/CompizShortcutModeller.cpp:394 |
4486 | msgid " or Right" |
4487 | msgstr "" |
4488 | |
4489 | +#: ../panel/PanelMenuView.cpp:82 |
4490 | +#, c-format |
4491 | +msgid "%s Desktop" |
4492 | +msgstr "" |
4493 | + |
4494 | +#. The "%s" is used in the dash preview to display the "<hint>: <value>" infos |
4495 | +#: ../dash/previews/PreviewInfoHintWidget.cpp:168 |
4496 | +#, c-format |
4497 | +msgid "%s:" |
4498 | +msgstr "" |
4499 | + |
4500 | +#: ../a11y/unity-launcher-icon-accessible.cpp:303 |
4501 | +#, c-format |
4502 | +msgid "%s: running" |
4503 | +msgstr "" |
4504 | + |
4505 | +#: ../a11y/unity-launcher-icon-accessible.cpp:299 |
4506 | +#, c-format |
4507 | +msgid "%s: running: %zu windows open" |
4508 | +msgstr "" |
4509 | + |
4510 | +#: ../a11y/unity-scope-bar-icon-accessible.cpp:164 |
4511 | +#, c-format |
4512 | +msgid "%s: selected" |
4513 | +msgstr "" |
4514 | + |
4515 | +#: ../plugins/unityshell/unityshell.xml.in.h:87 |
4516 | +msgid "" |
4517 | +"A conglomerate setting that modifies the overall responsiveness of the " |
4518 | +"Launcher reveal." |
4519 | +msgstr "" |
4520 | + |
4521 | +#: ../plugins/unityshell/unityshell.xml.in.h:9 |
4522 | +msgid "A tap on this key summons the HUD." |
4523 | +msgstr "" |
4524 | + |
4525 | +#: ../services/panel-service.c:2395 |
4526 | msgid "Activate" |
4527 | msgstr "" |
4528 | |
4529 | +#: ../plugins/unityshell/unityshell.xml.in.h:30 |
4530 | +msgid "Active Blur" |
4531 | +msgstr "" |
4532 | + |
4533 | +#: ../plugins/unityshell/unityshell.xml.in.h:44 |
4534 | +msgid "Active window shadow color" |
4535 | +msgstr "" |
4536 | + |
4537 | +#: ../plugins/unityshell/unityshell.xml.in.h:42 |
4538 | +msgid "Active window shadow radius" |
4539 | +msgstr "" |
4540 | + |
4541 | +#: ../launcher/ApplicationLauncherIcon.cpp:723 |
4542 | +msgid "Add to Dash" |
4543 | +msgstr "" |
4544 | + |
4545 | +#: ../dash/FilterAllButton.cpp:38 |
4546 | msgid "All" |
4547 | msgstr "" |
4548 | |
4549 | +#: ../plugins/unityshell/unityshell.xml.in.h:78 |
4550 | +msgid "All Displays" |
4551 | +msgstr "" |
4552 | + |
4553 | +#: ../plugins/unityshell/unityshell.xml.in.h:85 |
4554 | +msgid "" |
4555 | +"Allows minimizing a single windowed application by clicking on its Launcher " |
4556 | +"icon." |
4557 | +msgstr "" |
4558 | + |
4559 | +#: ../plugins/unityshell/unityshell.xml.in.h:83 |
4560 | +msgid "" |
4561 | +"Allows using the mouse scrollwheel to focus an application if the icon is " |
4562 | +"inactive." |
4563 | +msgstr "" |
4564 | + |
4565 | +#: ../plugins/unityshell/unityshell.xml.in.h:91 |
4566 | +msgid "" |
4567 | +"Amount of mouse pressure required to push the mousepointer into the next " |
4568 | +"monitor." |
4569 | +msgstr "" |
4570 | + |
4571 | +#: ../plugins/unityshell/unityshell.xml.in.h:89 |
4572 | +msgid "Amount of mouse pressure required to reveal the Launcher." |
4573 | +msgstr "" |
4574 | + |
4575 | +#: ../plugins/unityshell/unityshell.xml.in.h:68 |
4576 | +msgid "Animation played when the Launcher is showing or hiding." |
4577 | +msgstr "" |
4578 | + |
4579 | +#: ../shortcuts/CompizShortcutModeller.cpp:213 |
4580 | msgid "Arrow Keys" |
4581 | msgstr "" |
4582 | |
4583 | +#: ../lockscreen/UserPromptView.cpp:508 |
4584 | +msgid "Authentication failure" |
4585 | +msgstr "" |
4586 | + |
4587 | +#: ../plugins/unityshell/unityshell.xml.in.h:66 |
4588 | +msgid "Autohide" |
4589 | +msgstr "" |
4590 | + |
4591 | +#: ../plugins/unityshell/unityshell.xml.in.h:145 |
4592 | +msgid "" |
4593 | +"Automatically spreads multiple windows of the same application out into a " |
4594 | +"grid after a short time." |
4595 | +msgstr "" |
4596 | + |
4597 | +#: ../plugins/unityshell/unityshell.xml.in.h:31 |
4598 | +msgid "Automaximize Value" |
4599 | +msgstr "" |
4600 | + |
4601 | +#: ../plugins/unityshell/unityshell.xml.in.h:24 |
4602 | +msgid "Background Color" |
4603 | +msgstr "" |
4604 | + |
4605 | +#: ../plugins/unityshell/unityshell.xml.in.h:25 |
4606 | +msgid "Background color override for the Dash, Launcher and Switcher." |
4607 | +msgstr "" |
4608 | + |
4609 | +#: ../plugins/unityshell/unityshell.xml.in.h:104 |
4610 | +msgid "Backlight Always Off" |
4611 | +msgstr "" |
4612 | + |
4613 | +#: ../plugins/unityshell/unityshell.xml.in.h:102 |
4614 | +msgid "Backlight Always On" |
4615 | +msgstr "" |
4616 | + |
4617 | +#: ../plugins/unityshell/unityshell.xml.in.h:103 |
4618 | +msgid "Backlight Toggles" |
4619 | +msgstr "" |
4620 | + |
4621 | +#: ../plugins/unityshell/unityshell.xml.in.h:106 |
4622 | +msgid "Backlight and Edge Illumination Toggles" |
4623 | +msgstr "" |
4624 | + |
4625 | +#: ../plugins/unityshell/unityshell.xml.in.h:146 |
4626 | +msgid "Bias alt-tab to prefer windows on the current viewport" |
4627 | +msgstr "" |
4628 | + |
4629 | +#: ../plugins/unityshell/unityshell.xml.in.h:147 |
4630 | +msgid "" |
4631 | +"Bias the Switcher to prefer windows which are placed on the current viewport." |
4632 | +msgstr "" |
4633 | + |
4634 | +#: ../plugins/unityshell/unityshell.xml.in.h:111 |
4635 | +msgid "Blink" |
4636 | +msgstr "" |
4637 | + |
4638 | +#: ../unity-shared/TextInput.cpp:347 |
4639 | +msgid "Caps lock is on" |
4640 | +msgstr "" |
4641 | + |
4642 | +#: ../dash/FilterGenreWidget.cpp:47 |
4643 | msgid "Categories" |
4644 | msgstr "" |
4645 | |
4646 | +#: ../plugins/unityshell/unityshell.xml.in.h:101 |
4647 | +msgid "Change how the icons in the Launcher are backlit." |
4648 | +msgstr "" |
4649 | + |
4650 | +#: ../launcher/ApplicationLauncherIcon.cpp:661 |
4651 | +msgid "Close" |
4652 | +msgstr "" |
4653 | + |
4654 | +#: ../shortcuts/CompizShortcutModeller.cpp:401 |
4655 | msgid "Closes the current window." |
4656 | msgstr "" |
4657 | |
4658 | -msgid "Ctrl + Alt + Num" |
4659 | +#: ../shortcuts/CompizShortcutModeller.cpp:308 |
4660 | +msgid "Closes the selected application / window." |
4661 | +msgstr "" |
4662 | + |
4663 | +#: ../dash/previews/SocialPreview.cpp:230 |
4664 | +msgid "Comments" |
4665 | +msgstr "" |
4666 | + |
4667 | +#: ../shortcuts/CompizShortcutModeller.cpp:415 |
4668 | +msgid "Ctrl + Alt + Num (keypad)" |
4669 | msgstr "" |
4670 | |
4671 | +#: ../shortcuts/CompizShortcutModeller.cpp:208 |
4672 | msgid "Ctrl + Tab" |
4673 | msgstr "" |
4674 | |
4675 | +#: ../shortcuts/CompizShortcutModeller.cpp:246 |
4676 | +#: ../shortcuts/CompizShortcutModeller.cpp:288 |
4677 | msgid "Cursor Left or Right" |
4678 | msgstr "" |
4679 | |
4680 | +#: ../shortcuts/CompizShortcutModeller.cpp:293 |
4681 | +msgid "Cursor Up or Down" |
4682 | +msgstr "" |
4683 | + |
4684 | +#: ../plugins/unityshell/unityshell.xml.in.h:58 |
4685 | +msgid "" |
4686 | +"Cycles through icons present in the Launcher, in reverse order. Activates " |
4687 | +"the highlighted icon on release." |
4688 | +msgstr "" |
4689 | + |
4690 | +#: ../plugins/unityshell/unityshell.xml.in.h:56 |
4691 | +msgid "" |
4692 | +"Cycles through icons present in the Launcher. Activates the highlighted icon " |
4693 | +"on release." |
4694 | +msgstr "" |
4695 | + |
4696 | +#: ../a11y/unity-dash-view-accessible.cpp:100 |
4697 | +#: ../shortcuts/CompizShortcutModeller.cpp:167 |
4698 | msgid "Dash" |
4699 | msgstr "" |
4700 | |
4701 | +#: ../plugins/unityshell/unityshell.xml.in.h:26 |
4702 | +msgid "Dash Blur" |
4703 | +msgstr "" |
4704 | + |
4705 | +#: ../plugins/unityshell/unityshell.xml.in.h:59 |
4706 | +msgid "Dash tap duration" |
4707 | +msgstr "" |
4708 | + |
4709 | +#: ../plugins/unityshell/unityshell.xml.in.h:35 |
4710 | +msgid "Decorations" |
4711 | +msgstr "" |
4712 | + |
4713 | +#: ../plugins/unityshell/unityshell.xml.in.h:81 |
4714 | +msgid "Determines if the Launcher's edges will capture the mousepointer." |
4715 | +msgstr "" |
4716 | + |
4717 | +#: ../plugins/unityshell/unityshell.xml.in.h:148 |
4718 | +msgid "Disable Show Desktop in the Switcher" |
4719 | +msgstr "" |
4720 | + |
4721 | +#: ../plugins/unityshell/unityshell.xml.in.h:150 |
4722 | +msgid "Disable the mouse in the Switcher" |
4723 | +msgstr "" |
4724 | + |
4725 | +#: ../plugins/unityshell/unityshell.xml.in.h:149 |
4726 | +msgid "Disables the Show Desktop icon in the Switcher." |
4727 | +msgstr "" |
4728 | + |
4729 | +#: ../plugins/unityshell/unityshell.xml.in.h:141 |
4730 | +msgid "" |
4731 | +"Disables the last focused window being the first entry in the Switcher, so " |
4732 | +"Switcher strictly switches between applications" |
4733 | +msgstr "" |
4734 | + |
4735 | +#: ../plugins/unityshell/unityshell.xml.in.h:151 |
4736 | +msgid "Disables the mouse in the Switcher." |
4737 | +msgstr "" |
4738 | + |
4739 | +#: ../decorations/DecorationsForceQuitDialog.cpp:338 |
4740 | +msgid "" |
4741 | +"Do you want to force the application to exit, or wait for it to respond?" |
4742 | +msgstr "" |
4743 | + |
4744 | +#: ../launcher/SpacerLauncherIcon.cpp:35 |
4745 | msgid "Drop To Add Application" |
4746 | msgstr "" |
4747 | |
4748 | +#: ../plugins/unityshell/unityshell.xml.in.h:124 |
4749 | +msgid "" |
4750 | +"Duration (in milliseconds) of the menus fade-in animation, used when the " |
4751 | +"menus of a new launched application have been shown." |
4752 | +msgstr "" |
4753 | + |
4754 | +#: ../plugins/unityshell/unityshell.xml.in.h:118 |
4755 | +msgid "" |
4756 | +"Duration (in milliseconds) of the menus fade-in animation, used when the " |
4757 | +"mouse goes over the top-panel." |
4758 | +msgstr "" |
4759 | + |
4760 | +#: ../plugins/unityshell/unityshell.xml.in.h:126 |
4761 | +msgid "" |
4762 | +"Duration (in milliseconds) of the menus fade-out animation, used when the " |
4763 | +"menus of a new launched application have been shown." |
4764 | +msgstr "" |
4765 | + |
4766 | +#: ../plugins/unityshell/unityshell.xml.in.h:120 |
4767 | +msgid "" |
4768 | +"Duration (in milliseconds) of the menus fade-out animation, used when the " |
4769 | +"mouse goes over the top-panel." |
4770 | +msgstr "" |
4771 | + |
4772 | +#: ../plugins/unityshell/unityshell.xml.in.h:60 |
4773 | +msgid "" |
4774 | +"Duration (in millseconds) that will count as a tap for opening the Dash." |
4775 | +msgstr "" |
4776 | + |
4777 | +#: ../plugins/unityshell/unityshell.xml.in.h:96 |
4778 | +msgid "Duration of Sticky Edge Release after Break" |
4779 | +msgstr "" |
4780 | + |
4781 | +#: ../plugins/unityshell/unityshell.xml.in.h:37 |
4782 | +msgid "" |
4783 | +"Each Gtk theme can provide shadow parameters, but you can override these " |
4784 | +"values here." |
4785 | +msgstr "" |
4786 | + |
4787 | +#: ../plugins/unityshell/unityshell.xml.in.h:105 |
4788 | +msgid "Edge Illumination Toggles" |
4789 | +msgstr "" |
4790 | + |
4791 | +#: ../plugins/unityshell/unityshell.xml.in.h:94 |
4792 | +msgid "Edge Stop Velocity" |
4793 | +msgstr "" |
4794 | + |
4795 | +#: ../launcher/VolumeLauncherIcon.cpp:272 |
4796 | msgid "Eject" |
4797 | msgstr "" |
4798 | |
4799 | +#: ../launcher/VolumeLauncherIcon.cpp:272 |
4800 | msgid "Eject parent drive" |
4801 | msgstr "" |
4802 | |
4803 | -msgid "Empty Trash..." |
4804 | +#: ../launcher/TrashLauncherIcon.cpp:103 |
4805 | +msgid "Empty Trash…" |
4806 | +msgstr "" |
4807 | + |
4808 | +#: ../plugins/unityshell/unityshell.xml.in.h:33 |
4809 | +msgid "Enable Shortcut Hints Overlay" |
4810 | +msgstr "" |
4811 | + |
4812 | +#: ../plugins/unityshell/unityshell.xml.in.h:143 |
4813 | +msgid "Enables miniature live window previews in the Switcher." |
4814 | +msgstr "" |
4815 | + |
4816 | +#: ../plugins/unityshell/unityshell.xml.in.h:34 |
4817 | +msgid "" |
4818 | +"Enables possibility to display an overlay showing available mouse and " |
4819 | +"keyboard shortcuts." |
4820 | msgstr "" |
4821 | |
4822 | +#: ../shortcuts/CompizShortcutModeller.cpp:218 |
4823 | msgid "Enter" |
4824 | msgstr "" |
4825 | |
4826 | +#: ../shortcuts/CompizShortcutModeller.cpp:291 |
4827 | +msgid "Enter / Exit from spread mode or Select windows." |
4828 | +msgstr "" |
4829 | + |
4830 | +#: ../launcher/ApplicationLauncherIcon.cpp:660 |
4831 | +msgid "Exit" |
4832 | +msgstr "" |
4833 | + |
4834 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:9 |
4835 | +msgid "Fade Duration" |
4836 | +msgstr "" |
4837 | + |
4838 | +#: ../plugins/unityshell/unityshell.xml.in.h:72 |
4839 | +msgid "Fade and Slide" |
4840 | +msgstr "" |
4841 | + |
4842 | +#: ../plugins/unityshell/unityshell.xml.in.h:69 |
4843 | +msgid "Fade on bfb and Slide" |
4844 | +msgstr "" |
4845 | + |
4846 | +#: ../plugins/unityshell/unityshell.xml.in.h:71 |
4847 | +msgid "Fade only" |
4848 | +msgstr "" |
4849 | + |
4850 | +#: ../lockscreen/UserPromptView.cpp:301 |
4851 | +msgid "Failed to authenticate" |
4852 | +msgstr "" |
4853 | + |
4854 | +#: ../unity-shared/SearchBar.cpp:163 |
4855 | msgid "Filter results" |
4856 | msgstr "" |
4857 | |
4858 | +#: ../plugins/unityshell/unityshell.xml.in.h:139 |
4859 | +msgid "" |
4860 | +"Flips through all the windows present in the Switcher, in reverse order." |
4861 | +msgstr "" |
4862 | + |
4863 | +#: ../plugins/unityshell/unityshell.xml.in.h:137 |
4864 | +msgid "Flips through all the windows present in the Switcher." |
4865 | +msgstr "" |
4866 | + |
4867 | +#: ../launcher/VolumeLauncherIcon.cpp:312 |
4868 | +msgid "Format…" |
4869 | +msgstr "" |
4870 | + |
4871 | +#: ../plugins/unityshell/unityshell.xml.in.h:3 |
4872 | +msgid "General" |
4873 | +msgstr "" |
4874 | + |
4875 | +#: ../plugins/unityshell/unityshell.xml.in.h:54 |
4876 | +msgid "" |
4877 | +"Gives keyboard-focus to the Launcher so it can be navigated with the cursor-" |
4878 | +"keys." |
4879 | +msgstr "" |
4880 | + |
4881 | +#: ../shutdown/SessionView.cpp:175 |
4882 | #, c-format |
4883 | msgid "" |
4884 | "Goodbye, %s. Are you sure you want to close all programs and log out from " |
4885 | "your account?" |
4886 | msgstr "" |
4887 | |
4888 | +#: ../shutdown/SessionView.cpp:159 |
4889 | #, c-format |
4890 | msgid "" |
4891 | "Goodbye, %s. Are you sure you want to close all programs and shut down the " |
4892 | "computer?" |
4893 | msgstr "" |
4894 | |
4895 | +#: ../shutdown/SessionView.cpp:204 |
4896 | #, c-format |
4897 | msgid "Goodbye, %s. Would you like to…" |
4898 | msgstr "" |
4899 | |
4900 | +#: ../launcher/HudLauncherIcon.cpp:44 |
4901 | msgid "HUD" |
4902 | msgstr "" |
4903 | |
4904 | +#: ../shortcuts/CompizShortcutModeller.cpp:223 |
4905 | msgid "HUD & Menu Bar" |
4906 | msgstr "" |
4907 | |
4908 | +#: ../shutdown/SessionView.cpp:170 |
4909 | #, c-format |
4910 | msgid "" |
4911 | "Hi %s, you have open files that you might want to save before logging out. " |
4912 | "Are you sure you want to continue?" |
4913 | msgstr "" |
4914 | |
4915 | +#: ../shutdown/SessionView.cpp:154 |
4916 | #, c-format |
4917 | msgid "" |
4918 | "Hi %s, you have open files that you might want to save before shutting down. " |
4919 | "Are you sure you want to continue?" |
4920 | msgstr "" |
4921 | |
4922 | +#: ../shutdown/SessionView.cpp:198 |
4923 | #, c-format |
4924 | msgid "" |
4925 | "Hi %s, you have open files you might want to save.\n" |
4926 | @@ -124,228 +488,861 @@ msgid "" |
4927 | msgstr "" |
4928 | |
4929 | #. We have enough buttons to show the message without a new line. |
4930 | +#: ../shutdown/SessionView.cpp:193 |
4931 | #, c-format |
4932 | msgid "Hi %s, you have open files you might want to save. Would you like to…" |
4933 | msgstr "" |
4934 | |
4935 | +#: ../shutdown/SessionButton.cpp:71 |
4936 | msgid "Hibernate" |
4937 | msgstr "" |
4938 | |
4939 | -msgid "Keyboard Shortcuts" |
4940 | +#: ../plugins/unityshell/unityshell.xml.in.h:67 |
4941 | +msgid "Hide Animation" |
4942 | +msgstr "" |
4943 | + |
4944 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:7 |
4945 | +#, fuzzy |
4946 | +msgid "Hide Handles" |
4947 | +msgstr "Fjern fra Launcher" |
4948 | + |
4949 | +#: ../plugins/unityshell/unityshell.xml.in.h:63 |
4950 | +#, fuzzy |
4951 | +msgid "Hide Launcher" |
4952 | +msgstr "Fjern fra Launcher" |
4953 | + |
4954 | +#: ../plugins/unityshell/unityshell.xml.in.h:13 |
4955 | +msgid "Hide all windows and focus desktop." |
4956 | +msgstr "" |
4957 | + |
4958 | +#: ../plugins/unityshell/unityshell.xml.in.h:52 |
4959 | +msgid "" |
4960 | +"Holding this key makes the Launcher and Help Overlay appear. Tapping it " |
4961 | +"opens the Dash." |
4962 | +msgstr "" |
4963 | + |
4964 | +#: ../plugins/unityshell/unityshell.xml.in.h:39 |
4965 | +msgid "Horizontal offset of the shadow." |
4966 | +msgstr "" |
4967 | + |
4968 | +#: ../plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.h:10 |
4969 | +msgid "How long the fade should last" |
4970 | +msgstr "" |
4971 | + |
4972 | +#: ../plugins/unityshell/unityshell.xml.in.h:122 |
4973 | +msgid "" |
4974 | +"How many seconds the menus should be shown when a new application has been " |
4975 | +"launched." |
4976 | +msgstr "" |
4977 | + |
4978 | +#: ../plugins/unityshell/unityshell.xml.in.h:48 |
4979 | +msgid "Inactive windows shadow color" |
4980 | +msgstr "" |
4981 | + |
4982 | +#: ../plugins/unityshell/unityshell.xml.in.h:46 |
4983 | +msgid "Inactive windows shadow radius" |
4984 | +msgstr "" |
4985 | + |
4986 | +#: ../plugins/unityshell/unityshell.xml.in.h:19 |
4987 | +msgid "" |
4988 | +"Initiate the window Spread for the current application windows, for all the " |
4989 | +"windows." |
4990 | +msgstr "" |
4991 | + |
4992 | +#: ../plugins/unityshell/unityshell.xml.in.h:17 |
4993 | +msgid "Initiate the window Spread for the current application windows." |
4994 | +msgstr "" |
4995 | + |
4996 | +#: ../launcher/SoftwareCenterLauncherIcon.cpp:153 |
4997 | +msgid "Installing…" |
4998 | +msgstr "" |
4999 | + |
5000 | +#: ../lockscreen/UserPromptView.cpp:296 |
Left some inline comments.
And regarding EmptyTrash change: system() is executing the command in a shell, which is very inefficient.
What was wrong with the previous code? org.gnome. Nautilus. FileOperations2 is a modern interface and it works for me.
What I can suggest, in order of preference:
1) Figure out what's wrong with old code and fix it.
2) Show a dialog with GTK API and then empty trash with GIO API.
3) Show a dialog with GTK API and then empty trash using a gio subprocess.
4) Show a dialog with zenity subprocess, then empty trash using gio subprocess, but use secure API to run a subprocess, not shell.