1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219 |
- <?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="AccountExistedError" xml:space="preserve">
- <value>This email address is already in use. Please try a different one!</value>
- <comment>[會員註冊] 註冊失敗,帳號已存在</comment>
- </data>
- <data name="AccountHelpButton.Content" xml:space="preserve">
- <value>Account Help</value>
- <comment>[帳戶資訊] 帳戶協助連結文字</comment>
- </data>
- <data name="AccountIsNotExistedError" xml:space="preserve">
- <value>This email account does not exist.</value>
- <comment>重設密碼失敗,使用者所填的信箱帳號不存在</comment>
- </data>
- <data name="AccountNameError" xml:space="preserve">
- <value>Please enter your name.</value>
- <comment>[會員註冊] 註冊未填寫名字</comment>
- </data>
- <data name="CancelDownloadMessage" xml:space="preserve">
- <value>You just cancelled the download. Resume the download by tapping download button.</value>
- </data>
- <data name="CancelUploadMessage" xml:space="preserve">
- <value>You just cancelled the upload. Resume the upload by tapping upload button.</value>
- </data>
- <data name="CloudDeviceString" xml:space="preserve">
- <value>Cloud & Device</value>
- <comment>[檔案管理]檔案同時存放於雲端與裝置的狀態</comment>
- </data>
- <data name="CloudString" xml:space="preserve">
- <value>Cloud</value>
- <comment>[檔案管理]檔案只存放於雲端的狀態</comment>
- </data>
- <data name="CreditBalanceLabel.Text" xml:space="preserve">
- <value>Credit Balance:</value>
- </data>
- <data name="DeletingState" xml:space="preserve">
- <value>Deleting...</value>
- <comment>[雲端檔案傳輸狀態] 刪除中文字訊息</comment>
- </data>
- <data name="DeviceString" xml:space="preserve">
- <value>Device</value>
- <comment>[檔案管理]檔案只存放於裝置的狀態</comment>
- </data>
- <data name="DownloadCompleteMessage" xml:space="preserve">
- <value>Download successfully!</value>
- </data>
- <data name="DownloadFailedMessage" xml:space="preserve">
- <value>Download failed, try again later.</value>
- </data>
- <data name="DownloadingState" xml:space="preserve">
- <value>Downloading...</value>
- <comment>[雲端檔案傳輸狀態] 下載中文字訊息</comment>
- </data>
- <data name="FacebookAccountExistedError" xml:space="preserve">
- <value>This Facebook account is already in use!</value>
- <comment>[Facebook] 註冊Facebook失敗,帳號已存在的提示訊息</comment>
- </data>
- <data name="FacebookConnectFailed" xml:space="preserve">
- <value>Failed to connect to Facebook account.</value>
- <comment>[Facebook] 連結Facebook帳號失敗</comment>
- </data>
- <data name="FacebookLoginError" xml:space="preserve">
- <value>The Facebook account has not been registered</value>
- <comment>[Facebook] 以Facebook帳號登入失敗後,提示Facebook帳號未註冊為Kdan會員</comment>
- </data>
- <data name="InvalidEmailAddress" xml:space="preserve">
- <value>The email is invalid. Please enter a valid email address.</value>
- <comment>Email格式錯誤</comment>
- </data>
- <data name="InvalidPassword" xml:space="preserve">
- <value>This password is too short. Passwords must be at least 8 characters long.</value>
- <comment>密碼太短,至少8個字元</comment>
- </data>
- <data name="KdanCloudSignUpDescription" xml:space="preserve">
- <value>Sign up now and get 500MB of Free Space on Kdan Cloud.</value>
- </data>
- <data name="LoginFailed" xml:space="preserve">
- <value>Invalid username or password. Please try again.</value>
- <comment>登入失敗,跳出的訊息,要求使用者檢查信箱與密碼</comment>
- </data>
- <data name="MemberFormEmail.PlaceholderText" xml:space="preserve">
- <value>Email address</value>
- </data>
- <data name="MemberFormName.PlaceholderText" xml:space="preserve">
- <value>First and Last Name</value>
- </data>
- <data name="MemberFormPassword.PlaceholderText" xml:space="preserve">
- <value>Password</value>
- </data>
- <data name="MemberFormPasswordTip.Content" xml:space="preserve">
- <value>(Minimum of 8 characters)</value>
- </data>
- <data name="MemberFormSubmit.Content" xml:space="preserve">
- <value>Submit</value>
- </data>
- <data name="NextTimeButton.Content" xml:space="preserve">
- <value>Next time</value>
- </data>
- <data name="PasswordError" xml:space="preserve">
- <value>Incorrect password format</value>
- <comment>密碼格式錯誤</comment>
- </data>
- <data name="PasswordHelp.PrimaryButtonText" xml:space="preserve">
- <value>Send</value>
- </data>
- <data name="PasswordHelp.SecondaryButtonText" xml:space="preserve">
- <value>Cancel</value>
- </data>
- <data name="PasswordHelp.Title" xml:space="preserve">
- <value>Reset Password</value>
- </data>
- <data name="PasswordHelpButton.Content" xml:space="preserve">
- <value>Password Help</value>
- </data>
- <data name="PrivacyPolicyButton.Content" xml:space="preserve">
- <value>Privacy Policy</value>
- <comment>[註冊] 隱私權原則(服務條款)</comment>
- </data>
- <data name="RegisterFailed" xml:space="preserve">
- <value>Registration failed.</value>
- <comment>註冊失敗後跳出的訊息標題</comment>
- </data>
- <data name="RegisterSuccessTitle" xml:space="preserve">
- <value>Registration successful.</value>
- <comment>註冊成功後跳出的訊息標題</comment>
- </data>
- <data name="RemainDaysDescription" xml:space="preserve">
- <value>{0} days left before the subscription expires</value>
- </data>
- <data name="ResetPasswordFailed" xml:space="preserve">
- <value>Password reset failed</value>
- <comment>重設密碼失敗後跳出的訊息標題</comment>
- </data>
- <data name="ResetPasswordSuccessMessage" xml:space="preserve">
- <value>A confirmation message has been sent to your email account.</value>
- <comment>重設密碼成功後跳出的訊息內容,告知使用者如何重設密碼</comment>
- </data>
- <data name="ResetPasswordTip.Header" xml:space="preserve">
- <value>Enter your email to receive the password instructions</value>
- <comment>[登入] 重設密碼說明</comment>
- </data>
- <data name="RetypePassword" xml:space="preserve">
- <value>Please retype password!</value>
- <comment>註冊時,確認密碼欄位與設定密碼不相符,要求使用者檢查</comment>
- </data>
- <data name="SignInButton.Content" xml:space="preserve">
- <value>Sign in</value>
- </data>
- <data name="SignInFacebookButton.Content" xml:space="preserve">
- <value>Sign in with Facebook</value>
- <comment>[登入]Facebook登入按鈕文字</comment>
- </data>
- <data name="SignOutButton.Content" xml:space="preserve">
- <value>Logout</value>
- </data>
- <data name="SignUpButton.Content" xml:space="preserve">
- <value>Sign up</value>
- <comment>[會員註冊] 一般註冊按鈕文字</comment>
- </data>
- <data name="SignUpFacebookButton.Content" xml:space="preserve">
- <value>Sign up with Facebook</value>
- <comment>[會員註冊] Facebook註冊按鈕文字</comment>
- </data>
- <data name="SignUpFacebookTip" xml:space="preserve">
- <value>Your Facebook information will be used only for the purpose of registration. We will not use other private information or post to your behalf.</value>
- <comment>[會員註冊] 以Facebook註冊提示文字</comment>
- </data>
- <data name="SignUpTitle.Text" xml:space="preserve">
- <value>Join Kdan for Free</value>
- <comment>[會員註冊] 標題</comment>
- </data>
- <data name="SignUpTitleDetail.Text" xml:space="preserve">
- <value>Sign up now to get FREE Kdan Cloud storage and premium services.</value>
- <comment>[會員註冊] 標題說明</comment>
- </data>
- <data name="SubmitReportButton.Content" xml:space="preserve">
- <value>Submit a Report</value>
- </data>
- <data name="SubscriptionExpiredMessage" xml:space="preserve">
- <value>Before uploading files, please verify your email to activate the account and receive 500MB of free space.</value>
- </data>
- <data name="SubscriptionLabel.Text" xml:space="preserve">
- <value>Subscription</value>
- </data>
- <data name="SyncingString" xml:space="preserve">
- <value>Syncing...</value>
- </data>
- <data name="TermsofServiceButton.Content" xml:space="preserve">
- <value>Terms of Service</value>
- <comment>[會員註冊] 服務條款</comment>
- </data>
- <data name="UpdatingState" xml:space="preserve">
- <value>Updating...</value>
- <comment>[雲端檔案傳輸狀態] 更新中文字訊息</comment>
- </data>
- <data name="UploadCompleteMessage" xml:space="preserve">
- <value>Upload successfully!</value>
- </data>
- <data name="UploadFailedMessage" xml:space="preserve">
- <value>Upload failed, try again later.</value>
- </data>
- <data name="UploadFailedTitle" xml:space="preserve">
- <value>Upload failed</value>
- </data>
- <data name="UploadingState" xml:space="preserve">
- <value>Uploading...</value>
- <comment>[雲端檔案傳輸狀態] 上傳中文字訊息</comment>
- </data>
- <data name="UploadNoEnoughStorageMessage" xml:space="preserve">
- <value>Not enough cloud storage. Please subscribe to Kdan Cloud services to get more space and upload your files.</value>
- </data>
- <data name="WaitingState" xml:space="preserve">
- <value>Waiting...</value>
- <comment>[雲端檔案傳輸狀態] 等待中文字訊息</comment>
- </data>
- <data name="NoAnyCloudFiles" xml:space="preserve">
- <value>There are no files uploaded yet.</value>
- </data>
- <data name="DownloadString" xml:space="preserve">
- <value>Download</value>
- </data>
- <data name="FailedShareLinkMessage" xml:space="preserve">
- <value>Failed to generate a sharable link.</value>
- </data>
- <data name="UploadString" xml:space="preserve">
- <value>Upload</value>
- </data>
- <data name="RefreshString" xml:space="preserve">
- <value>Refresh</value>
- </data>
- <data name="AccountString" xml:space="preserve">
- <value>Account</value>
- </data>
- <data name="CheckInvalidEmailMessage" xml:space="preserve">
- <value>This is an invalid email address. Your Kdan Cloud account will be deactivated on {0}. Please change and verify your email address.</value>
- </data>
- <data name="EnterNewEmail" xml:space="preserve">
- <value>Enter a new email address</value>
- <comment>[Email驗證][變更Email對話框] 內文</comment>
- </data>
- <data name="NoInternetCloudWarning" xml:space="preserve">
- <value>Please stay connected to the Internet to use Kdan Cloud services.</value>
- <comment>[雲端服務]偵測到無任何網路連線的提示訊息</comment>
- </data>
- <data name="SentEmailConfirmationMessage" xml:space="preserve">
- <value>We have sent a verification link to
- {0}
- Please click the link in the email to complete verification process.</value>
- </data>
- <data name="AccountHelpMessage" xml:space="preserve">
- <value>If you no longer have access to the email you registered, please replace it with a new one.</value>
- <comment>[帳戶資訊] [帳戶協助] 說明訊息</comment>
- </data>
- <data name="ChangeEmailString" xml:space="preserve">
- <value>Change my email</value>
- <comment>[Email驗證] 變更Email的顯示文字</comment>
- </data>
- <data name="DeactiveEmailVerification" xml:space="preserve">
- <value>Please provide us with a valid email address in order to continue using our service.</value>
- <comment>[會員驗證] Email無效,且已過期</comment>
- </data>
- <data name="EmailVerification" xml:space="preserve">
- <value>Please check your mailbox to complete the verification process.</value>
- <comment>[會員驗證] Email有效,但還未點擊驗證連結</comment>
- </data>
- <data name="GotItString" xml:space="preserve">
- <value>Got it</value>
- </data>
- <data name="InvalidEmailVerificationRun1" xml:space="preserve">
- <value>Invalid email address. Your Kdan Cloud Account will be deactivated on </value>
- <comment>[會員驗證] Email無效,將在指定日期取消會員資格(置於日期前)</comment>
- </data>
- <data name="RemindMeLaterString" xml:space="preserve">
- <value>Remind me later</value>
- </data>
- <data name="AccountInfoString" xml:space="preserve">
- <value>Account Info</value>
- <comment>[帳戶資訊] 標題</comment>
- </data>
- <data name="EmailVerificationPopupTitle.Text" xml:space="preserve">
- <value>One More Step to Complete Your Registration</value>
- <comment>[Email驗證][未驗證說明對話框] 標題</comment>
- </data>
- <data name="EmailVerificationPopupParagraph1.Text" xml:space="preserve">
- <value>A verification email has been sent to</value>
- <comment>[Email驗證][未驗證說明對話框] 內文第一段</comment>
- </data>
- <data name="EmailVerificationPopupParagraph2.Text" xml:space="preserve">
- <value>Please check the verification link to complete your registration.</value>
- <comment>[Email驗證][未驗證說明對話框] 內文第二段</comment>
- </data>
- <data name="EmailVerificationPopupResendButton.Content" xml:space="preserve">
- <value>Resend a new link</value>
- <comment>[Email驗證][未驗證說明對話框] 重新寄送驗證連結</comment>
- </data>
- <data name="EmailVerificationPopupVerifiedButton.Content" xml:space="preserve">
- <value>I have verified my account</value>
- <comment>[Email驗證][未驗證說明對話框] 已驗證要求確認</comment>
- </data>
- <data name="CancelString" xml:space="preserve">
- <value>Cancel</value>
- </data>
- <data name="ConfirmString" xml:space="preserve">
- <value>Confirm</value>
- </data>
- <data name="EmailSentSucessfully" xml:space="preserve">
- <value>Email sent sucessfullly</value>
- </data>
- <data name="EmailVerificationPopupGotItButton.Content" xml:space="preserve">
- <value>OK, I got it</value>
- <comment>[Email驗證]</comment>
- </data>
- <data name="FailedEmailVerification" xml:space="preserve">
- <value>You haven’t confirmed your registration yet. Please check your mailbox or the spams for the verification link</value>
- <comment>[Email驗證]</comment>
- </data>
- <data name="KdanCloudString" xml:space="preserve">
- <value>Kdan Cloud</value>
- </data>
- <data name="PrivacyPolicyParagraph1.Text" xml:space="preserve">
- <value>and that you have read our </value>
- <comment>[註冊] 註冊注意事項第二段(隱私權原則)</comment>
- </data>
- <data name="PrivacyPolicyParagraph2.Text" xml:space="preserve">
- <value>.</value>
- <comment>[註冊] 註冊注意事項第二段延伸第三段區域(多國語言)</comment>
- </data>
- <data name="ShareLinkWarringMessage" xml:space="preserve">
- <value>Please upload the document to Kdan Cloud before sharing the file link.</value>
- </data>
- <data name="TermsOfServiceParagraph1.Text" xml:space="preserve">
- <value>By signing up, you agree to our </value>
- <comment>[會員註冊] 服務條款說明第一段 (後面接terms of service)</comment>
- </data>
- <data name="TermsOfServiceParagraph2.Text" xml:space="preserve">
- <value>,</value>
- <comment>[會員註冊] 服務條款說明第二段 (前面接terms of service)</comment>
- </data>
- <data name="Description[1]" xml:space="preserve">
- <value>500GB of space on Kdan Cloud</value>
- </data>
- <data name="Description[2]" xml:space="preserve">
- <value>Keep everything in sync</value>
- </data>
- <data name="Description[3]" xml:space="preserve">
- <value>Access your works anytime, anywhere</value>
- </data>
- <data name="Description[4]" xml:space="preserve">
- <value>Create links to files and share them with others</value>
- </data>
- <data name="Description[5]" xml:space="preserve">
- <value>Read PDF documents right in your browser</value>
- </data>
- <data name="Description[6]" xml:space="preserve">
- <value>Never lose your precious works, we keep them in our vault</value>
- </data>
- <data name="GetMoreSpace.Text" xml:space="preserve">
- <value>Get More Space</value>
- </data>
- <data name="MonthString" xml:space="preserve">
- <value>Month</value>
- </data>
- <data name="SubscribeButton.Content" xml:space="preserve">
- <value>Subscribe</value>
- </data>
- <data name="YearString" xml:space="preserve">
- <value>Year</value>
- </data>
- <data name="CreateAccountButton.Content" xml:space="preserve">
- <value>Create a new account</value>
- </data>
- <data name="HaveAccountButton.Content" xml:space="preserve">
- <value>I already have a Kdan account</value>
- </data>
- <data name="AlreadySubscribed" xml:space="preserve">
- <value>You already have this subsciption.</value>
- </data>
- <data name="SubscribeSuccessfully" xml:space="preserve">
- <value>Subscription succeeded.</value>
- </data>
- <data name="SubscriptionFailed" xml:space="preserve">
- <value>Subscription failed. Please try again later.</value>
- </data>
- <data name="DownloadAppbarButton.Label" xml:space="preserve">
- <value>Download</value>
- </data>
- <data name="ShareLinkAppBarButton.Label" xml:space="preserve">
- <value>Share file link</value>
- </data>
- <data name="UploadAppBarButton.Label" xml:space="preserve">
- <value>Upload</value>
- </data>
- <data name="ZendeskCancel" xml:space="preserve">
- <value>Cancel</value>
- </data>
- <data name="ZendeskComment.PlaceholderText" xml:space="preserve">
- <value>Comment</value>
- </data>
- <data name="ZendeskContactUs.Text" xml:space="preserve">
- <value>Contact Us</value>
- </data>
- <data name="ZendeskDescription.PlaceholderText" xml:space="preserve">
- <value>Description</value>
- </data>
- <data name="ZendeskDescriptionCannotBeBlank.Text" xml:space="preserve">
- <value>Description cannot be blank.</value>
- </data>
- <data name="ZendeskDiscard" xml:space="preserve">
- <value>Discard</value>
- </data>
- <data name="KdanCreditDiscription.Text" xml:space="preserve">
- <value>1 fax page costs 10 credits
- 1 file convertion costs 1 credit</value>
- </data>
- <data name="ZendeskDiscardDraft" xml:space="preserve">
- <value>Discard draft</value>
- </data>
- <data name="ZendeskDoNotClose.Text" xml:space="preserve">
- <value>Do not close the app before sending is complete.</value>
- </data>
- <data name="ZendeskDoYouWantToDiscardThisDraft" xml:space="preserve">
- <value>You haven't finish your message yet. Do you want to discard this draft?</value>
- </data>
- <data name="ZendeskFailToSendMessage" xml:space="preserve">
- <value>Fail to send message!</value>
- </data>
- <data name="ZendeskKnowledgeBase.Text" xml:space="preserve">
- <value>Knowledge Base</value>
- </data>
- <data name="ZendeskLess.Text" xml:space="preserve">
- <value>Less</value>
- </data>
- <data name="ZendeskMessageSent" xml:space="preserve">
- <value>Message sent!</value>
- </data>
- <data name="ZendeskMyTickets.Text" xml:space="preserve">
- <value>My Tickets</value>
- </data>
- <data name="ZendeskOK" xml:space="preserve">
- <value>OK</value>
- </data>
- <data name="ZendeskPleaseCheakYourAttachmentSize.Text" xml:space="preserve">
- <value>You can send up to 20MB in attachments. Please cheak your attachment size.</value>
- </data>
- <data name="ZendeskSend.Content" xml:space="preserve">
- <value>Send</value>
- </data>
- <data name="ZendeskSending" xml:space="preserve">
- <value>Sending...</value>
- </data>
- <data name="ZendeskYourMessageHasBeenSent" xml:space="preserve">
- <value>Your message has been sent to Kdan Mobile successfully.</value>
- </data>
- <data name="ZendeskPleaseTryAgainLater" xml:space="preserve">
- <value>Please try again later.</value>
- </data>
- <data name="TrialButton.Text" xml:space="preserve">
- <value>Request a free trial</value>
- </data>
- <data name="C365Description[0]" xml:space="preserve">
- <value>Remove all sponsored ads</value>
- </data>
- <data name="C365Description[1]" xml:space="preserve">
- <value>All features supported in PDF Reader</value>
- </data>
- <data name="C365Description[2]" xml:space="preserve">
- <value>All features supported in PDF Reader, including Android, Windows 10, iOS, and Mac versions</value>
- </data>
- <data name="C365Description[3]" xml:space="preserve">
- <value>Kdan Cloud services</value>
- </data>
- <data name="C365Description[2][0]" xml:space="preserve">
- <value>PDF Markup</value>
- </data>
- <data name="C365Description[2][1]" xml:space="preserve">
- <value>Pocket Scanner</value>
- </data>
- <data name="YourCoupon.Text" xml:space="preserve">
- <value>Your Coupon!</value>
- </data>
- <data name="CodeCopied.Text" xml:space="preserve">
- <value>Code has been copied!</value>
- </data>
- <data name="CodeCopied[0].Text" xml:space="preserve">
- <value>Subscribe and Paste</value>
- </data>
- <data name="CodeCopied[1].Text" xml:space="preserve">
- <value>at checkout to receive 14-day free trial.</value>
- </data>
- <data name="CopyTheCode.Text" xml:space="preserve">
- <value>Copy the code</value>
- </data>
- <data name="C365SignInRequired.Content" xml:space="preserve">
- <value>To update your subscription status , please sign in with an account created in Creative Store.</value>
- </data>
- <data name="CloseButton.Content" xml:space="preserve">
- <value>Close</value>
- </data>
- <data name="TaskManager.ConverterPivotItem.Header" xml:space="preserve">
- <value>Converter</value>
- </data>
- <data name="TaskManager.FaxPivotItem.Header" xml:space="preserve">
- <value>Fax</value>
- </data>
- <data name="TaskManager.LinkPivotItem.Header" xml:space="preserve">
- <value>Link</value>
- </data>
- <data name="TaskManager.TitleTextBlock.Text" xml:space="preserve">
- <value>Task Manager</value>
- </data>
- <data name="Converter.Title.Text" xml:space="preserve">
- <value>Converter</value>
- </data>
- <data name="Credits" xml:space="preserve">
- <value>Credits</value>
- </data>
- <data name="Required.Text" xml:space="preserve">
- <value>Required</value>
- </data>
- <data name="Fax.Title.Text" xml:space="preserve">
- <value>Fax</value>
- </data>
- <data name="Converter.Completed" xml:space="preserve">
- <value>Completed</value>
- </data>
- <data name="Converter.Converting" xml:space="preserve">
- <value>Converting</value>
- </data>
- <data name="Fax.Failed" xml:space="preserve">
- <value>Failed</value>
- </data>
- <data name="Fax.Sending" xml:space="preserve">
- <value>Sending</value>
- </data>
- <data name="Fax.Sent" xml:space="preserve">
- <value>Sent</value>
- </data>
- <data name="C365SubscribeBenefits" xml:space="preserve">
- <value>to send faxes or convert files</value>
- </data>
- <data name="SubscribeTo" xml:space="preserve">
- <value>Subscribe to</value>
- </data>
- <data name="AskReviewTitle" xml:space="preserve">
- <value>Love {0}?</value>
- </data>
- <data name="AskReviewCaption" xml:space="preserve">
- <value>Rating takes less than a minute.</value>
- </data>
- <data name="AskReviewContent" xml:space="preserve">
- <value>Please leave us a great rating and reviews! Thank for your support!</value>
- </data>
- <data name="AskReviewPrimaryOption" xml:space="preserve">
- <value>Love it! I want to give it 5 stars!</value>
- </data>
- <data name="AskReviewSecondaryOption" xml:space="preserve">
- <value>I'd like to give some feedback</value>
- </data>
- <data name="Fax.SendedDialogContent0" xml:space="preserve">
- <value>{0} credits charged, remaining {1} credit,</value>
- </data>
- <data name="Fax.SendedDialogContent1" xml:space="preserve">
- <value>You can check the delivery status in Task Manager</value>
- </data>
- <data name="Fax.SendedDialogPrimaryButtonContent" xml:space="preserve">
- <value>Task Manager</value>
- </data>
- <data name="Fax.SendedDialogSecondaryButtonContent" xml:space="preserve">
- <value>Close</value>
- </data>
- <data name="Fax.SendedDialogTitle" xml:space="preserve">
- <value>Your fax has been delivered</value>
- </data>
- <data name="ConverterFailed.Title" xml:space="preserve">
- <value>Conversion Failed</value>
- </data>
- <data name="ConvertDialogTitle" xml:space="preserve">
- <value>Your file is converting</value>
- </data>
- <data name="ConverterFailed.Content" xml:space="preserve">
- <value>An Error occurred while accessing the converting service. Your credit(s) will be refund to your account.</value>
- </data>
- <data name="Report" xml:space="preserve">
- <value>Report</value>
- </data>
- <data name="Fax.CountryTextBlock.Text" xml:space="preserve">
- <value>Select a Country</value>
- </data>
- <data name="Fax.CountryComboBox.PlaceholderText" xml:space="preserve">
- <value>Select a Country</value>
- </data>
- <data name="Fax.CreditBalanceTextBlock.Text" xml:space="preserve">
- <value>Credit Balance</value>
- </data>
- <data name="Fax.CreditsTextBlock.Text" xml:space="preserve">
- <value>Credits</value>
- </data>
- <data name="Fax.CreditTextBlock.Text" xml:space="preserve">
- <value>Credit</value>
- </data>
- <data name="Fax.NumberTextBlock.Text" xml:space="preserve">
- <value>Fax Number</value>
- </data>
- <data name="Fax.NumberTextBox.PlaceholderText" xml:space="preserve">
- <value>Fax Number</value>
- </data>
- <data name="Fax.PageRangeTextBlock.Text" xml:space="preserve">
- <value>Page Range</value>
- </data>
- <data name="Fax.PagesTextBlock.Text" xml:space="preserve">
- <value>Pages</value>
- </data>
- <data name="Fax.PageTextBlock.Text" xml:space="preserve">
- <value>Page</value>
- </data>
- <data name="Fax.RequiredTextBlock.Text" xml:space="preserve">
- <value>Required</value>
- </data>
- <data name="Fax.SendButton.Content" xml:space="preserve">
- <value>Send</value>
- </data>
- <data name="Fax.RechargeHyperlinkButton.Content" xml:space="preserve">
- <value>Recharge</value>
- </data>
- <data name="Fax.SendedDialogContent0s" xml:space="preserve">
- <value>{0} credits charged, remaining {1} credits,</value>
- </data>
- <data name="Fax.StatusDialogNoAnswer.Content" xml:space="preserve">
- <value>The call has no response.</value>
- </data>
- <data name="Fax.StatusDialogNoAnswer.Title" xml:space="preserve">
- <value>No Answer</value>
- </data>
- <data name="Fax.StatusDialogCallRejected.Content" xml:space="preserve">
- <value>The call is rejected. Please try agin.</value>
- </data>
- <data name="Fax.StatusDialogCallRejected.Title" xml:space="preserve">
- <value>Call Rejected</value>
- </data>
- <data name="Fax.StatusDialogConnectionFailed.Content" xml:space="preserve">
- <value>An unexpected error has occurred due to a bad line or other communication problems.</value>
- </data>
- <data name="Fax.StatusDialogConnectionFailed.Title" xml:space="preserve">
- <value>Fax Connection Failed</value>
- </data>
- <data name="Fax.StatusDialogInvalidFaxNumber.Content" xml:space="preserve">
- <value>The fax number you entered is invalid. Please correct it and retry.</value>
- </data>
- <data name="Fax.StatusDialogInvalidFaxNumber.Title" xml:space="preserve">
- <value>Invalid Fax Number</value>
- </data>
- <data name="Fax.StatusDialogOKButton.Content" xml:space="preserve">
- <value>OK</value>
- </data>
- <data name="Fax.StatusDialogReportButton.Content" xml:space="preserve">
- <value>Report</value>
- </data>
- <data name="Fax.StatusDialogSuccess.Content" xml:space="preserve">
- <value>Your fax has been delivered.</value>
- </data>
- <data name="Fax.StatusDialogSystemBusy.Content" xml:space="preserve">
- <value>The line is busy. Please try again.</value>
- </data>
- <data name="Fax.StatusDialogSystemBusy.Title" xml:space="preserve">
- <value>System Busy</value>
- </data>
- <data name="SubscribedButton.Content" xml:space="preserve">
- <value>Subscribed</value>
- </data>
- <data name="Converter.ConvertingDialog.Content" xml:space="preserve">
- <value>You can check the converting process in Task Manager.</value>
- </data>
- <data name="Converter.CreditBalance" xml:space="preserve">
- <value>Credit Balance</value>
- </data>
- <data name="Converter.InSufficientCredits.Cancel" xml:space="preserve">
- <value>Cancel</value>
- </data>
- <data name="Converter.InSufficientCredits.Content" xml:space="preserve">
- <value>Please recharge your account to continue using the service.</value>
- </data>
- <data name="Converter.InSufficientCredits.RechargeCredit" xml:space="preserve">
- <value>Recharge Credit</value>
- </data>
- <data name="Converter.InSufficientCredits.Title" xml:space="preserve">
- <value>Insufficient Credits</value>
- </data>
- <data name="Converter.Output" xml:space="preserve">
- <value>Output</value>
- </data>
- <data name="Converter.RequiredSentence" xml:space="preserve">
- <value>Required: {0} credits</value>
- </data>
- <data name="Converter.Start" xml:space="preserve">
- <value>Start</value>
- </data>
- <data name="CreditsRecharge10" xml:space="preserve">
- <value>Send 1 fax page or convert 10 files.</value>
- </data>
- <data name="CreditsRecharge100" xml:space="preserve">
- <value>Send 10 fax pages or convert 100 files (20% off).</value>
- </data>
- <data name="CreditsRecharge1000" xml:space="preserve">
- <value>Send 100 fax pages or convert 1000 files (30% off).</value>
- </data>
- <data name="CreditsRecharge20" xml:space="preserve">
- <value>Send 2 fax pages or convert 20 files.</value>
- </data>
- <data name="CreditsRecharge200" xml:space="preserve">
- <value>Send 20 fax pages or convert 200 files (20% off).</value>
- </data>
- <data name="CreditsRecharge500" xml:space="preserve">
- <value>Send 50 fax pages or convert 500 files (25% off).</value>
- </data>
- <data name="CreditsRecharge60" xml:space="preserve">
- <value>Send 6 fax pages or convert 60 files (15% off).</value>
- </data>
- <data name="Converter.UploadToConvertDialog" xml:space="preserve">
- <value>Please upload the file to Kdan Cloud for file conversion. Would you like to upload the file now?</value>
- </data>
- <data name="TaskManager.DoneAppBarButton.Content" xml:space="preserve">
- <value>Done</value>
- </data>
- <data name="Fax.InsufficientCreditDialog.Content" xml:space="preserve">
- <value>Please recharge your account to continue using the service.</value>
- </data>
- <data name="Fax.InsufficientCreditDialog.PrimaryButtonText" xml:space="preserve">
- <value>Recharge Credit</value>
- </data>
- <data name="Fax.InsufficientCreditDialog.SecondaryButtonText" xml:space="preserve">
- <value>Cancel</value>
- </data>
- <data name="Fax.InsufficientCreditDialog.Title" xml:space="preserve">
- <value>Insufficient Credits</value>
- </data>
- <data name="Fax.NoNumberDialog.Content" xml:space="preserve">
- <value>Please enter the correct fax number.</value>
- </data>
- <data name="Fax.NoNumberDialog.PrimaryButtonText" xml:space="preserve">
- <value>OK</value>
- </data>
- <data name="Fax.PageRangeErrorDialog.Content" xml:space="preserve">
- <value>Invalid page range. Please input a valid page range, e.g. 1-3,5,10-12.</value>
- </data>
- <data name="Fax.PageRangeErrorDialog.PrimaryButtonText" xml:space="preserve">
- <value>OK</value>
- </data>
- <data name="Converter.Failed" xml:space="preserve">
- <value>Failed</value>
- </data>
- <data name="Converter.Required" xml:space="preserve">
- <value>Required</value>
- </data>
- <data name="ConverterOK" xml:space="preserve">
- <value>OK</value>
- </data>
- <data name="Creativity365" xml:space="preserve">
- <value>Creativity 365</value>
- </data>
- <data name="C365Description[4]" xml:space="preserve">
- <value>Protect your app with a password or Touch ID</value>
- </data>
- <data name="C365Description[5]" xml:space="preserve">
- <value>All future updates included</value>
- </data>
- <data name="C365Description[6]" xml:space="preserve">
- <value>Priority customer support</value>
- </data>
- <data name="C365Description[2][2]" xml:space="preserve">
- <value>NoteLedge</value>
- </data>
- <data name="C365Description[2][3]" xml:space="preserve">
- <value>Animation Desk</value>
- </data>
- <data name="C365Description[2][4]" xml:space="preserve">
- <value>Write-on Video</value>
- </data>
- <data name="C365Description[3][0]" xml:space="preserve">
- <value>1TB Kdan Cloud storage space</value>
- </data>
- <data name="C365Description[3][1]" xml:space="preserve">
- <value>Free Kdan Credits for faxes and online file-converting services
- (250/Yearly, 80/Quarterly)</value>
- </data>
- <data name="C365Description[3][2]" xml:space="preserve">
- <value>Share links to files, access them directly from your browser</value>
- </data>
- <data name="C365Description[2][0][0]" xml:space="preserve">
- <value>Annotate PDFs and web pages</value>
- </data>
- <data name="C365Description[2][1][0]" xml:space="preserve">
- <value>Scan anything to multi-page PDFs</value>
- </data>
- <data name="C365Description[2][2][0]" xml:space="preserve">
- <value>Take notes with multimedia materials</value>
- </data>
- <data name="C365Description[2][3][0]" xml:space="preserve">
- <value>Create beautiful hand-drawn animations</value>
- </data>
- <data name="C365Description[2][4][0]" xml:space="preserve">
- <value>Make stunning videos</value>
- </data>
- <data name="Fax.ComboNumberStringTextBlock.Text" xml:space="preserve">
- <value>+(Country code)(Fax number)</value>
- </data>
- <data name="Fax.FormatExampleTextBlock.Text" xml:space="preserve">
- <value>Format example</value>
- </data>
- <data name="Description[0]" xml:space="preserve">
- <value>Remove all sponsored ads</value>
- </data>
- <data name="AdonitDash2Value" xml:space="preserve">
- <value>(Value of USD$49.99)</value>
- </data>
- <data name="C365AnnualPlan" xml:space="preserve">
- <value>with Creativity 365 Annual Plan!</value>
- </data>
- <data name="FreeForYou" xml:space="preserve">
- <value>for FREE</value>
- </data>
- <data name="GetAdonitDash2" xml:space="preserve">
- <value>Get an Adonit Dash 2 </value>
- </data>
- <data name="SpecialOffer" xml:space="preserve">
- <value>SPECIAL OFFER ON NOW!</value>
- </data>
- <data name="ViewMoreButton.Content" xml:space="preserve">
- <value>View More</value>
- </data>
- <data name="CreditsRecharge.Purchase.Content" xml:space="preserve">
- <value>Purchase</value>
- </data>
- <data name="Fax.PageRangeTextBox.PlaceholderText" xml:space="preserve">
- <value>e.g. 1-3,5,10-12</value>
- </data>
- <data name="Converter.ConnectionError.Content" xml:space="preserve">
- <value>Please make sure your internet connection is available.</value>
- </data>
- <data name="Converter.ConnectionError.Title" xml:space="preserve">
- <value>Connection Error</value>
- </data>
- <data name="CreditsRecharge.DoneAppBarButton.Content" xml:space="preserve">
- <value>Done</value>
- </data>
- <data name="KdanCreditLabel.Text" xml:space="preserve">
- <value>Kdan Credit</value>
- </data>
- <data name="ConverterFailed.Report" xml:space="preserve">
- <value>Report</value>
- </data>
- <data name="CreditsPurchasedMessageContent" xml:space="preserve">
- <value>Credits may take a few minutes to show up in your account.</value>
- </data>
- <data name="CreditsPurchasedMessageTitle" xml:space="preserve">
- <value>Credits purchased</value>
- </data>
- <data name="QuarterString" xml:space="preserve">
- <value>Quarterly</value>
- </data>
- <data name="CommonUI.Cancel" xml:space="preserve">
- <value>Cancel</value>
- </data>
- <data name="CommonUI.OK" xml:space="preserve">
- <value>OK</value>
- </data>
- <data name="CommonUI.Rename" xml:space="preserve">
- <value>Rename</value>
- </data>
- <data name="ConflictNameMessage" xml:space="preserve">
- <value>The name already exists</value>
- </data>
- <data name="DeleteItemCheckDialog.Content" xml:space="preserve">
- <value>Are you sure you want to delete the {0}?</value>
- </data>
- <data name="DeleteItemsCheckDialog.Content" xml:space="preserve">
- <value>You have selected {0} {1}. Are you sure you want to delete them</value>
- </data>
- <data name="InvalidNameMessage" xml:space="preserve">
- <value>Invalid name</value>
- </data>
- <data name="RenameDialog.Title" xml:space="preserve">
- <value>Rename the {0}</value>
- </data>
- <data name="CommonUI/Anizone" xml:space="preserve">
- <value>AniZone</value>
- </data>
- <data name="CommonUI/Convert" xml:space="preserve">
- <value>Convert</value>
- </data>
- <data name="CommonUI/Delete" xml:space="preserve">
- <value>Delete</value>
- </data>
- <data name="CommonUI/Download" xml:space="preserve">
- <value>Download</value>
- </data>
- <data name="CommonUI/Duplicate" xml:space="preserve">
- <value>Duplicate</value>
- </data>
- <data name="CommonUI/Export" xml:space="preserve">
- <value>Export</value>
- </data>
- <data name="CommonUI/Share" xml:space="preserve">
- <value>Share</value>
- </data>
- <data name="CommonUI/Upload" xml:space="preserve">
- <value>Upload</value>
- </data>
- <data name="CommonUI/DeselectAll" xml:space="preserve">
- <value>Deselect All</value>
- </data>
- <data name="CommonUI/SelectAll" xml:space="preserve">
- <value>Select All</value>
- </data>
- <data name="CommonUI/Select" xml:space="preserve">
- <value>Select</value>
- </data>
- <data name="CommonUI/Sort" xml:space="preserve">
- <value>Sort by</value>
- </data>
- <data name="SortMenu/Ascending" xml:space="preserve">
- <value>Ascending</value>
- </data>
- <data name="SortMenu/CloudState" xml:space="preserve">
- <value>Cloud state</value>
- </data>
- <data name="SortMenu/Created" xml:space="preserve">
- <value>Created date</value>
- </data>
- <data name="SortMenu/Descending" xml:space="preserve">
- <value>Descending</value>
- </data>
- <data name="SortMenu/FrameCounts" xml:space="preserve">
- <value>Frame counts</value>
- </data>
- <data name="SortMenu/Name" xml:space="preserve">
- <value>Name</value>
- </data>
- <data name="SortMenu/Updated" xml:space="preserve">
- <value>Updated date</value>
- </data>
- <data name="CommonUI/Done" xml:space="preserve">
- <value>Done</value>
- </data>
- <data name="CommonUI/Selected" xml:space="preserve">
- <value>selected</value>
- </data>
- <data name="CommonUI/ShareLink" xml:space="preserve">
- <value>Share file link</value>
- </data>
- <data name="Cards.AnimationDeskCardDescription" xml:space="preserve">
- <value>Create your own animation frame by frame and bring your stories to life.</value>
- </data>
- <data name="Cards.AnimationDeskCardName" xml:space="preserve">
- <value>Animation Desk</value>
- </data>
- <data name="Cards.C365AdonitCardDescription" xml:space="preserve">
- <value>Get a free Adonit Dash 3 stylus when subscribed to Creativity 365 Annual Plan.</value>
- </data>
- <data name="Cards.C365AdonitCardName" xml:space="preserve">
- <value>Special Offer!</value>
- </data>
- <data name="Cards.CreativeStoreCardDescription" xml:space="preserve">
- <value>Search our shop for Kdan related accessories and services to upgrade and complete your mobile experience.</value>
- </data>
- <data name="Cards.CreativeStoreCardName" xml:space="preserve">
- <value>Creative Store</value>
- </data>
- <data name="Cards.NoteLedgeCardDescription" xml:space="preserve">
- <value>Create and organize multimedia notes with the world's most versatile note-taking app.</value>
- </data>
- <data name="Cards.NoteLedgeCardName" xml:space="preserve">
- <value>NoteLedge</value>
- </data>
- <data name="Cards.PDFReaderCardDescription" xml:space="preserve">
- <value>One of the world’s most popular PDF apps for viewing, annotating and managing PDFs.</value>
- </data>
- <data name="Cards.PDFReaderCardName" xml:space="preserve">
- <value>PDF Reader</value>
- </data>
- <data name="LatestString" xml:space="preserve">
- <value>Latest: </value>
- </data>
- <data name="NoSearchResultMessage" xml:space="preserve">
- <value>No results found. Please enter a new one.</value>
- </data>
-
- <data name="CommonUI.ClearSelection" xml:space="preserve">
- <value>Clear Selection</value>
- </data>
- <data name="CommonUI.Copy" xml:space="preserve">
- <value>Copy</value>
- </data>
- <data name="CommonUI.Repeat" xml:space="preserve">
- <value>Repeat</value>
- </data>
- <data name="CommonUI/Add" xml:space="preserve">
- <value>Add</value>
- </data>
- <data name="CommonUI/Settings" xml:space="preserve">
- <value>Settings</value>
- </data>
- <data name="CommonUI.Recent" xml:space="preserve">
- <value>Recent</value>
- </data>
- <data name="C365Comparison.AnnualPlanTip.Text" xml:space="preserve">
- <value>Go for Annual Plan and save 25%!</value>
- </data>
- <data name="CommonUI.Month" xml:space="preserve">
- <value>Month</value>
- </data>
- <data name="CommonUI.Quarter" xml:space="preserve">
- <value>Quarter</value>
- </data>
- <data name="CommonUI.Year" xml:space="preserve">
- <value>Year</value>
- </data>
- <data name="ExportingString" xml:space="preserve">
- <value>Exporting</value>
- </data>
- <data name="Share.LinkDescription" xml:space="preserve">
- <value>1 file link</value>
- </data>
- <data name="Share.LinksDescription" xml:space="preserve">
- <value>{0} file links</value>
- </data>
- <data name="Share.Title" xml:space="preserve">
- <value>Shared from {0}</value>
- </data>
- <data name="CommonUI/iAniMagic" xml:space="preserve">
- <value>iAniMagic</value>
- </data>
- <data name="CommonUI/Category" xml:space="preserve">
- <value>Category</value>
- </data>
- <data name="CommonUI/Description" xml:space="preserve">
- <value>Description</value>
- </data>
- <data name="CommonUI/Tag" xml:space="preserve">
- <value>Tag</value>
- </data>
- <data name="CommonUI/Tags" xml:space="preserve">
- <value>Tags</value>
- </data>
- <data name="CommonUI/Title" xml:space="preserve">
- <value>Title</value>
- </data>
- <data name="CommonUI/Country" xml:space="preserve">
- <value>Country</value>
- </data>
- <data name="CommonUI.ServerError.Content" xml:space="preserve">
- <value>Sorry, we are having temporary server issues. Please wait a few minutes before you reconnect.</value>
- </data>
- <data name="Cards.GetiPhoneXCardDescription" xml:space="preserve">
- <value>20% off Creativity 365 annual plan subscription, and a chance to win iPhone X. Only on Kdan's Creative Store!</value>
- </data>
- <data name="Cards.GetiPhoneXCardName" xml:space="preserve">
- <value>New Year. New Phone. Big Savings.</value>
- </data>
- <data name="NotNowButton.Content" xml:space="preserve">
- <value>Not now</value>
- </data>
- <data name="RenewSubscription.Content" xml:space="preserve">
- <value>Please renew your subscription of {0} to continue using {1} without interruption.</value>
- </data>
- <data name="RenewSubscription.Title" xml:space="preserve">
- <value>Your subscription has expired!</value>
- </data>
- <data name="ViewPlanButton.Content" xml:space="preserve">
- <value>View Plan</value>
- </data>
- <data name="RenewSubscription.Renew" xml:space="preserve">
- <value>Renew subscription</value>
- </data>
- <data name="Document365" xml:space="preserve">
- <value>Document 365</value>
- </data>
- <data name="Bluetooth.EnableBluetooth.Content" xml:space="preserve">
- <value>Please enable Bluetooh from your setting for using color pen feautre and try again!</value>
- </data>
- <data name="Bluetooth.NoBluetooth.Content" xml:space="preserve">
- <value>Your device is not equipped with Bluetooth. Connection Canceled.</value>
- </data>
- <data name="Mozbii.ConnectCancelMes.Content" xml:space="preserve">
- <value>Device connection Stopped.</value>
- </data>
- <data name="Mozbii.ConnectCancelMes.Title" xml:space="preserve">
- <value>Connection Canceled.</value>
- </data>
- <data name="Mozbii.ConnectedMes.Content" xml:space="preserve">
- <value>Device connection succeed.</value>
- </data>
- <data name="Mozbii.ConnectedMes.Title" xml:space="preserve">
- <value>Connected!</value>
- </data>
- <data name="Mozbii.DisconnectMes.Content" xml:space="preserve">
- <value>Device connection Stopped.</value>
- </data>
- <data name="Mozbii.DisconnectMes.Title" xml:space="preserve">
- <value>Mozbii Pen stopped.</value>
- </data>
- </root>
|