mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
fixes #797 - Determine mpeg2ts timestamp info
This commit is contained in:
@@ -276,7 +276,7 @@
|
||||
"HeaderPleaseSignIn": "Please sign in",
|
||||
"LabelUser": "User:",
|
||||
"LabelPassword": "Password:",
|
||||
"ButtonManualLogin": "Manual Login:",
|
||||
"ButtonManualLogin": "Manual Login",
|
||||
"PasswordLocalhostMessage": "Passwords are not required when logging in from localhost.",
|
||||
"TabGuide": "Guide",
|
||||
"TabChannels": "Channels",
|
||||
@@ -545,5 +545,14 @@
|
||||
"LabelDefaultUser": "Default user:",
|
||||
"LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
|
||||
"TitleDlna": "DLNA",
|
||||
"HeaderServerSettings": "Server Settings"
|
||||
"HeaderServerSettings": "Server Settings",
|
||||
"LabelWeatherDisplayLocation": "Weather display location:",
|
||||
"LabelWeatherDisplayLocationHelp": "US zip code / City, State, Country / City, Country",
|
||||
"LabelWeatherDisplayUnit": "Weather display unit:",
|
||||
"OptionCelsius": "Celsius",
|
||||
"OptionFahrenheit": "Fahrenheit",
|
||||
"HeaderRequireManualLogin": "Require manual username entry for:",
|
||||
"HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
|
||||
"OptionOtherApps": "Other apps",
|
||||
"OptionMobileApps": "Mobile apps"
|
||||
}
|
||||
Reference in New Issue
Block a user