View file QRcdr/qrcdr/translations/en.php

File size: 5.23Kb
<?php
/**
 * QRcdr - php QR Code generator
 * lang/en.php
 *
 * English translation file
 *
 * PHP version 5.4+
 *
 * @category  PHP
 * @package   QRcdr
 * @author    Nicola Franchini <info@veno.it>
 * @copyright 2015 Nicola Franchini
 * @license   item sold on codecanyon https://codecanyon.net/item/qrcdr-responsive-qr-code-generator/9226839
 * @link      http://veno.es/qrcdr/
 */
$_translations = array(
    'title' => 'QRCDR',
    'description' => 'Online QR Code generator',
    'tags' => 'qrcode, php, script',
    '2FA' => '2FA',
    'account' => 'Account',
    'address' => 'Address',
    'add_to_cart' => 'Add to cart',
    'account_name' => 'Account name',
    'amount' => 'Amount',
    'background' => 'Background',
    'background_image' => 'Background image',
    'bitcoin' => 'BitCoin',
    'bottom_left' => 'Bottom Left',
    'buy_now' => 'Buy now',
    'call' => 'Call',
    'chat' => 'Chat',
    'city' => 'City',
    'colors' => 'Colors',
    'company' => 'Company',
    'country' => 'Country',
    'country_code' => 'Country code',
    'currency' => 'Currency',
    'custom_frame_color' => 'Custom frame color',
    'custom_markers_colors' => 'Custom marker color',
    'design' => 'Design',
    'different_markers_colors' => 'Different markers colors',
    'does_not_exists' => 'does not exists',
    'donations' => 'Donations',
    'email' => 'E-mail',
    'end_time' => 'End time',
    'error_correction_level' => 'Precision',
    'error_getting_qrcode_image' => 'QRcode image not found',
    'error_getting_original_image' => 'Original image not found',
    'error_getting_watermark' => 'Watermark not found',
    'event' => 'Event',
    'event_title' => 'Event title',
    'fax' => 'Fax',
    'file_uploaded' => 'File Uploaded',
    'first_name' => 'First name',
    'foreground' => 'Foreground',
    'frame' => 'Frame',
    'frame_color' => 'Frame color',
    'frame_label' => 'Frame label',
    'generate_qrcode' => 'Generate QR Code',
    'gradient' => 'Gradient',
    'hidden' => 'Hidden',
    'invalid_image' => 'Invalid image',
    'invert' => 'Invert',
    'item_name' => 'Item name',
    'item_id' => 'Item ID',
    'jobtitle' => 'job title',
    'label_font' => 'Label font',
    'language' => '<i class="fa fa-flag"></i>',
    'last_name' => 'Last name',
    'latitude' => 'Latitude',
    'link' => 'Link',
    'location' => 'Location',
    'longitude' => 'Longitude',
    'logo' => 'Logo',
    'logo_size' => 'Logo size',
    'marker' => 'Marker',
    'marker_outline' => 'Marker border',
    'marker_center' => 'Marker center',
    'masked' => 'Masked',
    'message' => 'Message',
    'mobile' => 'Mobile',
    'name_title' => 'Title',
    'negative' => 'Negative',
    'network_name' => 'Network name',
    'network_type' => 'Network type',
    'no_encryption' => 'No encryption',
    'no_logo_background' => 'Remove background behind Logo',
    'notes' => 'Notes',
    'options' => 'Options',
    'password' => 'Password',
    'pattern' => 'Pattern',
    'paypal' => 'PayPal',
    'phone' => 'Phone',
    'phone_home' => 'Phone (home)',
    'phone_mobile' => 'Phone (mobile)',
    'phone_office' => 'Phone (office)',
    'phone_number' => 'Phone number',
    'post_code' => 'Post code',
    'pp_email' => 'Email address to receive payments',
    'precision_l' => 'L - Smallest',
    'precision_m' => 'M - Medium',
    'precision_q' => 'Q - High',
    'precision_h' => 'H - Best',
    'price' => 'Price',
    'privacy' => 'Privacy',
    'provide_a_valid_name' => 'Please enter a valid name',
    'provide_a_valid_number' => 'Please enter a valid number',
    'provide_a_valid_email' => 'Please enter a valid e-mail address',
    'provide_a_valid_url' => 'Please enter a valid URL',
    'provide_more_data' => 'Please provide more data',
    'radial' => 'Radial',
    'reunion_id' => 'Meeting ID',
    'save' => 'Save',
    'scan_me' => 'SCAN ME',
    'search' => 'Search',
    'second_color' => 'Second color',
    'secret_key' => 'Secret Key',
    'send_to' => 'Send to',
    'send_sms_to' => 'Send sms to',
    'service_provider' => 'Service provider',
    'shipping' => 'Shipping',
    'size' => 'size',
    'sms' => 'SMS',
    'start_time' => 'Start time',
    'state' => 'State',
    'style' => 'Style',
    'subject' => 'Subject',
    'tax_rate' => 'Tax rate',
    'tel' => 'Phone',
    'terms_and_conditions' => 'Terms and conditions',
    'text' => 'Text',
    'text_size' => 'Text size',
    'thumb_created' => 'Thumb created',
    'top_right' => 'Top Right',
    'transparent_background' => 'Transparent background',
    'transparent_code' => 'Transparent code',
    'two_factor_authentication' => 'Two Factor Authentication',
    'type' => 'Payment type',
    'upload_or_select_watermark' => 'Upload your logo or select a watermark',
    'upload_size_exceeded' => 'Upload size exceeded',
    'username' => 'Username',
    'vcard' => 'V-card',
    'version' => 'Version',
    'watermark' => 'Watermark',
    'wifi' => 'WI-FI',
    'website' => 'Website (URL)',
    'your_temporary_password_is' => 'your temporary password is',
    'reminder_before_event' => 'Reminder before event',
    'when_the_event_starts' => 'When the event starts',
    'minutes' => 'minutes',
    'hour' => 'hour',
    'hours' => 'hours',
    'day' => 'day',
    'days' => 'days',
    'week' => 'week',
    'weeks' => 'weeks',
    );