C# Class Composite.Core.ResourceSystem.LocalizationFiles.Composite_Management

ファイルを表示 Open project: Orckestra/C1-CMS

Public Methods

Method Description
AspNetUiControl_Selector_NoMatchesFor ( object parameter0 ) : string

"No matches for '{0}'"

DataInterfaceValidator_NotAcceptedType ( object parameter0, object parameter1 ) : string

"The property {0} on the interface type {1} is not a accepted type."

DataInterfaceValidator_NotValidIDataInterface ( object parameter0 ) : string

"The interface {0} is not a valid IData interface."

DataInterfaceValidator_TypeDoesNotImplementInterface ( object parameter0, object parameter1 ) : string

"The interface type {0} does not implement the interface {1}."

DataInterfaceValidator_TypeNotAnInterface ( object parameter0 ) : string

"The type {0} is not an interface."

Duplication_Text ( object parameter0 ) : string

"Copy{count} of {0}"

LoginWebRequestHandler_Header ( object parameter0 ) : string

"Login to {0}"

LoginWebRequestHandler_UserNameNotRegistered ( object parameter0, object parameter1 ) : string

"The supplied Windows login, {0}\{1} is not registered in the user database. You must use a different login."

MediaFileProviderElementProvider_FileAlreadyExistsMessage ( object parameter0, object parameter1 ) : string

"File '{0}' already exists in folder '{1}'"

ServerLog_LogEntriesRemovedBrowserViewLabel ( object parameter0 ) : string

"Only the {0} most recent log entries are shown. Open the log for more entries."

ServerLog_LogEntriesRemovedLabel ( object parameter0, object parameter1 ) : string

"Only the {0} most recent log entries are shown. {1} entries exists for the current search. Either narrow the search or use the log viewer tool from http://docs.composite.net/Configuration/Logging for full log access."

Validation_DateTime_InvalidDateFormat ( object parameter0, object parameter1 ) : string

"Invalid date string: '{0}'. Use the format '{1}'."

Validation_Decimal_SymbolsAfterPointAllowed ( object parameter0 ) : string

"Only {0} digit(s) after decimal point allowed"

Validation_Decimal_SymbolsBeforePointAllowed ( object parameter0 ) : string

"Only {0} digit(s) before decimal point allowed"

Validation_StringLength_Max ( object parameter0 ) : string

"{0} characters maximum"

Validation_StringLength_Min ( object parameter0 ) : string

"{0} characters minimum"

Website_App_LimitedElementsShown ( object parameter0 ) : string

"Only first {0} elements are shown in the tree."

Website_App_StatusBar_Loading ( object parameter0 ) : string

"Loading {0}..."

Website_App_StatusBar_Opening ( object parameter0 ) : string

"Opening {0}..."

Website_App_StatusBar_Refreshing ( object parameter0 ) : string

"Refreshing {0}..."

Private Methods

Method Description
T ( string key ) : string

Method Details

AspNetUiControl_Selector_NoMatchesFor() public static method

"No matches for '{0}'"
public static AspNetUiControl_Selector_NoMatchesFor ( object parameter0 ) : string
parameter0 object
return string

DataInterfaceValidator_NotAcceptedType() public static method

"The property {0} on the interface type {1} is not a accepted type."
public static DataInterfaceValidator_NotAcceptedType ( object parameter0, object parameter1 ) : string
parameter0 object
parameter1 object
return string

DataInterfaceValidator_NotValidIDataInterface() public static method

"The interface {0} is not a valid IData interface."
public static DataInterfaceValidator_NotValidIDataInterface ( object parameter0 ) : string
parameter0 object
return string

DataInterfaceValidator_TypeDoesNotImplementInterface() public static method

"The interface type {0} does not implement the interface {1}."
public static DataInterfaceValidator_TypeDoesNotImplementInterface ( object parameter0, object parameter1 ) : string
parameter0 object
parameter1 object
return string

DataInterfaceValidator_TypeNotAnInterface() public static method

"The type {0} is not an interface."
public static DataInterfaceValidator_TypeNotAnInterface ( object parameter0 ) : string
parameter0 object
return string

Duplication_Text() public static method

"Copy{count} of {0}"
public static Duplication_Text ( object parameter0 ) : string
parameter0 object
return string

LoginWebRequestHandler_Header() public static method

"Login to {0}"
public static LoginWebRequestHandler_Header ( object parameter0 ) : string
parameter0 object
return string

LoginWebRequestHandler_UserNameNotRegistered() public static method

"The supplied Windows login, {0}\{1} is not registered in the user database. You must use a different login."
public static LoginWebRequestHandler_UserNameNotRegistered ( object parameter0, object parameter1 ) : string
parameter0 object
parameter1 object
return string

MediaFileProviderElementProvider_FileAlreadyExistsMessage() public static method

"File '{0}' already exists in folder '{1}'"
public static MediaFileProviderElementProvider_FileAlreadyExistsMessage ( object parameter0, object parameter1 ) : string
parameter0 object
parameter1 object
return string

ServerLog_LogEntriesRemovedBrowserViewLabel() public static method

"Only the {0} most recent log entries are shown. Open the log for more entries."
public static ServerLog_LogEntriesRemovedBrowserViewLabel ( object parameter0 ) : string
parameter0 object
return string

ServerLog_LogEntriesRemovedLabel() public static method

"Only the {0} most recent log entries are shown. {1} entries exists for the current search. Either narrow the search or use the log viewer tool from http://docs.composite.net/Configuration/Logging for full log access."
public static ServerLog_LogEntriesRemovedLabel ( object parameter0, object parameter1 ) : string
parameter0 object
parameter1 object
return string

Validation_DateTime_InvalidDateFormat() public static method

"Invalid date string: '{0}'. Use the format '{1}'."
public static Validation_DateTime_InvalidDateFormat ( object parameter0, object parameter1 ) : string
parameter0 object
parameter1 object
return string

Validation_Decimal_SymbolsAfterPointAllowed() public static method

"Only {0} digit(s) after decimal point allowed"
public static Validation_Decimal_SymbolsAfterPointAllowed ( object parameter0 ) : string
parameter0 object
return string

Validation_Decimal_SymbolsBeforePointAllowed() public static method

"Only {0} digit(s) before decimal point allowed"
public static Validation_Decimal_SymbolsBeforePointAllowed ( object parameter0 ) : string
parameter0 object
return string

Validation_StringLength_Max() public static method

"{0} characters maximum"
public static Validation_StringLength_Max ( object parameter0 ) : string
parameter0 object
return string

Validation_StringLength_Min() public static method

"{0} characters minimum"
public static Validation_StringLength_Min ( object parameter0 ) : string
parameter0 object
return string

Website_App_LimitedElementsShown() public static method

"Only first {0} elements are shown in the tree."
public static Website_App_LimitedElementsShown ( object parameter0 ) : string
parameter0 object
return string

Website_App_StatusBar_Loading() public static method

"Loading {0}..."
public static Website_App_StatusBar_Loading ( object parameter0 ) : string
parameter0 object
return string

Website_App_StatusBar_Opening() public static method

"Opening {0}..."
public static Website_App_StatusBar_Opening ( object parameter0 ) : string
parameter0 object
return string

Website_App_StatusBar_Refreshing() public static method

"Refreshing {0}..."
public static Website_App_StatusBar_Refreshing ( object parameter0 ) : string
parameter0 object
return string