#============================================================== # Pro Users Management System #============================================================== # 2006-07-14 # Constants for localization #============================================================== #-------------------------------------- # *** Information for translators: # New tokens format introduced! # Tokens of the form &{word_here}; (e.g. &{LicName};) # are also parameters (like %1, %2) #-------------------------------------- #-------------------------------------- #=== Code Page and Language # *** ATTENTION: Do not translate this section ! *** CL_LANGCODE "en" CL_LANGUAGE "English" CL_CODEPAGE "iso-8859-1" #-------------------------------------- #-------------------------------------- #=== Expressions depends on regional settings # # Set proper arguments order: "Dear John Doe" OR "John Doe dear" CL_ADDRESS_FORM "Dear %1," # Set proper order: "City, State/Prov, PostCode" OR "State/Prov, PostCode, City"... # and appropriate order: "CSZ" OR "SZC"... CL_CITY_STATE_ZIP "City, State/Prov, PostCode" CL_CSZ "CSZ" # CL_NR - Mark of number (of Invoice etc), for example "Invoice No:" CL_NR "No:" # CL_TAX_NAME - The name of the tax for invoice ("Sales Tax" in USA, "MwSt" in Germany etc) CL_TAX_NAME "Sales Tax" # CL_CURRENCY_NAME - The name of the currency for invoice CL_CURRENCY_NAME "USD" CL_CURRENCY_CHAR "$" #-------------------------------------- #=== Site top Menu CL_MENU_HOME "Home" CL_MENU_HOW_IT_WORKS "How It Works" CL_MENU_PLATFORMS "Platforms" CL_MENU_EVERYWHERE "Everywhere" CL_MENU_ENTERPRISE "Enterprise" CL_MENU_SUPPORT "Support" CL_MENU_ABOUT "About" CL_MENU_DOWNLOAD "Download" CL_MENU_PURCHASE "Purchase" #-------------------------------------- #=== Unsubscribe bottom Menu CL_BMENU_DESKTOP_PRODUCTS "Desktop Products" CL_BMENU_ROBOFORM_IE "RoboForm for IE" CL_BMENU_ROBOFORM_FF "RoboForm for Firefox" CL_BMENU_ROBOFORM_CHROME "RoboForm for Chrome" CL_BMENU_ROBOFORM_MAC "RoboForm for Mac" CL_BMENU_MOBILE_PRODUCTS "Mobile Products" CL_BMENU_ROBOFORM_USB "RoboForm2Go for USB" CL_BMENU_ROBOFORM_IPAD "RoboForm for iPhone iPad" CL_BMENU_ROBOFORM_ANDROID "RoboForm for Android" CL_BMENU_ROBOFORM_BB "RoboForm for BlackBerry" CL_BMENU_ROBOFORM_WM "RoboForm for Windows Mobile" CL_BMENU_ROBOFORM_PALM "RoboForm for Palm" CL_BMENU_ROBOFORM_SYMBIAN "RoboForm for Symbian" CL_BMENU_FOLLOW_US "Follow Us" CL_BMENU_SUPPORT "Support" CL_BMENU_OVERVIEW "Overview" CL_BMENU_TUTORIALS "Tutorials" CL_BMENU_FAQ "FAQ" CL_BMENU_MANUAL "Manual" CL_BMENU_COMPANY "Company" CL_BMENU_ABOUT_US "About Us" CL_BMENU_REVIEWS "Awards and Reviews" CL_BMENU_CONTACT_US "Contact Us" CL_BMENU_AFFILIATES "Affiliates" CL_BMENU_RESELLERS "Resellers" CL_BMENU_ROBOFORM_SDK "RoboForm SDK" CL_BMENU_FILE_SYNC "File Synchronization" CL_BMENU_LICENSE "License" CL_BMENU_SITEMAP "Site Map" #-------------------------------------- #=== Products spelling in Japanese CL_PRODUCT_ROBOFORM "RoboForm" CL_PRODUCT_PORTABLE "RoboForm2Go" CL_PRODUCT_GOODSYNC "GoodSync" CL_PRODUCT_GOODSYNC2GO "GoodSync2Go" CL_PRODUCT_ROBOFORMONLINE "RoboForm Online" CL_PRODUCT_ROBOFORM7 "RoboForm 7" CL_PRODUCT_PORTABLE7 "RoboForm2Go 7" CL_PRODUCT_RF_MAC "RoboForm for Mac" CL_PRODUCT_RF2GO_MAC "RoboForm2Go for Mac" CL_PRODUCT_EVERYWHERE "RoboForm Everywhere" CL_PRODUCT_GOODSYNC_SERVER "GoodSync Server" CL_PRODUCT_GS_MAC "GoodSync for Mac" CL_PRODUCT_GOODSYNC2GO_MAC "GoodSync2Go for Mac" CL_PRODUCT_GSYNC_WIN "GSYNC for Windows" CL_PRODUCT_GSYNC_MAC "GSYNC for Mac" CL_PRODUCT_GSYNC_LINUX "GSYNC for Linux" #-------------------------------------- #=== Alone Words / Expressions # CL_TITLE_ROBOFORM_LICENSES "RoboForm licenses" CL_TITLE_GOODSYNC_LICENSES "GoodSync licenses" CL_TITLE_ROBOFORM_WIN_LICENSES "RoboForm for Windows" CL_TITLE_GOODSYNC_WIN_LICENSES "GoodSync for Windows" CL_TITLE_ROBOFORM_MAC_LICENSES "RoboForm for Mac" CL_TITLE_GOODSYNC_MAC_LICENSES "GoodSync for Mac" CL_TITLE_WIN_LICENSES "Products for Windows" CL_TITLE_MAC_LICENSES "Products for Mac" CL_EVERYWHERE "Everywhere" CL_DESKTOP_LAPTOP "Desktop/Laptop" CL_MAC "Mac" CL_SUBMIT "Submit" CL_RESET "Reset" CL_EDIT "Edit" CL_BACK "Back" CL_LICENSES "Licenses" CL_LIC_COUNT "License Count" CL_CDS "CDs" CL_CD_COUNT "CD Count" CL_DISCOUNTS "Discounts" CL_DISCOUNT "Discount" CL_DISCOUNT_CODE "Discount Code" CL_NAME "Name" CL_FIRST_NAME "First Name" CL_LAST_NAME "Last Name" CL_COMPANY_NAME "Company Name" CL_EMAIL_ADDRESS "E-mail address" CL_PHONE "Phone" CL_FAX "Fax" CL_ADDRESS_LINE "Address Line" CL_CITY "City" CL_STATE "State/Province" CL_ZIP "Zip/Postal Code" CL_COUNTRY "Country" CL_AMOUNT "Amount" CL_AMOUNT_PAID "Amount paid" CL_PAY_SYSTEM "Pay System" CL_PAY_ACCOUNT "PayAccount" CL_TRANS_ID "Transaction ID" CL_ORDER_DATE "Order DateTime" CL_PAY_DATE "Payment DateTime" CL_ORDER_ID "Order ID" CL_CUSTOMER_ID "Customer ID" CL_NOTE "Note" CL_HERE "Here" CL_REASON "Reason" CL_OR "OR" CL_REQUIRED "required" CL_ACCEPTED "Accepted" CL_ACCEPTED_CARDS "Accepted cards" CL_CC_NUMBER "Credit Card Number" #CL_CC_CODE "Card Security Code" #CL_CC_CODE_EXPLANATION "This is a 3-digit number printed on the back of your card." CL_CVV_CODE "Validation code" CL_ENTER_CVV2 "Enter CVV2" CL_CVV_EXPLANATION "3 or 4 digit" CL_EXPIRES "Expires" CL_EXPIR_DATE "Expiration Date" CL_EXPDATE_VALUE "MM/YYYY" CL_TOTAL "Total" CL_SUBTOTAL "Subtotal" CL_TOTAL_REAL "Your card will be charged %1 in USD*" CL_TOTAL_REAL_NOTICE "* Your credit card may charge a small fee to charge this transaction in USD." CL_RESELLER_TOTAL "Reseller Total" CL_GRAND_TOTAL "Grand total" CL_UPDATE_TOTAL "Update Total" CL_TYPE_OF_PAYMENT "Type of Payment" CL_BUY "Buy" CL_CHECKOUT "Checkout >>" CL_PROCEED "Proceed >>" CL_CONTINUE "Continue" CL_Close "Close" CL_BUY_VIA "Buy via" CL_BUY_PRO "Buy Pro" CL_BUY_OFFLINE "Buy Offline" CL_BUY_DIRECT "Buy Direct" CL_USER_PROFILE "User Profile" CL_UPDATE_PROFILE "Update Profile" CL_USER_DETAILS "User Details" CL_YOUR_DATA "Your data" CL_INVALID "Invalid" CL_CALL "CALL" CL_CALL_VOLUME "Call for volume discounts:" CL_CALL_PRICING "Call for pricing" CL_UNIT_PRICE "Unit Price" CL_PAYMENT "Payment" CL_EMAIL "E-mail" CL_PLACED "Placed" CL_QUANTITY "Quantity" CL_ITEM "Item" CL_PRICE "Price" CL_TOTAL_PRICE "Total Price" CL_SUPPORT "Support" CL_FIELDS "Fields" CL_DATE "Date" CL_RECEIPT "Receipt" CL_INVOICE "Invoice" CL_PAY_BY "Pay by" CL_UPDATE "Update" CL_PREVIOUS "Previous" CL_PREVIOUS_ORDERS "Previous orders" CL_ORDER_STATUS "Order status" CL_DOWNLOAD "Download" CL_ACTIVATION "Activation" CL_FOR_ORDER "for Order" CL_PAID "Paid" CL_NOT_PAID "Not paid" CL_PAID_SEE_RECEIPT "PAID, see Receipt" CL_PAYMENT_METHOD "Payment method" CL_CREDITCARD "Credit Card" CL_PAYMENT_DETAILS "Payment details" CL_ALL_ORDERS "All your orders" CL_YOUR_ORDER "Your order" CL_SHIPPING_ADDRESS "Shipping/Licensee Address" CL_SHIPPING_TEXT "Same as the Billing Address.
   (Uncheck to enter a different Licensee Name/Address, use this option to purchase as a gift)" CL_EMAIL_NOTICE "This email is to support the end user.
Activation instructions and shipping notifications will also be sent to this email.
If you want the gift be a surprise (no notifications for the end user), left this field blank." CL_LIC_SHIPPING_DATA "The Licensee/Shipping data" CL_LIC_SHIPPING_DATA_DESC "This data will be used for product activations and support" CL_RFO_AUTOPAY "Automatic payments" CL_RFO_AUTOPAY_TEXT "Automatically renew my subscription to guarantee me the best renewal rate" CL_RFO_ALREADY_PURCHASED "You have already purchased" CL_RFO_ALREADY_PURCHASED_TEXT "%1 Subaccounts, %2 Aliases (paid till %3)" CL_RFO_ACTIVE_TILL "The Accounts you are purchasing now will be active till %1" CL_RFO_UNABLE_UPGRADE "Unable to upgrade RFO licenses." CL_UNSUBSCRIBED_HEADER_SUCCESS "Unsubscribed" CL_UNSUBSCRIBED_HEADER_ERROR "An error occured" CL_UNSUBSCRIBED_SUCCESS "You have successfully unsubscribed from any further promotional emails from Siber Systems." CL_UNSUBSCRIBED_ERROR "An error occured. Please contact RoboForm support at %1" CLT_SURVEY_SUBJECT "Siber Systems Support Survey" CLT_SURVEY_EMAIL "Dear %1,

Thank you for your contacting us today.

At Siber Systems, we're insanely passionate about customer satisfaction.
In order for us to continually improve, we're asking you to take this brief survey, which should take less than a minute to complete.
All information is completely confidential and will not be shared with anyone outside of Siber Systems.

Click here to take survey
http://www.surveymonkey.com/s/2Z77S63

Thanks in advance for your cooperation.
Kind Regards,
The Support Team" #=== Order Details in admin panel: CL_HAVE_EVERYWHERE_LICENSE "You have 1 license that expires on %2." CL_HAVE_ALSO_EVERYWHERE_LICENSE "Also you have 1 license that will expire on %2." CL_HAVE_EVERYWHERE_LICENSES "You have %1 licenses that expire on %2." CL_HAVE_ALSO_EVERYWHERE_LICENSES "Also you have %1 licenses that will expire on %2." CL_HAVE_EVERYWHERE_ACCOUNTS "Your activated accounts:" CL_HAVE_EVERYWHERE_OTHER_ACCOUNTS "You have nonactivated accounts:" CL_HAVE_EVERYWHERE_AUTOPAY "Automatic payments are turned %1." CL_HAVE_EVERYWHERE_ACCOUNTS_INFO "- %1 (%2 files)" #-------------------------------------- #=== When upgrade order - table header for quantity of licenses you have before / to buy now CL_LICS_YOU_HAVE_BEFORE "before" CL_LICS_BUY_NOW "buy now" #-------------------------------------- #=== PUMS Title # CL_PUMSTITLE "Buy and/or Activate RoboForm Pro" CL_PUMSTITLE_ENT "Activate RoboForm Enterprise" CL_PUMSTITLE_RF7W "Activate RoboForm Everywhere" CL_PUMSTITLE_GS "Buy GoodSync Pro" CL_PUMSTITLE_PROD "Buy %1" #------------------- #=== BreadCrumb # CL_BC_CART "Cart" CL_BC_BILLING_PAYMENT "Billing & Payment" CL_BC_CONFIRM_ORDER "Confirm Order" #------------------- #=== Cart # CL_SELECT_YOUR_RF_LIC "Select Your RoboForm License" CL_SELECT_YOUR_GS_LIC "Select Your GoodSync License" CL_SHOPPING_CART "Your Shopping Cart" CL_ADD_TO_CART "Add to cart" CL_CART_CHECKOUT "Checkout" CL_SELECT_RENEWAL_OPTION "Select Your Renewal Option" CL_RENEW_NOW "Renew now" #------------------- #=== Billing Information # CL_BI_PAGE_TITLE "Select Your Payment Method" CL_BI_PAYMENT_METHOD "Payment Method" CL_BI_CREDIT_CARD "Credit card" CL_BI_ACCOUNT_PAYPAL "Account Paypal" CL_BI_CONTACT_INFO "Contact Information" CL_BI_BILLING_INFO "Billing Information" CL_BI_FIRST_LAST_NAME "First and Last Name" CL_BI_COMPANY "Company" CL_BI_PHONE "Phone" CL_BI_EMAIL "Email Address" CL_BI_EMAIL_NOTE "Please ensure that you have entered your email address correctly. We will send your order information and activation instructions to this address." CL_BI_SH_EMAIL_NOTE "This email is to support the end user. Activation instructions and shipping notifications will also be sent to this email. If you want the gift be a surprise (no notifications for the end user), leave this field blank." CL_BI_BILLING_ADDRESS "Billing Address" CL_BI_COUNTRY "Country" CL_BI_ADDRESS "Address" CL_BI_ADDRESS_LINE1 "Address Line 1" CL_BI_ADDRESS_LINE2 "Address Line 2" CL_BI_CITY "City" CL_BI_STATE "State/Province" CL_BI_ZIP "Zip/Postal Code" CL_BI_CARD_PAYMENT "Secure Credit Card Payment" CL_BI_CARD_PAYMENT_DESC "This is a secure encrypted payment" CL_BI_CARD_NUMBER "Card Number" CL_BI_EXP_DATE "Expiration Date" CL_BI_CARD_CODE "Card Security Code" CL_BI_SHOW_CARD_CODE "Enter my credit card security code" CL_BI_RENEWAL "Automatically renew my subscription to guarantee me the best renewal rate." CL_BI_SUBSCRIPTION "RoboForm Everywhere subscription" CL_BI_SHIP_LIC_ADDRESS "Shipping/Licensee Information" CL_BI_SHIP_DIFF "Choose a different shipping address." CL_BI_SHIP_DIFF_NOTE "(Check this box to enter a different shipping address or to buy as a gift.)" CL_BI_BUTTON_NEXT "Next" CL_BI_AUTOPAY_TELL_MORE "Tell me more" CL_BI_AUTOPAY_TELL_MORE_TEXT "The next payment of %1 for the next %2 of RoboForm Everywhere subscription will be performed automatically on %3, two weeks before your subscription expires." CL_BI_AUTOPAY_TELL_MORE_TEXT_PP "Please note, PayPal does not allow recurring payments (automatic subscriptions) for PayPal accounts that do not have a credit card attached to the account. If you do not have a credit card attached to the account, uncheck this checkbox." #------------------- #=== Errors input data # CL_ERROR_MESSAGE_TITLE "Some data missed or entered incorrectly" CL_ERROR_MESSAGE_REQUIRED "%1 is required" CL_ERROR_MESSAGE_INVALID "Invalid data entered for the %1" #------------------- #=== Confirm Billing Information: # CL_CONFIRM_TITLE "Confirm Your Billing Information" CL_CONFIRM_NO_SHIPPING "Sorry, we do not ship to %1." CL_CONFIRM_NO_SHIPPING_REMOVED "The %1 has been removed from your order." CL_CONFIRM_EDIT "Edit" CL_CONFIRM_RFEW_CHANGED "You are an existing RoboForm Everywhere User and are not eligible for our first year price for RoboForm Everywhere.
Your RoboForm Everywhere renewal will be %1." #-------------------------------------- #=== Purchase # CL_BUY1_INSTR0 "Upgrade to RoboForm Pro today and you will get:" CL_BUY1_INSTR1 "Unlimited Passcards, Identities, and Safenotes." CL_BUY1_INSTR2 "Instant Activation from RoboForm Free to RoboForm Pro." CL_BUY1_INSTR3 "Free web and toll-free phone support." CL_BUY1_INSTR4 "30-day Money Back Satisfaction Guarantee." CL_SATISFACTION "SATISFACTION GUARANTEE: Our 100% satisfaction guarantee. If for any reason you are not happy with your purchase, simply contact our friendly consultants within 30 days, and we will happily refund 100% of the purchase price." CL_BUY1_INSTR0_GS "Upgrade to GoodSync Pro today and you will get:" CL_BUY1_INSTR1_GS "Unlimited jobs and file synchronization." CL_BUY1_INSTR2_GS "Instant Activation to GoodSync Pro." CL_BUY1_INSTR3_GS "Free web and toll-free phone support." CL_BUY1_INSTR0_RFE "Buy RoboForm Enterprise today and you will get:" CL_BUY1_INSTR1_RFE "Unlimited Passcards, Identities, and Safenotes." CL_BUY1_INSTR2_RFE "Instant Activation." CL_BUY1_INSTR3_RFE "Enterprise features" CL_BUY1_INSTR4_RFE "Free web and toll-free phone support." CL_BUY1_INSTR0_GSE "Buy GoodSync Enterprise today and you will get:" CL_BUY1_INSTR1_GSE "Unlimited jobs and file synchronization." CL_BUY1_INSTR2_GSE "Instant Activation." CL_BUY1_INSTR3_GSE "Enterprise features" CL_BUY1_INSTR4_GSE "Free web and toll-free phone support." CL_UPGRADE_ORDER "Upgrade Order" CL_ENTER_ORIGDATA "Original order data" CL_ENTER_ORIGDATA_UPGRADE "Please enter your original order information
to see your upgrade discount pricing" CL_CHECK7 "Select currency" CL_CD_TABLE_TITLE "Add this if ordering RoboForm on CDs and/or RoboForm2Go USB Flash Drives" CL_MANUAL_VERIFICATION "Your order was sent to customer service for manual verification.
Once we verify your order, we will send you activation instructions.
Do not do anything at this time and do not initiate a second order." CL_WHAT_TODO "What to do:" CL_OFFLINE_TXT2 "We accept only checks that are in USD and that are drawn on a US Bank." CL_OFFLINE_TXT2_JP "We accept only checks that are in JPY and that are drawn on a Japanese Bank." CL_OFFLINE_TXT4 "After we receive and process your payment, we will send you activation instructions by e-mail." CL_OFFLINE_TXT5 "If sending paper check or money order by mail, use this address: %1" CL_OFFLINE_TXT6 "Use this payment option to pay by" CL_OFFLINE_TXT7 "Paper check or money order sent by postal mail" CL_OFFLINE_TXT8 "Wire transfering in Europe or money order to our Germany department" CL_OFFLINE_TXT8_JP "Wire transfering in Japan or money order to our Japan department" CL_OFFLINE_TXT9 "Faxing in credit card details" CL_OFFLINE_TXT10 "We accept purchase orders with amount not less than $%1 only." CL_OFFLINE_TXT11 "Click 'Buy Offline' button below and enter your personal data." CL_OFFLINE_TXT12 "Purchase orders" CL_OFFLINE_TXT13 "Order Details" CL_OFFLINE_TXT14 "Address of our agent in Germany:" CL_OFFLINE_TXT15 "If doing wire transfer in Euros, wire money to this account:" CL_OFFLINE_TXT14_JP "Address of our agent in Japan:" CL_OFFLINE_TXT15_JP "If doing wire transfer in Yens, wire money to this account:" CL_OFFLINE_TXT16 "Purchase through WebMoney system" CL_OFFLINE_TXT17 "We accept WebMoney payments only in Russian roubles" # NOTE: CL_WEBMONEY block is only for Russian language. Do not transalte it. CL_WEBMONEY_PURSE_N "WebMoney Purse N" CL_WEBMONEY_ID "WebMoney Cust ID" CL_WEBMONEY_TXT0 "Please print this instruction and save it." CL_WEBMONEY_TXT1 "To purchase the license through WebMoney Transfer:" CL_WEBMONEY_TXT2 "open WM Keeper" CL_WEBMONEY_TXT3 "click right mouse button on the purse, from which you want to make the payment" CL_WEBMONEY_TXT4 "choose from the menu Transfer Money - To WebMoney purse" CL_WEBMONEY_TXT5 "enter the amout: %1 WMR and purse number: %2" CL_WEBMONEY_TXT6 "enter Order ID: %1 and Your e-mail: %2 in the note." CL_WEBMONEY_TXT7 "Transaction must not be protected." CL_WEBMONEY_TXT8 "Our ID in the WebMoney system: %1" CL_WEBMONEY_TXT9 "After transaction compliting please send us the notification e-mail with the following data" CL_WEBMONEY_TXT10 "
  • Number of Your R-purse: %3
  • Order ID: %1
  • User Name: %2." CL_WEBMONEY_TXT11 "Our e-mail: %1" CL_WEBMONEY_TXT12 "In the two work days after transaction we will send You
    to %1 the activation instruction." CL_WEBMONEY_TXT13 "Our roubles purse number: %1" CL_WEBMONEY_ERROR "Error: Payment is not complete or you cancel it." CL_WEBMOBEY_SUPPORT "You may contact our support at " CL_WM_PAYMENT_WARN_OPERA "You will not be able continue the purchase as Opera browser doesn't support ActiveX by default." CL_WM_PAYMENT_WARN_NETSCAPE "You will not be able continue the purchase as Netscape and Mozilla browsers don't support ActiveX." CL_WM_PAYMENT_USEIE "Use Internet Explorer to make the purchase through WebMoney system." CL_WM_PAYMENT_WARN_TERMINAL "We DO NOT accept payments from payment terminals. Please use WebMoney Keeper, it should be set up on your computer." #-------------------------------------- #=== Invoice payment instructions # CL_INVOICE_WRONG_NAME "Wrong Name. Specify the Name as it appears in your invoice." CL_INVOICE_ORDER_NOT_FOUND "Your invoice is not found." CL_INVOICE_BAD_STATUS_OK "Your invoice is already paid." CL_INVOICE_BAD_STATUS "Your invoice is expired. Please apply our support for a new invoice." CL_INVOICE_TEXT "Pay invoice" CL_INVOICE_ENTER_DATA "Enter the invoice data" CL_INVOICE_NAME "Invoice Name" CL_INVOICE_ORDERID "Invoice Order ID" CL_INVOICE_INSTRUCTIONS "Invoice payment instructions" CL_INVOICE_ISSUED_TO_PAY "An invoice has been issued for you to pay." CL_INVOICE_DETAILS "Invoice details:" CL_INVOICE_PAYMENT_OPTIONS "Payment options:" CL_INVOICE_ONLINE "Online:" CL_INVOICE_OFFLINE "Offline: send paper check or money order to this address:" CL_INVOICE_FOLLOW_THIS_LINK "Click to purchase now >>" CL_INVOICE_MAKE_PAYMENT "Make your payment online" CL_INVOICE_ERROR_AUTOPAY "We attempted to auto-renew your RoboForm Everywhere subscription using the payment instructions
    you provided at checkout. Unfortunately, the transaction was declined. In order to renew your subscription
    and continue enjoying the convenience of RoboForm Everywhere, please follow the \"Make your payment online\" link below." CL_INVOICE_CONTACT_SUPPORT "Please feel free to contact our friendly support team should you have any questions." CL_INVOICE_SUPPORT_TEAM "Best Regards,
    The RoboForm Support Team" #-------------------------------------- #=== CD batch activation # CL_CD_ACTIVATOR "Roboform Pro CD Registrator" CL_CD_ID "CD OrderID" CL_CD_SEARCH_TIPS "Search tips" CL_CD_TIPS0 "Enter the OrderID (see the CD instructions)" CL_CD_TIPS1 "Enter the 10-digit OrderID exactly as it printed on the CD instructions." CL_CD_LOCATOR1 "Use this form ONLY ONCE: for the activation of RoboForm Pro after the CD purchase." CL_CD_LOCATOR2 "Once the Order is created, you will be given Order ID, to be used in subsequent activations and in support queries." CL_CD_LOCATOR3 "If you have any questions, please contact us" CL_CD_FOUND0 "Your CD ID has been found" CL_CD_FOUND3 "Install the copy of RoboForm that you received or download it from this location (if it is not installed yet)." CL_CD_FOUND4 "Click '%1' button below and enter your personal data." CL_BTN_REGISTRATION "Activate RoboForm Pro" CL_CD_REG_COMPLETE "Your new Order has been created" CL_CD_ID_NOT_EXISTS "CD with this ID does not exists" CL_CD_ALREADY_ACTIV "Your CD order was already registered. Please use the activation instruction, which you received after the registration by e-mail." CD_CD_BAD_AFFID "For the First activation you must to install Roboform from your CD, not from another source." CL_BATCH_ACTIVATOR "Creating %1 Pro Order" CL_BATCH_ORDERCODE "Order Code:" CL_BATCH_LOCATOR1 "%1 Pro Order will be created from the XXX-XXX-XXX-XXX Order Code that you received." CL_BATCH_TIPS0 "Enter the Order Code (see the registration instructions)" CL_BATCH_TIPS1 "Enter the XXX-XXX-XXX-XXX Order Code exactly as it printed in the instructions." CL_BATCH_FOUND0 "Your Order Code has been found." CL_BATCH_ID_NOT_EXISTS "Wrong Order Code %1 entered." CL_BATCH_ALREADY_ACTIV "Your Order has been created already. Please use the activation instruction, which you received after the registration by e-mail." CL_BAD_ORDERCODE "Invalid Order Code entered." CL_BATCH_EXPIRED "Order Code %1 has expired." CL_USER_REGISTERED "User is registered" CL_WRONG_DATA "You have entered the wrong data!" CL_DONT_USE_ROBOT "Do not use the Robot identity." CL_CANT_POST_AN "Data cannot be posted to the Authorize.Net now." CL_CLICK_BACK "* Click the \"BACK\" button in your browser,
    * Correct the problem,
    * Click the Submit button again." CL_PURCH_STOPPED "Purchase cannot be continued (transaction declined)." CLT_DECLINE_MSG_1 "The card issuer has declined this transaction. It may be due to one of the following:
    &{vspace(10)};* You entered incorrect billing data (card number, expiration).
       Enter your correct billing data. It must be the same as on your card statement.
    * Your card is over the credit limit or it is blocked by the bank.
       Call your credit card issuer and ask why they declined the transaction.
    * We do not accept your credit card (certain non-US cards may be affected).
       Use another credit card. Often when one card does not work, another card will work.
       If you do not have other cards, try this credit card through the PayPal option below.
    * Our card processor cannot connect to your card issuer at this time.
       Try again later." CL_DECLINE_MSG_2 "You submitted transaction that is exactly the same as previously submitted transaction." CL_DECLINE_MSG_3 "Your transaction has been declined. " CL_DECLINE_REASON_1 "Card code should have been present." CL_DECLINE_REASON_2 "Card code no match." CLT_THANK_YOU "

    Thank you for purchasing %1 Pro!\n" CLT_THANK_YOU_ENT "

    Thank you for purchasing %1 Enterprise!\n" CL_MINIMUM_AMOUNT "Sorry, the allowed minimum purchase amount is %1" CL_MINIMUM_AMOUNT_SNC "Sorry, the minimum purchase amount to apply SNC discount is %1" CL_MAXIMUM_AMOUNT_DISCOUNT "Sorry, this discount code cannot be applied to the cart you selected:
    you exceeded the maximum discountable amount." CL_MAXIMUM_AMOUNT_DISCOUNT_CART "Sorry, discount code %1 cannot be applied to the cart you selected:
    you exceeded the maximum discountable amount." CL_MINIMUM_LIC "Sorry, you should order at least %1 licenses to apply %2 discount" CL_ONETYPE_LIC "Sorry, you should order licenses of only one type to apply %1 discount.
    Please, place the other licenses to another order(s)." CL_MINIMUM_LIC_ENT "Sorry, you should order at least %1 licenses" CL_QUOTE_EXPIRIED "Sorry, the quote is expired" CLT_ORIG_ORDERID "Original
    Order ID" CLT_ORIG_NAME "Original
    Name" CL_2L_WRONG_NAME_EMAIL "Cannot locate your original order based on the data you provided." CL_2L_WRONG_NAME "Wrong Name. Specify the Name as it appears in original order." CL_2L_BELOW_MIN "Upgrade cannot be performed: The grand total of all your orders is %1
    which is less than the required minimum of %2." CL_2L_ORDER_NOT_FOUND "Your original order was not found. Specify the Order ID of your First License." CL_2L_ORDERID "Order ID for your Original RoboForm Purchase." CL_2L_YOUR_NAME "Your Name as it appears in Original Order." CL_2L_UPGRADING_ORDER "Upgrading Original Order" CL_2L_NO_ACTIVE_FOUND "No active orders found to upgrade. You may upgrade active orders only." CL_2L_RESELLER "This is reseller order. You are not allowed to upgrade it." CL_2L_ENTERPRISE "You cannot upgrade orders that have Enterprise licenses. Please purchase a separate order." CL_2L_SPECIFY_ORDER "Upgrade is allowed only if you specify the Order ID of your First License (Original Order ID)." CL_NON_AUTH_ORDER "There is a problem upgrading order %1. Please contact support." CL_2L_ORDER_FOUND "We have found your order.
    The upgrade discount is applied." CL_2L_BUTTON_CANCEL "Cancel" CL_2L_CLICK_TO_UPGRADE "Upgrading or buying additional licenses?" CL_BUTTON_APPLY "Apply" CL_WRONG_CONSUMER_ENT "You cannot add consumer licenses to Enterprise order %1" CL_WRONG_ENT_CONSUMER "You cannot add Enterprise licenses to consumer order %1" CL_2L_PENDING_OFFLINE "You already have a pending offline order (%1)." CL_2L_PENDING_ECHECK "You already have a pending order (%1). Please wait until processing finish." CL_2L_PENDING_AUTHORIZED "You already have an order (%1) being processed. Please wait until processing finish." CL_2L_PENDING_WILLBE_VOIDED "Caution: If you proceed, this pending order will be voided." CL_2L_PENDING_SHOULD_WAIT "You should wait until your check/transfer reaches us. Or select another paysystem to pay." CL_ENTER_REG_DATA "Registration Information" CL_ENTER_PERSONAL_DATA "Enter personal data" CL_ENTER_BILLING_DATA "Enter your billing data, payment data will be sent offline." CL_ENTER_BILL_AND_PAYM_DATA "Enter your billing and payment data, please." CL_ENTER_BILLINFO "Enter Billing Information" CL_ENTER_BILLINFO_AN "Payment by Credit Card" CL_ENTER_BILLINFO_PP "Payment via PayPal" CL_ENTER_BILLINFO_CK "Payment by Check or Money Order" CL_ENTER_BILLINFO_WT "Payment by Wire Transfer" CL_ENTER_BILLINFO_WM "Payment by WebMoney" CL_CHECK_WARNING "Important! Checks are NOT refundable." CL_ENTER_PERSONAL_DATA_INFO "Your RoboForm Activation is not complete.
    Please enter your information below and click "Submit."" CL_ERROR_BAD_BILLING_DATA "Bad billing data." CL_ERROR_BAD_BILLING_DATA_NOTE "You may see this message because a security application (e.g. NoScript plugin) interfered.
    Try to disable this application, and try again." CL_CONFIRM_BILLINFO "Confirm Billing Information" CL_ENTER_FIELD_DATA "Please enter \"%1\"" CL_WRONG_FIELD_DATA "Wrong data entered for \"%1\"" CL_ENTER_LICENSE_COUNT "Please enter any Licenses or License addons count." CL_MEANS_FIELD_REQUIRED "* indicates required fields" CL_FILL_ROMAN "Latin (Roman) letters only, please" CL_DISCOUNT_APPLIED "%1 discount of %2 is applied" CL_DISCOUNT_APPLIED1 "%1 Discount" CL_DISCOUNT_SAVE_PERCENT "** Buy Today and SAVE %1% **" CL_DISCOUNT_SAVE_VALUE "** Buy Today and SAVE %1 **" CL_DISCOUNT_SPECIAL "%1 Special Discount" CL_DISCOUNT_SPECIAL_APPLIED "%1 Special Discount applied" CL_DISCOUNT_SAVE "You save %1 with this offer" CL_DISCOUNT_NOT_APPLIED_EW "This discount is not available for Everywhere licenses" CL_DISCOUNT_NOT_APPLIED_ADD "%1 discount cannot be applied to additional licenses (they are already discounted)." CL_SAVE_BIG "Save big on these products!" CL_TRY_AGAIN "Try again, please." CL_BAD_AMOUNT "Amount is out of range" CL_BAD_LIC_CNT "License count is out of range." CL_BAD_CD_CNT "Invalid CD count." CL_BAD_USBKEY_CNT "Invalid USB Key count." CL_MAX_CD_CNT "You can order up to %1 RoboForm CDs." CL_MAX_CDGS_CNT "You can order up to %1 GoodSync CDs." CL_MAX_USBKEY_CNT "You can order up to %1 USB Keys." CL_ADD_MAINTENANCE "Add maintenance" CL_OTHER_AVAILABLE "Other available products" CL_SHOW_ALL_AVAILABLE "Show all available licenses" CL_YOU_ARE_BUYING "You are buying:" CL_LICENSES_ADDED "%1 license(s) of RoboForm Pro" CL_CDS_ADDED "%1 CDs are added to the order" CL_RF_PALM_URL "and you get RoboForm for Palm for free -- download it at" CL_APPEARS_ON_STATEMENT "Appears on
    statement as" CL_QUESTIONS_ABOUT "Questions about the order process" CL_NO_DISCOUNT_ALLOWED "Neither discounts nor order upgrades are allowed in case of purchasing via 'Element5'." CL_FX_ONLY_ALLOWED "Roboform licenses only are allowed to be purchased via 'Element5'." CL_E5_CARECENTER "Customer Care Center" CL_FX_NUM_CORRECTED "The number of RoboForm licenses has been corrected, since you need to buy at least one RoboForm license per each addon license." CL_FX_NUM_CORRECTED_ALT "The number of RoboForm licenses has been corrected, since you need to buy at least one RoboForm or RoboForm2Go license per each addon license." CL_PT_NUM_CORRECTED "The number of RoboForm2Go licenses has been corrected, since you need to buy a RoboForm2Go license for each RoboForm2Go USB Flash Drive." CL_PT_PLAIN_NUM_CORRECTED "The number of RoboForm2Go licenses has been corrected, since you need to buy at least one RoboForm2Go license per each addon license." CL_CD_NUM_CORRECTED "The number of RoboForm CDs you chose has been corrected." CL_CDGS_NUM_CORRECTED "The number of GoodSync CDs you chose has been corrected." CL_FX_ADDED "A RoboForm license has been added to you order, since you need a RoboForm or a RoboForm2Go license to order a Roboform CD." CL_GS_ADDED "A GoodSync license has been added to you order, since you need a GoodSync license to order a GoodSync CD." CL_USBKEY_NUM_CORRECTED "The number of USB Keys you chose has been corrected." CL_RFOA_ADDED "The minimum payment period is %1 months. The number of months has been corrected." CL_BBB_NOTE "RoboForm is a member of Better Business Bureau
    and it abides by BBB Code of Online Business Practices." CL_NEW_USER_REGISTRATION "New ProUser Registration" CL_DATA_SUCC_MODIFIED "Data was sucessfully modified" CL_CORRECT_AND_WAIT "Enter the *correct* data, wait for 3-5 minutes and try again." CL_CORRECT_AND_SUBMIT "What should I do now?
    Please correct the problem and click the Next button below." CL_CONTACT_OUR_SALES "Please contact our sales at %1
    or by phone at %2,
    and we will help you to complete the transaction." CL_TRY_PAYPAL "Try your credit card through PayPal" CL_TRY_PAYPAL_CHK "Or you can pay by credit card using PayPal or by paper check." CL_ATTEMPTS_EXCEEDED "You performed too many unsuccessful authorization attempts." CL_ATTEMPTS_EXC_2 "What to do next:
    * Do NOT click the " BACK " button in your browser, you cannot resubmit." CL_YOU_WILL_RECEIVE "You will receive activation instructions by email after your payment is received and processed." CL_PUT_INTO_ENVELOPE "Please print this page and put it into the envelope with your check or money order." CL_ORDERING_COMPLETE "Your ordering of RoboForm Pro is complete." CL_PURCHASE_COMPLETE "Your purchase of RoboForm Pro is complete." CL_PURCHASE_COMPLETE1 "Congratulations, Your Purchase is Complete." CL_PURCHASE_COMPLETE_EMAIL "Thank you for your purchase. We have provided your download and activation instructions below. Please keep this email for future reference." CL_PURCHASE_COMPLETE_EMAIL2 "Thank you for your purchase." CL_PURCHASE_COMPLETE_EMAIL3 "Thank you for your purchase. Please keep this email for future reference." CL_PURCHASE_FOLLOW_INSTR "Important: Follow the Instructions Below to Activate Your Software License." CL_PURCHASE_MAINTENANCE "Thank you for your maintenance payment. We appreciate your business." CL_ACTIVATE_BTN_GREEN "Click Here to Activate
    %1 Now" CL_ACTIVATE_BTN "Activate %1" CL_ACTIVATE_BTN_LOCAL "Activate your
    Desktop or USB License" CL_CANNOT_ACTIVATE_RF7 "Note: You currently have RoboForm 6 installed, it does not accept v7 licenses.
    To activate your v7 license please install the latest version of RoboForm 7 from this link. Once completed, please return to activate." CL_CANNOT_ACTIVATE_RF6 "Note: You currently have RoboForm 7 installed, it does not accept v6 licenses.
    To activate your v6 license please install version 6 of RoboForm from this link. Once completed, please return to activate." CL_CANNOT_ACTIVATE_EVR "Note: The version of RoboForm Desktop/2Go you are currently using does not accept RoboForm Everywhere license. Activation of RoboForm2Go with RoboForm Everywhere license is allowed in version 7.1.3 or later.
    To activate your RoboForm Everywhere license now, please install the latest version of RoboForm from this link. Once completed, please return to activate." CL_CANNOT_ACTIVATE_DESKTOP "Note: You currently have RoboForm Everywhere version installed.
    To activate your RoboForm Desktop or RoboForm2Go license, please install the proper product from this link. Once completed, please return to activate." CL_UPGRADE_RF6 "If you would like to continue using RoboForm 7, please upgrade your license. During the upgrade process, you will then be able to activate." CL_CANNOT_ACTIVATE_PRODUCT "Note: You currently have %2 installed.
    But you do not have a %3 license.
    Please purchase a %3 license." CL_CANNOT_ACTIVATE_NONENTERPRISE "Note: You currently have %2 installed.
    It cannot be activated with the Enterprise license you have. Please download and install RoboForm 7 Enterprise." CL_CANNOT_ACTIVATE_EVR_MAC "Note: You are using RoboForm for Mac in Desktop mode, so it does not accept RoboForm Everywhere license.
    To activate your RoboForm Everywhere license now, please switch RoboForm to Everywhere mode: RoboForm -> Preferencies -> Synchronization settings tab -> check 'Sync with RoboForm Everywhere'. Once completed, please return to activate." CL_CONVERSION_COMPLETE "Conversion Complete" CL_ACTIVATE "Activate" CL_ACTIVATE_BTN_ENT "Activate RoboForm Enterprise" CL_ACTIVATE_SKIP_BTN "Skip activation >>" CL_ACTIVATE_SKIP "Skip Activation" CL_ACTIVATE_REFUSE "Cannot activate RoboForm Pro on this computer.
    Please contact RoboForm support at %1" CL_PROBLEM_ACTIVATING "There is a problem activating your order %1.
    Please contact RoboForm support at %2" CL_PROBLEM_PURCHASING "There is a problem processing your order %1.
    Please contact RoboForm support at %2" CL_CLICK_ACTIVATE "Click Activate RoboForm Pro button below." CL_CD_SHIPPED "CDs with RoboForm Pro were shipped to your address" CL_ITEMS_SHIPPED "%1 has been shipped to your address" CL_ITEMS_TO_BE_SHIPPED "%1 is to be shipped to your address" CL_ROBOFORM_CDS "%1 RoboForm CD(s)" CL_GOODSYNC_CDS "%1 GoodSync CD(s)" CL_USB_DISKS "%1 RoboForm2Go USB Flash Drive(s)" CL_IF_YOU_SEE_ERROR "If you see an error in your address, notify us immediately:
    contact %2 support at %1" CLT_YOU_ALREADY_BOUGHT "

    You already made a purchase in the last 3 hours,
    we have a record of a recent successful transaction with you.

    To prevent duplicate transactions our automated system
    does not allow duplicate purchases to be made in the same day.

    If you still want to proceed with this transaction,
    please contact us at %1." CL_YOU_ALREADY_ORDERED "

    You already have an offline order.
    Activation instructions will be sent to you when we receive the money from you." CL_IF_YOU_WANT_PROCEED "If you still want to proceed with this transaction,
    please contact us at %1." CLT_OLD_VERSION "
    You are using old RoboForm version which cannot be activated with Pro Activator.
    Please upgrade to RoboForm version %1 or later and perform activation again.
    If you have the latest version already, then RoboForm is not loaded into this browser.
    Use the browser that loads RoboForm such as Internet Explorer." CL_CLK_BTN_2ACTIV "Your payment has been processed.
    You MUST CLICK the button below to activate RoboForm Pro." CL_CLK_BTN_2ACTIV1 "

    Congratulations, Your Purchase is Complete!

    " CL_CLK_BTN_2ACTIV_BATCH "Your Order has been created." CL_CLK_BTN_2ACTIV2 "To activate %1 on a different computer, or at a different time,
    follow the activation instructions sent to your email." CL_WAIT "Wait..." CL_TO_BE_COMPUTED "to be computed" CL_CONFIRM_DATA "Please confirm Billing Information for your purchase." CL_BILLING_INFO "The Billing Information" CL_CLICK_2BUY "When you click the %1 button, your payment will be processed." CL_CLICK_BACK_2CHNG "Click \"BACK\" button in the browser if you want to change your data." CL_CLICK_BUTTON_2CHNG "Click %1 button if you want to change your billing information." CL_DONT_CLICK_BACK "Do NOT click the \"BACK\" button in your browser." CL_UPGRADE_TO_ORDER "Upgrade to order" CL_TITLE_ROBOFORM_FOR_WIN "RoboForm for Windows" CL_TITLE_ROBOFORM2GO_FOR_WIN "RoboForm2Go for Windows" CL_TITLE_ROBOFORM_EVERYWHERE "RoboForm Everywhere" CL_TITLE_ROBOFORM_FOR_MAC "RoboForm for Mac" CL_TITLE_ROBOFORM2GO_FOR_MAC "RoboForm2Go for Mac" CL_TITLE_ROBOFORM "Password manager/formfiller" CL_TITLE_GOODSYNC "For Synchronization" CL_TITLE_GOODSYNC_FOR_WIN "GoodSync for Windows" CL_TITLE_GOODSYNC_FOR_MAC "GoodSync for Mac" CL_TITLE_GOODSYNC2GO_FOR_WIN "GoodSync2Go for Windows" CL_TITLE_GOODSYNC2GO_FOR_MAC "GoodSync2Go for Mac" CL_TITLE_ADD "Special limited time offer! Add to your order and save:" CL_TITLE_FIXED "Fixed Licenses" CL_TITLE_PORTABLE "Portable licenses" CL_TITLE_ENTERPRISE "Enterprise" CL_LICENSE_PRICING "License Pricing" CL_LICENSE_TYPE "License type" CL_MISC_ITEMS "Misc items to buy:" CL_FIXED_LICENSES "RoboForm 6" CL_ROBOFORM_LICENSES "RoboForm" CL_FIXED7_LICENSES "RoboForm 7" CL_PORTABLE_LICENSES "RoboForm2Go" CL_PASS2GO_LICENSES "RoboForm2Go 6" CL_PASS2GO7_LICENSES "RoboForm2Go 7" CL_GOODSYNC_LICENSES "GoodSync V4" CL_GOODSYNCV8_LICENSES "GoodSync 8" CL_GOODSYNCV9_LICENSES "GoodSync 9" CL_GS_PORTABLE_LICENSES "GoodSync2Go 8" CL_GS_PORTABLE9_LICENSES "GoodSync2Go 9" CL_GS_SERVER_LICENSES "GoodSync Enterprise Server" CL_GS_PERSONAL_SERVER_LICENSES "GoodSync Personal Server" CL_RF_ENTERPRISE_LICENSES "RoboForm Enterprise" CL_GS_ENTERPRISE_LICENSES "GoodSync Enterprise" CL_GS_MAC_LICENSES "GoodSync for Mac" CL_GS2GO_MAC_LICENSES "GoodSync2Go for Mac" CL_COBOL_LICENSES "Cobol Data Viewer" CL_GSYNC_WIN_LICENSES "GSYNC for Windows" CL_GSYNC_MAC_LICENSES "GSYNC for Mac" CL_GSYNC_LINUX_LICENSES "GSYNC for Linux" CL_GS_SERVER_TITLE "GoodSync Server" CL_RF_EVERYWHERE "RoboForm Everywhere" CL_RF_EVERYWHERE6 "RoboForm Everywhere (half-year)" CL_RF_EVERYWHERE_ENT "RoboForm Everywhere Enterprise" CL_FIXED7_LICENSES_ENT "RoboForm 7 Enterprise Workstation" CL_PASS2GO7_LICENSES_ENT "RoboForm2Go 7 Enterprise" CL_RF_FIXED_MAC "RoboForm Desktop for Mac" CL_RF_PORTABLE_MAC "RoboForm2Go for Mac" CL_RF_EMC "RoboForm Enterprise Management Console (EMC)" CL_RF_CAL "Client Access License (CAL) for RoboForm EMC" CL_BUNDLE_PRICING_TEXT "When you buy both Roboform and RoboForm2Go licenses, a bundle discount is applied: each Roboform license as addon costs only %1 instead of its usual price." CL_MAIN_PRODUCT "Main Product in a Bundle" CL_PURCHASE_SINGLE "Single" CL_PURCHASE_MULTIPLE "Multiple" CL_PURCHASE_ADDITIONAL "Additional Licenses" CL_PURCHASE_ADDITIONAL7 "Upgrade to RoboForm 7" CL_PURCHASE_ADDITIONAL_GS9 "Upgrade to GoodSync 9" CL_PURCHASE_ENTERPRISE "Enterprise" CL_PURCHASE_SERVER "Server" CL_SAVE_ADD "- SAVE %1 - normally %2" CL_DISCOUNT_ADD "(Reg. %2, Now %1)" CL_BEST_VALUE "- Best Value! - %1 per year" CL_BEST_VALUE_SALE "- Best Value! - Sale %1 per year (regular %2 per year)." CL_RF_EVERYWHERE_PLAIN "RoboForm Everywhere" CL_RF_EVERYWHERE6_PLAIN "RoboForm Everywhere (half-year subscription)" CL_RF_EVERYWHERE_ENT_PLAIN "RoboForm Everywhere 7 Enterprise" CL_FIXED1 "RoboForm 6" CL_FIXED7 "RoboForm Desktop 7" CL_FIXED7_APP "RoboForm 7" CL_FIXED7_ENT "RoboForm 7 Enterprise Workstation" CL_FIXED1_2ND "RoboForm 6 - 2nd License" CL_FIXED1_3RD "RoboForm 6 - 3rd License" CL_FIXED7_2ND "RoboForm 7 - 2nd License" CL_FIXED7_3RD "RoboForm 7 - 3rd License" CL_RF_FIXED_MAC_2ND "RoboForm for Mac - 2nd License" CL_RF_PORTABLE_MAC_2ND "RoboForm2Go for Mac - 2nd License" CL_PORTABLE1 "RoboForm2Go 6 Addon" CL_PORTABLE1_PLAIN "RoboForm2Go 6" CL_PORTABLE7 "RoboForm2Go 7 Addon" CL_PORTABLE7_PLAIN "RoboForm2Go 7" CL_PORTABLE7_APP "RoboForm2Go 7" CL_PORTABLE7_ENT_PLAIN "RoboForm2Go 7 Enterprise" CL_PORTABLE1_2ND "RoboForm2Go 6 - 2nd License" CL_PORTABLE7_2ND "RoboForm2Go 7 - 2nd License" CL_GS_PORTABLE_PLAIN "GoodSync2Go 8 for Windows" CL_GS_PORTABLE_2ND "GoodSync2Go 8 for Windows - 2nd License" CL_GS_PORTABLE9_PLAIN "GoodSync2Go 9 for Windows" CL_GS_PORTABLE9_2ND "GoodSync2Go 9 for Windows - 2nd License" CL_PALM1 "RoboForm for Palm" CL_POCKETPC1 "RoboForm for Pocket PC" CL_GOOD_SYNC1 "GoodSync V4" CL_GOOD_SYNC1_2ND "GoodSync V4 2nd License" CL_GOOD_SYNCV8 "GoodSync Desktop 8 for Windows" CL_GOOD_SYNCV8_2ND "GoodSync Desktop 8 for Windows - 2nd License" CL_GOOD_SYNCV9 "GoodSync Desktop 9 for Windows" CL_GOOD_SYNCV9_2ND "GoodSync Desktop 9 for Windows - 2nd License" CL_ROBOFORM_CD1 "RoboForm CD" CL_GOODSYNC_CD1 "GoodSync CD" CL_USBKEY1 "RoboForm2Go USB Flash Drive" CL_GS_USBKEY1 "GoodSync2Go USB Flash Drive" CL_RF_ENTERPRISE "RoboForm Enterprise" CL_RF_ENTERPRISE_MAINTENANCE "RoboForm Enterprise Annual Maintenance" CL_GS_ENTERPRISE "GoodSync Enterprise" CL_GS_ENTERPRISE_MAINTENANCE "GoodSync Enterprise Annual Maintenance" CL_GS_SERVER "GoodSync Enterprise Server" CL_GS_PERSONAL_SERVER "GoodSync Personal Server" CL_GS_MAC "GoodSync Desktop for Mac" CL_GS_MAC_2ND "GoodSync Desktop for Mac - 2nd License" CL_GS_MAC_3RD "GoodSync Desktop for Mac - 3rd License" CL_GS2GO_MAC "GoodSync2Go for Mac" CL_GS2GO_MAC_2ND "GoodSync2Go for Mac - 2nd License" CL_ONLINE_ACCOUNT1 "RoboForm Online Account monthly fee (months)" CL_ONLINE_ACCOUNT2 "Paid time (months)" CL_ONLINE_SUBACCOUNT "RoboForm Online SubAccount" CL_ONLINE_ALIAS "RoboForm Online Alias" CL_ONLINE_AUTOPAY "An automatic recurring charge for your RoboForm Online Account has been performed." CL_ONLINE_GOTO_LOGIN "Now you may login your RoboForm Online Account" CL_CONSULTING "Consulting" CL_EXPENSES "Expenses" CL_COBOL "Cobol Data Viewer" CL_COBOL_MAINTENANCE "Cobol Data Viewer Annual Maintenance" CL_GSYNC_WIN "GSYNC for Windows" CL_GSYNC_MAC "GSYNC for Mac" CL_GSYNC_LINUX "GSYNC for Linux" CL_BUY_FIXED "Buy RoboForm License only" CL_BUY_PORTABLE "Buy RoboForm2Go License only" CL_NEW "NEW!" CL_NOW_ONLY "%1 Now Only %2 1st year" CL_SHIPPING_CONDITIONS "RoboForm CDs & RoboForm2Go USB Flash Drives shipping" CL_CLICK_HERE "Click here for details" # New products descriptions - long/medium/short # ====================================================== CL_RF_EVERYWHERE_DESC_LONG "New simplified pricing - one license for all your computers and multiple devices - best value. The RoboForm Everywhere license allows you to use RoboForm software on all your Windows computers, Macs, and other mobile devices. Includes automatic synchronization of all your RoboForm data.
    %1 subscription for all your PCs and mobile devices." CL_RF_DESKTOP_DESC_LONG "RoboForm Desktop securely remembers and stores your information on your Windows computer. You'll enjoy unlimited Logins, Identities, Bookmarks, Safenotes and more. One license per computer." CL_RF_2GO_DESC_LONG "RoboForm2Go gives you the freedom and flexibility to carry your Logins, Identities, Bookmarks and more stored on your USB and use them on any computer - anywhere in the world. One license per USB." CL_RF_MAC_DESC_LONG "RoboForm Desktop securely remembers and stores your information on your Mac. You'll enjoy unlimited Logins, Identities, Bookmarks, Safenotes and more. One license per computer." CL_GS_DESKTOP_DESC_LONG "GoodSync automatically synchronizes and backs up your email, photos, music, contacts, and other important documents. GoodSync 9 allows users to connect and synchronize multiple non-connected computers in a peer-to-peer type of environment, without using cloud-based services. One license per computer." CL_GS_2GO_DESC_LONG "Enjoy complete portability with all new GoodSync2Go 9. Automatically back up all of your critical files, and easily sync files between multiple computers and devices from your USB flash or portable hard drive. You can even turn your portable hard drive into your own private cloud! One license per USB." CL_GS_DESKTOP_MAC_DESC_LONG "GoodSync for Mac automatically synchronizes and backs up your photos, music, email and other important files between multiple computers and devices - all without using cloud-based services. One license per computer." CL_GS_2GO_MAC_DESC_LONG "Enjoy complete portability with GoodSync2Go for Mac. Automatically back up all of your critical files, and easily sync files between multiple computers and devices from your USB flash or portable hard drive. One license per USB." CL_RF_EVERYWHERE_DESC_MED "With the RoboForm Everywhere license you'll enjoy RoboForm software on multiple Windows computers, Macs, and mobile devices - all with one license.
    %1 subscription for all your PCs and mobile devices." CL_RF_DESKTOP_DESC_MED "With the RoboForm Desktop license you'll enjoy unlimited Logins, Identities, Bookmarks, Safenotes and more on your Windows computer. One license per computer." CL_RF_2GO_DESC_MED "With the RoboForm2Go license you'll enjoy unlimited Logins, Identities, Bookmarks, Safenotes and more stored on your portable USB device. One license per USB." CL_RF_MAC_DESC_MED "With the RoboForm Mac Desktop license you'll enjoy have unlimited Logins, Identities, Bookmarks, Safenotes and more on your Mac computer. One license per computer." CL_GS_DESKTOP_DESC_MED "Automatically backup and synchronize your email, photos, music and all your important documents between multiple computers and mobile devices." CL_GS_2GO_DESC_MED "Enjoy complete portability and automatically back up and synchronize all of your important files between multiple computers and devices from your USB flash or portable hard drive." CL_GS_DESKTOP_MAC_DESC_MED "Now Mac users can automatically backup and synchronize your photos, music and all your important documents between multiple computers and mobile devices." CL_GS_2GO_MAC_DESC_MED "Mac users can enjoy complete portability and automatically back up and synchronize all of your important files between multiple computers and devices from your USB flash or portable hard drive." CL_RF_EVERYWHERE_DESC_SHORT "One RoboForm license to use on multiple computers and mobile devices.
    %1 subscription for all your PCs and mobile devices." CL_RF_DESKTOP_DESC_SHORT "RoboForm for your desktop or laptop. One license per computer." CL_RF_2GO_DESC_SHORT "RoboForm for your USB. One license per USB disk." CL_RF_MAC_DESC_SHORT "RoboForm for your Mac. One license per computer." CL_GS_DESKTOP_DESC_SHORT "GoodSync for your desktop or laptop. One license per computer." CL_GS_2GO_DESC_SHORT "GoodSync2Go for your USB or portable hard drive. One license per USB disk." CL_GS_DESKTOP_MAC_DESC_SHORT "GoodSync for your Mac desktop or laptop. One license per computer." CL_GS_2GO_MAC_DESC_SHORT "GoodSync2Go for your Mac USB or portable hard drive. One license per USB disk." # ====================================================== # In the CL_CHECK1: %2 is year (4 digits), %3 is month (2 digits), %4 is day (2 digits). # You can change(rearrange) expression "%3/%4/%2" according to the regional standard. # For example: %4-%3-%2. CL_DISCOUNT_2ND_DESC "Add a second license
    Save %1 when you order a second license (Reg. %2, Now %3)" # CL_CHECK1 "RoboForm for your desktop or laptop, one license per computer.
    BONUS - Only %1 for the 2nd license if you buy before %3/%4/%2!" CL_CHECK1 "Unlimited Logins, Identities, Bookmarks, Safenotes and more.
    One license per computer.
    BONUS - Only %1 for the 2nd license if you buy before %3/%4/%2!" CL_FIXED_DESC "The RoboForm Desktop license allows you to have unlimited Logins, Identities, Bookmarks, Safenotes and more on your Windows computer. One license per computer." CL_FIXED_MAC_DESC "The RoboForm Mac Desktop license allows you to have unlimited Logins, Identities, Bookmarks, Safenotes and more on your Mac computer. One license per computer." CL_FIXED_DETAILED_DESC "Login Automatically, Store Passwords Securely & Fill Forms with 1 click - Rated 5 Stars. Use on a single computer." CL_FIXED_2ND_DESC "BONUS - Only %1 for the 2nd license if you buy before %3/%4/%2!" CL_FIXED_3RD_DESC "%1 for the 3rd license" CL_PORTABLE_2ND_DESC "%1 for the 2nd license!" CL_PORTABLE_DESC "Add to RoboForm license to run RoboForm directly from USB or U3 flash disk,
    no need to install on client computer." CL_PORTABLE_DESC1 "The RoboForm2Go license allows you to have unlimited Logins, Identities, Bookmarks, Safenotes and more stored on your portable USB device. One license per USB." CL_PORTABLE_DESC2 "RoboForm2Go runs directly from USB or U3 flash drive, no need to install on client computer; one license per USB/U3 disk. %1 if you buy it in addition to RoboForm license!" CL_PORTABLE_PLAIN_DESC "RoboForm2Go runs directly from USB or U3 flash drive, no need to install on client computer; one license per USB/U3 disk." CL_RF_EVERYWHERE_PLAIN_DESC "One price for multiple computers and devices.
    Can sync your passwords between computers and devices.
    1 yr - annual subscription single user." CL_RF_EVERYWHERE_UPGRADE_DESC "One price for multiple computers and devices.
    Can sync your passwords between computers and devices." CL_RF_EVERYWHERE6_UPGRADE_DESC "One price for multiple computers and devices.
    Can sync your passwords between computers and devices." CL_PORTABLE_DETAILED_DESC "Login Automatically, Store Passwords Securely & Fill Forms with 1 click - Rated 5 Stars. Use on a single USB drive." CL_PALM_DESC "RoboForm for Palm, Handspring, Clie. (Addon for RoboForm License)." CL_POCKETPC_DESC "RoboForm for Windows CE, Windows Mobile. (Addon for RoboForm License)." # CL_GOOD_SYNC_DESC "Synchronize Passcards, Safenotes and other files between PCs.
    One license per computer, please." CL_GOOD_SYNC_DESC "Synchronize and/or backup your emails, photos, MP3s,
    and other important files with our Easy-to-Use program." # CL_GOODSYNC_DESC1 "Easy. Reliable. Sync and backup your important files. Use on a single computer." CL_GOODSYNC_DESC1 "GoodSync automatically synchronizes and backs up your emails, photos, music, contacts, and other important documents. GoodSync 9 allows users to connect and synchronize two or more non-connected computers in a peer-to-peer type of environment, without using cloud-based services. One license per desktop." CL_GOODSYNCV8_DESC "Use GoodSync on a single computer." CL_GS_MAC_DESC "GoodSync for Mac automatically synchronizes and backs up emails, photos, music, and other important files between multiple computers and devices. One license per computer." CL_GS_MAC_DESC1 "Use GoodSync on a single Mac computer." CL_GS_MAC_PORTABLE1 "Use GoodSync on a single USB drive." CL_GS_MAC_PORTABLE_DESC "GoodSync2Go for Mac automatically synchronizes and backs up all of your critical files, and easily syncs files between multiple computers and devices from your USB flash or portable hard drive. One license per USB." CL_GS_MAC_2ND_DESC "BONUS - Only %1 for the 2nd license!" CL_GS_MAC_3RD_DESC "%1 for the 3rd license" CL_GS_PORTABLE_DESC1 "Use GoodSync on a single USB drive." CL_GS_PORTABLE_DETAILED_DESC "Enjoy complete portability with all new GoodSync2Go 9. Automatically back up all of your critical files, and easily sync files between multiple computers and devices from your USB flash or portable hard drive. One license per USB." CL_GS_PORTABLE_2ND_DESC "%1 for the 2nd license!" CL_GS_PORTABLE9_2ND_DESC "%1 for the 2nd license!" CL_ROBOFORM_CD_DESC "CDs are not required but can be purchased in addition to licenses." CL_ROBOFORM_CD_DESC1 "Backup CD in addition to immediate download." CL_GOODSYNC_CD_DESC1 "Backup CD in addition to immediate download." CL_USBKEY_DESC "RoboForm2Go branded 1 GB USB disk - Sale!" CL_UPGRADE_TEXT "If you previously purchased a RoboForm, RoboForm2Go or GoodSync license, and wish to purchase an additional license, enter your Name and Order ID in the form below to get our discounted pricing." CL_UPGRADE_RF7_TEXT "If you have bought RoboForm / RoboForm2Go 6 Pro licenses, enter your Original Order Name and Order ID to get discounted upgrade pricing for RoboForm / RoboForm2Go 7 Pro." CL_UPGRADE_GS9_TEXT "If you have bought GoodSync / GoodSync2Go 8 Pro licenses, enter your Original Order Name and Order ID to get discounted upgrade pricing for GoodSync / GoodSync2Go 9 Pro." CL_RF_ENTERPRISE_DESC "RoboForm Enterprise is available to business, non-profit, educational, and government entities." CL_GS_ENTERPRISE_DESC "GoodSync Enterprise is available to business, non-profit, educational, and government entities. This is a workstation license and does not work on Windows 2000 Server/Advanced Server/Datacenter Server, Windows Server 2003, or Windows Server 2008." CL_RF_EMC_DESC "RoboForm Enterprise Management Console comes with 10 RoboForm 7 Enterprise workstation licenses and 10 Client Access Licenses (CAL) for RoboForm Enterprise Management Console. You will need to purchase additional Workstation Licenses and CALs if you have more than 10 users." CL_RF_CAL_DESC "Each CAL allows you to connect one workstation to the RoboForm Enterprise Management Console. CAL does not include a RoboForm 7 Enterprise Workstation license that needs to be purchased separately." CL_GS_SERVER_DESC "GoodSync Server is available to business, non-profit, educational, and government entities. This is a server license and works on Windows 2000 Server/Advanced Server/Datacenter Server, Windows Server 2003, and Windows Server 2008." CL_GS_SERVER_DESC1 "Available to business, non-profit, educational, and government entities. Works on Windows 2000 Server/Advanced Server/Datacenter Server, Windows Server 2003, and Windows Server 2008." CL_GS_SERVER_LOWERPRICE_CONTACT "Please contact us to request a lower price if you are:" CL_GS_SERVER_LOWERPRICE_LIST "- going to run GoodSync on a server for personal non-commercial use only
    - a student
    - a small business
    - a non-profit organization
    - a developer using GoodSync on a testing server
    - looking to replace a competitor's server product
    - looking for a competitive bid for server backup or synchronization software" CL_GS_PERSONAL_SERVER_DESC "This is a server license and works on Windows 2000 Server/Advanced Server/Datacenter Server, Windows Server 2003, and Windows Server 2008. Available for personal use only." CL_GS_PERSONAL_SERVER_DESC1 "For personal use only, by a single user. Works on Windows 2000 Server/Advanced Server/Datacenter Server, Windows Server 2003, and Windows Server 2008." CL_MAINTENANCE_DESC "Includes maintenance updates, phone support from 8:00 a.m. to 6:00 p.m. EST and unlimited 24/7 online support." CL_MAINTENANCE_FREE_DESC "LIMITED TIME OFFER - Free first year maintenance if you buy before %2/%3/%1!" CL_GSYNC_WIN_DESC "Command Line Utility GSYNC License for Windows" CL_GSYNC_MAC_DESC "Command Line Utility GSYNC License for Mac" CL_GSYNC_LINUX_DESC "Command Line Utility GSYNC License for Linux" CL_SPECIAL_DEAL_OFFER "Special %1 off deal available between %2 and %3 only through the website." CL_YES "YES" CL_NO "no" CL_EMPTY "Empty" CL_STATUS_ACTIVE "Active" CL_STATUS_CHARGEBACK "Chargeback" CL_STATUS_REFUND "Refund" CL_STATUS_DECLINED "Declined" CL_STATUS_PENDING "Pending" CL_STATUS_VOID "Void" CL_STATUS_PPPENDING "PayPal Pending" CL_STATUS_AUTHORIZED "Authorized" CL_STATUS_WAITPAYMENT "Waiting for payment" CL_STATUS_TRIAL "Trial" CL_STATUS_TRIALEXPIRED "Trial (expired)" CL_ENTERPRISE_NOTICE "Please note, Enterprise orders are not refundable." #-------------------------------------- #=== Activation # CL_ACTIVATOR "Roboform Pro Activator" CL_RFPRO_ACTIVATION "Roboform Pro Activation" CL_RF7W_ACTIVATION "Roboform Everywhere Activation" CLT_IF_LOCATOR "

    This form is to be used for older RoboForm versions.
    If Activator finds you in the database of paying users then RoboForm Pro will be activated on this computer.
    RoboForm 6 or later must be installed on this computer for activation to work correctly.

    If Activator cannot find you and you are sure that you bought RoboForm Pro, then:
    * Find credit card statement that contains RoboForm Pro purchase,
    * Send the following data to us:
      - Type of Card that you used: Visa/MC/AmEx/Discover,
      - First 4 and last 4 digits of the card number,
      - Card Holder Name and Address exactly as it appears on the statement,
      - Transaction date and post date,
      - Transaction amount,
      - Name of the company that made the charge." CLT_INNER_ACTIVATION_TEXT "Activation procedure has been changed in the latest RoboForm versions." CLT_INNER_ACTIVATION_WIN "If you are using RoboForm for Windows version 7.4.0 or later:" CLT_INNER_ACTIVATION_MAC "If you are using RoboForm for Mac version 0.9.32 or later:" CLT_BAD_BROWSER "We detected that your browser cannot activate RoboForm using browser scheme.
    So please update RoboForm to the latest version,
    or activate your current RobForm version using Internet Explorer." CL_ENTER_NAME_AND_OTHER "Enter your Name and one other field (two fields is enough to find you)." CL_ENTER_ORDER_DATA "Enter data that identifies your RoboForm order" CL_EMPTY_NAME "Empty Name entered. The Name must not be empty." CL_NOT_ENOUGH_DATA "Not enough data entered. In addition to the Name enter one other field." CL_SHORT_ZIP "You entered Zip/Postal Code that is shorter than %1 characters. Enter valid Zip/Postal Code." CL_BAD_ORDERID "Invalid OrderID entered. Valid OrderID must contain exactly 10 digits." CL_SHORT_NAME "Name must contain at least two words (first and last name). Enter a two word name." CL_MANY_USERS_FOUND "More than one user was found that matches this data. Enter more fields to distinguish you from other users, please." CL_CONTINUE_ACTIVATION "Continue Activation" CLT_NODATA_4ACTIVATION "We did not receive data necessary for activation.
    If you are using firewall such as ZoneAlarm, disable it, so that RoboForm Pro can be activated.
    If this does not help, please report this to %1" CLT_ACTIVATION_MSG "RoboForm uses this page to automatically pass data needed for RoboForm Pro activation to the server.

    If this page is not automatically submitted in one minute then:
    * You do not have RoboForm installed:
       Install RoboForm from %1
       Reboot your computer if RoboForm installer asks you to reboot.
    * RoboForm did not attach to this browser:
       Open Internet Explorer and use it to activate RoboForm." CLT_CANT_FIND_USER "Cannot find user that has: %1" CLT_SEARCH_TIPS "Search tip:
    - Spell the name exactly as it appears on the order: R is not the same as Robert and Robert is not the same as Bob" CL_WE_LOCATED_YOU "We located you in the RoboForm Pro users database.
    You can now proceed with activation of RoboForm Pro.
    " CL_WE_LOCATED_YOU_ENT "We located you in the RoboForm users database.
    You can now proceed with activation of RoboForm Enterprise.
    " CL_ORDER_NOT_ACTIVE "Your order %1 is found but it is not active: %2" CL_ORDER_RESELLER "Your order %1 is found but cannot be activated this way" CL_ORDERS_LIST "List of your orders" CL_TO_BE_ACTIVATED "to be activated" CL_ACTIVATED "&{AppName}; Pro is now activated." CL_ACTIVATED_EVERYWHERE "RoboForm Everywhere license is now activated." CL_ACTIVATED_EVERYWHERE_NOTE "You have activated %1 RoboForm Everywhere licenses so far, you may activate %2 RoboForm Everywhere licenses more." CL_ACTIVATED_EVERYWHERE_NOTE_FINAL "You have activated all of your %1 RoboForm Everywhere licenses." CL_AI_EVERYWHERE "If you already have a RoboForm Everywhere (former RoboForm Online) account, fill in the User ID and Password to activate RoboForm Everywhere license with this account." CL_AI_EVERYWHERE1 "Fill in the User ID and Password of your existing account." CL_AI_EVERYWHERE_ACCOUNT_CREATE_WITH "Create a new account to activate with." CL_AI_EVERYWHERE_TROUBLESHOOTER "Interactive troubleshooter:" CL_AI_EVERYWHERE_PROBLEM1 "I don't remember the password for my account" CL_AI_EVERYWHERE_PROBLEM1A "I want to delete some of my unused accounts." CL_AI_EVERYWHERE_ACCOUNT_ACTIVATED "Your activated accounts" CL_AI_EVERYWHERE_OTHER_ACCOUNT "Select an existing account to activate" CL_AI_EVERYWHERE_OTHER_ACCOUNT1 "Your other accounts we were able to find" CL_AI_EVERYWHERE_FILLED "RoboForm has already filled the User ID and Password
    of your current account credentials.
    Please click \"Activate\" button to proceed." CL_AI_EVERYWHERE_NUM_LIC "You activated %1 license(s) so far,
    you may activate %2 license(s) more." CL_AI_EVERYWHERE_ALL_ACTIVATE "All your licenses are activated (%1 licenses)." CL_AI_EVERYWHERE_ALL_ACTIVATE_ONE "Your license is activated." CL_AI_EVERYWHERE_NUM_EXPIRED "You also have %1 expired license(s).
    Pay the issued invoice to prolongate." CL_AI_EVERYWHERE_OTHER_OPTIONS "Other options for you" CL_EVERYWHERE_STEP_KNOWPASS_ACTION_1 "To activate RoboForm Everywhere just sync with your activated account." CL_EVERYWHERE_STEP_KNOWPASS_ACTION_2 "Here are the detailed instructions" CL_EVERYWHERE_STEP_KNOWPASS_ACTION_CLICK "Click for the detailed instructions" CL_EVERYWHERE_STEP_KNOWPASS_AI "

  • Click RoboForm -> Options... -> User Data -> \"Settings\" button.
  • Select \"Yes, sync with RoboForm Everywhere\", click \"Next\", enter Master Password if required.
  • Make sure you are using the proper User ID of the account to sync with. If not, or not set up, enter the User ID and the Password of your existing activated account, click \"Next\".
  • Let RoboForm sync, and it will be activated." CL_EVERYWHERE_STEP_ALL_ACTIVATE "\"I want to activate RoboForm Everywhere on my computer.\"" CL_EVERYWHERE_STEP0_BUTTON1 "I know the password for my account." CL_EVERYWHERE_STEP0_BUTTON2 "I don't remember the password." CL_EVERYWHERE_STEP2_BUTTON1 "Yes, the problem has been solved." CL_EVERYWHERE_STEP2_BUTTON2_1 "No, I still do not know the password." CL_EVERYWHERE_STEP2_BUTTON2_2 "I want to delete my Online account, and create a new one instead." CL_EVERYWHERE_STEP2_DESC "Check if a Login named \"RoboForm Online Account\" is located in your RoboForm -> Logins. The User ID and the Password are stored in this file." CL_EVERYWHERE_STEP2_QUESTION "Have you located the file \"RoboForm Online Account\",
    so that you know the Password now?" CL_EVERYWHERE_STEP3_TITLE "Account deletion" CL_EVERYWHERE_STEP3_DESC_1 "1) Please select the account from the above list to delete.
    2) Click the \"Yes, I would like to delete...\" button." CL_EVERYWHERE_STEP3_DESC_2 "Account deletion verification message will be sent to the Email that you used when you created RoboForm Everywhere (Online) account." CL_EVERYWHERE_STEP3_BUTTON "Yes, I would like to delete
    the account %1" CL_EVERYWHERE_STEP3_DEL_ACCOUNT "Click an account to delete" CL_EVERYWHERE_STEP4_DESC "The verification message has been sent to %1 Follow the instructions provided in the message to confirm the deletion of the account. You may close this page." CL_RFO_DELETE_ACCOUNT_ERROR "Sorry, cannot send the verification message.
    Please try again later." CL_EVERYWHERE_NOTE "You may activate an existing account if you remember the password." CL_EVERYWHERE_DISPLAY_ACCOUNTS "Display the list of accounts >>" CL_RFO_USER_ID "User ID" CL_RFO_PASSWORD "Password" CL_RFO_CREATE_USER_ID "Create User ID" CL_RFO_CREATE_PASSWORD "Create Password" CL_RFO_RETYPE_PASSWORD "Confirm Password" CL_RFO_FULL_NAME "Full Name" CL_RFO_PAID_TILL "Paid till" CL_RFO_TEXT_NOT_MP_HINT "You may use your RoboForm Master Password as RoboForm Everywhere password, but we suggest to make them different - for security reasons." CL_RFO_TEXT_PASSWORD_HINT1 "The UserID and Password are case-sensitive, 6-30 characters, alphanumeric strings." CL_RFO_TEXT_PASSWORD_HINT2 "Please memorize your User ID and Password as they are required to access your RoboForm Everywhere account." CL_RFO_TEXT_EMAIL_HINT "Please enter your correct Name and Email as they are used to verify certain account actions." CL_RFO_SIGNUP_RF7W_BUTTON "Create account and Activate
    Roboform Everywhere" CL_RFO_SIGNUP_TITLE "Signup for a new Roboform Everywhere account." CL_RFO_CREATE_USER_ID_BACK "<< Go Back" CL_ACTCNT_EXCEEDED1 "Activation count exceeded" CL_ACTCNT_EXCEEDED2 "This means that you activated RoboForm Pro on more computers than is allowed by the license that you purchased." CL_PT_ACTCNT_EXCEEDED2 "This means that you activated RoboForm2Go on more disks than is allowed by the license that you purchased." #CL_ACTCNT_EXCEEDED "Please purchase additional RoboForm Pro licenses, they cost as little as %1 per license.
    Go to %2 Buy RoboForm Pro %3 page, enter Discount Code %4, click Total button, enter your original Order ID, click Total button again." CL_ACTCNT_EXCEEDED0 "Please purchase additional RoboForm Pro licenses.
    Go to %1 Buy RoboForm Pro %2 page, click %3 button and enter OrderID and Name as it appears on the original order." CL_PORT_ACT_PROHIBITED "Activating Portable license with RoboForm data files being placed on non-portable disk is prohibited.
    Please move RoboForm data files to portable disk and activate RoboForm Pro again." CL_PORT_ACT_PROHIB2 "You do not have RoboForm2Go (RoboForm Portable) license.
    Please place RoboForm data folder onto non-portable disk or buy RoboForm2Go license." CL_LIC_NOT_FOUND "Activation refused:
    Our records indicate that you do not have a &{LicName}; license in the order you specified." CL_ERROR_RF_ATTACHED "Seems you have RoboForm toolbar attached to GoodSync. It creates interference.
    Do NOT attach RoboForm to GoodSync.
    Do activation from GoodSync with no RoboForm in GoodSync." CL_GS_ACT_RF_ATTACHED "You have RoboForm toolbar attached to GoodSync.\nGoodSync Pro will not activate with RoboForm attached to GoodSync.\n\nWhat to do:\n\n1) Close RoboFormTaskbarIcon : RoboFormTaskbarIcon -> Exit\n2) Click OK to close this dialog\n3) Click Submit button to continue GoodSync Pro activation." CL_WRONG_LIC_FOUND "Our records indicate that you have only %1 licenses in the order you specified, but you are trying to activate %2, which requires a separate license. Please purchase %3 license." CL_CANNOT_CREATE_ORDER "Cannot create Order from the batch code." CL_MISSING_PARAMS "Required parameters are missing." CL_PRINTABLE_RECEIPT "Printable Receipt" CL_PRINTABLE_INVOICE "Printable Invoice" CL_RECEIPT_INVOICE_SUBJECT "Receipt/Invoice for your order" CL_RECEIPT_INVOICE "These are your Receipt/Invoice for your order %1" CL_RF_EVERYWHERE_EXPIRED "expired" CL_RF_EVERYWHERE_VALID_TILL "valid till" CL_RF7_ACTIVATE_UPGRADE "You may upgrade now your current version 6 Pro license
    to a version 7 Pro or version 7 Everywhere license at a discounted price." CL_RF7W_ACTIVATE_REMOVESYNC "You are seeing this error because you are using the Online Sync feature.
    In order to continue using the Online Sync feature, please purchase a RoboForm Everywhere license.
    To activate your %2 Pro license, turn off the Online Sync feature:
    click RoboForm -> Options... -> User Data -> Settings, select 'Store my data on my computer only'." CL_ACTIVATE_RF_OLD_VERSION "You are seeing this error because you have a %1 license and are attempting to activate version 6.
    Please install the latest version of %1 in order to complete the activation." CL_ACTIVATE_RF_RF2GO_WRONG "You are seeing this error because you currently only have a %2 license
    and are attempting to activate %1 which is a separate product.

    Please purchase a discounted %4 license in order to complete your activation." CL_ACTIVATE_RF_INFO "FYI there are 3 types of RoboForm for Windows licenses:
    - RoboForm 7 Desktop license - activates RoboForm application on 1 computer.
    - RoboForm2Go 7 Pro license - activates RoboForm2Go application on 1 USB disk.
    - RoboForm Everywhere license - activates RoboForm and RoboForm2Go applications on all computers / devices of 1 user." CL_ACTIVATE_EVERYWHERE_WRONG_TITLE "Activation refused: RoboForm in Sync mode should be activated using RoboForm Everywhere license." CL_ACTIVATE_EVERYWHERE_WRONG_RF7 "You are seeing this error because you are using the Online Sync feature in %1.
    - In order to continue using the Online Sync feature, please activate your RoboForm Everywhere license.
    - To activate your %2 Pro license, turn off the Online Sync feature:
    click RoboForm -> Options... -> User Data -> Settings, select 'Store my data on my computer only'." CL_ACTIVATE_EVERYWHERE_WRONG_RF6 "You are seeing this error because you are using the Online Sync feature in %1.
    In order to continue using the Online Sync feature, please activate your RoboForm Everywhere license." CL_TAKE_THIS_ORDER "Yes, take this order" CL_ACTIVATE_ORDER_SELECTED "Order %1 is selected." CL_ACTIVATE_ORDER_MAY_SPECIFY "You may specify the order to activate." #-------------------------------------- #=== E-mails # #CL_SUBJECT_ACTIVATION "%1 Pro Activation Info for Order %2 by %3" CL_SUBJECT_ACTIVATION "%1 Pro Activation Info" CL_SUBJECT_PRODUCT_ROBOFORM "RoboForm" CL_SUBJECT_PRODUCT_ROBOFORM7 "RoboForm 7" CL_SUBJECT_PRODUCT_PORTABLE "RoboForm2Go" CL_SUBJECT_PRODUCT_PORTABLE7 "RoboForm2Go 7" CL_SUBJECT_PRODUCT_RF_MAC "RoboForm for Mac" CL_SUBJECT_PRODUCT_RF2GO_MAC "RoboForm2Go for Mac" CL_SUBJECT_PRODUCT_EVERYWHERE "RoboForm Everywhere" CL_SUBJECT_PRODUCT_GOODSYNC "GoodSync V4" CL_SUBJECT_PRODUCT_GOODSYNCV8 "GoodSync for Windows" CL_SUBJECT_PRODUCT_GS_MAC "GoodSync for Mac" CL_SUBJECT_PRODUCT_GOODSYNC2GO "GoodSync2Go for Windows" CL_SUBJECT_PRODUCT_GOODSYNC2GO_MAC "GoodSync2Go for Mac" CL_SUBJECT_PRODUCT_GOODSYNC_SERVER "GoodSync Server" CL_SUBJECT_PRODUCT_GSYNC_WIN "GSYNC for Windows" CL_SUBJECT_PRODUCT_GSYNC_MAC "GSYNC for Mac" CL_SUBJECT_PRODUCT_GSYNC_LINUX "GSYNC for Linux" CL_SUBJECT_SHIPPING "%1 Shipping Info" CL_SUBJECT_PRODUCT_ROBOFORM_CD "RoboForm CD" CL_SUBJECT_PRODUCT_GOODSYNC_CD "GoodSync CD" CL_SUBJECT_PRODUCT_PORTABLE_USB "RoboForm2Go USB Flash Drive" #CLT_YOU_ASKED "

    You asked us how to activate RoboForm Pro:

  • After upgrade to RoboForm ver 6 or Windows reinstall
  • From multi-computer license or RoboForm bought on CD
  • RoboForm2Go, RoboForm for Palm or Pocket PC
  • RoboForm purchased with paper check or money order" CL_EMAIL_INSTR_UNIVERSAL "Here are the activation instructions:" CL_EMAIL_INSTR_BATCH "Your copy of %1 Pro has been registered.
    Use these instructions if you need to reactivate %1 Pro.
    " CL_ACT_INSTR_TITLE "Activation Instructions" CLT_ACTIVATION_INSTR "RoboForm Pro should be activated by now using the automatic activation process.
    If RoboForm Pro is still not activated or if you need to re-activate it again later:\n" CL_RESELLER_INSTR_SITE "The activation instructions for the purchased licenses will be sent to your email %1" CLT_RFW7_ACTIVATION_INSTR "Use these instructions to re-activate RoboForm Everywhere or activate on other computers:" CLT_RFW7_PREACTIVATION_INSTR "To activate later, at another computer or with another account, follow the instructions below
    (these instructions are sent to you by email).\n" CLT_RFW7_PREACTIVATION_TITLE "RoboForm Everywhere Activation" CLT_LOCATOR_INSTR1 "Go to %2 to download and install the latest version of RoboForm\n" CLT_LOCATOR_INSTR2 "Go to %3 in the browser to which RoboForm is attached\n
  • Enter your Name as: %4\n
  • Enter your Order ID as: %5\n
  • Click 'Submit' button and you should get to a page that says that you were located in the database\n
  • Click 'Activate RoboForm Pro' button and RoboForm Pro will be activated\n" CL_TIP_2ND_LICENSE1 "P.S. Did you know that it's only %1 for a second %2 license?" CL_TIP_2ND_LICENSE2 "Click here to get your license for only %1 today" CL_TIP_DESKTOP_LICENSE "P.S. Did you know you can add a %2 Pro license for your desktop or laptop for only %1?" CL_TIP_GS_ENT "P.S. Did you know that we also have a backup and synchronization solution?" CL_TIP_RF_ENT "P.S. Did you know that we have a password management solution that is fast, easy, and much less expensive than SSO solutions?" CL_TIP_LEARN_ENT "Click here to learn more about %1 Enterprise today." CL_ADV_GS "

    RoboForm Customers Save 30% on the All NEW %1!

    • Automatically keep all of your computers backed-up and in sync.
    • Remotely access, browse, and transfer files from any computer.
    • Connect multiple computers directly, without using cloud based solutions.
    • It's super-fast, easy-to-use, and there are no online storage fees!
    Buy Now and Save 30%!
    %1, from the makers of RoboForm." CL_AI_FOR_FIXED "RoboForm 6 Pro license" CL_AI_FOR_FIXED7 "RoboForm 7 Desktop license" CL_AI_FOR_EVERYWHERE "RoboForm Everywhere license" CL_AI_FOR_EVERYWHERE_ENT "RoboForm Everywhere Enterprise" CL_AI_FOR_FIXED_ENT "RoboForm Enterprise license" CL_AI_FOR_FIXED7_ENT "RoboForm 7 Enterprise license" CL_AI_FOR_PORTABLE "RoboForm2Go addon" CL_AI_FOR_PORTABLE_PLAIN "RoboForm2Go 6 Pro license" CL_AI_FOR_PORTABLE_PLAIN7 "RoboForm2Go 7 Pro license" CL_AI_FOR_PORTABLE_PLAIN7_ENT "RoboForm2Go 7 Enterprise license" CL_AI_FOR_PALM "Palm license" CL_AI_FOR_WINCE "WinCE license" CL_AI_FOR_GOODSYNC "GoodSync V4 license" CL_AI_FOR_GOODSYNCV8 "GoodSync 8 for Windows license" CL_AI_FOR_GOODSYNCV9 "GoodSync 9 for Windows license" CL_AI_FOR_GOODSYNC_ENT "GoodSync Enterprise license" CL_AI_FOR_GOODSYNC_PORTABLE "GoodSync2Go 8 for Windows license" CL_AI_FOR_GOODSYNC9_PORTABLE "GoodSync2Go 9 for Windows license" CL_AI_FOR_GOODSYNC_SERVER "GoodSync Enterprise Server license" CL_AI_FOR_GOODSYNC_PERSONAL_SERVER "GoodSync Personal Server license" CL_AI_FOR_GS_MAC "GoodSync for Mac license" CL_AI_FOR_GS2GO_MAC "GoodSync2Go for Mac license" CL_AI_FOR_GSYNC_WIN "GSYNC for Windows license" CL_AI_FOR_GSYNC_MAC "GSYNC for Mac license" CL_AI_FOR_GSYNC_LINUX "GSYNC for Linux license" CL_AI_PORT_1 "Go to %2 to download and install the latest version of RoboForm2Go\n" CL_AI_PORT_2 "Start RoboForm2Go, so that RoboForm2Go icon (Robot on a Bag) is present on Taskbar" CL_AI_PALM_1 "RoboForm Pro must be installed on desktop (laptop) and activated from the Order with the Palm addon" CL_AI_PALM_2 "Check that you have Palm addon license in 'RoboForm -> Help -> About' on this desktop" CL_AI_PALM_3 "Download and run 'RoboForm for Palm' on this desktop from %1" CL_AI_PALM_4 "Synchronize Palm with the desktop and it will activate RoboForm Pro on the Palm" CL_AI_WINCE_1 "RoboForm Pro must be installed on desktop (laptop) and activated from the Order with the Pocket PC addon" CL_AI_WINCE_2 "Check that you have Pocket PC addon license in 'RoboForm -> Help -> About' on this desktop" CL_AI_WINCE_3 "Download and run 'RoboForm for Pocket PC' on this desktop from %1" CL_AI_WINCE_4 "Synchronize Pocket PC with the desktop and it will activate RoboForm Pro on the Pocket PC" CL_AI_GOODSYNCV8_3 "Select "GoodSync -> Help -> Activate Pro"." CL_AI_GS_MAC_1 "Download and install the latest version of GoodSync for Mac (if you have not done so)." CL_AI_GS_MAC_1_PORTABLE "Download the latest version of GoodSync for Mac and install it to a Portable drive (if you have not done so already)." CL_AI_GS_MAC_2 "Start GoodSync." CL_AI_GS_MAC_3 "Select "GoodSync -> Help -> Activate Pro"." CL_AI_GS_MAC_4 "
  • Enter your Name as: %4
  • Enter your Order Number as: %5
  • Click 'Next >' to complete the activation.
  • " CL_AI_GSYNC_1 "Download and install %1 if not installed yet\n" CL_AI_GSYNC_2 "Run the following command line:" CL_AI_RF7W "Your RoboForm Everywhere license activates RoboForm and RoboForm for Mac on all your computers, or on USB drives containing the same RoboForm data.

    Below are your activation instructions for Windows, Mac and USB drives." CL_AI_RF7 "A RoboForm Desktop license activates RoboForm on 1 computer.
    \nThese are your activation instructions:" CL_AI_RF7GO "A RoboForm2Go license activates RoboForm2Go on 1 USB Disk.
    \nThese are your activation instructions:" CL_AI_RFMAC "A RoboForm for Mac license activates RoboForm on 1 Mac computer.
    \nThese are your activation instructions:" CL_AI_RF7_1 "Install the latest %1 from %2" CL_AI_RF7_2 "Select the RoboForm icon -> Help -> Activate RoboForm Pro" CL_AI_RF7GO_2 "Select the RoboForm2Go icon -> Help -> Activate RoboForm2Go Pro" CL_AI_RF7MAC_2 "Select the RoboForm icon -> Activate RoboForm" CL_AI_RF7_3 "Enter your Name as: %3
    \n     Enter your Order ID as: %4
    \n    Click \"Next\" to complete the activation." CL_AI_RF7MAC_3 "Enter your Name as: %3
    \n     Enter your Order ID as: %4
    \n    Click \"Activate\" to complete the activation." CL_AI_RF7_4 "Click \"Activate %1\"." CL_THIS_IS_YOUR_RECEIPT "This is your receipt. Print it for your records." CL_RECEIPT_UNAVAILABLE "The Receipt is unavailable since the order %1 is not paid yet." CL_ORDER_CANCELED "

    Your RoboForm Pro order (ID: %1) was canceled because we did not receive money by mail in %2 days.\n" CL_THANK_YOU "Siber Systems thanks you for licensing RoboForm Pro!" CLT_BEST_REGARDS "

    Best Regards,
    %1 Support" CL_REMOVELINK_TITLE "Verification of RoboForm Everywhere account deletion" CL_REMOVELINK_TEXT_1 "You requested deletion of your RoboForm Everywhere (Online) account %1." CL_REMOVELINK_TEXT_2 "Make sure you have a local copy of your files!" CL_REMOVELINK_TEXT_NAVIGATE_LINK "Navigate this link to delete the account:" CL_REMOVELINK_TEXT_IGNORE "If you did not request the deletion, just ignore this message." CL_REMOVELINK_TEXT_CLICK_BUTTON "Click this button to delete the account:" CL_REMOVELINK_SUBMIT_BUTTON "Yes, delete" CL_REMOVELINK_ROBOFORM_SUPPORT "RoboForm Support" CL_ERROR_ACCOUNT_ALLREADY_DELETED "Your account %1 has been already deleted.
    To continue with creating and activating a new account: click here." CL_ERROR_REMOVELINK_TIME_PASSED "A time passed, so link is not valid anymore.
    You may obtain a new deletion link from RoboForm activation page." CL_ERROR_REMOVELINK_WRONG_LINK "You are using a wrong link.
    You may obtain a valid deletion link from RoboForm activation page." CL_REMOVELINK_DELETE_OK_TEXT "Your account %1 has been deleted.
    You now may create and activate a new account." #-------------------------------------- #=== Invoice/Receipt CL_TO "To:" CL_SHIPPING_HANDLING "Shipping and processing" CL_EUROPEAN_PURCHASE "European purchase" CL_SHIPPING "Shipping" CL_SHIPPING_FREE "FREE Shipping" CL_PROCESSING_FEE "Processing fee" CL_SHIPPING_NON_USA "Shipping to countries other than USA and Canada costs %1" CL_SHIPPING_EXCEPTION "We do not ship to California or Virginia." CL_CURRENCY "Currency" CL_CURRENCY_WARNING "If your credit card is not in US dollars, you still can charge it in USD and your card will convert dollar charge to your currency.
    Charging your card in USD may be cheaper than in %1. But not all cards allow charges in USD." CL_TOTAL_DUE "Total due" CL_DESCRIPTION "Description" CL_SOFTLICENSE "Software license for" CL_SOFTCD "CD with software" CL_THANK4BUSINESS "Thank You for Your Business!" CLT_INVOICE_LINK "Your %2 is here: %1" CL_VIEW_PRNT_RECEIPT "View Printable Receipt" CL_VIEW_PRNT_INVOICE "View Printable Invoice" CL_PRNT_RECEIPT "Print receipt" CL_PRNT_INVOICE "Print invoice" CL_VAT "VAT" CL_CALL_PHONE "If you have any questions, call %1" CL_CONTACT_US "Please contact us using %1 if you have any questions." CL_AMOUNT_IN_USD "Approximate value of this order in USD is %1" CL_AMOUNT_IN_CURR "Approximate value of this order in %2 is %1" CL_LICCNT_THISTIME "Licenses purchased now" CL_LICCNT_TOTAL "Total licenses for all orders" CL_LICCNT_THISTIME_PENDING "Licenses to be purchased now" CL_LICCNT_YOUHAVE "Licenses you already have" CL_ADDONCNT_THISTIME "License addons purchased now" CL_OTHER_COUNTRY "Fill in using latin alphabet if country is not listed above" CL_OTHER_COUNTRY_2 "Fill in if country is not listed above" CL_VISAMC "Visa / Master Card / American Express / Discover / Diners Club" CL_VISAMC_CHARGE "Charge will appear as 'Siber RoboForm GoodSync'" CL_VISAMC_USD_CHARGE "The card will be charged in USD" CL_PAYPAL_FUNDS "PayPal" CL_PAYPAL_CC "PayPal or credit cards via PayPal" CL_PAYPAL_DISABLED "PayPal transactions are temporarily not available, please try again in 12 hours" CL_PAYPAL_DISABLED_TEMP "PayPal transactions are temporarily not available, please try again later or use Credit Card as the payment method." CL_PAYPAL_ACT "Click Continue after the purchase to return for the activation instructions." CL_PAYPAL_CHARGE "Charge will appear as 'PayPal RoboForm'" CL_OFFLINE_ORDER "USD Paper Check / Money Order" CL_OFFLINE_ORDER_ACT "Activation upon receipt of funds" CL_OFFLINE_ORDER_JP "Paper Check / Money Order in JPY from Japan bank, sent by mail: Activation upon receipt of funds" CL_WIRE_TRANSFER "Send money by Wire Transfer in Euros to Germany" CL_WIRE_TRANSFER_JP "Send money by Wire Transfer in Yens to Japan" CL_DINNERS "Diners Club / JCB / Solo / Switch cards: charge will appear as 'Element5'" CL_ELEMENT5_CARDS "JCB / Solo / Switch cards" CL_ELEMENT5_CHARGE "Charge will appear as 'Element5'" CL_PURCHASE_ORDER "Purchase Order: Not less than USD %1 only" CL_CLEVERBRIDGE "CleverBridge: Wire Transfer and other payment methods" CL_BUY_AS_GIFT "Buy as a gift" CL_WEBMONEY "Send money by WebMoney system" CL_CHECK3 "%1 discount for low income users (retired, disabled), see below." CL_DISCOUNT_ENT "Government agencies and educations institutions may be eligible for a discount upon request" CL_YOUR_TOTAL_IS "Your total is:" CL_HANDLING_FEE "Processing fee applied: %1" CLT_ACT_COMPLETE1 "RoboForm Pro activation is almost complete now..." CL_PRINT_RECEIPT "Print this Receipt and Activation Instructions, you will need it to reactivate RoboForm Pro in case of Windows reinstall" CL_ACTIVATE_NEXTTIME "These are activation instructions to be used if you need to reactivate the licenses:" CL_ACTIVATIONS_UNAVAILABLE "Sorry. Activation page is temporarily unavailable. Try again 5 minutes later." CLT_ACT_COMPLETE_EVERYWHERE "RoboForm Everywhere activation should be completed now and you should see message box that confirms that.
    If you do not see this message box then try to activate again using Activation Instructions below." CLT_ACT_ERROR_VERSION_EVERYWHERE "The activation of RoboForm Everywhere is not complete because an old version of RoboForm is installed." CLT_ACT_WAIT "RoboForm is performing activation, please wait..." CLT_ACT_WAIT_DIFFERENT_ACCOUNT "RoboForm is performing activation, please wait...

    If nothing happens, this means the RoboForm Online User ID you are using for Online Sync
    in your current RoboFom Profile differs from the User ID %1 provided." CLT_ACT_NO_EQUAL_RFO_USERID "A different User ID provided.
    The RoboForm Online User ID you are using for Online Sync
    in your current RoboFom Profile differs from the User ID %1 provided." CLT_ACT_TO_COMPLETE "To complete the activation process, use the %1 User ID for Online Sync
    within the profile where you want to activate by clicking RoboForm icon -> Options... -> User Data -> Settings.
    Activation will occur automatically when you sync with RoboForm Online server." CL_PAYPAL_RFEW_ANNUAL_SUBSCR_DESC "Automatic renewal of Annual RoboForm Everywhere subscription." CL_PAYPAL_RFEW_ANNUAL_SUBSCR_CANCEL_SUBJECT "RoboForm Everywhere automatic renewal canceled." CL_PAYPAL_RFEW_ANNUAL_SUBSCR_CANCEL_MESSAGE "You have canceled PayPal recurring payments profile, so your RoboForm Everywhere subscription will not renew automatically.
    You will be able to renew your subscription by clicking RoboForm icon -> Help -> Renew RoboForm Everywhere." CL_EMAIL_RECURRING_PAYMENT "Your RoboForm Everywhere subscriptions has been renewed.
    The license was extended to %1." CL_ANNUAL_RF_SUBSCR_RENEWAL "RoboForm Everywhere renewal" CL_ANNUAL_RF_SUBSCR_RENEWAL_DESC "Please choose the number of years for your license renewal." CL_AUTO_RENEWAL_SERVICE_DESC "You selected to automatically renew your service, which will next be applied on %1." # Sample of use: Your current license(s) will be extended for 1 year to 10-Nov-2013 CL_ANNUAL_RF_SUBSCR_WILL_BE_EXTENDED "Your current license(s) will be extended
    for %1 to %2" # Sample of use: 3 years for $47.95 - save 20% Most Popular CL_RENEWAL_OPTION1 "1 year for %1" CL_RENEWAL_OPTION2 "3 years for %1 - save %2%  Most Popular" CL_RENEWAL_OPTION3 "5 years for %1 - save %2%  Best Value" # Sample of use: Regularly $59.85 - Save 20% CL_RENEWAL_OPTION_MODE_2 "Regularly %1 - Save %2" # Years for localization, could be different, say in Russian this is 1 god, 2 goda, 5 let. CL_RENEWAL_YEARS_1 "1 year" CL_RENEWAL_YEARS_2 "2 years" CL_RENEWAL_YEARS_3 "3 years" CL_RENEWAL_YEARS_4 "4 years" CL_RENEWAL_YEARS_5 "5 years" #===================================================================== #=== GoodSync Strings #===================================================================== CL_UNI_ACTCNT_EXCEEDED2 "This means that you activated &{LicName}; on more computers than is allowed by the license that you purchased." CL_UNI_ACTCNT_EXCEEDED_PT "This means that you activated &{LicName}; on more USB Disks than is allowed by the license that you purchased." CL_UNI_ACTCNT_EXCEEDED0 "Please purchase additional &{LicName}; licenses:
      - Go to %1
      - Enter OrderID and Name as it appears on the original order." CL_UNI_PROBLEM_ACTIVATING "There is a problem activating your order %1.
    If needed, you can contact our support at %2" CL_ACT_DATA_LABEL "Enter Computer ID string:" CL_ACT_CODE_LABEL1 "Here is your activation code:" CL_ACT_CODE_LABEL2 "Copy Activation Code and Paste into %1 to the Activation Code field." CL_UNKNOWN_LICENSE_TYPE "Unknown license type" CL_WEB_ACTIVATON "Offline Activation" CL_ERR_ACTDATA_EMPTY "Error: Empty activation data submitted." CL_ERR_ACTDATA_BAD "Error: Corrupted or old activation request submitted or Date/Time not set correctly on your computer." CL_BATCH_ACT_INSTR "To activate your &{LicName}; license next time:
    - enter User Name as: %1
    - enter your Order Number as: %2" #this string is used only in CL_UNI_ACTCNT_EXCEEDED0 at %1 place CL_UPGRADE_PAGE "Upgrade Page" CL_UPGRADE_RF7_DISCOUNT_FOR "The discounted upgrade price will be applied for that number of licenses." CL_UPGRADE_RF7_STANDART_DISCOUNT "The standard volume discount is provided for greater numbers." CL_UPGRADE_LICENSES "Licenses for upgrade" CL_UPGRADE_LICENSES_QUANTITY "Quantity" CL_XMAS_DISCOUNT_APPLIED "Holiday 20% OFF Discount has been applied" # CL_XMAS_DISCOUNT_APPLIED "Halloween Special Sale 20% OFF Discount" #===================================================================== #=== PayPal Error messages #===================================================================== CL_PPERROR_15005 "This transaction cannot be processed. Please try another card." CL_PPERROR_10504 "This transaction cannot be processed. Please enter a valid Credit Card Verification Number." CL_PPERROR_10522 "Invalid credit card number. Please check to make sure that the credit card number is valid." CL_PPERROR_10527 "This transaction cannot be processed. Please enter a valid credit card number." CL_CANNOT_COMPLETE "Your transaction has been declined or cannot complete successfully. Please use an alternative payment method." #-------------------------------------------- # ATTENTION!!! TAGS WAS CHANGED, please rewise: # # 2009-Jul-07 Tags removed: # CL_AI_GOODSYNC_1 # CL_AI_GOODSYNC_2 # CL_AI_GOODSYNC_3 # CL_AI_GOODSYNC_4 # #-------------------------------------------- CL_RF_EVERYWHERE_UPDATE "Please pay for the next year of using RoboForm Everywhere." CL_RF_HAVE_INVOICE "An invoice was issued to you to extend RoboForm Everywhere subscription." CL_RF_PAY_INVOICE "Please, pay the invoice" CL_RF_NO_INVOICE "Please ask RoboForm Support to issue the next year RoboForm Everywhere subscription invoice for you to pay." #=== PUMS ERROR CL_ERR_RF_EVERYWHERE_EXPIRED "Your RoboForm Everywhere license has expired." CL_ERR_RF_EVERYWHERE_EXPIRED_BESIDES "However we were able to locate a RoboForm Everywhere license you could activate, but the license expired." CL_RFO_ERR_NOENTER_USERID "You did not enter User ID." CL_RFO_ERR_NOENTER_PASSWORD "You did not enter Password." CL_RFO_ERR_ENTER_USERID_PASSWORD "Please enter both User ID and Password." CL_UNIVERSAL_RFO_ERR_ALREADY_ACTIVATED "Another account %1 was activated with the license. To activate your current account, please remove that account first. Follow this link to remove your old account: %2" CL_UNIVERSAL_RFO_ERR_ALREADY_ACTIVATED_MULTY "Others accounts %1 were activated with the license. To activate your current account, please remove one of these accounts first. Follow this link to remove your old account: %2" CL_RFO_ERR_ALREADY_ACTIVATED "Another RoboForm Online account has already been tied to this RoboForm Everywhere license.
    To activate with account %1 you should either
    delete your old account or purchase an additional RoboForm Everywhere license." CL_RFO_ERR_ACCESS_DENIED "You entered wrong User ID or Password." CL_RFO_ERR_UNEXPECTED "Unexpected error." CL_RFO_ERR_NO_CONNECTION "No connection to RoboForm Online server." # THE END #---------------------------- # 2010-Dec-06: Removed tags # CL_CHECK2 # CL_CHECK4 # CL_CHECK5 # CL_CHECK6 # CL_ADD_LICENS_NOTE # CL_NEW_ORDER_NOTE # CL_BUY_NEW_ORDER # CL_DONT_UPGRADE #---------------------------- # 2010-Dec-09: Modified tags # CL_CLK_BTN_2ACTIV_BATCH #---------------------------- # 2011-Jan-17: Removed obsolete tags # CL_2L_HAS_CHILD # CLT_ENTER_2NDSEPLIC_CNT # CL_2L_BAD_CHAIN # CL_2L_LATEST_FOUND #---------------------------- # 2011-Feb-22: Removed obsolete tags # CL_GS_PAGETITLE # CL_GS_ONLINE_ACTIVATION # CL_GS_ENTER_ORDER_DATA # CLT_GS_IF_LOCATOR # CL_GS_WE_LOCATED_YOU # CL_GS_ACTIVATE_BTN # CL_GS_NODATA_4ACTIVATION # CL_GS_ACTIVATION # CLT_GS_ACTIVATION_MSG # CLT_GS_POSTACTIVATION # CLT_GS_LOCATOR_INSTR2