PluginProbe
CoolClock / 4.3.9
CoolClock v4.3.9
4.3.9 4.3.8 trunk 0.1 2.0 2.9.8 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7
coolclock / includes / tranlation-strings.php

tranlation-strings.php in CoolClock 4.3.9, at includes/tranlation-strings.php

177 lines 8.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5 return;
6 /**
7 * This file exists solely to store the plugin translation strings.
8 * It is never included anywhere, used only for PO parsing.
9 */
10
11 // Widget.
12
13 __( 'Digital font style:', 'coolclock' );
14 sprintf( /* Translators: instructions (linked) */
15 __( '(enter a size in px and generic font family, see %s)', 'coolclock' ),
16 '<a href="https://premium.status301.com/coolclock-widget-settings/#font" target="_blank">' . __( 'instructions', 'coolclock' ) . '</a>'
17 );
18 __( 'Digital custom text:', 'coolclock' );
19 __( '(set Show digital to custom text above)', 'coolclock' );
20 __( '(minimal width and height are determined by the clock radius above)', 'coolclock' );
21 __( 'Color:', 'coolclock' );
22 __( 'Border radius:', 'coolclock' );
23 __( '(px or %)', 'coolclock' );
24 __( 'Image URL:', 'coolclock' );
25 __( 'Position:', 'coolclock' );
26 __( 'top left', 'coolclock' );
27 __( 'left', 'coolclock' );
28 __( 'bottom left', 'coolclock' );
29 __( 'top', 'coolclock' );
30 __( 'center', 'coolclock' );
31 __( 'bottom', 'coolclock' );
32 __( 'top right', 'coolclock' );
33 __( 'right', 'coolclock' );
34 __( 'bottom right', 'coolclock' );
35 __( 'Repeat image:', 'coolclock' );
36 __( 'No repeat', 'coolclock' );
37 __( 'Repeat', 'coolclock' );
38 __( 'Repeat horizontally', 'coolclock' );
39 __( 'Repeat vertically', 'coolclock' );
40 __( 'Repeat & distribute', 'coolclock' );
41 __( 'Repeat & fit', 'coolclock' );
42 __( 'Stretching:', 'coolclock' );
43 __( 'Cover', 'coolclock' );
44 __( 'Contain', 'coolclock' );
45 __( 'Adjust clock position', 'coolclock' );
46 __( 'Clock position relative to background:', 'coolclock' );
47 __( 'Left', 'coolclock' );
48 __( 'Top', 'coolclock' );
49
50 __( 'CoolClock Advanced License', 'coolclock' );
51 __( 'License', 'coolclock' );
52 __( 'Support', 'coolclock' ) ;
53
54 // Upgrade notices.
55
56 sprintf( /* Translators: Premium Plugin name, Plugin name */
57 __( 'In order to use %1$s, please activate %2$s.', 'coolclock' ),
58 __( 'CoolClock - Advanced', 'coolclock' ),
59 '<strong>'.__( 'CoolClock', 'coolclock' ).'</strong>'
60 );
61 sprintf( /* Translators: Premium Plugin name, Plugin name (linked) */
62 __( 'To use %1$s options, please install and activate %2$s.', 'coolclock' ),
63 __( 'CoolClock - Advanced', 'coolclock' ),
64 '<a href="' . esc_url( network_admin_url( 'plugin-install.php?tab=plugin-information&plugin=coolclock&TB_iframe=true&width=600&height=550' ) ) . '" target="_blank" class="thickbox">'.__( 'CoolClock', 'coolclock' ).'</a>'
65 );
66 __( 'Notice: The current CoolClock plugin version is not fully compatible with your version of the Advanced extension. Some advanced options may not be functional.', 'coolclock' );
67 sprintf( /* Translators: Plugin name (linked), version number */
68 __( 'Please upgrade %1$s to version %2$s or later.', 'coolclock' ),
69 '<a href="' . esc_url( network_admin_url('plugin-install.php?tab=plugin-information&plugin=coolclock&TB_iframe=true&width=600&height=550' ) ) . '" target="_blank" class="thickbox">'.__( 'CoolClock', 'coolclock' ).'</a>',
70 self::$compat['min']
71 );
72
73 // Success messages.
74
75 __( 'Your license was successfully activated for this site.', 'coolclock' );
76 __( 'Your license was successfully deactivated for this site.', 'coolclock' );
77 __( 'Your license is active for this site.', 'coolclock' );
78 __( 'Your license is not active for this site.', 'coolclock' );
79
80 // Error messages.
81
82 __( 'Too many requests. Please try again in a minute.', 'coolclock' );
83 __( 'Cannot make requests to own domain.', 'coolclock' );
84 __( 'Failed to identify the product.', 'coolclock' );
85 sprintf( /* Translators: http repsonse code */
86 __( 'Unexpected response code %d.', 'coolclock' ),
87 '<code>' . $response . '</code>'
88 );
89 sprintf( /* Translators: Expiration date */
90 __( 'Your license key has expired on %s.', 'coolclock' ),
91 date_i18n(
92 get_option( 'date_format' ),
93 strtotime( $expires, current_time( 'timestamp' ) )
94 )
95 );
96 __( 'Your license key has expired.', 'coolclock' );
97 __( 'Your license key has been disabled.', 'coolclock' );
98 __( 'This appears to be an invalid license key.', 'coolclock' );
99 sprintf( /* Translators: Premium Plugin name */
100 __( 'This appears to be an invalid license key for %s.', 'coolclock' ),
101 __( 'CoolClock - Advanced', 'coolclock' )
102 );
103 __( 'Your license key has reached its activation limit.', 'coolclock' );
104 __( 'An error occurred, please try again.', 'coolclock' );
105 __( 'An unknown error occurred. Please try again.', 'coolclock' );
106 sprintf( /* Translators: license error code, Support (linked) */
107 __( 'Unexpected license error code %1$s. Please try again or get %2$s.', 'coolclock' ),
108 '<code>' . $error . '</code>',
109 '<a target="_blank" href="https://premium.status301.com/support-ticket/">' . __( 'Support', 'coolclock' ) . '</a>'
110 );
111 sprintf( /* Translators: Plugin name */
112 __( 'You have not yet entered your license key for %s.', 'coolclock' ),
113 __( 'CoolClock - Advanced', 'coolclock' )
114 );
115 sprintf( /* Translators: plugin admin page URL */
116 __( 'To receive plugin updates, please <a href="%s">correct this issue</a>.', 'coolclock' ),
117 admin_url('options.php') . '?page=coolclock-license'
118 );
119 sprintf( /* Translators: Plugin name */
120 __( 'You have an invalid or expired license key for %s.', 'coolclock' ),
121 __( 'CoolClock - Advanced', 'coolclock' )
122 );
123 sprintf( /* Translators: Premium Plugin name */
124 __( 'Your license key for %s is not activated for this site.', 'coolclock' ),
125 __( 'CoolClock - Advanced', 'coolclock' )
126 );
127
128 // Admin page.
129 __( 'License key', 'coolclock' );
130 sprintf( /* Translators: Plugin name, renew your license (linked) */
131 __( 'Enter your license key for %s.', 'coolclock' ),
132 '<a href="' . trailingslashit( self::$store_url ) . 'downloads/coolclock-advanced/" target="_blank">' . __( 'CoolClock - Advanced', 'coolclock' ) . '</a>'
133 );
134 __( 'An active license key grants you access to plugin updates and support. If a license key is absent, deactivated or expired, the plugin may continue to work properly but you will not receive automatic updates.', 'coolclock' );
135 sprintf( /* Translators: Premium Plugin name, Status301 Premium account (linked) */
136 __( 'You can find your %1$s license key in your %2$s.', 'coolclock' ),
137 __( 'CoolClock - Advanced', 'coolclock' ),
138 '<a href="https://premium.status301.com/account/" target="_blank">' . __( 'Status301 Premium account', 'coolclock' ) . '</a>'
139 );
140 sprintf( /* Translators: Expiration date */
141 __( 'Your license expires on %s.', 'coolclock' ),
142 $expires
143 );
144 sprintf( /* Translators: Plugin name */
145 __( 'To receive updates for %s, please activate your license for this site.', 'coolclock' ),
146 __( 'CoolClock - Advanced', 'coolclock' )
147 );
148 sprintf( /* Translators: Plugin name, renew your license (linked) */
149 __( 'To continue receiving updates for %1$s, please %2$s.', 'coolclock' ),
150 __( 'CoolClock - Advanced', 'coolclock' ),
151 '<a href="' . trailingslashit( self::$store_url ) . 'checkout/?edd_license_key=' . $key . '&download_id=' . self::$item_id . '" target="_blank">' . __( 'renew your license', 'coolclock' ) . '</a>'
152 );
153 sprintf( /* Translators: Account (linked), Plugin name */
154 __( 'Please check your %1$s for possibilities to upgrade your %2$s license.', 'coolclock' ),
155 '<a href="' . $account_url . '" target="_blank">' . __( 'Status301 Premium account', 'coolclock' ) . '</a>',
156 __( 'CoolClock - Advanced', 'coolclock' )
157 );
158 __( 'Beta version', 'coolclock' );
159 sprintf( /* Translators: Premium Plugin name */
160 __( 'Get updates for pre-release versions of %s.', 'coolclock' ),
161 __( 'CoolClock - Advanced', 'coolclock' )
162 );
163 __( 'This option will allow you to update the plugin to the latest beta release.', 'coolclock' );
164 sprintf( /* Translators: Account (linked) */
165 __( 'Please note: Auto-updates are blocked for non-stable versions. Once updated a pre-release version, disabling this option will <em>not</em> automatically revert the plugin to the latest stable release. If you wish to downgrade, you can download the latest stable release from your %s and install it manually.', 'coolclock' ),
166 '<a href="' . trailingslashit( self::$store_url ) . 'account/#tab-downloads" target="_blank">' . __( 'Status301 Premium account', 'coolclock' ) . '</a>'
167 );
168 __( 'License action', 'coolclock' );
169 __( 'Check license key', 'coolclock' );
170 __( 'Activate license for this site', 'coolclock' );
171 __( 'Deactivate license for this site', 'coolclock' );
172 sprintf( /* Translators: Plugin name, Account (linked) */
173 __( 'You can (de)activate your %1$s license from here or manage domains from your %2$s.', 'coolclock' ),
174 __( 'CoolClock - Advanced', 'coolclock' ),
175 '<a href="' . $account_url . '" target="_blank">' . __( 'Status301 Premium account', 'coolclock' ) . '</a>'
176 );
177