T(-) Countdown - Version 2.3.11

Version Description

  • Removed included language files in favour of WordPress Language Packs
  • Fully tested with WordPress 4.5
Download this release

Release Info

Developer baden03
Plugin Icon 128x128 T(-) Countdown
Version 2.3.11
Comparing to
See all releases

Code changes from version 2.3.10 to 2.3.11

countdown-timer.php CHANGED
@@ -2,10 +2,9 @@
2
  /*
3
  Plugin Name: T(-) Countdown
4
  Text Domain: jquery-t-countdown-widget
5
- Domain Path: /languages
6
  Plugin URI: http://plugins.twinpictures.de/plugins/t-minus-countdown/
7
  Description: Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget.
8
- Version: 2.3.10
9
  Author: twinpictures, baden03
10
  Author URI: http://www.twinpictures.de/
11
  License: GPL2
@@ -13,7 +12,7 @@ License: GPL2
13
 
14
  class WP_TMinusCD {
15
  var $plugin_name = 'T(-) Countdown';
16
- var $version = '2.3.10';
17
  var $domain = 'tminus';
18
  var $plguin_options_page_title = 'T(-) Countdown Options';
19
  var $plugin_options_menue_title = 'T(-) Countdown';
@@ -76,7 +75,7 @@ class WP_TMinusCD {
76
  * @since 2.5.6
77
  */
78
  function tminus_load_textdomain() {
79
- load_plugin_textdomain( 'jquery-t-countdown-widget', false, basename( dirname( __FILE__ ) ) . '/languages' );
80
  }
81
 
82
  // Add link to options page from plugin list
@@ -132,7 +131,7 @@ class WP_TMinusCD {
132
  $plugin_url = plugins_url() .'/'. dirname( plugin_basename(__FILE__) );
133
 
134
  //lwtCountdown script
135
- wp_register_script('countdown-script', $plugin_url.'/js/jquery.t-countdown.js', array ('jquery'), '1.5.4', 'true');
136
  wp_enqueue_script('countdown-script');
137
 
138
  //force load styles
@@ -273,13 +272,13 @@ class WP_TMinusCD {
273
  <h3 class="handle"><?php _e( 'T(-) Countdown Control' ) ?></h3>
274
  <div class="inside">
275
  <p><?php printf(__( '%sT(-) Countdown Control%s is our premium plugin that manages and schedules multiple recurring countdown timers for repeating events.', 'jquery-t-countdown-widget' ), '<a href="http://plugins.twinpictures.de/premium-plugins/t-minus-countdown-control/?utm_source=t-countdown&utm_medium=plugin-settings-page&utm_content=t-countdown&utm_campaign=t-control-sidebar">', '</a>'); ?></p>
276
- <p style="padding: 5px; border: 1px dashed #cccc66; background: #EEE;"><strong>Last Chance for 2015 Prices:</strong> <a href="http://plugins.twinpictures.de/premium-plugins/t-minus-countdown-control/?utm_source=t-countdown-widget&utm_medium=plugin-settings-page&utm_content=t-countdown-control&utm_campaign=t-control-year-end">Update to T(-) Countdown Control</a> before January 2016 to take advantage of 2015 pricing.</p>
277
  <h4><?php _e('Reasons To Go Pro', 'jquery-t-countdown-widget'); ?></h4>
278
  <ol>
279
  <li><?php _e('Schedule and manage multiple recurring countdowns', 'jquery-t-countdown-widget'); ?></li>
280
  <li><?php _e('Highly responsive professional support', 'jquery-t-countdown-widget'); ?></li>
281
  <li><?php printf(__('%sT(-) Countdown Control Testimonials%s', 'jquery-t-countdown-widget'), '<a href="http://plugins.twinpictures.de/testimonial/t-countdown-control-testimonias/" target="_blank">', '</a>'); ?></li>
282
- <li><?php _e("You'd like to take advantage of 2015 pricing while it's still 2015", "jquery-t-countdown-widget"); ?></li>
283
  </ol>
284
  </div>
285
  </div>
2
  /*
3
  Plugin Name: T(-) Countdown
4
  Text Domain: jquery-t-countdown-widget
 
5
  Plugin URI: http://plugins.twinpictures.de/plugins/t-minus-countdown/
6
  Description: Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget.
7
+ Version: 2.3.11
8
  Author: twinpictures, baden03
9
  Author URI: http://www.twinpictures.de/
10
  License: GPL2
12
 
13
  class WP_TMinusCD {
14
  var $plugin_name = 'T(-) Countdown';
15
+ var $version = '2.3.11';
16
  var $domain = 'tminus';
17
  var $plguin_options_page_title = 'T(-) Countdown Options';
18
  var $plugin_options_menue_title = 'T(-) Countdown';
75
  * @since 2.5.6
76
  */
77
  function tminus_load_textdomain() {
78
+ load_plugin_textdomain( 'jquery-t-countdown-widget' );
79
  }
80
 
81
  // Add link to options page from plugin list
131
  $plugin_url = plugins_url() .'/'. dirname( plugin_basename(__FILE__) );
132
 
133
  //lwtCountdown script
134
+ wp_register_script('countdown-script', $plugin_url.'/js/jquery.t-countdown.js', array ('jquery'), '1.5.6', 'true');
135
  wp_enqueue_script('countdown-script');
136
 
137
  //force load styles
272
  <h3 class="handle"><?php _e( 'T(-) Countdown Control' ) ?></h3>
273
  <div class="inside">
274
  <p><?php printf(__( '%sT(-) Countdown Control%s is our premium plugin that manages and schedules multiple recurring countdown timers for repeating events.', 'jquery-t-countdown-widget' ), '<a href="http://plugins.twinpictures.de/premium-plugins/t-minus-countdown-control/?utm_source=t-countdown&utm_medium=plugin-settings-page&utm_content=t-countdown&utm_campaign=t-control-sidebar">', '</a>'); ?></p>
275
+ <?php /*<p style="padding: 5px; border: 1px dashed #cccc66; background: #EEE;"><strong>Last Chance for 2015 Prices:</strong> <a href="http://plugins.twinpictures.de/premium-plugins/t-minus-countdown-control/?utm_source=t-countdown-widget&utm_medium=plugin-settings-page&utm_content=t-countdown-control&utm_campaign=t-control-year-end">Update to T(-) Countdown Control</a> before January 2016 to take advantage of 2015 pricing.</p>*/ ?>
276
  <h4><?php _e('Reasons To Go Pro', 'jquery-t-countdown-widget'); ?></h4>
277
  <ol>
278
  <li><?php _e('Schedule and manage multiple recurring countdowns', 'jquery-t-countdown-widget'); ?></li>
279
  <li><?php _e('Highly responsive professional support', 'jquery-t-countdown-widget'); ?></li>
280
  <li><?php printf(__('%sT(-) Countdown Control Testimonials%s', 'jquery-t-countdown-widget'), '<a href="http://plugins.twinpictures.de/testimonial/t-countdown-control-testimonias/" target="_blank">', '</a>'); ?></li>
281
+ <?php /*<li><?php _e("You'd like to take advantage of 2015 pricing while it's still 2015", "jquery-t-countdown-widget"); ?></li>*/ ?>
282
  </ol>
283
  </div>
284
  </div>
js/jquery.t-countdown.js CHANGED
@@ -1,8 +1,8 @@
1
  /*
2
- * T- Countdown v1.5.5
3
  * http://plugins.twinpictures.de/plugins/t-minus-countdown/
4
  *
5
- * Copyright 2015, Twinpictures
6
  *
7
  * Permission is hereby granted, free of charge, to any person obtaining a copy
8
  * of this software and associated documentation files (the "Software"), to deal
1
  /*
2
+ * T- Countdown v1.5.6
3
  * http://plugins.twinpictures.de/plugins/t-minus-countdown/
4
  *
5
+ * Copyright 2016, Twinpictures
6
  *
7
  * Permission is hereby granted, free of charge, to any person obtaining a copy
8
  * of this software and associated documentation files (the "Software"), to deal
languages/ca_CA.mo DELETED
Binary file
languages/ca_CA.po DELETED
@@ -1,170 +0,0 @@
1
- # Translation of T(-) Countdown in Catalan
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2015-03-04 14:18+0100\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: Poedit 1.7.4\n"
11
- "Project-Id-Version: T(-) Countdown\n"
12
- "POT-Creation-Date: \n"
13
- "Last-Translator: Twinpictues <info@twinpictures.de>\n"
14
- "Language-Team: Twinpictures <info@twinpictures.de>\n"
15
- "Language: ca_CA\n"
16
-
17
- #: countdown-timer.php:491
18
- msgid "%sT(-) Countdown Control%s is a premium countdown plugin that includes the ability to schedule and manage mulitple recurring T(-) Countdowns... the Jedi way."
19
- msgstr "%sY(-) Countdown Contr%l és un és un temporitzador de compte enrere de primera qualitat que inclou la possibilitat de programar i gestionar múltiples recursosplugin de compte regressiva de primera qualitat que inclou la possibilitat de programar recorrent a t Countdown Control... el camí del Jedi."
20
-
21
- #: countdown-timer.php:134 countdown-timer.php:376 countdown-timer.php:554
22
- msgid "weeks"
23
- msgstr "setmanes"
24
-
25
- #: countdown-timer.php:135 countdown-timer.php:377 countdown-timer.php:555
26
- msgid "days"
27
- msgstr "dies"
28
-
29
- #: countdown-timer.php:136 countdown-timer.php:378 countdown-timer.php:556
30
- msgid "hours"
31
- msgstr "hores"
32
-
33
- #: countdown-timer.php:137 countdown-timer.php:379 countdown-timer.php:557
34
- msgid "minutes"
35
- msgstr "minuts"
36
-
37
- #: countdown-timer.php:138 countdown-timer.php:380 countdown-timer.php:558
38
- msgid "seconds"
39
- msgstr "segons"
40
-
41
- #: countdown-timer.php:434
42
- msgid "Rockstar Features"
43
- msgstr "Característiques Rockstar"
44
-
45
- #: countdown-timer.php:462
46
- msgid "Entire Widget"
47
- msgstr "Giny complet"
48
-
49
- #: countdown-timer.php:462
50
- msgid "Count Up"
51
- msgstr "Comptar fins a"
52
-
53
- msgid "T(-) Countdown"
54
- msgstr "T(-) compte enrere"
55
-
56
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
57
- msgstr "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
58
-
59
- msgid "twinpictures, baden03"
60
- msgstr "twinpictures, baden03"
61
-
62
- msgid "http://www.twinpictures.de/"
63
- msgstr "http://www.twinpictures.de/"
64
-
65
- #: countdown-timer.php:107
66
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
67
- msgstr "jQuery un temporitzador de compte enrere d'altes prestacions de Twinpictures"
68
-
69
- #: countdown-timer.php:392
70
- msgid "Title:"
71
- msgstr "Títol"
72
-
73
- #: countdown-timer.php:393
74
- msgid "Target Date:"
75
- msgstr "Data límit:"
76
-
77
- #: countdown-timer.php:394
78
- msgid "Target Time (HH:MM:SS):"
79
- msgstr "Hora límit (hh:mm:ss)"
80
-
81
- #: countdown-timer.php:414
82
- msgid "Omit Weeks:"
83
- msgstr "Ometre setmanes:"
84
-
85
- #: countdown-timer.php:414
86
- msgid "No"
87
- msgstr "No"
88
-
89
- #: countdown-timer.php:414
90
- msgid "Yes"
91
- msgstr "Sí"
92
-
93
- #: countdown-timer.php:415
94
- msgid "Style:"
95
- msgstr "Estil:"
96
-
97
- #: countdown-timer.php:429
98
- msgid "Inject Script:"
99
- msgstr "Injectar seqüència:"
100
-
101
- #: countdown-timer.php:429
102
- msgid "Footer"
103
- msgstr "Peu de pàgina"
104
-
105
- #: countdown-timer.php:429
106
- msgid "Inline"
107
- msgstr "Inline"
108
-
109
- #: countdown-timer.php:438
110
- msgid "This is totally worth 3 bucks."
111
- msgstr "Això només val 3 dòlars."
112
-
113
- #: countdown-timer.php:445
114
- msgid "Above Countdown"
115
- msgstr "Sobre el compte enrere"
116
-
117
- #: countdown-timer.php:447
118
- msgid "Top HTML:"
119
- msgstr "Top HTML:"
120
-
121
- #: countdown-timer.php:450
122
- msgid "Below Countdown"
123
- msgstr "Sota el compte enrere"
124
-
125
- #: countdown-timer.php:452
126
- msgid "Bottom HTML:"
127
- msgstr "Botó HTML:"
128
-
129
- #: countdown-timer.php:455
130
- msgid "When Countdown Reaches Zero"
131
- msgstr "Quan el compte enrere arriba a zero."
132
-
133
- #: countdown-timer.php:457
134
- msgid "Launch Event HTML:"
135
- msgstr "Publicació HTML:"
136
-
137
- #: countdown-timer.php:458
138
- msgid "Launch Target:"
139
- msgstr "Inicieu Target:"
140
-
141
- #: countdown-timer.php:472
142
- msgid "Digit Titles"
143
- msgstr "Digit Titles"
144
-
145
- #: countdown-timer.php:474
146
- msgid "How do you spell \"weeks\"?:"
147
- msgstr "Com s'escriu \"setmanes\"?:"
148
-
149
- #: countdown-timer.php:475
150
- msgid "How do you spell \"days\"?:"
151
- msgstr "Com s'escriu \"dies\"?:"
152
-
153
- #: countdown-timer.php:476
154
- msgid "How do you spell \"hours\"?:"
155
- msgstr "Com s'escriu \"hores\"?:"
156
-
157
- #: countdown-timer.php:477
158
- msgid "How do you spell \"minutes\"?:"
159
- msgstr "Com s'escriu \"minuts\"?:"
160
-
161
- #: countdown-timer.php:478
162
- msgid "And \"seconds\" are spelled:"
163
- msgstr "I \"segons\" s'escriu:"
164
-
165
- #: countdown-timer.php:489
166
- msgid "Schedule Recurring Countdown"
167
- msgstr "Re-programar el compte enrere"
168
-
169
- msgid "Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget."
170
- msgstr "Mostrar i configurar diversos T (-) Countdown de compte enrere utilitzant un codi curt o un giny de barra lateral."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cs_CS.mo DELETED
Binary file
languages/cs_CS.po DELETED
@@ -1,163 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: T(-) Countdown\n"
4
- "POT-Creation-Date: 2014-01-24 09:02+0100\n"
5
- "PO-Revision-Date: 2014-01-24 09:19+0100\n"
6
- "Last-Translator: BB - Kateřina Stejskalová <katerina@stejskalova.name>\n"
7
- "Language-Team: BB - Kateřina Stejskalová <katerina@stejskalova.name>\n"
8
- "Language: cs_CZ\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.2\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
17
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
- "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- #: countdown-timer.php:98
22
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
23
- msgstr "Vysoce přizpůsobitelné jQuery odpočítávání od Twinpictures"
24
-
25
- #: countdown-timer.php:125 countdown-timer.php:380 countdown-timer.php:562
26
- msgid "weeks"
27
- msgstr "týdny"
28
-
29
- #: countdown-timer.php:126 countdown-timer.php:381 countdown-timer.php:563
30
- msgid "days"
31
- msgstr "dny"
32
-
33
- #: countdown-timer.php:127 countdown-timer.php:382 countdown-timer.php:564
34
- msgid "hours"
35
- msgstr "hodiny"
36
-
37
- #: countdown-timer.php:128 countdown-timer.php:383 countdown-timer.php:565
38
- msgid "minutes"
39
- msgstr "minuty"
40
-
41
- #: countdown-timer.php:129 countdown-timer.php:384 countdown-timer.php:566
42
- msgid "seconds"
43
- msgstr "sekundy"
44
-
45
- #: countdown-timer.php:396
46
- msgid "Title:"
47
- msgstr "Název"
48
-
49
- #: countdown-timer.php:397
50
- msgid "Target Date:"
51
- msgstr "Cílové datum:"
52
-
53
- #: countdown-timer.php:398
54
- msgid "Target Time (HH:MM:SS):"
55
- msgstr "Cílový čas (HH:MM:SS):"
56
-
57
- #: countdown-timer.php:418
58
- msgid "Omit Weeks:"
59
- msgstr "Vynechat týdny:"
60
-
61
- #: countdown-timer.php:418
62
- msgid "No"
63
- msgstr "Ne"
64
-
65
- #: countdown-timer.php:418
66
- msgid "Yes"
67
- msgstr "Ano"
68
-
69
- #: countdown-timer.php:419
70
- msgid "Style:"
71
- msgstr "Styl:"
72
-
73
- #: countdown-timer.php:433
74
- msgid "Inject Script:"
75
- msgstr "Aplikujte skript:"
76
-
77
- #: countdown-timer.php:433
78
- msgid "Footer"
79
- msgstr "Zápatí"
80
-
81
- #: countdown-timer.php:433
82
- msgid "Inline"
83
- msgstr "Vkládaný"
84
-
85
- #: countdown-timer.php:438
86
- msgid "Rockstar Features"
87
- msgstr "Rockstar Vlastnosti"
88
-
89
- #: countdown-timer.php:445
90
- msgid "check the box and save to unlock rockstar features."
91
- msgstr "zaškrtněte a uložte pro odemčení roskstar prvků."
92
-
93
- #: countdown-timer.php:445
94
- #, php-format
95
- msgid "T(-) Countdown %s!"
96
- msgstr "T(-) Odpočítávání %s!"
97
-
98
- #: countdown-timer.php:452
99
- msgid "Above Countdown"
100
- msgstr "Nad odpočítáváním"
101
-
102
- #: countdown-timer.php:454
103
- msgid "Top HTML:"
104
- msgstr "Horní HTML:"
105
-
106
- #: countdown-timer.php:457
107
- msgid "Below Countdown"
108
- msgstr "Pod odpočítáváním"
109
-
110
- #: countdown-timer.php:459
111
- msgid "Bottom HTML:"
112
- msgstr "Spodní HTML:"
113
-
114
- #: countdown-timer.php:462
115
- msgid "When Countdown Reaches Zero"
116
- msgstr "Když odpočítávání dosáhne nuly"
117
-
118
- #: countdown-timer.php:464
119
- msgid "Launch Event HTML:"
120
- msgstr "Zahájit události HTML:"
121
-
122
- #: countdown-timer.php:465
123
- msgid "Launch Target:"
124
- msgstr "Zahájit cíl:"
125
-
126
- #: countdown-timer.php:479
127
- msgid "Digit Titles"
128
- msgstr "Názvy časových úseků"
129
-
130
- #: countdown-timer.php:481
131
- msgid "How do you spell \"weeks\"?:"
132
- msgstr "Jak se píše \"týdnů\"?:"
133
-
134
- #: countdown-timer.php:482
135
- msgid "How do you spell \"days\"?:"
136
- msgstr "Jak se píše \"dnů\"?:"
137
-
138
- #: countdown-timer.php:483
139
- msgid "How do you spell \"hours\"?:"
140
- msgstr "Jak se píše \"hodin\"?:"
141
-
142
- #: countdown-timer.php:484
143
- msgid "How do you spell \"minutes\"?:"
144
- msgstr "Jak se píše \"minut\"?:"
145
-
146
- #: countdown-timer.php:485
147
- msgid "And \"seconds\" are spelled:"
148
- msgstr "A \"vteřiny\" jsou napsány:"
149
-
150
- #: countdown-timer.php:496
151
- msgid "Schedule Recurring Countdown"
152
- msgstr "Plán opakujícího se odpočítávání"
153
-
154
- #: countdown-timer.php:498
155
- #, php-format
156
- msgid ""
157
- "%sT(-) Countdown Control%s is a premium countdown plugin that includes the "
158
- "ability to schedule and manage multiple recurring T(-) Countdowns... the "
159
- "Jedi way."
160
- msgstr ""
161
- "%sT(-) Countdown Control%s je prémiový odpočítávací plugin, který zahrnuje "
162
- "schopnost plánovat a řídit více opakujících se T(-) odpočítávání...cesta "
163
- "Jedi."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/de_DE.mo DELETED
Binary file
languages/de_DE.po DELETED
@@ -1,166 +0,0 @@
1
- # Translation of T(-) Countdown in German
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2012-09-27 15:16:13+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: T(-) Countdown\n"
12
-
13
- #: tminus.php:134 tminus.php:376 tminus.php:554
14
- msgid "weeks"
15
- msgstr "Wochen"
16
-
17
- #: tminus.php:135 tminus.php:377 tminus.php:555
18
- msgid "days"
19
- msgstr "Tage"
20
-
21
- #: tminus.php:136 tminus.php:378 tminus.php:556
22
- msgid "hours"
23
- msgstr "Stunden"
24
-
25
- #: tminus.php:137 tminus.php:379 tminus.php:557
26
- msgid "minutes"
27
- msgstr "Minuten"
28
-
29
- #: tminus.php:138 tminus.php:380 tminus.php:558
30
- msgid "seconds"
31
- msgstr "Sekunden"
32
-
33
- #: tminus.php:434
34
- msgid "Rockstar Features"
35
- msgstr "Rockstar Features"
36
-
37
- #: countdown-timer.php:462
38
- msgid "Entire Widget"
39
- msgstr "Komplettes Widget"
40
-
41
- #: countdown-timer.php:462
42
- msgid "Count Up"
43
- msgstr "Hochzählen"
44
-
45
- #: tminus.php:491
46
- msgid "%sT(-) Countdown Control%s is a premium countdown plugin that includes the ability to schedule and manage multiple recurring T(-) Countdowns... the Jedi way."
47
- msgstr "%sT(-) Countdown Control%s ist ein Premium Countdown Plugin, das mehrere wiederholende Countdowns erstellen und managen kann ... the Jedi way. "
48
-
49
- msgid "T(-) Countdown"
50
- msgstr "T(-) Countdown"
51
-
52
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
53
- msgstr "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
54
-
55
- msgid "twinpictures, baden03"
56
- msgstr "twinpictures, baden03"
57
-
58
- msgid "http://www.twinpictures.de/"
59
- msgstr "http://www.twinpictures.de/"
60
-
61
- #: tminus.php:107
62
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
63
- msgstr "Ein flexibel anpassbarer JQuery Countdown Timer von Twinpictures"
64
-
65
- #: tminus.php:392
66
- msgid "Title:"
67
- msgstr "Titel:"
68
-
69
- #: tminus.php:393
70
- msgid "Target Date:"
71
- msgstr "Stichtag: "
72
-
73
- #: tminus.php:394
74
- msgid "Target Time (HH:MM:SS):"
75
- msgstr "Zielzeit (HH:MM:SS):"
76
-
77
- #: tminus.php:414
78
- msgid "Omit Weeks:"
79
- msgstr "Wochen weglassen: "
80
-
81
- #: tminus.php:414
82
- msgid "No"
83
- msgstr "Nein"
84
-
85
- #: tminus.php:414
86
- msgid "Yes"
87
- msgstr "Ja"
88
-
89
- #: tminus.php:415
90
- msgid "Style:"
91
- msgstr "Style: "
92
-
93
- #: tminus.php:429
94
- msgid "Inject Script:"
95
- msgstr "Skript einfügen:"
96
-
97
- #: tminus.php:429
98
- msgid "Footer"
99
- msgstr "Fußzeile"
100
-
101
- #: tminus.php:429
102
- msgid "Inline"
103
- msgstr "Inline"
104
-
105
- #: tminus.php:438
106
- msgid "This is totally worth 3 bucks."
107
- msgstr "Das Plugin ist mir 3 Dollar wert. "
108
-
109
- #: tminus.php:445
110
- msgid "Above Countdown"
111
- msgstr "Überhalb des Countdowns"
112
-
113
- #: tminus.php:447
114
- msgid "Top HTML:"
115
- msgstr "HTML oben: "
116
-
117
- #: tminus.php:450
118
- msgid "Below Countdown"
119
- msgstr "Unterhalb des Countdowns"
120
-
121
- #: tminus.php:452
122
- msgid "Bottom HTML:"
123
- msgstr "HTML unten:"
124
-
125
- #: tminus.php:455
126
- msgid "When Countdown Reaches Zero"
127
- msgstr "Wenn der Countdown Null erreicht"
128
-
129
- #: tminus.php:457
130
- msgid "Launch Event HTML:"
131
- msgstr "Launch Event HTML: "
132
-
133
- #: tminus.php:458
134
- msgid "Launch Target:"
135
- msgstr "Launch Ziel: "
136
-
137
- #: tminus.php:472
138
- msgid "Digit Titles"
139
- msgstr "Ziffer-Überschriften"
140
-
141
- #: tminus.php:474
142
- msgid "How do you spell \"weeks\"?:"
143
- msgstr "Wie willst Du \"Wochen\" schreiben?"
144
-
145
- #: tminus.php:475
146
- msgid "How do you spell \"days\"?:"
147
- msgstr "Wie willst Du \"Tage\" schreiben?"
148
-
149
- #: tminus.php:476
150
- msgid "How do you spell \"hours\"?:"
151
- msgstr "Wie willst Du \"Stunden\" schreiben?"
152
-
153
- #: tminus.php:477
154
- msgid "How do you spell \"minutes\"?:"
155
- msgstr "Wie willst Du \"Minuten\" schreiben?"
156
-
157
- #: tminus.php:478
158
- msgid "And \"seconds\" are spelled:"
159
- msgstr "Und wie willst Du \"Sekunden\" schreiben?"
160
-
161
- #: tminus.php:489
162
- msgid "Schedule Recurring Countdown"
163
- msgstr "Wiederholende Countdowns erstellen"
164
-
165
- msgid "Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget."
166
- msgstr "Mehrere T(-) Countdown Timer mit Shortcodes oder Sidebar Widgets anzeigen und konfigurieren. "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/es_ES.mo DELETED
Binary file
languages/es_ES.po DELETED
@@ -1,531 +0,0 @@
1
- # Translation of T(-) Countdown Control in Spanish (Spain)
2
- # This file is distributed under the same license as the T(-) Countdown Control package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2014-06-23 00:08+0100\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: Poedit 1.6.5\n"
11
- "Project-Id-Version: T(-) Countdown Control\n"
12
- "POT-Creation-Date: \n"
13
- "Last-Translator: Twinpictues <info@twinpictures.de>\n"
14
- "Language-Team: Twinpictures <info@twinpictures.de>\n"
15
- "Language: es_ES\n"
16
-
17
- #: t-countdown-control.php:932
18
- msgid ""
19
- "A %sCommunity translation%s tool has been set up that allows anyone to "
20
- "assist in translating T(-) Countdown Control. All are %swelcome to "
21
- "participate%s."
22
- msgstr ""
23
-
24
- #: t-countdown-control.php:908
25
- msgid "Default T(-) Countdown Settings"
26
- msgstr ""
27
-
28
- #: t-countdown-control.php:928
29
- msgid "T(-) Countdown Control Version"
30
- msgstr ""
31
-
32
- #: t-countdown-control.php:929
33
- msgid "Schedule and display multiple countdowns the jedi way."
34
- msgstr ""
35
-
36
- #: t-countdown-control.php:946
37
- msgid ""
38
- "To recieve plugin updates you must register your plugin. Enter your Receipt "
39
- "ID and email address used to purchase the plugin below."
40
- msgstr ""
41
-
42
- #: config-meta-boxes.php:10
43
- msgid "Countdown Launch"
44
- msgstr ""
45
-
46
- #: config-meta-boxes.php:17
47
- msgid "Launch Date"
48
- msgstr ""
49
-
50
- #: config-meta-boxes.php:18
51
- msgid "Launch date for this countdown."
52
- msgstr ""
53
-
54
- #: config-meta-boxes.php:24
55
- msgid "Launch Time"
56
- msgstr ""
57
-
58
- #: config-meta-boxes.php:25
59
- msgid "Launch time for this countdown."
60
- msgstr ""
61
-
62
- #: config-meta-boxes.php:31
63
- msgid "Launch Strtotime"
64
- msgstr ""
65
-
66
- #: config-meta-boxes.php:32
67
- msgid ""
68
- "<a href=\"http://php.net/manual/en/function.strtotime.php\" target=\"_blank"
69
- "\" title=\"PHP strtotime - Manual\">PHP strtotime</a> launch for this "
70
- "countdown."
71
- msgstr ""
72
-
73
- #: config-meta-boxes.php:37
74
- msgid "Launch Target"
75
- msgstr ""
76
-
77
- #: config-meta-boxes.php:38
78
- msgid "Content target area once countdown reaches zero."
79
- msgstr ""
80
-
81
- #: config-meta-boxes.php:43 config-meta-boxes.php:76
82
- msgid "Above Countdown"
83
- msgstr ""
84
-
85
- #: config-meta-boxes.php:44 config-meta-boxes.php:94
86
- msgid "Below Countdown"
87
- msgstr ""
88
-
89
- #: config-meta-boxes.php:45
90
- msgid "Entire Countdown"
91
- msgstr ""
92
-
93
- #: config-meta-boxes.php:46
94
- msgid "Page Redirect"
95
- msgstr ""
96
-
97
- #: config-meta-boxes.php:47
98
- msgid "Count Up"
99
- msgstr ""
100
-
101
- #: config-meta-boxes.php:51
102
- msgid "Redirect URL"
103
- msgstr ""
104
-
105
- #: config-meta-boxes.php:52
106
- msgid "Target URL to redirect entire page to on launch."
107
- msgstr ""
108
-
109
- #: config-meta-boxes.php:58
110
- msgid "Countdown Type"
111
- msgstr ""
112
-
113
- #: config-meta-boxes.php:62
114
- msgid "Single Shot"
115
- msgstr ""
116
-
117
- #: config-meta-boxes.php:63
118
- msgid "Recurring"
119
- msgstr ""
120
-
121
- #: config-meta-boxes.php:83
122
- msgid "HTML to display above countdown."
123
- msgstr ""
124
-
125
- #: config-meta-boxes.php:101
126
- msgid "HTML to display below countdown."
127
- msgstr ""
128
-
129
- #: config-meta-boxes.php:112
130
- msgid "Countdown Cycle"
131
- msgstr ""
132
-
133
- #: config-meta-boxes.php:119
134
- msgid "Cycle Unit Value"
135
- msgstr ""
136
-
137
- #: config-meta-boxes.php:120
138
- msgid "Number of time units to wait before next countdown starts."
139
- msgstr ""
140
-
141
- #: config-meta-boxes.php:126
142
- msgid "Time Unit"
143
- msgstr ""
144
-
145
- #: config-meta-boxes.php:130 config-meta-boxes.php:176
146
- msgid "Seconds"
147
- msgstr "Segundos"
148
-
149
- #: config-meta-boxes.php:131 config-meta-boxes.php:177
150
- msgid "Minutes"
151
- msgstr "Minutos"
152
-
153
- #: config-meta-boxes.php:132 config-meta-boxes.php:178
154
- msgid "Hours"
155
- msgstr "Horas"
156
-
157
- #: config-meta-boxes.php:133 config-meta-boxes.php:179
158
- msgid "Days"
159
- msgstr "Días"
160
-
161
- #: config-meta-boxes.php:134 config-meta-boxes.php:180
162
- msgid "Weeks"
163
- msgstr "Semanas"
164
-
165
- #: config-meta-boxes.php:143
166
- msgid "Recurring Launch Schedule"
167
- msgstr ""
168
-
169
- #: config-meta-boxes.php:150
170
- msgid "Schedule Type"
171
- msgstr ""
172
-
173
- #: config-meta-boxes.php:154
174
- msgid "Custom"
175
- msgstr ""
176
-
177
- #: config-meta-boxes.php:155
178
- msgid "Daily"
179
- msgstr "Diario"
180
-
181
- #: config-meta-boxes.php:156
182
- msgid "Monday - Friday"
183
- msgstr "Lunes - Viernes"
184
-
185
- #: config-meta-boxes.php:157
186
- msgid "Mon., Wed. & Fri."
187
- msgstr "Lun., Mié. y Vie."
188
-
189
- #: config-meta-boxes.php:158
190
- msgid "Tue. & Thur."
191
- msgstr "Mar. y Jue."
192
-
193
- #: config-meta-boxes.php:159
194
- msgid "Weekly"
195
- msgstr "Semanal"
196
-
197
- #: config-meta-boxes.php:160
198
- msgid "Monthly"
199
- msgstr "Mensual"
200
-
201
- #: config-meta-boxes.php:161
202
- msgid "Yearly"
203
- msgstr "Anual"
204
-
205
- #: config-meta-boxes.php:165
206
- msgid "Custom Recur Value"
207
- msgstr ""
208
-
209
- #: config-meta-boxes.php:166
210
- msgid "Number of time units between custom recurring launches."
211
- msgstr ""
212
-
213
- #: config-meta-boxes.php:172
214
- msgid "Custom Recur Time Unit"
215
- msgstr ""
216
-
217
- #: config-meta-boxes.php:184
218
- msgid "Schedule Starts"
219
- msgstr ""
220
-
221
- #: config-meta-boxes.php:188
222
- msgid "Now"
223
- msgstr "Ahora"
224
-
225
- #: config-meta-boxes.php:189 config-meta-boxes.php:212
226
- msgid "Schedule"
227
- msgstr ""
228
-
229
- #: config-meta-boxes.php:193
230
- msgid "Start Date"
231
- msgstr "Fecha Inicio"
232
-
233
- #: config-meta-boxes.php:194
234
- msgid "Start date for this recurring launch."
235
- msgstr ""
236
-
237
- #: config-meta-boxes.php:200
238
- msgid "Start Time"
239
- msgstr "Hora Inicio"
240
-
241
- #: config-meta-boxes.php:201
242
- msgid "Start time for this recurring launch."
243
- msgstr ""
244
-
245
- #: config-meta-boxes.php:207
246
- msgid "Schedule Ends"
247
- msgstr ""
248
-
249
- #: config-meta-boxes.php:211
250
- msgid "Never"
251
- msgstr "Nunca"
252
-
253
- #: config-meta-boxes.php:216
254
- msgid "End Date"
255
- msgstr "Fecha Fin"
256
-
257
- #: config-meta-boxes.php:217
258
- msgid "End date for this recurring launch."
259
- msgstr ""
260
-
261
- #: config-meta-boxes.php:223
262
- msgid "End Time"
263
- msgstr "Hora Fin"
264
-
265
- #: config-meta-boxes.php:224
266
- msgid "End time for this recurring launch."
267
- msgstr ""
268
-
269
- #: config-meta-boxes.php:230
270
- msgid "Last Ran"
271
- msgstr ""
272
-
273
- #: config-meta-boxes.php:231
274
- msgid "The last time this countdown launched."
275
- msgstr ""
276
-
277
- #: config-meta-boxes.php:238
278
- msgid "Next Run"
279
- msgstr ""
280
-
281
- #: config-meta-boxes.php:239
282
- msgid "The next time this countdown is scheduled to launched."
283
- msgstr ""
284
-
285
- #: t-countdown-control.php:94
286
- msgctxt "post type general name"
287
- msgid "T(-) Countdown"
288
- msgstr "T(-) Countdown"
289
-
290
- #: t-countdown-control.php:95
291
- msgctxt "post type singular name"
292
- msgid "T(-) Countdown"
293
- msgstr "T(-) Countdown"
294
-
295
- #: t-countdown-control.php:96
296
- msgctxt "T(-) Countdown"
297
- msgid "Add New"
298
- msgstr "Añadir Nuevo"
299
-
300
- #: t-countdown-control.php:97
301
- msgid "Add New T(-) Countdown"
302
- msgstr "Añadir Nuevo T(-) Countdown"
303
-
304
- #: t-countdown-control.php:98
305
- msgid "Edit T(-) Countdown"
306
- msgstr "Editar T(-) Countdown"
307
-
308
- #: t-countdown-control.php:99
309
- msgid "New T(-) Countdown"
310
- msgstr "Nuevo T(-) Countdown"
311
-
312
- #: t-countdown-control.php:100
313
- msgid "View T(-) Countdown"
314
- msgstr "Ver T(-) Countdown"
315
-
316
- #: t-countdown-control.php:101
317
- msgid "Search T(-) Countdowns"
318
- msgstr "Buscar T(-) Countdown"
319
-
320
- #: t-countdown-control.php:102
321
- msgid "No T(-) Countdowns found"
322
- msgstr "No se ha encontrado T(-) Countdown"
323
-
324
- #: t-countdown-control.php:103
325
- msgid "No T(-) Countdowns found in Trash"
326
- msgstr "No se han encontrado T(-) Countdown en la Papelera"
327
-
328
- #: t-countdown-control.php:882
329
- msgid "made you feel all warm and fuzzy on the inside"
330
- msgstr ""
331
-
332
- #: t-countdown-control.php:883
333
- msgid "restored your faith in humanity... even if only for a fleeting second"
334
- msgstr ""
335
-
336
- #: t-countdown-control.php:884
337
- msgid "rocked your world"
338
- msgstr ""
339
-
340
- #: t-countdown-control.php:885
341
- msgid "inspired you to commit a random act of kindness"
342
- msgstr ""
343
-
344
- #: t-countdown-control.php:886
345
- msgid "encouraged more regular flossing of the teeth"
346
- msgstr ""
347
-
348
- #: t-countdown-control.php:887
349
- msgid "helped organize your life in the small ways that matter"
350
- msgstr ""
351
-
352
- #: t-countdown-control.php:888
353
- msgid "saved your minutes--if not tens of minutes--writing your own solution"
354
- msgstr ""
355
-
356
- #: t-countdown-control.php:889
357
- msgid "brightened your day... or darkened if if you are trying to sleep in"
358
- msgstr ""
359
-
360
- #: t-countdown-control.php:890
361
- msgid "caused you to dance a little jig of joy and joyousness"
362
- msgstr ""
363
-
364
- #: t-countdown-control.php:891
365
- msgid "inspired you to tweet a little @twinpictues social love"
366
- msgstr ""
367
-
368
- #: t-countdown-control.php:892
369
- msgid "tasted great, while also being less filling"
370
- msgstr ""
371
-
372
- #: t-countdown-control.php:893
373
- msgid "caused you to shout: \"everybody spread love, give me some mo!\""
374
- msgstr ""
375
-
376
- #: t-countdown-control.php:894
377
- msgid "helped you keep the funk alive"
378
- msgstr ""
379
-
380
- #: t-countdown-control.php:895
381
- msgid ""
382
- "<a href=\"http://www.youtube.com/watch?v=dvQ28F5fOdU\" target=\"_blank"
383
- "\">soften hands while you do dishes</a>"
384
- msgstr ""
385
-
386
- #: t-countdown-control.php:896
387
- msgid ""
388
- "helped that little old lady <a href=\"http://www.youtube.com/watch?"
389
- "v=Ug75diEyiA0\" target=\"_blank\">find the beef</a>"
390
- msgstr ""
391
-
392
- #: t-countdown-control.php:926
393
- msgid "About"
394
- msgstr "Acerca de"
395
-
396
- #: t-countdown-control.php:931
397
- msgid ""
398
- "%sDetailed documentation%s, complete with working demonstrations of all "
399
- "shortcode attributes, is available for your instructional enjoyment."
400
- msgstr ""
401
-
402
- #: t-countdown-control.php:933
403
- msgid "If this plugin %s, please consider %ssharing your story%s with others."
404
- msgstr ""
405
-
406
- #: t-countdown-control.php:944
407
- msgid "Register Plugin"
408
- msgstr "Registrar"
409
-
410
- #: t-countdown-control.php:950
411
- msgid "Receipt ID"
412
- msgstr ""
413
-
414
- #: t-countdown-control.php:952
415
- msgid "Receipt ID is found in the Purchase Receipt"
416
- msgstr ""
417
-
418
- #: t-countdown-control.php:957
419
- msgid "Email"
420
- msgstr "Email"
421
-
422
- #: t-countdown-control.php:959
423
- msgid "Email address used to purchase plugin"
424
- msgstr "Email usado para registrar el plugin"
425
-
426
- #: t-countdown-control.php:876 t-countdown-control.php:965
427
- msgid "Register"
428
- msgstr "Registrar"
429
-
430
- #: t-countdown-control.php:147
431
- msgid "Display a scheduled T(-) Countdown the Jedi way."
432
- msgstr ""
433
-
434
- #: t-countdown-control.php:148
435
- msgid "T(-) Countdown"
436
- msgstr "T(-) Countdown"
437
-
438
- #: t-countdown-control.php:180 t-countdown-control.php:425
439
- #: t-countdown-control.php:601
440
- msgid "weeks"
441
- msgstr "semanas"
442
-
443
- #: t-countdown-control.php:181 t-countdown-control.php:426
444
- #: t-countdown-control.php:602
445
- msgid "days"
446
- msgstr "días"
447
-
448
- #: t-countdown-control.php:182 t-countdown-control.php:427
449
- #: t-countdown-control.php:603
450
- msgid "hours"
451
- msgstr "horas"
452
-
453
- #: t-countdown-control.php:183 t-countdown-control.php:428
454
- #: t-countdown-control.php:604
455
- msgid "minutes"
456
- msgstr "minutos"
457
-
458
- #: t-countdown-control.php:184 t-countdown-control.php:429
459
- #: t-countdown-control.php:605
460
- msgid "seconds"
461
- msgstr "segundos"
462
-
463
- #: t-countdown-control.php:431
464
- msgid "Title:"
465
- msgstr "Título:"
466
-
467
- #: t-countdown-control.php:433
468
- msgid "T(-) Countdown Schedule:"
469
- msgstr ""
470
-
471
- #: t-countdown-control.php:493
472
- msgid "Omit Weeks:"
473
- msgstr "Omitir Semanas:"
474
-
475
- #: t-countdown-control.php:493 t-countdown-control.php:494
476
- #: t-countdown-control.php:495
477
- msgid "No"
478
- msgstr "No"
479
-
480
- #: t-countdown-control.php:493 t-countdown-control.php:494
481
- #: t-countdown-control.php:495
482
- msgid "Yes"
483
- msgstr "Sí"
484
-
485
- #: t-countdown-control.php:494
486
- msgid "Omit Days:"
487
- msgstr "Omitir Días:"
488
-
489
- #: t-countdown-control.php:495
490
- msgid "Omit Seconds:"
491
- msgstr "Omitir Segundos:"
492
-
493
- #: t-countdown-control.php:496
494
- msgid "Style:"
495
- msgstr "Estilo:"
496
-
497
- #: t-countdown-control.php:509
498
- msgid "Inject Script:"
499
- msgstr ""
500
-
501
- #: t-countdown-control.php:509
502
- msgid "Footer"
503
- msgstr ""
504
-
505
- #: t-countdown-control.php:509
506
- msgid "Inline"
507
- msgstr ""
508
-
509
- #: t-countdown-control.php:510
510
- msgid "Digit Titles"
511
- msgstr ""
512
-
513
- #: t-countdown-control.php:512
514
- msgid "How do you spell \"weeks\"?:"
515
- msgstr ""
516
-
517
- #: t-countdown-control.php:513
518
- msgid "How do you spell \"days\"?:"
519
- msgstr ""
520
-
521
- #: t-countdown-control.php:514
522
- msgid "How do you spell \"hours\"?:"
523
- msgstr ""
524
-
525
- #: t-countdown-control.php:515
526
- msgid "How do you spell \"minutes\"?:"
527
- msgstr ""
528
-
529
- #: t-countdown-control.php:516
530
- msgid "And \"seconds\" are spelled:"
531
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/fa_FA.mo DELETED
Binary file
languages/fa_FA.po DELETED
@@ -1,182 +0,0 @@
1
- # Translation of T(-) Countdown in Persian
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2014-02-10 10:47+0100\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=1; plural=0;\n"
10
- "X-Generator: Poedit 1.5.7\n"
11
- "Project-Id-Version: T(-) Countdown\n"
12
- "POT-Creation-Date: \n"
13
- "Last-Translator: Baden Coleman <baden@twinpictures.de>\n"
14
- "Language-Team: Twinpictures <info@twinpictures.de>\n"
15
- "Language: Persian\n"
16
-
17
- #: countdown-timer.php:491
18
- msgid ""
19
- "%sT(-) Countdown Control%s is a premium countdown plugin that includes the "
20
- "ability to schedule and manage mulitple recurring T(-) Countdowns... the "
21
- "Jedi way."
22
- msgstr ""
23
- "%sافزونه ی T(-) Countdown%s یک افزونه شمارش معکوس پریمیوم با قبلیت های "
24
- "فراوان از جمله زمانبدی و مدیریت تاریخ و زمان ها با قالب های زیبا می باشد.این "
25
- "افزونه توسط وبسایت هیــگز - ذره خدا ترجمه شده است."
26
-
27
- #: countdown-timer.php:134 countdown-timer.php:376 countdown-timer.php:554
28
- msgid "weeks"
29
- msgstr "هفته"
30
-
31
- #: countdown-timer.php:135 countdown-timer.php:377 countdown-timer.php:555
32
- msgid "days"
33
- msgstr "روز"
34
-
35
- #: countdown-timer.php:136 countdown-timer.php:378 countdown-timer.php:556
36
- msgid "hours"
37
- msgstr "ساعت"
38
-
39
- #: countdown-timer.php:137 countdown-timer.php:379 countdown-timer.php:557
40
- msgid "minutes"
41
- msgstr "دقیقه"
42
-
43
- #: countdown-timer.php:138 countdown-timer.php:380 countdown-timer.php:558
44
- msgid "seconds"
45
- msgstr "ثانیه"
46
-
47
- #: countdown-timer.php:434
48
- msgid "Rockstar Features"
49
- msgstr "خصوصیت ها"
50
-
51
- #: countdown-timer.php:462
52
- msgid "Entire Widget"
53
- msgstr "تمامی عناصر ابزارک"
54
-
55
- #: countdown-timer.php:462
56
- msgid "Count Up"
57
- msgstr "شمارنده ی بالا"
58
-
59
- msgid "T(-) Countdown"
60
- msgstr "شمارنده ی T(-)"
61
-
62
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
63
- msgstr "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
64
-
65
- msgid "twinpictures, baden03"
66
- msgstr "twinpictures, baden03"
67
-
68
- msgid "http://www.twinpictures.de/"
69
- msgstr "http://www.twinpictures.de/"
70
-
71
- #: countdown-timer.php:107
72
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
73
- msgstr ""
74
- "افزونه بسیار قدرتمن ساخته شده با جی کوئری توسط Twinpictures و ترجمه شده توسط "
75
- "هیــگز - ذره خدا"
76
-
77
- #: countdown-timer.php:392
78
- msgid "Title:"
79
- msgstr "عنوان:"
80
-
81
- #: countdown-timer.php:393
82
- msgid "Target Date:"
83
- msgstr "تاریخ مورد نظر:"
84
-
85
- #: countdown-timer.php:394
86
- msgid "Target Time (HH:MM:SS):"
87
- msgstr "زمان مورد نظر (HH:MM:SS):"
88
-
89
- #: countdown-timer.php:414
90
- msgid "Omit Weeks:"
91
- msgstr "حذف هفته:"
92
-
93
- #: countdown-timer.php:414
94
- msgid "No"
95
- msgstr "خیر"
96
-
97
- #: countdown-timer.php:414
98
- msgid "Yes"
99
- msgstr "بله"
100
-
101
- #: countdown-timer.php:415
102
- msgid "Style:"
103
- msgstr "استایل:"
104
-
105
- #: countdown-timer.php:429
106
- msgid "Inject Script:"
107
- msgstr "وارد کردن اسکریپت:"
108
-
109
- #: countdown-timer.php:429
110
- msgid "Footer"
111
- msgstr "پاورقی"
112
-
113
- #: countdown-timer.php:429
114
- msgid "Inline"
115
- msgstr "درون خطی"
116
-
117
- #: countdown-timer.php:438
118
- msgid "This is totally worth 3 bucks."
119
- msgstr "در مجموع با سه باک کار می کند."
120
-
121
- #: countdown-timer.php:445
122
- msgid "Above Countdown"
123
- msgstr "بالای شمارش معکوس"
124
-
125
- #: countdown-timer.php:447
126
- msgid "Top HTML:"
127
- msgstr "کد اچ تی ام ال بالا:"
128
-
129
- #: countdown-timer.php:450
130
- msgid "Below Countdown"
131
- msgstr "پائین شمارش معکوس"
132
-
133
- #: countdown-timer.php:452
134
- msgid "Bottom HTML:"
135
- msgstr "کد اچ تی ام ال پائین:"
136
-
137
- #: countdown-timer.php:455
138
- msgid "When Countdown Reaches Zero"
139
- msgstr "وقتی شمارش معکوس صفر شد"
140
-
141
- #: countdown-timer.php:457
142
- msgid "Launch Event HTML:"
143
- msgstr "نمایش رویداد اچ تی ام ال:"
144
-
145
- #: countdown-timer.php:458
146
- msgid "Launch Target:"
147
- msgstr "مشاهده هدف"
148
-
149
- #: countdown-timer.php:472
150
- msgid "Digit Titles"
151
- msgstr "عناوین رقمی"
152
-
153
- #: countdown-timer.php:474
154
- msgid "How do you spell \"weeks\"?:"
155
- msgstr "متن هفته را وارد کنید"
156
-
157
- #: countdown-timer.php:475
158
- msgid "How do you spell \"days\"?:"
159
- msgstr "متن روز را وارد کنید"
160
-
161
- #: countdown-timer.php:476
162
- msgid "How do you spell \"hours\"?:"
163
- msgstr "متن ساعت را وارد کنید"
164
-
165
- #: countdown-timer.php:477
166
- msgid "How do you spell \"minutes\"?:"
167
- msgstr "متن دقیقه را وارد کنید"
168
-
169
- #: countdown-timer.php:478
170
- msgid "And \"seconds\" are spelled:"
171
- msgstr "متن ثانیه را وارد کنید"
172
-
173
- #: countdown-timer.php:489
174
- msgid "Schedule Recurring Countdown"
175
- msgstr "برنامه شمارش معکوس دوره ای در محدوده زمانی معین"
176
-
177
- msgid ""
178
- "Display and configure multiple T(-) Countdown timers using a shortcode or "
179
- "sidebar widget."
180
- msgstr ""
181
- "نمایش و پیکربندی شمارنده ی چند کاره T(-) و تایمر معکوس با استفاده از کد "
182
- "کوتاه و ابزاک"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/fr_FR.mo DELETED
Binary file
languages/fr_FR.po DELETED
@@ -1,177 +0,0 @@
1
- # Translation of T(-) Countdown in French (France)
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2014-02-10 10:53+0100\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n > 1;\n"
10
- "X-Generator: Poedit 1.5.7\n"
11
- "Project-Id-Version: T(-) Countdown\n"
12
- "POT-Creation-Date: \n"
13
- "Last-Translator: Baden Coleman <baden@twinpictures.de>\n"
14
- "Language-Team: Twinpictures <info@twinpictures.de>\n"
15
- "Language: French\n"
16
-
17
- #: countdown-timer.php:491
18
- msgid ""
19
- "%sT(-) Countdown Control%s is a premium countdown plugin that includes the "
20
- "ability to schedule and manage mulitple recurring T(-) Countdowns... the "
21
- "Jedi way."
22
- msgstr ""
23
-
24
- #: countdown-timer.php:134 countdown-timer.php:376 countdown-timer.php:554
25
- msgid "weeks"
26
- msgstr "semaines"
27
-
28
- #: countdown-timer.php:135 countdown-timer.php:377 countdown-timer.php:555
29
- msgid "days"
30
- msgstr "jours"
31
-
32
- #: countdown-timer.php:136 countdown-timer.php:378 countdown-timer.php:556
33
- msgid "hours"
34
- msgstr "heures"
35
-
36
- #: countdown-timer.php:137 countdown-timer.php:379 countdown-timer.php:557
37
- msgid "minutes"
38
- msgstr "minutes"
39
-
40
- #: countdown-timer.php:138 countdown-timer.php:380 countdown-timer.php:558
41
- msgid "seconds"
42
- msgstr "secondes"
43
-
44
- #: countdown-timer.php:434
45
- msgid "Rockstar Features"
46
- msgstr "Caractéristiques Rockstar"
47
-
48
- #: countdown-timer.php:462
49
- msgid "Entire Widget"
50
- msgstr "Widget complet"
51
-
52
- #: countdown-timer.php:462
53
- msgid "Count Up"
54
- msgstr "Dénombrement"
55
-
56
- msgid "T(-) Countdown"
57
- msgstr "T(-) Countdown"
58
-
59
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
60
- msgstr "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
61
-
62
- msgid "twinpictures, baden03"
63
- msgstr "twinpictures, baden03"
64
-
65
- msgid "http://www.twinpictures.de/"
66
- msgstr "http://www.twinpictures.de/"
67
-
68
- #: countdown-timer.php:107
69
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
70
- msgstr "Un compte à rebours facilement adaptable, par Twinpictures"
71
-
72
- #: countdown-timer.php:392
73
- msgid "Title:"
74
- msgstr "Titre :"
75
-
76
- #: countdown-timer.php:393
77
- msgid "Target Date:"
78
- msgstr "Date cible :"
79
-
80
- #: countdown-timer.php:394
81
- msgid "Target Time (HH:MM:SS):"
82
- msgstr "Heure cible :"
83
-
84
- #: countdown-timer.php:414
85
- msgid "Omit Weeks:"
86
- msgstr "Semaines ignorées :"
87
-
88
- #: countdown-timer.php:414
89
- msgid "No"
90
- msgstr "Non"
91
-
92
- #: countdown-timer.php:414
93
- msgid "Yes"
94
- msgstr "Oui"
95
-
96
- #: countdown-timer.php:415
97
- msgid "Style:"
98
- msgstr "Style :"
99
-
100
- #: countdown-timer.php:429
101
- msgid "Inject Script:"
102
- msgstr "Script intégré :"
103
-
104
- #: countdown-timer.php:429
105
- msgid "Footer"
106
- msgstr "Pied de page"
107
-
108
- #: countdown-timer.php:429
109
- msgid "Inline"
110
- msgstr "En ligne"
111
-
112
- #: countdown-timer.php:438
113
- msgid "This is totally worth 3 bucks."
114
- msgstr "Ça vaut 3 billets."
115
-
116
- #: countdown-timer.php:445
117
- msgid "Above Countdown"
118
- msgstr "Au dessus du compteur"
119
-
120
- #: countdown-timer.php:447
121
- msgid "Top HTML:"
122
- msgstr "HTML supérieur"
123
-
124
- #: countdown-timer.php:450
125
- msgid "Below Countdown"
126
- msgstr "En dessous du compteur"
127
-
128
- #: countdown-timer.php:452
129
- msgid "Bottom HTML:"
130
- msgstr "HTML inférieur"
131
-
132
- #: countdown-timer.php:455
133
- msgid "When Countdown Reaches Zero"
134
- msgstr "Quand le compteur atteint zéro"
135
-
136
- #: countdown-timer.php:457
137
- msgid "Launch Event HTML:"
138
- msgstr "Lancer un script HTML :"
139
-
140
- #: countdown-timer.php:458
141
- msgid "Launch Target:"
142
- msgstr "Lancer un lien :"
143
-
144
- #: countdown-timer.php:472
145
- msgid "Digit Titles"
146
- msgstr "Titres digitaux"
147
-
148
- #: countdown-timer.php:474
149
- msgid "How do you spell \"weeks\"?:"
150
- msgstr "Comment épelez-vous \"semaines\" ? :"
151
-
152
- #: countdown-timer.php:475
153
- msgid "How do you spell \"days\"?:"
154
- msgstr "Comment épelez-vous \"jours\" ? :"
155
-
156
- #: countdown-timer.php:476
157
- msgid "How do you spell \"hours\"?:"
158
- msgstr "Comment épelez-vous \"heures\" ? :"
159
-
160
- #: countdown-timer.php:477
161
- msgid "How do you spell \"minutes\"?:"
162
- msgstr "Comment épelez-vous \"minutes\" ? :"
163
-
164
- #: countdown-timer.php:478
165
- msgid "And \"seconds\" are spelled:"
166
- msgstr "Comment épelez-vous \"secondes\" ? :"
167
-
168
- #: countdown-timer.php:489
169
- msgid "Schedule Recurring Countdown"
170
- msgstr "Programmer un compte à rebours récurrent"
171
-
172
- msgid ""
173
- "Display and configure multiple T(-) Countdown timers using a shortcode or "
174
- "sidebar widget."
175
- msgstr ""
176
- "Afficher et configurer plusieurs Compte à rebours T(-) dans un code ou les "
177
- "Widgets latéraux."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/it_IT.mo DELETED
Binary file
languages/it_IT.po DELETED
@@ -1,174 +0,0 @@
1
- # Translation of T(-) Countdown in Italian
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2013-03-11 10:18+0100\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: Poedit 1.5.5\n"
11
- "Project-Id-Version: T(-) Countdown\n"
12
- "POT-Creation-Date: \n"
13
- "Last-Translator: Baden Coleman <baden@twinpictures.de>\n"
14
- "Language-Team: \n"
15
-
16
- #: countdown-timer.php:491
17
- msgid ""
18
- "%sT(-) Countdown Control%s is a premium countdown plugin that includes the "
19
- "ability to schedule and manage mulitple recurring T(-) Countdowns... the "
20
- "Jedi way."
21
- msgstr ""
22
-
23
- #: countdown-timer.php:134 countdown-timer.php:376 countdown-timer.php:554
24
- msgid "weeks"
25
- msgstr "Settimane"
26
-
27
- #: countdown-timer.php:135 countdown-timer.php:377 countdown-timer.php:555
28
- msgid "days"
29
- msgstr "Giorni"
30
-
31
- #: countdown-timer.php:136 countdown-timer.php:378 countdown-timer.php:556
32
- msgid "hours"
33
- msgstr "Ore"
34
-
35
- #: countdown-timer.php:137 countdown-timer.php:379 countdown-timer.php:557
36
- msgid "minutes"
37
- msgstr "Minuti"
38
-
39
- #: countdown-timer.php:138 countdown-timer.php:380 countdown-timer.php:558
40
- msgid "seconds"
41
- msgstr "Secondi"
42
-
43
- #: countdown-timer.php:434
44
- msgid "Rockstar Features"
45
- msgstr "Funzioni Rockstar"
46
-
47
- #: countdown-timer.php:462
48
- msgid "Entire Widget"
49
- msgstr ""
50
-
51
- #: countdown-timer.php:462
52
- msgid "Count Up"
53
- msgstr ""
54
-
55
- msgid "T(-) Countdown"
56
- msgstr ""
57
-
58
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
59
- msgstr ""
60
-
61
- msgid "twinpictures, baden03"
62
- msgstr ""
63
-
64
- msgid "http://www.twinpictures.de/"
65
- msgstr ""
66
-
67
- #: countdown-timer.php:107
68
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
69
- msgstr ""
70
-
71
- #: countdown-timer.php:392
72
- msgid "Title:"
73
- msgstr "Titolo:"
74
-
75
- #: countdown-timer.php:393
76
- msgid "Target Date:"
77
- msgstr "Data di fine Count Down:"
78
-
79
- #: countdown-timer.php:394
80
- msgid "Target Time (HH:MM:SS):"
81
- msgstr "Orario fine Cound Down (HH:MM:SS):"
82
-
83
- #: countdown-timer.php:414
84
- msgid "Omit Weeks:"
85
- msgstr "Nascondi Settimane:"
86
-
87
- #: countdown-timer.php:414
88
- msgid "No"
89
- msgstr "No"
90
-
91
- #: countdown-timer.php:414
92
- msgid "Yes"
93
- msgstr "Si"
94
-
95
- #: countdown-timer.php:415
96
- msgid "Style:"
97
- msgstr ""
98
-
99
- #: countdown-timer.php:429
100
- msgid "Inject Script:"
101
- msgstr ""
102
-
103
- #: countdown-timer.php:429
104
- msgid "Footer"
105
- msgstr ""
106
-
107
- #: countdown-timer.php:429
108
- msgid "Inline"
109
- msgstr ""
110
-
111
- #: countdown-timer.php:438
112
- msgid "This is totally worth 3 bucks."
113
- msgstr ""
114
-
115
- #: countdown-timer.php:445
116
- msgid "Above Countdown"
117
- msgstr ""
118
-
119
- #: countdown-timer.php:447
120
- msgid "Top HTML:"
121
- msgstr ""
122
-
123
- #: countdown-timer.php:450
124
- msgid "Below Countdown"
125
- msgstr ""
126
-
127
- #: countdown-timer.php:452
128
- msgid "Bottom HTML:"
129
- msgstr ""
130
-
131
- #: countdown-timer.php:455
132
- msgid "When Countdown Reaches Zero"
133
- msgstr ""
134
-
135
- #: countdown-timer.php:457
136
- msgid "Launch Event HTML:"
137
- msgstr ""
138
-
139
- #: countdown-timer.php:458
140
- msgid "Launch Target:"
141
- msgstr ""
142
-
143
- #: countdown-timer.php:472
144
- msgid "Digit Titles"
145
- msgstr ""
146
-
147
- #: countdown-timer.php:474
148
- msgid "How do you spell \"weeks\"?:"
149
- msgstr ""
150
-
151
- #: countdown-timer.php:475
152
- msgid "How do you spell \"days\"?:"
153
- msgstr ""
154
-
155
- #: countdown-timer.php:476
156
- msgid "How do you spell \"hours\"?:"
157
- msgstr ""
158
-
159
- #: countdown-timer.php:477
160
- msgid "How do you spell \"minutes\"?:"
161
- msgstr ""
162
-
163
- #: countdown-timer.php:478
164
- msgid "And \"seconds\" are spelled:"
165
- msgstr ""
166
-
167
- #: countdown-timer.php:489
168
- msgid "Schedule Recurring Countdown"
169
- msgstr ""
170
-
171
- msgid ""
172
- "Display and configure multiple T(-) Countdown timers using a shortcode or "
173
- "sidebar widget."
174
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/jquery-t-countdown-widget.pot DELETED
@@ -1,356 +0,0 @@
1
- # Copyright (C) 2015 T(-) Countdown
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: T(-) Countdown 2.3.6\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/jquery-t-countdown-widget\n"
7
- "POT-Creation-Date: 2015-10-05 10:51:20+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
-
15
- #: countdown-timer.php:85
16
- msgid "Settings"
17
- msgstr ""
18
-
19
- #: countdown-timer.php:159
20
- msgid "made you feel all warm and fuzzy on the inside"
21
- msgstr ""
22
-
23
- #: countdown-timer.php:160
24
- msgid "restored your faith in humanity... even if only for a fleeting second"
25
- msgstr ""
26
-
27
- #: countdown-timer.php:161
28
- msgid "rocked your world"
29
- msgstr ""
30
-
31
- #: countdown-timer.php:162
32
- msgid "inspired you to commit a random act of kindness"
33
- msgstr ""
34
-
35
- #: countdown-timer.php:163
36
- msgid "encouraged more regular flossing of the teeth"
37
- msgstr ""
38
-
39
- #: countdown-timer.php:164
40
- msgid "helped organize your life in the small ways that matter"
41
- msgstr ""
42
-
43
- #: countdown-timer.php:165
44
- msgid "saved your minutes--if not tens of minutes--writing your own solution"
45
- msgstr ""
46
-
47
- #: countdown-timer.php:166
48
- msgid "brightened your day... or darkened it if sleeping in"
49
- msgstr ""
50
-
51
- #: countdown-timer.php:167
52
- msgid "caused you to dance a little jig of joy and joyousness"
53
- msgstr ""
54
-
55
- #: countdown-timer.php:168
56
- msgid "inspired you to tweet a little @twinpictues social love"
57
- msgstr ""
58
-
59
- #: countdown-timer.php:169
60
- msgid "tasted great, while also being less filling"
61
- msgstr ""
62
-
63
- #: countdown-timer.php:170
64
- msgid "caused you to shout: \"everybody spread love, give me some mo!\""
65
- msgstr ""
66
-
67
- #: countdown-timer.php:171
68
- msgid "really tied the room together, Dude"
69
- msgstr ""
70
-
71
- #: countdown-timer.php:172
72
- msgid "helped you keep the funk alive"
73
- msgstr ""
74
-
75
- #: countdown-timer.php:173
76
- msgid "<a href=\"http://www.youtube.com/watch?v=dvQ28F5fOdU\" target=\"_blank\">soften hands while you do dishes</a>"
77
- msgstr ""
78
-
79
- #: countdown-timer.php:174
80
- msgid "helped that little old lady <a href=\"http://www.youtube.com/watch?v=Ug75diEyiA0\" target=\"_blank\">find the beef</a>"
81
- msgstr ""
82
-
83
- #: countdown-timer.php:196 countdown-timer.php:272 countdown-timer.php:344
84
- msgid "Click to toggle"
85
- msgstr ""
86
-
87
- #: countdown-timer.php:197
88
- msgid "T(-) Countdown Settings"
89
- msgstr ""
90
-
91
- #: countdown-timer.php:207 countdown-timer.php:622
92
- msgid "Rockstar Features"
93
- msgstr ""
94
-
95
- #: countdown-timer.php:208
96
- msgid "Enable"
97
- msgstr ""
98
-
99
- #: countdown-timer.php:209
100
- msgid "Enable rockstar features."
101
- msgstr ""
102
-
103
- #: countdown-timer.php:215
104
- msgid "Force Load CSS"
105
- msgstr ""
106
-
107
- #: countdown-timer.php:230
108
- msgid "Force a css style to load in the header"
109
- msgstr ""
110
-
111
- #: countdown-timer.php:235
112
- msgid "Custom CSS"
113
- msgstr ""
114
-
115
- #: countdown-timer.php:237
116
- msgid "Custom CSS style for <em>ultimate flexibility</em>"
117
- msgstr ""
118
-
119
- #: countdown-timer.php:242
120
- msgid "Save Changes"
121
- msgstr ""
122
-
123
- #: countdown-timer.php:253
124
- msgid "About"
125
- msgstr ""
126
-
127
- #: countdown-timer.php:255
128
- msgid "Version"
129
- msgstr ""
130
-
131
- #: countdown-timer.php:256
132
- msgid "T(-) Countdown is a highly customizable, HTML5 countdown timer that can be displayed as a sidebar widget or in a post or page using a shortcode."
133
- msgstr ""
134
-
135
- #: countdown-timer.php:258
136
- msgid "%sDetailed documentation%s, complete with working demonstrations of all shortcode attributes, is available for your instructional enjoyment."
137
- msgstr ""
138
-
139
- #: countdown-timer.php:259
140
- msgid "A %sCommunity translation%s tool has been set up that allows anyone to assist in translating T(-) Countdown. All are %swelcome to participate%s."
141
- msgstr ""
142
-
143
- #: countdown-timer.php:260
144
- msgid "If this plugin %s, please consider %ssharing your story%s with others."
145
- msgstr ""
146
-
147
- #: countdown-timer.php:273
148
- msgid "T(-) Countdown Control"
149
- msgstr ""
150
-
151
- #: countdown-timer.php:275
152
- msgid "%sT(-) Countdown Control%s is our premium plugin that manages and schedules multiple recurring countdown timers for repeating events."
153
- msgstr ""
154
-
155
- #: countdown-timer.php:276
156
- msgid "Reasons To Go Pro"
157
- msgstr ""
158
-
159
- #: countdown-timer.php:278
160
- msgid "Schedule and manage multiple recurring countdowns"
161
- msgstr ""
162
-
163
- #: countdown-timer.php:279
164
- msgid "Highly responsive professional support"
165
- msgstr ""
166
-
167
- #: countdown-timer.php:280
168
- msgid "%sT(-) Countdown Control Testimonials%s"
169
- msgstr ""
170
-
171
- #: countdown-timer.php:293
172
- msgid "Register T(-) Countdown Events"
173
- msgstr ""
174
-
175
- #: countdown-timer.php:295
176
- msgid "To receive plugin updates you must register your plugin. Enter your T(-) Countdown Events licence key below. Licence keys may be viewed and managed by logging into %syour account%s."
177
- msgstr ""
178
-
179
- #: countdown-timer.php:306
180
- msgid "License Key"
181
- msgstr ""
182
-
183
- #: countdown-timer.php:308
184
- msgid "Enter your license key"
185
- msgstr ""
186
-
187
- #: countdown-timer.php:315
188
- msgid "License Status"
189
- msgstr ""
190
-
191
- #: countdown-timer.php:318
192
- msgid "active"
193
- msgstr ""
194
-
195
- #: countdown-timer.php:319
196
- msgid "Deactivate License"
197
- msgstr ""
198
-
199
- #: countdown-timer.php:326
200
- msgid "Activate License"
201
- msgstr ""
202
-
203
- #: countdown-timer.php:334
204
- msgid "Register"
205
- msgstr ""
206
-
207
- #: countdown-timer.php:347
208
- msgid "%sT(-) Countdown Events%s is a new add-on plugin for T(-) Countdown Control that adds multiple event scheduling. Trigger events, such as changing content or firing a javascript function at specific times while the countdown is running."
209
- msgstr ""
210
-
211
- #: countdown-timer.php:397
212
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
213
- msgstr ""
214
-
215
- #: countdown-timer.php:400
216
- msgid "T(-) Countdown"
217
- msgstr ""
218
-
219
- #: countdown-timer.php:578
220
- msgid "Title:"
221
- msgstr ""
222
-
223
- #: countdown-timer.php:580
224
- msgid "Target:"
225
- msgstr ""
226
-
227
- #: countdown-timer.php:584
228
- msgid "Select Event"
229
- msgstr ""
230
-
231
- #: countdown-timer.php:604
232
- msgid "Style:"
233
- msgstr ""
234
-
235
- #: countdown-timer.php:617
236
- msgid "Omit weeks from timer."
237
- msgstr ""
238
-
239
- #: countdown-timer.php:619
240
- msgid "Inject JavaScript Inline."
241
- msgstr ""
242
-
243
- #: countdown-timer.php:625 countdown-timer.php:641
244
- msgid "Above Countdown"
245
- msgstr ""
246
-
247
- #: countdown-timer.php:627
248
- msgid "Top HTML:"
249
- msgstr ""
250
-
251
- #: countdown-timer.php:630 countdown-timer.php:642
252
- msgid "Below Countdown"
253
- msgstr ""
254
-
255
- #: countdown-timer.php:632
256
- msgid "Bottom HTML:"
257
- msgstr ""
258
-
259
- #: countdown-timer.php:635
260
- msgid "When Countdown Reaches Zero"
261
- msgstr ""
262
-
263
- #: countdown-timer.php:637
264
- msgid "Launch Event HTML:"
265
- msgstr ""
266
-
267
- #: countdown-timer.php:638
268
- msgid "Launch Target:"
269
- msgstr ""
270
-
271
- #: countdown-timer.php:643
272
- msgid "Entire Countdown"
273
- msgstr ""
274
-
275
- #: countdown-timer.php:644
276
- msgid "Count Up"
277
- msgstr ""
278
-
279
- #: countdown-timer.php:657
280
- msgid "Digit Titles"
281
- msgstr ""
282
-
283
- #: countdown-timer.php:659
284
- msgid "How do you spell \"weeks\"?:"
285
- msgstr ""
286
-
287
- #: countdown-timer.php:660
288
- msgid "How do you spell \"days\"?:"
289
- msgstr ""
290
-
291
- #: countdown-timer.php:661
292
- msgid "How do you spell \"hours\"?:"
293
- msgstr ""
294
-
295
- #: countdown-timer.php:662
296
- msgid "How do you spell \"minutes\"?:"
297
- msgstr ""
298
-
299
- #: countdown-timer.php:663
300
- msgid "And \"seconds\" are spelled:"
301
- msgstr ""
302
-
303
- #: countdown-timer.php:674
304
- msgid "T(-) Countdown %s!"
305
- msgstr ""
306
-
307
- #: countdown-timer.php:675
308
- msgid "Enable Rockstar Features"
309
- msgstr ""
310
-
311
- #: countdown-timer.php:680
312
- msgid "Schedule Recurring Countdown"
313
- msgstr ""
314
-
315
- #: countdown-timer.php:682
316
- msgid "%sT(-) Countdown Control%s is a premium countdown plugin that includes the ability to schedule and manage multiple recurring T(-) Countdowns... the Jedi way."
317
- msgstr ""
318
-
319
- #: countdown-timer.php:752
320
- msgid "weeks"
321
- msgstr ""
322
-
323
- #: countdown-timer.php:753
324
- msgid "days"
325
- msgstr ""
326
-
327
- #: countdown-timer.php:754
328
- msgid "hours"
329
- msgstr ""
330
-
331
- #: countdown-timer.php:755
332
- msgid "minutes"
333
- msgstr ""
334
-
335
- #: countdown-timer.php:756
336
- msgid "seconds"
337
- msgstr ""
338
- #. Plugin Name of the plugin/theme
339
- msgid "T(-) Countdown"
340
- msgstr ""
341
-
342
- #. Plugin URI of the plugin/theme
343
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
344
- msgstr ""
345
-
346
- #. Description of the plugin/theme
347
- msgid "Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget."
348
- msgstr ""
349
-
350
- #. Author of the plugin/theme
351
- msgid "twinpictures, baden03"
352
- msgstr ""
353
-
354
- #. Author URI of the plugin/theme
355
- msgid "http://www.twinpictures.de/"
356
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/lt_LT.mo DELETED
Binary file
languages/lt_LT.po DELETED
@@ -1,183 +0,0 @@
1
- # Translation of T(-) Countdown in Lithuanian
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2014-02-10 10:50+0100\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
10
- "%100<10 || n%100>=20) ? 1 : 2);\n"
11
- "X-Generator: Poedit 1.5.7\n"
12
- "Project-Id-Version: T(-) Countdown\n"
13
- "POT-Creation-Date: \n"
14
- "Last-Translator: Baden Coleman <baden@twinpictures.de>\n"
15
- "Language-Team: Twinpictues <info@twinpictures.de>\n"
16
- "Language: Lithuanian\n"
17
-
18
- #: countdown-timer.php:491
19
- msgid ""
20
- "%sT(-) Countdown Control%s is a premium countdown plugin that includes the "
21
- "ability to schedule and manage mulitple recurring T(-) Countdowns... the "
22
- "Jedi way."
23
- msgstr ""
24
- "%sT(-) Countdown Control%s yra mokamas atgalinio laiko skaičiavimo įskiepis, "
25
- "kuriuo galima sudaryti bei valdyti daug pasikartojančių atgalinio "
26
- "skaičiavimo laikrodžių... visai kaip Džedi!"
27
-
28
- #: countdown-timer.php:134 countdown-timer.php:376 countdown-timer.php:554
29
- msgid "weeks"
30
- msgstr "savaičių"
31
-
32
- #: countdown-timer.php:135 countdown-timer.php:377 countdown-timer.php:555
33
- msgid "days"
34
- msgstr "dienų"
35
-
36
- #: countdown-timer.php:136 countdown-timer.php:378 countdown-timer.php:556
37
- msgid "hours"
38
- msgstr "valandų"
39
-
40
- #: countdown-timer.php:137 countdown-timer.php:379 countdown-timer.php:557
41
- msgid "minutes"
42
- msgstr "minučių"
43
-
44
- #: countdown-timer.php:138 countdown-timer.php:380 countdown-timer.php:558
45
- msgid "seconds"
46
- msgstr "sekundžių"
47
-
48
- #: countdown-timer.php:434
49
- msgid "Rockstar Features"
50
- msgstr "Įspūdingos funkcijos"
51
-
52
- #: countdown-timer.php:462
53
- msgid "Entire Widget"
54
- msgstr "Visas skydelis"
55
-
56
- #: countdown-timer.php:462
57
- msgid "Count Up"
58
- msgstr "Skaičiuoti į priekį"
59
-
60
- msgid "T(-) Countdown"
61
- msgstr "T(-) Countdown"
62
-
63
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
64
- msgstr "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
65
-
66
- msgid "twinpictures, baden03"
67
- msgstr "twinpictures, baden03"
68
-
69
- msgid "http://www.twinpictures.de/"
70
- msgstr "http://www.twinpictures.de/"
71
-
72
- #: countdown-timer.php:107
73
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
74
- msgstr ""
75
- "Plačiai pritaikomas jQuery atgalinio skaičiavimo laikrodis. Autorius: "
76
- "Twinpictures"
77
-
78
- #: countdown-timer.php:392
79
- msgid "Title:"
80
- msgstr "Pavadinimas"
81
-
82
- #: countdown-timer.php:393
83
- msgid "Target Date:"
84
- msgstr "Data:"
85
-
86
- #: countdown-timer.php:394
87
- msgid "Target Time (HH:MM:SS):"
88
- msgstr "Laikas (HH:MM:SS):"
89
-
90
- #: countdown-timer.php:414
91
- msgid "Omit Weeks:"
92
- msgstr "Praleisti savaites:"
93
-
94
- #: countdown-timer.php:414
95
- msgid "No"
96
- msgstr "Ne"
97
-
98
- #: countdown-timer.php:414
99
- msgid "Yes"
100
- msgstr "Taip"
101
-
102
- #: countdown-timer.php:415
103
- msgid "Style:"
104
- msgstr "Stilius:"
105
-
106
- #: countdown-timer.php:429
107
- msgid "Inject Script:"
108
- msgstr "Skriptą įdėti:"
109
-
110
- #: countdown-timer.php:429
111
- msgid "Footer"
112
- msgstr "Puslapio apačioje"
113
-
114
- #: countdown-timer.php:429
115
- msgid "Inline"
116
- msgstr "Toje pačioje eilutėje"
117
-
118
- #: countdown-timer.php:438
119
- msgid "This is totally worth 3 bucks."
120
- msgstr "Šis reikalas tikrai vertas 3 dolerių."
121
-
122
- #: countdown-timer.php:445
123
- msgid "Above Countdown"
124
- msgstr "Virš laikrodžio"
125
-
126
- #: countdown-timer.php:447
127
- msgid "Top HTML:"
128
- msgstr "HTML kodas viršuje:"
129
-
130
- #: countdown-timer.php:450
131
- msgid "Below Countdown"
132
- msgstr "Po laikrodžiu"
133
-
134
- #: countdown-timer.php:452
135
- msgid "Bottom HTML:"
136
- msgstr "HTML kodas apačioje:"
137
-
138
- #: countdown-timer.php:455
139
- msgid "When Countdown Reaches Zero"
140
- msgstr "Kai išsenka laikas"
141
-
142
- #: countdown-timer.php:457
143
- msgid "Launch Event HTML:"
144
- msgstr "Paleisti įvykio HTML kodą:"
145
-
146
- #: countdown-timer.php:458
147
- msgid "Launch Target:"
148
- msgstr "Paleisti:"
149
-
150
- #: countdown-timer.php:472
151
- msgid "Digit Titles"
152
- msgstr "Laiko rodmenų pavadinimai"
153
-
154
- #: countdown-timer.php:474
155
- msgid "How do you spell \"weeks\"?:"
156
- msgstr "Ką rodyti vietoje „savaičių“?:"
157
-
158
- #: countdown-timer.php:475
159
- msgid "How do you spell \"days\"?:"
160
- msgstr "Ką rodyti vietoje „dienų“?"
161
-
162
- #: countdown-timer.php:476
163
- msgid "How do you spell \"hours\"?:"
164
- msgstr "Ką rodyti vietoje „valandų“?"
165
-
166
- #: countdown-timer.php:477
167
- msgid "How do you spell \"minutes\"?:"
168
- msgstr "Ką rodyti vietoje „minučių“?"
169
-
170
- #: countdown-timer.php:478
171
- msgid "And \"seconds\" are spelled:"
172
- msgstr "Ką rodyti vietoje „sekundžių“?"
173
-
174
- #: countdown-timer.php:489
175
- msgid "Schedule Recurring Countdown"
176
- msgstr "Suplanuoti pasikartojantį atgalinio laiko skaičiavimą"
177
-
178
- msgid ""
179
- "Display and configure multiple T(-) Countdown timers using a shortcode or "
180
- "sidebar widget."
181
- msgstr ""
182
- "Rodykite ir konfigūruokite „T(-) Countdown“ atgalinio skaičiavimo "
183
- "laikrodžius - pasinaudodami trumpuoju kodu arba šoniniu skydeliu."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/nl_NL.mo DELETED
Binary file
languages/nl_NL.po DELETED
@@ -1,181 +0,0 @@
1
- # Translation of T(-) Countdown in Dutch
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2013-01-04 00:30+0100\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: Poedit 1.5.4\n"
11
- "Project-Id-Version: T(-) Countdown\n"
12
- "POT-Creation-Date: \n"
13
- "Last-Translator: Baden Coleman <baden@twinpictures.de>\n"
14
- "Language-Team: Twinpictures <tommyblockx@telenet.be>\n"
15
- "Language: Dutch\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
-
18
- #: countdown-timer.php:491
19
- msgid ""
20
- "%sT(-) Countdown Control%s is a premium countdown plugin that includes the "
21
- "ability to schedule and manage mulitple recurring T(-) Countdowns... the "
22
- "Jedi way."
23
- msgstr ""
24
- "%sT(-) Countdown Control%s is een premium aftel plugin waarbij de "
25
- "mogelijkheid om meerdere terugkomende T(-) Countdowns in te stellen en te "
26
- "plannen is inbegrepen... The Jedi way"
27
-
28
- #: countdown-timer.php:134 countdown-timer.php:376 countdown-timer.php:554
29
- msgid "weeks"
30
- msgstr "weken"
31
-
32
- #: countdown-timer.php:135 countdown-timer.php:377 countdown-timer.php:555
33
- msgid "days"
34
- msgstr "Dagen"
35
-
36
- #: countdown-timer.php:136 countdown-timer.php:378 countdown-timer.php:556
37
- msgid "hours"
38
- msgstr "uren"
39
-
40
- #: countdown-timer.php:137 countdown-timer.php:379 countdown-timer.php:557
41
- msgid "minutes"
42
- msgstr "minuten"
43
-
44
- #: countdown-timer.php:138 countdown-timer.php:380 countdown-timer.php:558
45
- msgid "seconds"
46
- msgstr "seconde"
47
-
48
- #: countdown-timer.php:434
49
- msgid "Rockstar Features"
50
- msgstr "Rockstar eigenshappen"
51
-
52
- #: countdown-timer.php:462
53
- msgid "Entire Widget"
54
- msgstr "Volledige widget"
55
-
56
- #: countdown-timer.php:462
57
- msgid "Count Up"
58
- msgstr "optelling"
59
-
60
- msgid "T(-) Countdown"
61
- msgstr "T(-) Countdown"
62
-
63
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
64
- msgstr "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
65
-
66
- msgid "twinpictures, baden03"
67
- msgstr "twinpictures, baden03"
68
-
69
- msgid "http://www.twinpictures.de/"
70
- msgstr "http://www.twinpictures.de/"
71
-
72
- #: countdown-timer.php:107
73
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
74
- msgstr "een hoog instelbare jQuert aftelklok door Twinpictures"
75
-
76
- #: countdown-timer.php:392
77
- msgid "Title:"
78
- msgstr "Titel"
79
-
80
- #: countdown-timer.php:393
81
- msgid "Target Date:"
82
- msgstr "Doel Datum"
83
-
84
- #: countdown-timer.php:394
85
- msgid "Target Time (HH:MM:SS):"
86
- msgstr "Doel Tijd (uu:mm:ss)"
87
-
88
- #: countdown-timer.php:414
89
- msgid "Omit Weeks:"
90
- msgstr "weglaten Weken"
91
-
92
- #: countdown-timer.php:414
93
- msgid "No"
94
- msgstr "Nee"
95
-
96
- #: countdown-timer.php:414
97
- msgid "Yes"
98
- msgstr "Ja"
99
-
100
- #: countdown-timer.php:415
101
- msgid "Style:"
102
- msgstr "Stijl"
103
-
104
- #: countdown-timer.php:429
105
- msgid "Inject Script:"
106
- msgstr "Invoeg Script"
107
-
108
- #: countdown-timer.php:429
109
- msgid "Footer"
110
- msgstr "voet"
111
-
112
- #: countdown-timer.php:429
113
- msgid "Inline"
114
- msgstr "Inline"
115
-
116
- #: countdown-timer.php:438
117
- msgid "This is totally worth 3 bucks."
118
- msgstr "Dit is zeker 3 dollar waard"
119
-
120
- #: countdown-timer.php:445
121
- msgid "Above Countdown"
122
- msgstr "boven aftelklok"
123
-
124
- #: countdown-timer.php:447
125
- msgid "Top HTML:"
126
- msgstr "Top HTML"
127
-
128
- #: countdown-timer.php:450
129
- msgid "Below Countdown"
130
- msgstr "onder aftelklok"
131
-
132
- #: countdown-timer.php:452
133
- msgid "Bottom HTML:"
134
- msgstr "Onderste HTML"
135
-
136
- #: countdown-timer.php:455
137
- msgid "When Countdown Reaches Zero"
138
- msgstr "Wanneer aftelling Nul bereikt"
139
-
140
- #: countdown-timer.php:457
141
- msgid "Launch Event HTML:"
142
- msgstr "Lanceer event HTML"
143
-
144
- #: countdown-timer.php:458
145
- msgid "Launch Target:"
146
- msgstr "Lanceer doel"
147
-
148
- #: countdown-timer.php:472
149
- msgid "Digit Titles"
150
- msgstr "Digit Titel"
151
-
152
- #: countdown-timer.php:474
153
- msgid "How do you spell \"weeks\"?:"
154
- msgstr "Hoe spel jij \"weken\"?"
155
-
156
- #: countdown-timer.php:475
157
- msgid "How do you spell \"days\"?:"
158
- msgstr "Hoe spel jij \"dagen\"?"
159
-
160
- #: countdown-timer.php:476
161
- msgid "How do you spell \"hours\"?:"
162
- msgstr "Hoe spel jij \"uren\"?"
163
-
164
- #: countdown-timer.php:477
165
- msgid "How do you spell \"minutes\"?:"
166
- msgstr "Hoe spel jij \"minuten\"?"
167
-
168
- #: countdown-timer.php:478
169
- msgid "And \"seconds\" are spelled:"
170
- msgstr "En \"seconden\" worden gespeld:"
171
-
172
- #: countdown-timer.php:489
173
- msgid "Schedule Recurring Countdown"
174
- msgstr "Plan een terugkomende aftelling"
175
-
176
- msgid ""
177
- "Display and configure multiple T(-) Countdown timers using a shortcode or "
178
- "sidebar widget."
179
- msgstr ""
180
- "Vertoon en stel meerder T(-) Countdown klokken in via een shortcode of "
181
- "sidebar widget"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/pt_PT.mo DELETED
Binary file
languages/pt_PT.po DELETED
@@ -1,179 +0,0 @@
1
- # Translation of T(-) Countdown in Portuguese (Brazil)
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2014-06-23 00:09+0100\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
10
- "X-Generator: Poedit 1.6.5\n"
11
- "Project-Id-Version: T(-) Countdown\n"
12
- "POT-Creation-Date: \n"
13
- "Last-Translator: Twinpictues <info@twinpictures.de>\n"
14
- "Language-Team: Twinpictures <info@twinpictures.de>\n"
15
- "Language: pt_BR\n"
16
-
17
- #: countdown-timer.php:491
18
- msgid ""
19
- "%sT(-) Countdown Control%s is a premium countdown plugin that includes the "
20
- "ability to schedule and manage mulitple recurring T(-) Countdowns... the "
21
- "Jedi way."
22
- msgstr ""
23
-
24
- #: countdown-timer.php:134 countdown-timer.php:376 countdown-timer.php:554
25
- msgid "weeks"
26
- msgstr "semanas"
27
-
28
- #: countdown-timer.php:135 countdown-timer.php:377 countdown-timer.php:555
29
- msgid "days"
30
- msgstr "dias"
31
-
32
- #: countdown-timer.php:136 countdown-timer.php:378 countdown-timer.php:556
33
- msgid "hours"
34
- msgstr "horas"
35
-
36
- #: countdown-timer.php:137 countdown-timer.php:379 countdown-timer.php:557
37
- msgid "minutes"
38
- msgstr "minutos"
39
-
40
- #: countdown-timer.php:138 countdown-timer.php:380 countdown-timer.php:558
41
- msgid "seconds"
42
- msgstr "segundos"
43
-
44
- #: countdown-timer.php:434
45
- msgid "Rockstar Features"
46
- msgstr ""
47
-
48
- #: countdown-timer.php:462
49
- msgid "Entire Widget"
50
- msgstr ""
51
-
52
- #: countdown-timer.php:462
53
- msgid "Count Up"
54
- msgstr ""
55
-
56
- msgid "T(-) Countdown"
57
- msgstr "T(-) Countdown"
58
-
59
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
60
- msgstr "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
61
-
62
- msgid "twinpictures, baden03"
63
- msgstr "twinpictures, baden03"
64
-
65
- msgid "http://www.twinpictures.de/"
66
- msgstr "http://www.twinpictures.de/"
67
-
68
- #: countdown-timer.php:107
69
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
70
- msgstr ""
71
- "Uma contagem regressiva altamente customizável feito em jQuery por "
72
- "Twinpicture"
73
-
74
- #: countdown-timer.php:392
75
- msgid "Title:"
76
- msgstr "Título:"
77
-
78
- #: countdown-timer.php:393
79
- msgid "Target Date:"
80
- msgstr "Data alvo:"
81
-
82
- #: countdown-timer.php:394
83
- msgid "Target Time (HH:MM:SS):"
84
- msgstr "Tempo alvo (HH:MM:SS):"
85
-
86
- #: countdown-timer.php:414
87
- msgid "Omit Weeks:"
88
- msgstr "Omitir Semanas:"
89
-
90
- #: countdown-timer.php:414
91
- msgid "No"
92
- msgstr "Não"
93
-
94
- #: countdown-timer.php:414
95
- msgid "Yes"
96
- msgstr "Sim"
97
-
98
- #: countdown-timer.php:415
99
- msgid "Style:"
100
- msgstr "Estilo"
101
-
102
- #: countdown-timer.php:429
103
- msgid "Inject Script:"
104
- msgstr "Injetar Script:"
105
-
106
- #: countdown-timer.php:429
107
- msgid "Footer"
108
- msgstr "Rodapé:"
109
-
110
- #: countdown-timer.php:429
111
- msgid "Inline"
112
- msgstr ""
113
-
114
- #: countdown-timer.php:438
115
- msgid "This is totally worth 3 bucks."
116
- msgstr "Isso com certeza vale 3 pratas."
117
-
118
- #: countdown-timer.php:445
119
- msgid "Above Countdown"
120
- msgstr "Contagem regressiva acima"
121
-
122
- #: countdown-timer.php:447
123
- msgid "Top HTML:"
124
- msgstr "HTML encima:"
125
-
126
- #: countdown-timer.php:450
127
- msgid "Below Countdown"
128
- msgstr "Embaixo da contagem regressiva"
129
-
130
- #: countdown-timer.php:452
131
- msgid "Bottom HTML:"
132
- msgstr "HTML embaixo:"
133
-
134
- #: countdown-timer.php:455
135
- msgid "When Countdown Reaches Zero"
136
- msgstr "Quando a contagem regressiva chegar a zero"
137
-
138
- #: countdown-timer.php:457
139
- msgid "Launch Event HTML:"
140
- msgstr ""
141
-
142
- #: countdown-timer.php:458
143
- msgid "Launch Target:"
144
- msgstr ""
145
-
146
- #: countdown-timer.php:472
147
- msgid "Digit Titles"
148
- msgstr "Digite os títulos"
149
-
150
- #: countdown-timer.php:474
151
- msgid "How do you spell \"weeks\"?:"
152
- msgstr "Como você fala \"semanas\"?:"
153
-
154
- #: countdown-timer.php:475
155
- msgid "How do you spell \"days\"?:"
156
- msgstr "Como você fala \"dias\"?:"
157
-
158
- #: countdown-timer.php:476
159
- msgid "How do you spell \"hours\"?:"
160
- msgstr "Como você fala \"horas\"?:"
161
-
162
- #: countdown-timer.php:477
163
- msgid "How do you spell \"minutes\"?:"
164
- msgstr "Como você fala \"minutos\"?:"
165
-
166
- #: countdown-timer.php:478
167
- msgid "And \"seconds\" are spelled:"
168
- msgstr "E \"segundos\" é falado:"
169
-
170
- #: countdown-timer.php:489
171
- msgid "Schedule Recurring Countdown"
172
- msgstr "Agendamento de contagem regressiva"
173
-
174
- msgid ""
175
- "Display and configure multiple T(-) Countdown timers using a shortcode or "
176
- "sidebar widget."
177
- msgstr ""
178
- "Mostrar e configurar multiplos cronômetros do T(-) Countdown usando um "
179
- "atalho ou sidebar widget."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/ru_RU.mo DELETED
Binary file
languages/ru_RU.po DELETED
@@ -1,183 +0,0 @@
1
- # Translation of T(-) Countdown in Russian
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2014-02-10 10:43+0100\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
10
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
11
- "X-Generator: Poedit 1.5.7\n"
12
- "Project-Id-Version: T(-) Countdown\n"
13
- "POT-Creation-Date: \n"
14
- "Last-Translator: Baden Coleman <baden@twinpictures.de>\n"
15
- "Language-Team: Twinpictures <info@twinpictures.de>\n"
16
- "Language: Russian\n"
17
-
18
- #: countdown-timer.php:491
19
- msgid ""
20
- "%sT(-) Countdown Control%s is a premium countdown plugin that includes the "
21
- "ability to schedule and manage mulitple recurring T(-) Countdowns... the "
22
- "Jedi way."
23
- msgstr ""
24
- "%sT(-) Countdown Control%s это премиум-плагин таймера обратного отсчета, "
25
- "который включает в себя возможность планирования и управления несколькими "
26
- "таймерами \"T(-) Countdowns\""
27
-
28
- #: countdown-timer.php:134 countdown-timer.php:376 countdown-timer.php:554
29
- msgid "weeks"
30
- msgstr "недель"
31
-
32
- #: countdown-timer.php:135 countdown-timer.php:377 countdown-timer.php:555
33
- msgid "days"
34
- msgstr "дней"
35
-
36
- #: countdown-timer.php:136 countdown-timer.php:378 countdown-timer.php:556
37
- msgid "hours"
38
- msgstr "часов"
39
-
40
- #: countdown-timer.php:137 countdown-timer.php:379 countdown-timer.php:557
41
- msgid "minutes"
42
- msgstr "минут"
43
-
44
- #: countdown-timer.php:138 countdown-timer.php:380 countdown-timer.php:558
45
- msgid "seconds"
46
- msgstr "секунд"
47
-
48
- #: countdown-timer.php:434
49
- msgid "Rockstar Features"
50
- msgstr "Rockstar возможности"
51
-
52
- #: countdown-timer.php:462
53
- msgid "Entire Widget"
54
- msgstr "Весь Виджет"
55
-
56
- #: countdown-timer.php:462
57
- msgid "Count Up"
58
- msgstr "посчитать"
59
-
60
- msgid "T(-) Countdown"
61
- msgstr "Т (-) Обратный Отсчет"
62
-
63
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
64
- msgstr "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
65
-
66
- msgid "twinpictures, baden03"
67
- msgstr "twinpictures, baden03"
68
-
69
- msgid "http://www.twinpictures.de/"
70
- msgstr "http://www.twinpictures.de/"
71
-
72
- #: countdown-timer.php:107
73
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
74
- msgstr ""
75
- "Таймер обратного отсчета от Twinpictures с большим количеством настроек на "
76
- "основе jQuery"
77
-
78
- #: countdown-timer.php:392
79
- msgid "Title:"
80
- msgstr "Заголовок"
81
-
82
- #: countdown-timer.php:393
83
- msgid "Target Date:"
84
- msgstr "Дата события"
85
-
86
- #: countdown-timer.php:394
87
- msgid "Target Time (HH:MM:SS):"
88
- msgstr "Время события"
89
-
90
- #: countdown-timer.php:414
91
- msgid "Omit Weeks:"
92
- msgstr "Скрыть недели:"
93
-
94
- #: countdown-timer.php:414
95
- msgid "No"
96
- msgstr "Нет"
97
-
98
- #: countdown-timer.php:414
99
- msgid "Yes"
100
- msgstr "Да"
101
-
102
- #: countdown-timer.php:415
103
- msgid "Style:"
104
- msgstr "Стиль:"
105
-
106
- #: countdown-timer.php:429
107
- msgid "Inject Script:"
108
- msgstr "Вставка кода"
109
-
110
- #: countdown-timer.php:429
111
- msgid "Footer"
112
- msgstr "Подвал (footer)"
113
-
114
- #: countdown-timer.php:429
115
- msgid "Inline"
116
- msgstr "В строке"
117
-
118
- #: countdown-timer.php:438
119
- msgid "This is totally worth 3 bucks."
120
- msgstr "Это стоит 3 бакса"
121
-
122
- #: countdown-timer.php:445
123
- msgid "Above Countdown"
124
- msgstr "Над счетчиком"
125
-
126
- #: countdown-timer.php:447
127
- msgid "Top HTML:"
128
- msgstr "Вверху HTML"
129
-
130
- #: countdown-timer.php:450
131
- msgid "Below Countdown"
132
- msgstr "Под счетчиком"
133
-
134
- #: countdown-timer.php:452
135
- msgid "Bottom HTML:"
136
- msgstr "Внизу HTML"
137
-
138
- #: countdown-timer.php:455
139
- msgid "When Countdown Reaches Zero"
140
- msgstr "Когда счетчик достигнет нуля"
141
-
142
- #: countdown-timer.php:457
143
- msgid "Launch Event HTML:"
144
- msgstr "Запустить событие HTML"
145
-
146
- #: countdown-timer.php:458
147
- msgid "Launch Target:"
148
- msgstr "Запустить цель"
149
-
150
- #: countdown-timer.php:472
151
- msgid "Digit Titles"
152
- msgstr "Заглавие цифр"
153
-
154
- #: countdown-timer.php:474
155
- msgid "How do you spell \"weeks\"?:"
156
- msgstr "Подпись счетчика недель"
157
-
158
- #: countdown-timer.php:475
159
- msgid "How do you spell \"days\"?:"
160
- msgstr "Подпись счетчика дней"
161
-
162
- #: countdown-timer.php:476
163
- msgid "How do you spell \"hours\"?:"
164
- msgstr "Подпись счетчика часов"
165
-
166
- #: countdown-timer.php:477
167
- msgid "How do you spell \"minutes\"?:"
168
- msgstr "Подпись счетчика минут"
169
-
170
- #: countdown-timer.php:478
171
- msgid "And \"seconds\" are spelled:"
172
- msgstr "Подпись счетчика секунд"
173
-
174
- #: countdown-timer.php:489
175
- msgid "Schedule Recurring Countdown"
176
- msgstr "Запланировать повторный запуск счетчика"
177
-
178
- msgid ""
179
- "Display and configure multiple T(-) Countdown timers using a shortcode or "
180
- "sidebar widget."
181
- msgstr ""
182
- "Показать и настроить несколько T(-) Countdown таймеров используя шорткод или "
183
- "виджет боковой колонки (sidebar)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/sk_SK.mo DELETED
Binary file
languages/sk_SK.po DELETED
@@ -1,184 +0,0 @@
1
- # Copyright (C) 2012 T(-) Countdown
2
- # This file is distributed under the same license as the T(-) Countdown package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: T(-) Countdown 2.2.7\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/tminus\n"
7
- "POT-Creation-Date: 2012-09-27 14:27:24+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2013-01-21 10:49+0200\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
-
16
- #: tminus.php:107
17
- msgid "A highly customizable jQuery countdown timer by Twinpictures"
18
- msgstr "Vysoko prispôsobiteľné jQuery odpočítavanie od Twinpictures"
19
-
20
- #: tminus.php:134 tminus.php:376 tminus.php:554
21
- msgid "weeks"
22
- msgstr "týždňov"
23
-
24
- #: tminus.php:135 tminus.php:377 tminus.php:555
25
- msgid "days"
26
- msgstr "dní"
27
-
28
- #: tminus.php:136 tminus.php:378 tminus.php:556
29
- msgid "hours"
30
- msgstr "hodín"
31
-
32
- #: tminus.php:137 tminus.php:379 tminus.php:557
33
- msgid "minutes"
34
- msgstr "minút"
35
-
36
- #: tminus.php:138 tminus.php:380 tminus.php:558
37
- msgid "seconds"
38
- msgstr "sekúnd"
39
-
40
- #: tminus.php:392
41
- msgid "Title:"
42
- msgstr "Názov:"
43
-
44
- #: tminus.php:393
45
- msgid "Target Date:"
46
- msgstr "Cieľový dátum:"
47
-
48
- #: tminus.php:394
49
- msgid "Target Time (HH:MM:SS):"
50
- msgstr "Cieľový čas (HH:MM:SS):"
51
-
52
- #: tminus.php:414
53
- msgid "Omit Weeks:"
54
- msgstr "Tento týždňov:"
55
-
56
- #: tminus.php:414
57
- msgid "No"
58
- msgstr "nie"
59
-
60
- #: tminus.php:414
61
- msgid "Yes"
62
- msgstr "áno"
63
-
64
- #: tminus.php:415
65
- msgid "Style:"
66
- msgstr "Štýl:"
67
-
68
- #: tminus.php:429
69
- msgid "Inject Script:"
70
- msgstr "Vstreknite skript:"
71
-
72
- #: tminus.php:429
73
- msgid "Footer"
74
- msgstr "Päta"
75
-
76
- #: tminus.php:429
77
- msgid "Inline"
78
- msgstr "Inline"
79
-
80
- #: tminus.php:434
81
- msgid "Rockstar Features"
82
- msgstr "Rockstar funkcie"
83
-
84
- #: tminus.php:438
85
- msgid "This is totally worth 3 bucks."
86
- msgstr "Je to úplne stojí za 3 doláre."
87
-
88
- #: tminus.php:445
89
- msgid "Above Countdown"
90
- msgstr "Nad odpočítavanie"
91
-
92
- #: tminus.php:447
93
- msgid "Top HTML:"
94
- msgstr "Top HTML:"
95
-
96
- #: tminus.php:450
97
- msgid "Below Countdown"
98
- msgstr "Pod odpočítavanie"
99
-
100
- #: tminus.php:452
101
- msgid "Bottom HTML:"
102
- msgstr "Dno HTML:"
103
-
104
- #: tminus.php:455
105
- msgid "When Countdown Reaches Zero"
106
- msgstr "Keď sa odpočítavanie dosiahne nulu"
107
-
108
- #: tminus.php:457
109
- msgid "Launch Event HTML:"
110
- msgstr "Launch Event HTML:"
111
-
112
- #: tminus.php:458
113
- msgid "Launch Target:"
114
- msgstr "Spustenie cieľ:"
115
-
116
- #: countdown-timer.php:462
117
- msgid "Entire Widget"
118
- msgstr "Celý Widget"
119
-
120
- #: countdown-timer.php:462
121
- msgid "Count Up"
122
- msgstr "Počet Up"
123
-
124
- #: tminus.php:472
125
- msgid "Digit Titles"
126
- msgstr "Číslica titulov"
127
-
128
- #: tminus.php:474
129
- msgid "How do you spell \"weeks\"?:"
130
- msgstr "Ako sa to píše \"weeks\"?:"
131
-
132
- #: tminus.php:475
133
- msgid "How do you spell \"days\"?:"
134
- msgstr "Ako sa to píše \"days\"?:"
135
-
136
- #: tminus.php:476
137
- msgid "How do you spell \"hours\"?:"
138
- msgstr "Ako sa to píše \"hours\"?:"
139
-
140
- #: tminus.php:477
141
- msgid "How do you spell \"minutes\"?:"
142
- msgstr "Ako sa to píše \"minutes\"?:"
143
-
144
- #: tminus.php:478
145
- msgid "And \"seconds\" are spelled:"
146
- msgstr "A \"seconds\" sú napísané:"
147
-
148
- #: tminus.php:489
149
- msgid "Schedule Recurring Countdown"
150
- msgstr "Naplánovať opakované odpočítavanie"
151
-
152
- #: tminus.php:491
153
- msgid ""
154
- "%sT(-) Countdown Control%s is a premium countdown plugin that includes the "
155
- "ability to schedule and manage mulitple recurring T(-) Countdowns... the "
156
- "Jedi way."
157
- msgstr ""
158
- "%St(-) odpočítavanie kontrolu %s je prémia odpočítavanie plugin, ktorý "
159
- "zahŕňa schopnosť plánovať a riadiť mulitple opakujúce T(-) odpočítavanie... "
160
- "Ako Jedi."
161
-
162
- #. Plugin Name of the plugin/theme
163
- msgid "T(-) Countdown"
164
- msgstr "T(-) odpočítavanie"
165
-
166
- #. Plugin URI of the plugin/theme
167
- msgid "http://plugins.twinpictures.de/plugins/t-minus-countdown/"
168
- msgstr "http://plugins.twinpictures.de/plugins/t-minus-Countdown/"
169
-
170
- #. Description of the plugin/theme
171
- msgid ""
172
- "Display and configure multiple T(-) Countdown timers using a shortcode or "
173
- "sidebar widget."
174
- msgstr ""
175
- "Zobraziť a konfigurovať viacero T(-) odpočítavanie časovača pomocou krátky "
176
- "alebo sidebar widget."
177
-
178
- #. Author of the plugin/theme
179
- msgid "twinpictures, baden03"
180
- msgstr "twinpictures, baden03"
181
-
182
- #. Author URI of the plugin/theme
183
- msgid "http://www.twinpictures.de/"
184
- msgstr "http://www.twinpictures.de/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -4,8 +4,8 @@ Contributors: twinpictures, baden03
4
  Donate link: http://plugins.twinpictures.de/plugins/t-minus-countdown/
5
  Tags: countdown, timer, clock, ticker, widget, event, counter, count down, twinpictures, t minus, t-minus, plugin-oven, pluginoven, G2, spaceBros, littlewebtings, jQuery, javascript
6
  Requires at least: 4.0
7
- Tested up to: 4.4.0
8
- Stable tag: 2.3.10
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -65,6 +65,10 @@ Ah yes! <a href='http://twitter.com/#!/twinpictures'>@Twinpictures</a> is on the
65
 
66
  == Changelog ==
67
 
 
 
 
 
68
  = 2.3.10 =
69
  * fixed: issue on some systems to thrown a Catchable fatal error: Object of class stdClass could not be converted to string
70
  * Fully tested with WordPress 4.4.0
@@ -268,4 +272,4 @@ Ah yes! <a href='http://twitter.com/#!/twinpictures'>@Twinpictures</a> is on the
268
  * The plugin came to be.
269
 
270
  == Upgrade Notice ==
271
- Addressed Catchable fatal error: Object of class stdClass could not be converted to string
4
  Donate link: http://plugins.twinpictures.de/plugins/t-minus-countdown/
5
  Tags: countdown, timer, clock, ticker, widget, event, counter, count down, twinpictures, t minus, t-minus, plugin-oven, pluginoven, G2, spaceBros, littlewebtings, jQuery, javascript
6
  Requires at least: 4.0
7
+ Tested up to: 4.5
8
+ Stable tag: 2.3.11
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
65
 
66
  == Changelog ==
67
 
68
+ = 2.3.11 =
69
+ * Removed included language files in favour of WordPress Language Packs
70
+ * Fully tested with WordPress 4.5
71
+
72
  = 2.3.10 =
73
  * fixed: issue on some systems to thrown a Catchable fatal error: Object of class stdClass could not be converted to string
74
  * Fully tested with WordPress 4.4.0
272
  * The plugin came to be.
273
 
274
  == Upgrade Notice ==
275
+ fully tested with WordPress 4.5. Uses WordPress Language Packs