C# 클래스 MonoSoftware.MonoX.Resources.GlobalText

파일 보기 프로젝트 열기: MonoSoftware/MonoX-Localization-Resources

Private Properties

프로퍼티 타입 설명
GlobalText System

공개 메소드들

메소드 설명
ByFormat ( ) : string

The stub formatting method returning the By property value.

CacheTimeFormat ( object arg0 ) : string

Formats a localized string similar to 'Cached for {0} seconds.'.

CancelFormat ( ) : string

The stub formatting method returning the Cancel property value.

CloseFormat ( ) : string

The stub formatting method returning the Close property value.

Confirmation_FriendshipRequestSuccessFormat ( ) : string

The stub formatting method returning the Confirmation_FriendshipRequestSuccess property value.

Confirmation_GeneralErrorMessageFormat ( ) : string

The stub formatting method returning the Confirmation_GeneralErrorMessage property value.

Confirmation_GroupRequestSuccessFormat ( ) : string

The stub formatting method returning the Confirmation_GroupRequestSuccess property value.

Confirmation_RequestErrorTextFormat ( ) : string

The stub formatting method returning the Confirmation_RequestErrorText property value.

Confirmation_RequestErrorTitleFormat ( ) : string

The stub formatting method returning the Confirmation_RequestErrorTitle property value.

CopyFormat ( ) : string

The stub formatting method returning the Copy property value.

CutFormat ( ) : string

The stub formatting method returning the Cut property value.

DeleteConfirmationFormat ( ) : string

The stub formatting method returning the DeleteConfirmation property value.

DeleteFormat ( ) : string

The stub formatting method returning the Delete property value.

DescriptionFormat ( ) : string

The stub formatting method returning the Description property value.

EditFormat ( ) : string

The stub formatting method returning the Edit property value.

EmailNoReplyFormat ( ) : string

The stub formatting method returning the EmailNoReply property value.

ErrorFormat ( ) : string

The stub formatting method returning the Error property value.

FirstFormat ( ) : string

The stub formatting method returning the First property value.

FromFormat ( ) : string

The stub formatting method returning the From property value.

InsertFormat ( ) : string

The stub formatting method returning the Insert property value.

LastFormat ( ) : string

The stub formatting method returning the Last property value.

MailSendErrorFormat ( ) : string

The stub formatting method returning the MailSendError property value.

MailSendSuccessFormat ( ) : string

The stub formatting method returning the MailSendSuccess property value.

MoveDownFormat ( ) : string

The stub formatting method returning the MoveDown property value.

MoveUpFormat ( ) : string

The stub formatting method returning the MoveUp property value.

NameFormat ( ) : string

The stub formatting method returning the Name property value.

NewFolderFormat ( ) : string

The stub formatting method returning the NewFolder property value.

NewFormat ( ) : string

The stub formatting method returning the New property value.

NewPageFormat ( ) : string

The stub formatting method returning the NewPage property value.

NextFormat ( ) : string

The stub formatting method returning the Next property value.

NextGroupFormat ( ) : string

The stub formatting method returning the NextGroup property value.

NoActionPermissionsFormat ( ) : string

The stub formatting method returning the NoActionPermissions property value.

NoFormat ( ) : string

The stub formatting method returning the No property value.

NoPreferenceFormat ( ) : string

The stub formatting method returning the NoPreference property value.

OKFormat ( ) : string

The stub formatting method returning the OK property value.

OfFormat ( ) : string

The stub formatting method returning the Of property value.

OpenFormat ( ) : string

The stub formatting method returning the Open property value.

PageFormat ( ) : string

The stub formatting method returning the Page property value.

PagePropertiesFormat ( ) : string

The stub formatting method returning the PageProperties property value.

PasteAfterFormat ( ) : string

The stub formatting method returning the PasteAfter property value.

PasteBeforeFormat ( ) : string

The stub formatting method returning the PasteBefore property value.

PasteFormat ( ) : string

The stub formatting method returning the Paste property value.

PoweredByMonoXFormat ( ) : string

The stub formatting method returning the PoweredByMonoX property value.

PreviousFormat ( ) : string

The stub formatting method returning the Previous property value.

PreviousGroupFormat ( ) : string

The stub formatting method returning the PreviousGroup property value.

PropertiesFormat ( ) : string

The stub formatting method returning the Properties property value.

ReOpenFormat ( ) : string

The stub formatting method returning the ReOpen property value.

RenameFormat ( ) : string

The stub formatting method returning the Rename property value.

RolesFormat ( ) : string

The stub formatting method returning the Roles property value.

SaveFormat ( ) : string

The stub formatting method returning the Save property value.

TitleFormat ( ) : string

The stub formatting method returning the Title property value.

UpdateFormat ( ) : string

The stub formatting method returning the Update property value.

UploadFormat ( ) : string

The stub formatting method returning the Upload property value.

ValidationSummary_HeaderTextFormat ( ) : string

The stub formatting method returning the ValidationSummary_HeaderText property value.

ViewFormat ( ) : string

The stub formatting method returning the View property value.

YesFormat ( ) : string

The stub formatting method returning the Yes property value.

testFormat ( ) : string

The stub formatting method returning the test property value.

비공개 메소드들

메소드 설명
GlobalText ( ) : System

메소드 상세

ByFormat() 공개 정적인 메소드

The stub formatting method returning the By property value.
public static ByFormat ( ) : string
리턴 string

CacheTimeFormat() 공개 정적인 메소드

Formats a localized string similar to 'Cached for {0} seconds.'.
public static CacheTimeFormat ( object arg0 ) : string
arg0 object An object (0) to format.
리턴 string

CancelFormat() 공개 정적인 메소드

The stub formatting method returning the Cancel property value.
public static CancelFormat ( ) : string
리턴 string

CloseFormat() 공개 정적인 메소드

The stub formatting method returning the Close property value.
public static CloseFormat ( ) : string
리턴 string

Confirmation_FriendshipRequestSuccessFormat() 공개 정적인 메소드

The stub formatting method returning the Confirmation_FriendshipRequestSuccess property value.
public static Confirmation_FriendshipRequestSuccessFormat ( ) : string
리턴 string

Confirmation_GeneralErrorMessageFormat() 공개 정적인 메소드

The stub formatting method returning the Confirmation_GeneralErrorMessage property value.
public static Confirmation_GeneralErrorMessageFormat ( ) : string
리턴 string

Confirmation_GroupRequestSuccessFormat() 공개 정적인 메소드

The stub formatting method returning the Confirmation_GroupRequestSuccess property value.
public static Confirmation_GroupRequestSuccessFormat ( ) : string
리턴 string

Confirmation_RequestErrorTextFormat() 공개 정적인 메소드

The stub formatting method returning the Confirmation_RequestErrorText property value.
public static Confirmation_RequestErrorTextFormat ( ) : string
리턴 string

Confirmation_RequestErrorTitleFormat() 공개 정적인 메소드

The stub formatting method returning the Confirmation_RequestErrorTitle property value.
public static Confirmation_RequestErrorTitleFormat ( ) : string
리턴 string

CopyFormat() 공개 정적인 메소드

The stub formatting method returning the Copy property value.
public static CopyFormat ( ) : string
리턴 string

CutFormat() 공개 정적인 메소드

The stub formatting method returning the Cut property value.
public static CutFormat ( ) : string
리턴 string

DeleteConfirmationFormat() 공개 정적인 메소드

The stub formatting method returning the DeleteConfirmation property value.
public static DeleteConfirmationFormat ( ) : string
리턴 string

DeleteFormat() 공개 정적인 메소드

The stub formatting method returning the Delete property value.
public static DeleteFormat ( ) : string
리턴 string

DescriptionFormat() 공개 정적인 메소드

The stub formatting method returning the Description property value.
public static DescriptionFormat ( ) : string
리턴 string

EditFormat() 공개 정적인 메소드

The stub formatting method returning the Edit property value.
public static EditFormat ( ) : string
리턴 string

EmailNoReplyFormat() 공개 정적인 메소드

The stub formatting method returning the EmailNoReply property value.
public static EmailNoReplyFormat ( ) : string
리턴 string

ErrorFormat() 공개 정적인 메소드

The stub formatting method returning the Error property value.
public static ErrorFormat ( ) : string
리턴 string

FirstFormat() 공개 정적인 메소드

The stub formatting method returning the First property value.
public static FirstFormat ( ) : string
리턴 string

FromFormat() 공개 정적인 메소드

The stub formatting method returning the From property value.
public static FromFormat ( ) : string
리턴 string

InsertFormat() 공개 정적인 메소드

The stub formatting method returning the Insert property value.
public static InsertFormat ( ) : string
리턴 string

LastFormat() 공개 정적인 메소드

The stub formatting method returning the Last property value.
public static LastFormat ( ) : string
리턴 string

MailSendErrorFormat() 공개 정적인 메소드

The stub formatting method returning the MailSendError property value.
public static MailSendErrorFormat ( ) : string
리턴 string

MailSendSuccessFormat() 공개 정적인 메소드

The stub formatting method returning the MailSendSuccess property value.
public static MailSendSuccessFormat ( ) : string
리턴 string

MoveDownFormat() 공개 정적인 메소드

The stub formatting method returning the MoveDown property value.
public static MoveDownFormat ( ) : string
리턴 string

MoveUpFormat() 공개 정적인 메소드

The stub formatting method returning the MoveUp property value.
public static MoveUpFormat ( ) : string
리턴 string

NameFormat() 공개 정적인 메소드

The stub formatting method returning the Name property value.
public static NameFormat ( ) : string
리턴 string

NewFolderFormat() 공개 정적인 메소드

The stub formatting method returning the NewFolder property value.
public static NewFolderFormat ( ) : string
리턴 string

NewFormat() 공개 정적인 메소드

The stub formatting method returning the New property value.
public static NewFormat ( ) : string
리턴 string

NewPageFormat() 공개 정적인 메소드

The stub formatting method returning the NewPage property value.
public static NewPageFormat ( ) : string
리턴 string

NextFormat() 공개 정적인 메소드

The stub formatting method returning the Next property value.
public static NextFormat ( ) : string
리턴 string

NextGroupFormat() 공개 정적인 메소드

The stub formatting method returning the NextGroup property value.
public static NextGroupFormat ( ) : string
리턴 string

NoActionPermissionsFormat() 공개 정적인 메소드

The stub formatting method returning the NoActionPermissions property value.
public static NoActionPermissionsFormat ( ) : string
리턴 string

NoFormat() 공개 정적인 메소드

The stub formatting method returning the No property value.
public static NoFormat ( ) : string
리턴 string

NoPreferenceFormat() 공개 정적인 메소드

The stub formatting method returning the NoPreference property value.
public static NoPreferenceFormat ( ) : string
리턴 string

OKFormat() 공개 정적인 메소드

The stub formatting method returning the OK property value.
public static OKFormat ( ) : string
리턴 string

OfFormat() 공개 정적인 메소드

The stub formatting method returning the Of property value.
public static OfFormat ( ) : string
리턴 string

OpenFormat() 공개 정적인 메소드

The stub formatting method returning the Open property value.
public static OpenFormat ( ) : string
리턴 string

PageFormat() 공개 정적인 메소드

The stub formatting method returning the Page property value.
public static PageFormat ( ) : string
리턴 string

PagePropertiesFormat() 공개 정적인 메소드

The stub formatting method returning the PageProperties property value.
public static PagePropertiesFormat ( ) : string
리턴 string

PasteAfterFormat() 공개 정적인 메소드

The stub formatting method returning the PasteAfter property value.
public static PasteAfterFormat ( ) : string
리턴 string

PasteBeforeFormat() 공개 정적인 메소드

The stub formatting method returning the PasteBefore property value.
public static PasteBeforeFormat ( ) : string
리턴 string

PasteFormat() 공개 정적인 메소드

The stub formatting method returning the Paste property value.
public static PasteFormat ( ) : string
리턴 string

PoweredByMonoXFormat() 공개 정적인 메소드

The stub formatting method returning the PoweredByMonoX property value.
public static PoweredByMonoXFormat ( ) : string
리턴 string

PreviousFormat() 공개 정적인 메소드

The stub formatting method returning the Previous property value.
public static PreviousFormat ( ) : string
리턴 string

PreviousGroupFormat() 공개 정적인 메소드

The stub formatting method returning the PreviousGroup property value.
public static PreviousGroupFormat ( ) : string
리턴 string

PropertiesFormat() 공개 정적인 메소드

The stub formatting method returning the Properties property value.
public static PropertiesFormat ( ) : string
리턴 string

ReOpenFormat() 공개 정적인 메소드

The stub formatting method returning the ReOpen property value.
public static ReOpenFormat ( ) : string
리턴 string

RenameFormat() 공개 정적인 메소드

The stub formatting method returning the Rename property value.
public static RenameFormat ( ) : string
리턴 string

RolesFormat() 공개 정적인 메소드

The stub formatting method returning the Roles property value.
public static RolesFormat ( ) : string
리턴 string

SaveFormat() 공개 정적인 메소드

The stub formatting method returning the Save property value.
public static SaveFormat ( ) : string
리턴 string

TitleFormat() 공개 정적인 메소드

The stub formatting method returning the Title property value.
public static TitleFormat ( ) : string
리턴 string

UpdateFormat() 공개 정적인 메소드

The stub formatting method returning the Update property value.
public static UpdateFormat ( ) : string
리턴 string

UploadFormat() 공개 정적인 메소드

The stub formatting method returning the Upload property value.
public static UploadFormat ( ) : string
리턴 string

ValidationSummary_HeaderTextFormat() 공개 정적인 메소드

The stub formatting method returning the ValidationSummary_HeaderText property value.
public static ValidationSummary_HeaderTextFormat ( ) : string
리턴 string

ViewFormat() 공개 정적인 메소드

The stub formatting method returning the View property value.
public static ViewFormat ( ) : string
리턴 string

YesFormat() 공개 정적인 메소드

The stub formatting method returning the Yes property value.
public static YesFormat ( ) : string
리턴 string

testFormat() 공개 정적인 메소드

The stub formatting method returning the test property value.
public static testFormat ( ) : string
리턴 string