Fix expose iframe option example in popup. Closes #629
This commit is contained in:
parent
52b7742a45
commit
3ea6e94e83
|
@ -918,7 +918,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1496,4 +1496,4 @@
|
|||
"message": "Lade Styles hoch...",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -938,7 +938,8 @@
|
|||
"message": "Expose iframes via HTML[stylus-iframe]"
|
||||
},
|
||||
"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": {
|
||||
"message": "Write new style as usercss"
|
||||
|
|
|
@ -926,7 +926,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1528,4 +1528,4 @@
|
|||
"message": "Subiendo el archivo....",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -714,7 +714,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1264,4 +1264,4 @@
|
|||
"message": "see URL",
|
||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -714,7 +714,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1252,4 +1252,4 @@
|
|||
"message": "cette URL",
|
||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -706,7 +706,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1256,4 +1256,4 @@
|
|||
"message": "ehhez az URL-hez",
|
||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -934,7 +934,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1532,4 +1532,4 @@
|
|||
"message": "スタイルをアップロード中...",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -922,7 +922,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1516,4 +1516,4 @@
|
|||
"message": "Bezig met uploaden van bestand...",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -938,7 +938,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1540,4 +1540,4 @@
|
|||
"message": "Wysyłanie stylów...",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1164,4 +1164,4 @@
|
|||
"message": "acest URL",
|
||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -726,7 +726,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1276,4 +1276,4 @@
|
|||
"message": "этого адреса",
|
||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -938,7 +938,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
"optionsAdvancedNewStyleAsUsercss": {
|
||||
|
@ -1540,4 +1540,4 @@
|
|||
"message": "正在上傳檔案……",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user