Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaexplorer74 committed Feb 11, 2022
1 parent 239c662 commit 8f0e310
Show file tree
Hide file tree
Showing 5 changed files with 558 additions and 4 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions Andro2UWP/Andro2UWP.Shared/Andro2UWP.Shared.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
</Page>
</ItemGroup>
<ItemGroup>
<PRIResource Include="$(MSBuildThisFileDirectory)Strings\en-us\Resources.resw" />
<PRIResource Include="$(MSBuildThisFileDirectory)Strings\en\Resources.resw" />
<PRIResource Include="$(MSBuildThisFileDirectory)Strings\pl\Resources.resw" />
<PRIResource Include="$(MSBuildThisFileDirectory)Strings\ru\Resources.resw" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions Andro2UWP/Andro2UWP.Shared/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ public async void SighInIfNeeded(ClientType clientType, LaunchActivatedEventArgs
MsaAuthenticationProvider msaAuthProvider =
new MsaAuthenticationProvider
(
this.GoneDriveConsumerClientId,
this.GoneDriveConsumerReturnUrl,
this.Gscopes,
new CredentialVault(this.GoneDriveConsumerClientId)
GoneDriveConsumerClientId, // this.
GoneDriveConsumerReturnUrl, // this.
Gscopes, // this.
new CredentialVault(GoneDriveConsumerClientId) //this.
);
#else

Expand Down
276 changes: 276 additions & 0 deletions Andro2UWP/Andro2UWP.Shared/Strings/en-us/Resources.resw
Original file line number Diff line number Diff line change
@@ -0,0 +1,276 @@
<?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="AccessibilityServiceDescription" xml:space="preserve">
<value>If you want me to send Notifications to OneDrive (to UWP companion app), I need access to Notifications :)</value>
</data>
<data name="ApplicationName" xml:space="preserve">
<value>Andro2UWP</value>
</data>
<data name="errNoNetwork" xml:space="preserve">
<value>impossible without network</value>
</data>
<data name="errOneDriveInit" xml:space="preserve">
<value>Error initializing OneDrive</value>
</data>
<data name="msgAccessibilityFirst" xml:space="preserve">
<value>Grant Accessibility permission first</value>
</data>
<data name="msgAdd" xml:space="preserve">
<value>Add</value>
</data>
<data name="msgAddFilterTitle" xml:space="preserve">
<value>Add filter</value>
</data>
<data name="msgCancel" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="msgComposingError" xml:space="preserve">
<value>ERROR while composing email - log would not be send (maybe it is too long)</value>
</data>
<data name="msgEnterDevName" xml:space="preserve">
<value>Enter device name:</value>
</data>
<data name="msgNoData" xml:space="preserve">
<value>Nothing to show</value>
</data>
<data name="msgSendLogEmail" xml:space="preserve">
<value>Send log via email?</value>
</data>
<data name="msgSourceShould1" xml:space="preserve">
<value>Source</value>
</data>
<data name="msgSourceShould2" xml:space="preserve">
<value>should become:</value>
</data>
<data name="msgSureDeleteLog" xml:space="preserve">
<value>Sure to delete log?</value>
</data>
<data name="msgSureRemoveOlder" xml:space="preserve">
<value>Sure to delete older than</value>
</data>
<data name="msgSureRemoveSender" xml:space="preserve">
<value>Sure to delete all from</value>
</data>
<data name="msgSureRemoveThisOlder" xml:space="preserve">
<value>Sure to delete this and all older?</value>
</data>
<data name="resDlgCancel" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="resDlgNo" xml:space="preserve">
<value>No</value>
</data>
<data name="resDlgSetName" xml:space="preserve">
<value>Set</value>
</data>
<data name="resDlgYes" xml:space="preserve">
<value>Yes</value>
</data>
<data name="uiAccessibility.Content" xml:space="preserve">
<value>Accessibility</value>
</data>
<data name="uiAutoRefresh.Label" xml:space="preserve">
<value>Auto refresh</value>
</data>
<data name="uiBattery.Content" xml:space="preserve">
<value>Battery</value>
</data>
<data name="uiClearList.Label" xml:space="preserve">
<value>Reset cache list</value>
</data>
<data name="uiClearLog.Content" xml:space="preserve">
<value>Clear</value>
</data>
<data name="uiCopy.Text" xml:space="preserve">
<value>Copy</value>
</data>
<data name="uiCounter.Header" xml:space="preserve">
<value>Current counter</value>
</data>
<data name="uiCreateFilter.Text" xml:space="preserve">
<value>Filter-out</value>
</data>
<data name="uiDebugLog.OffContent" xml:space="preserve">
<value>Shorter log</value>
</data>
<data name="uiDebugLog.OnContent" xml:space="preserve">
<value>Add debug info to log</value>
</data>
<data name="uiDeleteOlder.Text" xml:space="preserve">
<value>Delete all older</value>
</data>
<data name="uiDeleteSender.Text" xml:space="preserve">
<value>Delete from sender</value>
</data>
<data name="uiDeleteThis.Text" xml:space="preserve">
<value>Delete this</value>
</data>
<data name="uiDeleteThisOlder.Text" xml:space="preserve">
<value>Delete this and older</value>
</data>
<data name="uiDetails.Text" xml:space="preserve">
<value>Details</value>
</data>
<data name="uiDevName.Header" xml:space="preserve">
<value>Device name</value>
</data>
<data name="uiOk.Content" xml:space="preserve">
<value>Ok</value>
</data>
<data name="uiPermiss.Text" xml:space="preserve">
<value>Permissions</value>
</data>
<data name="uiRefresh.Label" xml:space="preserve">
<value>Refresh</value>
</data>
<data name="uiRefreshList.Content" xml:space="preserve">
<value>Refresh</value>
</data>
<data name="uiReload.Content" xml:space="preserve">
<value>Reload</value>
</data>
<data name="uiRenameSource.Text" xml:space="preserve">
<value>Rename Source</value>
</data>
<data name="uiResetList.Content" xml:space="preserve">
<value>Clear cache list</value>
</data>
<data name="uiSave.Content" xml:space="preserve">
<value>Save!</value>
</data>
<data name="uiSettings.Label" xml:space="preserve">
<value>Settings</value>
</data>
<data name="uiSettingsTitle.Text" xml:space="preserve">
<value>Settings</value>
</data>
<data name="uiShowLog.Label" xml:space="preserve">
<value>Show log</value>
</data>
<data name="uiStartStop.OffContent" xml:space="preserve">
<value>Stopped</value>
</data>
<data name="uiStartStop.OnContent" xml:space="preserve">
<value>Started</value>
</data>
<data name="_lang" xml:space="preserve">
<value>EN-US</value>
</data>
</root>
Loading

0 comments on commit 8f0e310

Please sign in to comment.