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…', '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…', 'cryptowp' ),
'enter_ticker_symbol' => __( 'Enter coin ticker symbol…', '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 →', 'cryptowp' ),
'usd_default' => __( 'USD (default)', 'cryptowp' ),
'widget_description' => __( 'List your chosen coins in a grid layout anywhere on your site.', 'cryptowp' )
);
}