﻿<?xml version="1.0" encoding="utf-8"?>
<Localization culture="default" description="Default Language">
    <CommonText>
        <Ready>Ready.</Ready>
        <More>Loading more data...</More>
        <LoadGroup>Loading group...</LoadGroup>
        <Sort>Sorting column...</Sort>
        <Group>Grouping column...</Group>
        <Ungroup>Ungrouping column...</Ungroup>
        <ChangeGroup>Changing group column...</ChangeGroup>
        <FilterText>Filtering column...</FilterText>
        <LoadChild>Loading child rows...</LoadChild>
        <ColumnChange>Changing columns...</ColumnChange>
        <Refresh>Refreshing data...</Refresh>
        <RefreshAll>Refreshing data and structure...</RefreshAll>
        <RefreshChild>Refreshing child table...</RefreshChild>
        <AddRow>Adding new row...</AddRow>
        <UpdateRow>Updating row...</UpdateRow>
        <DeleteRow>Deleting row...</DeleteRow>
        <ReadyError>Unhandled error occurred on last action. Click for more details.</ReadyError>
        <ColumnMove>Moving column...</ColumnMove>
        <Loaded>Loaded [n] of [total]</Loaded>
        <ExportText>Exporting...</ExportText>
        <NoData>There are no rows in this view.</NoData>
        <NewRowInfo>Please click here to add new row...</NewRowInfo>
        <GroupByBoxInfo>Drag a column header here to group by that column.</GroupByBoxInfo>
        <LoadSelfRefChild>Loading self referencing childrows...</LoadSelfRefChild>
        <CalendarToday>Today</CalendarToday>
        <CalendarNone>None</CalendarNone>
        <Filtered>Filtered</Filtered>
        <Unfiltered>Unfiltered</Unfiltered>
        <LoadPreviewRow>Loading preview row...</LoadPreviewRow>
        <InputRequiredStatus>One or more cells require user input.</InputRequiredStatus>
        <UpdateSuccess>Record is updated successfully.</UpdateSuccess>
        <AddSuccess>Record is added successfully.</AddSuccess>
        <DeleteSuccess>Record is deleted successfully.</DeleteSuccess>
        <ReadOnlyCell>This cell is read only.</ReadOnlyCell>
        <ModifiedCell>This cell is modified.</ModifiedCell>
        <EditedCell>This cell is being edited.</EditedCell>
        <PagingLoading>Loading page {0}...</PagingLoading>
        <PagingStatus>Page {0} of {1}</PagingStatus>
        <PagingPartialGroup>(Record {0}-{1} of {2})</PagingPartialGroup>
        <BatchUpdate>Submitting all changes to server...</BatchUpdate>
        <PendingChanges>{0} pending change(s).</PendingChanges>
        <DeletedRowNoEdit>Row marked as deleted cannot be modified.</DeletedRowNoEdit>
        <DeletedRowNoExpand>Row marked as deleted cannot be expanded.</DeletedRowNoExpand>
        <BatchUpdateSuccess>All changes have been successfully updated to server.</BatchUpdateSuccess>
        <BatchUpdateSuccessWithPartialErrors>One or more changes are not updated due to server errors.</BatchUpdateSuccessWithPartialErrors>
        <LoadingData>Loading dataset from server...</LoadingData>
        <LoadingDataClient>Loading dataset from web service...</LoadingDataClient>
        <GroupRowPagingStatus>Loaded {0} of {1} rows</GroupRowPagingStatus>
        <GroupRowLoadMore>Load more rows in this group</GroupRowLoadMore>
        <GroupRowPartialCount>{0}/{1}</GroupRowPartialCount>
        <ReviewChangesCaption>WebGrid Enterprise™ - Review Changes ({0} total changes)</ReviewChangesCaption>
    </CommonText>
    <MessageBoxText>
        <NoChildRow>There are no child rows for this record.</NoChildRow>
        <InProgress>Please wait while WebGrid is in progress processing request...</InProgress>
        <UnhandledError>Unhandled exception occurred. See following for details.</UnhandledError>
        <LoadMoreException>Load more data is only available when there are no group columns in RootTable.</LoadMoreException>
        <AddNewRow>The new row has been edited. Do you want to add the new row?</AddNewRow>
        <UpdateRow>The selected row has been edited. Do you want to update the changed row?</UpdateRow>
        <DeleteRow>Are you sure want to delete this row?</DeleteRow>
        <DeleteSelectedRows>Are you sure want to delete the selected rows?</DeleteSelectedRows>
        <SelectColumnException>Please specify at least one visible column !!</SelectColumnException>
        <ClipboardException>There is no data in the clipboard.</ClipboardException>
        <ClipboardDataUnmatch>The clipboard data does not match the structure of this table.\nDo you want to continue?</ClipboardDataUnmatch>
        <UnsavedPendingChanges>You have made one or more changes on WebGrid records. Any unsaved changes will lose.</UnsavedPendingChanges>
        <NotifyPendingChanges>There are {0} unsaved pending changes. Click Accept Changes button below to save changes.</NotifyPendingChanges>
        <UndoPendingChanges>Are you sure you want to undo all pending changes?</UndoPendingChanges>
        <UndoSelectedPendingChanges>Are you sure you want to undo selected pending changes?</UndoSelectedPendingChanges>
        <DeletedRowEditException>You cannot make changes to the row which parent has been marked as deleted.</DeletedRowEditException>
        <DuplicateKeyException>The pending changes already contain a record with key '{0}'</DuplicateKeyException>
        <PrimaryKeyEditException>Modification on primary key's field of pending changes is not allowed.</PrimaryKeyEditException>
        <BatchUpdateException>An exception has occurred while processing batch update. Please correct or undo your changes.\n\nException details:\n{0}</BatchUpdateException>
        <BatchUpdatePartialException>WebGrid failed to update {0} out of {1} changes due to errors. Please review and correct your changes.\n\nThe following records were not updated:\n{2}</BatchUpdatePartialException>
    </MessageBoxText>
    <Tooltip>
        <Refresh>Refresh grid data</Refresh>
        <LoadMore>Load more data</LoadMore>
        <ExportText>Export grid</ExportText>
        <Help>WebGrid.NET Client Help</Help>
        <RemoveFilters>Click to remove filters from the records</RemoveFilters>
        <RestoreFilters>Click to filter the records using the last saved filter</RestoreFilters>
        <NoFilter>There is no current filter</NoFilter>
        <InputRequired>This cell requires user input</InputRequired>
        <PagingFirst>First Page</PagingFirst>
        <PagingPrev>Previous Page</PagingPrev>
        <PagingNext>Next Page</PagingNext>
        <PagingLast>Last Page</PagingLast>
        <PagingGoTo>Goto Page</PagingGoTo>
        <PagingSlider>Drag or click on here to change page view</PagingSlider>
        <GridView>Swith to Grid View</GridView>
        <PivotChartView>Switch to PivotChart View</PivotChartView>
        <ModifiedRowState>Modified row</ModifiedRowState>
        <AddedRowState>Added row</AddedRowState>
        <DeletedRowState>Deleted row</DeletedRowState>
        <PendingChangesEmpty>There are no pending changes</PendingChangesEmpty>
        <PendingChangesExisted>There are {0} pending changes: {1} insert(s), {2} edit(s), {3} delete(s)</PendingChangesExisted>
        <ReviewChanges>Review Pending Changes</ReviewChanges>
        <UndoChanges>Undo All Changes</UndoChanges>
        <AcceptChanges>Accept All Changes</AcceptChanges>
    </Tooltip>
    <Grouping>
        <Today>Today</Today>
        <Yesterday>Yesterday</Yesterday>
        <LastWeek>Last Week</LastWeek>
        <TwoWeeksAgo>Two Weeks Ago</TwoWeeksAgo>
        <ThreeWeeksAgo>Three Weeks Ago</ThreeWeeksAgo>
        <LastMonth>Last Month</LastMonth>
        <EarlierThisMonth>Earlier This Month</EarlierThisMonth>
        <Older>Older</Older>
    </Grouping>
    <ContextMenu>
        <Column>
            <SortAsc>Sort Ascending</SortAsc>
            <SortDesc>Sort Descending</SortDesc>
            <GroupByThisField>Group By This Field</GroupByThisField>
            <UngroupField>Ungroup This Field</UngroupField>
            <GroupByBox>Group By Box</GroupByBox>
            <RemoveColumn>Remove This Column</RemoveColumn>
            <BestFit>Best Fit</BestFit>
            <FilterBar>Filter Bar</FilterBar>
            <SelectColumns>Select Columns</SelectColumns>
            <ApplyChanges>Apply Changes</ApplyChanges>
            <Reset>Reset</Reset>
            <FreezePane>Freeze Pane</FreezePane>
            <UnfreezePane>Unfreeze Pane</UnfreezePane>
            <SortAscText>Sort A to Z</SortAscText>
            <SortAscNumber>Sort Smallest to Largest</SortAscNumber>
            <SortAscDate>Sort Oldest to Newest</SortAscDate>
            <SortAscBool>Sort Unchecked to Checked</SortAscBool>
            <SortDescText>Sort Z to A</SortDescText>
            <SortDescNumber>Sort Largest to Smallest</SortDescNumber>
            <SortDescDate>Sort Newest to Oldest</SortDescDate>
            <SortDescBool>Sort Checked to Unchecked</SortDescBool>
            <ClearFilter>Clear Filter</ClearFilter>
            <TextFilters>Text Filters</TextFilters>
            <NumberFilters>Number Filters</NumberFilters>
            <DateFilters>Date Filters</DateFilters>
            <BoolFilters>Filters</BoolFilters>
        </Column>
        <Row>
            <CopySelection>Copy Selection</CopySelection>
            <CopyCell>Copy this Cell</CopyCell>
            <CopyRow>Copy this Row</CopyRow>
            <CopyTable>Copy this Table</CopyTable>
            <Update>Update Changes</Update>
            <Cancel>Cancel Changes</Cancel>
            <Undo>Undo Changes</Undo>
            <UndoSelection>Undo Selection</UndoSelection>
            <AcceptAll>Accept All Changes</AcceptAll>
            <ShowChildRows>Show Child Rows</ShowChildRows>
            <HideChildRows>Hide Child Rows</HideChildRows>
            <Edit>Edit</Edit>
            <Delete>Delete</Delete>
            <DeleteSelection>Delete Selection</DeleteSelection>
            <Expand>Expand</Expand>
            <Collapse>Collapse</Collapse>
            <ExpandAll>Expand All</ExpandAll>
            <CollapseAll>Collapse All</CollapseAll>
            <PerformAdd>Perform Add</PerformAdd>
            <CancelAdd>Cancel Add</CancelAdd>
            <ApplyFilter>Apply All Filters</ApplyFilter>
            <ClearFilter>Clear All Filters</ClearFilter>
            <AddNewRow>Add New Row</AddNewRow>
            <PasteToNewRow>Paste from Clipboard</PasteToNewRow>
            <GotoFilterRow>Goto Filter Row</GotoFilterRow>
            <ClearFilterCell>Clear Filter from This Column</ClearFilterCell>
            <Refresh>Refresh Grid</Refresh>
            <LoadMore>Load More Data</LoadMore>
            <Export>Export Data</Export>
            <Help>Show Client Help</Help>
            <UndoChanges>Undo Changes</UndoChanges>
            <UndoAllChanges>Undo All Changes</UndoAllChanges>
            <AcceptAllChanges>Accept All Changes</AcceptAllChanges>
            <ReviewChanges>Review Changes...</ReviewChanges>
            <PasteMultipleRows>Paste Multiple Rows from Clipboard</PasteMultipleRows>
        </Row>
        <FilterSuggest>
            <ET>Equals {0}</ET>
            <NET>Does Not Equal {0}</NET>
            <Contain>Contains {0}</Contain>
            <NotContain>Does Not Contain {0}</NotContain>
            <LTET>Less Than or Equal To {0}</LTET>
            <GTET>Greater Than or Equal To {0}</GTET>
            <OnBefore>On or Before {0}</OnBefore>
            <OnAfter>On or After {0}</OnAfter>
            <Checked>Is Checked (True)</Checked>
            <NotChecked>Is Not Checked (False)</NotChecked>
            <Tomorrow>Tomorrow</Tomorrow>
            <Today>Today</Today>
            <Yesterday>Yesterday</Yesterday>
            <NextWeek>Next Week</NextWeek>
            <ThisWeek>This Week</ThisWeek>
            <LastWeek>Last Week</LastWeek>
            <NextMonth>Next Month</NextMonth>
            <ThisMonth>This Month</ThisMonth>
            <LastMonth>Last Month</LastMonth>
            <Past>Past</Past>
            <Future>Future</Future>
            <Blank>Blank</Blank>
        </FilterSuggest>
        <Filter>
            <NotSet>Not Set</NotSet>
            <GTET>Greater Than or Equals To</GTET>
            <GT>Greater Than</GT>
            <ET>Equals To</ET>
            <NET>Does Not Equal To</NET>
            <LTET>Less Than or Equals To</LTET>
            <LT>Less Than</LT>
            <Like>Like</Like>
            <NotLike>Does Not Like</NotLike>
            <Contain>Contains</Contain>
            <NotContain>Does Not Contain</NotContain>
            <Between>Is Between</Between>
            <NotBetween>Is Not Between</NotBetween>
            <IsNull>Is Null</IsNull>
            <NotIsNull>Is Not Null</NotIsNull>
            <IsEmpty>Is Empty</IsEmpty>
            <NotIsEmpty>Is Not Empty</NotIsEmpty>
            <ApplyAll>Apply All Filters</ApplyAll>
            <Clear>Clear This Filter</Clear>
            <ClearAll>Clear All Filters</ClearAll>
        </Filter>
        <Export>
            <ExportRoot>Export root table</ExportRoot>
            <ExportChild>Export selected child table</ExportChild>
            <Portrait>Portrait</Portrait>
            <Landscape>Landscape</Landscape>
            <DoExport>Export now</DoExport>
        </Export>
        <Paging>
            <PageFormat>Page {0}</PageFormat>
        </Paging>
        <PendingChanges>
            <Review>Review Changes...</Review>
            <Undo>Undo All Changes</Undo>
            <Accept>Accept All Changes</Accept>
        </PendingChanges>
        <Custom description="Add your row custom menu text here">
            <CustomText1>
            </CustomText1>
            <CustomText2>
            </CustomText2>
        </Custom>
    </ContextMenu>
    <Charting>
        <Loading>Loading Chart...</Loading>

        <DropFilterField>Drop Filter Fields Here</DropFilterField>
        <DropDataField>Drop Data Fields Here</DropDataField>
        <DropSeriesField>Drop Series Fields Here</DropSeriesField>
        <DropCategoryField>Drop Category Fields Here</DropCategoryField>

        <DropXData>X Data</DropXData>
        <DropYData>Y Data</DropYData>
        <DropBubbleData>Bubble Data</DropBubbleData>
        <DropHighData>High Data</DropHighData>
        <DropLowData>Low Data</DropLowData>
        <DropOpenData>Open Data</DropOpenData>
        <DropCloseData>Close Data</DropCloseData>
        <DropThetaData>Theta Data</DropThetaData>
        <DropRadiusData>Radius Data</DropRadiusData>

        <ShowHideRibbon>Show / Hide</ShowHideRibbon>
        <FilterSortRibbon>Filter / Sort</FilterSortRibbon>
        <ChartRibbon>Chart</ChartRibbon>
        <TitlesRibbon>Titles</TitlesRibbon>

        <FieldListButton>Field List</FieldListButton>
        <DropZoneButton>Drop Zone</DropZoneButton>
        <LegendButton>Legend</LegendButton>
        <AutoFilterButton><![CDATA[Auto<br/>Filter]]></AutoFilterButton>
        <AscendingButton>Ascending</AscendingButton>
        <DescendingButton>Descending</DescendingButton>
        <ChartTypeButton><![CDATA[Chart<br/>Type]]></ChartTypeButton>
        <SwitchRowColumnButton>Switch Row/Column</SwitchRowColumnButton>
        <UpdateButton>Update</UpdateButton>

        <TitleXAxis>X Axis :</TitleXAxis>
        <TitleYAxis>Y Axis :</TitleYAxis>
        <TitleZAxis>Z Axis :</TitleZAxis>

        <ErrorDuplicateData>Current PivotData already existed in PivotData Collection</ErrorDuplicateData>
        <ErrorAddToData>Cannot add this field to Drop Data</ErrorAddToData>
        <ErrorAddToFilter>Cannot add this field to Drop Filter</ErrorAddToFilter>
        <ErrorAddToCategory>Cannot add this field to Drop Category</ErrorAddToCategory>
        <ErrorAddToSeries>Cannot add this field to Drop Series</ErrorAddToSeries>
    </Charting>
</Localization>