Skip to content

Instantly share code, notes, and snippets.

@matteyeux
Last active November 10, 2016 20:27
Show Gist options
  • Save matteyeux/283b0cc7e60b7ec2d2f8fdbcad224256 to your computer and use it in GitHub Desktop.
Save matteyeux/283b0cc7e60b7ec2d2f8fdbcad224256 to your computer and use it in GitHub Desktop.

Revisions

  1. matteyeux revised this gist Nov 10, 2016. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions Credits.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@

    Acknowledgements:
    Remerciements:

    Terminal toolbar icon is licensed under the [SIL Open Font License](https://github.com/primer/octicons/blob/master/LICENSE), version 1.1.
    Terminal toolbar icon est sous license [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/)
    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/)
  2. matteyeux revised this gist Nov 10, 2016. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions Main.strings
    Original 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>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>
    <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>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. -->
  3. matteyeux revised this gist Nov 10, 2016. 1 changed file with 14 additions and 12 deletions.
    26 changes: 14 additions & 12 deletions Main.strings
    Original 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 app:</string>
    <string>Terminal :</string>

    <!-- Button that opens a panel to choose the terminal app. -->
    <key>BROWSE</key>
    <string>Browse</string>
    <string>Choisir</string>

    <!-- Label for the display preferences. -->
    <key>SHOW_IN</key>
    <string>Show in:</string>
    <string>Afficher dans:</string>

    <!-- Checkbox that toggles displaying the button in context menus. -->
    <key>SHOW_IN_CONTEXT_MENUS</key>
    <string>Context menus</string>
    <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>Behavior:</string>
    <string>Comportement:</string>

    <!-- Checkbox that toggles opening selected items, vs opening the current folder. -->
    <key>OPEN_SELECTED_ITEMS</key>
    <string>Open selected items</string>
    <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>Open in:</string>
    <string>Ouvrir dans:</string>

    <!-- Radio button for creating a new tab. -->
    <key>OPEN_IN_NEW_TAB</key>
    <string>New tab</string>
    <string>Nouvel onglet</string>

    <!-- Radio button for creating a new window. -->
    <key>OPEN_IN_NEW_WINDOW</key>
    <string>New window</string>
    <string>Nouvelle fenêtre</string>

    <!-- Radio button for reusing the last tab. -->
    <key>OPEN_IN_LAST_USED_TAB</key>
    <string>Last used tab</string>
    <string>Dernier onglet utilisé</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>
    <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>Open Preferences</string>
    <string>Ouvrir les préférences</string>
    </dict>
    </plist>
  4. @iAdam1n iAdam1n revised this gist Nov 10, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Credits.md
    Original 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, version 1.1.
    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/)
  5. @iAdam1n iAdam1n revised this gist Nov 10, 2016. 1 changed file with 43 additions and 1 deletion.
    44 changes: 43 additions & 1 deletion Main.strings
    Original 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>
    <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>
  6. @iAdam1n iAdam1n revised this gist Nov 10, 2016. 1 changed file with 0 additions and 19 deletions.
    19 changes: 0 additions & 19 deletions Localizable.strings
    Original file line number Diff line number Diff line change
    @@ -1,19 +0,0 @@
    <!-- 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>
  7. @iAdam1n iAdam1n revised this gist Nov 10, 2016. No changes.
  8. @iAdam1n iAdam1n revised this gist Nov 10, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Credits.md
    Original 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/)
  9. @iAdam1n iAdam1n renamed this gist Nov 10, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Credits.rtf → Credits.md
    Original 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
    If this app is useful to you, please consider sending a small donation to the developer to say thanks. [Donate](https://hbang.ws/donate/)
  10. @iAdam1n iAdam1n created this gist Nov 10, 2016.
    5 changes: 5 additions & 0 deletions Credits.rtf
    Original 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
    19 changes: 19 additions & 0 deletions Localizable.strings
    Original 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>
    19 changes: 19 additions & 0 deletions Main.strings
    Original 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>