remove remaining incorrect use of hidesOverflow - use hasOverflowClip
[kdelibs.git] / kparts / browserview.desktop
blobc4b994556f2451a61f2c0d0a468d443b93779824
1 [Desktop Entry]
2 Type=ServiceType
3 X-KDE-ServiceType=Browser/View
4 X-KDE-Derived=KParts/ReadOnlyPart
5 Name=Browser View
6 Name[af]=Blaaier-aansig
7 Name[ar]=عرض تصفحي
8 Name[be]=Выгляд аглядальніка
9 Name[be@latin]=Vyhlad hartača
10 Name[bg]=Изглед браузър
11 Name[bn]=ব্রাউজার দৃশ্য
12 Name[bn_IN]=ব্রাউজার অনুসারে প্রদর্শন
13 Name[br]=Gwel Furchal
14 Name[ca]=Vista del navegador
15 Name[cs]=Prohlížeč
16 Name[csb]=Wëzdrzatk przezérnika
17 Name[cy]=Golwg Porydd
18 Name[da]=Netsøgningsvisning
19 Name[de]=Browser-Ansicht
20 Name[el]=Προβολή εξερευνητή
21 Name[eo]=Rigardo de TTT-legilo
22 Name[es]=Vista de navegador
23 Name[et]=Brauseri vaade
24 Name[eu]=Arakatzailearen ikuspegia
25 Name[fa]=نمای مرورگر
26 Name[fi]=Selainnäkymä
27 Name[fr]=Affichage du navigateur
28 Name[fy]=Browserwerjefte
29 Name[ga]=Amharc Brabhsálaí
30 Name[gl]=Vista de navegador
31 Name[gu]=બ્રાઉઝર દેખાવ
32 Name[he]=תצוגת דפדפן
33 Name[hi]=ब्राउज़र दृश्य
34 Name[hr]=Pogled pretraživača
35 Name[hu]=Böngészőnézet
36 Name[is]=Vafrasýn
37 Name[it]=Vista browser
38 Name[ja]=ブラウズビュー
39 Name[kk]=Шолғыш көрнісі
40 Name[km]=ទិដ្ឋភាព​កម្មវិធី​រុករក
41 Name[kn]=ವೀಕ್ಷಕ ನೋಟ
42 Name[ko]=탐색기 보기
43 Name[ku]=Dîmena Gerokê
44 Name[lb]=Browser-Siicht
45 Name[lt]=Rodyti naršyklėje
46 Name[lv]=Pārlūka skatījums
47 Name[mk]=Разгледување
48 Name[ml]=ബ്രൌസറിലെ കാഴ്ച
49 Name[mr]=ब्राउजर दृश्य
50 Name[ms]=Pelihat Pelayar
51 Name[nb]=Nettleservisning
52 Name[nds]=Kieker-Ansicht
53 Name[ne]=ब्राउजर दृश्य
54 Name[nl]=Browserweergave
55 Name[nn]=Nettlesarvising
56 Name[or]=ବ୍ରାଉଜର ଦୃଶ୍ୟ
57 Name[pa]=ਝਲਕਾਰਾ ਝਲਕ
58 Name[pl]=Widok przeglądarki
59 Name[ps]=لټوونی کوت
60 Name[pt]=Navegador
61 Name[pt_BR]=Visualização navegador
62 Name[ro]=Vizualizare navigator
63 Name[ru]=Вид страницы
64 Name[se]=Fierpmádatlogana čájeheapmi
65 Name[sk]=Prehliadač
66 Name[sl]=Pogled brskalnika
67 Name[sr]=Прегледачки приказ
68 Name[sr@latin]=Pregledački prikaz
69 Name[sv]=Surfvy
70 Name[ta]=உலாவிக் காட்சி
71 Name[te]=అన్వేషి వీక్షణం
72 Name[tg]=Намуди намоишгар
73 Name[th]=มุมมองแบบเบราว์เซอร์
74 Name[tr]=Tarayıcı Görünümü
75 Name[uk]=Вигляд "Навігація"
76 Name[uz]=Brauzerning koʻrinishi
77 Name[uz@cyrillic]=Браузернинг кўриниши
78 Name[vi]=Xem duyệt
79 Name[wa]=Vuwe foyteuse
80 Name[x-test]=xxBrowser Viewxx
81 Name[xh]=Imboniselo Yomkhangeli zincwadi
82 Name[zh_CN]=浏览器视图
83 Name[zh_HK]=瀏覽器視圖
84 Name[zh_TW]=瀏覽器視圖
86 # Arguments passed to the factory (e.g. view sub-type)
87 [PropertyDef::X-KDE-BrowserView-Args]
88 Type=QString
90 # If false, this component won't be used when clicking on a file,
91 # the user will have to use "Embed in..." to use it (or the application
92 # will have to explicitly embed this particular service, like for the sidebar)
93 [PropertyDef::X-KDE-BrowserView-AllowAsDefault]
94 Type=bool
96 # If true, this component won't appear in the "Embed in..." popupmenu
97 [PropertyDef::X-KDE-BrowserView-HideFromMenus]
98 Type=bool
100 # If true, the view will have its "linked" checkbox checked in Konqueror
101 # (Was initially for the sidebar, but it's a FollowActive nowadays)
102 [PropertyDef::X-KDE-BrowserView-LinkedView]
103 Type=bool
105 # If true, this view shows a hierarchical view, i.e. more than one dir at a time
106 # This is used by KonqPopupMenu to know whether to offer "Create Directory"
107 # in the RMB menu on a directory (since it depends on whether the user would
108 # see that new dir).
109 [PropertyDef::X-KDE-BrowserView-HierarchicalView]
110 Type=bool
112 # If true, the view is passive (can't be made the current active view)
113 [PropertyDef::X-KDE-BrowserView-PassiveMode]
114 Type=bool
116 # If true, the view can only be there 0 or 1 time in a given window,
117 # and a toggle action for it will be created (examples: sidebar, konsolepart)
118 [PropertyDef::X-KDE-BrowserView-Toggable]
119 Type=bool
121 # If the view is toggable, this defines its orientation (Horizontal or Vertical)
122 [PropertyDef::X-KDE-BrowserView-ToggableView-Orientation]
123 Type=QString
125 # If true, this view will always "follow the active view" (and vice versa:
126 # when the active view goes to another url, this view will follow).
127 # Mostly used by the sidebar.
128 [PropertyDef::X-KDE-BrowserView-FollowActive]
129 Type=bool
131 # If this property is set, this view is "builtin" to the application using it
132 # The value of the property is the application in question (e.g. "konqueror").
133 # This is used to set the active instance to the app's (so the bugs
134 # go to "konqueror" and not to "konqiconview").
135 [PropertyDef::X-KDE-BrowserView-Built-Into]
136 Type=QString
138 # If the part has a plugin for KHTML Javascript's window.navigator.plugins
139 # array, it should create a plugin info file and set this propery to the
140 # file path here. The path should be relative to KDE's data dir
141 # ($KDEDIR/share/apps)
142 [PropertyDef::X-KDE-BrowserView-PluginsInfo]
143 Type=QString