QrRapido/Resources/SharedResource.resx
Ricardo Carneiro 0c176a2abf
Some checks failed
Deploy QR Rapido / test (push) Successful in 27s
Deploy QR Rapido / build-and-push (push) Failing after 7s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Has been skipped
feat: ajustes na seleção do tipo de qr code.
2025-08-01 16:35:52 -03:00

339 lines
12 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="Tagline" xml:space="preserve">
<value>Generate QR codes in seconds!</value>
</data>
<data name="GenerateQR" xml:space="preserve">
<value>Generate QR Code</value>
</data>
<data name="QRType" xml:space="preserve">
<value>QR Code Type</value>
</data>
<data name="Content" xml:space="preserve">
<value>Content</value>
</data>
<data name="URLType" xml:space="preserve">
<value>URL/Link</value>
</data>
<data name="TextType" xml:space="preserve">
<value>Plain Text</value>
</data>
<data name="WiFiType" xml:space="preserve">
<value>WiFi</value>
</data>
<data name="VCardType" xml:space="preserve">
<value>Business Card</value>
</data>
<data name="SMSType" xml:space="preserve">
<value>SMS</value>
</data>
<data name="EmailType" xml:space="preserve">
<value>Email</value>
</data>
<data name="DynamicType" xml:space="preserve">
<value>Dynamic QR (Premium)</value>
</data>
<data name="QuickStyle" xml:space="preserve">
<value>Quick Style</value>
</data>
<data name="ClassicStyle" xml:space="preserve">
<value>Classic</value>
</data>
<data name="ModernStyle" xml:space="preserve">
<value>Modern</value>
</data>
<data name="ColorfulStyle" xml:space="preserve">
<value>Colorful</value>
</data>
<data name="ContentPlaceholder" xml:space="preserve">
<value>Enter your QR code content here...</value>
</data>
<data name="AdvancedCustomization" xml:space="preserve">
<value>Advanced Customization</value>
</data>
<data name="PrimaryColor" xml:space="preserve">
<value>Primary Color</value>
</data>
<data name="BackgroundColor" xml:space="preserve">
<value>Background Color</value>
</data>
<data name="Size" xml:space="preserve">
<value>Size</value>
</data>
<data name="Margin" xml:space="preserve">
<value>Margin</value>
</data>
<data name="Logo" xml:space="preserve">
<value>Logo/Icon</value>
</data>
<data name="CornerStyle" xml:space="preserve">
<value>Corner Style</value>
</data>
<data name="GenerateRapidly" xml:space="preserve">
<value>Generate QR Code Rapidly</value>
</data>
<data name="Preview" xml:space="preserve">
<value>Preview</value>
</data>
<data name="PreviewPlaceholder" xml:space="preserve">
<value>Your QR code will appear here in seconds</value>
</data>
<data name="UltraFastGeneration" xml:space="preserve">
<value>Ultra-fast generation guaranteed</value>
</data>
<data name="DownloadPNG" xml:space="preserve">
<value>Download PNG</value>
</data>
<data name="DownloadSVG" xml:space="preserve">
<value>Download SVG (Vector)</value>
</data>
<data name="DownloadPDF" xml:space="preserve">
<value>Download PDF</value>
</data>
<data name="SaveToHistory" xml:space="preserve">
<value>Save to History</value>
</data>
<data name="LoginToSave" xml:space="preserve">
<value>Login to save to history</value>
</data>
<data name="PremiumTitle" xml:space="preserve">
<value>QR Rapido Premium</value>
</data>
<data name="SpeedTipsTitle" xml:space="preserve">
<value>Tips for Faster QR</value>
</data>
<data name="SpeedTip1" xml:space="preserve">
<value>Short URLs generate faster</value>
</data>
<data name="SpeedTip2" xml:space="preserve">
<value>Less text = higher speed</value>
</data>
<data name="SpeedTip3" xml:space="preserve">
<value>Solid colors optimize the process</value>
</data>
<data name="SpeedTip4" xml:space="preserve">
<value>Smaller sizes speed up downloads</value>
</data>
<data name="Login" xml:space="preserve">
<value>Login</value>
</data>
<data name="LoginWith" xml:space="preserve">
<value>Login with</value>
</data>
<data name="Google" xml:space="preserve">
<value>Google</value>
</data>
<data name="Microsoft" xml:space="preserve">
<value>Microsoft</value>
</data>
<data name="AdFreeOffer" xml:space="preserve">
<value>Unlock all premium features!</value>
</data>
<data name="SpecialOffer" xml:space="preserve">
<value>Premium Offer!</value>
</data>
<data name="LoginBenefits" xml:space="preserve">
<value>Remove ads, access detailed analytics and much more for only $12.90/month or $129.00/year. Login and subscribe now!</value>
</data>
<data name="Privacy" xml:space="preserve">
<value>Privacy Policy</value>
</data>
<data name="BackToGenerator" xml:space="preserve">
<value>Back to generator</value>
</data>
<data name="GeneratedIn" xml:space="preserve">
<value>Generated in</value>
</data>
<data name="Seconds" xml:space="preserve">
<value>s</value>
</data>
<data name="UltraFast" xml:space="preserve">
<value>Ultra fast generation!</value>
</data>
<data name="Fast" xml:space="preserve">
<value>Fast generation!</value>
</data>
<data name="Normal" xml:space="preserve">
<value>Normal generation</value>
</data>
<data name="Error" xml:space="preserve">
<value>Generation error. Try again.</value>
</data>
<data name="Success" xml:space="preserve">
<value>QR Code saved to history!</value>
</data>
<data name="CreateQRCodeQuickly" xml:space="preserve">
<value>Create QR Code Quickly</value>
</data>
<data name="PremiumUserActive" xml:space="preserve">
<value>Premium User Active</value>
</data>
<data name="NoAdsHistoryUnlimitedQR" xml:space="preserve">
<value>No Ads • History • Unlimited QR</value>
</data>
<data name="UnlimitedToday" xml:space="preserve">
<value>Unlimited today</value>
</data>
<data name="QRCodesRemaining" xml:space="preserve">
<value>QR codes remaining</value>
</data>
<data name="QRCodeType" xml:space="preserve">
<value>QR Code Type</value>
</data>
<data name="SelectType" xml:space="preserve">
<value>Select type</value>
</data>
<data name="URLLink" xml:space="preserve">
<value>URL/Link</value>
</data>
<data name="SimpleText" xml:space="preserve">
<value>Simple Text</value>
</data>
<data name="VCard" xml:space="preserve">
<value>Business Card</value>
</data>
<data name="DynamicQRPremium" xml:space="preserve">
<value>Dynamic QR (Premium)</value>
</data>
<data name="EnterQRCodeContent" xml:space="preserve">
<value>Enter your QR code content here...</value>
</data>
<data name="ContentHints" xml:space="preserve">
<value>Content hints</value>
</data>
<data name="Classic" xml:space="preserve">
<value>Classic</value>
</data>
<data name="Modern" xml:space="preserve">
<value>Modern</value>
</data>
<data name="Colorful" xml:space="preserve">
<value>Colorful</value>
</data>
<data name="WPARecommended" xml:space="preserve">
<value>Rede WPA (a mais comum)</value>
</data>
<data name="WEPLegacy" xml:space="preserve">
<value>WEP (muito antigo)</value>
</data>
<data name="OpenNetwork" xml:space="preserve">
<value>Sem senha </value>
</data>
</root>