Last active
November 10, 2016 20:27
-
-
Save matteyeux/283b0cc7e60b7ec2d2f8fdbcad224256 to your computer and use it in GitHub Desktop.
Revisions
-
matteyeux revised this gist
Nov 10, 2016 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ Remerciements: Terminal toolbar icon est sous license [SIL Open Font License](https://github.com/primer/octicons/blob/master/LICENSE), version 1.1. Si cette app vous est utile, s'il vous plait pensez à faire un don au developpeur pour le remercier. [Faire un don](https://hbang.ws/donate/) -
matteyeux revised this gist
Nov 10, 2016 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,8 +20,7 @@ <!-- Label that explains how to toggle the toolbar button. --> <key>SHOW_IN_TOOLBAR_EXPLANATION</key> <string>Pour afficher ou cacher le bouton de la barre d'outil du Finder, ouvrez le Finder, clquez sur Vue → Personaliser la barre d'outil.</string> <!-- Label for the behavior preferences. --> <key>BEHAVIOR</key> @@ -33,7 +32,6 @@ <!-- Explanation of how the above checkbox works. --> <key>OPEN_SELECTED_ITEMS_EXPLANATION</key> <string>Activez pour ouvrir un onglet pour chaque item séléctionné. Désactivez pour toujours ouvrir un dossier dans le même onglet .</string> <!-- Label for the “open in” radio buttons. --> -
matteyeux revised this gist
Nov 10, 2016 . 1 changed file with 14 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,58 +4,60 @@ <dict> <!-- Label for choosing the terminal app to use. --> <key>TERMINAL_APP</key> <string>Terminal :</string> <!-- Button that opens a panel to choose the terminal app. --> <key>BROWSE</key> <string>Choisir</string> <!-- Label for the display preferences. --> <key>SHOW_IN</key> <string>Afficher dans:</string> <!-- Checkbox that toggles displaying the button in context menus. --> <key>SHOW_IN_CONTEXT_MENUS</key> <string>Menus Contextuels</string> <!-- Label that explains how to toggle the toolbar button. --> <key>SHOW_IN_TOOLBAR_EXPLANATION</key> <string>To show or hide the Finder toolbar button, open Finder and click View → Customize Toolbar.</string> <string>Pour afficher ou cacher le bouton de la barre d'outil du Finder, ouvrez le Finder, clquez sur View → Personaliser la barre d'outil.</string> <!-- Label for the behavior preferences. --> <key>BEHAVIOR</key> <string>Comportement:</string> <!-- Checkbox that toggles opening selected items, vs opening the current folder. --> <key>OPEN_SELECTED_ITEMS</key> <string>Ouvrir les items séléctionnés</string> <!-- Explanation of how the above checkbox works. --> <key>OPEN_SELECTED_ITEMS_EXPLANATION</key> <string>Enable to open a tab for each item selected. Disable to always use the currently open folder.</string> <string>Activez pour ouvrir un onglet pour chaque item séléctionné. Désactivez pour toujours ouvrir un dossier dans le même onglet .</string> <!-- Label for the “open in” radio buttons. --> <key>OPEN_IN</key> <string>Ouvrir dans:</string> <!-- Radio button for creating a new tab. --> <key>OPEN_IN_NEW_TAB</key> <string>Nouvel onglet</string> <!-- Radio button for creating a new window. --> <key>OPEN_IN_NEW_WINDOW</key> <string>Nouvelle fenêtre</string> <!-- Radio button for reusing the last tab. --> <key>OPEN_IN_LAST_USED_TAB</key> <string>Dernier onglet utilisé</string> <!-- Label explaining how to enable TermHere if it is disabled. --> <key>TROUBLESHOOTING_NOTE</key> <string>Vous ne le voyez pas ? Assurez-vous que TermHere est activé dans les préférences d'extensions.</string> <!-- Button that opens the Preferences app. --> <key>OPEN_PREFERENCES</key> <string>Ouvrir les préférences</string> </dict> </plist> -
iAdam1n revised this gist
Nov 10, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ Acknowledgements: Terminal toolbar icon is licensed under the [SIL Open Font License](https://github.com/primer/octicons/blob/master/LICENSE), version 1.1. If this app is useful to you, please consider sending a small donation to the developer to say thanks. [Donate](https://hbang.ws/donate/) -
iAdam1n revised this gist
Nov 10, 2016 . 1 changed file with 43 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <!-- Label for choosing the terminal app to use. --> <key>TERMINAL_APP</key> <string>Terminal app:</string> <!-- Button that opens a panel to choose the terminal app. --> <key>BROWSE</key> <string>Browse</string> <!-- Label for the display preferences. --> <key>SHOW_IN</key> <string>Show in:</string> <!-- Checkbox that toggles displaying the button in context menus. --> <key>SHOW_IN_CONTEXT_MENUS</key> <string>Context menus</string> <!-- Label that explains how to toggle the toolbar button. --> <key>SHOW_IN_TOOLBAR_EXPLANATION</key> <string>To show or hide the Finder toolbar button, open Finder and click View → Customize Toolbar.</string> @@ -16,4 +32,30 @@ <!-- Explanation of how the above checkbox works. --> <key>OPEN_SELECTED_ITEMS_EXPLANATION</key> <string>Enable to open a tab for each item selected. Disable to always use the currently open folder.</string> <!-- Label for the “open in” radio buttons. --> <key>OPEN_IN</key> <string>Open in:</string> <!-- Radio button for creating a new tab. --> <key>OPEN_IN_NEW_TAB</key> <string>New tab</string> <!-- Radio button for creating a new window. --> <key>OPEN_IN_NEW_WINDOW</key> <string>New window</string> <!-- Radio button for reusing the last tab. --> <key>OPEN_IN_LAST_USED_TAB</key> <string>Last used tab</string> <!-- Label explaining how to enable TermHere if it is disabled. --> <key>TROUBLESHOOTING_NOTE</key> <string>Not seeing it? Make sure TermHere is enabled in the Extensions preferences.</string> <!-- Button that opens the Preferences app. --> <key>OPEN_PREFERENCES</key> <string>Open Preferences</string> </dict> </plist> -
iAdam1n revised this gist
Nov 10, 2016 . 1 changed file with 0 additions and 19 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +0,0 @@ -
iAdam1n revised this gist
Nov 10, 2016 . No changes.There are no files selected for viewing
-
iAdam1n revised this gist
Nov 10, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ Acknowledgements: Terminal toolbar icon is licensed under the SIL Open Font License, version 1.1. If this app is useful to you, please consider sending a small donation to the developer to say thanks. [Donate](https://hbang.ws/donate/) -
iAdam1n renamed this gist
Nov 10, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,4 @@ Acknowledgements: Terminal toolbar icon is licensed under the SIL Open Font License, version 1.1. If this app is useful to you, please consider sending a small donation to the developer to say thanks. [Donate](https://hbang.ws/donate/) -
iAdam1n created this gist
Nov 10, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ Acknowledgements: Terminal toolbar icon is licensed under the SIL Open Font License, version 1.1. If this app is useful to you, please consider sending a small donation to the developer to say thanks. Donate This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ <!-- Label displayed while something is loading. --> <key>LOADING</key> <string>Loading…</string> <!-- OK button label. --> <key>OK</key> <string>OK</string> <!-- Button that chooses the selected app in the open panel. --> <key>CHOOSE</key> <string>Choose</string> <!-- Title of the open panel. --> <key>CHOOSE_APPLICATION</key> <string>Choose Application</string> <!-- Title of the About window. --> <key>ABOUT</key> <string>About</string> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ <!-- Button that opens a panel to choose the terminal app. --> <key>BROWSE</key> <string>Browse</string> <!-- Label that explains how to toggle the toolbar button. --> <key>SHOW_IN_TOOLBAR_EXPLANATION</key> <string>To show or hide the Finder toolbar button, open Finder and click View → Customize Toolbar.</string> <!-- Label for the behavior preferences. --> <key>BEHAVIOR</key> <string>Behavior:</string> <!-- Checkbox that toggles opening selected items, vs opening the current folder. --> <key>OPEN_SELECTED_ITEMS</key> <string>Open selected items</string> <!-- Explanation of how the above checkbox works. --> <key>OPEN_SELECTED_ITEMS_EXPLANATION</key> <string>Enable to open a tab for each item selected. Disable to always use the currently open folder.</string>