Skip to content

Commit 61aa46c

Browse files
committed
Merge pull request adam-p#303 from adam-p/new-logo
New logo
2 parents 3b15ffb + 20ac09e commit 61aa46c

File tree

110 files changed

+209
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+209
-151
lines changed

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,6 @@ If you do make any translation changes, or if you have any questions or problems
9191

9292
* [Darío Hereñú](https://github.com/kant)
9393

94+
* [BenWayne182](https://crowdin.com/profile/benwayne182)
95+
96+
* [Erich Gubler](https://crowdin.com/profile/erichdongubler)

src/_locales/de/messages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
"description":"message that shows when user changes have been saved"
324324
},
325325
"options_page__preview_markdown":{
326-
"message":"```javascript<br>\nfunction syntaxHighlighting() {<br>\n&nbsp; var n = 33;<br>\n&nbsp; var s = \"hello, world\";<br>\n&nbsp; console.log(s);<br>\n}<br>\n```<br>\n<br>\n<br>\n- normal<br>\n+ **fett**<br>\n* *kursiv*<br>\n- ***fett & kursiv***<br>\n+ ~~durchgestrichen~~<br>\n- `codierte Darstellung`<br>\n<br>\n<br>\n1. Nummerierte Listen<br>\n&nbsp;&nbsp;&nbsp;1. Numbered sub-list<br>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1. Numbered sub-sub-list<br>\n2. [Link](https:\/\/www.google.com)<br>\n- eingerückte<br>\n- Aufzählung<br>\n&nbsp; - weiter<br>\n&nbsp; - eingerückt<br>\n&nbsp; &nbsp; - und<br>\n&nbsp; &nbsp; - nochmal<br>\n<br>\n<br>\nEin Bild hinzufügen: ![Markdown Here logo](http:\/\/adam-p.github.io\/markdown-here\/img\/icon24.png)\n<br>\n<br>\n> Ein Zitat.&nbsp; <br>\n> *Mit* **etwas** `Markdown`.<br>\n<br>\n<br>\nSofern die Unterstützung von **TeX Math** aktiviert ist, sieht eine quadratische Gleichung so aus:&nbsp; <br>\n$$-b \\pm \\sqrt{b^2 - 4ac} \\over 2a$$<br>\n<br>\n<br>\n# Überschrift 1<br>\n## Überschrift 2<br>\n### Überschrift 3<br>\n#### Überschrift 4<br>\n##### Überschrift 5<br>\n###### Überschrift 6<br>\n&nbsp; <br>\n<br>\n| Tabellen | sind | auch möglich |<br>\n| ------------- |:-------------:| -----:|<br>\n| Spalte 3 ist | rechtsbündig | $$1600 |<br>\n| Salte 2 ist | zentriert | $$12 |<br>\n| Sogar mit | Zebrastreifen | $$1 |<br>\n<br>\n<br>\nHier eine horizontale Linie:<br>\n<br>\n---<br>\n<br>\n<br>\n```<br>\nUnd hier ein Code-Block<br>\nohne Hervorhebung<br>\n```<br>\n<br>",
326+
"message":"```javascript<br>\nfunction syntaxHighlighting() {<br>\n&nbsp; var n = 33;<br>\n&nbsp; var s = \"hello, world\";<br>\n&nbsp; console.log(s);<br>\n}<br>\n```<br>\n<br>\n<br>\n- normal<br>\n+ **fett**<br>\n* *kursiv*<br>\n- ***fett & kursiv***<br>\n+ ~~durchgestrichen~~<br>\n- `codierte Darstellung`<br>\n<br>\n<br>\n1. Nummerierte Listen<br>\n&nbsp;&nbsp;&nbsp;1. Numbered sub-list<br>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1. Numbered sub-sub-list<br>\n2. [Link](https:\/\/www.google.com)<br>\n- eingerückte<br>\n- Aufzählung<br>\n&nbsp; - weiter<br>\n&nbsp; - eingerückt<br>\n&nbsp; &nbsp; - und<br>\n&nbsp; &nbsp; - nochmal<br>\n<br>\n<br>\nEin Bild hinzufügen: ![Markdown Here logo](https:\/\/raw.githubusercontent.com\/adam-p\/markdown-here\/master\/src\/common\/images\/icon24.png)\n<br>\n<br>\n> Ein Zitat.&nbsp; <br>\n> *Mit* **etwas** `Markdown`.<br>\n<br>\n<br>\nSofern die Unterstützung von **TeX Math** aktiviert ist, sieht eine quadratische Gleichung so aus:&nbsp; <br>\n$$-b \\pm \\sqrt{b^2 - 4ac} \\over 2a$$<br>\n<br>\n<br>\n# Überschrift 1<br>\n## Überschrift 2<br>\n### Überschrift 3<br>\n#### Überschrift 4<br>\n##### Überschrift 5<br>\n###### Überschrift 6<br>\n&nbsp; <br>\n<br>\n| Tabellen | sind | auch möglich |<br>\n| ------------- |:-------------:| -----:|<br>\n| Spalte 3 ist | rechtsbündig | $$1600 |<br>\n| Salte 2 ist | zentriert | $$12 |<br>\n| Sogar mit | Zebrastreifen | $$1 |<br>\n<br>\n<br>\nHier eine horizontale Linie:<br>\n<br>\n---<br>\n<br>\n<br>\n```<br>\nUnd hier ein Code-Block<br>\nohne Hervorhebung<br>\n```<br>\n<br>",
327327
"description":"This doesn't need to be translated, unless you want to make it more relevant to your language. The raw Markdown used for previewing user styling changes. Also shows users what can be done with Markdown. Please note that the double dollar signs ($$) are needed to make a single dollar sign in the application."
328328
},
329329
"currently_in_use":{

src/_locales/en/messages.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"description": "A step in the basic usage instructions"
114114
},
115115
"options_page__click_toggle": {
116-
"message": "Right-click in the email and then click \"Markdown Toggle\". (Or click the <img src=\"images/icon16.png\"/> button on the toolbar.<span class=\"hotkey-display-wrapper\"> Or press <span class=\"hotkey-display\"><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>M</kbd></span></span>)",
116+
"message": "Right-click in the email and then click \"Markdown Toggle\". (Or click the <img class=\"text-align\" src=\"images/icon32-button-monochrome.png\"/> button on the toolbar.<span class=\"hotkey-display-wrapper\"> Or press <span class=\"hotkey-display\"><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>M</kbd></span></span>)",
117117
"description": "A step in the basic usage instructions"
118118
},
119119
"options_page__pretty_cool": {
@@ -323,7 +323,7 @@
323323
"description": "message that shows when user changes have been saved"
324324
},
325325
"options_page__preview_markdown": {
326-
"message": "```javascript<br>\nfunction syntaxHighlighting() {<br>\n&nbsp; var n = 33;<br>\n&nbsp; var s = \"hello, こんにちは\";<br>\n&nbsp; console.log(s);<br>\n}<br>\n```<br>\n<br>\n* plain<br>\n* *emphasis*<br>\n&nbsp; * **strong emphasis**<br>\n&nbsp; &nbsp; * ~~strikethrough~~<br>\n* `inline code`<br>\n<br>\n1. Numbered list<br>\n&nbsp;&nbsp;&nbsp;1. Numbered sub-list<br>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1. Numbered sub-sub-list<br>\n2. [Link](https://www.google.com)<br>\n<br>\n<br>\nAn image: ![Markdown Here logo](http://adam-p.github.io/markdown-here/img/icon24.png)\n<br>\n<br>\n> Block quote.&nbsp; <br>\n> *With* **some** `markdown`.<br>\n<br>\nIf **TeX Math** support is enabled, this is the quadratic equation:&nbsp;<br>\n$$-b \\pm \\sqrt{b^2 - 4ac} \\over 2a$$<br>\n<br>\n# Header 1<br>\n## Header 2<br>\n### Header 3<br>\n#### Header 4<br>\n##### Header 5<br>\n###### Header 6<br>\n&nbsp; <br>\n| Tables | Are | Cool |<br>\n| ------------- |:-------------:| -----:|<br>\n| column 3 is | right-aligned | $$1600 |<br>\n| column 2 is | centered | $$12 |<br>\n| zebra stripes | are neat | $$1 |<br>\n<br>\nHere's a horizontal rule:<br>\n<br>\n---<br>\n<br>\n```<br>\ncode block<br>\nwith no highlighting<br>\n```<br>\n<br>\n",
326+
"message": "```javascript<br>\nfunction syntaxHighlighting() {<br>\n&nbsp; var n = 33;<br>\n&nbsp; var s = \"hello, こんにちは\";<br>\n&nbsp; console.log(s);<br>\n}<br>\n```<br>\n<br>\n* plain<br>\n* *emphasis*<br>\n&nbsp; * **strong emphasis**<br>\n&nbsp; &nbsp; * ~~strikethrough~~<br>\n* `inline code`<br>\n<br>\n1. Numbered list<br>\n&nbsp;&nbsp;&nbsp;1. Numbered sub-list<br>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1. Numbered sub-sub-list<br>\n2. [Link](https://www.google.com)<br>\n<br>\n<br>\nAn image: ![Markdown Here logo](https:\/\/raw.githubusercontent.com\/adam-p\/markdown-here\/master\/src\/common\/images\/icon24.png)\n<br>\n<br>\n> Block quote.&nbsp; <br>\n> *With* **some** `markdown`.<br>\n<br>\nIf **TeX Math** support is enabled, this is the quadratic equation:&nbsp;<br>\n$$-b \\pm \\sqrt{b^2 - 4ac} \\over 2a$$<br>\n<br>\n# Header 1<br>\n## Header 2<br>\n### Header 3<br>\n#### Header 4<br>\n##### Header 5<br>\n###### Header 6<br>\n&nbsp; <br>\n| Tables | Are | Cool |<br>\n| ------------- |:-------------:| -----:|<br>\n| column 3 is | right-aligned | $$1600 |<br>\n| column 2 is | centered | $$12 |<br>\n| zebra stripes | are neat | $$1 |<br>\n<br>\nHere's a horizontal rule:<br>\n<br>\n---<br>\n<br>\n```<br>\ncode block<br>\nwith no highlighting<br>\n```<br>\n<br>\n",
327327
"description": "This doesn't need to be translated, unless you want to make it more relevant to your language. The raw Markdown used for previewing user styling changes. Also shows users what can be done with Markdown. Please note that the double dollar signs ($$) are needed to make a single dollar sign in the application."
328328
},
329329
"currently_in_use": {

src/_locales/es/messages.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"message":"Uso básico"
102102
},
103103
"options_page__reload_restart":{
104-
"message":"Recarga la página web de tu correo electrónico o reinicia tu navegador web.",
104+
"message":"After installing or upgrading, reload your email web page or restart your web browser.",
105105
"description":"A step in the basic usage instructions"
106106
},
107107
"options_page__start_new_message":{
@@ -292,13 +292,13 @@
292292
"description":"Label for the checkbox that enables the forgot-to-render feature"
293293
},
294294
"options_page__forgot_to_render_1":{
295-
"message":"Actualmente sólo soportado por la interfaz web de Gmail y Thunderbird (y Postbox y Icedove)."
295+
"message":"Currently only supported in the Gmail and Google Inbox web interfaces, and Thunderbird (and Postbox and Icedove)."
296296
},
297297
"options_page__forgot_to_render_2":{
298298
"message":"Cuando envías un correo electrónico, esto comprueba el contenido para ver si parece que escribió en Markdown, pero se te olvidó renderizarlo (es decir, hacer clic en \"Markdown Toggle\") antes de enviar. Esto puede necesitar ser desactivado si interfiere con su capacidad de enviar correo electrónico."
299299
},
300-
"options_page__forgot_to_render_3":{
301-
"message":"Si te encuentras deshabilitando esto, <em>por favor<\/em> dejame saber por qué y cómo podría ser mejor. Crea <a href=\"https:\/\/groups.google.com\/forum\/#!forum\/markdown-here\" target=\"_blank\"> un post en el grupo de Google \"Markdown Here\"<\/a> o <a href=\"https:\/\/github.com\/adam-p\/markdown-here\/issues\" target=\"_blank\"> un error en el proyecto de Github<\/a>. Gracias."
300+
"options_page__forgot_to_render_4":{
301+
"message":"If this feature stops working for you, please let us know by posting to the <a href=\"https:\/\/groups.google.com\/group\/markdown-here\" target=\"_blank\">\"markdown-here\" Google Group<\/a> or creating <a href=\"https:\/\/github.com\/adam-p\/markdown-here\/issues\" target=\"_blank\">an issue in the Github project<\/a>. (Hooking into the email sending web UI is brittle and will sometimes break.)"
302302
},
303303
"options_page__contributing_title":{
304304
"message":"Contribuyendo",

src/_locales/fr/description.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Tout à fait simple à utiliser :
1111

1212
Markdown Here est principalement destiné à être utilisé avec Gmail et Thunderbird, mais il fonctionne également très bien avec Yahoo et Hotmail. De plus, il fonctionne bien avec Google Groupes et Sites, avec l'interface Web d'Evernote, Blogger, Wordpress et plus encore!
1313

14-
Remarque concernant la coloration syntaxique : utilisez des blocs de code balisés et spécifiez le nom du langage. Voyez la page du projet pour un exemple.
14+
Remarque concernant la coloration syntaxique : utilisez des blocs de code balisés et spécifiez le nom du langage. Regardez la page du projet pour avoir un exemple.
1515

16-
Vie privée : Markdown Here accède au contenu web et le modifie quand vous l'activez. Il peut aussi, en théorie accéder à d'autre contenu Web, mais il ne le fait pas. Il ne fait également aucune requête Internet que ce soit. Vos données sont modifiées quand et où vous le choisissez et elles ne quittent pas votre navigateur.
16+
Vie privée : Markdown Here accède au contenu web et le modifie quand vous l'activez. Il peut aussi, en théorie, accéder à d'autre contenu Web, mais il ne le fait pas. Il ne fait également aucune requête Internet que ce soit. Vos données sont modifiées quand et où vous le choisissez et elles ne quittent pas votre navigateur.
1717

1818
Disponible en tant qu'extension Chrome, Firefox, Safari, Opera et Thunderbird.
1919

20-
Il s'agit d'un projet libre. Visitez la page Github de Markdown Here pour les instructions complètes, pour plus d'information, pour les rapports de bogue ou pour contribuer à ce projet.
20+
C'est un projet open source. Visitez la page Github de Markdown Here pour les instructions complètes, pour plus d'information, pour les rapports de bogue ou pour contribuer à ce projet.
2121

2222
http://markdown-here.com (en anglais)
2323
https://github.com/adam-p/markdown-here (en anglais)

src/_locales/fr/md-for-screenshot.md.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*Markdown Here* est une extension pour Google Chrome, Firefox et Thunderbird qui vous permet d'écrire vos courriels avec Markdown, puis de les convertir avant de les envoyer.
44

5-
* Markdown est **super**. Mettez du `code en ligne`.
5+
* Markdown est **super**. Mettez du `code dans votre texte`.
66
* Ajoutez des liens, comme celui de [ce projet](https://github.com/adam-p/markdown-here).
77
* Une liste ordonnée, vous dites? **Et** une liste imbriquée?
88
1. Fait.

0 commit comments

Comments
 (0)