Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.05 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. cwStackLayoutPanelStudentsHeader = Students
  227. cwStackLayoutPanelStudents = Benoit Mandelbrot, Albert Einstein, Rene Descartes, Bob Saget, Ludwig von Beethoven, Richard Feynman, Alan Turing, John von Neumann
  228. cwStackLayoutPanelStudentsEmails = benoit@example.com, albert@example.com, rene@example.com, bob@example.com, ludwig@example.com, richard@example.com, alan@example.com, john@example.com
  229. cwStackLayoutPanelMailHeader = Mail
  230. cwStackLayoutPanelMailFolders = Inbox, Drafts, Templates, Sent, Trash
  231. cwStackLayoutPanelFiltersHeader = Filters
  232. cwStackLayoutPanelFilters = All, Starred, Read, Unread, Recent, Sent by me
  233. cwStackPanelName = Stack Panel
  234. 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.
  235. cwStackPanelContactsHeader = Contacts
  236. cwStackPanelContacts = Benoit Mandelbrot, Albert Einstein, Rene Descartes, Bob Saget, Ludwig von Beethoven, Richard Feynman, Alan Turing, John von Neumann
  237. 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
  238. cwStackPanelStudentsHeader = Students
  239. cwStackPanelStudents = Benoit Mandelbrot, Albert Einstein, Rene Descartes, Bob Saget, Ludwig von Beethoven, Richard Feynman, Alan Turing, John von Neumann
  240. cwStackPanelStudentsEmails = benoit@example.com, albert@example.com, rene@example.com, bob@example.com, ludwig@example.com, richard@example.com, alan@example.com, john@example.com
  241. cwStackPanelMailHeader = Mail
  242. cwStackPanelMailFolders = Inbox, Drafts, Templates, Sent, Trash
  243. cwStackPanelFiltersHeader = Filters
  244. cwStackPanelFilters = All, Starred, Read, Unread, Recent, Sent by me
  245. cwSuggestBoxName = Suggest Box
  246. cwSuggestBoxDescription = Generate suggestions via RPC calls to the server or static data on the page
  247. cwSuggestBoxLabel = <b>Choose a word:</b>
  248. 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
  249. cwTabPanelName = Tab Layout Panel
  250. cwTabPanelDescription = Divide content over multiple tabs.
  251. cwTabPanelTab0 = Click one of the tabs to see more content.
  252. cwTabPanelTab2 = Tabs are highly customizable using CSS.
  253. cwTabPanelTabs = Home, GWT Logo, More Info
  254. cwTreeName = Tree
  255. cwTreeDescription = Dynamic Tree Widget supports lazy loading of data via RPC calls to the server
  256. cwTreeDynamicLabel = <b>Dynamic Tree:</b>
  257. cwTreeItem = Item
  258. cwTreeStaticLabel = <b>Static Tree:</b>
  259. cwTreeComposers = Beethoven, Brahms, Mozart
  260. cwTreeConcertos = Concertos
  261. cwTreeQuartets = Quartets
  262. cwTreeSonatas = Sonatas
  263. cwTreeSymphonies = Symphonies
  264. cwTreeBeethovenWorkConcertos = No. 1 - C, No. 2 - B-Flat Major, No. 3 - C Minor, No. 4 - G Major, No. 5 - E-Flat Major
  265. cwTreeBeethovenWorkQuartets = Six String Quartets, Three String Quartets, Grosse Fugue for String Quartets
  266. cwTreeBeethovenWorkSonatas = Sonata in A Minor, Sonata in F Major
  267. 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
  268. cwTreeBrahmsWorkConcertos = Violin Concerto, Double Concerto - A Minor, Piano Concerto No. 1 - D Minor, Piano Concerto No. 2 - B-Flat Major
  269. 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
  270. cwTreeBrahmsWorkSonatas = Two Sonatas for Clarinet - F Minor, Two Sonatas for Clarinet - E-Flat Major
  271. cwTreeBrahmsWorkSymphonies = No. 1 - C Minor, No. 2 - D Minor, No. 3 - F Major, No. 4 - E Minor
  272. cwTreeMozartWorkConcertos = Piano Concerto No. 12, Piano Concerto No. 17, Clarinet Concerto, Violin Concerto No. 5, Violin Concerto No. 4
  273. cwVerticalPanelName = Vertical Panel
  274. 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.
  275. cwVerticalPanelButton = Button
  276.  
  277. cwContactsName = Contacts
  278. cwContactsDescription = Manage Contacts
  279.  
  280. cwStudentsName = Students
  281. cwStudentsDescription = Manage Students
  282.  
  283. cwAddContactDialogCaption = Add Contact
  284. cwUpdateContactDialogCaption = Update Contact
  285.  
  286. cwAddStudentDialogCaption = Add Student
  287. cwUpdateStudentDialogCaption = Update Student
  288.  
  289. # The following constants need to be translated in all languages.
  290. categoryCells = Cell Widgets
  291. contactDatabaseCategories=Family,Friends,Coworkers,Businesses,Contacts
  292. contactInfoFormTitle = Contact Info
  293. contactInfoFormFirstName = First Name:
  294. contactInfoFormLastName = Last Name:
  295. contactInfoFormCategory = Category:
  296. contactInfoFormBirthday = Birthday:
  297. contactInfoFormAddress = Address:
  298. contactInfoFormUpdateButton = Update Contact
  299. contactInfoFormCreateButton = Create Contact
  300.  
  301. studentDatabaseCategories=Family,Friends,Coworkers,Businesses,Students
  302. studentInfoFormTitle = Student Info
  303. studentInfoFormFirstName = First Name:
  304. studentInfoFormLastName = Last Name:
  305. studentInfoFormCategory = Category:
  306. studentInfoFormBirthday = Birthday:
  307. studentInfoFormAddress = Address:
  308. studentInfoFormUpdateButton = Update Student
  309. studentInfoFormCreateButton = Create Student
  310.  
  311. cwCellBrowserName = Cell Browser
  312. cwCellBrowserDescription = Browser through dynamic data using the CellBrowser.
  313. cwCellBrowserSelected = Selected:
  314. cwCellListName = Cell List
  315. cwCellListDescription = Render a large, custom list quickly using CellList.
  316. cwCellListGenerateButton = Generate 50 Contacts
  317. cwCellSamplerName = Cell Sampler
  318. 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.
  319. cwCellSampleRedrawButton = Redraw Table
  320. cwCellSampleCommitButton = Commit Changes
  321. cwCellTableName = Cell Table
  322. cwCellTableDescription = Do you want to display large amounts of data in your application? Use CellTable to render large tables quickly.
  323. cwCellTableColumnAddress = Address
  324. cwCellTableColumnCategory = Category
  325. cwCellTableColumnFirstName = First Name
  326. cwCellTableColumnLastName = Last Name
  327. cwCellTreeName = Cell Tree
  328. cwCellTreeDescription = Render large trees dynamically using CellTree.
  329. cwCellTreeSelected = Selected:
  330. cwCellValidationName = Cell Validation
  331. 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.
  332. cwCellValidationColumnAddress = Address
  333. cwCellValidationColumnName = Name
  334. cwCellValidationError = ERROR: Address must be of the form: ### &lt;street name&gt;
  335. cwCustomDataGridName = Custom Data Grid
  336. cwCustomDataGridDescription = Customize the structure of a DataGrid with expandable rows or messages that span the width table.
  337. cwCustomDataGridColumnAddress = Address
  338. cwCustomDataGridColumnAge = Age
  339. cwCustomDataGridColumnCategory = Category
  340. cwCustomDataGridColumnFirstName = First Name
  341. cwCustomDataGridColumnLastName = Last Name
  342. cwCustomDataGridEmpty = There is no data to display
  343. cwDataGridName = Data Grid
  344. 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.
  345. cwDataGridColumnAddress = Address
  346. cwDataGridColumnAge = Age
  347. cwDataGridColumnCategory = Category
  348. cwDataGridColumnFirstName = First Name
  349. cwDataGridColumnLastName = Last Name
  350. cwDataGridEmpty = There is no data to display
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement