diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-03-11 13:55:08 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-03-11 13:55:08 -0500 |
commit | abe1bf9a2752e5f3bcecf95bfdd9ec84c41f2109 (patch) | |
tree | 1d01fdbb4cfd09f1cdfdc7f94050af1d33c3075b /common/locale | |
parent | 33ed8c4c2885775656e2b54a26e4a82528e5e8f3 (diff) | |
download | pentadactyl-abe1bf9a2752e5f3bcecf95bfdd9ec84c41f2109.tar.gz |
Add :pin and :unpin. Closes issue #344.
Diffstat (limited to 'common/locale')
-rw-r--r-- | common/locale/en-US/messages.properties | 3 | ||||
-rw-r--r-- | common/locale/en-US/tabs.xml | 26 |
2 files changed, 28 insertions, 1 deletions
diff --git a/common/locale/en-US/messages.properties b/common/locale/en-US/messages.properties index bd51a22b..f76e89ee 100644 --- a/common/locale/en-US/messages.properties +++ b/common/locale/en-US/messages.properties @@ -26,7 +26,8 @@ bookmark.removed-1 = Removed bookmark: %S bookmark.added-1 = Added bookmark: %S bookmark.deleted-1 = %S bookmark(s) deleted -buffer.fewer-2 = %S fewer tab%S +buffer.fewerTab-1 = %S fewer tab +buffer.fewerTabs-1 = %S fewer tabs buffer.cantDetatchLast = Can't detach the last tab buffer.noMatching-1 = No matching buffer for %S buffer.multipleMatching-1 = More than one match for %S diff --git a/common/locale/en-US/tabs.xml b/common/locale/en-US/tabs.xml index d894020c..25e668c8 100644 --- a/common/locale/en-US/tabs.xml +++ b/common/locale/en-US/tabs.xml @@ -381,6 +381,32 @@ </description> </item> +<h2 tag="app-tabs application-tabs pinned-tabs">Application Tabs</h2> + +<item> + <tags>pin pintab</tags> + <spec><oa>count</oa>pin<oa>tab</oa><oa>!</oa> <oa>arg</oa></spec> + <description> + <p> + Pin tab as an application tab. If <oa>!</oa> is given, + the tab's pinned state is toggled. Arguments and count + are the same as for <ex>:bdelete</ex> and <ex>:buffer</ex>. + </p> + </description> +</item> + +<item> + <tags>unpin unpintab</tags> + <spec><oa>count</oa>pin<oa>tab</oa> <oa>arg</oa></spec> + <description> + <p> + Unpin tab as an application tab. Arguments and count + are the same as for <ex>:pintab</ex>. + </p> + </description> +</item> + + </document> <!-- vim:se sts=4 sw=4 et: --> |