~ubuntu-branches/ubuntu/saucy/horde3/saucy

« back to all changes in this revision

Viewing changes to services/editor/htmlarea/lang/en.js

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-05-04 23:08:08 UTC
  • Revision ID: james.westby@ubuntu.com-20050504230808-p4hf3hk28o3v7wir
Tags: upstream-3.0.4
ImportĀ upstreamĀ versionĀ 3.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// I18N constants
 
2
 
 
3
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
 
4
// Author: Mihai Bazon, http://dynarch.com/mishoo
 
5
 
 
6
// FOR TRANSLATORS:
 
7
//
 
8
//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
 
9
//      (at least a valid email address)
 
10
//
 
11
//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
 
12
//      (if this is not possible, please include a comment
 
13
//       that states what encoding is necessary.)
 
14
 
 
15
HTMLArea.I18N = {
 
16
 
 
17
        // the following should be the filename without .js extension
 
18
        // it will be used for automatically load plugin language.
 
19
        lang: "en",
 
20
 
 
21
        tooltips: {
 
22
                bold:           "Bold",
 
23
                italic:         "Italic",
 
24
                underline:      "Underline",
 
25
                strikethrough:  "Strikethrough",
 
26
                subscript:      "Subscript",
 
27
                superscript:    "Superscript",
 
28
                justifyleft:    "Justify Left",
 
29
                justifycenter:  "Justify Center",
 
30
                justifyright:   "Justify Right",
 
31
                justifyfull:    "Justify Full",
 
32
                orderedlist:    "Ordered List",
 
33
                unorderedlist:  "Bulleted List",
 
34
                outdent:        "Decrease Indent",
 
35
                indent:         "Increase Indent",
 
36
                forecolor:      "Font Color",
 
37
                hilitecolor:    "Background Color",
 
38
                horizontalrule: "Horizontal Rule",
 
39
                createlink:     "Insert Web Link",
 
40
                insertimage:    "Insert/Modify Image",
 
41
                inserttable:    "Insert Table",
 
42
                htmlmode:       "Toggle HTML Source",
 
43
                popupeditor:    "Enlarge Editor",
 
44
                about:          "About this editor",
 
45
                showhelp:       "Help using editor",
 
46
                textindicator:  "Current style",
 
47
                undo:           "Undoes your last action",
 
48
                redo:           "Redoes your last action",
 
49
                cut:            "Cut selection",
 
50
                copy:           "Copy selection",
 
51
                paste:          "Paste from clipboard",
 
52
                lefttoright:    "Direction left to right",
 
53
                righttoleft:    "Direction right to left",
 
54
                removeformat:   "Remove formatting",
 
55
                print:          "Print document",
 
56
                killword:       "Clear MSOffice tags"
 
57
        },
 
58
 
 
59
        buttons: {
 
60
                "ok":           "OK",
 
61
                "cancel":       "Cancel"
 
62
        },
 
63
 
 
64
        msg: {
 
65
                "Path":         "Path",
 
66
                "TEXT_MODE":    "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.",
 
67
 
 
68
                "IE-sucks-full-screen" :
 
69
                // translate here
 
70
                "The full screen mode is known to cause problems with Internet Explorer, " +
 
71
                "due to browser bugs that we weren't able to workaround.  You might experience garbage " +
 
72
                "display, lack of editor functions and/or random browser crashes.  If your system is Windows 9x " +
 
73
                "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
 
74
                "You have been warned.  Please press OK if you still want to try the full screen editor.",
 
75
 
 
76
                "Moz-Clipboard" :
 
77
                "Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
 
78
                "for security reasons.  Click OK to see a technical note at mozilla.org " +
 
79
                "which shows you how to allow a script to access the clipboard."
 
80
        },
 
81
 
 
82
        dialogs: {
 
83
                // Common
 
84
                "OK"                                                : "OK",
 
85
                "Cancel"                                            : "Cancel",
 
86
 
 
87
                "Alignment:"                                        : "Alignment:",
 
88
                "Not set"                                           : "Not set",
 
89
                "Left"                                              : "Left",
 
90
                "Right"                                             : "Right",
 
91
                "Texttop"                                           : "Texttop",
 
92
                "Absmiddle"                                         : "Absmiddle",
 
93
                "Baseline"                                          : "Baseline",
 
94
                "Absbottom"                                         : "Absbottom",
 
95
                "Bottom"                                            : "Bottom",
 
96
                "Middle"                                            : "Middle",
 
97
                "Top"                                               : "Top",
 
98
 
 
99
                "Layout"                                            : "Layout",
 
100
                "Spacing"                                           : "Spacing",
 
101
                "Horizontal:"                                       : "Horizontal:",
 
102
                "Horizontal padding"                                : "Horizontal padding",
 
103
                "Vertical:"                                         : "Vertical:",
 
104
                "Vertical padding"                                  : "Vertical padding",
 
105
                "Border thickness:"                                 : "Border thickness:",
 
106
                "Leave empty for no border"                         : "Leave empty for no border",
 
107
 
 
108
                // Insert Link
 
109
                "Insert/Modify Link"                                : "Insert/Modify Link",
 
110
                "None (use implicit)"                               : "None (use implicit)",
 
111
                "New window (_blank)"                               : "New window (_blank)",
 
112
                "Same frame (_self)"                                : "Same frame (_self)",
 
113
                "Top frame (_top)"                                  : "Top frame (_top)",
 
114
                "Other"                                             : "Other",
 
115
                "Target:"                                           : "Target:",
 
116
                "Title (tooltip):"                                  : "Title (tooltip):",
 
117
                "URL:"                                              : "URL:",
 
118
                "You must enter the URL where this link points to"  : "You must enter the URL where this link points to",
 
119
                // Insert Table
 
120
                "Insert Table"                                      : "Insert Table",
 
121
                "Rows:"                                             : "Rows:",
 
122
                "Number of rows"                                    : "Number of rows",
 
123
                "Cols:"                                             : "Cols:",
 
124
                "Number of columns"                                 : "Number of columns",
 
125
                "Width:"                                            : "Width:",
 
126
                "Width of the table"                                : "Width of the table",
 
127
                "Percent"                                           : "Percent",
 
128
                "Pixels"                                            : "Pixels",
 
129
                "Em"                                                : "Em",
 
130
                "Width unit"                                        : "Width unit",
 
131
                "Positioning of this table"                         : "Positioning of this table",
 
132
                "Cell spacing:"                                     : "Cell spacing:",
 
133
                "Space between adjacent cells"                      : "Space between adjacent cells",
 
134
                "Cell padding:"                                     : "Cell padding:",
 
135
                "Space between content and border in cell"          : "Space between content and border in cell",
 
136
                // Insert Image
 
137
                "Insert Image"                                      : "Insert Image",
 
138
                "Image URL:"                                        : "Image URL:",
 
139
                "Enter the image URL here"                          : "Enter the image URL here",
 
140
                "Preview"                                           : "Preview",
 
141
                "Preview the image in a new window"                 : "Preview the image in a new window",
 
142
                "Alternate text:"                                   : "Alternate text:",
 
143
                "For browsers that don't support images"            : "For browsers that don't support images",
 
144
                "Positioning of this image"                         : "Positioning of this image",
 
145
                "Image Preview:"                                    : "Image Preview:"
 
146
        }
 
147
};