rework apiclient startup

pull/702/head
Luke Pulverenti 10 years ago
parent d66edea4d8
commit 8e2d244749

@ -174,7 +174,9 @@ namespace MediaBrowser.Api.System
{
Id = result.Id,
ServerName = result.ServerName,
Version = result.Version
Version = result.Version,
LocalAddress = result.LocalAddress,
WanAddress = result.WanAddress
};
return ToOptimizedResult(publicInfo);

@ -283,14 +283,14 @@ namespace MediaBrowser.Dlna.Didl
private string GetDisplayName(BaseItem item, BaseItem context)
{
var episode = item as Episode;
var season = context as Season;
if (episode != null)
if (episode != null && season != null)
{
// This is a special embedded within a season
if (item.ParentIndexNumber.HasValue && item.ParentIndexNumber.Value == 0)
{
var season = context as Season;
if (season != null && season.IndexNumber.HasValue && season.IndexNumber.Value != 0)
if (season.IndexNumber.HasValue && season.IndexNumber.Value != 0)
{
return string.Format(_localization.GetLocalizedString("ValueSpecialEpisodeName"), item.Name);
}

@ -171,7 +171,7 @@ namespace MediaBrowser.Dlna.Ssdp
values["ST"] = d.Type;
values["USN"] = d.USN;
SendDatagram(header, values, endpoint, null);
SendDatagram(header, values, endpoint, new IPEndPoint(d.Address, 0));
if (_config.GetDlnaConfiguration().EnableDebugLogging)
{

@ -32,12 +32,6 @@ namespace MediaBrowser.Model.System
/// <value>The mac address.</value>
public string MacAddress { get; set; }
/// <summary>
/// Gets or sets the local address.
/// </summary>
/// <value>The local address.</value>
public string LocalAddress { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance has pending restart.
/// </summary>
@ -134,12 +128,6 @@ namespace MediaBrowser.Model.System
/// <value>The HTTP server port number.</value>
public int HttpServerPortNumber { get; set; }
/// <summary>
/// Gets or sets the wan address.
/// </summary>
/// <value>The wan address.</value>
public string WanAddress { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance has update available.
/// </summary>
@ -167,6 +155,18 @@ namespace MediaBrowser.Model.System
public class PublicSystemInfo
{
/// <summary>
/// Gets or sets the local address.
/// </summary>
/// <value>The local address.</value>
public string LocalAddress { get; set; }
/// <summary>
/// Gets or sets the wan address.
/// </summary>
/// <value>The wan address.</value>
public string WanAddress { get; set; }
/// <summary>
/// Gets or sets the name of the server.
/// </summary>

@ -562,13 +562,13 @@
"MediaInfoStreamTypeSubtitle": "Subt\u00edtulo",
"MediaInfoStreamTypeEmbeddedImage": "Im\u00e1gen Embebida",
"MediaInfoRefFrames": "Tramas de referencia",
"TabPlayback": "Playback",
"HeaderSelectCustomIntrosPath": "Select Custom Intros Path",
"HeaderRateAndReview": "Rate and Review",
"HeaderThankYou": "Thank You",
"MessageThankYouForYourReview": "Thank you for your review.",
"LabelYourRating": "Your rating:",
"LabelFullReview": "Full review:",
"LabelShortRatingDescription": "Short rating summary:",
"OptionIRecommendThisItem": "I recommend this item"
"TabPlayback": "Reproducci\u00f3n",
"HeaderSelectCustomIntrosPath": "Seleccionar Trayectorias Personalizadas de Intros",
"HeaderRateAndReview": "Clasificar y Rese\u00f1ar",
"HeaderThankYou": "Gracias",
"MessageThankYouForYourReview": "Gracias por su rese\u00f1a.",
"LabelYourRating": "Su calificaci\u00f3n:",
"LabelFullReview": "Rese\u00f1a completa:",
"LabelShortRatingDescription": "Res\u00famen corto de clasificaci\u00f3n:",
"OptionIRecommendThisItem": "Yo recomiendo este \u00edtem"
}

@ -11,7 +11,7 @@
"FileNotFound": "File non trovato",
"FileReadError": "Errore durante la lettura del file.",
"DeleteUser": "Elimina utente",
"DeleteUserConfirmation": "Sei sicuro di voler eliminare {0}?",
"DeleteUserConfirmation": "Sei sicuro di voler eliminare questo utente",
"PasswordResetHeader": "Ripristina Password",
"PasswordResetComplete": "la password \u00e8 stata ripristinata.",
"PasswordResetConfirmation": "Sei sicuro di voler ripristinare la password?",
@ -441,134 +441,134 @@
"MessageInstallPluginFromApp": "This plugin must be installed from with in the app you intend to use it in.",
"ValuePriceUSD": "Prezzo: {0} (USD)",
"MessageFeatureIncludedWithSupporter": "Siete registrati per questa funzione, e sarete in grado di continuare ad usarlo con un abbonamento attivo sostenitore.",
"MessageChangeRecurringPlanConfirm": "After completing this transaction you will need to cancel your previous recurring donation from within your PayPal account. Thank you for supporting Media Browser.",
"MessageSupporterMembershipExpiredOn": "Your supporter membership expired on {0}.",
"MessageYouHaveALifetimeMembership": "You have a lifetime supporter membership. You can provide additional donations on a one-time or recurring basis using the options below. Thank you for supporting Media Browser.",
"MessageYouHaveAnActiveRecurringMembership": "You have an active {0} membership. You can upgrade your plan using the options below.",
"MessageChangeRecurringPlanConfirm": "Dopo aver completato questa operazione \u00e8 necessario cancellare la precedente donazione ricorrente dal tuo conto PayPal. Grazie per il sostegno Media Browser.",
"MessageSupporterMembershipExpiredOn": "La tua iscrizione supporter scaduto il {0}.",
"MessageYouHaveALifetimeMembership": "Avete un abbonamento sostenitore vita. \u00c8 possibile fornire ulteriori donazioni in una sola volta o in modo ricorrente utilizzando le seguenti opzioni. Grazie per il sostegno Media Browser.",
"MessageYouHaveAnActiveRecurringMembership": "Si dispone di un attivo {0} appartenenza. \u00c8 possibile aggiornare il vostro piano utilizzando le opzioni di seguito.",
"ButtonDelete": "Elimina",
"HeaderMediaBrowserAccountAdded": "Media Browser Account Added",
"MessageMediaBrowserAccountAdded": "The Media Browser account has been added to this user.",
"MessagePendingMediaBrowserAccountAdded": "The Media Browser account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"HeaderMediaBrowserAccountRemoved": "Media Browser Account Removed",
"MessageMediaBrowserAccontRemoved": "The Media Browser account has been removed from this user.",
"TooltipLinkedToMediaBrowserConnect": "Linked to Media Browser Connect",
"HeaderUnrated": "Unrated",
"ValueDiscNumber": "Disc {0}",
"HeaderUnknownDate": "Unknown Date",
"HeaderUnknownYear": "Unknown Year",
"MessageMediaBrowserAccountAdded": "Media Browser Account Aggiunto",
"MessagePendingMediaBrowserAccountAdded": "L'account Media Browser \u00e8 stato aggiunto a questo utente. Una e-mail sar\u00e0 inviata al proprietario del conto. L'invito dovr\u00e0 essere confermato cliccando su un link all'interno della mail.",
"HeaderMediaBrowserAccountRemoved": "Account Media Browser rimosso",
"MessageMediaBrowserAccontRemoved": "L'account Media Browser \u00e8 stato rimosso da questo utente.",
"TooltipLinkedToMediaBrowserConnect": "Collegato Browser Media Connect",
"HeaderUnrated": "Non votato",
"ValueDiscNumber": "Disco {0}",
"HeaderUnknownDate": "Data Sconosciuta",
"HeaderUnknownYear": "Anno Sconosciuto",
"ValueMinutes": "{0} min",
"ButtonPlayExternalPlayer": "Play with external player",
"HeaderSelectExternalPlayer": "Select External Player",
"ButtonPlayExternalPlayer": "Play con un lettore esterno",
"HeaderSelectExternalPlayer": "Seleziona il lettore esterno",
"HeaderExternalPlayerPlayback": "External Player Playback",
"ButtonImDone": "I'm Done",
"OptionWatched": "Watched",
"OptionUnwatched": "Unwatched",
"ExternalPlayerPlaystateOptionsHelp": "Specify how you would like to resume playing this video next time.",
"LabelMarkAs": "Mark as:",
"ButtonImDone": "Ho fatto",
"OptionWatched": "Visto",
"OptionUnwatched": "Non visto",
"ExternalPlayerPlaystateOptionsHelp": "Specificare come si desidera riprendere la riproduzione di questo video la prossima volta.",
"LabelMarkAs": "Segna come:",
"OptionInProgress": "In-Progress",
"LabelResumePoint": "Resume point:",
"ValueOneMovie": "1 movie",
"ValueMovieCount": "{0} movies",
"LabelResumePoint": "Punto di ripristino:",
"ValueOneMovie": "1 film",
"ValueMovieCount": "{0} film",
"ValueOneTrailer": "1 trailer",
"ValueTrailerCount": "{0} trailers",
"ValueOneSeries": "1 series",
"ValueSeriesCount": "{0} series",
"ValueOneEpisode": "1 episode",
"ValueEpisodeCount": "{0} episodes",
"ValueOneGame": "1 game",
"ValueGameCount": "{0} games",
"ValueTrailerCount": "{0} trailer",
"ValueOneSeries": "1 serie",
"ValueSeriesCount": "{0} serie",
"ValueOneEpisode": "1 episodio",
"ValueEpisodeCount": "{0} episodi",
"ValueOneGame": "1 gioco",
"ValueGameCount": "{0} giochi",
"ValueOneAlbum": "1 album",
"ValueAlbumCount": "{0} albums",
"ValueOneSong": "1 song",
"ValueSongCount": "{0} songs",
"ValueOneMusicVideo": "1 music video",
"ValueMusicVideoCount": "{0} music videos",
"HeaderOffline": "Offline",
"HeaderUnaired": "Unaired",
"HeaderMissing": "Missing",
"ButtonWebsite": "Website",
"TooltipFavorite": "Favorite",
"TooltipLike": "Like",
"TooltipDislike": "Dislike",
"TooltipPlayed": "Played",
"ValueSeriesYearToPresent": "{0}-Present",
"ValueAwards": "Awards: {0}",
"ValueOneSong": "1 canzone",
"ValueSongCount": "{0} Canzoni",
"ValueOneMusicVideo": "1 video musicale",
"ValueMusicVideoCount": "{0} video musicali",
"HeaderOffline": "Spento",
"HeaderUnaired": "mai in onda",
"HeaderMissing": "Assente",
"ButtonWebsite": "Web",
"TooltipFavorite": "Preferito",
"TooltipLike": "Bello",
"TooltipDislike": "Brutto",
"TooltipPlayed": "Visto",
"ValueSeriesYearToPresent": "{0}-Presenti",
"ValueAwards": "Premi: {0}",
"ValueBudget": "Budget: {0}",
"ValueRevenue": "Revenue: {0}",
"ValuePremiered": "Premiered {0}",
"ValuePremieres": "Premieres {0}",
"ValueRevenue": "Entrate: {0}",
"ValuePremiered": "Debuttato {0}",
"ValuePremieres": "Debuttato {0}",
"ValueStudio": "Studio: {0}",
"ValueStudios": "Studios: {0}",
"ValueSpecialEpisodeName": "Special - {0}",
"LabelLimit": "Limit:",
"ValueStudios": "Studi: {0}",
"ValueSpecialEpisodeName": "Speciali - {0}",
"LabelLimit": "Limite:",
"ValueLinks": "Links: {0}",
"HeaderPeople": "Persone",
"HeaderCastAndCrew": "Cast & Crew",
"ValueArtist": "Artist: {0}",
"ValueArtists": "Artists: {0}",
"ValueArtist": "Artista: {0}",
"ValueArtists": "Artisti: {0}",
"HeaderTags": "Tags",
"MediaInfoCameraMake": "Camera make",
"MediaInfoCameraModel": "Camera model",
"MediaInfoAltitude": "Altitude",
"MediaInfoAperture": "Aperture",
"MediaInfoExposureTime": "Exposure time",
"MediaInfoFocalLength": "Focal length",
"MediaInfoOrientation": "Orientation",
"MediaInfoIsoSpeedRating": "Iso speed rating",
"MediaInfoLatitude": "Latitude",
"MediaInfoLongitude": "Longitude",
"MediaInfoShutterSpeed": "Shutter speed",
"MediaInfoCameraModel": "Camera modello",
"MediaInfoAltitude": "Altitudine",
"MediaInfoAperture": "Apertura",
"MediaInfoExposureTime": "Tempo Esposizione",
"MediaInfoFocalLength": "Lunghezza focale",
"MediaInfoOrientation": "Orientamento",
"MediaInfoIsoSpeedRating": "Sensibilit\u00e0 ISO",
"MediaInfoLatitude": "latitudine",
"MediaInfoLongitude": "Longitudine",
"MediaInfoShutterSpeed": "velocit\u00e0 otturatore",
"MediaInfoSoftware": "Software",
"HeaderIfYouLikeCheckTheseOut": "If you like {0}, check these out...",
"HeaderIfYouLikeCheckTheseOut": "Se ti piace {0}, guarda questi ...",
"HeaderPlotKeywords": "Trama",
"HeaderMovies": "Movies",
"HeaderAlbums": "Albums",
"HeaderGames": "Games",
"HeaderBooks": "Books",
"HeaderEpisodes": "Episodes",
"HeaderSeasons": "Seasons",
"HeaderTracks": "Tracks",
"HeaderItems": "Items",
"HeaderOtherItems": "Other Items",
"ButtonFullReview": "Full review",
"ValueAsRole": "as {0}",
"HeaderMovies": "Film",
"HeaderAlbums": "Album",
"HeaderGames": "Giochi",
"HeaderBooks": "Libri",
"HeaderEpisodes": "Episodi",
"HeaderSeasons": "Stagioni",
"HeaderTracks": "Traccia",
"HeaderItems": "Elementi",
"HeaderOtherItems": "Altri elmenti",
"ButtonFullReview": "Trama completa",
"ValueAsRole": "Come {0}",
"ValueGuestStar": "Guest star",
"MediaInfoSize": "Size",
"MediaInfoPath": "Path",
"MediaInfoFormat": "Format",
"MediaInfoContainer": "Container",
"MediaInfoSize": "Dimensione",
"MediaInfoPath": "Percorso",
"MediaInfoFormat": "Formato",
"MediaInfoContainer": "Contenitore",
"MediaInfoDefault": "Default",
"MediaInfoForced": "Forced",
"MediaInfoExternal": "External",
"MediaInfoForced": "Forzato",
"MediaInfoExternal": "Esterno",
"MediaInfoTimestamp": "Timestamp",
"MediaInfoPixelFormat": "Pixel format",
"MediaInfoPixelFormat": "Formato Pixel",
"MediaInfoBitDepth": "Bit depth",
"MediaInfoSampleRate": "Sample rate",
"MediaInfoSampleRate": "frequenza di campion.",
"MediaInfoBitrate": "Bitrate",
"MediaInfoChannels": "Channels",
"MediaInfoLayout": "Layout",
"MediaInfoLanguage": "Language",
"MediaInfoChannels": "Canali",
"MediaInfoLayout": "disposizione",
"MediaInfoLanguage": "Lingua",
"MediaInfoCodec": "Codec",
"MediaInfoProfile": "Profile",
"MediaInfoLevel": "Level",
"MediaInfoAspectRatio": "Aspect ratio",
"MediaInfoResolution": "Resolution",
"MediaInfoAnamorphic": "Anamorphic",
"MediaInfoInterlaced": "Interlaced",
"MediaInfoProfile": "Profilo",
"MediaInfoLevel": "Livello",
"MediaInfoAspectRatio": "Formato",
"MediaInfoResolution": "Risoluzione",
"MediaInfoAnamorphic": "Anamorfico",
"MediaInfoInterlaced": "Interlacciato",
"MediaInfoFramerate": "Framerate",
"MediaInfoStreamTypeAudio": "Audio",
"MediaInfoStreamTypeData": "Data",
"MediaInfoStreamTypeData": "Dati",
"MediaInfoStreamTypeVideo": "Video",
"MediaInfoStreamTypeSubtitle": "Subtitle",
"MediaInfoStreamTypeEmbeddedImage": "Embedded Image",
"MediaInfoStreamTypeSubtitle": "Sottotitolo",
"MediaInfoStreamTypeEmbeddedImage": "Immagine incorporata",
"MediaInfoRefFrames": "Ref frames",
"TabPlayback": "Playback",
"HeaderSelectCustomIntrosPath": "Select Custom Intros Path",
"HeaderRateAndReview": "Rate and Review",
"HeaderThankYou": "Thank You",
"MessageThankYouForYourReview": "Thank you for your review.",
"LabelYourRating": "Your rating:",
"LabelFullReview": "Full review:",
"LabelShortRatingDescription": "Short rating summary:",
"OptionIRecommendThisItem": "I recommend this item"
"TabPlayback": "Riproduzione",
"HeaderSelectCustomIntrosPath": "Selezionare Intro Path Personalizzata",
"HeaderRateAndReview": "Punteggio e Commenti",
"HeaderThankYou": "Grazie",
"MessageThankYouForYourReview": "Grazie per la tua opinione.",
"LabelYourRating": "Il tuo voto:",
"LabelFullReview": "Recensione completa:",
"LabelShortRatingDescription": "Breve riassunto Valutazione:",
"OptionIRecommendThisItem": "Consiglio questo elemento"
}

@ -564,7 +564,7 @@
"MediaInfoRefFrames": "\u0422\u0456\u0440\u0435\u043a \u043a\u0430\u0434\u0440\u043b\u0430\u0440",
"TabPlayback": "\u041e\u0439\u043d\u0430\u0442\u0443",
"HeaderSelectCustomIntrosPath": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u043b\u0435\u0440\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u0443",
"HeaderRateAndReview": "\u0411\u04305\u0430\u043b\u0430\u0443 \u0436\u04d9\u043d\u0435 \u043f\u0456\u043a\u0456\u0440\u043b\u0435\u0441\u0443",
"HeaderRateAndReview": "\u0411\u0430\u0493\u0430\u043b\u0430\u0443 \u0436\u04d9\u043d\u0435 \u043f\u0456\u043a\u0456\u0440\u043b\u0435\u0441\u0443",
"HeaderThankYou": "\u0420\u0430\u0445\u043c\u0435\u0442 \u0441\u0456\u0437\u0433\u0435",
"MessageThankYouForYourReview": "\u041f\u0456\u043a\u0456\u0440\u0456\u04a3\u0456\u0437 \u04af\u0448\u0456\u043d \u0440\u0430\u0445\u043c\u0435\u0442 \u0441\u0456\u0437\u0433\u0435",
"LabelYourRating": "\u0411\u0430\u0493\u0430\u043b\u0430\u0443\u044b\u04a3\u044b\u0437",

@ -466,7 +466,7 @@
"ExternalPlayerPlaystateOptionsHelp": "Specify how you would like to resume playing this video next time.",
"LabelMarkAs": "Mark as:",
"OptionInProgress": "In-Progress",
"LabelResumePoint": "Resume point:",
"LabelResumePoint": "Fortsettelsespunkt",
"ValueOneMovie": "1 movie",
"ValueMovieCount": "{0} movies",
"ValueOneTrailer": "1 trailer",

@ -564,11 +564,11 @@
"MediaInfoRefFrames": "Quadros de refer\u00eancia",
"TabPlayback": "Reprodu\u00e7\u00e3o",
"HeaderSelectCustomIntrosPath": "Selecionar o Caminho para Intros Personalizadas",
"HeaderRateAndReview": "Rate and Review",
"HeaderThankYou": "Thank You",
"MessageThankYouForYourReview": "Thank you for your review.",
"LabelYourRating": "Your rating:",
"LabelFullReview": "Full review:",
"LabelShortRatingDescription": "Short rating summary:",
"OptionIRecommendThisItem": "I recommend this item"
"HeaderRateAndReview": "Avaliar e Comentar",
"HeaderThankYou": "Obrigado",
"MessageThankYouForYourReview": "Obrigado por sua avalia\u00e7\u00e3o",
"LabelYourRating": "Sua avalia\u00e7\u00e3o:",
"LabelFullReview": "Coment\u00e1rio completo:",
"LabelShortRatingDescription": "Resumo da avalia\u00e7\u00e3o:",
"OptionIRecommendThisItem": "Eu recomendo este item"
}

@ -451,7 +451,7 @@
"MessagePendingMediaBrowserAccountAdded": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Media Browser \u0431\u044b\u043b\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f. \u042d-\u043f\u043e\u0447\u0442\u0430 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u0443 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438. \u041f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 \u043d\u0443\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c, \u0449\u0451\u043b\u043a\u043d\u0443\u0432 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 \u0432 \u042d-\u043f\u043e\u0447\u0442\u0435.",
"HeaderMediaBrowserAccountRemoved": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Media Browser \u0438\u0437\u044a\u044f\u0442\u0430",
"MessageMediaBrowserAccontRemoved": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Media Browser \u0431\u044b\u043b\u0430 \u0438\u0437\u044a\u044f\u0442\u0430 \u043e\u0442 \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
"TooltipLinkedToMediaBrowserConnect": "\u0421\u0432\u044f\u0437\u0430\u043d\u043e \u0441 Media Browser Connect",
"TooltipLinkedToMediaBrowserConnect": "\u0421\u0432\u044f\u0437\u044c \u0441 Media Browser Connect",
"HeaderUnrated": "\u0411\u0435\u0437 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438",
"ValueDiscNumber": "\u0414\u0438\u0441\u043a {0}",
"HeaderUnknownDate": "\u0414\u0430\u0442\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430",

@ -332,36 +332,36 @@
"ButtonViewSeriesRecording": "Visa serieinspelning",
"ValueOriginalAirDate": "Ursprungligt s\u00e4ndningsdatum: {0}",
"ButtonRemoveFromPlaylist": "Ta bort fr\u00e5n spellista",
"HeaderSpecials": "Specials",
"HeaderSpecials": "Specialer",
"HeaderTrailers": "Trailers",
"HeaderAudio": "Audio",
"HeaderResolution": "Resolution",
"HeaderAudio": "Ljud",
"HeaderResolution": "Uppl\u00f6sning",
"HeaderVideo": "Video",
"HeaderRuntime": "Runtime",
"HeaderCommunityRating": "Community rating",
"HeaderParentalRating": "Parental rating",
"HeaderReleaseDate": "Release date",
"HeaderRuntime": "Speltid",
"HeaderCommunityRating": "Anv\u00e4ndaromd\u00f6me",
"HeaderParentalRating": "\u00c5ldersgr\u00e4ns",
"HeaderReleaseDate": "Premi\u00e4rdatum:",
"HeaderDateAdded": "Date added",
"HeaderSeries": "Series",
"HeaderSeason": "Season",
"HeaderSeasonNumber": "Season number",
"HeaderNetwork": "Network",
"HeaderYear": "Year",
"HeaderGameSystem": "Game system",
"HeaderPlayers": "Players",
"HeaderEmbeddedImage": "Embedded image",
"HeaderTrack": "Track",
"HeaderDisc": "Disc",
"HeaderSeries": "Serie",
"HeaderSeason": "S\u00e4song",
"HeaderSeasonNumber": "S\u00e4songsnummer:",
"HeaderNetwork": "TV-bolag",
"HeaderYear": "\u00c5r",
"HeaderGameSystem": "Spelsystem",
"HeaderPlayers": "Spelare",
"HeaderEmbeddedImage": "Infogad bild",
"HeaderTrack": "Sp\u00e5r",
"HeaderDisc": "Skiva",
"OptionMovies": "Filmer",
"OptionCollections": "Collections",
"OptionSeries": "Series",
"OptionSeasons": "Seasons",
"OptionCollections": "Samlingar",
"OptionSeries": "Serier",
"OptionSeasons": "S\u00e4songer",
"OptionEpisodes": "Avsnitt",
"OptionGames": "Games",
"OptionGameSystems": "Game systems",
"OptionMusicArtists": "Music artists",
"OptionMusicAlbums": "Music albums",
"OptionMusicVideos": "Music videos",
"OptionGames": "Spel",
"OptionGameSystems": "Spelsystem",
"OptionMusicArtists": "Musikartister",
"OptionMusicAlbums": "Album",
"OptionMusicVideos": "Musikvideor",
"OptionSongs": "Songs",
"OptionHomeVideos": "Home videos",
"OptionBooks": "Books",
@ -411,15 +411,15 @@
"LabelFolderTypeValue": "Folder type: {0}",
"LabelPathSubstitutionHelp": "Optional: Path substitution can map server paths to network shares that clients can access for direct playback.",
"FolderTypeMixed": "Mixed movies & tv",
"FolderTypeMovies": "Movies",
"FolderTypeMusic": "Music",
"FolderTypeAdultVideos": "Adult videos",
"FolderTypePhotos": "Photos",
"FolderTypeMusicVideos": "Music videos",
"FolderTypeHomeVideos": "Home videos",
"FolderTypeMovies": "Filmer",
"FolderTypeMusic": "Musik",
"FolderTypeAdultVideos": "Inneh\u00e5ll f\u00f6r vuxna",
"FolderTypePhotos": "Foton",
"FolderTypeMusicVideos": "Musikvideor",
"FolderTypeHomeVideos": "Hemvideor",
"FolderTypeGames": "Games",
"FolderTypeBooks": "Books",
"FolderTypeTvShows": "TV shows",
"FolderTypeBooks": "B\u00f6cker",
"FolderTypeTvShows": "TV-serier",
"TabMovies": "Filmer",
"TabSeries": "Serie",
"TabEpisodes": "Avsnitt",
@ -428,18 +428,18 @@
"TabAlbums": "Album",
"TabSongs": "L\u00e5tar",
"TabMusicVideos": "Musikvideor",
"BirthPlaceValue": "Birth place: {0}",
"DeathDateValue": "Died: {0}",
"BirthDateValue": "Born: {0}",
"HeaderLatestReviews": "Latest Reviews",
"HeaderPluginInstallation": "Plugin Installation",
"MessageAlreadyInstalled": "This version is already installed.",
"ValueReviewCount": "{0} Reviews",
"MessageYouHaveVersionInstalled": "You currently have version {0} installed.",
"MessageTrialExpired": "The trial period for this feature has expired",
"MessageTrialWillExpireIn": "The trial period for this feature will expire in {0} day(s)",
"MessageInstallPluginFromApp": "This plugin must be installed from with in the app you intend to use it in.",
"ValuePriceUSD": "Price: {0} (USD)",
"BirthPlaceValue": "F\u00f6delseort:{0}",
"DeathDateValue": "D\u00f6d: {0}",
"BirthDateValue": "F\u00f6dd: {0}",
"HeaderLatestReviews": "Senaste recensioner",
"HeaderPluginInstallation": "Installation av till\u00e4gg",
"MessageAlreadyInstalled": "Den h\u00e4r versionen \u00e4r redan installerad.",
"ValueReviewCount": "{0} recensioner",
"MessageYouHaveVersionInstalled": "Version {0} \u00e4r installerad.",
"MessageTrialExpired": "Provperioden f\u00f6r den h\u00e4r funktionen \u00e4r avslutad",
"MessageTrialWillExpireIn": "Provperioden f\u00f6r den h\u00e4r funktionen avslutas om {0} dag(ar)",
"MessageInstallPluginFromApp": "Detta till\u00e4gg m\u00e5ste installeras inifr\u00e5n den app det skall anv\u00e4ndas i.",
"ValuePriceUSD": "Pris: {0} (USD)",
"MessageFeatureIncludedWithSupporter": "You are registered for this feature, and will be able to continue using it with an active supporter membership.",
"MessageChangeRecurringPlanConfirm": "After completing this transaction you will need to cancel your previous recurring donation from within your PayPal account. Thank you for supporting Media Browser.",
"MessageSupporterMembershipExpiredOn": "Your supporter membership expired on {0}.",
@ -472,59 +472,59 @@
"ValueOneTrailer": "1 trailer",
"ValueTrailerCount": "{0} trailers",
"ValueOneSeries": "1 series",
"ValueSeriesCount": "{0} series",
"ValueOneEpisode": "1 episode",
"ValueEpisodeCount": "{0} episodes",
"ValueOneGame": "1 game",
"ValueGameCount": "{0} games",
"ValueSeriesCount": "{0} serier",
"ValueOneEpisode": "1 avsnitt",
"ValueEpisodeCount": "{0} avsnitt",
"ValueOneGame": "1 spel",
"ValueGameCount": "{0} spel",
"ValueOneAlbum": "1 album",
"ValueAlbumCount": "{0} albums",
"ValueOneSong": "1 song",
"ValueSongCount": "{0} songs",
"ValueOneMusicVideo": "1 music video",
"ValueMusicVideoCount": "{0} music videos",
"ValueAlbumCount": "{0} album",
"ValueOneSong": "1 l\u00e5t",
"ValueSongCount": "{0} l\u00e5tar",
"ValueOneMusicVideo": "1 musikvideo",
"ValueMusicVideoCount": "{0} musikvideor",
"HeaderOffline": "Offline",
"HeaderUnaired": "Unaired",
"HeaderMissing": "Missing",
"ButtonWebsite": "Website",
"TooltipFavorite": "Favorite",
"TooltipLike": "Like",
"TooltipDislike": "Dislike",
"TooltipPlayed": "Played",
"ValueSeriesYearToPresent": "{0}-Present",
"ValueAwards": "Awards: {0}",
"HeaderUnaired": "Ej s\u00e4nt",
"HeaderMissing": "Saknas",
"ButtonWebsite": "Hemsida",
"TooltipFavorite": "Favorit",
"TooltipLike": "Gilla",
"TooltipDislike": "Ogilla",
"TooltipPlayed": "Visad",
"ValueSeriesYearToPresent": "{0} -nu",
"ValueAwards": "Utm\u00e4rkelser: {0}",
"ValueBudget": "Budget: {0}",
"ValueRevenue": "Revenue: {0}",
"ValuePremiered": "Premiered {0}",
"ValuePremieres": "Premieres {0}",
"ValueRevenue": "Int\u00e4kter: {0}",
"ValuePremiered": "Premi\u00e4rdatum {0}",
"ValuePremieres": "Premi\u00e4rdatum {0}",
"ValueStudio": "Studio: {0}",
"ValueStudios": "Studios: {0}",
"ValueStudios": "Studior: {0}",
"ValueSpecialEpisodeName": "Special - {0}",
"LabelLimit": "Limit:",
"ValueLinks": "Links: {0}",
"HeaderPeople": "People",
"HeaderCastAndCrew": "Cast & Crew",
"LabelLimit": "Gr\u00e4ns:",
"ValueLinks": "L\u00e4nkar: {0}",
"HeaderPeople": "Personer",
"HeaderCastAndCrew": "Medverkande",
"ValueArtist": "Artist: {0}",
"ValueArtists": "Artists: {0}",
"ValueArtists": "Artister: {0}",
"HeaderTags": "Tags",
"MediaInfoCameraMake": "Camera make",
"MediaInfoCameraModel": "Camera model",
"MediaInfoAltitude": "Altitude",
"MediaInfoAperture": "Aperture",
"MediaInfoExposureTime": "Exposure time",
"MediaInfoFocalLength": "Focal length",
"MediaInfoOrientation": "Orientation",
"MediaInfoIsoSpeedRating": "Iso speed rating",
"MediaInfoLatitude": "Latitude",
"MediaInfoLongitude": "Longitude",
"MediaInfoShutterSpeed": "Shutter speed",
"MediaInfoSoftware": "Software",
"HeaderIfYouLikeCheckTheseOut": "If you like {0}, check these out...",
"MediaInfoCameraMake": "Kamerafabrikat",
"MediaInfoCameraModel": "Kameramodell",
"MediaInfoAltitude": "H\u00f6jd",
"MediaInfoAperture": "Bl\u00e4ndare",
"MediaInfoExposureTime": "Exponeringstid",
"MediaInfoFocalLength": "Br\u00e4nnvidd",
"MediaInfoOrientation": "Orientering",
"MediaInfoIsoSpeedRating": "ISO-inst\u00e4llning",
"MediaInfoLatitude": "Latitud",
"MediaInfoLongitude": "Longitud",
"MediaInfoShutterSpeed": "Slutartid",
"MediaInfoSoftware": "Programvara",
"HeaderIfYouLikeCheckTheseOut": "Om du gillar {0}, ta en titt p\u00e5...",
"HeaderPlotKeywords": "Plot Keywords",
"HeaderMovies": "Movies",
"HeaderAlbums": "Albums",
"HeaderGames": "Games",
"HeaderBooks": "Books",
"HeaderMovies": "Filmer",
"HeaderAlbums": "Album",
"HeaderGames": "Spel",
"HeaderBooks": "B\u00f6cker",
"HeaderEpisodes": "Episodes",
"HeaderSeasons": "Seasons",
"HeaderTracks": "Tracks",
@ -561,9 +561,9 @@
"MediaInfoStreamTypeVideo": "Video",
"MediaInfoStreamTypeSubtitle": "Subtitle",
"MediaInfoStreamTypeEmbeddedImage": "Embedded Image",
"MediaInfoRefFrames": "Ref frames",
"TabPlayback": "Playback",
"HeaderSelectCustomIntrosPath": "Select Custom Intros Path",
"MediaInfoRefFrames": "Referensbildrutor",
"TabPlayback": "Uppspelning",
"HeaderSelectCustomIntrosPath": "V\u00e4lj s\u00f6kv\u00e4g f\u00f6r egna vinjetter",
"HeaderRateAndReview": "Rate and Review",
"HeaderThankYou": "Thank You",
"MessageThankYouForYourReview": "Thank you for your review.",

@ -330,39 +330,39 @@
"DevBuildWarning": "Las compilaciones de Desarrollo son la punta de lanza. Se publican frecuentemente, estas compilaciones no se han probado. La aplicaci\u00f3n se puede bloquear y caracter\u00edsticas completas pueden no funcionar.",
"ButtonLearnMore": "Aprenda m\u00e1s",
"LabelVideoType": "Tipo de Video:",
"TabPlayback": "Playback",
"TabPlayback": "Reproducci\u00f3n",
"OptionBluray": "Bluray",
"HeaderTrailersAndExtras": "Trailers & Extras",
"HeaderTrailersAndExtras": "Avances & Extras",
"OptionDvd": "DVD",
"OptionFindTrailers": "Find trailers from the internet automatically",
"OptionFindTrailers": "Buscar avances desde internet autom\u00e1ticamente",
"OptionIso": "ISO",
"HeaderLanguagePreferences": "Language Preferences",
"HeaderLanguagePreferences": "Preferencias de Lenguaje",
"Option3D": "3D",
"TabCinemaMode": "Cinema Mode",
"TabCinemaMode": "Modo Cine",
"LabelFeatures": "Caracter\u00edsticas:",
"TitlePlayback": "Playback",
"TitlePlayback": "Reproducci\u00f3n",
"LabelService": "Servicio:",
"LabelEnableCinemaModeFor": "Enable cinema mode for:",
"LabelEnableCinemaModeFor": "Habilitar modo cine para:",
"LabelStatus": "Estado:",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeConfigurationHelp": "El modo cine trae la experiencia del cine directo al la sala de TV con la habilidad de reproducir avances e intros personalizados antes de la presentaci\u00f3n estelar.",
"LabelVersion": "Versi\u00f3n:",
"OptionTrailersFromMyMovies": "Include trailers from movies in my library",
"OptionTrailersFromMyMovies": "Incluir avances de pel\u00edculas en mi biblioteca",
"LabelLastResult": "\u00daltimo resultado:",
"OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
"OptionUpcomingMoviesInTheaters": "Incluir avances para pel\u00edculas nuevas y por estrenar",
"OptionHasSubtitles": "Subt\u00edtulos",
"LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
"LabelLimitIntrosToUnwatchedContent": "Solo usar avances de contenido no reproducido",
"OptionHasTrailer": "Avance",
"LabelEnableIntroParentalControl": "Enable smart parental control",
"LabelEnableIntroParentalControl": "Habilitar control parental inteligente",
"OptionHasThemeSong": "Canci\u00f3n del Tema",
"LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
"LabelEnableIntroParentalControlHelp": "Los avances s\u00f3lo ser\u00e1n seleccionados con una clasificaci\u00f3n parental igual o menor a la del contenido que se est\u00e1 reproduciendo.",
"OptionHasThemeVideo": "Video del Tema",
"LabelThisFeatureRequiresSupporterHelp": "This feature requires an active supporter membership.",
"LabelThisFeatureRequiresSupporterHelp": "Esta caracter\u00edstica requiere de una membres\u00eda de aficionado activa.",
"TabMovies": "Pel\u00edculas",
"OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
"OptionTrailersFromMyMoviesHelp": "Requiere configurar avances locales.",
"TabStudios": "Estudios",
"LabelCustomIntrosPath": "Custom intros path:",
"LabelCustomIntrosPath": "Trayectoria para intros personalizados:",
"TabTrailers": "Avances",
"LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
"LabelCustomIntrosPathHelp": "Un folder que contiene archivos de video. Un video ser\u00e1 seleccionado aleatoriamente y reproducido despu\u00e9s de los avances.",
"LabelArtists": "Artistas:",
"LabelArtistsHelp": "Separar m\u00faltiples empleando:",
"HeaderLatestMovies": "Pel\u00edculas Recientes",
@ -470,7 +470,7 @@
"ButtonAutoScroll": "Auto-desplazamiento",
"LabelImageSavingConvention": "Convenci\u00f3n de almacenamiento de im\u00e1genes:",
"LabelImageSavingConventionHelp": "MediaBrowser reconoce im\u00e1genes de las aplicaciones de medios m\u00e1s importantes. Seleccionar la convenci\u00f3n de descarga es \u00fatil si utiliza otros productos.",
"OptionImageSavingCompatible": "Compatible - Media Browser\/Xbmc\/Plex",
"OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
"OptionImageSavingStandard": "Est\u00e1ndar - MB2",
"ButtonSignIn": "Iniciar Sesi\u00f3n",
"TitleSignIn": "Iniciar Sesi\u00f3n",
@ -615,7 +615,7 @@
"OptionUpscalingHelp": "En algunos casos esto resultar\u00e1 en una mejora de la calidad del video pero incrementar\u00e1 el uso del CPU.",
"EditCollectionItemsHelp": "Agregar o quitar pel\u00edculas, series, discos, libros o juegos que usted desee agrupar dentro de esta colecci\u00f3n.",
"HeaderAddTitles": "Agregar T\u00edtulos",
"LabelEnableDlnaPlayTo": "Habilitar \"Reproducir en\" por DLNA",
"LabelEnableDlnaPlayTo": "Habilitar Reproducir En mediante DLNA",
"LabelEnableDlnaPlayToHelp": "Media Browser puede detectar dispositivos en su red y ofrecer la posibilidad de controlarlos remotamente.",
"LabelEnableDlnaDebugLogging": "Habilitar el registro de DLNA en la bit\u00e1cora",
"LabelEnableDlnaDebugLoggingHelp": "Esto crear\u00e1 archivos de bit\u00e1cora muy grandes y solo se recomienda cuando se requiera solucionar problemas.",
@ -1056,21 +1056,21 @@
"LabelProtocolInfo": "Informaci\u00f3n del protocolo:",
"LabelProtocolInfoHelp": "El valor que ser\u00e1 utilizado cuando se responde a solicitudes GetProtocolInfo desde el dispositivo.",
"TabKodiMetadata": "Kodi",
"HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
"LabelKodiMetadataUser": "Add user watch data to nfo's for:",
"LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
"LabelKodiMetadataDateFormat": "Release date format:",
"LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
"LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
"LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
"LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
"LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
"LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
"HeaderKodiMetadataHelp": "Media Browser incluye soporte nativo para metadados NFO e im\u00e1genes de Kodi. Para habilitar o deshabilitar metadatos de Kodi, utilice la pesta\u00f1a Avanzado para configurar opciones para sus tipos de medios.",
"LabelKodiMetadataUser": "A\u00f1adir usuario para monitoreo de datos de nfo\u00b4s para:",
"LabelKodiMetadataUserHelp": "Habilitar esto para mantener monitoreo de datos en sincron\u00eda entre Media Browser y Kodi.",
"LabelKodiMetadataDateFormat": "Formato de fecha de estreno:",
"LabelKodiMetadataDateFormatHelp": "Todas las fechas en los nfo\u00b4s ser\u00e1n le\u00eddas y escritas utilizando este formato.",
"LabelKodiMetadataSaveImagePaths": "Guardar trayectorias de im\u00e1genes en los archivos nfo",
"LabelKodiMetadataSaveImagePathsHelp": "Esto se recomienda si tiene nombres de imagenes que no se ajustan a los lineamientos de Kodi.",
"LabelKodiMetadataEnablePathSubstitution": "Habilitar sustituci\u00f3n de trayectorias",
"LabelKodiMetadataEnablePathSubstitutionHelp": "Habilita la sustituci\u00f3n de trayectorias de im\u00e1genes usando la configuraci\u00f3n de sustituci\u00f3n de trayectorias del servidor.",
"LabelKodiMetadataEnablePathSubstitutionHelp2": "Ver sustituci\u00f3n de trayectoras.",
"LabelGroupChannelsIntoViews": "Desplegar los siguientes canales directamente en mis vistas:",
"LabelGroupChannelsIntoViewsHelp": "Al habilitarse, estos canales ser\u00e1n desplegados directamente junto con otras vistas. Si permanecen deshabilitados, ser\u00e1n desplegados dentro de una vista independiente de Canales.",
"LabelDisplayCollectionsView": "Desplegar una vista de colecciones para mostrar las colecciones de pel\u00edculas",
"LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
"LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
"LabelKodiMetadataEnableExtraThumbs": "Copiar extrafanart en extrathumbs",
"LabelKodiMetadataEnableExtraThumbsHelp": "Cuando se descargan im\u00e1genes pueden ser almacenadas tanto en extrafanart como extrathumb para maximizar la compatibilidad con skins de Kodi.",
"TabServices": "Servicios",
"TabLogs": "Bit\u00e1coras",
"HeaderServerLogFiles": "Archivos de registro del servidor:",

@ -60,7 +60,7 @@
"VideoImageExtractionHelp": "Per i video che sono sprovvisti di immagini,e che non siamo riusciti a trovarle su Internet.Questo aggiunger\u00e0 del tempo addizionale alla scansione della tua libreria ma si tradurr\u00e0 in una presentazione pi\u00f9 piacevole.",
"LabelChannelDownloadSizeLimit": "Dimensione massima Download (GB):",
"LabelEnableChapterImageExtractionForMovies": "Estrazione immagine capitolo estratto per Film",
"LabelChannelDownloadSizeLimitHelp": "Dimensione massima del canale relativo alla cartella di download",
"LabelChannelDownloadSizeLimitHelp": "Limitare la dimensione della cartella canale di download. Download di oltre 500MB richiede un abbonamento attivo sostenitore.",
"HeaderRecentActivity": "Attivit\u00e0 recenti",
"LabelChapterImageExtractionForMoviesHelp": "L'Estrazione di immagini capitoli permetter\u00e0 ai clienti di visualizzare i menu di selezione delle scene . Il processo pu\u00f2 essere lento e pu\u00f2 richiedere diversi gigabyte di spazio. Viene schedulato alle 04:00, anche se questo \u00e8 configurabile nella zona di operazioni pianificate. Non \u00e8 consigliabile eseguire questa operazione durante le ore di picco.",
"HeaderPeople": "Persone",
@ -150,9 +150,9 @@
"ButtonAddUser": "Aggiungi Utente",
"LabelReleaseDate": "Data di rilascio:",
"LabelYear": "Anno:",
"ButtonAddLocalUser": "Add Local User",
"ButtonAddLocalUser": "Aggiungi Utente locale",
"LabelPlaceOfBirth": "Luogo di nascita:",
"ButtonInviteMediaBrowserUser": "Invite Media Browser User",
"ButtonInviteMediaBrowserUser": "Invita un utente",
"ButtonSave": "Salva",
"LabelEndDate": "Fine data:",
"ButtonResetPassword": "Reset Password",
@ -222,7 +222,7 @@
"OptionGuestStars": "Guest Stars",
"OptionMakeOneTimeDonation": "Fai una donazione separata",
"OptionDirectors": "Registra",
"OptionOneTimeDescription": "Si tratta di una donazione aggiuntiva alla squadra per mostrare il vostro sostegno. Non ha alcun beneficio aggiuntivo.",
"OptionOneTimeDescription": "Si tratta di una donazione aggiuntiva alla squadra per mostrare il vostro sostegno. Non ha alcun beneficio e non produrr\u00e0 una chiave sostenitore.",
"OptionWriters": "Scrittore",
"OptionLifeTimeSupporterMembership": "Appartenenza supporter Lifetime",
"OptionProducers": "Produttore",
@ -296,73 +296,73 @@
"OptionTimeline": "Anno",
"LabelConnectUserName": "Media Browser username\/email:",
"OptionThumb": "Sfondo",
"LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
"LabelConnectUserNameHelp": "Collegare questo utente a un account browser media per permettere un facile accesso sign-in da qualsiasi applicazione, senza dover conoscere l'indirizzo IP del server.",
"OptionBanner": "Banner",
"ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
"ButtonLearnMoreAboutMediaBrowserConnect": "Scopri di pi\u00f9 su Media Browser Connect",
"OptionCriticRating": "Voto critica",
"LabelExternalPlayers": "External players:",
"LabelExternalPlayers": "Player esterni:",
"OptionVideoBitrate": "Video Bitrate",
"LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
"HeaderSubtitleProfile": "Subtitle Profile",
"LabelExternalPlayersHelp": "Pulsanti di visualizzazione di riprodurre contenuti in lettori esterni. Questo \u00e8 disponibile solo su dispositivi che supportano schemi URL, generalmente Android e iOS. Con i giocatori esterni vi \u00e8 generalmente alcun supporto per il controllo remoto o ripresa.",
"HeaderSubtitleProfile": "Profilo sottotitolo",
"OptionResumable": "Interrotti",
"ScheduledTasksHelp": "Fare clic su una voce per cambiare la pianificazione.",
"HeaderSubtitleProfiles": "Subtitle Profiles",
"HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
"HeaderSubtitleProfiles": "Profili sottotitoli",
"HeaderSubtitleProfilesHelp": "Profili sottotitoli descrivono i formati di sottotitoli supportati dal dispositivo.",
"ScheduledTasksTitle": "Operazioni Pianificate",
"LabelFormat": "Format:",
"LabelFormat": "Formato:",
"TabMyPlugins": "Plugins Installati",
"LabelMethod": "Method:",
"LabelMethod": "Metodo:",
"TabCatalog": "Catalogo",
"LabelDidlMode": "Didl mode:",
"LabelDidlMode": "Modalit\u00e0 didl:",
"PluginsTitle": "Plugins",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"HeaderAutomaticUpdates": "Aggiornamenti Automatici",
"OptionResElement": "res element",
"OptionResElement": "elemento res",
"HeaderNowPlaying": "Riproducendo",
"OptionEmbedSubtitles": "Embed within container",
"OptionEmbedSubtitles": "Incorpora all'interno del contenitore",
"HeaderLatestAlbums": "Ultimi Albums Aggiunti",
"OptionExternallyDownloaded": "External download",
"HeaderLatestSongs": "Ultime Canzoni",
"OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
"OptionHlsSegmentedSubtitles": "Hls segmentato sottotitoli",
"HeaderRecentlyPlayed": "Visti di recente",
"HeaderFrequentlyPlayed": "Visti di frequente",
"LabelSubtitleFormatHelp": "Example: srt",
"LabelSubtitleFormatHelp": "Esempio: srt",
"DevBuildWarning": "La versione Dev Builds non \u00e8 testata e potrebbe bloccarsi o non rispondere correttamente",
"ButtonLearnMore": "Learn more",
"ButtonLearnMore": "saperne di pi\u00f9",
"LabelVideoType": "Tipo video:",
"TabPlayback": "Playback",
"TabPlayback": "Riproduzione",
"OptionBluray": "Bluray",
"HeaderTrailersAndExtras": "Trailers & Extras",
"OptionDvd": "Dvd",
"OptionFindTrailers": "Find trailers from the internet automatically",
"OptionFindTrailers": "Trova trailer da internet automaticamente",
"OptionIso": "Iso",
"HeaderLanguagePreferences": "Language Preferences",
"HeaderLanguagePreferences": "Lingua preferita",
"Option3D": "3D",
"TabCinemaMode": "Cinema Mode",
"TabCinemaMode": "Modalit\u00e0 Cinema",
"LabelFeatures": "Caratteristiche:",
"TitlePlayback": "Playback",
"TitlePlayback": "Riproduzione",
"LabelService": "Servizio:",
"LabelEnableCinemaModeFor": "Enable cinema mode for:",
"LabelEnableCinemaModeFor": "Attiva modalit\u00e0 cinema per:",
"LabelStatus": "Stato:",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeConfigurationHelp": "Modalit\u00e0 Cinema porta l'esperienza del teatro direttamente nel tuo salotto con la possibilit\u00e0 di vedere trailer e intro personalizzati prima la caratteristica principale.",
"LabelVersion": "Versione:",
"OptionTrailersFromMyMovies": "Include trailers from movies in my library",
"OptionTrailersFromMyMovies": "Includi i trailer di film nella mia biblioteca",
"LabelLastResult": "Ultimo risultato:",
"OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
"OptionUpcomingMoviesInTheaters": "Includi i trailer di film nuovi e imminenti",
"OptionHasSubtitles": "Sottotitoli",
"LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
"LabelLimitIntrosToUnwatchedContent": "Solo i trailer da contenuti non visti",
"OptionHasTrailer": "Trailer",
"LabelEnableIntroParentalControl": "Enable smart parental control",
"LabelEnableIntroParentalControl": "Abilita controllo parentale intelligente",
"OptionHasThemeSong": "Tema Canzone",
"LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
"LabelEnableIntroParentalControlHelp": "Trailer: verr\u00e0 selezionata solo con un rating genitori uguale o inferiore al contenuto di essere osservato.",
"OptionHasThemeVideo": "Tema video",
"LabelThisFeatureRequiresSupporterHelp": "This feature requires an active supporter membership.",
"LabelThisFeatureRequiresSupporterHelp": "Questa funzionalit\u00e0 richiede un abbonamento attivo sostenitore.",
"TabMovies": "Film",
"OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
"OptionTrailersFromMyMoviesHelp": "Richiede l'installazione di trailer locali.",
"TabStudios": "Studios",
"LabelCustomIntrosPath": "Custom intros path:",
"LabelCustomIntrosPath": "Intro personalizzate percorso:",
"TabTrailers": "Trailer",
"LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
"LabelCustomIntrosPathHelp": "Una cartella contenente i file video. Un video sar\u00e0 scelto a caso e riprodotto dopo i traler.",
"LabelArtists": "Cantanti",
"LabelArtistsHelp": "Separazione multipla utilizzando ;",
"HeaderLatestMovies": "Ultimi Film Aggiunti",
@ -470,7 +470,7 @@
"ButtonAutoScroll": "Auto-scroll",
"LabelImageSavingConvention": "Convenzione per il salvataggio di immagini:",
"LabelImageSavingConventionHelp": "Media Browser riconosce le immagini dalla maggior parte delle principali applicazioni multimediali. Scegliere la convenzione piu adatta a te.",
"OptionImageSavingCompatible": "Compatibile- Media Browser\/Xbmc\/Plex",
"OptionImageSavingCompatible": "Compatibile- Media Browser\/kodi\/Plex",
"OptionImageSavingStandard": "Standard - MB2",
"ButtonSignIn": "Accedi",
"TitleSignIn": "Accedi",
@ -822,8 +822,8 @@
"ButtonNextTrack": "Prossima Traccia",
"ButtonStop": "Stop",
"ButtonPause": "Pausa",
"ButtonNext": "Next",
"ButtonPrevious": "Previous",
"ButtonNext": "Prossimo",
"ButtonPrevious": "Precedente",
"LabelGroupMoviesIntoCollections": "Raggruppa i film nelle collection",
"LabelGroupMoviesIntoCollectionsHelp": "Quando si visualizzano le liste di film,i film appartenenti ad una collezione saranno visualizzati come un elemento raggruppato.",
"NotificationOptionPluginError": "Plugin fallito",
@ -861,7 +861,7 @@
"OptionPlainVideoItemsHelp": "Se attivato, tutti i video sono rappresentati in didl come \"object.item.videoItem\" invece di tipo pi\u00f9 specifico, come \"object.item.videoItem.movie\".",
"LabelSupportedMediaTypes": "Tipi di media supportati:",
"TabIdentification": "identificazione",
"HeaderIdentification": "Identification",
"HeaderIdentification": "Identificazione",
"TabDirectPlay": "Direct Play",
"TabContainers": "contenitori",
"TabCodecs": "Codecs",
@ -1042,10 +1042,10 @@
"ViewTypeMusicAlbumArtists": "Album Artisti",
"HeaderOtherDisplaySettings": "Impostazioni Video",
"ViewTypeMusicSongs": "Canzoni",
"ViewTypeMusicFavorites": "Favorites",
"ViewTypeMusicFavoriteAlbums": "Favorite Albums",
"ViewTypeMusicFavoriteArtists": "Favorite Artists",
"ViewTypeMusicFavoriteSongs": "Favorite Songs",
"ViewTypeMusicFavorites": "Preferiti",
"ViewTypeMusicFavoriteAlbums": "Album preferiti",
"ViewTypeMusicFavoriteArtists": "Artisti preferiti",
"ViewTypeMusicFavoriteSongs": "Canzoni Preferite",
"HeaderMyViews": "Mie viste",
"LabelSelectFolderGroups": "Automaticamente i contenuti del gruppo dalle seguenti cartelle nella vista come film, musica e TV:",
"LabelSelectFolderGroupsHelp": "Le cartelle che siano deselezionate verranno visualizzati da soli nel loro punto di vista.",
@ -1056,21 +1056,21 @@
"LabelProtocolInfo": "Info.protocollo:",
"LabelProtocolInfoHelp": "Il valore che verr\u00e0 utilizzato quando si risponde a GetProtocolInfo richieste dal dispositivo.",
"TabKodiMetadata": "Kodi",
"HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
"HeaderKodiMetadataHelp": "Media Browser include il supporto nativo per i metadati Kodi Nfo e immagini. Per attivare o disattivare i metadati Kodi, utilizzare la scheda Avanzate per configurare le opzioni per i tipi di media.",
"LabelKodiMetadataUser": "Add user watch data to nfo's for:",
"LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
"LabelKodiMetadataDateFormat": "Release date format:",
"LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
"LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
"LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
"LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
"LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
"LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
"LabelKodiMetadataUserHelp": "Attivare questa opzione per mantenere i dati di orologi sincronizzati tra il Media Browser e Kodi.",
"LabelKodiMetadataDateFormat": "Data di uscita Formato:",
"LabelKodiMetadataDateFormatHelp": "Tutte le date all'interno del nfo verranno letti e scritti utilizzando questo formato.",
"LabelKodiMetadataSaveImagePaths": "Salva percorsi delle immagini all'interno dei file NFO",
"LabelKodiMetadataSaveImagePathsHelp": "Questo \u00e8 consigliato se si dispone di nomi di file immagine che non sono conformi alle linee guida Kodi.",
"LabelKodiMetadataEnablePathSubstitution": "Abilita sostituzione di percorso",
"LabelKodiMetadataEnablePathSubstitutionHelp": "Consente percorso sostituzione dei percorsi delle immagini utilizzando le impostazioni di sostituzione percorso del server.",
"LabelKodiMetadataEnablePathSubstitutionHelp2": "Vedere la sostituzione percorso.",
"LabelGroupChannelsIntoViews": "Visualizzare i seguenti canali direttamente dentro le mie visite:",
"LabelGroupChannelsIntoViewsHelp": "Se abilitata, questi canali verranno visualizzati direttamente accanto ad altri punti di vista. Se disattivato, saranno visualizzati all'interno di una visione canali separati.",
"LabelDisplayCollectionsView": "Visualizzare una vista collezioni di mostrare collezioni di film",
"LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
"LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
"LabelKodiMetadataEnableExtraThumbs": "Copia extrafanart in extrathumbs",
"LabelKodiMetadataEnableExtraThumbsHelp": "Copia extrafanart in extrathumbs",
"TabServices": "Servizi",
"TabLogs": "Logs",
"HeaderServerLogFiles": "Server log files:",
@ -1160,7 +1160,7 @@
"OptionUnidentified": "Non identificata",
"OptionMissingParentalRating": "Voto genitori mancante",
"OptionStub": "Stub",
"HeaderEpisodes": "Episodes:",
"HeaderEpisodes": "Episodi:",
"OptionSeason0": "Stagione 0",
"LabelReport": "Report:",
"OptionReportSongs": "Canzoni",

@ -356,7 +356,7 @@
"OptionHasThemeSong": "M\u00fasica-Tema",
"LabelEnableIntroParentalControlHelp": "Os trailers s\u00f3 ser\u00e3o selecionados se sua classifica\u00e7\u00e3o parental for igual ou menor que o conte\u00fado que est\u00e1 sendo assistido.",
"OptionHasThemeVideo": "V\u00eddeo-Tema",
"LabelThisFeatureRequiresSupporterHelp": "Este recurso necessita uma ades\u00e3o ativa de colaborador",
"LabelThisFeatureRequiresSupporterHelp": "Este recurso necessita uma ades\u00e3o ativa de colaborador.",
"TabMovies": "Filmes",
"OptionTrailersFromMyMoviesHelp": "\u00c9 necess\u00e1rio o ajuste dos trailers locais.",
"TabStudios": "Est\u00fadios",

@ -170,7 +170,7 @@
"MaxParentalRatingHelp": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0441 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u043e\u0439 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0435\u0439 \u0431\u0443\u0434\u0435\u0442 \u0441\u043a\u0440\u044b\u0442\u043e \u043e\u0442 \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"LabelRevenue": "\u0412\u044b\u0440\u0443\u0447\u043a\u0430, $:",
"LibraryAccessHelp": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043a\u0438 \u0434\u043b\u044f \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0441 \u044d\u0442\u0438\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c. \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u044b \u0431\u0443\u0434\u0443\u0442 \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u0430\u043f\u043a\u0438 \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u00ab\u0414\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u00bb.",
"LabelOriginalAspectRatio": "\u0418\u0441\u0445. \u0441\u043e\u043e\u0442-\u0438\u0435 \u0441\u0442\u043e\u0440\u043e\u043d:",
"LabelOriginalAspectRatio": "\u0418\u0441\u0445\u043e\u0434\u043d\u043e\u0435 \u0441\u043e\u043e\u0442-\u0438\u0435 \u0441\u0442\u043e\u0440\u043e\u043d:",
"ChannelAccessHelp": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u0430\u043d\u0430\u043b\u044b \u0434\u043b\u044f \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0441 \u044d\u0442\u0438\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c. \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u044b \u0431\u0443\u0434\u0443\u0442 \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432\u0441\u0435 \u043a\u0430\u043d\u0430\u043b\u044b \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u00ab\u0414\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u00bb.",
"LabelPlayers": "\u0418\u0433\u0440\u043e\u043a\u0438:",
"ButtonDeleteImage": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u0438\u0441\u0443\u043d\u043e\u043a",

@ -4,161 +4,161 @@
"LabelVisitCommunity": "Bes\u00f6k v\u00e5rt diskussionsforum",
"ScheduledTaskFailed": "Planerad uppgift f\u00e4rdig",
"LabelGithubWiki": "Github Wiki",
"PluginInstalledWithName": "{0} was installed",
"PluginInstalledWithName": "{0} installerades",
"LabelSwagger": "Swagger",
"PluginUpdatedWithName": "{0} was updated",
"PluginUpdatedWithName": "{0} uppdaterades",
"LabelStandard": "F\u00f6rval",
"PluginUninstalledWithName": "{0} was uninstalled",
"PluginUninstalledWithName": "{0} avinstallerades",
"LabelViewApiDocumentation": "L\u00e4s API-dokumentationen",
"ScheduledTaskFailedWithName": "{0} failed",
"ScheduledTaskFailedWithName": "{0} misslyckades",
"LabelBrowseLibrary": "Bl\u00e4ddra i biblioteket",
"ItemAddedWithName": "{0} was added to the library",
"ItemAddedWithName": "{0} lades till i biblioteket",
"LabelConfigureMediaBrowser": "Konfigurera Media Browser",
"ItemRemovedWithName": "{0} was removed from the library",
"ItemRemovedWithName": "{0} togs bort ur biblioteket",
"LabelOpenLibraryViewer": "\u00d6ppna biblioteksbl\u00e4ddraren",
"DeviceOnlineWithName": "{0} is connected",
"DeviceOnlineWithName": "{0} \u00e4r ansluten",
"LabelRestartServer": "Starta om servern",
"UserOnlineFromDevice": "{0} is online from {1}",
"UserOnlineFromDevice": "{0} \u00e4r uppkopplad fr\u00e5n {1}",
"LabelShowLogWindow": "Visa loggf\u00f6nstret",
"DeviceOfflineWithName": "{0} has disconnected",
"DeviceOfflineWithName": "{0} har avbrutit anslutningen",
"LabelPrevious": "F\u00f6reg\u00e5ende",
"UserOfflineFromDevice": "{0} has disconnected from {1}",
"UserOfflineFromDevice": "{0} har kopplats bort fr\u00e5n {1}",
"LabelFinish": "Klart",
"SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
"SubtitlesDownloadedForItem": "Undertexter har laddats ner f\u00f6r {0}",
"LabelNext": "N\u00e4sta",
"SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
"SubtitleDownloadFailureForItem": "Nerladdning av undertexter f\u00f6r {0} misslyckades",
"LabelYoureDone": "Klart!",
"LabelRunningTimeValue": "Running time: {0}",
"LabelRunningTimeValue": "Speltid: {0}",
"WelcomeToMediaBrowser": "V\u00e4lkommen till Media Browser!",
"LabelIpAddressValue": "Ip address: {0}",
"LabelIpAddressValue": "IP-adress: {0}",
"TitleMediaBrowser": "Media Browser",
"UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
"UserConfigurationUpdatedWithName": "Anv\u00e4ndarinst\u00e4llningarna f\u00f6r {0} har uppdaterats",
"ThisWizardWillGuideYou": "Den h\u00e4r guiden hj\u00e4lper dig att g\u00f6ra de f\u00f6rsta inst\u00e4llningarna. F\u00f6r att b\u00f6rja var v\u00e4nlig v\u00e4lj \u00f6nskat spr\u00e5k.",
"UserCreatedWithName": "User {0} has been created",
"UserCreatedWithName": "Anv\u00e4ndaren {0} har skapats",
"TellUsAboutYourself": "Ber\u00e4tta om dig sj\u00e4lv",
"UserPasswordChangedWithName": "Password has been changed for user {0}",
"UserPasswordChangedWithName": "L\u00f6senordet f\u00f6r {0} har \u00e4ndrats",
"LabelYourFirstName": "Ditt f\u00f6rnamn:",
"UserDeletedWithName": "User {0} has been deleted",
"UserDeletedWithName": "Anv\u00e4ndaren {0} har tagits bort",
"MoreUsersCanBeAddedLater": "Flera anv\u00e4ndare kan skapas senare i Kontrollpanelen.",
"MessageServerConfigurationUpdated": "Server konfigurationen har uppdaterats",
"UserProfilesIntro": "Media Browser har inbyggt st\u00f6d f\u00f6r anv\u00e4ndarprofiler, s\u00e5 varje anv\u00e4ndare kan ha sina egna utseendeinst\u00e4llningar, visad-markeringar och f\u00f6r\u00e4ldral\u00e5s.",
"MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
"MessageNamedServerConfigurationUpdatedWithValue": "Serverinst\u00e4llningarnas del {0} ar uppdaterats",
"LabelWindowsService": "Windows-tj\u00e4nst",
"MessageApplicationUpdated": "Media Browser Server har uppdaterats",
"AWindowsServiceHasBeenInstalled": "En Windows-tj\u00e4nst har installerats.",
"AuthenticationSucceededWithUserName": "{0} successfully authenticated",
"AuthenticationSucceededWithUserName": "{0} har autentiserats",
"WindowsServiceIntro1": "Media Browser Server k\u00f6rs normalt som ett anv\u00e4ndarprogram med ikon i aktivitetsf\u00e4ltet, men om s\u00e5 \u00f6nskas kan den k\u00f6ras som en Windows-tj\u00e4nst och startas fr\u00e5n kontrollpanelen Tj\u00e4nster (Services).",
"FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
"FailedLoginAttemptWithUserName": "Misslyckat inloggningsf\u00f6rs\u00f6k fr\u00e5n {0}",
"WindowsServiceIntro2": "Om Media Browser k\u00f6rs som en tj\u00e4nst, notera att den inte kan k\u00f6ras samtidigt som aktivitetsf\u00e4ltsikonen, s\u00e5 f\u00f6r att k\u00f6ra tj\u00e4nsten m\u00e5ste ikonen st\u00e4ngas. Tj\u00e4nsten m\u00e5ste ocks\u00e5 k\u00f6ras med administrat\u00f6rsr\u00e4ttigheter (st\u00e4lls in i kontrollpanelen Tj\u00e4nster). Automatiska uppdateringar fungerar heller inte med tj\u00e4nsten, dvs tj\u00e4nsten m\u00e5ste stoppas f\u00f6re manuell uppdatering och sedan \u00e5terstartas.",
"UserStartedPlayingItemWithValues": "{0} has started playing {1}",
"UserStartedPlayingItemWithValues": "{0} har p\u00e5b\u00f6rjat uppspelning av {1}",
"WizardCompleted": "Det var allt f\u00f6r tillf\u00e4llet. Media Browser har b\u00f6rjat samla information om ditt mediebibliotek. Ta en titt p\u00e5 n\u00e5gra av v\u00e5ra appar och klicka sedan p\u00e5 <b>Klart<\/b> f\u00f6r att komma till <b>Kontrollpanelen<\/b>.",
"UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
"UserStoppedPlayingItemWithValues": "{0} har avslutat uppspelning av {1}",
"LabelConfigureSettings": "Inst\u00e4llningar",
"AppDeviceValues": "App: {0}, Device: {1}",
"AppDeviceValues": "App: {0}, enhet: {1}",
"LabelEnableVideoImageExtraction": "Ta fram bildrutor ur videofiler",
"ProviderValue": "Provider: {0}",
"ProviderValue": "K\u00e4lla: {0}",
"VideoImageExtractionHelp": "Dessa anv\u00e4nds f\u00f6r objekt som saknar bilder och d\u00e4r vi inte hittar n\u00e5gra vid s\u00f6kning p\u00e5 Internet. Detta g\u00f6r att den f\u00f6rsta genoms\u00f6kningen av biblioteket tar lite l\u00e4ngre tid, men ger en snyggare presentation.",
"LabelChannelDownloadSizeLimit": "Download size limit (GB):",
"LabelChannelDownloadSizeLimit": "Gr\u00e4ns f\u00f6r nerladdning (GB):",
"LabelEnableChapterImageExtractionForMovies": "Ta fram kapitelbildrutor ur filmfiler",
"LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
"HeaderRecentActivity": "Recent Activity",
"LabelChannelDownloadSizeLimitHelp": "Begr\u00e4nsa storleken p\u00e5 mappen f\u00f6r nerladdning av kanalinneh\u00e5ll. Nerladdning av mer \u00e4n 500 MB kr\u00e4ver aktivt supportermedlemskap.",
"HeaderRecentActivity": "Senaste aktivitet",
"LabelChapterImageExtractionForMoviesHelp": "Detta m\u00f6jligg\u00f6r grafisk visning av menyer f\u00f6r val av kapitel. Processen kan vara tids- och CPU-kr\u00e4vande och beh\u00f6va flera gigabyte lagringsutrymme. Processen k\u00f6rs varje natt kl 04:00 men intervallet kan anpassas enligt \u00f6nskem\u00e5l i Schemal\u00e4ggaren. Vi rekommenderar inte att den k\u00f6rs vid tider d\u00e5 anv\u00e4ndare \u00e4r aktiva.",
"HeaderPeople": "People",
"HeaderPeople": "Personer",
"LabelEnableAutomaticPortMapping": "Aktivera automatisk koppling av portar",
"HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
"HeaderDownloadPeopleMetadataFor": "Ladda ner biografi och bilder f\u00f6r:",
"LabelEnableAutomaticPortMappingHelp": "UPnP m\u00f6jligg\u00f6r automatisk inst\u00e4llning av din router s\u00e5 att du enkelt kan n\u00e5 Media Browser fr\u00e5n Internet. Detta kanske inte fungerar med alla routrar.",
"OptionComposers": "Composers",
"OptionComposers": "Komposit\u00f6rer",
"ButtonOk": "OK",
"OptionOthers": "Others",
"OptionOthers": "\u00d6vriga",
"ButtonCancel": "Avbryt",
"ButtonNew": "Nytillkommet",
"HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
"HeaderDownloadPeopleMetadataForHelp": "Aktivering av extrafunktioner g\u00f6r att mera information visas men g\u00f6r genoms\u00f6kning av biblioteket l\u00e5ngsammare.",
"HeaderSetupLibrary": "Konfigurera mediabiblioteket",
"ViewTypeFolders": "Folders",
"ViewTypeFolders": "Mappar",
"ButtonAddMediaFolder": "Skapa mediamapp",
"LabelDisplayFoldersView": "Display a folders view to show plain media folders",
"LabelDisplayFoldersView": "Vy som visar vanliga lagringsmappar",
"LabelFolderType": "Typ av mapp:",
"ViewTypeLiveTvRecordingGroups": "Recordings",
"ViewTypeLiveTvRecordingGroups": "Inspelningar",
"MediaFolderHelpPluginRequired": "* Kr\u00e4ver att ett till\u00e4gg, t ex GameBrowser eller MB Bookshelf, \u00e4r installerat.",
"ViewTypeLiveTvChannels": "Channels",
"ViewTypeLiveTvChannels": "Kanaler",
"ReferToMediaLibraryWiki": "Se avsnittet om mediabibliotek i v\u00e5r Wiki.",
"LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
"LabelAllowLocalAccessWithoutPassword": "Till\u00e5t lokal \u00e5tkomst utan l\u00f6senord",
"LabelCountry": "Land:",
"LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
"LabelAllowLocalAccessWithoutPasswordHelp": "G\u00f6r att l\u00f6senord ej kr\u00e4vs vid inloggning fr\u00e5n hemman\u00e4tverket.",
"LabelLanguage": "Spr\u00e5k:",
"HeaderPassword": "Password",
"HeaderPassword": "L\u00f6senord",
"HeaderPreferredMetadataLanguage": "\u00d6nskat spr\u00e5k f\u00f6r metadata:",
"HeaderLocalAccess": "Local Access",
"HeaderLocalAccess": "Lokal \u00e5tkomst",
"LabelSaveLocalMetadata": "Spara grafik och metadata i mediamapparna",
"HeaderViewOrder": "View Order",
"LabelSaveLocalMetadataHelp": "Om grafik och metadata sparas tillsammans med media \u00e4r de enkelt \u00e5tkomliga f\u00f6r redigering.",
"LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
"LabelDownloadInternetMetadata": "H\u00e4mta grafik och metadata fr\u00e5n Internet",
"LabelMetadataRefreshMode": "Metadata refresh mode:",
"LabelMetadataRefreshMode": "Metod f\u00f6r uppdatering av metadata:",
"LabelDownloadInternetMetadataHelp": "Media Browser kan h\u00e4mta informatiom om dina media fr\u00e5n Internet f\u00f6r att ge en visuellt full\u00e4ndad presentation.",
"LabelImageRefreshMode": "Image refresh mode:",
"LabelImageRefreshMode": "Metod f\u00f6r uppdatering av bilder:",
"TabPreferences": "Inst\u00e4llningar",
"OptionDownloadMissingImages": "Download missing images",
"OptionDownloadMissingImages": "Ladda ner saknade bilder",
"TabPassword": "L\u00f6senord",
"OptionReplaceExistingImages": "Replace existing images",
"OptionReplaceExistingImages": "Skriv \u00f6ver befintliga bilder",
"TabLibraryAccess": "\u00c5tkomst till biblioteket",
"OptionRefreshAllData": "Refresh all data",
"OptionRefreshAllData": "Uppdatera alla data",
"TabImage": "Bild",
"OptionAddMissingDataOnly": "Add missing data only",
"OptionAddMissingDataOnly": "L\u00e4gg bara till saknade data",
"TabProfile": "Profil",
"OptionLocalRefreshOnly": "Local refresh only",
"OptionLocalRefreshOnly": "Endast lokal uppdatering",
"TabMetadata": "Metadata",
"HeaderRefreshMetadata": "Refresh Metadata",
"HeaderRefreshMetadata": "Uppdatera metadata",
"TabImages": "Bilder",
"HeaderPersonInfo": "Person Info",
"HeaderPersonInfo": "Personinformation",
"TabNotifications": "Meddelanden",
"HeaderIdentifyItem": "Identify Item",
"HeaderIdentifyItem": "Identifiera objekt",
"TabCollectionTitles": "Titlar",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderIdentifyItemHelp": "Ange ett eller flera s\u00f6kkriterier. Ta bort kriterier f\u00f6r att f\u00e5 fler tr\u00e4ffar.",
"LabelDisplayMissingEpisodesWithinSeasons": "Visa saknade avsnitt i s\u00e4songer",
"HeaderConfirmDeletion": "Bekr\u00e4fta radering",
"LabelUnairedMissingEpisodesWithinSeasons": "Visa \u00e4nnu ej s\u00e4nda avsnitt i s\u00e4songer",
"LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
"LabelFollowingFileWillBeDeleted": "Denna fil kommer att raderas:",
"HeaderVideoPlaybackSettings": "Inst\u00e4llningar f\u00f6r videouppspelning",
"LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
"LabelIfYouWishToContinueWithDeletion": "Om du vill forts\u00e4tta, ange v\u00e4rdet p\u00e5:",
"HeaderPlaybackSettings": "Uppspelningsinst\u00e4llningar",
"ButtonIdentify": "Identify",
"ButtonIdentify": "Identifiera",
"LabelAudioLanguagePreference": "\u00d6nskat spr\u00e5k f\u00f6r ljudsp\u00e5r",
"LabelAlbumArtist": "Album artist:",
"LabelAlbumArtist": "Albumartist:",
"LabelSubtitleLanguagePreference": "\u00d6nskat spr\u00e5k f\u00f6r undertexter",
"LabelAlbum": "Album:",
"OptionDefaultSubtitles": "F\u00f6rval",
"LabelCommunityRating": "Community rating:",
"LabelCommunityRating": "Anv\u00e4ndaromd\u00f6me:",
"OptionOnlyForcedSubtitles": "Endast tvingande undertexter",
"LabelVoteCount": "Vote count:",
"LabelVoteCount": "Antal r\u00f6ster:",
"OptionAlwaysPlaySubtitles": "Visa alltid undertexter",
"LabelMetascore": "Metascore:",
"LabelMetascore": "Metabetyg:",
"OptionNoSubtitles": "Inga undertexter",
"LabelCriticRating": "Critic rating:",
"LabelCriticRating": "Kritikerbetyg:",
"OptionDefaultSubtitlesHelp": "Om ljudsp\u00e5ret \u00e4r p\u00e5 ett fr\u00e4mmande spr\u00e5k laddas undertexter p\u00e5 det \u00f6nskade spr\u00e5ket.",
"LabelCriticRatingSummary": "Critic rating summary:",
"LabelCriticRatingSummary": "Sammanfattning av kritikerbetyg:",
"OptionOnlyForcedSubtitlesHelp": "Endast undertexter markerade som tvingande kommer att laddas.",
"LabelAwardSummary": "Award summary:",
"LabelAwardSummary": "Sammanfattning av utm\u00e4rkelser:",
"OptionAlwaysPlaySubtitlesHelp": "Undertexter p\u00e5 det \u00f6nskade spr\u00e5ket kommer att laddas oavsett ljudsp\u00e5rets spr\u00e5k.",
"LabelWebsite": "Website:",
"LabelWebsite": "Hemsida:",
"OptionNoSubtitlesHelp": "Ladda normalt inte undertexter.",
"LabelTagline": "Tagline:",
"TabProfiles": "Profiler",
"LabelOverview": "Overview:",
"LabelOverview": "Synopsis:",
"TabSecurity": "S\u00e4kerhet",
"LabelShortOverview": "Short overview:",
"LabelShortOverview": "Kort synopsis:",
"ButtonAddUser": "Ny anv\u00e4ndare",
"LabelReleaseDate": "Release date:",
"LabelYear": "Year:",
"ButtonAddLocalUser": "Add Local User",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlaceOfBirth": "F\u00f6delseort:",
"ButtonInviteMediaBrowserUser": "Invite Media Browser User",
"ButtonSave": "Spara",
"LabelEndDate": "End date:",
"ButtonResetPassword": "\u00c5terst\u00e4ll l\u00f6senord",
"LabelAirDate": "Air days:",
"LabelAirDate": "S\u00e4ndningsdagar:",
"LabelNewPassword": "Nytt l\u00f6senord:",
"LabelAirTime:": "Air time:",
"LabelAirTime:": "S\u00e4ndningstid:",
"LabelNewPasswordConfirm": "Bekr\u00e4fta nytt l\u00f6senord:",
"LabelRuntimeMinutes": "Run time (minutes):",
"HeaderCreatePassword": "Skapa l\u00f6senord",
@ -216,7 +216,7 @@
"OptionLikes": "Gillar",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"OptionDislikes": "Ogillar",
"TabDonate": "Donate",
"TabDonate": "L\u00e4mna bidrag",
"OptionActors": "Sk\u00e5despelare",
"HeaderDonationType": "Donation type:",
"OptionGuestStars": "G\u00e4startister",
@ -224,11 +224,11 @@
"OptionDirectors": "Regiss\u00f6rer",
"OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
"OptionWriters": "Manusf\u00f6rfattare",
"OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
"OptionLifeTimeSupporterMembership": "Livstids supportermedlemskap",
"OptionProducers": "Producenter",
"OptionYearlySupporterMembership": "Yearly supporter membership",
"OptionYearlySupporterMembership": "\u00c5rligt supportermedlemskap",
"HeaderResume": "\u00c5teruppta",
"OptionMonthlySupporterMembership": "Monthly supporter membership",
"OptionMonthlySupporterMembership": "M\u00e5natligt supportermedlemskap",
"HeaderNextUp": "N\u00e4stkommande",
"HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
"NoNextUpItemsMessage": "Hittade inget. S\u00e4tt ig\u00e5ng och titta!",
@ -256,35 +256,35 @@
"OptionPlayed": "Visad",
"LabelAirTime": "Air time:",
"OptionUnplayed": "Ej visad",
"HeaderMediaInfo": "Media Info",
"HeaderMediaInfo": "Mediainformation",
"OptionAscending": "Stigande",
"HeaderPhotoInfo": "Photo Info",
"HeaderPhotoInfo": "Fotoinformation",
"OptionDescending": "Sjunkande",
"HeaderInstall": "Install",
"HeaderInstall": "Installera",
"OptionRuntime": "Speltid",
"LabelSelectVersionToInstall": "Select version to install:",
"OptionReleaseDate": "Release Date",
"LinkSupporterMembership": "Learn about the Supporter Membership",
"LabelSelectVersionToInstall": "V\u00e4lj version att installera:",
"OptionReleaseDate": "Premi\u00e4rdatum",
"LinkSupporterMembership": "Visa information om supportermedlemskap",
"OptionPlayCount": "Antal visningar",
"MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
"MessageSupporterPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap efter en gratis provperiod p\u00e5 14 dagar.",
"OptionDatePlayed": "Senast visad",
"MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
"MessagePremiumPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap f\u00f6r k\u00f6p efter en gratis provperiod p\u00e5 14 dagar.",
"OptionDateAdded": "Inlagd den",
"HeaderReviews": "Reviews",
"HeaderReviews": "Recensioner",
"OptionAlbumArtist": "Albumartist",
"HeaderDeveloperInfo": "Developer Info",
"HeaderDeveloperInfo": "Information f\u00f6r utvecklare",
"OptionArtist": "Artist",
"HeaderRevisionHistory": "Revision History",
"HeaderRevisionHistory": "Revisionshistorik",
"OptionAlbum": "Album",
"ButtonViewWebsite": "View website",
"ButtonViewWebsite": "G\u00e5 till hemsidan",
"OptionTrackName": "Sp\u00e5rnamn",
"LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
"LabelRecurringDonationCanBeCancelledHelp": "St\u00e5ende donationer kan avbrytas n\u00e4r som helst via ditt PayPal-konto.",
"OptionCommunityRating": "Allm\u00e4nhetens betyg",
"HeaderXmlSettings": "Xml Settings",
"HeaderXmlSettings": "XML-inst\u00e4llningar",
"OptionNameSort": "Namn",
"HeaderXmlDocumentAttributes": "Xml Document Attributes",
"HeaderXmlDocumentAttributes": "XML-dokumentattribut",
"OptionFolderSort": "Mappar",
"HeaderXmlDocumentAttribute": "Xml Document Attribute",
"HeaderXmlDocumentAttribute": "XML-dokumentattribut",
"OptionBudget": "Budget",
"XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
"OptionRevenue": "Int\u00e4kter",
@ -330,41 +330,41 @@
"DevBuildWarning": "Utvecklingsversioner \u00e4r \"bleeding edge\". Dessa kommer ut ofta och \u00e4r otestade. Appen kanske kraschar och vissa delar kanske inte alls fungerar.",
"ButtonLearnMore": "Learn more",
"LabelVideoType": "Videoformat:",
"TabPlayback": "Playback",
"TabPlayback": "Uppspelning",
"OptionBluray": "Blu-ray",
"HeaderTrailersAndExtras": "Trailers & Extras",
"HeaderTrailersAndExtras": "Trailers och extramaterial",
"OptionDvd": "DVD",
"OptionFindTrailers": "Find trailers from the internet automatically",
"OptionFindTrailers": "S\u00f6k automatiskt p\u00e5 Internet efter trailers",
"OptionIso": "ISO",
"HeaderLanguagePreferences": "Language Preferences",
"HeaderLanguagePreferences": "Spr\u00e5kinst\u00e4llningar",
"Option3D": "3D",
"TabCinemaMode": "Cinema Mode",
"TabCinemaMode": "Biol\u00e4ge",
"LabelFeatures": "Inneh\u00e5ll:",
"TitlePlayback": "Playback",
"TitlePlayback": "Uppspelning",
"LabelService": "Tj\u00e4nst:",
"LabelEnableCinemaModeFor": "Enable cinema mode for:",
"LabelEnableCinemaModeFor": "Aktivera biol\u00e4ge f\u00f6r:",
"LabelStatus": "Status:",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeConfigurationHelp": "Biol\u00e4get g\u00f6r ditt vardagsrum till en biograf genom m\u00f6jligheten att visa trailers och egna vinjetter innan filmen b\u00f6rjar.",
"LabelVersion": "Version:",
"OptionTrailersFromMyMovies": "Include trailers from movies in my library",
"OptionTrailersFromMyMovies": "Inkludera trailers f\u00f6r filmer fr\u00e5n mitt bibliotek",
"LabelLastResult": "Senaste resultat:",
"OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
"OptionUpcomingMoviesInTheaters": "Inkludera trailers f\u00f6r nya och kommande filmer",
"OptionHasSubtitles": "Undertexter",
"LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
"LabelLimitIntrosToUnwatchedContent": "Anv\u00e4nd bara trailers f\u00f6r objekt som ej visats",
"OptionHasTrailer": "Trailer",
"LabelEnableIntroParentalControl": "Enable smart parental control",
"LabelEnableIntroParentalControl": "Aktivera intelligent f\u00f6r\u00e4ldral\u00e5s",
"OptionHasThemeSong": "Ledmotiv",
"LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
"LabelEnableIntroParentalControlHelp": "Enbart trailers med samma eller l\u00e4gre \u00e5ldersgr\u00e4ns som huvudmaterialet kommer att visas.",
"OptionHasThemeVideo": "Temavideo",
"LabelThisFeatureRequiresSupporterHelp": "This feature requires an active supporter membership.",
"LabelThisFeatureRequiresSupporterHelp": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap.",
"TabMovies": "Filmer",
"OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
"OptionTrailersFromMyMoviesHelp": "Kr\u00e4ver att lokala trailers konfigurerats.",
"TabStudios": "Studior",
"LabelCustomIntrosPath": "Custom intros path:",
"LabelCustomIntrosPath": "S\u00f6kv\u00e4g f\u00f6r egna vinjetter:",
"TabTrailers": "Trailers",
"LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelArtists": "Artister:",
"LabelArtistsHelp": "Separera med ; vid flera",
"HeaderLatestMovies": "Nytillkomna filmer",
"HeaderLatestTrailers": "Nytillkomna trailers",
"OptionHasSpecialFeatures": "Extramaterial:",
@ -500,7 +500,7 @@
"TabSettings": "Inst\u00e4llningar",
"ButtonRefreshGuideData": "Uppdatera programguiden",
"ButtonRefresh": "Uppdatera",
"ButtonAdvancedRefresh": "Advanced Refresh",
"ButtonAdvancedRefresh": "Avancerad uppdatering",
"OptionPriority": "Prioritet",
"OptionRecordOnAllChannels": "Spela in fr\u00e5n alla kanaler",
"OptionRecordAnytime": "Spela in vid alla tidpunkter",
@ -837,8 +837,8 @@
"LabelProfileContainersHelp": "\u00c5tskilda med kommatecken, detta kan l\u00e4mnas tomt f\u00f6r att g\u00e4lla f\u00f6r alla beh\u00e5llare.",
"HeaderResponseProfile": "Svarsprofil",
"LabelType": "Typ:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Role is generally only applicable to actors.",
"LabelPersonRole": "Roll:",
"LabelPersonRoleHelp": "Roll anv\u00e4nds i allm\u00e4nhet bara f\u00f6r sk\u00e5despelare.",
"LabelProfileContainer": "Beh\u00e5llare:",
"LabelProfileVideoCodecs": "Kodning av video:",
"LabelProfileAudioCodecs": "Kodning av ljud:",
@ -887,10 +887,10 @@
"LabelMaxStreamingBitrateHelp": "Ange h\u00f6gsta bithastighet f\u00f6r str\u00f6mning.",
"LabelMaxStaticBitrate": "Max bithastighet vid synkronisering:",
"LabelMaxStaticBitrateHelp": "Ange h\u00f6gsta bithastighet vid synkronisering.",
"LabelMusicStaticBitrate": "Music sync bitrate:",
"LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
"LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
"LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
"LabelMusicStaticBitrate": "Bithastighet vid synkning av musik:",
"LabelMusicStaticBitrateHelp": "Ange h\u00f6gsta bithastighet vid synkronisering av musik",
"LabelMusicStreamingTranscodingBitrate": "Bithastighet vid omkodning av musik:",
"LabelMusicStreamingTranscodingBitrateHelp": "Ange h\u00f6gsta bithastighet vid str\u00f6mning av musik",
"OptionIgnoreTranscodeByteRangeRequests": "Ignorera beg\u00e4ran om \"byte range\" vid omkodning",
"OptionIgnoreTranscodeByteRangeRequestsHelp": "Om aktiverad kommer beg\u00e4ran att uppfyllas, men \"byte range\"-rubriken ignoreras.",
"LabelFriendlyName": "\u00d6nskat namn",
@ -987,7 +987,7 @@
"HeaderMetadataManager": "Metadatahanteraren",
"HeaderPreferences": "Inst\u00e4llningar",
"MessageLoadingChannels": "H\u00e4mtar kanalinneh\u00e5ll...",
"MessageLoadingContent": "Loading content...",
"MessageLoadingContent": "H\u00e4mtar inneh\u00e5ll...",
"ButtonMarkRead": "Markera som l\u00e4st",
"OptionDefaultSort": "F\u00f6rval",
"OptionCommunityMostWatchedSort": "Oftast visade",
@ -1018,28 +1018,28 @@
"ViewTypeBoxSets": "Samlingar",
"ViewTypeChannels": "Kanaler",
"ViewTypeLiveTV": "Live-TV",
"ViewTypeLiveTvNowPlaying": "Now Airing",
"ViewTypeLatestGames": "Latest Games",
"ViewTypeRecentlyPlayedGames": "Recently Played",
"ViewTypeGameFavorites": "Favorites",
"ViewTypeGameSystems": "Game Systems",
"ViewTypeGameGenres": "Genres",
"ViewTypeTvResume": "Resume",
"ViewTypeTvNextUp": "Next Up",
"ViewTypeTvLatest": "Latest",
"ViewTypeTvShowSeries": "Series",
"ViewTypeTvGenres": "Genres",
"ViewTypeTvFavoriteSeries": "Favorite Series",
"ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
"ViewTypeMovieResume": "Resume",
"ViewTypeMovieLatest": "Latest",
"ViewTypeMovieMovies": "Movies",
"ViewTypeMovieCollections": "Collections",
"ViewTypeMovieFavorites": "Favorites",
"ViewTypeMovieGenres": "Genres",
"ViewTypeMusicLatest": "Latest",
"ViewTypeMusicAlbums": "Albums",
"ViewTypeMusicAlbumArtists": "Album Artists",
"ViewTypeLiveTvNowPlaying": "Visas nu",
"ViewTypeLatestGames": "Senaste spelen",
"ViewTypeRecentlyPlayedGames": "Nyligen spelade",
"ViewTypeGameFavorites": "Favoriter",
"ViewTypeGameSystems": "Spelsystem",
"ViewTypeGameGenres": "Genrer",
"ViewTypeTvResume": "\u00c5teruppta",
"ViewTypeTvNextUp": "N\u00e4stkommande",
"ViewTypeTvLatest": "Nytillkommet",
"ViewTypeTvShowSeries": "Serier",
"ViewTypeTvGenres": "Genrer",
"ViewTypeTvFavoriteSeries": "Favoritserier",
"ViewTypeTvFavoriteEpisodes": "Favoritavsnitt",
"ViewTypeMovieResume": "\u00c5teruppta",
"ViewTypeMovieLatest": "Nytillkommet",
"ViewTypeMovieMovies": "Filmer",
"ViewTypeMovieCollections": "Samlingar",
"ViewTypeMovieFavorites": "Favoriter",
"ViewTypeMovieGenres": "Genrer",
"ViewTypeMusicLatest": "Nytillkommet",
"ViewTypeMusicAlbums": "Album",
"ViewTypeMusicAlbumArtists": "Albumartister",
"HeaderOtherDisplaySettings": "Visningsinst\u00e4llningar",
"ViewTypeMusicSongs": "Songs",
"ViewTypeMusicFavorites": "Favorites",
@ -1056,21 +1056,21 @@
"LabelProtocolInfo": "Protokollinfo:",
"LabelProtocolInfoHelp": "V\u00e4rde att anv\u00e4nda vid svar p\u00e5 GetProtocolInfo-beg\u00e4ran fr\u00e5n enheter.",
"TabKodiMetadata": "Kodi",
"HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
"LabelKodiMetadataUser": "Add user watch data to nfo's for:",
"LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
"LabelKodiMetadataDateFormat": "Release date format:",
"LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
"LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
"LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
"LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
"LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
"LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
"HeaderKodiMetadataHelp": "Media Browser har inbyggt st\u00f6d f\u00f6r Kodi Nfo-metadata och bilder. F\u00f6r att aktivera eller avaktivera Kodi-metadata, anv\u00e4nd \"Avancerat\"-fliken f\u00f6r att g\u00f6ra inst\u00e4llningar f\u00f6r olika mediatyper.",
"LabelKodiMetadataUser": "St\u00e4ll in anv\u00e4ndare att bevaka nfo-data f\u00f6r:",
"LabelKodiMetadataUserHelp": "Aktivera detta f\u00f6r att synkronisera bevakade data mellan Media Browser och Kodi.",
"LabelKodiMetadataDateFormat": "Format f\u00f6r premi\u00e4rdatum:",
"LabelKodiMetadataDateFormatHelp": "Alla datum i nfo-filer kommer att l\u00e4sas och skrivas i detta format.",
"LabelKodiMetadataSaveImagePaths": "Spara bilds\u00f6kv\u00e4gar i nfo-filer",
"LabelKodiMetadataSaveImagePathsHelp": "Detta rekommenderas om du har bilder med filnamn som inte uppfyller Kodis riktlinjer.",
"LabelKodiMetadataEnablePathSubstitution": "Aktivera s\u00f6kv\u00e4gsutbyte",
"LabelKodiMetadataEnablePathSubstitutionHelp": "Aktiverar s\u00f6kv\u00e4gsutbyte enligt serverns inst\u00e4llningar.",
"LabelKodiMetadataEnablePathSubstitutionHelp2": "Se \"s\u00f6kv\u00e4gsutbyte\".",
"LabelGroupChannelsIntoViews": "Visa dessa kanaler direkt i mina vyer:",
"LabelGroupChannelsIntoViewsHelp": "Om aktiverat kommer dessa kanaler att visas tillsammans med andra vyer. Annars visas de i en separat vy f\u00f6r Kanaler.",
"LabelDisplayCollectionsView": "Visa en Samlingar-vy f\u00f6r filmsamlingar",
"LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
"LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
"LabelKodiMetadataEnableExtraThumbs": "Kopiera extrafanart till extrathumbs",
"LabelKodiMetadataEnableExtraThumbsHelp": "N\u00e4r bilder h\u00e4mtas fr\u00e5n Internet kan de sparas i b\u00e5de extrafanart- och extrathumbs-mapparna f\u00f6r att ge maximal kompatibilitet med Kodi-skins.",
"TabServices": "Tj\u00e4nster",
"TabLogs": "Loggfiler",
"HeaderServerLogFiles": "Serverloggfiler:",
@ -1114,11 +1114,11 @@
"TabFilter": "Filtrera",
"ButtonView": "Visa",
"LabelPageSize": "Max antal objekt:",
"LabelPath": "Path:",
"LabelPath": "S\u00f6kv\u00e4g:",
"LabelView": "Vy:",
"TabUsers": "Anv\u00e4ndare",
"LabelSortName": "Sort name:",
"LabelDateAdded": "Date added:",
"LabelSortName": "Sorteringstitel:",
"LabelDateAdded": "Inlagd den:",
"HeaderFeatures": "Extramaterial",
"HeaderAdvanced": "Avancerat",
"ButtonSync": "Synk",
@ -1159,7 +1159,7 @@
"OptionLocked": "L\u00e5st",
"OptionUnidentified": "Oidentifierad",
"OptionMissingParentalRating": "\u00c5ldersgr\u00e4ns saknas",
"OptionStub": "Stub",
"OptionStub": "Stump",
"HeaderEpisodes": "Episodes:",
"OptionSeason0": "S\u00e4song 0",
"LabelReport": "Rapport:",

Loading…
Cancel
Save