Fix expose iframe option example in popup. Closes #629

This commit is contained in:
Rob Garrison 2018-12-26 22:39:11 -06:00
parent 52b7742a45
commit 3ea6e94e83
12 changed files with 24 additions and 23 deletions

View File

@ -918,7 +918,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "Style wirkt sich auch auf iframes der anvisierten Domain aus.\nIframe-spezifisches CSS ist dann möglich wie folgt:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "Style wirkt sich auch auf iframes der anvisierten Domain aus.\nIframe-spezifisches CSS ist dann möglich wie folgt:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1496,4 +1496,4 @@
"message": "Lade Styles hoch...", "message": "Lade Styles hoch...",
"description": "" "description": ""
} }
} }

View File

@ -938,7 +938,8 @@
"message": "Expose iframes via HTML[stylus-iframe]" "message": "Expose iframes via HTML[stylus-iframe]"
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "Exposes the top site domain in each iframe.\nEnables writing iframe-specific CSS like this:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }" "message": "Exposes the top site domain in each iframe.\nEnables writing iframe-specific CSS like this:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "Add attribute to iframe; make sure to include the double $$ in the css example, or the `$=` will be omitted in the displayed text."
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
"message": "Write new style as usercss" "message": "Write new style as usercss"

View File

@ -926,7 +926,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "Despliega el dominio superior del sitio en cada iframe.\nPermite definir CSS para un iframe específico de esta manera:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "Despliega el dominio superior del sitio en cada iframe.\nPermite definir CSS para un iframe específico de esta manera:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1528,4 +1528,4 @@
"message": "Subiendo el archivo....", "message": "Subiendo el archivo....",
"description": "" "description": ""
} }
} }

View File

@ -714,7 +714,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "Paljastab tipp-domeeni igas iframe'is.\nVõimaldab iframe'i-põhise CSS-koodi kirjutamise näiteks selliselt:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "Paljastab tipp-domeeni igas iframe'is.\nVõimaldab iframe'i-põhise CSS-koodi kirjutamise näiteks selliselt:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1264,4 +1264,4 @@
"message": "see URL", "message": "see URL",
"description": "Text for link in toolbar pop-up to write a new style for the current URL" "description": "Text for link in toolbar pop-up to write a new style for the current URL"
} }
} }

View File

@ -714,7 +714,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "Expose le domaine principal de chaque iframe.\nPermet décrire du CSS spécifique à une iframe tel que :\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "Expose le domaine principal de chaque iframe.\nPermet décrire du CSS spécifique à une iframe tel que :\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1252,4 +1252,4 @@
"message": "cette URL", "message": "cette URL",
"description": "Text for link in toolbar pop-up to write a new style for the current URL" "description": "Text for link in toolbar pop-up to write a new style for the current URL"
} }
} }

View File

@ -706,7 +706,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "A legfelsőbb szintű tartomány elérésének engedélyezése\nmindegyik iframe-ben. Lehetővé teszi az olyan\niframe-specifikus CSS írását, mint pl.:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "A legfelsőbb szintű tartomány elérésének engedélyezése\nmindegyik iframe-ben. Lehetővé teszi az olyan\niframe-specifikus CSS írását, mint pl.:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1256,4 +1256,4 @@
"message": "ehhez az URL-hez", "message": "ehhez az URL-hez",
"description": "Text for link in toolbar pop-up to write a new style for the current URL" "description": "Text for link in toolbar pop-up to write a new style for the current URL"
} }
} }

View File

@ -934,7 +934,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "各iframeにトップサイトドメインを公開します。\n次のようにiframe用のCSSを書くことができるようになります:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "各iframeにトップサイトドメインを公開します。\n次のようにiframe用のCSSを書くことができるようになります:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1532,4 +1532,4 @@
"message": "スタイルをアップロード中...", "message": "スタイルをアップロード中...",
"description": "" "description": ""
} }
} }

View File

@ -922,7 +922,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "Legt het bovenliggende domein van de website bloot in elk iframe.\nSchakelt schrijven in voor iframe-specifieke CSS, zoals:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "Legt het bovenliggende domein van de website bloot in elk iframe.\nSchakelt schrijven in voor iframe-specifieke CSS, zoals:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1516,4 +1516,4 @@
"message": "Bezig met uploaden van bestand...", "message": "Bezig met uploaden van bestand...",
"description": "" "description": ""
} }
} }

View File

@ -938,7 +938,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "Odsłania domenę najwyższego poziomu w każdym elemencie iframe.\nWłącza CSS specyficzny dla iframe jak to:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "Odsłania domenę najwyższego poziomu w każdym elemencie iframe.\nWłącza CSS specyficzny dla iframe jak to:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1540,4 +1540,4 @@
"message": "Wysyłanie stylów...", "message": "Wysyłanie stylów...",
"description": "" "description": ""
} }
} }

View File

@ -646,7 +646,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "Expune domain-ul site-ului in fiecare iframe.\nActivează scrierea de CSS specific pentru iframe precum:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "Expune domain-ul site-ului in fiecare iframe.\nActivează scrierea de CSS specific pentru iframe precum:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1164,4 +1164,4 @@
"message": "acest URL", "message": "acest URL",
"description": "Text for link in toolbar pop-up to write a new style for the current URL" "description": "Text for link in toolbar pop-up to write a new style for the current URL"
} }
} }

View File

@ -726,7 +726,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "Делает адрес главного сайта известным во всех iframe.\nПозволяет писать CSS для iframe, например, так:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "Делает адрес главного сайта известным во всех iframe.\nПозволяет писать CSS для iframe, например, так:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1276,4 +1276,4 @@
"message": "этого адреса", "message": "этого адреса",
"description": "Text for link in toolbar pop-up to write a new style for the current URL" "description": "Text for link in toolbar pop-up to write a new style for the current URL"
} }
} }

View File

@ -938,7 +938,7 @@
"description": "" "description": ""
}, },
"optionsAdvancedExposeIframesNote": { "optionsAdvancedExposeIframesNote": {
"message": "公開每個 iframe 中的頂級頁面網域。\n啟用編寫特別用於 iframe 的 CSS如這個\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }", "message": "公開每個 iframe 中的頂級頁面網域。\n啟用編寫特別用於 iframe 的 CSS如這個\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
"description": "" "description": ""
}, },
"optionsAdvancedNewStyleAsUsercss": { "optionsAdvancedNewStyleAsUsercss": {
@ -1540,4 +1540,4 @@
"message": "正在上傳檔案……", "message": "正在上傳檔案……",
"description": "" "description": ""
} }
} }