C# 클래스 MediaPortal.Plugins.MovingPictures.MainUI.Translation

파일 보기 프로젝트 열기: damienhaynes/moving-pictures

공개 프로퍼티들

프로퍼티 타입 설명
Actor string
Actors string
AllFiles string
AllMovies string
AspectRatio string
AudioChannels string
AudioFormat string
Backdrop string
BadCategory string
BadMovie string
BadParam string
BeginsWith string
BelongsToCollection string
Cancel string
CannotDeleteOffline string
CannotDeleteReadOnly string
CastAndCrew string
CategoryEmptyDescription string
CategoryEmptyHeader string
Certification string
ChangeLayout string
ChangeView string
CheckForMissingArtwork string
Collection string
Collections string
Completed string
CompletedFiles string
ContinueToNextPartBody string
ContinueToNextPartHeader string
Cover string
CoverFlowLayout string
CoverFlowView string
CycleCoverArt string
CycleLayout string
CycleView string
DateAdded string
DateDay string
DateDays string
DateMonth string
DateMonths string
DatePartAgo string
DatePartWithinDays string
DatePartWithinMonths string
DatePartWithinWeeks string
DatePartWithinYears string
DateWeek string
DateWeeks string
DateYear string
DateYears string
DecadeShort string
DeleteFailed string
DeleteMovie string
Director string
Directors string
DoYouWantToDelete string
DownAbbreviation string
EarlierThisYear string
Error string
FailedMountingImage string
FilePath string
FileSize string
FilesNeedingAttention string
FilmstripLayout string
FilmstripView string
FilterBy string
FrameRate string
Friday string
Future string
Genre string
Genres string
GlobalActions string
IgnoreMovie string
ImdbId string
Importer string
ImporterDisabled string
ImporterDisabledMessage string
ImporterPending string
InfoUrl string
InvalidPin string
InvalidVideoDiscFormat string
Language string
LargeThumbnailLayout string
LargeThumbnailView string
LastMonth string
LastWeek string
LastYear string
ListLayout string
ListView string
LockRestrictedMovies string
MarkAsUnwatched string
MarkAsWatched string
MediaInfo string
MediaIsMissing string
MediaNotAvailableBody string
MediaNotAvailableHeader string
MediaType string
Missing string
MissingExternalPlayerExe string
Monday string
MonthName1 string
MonthName10 string
MonthName11 string
MonthName12 string
MonthName2 string
MonthName3 string
MonthName4 string
MonthName5 string
MonthName6 string
MonthName7 string
MonthName8 string
MonthName9 string
Movie string
MovieDetails string
MovieOptions string
Movies string
NoImportPathsBody string
NoImportPathsHeading string
Older string
Overview string
ParentalControlsDisabled string
PinCodeHeader string
PinCodePrompt string
PlayCount string
PlayMovie string
PlaybackFailed string
PlaybackFailedHeader string
PossibleMatches string
ProblemLoadingSkinFile string
Rate string
RateFiveStarFive string
RateFiveStarFour string
RateFiveStarOne string
RateFiveStarThree string
RateFiveStarTwo string
RateHeading string
Rated string
RecentlyAddedMovies string
ReleaseDate string
RemoteNumericAlphabet0 string
RemoteNumericAlphabet1 string
RemoteNumericAlphabet2 string
RemoteNumericAlphabet3 string
RemoteNumericAlphabet4 string
RemoteNumericAlphabet5 string
RemoteNumericAlphabet6 string
RemoteNumericAlphabet7 string
RemoteNumericAlphabet8 string
RemoteNumericAlphabet9 string
Resolution string
RestoreIgnoredFiles string
ResumeFrom string
ResumeFromLast string
Retry string
Runtime string
RuntimeHour string
RuntimeHours string
RuntimeLong string
RuntimeLongExtended string
RuntimeMinute string
RuntimeMinutes string
RuntimeSecond string
RuntimeSeconds string
RuntimeShort string
RuntimeShortExtended string
Saturday string
ScanForNewMovies string
Score string
Search string
SearchBy string
SearchForMore string
SearchNoResults string
SelectCorrectMovie string
SelectYourRating string
SendToImporter string
ShowOnlyUnwatchedMovies string
ShowWatchedAndUnwatchedMovies string
SkinDoesNotSupportCategories string
SkinDoesNotSupportImporter string
SkinDoesNotSupportPinDialog string
SkinDoesNotSupportRatingDialog string
SortBy string
SortDirection string
Source string
StarRating string
Start string
Sunday string
TechnicalInfo string
Theme string
ThisMonth string
ThisWeek string
ThisYear string
ThreeMonthsAgo string
ThreeWeeksAgo string
ThumbnailLayout string
ThumbnailView string
Thursday string
Title string
Today string
ToggleParentalLock string
Tuesday string
TwoMonthsAgo string
TwoWeeksAgo string
Unknown string
UnlockRestrictedMovies string
UnwatchedMovies string
UpAbbreviation string
UpdateDetailsFromOnline string
UpdateMovieDetailsBody string
UpdateMovieDetailsHeader string
VideoFormat string
ViewMovieDetails string
VirtualDriveHeader string
VirtualDriveMessage string
Votes string
WatchedCount string
Wednesday string
Writer string
Writers string
Year string
Yesterday string

공개 메소드들

메소드 설명
GetByName ( string name ) : string
LoadTranslations ( string lang ) : int
ParseString ( string input ) : string

Takes an input string and replaces all ${named} variables with the proper translation if available

비공개 메소드들

메소드 설명
Translation ( ) : System

메소드 상세

GetByName() 공개 정적인 메소드

public static GetByName ( string name ) : string
name string
리턴 string

LoadTranslations() 공개 정적인 메소드

public static LoadTranslations ( string lang ) : int
lang string
리턴 int

ParseString() 공개 정적인 메소드

Takes an input string and replaces all ${named} variables with the proper translation if available
public static ParseString ( string input ) : string
input string a string containing ${named} variables that represent the translation keys
리턴 string

프로퍼티 상세

Actor 공개적으로 정적으로 프로퍼티

These will be loaded with the language files content if the selected lang file is not found, it will first try to load en(us).xml as a backup if that also fails it will use the hardcoded strings as a last resort.
public static string Actor
리턴 string

Actors 공개적으로 정적으로 프로퍼티

public static string Actors
리턴 string

AllFiles 공개적으로 정적으로 프로퍼티

public static string AllFiles
리턴 string

AllMovies 공개적으로 정적으로 프로퍼티

public static string AllMovies
리턴 string

AspectRatio 공개적으로 정적으로 프로퍼티

public static string AspectRatio
리턴 string

AudioChannels 공개적으로 정적으로 프로퍼티

public static string AudioChannels
리턴 string

AudioFormat 공개적으로 정적으로 프로퍼티

public static string AudioFormat
리턴 string

Backdrop 공개적으로 정적으로 프로퍼티

public static string Backdrop
리턴 string

BadCategory 공개적으로 정적으로 프로퍼티

public static string BadCategory
리턴 string

BadMovie 공개적으로 정적으로 프로퍼티

public static string BadMovie
리턴 string

BadParam 공개적으로 정적으로 프로퍼티

public static string BadParam
리턴 string

BeginsWith 공개적으로 정적으로 프로퍼티

public static string BeginsWith
리턴 string

BelongsToCollection 공개적으로 정적으로 프로퍼티

public static string BelongsToCollection
리턴 string

Cancel 공개적으로 정적으로 프로퍼티

public static string Cancel
리턴 string

CannotDeleteOffline 공개적으로 정적으로 프로퍼티

public static string CannotDeleteOffline
리턴 string

CannotDeleteReadOnly 공개적으로 정적으로 프로퍼티

public static string CannotDeleteReadOnly
리턴 string

CastAndCrew 공개적으로 정적으로 프로퍼티

public static string CastAndCrew
리턴 string

CategoryEmptyDescription 공개적으로 정적으로 프로퍼티

public static string CategoryEmptyDescription
리턴 string

CategoryEmptyHeader 공개적으로 정적으로 프로퍼티

public static string CategoryEmptyHeader
리턴 string

Certification 공개적으로 정적으로 프로퍼티

public static string Certification
리턴 string

ChangeLayout 공개적으로 정적으로 프로퍼티

public static string ChangeLayout
리턴 string

ChangeView 공개적으로 정적으로 프로퍼티

public static string ChangeView
리턴 string

CheckForMissingArtwork 공개적으로 정적으로 프로퍼티

public static string CheckForMissingArtwork
리턴 string

Collection 공개적으로 정적으로 프로퍼티

public static string Collection
리턴 string

Collections 공개적으로 정적으로 프로퍼티

public static string Collections
리턴 string

Completed 공개적으로 정적으로 프로퍼티

public static string Completed
리턴 string

CompletedFiles 공개적으로 정적으로 프로퍼티

public static string CompletedFiles
리턴 string

ContinueToNextPartBody 공개적으로 정적으로 프로퍼티

public static string ContinueToNextPartBody
리턴 string

ContinueToNextPartHeader 공개적으로 정적으로 프로퍼티

public static string ContinueToNextPartHeader
리턴 string

Cover 공개적으로 정적으로 프로퍼티

public static string Cover
리턴 string

CoverFlowLayout 공개적으로 정적으로 프로퍼티

public static string CoverFlowLayout
리턴 string

CoverFlowView 공개적으로 정적으로 프로퍼티

public static string CoverFlowView
리턴 string

CycleCoverArt 공개적으로 정적으로 프로퍼티

public static string CycleCoverArt
리턴 string

CycleLayout 공개적으로 정적으로 프로퍼티

public static string CycleLayout
리턴 string

CycleView 공개적으로 정적으로 프로퍼티

public static string CycleView
리턴 string

DateAdded 공개적으로 정적으로 프로퍼티

public static string DateAdded
리턴 string

DateDay 공개적으로 정적으로 프로퍼티

public static string DateDay
리턴 string

DateDays 공개적으로 정적으로 프로퍼티

public static string DateDays
리턴 string

DateMonth 공개적으로 정적으로 프로퍼티

public static string DateMonth
리턴 string

DateMonths 공개적으로 정적으로 프로퍼티

public static string DateMonths
리턴 string

DatePartAgo 공개적으로 정적으로 프로퍼티

public static string DatePartAgo
리턴 string

DatePartWithinDays 공개적으로 정적으로 프로퍼티

public static string DatePartWithinDays
리턴 string

DatePartWithinMonths 공개적으로 정적으로 프로퍼티

public static string DatePartWithinMonths
리턴 string

DatePartWithinWeeks 공개적으로 정적으로 프로퍼티

public static string DatePartWithinWeeks
리턴 string

DatePartWithinYears 공개적으로 정적으로 프로퍼티

public static string DatePartWithinYears
리턴 string

DateWeek 공개적으로 정적으로 프로퍼티

public static string DateWeek
리턴 string

DateWeeks 공개적으로 정적으로 프로퍼티

public static string DateWeeks
리턴 string

DateYear 공개적으로 정적으로 프로퍼티

public static string DateYear
리턴 string

DateYears 공개적으로 정적으로 프로퍼티

public static string DateYears
리턴 string

DecadeShort 공개적으로 정적으로 프로퍼티

public static string DecadeShort
리턴 string

DeleteFailed 공개적으로 정적으로 프로퍼티

public static string DeleteFailed
리턴 string

DeleteMovie 공개적으로 정적으로 프로퍼티

public static string DeleteMovie
리턴 string

Director 공개적으로 정적으로 프로퍼티

public static string Director
리턴 string

Directors 공개적으로 정적으로 프로퍼티

public static string Directors
리턴 string

DoYouWantToDelete 공개적으로 정적으로 프로퍼티

public static string DoYouWantToDelete
리턴 string

DownAbbreviation 공개적으로 정적으로 프로퍼티

public static string DownAbbreviation
리턴 string

EarlierThisYear 공개적으로 정적으로 프로퍼티

public static string EarlierThisYear
리턴 string

Error 공개적으로 정적으로 프로퍼티

public static string Error
리턴 string

FailedMountingImage 공개적으로 정적으로 프로퍼티

public static string FailedMountingImage
리턴 string

FilePath 공개적으로 정적으로 프로퍼티

public static string FilePath
리턴 string

FileSize 공개적으로 정적으로 프로퍼티

public static string FileSize
리턴 string

FilesNeedingAttention 공개적으로 정적으로 프로퍼티

public static string FilesNeedingAttention
리턴 string

FilmstripLayout 공개적으로 정적으로 프로퍼티

public static string FilmstripLayout
리턴 string

FilmstripView 공개적으로 정적으로 프로퍼티

public static string FilmstripView
리턴 string

FilterBy 공개적으로 정적으로 프로퍼티

public static string FilterBy
리턴 string

FrameRate 공개적으로 정적으로 프로퍼티

public static string FrameRate
리턴 string

Friday 공개적으로 정적으로 프로퍼티

public static string Friday
리턴 string

Future 공개적으로 정적으로 프로퍼티

public static string Future
리턴 string

Genre 공개적으로 정적으로 프로퍼티

public static string Genre
리턴 string

Genres 공개적으로 정적으로 프로퍼티

public static string Genres
리턴 string

GlobalActions 공개적으로 정적으로 프로퍼티

public static string GlobalActions
리턴 string

IgnoreMovie 공개적으로 정적으로 프로퍼티

public static string IgnoreMovie
리턴 string

ImdbId 공개적으로 정적으로 프로퍼티

public static string ImdbId
리턴 string

Importer 공개적으로 정적으로 프로퍼티

public static string Importer
리턴 string

ImporterDisabled 공개적으로 정적으로 프로퍼티

public static string ImporterDisabled
리턴 string

ImporterDisabledMessage 공개적으로 정적으로 프로퍼티

public static string ImporterDisabledMessage
리턴 string

ImporterPending 공개적으로 정적으로 프로퍼티

public static string ImporterPending
리턴 string

InfoUrl 공개적으로 정적으로 프로퍼티

public static string InfoUrl
리턴 string

InvalidPin 공개적으로 정적으로 프로퍼티

public static string InvalidPin
리턴 string

InvalidVideoDiscFormat 공개적으로 정적으로 프로퍼티

public static string InvalidVideoDiscFormat
리턴 string

Language 공개적으로 정적으로 프로퍼티

public static string Language
리턴 string

LargeThumbnailLayout 공개적으로 정적으로 프로퍼티

public static string LargeThumbnailLayout
리턴 string

LargeThumbnailView 공개적으로 정적으로 프로퍼티

public static string LargeThumbnailView
리턴 string

LastMonth 공개적으로 정적으로 프로퍼티

public static string LastMonth
리턴 string

LastWeek 공개적으로 정적으로 프로퍼티

public static string LastWeek
리턴 string

LastYear 공개적으로 정적으로 프로퍼티

public static string LastYear
리턴 string

ListLayout 공개적으로 정적으로 프로퍼티

public static string ListLayout
리턴 string

ListView 공개적으로 정적으로 프로퍼티

public static string ListView
리턴 string

LockRestrictedMovies 공개적으로 정적으로 프로퍼티

public static string LockRestrictedMovies
리턴 string

MarkAsUnwatched 공개적으로 정적으로 프로퍼티

public static string MarkAsUnwatched
리턴 string

MarkAsWatched 공개적으로 정적으로 프로퍼티

public static string MarkAsWatched
리턴 string

MediaInfo 공개적으로 정적으로 프로퍼티

public static string MediaInfo
리턴 string

MediaIsMissing 공개적으로 정적으로 프로퍼티

public static string MediaIsMissing
리턴 string

MediaNotAvailableBody 공개적으로 정적으로 프로퍼티

public static string MediaNotAvailableBody
리턴 string

MediaNotAvailableHeader 공개적으로 정적으로 프로퍼티

public static string MediaNotAvailableHeader
리턴 string

MediaType 공개적으로 정적으로 프로퍼티

public static string MediaType
리턴 string

Missing 공개적으로 정적으로 프로퍼티

public static string Missing
리턴 string

MissingExternalPlayerExe 공개적으로 정적으로 프로퍼티

public static string MissingExternalPlayerExe
리턴 string

Monday 공개적으로 정적으로 프로퍼티

public static string Monday
리턴 string

MonthName1 공개적으로 정적으로 프로퍼티

public static string MonthName1
리턴 string

MonthName10 공개적으로 정적으로 프로퍼티

public static string MonthName10
리턴 string

MonthName11 공개적으로 정적으로 프로퍼티

public static string MonthName11
리턴 string

MonthName12 공개적으로 정적으로 프로퍼티

public static string MonthName12
리턴 string

MonthName2 공개적으로 정적으로 프로퍼티

public static string MonthName2
리턴 string

MonthName3 공개적으로 정적으로 프로퍼티

public static string MonthName3
리턴 string

MonthName4 공개적으로 정적으로 프로퍼티

public static string MonthName4
리턴 string

MonthName5 공개적으로 정적으로 프로퍼티

public static string MonthName5
리턴 string

MonthName6 공개적으로 정적으로 프로퍼티

public static string MonthName6
리턴 string

MonthName7 공개적으로 정적으로 프로퍼티

public static string MonthName7
리턴 string

MonthName8 공개적으로 정적으로 프로퍼티

public static string MonthName8
리턴 string

MonthName9 공개적으로 정적으로 프로퍼티

public static string MonthName9
리턴 string

Movie 공개적으로 정적으로 프로퍼티

public static string Movie
리턴 string

MovieDetails 공개적으로 정적으로 프로퍼티

public static string MovieDetails
리턴 string

MovieOptions 공개적으로 정적으로 프로퍼티

public static string MovieOptions
리턴 string

Movies 공개적으로 정적으로 프로퍼티

public static string Movies
리턴 string

NoImportPathsBody 공개적으로 정적으로 프로퍼티

public static string NoImportPathsBody
리턴 string

NoImportPathsHeading 공개적으로 정적으로 프로퍼티

public static string NoImportPathsHeading
리턴 string

Older 공개적으로 정적으로 프로퍼티

public static string Older
리턴 string

Overview 공개적으로 정적으로 프로퍼티

public static string Overview
리턴 string

ParentalControlsDisabled 공개적으로 정적으로 프로퍼티

public static string ParentalControlsDisabled
리턴 string

PinCodeHeader 공개적으로 정적으로 프로퍼티

public static string PinCodeHeader
리턴 string

PinCodePrompt 공개적으로 정적으로 프로퍼티

public static string PinCodePrompt
리턴 string

PlayCount 공개적으로 정적으로 프로퍼티

public static string PlayCount
리턴 string

PlayMovie 공개적으로 정적으로 프로퍼티

public static string PlayMovie
리턴 string

PlaybackFailed 공개적으로 정적으로 프로퍼티

public static string PlaybackFailed
리턴 string

PlaybackFailedHeader 공개적으로 정적으로 프로퍼티

public static string PlaybackFailedHeader
리턴 string

PossibleMatches 공개적으로 정적으로 프로퍼티

public static string PossibleMatches
리턴 string

ProblemLoadingSkinFile 공개적으로 정적으로 프로퍼티

public static string ProblemLoadingSkinFile
리턴 string

Rate 공개적으로 정적으로 프로퍼티

public static string Rate
리턴 string

RateFiveStarFive 공개적으로 정적으로 프로퍼티

public static string RateFiveStarFive
리턴 string

RateFiveStarFour 공개적으로 정적으로 프로퍼티

public static string RateFiveStarFour
리턴 string

RateFiveStarOne 공개적으로 정적으로 프로퍼티

public static string RateFiveStarOne
리턴 string

RateFiveStarThree 공개적으로 정적으로 프로퍼티

public static string RateFiveStarThree
리턴 string

RateFiveStarTwo 공개적으로 정적으로 프로퍼티

public static string RateFiveStarTwo
리턴 string

RateHeading 공개적으로 정적으로 프로퍼티

public static string RateHeading
리턴 string

Rated 공개적으로 정적으로 프로퍼티

public static string Rated
리턴 string

RecentlyAddedMovies 공개적으로 정적으로 프로퍼티

public static string RecentlyAddedMovies
리턴 string

ReleaseDate 공개적으로 정적으로 프로퍼티

public static string ReleaseDate
리턴 string

RemoteNumericAlphabet0 공개적으로 정적으로 프로퍼티

public static string RemoteNumericAlphabet0
리턴 string

RemoteNumericAlphabet1 공개적으로 정적으로 프로퍼티

public static string RemoteNumericAlphabet1
리턴 string

RemoteNumericAlphabet2 공개적으로 정적으로 프로퍼티

public static string RemoteNumericAlphabet2
리턴 string

RemoteNumericAlphabet3 공개적으로 정적으로 프로퍼티

public static string RemoteNumericAlphabet3
리턴 string

RemoteNumericAlphabet4 공개적으로 정적으로 프로퍼티

public static string RemoteNumericAlphabet4
리턴 string

RemoteNumericAlphabet5 공개적으로 정적으로 프로퍼티

public static string RemoteNumericAlphabet5
리턴 string

RemoteNumericAlphabet6 공개적으로 정적으로 프로퍼티

public static string RemoteNumericAlphabet6
리턴 string

RemoteNumericAlphabet7 공개적으로 정적으로 프로퍼티

public static string RemoteNumericAlphabet7
리턴 string

RemoteNumericAlphabet8 공개적으로 정적으로 프로퍼티

public static string RemoteNumericAlphabet8
리턴 string

RemoteNumericAlphabet9 공개적으로 정적으로 프로퍼티

public static string RemoteNumericAlphabet9
리턴 string

Resolution 공개적으로 정적으로 프로퍼티

public static string Resolution
리턴 string

RestoreIgnoredFiles 공개적으로 정적으로 프로퍼티

public static string RestoreIgnoredFiles
리턴 string

ResumeFrom 공개적으로 정적으로 프로퍼티

public static string ResumeFrom
리턴 string

ResumeFromLast 공개적으로 정적으로 프로퍼티

public static string ResumeFromLast
리턴 string

Retry 공개적으로 정적으로 프로퍼티

public static string Retry
리턴 string

Runtime 공개적으로 정적으로 프로퍼티

public static string Runtime
리턴 string

RuntimeHour 공개적으로 정적으로 프로퍼티

public static string RuntimeHour
리턴 string

RuntimeHours 공개적으로 정적으로 프로퍼티

public static string RuntimeHours
리턴 string

RuntimeLong 공개적으로 정적으로 프로퍼티

public static string RuntimeLong
리턴 string

RuntimeLongExtended 공개적으로 정적으로 프로퍼티

public static string RuntimeLongExtended
리턴 string

RuntimeMinute 공개적으로 정적으로 프로퍼티

public static string RuntimeMinute
리턴 string

RuntimeMinutes 공개적으로 정적으로 프로퍼티

public static string RuntimeMinutes
리턴 string

RuntimeSecond 공개적으로 정적으로 프로퍼티

public static string RuntimeSecond
리턴 string

RuntimeSeconds 공개적으로 정적으로 프로퍼티

public static string RuntimeSeconds
리턴 string

RuntimeShort 공개적으로 정적으로 프로퍼티

public static string RuntimeShort
리턴 string

RuntimeShortExtended 공개적으로 정적으로 프로퍼티

public static string RuntimeShortExtended
리턴 string

Saturday 공개적으로 정적으로 프로퍼티

public static string Saturday
리턴 string

ScanForNewMovies 공개적으로 정적으로 프로퍼티

public static string ScanForNewMovies
리턴 string

Score 공개적으로 정적으로 프로퍼티

public static string Score
리턴 string

Search 공개적으로 정적으로 프로퍼티

public static string Search
리턴 string

SearchBy 공개적으로 정적으로 프로퍼티

public static string SearchBy
리턴 string

SearchForMore 공개적으로 정적으로 프로퍼티

public static string SearchForMore
리턴 string

SearchNoResults 공개적으로 정적으로 프로퍼티

public static string SearchNoResults
리턴 string

SelectCorrectMovie 공개적으로 정적으로 프로퍼티

public static string SelectCorrectMovie
리턴 string

SelectYourRating 공개적으로 정적으로 프로퍼티

public static string SelectYourRating
리턴 string

SendToImporter 공개적으로 정적으로 프로퍼티

public static string SendToImporter
리턴 string

ShowOnlyUnwatchedMovies 공개적으로 정적으로 프로퍼티

public static string ShowOnlyUnwatchedMovies
리턴 string

ShowWatchedAndUnwatchedMovies 공개적으로 정적으로 프로퍼티

public static string ShowWatchedAndUnwatchedMovies
리턴 string

SkinDoesNotSupportCategories 공개적으로 정적으로 프로퍼티

public static string SkinDoesNotSupportCategories
리턴 string

SkinDoesNotSupportImporter 공개적으로 정적으로 프로퍼티

public static string SkinDoesNotSupportImporter
리턴 string

SkinDoesNotSupportPinDialog 공개적으로 정적으로 프로퍼티

public static string SkinDoesNotSupportPinDialog
리턴 string

SkinDoesNotSupportRatingDialog 공개적으로 정적으로 프로퍼티

public static string SkinDoesNotSupportRatingDialog
리턴 string

SortBy 공개적으로 정적으로 프로퍼티

public static string SortBy
리턴 string

SortDirection 공개적으로 정적으로 프로퍼티

public static string SortDirection
리턴 string

Source 공개적으로 정적으로 프로퍼티

public static string Source
리턴 string

StarRating 공개적으로 정적으로 프로퍼티

public static string StarRating
리턴 string

Start 공개적으로 정적으로 프로퍼티

public static string Start
리턴 string

Sunday 공개적으로 정적으로 프로퍼티

public static string Sunday
리턴 string

TechnicalInfo 공개적으로 정적으로 프로퍼티

public static string TechnicalInfo
리턴 string

Theme 공개적으로 정적으로 프로퍼티

public static string Theme
리턴 string

ThisMonth 공개적으로 정적으로 프로퍼티

public static string ThisMonth
리턴 string

ThisWeek 공개적으로 정적으로 프로퍼티

public static string ThisWeek
리턴 string

ThisYear 공개적으로 정적으로 프로퍼티

public static string ThisYear
리턴 string

ThreeMonthsAgo 공개적으로 정적으로 프로퍼티

public static string ThreeMonthsAgo
리턴 string

ThreeWeeksAgo 공개적으로 정적으로 프로퍼티

public static string ThreeWeeksAgo
리턴 string

ThumbnailLayout 공개적으로 정적으로 프로퍼티

public static string ThumbnailLayout
리턴 string

ThumbnailView 공개적으로 정적으로 프로퍼티

public static string ThumbnailView
리턴 string

Thursday 공개적으로 정적으로 프로퍼티

public static string Thursday
리턴 string

Title 공개적으로 정적으로 프로퍼티

public static string Title
리턴 string

Today 공개적으로 정적으로 프로퍼티

public static string Today
리턴 string

ToggleParentalLock 공개적으로 정적으로 프로퍼티

public static string ToggleParentalLock
리턴 string

Tuesday 공개적으로 정적으로 프로퍼티

public static string Tuesday
리턴 string

TwoMonthsAgo 공개적으로 정적으로 프로퍼티

public static string TwoMonthsAgo
리턴 string

TwoWeeksAgo 공개적으로 정적으로 프로퍼티

public static string TwoWeeksAgo
리턴 string

Unknown 공개적으로 정적으로 프로퍼티

public static string Unknown
리턴 string

UnlockRestrictedMovies 공개적으로 정적으로 프로퍼티

public static string UnlockRestrictedMovies
리턴 string

UnwatchedMovies 공개적으로 정적으로 프로퍼티

public static string UnwatchedMovies
리턴 string

UpAbbreviation 공개적으로 정적으로 프로퍼티

public static string UpAbbreviation
리턴 string

UpdateDetailsFromOnline 공개적으로 정적으로 프로퍼티

public static string UpdateDetailsFromOnline
리턴 string

UpdateMovieDetailsBody 공개적으로 정적으로 프로퍼티

public static string UpdateMovieDetailsBody
리턴 string

UpdateMovieDetailsHeader 공개적으로 정적으로 프로퍼티

public static string UpdateMovieDetailsHeader
리턴 string

VideoFormat 공개적으로 정적으로 프로퍼티

public static string VideoFormat
리턴 string

ViewMovieDetails 공개적으로 정적으로 프로퍼티

public static string ViewMovieDetails
리턴 string

VirtualDriveHeader 공개적으로 정적으로 프로퍼티

public static string VirtualDriveHeader
리턴 string

VirtualDriveMessage 공개적으로 정적으로 프로퍼티

public static string VirtualDriveMessage
리턴 string

Votes 공개적으로 정적으로 프로퍼티

public static string Votes
리턴 string

WatchedCount 공개적으로 정적으로 프로퍼티

public static string WatchedCount
리턴 string

Wednesday 공개적으로 정적으로 프로퍼티

public static string Wednesday
리턴 string

Writer 공개적으로 정적으로 프로퍼티

public static string Writer
리턴 string

Writers 공개적으로 정적으로 프로퍼티

public static string Writers
리턴 string

Year 공개적으로 정적으로 프로퍼티

public static string Year
리턴 string

Yesterday 공개적으로 정적으로 프로퍼티

public static string Yesterday
리턴 string