File tree Expand file tree Collapse file tree 14 files changed +32
-14
lines changed
editor/ui/locales/en-US/chrome/region
mailnews/base/resources/locale/en-US
suite/locales/en-US/installer/windows Expand file tree Collapse file tree 14 files changed +32
-14
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# editor.js
3
3
# editor.properties
4
- editor.throbber.url =https ://sites.google.com/site/rn10950mozilla/retrozilla
4
+ editor.throbber.url =http ://retrozilla.no-ip.org
5
5
editor.spellcheckers.url =https://en-us.add-ons.mozilla.org/en-US/seamonkey/1.1/dictionaries/
Original file line number Diff line number Diff line change 2
2
# messenger.properties
3
3
# mailnews.js
4
4
mailnews.start_page.url =chrome://messenger/content/start.xhtml
5
- messenger.throbber.url =https ://sites.google.com/site/rn10950mozilla/retrozilla
6
- compose.throbber.url =https ://sites.google.com/site/rn10950mozilla/retrozilla
7
- addressbook.throbber.url =https ://sites.google.com/site/rn10950mozilla/retrozilla
5
+ messenger.throbber.url =http ://retrozilla.no-ip.org
6
+ compose.throbber.url =http ://retrozilla.no-ip.org
7
+ addressbook.throbber.url =http ://retrozilla.no-ip.org
8
8
# To make mapit buttons to disappear in the addressbook, specify empty string. For example:
9
9
# mail.addr_book.mapit_url.format=
10
10
# The format for "mail.addr_book.mapit_url.format" is:
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <H1>Bookmarks</H1>
9
9
< DL > < p >
10
10
< DT > < H3 PERSONAL_TOOLBAR_FOLDER ="true " ID ="NC:PersonalToolbarFolder "> Personal Toolbar Folder</ H3 >
11
11
< DL > < p >
12
- < DT > < A HREF ="https ://sites.google.com/site/rn10950mozilla/retrozilla "> RetroZilla</ A >
12
+ < DT > < A HREF ="http ://retrozilla.no-ip.org "> RetroZilla</ A >
13
13
< DT > < A HREF ="http://www.mozillazine.org/ "> mozillaZine</ A >
14
14
< DT > < A HREF ="http://www.mozdev.org/ "> mozdev.org</ A >
15
15
</ DL > < p >
@@ -18,7 +18,7 @@ <H1>Bookmarks</H1>
18
18
< DT > < H3 > mozilla.org</ H3 >
19
19
< DL > < p >
20
20
< DT > < A HREF ="http://www.mozilla.org/ "> The Mozilla Organization</ A >
21
- < DT > < A HREF ="https ://sites.google.com/site/rn10950mozilla/retrozilla "> RetroZilla Project</ a >
21
+ < DT > < A HREF ="http ://retrozilla.no-ip.org "> RetroZilla Project</ a >
22
22
< DT > < A HREF ="http://www.mozilla.org/products/ "> Mozilla Products</ A >
23
23
< DT > < A HREF ="http://www.mozilla.org/feedback.html "> Feedback</ A >
24
24
</ DL > < p >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ installation instructions for the Windows builds of RetroZilla.
12
12
13
13
For more info on RetroZilla, see
14
14
15
- https ://sites.google.com/site/rn10950mozilla/retrozilla
15
+ http ://retrozilla.no-ip.org
16
16
17
17
To submit bugs or other feedback, see the Navigator QA menu and check out
18
18
GitHub at https://github.com/rn10950/RetroZilla for links to known bugs,
@@ -34,7 +34,7 @@ Keep in mind that the source code in its raw form may be buggy. If you are
34
34
looking for a more polished version of RetroZilla, the RetroZilla project
35
35
releases builds of RetroZilla regularly that you can download from
36
36
37
- https ://sites.google.com/site/rn10950mozilla/retrozilla
37
+ http ://retrozilla.no-ip.org
38
38
39
39
Be sure to read the RetroZilla release notes for information on known
40
40
problems and installation issues with RetroZilla. The release notes
@@ -92,7 +92,7 @@ released builds may cause problems.
92
92
Note: These instructions do not tell you how to build RetroZilla.
93
93
For info on building RetroZilla from the mozilla.org source code, see
94
94
95
- https ://sites.google.com/site/rn10950mozilla/retrozilla/build
95
+ http ://rzContribute.ddns.net/
96
96
97
97
98
98
Windows Installation Instructions
Original file line number Diff line number Diff line change 115
115
116
116
<!-- Tools Menu -->
117
117
<key id =" searchInternetKb" key =" &searchInternet.commandKey; " modifiers =" accel,shift" command =" Browser:SearchInternet" />
118
+ <key id =" extensionsMenu" key =" &extensionsMenu.commandKey; " modifiers =" accel,shift" command =" Browser:getExtensions" />
118
119
119
120
<!-- Misc -->
120
121
<!-- the amazing fishcam dept. -->
199
200
200
201
<!-- Tools Menu -->
201
202
<command id =" Browser:SearchInternet" oncommand =" BrowserSearchInternet();" />
203
+ <command id =" Browser:getExtensions" oncommand =" openTopWin('http://rzExtensions.ddns.net')" />
202
204
203
205
</commandset >
204
206
486
488
<menupopup id =" taskPopup" >
487
489
<menuitem id =" menu_searchWeb" label =" &searchInternetCmd.label; " key =" searchInternetKb" accesskey =" &searchInternetCmd.accesskey; " command =" Browser:SearchInternet" />
488
490
<menuitem id =" menu_translate" label =" &translateMenu.label; " accesskey =" &translateMenu.accesskey; " oncommand =" Translate();" />
491
+ <menuitem id =" menu_getExtensions" label =" &extensionsMenu.label; " accesskey =" &extensionsMenu.accesskey; " command =" Browser:getExtensions" />
489
492
<menuseparator id =" navBeginGlobalItems" />
490
493
</menupopup >
491
494
</menu >
Original file line number Diff line number Diff line change 76
76
<!ENTITY translateMenu.accesskey "T">
77
77
<!ENTITY translate.commandKey "t">
78
78
79
+ <!ENTITY extensionsMenu.label "Get Extensions">
80
+ <!ENTITY extensionsMenu.accesskey "E">
81
+ <!ENTITY extensionsMenu.commandKey "e">
82
+
79
83
<!ENTITY closeOtherTabs.label "Close Other Tabs">
80
84
<!ENTITY closeWindow.label "Close Window">
81
85
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ otherSearchURL=http://www.google.com
8
8
# all.js
9
9
#
10
10
browser.startup.homepage =about:home
11
- browser.throbber.url =https ://sites.google.com/site/rn10950mozilla/retrozilla
11
+ browser.throbber.url =http ://retrozilla.no-ip.org
12
12
browser.search.defaulturl =http://www.google.com/search?q=
13
13
general.useragent.contentlocale =US
14
14
Original file line number Diff line number Diff line change 293
293
294
294
<menuseparator id =" menu_HelpAboutSeparator" />
295
295
296
+ <menuitem class =" about"
297
+ accesskey =" &contributeCmd.accesskey; "
298
+ label =" &contributeCmd.label; "
299
+ id =" contributeCmd"
300
+ oncommand =" openTopWin('http://rzcontribute.ddns.net')" />
301
+
296
302
<menuitem class =" about"
297
303
accesskey =" &aboutCommPluginsCmd.accesskey; "
298
304
label =" &aboutCommPluginsCmd.label; "
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ browser.search.defaultenginename=Google
7
7
intl.content.langcode =en-US
8
8
9
9
# update notifications: new update page
10
- update_notifications.provider.0.datasource =https ://sites.google.com/site/rn10950mozilla/retrozilla /releases/updates/en-US.rdf
10
+ update_notifications.provider.0.datasource =http ://retrozilla.no-ip.org /releases/updates/en-US.rdf
Original file line number Diff line number Diff line change 71
71
<!ENTITY aboutCommPluginsCmd.label "About Plug-ins">
72
72
<!ENTITY aboutCommPluginsCmd.accesskey "p">
73
73
74
+ <!ENTITY contributeCmd.label "Contribute to RetroZilla">
75
+ <!ENTITY contributeCmd.accesskey "o">
76
+
74
77
<!ENTITY direct.label "Online (Proxy: None)">
75
78
<!ENTITY direct.accesskey "N">
76
79
<!ENTITY manual.label "Online (Proxy: Manual)">
You can’t perform that action at this time.
0 commit comments