├── chrome ├── skin │ ├── icon.png │ ├── icon_small.png │ ├── white_trans_grad.png │ └── extendedstatusbaroptions.css ├── locale │ ├── ja-JP │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── sr │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── zh-CN │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── zh-TW │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── th │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── hy-AM │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── kk-KZ │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── tr │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── bg-BG │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── da │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── en-US │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── id-ID │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── pl │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── ro-RO │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── ru-RU │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── sk-SK │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── cs │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── de │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── it │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── pt-BR │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── sv-SE │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── uk-UA │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── es-ES │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── hu-HU │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── lt-LT │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ ├── pt-PT │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd │ └── fr │ │ ├── extendedstatusbar.dtd │ │ ├── EdColorPicker.properties │ │ ├── EdColorPicker.dtd │ │ ├── extendedstatusbar.properties │ │ └── extendedstatusbaroptions.dtd └── content │ ├── colorPicker │ ├── hsPanel.png │ ├── brightness.png │ ├── colourPickerArrow.gif │ ├── colourPickerCrosshair.gif │ ├── EdColorPicker.properties │ ├── EdColorPicker.css │ └── EdColorPicker.dtd │ └── esbpref.js ├── README.md ├── chrome.manifest ├── install.rdf └── CHANGELOG.md /chrome/skin/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kustodian/extended-statusbar/HEAD/chrome/skin/icon.png -------------------------------------------------------------------------------- /chrome/locale/ja-JP/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/skin/icon_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kustodian/extended-statusbar/HEAD/chrome/skin/icon_small.png -------------------------------------------------------------------------------- /chrome/locale/sr/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/zh-CN/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/zh-TW/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/skin/white_trans_grad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kustodian/extended-statusbar/HEAD/chrome/skin/white_trans_grad.png -------------------------------------------------------------------------------- /chrome/locale/th/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/zh-CN/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=格式为符号#后面跟着6位数字 2 | esbColorPicker.badcolorinput=颜色代码错误 3 | -------------------------------------------------------------------------------- /chrome/locale/hy-AM/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/kk-KZ/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/tr/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/content/colorPicker/hsPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kustodian/extended-statusbar/HEAD/chrome/content/colorPicker/hsPanel.png -------------------------------------------------------------------------------- /chrome/locale/bg-BG/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/da/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/en-US/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/id-ID/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/pl/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/ro-RO/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/ru-RU/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/sk-SK/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/zh-TW/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=色彩並非由 '#' 號後六個十六進位數字組成 2 | esbColorPicker.badcolorinput=不適當的色彩輸入 3 | -------------------------------------------------------------------------------- /chrome/content/colorPicker/brightness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kustodian/extended-statusbar/HEAD/chrome/content/colorPicker/brightness.png -------------------------------------------------------------------------------- /chrome/locale/cs/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/de/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/it/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/ja-JP/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=色がハッシュ (#) に続く6桁の16進数にになっていません 2 | esbColorPicker.badcolorinput=不良な色の入力 3 | -------------------------------------------------------------------------------- /chrome/locale/pt-BR/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/sv-SE/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/uk-UA/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/es-ES/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/hu-HU/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/lt-LT/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/locale/pt-PT/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/content/colorPicker/colourPickerArrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kustodian/extended-statusbar/HEAD/chrome/content/colorPicker/colourPickerArrow.gif -------------------------------------------------------------------------------- /chrome/locale/fr/extendedstatusbar.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /chrome/content/colorPicker/colourPickerCrosshair.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kustodian/extended-statusbar/HEAD/chrome/content/colorPicker/colourPickerCrosshair.gif -------------------------------------------------------------------------------- /chrome/locale/en-US/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Color is not made of a hash ('#') followed by six hex digits 2 | esbColorPicker.badcolorinput=Bad Color Input 3 | -------------------------------------------------------------------------------- /chrome/locale/id-ID/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Warna tak ditentukan oleh tanda pagar (#) dan enam digit hex 2 | esbColorPicker.badcolorinput=Input warna salah 3 | -------------------------------------------------------------------------------- /chrome/locale/sv-SE/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Färger sätts inte med hash ('#') följt av sex hex nummer 2 | esbColorPicker.badcolorinput=Felaktig färginmatning 3 | -------------------------------------------------------------------------------- /chrome/locale/th/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=สีไม่ได้สร้างขึ้นมากจากแฮช ('#') ตามด้วยตัวเลขฐานหกหกตัว 2 | esbColorPicker.badcolorinput=การใส่ข้อมูลสีผิดพลาด 3 | -------------------------------------------------------------------------------- /chrome/locale/uk-UA/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Колір не робиться з хешу ('#') наступних шести цифр 2 | esbColorPicker.badcolorinput=Введено неправильний колір 3 | -------------------------------------------------------------------------------- /chrome/content/colorPicker/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Color is not made of a hash ('#') followed by six hex digits 2 | esbColorPicker.badcolorinput=Bad Color Input 3 | -------------------------------------------------------------------------------- /chrome/locale/da/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Farve er ikke lavet af en hash(#) efterfulgt af seks hexadecimaler 2 | esbColorPicker.badcolorinput=Forkert farve-input 3 | -------------------------------------------------------------------------------- /chrome/locale/hy-AM/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Color is not made of a hash ('#') followed by six hex digits 2 | esbColorPicker.badcolorinput=Սխալ գույնի ներմուծում 3 | -------------------------------------------------------------------------------- /chrome/locale/sk-SK/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Číslo farby neobsahuje znak ('#') a šesť hexadecimálnych čísel. 2 | esbColorPicker.badcolorinput=Zle vložená farba 3 | -------------------------------------------------------------------------------- /chrome/locale/lt-LT/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Spalva turi sudaryti grotelės # bei šeši šešioliktainiai skaitmenys 2 | esbColorPicker.badcolorinput=Neleistina spalvos įvestis 3 | -------------------------------------------------------------------------------- /chrome/locale/pt-PT/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=A cor não tem o formato de cardinal ('#') seguido de seis dígitos hex 2 | esbColorPicker.badcolorinput=Má introdução da cor 3 | -------------------------------------------------------------------------------- /chrome/locale/sr/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Боја се не може задати у облику шестоцифреног броја коме претходи знак '#' 2 | esbColorPicker.badcolorinput=Неисправно задата боја 3 | -------------------------------------------------------------------------------- /chrome/locale/pl/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Sześciocyfrowe oznaczenie koloru musi być poprzedzone znakiem ( # ). 2 | esbColorPicker.badcolorinput=Nieprawidłowe oznaczenie koloru. 3 | -------------------------------------------------------------------------------- /chrome/locale/ro-RO/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Culoarea nu e formată dintr-un diez („#”) urmat de 6 digiți în hexa 2 | esbColorPicker.badcolorinput=Culoarea introdusă este greșită 3 | -------------------------------------------------------------------------------- /chrome/locale/cs/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Barva se neskládá z dvojitého křížku ('#') následovaného šesti hexadecimálními číslicemi 2 | esbColorPicker.badcolorinput=Špatný vstup barvy 3 | -------------------------------------------------------------------------------- /chrome/locale/fr/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=La couleur choisie n'est pas au format : '#' suivi de six caractères hexadécimaux 2 | esbColorPicker.badcolorinput=Choix de couleur invalide 3 | -------------------------------------------------------------------------------- /chrome/locale/kk-KZ/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Түс коды «#» таңбасынан мен алты он алтылық саннан (0-9,A,B,C,D,E,F) тұруы керек 2 | esbColorPicker.badcolorinput=Енгізілген түс қате 3 | -------------------------------------------------------------------------------- /chrome/locale/pt-BR/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=A cor não foi feita de um sustenido ('#') seguido por seis dígitos hexadecimais 2 | esbColorPicker.badcolorinput=Entrada de cor inválida 3 | -------------------------------------------------------------------------------- /chrome/locale/tr/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Renk kodunu kullanırken kod başında (#) işareti bulunmalı,renk kodu 6 rakamdan oluşmalıdır. 2 | esbColorPicker.badcolorinput=Yanlış renk girişi 3 | -------------------------------------------------------------------------------- /chrome/locale/es-ES/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=El color no está formado por almohadilla (#) seguida por seis dígitos hexadecimales. 2 | esbColorPicker.badcolorinput=Color introducido erróneo 3 | -------------------------------------------------------------------------------- /chrome/locale/it/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Inserire il codice del colore corretto (simbolo # seguito da sei cifre esadecimali) 2 | esbColorPicker.badcolorinput=Codice del colore non corretto 3 | -------------------------------------------------------------------------------- /chrome/locale/hu-HU/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=A színkód nem megfelelő formátumú. A helyes alak egy kettőskeresztet ('#') követő hat hexadecimális szám 2 | esbColorPicker.badcolorinput=Hibás színkód 3 | -------------------------------------------------------------------------------- /chrome/locale/bg-BG/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Кода на цвета трябва да бъде от символа ('#') последван от шест шестнадесетични цифри (0-9,A,B,C,D,E,F) 2 | esbColorPicker.badcolorinput=Въведен е неправилен цвят 3 | -------------------------------------------------------------------------------- /chrome/locale/ru-RU/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Код цвета должен состоять из символа «решётки» и следующих за ним шести шестнадцатеричных цифр (0-9,A,B,C,D,E,F) 2 | esbColorPicker.badcolorinput=Введён неправильный цвет 3 | -------------------------------------------------------------------------------- /chrome/locale/de/EdColorPicker.properties: -------------------------------------------------------------------------------- 1 | esbColorPicker.colornohash=Der Hex-Farbwert muss sich aus einer Raute ("#") gefolgt von sechs hexadezimalen Zeichen (Ziffern/Buchstaben) zusammensetzen! 2 | esbColorPicker.badcolorinput=Ungültige Farbeingabe! 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Extended Statusbar 2 | ================== 3 | Extended Statusbar is a Mozilla Firefox extension which adds a statusbar with speed, percentage, time and loaded size (similar to Opera's one) 4 | 5 | You can install/download it from https://addons.mozilla.org/en-US/firefox/addon/extended-statusbar/ -------------------------------------------------------------------------------- /chrome/locale/zh-CN/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/zh-TW/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/ja-JP/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/th/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/id-ID/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/en-US/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/tr/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/pl/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/sk-SK/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/da/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/pt-BR/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/sr/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/cs/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/de/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/hy-AM/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/pt-PT/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/sv-SE/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/es-ES/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/it/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/kk-KZ/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/hu-HU/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/lt-LT/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/bg-BG/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/ro-RO/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/uk-UA/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/fr/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/ru-RU/EdColorPicker.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 | -------------------------------------------------------------------------------- /chrome/locale/zh-TW/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=讓您的狀態列能夠顯示速度、百分比、時間和載入的大小。 2 | esb.document=文件: 3 | esb.images=圖像: 4 | esb.loaded=已載入: 5 | esb.time=時間: 6 | esb.speed=速度: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB 設定 18 | esb.options.accesskey=E 19 | esb.showimages=顯示圖像 20 | esb.showimages.accesskey=I 21 | esb.showloaded=顯示已載入 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=顯示速度 24 | esb.showspeed.accesskey=S 25 | esb.showtime=顯示時間 26 | esb.showtime.accesskey=T 27 | esb.showpercent=顯示百分比 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=顯示進度計 30 | esb.showprogress.accesskey=T 31 | esb.showcursor=顯示載入中游標 32 | esb.showcursor.accesskey=C 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Tang Kai Yiu (TKY) 38 | esb.localname=繁體中文 39 | esb.tooltip.loadedimages=已載入圖像 40 | esb.tooltip.dataloaded=已載入資料 41 | esb.tooltip.avgspeed=平均速度 42 | esb.tooltip.time=頁面載入時間 43 | esb.tooltip.percentage=載入百分比 44 | -------------------------------------------------------------------------------- /chrome/skin/extendedstatusbaroptions.css: -------------------------------------------------------------------------------- 1 | @import url("chrome://global/skin/"); 2 | 3 | .picker { 4 | width: 38px; 5 | height: 24px; 6 | border: 2px solid; 7 | -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; 8 | -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; 9 | -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; 10 | -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; 11 | background-color: ThreeDFace; 12 | } 13 | 14 | .colorbox { 15 | border: 1px solid #000000; 16 | } 17 | 18 | .picker:focus { 19 | -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight; 20 | -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; 21 | -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; 22 | -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight; 23 | } 24 | 25 | .picker[open="true"] { 26 | -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; 27 | -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; 28 | -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; 29 | -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; 30 | } 31 | 32 | #backcolorBox, #progresscolorBox, #cursorcolorBox, #textcolorBox { 33 | padding:3px; 34 | } -------------------------------------------------------------------------------- /chrome/locale/zh-CN/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=增强状态栏, 显示页面载入速度,百分比,时间,大小. 2 | esb.document=载入: 3 | esb.images=图片: 4 | esb.loaded=大小: 5 | esb.time=时间: 6 | esb.speed=速度: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=WangKing 38 | esb.localname=简体中文 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/ja-JP/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=速度と読み込み率、時間、読み込みサイズを備えたステータスバーです (Opera のそれと同様)。 2 | esb.document=文書: 3 | esb.images=画像: 4 | esb.loaded=読み込み: 5 | esb.time=時間: 6 | esb.speed=速度: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=drry 38 | esb.localname=日本語 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/hu-HU/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=A Statusbar with speed, percentage, time and loaded size (similar to Opera's one). 2 | esb.document=Document: 3 | esb.images=Képek: 4 | esb.loaded=Adat: 5 | esb.time=Idő: 6 | esb.speed=Sebesség: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=, 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=bokli 38 | esb.localname=bokli 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/sk-SK/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Stavový riadok s rýchlosťou, percentami, časom a načítanou veľkosťou (ako v Opere). 2 | esb.document=Dokument: 3 | esb.images=Obrázky: 4 | esb.loaded=Načítané: 5 | esb.time=Čas: 6 | esb.speed=Rýchlosť: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Sosie 38 | esb.localname=Slovensky 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/hy-AM/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=A Statusbar with speed, percentage, time and loaded size (similar to Opera's one). 2 | esb.document=Էջի` 3 | esb.images=Նկարներ` 4 | esb.loaded=Բեռնվել է` 5 | esb.time=Ժամանակ` 6 | esb.speed=Արագություն` 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=: 16 | esb.colon=` 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Babayan Eduard 38 | esb.localname=Հայերեն 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/id-ID/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Statusbar dengan data kecepatan, persentase, waktu dan ukuran dibuka (mirip milik Opera) 2 | esb.document=Dokumen 3 | esb.images=Gambar 4 | esb.loaded=Dibuka 5 | esb.time=Waktu 6 | esb.speed=Kecepatan 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=siswan 38 | esb.localname=Bahasa Indonesia 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/uk-UA/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Рядок стану зі швидкістю, відсотками, часом та розміром завантаження (як у Opera) 2 | esb.document=Документ: 3 | esb.images=Картинки: 4 | esb.loaded=Завантажено: 5 | esb.time=Час: 6 | esb.speed=Швидкість: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Жук Андрій 38 | esb.localname=українська (uk-UA) 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/sv-SE/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Ett statusfält med hastighet, procent, tid, storlek på laddad data (liknande den i Opera). 2 | esb.document=Dokument: 3 | esb.images=Bilder: 4 | esb.loaded=Laddat: 5 | esb.time=Tid: 6 | esb.speed=Hastighet: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Mattias Tengblad 38 | esb.localname=Swedish/Svenska 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/pt-PT/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Uma barra de estado com velocidade, percentagem, tempo e tamanho carregado (similar ao Opera) 2 | esb.document=Documento: 3 | esb.images=Imagens: 4 | esb.loaded=Carregado: 5 | esb.time=Tempo: 6 | esb.speed=Velocidade: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Carlos Simão 38 | esb.localname=Português Europeu 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/lt-LT/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Būsenos juosta su sparta, procentais, laiku ir įkeltu dydžiu (panašiai kaip naršyklėje „Opera“) 2 | esb.document=Dokumentas: 3 | esb.images=Paveikslėliai: 4 | esb.loaded=Įkelta: 5 | esb.time=Laikas: 6 | esb.speed=Sparta: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=, 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Edgaras Janušauskas 38 | esb.localname=Lietuvių 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/bg-BG/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Лента на състоянието с показване на скорост, проценти, време и зареден размер (подобно на Opera). 2 | esb.document=Документ: 3 | esb.images=Изображения: 4 | esb.loaded=Заредени: 5 | esb.time=Време: 6 | esb.speed=Скорост: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Руси Димитров (PsyTrip) 38 | esb.localname=Български 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/da/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=En statuslinje der viser hastighed, procent, tid og indlæst størrelse (ligesom den i Opera). 2 | esb.document=Dokument: 3 | esb.images=Billeder: 4 | esb.loaded=Indlæst: 5 | esb.time=Tid: 6 | esb.speed=Hastighed: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=, 16 | esb.colon=: 17 | esb.options=ESB-indstillinger 18 | esb.options.accesskey=E 19 | esb.showimages=Vis Billeder 20 | esb.showimages.accesskey=B 21 | esb.showloaded=Vis Indlæst 22 | esb.showloaded.accesskey=I 23 | esb.showspeed=Vis Hastighed 24 | esb.showspeed.accesskey=H 25 | esb.showtime=Vis Tid 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Vis Procent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Vis Forløbsindikator 30 | esb.showprogress.accesskey=F 31 | esb.showcursor=Vis indikatoren Indlæser 32 | esb.showcursor.accesskey=n 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Jørgen Rasmussen 38 | esb.localname=Dansk 39 | esb.tooltip.loadedimages=Indlæste billeder 40 | esb.tooltip.dataloaded=Indlæste data 41 | esb.tooltip.avgspeed=Gennemsnitlig hastighed 42 | esb.tooltip.time=Indlæsningstid 43 | esb.tooltip.percentage=Procent indlæst 44 | -------------------------------------------------------------------------------- /chrome/locale/kk-KZ/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Жылдамдық, уақыт, жүктелген пайыз және көлем туралы ақпарат беретін жаңа қалып-күй жолағы (Opera-дағы сияқты). 2 | esb.document=Құжат: 3 | esb.images=Суреттер: 4 | esb.loaded=Жүктелген: 5 | esb.time=Уақыты: 6 | esb.speed=Жылдамдығы: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Baurzhan Muftakhidinov 38 | esb.localname=kk 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/pt-BR/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Uma barra de status com velocidade, percentual, tempo e tamanho carregado (similar à do Opera) 2 | esb.document=Documento: 3 | esb.images=Imagens: 4 | esb.loaded=Carregado: 5 | esb.time=Tempo: 6 | esb.speed=Velocidade: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Rodrigo Bergmann Laurindo 38 | esb.localname=Português do Brasil 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/ru-RU/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Строка состояния с показателями скорости, размера, процента и времени загрузки страницы (нечто подобное Опере). 2 | esb.document=Документ: 3 | esb.images=Изображения: 4 | esb.loaded=Загружено: 5 | esb.time=Время: 6 | esb.speed=Скорость: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=, 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Пирятинский Виталий 38 | esb.localname=Русский 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/ro-RO/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=O bară de stare care afișează viteza, procentajul, durata și mărimea încărcată (similar cu cea din Opera). 2 | esb.document=Document 3 | esb.images=Imagini: 4 | esb.loaded=S-a încărcat: 5 | esb.time=Timpul scurs: 6 | esb.speed=Viteză: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Alexandru Szasz 38 | esb.localname=Română 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/cs/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Stavový řádek zobrazující rychlost, procenta, čas a velikost načítané stránky. 2 | esb.document=Dokument: 3 | esb.images=Obrázky: 4 | esb.loaded=Načteno: 5 | esb.time=Čas: 6 | esb.speed=Rychlost: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=Nastavení doplňku ESB 18 | esb.options.accesskey=E 19 | esb.showimages=Zobrazit obrázky 20 | esb.showimages.accesskey=o 21 | esb.showloaded=Zobrazit průběh načítání 22 | esb.showloaded.accesskey=n 23 | esb.showspeed=Zobrazit rychlost 24 | esb.showspeed.accesskey=r 25 | esb.showtime=Zobrazit čas 26 | esb.showtime.accesskey=č 27 | esb.showpercent=Zobrazit procenta 28 | esb.showpercent.accesskey=p 29 | esb.showprogress=Zobrazit průběh graficky 30 | esb.showprogress.accesskey=g 31 | esb.showcursor=Zobrazit průběh graficky 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=PetrTwo 38 | esb.localname=Čeština 39 | esb.tooltip.loadedimages=Načtené obrázky 40 | esb.tooltip.dataloaded=Stažená data 41 | esb.tooltip.avgspeed=Průměrná rychlost 42 | esb.tooltip.time=Čas načtení stránky 43 | esb.tooltip.percentage=Procentuální průběh načítání 44 | -------------------------------------------------------------------------------- /chrome/locale/sr/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Статусна линија која приказује брзину, проценат, време и количину учитаних података (слична статусној линији у Опери) 2 | esb.document=Документ: 3 | esb.images=Слике: 4 | esb.loaded=Учитано: 5 | esb.time=Време: 6 | esb.speed=Брзина: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=, 16 | esb.colon=. 17 | esb.options=ESB Опције 18 | esb.options.accesskey=E 19 | esb.showimages=Прикажи слике 20 | esb.showimages.accesskey=с 21 | esb.showloaded=Прикажи ушитано 22 | esb.showloaded.accesskey=у 23 | esb.showspeed=Прикажи брзину 24 | esb.showspeed.accesskey=б 25 | esb.showtime=Прикажи време 26 | esb.showtime.accesskey=в 27 | esb.showpercent=Прикажи проценат 28 | esb.showpercent.accesskey=п 29 | esb.showprogress=Прикажи индикатор напретка 30 | esb.showprogress.accesskey=н 31 | esb.showcursor=Прикажи курсор учитавања 32 | esb.showcursor.accesskey=к 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Ивана Петровић 38 | esb.localname=Српски 39 | esb.tooltip.loadedimages=Учитане слике 40 | esb.tooltip.dataloaded=Учитани подаци 41 | esb.tooltip.avgspeed=Просечна брзина 42 | esb.tooltip.time=Време учитавања 43 | esb.tooltip.percentage=Проценат учитавања 44 | -------------------------------------------------------------------------------- /chrome/locale/th/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=แถบสถานะที่มีอัตราเร็ว ร้อยละ เวลา และขนาดที่โหลด (เหมือนกับของ Opera) 2 | esb.document=เอกสาร: 3 | esb.images=รูปภาพ: 4 | esb.loaded=โหลดแล้ว: 5 | esb.time=เวลา: 6 | esb.speed=อัตราเร็ว: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=!! กรุณาพิมพ์ชื่อของคุณที่นี่เพื่อให้เรารู้ว่าจะเรียกคุณอย่างไรในหน้าต่างเกี่ยวกับส่วนขยาย !! 38 | esb.localname=!! พิมพ์ชื่อภาษาในภาษาของคุณ !! 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/pl/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Pokazuje na pasku stanu prędkość pobierania, procent wykonania, czas i ilość pobranych danych. 2 | esb.document=Dokument: 3 | esb.images=Obrazki: 4 | esb.loaded=Wczytano: 5 | esb.time=Czas: 6 | esb.speed=Prędkość: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=Opcje ESB 18 | esb.options.accesskey=E 19 | esb.showimages=Wyświetlaj obrazki 20 | esb.showimages.accesskey=O 21 | esb.showloaded=Wyświetlaj wczytane 22 | esb.showloaded.accesskey=B 23 | esb.showspeed=Wyświetlaj prędkość 24 | esb.showspeed.accesskey=R 25 | esb.showtime=Wyświetlaj czas 26 | esb.showtime.accesskey=C 27 | esb.showpercent=Wyświetlaj procent wykonania 28 | esb.showpercent.accesskey=N 29 | esb.showprogress=Wyświetlaj wskaźnik postępu 30 | esb.showprogress.accesskey=S 31 | esb.showcursor=Wyświetlaj kursor wczytywania 32 | esb.showcursor.accesskey=K 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Leszek(teo)Życzkowski 38 | esb.localname=Polski 39 | esb.tooltip.loadedimages=Wczytane obrazki 40 | esb.tooltip.dataloaded=Data wczytania 41 | esb.tooltip.avgspeed=Średnia prędkość 42 | esb.tooltip.time=Czas wczytywania strony 43 | esb.tooltip.percentage=Procent wykonania 44 | -------------------------------------------------------------------------------- /chrome/locale/de/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Eine Statusleiste mit Ladeangaben zu Geschwindigkeit, Prozentsatz, Zeit und Datenmenge (ähnlich zu Opera) 2 | esb.document=Dokument: 3 | esb.images=Grafiken: 4 | esb.loaded=Geladen: 5 | esb.time=Zeit: 6 | esb.speed=Geschw.: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB - Einstellungen 18 | esb.options.accesskey=E 19 | esb.showimages=Grafiken anzeigen 20 | esb.showimages.accesskey=G 21 | esb.showloaded=Geladenes anzeigen 22 | esb.showloaded.accesskey=l 23 | esb.showspeed=Geschwindigkeit anzeigen 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Zeit anzeigen 26 | esb.showtime.accesskey=Z 27 | esb.showpercent=Prozent anzeigen 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Fortschrittsanzeige anzeigen 30 | esb.showprogress.accesskey=F 31 | esb.showcursor=Lade-Mauszeiger anzeigen 32 | esb.showcursor.accesskey=M 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Team erweiterungen.de 38 | esb.localname=Deutsch 39 | esb.tooltip.loadedimages=Geladenen Grafiken 40 | esb.tooltip.dataloaded=Geladene Daten 41 | esb.tooltip.avgspeed=Durchschnittsgeschwindigkeit 42 | esb.tooltip.time=Ladezeit der Seite 43 | esb.tooltip.percentage=Prozentual geladen 44 | -------------------------------------------------------------------------------- /chrome/locale/en-US/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=A Statusbar with speed, percentage, time and loaded size (similar to Opera's one). 2 | esb.document=Document: 3 | esb.images=Images: 4 | esb.loaded=Loaded: 5 | esb.time=Time: 6 | esb.speed=Speed: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=!! Please type your name here so I know how to call you in About Extension window !! 38 | esb.localname=!! Type the name of the locale in your language !! 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/es-ES/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Una barra de estado que muestra la velocidad, el porcentaje, el tiempo y el tamaño descargado (de forma similar a Ópera). 2 | esb.document=Documento: 3 | esb.images=Imágenes: 4 | esb.loaded=Descargados: 5 | esb.time=Tiempo: 6 | esb.speed=Velocidad: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=, 16 | esb.colon=: 17 | esb.options=Opciones de ESB 18 | esb.options.accesskey=O 19 | esb.showimages=Mostrar imágenes 20 | esb.showimages.accesskey=i 21 | esb.showloaded=Mostrar descargado 22 | esb.showloaded.accesskey=d 23 | esb.showspeed=Mostrar velocidad 24 | esb.showspeed.accesskey=v 25 | esb.showtime=Mostrar tiempo 26 | esb.showtime.accesskey=t 27 | esb.showpercent=Mostrar porcentaje 28 | esb.showpercent.accesskey=p 29 | esb.showprogress=Mostrar barra de progreso 30 | esb.showprogress.accesskey=b 31 | esb.showcursor=Mostrar cursor de carga 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Urko 38 | esb.localname=Español 39 | esb.tooltip.loadedimages=Imágenes descargadas 40 | esb.tooltip.dataloaded=Datos descargados 41 | esb.tooltip.avgspeed=Velocidad media 42 | esb.tooltip.time=Tiempo de carga de página 43 | esb.tooltip.percentage=Porcentaje descargados 44 | -------------------------------------------------------------------------------- /chrome/locale/tr/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Durum çubuğunda hız,süre,yüklenen veri ve diğer bilgileri gösterir.(Opera benzeri) 2 | esb.document=Döküman: 3 | esb.images=Resimler: 4 | esb.loaded=Yüklenen: 5 | esb.time=Zaman: 6 | esb.speed=Hız: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=ESB Settings 18 | esb.options.accesskey=E 19 | esb.showimages=Show Images 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Show Loaded 22 | esb.showloaded.accesskey=L 23 | esb.showspeed=Show Speed 24 | esb.showspeed.accesskey=S 25 | esb.showtime=Show Time 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Show Percent 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Show Progress Meter 30 | esb.showprogress.accesskey=t 31 | esb.showcursor=Show Loading Cursor 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=!!Buraya adınızı ve size ulaşılabilcek bilgileri girin.Bu bölüm Eklenti Hakkında penceresinde görüntülenecektir. 38 | esb.localname=!!Sizin lisanınızın adını buraya yazın 39 | esb.tooltip.loadedimages=Loaded images 40 | esb.tooltip.dataloaded=Data loaded 41 | esb.tooltip.avgspeed=Average speed 42 | esb.tooltip.time=Page loading time 43 | esb.tooltip.percentage=Percentage loaded 44 | -------------------------------------------------------------------------------- /chrome/locale/it/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Barra di stato che permette di visualizzare velocità, percentuale, tempo di caricamento e quantità di dati delle pagine web, analogamente al browser Opera. 2 | esb.document=Documento: 3 | esb.images=Immagini: 4 | esb.loaded=Dati: 5 | esb.time=Tempo: 6 | esb.speed=Velocità: 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=, 16 | esb.colon=: 17 | esb.options=Opzioni di Extended Statusbar… 18 | esb.options.accesskey=E 19 | esb.showimages=Mostra immagini 20 | esb.showimages.accesskey=I 21 | esb.showloaded=Mostra dati 22 | esb.showloaded.accesskey=D 23 | esb.showspeed=Mostra velocità 24 | esb.showspeed.accesskey=V 25 | esb.showtime=Mostra tempo 26 | esb.showtime.accesskey=T 27 | esb.showpercent=Mostra percentuale 28 | esb.showpercent.accesskey=P 29 | esb.showprogress=Mostra avanzamento 30 | esb.showprogress.accesskey=A 31 | esb.showcursor=Mostra cursore di caricamento 32 | esb.showcursor.accesskey=C 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Blocca la barra ESB 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Leopoldo Saggin (Topoldo) 38 | esb.localname=Italiano 39 | esb.tooltip.loadedimages=Immagini caricate 40 | esb.tooltip.dataloaded=Dati caricati 41 | esb.tooltip.avgspeed=Velocità media 42 | esb.tooltip.time=Tempo di caricamento della pagina 43 | esb.tooltip.percentage=Percentuale caricata 44 | -------------------------------------------------------------------------------- /chrome/locale/fr/extendedstatusbar.properties: -------------------------------------------------------------------------------- 1 | extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description=Une barre d'état fournissant la vitesse, la progression en pourcentage, la durée et la taille du téléchargement (à la manière d'Opéra) 2 | esb.document=Document : 3 | esb.images=Images : 4 | esb.loaded=Chargés : 5 | esb.time=Durée : 6 | esb.speed=Vitesse : 7 | esb.b=B 8 | esb.k=K 9 | esb.m=M 10 | esb.g=G 11 | esb.ki=Ki 12 | esb.mi=Mi 13 | esb.gi=Gi 14 | esb.ps=/s 15 | esb.dot=. 16 | esb.colon=: 17 | esb.options=Paramètres de l'extension ESB 18 | esb.options.accesskey=P 19 | esb.showimages=Afficher les images 20 | esb.showimages.accesskey=A 21 | esb.showloaded=Afficher les éléments chargés 22 | esb.showloaded.accesskey=i 23 | esb.showspeed=Afficher la vitesse 24 | esb.showspeed.accesskey=v 25 | esb.showtime=Afficher la durée 26 | esb.showtime.accesskey=d 27 | esb.showpercent=Afficher le pourcentage 28 | esb.showpercent.accesskey=o 29 | esb.showprogress=Afficher la progression 30 | esb.showprogress.accesskey=e 31 | esb.showcursor=Afficher le curseur de chargement 32 | esb.showcursor.accesskey=c 33 | esb.splittimer=Split Timer 34 | esb.splittimer.accesskey=e 35 | esb.lockpositions=Lock ESB bar 36 | esb.lockpositions.accesskey=k 37 | esb.translatorname=Goofy@babelzilla.org 38 | esb.localname=Français 39 | esb.tooltip.loadedimages=Images chargées 40 | esb.tooltip.dataloaded=Données chargées 41 | esb.tooltip.avgspeed=Vitesse moyenne 42 | esb.tooltip.time=Temps de chargement de la page 43 | esb.tooltip.percentage=Pourcentage chargé 44 | -------------------------------------------------------------------------------- /chrome.manifest: -------------------------------------------------------------------------------- 1 | content extendedstatusbar chrome/content/ 2 | skin extendedstatusbar classic chrome/skin/ 3 | 4 | locale extendedstatusbar bg-BG chrome/locale/bg-BG/ 5 | locale extendedstatusbar cs chrome/locale/cs/ 6 | locale extendedstatusbar da chrome/locale/da/ 7 | locale extendedstatusbar de chrome/locale/de/ 8 | locale extendedstatusbar en-US chrome/locale/en-US/ 9 | locale extendedstatusbar es-ES chrome/locale/es-ES/ 10 | locale extendedstatusbar fr chrome/locale/fr/ 11 | locale extendedstatusbar hu-HU chrome/locale/hu-HU/ 12 | locale extendedstatusbar hy-AM chrome/locale/hy-AM/ 13 | locale extendedstatusbar id-ID chrome/locale/id-ID/ 14 | locale extendedstatusbar it chrome/locale/it/ 15 | locale extendedstatusbar ja-JP chrome/locale/ja-JP/ 16 | locale extendedstatusbar kk-KZ chrome/locale/kk-KZ/ 17 | locale extendedstatusbar lt-LT chrome/locale/lt-LT/ 18 | locale extendedstatusbar pl chrome/locale/pl/ 19 | locale extendedstatusbar pt-BR chrome/locale/pt-BR/ 20 | locale extendedstatusbar pt-PT chrome/locale/pt-PT/ 21 | locale extendedstatusbar ro-RO chrome/locale/ro-RO/ 22 | locale extendedstatusbar ru-RU chrome/locale/ru-RU/ 23 | locale extendedstatusbar sk-SK chrome/locale/sk-SK/ 24 | locale extendedstatusbar sr chrome/locale/sr/ 25 | locale extendedstatusbar sv-SE chrome/locale/sv-SE/ 26 | locale extendedstatusbar th chrome/locale/th/ 27 | locale extendedstatusbar tr chrome/locale/tr/ 28 | locale extendedstatusbar uk-UA chrome/locale/uk-UA/ 29 | locale extendedstatusbar zh-CN chrome/locale/zh-CN/ 30 | locale extendedstatusbar zh-TW chrome/locale/zh-TW/ 31 | -------------------------------------------------------------------------------- /chrome/content/esbpref.js: -------------------------------------------------------------------------------- 1 | pref("extensions.{daf44bf7-a45e-4450-979c-91cf07434c3d}.description", "chrome://extendedstatusbar/locale/extendedstatusbar.properties"); 2 | pref("extensions.extendedstatusbar.hide", false); 3 | pref("extensions.extendedstatusbar.hidetoolbar", true); 4 | pref("extensions.extendedstatusbar.hidetimeout", 3); 5 | pref("extensions.extendedstatusbar.showonhover", false); 6 | pref("extensions.extendedstatusbar.hovertimeout", 500); 7 | pref("extensions.extendedstatusbar.backgroundcolor", ""); 8 | pref("extensions.extendedstatusbar.progresscolor", ""); 9 | pref("extensions.extendedstatusbar.cursorcolor", ""); 10 | pref("extensions.extendedstatusbar.textcolor", ""); 11 | pref("extensions.extendedstatusbar.usecustomcolor", false); 12 | pref("extensions.extendedstatusbar.esbprotocol", 0); 13 | pref("extensions.extendedstatusbar.hideonsites", ""); 14 | pref("extensions.extendedstatusbar.esbstyle", 0); 15 | pref("extensions.extendedstatusbar.units", 2); 16 | pref("extensions.extendedstatusbar.unitspace", true); 17 | pref("extensions.extendedstatusbar.hideimages", false); 18 | pref("extensions.extendedstatusbar.hideloaded", false); 19 | pref("extensions.extendedstatusbar.hidespeed", false); 20 | pref("extensions.extendedstatusbar.hidetime", false); 21 | pref("extensions.extendedstatusbar.hidepercent", false); 22 | pref("extensions.extendedstatusbar.hideprogress", true); 23 | pref("extensions.extendedstatusbar.hidecursor", true); 24 | pref("extensions.extendedstatusbar.splittimer", true); 25 | pref("extensions.extendedstatusbar.slimmode", false); 26 | pref("extensions.extendedstatusbar.toolbarstyle", ""); 27 | pref("extensions.extendedstatusbar.widgetstyle", ""); 28 | pref("extensions.extendedstatusbar.percentstyle", ""); 29 | pref("extensions.extendedstatusbar.imagesstyle", ""); 30 | pref("extensions.extendedstatusbar.loadedstyle", ""); 31 | pref("extensions.extendedstatusbar.speedstyle", ""); 32 | pref("extensions.extendedstatusbar.timestyle", ""); 33 | pref("extensions.extendedstatusbar.progressstyle", ""); 34 | pref("extensions.extendedstatusbar.cursorstyle", ""); 35 | pref("extensions.extendedstatusbar.cursorbackgroundstyle", ""); 36 | pref("extensions.extendedstatusbar.toolbarid", "addon-bar"); 37 | pref("extensions.extendedstatusbar.nextitemid", ""); 38 | pref("extensions.extendedstatusbar.percentposition", 0); 39 | pref("extensions.extendedstatusbar.imagesposition", 1); 40 | pref("extensions.extendedstatusbar.loadedposition", 2); 41 | pref("extensions.extendedstatusbar.speedposition", 3); 42 | pref("extensions.extendedstatusbar.timeposition", 4); 43 | -------------------------------------------------------------------------------- /chrome/content/colorPicker/EdColorPicker.css: -------------------------------------------------------------------------------- 1 | /* ***** BEGIN LICENSE BLOCK ***** 2 | * Version: MPL 1.1/GPL 2.0/LGPL 2.1 3 | * 4 | * The contents of this file are subject to the Mozilla Public License Version 5 | * 1.1 (the "License"); you may not use this file except in compliance with 6 | * the License. You may obtain a copy of the License at 7 | * http://www.mozilla.org/MPL/ 8 | * 9 | * Software distributed under the License is distributed on an "AS IS" basis, 10 | * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 | * for the specific language governing rights and limitations under the 12 | * License. 13 | * 14 | * The Original Code is Nvu 15 | * 16 | * The Initial Developer of the Original Code is 17 | * Linspire Inc. 18 | * Portions created by the Initial Developer are Copyright (C) 2004 19 | * the Initial Developer. All Rights Reserved. 20 | * 21 | * Contributor(s): 22 | * Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Linspire Inc. 23 | * 24 | * Alternatively, the contents of this file may be used under the terms of 25 | * either the GNU General Public License Version 2 or later (the "GPL"), or 26 | * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 27 | * in which case the provisions of the GPL or the LGPL are applicable instead 28 | * of those above. If you wish to allow use of your version of this file only 29 | * under the terms of either the GPL or the LGPL, and not to allow others to 30 | * use your version of this file under the terms of the MPL, indicate your 31 | * decision by deleting the provisions above and replace them with the notice 32 | * and other provisions required by the GPL or the LGPL. If you do not delete 33 | * the provisions above, a recipient may use your version of this file under 34 | * the terms of any one of the MPL, the GPL or the LGPL. 35 | * 36 | * ***** END LICENSE BLOCK ***** */ 37 | 38 | @import url("chrome://global/skin/"); 39 | 40 | #hueAndSaturationDiv { 41 | position: relative; 42 | } 43 | #hueAndSaturationImg { 44 | width: 200px; 45 | height: 200px; 46 | max-width: 200px; 47 | max-height: 200px; 48 | border: inset thin; 49 | margin: 8px; 50 | } 51 | #hueAndSaturationCrosshair { 52 | position: absolute; 53 | top: 35px; 54 | left: 65px; 55 | } 56 | #brightnessDiv { 57 | position: relative; 58 | } 59 | #brightnessImg { 60 | width: 200px; 61 | max-height: 20px; 62 | border: inset thin; 63 | margin-left: 8px; 64 | margin-right: 8px; 65 | border: 1px solid black; 66 | cursor: crosshair; 67 | } 68 | #brightnessArrow { 69 | position: absolute; 70 | top: 23px; 71 | left: 20px; 72 | } 73 | #predef { 74 | margin: 6px 0 2px 2px; 75 | } 76 | #colorpicker { 77 | margin-right: 5px; 78 | } 79 | #swatch { 80 | width: 72px !important; 81 | height: 72px !important; 82 | min-width: 72px !important; 83 | min-height: 72px !important; 84 | border: 1px solid black; 85 | } 86 | -------------------------------------------------------------------------------- /chrome/content/colorPicker/EdColorPicker.dtd: -------------------------------------------------------------------------------- 1 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /install.rdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | {daf44bf7-a45e-4450-979c-91cf07434c3d} 8 | Extended Statusbar 9 | 2.1.2 10 | true 11 | A Statusbar with speed, percentage, time and loaded size (similar to Opera's one) 12 | Andreas Allacher 13 | Strahinja Kustudić 14 | sipertruk 15 | Jason Hood (adoxa) 16 | Français: Goofy@babelzilla.org 17 | 日本語: drry 18 | Lietuvių: Edgaras Janušauskas 19 | Polski: Leszek(teo)Życzkowski 20 | Português Europeu: Carlos Simão 21 | Română: Alexandru Szasz <alexxed@gmail.com> 22 | Русский: Пирятинский Виталий 23 | Српски: Ивана Петровић 24 | Slovensky: Sosie 25 | Español: urko 26 | Česky: PetrTwo 27 | Dansk: Jørgen Rasmussen 28 | Deutsch: Team erweiterungen.de 29 | Қазақ тілі: Baurzhan Muftakhidinov 30 | Português do Brasil: Rodrigo Bergmann Laurindo 31 | Türkçe: TheNorth 32 | 简体中文: WangKing 33 | magyar: bokli 34 | Հայերեն: Babayan Eduard 35 | Italiano: Leopoldo Saggin (Topoldo) 36 | Svenska: Mattias Tengblad 37 | Thai: Darakanon 38 | Українська: Жук Андрій 39 | 繁體中文: Tang Kai Yiu (TKY) 40 | Български: Руси Димитров (PsyTrip) 41 | Bahasa Indonesia: siswan 42 | chrome://extendedstatusbar/skin/icon.png 43 | chrome://extendedstatusbar/content/extendedstatusbaroptions.xul 44 | 2 45 | https://github.com/kustodian/extended-statusbar 46 | 47 | 48 | {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 49 | 10.0 50 | 55.* 51 | 52 | 53 | 54 | 55 | 56 | {8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4} 57 | 25.0 58 | 29.* 59 | 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /chrome/locale/zh-TW/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/zh-CN/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/ja-JP/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/th/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/hy-AM/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/sk-SK/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/sv-SE/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/tr/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/en-US/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/id-ID/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/da/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/ro-RO/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/bg-BG/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/uk-UA/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/lt-LT/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/pt-BR/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/kk-KZ/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/hu-HU/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/pt-PT/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/ru-RU/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/sr/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/pl/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/de/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/es-ES/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/fr/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/it/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /chrome/locale/cs/extendedstatusbaroptions.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 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | Extended Statubar Changes By Release 2 | ========================== 3 | 4 | ### 2.1.2 - 8 February, 2021 5 | * Fix for Pale Moon 29 (thanks to JustOff) 6 | 7 | ### 2.1.1 - 18 April, 2019 8 | * Fix hidden bar when restoring a session 9 | 10 | ### 2.1 - 2 April, 2019 11 | * Fixed hiding during customize 12 | * Use a better value for data loaded 13 | * Add option to show on all protocols (default is only http or https) 14 | * Drag the items to change the order (right-click to unlock) 15 | * Add an option to show the times before and after the first response 16 | * Add an option to choose how sizes should be displayed 17 | * Fix for pre-Australis (thanks to JustOff) 18 | 19 | 20 | ### 2.0.5 - June 14, 2016 21 | * Fixed bug in loading extension on fresh install 22 | 23 | 24 | ### 2.0.4 - June 9, 2016 25 | * Made compatible with FF 47 26 | 27 | 28 | ### 2.0.3 - October 7, 2014 29 | * Made ESB dark themes friendly 30 | * Fixed choosing custom color in the option dialog 31 | * Fixed compatibility problems with some plugins 32 | 33 | 34 | ### 2.0.2 - October 7, 2014 35 | * Restartless 36 | * Multiple-tab support 37 | * New settings window with new settings 38 | * Configure ESB from the right-click menu 39 | * Fixed image counters on stop 40 | * ESB now preserves percentage on stop 41 | * Many improvements and fixes 42 | 43 | 44 | ### 2.0 - July 27, 2014 45 | * Restartless 46 | * Multiple-tab support 47 | * New settings window with new settings 48 | * Configure ESB from the right-click menu 49 | * Fixed image counters on stop 50 | * ESB now preserves percentage on stop 51 | * Many improvements and fixes 52 | 53 | 54 | ### 1.5.10 - June 28, 2014 55 | * ESB is now movable 56 | 57 | 58 | ### 1.5.9 - May 23, 2014 59 | * Added support for Australis. 60 | 61 | 62 | ### 1.5.8 - May 27, 2011 63 | * Made the look of the classic style fit the look of FF4 64 | * Removed the Addon-bar close button (temporary it will be an options in the next release) 65 | * Removed ESB Options from the Tools menu (Obsolete) 66 | * Removed percentage (Obsolete) 67 | * Made compatible with FF5 68 | 69 | 70 | ### 1.5.7 - February 16, 2011 71 | * Fixed some FF4 compatibility issues 72 | 73 | 74 | ### 1.5.6 - September 8, 2010 75 | * Fixed some minor issues with FF4 76 | * Removed support for Firefox below version 3 77 | 78 | 79 | ### 1.5.5 - July 27, 2010 80 | * Bumped Version to Support FF4 81 | * Added Danish localization. 82 | * Added Hungarian localization. 83 | * Added Armenian localization. 84 | * Added Italian localization. 85 | * Added Swedish localization. 86 | * Added Thai localization. 87 | * Added Ukrainian localization. 88 | * Added Chinese (Traditional) localization. 89 | 90 | 91 | ### 1.5.4 - July 1, 2009 92 | * Gradient added to the "New Style". 93 | * Fixed some minor bugs. 94 | * Added Czech localization. 95 | * Added Danish localization. 96 | * Added German localization. 97 | * Added Kazakh (Kazakhstan) localization. 98 | * Added Portuguese (Brazilian) localization. 99 | * Added Turkish localization. 100 | * Added Chinese (Simplified) localization. 101 | 102 | 103 | ### 1.5.3 - September 11, 2008 104 | * Fixed a bug where the "New Style" ESB would appear while using "Classic Style". 105 | 106 | 107 | ### 1.5.2 - September 10, 2008 108 | * Added "Slim mode" for "Classic Style". 109 | * Time is updated in real time. 110 | * Option: "Don't show on these sites" supports wildcards. 111 | * Option: "Show while hovering over statusbar" displays ESB only while hovering over the information panel ("Done", "Transferring..."), ESB won't pop-up while hovering over icons in the statusbar. 112 | * Minor bug fixes. 113 | * Added French localization. 114 | * Added Japanese localization. 115 | * Added Lithuanian localization. 116 | * Added Polish localization. 117 | * Added Portuguese (Portugal) localization. 118 | * Added Romanian localization. 119 | * Added Russian localization. 120 | * Added Serbian (Cyrillic) localization. 121 | * Added Slovak localization. 122 | * Added Spanish (Spain) localization. 123 | 124 | 125 | ### 1.5.1 - August 25, 2008 126 | * Added an option to choose between "Classic" and "New" style. 127 | * Minor bug fixes. 128 | 129 | 130 | ### 1.5.0 - August 23, 2008 131 | * New look. 132 | * Time is displayed in milliseconds. 133 | * Localization ready. 134 | * Added options dialog with many useful settings. 135 | 136 | 137 | ### 1.2.8 - June 14, 2008 138 | * Updated to work with Firefox 3.0.* 139 | 140 | 141 | ### 1.2.7 - March 9, 2008 142 | * Updated for Firefox 3.0b5pre. 143 | * Display fields will resize automatically and the text will be centered 144 | 145 | 146 | ### 1.2.6 - June 21, 2007 147 | * Fixed a bug with pop-ups, they are now resized correctly 148 | 149 | 150 | ### 1.2.5 - September 28, 2006 151 | * Updated to work with versions up to 3.0a1 152 | 153 | 154 | ### 1.2.4 - November 8, 2005 155 | * Made compatible with Fasterfox. 156 | * The information doesn't hide when loading is done 157 | * Little code tweaking 158 | 159 | 160 | ### 1.2.3 - November 3, 2005 161 | * Updated to work with Firefox 1.5+ 162 | --------------------------------------------------------------------------------