Add resources for some referencesource projects
[mono.git] / mcs / class / referencesource / System.Web.Mobile / System.Web.Mobile.txt
1 ###########################################################
2 ###########################################################
3 ####   Strings for System.Web.Mobile                   ####
4 ###########################################################
5 ###########################################################
6
7 ConfigSect_MissingAttr=Required attribute '{0}' is missing.
8 ConfigSect_UnknownAttr=Unexpected attribute '{0}'.
9 ConfigSect_UnrecognizedXML=Unrecognized XML.
10 ConfigSect_MissingValue=Attribute '{0}' must have a value.
11 ConfigSect_InvalidBooleanAttr=Invalid boolean attribute '{0}'.
12 ConfigSect_InvalidIntegerAttr=Invalid integer attribute '{0}'.
13
14 DevCapSect_EmptyClass=The type attribute cannot be null or an empty string.
15 DevCapSect_ExtraCompareDelegator=An evaluator delegate has already been specified.  A compare attribute is not necessary.
16 DevCapSect_ExtraArgumentDelegator=An evaluator delegate has already been specified.  An argument attribute is not necessary.
17 DevCapSect_NoTypeInfo=Unable to get type information for type '{0}'. Specify a valid type.
18 DevCapSect_NoCapabilityEval=Could not create capability evaluator for method '{0}' because of the following error: '{1}'.
19 DevCapSect_MustSpecify=You must specify either a filter name and comparison value (e.g., <filter name="capability" compare="capabilityName" argument="argument"/>) or a type and method (e.g., <filter name="capability" type="typeName" method="methodName"/>).
20 DevCapSect_ComparisonAlreadySpecified=A comparison has already been specified. You need not specify a method attribute.
21 DevCapSect_UnableAddDelegate=Delegate '{0}' cannot be added because of the following error: '{1}'.
22 DevCapSect_UnrecognizedTag=Unrecognized tag '{0}'.
23
24 DevFiltDict_FoundLoop=The filter '{0}' is already directly or indirectly dependent on the filter '{1}'. Construct your filters to avoid loops.
25
26 MobCap_DelegateNameNoValue=delegateName must have a value.
27 MobCap_CantFindCapability=Cannot find a capability named '{0}'.
28
29 MobileRedirect_RedirectNotAllowed=Calling Response.Redirect on a postback can have unpredictable results on mobile devices and gateways. Use RedirectToMobilePage method instead.
30
31 ###########################################################
32 ###########################################################
33 ####   Strings for System.Web.UI.MobileControls        ####
34 ###########################################################
35 ###########################################################
36
37 FactoryGenerator_Error_FactoryInterface=An error has occurred in FactoryGenerator.  The return type is not correctly defined.
38
39 #######################################################
40 ## In the runtime, used by the designer              ##
41 #######################################################
42
43 RTL=RTL_False
44
45 Category_Action=Action
46 Category_Appearance=Appearance
47 Category_Behavior=Behavior
48 Category_Data=Data
49 Category_Navigation=Navigation
50 Category_Paging=Paging
51 Category_Style=Style
52
53 MSHTMLHost_Not_Implemented=Not Implemented
54
55 AdRotator_AdvertisementFile=XML file that contains advertisements.
56 AdRotator_ImageKey=XML element name that specifies which image URL to retrieve.
57 AdRotator_NavigateUrlKey=XML element name that specifies which advertisement Web page URL to retrieve.
58 AdRotator_KeywordFilter=Keyword for limiting selection of advertisements.
59 AdRotator_AdCreated=Raises an event after an advertisement is retrieved from the AdvertisementFile.
60
61 BaseValidator_ControlToValidate=ID of the control to validate.
62 BaseValidator_Display=Appearance of the validator.
63 BaseValidator_ErrorMessage=Message to display when validation fails.
64
65 Calendar_FirstDayOfWeek=The day of the week that appears first.
66 Calendar_SelectedDate=The currently selected date.
67 Calendar_SelectionMode=Determines whether days, weeks, and months are selectable.
68 Calendar_ShowDayHeader=True if showing days of week header.
69 Calendar_VisibleDate=The month that appears.
70 Calendar_CalendarEntryText=Text for the link that provides date selection. This link is only used when a series of steps is needed.
71 Calendar_OnSelectionChanged=Raises an event when the user changes the selection.
72
73 PhoneCall_AlternateFormat=Text format that appears for devices that cannot make phone calls.
74 PhoneCall_AlternateUrl=The target URL for devices that cannot make phone calls.
75 PhoneCall_PhoneNumber=The phone number to dial for devices that can make phone calls.
76 PhoneCall_SoftkeyLabel=Label used for the phone call when rendered on a softkey. Only applies to devices that support softkeys.
77
78 Command_CommandArgument=The argument associated with the command.
79 Command_CommandName=The name associated with the command.
80 Command_CausesValidation=Whether to invoke validation on the form when activated.
81 Command_OnClick=Raises an event when the user activates the command.
82 Command_OnItemCommand=Raises an event when the user activates the command. The event is bubbled up to parent controls.
83 Command_SoftkeyLabel=Label used for the command when rendered on a softkey. Only applies to devices that support softkeys.
84 Command_Format=The visual appearance of the control.
85
86 CompareValidator_ControlToCompare=ID of the control to compare to.
87 CompareValidator_Operator=Comparison operation to apply to values.
88 CompareValidator_Type=Data type of values for comparison.
89 CompareValidator_ValueToCompare=Value to compare to.
90
91 Control_AccessKey=The access key used to give focus to the control on i-mode phones, using the directkey function.
92
93 CustomValidator_OnServerValidate=Called to perform validation on the server.
94
95 FontInfo_Bold=Bold setting for the font.
96 FontInfo_Italic=Italic setting for the font.
97 FontInfo_Name=The preferred font for the control.
98 FontInfo_Size=The relative size of the font.
99
100 Form_OnActivate=Raises an event when the form becomes active.
101 Form_OnDeactivate=Raises an event when a previously active form becomes inactive.
102 Form_OnPaginated=Raises an event after the form is paginated.
103 Form_Action=The URL to which the form should be submitted.
104 Form_Method=The method used to submit the form to the server.
105 Form_PagerStyle=The styles used for pagination properties in the control.
106 Form_Title=The title used to identify the form.
107
108 Image_AlternateText=The alternate text displayed when the image cannot be rendered.
109 Image_AutoFormat=Whether the source image should be auto-formatted to match device capabilities.
110 Image_Coverage=Percentage of the screen area the image should use.
111 Image_ImageUrl=The URL of the image to be rendered.
112 Image_NavigateUrl=The URL or Form to navigate to.
113 Image_SoftkeyLabel=Label used for the image when rendered on a softkey. Only applies to devices that support softkeys.
114
115 Link_NavigateUrl=The URL or Form to link to.
116 Link_SoftkeyLabel=Label used for the link when rendered on a softkey. Only used on devices that support softkeys.
117
118 List_DataMember=Table used for binding when a DataSet is used as the data source.
119 List_DataSource=Data source that populates items in the list.
120 List_DataTextField=Specifies which property of a databound item to use to determine the item's text property.
121 List_DataValueField=Specifies which property of a databound item to use to determine the item's value property.
122 List_Decoration=List format used for the items.
123 List_ItemsAsLinks=Whether the items in the list should be interpreted as hyperlinks.
124 List_Items=Collection of items in the list.
125 List_OnItemCommand=Raises an event when an individual list item generates an event as a result of a user action.
126 List_OnItemDataBind=Raises an event after an item has been databound.
127
128 MobileControl_Alignment=Horizontal alignment of the control.
129 MobileControl_BackColor=Background color of the control.
130 MobileControl_BreakAfter=Whether to add a line break after the control at run time.
131 MobileControl_Font=Font that this control uses.
132 MobileControl_InfiniteTemplateRecursion=A circular reference was detected in a template.
133 MobileControl_StyleReference=Style that this control uses.
134 MobileControl_Wrapping=The wrapping behavior of text in the control.
135
136 ObjectList_DataSource=Data source that populates items in the list.
137 ObjectList_LabelField=Field in the data source to use for a compact representation of the items in list view.
138 ObjectList_TableFields=Fields in the data source to use for an expanded representation of the items in list view.
139 ObjectList_AutoGenerateFields=Whether the fields are generated automatically at run time based on the associated data source.
140 ObjectList_Fields=Collection of fields representing the items in details view.
141 ObjectList_Commands=Collection of commands for each item in the list.
142 ObjectList_OnItemCommand=Raises an event when the user selects a command associated with the item.
143 ObjectList_OnItemSelect=Raises an event when the user selects an item in the list view.
144 ObjectList_OnItemDataBind=Raises an event after an item is bound to a data source.
145 ObjectList_OnShowItemCommands=Raises an event before showing the set of commands for an item.
146 ObjectList_DefaultCommand=Command raised when an item is selected in list view.
147 ObjectList_DetailsCommandText=Text for the link to details view.
148 ObjectList_BackCommandText=Text for back link in details view.
149 ObjectList_MoreText=Text for the link to more details and commands.
150 ObjectList_CommandStyle=The style applied to the commands in the list.
151 ObjectList_LabelStyle=The style applied to the header label.
152
153 PagedControl_ItemCount=Number of items to render in the control. The value '0' indicates automatic pagination.
154 PagedControl_ItemsPerPage=Number of items to render in each page of the control. The value '0' indicates default pagination.
155 PagedControl_OnLoadItems=Raises an event when the control uses custom paging and requests more data.
156
157 PagerStyle_NextPageText=Label for the link to the next page.
158 PagerStyle_PageLabel=Label for current page.
159 PagerStyle_PreviousPageText=Label for the link to the previous page.
160
161 Panel_Paginate=Whether the contents can be divided into pages.
162
163 RangeValidator_MaximumValue=Maximum value for the control being validated.
164 RangeValidator_MinimumValue=Minimum value of the control being validated.
165 RangeValidator_Type=Data type of values for comparison.
166
167 RegularExpressionValidator_ValidationExpression=Regular expression to determine validity.
168
169 RequiredFieldValidator_InitialValue=Initial value of the field to validate.
170
171 SelectionList_OnSelectedIndexChanged=Raises an event when the user changes a selection.
172 SelectionList_Rows=The number of visible rows to render.
173 SelectionList_SelectType=The type of selection list.
174 Input_Title=The title shown above the input area on devices that support it.
175
176
177 Style_Alignment=Horizontal alignment of the control.
178 Style_BackColor=Background color of the control.
179 Style_Font=Font for text within the control.
180 Style_ForeColor=Color of the text within the control.
181 Style_Name=Name of the style.
182 Style_Reference=Reference to another style to inherit from.
183 Style_Wrapping=Wrapping behavior of text in the control.
184
185 StyleSheet_ReferencePath=Relative file path to a user control containing a StyleSheet control.
186
187 TextBox_Numeric=Whether the input is restricted to numeric values.
188 TextBox_MaxLength=The maximum number of characters that can be entered.
189 TextBox_OnTextChanged=Raises an event after the user changes the text property. The event occurs only after a postback to the server.
190 TextBox_Password=Whether the input is hidden.
191 TextBox_Size=The expected character length of the input.
192
193 TextControl_Text=Text that appears in the control.
194
195 TextView_Text=Text that appears in the control.
196
197 ValidationSummary_BackLabel=Label for the link that returns to the offending form.
198 ValidationSummary_FormToValidate=ID of the form to validate.
199 ValidationSummary_HeaderText=Header text that appears in the summary.
200
201 #######################################################
202 ## In the runtime, actually used by the runtime      ##
203 #######################################################
204
205 BaseValidator_ControlToValidateBlank=The ControlToValidate property of '{0}' cannot be blank.
206 BaseValidator_ControlNotFound=Unable to find control with the id '{0}' referenced by the {1} property of the control '{2}'.
207 BaseValidator_BadControlType=The control with the id '{0}', referenced by the '{1}' property of the control '{2}', cannot be validated.
208
209 PhoneCall_InvalidPhoneNumberFormat=The value of the '{0}' property is not in a correct format: '{1}'
210 PhoneCall_EmptyPhoneNumber=The property PhoneNumber of the following PhoneCall control cannot be empty: '{0}'
211
212 CompareValidator_BadCompareControl=Control '{0}' cannot have the same value '{1}' for both ControlToValidate and ControlToCompare.
213
214 ControlAdapter_BackLabel=Back
215 ControlAdapter_GoLabel=Go
216 ControlAdapter_OKLabel=OK
217 ControlAdapter_MoreLabel=More
218 ControlAdapter_OptionsLabel=Options
219 ControlAdapter_NextLabel=Next
220 ControlAdapter_PreviousLabel=Prev
221 ControlAdapter_LinkLabel=Link
222 ControlAdapter_PhoneCallLabel=Call
223 ControlAdapter_InvalidDefaultLabel=The default label ID specified is invalid.
224
225 ControlsConfig_NoDeviceConfigRegistered=No mobile controls device configuration was registered for the requesting device.  User agent string is '{0}'.
226
227 DataSourceHelper_MissingDataMember=Missing data member '{0}'
228 DataSourceHelper_DataSourceWithoutDataMember={0} without data member
229
230 DeviceSpecific_OnlyChoiceElementsAllowed=Only Choice elements are allowed in a DeviceSpecific element.
231
232 DeviceSpecificChoice_OverridingPropertyNotFound=Property '{0}' to override not found.
233 DeviceSpecificChoice_OverridingPropertyTypeCast=Property '{0}' cannot be converted from text.
234 DeviceSpecificChoice_OverridingPropertyNotDeclarable=Property '{0}' is not declarable, and cannot be overridden.
235 DeviceSpecificChoice_InvalidPropertyOverride=Invalid property override: '{0}'
236 DeviceSpecificChoice_PropertyNotAnAttribute=Specified property is not an attribute.
237 DeviceSpecificChoice_ChoiceOnlyExistInDeviceSpecific=Choice elements can only exist in a DeviceSpecific element.
238 DeviceSpecificChoice_CantFindFilter=Can find neither a device capability named '{0}' nor a public non-static method on the page named '{0}' that returns a System.Boolean and takes System.Web.Mobile.MobileCapabilities and System.String as arguments.
239
240 ErrorFormatterPage_ServerError=Server Error in {0}
241 ErrorFormatterPage_MiscErrorMessage={0}: {1}
242 ErrorFormatterPage_File=File: {0}
243 ErrorFormatterPage_Line=Line: {0}
244
245 Form_NestedForms=Forms cannot be nested.  Found Form with ID '{0}' inside Form with ID '{1}'.
246 Form_PropertyNotAccessible=The '{0}' property is not accessible for the Form.
247 Form_PropertyNotSettable=The '{0}' property is not settable on the Form.
248 Form_InvalidSubControlType='{0}' cannot be a top-level form element.
249 Form_InvalidControlToPaginateForm=ControlToPaginate must be inside the active form.
250
251 IndividualDeviceConfig_TypeMustSupportInterface=The type '{0}' is not a valid device adapter, because it does not implement the interface '{1}'.  Use another type, or modify the type to implement the interface.
252 IndividualDeviceConfig_ControlWithIncorrectPageAdapter=Control '{0}' is not registered with device with page adapter '{1}'.
253
254 LiteralTextParser_InvalidTagFormat=The text contains a tag with invalid syntax.  Specify tags that use correct syntax.
255
256 MobileControl_MustBeInMobilePage=MobileControl must be contained within a MobilePage: {0}
257 MobileControl_MustBeInForm=The control with id {0} of type {1} must be contained within a Form.
258 MobileControl_NoTemplatesDefined=Cannot create templated UI because no templates are defined.
259 MobileControl_NoMultipleDeviceSpecifics=You can specify only one DeviceSpecific element per control.
260 MobileControl_NoCustomAttributes=Cannot set custom attributes on mobile controls in this page.  Custom attributes specified are: {0}.
261 MobileControl_InvalidAccessKey=The following AccessKey property must be 0-9, # or *: '{0}'
262 MobileControl_InnerTextCannotContainTags=The control with id {1} contains tags in its inner text.  A {0} control cannot contain tags in its inner text.
263 MobileControl_TextCannotContainNewlines=The control with id {1} contains newline characters in its inner text.  A {0} control cannot contain newline characters in its inner text.
264
265 MobileControlBuilder_ControlMustBeTopLevelOfPage={0} must be defined at the top level of a page.
266 MobileControlBuilder_StyleMustBeInStyleSheet=Styles must be defined in a StyleSheet.
267
268 MobileControlsSectionHandler_UnknownElementName=Unknown element name - {0} expected.
269 MobileControlsSectionHandler_DeviceConfigNotFound=The following device configuration is not found: '{0}'
270 MobileControlsSectionHandler_CantCreateMethodOnClass=Unable to find suitable predicate method '{0}' on class '{1}'
271 MobileControlsSectionHandler_TypeNotFound=Type '{0}' used as {1} not found.
272 MobileControlsSectionHandler_DuplicatedDeviceName=The following device adapter set is already registered: '{0}'
273 MobileControlsSectionHandler_NotAssignable='{0}' is not assignable to '{1}'
274 MobileControlsSectionHandler_CircularReference=The device configuration '{0}' contains a circular reference
275
276 MobileErrorInfo_Unknown=Unknown
277 MobileErrorInfo_CompilationErrorType=Compilation Error
278 MobileErrorInfo_CompilationErrorMiscTitle=Compiler Error Message
279 MobileErrorInfo_CompilationErrorDescription=An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
280 MobileErrorInfo_ParserErrorType=Parser Error
281 MobileErrorInfo_ParserErrorMiscTitle=Parser Error Message
282 MobileErrorInfo_ParserErrorDescription=An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
283 MobileErrorInfo_SourceObject=Source Object
284
285 MobileListItemCollection_ViewStateManagementError=Viewstate management error
286
287 MobilePage_InvalidApplicationUrl=Invalid application URL - {0}
288 MobilePage_AtLeastOneFormInPage=Page must contain at least one Form.
289 MobilePage_FormNotFound=Form not found: '{0}'
290 MobilePage_RequiresSessionState=The page needs to save viewstate, but session state is disabled or readonly. Enable session state, or disable viewstate for the page.
291
292 MobileTypeNameConverter_TypeNotResolved=The type '{0}' cannot be resolved. Please verify the spelling is correct or that the full type name is provided.
293 MobileTypeNameConverter_UnsupportedValueType=The converter cannot convert value '{0}' with type '{1}'.
294
295 ObjectList_FieldNotFound=Field {0} not found
296 ObjectList_ItemTitle=Item
297 ObjectList_SelectedIndexTooSmall=The SelectedIndex property cannot be set to less than -1: '{0}'.
298 ObjectList_SelectedIndexTooBig=SelectedIndex must be less than the item count.  SelectedIndex is being set to {0}, but the item count is {1}.  
299 ObjectList_CannotSetViewModeWithNoSelectedItem=To set the ViewMode to Commands or Details, you must first select an item.
300 ObjectList_MustBeInListModeToClearSelectedIndex=To set the SelectedIndex to -1, the ViewMode property must first be set to ObjectListViewMode.List.
301 ObjectList_MustBeInDetailsModeToGetDetails=Cannot access the Details property unless the ViewMode property is first set to ObjectListViewMode.Details.
302 ObjectList_MustHaveOneOrMoreFields=Must have one or more fields to databind.  (Application may have autogenerated fields from an empty DataSource.  To clear items, set DataSource to null.)
303 ObjectListField_DataFieldNotFound=The DataField '{0}' does not exist in the source data.  Specify a different DataField property, or remove the field.
304 ObjectListField_DataBoundText=DataBound
305
306 PagedControl_ItemCountCantBeNegative=ItemCount cannot be negative: {0}
307 PagedControl_ItemsPerPageCantBeNegative=ItemsPerPage cannot be negative: {0}
308
309 PagerStyle_NextPageText_DefaultValue=Next
310 PagerStyle_PreviousPageText_DefaultValue=Previous
311
312 RangeValidator_RangeOverlap=The MaximumValue {0} cannot be less than the MinimumValue {1} of {2}.
313
314 SessionViewState_InvalidSessionStateHistory=Invalid value for session state history.
315 SessionViewState_ExpiredOrCookieless=The page requires session state that is no longer available. Either the session has expired, the client did not send a valid session cookie, or the session state history size is too small. Try increasing the history size or session expiry limit.
316
317 SelectionList_AdapterNotHandlingLoadPostData=Device adapter must handle LoadPostData for SelectionList.
318
319 Style_DuplicateName=A style with that name already exists. Please choose another name.
320 Style_NameChangeCauseCircularLoop=This name change creates a circular loop. Please choose another name.
321 Style_ReferenceCauseCircularLoop=This reference creates a circular loop. Please choose another style reference.
322 Style_StyleNotFound=Style not found: {0}
323 Style_EmptyName=A style name cannot be empty.
324 Style_StyleNotFoundOnGenericUserControl=Style not found: {0}.  Note that Styles will never be found on a System.Web.UI.UserControl.  Use System.Web.UI.MobileControls.MobileUserControl instead.
325 Style_CircularReference=The following style contains a circular reference: '{0}'
326 Style_UnregisteredProperty=Unregistered property: {0}
327 Style_ErrorMessageTitle=Styles Editor
328
329 StyleSheet_DuplicateName=Duplicate Style elements named {0} found within a style sheet.
330 StyleSheet_MustContainID=Style elements must contain a 'Name' attribute.
331 StyleSheet_NoStyleSheetInExternalFile=External file does not contain a style sheet control.
332 StyleSheet_PropertyNotAccessible=The following style sheet property is not accessible: '{0}'
333 StyleSheet_PropertyNotSettable=The following style sheet property is not settable: '{0}'
334 StyleSheet_InvalidStyleName=Attempting to set Style named '{0}' into style sheet key '{1}'.  These values must match.
335 StyleSheet_StyleAlreadyOwned=Attempting to insert Style named '{0}' into style sheet even though it's already in another style sheet named '{1}'.  Only one style sheet can own a given Style.
336 StyleSheet_LoopReference=The following style sheet contains a circular reference to an external style sheet: '{0}'
337
338 Theme_Not_Supported_On_MobileControls=The 'Theme' feature is not supported on mobile controls.
339 Feature_Not_Supported_On_MobilePage=The '{0}' feature is not supported on a mobile page.
340
341 # Used in ArgumentException where concatenation will occur.
342 TextBox_NotNegativeNumber=must be greater than or equal to zero.
343
344 SelectionList_OutOfRange=Unexpected value {0}.  The value of SelectedIndex must be at least -1 and less than the number of items.
345 ValidationSummary_InvalidFormToValidate=The form with id {0}, referenced by the ValidationSummary control '{1}', does not exist. Change the FormToValidate property to a valid form.
346
347 Validator_ValueBadType=The {1} property of the control with id {2} is set to the value {0}, which cannot be converted to the required type {3}. Use a legal value.
348
349 ###########################################################
350 ###########################################################
351 ####  Strings for System.Web.UI.Design.MobileControls  ####
352 ###########################################################
353 ###########################################################
354
355 AppliedDeviceFiltersDialog_Title=Applied Device Filters
356 AppliedDeviceFiltersDialog_AppliedDeviceFilters=A&pplied Device Filters:
357 AppliedDeviceFiltersDialog_AssociatedItemsWillBeLost=Any templates and property overrides associated with this device filter will be lost. Are you sure you want to continue?
358 AppliedDeviceFiltersDialog_ApplyDeviceFilter=&Add To List
359 AppliedDeviceFiltersDialog_AvailableDeviceFilters=A&vailable Device Filters:
360 AppliedDeviceFiltersDialog_Argument=A&rgument:
361 AppliedDeviceFiltersDialog_DuplicateChoices=The following filters have been applied multiple times with the same argument: '{0}'.  Please remove the duplicate filters or change their arguments.
362 AppliedDeviceFiltersDialog_DefaultFilterAlreadyApplied=The default filter may only be applied once.
363
364 BaseTemplatedMobileComponentEditor_TemplateModeErrorMessage=The control does not support property editing while it is in template editing mode. You must complete template editing before using the Property Builder.
365 BaseTemplatedMobileComponentEditor_TemplateModeErrorTitle=Property Builder
366
367 Category_DeviceSpecific=Device Specific
368
369 DeviceFilter_DefaultChoice=(Default)
370 DeviceFilter_NoChoice=(None)
371
372 DeviceFilterEditorDialog_Header=Create device filters for control templating and property overrides in this application.  These filters are stored in the Web.config management file.
373 DeviceFilterEditorDialog_DeviceFilters=Device &Filters:
374 DeviceFilterEditorDialog_NewDeviceFilter=&New Device Filter
375 DeviceFilterEditorDialog_UnnamedFilter=A device filter name cannot be empty. Please type a name.
376 DeviceFilterEditorDialog_DuplicateName=The following device filter already exists: '{0}'. Please choose another name.
377 DeviceFilterEditorDialog_IllegalDefaultName=You cannot create a device filter named '(Default)'. This name is reserved for the default filter. Please choose another name.
378 DeviceFilterEditorDialog_Argument=&Argument:
379 DeviceFilterEditorDialog_Attributes=Attributes
380 DeviceFilterEditorDialog_Method=&Method:
381 DeviceFilterEditorDialog_TypeGl=Type
382 DeviceFilterEditorDialog_Equality=Equality &Comparison
383 DeviceFilterEditorDialog_Compare=C&ompare:
384 DeviceFilterEditorDialog_Evaluator=Evaluator &Delegate
385 DeviceFilterEditorDialog_TypeTxt=&Type:
386 DeviceFilterEditorDialog_Title=Device Filter Editor
387 DeviceFilterEditorDialog_InvalidFilter=The following device filters are not valid as specified:\n\n{0}\n\nEquality Comparison device filters must have a defined Compare property.  Evaluator Delegate device filters must have defined Type and Method properties.  Please correct these filters.
388 DeviceFilterEditorDialog_DuplicateNames=This action could not be completed because multiple device filters that share the same name exist in this project's Web.config file.  Please correct these duplicate filter definitions in the Web.config file.
389 DeviceFilterEditorDialog_WebConfigMissingOnOpen=Before you can create Device Filters you must add a Web.config file to this project.
390 DeviceFilterEditorDialog_WebConfigMissing=The action could not be completed because this project's Web.config file has been deleted or renamed.
391 DeviceFilterEditorDialog_WebConfigParsingError=The following error was encountered while attempting to parse this project's Web.config file:\n\n{0}\n\nPlease correct this condition in the Web.config file.
392
393 DeviceFilterNode_DefaultFilterName=DeviceFilter
394
395 DeviceSpecific_DefaultMessage=Right-click and select the Templating Options command to apply device filters.
396 DeviceSpecific_TemplateEditingMessage=Right-click and select a set of templates to edit their device-specific content.
397 DeviceSpecific_DuplicateWarningMessage=Only one DeviceSpecific control is allowed in this container. Please remove all extra DeviceSpecific controls.
398 DeviceSpecific_PropNotSet=(None)
399
400 EditableTreeList_Rename=&Rename
401 EditableTreeList_AddName=Add
402 EditableTreeList_AddDescription=Add a new item to the list.
403 EditableTreeList_MoveUpName=Move Up
404 EditableTreeList_MoveUpDescription=Move the selected item up in the list
405 EditableTreeList_MoveDownName=Move Down
406 EditableTreeList_MoveDownDescription=Move the selected item down in the list
407 EditableTreeList_DeleteName=Delete
408 EditableTreeList_DeleteDescription=Delete the selected item from the list
409
410 PropertyOverridesDialog_AppliedDeviceFilters=&Applied Device Filter:
411 PropertyOverridesDialog_Title=Property Overrides
412 PropertyOverridesDialog_DeviceSpecificProperties=Device-Specific &Properties:
413 PropertyOverridesDialog_InvalidPropertyValue='{0}' is an invalid value for the following property: '{1}'.  This property has been reset to its default value.
414 PropertyOverridesDialog_NotICloneable='{0}' uses ExpandableObjectConverter, but type '{1}' does not implement ICloneable.
415 PropertyOverridesDialog_DuplicateChoices=The following filters have been applied multiple times with the same argument: '{0}'.  Please remove the duplicate filters in the Applied Device Filters dialog before editing property overrides.
416
417 GenericDialog_OKBtnCaption=OK
418 GenericDialog_CancelBtnCaption=Cancel
419 GenericDialog_HelpBtnCaption=Help
420 GenericDialog_CloseBtnCaption=Close
421 GenericDialog_Edit=&Edit...
422
423 ImageUrlPicker_ImageCaption=Select Image
424 ImageUrlPicker_ImageFilter=Image Files(*.gif;*.jpg;*.jpeg;*.bmp;*.wmf;*.png;*.wbmp)|*.gif;*.jpg;*.jpeg;*.bmp;*.wmf;*.png;*.wbmp|All Files(*.*)|*.*|
425
426 ListGeneralPage_Title=General
427 ListGeneralPage_DataGroupLabel=Data
428 ListGeneralPage_PagingGroupLabel=Paging
429 ListGeneralPage_AppearanceGroupLabel=Appearance
430 ListGeneralPage_DataSourceCaption=&DataSource:
431 ListGeneralPage_DataMemberCaption=Data&Member:
432 ListGeneralPage_DataTextFieldCaption=Data&TextField:
433 ListGeneralPage_DataValueFieldCaption=Data&ValueField:
434 ListGeneralPage_ItemCountCaption=Item&Count:
435 ListGeneralPage_ItemsPerPageCaption=ItemsPer&Page:
436 ListGeneralPage_DecorationCaption=Deco&ration:
437 ListGeneralPage_DecorationNone=None
438 ListGeneralPage_DecorationBulleted=Bulleted
439 ListGeneralPage_DecorationNumbered=Numbered
440 ListGeneralPage_SelectTypeCaption=&SelectType:
441 ListGeneralPage_SelectTypeDropDown=DropDown
442 ListGeneralPage_SelectTypeListBox=ListBox
443 ListGeneralPage_SelectTypeRadio=Radio
444 ListGeneralPage_SelectTypeMultiSelectListBox=MultiSelectListBox
445 ListGeneralPage_SelectTypeCheckBox=CheckBox
446 ListGeneralPage_RowsCaption=&Rows:
447 ListGeneralPage_NoneComboEntry=(None)
448 ListGeneralPage_UnboundComboEntry=(Unbound)
449 ListGeneralPage_PrivateMemberMessage={0} is marked as private member.
450 ListGeneralPage_PrivateMemberCaption=The DataSource's modifier must be changed to public before you can select it.
451
452 ListItemsPage_Title=Items
453 ListItemsPage_ItemsAsLinksCaption=&Render list items as hyperlinks
454 ListItemsPage_ItemListGroupLabel=Item list
455 ListItemsPage_DefaultItemText=Text
456 ListItemsPage_ItemCaption=Item &Text:
457 ListItemsPage_NewItemCaption=&Create New Item
458 ListItemsPage_ItemValueCaption=&Value:
459 ListItemsPage_ItemSelectedCaption=&Selected
460
461 MarkupSchema_HTML32=http://schemas.microsoft.com/mobile/html32template
462 MarkupSchema_cHTML10=http://schemas.microsoft.com/mobile/chtml10template
463
464 MobileControl_FormPanelContainmentErrorMessage=This control must be placed in a Form or Panel control, or within a template. Please move or delete this control.
465 MobileControl_StrictlyFormPanelContainmentErrorMessage=This control must be placed in a Form or Panel control. Please move or delete this control.
466 MobileControl_TopPageContainmentErrorMessage=This control must be placed directly on the page. Please move or delete this control.
467 MobileControl_MobilePageErrorMessage=This control only works in pages of type MobilePage.
468 MobileControl_NonHtmlSchemaErrorMessage=You can edit only HTML-based templates in Design view. Switch to HTML view to edit the template contents.
469 MobileControl_DefaultErrorMessage=An internal error occurred.
470 MobileControl_SettingGenericChoiceDescription=Select the device filters to use for property overrides.
471 MobileControl_DeviceSpecificPropsDescription=The collection of property overrides associated with this control.
472 MobileControl_AppliedDeviceFiltersDescription=The collection of device filters you can use to customize this control.
473 MobileControl_InnerTextCannotContainTagsDesigner=This control cannot contain tags in its inner text.
474 MobileControl_UserControlWarningMessage=This control is not supported in Design view when placed inside a Web User Control, use Mobile User Control instead.
475
476 MobileWebFormDesigner_NonMobileControlOnPageWarning=Non-mobile controls are permitted only inside templates.\nPlease delete these controls or move them into templates.
477 MobileWebFormDesigner_NonMobileControlCreatedWarning=Non-mobile controls are permitted only inside templates.\nPlease delete this control or move it into a template.
478 MobileWebFormDesigner_MessageBoxTitle=Mobile Internet Designer
479
480 NavigateUrlConverter_SelectURITarget=(Select URL...)
481
482 ObjectListCommandsPage_Title=Commands
483 ObjectListCommandsPage_DefaultCommandCaption=&Default command:
484 ObjectListCommandsPage_CommandListGroupLabel=Command list
485 ObjectListCommandsPage_DataGroupLabel=Data
486 ObjectListCommandsPage_DefaultCommandName=Command
487 ObjectListCommandsPage_CommandNameCaption=Command &Name:
488 ObjectListCommandsPage_NewCommandBtnCaption=&Create New Command
489 ObjectListCommandsPage_PropertiesGroupLabel=Properties
490 ObjectListCommandsPage_TextCaption=&Text:
491 ObjectListCommandsPage_EmptyNameError=A command name cannot be empty. Please type a name.
492 ObjectListCommandsPage_ErrorMessageTitle=Commands Editor Page
493
494 ObjectListFieldsPage_Title=Fields
495 ObjectListFieldsPage_AutoGenerateFieldsCaption=Create &fields automatically at run time
496 ObjectListFieldsPage_FieldListGroupLabel=Field list
497 ObjectListFieldsPage_DefaultFieldName=Field
498 ObjectListFieldsPage_FieldNameCaption=Field &Name:
499 ObjectListFieldsPage_NewFieldBtnCaption=&Create New Field
500 ObjectListFieldsPage_PropertiesGroupLabel=Properties
501 ObjectListFieldsPage_DataFieldCaption=&DataField:
502 ObjectListFieldsPage_NoneComboEntry=(None)
503 ObjectListFieldsPage_DataFormatStringCaption=DataFormat&String:
504 ObjectListFieldsPage_TitleCaption=&Title:
505 ObjectListFieldsPage_VisibleCaption=&Visible
506 ObjectListFieldsPage_EmptyNameError=A field name cannot be empty. Please type a name.
507 ObjectListFieldsPage_ErrorMessageTitle=Fields Editor Page
508
509 ObjectListGeneralPage_Title=General
510 ObjectListGeneralPage_AppearanceGroupLabel=Appearance
511 ObjectListGeneralPage_DataGroupLabel=Data
512 ObjectListGeneralPage_PagingGroupLabel=Paging
513 ObjectListGeneralPage_NoneComboEntry=(None)
514 ObjectListGeneralPage_UnboundComboEntry=(Unbound)
515 ObjectListGeneralPage_BackCommandTextCaption=&BackCommandText:
516 ObjectListGeneralPage_DetailsCommandTextCaption=De&tailsCommandText:
517 ObjectListGeneralPage_MoreTextCaption=M&oreText:
518 ObjectListGeneralPage_DataSourceCaption=&DataSource:
519 ObjectListGeneralPage_DataMemberCaption=Data&Member:
520 ObjectListGeneralPage_LabelFieldCaption=&LabelField:
521 ObjectListGeneralPage_PrivateDataSourceMessage={0} is marked as private member.
522 ObjectListGeneralPage_TableFieldsGroupLabel=TableFields
523 ObjectListGeneralPage_TableFieldsAvailableListLabel=A&vailable Fields:
524 ObjectListGeneralPage_TableFieldsSelectedListLabel=&Selected Fields:
525
526 PropertyBuilderVerb=Property &Builder...
527
528 Security_ReturnUrlCannotBeAbsolute=The ReturnUrl value "{0}" is invalid because it is absolute.
529
530 StylesEditorDialog_DuplicateStyleException=StylesEditorDialog cannot edit a style sheet with multiple styles declared which share the same name.
531 StylesEditorDialog_DuplicateStyleNames=This action could not be completed because there are multiple styles defined in this style sheet that share the same name.  Please first correct this problem in the HTML view.
532 StylesEditorDialog_Title=Styles Editor
533 StylesEditorDialog_PreviewText=AaBbYyZz
534 StylesEditorDialog_StyleListGroupLabel=Style List
535 StylesEditorDialog_AvailableStylesCaption=Style &Types:
536 StylesEditorDialog_AddBtnCation=>
537 StylesEditorDialog_DefinedStylesCaption=&Defined Styles:
538 StylesEditorDialog_StylePropertiesGroupLabel=Style Properties
539 StylesEditorDialog_TypeCaption=T&ype:
540 StylesEditorDialog_SampleCaption=Sample:
541 StylesEditorDialog_PropertiesCaption=&Properties:
542 StylesEditorDialog_DeleteStyleMessage=This will remove any templates and property overrides associated with this style.\nAre you sure you want to continue?
543 StylesEditorDialog_DeleteStyleCaption=Confirm Style Deletion
544 StylesEditorDialog_EmptyName=A style name cannot be empty. Please type a name.
545
546 StyleSheet_DefaultMessage=Right-click and choose the Edit Styles command to define styles.
547 StyleSheet_TemplateEditingMessage=Right-click and choose the Edit Styles command to define styles. Use the Edit Template command to edit templates for the current style and device filter.
548 StyleSheet_DuplicateStyleNamesMessage=This style sheet contains multiple styles which have the following names: {0}. Each style must have a unique 'Name' attribute.
549 StyleSheet_DuplicateWarningMessage=You can specify only one style sheet per page. Please remove all extra style sheets.
550 StyleSheet_RefCycleErrorMessage=A circular reference is present: {0}. Please correct this problem.
551 StyleSheet_PropNotSet=(None)
552 StyleSheet_StylesCaption=St&yle:
553 StyleSheet_TemplateStyleDescription=The style used for the templating of this control.
554 StyleSheet_StylesEditorVerb=Edit Sty&les...
555 StyleSheet_SettingTemplatingStyleChoiceDescription=For each style, select the device filters to use for this stylesheet's templates.
556 StyleSheet_SettingGenericStyleChoiceDescription=For each style, select the device filters to use for this style sheet's templates and property overrides.
557 Stylesheet_EditBtnCaption=E&dit...
558
559 StyleSheetRefUrlEditor_Filter=ASCX Files(*.ascx)|*.ascx|
560 StyleSheetRefUrlEditor_Caption=Select ASCX File
561
562 TemplateableDesigner_SetTemplatesFilterVerb=Templating &Options...
563 TemplateableDesigner_SettingTemplatingChoiceDescription=Select the device filters to use for this control's templates.
564 TemplateableDesigner_SettingGenericChoiceDescription=Select the device filters to use for this control's templates and property overrides.
565 TemplateableDesigner_TemplateChoiceDescription=Identifies the device filter used to display or edit this control's templates.
566
567 TemplatingOptionsDialog_Title=Templating Options
568 TemplatingOptionsDialog_FilterCaption=Applied Device &Filter:
569 TemplatingOptionsDialog_EditBtnCaption=&Edit...
570 TemplatingOptionsDialog_SchemaCaption=Mar&kup Schema:
571 TemplatingOptionsDialog_HTMLSchemaFriendly=Mobile HTML 3.2 Template
572 TemplatingOptionsDialog_CHTMLSchemaFriendly=Mobile cHTML 1.0 Template
573
574 Toolbox_TabName=Mobile Web Forms
575
576 UrlPicker_DefaultFilter=All Files(*.*)|*.*|
577 UrlPicker_DefaultCaption=Select URL
578
579 TemplateFrame_HeaderFooterTemplates=&Header and Footer Templates
580 TemplateFrame_ItemTemplates=&Item Templates
581 TemplateFrame_ContentTemplate=&Content Template
582 TemplateFrame_SeparatorTemplate=&Separator Template
583 TemplateFrame_IllFormedWarning=This template is not well formed. Switch to HTML view to edit the content.
584
585 UrlPath_EmptyPathHasNoDirectory=Empty path has no directory.
586 UrlPath_PathMustBeRooted=Path must be rooted.
587 UrlPath_PhysicalPathNotAllowed='{0}' is a physical path, which is not allowed here
588 UrlPath_CannotExitUpTopDirectory=Cannot use a leading '..' to refer to locations outside the root directory.
589
590 UnsettableComboBox_NotSetText=<Not Set>
591 UnsettableComboBox_NotSetCompactText=NotSet
592
593 ValidationSummary_ErrorMessage=Error message {0}.
594
595 WebConfig_FileNotFoundException=No Web.config file exists in this project's directory.
596 WebConfig_FileLoadException=An error occurred when attempting to read the Web.config file.