Archived
1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FoxTube/FoxTube/Strings/en-US/General.resw
T
Michael Gordeev d8306c8182 - Added localization contribution system
- Added ability to completely collapse command bars (check settings)
- Added feature that checks your clipboard and suggests you to open YouTube page in the app if there is any (check settings)
- Added additional analytics tools to detect authorization fails
- Added video speed controller (check video settings)
- Test ads are now shown
- Fixed gaps in grids
- Fixed some cases when on maximizing video it pauses/continues
- Fixed missing inbox items due to incompatible date formats
- Fixed inability to unsubscribe from channel
- Fixed minimization of videos with unusual aspect ratios
- Fixed some cases when video continues to play in the background after closing/reloading video page
2019-06-20 16:47:55 +03:00

228 lines
9.4 KiB
XML

<?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="autoplay.OffContent" xml:space="preserve">
<value>Play videos automatically</value>
</data>
<data name="autoplay.OnContent" xml:space="preserve">
<value>Play videos automatically</value>
</data>
<data name="color.Text" xml:space="preserve">
<value>Color mode</value>
</data>
<data name="colorDark.Content" xml:space="preserve">
<value>Dark</value>
</data>
<data name="colorDefault.Content" xml:space="preserve">
<value>Default</value>
</data>
<data name="colorLight.Content" xml:space="preserve">
<value>Light</value>
</data>
<data name="colorSystem.Content" xml:space="preserve">
<value>Windows color settings</value>
</data>
<data name="en.Content" xml:space="preserve">
<value>English (United States)</value>
</data>
<data name="interfaceLang.Header" xml:space="preserve">
<value>App interface language</value>
</data>
<data name="metered.OffContent" xml:space="preserve">
<value>Notify when playing on metered connection</value>
</data>
<data name="metered.OnContent" xml:space="preserve">
<value>Notify when playing on metered connection</value>
</data>
<data name="moderate.Content" xml:space="preserve">
<value>Moderate</value>
</data>
<data name="newVideo.OffContent" xml:space="preserve">
<value>Notify when someone of your subscriptions uploaded new video</value>
</data>
<data name="newVideo.OnContent" xml:space="preserve">
<value>Notify when someone of your subscriptions uploaded new video</value>
</data>
<data name="none.Content" xml:space="preserve">
<value>None</value>
</data>
<data name="notifications.Text" xml:space="preserve">
<value>Notifications</value>
</data>
<data name="preferences.Text" xml:space="preserve">
<value>Preferences</value>
</data>
<data name="playback.Text" xml:space="preserve">
<value>Playback</value>
</data>
<data name="quality.Header" xml:space="preserve">
<value>Default video playback quality</value>
</data>
<data name="region.Header" xml:space="preserve">
<value>Region</value>
</data>
<data name="regNsearch.Text" xml:space="preserve">
<value>Region &amp; search</value>
</data>
<data name="remember.Content" xml:space="preserve">
<value>Remember my choice</value>
</data>
<data name="restart.Text" xml:space="preserve">
<value>Reopen the app to apply changes (otherwise some elements may not be displayed correctly)</value>
</data>
<data name="ru.Content" xml:space="preserve">
<value>Russian (Russia)</value>
</data>
<data name="safeSearch.Header" xml:space="preserve">
<value>SafeSearch</value>
</data>
<data name="strict.Content" xml:space="preserve">
<value>Strict</value>
</data>
<data name="closeApp.Content" xml:space="preserve">
<value>Close app</value>
</data>
<data name="devNotifications.OffContent" xml:space="preserve">
<value>Recieve messages from developers</value>
</data>
<data name="devNotifications.OnContent" xml:space="preserve">
<value>Recieve messages from developers</value>
</data>
<data name="relevanceLanguage.Header" xml:space="preserve">
<value>Search relevance language</value>
</data>
<data name="auto.Content" xml:space="preserve">
<value>Auto</value>
</data>
<data name="interface.Text" xml:space="preserve">
<value>Interface</value>
</data>
<data name="minimizedCommandBar.OffContent" xml:space="preserve">
<value>Use compact command bar</value>
</data>
<data name="minimizedCommandBar.OnContent" xml:space="preserve">
<value>Use compact command bar</value>
</data>
<data name="clipboardProcessing.OffContent" xml:space="preserve">
<value>Process YouTube links from your clipboard</value>
</data>
<data name="clipboardProcessing.OnContent" xml:space="preserve">
<value>Process YouTube links from your clipboard</value>
</data>
</root>