| 1 |
############################################################################### |
|---|
| 2 |
# Copyright (c) 2000, 2005 IBM Corporation and others. |
|---|
| 3 |
# All rights reserved. This program and the accompanying materials |
|---|
| 4 |
# are made available under the terms of the Eclipse Public License v1.0 |
|---|
| 5 |
# which accompanies this distribution, and is available at |
|---|
| 6 |
# http://www.eclipse.org/legal/epl-v10.html |
|---|
| 7 |
# |
|---|
| 8 |
# Contributors: |
|---|
| 9 |
# IBM Corporation - initial API and implementation |
|---|
| 10 |
############################################################################### |
|---|
| 11 |
error.CouldNotLoadResources = Unable to load resources |
|---|
| 12 |
window.title = SWT Controls |
|---|
| 13 |
custom.window.title = SWT Custom Controls |
|---|
| 14 |
|
|---|
| 15 |
Text_Buttons = Text Buttons |
|---|
| 16 |
Size = Size |
|---|
| 17 |
Alignment = Alignment |
|---|
| 18 |
Left = Left |
|---|
| 19 |
Right = Right |
|---|
| 20 |
Up = Up |
|---|
| 21 |
Down = Down |
|---|
| 22 |
Center = Center |
|---|
| 23 |
One = One |
|---|
| 24 |
Two = Two |
|---|
| 25 |
Three = Three |
|---|
| 26 |
Image_Buttons = Image Buttons |
|---|
| 27 |
Image_Text_Buttons = Image and Text Buttons |
|---|
| 28 |
Control_Example = Control Example |
|---|
| 29 |
Parameters = Parameters |
|---|
| 30 |
Other = Other |
|---|
| 31 |
Enabled = Enabled |
|---|
| 32 |
Visible = Visible |
|---|
| 33 |
BackgroundImage = Background Image |
|---|
| 34 |
Preferred = Preferred |
|---|
| 35 |
Styles = Styles |
|---|
| 36 |
Menu_Styles = Menu Styles |
|---|
| 37 |
MenuItem_Styles = MenuItem Styles |
|---|
| 38 |
Background_Mode = Background Mode on Parent |
|---|
| 39 |
Listeners = Listeners |
|---|
| 40 |
Select_Listeners = Select Listeners |
|---|
| 41 |
Listen = Listen |
|---|
| 42 |
Clear = Clear |
|---|
| 43 |
Set_Get = Set/Get API |
|---|
| 44 |
Parameter_Info = {0} e.g. {1} |
|---|
| 45 |
Info_int = 4 |
|---|
| 46 |
Info_intA = 0,1,2 |
|---|
| 47 |
Info_long = 4 |
|---|
| 48 |
Info_longA = 0,1,2 |
|---|
| 49 |
Info_char = c |
|---|
| 50 |
Info_charA = a,b,c |
|---|
| 51 |
Info_boolean = true |
|---|
| 52 |
Info_booleanA = true,true,false |
|---|
| 53 |
Info_String = hello |
|---|
| 54 |
Info_StringA = hello,there |
|---|
| 55 |
Info_Point = 0,0 |
|---|
| 56 |
Info_TabItem = Tab 0 |
|---|
| 57 |
Info_TabItemA = Tab 0,Tab 2 |
|---|
| 58 |
Info_TableItem = Index:2 |
|---|
| 59 |
Info_TableItemA = Index:2,Index:4 |
|---|
| 60 |
Info_TreeItem = Node 1 |
|---|
| 61 |
Info_TreeItemA = Node 1,Node 3 |
|---|
| 62 |
Select_All = Select All |
|---|
| 63 |
Deselect_All = Deselect All |
|---|
| 64 |
OK = OK |
|---|
| 65 |
FillDamage = Fill Damaged Area With Color |
|---|
| 66 |
Title_Text = Title Text |
|---|
| 67 |
Text_Labels = Text Labels |
|---|
| 68 |
Image_Labels = Image Labels |
|---|
| 69 |
Custom_Labels = Custom Labels |
|---|
| 70 |
Custom_Combo = Custom Combo |
|---|
| 71 |
One_Two_Three = One Two Three |
|---|
| 72 |
Text_ToolBar = Text ToolBar |
|---|
| 73 |
Image_ToolBar = Image ToolBar |
|---|
| 74 |
ImageText_ToolBar = Image and Text ToolBar |
|---|
| 75 |
Maximum = Maximum |
|---|
| 76 |
Minimum = Minimum |
|---|
| 77 |
Selection = Selection |
|---|
| 78 |
Increment = Increment |
|---|
| 79 |
Page_Increment = Page Increment |
|---|
| 80 |
Thumb = Thumb |
|---|
| 81 |
Digits = Digits |
|---|
| 82 |
Tree_With_Images = Tree With Images |
|---|
| 83 |
Dialog_Type = Dialog Type |
|---|
| 84 |
Create_Dialog = Create Dialog |
|---|
| 85 |
Button_Styles = Button Styles |
|---|
| 86 |
Icon_Styles = Icon Styles |
|---|
| 87 |
Modal_Styles = Modal Styles |
|---|
| 88 |
File_Dialog_Styles = File Dialog Styles |
|---|
| 89 |
Item_Styles = Item Styles |
|---|
| 90 |
Dialog_Result = Dialog Result |
|---|
| 91 |
ColorDialog = ColorDialog |
|---|
| 92 |
DirectoryDialog = DirectoryDialog |
|---|
| 93 |
FileDialog = FileDialog |
|---|
| 94 |
FontDialog = FontDialog |
|---|
| 95 |
PrintDialog = PrintDialog |
|---|
| 96 |
MessageBox = MessageBox |
|---|
| 97 |
Multi_line = A multi line text widget. |
|---|
| 98 |
Example_string = The quick brown fox jumps over the lazy dog. |
|---|
| 99 |
Header_Visible = Header Visible |
|---|
| 100 |
Sort_Indicator = Sort Indicator |
|---|
| 101 |
Header_Images = Header Images |
|---|
| 102 |
Sub_Images = Sub Images |
|---|
| 103 |
Lines_Visible = Lines Visible |
|---|
| 104 |
Moveable_Columns = Moveable Columns |
|---|
| 105 |
Multiple_Columns = Multiple Columns |
|---|
| 106 |
Locked = Locked |
|---|
| 107 |
Combo_child = Combo Child |
|---|
| 108 |
Node_1 = Node 1 |
|---|
| 109 |
Node_2 = Node 2 |
|---|
| 110 |
Node_3 = Node 3 |
|---|
| 111 |
Node_4 = Node 4 |
|---|
| 112 |
Node_1_1 = Node 1.1 |
|---|
| 113 |
Node_2_1 = Node 2.1 |
|---|
| 114 |
Node_3_1 = Node 3.1 |
|---|
| 115 |
Node_2_2 = Node 2.2 |
|---|
| 116 |
Node_2_2_1 = Node 2.2.1 |
|---|
| 117 |
Parent = Parent |
|---|
| 118 |
No_Parent = No Parent |
|---|
| 119 |
Decoration_Styles = Decoration Styles |
|---|
| 120 |
Create_Shell = Create Shell |
|---|
| 121 |
Close_All_Shells = Close All Shells |
|---|
| 122 |
Push = Push |
|---|
| 123 |
Radio = Radio |
|---|
| 124 |
Check = Check |
|---|
| 125 |
Cascade = Cascade |
|---|
| 126 |
Drop_Down = Drop Down |
|---|
| 127 |
Images_failed = Warning: Failed to load images |
|---|
| 128 |
readme_txt = readme.txt |
|---|
| 129 |
Index = Index: |
|---|
| 130 |
Title = Title: |
|---|
| 131 |
Close = Close |
|---|
| 132 |
Result = Result: {0} |
|---|
| 133 |
FilterName_0 = Text Files |
|---|
| 134 |
FilterName_1 = Batch Files |
|---|
| 135 |
FilterName_2 = Doc Files |
|---|
| 136 |
FilterName_3 = All Files |
|---|
| 137 |
TableTitle_0 = Name |
|---|
| 138 |
TableTitle_1 = Type |
|---|
| 139 |
TableTitle_2 = Size |
|---|
| 140 |
TableTitle_3 = Modified |
|---|
| 141 |
TableLine0_0 = <empty> |
|---|
| 142 |
TableLine0_1 = classes |
|---|
| 143 |
TableLine0_2 = 0 |
|---|
| 144 |
TableLine0_3 = today |
|---|
| 145 |
TableLine1_0 = <empty> |
|---|
| 146 |
TableLine1_1 = databases |
|---|
| 147 |
TableLine1_2 = 2556 |
|---|
| 148 |
TableLine1_3 = tomorrow |
|---|
| 149 |
TableLine2_0 = <empty> |
|---|
| 150 |
TableLine2_1 = images |
|---|
| 151 |
TableLine2_2 = 91571 |
|---|
| 152 |
TableLine2_3 = yesterday |
|---|
| 153 |
ListData0_0 = Line 1 |
|---|
| 154 |
ListData0_1 = Line 2 |
|---|
| 155 |
ListData0_2 = Line 3 |
|---|
| 156 |
ListData0_3 = Line 4 |
|---|
| 157 |
ListData0_4 = Line 5 |
|---|
| 158 |
ListData0_5 = Line 6 |
|---|
| 159 |
ListData0_6 = Line 7 |
|---|
| 160 |
ListData0_7 = Line 8 |
|---|
| 161 |
ListData0_8 = Longest Line In List |
|---|
| 162 |
ListData1_0 = Apples |
|---|
| 163 |
ListData1_1 = Oranges |
|---|
| 164 |
ListData1_2 = Bananas |
|---|
| 165 |
ListData1_3 = Grapefruit |
|---|
| 166 |
ListData1_4 = Peaches |
|---|
| 167 |
ListData1_5 = Kiwi |
|---|
| 168 |
ListData1_6 = Apricots |
|---|
| 169 |
ListData1_7 = Strawberries |
|---|
| 170 |
ListData1_8 = The Longest String |
|---|
| 171 |
DropDownData_0 = Apples |
|---|
| 172 |
DropDownData_1 = Oranges |
|---|
| 173 |
DropDownData_2 = |
|---|
| 174 |
DropDownData_3 = Grapefruit |
|---|
| 175 |
DropDownData_4 = Peaches |
|---|
| 176 |
DropDownData_5 = Kiwi |
|---|
| 177 |
DropDownData_6 = |
|---|
| 178 |
DropDownData_7 = Strawberries |
|---|
| 179 |
DropDownData_8 = The Longest String |
|---|
| 180 |
Colors = Colors and Font |
|---|
| 181 |
Change = &Change... |
|---|
| 182 |
Defaults = &Defaults |
|---|
| 183 |
Foreground_Color = Foreground Color |
|---|
| 184 |
Background_Color = Background Color |
|---|
| 185 |
Font = Font |
|---|
| 186 |
Item_Foreground_Color = Item 0 Foreground Color |
|---|
| 187 |
Item_Background_Color = Item 0 Background Color |
|---|
| 188 |
Item_Font = Item 0 Font |
|---|
| 189 |
Cell_Foreground_Color = Item 0 Col 1 Foreground Color |
|---|
| 190 |
Cell_Background_Color = Item 0 Col 1 Background Color |
|---|
| 191 |
Cell_Font = Item 0 Col 1 Font |
|---|
| 192 |
Wrap_Text = Jack and Jill went up the hill to fetch a pail of water, \ |
|---|
| 193 |
Jack fell down and broke his crown and Jill came tumbling after! |
|---|
| 194 |
Foreground_Style = Foreground |
|---|
| 195 |
Background_Style = Background |
|---|
| 196 |
StyledText_Styles = Text Styles |
|---|
| 197 |
StyledText_Style_Instructions = Select text, then style. |
|---|
| 198 |
Bold = Bold |
|---|
| 199 |
Italic = Italic |
|---|
| 200 |
Underline = Underline |
|---|
| 201 |
Strikeout = Strikeout |
|---|
| 202 |
Fill_X = Horizontal Fill |
|---|
| 203 |
Fill_Y = Vertical Fill |
|---|
| 204 |
Pack_Columns = Pack Columns |
|---|
| 205 |
TabItem1_0 = Tab 0 |
|---|
| 206 |
TabItem1_1 = Tab 1 |
|---|
| 207 |
TabItem1_2 = Tab 2 |
|---|
| 208 |
TabItem_content = TabItem Content |
|---|
| 209 |
CTabItem1_0 = CTabItem 0 |
|---|
| 210 |
CTabItem1_1 = CTabItem 1 |
|---|
| 211 |
CTabItem1_2 = CTabItem 2 has a long name |
|---|
| 212 |
CItem_Colors = CTabItem Colors |
|---|
| 213 |
CTabItem_content = CTabItem Content |
|---|
| 214 |
Set_Simple_Tabs = Simple Tabs |
|---|
| 215 |
Set_Single_Tabs = Single Tab |
|---|
| 216 |
Set_Min_Visible = Minimize |
|---|
| 217 |
Set_Max_Visible = Maximize |
|---|
| 218 |
Set_Unselected_Close_Visible = Close on Unselected Tabs |
|---|
| 219 |
Set_Unselected_Image_Visible = Image on Unselected Tabs |
|---|
| 220 |
Selection_Foreground_Color = Selection Foreground Color |
|---|
| 221 |
Selection_Background_Color = Selection Background Color |
|---|
| 222 |
Set_Image = Set Image |
|---|
| 223 |
TableTree_column = Column |
|---|
| 224 |
MenuItem_Cut = Cu&t Ctrl+X |
|---|
| 225 |
MenuItem_Copy = &Copy Ctrl+C |
|---|
| 226 |
MenuItem_Paste = &Paste Ctrl+V |
|---|
| 227 |
MenuItem_SelectAll = Select &All Ctrl+A |
|---|
| 228 |
Orientation = Orientation |
|---|
| 229 |
Default = Default (Inherit) |
|---|
| 230 |
Images = Images |
|---|
| 231 |
Accelerators = Accelerators |
|---|
| 232 |
Mnemonics = Mnemonics |
|---|
| 233 |
SubMenu = Sub-Menu |
|---|
| 234 |
SubSubMenu = Sub-Sub-Menu |
|---|
| 235 |
1Radio = Radio1 |
|---|
| 236 |
2Radio = Radio2 |
|---|
| 237 |
1RadioWithMnemonic = Radio&1 |
|---|
| 238 |
2RadioWithMnemonic = Radio&2 |
|---|
| 239 |
PushWithMnemonic = &Push |
|---|
| 240 |
RadioWithMnemonic = &Radio |
|---|
| 241 |
CheckWithMnemonic = &Check |
|---|
| 242 |
CascadeWithMnemonic = C&ascade |
|---|
| 243 |
PopupMenuHere = Popup Menu Here |
|---|
| 244 |
LinkText=Visit the <A HREF=\"www.eclipse.org\">Eclipse.org</A> project and the <A HREF=\"www.eclipse.org/swt\">SWT</A> homepage. |
|---|
| 245 |
Tooltip = Tooltip: {0} |
|---|
| 246 |
Item1_Text = "What is your favorite button?" |
|---|
| 247 |
Item2_Text = "What is your favorite icon?" |
|---|
| 248 |
Popup_Menu = Popup Menu |
|---|
| 249 |
No_Icon = No Icon |
|---|
| 250 |
Caret = Caret |
|---|
| 251 |
Image = Image |
|---|
| 252 |
Resizeable_Columns = Resizeable Columns |
|---|
| 253 |
AutoHide = autohide |
|---|
| 254 |
Show_In_Tray = Show in Tray |
|---|
| 255 |
ToolTip_Title = ToolTip Title |
|---|