diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-15 12:35:41 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-15 12:35:41 -0400 |
| commit | e3c86944718d68806ad42c4d14c964a72da90b44 (patch) | |
| tree | 521f7cf81f29ac302ce5545cdc5ecde66f977182 /MediaBrowser.Server.Implementations/Localization/Server/nb.json | |
| parent | 9c5cceb4ecc277ffb5a3a988f655ad674bf41c58 (diff) | |
3.0.5340.20849
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server/nb.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/nb.json | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/nb.json b/MediaBrowser.Server.Implementations/Localization/Server/nb.json index 9a3535791..8639c63de 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/nb.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/nb.json @@ -1,6 +1,8 @@ { "LabelExit": "Exit", + "HeaderPassword": "Password", "LabelVisitCommunity": "Bes\u00f8k oss", + "HeaderLocalAccess": "Local Access", "LabelGithubWiki": "Github Wiki", "LabelSwagger": "Swagger", "LabelStandard": "Standard", @@ -627,12 +629,12 @@ "TabNowPlaying": "Spilles Av", "TabNavigation": "Navigering", "TabControls": "Kontrollerer", - "ButtonFullscreen": "Toggle fullscreen", + "ButtonFullscreen": "Veksle fullskjerm", "ButtonScenes": "Scener", "ButtonSubtitles": "Undertekster", - "ButtonAudioTracks": "Audio tracks", - "ButtonPreviousTrack": "Forrige Spor", - "ButtonNextTrack": "Neste Spor", + "ButtonAudioTracks": "Lyd spor", + "ButtonPreviousTrack": "Previous track", + "ButtonNextTrack": "Next track", "ButtonStop": "Stopp", "ButtonPause": "Pause", "LabelGroupMoviesIntoCollections": "Grupper filmer inni samlinger", @@ -695,6 +697,10 @@ "LabelMaxStreamingBitrateHelp": "Spesifiser en maks bitrate n\u00e5r streaming.", "LabelMaxStaticBitrate": "Maks synk bitrate:", "LabelMaxStaticBitrateHelp": "Spesifiser en maks bitrate ved synkronisering av innhold i h\u00f8y kvalitet.", + "LabelMusicStaticBitrate": "Music sync bitrate:", + "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music", + "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:", + "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music", "OptionIgnoreTranscodeByteRangeRequests": "Ignorer Transcode byte rekkevidde foresp\u00f8rsler", "OptionIgnoreTranscodeByteRangeRequestsHelp": "Hvis aktivert vil disse foresp\u00f8rslene bli honorert men ignorert i byte rekkevidde headeren.", "LabelFriendlyName": "Vennlig navn", @@ -982,5 +988,17 @@ "AppDeviceValues": "App: {0}, Device: {1}", "ProviderValue": "Provider: {0}", "LabelChannelDownloadSizeLimit": "Download size limit (GB):", - "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder" + "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder", + "HeaderRecentActivity": "Recent Activity", + "HeaderPeople": "People", + "HeaderDownloadPeopleMetadataFor": "Download biography and images for:", + "OptionComposers": "Composers", + "OptionOthers": "Others", + "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.", + "ViewTypeFolders": "Folders", + "LabelDisplayFoldersView": "Display a folders view to show plain media folders", + "ViewTypeLiveTvRecordingGroups": "Recordings", + "ViewTypeLiveTvChannels": "Channels", + "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password", + "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network." }
\ No newline at end of file |
