Merge lp:~didrocks/unity/launcher-other-shortcuts into lp:unity

Proposed by Didier Roche-Tolomelli
Status: Merged
Merged at revision: 877
Proposed branch: lp:~didrocks/unity/launcher-other-shortcuts
Merge into: lp:unity
Diff against target: 4242 lines (+1208/-1545)
49 files modified
po/ar.po (+34/-45)
po/bg.po (+34/-45)
po/cs.po (+34/-45)
po/da.po (+34/-45)
po/de.po (+34/-45)
po/el.po (+34/-45)
po/es.po (+34/-45)
po/fi.po (+34/-45)
po/fr.po (+34/-45)
po/he.po (+34/-45)
po/hi.po (+34/-45)
po/hr.po (+34/-45)
po/hu.po (+34/-45)
po/it.po (+34/-45)
po/ja.po (+34/-45)
po/ko.po (+34/-45)
po/nb.po (+34/-45)
po/nl.po (+34/-45)
po/pl.po (+34/-45)
po/pt.po (+34/-45)
po/pt_BR.po (+34/-45)
po/ro.po (+34/-45)
po/ru.po (+34/-45)
po/sk.po (+34/-45)
po/sl.po (+34/-45)
po/sr.po (+34/-45)
po/sv.po (+34/-45)
po/th.po (+34/-45)
po/tr.po (+34/-45)
po/unity.pot (+37/-51)
po/zh_CN.po (+34/-45)
po/zh_TW.po (+34/-45)
src/DeviceLauncherIcon.cpp (+3/-3)
src/DeviceLauncherIcon.h (+1/-1)
src/Launcher.cpp (+11/-72)
src/LauncherController.cpp (+16/-1)
src/LauncherIcon.cpp (+16/-0)
src/LauncherIcon.h (+5/-0)
src/PlaceEntry.h (+3/-2)
src/PlaceEntryHome.cpp (+6/-0)
src/PlaceEntryHome.h (+1/-0)
src/PlaceEntryRemote.cpp (+18/-0)
src/PlaceEntryRemote.h (+2/-0)
src/PlaceLauncherIcon.cpp (+10/-3)
src/PlaceLauncherIcon.h (+2/-1)
src/SimpleLauncherIcon.cpp (+6/-5)
src/SimpleLauncherIcon.h (+1/-2)
src/TrashLauncherIcon.cpp (+15/-9)
src/TrashLauncherIcon.h (+1/-0)
To merge this branch: bzr merge lp:~didrocks/unity/launcher-other-shortcuts
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+50776@code.launchpad.net

Description of the change

This branch add the capability of setting hard coded keybindings to the workspace
switcher and the Trash.
In addition, each place entry can specify a shortcut in its place file like:
Shortcut=a
in the [Entry:xxx] section

In addition, there are some fixes to be able to navigate by key navigation (or
activate the shortcuts) for the special switchers: ws, places, devices and
trash.

To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

Looks good, approved! (and no pythong!?!)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/ar.po'
2--- po/ar.po 2011-02-17 15:46:53 +0000
3+++ po/ar.po 2011-02-22 16:17:21 +0000
4@@ -7,7 +7,7 @@
5 msgstr ""
6 "Project-Id-Version: l 10n\n"
7 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
8-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
9+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
10 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
11 "Last-Translator: Canonical OEM\n"
12 "Language-Team: Arabic\n"
13@@ -16,69 +16,58 @@
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16
17+msgid "All items in the Trash will be permanently deleted."
18+msgstr ""
19+
20+msgid "Browse the Web"
21+msgstr ""
22+
23+msgid "Check Email"
24+msgstr ""
25+
26 msgid "Eject"
27 msgstr ""
28
29-msgid "Email & Chat"
30-msgstr ""
31-
32 msgid "Empty Trash"
33 msgstr ""
34
35-msgid "Files & Folders"
36-msgstr ""
37-
38-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
39-#, c-format
40-msgid "Files in trash: %d"
41-msgstr ""
42-
43-msgid "Games"
44-msgstr ""
45-
46-msgid "Get New Apps"
47+msgid "Empty all items from Trash?"
48+msgstr ""
49+
50+msgid "Find Files"
51+msgstr ""
52+
53+msgid "Find Internet Apps"
54+msgstr ""
55+
56+msgid "Find Media Apps"
57+msgstr ""
58+
59+msgid "Find More Apps"
60 msgstr ""
61
62 #, fuzzy
63-msgid "Keep in Launcher"
64+msgid "Keep In Launcher"
65 msgstr "إبقاء في برنامج Launcher"
66
67-msgid "Music"
68-msgstr ""
69-
70-msgid "Office"
71+msgid "Listen to Music"
72 msgstr ""
73
74 msgid "Open"
75 msgstr ""
76
77-msgid "Photos & Videos"
78-msgstr ""
79-
80 msgid "Quit"
81 msgstr "إنهاء"
82
83-#, fuzzy
84-msgid "Remove from launcher"
85-msgstr "حذف من برنامج Launcher"
86-
87-msgid "Search"
88-msgstr ""
89-
90-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
91-#. * 'Search Applications'
92-#.
93-#, c-format
94-msgid "Search %s"
95-msgstr ""
96-
97-#, c-format
98-msgid "See %u more results"
99-msgstr ""
100-
101 msgid "Trash"
102 msgstr ""
103
104-#. Load up the world
105-msgid "Web"
106-msgstr ""
107+msgid "View Photos"
108+msgstr ""
109+
110+msgid "Workspace Switcher"
111+msgstr ""
112+
113+#, fuzzy
114+#~ msgid "Remove from launcher"
115+#~ msgstr "حذف من برنامج Launcher"
116
117=== modified file 'po/bg.po'
118--- po/bg.po 2011-02-17 15:46:53 +0000
119+++ po/bg.po 2011-02-22 16:17:21 +0000
120@@ -7,7 +7,7 @@
121 msgstr ""
122 "Project-Id-Version: l 10n\n"
123 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
124-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
125+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
126 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
127 "Last-Translator: Canonical OEM\n"
128 "Language-Team: Bulgarian\n"
129@@ -16,69 +16,58 @@
130 "Content-Type: text/plain; charset=UTF-8\n"
131 "Content-Transfer-Encoding: 8bit\n"
132
133+msgid "All items in the Trash will be permanently deleted."
134+msgstr ""
135+
136+msgid "Browse the Web"
137+msgstr ""
138+
139+msgid "Check Email"
140+msgstr ""
141+
142 msgid "Eject"
143 msgstr ""
144
145-msgid "Email & Chat"
146-msgstr ""
147-
148 msgid "Empty Trash"
149 msgstr ""
150
151-msgid "Files & Folders"
152-msgstr ""
153-
154-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
155-#, c-format
156-msgid "Files in trash: %d"
157-msgstr ""
158-
159-msgid "Games"
160-msgstr ""
161-
162-msgid "Get New Apps"
163+msgid "Empty all items from Trash?"
164+msgstr ""
165+
166+msgid "Find Files"
167+msgstr ""
168+
169+msgid "Find Internet Apps"
170+msgstr ""
171+
172+msgid "Find Media Apps"
173+msgstr ""
174+
175+msgid "Find More Apps"
176 msgstr ""
177
178 #, fuzzy
179-msgid "Keep in Launcher"
180+msgid "Keep In Launcher"
181 msgstr "Остави в програмата за стартиране"
182
183-msgid "Music"
184-msgstr ""
185-
186-msgid "Office"
187+msgid "Listen to Music"
188 msgstr ""
189
190 msgid "Open"
191 msgstr ""
192
193-msgid "Photos & Videos"
194-msgstr ""
195-
196 msgid "Quit"
197 msgstr "Излез"
198
199-#, fuzzy
200-msgid "Remove from launcher"
201-msgstr "Премахни от програмата за стартиране"
202-
203-msgid "Search"
204-msgstr ""
205-
206-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
207-#. * 'Search Applications'
208-#.
209-#, c-format
210-msgid "Search %s"
211-msgstr ""
212-
213-#, c-format
214-msgid "See %u more results"
215-msgstr ""
216-
217 msgid "Trash"
218 msgstr ""
219
220-#. Load up the world
221-msgid "Web"
222-msgstr ""
223+msgid "View Photos"
224+msgstr ""
225+
226+msgid "Workspace Switcher"
227+msgstr ""
228+
229+#, fuzzy
230+#~ msgid "Remove from launcher"
231+#~ msgstr "Премахни от програмата за стартиране"
232
233=== modified file 'po/cs.po'
234--- po/cs.po 2011-02-17 15:46:53 +0000
235+++ po/cs.po 2011-02-22 16:17:21 +0000
236@@ -7,7 +7,7 @@
237 msgstr ""
238 "Project-Id-Version: l 10n\n"
239 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
240-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
241+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
242 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
243 "Last-Translator: Canonical OEM\n"
244 "Language-Team: Czech\n"
245@@ -17,69 +17,58 @@
246 "Content-Transfer-Encoding: 8bit\n"
247 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
248
249+msgid "All items in the Trash will be permanently deleted."
250+msgstr ""
251+
252+msgid "Browse the Web"
253+msgstr ""
254+
255+msgid "Check Email"
256+msgstr ""
257+
258 msgid "Eject"
259 msgstr ""
260
261-msgid "Email & Chat"
262-msgstr ""
263-
264 msgid "Empty Trash"
265 msgstr ""
266
267-msgid "Files & Folders"
268-msgstr ""
269-
270-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
271-#, c-format
272-msgid "Files in trash: %d"
273-msgstr ""
274-
275-msgid "Games"
276-msgstr ""
277-
278-msgid "Get New Apps"
279+msgid "Empty all items from Trash?"
280+msgstr ""
281+
282+msgid "Find Files"
283+msgstr ""
284+
285+msgid "Find Internet Apps"
286+msgstr ""
287+
288+msgid "Find Media Apps"
289+msgstr ""
290+
291+msgid "Find More Apps"
292 msgstr ""
293
294 #, fuzzy
295-msgid "Keep in Launcher"
296+msgid "Keep In Launcher"
297 msgstr "Ponechat ve Spouštěči"
298
299-msgid "Music"
300-msgstr ""
301-
302-msgid "Office"
303+msgid "Listen to Music"
304 msgstr ""
305
306 msgid "Open"
307 msgstr ""
308
309-msgid "Photos & Videos"
310-msgstr ""
311-
312 msgid "Quit"
313 msgstr "Konec"
314
315-#, fuzzy
316-msgid "Remove from launcher"
317-msgstr "Odebrat ze Spouštěče"
318-
319-msgid "Search"
320-msgstr ""
321-
322-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
323-#. * 'Search Applications'
324-#.
325-#, c-format
326-msgid "Search %s"
327-msgstr ""
328-
329-#, c-format
330-msgid "See %u more results"
331-msgstr ""
332-
333 msgid "Trash"
334 msgstr ""
335
336-#. Load up the world
337-msgid "Web"
338-msgstr ""
339+msgid "View Photos"
340+msgstr ""
341+
342+msgid "Workspace Switcher"
343+msgstr ""
344+
345+#, fuzzy
346+#~ msgid "Remove from launcher"
347+#~ msgstr "Odebrat ze Spouštěče"
348
349=== modified file 'po/da.po'
350--- po/da.po 2011-02-17 15:46:53 +0000
351+++ po/da.po 2011-02-22 16:17:21 +0000
352@@ -7,7 +7,7 @@
353 msgstr ""
354 "Project-Id-Version: l 10n\n"
355 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
356-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
357+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
358 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
359 "Last-Translator: Canonical OEM\n"
360 "Language-Team: Danish\n"
361@@ -17,69 +17,58 @@
362 "Content-Transfer-Encoding: 8bit\n"
363 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
364
365+msgid "All items in the Trash will be permanently deleted."
366+msgstr ""
367+
368+msgid "Browse the Web"
369+msgstr ""
370+
371+msgid "Check Email"
372+msgstr ""
373+
374 msgid "Eject"
375 msgstr ""
376
377-msgid "Email & Chat"
378-msgstr ""
379-
380 msgid "Empty Trash"
381 msgstr ""
382
383-msgid "Files & Folders"
384-msgstr ""
385-
386-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
387-#, c-format
388-msgid "Files in trash: %d"
389-msgstr ""
390-
391-msgid "Games"
392-msgstr ""
393-
394-msgid "Get New Apps"
395+msgid "Empty all items from Trash?"
396+msgstr ""
397+
398+msgid "Find Files"
399+msgstr ""
400+
401+msgid "Find Internet Apps"
402+msgstr ""
403+
404+msgid "Find Media Apps"
405+msgstr ""
406+
407+msgid "Find More Apps"
408 msgstr ""
409
410 #, fuzzy
411-msgid "Keep in Launcher"
412+msgid "Keep In Launcher"
413 msgstr "Behold i Launcher"
414
415-msgid "Music"
416-msgstr ""
417-
418-msgid "Office"
419+msgid "Listen to Music"
420 msgstr ""
421
422 msgid "Open"
423 msgstr ""
424
425-msgid "Photos & Videos"
426-msgstr ""
427-
428 msgid "Quit"
429 msgstr "Afslut"
430
431-#, fuzzy
432-msgid "Remove from launcher"
433-msgstr "Fjern fra Launcher"
434-
435-msgid "Search"
436-msgstr ""
437-
438-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
439-#. * 'Search Applications'
440-#.
441-#, c-format
442-msgid "Search %s"
443-msgstr ""
444-
445-#, c-format
446-msgid "See %u more results"
447-msgstr ""
448-
449 msgid "Trash"
450 msgstr ""
451
452-#. Load up the world
453-msgid "Web"
454-msgstr ""
455+msgid "View Photos"
456+msgstr ""
457+
458+msgid "Workspace Switcher"
459+msgstr ""
460+
461+#, fuzzy
462+#~ msgid "Remove from launcher"
463+#~ msgstr "Fjern fra Launcher"
464
465=== modified file 'po/de.po'
466--- po/de.po 2011-02-17 15:46:53 +0000
467+++ po/de.po 2011-02-22 16:17:21 +0000
468@@ -7,7 +7,7 @@
469 msgstr ""
470 "Project-Id-Version: l 10n\n"
471 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
472-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
473+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
474 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
475 "Last-Translator: Canonical OEM\n"
476 "Language-Team: German\n"
477@@ -17,69 +17,58 @@
478 "Content-Transfer-Encoding: 8bit\n"
479 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
480
481+msgid "All items in the Trash will be permanently deleted."
482+msgstr ""
483+
484+msgid "Browse the Web"
485+msgstr ""
486+
487+msgid "Check Email"
488+msgstr ""
489+
490 msgid "Eject"
491 msgstr ""
492
493-msgid "Email & Chat"
494-msgstr ""
495-
496 msgid "Empty Trash"
497 msgstr ""
498
499-msgid "Files & Folders"
500-msgstr ""
501-
502-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
503-#, c-format
504-msgid "Files in trash: %d"
505-msgstr ""
506-
507-msgid "Games"
508-msgstr ""
509-
510-msgid "Get New Apps"
511+msgid "Empty all items from Trash?"
512+msgstr ""
513+
514+msgid "Find Files"
515+msgstr ""
516+
517+msgid "Find Internet Apps"
518+msgstr ""
519+
520+msgid "Find Media Apps"
521+msgstr ""
522+
523+msgid "Find More Apps"
524 msgstr ""
525
526 #, fuzzy
527-msgid "Keep in Launcher"
528+msgid "Keep In Launcher"
529 msgstr "Im Startprogramm behalten"
530
531-msgid "Music"
532-msgstr ""
533-
534-msgid "Office"
535+msgid "Listen to Music"
536 msgstr ""
537
538 msgid "Open"
539 msgstr ""
540
541-msgid "Photos & Videos"
542-msgstr ""
543-
544 msgid "Quit"
545 msgstr "Beenden"
546
547-#, fuzzy
548-msgid "Remove from launcher"
549-msgstr "Aus Startprogramm entfernen"
550-
551-msgid "Search"
552-msgstr ""
553-
554-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
555-#. * 'Search Applications'
556-#.
557-#, c-format
558-msgid "Search %s"
559-msgstr ""
560-
561-#, c-format
562-msgid "See %u more results"
563-msgstr ""
564-
565 msgid "Trash"
566 msgstr ""
567
568-#. Load up the world
569-msgid "Web"
570-msgstr ""
571+msgid "View Photos"
572+msgstr ""
573+
574+msgid "Workspace Switcher"
575+msgstr ""
576+
577+#, fuzzy
578+#~ msgid "Remove from launcher"
579+#~ msgstr "Aus Startprogramm entfernen"
580
581=== modified file 'po/el.po'
582--- po/el.po 2011-02-17 15:46:53 +0000
583+++ po/el.po 2011-02-22 16:17:21 +0000
584@@ -7,7 +7,7 @@
585 msgstr ""
586 "Project-Id-Version: l 10n\n"
587 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
588-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
589+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
590 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
591 "Last-Translator: Canonical OEM\n"
592 "Language-Team: Greek\n"
593@@ -17,69 +17,58 @@
594 "Content-Transfer-Encoding: 8bit\n"
595 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
596
597+msgid "All items in the Trash will be permanently deleted."
598+msgstr ""
599+
600+msgid "Browse the Web"
601+msgstr ""
602+
603+msgid "Check Email"
604+msgstr ""
605+
606 msgid "Eject"
607 msgstr ""
608
609-msgid "Email & Chat"
610-msgstr ""
611-
612 msgid "Empty Trash"
613 msgstr ""
614
615-msgid "Files & Folders"
616-msgstr ""
617-
618-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
619-#, c-format
620-msgid "Files in trash: %d"
621-msgstr ""
622-
623-msgid "Games"
624-msgstr ""
625-
626-msgid "Get New Apps"
627+msgid "Empty all items from Trash?"
628+msgstr ""
629+
630+msgid "Find Files"
631+msgstr ""
632+
633+msgid "Find Internet Apps"
634+msgstr ""
635+
636+msgid "Find Media Apps"
637+msgstr ""
638+
639+msgid "Find More Apps"
640 msgstr ""
641
642 #, fuzzy
643-msgid "Keep in Launcher"
644+msgid "Keep In Launcher"
645 msgstr "Διατήρηση στο πρόγραμμα εκκίνησης"
646
647-msgid "Music"
648-msgstr ""
649-
650-msgid "Office"
651+msgid "Listen to Music"
652 msgstr ""
653
654 msgid "Open"
655 msgstr ""
656
657-msgid "Photos & Videos"
658-msgstr ""
659-
660 msgid "Quit"
661 msgstr "Κλείσιμο"
662
663-#, fuzzy
664-msgid "Remove from launcher"
665-msgstr "Κατάργηση από το πρόγραμμα εκκίνησης"
666-
667-msgid "Search"
668-msgstr ""
669-
670-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
671-#. * 'Search Applications'
672-#.
673-#, c-format
674-msgid "Search %s"
675-msgstr ""
676-
677-#, c-format
678-msgid "See %u more results"
679-msgstr ""
680-
681 msgid "Trash"
682 msgstr ""
683
684-#. Load up the world
685-msgid "Web"
686-msgstr ""
687+msgid "View Photos"
688+msgstr ""
689+
690+msgid "Workspace Switcher"
691+msgstr ""
692+
693+#, fuzzy
694+#~ msgid "Remove from launcher"
695+#~ msgstr "Κατάργηση από το πρόγραμμα εκκίνησης"
696
697=== modified file 'po/es.po'
698--- po/es.po 2011-02-17 15:46:53 +0000
699+++ po/es.po 2011-02-22 16:17:21 +0000
700@@ -7,7 +7,7 @@
701 msgstr ""
702 "Project-Id-Version: l 10n\n"
703 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
704-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
705+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
706 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
707 "Last-Translator: Canonical OEM\n"
708 "Language-Team: Spanish\n"
709@@ -17,69 +17,58 @@
710 "Content-Transfer-Encoding: 8bit\n"
711 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
712
713+msgid "All items in the Trash will be permanently deleted."
714+msgstr ""
715+
716+msgid "Browse the Web"
717+msgstr ""
718+
719+msgid "Check Email"
720+msgstr ""
721+
722 msgid "Eject"
723 msgstr ""
724
725-msgid "Email & Chat"
726-msgstr ""
727-
728 msgid "Empty Trash"
729 msgstr ""
730
731-msgid "Files & Folders"
732-msgstr ""
733-
734-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
735-#, c-format
736-msgid "Files in trash: %d"
737-msgstr ""
738-
739-msgid "Games"
740-msgstr ""
741-
742-msgid "Get New Apps"
743+msgid "Empty all items from Trash?"
744+msgstr ""
745+
746+msgid "Find Files"
747+msgstr ""
748+
749+msgid "Find Internet Apps"
750+msgstr ""
751+
752+msgid "Find Media Apps"
753+msgstr ""
754+
755+msgid "Find More Apps"
756 msgstr ""
757
758 #, fuzzy
759-msgid "Keep in Launcher"
760+msgid "Keep In Launcher"
761 msgstr "Conservar en el iniciador"
762
763-msgid "Music"
764-msgstr ""
765-
766-msgid "Office"
767+msgid "Listen to Music"
768 msgstr ""
769
770 msgid "Open"
771 msgstr ""
772
773-msgid "Photos & Videos"
774-msgstr ""
775-
776 msgid "Quit"
777 msgstr "Salir"
778
779-#, fuzzy
780-msgid "Remove from launcher"
781-msgstr "Quitar del iniciador"
782-
783-msgid "Search"
784-msgstr ""
785-
786-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
787-#. * 'Search Applications'
788-#.
789-#, c-format
790-msgid "Search %s"
791-msgstr ""
792-
793-#, c-format
794-msgid "See %u more results"
795-msgstr ""
796-
797 msgid "Trash"
798 msgstr ""
799
800-#. Load up the world
801-msgid "Web"
802-msgstr ""
803+msgid "View Photos"
804+msgstr ""
805+
806+msgid "Workspace Switcher"
807+msgstr ""
808+
809+#, fuzzy
810+#~ msgid "Remove from launcher"
811+#~ msgstr "Quitar del iniciador"
812
813=== modified file 'po/fi.po'
814--- po/fi.po 2011-02-17 15:46:53 +0000
815+++ po/fi.po 2011-02-22 16:17:21 +0000
816@@ -7,7 +7,7 @@
817 msgstr ""
818 "Project-Id-Version: l 10n\n"
819 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
820-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
821+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
822 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
823 "Last-Translator: Canonical OEM\n"
824 "Language-Team: Finnish\n"
825@@ -17,69 +17,58 @@
826 "Content-Transfer-Encoding: 8bit\n"
827 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
828
829+msgid "All items in the Trash will be permanently deleted."
830+msgstr ""
831+
832+msgid "Browse the Web"
833+msgstr ""
834+
835+msgid "Check Email"
836+msgstr ""
837+
838 msgid "Eject"
839 msgstr ""
840
841-msgid "Email & Chat"
842-msgstr ""
843-
844 msgid "Empty Trash"
845 msgstr ""
846
847-msgid "Files & Folders"
848-msgstr ""
849-
850-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
851-#, c-format
852-msgid "Files in trash: %d"
853-msgstr ""
854-
855-msgid "Games"
856-msgstr ""
857-
858-msgid "Get New Apps"
859+msgid "Empty all items from Trash?"
860+msgstr ""
861+
862+msgid "Find Files"
863+msgstr ""
864+
865+msgid "Find Internet Apps"
866+msgstr ""
867+
868+msgid "Find Media Apps"
869+msgstr ""
870+
871+msgid "Find More Apps"
872 msgstr ""
873
874 #, fuzzy
875-msgid "Keep in Launcher"
876+msgid "Keep In Launcher"
877 msgstr "Pidä Launcherissa"
878
879-msgid "Music"
880-msgstr ""
881-
882-msgid "Office"
883+msgid "Listen to Music"
884 msgstr ""
885
886 msgid "Open"
887 msgstr ""
888
889-msgid "Photos & Videos"
890-msgstr ""
891-
892 msgid "Quit"
893 msgstr "Lopeta"
894
895-#, fuzzy
896-msgid "Remove from launcher"
897-msgstr "Poista Launcherista"
898-
899-msgid "Search"
900-msgstr ""
901-
902-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
903-#. * 'Search Applications'
904-#.
905-#, c-format
906-msgid "Search %s"
907-msgstr ""
908-
909-#, c-format
910-msgid "See %u more results"
911-msgstr ""
912-
913 msgid "Trash"
914 msgstr ""
915
916-#. Load up the world
917-msgid "Web"
918-msgstr ""
919+msgid "View Photos"
920+msgstr ""
921+
922+msgid "Workspace Switcher"
923+msgstr ""
924+
925+#, fuzzy
926+#~ msgid "Remove from launcher"
927+#~ msgstr "Poista Launcherista"
928
929=== modified file 'po/fr.po'
930--- po/fr.po 2011-02-17 15:46:53 +0000
931+++ po/fr.po 2011-02-22 16:17:21 +0000
932@@ -7,7 +7,7 @@
933 msgstr ""
934 "Project-Id-Version: l 10n\n"
935 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
936-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
937+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
938 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
939 "Last-Translator: Canonical OEM\n"
940 "Language-Team: French\n"
941@@ -17,69 +17,58 @@
942 "Content-Transfer-Encoding: 8bit\n"
943 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
944
945+msgid "All items in the Trash will be permanently deleted."
946+msgstr ""
947+
948+msgid "Browse the Web"
949+msgstr ""
950+
951+msgid "Check Email"
952+msgstr ""
953+
954 msgid "Eject"
955 msgstr ""
956
957-msgid "Email & Chat"
958-msgstr ""
959-
960 msgid "Empty Trash"
961 msgstr ""
962
963-msgid "Files & Folders"
964-msgstr ""
965-
966-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
967-#, c-format
968-msgid "Files in trash: %d"
969-msgstr ""
970-
971-msgid "Games"
972-msgstr ""
973-
974-msgid "Get New Apps"
975+msgid "Empty all items from Trash?"
976+msgstr ""
977+
978+msgid "Find Files"
979+msgstr ""
980+
981+msgid "Find Internet Apps"
982+msgstr ""
983+
984+msgid "Find Media Apps"
985+msgstr ""
986+
987+msgid "Find More Apps"
988 msgstr ""
989
990 #, fuzzy
991-msgid "Keep in Launcher"
992+msgid "Keep In Launcher"
993 msgstr "Conserver dans le lanceur"
994
995-msgid "Music"
996-msgstr ""
997-
998-msgid "Office"
999+msgid "Listen to Music"
1000 msgstr ""
1001
1002 msgid "Open"
1003 msgstr ""
1004
1005-msgid "Photos & Videos"
1006-msgstr ""
1007-
1008 msgid "Quit"
1009 msgstr "Quitter"
1010
1011-#, fuzzy
1012-msgid "Remove from launcher"
1013-msgstr "Supprimer du lanceur"
1014-
1015-msgid "Search"
1016-msgstr ""
1017-
1018-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
1019-#. * 'Search Applications'
1020-#.
1021-#, c-format
1022-msgid "Search %s"
1023-msgstr ""
1024-
1025-#, c-format
1026-msgid "See %u more results"
1027-msgstr ""
1028-
1029 msgid "Trash"
1030 msgstr ""
1031
1032-#. Load up the world
1033-msgid "Web"
1034-msgstr ""
1035+msgid "View Photos"
1036+msgstr ""
1037+
1038+msgid "Workspace Switcher"
1039+msgstr ""
1040+
1041+#, fuzzy
1042+#~ msgid "Remove from launcher"
1043+#~ msgstr "Supprimer du lanceur"
1044
1045=== modified file 'po/he.po'
1046--- po/he.po 2011-02-17 15:46:53 +0000
1047+++ po/he.po 2011-02-22 16:17:21 +0000
1048@@ -7,7 +7,7 @@
1049 msgstr ""
1050 "Project-Id-Version: l 10n\n"
1051 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
1052-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
1053+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
1054 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
1055 "Last-Translator: Canonical OEM\n"
1056 "Language-Team: Hebrew\n"
1057@@ -17,69 +17,58 @@
1058 "Content-Transfer-Encoding: 8bit\n"
1059 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1060
1061+msgid "All items in the Trash will be permanently deleted."
1062+msgstr ""
1063+
1064+msgid "Browse the Web"
1065+msgstr ""
1066+
1067+msgid "Check Email"
1068+msgstr ""
1069+
1070 msgid "Eject"
1071 msgstr ""
1072
1073-msgid "Email & Chat"
1074-msgstr ""
1075-
1076 msgid "Empty Trash"
1077 msgstr ""
1078
1079-msgid "Files & Folders"
1080-msgstr ""
1081-
1082-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
1083-#, c-format
1084-msgid "Files in trash: %d"
1085-msgstr ""
1086-
1087-msgid "Games"
1088-msgstr ""
1089-
1090-msgid "Get New Apps"
1091+msgid "Empty all items from Trash?"
1092+msgstr ""
1093+
1094+msgid "Find Files"
1095+msgstr ""
1096+
1097+msgid "Find Internet Apps"
1098+msgstr ""
1099+
1100+msgid "Find Media Apps"
1101+msgstr ""
1102+
1103+msgid "Find More Apps"
1104 msgstr ""
1105
1106 #, fuzzy
1107-msgid "Keep in Launcher"
1108+msgid "Keep In Launcher"
1109 msgstr "שמור ב- Launcher"
1110
1111-msgid "Music"
1112-msgstr ""
1113-
1114-msgid "Office"
1115+msgid "Listen to Music"
1116 msgstr ""
1117
1118 msgid "Open"
1119 msgstr ""
1120
1121-msgid "Photos & Videos"
1122-msgstr ""
1123-
1124 msgid "Quit"
1125 msgstr "יציאה"
1126
1127-#, fuzzy
1128-msgid "Remove from launcher"
1129-msgstr "מהסר מ- Launcher"
1130-
1131-msgid "Search"
1132-msgstr ""
1133-
1134-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
1135-#. * 'Search Applications'
1136-#.
1137-#, c-format
1138-msgid "Search %s"
1139-msgstr ""
1140-
1141-#, c-format
1142-msgid "See %u more results"
1143-msgstr ""
1144-
1145 msgid "Trash"
1146 msgstr ""
1147
1148-#. Load up the world
1149-msgid "Web"
1150-msgstr ""
1151+msgid "View Photos"
1152+msgstr ""
1153+
1154+msgid "Workspace Switcher"
1155+msgstr ""
1156+
1157+#, fuzzy
1158+#~ msgid "Remove from launcher"
1159+#~ msgstr "מהסר מ- Launcher"
1160
1161=== modified file 'po/hi.po'
1162--- po/hi.po 2011-02-17 15:46:53 +0000
1163+++ po/hi.po 2011-02-22 16:17:21 +0000
1164@@ -7,7 +7,7 @@
1165 msgstr ""
1166 "Project-Id-Version: l 10n\n"
1167 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
1168-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
1169+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
1170 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
1171 "Last-Translator: Canonical OEM\n"
1172 "Language-Team: Hindi\n"
1173@@ -16,69 +16,58 @@
1174 "Content-Type: text/plain; charset=UTF-8\n"
1175 "Content-Transfer-Encoding: 8bit\n"
1176
1177+msgid "All items in the Trash will be permanently deleted."
1178+msgstr ""
1179+
1180+msgid "Browse the Web"
1181+msgstr ""
1182+
1183+msgid "Check Email"
1184+msgstr ""
1185+
1186 msgid "Eject"
1187 msgstr ""
1188
1189-msgid "Email & Chat"
1190-msgstr ""
1191-
1192 msgid "Empty Trash"
1193 msgstr ""
1194
1195-msgid "Files & Folders"
1196-msgstr ""
1197-
1198-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
1199-#, c-format
1200-msgid "Files in trash: %d"
1201-msgstr ""
1202-
1203-msgid "Games"
1204-msgstr ""
1205-
1206-msgid "Get New Apps"
1207+msgid "Empty all items from Trash?"
1208+msgstr ""
1209+
1210+msgid "Find Files"
1211+msgstr ""
1212+
1213+msgid "Find Internet Apps"
1214+msgstr ""
1215+
1216+msgid "Find Media Apps"
1217+msgstr ""
1218+
1219+msgid "Find More Apps"
1220 msgstr ""
1221
1222 #, fuzzy
1223-msgid "Keep in Launcher"
1224+msgid "Keep In Launcher"
1225 msgstr "लॉन्चर में रखें"
1226
1227-msgid "Music"
1228-msgstr ""
1229-
1230-msgid "Office"
1231+msgid "Listen to Music"
1232 msgstr ""
1233
1234 msgid "Open"
1235 msgstr ""
1236
1237-msgid "Photos & Videos"
1238-msgstr ""
1239-
1240 msgid "Quit"
1241 msgstr "छोड़ें"
1242
1243-#, fuzzy
1244-msgid "Remove from launcher"
1245-msgstr "लॉन्चर से निकालें"
1246-
1247-msgid "Search"
1248-msgstr ""
1249-
1250-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
1251-#. * 'Search Applications'
1252-#.
1253-#, c-format
1254-msgid "Search %s"
1255-msgstr ""
1256-
1257-#, c-format
1258-msgid "See %u more results"
1259-msgstr ""
1260-
1261 msgid "Trash"
1262 msgstr ""
1263
1264-#. Load up the world
1265-msgid "Web"
1266-msgstr ""
1267+msgid "View Photos"
1268+msgstr ""
1269+
1270+msgid "Workspace Switcher"
1271+msgstr ""
1272+
1273+#, fuzzy
1274+#~ msgid "Remove from launcher"
1275+#~ msgstr "लॉन्चर से निकालें"
1276
1277=== modified file 'po/hr.po'
1278--- po/hr.po 2011-02-17 15:46:53 +0000
1279+++ po/hr.po 2011-02-22 16:17:21 +0000
1280@@ -7,7 +7,7 @@
1281 msgstr ""
1282 "Project-Id-Version: l 10n\n"
1283 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
1284-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
1285+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
1286 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
1287 "Last-Translator: Canonical OEM\n"
1288 "Language-Team: Croatian\n"
1289@@ -18,69 +18,58 @@
1290 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
1291 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
1292
1293+msgid "All items in the Trash will be permanently deleted."
1294+msgstr ""
1295+
1296+msgid "Browse the Web"
1297+msgstr ""
1298+
1299+msgid "Check Email"
1300+msgstr ""
1301+
1302 msgid "Eject"
1303 msgstr ""
1304
1305-msgid "Email & Chat"
1306-msgstr ""
1307-
1308 msgid "Empty Trash"
1309 msgstr ""
1310
1311-msgid "Files & Folders"
1312-msgstr ""
1313-
1314-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
1315-#, c-format
1316-msgid "Files in trash: %d"
1317-msgstr ""
1318-
1319-msgid "Games"
1320-msgstr ""
1321-
1322-msgid "Get New Apps"
1323+msgid "Empty all items from Trash?"
1324+msgstr ""
1325+
1326+msgid "Find Files"
1327+msgstr ""
1328+
1329+msgid "Find Internet Apps"
1330+msgstr ""
1331+
1332+msgid "Find Media Apps"
1333+msgstr ""
1334+
1335+msgid "Find More Apps"
1336 msgstr ""
1337
1338 #, fuzzy
1339-msgid "Keep in Launcher"
1340+msgid "Keep In Launcher"
1341 msgstr "Zadrži u programu za pokretanje"
1342
1343-msgid "Music"
1344-msgstr ""
1345-
1346-msgid "Office"
1347+msgid "Listen to Music"
1348 msgstr ""
1349
1350 msgid "Open"
1351 msgstr ""
1352
1353-msgid "Photos & Videos"
1354-msgstr ""
1355-
1356 msgid "Quit"
1357 msgstr "Izlaz"
1358
1359-#, fuzzy
1360-msgid "Remove from launcher"
1361-msgstr "Ukloni iz programa za pokretanje"
1362-
1363-msgid "Search"
1364-msgstr ""
1365-
1366-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
1367-#. * 'Search Applications'
1368-#.
1369-#, c-format
1370-msgid "Search %s"
1371-msgstr ""
1372-
1373-#, c-format
1374-msgid "See %u more results"
1375-msgstr ""
1376-
1377 msgid "Trash"
1378 msgstr ""
1379
1380-#. Load up the world
1381-msgid "Web"
1382-msgstr ""
1383+msgid "View Photos"
1384+msgstr ""
1385+
1386+msgid "Workspace Switcher"
1387+msgstr ""
1388+
1389+#, fuzzy
1390+#~ msgid "Remove from launcher"
1391+#~ msgstr "Ukloni iz programa za pokretanje"
1392
1393=== modified file 'po/hu.po'
1394--- po/hu.po 2011-02-17 15:46:53 +0000
1395+++ po/hu.po 2011-02-22 16:17:21 +0000
1396@@ -7,7 +7,7 @@
1397 msgstr ""
1398 "Project-Id-Version: l 10n\n"
1399 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
1400-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
1401+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
1402 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
1403 "Last-Translator: Canonical OEM\n"
1404 "Language-Team: Hungarian\n"
1405@@ -17,69 +17,58 @@
1406 "Content-Transfer-Encoding: 8bit\n"
1407 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1408
1409+msgid "All items in the Trash will be permanently deleted."
1410+msgstr ""
1411+
1412+msgid "Browse the Web"
1413+msgstr ""
1414+
1415+msgid "Check Email"
1416+msgstr ""
1417+
1418 msgid "Eject"
1419 msgstr ""
1420
1421-msgid "Email & Chat"
1422-msgstr ""
1423-
1424 msgid "Empty Trash"
1425 msgstr ""
1426
1427-msgid "Files & Folders"
1428-msgstr ""
1429-
1430-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
1431-#, c-format
1432-msgid "Files in trash: %d"
1433-msgstr ""
1434-
1435-msgid "Games"
1436-msgstr ""
1437-
1438-msgid "Get New Apps"
1439+msgid "Empty all items from Trash?"
1440+msgstr ""
1441+
1442+msgid "Find Files"
1443+msgstr ""
1444+
1445+msgid "Find Internet Apps"
1446+msgstr ""
1447+
1448+msgid "Find Media Apps"
1449+msgstr ""
1450+
1451+msgid "Find More Apps"
1452 msgstr ""
1453
1454 #, fuzzy
1455-msgid "Keep in Launcher"
1456+msgid "Keep In Launcher"
1457 msgstr "Megtartás a Launcherben"
1458
1459-msgid "Music"
1460-msgstr ""
1461-
1462-msgid "Office"
1463+msgid "Listen to Music"
1464 msgstr ""
1465
1466 msgid "Open"
1467 msgstr ""
1468
1469-msgid "Photos & Videos"
1470-msgstr ""
1471-
1472 msgid "Quit"
1473 msgstr "Kilépés"
1474
1475-#, fuzzy
1476-msgid "Remove from launcher"
1477-msgstr "Eltávolítás a Launcherből"
1478-
1479-msgid "Search"
1480-msgstr ""
1481-
1482-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
1483-#. * 'Search Applications'
1484-#.
1485-#, c-format
1486-msgid "Search %s"
1487-msgstr ""
1488-
1489-#, c-format
1490-msgid "See %u more results"
1491-msgstr ""
1492-
1493 msgid "Trash"
1494 msgstr ""
1495
1496-#. Load up the world
1497-msgid "Web"
1498-msgstr ""
1499+msgid "View Photos"
1500+msgstr ""
1501+
1502+msgid "Workspace Switcher"
1503+msgstr ""
1504+
1505+#, fuzzy
1506+#~ msgid "Remove from launcher"
1507+#~ msgstr "Eltávolítás a Launcherből"
1508
1509=== modified file 'po/it.po'
1510--- po/it.po 2011-02-17 15:46:53 +0000
1511+++ po/it.po 2011-02-22 16:17:21 +0000
1512@@ -7,7 +7,7 @@
1513 msgstr ""
1514 "Project-Id-Version: l 10n\n"
1515 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
1516-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
1517+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
1518 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
1519 "Last-Translator: Canonical OEM\n"
1520 "Language-Team: Italian\n"
1521@@ -17,69 +17,58 @@
1522 "Content-Transfer-Encoding: 8bit\n"
1523 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1524
1525+msgid "All items in the Trash will be permanently deleted."
1526+msgstr ""
1527+
1528+msgid "Browse the Web"
1529+msgstr ""
1530+
1531+msgid "Check Email"
1532+msgstr ""
1533+
1534 msgid "Eject"
1535 msgstr ""
1536
1537-msgid "Email & Chat"
1538-msgstr ""
1539-
1540 msgid "Empty Trash"
1541 msgstr ""
1542
1543-msgid "Files & Folders"
1544-msgstr ""
1545-
1546-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
1547-#, c-format
1548-msgid "Files in trash: %d"
1549-msgstr ""
1550-
1551-msgid "Games"
1552-msgstr ""
1553-
1554-msgid "Get New Apps"
1555+msgid "Empty all items from Trash?"
1556+msgstr ""
1557+
1558+msgid "Find Files"
1559+msgstr ""
1560+
1561+msgid "Find Internet Apps"
1562+msgstr ""
1563+
1564+msgid "Find Media Apps"
1565+msgstr ""
1566+
1567+msgid "Find More Apps"
1568 msgstr ""
1569
1570 #, fuzzy
1571-msgid "Keep in Launcher"
1572+msgid "Keep In Launcher"
1573 msgstr "Mantieni in Launcher"
1574
1575-msgid "Music"
1576-msgstr ""
1577-
1578-msgid "Office"
1579+msgid "Listen to Music"
1580 msgstr ""
1581
1582 msgid "Open"
1583 msgstr ""
1584
1585-msgid "Photos & Videos"
1586-msgstr ""
1587-
1588 msgid "Quit"
1589 msgstr "Esci"
1590
1591-#, fuzzy
1592-msgid "Remove from launcher"
1593-msgstr "Rimuovi da Launcher"
1594-
1595-msgid "Search"
1596-msgstr ""
1597-
1598-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
1599-#. * 'Search Applications'
1600-#.
1601-#, c-format
1602-msgid "Search %s"
1603-msgstr ""
1604-
1605-#, c-format
1606-msgid "See %u more results"
1607-msgstr ""
1608-
1609 msgid "Trash"
1610 msgstr ""
1611
1612-#. Load up the world
1613-msgid "Web"
1614-msgstr ""
1615+msgid "View Photos"
1616+msgstr ""
1617+
1618+msgid "Workspace Switcher"
1619+msgstr ""
1620+
1621+#, fuzzy
1622+#~ msgid "Remove from launcher"
1623+#~ msgstr "Rimuovi da Launcher"
1624
1625=== modified file 'po/ja.po'
1626--- po/ja.po 2011-02-17 15:46:53 +0000
1627+++ po/ja.po 2011-02-22 16:17:21 +0000
1628@@ -7,7 +7,7 @@
1629 msgstr ""
1630 "Project-Id-Version: l 10n\n"
1631 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
1632-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
1633+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
1634 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
1635 "Last-Translator: Canonical OEM\n"
1636 "Language-Team: Japanese\n"
1637@@ -17,69 +17,58 @@
1638 "Content-Transfer-Encoding: 8bit\n"
1639 "Plural-Forms: nplurals=1; plural=0;\n"
1640
1641+msgid "All items in the Trash will be permanently deleted."
1642+msgstr ""
1643+
1644+msgid "Browse the Web"
1645+msgstr ""
1646+
1647+msgid "Check Email"
1648+msgstr ""
1649+
1650 msgid "Eject"
1651 msgstr ""
1652
1653-msgid "Email & Chat"
1654-msgstr ""
1655-
1656 msgid "Empty Trash"
1657 msgstr ""
1658
1659-msgid "Files & Folders"
1660-msgstr ""
1661-
1662-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
1663-#, c-format
1664-msgid "Files in trash: %d"
1665-msgstr ""
1666-
1667-msgid "Games"
1668-msgstr ""
1669-
1670-msgid "Get New Apps"
1671+msgid "Empty all items from Trash?"
1672+msgstr ""
1673+
1674+msgid "Find Files"
1675+msgstr ""
1676+
1677+msgid "Find Internet Apps"
1678+msgstr ""
1679+
1680+msgid "Find Media Apps"
1681+msgstr ""
1682+
1683+msgid "Find More Apps"
1684 msgstr ""
1685
1686 #, fuzzy
1687-msgid "Keep in Launcher"
1688+msgid "Keep In Launcher"
1689 msgstr "Launcher に残す"
1690
1691-msgid "Music"
1692-msgstr ""
1693-
1694-msgid "Office"
1695+msgid "Listen to Music"
1696 msgstr ""
1697
1698 msgid "Open"
1699 msgstr ""
1700
1701-msgid "Photos & Videos"
1702-msgstr ""
1703-
1704 msgid "Quit"
1705 msgstr "中止"
1706
1707-#, fuzzy
1708-msgid "Remove from launcher"
1709-msgstr "Launcher から削除"
1710-
1711-msgid "Search"
1712-msgstr ""
1713-
1714-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
1715-#. * 'Search Applications'
1716-#.
1717-#, c-format
1718-msgid "Search %s"
1719-msgstr ""
1720-
1721-#, c-format
1722-msgid "See %u more results"
1723-msgstr ""
1724-
1725 msgid "Trash"
1726 msgstr ""
1727
1728-#. Load up the world
1729-msgid "Web"
1730-msgstr ""
1731+msgid "View Photos"
1732+msgstr ""
1733+
1734+msgid "Workspace Switcher"
1735+msgstr ""
1736+
1737+#, fuzzy
1738+#~ msgid "Remove from launcher"
1739+#~ msgstr "Launcher から削除"
1740
1741=== modified file 'po/ko.po'
1742--- po/ko.po 2011-02-17 15:46:53 +0000
1743+++ po/ko.po 2011-02-22 16:17:21 +0000
1744@@ -7,7 +7,7 @@
1745 msgstr ""
1746 "Project-Id-Version: l 10n\n"
1747 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
1748-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
1749+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
1750 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
1751 "Last-Translator: Canonical OEM\n"
1752 "Language-Team: Korean\n"
1753@@ -17,69 +17,58 @@
1754 "Content-Transfer-Encoding: 8bit\n"
1755 "Plural-Forms: nplurals=1; plural=0;\n"
1756
1757+msgid "All items in the Trash will be permanently deleted."
1758+msgstr ""
1759+
1760+msgid "Browse the Web"
1761+msgstr ""
1762+
1763+msgid "Check Email"
1764+msgstr ""
1765+
1766 msgid "Eject"
1767 msgstr ""
1768
1769-msgid "Email & Chat"
1770-msgstr ""
1771-
1772 msgid "Empty Trash"
1773 msgstr ""
1774
1775-msgid "Files & Folders"
1776-msgstr ""
1777-
1778-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
1779-#, c-format
1780-msgid "Files in trash: %d"
1781-msgstr ""
1782-
1783-msgid "Games"
1784-msgstr ""
1785-
1786-msgid "Get New Apps"
1787+msgid "Empty all items from Trash?"
1788+msgstr ""
1789+
1790+msgid "Find Files"
1791+msgstr ""
1792+
1793+msgid "Find Internet Apps"
1794+msgstr ""
1795+
1796+msgid "Find Media Apps"
1797+msgstr ""
1798+
1799+msgid "Find More Apps"
1800 msgstr ""
1801
1802 #, fuzzy
1803-msgid "Keep in Launcher"
1804+msgid "Keep In Launcher"
1805 msgstr "시작 관리자에 유지"
1806
1807-msgid "Music"
1808-msgstr ""
1809-
1810-msgid "Office"
1811+msgid "Listen to Music"
1812 msgstr ""
1813
1814 msgid "Open"
1815 msgstr ""
1816
1817-msgid "Photos & Videos"
1818-msgstr ""
1819-
1820 msgid "Quit"
1821 msgstr "끝내기"
1822
1823-#, fuzzy
1824-msgid "Remove from launcher"
1825-msgstr "시작 관리자에서 제거"
1826-
1827-msgid "Search"
1828-msgstr ""
1829-
1830-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
1831-#. * 'Search Applications'
1832-#.
1833-#, c-format
1834-msgid "Search %s"
1835-msgstr ""
1836-
1837-#, c-format
1838-msgid "See %u more results"
1839-msgstr ""
1840-
1841 msgid "Trash"
1842 msgstr ""
1843
1844-#. Load up the world
1845-msgid "Web"
1846-msgstr ""
1847+msgid "View Photos"
1848+msgstr ""
1849+
1850+msgid "Workspace Switcher"
1851+msgstr ""
1852+
1853+#, fuzzy
1854+#~ msgid "Remove from launcher"
1855+#~ msgstr "시작 관리자에서 제거"
1856
1857=== modified file 'po/nb.po'
1858--- po/nb.po 2011-02-17 15:46:53 +0000
1859+++ po/nb.po 2011-02-22 16:17:21 +0000
1860@@ -7,7 +7,7 @@
1861 msgstr ""
1862 "Project-Id-Version: l 10n\n"
1863 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
1864-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
1865+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
1866 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
1867 "Last-Translator: Canonical OEM\n"
1868 "Language-Team: Norwegian Bokmal\n"
1869@@ -17,69 +17,58 @@
1870 "Content-Transfer-Encoding: 8bit\n"
1871 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1872
1873+msgid "All items in the Trash will be permanently deleted."
1874+msgstr ""
1875+
1876+msgid "Browse the Web"
1877+msgstr ""
1878+
1879+msgid "Check Email"
1880+msgstr ""
1881+
1882 msgid "Eject"
1883 msgstr ""
1884
1885-msgid "Email & Chat"
1886-msgstr ""
1887-
1888 msgid "Empty Trash"
1889 msgstr ""
1890
1891-msgid "Files & Folders"
1892-msgstr ""
1893-
1894-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
1895-#, c-format
1896-msgid "Files in trash: %d"
1897-msgstr ""
1898-
1899-msgid "Games"
1900-msgstr ""
1901-
1902-msgid "Get New Apps"
1903+msgid "Empty all items from Trash?"
1904+msgstr ""
1905+
1906+msgid "Find Files"
1907+msgstr ""
1908+
1909+msgid "Find Internet Apps"
1910+msgstr ""
1911+
1912+msgid "Find Media Apps"
1913+msgstr ""
1914+
1915+msgid "Find More Apps"
1916 msgstr ""
1917
1918 #, fuzzy
1919-msgid "Keep in Launcher"
1920+msgid "Keep In Launcher"
1921 msgstr "Behold i oppstartsprogram"
1922
1923-msgid "Music"
1924-msgstr ""
1925-
1926-msgid "Office"
1927+msgid "Listen to Music"
1928 msgstr ""
1929
1930 msgid "Open"
1931 msgstr ""
1932
1933-msgid "Photos & Videos"
1934-msgstr ""
1935-
1936 msgid "Quit"
1937 msgstr "Avslutt"
1938
1939-#, fuzzy
1940-msgid "Remove from launcher"
1941-msgstr "Fjern fra oppstartsprogram"
1942-
1943-msgid "Search"
1944-msgstr ""
1945-
1946-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
1947-#. * 'Search Applications'
1948-#.
1949-#, c-format
1950-msgid "Search %s"
1951-msgstr ""
1952-
1953-#, c-format
1954-msgid "See %u more results"
1955-msgstr ""
1956-
1957 msgid "Trash"
1958 msgstr ""
1959
1960-#. Load up the world
1961-msgid "Web"
1962-msgstr ""
1963+msgid "View Photos"
1964+msgstr ""
1965+
1966+msgid "Workspace Switcher"
1967+msgstr ""
1968+
1969+#, fuzzy
1970+#~ msgid "Remove from launcher"
1971+#~ msgstr "Fjern fra oppstartsprogram"
1972
1973=== modified file 'po/nl.po'
1974--- po/nl.po 2011-02-17 15:46:53 +0000
1975+++ po/nl.po 2011-02-22 16:17:21 +0000
1976@@ -7,7 +7,7 @@
1977 msgstr ""
1978 "Project-Id-Version: l 10n\n"
1979 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
1980-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
1981+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
1982 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
1983 "Last-Translator: Canonical OEM\n"
1984 "Language-Team: Dutch\n"
1985@@ -17,69 +17,58 @@
1986 "Content-Transfer-Encoding: 8bit\n"
1987 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1988
1989+msgid "All items in the Trash will be permanently deleted."
1990+msgstr ""
1991+
1992+msgid "Browse the Web"
1993+msgstr ""
1994+
1995+msgid "Check Email"
1996+msgstr ""
1997+
1998 msgid "Eject"
1999 msgstr ""
2000
2001-msgid "Email & Chat"
2002-msgstr ""
2003-
2004 msgid "Empty Trash"
2005 msgstr ""
2006
2007-msgid "Files & Folders"
2008-msgstr ""
2009-
2010-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
2011-#, c-format
2012-msgid "Files in trash: %d"
2013-msgstr ""
2014-
2015-msgid "Games"
2016-msgstr ""
2017-
2018-msgid "Get New Apps"
2019+msgid "Empty all items from Trash?"
2020+msgstr ""
2021+
2022+msgid "Find Files"
2023+msgstr ""
2024+
2025+msgid "Find Internet Apps"
2026+msgstr ""
2027+
2028+msgid "Find Media Apps"
2029+msgstr ""
2030+
2031+msgid "Find More Apps"
2032 msgstr ""
2033
2034 #, fuzzy
2035-msgid "Keep in Launcher"
2036+msgid "Keep In Launcher"
2037 msgstr "Bewaren in starter"
2038
2039-msgid "Music"
2040-msgstr ""
2041-
2042-msgid "Office"
2043+msgid "Listen to Music"
2044 msgstr ""
2045
2046 msgid "Open"
2047 msgstr ""
2048
2049-msgid "Photos & Videos"
2050-msgstr ""
2051-
2052 msgid "Quit"
2053 msgstr "Afsluiten"
2054
2055-#, fuzzy
2056-msgid "Remove from launcher"
2057-msgstr "Verwijderen uit starter"
2058-
2059-msgid "Search"
2060-msgstr ""
2061-
2062-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
2063-#. * 'Search Applications'
2064-#.
2065-#, c-format
2066-msgid "Search %s"
2067-msgstr ""
2068-
2069-#, c-format
2070-msgid "See %u more results"
2071-msgstr ""
2072-
2073 msgid "Trash"
2074 msgstr ""
2075
2076-#. Load up the world
2077-msgid "Web"
2078-msgstr ""
2079+msgid "View Photos"
2080+msgstr ""
2081+
2082+msgid "Workspace Switcher"
2083+msgstr ""
2084+
2085+#, fuzzy
2086+#~ msgid "Remove from launcher"
2087+#~ msgstr "Verwijderen uit starter"
2088
2089=== modified file 'po/pl.po'
2090--- po/pl.po 2011-02-17 15:46:53 +0000
2091+++ po/pl.po 2011-02-22 16:17:21 +0000
2092@@ -7,7 +7,7 @@
2093 msgstr ""
2094 "Project-Id-Version: l 10n\n"
2095 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
2096-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
2097+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
2098 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
2099 "Last-Translator: Canonical OEM\n"
2100 "Language-Team: Polish\n"
2101@@ -18,69 +18,58 @@
2102 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
2103 "|| n%100>=20) ? 1 : 2);\n"
2104
2105+msgid "All items in the Trash will be permanently deleted."
2106+msgstr ""
2107+
2108+msgid "Browse the Web"
2109+msgstr ""
2110+
2111+msgid "Check Email"
2112+msgstr ""
2113+
2114 msgid "Eject"
2115 msgstr ""
2116
2117-msgid "Email & Chat"
2118-msgstr ""
2119-
2120 msgid "Empty Trash"
2121 msgstr ""
2122
2123-msgid "Files & Folders"
2124-msgstr ""
2125-
2126-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
2127-#, c-format
2128-msgid "Files in trash: %d"
2129-msgstr ""
2130-
2131-msgid "Games"
2132-msgstr ""
2133-
2134-msgid "Get New Apps"
2135+msgid "Empty all items from Trash?"
2136+msgstr ""
2137+
2138+msgid "Find Files"
2139+msgstr ""
2140+
2141+msgid "Find Internet Apps"
2142+msgstr ""
2143+
2144+msgid "Find Media Apps"
2145+msgstr ""
2146+
2147+msgid "Find More Apps"
2148 msgstr ""
2149
2150 #, fuzzy
2151-msgid "Keep in Launcher"
2152+msgid "Keep In Launcher"
2153 msgstr "Pozostaw w obszarze uruchamiania"
2154
2155-msgid "Music"
2156-msgstr ""
2157-
2158-msgid "Office"
2159+msgid "Listen to Music"
2160 msgstr ""
2161
2162 msgid "Open"
2163 msgstr ""
2164
2165-msgid "Photos & Videos"
2166-msgstr ""
2167-
2168 msgid "Quit"
2169 msgstr "Zamknij"
2170
2171-#, fuzzy
2172-msgid "Remove from launcher"
2173-msgstr "Usuń z obszaru uruchamiania"
2174-
2175-msgid "Search"
2176-msgstr ""
2177-
2178-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
2179-#. * 'Search Applications'
2180-#.
2181-#, c-format
2182-msgid "Search %s"
2183-msgstr ""
2184-
2185-#, c-format
2186-msgid "See %u more results"
2187-msgstr ""
2188-
2189 msgid "Trash"
2190 msgstr ""
2191
2192-#. Load up the world
2193-msgid "Web"
2194-msgstr ""
2195+msgid "View Photos"
2196+msgstr ""
2197+
2198+msgid "Workspace Switcher"
2199+msgstr ""
2200+
2201+#, fuzzy
2202+#~ msgid "Remove from launcher"
2203+#~ msgstr "Usuń z obszaru uruchamiania"
2204
2205=== modified file 'po/pt.po'
2206--- po/pt.po 2011-02-17 15:46:53 +0000
2207+++ po/pt.po 2011-02-22 16:17:21 +0000
2208@@ -7,7 +7,7 @@
2209 msgstr ""
2210 "Project-Id-Version: l 10n\n"
2211 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
2212-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
2213+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
2214 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
2215 "Last-Translator: Canonical OEM\n"
2216 "Language-Team: Portuguese\n"
2217@@ -17,69 +17,58 @@
2218 "Content-Transfer-Encoding: 8bit\n"
2219 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
2220
2221+msgid "All items in the Trash will be permanently deleted."
2222+msgstr ""
2223+
2224+msgid "Browse the Web"
2225+msgstr ""
2226+
2227+msgid "Check Email"
2228+msgstr ""
2229+
2230 msgid "Eject"
2231 msgstr ""
2232
2233-msgid "Email & Chat"
2234-msgstr ""
2235-
2236 msgid "Empty Trash"
2237 msgstr ""
2238
2239-msgid "Files & Folders"
2240-msgstr ""
2241-
2242-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
2243-#, c-format
2244-msgid "Files in trash: %d"
2245-msgstr ""
2246-
2247-msgid "Games"
2248-msgstr ""
2249-
2250-msgid "Get New Apps"
2251+msgid "Empty all items from Trash?"
2252+msgstr ""
2253+
2254+msgid "Find Files"
2255+msgstr ""
2256+
2257+msgid "Find Internet Apps"
2258+msgstr ""
2259+
2260+msgid "Find Media Apps"
2261+msgstr ""
2262+
2263+msgid "Find More Apps"
2264 msgstr ""
2265
2266 #, fuzzy
2267-msgid "Keep in Launcher"
2268+msgid "Keep In Launcher"
2269 msgstr "Manter no Launcher"
2270
2271-msgid "Music"
2272-msgstr ""
2273-
2274-msgid "Office"
2275+msgid "Listen to Music"
2276 msgstr ""
2277
2278 msgid "Open"
2279 msgstr ""
2280
2281-msgid "Photos & Videos"
2282-msgstr ""
2283-
2284 msgid "Quit"
2285 msgstr "Abandonar"
2286
2287-#, fuzzy
2288-msgid "Remove from launcher"
2289-msgstr "Remover do Launcher"
2290-
2291-msgid "Search"
2292-msgstr ""
2293-
2294-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
2295-#. * 'Search Applications'
2296-#.
2297-#, c-format
2298-msgid "Search %s"
2299-msgstr ""
2300-
2301-#, c-format
2302-msgid "See %u more results"
2303-msgstr ""
2304-
2305 msgid "Trash"
2306 msgstr ""
2307
2308-#. Load up the world
2309-msgid "Web"
2310-msgstr ""
2311+msgid "View Photos"
2312+msgstr ""
2313+
2314+msgid "Workspace Switcher"
2315+msgstr ""
2316+
2317+#, fuzzy
2318+#~ msgid "Remove from launcher"
2319+#~ msgstr "Remover do Launcher"
2320
2321=== modified file 'po/pt_BR.po'
2322--- po/pt_BR.po 2011-02-17 15:46:53 +0000
2323+++ po/pt_BR.po 2011-02-22 16:17:21 +0000
2324@@ -7,7 +7,7 @@
2325 msgstr ""
2326 "Project-Id-Version: l 10n\n"
2327 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
2328-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
2329+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
2330 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
2331 "Last-Translator: Canonical OEM\n"
2332 "Language-Team: Brazilian Portuguese\n"
2333@@ -17,69 +17,58 @@
2334 "Content-Transfer-Encoding: 8bit\n"
2335 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
2336
2337+msgid "All items in the Trash will be permanently deleted."
2338+msgstr ""
2339+
2340+msgid "Browse the Web"
2341+msgstr ""
2342+
2343+msgid "Check Email"
2344+msgstr ""
2345+
2346 msgid "Eject"
2347 msgstr ""
2348
2349-msgid "Email & Chat"
2350-msgstr ""
2351-
2352 msgid "Empty Trash"
2353 msgstr ""
2354
2355-msgid "Files & Folders"
2356-msgstr ""
2357-
2358-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
2359-#, c-format
2360-msgid "Files in trash: %d"
2361-msgstr ""
2362-
2363-msgid "Games"
2364-msgstr ""
2365-
2366-msgid "Get New Apps"
2367+msgid "Empty all items from Trash?"
2368+msgstr ""
2369+
2370+msgid "Find Files"
2371+msgstr ""
2372+
2373+msgid "Find Internet Apps"
2374+msgstr ""
2375+
2376+msgid "Find Media Apps"
2377+msgstr ""
2378+
2379+msgid "Find More Apps"
2380 msgstr ""
2381
2382 #, fuzzy
2383-msgid "Keep in Launcher"
2384+msgid "Keep In Launcher"
2385 msgstr "Manter no Inicializador"
2386
2387-msgid "Music"
2388-msgstr ""
2389-
2390-msgid "Office"
2391+msgid "Listen to Music"
2392 msgstr ""
2393
2394 msgid "Open"
2395 msgstr ""
2396
2397-msgid "Photos & Videos"
2398-msgstr ""
2399-
2400 msgid "Quit"
2401 msgstr "Sair"
2402
2403-#, fuzzy
2404-msgid "Remove from launcher"
2405-msgstr "Remover do Inicializador"
2406-
2407-msgid "Search"
2408-msgstr ""
2409-
2410-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
2411-#. * 'Search Applications'
2412-#.
2413-#, c-format
2414-msgid "Search %s"
2415-msgstr ""
2416-
2417-#, c-format
2418-msgid "See %u more results"
2419-msgstr ""
2420-
2421 msgid "Trash"
2422 msgstr ""
2423
2424-#. Load up the world
2425-msgid "Web"
2426-msgstr ""
2427+msgid "View Photos"
2428+msgstr ""
2429+
2430+msgid "Workspace Switcher"
2431+msgstr ""
2432+
2433+#, fuzzy
2434+#~ msgid "Remove from launcher"
2435+#~ msgstr "Remover do Inicializador"
2436
2437=== modified file 'po/ro.po'
2438--- po/ro.po 2011-02-17 15:46:53 +0000
2439+++ po/ro.po 2011-02-22 16:17:21 +0000
2440@@ -7,7 +7,7 @@
2441 msgstr ""
2442 "Project-Id-Version: l 10n\n"
2443 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
2444-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
2445+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
2446 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
2447 "Last-Translator: Canonical OEM\n"
2448 "Language-Team: Romanian\n"
2449@@ -18,69 +18,58 @@
2450 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
2451 "20)) ? 1 : 2;\n"
2452
2453+msgid "All items in the Trash will be permanently deleted."
2454+msgstr ""
2455+
2456+msgid "Browse the Web"
2457+msgstr ""
2458+
2459+msgid "Check Email"
2460+msgstr ""
2461+
2462 msgid "Eject"
2463 msgstr ""
2464
2465-msgid "Email & Chat"
2466-msgstr ""
2467-
2468 msgid "Empty Trash"
2469 msgstr ""
2470
2471-msgid "Files & Folders"
2472-msgstr ""
2473-
2474-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
2475-#, c-format
2476-msgid "Files in trash: %d"
2477-msgstr ""
2478-
2479-msgid "Games"
2480-msgstr ""
2481-
2482-msgid "Get New Apps"
2483+msgid "Empty all items from Trash?"
2484+msgstr ""
2485+
2486+msgid "Find Files"
2487+msgstr ""
2488+
2489+msgid "Find Internet Apps"
2490+msgstr ""
2491+
2492+msgid "Find Media Apps"
2493+msgstr ""
2494+
2495+msgid "Find More Apps"
2496 msgstr ""
2497
2498 #, fuzzy
2499-msgid "Keep in Launcher"
2500+msgid "Keep In Launcher"
2501 msgstr "Păstrează în programul de lansare"
2502
2503-msgid "Music"
2504-msgstr ""
2505-
2506-msgid "Office"
2507+msgid "Listen to Music"
2508 msgstr ""
2509
2510 msgid "Open"
2511 msgstr ""
2512
2513-msgid "Photos & Videos"
2514-msgstr ""
2515-
2516 msgid "Quit"
2517 msgstr "Ieşire"
2518
2519-#, fuzzy
2520-msgid "Remove from launcher"
2521-msgstr "Îndepărtează din programul de lansare"
2522-
2523-msgid "Search"
2524-msgstr ""
2525-
2526-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
2527-#. * 'Search Applications'
2528-#.
2529-#, c-format
2530-msgid "Search %s"
2531-msgstr ""
2532-
2533-#, c-format
2534-msgid "See %u more results"
2535-msgstr ""
2536-
2537 msgid "Trash"
2538 msgstr ""
2539
2540-#. Load up the world
2541-msgid "Web"
2542-msgstr ""
2543+msgid "View Photos"
2544+msgstr ""
2545+
2546+msgid "Workspace Switcher"
2547+msgstr ""
2548+
2549+#, fuzzy
2550+#~ msgid "Remove from launcher"
2551+#~ msgstr "Îndepărtează din programul de lansare"
2552
2553=== modified file 'po/ru.po'
2554--- po/ru.po 2011-02-17 15:46:53 +0000
2555+++ po/ru.po 2011-02-22 16:17:21 +0000
2556@@ -7,7 +7,7 @@
2557 msgstr ""
2558 "Project-Id-Version: l 10n\n"
2559 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
2560-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
2561+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
2562 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
2563 "Last-Translator: Canonical OEM\n"
2564 "Language-Team: Russian\n"
2565@@ -18,69 +18,58 @@
2566 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
2567 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2568
2569+msgid "All items in the Trash will be permanently deleted."
2570+msgstr ""
2571+
2572+msgid "Browse the Web"
2573+msgstr ""
2574+
2575+msgid "Check Email"
2576+msgstr ""
2577+
2578 msgid "Eject"
2579 msgstr ""
2580
2581-msgid "Email & Chat"
2582-msgstr ""
2583-
2584 msgid "Empty Trash"
2585 msgstr ""
2586
2587-msgid "Files & Folders"
2588-msgstr ""
2589-
2590-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
2591-#, c-format
2592-msgid "Files in trash: %d"
2593-msgstr ""
2594-
2595-msgid "Games"
2596-msgstr ""
2597-
2598-msgid "Get New Apps"
2599+msgid "Empty all items from Trash?"
2600+msgstr ""
2601+
2602+msgid "Find Files"
2603+msgstr ""
2604+
2605+msgid "Find Internet Apps"
2606+msgstr ""
2607+
2608+msgid "Find Media Apps"
2609+msgstr ""
2610+
2611+msgid "Find More Apps"
2612 msgstr ""
2613
2614 #, fuzzy
2615-msgid "Keep in Launcher"
2616+msgid "Keep In Launcher"
2617 msgstr "Оставить в модуле запуска"
2618
2619-msgid "Music"
2620-msgstr ""
2621-
2622-msgid "Office"
2623+msgid "Listen to Music"
2624 msgstr ""
2625
2626 msgid "Open"
2627 msgstr ""
2628
2629-msgid "Photos & Videos"
2630-msgstr ""
2631-
2632 msgid "Quit"
2633 msgstr "Выход"
2634
2635-#, fuzzy
2636-msgid "Remove from launcher"
2637-msgstr "Удалить из модуля запуска"
2638-
2639-msgid "Search"
2640-msgstr ""
2641-
2642-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
2643-#. * 'Search Applications'
2644-#.
2645-#, c-format
2646-msgid "Search %s"
2647-msgstr ""
2648-
2649-#, c-format
2650-msgid "See %u more results"
2651-msgstr ""
2652-
2653 msgid "Trash"
2654 msgstr ""
2655
2656-#. Load up the world
2657-msgid "Web"
2658-msgstr ""
2659+msgid "View Photos"
2660+msgstr ""
2661+
2662+msgid "Workspace Switcher"
2663+msgstr ""
2664+
2665+#, fuzzy
2666+#~ msgid "Remove from launcher"
2667+#~ msgstr "Удалить из модуля запуска"
2668
2669=== modified file 'po/sk.po'
2670--- po/sk.po 2011-02-17 15:46:53 +0000
2671+++ po/sk.po 2011-02-22 16:17:21 +0000
2672@@ -7,7 +7,7 @@
2673 msgstr ""
2674 "Project-Id-Version: l 10n\n"
2675 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
2676-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
2677+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
2678 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
2679 "Last-Translator: Canonical OEM\n"
2680 "Language-Team: Slovak\n"
2681@@ -17,69 +17,58 @@
2682 "Content-Transfer-Encoding: 8bit\n"
2683 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
2684
2685+msgid "All items in the Trash will be permanently deleted."
2686+msgstr ""
2687+
2688+msgid "Browse the Web"
2689+msgstr ""
2690+
2691+msgid "Check Email"
2692+msgstr ""
2693+
2694 msgid "Eject"
2695 msgstr ""
2696
2697-msgid "Email & Chat"
2698-msgstr ""
2699-
2700 msgid "Empty Trash"
2701 msgstr ""
2702
2703-msgid "Files & Folders"
2704-msgstr ""
2705-
2706-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
2707-#, c-format
2708-msgid "Files in trash: %d"
2709-msgstr ""
2710-
2711-msgid "Games"
2712-msgstr ""
2713-
2714-msgid "Get New Apps"
2715+msgid "Empty all items from Trash?"
2716+msgstr ""
2717+
2718+msgid "Find Files"
2719+msgstr ""
2720+
2721+msgid "Find Internet Apps"
2722+msgstr ""
2723+
2724+msgid "Find Media Apps"
2725+msgstr ""
2726+
2727+msgid "Find More Apps"
2728 msgstr ""
2729
2730 #, fuzzy
2731-msgid "Keep in Launcher"
2732+msgid "Keep In Launcher"
2733 msgstr "Ponechať v aplikácii Launcher"
2734
2735-msgid "Music"
2736-msgstr ""
2737-
2738-msgid "Office"
2739+msgid "Listen to Music"
2740 msgstr ""
2741
2742 msgid "Open"
2743 msgstr ""
2744
2745-msgid "Photos & Videos"
2746-msgstr ""
2747-
2748 msgid "Quit"
2749 msgstr "Ukončiť"
2750
2751-#, fuzzy
2752-msgid "Remove from launcher"
2753-msgstr "Odstrániť z aplikácie Launcher"
2754-
2755-msgid "Search"
2756-msgstr ""
2757-
2758-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
2759-#. * 'Search Applications'
2760-#.
2761-#, c-format
2762-msgid "Search %s"
2763-msgstr ""
2764-
2765-#, c-format
2766-msgid "See %u more results"
2767-msgstr ""
2768-
2769 msgid "Trash"
2770 msgstr ""
2771
2772-#. Load up the world
2773-msgid "Web"
2774-msgstr ""
2775+msgid "View Photos"
2776+msgstr ""
2777+
2778+msgid "Workspace Switcher"
2779+msgstr ""
2780+
2781+#, fuzzy
2782+#~ msgid "Remove from launcher"
2783+#~ msgstr "Odstrániť z aplikácie Launcher"
2784
2785=== modified file 'po/sl.po'
2786--- po/sl.po 2011-02-17 15:46:53 +0000
2787+++ po/sl.po 2011-02-22 16:17:21 +0000
2788@@ -7,7 +7,7 @@
2789 msgstr ""
2790 "Project-Id-Version: l 10n\n"
2791 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
2792-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
2793+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
2794 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
2795 "Last-Translator: Canonical OEM\n"
2796 "Language-Team: Slovenian\n"
2797@@ -18,69 +18,58 @@
2798 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
2799 "%100==4 ? 2 : 3);\n"
2800
2801+msgid "All items in the Trash will be permanently deleted."
2802+msgstr ""
2803+
2804+msgid "Browse the Web"
2805+msgstr ""
2806+
2807+msgid "Check Email"
2808+msgstr ""
2809+
2810 msgid "Eject"
2811 msgstr ""
2812
2813-msgid "Email & Chat"
2814-msgstr ""
2815-
2816 msgid "Empty Trash"
2817 msgstr ""
2818
2819-msgid "Files & Folders"
2820-msgstr ""
2821-
2822-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
2823-#, c-format
2824-msgid "Files in trash: %d"
2825-msgstr ""
2826-
2827-msgid "Games"
2828-msgstr ""
2829-
2830-msgid "Get New Apps"
2831+msgid "Empty all items from Trash?"
2832+msgstr ""
2833+
2834+msgid "Find Files"
2835+msgstr ""
2836+
2837+msgid "Find Internet Apps"
2838+msgstr ""
2839+
2840+msgid "Find Media Apps"
2841+msgstr ""
2842+
2843+msgid "Find More Apps"
2844 msgstr ""
2845
2846 #, fuzzy
2847-msgid "Keep in Launcher"
2848+msgid "Keep In Launcher"
2849 msgstr "Obdrži v zaganjalniku"
2850
2851-msgid "Music"
2852-msgstr ""
2853-
2854-msgid "Office"
2855+msgid "Listen to Music"
2856 msgstr ""
2857
2858 msgid "Open"
2859 msgstr ""
2860
2861-msgid "Photos & Videos"
2862-msgstr ""
2863-
2864 msgid "Quit"
2865 msgstr "Končaj"
2866
2867-#, fuzzy
2868-msgid "Remove from launcher"
2869-msgstr "Odstrani iz zaganjalnika"
2870-
2871-msgid "Search"
2872-msgstr ""
2873-
2874-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
2875-#. * 'Search Applications'
2876-#.
2877-#, c-format
2878-msgid "Search %s"
2879-msgstr ""
2880-
2881-#, c-format
2882-msgid "See %u more results"
2883-msgstr ""
2884-
2885 msgid "Trash"
2886 msgstr ""
2887
2888-#. Load up the world
2889-msgid "Web"
2890-msgstr ""
2891+msgid "View Photos"
2892+msgstr ""
2893+
2894+msgid "Workspace Switcher"
2895+msgstr ""
2896+
2897+#, fuzzy
2898+#~ msgid "Remove from launcher"
2899+#~ msgstr "Odstrani iz zaganjalnika"
2900
2901=== modified file 'po/sr.po'
2902--- po/sr.po 2011-02-17 15:46:53 +0000
2903+++ po/sr.po 2011-02-22 16:17:21 +0000
2904@@ -7,7 +7,7 @@
2905 msgstr ""
2906 "Project-Id-Version: l 10n\n"
2907 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
2908-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
2909+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
2910 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
2911 "Last-Translator: Canonical OEM\n"
2912 "Language-Team: Serbian\n"
2913@@ -18,69 +18,58 @@
2914 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
2915 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2916
2917+msgid "All items in the Trash will be permanently deleted."
2918+msgstr ""
2919+
2920+msgid "Browse the Web"
2921+msgstr ""
2922+
2923+msgid "Check Email"
2924+msgstr ""
2925+
2926 msgid "Eject"
2927 msgstr ""
2928
2929-msgid "Email & Chat"
2930-msgstr ""
2931-
2932 msgid "Empty Trash"
2933 msgstr ""
2934
2935-msgid "Files & Folders"
2936-msgstr ""
2937-
2938-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
2939-#, c-format
2940-msgid "Files in trash: %d"
2941-msgstr ""
2942-
2943-msgid "Games"
2944-msgstr ""
2945-
2946-msgid "Get New Apps"
2947+msgid "Empty all items from Trash?"
2948+msgstr ""
2949+
2950+msgid "Find Files"
2951+msgstr ""
2952+
2953+msgid "Find Internet Apps"
2954+msgstr ""
2955+
2956+msgid "Find Media Apps"
2957+msgstr ""
2958+
2959+msgid "Find More Apps"
2960 msgstr ""
2961
2962 #, fuzzy
2963-msgid "Keep in Launcher"
2964+msgid "Keep In Launcher"
2965 msgstr "Zadrži u pokretaču"
2966
2967-msgid "Music"
2968-msgstr ""
2969-
2970-msgid "Office"
2971+msgid "Listen to Music"
2972 msgstr ""
2973
2974 msgid "Open"
2975 msgstr ""
2976
2977-msgid "Photos & Videos"
2978-msgstr ""
2979-
2980 msgid "Quit"
2981 msgstr "Napusti"
2982
2983-#, fuzzy
2984-msgid "Remove from launcher"
2985-msgstr "Ukloni iz pokretača"
2986-
2987-msgid "Search"
2988-msgstr ""
2989-
2990-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
2991-#. * 'Search Applications'
2992-#.
2993-#, c-format
2994-msgid "Search %s"
2995-msgstr ""
2996-
2997-#, c-format
2998-msgid "See %u more results"
2999-msgstr ""
3000-
3001 msgid "Trash"
3002 msgstr ""
3003
3004-#. Load up the world
3005-msgid "Web"
3006-msgstr ""
3007+msgid "View Photos"
3008+msgstr ""
3009+
3010+msgid "Workspace Switcher"
3011+msgstr ""
3012+
3013+#, fuzzy
3014+#~ msgid "Remove from launcher"
3015+#~ msgstr "Ukloni iz pokretača"
3016
3017=== modified file 'po/sv.po'
3018--- po/sv.po 2011-02-17 15:46:53 +0000
3019+++ po/sv.po 2011-02-22 16:17:21 +0000
3020@@ -7,7 +7,7 @@
3021 msgstr ""
3022 "Project-Id-Version: l 10n\n"
3023 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
3024-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
3025+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
3026 "PO-Revision-Date: 2010-03-02 12:36-0500\n"
3027 "Last-Translator: Canonical OEM\n"
3028 "Language-Team: Swedish\n"
3029@@ -17,69 +17,58 @@
3030 "Content-Transfer-Encoding: 8bit\n"
3031 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
3032
3033+msgid "All items in the Trash will be permanently deleted."
3034+msgstr ""
3035+
3036+msgid "Browse the Web"
3037+msgstr ""
3038+
3039+msgid "Check Email"
3040+msgstr ""
3041+
3042 msgid "Eject"
3043 msgstr ""
3044
3045-msgid "Email & Chat"
3046-msgstr ""
3047-
3048 msgid "Empty Trash"
3049 msgstr ""
3050
3051-msgid "Files & Folders"
3052-msgstr ""
3053-
3054-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
3055-#, c-format
3056-msgid "Files in trash: %d"
3057-msgstr ""
3058-
3059-msgid "Games"
3060-msgstr ""
3061-
3062-msgid "Get New Apps"
3063+msgid "Empty all items from Trash?"
3064+msgstr ""
3065+
3066+msgid "Find Files"
3067+msgstr ""
3068+
3069+msgid "Find Internet Apps"
3070+msgstr ""
3071+
3072+msgid "Find Media Apps"
3073+msgstr ""
3074+
3075+msgid "Find More Apps"
3076 msgstr ""
3077
3078 #, fuzzy
3079-msgid "Keep in Launcher"
3080+msgid "Keep In Launcher"
3081 msgstr "Behåll i startprogram"
3082
3083-msgid "Music"
3084-msgstr ""
3085-
3086-msgid "Office"
3087+msgid "Listen to Music"
3088 msgstr ""
3089
3090 msgid "Open"
3091 msgstr ""
3092
3093-msgid "Photos & Videos"
3094-msgstr ""
3095-
3096 msgid "Quit"
3097 msgstr "Avsluta"
3098
3099-#, fuzzy
3100-msgid "Remove from launcher"
3101-msgstr "Ta bort från startprogram"
3102-
3103-msgid "Search"
3104-msgstr ""
3105-
3106-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
3107-#. * 'Search Applications'
3108-#.
3109-#, c-format
3110-msgid "Search %s"
3111-msgstr ""
3112-
3113-#, c-format
3114-msgid "See %u more results"
3115-msgstr ""
3116-
3117 msgid "Trash"
3118 msgstr ""
3119
3120-#. Load up the world
3121-msgid "Web"
3122-msgstr ""
3123+msgid "View Photos"
3124+msgstr ""
3125+
3126+msgid "Workspace Switcher"
3127+msgstr ""
3128+
3129+#, fuzzy
3130+#~ msgid "Remove from launcher"
3131+#~ msgstr "Ta bort från startprogram"
3132
3133=== modified file 'po/th.po'
3134--- po/th.po 2011-02-17 15:46:53 +0000
3135+++ po/th.po 2011-02-22 16:17:21 +0000
3136@@ -7,7 +7,7 @@
3137 msgstr ""
3138 "Project-Id-Version: l 10n\n"
3139 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
3140-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
3141+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
3142 "PO-Revision-Date: 2010-03-02 12:37-0500\n"
3143 "Last-Translator: Canonical OEM\n"
3144 "Language-Team: Thai\n"
3145@@ -16,69 +16,58 @@
3146 "Content-Type: text/plain; charset=UTF-8\n"
3147 "Content-Transfer-Encoding: 8bit\n"
3148
3149+msgid "All items in the Trash will be permanently deleted."
3150+msgstr ""
3151+
3152+msgid "Browse the Web"
3153+msgstr ""
3154+
3155+msgid "Check Email"
3156+msgstr ""
3157+
3158 msgid "Eject"
3159 msgstr ""
3160
3161-msgid "Email & Chat"
3162-msgstr ""
3163-
3164 msgid "Empty Trash"
3165 msgstr ""
3166
3167-msgid "Files & Folders"
3168-msgstr ""
3169-
3170-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
3171-#, c-format
3172-msgid "Files in trash: %d"
3173-msgstr ""
3174-
3175-msgid "Games"
3176-msgstr ""
3177-
3178-msgid "Get New Apps"
3179+msgid "Empty all items from Trash?"
3180+msgstr ""
3181+
3182+msgid "Find Files"
3183+msgstr ""
3184+
3185+msgid "Find Internet Apps"
3186+msgstr ""
3187+
3188+msgid "Find Media Apps"
3189+msgstr ""
3190+
3191+msgid "Find More Apps"
3192 msgstr ""
3193
3194 #, fuzzy
3195-msgid "Keep in Launcher"
3196+msgid "Keep In Launcher"
3197 msgstr "อยู่ในโปรแกรมเรียกทำงาน"
3198
3199-msgid "Music"
3200-msgstr ""
3201-
3202-msgid "Office"
3203+msgid "Listen to Music"
3204 msgstr ""
3205
3206 msgid "Open"
3207 msgstr ""
3208
3209-msgid "Photos & Videos"
3210-msgstr ""
3211-
3212 msgid "Quit"
3213 msgstr "จบการทำงาน"
3214
3215-#, fuzzy
3216-msgid "Remove from launcher"
3217-msgstr "ออกจากโปรแกรมเรียกทำงาน"
3218-
3219-msgid "Search"
3220-msgstr ""
3221-
3222-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
3223-#. * 'Search Applications'
3224-#.
3225-#, c-format
3226-msgid "Search %s"
3227-msgstr ""
3228-
3229-#, c-format
3230-msgid "See %u more results"
3231-msgstr ""
3232-
3233 msgid "Trash"
3234 msgstr ""
3235
3236-#. Load up the world
3237-msgid "Web"
3238-msgstr ""
3239+msgid "View Photos"
3240+msgstr ""
3241+
3242+msgid "Workspace Switcher"
3243+msgstr ""
3244+
3245+#, fuzzy
3246+#~ msgid "Remove from launcher"
3247+#~ msgstr "ออกจากโปรแกรมเรียกทำงาน"
3248
3249=== modified file 'po/tr.po'
3250--- po/tr.po 2011-02-17 15:46:53 +0000
3251+++ po/tr.po 2011-02-22 16:17:21 +0000
3252@@ -7,7 +7,7 @@
3253 msgstr ""
3254 "Project-Id-Version: l 10n\n"
3255 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
3256-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
3257+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
3258 "PO-Revision-Date: 2010-03-02 12:37-0500\n"
3259 "Last-Translator: Canonical OEM\n"
3260 "Language-Team: Turkish\n"
3261@@ -17,69 +17,58 @@
3262 "Content-Transfer-Encoding: 8bit\n"
3263 "Plural-Forms: nplurals=1; plural=0;\n"
3264
3265+msgid "All items in the Trash will be permanently deleted."
3266+msgstr ""
3267+
3268+msgid "Browse the Web"
3269+msgstr ""
3270+
3271+msgid "Check Email"
3272+msgstr ""
3273+
3274 msgid "Eject"
3275 msgstr ""
3276
3277-msgid "Email & Chat"
3278-msgstr ""
3279-
3280 msgid "Empty Trash"
3281 msgstr ""
3282
3283-msgid "Files & Folders"
3284-msgstr ""
3285-
3286-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
3287-#, c-format
3288-msgid "Files in trash: %d"
3289-msgstr ""
3290-
3291-msgid "Games"
3292-msgstr ""
3293-
3294-msgid "Get New Apps"
3295+msgid "Empty all items from Trash?"
3296+msgstr ""
3297+
3298+msgid "Find Files"
3299+msgstr ""
3300+
3301+msgid "Find Internet Apps"
3302+msgstr ""
3303+
3304+msgid "Find Media Apps"
3305+msgstr ""
3306+
3307+msgid "Find More Apps"
3308 msgstr ""
3309
3310 #, fuzzy
3311-msgid "Keep in Launcher"
3312+msgid "Keep In Launcher"
3313 msgstr "Başlatıcıda Tut"
3314
3315-msgid "Music"
3316-msgstr ""
3317-
3318-msgid "Office"
3319+msgid "Listen to Music"
3320 msgstr ""
3321
3322 msgid "Open"
3323 msgstr ""
3324
3325-msgid "Photos & Videos"
3326-msgstr ""
3327-
3328 msgid "Quit"
3329 msgstr "Çık"
3330
3331-#, fuzzy
3332-msgid "Remove from launcher"
3333-msgstr "Başlatıcıdan Kaldır"
3334-
3335-msgid "Search"
3336-msgstr ""
3337-
3338-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
3339-#. * 'Search Applications'
3340-#.
3341-#, c-format
3342-msgid "Search %s"
3343-msgstr ""
3344-
3345-#, c-format
3346-msgid "See %u more results"
3347-msgstr ""
3348-
3349 msgid "Trash"
3350 msgstr ""
3351
3352-#. Load up the world
3353-msgid "Web"
3354-msgstr ""
3355+msgid "View Photos"
3356+msgstr ""
3357+
3358+msgid "Workspace Switcher"
3359+msgstr ""
3360+
3361+#, fuzzy
3362+#~ msgid "Remove from launcher"
3363+#~ msgstr "Başlatıcıdan Kaldır"
3364
3365=== modified file 'po/unity.pot'
3366--- po/unity.pot 2011-02-17 15:46:53 +0000
3367+++ po/unity.pot 2011-02-22 16:17:21 +0000
3368@@ -8,7 +8,7 @@
3369 msgstr ""
3370 "Project-Id-Version: PACKAGE VERSION\n"
3371 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
3372-"POT-Creation-Date: 2011-01-25 00:10-0500\n"
3373+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
3374 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
3375 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
3376 "Language-Team: LANGUAGE <LL@li.org>\n"
3377@@ -17,67 +17,53 @@
3378 "Content-Type: text/plain; charset=CHARSET\n"
3379 "Content-Transfer-Encoding: 8bit\n"
3380
3381-msgid "Keep in Launcher"
3382-msgstr ""
3383-
3384-msgid "Remove from launcher"
3385+msgid "Keep In Launcher"
3386 msgstr ""
3387
3388 msgid "Quit"
3389 msgstr ""
3390
3391-#, c-format
3392-msgid "See %u more results"
3393-msgstr ""
3394-
3395-#. Load up the world
3396-msgid "Web"
3397-msgstr ""
3398-
3399-msgid "Music"
3400-msgstr ""
3401-
3402-msgid "Photos & Videos"
3403-msgstr ""
3404-
3405-msgid "Games"
3406-msgstr ""
3407-
3408-msgid "Email & Chat"
3409-msgstr ""
3410-
3411-msgid "Office"
3412-msgstr ""
3413-
3414-msgid "Files & Folders"
3415-msgstr ""
3416-
3417-msgid "Get New Apps"
3418-msgstr ""
3419-
3420-msgid "Search"
3421-msgstr ""
3422-
3423-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
3424-#. * 'Search Applications'
3425-#.
3426-#, c-format
3427-msgid "Search %s"
3428+msgid "Open"
3429+msgstr ""
3430+
3431+msgid "Eject"
3432+msgstr ""
3433+
3434+msgid "Workspace Switcher"
3435+msgstr ""
3436+
3437+msgid "Find Media Apps"
3438+msgstr ""
3439+
3440+msgid "Find Internet Apps"
3441+msgstr ""
3442+
3443+msgid "Find More Apps"
3444+msgstr ""
3445+
3446+msgid "Find Files"
3447+msgstr ""
3448+
3449+msgid "Browse the Web"
3450+msgstr ""
3451+
3452+msgid "View Photos"
3453+msgstr ""
3454+
3455+msgid "Check Email"
3456+msgstr ""
3457+
3458+msgid "Listen to Music"
3459 msgstr ""
3460
3461 msgid "Trash"
3462 msgstr ""
3463
3464-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
3465-#, c-format
3466-msgid "Files in trash: %d"
3467-msgstr ""
3468-
3469-msgid "Open"
3470-msgstr ""
3471-
3472 msgid "Empty Trash"
3473 msgstr ""
3474
3475-msgid "Eject"
3476+msgid "Empty all items from Trash?"
3477+msgstr ""
3478+
3479+msgid "All items in the Trash will be permanently deleted."
3480 msgstr ""
3481
3482=== modified file 'po/zh_CN.po'
3483--- po/zh_CN.po 2011-02-17 15:46:53 +0000
3484+++ po/zh_CN.po 2011-02-22 16:17:21 +0000
3485@@ -7,7 +7,7 @@
3486 msgstr ""
3487 "Project-Id-Version: l 10n\n"
3488 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
3489-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
3490+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
3491 "PO-Revision-Date: 2010-03-02 12:37-0500\n"
3492 "Last-Translator: Canonical OEM\n"
3493 "Language-Team: Chinese (simplified)\n"
3494@@ -16,69 +16,58 @@
3495 "Content-Type: text/plain; charset=UTF-8\n"
3496 "Content-Transfer-Encoding: 8bit\n"
3497
3498+msgid "All items in the Trash will be permanently deleted."
3499+msgstr ""
3500+
3501+msgid "Browse the Web"
3502+msgstr ""
3503+
3504+msgid "Check Email"
3505+msgstr ""
3506+
3507 msgid "Eject"
3508 msgstr ""
3509
3510-msgid "Email & Chat"
3511-msgstr ""
3512-
3513 msgid "Empty Trash"
3514 msgstr ""
3515
3516-msgid "Files & Folders"
3517-msgstr ""
3518-
3519-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
3520-#, c-format
3521-msgid "Files in trash: %d"
3522-msgstr ""
3523-
3524-msgid "Games"
3525-msgstr ""
3526-
3527-msgid "Get New Apps"
3528+msgid "Empty all items from Trash?"
3529+msgstr ""
3530+
3531+msgid "Find Files"
3532+msgstr ""
3533+
3534+msgid "Find Internet Apps"
3535+msgstr ""
3536+
3537+msgid "Find Media Apps"
3538+msgstr ""
3539+
3540+msgid "Find More Apps"
3541 msgstr ""
3542
3543 #, fuzzy
3544-msgid "Keep in Launcher"
3545+msgid "Keep In Launcher"
3546 msgstr "保留在启动程序中"
3547
3548-msgid "Music"
3549-msgstr ""
3550-
3551-msgid "Office"
3552+msgid "Listen to Music"
3553 msgstr ""
3554
3555 msgid "Open"
3556 msgstr ""
3557
3558-msgid "Photos & Videos"
3559-msgstr ""
3560-
3561 msgid "Quit"
3562 msgstr "退出"
3563
3564-#, fuzzy
3565-msgid "Remove from launcher"
3566-msgstr "从启动程序中删除"
3567-
3568-msgid "Search"
3569-msgstr ""
3570-
3571-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
3572-#. * 'Search Applications'
3573-#.
3574-#, c-format
3575-msgid "Search %s"
3576-msgstr ""
3577-
3578-#, c-format
3579-msgid "See %u more results"
3580-msgstr ""
3581-
3582 msgid "Trash"
3583 msgstr ""
3584
3585-#. Load up the world
3586-msgid "Web"
3587-msgstr ""
3588+msgid "View Photos"
3589+msgstr ""
3590+
3591+msgid "Workspace Switcher"
3592+msgstr ""
3593+
3594+#, fuzzy
3595+#~ msgid "Remove from launcher"
3596+#~ msgstr "从启动程序中删除"
3597
3598=== modified file 'po/zh_TW.po'
3599--- po/zh_TW.po 2011-02-17 15:46:53 +0000
3600+++ po/zh_TW.po 2011-02-22 16:17:21 +0000
3601@@ -7,7 +7,7 @@
3602 msgstr ""
3603 "Project-Id-Version: l 10n\n"
3604 "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n"
3605-"POT-Creation-Date: 2010-11-02 23:58+0000\n"
3606+"POT-Creation-Date: 2011-02-21 19:06+0100\n"
3607 "PO-Revision-Date: 2010-03-02 12:37-0500\n"
3608 "Last-Translator: Canonical OEM\n"
3609 "Language-Team: Chinese (traditional)\n"
3610@@ -16,69 +16,58 @@
3611 "Content-Type: text/plain; charset=UTF-8\n"
3612 "Content-Transfer-Encoding: 8bit\n"
3613
3614+msgid "All items in the Trash will be permanently deleted."
3615+msgstr ""
3616+
3617+msgid "Browse the Web"
3618+msgstr ""
3619+
3620+msgid "Check Email"
3621+msgstr ""
3622+
3623 msgid "Eject"
3624 msgstr ""
3625
3626-msgid "Email & Chat"
3627-msgstr ""
3628-
3629 msgid "Empty Trash"
3630 msgstr ""
3631
3632-msgid "Files & Folders"
3633-msgstr ""
3634-
3635-#. i18n: Sorry for the inelegant formulation, but ngettext() doesn't want to play for some reason
3636-#, c-format
3637-msgid "Files in trash: %d"
3638-msgstr ""
3639-
3640-msgid "Games"
3641-msgstr ""
3642-
3643-msgid "Get New Apps"
3644+msgid "Empty all items from Trash?"
3645+msgstr ""
3646+
3647+msgid "Find Files"
3648+msgstr ""
3649+
3650+msgid "Find Internet Apps"
3651+msgstr ""
3652+
3653+msgid "Find Media Apps"
3654+msgstr ""
3655+
3656+msgid "Find More Apps"
3657 msgstr ""
3658
3659 #, fuzzy
3660-msgid "Keep in Launcher"
3661+msgid "Keep In Launcher"
3662 msgstr "保留在啟動程式中"
3663
3664-msgid "Music"
3665-msgstr ""
3666-
3667-msgid "Office"
3668+msgid "Listen to Music"
3669 msgstr ""
3670
3671 msgid "Open"
3672 msgstr ""
3673
3674-msgid "Photos & Videos"
3675-msgstr ""
3676-
3677 msgid "Quit"
3678 msgstr "結束"
3679
3680-#, fuzzy
3681-msgid "Remove from launcher"
3682-msgstr "從啟動程式中刪除"
3683-
3684-msgid "Search"
3685-msgstr ""
3686-
3687-#. i18n: This is meant to be used like Search $PLACES_NAME, so eg.
3688-#. * 'Search Applications'
3689-#.
3690-#, c-format
3691-msgid "Search %s"
3692-msgstr ""
3693-
3694-#, c-format
3695-msgid "See %u more results"
3696-msgstr ""
3697-
3698 msgid "Trash"
3699 msgstr ""
3700
3701-#. Load up the world
3702-msgid "Web"
3703-msgstr ""
3704+msgid "View Photos"
3705+msgstr ""
3706+
3707+msgid "Workspace Switcher"
3708+msgstr ""
3709+
3710+#, fuzzy
3711+#~ msgid "Remove from launcher"
3712+#~ msgstr "從啟動程式中刪除"
3713
3714=== modified file 'src/DeviceLauncherIcon.cpp'
3715--- src/DeviceLauncherIcon.cpp 2011-01-25 22:57:45 +0000
3716+++ src/DeviceLauncherIcon.cpp 2011-02-22 16:17:21 +0000
3717@@ -122,7 +122,7 @@
3718
3719 if (button == 1)
3720 {
3721- Activate ();
3722+ ActivateLauncherIcon ();
3723 }
3724 }
3725
3726@@ -196,7 +196,7 @@
3727 }
3728
3729 void
3730-DeviceLauncherIcon::Activate ()
3731+DeviceLauncherIcon::ActivateLauncherIcon ()
3732 {
3733 GMount *mount;
3734 gchar *name;
3735@@ -273,7 +273,7 @@
3736 void
3737 DeviceLauncherIcon::OnOpen (DbusmenuMenuitem *item, int time, DeviceLauncherIcon *self)
3738 {
3739- self->Activate ();
3740+ self->ActivateLauncherIcon ();
3741 }
3742
3743 void
3744
3745=== modified file 'src/DeviceLauncherIcon.h'
3746--- src/DeviceLauncherIcon.h 2011-01-25 22:57:45 +0000
3747+++ src/DeviceLauncherIcon.h 2011-02-22 16:17:21 +0000
3748@@ -40,7 +40,7 @@
3749 std::list<DbusmenuMenuitem *> GetMenus ();
3750
3751 private:
3752- void Activate ();
3753+ void ActivateLauncherIcon ();
3754 void ShowMount (GMount *mount);
3755 void Eject ();
3756 static void OnOpen (DbusmenuMenuitem *item, int time, DeviceLauncherIcon *self);
3757
3758=== modified file 'src/Launcher.cpp'
3759--- src/Launcher.cpp 2011-02-21 16:30:06 +0000
3760+++ src/Launcher.cpp 2011-02-22 16:17:21 +0000
3761@@ -2503,80 +2503,19 @@
3762 }
3763 leaveKeyNavMode ();
3764 break;
3765-
3766- // Shortcuts to launch applications
3767- case XK_0:
3768- {
3769- it = _model->at (9);
3770- if (it != (LauncherModel::iterator)NULL)
3771- (*it)->Activate ();
3772- break;
3773- }
3774- case XK_1:
3775- {
3776- it = _model->at (0);
3777- if (it != (LauncherModel::iterator)NULL)
3778- (*it)->Activate ();
3779- break;
3780- }
3781- case XK_2:
3782- {
3783- it = _model->at (1);
3784- if (it != (LauncherModel::iterator)NULL)
3785- (*it)->Activate ();
3786- break;
3787- }
3788- case XK_3:
3789- {
3790- it = _model->at (2);
3791- if (it != (LauncherModel::iterator)NULL)
3792- (*it)->Activate ();
3793- break;
3794- }
3795- case XK_4:
3796- {
3797- it = _model->at (3);
3798- if (it != (LauncherModel::iterator)NULL)
3799- (*it)->Activate ();
3800- break;
3801- }
3802- case XK_5:
3803- {
3804- it = _model->at (4);
3805- if (it != (LauncherModel::iterator)NULL)
3806- (*it)->Activate ();
3807- break;
3808- }
3809- case XK_6:
3810- {
3811- it = _model->at (5);
3812- if (it != (LauncherModel::iterator)NULL)
3813- (*it)->Activate ();
3814- break;
3815- }
3816- case XK_7:
3817- {
3818- it = _model->at (6);
3819- if (it != (LauncherModel::iterator)NULL)
3820- (*it)->Activate ();
3821- break;
3822- }
3823- case XK_8:
3824- {
3825- it = _model->at (7);
3826- if (it != (LauncherModel::iterator)NULL)
3827- (*it)->Activate ();
3828- break;
3829- }
3830- case XK_9:
3831- {
3832- it = _model->at (8);
3833- if (it != (LauncherModel::iterator)NULL)
3834- (*it)->Activate ();
3835- break;
3836- }
3837
3838+ // Shortcut to start launcher icons
3839 default:
3840+ {
3841+ int i;
3842+ for (it = _model->begin (), i = 0; it != _model->end (); it++, i++)
3843+ {
3844+ if ((*it)->GetShortcut () == key_sym)
3845+ (*it)->Activate ();
3846+ }
3847+
3848+
3849+ }
3850 break;
3851 }
3852 }
3853
3854=== modified file 'src/LauncherController.cpp'
3855--- src/LauncherController.cpp 2011-02-15 22:51:36 +0000
3856+++ src/LauncherController.cpp 2011-02-22 16:17:21 +0000
3857@@ -95,11 +95,25 @@
3858 std::list<BamfLauncherIcon *> launchers;
3859 std::list<BamfLauncherIcon *>::iterator it;
3860 std::list<const char*> desktop_paths;
3861-
3862+ gint shortcut = 1;
3863+ gchar *buff;
3864+
3865 launchers = _model->GetSublist<BamfLauncherIcon> ();
3866 for (it = launchers.begin (); it != launchers.end (); it++)
3867 {
3868 BamfLauncherIcon *icon = *it;
3869+
3870+ if (shortcut != 0 && (*it)->GetQuirk (LauncherIcon::QUIRK_VISIBLE))
3871+ {
3872+ buff = NULL;
3873+ if (shortcut == 10)
3874+ shortcut = 0;
3875+ buff = g_strdup_printf ("%d", shortcut);
3876+ (*it)->SetShortcut (buff[0]);
3877+ g_free (buff);
3878+ shortcut++;
3879+ }
3880+
3881
3882 if (!icon->IsSticky ())
3883 continue;
3884@@ -188,6 +202,7 @@
3885 _expoIcon->SetQuirk (LauncherIcon::QUIRK_VISIBLE, true);
3886 _expoIcon->SetQuirk (LauncherIcon::QUIRK_RUNNING, false);
3887 _expoIcon->SetIconType (LauncherIcon::TYPE_EXPO);
3888+ _expoIcon->SetShortcut('w');
3889
3890 _expoIcon->MouseClick.connect (sigc::mem_fun (this, &LauncherController::OnExpoClicked));
3891
3892
3893=== modified file 'src/LauncherIcon.cpp'
3894--- src/LauncherIcon.cpp 2011-02-17 15:01:49 +0000
3895+++ src/LauncherIcon.cpp 2011-02-22 16:17:21 +0000
3896@@ -70,6 +70,7 @@
3897 _tooltip = new nux::Tooltip ();
3898 _icon_type = TYPE_NONE;
3899 _sort_priority = 0;
3900+ _shortcut = 0;
3901
3902 _emblem = 0;
3903
3904@@ -319,6 +320,21 @@
3905 }
3906
3907 void
3908+LauncherIcon::SetShortcut (guint64 shortcut)
3909+{
3910+ // only relocate a digit with a digit (don't overwrite other shortcuts)
3911+ if ((!_shortcut || (g_ascii_isdigit ((gchar)_shortcut)))
3912+ || !(g_ascii_isdigit ((gchar) shortcut)))
3913+ _shortcut = shortcut;
3914+}
3915+
3916+guint64
3917+LauncherIcon::GetShortcut ()
3918+{
3919+ return _shortcut;
3920+}
3921+
3922+void
3923 LauncherIcon::RecvMouseEnter ()
3924 {
3925 if (QuicklistManager::Default ()->Current ())
3926
3927=== modified file 'src/LauncherIcon.h'
3928--- src/LauncherIcon.h 2011-02-17 15:01:49 +0000
3929+++ src/LauncherIcon.h 2011-02-22 16:17:21 +0000
3930@@ -84,6 +84,9 @@
3931
3932 nux::NString GetTooltipText ();
3933
3934+ void SetShortcut (guint64 shortcut);
3935+ guint64 GetShortcut ();
3936+
3937 void RecvMouseEnter ();
3938 void RecvMouseLeave ();
3939 void RecvMouseDown (int button);
3940@@ -247,6 +250,8 @@
3941 bool _quicklist_is_initialized;
3942 bool _has_visible_window;
3943
3944+ gint64 _shortcut;
3945+
3946 nux::Point3 _center;
3947 nux::Point3 _last_stable;
3948 nux::Point3 _saved_center;
3949
3950=== modified file 'src/PlaceEntry.h'
3951--- src/PlaceEntry.h 2011-02-10 14:52:15 +0000
3952+++ src/PlaceEntry.h 2011-02-22 16:17:21 +0000
3953@@ -50,13 +50,14 @@
3954 virtual const gchar * GetName () = 0;
3955 virtual const gchar * GetIcon () = 0;
3956 virtual const gchar * GetDescription () = 0;
3957-
3958+ virtual guint64 GetShortcut () = 0;
3959+
3960 // For ordering entries within a place
3961 virtual guint32 GetPosition () = 0;
3962
3963 // For DND, what can this entry handle
3964 virtual const gchar ** GetMimetypes () = 0;
3965-
3966+
3967 virtual const std::map<gchar *, gchar *>& GetHints () = 0;
3968
3969 // Whether the entry is sensitive to input (clicks/DND)
3970
3971=== modified file 'src/PlaceEntryHome.cpp'
3972--- src/PlaceEntryHome.cpp 2011-02-10 14:57:33 +0000
3973+++ src/PlaceEntryHome.cpp 2011-02-22 16:17:21 +0000
3974@@ -167,6 +167,12 @@
3975 return _("Search across all places");
3976 }
3977
3978+guint64
3979+PlaceEntryHome::GetShortcut ()
3980+{
3981+ return 0;
3982+}
3983+
3984 guint32
3985 PlaceEntryHome::GetPosition ()
3986 {
3987
3988=== modified file 'src/PlaceEntryHome.h'
3989--- src/PlaceEntryHome.h 2011-02-10 14:57:33 +0000
3990+++ src/PlaceEntryHome.h 2011-02-22 16:17:21 +0000
3991@@ -43,6 +43,7 @@
3992 const gchar * GetName ();
3993 const gchar * GetIcon ();
3994 const gchar * GetDescription ();
3995+ guint64 GetShortcut ();
3996
3997 guint32 GetPosition ();
3998 const gchar ** GetMimetypes ();
3999
4000=== modified file 'src/PlaceEntryRemote.cpp'
4001--- src/PlaceEntryRemote.cpp 2011-02-10 14:52:15 +0000
4002+++ src/PlaceEntryRemote.cpp 2011-02-22 16:17:21 +0000
4003@@ -42,6 +42,7 @@
4004 _name (NULL),
4005 _icon (NULL),
4006 _description (NULL),
4007+ _shortcut (10), // impossible shortcut
4008 _position (0),
4009 _mimetypes (NULL),
4010 _sensitive (true),
4011@@ -85,6 +86,7 @@
4012 gchar *domain;
4013 gchar *name;
4014 gchar *description;
4015+ gchar *shortcut_entry;
4016
4017 _dbus_path = g_key_file_get_string (key_file, group, DBUS_PATH, &error);
4018 if (_dbus_path == NULL
4019@@ -126,6 +128,16 @@
4020 _name = g_strdup (name);
4021 _description = g_strdup (description);
4022 }
4023+
4024+ if (g_key_file_has_key (key_file, group, "Shortcut", NULL))
4025+ {
4026+ shortcut_entry = g_key_file_get_string(key_file, group, "Shortcut", NULL);
4027+ if (strlen (shortcut_entry) == 1)
4028+ _shortcut = shortcut_entry[0];
4029+ else
4030+ g_warning ("Place %s has an uncompatible shortcut: %s", name, shortcut_entry);
4031+ g_free (shortcut_entry);
4032+ }
4033
4034 /* Finally the two that should default to true */
4035 if (g_key_file_has_key (key_file, group, "ShowGlobal", NULL))
4036@@ -169,6 +181,12 @@
4037 return _description;
4038 }
4039
4040+guint64
4041+PlaceEntryRemote::GetShortcut ()
4042+{
4043+ return _shortcut;
4044+}
4045+
4046 guint32
4047 PlaceEntryRemote::GetPosition ()
4048 {
4049
4050=== modified file 'src/PlaceEntryRemote.h'
4051--- src/PlaceEntryRemote.h 2011-02-10 14:34:30 +0000
4052+++ src/PlaceEntryRemote.h 2011-02-22 16:17:21 +0000
4053@@ -45,6 +45,7 @@
4054 const gchar * GetName ();
4055 const gchar * GetIcon ();
4056 const gchar * GetDescription ();
4057+ guint64 GetShortcut ();
4058
4059 guint32 GetPosition ();
4060 const gchar ** GetMimetypes ();
4061@@ -101,6 +102,7 @@
4062 gchar *_name;
4063 gchar *_icon;
4064 gchar *_description;
4065+ guint64 _shortcut;
4066 guint32 _position;
4067 gchar **_mimetypes;
4068 std::map<gchar *, gchar *> _hints;
4069
4070=== modified file 'src/PlaceLauncherIcon.cpp'
4071--- src/PlaceLauncherIcon.cpp 2011-01-26 21:15:25 +0000
4072+++ src/PlaceLauncherIcon.cpp 2011-02-22 16:17:21 +0000
4073@@ -35,6 +35,7 @@
4074 escape = g_markup_escape_text (entry->GetName (), -1);
4075
4076 SetTooltipText (escape);
4077+ SetShortcut (entry->GetShortcut());
4078 SetIconName (entry->GetIcon ());
4079 SetQuirk (QUIRK_VISIBLE, true);
4080 SetQuirk (QUIRK_RUNNING, true);
4081@@ -70,11 +71,17 @@
4082
4083 if (button == 1)
4084 {
4085- Activate (0, "");
4086+ ActivateLauncherIcon ();
4087 }
4088 }
4089
4090 void
4091+PlaceLauncherIcon::ActivateLauncherIcon ()
4092+{
4093+ ActivatePlace (0, "");
4094+}
4095+
4096+void
4097 PlaceLauncherIcon::UpdatePlaceIcon ()
4098 {
4099
4100@@ -101,7 +108,7 @@
4101 }
4102
4103 void
4104-PlaceLauncherIcon::Activate (guint section_id, const char *search_string)
4105+PlaceLauncherIcon::ActivatePlace (guint section_id, const char *search_string)
4106 {
4107 ubus_server_send_message (ubus_server_get_default (),
4108 UBUS_PLACE_ENTRY_ACTIVATE_REQUEST,
4109@@ -114,7 +121,7 @@
4110 void
4111 PlaceLauncherIcon::OnOpen (DbusmenuMenuitem *item, int time, PlaceLauncherIcon *self)
4112 {
4113- self->Activate (0, "");
4114+ self->ActivateLauncherIcon ();
4115 }
4116
4117 void
4118
4119=== modified file 'src/PlaceLauncherIcon.h'
4120--- src/PlaceLauncherIcon.h 2011-01-26 18:05:51 +0000
4121+++ src/PlaceLauncherIcon.h 2011-02-22 16:17:21 +0000
4122@@ -41,7 +41,8 @@
4123 std::list<DbusmenuMenuitem *> GetMenus ();
4124
4125 private:
4126- void Activate (guint section_id, const char *search_string);
4127+ void ActivateLauncherIcon ();
4128+ void ActivatePlace (guint section_id, const char *search_string);
4129 void OnActiveChanged (bool is_active);
4130 static void OnOpen (DbusmenuMenuitem *item, int time, PlaceLauncherIcon *self);
4131
4132
4133=== modified file 'src/SimpleLauncherIcon.cpp'
4134--- src/SimpleLauncherIcon.cpp 2011-02-03 17:31:47 +0000
4135+++ src/SimpleLauncherIcon.cpp 2011-02-22 16:17:21 +0000
4136@@ -44,11 +44,6 @@
4137 }
4138
4139 void
4140-SimpleLauncherIcon::Activate ()
4141-{
4142-}
4143-
4144-void
4145 SimpleLauncherIcon::OnMouseDown (int button)
4146 {
4147 }
4148@@ -75,6 +70,12 @@
4149 {
4150 }
4151
4152+void
4153+SimpleLauncherIcon::ActivateLauncherIcon ()
4154+{
4155+ MouseClick.emit (1);
4156+}
4157+
4158 nux::BaseTexture *
4159 SimpleLauncherIcon::GetTextureForSize (int size)
4160 {
4161
4162=== modified file 'src/SimpleLauncherIcon.h'
4163--- src/SimpleLauncherIcon.h 2011-02-03 17:31:47 +0000
4164+++ src/SimpleLauncherIcon.h 2011-02-22 16:17:21 +0000
4165@@ -35,8 +35,6 @@
4166
4167 void SetIconName (const char *name);
4168
4169- virtual void Activate ();
4170-
4171 protected:
4172 virtual void OnMouseDown (int button);
4173 virtual void OnMouseUp (int button);
4174@@ -48,6 +46,7 @@
4175
4176 char *m_IconName;
4177 nux::BaseTexture *m_Icon;
4178+ void ActivateLauncherIcon ();
4179 };
4180
4181 #endif // BAMFLAUNCHERICON_H
4182
4183=== modified file 'src/TrashLauncherIcon.cpp'
4184--- src/TrashLauncherIcon.cpp 2011-02-16 12:13:35 +0000
4185+++ src/TrashLauncherIcon.cpp 2011-02-22 16:17:21 +0000
4186@@ -34,7 +34,8 @@
4187 SetIconName ("user-trash");
4188 SetQuirk (QUIRK_VISIBLE, true);
4189 SetQuirk (QUIRK_RUNNING, false);
4190- SetIconType (TYPE_TRASH);
4191+ SetIconType (TYPE_TRASH);
4192+ SetShortcut ('t');
4193
4194 m_TrashMonitor = g_file_monitor_directory (g_file_new_for_uri("trash:///"),
4195 G_FILE_MONITOR_NONE,
4196@@ -95,14 +96,8 @@
4197 SimpleLauncherIcon::OnMouseClick (button);
4198
4199 if (button == 1)
4200- {
4201- GError *error = NULL;
4202-
4203- g_spawn_command_line_async ("xdg-open trash://", &error);
4204-
4205- if (error)
4206- g_error_free (error);
4207- }
4208+ ActivateLauncherIcon ();
4209+
4210 else if (button == 3 && _empty == FALSE)
4211 {
4212 EnsureMenuItemsReady ();
4213@@ -119,6 +114,17 @@
4214 }
4215 }
4216
4217+void
4218+TrashLauncherIcon::ActivateLauncherIcon ()
4219+{
4220+ GError *error = NULL;
4221+
4222+ g_spawn_command_line_async ("xdg-open trash://", &error);
4223+
4224+ if (error)
4225+ g_error_free (error);
4226+}
4227+
4228 void
4229 TrashLauncherIcon::OnEmptyTrash(DbusmenuMenuitem *item, int time, TrashLauncherIcon *self)
4230 {
4231
4232=== modified file 'src/TrashLauncherIcon.h'
4233--- src/TrashLauncherIcon.h 2011-02-09 02:32:44 +0000
4234+++ src/TrashLauncherIcon.h 2011-02-22 16:17:21 +0000
4235@@ -44,6 +44,7 @@
4236 GFileMonitor *m_TrashMonitor;
4237 gboolean _empty;
4238
4239+ void ActivateLauncherIcon ();
4240 void EnsureMenuItemsReady ();
4241
4242 static void UpdateTrashIconCb (GObject *source, GAsyncResult *res, gpointer data);