~ubuntu-branches/ubuntu/trusty/netbeans/trusty

« back to all changes in this revision

Viewing changes to openide/text/src/org/openide/text/Bundle.properties

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
2
#
 
3
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
 
4
#
 
5
# The contents of this file are subject to the terms of either the GNU
 
6
# General Public License Version 2 only ("GPL") or the Common
 
7
# Development and Distribution License("CDDL") (collectively, the
 
8
# "License"). You may not use this file except in compliance with the
 
9
# License. You can obtain a copy of the License at
 
10
# http://www.netbeans.org/cddl-gplv2.html
 
11
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
 
12
# specific language governing permissions and limitations under the
 
13
# License.  When distributing the software, include this License Header
 
14
# Notice in each file and include the License file at
 
15
# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
 
16
# particular file as subject to the "Classpath" exception as provided
 
17
# by Sun in the GPL Version 2 section of the License file that
 
18
# accompanied this code. If applicable, add the following below the
 
19
# License Header, with the fields enclosed by brackets [] replaced by
 
20
# your own identifying information:
 
21
# "Portions Copyrighted [year] [name of copyright owner]"
 
22
#
 
23
# Contributor(s):
 
24
#
 
25
# The Original Software is NetBeans. The Initial Developer of the Original
 
26
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
 
27
# Microsystems, Inc. All Rights Reserved.
 
28
#
 
29
# If you wish your version of this file to be governed by only the CDDL
 
30
# or only the GPL Version 2, indicate your decision by adding
 
31
# "[Contributor] elects to include this software in this distribution
 
32
# under the [CDDL or GPL Version 2] license." If you do not indicate a
 
33
# single choice of license, a recipient has the option to distribute
 
34
# your version of this file under either the CDDL, the GPL Version 2 or
 
35
# to extend the choice of license to its licensees as provided above.
 
36
# However, if you add GPL Version 2 code and therefore, elected the GPL
 
37
# Version 2 license, then the option applies only if the new code is
 
38
# made subject to such option by the copyright holder.
 
39
 
 
40
 
 
41
# manifest
 
42
OpenIDE-Module-Name=Text API
 
43
OpenIDE-Module-Display-Category=Infrastructure
 
44
OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
 
45
OpenIDE-Module-Long-Description=Provide support for defining components \
 
46
  that embed Swing text editors.
 
47
 
 
48
 
 
49
 
 
50
# Editor top component
 
51
CTL_ModeName=Editor
 
52
 
 
53
# Print settings
 
54
CTL_Print_settings=Print Settings
 
55
CTL_Header_format = Printing {2} at {1}
 
56
CTL_Footer_format = Page {0}
 
57
 
 
58
# Print BeanInfo
 
59
PROP_PAGE_FORMAT=Page Format
 
60
HINT_PAGE_FORMAT=Page Format
 
61
PROP_WRAP=Wrap Lines
 
62
HINT_WRAP=Should lines be wrapped?
 
63
PROP_HEADER_FORMAT=Page Header Format
 
64
 
 
65
HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
 
66
PROP_FOOTER_FORMAT=Page Footer Format
 
67
HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
 
68
PROP_HEADER_FONT=Page Header Font
 
69
HINT_HEADER_FONT=Set the page header font.
 
70
PROP_FOOTER_FONT=Page Footer Font
 
71
HINT_FOOTER_FONT=Set the page footer font.
 
72
PROP_HEADER_ALIGNMENT=Page Header Alignment
 
73
HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
 
74
PROP_FOOTER_ALIGNMENT=Page Footer Alignment
 
75
HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
 
76
PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
 
77
# [PENDING] this is very mysterious  --jglick
 
78
HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
 
79
 
 
80
# Alignment Prop Editor
 
81
CTL_CENTER = CENTER
 
82
CTL_RIGHT = RIGHT
 
83
CTL_LEFT = LEFT
 
84
 
 
85
# Cancellation
 
86
CTL_Print_progress=Page number {0} was printed.
 
87
CTL_Print_cancellation=Print Job Progress
 
88
CTL_Cancel=Cancel
 
89
 
 
90
# EditorSupport
 
91
# Result when a user cancels print
 
92
CTL_Printer_Abort=Current printer job was aborted.
 
93
EXC_Printer_Problem=Printer problem: {0}
 
94
EXC_ReadOnlyFile=File {0} is read-only.
 
95
EXC_LoadDocument=The document {0} could not be loaded.
 
96
 
 
97
# when a user wants to close unsaved file
 
98
LBL_SaveFile_Title=Question
 
99
CTL_Save=Save
 
100
ACSN_CTL_Save=N/A
 
101
ACSD_CTL_Save=N/A
 
102
#Note that the '&' goes just before the mnemonic character
 
103
CTL_Discard=Discard
 
104
CTL_Discard_Mnemonic=D
 
105
ACSN_CTL_Discard=N/A
 
106
ACSD_CTL_Discard=N/A
 
107
 
 
108
# PositionBounds
 
109
MSG_Empty_string=Unable to insert empty string
 
110
#editor support warning message
 
111
FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
 
112
 
 
113
# NbDocument.Colors
 
114
# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
 
115
 
 
116
# External modification
 
117
FMT_External_change=File {0} was modified externally. Reload it?
 
118
 
 
119
 
 
120
 
 
121
# format to create default display name for a line 
 
122
# {0} name of the editor support
 
123
# {1} line number 
 
124
FMT_CESLineDisplayName={0}:{1}
 
125
 
 
126
CTL_Bad_File=You have specified an invalid file. Check the path.
 
127
 
 
128
# Cloneable editor
 
129
ACS_CloneableEditor_QuietEditorPane=Editor for {0}
 
130
ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
 
131
TITLE_SourceButton=Source
 
132