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.
TermHere 1.2

Remerciements:

Terminal toolbar icon est sous license SIL Open Font 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

<?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 :</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>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>
<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>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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment