PluginProbe
CoolClock / 4.3.6
CoolClock v4.3.6
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.6, at includes/tranlation-strings.php

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