blob: 60437b4318f3cc8803493df58fea2a462a964a07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- Window title -->
<!ENTITY windowTitle.label "Publish Page">
<!ENTITY windowTitleSettings.label "Publish Settings">
<!ENTITY publishTab.label "Publish">
<!ENTITY settingsTab.label "Settings">
<!ENTITY publishButton.label "Publish">
<!-- Publish Tab Panel -->
<!ENTITY siteList.label "Site Name:">
<!ENTITY siteList.accesskey "e">
<!ENTITY siteList.tooltip "Choose the site that you want to publish to">
<!ENTITY newSiteButton.label "New Site">
<!ENTITY newSiteButton.accesskey "N">
<!ENTITY docDirList.label "Site subdirectory for this page:">
<!ENTITY docDirList.accesskey "S">
<!ENTITY docDirList.tooltip "Choose or enter the name of the remote subdirectory for this page">
<!ENTITY publishImgCheckbox.label "Include images and other files">
<!ENTITY publishImgCheckbox.accesskey "o">
<!ENTITY publishImgCheckbox.tooltip "Publish images and other files referenced by this page">
<!ENTITY sameLocationRadio.label "Use same location as page">
<!ENTITY sameLocationRadio.accesskey "U">
<!ENTITY sameLocationRadio.tooltip "Publish files to the same location as the page">
<!ENTITY useSubdirRadio.label "Use this site subdirectory:">
<!ENTITY useSubdirRadio.accesskey "d">
<!ENTITY useSubdirRadio.tooltip "Publish files to the selected remote subdirectory">
<!ENTITY otherDirList.tooltip "Choose or enter name of remote subdirectory where files will be published">
<!ENTITY pageTitle.label "Page Title:">
<!ENTITY pageTitle.accesskey "T">
<!ENTITY pageTitle.tooltip "Enter a title to identify the page in the window and in bookmarks">
<!ENTITY pageTitleExample.label "e.g.: "My Web Page"">
<!ENTITY filename.label "Filename:">
<!ENTITY filename.accesskey "F">
<!ENTITY filename.tooltip "Enter a name for this file, including '.html' for a web page">
<!ENTITY filenameExample.label "e.g,: "mypage.html"">
<!ENTITY setDefaultButton.label "Set as Default">
<!ENTITY setDefaultButton.accesskey "D">
<!ENTITY removeButton.label "Remove Site">
<!ENTITY removeButton.accesskey "R">
<!-- Settings Tab Panel -->
<!ENTITY publishSites.label "Publishing Sites">
<!ENTITY serverInfo.label "Server Information">
<!ENTITY loginInfo.label "Login Information">
<!ENTITY siteName.label "Site Name:">
<!ENTITY siteName.accesskey "e">
<!ENTITY siteName.tooltip "A nickname that identifies this publishing site (e.g.: 'MySite')">
<!ENTITY siteUrl.label "Publishing address (e.g.: 'ftp://ftp.myisp.com/myusername'):">
<!ENTITY siteUrl.accesskey "a">
<!ENTITY siteUrl.tooltip "The FTP:// or HTTP:// address provided by your ISP or web hosting service">
<!ENTITY browseUrl.label "HTTP address of your homepage (e.g.: 'http://www.myisp.com/myusername'):">
<!ENTITY browseUrl.accesskey "T">
<!ENTITY browseUrl.tooltip "The HTTP:// address of your home directory (don't include filename)">
<!ENTITY username.label "User name:">
<!ENTITY username.accesskey "U">
<!ENTITY username.tooltip "The user name you use to log in to your ISP or web hosting service">
<!ENTITY password.label "Password:">
<!ENTITY password.accesskey "w">
<!ENTITY password.tooltip "The password associated with your user name">
<!ENTITY savePassword.label "Save Password">
<!ENTITY savePassword.accesskey "S">
<!ENTITY savePassword.tooltip "Select this to save your password securely using Password Manager">
|