mirror of https://github.com/Ombi-app/Ombi
commit
ec8315ba2e
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,405 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="UserLogin_Title" xml:space="preserve">
|
||||
<value>Log ind</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph" xml:space="preserve">
|
||||
<value>Ønsker du at se en film eller tv-show, men det er i øjeblikket ikke på Plex? Log nedenfor med dit Plex.tv brugernavn og password !!</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph_SpanHover" xml:space="preserve">
|
||||
<value>Dine login-oplysninger bruges kun til at godkende din Plex konto.</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username" xml:space="preserve">
|
||||
<value>Plex.tv Brugernavn</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username_Placeholder" xml:space="preserve">
|
||||
<value>Brugernavn</value>
|
||||
</data>
|
||||
<data name="UserLogin_Password" xml:space="preserve">
|
||||
<value>Adgangskode</value>
|
||||
</data>
|
||||
<data name="UserLogin_SignIn" xml:space="preserve">
|
||||
<value>log på</value>
|
||||
</data>
|
||||
<data name="Javascript_SomethingWentWrong" xml:space="preserve">
|
||||
<value>Noget gik galt</value>
|
||||
</data>
|
||||
<data name="Javascript_Success" xml:space="preserve">
|
||||
<value>Fuldført</value>
|
||||
</data>
|
||||
<data name="Layout_Title" xml:space="preserve">
|
||||
<value>Plex Requests</value>
|
||||
</data>
|
||||
<data name="Layout_Search" xml:space="preserve">
|
||||
<value>Søg</value>
|
||||
</data>
|
||||
<data name="Layout_Requests" xml:space="preserve">
|
||||
<value>Anmodninger</value>
|
||||
</data>
|
||||
<data name="Layout_Issues" xml:space="preserve">
|
||||
<value>Issues</value>
|
||||
</data>
|
||||
<data name="Layout_Donate" xml:space="preserve">
|
||||
<value>STØT</value>
|
||||
</data>
|
||||
<data name="Layout_Admin" xml:space="preserve">
|
||||
<value>Administrator</value>
|
||||
</data>
|
||||
<data name="Layout_Settings" xml:space="preserve">
|
||||
<value>Indstillinger</value>
|
||||
</data>
|
||||
<data name="Layout_ChangePassword" xml:space="preserve">
|
||||
<value>Skift adgangskode</value>
|
||||
</data>
|
||||
<data name="Layout_Logout" xml:space="preserve">
|
||||
<value>Log ud</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart1" xml:space="preserve">
|
||||
<value>Der er en ny opdatering tilgængelig! Klik</value>
|
||||
</data>
|
||||
<data name="Layout_English" xml:space="preserve">
|
||||
<value>Dansk</value>
|
||||
</data>
|
||||
<data name="Layout_Spanish" xml:space="preserve">
|
||||
<value>Spansk</value>
|
||||
</data>
|
||||
<data name="Layout_German" xml:space="preserve">
|
||||
<value>Tysk</value>
|
||||
</data>
|
||||
<data name="Layout_Danish" xml:space="preserve">
|
||||
<value>Dansk</value>
|
||||
</data>
|
||||
<data name="Layout_Portuguese" xml:space="preserve">
|
||||
<value>Portugisisk</value>
|
||||
</data>
|
||||
<data name="Layout_Swedish" xml:space="preserve">
|
||||
<value>Swedish</value>
|
||||
</data>
|
||||
<data name="Layout_Italian" xml:space="preserve">
|
||||
<value>Italiensk</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart2" xml:space="preserve">
|
||||
<value>her</value>
|
||||
</data>
|
||||
<data name="Layout_Dutch" xml:space="preserve">
|
||||
<value>Hollandsk</value>
|
||||
</data>
|
||||
<data name="Search_Movies" xml:space="preserve">
|
||||
<value>Film</value>
|
||||
</data>
|
||||
<data name="Search_TvShows" xml:space="preserve">
|
||||
<value>TV-shows</value>
|
||||
</data>
|
||||
<data name="Search_Albums" xml:space="preserve">
|
||||
<value>Album</value>
|
||||
</data>
|
||||
<data name="Search_Paragraph" xml:space="preserve">
|
||||
<value>Ønsker at se noget, der ikke i øjeblikket på Plex ?! Intet problem! Bare søge efter det nedenfor og anmode den !</value>
|
||||
</data>
|
||||
<data name="Search_Title" xml:space="preserve">
|
||||
<value>Søg</value>
|
||||
</data>
|
||||
<data name="Search_Suggestions" xml:space="preserve">
|
||||
<value>Forslag</value>
|
||||
</data>
|
||||
<data name="Search_ComingSoon" xml:space="preserve">
|
||||
<value>Kommer snart</value>
|
||||
</data>
|
||||
<data name="Search_InTheaters" xml:space="preserve">
|
||||
<value>Teatre</value>
|
||||
</data>
|
||||
<data name="Search_SendNotificationText" xml:space="preserve">
|
||||
<value>Send mig en meddelelse, når emner, jeg har anmodet er blevet tilføjet</value>
|
||||
</data>
|
||||
<data name="Common_Save" xml:space="preserve">
|
||||
<value>Gem</value>
|
||||
</data>
|
||||
<data name="Search_Available" xml:space="preserve">
|
||||
<value>Tilgængelig</value>
|
||||
</data>
|
||||
<data name="Search_Requested" xml:space="preserve">
|
||||
<value>Forespørgsel sendt</value>
|
||||
</data>
|
||||
<data name="Search_Request" xml:space="preserve">
|
||||
<value>Forespørgsel</value>
|
||||
</data>
|
||||
<data name="Search_AllSeasons" xml:space="preserve">
|
||||
<value>Alle sæsoner</value>
|
||||
</data>
|
||||
<data name="Search_FirstSeason" xml:space="preserve">
|
||||
<value>Første sæson</value>
|
||||
</data>
|
||||
<data name="Search_LatestSeason" xml:space="preserve">
|
||||
<value>Sidste sæson</value>
|
||||
</data>
|
||||
<data name="Search_SelectSeason" xml:space="preserve">
|
||||
<value>Vælg</value>
|
||||
</data>
|
||||
<data name="Search_ReportIssue" xml:space="preserve">
|
||||
<value>Rapport Issue</value>
|
||||
</data>
|
||||
<data name="Issues_WrongAudio" xml:space="preserve">
|
||||
<value>Forkert lyd</value>
|
||||
</data>
|
||||
<data name="Issues_NoSubs" xml:space="preserve">
|
||||
<value>Undertekster</value>
|
||||
</data>
|
||||
<data name="Issues_WrongContent" xml:space="preserve">
|
||||
<value>Forkert indhold</value>
|
||||
</data>
|
||||
<data name="Issues_Playback" xml:space="preserve">
|
||||
<value>Playback Issues</value>
|
||||
</data>
|
||||
<data name="Issues_Other" xml:space="preserve">
|
||||
<value>Andet</value>
|
||||
</data>
|
||||
<data name="Search_TrackCount" xml:space="preserve">
|
||||
<value>Track Count</value>
|
||||
</data>
|
||||
<data name="Search_Country" xml:space="preserve">
|
||||
<value>Land</value>
|
||||
</data>
|
||||
<data name="Search_Modal_SeasonsTitle" xml:space="preserve">
|
||||
<value>Årstid</value>
|
||||
</data>
|
||||
<data name="Common_Close" xml:space="preserve">
|
||||
<value>Luk</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Title" xml:space="preserve">
|
||||
<value>Tilføj et problem!</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Save" xml:space="preserve">
|
||||
<value>Gem ændringer</value>
|
||||
</data>
|
||||
<data name="Search_Season" xml:space="preserve">
|
||||
<value>Sæson</value>
|
||||
</data>
|
||||
<data name="Layout_Welcome" xml:space="preserve">
|
||||
<value>Velkommen</value>
|
||||
</data>
|
||||
<data name="Requests_Title" xml:space="preserve">
|
||||
<value>Anmodninger</value>
|
||||
</data>
|
||||
<data name="Requests_Paragraph" xml:space="preserve">
|
||||
<value>Nedenfor kan du se dine og alle andre anmodninger, samt deres download og godkendelse status.</value>
|
||||
</data>
|
||||
<data name="Requests_MoviesTabTitle" xml:space="preserve">
|
||||
<value>Film</value>
|
||||
</data>
|
||||
<data name="Requests_TvShowTabTitle" xml:space="preserve">
|
||||
<value>TV-shows</value>
|
||||
</data>
|
||||
<data name="Requests_AlbumsTabTitle" xml:space="preserve">
|
||||
<value>Album</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMovies" xml:space="preserve">
|
||||
<value>Slet Film</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMovies" xml:space="preserve">
|
||||
<value>Godkend film</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteTVShows" xml:space="preserve">
|
||||
<value>Slet tv-udsendelser</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveTvShows" xml:space="preserve">
|
||||
<value>Godkend tv-udsendelser</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMusic" xml:space="preserve">
|
||||
<value>Slet Music</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMusic" xml:space="preserve">
|
||||
<value>Godkend Music</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_All" xml:space="preserve">
|
||||
<value>Alle</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Approved" xml:space="preserve">
|
||||
<value>Godkendt</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotApproved" xml:space="preserve">
|
||||
<value>Godkendt</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Available" xml:space="preserve">
|
||||
<value>Tilgængelig</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotAvailable" xml:space="preserve">
|
||||
<value>Ikke tilgængelig</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Released" xml:space="preserve">
|
||||
<value>Udgivet</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotReleased" xml:space="preserve">
|
||||
<value>Udgivet:</value>
|
||||
</data>
|
||||
<data name="Requests_Order" xml:space="preserve">
|
||||
<value>Ordrer</value>
|
||||
</data>
|
||||
<data name="Requests_Filter" xml:space="preserve">
|
||||
<value>Filter</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestRequests" xml:space="preserve">
|
||||
<value>Seneste anmodninger</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestRequests" xml:space="preserve">
|
||||
<value>Ældste anmodninger</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestReleases" xml:space="preserve">
|
||||
<value>Nyeste udgivelser</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestReleases" xml:space="preserve">
|
||||
<value>Ældste udgivelser</value>
|
||||
</data>
|
||||
<data name="Requests_ReleaseDate" xml:space="preserve">
|
||||
<value>Frigivelsesdato</value>
|
||||
</data>
|
||||
<data name="Requests_SeasonsRequested" xml:space="preserve">
|
||||
<value>Seasons Anmodet</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedBy" xml:space="preserve">
|
||||
<value>Anmodet Af</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedDate" xml:space="preserve">
|
||||
<value>Ønskede dato</value>
|
||||
</data>
|
||||
<data name="Requests_ToggleDropdown" xml:space="preserve">
|
||||
<value>Toggle Dropdown</value>
|
||||
</data>
|
||||
<data name="Common_Approve" xml:space="preserve">
|
||||
<value>Godkend</value>
|
||||
</data>
|
||||
<data name="Common_Remove" xml:space="preserve">
|
||||
<value>Fjern</value>
|
||||
</data>
|
||||
<data name="Requests_MarkUnavailable" xml:space="preserve">
|
||||
<value>ikke tilgængelig</value>
|
||||
</data>
|
||||
<data name="Requests_MarkAvailable" xml:space="preserve">
|
||||
<value>Mark tilgængelig</value>
|
||||
</data>
|
||||
<data name="Common_Approved" xml:space="preserve">
|
||||
<value>Godkendt</value>
|
||||
</data>
|
||||
<data name="Requests_Available" xml:space="preserve">
|
||||
<value>Tilgængelig</value>
|
||||
</data>
|
||||
<data name="Issues_Issue" xml:space="preserve">
|
||||
<value>Aktieemission</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,405 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="UserLogin_Title" xml:space="preserve">
|
||||
<value>Anmelden</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph" xml:space="preserve">
|
||||
<value>Möchten Sie einen Film oder eine TV-Show zu sehen, aber es ist derzeit nicht auf Plex? Loggen Sie sich unten mit Ihrem Plex.tv Benutzernamen und Passwort !</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph_SpanHover" xml:space="preserve">
|
||||
<value>Ihre Login-Daten werden verwendet, nur Ihr Plex Konto zu authentifizieren.</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username" xml:space="preserve">
|
||||
<value>Plex.tv Benutzername</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username_Placeholder" xml:space="preserve">
|
||||
<value>Benutzername</value>
|
||||
</data>
|
||||
<data name="UserLogin_Password" xml:space="preserve">
|
||||
<value>Passwort</value>
|
||||
</data>
|
||||
<data name="UserLogin_SignIn" xml:space="preserve">
|
||||
<value>Anmelden</value>
|
||||
</data>
|
||||
<data name="Javascript_SomethingWentWrong" xml:space="preserve">
|
||||
<value>Irgendetwas ist falsch gelaufen</value>
|
||||
</data>
|
||||
<data name="Javascript_Success" xml:space="preserve">
|
||||
<value>Erfolg</value>
|
||||
</data>
|
||||
<data name="Layout_Title" xml:space="preserve">
|
||||
<value>Plex Requests</value>
|
||||
</data>
|
||||
<data name="Layout_Search" xml:space="preserve">
|
||||
<value>Suche</value>
|
||||
</data>
|
||||
<data name="Layout_Requests" xml:space="preserve">
|
||||
<value>Anfragen</value>
|
||||
</data>
|
||||
<data name="Layout_Issues" xml:space="preserve">
|
||||
<value>Probleme</value>
|
||||
</data>
|
||||
<data name="Layout_Donate" xml:space="preserve">
|
||||
<value>Spenden</value>
|
||||
</data>
|
||||
<data name="Layout_Admin" xml:space="preserve">
|
||||
<value>Verwaltung</value>
|
||||
</data>
|
||||
<data name="Layout_Settings" xml:space="preserve">
|
||||
<value>Einstellungen</value>
|
||||
</data>
|
||||
<data name="Layout_ChangePassword" xml:space="preserve">
|
||||
<value>Passwort ändern</value>
|
||||
</data>
|
||||
<data name="Layout_Logout" xml:space="preserve">
|
||||
<value>Ausloggen</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart1" xml:space="preserve">
|
||||
<value>Es gibt ein neues Update verfügbar! Klicken</value>
|
||||
</data>
|
||||
<data name="Layout_English" xml:space="preserve">
|
||||
<value>Englisch</value>
|
||||
</data>
|
||||
<data name="Layout_Spanish" xml:space="preserve">
|
||||
<value>Spanisch</value>
|
||||
</data>
|
||||
<data name="Layout_German" xml:space="preserve">
|
||||
<value>Deutsch</value>
|
||||
</data>
|
||||
<data name="Layout_Danish" xml:space="preserve">
|
||||
<value>Dänisch</value>
|
||||
</data>
|
||||
<data name="Layout_Portuguese" xml:space="preserve">
|
||||
<value>Portugiesisch</value>
|
||||
</data>
|
||||
<data name="Layout_Swedish" xml:space="preserve">
|
||||
<value>Schwedisch</value>
|
||||
</data>
|
||||
<data name="Layout_Italian" xml:space="preserve">
|
||||
<value>Italienisch</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart2" xml:space="preserve">
|
||||
<value>hier</value>
|
||||
</data>
|
||||
<data name="Layout_Dutch" xml:space="preserve">
|
||||
<value>Niederländisch</value>
|
||||
</data>
|
||||
<data name="Search_Movies" xml:space="preserve">
|
||||
<value>Filme</value>
|
||||
</data>
|
||||
<data name="Search_TvShows" xml:space="preserve">
|
||||
<value>SERIEN</value>
|
||||
</data>
|
||||
<data name="Search_Albums" xml:space="preserve">
|
||||
<value>Alben</value>
|
||||
</data>
|
||||
<data name="Search_Paragraph" xml:space="preserve">
|
||||
<value>Möchten Sie etwas zu sehen, die derzeit nicht auf Plex ist ?! Kein Problem! Suchen Sie einfach nach unten und es es wünschen !</value>
|
||||
</data>
|
||||
<data name="Search_Title" xml:space="preserve">
|
||||
<value>Suche</value>
|
||||
</data>
|
||||
<data name="Search_Suggestions" xml:space="preserve">
|
||||
<value>Vorschläge</value>
|
||||
</data>
|
||||
<data name="Search_ComingSoon" xml:space="preserve">
|
||||
<value>Demnächst</value>
|
||||
</data>
|
||||
<data name="Search_InTheaters" xml:space="preserve">
|
||||
<value>Theatern</value>
|
||||
</data>
|
||||
<data name="Search_SendNotificationText" xml:space="preserve">
|
||||
<value>Senden Sie mir eine Benachrichtigung, wenn Gegenstände, die ich angefordert wurden hinzugefügt</value>
|
||||
</data>
|
||||
<data name="Common_Save" xml:space="preserve">
|
||||
<value>Speichern</value>
|
||||
</data>
|
||||
<data name="Search_Available" xml:space="preserve">
|
||||
<value>V ERFÜGBAR</value>
|
||||
</data>
|
||||
<data name="Search_Requested" xml:space="preserve">
|
||||
<value>angefragt</value>
|
||||
</data>
|
||||
<data name="Search_Request" xml:space="preserve">
|
||||
<value>Angefordert</value>
|
||||
</data>
|
||||
<data name="Search_AllSeasons" xml:space="preserve">
|
||||
<value>alle Saisonen</value>
|
||||
</data>
|
||||
<data name="Search_FirstSeason" xml:space="preserve">
|
||||
<value>Erste Saison</value>
|
||||
</data>
|
||||
<data name="Search_LatestSeason" xml:space="preserve">
|
||||
<value>Neueste Saison</value>
|
||||
</data>
|
||||
<data name="Search_SelectSeason" xml:space="preserve">
|
||||
<value>Auswählen</value>
|
||||
</data>
|
||||
<data name="Search_ReportIssue" xml:space="preserve">
|
||||
<value>Report Ausgabe</value>
|
||||
</data>
|
||||
<data name="Issues_WrongAudio" xml:space="preserve">
|
||||
<value>Falsche Audio</value>
|
||||
</data>
|
||||
<data name="Issues_NoSubs" xml:space="preserve">
|
||||
<value>Keine Untertitel</value>
|
||||
</data>
|
||||
<data name="Issues_WrongContent" xml:space="preserve">
|
||||
<value>Falscher Inhaltstyp.</value>
|
||||
</data>
|
||||
<data name="Issues_Playback" xml:space="preserve">
|
||||
<value>Wiedergabe-Probleme</value>
|
||||
</data>
|
||||
<data name="Issues_Other" xml:space="preserve">
|
||||
<value>Sonstige</value>
|
||||
</data>
|
||||
<data name="Search_TrackCount" xml:space="preserve">
|
||||
<value>Track-Count</value>
|
||||
</data>
|
||||
<data name="Search_Country" xml:space="preserve">
|
||||
<value>Land</value>
|
||||
</data>
|
||||
<data name="Search_Modal_SeasonsTitle" xml:space="preserve">
|
||||
<value>Jahreszeiten</value>
|
||||
</data>
|
||||
<data name="Common_Close" xml:space="preserve">
|
||||
<value>Schließen</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Title" xml:space="preserve">
|
||||
<value>Fügen Sie ein Problem</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Save" xml:space="preserve">
|
||||
<value>Änderungen speichern</value>
|
||||
</data>
|
||||
<data name="Search_Season" xml:space="preserve">
|
||||
<value>Staffel</value>
|
||||
</data>
|
||||
<data name="Layout_Welcome" xml:space="preserve">
|
||||
<value>Herzlich willkommen</value>
|
||||
</data>
|
||||
<data name="Requests_Title" xml:space="preserve">
|
||||
<value>Anfragen</value>
|
||||
</data>
|
||||
<data name="Requests_Paragraph" xml:space="preserve">
|
||||
<value>Im Folgenden finden Sie Ihre und alle anderen Anfragen, sowie deren Download und Genehmigungsstatus zu sehen.</value>
|
||||
</data>
|
||||
<data name="Requests_MoviesTabTitle" xml:space="preserve">
|
||||
<value>Filme</value>
|
||||
</data>
|
||||
<data name="Requests_TvShowTabTitle" xml:space="preserve">
|
||||
<value>SERIEN</value>
|
||||
</data>
|
||||
<data name="Requests_AlbumsTabTitle" xml:space="preserve">
|
||||
<value>Alben</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMovies" xml:space="preserve">
|
||||
<value>Löschen von Filmen</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMovies" xml:space="preserve">
|
||||
<value>Genehmigen-Filme</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteTVShows" xml:space="preserve">
|
||||
<value>Löschen TV Shows</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveTvShows" xml:space="preserve">
|
||||
<value>Genehmigen TV Shows</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMusic" xml:space="preserve">
|
||||
<value>Löschen Music</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMusic" xml:space="preserve">
|
||||
<value>Genehmigen Music</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_All" xml:space="preserve">
|
||||
<value>Alle</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Approved" xml:space="preserve">
|
||||
<value>Genehmigt</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotApproved" xml:space="preserve">
|
||||
<value>Nicht bestätigt</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Available" xml:space="preserve">
|
||||
<value>V ERFÜGBAR</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotAvailable" xml:space="preserve">
|
||||
<value>Nicht verfügbar</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Released" xml:space="preserve">
|
||||
<value>Frei</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotReleased" xml:space="preserve">
|
||||
<value>Frei</value>
|
||||
</data>
|
||||
<data name="Requests_Order" xml:space="preserve">
|
||||
<value>Bestellung</value>
|
||||
</data>
|
||||
<data name="Requests_Filter" xml:space="preserve">
|
||||
<value>Filter!</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestRequests" xml:space="preserve">
|
||||
<value>Aktuelle Anfragen</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestRequests" xml:space="preserve">
|
||||
<value>Älteste Anfragen</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestReleases" xml:space="preserve">
|
||||
<value>Neueste Veröffentlichungen</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestReleases" xml:space="preserve">
|
||||
<value>Die ältesten Releases</value>
|
||||
</data>
|
||||
<data name="Requests_ReleaseDate" xml:space="preserve">
|
||||
<value>Veröffentlichung</value>
|
||||
</data>
|
||||
<data name="Requests_SeasonsRequested" xml:space="preserve">
|
||||
<value>Jahreszeiten heraus</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedBy" xml:space="preserve">
|
||||
<value>Beantragt von</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedDate" xml:space="preserve">
|
||||
<value>angefragt</value>
|
||||
</data>
|
||||
<data name="Requests_ToggleDropdown" xml:space="preserve">
|
||||
<value>Toggle Dropdown</value>
|
||||
</data>
|
||||
<data name="Common_Approve" xml:space="preserve">
|
||||
<value>Genehmigen</value>
|
||||
</data>
|
||||
<data name="Common_Remove" xml:space="preserve">
|
||||
<value>Entfernen</value>
|
||||
</data>
|
||||
<data name="Requests_MarkUnavailable" xml:space="preserve">
|
||||
<value>Nicht verfügbar</value>
|
||||
</data>
|
||||
<data name="Requests_MarkAvailable" xml:space="preserve">
|
||||
<value>V ERFÜGBAR</value>
|
||||
</data>
|
||||
<data name="Common_Approved" xml:space="preserve">
|
||||
<value>Genehmigt</value>
|
||||
</data>
|
||||
<data name="Requests_Available" xml:space="preserve">
|
||||
<value>V ERFÜGBAR</value>
|
||||
</data>
|
||||
<data name="Issues_Issue" xml:space="preserve">
|
||||
<value>Problemstellung</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,405 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="UserLogin_Title" xml:space="preserve">
|
||||
<value>INICIAR SESIÓN</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph" xml:space="preserve">
|
||||
<value>¿Quieres ver una película o programa de televisión, pero no es actualmente en Plex? Ingresa abajo con su nombre de usuario y contraseña Plex.tv !</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph_SpanHover" xml:space="preserve">
|
||||
<value>Sus datos de acceso sólo se utilizan para autenticar su cuenta Plex.</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username" xml:space="preserve">
|
||||
<value>Plex.tv nombre de usuario</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username_Placeholder" xml:space="preserve">
|
||||
<value>Username</value>
|
||||
</data>
|
||||
<data name="UserLogin_Password" xml:space="preserve">
|
||||
<value>Contraseña</value>
|
||||
</data>
|
||||
<data name="UserLogin_SignIn" xml:space="preserve">
|
||||
<value>Iniciar sesión</value>
|
||||
</data>
|
||||
<data name="Javascript_SomethingWentWrong" xml:space="preserve">
|
||||
<value>Algo salió mal</value>
|
||||
</data>
|
||||
<data name="Javascript_Success" xml:space="preserve">
|
||||
<value>¡Éxito!</value>
|
||||
</data>
|
||||
<data name="Layout_Title" xml:space="preserve">
|
||||
<value>Plex Requests</value>
|
||||
</data>
|
||||
<data name="Layout_Search" xml:space="preserve">
|
||||
<value>Buscar</value>
|
||||
</data>
|
||||
<data name="Layout_Requests" xml:space="preserve">
|
||||
<value>Peticiones</value>
|
||||
</data>
|
||||
<data name="Layout_Issues" xml:space="preserve">
|
||||
<value>Problemas</value>
|
||||
</data>
|
||||
<data name="Layout_Donate" xml:space="preserve">
|
||||
<value>Dona</value>
|
||||
</data>
|
||||
<data name="Layout_Admin" xml:space="preserve">
|
||||
<value>Administración</value>
|
||||
</data>
|
||||
<data name="Layout_Settings" xml:space="preserve">
|
||||
<value>Ajustes</value>
|
||||
</data>
|
||||
<data name="Layout_ChangePassword" xml:space="preserve">
|
||||
<value>Cambiar contraseña</value>
|
||||
</data>
|
||||
<data name="Layout_Logout" xml:space="preserve">
|
||||
<value>Desconectarse</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart1" xml:space="preserve">
|
||||
<value>Hay una nueva actualización disponible! Hacer clic</value>
|
||||
</data>
|
||||
<data name="Layout_English" xml:space="preserve">
|
||||
<value>Inglés</value>
|
||||
</data>
|
||||
<data name="Layout_Spanish" xml:space="preserve">
|
||||
<value>Spanish</value>
|
||||
</data>
|
||||
<data name="Layout_German" xml:space="preserve">
|
||||
<value>German</value>
|
||||
</data>
|
||||
<data name="Layout_Danish" xml:space="preserve">
|
||||
<value>Danés</value>
|
||||
</data>
|
||||
<data name="Layout_Portuguese" xml:space="preserve">
|
||||
<value>Portugués</value>
|
||||
</data>
|
||||
<data name="Layout_Swedish" xml:space="preserve">
|
||||
<value>Sueco</value>
|
||||
</data>
|
||||
<data name="Layout_Italian" xml:space="preserve">
|
||||
<value>Italiano</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart2" xml:space="preserve">
|
||||
<value>aquí</value>
|
||||
</data>
|
||||
<data name="Layout_Dutch" xml:space="preserve">
|
||||
<value>Holandés</value>
|
||||
</data>
|
||||
<data name="Search_Movies" xml:space="preserve">
|
||||
<value>Películas</value>
|
||||
</data>
|
||||
<data name="Search_TvShows" xml:space="preserve">
|
||||
<value>Serie de TV</value>
|
||||
</data>
|
||||
<data name="Search_Albums" xml:space="preserve">
|
||||
<value>Álbumes</value>
|
||||
</data>
|
||||
<data name="Search_Paragraph" xml:space="preserve">
|
||||
<value>¿Quieres ver algo que no se encuentra actualmente en Plex ?! ¡No hay problema! Sólo la búsqueda de abajo y que solicitarlo !</value>
|
||||
</data>
|
||||
<data name="Search_Title" xml:space="preserve">
|
||||
<value>Buscar</value>
|
||||
</data>
|
||||
<data name="Search_Suggestions" xml:space="preserve">
|
||||
<value>Sugerencias</value>
|
||||
</data>
|
||||
<data name="Search_ComingSoon" xml:space="preserve">
|
||||
<value>Muy Pronto</value>
|
||||
</data>
|
||||
<data name="Search_InTheaters" xml:space="preserve">
|
||||
<value>En los cines</value>
|
||||
</data>
|
||||
<data name="Search_SendNotificationText" xml:space="preserve">
|
||||
<value>Envíame una notificación cuando se han añadido elementos que he solicitado</value>
|
||||
</data>
|
||||
<data name="Common_Save" xml:space="preserve">
|
||||
<value>Ahorra</value>
|
||||
</data>
|
||||
<data name="Search_Available" xml:space="preserve">
|
||||
<value>disponible</value>
|
||||
</data>
|
||||
<data name="Search_Requested" xml:space="preserve">
|
||||
<value>Pedido</value>
|
||||
</data>
|
||||
<data name="Search_Request" xml:space="preserve">
|
||||
<value>Solicitud</value>
|
||||
</data>
|
||||
<data name="Search_AllSeasons" xml:space="preserve">
|
||||
<value>Todas las temporadas</value>
|
||||
</data>
|
||||
<data name="Search_FirstSeason" xml:space="preserve">
|
||||
<value>Primera Temporada</value>
|
||||
</data>
|
||||
<data name="Search_LatestSeason" xml:space="preserve">
|
||||
<value>Última estación</value>
|
||||
</data>
|
||||
<data name="Search_SelectSeason" xml:space="preserve">
|
||||
<value>Seleccionar</value>
|
||||
</data>
|
||||
<data name="Search_ReportIssue" xml:space="preserve">
|
||||
<value>Informe del problema</value>
|
||||
</data>
|
||||
<data name="Issues_WrongAudio" xml:space="preserve">
|
||||
<value>Audio mal</value>
|
||||
</data>
|
||||
<data name="Issues_NoSubs" xml:space="preserve">
|
||||
<value>Subtitles</value>
|
||||
</data>
|
||||
<data name="Issues_WrongContent" xml:space="preserve">
|
||||
<value>Contenido incorrecto</value>
|
||||
</data>
|
||||
<data name="Issues_Playback" xml:space="preserve">
|
||||
<value>Problemas de reproducción</value>
|
||||
</data>
|
||||
<data name="Issues_Other" xml:space="preserve">
|
||||
<value>Otro</value>
|
||||
</data>
|
||||
<data name="Search_TrackCount" xml:space="preserve">
|
||||
<value>El número de pistas</value>
|
||||
</data>
|
||||
<data name="Search_Country" xml:space="preserve">
|
||||
<value>País</value>
|
||||
</data>
|
||||
<data name="Search_Modal_SeasonsTitle" xml:space="preserve">
|
||||
<value>Temporadas</value>
|
||||
</data>
|
||||
<data name="Common_Close" xml:space="preserve">
|
||||
<value>Cerrar</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Title" xml:space="preserve">
|
||||
<value>Añadir un problema</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Save" xml:space="preserve">
|
||||
<value>Guardar cambios</value>
|
||||
</data>
|
||||
<data name="Search_Season" xml:space="preserve">
|
||||
<value>Temporada</value>
|
||||
</data>
|
||||
<data name="Layout_Welcome" xml:space="preserve">
|
||||
<value>Bienvenido</value>
|
||||
</data>
|
||||
<data name="Requests_Title" xml:space="preserve">
|
||||
<value>Peticiones</value>
|
||||
</data>
|
||||
<data name="Requests_Paragraph" xml:space="preserve">
|
||||
<value>A continuación se puede ver la suya y todas las demás solicitudes, así como su descarga y aprobación de estado.</value>
|
||||
</data>
|
||||
<data name="Requests_MoviesTabTitle" xml:space="preserve">
|
||||
<value>Películas</value>
|
||||
</data>
|
||||
<data name="Requests_TvShowTabTitle" xml:space="preserve">
|
||||
<value>Serie de TV</value>
|
||||
</data>
|
||||
<data name="Requests_AlbumsTabTitle" xml:space="preserve">
|
||||
<value>Álbumes</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMovies" xml:space="preserve">
|
||||
<value>Eliminar películas</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMovies" xml:space="preserve">
|
||||
<value>Aprobar películas</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteTVShows" xml:space="preserve">
|
||||
<value>Eliminar programas de televisión</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveTvShows" xml:space="preserve">
|
||||
<value>Aprobar programas de televisión</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMusic" xml:space="preserve">
|
||||
<value>Eliminar la música</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMusic" xml:space="preserve">
|
||||
<value>Aprobar la música</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_All" xml:space="preserve">
|
||||
<value>Todo</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Approved" xml:space="preserve">
|
||||
<value>Aprobado</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotApproved" xml:space="preserve">
|
||||
<value>No Aprovado</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Available" xml:space="preserve">
|
||||
<value>disponible</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotAvailable" xml:space="preserve">
|
||||
<value>No disponible</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Released" xml:space="preserve">
|
||||
<value>Publicado</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotReleased" xml:space="preserve">
|
||||
<value>Publicado</value>
|
||||
</data>
|
||||
<data name="Requests_Order" xml:space="preserve">
|
||||
<value>Pedido</value>
|
||||
</data>
|
||||
<data name="Requests_Filter" xml:space="preserve">
|
||||
<value>Filtra</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestRequests" xml:space="preserve">
|
||||
<value>Las últimas peticiones</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestRequests" xml:space="preserve">
|
||||
<value>Las solicitudes más antiguas</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestReleases" xml:space="preserve">
|
||||
<value>Últimos Lanzamientos</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestReleases" xml:space="preserve">
|
||||
<value>Estrenos más antiguas</value>
|
||||
</data>
|
||||
<data name="Requests_ReleaseDate" xml:space="preserve">
|
||||
<value>Fecha de lanzamiento</value>
|
||||
</data>
|
||||
<data name="Requests_SeasonsRequested" xml:space="preserve">
|
||||
<value>Estaciones solicitado</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedBy" xml:space="preserve">
|
||||
<value>SOLICITADO POR</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedDate" xml:space="preserve">
|
||||
<value>¡Fecha solicitada</value>
|
||||
</data>
|
||||
<data name="Requests_ToggleDropdown" xml:space="preserve">
|
||||
<value>Toggle Desplegable</value>
|
||||
</data>
|
||||
<data name="Common_Approve" xml:space="preserve">
|
||||
<value>Trabajo aprobado</value>
|
||||
</data>
|
||||
<data name="Common_Remove" xml:space="preserve">
|
||||
<value>Eliminar</value>
|
||||
</data>
|
||||
<data name="Requests_MarkUnavailable" xml:space="preserve">
|
||||
<value>Marcar como no disponible</value>
|
||||
</data>
|
||||
<data name="Requests_MarkAvailable" xml:space="preserve">
|
||||
<value>disponible</value>
|
||||
</data>
|
||||
<data name="Common_Approved" xml:space="preserve">
|
||||
<value>Aprobado</value>
|
||||
</data>
|
||||
<data name="Requests_Available" xml:space="preserve">
|
||||
<value>disponible</value>
|
||||
</data>
|
||||
<data name="Issues_Issue" xml:space="preserve">
|
||||
<value>emitir</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,405 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="UserLogin_Title" xml:space="preserve">
|
||||
<value>Accesso</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph" xml:space="preserve">
|
||||
<value>Vuoi guardare un film o tv ma non è attualmente in Plex? Effettua il login con il tuo username e la password Plex.tv !</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph_SpanHover" xml:space="preserve">
|
||||
<value>I dati di accesso vengono utilizzati solo per autenticare l&#39;account Plex.!</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username" xml:space="preserve">
|
||||
<value>Plex.tv Nome utente</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username_Placeholder" xml:space="preserve">
|
||||
<value>Nome utente</value>
|
||||
</data>
|
||||
<data name="UserLogin_Password" xml:space="preserve">
|
||||
<value>Parola d'ordine</value>
|
||||
</data>
|
||||
<data name="UserLogin_SignIn" xml:space="preserve">
|
||||
<value>Accedi</value>
|
||||
</data>
|
||||
<data name="Javascript_SomethingWentWrong" xml:space="preserve">
|
||||
<value>Errore</value>
|
||||
</data>
|
||||
<data name="Javascript_Success" xml:space="preserve">
|
||||
<value>Successo</value>
|
||||
</data>
|
||||
<data name="Layout_Title" xml:space="preserve">
|
||||
<value>Plex Requests</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart1" xml:space="preserve">
|
||||
<value>C'è un nuovo aggiornamento disponibile! Clic</value>
|
||||
</data>
|
||||
<data name="Layout_Search" xml:space="preserve">
|
||||
<value>Cerca!</value>
|
||||
</data>
|
||||
<data name="Layout_Requests" xml:space="preserve">
|
||||
<value>Requests</value>
|
||||
</data>
|
||||
<data name="Layout_Issues" xml:space="preserve">
|
||||
<value>problemi quantificati</value>
|
||||
</data>
|
||||
<data name="Layout_Donate" xml:space="preserve">
|
||||
<value>Donazione</value>
|
||||
</data>
|
||||
<data name="Layout_Admin" xml:space="preserve">
|
||||
<value>admin</value>
|
||||
</data>
|
||||
<data name="Layout_Settings" xml:space="preserve">
|
||||
<value>Impostazioni</value>
|
||||
</data>
|
||||
<data name="Layout_ChangePassword" xml:space="preserve">
|
||||
<value>Modifica password</value>
|
||||
</data>
|
||||
<data name="Layout_Logout" xml:space="preserve">
|
||||
<value>Disconnettersi</value>
|
||||
</data>
|
||||
<data name="Layout_English" xml:space="preserve">
|
||||
<value>Inglese</value>
|
||||
</data>
|
||||
<data name="Layout_Spanish" xml:space="preserve">
|
||||
<value>Spagnolo</value>
|
||||
</data>
|
||||
<data name="Layout_German" xml:space="preserve">
|
||||
<value>Tedesco</value>
|
||||
</data>
|
||||
<data name="Layout_Danish" xml:space="preserve">
|
||||
<value>Danese</value>
|
||||
</data>
|
||||
<data name="Layout_Portuguese" xml:space="preserve">
|
||||
<value>Portoghese</value>
|
||||
</data>
|
||||
<data name="Layout_Swedish" xml:space="preserve">
|
||||
<value>Svedese</value>
|
||||
</data>
|
||||
<data name="Layout_Italian" xml:space="preserve">
|
||||
<value>Italiano</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart2" xml:space="preserve">
|
||||
<value>Qui!</value>
|
||||
</data>
|
||||
<data name="Layout_Dutch" xml:space="preserve">
|
||||
<value>Olandese</value>
|
||||
</data>
|
||||
<data name="Search_Title" xml:space="preserve">
|
||||
<value>Cerca</value>
|
||||
</data>
|
||||
<data name="Search_Movies" xml:space="preserve">
|
||||
<value>Film</value>
|
||||
</data>
|
||||
<data name="Search_TvShows" xml:space="preserve">
|
||||
<value>Spettacoli TV</value>
|
||||
</data>
|
||||
<data name="Search_Albums" xml:space="preserve">
|
||||
<value>Album</value>
|
||||
</data>
|
||||
<data name="Search_Paragraph" xml:space="preserve">
|
||||
<value>Voglia di guardare qualcosa che non è attualmente il Plex?! Non c'è problema! Basta cercare per esso qui sotto e richiederla!</value>
|
||||
</data>
|
||||
<data name="Search_Suggestions" xml:space="preserve">
|
||||
<value>Suggerimenti</value>
|
||||
</data>
|
||||
<data name="Search_ComingSoon" xml:space="preserve">
|
||||
<value>Novita</value>
|
||||
</data>
|
||||
<data name="Search_InTheaters" xml:space="preserve">
|
||||
<value>Nei Cinema</value>
|
||||
</data>
|
||||
<data name="Search_SendNotificationText" xml:space="preserve">
|
||||
<value>Inviami una notifica quando sono stati aggiunti elementi che ho chiesto!</value>
|
||||
</data>
|
||||
<data name="Common_Save" xml:space="preserve">
|
||||
<value>Salva</value>
|
||||
</data>
|
||||
<data name="Search_Available" xml:space="preserve">
|
||||
<value>disponibili</value>
|
||||
</data>
|
||||
<data name="Search_Requested" xml:space="preserve">
|
||||
<value>Richiesto</value>
|
||||
</data>
|
||||
<data name="Search_Request" xml:space="preserve">
|
||||
<value>Richiedi</value>
|
||||
</data>
|
||||
<data name="Search_AllSeasons" xml:space="preserve">
|
||||
<value>Tutte le Stagioni</value>
|
||||
</data>
|
||||
<data name="Search_FirstSeason" xml:space="preserve">
|
||||
<value>Prima stagione</value>
|
||||
</data>
|
||||
<data name="Search_LatestSeason" xml:space="preserve">
|
||||
<value>Ultima stagione</value>
|
||||
</data>
|
||||
<data name="Search_SelectSeason" xml:space="preserve">
|
||||
<value>seleziona</value>
|
||||
</data>
|
||||
<data name="Search_ReportIssue" xml:space="preserve">
|
||||
<value>Segnala il problema</value>
|
||||
</data>
|
||||
<data name="Issues_WrongAudio" xml:space="preserve">
|
||||
<value>Audio sbagliato</value>
|
||||
</data>
|
||||
<data name="Issues_NoSubs" xml:space="preserve">
|
||||
<value>Nessun sottotitolo</value>
|
||||
</data>
|
||||
<data name="Issues_WrongContent" xml:space="preserve">
|
||||
<value>Contenuto sbagliato</value>
|
||||
</data>
|
||||
<data name="Issues_Playback" xml:space="preserve">
|
||||
<value>Problemi di riproduzione</value>
|
||||
</data>
|
||||
<data name="Issues_Other" xml:space="preserve">
|
||||
<value>Altre</value>
|
||||
</data>
|
||||
<data name="Search_TrackCount" xml:space="preserve">
|
||||
<value>Conta di pista</value>
|
||||
</data>
|
||||
<data name="Search_Country" xml:space="preserve">
|
||||
<value>Nazione</value>
|
||||
</data>
|
||||
<data name="Search_Modal_SeasonsTitle" xml:space="preserve">
|
||||
<value>Stagioni</value>
|
||||
</data>
|
||||
<data name="Common_Close" xml:space="preserve">
|
||||
<value>Chiudi</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Title" xml:space="preserve">
|
||||
<value>Aggiungere un problema</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Save" xml:space="preserve">
|
||||
<value>Salva Cambia</value>
|
||||
</data>
|
||||
<data name="Search_Season" xml:space="preserve">
|
||||
<value>Stagione</value>
|
||||
</data>
|
||||
<data name="Layout_Welcome" xml:space="preserve">
|
||||
<value>Benvenuta</value>
|
||||
</data>
|
||||
<data name="Requests_Title" xml:space="preserve">
|
||||
<value>Requests</value>
|
||||
</data>
|
||||
<data name="Requests_Paragraph" xml:space="preserve">
|
||||
<value>Qui sotto potete vedere il vostro e tutte le altre richieste, così come il loro download e l'approvazione dello stato</value>
|
||||
</data>
|
||||
<data name="Requests_MoviesTabTitle" xml:space="preserve">
|
||||
<value>Film</value>
|
||||
</data>
|
||||
<data name="Requests_TvShowTabTitle" xml:space="preserve">
|
||||
<value>Spettacoli TV</value>
|
||||
</data>
|
||||
<data name="Requests_AlbumsTabTitle" xml:space="preserve">
|
||||
<value>Album</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMovies" xml:space="preserve">
|
||||
<value>Cancellare i filmati</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMovies" xml:space="preserve">
|
||||
<value>Approva Film</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteTVShows" xml:space="preserve">
|
||||
<value>Cancellare programmi TV</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveTvShows" xml:space="preserve">
|
||||
<value>Approvare programmi TV</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMusic" xml:space="preserve">
|
||||
<value>Eliminare la musica</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMusic" xml:space="preserve">
|
||||
<value>Approva Musica</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_All" xml:space="preserve">
|
||||
<value>Tutto ciò</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Approved" xml:space="preserve">
|
||||
<value>Approvato</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotApproved" xml:space="preserve">
|
||||
<value>Approvato</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Available" xml:space="preserve">
|
||||
<value>disponibili</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotAvailable" xml:space="preserve">
|
||||
<value>Non disponibile</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Released" xml:space="preserve">
|
||||
<value>Rilasciato</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotReleased" xml:space="preserve">
|
||||
<value>Non rilasciato</value>
|
||||
</data>
|
||||
<data name="Requests_Order" xml:space="preserve">
|
||||
<value>Ordina</value>
|
||||
</data>
|
||||
<data name="Requests_Filter" xml:space="preserve">
|
||||
<value>Filtro</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestRequests" xml:space="preserve">
|
||||
<value>Ultimi Richieste</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestRequests" xml:space="preserve">
|
||||
<value>I più vecchi richieste</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestReleases" xml:space="preserve">
|
||||
<value>Ultime uscite</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestReleases" xml:space="preserve">
|
||||
<value>I più vecchi uscite</value>
|
||||
</data>
|
||||
<data name="Requests_ReleaseDate" xml:space="preserve">
|
||||
<value>Data di disponibilità</value>
|
||||
</data>
|
||||
<data name="Requests_SeasonsRequested" xml:space="preserve">
|
||||
<value>Stagioni obbligatorio</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedBy" xml:space="preserve">
|
||||
<value>Richiesto</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedDate" xml:space="preserve">
|
||||
<value>Richiesto</value>
|
||||
</data>
|
||||
<data name="Requests_ToggleDropdown" xml:space="preserve">
|
||||
<value>Imposta/rimuovi a discesa</value>
|
||||
</data>
|
||||
<data name="Common_Approve" xml:space="preserve">
|
||||
<value>Approva</value>
|
||||
</data>
|
||||
<data name="Common_Remove" xml:space="preserve">
|
||||
<value>Togliere</value>
|
||||
</data>
|
||||
<data name="Requests_MarkUnavailable" xml:space="preserve">
|
||||
<value>Segna non disponibile</value>
|
||||
</data>
|
||||
<data name="Requests_MarkAvailable" xml:space="preserve">
|
||||
<value>Segna disponibile</value>
|
||||
</data>
|
||||
<data name="Common_Approved" xml:space="preserve">
|
||||
<value>Approvato</value>
|
||||
</data>
|
||||
<data name="Requests_Available" xml:space="preserve">
|
||||
<value>disponibili</value>
|
||||
</data>
|
||||
<data name="Issues_Issue" xml:space="preserve">
|
||||
<value>Problema</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,405 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="UserLogin_Title" xml:space="preserve">
|
||||
<value>Inloggen</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph" xml:space="preserve">
|
||||
<value>Wilt u een film of tv-show te kijken, maar het is op het moment niet op Plex? Log hieronder in met uw gebruikersnaam en wachtwoord Plex.tv !!</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph_SpanHover" xml:space="preserve">
|
||||
<value>Uw login gegevens worden alleen gebruikt om uw account te verifiëren Plex.</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username" xml:space="preserve">
|
||||
<value>Plex.tv Gebruikersnaam</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username_Placeholder" xml:space="preserve">
|
||||
<value>Gebruikersnaam</value>
|
||||
</data>
|
||||
<data name="UserLogin_Password" xml:space="preserve">
|
||||
<value>Wachtwoord</value>
|
||||
</data>
|
||||
<data name="UserLogin_SignIn" xml:space="preserve">
|
||||
<value>Aanmelden!</value>
|
||||
</data>
|
||||
<data name="Javascript_SomethingWentWrong" xml:space="preserve">
|
||||
<value>Er is iets fout gegaan</value>
|
||||
</data>
|
||||
<data name="Javascript_Success" xml:space="preserve">
|
||||
<value>Succes</value>
|
||||
</data>
|
||||
<data name="Layout_Title" xml:space="preserve">
|
||||
<value>Plex Requests</value>
|
||||
</data>
|
||||
<data name="Layout_Search" xml:space="preserve">
|
||||
<value>Zoeken</value>
|
||||
</data>
|
||||
<data name="Layout_Requests" xml:space="preserve">
|
||||
<value>Verzoeken</value>
|
||||
</data>
|
||||
<data name="Layout_Issues" xml:space="preserve">
|
||||
<value>UItgaves</value>
|
||||
</data>
|
||||
<data name="Layout_Donate" xml:space="preserve">
|
||||
<value>Doneren</value>
|
||||
</data>
|
||||
<data name="Layout_Admin" xml:space="preserve">
|
||||
<value>Admin</value>
|
||||
</data>
|
||||
<data name="Layout_Settings" xml:space="preserve">
|
||||
<value>Instellingen</value>
|
||||
</data>
|
||||
<data name="Layout_ChangePassword" xml:space="preserve">
|
||||
<value>Wachtwoord wijzigen</value>
|
||||
</data>
|
||||
<data name="Layout_Logout" xml:space="preserve">
|
||||
<value>Uitloggen</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart1" xml:space="preserve">
|
||||
<value>Er is een nieuwe update beschikbaar is! Klik</value>
|
||||
</data>
|
||||
<data name="Layout_English" xml:space="preserve">
|
||||
<value>English</value>
|
||||
</data>
|
||||
<data name="Layout_Spanish" xml:space="preserve">
|
||||
<value>Spanish</value>
|
||||
</data>
|
||||
<data name="Layout_German" xml:space="preserve">
|
||||
<value>German</value>
|
||||
</data>
|
||||
<data name="Layout_Danish" xml:space="preserve">
|
||||
<value>Koffiebroodje</value>
|
||||
</data>
|
||||
<data name="Layout_Portuguese" xml:space="preserve">
|
||||
<value>Portuguese</value>
|
||||
</data>
|
||||
<data name="Layout_Swedish" xml:space="preserve">
|
||||
<value>Zweeds</value>
|
||||
</data>
|
||||
<data name="Layout_Italian" xml:space="preserve">
|
||||
<value>Italian</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart2" xml:space="preserve">
|
||||
<value>Hier!</value>
|
||||
</data>
|
||||
<data name="Layout_Dutch" xml:space="preserve">
|
||||
<value>Dutch</value>
|
||||
</data>
|
||||
<data name="Search_Title" xml:space="preserve">
|
||||
<value>Zoeken</value>
|
||||
</data>
|
||||
<data name="Search_Requested" xml:space="preserve">
|
||||
<value>Aangevraagd</value>
|
||||
</data>
|
||||
<data name="Search_Movies" xml:space="preserve">
|
||||
<value>films</value>
|
||||
</data>
|
||||
<data name="Search_TvShows" xml:space="preserve">
|
||||
<value>TV programma's</value>
|
||||
</data>
|
||||
<data name="Search_Albums" xml:space="preserve">
|
||||
<value>albums</value>
|
||||
</data>
|
||||
<data name="Search_Paragraph" xml:space="preserve">
|
||||
<value>Wilt u kijken naar iets dat is momenteel niet op de Plex?! Geen probleem! Onderzoek enkel naar het hieronder en vraag het!</value>
|
||||
</data>
|
||||
<data name="Search_Suggestions" xml:space="preserve">
|
||||
<value>Suggesties</value>
|
||||
</data>
|
||||
<data name="Search_ComingSoon" xml:space="preserve">
|
||||
<value>Binnenkort verwacht</value>
|
||||
</data>
|
||||
<data name="Search_InTheaters" xml:space="preserve">
|
||||
<value>In de Theaters</value>
|
||||
</data>
|
||||
<data name="Search_SendNotificationText" xml:space="preserve">
|
||||
<value>Stuur me een bericht wanneer objecten die ik heb gevraagd zijn toegevoegd</value>
|
||||
</data>
|
||||
<data name="Common_Save" xml:space="preserve">
|
||||
<value>Opslaan</value>
|
||||
</data>
|
||||
<data name="Search_Available" xml:space="preserve">
|
||||
<value>Beschikbaar</value>
|
||||
</data>
|
||||
<data name="Search_Request" xml:space="preserve">
|
||||
<value>Verzoek</value>
|
||||
</data>
|
||||
<data name="Search_AllSeasons" xml:space="preserve">
|
||||
<value>Alle seizoenen</value>
|
||||
</data>
|
||||
<data name="Search_FirstSeason" xml:space="preserve">
|
||||
<value>Eerste seizoen</value>
|
||||
</data>
|
||||
<data name="Search_LatestSeason" xml:space="preserve">
|
||||
<value>Laatste seizoen</value>
|
||||
</data>
|
||||
<data name="Search_SelectSeason" xml:space="preserve">
|
||||
<value>Selecteer</value>
|
||||
</data>
|
||||
<data name="Search_ReportIssue" xml:space="preserve">
|
||||
<value>Probleem melden</value>
|
||||
</data>
|
||||
<data name="Issues_WrongAudio" xml:space="preserve">
|
||||
<value>Verkeerde Audio</value>
|
||||
</data>
|
||||
<data name="Issues_NoSubs" xml:space="preserve">
|
||||
<value>Geen ondertiteling</value>
|
||||
</data>
|
||||
<data name="Issues_WrongContent" xml:space="preserve">
|
||||
<value>Verkeerde inhoud</value>
|
||||
</data>
|
||||
<data name="Issues_Playback" xml:space="preserve">
|
||||
<value>Problemen met het afspelen</value>
|
||||
</data>
|
||||
<data name="Issues_Other" xml:space="preserve">
|
||||
<value>Overig</value>
|
||||
</data>
|
||||
<data name="Search_TrackCount" xml:space="preserve">
|
||||
<value>Spoor de graaf</value>
|
||||
</data>
|
||||
<data name="Search_Country" xml:space="preserve">
|
||||
<value>Land</value>
|
||||
</data>
|
||||
<data name="Search_Modal_SeasonsTitle" xml:space="preserve">
|
||||
<value>Seasons</value>
|
||||
</data>
|
||||
<data name="Common_Close" xml:space="preserve">
|
||||
<value>Dichtbij</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Title" xml:space="preserve">
|
||||
<value>Een actie-item toevoegen</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Save" xml:space="preserve">
|
||||
<value>Wijzigingen opslaan</value>
|
||||
</data>
|
||||
<data name="Search_Season" xml:space="preserve">
|
||||
<value>Seizoen</value>
|
||||
</data>
|
||||
<data name="Layout_Welcome" xml:space="preserve">
|
||||
<value>Welkom</value>
|
||||
</data>
|
||||
<data name="Requests_Title" xml:space="preserve">
|
||||
<value>Verzoeken</value>
|
||||
</data>
|
||||
<data name="Requests_Paragraph" xml:space="preserve">
|
||||
<value>Hieronder vindt u de jouwe en alle andere verzoeken kan zien, evenals hun download en goedkeuring-status.</value>
|
||||
</data>
|
||||
<data name="Requests_MoviesTabTitle" xml:space="preserve">
|
||||
<value>films</value>
|
||||
</data>
|
||||
<data name="Requests_TvShowTabTitle" xml:space="preserve">
|
||||
<value>TV programma's</value>
|
||||
</data>
|
||||
<data name="Requests_AlbumsTabTitle" xml:space="preserve">
|
||||
<value>albums</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMovies" xml:space="preserve">
|
||||
<value>Verwijder Movies</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMovies" xml:space="preserve">
|
||||
<value>Goedkeuren Movies</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteTVShows" xml:space="preserve">
|
||||
<value>Verwijder TV Shows</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveTvShows" xml:space="preserve">
|
||||
<value>Goedkeuren TV Shows</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMusic" xml:space="preserve">
|
||||
<value>Verwijderen Muziek</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMusic" xml:space="preserve">
|
||||
<value>Goedkeuren Music</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_All" xml:space="preserve">
|
||||
<value>Alle</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Approved" xml:space="preserve">
|
||||
<value>Goedgekeurd</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotApproved" xml:space="preserve">
|
||||
<value>Nog niet gestart</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Available" xml:space="preserve">
|
||||
<value>Beschikbaar</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotAvailable" xml:space="preserve">
|
||||
<value>Niet beschikbaar</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Released" xml:space="preserve">
|
||||
<value>Released</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotReleased" xml:space="preserve">
|
||||
<value>Niet vrijgegeven</value>
|
||||
</data>
|
||||
<data name="Requests_Order" xml:space="preserve">
|
||||
<value>Bestel</value>
|
||||
</data>
|
||||
<data name="Requests_Filter" xml:space="preserve">
|
||||
<value>Filter!</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestRequests" xml:space="preserve">
|
||||
<value>Laatste aanvragen</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestRequests" xml:space="preserve">
|
||||
<value>Oudste aanvragen</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestReleases" xml:space="preserve">
|
||||
<value>Nieuwste releases</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestReleases" xml:space="preserve">
|
||||
<value>Oudste Releases</value>
|
||||
</data>
|
||||
<data name="Requests_ReleaseDate" xml:space="preserve">
|
||||
<value>Uitgiftedatum</value>
|
||||
</data>
|
||||
<data name="Requests_SeasonsRequested" xml:space="preserve">
|
||||
<value>Seasons gevraagd</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedBy" xml:space="preserve">
|
||||
<value>Verzocht door</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedDate" xml:space="preserve">
|
||||
<value>Aanvraag datum</value>
|
||||
</data>
|
||||
<data name="Requests_ToggleDropdown" xml:space="preserve">
|
||||
<value>Toggle Dropdown</value>
|
||||
</data>
|
||||
<data name="Common_Approve" xml:space="preserve">
|
||||
<value>Goedkeuren</value>
|
||||
</data>
|
||||
<data name="Common_Remove" xml:space="preserve">
|
||||
<value>verwijder</value>
|
||||
</data>
|
||||
<data name="Requests_MarkUnavailable" xml:space="preserve">
|
||||
<value>Niet beschikbaar</value>
|
||||
</data>
|
||||
<data name="Requests_MarkAvailable" xml:space="preserve">
|
||||
<value>Mark beschikbaar</value>
|
||||
</data>
|
||||
<data name="Common_Approved" xml:space="preserve">
|
||||
<value>Goedgekeurd</value>
|
||||
</data>
|
||||
<data name="Requests_Available" xml:space="preserve">
|
||||
<value>Beschikbaar</value>
|
||||
</data>
|
||||
<data name="Issues_Issue" xml:space="preserve">
|
||||
<value>Uitgave</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,431 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="UserLogin_Title" xml:space="preserve">
|
||||
<value>Login</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph" xml:space="preserve">
|
||||
<value>Want to watch a movie or tv show but it's not currently on Plex?
|
||||
Login below with your Plex.tv username and password!</value>
|
||||
</data>
|
||||
<data name="UserLogin_Paragraph_SpanHover" xml:space="preserve">
|
||||
<value>Your login details are only used to authenticate your Plex account.</value>
|
||||
</data>
|
||||
<data name="UserLogin_Username" xml:space="preserve">
|
||||
<value>Plex.tv Username </value>
|
||||
</data>
|
||||
<data name="UserLogin_Username_Placeholder" xml:space="preserve">
|
||||
<value>Username</value>
|
||||
</data>
|
||||
<data name="UserLogin_Password" xml:space="preserve">
|
||||
<value>Password</value>
|
||||
</data>
|
||||
<data name="UserLogin_SignIn" xml:space="preserve">
|
||||
<value>Sign In</value>
|
||||
</data>
|
||||
<data name="Javascript_SomethingWentWrong" xml:space="preserve">
|
||||
<value>Something went wrong!</value>
|
||||
</data>
|
||||
<data name="Javascript_Success" xml:space="preserve">
|
||||
<value>Success!</value>
|
||||
</data>
|
||||
<data name="Layout_Title" xml:space="preserve">
|
||||
<value>Plex Requests</value>
|
||||
</data>
|
||||
<data name="Layout_Search" xml:space="preserve">
|
||||
<value>Search</value>
|
||||
</data>
|
||||
<data name="Layout_Requests" xml:space="preserve">
|
||||
<value>Requests</value>
|
||||
</data>
|
||||
<data name="Layout_Issues" xml:space="preserve">
|
||||
<value>Issues</value>
|
||||
</data>
|
||||
<data name="Layout_Donate" xml:space="preserve">
|
||||
<value>Donate</value>
|
||||
</data>
|
||||
<data name="Layout_Admin" xml:space="preserve">
|
||||
<value>Admin</value>
|
||||
</data>
|
||||
<data name="Layout_Settings" xml:space="preserve">
|
||||
<value>Settings</value>
|
||||
</data>
|
||||
<data name="Layout_ChangePassword" xml:space="preserve">
|
||||
<value>Change Password</value>
|
||||
</data>
|
||||
<data name="Layout_Logout" xml:space="preserve">
|
||||
<value>Logout</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart1" xml:space="preserve">
|
||||
<value>There is a new update available! Click</value>
|
||||
</data>
|
||||
<data name="Layout_English" xml:space="preserve">
|
||||
<value>English</value>
|
||||
</data>
|
||||
<data name="Layout_Spanish" xml:space="preserve">
|
||||
<value>Spanish</value>
|
||||
</data>
|
||||
<data name="Layout_German" xml:space="preserve">
|
||||
<value>German</value>
|
||||
</data>
|
||||
<data name="Layout_Danish" xml:space="preserve">
|
||||
<value>Danish</value>
|
||||
</data>
|
||||
<data name="Layout_Portuguese" xml:space="preserve">
|
||||
<value>Portuguese</value>
|
||||
</data>
|
||||
<data name="Layout_Swedish" xml:space="preserve">
|
||||
<value>Swedish</value>
|
||||
</data>
|
||||
<data name="Layout_Italian" xml:space="preserve">
|
||||
<value>Italian</value>
|
||||
</data>
|
||||
<data name="Layout_UpdateAvailablePart2" xml:space="preserve">
|
||||
<value>Here!</value>
|
||||
</data>
|
||||
<data name="Layout_Dutch" xml:space="preserve">
|
||||
<value>Dutch</value>
|
||||
</data>
|
||||
<data name="Search_Movies" xml:space="preserve">
|
||||
<value>Movies</value>
|
||||
</data>
|
||||
<data name="Search_TvShows" xml:space="preserve">
|
||||
<value>TV Shows</value>
|
||||
</data>
|
||||
<data name="Search_Albums" xml:space="preserve">
|
||||
<value>Albums</value>
|
||||
</data>
|
||||
<data name="Search_Paragraph" xml:space="preserve">
|
||||
<value>Want to watch something that is not currently on Plex?! No problem! Just search for it below and request it!</value>
|
||||
</data>
|
||||
<data name="Search_Title" xml:space="preserve">
|
||||
<value>Search</value>
|
||||
</data>
|
||||
<data name="Search_Suggestions" xml:space="preserve">
|
||||
<value>Suggestions</value>
|
||||
</data>
|
||||
<data name="Search_ComingSoon" xml:space="preserve">
|
||||
<value>Coming Soon</value>
|
||||
</data>
|
||||
<data name="Search_InTheaters" xml:space="preserve">
|
||||
<value>In Theaters</value>
|
||||
</data>
|
||||
<data name="Search_SendNotificationText" xml:space="preserve">
|
||||
<value>Send me a notification when items I have requested have been added</value>
|
||||
</data>
|
||||
<data name="Common_Save" xml:space="preserve">
|
||||
<value>Save</value>
|
||||
</data>
|
||||
<data name="Search_Available" xml:space="preserve">
|
||||
<value>Available</value>
|
||||
</data>
|
||||
<data name="Search_Requested" xml:space="preserve">
|
||||
<value>Requested</value>
|
||||
</data>
|
||||
<data name="Search_Request" xml:space="preserve">
|
||||
<value>Request</value>
|
||||
</data>
|
||||
<data name="Search_AllSeasons" xml:space="preserve">
|
||||
<value>All Seasons</value>
|
||||
</data>
|
||||
<data name="Search_FirstSeason" xml:space="preserve">
|
||||
<value>First Season</value>
|
||||
</data>
|
||||
<data name="Search_LatestSeason" xml:space="preserve">
|
||||
<value>Latest Season</value>
|
||||
</data>
|
||||
<data name="Search_SelectSeason" xml:space="preserve">
|
||||
<value>Select </value>
|
||||
</data>
|
||||
<data name="Search_ReportIssue" xml:space="preserve">
|
||||
<value>Report Issue</value>
|
||||
</data>
|
||||
<data name="Issues_WrongAudio" xml:space="preserve">
|
||||
<value>Wrong Audio</value>
|
||||
</data>
|
||||
<data name="Issues_NoSubs" xml:space="preserve">
|
||||
<value>No Subtitles</value>
|
||||
</data>
|
||||
<data name="Issues_WrongContent" xml:space="preserve">
|
||||
<value>Wrong Content</value>
|
||||
</data>
|
||||
<data name="Issues_Playback" xml:space="preserve">
|
||||
<value>Playback Issues</value>
|
||||
</data>
|
||||
<data name="Issues_Other" xml:space="preserve">
|
||||
<value>Other</value>
|
||||
</data>
|
||||
<data name="Search_TrackCount" xml:space="preserve">
|
||||
<value>Track Count</value>
|
||||
</data>
|
||||
<data name="Search_Country" xml:space="preserve">
|
||||
<value>Country</value>
|
||||
</data>
|
||||
<data name="Search_Modal_SeasonsTitle" xml:space="preserve">
|
||||
<value>Seasons</value>
|
||||
</data>
|
||||
<data name="Common_Close" xml:space="preserve">
|
||||
<value>Close</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Title" xml:space="preserve">
|
||||
<value>Add an issue</value>
|
||||
</data>
|
||||
<data name="Issues_Modal_Save" xml:space="preserve">
|
||||
<value>Save Changes</value>
|
||||
</data>
|
||||
<data name="Search_Season" xml:space="preserve">
|
||||
<value>Season</value>
|
||||
</data>
|
||||
<data name="Layout_Welcome" xml:space="preserve">
|
||||
<value>Welcome</value>
|
||||
</data>
|
||||
<data name="Requests_Title" xml:space="preserve">
|
||||
<value>Requests</value>
|
||||
</data>
|
||||
<data name="Requests_Paragraph" xml:space="preserve">
|
||||
<value>Below you can see yours and all other requests, as well as their download and approval status.</value>
|
||||
</data>
|
||||
<data name="Requests_MoviesTabTitle" xml:space="preserve">
|
||||
<value>Movies</value>
|
||||
</data>
|
||||
<data name="Requests_TvShowTabTitle" xml:space="preserve">
|
||||
<value>TV Shows</value>
|
||||
</data>
|
||||
<data name="Requests_AlbumsTabTitle" xml:space="preserve">
|
||||
<value>Albums</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMovies" xml:space="preserve">
|
||||
<value>Delete Movies</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMovies" xml:space="preserve">
|
||||
<value>Approve Movies</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteTVShows" xml:space="preserve">
|
||||
<value>Delete TV Shows</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveTvShows" xml:space="preserve">
|
||||
<value>Approve TV Shows</value>
|
||||
</data>
|
||||
<data name="Requests_DeleteMusic" xml:space="preserve">
|
||||
<value>Delete Music</value>
|
||||
</data>
|
||||
<data name="Requests_ApproveMusic" xml:space="preserve">
|
||||
<value>Approve Music</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_All" xml:space="preserve">
|
||||
<value>All</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Approved" xml:space="preserve">
|
||||
<value>Approved</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotApproved" xml:space="preserve">
|
||||
<value>Not Approved</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Available" xml:space="preserve">
|
||||
<value>Available</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotAvailable" xml:space="preserve">
|
||||
<value>Not Available</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_Released" xml:space="preserve">
|
||||
<value>Released</value>
|
||||
</data>
|
||||
<data name="Requests_Filter_NotReleased" xml:space="preserve">
|
||||
<value>Not Released</value>
|
||||
</data>
|
||||
<data name="Requests_Order" xml:space="preserve">
|
||||
<value>Order</value>
|
||||
</data>
|
||||
<data name="Requests_Filter" xml:space="preserve">
|
||||
<value>Filter</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestRequests" xml:space="preserve">
|
||||
<value>Latest Requests</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestRequests" xml:space="preserve">
|
||||
<value>Oldest Requests</value>
|
||||
</data>
|
||||
<data name="Requests_Order_LatestReleases" xml:space="preserve">
|
||||
<value>Latest Releases</value>
|
||||
</data>
|
||||
<data name="Requests_Order_OldestReleases" xml:space="preserve">
|
||||
<value>Oldest Releases</value>
|
||||
</data>
|
||||
<data name="Requests_ReleaseDate" xml:space="preserve">
|
||||
<value>Release Date</value>
|
||||
</data>
|
||||
<data name="Requests_SeasonsRequested" xml:space="preserve">
|
||||
<value>Seasons Requested</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedBy" xml:space="preserve">
|
||||
<value>Requested By</value>
|
||||
</data>
|
||||
<data name="Requests_RequestedDate" xml:space="preserve">
|
||||
<value>Requested Date</value>
|
||||
</data>
|
||||
<data name="Requests_ToggleDropdown" xml:space="preserve">
|
||||
<value>Toggle Dropdown</value>
|
||||
</data>
|
||||
<data name="Common_Approve" xml:space="preserve">
|
||||
<value>Approve</value>
|
||||
</data>
|
||||
<data name="Common_Remove" xml:space="preserve">
|
||||
<value>Remove</value>
|
||||
</data>
|
||||
<data name="Requests_MarkUnavailable" xml:space="preserve">
|
||||
<value>Mark Unavailable</value>
|
||||
</data>
|
||||
<data name="Requests_MarkAvailable" xml:space="preserve">
|
||||
<value>Mark Available</value>
|
||||
</data>
|
||||
<data name="Common_Approved" xml:space="preserve">
|
||||
<value>Approved</value>
|
||||
</data>
|
||||
<data name="Requests_Available" xml:space="preserve">
|
||||
<value>Available</value>
|
||||
</data>
|
||||
<data name="Issues_Issue" xml:space="preserve">
|
||||
<value>Issue</value>
|
||||
</data>
|
||||
<data name="Search_SuccessfullyAdded" xml:space="preserve">
|
||||
<value>was successfully added!</value>
|
||||
</data>
|
||||
<data name="Search_AlreadyRequested" xml:space="preserve">
|
||||
<value>has already been requested!</value>
|
||||
</data>
|
||||
<data name="Search_CouldNotCheckPlex" xml:space="preserve">
|
||||
<value>We could not check if {0} is in Plex, are you sure it's correctly setup?</value>
|
||||
</data>
|
||||
<data name="Search_CouchPotatoError" xml:space="preserve">
|
||||
<value>Something went wrong adding the movie to CouchPotato! Please check your settings.</value>
|
||||
</data>
|
||||
<data name="Search_WeeklyRequestLimitMovie" xml:space="preserve">
|
||||
<value>You have reached your weekly request limit for Movies! Please contact your admin.</value>
|
||||
</data>
|
||||
<data name="Search_AlreadyInPlex" xml:space="preserve">
|
||||
<value>is already in Plex!</value>
|
||||
</data>
|
||||
<data name="Search_SickrageError" xml:space="preserve">
|
||||
<value>Something went wrong adding the movie to SickRage! Please check your settings.</value>
|
||||
</data>
|
||||
<data name="Search_TvNotSetUp" xml:space="preserve">
|
||||
<value>The request of TV Shows is not correctly set up. Please contact your admin.</value>
|
||||
</data>
|
||||
<data name="Search_WeeklyRequestLimitAlbums" xml:space="preserve">
|
||||
<value>You have reached your weekly request limit for Albums! Please contact your admin.</value>
|
||||
</data>
|
||||
<data name="Search_MusicBrainzError" xml:space="preserve">
|
||||
<value>We could not find the artist on MusicBrainz. Please try again later or contact your admin</value>
|
||||
</data>
|
||||
<data name="Search_WeeklyRequestLimitTVShow" xml:space="preserve">
|
||||
<value>You have reached your weekly request limit for TV Shows! Please contact your admin.</value>
|
||||
</data>
|
||||
<data name="Search_ErrorPlexAccountOnly" xml:space="preserve">
|
||||
<value>Sorry, but this functionality is currently only for users with Plex accounts</value>
|
||||
</data>
|
||||
<data name="Search_ErrorNotEnabled" xml:space="preserve">
|
||||
<value>Sorry, but your administrator has not yet enabled this functionality.</value>
|
||||
</data>
|
||||
<data name="Search_NotificationError" xml:space="preserve">
|
||||
<value>We could not remove this notification because you never had it!</value>
|
||||
</data>
|
||||
<data name="Common_CouldNotSave" xml:space="preserve">
|
||||
<value>Could not save, please try again</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in new issue