HEX
Server: Apache
System: Linux az1-ss100.a2hosting.com 4.18.0-553.16.1.lve.1.el8.x86_64 #1 SMP Mon Sep 23 20:16:18 UTC 2024 x86_64
User: crypto73 (2057)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/crypto73/www/wp-content/plugins/cryptowp/functions/strings.php
<?php
/**
 * A collection of strings throughout the plugin.
 *
 * @since 1.2
 */

function cryptowp_strings() {
	return array(
		'coin_data_by'        => __( 'Coin data by %s', 'cryptowp' ),
		'coin_name'           => __( 'Coin name&hellip;', 'cryptowp' ),
		'coin_symbol'         => __( 'Coin Symbol %s', 'cryptowp' ),
		'columns'             => __( 'Columns', 'cryptowp' ),
		'connection_error'    => __( 'Sorry, there was an error during the connection process. Please try again.', 'cryptowp' ),
		'currency'            => __( 'Currency', 'cryptowp' ),
		'crypto'              => __( 'Crypto', 'cryptowp' ),
		'cryptocurrency'      => __( 'Cryptocurrency', 'cryptowp' ),
		'description'         => __( 'Description', 'cryptowp' ),
		'display'             => __( 'Display', 'cryptowp' ),
		'enter_import_coins'  => __( 'Enter coin(s) to import&hellip;', 'cryptowp' ),
		'enter_ticker_symbol' => __( 'Enter coin ticker symbol&hellip;', 'cryptowp' ),
		'grid_default'        => __( 'Grid (default)', 'cryptowp' ),
		'hide_coin_icons'     => __( 'Hide Coin Icons', 'cryptowp' ),
		'hide_percent_change' => __( 'Hide Percent Change', 'cryptowp' ),
		'html_classes'        => __( '%s Classes', 'cryptowp' ),
		'import_coins'        => __( 'Import Coins', 'cryptowp' ),
		'import_coins_notice' => sprintf( __( 'To show crypto coin prices on your website, first import your favorite coins into the <a href="%s">Crypto dashboard</a>.', 'cryptowp' ), admin_url( 'admin.php?page=cryptowp' ) ),
		'import_description'  => __( 'Enter the symbol(s) for each coin you wish to import, separated by a comma. Example: <b>BTC, ETH, NEO, WAVES</b>', 'cryptowp' ),
		'layout'              => __( 'Layout', 'cryptowp' ),
		'list'                => __( 'List', 'cryptowp' ),
		'no_coin_data'        => __( 'No coin data found.', 'cryptowp' ),
		'page_url'            => __( 'Page URL', 'cryptowp' ),
		'preorder'            => __( 'Preorder CryptoWP Pro', 'cryptowp' ),
		'plugin_by'           => __( 'Plugin by %s', 'cryptowp' ),
		'refresh_coins'       => __( 'Refresh Coins', 'cryptowp' ),
		'save_changes'        => __( 'Save Changes', 'cryptowp' ),
		'select_currency'     => __( 'Select Currency', 'cryptowp' ),
		'show_coins'          => __( 'Show Coins', 'cryptowp' ),
		'title'               => __( 'Title', 'cryptowp' ),
		'tutorials'           => __( 'CryptoWP Tutorials &rarr;', 'cryptowp' ),
		'usd_default'         => __( 'USD (default)', 'cryptowp' ),
		'widget_description'  => __( 'List your chosen coins in a grid layout anywhere on your site.', 'cryptowp' )
	);
}