├── .gitignore
├── CHANGELOG.md
├── Gruntfile.coffee
├── README.md
├── build.sh
├── chrome.manifest
├── content
├── _helper.js
├── _lib.js
├── about.js
├── about.xul
├── about_content.xul
├── addons.js
├── addons.xul
├── addons_xpinstall.xul
├── aios.dtd
├── aios.js
├── aios.properties
├── aios.xml
├── aios.xul
├── aios_compatibility.js
├── aios_fx.js
├── aios_old.js
├── aios_tbx.js
├── downloads.js
├── downloads.xul
├── downloads_alert.xul
├── multipanel.js
├── multipanel.xul
├── multipanel_config.xul
├── pageinfo.js
├── pageinfo.xul
├── places.js
├── places.xul
└── prefs
│ ├── _keyconfig.js
│ ├── _overlay.js
│ ├── general.js
│ ├── keys.xul
│ ├── prefs.js
│ └── prefs.xul
├── defaults
└── preferences
│ └── aios.js
├── icon.png
├── install.rdf
├── license.txt
├── locale
├── ar-SA
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── be-BY
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── cs-CZ
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── da
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── de
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── el
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── en-GB
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── en-US
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── es-AR
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── es-ES
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── et-EE
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── fi
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── fr
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── he
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── hr-HR
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── hu-HU
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── hy-AM
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── it
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── ja-JP
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── ko-KR
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── lt-LT
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── nb-NO
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── nl
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── pl
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── pt-BR
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── pt-PT
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── ro
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── ru
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── sk-SK
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── sq-AL
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── sr
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── sv-SE
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── tr
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── uk
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── vi
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── zh-CN
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
└── zh-TW
│ ├── about.dtd
│ ├── aios.dtd
│ ├── lib.dtd
│ ├── lib.properties
│ ├── multipanel.dtd
│ └── prefs.dtd
├── package.json
└── skin
├── css
├── addons.css
├── aios.css
├── aios_buttons_darwin.css
├── aios_buttons_generic.css
├── aios_buttons_winnt.css
├── aios_theme_darwin.css
├── aios_theme_generic.css
├── aios_theme_winnt.css
├── downloads.css
├── downloads_old.css
├── multipanel.css
├── multipanel_config.css
├── multipanel_ssr.css
├── pageinfo.css
├── places.css
└── prefs.css
├── icons
├── icon64.png
├── panels_menus.png
├── prefs.png
├── toolbar_darwin.png
├── toolbar_darwin_inverted.png
├── toolbar_generic.png
├── toolbar_windows.png
├── toolbar_windows_inverted.png
└── topbar_darwin.png
├── img
├── arrow-dn.png
├── arrow-up.png
├── arrow.gif
├── grippy-left.gif
├── grippy-right.gif
├── info.png
├── paypal.gif
└── sidebarheader.gif
└── scss
├── addons.scss
├── aios.scss
├── aios_buttons_darwin.scss
├── aios_buttons_generic.scss
├── aios_buttons_winnt.scss
├── aios_theme_darwin.scss
├── aios_theme_generic.scss
├── aios_theme_winnt.scss
├── downloads.scss
├── downloads_old.scss
├── multipanel.scss
├── multipanel_config.scss
├── multipanel_ssr.scss
├── pageinfo.scss
├── places.scss
└── prefs.scss
/.gitignore:
--------------------------------------------------------------------------------
1 | /node_modules/
2 |
--------------------------------------------------------------------------------
/CHANGELOG.md:
--------------------------------------------------------------------------------
1 |
2 | # Changelog
3 |
4 | ### 0.7.31 (06.11.2016)
5 |
6 | ##### changed
7 | * remove support for deprecated error console
8 |
9 | ##### fixed
10 | * sidebar close button doesn’t work with third-party extensions
11 | * addon panel is displayed wrong when opened in a tab
12 | * update notification in addon panel doesn’t appear
13 |
14 | ##### notice
15 | * if you still have problems opening the sidebar, please try to open the bookmarks sidebar once by clicking on View > Sidebar > Bookmarks
16 | * otherwise follow these instructions: https://github.com/AddonLab/AiOS/issues/122#issuecomment-241235403
17 |
18 | ---
19 |
20 | ### 0.7.30 (21.08.2016)
21 |
22 | ##### changed
23 | * disable sidebar collapsing by default (temporarily as quickfix)
24 |
25 | ##### fixed
26 | * apply and ok button in preferences not working
27 | * small code fixes
28 |
29 | ##### notice
30 | * if you still have problems opening the sidebar, please try to open the bookmarks sidebar once by clicking on View > Sidebar > Bookmarks
31 | * otherwise follow these instructions: https://github.com/AddonLab/AiOS/issues/122#issuecomment-241235403
32 |
33 | ---
34 |
35 | ### 0.7.29 (07.08.2016)
36 |
37 | ##### fixed
38 | * sidebar panels open in new windows
39 |
40 | ##### notice
41 | * the option “Open in Sidebar” for all panels has no effect
42 |
43 | ---
44 |
45 | ### 0.7.28 (03.01.2016)
46 |
47 | ##### changed
48 | * update localizations
49 |
50 | ##### fixed
51 | * page info shows no information when opened in a window
52 |
53 | ##### notice
54 | * page info still shows no information when opened in the sidebar
55 |
56 | ---
57 |
58 | ### 0.7.27 (04.10.2015)
59 |
60 | ##### changed
61 | * enable multiprocess compatibility in install manifest
62 |
63 | ##### fixed
64 | * settings for fullscreen mode are ignored
65 | * hide sidebar switch by default in fullscreen mode
66 | * global notification for available updates isn't showing in addon panel
67 |
68 | ---
69 |
70 | ### 0.7.26 (02.08.2015)
71 |
72 | ##### changed
73 | * update localizations
74 | * improve addons panel for Fx40
75 | * remove aios preferences button from firefox preferences
76 |
--------------------------------------------------------------------------------
/build.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | XPI_FILE=all_in_one_sidebar-dev-build-fx
4 |
5 | echo "- Removing old xpi file"
6 | rm $XPI_FILE.xpi
7 |
8 | echo "- Deleting .DS_Store files"
9 | find . -name \.DS_Store -exec rm -v {} \;
10 |
11 | echo "- Creating xpi file"
12 | zip -r $XPI_FILE.xpi chrome.manifest icon.png install.rdf license.txt content defaults locale skin/css skin/icons skin/img
13 |
--------------------------------------------------------------------------------
/content/about.js:
--------------------------------------------------------------------------------
1 | var AiOS_About = {};
2 |
3 | (function() {
4 |
5 | // Aufruf durch 'onpaneload' in about_content.xul
6 | this.initialize = function() {
7 |
8 | Components.utils.import("resource://gre/modules/AddonManager.jsm");
9 |
10 | AddonManager.getAddonByID("{097d3191-e6fa-4728-9826-b533d755359d}",
11 | function(addon) {
12 |
13 | document.getElementById("aboutHeader").setAttribute("title", addon.name);
14 | document.getElementById("aboutHeader").setAttribute("description", addon.version);
15 |
16 | document.getElementById("macTitle").setAttribute("value", addon.name);
17 | document.getElementById("macVersion").setAttribute("value", addon.version);
18 |
19 | }
20 | );
21 |
22 | AiOS_HELPER.rememberAppInfo( document.getElementById("aiosAbout") );
23 |
24 | };
25 |
26 | }).apply(AiOS_About);
27 |
--------------------------------------------------------------------------------
/content/about.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | %aboutDTD;
9 | ]>
10 |
11 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/content/addons.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | %brandDTD;
6 | %extensionsDTD;
7 | ]>
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
30 |
31 |
63 |
64 |
65 |
--------------------------------------------------------------------------------
/content/addons_xpinstall.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/content/aios.properties:
--------------------------------------------------------------------------------
1 | key.mac.alt=⌥
2 | key.mac.command=⌘
3 | key.mac.shift=⇧
4 |
--------------------------------------------------------------------------------
/content/aios.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | %extensionsDTD;
5 | ]>
6 |
7 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/content/aios_compatibility.js:
--------------------------------------------------------------------------------
1 | var AiOS_Compatibility = {};
2 |
3 | (function() {
4 | // Registration
5 | var namespaces = [];
6 |
7 | this.ns = function(fn) {
8 | var ns = {};
9 | namespaces.push(fn, ns);
10 | return ns;
11 | };
12 |
13 | // Initialization
14 | this.initialize = function() {
15 |
16 | for (var i=0; i aios_setSidebarOrient() ausgefuehrt
32 |
33 | // StumbleUpon
34 | if(document.getElementById('su_splitter_first')) {
35 | document.getElementById('su_splitter_first').style.display = "none";
36 | }
37 |
38 | };
39 |
40 |
41 | // Anpassungen fuer MinimizeToTray
42 | // sonst oeffnet sich der Download-Manager nicht bei Aufruf ueber das Trayicon)
43 | this.minimizeToTray = function() {
44 |
45 | var itemCmd,
46 | newCmd,
47 | mmttMenuItems = document.getElementById('extensions.mook.minimizetotray.traypopup').childNodes;
48 |
49 | for(var i = 0; i < mmttMenuItems.length; i++) {
50 |
51 | itemCmd = mmttMenuItems[i].getAttribute('oncommand');
52 |
53 | if(itemCmd.indexOf("toOpenWindowByType('Download:Manager'") >= 0) {
54 |
55 | //newCmd = 'AiOS_HELPER.mostRecentWindow.aiosIsWindow = true; window.setTimeout(function(){ AiOS_HELPER.mostRecentWindow.aiosIsWindow=false; }, 500);' + itemCmd;
56 | //mmttMenuItems[i].setAttribute('on//command', newCmd);
57 |
58 | mmttMenuItems[i].removeAttribute('oncommand');
59 |
60 | mmttMenuItems[i].addEventListener("command", function() {
61 |
62 | AiOS_HELPER.mostRecentWindow.aiosIsWindow = true;
63 |
64 | window.setTimeout(function() {
65 | AiOS_HELPER.mostRecentWindow.aiosIsWindow = false;
66 | }, 500);
67 |
68 | });
69 |
70 | }
71 |
72 | }
73 |
74 | };
75 |
76 |
77 | // Clean up
78 | this.shutdown = function() {
79 | window.removeEventListener("load", AiOS_Compatibility.initialize);
80 | window.removeEventListener("unload", AiOS_Compatibility.shutdown);
81 |
82 | };
83 |
84 | // Register handlers
85 | window.addEventListener("load", this.initialize);
86 | window.addEventListener("unload", this.shutdown);
87 |
88 | }).apply(AiOS_Compatibility);
89 |
--------------------------------------------------------------------------------
/content/downloads.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/content/downloads_alert.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/content/multipanel_config.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/content/pageinfo.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/content/places.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | %browserDTD;
6 | %placesDTD;
7 | %libDTD;
8 | ]>
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
28 |
29 |
50 |
51 |
52 |
53 |
54 |
--------------------------------------------------------------------------------
/content/prefs/_overlay.js:
--------------------------------------------------------------------------------
1 |
2 | if(!window.extLoad) var extLoad = {
3 | loaders: [],
4 | add: function(index,func){
5 | this.loaders.push([index,func]);
6 | },
7 | init: function() {
8 | extLoad.loaders.sort(function(a,b){
9 | return a[0]-b[0];
10 | });
11 | for(var loader in extLoad.loaders) if(extLoad.loaders[loader][1]) extLoad.loaders[loader][1]();
12 | extLoad.loaders = null;
13 | }
14 | };
15 |
16 | window.addEventListener("load", extLoad.init, false);
17 |
18 | var aiosKeyconfig = {
19 | prefService: Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefService).getBranch(null),
20 | removedKeys: document.createElement("keyset"),
21 | loadkeys: function(name){
22 | this.profile = "extensions.aios.keyconf." + name + ".";
23 |
24 | var nodes = document.getElementsByTagName("key");
25 | for(var i = 0; i < nodes.length; i++) if(!nodes[i].id)
26 | nodes[i].id = "xxx_key"+i+"_"+nodes[i].getAttribute("command")+nodes[i].getAttribute("oncommand");
27 |
28 | this.keys = this.prefService.getChildList(this.profile, {});
29 |
30 | for(i = 0; i < this.keys.length; i++) {
31 | var key;
32 | try{
33 | key = this.prefService.getCharPref(this.keys[i]).split("][");
34 | }catch(e){
35 | continue;
36 | }
37 | /* mod by eXXile
38 | if(key[3] && (!key[4] || key[4] == document.location)) {
39 | var nKey = document.getElementsByTagName("keyset")[0].appendChild(document.createElement("key"));
40 | nKey.id=this.keys[i].split(this.profile)[1];
41 | nKey.setAttribute("on//command",key[3]);
42 | }
43 | */
44 | var node = document.getElementById(this.keys[i].split(this.profile)[1]);
45 | if(!node) continue;
46 |
47 | node.removeAttribute("modifiers");
48 | node.removeAttribute("key");
49 | node.removeAttribute("keycode");
50 | if(key[0] == "!") {
51 | this.removedKeys.appendChild(node);
52 | continue;
53 | }
54 |
55 | if(key[0]) node.setAttribute("modifiers",key[0]);
56 | if(key[1]) node.setAttribute("key",key[1]);
57 | if(key[2]) node.setAttribute("keycode",key[2]);
58 | }
59 | }
60 | };
61 |
--------------------------------------------------------------------------------
/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/icon.png
--------------------------------------------------------------------------------
/install.rdf:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | All-in-One Sidebar
6 | dev-build
7 | Sidebar control with award-winning user experience!
8 | Ingo Wennemaring
9 |
10 | {097d3191-e6fa-4728-9826-b533d755359d}
11 | 2
12 | true
13 |
14 | chrome://aios/skin/icons/icon64.png
15 | chrome://aios/content/about.xul
16 | http://addonlab.com
17 | chrome://aios/content/prefs/prefs.xul
18 |
19 |
20 |
21 |
22 |
23 | {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
24 | 49.0
25 | 51.*
26 |
27 |
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/locale/ar-SA/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/locale/ar-SA/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/locale/ar-SA/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/locale/ar-SA/lib.properties:
--------------------------------------------------------------------------------
1 | bm_hi.search.blur=بحث…
2 | prefs.confirm=هل أنت متأكد من أنك تريد إعادة تعيين الإعدادات إلى الوضع الافتراضي للكل في شريط جانبي واحد؟
3 | prefs.import=هل أنت متأكد من أنك تريد استيراد هذه الإعدادات للكل في شريط جانبي واحد؟
4 | prefs.save=تصدير الإعدادات
5 | prefs.open=استيراد الإعدادات
6 | prefs.copy=الإعدادات نسخت إلى الحافظة.
7 | prefs.invalid=لا يمكن استيراد الإعدادات لأن الملف غير متاح
8 | prefs.failed=فشل في استيراد الإعدادات
9 | prefs.openpanel=افتح
10 |
--------------------------------------------------------------------------------
/locale/ar-SA/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/locale/be-BY/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/locale/be-BY/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/locale/be-BY/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/locale/be-BY/lib.properties:
--------------------------------------------------------------------------------
1 | prefs.confirm=Вы ўпэўненыя, што жадаеце аднавіць налады па змаўчанні?
2 | prefs.import=Вы ўпэўненыя, што жадаеце імпартаваць гэтыя налады?\\n\\n
3 | prefs.save=Экспарт налад
4 | prefs.open=Імпарт налад
5 | prefs.invalid=Немагчыма імпартаваць налады. Альбо файл утрымоўвае памылкі, альбо гэта не файл з наладамі.
6 | prefs.failed=Імпартаванне налад не атрымалася.
7 | prefs.openpanel=Адкрыць
8 |
--------------------------------------------------------------------------------
/locale/be-BY/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/locale/cs-CZ/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/locale/cs-CZ/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/locale/cs-CZ/lib.properties:
--------------------------------------------------------------------------------
1 | prefs.confirm=Skutečně si přejete obnovit výchozí nastavení rozšíření \"All-in-One Sidebar\" ?
2 | prefs.import=Skutečně si přejete importovat tato nastavení rozšíření \"All-in-One Sidebar\"
3 | prefs.save=Exportovat nastavené
4 | prefs.open=Importovat nastavení
5 | prefs.invalid=Nastavení se nepodařilo importovat, protože zvolený soubor nemá požadovaný formát.
6 | prefs.failed=Chyba při importu nastavení.
7 | prefs.openpanel=Otevřít
8 |
--------------------------------------------------------------------------------
/locale/cs-CZ/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/locale/da/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
--------------------------------------------------------------------------------
/locale/da/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/locale/da/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/locale/da/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Sidebjælke-kontrol med prisvindende brugeroplevelse!
2 | bm_hi.search.blur=Søg…
3 | prefs.confirm=Er du sikker på at du vil genetablere standardindstillingerne for Alt-i-En sidebjælken?
4 | prefs.import=Er du sikker på at du vil importere disse indstillinger for Alt-i-En sidebjælken?\\n\\n
5 | prefs.save=Eksportindstillinger
6 | prefs.open=Importindstillinger
7 | prefs.invalid=Kan ikke importere indstillinger da det ikke er en gyldig fil.
8 | prefs.failed=Fejl ved import af indstillinger.
9 | prefs.openpanel=Åbn
10 |
--------------------------------------------------------------------------------
/locale/da/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/locale/de/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/de/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Sidebar-Steuerung mit preisgekrönter Benutzerfreundlichkeit\!
2 | bm_hi.search.blur=Suchen…
3 | prefs.confirm=Sollen die Standardeinstellungen der All-in-One Sidebar wiederhergestellt werden?
4 | prefs.import=Sollen diese Einstellungen der All-in-One Sidebar wirklich importiert werden?
5 | prefs.save=Einstellungen exportieren
6 | prefs.open=Einstellungen importieren
7 | prefs.copy=Die Einstellungen wurden in die Zwischenablage kopiert.
8 | prefs.invalid=Diese Datei ist keine gültige Konfigurationsdatei.
9 | prefs.failed=Import der Einstellungen fehlgeschlagen.
10 | prefs.openpanel=Öffne
11 |
--------------------------------------------------------------------------------
/locale/de/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/el/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/el/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Νιώστε την πολυβραβευμένη εμπειρία ελέγχου των πλευρικών στηλών
2 | bm_hi.search.blur=Αναζήτηση…
3 | prefs.confirm=Θέλετε σίγουρα να επαναφέρετε τις αρχικές ρυθμίσεις του All-in-One Sidebar;
4 | prefs.import=Θέλετε σίγουρα να εισάγετε αυτές τις ρυθμίσεις για το All-in-One Sidebar;nn
5 | prefs.save=Εξαγωγή ρυθμίσεων
6 | prefs.open=Εισαγωγή ρυθμίσεων
7 | prefs.copy=Οι ρυθμίσεις αντιγράφηκαν στο πρόχειρο
8 | prefs.invalid=Μη έγκυρο αρχείο. Δεν είναι δυνατή η εισαγωγή ρυθμίσεων.
9 | prefs.failed=Αποτυχία εισαγωγής ρυθμίσεων.
10 | prefs.openpanel=Άνοιγμα
11 |
--------------------------------------------------------------------------------
/locale/el/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/en-GB/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/locale/en-GB/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/en-GB/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Sidebar control with award-winning user experience!
2 | bm_hi.search.blur=Search…
3 | prefs.confirm=Are you sure you want to restore the default settings of All-in-One Sidebar?
4 | prefs.import=Are you sure you want to import these settings for All-in-One Sidebar?
5 | prefs.save=Export Settings
6 | prefs.open=Import Settings
7 | prefs.copy=Settings copied to Clipboard.
8 | prefs.invalid=Can\\\'t import settings because it\\\'s not a valid file.
9 | prefs.failed=Failed to import settings.
10 | prefs.openpanel=Open
11 |
--------------------------------------------------------------------------------
/locale/en-GB/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/en-US/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/locale/en-US/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/en-US/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Sidebar control with award-winning user experience!
2 | bm_hi.search.blur=Search…
3 | prefs.confirm=Are you sure you want to restore the default settings of All-in-One Sidebar?
4 | prefs.import=Are you sure you want to import these settings for All-in-One Sidebar?
5 | prefs.save=Export Settings
6 | prefs.open=Import Settings
7 | prefs.copy=Settings copied to Clipboard.
8 | prefs.invalid=Can\'t import settings because it\'s not a valid file.
9 | prefs.failed=Failed to import settings.
10 | prefs.openpanel=Open
11 |
--------------------------------------------------------------------------------
/locale/en-US/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/es-AR/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/es-AR/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Barra Lateral con el control de la experiencia de usuarios galardonados!!!
2 | bm_hi.search.blur=Buscar…
3 | prefs.confirm=Está Usted seguro de querer restablecer la configuración de All-in-One Sidebar a los valores por defecto?
4 | prefs.import=Está Usted seguro de querer importar ésta configuración para All-in-One Sidebar?
5 | prefs.save=Exportar Configuración
6 | prefs.open=Importar Configuración
7 | prefs.copy=Configuraciones copiadas al Portapapeles.
8 | prefs.invalid=No se puede importar la configuración debido a que no es un archivo válido.
9 | prefs.failed=Falló la importación de configuración.
10 | prefs.openpanel=Abrir
11 |
--------------------------------------------------------------------------------
/locale/es-AR/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/es-ES/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/es-ES/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Opciones avanzadas del control del panel lateral.
2 | bm_hi.search.blur=Buscar…
3 | prefs.confirm=¿Confirma que quiere recuperar los valores por defecto de All-in-One Sidebar?
4 | prefs.import=¿Confirma que quiere importar las opciones de All-in-One Sidebar?
5 | prefs.save=Exportar opciones
6 | prefs.open=Importar opciones
7 | prefs.copy=Opciones copiadas al portapapeles.
8 | prefs.invalid=No se han podido importar las opciones, ya que no era un archivo válido.
9 | prefs.failed=Error al importar las opciones.
10 | prefs.openpanel=Abrir
11 |
--------------------------------------------------------------------------------
/locale/es-ES/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/et-EE/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/et-EE/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Külgpaani seadistamine tunnustatud kasutusmugavusega!
2 | bm_hi.search.blur=Otsi…
3 | prefs.confirm=Kas soovid kindlasti All-in-One-Sidebar\'i vaikeseadistuse taastada?
4 | prefs.import=Kas soovid kindlasti need All-in-One-Sidebar\'i seadistused importida?
5 | prefs.save=Ekspordi seadistused
6 | prefs.open=Impordi seadistused
7 | prefs.copy=Seaded kopeeriti lõikepuhvrisse.
8 | prefs.invalid=Seadistusi ei saa importida, sest see ei ole sobiv fail.
9 | prefs.failed=Seadete importimine ebaõnnestus.
10 | prefs.openpanel=Ava
11 |
--------------------------------------------------------------------------------
/locale/et-EE/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/fi/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/locale/fi/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/fi/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Sivupaneeli
2 | bm_hi.search.blur=Hae
3 | prefs.confirm=Oletko varma että haluat palauttaa All-in-One Sidebarin oletusasetukset?
4 | prefs.import=Oletko varma että haluat tuoda nämä asetukset All-in-One Sidebarille
5 | prefs.save=Vie asetukset
6 | prefs.open=Tuo asetukset
7 | prefs.copy=Asetukset kopioitu leikepöydälle.
8 | prefs.invalid=Asetuksia ei voida tuoda koska tiedosto ei ole kevollinen.
9 | prefs.failed=Asetusten tuonti epäonnistui.
10 | prefs.openpanel=Avaa
11 |
--------------------------------------------------------------------------------
/locale/fi/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/fr/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/fr/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Tout contrôler dans le panneau latéral avec l'aisance d'un pro !
2 | bm_hi.search.blur=Rechercher…
3 | prefs.confirm=Voulez-vous vraiment rétablir les préférences par défaut de All-in-One Sidebar ?
4 | prefs.import=Voulez-vous vraiment importer ces préférences d'All-in-One Sidebar ?\n
5 | prefs.save=Exporter les préférences
6 | prefs.open=Importer les préférences
7 | prefs.copy=Paramètres copiés dans le presse-papiers.
8 | prefs.invalid=Importation des préférences impossible : le fichier n'est pas valide.
9 | prefs.failed=Échec de l'importation des préférences.
10 | prefs.openpanel=Ouvrir
11 |
--------------------------------------------------------------------------------
/locale/fr/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/he/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/locale/he/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/he/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=שליטה על סרגל-הצד עם חווית שימוש זוכת פרסים!
2 | bm_hi.search.blur=חיפוש…
3 | prefs.confirm=האם לשחזר את הגדרות המקור של All-in-One Sidebar?
4 | prefs.import=האם לייבא את ההגדרות האלו לAll-in-One Sidebar ?
5 | prefs.save=ייצוא הגדרות
6 | prefs.open=ייבוא הגדרות
7 | prefs.copy=ההגדרות הועתקו אל לוח הכתיבה.
8 | prefs.invalid=לא ניתן לייבא ההגדרות, כיוון שהקובץ איננו תקף.
9 | prefs.failed=כשל בייבוא ההגדרות.
10 | prefs.openpanel=פתיחה
11 |
--------------------------------------------------------------------------------
/locale/he/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/hr-HR/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/locale/hr-HR/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/locale/hr-HR/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/locale/hr-HR/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Kontrole u rubnom stupcu s dobitnim korisničkim iskustvom
2 | prefs.confirm=Sigurni ste da želite vratiti zadane All-in-One Sidebar postavke?
3 | prefs.import=Sigurni ste da želie uvesti ove All-in-One Sidebar postavke?
4 | prefs.save=Izvezi postavke
5 | prefs.open=Uvezi postavke
6 | prefs.invalid=Postavke se ne mogu uvesti jer nije valjana datoteka.
7 | prefs.failed=Neuspješan uvoz postavki.
8 | prefs.openpanel=Otvori
9 |
--------------------------------------------------------------------------------
/locale/hr-HR/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/locale/hu-HU/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/hu-HU/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Oldalsáv vezérlés a díjgyőztes felhasználói élménnyel.
2 | bm_hi.search.blur=Keresés…
3 | prefs.confirm=Biztos benne, hogy az All-in-One Sidebar kiterjesztést alapállapotba állítja vissza?
4 | prefs.import=Biztos benne, hogy importálja ezeket a beállításokat az All-in-One Sidebar kiterjesztésbe?nn
5 | prefs.save=Beállítások exportálása
6 | prefs.open=Beállítások importálása
7 | prefs.copy=A vágólapra másol beállítások
8 | prefs.invalid=A beállítások nem importálhatók, mert a megadott fájl érvénytelen.
9 | prefs.failed=A beállítások importálása nem sikerült.
10 | prefs.openpanel=Megnyitás
11 |
--------------------------------------------------------------------------------
/locale/hu-HU/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/hy-AM/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/locale/hy-AM/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/hy-AM/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Կողավահանակի օգնական` արժանացած օգտագործողների գովեստի!
2 | bm_hi.search.blur=Որոնում…
3 | prefs.confirm=Վստա՞հ եք, որ ուզում եք վերականգնել լռելիության նախընտրանքները
4 | prefs.import=Վստա՞հ եք, որ ուզում եք ներմուծել այս նախընտրանքները
5 | prefs.save=Արտածել Նախընտրանքները
6 | prefs.open=Ներմուծել Նախընտրանքներ
7 | prefs.copy=Ընտրանքները կրկնօրինակված են
8 | prefs.invalid=Չստացվեց ներմուծել նախընտրանքներ: Անհամապատասխան ֆայլ:
9 | prefs.failed=Չստացվեց ներմուծել նախընտրանքներ:
10 | prefs.openpanel=Բացել
11 |
--------------------------------------------------------------------------------
/locale/hy-AM/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/it/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/it/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Permette di aprire diverse finestre quale la finestra di gestione dei download nella barra laterale analogamente alla barra dei segnalibri e della cronologia, passando rapidamente da una all\'altra
2 | bm_hi.search.blur=Cerca…
3 | prefs.confirm=Ripristinare le impostazioni predefinite di All-in-One Sidebar?
4 | prefs.import=Importare queste impostazioni di All-in-One Sidebar?\\n\\n
5 | prefs.save=Esporta le impostazioni
6 | prefs.open=Importa le impostazioni
7 | prefs.copy=Le impostazioni sono state copiate con successo negli appunti
8 | prefs.invalid=Impossibile importare le impostazioni poiché il file non è valido
9 | prefs.failed=L\'importazione delle impostazioni non è riuscita
10 | prefs.openpanel=Apri
11 |
--------------------------------------------------------------------------------
/locale/it/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/ja-JP/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
--------------------------------------------------------------------------------
/locale/ja-JP/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/locale/ja-JP/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/ja-JP/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=ユーザ利用の浸透と支持で賞を受けたサイドバーコントロールです
2 | bm_hi.search.blur=検索...
3 | prefs.confirm=All-in-One Sidebar のデフォルト設定を修復しますか?
4 | prefs.import=All-in-One Sidebar の設定をインポートしますか?
5 | prefs.save=エクスポート設定
6 | prefs.open=インポート設定
7 | prefs.copy=クリップボードに設定をコピー
8 | prefs.invalid=有効なファイルではないので設定をインポートすることができません
9 | prefs.failed=設定のインポートに失敗しました
10 | prefs.openpanel=表示
11 |
--------------------------------------------------------------------------------
/locale/ja-JP/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/locale/ko-KR/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
--------------------------------------------------------------------------------
/locale/ko-KR/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/locale/ko-KR/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/ko-KR/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=사용자 체험상을 받은 탐색 창 제어 확장 기능!
2 | bm_hi.search.blur=찾기…
3 | prefs.confirm=정말 All-In-One Sidebar의 설정을 초기화 하시겠습니까?
4 | prefs.import=정말 All-In-One Sidebar의 설정을 덮어 씌우시겠습니까?
5 | prefs.save=설정 내보내기
6 | prefs.open=설정 가져오기
7 | prefs.copy=설정이 클립보드로 복사되었습니다.
8 | prefs.invalid=유효한 파일이 아니므로 설정을 가져오지 못했습니다.
9 | prefs.failed=설정을 가져오지 못했습니다.
10 | prefs.openpanel=열기
11 |
--------------------------------------------------------------------------------
/locale/ko-KR/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/locale/lt-LT/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/locale/lt-LT/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/locale/lt-LT/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Parankinės valdiklis, savo patogumu laimėjęs daug apdovanojimų!
2 | bm_hi.search.blur=Ieškoti…
3 | prefs.confirm=Ar norite atstatyti numatytasias All-in-One Sidebar reikšmės?
4 | prefs.import=Ar norite importuoti šiuos All-in-One Sidebar nustatymus?
5 | prefs.save=Eksportavimo nustatymai
6 | prefs.open=Importavimo nustatymai
7 | prefs.invalid=Negalima importuoti nustatymų, nes tai nėra tinkamas failas.
8 | prefs.failed=Nepavyko importuoti nustatymų.
9 | prefs.openpanel=Atverti
10 |
--------------------------------------------------------------------------------
/locale/lt-LT/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/locale/nb-NO/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/locale/nb-NO/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
--------------------------------------------------------------------------------
/locale/nb-NO/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/locale/nb-NO/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Sidestolpekontroll med prisbelønnet brukeropplevelse!
2 | bm_hi.search.blur=Søk…
3 | prefs.confirm=Er du sikker på at du vil gjenopprette standardinnstillingene for All-in-One Sidebar?
4 | prefs.import=Er du sikker på at du vil importere disse innstillingene for All-in-One Sidebar?
5 | prefs.save=Eksporter innstillinger
6 | prefs.open=Importer innstillinger
7 | prefs.invalid=Kan ikke importere innstillingene fordi det ikke er en gyldig fil.
8 | prefs.failed=Importering av innstillingene feilet
9 | prefs.openpanel=Åpne
10 |
--------------------------------------------------------------------------------
/locale/nb-NO/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/locale/nl/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/nl/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Zijbalkbeheer met bekroonde gebruikerservaring
2 | bm_hi.search.blur=Zoeken…
3 | prefs.confirm=Weet u zeker dat u de standaard instellingen van All-in-One Sidebar wilt herstellen?
4 | prefs.import=Weet u zeker dat u deze instellingen van All-in-One Sidebar wilt importeren?
5 | prefs.save=Instellingen exporteren
6 | prefs.open=Instellingen importeren
7 | prefs.copy=Instellingen gekopieerd naar het klembord.
8 | prefs.invalid=Kan de instellingen niet importeren, omdat het geen geldig bestand is.
9 | prefs.failed=Kon de instellingen niet importeren.
10 | prefs.openpanel=Openen
11 |
--------------------------------------------------------------------------------
/locale/nl/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/pl/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/pl/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Panel boczny podobny do tego z Opery. Daje szybki dostęp do różnych opcji.
2 | bm_hi.search.blur=Szukaj
3 | prefs.confirm=Czy na pewno chcesz przywrócić domyślne ustawienia All-In-One Sidebar?
4 | prefs.import=Czy na pewno chcesz zaimportować te ustawienia All-In-One Sidebar?\\n\\n
5 | prefs.save=Eksportuj ustawienia
6 | prefs.open=Importuj ustawienia
7 | prefs.copy=Ustawienia zostały skopiowane do schowka.
8 | prefs.invalid=Niewłaściwy plik. Nie można zaimportować ustawień.
9 | prefs.failed=Nie udało się zaimportować ustawień
10 | prefs.openpanel=Otwórz
11 |
--------------------------------------------------------------------------------
/locale/pl/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/pt-BR/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/pt-BR/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Controle de painéis laterais com experiência premiada!
2 | bm_hi.search.blur=Pesquisar…
3 | prefs.confirm=Tem certeza de que deseja restaurar as configuraçõees do All-in-One Sidebar?
4 | prefs.import=Tem certeza de que deseja importar estas configurações do All-in-One Sidebar?
5 | prefs.save=Exportar Configurações
6 | prefs.open=Importar Configurações
7 | prefs.copy=Configurações copiadas para a área de transferência.
8 | prefs.invalid=Não é possível importar configurações porque este não é um arquivo válido.
9 | prefs.failed=Falha ao importar configurações.
10 | prefs.openpanel=Abrir
11 |
--------------------------------------------------------------------------------
/locale/pt-BR/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/pt-PT/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/pt-PT/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Controlo da Barra lateral com experiência de utilizador premiada!
2 | bm_hi.search.blur=Pesquisar…
3 | prefs.confirm=Tem a certeza que deseja restaurar as pré-definições da All-in-One Sidebar?
4 | prefs.import=Tem a certeza que quer importar estas definições para a All-in-One Sidebar?
5 | prefs.save=Exportar Definições
6 | prefs.open=Importar Definições
7 | prefs.copy=Definições copiadas para o clipboard.
8 | prefs.invalid=Não é possível importar definições porque não é um ficheiro válido.
9 | prefs.failed=A importação das definições falhou.
10 | prefs.openpanel=Abrir
11 |
--------------------------------------------------------------------------------
/locale/pt-PT/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/ro/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/ro/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Controlează în mod complex interfața navigatorului în panoul lateral (zis și bară laterală)!
2 | bm_hi.search.blur=Caută…
3 | prefs.confirm=Sigur doriți să reveniți la configurația inițială AiOS?
4 | prefs.import=Sigur doriți să importați această configurație AiOS?
5 | prefs.save=Exportă configurația
6 | prefs.open=Importă configurația
7 | prefs.copy=Configurația a fost copiată în memoria tampon.
8 | prefs.invalid=Configurația nu poate fi importată deoarece fișierul este necorespunzător.
9 | prefs.failed=Configurația nu a putut fi importată.
10 | prefs.openpanel=Se deschide
11 |
--------------------------------------------------------------------------------
/locale/ro/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/ru/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/ru/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Управление боковой панелью, заслужившее множество лестных отзывов от пользователей!
2 | bm_hi.search.blur=Поиск…
3 | prefs.confirm=Вы уверены, что хотите восстановить настройки по умолчанию?
4 | prefs.import=Вы уверены, что хотите импортировать эти настройки?\\n\\n
5 | prefs.save=Экспорт настроек
6 | prefs.open=Импорт настроек
7 | prefs.copy=Настройки скопированы в буфер обмена
8 | prefs.invalid=Невозможно импортировать настройки. Либо файл содержит ошибки, либо это не файл с настройками.
9 | prefs.failed=Импортирование настроек не удалось.
10 | prefs.openpanel=Открыть
11 |
--------------------------------------------------------------------------------
/locale/ru/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/sk-SK/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/locale/sk-SK/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/locale/sk-SK/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Rozšírené možnosti kontroly bočných panelov.
2 | bm_hi.search.blur=Hľadať…
3 | prefs.confirm=Naozaj sa chcete vrátiť k predvoleným nastaveniam All-in-One Sidebar?
4 | prefs.import=Naozaj chcete importovať tieto nastavenia All-in-One Sidebar?
5 | prefs.save=Exportovať nastavenia
6 | prefs.open=Importovať nastavenia
7 | prefs.invalid=Nie je možné importovať nastavenia, pretože súbor je nesprávny.
8 | prefs.failed=Importovanie nastavení zlyhalo.
9 | prefs.openpanel=Otvoriť
10 |
--------------------------------------------------------------------------------
/locale/sk-SK/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/locale/sq-AL/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/sq-AL/lib.properties:
--------------------------------------------------------------------------------
1 | bm_hi.search.blur=Kërko...
2 | prefs.confirm=A jeni i sigurt se doni të i ktheni parapëlqimet sikur në fillim?
3 | prefs.import=A jeni i sigurt se doni të i importoni këto parapëlqime?
4 | prefs.save=Eksporto Parapëlqimet
5 | prefs.open=Importo Parapëlqimet
6 | prefs.invalid=Nuk mund të importojë parapëlqimet pasi skeda nuk është e vlefshme.
7 | prefs.failed=Dështoi gjatë importimit të parapëlqimeve.
8 | prefs.openpanel=Hape
9 |
--------------------------------------------------------------------------------
/locale/sq-AL/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/locale/sr/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/sr/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Контроле бочне траке са добитничким корисничким искуством\\!
2 | bm_hi.search.blur=Претрага…
3 | prefs.confirm=Сигурни сте да желите да вратите почетна подешавања АиОС-а?
4 | prefs.import=Сигурни сте да желите да увезете ова подешавања за АиОС?
5 | prefs.save=Извези подешавања
6 | prefs.open=Увези подешавања
7 | prefs.copy=Подешавања су копирана у оставу.
8 | prefs.invalid=Подешавања не могу да се увезу јер је датотека неисправна.
9 | prefs.failed=Неуспешан увоз подешавања.
10 | prefs.openpanel=Отвори
11 |
--------------------------------------------------------------------------------
/locale/sr/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/sv-SE/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/locale/sv-SE/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/sv-SE/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Kritikerrosad sidopanel!
2 | bm_hi.search.blur=Sök…
3 | prefs.confirm=Är du säker på att du vill återställa till de förvalda inställningarna för All-in-One Sidebar?
4 | prefs.import=Är du säker på att du vill importera dessa inställningar till All-in-One Sidebar?
5 | prefs.save=Exportera inställningar
6 | prefs.open=Importera inställningar
7 | prefs.copy=Inställningarna är kopierade till urklipp.
8 | prefs.invalid=Det gick inte att importera inställningarna pga ogiltig fil.
9 | prefs.failed=Misslyckades att importera inställningarna.
10 | prefs.openpanel=Öppna
11 |
--------------------------------------------------------------------------------
/locale/sv-SE/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/tr/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/tr/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Ödüllü kullanıcı deneyimiyle kenar çubuğu denetimi
2 | bm_hi.search.blur=Ara…
3 | prefs.confirm=All in One kenar çubuğu ayarlarının öntanımlı ayarlama getirmek istediğinizden emin misiniz?
4 | prefs.import=All in One kenar çubuğu tercihlerini içe aktarmak istediğinizden emin misiniz?\\n\\n
5 | prefs.save=Tercihleri dışa aktar
6 | prefs.open=Tercihleri içe aktar
7 | prefs.copy=Ayarlar panoya kopyalandı.
8 | prefs.invalid=İçe aktarılan tercihler dosyası geçersiz bir dosya.
9 | prefs.failed=Tercihleri içe aktarma başarısız..
10 | prefs.openpanel=Aç
11 |
--------------------------------------------------------------------------------
/locale/tr/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/uk/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/uk/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Контроль бічної панелі - чудові відгуки користувачів!
2 | bm_hi.search.blur=Пошук…
3 | prefs.confirm=Ви впевнені, що хочете відновити налаштування за умовчанням All-In-One Sidebar?
4 | prefs.import=Ви впевнені, що хочете імпортувати ці налаштування для All-In-One Sidebar?\\n\\n
5 | prefs.save=Експортувати налаштування
6 | prefs.open=Імпортувати налаштування
7 | prefs.copy=Налаштування скопійовані до буфера обміну.
8 | prefs.invalid=Неможливо імпортувати налаштування, оскільки файл має неправильний формат.
9 | prefs.failed=Не вдалось імпортувати налаштування.
10 | prefs.openpanel=Відкрити
11 |
--------------------------------------------------------------------------------
/locale/uk/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/vi/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/locale/vi/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/vi/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=Thanh lề Tất-cả-trong-Một: Điều khiển thanh lề với trải nghiệm người dùng tuyệt vời!
2 | bm_hi.search.blur=Tìm kiếm…
3 | prefs.confirm=Bạn có chắc là bạn muốn khôi phục thiết lập mặc định của All-in-One Sidebar không?
4 | prefs.import=Bạn có chắc là bạn muốn nhập các thiết lập này cho All-in-One Sidebar không?
5 | prefs.save=Xuất thiết lập
6 | prefs.open=Nhập thiết lập
7 | prefs.copy=Thiết lập đã được chép vào Clipboard.
8 | prefs.invalid=Không thể nhập thiết lập vì nó không phải là một tập tin hợp lệ.
9 | prefs.failed=Thất bại khi nhập thiết lập.
10 | prefs.openpanel=Mở
11 |
--------------------------------------------------------------------------------
/locale/vi/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/locale/zh-CN/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/locale/zh-CN/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/locale/zh-CN/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/locale/zh-CN/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=侧栏控制,屡获大奖的用户体验!
2 | bm_hi.search.blur=搜索…
3 | prefs.confirm=您确定还原 All-in-One Sidebar 的默认设置么?
4 | prefs.import=您确定导入 All-in-One Sidebar 的这些设置么?
5 | prefs.save=导出设置
6 | prefs.open=导入设置
7 | prefs.copy=设置已复制到剪贴板。
8 | prefs.invalid=这是无效的配置文件,无法导入设置。
9 | prefs.failed=导入设置失败。
10 | prefs.openpanel=打开
11 |
--------------------------------------------------------------------------------
/locale/zh-CN/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/locale/zh-TW/about.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/locale/zh-TW/aios.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/locale/zh-TW/lib.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/locale/zh-TW/lib.properties:
--------------------------------------------------------------------------------
1 | extensions.{097d3191-e6fa-4728-9826-b533d755359d}.description=受獲獎肯定的側邊欄擴充套件!
2 | bm_hi.search.blur=搜尋…
3 | prefs.confirm=您確定要將All-in-One Sidebar所有設定還原至預設值嗎?
4 | prefs.import=您確定要匯入這個 All-in-One Sidebar 設定檔嗎?
5 | prefs.save=匯出設定
6 | prefs.open=匯入設定
7 | prefs.invalid=無法匯入設定檔,該檔案格式不正確。
8 | prefs.failed=匯入設定檔失敗
9 | prefs.openpanel=開啟
10 |
--------------------------------------------------------------------------------
/locale/zh-TW/multipanel.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name" : "AiOS",
3 | "description" : "needed grunt plugins for this project",
4 | "version" : "1.0.0",
5 | "last-update" : "20.09.2015",
6 |
7 | "private" : true,
8 | "repository" : {
9 | "type" : "git"
10 | },
11 |
12 | "dependencies": {
13 | "grunt" : "~0.4.5",
14 | "load-grunt-tasks" : "~3.2.0"
15 | },
16 |
17 | "devDependencies": {
18 | "grunt-sass" : "~1.0.0",
19 | "grunt-newer" : "~1.1.1",
20 | "grunt-notify" : "~0.4.1",
21 | "grunt-contrib-watch" : "~0.6.1",
22 | "grunt-contrib-jshint" : "~0.11.2"
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/skin/css/aios_theme_generic.css:
--------------------------------------------------------------------------------
1 | /* line 5, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/aios_theme_generic.scss */window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toggle-toolbar{border-top:none;border-right:1px solid ThreedShadow}/* line 10, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/aios_theme_generic.scss */window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aiosOrient="right"] #aios-toggle-toolbar{border-left:none;border-left:1px solid ThreedShadow}/* line 28, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/aios_theme_generic.scss */window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbox-left,window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbox-right,window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbox-sidebartop,window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbox-sidebartop2,window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbox-sidebarbottom,window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar,window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar[posMode="1"],window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar[posMode="2"],window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar[posMode="3"],window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar[posMode="4"],window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar[posMode="5"]{border:none}/* line 33, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/aios_theme_generic.scss */window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar[posMode="3"],window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar[posMode="5"]{border:none !important}/* line 37, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/aios_theme_generic.scss */window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aiosOrient="left"] #aios-toolbar[posMode="2"]{border-right:1px solid ThreedShadow}/* line 41, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/aios_theme_generic.scss */window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aiosOrient="right"] #aios-toolbar[posMode="1"]{border-left:1px solid ThreedShadow}/* line 48, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/aios_theme_generic.scss */window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #sidebar-splitter[orient="horizontal"]{border:none !important}
2 |
--------------------------------------------------------------------------------
/skin/css/downloads.css:
--------------------------------------------------------------------------------
1 | /* line 2, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/downloads.scss */#contentAreaDownloadsView{margin:0;padding:0;border:none}
2 |
--------------------------------------------------------------------------------
/skin/css/multipanel_config.css:
--------------------------------------------------------------------------------
1 | /* line 4, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_config.scss */window[aios-appDefTheme="true"]{border-top:1px solid ThreedHighlight}/* line 8, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_config.scss */window[aios-appDefTheme="true"] #filterRow{-moz-appearance:toolbox;margin:0;padding-right:1px;padding-bottom:1px}/* line 15, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_config.scss */window[aios-appDefTheme="true"] #configTree{-moz-appearance:none;margin:0;border:none}/* line 20, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_config.scss */window[aios-appDefTheme="true"] #configTree treechildren{margin-left:5px}/* line 29, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_config.scss */window[aios-appDefTheme="true"][aios-appOSVersion="Windows NT 5.1"] #filterRow{border-bottom:1px solid ThreedShadow}/* line 43, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_config.scss */window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] #filterRow{-moz-appearance:none;background-image:-moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0))}/* line 59, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_config.scss */window[aios-appDefTheme="true"][aios-appOS="Darwin"] #filterRow{padding-bottom:5px;background-color:#D4DDE5;background-image:none}/* line 64, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_config.scss */window[aios-appDefTheme="true"][aios-appOS="Darwin"] #filterRow:-moz-window-inactive{background-color:#e8e8e8}
2 |
--------------------------------------------------------------------------------
/skin/css/multipanel_ssr.css:
--------------------------------------------------------------------------------
1 | /* line 6, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */html{background-color:AppWorkspace !important}/* line 10, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */body{width:176px !important;min-width:0 !important;padding:3px !important;margin:auto !important;border:1px solid ThreedDarkShadow !important;border-top:none !important;background-color:#FFFFFF !important}/* line 24, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */*{font-size:11px !important;background-image:none !important}/* line 32, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */*:not(body):not(html):not(select):not(option):not(optgroup){width:auto !important;min-width:0 !important;height:auto !important;max-width:176px !important;position:static !important;top:auto !important;left:auto !important;float:none !important;padding:0 !important;margin:0 !important;white-space:normal !important;overflow:hidden !important}/* line 69, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */table,tbody,thead,tfoot,tr,td,th,col,colgroup{display:block !important}/* line 77, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */img[width="1"],img[height="1"],img[width="468"],img[height="600"]{display:none !important}/* line 84, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */li{list-style-position:inside !important}/* line 89, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */iframe{display:none !important}/* line 94, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */embed[type*="shockwave"]{display:none !important}/* line 99, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */html :-moz-any-link{text-decoration:underline !important}/* line 106, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */ul,ol{display:block !important}/* line 110, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */li{display:list-item !important}/* line 114, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */a{background-image:none !important}/* line 118, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */img[src*="spacer"]{display:none !important}/* line 123, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */body[aiosSidebar=true]{width:100% !important;padding:0 !important;border:none !important}/* line 129, /Users/ingo.wennemaring/Documents/AddonLab/AiOS/skin/scss/multipanel_ssr.scss */body[aiosSidebar=true] *:not(body):not(html):not(select):not(option):not(optgroup){max-width:100% !important}
2 |
--------------------------------------------------------------------------------
/skin/icons/icon64.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/icons/icon64.png
--------------------------------------------------------------------------------
/skin/icons/panels_menus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/icons/panels_menus.png
--------------------------------------------------------------------------------
/skin/icons/prefs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/icons/prefs.png
--------------------------------------------------------------------------------
/skin/icons/toolbar_darwin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/icons/toolbar_darwin.png
--------------------------------------------------------------------------------
/skin/icons/toolbar_darwin_inverted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/icons/toolbar_darwin_inverted.png
--------------------------------------------------------------------------------
/skin/icons/toolbar_generic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/icons/toolbar_generic.png
--------------------------------------------------------------------------------
/skin/icons/toolbar_windows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/icons/toolbar_windows.png
--------------------------------------------------------------------------------
/skin/icons/toolbar_windows_inverted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/icons/toolbar_windows_inverted.png
--------------------------------------------------------------------------------
/skin/icons/topbar_darwin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/icons/topbar_darwin.png
--------------------------------------------------------------------------------
/skin/img/arrow-dn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/img/arrow-dn.png
--------------------------------------------------------------------------------
/skin/img/arrow-up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/img/arrow-up.png
--------------------------------------------------------------------------------
/skin/img/arrow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/img/arrow.gif
--------------------------------------------------------------------------------
/skin/img/grippy-left.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/img/grippy-left.gif
--------------------------------------------------------------------------------
/skin/img/grippy-right.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/img/grippy-right.gif
--------------------------------------------------------------------------------
/skin/img/info.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/img/info.png
--------------------------------------------------------------------------------
/skin/img/paypal.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/img/paypal.gif
--------------------------------------------------------------------------------
/skin/img/sidebarheader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AddonLab/AiOS/8426c4983a1bb402997ee4c25c894ea5cc1b7a84/skin/img/sidebarheader.gif
--------------------------------------------------------------------------------
/skin/scss/aios_theme_generic.scss:
--------------------------------------------------------------------------------
1 |
2 | window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) {
3 |
4 | /* @group Sidebar Switch */
5 | #aios-toggle-toolbar {
6 | border-top: none;
7 | border-right: 1px solid ThreedShadow;
8 | }
9 |
10 | &[aiosOrient="right"] #aios-toggle-toolbar {
11 | border-left: none;
12 | border-left: 1px solid ThreedShadow;
13 | }
14 | /* @end */
15 |
16 |
17 | /* @group AiOS-Toolbar */
18 | #aios-toolbox-left,
19 | #aios-toolbox-right,
20 | #aios-toolbox-sidebartop,
21 | #aios-toolbox-sidebartop2,
22 | #aios-toolbox-sidebarbottom,
23 | #aios-toolbar,
24 | #aios-toolbar[posMode="1"],
25 | #aios-toolbar[posMode="2"],
26 | #aios-toolbar[posMode="3"],
27 | #aios-toolbar[posMode="4"],
28 | #aios-toolbar[posMode="5"] {
29 | border: none;
30 | }
31 |
32 | #aios-toolbar[posMode="3"],
33 | #aios-toolbar[posMode="5"] {
34 | border: none !important;
35 | }
36 |
37 | &[aiosOrient="left"] #aios-toolbar[posMode="2"] {
38 | border-right: 1px solid ThreedShadow;
39 | }
40 |
41 | &[aiosOrient="right"] #aios-toolbar[posMode="1"] {
42 | border-left: 1px solid ThreedShadow;
43 | }
44 | /* @end */
45 |
46 |
47 | /* @group Splitter */
48 | #sidebar-splitter[orient="horizontal"] {
49 | border: none !important;
50 | }
51 | /* @end */
52 |
53 | }
54 |
--------------------------------------------------------------------------------
/skin/scss/downloads.scss:
--------------------------------------------------------------------------------
1 |
2 | #contentAreaDownloadsView {
3 | margin: 0;
4 | padding: 0;
5 | border: none;
6 | }
7 |
--------------------------------------------------------------------------------
/skin/scss/multipanel_config.scss:
--------------------------------------------------------------------------------
1 |
2 | /* @group Firefox-Standard-Theme */
3 |
4 | window[aios-appDefTheme="true"] {
5 |
6 | border-top: 1px solid ThreedHighlight;
7 |
8 | #filterRow {
9 | -moz-appearance: toolbox;
10 | margin: 0;
11 | padding-right: 1px;
12 | padding-bottom: 1px;
13 | }
14 |
15 | #configTree {
16 | -moz-appearance: none;
17 | margin: 0;
18 | border: none;
19 |
20 | treechildren {
21 | margin-left: 5px;
22 | }
23 | }
24 |
25 |
26 | /* @group Windows-XP klassisch */
27 | &[aios-appOSVersion="Windows NT 5.1"] {
28 |
29 | #filterRow {
30 | border-bottom: 1px solid ThreedShadow;
31 | }
32 |
33 | }
34 | /* @end */
35 |
36 |
37 | /* @group Windows-Standard */
38 | &:-moz-system-metric(windows-default-theme) {
39 |
40 | /* @group Windows-XP-Standard */
41 | &[aios-appOSVersion="Windows NT 5.1"] {
42 |
43 | #filterRow {
44 | -moz-appearance: none;
45 | background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5),
46 | rgba(255, 255, 255, 0));
47 | }
48 |
49 | }
50 | /* @end */
51 |
52 | }
53 | /* @end */
54 |
55 |
56 | /* @group Darwin */
57 | &[aios-appOS="Darwin"] {
58 |
59 | #filterRow {
60 | padding-bottom: 5px;
61 | background-color: #D4DDE5;
62 | background-image: none;
63 |
64 | &:-moz-window-inactive {
65 | background-color: #e8e8e8;
66 | }
67 | }
68 |
69 | }
70 | /* @end */
71 |
72 | }
73 |
74 | /* @end */
75 |
--------------------------------------------------------------------------------