From 2b96334572b96d9f111741c5c5ff000d566cfc98 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 24 Jun 2014 18:29:55 -0400 Subject: [PATCH] this fixes #3 --- _locales/de/messages.json | 10 ++++++++++ _locales/en/messages.json | 10 ++++++++++ _locales/fr/messages.json | 10 ++++++++++ _locales/ru/messages.json | 10 ++++++++++ _locales/zh_CN/messages.json | 14 ++++++++++++-- dashboard.html | 1 + img/browsericons/icon19-off.png | Bin 645 -> 664 bytes img/browsericons/icon19.png | Bin 536 -> 740 bytes js/dashboard.js | 2 +- js/pagestore.js | 4 ++-- js/ublock.js | 10 ++++++++-- popup.html | 3 +++ 12 files changed, 67 insertions(+), 7 deletions(-) diff --git a/_locales/de/messages.json b/_locales/de/messages.json index e9751b777..9e3e8f90c 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -7,6 +7,10 @@ "message": "Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.", "description": "this will in chrome web store: must be 132 characters or less" }, + "settingsPageName": { + "message": "Einstellungen", + "description": "appears as tab name in dashboard" + }, "3pPageName" : { "message": "3rd-party filters", "description": "appears as tab name in dashboard" @@ -35,6 +39,12 @@ }, + "settingsIconBadgePrompt" : { + "message": "Show the number of blocked requests on the icon", + "description": "English: Show the number of blocked requests on the icon" + }, + + "3pListsOfBlockedHostsPrompt2" : { "message": "{{ubiquitousBlacklistCount}} eindeutig blockierte Hostnamen aus:", "description": "English: {{ubiquitousBlacklistCount}} distinct blocked hostnames from:" diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 854e23622..708677808 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7,6 +7,10 @@ "message": "Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.", "description": "this will be in the chrome web store: must be 132 characters or less" }, + "settingsPageName": { + "message": "Settings", + "description": "appears as tab name in dashboard." + }, "3pPageName" : { "message": "3rd-party filters", "description": "appears as tab name in dashboard." @@ -35,6 +39,12 @@ }, + "settingsIconBadgePrompt" : { + "message": "Show the number of blocked requests on the icon", + "description": "English: Show the number of blocked requests on the icon" + }, + + "3pListsOfBlockedHostsPrompt2" : { "message": "{{ubiquitousBlacklistCount}} network filters from:", "description": "English: {{ubiquitousBlacklistCount}} network filters from:" diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json index f955e6104..1642abc7c 100644 --- a/_locales/fr/messages.json +++ b/_locales/fr/messages.json @@ -7,6 +7,10 @@ "message": "Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.", "description": "this will in chrome web store: must be 132 characters or less" }, + "settingsPageName": { + "message": "Paramètres", + "description": "appears as tab name in dashboard" + }, "3pPageName" : { "message": "Listes de filtres", "description": "appears as tab name in dashboard" @@ -35,6 +39,12 @@ }, + "settingsIconBadgePrompt" : { + "message": "Afficher le nombre de requêtes bloquées sur l'icône", + "description": "English: Show the number of blocked requests on the icon" + }, + + "3pListsOfBlockedHostsPrompt2" : { "message": "{{ubiquitousBlacklistCount}} filtres actuellement en action :", "description": "English: {{ubiquitousBlacklistCount}} network filters from:" diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index 6f400f081..7ebdc0827 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -7,6 +7,10 @@ "message": "Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.", "description": "this will in chrome web store: must be 132 characters or less" }, + "settingsPageName": { + "message": "Настройки", + "description": "appears as tab name in dashboard." + }, "3pPageName" : { "message": "Third-party filters", "description": "appears as tab name in dashboard" @@ -35,6 +39,12 @@ }, + "settingsIconBadgePrompt" : { + "message": "Show the number of blocked requests on the icon", + "description": "English: Show the number of blocked requests on the icon" + }, + + "3pListsOfBlockedHostsPrompt2" : { "message": "{{ubiquitousBlacklistCount}} блокируется хостов, помимо:", "description": "English: {{ubiquitousBlacklistCount}} distinct blocked hostnames from:" diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json index 78cff649c..4e8b7d9db 100644 --- a/_locales/zh_CN/messages.json +++ b/_locales/zh_CN/messages.json @@ -7,14 +7,18 @@ "message": "Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.", "description": "this will be in the chrome web store: must be 132 characters or less" }, - "1pPageName" : { - "message": "Your filters", + "settingsPageName": { + "message": "设置", "description": "appears as tab name in dashboard." }, "3pPageName" : { "message": "Third-party filters", "description": "appears as tab name in dashboard." }, + "1pPageName" : { + "message": "Your filters", + "description": "appears as tab name in dashboard." + }, "aboutPageName": { "message": "关于", "description": "appears as tab name in dashboard." @@ -35,6 +39,12 @@ }, + "settingsIconBadgePrompt" : { + "message": "Show the number of blocked requests on the icon", + "description": "English: Show the number of blocked requests on the icon" + }, + + "3pListsOfBlockedHostsPrompt2" : { "message": "共{{ubiquitousBlacklistCount}}个不同的屏蔽站点名,来自:", "description": "English: {{ubiquitousBlacklistCount}} distinct blocked hostnames from:" diff --git a/dashboard.html b/dashboard.html index bfd900192..9f2b69c05 100644 --- a/dashboard.html +++ b/dashboard.html @@ -76,6 +76,7 @@ iframe {
µBlock + diff --git a/img/browsericons/icon19-off.png b/img/browsericons/icon19-off.png index 6a495a62267531bfd687dd924a9f3999a195f4d2..fe7256482cacfa3902a57b6fbfca83db3044e818 100644 GIT binary patch delta 639 zcmV-_0)YL61(*epB!6E?L_t(I%axQ*YZE~j#-EuiGMS~OQF}-O`2r=EhD;zy8$yox z7~WLy4^-JyPHcsK}tgk{kv+myVUHy9&}0)H?4hcyZg>> z=6#=MmSIFhG<$Jz@pyN4_xb+*{w!nc>JtDCAOgU1x!h@?P=9FozW;fCe*RP!8Ka=H zv$GZ3wqH7qV+28f7;ymT_xlfs=&4eQJkMJ*dr!uNehDN(D{kWQy@czAeKHyjRebaZs* z^769E4-O7elOQ6(;^HEfmX<*^AFjoT4Zidrl-0HySdvP0s)9lS-vPM1RQV^Eb9>OlwmwYBrlF7K_Ma zGGm+Es!grq<6~qp8EkHD-h8rLF6Z|9{rf=>u(-i*ZEd03?IH|AbUK|_6NC`RX0yL| zsZ?55O8pQ*Om$PogE1BhQc4ZV0y6#4)RN??$SeA8H2Uxpzos0UiS1OecQpy$s zfWcsJ4|u?%ot>Rk%d*TM2oOaPhzOkX*lhg;{j5|f@1>M2#+Z9m<@{q##H_Q9>1=Wzbj}|BTZ`d&4+pB>gt`4s*`O z@0@$j6<|@NQrVCs>1(6WPz=KW00@GB#bN;>g0AZbg+kr^{eS&W)?A1ABbUoLwQ6v(12LM93To(O)|9v{0-gG*huQuY+bsgDk zb{r0e-wLf(>woU_^z^fpNS0-IyH1zxZ6~jWI@Qa$w<`*lG zVHk+Vo04R!rY&MIdqoWl%#u)1Lx|`PZ0{|wI$x`#D)2VH_#DlEjcZ@Oi z91H+NWE)RB$&QTwcRHPG4}vjfZ^j9N!62s7DGm+})_zuzwr09{cODWA`e&2*2CkLdM!7>~!cMnr^S zv8efcK4tlN(7D>}_U~je=~_o(Hd0kp^LoAV(yL*n?sPiCmUteFl7-JwJFvjro^aO{)f%$xny}dncYimokCjJ2sC-Iu&rzTSX0000yw zs-*>IUN3(7{m3aOz=M$yJjx4jLL1U&Y5RB|9-;J&P{>n?Z10MxX#;a-0~3M(rC z0J%j)xIZ+6+f7YimpY74iUXG`ha-d#B@3}wEM7ShNq@bU<+QfB^G5zve7-<gBYwMLZg))PI9=hGv!;}&wo9}vi;ay$D?`RY|D=Q$09ZZs16j4%J z8|Chr&3`kJ$rMnFqGB~72#}*u5CD7{kkr{3svQ^@6Aq7$o%-%>4uHiqH>XVuFt1X@ z&kS#*7DY%#`YBEi{eL<+$?ZlW!(A{B0|Lcl zQW_P6q2_U70ugiw1MuniSRRQ)JT2JYLe1dk(^F-5dfE*DU_joYq^Fb9w+^H(M?RK~(CU7H3xGt3p;Ceo<(&FJ^fYU(?z{iypM30UT zn4bp#ctasXlYdDF8ykjp6hJ1CctuU?KRh&GO?!Hv#(2Hnc0C~k6#p@uvBySSZ|}=7 z=lD440NyVxb;LO9QVcWkIKr!|=ouJzMzhCbm|g05B7xtv8n$>IaypGlps`{E)9fSt+7_Kj>dd{|yCQ*S8rZY`5hnRrEgtKWih9AdJpIJ{mL1%NkW zW3Rtvv(;wsR#8yN=W$=HT0@tYN}to|Hf&lJ#mXkn4?gGP(?e}faFxr|z6FC0E0Ef3 zh{