Advertisement
Guest User

LocalizableResource.properties

a guest
Oct 15th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.91 KB | None | 0 0
  1. mainMenuTitle = GWT Examples
  2. mainSubTitle = Showcase of Features
  3. mainTitle = Google Web Toolkit
  4. mainLinkHomepage = GWT Homepage
  5. mainLinkExamples = More Examples
  6.  
  7. categoryI18N = Internationalization
  8. categoryLists = Lists and Menus
  9. categoryOther = Other Features
  10. categoryPanels = Panels
  11. categoryPopups = Popups
  12. categoryTables = Tables
  13. categoryTextInput = Text Input
  14. categoryWidgets = Widgets
  15. categoryEntities = Entities
  16. categoryServices = Services
  17. categoryAbout = About
  18.  
  19. contentWidgetExample = Example
  20. contentWidgetSource = Source Code
  21. contentWidgetStyle = CSS Style
  22.  
  23. cwAbsolutePanelName = Absolute Panel
  24. cwAbsolutePanelDescription = An absolute panel positions all of its children absolutely, allowing them to overlap.
  25. cwAbsolutePanelClickMe = Click Me!
  26. cwAbsolutePanelHelloWorld = Hello World
  27. cwAbsolutePanelLeft = <b>Left:</b>
  28. cwAbsolutePanelItemsToMove = <b>Items to move:</b>
  29. cwAbsolutePanelTop = <b>Top:</b>
  30. cwAbsolutePanelWidgetNames = Hello World, Button, Grid
  31. cwAnimationName = Animations
  32. cwAnimationDescription = Animate your application with timed effects.
  33. cwAnimationStart = Start
  34. cwAnimationCancel = Cancel
  35. cwAnimationOptions = Animation Options
  36. cwBasicButtonName = Basic Button
  37. cwBasicButtonDescription = Basic button widgets
  38. cwBasicButtonClickMessage = Stop poking me!
  39. cwBasicButtonDisabled = Disabled Button
  40. cwBasicButtonNormal = Normal Button
  41. cwBasicPopupName = Basic Popup
  42. cwBasicPopupDescription = GWT provides the framework to create a custom popup.
  43. cwBasicPopupClickOutsideInstructions = Click anywhere outside this popup to make it disappear.
  44. cwBasicPopupInstructions = <b>Click an image to see full size:</b>
  45. cwBasicPopupShowButton = Show Basic Popup
  46. cwBasicTextName = Basic Text
  47. cwBasicTextDescription = GWT includes the standard complement of text-entry widgets, each of which supports keyboard and selection events you can use to control text entry. In particular, notice that the selection range for each widget is updated whenever you press a key.
  48. cwBasicTextAreaLabel = <b>Text area:</b>
  49. cwBasicTextNormalLabel = <b>Normal text box:</b>
  50. cwBasicTextPasswordLabel = <b>Password text box:</b>
  51. cwBasicTextReadOnly = read only
  52. cwBasicTextSelected = Selected
  53. cwBidiFormattingName = Bidirectional Text Formatting
  54. cwBidiFormattingDescription = Class BidiFormatter contains methods to protect a string (for example, a Hebrew topic name) from being garbled and/or garbling what follows it when displayed in the opposite-direction context (for example, an English UI).
  55. cwBidiFormattingArg0Label = <b>Argument {0}:</b>
  56. cwBidiFormattingArg1Label = <b>Argument {1}:</b>
  57. cwBidiFormattingArg2Label = <b>Argument {2}:</b>
  58. cwBidiFormattingNonbidiFormattedLabel = <b>Message formatted without BidiFormatter:</b>
  59. cwBidiFormattingBidiFormattedLabel = <b>Message formatted with BidiFormatter:</b>
  60. cwBidiFormattingLinkText = This example interacts with the sample interface:
  61. cwBidiFormattingTemplateLabel = <b>Message template:</b>
  62. cwBidiInputName = Bidirectional Text Input
  63. cwBidiInputDescription = The TextBox and TextArea widgets implement the HasDirectionEstimator interface. With a direction estimator defined, these widgets adjust their direction automatically according to the text entered so far. A direction estimator is defined by default when at least one of the application's locales is right-to-left.
  64. cwBidiInputBidiAreaLabel = <b>The following TextArea has the default direction estimator in effect, and is thus bidi-aware. Check it by replacing the right-to-left text with some English, e.g. the sample strings above:</b>
  65. cwBidiInputRtlAreaLabel = Without a direction estimator, the widget's direction is unaffected by the value the user types in. This makes the entry of opposite-direction text confusing and inconvenient.<br><b>Try typing "(212) 765 4321" or "Hi, how are you?" into the following right-to-left TextArea (which had the direction estimator turned off):</b>
  66. cwCheckBoxName = Checkbox
  67. cwCheckBoxDescription = Basic Checkbox Widgets
  68. cwCheckBoxCheckAll = <b>Check all days that you are available:</b>
  69. cwCheckBoxDays = Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
  70. cwConstantsExampleDescription = Interface Constants makes it possible to localize strings, numbers, and maps of strings onto strings. This example isn't terribly exciting, but it does demonstrate how to localize constants. The labels and color choices below are provided by the localized implementation of the sample interface ExampleConstants.
  71. cwConstantsExampleName = Constants
  72. cwConstantsExampleLinkText = This example interacts with the sample interface:
  73. cwConstantsWithLookupExampleDescription = Interface ConstantsWithLookup makes it possible to dynamically look up localized values using method names as string keys.
  74. cwConstantsWithLookupExampleLinkText = This example interacts with the sample interface:
  75. cwConstantsWithLookupExampleMethodName = <b>Name of method:</b>
  76. cwConstantsWithLookupExampleName = Constants With Lookup
  77. cwConstantsWithLookupExampleResults = <b>Lookup results:</b>
  78. cwConstantsWithLookupExampleNoInput = <Please enter a method name above>
  79. cwConstantsWithLookupExampleNoMatches = <Not found>
  80. cwCookiesName = Cookies
  81. cwCookiesDescription = Track users with ease and save data on the client side using cookies.
  82. cwCookiesDeleteCookie = Delete
  83. cwCookiesExistingLabel = <b>Existing Cookies:</b>
  84. cwCookiesInvalidCookie = You must specify a cookie name
  85. cwCookiesNameLabel = <b>Name:</b>
  86. cwCookiesSetCookie = Set Cookie
  87. cwCookiesValueLabel = <b>Value:</b>
  88. cwCustomButtonName = Custom Button
  89. cwCustomButtonDescription = PushButtons and ToggleButtons allow you to customize the look of your buttons
  90. cwCustomButtonPush = <b>Push Buttons:</b>
  91. cwCustomButtonToggle = <b>Toggle Buttons:</b>
  92. cwDatePickerName = Date Picker
  93. cwDatePickerDescription = Let users select a date using the DatePicker.
  94. cwDatePickerBoxLabel = <br><br><br><b>DateBox with popup DatePicker:</b>
  95. cwDatePickerLabel = <b>Permanent DatePicker:</b>
  96. cwDateTimeFormatName = Date Time Format
  97. cwDateTimeFormatDescription = Class DateTimeFormat supports locale-sensitive formatting and parsing of date and time values, like NumberFormat, using a flexible pattern-based syntax. Both custom patterns and standard patterns are supported.
  98. cwDateTimeFormatFailedToParseInput = Unable to parse input
  99. cwDateTimeFormatFormattedLabel = <b>Formatted value:</b>
  100. cwDateTimeFormatInvalidPattern = Invalid pattern
  101. cwDateTimeFormatPatternLabel = <b>Pattern:</b>
  102. cwDateTimeFormatPatterns = Full Date/Time, Long Date/Time, Medium Date/Time, Short Date/Time, Full Date, Long Date, Medium Date, Short Date, Full Time, Long Time, Medium Time, Short Time, Custom
  103. cwDateTimeFormatValueLabel = <b>Value to format:</b>
  104. cwDecoratorPanelFormDescription = Description:
  105. cwDecoratorPanelFormName = Name:
  106. cwDecoratorPanelFormTitle = Enter Search Criteria
  107. cwDecoratorPanelName = Decorator Panel
  108. cwDecoratorPanelDescription = Add rounded corners to any Widget using the Decorator Panel.
  109. cwDialogBoxName = Dialog Box
  110. cwDialogBoxDescription = The draggable DialogBox resembles a window and includes a title bar. You can adjust to opacity to allow some of the background to show through the popup.
  111. cwDialogBoxMakeTransparent = Make Translucent
  112. cwDialogBoxCaption = Sample DialogBox
  113. cwDialogBoxClose = Close
  114. cwDialogBoxDetails = This is an example of a standard dialog box component.
  115. cwDialogBoxItem = item
  116. cwDialogBoxListBoxInfo = This list box demonstrates that you can drag the popup over it. This obscure corner case renders incorrectly for many other libraries.
  117. cwDialogBoxShowButton = Show Dialog Box
  118. cwDictionaryExampleName = Dictionary
  119. cwDictionaryExampleDescription = Using the Dictionary class, you can lookup localized values within JavaScript objects defined in the host HTML page rather than compiling them into your GWT code. This is useful if your translations change frequently, because your HTML server can emit updated translations into the host page HTML as often as needed. It can also a useful way to integrate a GWT module with existing localized web applications. Note that a dictionary's values depend only on the host page HTML and are not influenced by the GWT locale client property. For this example, the JavaScript variable declaration appears in the source for this HTML page.
  120. cwDictionaryExampleLinkText = <b>This example interacts with the following JavaScript variable:</b>
  121. cwDisclosurePanelName = Disclosure Panel
  122. cwDisclosurePanelDescription = A Disclosure Panel will show or hide its contents when the user clicks on the header text. The contents can be simple text, or any Widget, such as an image or advanced options in a form.
  123. cwDisclosurePanelFormAdvancedCriteria = Advanced Criteria
  124. cwDisclosurePanelFormDescription = Description:
  125. cwDisclosurePanelFormGender = Gender:
  126. cwDisclosurePanelFormGenderOptions = male, female
  127. cwDisclosurePanelFormLocation = Location:
  128. cwDisclosurePanelFormName = Name:
  129. cwDisclosurePanelFormTitle = <b>Enter Search Criteria</b>
  130. cwDockPanelName = Dock Panel
  131. cwDockPanelDescription = A Dock Panel aligns its content using compass directions.
  132. cwDockPanelCenter = This is a <code>ScrollPanel</code> contained at the center of a <code>DockPanel</code>. By putting some fairly large contents in the middle and setting its size explicitly, it becomes a scrollable area within the page, but without requiring the use of an IFRAME.<br><br>Here's quite a bit more meaningless text that will serve primarily to make this thing scroll off the bottom of its visible area. Otherwise, you might have to make it really, really small in order to see the nifty scroll bars!
  133. cwDockPanelEast = This is the east component
  134. cwDockPanelNorth1 = This is the first north component
  135. cwDockPanelNorth2 = This is the second north component
  136. cwDockPanelSouth1 = This is the first south component
  137. cwDockPanelSouth2 = This is the second south component
  138. cwDockPanelWest = This is the west component
  139. cwFileUploadName = File Upload
  140. cwFileUploadDescription = Upload files asynchronously using AJAX file uploads.
  141. cwFileUploadNoFileError = You must select a file to upload
  142. cwFileUploadSelectFile = <b>Select a file:</b>
  143. cwFileUploadSuccessful = File uploaded!
  144. cwFileUploadButton = Upload File
  145. cwFlexTableName = Flex Table
  146. cwFlexTableDescription = The Flex Table supports row spans and column spans, allowing you to layout data in a variety of ways.
  147. cwFlexTableAddRow = Add a row
  148. cwFlexTableDetails = This is a FlexTable that supports <B>colspans</B> and <B>rowspans</B>. You can use it to format your page or as a special purpose table.
  149. cwFlexTableRemoveRow = Remove a row
  150. cwFlowPanelName = Flow Panel
  151. cwFlowPanelDescription = A Flow Panel lets its content flow naturally.
  152. cwFlowPanelItem = Item
  153. cwFrameName = Frames
  154. cwFrameDescription = Embed content from other sites into your page using the Frame, a wrapper around an IFRAME element.
  155. cwFrameSetLocation = Set Location
  156. cwGridName = Grid
  157. cwGridDescription = A simple grid
  158. cwHorizontalPanelName = Horizontal Panel
  159. cwHorizontalPanelDescription = A Horizontal Panel aligns its content horizontally without allowing it to wrap. Resize the page to see how the content maintains its horizontal alignment.
  160. cwHorizontalPanelButton = Button
  161. cwHyperlinkName = Hyperlink
  162. cwHyperlinkDescription = Embed your page with Hyperlinks to navigate to different sections. Hyperlinks create history tokens, allowing users to return to a previous state using the browser back button.
  163. cwHyperlinkChoose = <b>Choose a section:</b>
  164. cwListBoxName = List Box
  165. cwListBoxDescription = Built-in selection box and drop down lists
  166. cwListBoxCars = compact, sedan, coupe, convertible, SUV, truck
  167. cwListBoxCategories = Cars, Sports, Vacation Spots
  168. cwListBoxSelectAll = <b>Select all that apply:</b>
  169. cwListBoxSelectCategory = <b>Select a category:</b>
  170. cwListBoxSports = Baseball, Basketball, Football, Hockey, Lacrosse, Polo, Soccer, Softball, Water Polo
  171. cwListBoxVacations = Carribean, Grand Canyon, Paris, Italy, New York, Las Vegas
  172. cwMenuBarName = Menu Bar
  173. cwMenuBarDescription = The Menu Bar can be used to navigate through many options. It also supports nested sub menus.
  174. cwMenuBarEditCategory = Edit
  175. cwMenuBarEditOptions = Undo, Redo, Cut, Copy, Paste
  176. cwMenuBarFileCategory = File
  177. cwMenuBarFileOptions = New, Open, Close, Recent, Exit
  178. cwMenuBarFileRecents = Fishing in the desert.txt, How to tame a wild parrot, Idiots Guide to Emu Farms
  179. cwMenuBarGWTOptions = Download, Examples, Source Code, GWT wit' the program
  180. cwMenuBarHelpCategory = Help
  181. cwMenuBarHelpOptions = Contents, Fortune Cookie, About GWT
  182. cwMenuBarPrompts = Thank you for selecting a menu item, A fine selection indeed, Don't you have anything better to do than select menu items?, Try something else, this is just a menu!, Another wasted click
  183. cwMessagesExampleName = Messages
  184. cwMessagesExampleDescription = Interface Messages provides a way to create strongly-typed parameterized messages that are checked for correctness during compilation.
  185. cwMessagesExampleArg0Label = <b>Argument {0}:</b>
  186. cwMessagesExampleArg1Label = <b>Argument {1}:</b>
  187. cwMessagesExampleArg2Label = <b>Argument {2}:</b>
  188. cwMessagesExampleFormattedLabel = <b>Formatted message:</b>
  189. cwMessagesExampleLinkText = This example interacts with the sample interface:
  190. cwMessagesExampleTemplateLabel = <b>Message template:</b>
  191. cwNumberFormatName = Number Format
  192. cwNumberFormatDescription = Class NumberFormat supports locale-sensitive formatting and parsing of numbers using a flexible pattern-based syntax. In addition to custom patterns, several standard patterns are also available for convenience.
  193. cwNumberFormatFailedToParseInput = Unable to parse input
  194. cwNumberFormatFormattedLabel = <b>Formatted value:</b>
  195. cwNumberFormatInvalidPattern = Invalid pattern
  196. cwNumberFormatPatternLabel = <b>Pattern:</b>
  197. cwNumberFormatPatterns = Decimal, Currency, Scientific, Percent, Custom
  198. cwNumberFormatValueLabel = <b>Value to format:</b>
  199. cwPluralFormsExampleName = Plural Forms
  200. cwPluralFormsExampleDescription = Plural Forms provide a way to create message translations that depend on the count of something.
  201. cwPluralFormsExampleArg0Label = <b>Argument {0}:</b>
  202. cwPluralFormsExampleFormattedLabel = <b>Formatted message:</b>
  203. cwPluralFormsExampleLinkText = This example interacts with the sample interface:
  204. cwRadioButtonName = Radio Button
  205. cwRadioButtonDescription = Basic RadioButton Widget
  206. cwRadioButtonColors = blue, red, yellow, green
  207. cwRadioButtonSelectColor = <b>Select your favorite color:</b>
  208. cwRadioButtonSelectSport = <b>Select your favorite sport:</b>
  209. cwRadioButtonSports = Baseball, Basketball, Football, Hockey, Soccer, Water Polo
  210. cwRichTextName = Rich Text
  211. cwRichTextDescription = The Rich Text Area is supported on all major browsers, and will fall back gracefully to the level of functionality supported on each.
  212. cwSplitLayoutPanelName = Split Layout Panel
  213. cwSplitLayoutPanelDescription = Give users the freedom to decide how to allocate space using this split panel.
  214. cwSplitLayoutPanelCenter = This is some text to show how the contents on either side of the splitter flow.
  215. cwSplitLayoutPanelEast = This is the east component.
  216. cwSplitLayoutPanelNorth1 = This is the first north component.
  217. cwSplitLayoutPanelNorth2 = This is the second north component.
  218. cwSplitLayoutPanelSouth1 = This is the first south component.
  219. cwSplitLayoutPanelSouth2 = This is the second south component.
  220. cwSplitLayoutPanelWest = This is the west component.
  221. cwStackLayoutPanelName = Stack Layout Panel
  222. cwStackLayoutPanelDescription = The StackLayoutPanel stacks its children vertically, displaying only one at a time, with a header for each child which the user can click to display. This is useful for vertical menu systems.
  223. cwStackLayoutPanelContactsHeader = Contacts
  224. cwStackLayoutPanelContacts = Benoit Mandelbrot, Albert Einstein, Rene Descartes, Bob Saget, Ludwig von Beethoven, Richard Feynman, Alan Turing, John von Neumann
  225. cwStackLayoutPanelContactsEmails = benoit@example.com, albert@example.com, rene@example.com, bob@example.com, ludwig@example.com, richard@example.com, alan@example.com, john@example.com
  226. cwStackLayoutPanelMailHeader = Mail
  227. cwStackLayoutPanelMailFolders = Inbox, Drafts, Templates, Sent, Trash
  228. cwStackLayoutPanelFiltersHeader = Filters
  229. cwStackLayoutPanelFilters = All, Starred, Read, Unread, Recent, Sent by me
  230. cwStackPanelName = Stack Panel
  231. cwStackPanelDescription = The StackPanel stacks its children vertically, displaying only one at a time, with a header for each child which the user can click to display. This is useful for vertical menu systems.
  232. cwStackPanelContactsHeader = Contacts
  233. cwStackPanelContacts = Benoit Mandelbrot, Albert Einstein, Rene Descartes, Bob Saget, Ludwig von Beethoven, Richard Feynman, Alan Turing, John von Neumann
  234. cwStackPanelContactsEmails = benoit@example.com, albert@example.com, rene@example.com, bob@example.com, ludwig@example.com, richard@example.com, alan@example.com, john@example.com
  235. cwStackPanelMailHeader = Mail
  236. cwStackPanelMailFolders = Inbox, Drafts, Templates, Sent, Trash
  237. cwStackPanelFiltersHeader = Filters
  238. cwStackPanelFilters = All, Starred, Read, Unread, Recent, Sent by me
  239. cwSuggestBoxName = Suggest Box
  240. cwSuggestBoxDescription = Generate suggestions via RPC calls to the server or static data on the page
  241. cwSuggestBoxLabel = <b>Choose a word:</b>
  242. cwSuggestBoxWords = 1337, apple, about, ant, bruce, banana, bobv, canada, coconut, compiler, donut, deferred binding, dessert topping, eclair, ecc, frog attack, floor wax, fitz, google, gosh, gwt, hollis, haskell, hammer, in the flinks, internets, ipso facto, jat, jgw, java, jens, knorton, kaitlyn, kangaroo, la grange, lars, love, morrildl, max, maddie, mloofle, mmendez, nail, narnia, null, optimizations, obfuscation, original, ping pong, polymorphic, pleather, quotidian, quality, qu'est-ce que c'est, ready state, ruby, rdayal, subversion, superclass, scottb, tobyr, the dans, ~ tilde, undefined, unit tests, under 100ms, vtbl, vidalia, vector graphics, w3c, web experience, work around, w00t!, xml, xargs, xeno, yacc, yank (the vi command), zealot, zoe, zebra
  243. cwTabPanelName = Tab Layout Panel
  244. cwTabPanelDescription = Divide content over multiple tabs.
  245. cwTabPanelTab0 = Click one of the tabs to see more content.
  246. cwTabPanelTab2 = Tabs are highly customizable using CSS.
  247. cwTabPanelTabs = Home, GWT Logo, More Info
  248. cwTreeName = Tree
  249. cwTreeDescription = Dynamic Tree Widget supports lazy loading of data via RPC calls to the server
  250. cwTreeDynamicLabel = <b>Dynamic Tree:</b>
  251. cwTreeItem = Item
  252. cwTreeStaticLabel = <b>Static Tree:</b>
  253. cwTreeComposers = Beethoven, Brahms, Mozart
  254. cwTreeConcertos = Concertos
  255. cwTreeQuartets = Quartets
  256. cwTreeSonatas = Sonatas
  257. cwTreeSymphonies = Symphonies
  258. cwTreeBeethovenWorkConcertos = No. 1 - C, No. 2 - B-Flat Major, No. 3 - C Minor, No. 4 - G Major, No. 5 - E-Flat Major
  259. cwTreeBeethovenWorkQuartets = Six String Quartets, Three String Quartets, Grosse Fugue for String Quartets
  260. cwTreeBeethovenWorkSonatas = Sonata in A Minor, Sonata in F Major
  261. cwTreeBeethovenWorkSymphonies = No. 2 - D Major, No. 2 - D Major, No. 3 - E-Flat Major, No. 4 - B-Flat Major, No. 5 - C Minor, No. 6 - F Major, No. 7 - A Major, No. 8 - F Major, No. 9 - D Minor
  262. cwTreeBrahmsWorkConcertos = Violin Concerto, Double Concerto - A Minor, Piano Concerto No. 1 - D Minor, Piano Concerto No. 2 - B-Flat Major
  263. cwTreeBrahmsWorkQuartets = Piano Quartet No. 1 - G Minor, Piano Quartet No. 2 - A Major, Piano Quartet No. 3 - C Minor, String Quartet No. 3 - B-Flat Minor
  264. cwTreeBrahmsWorkSonatas = Two Sonatas for Clarinet - F Minor, Two Sonatas for Clarinet - E-Flat Major
  265. cwTreeBrahmsWorkSymphonies = No. 1 - C Minor, No. 2 - D Minor, No. 3 - F Major, No. 4 - E Minor
  266. cwTreeMozartWorkConcertos = Piano Concerto No. 12, Piano Concerto No. 17, Clarinet Concerto, Violin Concerto No. 5, Violin Concerto No. 4
  267. cwVerticalPanelName = Vertical Panel
  268. cwVerticalPanelDescription = A Vertical Panel aligns its content vertically without allowing it to wrap. Resize the page to see how the content maintains its vertical alignment.
  269. cwVerticalPanelButton = Button
  270.  
  271. cwContactsName = Contacts
  272. cwContactsDescription = Manage Contacts
  273.  
  274. cwRecordsName = Records
  275. cwRecordsDescription = Manage Records
  276.  
  277. cwAddContactDialogCaption = Add Contact
  278. cwUpdateContactDialogCaption = Update Contact
  279.  
  280. cwAddRecordDialogCaption = Add Record
  281. cwUpdateRecordDialogCaption = Update Record
  282.  
  283. # The following constants need to be translated in all languages.
  284. categoryCells = Cell Widgets
  285. contactDatabaseCategories=Family,Friends,Coworkers,Businesses,Contacts
  286. contactInfoFormTitle = Contact Info
  287. contactInfoFormFirstName = First Name:
  288. contactInfoFormLastName = Last Name:
  289. contactInfoFormCategory = Category:
  290. contactInfoFormBirthday = Birthday:
  291. contactInfoFormAddress = Address:
  292. contactInfoFormUpdateButton = Update Contact
  293. contactInfoFormCreateButton = Create Contact
  294. cwCellBrowserName = Cell Browser
  295. cwCellBrowserDescription = Browser through dynamic data using the CellBrowser.
  296. cwCellBrowserSelected = Selected:
  297. cwCellListName = Cell List
  298. cwCellListDescription = Render a large, custom list quickly using CellList.
  299. cwCellListGenerateButton = Generate 50 Contacts
  300. cwCellSamplerName = Cell Sampler
  301. cwCellSamplerDescription = The table below contains an example of most Cells provided in the API. Editable cells remember changes between table redraws until the changes are committed.
  302. cwCellSampleRedrawButton = Redraw Table
  303. cwCellSampleCommitButton = Commit Changes
  304. cwCellTableName = Cell Table
  305. cwCellTableDescription = Do you want to display large amounts of data in your application? Use CellTable to render large tables quickly.
  306. cwCellTableColumnAddress = Address
  307. cwCellTableColumnCategory = Category
  308. cwCellTableColumnFirstName = First Name
  309. cwCellTableColumnLastName = Last Name
  310. cwCellTreeName = Cell Tree
  311. cwCellTreeDescription = Render large trees dynamically using CellTree.
  312. cwCellTreeSelected = Selected:
  313. cwCellValidationName = Cell Validation
  314. cwCellValidationDescription = Validate user data as they enter it using cell validation techniques. Cells will maintain their edited state until you confirm the change. The fields below turn blue while the address is validated, then turn red if the address is invalid.
  315. cwCellValidationColumnAddress = Address
  316. cwCellValidationColumnName = Name
  317. cwCellValidationError = ERROR: Address must be of the form: ### &lt;street name&gt;
  318. cwCustomDataGridName = Custom Data Grid
  319. cwCustomDataGridDescription = Customize the structure of a DataGrid with expandable rows or messages that span the width table.
  320. cwCustomDataGridColumnAddress = Address
  321. cwCustomDataGridColumnAge = Age
  322. cwCustomDataGridColumnCategory = Category
  323. cwCustomDataGridColumnFirstName = First Name
  324. cwCustomDataGridColumnLastName = Last Name
  325. cwCustomDataGridEmpty = There is no data to display
  326. cwDataGridName = Data Grid
  327. cwDataGridDescription = Use DataGrid to render large amounts of data in your enterprise application. DataGrid has a fixed header and footer, with a scrollable content area.
  328. cwDataGridColumnAddress = Address
  329. cwDataGridColumnAge = Age
  330. cwDataGridColumnCategory = Category
  331. cwDataGridColumnFirstName = First Name
  332. cwDataGridColumnLastName = Last Name
  333. cwDataGridEmpty = There is no data to display
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement