# ebook-store/6.25/locale.php

Ebook Store, version 6.25. 1,518 lines.

- Page: https://pluginprobe.com/plugins/ebook-store/6.25/code/locale.php
- Raw: https://pluginprobe.com/plugins/ebook-store/6.25/raw/locale.php
- Modified: 2026-07-20T15:04:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ebook-store/6.25/code/locale.php#L10-L20`.

```php
<?php

$formats_locale['pdf'] = __( 'PDF', 'ebook-store' );
$formats_locale['mobi'] = __( 'Mobi (Kindle)', 'ebook-store' );
$formats_locale['epub'] = __( 'ePub (Nook)', 'ebook-store' );
$formats_locale['txt'] = __( 'Txt', 'ebook-store' );
$formats_locale['zip'] = __( 'ZIP', 'ebook-store' );
$formats_locale['mp3'] = __( 'MP3', 'ebook-store' );
$formats_locale['mp4'] = __( 'MP4', 'ebook-store' );

$l['default']['buy'] = __('Buy', 'ebook-store');
$l['default']['preview'] = __('Preview', 'ebook-store');
$l['default']['details'] = __('Details', 'ebook-store');
$l['default']['download'] = __('Download', 'ebook-store');
$l['default']['pages'] = __('pages', 'ebook-store');
$l['default']['confirmation'] = __('Waiting for order confirmation, this might take a minute, screen will refresh automatically!', 'ebook-store');
$l['default']['addtocart'] = __('Add To Cart', 'ebook-store');
$l['default']['password_desc'] = __('Password', 'ebook-store');
$l['default']['addedToCart'] = __('has been added to your cart', 'ebook-store');
$l['default']['payWithCard'] = __('Pay with Card', 'ebook-store');

$l['en']['buy'] = 'Buy';
$l['en']['preview'] = 'Preview';
$l['en']['details'] = 'Details';
$l['en']['download'] = 'Download';
$l['en']['pages'] = 'pages';
$l['en']['confirmation'] = 'Waiting for order confirmation, this might take a minute, screen will refresh automatically!';
$l['en']['addtocart'] = 'Add To Cart';
$l['en']['password_desc'] = 'Password';
$l['en']['addedToCart'] = 'has been added to your cart';
$l['en']['payWithCard'] = __('Pay with Card', 'ebook-store');

$l['de']['buy'] = 'Kaufen';
$l['de']['preview'] = 'Vorschau';
$l['de']['details'] = 'Details';
$l['de']['download'] = 'Datei';
$l['de']['pages'] = 'Buchseiten';
$l['de']['confirmation'] = 'Warten auf Auftragsbestätigung. Ihr Bildschirm wird automatisch aktualisiert ...';
$l['de']['addtocart'] = 'in den Warenkorb';
$l['de']['password_desc'] = 'Passwort';
$l['de']['addedToCart'] = 'wurde in Ihren Warenkorb hinzugefügt';
$l['de']['payWithCard'] = 'Bezahlen mit karte';

$l['fr']['buy'] = 'Acheter';
$l['fr']['preview'] = 'Aperçu';
$l['fr']['details'] = 'Détails';
$l['fr']['download'] = 'Télécharger';
$l['fr']['pages'] = 'pages';
$l['fr']['confirmation'] = 'En attente de confirmation de commande. Votre écran sera actualisé automatiquement...';
$l['fr']['addtocart'] = 'Ajouter au panier';
$l['fr']['password_desc'] = 'Mot de passe';
$l['fr']['addedToCart'] = 'a été ajouté à votre panier';
$l['fr']['payWithCard'] = 'Payer avec carte';


$l['es']['buy'] = 'Comprar';
$l['es']['preview'] = 'Prevista';
$l['es']['details'] = 'Detalles';
$l['es']['download'] = 'Descargar';
$l['es']['pages'] = 'páginas';
$l['es']['confirmation'] = 'A la espera de la confirmación del pedido. Su pantalla se actualizará automáticamente...';
$l['es']['addtocart'] = 'Añadir al carro';
$l['es']['password_desc'] = 'Contraseña';
$l['es']['addedToCart'] = 'ha sido añadido a su cesta';
$l['es']['payWithCard'] = 'Pagar con tarjeta';

$l['zh']['buy'] = '购买';
$l['zh']['preview'] = '预览';
$l['zh']['details'] = '的详细信息';
$l['zh']['download'] = '下载';
$l['zh']['pages'] = '网页';
$l['zh']['confirmation'] = '等待订单确认。您的屏幕会自动刷新...';
$l['zh']['addtocart'] = '加入购物车';
$l['zh']['password_desc'] = '密码';
$l['zh']['addedToCart'] = '已添加到您的购物车';

$l['hi']['buy'] = 'खरीदें';
$l['hi']['preview'] = 'पूर्वावलोकन';
$l['hi']['details'] = 'विवरण';
$l['hi']['download'] = 'डाउनलोड';
$l['hi']['pages'] = 'पृष्ठों';
$l['hi']['confirmation'] = 'आदेश की पुष्टि के लिए प्रतीक्षा कर रहा है। अपनी स्क्रीन स्वचालित रूप से ताज़ा होगी...';
$l['hi']['addtocart'] = 'की टोकरी में जोड़ें';
$l['hi']['password_desc'] = 'पासवर्ड';
$l['hi']['addedToCart'] = 'अपनी गाड़ी में जोड़ा गया है';

$l['ru']['buy'] = 'Купить';
$l['ru']['preview'] = 'Превью';
$l['ru']['details'] = 'Детали';
$l['ru']['download'] = 'Скачать';
$l['ru']['pages'] = 'страницы';
$l['ru']['confirmation'] = 'Ожидание подтверждения заказа. Ваш экран будет автоматически обновляться...';
$l['ru']['addtocart'] = 'Добавить в корзину';
$l['ru']['password_desc'] = 'Пароль';
$l['ru']['addedToCart'] = 'был добавлен в корзину';

$l['jp']['buy'] = '購入'; 
$l['jp']['preview'] = 'プレビュー';
$l['jp']['details'] = '詳細';
$l['jp']['download'] = 'ダウンロード';
$l['jp']['pages'] = 'ページ';
$l['jp']['confirmation'] = '注文確認を待っています。画面が自動的に更新されます...';
$l['jp']['addtocart'] = 'カートに入れます';
$l['jp']['password_desc'] = 'パスワード';
$l['jp']['addedToCart'] = 'ショッピングカートに追加されました';

$l['tr']['buy'] = 'Satın Al!'; 
$l['tr']['preview'] = 'Örneğe Bak';
$l['tr']['details'] = 'Detaylar';
$l['tr']['download'] = 'Indir';
$l['tr']['pages'] = 'sayfa';
$l['tr']['confirmation'] = 'Sipariş onayı bekliyor. Ekran otomatik olarak yenilenir ...';
$l['tr']['addtocart'] = 'Sepete ekle';
$l['tr']['password_desc'] = 'Şifre';
$l['tr']['addedToCart'] = 'sepetinize eklendi';

$l['fi']['buy'] = 'Osta';
$l['fi']['preview'] = 'Esikatselu';
$l['fi']['details'] = 'Tiedot';
$l['fi']['download'] = 'Lataa';
$l['fi']['pages'] = 'sivua';
$l['fi']['confirmation'] = 'Odotetaan tilausvahvistuksen. Näytön päivittyy automaattisesti...';
$l['fi']['addtocart'] = 'Lisää koriin';
$l['fi']['password_desc'] = 'Salasana';
$l['fi']['addedToCart'] = 'on lisätty ostoskoriin';

$l['it']['buy'] = 'Acquista ora';
$l['it']['preview'] = 'Anteprima';
$l['it']['details'] = 'Dettagli';
$l['it']['download'] = 'Download';
$l['it']['pages'] = 'pagine';
$l['it']['confirmation'] = 'In attesa di conferma d\'ordine, questa operazione potrebbe richiedere un minuto, lo schermo si aggiorna automaticamente!';
$l['it']['addtocart'] = 'Aggiungi al carrello';
$l['it']['password_desc'] = 'Password';
$l['it']['addedToCart'] = 'è stato aggiunto al carrello';

/*
 * Every caller includes this file from inside a function body, so the $l built
 * above is a local variable and never lands in $GLOBALS. Publish it explicitly
 * under a namespaced key so ebook_store_get_locale_matrix() can find it however
 * this file was reached.
 */
$GLOBALS['ebook_store_locale_matrix'] = $l;

/*
 * $locale / $formats_locale are consumed by templates that include this file.
 *
 * Because most call sites use include_once, the second and later consumers in a
 * request used to get nothing at all — $locale was undefined and buttons
 * rendered blank. The values are cached in a function so any caller can ask for
 * them, and the two variables are still populated here for the templates that
 * expect them in scope.
 */
if ( ! function_exists( 'ebook_store_get_locale_strings' ) ) {
	/**
	 * The short UI strings for the storefront, in the store's chosen language.
	 *
	 * @return array
	 */
	function ebook_store_get_locale_strings() {
		static $cached = null;

		if ( is_array( $cached ) ) {
			return $cached;
		}

		$l = ebook_store_get_locale_matrix();
		$selected = (string) get_option( 'ebook_store_locale', '0' );

		// A saved empty string used to slip past `!= 0` on PHP 8 and index $l['']
		// which does not exist, blanking every label.
		$cached = ( $selected !== '' && $selected !== '0' && isset( $l[ $selected ] ) )
			? array_merge( $l['default'], $l[ $selected ] )
			: $l['default'];

		return $cached;
	}
}

if ( ! function_exists( 'ebook_store_get_format_labels' ) ) {
	/**
	 * Human labels for the supported file formats.
	 *
	 * @return array
	 */
	function ebook_store_get_format_labels() {
		return array(
			'pdf'  => __( 'PDF', 'ebook-store' ),
			'mobi' => __( 'Mobi (Kindle)', 'ebook-store' ),
			'epub' => __( 'ePub (Nook)', 'ebook-store' ),
			'txt'  => __( 'Txt', 'ebook-store' ),
			'zip'  => __( 'ZIP', 'ebook-store' ),
			'mp3'  => __( 'MP3', 'ebook-store' ),
			'mp4'  => __( 'MP4', 'ebook-store' ),
		);
	}
}

if ( ! function_exists( 'ebook_store_get_locale_matrix' ) ) {
	/**
	 * The per-language string matrix defined at the top of this file.
	 *
	 * @return array
	 */
	function ebook_store_get_locale_matrix() {
		if ( isset( $GLOBALS['ebook_store_locale_matrix'] ) && is_array( $GLOBALS['ebook_store_locale_matrix'] ) ) {
			return $GLOBALS['ebook_store_locale_matrix'];
		}
		// Fallback for the legacy case where locale.php was included at global
		// scope and left the matrix in $l.
		global $l;
		return is_array( $l ) ? $l : array( 'default' => array() );
	}
}

$locale         = ebook_store_get_locale_strings();
$formats_locale = ebook_store_get_format_labels();

if ( ! function_exists( 'ebook_store_get_selected_language_code' ) ) {
	function ebook_store_get_selected_language_code() {
		$selected = sanitize_key( (string) get_option( 'ebook_store_locale', '0' ) );
		return $selected === '' || $selected === '0' ? 'en' : $selected;
	}
}

if ( ! function_exists( 'ebook_store_get_language_labels' ) ) {
	function ebook_store_get_language_labels() {
		$ui_locale = ebook_store_get_selected_language_code();
		$labels = array(
			'en' => array(
				'0'  => 'Default',
				'en' => 'English',
				'de' => 'German',
				'fr' => 'French',
				'es' => 'Spanish',
				'zh' => 'Chinese',
				'hi' => 'Hindi',
				'ru' => 'Russian',
				'jp' => 'Japanese',
				'tr' => 'Turkish',
				'fi' => 'Finnish',
				'it' => 'Italian',
			),
			'de' => array(
				'0'  => 'Standard',
				'en' => 'Englisch',
				'de' => 'Deutsch',
				'fr' => 'Französisch',
				'es' => 'Spanisch',
				'zh' => 'Chinesisch',
				'hi' => 'Hindi',
				'ru' => 'Russisch',
				'jp' => 'Japanisch',
				'tr' => 'Türkisch',
				'fi' => 'Finnisch',
				'it' => 'Italienisch',
			),
			'fr' => array(
				'0'  => 'Par défaut',
				'en' => 'Anglais',
				'de' => 'Allemand',
				'fr' => 'Français',
				'es' => 'Espagnol',
				'zh' => 'Chinois',
				'hi' => 'Hindi',
				'ru' => 'Russe',
				'jp' => 'Japonais',
				'tr' => 'Turc',
				'fi' => 'Finnois',
				'it' => 'Italien',
			),
			'es' => array(
				'0'  => 'Predeterminado',
				'en' => 'Inglés',
				'de' => 'Alemán',
				'fr' => 'Francés',
				'es' => 'Español',
				'zh' => 'Chino',
				'hi' => 'Hindi',
				'ru' => 'Ruso',
				'jp' => 'Japonés',
				'tr' => 'Turco',
				'fi' => 'Finés',
				'it' => 'Italiano',
			),
			'zh' => array(
				'0'  => '默认',
				'en' => '英语',
				'de' => '德语',
				'fr' => '法语',
				'es' => '西班牙语',
				'zh' => '中文',
				'hi' => '印地语',
				'ru' => '俄语',
				'jp' => '日语',
				'tr' => '土耳其语',
				'fi' => '芬兰语',
				'it' => '意大利语',
			),
			'hi' => array(
				'0'  => 'डिफ़ॉल्ट',
				'en' => 'अंग्रेज़ी',
				'de' => 'जर्मन',
				'fr' => 'फ़्रेंच',
				'es' => 'स्पैनिश',
				'zh' => 'चीनी',
				'hi' => 'हिन्दी',
				'ru' => 'रूसी',
				'jp' => 'जापानी',
				'tr' => 'तुर्की',
				'fi' => 'फ़िनिश',
				'it' => 'इतालवी',
			),
			'ru' => array(
				'0'  => 'По умолчанию',
				'en' => 'Английский',
				'de' => 'Немецкий',
				'fr' => 'Французский',
				'es' => 'Испанский',
				'zh' => 'Китайский',
				'hi' => 'Хинди',
				'ru' => 'Русский',
				'jp' => 'Японский',
				'tr' => 'Турецкий',
				'fi' => 'Финский',
				'it' => 'Итальянский',
			),
			'jp' => array(
				'0'  => 'デフォルト',
				'en' => '英語',
				'de' => 'ドイツ語',
				'fr' => 'フランス語',
				'es' => 'スペイン語',
				'zh' => '中国語',
				'hi' => 'ヒンディー語',
				'ru' => 'ロシア語',
				'jp' => '日本語',
				'tr' => 'トルコ語',
				'fi' => 'フィンランド語',
				'it' => 'イタリア語',
			),
			'tr' => array(
				'0'  => 'Varsayılan',
				'en' => 'İngilizce',
				'de' => 'Almanca',
				'fr' => 'Fransızca',
				'es' => 'İspanyolca',
				'zh' => 'Çince',
				'hi' => 'Hintçe',
				'ru' => 'Rusça',
				'jp' => 'Japonca',
				'tr' => 'Türkçe',
				'fi' => 'Fince',
				'it' => 'İtalyanca',
			),
			'fi' => array(
				'0'  => 'Oletus',
				'en' => 'Englanti',
				'de' => 'Saksa',
				'fr' => 'Ranska',
				'es' => 'Espanja',
				'zh' => 'Kiina',
				'hi' => 'Hindi',
				'ru' => 'Venäjä',
				'jp' => 'Japani',
				'tr' => 'Turkki',
				'fi' => 'Suomi',
				'it' => 'Italia',
			),
			'it' => array(
				'0'  => 'Predefinito',
				'en' => 'Inglese',
				'de' => 'Tedesco',
				'fr' => 'Francese',
				'es' => 'Spagnolo',
				'zh' => 'Cinese',
				'hi' => 'Hindi',
				'ru' => 'Russo',
				'jp' => 'Giapponese',
				'tr' => 'Turco',
				'fi' => 'Finlandese',
				'it' => 'Italiano',
			),
		);

		return isset( $labels[ $ui_locale ] ) ? $labels[ $ui_locale ] : $labels['en'];
	}
}

if ( ! function_exists( 'ebook_store_get_ui_translations' ) ) {
	function ebook_store_get_ui_translations() {
		$translations = array(
			'de' => array(
				'Settings' => 'Einstellungen',
				'General' => 'Allgemein',
				'Integrations' => 'Integrationen',
				'Fonts' => 'Schriftarten',
				'PDF-Protection' => 'PDF-Schutz',
				'Templates' => 'Vorlagen',
				'Pro unlocked' => 'Pro freigeschaltet',
				'Free version' => 'Kostenlose Version',
				'Upgrade to Pro' => 'Auf Pro upgraden',
				'Save Changes' => 'Änderungen speichern',
				'General Settings' => 'Allgemeine Einstellungen',
				'Pro license key' => 'Pro-Lizenzschlüssel',
				'Store display language' => 'Anzeigesprache des Shops',
				'Default order form template' => 'Standardvorlage für Bestellformular',
				'Default' => 'Standard',
				'Enabled' => 'Aktiviert',
				'Disabled' => 'Deaktiviert',
				'Sandbox' => 'Sandbox',
				'Live' => 'Live',
				'On' => 'Ein',
				'Off' => 'Aus',
				'Allowed' => 'Erlaubt',
				'Blocked' => 'Blockiert',
				'Optional' => 'Optional',
				'Do not require address' => 'Adresse nicht erforderlich',
				'Require address' => 'Adresse erforderlich',
				'Configured' => 'Konfiguriert',
				'Missing' => 'Fehlt',
				'Open' => 'Offen',
				'Restricted' => 'Eingeschränkt',
				'Modern' => 'Modern',
				'Legacy' => 'Klassisch',
				'Top' => 'Oben',
				'Middle' => 'Mitte',
				'Bottom' => 'Unten',
				'First page only' => 'Nur erste Seite',
				'Every page' => 'Jede Seite',
				'Ebook editor' => 'Ebook-Editor',
				'Cover preview' => 'Cover-Vorschau',
				'Status' => 'Status',
				'Mode' => 'Modus',
				'Template' => 'Vorlage',
				'Price' => 'Preis',
				'Orders' => 'Bestellungen',
				'Revenue' => 'Umsatz',
				'Latest order' => 'Letzte Bestellung',
				'No orders yet' => 'Noch keine Bestellungen',
				'View ebook page' => 'Ebook-Seite ansehen',
				'Embed & launch tools' => 'Einbettungs- und Startwerkzeuge',
				'Order form shortcode' => 'Shortcode für Bestellformular',
				'Buy button shortcode' => 'Shortcode für Kaufbutton',
				'Copy' => 'Kopieren',
				'Pricing & delivery' => 'Preisgestaltung und Lieferung',
				'Currency' => 'Währung',
				'Paid download' => 'Kostenpflichtiger Download',
				'Free download' => 'Kostenloser Download',
				'Donate to download' => 'Spenden zum Download',
				'Files & formats' => 'Dateien und Formate',
				'Media & preview' => 'Medien und Vorschau',
				'Cover image' => 'Coverbild',
				'Side image' => 'Seitenbild',
				'Preview file' => 'Vorschaudatei',
				'No preview file uploaded yet.' => 'Noch keine Vorschaudatei hochgeladen.',
				'Catalog metadata' => 'Katalog-Metadaten',
				'Publication date' => 'Veröffentlichungsdatum',
				'Pages' => 'Seiten',
				'Author' => 'Autor',
				'Publisher' => 'Verlag',
				'Bonus ebook' => 'Bonus-Ebook',
				'Please select' => 'Bitte auswählen',
				'None' => 'Keine',
				'optional' => 'optional',
				'Uploaded:' => 'Hochgeladen:',
				'Delete' => 'Löschen',
				'Delete preview file' => 'Vorschaudatei löschen',
				'Current file:' => 'Aktuelle Datei:',
				'Ebook cover' => 'Ebook-Cover',
				'Free' => 'Kostenlos',
				'Donate' => 'Spenden',
				'Paid' => 'Bezahlt',
				'Add to cart' => 'In den Warenkorb',
				'Create new ebook' => 'Neues Ebook erstellen',
				'After creating it, return here and refresh the editor panel to select it.' => 'Erstellen Sie es und kehren Sie dann hierher zurück, um das Editorfeld zu aktualisieren und es auszuwählen.',
				'Variable product note:' => 'Hinweis zu variablen Produkten:',
				'Assign the ebook on each variation below. Leaving a variation empty means that variation will not trigger Ebook Store delivery.' => 'Weisen Sie das Ebook unten jeder Variante zu. Bleibt eine Variante leer, löst diese keine Ebook-Store-Lieferung aus.',
				'Ebook Store ebook for this variation' => 'Ebook-Store-Ebook für diese Variante',
				'Choose which ebook this variation should deliver. Leave it empty for physical-only or non-ebook variations.' => 'Wählen Sie, welches Ebook diese Variante ausliefern soll. Lassen Sie das Feld für rein physische oder nicht-digitale Varianten leer.',
				'Digital edition' => 'Digitale Ausgabe',
				'Released' => 'Veröffentlicht',
				'Length' => 'Umfang',
				'Primary format is ready for download' => 'Das Hauptformat steht zum Download bereit',
				'Checkout' => 'Kasse',
				'Select payment method' => 'Zahlungsmethode auswählen',
				'Choose the payment option you prefer. Each method opens its own secure checkout flow.' => 'Wählen Sie die Zahlungsart, die Sie bevorzugen. Jede Methode öffnet einen eigenen sicheren Bezahlvorgang.',
				'Get this ebook' => 'Dieses Ebook erhalten',
				'Start the delivery flow below. If a preview is available, you can review it first.' => 'Starten Sie unten den Lieferablauf. Wenn eine Vorschau verfügbar ist, können Sie sie zuerst ansehen.',
				'Fast order confirmation' => 'Schnelle Bestellbestätigung',
				'Digital fulfillment after payment' => 'Digitale Lieferung nach der Zahlung',
				'Order form' => 'Bestellformular',
				'Choose your payment method' => 'Wählen Sie Ihre Zahlungsmethode',
				'Pick the checkout option that fits your store. Each payment method opens its own secure flow and returns the buyer to delivery.' => 'Wählen Sie die Kassenoption, die zu Ihrem Shop passt. Jede Zahlungsmethode öffnet einen sicheren Ablauf und führt den Käufer danach zurück zur Lieferung.',
				'Start checkout below. If a preview is available, visitors can review the ebook before ordering.' => 'Starten Sie den Bezahlvorgang unten. Wenn eine Vorschau verfügbar ist, können Besucher das Ebook vor der Bestellung ansehen.',
				'Secure checkout' => 'Sichere Kasse',
				'Secure payment routing and quick confirmation' => 'Sichere Zahlungsabwicklung und schnelle Bestätigung',
				'Digital fulfillment starts right after payment' => 'Die digitale Lieferung beginnt direkt nach der Zahlung',
					'Instant digital delivery' => 'Sofortige digitale Lieferung',
					'Button templates' => 'Button-Vorlagen',
			),
			'fr' => array(
				'Settings' => 'Réglages',
				'General' => 'Général',
				'Integrations' => 'Intégrations',
				'Fonts' => 'Polices',
				'PDF-Protection' => 'Protection PDF',
				'Templates' => 'Modèles',
				'Pro unlocked' => 'Pro activé',
				'Free version' => 'Version gratuite',
				'Upgrade to Pro' => 'Passer à Pro',
				'Save Changes' => 'Enregistrer les modifications',
				'General Settings' => 'Réglages généraux',
				'Pro license key' => 'Clé de licence Pro',
				'Store display language' => 'Langue d’affichage de la boutique',
				'Default order form template' => 'Modèle par défaut du formulaire de commande',
				'Default' => 'Par défaut',
				'Enabled' => 'Activé',
				'Disabled' => 'Désactivé',
				'Sandbox' => 'Sandbox',
				'Live' => 'En direct',
				'On' => 'Activé',
				'Off' => 'Désactivé',
				'Allowed' => 'Autorisé',
				'Blocked' => 'Bloqué',
				'Optional' => 'Optionnel',
				'Do not require address' => 'Ne pas demander l’adresse',
				'Require address' => 'Exiger l’adresse',
				'Configured' => 'Configuré',
				'Missing' => 'Manquant',
				'Open' => 'Ouvert',
				'Restricted' => 'Restreint',
				'Modern' => 'Moderne',
				'Legacy' => 'Classique',
				'Top' => 'Haut',
				'Middle' => 'Milieu',
				'Bottom' => 'Bas',
				'First page only' => 'Première page seulement',
				'Every page' => 'Chaque page',
				'Ebook editor' => 'Éditeur d’ebook',
				'Cover preview' => 'Aperçu de couverture',
				'Status' => 'Statut',
				'Mode' => 'Mode',
				'Template' => 'Modèle',
				'Price' => 'Prix',
				'Orders' => 'Commandes',
				'Revenue' => 'Chiffre d’affaires',
				'Latest order' => 'Dernière commande',
				'No orders yet' => 'Aucune commande pour le moment',
				'View ebook page' => 'Voir la page ebook',
				'Order form shortcode' => 'Shortcode du formulaire de commande',
				'Buy button shortcode' => 'Shortcode du bouton d’achat',
				'Copy' => 'Copier',
				'Pricing & delivery' => 'Tarification et livraison',
				'Currency' => 'Devise',
				'Paid download' => 'Téléchargement payant',
				'Free download' => 'Téléchargement gratuit',
				'Donate to download' => 'Faire un don pour télécharger',
				'Files & formats' => 'Fichiers et formats',
				'Media & preview' => 'Médias et aperçu',
				'Cover image' => 'Image de couverture',
				'Side image' => 'Image latérale',
				'Preview file' => 'Fichier d’aperçu',
				'No preview file uploaded yet.' => 'Aucun fichier d’aperçu téléversé pour le moment.',
				'Catalog metadata' => 'Métadonnées du catalogue',
				'Publication date' => 'Date de publication',
				'Pages' => 'Pages',
				'Author' => 'Auteur',
				'Publisher' => 'Éditeur',
				'Bonus ebook' => 'Ebook bonus',
				'Please select' => 'Veuillez sélectionner',
				'None' => 'Aucun',
				'optional' => 'optionnel',
				'Uploaded:' => 'Téléversé :',
				'Delete' => 'Supprimer',
				'Delete preview file' => 'Supprimer le fichier d’aperçu',
				'Current file:' => 'Fichier actuel :',
				'Ebook cover' => 'Couverture ebook',
				'Free' => 'Gratuit',
				'Donate' => 'Don',
				'Paid' => 'Payant',
				'Add to cart' => 'Ajouter au panier',
				'Create new ebook' => 'Créer un nouvel ebook',
				'After creating it, return here and refresh the editor panel to select it.' => 'Après l’avoir créé, revenez ici et actualisez le panneau de l’éditeur pour le sélectionner.',
				'Variable product note:' => 'Note sur le produit variable :',
				'Assign the ebook on each variation below. Leaving a variation empty means that variation will not trigger Ebook Store delivery.' => 'Attribuez l’ebook à chaque variation ci-dessous. Si une variation est laissée vide, elle ne déclenchera pas la livraison Ebook Store.',
				'Ebook Store ebook for this variation' => 'Ebook Ebook Store pour cette variation',
				'Choose which ebook this variation should deliver. Leave it empty for physical-only or non-ebook variations.' => 'Choisissez quel ebook cette variation doit livrer. Laissez vide pour les variations physiques uniquement ou sans ebook.',
				'Digital edition' => 'Édition numérique',
				'Released' => 'Paru',
				'Length' => 'Longueur',
				'Primary format is ready for download' => 'Le format principal est prêt au téléchargement',
				'Checkout' => 'Paiement',
				'Select payment method' => 'Sélectionner le mode de paiement',
				'Choose the payment option you prefer. Each method opens its own secure checkout flow.' => 'Choisissez l’option de paiement que vous préférez. Chaque méthode ouvre son propre parcours de paiement sécurisé.',
				'Get this ebook' => 'Obtenir cet ebook',
				'Start the delivery flow below. If a preview is available, you can review it first.' => 'Lancez le parcours de livraison ci-dessous. Si un aperçu est disponible, vous pouvez le consulter d’abord.',
				'Fast order confirmation' => 'Confirmation rapide de la commande',
				'Digital fulfillment after payment' => 'Livraison numérique après paiement',
				'Order form' => 'Formulaire de commande',
				'Choose your payment method' => 'Choisissez votre mode de paiement',
				'Pick the checkout option that fits your store. Each payment method opens its own secure flow and returns the buyer to delivery.' => 'Choisissez l’option de paiement adaptée à votre boutique. Chaque mode de paiement ouvre son propre parcours sécurisé et ramène l’acheteur vers la livraison.',
				'Start checkout below. If a preview is available, visitors can review the ebook before ordering.' => 'Commencez le paiement ci-dessous. Si un aperçu est disponible, les visiteurs peuvent consulter l’ebook avant de commander.',
				'Secure checkout' => 'Paiement sécurisé',
				'Secure payment routing and quick confirmation' => 'Acheminement sécurisé du paiement et confirmation rapide',
				'Digital fulfillment starts right after payment' => 'La livraison numérique commence juste après le paiement',
					'Instant digital delivery' => 'Livraison numérique instantanée',
					'Button templates' => 'Modèles de boutons',
			),
			'es' => array(
				'Settings' => 'Ajustes',
				'General' => 'General',
				'Integrations' => 'Integraciones',
				'Fonts' => 'Fuentes',
				'PDF-Protection' => 'Protección PDF',
				'Templates' => 'Plantillas',
				'Pro unlocked' => 'Pro desbloqueado',
				'Free version' => 'Versión gratuita',
				'Upgrade to Pro' => 'Actualizar a Pro',
				'Save Changes' => 'Guardar cambios',
				'General Settings' => 'Ajustes generales',
				'Pro license key' => 'Clave de licencia Pro',
				'Store display language' => 'Idioma de visualización de la tienda',
				'Default order form template' => 'Plantilla predeterminada del formulario de pedido',
				'Default' => 'Predeterminado',
				'Enabled' => 'Activado',
				'Disabled' => 'Desactivado',
				'Sandbox' => 'Sandbox',
				'Live' => 'En vivo',
				'On' => 'Encendido',
				'Off' => 'Apagado',
				'Allowed' => 'Permitido',
				'Blocked' => 'Bloqueado',
				'Optional' => 'Opcional',
				'Do not require address' => 'No requerir dirección',
				'Require address' => 'Requerir dirección',
				'Configured' => 'Configurado',
				'Missing' => 'Falta',
				'Open' => 'Abierto',
				'Restricted' => 'Restringido',
				'Modern' => 'Moderno',
				'Legacy' => 'Clásico',
				'Top' => 'Arriba',
				'Middle' => 'Centro',
				'Bottom' => 'Abajo',
				'First page only' => 'Solo primera página',
				'Every page' => 'Cada página',
				'Ebook editor' => 'Editor de ebook',
				'Cover preview' => 'Vista previa de la portada',
				'Status' => 'Estado',
				'Mode' => 'Modo',
				'Template' => 'Plantilla',
				'Price' => 'Precio',
				'Orders' => 'Pedidos',
				'Revenue' => 'Ingresos',
				'Latest order' => 'Último pedido',
				'No orders yet' => 'Aún no hay pedidos',
				'View ebook page' => 'Ver página del ebook',
				'Order form shortcode' => 'Shortcode del formulario de pedido',
				'Buy button shortcode' => 'Shortcode del botón de compra',
				'Copy' => 'Copiar',
				'Pricing & delivery' => 'Precios y entrega',
				'Currency' => 'Moneda',
				'Paid download' => 'Descarga de pago',
				'Free download' => 'Descarga gratuita',
				'Donate to download' => 'Donar para descargar',
				'Files & formats' => 'Archivos y formatos',
				'Media & preview' => 'Medios y vista previa',
				'Cover image' => 'Imagen de portada',
				'Side image' => 'Imagen lateral',
				'Preview file' => 'Archivo de vista previa',
				'No preview file uploaded yet.' => 'Todavía no se ha subido un archivo de vista previa.',
				'Catalog metadata' => 'Metadatos del catálogo',
				'Publication date' => 'Fecha de publicación',
				'Pages' => 'Páginas',
				'Author' => 'Autor',
				'Publisher' => 'Editorial',
				'Bonus ebook' => 'Ebook extra',
				'Please select' => 'Seleccione',
				'None' => 'Ninguno',
				'optional' => 'opcional',
				'Uploaded:' => 'Subido:',
				'Delete' => 'Eliminar',
				'Delete preview file' => 'Eliminar archivo de vista previa',
				'Current file:' => 'Archivo actual:',
				'Ebook cover' => 'Portada del ebook',
				'Free' => 'Gratis',
				'Donate' => 'Donar',
				'Paid' => 'De pago',
				'Add to cart' => 'Añadir al carrito',
				'Create new ebook' => 'Crear nuevo ebook',
				'After creating it, return here and refresh the editor panel to select it.' => 'Después de crearlo, vuelve aquí y actualiza el panel del editor para seleccionarlo.',
				'Variable product note:' => 'Nota sobre producto variable:',
				'Assign the ebook on each variation below. Leaving a variation empty means that variation will not trigger Ebook Store delivery.' => 'Asigna el ebook a cada variación de abajo. Si una variación queda vacía, esa variación no activará la entrega de Ebook Store.',
				'Ebook Store ebook for this variation' => 'Ebook de Ebook Store para esta variación',
				'Choose which ebook this variation should deliver. Leave it empty for physical-only or non-ebook variations.' => 'Elige qué ebook debe entregar esta variación. Déjalo vacío para variaciones solo físicas o sin ebook.',
				'Digital edition' => 'Edición digital',
				'Released' => 'Publicado',
				'Length' => 'Extensión',
				'Primary format is ready for download' => 'El formato principal está listo para descargar',
				'Checkout' => 'Pago',
				'Select payment method' => 'Seleccionar método de pago',
				'Choose the payment option you prefer. Each method opens its own secure checkout flow.' => 'Elige la opción de pago que prefieras. Cada método abre su propio flujo de pago seguro.',
				'Get this ebook' => 'Obtener este ebook',
				'Start the delivery flow below. If a preview is available, you can review it first.' => 'Inicia el flujo de entrega abajo. Si hay una vista previa disponible, puedes revisarla primero.',
				'Fast order confirmation' => 'Confirmación rápida del pedido',
				'Digital fulfillment after payment' => 'Entrega digital después del pago',
				'Order form' => 'Formulario de pedido',
				'Choose your payment method' => 'Elige tu método de pago',
				'Pick the checkout option that fits your store. Each payment method opens its own secure flow and returns the buyer to delivery.' => 'Elige la opción de pago que mejor se adapte a tu tienda. Cada método de pago abre su propio flujo seguro y devuelve al comprador a la entrega.',
				'Start checkout below. If a preview is available, visitors can review the ebook before ordering.' => 'Inicia el pago abajo. Si hay una vista previa disponible, los visitantes pueden revisar el ebook antes de pedirlo.',
				'Secure checkout' => 'Pago seguro',
				'Secure payment routing and quick confirmation' => 'Procesamiento de pago seguro y confirmación rápida',
				'Digital fulfillment starts right after payment' => 'La entrega digital comienza justo después del pago',
					'Instant digital delivery' => 'Entrega digital instantánea',
					'Button templates' => 'Plantillas de botones',
			),
			'it' => array(
				'Settings' => 'Impostazioni',
				'General' => 'Generale',
				'Integrations' => 'Integrazioni',
				'Fonts' => 'Caratteri',
				'PDF-Protection' => 'Protezione PDF',
				'Templates' => 'Template',
				'Pro unlocked' => 'Pro attivato',
				'Free version' => 'Versione gratuita',
				'Upgrade to Pro' => 'Passa a Pro',
				'Save Changes' => 'Salva modifiche',
				'General Settings' => 'Impostazioni generali',
				'Pro license key' => 'Chiave licenza Pro',
				'Store display language' => 'Lingua di visualizzazione del negozio',
				'Default order form template' => 'Template predefinito del modulo d’ordine',
				'Default' => 'Predefinito',
				'Enabled' => 'Abilitato',
				'Disabled' => 'Disabilitato',
				'Sandbox' => 'Sandbox',
				'Live' => 'Live',
				'On' => 'Attivo',
				'Off' => 'Disattivo',
				'Allowed' => 'Consentito',
				'Blocked' => 'Bloccato',
				'Optional' => 'Opzionale',
				'Do not require address' => 'Non richiedere indirizzo',
				'Require address' => 'Richiedi indirizzo',
				'Configured' => 'Configurato',
				'Missing' => 'Mancante',
				'Open' => 'Aperto',
				'Restricted' => 'Limitato',
				'Modern' => 'Moderno',
				'Legacy' => 'Classico',
				'Top' => 'Alto',
				'Middle' => 'Centro',
				'Bottom' => 'Basso',
				'First page only' => 'Solo prima pagina',
				'Every page' => 'Ogni pagina',
				'Ebook editor' => 'Editor ebook',
				'Cover preview' => 'Anteprima copertina',
				'Status' => 'Stato',
				'Mode' => 'Modalità',
				'Template' => 'Template',
				'Price' => 'Prezzo',
				'Orders' => 'Ordini',
				'Revenue' => 'Entrate',
				'Latest order' => 'Ultimo ordine',
				'No orders yet' => 'Nessun ordine ancora',
				'View ebook page' => 'Vedi pagina ebook',
				'Order form shortcode' => 'Shortcode modulo ordine',
				'Buy button shortcode' => 'Shortcode pulsante acquisto',
				'Copy' => 'Copia',
				'Pricing & delivery' => 'Prezzi e consegna',
				'Currency' => 'Valuta',
				'Paid download' => 'Download a pagamento',
				'Free download' => 'Download gratuito',
				'Donate to download' => 'Dona per scaricare',
				'Files & formats' => 'File e formati',
				'Media & preview' => 'Media e anteprima',
				'Cover image' => 'Immagine copertina',
				'Side image' => 'Immagine laterale',
				'Preview file' => 'File anteprima',
				'No preview file uploaded yet.' => 'Nessun file di anteprima caricato.',
				'Catalog metadata' => 'Metadati catalogo',
				'Publication date' => 'Data di pubblicazione',
				'Pages' => 'Pagine',
				'Author' => 'Autore',
				'Publisher' => 'Editore',
				'Bonus ebook' => 'Ebook bonus',
				'Please select' => 'Seleziona',
				'None' => 'Nessuno',
				'optional' => 'opzionale',
				'Uploaded:' => 'Caricato:',
				'Delete' => 'Elimina',
				'Delete preview file' => 'Elimina file anteprima',
				'Current file:' => 'File corrente:',
				'Ebook cover' => 'Copertina ebook',
				'Free' => 'Gratis',
				'Donate' => 'Dona',
				'Paid' => 'A pagamento',
				'Add to cart' => 'Aggiungi al carrello',
				'Create new ebook' => 'Crea un nuovo ebook',
				'After creating it, return here and refresh the editor panel to select it.' => 'Dopo averlo creato, torna qui e aggiorna il pannello dell’editor per selezionarlo.',
				'Variable product note:' => 'Nota sul prodotto variabile:',
				'Assign the ebook on each variation below. Leaving a variation empty means that variation will not trigger Ebook Store delivery.' => 'Assegna l’ebook a ogni variante qui sotto. Lasciare una variante vuota significa che quella variante non attiverà la consegna di Ebook Store.',
				'Ebook Store ebook for this variation' => 'Ebook di Ebook Store per questa variante',
				'Choose which ebook this variation should deliver. Leave it empty for physical-only or non-ebook variations.' => 'Scegli quale ebook deve consegnare questa variante. Lascialo vuoto per varianti solo fisiche o senza ebook.',
				'Digital edition' => 'Edizione digitale',
				'Released' => 'Pubblicato',
				'Length' => 'Lunghezza',
				'Primary format is ready for download' => 'Il formato principale è pronto per il download',
				'Checkout' => 'Checkout',
				'Select payment method' => 'Seleziona metodo di pagamento',
				'Choose the payment option you prefer. Each method opens its own secure checkout flow.' => 'Scegli l’opzione di pagamento che preferisci. Ogni metodo apre il proprio flusso di checkout sicuro.',
				'Get this ebook' => 'Ottieni questo ebook',
				'Start the delivery flow below. If a preview is available, you can review it first.' => 'Avvia il flusso di consegna qui sotto. Se è disponibile un’anteprima, puoi consultarla prima.',
				'Fast order confirmation' => 'Conferma ordine rapida',
				'Digital fulfillment after payment' => 'Consegna digitale dopo il pagamento',
				'Order form' => 'Modulo d’ordine',
				'Choose your payment method' => 'Scegli il tuo metodo di pagamento',
				'Pick the checkout option that fits your store. Each payment method opens its own secure flow and returns the buyer to delivery.' => 'Scegli l’opzione di checkout adatta al tuo negozio. Ogni metodo di pagamento apre il proprio flusso sicuro e riporta l’acquirente alla consegna.',
				'Start checkout below. If a preview is available, visitors can review the ebook before ordering.' => 'Avvia il checkout qui sotto. Se è disponibile un’anteprima, i visitatori possono consultare l’ebook prima di ordinare.',
				'Secure checkout' => 'Checkout sicuro',
				'Secure payment routing and quick confirmation' => 'Instradamento sicuro dei pagamenti e conferma rapida',
				'Digital fulfillment starts right after payment' => 'La consegna digitale inizia subito dopo il pagamento',
					'Instant digital delivery' => 'Consegna digitale immediata',
					'Button templates' => 'Modelli pulsanti',
			),
			'tr' => array(
				'Settings' => 'Ayarlar',
				'General' => 'Genel',
				'Integrations' => 'Entegrasyonlar',
				'Fonts' => 'Yazı Tipleri',
				'PDF-Protection' => 'PDF Koruması',
				'Templates' => 'Şablonlar',
				'Pro unlocked' => 'Pro etkin',
				'Free version' => 'Ücretsiz sürüm',
				'Upgrade to Pro' => 'Pro’ya yükselt',
				'Save Changes' => 'Değişiklikleri kaydet',
				'General Settings' => 'Genel ayarlar',
				'Pro license key' => 'Pro lisans anahtarı',
				'Store display language' => 'Mağaza görüntüleme dili',
				'Default order form template' => 'Varsayılan sipariş formu şablonu',
				'Default' => 'Varsayılan',
				'Enabled' => 'Etkin',
				'Disabled' => 'Devre dışı',
				'Sandbox' => 'Sandbox',
				'Live' => 'Canlı',
				'On' => 'Açık',
				'Off' => 'Kapalı',
				'Allowed' => 'İzin verildi',
				'Blocked' => 'Engellendi',
				'Optional' => 'İsteğe bağlı',
				'Do not require address' => 'Adres isteme',
				'Require address' => 'Adres iste',
				'Configured' => 'Yapılandırıldı',
				'Missing' => 'Eksik',
				'Open' => 'Açık',
				'Restricted' => 'Kısıtlı',
				'Modern' => 'Modern',
				'Legacy' => 'Klasik',
				'Top' => 'Üst',
				'Middle' => 'Orta',
				'Bottom' => 'Alt',
				'First page only' => 'Yalnızca ilk sayfa',
				'Every page' => 'Her sayfa',
				'Ebook editor' => 'Ebook düzenleyici',
				'Cover preview' => 'Kapak önizlemesi',
				'Status' => 'Durum',
				'Mode' => 'Mod',
				'Template' => 'Şablon',
				'Price' => 'Fiyat',
				'Orders' => 'Siparişler',
				'Revenue' => 'Gelir',
				'Latest order' => 'Son sipariş',
				'No orders yet' => 'Henüz sipariş yok',
				'View ebook page' => 'Ebook sayfasını görüntüle',
				'Order form shortcode' => 'Sipariş formu kısa kodu',
				'Buy button shortcode' => 'Satın alma düğmesi kısa kodu',
				'Copy' => 'Kopyala',
				'Pricing & delivery' => 'Fiyatlandırma ve teslimat',
				'Currency' => 'Para birimi',
				'Paid download' => 'Ücretli indirme',
				'Free download' => 'Ücretsiz indirme',
				'Donate to download' => 'İndirmek için bağış yap',
				'Files & formats' => 'Dosyalar ve biçimler',
				'Media & preview' => 'Medya ve önizleme',
				'Cover image' => 'Kapak görseli',
				'Side image' => 'Yan görsel',
				'Preview file' => 'Önizleme dosyası',
				'No preview file uploaded yet.' => 'Henüz bir önizleme dosyası yüklenmedi.',
				'Catalog metadata' => 'Katalog meta verileri',
				'Publication date' => 'Yayın tarihi',
				'Pages' => 'Sayfalar',
				'Author' => 'Yazar',
				'Publisher' => 'Yayınevi',
				'Bonus ebook' => 'Bonus ebook',
				'Please select' => 'Lütfen seçin',
				'None' => 'Yok',
				'optional' => 'isteğe bağlı',
				'Uploaded:' => 'Yüklendi:',
				'Delete' => 'Sil',
				'Delete preview file' => 'Önizleme dosyasını sil',
				'Current file:' => 'Geçerli dosya:',
				'Ebook cover' => 'Ebook kapağı',
				'Free' => 'Ücretsiz',
				'Donate' => 'Bağış',
				'Paid' => 'Ücretli',
				'Add to cart' => 'Sepete ekle',
				'Create new ebook' => 'Yeni ebook oluştur',
				'After creating it, return here and refresh the editor panel to select it.' => 'Oluşturduktan sonra buraya dönün ve seçmek için düzenleyici panelini yenileyin.',
				'Variable product note:' => 'Varyasyonlu ürün notu:',
				'Assign the ebook on each variation below. Leaving a variation empty means that variation will not trigger Ebook Store delivery.' => 'Aşağıda her varyasyona ebook atayın. Bir varyasyonu boş bırakmak, o varyasyonun Ebook Store teslimatını tetiklemeyeceği anlamına gelir.',
				'Ebook Store ebook for this variation' => 'Bu varyasyon için Ebook Store ebook’u',
				'Choose which ebook this variation should deliver. Leave it empty for physical-only or non-ebook variations.' => 'Bu varyasyonun hangi ebook’u teslim edeceğini seçin. Yalnızca fiziksel veya ebooksuz varyasyonlar için boş bırakın.',
				'Digital edition' => 'Dijital sürüm',
				'Released' => 'Yayınlandı',
				'Length' => 'Uzunluk',
				'Primary format is ready for download' => 'Ana format indirilmeye hazır',
				'Checkout' => 'Ödeme',
				'Select payment method' => 'Ödeme yöntemini seçin',
				'Choose the payment option you prefer. Each method opens its own secure checkout flow.' => 'Tercih ettiğiniz ödeme seçeneğini seçin. Her yöntem kendi güvenli ödeme akışını açar.',
				'Get this ebook' => 'Bu ebook’u edinin',
				'Start the delivery flow below. If a preview is available, you can review it first.' => 'Aşağıdan teslimat akışını başlatın. Bir önizleme varsa önce inceleyebilirsiniz.',
				'Fast order confirmation' => 'Hızlı sipariş onayı',
				'Digital fulfillment after payment' => 'Ödemeden sonra dijital teslimat',
				'Order form' => 'Sipariş formu',
				'Choose your payment method' => 'Ödeme yönteminizi seçin',
				'Pick the checkout option that fits your store. Each payment method opens its own secure flow and returns the buyer to delivery.' => 'Mağazanıza uygun ödeme seçeneğini seçin. Her ödeme yöntemi kendi güvenli akışını açar ve alıcıyı teslimata geri döndürür.',
				'Start checkout below. If a preview is available, visitors can review the ebook before ordering.' => 'Aşağıdan ödemeyi başlatın. Bir önizleme varsa ziyaretçiler sipariş vermeden önce ebook’u inceleyebilir.',
				'Secure checkout' => 'Güvenli ödeme',
				'Secure payment routing and quick confirmation' => 'Güvenli ödeme yönlendirmesi ve hızlı onay',
				'Digital fulfillment starts right after payment' => 'Dijital teslimat ödemeden hemen sonra başlar',
					'Instant digital delivery' => 'Anında dijital teslimat',
					'Button templates' => 'Buton şablonları',
			),
			'fi' => array(
				'Settings' => 'Asetukset',
				'General' => 'Yleiset',
				'Integrations' => 'Integraatiot',
				'Fonts' => 'Fontit',
				'PDF-Protection' => 'PDF-suojaus',
				'Templates' => 'Mallipohjat',
				'Pro unlocked' => 'Pro käytössä',
				'Free version' => 'Ilmainen versio',
				'Upgrade to Pro' => 'Päivitä Pro-versioon',
				'Save Changes' => 'Tallenna muutokset',
				'General Settings' => 'Yleiset asetukset',
				'Pro license key' => 'Pro-lisenssiavain',
				'Store display language' => 'Kaupan näyttökieli',
				'Default order form template' => 'Tilauksen oletuslomakepohja',
				'Default' => 'Oletus',
				'Enabled' => 'Käytössä',
				'Disabled' => 'Pois käytöstä',
				'Sandbox' => 'Sandbox',
				'Live' => 'Live',
				'On' => 'Päällä',
				'Off' => 'Pois',
				'Allowed' => 'Sallittu',
				'Blocked' => 'Estetty',
				'Optional' => 'Valinnainen',
				'Do not require address' => 'Älä vaadi osoitetta',
				'Require address' => 'Vaadi osoite',
				'Configured' => 'Määritetty',
				'Missing' => 'Puuttuu',
				'Open' => 'Avoin',
				'Restricted' => 'Rajoitettu',
				'Modern' => 'Moderni',
				'Legacy' => 'Perinteinen',
				'Top' => 'Ylä',
				'Middle' => 'Keskellä',
				'Bottom' => 'Ala',
				'First page only' => 'Vain ensimmäinen sivu',
				'Every page' => 'Jokainen sivu',
				'Ebook editor' => 'Ebook-muokkain',
				'Cover preview' => 'Kansikuvan esikatselu',
				'Status' => 'Tila',
				'Mode' => 'Tila',
				'Template' => 'Pohja',
				'Price' => 'Hinta',
				'Orders' => 'Tilaukset',
				'Revenue' => 'Tuotto',
				'Latest order' => 'Viimeisin tilaus',
				'No orders yet' => 'Ei tilauksia vielä',
				'View ebook page' => 'Näytä ebook-sivu',
				'Order form shortcode' => 'Tilauslomakkeen lyhytkoodi',
				'Buy button shortcode' => 'Ostopainikkeen lyhytkoodi',
				'Copy' => 'Kopioi',
				'Pricing & delivery' => 'Hinnoittelu ja toimitus',
				'Currency' => 'Valuutta',
				'Paid download' => 'Maksullinen lataus',
				'Free download' => 'Ilmainen lataus',
				'Donate to download' => 'Lahjoita ladataksesi',
				'Files & formats' => 'Tiedostot ja muodot',
				'Media & preview' => 'Media ja esikatselu',
				'Cover image' => 'Kansikuva',
				'Side image' => 'Sivukuva',
				'Preview file' => 'Esikatselutiedosto',
				'No preview file uploaded yet.' => 'Esikatselutiedostoa ei ole vielä ladattu.',
				'Catalog metadata' => 'Luettelon metatiedot',
				'Publication date' => 'Julkaisupäivä',
				'Pages' => 'Sivut',
				'Author' => 'Kirjoittaja',
				'Publisher' => 'Julkaisija',
				'Bonus ebook' => 'Bonus-ebook',
				'Please select' => 'Valitse',
				'None' => 'Ei mitään',
				'optional' => 'valinnainen',
				'Uploaded:' => 'Ladattu:',
				'Delete' => 'Poista',
				'Delete preview file' => 'Poista esikatselutiedosto',
				'Current file:' => 'Nykyinen tiedosto:',
				'Ebook cover' => 'Ebook-kansi',
				'Free' => 'Ilmainen',
				'Donate' => 'Lahjoita',
				'Paid' => 'Maksullinen',
				'Add to cart' => 'Lisää ostoskoriin',
				'Create new ebook' => 'Luo uusi ebook',
				'After creating it, return here and refresh the editor panel to select it.' => 'Kun olet luonut sen, palaa tähän ja päivitä editoripaneeli valitaksesi sen.',
				'Variable product note:' => 'Muuttuvan tuotteen huomautus:',
				'Assign the ebook on each variation below. Leaving a variation empty means that variation will not trigger Ebook Store delivery.' => 'Määritä ebook jokaiselle alla olevalle variaatiolle. Tyhjä variaatio ei käynnistä Ebook Store -toimitusta.',
				'Ebook Store ebook for this variation' => 'Ebook Store -ebook tälle variaatiolle',
				'Choose which ebook this variation should deliver. Leave it empty for physical-only or non-ebook variations.' => 'Valitse, minkä ebookin tämä variaatio toimittaa. Jätä tyhjäksi vain fyysisille tai ei-ebook-variaatioille.',
				'Digital edition' => 'Digitaalinen versio',
				'Released' => 'Julkaistu',
				'Length' => 'Pituus',
				'Primary format is ready for download' => 'Päämuoto on valmis ladattavaksi',
				'Checkout' => 'Kassa',
				'Select payment method' => 'Valitse maksutapa',
				'Choose the payment option you prefer. Each method opens its own secure checkout flow.' => 'Valitse haluamasi maksutapa. Jokainen tapa avaa oman turvallisen kassapolkunsa.',
				'Get this ebook' => 'Hanki tämä ebook',
				'Start the delivery flow below. If a preview is available, you can review it first.' => 'Aloita toimituspolku alla. Jos esikatselu on saatavilla, voit tarkistaa sen ensin.',
				'Fast order confirmation' => 'Nopea tilausvahvistus',
				'Digital fulfillment after payment' => 'Digitaalinen toimitus maksun jälkeen',
				'Order form' => 'Tilauslomake',
				'Choose your payment method' => 'Valitse maksutapasi',
				'Pick the checkout option that fits your store. Each payment method opens its own secure flow and returns the buyer to delivery.' => 'Valitse kauppaasi sopiva kassavaihtoehto. Jokainen maksutapa avaa oman turvallisen polkunsa ja palauttaa ostajan toimitukseen.',
				'Start checkout below. If a preview is available, visitors can review the ebook before ordering.' => 'Aloita kassalle siirtyminen alla. Jos esikatselu on saatavilla, kävijät voivat tarkistaa ebookin ennen tilausta.',
				'Secure checkout' => 'Turvallinen kassa',
				'Secure payment routing and quick confirmation' => 'Turvallinen maksun välitys ja nopea vahvistus',
				'Digital fulfillment starts right after payment' => 'Digitaalinen toimitus alkaa heti maksun jälkeen',
					'Instant digital delivery' => 'Välitön digitaalinen toimitus',
					'Button templates' => 'Painikemallit',
			),
			'ru' => array(
				'Settings' => 'Настройки',
				'General' => 'Общие',
				'Integrations' => 'Интеграции',
				'Fonts' => 'Шрифты',
				'PDF-Protection' => 'Защита PDF',
				'Templates' => 'Шаблоны',
				'Pro unlocked' => 'Pro активирован',
				'Free version' => 'Бесплатная версия',
				'Upgrade to Pro' => 'Обновиться до Pro',
				'Save Changes' => 'Сохранить изменения',
				'General Settings' => 'Общие настройки',
				'Pro license key' => 'Лицензионный ключ Pro',
				'Store display language' => 'Язык отображения магазина',
				'Default order form template' => 'Шаблон формы заказа по умолчанию',
				'Default' => 'По умолчанию',
				'Enabled' => 'Включено',
				'Disabled' => 'Отключено',
				'Sandbox' => 'Песочница',
				'Live' => 'Рабочий режим',
				'On' => 'Вкл',
				'Off' => 'Выкл',
				'Allowed' => 'Разрешено',
				'Blocked' => 'Заблокировано',
				'Optional' => 'Необязательно',
				'Do not require address' => 'Не требовать адрес',
				'Require address' => 'Требовать адрес',
				'Configured' => 'Настроено',
				'Missing' => 'Отсутствует',
				'Open' => 'Открыто',
				'Restricted' => 'Ограничено',
				'Modern' => 'Современный',
				'Legacy' => 'Классический',
				'Top' => 'Сверху',
				'Middle' => 'Посередине',
				'Bottom' => 'Снизу',
				'First page only' => 'Только первая страница',
				'Every page' => 'Каждая страница',
				'Ebook editor' => 'Редактор ebook',
				'Cover preview' => 'Предпросмотр обложки',
				'Status' => 'Статус',
				'Mode' => 'Режим',
				'Template' => 'Шаблон',
				'Price' => 'Цена',
				'Orders' => 'Заказы',
				'Revenue' => 'Доход',
				'Latest order' => 'Последний заказ',
				'No orders yet' => 'Заказов пока нет',
				'View ebook page' => 'Открыть страницу ebook',
				'Order form shortcode' => 'Шорткод формы заказа',
				'Buy button shortcode' => 'Шорткод кнопки покупки',
				'Copy' => 'Копировать',
				'Pricing & delivery' => 'Цена и доставка',
				'Currency' => 'Валюта',
				'Paid download' => 'Платная загрузка',
				'Free download' => 'Бесплатная загрузка',
				'Donate to download' => 'Пожертвование за загрузку',
				'Files & formats' => 'Файлы и форматы',
				'Media & preview' => 'Медиа и предпросмотр',
				'Cover image' => 'Изображение обложки',
				'Side image' => 'Боковое изображение',
				'Preview file' => 'Файл предпросмотра',
				'No preview file uploaded yet.' => 'Файл предпросмотра ещё не загружен.',
				'Catalog metadata' => 'Метаданные каталога',
				'Publication date' => 'Дата публикации',
				'Pages' => 'Страницы',
				'Author' => 'Автор',
				'Publisher' => 'Издатель',
				'Bonus ebook' => 'Бонусный ebook',
				'Please select' => 'Пожалуйста, выберите',
				'None' => 'Нет',
				'optional' => 'необязательно',
				'Uploaded:' => 'Загружено:',
				'Delete' => 'Удалить',
				'Delete preview file' => 'Удалить файл предпросмотра',
				'Current file:' => 'Текущий файл:',
				'Ebook cover' => 'Обложка ebook',
				'Free' => 'Бесплатно',
				'Donate' => 'Пожертвование',
				'Paid' => 'Платно',
				'Add to cart' => 'Добавить в корзину',
				'Create new ebook' => 'Создать новый ebook',
				'After creating it, return here and refresh the editor panel to select it.' => 'После создания вернитесь сюда и обновите панель редактора, чтобы выбрать его.',
				'Variable product note:' => 'Примечание о вариативном товаре:',
				'Assign the ebook on each variation below. Leaving a variation empty means that variation will not trigger Ebook Store delivery.' => 'Назначьте ebook для каждого варианта ниже. Если вариант оставить пустым, он не будет запускать доставку Ebook Store.',
				'Ebook Store ebook for this variation' => 'Ebook Ebook Store для этого варианта',
				'Choose which ebook this variation should deliver. Leave it empty for physical-only or non-ebook variations.' => 'Выберите, какой ebook должен доставляться этим вариантом. Оставьте пустым для только физических или неebook-вариантов.',
				'Digital edition' => 'Цифровое издание',
				'Released' => 'Дата выпуска',
				'Length' => 'Объём',
				'Primary format is ready for download' => 'Основной формат готов к загрузке',
				'Checkout' => 'Оформление',
				'Select payment method' => 'Выберите способ оплаты',
				'Choose the payment option you prefer. Each method opens its own secure checkout flow.' => 'Выберите удобный способ оплаты. Каждый метод открывает собственный безопасный процесс оформления.',
				'Get this ebook' => 'Получить этот ebook',
				'Start the delivery flow below. If a preview is available, you can review it first.' => 'Запустите процесс получения ниже. Если доступен предпросмотр, сначала можно его открыть.',
				'Fast order confirmation' => 'Быстрое подтверждение заказа',
				'Digital fulfillment after payment' => 'Цифровая доставка после оплаты',
				'Order form' => 'Форма заказа',
				'Choose your payment method' => 'Выберите способ оплаты',
				'Pick the checkout option that fits your store. Each payment method opens its own secure flow and returns the buyer to delivery.' => 'Выберите вариант оформления, подходящий вашему магазину. Каждый способ оплаты открывает собственный безопасный процесс и возвращает покупателя к доставке.',
				'Start checkout below. If a preview is available, visitors can review the ebook before ordering.' => 'Начните оформление ниже. Если доступен предпросмотр, посетители могут ознакомиться с ebook перед заказом.',
				'Secure checkout' => 'Безопасная оплата',
				'Secure payment routing and quick confirmation' => 'Безопасная обработка платежа и быстрое подтверждение',
				'Digital fulfillment starts right after payment' => 'Цифровая доставка начинается сразу после оплаты',
					'Instant digital delivery' => 'Мгновенная цифровая доставка',
					'Button templates' => 'Шаблоны кнопок',
			),
			'zh' => array(
				'Settings' => '设置',
				'General' => '常规',
				'Integrations' => '集成',
				'Fonts' => '字体',
				'PDF-Protection' => 'PDF 保护',
				'Templates' => '模板',
				'Pro unlocked' => 'Pro 已解锁',
				'Free version' => '免费版',
				'Upgrade to Pro' => '升级到 Pro',
				'Save Changes' => '保存更改',
				'General Settings' => '常规设置',
				'Pro license key' => 'Pro 许可证密钥',
				'Store display language' => '商店显示语言',
				'Default order form template' => '默认订单表单模板',
				'Default' => '默认',
				'Enabled' => '已启用',
				'Disabled' => '已禁用',
				'Sandbox' => '沙盒',
				'Live' => '正式',
				'On' => '开',
				'Off' => '关',
				'Allowed' => '允许',
				'Blocked' => '已阻止',
				'Optional' => '可选',
				'Do not require address' => '不要求地址',
				'Require address' => '要求地址',
				'Configured' => '已配置',
				'Missing' => '缺失',
				'Open' => '开放',
				'Restricted' => '受限',
				'Modern' => '现代',
				'Legacy' => '经典',
				'Top' => '顶部',
				'Middle' => '中间',
				'Bottom' => '底部',
				'First page only' => '仅第一页',
				'Every page' => '每一页',
				'Ebook editor' => '电子书编辑器',
				'Cover preview' => '封面预览',
				'Status' => '状态',
				'Mode' => '模式',
				'Template' => '模板',
				'Price' => '价格',
				'Orders' => '订单',
				'Revenue' => '收入',
				'Latest order' => '最新订单',
				'No orders yet' => '还没有订单',
				'View ebook page' => '查看电子书页面',
				'Order form shortcode' => '订单表单短代码',
				'Buy button shortcode' => '购买按钮短代码',
				'Copy' => '复制',
				'Pricing & delivery' => '定价和交付',
				'Currency' => '货币',
				'Paid download' => '付费下载',
				'Free download' => '免费下载',
				'Donate to download' => '捐赠后下载',
				'Files & formats' => '文件和格式',
				'Media & preview' => '媒体和预览',
				'Cover image' => '封面图片',
				'Side image' => '侧面图片',
				'Preview file' => '预览文件',
				'No preview file uploaded yet.' => '尚未上传预览文件。',
				'Catalog metadata' => '目录元数据',
				'Publication date' => '发布日期',
				'Pages' => '页数',
				'Author' => '作者',
				'Publisher' => '出版社',
				'Bonus ebook' => '附赠电子书',
				'Please select' => '请选择',
				'None' => '无',
				'optional' => '可选',
				'Uploaded:' => '已上传：',
				'Delete' => '删除',
				'Delete preview file' => '删除预览文件',
				'Current file:' => '当前文件：',
				'Ebook cover' => '电子书封面',
				'Free' => '免费',
				'Donate' => '捐赠',
				'Paid' => '付费',
				'Add to cart' => '加入购物车',
				'Create new ebook' => '创建新 ebook',
				'After creating it, return here and refresh the editor panel to select it.' => '创建后返回这里并刷新编辑器面板以选择它。',
				'Variable product note:' => '可变商品说明：',
				'Assign the ebook on each variation below. Leaving a variation empty means that variation will not trigger Ebook Store delivery.' => '请在下方为每个变体分配 ebook。若某个变体留空，则该变体不会触发 Ebook Store 交付。',
				'Ebook Store ebook for this variation' => '此变体对应的 Ebook Store ebook',
				'Choose which ebook this variation should deliver. Leave it empty for physical-only or non-ebook variations.' => '选择此变体应交付哪个 ebook。仅实体或非 ebook 变体请留空。',
				'Digital edition' => '数字版',
				'Released' => '发布日期',
				'Length' => '篇幅',
				'Primary format is ready for download' => '主要格式已可下载',
				'Checkout' => '结账',
				'Select payment method' => '选择支付方式',
				'Choose the payment option you prefer. Each method opens its own secure checkout flow.' => '选择您偏好的支付方式。每种方式都会打开各自安全的结账流程。',
				'Get this ebook' => '获取此 ebook',
				'Start the delivery flow below. If a preview is available, you can review it first.' => '请在下方开始交付流程。如果有预览，您可以先查看。',
				'Fast order confirmation' => '快速订单确认',
				'Digital fulfillment after payment' => '付款后的数字交付',
				'Order form' => '订单表单',
				'Choose your payment method' => '选择您的支付方式',
				'Pick the checkout option that fits your store. Each payment method opens its own secure flow and returns the buyer to delivery.' => '选择适合您商店的结账方式。每种支付方式都会打开自己的安全流程，并在完成后将买家带回交付页面。',
				'Start checkout below. If a preview is available, visitors can review the ebook before ordering.' => '请在下方开始结账。如果有预览，访客可以在下单前先查看 ebook。',
				'Secure checkout' => '安全结账',
				'Secure payment routing and quick confirmation' => '安全支付处理和快速确认',
				'Digital fulfillment starts right after payment' => '付款后立即开始数字交付',
					'Instant digital delivery' => '即时数字交付',
					'Button templates' => '按钮模板',
			),
			'jp' => array(
				'Settings' => '設定',
				'General' => '一般',
				'Integrations' => '連携',
				'Fonts' => 'フォント',
				'PDF-Protection' => 'PDF保護',
				'Templates' => 'テンプレート',
				'Pro unlocked' => 'Pro有効',
				'Free version' => '無料版',
				'Upgrade to Pro' => 'Proへアップグレード',
				'Save Changes' => '変更を保存',
				'General Settings' => '一般設定',
				'Pro license key' => 'Proライセンスキー',
				'Store display language' => 'ストア表示言語',
				'Default order form template' => 'デフォルト注文フォームテンプレート',
				'Default' => 'デフォルト',
				'Enabled' => '有効',
				'Disabled' => '無効',
				'Sandbox' => 'サンドボックス',
				'Live' => '本番',
				'On' => 'オン',
				'Off' => 'オフ',
				'Allowed' => '許可',
				'Blocked' => 'ブロック',
				'Optional' => '任意',
				'Do not require address' => '住所を必須にしない',
				'Require address' => '住所を必須にする',
				'Configured' => '設定済み',
				'Missing' => '未設定',
				'Open' => '制限なし',
				'Restricted' => '制限あり',
				'Modern' => 'モダン',
				'Legacy' => 'クラシック',
				'Top' => '上',
				'Middle' => '中央',
				'Bottom' => '下',
				'First page only' => '最初のページのみ',
				'Every page' => 'すべてのページ',
				'Ebook editor' => 'Ebookエディター',
				'Cover preview' => '表紙プレビュー',
				'Status' => '状態',
				'Mode' => 'モード',
				'Template' => 'テンプレート',
				'Price' => '価格',
				'Orders' => '注文',
				'Revenue' => '売上',
				'Latest order' => '最新の注文',
				'No orders yet' => 'まだ注文はありません',
				'View ebook page' => 'ebookページを見る',
				'Order form shortcode' => '注文フォームのショートコード',
				'Buy button shortcode' => '購入ボタンのショートコード',
				'Copy' => 'コピー',
				'Pricing & delivery' => '価格設定と配信',
				'Currency' => '通貨',
				'Paid download' => '有料ダウンロード',
				'Free download' => '無料ダウンロード',
				'Donate to download' => '寄付してダウンロード',
				'Files & formats' => 'ファイルと形式',
				'Media & preview' => 'メディアとプレビュー',
				'Cover image' => '表紙画像',
				'Side image' => '側面画像',
				'Preview file' => 'プレビューファイル',
				'No preview file uploaded yet.' => 'まだプレビューファイルはアップロードされていません。',
				'Catalog metadata' => 'カタログメタデータ',
				'Publication date' => '公開日',
				'Pages' => 'ページ数',
				'Author' => '著者',
				'Publisher' => '出版社',
				'Bonus ebook' => 'ボーナスebook',
				'Please select' => '選択してください',
				'None' => 'なし',
				'optional' => '任意',
				'Uploaded:' => 'アップロード済み:',
				'Delete' => '削除',
				'Delete preview file' => 'プレビューファイルを削除',
				'Current file:' => '現在のファイル:',
				'Ebook cover' => 'Ebookカバー',
				'Free' => '無料',
				'Donate' => '寄付',
				'Paid' => '有料',
				'Add to cart' => 'カートに追加',
				'Create new ebook' => '新しいebookを作成',
				'After creating it, return here and refresh the editor panel to select it.' => '作成したらここに戻り、エディターパネルを更新して選択してください。',
				'Variable product note:' => 'バリエーション商品メモ:',
				'Assign the ebook on each variation below. Leaving a variation empty means that variation will not trigger Ebook Store delivery.' => '下の各バリエーションにebookを割り当ててください。空のままにすると、そのバリエーションではEbook Storeの配信は行われません。',
				'Ebook Store ebook for this variation' => 'このバリエーション用のEbook Store ebook',
				'Choose which ebook this variation should deliver. Leave it empty for physical-only or non-ebook variations.' => 'このバリエーションで配信するebookを選択してください。物理商品のみ、またはebookなしのバリエーションは空のままにしてください。',
				'Digital edition' => 'デジタル版',
				'Released' => '発売日',
				'Length' => '長さ',
				'Primary format is ready for download' => '主要フォーマットはダウンロード可能です',
				'Checkout' => 'チェックアウト',
				'Select payment method' => '支払い方法を選択',
				'Choose the payment option you prefer. Each method opens its own secure checkout flow.' => 'ご希望の支払い方法を選択してください。各方法で専用の安全なチェックアウトが開きます。',
				'Get this ebook' => 'このebookを入手',
				'Start the delivery flow below. If a preview is available, you can review it first.' => '下から配信フローを開始してください。プレビューがある場合は先に確認できます。',
				'Fast order confirmation' => '迅速な注文確認',
				'Digital fulfillment after payment' => '支払い後のデジタル配信',
				'Order form' => '注文フォーム',
				'Choose your payment method' => '支払い方法を選択してください',
				'Pick the checkout option that fits your store. Each payment method opens its own secure flow and returns the buyer to delivery.' => 'ストアに合ったチェックアウト方法を選んでください。各支払い方法は独自の安全なフローを開き、購入者を配信に戻します。',
				'Start checkout below. If a preview is available, visitors can review the ebook before ordering.' => '下からチェックアウトを開始してください。プレビューがある場合、訪問者は注文前にebookを確認できます。',
				'Secure checkout' => '安全なチェックアウト',
				'Secure payment routing and quick confirmation' => '安全な決済処理と迅速な確認',
				'Digital fulfillment starts right after payment' => 'デジタル配信は支払い直後に開始されます',
					'Instant digital delivery' => '即時デジタル配信',
					'Button templates' => 'ボタンテンプレート',
			),
			'hi' => array(
				'Settings' => 'सेटिंग्स',
				'General' => 'सामान्य',
				'Integrations' => 'इंटीग्रेशन',
				'Fonts' => 'फ़ॉन्ट',
				'PDF-Protection' => 'PDF सुरक्षा',
				'Templates' => 'टेम्पलेट',
				'Pro unlocked' => 'Pro सक्रिय',
				'Free version' => 'मुफ़्त संस्करण',
				'Upgrade to Pro' => 'Pro में अपग्रेड करें',
				'Save Changes' => 'परिवर्तन सहेजें',
				'General Settings' => 'सामान्य सेटिंग्स',
				'Pro license key' => 'Pro लाइसेंस कुंजी',
				'Store display language' => 'स्टोर प्रदर्शन भाषा',
				'Default order form template' => 'डिफ़ॉल्ट ऑर्डर फ़ॉर्म टेम्पलेट',
				'Default' => 'डिफ़ॉल्ट',
				'Enabled' => 'सक्षम',
				'Disabled' => 'अक्षम',
				'Sandbox' => 'सैंडबॉक्स',
				'Live' => 'लाइव',
				'On' => 'चालू',
				'Off' => 'बंद',
				'Allowed' => 'अनुमत',
				'Blocked' => 'अवरुद्ध',
				'Optional' => 'वैकल्पिक',
				'Do not require address' => 'पता आवश्यक नहीं',
				'Require address' => 'पता आवश्यक',
				'Configured' => 'कॉन्फ़िगर किया गया',
				'Missing' => 'अनुपलब्ध',
				'Open' => 'खुला',
				'Restricted' => 'प्रतिबंधित',
				'Modern' => 'आधुनिक',
				'Legacy' => 'पुराना',
				'Top' => 'ऊपर',
				'Middle' => 'मध्य',
				'Bottom' => 'नीचे',
				'First page only' => 'केवल पहला पृष्ठ',
				'Every page' => 'हर पृष्ठ',
				'Ebook editor' => 'ईबुक संपादक',
				'Cover preview' => 'कवर पूर्वावलोकन',
				'Status' => 'स्थिति',
				'Mode' => 'मोड',
				'Template' => 'टेम्पलेट',
				'Price' => 'मूल्य',
				'Orders' => 'ऑर्डर',
				'Revenue' => 'राजस्व',
				'Latest order' => 'नवीनतम ऑर्डर',
				'No orders yet' => 'अभी तक कोई ऑर्डर नहीं',
				'View ebook page' => 'ईबुक पेज देखें',
				'Order form shortcode' => 'ऑर्डर फ़ॉर्म शॉर्टकोड',
				'Buy button shortcode' => 'खरीद बटन शॉर्टकोड',
				'Copy' => 'कॉपी करें',
				'Pricing & delivery' => 'मूल्य निर्धारण और डिलीवरी',
				'Currency' => 'मुद्रा',
				'Paid download' => 'भुगतान डाउनलोड',
				'Free download' => 'मुफ़्त डाउनलोड',
				'Donate to download' => 'डाउनलोड के लिए दान करें',
				'Files & formats' => 'फ़ाइलें और फ़ॉर्मेट',
				'Media & preview' => 'मीडिया और पूर्वावलोकन',
				'Cover image' => 'कवर छवि',
				'Side image' => 'साइड छवि',
				'Preview file' => 'पूर्वावलोकन फ़ाइल',
				'No preview file uploaded yet.' => 'अभी तक कोई पूर्वावलोकन फ़ाइल अपलोड नहीं हुई है।',
				'Catalog metadata' => 'कैटलॉग मेटाडेटा',
				'Publication date' => 'प्रकाशन तिथि',
				'Pages' => 'पृष्ठ',
				'Author' => 'लेखक',
				'Publisher' => 'प्रकाशक',
				'Bonus ebook' => 'बोनस ईबुक',
				'Please select' => 'कृपया चुनें',
				'None' => 'कोई नहीं',
				'optional' => 'वैकल्पिक',
				'Uploaded:' => 'अपलोड किया गया:',
				'Delete' => 'हटाएँ',
				'Delete preview file' => 'पूर्वावलोकन फ़ाइल हटाएँ',
				'Current file:' => 'वर्तमान फ़ाइल:',
				'Ebook cover' => 'ईबुक कवर',
				'Free' => 'मुफ़्त',
				'Donate' => 'दान',
				'Paid' => 'भुगतान',
				'Add to cart' => 'कार्ट में जोड़ें',
				'Create new ebook' => 'नया ईबुक बनाएँ',
				'After creating it, return here and refresh the editor panel to select it.' => 'इसे बनाने के बाद यहाँ लौटें और इसे चुनने के लिए एडिटर पैनल को रीफ़्रेश करें।',
				'Variable product note:' => 'वैरिएबल उत्पाद नोट:',
				'Assign the ebook on each variation below. Leaving a variation empty means that variation will not trigger Ebook Store delivery.' => 'नीचे हर वैरिएशन पर ईबुक असाइन करें। किसी वैरिएशन को खाली छोड़ने का मतलब है कि वह Ebook Store डिलीवरी ट्रिगर नहीं करेगा।',
				'Ebook Store ebook for this variation' => 'इस वैरिएशन के लिए Ebook Store ईबुक',
				'Choose which ebook this variation should deliver. Leave it empty for physical-only or non-ebook variations.' => 'चुनें कि यह वैरिएशन कौन-सा ईबुक डिलीवर करे। केवल भौतिक या बिना ईबुक वाले वैरिएशन के लिए इसे खाली छोड़ दें।',
				'Digital edition' => 'डिजिटल संस्करण',
				'Released' => 'जारी',
				'Length' => 'लंबाई',
				'Primary format is ready for download' => 'मुख्य फ़ॉर्मेट डाउनलोड के लिए तैयार है',
				'Checkout' => 'चेकआउट',
				'Select payment method' => 'भुगतान विधि चुनें',
				'Choose the payment option you prefer. Each method opens its own secure checkout flow.' => 'अपनी पसंद का भुगतान विकल्प चुनें। हर विधि अपना सुरक्षित चेकआउट प्रवाह खोलती है।',
				'Get this ebook' => 'यह ईबुक प्राप्त करें',
				'Start the delivery flow below. If a preview is available, you can review it first.' => 'नीचे डिलीवरी प्रवाह शुरू करें। यदि पूर्वावलोकन उपलब्ध है, तो आप पहले उसे देख सकते हैं।',
				'Fast order confirmation' => 'तेज़ ऑर्डर पुष्टि',
				'Digital fulfillment after payment' => 'भुगतान के बाद डिजिटल डिलीवरी',
				'Order form' => 'ऑर्डर फ़ॉर्म',
				'Choose your payment method' => 'अपनी भुगतान विधि चुनें',
				'Pick the checkout option that fits your store. Each payment method opens its own secure flow and returns the buyer to delivery.' => 'अपने स्टोर के लिए उपयुक्त चेकआउट विकल्प चुनें। हर भुगतान विधि अपना सुरक्षित प्रवाह खोलती है और खरीदार को डिलीवरी पर वापस लाती है।',
				'Start checkout below. If a preview is available, visitors can review the ebook before ordering.' => 'नीचे चेकआउट शुरू करें। यदि पूर्वावलोकन उपलब्ध है, तो आगंतुक ऑर्डर करने से पहले ईबुक देख सकते हैं।',
				'Secure checkout' => 'सुरक्षित चेकआउट',
				'Secure payment routing and quick confirmation' => 'सुरक्षित भुगतान रूटिंग और तेज़ पुष्टि',
				'Digital fulfillment starts right after payment' => 'भुगतान के तुरंत बाद डिजिटल डिलीवरी शुरू हो जाती है',
					'Instant digital delivery' => 'तुरंत डिजिटल डिलीवरी',
					'Button templates' => 'बटन टेम्पलेट्स',
			),
		);

		$ui_locale = ebook_store_get_selected_language_code();
		$static_translations = isset( $translations[ $ui_locale ] ) ? $translations[ $ui_locale ] : array();
		if ( is_admin() && function_exists( 'ebook_store_get_generated_settings_ui_translations' ) ) {
			return array_merge( $static_translations, ebook_store_get_generated_settings_ui_translations( $ui_locale ) );
		}
		return $static_translations;
	}
}
/*
 * Removed in 6.00:
 *
 *  - ebook_store_get_settings_ui_phrase_catalog()
 *  - ebook_store_parse_google_translation_response()
 *  - ebook_store_get_generated_settings_ui_translations()
 *
 * These regex-scraped every __() literal out of the settings files and POSTed
 * them, 20 at a time, to an undocumented translate.googleapis.com endpoint with
 * a 20 second timeout each — up to 8 minutes of blocking HTTP on a single
 * settings-page render, and every phrase on the page sent to a third party with
 * no consent. The strings were already translatable through gettext; the
 * catalogs just had not been regenerated since 2019. They now are.
 */

if ( ! function_exists( 'ebook_store_translate_markup' ) ) {
	/**
	 * Kept as an identity function.
	 *
	 * This used to run strtr() over fully-rendered HTML, replacing English
	 * substrings anywhere in a text node. That corrupts real content: a book
	 * titled "Details" or an author named "Preview" was silently rewritten, and
	 * because strtr() matches substrings it also mangled unrelated words.
	 *
	 * Translation is gettext's job. The call sites are left in place so that
	 * third-party code calling this keeps working.
	 *
	 * @param string $markup Rendered HTML.
	 * @return string The same markup.
	 */
	function ebook_store_translate_markup( $markup ) {
		return $markup;
	}
}

```
