copiesofcopies / identifox-copiesofcopies
A new version of IdentiFox forked from TwitterFox v.1.8b1 (the old IdentiFox was from v.1.6). This version supports tags, groups, private messages, and redenting.
$ hg clone http://bitbucket.org/copiesofcopies/identifox-copiesofcopies/
| commit 17: | 02b33d19729f |
| parent 16: | df7deee4bba6 |
| branch: | default |
13 months ago
Changed (Δ740 bytes):
IdentiFox.mozilla.xpi (binary file changed)
IdentiFox.xpi (binary file changed)
content/identicanotifier.xml (1 lines added, 1 lines removed)
content/identicanotifier.xul (1 lines added, 1 lines removed)
locale/de-DE/identicanotifier.pref.dtd (1 lines added, 0 lines removed)
locale/de-DE/identicanotifier.pref.properties (3 lines added, 0 lines removed)
Up to file-list IdentiFox.mozilla.xpi:
Up to file-list IdentiFox.xpi:
Up to file-list content/identicanotifier.xml:
110 |
110 |
<xul:vbox> |
111 |
111 |
<xul:hbox class="identicanotifier-popup-logo-box" align="center"> |
112 |
112 |
<xul:image class="identicanotifier-popup-logo" |
113 |
onclick="gIdenticaNotifier.openURL('http://identi.ca/ |
|
113 |
onclick="gIdenticaNotifier.openURL('http://identi.ca/'); |
|
114 |
114 |
gIdenticaNotifier.closePopup(false); return false;" |
115 |
115 |
tooltiptext="&identicanotifier.logo.tooltip;" |
116 |
116 |
src="chrome://identicanotifier/content/logo-small.png" /> |
Up to file-list content/identicanotifier.xul:
23 |
23 |
<statusbarpanel id="identicanotifier-statusbar-button" |
24 |
24 |
class="statusbarpanel-menu-iconic" |
25 |
25 |
context="identicanotifier-main-menupopup" |
26 |
ondblclick="gIdenticaNotifier.openURL('http://identi.ca/ |
|
26 |
ondblclick="gIdenticaNotifier.openURL('http://identi.ca/')" |
|
27 |
27 |
onclick="return gIdenticaNotifier.onClickStatusbarIcon(event)" |
28 |
28 |
tooltip="identicanotifier-tooltip"> |
29 |
29 |
Up to file-list locale/de-DE/identicanotifier.pref.dtd:
3 |
3 |
<!ENTITY identicanotifier.username "Benutzername"> |
4 |
4 |
<!ENTITY identicanotifier.password "Passwort"> |
5 |
5 |
<!ENTITY identicanotifier.addAccount "Konto hinzufügen"> |
6 |
<!ENTITY identicanotifier.editAccount "Konto bearbeiten"> |
|
6 |
7 |
<!ENTITY identicanotifier.removeAccount "Konto entfernen"> |
7 |
8 |
<!ENTITY identicanotifier.preferences "Einstellungen"> |
8 |
9 |
<!ENTITY identicanotifier.refreshInterval "Dents holen"> |
Up to file-list locale/de-DE/identicanotifier.pref.properties:
1 |
1 |
AddAccount=Neue Kontoinformationen eintragen |
2 |
EditAccount=Konto bearbeiten "%S" |
|
2 |
3 |
AccountAdded=Konto "%S" wurde hinzugefügt. |
4 |
AccountModified=Konto "%S" wurde geändert. |
|
5 |
AccountAlreadyExists=Konto "%S" vorhanden. |
|
3 |
6 |
RemoveAccountConfirm=Sind Sie sicher, dass sie das Konto "%S" löschen möchten? |
4 |
7 |
AccountRemoved=Konto "%S" wurde gelöscht. |
5 |
8 |
ChooseSoundFile=Wählen Sie eine Audiodatei |
