1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add media control to server dashboard

This commit is contained in:
Luke Pulverenti 2017-06-29 15:09:09 -04:00
parent fd0ae8bbdd
commit 1a0e3773ad
105 changed files with 708 additions and 493 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
define(["browser","dom","layoutManager","shell","embyRouter","apphost","css!./emby-button","registerElement"],function(browser,dom,layoutManager,shell,embyRouter,appHost){"use strict";function animateButtonInternal(e,btn){for(var div=document.createElement("div"),i=0,length=btn.classList.length;i<length;i++)div.classList.add(btn.classList[i]+"-ripple-effect");var offsetX=e.offsetX||0,offsetY=e.offsetY||0;offsetX>0&&offsetY>0&&(div.style.left=offsetX+"px",div.style.top=offsetY+"px");var firstChild=btn.firstChild;firstChild?btn.insertBefore(div,btn.firstChild):btn.appendChild(div),div.addEventListener(dom.whichAnimationEvent(),function(){div.parentNode.removeChild(div)},!1)}function animateButton(e,btn){requestAnimationFrame(function(){animateButtonInternal(e,btn)})}function onKeyDown(e){13===e.keyCode&&animateButton(e,this)}function onMouseDown(e){0===e.button&&animateButton(e,this)}function onClick(e){animateButton(e,this)}function enableAnimation(){return!browser.tv}function onAnchorClick(e){var href=this.getAttribute("href");"#"!==href?this.getAttribute("target")?appHost.supports("targetblank")||(e.preventDefault(),shell.openUrl(href)):embyRouter.handleAnchorClick(e):e.preventDefault()}var EmbyButtonPrototype=Object.create(HTMLButtonElement.prototype),EmbyLinkButtonPrototype=Object.create(HTMLAnchorElement.prototype);return EmbyButtonPrototype.createdCallback=function(){this.classList.contains("emby-button")||(this.classList.add("emby-button"),layoutManager.tv&&(this.classList.add("emby-button-focusscale"),this.classList.add("emby-button-tv")),enableAnimation()&&"false"!==this.getAttribute("data-ripple")&&(dom.addEventListener(this,"keydown",onKeyDown,{passive:!0}),browser.safari||browser.firefox&&"A"===this.tagName?dom.addEventListener(this,"click",onClick,{passive:!0}):dom.addEventListener(this,"mousedown",onMouseDown,{passive:!0})))},EmbyButtonPrototype.attachedCallback=function(){"A"===this.tagName&&(dom.removeEventListener(this,"click",onAnchorClick,{}),dom.addEventListener(this,"click",onAnchorClick,{}),"true"===this.getAttribute("data-autohide")&&(appHost.supports("externallinks")?this.classList.remove("hide"):this.classList.add("hide")))},EmbyButtonPrototype.detachedCallback=function(){dom.removeEventListener(this,"click",onAnchorClick,{})},EmbyLinkButtonPrototype.createdCallback=EmbyButtonPrototype.createdCallback,EmbyLinkButtonPrototype.attachedCallback=EmbyButtonPrototype.attachedCallback,document.registerElement("emby-button",{prototype:EmbyButtonPrototype,extends:"button"}),document.registerElement("emby-linkbutton",{prototype:EmbyLinkButtonPrototype,extends:"a"}),EmbyButtonPrototype});
define(["browser","dom","layoutManager","shell","embyRouter","apphost","css!./emby-button","registerElement"],function(browser,dom,layoutManager,shell,embyRouter,appHost){"use strict";function animateButtonInternal(e,btn){for(var div=document.createElement("div"),i=0,length=btn.classList.length;i<length;i++)div.classList.add(btn.classList[i]+"-ripple-effect");var offsetX=e.offsetX||0,offsetY=e.offsetY||0;offsetX>0&&offsetY>0&&(div.style.left=offsetX+"px",div.style.top=offsetY+"px");var firstChild=btn.firstChild;firstChild?btn.insertBefore(div,btn.firstChild):btn.appendChild(div),div.addEventListener(dom.whichAnimationEvent(),function(){div.parentNode.removeChild(div)},!1)}function animateButton(e,btn){requestAnimationFrame(function(){animateButtonInternal(e,btn)})}function onKeyDown(e){13===e.keyCode&&animateButton(e,this)}function onMouseDown(e){0===e.button&&animateButton(e,this)}function onClick(e){animateButton(e,this)}function enableAnimation(){return!browser.tv}function onAnchorClick(e){var href=this.getAttribute("href");"#"!==href?this.getAttribute("target")?appHost.supports("targetblank")||(e.preventDefault(),shell.openUrl(href)):embyRouter.handleAnchorClick(e):e.preventDefault()}var EmbyButtonPrototype=Object.create(HTMLButtonElement.prototype),EmbyLinkButtonPrototype=Object.create(HTMLAnchorElement.prototype);return EmbyButtonPrototype.createdCallback=function(){this.classList.contains("emby-button")||(this.classList.add("emby-button"),layoutManager.tv&&(this.classList.add("emby-button-focusscale"),this.classList.add("emby-button-tv")),enableAnimation()&&"false"!==this.getAttribute("data-ripple")&&!this.classList.contains("button-link")&&(dom.addEventListener(this,"keydown",onKeyDown,{passive:!0}),browser.safari||browser.firefox&&"A"===this.tagName?dom.addEventListener(this,"click",onClick,{passive:!0}):dom.addEventListener(this,"mousedown",onMouseDown,{passive:!0})))},EmbyButtonPrototype.attachedCallback=function(){"A"===this.tagName&&(dom.removeEventListener(this,"click",onAnchorClick,{}),dom.addEventListener(this,"click",onAnchorClick,{}),"true"===this.getAttribute("data-autohide")&&(appHost.supports("externallinks")?this.classList.remove("hide"):this.classList.add("hide")))},EmbyButtonPrototype.detachedCallback=function(){dom.removeEventListener(this,"click",onAnchorClick,{})},EmbyLinkButtonPrototype.createdCallback=EmbyButtonPrototype.createdCallback,EmbyLinkButtonPrototype.attachedCallback=EmbyButtonPrototype.attachedCallback,document.registerElement("emby-button",{prototype:EmbyButtonPrototype,extends:"button"}),document.registerElement("emby-linkbutton",{prototype:EmbyLinkButtonPrototype,extends:"a"}),EmbyButtonPrototype});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Activa aquesta funcionalitat amb un \u00fanic pagament, o amb una subscripci\u00f3 activa d'Emby Premiere.",
"MessageUnlockAppWithSupporter": "Activa aquesta funcionalitat amb una subscripci\u00f3 activa d'Emby Premiere.",
"MessageToValidateSupporter": "Si tens una subscripci\u00f3 activa d'Emby Premiere assegura't que l'has configurat al teu tauler de control de l'Emby Server, on pots accedir clicant a l'opci\u00f3 d'Emby Premiere al men\u00fa principal.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Odemknout tuto funkci pomoc\u00ed jednor\u00e1zov\u00e9 platby, nebo pomoc\u00ed aktivace p\u0159edplatn\u00e9ho Emby Premiere.",
"MessageUnlockAppWithSupporter": "Odemknout tuto funkci pomoc\u00ed aktivn\u00edho p\u0159edplatn\u00e9ho Emby Premiere.",
"MessageToValidateSupporter": "Pokud m\u00e1te aktivn\u00ed p\u0159edplatn\u00e9 Emby Premiere, ujist\u011bte se, \u017ee m\u00e1te nastaven Emby Premiere v panelu Nastaven\u00ed pod N\u00e1pov\u011bda -> Emby Premiere.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s op for dette feature med en lille enkeltst\u00e5ende betaling, eller med et aktivt Emby Premiere abonnement.",
"MessageUnlockAppWithSupporter": "L\u00e5s op for dette feature med et aktivt Emby Premiere abonnement.",
"MessageToValidateSupporter": "Hvis du har et aktivt Emby Premiere abonnement, skal du v\u00e6re sikker p\u00e5 at Emby Premiere er konfigureret i dit Emby Server-kontrolpanel, som kan tilg\u00e5es ved at klikke p\u00e5 Emby Premiere i hovedmenuen.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "Das Emby Konto wurde diesem Benutzer hinzugef\u00fcgt.",
"ErrorAddingGuestAccount2": "Bitte stellen Sie sicher, dass Ihre G\u00e4ste die Aktivierung vervollst\u00e4ndigt haben, welche wir ihm in einer Email nach der Erstellung des Kontos zugesandt haben. Sollte diese Email nicht angekommen sein, senden Sie bitte eine Email an {0}. Bitte geben Sie Ihre Emailadresse und die des Gastes mit an.",
"HeaderEmbyAccountAdded": "Emby Konto hinzugef\u00fcgt",
"Browse": "Bl\u00e4ttern",
"Manage": "Verwalten",
"HeaderMyDownloads": "Meine Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Schalte diese Funktion mit einer kleinen einmaligen Geb\u00fchr oder einem aktiven Emby Premium Abo frei.",
"MessageUnlockAppWithSupporter": "Schalte diese Funktion mit einem aktiven Emby Premium Abo frei.",
"MessageToValidateSupporter": "Wenn du eine aktive Emby Premiere Mitgliedschaft hast, stelle bitte sicher, dass du diese \u00fcber das Emby Server Dashboard eingerichtet hast (Hauptmenu -> Emby Premiere).",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03ba\u03b1\u03c4\u03b1\u03b2\u03ac\u03bb\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03cc \u03ba\u03cc\u03c3\u03c4\u03bf\u03c2 \u03ae \u03bc\u03b5 \u03bc\u03af\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae \u03c3\u03c4\u03bf Emby Premiere.",
"MessageUnlockAppWithSupporter": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03bc\u03b5 \u03bc\u03af\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae \u03c3\u03c4\u03bf Emby Premiere.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -33,11 +33,14 @@
"Friday": "Friday",
"Saturday": "Saturday",
"Days": "Days",
"Browse": "Browse",
"Manage": "Manage",
"RecordSeries": "Record series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderDownloadedMedia": "Downloaded Media",
"Downloads": "Downloads",
"HeaderMyDownloads": "My Downloads",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -1,19 +1,22 @@
{
"MessageEmbyAccontRemoved": "The Emby account has been removed from this user.",
"ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderEmbyAccountRemoved": "Emby Account Removed",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Emby.",
"ErrorReachingEmbyConnect": "There was an error reaching the Emby Connect server. Please ensure you have an active internet connection and try again.",
"ErrorAddingEmbyConnectAccount1": "There was an error adding the Emby Connect account. Have you created an Emby account? Sign up at {0}.",
"ErrorAddingEmbyConnectAccount2": "Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If you did not receive this email then please send an email to {0} from the email address used with the Emby account.",
"MessagePendingEmbyAccountAdded": "The Emby 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.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"MessageEmbyAccontRemoved": "La cuenta Emby ha sido eliminada de este usuario.",
"ErrorRemovingEmbyConnectAccount": "Hubo un error retirando la cuenta de Emby Connect. Por favor aseg\u00farese que su conexi\u00f3n a internet esta activa e intente de nuevo.",
"HeaderInvitationSent": "Invitaci\u00f3n Enviada",
"HeaderEmbyAccountRemoved": "Cuenta Emby Eliminada",
"GuestUserNotFound": "Usuario no encontrado. Por favor aseg\u00farese de que el nombre es correcto e intente de nuevo, o intente introducir la direcci\u00f3n de correo de su invitado.",
"MessageInvitationSentToUser": "Se ha enviado un correo electr\u00f3nico a {0}, invit\u00e1ndolo a aceptar tu invitaci\u00f3n para compartir.",
"MessageInvitationSentToNewUser": "Un correo electr\u00f3nico se ha enviado a {0} invit\u00e1ndolos a registrarse en Emby.",
"ErrorReachingEmbyConnect": "Hubo un error al tratar de contactar el servidor de Emby Connect. Por favor aseg\u00farese de que tiene una conexi\u00f3n activa de internet e intente de nuevo.",
"ErrorAddingEmbyConnectAccount1": "Hubo un error agregando la cuenta de Emby Connect. \u00bfYa ha creado una cuenta de Emby? Registrese en {0}.",
"ErrorAddingEmbyConnectAccount2": "Por favor aseg\u00farese que la cuenta Emby ha sido activada siguiendo las instrucciones incluidas en el correo electr\u00f3nico que recibi\u00f3 al crear la cuenta. Si no recibi\u00f3 dicho correo electr\u00f3nico por favor escriba uno a {0} desde la direcci\u00f3n de correo electr\u00f3nico usada con la cuenta Emby.",
"MessagePendingEmbyAccountAdded": "La cuenta Emby ha sido agregada a este usuario. Se enviara un correo electr\u00f3nico al propietario de la cuenta. La invitaci\u00f3n necesitara ser confirmada dando clic al enlace dentro del correo electr\u00f3nico.",
"ErrorAddingGuestAccount1": "Hubo un error agregando la cuenta de Emby Connect. \u00bfSu invitado ya ha creado una cuenta de Emby Connect? Puede registrarse en {0}.",
"MessageEmbyAccountAdded": "La cuenta Emby ha sido agregada a este usuario.",
"ErrorAddingGuestAccount2": "Por favor aseg\u00farese de que su invitado ha completado la activaci\u00f3n siguiendo las instrucciones que le fueron enviadas en el correo electr\u00f3nico despu\u00e9s de crear la cuenta. Si no recibi\u00f3 dicho correo entonces escriba un correo electr\u00f3nico a {0}, e incluya su direcci\u00f3n de correo electr\u00f3nico ademas de la de su invitado.",
"HeaderEmbyAccountAdded": "Cuenta Emby Agregada",
"Browse": "Navegar",
"Manage": "Administrar",
"HeaderMyDownloads": "Mis Descargas",
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloquee esta caracter\u00edstica con una peque\u00f1a compra \u00fanica, o con una suscripci\u00f3n activa de Emby Premier.",
"MessageUnlockAppWithSupporter": "Desbloquee esta caracter\u00edstica con una suscripci\u00f3n activa de Emby Premier.",
"MessageToValidateSupporter": "Si tiene una subscripci\u00f3n de Emby Premiere activa, aseg\u00farese de que ha configurado Emby Premiere en el Panel de Control del Servidor Emby, al cual puede acceder dando click en Emby Premiere dentro del men\u00fa principal.",
@ -471,6 +474,6 @@
"AudioBitrateNotSupported": "Tasa de bits de audio no soportado",
"AudioChannelsNotSupported": "Canales de audio no soportados",
"VideoResolutionNotSupported": "Resoluci\u00f3n de video no soportada",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
"AudioProfileNotSupported": "Perfil de audio no soportado",
"AudioSampleRateNotSupported": "Muestreo (sample) de audio no soportado"
}

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un petit achat unique ou avec un abonnement Emby Premiere actif.",
"MessageUnlockAppWithSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un abonnement Emby Premi\u00e8re actif.",
"MessageToValidateSupporter": "Si vous avez un abonnement Emby Premi\u00e8re actif, assurez-vous d'avoir install\u00e9 Emby Premi\u00e8re sur le tableau de bord de votre serveur Emby, auquel vous pouvez acc\u00e9der en cliquant sur Emby Premi\u00e8re dans le menu principal.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "Le compte Emby a \u00e9t\u00e9 ajout\u00e9 \u00e0 cet utilisateur.",
"ErrorAddingGuestAccount2": "Veuillez vous assurer que vos invit\u00e9s ont bien activ\u00e9 leur compte en suivant les instructions fournies dans le courriel envoy\u00e9 apr\u00e8s la cr\u00e9ation de leur compte. S'ils n'ont pas re\u00e7u ce courriel, veuillez envoyer un courriel \u00e0 {0} en pr\u00e9cisant votre adresse courriel ainsi que la leur.",
"HeaderEmbyAccountAdded": "Compte Emby ajout\u00e9",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un petit achat en une fois, ou avec une souscription Emby Premiere.",
"MessageUnlockAppWithSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec une souscription Emby Premiere.",
"MessageToValidateSupporter": "Si vous avez un abonnement Emby Premiere, veuillez-vous assurer que vous avez configur\u00e9 Emby Premiere dans votre menu de gestion Emby Server auquel vous pouvez acc\u00e9der en cliquant sur Emby Premiere dans le menu principal",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "\u05e0\u05e2\u05d9\u05dc\u05ea \u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e2\u05dd \u05e8\u05db\u05d9\u05e9\u05d4 \u05d7\u05d3 \u05e4\u05e2\u05de\u05d9\u05ea \u05e7\u05d8\u05e0\u05d4, \u05d0\u05d5 \u05e2\u05dd \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc Premiere \u05d0\u05de\u05d1\u05d9.",
"MessageUnlockAppWithSupporter": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05e0\u05e2\u05d9\u05dc\u05d4 \u05e9\u05dc \u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e2\u05dd \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere.",
"MessageToValidateSupporter": "\u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere, \u05d5\u05d3\u05d0 \u05e9\u05d4\u05d2\u05d3\u05e8\u05ea \u05d0\u05ea Emby Premiere \u05d1\u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05dc\u05d9\u05d8\u05d4 \u05e9\u05dc \u200b\u200b\u05d0\u05de\u05d1\u05d9 \u05e9\u05e8\u05ea, \u05e9\u05d1\u05d5 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d2\u05e9\u05ea \u05e2\u05dc-\u05d9\u05d3\u05d9 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc Emby Premiere \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 \u05d4\u05e8\u05d0\u05e9\u05d9.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Otklju\u010daj ovu mogu\u0107nost s malom jednokratnom kupnjom ili s aktivnom pretplatom Emby Premijere.",
"MessageUnlockAppWithSupporter": "Otklju\u010daj ovu mogu\u0107nost sa pretplatom Emby Premijere.",
"MessageToValidateSupporter": "Ako imate aktivnu pretplatu Emby Premijere provjerite dali ste postavili Emby Premijeru u svojoj nadzornoj plo\u010di Emby Server-a kojoj mo\u017eete pristupiti klikom Emby Premijera u glavnom izborniku.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "L'account Emby \u00e8 stato aggiunto a questo utente",
"ErrorAddingGuestAccount2": "Assicurati che i tuoi ospiti abbiano completato l'attivazione seguendo le istruzioni contenute nell'email inviata dopo la creazione dell'account. Se non ha ricevuto questa email, invia una email a {0}, e includi il tuo indirizzo email cos\u00ec come il loro.",
"HeaderEmbyAccountAdded": "Account Emby Aggiunto",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Sblocca questa funzionalit\u00e0 con un piccolo acquisto singolo, o con un abbonamento Emby Premiere.",
"MessageUnlockAppWithSupporter": "Sblocca questa funzionalit\u00e0 con un abbonamento Emby Premiere",
"MessageToValidateSupporter": "Se hai un abbonamento Emby Premiere, assicurati di averlo configurato nel Pannello di Controllo del Server, a cui puoi accedere cliccando su Emby Premiere dal menu principale.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "Emby \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456 \u043e\u0441\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u0433\u0430 \u04af\u0441\u0442\u0435\u043b\u0456\u043d\u0434\u0456.",
"ErrorAddingGuestAccount2": "\u0422\u0456\u0440\u043a\u0435\u043b\u0433\u0456 \u0436\u0430\u0441\u0430\u0493\u0430\u043d\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u044d-\u043f\u043e\u0448\u0442\u0430\u043c\u0435\u043d \u0436\u0456\u0431\u0435\u0440\u0456\u043b\u0433\u0435\u043d \u043d\u04b1\u0441\u049b\u0430\u0443\u043b\u0430\u0440\u0493\u0430 \u0441\u04d9\u0439\u043a\u0435\u0441, \u049b\u043e\u043d\u0430\u0493\u044b\u04a3\u044b\u0437 \u0436\u0430\u0441\u0430\u0493\u0430\u043d\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456\u0440\u0443\u0456\u043d \u0430\u044f\u049b\u0442\u0430\u0493\u0430\u043d\u044b\u043d\u0430 \u043a\u04e9\u0437 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u04a3\u0456\u0437. \u0415\u0433\u0435\u0440 \u043e\u043b \u043e\u0441\u044b \u044d-\u043f\u043e\u0448\u0442\u0430\u043d\u044b \u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0431\u043e\u043b\u0441\u0430, \u04e9\u0437\u0456\u04a3\u0456\u0437\u0434\u0456\u04a3 \u0436\u04d9\u043d\u0435 \u043e\u043d\u044b\u04a3 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u043b\u0430\u0440\u044b\u043d \u049b\u043e\u0441\u044b\u043f \u044d-\u043f\u043e\u0448\u0442\u0430 \u0430\u0440\u049b\u044b\u043b\u044b {0} \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d\u0430 \u0445\u0430\u0431\u0430\u0440 \u0436\u0456\u0431\u0435\u0440\u0456\u04a3\u0456\u0437.",
"HeaderEmbyAccountAdded": "Emby \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456 \u04af\u0441\u0442\u0435\u043b\u0456\u043d\u0434\u0456",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "\u041e\u0441\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u044b \u0431\u0456\u0440 \u0436\u043e\u043b\u0493\u044b \u0441\u0430\u0442\u044b\u043f \u0430\u043b\u0443, \u043d\u0435\u043c\u0435\u0441\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443.",
"MessageUnlockAppWithSupporter": "\u041e\u0441\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u044b \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443.",
"MessageToValidateSupporter": "\u0415\u0433\u0435\u0440 \u0441\u0456\u0437\u0434\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0431\u043e\u043b\u0441\u0430, Emby Server \u0442\u0430\u049b\u0442\u0430\u0441\u044b\u043d\u0434\u0430\u0493\u044b Emby Premiere \u043e\u0440\u043d\u0430\u0442\u044b\u043b\u044b\u043f \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d\u0456\u043d\u0435 \u043a\u04e9\u0437 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u04a3\u0456\u0437. \u0411\u04b1\u043b \u0431\u0430\u0441\u0442\u044b \u043c\u04d9\u0437\u0456\u0440\u0434\u0435 Emby Premiere \u0434\u0435\u0433\u0435\u043d\u0434\u0456 \u043d\u04b1\u049b\u044b\u043f \u049b\u0430\u0442\u044b\u043d\u0430\u0443\u043b\u044b.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Atrakinkite \u0161i\u0105 funkcij\u0105 nedideliu vienkartiniu mokes\u010diu arba \u012fsigij\u0119 Emby Premiere prenumerat\u0105.",
"MessageUnlockAppWithSupporter": "Atrakinkite \u0161i\u0105 funkcij\u0105 \u012fsigij\u0119 Emby Premiere prenumerat\u0105.",
"MessageToValidateSupporter": "Jei turite aktyvi\u0105 Emby Premiere prenumerat\u0105, sutvarkykite Emby Premiere savo Emby Serverio skydelyje. Tai galite atlikti paspaud\u0117 Emby Premiere u\u017era\u0161\u0105 pagrindiniame meniu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s opp denne funksjonen med et engangskj\u00f8p, eller med et aktivt Emby Premiere abonnement.",
"MessageUnlockAppWithSupporter": "L\u00e5s opp denne funksjonen med et aktivt Emby Premiere abonnement.",
"MessageToValidateSupporter": "Hvis du har et aktivt Emby Premiere-abonnement, m\u00e5 du s\u00f8rge for at du har konfigurert Emby Premiere i Emby Server Dashboard, som du f\u00e5r tilgang til ved \u00e5 klikke Emby Premiere i hovedmenyen.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Ontgrendel deze functie met een kleine eenmalige aankoop, of met een actief Emby Premiere abonnement.",
"MessageUnlockAppWithSupporter": "Ontgrendel deze functie met een actief Emby Premiere abonnement.",
"MessageToValidateSupporter": "Als u een actieve Emby Premiere abonnement heeft, zorg er dan voor dat u deze activeert in uw Emby Server Dashboard door te klikken op Emby Premiere in het hoofdmenu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloqueie esta funcionalidade com uma pequena compra \u00fanica, ou com uma assinatura ativa do Emby Premiere.",
"MessageUnlockAppWithSupporter": "Desbloqueie esta funcionalidade com uma assinatura ativa do Emby Premiere.",
"MessageToValidateSupporter": "Se tiver uma assinatura ativa do Emby Premiere, assegure-se que configurou o Emby Premiere no Painel do Servidor Emby, que pode ser acessado clicando Emby Premiere no menu principal.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Emby \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",
"ErrorAddingGuestAccount2": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0430\u0448 \u0433\u043e\u0441\u0442\u044c \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044e, \u0441\u043b\u0435\u0434\u0443\u044f \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c \u0432 \u043f\u0438\u0441\u044c\u043c\u0435, \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u043c \u043f\u043e\u0441\u043b\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438. \u0415\u0441\u043b\u0438 \u043e\u043d \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0442\u0430\u043a\u043e\u0435 \u043f\u0438\u0441\u044c\u043c\u043e, \u0442\u043e\u0433\u0434\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043f\u0438\u0441\u044c\u043c\u043e \u043d\u0430 {0}, \u0438 \u043f\u0440\u0438\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u0430\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b, \u043d\u0430\u0440\u044f\u0434\u0443 \u0441 \u0435\u0433\u043e \u0430\u0434\u0440\u0435\u0441\u043e\u043c.",
"HeaderEmbyAccountAdded": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Emby \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043e\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u043e\u0439 \u043e\u043f\u043b\u0430\u0442\u044b, \u0438\u043b\u0438 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u043e\u0439 Emby Premiere .",
"MessageUnlockAppWithSupporter": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u043e\u0439 Emby Premiere.",
"MessageToValidateSupporter": "\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 Emby Premiere, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e Emby Premiere \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0430 \u0432 \u0432\u0430\u0448\u0435\u0439 \u041f\u0430\u043d\u0435\u043b\u0438 Emby Server, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043f\u043e \u0449\u0435\u043b\u0447\u043a\u0443 \u043f\u043e Emby Premiere \u0432 \u0433\u043b\u0430\u0432\u043d\u043e\u043c \u043c\u0435\u043d\u044e.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s upp denna feature med ett eng\u00e5ngsk\u00f6p, eller med ett aktivt Emby Premium-medlemskap.",
"MessageUnlockAppWithSupporter": "L\u00e5s upp den h\u00e4r funktionen med en aktiv Emby Premium prenumeration.",
"MessageToValidateSupporter": "Om du har ett aktivt Emby Premium-medlemskap, se till att du har st\u00e4llt in Emby Premium i Emby Server Dashboard, som du kommer \u00e5t genom att klicka p\u00e5 Emby Premium i huvudmenyn.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

View file

@ -14,6 +14,9 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"Browse": "Browse",
"Manage": "Manage",
"HeaderMyDownloads": "My Downloads",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
a,a:visited{color:#52B54B;text-decoration:none}a,a:active,a:hover,a:visited{text-decoration:none}h1,h2,h3{margin-top:1em}body,html{margin:0;padding:0;height:100%}.backgroundContainer{position:fixed;top:0;left:0;right:0;bottom:0;contain:layout style}a{font-weight:500}.button-link{font-weight:500!important}a:active,a:hover{color:#2E7D32}html{touch-action:manipulation;background-color:#242424;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",'Open Sans',sans-serif;font-size:88%;line-height:1.35;color:#333}.pageContainer,body{background-color:transparent!important}.smallerFontSize{font-size:82%}h1{font-family:-apple-system-headline,system-ui,BlinkMacSystemFont,Roboto,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",'Open Sans',sans-serif;font-weight:400!important;font-size:1.72em}h2,h3{font-weight:400}h2{font-family:-apple-system-subheadline,system-ui,BlinkMacSystemFont,Roboto,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",'Open Sans',sans-serif;font-size:1.5em}h3{font-size:1.17em}body{overflow-y:scroll!important;overflow-x:hidden;-webkit-font-smoothing:antialiased}body.autoScrollY{overflow-y:auto!important}.mainAnimatedPage{contain:style!important}.pageContainer{overflow-x:visible!important}.bodyWithPopupOpen{overflow-y:hidden!important}.libraryPage h1 a{color:inherit!important}h1 a:hover{text-decoration:underline}.ui-body-b a.accent{color:#52B54B!important}.ui-body-a .paperList{background-color:#fff}.ui-body-a [is=emby-select]{border-color:#ccc!important}.ui-body-a [is=emby-input],.ui-body-a [is=emby-textarea]{background:0 0;border-color:#ccc!important}.ui-body-a .secondaryText{color:#ccc}.ui-body-b .secondaryText{color:#aaa}div[data-role=page]{outline:0}.headroom{-webkit-transition:-webkit-transform 180ms linear;-o-transition:transform 180ms linear;transition:transform 180ms linear}.headroom--pinned{-webkit-transform:none;transform:none}.headroom--unpinned:not(.headroomDisabled){-webkit-transform:translateY(-100%);transform:translateY(-100%)}.hide{display:none!important}.header{padding:1.5em 0 0 1.5em}.imgLogoIcon{height:2em;vertical-align:middle}.imgLogoIcon+span{margin-left:.75em}@media all and (max-height:50em){.header{display:none!important}}.pageTitle{margin-top:0;font-family:inherit}.fieldDescription{padding-left:.15em;font-weight:400;white-space:normal!important}.fieldDescription+.fieldDescription{margin-top:.3em}.background-theme-a .backgroundContainer{background-color:#f6f6f6}.dialog.background-theme-a{background-color:#f0f0f0}.ui-body-a .collapseContent,.ui-body-a .visualCardBox{background-color:#fff}div[data-role=content]{border-width:0;overflow:visible;overflow-x:hidden;padding:1em}.content-primary,.padded-bottom-page,.page,.pageWithAbsoluteTabs .pageTabContent{padding-bottom:14em!important}@media all and (min-width:56.25em){.page:not(.standalonePage) .header{padding-top:0}}.supporterPromotionContainer{margin:0 0 2em}@media all and (min-width:80em){.supporterPromotionContainer{position:fixed;top:120px;right:0}}.fullWidthContent .supporterPromotionContainer{position:static!important}@media all and (min-width:50em){.readOnlyContent,form{max-width:54em}.header{padding-bottom:1em}.supporterPromotionContainer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.supporterPromotion{text-align:center;padding:0 2em}.supporterPromotion button{padding-left:2em;padding-right:2em}}.imageDropZone{border:.25em dashed #bbb;-webkit-border-radius:.3em;border-radius:.3em;padding:1.6em;text-align:center;color:#bbb}.ui-body-a .emby-collapsible-button{border-color:#ddd}.ui-body-a .inputLabelUnfocused,.ui-body-a .textareaLabel{color:#555}.ui-body-a .inputLabelFocused,.ui-body-a .selectLabelFocused,.ui-body-a .textareaLabelFocused{color:green}.ui-body-a .fieldDescription,.ui-body-a .paperListLabel,.ui-body-a .selectLabelUnfocused{color:#555}.ui-body-a .listItem .secondary{color:#737373}
h1,h2,h3{margin-top:1em}body,html{margin:0;padding:0;height:100%}.backgroundContainer{position:fixed;top:0;left:0;right:0;bottom:0;contain:layout style}a{color:#52B54B;font-weight:500;text-decoration:none}html{touch-action:manipulation;background-color:#242424;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",'Open Sans',sans-serif;font-size:88%;line-height:1.35;color:#333}.pageContainer,body{background-color:transparent!important}.smallerFontSize{font-size:82%}h1{font-family:-apple-system-headline,system-ui,BlinkMacSystemFont,Roboto,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",'Open Sans',sans-serif;font-weight:400!important;font-size:1.72em}h2,h3{font-weight:400}h2{font-family:-apple-system-subheadline,system-ui,BlinkMacSystemFont,Roboto,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",'Open Sans',sans-serif;font-size:1.5em}h3{font-size:1.17em}body{overflow-y:scroll!important;overflow-x:hidden;-webkit-font-smoothing:antialiased}body.autoScrollY{overflow-y:auto!important}.mainAnimatedPage{contain:style!important}.pageContainer{overflow-x:visible!important}.bodyWithPopupOpen{overflow-y:hidden!important}.libraryPage h1 a{color:inherit!important}h1 a:hover{text-decoration:underline}.ui-body-b a.accent{color:#52B54B!important}.ui-body-a .paperList{background-color:#fff}.ui-body-a [is=emby-select]{border-color:#ccc!important}.ui-body-a [is=emby-input],.ui-body-a [is=emby-textarea]{background:0 0;border-color:#ccc!important}.ui-body-a .secondaryText{color:#ccc}.ui-body-b .secondaryText{color:#aaa}div[data-role=page]{outline:0}.headroom{-webkit-transition:-webkit-transform 180ms linear;-o-transition:transform 180ms linear;transition:transform 180ms linear}.headroom--pinned{-webkit-transform:none;transform:none}.headroom--unpinned:not(.headroomDisabled){-webkit-transform:translateY(-100%);transform:translateY(-100%)}.hide{display:none!important}.header{padding:1.5em 0 0 1.5em}.imgLogoIcon{height:2em;vertical-align:middle}.imgLogoIcon+span{margin-left:.75em}@media all and (max-height:50em){.header{display:none!important}}.pageTitle{margin-top:0;font-family:inherit}.fieldDescription{padding-left:.15em;font-weight:400;white-space:normal!important}.fieldDescription+.fieldDescription{margin-top:.3em}.background-theme-a .backgroundContainer{background-color:#f6f6f6}.dialog.background-theme-a{background-color:#f0f0f0}.ui-body-a .collapseContent,.ui-body-a .visualCardBox{background-color:#fff}div[data-role=content]{border-width:0;overflow:visible;overflow-x:hidden;padding:1em}.content-primary,.padded-bottom-page,.page,.pageWithAbsoluteTabs .pageTabContent{padding-bottom:14em!important}@media all and (min-width:56.25em){.page:not(.standalonePage) .header{padding-top:0}}.supporterPromotionContainer{margin:0 0 2em}@media all and (min-width:80em){.supporterPromotionContainer{position:fixed;top:120px;right:0}}.fullWidthContent .supporterPromotionContainer{position:static!important}@media all and (min-width:50em){.readOnlyContent,form{max-width:54em}.header{padding-bottom:1em}.supporterPromotionContainer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.supporterPromotion{text-align:center;padding:0 2em}.supporterPromotion button{padding-left:2em;padding-right:2em}}.imageDropZone{border:.25em dashed #bbb;-webkit-border-radius:.3em;border-radius:.3em;padding:1.6em;text-align:center;color:#bbb}.ui-body-a .emby-collapsible-button{border-color:#ddd}.ui-body-a .inputLabelUnfocused,.ui-body-a .textareaLabel{color:#555}.ui-body-a .inputLabelFocused,.ui-body-a .selectLabelFocused,.ui-body-a .textareaLabelFocused{color:green}.ui-body-a .fieldDescription,.ui-body-a .paperListLabel,.ui-body-a .selectLabelUnfocused{color:#555}.ui-body-a .listItem .secondary{color:#737373}

View file

@ -10,16 +10,10 @@
<div class="sections"></div>
</div>
<div class="pageTabContent padded-left padded-right" id="downloadsTab" data-index="1">
<div class="syncActivity">
</div>
</div>
<div class="pageTabContent" id="favoritesTab" data-index="2">
<div class="pageTabContent" id="favoritesTab" data-index="1">
<div class="favoriteSections"></div>
</div>
<div class="pageTabContent" id="upcomingTab" data-index="3">
<div class="pageTabContent" id="upcomingTab" data-index="2">
<div id="upcomingItems">
</div>
<div class="noItemsMessage hide padded-left padded-right">
@ -30,6 +24,6 @@
</div>
</div>
<div class="pageTabContent" style="padding-top:1em;" data-index="4">
<div class="pageTabContent" style="padding-top:1em;" data-index="3">
</div>
</div>

View file

@ -0,0 +1,6 @@
<div id="manageDownloadsPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-backbutton="true">
<div class="syncActivity padded-top padded-left padded-right padded-bottom-page">
</div>
</div>

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
define(["apphost","globalize","syncJobList","events","localsync","emby-button","paper-icon-button-light"],function(appHost,globalize,syncJobList,events,localSync){"use strict";return function(view,params,tabContent){var self=this,mode="offline",mySyncJobList=new syncJobList({isLocalSync:"offline"===mode,serverId:ApiClient.serverId(),userId:"offline"===mode?null:ApiClient.getCurrentUserId(),element:tabContent.querySelector(".syncActivity"),mode:mode});self.renderTab=function(){},self.destroy=function(){mySyncJobList&&(mySyncJobList.destroy(),mySyncJobList=null)}}});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
define(["syncJobList"],function(syncJobList){"use strict";return function(view,params){var mode="offline",apiClient=ApiClient,mySyncJobList=new syncJobList({isLocalSync:"offline"===mode,serverId:apiClient.serverId(),userId:"offline"===mode?null:apiClient.getCurrentUserId(),element:view.querySelector(".syncActivity"),mode:mode});view.addEventListener("viewdestroy",function(){mySyncJobList&&(mySyncJobList.destroy(),mySyncJobList=null)})}});

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642",
"LabelFinish": "\u0627\u0646\u0647\u0627\u0621",
"LabelNext": "\u0627\u0644\u062a\u0627\u0644\u064a",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "\u041f\u0430\u043f\u044f\u0440\u044d\u0434\u043d\u044f\u0435",
"LabelFinish": "\u0413\u0430\u0442\u043e\u0432\u0430",
"LabelNext": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430\u0435",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d",
"LabelFinish": "\u041a\u0440\u0430\u0439",
"LabelNext": "\u0421\u043b\u0435\u0434\u0432\u0430\u0449",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Anterior",
"LabelFinish": "Finalitzar",
"LabelNext": "Seg\u00fcent",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "P\u0159edchoz\u00ed",
"LabelFinish": "Dokon\u010dit",
"LabelNext": "Dal\u0161\u00ed",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Forrige",
"LabelFinish": "Afslut",
"LabelNext": "N\u00e6ste",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Previous",
"LabelFinish": "Finish",
"LabelNext": "Next",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Sende Nachricht",
"ViewPlaybackInfo": "Abspielinfo ansehen",
"LabelPrevious": "Vorheriges",
"LabelFinish": "Fertig",
"LabelNext": "N\u00e4chstes",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2",
"LabelFinish": "\u03a4\u03ad\u03bb\u03bf\u03c2",
"LabelNext": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Previous",
"LabelFinish": "Finish",
"LabelNext": "Next",

View file

@ -708,8 +708,10 @@
"ButtonRegister": "Register",
"LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
"LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
"SendMessage": "Send message",
"HeaderSendMessage": "Send Message",
"ButtonSend": "Send",
"ViewPlaybackInfo": "View playback info",
"LabelMessageText": "Message text:",
"LabelMessageTitle": "Message title:",
"MessageNoAvailablePlugins": "No available plugins.",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Enviar mensaje",
"ViewPlaybackInfo": "Ver informaci\u00f3n de reproducci\u00f3n",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "\u0642\u0628\u0644\u06cc",
"LabelFinish": "\u067e\u0627\u06cc\u0627\u0646",
"LabelNext": "\u0628\u0639\u062f\u06cc",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Edellinen",
"LabelFinish": "Valmis",
"LabelNext": "Seuraava",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer",
"LabelNext": "Suivant",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer",
"LabelNext": "Suivant",
@ -42,7 +44,7 @@
"CategorySync": "Synchroniser",
"TabPlaylist": "Liste de lecture",
"HeaderInstantMix": "Mix instantan\u00e9",
"HeaderEasyPinCode": "Easy Pin Code",
"HeaderEasyPinCode": "Code Pin Facile",
"HeaderInstalledServices": "Services install\u00e9s",
"HeaderAvailableServices": "Services disponibles",
"MessageNoServicesInstalled": "Aucun service n'est install\u00e9.",
@ -135,7 +137,7 @@
"MessageNothingHere": "Il n'y a rien ici.",
"MessagePleaseEnsureInternetMetadata": "Veuillez vous assurer que le t\u00e9l\u00e9chargement des m\u00e9tadonn\u00e9es depuis internet est autoris\u00e9.",
"AlreadyPaidHelp1": "Si vous avez d\u00e9j\u00e0 payer pour l'installation d'une ancienne version de Media Browser for Android, vous n'avez pas besoin de payer \u00e0 nouveau pour activer l'application. Cliquez sur OK pour nous envoyer un courriel \u00e0 {0} et nous l'activerons pour vous.",
"AlreadyPaidHelp2": "Got Emby Premiere? Just cancel this dialog, setup Emby Premiere in your Emby Server Dashboard under Help -> Emby Premiere, and it will be unlocked automatically.",
"AlreadyPaidHelp2": "Vous avez Emby Premi\u00e8re? Il suffit d'annuler cette bo\u00eete de dialogue, configurez Emby Premi\u00e8re dans votre tableau de bord Emby Server sous Aide -> Emby Premi\u00e8re, et il sera d\u00e9verrouill\u00e9 automatiquement.",
"TabSuggestions": "Suggestions",
"TabLatest": "Plus r\u00e9cents",
"TabUpcoming": "\u00c0 venir",
@ -150,7 +152,7 @@
"OptionLikes": "J'aime",
"OptionDislikes": "J'aime pas",
"OptionActors": "Acteurs",
"OptionGuestStars": "Guest Stars",
"OptionGuestStars": "Vedettes invit\u00e9es",
"OptionDirectors": "R\u00e9alisateurs",
"OptionWriters": "Sc\u00e9naristes",
"OptionProducers": "Producteurs",
@ -185,15 +187,15 @@
"OptionFolderSort": "R\u00e9pertoires",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
"OptionPoster": "Affiche",
"OptionPosterCard": "Carte d'affiche",
"OptionBackdrop": "Arri\u00e8re-plan",
"OptionTimeline": "Chronologie",
"OptionThumb": "Vignette",
"OptionThumbCard": "Carte de vignette",
"OptionBanner": "Banner",
"OptionBanner": "Banni\u00e8re",
"OptionCriticRating": "Note de la critique",
"OptionVideoBitrate": "Video Bitrate",
"OptionVideoBitrate": "D\u00e9bit vid\u00e9o",
"OptionResumable": "Reprise possible",
"ScheduledTasksHelp": "S\u00e9lectionnez une t\u00e2che pour ajuster sa planification.",
"TabMyPlugins": "Mes Plugins",
@ -205,7 +207,7 @@
"HeaderLatestSongs": "Derni\u00e8res chansons",
"HeaderRecentlyPlayed": "Lus r\u00e9cemment",
"HeaderFrequentlyPlayed": "Fr\u00e9quemment lus",
"LabelVideoType": "Video Type:",
"LabelVideoType": "Video:",
"OptionBluray": "Bluray",
"OptionDvd": "Dvd",
"OptionIso": "Iso",
@ -214,34 +216,34 @@
"LabelLastResult": "Dernier r\u00e9sultat :",
"OptionHasSubtitles": "Sous-titres",
"OptionHasTrailer": "Bande-annonce",
"OptionHasThemeSong": "Theme Song",
"OptionHasThemeVideo": "Theme Video",
"OptionHasThemeSong": "Chanson th\u00e8me",
"OptionHasThemeVideo": "Vid\u00e9o th\u00e9matique",
"TabMovies": "Films",
"TabStudios": "Studios",
"TabTrailers": "Bandes-annonces",
"LabelArtists": "Artistes :",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelArtistsHelp": "S\u00e9parer l'utilisation multiple ;",
"HeaderLatestTrailers": "Derni\u00e8res bandes-annonces",
"OptionHasSpecialFeatures": "Special Features",
"OptionImdbRating": "Note IMDb",
"OptionParentalRating": "Note Parentale",
"OptionPremiereDate": "Premiere Date",
"OptionPremiereDate": "Premi\u00e8re date",
"TabBasic": "Basic",
"TabAdvanced": "Avanc\u00e9e",
"OptionContinuing": "En cours",
"OptionEnded": "Ended",
"HeaderAirDays": "Air Days",
"OptionSundayShort": "Sun",
"OptionMondayShort": "Mon",
"OptionTuesdayShort": "Tue",
"OptionWednesdayShort": "Wed",
"OptionThursdayShort": "Thu",
"OptionFridayShort": "Fri",
"OptionSaturdayShort": "Sat",
"OptionSunday": "Sunday",
"OptionMonday": "Monday",
"OptionTuesday": "Tuesday",
"OptionWednesday": "Wednesday",
"OptionEnded": "Fini",
"HeaderAirDays": "Jour diffusion",
"OptionSundayShort": "Dim",
"OptionMondayShort": "Lun",
"OptionTuesdayShort": "Mar",
"OptionWednesdayShort": "Mer",
"OptionThursdayShort": "Jeu",
"OptionFridayShort": "Ven",
"OptionSaturdayShort": "Sam",
"OptionSunday": "Dimanche",
"OptionMonday": "Lundi",
"OptionTuesday": "Mardi",
"OptionWednesday": "Mercredi",
"OptionThursday": "Jeudi",
"OptionFriday": "Vendredi",
"OptionSaturday": "Samedi",
@ -284,40 +286,40 @@
"OptionIsSD": "SD",
"OptionMetascore": "Metascore",
"ButtonSelect": "S\u00e9lectionner",
"PismoMessage": "Utilizing Pismo File Mount through a donated license.",
"TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
"HeaderCredits": "Credits",
"PleaseSupportOtherProduces": "Please support other free products we utilize:",
"PismoMessage": "Utilisation de Pismo File Mount gr\u00e2ce \u00e0 une licence donn\u00e9e.",
"TangibleSoftwareMessage": "Utiliser Convertisseurs Java \/ C # de Tangible Solutions via une licence donn\u00e9e.",
"HeaderCredits": "Cr\u00e9dits",
"PleaseSupportOtherProduces": "Merci de supporter d'autres produits gratuits que nous utilisons:",
"VersionNumber": "Version {0}",
"TabPaths": "Chemins",
"TabServer": "Serveur",
"TabTranscoding": "Transcoding",
"OptionRelease": "Official Release",
"LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates",
"LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.",
"LabelRunServerAtStartup": "Run server at startup",
"LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
"ButtonSelectDirectory": "Select Directory",
"LabelCachePath": "Cache path:",
"TabTranscoding": "Transcodage",
"OptionRelease": "Version officielle",
"LabelAllowServerAutoRestart": "Autoriser le serveur \u00e0 red\u00e9marrer automatiquement pour appliquer les mises \u00e0 jour",
"LabelAllowServerAutoRestartHelp": "Le serveur ne red\u00e9marrera que pendant les p\u00e9riodes d'inactivit\u00e9, alors qu'aucun utilisateur n'est actif.",
"LabelRunServerAtStartup": "Ex\u00e9cuter le serveur au d\u00e9marrage",
"LabelRunServerAtStartupHelp": "Cela d\u00e9marrera l'ic\u00f4ne dans la barre d'\u00e9tat lors du d\u00e9marrage de Windows. Pour d\u00e9marrer le service Windows, d\u00e9cochez la case et ex\u00e9cutez le service depuis le panneau de configuration de Windows. Veuillez noter que vous ne pouvez pas ex\u00e9cuter les deux en m\u00eame temps, donc vous devrez quitter l'ic\u00f4ne de la barre d'\u00e9tat avant de commencer le service.",
"ButtonSelectDirectory": "S\u00e9lectionnez le chemin",
"LabelCachePath": "Chemin de cache:",
"DefaultMetadataLangaugeDescription": "Voici les options par d\u00e9faut. Elles peuvent \u00eatre personalis\u00e9es pour chaque m\u00e9diath\u00e8que",
"LabelCachePathHelp": "Specify a custom location for server cache files, such as images. Leave blank to use the server default.",
"LabelCachePathHelp": "Sp\u00e9cifiez un emplacement personnalis\u00e9 pour les fichiers de cache du serveur, tels que les images. Laissez vide pour utiliser le serveur par d\u00e9faut.",
"LabelRecordingPath": "Chemin d'enregistrement par d\u00e9faut",
"LabelMovieRecordingPath": "Emplacement des films (optionnel)",
"LabelSeriesRecordingPath": "Emplacement des s\u00e9ries (optionnel)",
"LabelRecordingPathHelp": "Sp\u00e9cifiez le r\u00e9pertoire d'enregistrement par d\u00e9faut. Si non renseign\u00e9, le r\u00e9pertoire Program Data du serveur sera utilis\u00e9.",
"LabelMetadataPath": "Metadata path:",
"LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata.",
"LabelTranscodingTempPath": "Transcoding temporary path:",
"LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
"LabelMetadataPath": "Chemin des m\u00e9tadonn\u00e9es:",
"LabelMetadataPathHelp": "Sp\u00e9cifiez un emplacement personnalis\u00e9 pour les illustrations et les m\u00e9tadonn\u00e9es t\u00e9l\u00e9charg\u00e9es.",
"LabelTranscodingTempPath": "Chemin du transcodage temporaire:",
"LabelTranscodingTempPathHelp": "Ce dossier contient des fichiers de travail utilis\u00e9s par le transcodeur. Sp\u00e9cifiez un chemin personnalis\u00e9 ou laissez vide pour utiliser la valeur par d\u00e9faut dans le dossier de donn\u00e9es du serveur.",
"TabBasics": "Basics",
"TabTV": "TV",
"TabGames": "Games",
"TabMusic": "Music",
"TabGames": "Jeux",
"TabMusic": "Musique",
"TabOthers": "Autres",
"OptionMovies": "Films",
"OptionEpisodes": "\u00c9pisodes",
"OptionOtherVideos": "Autres Films",
"LabelFanartApiKey": "Personal api key:",
"LabelFanartApiKey": "Cl\u00e9 d'api personnelle:",
"LabelFanartApiKeyHelp": "Les requ\u00eates de fanart sans cl\u00e9 d'API personnelle renvoient des r\u00e9sultats approuv\u00e9s il y a plus de 7 jours. Avec une cl\u00e9 d'API personnelle, cette valeur descend \u00e0 48 heures, et si vous \u00eates aussi membre fanart VIP, cette valeur descendra encore plus, \u00e0 environ 10 minutes.",
"ExtractChapterImagesHelp": "L'extraction d'images de chapitre permettra aux applications Emby d'afficher des menus visuels pour la s\u00e9lection des sc\u00e8nes. Le processus peut \u00eatre long et consommateur de ressources processeur et peut n\u00e9cessiter de nombreux gigaoctets de stockage. Il s'ex\u00e9cute quand des vid\u00e9os sont d\u00e9couvertes et \u00e9galement comme t\u00e2che planifi\u00e9e. La planification peut \u00eatre modifi\u00e9e dans les options du planificateur de tache. Il n'est pas conseill\u00e9 d'ex\u00e9cuter cette t\u00e2che pendant les heures d'usage intensif.",
"LabelMetadataDownloadLanguage": "Langue pr\u00e9f\u00e9r\u00e9e de t\u00e9l\u00e9chargement des m\u00e9tadonn\u00e9es :",
@ -326,7 +328,7 @@
"HeaderPleaseSignIn": "Merci de vous connecter",
"LabelUser": "User:",
"LabelPassword": "Mot de passe :",
"ButtonManualLogin": "Manual Login",
"ButtonManualLogin": "Connexion manuelle",
"TabGuide": "Guide",
"TabChannels": "Cha\u00eenes",
"TabCollections": "Collections",
@ -342,12 +344,12 @@
"TabSettings": "Param\u00e8tres",
"ButtonRefreshGuideData": "Rafra\u00eechir les donn\u00e9es du guide",
"ButtonRefresh": "Rafra\u00eechir",
"OptionPriority": "Priority",
"OptionRecordOnAllChannels": "Record on all channels",
"OptionPriority": "Priorit\u00e9",
"OptionRecordOnAllChannels": "Enregistrer sur tous les canaux",
"OptionRecordAnytime": "Enregistrer \u00e0 n'importe quelle heure",
"OptionRecordOnlyNewEpisodes": "Enregistrer seulement les nouveaux \u00e9pisodes",
"HeaderDays": "Jours",
"HeaderActiveRecordings": "Active Recordings",
"HeaderActiveRecordings": "Enregistrements actifs",
"HeaderLatestRecordings": "Derniers Enregistrements",
"ButtonPlay": "Lire",
"ButtonEdit": "\u00c9diter",
@ -784,7 +786,7 @@
"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.",
"LabelKodiMetadataSaveImagePathsHelp": "Ceci est recommand\u00e9 si vous avez des noms de fichiers image qui ne sont pas conformes aux directives Kodi.",
"LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
"LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
"OptionDisplayChannelsInline": "Afficher les cha\u00eenes comme des dossiers de m\u00e9dias",
@ -1931,8 +1933,8 @@
"EnableHardwareDecoding": "Activer le d\u00e9codage mat\u00e9riel",
"EnableHardwareEncoding": "Activer l'encodage mat\u00e9riel",
"Rate": "D\u00e9bit",
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"ButtonScanAllLibraries": "Actualiser toutes les m\u00e9diath\u00e8ques",
"ScanLibrary": "Actualiser la m\u00e9diath\u00e8que",
"EnableStreamLooping": "Boucle automatique du flux en direct",
"EnableStreamLoopingHelp": "Activez cette option si les streaming en direct ne contiennent que quelques secondes de donn\u00e9es et doivent \u00eatre redemand\u00e9s continuellement."
}

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Envoyer un message",
"ViewPlaybackInfo": "Voir les informations de lecture",
"LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer",
"LabelNext": "Suivant",
@ -717,9 +719,9 @@
"PluginTabAppClassic": "Emby classique",
"LabelEpisodeNamePlain": "Nom de l'\u00e9pisode",
"LabelSeriesNamePlain": "Nom de la s\u00e9rie",
"ValueSeriesNamePeriod": "Series.name",
"ValueSeriesNameUnderscore": "Series_name",
"ValueEpisodeNamePeriod": "Episode.name",
"ValueSeriesNamePeriod": "Series.nom",
"ValueSeriesNameUnderscore": "Series_nom",
"ValueEpisodeNamePeriod": "Episode.nom",
"ValueEpisodeNameUnderscore": "Episode_name",
"LabelSeasonNumberPlain": "Num\u00e9ro de la saison",
"LabelEpisodeNumberPlain": "Num\u00e9ro d'\u00e9pisode",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Vorher",
"LabelFinish": "Beende",
"LabelNext": "N\u00f6chst",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd",
"LabelFinish": "\u05e1\u05d9\u05d9\u05dd",
"LabelNext": "\u05d4\u05d1\u05d0",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Prethodni",
"LabelFinish": "Kraj",
"LabelNext": "Sljede\u0107i",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "El\u0151z\u0151",
"LabelFinish": "Befejez",
"LabelNext": "K\u00f6vetkez\u0151",
@ -849,9 +851,9 @@
"LabelImage": "Image:",
"HeaderImages": "K\u00e9pek",
"HeaderBackdrops": "H\u00e1tterek",
"HeaderAddUpdateImage": "Add\/Update Image",
"HeaderAddUpdateImage": "K\u00e9p hozz\u00e1ad\u00e1sa \/ friss\u00edt\u00e9se",
"LabelDropImageHere": "Dobd ide a k\u00e9pet",
"LabelJpgPngOnly": "JPG\/PNG only",
"LabelJpgPngOnly": "Csak JPG\/PNG",
"LabelImageType": "Image type:",
"OptionPrimary": "Primary",
"OptionArt": "Art",
@ -1683,7 +1685,7 @@
"DashboardTourMobile": "The Emby Server dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
"DashboardTourSync": "Sync your personal media to your devices for offline viewing.",
"TabExtras": "Extr\u00e1k",
"HeaderUploadImage": "Upload Image",
"HeaderUploadImage": "K\u00e9p felt\u00f6lt\u00e9s",
"DeviceLastUsedByUserName": "Last used by {0}",
"HeaderDeleteDevice": "Delete Device",
"DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Sebelumnya",
"LabelFinish": "Selesai",
"LabelNext": "Berikutnya",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Invio messaggio",
"ViewPlaybackInfo": "Vedi info sulla riproduzione",
"LabelPrevious": "Precedente",
"LabelFinish": "Finito",
"LabelNext": "Prossimo",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b",
"LabelFinish": "\u0410\u044f\u049b\u0442\u0430\u0443",
"LabelNext": "\u041a\u0435\u043b\u0435\u0441\u0456",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "\uc774\uc804",
"LabelFinish": "\ub05d\ub0b4\uae30",
"LabelNext": "\ub2e4\uc74c",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Ankstesnis",
"LabelFinish": "Baigti",
"LabelNext": "Kitas",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Sebelumnya",
"LabelFinish": "Habis",
"LabelNext": "Seterusnya",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Forrige",
"LabelFinish": "Ferdig",
"LabelNext": "Neste",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Vorige",
"LabelFinish": "Voltooien",
"LabelNext": "Volgende",

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Anterior",
"LabelFinish": "Finalizar",
"LabelNext": "Pr\u00f3ximo",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Seguinte",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Anteriorul",
"LabelFinish": "Termina",
"LabelNext": "Urmatorul",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435",
"LabelFinish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c",
"LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Previous",
"LabelFinish": "Finish",
"LabelNext": "Next",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "Nazaj",
"LabelFinish": "Konec",
"LabelNext": "Naprej",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "F\u00f6reg\u00e5ende",
"LabelFinish": "Klart",
"LabelNext": "N\u00e4sta",

View file

@ -1,4 +1,6 @@
{
"SendMessage": "Send message",
"ViewPlaybackInfo": "View playback info",
"LabelPrevious": "\u00d6nceki",
"LabelFinish": "Bitir",
"LabelNext": "Sonraki",

Some files were not shown because too many files have changed in this diff Show more