C# 클래스 Composite.Core.ResourceSystem.LocalizationFiles.Composite_Management

파일 보기 프로젝트 열기: Orckestra/C1-CMS

공개 메소드들

메소드 설명
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}..."

비공개 메소드들

메소드 설명
T ( string key ) : string

메소드 상세

AspNetUiControl_Selector_NoMatchesFor() 공개 정적인 메소드

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

DataInterfaceValidator_NotAcceptedType() 공개 정적인 메소드

"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
리턴 string

DataInterfaceValidator_NotValidIDataInterface() 공개 정적인 메소드

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

DataInterfaceValidator_TypeDoesNotImplementInterface() 공개 정적인 메소드

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

DataInterfaceValidator_TypeNotAnInterface() 공개 정적인 메소드

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

Duplication_Text() 공개 정적인 메소드

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

LoginWebRequestHandler_Header() 공개 정적인 메소드

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

LoginWebRequestHandler_UserNameNotRegistered() 공개 정적인 메소드

"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
리턴 string

MediaFileProviderElementProvider_FileAlreadyExistsMessage() 공개 정적인 메소드

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

ServerLog_LogEntriesRemovedBrowserViewLabel() 공개 정적인 메소드

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

ServerLog_LogEntriesRemovedLabel() 공개 정적인 메소드

"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
리턴 string

Validation_DateTime_InvalidDateFormat() 공개 정적인 메소드

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

Validation_Decimal_SymbolsAfterPointAllowed() 공개 정적인 메소드

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

Validation_Decimal_SymbolsBeforePointAllowed() 공개 정적인 메소드

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

Validation_StringLength_Max() 공개 정적인 메소드

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

Validation_StringLength_Min() 공개 정적인 메소드

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

Website_App_LimitedElementsShown() 공개 정적인 메소드

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

Website_App_StatusBar_Loading() 공개 정적인 메소드

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

Website_App_StatusBar_Opening() 공개 정적인 메소드

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

Website_App_StatusBar_Refreshing() 공개 정적인 메소드

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