Skip to content
This repository has been archived by the owner on Feb 17, 2018. It is now read-only.

Commit

Permalink
unzip tagsieve-4.3.2.xpi
Browse files Browse the repository at this point in the history
  • Loading branch information
wagle committed Aug 27, 2012
1 parent 668ec7f commit c645453
Show file tree
Hide file tree
Showing 20 changed files with 971 additions and 8 deletions.
1 change: 1 addition & 0 deletions chrome.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
content bookmarktags content/ contentaccessible=yes
locale bookmarktags en-US locale/en-US/
locale bookmarktags de-DE locale/de-DE/
locale bookmarktags sv-SE locale/sv-SE/

skin bookmarktags classic/1.0 skin/classic/

Expand Down
5 changes: 3 additions & 2 deletions content/browserOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,9 @@ var BookmarkTags= function ()
// The tag menu in the bookmarks popup does not work well on Macs.
//if (BookmarkTags.Util.getOS() === "Darwin")
//{
// document.getElementById("BookmarkTags-tagMenuBookmarksPopup").
// hidden= true;
// hide for all
document.getElementById("BookmarkTags-tagMenuBookmarksPopup").
hidden= true;
//}

updateSidebarKey();
Expand Down
8 changes: 5 additions & 3 deletions content/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ BookmarkTags.BookmarkCmds= function ()
Components.utils.import("resource:///modules/PlacesUIUtils.jsm");
Components.utils.import('resource://gre/modules/Services.jsm');
var clipid = Components.interfaces.nsIClipboard;  
var clipboard   = Components.classes["@mozilla.org/widget/clipboard;1"].getService(clipid);
var clipboard = Components.classes["@mozilla.org/widget/clipboard;1"].getService(clipid);

// Adapted from PlacesController.prototype._isClipboardDataPasteable in
// firefox/source/browser/components/places/content/controller.js
Expand Down Expand Up @@ -426,7 +426,8 @@ BookmarkTags.BookmarkCmds= function ()

function open_(bmObj, where)
{
PlacesUIUtils.openNodeIn(fakeNavHistoryResultNode(bmObj), where);
var window = Services.wm.getMostRecentWindow("navigator:browser");
PlacesUIUtils._openNodeIn(fakeNavHistoryResultNode(bmObj), where, window);
}

function open(bmObj)
Expand Down Expand Up @@ -464,7 +465,8 @@ BookmarkTags.BookmarkCmds= function ()

function openWithEvent(bmObj, event)
{
PlacesUIUtils.openNodeWithEvent(fakeNavHistoryResultNode(bmObj), event);
var window = Services.wm.getMostRecentWindow("navigator:browser");
PlacesUIUtils._openNodeIn(fakeNavHistoryResultNode(bmObj), window.whereToOpenLink(event), window);
}

// Adapted from PlacesController.prototype.paste in
Expand Down
12 changes: 11 additions & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>TagSieve</em:name>
<em:version>4.3.1</em:version>
<em:version>4.3.2</em:version>
<em:description>Browse your bookmarks with sets of tags</em:description>
<em:creator>hark</em:creator>
<em:homepageURL>http://www.grue.in/tagsieve</em:homepageURL>
Expand All @@ -29,5 +29,15 @@
<em:homepageURL>http://www.grue.in/tagsieve</em:homepageURL>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>sv-SE</em:locale>
<em:name>TagSieve</em:name>
<em:description>Bläddra bland dina bokmärken m.h.a. uppsättningar av etiketter.</em:description>
<em:creator>hark</em:creator>
<em:translator>Mikael Hiort af Ornäs</em:translator>
<em:homepageURL>http://www.grue.in/tagsieve</em:homepageURL>
</Description>
</em:localized>
</Description>
</RDF>
2 changes: 1 addition & 1 deletion locale/de-DE/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div id="title">
<h1>TagSieve Help</h1>
<h2>Browse your bookmarks with sets of tags</h2>
<h3>Version 4.3.1</h3>
<h3>Version 4.3.2</h3>
</div>

<div id="intro">
Expand Down
2 changes: 1 addition & 1 deletion locale/en-US/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div id="title">
<h1>TagSieve Help</h1>
<h2>Browse your bookmarks with sets of tags</h2>
<h3>Version 4.3.1</h3>
<h3>Version 4.3.2</h3>
</div>

<div id="intro">
Expand Down
10 changes: 10 additions & 0 deletions locale/sv-SE/browserOverlay.dtd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!ENTITY bmt.sidebarBroadcaster.label "TagSieve">
<!ENTITY bmt.sidebarBroadcaster.accesskey "A">
<!ENTITY bmt.sidebarBroadcaster.tooltiptext "Öppna TagSieve i sidopanelen">
<!ENTITY bmt.sidebarTitle "TagSieve">

<!ENTITY bmt.bmMenuToolbarbutton.label "TagSieve-menyn">
<!ENTITY bmt.bmMenuBookmarksPopup.label "TagSieve">
<!ENTITY bmt.bmMenuToolbarbutton.accesskey "M">

<!ENTITY bmt.migrateMenuitem.label "TagSieves migreringsguide">
119 changes: 119 additions & 0 deletions locale/sv-SE/commands.dtd
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
<!ENTITY % edit SYSTEM "chrome://global/locale/editMenuOverlay.dtd">
%edit;
<!ENTITY % places SYSTEM "chrome://browser/locale/places/places.dtd">
%places;

<!--
editMenuOverlay.dtd
copyCmd.accesskey: c
cutCmd.accesskey: t
deleteCmd.accesskey: d
pasteCmd.accesskey: p

places.dtd
cmd.open.accesskey: O
cmd.open_all_in_tabs.accesskey: O
cmd.open_window.accesskey: N
cmd.open_tab.accesskey: w
cmd.properties.accesskey: i
-->

<!ENTITY bmt.bmCmd_copy.label "&copyCmd.label;">
<!ENTITY bmt.bmCmd_copy.accesskey "&copyCmd.accesskey;">
<!ENTITY bmt.bmCmd_cutDelete.label "Klipp ut och ta bort">
<!ENTITY bmt.bmCmd_cutDelete.accesskey "t">
<!ENTITY bmt.bmCmd_cutUntagAll.label "Klipp ut och ta bort alla etiketter">
<!ENTITY bmt.bmCmd_cutUntagAll.accesskey "u">
<!ENTITY bmt.bmCmd_cutUntagTags.label "Klipp ut och ta bort markerade etiketter">
<!ENTITY bmt.bmCmd_cutUntagTags.accesskey "p">
<!ENTITY bmt.bmCmd_delete.label "&deleteCmd.label;">
<!ENTITY bmt.bmCmd_delete.accesskey "&deleteCmd.accesskey;">
<!ENTITY bmt.bmCmd_open.label "&cmd.open.label;">
<!ENTITY bmt.bmCmd_open.accesskey "&cmd.open.accesskey;">
<!ENTITY bmt.bmCmd_openInNewWindow.label "&cmd.open_window.label;">
<!ENTITY bmt.bmCmd_openInNewWindow.accesskey "&cmd.open_window.accesskey;">
<!ENTITY bmt.bmCmd_openInNewTab.label "&cmd.open_tab.label;">
<!ENTITY bmt.bmCmd_openInNewTab.accesskey "&cmd.open_tab.accesskey;">
<!ENTITY bmt.bmCmd_openInTabs.label "&cmd.open_all_in_tabs.label;">
<!ENTITY bmt.bmCmd_openInTabs.accesskey "Ö">
<!ENTITY bmt.bmCmd_paste.label "&pasteCmd.label;">
<!ENTITY bmt.bmCmd_paste.accesskey "&pasteCmd.accesskey;">
<!ENTITY bmt.bmCmd_properties.label "&cmd.properties.label;">
<!ENTITY bmt.bmCmd_properties.accesskey "&cmd.properties.accesskey;">
<!ENTITY bmt.bmCmd_showInOrganizer.label "Visa i Biblioteket">
<!ENTITY bmt.bmCmd_showInOrganizer.accesskey "L">
<!ENTITY bmt.bmCmd_untagAll.label "Ta bort alla etiketter">
<!ENTITY bmt.bmCmd_untagAll.accesskey "a">
<!ENTITY bmt.bmCmd_untagTags.label "Ta bort markerade etiketter">
<!ENTITY bmt.bmCmd_untagTags.accesskey "m">

<!ENTITY bmt.bmSortMenu.label "Sortera bokmärken">
<!ENTITY bmt.bmSortMenu.accesskey "b">

<!ENTITY bmt.queryCmd_customize.label "Anpassa standardåtgärd…">
<!ENTITY bmt.queryCmd_customize.accesskey "å">
<!ENTITY bmt.queryCmd_help.label "Hjälp om TagSieve…">
<!ENTITY bmt.queryCmd_help.accesskey "H">
<!ENTITY bmt.queryCmd_removeAllTags.label "Ta bort alla från fråga">
<!ENTITY bmt.queryCmd_removeAllTags.accesskey "A">
<!ENTITY bmt.queryCmd_removeOtherTags.label "Ta bort övriga från fråga">
<!ENTITY bmt.queryCmd_removeOtherTags.accesskey "v">
<!ENTITY bmt.queryCmd_removeSucceedingTags.label "Ta bort efterföljande från fråga">
<!ENTITY bmt.queryCmd_removeSucceedingTags.accesskey "e">
<!ENTITY bmt.queryCmd_removeTag.label "Ta bort från fråga">
<!ENTITY bmt.queryCmd_removeTag.accesskey "f">
<!ENTITY bmt.queryCmd_toggleFindAsYouType.label "Aktivera Sök medan du skriver">
<!ENTITY bmt.queryCmd_toggleFindAsYouType.accesskey "d">

<!-- The sortCmd's are also used as tree column names. -->
<!ENTITY bmt.sortCmd_dateAdded.label "&col.dateadded.label;">
<!ENTITY bmt.sortCmd_frecency.label "Förekomst">
<!ENTITY bmt.sortCmd_lastModified.label "&col.lastmodified.label;">
<!ENTITY bmt.sortCmd_relatedSize.label "Storlek">
<!ENTITY bmt.sortCmd_title.label "&col.name.label;">
<!ENTITY bmt.sortCmd_url.label "&col.url.label;">
<!ENTITY bmt.sortCmd_visit_count.label "&col.visitcount.label;">
<!ENTITY bmt.sortCmd_visit_date.label "&col.lastvisit.label;">

<!ENTITY bmt.sortDirCmd_lexico_ascending.label "A till Ö">
<!ENTITY bmt.sortDirCmd_lexico_descending.label "Ö till A">
<!ENTITY bmt.sortDirCmd_quantity_ascending.label "Minst till flest antal">
<!ENTITY bmt.sortDirCmd_quantity_descending.label "Flest till minst antal">
<!ENTITY bmt.sortDirCmd_time_ascending.label "Äldst till nyast">
<!ENTITY bmt.sortDirCmd_time_descending.label "Nyast till äldst">

<!ENTITY bmt.tagCmd_clearTagColor.label "Rensa">
<!ENTITY bmt.tagCmd_clearTagColor.accesskey "R">
<!ENTITY bmt.tagCmd_copy.label "&copyCmd.label;">
<!ENTITY bmt.tagCmd_copy.accesskey "&copyCmd.accesskey;">
<!ENTITY bmt.tagCmd_cut.label "&cutCmd.label;">
<!ENTITY bmt.tagCmd_cut.accesskey "&cutCmd.accesskey;">
<!ENTITY bmt.tagCmd_delete.label "&deleteCmd.label;">
<!ENTITY bmt.tagCmd_delete.accesskey "&deleteCmd.accesskey;">
<!ENTITY bmt.tagCmd_openInTabs.label "Öppna bokmärken i flikar">
<!ENTITY bmt.tagCmd_openInTabs.accesskey "Ö">
<!ENTITY bmt.tagCmd_paste.label "&pasteCmd.label;">
<!ENTITY bmt.tagCmd_paste.accesskey "&pasteCmd.accesskey;">
<!ENTITY bmt.tagCmd_properties.label "&cmd.properties.label;">
<!ENTITY bmt.tagCmd_properties.accesskey "&cmd.properties.accesskey;">
<!ENTITY bmt.tagCmd_select.label "Lägg till i fråga">
<!ENTITY bmt.tagCmd_select.accesskey "ä">
<!ENTITY bmt.tagCmd_setTagColor.label "Färg">
<!ENTITY bmt.tagCmd_setTagColor.accesskey "F">

<!ENTITY bmt.tagDisplayCmd_cloud.label "Etikettmoln">
<!ENTITY bmt.tagDisplayCmd_cloud.accesskey "m">
<!ENTITY bmt.tagDisplayCmd_customize.label "Inställningar…">
<!ENTITY bmt.tagDisplayCmd_customize.accesskey "I">
<!ENTITY bmt.tagDisplayCmd_help.label "Hjälp om TagSieve…">
<!ENTITY bmt.tagDisplayCmd_help.accesskey "H">
<!ENTITY bmt.tagDisplayCmd_list.label "Etikettlista">
<!ENTITY bmt.tagDisplayCmd_list.accesskey "l">

<!ENTITY bmt.tagInputCmd_help.label "Hjälp om TagSieve…">
<!ENTITY bmt.tagInputCmd_help.accesskey "H">
<!ENTITY bmt.tagInputCmd_toggleAutocomplete.label "Aktivera Komplettera automatiskt">
<!ENTITY bmt.tagInputCmd_toggleAutocomplete.accesskey "u">

<!ENTITY bmt.tagSortMenu.label "Sortera etiketter">
<!ENTITY bmt.tagSortMenu.accesskey "o">
8 changes: 8 additions & 0 deletions locale/sv-SE/commands.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
deleteTagWarning.titleSingle = Ta bort etikett?
deleteTagWarning.titleMultiple = Ta bort etiketter?
deleteTagWarning.messageSingle = Du är på väg att ta bort etiketten **TAG**. Firefox kan sluta att svara under borttagningen om etiketten är associerad med många bokmärken. Också om du avbryter borttagningen kan Firefox tillfälligt sluta att svara. Är du säker på att du vill fortsätta?
deleteTagWarning.messageMultiple = Du är på väg att ta bort följande etiketter: **TAG**. Firefox kan sluta att svara under borttagningen om etiketterna är associerade med många bokmärken. Också om du avbryter borttagningen kan Firefox tillfälligt sluta att svara. Är du säker på att du vill fortsätta?
deleteTagWarning.deleteSingleButtonLabel = Ta bort etikett
deleteTagWarning.deleteMultipleButtonLabel = Ta bort etiketter
deleteTagWarning.cancelButtonLabel = Avbryt
deleteTagWarning.suppressLabel = Varna mig inte igen
116 changes: 116 additions & 0 deletions locale/sv-SE/hello.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sv" lang="sv">
<head>
<title>V&auml;lkommen till TagSieve</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
<!--
body {
background: #fff;
color: #333;
font-family: sans-serif;
width: 35em;
margin-left: 10%;
line-height: 1.4;
}
a:hover {
background: #ddf;
}
h1 {
font-size: 2em;
font-weight: bold;
}
h2 {
font-size: 1.6em;
font-weight: bold;
}
h3 {
font-size: 1.3em;
font-weight: bold;
margin-top: 1.2em;
}
div {
margin-bottom: 2em;
}
table {
width: 100%;
}
table tr {
vertical-align: top;
}
table tr > * {
padding: 0.5em;
}
table th {
font-weight: bold;
text-align: center;
}
table td {
background-color: #eef;
}
ul > li {
list-style-type: square;
}
ul > li > ul > li {
list-style-type: disc;
}
.key {
font-family: monospace;
background: #dfc;
}
.operator {
font-family: monospace;
font-weight: bold;
}
.tagname {
font-style: italic;
}
p.expr {
text-align: center;
background-color: #eef;
}
.expr {
font-family: monospace;
}
#intro {
background-color: #ffffe0;
padding: 2%;
}
-->
</style>
</head>

<body>
<div id="outer">

<div id="title">
<h1>V&auml;lkommen till TagSieve</h1>
<h2>H&aring;ll p&aring; etiketten!</h2>
<h3>Version 4.3.0</h3>
</div>

<div id="intro">
<p>
Jag har varit en trogen anv&auml;ndare av till&auml;gget TagSifter, men tr&aring;kigt nog
har det inte uppdaterats p&aring; mer &auml;n ett &aring;r nu och verkar ha &ouml;vergivits. Jag
tr&ouml;ttnade p&aring; att v&auml;nta och besl&ouml;t att b&ouml;rja arbeta p&aring; till&auml;gget p&aring; egen hand.
Det kr&auml;vde en del av mig, men jag &auml;r stolt &ouml;ver att kunna presentera denna utg&aring;va
av TagSieve, som tar TagSifter till Firefox 3.5 och vidare mot framtida versioner.
</p>
<p>
Jag planerar att h&aring;lla detta till&auml;gg uppdaterat och har n&aring;gra funktioner som jag
skulle vilja implementera. Tills dess f&aring;r ni mer &auml;n g&auml;rna hacka k&auml;llkoden, rapportera
problem och f&ouml;ra fram era &ouml;nskem&aring;l <a href="http://www.grue.in/tagsieve">h&auml;r</a>.
Om det finns en efterfr&aring;gan f&ouml;r nya funktioner, s&aring; kommer jag absolut att studera saken n&auml;rmare.
</p>
<p>
Om du aldrig har anv&auml;nt TagSifter innan, s&aring; f&aring;r du hj&auml;lp att komma ig&aring;ng
p&aring; <a href="chrome://bookmarktags/locale/help.html">hj&auml;lpsidan</a> (p&aring; svenska).
</p>
</div>
</body>
</html>
Loading

0 comments on commit c645453

Please sign in to comment.