Skip to content

Instantly share code, notes, and snippets.

@PetrutB
Last active November 19, 2016 17:27
Show Gist options
  • Select an option

  • Save PetrutB/92595576b5363d032c8526f837d37cfe to your computer and use it in GitHub Desktop.

Select an option

Save PetrutB/92595576b5363d032c8526f837d37cfe to your computer and use it in GitHub Desktop.
TermHere 1.2

Recunoașteri:

Pictograma pentru bara de instrumente a Terminalului este licențiată sub SIL Open Font License, versiunea 1.1.

Dacă această aplicație îți este utilă, te rog să consideri o mică donație pentru dezvoltator ca semn al gratitudinii tale. Donează

<?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>Aplicație Terminal:</string>
<!-- Button that opens a panel to choose the terminal app. -->
<key>BROWSE</key>
<string>Navighează</string>
<!-- Label for the display preferences. -->
<key>SHOW_IN</key>
<string>Arată în:</string>
<!-- Checkbox that toggles displaying the button in context menus. -->
<key>SHOW_IN_CONTEXT_MENUS</key>
<string>Meniuri contextuale</string>
<!-- Label that explains how to toggle the toolbar button. -->
<key>SHOW_IN_TOOLBAR_EXPLANATION</key>
<string>Pentru a arăta sau ascunde butonul pentru Bara de Instrumente a Finder-ului, deschide Finder-ul și selectează Vizualizare → Personalizează Bara de Instrumente.</string>
<!-- Label for the behavior preferences. -->
<key>BEHAVIOR</key>
<string>Comportament:</string>
<!-- Checkbox that toggles opening selected items, vs opening the current folder. -->
<key>OPEN_SELECTED_ITEMS</key>
<string>Deschide elementele selectate</string>
<!-- Explanation of how the above checkbox works. -->
<key>OPEN_SELECTED_ITEMS_EXPLANATION</key>
<string>Permite deschiderea unui tab pentru fiecare element selectat. Dezactivează pentru a folosi mereu folder-ul deja deschis.</string>
<!-- Label for the “open in” radio buttons. -->
<key>OPEN_IN</key>
<string>Deschide în:</string>
<!-- Radio button for creating a new tab. -->
<key>OPEN_IN_NEW_TAB</key>
<string>Tab nou</string>
<!-- Radio button for creating a new window. -->
<key>OPEN_IN_NEW_WINDOW</key>
<string>Fereastră nouă</string>
<!-- Radio button for reusing the last tab. -->
<key>OPEN_IN_LAST_USED_TAB</key>
<string>Ultimul tab utilizat</string>
<!-- Label explaining how to enable TermHere if it is disabled. -->
<key>TROUBLESHOOTING_NOTE</key>
<string>Nu se afișează? Asigură-te ca TermHere este activat în preferințele pentru Extensii.</string>
<!-- Button that opens the Preferences app. -->
<key>OPEN_PREFERENCES</key>
<string>Deschide Preferințele</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment