The Events Calendar - Version 3.10

Version Description

This is a major update; make sure youve backed up your site before applying it + are prepared to redo certain customizations on a staging site before deploying to production. You can see the changelog for the complete list of changes in this release.

Download this release

Release Info

Developer zbtirrell
Plugin Icon The Events Calendar
Version 3.10
Comparing to
See all releases

Code changes from version 3.9.3 to 3.10

admin-views/event-sidebar-options.php DELETED
@@ -1,16 +0,0 @@
1
- <?php
2
- /**
3
- * UI for option to hide from upcoming events list
4
- */
5
-
6
- // Don't load directly
7
- if ( ! defined( 'ABSPATH' ) ) {
8
- die( '-1' );
9
- }
10
-
11
- ?>
12
- <?php global $post; ?>
13
- <label class="selectit"><input value="yes" type="checkbox" <?php checked( tribe_get_event_meta( $post->ID, '_EventHideFromUpcoming' ) == "yes" ) ?> name="EventHideFromUpcoming"> <?php _e( "Hide From Event Listings", 'tribe-events-calendar' ); ?>
14
- </label><br /><br />
15
- <label class="selectit"><input value="yes" type="checkbox" <?php checked( $post->menu_order == "-1" ) ?> name="EventShowInCalendar"> <?php _e( "Sticky in Calendar View", 'tribe-events-calendar' ); ?>
16
- </label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
composer.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "name": "moderntribe/the-events-calendar",
3
- "description": "The Events Calendar WordPress plugin by Modern Tribe",
4
- "type": "project",
5
- "keywords": ["wordpress", "events"],
6
- "homepage": "http://tri.be/shop/wordpress-events-calendar/",
7
- "license": "GPL-2.0",
8
- "require-dev": {
9
- "codeception/codeception": "2.*",
10
- "lucatume/wp-browser": "master@dev"
11
- },
12
- "minimum-stability": "dev",
13
- "prefer-stable": true
14
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
composer.lock DELETED
@@ -1,1570 +0,0 @@
1
- {
2
- "_readme": [
3
- "This file locks the dependencies of your project to a known state",
4
- "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
- "This file is @generated automatically"
6
- ],
7
- "hash": "facd2df1bcd07c94fd850332d82e100a",
8
- "packages": [
9
-
10
- ],
11
- "packages-dev": [
12
- {
13
- "name": "badcow/lorem-ipsum",
14
- "version": "dev-master",
15
- "source": {
16
- "type": "git",
17
- "url": "https://github.com/samuelwilliams/LoremIpsum.git",
18
- "reference": "568f94bada0f7c95f69fabd6e7007148f90c31b0"
19
- },
20
- "dist": {
21
- "type": "zip",
22
- "url": "https://api.github.com/repos/samuelwilliams/LoremIpsum/zipball/568f94bada0f7c95f69fabd6e7007148f90c31b0",
23
- "reference": "568f94bada0f7c95f69fabd6e7007148f90c31b0",
24
- "shasum": ""
25
- },
26
- "type": "library",
27
- "autoload": {
28
- "psr-0": {
29
- "Badcow": "lib/"
30
- }
31
- },
32
- "notification-url": "https://packagist.org/downloads/",
33
- "license": [
34
- "MIT"
35
- ],
36
- "authors": [
37
- {
38
- "name": "Sam Williams",
39
- "email": "sam@badcow.co"
40
- },
41
- {
42
- "name": "Mathew Tinsley",
43
- "email": "tinsley@tinsology.net"
44
- }
45
- ],
46
- "description": "Lorem ipsum generator.",
47
- "time": "2013-03-05 07:52:52"
48
- },
49
- {
50
- "name": "codeception/codeception",
51
- "version": "2.0.5",
52
- "source": {
53
- "type": "git",
54
- "url": "https://github.com/Codeception/Codeception.git",
55
- "reference": "0314ca60e48e1d2ae62139029efd942362f37542"
56
- },
57
- "dist": {
58
- "type": "zip",
59
- "url": "https://api.github.com/repos/Codeception/Codeception/zipball/0314ca60e48e1d2ae62139029efd942362f37542",
60
- "reference": "0314ca60e48e1d2ae62139029efd942362f37542",
61
- "shasum": ""
62
- },
63
- "require": {
64
- "ext-json": "*",
65
- "ext-mbstring": "*",
66
- "facebook/webdriver": "~0.4",
67
- "guzzlehttp/guzzle": "~4.0",
68
- "php": ">=5.4.0",
69
- "phpunit/phpunit": "~4.0",
70
- "symfony/browser-kit": "~2.4",
71
- "symfony/console": "~2.4",
72
- "symfony/css-selector": "~2.4",
73
- "symfony/dom-crawler": "~2.4,!=2.4.5",
74
- "symfony/event-dispatcher": "~2.4",
75
- "symfony/finder": "~2.4",
76
- "symfony/yaml": "~2.4"
77
- },
78
- "require-dev": {
79
- "codeception/specify": "~0.3",
80
- "facebook/php-sdk": "~3.2",
81
- "monolog/monolog": "~1.8",
82
- "pda/pheanstalk": "~2.0",
83
- "phpseclib/phpseclib": "~0.3.6",
84
- "videlalvaro/php-amqplib": "~2.4"
85
- },
86
- "suggest": {
87
- "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
88
- "codeception/specify": "BDD-style code blocks",
89
- "codeception/verify": "BDD-style assertions",
90
- "monolog/monolog": "Log test steps",
91
- "phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
92
- },
93
- "bin": [
94
- "codecept"
95
- ],
96
- "type": "library",
97
- "autoload": {
98
- "psr-0": {
99
- "Codeception": "src"
100
- }
101
- },
102
- "notification-url": "https://packagist.org/downloads/",
103
- "license": [
104
- "MIT"
105
- ],
106
- "authors": [
107
- {
108
- "name": "Michael Bodnarchuk",
109
- "email": "davert@mail.ua",
110
- "homepage": "http://codegyre.com"
111
- }
112
- ],
113
- "description": "BDD-style testing framework",
114
- "homepage": "http://codeception.com/",
115
- "keywords": [
116
- "BDD",
117
- "TDD",
118
- "acceptance testing",
119
- "functional testing",
120
- "unit testing"
121
- ],
122
- "time": "2014-08-21 03:21:23"
123
- },
124
- {
125
- "name": "facebook/webdriver",
126
- "version": "v0.4",
127
- "source": {
128
- "type": "git",
129
- "url": "https://github.com/facebook/php-webdriver.git",
130
- "reference": "342df507312ea5ae5337be47e16e4268d7ed661f"
131
- },
132
- "dist": {
133
- "type": "zip",
134
- "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/342df507312ea5ae5337be47e16e4268d7ed661f",
135
- "reference": "342df507312ea5ae5337be47e16e4268d7ed661f",
136
- "shasum": ""
137
- },
138
- "require": {
139
- "php": ">=5.3.19"
140
- },
141
- "require-dev": {
142
- "phpunit/phpunit": "3.7.*"
143
- },
144
- "type": "library",
145
- "autoload": {
146
- "classmap": [
147
- "lib/"
148
- ]
149
- },
150
- "notification-url": "https://packagist.org/downloads/",
151
- "license": [
152
- "Apache-2.0"
153
- ],
154
- "description": "A php client for WebDriver",
155
- "homepage": "https://github.com/facebook/php-webdriver",
156
- "keywords": [
157
- "facebook",
158
- "php",
159
- "selenium",
160
- "webdriver"
161
- ],
162
- "time": "2014-02-21 18:22:11"
163
- },
164
- {
165
- "name": "guzzlehttp/guzzle",
166
- "version": "4.2.2",
167
- "source": {
168
- "type": "git",
169
- "url": "https://github.com/guzzle/guzzle.git",
170
- "reference": "9c4fbbf6457768f5036fbd88f1229f3fca812a5d"
171
- },
172
- "dist": {
173
- "type": "zip",
174
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9c4fbbf6457768f5036fbd88f1229f3fca812a5d",
175
- "reference": "9c4fbbf6457768f5036fbd88f1229f3fca812a5d",
176
- "shasum": ""
177
- },
178
- "require": {
179
- "ext-json": "*",
180
- "guzzlehttp/streams": "~2.1",
181
- "php": ">=5.4.0"
182
- },
183
- "require-dev": {
184
- "ext-curl": "*",
185
- "phpunit/phpunit": "~4.0",
186
- "psr/log": "~1.0"
187
- },
188
- "suggest": {
189
- "ext-curl": "Guzzle will use specific adapters if cURL is present"
190
- },
191
- "type": "library",
192
- "extra": {
193
- "branch-alias": {
194
- "dev-master": "4.2-dev"
195
- }
196
- },
197
- "autoload": {
198
- "psr-4": {
199
- "GuzzleHttp\\": "src/"
200
- },
201
- "files": [
202
- "src/functions.php"
203
- ]
204
- },
205
- "notification-url": "https://packagist.org/downloads/",
206
- "license": [
207
- "MIT"
208
- ],
209
- "authors": [
210
- {
211
- "name": "Michael Dowling",
212
- "email": "mtdowling@gmail.com",
213
- "homepage": "https://github.com/mtdowling"
214
- }
215
- ],
216
- "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
217
- "homepage": "http://guzzlephp.org/",
218
- "keywords": [
219
- "client",
220
- "curl",
221
- "framework",
222
- "http",
223
- "http client",
224
- "rest",
225
- "web service"
226
- ],
227
- "time": "2014-09-08 22:11:58"
228
- },
229
- {
230
- "name": "guzzlehttp/streams",
231
- "version": "2.1.0",
232
- "source": {
233
- "type": "git",
234
- "url": "https://github.com/guzzle/streams.git",
235
- "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
236
- },
237
- "dist": {
238
- "type": "zip",
239
- "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
240
- "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
241
- "shasum": ""
242
- },
243
- "require": {
244
- "php": ">=5.4.0"
245
- },
246
- "require-dev": {
247
- "phpunit/phpunit": "~4.0"
248
- },
249
- "type": "library",
250
- "extra": {
251
- "branch-alias": {
252
- "dev-master": "2.0-dev"
253
- }
254
- },
255
- "autoload": {
256
- "psr-4": {
257
- "GuzzleHttp\\Stream\\": "src/"
258
- },
259
- "files": [
260
- "src/functions.php"
261
- ]
262
- },
263
- "notification-url": "https://packagist.org/downloads/",
264
- "license": [
265
- "MIT"
266
- ],
267
- "authors": [
268
- {
269
- "name": "Michael Dowling",
270
- "email": "mtdowling@gmail.com",
271
- "homepage": "https://github.com/mtdowling"
272
- }
273
- ],
274
- "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
275
- "homepage": "http://guzzlephp.org/",
276
- "keywords": [
277
- "Guzzle",
278
- "stream"
279
- ],
280
- "time": "2014-08-17 21:15:53"
281
- },
282
- {
283
- "name": "lucatume/tdd-helpers",
284
- "version": "2.4.4",
285
- "source": {
286
- "type": "git",
287
- "url": "https://github.com/lucatume/tdd-helpers.git",
288
- "reference": "1db1031e010e4629847174d6f7d4d21d8862f07d"
289
- },
290
- "dist": {
291
- "type": "zip",
292
- "url": "https://api.github.com/repos/lucatume/tdd-helpers/zipball/1db1031e010e4629847174d6f7d4d21d8862f07d",
293
- "reference": "1db1031e010e4629847174d6f7d4d21d8862f07d",
294
- "shasum": ""
295
- },
296
- "require": {
297
- "php": ">=5.2.0"
298
- },
299
- "require-dev": {
300
- "codeception/codeception": "*"
301
- },
302
- "type": "library",
303
- "autoload": {
304
- "classmap": [
305
- "src/"
306
- ]
307
- },
308
- "notification-url": "https://packagist.org/downloads/",
309
- "license": [
310
- "MIT"
311
- ],
312
- "authors": [
313
- {
314
- "name": "theAverageDev (Luca Tumedei)",
315
- "email": "luca@theaveragedev.com",
316
- "homepage": "http://theaveragedev.com",
317
- "role": "Developer"
318
- }
319
- ],
320
- "description": "TDD helpers for PHP 5.2",
321
- "homepage": "http://github.com/lucatume/tdd-helpers",
322
- "keywords": [
323
- "TDD",
324
- "wrapper"
325
- ],
326
- "time": "2014-09-28 11:53:37"
327
- },
328
- {
329
- "name": "lucatume/wp-browser",
330
- "version": "dev-master",
331
- "source": {
332
- "type": "git",
333
- "url": "https://github.com/lucatume/wp-browser.git",
334
- "reference": "cbee014deb464bf0d38b6fa4c6887ab1e56b53cd"
335
- },
336
- "dist": {
337
- "type": "zip",
338
- "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/cbee014deb464bf0d38b6fa4c6887ab1e56b53cd",
339
- "reference": "cbee014deb464bf0d38b6fa4c6887ab1e56b53cd",
340
- "shasum": ""
341
- },
342
- "require": {
343
- "badcow/lorem-ipsum": "dev-master",
344
- "codeception/codeception": "2.*",
345
- "lucatume/wp-utils": "2.*",
346
- "php": ">=5.3.0"
347
- },
348
- "require-dev": {
349
- "codeception/codeception": "*"
350
- },
351
- "bin": [
352
- "wpcept"
353
- ],
354
- "type": "library",
355
- "autoload": {
356
- "psr-4": {
357
- "Codeception\\Module\\": "src/",
358
- "Codeception\\Lib\\Driver\\": "src/",
359
- "Codeception\\Command\\": "src/",
360
- "Codeception\\Lib\\Generator\\": "src/",
361
- "tad\\wordpress\\maker\\": "src/",
362
- "tad\\wordpress\\loader\\": "src/"
363
- }
364
- },
365
- "notification-url": "https://packagist.org/downloads/",
366
- "license": [
367
- "MIT"
368
- ],
369
- "authors": [
370
- {
371
- "name": "theAverageDev (Luca Tumedei)",
372
- "email": "luca@theaveragedev.com",
373
- "homepage": "http://theaveragedev.com",
374
- "role": "Developer"
375
- }
376
- ],
377
- "description": "WordPress extension of the PhpBrowser class.",
378
- "homepage": "http://github.com/lucatume/wp-browser",
379
- "keywords": [
380
- "codeception",
381
- "wordpress"
382
- ],
383
- "time": "2014-09-29 06:15:38"
384
- },
385
- {
386
- "name": "lucatume/wp-utils",
387
- "version": "2.1.10",
388
- "source": {
389
- "type": "git",
390
- "url": "https://github.com/lucatume/wp-utils.git",
391
- "reference": "b7fe44dd89d6c13d2d3f98891c9b300d8981ce45"
392
- },
393
- "dist": {
394
- "type": "zip",
395
- "url": "https://api.github.com/repos/lucatume/wp-utils/zipball/b7fe44dd89d6c13d2d3f98891c9b300d8981ce45",
396
- "reference": "b7fe44dd89d6c13d2d3f98891c9b300d8981ce45",
397
- "shasum": ""
398
- },
399
- "require": {
400
- "lucatume/tdd-helpers": "2.*",
401
- "php": ">=5.2.0"
402
- },
403
- "require-dev": {
404
- "codeception/codeception": "1.8.*"
405
- },
406
- "type": "library",
407
- "autoload": {
408
- "classmap": [
409
- "src/"
410
- ]
411
- },
412
- "notification-url": "https://packagist.org/downloads/",
413
- "license": [
414
- "MIT"
415
- ],
416
- "authors": [
417
- {
418
- "name": "theAverageDev (Luca Tumedei)",
419
- "email": "luca@theaveragedev.com",
420
- "homepage": "http://theaveragedev.com",
421
- "role": "Developer"
422
- }
423
- ],
424
- "description": "WordPress utility classes.",
425
- "homepage": "http://github.com/lucatume/wp-utils",
426
- "keywords": [
427
- "wordpress"
428
- ],
429
- "time": "2014-08-25 14:22:18"
430
- },
431
- {
432
- "name": "ocramius/instantiator",
433
- "version": "1.1.3",
434
- "source": {
435
- "type": "git",
436
- "url": "https://github.com/Ocramius/Instantiator.git",
437
- "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881"
438
- },
439
- "dist": {
440
- "type": "zip",
441
- "url": "https://api.github.com/repos/Ocramius/Instantiator/zipball/e24a12178906ff2e7471b8aaf3a0eb789b59f881",
442
- "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881",
443
- "shasum": ""
444
- },
445
- "require": {
446
- "ocramius/lazy-map": "1.0.*",
447
- "php": "~5.3"
448
- },
449
- "require-dev": {
450
- "athletic/athletic": "~0.1.8",
451
- "ext-pdo": "*",
452
- "ext-phar": "*",
453
- "phpunit/phpunit": "~4.0",
454
- "squizlabs/php_codesniffer": "2.0.*@ALPHA"
455
- },
456
- "type": "library",
457
- "extra": {
458
- "branch-alias": {
459
- "dev-master": "2.0.x-dev"
460
- }
461
- },
462
- "autoload": {
463
- "psr-0": {
464
- "Instantiator\\": "src"
465
- }
466
- },
467
- "notification-url": "https://packagist.org/downloads/",
468
- "license": [
469
- "MIT"
470
- ],
471
- "authors": [
472
- {
473
- "name": "Marco Pivetta",
474
- "email": "ocramius@gmail.com",
475
- "homepage": "http://ocramius.github.com/"
476
- }
477
- ],
478
- "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
479
- "homepage": "https://github.com/Ocramius/Instantiator",
480
- "keywords": [
481
- "constructor",
482
- "instantiate"
483
- ],
484
- "time": "2014-08-25 14:48:16"
485
- },
486
- {
487
- "name": "ocramius/lazy-map",
488
- "version": "1.0.0",
489
- "source": {
490
- "type": "git",
491
- "url": "https://github.com/Ocramius/LazyMap.git",
492
- "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752"
493
- },
494
- "dist": {
495
- "type": "zip",
496
- "url": "https://api.github.com/repos/Ocramius/LazyMap/zipball/7fe3d347f5e618bcea7d39345ff83f3651d8b752",
497
- "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752",
498
- "shasum": ""
499
- },
500
- "require": {
501
- "php": ">=5.3.3"
502
- },
503
- "require-dev": {
504
- "athletic/athletic": "~0.1.6",
505
- "phpmd/phpmd": "1.5.*",
506
- "phpunit/phpunit": ">=3.7",
507
- "satooshi/php-coveralls": "~0.6",
508
- "squizlabs/php_codesniffer": "1.4.*"
509
- },
510
- "type": "library",
511
- "extra": {
512
- "branch-alias": {
513
- "dev-master": "1.0.x-dev"
514
- }
515
- },
516
- "autoload": {
517
- "psr-0": {
518
- "LazyMap\\": "src"
519
- }
520
- },
521
- "notification-url": "https://packagist.org/downloads/",
522
- "license": [
523
- "MIT"
524
- ],
525
- "authors": [
526
- {
527
- "name": "Marco Pivetta",
528
- "email": "ocramius@gmail.com",
529
- "homepage": "http://ocramius.github.com/",
530
- "role": "Developer"
531
- }
532
- ],
533
- "description": "A library that provides lazy instantiation logic for a map of objects",
534
- "homepage": "https://github.com/Ocramius/LazyMap",
535
- "keywords": [
536
- "lazy",
537
- "lazy instantiation",
538
- "lazy loading",
539
- "map",
540
- "service location"
541
- ],
542
- "time": "2013-11-09 22:30:54"
543
- },
544
- {
545
- "name": "phpunit/php-code-coverage",
546
- "version": "2.0.11",
547
- "source": {
548
- "type": "git",
549
- "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
550
- "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7"
551
- },
552
- "dist": {
553
- "type": "zip",
554
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/53603b3c995f5aab6b59c8e08c3a663d2cc810b7",
555
- "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7",
556
- "shasum": ""
557
- },
558
- "require": {
559
- "php": ">=5.3.3",
560
- "phpunit/php-file-iterator": "~1.3",
561
- "phpunit/php-text-template": "~1.2",
562
- "phpunit/php-token-stream": "~1.3",
563
- "sebastian/environment": "~1.0",
564
- "sebastian/version": "~1.0"
565
- },
566
- "require-dev": {
567
- "ext-xdebug": ">=2.1.4",
568
- "phpunit/phpunit": "~4.1"
569
- },
570
- "suggest": {
571
- "ext-dom": "*",
572
- "ext-xdebug": ">=2.2.1",
573
- "ext-xmlwriter": "*"
574
- },
575
- "type": "library",
576
- "extra": {
577
- "branch-alias": {
578
- "dev-master": "2.0.x-dev"
579
- }
580
- },
581
- "autoload": {
582
- "classmap": [
583
- "src/"
584
- ]
585
- },
586
- "notification-url": "https://packagist.org/downloads/",
587
- "include-path": [
588
- ""
589
- ],
590
- "license": [
591
- "BSD-3-Clause"
592
- ],
593
- "authors": [
594
- {
595
- "name": "Sebastian Bergmann",
596
- "email": "sb@sebastian-bergmann.de",
597
- "role": "lead"
598
- }
599
- ],
600
- "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
601
- "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
602
- "keywords": [
603
- "coverage",
604
- "testing",
605
- "xunit"
606
- ],
607
- "time": "2014-08-31 06:33:04"
608
- },
609
- {
610
- "name": "phpunit/php-file-iterator",
611
- "version": "1.3.4",
612
- "source": {
613
- "type": "git",
614
- "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
615
- "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
616
- },
617
- "dist": {
618
- "type": "zip",
619
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
620
- "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
621
- "shasum": ""
622
- },
623
- "require": {
624
- "php": ">=5.3.3"
625
- },
626
- "type": "library",
627
- "autoload": {
628
- "classmap": [
629
- "File/"
630
- ]
631
- },
632
- "notification-url": "https://packagist.org/downloads/",
633
- "include-path": [
634
- ""
635
- ],
636
- "license": [
637
- "BSD-3-Clause"
638
- ],
639
- "authors": [
640
- {
641
- "name": "Sebastian Bergmann",
642
- "email": "sb@sebastian-bergmann.de",
643
- "role": "lead"
644
- }
645
- ],
646
- "description": "FilterIterator implementation that filters files based on a list of suffixes.",
647
- "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
648
- "keywords": [
649
- "filesystem",
650
- "iterator"
651
- ],
652
- "time": "2013-10-10 15:34:57"
653
- },
654
- {
655
- "name": "phpunit/php-text-template",
656
- "version": "1.2.0",
657
- "source": {
658
- "type": "git",
659
- "url": "https://github.com/sebastianbergmann/php-text-template.git",
660
- "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
661
- },
662
- "dist": {
663
- "type": "zip",
664
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
665
- "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
666
- "shasum": ""
667
- },
668
- "require": {
669
- "php": ">=5.3.3"
670
- },
671
- "type": "library",
672
- "autoload": {
673
- "classmap": [
674
- "Text/"
675
- ]
676
- },
677
- "notification-url": "https://packagist.org/downloads/",
678
- "include-path": [
679
- ""
680
- ],
681
- "license": [
682
- "BSD-3-Clause"
683
- ],
684
- "authors": [
685
- {
686
- "name": "Sebastian Bergmann",
687
- "email": "sb@sebastian-bergmann.de",
688
- "role": "lead"
689
- }
690
- ],
691
- "description": "Simple template engine.",
692
- "homepage": "https://github.com/sebastianbergmann/php-text-template/",
693
- "keywords": [
694
- "template"
695
- ],
696
- "time": "2014-01-30 17:20:04"
697
- },
698
- {
699
- "name": "phpunit/php-timer",
700
- "version": "1.0.5",
701
- "source": {
702
- "type": "git",
703
- "url": "https://github.com/sebastianbergmann/php-timer.git",
704
- "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
705
- },
706
- "dist": {
707
- "type": "zip",
708
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
709
- "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
710
- "shasum": ""
711
- },
712
- "require": {
713
- "php": ">=5.3.3"
714
- },
715
- "type": "library",
716
- "autoload": {
717
- "classmap": [
718
- "PHP/"
719
- ]
720
- },
721
- "notification-url": "https://packagist.org/downloads/",
722
- "include-path": [
723
- ""
724
- ],
725
- "license": [
726
- "BSD-3-Clause"
727
- ],
728
- "authors": [
729
- {
730
- "name": "Sebastian Bergmann",
731
- "email": "sb@sebastian-bergmann.de",
732
- "role": "lead"
733
- }
734
- ],
735
- "description": "Utility class for timing",
736
- "homepage": "https://github.com/sebastianbergmann/php-timer/",
737
- "keywords": [
738
- "timer"
739
- ],
740
- "time": "2013-08-02 07:42:54"
741
- },
742
- {
743
- "name": "phpunit/php-token-stream",
744
- "version": "1.3.0",
745
- "source": {
746
- "type": "git",
747
- "url": "https://github.com/sebastianbergmann/php-token-stream.git",
748
- "reference": "f8d5d08c56de5cfd592b3340424a81733259a876"
749
- },
750
- "dist": {
751
- "type": "zip",
752
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876",
753
- "reference": "f8d5d08c56de5cfd592b3340424a81733259a876",
754
- "shasum": ""
755
- },
756
- "require": {
757
- "ext-tokenizer": "*",
758
- "php": ">=5.3.3"
759
- },
760
- "require-dev": {
761
- "phpunit/phpunit": "~4.2"
762
- },
763
- "type": "library",
764
- "extra": {
765
- "branch-alias": {
766
- "dev-master": "1.3-dev"
767
- }
768
- },
769
- "autoload": {
770
- "classmap": [
771
- "src/"
772
- ]
773
- },
774
- "notification-url": "https://packagist.org/downloads/",
775
- "license": [
776
- "BSD-3-Clause"
777
- ],
778
- "authors": [
779
- {
780
- "name": "Sebastian Bergmann",
781
- "email": "sebastian@phpunit.de"
782
- }
783
- ],
784
- "description": "Wrapper around PHP's tokenizer extension.",
785
- "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
786
- "keywords": [
787
- "tokenizer"
788
- ],
789
- "time": "2014-08-31 06:12:13"
790
- },
791
- {
792
- "name": "phpunit/phpunit",
793
- "version": "4.2.6",
794
- "source": {
795
- "type": "git",
796
- "url": "https://github.com/sebastianbergmann/phpunit.git",
797
- "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c"
798
- },
799
- "dist": {
800
- "type": "zip",
801
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c28a790620fe30b049bb693be1ef9cd4e0fe906c",
802
- "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c",
803
- "shasum": ""
804
- },
805
- "require": {
806
- "ext-dom": "*",
807
- "ext-json": "*",
808
- "ext-pcre": "*",
809
- "ext-reflection": "*",
810
- "ext-spl": "*",
811
- "php": ">=5.3.3",
812
- "phpunit/php-code-coverage": "~2.0",
813
- "phpunit/php-file-iterator": "~1.3.1",
814
- "phpunit/php-text-template": "~1.2",
815
- "phpunit/php-timer": "~1.0.2",
816
- "phpunit/phpunit-mock-objects": "~2.2",
817
- "sebastian/comparator": "~1.0",
818
- "sebastian/diff": "~1.1",
819
- "sebastian/environment": "~1.0",
820
- "sebastian/exporter": "~1.0",
821
- "sebastian/version": "~1.0",
822
- "symfony/yaml": "~2.0"
823
- },
824
- "suggest": {
825
- "phpunit/php-invoker": "~1.1"
826
- },
827
- "bin": [
828
- "phpunit"
829
- ],
830
- "type": "library",
831
- "extra": {
832
- "branch-alias": {
833
- "dev-master": "4.2.x-dev"
834
- }
835
- },
836
- "autoload": {
837
- "classmap": [
838
- "src/"
839
- ]
840
- },
841
- "notification-url": "https://packagist.org/downloads/",
842
- "include-path": [
843
- "",
844
- "../../symfony/yaml/"
845
- ],
846
- "license": [
847
- "BSD-3-Clause"
848
- ],
849
- "authors": [
850
- {
851
- "name": "Sebastian Bergmann",
852
- "email": "sebastian@phpunit.de",
853
- "role": "lead"
854
- }
855
- ],
856
- "description": "The PHP Unit Testing framework.",
857
- "homepage": "http://www.phpunit.de/",
858
- "keywords": [
859
- "phpunit",
860
- "testing",
861
- "xunit"
862
- ],
863
- "time": "2014-09-14 09:31:24"
864
- },
865
- {
866
- "name": "phpunit/phpunit-mock-objects",
867
- "version": "2.2.1",
868
- "source": {
869
- "type": "git",
870
- "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
871
- "reference": "b241b18d87a47093f20fae8b0ba40379b00bd53a"
872
- },
873
- "dist": {
874
- "type": "zip",
875
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b241b18d87a47093f20fae8b0ba40379b00bd53a",
876
- "reference": "b241b18d87a47093f20fae8b0ba40379b00bd53a",
877
- "shasum": ""
878
- },
879
- "require": {
880
- "ocramius/instantiator": "~1.0",
881
- "php": ">=5.3.3",
882
- "phpunit/php-text-template": "~1.2"
883
- },
884
- "require-dev": {
885
- "phpunit/phpunit": "~4.2"
886
- },
887
- "suggest": {
888
- "ext-soap": "*"
889
- },
890
- "type": "library",
891
- "extra": {
892
- "branch-alias": {
893
- "dev-master": "2.2.x-dev"
894
- }
895
- },
896
- "autoload": {
897
- "classmap": [
898
- "src/"
899
- ]
900
- },
901
- "notification-url": "https://packagist.org/downloads/",
902
- "license": [
903
- "BSD-3-Clause"
904
- ],
905
- "authors": [
906
- {
907
- "name": "Sebastian Bergmann",
908
- "email": "sb@sebastian-bergmann.de",
909
- "role": "lead"
910
- }
911
- ],
912
- "description": "Mock Object library for PHPUnit",
913
- "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
914
- "keywords": [
915
- "mock",
916
- "xunit"
917
- ],
918
- "time": "2014-09-06 17:32:37"
919
- },
920
- {
921
- "name": "sebastian/comparator",
922
- "version": "1.0.0",
923
- "source": {
924
- "type": "git",
925
- "url": "https://github.com/sebastianbergmann/comparator.git",
926
- "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2"
927
- },
928
- "dist": {
929
- "type": "zip",
930
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
931
- "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
932
- "shasum": ""
933
- },
934
- "require": {
935
- "php": ">=5.3.3",
936
- "sebastian/diff": "~1.1",
937
- "sebastian/exporter": "~1.0"
938
- },
939
- "require-dev": {
940
- "phpunit/phpunit": "~4.1"
941
- },
942
- "type": "library",
943
- "extra": {
944
- "branch-alias": {
945
- "dev-master": "1.0.x-dev"
946
- }
947
- },
948
- "autoload": {
949
- "classmap": [
950
- "src/"
951
- ]
952
- },
953
- "notification-url": "https://packagist.org/downloads/",
954
- "license": [
955
- "BSD-3-Clause"
956
- ],
957
- "authors": [
958
- {
959
- "name": "Sebastian Bergmann",
960
- "email": "sebastian@phpunit.de",
961
- "role": "lead"
962
- },
963
- {
964
- "name": "Jeff Welch",
965
- "email": "whatthejeff@gmail.com"
966
- },
967
- {
968
- "name": "Volker Dusch",
969
- "email": "github@wallbash.com"
970
- },
971
- {
972
- "name": "Bernhard Schussek",
973
- "email": "bschussek@2bepublished.at"
974
- }
975
- ],
976
- "description": "Provides the functionality to compare PHP values for equality",
977
- "homepage": "http://www.github.com/sebastianbergmann/comparator",
978
- "keywords": [
979
- "comparator",
980
- "compare",
981
- "equality"
982
- ],
983
- "time": "2014-05-02 07:05:58"
984
- },
985
- {
986
- "name": "sebastian/diff",
987
- "version": "1.2.0",
988
- "source": {
989
- "type": "git",
990
- "url": "https://github.com/sebastianbergmann/diff.git",
991
- "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
992
- },
993
- "dist": {
994
- "type": "zip",
995
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
996
- "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
997
- "shasum": ""
998
- },
999
- "require": {
1000
- "php": ">=5.3.3"
1001
- },
1002
- "require-dev": {
1003
- "phpunit/phpunit": "~4.2"
1004
- },
1005
- "type": "library",
1006
- "extra": {
1007
- "branch-alias": {
1008
- "dev-master": "1.2-dev"
1009
- }
1010
- },
1011
- "autoload": {
1012
- "classmap": [
1013
- "src/"
1014
- ]
1015
- },
1016
- "notification-url": "https://packagist.org/downloads/",
1017
- "license": [
1018
- "BSD-3-Clause"
1019
- ],
1020
- "authors": [
1021
- {
1022
- "name": "Kore Nordmann",
1023
- "email": "mail@kore-nordmann.de"
1024
- },
1025
- {
1026
- "name": "Sebastian Bergmann",
1027
- "email": "sebastian@phpunit.de"
1028
- }
1029
- ],
1030
- "description": "Diff implementation",
1031
- "homepage": "http://www.github.com/sebastianbergmann/diff",
1032
- "keywords": [
1033
- "diff"
1034
- ],
1035
- "time": "2014-08-15 10:29:00"
1036
- },
1037
- {
1038
- "name": "sebastian/environment",
1039
- "version": "1.0.0",
1040
- "source": {
1041
- "type": "git",
1042
- "url": "https://github.com/sebastianbergmann/environment.git",
1043
- "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a"
1044
- },
1045
- "dist": {
1046
- "type": "zip",
1047
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a",
1048
- "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a",
1049
- "shasum": ""
1050
- },
1051
- "require": {
1052
- "php": ">=5.3.3"
1053
- },
1054
- "require-dev": {
1055
- "phpunit/phpunit": "4.0.*@dev"
1056
- },
1057
- "type": "library",
1058
- "extra": {
1059
- "branch-alias": {
1060
- "dev-master": "1.0.x-dev"
1061
- }
1062
- },
1063
- "autoload": {
1064
- "classmap": [
1065
- "src/"
1066
- ]
1067
- },
1068
- "notification-url": "https://packagist.org/downloads/",
1069
- "license": [
1070
- "BSD-3-Clause"
1071
- ],
1072
- "authors": [
1073
- {
1074
- "name": "Sebastian Bergmann",
1075
- "email": "sebastian@phpunit.de",
1076
- "role": "lead"
1077
- }
1078
- ],
1079
- "description": "Provides functionality to handle HHVM/PHP environments",
1080
- "homepage": "http://www.github.com/sebastianbergmann/environment",
1081
- "keywords": [
1082
- "Xdebug",
1083
- "environment",
1084
- "hhvm"
1085
- ],
1086
- "time": "2014-02-18 16:17:19"
1087
- },
1088
- {
1089
- "name": "sebastian/exporter",
1090
- "version": "1.0.1",
1091
- "source": {
1092
- "type": "git",
1093
- "url": "https://github.com/sebastianbergmann/exporter.git",
1094
- "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529"
1095
- },
1096
- "dist": {
1097
- "type": "zip",
1098
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
1099
- "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
1100
- "shasum": ""
1101
- },
1102
- "require": {
1103
- "php": ">=5.3.3"
1104
- },
1105
- "require-dev": {
1106
- "phpunit/phpunit": "4.0.*@dev"
1107
- },
1108
- "type": "library",
1109
- "extra": {
1110
- "branch-alias": {
1111
- "dev-master": "1.0.x-dev"
1112
- }
1113
- },
1114
- "autoload": {
1115
- "classmap": [
1116
- "src/"
1117
- ]
1118
- },
1119
- "notification-url": "https://packagist.org/downloads/",
1120
- "license": [
1121
- "BSD-3-Clause"
1122
- ],
1123
- "authors": [
1124
- {
1125
- "name": "Sebastian Bergmann",
1126
- "email": "sebastian@phpunit.de",
1127
- "role": "lead"
1128
- },
1129
- {
1130
- "name": "Jeff Welch",
1131
- "email": "whatthejeff@gmail.com"
1132
- },
1133
- {
1134
- "name": "Volker Dusch",
1135
- "email": "github@wallbash.com"
1136
- },
1137
- {
1138
- "name": "Adam Harvey",
1139
- "email": "aharvey@php.net",
1140
- "role": "Lead"
1141
- },
1142
- {
1143
- "name": "Bernhard Schussek",
1144
- "email": "bschussek@2bepublished.at"
1145
- }
1146
- ],
1147
- "description": "Provides the functionality to export PHP variables for visualization",
1148
- "homepage": "http://www.github.com/sebastianbergmann/exporter",
1149
- "keywords": [
1150
- "export",
1151
- "exporter"
1152
- ],
1153
- "time": "2014-02-16 08:26:31"
1154
- },
1155
- {
1156
- "name": "sebastian/version",
1157
- "version": "1.0.3",
1158
- "source": {
1159
- "type": "git",
1160
- "url": "https://github.com/sebastianbergmann/version.git",
1161
- "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
1162
- },
1163
- "dist": {
1164
- "type": "zip",
1165
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
1166
- "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
1167
- "shasum": ""
1168
- },
1169
- "type": "library",
1170
- "autoload": {
1171
- "classmap": [
1172
- "src/"
1173
- ]
1174
- },
1175
- "notification-url": "https://packagist.org/downloads/",
1176
- "license": [
1177
- "BSD-3-Clause"
1178
- ],
1179
- "authors": [
1180
- {
1181
- "name": "Sebastian Bergmann",
1182
- "email": "sebastian@phpunit.de",
1183
- "role": "lead"
1184
- }
1185
- ],
1186
- "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1187
- "homepage": "https://github.com/sebastianbergmann/version",
1188
- "time": "2014-03-07 15:35:33"
1189
- },
1190
- {
1191
- "name": "symfony/browser-kit",
1192
- "version": "v2.5.5",
1193
- "target-dir": "Symfony/Component/BrowserKit",
1194
- "source": {
1195
- "type": "git",
1196
- "url": "https://github.com/symfony/BrowserKit.git",
1197
- "reference": "0cb9e603b1850c9495bfb96b3c4caf7ea17700d4"
1198
- },
1199
- "dist": {
1200
- "type": "zip",
1201
- "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/0cb9e603b1850c9495bfb96b3c4caf7ea17700d4",
1202
- "reference": "0cb9e603b1850c9495bfb96b3c4caf7ea17700d4",
1203
- "shasum": ""
1204
- },
1205
- "require": {
1206
- "php": ">=5.3.3",
1207
- "symfony/dom-crawler": "~2.0"
1208
- },
1209
- "require-dev": {
1210
- "symfony/css-selector": "~2.0",
1211
- "symfony/process": "~2.0"
1212
- },
1213
- "suggest": {
1214
- "symfony/process": ""
1215
- },
1216
- "type": "library",
1217
- "extra": {
1218
- "branch-alias": {
1219
- "dev-master": "2.5-dev"
1220
- }
1221
- },
1222
- "autoload": {
1223
- "psr-0": {
1224
- "Symfony\\Component\\BrowserKit\\": ""
1225
- }
1226
- },
1227
- "notification-url": "https://packagist.org/downloads/",
1228
- "license": [
1229
- "MIT"
1230
- ],
1231
- "authors": [
1232
- {
1233
- "name": "Symfony Community",
1234
- "homepage": "http://symfony.com/contributors"
1235
- },
1236
- {
1237
- "name": "Fabien Potencier",
1238
- "email": "fabien@symfony.com"
1239
- }
1240
- ],
1241
- "description": "Symfony BrowserKit Component",
1242
- "homepage": "http://symfony.com",
1243
- "time": "2014-09-22 09:14:18"
1244
- },
1245
- {
1246
- "name": "symfony/console",
1247
- "version": "v2.5.5",
1248
- "target-dir": "Symfony/Component/Console",
1249
- "source": {
1250
- "type": "git",
1251
- "url": "https://github.com/symfony/Console.git",
1252
- "reference": "ca053eaa031c93afb68a71e4eb1f4168dfd4a661"
1253
- },
1254
- "dist": {
1255
- "type": "zip",
1256
- "url": "https://api.github.com/repos/symfony/Console/zipball/ca053eaa031c93afb68a71e4eb1f4168dfd4a661",
1257
- "reference": "ca053eaa031c93afb68a71e4eb1f4168dfd4a661",
1258
- "shasum": ""
1259
- },
1260
- "require": {
1261
- "php": ">=5.3.3"
1262
- },
1263
- "require-dev": {
1264
- "psr/log": "~1.0",
1265
- "symfony/event-dispatcher": "~2.1"
1266
- },
1267
- "suggest": {
1268
- "psr/log": "For using the console logger",
1269
- "symfony/event-dispatcher": ""
1270
- },
1271
- "type": "library",
1272
- "extra": {
1273
- "branch-alias": {
1274
- "dev-master": "2.5-dev"
1275
- }
1276
- },
1277
- "autoload": {
1278
- "psr-0": {
1279
- "Symfony\\Component\\Console\\": ""
1280
- }
1281
- },
1282
- "notification-url": "https://packagist.org/downloads/",
1283
- "license": [
1284
- "MIT"
1285
- ],
1286
- "authors": [
1287
- {
1288
- "name": "Symfony Community",
1289
- "homepage": "http://symfony.com/contributors"
1290
- },
1291
- {
1292
- "name": "Fabien Potencier",
1293
- "email": "fabien@symfony.com"
1294
- }
1295
- ],
1296
- "description": "Symfony Console Component",
1297
- "homepage": "http://symfony.com",
1298
- "time": "2014-09-25 09:53:56"
1299
- },
1300
- {
1301
- "name": "symfony/css-selector",
1302
- "version": "v2.5.5",
1303
- "target-dir": "Symfony/Component/CssSelector",
1304
- "source": {
1305
- "type": "git",
1306
- "url": "https://github.com/symfony/CssSelector.git",
1307
- "reference": "caf5ecc3face1f22884fb74b8edab65ac5ba9976"
1308
- },
1309
- "dist": {
1310
- "type": "zip",
1311
- "url": "https://api.github.com/repos/symfony/CssSelector/zipball/caf5ecc3face1f22884fb74b8edab65ac5ba9976",
1312
- "reference": "caf5ecc3face1f22884fb74b8edab65ac5ba9976",
1313
- "shasum": ""
1314
- },
1315
- "require": {
1316
- "php": ">=5.3.3"
1317
- },
1318
- "type": "library",
1319
- "extra": {
1320
- "branch-alias": {
1321
- "dev-master": "2.5-dev"
1322
- }
1323
- },
1324
- "autoload": {
1325
- "psr-0": {
1326
- "Symfony\\Component\\CssSelector\\": ""
1327
- }
1328
- },
1329
- "notification-url": "https://packagist.org/downloads/",
1330
- "license": [
1331
- "MIT"
1332
- ],
1333
- "authors": [
1334
- {
1335
- "name": "Symfony Community",
1336
- "homepage": "http://symfony.com/contributors"
1337
- },
1338
- {
1339
- "name": "Jean-François Simon",
1340
- "email": "jeanfrancois.simon@sensiolabs.com"
1341
- },
1342
- {
1343
- "name": "Fabien Potencier",
1344
- "email": "fabien@symfony.com"
1345
- }
1346
- ],
1347
- "description": "Symfony CssSelector Component",
1348
- "homepage": "http://symfony.com",
1349
- "time": "2014-09-22 09:14:18"
1350
- },
1351
- {
1352
- "name": "symfony/dom-crawler",
1353
- "version": "v2.5.5",
1354
- "target-dir": "Symfony/Component/DomCrawler",
1355
- "source": {
1356
- "type": "git",
1357
- "url": "https://github.com/symfony/DomCrawler.git",
1358
- "reference": "a2804ec76442a9d0a3bb25f99a7830ba24743e07"
1359
- },
1360
- "dist": {
1361
- "type": "zip",
1362
- "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/a2804ec76442a9d0a3bb25f99a7830ba24743e07",
1363
- "reference": "a2804ec76442a9d0a3bb25f99a7830ba24743e07",
1364
- "shasum": ""
1365
- },
1366
- "require": {
1367
- "php": ">=5.3.3"
1368
- },
1369
- "require-dev": {
1370
- "symfony/css-selector": "~2.0"
1371
- },
1372
- "suggest": {
1373
- "symfony/css-selector": ""
1374
- },
1375
- "type": "library",
1376
- "extra": {
1377
- "branch-alias": {
1378
- "dev-master": "2.5-dev"
1379
- }
1380
- },
1381
- "autoload": {
1382
- "psr-0": {
1383
- "Symfony\\Component\\DomCrawler\\": ""
1384
- }
1385
- },
1386
- "notification-url": "https://packagist.org/downloads/",
1387
- "license": [
1388
- "MIT"
1389
- ],
1390
- "authors": [
1391
- {
1392
- "name": "Symfony Community",
1393
- "homepage": "http://symfony.com/contributors"
1394
- },
1395
- {
1396
- "name": "Fabien Potencier",
1397
- "email": "fabien@symfony.com"
1398
- }
1399
- ],
1400
- "description": "Symfony DomCrawler Component",
1401
- "homepage": "http://symfony.com",
1402
- "time": "2014-09-22 09:14:18"
1403
- },
1404
- {
1405
- "name": "symfony/event-dispatcher",
1406
- "version": "v2.5.5",
1407
- "target-dir": "Symfony/Component/EventDispatcher",
1408
- "source": {
1409
- "type": "git",
1410
- "url": "https://github.com/symfony/EventDispatcher.git",
1411
- "reference": "f6281337bf5f985f585d1db6a83adb05ce531f46"
1412
- },
1413
- "dist": {
1414
- "type": "zip",
1415
- "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/f6281337bf5f985f585d1db6a83adb05ce531f46",
1416
- "reference": "f6281337bf5f985f585d1db6a83adb05ce531f46",
1417
- "shasum": ""
1418
- },
1419
- "require": {
1420
- "php": ">=5.3.3"
1421
- },
1422
- "require-dev": {
1423
- "psr/log": "~1.0",
1424
- "symfony/config": "~2.0",
1425
- "symfony/dependency-injection": "~2.0,<2.6.0",
1426
- "symfony/stopwatch": "~2.2"
1427
- },
1428
- "suggest": {
1429
- "symfony/dependency-injection": "",
1430
- "symfony/http-kernel": ""
1431
- },
1432
- "type": "library",
1433
- "extra": {
1434
- "branch-alias": {
1435
- "dev-master": "2.5-dev"
1436
- }
1437
- },
1438
- "autoload": {
1439
- "psr-0": {
1440
- "Symfony\\Component\\EventDispatcher\\": ""
1441
- }
1442
- },
1443
- "notification-url": "https://packagist.org/downloads/",
1444
- "license": [
1445
- "MIT"
1446
- ],
1447
- "authors": [
1448
- {
1449
- "name": "Symfony Community",
1450
- "homepage": "http://symfony.com/contributors"
1451
- },
1452
- {
1453
- "name": "Fabien Potencier",
1454
- "email": "fabien@symfony.com"
1455
- }
1456
- ],
1457
- "description": "Symfony EventDispatcher Component",
1458
- "homepage": "http://symfony.com",
1459
- "time": "2014-09-28 15:56:11"
1460
- },
1461
- {
1462
- "name": "symfony/finder",
1463
- "version": "v2.5.5",
1464
- "target-dir": "Symfony/Component/Finder",
1465
- "source": {
1466
- "type": "git",
1467
- "url": "https://github.com/symfony/Finder.git",
1468
- "reference": "d5033742b9a6206ef6d06e813870bca18e9205df"
1469
- },
1470
- "dist": {
1471
- "type": "zip",
1472
- "url": "https://api.github.com/repos/symfony/Finder/zipball/d5033742b9a6206ef6d06e813870bca18e9205df",
1473
- "reference": "d5033742b9a6206ef6d06e813870bca18e9205df",
1474
- "shasum": ""
1475
- },
1476
- "require": {
1477
- "php": ">=5.3.3"
1478
- },
1479
- "type": "library",
1480
- "extra": {
1481
- "branch-alias": {
1482
- "dev-master": "2.5-dev"
1483
- }
1484
- },
1485
- "autoload": {
1486
- "psr-0": {
1487
- "Symfony\\Component\\Finder\\": ""
1488
- }
1489
- },
1490
- "notification-url": "https://packagist.org/downloads/",
1491
- "license": [
1492
- "MIT"
1493
- ],
1494
- "authors": [
1495
- {
1496
- "name": "Symfony Community",
1497
- "homepage": "http://symfony.com/contributors"
1498
- },
1499
- {
1500
- "name": "Fabien Potencier",
1501
- "email": "fabien@symfony.com"
1502
- }
1503
- ],
1504
- "description": "Symfony Finder Component",
1505
- "homepage": "http://symfony.com",
1506
- "time": "2014-09-27 08:35:39"
1507
- },
1508
- {
1509
- "name": "symfony/yaml",
1510
- "version": "v2.5.5",
1511
- "target-dir": "Symfony/Component/Yaml",
1512
- "source": {
1513
- "type": "git",
1514
- "url": "https://github.com/symfony/Yaml.git",
1515
- "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96"
1516
- },
1517
- "dist": {
1518
- "type": "zip",
1519
- "url": "https://api.github.com/repos/symfony/Yaml/zipball/b1dbc53593b98c2d694ebf383660ac9134d30b96",
1520
- "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96",
1521
- "shasum": ""
1522
- },
1523
- "require": {
1524
- "php": ">=5.3.3"
1525
- },
1526
- "type": "library",
1527
- "extra": {
1528
- "branch-alias": {
1529
- "dev-master": "2.5-dev"
1530
- }
1531
- },
1532
- "autoload": {
1533
- "psr-0": {
1534
- "Symfony\\Component\\Yaml\\": ""
1535
- }
1536
- },
1537
- "notification-url": "https://packagist.org/downloads/",
1538
- "license": [
1539
- "MIT"
1540
- ],
1541
- "authors": [
1542
- {
1543
- "name": "Symfony Community",
1544
- "homepage": "http://symfony.com/contributors"
1545
- },
1546
- {
1547
- "name": "Fabien Potencier",
1548
- "email": "fabien@symfony.com"
1549
- }
1550
- ],
1551
- "description": "Symfony Yaml Component",
1552
- "homepage": "http://symfony.com",
1553
- "time": "2014-09-22 09:14:18"
1554
- }
1555
- ],
1556
- "aliases": [
1557
-
1558
- ],
1559
- "minimum-stability": "dev",
1560
- "stability-flags": {
1561
- "lucatume/wp-browser": 20
1562
- },
1563
- "prefer-stable": true,
1564
- "platform": [
1565
-
1566
- ],
1567
- "platform-dev": [
1568
-
1569
- ]
1570
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/tribe-events-calendar-ar.mo DELETED
Binary file
lang/tribe-events-calendar-ar.po DELETED
@@ -1,3797 +0,0 @@
1
- # The Events Calendar by Modern Tribe, Inc.
2
- # Copyright (C) Modern Tribe, Inc.
3
- # This file is distributed under the same license as the The Events Calendar package.
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: The Events Calendar\n"
7
- "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2013-07-02 11:26-0800\n"
9
- "PO-Revision-Date: 2013-07-02 11:26-0800\n"
10
- "Last-Translator: Mamdouh Samy <asyuti47@gmail.com>\n"
11
- "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
12
- "Language: en_US\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
19
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
20
- "X-Poedit-Basepath: ./\n"
21
- "X-Textdomain-Support: yes\n"
22
- "X-Generator: Poedit 1.5.5\n"
23
- "X-Poedit-SearchPath-0: ..\n"
24
-
25
- #: ../admin-views/app-shop.php:4
26
- msgid "Tribe Event Add-Ons"
27
- msgstr "إضافات أجندة ترايب"
28
-
29
- #: ../admin-views/app-shop.php:50
30
- msgid "Version"
31
- msgstr "الإصدار"
32
-
33
- #: ../admin-views/app-shop.php:53
34
- msgid "Last Update"
35
- msgstr "آخر تحديث"
36
-
37
- #: ../admin-views/event-sidebar-options.php:11
38
- msgid "Hide From Event Listings"
39
- msgstr "إخفاء من قائمة الأحداث"
40
-
41
- #: ../admin-views/event-sidebar-options.php:12
42
- msgid "Sticky in Calendar View"
43
- msgstr "تثبيت في مقدمة الأجندة"
44
-
45
- #: ../admin-views/events-audit-trail.php:41
46
- msgid "Auditing Information"
47
- msgstr "بيانات المراجعة"
48
-
49
- #: ../admin-views/events-audit-trail.php:47
50
- msgid "Created by:"
51
- msgstr "تم إنشائها بواسطة:"
52
-
53
- #: ../admin-views/events-audit-trail.php:51
54
- msgid "Audit Trail:"
55
- msgstr "مسار المراجعة:"
56
-
57
- #: ../admin-views/events-meta-box.php:26
58
- msgid "Event Time &amp; Date"
59
- msgstr "وقت الحدث &amp; تاريخه"
60
-
61
- #: ../admin-views/events-meta-box.php:32
62
- msgid ""
63
- "You have changed the recurrence rules of this event. Saving the event will "
64
- "update all future events. If you did not mean to change all events, then "
65
- "please refresh the page."
66
- msgstr ""
67
- "لقد قمت بتغيير قواعد تكرار هذا الحدث. حفظ الحدث سيقوم بالتأثير علي كل "
68
- "الأحداث القادمة. إذا لم تكن ترغب في تغيير كل الأحداث من فضلك أعد تحميل "
69
- "الصفحة."
70
-
71
- #
72
- #: ../admin-views/events-meta-box.php:35
73
- msgid "All Day Event:"
74
- msgstr "حدث طوال اليوم:"
75
-
76
- #
77
- #: ../admin-views/events-meta-box.php:39
78
- msgid "Start Date &amp; Time:"
79
- msgstr "تاريخ و وقت البداية:"
80
-
81
- #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
82
- msgid "YYYY-MM-DD"
83
- msgstr "YYYY-MM-DD"
84
-
85
- #
86
- #: ../admin-views/events-meta-box.php:60
87
- msgid "End Date &amp; Time:"
88
- msgstr "تاريخ و وقت النهاية:"
89
-
90
- #: ../admin-views/events-meta-box.php:85
91
- msgid "Event Location Details"
92
- msgstr "تفاصيل مكان الحدث"
93
-
94
- #: ../admin-views/events-meta-box.php:93
95
- msgid "Event Organizer Details"
96
- msgstr "تفاصيل منظم الحدث"
97
-
98
- #
99
- #: ../admin-views/events-meta-box.php:101
100
- msgid "Event Website"
101
- msgstr "موقع الإنترنت للحدث"
102
-
103
- #: ../admin-views/events-meta-box.php:104
104
- msgid "URL:"
105
- msgstr "عنوان الموقع (URL):"
106
-
107
- #: ../admin-views/events-meta-box.php:115
108
- msgid "Event Cost"
109
- msgstr "تكلفة الحدث"
110
-
111
- #: ../admin-views/events-meta-box.php:118
112
- msgid "Currency Symbol:"
113
- msgstr "رمز العملة"
114
-
115
- #: ../admin-views/events-meta-box.php:122
116
- #: ../public/advanced-functions/meta.php:270
117
- msgid "Cost:"
118
- msgstr "التكلفة:"
119
-
120
- #: ../admin-views/events-meta-box.php:127
121
- msgid "Enter a 0 for events that are free or leave blank to hide the field."
122
- msgstr "اكتب 0 للأحداث المجانية أو أتركه فارغاً لإخفاء الحقل"
123
-
124
- #: ../admin-views/organizer-meta-box.php:12
125
- msgid "Organizer Name:"
126
- msgstr "اسم المنظم:"
127
-
128
- #: ../admin-views/organizer-meta-box.php:19
129
- #: ../admin-views/venue-meta-box.php:93
130
- #: ../admin-views/tickets/attendees.php:39
131
- #: ../public/advanced-functions/meta.php:357
132
- #: ../public/advanced-functions/meta.php:419
133
- msgid "Phone:"
134
- msgstr "تليفون:"
135
-
136
- #: ../admin-views/organizer-meta-box.php:23
137
- #: ../admin-views/venue-meta-box.php:97
138
- #: ../admin-views/tickets/attendees.php:45
139
- #: ../public/advanced-functions/meta.php:308
140
- #: ../public/advanced-functions/meta.php:383
141
- #: ../public/advanced-functions/meta.php:445
142
- msgid "Website:"
143
- msgstr "موقع إلكتروني:"
144
-
145
- #: ../admin-views/organizer-meta-box.php:27
146
- #: ../public/advanced-functions/meta.php:432
147
- msgid "Email:"
148
- msgstr "بريد إلكتروني:"
149
-
150
- #: ../admin-views/recurrence-dialog.php:13
151
- msgid ""
152
- "Would you like to change only this instance of the event, or all future "
153
- "events in this series?"
154
- msgstr "هل ترغب في تغيير هذا الحدث فقط أم كل الأحداث المستقبلية في هذه السلسة؟"
155
-
156
- #: ../admin-views/recurrence-dialog.php:15
157
- #: ../admin-views/recurrence-dialog.php:23
158
- msgid "Only This Event:"
159
- msgstr "هذا الحدث فقط:"
160
-
161
- #: ../admin-views/recurrence-dialog.php:15
162
- msgid "All other future events in the series will remain the same."
163
- msgstr "كل الأحداث المستقبلية في هذه السلسة تظل كما هي."
164
-
165
- #: ../admin-views/recurrence-dialog.php:16
166
- #: ../admin-views/recurrence-dialog.php:24
167
- msgid "All Events:"
168
- msgstr "كل الأحداث:"
169
-
170
- #: ../admin-views/recurrence-dialog.php:16
171
- msgid ""
172
- "All future events in the series will be changed. Any changes made to other "
173
- "events will be kept."
174
- msgstr ""
175
- "كل الأحداث المستقبلية في هذه السلسة سيتم تغييرها. أي تغييرات ستتم علي "
176
- "الأحداث الأخري سيتم الإحتفاظ بها."
177
-
178
- #: ../admin-views/recurrence-dialog.php:21
179
- msgid ""
180
- "Would you like to delete only this instance of the event, or all future "
181
- "events in this series?"
182
- msgstr "هل ترغب في حذف هذا الحدث فقط أم كل الأحداث المستقبلية في هذه السلسة؟"
183
-
184
- #: ../admin-views/recurrence-dialog.php:23
185
- msgid "All other future events in the series will not be deleted."
186
- msgstr "كل الأحداث المستقبلية في هذه السلسلة لن يتم حذفها."
187
-
188
- #: ../admin-views/recurrence-dialog.php:24
189
- msgid "All future events in the series will be deleted."
190
- msgstr "كل الأحداث المستقبلية في هذه السلسلة سيتم حذفها."
191
-
192
- #: ../admin-views/tribe-options-display.php:4
193
- msgid "Default Events Template"
194
- msgstr " قالب الأحداث الإفتراضي"
195
-
196
- #: ../admin-views/tribe-options-display.php:5
197
- msgid "Default Page Template"
198
- msgstr "قالب الصفحات الإفتراضي"
199
-
200
- #
201
- #: ../admin-views/tribe-options-display.php:29
202
- msgid "Display Settings"
203
- msgstr "خيارات العرض"
204
-
205
- #: ../admin-views/tribe-options-display.php:34
206
- #, php-format
207
- msgid ""
208
- "<p>The settings below control the display of your calendar. If things don't "
209
- "look right, try switching between the three style sheet options or pick a "
210
- "page template from your theme.</p><p>There are going to be situations where "
211
- "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
212
- "\">our themer's guide</a> for instructions on custom modifications. Want to "
213
- "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
214
- "plugin from Github</a></p>"
215
- msgstr ""
216
- "<p>الإعدادات التالية تتحكم في طريقة عرض الأجندة. إذا لم تظهر الأشياء بشكل "
217
- "جيد جرب تغيير الخيارات المتاحة أو أختر تمبلت صفحة مختلف من القالب الخاص بك.</"
218
- "p> قد يحدث أحياناً أن لا يكون هناك تمبلت ملائمة بنسبة 100&#37 لذا جرب تفقد <a "
219
- "href=\"%s\">دليل الثيمات الخاص بنا</a> لمعرفة تعليمات التخصيص المتاحة. إذا "
220
- "كنت ترغب في طريقة عرض جديدة يمكنك أخذ نسخة من <a href=\"%s\">Sample Agenda "
221
- "View plugin from Github</a></p>"
222
-
223
- #
224
- #: ../admin-views/tribe-options-display.php:49
225
- msgid "Basic Template Settings"
226
- msgstr "إعدادات التمبلت الأساسية"
227
-
228
- #
229
- #: ../admin-views/tribe-options-display.php:53
230
- msgid "Default stylesheet used for events templates"
231
- msgstr "ملف التنسيق المستخدم في تمبليت الأحداث"
232
-
233
- #: ../admin-views/tribe-options-display.php:56
234
- msgid "Skeleton Styles"
235
- msgstr "الستايل الأساسي"
236
-
237
- #: ../admin-views/tribe-options-display.php:58
238
- msgid ""
239
- "Only includes enough css to achieve complex layouts like calendar and week "
240
- "view."
241
- msgstr ""
242
-
243
- #: ../admin-views/tribe-options-display.php:60
244
- msgid "Full Styles"
245
- msgstr "تنسيقات كاملة"
246
-
247
- #: ../admin-views/tribe-options-display.php:62
248
- msgid "More detailed styling, tries to grab styles from your theme."
249
- msgstr ""
250
-
251
- #
252
- #: ../admin-views/tribe-options-display.php:64
253
- msgid "Tribe Events Styles"
254
- msgstr "التنسيقات الخاصة ب Tribe Events"
255
-
256
- #: ../admin-views/tribe-options-display.php:66
257
- msgid "A fully designed and styled theme for your events pages."
258
- msgstr ""
259
-
260
- #
261
- #: ../admin-views/tribe-options-display.php:73
262
- msgid "Events template"
263
- msgstr "تمبليت الأحداث"
264
-
265
- #: ../admin-views/tribe-options-display.php:74
266
- msgid ""
267
- "Choose a page template to control the appearance of your calendar and event "
268
- "content."
269
- msgstr "اختار تمبليت الصفحة للتحكم في شكل أجندة الأحداث."
270
-
271
- #: ../admin-views/tribe-options-display.php:82
272
- msgid "Enable event views"
273
- msgstr "تفعيل عرض الأحداث"
274
-
275
- #: ../admin-views/tribe-options-display.php:83
276
- msgid "You must select at least one view."
277
- msgstr "يجب أن تختار طريقة عرض واحدة علي الأقل."
278
-
279
- #
280
- #: ../admin-views/tribe-options-display.php:90
281
- msgid "Default view"
282
- msgstr "طريقة العرض الإفتراضية"
283
-
284
- #: ../admin-views/tribe-options-display.php:98
285
- #, fuzzy
286
- msgid "Disable the Event Search Bar"
287
- msgstr "استخدم البحث الخاص بالأحداث"
288
-
289
- #: ../admin-views/tribe-options-display.php:99
290
- #, fuzzy
291
- msgid "Check this to use the classic header."
292
- msgstr "إلغاء الأختيار لاستعمال الهيدر الأساسي."
293
-
294
- #
295
- #: ../admin-views/tribe-options-display.php:105
296
- msgid "Advanced Template Settings"
297
- msgstr "إختيارات التمبليت المتقدمة"
298
-
299
- #
300
- #: ../admin-views/tribe-options-display.php:109
301
- msgid "Add HTML before event content"
302
- msgstr "ضع كود HTML قبل محتوي الحدث"
303
-
304
- #: ../admin-views/tribe-options-display.php:110
305
- msgid ""
306
- "If you are familiar with HTML, you can add additional code before the event "
307
- "template. Some themes may require this to help with styling or layout."
308
- msgstr ""
309
- "إذا كنت تجيد استعمال أكواد HTML, يمكنك إضافة بعض الأكواد قبل تمبليت الحدث. "
310
- "بعض الثيمات تتطلب ذلك للمساعدة في التنسيق."
311
-
312
- #
313
- #: ../admin-views/tribe-options-display.php:115
314
- msgid "Add HTML after event content"
315
- msgstr "اضف كود HTML بعد محتوي الحدث"
316
-
317
- #: ../admin-views/tribe-options-display.php:116
318
- msgid ""
319
- "If you are familiar with HTML, you can add additional code after the event "
320
- "template. Some themes may require this to help with styling or layout."
321
- msgstr ""
322
- "إذا كنت تجيد استعمال أكواد HTML, يمكنك إضافة بعض الأكواد بعد تمبليت الحدث. "
323
- "بعض الثيمات تتطلب ذلك للمساعدة في التنسيق."
324
-
325
- #: ../admin-views/tribe-options-general.php:14
326
- msgid "Finding & extending your calendar."
327
- msgstr "إيجاد و توسيع الأجندة."
328
-
329
- #: ../admin-views/tribe-options-general.php:19
330
- msgid "Finding your calendar."
331
- msgstr "إيجاد الأجندة."
332
-
333
- #: ../admin-views/tribe-options-general.php:24
334
- msgid "Where's my calendar?"
335
- msgstr "أين هي الأجندة؟"
336
-
337
- #: ../admin-views/tribe-options-general.php:24
338
- msgid "Right here"
339
- msgstr "هنا"
340
-
341
- #: ../admin-views/tribe-options-general.php:28
342
- msgid ""
343
- "Looking for additional functionality including recurring events, custom "
344
- "meta, community events, ticket sales and more?"
345
- msgstr ""
346
- "هل تبحث عن خواص إضافية مثل أحداث متكررة, حقول مخصصة, أحداث المجتمع و بيع "
347
- "التذاكر و غيرها؟"
348
-
349
- #
350
- #: ../admin-views/tribe-options-general.php:28
351
- msgid "Check out the available add-ons"
352
- msgstr "تعرف علي الإضافات المتاحة"
353
-
354
- #: ../admin-views/tribe-options-general.php:33
355
- msgid "We hope our plugin is helping you out."
356
- msgstr "نتمني أن تكون الإضافة مفيدة لك."
357
-
358
- #: ../admin-views/tribe-options-general.php:37
359
- msgid ""
360
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
361
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
362
- "is recognition. Add a small text-only link at the bottom of your calendar "
363
- "pointing to The Events Calendar project."
364
- msgstr ""
365
- "هل تفكر \"رائع, هذه الإضافة مذهلة! يجب علي أن أقول شكراً لشركة مودرن ترايب "
366
- "علي كل مجهوداتهم..\" أفضل طريقة شكر يمكن أن نحلم بها هي التقدير. قم بإضافة "
367
- "رابط نصي في نهاية الأجندة يقود إلي مشروعنا."
368
-
369
- #: ../admin-views/tribe-options-general.php:37
370
- #: ../admin-views/tribe-options-general.php:42
371
- msgid "See an example of the link"
372
- msgstr "شاهد نموذج لهذا الرابط"
373
-
374
- #: ../admin-views/tribe-options-general.php:42
375
- msgid ""
376
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
377
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
378
- "is recognition. Add a small text only link at the bottom of your calendar "
379
- "pointing to The Events Calendar project."
380
- msgstr ""
381
- "هل تفكر \"رائع, هذه الإضافة مذهلة و يجب علي أن أقول شكراً لفريق Modern Tribe "
382
- "علي كل المجهود المبذول فيها .\" أفضل طريقة شكر نتطلع إليها هي الإشادة من "
383
- "خلال وضع نص قصير يحتوي علي رابط إلي موقعنا في نهاية الصفحة."
384
-
385
- #
386
- #: ../admin-views/tribe-options-general.php:47
387
- msgid "Show The Events Calendar link"
388
- msgstr "إظهار رابط أجندة الأحداث"
389
-
390
- #
391
- #: ../admin-views/tribe-options-general.php:61
392
- msgid "General Settings"
393
- msgstr "الإعدادات العامة"
394
-
395
- #: ../admin-views/tribe-options-general.php:65
396
- msgid "Number of events to show per page"
397
- msgstr "عدد الأحداث التي تظهر في صفحة واحدة"
398
-
399
- #: ../admin-views/tribe-options-general.php:72
400
- msgid "Use Javascript to control page load"
401
- msgstr "استخدم جافاسكريبت للتحكم في تحميل الصفحة"
402
-
403
- #: ../admin-views/tribe-options-general.php:73
404
- msgid "Enable ajax to live refresh content."
405
- msgstr "فعل آجاكس لتحديث المحتوي في الحال."
406
-
407
- #
408
- #: ../admin-views/tribe-options-general.php:79
409
- msgid "Show comments"
410
- msgstr "اظهار التعليقات"
411
-
412
- #
413
- #: ../admin-views/tribe-options-general.php:80
414
- msgid "Enable comments on event pages."
415
- msgstr "فعل التعليقات في صفحات الأحداث."
416
-
417
- #: ../admin-views/tribe-options-general.php:86
418
- msgid "Include events in main blog loop"
419
- msgstr "تضمين الأحداث في المدونة"
420
-
421
- #: ../admin-views/tribe-options-general.php:87
422
- msgid ""
423
- "Show events with the site's other posts. When this box is checked, events "
424
- "will also continue to appear on the default events page."
425
- msgstr ""
426
- "اظهر الأحداث مع التدوينات الأخري علي الموقع. عندما تختار هذا المربع ستستمر "
427
- "الأحداث في الظهور في مكانها الطبيعي في صفحة الأحداث كذلك."
428
-
429
- #: ../admin-views/tribe-options-general.php:93
430
- #: ../admin-views/tribe-options-general.php:99
431
- msgid "Events URL slug"
432
- msgstr "نص رابط الأحداث"
433
-
434
- #: ../admin-views/tribe-options-general.php:94
435
- #, php-format
436
- msgid ""
437
- "You cannot edit the slug for your events page as you do not have pretty "
438
- "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
439
- "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
440
- "\">enable pretty permalinks</a>."
441
- msgstr ""
442
- "لا تستطيع تغيير slug لصفحة الأحداث الخاصة بك لأنك لم تقم بتفعيل الروابط "
443
- "الثابتة الجميلة. عنوان ال URL الحالي لصفحة الأحداث هو <a href=\"%s\">%s</a>. "
444
- "لتغييره <a href=\"%soptions-permalink.php\">قم بتفعيل الروابط الثابتة "
445
- "الجميلة عنا</a>."
446
-
447
- #: ../admin-views/tribe-options-general.php:106
448
- #: ../public/template-tags/options.php:20
449
- msgid "The slug used for building the events URL."
450
- msgstr "نص الرابط المستخدم في بناء صفحة الأحداث."
451
-
452
- #: ../admin-views/tribe-options-general.php:106
453
- #, php-format
454
- msgid "Your current events URL is: %s"
455
- msgstr "عنوان URL الحالي الخاص بالأحداث هو %s"
456
-
457
- #: ../admin-views/tribe-options-general.php:111
458
- #: ../public/template-tags/options.php:43
459
- msgid "Here is the iCal feed URL for your events:"
460
- msgstr "هذا هو رابط iCal feed الخاص بك:"
461
-
462
- #
463
- #: ../admin-views/tribe-options-general.php:116
464
- msgid "Single event URL slug"
465
- msgstr "عنوان URL للحدث الواحد"
466
-
467
- #: ../admin-views/tribe-options-general.php:123
468
- #, php-format
469
- msgid ""
470
- "The above should ideally be plural, and this singular.<br />Your single "
471
- "event URL is: %s"
472
- msgstr ""
473
- "الموجود بالأعلي يفضل أن يكون الجميع, أما للمفرد <br />أما للمفرد فعنوان URL "
474
- "هو: %s"
475
-
476
- #: ../admin-views/tribe-options-general.php:128
477
- msgid "End of day cutoff"
478
- msgstr "ينتهي بنهاية اليوم"
479
-
480
- #: ../admin-views/tribe-options-general.php:136
481
- msgid ""
482
- "Have events that run past midnight? Control when your day official ends to "
483
- "avoid awkwardly adding your event to the next day."
484
- msgstr ""
485
- "هل لديك أحداث مستمرة بعد منتصف اليل؟ تحكم في نهاية اليوم الرسمية لك حتي لا "
486
- "تجد الأحداث ممتدة لليوم التالي"
487
-
488
- #: ../admin-views/tribe-options-general.php:141
489
- msgid "Default currency symbol"
490
- msgstr "العملة الإفتراضية"
491
-
492
- #: ../admin-views/tribe-options-general.php:142
493
- msgid ""
494
- "Set the default currency symbol for event costs. Note that this only impacts "
495
- "future events, and changes made will not apply retroactively."
496
- msgstr ""
497
- "قم بتحديد العملة الإفتراضية لتكلفة الأحداث. مع ملاحظة أن هذا يؤثر فقط علي "
498
- "الأحداث المستقبلية و ليس السابقة."
499
-
500
- #
501
- #: ../admin-views/tribe-options-general.php:149
502
- msgid "Map Settings"
503
- msgstr "إعدادات الخريطة"
504
-
505
- #: ../admin-views/tribe-options-general.php:153
506
- msgid "Enable Google Maps"
507
- msgstr "تفعيل خرائط جوجل"
508
-
509
- #: ../admin-views/tribe-options-general.php:154
510
- msgid "Check to enable maps for events and venues."
511
- msgstr "اختر لتفعيل الخرائط للأحداث و الأماكن"
512
-
513
- #: ../admin-views/tribe-options-general.php:161
514
- #, fuzzy
515
- msgid "Google Maps default zoom level"
516
- msgstr "مستوي التكبير الإفتراضي لخرائط جوجل"
517
-
518
- #: ../admin-views/tribe-options-general.php:162
519
- msgid "0 = zoomed out; 21 = zoomed in."
520
- msgstr "0 = للتصغير; 21 = لأقصي تقريب."
521
-
522
- #
523
- #: ../admin-views/tribe-options-general.php:170
524
- msgid "Miscellaneous Settings"
525
- msgstr "إعدادات متنوعة"
526
-
527
- #: ../admin-views/tribe-options-general.php:174
528
- msgid "Duplicate Venues &amp; Organizers"
529
- msgstr "أماكن و منظمين مكررة"
530
-
531
- #: ../admin-views/tribe-options-general.php:174
532
- #: ../lib/tribe-amalgamator.php:252
533
- msgid "Merge Duplicates"
534
- msgstr "دمج التكرارات"
535
-
536
- #: ../admin-views/tribe-options-general.php:174
537
- msgid ""
538
- "You might find duplicate venues and organizers when updating The Events "
539
- "Calendar from a pre-3.0 version. Click this button to automatically merge "
540
- "identical venues and organizers."
541
- msgstr ""
542
- "يمكن أن تجد أماكن أو منظمين مكررين عندما تقوم بالترقية من نسخة قبل أجندة "
543
- "الأحداث 3.0 . اضغط علي هذا الزر لدمج هذه البيانات بشكل تلقائي."
544
-
545
- #
546
- #: ../admin-views/tribe-options-general.php:179
547
- msgid "Debug mode"
548
- msgstr "وضع تصحيح الأخطاء"
549
-
550
- #: ../admin-views/tribe-options-general.php:185
551
- #, php-format
552
- msgid ""
553
- "Enable this option to log debug information. By default this will log to "
554
- "your server PHP error log. If you'd like to see the log messages in your "
555
- "browser, then we recommend that you install the %s and look for the \"Tribe"
556
- "\" tab in the debug output."
557
- msgstr ""
558
- "فعل هذا الإختيار لتسجيل معلومات تصحيح الأخطاء. هذا سيقوم بالتسجيل لسجل PHP "
559
- "الخاص بالخادم الذي تستعمله. إذا كنت ترغب في معاينة المعلومات في المتصفح "
560
- "الخاص بك ننصحك بتثبيت %s و البحث عن علامة تبويب \"Tribe\" في سجل تصحيح "
561
- "الإخطاء. "
562
-
563
- #: ../admin-views/tribe-options-general.php:185
564
- msgid "Debug Bar Plugin"
565
- msgstr "إضافة شريط تصحيح الإخطاء"
566
-
567
- #: ../admin-views/tribe-options-help.php:18
568
- msgctxt "not available"
569
- msgid "n/a"
570
- msgstr "غير متاح"
571
-
572
- #: ../admin-views/tribe-options-help.php:19
573
- msgid "You need to upgrade!"
574
- msgstr "تحتاج للترقية!"
575
-
576
- #: ../admin-views/tribe-options-help.php:19
577
- msgid "You are up to date!"
578
- msgstr "أنت تملك أحدث إصدار!"
579
-
580
- #: ../admin-views/tribe-options-help.php:42
581
- msgid "The Events Calendar PRO"
582
- msgstr "The Events Calendar PRO"
583
-
584
- #: ../admin-views/tribe-options-help.php:46
585
- msgid "Eventbrite Tickets"
586
- msgstr "تذاكر Eventbrite "
587
-
588
- #: ../admin-views/tribe-options-help.php:50
589
- msgid "Community Events"
590
- msgstr "أحداث المجتمع"
591
-
592
- #: ../admin-views/tribe-options-help.php:54
593
- msgid "Facebook Events"
594
- msgstr "أحداث الفيسبوك"
595
-
596
- #: ../admin-views/tribe-options-help.php:58
597
- msgid "WooTickets"
598
- msgstr "WooTickets"
599
-
600
- #: ../admin-views/tribe-options-help.php:63
601
- msgid "Faceted Filters"
602
- msgstr "عوامل التصفية"
603
-
604
- #: ../admin-views/tribe-options-help.php:71
605
- msgid "Documentation"
606
- msgstr "الدليل الإرشادي"
607
-
608
- #: ../admin-views/tribe-options-help.php:75
609
- msgid "FAQ"
610
- msgstr "أشهر الأسئلة"
611
-
612
- #: ../admin-views/tribe-options-help.php:79
613
- #: ../lib/the-events-calendar.class.php:743
614
- #: ../lib/the-events-calendar.class.php:3889
615
- #: ../lib/the-events-calendar.class.php:3980
616
- msgid "Help"
617
- msgstr "المساعدة"
618
-
619
- #: ../admin-views/tribe-options-help.php:83
620
- msgid "Tutorials"
621
- msgstr "شرح تعليمي"
622
-
623
- #: ../admin-views/tribe-options-help.php:87
624
- msgid "Release Notes"
625
- msgstr "معلومات الإصدار"
626
-
627
- #: ../admin-views/tribe-options-help.php:91
628
- msgid "Forums"
629
- msgstr "المنتديات"
630
-
631
- #: ../admin-views/tribe-options-help.php:99
632
- msgid ""
633
- "If this is your first time using The Events Calendar, you're in for a treat "
634
- "and are already well on your way to creating a first event. Here are some "
635
- "basics we've found helpful for users jumping into it for the first time:"
636
- msgstr ""
637
-
638
- #: ../admin-views/tribe-options-help.php:102
639
- #, php-format
640
- msgid ""
641
- "%sOur New User Primer%s was designed for folks in your exact position. "
642
- "Featuring both step-by-step videos and written walkthroughs that feature "
643
- "accompanying screenshots, the primer aims to take you from zero to hero in "
644
- "no time."
645
- msgstr ""
646
-
647
- #: ../admin-views/tribe-options-help.php:104
648
- #, php-format
649
- msgid ""
650
- "%sInstallation/Setup FAQs%s from our support page can help give an overview "
651
- "of what the plugin can and cannot do. This section of the FAQs may be "
652
- "helpful as it aims to address any basic install questions not addressed by "
653
- "the new user primer."
654
- msgstr ""
655
-
656
- #: ../admin-views/tribe-options-help.php:106
657
- #, php-format
658
- msgid ""
659
- "Are you developer looking to build your own frontend view? We created an "
660
- "example plugin that demonstrates how to register a new view. You can "
661
- "%sdownload the plugin at GitHub%s to get started."
662
- msgstr ""
663
-
664
- #: ../admin-views/tribe-options-help.php:108
665
- msgid ""
666
- "Otherwise, if you're feeling adventurous, you can get started by heading to "
667
- "the Events menu and adding your first event."
668
- msgstr ""
669
-
670
- #: ../admin-views/tribe-options-help.php:112
671
- #, php-format
672
- msgid ""
673
- "We've redone our support page from the ground up in an effort to better help "
674
- "our users. Head over to our %sSupport Page%s and you'll find lots of great "
675
- "resources, including:"
676
- msgstr ""
677
-
678
- #: ../admin-views/tribe-options-help.php:114
679
- #, php-format
680
- msgid ""
681
- "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
682
- "&amp; Events Calendar PRO"
683
- msgstr ""
684
-
685
- #: ../admin-views/tribe-options-help.php:116
686
- #, php-format
687
- msgid ""
688
- "%sFrequently Asked Questions%s ranging from the most basic setup questions "
689
- "to advanced themer tweaks"
690
- msgstr ""
691
-
692
- #: ../admin-views/tribe-options-help.php:118
693
- #, php-format
694
- msgid ""
695
- "%sTutorials%s written by both members of our team and users from the "
696
- "community, covering custom queries, integration with third-party themes and "
697
- "plugins, etc."
698
- msgstr ""
699
-
700
- #: ../admin-views/tribe-options-help.php:120
701
- msgid ""
702
- "Release notes for painting an overall picture of the plugin's lifecycle and "
703
- "when features/bug fixes were introduced."
704
- msgstr ""
705
-
706
- #: ../admin-views/tribe-options-help.php:122
707
- #, php-format
708
- msgid ""
709
- "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
710
- "The Events Calendar (including WooTickets, Community Events, Eventbrite "
711
- "Tickets, Facebook Events, etc)"
712
- msgstr ""
713
-
714
- #: ../admin-views/tribe-options-help.php:124
715
- #, php-format
716
- msgid ""
717
- "We've also got a %sModern Tribe UserVoice%s page where we're actively "
718
- "watching for feature ideas from the community. If after playing with the "
719
- "plugin and reviewing the resources above, you're finding a feature isn't "
720
- "present that should be, let us know. Vote up existing feature requests or "
721
- "add your own, and help us shape the future of the products business in a way "
722
- "that best meets the community's needs."
723
- msgstr ""
724
-
725
- #: ../admin-views/tribe-options-help.php:128
726
- #, php-format
727
- msgid ""
728
- "Written documentation can only take things so far...sometimes, you need help "
729
- "from a real person. This is where our %ssupport forums%s come into play."
730
- msgstr ""
731
-
732
- #: ../admin-views/tribe-options-help.php:129
733
- #, php-format
734
- msgid ""
735
- "Users of the free The Events Calendar should post their support concerns to "
736
- "the plugin's %sWordPress.org support forum%s. While we are happy to help "
737
- "identify and fix bugs that are reported at WordPress.org, please make sure "
738
- "to read our %ssupport expectations sticky thread%s before posting so you "
739
- "understand our limitations."
740
- msgstr ""
741
-
742
- #: ../admin-views/tribe-options-help.php:130
743
- msgid ""
744
- "We hit the WordPress.org forum throughout the week, watching for bugs. If "
745
- "you report a legitimate bug that we're able to reproduce, we will log it and "
746
- "patch for an upcoming release. However we are unfortunately unable to "
747
- "provide customization tips or assist in integrating with 3rd party plugins "
748
- "or themes."
749
- msgstr ""
750
-
751
- #: ../admin-views/tribe-options-help.php:131
752
- #, php-format
753
- msgid ""
754
- "If you're a user of The Events Calendar and would like more support, please "
755
- "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
756
- "deeper level of customization/integration support for paying users than we "
757
- "can on WordPress.org."
758
- msgstr ""
759
-
760
- #: ../admin-views/tribe-options-help.php:135
761
- #, fuzzy, php-format
762
- msgid ""
763
- "If you find that you aren't getting the level of service you've come to "
764
- "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
765
- "why. We'll do what we can to make it right."
766
- msgstr ""
767
- "ارسل لنا ايميل علي %s أو تغريدة %s و اخبرنا عن السبب. سنفعل ما في وسعنا "
768
- "لتصحيح الأمر."
769
-
770
- #: ../admin-views/tribe-options-help.php:136
771
- msgid "More..."
772
- msgstr "المزيد..."
773
-
774
- #: ../admin-views/tribe-options-help.php:144
775
- msgid ""
776
- "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
777
- "for installing our labor of love!"
778
- msgstr ""
779
- "أهلاً بك, نحن Modern Tribe و نحن هنا لمساعدتك. نشكرك علي تثبيت المنتج الذي "
780
- "أعددناه بكثير من الحب"
781
-
782
- #: ../admin-views/tribe-options-help.php:150
783
- msgid "Getting Started"
784
- msgstr "البداية"
785
-
786
- #: ../admin-views/tribe-options-help.php:153
787
- #, fuzzy
788
- msgid "Support Resources To Help You Kick Ass"
789
- msgstr "موارد تساعدك علي البدء"
790
-
791
- #: ../admin-views/tribe-options-help.php:156
792
- #, fuzzy
793
- msgid "Forums: Because Everyone Needs A Buddy"
794
- msgstr "كل شخص يحتاج إلي رفيق"
795
-
796
- #: ../admin-views/tribe-options-help.php:159
797
- msgid "Not getting help?"
798
- msgstr ""
799
-
800
- #: ../admin-views/tribe-options-help.php:169
801
- #: ../lib/the-events-calendar.class.php:486
802
- #: ../lib/tribe-settings.class.php:135
803
- msgid "The Events Calendar"
804
- msgstr "The Events Calendar"
805
-
806
- #: ../admin-views/tribe-options-help.php:173
807
- msgid "Latest Version:"
808
- msgstr "أحدث إصدار:"
809
-
810
- #: ../admin-views/tribe-options-help.php:174
811
- msgid "Author:"
812
- msgstr "المؤلف:"
813
-
814
- #: ../admin-views/tribe-options-help.php:174
815
- msgid "Modern Tribe Inc"
816
- msgstr "Modern Tribe Inc"
817
-
818
- #: ../admin-views/tribe-options-help.php:175
819
- msgid "Requires:"
820
- msgstr "يحتاج إلي:"
821
-
822
- #: ../admin-views/tribe-options-help.php:175
823
- msgid "WordPress "
824
- msgstr "ووردبريس"
825
-
826
- #: ../admin-views/tribe-options-help.php:176
827
- msgid "Wordpress.org Plugin Page"
828
- msgstr "صفحة الإضافة علي موقع ووردبريس"
829
-
830
- #: ../admin-views/tribe-options-help.php:181
831
- msgid "Average Rating"
832
- msgstr "متوسط التقييم"
833
-
834
- #: ../admin-views/tribe-options-help.php:185
835
- #, php-format
836
- msgid "Based on %d rating"
837
- msgid_plural "Based on %d ratings"
838
- msgstr[0] "بناءاً علي %d تقييم"
839
- msgstr[1] "بناءاً علي %d تقييم"
840
-
841
- #: ../admin-views/tribe-options-help.php:186
842
- msgid "Give us 5 stars!"
843
- msgstr "اعطنا خمس نجوم!"
844
-
845
- #: ../admin-views/tribe-options-help.php:189
846
- msgid "Premium Add-Ons"
847
- msgstr "إضافات متميزة"
848
-
849
- #: ../admin-views/tribe-options-help.php:195
850
- msgid "(Coming Soon!)"
851
- msgstr "قريباً!"
852
-
853
- #: ../admin-views/tribe-options-help.php:202
854
- msgid "News and Tutorials"
855
- msgstr "أخبار و شرح تعليمي"
856
-
857
- #
858
- #: ../admin-views/tribe-options-network.php:14
859
- msgid "Network Settings"
860
- msgstr "إعدادات الشبكة"
861
-
862
- #: ../admin-views/tribe-options-network.php:18
863
- msgid ""
864
- "This is where all of the global network settings for Modern Tribe's The "
865
- "Events Calendar can be modified."
866
- msgstr "هذا هو المكان الذي تستطيع من خلاله تعديل كل الإعدادات الخاصة بالأجندة"
867
-
868
- #: ../admin-views/tribe-options-network.php:26
869
- msgid "Hide the following settings tabs on every site:"
870
- msgstr "إخفاء تبويبات الإعدادات التالية علي كل المواقع:"
871
-
872
- #: ../admin-views/venue-meta-box.php:20
873
- msgid "Venue Name:"
874
- msgstr "اسم المكان:"
875
-
876
- #: ../admin-views/venue-meta-box.php:27
877
- #: ../public/advanced-functions/meta.php:371
878
- msgid "Address:"
879
- msgstr "العنوان:"
880
-
881
- #: ../admin-views/venue-meta-box.php:31
882
- msgid "City:"
883
- msgstr "المدينة:"
884
-
885
- #: ../admin-views/venue-meta-box.php:35
886
- msgid "Country:"
887
- msgstr "الدولة:"
888
-
889
- #: ../admin-views/venue-meta-box.php:73
890
- msgid "State or Province:"
891
- msgstr "الولاية أو المقاطعة:"
892
-
893
- #: ../admin-views/venue-meta-box.php:76
894
- msgid "Select a State:"
895
- msgstr "اختر ولاية:"
896
-
897
- #: ../admin-views/venue-meta-box.php:89
898
- msgid "Postal Code:"
899
- msgstr "الرقم البريدي:"
900
-
901
- #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
902
- msgid "Show Google Map:"
903
- msgstr "اظهر خريطة جوجل:"
904
-
905
- #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
906
- msgid "Show Google Maps Link:"
907
- msgstr "اظهر رابط خريطة جوجل:"
908
-
909
- #: ../admin-views/widget-admin-list.php:11
910
- msgid "Title:"
911
- msgstr "العنوان:"
912
-
913
- #: ../admin-views/widget-admin-list.php:16
914
- msgid "Show:"
915
- msgstr "اظهر:"
916
-
917
- #: ../admin-views/widget-admin-list.php:24
918
- msgid "Show widget only if there are upcoming events:"
919
- msgstr "اظهر المربع الجانبي فقط إذا كانت هناك أحداث مستقبلية:"
920
-
921
- #: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
922
- #: ../lib/tickets/tribe-tickets-pro.php:73
923
- msgid "Attendees"
924
- msgstr "الحضور"
925
-
926
- #
927
- #: ../admin-views/tickets/attendees.php:14
928
- msgid "Event Summary"
929
- msgstr "ملخص الحدث"
930
-
931
- #
932
- #: ../admin-views/tickets/attendees.php:22
933
- msgid "Event Details"
934
- msgstr "تفاصيل الحدث"
935
-
936
- #
937
- #: ../admin-views/tickets/attendees.php:24
938
- msgid "Start Date / Time:"
939
- msgstr "تاريخ - وقت البداية:"
940
-
941
- #
942
- #: ../admin-views/tickets/attendees.php:26
943
- msgid "End Date / Time:"
944
- msgstr "تاريخ - وقت النهاية:"
945
-
946
- #: ../admin-views/tickets/attendees.php:34
947
- msgid "Venue:"
948
- msgstr "مكان:"
949
-
950
- #
951
- #: ../admin-views/tickets/attendees.php:52
952
- msgid "Ticket Sales"
953
- msgstr "بيع التذاكر"
954
-
955
- #: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
956
- #, php-format
957
- msgid "Sold %d"
958
- msgstr "مبيع %d"
959
-
960
- #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
961
- #, php-format
962
- msgid "Sold %d of %d"
963
- msgstr "تم بيع %d من %d"
964
-
965
- #
966
- #: ../admin-views/tickets/attendees.php:81
967
- msgid "Tickets sold:"
968
- msgstr "التذاكر المباعة:"
969
-
970
- #
971
- #: ../admin-views/tickets/attendees.php:85
972
- msgid "Checked in:"
973
- msgstr "تسجيل الدخول:"
974
-
975
- #: ../admin-views/tickets/attendees.php:105
976
- msgid "Send the attendee list by email"
977
- msgstr "ارسل قائمة الحضور بالبريد الإلكتروني"
978
-
979
- #
980
- #: ../admin-views/tickets/attendees.php:109
981
- msgid "Select a User:"
982
- msgstr "اختر مستخدم:"
983
-
984
- #: ../admin-views/tickets/attendees.php:110
985
- msgid "Select..."
986
- msgstr "اختار"
987
-
988
- #: ../admin-views/tickets/attendees.php:112
989
- msgid "or"
990
- msgstr "أو"
991
-
992
- #
993
- #: ../admin-views/tickets/attendees.php:114
994
- msgid "Email Address:"
995
- msgstr "البريد الإلكتروني:"
996
-
997
- #: ../admin-views/tickets/list.php:21
998
- msgid "Edit"
999
- msgstr "تعديل"
1000
-
1001
- #: ../admin-views/tickets/list.php:22
1002
- msgid "Delete"
1003
- msgstr "مسح"
1004
-
1005
- #: ../admin-views/tickets/list.php:24
1006
- #, php-format
1007
- msgid "Edit in %s"
1008
- msgstr "تعديل في %s"
1009
-
1010
- #: ../admin-views/tickets/list.php:27
1011
- #: ../lib/tribe-admin-events-list.class.php:53
1012
- msgid "View"
1013
- msgstr "شاهد"
1014
-
1015
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
1016
- msgid "See who purchased tickets to this event"
1017
- msgstr "شاهد من اشتري تذاكر لهذا الحدث"
1018
-
1019
- #: ../admin-views/tickets/meta-box.php:21
1020
- msgid ""
1021
- "This event was created using Community Events. Are you sure you want to sell "
1022
- "tickets for it?"
1023
- msgstr ""
1024
- "هذا الحدث تم إنشاءه باستعمال أحداث المجتمع. هل أنت متأكد من رغبتك في بيع "
1025
- "تذاكر له؟"
1026
-
1027
- #: ../admin-views/tickets/meta-box.php:32
1028
- msgid "Upload image for the ticket header"
1029
- msgstr "رفع صورة هيدر لبيع التذاكر"
1030
-
1031
- #: ../admin-views/tickets/meta-box.php:33
1032
- msgid ""
1033
- "The maximum image size in the email will be 580px wide by any height, and "
1034
- "then scaled for mobile. If you would like \"retina\" support use an image "
1035
- "sized to 1160px wide."
1036
- msgstr ""
1037
- "أكبر حجم للصورة في البريد الإلكتروني هي 580 بكسل عرض لأي أرتفاع و سيتم "
1038
- "تصغيرها لتناسب الموبايل. إذا رغبت في دعم خاصة \"retina\" استخدم صورة بحجز "
1039
- "1160 بكسل عرض"
1040
-
1041
- #
1042
- #: ../admin-views/tickets/meta-box.php:36
1043
- msgid "Select an Image"
1044
- msgstr "اختر صورة"
1045
-
1046
- #: ../admin-views/tickets/meta-box.php:44
1047
- msgid "Remove"
1048
- msgstr "حذف"
1049
-
1050
- #: ../admin-views/tickets/meta-box.php:62
1051
- #: ../admin-views/tickets/meta-box.php:72
1052
- msgid "Add new ticket"
1053
- msgstr "اضف تذكرة جديدة"
1054
-
1055
- #: ../admin-views/tickets/meta-box.php:73
1056
- msgid "Edit ticket"
1057
- msgstr "تحرير التذكرة"
1058
-
1059
- #: ../admin-views/tickets/meta-box.php:79
1060
- msgid "Sell using:"
1061
- msgstr "بيع بواسطة:"
1062
-
1063
- #: ../admin-views/tickets/meta-box.php:96
1064
- msgid "Ticket Name:"
1065
- msgstr "اسم التذكرة:"
1066
-
1067
- #: ../admin-views/tickets/meta-box.php:103
1068
- msgid "Ticket Description:"
1069
- msgstr "وصف التذكرة:"
1070
-
1071
- #: ../admin-views/tickets/meta-box.php:112
1072
- msgid "Price:"
1073
- msgstr "السعر:"
1074
-
1075
- #: ../admin-views/tickets/meta-box.php:124
1076
- msgid "Start sale:"
1077
- msgstr "بداية البيع:"
1078
-
1079
- #: ../admin-views/tickets/meta-box.php:148
1080
- msgid "End sale:"
1081
- msgstr "نهاية البيع:"
1082
-
1083
- #: ../admin-views/tickets/meta-box.php:170
1084
- msgid ""
1085
- "When will ticket sales occur? If you don't set a start/end date for sales, "
1086
- "tickets will be available from now until the event ends."
1087
- msgstr ""
1088
- "متي سيتم بيع التذكرة؟ إذا لم تقم بتحديد تاريخ بداية و نهاية فإن التذاكر "
1089
- "ستصبح متاحة من الآن و حتي موعد نهاية الحدث."
1090
-
1091
- #: ../lib/the-events-calendar.class.php:491
1092
- msgid "month"
1093
- msgstr "month"
1094
-
1095
- #: ../lib/the-events-calendar.class.php:492
1096
- msgid "upcoming"
1097
- msgstr "upcoming"
1098
-
1099
- #: ../lib/the-events-calendar.class.php:493
1100
- msgid "past"
1101
- msgstr "past"
1102
-
1103
- #: ../lib/the-events-calendar.class.php:495
1104
- msgid "venue"
1105
- msgstr "venue"
1106
-
1107
- #: ../lib/the-events-calendar.class.php:509
1108
- #, php-format
1109
- msgid "Initializing Tribe Events on %s"
1110
- msgstr "تهيئة Tribe Events علي %s"
1111
-
1112
- #: ../lib/the-events-calendar.class.php:622
1113
- #, php-format
1114
- msgid ""
1115
- "Your version of The Events Calendar is not up-to-date with one of your The "
1116
- "Events Calendar add-ons. Please %supdate now.%s"
1117
- msgstr ""
1118
- "هذا الإصدار من الأجندة ليس أحدث نسخة مع أحد الإضافات. من فضلك %sقم بالتحديث "
1119
- "الآن.%s"
1120
-
1121
- #: ../lib/the-events-calendar.class.php:639
1122
- #, fuzzy, php-format
1123
- msgid ""
1124
- "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1125
- "dependencies on The Events Calendar and will not function properly unless "
1126
- "paired with the right version. %sWant to pair an older version%s?"
1127
- msgstr ""
1128
- "هذه الإضافات غير محدثة: <b>%s</b>. من فضلك %sقم بالتحديث الآن%s. كل الإضافات "
1129
- "تعتمد علي أجندة الأحداث و لن تعمل بشكل جيد إلا إذا تم استعمالها مع الإصدار "
1130
- "الصحيح. %sهل ترغب في استعمال إصدار أقدم%s?"
1131
-
1132
- #: ../lib/the-events-calendar.class.php:703
1133
- #: ../lib/the-events-calendar.class.php:738
1134
- #: ../lib/the-events-calendar.class.php:740
1135
- msgid "Licenses"
1136
- msgstr "تراخيص"
1137
-
1138
- #: ../lib/the-events-calendar.class.php:707
1139
- #, fuzzy, php-format
1140
- msgid ""
1141
- "<p>The license key you received when completing your purchase from %s will "
1142
- "grant you access to support and updates until it expires. You do not need to "
1143
- "enter the key below for the plugins to work, but you will need to enter it "
1144
- "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
1145
- "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1146
- "unique license key. Simply paste the key into its appropriate field on "
1147
- "below, and give it a moment to validate. You know you're set when a green "
1148
- "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1149
- "seeing a red message telling you that your key isn't valid or is out of "
1150
- "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1151
- "installs or renew / upgrade your license.</p><p>Not seeing an update but "
1152
- "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1153
- "and click \"Check Again\".</p>"
1154
- msgstr ""
1155
- "<p>إن مفتاح الترخيص الذي حصلت عليه عند إتمام الشراء من %s سوف يمنحك الوصول "
1156
- "للدعم و التحديثات حتي ينتهي تاريخه. لا تحتاج لإدخال المفتاح الموجود بالأسفل "
1157
- "لكي تعمل الإضافة و لكنك تحتاجه للحصول علي الترقية التلقائية. <strong>يمكنك "
1158
- "إيجاد مفتاح الترخيص الخاص بك في <a href=\"%s\">%s</a></strong>.</p> <p>كل "
1159
- "إضافة مدفوعة الأجر لها المفتاح المميز الخاص بها. قم بنسخ المفتاح في الحقل "
1160
- "المخصص له و اعطه ثواني للتأكد. ستعرف أن كل شئ علي ما يرام عندما يظهر لك "
1161
- "تاريخ إنتهاء باللون الأخضر مع \"valid\" رسالة.</p> <p>إذا ظهر لك رسالة "
1162
- "باللون الأحمر تقول أن المفتاح غير صالح أو استنفذ عدد مرات التثبيت, زر [enter "
1163
- "link to account/licenses] للتحكم في مرات الثبيت أو تجديد الرخصة أو ترقيتها.."
1164
- "</p><p>هل تتوقع ظهور تحديث جديد و لكنك لا تراه? في الورردبريس اذهب إلي <a "
1165
- "href=\"%s\">لوحة التحكم > تحديثات</a> واضغط علي زر \"Check Again\".</p>"
1166
-
1167
- #: ../lib/the-events-calendar.class.php:730
1168
- msgid "General"
1169
- msgstr "عام"
1170
-
1171
- #: ../lib/the-events-calendar.class.php:731
1172
- msgid "Display"
1173
- msgstr "عرض"
1174
-
1175
- #: ../lib/the-events-calendar.class.php:782
1176
- #, php-format
1177
- msgid ""
1178
- "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1179
- "your WordPress install."
1180
- msgstr ""
1181
- "ناسف, الأجندة تتطلب إصدار ووردبريس %s أو أعلي. من فضلك ترقية إصدار ووردبريس "
1182
- "الخاص بك"
1183
-
1184
- #: ../lib/the-events-calendar.class.php:785
1185
- #, php-format
1186
- msgid ""
1187
- "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1188
- "about moving you to a newer version of PHP."
1189
- msgstr ""
1190
- "نأسف, الأجندة تتطلب إصدار PHP %s أو أعلي. من فضلك تحدث إلي خادم الويب الخاص "
1191
- "بك للترقية إلي نسخة أحدث."
1192
-
1193
- #: ../lib/the-events-calendar.class.php:1000 ../lib/widget-list.class.php:151
1194
- #: ../public/template-tags/loop.php:137
1195
- msgid "Upcoming Events"
1196
- msgstr "أحداث مستقبلية"
1197
-
1198
- #: ../lib/the-events-calendar.class.php:1003
1199
- #: ../public/template-tags/loop.php:165
1200
- msgid "Past Events"
1201
- msgstr "أحداث ماضية"
1202
-
1203
- #: ../lib/the-events-calendar.class.php:1008
1204
- #: ../lib/the-events-calendar.class.php:1015
1205
- #, php-format
1206
- msgid "Events for %s"
1207
- msgstr "أحداث ل %s"
1208
-
1209
- #: ../lib/the-events-calendar.class.php:1010
1210
- msgid "Events this month"
1211
- msgstr "أحداث هذا الشهر"
1212
-
1213
- #: ../lib/the-events-calendar.class.php:1022
1214
- #, php-format
1215
- msgid "Events at %s"
1216
- msgstr "حدث في %s"
1217
-
1218
- #: ../lib/the-events-calendar.class.php:1041
1219
- msgid "No description has been entered for this event."
1220
- msgstr "لم يتم إدخال وصف لهذا الحدث."
1221
-
1222
- #: ../lib/the-events-calendar.class.php:1303
1223
- msgid "category"
1224
- msgstr "category"
1225
-
1226
- #: ../lib/the-events-calendar.class.php:1313
1227
- msgid "tag"
1228
- msgstr "tag"
1229
-
1230
- #: ../lib/the-events-calendar.class.php:1340
1231
- #: ../lib/the-events-calendar.class.php:3820
1232
- #: ../lib/the-events-calendar.class.php:3880
1233
- msgid "Events"
1234
- msgstr "أحداث"
1235
-
1236
- #: ../lib/the-events-calendar.class.php:1341
1237
- msgid "Event"
1238
- msgstr "حدث"
1239
-
1240
- #: ../lib/the-events-calendar.class.php:1342
1241
- #: ../lib/the-events-calendar.class.php:1355
1242
- #: ../lib/the-events-calendar.class.php:1368
1243
- msgid "Add New"
1244
- msgstr "اضف جديد"
1245
-
1246
- #: ../lib/the-events-calendar.class.php:1343
1247
- msgid "Add New Event"
1248
- msgstr "اضف حدث جديد"
1249
-
1250
- #: ../lib/the-events-calendar.class.php:1344
1251
- msgid "Edit Event"
1252
- msgstr "تحرير الحدث"
1253
-
1254
- #: ../lib/the-events-calendar.class.php:1345
1255
- msgid "New Event"
1256
- msgstr "حدث جديد"
1257
-
1258
- #: ../lib/the-events-calendar.class.php:1346
1259
- msgid "View Event"
1260
- msgstr "شاهد الحدث"
1261
-
1262
- #: ../lib/the-events-calendar.class.php:1347
1263
- msgid "Search Events"
1264
- msgstr "ابحث عن الأحداث"
1265
-
1266
- #: ../lib/the-events-calendar.class.php:1348
1267
- msgid "No events found"
1268
- msgstr "لا توجد أحداث"
1269
-
1270
- #: ../lib/the-events-calendar.class.php:1349
1271
- msgid "No events found in Trash"
1272
- msgstr "لا توجد أحداث في سلة المهملات"
1273
-
1274
- #: ../lib/the-events-calendar.class.php:1353
1275
- #: ../lib/the-events-calendar.class.php:1465
1276
- msgid "Venues"
1277
- msgstr "أماكن"
1278
-
1279
- #: ../lib/the-events-calendar.class.php:1354
1280
- #: ../public/advanced-functions/meta.php:331 ../views/tickets/email.php:343
1281
- msgid "Venue"
1282
- msgstr "مكان"
1283
-
1284
- #: ../lib/the-events-calendar.class.php:1356
1285
- msgid "Add New Venue"
1286
- msgstr "اضف مكان جديد"
1287
-
1288
- #: ../lib/the-events-calendar.class.php:1357
1289
- msgid "Edit Venue"
1290
- msgstr "تحرير المكان"
1291
-
1292
- #: ../lib/the-events-calendar.class.php:1358
1293
- msgid "New Venue"
1294
- msgstr "مكان جديد"
1295
-
1296
- #: ../lib/the-events-calendar.class.php:1359
1297
- msgid "View Venue"
1298
- msgstr "شاهد المكان"
1299
-
1300
- #: ../lib/the-events-calendar.class.php:1360
1301
- msgid "Search Venues"
1302
- msgstr "ابحث عن الأماكن"
1303
-
1304
- #: ../lib/the-events-calendar.class.php:1361
1305
- msgid "No venue found"
1306
- msgstr "لا توجد أماكن"
1307
-
1308
- #: ../lib/the-events-calendar.class.php:1362
1309
- msgid "No venues found in Trash"
1310
- msgstr "لا توجد أماكن في سلة المهملات"
1311
-
1312
- #: ../lib/the-events-calendar.class.php:1366
1313
- #: ../lib/the-events-calendar.class.php:1466
1314
- msgid "Organizers"
1315
- msgstr "المنظمين"
1316
-
1317
- #: ../lib/the-events-calendar.class.php:1367
1318
- #: ../public/advanced-functions/meta.php:393 ../views/tickets/email.php:362
1319
- msgid "Organizer"
1320
- msgstr "منظم"
1321
-
1322
- #: ../lib/the-events-calendar.class.php:1369
1323
- msgid "Add New Organizer"
1324
- msgstr "اضف منظم جديد"
1325
-
1326
- #: ../lib/the-events-calendar.class.php:1370
1327
- msgid "Edit Organizer"
1328
- msgstr "تحرير المنظم"
1329
-
1330
- #: ../lib/the-events-calendar.class.php:1371
1331
- msgid "New Organizer"
1332
- msgstr "منظم جديد"
1333
-
1334
- #
1335
- #: ../lib/the-events-calendar.class.php:1372
1336
- msgid "View Organizer"
1337
- msgstr "شاهد المنظم"
1338
-
1339
- #: ../lib/the-events-calendar.class.php:1373
1340
- msgid "Search Organizers"
1341
- msgstr "ابحث عن المنظمين"
1342
-
1343
- #: ../lib/the-events-calendar.class.php:1374
1344
- msgid "No organizer found"
1345
- msgstr "لا يوجد منظمين"
1346
-
1347
- #: ../lib/the-events-calendar.class.php:1375
1348
- msgid "No organizers found in Trash"
1349
- msgstr "لا يوجد منظمين في سلة المهملات"
1350
-
1351
- #: ../lib/the-events-calendar.class.php:1379
1352
- #: ../lib/tribe-admin-events-list.class.php:217
1353
- msgid "Event Categories"
1354
- msgstr "تصنيف الأحداث"
1355
-
1356
- #: ../lib/the-events-calendar.class.php:1380
1357
- #: ../public/template-tags/general.php:276
1358
- msgid "Event Category"
1359
- msgstr "تصنيف الحدث"
1360
-
1361
- #: ../lib/the-events-calendar.class.php:1381
1362
- msgid "Search Event Categories"
1363
- msgstr "ابحث عن تصنيف الحدث"
1364
-
1365
- #: ../lib/the-events-calendar.class.php:1382
1366
- msgid "All Event Categories"
1367
- msgstr "كل التصنيفات"
1368
-
1369
- #: ../lib/the-events-calendar.class.php:1383
1370
- msgid "Parent Event Category"
1371
- msgstr "تصنيف حدث رئيسي"
1372
-
1373
- #: ../lib/the-events-calendar.class.php:1384
1374
- msgid "Parent Event Category:"
1375
- msgstr "تصنيف حدث رئيسي:"
1376
-
1377
- #: ../lib/the-events-calendar.class.php:1385
1378
- msgid "Edit Event Category"
1379
- msgstr "تعديل تصنيف الحدث"
1380
-
1381
- #: ../lib/the-events-calendar.class.php:1386
1382
- msgid "Update Event Category"
1383
- msgstr "تحديث تصنيف الحدث"
1384
-
1385
- #: ../lib/the-events-calendar.class.php:1387
1386
- msgid "Add New Event Category"
1387
- msgstr "اضف تصنيف جديد"
1388
-
1389
- #: ../lib/the-events-calendar.class.php:1388
1390
- msgid "New Event Category Name"
1391
- msgstr "اسم التصنيف الجديد"
1392
-
1393
- #: ../lib/the-events-calendar.class.php:1404
1394
- #, php-format
1395
- msgid "Event updated. <a href=\"%s\">View event</a>"
1396
- msgstr "تم تحديث الحدث. <a href=\"%s\">شاهد الحدث</a>"
1397
-
1398
- #: ../lib/the-events-calendar.class.php:1405
1399
- #: ../lib/the-events-calendar.class.php:1422
1400
- #: ../lib/the-events-calendar.class.php:1439
1401
- msgid "Custom field updated."
1402
- msgstr "تم تحديث الحقل المخصص."
1403
-
1404
- #: ../lib/the-events-calendar.class.php:1406
1405
- #: ../lib/the-events-calendar.class.php:1423
1406
- #: ../lib/the-events-calendar.class.php:1440
1407
- msgid "Custom field deleted."
1408
- msgstr "تم حذف الحقل المخصص."
1409
-
1410
- #: ../lib/the-events-calendar.class.php:1407
1411
- msgid "Event updated."
1412
- msgstr "تم تحديث الحدث."
1413
-
1414
- #: ../lib/the-events-calendar.class.php:1409
1415
- #, php-format
1416
- msgid "Event restored to revision from %s"
1417
- msgstr "تم إعادة الحدث إلي المراجعة من %s"
1418
-
1419
- #: ../lib/the-events-calendar.class.php:1410
1420
- #, php-format
1421
- msgid "Event published. <a href=\"%s\">View event</a>"
1422
- msgstr "تم نشر الحدث. <a href=\"%s\">شاهد الحدث</a>"
1423
-
1424
- #: ../lib/the-events-calendar.class.php:1411
1425
- msgid "Event saved."
1426
- msgstr "تم حفظ الحدث."
1427
-
1428
- #: ../lib/the-events-calendar.class.php:1412
1429
- #, php-format
1430
- msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1431
- msgstr "تم إرسال الحدث. <a target=\"_blank\" href=\"%s\">معاينة الحدث</a>"
1432
-
1433
- #: ../lib/the-events-calendar.class.php:1413
1434
- #, php-format
1435
- msgid ""
1436
- "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1437
- "\">Preview event</a>"
1438
- msgstr ""
1439
- "تم جدولة الحدث إلي : <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1440
- "\">عاين الحدث</a>"
1441
-
1442
- #: ../lib/the-events-calendar.class.php:1415
1443
- #: ../lib/the-events-calendar.class.php:1432
1444
- #: ../lib/the-events-calendar.class.php:1449
1445
- msgid "M j, Y @ G:i"
1446
- msgstr "M j, Y @ G:i"
1447
-
1448
- #: ../lib/the-events-calendar.class.php:1416
1449
- #, php-format
1450
- msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1451
- msgstr "تم تحديث المسودة. <a target=\"_blank\" href=\"%s\">معاينة الحدث</a>"
1452
-
1453
- #: ../lib/the-events-calendar.class.php:1421
1454
- #, php-format
1455
- msgid "Venue updated. <a href=\"%s\">View venue</a>"
1456
- msgstr "تم تحديث المكان. <a href=\"%s\">معاينة المكان</a>"
1457
-
1458
- #: ../lib/the-events-calendar.class.php:1424
1459
- msgid "Venue updated."
1460
- msgstr "تم تحديث المكان."
1461
-
1462
- #: ../lib/the-events-calendar.class.php:1426
1463
- #, php-format
1464
- msgid "Venue restored to revision from %s"
1465
- msgstr "تم إعادة المكان إلي المراجعة من %s"
1466
-
1467
- #: ../lib/the-events-calendar.class.php:1427
1468
- #, php-format
1469
- msgid "Venue published. <a href=\"%s\">View venue</a>"
1470
- msgstr "تم نشر المكان. <a href=\"%s\">شاهد المكان</a>"
1471
-
1472
- #: ../lib/the-events-calendar.class.php:1428
1473
- msgid "Venue saved."
1474
- msgstr "تم حفظ المكان."
1475
-
1476
- #: ../lib/the-events-calendar.class.php:1429
1477
- #, php-format
1478
- msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1479
- msgstr "تم إرسال المكان. <a target=\"_blank\" href=\"%s\">معاينة المكان</a>"
1480
-
1481
- #: ../lib/the-events-calendar.class.php:1430
1482
- #, php-format
1483
- msgid ""
1484
- "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1485
- "\">Preview venue</a>"
1486
- msgstr ""
1487
- "تم جدولة المكان حتي :<strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1488
- "\">معاينة المكان</a>"
1489
-
1490
- #: ../lib/the-events-calendar.class.php:1433
1491
- #, php-format
1492
- msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1493
- msgstr "تم تحديث المسودة. <a target=\"_blank\" href=\"%s\">معاينة المكان</a>"
1494
-
1495
- #: ../lib/the-events-calendar.class.php:1438
1496
- #, php-format
1497
- msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1498
- msgstr "تم تحديث المنظم. <a href=\"%s\">شاهد المنظم</a>"
1499
-
1500
- #: ../lib/the-events-calendar.class.php:1441
1501
- msgid "Organizer updated."
1502
- msgstr "تم تحديث المنظم."
1503
-
1504
- #: ../lib/the-events-calendar.class.php:1443
1505
- #, php-format
1506
- msgid "Organizer restored to revision from %s"
1507
- msgstr "تم إعادة المنظم إلي المراجعة من %s"
1508
-
1509
- #: ../lib/the-events-calendar.class.php:1444
1510
- #, php-format
1511
- msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1512
- msgstr "تم نشر المنظم. <a href=\"%s\">شاهد المنظم</a>"
1513
-
1514
- #: ../lib/the-events-calendar.class.php:1445
1515
- msgid "Organizer saved."
1516
- msgstr "تم حفظ المنظم."
1517
-
1518
- #: ../lib/the-events-calendar.class.php:1446
1519
- #, php-format
1520
- msgid ""
1521
- "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1522
- msgstr "تم إرسال المنظم. <a target=\"_blank\" href=\"%s\">معاينة المنظم</a>"
1523
-
1524
- #: ../lib/the-events-calendar.class.php:1447
1525
- #, php-format
1526
- msgid ""
1527
- "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1528
- "\"%2$s\">Preview organizer</a>"
1529
- msgstr ""
1530
- "تم جدولة المنظم حتي <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1531
- "\">معاينة المنظم</a>"
1532
-
1533
- #: ../lib/the-events-calendar.class.php:1450
1534
- #, php-format
1535
- msgid ""
1536
- "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
1537
- "a>"
1538
- msgstr ""
1539
- "تم تحديث مسودة المنظم. <a target=\"_blank\" href=\"%s\">معاينة المنظم</a>"
1540
-
1541
- #: ../lib/the-events-calendar.class.php:1491
1542
- msgid "Use Saved Venue:"
1543
- msgstr "استخدم مكان محفوظ قبلاً:"
1544
-
1545
- #
1546
- #: ../lib/the-events-calendar.class.php:1520
1547
- msgid "Use Saved Organizer:"
1548
- msgstr "استخدم منظم محفوظ قبلاْ"
1549
-
1550
- #
1551
- #: ../lib/the-events-calendar.class.php:1556
1552
- msgid "Use New Venue"
1553
- msgstr "استخدم مكان جديد"
1554
-
1555
- #
1556
- #: ../lib/the-events-calendar.class.php:1558
1557
- msgid "My Venues"
1558
- msgstr "أماكني"
1559
-
1560
- #
1561
- #: ../lib/the-events-calendar.class.php:1563
1562
- msgid "Available Venues"
1563
- msgstr "الأماكن المتاحة"
1564
-
1565
- #: ../lib/the-events-calendar.class.php:1574
1566
- msgid "No saved venue exists."
1567
- msgstr "لا توجد أماكن محفوظة."
1568
-
1569
- #
1570
- #: ../lib/the-events-calendar.class.php:1608
1571
- msgid "Use New Organizer"
1572
- msgstr "استخدم منظم جديد"
1573
-
1574
- #
1575
- #: ../lib/the-events-calendar.class.php:1610
1576
- msgid "My Organizers"
1577
- msgstr "المنظمين"
1578
-
1579
- #
1580
- #: ../lib/the-events-calendar.class.php:1615
1581
- msgid "Available Organizers"
1582
- msgstr "المنظمين المتاحين"
1583
-
1584
- #
1585
- #: ../lib/the-events-calendar.class.php:1626
1586
- msgid "No saved organizer exists."
1587
- msgstr "لا يوجد منظمين محفوظين"
1588
-
1589
- #: ../lib/the-events-calendar.class.php:1753
1590
- msgid "Next"
1591
- msgstr "التالي"
1592
-
1593
- #: ../lib/the-events-calendar.class.php:1754
1594
- msgid "Prev"
1595
- msgstr "السابق"
1596
-
1597
- #: ../lib/the-events-calendar.class.php:1755
1598
- msgid "Today"
1599
- msgstr "اليوم الحالي"
1600
-
1601
- #: ../lib/the-events-calendar.class.php:1756
1602
- msgid "Done"
1603
- msgstr "تم"
1604
-
1605
- #: ../lib/the-events-calendar.class.php:1965
1606
- msgid "Network"
1607
- msgstr "شبكة"
1608
-
1609
- #
1610
- #: ../lib/the-events-calendar.class.php:2902
1611
- msgid "Unnamed Venue"
1612
- msgstr "مكان لم يتم تسميته"
1613
-
1614
- #
1615
- #: ../lib/the-events-calendar.class.php:2992
1616
- msgid "Unnamed Organizer"
1617
- msgstr "منظم لم يتم تسميته"
1618
-
1619
- #: ../lib/the-events-calendar.class.php:3467
1620
- msgid "Event Options"
1621
- msgstr "خيارات الحدث"
1622
-
1623
- #: ../lib/the-events-calendar.class.php:3469
1624
- msgid "Venue Information"
1625
- msgstr "معلومات المكان"
1626
-
1627
- #: ../lib/the-events-calendar.class.php:3474
1628
- msgid "Organizer Information"
1629
- msgstr "معلومات المنظم"
1630
-
1631
- #: ../lib/the-events-calendar.class.php:3669
1632
- msgid "Support"
1633
- msgstr "الدعم"
1634
-
1635
- #: ../lib/the-events-calendar.class.php:3672
1636
- msgid "View All Add-Ons"
1637
- msgstr "شاهد كل الإضافات"
1638
-
1639
- #: ../lib/the-events-calendar.class.php:3689
1640
- msgid "News from Modern Tribe"
1641
- msgstr "أخبار من مودرن ترايب"
1642
-
1643
- #: ../lib/the-events-calendar.class.php:3770
1644
- msgid "Additional Functionality"
1645
- msgstr "خواص إضافية"
1646
-
1647
- #: ../lib/the-events-calendar.class.php:3775
1648
- msgid ""
1649
- "Looking for additional functionality including recurring events, ticket "
1650
- "sales, publicly submitted events, new views and more?"
1651
- msgstr ""
1652
- "هل تبحث عن خصائص إضافية مثل أحداث متكررة, بيع تذاكر, أحداث عامة و طرق عرض "
1653
- "جديدة و أكثر ؟"
1654
-
1655
- #: ../lib/the-events-calendar.class.php:3775
1656
- #, php-format
1657
- msgid "Check out the <a href=\"%s\">available add-ons</a>."
1658
- msgstr "شاهد <a href=\"%s\">الإضافات المتاحة</a>."
1659
-
1660
- #: ../lib/the-events-calendar.class.php:3846
1661
- #: ../lib/the-events-calendar.class.php:3937
1662
- msgid "View Calendar"
1663
- msgstr "شاهد الأجندة"
1664
-
1665
- #: ../lib/the-events-calendar.class.php:3854
1666
- msgid "Add Event"
1667
- msgstr "اضف حدث"
1668
-
1669
- #: ../lib/the-events-calendar.class.php:3863
1670
- msgid "Edit Events"
1671
- msgstr "تعديل الأحداث"
1672
-
1673
- #: ../lib/the-events-calendar.class.php:3872
1674
- #: ../lib/the-events-calendar.class.php:3973
1675
- #: ../lib/tribe-settings.class.php:164
1676
- msgid "Settings"
1677
- msgstr "إعدادات"
1678
-
1679
- #: ../lib/the-events-calendar.class.php:3908
1680
- #, php-format
1681
- msgid ""
1682
- "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
1683
- "change the events slug, visit %sEvents -> Settings%s."
1684
- msgstr ""
1685
- "أهلاً بك في أجندة الأحداث! يمكنك أن تجد الأجندة الخاصة بك في %s. لتغيير نص "
1686
- "الرابط, قم بزيارة %sالأحداث -> الإعدادات%s."
1687
-
1688
- #: ../lib/the-events-calendar.class.php:3974
1689
- msgid "Calendar"
1690
- msgstr "الأجندة"
1691
-
1692
- #: ../lib/the-events-calendar.class.php:4037
1693
- msgid "List"
1694
- msgstr "قائمة"
1695
-
1696
- #
1697
- #: ../lib/the-events-calendar.class.php:4048
1698
- msgid "Month"
1699
- msgstr "شهر"
1700
-
1701
- #
1702
- #: ../lib/the-events-calendar.class.php:4088
1703
- msgid "Date"
1704
- msgstr "تاريخ"
1705
-
1706
- #
1707
- #: ../lib/the-events-calendar.class.php:4091
1708
- msgid "Events In"
1709
- msgstr "الحدث في"
1710
-
1711
- #
1712
- #: ../lib/the-events-calendar.class.php:4093
1713
- msgid "Events From"
1714
- msgstr "الحدث من "
1715
-
1716
- #: ../lib/the-events-calendar.class.php:4276 ../views/list/nav.php:22
1717
- #: ../views/list/nav.php:28 ../views/list/nav.php:31
1718
- msgid "&laquo; Previous Events"
1719
- msgstr "الأحداث الماضية &raquo;"
1720
-
1721
- #: ../lib/the-events-calendar.class.php:4277 ../views/list/nav.php:40
1722
- #: ../views/list/nav.php:43 ../views/list/nav.php:49
1723
- msgid "Next Events &raquo;"
1724
- msgstr "الأحداث التالية &laquo;"
1725
-
1726
- #: ../lib/tribe-admin-events-list.class.php:53
1727
- #, php-format
1728
- msgid "View &#8220;%s&#8221;"
1729
- msgstr "شاهد &#8220;%s&#8221;"
1730
-
1731
- #: ../lib/tribe-admin-events-list.class.php:222
1732
- msgid "Start Date"
1733
- msgstr "تاريخ البداية"
1734
-
1735
- #: ../lib/tribe-admin-events-list.class.php:223
1736
- msgid "End Date"
1737
- msgstr "تاريخ النهاية"
1738
-
1739
- #: ../lib/tribe-admin-events-list.class.php:225
1740
- msgid "Recurring?"
1741
- msgstr "متكرر؟"
1742
-
1743
- #: ../lib/tribe-admin-events-list.class.php:282
1744
- #: ../lib/tickets/tribe-tickets-pro.php:229
1745
- msgid "Yes"
1746
- msgstr "نعم"
1747
-
1748
- #: ../lib/tribe-admin-events-list.class.php:282
1749
- msgid "No"
1750
- msgstr "لا"
1751
-
1752
- #: ../lib/tribe-admin-events-list.class.php:360
1753
- #, php-format
1754
- msgid "All %s"
1755
- msgstr "كل %s"
1756
-
1757
- #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1758
- #: ../lib/tribe-app-shop.class.php:84
1759
- msgid "Event Add-Ons"
1760
- msgstr "أضافات الحدث"
1761
-
1762
- #: ../lib/tribe-debug-bar.class.php:29
1763
- msgid "Tribe"
1764
- msgstr "Tribe"
1765
-
1766
- #: ../lib/tribe-event-api.class.php:372 ../lib/tribe-view-helpers.class.php:44
1767
- #: ../public/template-tags/venue.php:240
1768
- msgid "United States"
1769
- msgstr ""
1770
-
1771
- #: ../lib/tribe-event-exception.class.php:17
1772
- #: ../lib/tribe-event-exception.class.php:34
1773
- msgid "Error"
1774
- msgstr "خطأ"
1775
-
1776
- #: ../lib/tribe-field.class.php:161
1777
- msgid "Invalid field type specified"
1778
- msgstr "نوع الحقل غير مناسب"
1779
-
1780
- #: ../lib/tribe-field.class.php:414
1781
- msgid "No radio options specified"
1782
- msgstr "لم يتم الإختيار من القائمة"
1783
-
1784
- #: ../lib/tribe-field.class.php:451
1785
- msgid "No checkbox options specified"
1786
- msgstr "لم يتم الإختيار من القائمة"
1787
-
1788
- #: ../lib/tribe-field.class.php:505
1789
- msgid "No select options specified"
1790
- msgstr "لم يتم الإختيار من القائمة"
1791
-
1792
- #: ../lib/tribe-settings-tab.class.php:219
1793
- msgid "There are no fields setup for this tab yet."
1794
- msgstr "لم يتم تحديد حقول لعلامة التبويب هذه."
1795
-
1796
- #: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
1797
- msgid "The Events Calendar Settings"
1798
- msgstr "إعدادات أجندة الأحداث."
1799
-
1800
- #
1801
- #: ../lib/tribe-settings.class.php:176
1802
- msgid "Events Settings"
1803
- msgstr "إعدادات الأحداث"
1804
-
1805
- #: ../lib/tribe-settings.class.php:225
1806
- #, php-format
1807
- msgid "%s Settings"
1808
- msgstr "%s إعدادات"
1809
-
1810
- #: ../lib/tribe-settings.class.php:239
1811
- msgid "You've requested a non-existent tab."
1812
- msgstr "لقد طلبت علامة تبويب غير موجودة."
1813
-
1814
- #: ../lib/tribe-settings.class.php:247
1815
- msgid " Save Changes"
1816
- msgstr "حفظ التغييرات"
1817
-
1818
- #: ../lib/tribe-settings.class.php:299
1819
- msgid "You don't have permission to do that."
1820
- msgstr "لا تملك الصلاحية لفعل هذا."
1821
-
1822
- #: ../lib/tribe-settings.class.php:305
1823
- msgid "The request was sent insecurely."
1824
- msgstr "تم إرسال الطلب بطريقة غير آمنة."
1825
-
1826
- #: ../lib/tribe-settings.class.php:311
1827
- msgid "The request wasn't sent from this tab."
1828
- msgstr "لم يتم إرسال الطلب من هذا التبويب."
1829
-
1830
- #: ../lib/tribe-settings.class.php:476
1831
- msgid "Your form had the following errors:"
1832
- msgstr "الأستمارة كان بها الخطأ التالي:"
1833
-
1834
- #: ../lib/tribe-settings.class.php:485
1835
- msgid "None of your settings were saved. Please try again."
1836
- msgstr "لم يتم حفظ الإعدادات. رجاء المحاولة مرة أخري."
1837
-
1838
- #: ../lib/tribe-settings.class.php:485
1839
- msgid ""
1840
- "The above setting was not saved. Other settings were successfully saved."
1841
- msgid_plural ""
1842
- "The above settings were not saved. Other settings were successfully saved."
1843
- msgstr[0] "هذا الأختيار لم يتم حفظه. باقي الإعدادات تم حفظها بنجاح."
1844
- msgstr[1] "هذه الأختيارات لم يتم حفظه. باقي الإعدادات تم حفظها بنجاح."
1845
-
1846
- #: ../lib/tribe-settings.class.php:509
1847
- msgid "Settings saved."
1848
- msgstr "تم حفظ الإعدادات."
1849
-
1850
- #: ../lib/tribe-template-factory.class.php:225
1851
- #, php-format
1852
- msgid "There were no results found for <strong>\"%s\"</strong>."
1853
- msgstr "لا توجد نتائج خاصة ب strong>\"%s\"</strong>"
1854
-
1855
- #: ../lib/tribe-template-factory.class.php:235
1856
- #, php-format
1857
- msgid ""
1858
- "listed under %s. Check out past events for this category or view the full "
1859
- "calendar."
1860
- msgstr ""
1861
- "مصنفة تحت بند %s. شاهد الأحداث الماضية لهذا التصنيف أو شاهد النتيجة كاملة"
1862
-
1863
- #: ../lib/tribe-template-factory.class.php:237
1864
- #, php-format
1865
- msgid ""
1866
- "listed under %s. Check out upcoming events for this category or view the "
1867
- "full calendar."
1868
- msgstr ""
1869
- "مصنفة تحت بند %s. شاهد الأحداث المستقبلية لهذا التصنيف أو شاهد النتيجة كاملة"
1870
-
1871
- #: ../lib/tribe-template-factory.class.php:241
1872
- #, php-format
1873
- msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1874
- msgstr "لا توجد أحداث مجدولة ل <strong>%s</strong>. جرب يوم آخر."
1875
-
1876
- #
1877
- #: ../lib/tribe-template-factory.class.php:245
1878
- msgid "No upcoming events "
1879
- msgstr "لا توجد أحداث مستقبلية"
1880
-
1881
- #
1882
- #: ../lib/tribe-template-factory.class.php:247
1883
- msgid "No matching events "
1884
- msgstr "لا توجد أحداث مطابقة"
1885
-
1886
- #
1887
- #: ../lib/tribe-template-factory.class.php:250
1888
- msgid "No previous events "
1889
- msgstr "لا توجد أحداث سابقة"
1890
-
1891
- #: ../lib/tribe-the-events-calendar-import.class.php:64
1892
- #, php-format
1893
- msgid ""
1894
- "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
1895
- "you have backed up before proceeding any further. You can easily <a href=\"%s"
1896
- "\">revert to an old version</a> if you want to backup first. This upgrade "
1897
- "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
1898
- "your templates as necessary. There have been significant changes to the "
1899
- "template tags and functions. Check out our <a href=\"%s\">walk-through on "
1900
- "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
1901
- "from the <a href=\"%s\">support page</a>. If you're new to The Events "
1902
- "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
1903
- "><br/> You have events that need to be migrated. Please visit the bottom of "
1904
- "the <a href=\"%s\">settings page</a> to perform the migration."
1905
- msgstr ""
1906
-
1907
- #: ../lib/tribe-the-events-calendar-import.class.php:86
1908
- msgid "Upgrade from The Events Calendar"
1909
- msgstr "الترقية من The Events Calendar"
1910
-
1911
- #: ../lib/tribe-the-events-calendar-import.class.php:87
1912
- msgid ""
1913
- "It appears that you have some old events calendar data that needs to be "
1914
- "upgraded. Please be sure to back up your database before initiating the "
1915
- "upgrade. This process can not be undone."
1916
- msgstr ""
1917
- "يبدو أنه لديك بعض بيانات الأجندة القديمة التي تحتاج إلي ترقية. من فضلك تأكد "
1918
- "من أخذ نسخة إحتياطية من قاعدة البيانات قبل البدء في الترقية. هذه الخطوة لا "
1919
- "يمكن الرجوع فيها."
1920
-
1921
- #: ../lib/tribe-the-events-calendar-import.class.php:88
1922
- msgid "Migrate Data!"
1923
- msgstr "ترحيل البيانات!"
1924
-
1925
- #: ../lib/tribe-the-events-calendar-import.class.php:166
1926
- #, php-format
1927
- msgid "You successfully migrated (%d) entries."
1928
- msgstr "قمت بترحيل عدد (%d) إدخالات."
1929
-
1930
- #: ../lib/tribe-the-events-calendar-import.class.php:242
1931
- msgid "Install has 1 or more legacy event!"
1932
- msgstr "هناك واحد أو أكثر من الأحداث القديمة!"
1933
-
1934
- #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
1935
- msgid "Invalid or incomplete field passed"
1936
- msgstr "تم إرسال حقل غير صحيح أو ناقص"
1937
-
1938
- #: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
1939
- #: ../lib/tribe-validate.class.php:116
1940
- msgid "Field ID:"
1941
- msgstr "رقم الحقل:"
1942
-
1943
- #: ../lib/tribe-validate.class.php:109
1944
- msgid "Non-existant field validation function passed"
1945
- msgstr "تم إرسال دالة تحقق لحقل غير موجود"
1946
-
1947
- #: ../lib/tribe-validate.class.php:110
1948
- msgctxt "non-existant function name passed for field validation"
1949
- msgid "with function name:"
1950
- msgstr "باستخدام اسم الدالة:"
1951
-
1952
- #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
1953
- #, php-format
1954
- msgid "%s must contain numbers and letters only"
1955
- msgstr "%s يجب أن يحتوي علي أرقام و حروف فقط"
1956
-
1957
- #: ../lib/tribe-validate.class.php:171
1958
- #, php-format
1959
- msgid "%s must contain numbers, letters and dots only"
1960
- msgstr "%s يجب أن يحتوي علي أرقام, حروف و نقط فقط"
1961
-
1962
- #: ../lib/tribe-validate.class.php:187
1963
- #, php-format
1964
- msgid "%s must be a positive number."
1965
- msgstr "%s يجب أن يكون رقم موجب."
1966
-
1967
- #: ../lib/tribe-validate.class.php:204
1968
- #, php-format
1969
- msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1970
- msgstr ""
1971
- "%s يجب أن يكون نص رابط مقبول ( أرقام, حروف, شرطة, شرطة شرطة أسفل السطر)"
1972
-
1973
- #: ../lib/tribe-validate.class.php:221
1974
- #, php-format
1975
- msgid "%s must be a valid absolute URL."
1976
- msgstr "%s يجب أن يكون رابط مطلق."
1977
-
1978
- #: ../lib/tribe-validate.class.php:239 ../lib/tribe-validate.class.php:258
1979
- #: ../lib/tribe-validate.class.php:279
1980
- #, php-format
1981
- msgid "%s must have a value that's part of its options."
1982
- msgstr "%s يجب أن يكون قيمة متوفرة كجزء من الإختيارات."
1983
-
1984
- #: ../lib/tribe-validate.class.php:295
1985
- #, php-format
1986
- msgid ""
1987
- "Comparison validation failed because no comparison value was provided, for "
1988
- "field %s"
1989
- msgstr "التحقق المقارن لم ينجح لأن قيمة المقارنة لم يتم إدخالها للحقل %s"
1990
-
1991
- #: ../lib/tribe-validate.class.php:302
1992
- #, php-format
1993
- msgid "%s cannot be the same as %s."
1994
- msgstr "%s لا يمكن أن تكون نفس قيمة %s."
1995
-
1996
- #: ../lib/tribe-validate.class.php:304
1997
- #, php-format
1998
- msgid "%s cannot be a duplicate"
1999
- msgstr "%s لا يمكن أن تتكرر"
2000
-
2001
- #: ../lib/tribe-validate.class.php:322
2002
- #, php-format
2003
- msgid "%s must be a number or percentage."
2004
- msgstr "%s يجب أن يكون رقم أو نسبة مئوية."
2005
-
2006
- #: ../lib/tribe-validate.class.php:386
2007
- #, php-format
2008
- msgid "%s must be a number between 0 and 21."
2009
- msgstr "%s يجب أن يكون رقم بين 0 و 21"
2010
-
2011
- #: ../lib/tribe-validate.class.php:404
2012
- #, php-format
2013
- msgid ""
2014
- "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2015
- msgstr "%s يجب أن تتكون من حروف, أرقام, شرطة,فاصلة علوية أو مسافة فقط."
2016
-
2017
- #: ../lib/tribe-validate.class.php:422
2018
- #, php-format
2019
- msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2020
- msgstr "%s يجب أن تتكون من حروف, مسافات, فاصلة علوية أو شرطة."
2021
-
2022
- #: ../lib/tribe-validate.class.php:438
2023
- #, php-format
2024
- msgid "%s must consist of 5 numbers."
2025
- msgstr "%s يجب أن تتكون من 5 أرقام."
2026
-
2027
- #: ../lib/tribe-validate.class.php:454
2028
- #, php-format
2029
- msgid "%s must be a phone number."
2030
- msgstr "%s يجب أن يكون رقم تليفون."
2031
-
2032
- #: ../lib/tribe-validate.class.php:472
2033
- msgid ""
2034
- "Country List must be formatted as one country per line in the following "
2035
- "format: <br>US, United States <br> UK, United Kingdom."
2036
- msgstr ""
2037
- "قائمة الدول يجب أن تتكون من دولة واحدة لكل سطر علي شكل: <br>US, United "
2038
- "States <br> UK, United Kingdom."
2039
-
2040
- #: ../lib/tribe-view-helpers.class.php:24
2041
- #: ../lib/tribe-view-helpers.class.php:43
2042
- msgid "Select a Country:"
2043
- msgstr "اختر الدولة:"
2044
-
2045
- #: ../lib/tribe-view-helpers.class.php:45
2046
- msgid "Afghanistan"
2047
- msgstr ""
2048
-
2049
- #: ../lib/tribe-view-helpers.class.php:46
2050
- msgid "Albania"
2051
- msgstr ""
2052
-
2053
- #: ../lib/tribe-view-helpers.class.php:47
2054
- msgid "Algeria"
2055
- msgstr ""
2056
-
2057
- #: ../lib/tribe-view-helpers.class.php:48
2058
- msgid "American Samoa"
2059
- msgstr ""
2060
-
2061
- #: ../lib/tribe-view-helpers.class.php:49
2062
- msgid "Andorra"
2063
- msgstr ""
2064
-
2065
- #: ../lib/tribe-view-helpers.class.php:50
2066
- msgid "Angola"
2067
- msgstr ""
2068
-
2069
- #: ../lib/tribe-view-helpers.class.php:51
2070
- msgid "Anguilla"
2071
- msgstr ""
2072
-
2073
- #: ../lib/tribe-view-helpers.class.php:52
2074
- msgid "Antarctica"
2075
- msgstr ""
2076
-
2077
- #: ../lib/tribe-view-helpers.class.php:53
2078
- msgid "Antigua And Barbuda"
2079
- msgstr ""
2080
-
2081
- #: ../lib/tribe-view-helpers.class.php:54
2082
- msgid "Argentina"
2083
- msgstr ""
2084
-
2085
- #: ../lib/tribe-view-helpers.class.php:55
2086
- msgid "Armenia"
2087
- msgstr ""
2088
-
2089
- #: ../lib/tribe-view-helpers.class.php:56
2090
- msgid "Aruba"
2091
- msgstr ""
2092
-
2093
- #: ../lib/tribe-view-helpers.class.php:57
2094
- msgid "Australia"
2095
- msgstr ""
2096
-
2097
- #: ../lib/tribe-view-helpers.class.php:58
2098
- msgid "Austria"
2099
- msgstr ""
2100
-
2101
- #: ../lib/tribe-view-helpers.class.php:59
2102
- msgid "Azerbaijan"
2103
- msgstr ""
2104
-
2105
- #: ../lib/tribe-view-helpers.class.php:60
2106
- msgid "Bahamas"
2107
- msgstr ""
2108
-
2109
- #: ../lib/tribe-view-helpers.class.php:61
2110
- msgid "Bahrain"
2111
- msgstr ""
2112
-
2113
- #: ../lib/tribe-view-helpers.class.php:62
2114
- msgid "Bangladesh"
2115
- msgstr ""
2116
-
2117
- #: ../lib/tribe-view-helpers.class.php:63
2118
- msgid "Barbados"
2119
- msgstr ""
2120
-
2121
- #: ../lib/tribe-view-helpers.class.php:64
2122
- msgid "Belarus"
2123
- msgstr ""
2124
-
2125
- #: ../lib/tribe-view-helpers.class.php:65
2126
- msgid "Belgium"
2127
- msgstr ""
2128
-
2129
- #: ../lib/tribe-view-helpers.class.php:66
2130
- msgid "Belize"
2131
- msgstr ""
2132
-
2133
- #: ../lib/tribe-view-helpers.class.php:67
2134
- msgid "Benin"
2135
- msgstr ""
2136
-
2137
- #: ../lib/tribe-view-helpers.class.php:68
2138
- msgid "Bermuda"
2139
- msgstr ""
2140
-
2141
- #: ../lib/tribe-view-helpers.class.php:69
2142
- msgid "Bhutan"
2143
- msgstr ""
2144
-
2145
- #: ../lib/tribe-view-helpers.class.php:70
2146
- msgid "Bolivia"
2147
- msgstr ""
2148
-
2149
- #: ../lib/tribe-view-helpers.class.php:71
2150
- msgid "Bosnia And Herzegowina"
2151
- msgstr ""
2152
-
2153
- #: ../lib/tribe-view-helpers.class.php:72
2154
- msgid "Botswana"
2155
- msgstr ""
2156
-
2157
- #: ../lib/tribe-view-helpers.class.php:73
2158
- msgid "Bouvet Island"
2159
- msgstr ""
2160
-
2161
- #: ../lib/tribe-view-helpers.class.php:74
2162
- msgid "Brazil"
2163
- msgstr ""
2164
-
2165
- #: ../lib/tribe-view-helpers.class.php:75
2166
- msgid "British Indian Ocean Territory"
2167
- msgstr ""
2168
-
2169
- #: ../lib/tribe-view-helpers.class.php:76
2170
- msgid "Brunei Darussalam"
2171
- msgstr ""
2172
-
2173
- #: ../lib/tribe-view-helpers.class.php:77
2174
- msgid "Bulgaria"
2175
- msgstr ""
2176
-
2177
- #: ../lib/tribe-view-helpers.class.php:78
2178
- msgid "Burkina Faso"
2179
- msgstr ""
2180
-
2181
- #: ../lib/tribe-view-helpers.class.php:79
2182
- msgid "Burundi"
2183
- msgstr ""
2184
-
2185
- #: ../lib/tribe-view-helpers.class.php:80
2186
- msgid "Cambodia"
2187
- msgstr ""
2188
-
2189
- #: ../lib/tribe-view-helpers.class.php:81
2190
- msgid "Cameroon"
2191
- msgstr ""
2192
-
2193
- #: ../lib/tribe-view-helpers.class.php:82
2194
- msgid "Canada"
2195
- msgstr ""
2196
-
2197
- #: ../lib/tribe-view-helpers.class.php:83
2198
- msgid "Cape Verde"
2199
- msgstr ""
2200
-
2201
- #: ../lib/tribe-view-helpers.class.php:84
2202
- msgid "Cayman Islands"
2203
- msgstr ""
2204
-
2205
- #: ../lib/tribe-view-helpers.class.php:85
2206
- msgid "Central African Republic"
2207
- msgstr ""
2208
-
2209
- #: ../lib/tribe-view-helpers.class.php:86
2210
- msgid "Chad"
2211
- msgstr ""
2212
-
2213
- #: ../lib/tribe-view-helpers.class.php:87
2214
- msgid "Chile"
2215
- msgstr ""
2216
-
2217
- #: ../lib/tribe-view-helpers.class.php:88
2218
- msgid "China"
2219
- msgstr ""
2220
-
2221
- #: ../lib/tribe-view-helpers.class.php:89
2222
- msgid "Christmas Island"
2223
- msgstr ""
2224
-
2225
- #: ../lib/tribe-view-helpers.class.php:90
2226
- msgid "Cocos (Keeling) Islands"
2227
- msgstr ""
2228
-
2229
- #: ../lib/tribe-view-helpers.class.php:91
2230
- msgid "Colombia"
2231
- msgstr ""
2232
-
2233
- #: ../lib/tribe-view-helpers.class.php:92
2234
- msgid "Comoros"
2235
- msgstr ""
2236
-
2237
- #: ../lib/tribe-view-helpers.class.php:93
2238
- msgid "Congo"
2239
- msgstr ""
2240
-
2241
- #: ../lib/tribe-view-helpers.class.php:94
2242
- msgid "Congo, The Democratic Republic Of The"
2243
- msgstr ""
2244
-
2245
- #: ../lib/tribe-view-helpers.class.php:95
2246
- msgid "Cook Islands"
2247
- msgstr ""
2248
-
2249
- #: ../lib/tribe-view-helpers.class.php:96
2250
- msgid "Costa Rica"
2251
- msgstr ""
2252
-
2253
- #: ../lib/tribe-view-helpers.class.php:97
2254
- msgid "Cote D'Ivoire"
2255
- msgstr ""
2256
-
2257
- #: ../lib/tribe-view-helpers.class.php:98
2258
- msgid "Croatia (Local Name: Hrvatska)"
2259
- msgstr ""
2260
-
2261
- #: ../lib/tribe-view-helpers.class.php:99
2262
- msgid "Cuba"
2263
- msgstr ""
2264
-
2265
- #: ../lib/tribe-view-helpers.class.php:100
2266
- msgid "Cyprus"
2267
- msgstr ""
2268
-
2269
- #: ../lib/tribe-view-helpers.class.php:101
2270
- msgid "Czech Republic"
2271
- msgstr ""
2272
-
2273
- #: ../lib/tribe-view-helpers.class.php:102
2274
- msgid "Denmark"
2275
- msgstr ""
2276
-
2277
- #: ../lib/tribe-view-helpers.class.php:103
2278
- msgid "Djibouti"
2279
- msgstr ""
2280
-
2281
- #: ../lib/tribe-view-helpers.class.php:104
2282
- msgid "Dominica"
2283
- msgstr ""
2284
-
2285
- #: ../lib/tribe-view-helpers.class.php:105
2286
- msgid "Dominican Republic"
2287
- msgstr ""
2288
-
2289
- #: ../lib/tribe-view-helpers.class.php:106
2290
- msgid "East Timor"
2291
- msgstr ""
2292
-
2293
- #: ../lib/tribe-view-helpers.class.php:107
2294
- msgid "Ecuador"
2295
- msgstr ""
2296
-
2297
- #: ../lib/tribe-view-helpers.class.php:108
2298
- msgid "Egypt"
2299
- msgstr ""
2300
-
2301
- #: ../lib/tribe-view-helpers.class.php:109
2302
- msgid "El Salvador"
2303
- msgstr ""
2304
-
2305
- #: ../lib/tribe-view-helpers.class.php:110
2306
- msgid "Equatorial Guinea"
2307
- msgstr ""
2308
-
2309
- #: ../lib/tribe-view-helpers.class.php:111
2310
- msgid "Eritrea"
2311
- msgstr ""
2312
-
2313
- #: ../lib/tribe-view-helpers.class.php:112
2314
- msgid "Estonia"
2315
- msgstr ""
2316
-
2317
- #: ../lib/tribe-view-helpers.class.php:113
2318
- msgid "Ethiopia"
2319
- msgstr ""
2320
-
2321
- #: ../lib/tribe-view-helpers.class.php:114
2322
- msgid "Falkland Islands (Malvinas)"
2323
- msgstr ""
2324
-
2325
- #: ../lib/tribe-view-helpers.class.php:115
2326
- msgid "Faroe Islands"
2327
- msgstr ""
2328
-
2329
- #: ../lib/tribe-view-helpers.class.php:116
2330
- msgid "Fiji"
2331
- msgstr ""
2332
-
2333
- #: ../lib/tribe-view-helpers.class.php:117
2334
- msgid "Finland"
2335
- msgstr ""
2336
-
2337
- #: ../lib/tribe-view-helpers.class.php:118
2338
- msgid "France"
2339
- msgstr ""
2340
-
2341
- #: ../lib/tribe-view-helpers.class.php:119
2342
- msgid "France, Metropolitan"
2343
- msgstr ""
2344
-
2345
- #: ../lib/tribe-view-helpers.class.php:120
2346
- msgid "French Guiana"
2347
- msgstr ""
2348
-
2349
- #: ../lib/tribe-view-helpers.class.php:121
2350
- msgid "French Polynesia"
2351
- msgstr ""
2352
-
2353
- #: ../lib/tribe-view-helpers.class.php:122
2354
- msgid "French Southern Territories"
2355
- msgstr ""
2356
-
2357
- #: ../lib/tribe-view-helpers.class.php:123
2358
- msgid "Gabon"
2359
- msgstr ""
2360
-
2361
- #: ../lib/tribe-view-helpers.class.php:124
2362
- msgid "Gambia"
2363
- msgstr ""
2364
-
2365
- #: ../lib/tribe-view-helpers.class.php:125
2366
- #: ../lib/tribe-view-helpers.class.php:318
2367
- msgid "Georgia"
2368
- msgstr ""
2369
-
2370
- #: ../lib/tribe-view-helpers.class.php:126
2371
- msgid "Germany"
2372
- msgstr ""
2373
-
2374
- #: ../lib/tribe-view-helpers.class.php:127
2375
- msgid "Ghana"
2376
- msgstr ""
2377
-
2378
- #: ../lib/tribe-view-helpers.class.php:128
2379
- msgid "Gibraltar"
2380
- msgstr ""
2381
-
2382
- #: ../lib/tribe-view-helpers.class.php:129
2383
- msgid "Greece"
2384
- msgstr ""
2385
-
2386
- #: ../lib/tribe-view-helpers.class.php:130
2387
- msgid "Greenland"
2388
- msgstr ""
2389
-
2390
- #: ../lib/tribe-view-helpers.class.php:131
2391
- msgid "Grenada"
2392
- msgstr ""
2393
-
2394
- #: ../lib/tribe-view-helpers.class.php:132
2395
- msgid "Guadeloupe"
2396
- msgstr ""
2397
-
2398
- #: ../lib/tribe-view-helpers.class.php:133
2399
- msgid "Guam"
2400
- msgstr ""
2401
-
2402
- #: ../lib/tribe-view-helpers.class.php:134
2403
- msgid "Guatemala"
2404
- msgstr ""
2405
-
2406
- #: ../lib/tribe-view-helpers.class.php:135
2407
- msgid "Guinea"
2408
- msgstr ""
2409
-
2410
- #: ../lib/tribe-view-helpers.class.php:136
2411
- msgid "Guinea-Bissau"
2412
- msgstr ""
2413
-
2414
- #: ../lib/tribe-view-helpers.class.php:137
2415
- msgid "Guyana"
2416
- msgstr ""
2417
-
2418
- #: ../lib/tribe-view-helpers.class.php:138
2419
- msgid "Haiti"
2420
- msgstr ""
2421
-
2422
- #: ../lib/tribe-view-helpers.class.php:139
2423
- msgid "Heard And Mc Donald Islands"
2424
- msgstr ""
2425
-
2426
- #: ../lib/tribe-view-helpers.class.php:140
2427
- msgid "Holy See (Vatican City State)"
2428
- msgstr ""
2429
-
2430
- #: ../lib/tribe-view-helpers.class.php:141
2431
- msgid "Honduras"
2432
- msgstr ""
2433
-
2434
- #: ../lib/tribe-view-helpers.class.php:142
2435
- msgid "Hong Kong"
2436
- msgstr ""
2437
-
2438
- #: ../lib/tribe-view-helpers.class.php:143
2439
- msgid "Hungary"
2440
- msgstr ""
2441
-
2442
- #: ../lib/tribe-view-helpers.class.php:144
2443
- msgid "Iceland"
2444
- msgstr ""
2445
-
2446
- #: ../lib/tribe-view-helpers.class.php:145
2447
- msgid "India"
2448
- msgstr ""
2449
-
2450
- #: ../lib/tribe-view-helpers.class.php:146
2451
- msgid "Indonesia"
2452
- msgstr ""
2453
-
2454
- #: ../lib/tribe-view-helpers.class.php:147
2455
- msgid "Iran (Islamic Republic Of)"
2456
- msgstr ""
2457
-
2458
- #: ../lib/tribe-view-helpers.class.php:148
2459
- msgid "Iraq"
2460
- msgstr ""
2461
-
2462
- #: ../lib/tribe-view-helpers.class.php:149
2463
- msgid "Ireland"
2464
- msgstr ""
2465
-
2466
- #: ../lib/tribe-view-helpers.class.php:150
2467
- msgid "Israel"
2468
- msgstr ""
2469
-
2470
- #: ../lib/tribe-view-helpers.class.php:151
2471
- msgid "Italy"
2472
- msgstr ""
2473
-
2474
- #: ../lib/tribe-view-helpers.class.php:152
2475
- msgid "Jamaica"
2476
- msgstr ""
2477
-
2478
- #: ../lib/tribe-view-helpers.class.php:153
2479
- msgid "Japan"
2480
- msgstr ""
2481
-
2482
- #: ../lib/tribe-view-helpers.class.php:154
2483
- msgid "Jordan"
2484
- msgstr ""
2485
-
2486
- #: ../lib/tribe-view-helpers.class.php:155
2487
- msgid "Kazakhstan"
2488
- msgstr ""
2489
-
2490
- #: ../lib/tribe-view-helpers.class.php:156
2491
- msgid "Kenya"
2492
- msgstr ""
2493
-
2494
- #: ../lib/tribe-view-helpers.class.php:157
2495
- msgid "Kiribati"
2496
- msgstr ""
2497
-
2498
- #: ../lib/tribe-view-helpers.class.php:158
2499
- msgid "Korea, Democratic People's Republic Of"
2500
- msgstr ""
2501
-
2502
- #: ../lib/tribe-view-helpers.class.php:159
2503
- msgid "Korea, Republic Of"
2504
- msgstr ""
2505
-
2506
- #: ../lib/tribe-view-helpers.class.php:160
2507
- msgid "Kuwait"
2508
- msgstr ""
2509
-
2510
- #: ../lib/tribe-view-helpers.class.php:161
2511
- msgid "Kyrgyzstan"
2512
- msgstr ""
2513
-
2514
- #: ../lib/tribe-view-helpers.class.php:162
2515
- msgid "Lao People's Democratic Republic"
2516
- msgstr ""
2517
-
2518
- #: ../lib/tribe-view-helpers.class.php:163
2519
- msgid "Latvia"
2520
- msgstr ""
2521
-
2522
- #: ../lib/tribe-view-helpers.class.php:164
2523
- msgid "Lebanon"
2524
- msgstr ""
2525
-
2526
- #: ../lib/tribe-view-helpers.class.php:165
2527
- msgid "Lesotho"
2528
- msgstr ""
2529
-
2530
- #: ../lib/tribe-view-helpers.class.php:166
2531
- msgid "Liberia"
2532
- msgstr ""
2533
-
2534
- #: ../lib/tribe-view-helpers.class.php:167
2535
- msgid "Libya"
2536
- msgstr ""
2537
-
2538
- #: ../lib/tribe-view-helpers.class.php:168
2539
- msgid "Liechtenstein"
2540
- msgstr ""
2541
-
2542
- #: ../lib/tribe-view-helpers.class.php:169
2543
- msgid "Lithuania"
2544
- msgstr ""
2545
-
2546
- #: ../lib/tribe-view-helpers.class.php:170
2547
- msgid "Luxembourg"
2548
- msgstr ""
2549
-
2550
- #: ../lib/tribe-view-helpers.class.php:171
2551
- msgid "Macau"
2552
- msgstr ""
2553
-
2554
- #: ../lib/tribe-view-helpers.class.php:172
2555
- msgid "Macedonia"
2556
- msgstr ""
2557
-
2558
- #: ../lib/tribe-view-helpers.class.php:173
2559
- msgid "Madagascar"
2560
- msgstr ""
2561
-
2562
- #: ../lib/tribe-view-helpers.class.php:174
2563
- msgid "Malawi"
2564
- msgstr ""
2565
-
2566
- #: ../lib/tribe-view-helpers.class.php:175
2567
- msgid "Malaysia"
2568
- msgstr ""
2569
-
2570
- #: ../lib/tribe-view-helpers.class.php:176
2571
- msgid "Maldives"
2572
- msgstr ""
2573
-
2574
- #: ../lib/tribe-view-helpers.class.php:177
2575
- msgid "Mali"
2576
- msgstr ""
2577
-
2578
- #: ../lib/tribe-view-helpers.class.php:178
2579
- msgid "Malta"
2580
- msgstr ""
2581
-
2582
- #: ../lib/tribe-view-helpers.class.php:179
2583
- msgid "Marshall Islands"
2584
- msgstr ""
2585
-
2586
- #: ../lib/tribe-view-helpers.class.php:180
2587
- msgid "Martinique"
2588
- msgstr ""
2589
-
2590
- #: ../lib/tribe-view-helpers.class.php:181
2591
- msgid "Mauritania"
2592
- msgstr ""
2593
-
2594
- #: ../lib/tribe-view-helpers.class.php:182
2595
- msgid "Mauritius"
2596
- msgstr ""
2597
-
2598
- #: ../lib/tribe-view-helpers.class.php:183
2599
- msgid "Mayotte"
2600
- msgstr ""
2601
-
2602
- #: ../lib/tribe-view-helpers.class.php:184
2603
- msgid "Mexico"
2604
- msgstr ""
2605
-
2606
- #: ../lib/tribe-view-helpers.class.php:185
2607
- msgid "Micronesia, Federated States Of"
2608
- msgstr ""
2609
-
2610
- #: ../lib/tribe-view-helpers.class.php:186
2611
- msgid "Moldova, Republic Of"
2612
- msgstr ""
2613
-
2614
- #: ../lib/tribe-view-helpers.class.php:187
2615
- msgid "Monaco"
2616
- msgstr ""
2617
-
2618
- #: ../lib/tribe-view-helpers.class.php:188
2619
- msgid "Mongolia"
2620
- msgstr ""
2621
-
2622
- #: ../lib/tribe-view-helpers.class.php:189
2623
- msgid "Montenegro"
2624
- msgstr ""
2625
-
2626
- #: ../lib/tribe-view-helpers.class.php:190
2627
- msgid "Montserrat"
2628
- msgstr ""
2629
-
2630
- #: ../lib/tribe-view-helpers.class.php:191
2631
- msgid "Morocco"
2632
- msgstr ""
2633
-
2634
- #: ../lib/tribe-view-helpers.class.php:192
2635
- msgid "Mozambique"
2636
- msgstr ""
2637
-
2638
- #: ../lib/tribe-view-helpers.class.php:193
2639
- msgid "Myanmar"
2640
- msgstr ""
2641
-
2642
- #: ../lib/tribe-view-helpers.class.php:194
2643
- msgid "Namibia"
2644
- msgstr ""
2645
-
2646
- #: ../lib/tribe-view-helpers.class.php:195
2647
- msgid "Nauru"
2648
- msgstr ""
2649
-
2650
- #: ../lib/tribe-view-helpers.class.php:196
2651
- msgid "Nepal"
2652
- msgstr ""
2653
-
2654
- #: ../lib/tribe-view-helpers.class.php:197
2655
- msgid "Netherlands"
2656
- msgstr ""
2657
-
2658
- #: ../lib/tribe-view-helpers.class.php:198
2659
- msgid "Netherlands Antilles"
2660
- msgstr ""
2661
-
2662
- #: ../lib/tribe-view-helpers.class.php:199
2663
- msgid "New Caledonia"
2664
- msgstr ""
2665
-
2666
- #: ../lib/tribe-view-helpers.class.php:200
2667
- msgid "New Zealand"
2668
- msgstr ""
2669
-
2670
- #: ../lib/tribe-view-helpers.class.php:201
2671
- msgid "Nicaragua"
2672
- msgstr ""
2673
-
2674
- #: ../lib/tribe-view-helpers.class.php:202
2675
- msgid "Niger"
2676
- msgstr ""
2677
-
2678
- #: ../lib/tribe-view-helpers.class.php:203
2679
- msgid "Nigeria"
2680
- msgstr ""
2681
-
2682
- #: ../lib/tribe-view-helpers.class.php:204
2683
- msgid "Niue"
2684
- msgstr ""
2685
-
2686
- #: ../lib/tribe-view-helpers.class.php:205
2687
- msgid "Norfolk Island"
2688
- msgstr ""
2689
-
2690
- #: ../lib/tribe-view-helpers.class.php:206
2691
- msgid "Northern Mariana Islands"
2692
- msgstr ""
2693
-
2694
- #: ../lib/tribe-view-helpers.class.php:207
2695
- msgid "Norway"
2696
- msgstr ""
2697
-
2698
- #: ../lib/tribe-view-helpers.class.php:208
2699
- msgid "Oman"
2700
- msgstr ""
2701
-
2702
- #: ../lib/tribe-view-helpers.class.php:209
2703
- msgid "Pakistan"
2704
- msgstr ""
2705
-
2706
- #: ../lib/tribe-view-helpers.class.php:210
2707
- msgid "Palau"
2708
- msgstr ""
2709
-
2710
- #: ../lib/tribe-view-helpers.class.php:211
2711
- msgid "Panama"
2712
- msgstr ""
2713
-
2714
- #: ../lib/tribe-view-helpers.class.php:212
2715
- msgid "Papua New Guinea"
2716
- msgstr ""
2717
-
2718
- #: ../lib/tribe-view-helpers.class.php:213
2719
- msgid "Paraguay"
2720
- msgstr ""
2721
-
2722
- #: ../lib/tribe-view-helpers.class.php:214
2723
- msgid "Peru"
2724
- msgstr ""
2725
-
2726
- #: ../lib/tribe-view-helpers.class.php:215
2727
- msgid "Philippines"
2728
- msgstr ""
2729
-
2730
- #: ../lib/tribe-view-helpers.class.php:216
2731
- msgid "Pitcairn"
2732
- msgstr ""
2733
-
2734
- #: ../lib/tribe-view-helpers.class.php:217
2735
- msgid "Poland"
2736
- msgstr ""
2737
-
2738
- #: ../lib/tribe-view-helpers.class.php:218
2739
- msgid "Portugal"
2740
- msgstr ""
2741
-
2742
- #: ../lib/tribe-view-helpers.class.php:219
2743
- msgid "Puerto Rico"
2744
- msgstr ""
2745
-
2746
- #: ../lib/tribe-view-helpers.class.php:220
2747
- msgid "Qatar"
2748
- msgstr ""
2749
-
2750
- #: ../lib/tribe-view-helpers.class.php:221
2751
- msgid "Reunion"
2752
- msgstr ""
2753
-
2754
- #: ../lib/tribe-view-helpers.class.php:222
2755
- msgid "Romania"
2756
- msgstr ""
2757
-
2758
- #: ../lib/tribe-view-helpers.class.php:223
2759
- msgid "Russian Federation"
2760
- msgstr ""
2761
-
2762
- #: ../lib/tribe-view-helpers.class.php:224
2763
- msgid "Rwanda"
2764
- msgstr ""
2765
-
2766
- #: ../lib/tribe-view-helpers.class.php:225
2767
- msgid "Saint Kitts And Nevis"
2768
- msgstr ""
2769
-
2770
- #: ../lib/tribe-view-helpers.class.php:226
2771
- msgid "Saint Lucia"
2772
- msgstr ""
2773
-
2774
- #: ../lib/tribe-view-helpers.class.php:227
2775
- msgid "Saint Vincent And The Grenadines"
2776
- msgstr ""
2777
-
2778
- #: ../lib/tribe-view-helpers.class.php:228
2779
- msgid "Samoa"
2780
- msgstr ""
2781
-
2782
- #: ../lib/tribe-view-helpers.class.php:229
2783
- msgid "San Marino"
2784
- msgstr ""
2785
-
2786
- #: ../lib/tribe-view-helpers.class.php:230
2787
- msgid "Sao Tome And Principe"
2788
- msgstr ""
2789
-
2790
- #: ../lib/tribe-view-helpers.class.php:231
2791
- msgid "Saudi Arabia"
2792
- msgstr ""
2793
-
2794
- #: ../lib/tribe-view-helpers.class.php:232
2795
- msgid "Senegal"
2796
- msgstr ""
2797
-
2798
- #: ../lib/tribe-view-helpers.class.php:233
2799
- msgid "Serbia"
2800
- msgstr ""
2801
-
2802
- #: ../lib/tribe-view-helpers.class.php:234
2803
- msgid "Seychelles"
2804
- msgstr ""
2805
-
2806
- #: ../lib/tribe-view-helpers.class.php:235
2807
- msgid "Sierra Leone"
2808
- msgstr ""
2809
-
2810
- #: ../lib/tribe-view-helpers.class.php:236
2811
- msgid "Singapore"
2812
- msgstr ""
2813
-
2814
- #: ../lib/tribe-view-helpers.class.php:237
2815
- msgid "Slovakia (Slovak Republic)"
2816
- msgstr ""
2817
-
2818
- #: ../lib/tribe-view-helpers.class.php:238
2819
- msgid "Slovenia"
2820
- msgstr ""
2821
-
2822
- #: ../lib/tribe-view-helpers.class.php:239
2823
- msgid "Solomon Islands"
2824
- msgstr ""
2825
-
2826
- #: ../lib/tribe-view-helpers.class.php:240
2827
- msgid "Somalia"
2828
- msgstr ""
2829
-
2830
- #: ../lib/tribe-view-helpers.class.php:241
2831
- msgid "South Africa"
2832
- msgstr ""
2833
-
2834
- #: ../lib/tribe-view-helpers.class.php:242
2835
- msgid "South Georgia, South Sandwich Islands"
2836
- msgstr ""
2837
-
2838
- #: ../lib/tribe-view-helpers.class.php:243
2839
- msgid "Spain"
2840
- msgstr ""
2841
-
2842
- #: ../lib/tribe-view-helpers.class.php:244
2843
- msgid "Sri Lanka"
2844
- msgstr ""
2845
-
2846
- #: ../lib/tribe-view-helpers.class.php:245
2847
- msgid "St. Helena"
2848
- msgstr ""
2849
-
2850
- #: ../lib/tribe-view-helpers.class.php:246
2851
- msgid "St. Pierre And Miquelon"
2852
- msgstr ""
2853
-
2854
- #: ../lib/tribe-view-helpers.class.php:247
2855
- msgid "Sudan"
2856
- msgstr ""
2857
-
2858
- #: ../lib/tribe-view-helpers.class.php:248
2859
- msgid "Suriname"
2860
- msgstr ""
2861
-
2862
- #: ../lib/tribe-view-helpers.class.php:249
2863
- msgid "Svalbard And Jan Mayen Islands"
2864
- msgstr ""
2865
-
2866
- #: ../lib/tribe-view-helpers.class.php:250
2867
- msgid "Swaziland"
2868
- msgstr ""
2869
-
2870
- #: ../lib/tribe-view-helpers.class.php:251
2871
- msgid "Sweden"
2872
- msgstr ""
2873
-
2874
- #: ../lib/tribe-view-helpers.class.php:252
2875
- msgid "Switzerland"
2876
- msgstr ""
2877
-
2878
- #: ../lib/tribe-view-helpers.class.php:253
2879
- msgid "Syrian Arab Republic"
2880
- msgstr ""
2881
-
2882
- #: ../lib/tribe-view-helpers.class.php:254
2883
- msgid "Taiwan"
2884
- msgstr ""
2885
-
2886
- #: ../lib/tribe-view-helpers.class.php:255
2887
- msgid "Tajikistan"
2888
- msgstr ""
2889
-
2890
- #: ../lib/tribe-view-helpers.class.php:256
2891
- msgid "Tanzania, United Republic Of"
2892
- msgstr ""
2893
-
2894
- #: ../lib/tribe-view-helpers.class.php:257
2895
- msgid "Thailand"
2896
- msgstr ""
2897
-
2898
- #: ../lib/tribe-view-helpers.class.php:258
2899
- msgid "Togo"
2900
- msgstr ""
2901
-
2902
- #: ../lib/tribe-view-helpers.class.php:259
2903
- msgid "Tokelau"
2904
- msgstr ""
2905
-
2906
- #: ../lib/tribe-view-helpers.class.php:260
2907
- msgid "Tonga"
2908
- msgstr ""
2909
-
2910
- #: ../lib/tribe-view-helpers.class.php:261
2911
- msgid "Trinidad And Tobago"
2912
- msgstr ""
2913
-
2914
- #: ../lib/tribe-view-helpers.class.php:262
2915
- msgid "Tunisia"
2916
- msgstr ""
2917
-
2918
- #: ../lib/tribe-view-helpers.class.php:263
2919
- msgid "Turkey"
2920
- msgstr ""
2921
-
2922
- #: ../lib/tribe-view-helpers.class.php:264
2923
- msgid "Turkmenistan"
2924
- msgstr ""
2925
-
2926
- #: ../lib/tribe-view-helpers.class.php:265
2927
- msgid "Turks And Caicos Islands"
2928
- msgstr ""
2929
-
2930
- #: ../lib/tribe-view-helpers.class.php:266
2931
- msgid "Tuvalu"
2932
- msgstr ""
2933
-
2934
- #: ../lib/tribe-view-helpers.class.php:267
2935
- msgid "Uganda"
2936
- msgstr ""
2937
-
2938
- #: ../lib/tribe-view-helpers.class.php:268
2939
- msgid "Ukraine"
2940
- msgstr ""
2941
-
2942
- #: ../lib/tribe-view-helpers.class.php:269
2943
- msgid "United Arab Emirates"
2944
- msgstr ""
2945
-
2946
- #: ../lib/tribe-view-helpers.class.php:270
2947
- msgid "United Kingdom"
2948
- msgstr ""
2949
-
2950
- #: ../lib/tribe-view-helpers.class.php:271
2951
- msgid "United States Minor Outlying Islands"
2952
- msgstr ""
2953
-
2954
- #: ../lib/tribe-view-helpers.class.php:272
2955
- msgid "Uruguay"
2956
- msgstr ""
2957
-
2958
- #: ../lib/tribe-view-helpers.class.php:273
2959
- msgid "Uzbekistan"
2960
- msgstr ""
2961
-
2962
- #: ../lib/tribe-view-helpers.class.php:274
2963
- msgid "Vanuatu"
2964
- msgstr ""
2965
-
2966
- #: ../lib/tribe-view-helpers.class.php:275
2967
- msgid "Venezuela"
2968
- msgstr ""
2969
-
2970
- #: ../lib/tribe-view-helpers.class.php:276
2971
- msgid "Viet Nam"
2972
- msgstr ""
2973
-
2974
- #: ../lib/tribe-view-helpers.class.php:277
2975
- msgid "Virgin Islands (British)"
2976
- msgstr ""
2977
-
2978
- #: ../lib/tribe-view-helpers.class.php:278
2979
- msgid "Virgin Islands (U.S.)"
2980
- msgstr ""
2981
-
2982
- #: ../lib/tribe-view-helpers.class.php:279
2983
- msgid "Wallis And Futuna Islands"
2984
- msgstr ""
2985
-
2986
- #: ../lib/tribe-view-helpers.class.php:280
2987
- msgid "Western Sahara"
2988
- msgstr ""
2989
-
2990
- #: ../lib/tribe-view-helpers.class.php:281
2991
- msgid "Yemen"
2992
- msgstr ""
2993
-
2994
- #: ../lib/tribe-view-helpers.class.php:282
2995
- msgid "Zambia"
2996
- msgstr ""
2997
-
2998
- #: ../lib/tribe-view-helpers.class.php:283
2999
- msgid "Zimbabwe"
3000
- msgstr ""
3001
-
3002
- #: ../lib/tribe-view-helpers.class.php:308
3003
- msgid "Alabama"
3004
- msgstr ""
3005
-
3006
- #: ../lib/tribe-view-helpers.class.php:309
3007
- msgid "Alaska"
3008
- msgstr ""
3009
-
3010
- #: ../lib/tribe-view-helpers.class.php:310
3011
- msgid "Arizona"
3012
- msgstr ""
3013
-
3014
- #: ../lib/tribe-view-helpers.class.php:311
3015
- msgid "Arkansas"
3016
- msgstr ""
3017
-
3018
- #: ../lib/tribe-view-helpers.class.php:312
3019
- msgid "California"
3020
- msgstr ""
3021
-
3022
- #: ../lib/tribe-view-helpers.class.php:313
3023
- msgid "Colorado"
3024
- msgstr ""
3025
-
3026
- #: ../lib/tribe-view-helpers.class.php:314
3027
- msgid "Connecticut"
3028
- msgstr ""
3029
-
3030
- #: ../lib/tribe-view-helpers.class.php:315
3031
- msgid "Delaware"
3032
- msgstr ""
3033
-
3034
- #: ../lib/tribe-view-helpers.class.php:316
3035
- msgid "District of Columbia"
3036
- msgstr ""
3037
-
3038
- #: ../lib/tribe-view-helpers.class.php:317
3039
- msgid "Florida"
3040
- msgstr ""
3041
-
3042
- #: ../lib/tribe-view-helpers.class.php:319
3043
- msgid "Hawaii"
3044
- msgstr ""
3045
-
3046
- #: ../lib/tribe-view-helpers.class.php:320
3047
- msgid "Idaho"
3048
- msgstr ""
3049
-
3050
- #: ../lib/tribe-view-helpers.class.php:321
3051
- msgid "Illinois"
3052
- msgstr ""
3053
-
3054
- #: ../lib/tribe-view-helpers.class.php:322
3055
- msgid "Indiana"
3056
- msgstr ""
3057
-
3058
- #: ../lib/tribe-view-helpers.class.php:323
3059
- msgid "Iowa"
3060
- msgstr ""
3061
-
3062
- #: ../lib/tribe-view-helpers.class.php:324
3063
- msgid "Kansas"
3064
- msgstr ""
3065
-
3066
- #: ../lib/tribe-view-helpers.class.php:325
3067
- msgid "Kentucky"
3068
- msgstr ""
3069
-
3070
- #: ../lib/tribe-view-helpers.class.php:326
3071
- msgid "Louisiana"
3072
- msgstr ""
3073
-
3074
- #: ../lib/tribe-view-helpers.class.php:327
3075
- msgid "Maine"
3076
- msgstr ""
3077
-
3078
- #: ../lib/tribe-view-helpers.class.php:328
3079
- msgid "Maryland"
3080
- msgstr ""
3081
-
3082
- #: ../lib/tribe-view-helpers.class.php:329
3083
- msgid "Massachusetts"
3084
- msgstr ""
3085
-
3086
- #: ../lib/tribe-view-helpers.class.php:330
3087
- msgid "Michigan"
3088
- msgstr ""
3089
-
3090
- #: ../lib/tribe-view-helpers.class.php:331
3091
- msgid "Minnesota"
3092
- msgstr ""
3093
-
3094
- #: ../lib/tribe-view-helpers.class.php:332
3095
- msgid "Mississippi"
3096
- msgstr ""
3097
-
3098
- #: ../lib/tribe-view-helpers.class.php:333
3099
- msgid "Missouri"
3100
- msgstr ""
3101
-
3102
- #: ../lib/tribe-view-helpers.class.php:334
3103
- msgid "Montana"
3104
- msgstr ""
3105
-
3106
- #: ../lib/tribe-view-helpers.class.php:335
3107
- msgid "Nebraska"
3108
- msgstr ""
3109
-
3110
- #: ../lib/tribe-view-helpers.class.php:336
3111
- msgid "Nevada"
3112
- msgstr ""
3113
-
3114
- #: ../lib/tribe-view-helpers.class.php:337
3115
- msgid "New Hampshire"
3116
- msgstr ""
3117
-
3118
- #: ../lib/tribe-view-helpers.class.php:338
3119
- msgid "New Jersey"
3120
- msgstr ""
3121
-
3122
- #: ../lib/tribe-view-helpers.class.php:339
3123
- msgid "New Mexico"
3124
- msgstr ""
3125
-
3126
- #: ../lib/tribe-view-helpers.class.php:340
3127
- msgid "New York"
3128
- msgstr ""
3129
-
3130
- #: ../lib/tribe-view-helpers.class.php:341
3131
- msgid "North Carolina"
3132
- msgstr ""
3133
-
3134
- #: ../lib/tribe-view-helpers.class.php:342
3135
- msgid "North Dakota"
3136
- msgstr ""
3137
-
3138
- #: ../lib/tribe-view-helpers.class.php:343
3139
- msgid "Ohio"
3140
- msgstr ""
3141
-
3142
- #: ../lib/tribe-view-helpers.class.php:344
3143
- msgid "Oklahoma"
3144
- msgstr ""
3145
-
3146
- #: ../lib/tribe-view-helpers.class.php:345
3147
- msgid "Oregon"
3148
- msgstr ""
3149
-
3150
- #: ../lib/tribe-view-helpers.class.php:346
3151
- msgid "Pennsylvania"
3152
- msgstr ""
3153
-
3154
- #: ../lib/tribe-view-helpers.class.php:347
3155
- msgid "Rhode Island"
3156
- msgstr ""
3157
-
3158
- #: ../lib/tribe-view-helpers.class.php:348
3159
- msgid "South Carolina"
3160
- msgstr ""
3161
-
3162
- #: ../lib/tribe-view-helpers.class.php:349
3163
- msgid "South Dakota"
3164
- msgstr ""
3165
-
3166
- #: ../lib/tribe-view-helpers.class.php:350
3167
- msgid "Tennessee"
3168
- msgstr ""
3169
-
3170
- #: ../lib/tribe-view-helpers.class.php:351
3171
- msgid "Texas"
3172
- msgstr ""
3173
-
3174
- #: ../lib/tribe-view-helpers.class.php:352
3175
- msgid "Utah"
3176
- msgstr ""
3177
-
3178
- #: ../lib/tribe-view-helpers.class.php:353
3179
- msgid "Vermont"
3180
- msgstr ""
3181
-
3182
- #: ../lib/tribe-view-helpers.class.php:354
3183
- msgid "Virginia"
3184
- msgstr ""
3185
-
3186
- #: ../lib/tribe-view-helpers.class.php:355
3187
- msgid "Washington"
3188
- msgstr ""
3189
-
3190
- #: ../lib/tribe-view-helpers.class.php:356
3191
- msgid "West Virginia"
3192
- msgstr ""
3193
-
3194
- #: ../lib/tribe-view-helpers.class.php:357
3195
- msgid "Wisconsin"
3196
- msgstr ""
3197
-
3198
- #: ../lib/tribe-view-helpers.class.php:358
3199
- msgid "Wyoming"
3200
- msgstr ""
3201
-
3202
- #
3203
- #: ../lib/widget-list.class.php:21
3204
- msgid "A widget that displays upcoming events."
3205
- msgstr "مربع جانبي يظهر الأحداث المستقبلية"
3206
-
3207
- #: ../lib/widget-list.class.php:27
3208
- msgid "Events List"
3209
- msgstr "قائمة الأحداث"
3210
-
3211
- #: ../lib/widget-list.class.php:114
3212
- msgid "View All Events"
3213
- msgstr "شاهد كل الأحداث"
3214
-
3215
- #: ../lib/widget-list.class.php:117
3216
- msgid "There are no upcoming events at this time."
3217
- msgstr "لا توجد أحداث مستقبلية حالياً."
3218
-
3219
- #: ../lib/template-classes/month.php:75
3220
- #, php-format
3221
- msgid ""
3222
- "There were no results found for <strong>\"%s\"</strong> this month. Try "
3223
- "searching next month."
3224
- msgstr ""
3225
- "لا توجد نتائج مطابقة ل <strong>\"%s\"</strong> هذا الشهر. جرب البحث في "
3226
- "الشهر التالي. "
3227
-
3228
- #: ../lib/template-classes/single-event.php:99
3229
- msgid "This event has passed."
3230
- msgstr "هذا الحدث انتهي."
3231
-
3232
- #: ../lib/tickets/tribe-tickets-attendees.php:67
3233
- msgid "Order #"
3234
- msgstr "رقم الطلب"
3235
-
3236
- #: ../lib/tickets/tribe-tickets-attendees.php:68
3237
- msgid "Order Status"
3238
- msgstr "حالة الطلب"
3239
-
3240
- #: ../lib/tickets/tribe-tickets-attendees.php:69
3241
- msgid "Purchaser name"
3242
- msgstr "اسم المشتري"
3243
-
3244
- #: ../lib/tickets/tribe-tickets-attendees.php:70
3245
- msgid "Purchaser email"
3246
- msgstr "البريد الإلكتروني للمشتري"
3247
-
3248
- #
3249
- #: ../lib/tickets/tribe-tickets-attendees.php:71
3250
- msgid "Ticket type"
3251
- msgstr "نوع التذكرة"
3252
-
3253
- #: ../lib/tickets/tribe-tickets-attendees.php:72
3254
- #: ../views/tickets/email.php:316
3255
- msgid "Ticket #"
3256
- msgstr "رقم التذكرة"
3257
-
3258
- #: ../lib/tickets/tribe-tickets-attendees.php:73
3259
- #: ../views/tickets/email.php:328
3260
- msgid "Security Code"
3261
- msgstr "كود الأمان"
3262
-
3263
- #: ../lib/tickets/tribe-tickets-attendees.php:74
3264
- #: ../lib/tickets/tribe-tickets-attendees.php:144
3265
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3266
- msgid "Check in"
3267
- msgstr "تسجيل الدخول"
3268
-
3269
- #: ../lib/tickets/tribe-tickets-attendees.php:145
3270
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3271
- msgid "Undo Check in"
3272
- msgstr "تراجع عن تسجيل الدخول"
3273
-
3274
- #: ../lib/tickets/tribe-tickets-attendees.php:179
3275
- msgid "Print"
3276
- msgstr "طباعة"
3277
-
3278
- #
3279
- #: ../lib/tickets/tribe-tickets-attendees.php:180
3280
- msgid "Email"
3281
- msgstr "بريد إلكتروني"
3282
-
3283
- #
3284
- #: ../lib/tickets/tribe-tickets-attendees.php:181
3285
- msgid "Export"
3286
- msgstr "تصدير"
3287
-
3288
- #: ../lib/tickets/tribe-tickets-attendees.php:187
3289
- msgid "Filter by ticket #, order # or security code"
3290
- msgstr "فلترة عن طريق رقم التذكرة, رقم الطلب أو كود الأمان"
3291
-
3292
- #: ../lib/tickets/tribe-tickets-metabox.php:24
3293
- msgid "Tickets"
3294
- msgstr "تذاكر"
3295
-
3296
- #
3297
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3298
- msgid "Ticket header image"
3299
- msgstr "صورة الهيدر للتذكرة"
3300
-
3301
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3302
- msgid "Set as ticket header"
3303
- msgstr "استخدم كصورة هيدر للتذكرة"
3304
-
3305
- #: ../lib/tickets/tribe-tickets-pro.php:107
3306
- msgid "You need to select a user or type a valid email address"
3307
- msgstr "يجب عليك اختيار مستخدم أو كتابة بريد إلكتروني صحيح"
3308
-
3309
- #: ../lib/tickets/tribe-tickets-pro.php:108
3310
- msgid "Sending..."
3311
- msgstr "يتم الإرسال..."
3312
-
3313
- #: ../lib/tickets/tribe-tickets-pro.php:136
3314
- msgid "Columns"
3315
- msgstr "أعمدة"
3316
-
3317
- #: ../lib/tickets/tribe-tickets-pro.php:137
3318
- msgid ""
3319
- "You can use Screen Options to select which columns you want to see. The "
3320
- "selection works in the table below, in the email, for print and for the CSV "
3321
- "export."
3322
- msgstr ""
3323
- "يمكنك استخدام إختيارات الشاشة لإختيار الأعمدة التي تريد استخدامها. الإختيار "
3324
- "يعمل في الجدول التالي, في البريد الإلكتروني, و كذلك للطباعة في ملف CSV."
3325
-
3326
- #
3327
- #: ../lib/tickets/tribe-tickets-pro.php:258
3328
- msgid "attendees"
3329
- msgstr "الحضور"
3330
-
3331
- #: ../lib/tickets/tribe-tickets-pro.php:308
3332
- #, php-format
3333
- msgid "Attendee List for: %s"
3334
- msgstr "قائمة الحضور ل: %s"
3335
-
3336
- #: ../lib/tickets/tribe-tickets.php:292
3337
- msgid "Your ticket has been saved."
3338
- msgstr "تم حفظ تذكرتك."
3339
-
3340
- #: ../lib/tickets/tribe-tickets.php:369
3341
- msgid "Your ticket has been deleted."
3342
- msgstr "تم حذف تذكرتك"
3343
-
3344
- #: ../public/advanced-functions/meta.php:35
3345
- msgid "Start:"
3346
- msgstr "بداية:"
3347
-
3348
- #: ../public/advanced-functions/meta.php:42
3349
- msgid "End:"
3350
- msgstr "نهاية:"
3351
-
3352
- #: ../public/advanced-functions/meta.php:51
3353
- msgid "Date:"
3354
- msgstr "تاريخ:"
3355
-
3356
- #: ../public/advanced-functions/meta.php:233
3357
- msgid "Click to view a Google Map"
3358
- msgstr "اضغط لمشاهدة خريطة جودل"
3359
-
3360
- #
3361
- #: ../public/advanced-functions/meta.php:234
3362
- msgid "+ Google Map"
3363
- msgstr "+ خريطة جوجل"
3364
-
3365
- #: ../public/advanced-functions/meta.php:245
3366
- msgid "Details"
3367
- msgstr "تفاصيل"
3368
-
3369
- #
3370
- #: ../public/advanced-functions/meta.php:295
3371
- msgid "Event Tags:"
3372
- msgstr "كلمات الحدث:"
3373
-
3374
- #: ../public/advanced-functions/meta.php:321
3375
- msgid "Origin:"
3376
- msgstr "المنشأ:"
3377
-
3378
- #: ../public/advanced-functions/meta.php:458
3379
- msgid "Event:"
3380
- msgstr "حدث:"
3381
-
3382
- #
3383
- #: ../public/template-tags/deprecated.php:1143
3384
- msgid "Category"
3385
- msgstr "تصنيف"
3386
-
3387
- #: ../public/template-tags/general.php:306
3388
- msgid "Tags:"
3389
- msgstr "سمات:"
3390
-
3391
- #
3392
- #: ../public/template-tags/general.php:392
3393
- msgid "Loading Events"
3394
- msgstr "جاري تحميل الأحداث"
3395
-
3396
- #: ../public/template-tags/general.php:531
3397
- msgid "Free"
3398
- msgstr "مجاني"
3399
-
3400
- #
3401
- #: ../public/template-tags/general.php:703
3402
- msgid "Recurring Event"
3403
- msgstr "حدث متكرر"
3404
-
3405
- #: ../public/template-tags/general.php:706
3406
- msgid "(See all)"
3407
- msgstr "اظهر الكل"
3408
-
3409
- #: ../public/template-tags/general.php:982
3410
- #, php-format
3411
- msgid "Calendar powered by %sThe Events Calendar%s"
3412
- msgstr "الأجندة مدعومة من %sThe Events Calendar%s"
3413
-
3414
- #: ../public/template-tags/loop.php:150
3415
- #, php-format
3416
- msgid "Events for %1$s"
3417
- msgstr "أحداث خاصة ب %1$s"
3418
-
3419
- #: ../public/template-tags/loop.php:158
3420
- #, php-format
3421
- msgid "Events for %1$s through %2$s"
3422
- msgstr "أحداث من %1$s و حتي %2$s"
3423
-
3424
- #
3425
- #: ../public/template-tags/loop.php:171
3426
- msgid "Events for "
3427
- msgstr "أحداث خاصة ب"
3428
-
3429
- #: ../public/template-tags/options.php:20
3430
- #, php-format
3431
- msgid "Your current Events URL is %s"
3432
- msgstr "نص رابط الأحداث الحالي هو %s"
3433
-
3434
- #: ../public/template-tags/options.php:31
3435
- #, php-format
3436
- msgid ""
3437
- "You <strong>cannot</strong> use the same slug as above. The above should "
3438
- "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
3439
- msgstr ""
3440
- "أنت <strong>لا تستطيع</strong> استخدام نفس نصر الرابط كما بالأعلي. الأعلي "
3441
- "يفضل أن يكون في صيغة الجمع, و هذا في صيغة المفرد.<br />نص الرابط المفرد هو : "
3442
- "%s"
3443
-
3444
- #
3445
- #: ../views/single-event.php:23
3446
- msgid "&laquo; All Events"
3447
- msgstr "&laquo; جميع الأحداث"
3448
-
3449
- #
3450
- #: ../views/single-event.php:42 ../views/single-event.php:73
3451
- msgid "Event Navigation"
3452
- msgstr "التنقل بين الأحداث"
3453
-
3454
- #
3455
- #: ../views/list/nav.php:16
3456
- msgid "Events List Navigation"
3457
- msgstr "التنقل في قائمة الأحداث"
3458
-
3459
- #: ../views/list/single-event.php:76
3460
- msgid "Find out more"
3461
- msgstr "اعرف المزيد"
3462
-
3463
- #
3464
- #: ../views/modules/bar.php:31 ../views/modules/bar.php:60
3465
- msgid "Find Events"
3466
- msgstr "ابحث عن أحداث"
3467
-
3468
- #: ../views/modules/bar.php:38
3469
- msgid "Event Views Navigation"
3470
- msgstr "التنقل بين طرق عرض الحدث"
3471
-
3472
- #
3473
- #: ../views/modules/bar.php:39
3474
- msgid "View As"
3475
- msgstr "شاهده ك "
3476
-
3477
- #
3478
- #: ../views/month/nav.php:18
3479
- msgid "Calendar Month Navigation"
3480
- msgstr "التنقل في الأحداث بالشهر"
3481
-
3482
- #
3483
- #: ../views/tickets/attendees-email.php:25
3484
- msgid "Attendee List"
3485
- msgstr "قائمة الحضور"
3486
-
3487
- #
3488
- #: ../views/tickets/email.php:39
3489
- msgid "Your tickets"
3490
- msgstr "تذاكرك"
3491
-
3492
- #
3493
- #: ../views/tickets/email.php:320
3494
- msgid "Ticket Type"
3495
- msgstr "نوع التذكرة"
3496
-
3497
- #: ../views/tickets/email.php:324
3498
- msgid "Purchaser"
3499
- msgstr "المشتري"
3500
-
3501
- #~ msgid ""
3502
- #~ "Want to modify the display of this widget? Try a %stemplate override%s."
3503
- #~ msgstr "هل ترغب في تعديل طريقة عرض المربع الجانبي؟ جرب %sتخطي القالب%s."
3504
-
3505
- #~ msgid ""
3506
- #~ "These styles provide a bare minimum level of layout for the more complex "
3507
- #~ "templates, and is recommended if you're customizing the events template "
3508
- #~ "styles."
3509
- #~ msgstr ""
3510
- #~ "هذه التنسيقات تعطي الحد الأدني من التنسيق مقارنة بأي تمبليت أخري و هي "
3511
- #~ "مناسبة إذا كنت ترغب في تخصيس التنسيقات لتناسب موقعك."
3512
-
3513
- #~ msgid ""
3514
- #~ "These styles provide a more complex level of layout and style and should "
3515
- #~ "adapt to your theme"
3516
- #~ msgstr ""
3517
- #~ "هذه التنسيقات تعطي درجة عالية من التحكم في الشكل و التنسيق و يمكن أن تكون "
3518
- #~ "مناسبة للتمبليت الخاصة بك"
3519
-
3520
- #~ msgid "These styles provide a fully designed events theme"
3521
- #~ msgstr "هذه التنسيقات تعطي تمبليت أحداث كاملة"
3522
-
3523
- #~ msgid ""
3524
- #~ "If this is your first time using The Events Calendar,you're in for a "
3525
- #~ "treat. You're going to find it super-easy to get up and running with "
3526
- #~ "managing your events. Here are some ways to get started:</"
3527
- #~ "p><ul><li><strong>Feeling adventurous?</strong> Jump right into it by "
3528
- #~ "visiting the Events menu to <a href=\"%s\">add your first event</a>.</"
3529
- #~ "li><li><strong>Want to get the low-down first?</strong> Visit our <a href="
3530
- #~ "\"%s\">new user primer</a>, designed to help familiarize you with the "
3531
- #~ "plugin basics.</li></ul>"
3532
- #~ msgstr ""
3533
- #~ "إذا كانت هذه أول مرة تستعمل فيها أجندة الأحداث فبالتأكيد ستستمتع بها. "
3534
- #~ "ستجد الأمر غاية في السهولة لتبدأ في إدارة أحداثك. هذه بعض طرق المساعدة: </"
3535
- #~ "p><ul><li><strong>لديك روح المغامرة?</strong> تفضل بالدخول مباشرة للبدء "
3536
- #~ "في <a href=\"%s\">إضافة أول حدث خاص بك</a>.</li><li><strong>هل تريد "
3537
- #~ "التمهل أولاً?</strong> تفضل بزيارة <a href=\"%s\">دليل المستخدم الجديد</"
3538
- #~ "a>, و المصمم لمساعدتك في التعرف علي مبادئ الإضافة .</li></ul> "
3539
-
3540
- #~ msgid ""
3541
- #~ "<p>We love all our users and want to help free & PRO customers alike. If "
3542
- #~ "you're running the latest version of The Events Calendar and are having "
3543
- #~ "problems, post a thread at the %s on WordPress.org. We hit the forum once "
3544
- #~ "a week to look for legitimate bug reports and do what we can to assist "
3545
- #~ "users.</p>"
3546
- #~ msgstr ""
3547
- #~ "<p>نحن نحب جميع من يستخدم الإضافة الخاصة بنا و نرغب في مساعدة عملاء "
3548
- #~ "النسخ المجانية و الإحترافية علي السواء. إذا كنت تستخدم أحدث نسخة من أجندة "
3549
- #~ "الأحداث و تواجهك مشاكل قم بإضافة موضوع علي %s في موقع الووردبريس. نحن "
3550
- #~ "نزور المنتدي مرة كل أسبوع للبحث عن المشاكل التي تحتاج إلي إصلاك و نفعل ما "
3551
- #~ "في وسعنا لمساعدة عملائنا .</p>"
3552
-
3553
- #~ msgid "forum for The Events Calendar"
3554
- #~ msgstr "منتدي The Events Calendar"
3555
-
3556
- #~ msgid ""
3557
- #~ "<p>If you need additional help, %sEvents Calendar Pro%s gets you access "
3558
- #~ "to our support forums for a full year.</p>"
3559
- #~ msgstr ""
3560
- #~ "<p>إذا كنت تحتاج لمساعدة إضافية, %sEvents Calendar Pro%s يمكنك الوصول "
3561
- #~ "لمنتديات الدعم الخاصة بنا لمدة عام كامل.</p>"
3562
-
3563
- #
3564
- #~ msgid "A few things to keep in mind before posting:"
3565
- #~ msgstr "بعض الأشياء لتضعها في ذهنك قبل النشر:"
3566
-
3567
- #~ msgid ""
3568
- #~ "Search recent threads before posting a new one to check that there isn't "
3569
- #~ "already a discussion about your issue."
3570
- #~ msgstr ""
3571
- #~ "ابحث في المواضيع السابقة قبل نشر واحدة جديدة للتأكد من عدم وجود مناقشة "
3572
- #~ "مفتوحة حول نفس مشكلتك."
3573
-
3574
- #~ msgid ""
3575
- #~ "Check whether the issue is a conflict with another plugin or your theme. "
3576
- #~ "This can be tested easily on a staging site by deactivating other plugins "
3577
- #~ "one-by-one, and reverting to the default Twenty Twelve theme to see if "
3578
- #~ "conflicts can be easily identified. If you find a conflict, note it in a "
3579
- #~ "support thread."
3580
- #~ msgstr ""
3581
- #~ "تأكد إذا كانت هذه المشكلة عبارة عن تعارض مع إضافة أخري أو تمبليت. هذا "
3582
- #~ "يمكن التأكد منه بسهولة عن طريق إلغاء تفعيل باقي الإضافات واحدة تلو الأخري "
3583
- #~ "و العودة للتمبليت الأساسي 2012 لتري إن كان هذا يحل الأمر. فإذا وجدت هذا "
3584
- #~ "التعارض اذكره لنا في منتدي الدعم."
3585
-
3586
- #~ msgid ""
3587
- #~ "Sometimes, resaving your permalinks (under <a href=\"%s\">Settings > "
3588
- #~ "Permalinks</a>) can resolve events-related problems on your site. Before "
3589
- #~ "creating a new thread try this handy trick."
3590
- #~ msgstr ""
3591
- #~ "أحياناً تكون إعادة حفظ الروابط الدائمة (تحت <a href=\"%s\">إعدادات > "
3592
- #~ "روابط دائمة</a>) كفيلة بحل بعض المشاكل علي موقعك. جرب هذه الحيلة السهلة "
3593
- #~ "قبل نشر موضوع جديد علي منتدي الدعم."
3594
-
3595
- #~ msgid ""
3596
- #~ "While we are happy to help with bugs and provide light integration tips "
3597
- #~ "for users of The Events Calendar, on the WordPress.org support forums "
3598
- #~ "we're not able to provide customization tips or assist in integration "
3599
- #~ "with 3rd party plugins."
3600
- #~ msgstr ""
3601
- #~ "مع أننا نكون سعداء لمساعدتك في تصحيح الأخطاء و إعطاء بعض نصائح الدمج "
3602
- #~ "البسيطة لمستخدمي أجندة الأحداث علي صفحات الدعم الخاصة بالورردبريس إلا "
3603
- #~ "أننا لا نستطيع إعطاء مساعدة متخصصة أو نصائح للدمج مع الإضافات الأخري."
3604
-
3605
- #~ msgid "Still Not Satisfied?"
3606
- #~ msgstr "لا تزال غير راضي؟"
3607
-
3608
- #~ msgid ""
3609
- #~ "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make "
3610
- #~ "sure you have backed up before proceeding any further. You can easily <a "
3611
- #~ "href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/"
3612
- #~ "\">revert to an old version</a> if you want to backup first. This upgrade "
3613
- #~ "includes two major steps, <a href=\"edit.php?post_type="
3614
- #~ msgstr ""
3615
- #~ "أهلاً بك إلي الأجندة الإصدار 2! و هي تطور كبير من الإصدارات السابقة. من "
3616
- #~ "فضلك تأكد من أخذ نسخة إحتياطية قبل المتابعة. يمكن بسهولة <a href=\" "
3617
- #~ "http://wordpress.org/extend/plugins/the-events-calendar/download/"
3618
- #~ "\">العودة لنسخة أقدم</a> إذا قمت بأخذ نسخة إحتياطية أولاً.هذه الترقية تشمل "
3619
- #~ "خطوتين أساسيتين, <a href=\"edit.php?post_type="
3620
-
3621
- #~ msgid "Advanced Post Manager"
3622
- #~ msgstr "مدير التدوينات المتطور"
3623
-
3624
- #~ msgid "Event Importer"
3625
- #~ msgstr "استيراد الأحداث"
3626
-
3627
- #~ msgid "(coming later in 2012)"
3628
- #~ msgstr "(يتوفر قريباً)"
3629
-
3630
- #~ msgid "Conference Manager"
3631
- #~ msgstr "مدير المؤتمرات"
3632
-
3633
- #, fuzzy
3634
- #~ msgid ""
3635
- #~ "Support is available for both free and PRO customers. If you're running "
3636
- #~ "the latest version of The Events Calendar and have run into problems, "
3637
- #~ "post a forum thread on our %sWordPress.org support forum%s. We visit the "
3638
- #~ "forums a few times a week and will do what we can to help you."
3639
- #~ msgstr ""
3640
- #~ "%s الدعم متوفر لمساعدة عملاء النسخة المجانية الإحترافية. إذا كنت تستعمل "
3641
- #~ "النسخة الأحدث من أجندة الأحداث و تواجهك مشاكل, فقم بإنشاء طلب مساعدة علي "
3642
- #~ "%sمنتدي ورردبريس للدعم%s. نحن نزور المنتدي عدة مرات أسبوعياً و نفعل ما "
3643
- #~ "نستطيعه لمساعدتك. %s"
3644
-
3645
- #~ msgid "Free Add-Ons"
3646
- #~ msgstr "إضافات مجانية"
3647
-
3648
- #~ msgid ""
3649
- #~ "Help us out by sending analytics data about your usage of The Events "
3650
- #~ "Calendar."
3651
- #~ msgstr "ساعدنا بإرسال بيانات تحليلية عن استخدامك ل The Events Calendar."
3652
-
3653
- #~ msgid ""
3654
- #~ "Would you like to help us out and send analytics about your usage of The "
3655
- #~ "Events Calendar?"
3656
- #~ msgstr ""
3657
- #~ "هل ترغب في مساعدتنا و إرسال بيانات تحليلية عن استخدامك ل The Events "
3658
- #~ "Calendar?"
3659
-
3660
- #~ msgid "All day event?"
3661
- #~ msgstr "طوال اليوم؟"
3662
-
3663
- #~ msgid "@"
3664
- #~ msgstr "@"
3665
-
3666
- #~ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
3667
- #~ msgstr "اتركه فارغاً لأخفاء الحقل. أكتب 0 للأحداث المجانية"
3668
-
3669
- #~ msgid "<span><a href='%s'>Edit in %s</a></span>"
3670
- #~ msgstr "<span><a href='%s'>تحرير في%s</a></span>"
3671
-
3672
- #~ msgid "Multiday Event Cutoff"
3673
- #~ msgstr "الحد الفاصل للأحداث التي تجري علي عدة أيام"
3674
-
3675
- #~ msgid ""
3676
- #~ "Hide final day from grid view if multi-day event ends before this time."
3677
- #~ msgstr ""
3678
- #~ "إخفاء اليوم الأخير من العرض للأحداث التي تتم علي عدة أيام إذا كان وقت "
3679
- #~ "الإنتهاء قبل هذا التوقيت."
3680
-
3681
- #~ msgid "Turn on to enable backend map preview and frontend map."
3682
- #~ msgstr "تشغيل لتفعيل إمكانية معاينة الخريطة."
3683
-
3684
- #~ msgid "Google Maps Embed Height"
3685
- #~ msgstr "إرتفاع خريطة جوجل"
3686
-
3687
- #~ msgid "Enter a number."
3688
- #~ msgstr "اكتب رقم."
3689
-
3690
- #~ msgid "Google Maps Embed Width"
3691
- #~ msgstr "عرض خريطة جوجل"
3692
-
3693
- #~ msgid "Enter a number or %."
3694
- #~ msgstr "اكتب رقم أو نسبة مئوية."
3695
-
3696
- #~ msgid "pro@tri.be"
3697
- #~ msgstr "pro@tri.be"
3698
-
3699
- #~ msgid "@moderntribeinc"
3700
- #~ msgstr "@moderntribeinc"
3701
-
3702
- #~ msgid "Rating currently unavailable :("
3703
- #~ msgstr "التقييم غير متاح حالياً "
3704
-
3705
- #~ msgid ""
3706
- #~ "You can apply different page templates to The Events Calendar. Page "
3707
- #~ "templates control the layout of individual pages. The Events Calendar "
3708
- #~ "comes with a Default Events Template. However, you can apply any page "
3709
- #~ "template that is available in your WordPress Theme. If you are having "
3710
- #~ "problems getting your Events Calendar to display correctly, switching the "
3711
- #~ "page template may solve the problem.</p><p>We make every effort to ensure "
3712
- #~ "that the Plugin is compatible with as many Themes as possible but there "
3713
- #~ "may be situations in which none of the below templating options will look "
3714
- #~ "100% perfect. Check out our <a href=\"http://tri.be/support/documentation/"
3715
- #~ "events-calendar-themers-guide/\">our themer's guide</a> to figure out "
3716
- #~ "what approach is best for you."
3717
- #~ msgstr ""
3718
- #~ "يمكنك تطبيق عدة قوالب لصفحة الأجندة. القوالب تتحكم في شكل الصفحات. و تأتي "
3719
- #~ "الأجندة بالقالب الإفتراضي الخاص بها. و لكنك تستطيع تطبيق أي قالب آخر "
3720
- #~ "متوفر لديك. إذا واجهتك مشكلة في جعل الأجندة تعرض بشكل جيد يمكنك تغيير "
3721
- #~ "القالب لحل هذه المشكلة..</p><p>نحن نبذل اقصي جهد لجعل الأجندة موافقة مع "
3722
- #~ "أكبر عدد ممكن من القوالب و لكن قد يحدث أحياناً أن لا تظهر الأجندة بشكل "
3723
- #~ "ممتاز مع بعض القوالب. .راجع <a href=\"http://tri.be/support/documentation/"
3724
- #~ "events-calendar-themers-guide/\">دليل القوالب</a>لتعرف أي طريقة هي المثلي "
3725
- #~ "بالنسبة لك."
3726
-
3727
- #~ msgid "Template"
3728
- #~ msgstr "قالب"
3729
-
3730
- #~ msgid "Ticket"
3731
- #~ msgstr "تذكرة"
3732
-
3733
- #~ msgid "EVENT NAME:"
3734
- #~ msgstr "اسم الحدث:"
3735
-
3736
- #~ msgid "TICKET HOLDER:"
3737
- #~ msgstr "حامل التذكرة:"
3738
-
3739
- #~ msgid "LOCATION:"
3740
- #~ msgstr "الموقع:"
3741
-
3742
- #~ msgid "ORDER:"
3743
- #~ msgstr "الطلب:"
3744
-
3745
- #~ msgid "TICKET:"
3746
- #~ msgstr "التذكرة:"
3747
-
3748
- #~ msgid "VERIFICATION:"
3749
- #~ msgstr "التحقق"
3750
-
3751
- #~ msgid "Missing %s"
3752
- #~ msgstr "%s ناقص"
3753
-
3754
- #~ msgid "Property not found: %s."
3755
- #~ msgstr "لم يتم إيجاد الخاصية: %s."
3756
-
3757
- #~ msgid "Invalid value for %s. Value may not be empty."
3758
- #~ msgstr "قيمة غير مقبولة ل %s. هذا الحقل لا يمكن تركه فارغاً"
3759
-
3760
- #~ msgid "Invalid value for %1$s: %2$s. Value must be an array."
3761
- #~ msgstr "قيمة غير مقبولة ل %1$s: %2$s. القيمة يجب أن تكون مجموعة."
3762
-
3763
- #~ msgid "You are not authorized to access this page"
3764
- #~ msgstr "غير مسموح لك بالدخول إلي هذه الصفحة"
3765
-
3766
- #~ msgid "Access Denied"
3767
- #~ msgstr "غير مسموح بالدخول"
3768
-
3769
- #~ msgid "WP Router Placeholder Page"
3770
- #~ msgstr "WP Router Placeholder Page"
3771
-
3772
- #~ msgid "%1$s requires WordPress %2$s or higher and PHP %3$s or higher."
3773
- #~ msgstr "%1$sيحتاج إلي ووردبريس %2$s أو أعلي و PHP %3$s أو أعلي."
3774
-
3775
- #~ msgid "All Day"
3776
- #~ msgstr "طوال اليوم"
3777
-
3778
- #~ msgid "iCal Import"
3779
- #~ msgstr "إستيراد iCal"
3780
-
3781
- #~ msgid "Organizer:"
3782
- #~ msgstr "المنظم:"
3783
-
3784
- #~ msgid "Updated:"
3785
- #~ msgstr "تحديث:"
3786
-
3787
- #~ msgid "Schedule:"
3788
- #~ msgstr "جدولة:"
3789
-
3790
- #~ msgid "Add to Google Calendar"
3791
- #~ msgstr "اضف لأجندة جوجل"
3792
-
3793
- #~ msgid "+ Google Calendar"
3794
- #~ msgstr "+ أجندة جوجل"
3795
-
3796
- #~ msgid "View all &raquo;"
3797
- #~ msgstr " &laquo;شاهد الكل"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/tribe-events-calendar-bg_BG.mo CHANGED
Binary file
lang/tribe-events-calendar-bg_BG.po CHANGED
@@ -2,58 +2,182 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: The Events Calendar 3.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-06-17 14:58-0800\n"
6
- "PO-Revision-Date: 2014-06-17 14:59-0800\n"
7
- "Last-Translator: \n"
8
  "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
9
  "Language: bg_BG\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.6.5\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: ../admin-views/app-shop.php:4
21
  msgid "Tribe Event Add-Ons"
22
  msgstr "Tribe Event Add-Ons"
23
 
24
- #: ../admin-views/app-shop.php:50
25
  msgid "Version"
26
  msgstr "Версия"
27
 
28
- #: ../admin-views/app-shop.php:53
29
  msgid "Last Update"
30
  msgstr "Последна актуализация"
31
 
32
- #: ../admin-views/event-sidebar-options.php:11
33
  msgid "Hide From Event Listings"
34
  msgstr "Скрий от листа със събитията"
35
 
36
- #: ../admin-views/event-sidebar-options.php:12
37
  msgid "Sticky in Calendar View"
38
  msgstr "Закачено в изглед календар"
39
 
40
- #: ../admin-views/events-audit-trail.php:39
41
- msgid "Auditing Information"
42
- msgstr "Проверка на информация"
43
-
44
- #: ../admin-views/events-audit-trail.php:45
45
- msgid "Created by:"
46
- msgstr "Създадено от:"
47
-
48
- #: ../admin-views/events-audit-trail.php:49
49
- msgid "Audit Trail:"
50
- msgstr "Audit Trail:"
51
-
52
- #: ../admin-views/events-meta-box.php:26
53
  msgid "Event Time &amp; Date"
54
  msgstr "Дата и час на събитието"
55
 
56
- #: ../admin-views/events-meta-box.php:32
57
  msgid ""
58
  "You have changed the recurrence rules of this event. Saving the event will "
59
  "update all future events. If you did not mean to change all events, then "
@@ -63,101 +187,102 @@ msgstr ""
63
  "доведе до промяна на всички бъдещи събития. Ако не желаете да променяте "
64
  "всички събития, моля, презаредете страницата."
65
 
66
- #: ../admin-views/events-meta-box.php:35
67
  msgid "All Day Event:"
68
  msgstr "Целодневно събитие:"
69
 
70
- #: ../admin-views/events-meta-box.php:39
71
  msgid "Start Date &amp; Time:"
72
  msgstr "Начална дата и час:"
73
 
74
- #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
75
  msgid "YYYY-MM-DD"
76
  msgstr "YYYY-MM-DD"
77
 
78
- #: ../admin-views/events-meta-box.php:60
79
  msgid "End Date &amp; Time:"
80
  msgstr "Крайна дата и час:"
81
 
82
- #: ../admin-views/events-meta-box.php:87
83
  msgid "Event Location Details"
84
  msgstr "Детайли за мястото на събитието"
85
 
86
- #: ../admin-views/events-meta-box.php:95
87
  msgid "Event Organizer Details"
88
  msgstr "Детайли за организатора на събитието"
89
 
90
- #: ../admin-views/events-meta-box.php:103
 
91
  msgid "Event Website"
92
  msgstr "Страница на събитието"
93
 
94
- #: ../admin-views/events-meta-box.php:106
95
  msgid "URL:"
96
  msgstr "URL:"
97
 
98
- #: ../admin-views/events-meta-box.php:117
99
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
100
  msgid "Event Cost"
101
  msgstr "Стойност на събитието"
102
 
103
- #: ../admin-views/events-meta-box.php:120
104
  msgid "Currency Symbol:"
105
  msgstr "Символ за валута:"
106
 
107
- #: ../admin-views/events-meta-box.php:130
108
  msgctxt "Currency symbol position"
109
  msgid "Before cost"
110
  msgstr "Цена 'преди'"
111
 
112
- #: ../admin-views/events-meta-box.php:131
113
  msgctxt "Currency symbol position"
114
  msgid "After cost"
115
  msgstr "Цена 'след'"
116
 
117
- #: ../admin-views/events-meta-box.php:136
118
- #: ../public/advanced-functions/meta.php:320
119
- #: ../views/modules/meta/details.php:80
120
  msgid "Cost:"
121
  msgstr "Стойност:"
122
 
123
- #: ../admin-views/events-meta-box.php:141
124
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
125
  msgstr ""
126
  "Въведете 0 за безплатни събития или оставете празно, за да скриете полето."
127
 
128
- #: ../admin-views/organizer-meta-box.php:12
129
- #: ../admin-views/venue-meta-box.php:20
130
- #, fuzzy, php-format
131
  msgid "%s Name:"
132
- msgstr "Име на мястото:"
133
-
134
- #: ../admin-views/organizer-meta-box.php:19
135
- #: ../admin-views/tickets/attendees.php:41
136
- #: ../admin-views/venue-meta-box.php:93
137
- #: ../public/advanced-functions/meta.php:408
138
- #: ../public/advanced-functions/meta.php:470
139
- #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:36
140
  msgid "Phone:"
141
  msgstr "Телефон:"
142
 
143
- #: ../admin-views/organizer-meta-box.php:23
144
- #: ../admin-views/tickets/attendees.php:47
145
- #: ../admin-views/venue-meta-box.php:97
146
- #: ../public/advanced-functions/meta.php:359
147
- #: ../public/advanced-functions/meta.php:434
148
- #: ../public/advanced-functions/meta.php:496
149
- #: ../views/modules/meta/details.php:103
150
- #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:41
151
  msgid "Website:"
152
  msgstr "Сайт:"
153
 
154
- #: ../admin-views/organizer-meta-box.php:27
155
- #: ../public/advanced-functions/meta.php:483
156
  #: ../views/modules/meta/organizer.php:29
157
  msgid "Email:"
158
  msgstr "Email:"
159
 
160
- #: ../admin-views/organizer-meta-box.php:28
161
  msgid ""
162
  "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
163
  "obfuscate\">obfuscating</a> any e-mail address published on your site to "
@@ -168,65 +293,80 @@ msgstr ""
168
  "да избегнете атаки от спамъри."
169
 
170
  #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
171
- #: ../lib/tickets/tribe-tickets-pro.php:73
172
  msgid "Attendees"
173
  msgstr "Участници"
174
 
175
- #: ../admin-views/tickets/attendees.php:16
176
  msgid "Event Summary"
177
  msgstr "Резюме на събитието:"
178
 
179
- #: ../admin-views/tickets/attendees.php:24
180
  msgid "Event Details"
181
  msgstr "Подробности за събитие"
182
 
183
- #: ../admin-views/tickets/attendees.php:26
184
  msgid "Start Date / Time:"
185
  msgstr "Начална дата / час:"
186
 
187
- #: ../admin-views/tickets/attendees.php:28
188
  msgid "End Date / Time:"
189
  msgstr "Крайна дата / час:"
190
 
191
- #: ../admin-views/tickets/attendees.php:54
192
  msgid "Ticket Sales"
193
  msgstr "Продажба на билети"
194
 
195
- #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:67
196
  #, php-format
197
- msgid "Sold %d"
198
- msgstr "Продадени %d"
 
 
199
 
200
- #: ../admin-views/tickets/attendees.php:68 ../admin-views/tickets/list.php:69
201
  #, php-format
202
- msgid "Sold %d of %d"
203
- msgstr "Продадени %d от %d"
 
 
 
 
 
204
 
205
- #: ../admin-views/tickets/attendees.php:83
206
  msgid "Tickets sold:"
207
  msgstr "Продадени билети:"
208
 
209
- #: ../admin-views/tickets/attendees.php:87
 
 
 
 
 
 
 
 
210
  msgid "Checked in:"
211
  msgstr "Записани:"
212
 
213
- #: ../admin-views/tickets/attendees.php:104
214
  msgid "Send the attendee list by email"
215
  msgstr "Изпрати листа с присъстващите по Email"
216
 
217
- #: ../admin-views/tickets/attendees.php:108
218
  msgid "Select a User:"
219
  msgstr "Избор на потребител:"
220
 
221
- #: ../admin-views/tickets/attendees.php:109
222
  msgid "Select..."
223
  msgstr "Избор..."
224
 
225
- #: ../admin-views/tickets/attendees.php:111
226
  msgid "or"
227
  msgstr "or"
228
 
229
- #: ../admin-views/tickets/attendees.php:113
230
  msgid "Email Address:"
231
  msgstr "Email адрес:"
232
 
@@ -235,7 +375,7 @@ msgid "Edit"
235
  msgstr "Редакция"
236
 
237
  #: ../admin-views/tickets/list.php:22
238
- #: ../lib/tickets/tribe-tickets-attendees.php:215
239
  msgid "Delete"
240
  msgstr "Изтриване"
241
 
@@ -248,11 +388,21 @@ msgstr "Редакция в %s"
248
  msgid "View"
249
  msgstr "Преглед"
250
 
251
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
252
  msgid "See who purchased tickets to this event"
253
  msgstr "Преглед на закупилите билет за събитието"
254
 
255
- #: ../admin-views/tickets/meta-box.php:21
 
 
 
 
 
 
 
 
 
 
256
  msgid ""
257
  "This event was created using Community Events. Are you sure you want to sell "
258
  "tickets for it?"
@@ -260,11 +410,11 @@ msgstr ""
260
  "Това събитие е създадено с Community Events. Сигурни ли сте, че искате да "
261
  "продавате билети за него?"
262
 
263
- #: ../admin-views/tickets/meta-box.php:32
264
  msgid "Upload image for the ticket header"
265
  msgstr "Качване на снимки за хедър-а на билета"
266
 
267
- #: ../admin-views/tickets/meta-box.php:33
268
  msgid ""
269
  "The maximum image size in the email will be 580px wide by any height, and "
270
  "then scaled for mobile. If you would like \"retina\" support use an image "
@@ -274,52 +424,52 @@ msgstr ""
274
  "произволна височина и ще бъде скалирано за мобилни устройства. Ако желаете "
275
  "поддръжка на \"retina\" , използвайте изображение с ширина 1160px."
276
 
277
- #: ../admin-views/tickets/meta-box.php:36
278
  msgid "Select an Image"
279
  msgstr "Избор на изображение"
280
 
281
- #: ../admin-views/tickets/meta-box.php:44
282
  msgid "Remove"
283
  msgstr "Премахване"
284
 
285
- #: ../admin-views/tickets/meta-box.php:62
286
- #: ../admin-views/tickets/meta-box.php:72
287
  msgid "Add new ticket"
288
  msgstr "Добавяне на нов билет"
289
 
290
- #: ../admin-views/tickets/meta-box.php:73
291
  msgid "Edit ticket"
292
  msgstr "Редакция на билет"
293
 
294
- #: ../admin-views/tickets/meta-box.php:79
295
  msgid "Sell using:"
296
  msgstr "Продажба посредством:"
297
 
298
- #: ../admin-views/tickets/meta-box.php:96
299
  msgid "Ticket Name:"
300
  msgstr "Име на билета:"
301
 
302
- #: ../admin-views/tickets/meta-box.php:103
303
  msgid "Ticket Description:"
304
  msgstr "Описание на билета:"
305
 
306
- #: ../admin-views/tickets/meta-box.php:112
307
  msgid "Price:"
308
  msgstr "Цена:"
309
 
310
- #: ../admin-views/tickets/meta-box.php:118
311
  msgid "(0 or empty for free tickets)"
312
  msgstr "(0 или празно за безплатни билети)"
313
 
314
- #: ../admin-views/tickets/meta-box.php:124
315
  msgid "Start sale:"
316
  msgstr "Начало на продажбата:"
317
 
318
- #: ../admin-views/tickets/meta-box.php:148
319
  msgid "End sale:"
320
  msgstr "Край на продажбата:"
321
 
322
- #: ../admin-views/tickets/meta-box.php:170
323
  msgid ""
324
  "When will ticket sales occur? If you don't set a start/end date for sales, "
325
  "tickets will be available from now until the event ends."
@@ -327,7 +477,7 @@ msgstr ""
327
  "Кога да се продават билетите? Ако не отбележите начална/крайна дата, "
328
  "билетите ще се продават от момента на публикуване до края на събитието."
329
 
330
- #: ../admin-views/tickets/meta-box.php:182
331
  msgid "Save this ticket"
332
  msgstr "Запазване на билета"
333
 
@@ -339,28 +489,25 @@ msgstr "Default Events Template"
339
  msgid "Default Page Template"
340
  msgstr "Default Page Template"
341
 
342
- #: ../admin-views/tribe-options-display.php:31
343
  msgid "Display Settings"
344
  msgstr "Настройки на изгледа"
345
 
346
- #: ../admin-views/tribe-options-display.php:36
347
  #, php-format
348
  msgid ""
349
- "<p>The settings below control the display of your calendar. If things don't "
350
  "look right, try switching between the three style sheet options or pick a "
351
  "page template from your theme.</p><p>There are going to be situations where "
352
  "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
353
- "\">our themer's guide</a> for instructions on custom modifications. Want to "
354
- "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
355
- "plugin from Github</a></p>"
356
  msgstr ""
357
- "<p>Настройките по-долу управляват начина на визуализация на вашия календар. "
358
- "Ако нещо не изглежда добте, опитайте да смените стила или изберете шаблон на "
359
- "странива от вашата тема.</p><p>Ще има ситуации, в които нито един от "
360
- "шаблоните няма да е 100&#37; перфектен. Прегледайте нашият <a href=\"%s"
361
- "\">съветник</a> за инструкции касаещи индивидуални модификации. Изкате да "
362
- "създадете нов изглед? Изтеглете <a href=\"%s\">Sample Agenda View plugin от "
363
- "Github</a></p>"
364
 
365
  #: ../admin-views/tribe-options-display.php:51
366
  msgid "Basic Template Settings"
@@ -552,23 +699,23 @@ msgstr ""
552
  "При някои теми това е необходимо, с цел да се улесни стилизирането или "
553
  "оформлението."
554
 
555
- #: ../admin-views/tribe-options-general.php:14
556
  msgid "Finding & extending your calendar."
557
  msgstr "Намиране и разширяване на календара."
558
 
559
- #: ../admin-views/tribe-options-general.php:19
560
  msgid "Finding your calendar."
561
  msgstr "Намиране на календара."
562
 
563
- #: ../admin-views/tribe-options-general.php:24
564
  msgid "Where's my calendar?"
565
  msgstr "Къде е календарът ми?"
566
 
567
- #: ../admin-views/tribe-options-general.php:24
568
  msgid "Right here"
569
  msgstr "Точно тук"
570
 
571
- #: ../admin-views/tribe-options-general.php:28
572
  msgid ""
573
  "Looking for additional functionality including recurring events, custom "
574
  "meta, community events, ticket sales and more?"
@@ -576,15 +723,15 @@ msgstr ""
576
  "Нуждаете се от допълнителна функционалност, като например повтарящи се "
577
  "събития, персонализирана metadata, продажба на билети и др.?"
578
 
579
- #: ../admin-views/tribe-options-general.php:28
580
  msgid "Check out the available add-ons"
581
  msgstr "Разгледайте наличните add-on-и"
582
 
583
- #: ../admin-views/tribe-options-general.php:33
584
  msgid "We hope our plugin is helping you out."
585
  msgstr "Надяваме се, че нашият плъгин ви е в помощ."
586
 
587
- #: ../admin-views/tribe-options-general.php:37
588
  msgid ""
589
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
590
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
@@ -596,12 +743,12 @@ msgstr ""
596
  "поставите малък текстов линк под календара, който води към страницата на "
597
  "проекта."
598
 
599
- #: ../admin-views/tribe-options-general.php:37
600
- #: ../admin-views/tribe-options-general.php:42
601
  msgid "See an example of the link"
602
  msgstr "Преглед на примерен линк"
603
 
604
- #: ../admin-views/tribe-options-general.php:42
605
  msgid ""
606
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
607
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
@@ -613,23 +760,23 @@ msgstr ""
613
  "поставите малък текстов линк под календара, който води към страницата на "
614
  "проекта."
615
 
616
- #: ../admin-views/tribe-options-general.php:47
617
  msgid "Show The Events Calendar link"
618
  msgstr "Показване на линка на Календара"
619
 
620
- #: ../admin-views/tribe-options-general.php:61
621
  msgid "General Settings"
622
  msgstr "Общи настройки"
623
 
624
- #: ../admin-views/tribe-options-general.php:65
625
  msgid "Number of events to show per page"
626
  msgstr "Брой събития, показващи се на страница"
627
 
628
- #: ../admin-views/tribe-options-general.php:72
629
  msgid "Use Javascript to control date filtering"
630
  msgstr "Използвай Javascript за контрол на филтъра по дата"
631
 
632
- #: ../admin-views/tribe-options-general.php:73
633
  msgid ""
634
  "This option is disabled when \"Disable the Event Search Bar\" is checked on "
635
  "the Display settings tab."
@@ -637,26 +784,26 @@ msgstr ""
637
  "Тази опция е изключена, когато е сложена отметка на \"Изключване на "
638
  "Търсенето за събития\" в таб Настройки на екран."
639
 
640
- #: ../admin-views/tribe-options-general.php:73
641
  msgid ""
642
  "Enable live ajax for datepicker on front end (User submit not required)."
643
  msgstr ""
644
  "Включване на live ajax за прозореца за избор на дата (Не изисква "
645
  "потвърждение от потребителя)."
646
 
647
- #: ../admin-views/tribe-options-general.php:81
648
  msgid "Show comments"
649
  msgstr "Показване на коментарите"
650
 
651
- #: ../admin-views/tribe-options-general.php:82
652
  msgid "Enable comments on event pages."
653
  msgstr "Включване на коментарите на страниците на събитията"
654
 
655
- #: ../admin-views/tribe-options-general.php:88
656
  msgid "Include events in main blog loop"
657
  msgstr "Включване на събитията в главния loop на блога"
658
 
659
- #: ../admin-views/tribe-options-general.php:89
660
  msgid ""
661
  "Show events with the site's other posts. When this box is checked, events "
662
  "will also continue to appear on the default events page."
@@ -664,12 +811,12 @@ msgstr ""
664
  "Показване на събитията заедно с останалите публикации на сайта. Събитията ще "
665
  "продължат да се показват и в страницата с календара."
666
 
667
- #: ../admin-views/tribe-options-general.php:95
668
- #: ../admin-views/tribe-options-general.php:101
669
  msgid "Events URL slug"
670
  msgstr "URL за събития"
671
 
672
- #: ../admin-views/tribe-options-general.php:96
673
  #, php-format
674
  msgid ""
675
  "You cannot edit the slug for your events page as you do not have pretty "
@@ -682,26 +829,26 @@ msgstr ""
682
  "%s</a>. <a href=\"%soptions-permalink.php\">Включете permalinks,</a>, за да "
683
  "можете да промените този адрес."
684
 
685
- #: ../admin-views/tribe-options-general.php:108
686
- #: ../public/template-tags/options.php:18
687
  msgid "The slug used for building the events URL."
688
  msgstr "Префикс използван за сглобяване на линка на календара."
689
 
690
- #: ../admin-views/tribe-options-general.php:108
691
  #, php-format
692
  msgid "Your current events URL is: %s"
693
  msgstr "В момента адреса на календара е: %s"
694
 
695
- #: ../admin-views/tribe-options-general.php:113
696
- #: ../public/template-tags/options.php:37
697
  msgid "Here is the iCal feed URL for your events:"
698
  msgstr "URL-а за iCal потока на събитията е:"
699
 
700
- #: ../admin-views/tribe-options-general.php:118
701
  msgid "Single event URL slug"
702
  msgstr "URL адрес на събитие"
703
 
704
- #: ../admin-views/tribe-options-general.php:125
705
  #, php-format
706
  msgid ""
707
  "The above should ideally be plural, and this singular.<br />Your single "
@@ -710,11 +857,11 @@ msgstr ""
710
  "Горното трябва да е в множествено число, а това в единично. <br />URL-ът за "
711
  "отделно събитие е:: %s"
712
 
713
- #: ../admin-views/tribe-options-general.php:130
714
  msgid "End of day cutoff"
715
  msgstr "Денят свършва в"
716
 
717
- #: ../admin-views/tribe-options-general.php:138
718
  msgid ""
719
  "Have an event that runs past midnight? Select a time after that event's end "
720
  "to avoid showing the event on the next day's calendar."
@@ -722,11 +869,11 @@ msgstr ""
722
  "Имате събитие което свършва след полунощ? Изберете час след края на "
723
  "събитието, за да избегнете показването му в календара за следващия ден."
724
 
725
- #: ../admin-views/tribe-options-general.php:143
726
  msgid "Default currency symbol"
727
  msgstr "Валута по подразбиране"
728
 
729
- #: ../admin-views/tribe-options-general.php:144
730
  msgid ""
731
  "Set the default currency symbol for event costs. Note that this only impacts "
732
  "future events, and changes made will not apply retroactively."
@@ -735,11 +882,11 @@ msgstr ""
735
  "събития, които вкарвате или обновявате след промяната, но не и на вече "
736
  "въведените."
737
 
738
- #: ../admin-views/tribe-options-general.php:151
739
  msgid "Currency symbol follows value"
740
  msgstr "Знака за валутата да е след стойността"
741
 
742
- #: ../admin-views/tribe-options-general.php:152
743
  msgid ""
744
  "The currency symbol normally precedes the value. Enabling this option "
745
  "positions the symbol after the value."
@@ -747,40 +894,40 @@ msgstr ""
747
  "Обикновено знака за валутата е преди стойността. Включването на тази опция "
748
  "го премества след стойността."
749
 
750
- #: ../admin-views/tribe-options-general.php:158
751
  msgid "Map Settings"
752
  msgstr "Настройки на карта"
753
 
754
- #: ../admin-views/tribe-options-general.php:162
755
  msgid "Enable Google Maps"
756
  msgstr "Включи Google Карти"
757
 
758
- #: ../admin-views/tribe-options-general.php:163
759
  msgid "Check to enable maps for events and venues."
760
  msgstr "Отбележете, за да включите картите за събития и места."
761
 
762
- #: ../admin-views/tribe-options-general.php:170
763
  msgid "Google Maps default zoom level"
764
  msgstr "Степен на приближение в Google Карти по подразбиране"
765
 
766
- #: ../admin-views/tribe-options-general.php:171
767
  msgid "0 = zoomed out; 21 = zoomed in."
768
  msgstr "0 = максимално отдалечено; 21 = максимално приближено."
769
 
770
- #: ../admin-views/tribe-options-general.php:179
771
  msgid "Miscellaneous Settings"
772
  msgstr "Други настройки"
773
 
774
- #: ../admin-views/tribe-options-general.php:183
775
  msgid "Duplicate Venues &amp; Organizers"
776
  msgstr "Дублиращи се Места и Организатори"
777
 
778
- #: ../admin-views/tribe-options-general.php:183
779
- #: ../lib/tribe-amalgamator.php:252
780
  msgid "Merge Duplicates"
781
  msgstr "Обединяване на повторенията"
782
 
783
- #: ../admin-views/tribe-options-general.php:183
784
  msgid ""
785
  "You might find duplicate venues and organizers when updating The Events "
786
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
@@ -790,11 +937,11 @@ msgstr ""
790
  "The Events Calendar от версия, по-стара от 3.0. Кликнете този бутон, за да "
791
  "активирате автоматично сливане на идентичните места и събития."
792
 
793
- #: ../admin-views/tribe-options-general.php:188
794
  msgid "Debug mode"
795
  msgstr "Debug mode"
796
 
797
- #: ../admin-views/tribe-options-general.php:194
798
  #, php-format
799
  msgid ""
800
  "Enable this option to log debug information. By default this will log to "
@@ -807,60 +954,86 @@ msgstr ""
807
  "Ако желаете да виждате съобщенията за грешки в браузър-а си, тогава ви "
808
  "препоръчваме да инсталирате %s и да потърсите таб \"Tribe\" в debug output."
809
 
810
- #: ../admin-views/tribe-options-general.php:194
811
  msgid "Debug Bar Plugin"
812
  msgstr "Debug Bar Plugin"
813
 
814
- #: ../admin-views/tribe-options-help.php:18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
815
  msgctxt "not available"
816
  msgid "n/a"
817
  msgstr "n/a"
818
 
819
- #: ../admin-views/tribe-options-help.php:19
820
  msgid "You need to upgrade!"
821
  msgstr "Необходимо е да обновите Plug-in-а!"
822
 
823
- #: ../admin-views/tribe-options-help.php:19
824
  msgid "You are up to date!"
825
  msgstr "Разполагате с най-новата версия!"
826
 
827
- #: ../admin-views/tribe-options-help.php:42
828
  msgid "The Events Calendar PRO"
829
  msgstr "The Events Calendar PRO"
830
 
831
- #: ../admin-views/tribe-options-help.php:46
832
  msgid "The Events Calendar: Eventbrite Tickets"
833
  msgstr "The Events Calendar: Eventbrite билети"
834
 
835
- #: ../admin-views/tribe-options-help.php:50
836
  msgid "The Events Calendar: Community Events"
837
  msgstr "The Events Calendar: Събития на общността"
838
 
839
- #: ../admin-views/tribe-options-help.php:54
840
  msgid "The Events Calendar: Facebook Events"
841
  msgstr "The Events Calendar: Facebook събития"
842
 
843
- #: ../admin-views/tribe-options-help.php:58
844
  msgid "The Events Calendar: WooCommerce Tickets"
845
  msgstr "The Events Calendar: WooCommerce събития"
846
 
847
- #: ../admin-views/tribe-options-help.php:63
848
  msgid "The Events Calendar: EDD Tickets"
849
  msgstr "The Events Calendar: EDD билети"
850
 
851
- #: ../admin-views/tribe-options-help.php:68
852
  msgid "The Events Calendar: WPEC Tickets"
853
  msgstr "The Events Calendar: WPEC билети"
854
 
855
- #: ../admin-views/tribe-options-help.php:73
856
  msgid "The Events Calendar: Shopp Tickets"
857
  msgstr "The Events Calendar: Купуване на билети"
858
 
859
- #: ../admin-views/tribe-options-help.php:78
860
  msgid "The Events Calendar: Filter Bar"
861
  msgstr "The Events Calendar: Filter Bar"
862
 
863
- #: ../admin-views/tribe-options-help.php:87
 
 
 
 
 
 
 
 
 
 
864
  msgid ""
865
  "If this is your first time using The Events Calendar, you're in for a treat "
866
  "and are already well on your way to creating a first event. Here are some "
@@ -870,7 +1043,7 @@ msgstr ""
870
  "първото си събитие, тук ще откриете някои съвети, полезни за нови "
871
  "потребители:"
872
 
873
- #: ../admin-views/tribe-options-help.php:90
874
  #, php-format
875
  msgid ""
876
  "%sOur New User Primer%s was designed for folks in your exact position. "
@@ -882,7 +1055,7 @@ msgstr ""
882
  "Той включва видеа и обяснения тип Стъпка по Стъпка илюстрирани със "
883
  "съответните screenshot-и, което ще ви превърне в специалист за нула време."
884
 
885
- #: ../admin-views/tribe-options-help.php:92
886
  #, php-format
887
  msgid ""
888
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
@@ -895,19 +1068,7 @@ msgstr ""
895
  "секция от Често задаваните въпроси може да ви е от полза при правене на "
896
  "базови настройки, които не са включени в съветника Първи стъпки."
897
 
898
- #: ../admin-views/tribe-options-help.php:94
899
- #, php-format
900
- msgid ""
901
- "Are you developer looking to build your own frontend view? We created an "
902
- "example plugin that demonstrates how to register a new view. You can "
903
- "%sdownload the plugin at GitHub%s to get started."
904
- msgstr ""
905
- "Вие сте разработчик, който иска да създаде собствен изглед за The Events "
906
- "Calendar? Ние създадохме демонстрационен plugin, който да покаже как се "
907
- "регистрира новия изглед. Можете да %sизтеглите plugin-а от GitHub%s , за да "
908
- "започнете."
909
-
910
- #: ../admin-views/tribe-options-help.php:96
911
  msgid ""
912
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
913
  "the Events menu and adding your first event."
@@ -915,7 +1076,7 @@ msgstr ""
915
  "В случай, че се чувствате готови, можете да преминете към меню Събития, за "
916
  "да добавите първото си събитие."
917
 
918
- #: ../admin-views/tribe-options-help.php:100
919
  #, php-format
920
  msgid ""
921
  "We've redone our support page from the ground up in an effort to better help "
@@ -926,7 +1087,7 @@ msgstr ""
926
  "страница за поддръжка. Отидете на %sСтраницата за поддръжка%s, където ще "
927
  "намерите много помощни материали:"
928
 
929
- #: ../admin-views/tribe-options-help.php:102
930
  #, php-format
931
  msgid ""
932
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
@@ -935,7 +1096,7 @@ msgstr ""
935
  "%sШаблони, функции и филтри%s за The Events Calendar &amp; Events Calendar "
936
  "PRO"
937
 
938
- #: ../admin-views/tribe-options-help.php:104
939
  #, php-format
940
  msgid ""
941
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
@@ -944,7 +1105,7 @@ msgstr ""
944
  "%sЧесто задавани въпроси%s вариращи от въпроси за основни настройки до "
945
  "настройки за напреднали"
946
 
947
- #: ../admin-views/tribe-options-help.php:106
948
  #, php-format
949
  msgid ""
950
  "%sTutorials%s written by both members of our team and users from the "
@@ -954,15 +1115,15 @@ msgstr ""
954
  "%sУроци%s написани от членове на екипа ни или от наши потребители относно "
955
  "персонални желания, интеграция, теми и разширения на трети страни и др."
956
 
957
- #: ../admin-views/tribe-options-help.php:108
958
  msgid ""
959
  "Release notes for painting an overall picture of the plugin's lifecycle and "
960
  "when features/bug fixes were introduced."
961
  msgstr ""
962
- "Представена е информация за обновленията, която да очертае времевата рамка "
963
- "на бъдещите обновления и жизнения цикъл на притурката."
964
 
965
- #: ../admin-views/tribe-options-help.php:110
966
  #, php-format
967
  msgid ""
968
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
@@ -973,7 +1134,7 @@ msgstr ""
973
  "Tribe (вкл. WooTickets, Community Events, Eventbrite Tickets, Facebook "
974
  "Events и др.)"
975
 
976
- #: ../admin-views/tribe-options-help.php:112
977
  #, php-format
978
  msgid ""
979
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
@@ -990,7 +1151,7 @@ msgstr ""
990
  "да ни помогнете да отговорим по-добре на нуждите на потребителите си за в "
991
  "бъдеще."
992
 
993
- #: ../admin-views/tribe-options-help.php:116
994
  #, php-format
995
  msgid ""
996
  "Written documentation can only take things so far...sometimes, you need help "
@@ -999,7 +1160,7 @@ msgstr ""
999
  "Писмената документация стига до тук... понякога е необходима човешка помощ. "
1000
  "Така на помощ идват нашите %sфоруми за поддръжка%s."
1001
 
1002
- #: ../admin-views/tribe-options-help.php:117
1003
  #, php-format
1004
  msgid ""
1005
  "Users of the free The Events Calendar should post their support concerns to "
@@ -1014,7 +1175,7 @@ msgstr ""
1014
  "докладвали на WordPress.org, но имайте в предвид, че безплатната поддръжка е "
1015
  "ограничена. Повече за това можете да %sпрочетете тук%s."
1016
 
1017
- #: ../admin-views/tribe-options-help.php:118
1018
  msgid ""
1019
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1020
  "you report a legitimate bug that we're able to reproduce, we will log it and "
@@ -1023,12 +1184,12 @@ msgid ""
1023
  "or themes."
1024
  msgstr ""
1025
  "Проверяваме форума на WordPress.org за открити бъгове всяка седмица. Ако сте "
1026
- "докладвали реален бъг, който успеем да възпроизведем, ще го отстраним с "
1027
- "едино от следващите обновления. За съжаление не сме в състияние да предложим "
1028
- "помощ за персонализиране, осъвместяване или интегриране на разширението в "
1029
  "теми и разширения на трети страни."
1030
 
1031
- #: ../admin-views/tribe-options-help.php:119
1032
  #, php-format
1033
  msgid ""
1034
  "If you're a user of The Events Calendar and would like more support, please "
@@ -1040,7 +1201,7 @@ msgstr ""
1040
  "поддръжка, %sпоръчайте PRO лиценз%s. PRO форумите за поддръжка се преглеждат "
1041
  "всеки ден. "
1042
 
1043
- #: ../admin-views/tribe-options-help.php:123
1044
  #, php-format
1045
  msgid ""
1046
  "If you find that you aren't getting the level of service you've come to "
@@ -1051,11 +1212,11 @@ msgstr ""
1051
  "email на %s или tweet %s, за да ни кажете защо. Ще направим всичко по силите "
1052
  "си, за да оправим нещата."
1053
 
1054
- #: ../admin-views/tribe-options-help.php:124
1055
  msgid "More..."
1056
  msgstr "Още..."
1057
 
1058
- #: ../admin-views/tribe-options-help.php:132
1059
  msgid ""
1060
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1061
  "for installing our labor of love!"
@@ -1063,84 +1224,80 @@ msgstr ""
1063
  "Здравейте! Ние сме Modern Tribe и сме тук, за да ви помогнем да сритвате "
1064
  "задници. Искрено ви благодарим, че инсталирахте резултата от нашия труд!"
1065
 
1066
- #: ../admin-views/tribe-options-help.php:138
1067
- msgid "Getting Started"
1068
- msgstr "От къде да започнете"
1069
-
1070
- #: ../admin-views/tribe-options-help.php:141
1071
  msgid "Support Resources To Help You Kick Ass"
1072
  msgstr "Помощни материали, с които ще ви е по-лесно да сритвате задници"
1073
 
1074
- #: ../admin-views/tribe-options-help.php:144
1075
  msgid "Forums: Because Everyone Needs A Buddy"
1076
  msgstr "Форуми: Защото всеки се нуждае от сродна душа"
1077
 
1078
- #: ../admin-views/tribe-options-help.php:147
1079
  msgid "Not getting help?"
1080
  msgstr "Не получавате помощ?"
1081
 
1082
- #: ../admin-views/tribe-options-help.php:159
1083
- #: ../lib/the-events-calendar.class.php:567
1084
- #: ../lib/tribe-settings.class.php:129
1085
  msgid "The Events Calendar"
1086
  msgstr "The Events Calendar"
1087
 
1088
- #: ../admin-views/tribe-options-help.php:163
1089
  msgid "Latest Version:"
1090
  msgstr "Последна версия:"
1091
 
1092
- #: ../admin-views/tribe-options-help.php:164
1093
  msgid "Author:"
1094
  msgstr "Автор:"
1095
 
1096
- #: ../admin-views/tribe-options-help.php:164
1097
  msgid "Modern Tribe Inc"
1098
  msgstr "Modern Tribe Inc"
1099
 
1100
- #: ../admin-views/tribe-options-help.php:165
1101
  msgid "Requires:"
1102
  msgstr "Изисква:"
1103
 
1104
- #: ../admin-views/tribe-options-help.php:165
1105
  msgid "WordPress "
1106
  msgstr "WordPress "
1107
 
1108
- #: ../admin-views/tribe-options-help.php:166
1109
  msgid "Wordpress.org Plugin Page"
1110
  msgstr "Wordpress.org страница за Plugin-и"
1111
 
1112
- #: ../admin-views/tribe-options-help.php:171
1113
  msgid "Average Rating"
1114
  msgstr "Среден рейтинг"
1115
 
1116
- #: ../admin-views/tribe-options-help.php:175
1117
  #, php-format
1118
  msgid "Based on %d rating"
1119
  msgid_plural "Based on %d ratings"
1120
  msgstr[0] "На базата на %d отзив"
1121
  msgstr[1] "На базата на %d отзива"
1122
 
1123
- #: ../admin-views/tribe-options-help.php:176
1124
  msgid "Give us 5 stars!"
1125
  msgstr "Дай ни 5 звезди!"
1126
 
1127
- #: ../admin-views/tribe-options-help.php:179
1128
  msgid "Premium Add-Ons"
1129
  msgstr "Premium Add-Ons"
1130
 
1131
- #: ../admin-views/tribe-options-help.php:185
1132
  msgid "(Coming Soon!)"
1133
  msgstr "(Очаквайте скоро!)"
1134
 
1135
- #: ../admin-views/tribe-options-help.php:192
1136
  msgid "News and Tutorials"
1137
  msgstr "Новини и напътствия"
1138
 
1139
- #: ../admin-views/tribe-options-network.php:14
1140
  msgid "Network Settings"
1141
  msgstr "Настройки на мрежа"
1142
 
1143
- #: ../admin-views/tribe-options-network.php:18
1144
  msgid ""
1145
  "This is where all of the global network settings for Modern Tribe's The "
1146
  "Events Calendar can be modified."
@@ -1148,55 +1305,86 @@ msgstr ""
1148
  "Тук е мястото, откъдето могат да се променят всички глобални настройки на "
1149
  "Modern Tribe's The Events Calendar."
1150
 
1151
- #: ../admin-views/tribe-options-network.php:26
1152
  msgid "Hide the following settings tabs on every site:"
1153
  msgstr "Скрии тези табове с настройки на всеки сайт:"
1154
 
1155
- #: ../admin-views/venue-meta-box.php:27
1156
- #: ../public/advanced-functions/meta.php:422
1157
  msgid "Address:"
1158
  msgstr "Адрес:"
1159
 
1160
- #: ../admin-views/venue-meta-box.php:31
1161
  msgid "City:"
1162
  msgstr "Град:"
1163
 
1164
- #: ../admin-views/venue-meta-box.php:35
1165
  msgid "Country:"
1166
  msgstr "Държава:"
1167
 
1168
- #: ../admin-views/venue-meta-box.php:73
1169
  msgid "State or Province:"
1170
  msgstr "Област (щат):"
1171
 
1172
- #: ../admin-views/venue-meta-box.php:76
1173
  msgid "Select a State:"
1174
  msgstr "Щат:"
1175
 
1176
- #: ../admin-views/venue-meta-box.php:89
1177
  msgid "Postal Code:"
1178
  msgstr "Пощенски код:"
1179
 
1180
- #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
1181
  msgid "Show Google Map:"
1182
  msgstr "Покажи Google карти:"
1183
 
1184
- #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
1185
  msgid "Show Google Maps Link:"
1186
  msgstr "Показване на Google карти линк:"
1187
 
1188
- #: ../admin-views/widget-admin-list.php:11
1189
  msgid "Title:"
1190
  msgstr "Заглавие:"
1191
 
1192
- #: ../admin-views/widget-admin-list.php:16
1193
  msgid "Show:"
1194
  msgstr "Покажи:"
1195
 
1196
- #: ../admin-views/widget-admin-list.php:24
1197
  msgid "Show widget only if there are upcoming events:"
1198
  msgstr "Показване на уиджета само ако има предстоящи събития:"
1199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1200
  #: ../lib/io/csv/admin-views/columns.php:22
1201
  #, php-format
1202
  msgid "Column Mapping: %s"
@@ -1219,7 +1407,7 @@ msgstr "Полета на събитието"
1219
  msgid "Perform Import"
1220
  msgstr "Започни импортирането"
1221
 
1222
- #: ../lib/io/csv/admin-views/header.php:11
1223
  msgid "Events Import (CSV)"
1224
  msgstr "Импортиране на събития (CSV)"
1225
 
@@ -1289,16 +1477,20 @@ msgid "Import Type:"
1289
  msgstr "Вид импортиране:"
1290
 
1291
  #: ../lib/io/csv/admin-views/import.php:45
 
 
1292
  msgid "Venues"
1293
  msgstr "Места"
1294
 
1295
  #: ../lib/io/csv/admin-views/import.php:46
 
 
1296
  msgid "Organizers"
1297
  msgstr "Организатори"
1298
 
1299
  #: ../lib/io/csv/admin-views/import.php:47
1300
- #: ../lib/the-events-calendar.class.php:1353
1301
- #: ../lib/the-events-calendar.class.php:3884
1302
  msgid "Events"
1303
  msgstr "Събития"
1304
 
@@ -1306,7 +1498,7 @@ msgstr "Събития"
1306
  msgid "CSV File:"
1307
  msgstr "CSV файл:"
1308
 
1309
- #: ../lib/io/csv/admin-views/import.php:58
1310
  msgid ""
1311
  "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1312
  "is UTF-8 encoded? Make sure to specify the character encoding when you save "
@@ -1319,42 +1511,42 @@ msgstr ""
1319
  "<a href='http://i-tools.org/charset/exec?"
1320
  "dest=utf-8&src=auto&download=1'>този</a>."
1321
 
1322
- #: ../lib/io/csv/admin-views/import.php:66
1323
  msgid "This file has column names in the first row"
1324
  msgstr "Файла има имена на колоните в първия ред"
1325
 
1326
- #: ../lib/io/csv/admin-views/import.php:77
1327
  msgid "Import CSV File"
1328
  msgstr "Импортиране на CSV файл"
1329
 
1330
- #: ../lib/io/csv/admin-views/result.php:13
1331
  msgid "Import Result"
1332
  msgstr "Импортиране на резултат"
1333
 
1334
- #: ../lib/io/csv/admin-views/result.php:15
1335
  msgid "Import complete!"
1336
  msgstr "Импортирането завършено!"
1337
 
1338
- #: ../lib/io/csv/admin-views/result.php:17
1339
  #, php-format
1340
  msgid "Inserted: %d"
1341
  msgstr "Вмъкнато: %d"
1342
 
1343
- #: ../lib/io/csv/admin-views/result.php:18
1344
  #, php-format
1345
  msgid "Updated: %d"
1346
  msgstr "Обновено: %d"
1347
 
1348
- #: ../lib/io/csv/admin-views/result.php:19
1349
  #, php-format
1350
  msgid "Skipped: %d"
1351
  msgstr "Пропуснато: %d"
1352
 
1353
- #: ../lib/io/csv/admin-views/result.php:23
1354
  msgid "The import statistics above have the following meaning:"
1355
  msgstr "Значение на статистиката от импртирането:"
1356
 
1357
- #: ../lib/io/csv/admin-views/result.php:24
1358
  msgid ""
1359
  "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1360
  "li><li><strong>Updated:</strong> An item was found with the same name and/or "
@@ -1368,7 +1560,7 @@ msgstr ""
1368
  "li><li><strong>Пропуснати:</strong>Намерен е ред, който не може да бъде "
1369
  "импортиран. Списък на невалидните редове ще откриете по-долу. </li></ol>"
1370
 
1371
- #: ../lib/io/csv/admin-views/result.php:27
1372
  #, php-format
1373
  msgid "Skipped row numbers: %s"
1374
  msgstr "Номера на пропуснатите редове: %s"
@@ -1395,105 +1587,105 @@ msgstr "<p>Следните полета са задължителни за ус
1395
  msgid "Do Not Import"
1396
  msgstr "Да не се импортира"
1397
 
1398
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
1399
  msgid "Event Name"
1400
  msgstr "Име на събитие"
1401
 
1402
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
1403
  msgid "Event Description"
1404
  msgstr "Описание на събитие"
1405
 
1406
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1407
  msgid "Event Start Date"
1408
  msgstr "Начална дата на събитието"
1409
 
1410
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1411
  msgid "Event Start Time"
1412
  msgstr "Начален час на събитието"
1413
 
1414
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1415
  msgid "Event End Date"
1416
  msgstr "Крайна дата на събитието"
1417
 
1418
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1419
  msgid "Event End Time"
1420
  msgstr "Краен час на събитието"
1421
 
1422
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1423
  msgid "All Day Event"
1424
  msgstr "Целодневно събитие"
1425
 
1426
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1427
  msgid "Event Venue Name"
1428
  msgstr "Име на мястото на събитието"
1429
 
1430
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1431
  msgid "Event Organizer Name"
1432
  msgstr "Име на организатора на събитието"
1433
 
1434
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1435
  msgid "Event Show Map Link"
1436
  msgstr "Линк \"Покажи събитието на картата\""
1437
 
1438
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1439
  msgid "Event Show Map"
1440
  msgstr "Покажи събитието на картата"
1441
 
1442
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1443
  msgid "Event Phone"
1444
  msgstr "Телефон "
1445
 
1446
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1447
- #: ../lib/the-events-calendar.class.php:1393
1448
- #: ../public/template-tags/general.php:268
1449
  msgid "Event Category"
1450
  msgstr "Категория на събитието"
1451
 
1452
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:69
1453
  msgid "Venue Name"
1454
  msgstr "Име на мястото"
1455
 
1456
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
1457
  msgid "Venue Country"
1458
  msgstr "Държава"
1459
 
1460
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
1461
  msgid "Venue Address"
1462
  msgstr "Адрес на мястото"
1463
 
1464
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1465
- msgid "Venue Addres 2"
1466
  msgstr "Адрес на мястото 2"
1467
 
1468
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1469
  msgid "Venue City"
1470
  msgstr "Град"
1471
 
1472
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1473
  msgid "Venue State/Province"
1474
  msgstr "Щат/Провинция"
1475
 
1476
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1477
  msgid "Venue Zip"
1478
  msgstr "Пощенски код"
1479
 
1480
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1481
  msgid "Venue Phone"
1482
  msgstr "Телефон на мястото"
1483
 
1484
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:82
1485
  msgid "Organizer Name"
1486
  msgstr "Име на организатора"
1487
 
1488
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
1489
  msgid "Organizer Email"
1490
  msgstr "Email на организатора"
1491
 
1492
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
1493
  msgid "Organizer Website"
1494
  msgstr "Website на организатора"
1495
 
1496
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1497
  msgid "Organizer Phone"
1498
  msgstr "Телефон на организатора"
1499
 
@@ -1507,17 +1699,17 @@ msgstr "Не е дефиниран importer за %s"
1507
  msgid "Missing required fields in row %d."
1508
  msgstr "Липсват задължителни полета на ред %d."
1509
 
1510
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
1511
  #, php-format
1512
  msgid "Failed to import record in row %d."
1513
  msgstr "Провалено импортиране на запис на ред %d."
1514
 
1515
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
1516
  #, php-format
1517
  msgid "%s (post ID %d) updated."
1518
  msgstr "%s (публикация с ID %d) обновена."
1519
 
1520
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
1521
  #, php-format
1522
  msgid "%s (post ID %d) created."
1523
  msgstr "%s (post ID %d) е създаден."
@@ -1532,51 +1724,55 @@ msgstr "Временния файл не е открит. %s не може да
1532
  msgid "Could not save %s."
1533
  msgstr "Записването не е възможно %s."
1534
 
1535
- #: ../lib/pue/admin-views/license-key.view.php:9
1536
- #: ../lib/pue/admin-views/license-key.view.php:13
1537
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:288
1538
  msgid "License Key"
1539
  msgstr "Сериен номер"
1540
 
1541
- #: ../lib/pue/admin-views/license-key.view.php:10
1542
  msgid "A valid license key is required for support and updates."
1543
- msgstr "За поддръжка и обновления е необходим валиден сериен номер."
1544
 
1545
- #: ../lib/pue/admin-views/license-key.view.php:16
1546
  msgid "Replace empty fields"
1547
  msgstr "Презаписване на празните полета"
1548
 
1549
- #: ../lib/pue/admin-views/license-key.view.php:25
1550
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:289
1551
  msgid "A valid license key is required for support and updates"
1552
- msgstr "Валиден сериен номер е необходим за поддръжка и обновления"
1553
 
1554
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:353
1555
  msgid "License key(s) updated."
1556
  msgstr "Серийния/те номер(а) са обновени."
1557
 
1558
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:393
1559
  msgid "Sorry, key validation server is not available."
1560
  msgstr "За съжаление сървъра за валидиране не е достъпен."
1561
 
1562
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:395
1563
  msgid "Sorry, this key is expired."
1564
  msgstr "За съжаление, кода ви е изтекъл."
1565
 
1566
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:397
1567
  msgid "Sorry, this key is out of installs."
1568
  msgstr "За съжаление този ключ не е валиден."
1569
 
1570
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:399
 
 
 
 
1571
  msgid "Sorry, this key is not valid."
1572
  msgstr "За съжаление, кода ви не е валиден."
1573
 
1574
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:402
1575
  #, php-format
1576
  msgid "Valid Key! Expires on %s"
1577
  msgstr "Валиден сериен номер. Изтича на %s"
1578
 
1579
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:406
1580
  #, php-format
1581
  msgid ""
1582
  "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
@@ -1585,11 +1781,15 @@ msgstr ""
1585
  "Хмм... нещо с този валидатор се обърка. Моля, свържете се с <a href=\"%s"
1586
  "\">поддръжката.</a>"
1587
 
1588
- #: ../lib/template-classes/day.php:70 ../lib/template-classes/day.php:79
1589
  msgid "All Day"
1590
  msgstr "Цял ден"
1591
 
1592
- #: ../lib/template-classes/day.php:122
 
 
 
 
1593
  #, php-format
1594
  msgid ""
1595
  "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
@@ -1598,13 +1798,13 @@ msgstr ""
1598
  "Не са открити съвпадения за събития означени с %s за дата <strong>%s</"
1599
  "strong>. Опирайте с друг ден."
1600
 
1601
- #: ../lib/template-classes/day.php:125
1602
  #, php-format
1603
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1604
  msgstr ""
1605
  "Няма планирани събития за <strong>%s</strong>. Моля, опитайте с друг ден."
1606
 
1607
- #: ../lib/template-classes/month.php:112
1608
  #, php-format
1609
  msgid ""
1610
  "There were no results found for <strong>\"%s\"</strong> this month. Try "
@@ -1612,9 +1812,9 @@ msgid ""
1612
  msgstr ""
1613
  "Не са намерени събития за <strong>\"%s\"</strong>. Опитайте с друг месец."
1614
 
1615
- #: ../lib/template-classes/month.php:116
1616
- #: ../lib/tribe-template-factory.class.php:230
1617
- #: ../lib/tribe-template-factory.class.php:237
1618
  #, php-format
1619
  msgid ""
1620
  "No matching events listed under %s. Please try viewing the full calendar for "
@@ -1623,41 +1823,57 @@ msgstr ""
1623
  "Няма намерени събития, отбелязани с %s. Моля, прегледайте пълния календар, "
1624
  "за да видите списък с всички събития."
1625
 
1626
- #: ../lib/template-classes/month.php:119
1627
- #: ../lib/tribe-template-factory.class.php:240
1628
  msgid "There were no results found."
1629
  msgstr "Не са открити събития."
1630
 
1631
- #: ../lib/template-classes/single-event.php:97
1632
  msgid "This event has passed."
1633
  msgstr "Отминало събитие."
1634
 
1635
- #: ../lib/the-events-calendar.class.php:572
 
 
 
 
 
 
 
 
 
 
 
 
1636
  msgid "month"
1637
  msgstr "month"
1638
 
1639
- #: ../lib/the-events-calendar.class.php:573
 
 
 
 
1640
  msgid "upcoming"
1641
  msgstr "upcoming"
1642
 
1643
- #: ../lib/the-events-calendar.class.php:574
1644
  msgid "past"
1645
  msgstr "past"
1646
 
1647
- #: ../lib/the-events-calendar.class.php:575
1648
  msgid "day"
1649
  msgstr "day"
1650
 
1651
- #: ../lib/the-events-calendar.class.php:576
1652
  msgid "today"
1653
  msgstr "today"
1654
 
1655
- #: ../lib/the-events-calendar.class.php:594
1656
  #, php-format
1657
  msgid "Initializing Tribe Events on %s"
1658
  msgstr "Инициализиране на Tribe Events на %s"
1659
 
1660
- #: ../lib/the-events-calendar.class.php:702
1661
  #, php-format
1662
  msgid ""
1663
  "Your version of The Events Calendar is not up-to-date with one of your The "
@@ -1666,7 +1882,7 @@ msgstr ""
1666
  "Версията на вашия The Events Calendar е по-стара от тази на вашите The "
1667
  "Events Calendar add-on-и. Моля, %sобновете сега.%s"
1668
 
1669
- #: ../lib/the-events-calendar.class.php:719
1670
  #, php-format
1671
  msgid ""
1672
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
@@ -1677,13 +1893,13 @@ msgstr ""
1677
  "плъгини трябва да съвпада с версията на The Events Calendar, в противен "
1678
  "случай те няма да работят правилно. %sИскате да използвате по-стара версия%s?"
1679
 
1680
- #: ../lib/the-events-calendar.class.php:779
1681
- #: ../lib/the-events-calendar.class.php:814
1682
- #: ../lib/the-events-calendar.class.php:816
1683
  msgid "Licenses"
1684
  msgstr "Лицензи"
1685
 
1686
- #: ../lib/the-events-calendar.class.php:783
1687
  #, php-format
1688
  msgid ""
1689
  "<p>The license key you received when completing your purchase from %s will "
@@ -1701,35 +1917,35 @@ msgid ""
1701
  "and click \"Check Again\".</p>"
1702
  msgstr ""
1703
  "<p>Лицензния ключ, който сте получили при покупката от %s ви гарантира "
1704
- "достъп до поддръжка и обновления до изтичането му. Не е необходимо да го "
1705
  "въвеждате по-долу, за да работят притурките, но ще е необходимо да го "
1706
- "въведете ако желаете да получавате автоматични обновления. <strong>Можете да "
1707
- "видите лицензионните си ключове на <a href=\"%s\" target=\"_blank\">%s</a></"
1708
- "strong>.</p> <p>Всеки платен add-on има собствен, уникален лицензионен ключ. "
1709
- "Просто поставете ключа в правилното поле по-долу и изчакайте за момент, "
1710
- "докато бъде валидиран. Ще знаете, че всичко е преминало успешно, когато се "
1711
- "появи зелена дата показваща валидността на лиценза, заедно със съобщение "
1712
- "\"валидно\".</p> <p>Ако се появи червено съобщение, което казва, че ключа не "
1713
- "е валиден, посетете <a href=\"%s\" target=\"_blank\">%s</a> страницата за "
1714
- "управление и подновяване на лицензи.</p><p>Няма нови обновления, а очаквате "
1715
- "такива? В WordPress, отидете на <a href=\"%s\">Табло > Обновления</a> и "
1716
- "кликнете на \"Провери отново\".</p>"
1717
-
1718
- #: ../lib/the-events-calendar.class.php:806
1719
  msgid "General"
1720
  msgstr "Общи"
1721
 
1722
- #: ../lib/the-events-calendar.class.php:807
1723
  msgid "Display"
1724
  msgstr "Изглед"
1725
 
1726
- #: ../lib/the-events-calendar.class.php:819
1727
- #: ../lib/the-events-calendar.class.php:3968
1728
- #: ../lib/the-events-calendar.class.php:4068
1729
  msgid "Help"
1730
  msgstr "Помощ"
1731
 
1732
- #: ../lib/the-events-calendar.class.php:858
1733
  #, php-format
1734
  msgid ""
1735
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
@@ -1738,7 +1954,7 @@ msgstr ""
1738
  "The Events Calendar изисква WordPress %s или по-нова версия. Моля, обновете "
1739
  "WordPress."
1740
 
1741
- #: ../lib/the-events-calendar.class.php:861
1742
  #, php-format
1743
  msgid ""
1744
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
@@ -1748,193 +1964,174 @@ msgstr ""
1748
  "Свържете се с уеб администратора си, за да ви прехвърли към по-нова версия "
1749
  "на PHP."
1750
 
1751
- #: ../lib/the-events-calendar.class.php:1038 ../lib/widget-list.class.php:148
1752
- #: ../public/template-tags/loop.php:117
1753
- msgid "Upcoming Events"
1754
- msgstr "Предстоящи събития"
1755
-
1756
- #: ../lib/the-events-calendar.class.php:1041
1757
- #: ../public/template-tags/loop.php:121
1758
- msgid "Past Events"
1759
- msgstr "Минали събития"
1760
-
1761
- #: ../lib/the-events-calendar.class.php:1046
1762
- #: ../lib/the-events-calendar.class.php:1053
1763
- #: ../public/template-tags/loop.php:126
1764
- #, php-format
1765
- msgid "Events for %s"
1766
- msgstr "Събития през %s"
1767
-
1768
- #: ../lib/the-events-calendar.class.php:1048
1769
- msgid "Events this month"
1770
- msgstr "Събития този месец"
1771
-
1772
- #: ../lib/the-events-calendar.class.php:1316
1773
  msgid "category"
1774
  msgstr "category"
1775
 
1776
- #: ../lib/the-events-calendar.class.php:1326
1777
  msgid "tag"
1778
  msgstr "tag"
1779
 
1780
- #: ../lib/the-events-calendar.class.php:1354
1781
  msgid "Event"
1782
  msgstr "Събитие"
1783
 
1784
- #: ../lib/the-events-calendar.class.php:1355
1785
- #: ../lib/the-events-calendar.class.php:1368
1786
- #: ../lib/the-events-calendar.class.php:1381
1787
  msgid "Add New"
1788
  msgstr "Дабавяне"
1789
 
1790
- #: ../lib/the-events-calendar.class.php:1356
1791
  msgid "Add New Event"
1792
  msgstr "Добавяне на събитие"
1793
 
1794
- #: ../lib/the-events-calendar.class.php:1357
1795
  msgid "Edit Event"
1796
  msgstr "Редакция на събитие"
1797
 
1798
- #: ../lib/the-events-calendar.class.php:1358
1799
  msgid "New Event"
1800
  msgstr "Ново събитие"
1801
 
1802
- #: ../lib/the-events-calendar.class.php:1359
1803
  msgid "View Event"
1804
  msgstr "Преглед на събитие"
1805
 
1806
- #: ../lib/the-events-calendar.class.php:1360
1807
  msgid "Search Events"
1808
  msgstr "Търсене на събития"
1809
 
1810
- #: ../lib/the-events-calendar.class.php:1361
1811
  msgid "No events found"
1812
  msgstr "Не са наме"
1813
 
1814
- #: ../lib/the-events-calendar.class.php:1362
1815
  msgid "No events found in Trash"
1816
  msgstr "Кошчето е празно"
1817
 
1818
- #: ../lib/the-events-calendar.class.php:1369
1819
- #: ../lib/the-events-calendar.class.php:1382
1820
- #, fuzzy, php-format
 
 
1821
  msgid "Add New %s"
1822
- msgstr "Дабавяне"
1823
 
1824
- #: ../lib/the-events-calendar.class.php:1370
1825
- #: ../lib/the-events-calendar.class.php:1383
1826
- #, fuzzy, php-format
1827
  msgid "Edit %s"
1828
  msgstr "Редакция в %s"
1829
 
1830
- #: ../lib/the-events-calendar.class.php:1371
1831
- #: ../lib/the-events-calendar.class.php:1384
1832
- #, fuzzy, php-format
1833
  msgid "New %s"
1834
- msgstr "Ню Джърси"
1835
 
1836
- #: ../lib/the-events-calendar.class.php:1372
1837
- #: ../lib/the-events-calendar.class.php:1385
1838
- #, fuzzy, php-format
1839
  msgid "View %s"
1840
- msgstr "Изглед"
1841
 
1842
- #: ../lib/the-events-calendar.class.php:1373
1843
- #: ../lib/the-events-calendar.class.php:1386
1844
- #, fuzzy, php-format
1845
  msgid "Search %s"
1846
- msgstr "Търсене"
1847
 
1848
- #: ../lib/the-events-calendar.class.php:1374
1849
- #: ../lib/the-events-calendar.class.php:1387
1850
- #, fuzzy, php-format
1851
  msgid "No %s found"
1852
- msgstr "Не са наме"
1853
 
1854
- #: ../lib/the-events-calendar.class.php:1375
1855
- #: ../lib/the-events-calendar.class.php:1388
1856
- #, fuzzy, php-format
1857
  msgid "No %s found in Trash"
1858
- msgstr "Кошчето е празно"
1859
 
1860
- #: ../lib/the-events-calendar.class.php:1392
1861
- #: ../lib/tribe-admin-events-list.class.php:174
1862
  msgid "Event Categories"
1863
  msgstr "Категории за събития"
1864
 
1865
- #: ../lib/the-events-calendar.class.php:1394
1866
  msgid "Search Event Categories"
1867
  msgstr "Търсене в категории за събития"
1868
 
1869
- #: ../lib/the-events-calendar.class.php:1395
1870
  msgid "All Event Categories"
1871
  msgstr "Всички категории за събития"
1872
 
1873
- #: ../lib/the-events-calendar.class.php:1396
1874
  msgid "Parent Event Category"
1875
  msgstr "По-горна категория за събития"
1876
 
1877
- #: ../lib/the-events-calendar.class.php:1397
1878
  msgid "Parent Event Category:"
1879
  msgstr "По-горна категория за събития:"
1880
 
1881
- #: ../lib/the-events-calendar.class.php:1398
1882
  msgid "Edit Event Category"
1883
  msgstr "Редакция на категорията на събитието"
1884
 
1885
- #: ../lib/the-events-calendar.class.php:1399
1886
  msgid "Update Event Category"
1887
  msgstr "Обновяване на категорията на събитието"
1888
 
1889
- #: ../lib/the-events-calendar.class.php:1400
1890
  msgid "Add New Event Category"
1891
  msgstr "Добавяне на нова категория за събития"
1892
 
1893
- #: ../lib/the-events-calendar.class.php:1401
1894
  msgid "New Event Category Name"
1895
  msgstr "Име на новата категория за събития"
1896
 
1897
- #: ../lib/the-events-calendar.class.php:1417
1898
  #, php-format
1899
  msgid "Event updated. <a href=\"%s\">View event</a>"
1900
  msgstr "Събитието е обновено. <a href=\"%s\">Преглед</a>"
1901
 
1902
- #: ../lib/the-events-calendar.class.php:1418
1903
- #: ../lib/the-events-calendar.class.php:1435
1904
- #: ../lib/the-events-calendar.class.php:1452
1905
  msgid "Custom field updated."
1906
  msgstr "Custom полето е обновено."
1907
 
1908
- #: ../lib/the-events-calendar.class.php:1419
1909
- #: ../lib/the-events-calendar.class.php:1436
1910
- #: ../lib/the-events-calendar.class.php:1453
1911
  msgid "Custom field deleted."
1912
  msgstr "Custom полето е изтрито."
1913
 
1914
- #: ../lib/the-events-calendar.class.php:1420
1915
  msgid "Event updated."
1916
  msgstr "Събитието е обновено."
1917
 
1918
- #: ../lib/the-events-calendar.class.php:1422
1919
  #, php-format
1920
  msgid "Event restored to revision from %s"
1921
  msgstr "Събитието е възстановено от версия %s"
1922
 
1923
- #: ../lib/the-events-calendar.class.php:1423
1924
  #, php-format
1925
  msgid "Event published. <a href=\"%s\">View event</a>"
1926
  msgstr "Събитието е публикувано. <a href=\"%s\">Преглед</a>"
1927
 
1928
- #: ../lib/the-events-calendar.class.php:1424
1929
  msgid "Event saved."
1930
  msgstr "Събитието е записано."
1931
 
1932
- #: ../lib/the-events-calendar.class.php:1425
1933
  #, php-format
1934
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1935
  msgstr "Събитието е изпратено. <a target=\"_blank\" href=\"%s\">Преглед</a>"
1936
 
1937
- #: ../lib/the-events-calendar.class.php:1426
1938
  #, php-format
1939
  msgid ""
1940
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
@@ -1943,161 +2140,147 @@ msgstr ""
1943
  "Събитието е планирано за: <strong>%1$s</strong>. <a target=\"_blank\" href="
1944
  "\"%2$s\">Преглед</a>"
1945
 
1946
- #: ../lib/the-events-calendar.class.php:1428
1947
- #: ../lib/the-events-calendar.class.php:1445
1948
- #: ../lib/the-events-calendar.class.php:1462
1949
  msgid "M j, Y @ G:i"
1950
  msgstr "M j, Y @ G:i"
1951
 
1952
- #: ../lib/the-events-calendar.class.php:1429
1953
  #, php-format
1954
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1955
  msgstr ""
1956
  "Черновата на събитието е обновена. <a target=\"_blank\" href=\"%s\">Преглед</"
1957
  "a>"
1958
 
1959
- #: ../lib/the-events-calendar.class.php:1434
1960
- #: ../lib/the-events-calendar.class.php:1437
1961
- #: ../lib/the-events-calendar.class.php:1451
1962
- #: ../lib/the-events-calendar.class.php:1454
1963
- #, fuzzy, php-format
1964
  msgid "%s updated."
1965
- msgstr "Събитието е обновено."
1966
 
1967
- #: ../lib/the-events-calendar.class.php:1439
1968
- #: ../lib/the-events-calendar.class.php:1456
1969
- #, fuzzy, php-format
1970
  msgid "%s restored to revision from %s"
1971
- msgstr "Събитието е възстановено от версия %s"
1972
 
1973
- #: ../lib/the-events-calendar.class.php:1440
1974
- #: ../lib/the-events-calendar.class.php:1457
1975
- #, fuzzy, php-format
1976
  msgid "%s published."
1977
- msgstr "Мястото е публикувано."
1978
 
1979
- #: ../lib/the-events-calendar.class.php:1441
1980
- #: ../lib/the-events-calendar.class.php:1458
1981
- #, fuzzy, php-format
1982
  msgid "%s saved."
1983
- msgstr "Настройките са записани."
1984
 
1985
- #: ../lib/the-events-calendar.class.php:1442
1986
- #: ../lib/the-events-calendar.class.php:1459
1987
- #, fuzzy, php-format
1988
  msgid "%s submitted."
1989
- msgstr "Мястото е одобрено."
1990
 
1991
- #: ../lib/the-events-calendar.class.php:1443
1992
- #: ../lib/the-events-calendar.class.php:1460
1993
- #, fuzzy, php-format
1994
  msgid "%s scheduled for: <strong>%2$s</strong>."
1995
- msgstr "Мястото е насрочено за <strong>\"%s\"</strong>."
1996
 
1997
- #: ../lib/the-events-calendar.class.php:1446
1998
- #: ../lib/the-events-calendar.class.php:1463
1999
- #, fuzzy, php-format
2000
  msgid "%s draft updated."
2001
- msgstr "Черновата на мястото е обновена."
2002
-
2003
- #: ../lib/the-events-calendar.class.php:1479
2004
- #: ../lib/the-events-calendar.class.php:1480
2005
- #, fuzzy
2006
- msgid "Add New "
2007
- msgstr "Дабавяне"
2008
-
2009
- #: ../lib/the-events-calendar.class.php:1499
2010
- #, fuzzy
2011
- msgid "Use Saved "
2012
- msgstr "Използвай запаметено място:"
2013
 
2014
- #: ../lib/the-events-calendar.class.php:1522
2015
- #, fuzzy, php-format
 
2016
  msgid "Use Saved %s:"
2017
- msgstr "Използвай запаметено място:"
2018
 
2019
- #: ../lib/the-events-calendar.class.php:1561
2020
- #, fuzzy
2021
- msgid "Use New "
2022
- msgstr "Създаване на място"
 
2023
 
2024
- #: ../lib/the-events-calendar.class.php:1563
2025
- #: ../lib/the-events-calendar.class.php:1619
2026
  #, php-format
2027
  msgid "My %s"
2028
- msgstr ""
2029
 
2030
- #: ../lib/the-events-calendar.class.php:1568
2031
- #: ../lib/the-events-calendar.class.php:1624
2032
- #, fuzzy, php-format
2033
  msgid "Available %s"
2034
- msgstr "Достъпни места"
2035
 
2036
- #: ../lib/the-events-calendar.class.php:1579
2037
- #: ../lib/the-events-calendar.class.php:1635
2038
- #, fuzzy, php-format
2039
  msgid "No saved %s exists."
2040
- msgstr "Няма запаметени места."
2041
-
2042
- #: ../lib/the-events-calendar.class.php:1617
2043
- #, fuzzy, php-format
2044
- msgid "Use New %s"
2045
- msgstr "Създаване на място"
2046
 
2047
- #: ../lib/the-events-calendar.class.php:1776
2048
  msgid "Next"
2049
  msgstr "Напред"
2050
 
2051
- #: ../lib/the-events-calendar.class.php:1777
2052
  msgid "Prev"
2053
  msgstr "Назад"
2054
 
2055
- #: ../lib/the-events-calendar.class.php:1778
2056
- #: ../public/template-tags/day.php:92
2057
  msgid "Today"
2058
  msgstr "Днес"
2059
 
2060
- #: ../lib/the-events-calendar.class.php:1779
2061
  msgid "Done"
2062
  msgstr "Готово"
2063
 
2064
- #: ../lib/the-events-calendar.class.php:1990
2065
  msgid "Network"
2066
  msgstr "Мрежа"
2067
 
2068
- #: ../lib/the-events-calendar.class.php:3511
2069
- #: ../lib/the-events-calendar.class.php:3539
2070
- #: ../public/template-tags/day.php:140 ../public/template-tags/day.php:159
2071
  msgid "Date out of range."
2072
  msgstr "Изберете по-близка дата."
2073
 
2074
- #: ../lib/the-events-calendar.class.php:3563
2075
  msgid "Event Options"
2076
  msgstr "Опции за събитие"
2077
 
2078
- #: ../lib/the-events-calendar.class.php:3565
2079
- #: ../lib/the-events-calendar.class.php:3570
2080
- #, fuzzy
2081
- msgid " Information"
2082
- msgstr "Информация за място"
2083
 
2084
- #: ../lib/the-events-calendar.class.php:3734
2085
  msgid "Support"
2086
  msgstr "Поддръжка"
2087
 
2088
- #: ../lib/the-events-calendar.class.php:3737
2089
  msgid "View All Add-Ons"
2090
  msgstr "Покажи всички Add-Ons"
2091
 
2092
- #: ../lib/the-events-calendar.class.php:3754
2093
  msgid "News from Modern Tribe"
2094
  msgstr "Новини от Modern Tribe"
2095
 
2096
- #: ../lib/the-events-calendar.class.php:3835
2097
  msgid "Additional Functionality"
2098
  msgstr "Допълнителна функционалност"
2099
 
2100
- #: ../lib/the-events-calendar.class.php:3840
2101
  msgid ""
2102
  "Looking for additional functionality including recurring events, ticket "
2103
  "sales, publicly submitted events, new views and more?"
@@ -2106,168 +2289,157 @@ msgstr ""
2106
  "събития, продажба на билети, публикуване на събития от потребителите, повече "
2107
  "изгледи и др.?"
2108
 
2109
- #: ../lib/the-events-calendar.class.php:3840
2110
  #, php-format
2111
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2112
  msgstr "Проверете <a href=\"%s\">наличните add-ons</a>."
2113
 
2114
- #: ../lib/the-events-calendar.class.php:3911
2115
- #: ../lib/the-events-calendar.class.php:4012
2116
  msgid "View Calendar"
2117
  msgstr "Към календара"
2118
 
2119
- #: ../lib/the-events-calendar.class.php:3919
2120
  msgid "Add Event"
2121
  msgstr "Добавяне на събитие"
2122
 
2123
- #: ../lib/the-events-calendar.class.php:3928
2124
  msgid "Edit Events"
2125
  msgstr "Редакция на събития"
2126
 
2127
- #: ../lib/the-events-calendar.class.php:3939
2128
  msgid "Import"
2129
  msgstr "Импортиране"
2130
 
2131
- #: ../lib/the-events-calendar.class.php:3945
2132
  msgid "CSV"
2133
  msgstr "CSV"
2134
 
2135
- #: ../lib/the-events-calendar.class.php:3957
2136
- #: ../lib/the-events-calendar.class.php:4053
2137
- #: ../lib/tribe-settings.class.php:155
2138
  msgid "Settings"
2139
  msgstr "Настройки"
2140
 
2141
- #: ../lib/the-events-calendar.class.php:3986
2142
- #, php-format
2143
- msgid ""
2144
- "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2145
- "change the events slug, visit %sEvents -> Settings%s."
2146
- msgstr ""
2147
- "Добре дошли в The Events Calendar! Можете да видите вашият събитиен календар "
2148
- "на %s. За да промените адреса, влезте в %sEvents -> Settings%s."
2149
-
2150
- #: ../lib/the-events-calendar.class.php:4054
2151
  msgid "Calendar"
2152
  msgstr "Календар"
2153
 
2154
- #: ../lib/the-events-calendar.class.php:4129
2155
  msgid "List"
2156
  msgstr "Списък"
2157
 
2158
- #: ../lib/the-events-calendar.class.php:4140
2159
  msgid "Month"
2160
  msgstr "Месец"
2161
 
2162
- #: ../lib/the-events-calendar.class.php:4152
2163
  msgid "Day"
2164
  msgstr "Ден"
2165
 
2166
- #: ../lib/the-events-calendar.class.php:4173
2167
- #: ../lib/the-events-calendar.class.php:4175
2168
  msgid "Search"
2169
  msgstr "Търсене"
2170
 
2171
- #: ../lib/the-events-calendar.class.php:4197
2172
- #: ../lib/the-events-calendar.class.php:4212
2173
  msgid "Date"
2174
  msgstr "Дата"
2175
 
2176
- #: ../lib/the-events-calendar.class.php:4200
2177
  msgid "Events In"
2178
  msgstr "Събития на"
2179
 
2180
- #: ../lib/the-events-calendar.class.php:4202
2181
  msgid "Events From"
2182
  msgstr "Събития на"
2183
 
2184
- #: ../lib/the-events-calendar.class.php:4204
2185
  msgid "Day Of"
2186
  msgstr "Почивен ден"
2187
 
2188
- #: ../lib/tickets/tribe-tickets-attendees.php:64
2189
  msgid "Order #"
2190
  msgstr "Поръчка №"
2191
 
2192
- #: ../lib/tickets/tribe-tickets-attendees.php:65
2193
  msgid "Order Status"
2194
  msgstr "Статус на поръчката"
2195
 
2196
- #: ../lib/tickets/tribe-tickets-attendees.php:66
2197
  msgid "Purchaser name"
2198
  msgstr "Име на купувача"
2199
 
2200
- #: ../lib/tickets/tribe-tickets-attendees.php:67
2201
  msgid "Purchaser email"
2202
  msgstr "Email на купувача"
2203
 
2204
- #: ../lib/tickets/tribe-tickets-attendees.php:68
2205
  msgid "Ticket type"
2206
  msgstr "Вид на билета"
2207
 
2208
- #: ../lib/tickets/tribe-tickets-attendees.php:69
2209
- #: ../views/tickets/email.php:314
2210
  msgid "Ticket #"
2211
  msgstr "Билет №"
2212
 
2213
- #: ../lib/tickets/tribe-tickets-attendees.php:70
2214
- #: ../views/tickets/email.php:326
2215
  msgid "Security Code"
2216
  msgstr "Код за сигурност"
2217
 
2218
- #: ../lib/tickets/tribe-tickets-attendees.php:71
2219
- #: ../lib/tickets/tribe-tickets-attendees.php:156
2220
- #: ../lib/tickets/tribe-tickets-attendees.php:213
2221
  msgid "Check in"
2222
  msgstr "Записване"
2223
 
2224
- #: ../lib/tickets/tribe-tickets-attendees.php:157
2225
- #: ../lib/tickets/tribe-tickets-attendees.php:214
2226
  msgid "Undo Check in"
2227
  msgstr "Отмяна на записването"
2228
 
2229
- #: ../lib/tickets/tribe-tickets-attendees.php:191
2230
  msgid "Print"
2231
  msgstr "Print"
2232
 
2233
- #: ../lib/tickets/tribe-tickets-attendees.php:192
2234
  msgid "Email"
2235
  msgstr "Email"
2236
 
2237
- #: ../lib/tickets/tribe-tickets-attendees.php:193
2238
- #: ../lib/tribe-ical.class.php:111
2239
  msgid "Export"
2240
  msgstr "Експорт"
2241
 
2242
- #: ../lib/tickets/tribe-tickets-attendees.php:199
2243
- msgid "Filter by ticket #, order # or security code"
2244
- msgstr "Филтриране по билет №, поръчка № или код за сигурност"
2245
-
2246
- #: ../lib/tickets/tribe-tickets-metabox.php:24
2247
- msgid "Tickets"
2248
- msgstr "Билети"
2249
 
2250
- #: ../lib/tickets/tribe-tickets-metabox.php:62
2251
  msgid "Ticket header image"
2252
  msgstr "Картинка за хедъра на събитието"
2253
 
2254
- #: ../lib/tickets/tribe-tickets-metabox.php:62
2255
  msgid "Set as ticket header"
2256
  msgstr "Задайте хедър на събитието"
2257
 
2258
- #: ../lib/tickets/tribe-tickets-pro.php:107
2259
  msgid "You need to select a user or type a valid email address"
2260
  msgstr "Трябва да изберете група или да въведете валиден email адрес"
2261
 
2262
- #: ../lib/tickets/tribe-tickets-pro.php:108
2263
  msgid "Sending..."
2264
  msgstr "Изпращане..."
2265
 
2266
- #: ../lib/tickets/tribe-tickets-pro.php:136
2267
  msgid "Columns"
2268
  msgstr "Колони"
2269
 
2270
- #: ../lib/tickets/tribe-tickets-pro.php:137
2271
  msgid ""
2272
  "You can use Screen Options to select which columns you want to see. The "
2273
  "selection works in the table below, in the email, for print and for the CSV "
@@ -2277,173 +2449,171 @@ msgstr ""
2277
  "виждате. Избора е валиден за таблицата по-долу, в имейл, при принтиране и "
2278
  "при CSV експортиране."
2279
 
2280
- #: ../lib/tickets/tribe-tickets-pro.php:229
2281
  msgid "Yes"
2282
  msgstr "Да"
2283
 
2284
- #: ../lib/tickets/tribe-tickets-pro.php:258
2285
  msgid "attendees"
2286
  msgstr "attendees"
2287
 
2288
- #: ../lib/tickets/tribe-tickets-pro.php:309
2289
  #, php-format
2290
  msgid "Attendee List for: %s"
2291
  msgstr "Лист с потвърдилите присъствие на: %s"
2292
 
2293
- #: ../lib/tickets/tribe-tickets.php:298
2294
  msgid "Your ticket has been saved."
2295
  msgstr "Билета ви е запазен."
2296
 
2297
- #: ../lib/tickets/tribe-tickets.php:375
2298
  msgid "Your ticket has been deleted."
2299
  msgstr "Билета ви е изтрит."
2300
 
2301
- #: ../lib/tribe-admin-events-list.class.php:179
2302
  msgid "Start Date"
2303
  msgstr "Начална дата"
2304
 
2305
- #: ../lib/tribe-admin-events-list.class.php:180
2306
  msgid "End Date"
2307
  msgstr "Крайна дата"
2308
 
2309
- #: ../lib/tribe-admin-events-list.class.php:250
2310
  #, php-format
2311
  msgid "All %s"
2312
  msgstr "Всички %s"
2313
 
2314
- #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
2315
- #: ../lib/tribe-app-shop.class.php:87
2316
  msgid "Event Add-Ons"
2317
  msgstr "Add-Ons за събития"
2318
 
2319
- #: ../lib/tribe-debug-bar.class.php:28
2320
- msgid "Tribe"
2321
- msgstr "Tribe"
2322
-
2323
- #: ../lib/tribe-event-api.class.php:306
2324
  msgid "Unnamed Venue"
2325
  msgstr "Място без име"
2326
 
2327
- #: ../lib/tribe-event-api.class.php:375 ../lib/tribe-view-helpers.class.php:44
2328
- #: ../public/template-tags/venue.php:249
2329
  msgid "United States"
2330
  msgstr "САЩ"
2331
 
2332
- #: ../lib/tribe-event-exception.class.php:17
2333
- #: ../lib/tribe-event-exception.class.php:34
2334
  msgid "Error"
2335
  msgstr "Грешка"
2336
 
2337
- #: ../lib/tribe-field.class.php:176
2338
  msgid "Invalid field type specified"
2339
  msgstr "Посочен е невалиден тип на полето"
2340
 
2341
- #: ../lib/tribe-field.class.php:414
2342
  msgid "No radio options specified"
2343
  msgstr "Не е избран радио бутон"
2344
 
2345
- #: ../lib/tribe-field.class.php:449
2346
  msgid "No checkbox options specified"
2347
  msgstr "Не е избрана отметка"
2348
 
2349
- #: ../lib/tribe-field.class.php:500
2350
  msgid "No select options specified"
2351
  msgstr "Не е избрана опция от падащия списък"
2352
 
2353
- #: ../lib/tribe-ical.class.php:27
2354
  msgctxt "feed link"
2355
  msgid "&raquo;"
2356
  msgstr "&raquo;"
2357
 
2358
- #: ../lib/tribe-ical.class.php:28
2359
  #, php-format
2360
  msgid "%1$s %2$s iCal Feed"
2361
  msgstr "%1$s %2$s iCal Feed"
2362
 
2363
- #: ../lib/tribe-ical.class.php:74
2364
  msgid "Add to Google Calendar"
2365
  msgstr "Добави в Google Календар"
2366
 
2367
- #: ../lib/tribe-ical.class.php:74
2368
  msgid "Google Calendar"
2369
  msgstr "Google Календар"
2370
 
2371
- #: ../lib/tribe-ical.class.php:75
2372
  msgid "Download .ics file"
2373
- msgstr ""
2374
 
2375
- #: ../lib/tribe-ical.class.php:75
2376
  msgid "iCal Export"
2377
  msgstr "iCal Импорт"
2378
 
2379
- #: ../lib/tribe-ical.class.php:98
2380
  msgid "Month's Events"
2381
  msgstr "Събития за месеца"
2382
 
2383
- #: ../lib/tribe-ical.class.php:101
2384
  msgid "Week's Events"
2385
  msgstr "Събития за седмицата"
2386
 
2387
- #: ../lib/tribe-ical.class.php:104
2388
  msgid "Day's Events"
2389
  msgstr "Събития за деня"
2390
 
2391
- #: ../lib/tribe-ical.class.php:107
2392
  msgid "Listed Events"
2393
  msgstr "Списък със събития"
2394
 
2395
- #: ../lib/tribe-ical.class.php:112
2396
  msgid ""
2397
  "Use this to share calendar data with Google Calendar, Apple iCal and other "
2398
  "compatible apps"
2399
  msgstr ""
 
 
2400
 
2401
- #: ../lib/tribe-settings-tab.class.php:204
2402
  msgid "There are no fields setup for this tab yet."
2403
  msgstr "Все още няма настройка на полета за този таб."
2404
 
2405
- #: ../lib/tribe-settings.class.php:155 ../lib/tribe-settings.class.php:165
2406
  msgid "The Events Calendar Settings"
2407
  msgstr "Настройки на The Events Calendar"
2408
 
2409
- #: ../lib/tribe-settings.class.php:165
2410
  msgid "Events Settings"
2411
  msgstr "Настройки на събития"
2412
 
2413
- #: ../lib/tribe-settings.class.php:210
2414
  #, php-format
2415
  msgid "%s Settings"
2416
  msgstr "%s Настройки"
2417
 
2418
- #: ../lib/tribe-settings.class.php:224
2419
  msgid "You've requested a non-existent tab."
2420
  msgstr "Търсите несъществуващ таб."
2421
 
2422
- #: ../lib/tribe-settings.class.php:232
2423
  msgid " Save Changes"
2424
  msgstr " Записване на промените"
2425
 
2426
- #: ../lib/tribe-settings.class.php:280
2427
  msgid "You don't have permission to do that."
2428
  msgstr "Нямате достъп."
2429
 
2430
- #: ../lib/tribe-settings.class.php:286
2431
  msgid "The request was sent insecurely."
2432
  msgstr "Заявката не е изпратена безопасно."
2433
 
2434
- #: ../lib/tribe-settings.class.php:292
2435
  msgid "The request wasn't sent from this tab."
2436
  msgstr "Заявката не е изпратена от този таб."
2437
 
2438
- #: ../lib/tribe-settings.class.php:453
2439
  msgid "Your form had the following errors:"
2440
  msgstr "Формуляра Ви има следните грешки:"
2441
 
2442
- #: ../lib/tribe-settings.class.php:462
2443
  msgid "None of your settings were saved. Please try again."
2444
  msgstr "Вашите настройки не бяха запаметени. Моля опитайте отново."
2445
 
2446
- #: ../lib/tribe-settings.class.php:462
2447
  msgid ""
2448
  "The above setting was not saved. Other settings were successfully saved."
2449
  msgid_plural ""
@@ -2455,11 +2625,11 @@ msgstr[1] ""
2455
  "Настройките по-горе не са запаметени. Другите настройки са успешно "
2456
  "запаметени."
2457
 
2458
- #: ../lib/tribe-settings.class.php:484
2459
  msgid "Settings saved."
2460
  msgstr "Настройките са записани."
2461
 
2462
- #: ../lib/tribe-support.class.php:34
2463
  msgid ""
2464
  "Sometimes it's hard to tell what's going wrong without knowing more about "
2465
  "your system steup. For your convenience, we've put together a little report "
@@ -2469,7 +2639,7 @@ msgstr ""
2469
  "настройките на системата. За ваше удобство, ние съставихме малък доклад за "
2470
  "случващото се под капака."
2471
 
2472
- #: ../lib/tribe-support.class.php:35
2473
  msgid ""
2474
  "If you suspect that the problem you're having is related to another plugin, "
2475
  "or we're just plain having trouble reproducing your bug report, please copy "
@@ -2479,21 +2649,25 @@ msgstr ""
2479
  "състояние да възпроизведем грешката, която сте ни докладвали, молим да "
2480
  "копирате и да изпратите всичко това на екипа ни за поддръжка."
2481
 
2482
- #: ../lib/tribe-support.class.php:39
2483
  msgid "System Information"
2484
  msgstr "Системна информация"
2485
 
2486
- #: ../lib/tribe-template-factory.class.php:221
 
 
 
 
2487
  #, php-format
2488
  msgid "There were no results found for <strong>\"%s\"</strong>."
2489
  msgstr "Не са открити резултати за <strong>\"%s\"</strong>."
2490
 
2491
- #: ../lib/tribe-template-factory.class.php:224
2492
  #, php-format
2493
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2494
  msgstr "Не са намерени събития на или около <strong>\"%s\"</strong>."
2495
 
2496
- #: ../lib/tribe-template-factory.class.php:227
2497
  #, php-format
2498
  msgid ""
2499
  "No upcoming events listed under %s. Check out upcoming events for this "
@@ -2502,17 +2676,17 @@ msgstr ""
2502
  "Няма събития отбелязани с %s. Проверете предстоящите събития от тази "
2503
  "категория или прегледайте пълния календар."
2504
 
2505
- #: ../lib/tribe-template-factory.class.php:233
2506
  msgid "No previous events "
2507
  msgstr "Няма по-ранни събития"
2508
 
2509
- #: ../lib/tribe-templates.class.php:568
2510
  #, php-format
2511
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2512
  msgstr ""
2513
  "Презаписаните шаблони трябва да са преместени в правилната поддиректория: %s"
2514
 
2515
- #: ../lib/tribe-templates.class.php:609
2516
  #, php-format
2517
  msgid ""
2518
  "Template overrides should be moved to the correct subdirectory: "
@@ -2521,111 +2695,56 @@ msgstr ""
2521
  "Презаписаните шаблони трябва да са преместени в правилната поддиректория: "
2522
  "tribe_get_template_part('%s')"
2523
 
2524
- #: ../lib/tribe-the-events-calendar-import.class.php:64
2525
- #, php-format
2526
- msgid ""
2527
- "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2528
- "you have backed up before proceeding any further. You can easily <a href=\"%s"
2529
- "\">revert to an old version</a> if you want to backup first. This upgrade "
2530
- "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
2531
- "your templates as necessary. There have been significant changes to the "
2532
- "template tags and functions. Check out our <a href=\"%s\">walk-through on "
2533
- "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
2534
- "from the <a href=\"%s\">support page</a>. If you're new to The Events "
2535
- "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
2536
- "><br/> You have events that need to be migrated. Please visit the bottom of "
2537
- "the <a href=\"%s\">settings page</a> to perform the migration."
2538
- msgstr ""
2539
- "Добре дошли в Events 2.0! Това е огромно обновление спрямо 1.6.5. Моля, "
2540
- "уверете се, че сте направили резервно копие преди да продължите. Можете "
2541
- "лесно да <a href=\"%s\">се върнете към по-старата версия</a> ако искате "
2542
- "първо да направите резервно копие. Обновяването се състои от две основни "
2543
- "стъпки, <a href=\"%s\">мигриране на информацията</a> &amp; и обновяване на "
2544
- "шаблоните, ако е необходимо. Има значителна промяна в таговете и функциите "
2545
- "на шаблоните. Прегледайте нашият <a href=\"%s\">съветник за обновяване</a> "
2546
- "преди да продължите, както и FAQ страницата на <a href=\"%s\">страницата за "
2547
- "поддръжка</a>. Ако сте новодошъл потребител на The Events Calendar, може би "
2548
- "ще искате да прегледате <a href=\"%s\">нашият нов буквар</a>.<br/><br/> "
2549
- "Имате събития, които трябва да бъдат мигрирани. Моля, отидете в края на "
2550
- "страница <a href=\"%s\">настройки</a> за да извършите миграцията."
2551
-
2552
- #: ../lib/tribe-the-events-calendar-import.class.php:86
2553
- msgid "Upgrade from The Events Calendar"
2554
- msgstr "Надграждане от The Events Calendar"
2555
-
2556
- #: ../lib/tribe-the-events-calendar-import.class.php:87
2557
- msgid ""
2558
- "It appears that you have some old events calendar data that needs to be "
2559
- "upgraded. Please be sure to back up your database before initiating the "
2560
- "upgrade. This process can not be undone."
2561
- msgstr ""
2562
- "Оказва се, че имате стара информация, която трябва да се обнови. Моля, "
2563
- "уверете се, че сте направили резервно копие преди да започнете с "
2564
- "обновяването. Процеса е необратим."
2565
-
2566
- #: ../lib/tribe-the-events-calendar-import.class.php:88
2567
- msgid "Migrate Data!"
2568
- msgstr "Мигриране на данните!"
2569
-
2570
- #: ../lib/tribe-the-events-calendar-import.class.php:166
2571
- #, php-format
2572
- msgid "You successfully migrated (%d) entries."
2573
- msgstr "Успешно мигрирахте (%d) записа."
2574
-
2575
- #: ../lib/tribe-the-events-calendar-import.class.php:242
2576
- msgid "Install has 1 or more legacy event!"
2577
- msgstr "Инсталацията има 1 или повече наследствени събития!"
2578
-
2579
- #: ../lib/tribe-validate.class.php:73 ../lib/tribe-validate.class.php:111
2580
  msgid "Invalid or incomplete field passed"
2581
  msgstr "Има невалидно или незавършено поле"
2582
 
2583
- #: ../lib/tribe-validate.class.php:74 ../lib/tribe-validate.class.php:106
2584
- #: ../lib/tribe-validate.class.php:112
2585
  msgid "Field ID:"
2586
  msgstr "ID на поле:"
2587
 
2588
- #: ../lib/tribe-validate.class.php:105
2589
  msgid "Non-existant field validation function passed"
2590
  msgstr "Изпратена е несъществуваща функция за валидиране на полето"
2591
 
2592
- #: ../lib/tribe-validate.class.php:106
2593
  msgctxt "non-existant function name passed for field validation"
2594
  msgid "with function name:"
2595
  msgstr "with function name:"
2596
 
2597
- #: ../lib/tribe-validate.class.php:129 ../lib/tribe-validate.class.php:145
2598
  #, php-format
2599
  msgid "%s must contain numbers and letters only"
2600
  msgstr "%s трябва да съдържа само цифри и букви"
2601
 
2602
- #: ../lib/tribe-validate.class.php:161
2603
  #, php-format
2604
  msgid "%s must contain numbers, letters and dots only"
2605
  msgstr "%s трябва да съдържа само цифри, букви и точки"
2606
 
2607
- #: ../lib/tribe-validate.class.php:175
2608
  #, php-format
2609
  msgid "%s must be a positive number."
2610
  msgstr "%s трябва да е положително число."
2611
 
2612
- #: ../lib/tribe-validate.class.php:190
2613
  #, php-format
2614
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2615
  msgstr "%s трябва да е валиден низ (числа, букви, тире и долно тире)."
2616
 
2617
- #: ../lib/tribe-validate.class.php:205
2618
  #, php-format
2619
  msgid "%s must be a valid absolute URL."
2620
  msgstr "%s трябва да е валиден абсолюрен URL."
2621
 
2622
- #: ../lib/tribe-validate.class.php:221 ../lib/tribe-validate.class.php:238
2623
- #: ../lib/tribe-validate.class.php:257
2624
  #, php-format
2625
  msgid "%s must have a value that's part of its options."
2626
  msgstr "%s трябва да има стойност, която отговаря на една от възможноте опции."
2627
 
2628
- #: ../lib/tribe-validate.class.php:271
2629
  #, php-format
2630
  msgid ""
2631
  "Comparison validation failed because no comparison value was provided, for "
@@ -2634,48 +2753,48 @@ msgstr ""
2634
  "Валидирането на сравнението се провали, тъй като не е зададена стойност за "
2635
  "сравнение в полето %s"
2636
 
2637
- #: ../lib/tribe-validate.class.php:278
2638
  #, php-format
2639
  msgid "%s cannot be the same as %s."
2640
  msgstr "%s не може да съвпада с %s."
2641
 
2642
- #: ../lib/tribe-validate.class.php:280
2643
  #, php-format
2644
  msgid "%s cannot be a duplicate"
2645
  msgstr "%s не може да се дублира"
2646
 
2647
- #: ../lib/tribe-validate.class.php:296
2648
  #, php-format
2649
  msgid "%s must be a number or percentage."
2650
  msgstr "%s трябва да е номер или процент."
2651
 
2652
- #: ../lib/tribe-validate.class.php:350
2653
  #, php-format
2654
  msgid "%s must be a number between 0 and 21."
2655
  msgstr "%s трябва да е число между 0 и 21."
2656
 
2657
- #: ../lib/tribe-validate.class.php:366
2658
  #, php-format
2659
  msgid ""
2660
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2661
  msgstr "%s трябва да съдържа само букви, цифри, тирета, апострофи и интервали."
2662
 
2663
- #: ../lib/tribe-validate.class.php:382
2664
  #, php-format
2665
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2666
  msgstr "%s трябва да съдържа само букви, интервали, апострофи и тирета."
2667
 
2668
- #: ../lib/tribe-validate.class.php:396
2669
  #, php-format
2670
  msgid "%s must consist of 5 numbers."
2671
  msgstr "%s трябва да съдържа 5 цифри."
2672
 
2673
- #: ../lib/tribe-validate.class.php:410
2674
  #, php-format
2675
  msgid "%s must be a phone number."
2676
  msgstr "%s трябва да е валиден телефонен номер."
2677
 
2678
- #: ../lib/tribe-validate.class.php:426
2679
  msgid ""
2680
  "Country List must be formatted as one country per line in the following "
2681
  "format: <br>US, United States <br> UK, United Kingdom."
@@ -2683,1283 +2802,1293 @@ msgstr ""
2683
  "Списъка със страните трябва да съдържа по една страна на ред и да бъде в "
2684
  "следния формат: <br>САЩ, Съединени Американски щати <br> БГ, България."
2685
 
2686
- #: ../lib/tribe-view-helpers.class.php:24
2687
- #: ../lib/tribe-view-helpers.class.php:43
2688
  msgid "Select a Country:"
2689
  msgstr "Избор на страна:"
2690
 
2691
- #: ../lib/tribe-view-helpers.class.php:45
2692
  msgid "Afghanistan"
2693
  msgstr "Афганистан"
2694
 
2695
- #: ../lib/tribe-view-helpers.class.php:46
2696
  msgid "Albania"
2697
  msgstr "Албания"
2698
 
2699
- #: ../lib/tribe-view-helpers.class.php:47
2700
  msgid "Algeria"
2701
  msgstr "Алжир"
2702
 
2703
- #: ../lib/tribe-view-helpers.class.php:48
2704
  msgid "American Samoa"
2705
  msgstr "Американска Самоа"
2706
 
2707
- #: ../lib/tribe-view-helpers.class.php:49
2708
  msgid "Andorra"
2709
  msgstr "Андора"
2710
 
2711
- #: ../lib/tribe-view-helpers.class.php:50
2712
  msgid "Angola"
2713
  msgstr "Ангола"
2714
 
2715
- #: ../lib/tribe-view-helpers.class.php:51
2716
  msgid "Anguilla"
2717
  msgstr "Ангуила"
2718
 
2719
- #: ../lib/tribe-view-helpers.class.php:52
2720
  msgid "Antarctica"
2721
  msgstr "Антарктида"
2722
 
2723
- #: ../lib/tribe-view-helpers.class.php:53
2724
  msgid "Antigua And Barbuda"
2725
  msgstr "Антигуа и Барбуда"
2726
 
2727
- #: ../lib/tribe-view-helpers.class.php:54
2728
  msgid "Argentina"
2729
  msgstr "Аржентина"
2730
 
2731
- #: ../lib/tribe-view-helpers.class.php:55
2732
  msgid "Armenia"
2733
  msgstr "Армения"
2734
 
2735
- #: ../lib/tribe-view-helpers.class.php:56
2736
  msgid "Aruba"
2737
  msgstr "Аруба"
2738
 
2739
- #: ../lib/tribe-view-helpers.class.php:57
2740
  msgid "Australia"
2741
  msgstr "Австралия"
2742
 
2743
- #: ../lib/tribe-view-helpers.class.php:58
2744
  msgid "Austria"
2745
  msgstr "Австрия"
2746
 
2747
- #: ../lib/tribe-view-helpers.class.php:59
2748
  msgid "Azerbaijan"
2749
  msgstr "Азербейджан"
2750
 
2751
- #: ../lib/tribe-view-helpers.class.php:60
2752
  msgid "Bahamas"
2753
  msgstr "Бахамски острови"
2754
 
2755
- #: ../lib/tribe-view-helpers.class.php:61
2756
  msgid "Bahrain"
2757
  msgstr "Бахрейн"
2758
 
2759
- #: ../lib/tribe-view-helpers.class.php:62
2760
  msgid "Bangladesh"
2761
  msgstr "Бангладеш"
2762
 
2763
- #: ../lib/tribe-view-helpers.class.php:63
2764
  msgid "Barbados"
2765
  msgstr "Барбадос"
2766
 
2767
- #: ../lib/tribe-view-helpers.class.php:64
2768
  msgid "Belarus"
2769
  msgstr "Беларус"
2770
 
2771
- #: ../lib/tribe-view-helpers.class.php:65
2772
  msgid "Belgium"
2773
  msgstr "Белгия"
2774
 
2775
- #: ../lib/tribe-view-helpers.class.php:66
2776
  msgid "Belize"
2777
  msgstr "Белиз"
2778
 
2779
- #: ../lib/tribe-view-helpers.class.php:67
2780
  msgid "Benin"
2781
  msgstr "Бенин"
2782
 
2783
- #: ../lib/tribe-view-helpers.class.php:68
2784
  msgid "Bermuda"
2785
  msgstr "Бермудски острови"
2786
 
2787
- #: ../lib/tribe-view-helpers.class.php:69
2788
  msgid "Bhutan"
2789
  msgstr "Бутан"
2790
 
2791
- #: ../lib/tribe-view-helpers.class.php:70
2792
  msgid "Bolivia"
2793
  msgstr "Боливия"
2794
 
2795
- #: ../lib/tribe-view-helpers.class.php:71
2796
  msgid "Bosnia And Herzegowina"
2797
  msgstr "Босна и Херцеговина"
2798
 
2799
- #: ../lib/tribe-view-helpers.class.php:72
2800
  msgid "Botswana"
2801
  msgstr "Ботсвана"
2802
 
2803
- #: ../lib/tribe-view-helpers.class.php:73
2804
  msgid "Bouvet Island"
2805
  msgstr "Буве"
2806
 
2807
- #: ../lib/tribe-view-helpers.class.php:74
2808
  msgid "Brazil"
2809
  msgstr "Бразилия"
2810
 
2811
- #: ../lib/tribe-view-helpers.class.php:75
2812
  msgid "British Indian Ocean Territory"
2813
  msgstr "Британска индоокеанска територия"
2814
 
2815
- #: ../lib/tribe-view-helpers.class.php:76
2816
  msgid "Brunei Darussalam"
2817
  msgstr "Бруней"
2818
 
2819
- #: ../lib/tribe-view-helpers.class.php:77
2820
  msgid "Bulgaria"
2821
  msgstr "България"
2822
 
2823
- #: ../lib/tribe-view-helpers.class.php:78
2824
  msgid "Burkina Faso"
2825
  msgstr "Буркина Фасо"
2826
 
2827
- #: ../lib/tribe-view-helpers.class.php:79
2828
  msgid "Burundi"
2829
  msgstr "Бурунди"
2830
 
2831
- #: ../lib/tribe-view-helpers.class.php:80
2832
  msgid "Cambodia"
2833
  msgstr "Камбоджа"
2834
 
2835
- #: ../lib/tribe-view-helpers.class.php:81
2836
  msgid "Cameroon"
2837
  msgstr "Камерун"
2838
 
2839
- #: ../lib/tribe-view-helpers.class.php:82
2840
  msgid "Canada"
2841
  msgstr "Канада"
2842
 
2843
- #: ../lib/tribe-view-helpers.class.php:83
2844
  msgid "Cape Verde"
2845
  msgstr "Кабо Верде"
2846
 
2847
- #: ../lib/tribe-view-helpers.class.php:84
2848
  msgid "Cayman Islands"
2849
  msgstr "Кайманови острови"
2850
 
2851
- #: ../lib/tribe-view-helpers.class.php:85
2852
  msgid "Central African Republic"
2853
  msgstr "Централноафриканска република"
2854
 
2855
- #: ../lib/tribe-view-helpers.class.php:86
2856
  msgid "Chad"
2857
  msgstr "Чад"
2858
 
2859
- #: ../lib/tribe-view-helpers.class.php:87
2860
  msgid "Chile"
2861
  msgstr "Чили"
2862
 
2863
- #: ../lib/tribe-view-helpers.class.php:88
2864
  msgid "China"
2865
  msgstr "Китай"
2866
 
2867
- #: ../lib/tribe-view-helpers.class.php:89
2868
  msgid "Christmas Island"
2869
  msgstr "Коледен остров"
2870
 
2871
- #: ../lib/tribe-view-helpers.class.php:90
2872
  msgid "Cocos (Keeling) Islands"
2873
  msgstr "Кокосови острови"
2874
 
2875
- #: ../lib/tribe-view-helpers.class.php:91
2876
  msgid "Colombia"
2877
  msgstr "Колумбия"
2878
 
2879
- #: ../lib/tribe-view-helpers.class.php:92
2880
  msgid "Comoros"
2881
  msgstr "Коморски острови"
2882
 
2883
- #: ../lib/tribe-view-helpers.class.php:93
2884
  msgid "Congo"
2885
  msgstr "Конго"
2886
 
2887
- #: ../lib/tribe-view-helpers.class.php:94
2888
  msgid "Congo, The Democratic Republic Of The"
2889
  msgstr "Конго, Демократична република"
2890
 
2891
- #: ../lib/tribe-view-helpers.class.php:95
2892
  msgid "Cook Islands"
2893
  msgstr "Кук"
2894
 
2895
- #: ../lib/tribe-view-helpers.class.php:96
2896
  msgid "Costa Rica"
2897
  msgstr "Коста Рика"
2898
 
2899
- #: ../lib/tribe-view-helpers.class.php:97
2900
  msgid "Cote D'Ivoire"
2901
  msgstr "Кот д'Ивоар"
2902
 
2903
- #: ../lib/tribe-view-helpers.class.php:98
2904
  msgid "Croatia (Local Name: Hrvatska)"
2905
  msgstr "Хърватия"
2906
 
2907
- #: ../lib/tribe-view-helpers.class.php:99
2908
  msgid "Cuba"
2909
  msgstr "Куба"
2910
 
2911
- #: ../lib/tribe-view-helpers.class.php:100
2912
  msgid "Cyprus"
2913
  msgstr "Кипър"
2914
 
2915
- #: ../lib/tribe-view-helpers.class.php:101
2916
  msgid "Czech Republic"
2917
  msgstr "Чехия"
2918
 
2919
- #: ../lib/tribe-view-helpers.class.php:102
2920
  msgid "Denmark"
2921
  msgstr "Дания"
2922
 
2923
- #: ../lib/tribe-view-helpers.class.php:103
2924
  msgid "Djibouti"
2925
  msgstr "Джибути"
2926
 
2927
- #: ../lib/tribe-view-helpers.class.php:104
2928
  msgid "Dominica"
2929
  msgstr "Доминика"
2930
 
2931
- #: ../lib/tribe-view-helpers.class.php:105
2932
  msgid "Dominican Republic"
2933
  msgstr "Доминиканска република"
2934
 
2935
- #: ../lib/tribe-view-helpers.class.php:106
2936
  msgid "East Timor"
2937
  msgstr "Източен Тимор"
2938
 
2939
- #: ../lib/tribe-view-helpers.class.php:107
2940
  msgid "Ecuador"
2941
  msgstr "Еквадор"
2942
 
2943
- #: ../lib/tribe-view-helpers.class.php:108
2944
  msgid "Egypt"
2945
  msgstr "Египет"
2946
 
2947
- #: ../lib/tribe-view-helpers.class.php:109
2948
  msgid "El Salvador"
2949
  msgstr "Салвадор"
2950
 
2951
- #: ../lib/tribe-view-helpers.class.php:110
2952
  msgid "Equatorial Guinea"
2953
  msgstr "Екваториална Гвинея"
2954
 
2955
- #: ../lib/tribe-view-helpers.class.php:111
2956
  msgid "Eritrea"
2957
  msgstr "Еритрея"
2958
 
2959
- #: ../lib/tribe-view-helpers.class.php:112
2960
  msgid "Estonia"
2961
  msgstr "Естония"
2962
 
2963
- #: ../lib/tribe-view-helpers.class.php:113
2964
  msgid "Ethiopia"
2965
  msgstr "Етиопия"
2966
 
2967
- #: ../lib/tribe-view-helpers.class.php:114
2968
  msgid "Falkland Islands (Malvinas)"
2969
  msgstr "Фолкландски острови"
2970
 
2971
- #: ../lib/tribe-view-helpers.class.php:115
2972
  msgid "Faroe Islands"
2973
  msgstr "Ферьорски острови"
2974
 
2975
- #: ../lib/tribe-view-helpers.class.php:116
2976
  msgid "Fiji"
2977
  msgstr "Фиджи"
2978
 
2979
- #: ../lib/tribe-view-helpers.class.php:117
2980
  msgid "Finland"
2981
  msgstr "Финландия"
2982
 
2983
- #: ../lib/tribe-view-helpers.class.php:118
2984
  msgid "France"
2985
  msgstr "Франция"
2986
 
2987
- #: ../lib/tribe-view-helpers.class.php:119
2988
  msgid "France, Metropolitan"
2989
  msgstr "Франция, Метрополия"
2990
 
2991
- #: ../lib/tribe-view-helpers.class.php:120
2992
  msgid "French Guiana"
2993
  msgstr "Френска Гвиана"
2994
 
2995
- #: ../lib/tribe-view-helpers.class.php:121
2996
  msgid "French Polynesia"
2997
  msgstr "Френска Полинезия"
2998
 
2999
- #: ../lib/tribe-view-helpers.class.php:122
3000
  msgid "French Southern Territories"
3001
  msgstr "Френски южни и антарктически територии"
3002
 
3003
- #: ../lib/tribe-view-helpers.class.php:123
3004
  msgid "Gabon"
3005
  msgstr "Габон"
3006
 
3007
- #: ../lib/tribe-view-helpers.class.php:124
3008
  msgid "Gambia"
3009
  msgstr "Гамбия"
3010
 
3011
- #: ../lib/tribe-view-helpers.class.php:125
3012
- #: ../lib/tribe-view-helpers.class.php:318
3013
  msgid "Georgia"
3014
  msgstr "Грузия"
3015
 
3016
- #: ../lib/tribe-view-helpers.class.php:126
3017
  msgid "Germany"
3018
  msgstr "Германия"
3019
 
3020
- #: ../lib/tribe-view-helpers.class.php:127
3021
  msgid "Ghana"
3022
  msgstr "Гана"
3023
 
3024
- #: ../lib/tribe-view-helpers.class.php:128
3025
  msgid "Gibraltar"
3026
  msgstr "Гибралтар"
3027
 
3028
- #: ../lib/tribe-view-helpers.class.php:129
3029
  msgid "Greece"
3030
  msgstr "Гърция"
3031
 
3032
- #: ../lib/tribe-view-helpers.class.php:130
3033
  msgid "Greenland"
3034
  msgstr "Гренландия"
3035
 
3036
- #: ../lib/tribe-view-helpers.class.php:131
3037
  msgid "Grenada"
3038
  msgstr "Гренада"
3039
 
3040
- #: ../lib/tribe-view-helpers.class.php:132
3041
  msgid "Guadeloupe"
3042
  msgstr "Гваделупа"
3043
 
3044
- #: ../lib/tribe-view-helpers.class.php:133
3045
  msgid "Guam"
3046
  msgstr "Гуам"
3047
 
3048
- #: ../lib/tribe-view-helpers.class.php:134
3049
  msgid "Guatemala"
3050
  msgstr "Гватемала"
3051
 
3052
- #: ../lib/tribe-view-helpers.class.php:135
3053
  msgid "Guinea"
3054
  msgstr "Гвинея"
3055
 
3056
- #: ../lib/tribe-view-helpers.class.php:136
3057
  msgid "Guinea-Bissau"
3058
  msgstr "Гвинея-Бисау"
3059
 
3060
- #: ../lib/tribe-view-helpers.class.php:137
3061
  msgid "Guyana"
3062
  msgstr "Гвиана"
3063
 
3064
- #: ../lib/tribe-view-helpers.class.php:138
3065
  msgid "Haiti"
3066
  msgstr "Хаити"
3067
 
3068
- #: ../lib/tribe-view-helpers.class.php:139
3069
  msgid "Heard And Mc Donald Islands"
3070
  msgstr "Хърд и Макдоналд"
3071
 
3072
- #: ../lib/tribe-view-helpers.class.php:140
3073
  msgid "Holy See (Vatican City State)"
3074
  msgstr "Ватикана"
3075
 
3076
- #: ../lib/tribe-view-helpers.class.php:141
3077
  msgid "Honduras"
3078
  msgstr "Хондурас"
3079
 
3080
- #: ../lib/tribe-view-helpers.class.php:142
3081
  msgid "Hong Kong"
3082
  msgstr "Хонконг"
3083
 
3084
- #: ../lib/tribe-view-helpers.class.php:143
3085
  msgid "Hungary"
3086
  msgstr "Унгария"
3087
 
3088
- #: ../lib/tribe-view-helpers.class.php:144
3089
  msgid "Iceland"
3090
  msgstr "Исландия"
3091
 
3092
- #: ../lib/tribe-view-helpers.class.php:145
3093
  msgid "India"
3094
  msgstr "Индия"
3095
 
3096
- #: ../lib/tribe-view-helpers.class.php:146
3097
  msgid "Indonesia"
3098
  msgstr "Индонезия"
3099
 
3100
- #: ../lib/tribe-view-helpers.class.php:147
3101
  msgid "Iran (Islamic Republic Of)"
3102
  msgstr "Иран"
3103
 
3104
- #: ../lib/tribe-view-helpers.class.php:148
3105
  msgid "Iraq"
3106
  msgstr "Ирак"
3107
 
3108
- #: ../lib/tribe-view-helpers.class.php:149
3109
  msgid "Ireland"
3110
  msgstr "Ирландия"
3111
 
3112
- #: ../lib/tribe-view-helpers.class.php:150
3113
  msgid "Israel"
3114
  msgstr "Израел"
3115
 
3116
- #: ../lib/tribe-view-helpers.class.php:151
3117
  msgid "Italy"
3118
  msgstr "Италия"
3119
 
3120
- #: ../lib/tribe-view-helpers.class.php:152
3121
  msgid "Jamaica"
3122
  msgstr "Ямайка"
3123
 
3124
- #: ../lib/tribe-view-helpers.class.php:153
3125
  msgid "Japan"
3126
  msgstr "Япония"
3127
 
3128
- #: ../lib/tribe-view-helpers.class.php:154
3129
  msgid "Jordan"
3130
  msgstr "Йордания"
3131
 
3132
- #: ../lib/tribe-view-helpers.class.php:155
3133
  msgid "Kazakhstan"
3134
  msgstr "Казахстан"
3135
 
3136
- #: ../lib/tribe-view-helpers.class.php:156
3137
  msgid "Kenya"
3138
  msgstr "Кения"
3139
 
3140
- #: ../lib/tribe-view-helpers.class.php:157
3141
  msgid "Kiribati"
3142
  msgstr "Кирибати"
3143
 
3144
- #: ../lib/tribe-view-helpers.class.php:158
3145
  msgid "Korea, Democratic People's Republic Of"
3146
  msgstr "Северна Корея"
3147
 
3148
- #: ../lib/tribe-view-helpers.class.php:159
3149
  msgid "Korea, Republic Of"
3150
  msgstr "Южна Корея"
3151
 
3152
- #: ../lib/tribe-view-helpers.class.php:160
3153
  msgid "Kuwait"
3154
  msgstr "Кувейт"
3155
 
3156
- #: ../lib/tribe-view-helpers.class.php:161
3157
  msgid "Kyrgyzstan"
3158
  msgstr "Киргизстан"
3159
 
3160
- #: ../lib/tribe-view-helpers.class.php:162
3161
  msgid "Lao People's Democratic Republic"
3162
  msgstr "Лаос"
3163
 
3164
- #: ../lib/tribe-view-helpers.class.php:163
3165
  msgid "Latvia"
3166
  msgstr "Латвия"
3167
 
3168
- #: ../lib/tribe-view-helpers.class.php:164
3169
  msgid "Lebanon"
3170
  msgstr "Ливан"
3171
 
3172
- #: ../lib/tribe-view-helpers.class.php:165
3173
  msgid "Lesotho"
3174
  msgstr "Лесото"
3175
 
3176
- #: ../lib/tribe-view-helpers.class.php:166
3177
  msgid "Liberia"
3178
  msgstr "Либерия"
3179
 
3180
- #: ../lib/tribe-view-helpers.class.php:167
3181
  msgid "Libya"
3182
  msgstr "Либия"
3183
 
3184
- #: ../lib/tribe-view-helpers.class.php:168
3185
  msgid "Liechtenstein"
3186
  msgstr "Лихтенщайн"
3187
 
3188
- #: ../lib/tribe-view-helpers.class.php:169
3189
  msgid "Lithuania"
3190
  msgstr "Литва"
3191
 
3192
- #: ../lib/tribe-view-helpers.class.php:170
3193
  msgid "Luxembourg"
3194
  msgstr "Люксембург"
3195
 
3196
- #: ../lib/tribe-view-helpers.class.php:171
3197
  msgid "Macau"
3198
  msgstr "Макао"
3199
 
3200
- #: ../lib/tribe-view-helpers.class.php:172
3201
  msgid "Macedonia"
3202
  msgstr "Македония"
3203
 
3204
- #: ../lib/tribe-view-helpers.class.php:173
3205
  msgid "Madagascar"
3206
  msgstr "Мадагаскар"
3207
 
3208
- #: ../lib/tribe-view-helpers.class.php:174
3209
  msgid "Malawi"
3210
  msgstr "Малави"
3211
 
3212
- #: ../lib/tribe-view-helpers.class.php:175
3213
  msgid "Malaysia"
3214
  msgstr "Малайзия"
3215
 
3216
- #: ../lib/tribe-view-helpers.class.php:176
3217
  msgid "Maldives"
3218
  msgstr "Малдиви"
3219
 
3220
- #: ../lib/tribe-view-helpers.class.php:177
3221
  msgid "Mali"
3222
  msgstr "Мали"
3223
 
3224
- #: ../lib/tribe-view-helpers.class.php:178
3225
  msgid "Malta"
3226
  msgstr "Малта"
3227
 
3228
- #: ../lib/tribe-view-helpers.class.php:179
3229
  msgid "Marshall Islands"
3230
  msgstr "Маршалови острови"
3231
 
3232
- #: ../lib/tribe-view-helpers.class.php:180
3233
  msgid "Martinique"
3234
  msgstr "Мартиника"
3235
 
3236
- #: ../lib/tribe-view-helpers.class.php:181
3237
  msgid "Mauritania"
3238
  msgstr "Мавритания"
3239
 
3240
- #: ../lib/tribe-view-helpers.class.php:182
3241
  msgid "Mauritius"
3242
  msgstr "Мавриций"
3243
 
3244
- #: ../lib/tribe-view-helpers.class.php:183
3245
  msgid "Mayotte"
3246
  msgstr "Майот"
3247
 
3248
- #: ../lib/tribe-view-helpers.class.php:184
3249
  msgid "Mexico"
3250
  msgstr "Мексико"
3251
 
3252
- #: ../lib/tribe-view-helpers.class.php:185
3253
  msgid "Micronesia, Federated States Of"
3254
  msgstr "Микронезия"
3255
 
3256
- #: ../lib/tribe-view-helpers.class.php:186
3257
  msgid "Moldova, Republic Of"
3258
  msgstr "Молдова"
3259
 
3260
- #: ../lib/tribe-view-helpers.class.php:187
3261
  msgid "Monaco"
3262
  msgstr "Монако"
3263
 
3264
- #: ../lib/tribe-view-helpers.class.php:188
3265
  msgid "Mongolia"
3266
  msgstr "Монголия"
3267
 
3268
- #: ../lib/tribe-view-helpers.class.php:189
3269
  msgid "Montenegro"
3270
  msgstr "Черна гора"
3271
 
3272
- #: ../lib/tribe-view-helpers.class.php:190
3273
  msgid "Montserrat"
3274
  msgstr "Монсерат"
3275
 
3276
- #: ../lib/tribe-view-helpers.class.php:191
3277
  msgid "Morocco"
3278
  msgstr "Мароко"
3279
 
3280
- #: ../lib/tribe-view-helpers.class.php:192
3281
  msgid "Mozambique"
3282
  msgstr "Мозамбик"
3283
 
3284
- #: ../lib/tribe-view-helpers.class.php:193
3285
  msgid "Myanmar"
3286
  msgstr "Мианмар"
3287
 
3288
- #: ../lib/tribe-view-helpers.class.php:194
3289
  msgid "Namibia"
3290
  msgstr "Намибия"
3291
 
3292
- #: ../lib/tribe-view-helpers.class.php:195
3293
  msgid "Nauru"
3294
  msgstr "Науру"
3295
 
3296
- #: ../lib/tribe-view-helpers.class.php:196
3297
  msgid "Nepal"
3298
  msgstr "Непал"
3299
 
3300
- #: ../lib/tribe-view-helpers.class.php:197
3301
  msgid "Netherlands"
3302
  msgstr "Холандия"
3303
 
3304
- #: ../lib/tribe-view-helpers.class.php:198
3305
  msgid "Netherlands Antilles"
3306
  msgstr "Нидерландски Антили"
3307
 
3308
- #: ../lib/tribe-view-helpers.class.php:199
3309
  msgid "New Caledonia"
3310
  msgstr "Нова Каледония"
3311
 
3312
- #: ../lib/tribe-view-helpers.class.php:200
3313
  msgid "New Zealand"
3314
  msgstr "Нова Зеландия"
3315
 
3316
- #: ../lib/tribe-view-helpers.class.php:201
3317
  msgid "Nicaragua"
3318
  msgstr "Никарагуа"
3319
 
3320
- #: ../lib/tribe-view-helpers.class.php:202
3321
  msgid "Niger"
3322
  msgstr "Нигер"
3323
 
3324
- #: ../lib/tribe-view-helpers.class.php:203
3325
  msgid "Nigeria"
3326
  msgstr "Нигерия"
3327
 
3328
- #: ../lib/tribe-view-helpers.class.php:204
3329
  msgid "Niue"
3330
  msgstr "Ниуе"
3331
 
3332
- #: ../lib/tribe-view-helpers.class.php:205
3333
  msgid "Norfolk Island"
3334
  msgstr "Норфолк"
3335
 
3336
- #: ../lib/tribe-view-helpers.class.php:206
3337
  msgid "Northern Mariana Islands"
3338
  msgstr "Северни Мариански острови"
3339
 
3340
- #: ../lib/tribe-view-helpers.class.php:207
3341
  msgid "Norway"
3342
  msgstr "Норвегия"
3343
 
3344
- #: ../lib/tribe-view-helpers.class.php:208
3345
  msgid "Oman"
3346
  msgstr "Оман"
3347
 
3348
- #: ../lib/tribe-view-helpers.class.php:209
3349
  msgid "Pakistan"
3350
  msgstr "Пакистан"
3351
 
3352
- #: ../lib/tribe-view-helpers.class.php:210
3353
  msgid "Palau"
3354
  msgstr "Палау"
3355
 
3356
- #: ../lib/tribe-view-helpers.class.php:211
3357
  msgid "Panama"
3358
  msgstr "Панама"
3359
 
3360
- #: ../lib/tribe-view-helpers.class.php:212
3361
  msgid "Papua New Guinea"
3362
  msgstr "Папуа Нова Гвинея"
3363
 
3364
- #: ../lib/tribe-view-helpers.class.php:213
3365
  msgid "Paraguay"
3366
  msgstr "Парагвай"
3367
 
3368
- #: ../lib/tribe-view-helpers.class.php:214
3369
  msgid "Peru"
3370
  msgstr "Перу"
3371
 
3372
- #: ../lib/tribe-view-helpers.class.php:215
3373
  msgid "Philippines"
3374
  msgstr "Филипини"
3375
 
3376
- #: ../lib/tribe-view-helpers.class.php:216
3377
  msgid "Pitcairn"
3378
  msgstr "Питкерн"
3379
 
3380
- #: ../lib/tribe-view-helpers.class.php:217
3381
  msgid "Poland"
3382
  msgstr "Полша"
3383
 
3384
- #: ../lib/tribe-view-helpers.class.php:218
3385
  msgid "Portugal"
3386
  msgstr "Португалия"
3387
 
3388
- #: ../lib/tribe-view-helpers.class.php:219
3389
  msgid "Puerto Rico"
3390
  msgstr "Пуерто Рико"
3391
 
3392
- #: ../lib/tribe-view-helpers.class.php:220
3393
  msgid "Qatar"
3394
  msgstr "Катар"
3395
 
3396
- #: ../lib/tribe-view-helpers.class.php:221
3397
  msgid "Reunion"
3398
  msgstr "Реюнион"
3399
 
3400
- #: ../lib/tribe-view-helpers.class.php:222
3401
  msgid "Romania"
3402
  msgstr "Румъния"
3403
 
3404
- #: ../lib/tribe-view-helpers.class.php:223
3405
  msgid "Russian Federation"
3406
  msgstr "Русия"
3407
 
3408
- #: ../lib/tribe-view-helpers.class.php:224
3409
  msgid "Rwanda"
3410
  msgstr "Руанда"
3411
 
3412
- #: ../lib/tribe-view-helpers.class.php:225
3413
  msgid "Saint Kitts And Nevis"
3414
  msgstr "Сейнт Китс и Невис"
3415
 
3416
- #: ../lib/tribe-view-helpers.class.php:226
3417
  msgid "Saint Lucia"
3418
  msgstr "Сейнт Лусия"
3419
 
3420
- #: ../lib/tribe-view-helpers.class.php:227
3421
  msgid "Saint Vincent And The Grenadines"
3422
  msgstr "Сейнт Винсент и Гренадини"
3423
 
3424
- #: ../lib/tribe-view-helpers.class.php:228
3425
  msgid "Samoa"
3426
  msgstr "Самоа"
3427
 
3428
- #: ../lib/tribe-view-helpers.class.php:229
3429
  msgid "San Marino"
3430
  msgstr "Сан Марино"
3431
 
3432
- #: ../lib/tribe-view-helpers.class.php:230
3433
  msgid "Sao Tome And Principe"
3434
  msgstr "Сао Томе и Принсипи"
3435
 
3436
- #: ../lib/tribe-view-helpers.class.php:231
3437
  msgid "Saudi Arabia"
3438
  msgstr "Саудитска Арабия"
3439
 
3440
- #: ../lib/tribe-view-helpers.class.php:232
3441
  msgid "Senegal"
3442
  msgstr "Сенегал"
3443
 
3444
- #: ../lib/tribe-view-helpers.class.php:233
3445
  msgid "Serbia"
3446
  msgstr "Сърбия"
3447
 
3448
- #: ../lib/tribe-view-helpers.class.php:234
3449
  msgid "Seychelles"
3450
  msgstr "Сейшели"
3451
 
3452
- #: ../lib/tribe-view-helpers.class.php:235
3453
  msgid "Sierra Leone"
3454
  msgstr "Сиера Леоне"
3455
 
3456
- #: ../lib/tribe-view-helpers.class.php:236
3457
  msgid "Singapore"
3458
  msgstr "Сингапур"
3459
 
3460
- #: ../lib/tribe-view-helpers.class.php:237
3461
  msgid "Slovakia (Slovak Republic)"
3462
  msgstr "Словакия"
3463
 
3464
- #: ../lib/tribe-view-helpers.class.php:238
3465
  msgid "Slovenia"
3466
  msgstr "Словения"
3467
 
3468
- #: ../lib/tribe-view-helpers.class.php:239
3469
  msgid "Solomon Islands"
3470
  msgstr "Соломонови острови"
3471
 
3472
- #: ../lib/tribe-view-helpers.class.php:240
3473
  msgid "Somalia"
3474
  msgstr "Сомалия"
3475
 
3476
- #: ../lib/tribe-view-helpers.class.php:241
3477
  msgid "South Africa"
3478
  msgstr "Република Южна Африка"
3479
 
3480
- #: ../lib/tribe-view-helpers.class.php:242
3481
  msgid "South Georgia, South Sandwich Islands"
3482
  msgstr "Южна Джорджия и Южни Сандвичеви острови"
3483
 
3484
- #: ../lib/tribe-view-helpers.class.php:243
3485
  msgid "Spain"
3486
  msgstr "Испания"
3487
 
3488
- #: ../lib/tribe-view-helpers.class.php:244
3489
  msgid "Sri Lanka"
3490
  msgstr "Шри Ланка"
3491
 
3492
- #: ../lib/tribe-view-helpers.class.php:245
3493
  msgid "St. Helena"
3494
  msgstr "Света Елена"
3495
 
3496
- #: ../lib/tribe-view-helpers.class.php:246
3497
  msgid "St. Pierre And Miquelon"
3498
  msgstr "Сен Пиер и Микелон"
3499
 
3500
- #: ../lib/tribe-view-helpers.class.php:247
3501
  msgid "Sudan"
3502
  msgstr "Судан"
3503
 
3504
- #: ../lib/tribe-view-helpers.class.php:248
3505
  msgid "Suriname"
3506
  msgstr "Суринам"
3507
 
3508
- #: ../lib/tribe-view-helpers.class.php:249
3509
  msgid "Svalbard And Jan Mayen Islands"
3510
  msgstr "Свалбард и Ян Майен"
3511
 
3512
- #: ../lib/tribe-view-helpers.class.php:250
3513
  msgid "Swaziland"
3514
  msgstr "Свазиленд"
3515
 
3516
- #: ../lib/tribe-view-helpers.class.php:251
3517
  msgid "Sweden"
3518
  msgstr "Швеция"
3519
 
3520
- #: ../lib/tribe-view-helpers.class.php:252
3521
  msgid "Switzerland"
3522
  msgstr "Швейцария"
3523
 
3524
- #: ../lib/tribe-view-helpers.class.php:253
3525
  msgid "Syrian Arab Republic"
3526
  msgstr "Сирия"
3527
 
3528
- #: ../lib/tribe-view-helpers.class.php:254
3529
  msgid "Taiwan"
3530
  msgstr "Тайван"
3531
 
3532
- #: ../lib/tribe-view-helpers.class.php:255
3533
  msgid "Tajikistan"
3534
  msgstr "Таджикистан"
3535
 
3536
- #: ../lib/tribe-view-helpers.class.php:256
3537
  msgid "Tanzania, United Republic Of"
3538
  msgstr "Танзания"
3539
 
3540
- #: ../lib/tribe-view-helpers.class.php:257
3541
  msgid "Thailand"
3542
  msgstr "Тайланд"
3543
 
3544
- #: ../lib/tribe-view-helpers.class.php:258
3545
  msgid "Togo"
3546
  msgstr "Того"
3547
 
3548
- #: ../lib/tribe-view-helpers.class.php:259
3549
  msgid "Tokelau"
3550
  msgstr "Токелау"
3551
 
3552
- #: ../lib/tribe-view-helpers.class.php:260
3553
  msgid "Tonga"
3554
  msgstr "Тонга"
3555
 
3556
- #: ../lib/tribe-view-helpers.class.php:261
3557
  msgid "Trinidad And Tobago"
3558
  msgstr "Тринидад и Тобаго"
3559
 
3560
- #: ../lib/tribe-view-helpers.class.php:262
3561
  msgid "Tunisia"
3562
  msgstr "Тунис"
3563
 
3564
- #: ../lib/tribe-view-helpers.class.php:263
3565
  msgid "Turkey"
3566
  msgstr "Турция"
3567
 
3568
- #: ../lib/tribe-view-helpers.class.php:264
3569
  msgid "Turkmenistan"
3570
  msgstr "Туркменистан"
3571
 
3572
- #: ../lib/tribe-view-helpers.class.php:265
3573
  msgid "Turks And Caicos Islands"
3574
  msgstr "Търкс и Кайкос"
3575
 
3576
- #: ../lib/tribe-view-helpers.class.php:266
3577
  msgid "Tuvalu"
3578
  msgstr "Тувалу"
3579
 
3580
- #: ../lib/tribe-view-helpers.class.php:267
3581
  msgid "Uganda"
3582
  msgstr "Уганда"
3583
 
3584
- #: ../lib/tribe-view-helpers.class.php:268
3585
  msgid "Ukraine"
3586
  msgstr "Украйна"
3587
 
3588
- #: ../lib/tribe-view-helpers.class.php:269
3589
  msgid "United Arab Emirates"
3590
  msgstr "ОАЕ"
3591
 
3592
- #: ../lib/tribe-view-helpers.class.php:270
3593
  msgid "United Kingdom"
3594
  msgstr "Великобритания"
3595
 
3596
- #: ../lib/tribe-view-helpers.class.php:271
3597
  msgid "United States Minor Outlying Islands"
3598
  msgstr "Малки далечни острови на САЩ"
3599
 
3600
- #: ../lib/tribe-view-helpers.class.php:272
3601
  msgid "Uruguay"
3602
  msgstr "Уругвай"
3603
 
3604
- #: ../lib/tribe-view-helpers.class.php:273
3605
  msgid "Uzbekistan"
3606
  msgstr "Узбекистан"
3607
 
3608
- #: ../lib/tribe-view-helpers.class.php:274
3609
  msgid "Vanuatu"
3610
  msgstr "Вануату"
3611
 
3612
- #: ../lib/tribe-view-helpers.class.php:275
3613
  msgid "Venezuela"
3614
  msgstr "Венецуела"
3615
 
3616
- #: ../lib/tribe-view-helpers.class.php:276
3617
  msgid "Viet Nam"
3618
  msgstr "Виетнам"
3619
 
3620
- #: ../lib/tribe-view-helpers.class.php:277
3621
  msgid "Virgin Islands (British)"
3622
  msgstr "Британски Вирджински острови"
3623
 
3624
- #: ../lib/tribe-view-helpers.class.php:278
3625
  msgid "Virgin Islands (U.S.)"
3626
  msgstr "Вирджински острови"
3627
 
3628
- #: ../lib/tribe-view-helpers.class.php:279
3629
  msgid "Wallis And Futuna Islands"
3630
  msgstr "Уолис и Футуна"
3631
 
3632
- #: ../lib/tribe-view-helpers.class.php:280
3633
  msgid "Western Sahara"
3634
  msgstr "Западна Сахара"
3635
 
3636
- #: ../lib/tribe-view-helpers.class.php:281
3637
  msgid "Yemen"
3638
  msgstr "Йемен"
3639
 
3640
- #: ../lib/tribe-view-helpers.class.php:282
3641
  msgid "Zambia"
3642
  msgstr "Замбия"
3643
 
3644
- #: ../lib/tribe-view-helpers.class.php:283
3645
  msgid "Zimbabwe"
3646
  msgstr "Зимбабве"
3647
 
3648
- #: ../lib/tribe-view-helpers.class.php:308
3649
  msgid "Alabama"
3650
  msgstr "Алабама"
3651
 
3652
- #: ../lib/tribe-view-helpers.class.php:309
3653
  msgid "Alaska"
3654
  msgstr "Аляска"
3655
 
3656
- #: ../lib/tribe-view-helpers.class.php:310
3657
  msgid "Arizona"
3658
  msgstr "Аризона"
3659
 
3660
- #: ../lib/tribe-view-helpers.class.php:311
3661
  msgid "Arkansas"
3662
  msgstr "Арканзас"
3663
 
3664
- #: ../lib/tribe-view-helpers.class.php:312
3665
  msgid "California"
3666
  msgstr "Калифорния"
3667
 
3668
- #: ../lib/tribe-view-helpers.class.php:313
3669
  msgid "Colorado"
3670
  msgstr "Колорадо"
3671
 
3672
- #: ../lib/tribe-view-helpers.class.php:314
3673
  msgid "Connecticut"
3674
  msgstr "Кънектикът"
3675
 
3676
- #: ../lib/tribe-view-helpers.class.php:315
3677
  msgid "Delaware"
3678
  msgstr "Делауеър"
3679
 
3680
- #: ../lib/tribe-view-helpers.class.php:316
3681
  msgid "District of Columbia"
3682
  msgstr "Вашингтон, О.К."
3683
 
3684
- #: ../lib/tribe-view-helpers.class.php:317
3685
  msgid "Florida"
3686
  msgstr "Флорида"
3687
 
3688
- #: ../lib/tribe-view-helpers.class.php:319
3689
  msgid "Hawaii"
3690
  msgstr "Хаваи"
3691
 
3692
- #: ../lib/tribe-view-helpers.class.php:320
3693
  msgid "Idaho"
3694
  msgstr "Айдахо"
3695
 
3696
- #: ../lib/tribe-view-helpers.class.php:321
3697
  msgid "Illinois"
3698
  msgstr "Илинойс"
3699
 
3700
- #: ../lib/tribe-view-helpers.class.php:322
3701
  msgid "Indiana"
3702
  msgstr "Индиана"
3703
 
3704
- #: ../lib/tribe-view-helpers.class.php:323
3705
  msgid "Iowa"
3706
  msgstr "Индиана"
3707
 
3708
- #: ../lib/tribe-view-helpers.class.php:324
3709
  msgid "Kansas"
3710
  msgstr "Канзас"
3711
 
3712
- #: ../lib/tribe-view-helpers.class.php:325
3713
  msgid "Kentucky"
3714
  msgstr "Кентъки"
3715
 
3716
- #: ../lib/tribe-view-helpers.class.php:326
3717
  msgid "Louisiana"
3718
  msgstr "Луизиана"
3719
 
3720
- #: ../lib/tribe-view-helpers.class.php:327
3721
  msgid "Maine"
3722
  msgstr "Мейн"
3723
 
3724
- #: ../lib/tribe-view-helpers.class.php:328
3725
  msgid "Maryland"
3726
  msgstr "Мериленд"
3727
 
3728
- #: ../lib/tribe-view-helpers.class.php:329
3729
  msgid "Massachusetts"
3730
  msgstr "Масачузетс"
3731
 
3732
- #: ../lib/tribe-view-helpers.class.php:330
3733
  msgid "Michigan"
3734
  msgstr "Мичиган"
3735
 
3736
- #: ../lib/tribe-view-helpers.class.php:331
3737
  msgid "Minnesota"
3738
  msgstr "Минесота"
3739
 
3740
- #: ../lib/tribe-view-helpers.class.php:332
3741
  msgid "Mississippi"
3742
  msgstr "Мисисипи"
3743
 
3744
- #: ../lib/tribe-view-helpers.class.php:333
3745
  msgid "Missouri"
3746
  msgstr "Мисури"
3747
 
3748
- #: ../lib/tribe-view-helpers.class.php:334
3749
  msgid "Montana"
3750
  msgstr "Монтана"
3751
 
3752
- #: ../lib/tribe-view-helpers.class.php:335
3753
  msgid "Nebraska"
3754
  msgstr "Небраска"
3755
 
3756
- #: ../lib/tribe-view-helpers.class.php:336
3757
  msgid "Nevada"
3758
  msgstr "Невада"
3759
 
3760
- #: ../lib/tribe-view-helpers.class.php:337
3761
  msgid "New Hampshire"
3762
  msgstr "Ню Хампшър"
3763
 
3764
- #: ../lib/tribe-view-helpers.class.php:338
3765
  msgid "New Jersey"
3766
  msgstr "Ню Джърси"
3767
 
3768
- #: ../lib/tribe-view-helpers.class.php:339
3769
  msgid "New Mexico"
3770
  msgstr "Ню Мексико"
3771
 
3772
- #: ../lib/tribe-view-helpers.class.php:340
3773
  msgid "New York"
3774
  msgstr "Ню Йорк"
3775
 
3776
- #: ../lib/tribe-view-helpers.class.php:341
3777
  msgid "North Carolina"
3778
  msgstr "Северна Каролина"
3779
 
3780
- #: ../lib/tribe-view-helpers.class.php:342
3781
  msgid "North Dakota"
3782
  msgstr "Северна Дакота"
3783
 
3784
- #: ../lib/tribe-view-helpers.class.php:343
3785
  msgid "Ohio"
3786
  msgstr "Охайо"
3787
 
3788
- #: ../lib/tribe-view-helpers.class.php:344
3789
  msgid "Oklahoma"
3790
  msgstr "Оклахома"
3791
 
3792
- #: ../lib/tribe-view-helpers.class.php:345
3793
  msgid "Oregon"
3794
  msgstr "Орегон"
3795
 
3796
- #: ../lib/tribe-view-helpers.class.php:346
3797
  msgid "Pennsylvania"
3798
  msgstr "Пенсилвания"
3799
 
3800
- #: ../lib/tribe-view-helpers.class.php:347
3801
  msgid "Rhode Island"
3802
  msgstr "Род Айлънд"
3803
 
3804
- #: ../lib/tribe-view-helpers.class.php:348
3805
  msgid "South Carolina"
3806
  msgstr "Южна Каролина"
3807
 
3808
- #: ../lib/tribe-view-helpers.class.php:349
3809
  msgid "South Dakota"
3810
  msgstr "Южна Дакота"
3811
 
3812
- #: ../lib/tribe-view-helpers.class.php:350
3813
  msgid "Tennessee"
3814
  msgstr "Тенеси"
3815
 
3816
- #: ../lib/tribe-view-helpers.class.php:351
3817
  msgid "Texas"
3818
  msgstr "Тексас"
3819
 
3820
- #: ../lib/tribe-view-helpers.class.php:352
3821
  msgid "Utah"
3822
  msgstr "Юта"
3823
 
3824
- #: ../lib/tribe-view-helpers.class.php:353
3825
  msgid "Vermont"
3826
  msgstr "Върмонт"
3827
 
3828
- #: ../lib/tribe-view-helpers.class.php:354
3829
  msgid "Virginia"
3830
  msgstr "Вирджиния"
3831
 
3832
- #: ../lib/tribe-view-helpers.class.php:355
3833
  msgid "Washington"
3834
  msgstr "Вашингтон"
3835
 
3836
- #: ../lib/tribe-view-helpers.class.php:356
3837
  msgid "West Virginia"
3838
  msgstr "Западна Вирджиния"
3839
 
3840
- #: ../lib/tribe-view-helpers.class.php:357
3841
  msgid "Wisconsin"
3842
  msgstr "Уисконсин"
3843
 
3844
- #: ../lib/tribe-view-helpers.class.php:358
3845
  msgid "Wyoming"
3846
  msgstr "Уайоминг"
3847
 
3848
- #: ../lib/widget-list.class.php:25
3849
  msgid "A widget that displays upcoming events."
3850
  msgstr "Уиджет, показващ всички предстоящи събития."
3851
 
3852
- #: ../lib/widget-list.class.php:32
3853
  msgid "Events List"
3854
  msgstr "Списък със събитията"
3855
 
3856
- #: ../public/advanced-functions/meta.php:39
3857
- #: ../public/advanced-functions/meta.php:65
3858
- #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:55
 
 
 
 
3859
  msgid "Start:"
3860
  msgstr "Начало:"
3861
 
3862
- #: ../public/advanced-functions/meta.php:46
3863
- #: ../public/advanced-functions/meta.php:72
3864
- #: ../views/modules/meta/details.php:39 ../views/modules/meta/details.php:58
3865
  msgid "End:"
3866
  msgstr "Край:"
3867
 
3868
- #: ../public/advanced-functions/meta.php:55
3869
- #: ../public/advanced-functions/meta.php:81
3870
- #: ../views/modules/meta/details.php:47 ../views/modules/meta/details.php:66
3871
  msgid "Date:"
3872
  msgstr "Дата:"
3873
 
3874
- #: ../public/advanced-functions/meta.php:90
3875
- #: ../public/advanced-functions/meta.php:99
3876
- #: ../views/modules/meta/details.php:69
3877
  msgid "Time:"
3878
  msgstr "Час:"
3879
 
3880
- #: ../public/advanced-functions/meta.php:283
3881
- #: ../public/template-tags/google-map.php:38
3882
  msgid "Click to view a Google Map"
3883
  msgstr "Вижте местоположението в Google Карти"
3884
 
3885
- #: ../public/advanced-functions/meta.php:284
3886
- #: ../public/template-tags/google-map.php:39
3887
  msgid "+ Google Map"
3888
  msgstr "+ Google Map"
3889
 
3890
- #: ../public/advanced-functions/meta.php:295
3891
  #: ../views/modules/meta/details.php:13
3892
  msgid "Details"
3893
  msgstr "Детайли"
3894
 
3895
- #: ../public/advanced-functions/meta.php:346
3896
- #: ../views/modules/meta/details.php:97
3897
  msgid "Event Tags:"
3898
  msgstr "Етикети:"
3899
 
3900
- #: ../public/advanced-functions/meta.php:372
3901
  msgid "Origin:"
3902
  msgstr "Произход:"
3903
 
3904
- #: ../public/advanced-functions/meta.php:382
3905
- msgid "Venue"
3906
- msgstr "Място"
3907
-
3908
- #: ../public/advanced-functions/meta.php:444
3909
- msgid "Organizer"
3910
- msgstr "Организатор"
3911
-
3912
- #: ../public/advanced-functions/meta.php:509
3913
  msgid "Event:"
3914
  msgstr "Събитие:"
3915
 
3916
- #: ../public/template-tags/day.php:94
3917
  msgid "<span>&laquo;</span> Previous Day"
3918
  msgstr "<span>&laquo;</span> Предходен ден"
3919
 
3920
- #: ../public/template-tags/day.php:96
3921
  msgid "Next Day <span>&raquo;</span>"
3922
  msgstr "Следващ ден <span>&raquo;</span>"
3923
 
3924
- #: ../public/template-tags/day.php:98
3925
  msgid "Yesterday"
3926
  msgstr "Вчера"
3927
 
3928
- #: ../public/template-tags/day.php:100
3929
  msgid "Tomorrow"
3930
  msgstr "Утре"
3931
 
3932
- #: ../public/template-tags/deprecated.php:1156
3933
  msgid "Category"
3934
  msgstr "Категория"
3935
 
3936
- #: ../public/template-tags/general.php:297
3937
  msgid "Tags:"
3938
  msgstr "Етикети:"
3939
 
3940
- #: ../public/template-tags/general.php:393
3941
  msgid "Loading Events"
3942
  msgstr "Зареждане на събития"
3943
 
3944
- #: ../public/template-tags/general.php:573
3945
  msgid "Free"
3946
  msgstr "Free"
3947
 
3948
- #: ../public/template-tags/general.php:1161
3949
  #, php-format
3950
  msgid "Calendar powered by %sThe Events Calendar%s"
3951
  msgstr "Календара използва %sThe Events Calendar%s"
3952
 
3953
- #: ../public/template-tags/loop.php:133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3954
  msgid "Events for"
3955
  msgstr "Събития за"
3956
 
3957
- #: ../public/template-tags/options.php:18
3958
  #, php-format
3959
  msgid "Your current Events URL is %s"
3960
  msgstr "В момента адреса на календара е %s"
3961
 
3962
- #: ../public/template-tags/options.php:27
3963
  #, php-format
3964
  msgid ""
3965
  "You <strong>cannot</strong> use the same slug as above. The above should "
@@ -3969,27 +4098,27 @@ msgstr ""
3969
  "горния е в множествено число, а този в единствено. <br />URL адреса на "
3970
  "отделно събитие е: %s"
3971
 
3972
- #: ../views/day/nav.php:14
3973
  msgid "Day Navigation"
3974
  msgstr "Навигация по ден"
3975
 
3976
- #: ../views/day/single-event.php:72 ../views/list/single-event.php:76
3977
  msgid "Find out more"
3978
  msgstr "Виж повече"
3979
 
3980
- #: ../views/list/nav.php:15
3981
  msgid "Events List Navigation"
3982
  msgstr "Events List Navigation"
3983
 
3984
- #: ../views/list/nav.php:21 ../views/list/nav.php:27 ../views/list/nav.php:30
3985
  msgid "<span>&laquo;</span> Previous Events"
3986
  msgstr "<span>&laquo;</span> Предишни събития"
3987
 
3988
- #: ../views/list/nav.php:39 ../views/list/nav.php:42 ../views/list/nav.php:48
3989
  msgid "Next Events <span>&raquo;</span>"
3990
  msgstr "Следващи събития <span>&raquo;</span>"
3991
 
3992
- #: ../views/modules/bar.php:32 ../views/modules/bar.php:62
3993
  msgid "Find Events"
3994
  msgstr "Търсене"
3995
 
@@ -4001,27 +4130,30 @@ msgstr "Event Views Navigation"
4001
  msgid "View As"
4002
  msgstr "Изглед"
4003
 
4004
- #: ../views/month/nav.php:16
 
 
 
 
4005
  msgid "Calendar Month Navigation"
4006
  msgstr "Навигация по календарен месец"
4007
 
4008
  #: ../views/month/single-day.php:41
4009
- msgid "Events "
4010
- msgstr "Събития"
4011
-
4012
- #: ../views/month/single-day.php:43
4013
- msgid "Event "
4014
- msgstr "Събитие"
4015
 
4016
- #: ../views/single-event.php:21
4017
  msgid "&laquo; All Events"
4018
  msgstr "&laquo; Всички събития"
4019
 
4020
- #: ../views/single-event.php:39 ../views/single-event.php:80
4021
  msgid "Event Navigation"
4022
  msgstr "Навигация на събитие"
4023
 
4024
- #: ../views/tickets/attendees-email.php:23
4025
  msgid "Attendee List"
4026
  msgstr "Списък с участниците"
4027
 
@@ -4029,22 +4161,144 @@ msgstr "Списък с участниците"
4029
  msgid "Your tickets"
4030
  msgstr "Вашите билети"
4031
 
4032
- #: ../views/tickets/email.php:318
4033
  msgid "Ticket Type"
4034
  msgstr "Тип на билета"
4035
 
4036
- #: ../views/tickets/email.php:322
4037
  msgid "Purchaser"
4038
  msgstr "Купувач"
4039
 
4040
- #: ../views/widgets/list-widget.php:60
4041
  msgid "View All Events"
4042
  msgstr "Всички събития"
4043
 
4044
- #: ../views/widgets/list-widget.php:66
4045
  msgid "There are no upcoming events at this time."
4046
  msgstr "В момента няма предстоящи събития."
4047
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4048
  #~ msgid "Import is filter/view sensitive"
4049
  #~ msgstr "Импортирането се променя в зависимот от изгледа и филтъра"
4050
 
2
  msgstr ""
3
  "Project-Id-Version: The Events Calendar 3.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-12-05 15:37-0800\n"
6
+ "PO-Revision-Date: 2015-02-17 16:44-0800\n"
7
+ "Last-Translator: Nedko Ivanov <nedko.m.ivanov@gmail.com>\n"
8
  "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
9
  "Language: bg_BG\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.7.4\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../admin-views/admin-update-message.php:9
21
+ #: ../admin-views/admin-welcome-message.php:11
22
+ #, php-format
23
+ msgid "You are running Version %s and deserve a hug :-)"
24
+ msgstr "Използвате версия %s и заслужавате прегръдка :-)"
25
+
26
+ #: ../admin-views/admin-update-message.php:32
27
+ msgid "Keep the Core Plugin <strong>FREE</strong>!"
28
+ msgstr "Запазете основното разширение <strong>безплатно</strong>!"
29
+
30
+ #: ../admin-views/admin-update-message.php:33
31
+ msgid ""
32
+ "Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe "
33
+ "not, but more happy users mean more contributions and help on the forums. "
34
+ "The community NEEDS your voice."
35
+ msgstr ""
36
+ "Всеки път, когато давате оценка <strong>5 звезди</strong>, се ражда "
37
+ "приказка. Е, може би не съвсем, но колкото повече потребители имаме, толкова "
38
+ "повече помощни материали във форума. Общността има нужда от вашия глас."
39
+
40
+ #: ../admin-views/admin-update-message.php:34
41
+ #: ../admin-views/admin-welcome-message.php:22
42
+ msgid "Rate It"
43
+ msgstr "Оценете"
44
+
45
+ #: ../admin-views/admin-update-message.php:37
46
+ msgid "PSST... Want a Discount?"
47
+ msgstr "Пссс... Каква отстъпка?"
48
+
49
+ #: ../admin-views/admin-update-message.php:38
50
+ msgid "We send out discounts to our core users via our newsletter."
51
+ msgstr "Изпращаме отстъпки за нашите потребители по email."
52
+
53
+ #: ../admin-views/admin-update-message.php:43
54
+ #: ../admin-views/admin-welcome-message.php:31
55
+ msgid "Sign Up"
56
+ msgstr "Вписване"
57
+
58
+ #: ../admin-views/admin-update-message.php:49
59
+ msgid "Looking for Something Special?"
60
+ msgstr "Търсите нещо специално?"
61
+
62
+ #: ../admin-views/admin-update-message.php:51
63
+ msgid "Pro"
64
+ msgstr "Pro"
65
+
66
+ #: ../admin-views/admin-update-message.php:52
67
+ #: ../lib/tickets/tribe-tickets-metabox.php:26
68
+ msgid "Tickets"
69
+ msgstr "Билети"
70
+
71
+ #: ../admin-views/admin-update-message.php:53
72
+ msgid "Community Events"
73
+ msgstr "Community Events"
74
+
75
+ #: ../admin-views/admin-update-message.php:54
76
+ msgid "Filters"
77
+ msgstr "Филтри"
78
+
79
+ #: ../admin-views/admin-update-message.php:55
80
+ msgid "Facebook"
81
+ msgstr "Facebook"
82
+
83
+ #: ../admin-views/admin-update-message.php:58
84
+ #: ../admin-views/admin-welcome-message.php:53
85
+ msgid "News For Events Users"
86
+ msgstr "Новини за потребители на календара"
87
+
88
+ #: ../admin-views/admin-welcome-message.php:19
89
+ msgid "Keep The Events Calendar Core FREE"
90
+ msgstr "Запазете основната версия на The Events Calendar безплатна"
91
+
92
+ #: ../admin-views/admin-welcome-message.php:20
93
+ msgid ""
94
+ "5 star ratings help us bring TEC to more users. More happy users mean more "
95
+ "support, more features, and more of everything you know and love about The "
96
+ "Events Calendar. We couldn't do this without your support."
97
+ msgstr ""
98
+ "5-звездния рейтинг ни помага да привлечем повече потребители за TEC. Повече "
99
+ "щастливи потребители, означават по-добра поддръжка, повече нови функции и "
100
+ "повече от всички неща, които знаете и обичате в The Events Calendar. Не "
101
+ "можем да го направим без вашата помощ."
102
+
103
+ #: ../admin-views/admin-welcome-message.php:21
104
+ msgid "Rate it five stars today!"
105
+ msgstr "Гласувайте с 5 звезди днес!"
106
+
107
+ #: ../admin-views/admin-welcome-message.php:25
108
+ msgid "Newsletter Signup"
109
+ msgstr "Записване за бюлетина"
110
+
111
+ #: ../admin-views/admin-welcome-message.php:26
112
+ msgid ""
113
+ "Stay in touch with The Events Calendar Pro. We send out periodic updates, "
114
+ "key developer notices, and even the occasional discount."
115
+ msgstr ""
116
+ "Бъдете в час с The Events Calendar Pro. Разпространяваме периодични "
117
+ "актуализации, ключови подобрения, а понякога и отстъпки."
118
+
119
+ #: ../admin-views/admin-welcome-message.php:40
120
+ #: ../admin-views/tribe-options-help.php:147
121
+ msgid "Getting Started"
122
+ msgstr "От къде да започнете"
123
+
124
+ #: ../admin-views/admin-welcome-message.php:41
125
+ msgid "Check out the New User Primer &amp; Tutorials"
126
+ msgstr "Разгледайте новото Ръководство \"Първи стъпки\" и други напътствия"
127
+
128
+ #: ../admin-views/admin-welcome-message.php:43
129
+ msgid "Looking for More Features?"
130
+ msgstr "Имате нужда от повече функции?"
131
+
132
+ #: ../admin-views/admin-welcome-message.php:44
133
+ msgid "Addons for Community, Tickets, Filters, Facebook and more."
134
+ msgstr "Притурки за Общности, Билети, Филтри, Facebook и други."
135
+
136
+ #: ../admin-views/admin-welcome-message.php:46
137
+ msgid "Support Resources"
138
+ msgstr "Ресурси за помощ"
139
+
140
+ #: ../admin-views/admin-welcome-message.php:47
141
+ msgid "FAQs, Documentation, Tutorials and Forums"
142
+ msgstr "Въпроси и отговори, Документация, Ръководства и Форуми"
143
+
144
+ #: ../admin-views/admin-welcome-message.php:50
145
+ msgid "Release Notes"
146
+ msgstr "Забележки по обновлението"
147
+
148
+ #: ../admin-views/admin-welcome-message.php:51
149
+ msgid "Get the Skinny on the Latest Updates"
150
+ msgstr "Получете вътрешна информация за предстоящи актуализации"
151
+
152
+ #: ../admin-views/admin-welcome-message.php:54
153
+ msgid "Product Releases, Tutorials and Community Activity"
154
+ msgstr "Продуктови версии, Ръководства и обществена дейност"
155
+
156
  #: ../admin-views/app-shop.php:4
157
  msgid "Tribe Event Add-Ons"
158
  msgstr "Tribe Event Add-Ons"
159
 
160
+ #: ../admin-views/app-shop.php:54
161
  msgid "Version"
162
  msgstr "Версия"
163
 
164
+ #: ../admin-views/app-shop.php:57
165
  msgid "Last Update"
166
  msgstr "Последна актуализация"
167
 
168
+ #: ../admin-views/event-sidebar-options.php:13
169
  msgid "Hide From Event Listings"
170
  msgstr "Скрий от листа със събитията"
171
 
172
+ #: ../admin-views/event-sidebar-options.php:15
173
  msgid "Sticky in Calendar View"
174
  msgstr "Закачено в изглед календар"
175
 
176
+ #: ../admin-views/events-meta-box.php:33
 
 
 
 
 
 
 
 
 
 
 
 
177
  msgid "Event Time &amp; Date"
178
  msgstr "Дата и час на събитието"
179
 
180
+ #: ../admin-views/events-meta-box.php:40
181
  msgid ""
182
  "You have changed the recurrence rules of this event. Saving the event will "
183
  "update all future events. If you did not mean to change all events, then "
187
  "доведе до промяна на всички бъдещи събития. Ако не желаете да променяте "
188
  "всички събития, моля, презаредете страницата."
189
 
190
+ #: ../admin-views/events-meta-box.php:43
191
  msgid "All Day Event:"
192
  msgstr "Целодневно събитие:"
193
 
194
+ #: ../admin-views/events-meta-box.php:49
195
  msgid "Start Date &amp; Time:"
196
  msgstr "Начална дата и час:"
197
 
198
+ #: ../admin-views/events-meta-box.php:52 ../admin-views/events-meta-box.php:73
199
  msgid "YYYY-MM-DD"
200
  msgstr "YYYY-MM-DD"
201
 
202
+ #: ../admin-views/events-meta-box.php:70
203
  msgid "End Date &amp; Time:"
204
  msgstr "Крайна дата и час:"
205
 
206
+ #: ../admin-views/events-meta-box.php:98
207
  msgid "Event Location Details"
208
  msgstr "Детайли за мястото на събитието"
209
 
210
+ #: ../admin-views/events-meta-box.php:107
211
  msgid "Event Organizer Details"
212
  msgstr "Детайли за организатора на събитието"
213
 
214
+ #: ../admin-views/events-meta-box.php:116
215
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:66
216
  msgid "Event Website"
217
  msgstr "Страница на събитието"
218
 
219
+ #: ../admin-views/events-meta-box.php:119
220
  msgid "URL:"
221
  msgstr "URL:"
222
 
223
+ #: ../admin-views/events-meta-box.php:133
224
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
225
  msgid "Event Cost"
226
  msgstr "Стойност на събитието"
227
 
228
+ #: ../admin-views/events-meta-box.php:136
229
  msgid "Currency Symbol:"
230
  msgstr "Символ за валута:"
231
 
232
+ #: ../admin-views/events-meta-box.php:151
233
  msgctxt "Currency symbol position"
234
  msgid "Before cost"
235
  msgstr "Цена 'преди'"
236
 
237
+ #: ../admin-views/events-meta-box.php:154
238
  msgctxt "Currency symbol position"
239
  msgid "After cost"
240
  msgstr "Цена 'след'"
241
 
242
+ #: ../admin-views/events-meta-box.php:159
243
+ #: ../public/advanced-functions/meta.php:373
244
+ #: ../views/modules/meta/details.php:96
245
  msgid "Cost:"
246
  msgstr "Стойност:"
247
 
248
+ #: ../admin-views/events-meta-box.php:167
249
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
250
  msgstr ""
251
  "Въведете 0 за безплатни събития или оставете празно, за да скриете полето."
252
 
253
+ #: ../admin-views/organizer-meta-box.php:14
254
+ #: ../admin-views/venue-meta-box.php:22
255
+ #, php-format
256
  msgid "%s Name:"
257
+ msgstr "%s Име:"
258
+
259
+ #: ../admin-views/organizer-meta-box.php:21
260
+ #: ../admin-views/tickets/attendees.php:52
261
+ #: ../admin-views/venue-meta-box.php:109
262
+ #: ../public/advanced-functions/meta.php:476
263
+ #: ../public/advanced-functions/meta.php:549
264
+ #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:40
265
  msgid "Phone:"
266
  msgstr "Телефон:"
267
 
268
+ #: ../admin-views/organizer-meta-box.php:27
269
+ #: ../admin-views/tickets/attendees.php:61
270
+ #: ../admin-views/venue-meta-box.php:116
271
+ #: ../public/advanced-functions/meta.php:418
272
+ #: ../public/advanced-functions/meta.php:506
273
+ #: ../public/advanced-functions/meta.php:579
274
+ #: ../views/modules/meta/details.php:121
275
+ #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:45
276
  msgid "Website:"
277
  msgstr "Сайт:"
278
 
279
+ #: ../admin-views/organizer-meta-box.php:33
280
+ #: ../public/advanced-functions/meta.php:564
281
  #: ../views/modules/meta/organizer.php:29
282
  msgid "Email:"
283
  msgstr "Email:"
284
 
285
+ #: ../admin-views/organizer-meta-box.php:34
286
  msgid ""
287
  "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
288
  "obfuscate\">obfuscating</a> any e-mail address published on your site to "
293
  "да избегнете атаки от спамъри."
294
 
295
  #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
296
+ #: ../lib/tickets/tribe-tickets-pro.php:77
297
  msgid "Attendees"
298
  msgstr "Участници"
299
 
300
+ #: ../admin-views/tickets/attendees.php:17
301
  msgid "Event Summary"
302
  msgstr "Резюме на събитието:"
303
 
304
+ #: ../admin-views/tickets/attendees.php:23
305
  msgid "Event Details"
306
  msgstr "Подробности за събитие"
307
 
308
+ #: ../admin-views/tickets/attendees.php:25
309
  msgid "Start Date / Time:"
310
  msgstr "Начална дата / час:"
311
 
312
+ #: ../admin-views/tickets/attendees.php:29
313
  msgid "End Date / Time:"
314
  msgstr "Крайна дата / час:"
315
 
316
+ #: ../admin-views/tickets/attendees.php:69
317
  msgid "Ticket Sales"
318
  msgstr "Продажба на билети"
319
 
320
+ #: ../admin-views/tickets/attendees.php:86
321
  #, php-format
322
+ msgid "(%d awaiting review)"
323
+ msgid_plural "(%d awaiting review)"
324
+ msgstr[0] "(%d очаква одобрение)"
325
+ msgstr[1] "(%d очакват одобрение)"
326
 
327
+ #: ../admin-views/tickets/attendees.php:90
328
  #, php-format
329
+ msgid "Sold %d %s"
330
+ msgstr "Продадени %d %s"
331
+
332
+ #: ../admin-views/tickets/attendees.php:93
333
+ #, php-format
334
+ msgid "Sold %d of %d %s"
335
+ msgstr "Продадени %d of %d %s"
336
 
337
+ #: ../admin-views/tickets/attendees.php:111
338
  msgid "Tickets sold:"
339
  msgstr "Продадени билети:"
340
 
341
+ #: ../admin-views/tickets/attendees.php:118
342
+ msgid "Finalized:"
343
+ msgstr "Завършено:"
344
+
345
+ #: ../admin-views/tickets/attendees.php:121
346
+ msgid "Awaiting review:"
347
+ msgstr "Очаква одобрение:"
348
+
349
+ #: ../admin-views/tickets/attendees.php:128
350
  msgid "Checked in:"
351
  msgstr "Записани:"
352
 
353
+ #: ../admin-views/tickets/attendees.php:146
354
  msgid "Send the attendee list by email"
355
  msgstr "Изпрати листа с присъстващите по Email"
356
 
357
+ #: ../admin-views/tickets/attendees.php:150
358
  msgid "Select a User:"
359
  msgstr "Избор на потребител:"
360
 
361
+ #: ../admin-views/tickets/attendees.php:155
362
  msgid "Select..."
363
  msgstr "Избор..."
364
 
365
+ #: ../admin-views/tickets/attendees.php:160
366
  msgid "or"
367
  msgstr "or"
368
 
369
+ #: ../admin-views/tickets/attendees.php:162
370
  msgid "Email Address:"
371
  msgstr "Email адрес:"
372
 
375
  msgstr "Редакция"
376
 
377
  #: ../admin-views/tickets/list.php:22
378
+ #: ../lib/tickets/tribe-tickets-attendees.php:228
379
  msgid "Delete"
380
  msgstr "Изтриване"
381
 
388
  msgid "View"
389
  msgstr "Преглед"
390
 
391
+ #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:77
392
  msgid "See who purchased tickets to this event"
393
  msgstr "Преглед на закупилите билет за събитието"
394
 
395
+ #: ../admin-views/tickets/list.php:67
396
+ #, php-format
397
+ msgid "Sold %d"
398
+ msgstr "Продадени %d"
399
+
400
+ #: ../admin-views/tickets/list.php:69
401
+ #, php-format
402
+ msgid "Sold %d of %d"
403
+ msgstr "Продадени %d от %d"
404
+
405
+ #: ../admin-views/tickets/meta-box.php:23
406
  msgid ""
407
  "This event was created using Community Events. Are you sure you want to sell "
408
  "tickets for it?"
410
  "Това събитие е създадено с Community Events. Сигурни ли сте, че искате да "
411
  "продавате билети за него?"
412
 
413
+ #: ../admin-views/tickets/meta-box.php:34
414
  msgid "Upload image for the ticket header"
415
  msgstr "Качване на снимки за хедър-а на билета"
416
 
417
+ #: ../admin-views/tickets/meta-box.php:35
418
  msgid ""
419
  "The maximum image size in the email will be 580px wide by any height, and "
420
  "then scaled for mobile. If you would like \"retina\" support use an image "
424
  "произволна височина и ще бъде скалирано за мобилни устройства. Ако желаете "
425
  "поддръжка на \"retina\" , използвайте изображение с ширина 1160px."
426
 
427
+ #: ../admin-views/tickets/meta-box.php:38
428
  msgid "Select an Image"
429
  msgstr "Избор на изображение"
430
 
431
+ #: ../admin-views/tickets/meta-box.php:46
432
  msgid "Remove"
433
  msgstr "Премахване"
434
 
435
+ #: ../admin-views/tickets/meta-box.php:64
436
+ #: ../admin-views/tickets/meta-box.php:74
437
  msgid "Add new ticket"
438
  msgstr "Добавяне на нов билет"
439
 
440
+ #: ../admin-views/tickets/meta-box.php:75
441
  msgid "Edit ticket"
442
  msgstr "Редакция на билет"
443
 
444
+ #: ../admin-views/tickets/meta-box.php:81
445
  msgid "Sell using:"
446
  msgstr "Продажба посредством:"
447
 
448
+ #: ../admin-views/tickets/meta-box.php:98
449
  msgid "Ticket Name:"
450
  msgstr "Име на билета:"
451
 
452
+ #: ../admin-views/tickets/meta-box.php:105
453
  msgid "Ticket Description:"
454
  msgstr "Описание на билета:"
455
 
456
+ #: ../admin-views/tickets/meta-box.php:114
457
  msgid "Price:"
458
  msgstr "Цена:"
459
 
460
+ #: ../admin-views/tickets/meta-box.php:120
461
  msgid "(0 or empty for free tickets)"
462
  msgstr "(0 или празно за безплатни билети)"
463
 
464
+ #: ../admin-views/tickets/meta-box.php:126
465
  msgid "Start sale:"
466
  msgstr "Начало на продажбата:"
467
 
468
+ #: ../admin-views/tickets/meta-box.php:150
469
  msgid "End sale:"
470
  msgstr "Край на продажбата:"
471
 
472
+ #: ../admin-views/tickets/meta-box.php:172
473
  msgid ""
474
  "When will ticket sales occur? If you don't set a start/end date for sales, "
475
  "tickets will be available from now until the event ends."
477
  "Кога да се продават билетите? Ако не отбележите начална/крайна дата, "
478
  "билетите ще се продават от момента на публикуване до края на събитието."
479
 
480
+ #: ../admin-views/tickets/meta-box.php:184
481
  msgid "Save this ticket"
482
  msgstr "Запазване на билета"
483
 
489
  msgid "Default Page Template"
490
  msgstr "Default Page Template"
491
 
492
+ #: ../admin-views/tribe-options-display.php:32
493
  msgid "Display Settings"
494
  msgstr "Настройки на изгледа"
495
 
496
+ #: ../admin-views/tribe-options-display.php:37
497
  #, php-format
498
  msgid ""
499
+ "The settings below control the display of your calendar. If things don't "
500
  "look right, try switching between the three style sheet options or pick a "
501
  "page template from your theme.</p><p>There are going to be situations where "
502
  "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
503
+ "\">our themer's guide</a> for instructions on custom modifications."
 
 
504
  msgstr ""
505
+ "Настройките по-долу управляват начина на показване на вашия календар. Ако "
506
+ "нещо не изглежда както трябва, опитайте да смените стила с една от другите "
507
+ "две налични опции, или изберете шаблон за страница от вашата тема. </"
508
+ "p><p>Възможно е да има ситуации, в които нито един от вградените шаблони не "
509
+ "е напълно перфектен. Проверете нашето <a href=\"%s\">Ръководство за "
510
+ "създатели на теми</a> за инструкции относно индивидуални напасвания."
 
511
 
512
  #: ../admin-views/tribe-options-display.php:51
513
  msgid "Basic Template Settings"
699
  "При някои теми това е необходимо, с цел да се улесни стилизирането или "
700
  "оформлението."
701
 
702
+ #: ../admin-views/tribe-options-general.php:15
703
  msgid "Finding & extending your calendar."
704
  msgstr "Намиране и разширяване на календара."
705
 
706
+ #: ../admin-views/tribe-options-general.php:20
707
  msgid "Finding your calendar."
708
  msgstr "Намиране на календара."
709
 
710
+ #: ../admin-views/tribe-options-general.php:25
711
  msgid "Where's my calendar?"
712
  msgstr "Къде е календарът ми?"
713
 
714
+ #: ../admin-views/tribe-options-general.php:25
715
  msgid "Right here"
716
  msgstr "Точно тук"
717
 
718
+ #: ../admin-views/tribe-options-general.php:29
719
  msgid ""
720
  "Looking for additional functionality including recurring events, custom "
721
  "meta, community events, ticket sales and more?"
723
  "Нуждаете се от допълнителна функционалност, като например повтарящи се "
724
  "събития, персонализирана metadata, продажба на билети и др.?"
725
 
726
+ #: ../admin-views/tribe-options-general.php:29
727
  msgid "Check out the available add-ons"
728
  msgstr "Разгледайте наличните add-on-и"
729
 
730
+ #: ../admin-views/tribe-options-general.php:34
731
  msgid "We hope our plugin is helping you out."
732
  msgstr "Надяваме се, че нашият плъгин ви е в помощ."
733
 
734
+ #: ../admin-views/tribe-options-general.php:38
735
  msgid ""
736
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
737
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
743
  "поставите малък текстов линк под календара, който води към страницата на "
744
  "проекта."
745
 
746
+ #: ../admin-views/tribe-options-general.php:38
747
+ #: ../admin-views/tribe-options-general.php:43
748
  msgid "See an example of the link"
749
  msgstr "Преглед на примерен линк"
750
 
751
+ #: ../admin-views/tribe-options-general.php:43
752
  msgid ""
753
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
754
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
760
  "поставите малък текстов линк под календара, който води към страницата на "
761
  "проекта."
762
 
763
+ #: ../admin-views/tribe-options-general.php:48
764
  msgid "Show The Events Calendar link"
765
  msgstr "Показване на линка на Календара"
766
 
767
+ #: ../admin-views/tribe-options-general.php:62
768
  msgid "General Settings"
769
  msgstr "Общи настройки"
770
 
771
+ #: ../admin-views/tribe-options-general.php:66
772
  msgid "Number of events to show per page"
773
  msgstr "Брой събития, показващи се на страница"
774
 
775
+ #: ../admin-views/tribe-options-general.php:73
776
  msgid "Use Javascript to control date filtering"
777
  msgstr "Използвай Javascript за контрол на филтъра по дата"
778
 
779
+ #: ../admin-views/tribe-options-general.php:74
780
  msgid ""
781
  "This option is disabled when \"Disable the Event Search Bar\" is checked on "
782
  "the Display settings tab."
784
  "Тази опция е изключена, когато е сложена отметка на \"Изключване на "
785
  "Търсенето за събития\" в таб Настройки на екран."
786
 
787
+ #: ../admin-views/tribe-options-general.php:74
788
  msgid ""
789
  "Enable live ajax for datepicker on front end (User submit not required)."
790
  msgstr ""
791
  "Включване на live ajax за прозореца за избор на дата (Не изисква "
792
  "потвърждение от потребителя)."
793
 
794
+ #: ../admin-views/tribe-options-general.php:82
795
  msgid "Show comments"
796
  msgstr "Показване на коментарите"
797
 
798
+ #: ../admin-views/tribe-options-general.php:83
799
  msgid "Enable comments on event pages."
800
  msgstr "Включване на коментарите на страниците на събитията"
801
 
802
+ #: ../admin-views/tribe-options-general.php:89
803
  msgid "Include events in main blog loop"
804
  msgstr "Включване на събитията в главния loop на блога"
805
 
806
+ #: ../admin-views/tribe-options-general.php:90
807
  msgid ""
808
  "Show events with the site's other posts. When this box is checked, events "
809
  "will also continue to appear on the default events page."
811
  "Показване на събитията заедно с останалите публикации на сайта. Събитията ще "
812
  "продължат да се показват и в страницата с календара."
813
 
814
+ #: ../admin-views/tribe-options-general.php:96
815
+ #: ../admin-views/tribe-options-general.php:102
816
  msgid "Events URL slug"
817
  msgstr "URL за събития"
818
 
819
+ #: ../admin-views/tribe-options-general.php:97
820
  #, php-format
821
  msgid ""
822
  "You cannot edit the slug for your events page as you do not have pretty "
829
  "%s</a>. <a href=\"%soptions-permalink.php\">Включете permalinks,</a>, за да "
830
  "можете да промените този адрес."
831
 
832
+ #: ../admin-views/tribe-options-general.php:109
833
+ #: ../public/template-tags/options.php:20
834
  msgid "The slug used for building the events URL."
835
  msgstr "Префикс използван за сглобяване на линка на календара."
836
 
837
+ #: ../admin-views/tribe-options-general.php:109
838
  #, php-format
839
  msgid "Your current events URL is: %s"
840
  msgstr "В момента адреса на календара е: %s"
841
 
842
+ #: ../admin-views/tribe-options-general.php:114
843
+ #: ../public/template-tags/options.php:39
844
  msgid "Here is the iCal feed URL for your events:"
845
  msgstr "URL-а за iCal потока на събитията е:"
846
 
847
+ #: ../admin-views/tribe-options-general.php:119
848
  msgid "Single event URL slug"
849
  msgstr "URL адрес на събитие"
850
 
851
+ #: ../admin-views/tribe-options-general.php:126
852
  #, php-format
853
  msgid ""
854
  "The above should ideally be plural, and this singular.<br />Your single "
857
  "Горното трябва да е в множествено число, а това в единично. <br />URL-ът за "
858
  "отделно събитие е:: %s"
859
 
860
+ #: ../admin-views/tribe-options-general.php:131
861
  msgid "End of day cutoff"
862
  msgstr "Денят свършва в"
863
 
864
+ #: ../admin-views/tribe-options-general.php:164
865
  msgid ""
866
  "Have an event that runs past midnight? Select a time after that event's end "
867
  "to avoid showing the event on the next day's calendar."
869
  "Имате събитие което свършва след полунощ? Изберете час след края на "
870
  "събитието, за да избегнете показването му в календара за следващия ден."
871
 
872
+ #: ../admin-views/tribe-options-general.php:169
873
  msgid "Default currency symbol"
874
  msgstr "Валута по подразбиране"
875
 
876
+ #: ../admin-views/tribe-options-general.php:170
877
  msgid ""
878
  "Set the default currency symbol for event costs. Note that this only impacts "
879
  "future events, and changes made will not apply retroactively."
882
  "събития, които вкарвате или обновявате след промяната, но не и на вече "
883
  "въведените."
884
 
885
+ #: ../admin-views/tribe-options-general.php:177
886
  msgid "Currency symbol follows value"
887
  msgstr "Знака за валутата да е след стойността"
888
 
889
+ #: ../admin-views/tribe-options-general.php:178
890
  msgid ""
891
  "The currency symbol normally precedes the value. Enabling this option "
892
  "positions the symbol after the value."
894
  "Обикновено знака за валутата е преди стойността. Включването на тази опция "
895
  "го премества след стойността."
896
 
897
+ #: ../admin-views/tribe-options-general.php:184
898
  msgid "Map Settings"
899
  msgstr "Настройки на карта"
900
 
901
+ #: ../admin-views/tribe-options-general.php:188
902
  msgid "Enable Google Maps"
903
  msgstr "Включи Google Карти"
904
 
905
+ #: ../admin-views/tribe-options-general.php:189
906
  msgid "Check to enable maps for events and venues."
907
  msgstr "Отбележете, за да включите картите за събития и места."
908
 
909
+ #: ../admin-views/tribe-options-general.php:196
910
  msgid "Google Maps default zoom level"
911
  msgstr "Степен на приближение в Google Карти по подразбиране"
912
 
913
+ #: ../admin-views/tribe-options-general.php:197
914
  msgid "0 = zoomed out; 21 = zoomed in."
915
  msgstr "0 = максимално отдалечено; 21 = максимално приближено."
916
 
917
+ #: ../admin-views/tribe-options-general.php:205
918
  msgid "Miscellaneous Settings"
919
  msgstr "Други настройки"
920
 
921
+ #: ../admin-views/tribe-options-general.php:209
922
  msgid "Duplicate Venues &amp; Organizers"
923
  msgstr "Дублиращи се Места и Организатори"
924
 
925
+ #: ../admin-views/tribe-options-general.php:209
926
+ #: ../lib/tribe-amalgamator.php:260
927
  msgid "Merge Duplicates"
928
  msgstr "Обединяване на повторенията"
929
 
930
+ #: ../admin-views/tribe-options-general.php:209
931
  msgid ""
932
  "You might find duplicate venues and organizers when updating The Events "
933
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
937
  "The Events Calendar от версия, по-стара от 3.0. Кликнете този бутон, за да "
938
  "активирате автоматично сливане на идентичните места и събития."
939
 
940
+ #: ../admin-views/tribe-options-general.php:214
941
  msgid "Debug mode"
942
  msgstr "Debug mode"
943
 
944
+ #: ../admin-views/tribe-options-general.php:220
945
  #, php-format
946
  msgid ""
947
  "Enable this option to log debug information. By default this will log to "
954
  "Ако желаете да виждате съобщенията за грешки в браузър-а си, тогава ви "
955
  "препоръчваме да инсталирате %s и да потърсите таб \"Tribe\" в debug output."
956
 
957
+ #: ../admin-views/tribe-options-general.php:220
958
  msgid "Debug Bar Plugin"
959
  msgstr "Debug Bar Plugin"
960
 
961
+ #: ../admin-views/tribe-options-general.php:225
962
+ msgid "View Welcome Page"
963
+ msgstr "Преглед на началната страница след инсталация"
964
+
965
+ #: ../admin-views/tribe-options-general.php:225
966
+ msgid "View the page that displayed when you initially installed the plugin."
967
+ msgstr "Страницата се показва, след първоначалната инсталация на разширението."
968
+
969
+ #: ../admin-views/tribe-options-general.php:230
970
+ msgid "View Update Page"
971
+ msgstr "Преглед на страницата с потвърждение за актуализации"
972
+
973
+ #: ../admin-views/tribe-options-general.php:230
974
+ msgid "View the page that displayed when you updated the plugin."
975
+ msgstr "Страницата се показва, след актуализация на разширението."
976
+
977
+ #: ../admin-views/tribe-options-help.php:28
978
  msgctxt "not available"
979
  msgid "n/a"
980
  msgstr "n/a"
981
 
982
+ #: ../admin-views/tribe-options-help.php:29
983
  msgid "You need to upgrade!"
984
  msgstr "Необходимо е да обновите Plug-in-а!"
985
 
986
+ #: ../admin-views/tribe-options-help.php:29
987
  msgid "You are up to date!"
988
  msgstr "Разполагате с най-новата версия!"
989
 
990
+ #: ../admin-views/tribe-options-help.php:52
991
  msgid "The Events Calendar PRO"
992
  msgstr "The Events Calendar PRO"
993
 
994
+ #: ../admin-views/tribe-options-help.php:56
995
  msgid "The Events Calendar: Eventbrite Tickets"
996
  msgstr "The Events Calendar: Eventbrite билети"
997
 
998
+ #: ../admin-views/tribe-options-help.php:60
999
  msgid "The Events Calendar: Community Events"
1000
  msgstr "The Events Calendar: Събития на общността"
1001
 
1002
+ #: ../admin-views/tribe-options-help.php:64
1003
  msgid "The Events Calendar: Facebook Events"
1004
  msgstr "The Events Calendar: Facebook събития"
1005
 
1006
+ #: ../admin-views/tribe-options-help.php:68
1007
  msgid "The Events Calendar: WooCommerce Tickets"
1008
  msgstr "The Events Calendar: WooCommerce събития"
1009
 
1010
+ #: ../admin-views/tribe-options-help.php:73
1011
  msgid "The Events Calendar: EDD Tickets"
1012
  msgstr "The Events Calendar: EDD билети"
1013
 
1014
+ #: ../admin-views/tribe-options-help.php:78
1015
  msgid "The Events Calendar: WPEC Tickets"
1016
  msgstr "The Events Calendar: WPEC билети"
1017
 
1018
+ #: ../admin-views/tribe-options-help.php:83
1019
  msgid "The Events Calendar: Shopp Tickets"
1020
  msgstr "The Events Calendar: Купуване на билети"
1021
 
1022
+ #: ../admin-views/tribe-options-help.php:88
1023
  msgid "The Events Calendar: Filter Bar"
1024
  msgstr "The Events Calendar: Filter Bar"
1025
 
1026
+ #: ../admin-views/tribe-options-help.php:94
1027
+ msgid ""
1028
+ "If you're looking for help with The Events Calendar, you've come to the "
1029
+ "right place. We are committed to helping make your calendar kick ass...and "
1030
+ "hope the resources provided below will help get you there."
1031
+ msgstr ""
1032
+ "Ако имате нужда от помощ с The Events Calendar, сте дошли на правилното "
1033
+ "място. Ние сме отдадени на това, да ви помогнем да направите вашия календар "
1034
+ "перфектен... и се надяваме предоставените ресурси да допринесат за тази цел."
1035
+
1036
+ #: ../admin-views/tribe-options-help.php:97
1037
  msgid ""
1038
  "If this is your first time using The Events Calendar, you're in for a treat "
1039
  "and are already well on your way to creating a first event. Here are some "
1043
  "първото си събитие, тук ще откриете някои съвети, полезни за нови "
1044
  "потребители:"
1045
 
1046
+ #: ../admin-views/tribe-options-help.php:100
1047
  #, php-format
1048
  msgid ""
1049
  "%sOur New User Primer%s was designed for folks in your exact position. "
1055
  "Той включва видеа и обяснения тип Стъпка по Стъпка илюстрирани със "
1056
  "съответните screenshot-и, което ще ви превърне в специалист за нула време."
1057
 
1058
+ #: ../admin-views/tribe-options-help.php:102
1059
  #, php-format
1060
  msgid ""
1061
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
1068
  "секция от Често задаваните въпроси може да ви е от полза при правене на "
1069
  "базови настройки, които не са включени в съветника Първи стъпки."
1070
 
1071
+ #: ../admin-views/tribe-options-help.php:104
 
 
 
 
 
 
 
 
 
 
 
 
1072
  msgid ""
1073
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
1074
  "the Events menu and adding your first event."
1076
  "В случай, че се чувствате готови, можете да преминете към меню Събития, за "
1077
  "да добавите първото си събитие."
1078
 
1079
+ #: ../admin-views/tribe-options-help.php:108
1080
  #, php-format
1081
  msgid ""
1082
  "We've redone our support page from the ground up in an effort to better help "
1087
  "страница за поддръжка. Отидете на %sСтраницата за поддръжка%s, където ще "
1088
  "намерите много помощни материали:"
1089
 
1090
+ #: ../admin-views/tribe-options-help.php:110
1091
  #, php-format
1092
  msgid ""
1093
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
1096
  "%sШаблони, функции и филтри%s за The Events Calendar &amp; Events Calendar "
1097
  "PRO"
1098
 
1099
+ #: ../admin-views/tribe-options-help.php:112
1100
  #, php-format
1101
  msgid ""
1102
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
1105
  "%sЧесто задавани въпроси%s вариращи от въпроси за основни настройки до "
1106
  "настройки за напреднали"
1107
 
1108
+ #: ../admin-views/tribe-options-help.php:114
1109
  #, php-format
1110
  msgid ""
1111
  "%sTutorials%s written by both members of our team and users from the "
1115
  "%sУроци%s написани от членове на екипа ни или от наши потребители относно "
1116
  "персонални желания, интеграция, теми и разширения на трети страни и др."
1117
 
1118
+ #: ../admin-views/tribe-options-help.php:116
1119
  msgid ""
1120
  "Release notes for painting an overall picture of the plugin's lifecycle and "
1121
  "when features/bug fixes were introduced."
1122
  msgstr ""
1123
+ "Представена е информация за актуализации, която да очертае времевата рамка "
1124
+ "на бъдещите актуализации и жизнения цикъл на притурката."
1125
 
1126
+ #: ../admin-views/tribe-options-help.php:118
1127
  #, php-format
1128
  msgid ""
1129
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
1134
  "Tribe (вкл. WooTickets, Community Events, Eventbrite Tickets, Facebook "
1135
  "Events и др.)"
1136
 
1137
+ #: ../admin-views/tribe-options-help.php:120
1138
  #, php-format
1139
  msgid ""
1140
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
1151
  "да ни помогнете да отговорим по-добре на нуждите на потребителите си за в "
1152
  "бъдеще."
1153
 
1154
+ #: ../admin-views/tribe-options-help.php:124
1155
  #, php-format
1156
  msgid ""
1157
  "Written documentation can only take things so far...sometimes, you need help "
1160
  "Писмената документация стига до тук... понякога е необходима човешка помощ. "
1161
  "Така на помощ идват нашите %sфоруми за поддръжка%s."
1162
 
1163
+ #: ../admin-views/tribe-options-help.php:125
1164
  #, php-format
1165
  msgid ""
1166
  "Users of the free The Events Calendar should post their support concerns to "
1175
  "докладвали на WordPress.org, но имайте в предвид, че безплатната поддръжка е "
1176
  "ограничена. Повече за това можете да %sпрочетете тук%s."
1177
 
1178
+ #: ../admin-views/tribe-options-help.php:126
1179
  msgid ""
1180
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1181
  "you report a legitimate bug that we're able to reproduce, we will log it and "
1184
  "or themes."
1185
  msgstr ""
1186
  "Проверяваме форума на WordPress.org за открити бъгове всяка седмица. Ако сте "
1187
+ "докладвали реален бъг, който успеем да възпроизведем, ще го отстраним с една "
1188
+ "от следващите актуализации. За съжаление не сме в състояние да предложим "
1189
+ "помощ за персонализиране, съвместимост или интегриране на разширението в "
1190
  "теми и разширения на трети страни."
1191
 
1192
+ #: ../admin-views/tribe-options-help.php:127
1193
  #, php-format
1194
  msgid ""
1195
  "If you're a user of The Events Calendar and would like more support, please "
1201
  "поддръжка, %sпоръчайте PRO лиценз%s. PRO форумите за поддръжка се преглеждат "
1202
  "всеки ден. "
1203
 
1204
+ #: ../admin-views/tribe-options-help.php:131
1205
  #, php-format
1206
  msgid ""
1207
  "If you find that you aren't getting the level of service you've come to "
1212
  "email на %s или tweet %s, за да ни кажете защо. Ще направим всичко по силите "
1213
  "си, за да оправим нещата."
1214
 
1215
+ #: ../admin-views/tribe-options-help.php:132
1216
  msgid "More..."
1217
  msgstr "Още..."
1218
 
1219
+ #: ../admin-views/tribe-options-help.php:141
1220
  msgid ""
1221
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1222
  "for installing our labor of love!"
1224
  "Здравейте! Ние сме Modern Tribe и сме тук, за да ви помогнем да сритвате "
1225
  "задници. Искрено ви благодарим, че инсталирахте резултата от нашия труд!"
1226
 
1227
+ #: ../admin-views/tribe-options-help.php:150
 
 
 
 
1228
  msgid "Support Resources To Help You Kick Ass"
1229
  msgstr "Помощни материали, с които ще ви е по-лесно да сритвате задници"
1230
 
1231
+ #: ../admin-views/tribe-options-help.php:153
1232
  msgid "Forums: Because Everyone Needs A Buddy"
1233
  msgstr "Форуми: Защото всеки се нуждае от сродна душа"
1234
 
1235
+ #: ../admin-views/tribe-options-help.php:156
1236
  msgid "Not getting help?"
1237
  msgstr "Не получавате помощ?"
1238
 
1239
+ #: ../admin-views/tribe-options-help.php:168
1240
+ #: ../lib/the-events-calendar.class.php:576
1241
+ #: ../lib/tribe-settings.class.php:132
1242
  msgid "The Events Calendar"
1243
  msgstr "The Events Calendar"
1244
 
1245
+ #: ../admin-views/tribe-options-help.php:173
1246
  msgid "Latest Version:"
1247
  msgstr "Последна версия:"
1248
 
1249
+ #: ../admin-views/tribe-options-help.php:174
1250
  msgid "Author:"
1251
  msgstr "Автор:"
1252
 
1253
+ #: ../admin-views/tribe-options-help.php:174
1254
  msgid "Modern Tribe Inc"
1255
  msgstr "Modern Tribe Inc"
1256
 
1257
+ #: ../admin-views/tribe-options-help.php:177
1258
  msgid "Requires:"
1259
  msgstr "Изисква:"
1260
 
1261
+ #: ../admin-views/tribe-options-help.php:177
1262
  msgid "WordPress "
1263
  msgstr "WordPress "
1264
 
1265
+ #: ../admin-views/tribe-options-help.php:179
1266
  msgid "Wordpress.org Plugin Page"
1267
  msgstr "Wordpress.org страница за Plugin-и"
1268
 
1269
+ #: ../admin-views/tribe-options-help.php:185
1270
  msgid "Average Rating"
1271
  msgstr "Среден рейтинг"
1272
 
1273
+ #: ../admin-views/tribe-options-help.php:189
1274
  #, php-format
1275
  msgid "Based on %d rating"
1276
  msgid_plural "Based on %d ratings"
1277
  msgstr[0] "На базата на %d отзив"
1278
  msgstr[1] "На базата на %d отзива"
1279
 
1280
+ #: ../admin-views/tribe-options-help.php:191
1281
  msgid "Give us 5 stars!"
1282
  msgstr "Дай ни 5 звезди!"
1283
 
1284
+ #: ../admin-views/tribe-options-help.php:195
1285
  msgid "Premium Add-Ons"
1286
  msgstr "Premium Add-Ons"
1287
 
1288
+ #: ../admin-views/tribe-options-help.php:204
1289
  msgid "(Coming Soon!)"
1290
  msgstr "(Очаквайте скоро!)"
1291
 
1292
+ #: ../admin-views/tribe-options-help.php:214
1293
  msgid "News and Tutorials"
1294
  msgstr "Новини и напътствия"
1295
 
1296
+ #: ../admin-views/tribe-options-network.php:15
1297
  msgid "Network Settings"
1298
  msgstr "Настройки на мрежа"
1299
 
1300
+ #: ../admin-views/tribe-options-network.php:19
1301
  msgid ""
1302
  "This is where all of the global network settings for Modern Tribe's The "
1303
  "Events Calendar can be modified."
1305
  "Тук е мястото, откъдето могат да се променят всички глобални настройки на "
1306
  "Modern Tribe's The Events Calendar."
1307
 
1308
+ #: ../admin-views/tribe-options-network.php:27
1309
  msgid "Hide the following settings tabs on every site:"
1310
  msgstr "Скрии тези табове с настройки на всеки сайт:"
1311
 
1312
+ #: ../admin-views/venue-meta-box.php:31
1313
+ #: ../public/advanced-functions/meta.php:492
1314
  msgid "Address:"
1315
  msgstr "Адрес:"
1316
 
1317
+ #: ../admin-views/venue-meta-box.php:38
1318
  msgid "City:"
1319
  msgstr "Град:"
1320
 
1321
+ #: ../admin-views/venue-meta-box.php:45
1322
  msgid "Country:"
1323
  msgstr "Държава:"
1324
 
1325
+ #: ../admin-views/venue-meta-box.php:85
1326
  msgid "State or Province:"
1327
  msgstr "Област (щат):"
1328
 
1329
+ #: ../admin-views/venue-meta-box.php:89
1330
  msgid "Select a State:"
1331
  msgstr "Щат:"
1332
 
1333
+ #: ../admin-views/venue-meta-box.php:102
1334
  msgid "Postal Code:"
1335
  msgstr "Пощенски код:"
1336
 
1337
+ #: ../admin-views/venue-meta-box.php:134 ../admin-views/venue-meta-box.php:156
1338
  msgid "Show Google Map:"
1339
  msgstr "Покажи Google карти:"
1340
 
1341
+ #: ../admin-views/venue-meta-box.php:144 ../admin-views/venue-meta-box.php:166
1342
  msgid "Show Google Maps Link:"
1343
  msgstr "Показване на Google карти линк:"
1344
 
1345
+ #: ../admin-views/widget-admin-list.php:13
1346
  msgid "Title:"
1347
  msgstr "Заглавие:"
1348
 
1349
+ #: ../admin-views/widget-admin-list.php:18
1350
  msgid "Show:"
1351
  msgstr "Покажи:"
1352
 
1353
+ #: ../admin-views/widget-admin-list.php:28
1354
  msgid "Show widget only if there are upcoming events:"
1355
  msgstr "Показване на уиджета само ако има предстоящи събития:"
1356
 
1357
+ #: ../lib/Activation_Page.php:132
1358
+ msgid "Welcome to The Events Calendar"
1359
+ msgstr "Добре дошли в The Events Calendar"
1360
+
1361
+ #: ../lib/Activation_Page.php:152
1362
+ msgid "Thanks for Updating The Events Calendar"
1363
+ msgstr "Благодарим, че актуализирахте The Events Calendar"
1364
+
1365
+ #: ../lib/Credits.php:31
1366
+ msgid "This calendar is powered by The Events Calendar."
1367
+ msgstr "Този календар е задвижван от The Events Calendar."
1368
+
1369
+ #: ../lib/Credits.php:48
1370
+ #, php-format
1371
+ msgid ""
1372
+ "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
1373
+ "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target="
1374
+ "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
1375
+ "friendly folks at Modern Tribe."
1376
+ msgstr ""
1377
+ "Оценете <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
1378
+ "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> на <a href=\"%1$s\" target="
1379
+ "\"_blank\">WordPress.org</a>, за да запазите разширението безплатно. "
1380
+ "Благодарности от вашите приятели - Modern Tribe."
1381
+
1382
+ #: ../lib/Credits.php:48
1383
+ msgid ""
1384
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1385
+ msgstr ""
1386
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1387
+
1388
  #: ../lib/io/csv/admin-views/columns.php:22
1389
  #, php-format
1390
  msgid "Column Mapping: %s"
1407
  msgid "Perform Import"
1408
  msgstr "Започни импортирането"
1409
 
1410
+ #: ../lib/io/csv/admin-views/header.php:13
1411
  msgid "Events Import (CSV)"
1412
  msgstr "Импортиране на събития (CSV)"
1413
 
1477
  msgstr "Вид импортиране:"
1478
 
1479
  #: ../lib/io/csv/admin-views/import.php:45
1480
+ #: ../lib/the-events-calendar.class.php:510
1481
+ #: ../public/template-tags/venue.php:52
1482
  msgid "Venues"
1483
  msgstr "Места"
1484
 
1485
  #: ../lib/io/csv/admin-views/import.php:46
1486
+ #: ../lib/the-events-calendar.class.php:526
1487
+ #: ../public/template-tags/organizer.php:59
1488
  msgid "Organizers"
1489
  msgstr "Организатори"
1490
 
1491
  #: ../lib/io/csv/admin-views/import.php:47
1492
+ #: ../lib/the-events-calendar.class.php:1390
1493
+ #: ../lib/the-events-calendar.class.php:4160
1494
  msgid "Events"
1495
  msgstr "Събития"
1496
 
1498
  msgid "CSV File:"
1499
  msgstr "CSV файл:"
1500
 
1501
+ #: ../lib/io/csv/admin-views/import.php:59
1502
  msgid ""
1503
  "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1504
  "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1511
  "<a href='http://i-tools.org/charset/exec?"
1512
  "dest=utf-8&src=auto&download=1'>този</a>."
1513
 
1514
+ #: ../lib/io/csv/admin-views/import.php:67
1515
  msgid "This file has column names in the first row"
1516
  msgstr "Файла има имена на колоните в първия ред"
1517
 
1518
+ #: ../lib/io/csv/admin-views/import.php:78
1519
  msgid "Import CSV File"
1520
  msgstr "Импортиране на CSV файл"
1521
 
1522
+ #: ../lib/io/csv/admin-views/result.php:15
1523
  msgid "Import Result"
1524
  msgstr "Импортиране на резултат"
1525
 
1526
+ #: ../lib/io/csv/admin-views/result.php:17
1527
  msgid "Import complete!"
1528
  msgstr "Импортирането завършено!"
1529
 
1530
+ #: ../lib/io/csv/admin-views/result.php:19
1531
  #, php-format
1532
  msgid "Inserted: %d"
1533
  msgstr "Вмъкнато: %d"
1534
 
1535
+ #: ../lib/io/csv/admin-views/result.php:20
1536
  #, php-format
1537
  msgid "Updated: %d"
1538
  msgstr "Обновено: %d"
1539
 
1540
+ #: ../lib/io/csv/admin-views/result.php:21
1541
  #, php-format
1542
  msgid "Skipped: %d"
1543
  msgstr "Пропуснато: %d"
1544
 
1545
+ #: ../lib/io/csv/admin-views/result.php:25
1546
  msgid "The import statistics above have the following meaning:"
1547
  msgstr "Значение на статистиката от импртирането:"
1548
 
1549
+ #: ../lib/io/csv/admin-views/result.php:26
1550
  msgid ""
1551
  "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1552
  "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1560
  "li><li><strong>Пропуснати:</strong>Намерен е ред, който не може да бъде "
1561
  "импортиран. Списък на невалидните редове ще откриете по-долу. </li></ol>"
1562
 
1563
+ #: ../lib/io/csv/admin-views/result.php:29
1564
  #, php-format
1565
  msgid "Skipped row numbers: %s"
1566
  msgstr "Номера на пропуснатите редове: %s"
1587
  msgid "Do Not Import"
1588
  msgstr "Да не се импортира"
1589
 
1590
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1591
  msgid "Event Name"
1592
  msgstr "Име на събитие"
1593
 
1594
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1595
  msgid "Event Description"
1596
  msgstr "Описание на събитие"
1597
 
1598
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1599
  msgid "Event Start Date"
1600
  msgstr "Начална дата на събитието"
1601
 
1602
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1603
  msgid "Event Start Time"
1604
  msgstr "Начален час на събитието"
1605
 
1606
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1607
  msgid "Event End Date"
1608
  msgstr "Крайна дата на събитието"
1609
 
1610
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1611
  msgid "Event End Time"
1612
  msgstr "Краен час на събитието"
1613
 
1614
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1615
  msgid "All Day Event"
1616
  msgstr "Целодневно събитие"
1617
 
1618
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1619
  msgid "Event Venue Name"
1620
  msgstr "Име на мястото на събитието"
1621
 
1622
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1623
  msgid "Event Organizer Name"
1624
  msgstr "Име на организатора на събитието"
1625
 
1626
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
1627
  msgid "Event Show Map Link"
1628
  msgstr "Линк \"Покажи събитието на картата\""
1629
 
1630
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1631
  msgid "Event Show Map"
1632
  msgstr "Покажи събитието на картата"
1633
 
1634
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:64
1635
  msgid "Event Phone"
1636
  msgstr "Телефон "
1637
 
1638
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:65
1639
+ #: ../lib/the-events-calendar.class.php:1430
1640
+ #: ../public/template-tags/general.php:353
1641
  msgid "Event Category"
1642
  msgstr "Категория на събитието"
1643
 
1644
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1645
  msgid "Venue Name"
1646
  msgstr "Име на мястото"
1647
 
1648
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1649
  msgid "Venue Country"
1650
  msgstr "Държава"
1651
 
1652
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1653
  msgid "Venue Address"
1654
  msgstr "Адрес на мястото"
1655
 
1656
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1657
+ msgid "Venue Address 2"
1658
  msgstr "Адрес на мястото 2"
1659
 
1660
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1661
  msgid "Venue City"
1662
  msgstr "Град"
1663
 
1664
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
1665
  msgid "Venue State/Province"
1666
  msgstr "Щат/Провинция"
1667
 
1668
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:78
1669
  msgid "Venue Zip"
1670
  msgstr "Пощенски код"
1671
 
1672
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:79
1673
  msgid "Venue Phone"
1674
  msgstr "Телефон на мястото"
1675
 
1676
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1677
  msgid "Organizer Name"
1678
  msgstr "Име на организатора"
1679
 
1680
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
1681
  msgid "Organizer Email"
1682
  msgstr "Email на организатора"
1683
 
1684
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:87
1685
  msgid "Organizer Website"
1686
  msgstr "Website на организатора"
1687
 
1688
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:88
1689
  msgid "Organizer Phone"
1690
  msgstr "Телефон на организатора"
1691
 
1699
  msgid "Missing required fields in row %d."
1700
  msgstr "Липсват задължителни полета на ред %d."
1701
 
1702
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:118
1703
  #, php-format
1704
  msgid "Failed to import record in row %d."
1705
  msgstr "Провалено импортиране на запис на ред %d."
1706
 
1707
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:127
1708
  #, php-format
1709
  msgid "%s (post ID %d) updated."
1710
  msgstr "%s (публикация с ID %d) обновена."
1711
 
1712
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:131
1713
  #, php-format
1714
  msgid "%s (post ID %d) created."
1715
  msgstr "%s (post ID %d) е създаден."
1724
  msgid "Could not save %s."
1725
  msgstr "Записването не е възможно %s."
1726
 
1727
+ #: ../lib/pue/admin-views/license-key.view.php:12
1728
+ #: ../lib/pue/admin-views/license-key.view.php:16
1729
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:305
1730
  msgid "License Key"
1731
  msgstr "Сериен номер"
1732
 
1733
+ #: ../lib/pue/admin-views/license-key.view.php:13
1734
  msgid "A valid license key is required for support and updates."
1735
+ msgstr "За поддръжка и актуализации е необходим валиден сериен номер."
1736
 
1737
+ #: ../lib/pue/admin-views/license-key.view.php:19
1738
  msgid "Replace empty fields"
1739
  msgstr "Презаписване на празните полета"
1740
 
1741
+ #: ../lib/pue/admin-views/license-key.view.php:29
1742
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:306
1743
  msgid "A valid license key is required for support and updates"
1744
+ msgstr "Валиден сериен номер е необходим за поддръжка и актуализации"
1745
 
1746
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:375
1747
  msgid "License key(s) updated."
1748
  msgstr "Серийния/те номер(а) са обновени."
1749
 
1750
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:415
1751
  msgid "Sorry, key validation server is not available."
1752
  msgstr "За съжаление сървъра за валидиране не е достъпен."
1753
 
1754
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:417
1755
  msgid "Sorry, this key is expired."
1756
  msgstr "За съжаление, кода ви е изтекъл."
1757
 
1758
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:420
1759
  msgid "Sorry, this key is out of installs."
1760
  msgstr "За съжаление този ключ не е валиден."
1761
 
1762
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:421
1763
+ msgid "Why am I seeing this message?"
1764
+ msgstr "Защо виждате това съобщение?"
1765
+
1766
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:424
1767
  msgid "Sorry, this key is not valid."
1768
  msgstr "За съжаление, кода ви не е валиден."
1769
 
1770
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:427
1771
  #, php-format
1772
  msgid "Valid Key! Expires on %s"
1773
  msgstr "Валиден сериен номер. Изтича на %s"
1774
 
1775
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:431
1776
  #, php-format
1777
  msgid ""
1778
  "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1781
  "Хмм... нещо с този валидатор се обърка. Моля, свържете се с <a href=\"%s"
1782
  "\">поддръжката.</a>"
1783
 
1784
+ #: ../lib/template-classes/day.php:99 ../lib/template-classes/day.php:115
1785
  msgid "All Day"
1786
  msgstr "Цял ден"
1787
 
1788
+ #: ../lib/template-classes/day.php:102 ../lib/template-classes/day.php:118
1789
+ msgid "Ongoing"
1790
+ msgstr "В момента"
1791
+
1792
+ #: ../lib/template-classes/day.php:135
1793
  #, php-format
1794
  msgid ""
1795
  "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
1798
  "Не са открити съвпадения за събития означени с %s за дата <strong>%s</"
1799
  "strong>. Опирайте с друг ден."
1800
 
1801
+ #: ../lib/template-classes/day.php:137
1802
  #, php-format
1803
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1804
  msgstr ""
1805
  "Няма планирани събития за <strong>%s</strong>. Моля, опитайте с друг ден."
1806
 
1807
+ #: ../lib/template-classes/month.php:126
1808
  #, php-format
1809
  msgid ""
1810
  "There were no results found for <strong>\"%s\"</strong> this month. Try "
1812
  msgstr ""
1813
  "Не са намерени събития за <strong>\"%s\"</strong>. Опитайте с друг месец."
1814
 
1815
+ #: ../lib/template-classes/month.php:129
1816
+ #: ../lib/tribe-template-factory.class.php:276
1817
+ #: ../lib/tribe-template-factory.class.php:281
1818
  #, php-format
1819
  msgid ""
1820
  "No matching events listed under %s. Please try viewing the full calendar for "
1823
  "Няма намерени събития, отбелязани с %s. Моля, прегледайте пълния календар, "
1824
  "за да видите списък с всички събития."
1825
 
1826
+ #: ../lib/template-classes/month.php:131
1827
+ #: ../lib/tribe-template-factory.class.php:283
1828
  msgid "There were no results found."
1829
  msgstr "Не са открити събития."
1830
 
1831
+ #: ../lib/template-classes/single-event.php:120
1832
  msgid "This event has passed."
1833
  msgstr "Отминало събитие."
1834
 
1835
+ #: ../lib/the-events-calendar.class.php:518
1836
+ #: ../public/advanced-functions/meta.php:445
1837
+ #: ../public/template-tags/venue.php:41
1838
+ msgid "Venue"
1839
+ msgstr "Място"
1840
+
1841
+ #: ../lib/the-events-calendar.class.php:534
1842
+ #: ../public/advanced-functions/meta.php:518
1843
+ #: ../public/template-tags/organizer.php:48
1844
+ msgid "Organizer"
1845
+ msgstr "Организатор"
1846
+
1847
+ #: ../lib/the-events-calendar.class.php:581
1848
  msgid "month"
1849
  msgstr "month"
1850
 
1851
+ #: ../lib/the-events-calendar.class.php:582
1852
+ msgid "list"
1853
+ msgstr "list"
1854
+
1855
+ #: ../lib/the-events-calendar.class.php:583
1856
  msgid "upcoming"
1857
  msgstr "upcoming"
1858
 
1859
+ #: ../lib/the-events-calendar.class.php:584
1860
  msgid "past"
1861
  msgstr "past"
1862
 
1863
+ #: ../lib/the-events-calendar.class.php:585
1864
  msgid "day"
1865
  msgstr "day"
1866
 
1867
+ #: ../lib/the-events-calendar.class.php:586
1868
  msgid "today"
1869
  msgstr "today"
1870
 
1871
+ #: ../lib/the-events-calendar.class.php:606
1872
  #, php-format
1873
  msgid "Initializing Tribe Events on %s"
1874
  msgstr "Инициализиране на Tribe Events на %s"
1875
 
1876
+ #: ../lib/the-events-calendar.class.php:723
1877
  #, php-format
1878
  msgid ""
1879
  "Your version of The Events Calendar is not up-to-date with one of your The "
1882
  "Версията на вашия The Events Calendar е по-стара от тази на вашите The "
1883
  "Events Calendar add-on-и. Моля, %sобновете сега.%s"
1884
 
1885
+ #: ../lib/the-events-calendar.class.php:743
1886
  #, php-format
1887
  msgid ""
1888
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1893
  "плъгини трябва да съвпада с версията на The Events Calendar, в противен "
1894
  "случай те няма да работят правилно. %sИскате да използвате по-стара версия%s?"
1895
 
1896
+ #: ../lib/the-events-calendar.class.php:807
1897
+ #: ../lib/the-events-calendar.class.php:843
1898
+ #: ../lib/the-events-calendar.class.php:849
1899
  msgid "Licenses"
1900
  msgstr "Лицензи"
1901
 
1902
+ #: ../lib/the-events-calendar.class.php:812
1903
  #, php-format
1904
  msgid ""
1905
  "<p>The license key you received when completing your purchase from %s will "
1917
  "and click \"Check Again\".</p>"
1918
  msgstr ""
1919
  "<p>Лицензния ключ, който сте получили при покупката от %s ви гарантира "
1920
+ "достъп до поддръжка и актуализации до изтичането му. Не е необходимо да го "
1921
  "въвеждате по-долу, за да работят притурките, но ще е необходимо да го "
1922
+ "въведете ако желаете да получавате автоматични актуализации. <strong>Можете "
1923
+ "да видите лицензионните си ключове на <a href=\"%s\" target=\"_blank\">%s</"
1924
+ "a></strong>.</p> <p>Всеки платен add-on има собствен, уникален лицензионен "
1925
+ "ключ. Просто поставете ключа в правилното поле по-долу и изчакайте за "
1926
+ "момент, докато бъде валидиран. Ще знаете, че всичко е преминало успешно, "
1927
+ "когато се появи зелена дата показваща валидността на лиценза, заедно със "
1928
+ "съобщение \"валидно\".</p> <p>Ако се появи червено съобщение, което казва, "
1929
+ "че ключа не е валиден, посетете <a href=\"%s\" target=\"_blank\">%s</a> "
1930
+ "страницата за управление и подновяване на лицензи.</p><p>Няма нови "
1931
+ "актуализации, а очаквате такива? В WordPress, отидете на <a href=\"%s"
1932
+ "\">Табло > Актуализации</a> и кликнете на \"Провери отново\".</p>"
1933
+
1934
+ #: ../lib/the-events-calendar.class.php:835
1935
  msgid "General"
1936
  msgstr "Общи"
1937
 
1938
+ #: ../lib/the-events-calendar.class.php:836
1939
  msgid "Display"
1940
  msgstr "Изглед"
1941
 
1942
+ #: ../lib/the-events-calendar.class.php:855
1943
+ #: ../lib/the-events-calendar.class.php:4271
1944
+ #: ../lib/the-events-calendar.class.php:4363
1945
  msgid "Help"
1946
  msgstr "Помощ"
1947
 
1948
+ #: ../lib/the-events-calendar.class.php:899
1949
  #, php-format
1950
  msgid ""
1951
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1954
  "The Events Calendar изисква WordPress %s или по-нова версия. Моля, обновете "
1955
  "WordPress."
1956
 
1957
+ #: ../lib/the-events-calendar.class.php:902
1958
  #, php-format
1959
  msgid ""
1960
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1964
  "Свържете се с уеб администратора си, за да ви прехвърли към по-нова версия "
1965
  "на PHP."
1966
 
1967
+ #: ../lib/the-events-calendar.class.php:1351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1968
  msgid "category"
1969
  msgstr "category"
1970
 
1971
+ #: ../lib/the-events-calendar.class.php:1362
1972
  msgid "tag"
1973
  msgstr "tag"
1974
 
1975
+ #: ../lib/the-events-calendar.class.php:1391
1976
  msgid "Event"
1977
  msgstr "Събитие"
1978
 
1979
+ #: ../lib/the-events-calendar.class.php:1392
1980
+ #: ../lib/the-events-calendar.class.php:1405
1981
+ #: ../lib/the-events-calendar.class.php:1418
1982
  msgid "Add New"
1983
  msgstr "Дабавяне"
1984
 
1985
+ #: ../lib/the-events-calendar.class.php:1393
1986
  msgid "Add New Event"
1987
  msgstr "Добавяне на събитие"
1988
 
1989
+ #: ../lib/the-events-calendar.class.php:1394
1990
  msgid "Edit Event"
1991
  msgstr "Редакция на събитие"
1992
 
1993
+ #: ../lib/the-events-calendar.class.php:1395
1994
  msgid "New Event"
1995
  msgstr "Ново събитие"
1996
 
1997
+ #: ../lib/the-events-calendar.class.php:1396
1998
  msgid "View Event"
1999
  msgstr "Преглед на събитие"
2000
 
2001
+ #: ../lib/the-events-calendar.class.php:1397
2002
  msgid "Search Events"
2003
  msgstr "Търсене на събития"
2004
 
2005
+ #: ../lib/the-events-calendar.class.php:1398
2006
  msgid "No events found"
2007
  msgstr "Не са наме"
2008
 
2009
+ #: ../lib/the-events-calendar.class.php:1399
2010
  msgid "No events found in Trash"
2011
  msgstr "Кошчето е празно"
2012
 
2013
+ #: ../lib/the-events-calendar.class.php:1406
2014
+ #: ../lib/the-events-calendar.class.php:1419
2015
+ #: ../lib/the-events-calendar.class.php:1523
2016
+ #: ../lib/the-events-calendar.class.php:1524
2017
+ #, php-format
2018
  msgid "Add New %s"
2019
+ msgstr "Дабавяне %s"
2020
 
2021
+ #: ../lib/the-events-calendar.class.php:1407
2022
+ #: ../lib/the-events-calendar.class.php:1420
2023
+ #, php-format
2024
  msgid "Edit %s"
2025
  msgstr "Редакция в %s"
2026
 
2027
+ #: ../lib/the-events-calendar.class.php:1408
2028
+ #: ../lib/the-events-calendar.class.php:1421
2029
+ #, php-format
2030
  msgid "New %s"
2031
+ msgstr "Нов %s"
2032
 
2033
+ #: ../lib/the-events-calendar.class.php:1409
2034
+ #: ../lib/the-events-calendar.class.php:1422
2035
+ #, php-format
2036
  msgid "View %s"
2037
+ msgstr "Преглед %s"
2038
 
2039
+ #: ../lib/the-events-calendar.class.php:1410
2040
+ #: ../lib/the-events-calendar.class.php:1423
2041
+ #, php-format
2042
  msgid "Search %s"
2043
+ msgstr "Търсене %s"
2044
 
2045
+ #: ../lib/the-events-calendar.class.php:1411
2046
+ #: ../lib/the-events-calendar.class.php:1424
2047
+ #, php-format
2048
  msgid "No %s found"
2049
+ msgstr "Няма намерени %s"
2050
 
2051
+ #: ../lib/the-events-calendar.class.php:1412
2052
+ #: ../lib/the-events-calendar.class.php:1425
2053
+ #, php-format
2054
  msgid "No %s found in Trash"
2055
+ msgstr "Няма намерени %s в кошчето."
2056
 
2057
+ #: ../lib/the-events-calendar.class.php:1429
2058
+ #: ../lib/tribe-admin-events-list.class.php:167
2059
  msgid "Event Categories"
2060
  msgstr "Категории за събития"
2061
 
2062
+ #: ../lib/the-events-calendar.class.php:1431
2063
  msgid "Search Event Categories"
2064
  msgstr "Търсене в категории за събития"
2065
 
2066
+ #: ../lib/the-events-calendar.class.php:1432
2067
  msgid "All Event Categories"
2068
  msgstr "Всички категории за събития"
2069
 
2070
+ #: ../lib/the-events-calendar.class.php:1433
2071
  msgid "Parent Event Category"
2072
  msgstr "По-горна категория за събития"
2073
 
2074
+ #: ../lib/the-events-calendar.class.php:1434
2075
  msgid "Parent Event Category:"
2076
  msgstr "По-горна категория за събития:"
2077
 
2078
+ #: ../lib/the-events-calendar.class.php:1435
2079
  msgid "Edit Event Category"
2080
  msgstr "Редакция на категорията на събитието"
2081
 
2082
+ #: ../lib/the-events-calendar.class.php:1436
2083
  msgid "Update Event Category"
2084
  msgstr "Обновяване на категорията на събитието"
2085
 
2086
+ #: ../lib/the-events-calendar.class.php:1437
2087
  msgid "Add New Event Category"
2088
  msgstr "Добавяне на нова категория за събития"
2089
 
2090
+ #: ../lib/the-events-calendar.class.php:1438
2091
  msgid "New Event Category Name"
2092
  msgstr "Име на новата категория за събития"
2093
 
2094
+ #: ../lib/the-events-calendar.class.php:1455
2095
  #, php-format
2096
  msgid "Event updated. <a href=\"%s\">View event</a>"
2097
  msgstr "Събитието е обновено. <a href=\"%s\">Преглед</a>"
2098
 
2099
+ #: ../lib/the-events-calendar.class.php:1456
2100
+ #: ../lib/the-events-calendar.class.php:1475
2101
+ #: ../lib/the-events-calendar.class.php:1494
2102
  msgid "Custom field updated."
2103
  msgstr "Custom полето е обновено."
2104
 
2105
+ #: ../lib/the-events-calendar.class.php:1457
2106
+ #: ../lib/the-events-calendar.class.php:1476
2107
+ #: ../lib/the-events-calendar.class.php:1495
2108
  msgid "Custom field deleted."
2109
  msgstr "Custom полето е изтрито."
2110
 
2111
+ #: ../lib/the-events-calendar.class.php:1458
2112
  msgid "Event updated."
2113
  msgstr "Събитието е обновено."
2114
 
2115
+ #: ../lib/the-events-calendar.class.php:1460
2116
  #, php-format
2117
  msgid "Event restored to revision from %s"
2118
  msgstr "Събитието е възстановено от версия %s"
2119
 
2120
+ #: ../lib/the-events-calendar.class.php:1461
2121
  #, php-format
2122
  msgid "Event published. <a href=\"%s\">View event</a>"
2123
  msgstr "Събитието е публикувано. <a href=\"%s\">Преглед</a>"
2124
 
2125
+ #: ../lib/the-events-calendar.class.php:1462
2126
  msgid "Event saved."
2127
  msgstr "Събитието е записано."
2128
 
2129
+ #: ../lib/the-events-calendar.class.php:1463
2130
  #, php-format
2131
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2132
  msgstr "Събитието е изпратено. <a target=\"_blank\" href=\"%s\">Преглед</a>"
2133
 
2134
+ #: ../lib/the-events-calendar.class.php:1465
2135
  #, php-format
2136
  msgid ""
2137
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2140
  "Събитието е планирано за: <strong>%1$s</strong>. <a target=\"_blank\" href="
2141
  "\"%2$s\">Преглед</a>"
2142
 
2143
+ #: ../lib/the-events-calendar.class.php:1467
2144
+ #: ../lib/the-events-calendar.class.php:1486
2145
+ #: ../lib/the-events-calendar.class.php:1505
2146
  msgid "M j, Y @ G:i"
2147
  msgstr "M j, Y @ G:i"
2148
 
2149
+ #: ../lib/the-events-calendar.class.php:1469
2150
  #, php-format
2151
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2152
  msgstr ""
2153
  "Черновата на събитието е обновена. <a target=\"_blank\" href=\"%s\">Преглед</"
2154
  "a>"
2155
 
2156
+ #: ../lib/the-events-calendar.class.php:1474
2157
+ #: ../lib/the-events-calendar.class.php:1477
2158
+ #: ../lib/the-events-calendar.class.php:1493
2159
+ #: ../lib/the-events-calendar.class.php:1496
2160
+ #, php-format
2161
  msgid "%s updated."
2162
+ msgstr "%s обновени."
2163
 
2164
+ #: ../lib/the-events-calendar.class.php:1479
2165
+ #: ../lib/the-events-calendar.class.php:1498
2166
+ #, php-format
2167
  msgid "%s restored to revision from %s"
2168
+ msgstr "%s е възстановено от %s"
2169
 
2170
+ #: ../lib/the-events-calendar.class.php:1480
2171
+ #: ../lib/the-events-calendar.class.php:1499
2172
+ #, php-format
2173
  msgid "%s published."
2174
+ msgstr "%s публикувано."
2175
 
2176
+ #: ../lib/the-events-calendar.class.php:1481
2177
+ #: ../lib/the-events-calendar.class.php:1500
2178
+ #, php-format
2179
  msgid "%s saved."
2180
+ msgstr "%s записано."
2181
 
2182
+ #: ../lib/the-events-calendar.class.php:1482
2183
+ #: ../lib/the-events-calendar.class.php:1501
2184
+ #, php-format
2185
  msgid "%s submitted."
2186
+ msgstr "%s изпратено."
2187
 
2188
+ #: ../lib/the-events-calendar.class.php:1484
2189
+ #: ../lib/the-events-calendar.class.php:1503
2190
+ #, php-format
2191
  msgid "%s scheduled for: <strong>%2$s</strong>."
2192
+ msgstr "%s насрочено за <strong>%2$s</strong>."
2193
 
2194
+ #: ../lib/the-events-calendar.class.php:1488
2195
+ #: ../lib/the-events-calendar.class.php:1507
2196
+ #, php-format
2197
  msgid "%s draft updated."
2198
+ msgstr "%s чернови са обновени."
 
 
 
 
 
 
 
 
 
 
 
2199
 
2200
+ #: ../lib/the-events-calendar.class.php:1543
2201
+ #: ../lib/the-events-calendar.class.php:1568
2202
+ #, php-format
2203
  msgid "Use Saved %s:"
2204
+ msgstr "Използвай запаметено %s:"
2205
 
2206
+ #: ../lib/the-events-calendar.class.php:1633
2207
+ #: ../lib/the-events-calendar.class.php:1714
2208
+ #, php-format
2209
+ msgid "Use New %s"
2210
+ msgstr "Създаване на %s"
2211
 
2212
+ #: ../lib/the-events-calendar.class.php:1635
2213
+ #: ../lib/the-events-calendar.class.php:1716
2214
  #, php-format
2215
  msgid "My %s"
2216
+ msgstr "Моето %s"
2217
 
2218
+ #: ../lib/the-events-calendar.class.php:1640
2219
+ #: ../lib/the-events-calendar.class.php:1721
2220
+ #, php-format
2221
  msgid "Available %s"
2222
+ msgstr "Налични %s"
2223
 
2224
+ #: ../lib/the-events-calendar.class.php:1651
2225
+ #: ../lib/the-events-calendar.class.php:1732
2226
+ #, php-format
2227
  msgid "No saved %s exists."
2228
+ msgstr "Не съществуват запаметени %s."
 
 
 
 
 
2229
 
2230
+ #: ../lib/the-events-calendar.class.php:1879
2231
  msgid "Next"
2232
  msgstr "Напред"
2233
 
2234
+ #: ../lib/the-events-calendar.class.php:1880
2235
  msgid "Prev"
2236
  msgstr "Назад"
2237
 
2238
+ #: ../lib/the-events-calendar.class.php:1881
2239
+ #: ../public/template-tags/day.php:101
2240
  msgid "Today"
2241
  msgstr "Днес"
2242
 
2243
+ #: ../lib/the-events-calendar.class.php:1882
2244
  msgid "Done"
2245
  msgstr "Готово"
2246
 
2247
+ #: ../lib/the-events-calendar.class.php:2091
2248
  msgid "Network"
2249
  msgstr "Мрежа"
2250
 
2251
+ #: ../lib/the-events-calendar.class.php:3727
2252
+ #: ../lib/the-events-calendar.class.php:3756
2253
+ #: ../public/template-tags/day.php:152 ../public/template-tags/day.php:173
2254
  msgid "Date out of range."
2255
  msgstr "Изберете по-близка дата."
2256
 
2257
+ #: ../lib/the-events-calendar.class.php:3786
2258
  msgid "Event Options"
2259
  msgstr "Опции за събитие"
2260
 
2261
+ #: ../lib/the-events-calendar.class.php:3793
2262
+ #: ../lib/the-events-calendar.class.php:3804
2263
+ #, php-format
2264
+ msgid "%s Information"
2265
+ msgstr "%s Информация"
2266
 
2267
+ #: ../lib/the-events-calendar.class.php:3990
2268
  msgid "Support"
2269
  msgstr "Поддръжка"
2270
 
2271
+ #: ../lib/the-events-calendar.class.php:3993
2272
  msgid "View All Add-Ons"
2273
  msgstr "Покажи всички Add-Ons"
2274
 
2275
+ #: ../lib/the-events-calendar.class.php:4014
2276
  msgid "News from Modern Tribe"
2277
  msgstr "Новини от Modern Tribe"
2278
 
2279
+ #: ../lib/the-events-calendar.class.php:4106
2280
  msgid "Additional Functionality"
2281
  msgstr "Допълнителна функционалност"
2282
 
2283
+ #: ../lib/the-events-calendar.class.php:4111
2284
  msgid ""
2285
  "Looking for additional functionality including recurring events, ticket "
2286
  "sales, publicly submitted events, new views and more?"
2289
  "събития, продажба на билети, публикуване на събития от потребителите, повече "
2290
  "изгледи и др.?"
2291
 
2292
+ #: ../lib/the-events-calendar.class.php:4112
2293
  #, php-format
2294
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2295
  msgstr "Проверете <a href=\"%s\">наличните add-ons</a>."
2296
 
2297
+ #: ../lib/the-events-calendar.class.php:4197
2298
+ #: ../lib/the-events-calendar.class.php:4291
2299
  msgid "View Calendar"
2300
  msgstr "Към календара"
2301
 
2302
+ #: ../lib/the-events-calendar.class.php:4207
2303
  msgid "Add Event"
2304
  msgstr "Добавяне на събитие"
2305
 
2306
+ #: ../lib/the-events-calendar.class.php:4218
2307
  msgid "Edit Events"
2308
  msgstr "Редакция на събития"
2309
 
2310
+ #: ../lib/the-events-calendar.class.php:4231
2311
  msgid "Import"
2312
  msgstr "Импортиране"
2313
 
2314
+ #: ../lib/the-events-calendar.class.php:4239
2315
  msgid "CSV"
2316
  msgstr "CSV"
2317
 
2318
+ #: ../lib/the-events-calendar.class.php:4258
2319
+ #: ../lib/the-events-calendar.class.php:4345
2320
+ #: ../lib/tribe-settings.class.php:159
2321
  msgid "Settings"
2322
  msgstr "Настройки"
2323
 
2324
+ #: ../lib/the-events-calendar.class.php:4346
 
 
 
 
 
 
 
 
 
2325
  msgid "Calendar"
2326
  msgstr "Календар"
2327
 
2328
+ #: ../lib/the-events-calendar.class.php:4420
2329
  msgid "List"
2330
  msgstr "Списък"
2331
 
2332
+ #: ../lib/the-events-calendar.class.php:4438
2333
  msgid "Month"
2334
  msgstr "Месец"
2335
 
2336
+ #: ../lib/the-events-calendar.class.php:4455
2337
  msgid "Day"
2338
  msgstr "Ден"
2339
 
2340
+ #: ../lib/the-events-calendar.class.php:4480
2341
+ #: ../lib/the-events-calendar.class.php:4481
2342
  msgid "Search"
2343
  msgstr "Търсене"
2344
 
2345
+ #: ../lib/the-events-calendar.class.php:4506
2346
+ #: ../lib/the-events-calendar.class.php:4522
2347
  msgid "Date"
2348
  msgstr "Дата"
2349
 
2350
+ #: ../lib/the-events-calendar.class.php:4509
2351
  msgid "Events In"
2352
  msgstr "Събития на"
2353
 
2354
+ #: ../lib/the-events-calendar.class.php:4511
2355
  msgid "Events From"
2356
  msgstr "Събития на"
2357
 
2358
+ #: ../lib/the-events-calendar.class.php:4513
2359
  msgid "Day Of"
2360
  msgstr "Почивен ден"
2361
 
2362
+ #: ../lib/tickets/tribe-tickets-attendees.php:65
2363
  msgid "Order #"
2364
  msgstr "Поръчка №"
2365
 
2366
+ #: ../lib/tickets/tribe-tickets-attendees.php:66
2367
  msgid "Order Status"
2368
  msgstr "Статус на поръчката"
2369
 
2370
+ #: ../lib/tickets/tribe-tickets-attendees.php:67
2371
  msgid "Purchaser name"
2372
  msgstr "Име на купувача"
2373
 
2374
+ #: ../lib/tickets/tribe-tickets-attendees.php:68
2375
  msgid "Purchaser email"
2376
  msgstr "Email на купувача"
2377
 
2378
+ #: ../lib/tickets/tribe-tickets-attendees.php:69
2379
  msgid "Ticket type"
2380
  msgstr "Вид на билета"
2381
 
2382
+ #: ../lib/tickets/tribe-tickets-attendees.php:70
2383
+ #: ../views/tickets/email.php:317
2384
  msgid "Ticket #"
2385
  msgstr "Билет №"
2386
 
2387
+ #: ../lib/tickets/tribe-tickets-attendees.php:71
2388
+ #: ../views/tickets/email.php:329
2389
  msgid "Security Code"
2390
  msgstr "Код за сигурност"
2391
 
2392
+ #: ../lib/tickets/tribe-tickets-attendees.php:72
2393
+ #: ../lib/tickets/tribe-tickets-attendees.php:159
2394
+ #: ../lib/tickets/tribe-tickets-attendees.php:226
2395
  msgid "Check in"
2396
  msgstr "Записване"
2397
 
2398
+ #: ../lib/tickets/tribe-tickets-attendees.php:160
2399
+ #: ../lib/tickets/tribe-tickets-attendees.php:227
2400
  msgid "Undo Check in"
2401
  msgstr "Отмяна на записването"
2402
 
2403
+ #: ../lib/tickets/tribe-tickets-attendees.php:195
2404
  msgid "Print"
2405
  msgstr "Print"
2406
 
2407
+ #: ../lib/tickets/tribe-tickets-attendees.php:196
2408
  msgid "Email"
2409
  msgstr "Email"
2410
 
2411
+ #: ../lib/tickets/tribe-tickets-attendees.php:205
2412
+ #: ../lib/tribe-ical.class.php:121
2413
  msgid "Export"
2414
  msgstr "Експорт"
2415
 
2416
+ #: ../lib/tickets/tribe-tickets-attendees.php:212
2417
+ msgid "Filter by purchaser name, ticket #, order # or security code"
2418
+ msgstr ""
2419
+ "Филтриране по дата на поръчка, номер на билет, номер на поръчка или код за "
2420
+ "сигурност "
 
 
2421
 
2422
+ #: ../lib/tickets/tribe-tickets-metabox.php:71
2423
  msgid "Ticket header image"
2424
  msgstr "Картинка за хедъра на събитието"
2425
 
2426
+ #: ../lib/tickets/tribe-tickets-metabox.php:72
2427
  msgid "Set as ticket header"
2428
  msgstr "Задайте хедър на събитието"
2429
 
2430
+ #: ../lib/tickets/tribe-tickets-pro.php:119
2431
  msgid "You need to select a user or type a valid email address"
2432
  msgstr "Трябва да изберете група или да въведете валиден email адрес"
2433
 
2434
+ #: ../lib/tickets/tribe-tickets-pro.php:120
2435
  msgid "Sending..."
2436
  msgstr "Изпращане..."
2437
 
2438
+ #: ../lib/tickets/tribe-tickets-pro.php:150
2439
  msgid "Columns"
2440
  msgstr "Колони"
2441
 
2442
+ #: ../lib/tickets/tribe-tickets-pro.php:151
2443
  msgid ""
2444
  "You can use Screen Options to select which columns you want to see. The "
2445
  "selection works in the table below, in the email, for print and for the CSV "
2449
  "виждате. Избора е валиден за таблицата по-долу, в имейл, при принтиране и "
2450
  "при CSV експортиране."
2451
 
2452
+ #: ../lib/tickets/tribe-tickets-pro.php:245
2453
  msgid "Yes"
2454
  msgstr "Да"
2455
 
2456
+ #: ../lib/tickets/tribe-tickets-pro.php:277
2457
  msgid "attendees"
2458
  msgstr "attendees"
2459
 
2460
+ #: ../lib/tickets/tribe-tickets-pro.php:331
2461
  #, php-format
2462
  msgid "Attendee List for: %s"
2463
  msgstr "Лист с потвърдилите присъствие на: %s"
2464
 
2465
+ #: ../lib/tickets/tribe-tickets.php:328
2466
  msgid "Your ticket has been saved."
2467
  msgstr "Билета ви е запазен."
2468
 
2469
+ #: ../lib/tickets/tribe-tickets.php:409
2470
  msgid "Your ticket has been deleted."
2471
  msgstr "Билета ви е изтрит."
2472
 
2473
+ #: ../lib/tribe-admin-events-list.class.php:173
2474
  msgid "Start Date"
2475
  msgstr "Начална дата"
2476
 
2477
+ #: ../lib/tribe-admin-events-list.class.php:174
2478
  msgid "End Date"
2479
  msgstr "Крайна дата"
2480
 
2481
+ #: ../lib/tribe-admin-events-list.class.php:247
2482
  #, php-format
2483
  msgid "All %s"
2484
  msgstr "Всички %s"
2485
 
2486
+ #: ../lib/tribe-app-shop.class.php:64 ../lib/tribe-app-shop.class.php:65
2487
+ #: ../lib/tribe-app-shop.class.php:96
2488
  msgid "Event Add-Ons"
2489
  msgstr "Add-Ons за събития"
2490
 
2491
+ #: ../lib/tribe-event-api.class.php:377
 
 
 
 
2492
  msgid "Unnamed Venue"
2493
  msgstr "Място без име"
2494
 
2495
+ #: ../lib/tribe-event-api.class.php:453 ../lib/tribe-view-helpers.class.php:46
2496
+ #: ../public/template-tags/venue.php:275
2497
  msgid "United States"
2498
  msgstr "САЩ"
2499
 
2500
+ #: ../lib/tribe-event-exception.class.php:22
2501
+ #: ../lib/tribe-event-exception.class.php:41
2502
  msgid "Error"
2503
  msgstr "Грешка"
2504
 
2505
+ #: ../lib/tribe-field.class.php:211
2506
  msgid "Invalid field type specified"
2507
  msgstr "Посочен е невалиден тип на полето"
2508
 
2509
+ #: ../lib/tribe-field.class.php:470
2510
  msgid "No radio options specified"
2511
  msgstr "Не е избран радио бутон"
2512
 
2513
+ #: ../lib/tribe-field.class.php:506
2514
  msgid "No checkbox options specified"
2515
  msgstr "Не е избрана отметка"
2516
 
2517
+ #: ../lib/tribe-field.class.php:562
2518
  msgid "No select options specified"
2519
  msgstr "Не е избрана опция от падащия списък"
2520
 
2521
+ #: ../lib/tribe-ical.class.php:28
2522
  msgctxt "feed link"
2523
  msgid "&raquo;"
2524
  msgstr "&raquo;"
2525
 
2526
+ #: ../lib/tribe-ical.class.php:29
2527
  #, php-format
2528
  msgid "%1$s %2$s iCal Feed"
2529
  msgstr "%1$s %2$s iCal Feed"
2530
 
2531
+ #: ../lib/tribe-ical.class.php:77
2532
  msgid "Add to Google Calendar"
2533
  msgstr "Добави в Google Календар"
2534
 
2535
+ #: ../lib/tribe-ical.class.php:77
2536
  msgid "Google Calendar"
2537
  msgstr "Google Календар"
2538
 
2539
+ #: ../lib/tribe-ical.class.php:78
2540
  msgid "Download .ics file"
2541
+ msgstr "Сваляне на .ics файл"
2542
 
2543
+ #: ../lib/tribe-ical.class.php:78
2544
  msgid "iCal Export"
2545
  msgstr "iCal Импорт"
2546
 
2547
+ #: ../lib/tribe-ical.class.php:108
2548
  msgid "Month's Events"
2549
  msgstr "Събития за месеца"
2550
 
2551
+ #: ../lib/tribe-ical.class.php:111
2552
  msgid "Week's Events"
2553
  msgstr "Събития за седмицата"
2554
 
2555
+ #: ../lib/tribe-ical.class.php:114
2556
  msgid "Day's Events"
2557
  msgstr "Събития за деня"
2558
 
2559
+ #: ../lib/tribe-ical.class.php:117
2560
  msgid "Listed Events"
2561
  msgstr "Списък със събития"
2562
 
2563
+ #: ../lib/tribe-ical.class.php:122
2564
  msgid ""
2565
  "Use this to share calendar data with Google Calendar, Apple iCal and other "
2566
  "compatible apps"
2567
  msgstr ""
2568
+ "Използвакте това, за да споделяте записи от календара с Google Календар, "
2569
+ "Apple iCal и друфи съвместими приложения"
2570
 
2571
+ #: ../lib/tribe-settings-tab.class.php:221
2572
  msgid "There are no fields setup for this tab yet."
2573
  msgstr "Все още няма настройка на полета за този таб."
2574
 
2575
+ #: ../lib/tribe-settings.class.php:159 ../lib/tribe-settings.class.php:174
2576
  msgid "The Events Calendar Settings"
2577
  msgstr "Настройки на The Events Calendar"
2578
 
2579
+ #: ../lib/tribe-settings.class.php:174
2580
  msgid "Events Settings"
2581
  msgstr "Настройки на събития"
2582
 
2583
+ #: ../lib/tribe-settings.class.php:237
2584
  #, php-format
2585
  msgid "%s Settings"
2586
  msgstr "%s Настройки"
2587
 
2588
+ #: ../lib/tribe-settings.class.php:251
2589
  msgid "You've requested a non-existent tab."
2590
  msgstr "Търсите несъществуващ таб."
2591
 
2592
+ #: ../lib/tribe-settings.class.php:259
2593
  msgid " Save Changes"
2594
  msgstr " Записване на промените"
2595
 
2596
+ #: ../lib/tribe-settings.class.php:309
2597
  msgid "You don't have permission to do that."
2598
  msgstr "Нямате достъп."
2599
 
2600
+ #: ../lib/tribe-settings.class.php:315
2601
  msgid "The request was sent insecurely."
2602
  msgstr "Заявката не е изпратена безопасно."
2603
 
2604
+ #: ../lib/tribe-settings.class.php:321
2605
  msgid "The request wasn't sent from this tab."
2606
  msgstr "Заявката не е изпратена от този таб."
2607
 
2608
+ #: ../lib/tribe-settings.class.php:489
2609
  msgid "Your form had the following errors:"
2610
  msgstr "Формуляра Ви има следните грешки:"
2611
 
2612
+ #: ../lib/tribe-settings.class.php:498
2613
  msgid "None of your settings were saved. Please try again."
2614
  msgstr "Вашите настройки не бяха запаметени. Моля опитайте отново."
2615
 
2616
+ #: ../lib/tribe-settings.class.php:498
2617
  msgid ""
2618
  "The above setting was not saved. Other settings were successfully saved."
2619
  msgid_plural ""
2625
  "Настройките по-горе не са запаметени. Другите настройки са успешно "
2626
  "запаметени."
2627
 
2628
+ #: ../lib/tribe-settings.class.php:520
2629
  msgid "Settings saved."
2630
  msgstr "Настройките са записани."
2631
 
2632
+ #: ../lib/tribe-support.class.php:44
2633
  msgid ""
2634
  "Sometimes it's hard to tell what's going wrong without knowing more about "
2635
  "your system steup. For your convenience, we've put together a little report "
2639
  "настройките на системата. За ваше удобство, ние съставихме малък доклад за "
2640
  "случващото се под капака."
2641
 
2642
+ #: ../lib/tribe-support.class.php:45
2643
  msgid ""
2644
  "If you suspect that the problem you're having is related to another plugin, "
2645
  "or we're just plain having trouble reproducing your bug report, please copy "
2649
  "състояние да възпроизведем грешката, която сте ни докладвали, молим да "
2650
  "копирате и да изпратите всичко това на екипа ни за поддръжка."
2651
 
2652
+ #: ../lib/tribe-support.class.php:49
2653
  msgid "System Information"
2654
  msgstr "Системна информация"
2655
 
2656
+ #: ../lib/tribe-support.class.php:135
2657
+ msgid "Unknown or not set"
2658
+ msgstr "Неизвестно или не е зададено"
2659
+
2660
+ #: ../lib/tribe-template-factory.class.php:270
2661
  #, php-format
2662
  msgid "There were no results found for <strong>\"%s\"</strong>."
2663
  msgstr "Не са открити резултати за <strong>\"%s\"</strong>."
2664
 
2665
+ #: ../lib/tribe-template-factory.class.php:272
2666
  #, php-format
2667
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2668
  msgstr "Не са намерени събития на или около <strong>\"%s\"</strong>."
2669
 
2670
+ #: ../lib/tribe-template-factory.class.php:274
2671
  #, php-format
2672
  msgid ""
2673
  "No upcoming events listed under %s. Check out upcoming events for this "
2676
  "Няма събития отбелязани с %s. Проверете предстоящите събития от тази "
2677
  "категория или прегледайте пълния календар."
2678
 
2679
+ #: ../lib/tribe-template-factory.class.php:278
2680
  msgid "No previous events "
2681
  msgstr "Няма по-ранни събития"
2682
 
2683
+ #: ../lib/tribe-templates.class.php:592
2684
  #, php-format
2685
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2686
  msgstr ""
2687
  "Презаписаните шаблони трябва да са преместени в правилната поддиректория: %s"
2688
 
2689
+ #: ../lib/tribe-templates.class.php:634
2690
  #, php-format
2691
  msgid ""
2692
  "Template overrides should be moved to the correct subdirectory: "
2695
  "Презаписаните шаблони трябва да са преместени в правилната поддиректория: "
2696
  "tribe_get_template_part('%s')"
2697
 
2698
+ #: ../lib/tribe-validate.class.php:76 ../lib/tribe-validate.class.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2699
  msgid "Invalid or incomplete field passed"
2700
  msgstr "Има невалидно или незавършено поле"
2701
 
2702
+ #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:112
2703
+ #: ../lib/tribe-validate.class.php:118
2704
  msgid "Field ID:"
2705
  msgstr "ID на поле:"
2706
 
2707
+ #: ../lib/tribe-validate.class.php:111
2708
  msgid "Non-existant field validation function passed"
2709
  msgstr "Изпратена е несъществуваща функция за валидиране на полето"
2710
 
2711
+ #: ../lib/tribe-validate.class.php:112
2712
  msgctxt "non-existant function name passed for field validation"
2713
  msgid "with function name:"
2714
  msgstr "with function name:"
2715
 
2716
+ #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:151
2717
  #, php-format
2718
  msgid "%s must contain numbers and letters only"
2719
  msgstr "%s трябва да съдържа само цифри и букви"
2720
 
2721
+ #: ../lib/tribe-validate.class.php:167
2722
  #, php-format
2723
  msgid "%s must contain numbers, letters and dots only"
2724
  msgstr "%s трябва да съдържа само цифри, букви и точки"
2725
 
2726
+ #: ../lib/tribe-validate.class.php:181
2727
  #, php-format
2728
  msgid "%s must be a positive number."
2729
  msgstr "%s трябва да е положително число."
2730
 
2731
+ #: ../lib/tribe-validate.class.php:196
2732
  #, php-format
2733
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2734
  msgstr "%s трябва да е валиден низ (числа, букви, тире и долно тире)."
2735
 
2736
+ #: ../lib/tribe-validate.class.php:211
2737
  #, php-format
2738
  msgid "%s must be a valid absolute URL."
2739
  msgstr "%s трябва да е валиден абсолюрен URL."
2740
 
2741
+ #: ../lib/tribe-validate.class.php:227 ../lib/tribe-validate.class.php:244
2742
+ #: ../lib/tribe-validate.class.php:266
2743
  #, php-format
2744
  msgid "%s must have a value that's part of its options."
2745
  msgstr "%s трябва да има стойност, която отговаря на една от възможноте опции."
2746
 
2747
+ #: ../lib/tribe-validate.class.php:280
2748
  #, php-format
2749
  msgid ""
2750
  "Comparison validation failed because no comparison value was provided, for "
2753
  "Валидирането на сравнението се провали, тъй като не е зададена стойност за "
2754
  "сравнение в полето %s"
2755
 
2756
+ #: ../lib/tribe-validate.class.php:287
2757
  #, php-format
2758
  msgid "%s cannot be the same as %s."
2759
  msgstr "%s не може да съвпада с %s."
2760
 
2761
+ #: ../lib/tribe-validate.class.php:289
2762
  #, php-format
2763
  msgid "%s cannot be a duplicate"
2764
  msgstr "%s не може да се дублира"
2765
 
2766
+ #: ../lib/tribe-validate.class.php:305
2767
  #, php-format
2768
  msgid "%s must be a number or percentage."
2769
  msgstr "%s трябва да е номер или процент."
2770
 
2771
+ #: ../lib/tribe-validate.class.php:359
2772
  #, php-format
2773
  msgid "%s must be a number between 0 and 21."
2774
  msgstr "%s трябва да е число между 0 и 21."
2775
 
2776
+ #: ../lib/tribe-validate.class.php:375
2777
  #, php-format
2778
  msgid ""
2779
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2780
  msgstr "%s трябва да съдържа само букви, цифри, тирета, апострофи и интервали."
2781
 
2782
+ #: ../lib/tribe-validate.class.php:391
2783
  #, php-format
2784
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2785
  msgstr "%s трябва да съдържа само букви, интервали, апострофи и тирета."
2786
 
2787
+ #: ../lib/tribe-validate.class.php:405
2788
  #, php-format
2789
  msgid "%s must consist of 5 numbers."
2790
  msgstr "%s трябва да съдържа 5 цифри."
2791
 
2792
+ #: ../lib/tribe-validate.class.php:419
2793
  #, php-format
2794
  msgid "%s must be a phone number."
2795
  msgstr "%s трябва да е валиден телефонен номер."
2796
 
2797
+ #: ../lib/tribe-validate.class.php:435
2798
  msgid ""
2799
  "Country List must be formatted as one country per line in the following "
2800
  "format: <br>US, United States <br> UK, United Kingdom."
2802
  "Списъка със страните трябва да съдържа по една страна на ред и да бъде в "
2803
  "следния формат: <br>САЩ, Съединени Американски щати <br> БГ, България."
2804
 
2805
+ #: ../lib/tribe-view-helpers.class.php:26
2806
+ #: ../lib/tribe-view-helpers.class.php:45
2807
  msgid "Select a Country:"
2808
  msgstr "Избор на страна:"
2809
 
2810
+ #: ../lib/tribe-view-helpers.class.php:47
2811
  msgid "Afghanistan"
2812
  msgstr "Афганистан"
2813
 
2814
+ #: ../lib/tribe-view-helpers.class.php:48
2815
  msgid "Albania"
2816
  msgstr "Албания"
2817
 
2818
+ #: ../lib/tribe-view-helpers.class.php:49
2819
  msgid "Algeria"
2820
  msgstr "Алжир"
2821
 
2822
+ #: ../lib/tribe-view-helpers.class.php:50
2823
  msgid "American Samoa"
2824
  msgstr "Американска Самоа"
2825
 
2826
+ #: ../lib/tribe-view-helpers.class.php:51
2827
  msgid "Andorra"
2828
  msgstr "Андора"
2829
 
2830
+ #: ../lib/tribe-view-helpers.class.php:52
2831
  msgid "Angola"
2832
  msgstr "Ангола"
2833
 
2834
+ #: ../lib/tribe-view-helpers.class.php:53
2835
  msgid "Anguilla"
2836
  msgstr "Ангуила"
2837
 
2838
+ #: ../lib/tribe-view-helpers.class.php:54
2839
  msgid "Antarctica"
2840
  msgstr "Антарктида"
2841
 
2842
+ #: ../lib/tribe-view-helpers.class.php:55
2843
  msgid "Antigua And Barbuda"
2844
  msgstr "Антигуа и Барбуда"
2845
 
2846
+ #: ../lib/tribe-view-helpers.class.php:56
2847
  msgid "Argentina"
2848
  msgstr "Аржентина"
2849
 
2850
+ #: ../lib/tribe-view-helpers.class.php:57
2851
  msgid "Armenia"
2852
  msgstr "Армения"
2853
 
2854
+ #: ../lib/tribe-view-helpers.class.php:58
2855
  msgid "Aruba"
2856
  msgstr "Аруба"
2857
 
2858
+ #: ../lib/tribe-view-helpers.class.php:59
2859
  msgid "Australia"
2860
  msgstr "Австралия"
2861
 
2862
+ #: ../lib/tribe-view-helpers.class.php:60
2863
  msgid "Austria"
2864
  msgstr "Австрия"
2865
 
2866
+ #: ../lib/tribe-view-helpers.class.php:61
2867
  msgid "Azerbaijan"
2868
  msgstr "Азербейджан"
2869
 
2870
+ #: ../lib/tribe-view-helpers.class.php:62
2871
  msgid "Bahamas"
2872
  msgstr "Бахамски острови"
2873
 
2874
+ #: ../lib/tribe-view-helpers.class.php:63
2875
  msgid "Bahrain"
2876
  msgstr "Бахрейн"
2877
 
2878
+ #: ../lib/tribe-view-helpers.class.php:64
2879
  msgid "Bangladesh"
2880
  msgstr "Бангладеш"
2881
 
2882
+ #: ../lib/tribe-view-helpers.class.php:65
2883
  msgid "Barbados"
2884
  msgstr "Барбадос"
2885
 
2886
+ #: ../lib/tribe-view-helpers.class.php:66
2887
  msgid "Belarus"
2888
  msgstr "Беларус"
2889
 
2890
+ #: ../lib/tribe-view-helpers.class.php:67
2891
  msgid "Belgium"
2892
  msgstr "Белгия"
2893
 
2894
+ #: ../lib/tribe-view-helpers.class.php:68
2895
  msgid "Belize"
2896
  msgstr "Белиз"
2897
 
2898
+ #: ../lib/tribe-view-helpers.class.php:69
2899
  msgid "Benin"
2900
  msgstr "Бенин"
2901
 
2902
+ #: ../lib/tribe-view-helpers.class.php:70
2903
  msgid "Bermuda"
2904
  msgstr "Бермудски острови"
2905
 
2906
+ #: ../lib/tribe-view-helpers.class.php:71
2907
  msgid "Bhutan"
2908
  msgstr "Бутан"
2909
 
2910
+ #: ../lib/tribe-view-helpers.class.php:72
2911
  msgid "Bolivia"
2912
  msgstr "Боливия"
2913
 
2914
+ #: ../lib/tribe-view-helpers.class.php:73
2915
  msgid "Bosnia And Herzegowina"
2916
  msgstr "Босна и Херцеговина"
2917
 
2918
+ #: ../lib/tribe-view-helpers.class.php:74
2919
  msgid "Botswana"
2920
  msgstr "Ботсвана"
2921
 
2922
+ #: ../lib/tribe-view-helpers.class.php:75
2923
  msgid "Bouvet Island"
2924
  msgstr "Буве"
2925
 
2926
+ #: ../lib/tribe-view-helpers.class.php:76
2927
  msgid "Brazil"
2928
  msgstr "Бразилия"
2929
 
2930
+ #: ../lib/tribe-view-helpers.class.php:77
2931
  msgid "British Indian Ocean Territory"
2932
  msgstr "Британска индоокеанска територия"
2933
 
2934
+ #: ../lib/tribe-view-helpers.class.php:78
2935
  msgid "Brunei Darussalam"
2936
  msgstr "Бруней"
2937
 
2938
+ #: ../lib/tribe-view-helpers.class.php:79
2939
  msgid "Bulgaria"
2940
  msgstr "България"
2941
 
2942
+ #: ../lib/tribe-view-helpers.class.php:80
2943
  msgid "Burkina Faso"
2944
  msgstr "Буркина Фасо"
2945
 
2946
+ #: ../lib/tribe-view-helpers.class.php:81
2947
  msgid "Burundi"
2948
  msgstr "Бурунди"
2949
 
2950
+ #: ../lib/tribe-view-helpers.class.php:82
2951
  msgid "Cambodia"
2952
  msgstr "Камбоджа"
2953
 
2954
+ #: ../lib/tribe-view-helpers.class.php:83
2955
  msgid "Cameroon"
2956
  msgstr "Камерун"
2957
 
2958
+ #: ../lib/tribe-view-helpers.class.php:84
2959
  msgid "Canada"
2960
  msgstr "Канада"
2961
 
2962
+ #: ../lib/tribe-view-helpers.class.php:85
2963
  msgid "Cape Verde"
2964
  msgstr "Кабо Верде"
2965
 
2966
+ #: ../lib/tribe-view-helpers.class.php:86
2967
  msgid "Cayman Islands"
2968
  msgstr "Кайманови острови"
2969
 
2970
+ #: ../lib/tribe-view-helpers.class.php:87
2971
  msgid "Central African Republic"
2972
  msgstr "Централноафриканска република"
2973
 
2974
+ #: ../lib/tribe-view-helpers.class.php:88
2975
  msgid "Chad"
2976
  msgstr "Чад"
2977
 
2978
+ #: ../lib/tribe-view-helpers.class.php:89
2979
  msgid "Chile"
2980
  msgstr "Чили"
2981
 
2982
+ #: ../lib/tribe-view-helpers.class.php:90
2983
  msgid "China"
2984
  msgstr "Китай"
2985
 
2986
+ #: ../lib/tribe-view-helpers.class.php:91
2987
  msgid "Christmas Island"
2988
  msgstr "Коледен остров"
2989
 
2990
+ #: ../lib/tribe-view-helpers.class.php:92
2991
  msgid "Cocos (Keeling) Islands"
2992
  msgstr "Кокосови острови"
2993
 
2994
+ #: ../lib/tribe-view-helpers.class.php:93
2995
  msgid "Colombia"
2996
  msgstr "Колумбия"
2997
 
2998
+ #: ../lib/tribe-view-helpers.class.php:94
2999
  msgid "Comoros"
3000
  msgstr "Коморски острови"
3001
 
3002
+ #: ../lib/tribe-view-helpers.class.php:95
3003
  msgid "Congo"
3004
  msgstr "Конго"
3005
 
3006
+ #: ../lib/tribe-view-helpers.class.php:96
3007
  msgid "Congo, The Democratic Republic Of The"
3008
  msgstr "Конго, Демократична република"
3009
 
3010
+ #: ../lib/tribe-view-helpers.class.php:97
3011
  msgid "Cook Islands"
3012
  msgstr "Кук"
3013
 
3014
+ #: ../lib/tribe-view-helpers.class.php:98
3015
  msgid "Costa Rica"
3016
  msgstr "Коста Рика"
3017
 
3018
+ #: ../lib/tribe-view-helpers.class.php:99
3019
  msgid "Cote D'Ivoire"
3020
  msgstr "Кот д'Ивоар"
3021
 
3022
+ #: ../lib/tribe-view-helpers.class.php:100
3023
  msgid "Croatia (Local Name: Hrvatska)"
3024
  msgstr "Хърватия"
3025
 
3026
+ #: ../lib/tribe-view-helpers.class.php:101
3027
  msgid "Cuba"
3028
  msgstr "Куба"
3029
 
3030
+ #: ../lib/tribe-view-helpers.class.php:102
3031
  msgid "Cyprus"
3032
  msgstr "Кипър"
3033
 
3034
+ #: ../lib/tribe-view-helpers.class.php:103
3035
  msgid "Czech Republic"
3036
  msgstr "Чехия"
3037
 
3038
+ #: ../lib/tribe-view-helpers.class.php:104
3039
  msgid "Denmark"
3040
  msgstr "Дания"
3041
 
3042
+ #: ../lib/tribe-view-helpers.class.php:105
3043
  msgid "Djibouti"
3044
  msgstr "Джибути"
3045
 
3046
+ #: ../lib/tribe-view-helpers.class.php:106
3047
  msgid "Dominica"
3048
  msgstr "Доминика"
3049
 
3050
+ #: ../lib/tribe-view-helpers.class.php:107
3051
  msgid "Dominican Republic"
3052
  msgstr "Доминиканска република"
3053
 
3054
+ #: ../lib/tribe-view-helpers.class.php:108
3055
  msgid "East Timor"
3056
  msgstr "Източен Тимор"
3057
 
3058
+ #: ../lib/tribe-view-helpers.class.php:109
3059
  msgid "Ecuador"
3060
  msgstr "Еквадор"
3061
 
3062
+ #: ../lib/tribe-view-helpers.class.php:110
3063
  msgid "Egypt"
3064
  msgstr "Египет"
3065
 
3066
+ #: ../lib/tribe-view-helpers.class.php:111
3067
  msgid "El Salvador"
3068
  msgstr "Салвадор"
3069
 
3070
+ #: ../lib/tribe-view-helpers.class.php:112
3071
  msgid "Equatorial Guinea"
3072
  msgstr "Екваториална Гвинея"
3073
 
3074
+ #: ../lib/tribe-view-helpers.class.php:113
3075
  msgid "Eritrea"
3076
  msgstr "Еритрея"
3077
 
3078
+ #: ../lib/tribe-view-helpers.class.php:114
3079
  msgid "Estonia"
3080
  msgstr "Естония"
3081
 
3082
+ #: ../lib/tribe-view-helpers.class.php:115
3083
  msgid "Ethiopia"
3084
  msgstr "Етиопия"
3085
 
3086
+ #: ../lib/tribe-view-helpers.class.php:116
3087
  msgid "Falkland Islands (Malvinas)"
3088
  msgstr "Фолкландски острови"
3089
 
3090
+ #: ../lib/tribe-view-helpers.class.php:117
3091
  msgid "Faroe Islands"
3092
  msgstr "Ферьорски острови"
3093
 
3094
+ #: ../lib/tribe-view-helpers.class.php:118
3095
  msgid "Fiji"
3096
  msgstr "Фиджи"
3097
 
3098
+ #: ../lib/tribe-view-helpers.class.php:119
3099
  msgid "Finland"
3100
  msgstr "Финландия"
3101
 
3102
+ #: ../lib/tribe-view-helpers.class.php:120
3103
  msgid "France"
3104
  msgstr "Франция"
3105
 
3106
+ #: ../lib/tribe-view-helpers.class.php:121
3107
  msgid "France, Metropolitan"
3108
  msgstr "Франция, Метрополия"
3109
 
3110
+ #: ../lib/tribe-view-helpers.class.php:122
3111
  msgid "French Guiana"
3112
  msgstr "Френска Гвиана"
3113
 
3114
+ #: ../lib/tribe-view-helpers.class.php:123
3115
  msgid "French Polynesia"
3116
  msgstr "Френска Полинезия"
3117
 
3118
+ #: ../lib/tribe-view-helpers.class.php:124
3119
  msgid "French Southern Territories"
3120
  msgstr "Френски южни и антарктически територии"
3121
 
3122
+ #: ../lib/tribe-view-helpers.class.php:125
3123
  msgid "Gabon"
3124
  msgstr "Габон"
3125
 
3126
+ #: ../lib/tribe-view-helpers.class.php:126
3127
  msgid "Gambia"
3128
  msgstr "Гамбия"
3129
 
3130
+ #: ../lib/tribe-view-helpers.class.php:127
3131
+ #: ../lib/tribe-view-helpers.class.php:326
3132
  msgid "Georgia"
3133
  msgstr "Грузия"
3134
 
3135
+ #: ../lib/tribe-view-helpers.class.php:128
3136
  msgid "Germany"
3137
  msgstr "Германия"
3138
 
3139
+ #: ../lib/tribe-view-helpers.class.php:129
3140
  msgid "Ghana"
3141
  msgstr "Гана"
3142
 
3143
+ #: ../lib/tribe-view-helpers.class.php:130
3144
  msgid "Gibraltar"
3145
  msgstr "Гибралтар"
3146
 
3147
+ #: ../lib/tribe-view-helpers.class.php:131
3148
  msgid "Greece"
3149
  msgstr "Гърция"
3150
 
3151
+ #: ../lib/tribe-view-helpers.class.php:132
3152
  msgid "Greenland"
3153
  msgstr "Гренландия"
3154
 
3155
+ #: ../lib/tribe-view-helpers.class.php:133
3156
  msgid "Grenada"
3157
  msgstr "Гренада"
3158
 
3159
+ #: ../lib/tribe-view-helpers.class.php:134
3160
  msgid "Guadeloupe"
3161
  msgstr "Гваделупа"
3162
 
3163
+ #: ../lib/tribe-view-helpers.class.php:135
3164
  msgid "Guam"
3165
  msgstr "Гуам"
3166
 
3167
+ #: ../lib/tribe-view-helpers.class.php:136
3168
  msgid "Guatemala"
3169
  msgstr "Гватемала"
3170
 
3171
+ #: ../lib/tribe-view-helpers.class.php:137
3172
  msgid "Guinea"
3173
  msgstr "Гвинея"
3174
 
3175
+ #: ../lib/tribe-view-helpers.class.php:138
3176
  msgid "Guinea-Bissau"
3177
  msgstr "Гвинея-Бисау"
3178
 
3179
+ #: ../lib/tribe-view-helpers.class.php:139
3180
  msgid "Guyana"
3181
  msgstr "Гвиана"
3182
 
3183
+ #: ../lib/tribe-view-helpers.class.php:140
3184
  msgid "Haiti"
3185
  msgstr "Хаити"
3186
 
3187
+ #: ../lib/tribe-view-helpers.class.php:141
3188
  msgid "Heard And Mc Donald Islands"
3189
  msgstr "Хърд и Макдоналд"
3190
 
3191
+ #: ../lib/tribe-view-helpers.class.php:142
3192
  msgid "Holy See (Vatican City State)"
3193
  msgstr "Ватикана"
3194
 
3195
+ #: ../lib/tribe-view-helpers.class.php:143
3196
  msgid "Honduras"
3197
  msgstr "Хондурас"
3198
 
3199
+ #: ../lib/tribe-view-helpers.class.php:144
3200
  msgid "Hong Kong"
3201
  msgstr "Хонконг"
3202
 
3203
+ #: ../lib/tribe-view-helpers.class.php:145
3204
  msgid "Hungary"
3205
  msgstr "Унгария"
3206
 
3207
+ #: ../lib/tribe-view-helpers.class.php:146
3208
  msgid "Iceland"
3209
  msgstr "Исландия"
3210
 
3211
+ #: ../lib/tribe-view-helpers.class.php:147
3212
  msgid "India"
3213
  msgstr "Индия"
3214
 
3215
+ #: ../lib/tribe-view-helpers.class.php:148
3216
  msgid "Indonesia"
3217
  msgstr "Индонезия"
3218
 
3219
+ #: ../lib/tribe-view-helpers.class.php:149
3220
  msgid "Iran (Islamic Republic Of)"
3221
  msgstr "Иран"
3222
 
3223
+ #: ../lib/tribe-view-helpers.class.php:150
3224
  msgid "Iraq"
3225
  msgstr "Ирак"
3226
 
3227
+ #: ../lib/tribe-view-helpers.class.php:151
3228
  msgid "Ireland"
3229
  msgstr "Ирландия"
3230
 
3231
+ #: ../lib/tribe-view-helpers.class.php:152
3232
  msgid "Israel"
3233
  msgstr "Израел"
3234
 
3235
+ #: ../lib/tribe-view-helpers.class.php:153
3236
  msgid "Italy"
3237
  msgstr "Италия"
3238
 
3239
+ #: ../lib/tribe-view-helpers.class.php:154
3240
  msgid "Jamaica"
3241
  msgstr "Ямайка"
3242
 
3243
+ #: ../lib/tribe-view-helpers.class.php:155
3244
  msgid "Japan"
3245
  msgstr "Япония"
3246
 
3247
+ #: ../lib/tribe-view-helpers.class.php:156
3248
  msgid "Jordan"
3249
  msgstr "Йордания"
3250
 
3251
+ #: ../lib/tribe-view-helpers.class.php:157
3252
  msgid "Kazakhstan"
3253
  msgstr "Казахстан"
3254
 
3255
+ #: ../lib/tribe-view-helpers.class.php:158
3256
  msgid "Kenya"
3257
  msgstr "Кения"
3258
 
3259
+ #: ../lib/tribe-view-helpers.class.php:159
3260
  msgid "Kiribati"
3261
  msgstr "Кирибати"
3262
 
3263
+ #: ../lib/tribe-view-helpers.class.php:160
3264
  msgid "Korea, Democratic People's Republic Of"
3265
  msgstr "Северна Корея"
3266
 
3267
+ #: ../lib/tribe-view-helpers.class.php:161
3268
  msgid "Korea, Republic Of"
3269
  msgstr "Южна Корея"
3270
 
3271
+ #: ../lib/tribe-view-helpers.class.php:162
3272
  msgid "Kuwait"
3273
  msgstr "Кувейт"
3274
 
3275
+ #: ../lib/tribe-view-helpers.class.php:163
3276
  msgid "Kyrgyzstan"
3277
  msgstr "Киргизстан"
3278
 
3279
+ #: ../lib/tribe-view-helpers.class.php:164
3280
  msgid "Lao People's Democratic Republic"
3281
  msgstr "Лаос"
3282
 
3283
+ #: ../lib/tribe-view-helpers.class.php:165
3284
  msgid "Latvia"
3285
  msgstr "Латвия"
3286
 
3287
+ #: ../lib/tribe-view-helpers.class.php:166
3288
  msgid "Lebanon"
3289
  msgstr "Ливан"
3290
 
3291
+ #: ../lib/tribe-view-helpers.class.php:167
3292
  msgid "Lesotho"
3293
  msgstr "Лесото"
3294
 
3295
+ #: ../lib/tribe-view-helpers.class.php:168
3296
  msgid "Liberia"
3297
  msgstr "Либерия"
3298
 
3299
+ #: ../lib/tribe-view-helpers.class.php:169
3300
  msgid "Libya"
3301
  msgstr "Либия"
3302
 
3303
+ #: ../lib/tribe-view-helpers.class.php:170
3304
  msgid "Liechtenstein"
3305
  msgstr "Лихтенщайн"
3306
 
3307
+ #: ../lib/tribe-view-helpers.class.php:171
3308
  msgid "Lithuania"
3309
  msgstr "Литва"
3310
 
3311
+ #: ../lib/tribe-view-helpers.class.php:172
3312
  msgid "Luxembourg"
3313
  msgstr "Люксембург"
3314
 
3315
+ #: ../lib/tribe-view-helpers.class.php:173
3316
  msgid "Macau"
3317
  msgstr "Макао"
3318
 
3319
+ #: ../lib/tribe-view-helpers.class.php:174
3320
  msgid "Macedonia"
3321
  msgstr "Македония"
3322
 
3323
+ #: ../lib/tribe-view-helpers.class.php:175
3324
  msgid "Madagascar"
3325
  msgstr "Мадагаскар"
3326
 
3327
+ #: ../lib/tribe-view-helpers.class.php:176
3328
  msgid "Malawi"
3329
  msgstr "Малави"
3330
 
3331
+ #: ../lib/tribe-view-helpers.class.php:177
3332
  msgid "Malaysia"
3333
  msgstr "Малайзия"
3334
 
3335
+ #: ../lib/tribe-view-helpers.class.php:178
3336
  msgid "Maldives"
3337
  msgstr "Малдиви"
3338
 
3339
+ #: ../lib/tribe-view-helpers.class.php:179
3340
  msgid "Mali"
3341
  msgstr "Мали"
3342
 
3343
+ #: ../lib/tribe-view-helpers.class.php:180
3344
  msgid "Malta"
3345
  msgstr "Малта"
3346
 
3347
+ #: ../lib/tribe-view-helpers.class.php:181
3348
  msgid "Marshall Islands"
3349
  msgstr "Маршалови острови"
3350
 
3351
+ #: ../lib/tribe-view-helpers.class.php:182
3352
  msgid "Martinique"
3353
  msgstr "Мартиника"
3354
 
3355
+ #: ../lib/tribe-view-helpers.class.php:183
3356
  msgid "Mauritania"
3357
  msgstr "Мавритания"
3358
 
3359
+ #: ../lib/tribe-view-helpers.class.php:184
3360
  msgid "Mauritius"
3361
  msgstr "Мавриций"
3362
 
3363
+ #: ../lib/tribe-view-helpers.class.php:185
3364
  msgid "Mayotte"
3365
  msgstr "Майот"
3366
 
3367
+ #: ../lib/tribe-view-helpers.class.php:186
3368
  msgid "Mexico"
3369
  msgstr "Мексико"
3370
 
3371
+ #: ../lib/tribe-view-helpers.class.php:187
3372
  msgid "Micronesia, Federated States Of"
3373
  msgstr "Микронезия"
3374
 
3375
+ #: ../lib/tribe-view-helpers.class.php:188
3376
  msgid "Moldova, Republic Of"
3377
  msgstr "Молдова"
3378
 
3379
+ #: ../lib/tribe-view-helpers.class.php:189
3380
  msgid "Monaco"
3381
  msgstr "Монако"
3382
 
3383
+ #: ../lib/tribe-view-helpers.class.php:190
3384
  msgid "Mongolia"
3385
  msgstr "Монголия"
3386
 
3387
+ #: ../lib/tribe-view-helpers.class.php:191
3388
  msgid "Montenegro"
3389
  msgstr "Черна гора"
3390
 
3391
+ #: ../lib/tribe-view-helpers.class.php:192
3392
  msgid "Montserrat"
3393
  msgstr "Монсерат"
3394
 
3395
+ #: ../lib/tribe-view-helpers.class.php:193
3396
  msgid "Morocco"
3397
  msgstr "Мароко"
3398
 
3399
+ #: ../lib/tribe-view-helpers.class.php:194
3400
  msgid "Mozambique"
3401
  msgstr "Мозамбик"
3402
 
3403
+ #: ../lib/tribe-view-helpers.class.php:195
3404
  msgid "Myanmar"
3405
  msgstr "Мианмар"
3406
 
3407
+ #: ../lib/tribe-view-helpers.class.php:196
3408
  msgid "Namibia"
3409
  msgstr "Намибия"
3410
 
3411
+ #: ../lib/tribe-view-helpers.class.php:197
3412
  msgid "Nauru"
3413
  msgstr "Науру"
3414
 
3415
+ #: ../lib/tribe-view-helpers.class.php:198
3416
  msgid "Nepal"
3417
  msgstr "Непал"
3418
 
3419
+ #: ../lib/tribe-view-helpers.class.php:199
3420
  msgid "Netherlands"
3421
  msgstr "Холандия"
3422
 
3423
+ #: ../lib/tribe-view-helpers.class.php:200
3424
  msgid "Netherlands Antilles"
3425
  msgstr "Нидерландски Антили"
3426
 
3427
+ #: ../lib/tribe-view-helpers.class.php:201
3428
  msgid "New Caledonia"
3429
  msgstr "Нова Каледония"
3430
 
3431
+ #: ../lib/tribe-view-helpers.class.php:202
3432
  msgid "New Zealand"
3433
  msgstr "Нова Зеландия"
3434
 
3435
+ #: ../lib/tribe-view-helpers.class.php:203
3436
  msgid "Nicaragua"
3437
  msgstr "Никарагуа"
3438
 
3439
+ #: ../lib/tribe-view-helpers.class.php:204
3440
  msgid "Niger"
3441
  msgstr "Нигер"
3442
 
3443
+ #: ../lib/tribe-view-helpers.class.php:205
3444
  msgid "Nigeria"
3445
  msgstr "Нигерия"
3446
 
3447
+ #: ../lib/tribe-view-helpers.class.php:206
3448
  msgid "Niue"
3449
  msgstr "Ниуе"
3450
 
3451
+ #: ../lib/tribe-view-helpers.class.php:207
3452
  msgid "Norfolk Island"
3453
  msgstr "Норфолк"
3454
 
3455
+ #: ../lib/tribe-view-helpers.class.php:208
3456
  msgid "Northern Mariana Islands"
3457
  msgstr "Северни Мариански острови"
3458
 
3459
+ #: ../lib/tribe-view-helpers.class.php:209
3460
  msgid "Norway"
3461
  msgstr "Норвегия"
3462
 
3463
+ #: ../lib/tribe-view-helpers.class.php:210
3464
  msgid "Oman"
3465
  msgstr "Оман"
3466
 
3467
+ #: ../lib/tribe-view-helpers.class.php:211
3468
  msgid "Pakistan"
3469
  msgstr "Пакистан"
3470
 
3471
+ #: ../lib/tribe-view-helpers.class.php:212
3472
  msgid "Palau"
3473
  msgstr "Палау"
3474
 
3475
+ #: ../lib/tribe-view-helpers.class.php:213
3476
  msgid "Panama"
3477
  msgstr "Панама"
3478
 
3479
+ #: ../lib/tribe-view-helpers.class.php:214
3480
  msgid "Papua New Guinea"
3481
  msgstr "Папуа Нова Гвинея"
3482
 
3483
+ #: ../lib/tribe-view-helpers.class.php:215
3484
  msgid "Paraguay"
3485
  msgstr "Парагвай"
3486
 
3487
+ #: ../lib/tribe-view-helpers.class.php:216
3488
  msgid "Peru"
3489
  msgstr "Перу"
3490
 
3491
+ #: ../lib/tribe-view-helpers.class.php:217
3492
  msgid "Philippines"
3493
  msgstr "Филипини"
3494
 
3495
+ #: ../lib/tribe-view-helpers.class.php:218
3496
  msgid "Pitcairn"
3497
  msgstr "Питкерн"
3498
 
3499
+ #: ../lib/tribe-view-helpers.class.php:219
3500
  msgid "Poland"
3501
  msgstr "Полша"
3502
 
3503
+ #: ../lib/tribe-view-helpers.class.php:220
3504
  msgid "Portugal"
3505
  msgstr "Португалия"
3506
 
3507
+ #: ../lib/tribe-view-helpers.class.php:221
3508
  msgid "Puerto Rico"
3509
  msgstr "Пуерто Рико"
3510
 
3511
+ #: ../lib/tribe-view-helpers.class.php:222
3512
  msgid "Qatar"
3513
  msgstr "Катар"
3514
 
3515
+ #: ../lib/tribe-view-helpers.class.php:223
3516
  msgid "Reunion"
3517
  msgstr "Реюнион"
3518
 
3519
+ #: ../lib/tribe-view-helpers.class.php:224
3520
  msgid "Romania"
3521
  msgstr "Румъния"
3522
 
3523
+ #: ../lib/tribe-view-helpers.class.php:225
3524
  msgid "Russian Federation"
3525
  msgstr "Русия"
3526
 
3527
+ #: ../lib/tribe-view-helpers.class.php:226
3528
  msgid "Rwanda"
3529
  msgstr "Руанда"
3530
 
3531
+ #: ../lib/tribe-view-helpers.class.php:227
3532
  msgid "Saint Kitts And Nevis"
3533
  msgstr "Сейнт Китс и Невис"
3534
 
3535
+ #: ../lib/tribe-view-helpers.class.php:228
3536
  msgid "Saint Lucia"
3537
  msgstr "Сейнт Лусия"
3538
 
3539
+ #: ../lib/tribe-view-helpers.class.php:229
3540
  msgid "Saint Vincent And The Grenadines"
3541
  msgstr "Сейнт Винсент и Гренадини"
3542
 
3543
+ #: ../lib/tribe-view-helpers.class.php:230
3544
  msgid "Samoa"
3545
  msgstr "Самоа"
3546
 
3547
+ #: ../lib/tribe-view-helpers.class.php:231
3548
  msgid "San Marino"
3549
  msgstr "Сан Марино"
3550
 
3551
+ #: ../lib/tribe-view-helpers.class.php:232
3552
  msgid "Sao Tome And Principe"
3553
  msgstr "Сао Томе и Принсипи"
3554
 
3555
+ #: ../lib/tribe-view-helpers.class.php:233
3556
  msgid "Saudi Arabia"
3557
  msgstr "Саудитска Арабия"
3558
 
3559
+ #: ../lib/tribe-view-helpers.class.php:234
3560
  msgid "Senegal"
3561
  msgstr "Сенегал"
3562
 
3563
+ #: ../lib/tribe-view-helpers.class.php:235
3564
  msgid "Serbia"
3565
  msgstr "Сърбия"
3566
 
3567
+ #: ../lib/tribe-view-helpers.class.php:236
3568
  msgid "Seychelles"
3569
  msgstr "Сейшели"
3570
 
3571
+ #: ../lib/tribe-view-helpers.class.php:237
3572
  msgid "Sierra Leone"
3573
  msgstr "Сиера Леоне"
3574
 
3575
+ #: ../lib/tribe-view-helpers.class.php:238
3576
  msgid "Singapore"
3577
  msgstr "Сингапур"
3578
 
3579
+ #: ../lib/tribe-view-helpers.class.php:239
3580
  msgid "Slovakia (Slovak Republic)"
3581
  msgstr "Словакия"
3582
 
3583
+ #: ../lib/tribe-view-helpers.class.php:240
3584
  msgid "Slovenia"
3585
  msgstr "Словения"
3586
 
3587
+ #: ../lib/tribe-view-helpers.class.php:241
3588
  msgid "Solomon Islands"
3589
  msgstr "Соломонови острови"
3590
 
3591
+ #: ../lib/tribe-view-helpers.class.php:242
3592
  msgid "Somalia"
3593
  msgstr "Сомалия"
3594
 
3595
+ #: ../lib/tribe-view-helpers.class.php:243
3596
  msgid "South Africa"
3597
  msgstr "Република Южна Африка"
3598
 
3599
+ #: ../lib/tribe-view-helpers.class.php:244
3600
  msgid "South Georgia, South Sandwich Islands"
3601
  msgstr "Южна Джорджия и Южни Сандвичеви острови"
3602
 
3603
+ #: ../lib/tribe-view-helpers.class.php:245
3604
  msgid "Spain"
3605
  msgstr "Испания"
3606
 
3607
+ #: ../lib/tribe-view-helpers.class.php:246
3608
  msgid "Sri Lanka"
3609
  msgstr "Шри Ланка"
3610
 
3611
+ #: ../lib/tribe-view-helpers.class.php:247
3612
  msgid "St. Helena"
3613
  msgstr "Света Елена"
3614
 
3615
+ #: ../lib/tribe-view-helpers.class.php:248
3616
  msgid "St. Pierre And Miquelon"
3617
  msgstr "Сен Пиер и Микелон"
3618
 
3619
+ #: ../lib/tribe-view-helpers.class.php:249
3620
  msgid "Sudan"
3621
  msgstr "Судан"
3622
 
3623
+ #: ../lib/tribe-view-helpers.class.php:250
3624
  msgid "Suriname"
3625
  msgstr "Суринам"
3626
 
3627
+ #: ../lib/tribe-view-helpers.class.php:251
3628
  msgid "Svalbard And Jan Mayen Islands"
3629
  msgstr "Свалбард и Ян Майен"
3630
 
3631
+ #: ../lib/tribe-view-helpers.class.php:252
3632
  msgid "Swaziland"
3633
  msgstr "Свазиленд"
3634
 
3635
+ #: ../lib/tribe-view-helpers.class.php:253
3636
  msgid "Sweden"
3637
  msgstr "Швеция"
3638
 
3639
+ #: ../lib/tribe-view-helpers.class.php:254
3640
  msgid "Switzerland"
3641
  msgstr "Швейцария"
3642
 
3643
+ #: ../lib/tribe-view-helpers.class.php:255
3644
  msgid "Syrian Arab Republic"
3645
  msgstr "Сирия"
3646
 
3647
+ #: ../lib/tribe-view-helpers.class.php:256
3648
  msgid "Taiwan"
3649
  msgstr "Тайван"
3650
 
3651
+ #: ../lib/tribe-view-helpers.class.php:257
3652
  msgid "Tajikistan"
3653
  msgstr "Таджикистан"
3654
 
3655
+ #: ../lib/tribe-view-helpers.class.php:258
3656
  msgid "Tanzania, United Republic Of"
3657
  msgstr "Танзания"
3658
 
3659
+ #: ../lib/tribe-view-helpers.class.php:259
3660
  msgid "Thailand"
3661
  msgstr "Тайланд"
3662
 
3663
+ #: ../lib/tribe-view-helpers.class.php:260
3664
  msgid "Togo"
3665
  msgstr "Того"
3666
 
3667
+ #: ../lib/tribe-view-helpers.class.php:261
3668
  msgid "Tokelau"
3669
  msgstr "Токелау"
3670
 
3671
+ #: ../lib/tribe-view-helpers.class.php:262
3672
  msgid "Tonga"
3673
  msgstr "Тонга"
3674
 
3675
+ #: ../lib/tribe-view-helpers.class.php:263
3676
  msgid "Trinidad And Tobago"
3677
  msgstr "Тринидад и Тобаго"
3678
 
3679
+ #: ../lib/tribe-view-helpers.class.php:264
3680
  msgid "Tunisia"
3681
  msgstr "Тунис"
3682
 
3683
+ #: ../lib/tribe-view-helpers.class.php:265
3684
  msgid "Turkey"
3685
  msgstr "Турция"
3686
 
3687
+ #: ../lib/tribe-view-helpers.class.php:266
3688
  msgid "Turkmenistan"
3689
  msgstr "Туркменистан"
3690
 
3691
+ #: ../lib/tribe-view-helpers.class.php:267
3692
  msgid "Turks And Caicos Islands"
3693
  msgstr "Търкс и Кайкос"
3694
 
3695
+ #: ../lib/tribe-view-helpers.class.php:268
3696
  msgid "Tuvalu"
3697
  msgstr "Тувалу"
3698
 
3699
+ #: ../lib/tribe-view-helpers.class.php:269
3700
  msgid "Uganda"
3701
  msgstr "Уганда"
3702
 
3703
+ #: ../lib/tribe-view-helpers.class.php:270
3704
  msgid "Ukraine"
3705
  msgstr "Украйна"
3706
 
3707
+ #: ../lib/tribe-view-helpers.class.php:271
3708
  msgid "United Arab Emirates"
3709
  msgstr "ОАЕ"
3710
 
3711
+ #: ../lib/tribe-view-helpers.class.php:272
3712
  msgid "United Kingdom"
3713
  msgstr "Великобритания"
3714
 
3715
+ #: ../lib/tribe-view-helpers.class.php:273
3716
  msgid "United States Minor Outlying Islands"
3717
  msgstr "Малки далечни острови на САЩ"
3718
 
3719
+ #: ../lib/tribe-view-helpers.class.php:274
3720
  msgid "Uruguay"
3721
  msgstr "Уругвай"
3722
 
3723
+ #: ../lib/tribe-view-helpers.class.php:275
3724
  msgid "Uzbekistan"
3725
  msgstr "Узбекистан"
3726
 
3727
+ #: ../lib/tribe-view-helpers.class.php:276
3728
  msgid "Vanuatu"
3729
  msgstr "Вануату"
3730
 
3731
+ #: ../lib/tribe-view-helpers.class.php:277
3732
  msgid "Venezuela"
3733
  msgstr "Венецуела"
3734
 
3735
+ #: ../lib/tribe-view-helpers.class.php:278
3736
  msgid "Viet Nam"
3737
  msgstr "Виетнам"
3738
 
3739
+ #: ../lib/tribe-view-helpers.class.php:279
3740
  msgid "Virgin Islands (British)"
3741
  msgstr "Британски Вирджински острови"
3742
 
3743
+ #: ../lib/tribe-view-helpers.class.php:280
3744
  msgid "Virgin Islands (U.S.)"
3745
  msgstr "Вирджински острови"
3746
 
3747
+ #: ../lib/tribe-view-helpers.class.php:281
3748
  msgid "Wallis And Futuna Islands"
3749
  msgstr "Уолис и Футуна"
3750
 
3751
+ #: ../lib/tribe-view-helpers.class.php:282
3752
  msgid "Western Sahara"
3753
  msgstr "Западна Сахара"
3754
 
3755
+ #: ../lib/tribe-view-helpers.class.php:283
3756
  msgid "Yemen"
3757
  msgstr "Йемен"
3758
 
3759
+ #: ../lib/tribe-view-helpers.class.php:284
3760
  msgid "Zambia"
3761
  msgstr "Замбия"
3762
 
3763
+ #: ../lib/tribe-view-helpers.class.php:285
3764
  msgid "Zimbabwe"
3765
  msgstr "Зимбабве"
3766
 
3767
+ #: ../lib/tribe-view-helpers.class.php:316
3768
  msgid "Alabama"
3769
  msgstr "Алабама"
3770
 
3771
+ #: ../lib/tribe-view-helpers.class.php:317
3772
  msgid "Alaska"
3773
  msgstr "Аляска"
3774
 
3775
+ #: ../lib/tribe-view-helpers.class.php:318
3776
  msgid "Arizona"
3777
  msgstr "Аризона"
3778
 
3779
+ #: ../lib/tribe-view-helpers.class.php:319
3780
  msgid "Arkansas"
3781
  msgstr "Арканзас"
3782
 
3783
+ #: ../lib/tribe-view-helpers.class.php:320
3784
  msgid "California"
3785
  msgstr "Калифорния"
3786
 
3787
+ #: ../lib/tribe-view-helpers.class.php:321
3788
  msgid "Colorado"
3789
  msgstr "Колорадо"
3790
 
3791
+ #: ../lib/tribe-view-helpers.class.php:322
3792
  msgid "Connecticut"
3793
  msgstr "Кънектикът"
3794
 
3795
+ #: ../lib/tribe-view-helpers.class.php:323
3796
  msgid "Delaware"
3797
  msgstr "Делауеър"
3798
 
3799
+ #: ../lib/tribe-view-helpers.class.php:324
3800
  msgid "District of Columbia"
3801
  msgstr "Вашингтон, О.К."
3802
 
3803
+ #: ../lib/tribe-view-helpers.class.php:325
3804
  msgid "Florida"
3805
  msgstr "Флорида"
3806
 
3807
+ #: ../lib/tribe-view-helpers.class.php:327
3808
  msgid "Hawaii"
3809
  msgstr "Хаваи"
3810
 
3811
+ #: ../lib/tribe-view-helpers.class.php:328
3812
  msgid "Idaho"
3813
  msgstr "Айдахо"
3814
 
3815
+ #: ../lib/tribe-view-helpers.class.php:329
3816
  msgid "Illinois"
3817
  msgstr "Илинойс"
3818
 
3819
+ #: ../lib/tribe-view-helpers.class.php:330
3820
  msgid "Indiana"
3821
  msgstr "Индиана"
3822
 
3823
+ #: ../lib/tribe-view-helpers.class.php:331
3824
  msgid "Iowa"
3825
  msgstr "Индиана"
3826
 
3827
+ #: ../lib/tribe-view-helpers.class.php:332
3828
  msgid "Kansas"
3829
  msgstr "Канзас"
3830
 
3831
+ #: ../lib/tribe-view-helpers.class.php:333
3832
  msgid "Kentucky"
3833
  msgstr "Кентъки"
3834
 
3835
+ #: ../lib/tribe-view-helpers.class.php:334
3836
  msgid "Louisiana"
3837
  msgstr "Луизиана"
3838
 
3839
+ #: ../lib/tribe-view-helpers.class.php:335
3840
  msgid "Maine"
3841
  msgstr "Мейн"
3842
 
3843
+ #: ../lib/tribe-view-helpers.class.php:336
3844
  msgid "Maryland"
3845
  msgstr "Мериленд"
3846
 
3847
+ #: ../lib/tribe-view-helpers.class.php:337
3848
  msgid "Massachusetts"
3849
  msgstr "Масачузетс"
3850
 
3851
+ #: ../lib/tribe-view-helpers.class.php:338
3852
  msgid "Michigan"
3853
  msgstr "Мичиган"
3854
 
3855
+ #: ../lib/tribe-view-helpers.class.php:339
3856
  msgid "Minnesota"
3857
  msgstr "Минесота"
3858
 
3859
+ #: ../lib/tribe-view-helpers.class.php:340
3860
  msgid "Mississippi"
3861
  msgstr "Мисисипи"
3862
 
3863
+ #: ../lib/tribe-view-helpers.class.php:341
3864
  msgid "Missouri"
3865
  msgstr "Мисури"
3866
 
3867
+ #: ../lib/tribe-view-helpers.class.php:342
3868
  msgid "Montana"
3869
  msgstr "Монтана"
3870
 
3871
+ #: ../lib/tribe-view-helpers.class.php:343
3872
  msgid "Nebraska"
3873
  msgstr "Небраска"
3874
 
3875
+ #: ../lib/tribe-view-helpers.class.php:344
3876
  msgid "Nevada"
3877
  msgstr "Невада"
3878
 
3879
+ #: ../lib/tribe-view-helpers.class.php:345
3880
  msgid "New Hampshire"
3881
  msgstr "Ню Хампшър"
3882
 
3883
+ #: ../lib/tribe-view-helpers.class.php:346
3884
  msgid "New Jersey"
3885
  msgstr "Ню Джърси"
3886
 
3887
+ #: ../lib/tribe-view-helpers.class.php:347
3888
  msgid "New Mexico"
3889
  msgstr "Ню Мексико"
3890
 
3891
+ #: ../lib/tribe-view-helpers.class.php:348
3892
  msgid "New York"
3893
  msgstr "Ню Йорк"
3894
 
3895
+ #: ../lib/tribe-view-helpers.class.php:349
3896
  msgid "North Carolina"
3897
  msgstr "Северна Каролина"
3898
 
3899
+ #: ../lib/tribe-view-helpers.class.php:350
3900
  msgid "North Dakota"
3901
  msgstr "Северна Дакота"
3902
 
3903
+ #: ../lib/tribe-view-helpers.class.php:351
3904
  msgid "Ohio"
3905
  msgstr "Охайо"
3906
 
3907
+ #: ../lib/tribe-view-helpers.class.php:352
3908
  msgid "Oklahoma"
3909
  msgstr "Оклахома"
3910
 
3911
+ #: ../lib/tribe-view-helpers.class.php:353
3912
  msgid "Oregon"
3913
  msgstr "Орегон"
3914
 
3915
+ #: ../lib/tribe-view-helpers.class.php:354
3916
  msgid "Pennsylvania"
3917
  msgstr "Пенсилвания"
3918
 
3919
+ #: ../lib/tribe-view-helpers.class.php:355
3920
  msgid "Rhode Island"
3921
  msgstr "Род Айлънд"
3922
 
3923
+ #: ../lib/tribe-view-helpers.class.php:356
3924
  msgid "South Carolina"
3925
  msgstr "Южна Каролина"
3926
 
3927
+ #: ../lib/tribe-view-helpers.class.php:357
3928
  msgid "South Dakota"
3929
  msgstr "Южна Дакота"
3930
 
3931
+ #: ../lib/tribe-view-helpers.class.php:358
3932
  msgid "Tennessee"
3933
  msgstr "Тенеси"
3934
 
3935
+ #: ../lib/tribe-view-helpers.class.php:359
3936
  msgid "Texas"
3937
  msgstr "Тексас"
3938
 
3939
+ #: ../lib/tribe-view-helpers.class.php:360
3940
  msgid "Utah"
3941
  msgstr "Юта"
3942
 
3943
+ #: ../lib/tribe-view-helpers.class.php:361
3944
  msgid "Vermont"
3945
  msgstr "Върмонт"
3946
 
3947
+ #: ../lib/tribe-view-helpers.class.php:362
3948
  msgid "Virginia"
3949
  msgstr "Вирджиния"
3950
 
3951
+ #: ../lib/tribe-view-helpers.class.php:363
3952
  msgid "Washington"
3953
  msgstr "Вашингтон"
3954
 
3955
+ #: ../lib/tribe-view-helpers.class.php:364
3956
  msgid "West Virginia"
3957
  msgstr "Западна Вирджиния"
3958
 
3959
+ #: ../lib/tribe-view-helpers.class.php:365
3960
  msgid "Wisconsin"
3961
  msgstr "Уисконсин"
3962
 
3963
+ #: ../lib/tribe-view-helpers.class.php:366
3964
  msgid "Wyoming"
3965
  msgstr "Уайоминг"
3966
 
3967
+ #: ../lib/widget-list.class.php:26
3968
  msgid "A widget that displays upcoming events."
3969
  msgstr "Уиджет, показващ всички предстоящи събития."
3970
 
3971
+ #: ../lib/widget-list.class.php:34
3972
  msgid "Events List"
3973
  msgstr "Списък със събитията"
3974
 
3975
+ #: ../lib/widget-list.class.php:162 ../public/template-tags/loop.php:130
3976
+ msgid "Upcoming Events"
3977
+ msgstr "Предстоящи събития"
3978
+
3979
+ #: ../public/advanced-functions/meta.php:42
3980
+ #: ../public/advanced-functions/meta.php:74
3981
+ #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:61
3982
  msgid "Start:"
3983
  msgstr "Начало:"
3984
 
3985
+ #: ../public/advanced-functions/meta.php:51
3986
+ #: ../public/advanced-functions/meta.php:83
3987
+ #: ../views/modules/meta/details.php:41 ../views/modules/meta/details.php:66
3988
  msgid "End:"
3989
  msgstr "Край:"
3990
 
3991
+ #: ../public/advanced-functions/meta.php:62
3992
+ #: ../public/advanced-functions/meta.php:94
3993
+ #: ../views/modules/meta/details.php:51 ../views/modules/meta/details.php:76
3994
  msgid "Date:"
3995
  msgstr "Дата:"
3996
 
3997
+ #: ../public/advanced-functions/meta.php:105
3998
+ #: ../public/advanced-functions/meta.php:116
3999
+ #: ../views/modules/meta/details.php:81
4000
  msgid "Time:"
4001
  msgstr "Час:"
4002
 
4003
+ #: ../public/advanced-functions/meta.php:329
4004
+ #: ../public/template-tags/google-map.php:44
4005
  msgid "Click to view a Google Map"
4006
  msgstr "Вижте местоположението в Google Карти"
4007
 
4008
+ #: ../public/advanced-functions/meta.php:330
4009
+ #: ../public/template-tags/google-map.php:45
4010
  msgid "+ Google Map"
4011
  msgstr "+ Google Map"
4012
 
4013
+ #: ../public/advanced-functions/meta.php:343
4014
  #: ../views/modules/meta/details.php:13
4015
  msgid "Details"
4016
  msgstr "Детайли"
4017
 
4018
+ #: ../public/advanced-functions/meta.php:403
4019
+ #: ../views/modules/meta/details.php:115
4020
  msgid "Event Tags:"
4021
  msgstr "Етикети:"
4022
 
4023
+ #: ../public/advanced-functions/meta.php:433
4024
  msgid "Origin:"
4025
  msgstr "Произход:"
4026
 
4027
+ #: ../public/advanced-functions/meta.php:594
 
 
 
 
 
 
 
 
4028
  msgid "Event:"
4029
  msgstr "Събитие:"
4030
 
4031
+ #: ../public/template-tags/day.php:103
4032
  msgid "<span>&laquo;</span> Previous Day"
4033
  msgstr "<span>&laquo;</span> Предходен ден"
4034
 
4035
+ #: ../public/template-tags/day.php:105
4036
  msgid "Next Day <span>&raquo;</span>"
4037
  msgstr "Следващ ден <span>&raquo;</span>"
4038
 
4039
+ #: ../public/template-tags/day.php:107
4040
  msgid "Yesterday"
4041
  msgstr "Вчера"
4042
 
4043
+ #: ../public/template-tags/day.php:109
4044
  msgid "Tomorrow"
4045
  msgstr "Утре"
4046
 
4047
+ #: ../public/template-tags/deprecated.php:1283
4048
  msgid "Category"
4049
  msgstr "Категория"
4050
 
4051
+ #: ../public/template-tags/general.php:385
4052
  msgid "Tags:"
4053
  msgstr "Етикети:"
4054
 
4055
+ #: ../public/template-tags/general.php:489
4056
  msgid "Loading Events"
4057
  msgstr "Зареждане на събития"
4058
 
4059
+ #: ../public/template-tags/general.php:683
4060
  msgid "Free"
4061
  msgstr "Free"
4062
 
4063
+ #: ../public/template-tags/general.php:1340
4064
  #, php-format
4065
  msgid "Calendar powered by %sThe Events Calendar%s"
4066
  msgstr "Календара използва %sThe Events Calendar%s"
4067
 
4068
+ #: ../public/template-tags/loop.php:144
4069
+ #, php-format
4070
+ msgid "Events for %1$s - %2$s"
4071
+ msgstr "Събития за %1$s - %2$s"
4072
+
4073
+ #: ../public/template-tags/loop.php:146
4074
+ msgid "Past Events"
4075
+ msgstr "Минали събития"
4076
+
4077
+ #: ../public/template-tags/loop.php:151
4078
+ #, php-format
4079
+ msgid "Events for %s"
4080
+ msgstr "Събития през %s"
4081
+
4082
+ #: ../public/template-tags/loop.php:158 ../views/month/mobile.php:13
4083
  msgid "Events for"
4084
  msgstr "Събития за"
4085
 
4086
+ #: ../public/template-tags/options.php:20
4087
  #, php-format
4088
  msgid "Your current Events URL is %s"
4089
  msgstr "В момента адреса на календара е %s"
4090
 
4091
+ #: ../public/template-tags/options.php:29
4092
  #, php-format
4093
  msgid ""
4094
  "You <strong>cannot</strong> use the same slug as above. The above should "
4098
  "горния е в множествено число, а този в единствено. <br />URL адреса на "
4099
  "отделно събитие е: %s"
4100
 
4101
+ #: ../views/day/nav.php:16
4102
  msgid "Day Navigation"
4103
  msgstr "Навигация по ден"
4104
 
4105
+ #: ../views/day/single-event.php:74 ../views/list/single-event.php:80
4106
  msgid "Find out more"
4107
  msgstr "Виж повече"
4108
 
4109
+ #: ../views/list/nav.php:17
4110
  msgid "Events List Navigation"
4111
  msgstr "Events List Navigation"
4112
 
4113
+ #: ../views/list/nav.php:23
4114
  msgid "<span>&laquo;</span> Previous Events"
4115
  msgstr "<span>&laquo;</span> Предишни събития"
4116
 
4117
+ #: ../views/list/nav.php:30
4118
  msgid "Next Events <span>&raquo;</span>"
4119
  msgstr "Следващи събития <span>&raquo;</span>"
4120
 
4121
+ #: ../views/modules/bar.php:32 ../views/modules/bar.php:63
4122
  msgid "Find Events"
4123
  msgstr "Търсене"
4124
 
4130
  msgid "View As"
4131
  msgstr "Изглед"
4132
 
4133
+ #: ../views/month/mobile.php:40
4134
+ msgid "Find out more »"
4135
+ msgstr "Вижте повече..."
4136
+
4137
+ #: ../views/month/nav.php:18
4138
  msgid "Calendar Month Navigation"
4139
  msgstr "Навигация по календарен месец"
4140
 
4141
  #: ../views/month/single-day.php:41
4142
+ #, php-format
4143
+ msgid "View 1 Event"
4144
+ msgid_plural "View All %s Events"
4145
+ msgstr[0] "Вижте 1 събитие"
4146
+ msgstr[1] "Вижте всички %s събития"
 
4147
 
4148
+ #: ../views/single-event.php:24
4149
  msgid "&laquo; All Events"
4150
  msgstr "&laquo; Всички събития"
4151
 
4152
+ #: ../views/single-event.php:43 ../views/single-event.php:89
4153
  msgid "Event Navigation"
4154
  msgstr "Навигация на събитие"
4155
 
4156
+ #: ../views/tickets/attendees-email.php:24
4157
  msgid "Attendee List"
4158
  msgstr "Списък с участниците"
4159
 
4161
  msgid "Your tickets"
4162
  msgstr "Вашите билети"
4163
 
4164
+ #: ../views/tickets/email.php:321
4165
  msgid "Ticket Type"
4166
  msgstr "Тип на билета"
4167
 
4168
+ #: ../views/tickets/email.php:325
4169
  msgid "Purchaser"
4170
  msgstr "Купувач"
4171
 
4172
+ #: ../views/widgets/list-widget.php:63
4173
  msgid "View All Events"
4174
  msgstr "Всички събития"
4175
 
4176
+ #: ../views/widgets/list-widget.php:70
4177
  msgid "There are no upcoming events at this time."
4178
  msgstr "В момента няма предстоящи събития."
4179
 
4180
+ #~ msgid "Auditing Information"
4181
+ #~ msgstr "Проверка на информация"
4182
+
4183
+ #~ msgid "Created by:"
4184
+ #~ msgstr "Създадено от:"
4185
+
4186
+ #~ msgid "Audit Trail:"
4187
+ #~ msgstr "Audit Trail:"
4188
+
4189
+ #~ msgid ""
4190
+ #~ "<p>The settings below control the display of your calendar. If things "
4191
+ #~ "don't look right, try switching between the three style sheet options or "
4192
+ #~ "pick a page template from your theme.</p><p>There are going to be "
4193
+ #~ "situations where no out-of-the-box template is 100&#37; perfect. Check "
4194
+ #~ "out our <a href=\"%s\">our themer's guide</a> for instructions on custom "
4195
+ #~ "modifications. Want to create a new view? Grab a copy of the <a href=\"%s"
4196
+ #~ "\">Sample Agenda View plugin from Github</a></p>"
4197
+ #~ msgstr ""
4198
+ #~ "<p>Настройките по-долу управляват начина на визуализация на вашия "
4199
+ #~ "календар. Ако нещо не изглежда добте, опитайте да смените стила или "
4200
+ #~ "изберете шаблон на странива от вашата тема.</p><p>Ще има ситуации, в "
4201
+ #~ "които нито един от шаблоните няма да е 100&#37; перфектен. Прегледайте "
4202
+ #~ "нашият <a href=\"%s\">съветник</a> за инструкции касаещи индивидуални "
4203
+ #~ "модификации. Изкате да създадете нов изглед? Изтеглете <a href=\"%s"
4204
+ #~ "\">Sample Agenda View plugin от Github</a></p>"
4205
+
4206
+ #~ msgid ""
4207
+ #~ "Are you developer looking to build your own frontend view? We created an "
4208
+ #~ "example plugin that demonstrates how to register a new view. You can "
4209
+ #~ "%sdownload the plugin at GitHub%s to get started."
4210
+ #~ msgstr ""
4211
+ #~ "Вие сте разработчик, който иска да създаде собствен изглед за The Events "
4212
+ #~ "Calendar? Ние създадохме демонстрационен plugin, който да покаже как се "
4213
+ #~ "регистрира новия изглед. Можете да %sизтеглите plugin-а от GitHub%s , за "
4214
+ #~ "да започнете."
4215
+
4216
+ #~ msgid "Venue Addres 2"
4217
+ #~ msgstr "Адрес на мястото 2"
4218
+
4219
+ #~ msgid "Events this month"
4220
+ #~ msgstr "Събития този месец"
4221
+
4222
+ #~ msgid "Add New "
4223
+ #~ msgstr "Дабавяне"
4224
+
4225
+ #~ msgid "Use Saved "
4226
+ #~ msgstr "Използвай запаметено"
4227
+
4228
+ #~ msgid "Use New "
4229
+ #~ msgstr "Създаване"
4230
+
4231
+ #~ msgid " Information"
4232
+ #~ msgstr "Информация"
4233
+
4234
+ #~ msgid ""
4235
+ #~ "Welcome to The Events Calendar! Your events calendar can be found at %s. "
4236
+ #~ "To change the events slug, visit %sEvents -> Settings%s."
4237
+ #~ msgstr ""
4238
+ #~ "Добре дошли в The Events Calendar! Можете да видите вашият събитиен "
4239
+ #~ "календар на %s. За да промените адреса, влезте в %sEvents -> Settings%s."
4240
+
4241
+ #~ msgid "Filter by ticket #, order # or security code"
4242
+ #~ msgstr "Филтриране по билет №, поръчка № или код за сигурност"
4243
+
4244
+ #~ msgid "Tribe"
4245
+ #~ msgstr "Tribe"
4246
+
4247
+ #~ msgid ""
4248
+ #~ "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make "
4249
+ #~ "sure you have backed up before proceeding any further. You can easily <a "
4250
+ #~ "href=\"%s\">revert to an old version</a> if you want to backup first. "
4251
+ #~ "This upgrade includes two major steps, <a href=\"%s\">migrating data</a> "
4252
+ #~ "&amp; updating your templates as necessary. There have been significant "
4253
+ #~ "changes to the template tags and functions. Check out our <a href=\"%s"
4254
+ #~ "\">walk-through on the upgrade</a> before proceeding and check out the "
4255
+ #~ "FAQ &amp; Knowledge base from the <a href=\"%s\">support page</a>. If "
4256
+ #~ "you're new to The Events Calendar, you may want to review our <a href=\"%s"
4257
+ #~ "\">new user primer</a>.<br/><br/> You have events that need to be "
4258
+ #~ "migrated. Please visit the bottom of the <a href=\"%s\">settings page</"
4259
+ #~ "a> to perform the migration."
4260
+ #~ msgstr ""
4261
+ #~ "Добре дошли в Events 2.0! Това е огромно обновление спрямо 1.6.5. Моля, "
4262
+ #~ "уверете се, че сте направили резервно копие преди да продължите. Можете "
4263
+ #~ "лесно да <a href=\"%s\">се върнете към по-старата версия</a> ако искате "
4264
+ #~ "първо да направите резервно копие. Обновяването се състои от две основни "
4265
+ #~ "стъпки, <a href=\"%s\">мигриране на информацията</a> &amp; и обновяване "
4266
+ #~ "на шаблоните, ако е необходимо. Има значителна промяна в таговете и "
4267
+ #~ "функциите на шаблоните. Прегледайте нашият <a href=\"%s\">съветник за "
4268
+ #~ "обновяване</a> преди да продължите, както и FAQ страницата на <a href=\"%s"
4269
+ #~ "\">страницата за поддръжка</a>. Ако сте новодошъл потребител на The "
4270
+ #~ "Events Calendar, може би ще искате да прегледате <a href=\"%s\">нашият "
4271
+ #~ "нов буквар</a>.<br/><br/> Имате събития, които трябва да бъдат мигрирани. "
4272
+ #~ "Моля, отидете в края на страница <a href=\"%s\">настройки</a> за да "
4273
+ #~ "извършите миграцията."
4274
+
4275
+ #~ msgid "Upgrade from The Events Calendar"
4276
+ #~ msgstr "Надграждане от The Events Calendar"
4277
+
4278
+ #~ msgid ""
4279
+ #~ "It appears that you have some old events calendar data that needs to be "
4280
+ #~ "upgraded. Please be sure to back up your database before initiating the "
4281
+ #~ "upgrade. This process can not be undone."
4282
+ #~ msgstr ""
4283
+ #~ "Оказва се, че имате стара информация, която трябва да се обнови. Моля, "
4284
+ #~ "уверете се, че сте направили резервно копие преди да започнете с "
4285
+ #~ "обновяването. Процеса е необратим."
4286
+
4287
+ #~ msgid "Migrate Data!"
4288
+ #~ msgstr "Мигриране на данните!"
4289
+
4290
+ #~ msgid "You successfully migrated (%d) entries."
4291
+ #~ msgstr "Успешно мигрирахте (%d) записа."
4292
+
4293
+ #~ msgid "Install has 1 or more legacy event!"
4294
+ #~ msgstr "Инсталацията има 1 или повече наследствени събития!"
4295
+
4296
+ #~ msgid "Events "
4297
+ #~ msgstr "Събития"
4298
+
4299
+ #~ msgid "Event "
4300
+ #~ msgstr "Събитие"
4301
+
4302
  #~ msgid "Import is filter/view sensitive"
4303
  #~ msgstr "Импортирането се променя в зависимот от изгледа и филтъра"
4304
 
lang/tribe-events-calendar-bs_BA.mo DELETED
Binary file
lang/tribe-events-calendar-bs_BA.po DELETED
@@ -1,4137 +0,0 @@
1
- # The Events Calendar by Modern Tribe, Inc.
2
- # Copyright (C) Modern Tribe, Inc.
3
- # This file is distributed under the same license as the The Events Calendar package.
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: The Events Calendar\n"
7
- "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2013-07-02 11:26-0800\n"
9
- "PO-Revision-Date: 2013-07-02 11:26-0800\n"
10
- "Last-Translator: Marko Manojlović <manmar984@gmail.com>\n"
11
- "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
12
- "Language: en_US\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
19
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
20
- "X-Poedit-Basepath: ./\n"
21
- "X-Textdomain-Support: yes\n"
22
- "X-Generator: Poedit 1.5.5\n"
23
- "X-Poedit-SearchPath-0: ..\n"
24
-
25
- # @ tribe-events-calendar
26
- #
27
- #: ../admin-views/app-shop.php:4
28
- msgid "Tribe Event Add-Ons"
29
- msgstr "Tribe Event dodaci"
30
-
31
- #: ../admin-views/app-shop.php:50
32
- msgid "Version"
33
- msgstr "Verzija"
34
-
35
- # @ tribe-events-calendar
36
- #
37
- #: ../admin-views/app-shop.php:53
38
- msgid "Last Update"
39
- msgstr "Poslednja nadogradnja"
40
-
41
- # @ tribe-events-calendar
42
- #: ../admin-views/event-sidebar-options.php:11
43
- msgid "Hide From Event Listings"
44
- msgstr "Sakrij sa listinga događaja"
45
-
46
- #: ../admin-views/event-sidebar-options.php:12
47
- msgid "Sticky in Calendar View"
48
- msgstr "\"Sticky\" u pogledu kalendara"
49
-
50
- # @ tribe-events-calendar
51
- #
52
- #: ../admin-views/events-audit-trail.php:41
53
- msgid "Auditing Information"
54
- msgstr "Revizija informacija"
55
-
56
- #: ../admin-views/events-audit-trail.php:47
57
- msgid "Created by:"
58
- msgstr "Kreirao:"
59
-
60
- #: ../admin-views/events-audit-trail.php:51
61
- msgid "Audit Trail:"
62
- msgstr "Revizorski trag:"
63
-
64
- # @ tribe-events-calendar
65
- #: ../admin-views/events-meta-box.php:26
66
- msgid "Event Time &amp; Date"
67
- msgstr "Vrijeme i datum događaja"
68
-
69
- # @ tribe-events-calendar
70
- #: ../admin-views/events-meta-box.php:32
71
- msgid ""
72
- "You have changed the recurrence rules of this event. Saving the event will "
73
- "update all future events. If you did not mean to change all events, then "
74
- "please refresh the page."
75
- msgstr ""
76
- "Promenili ste postavke za ponavljanje ovog događaja. Ako spremite događaj "
77
- "postavke će se primenti na sve naredne događaje. Ako niste željeli promeniti "
78
- "sve događaje molimo vas osvježite stranicu."
79
-
80
- # @ tribe-events-calendar
81
- #
82
- #: ../admin-views/events-meta-box.php:35
83
- msgid "All Day Event:"
84
- msgstr "Celodnevni događaj:"
85
-
86
- # @ tribe-events-calendar
87
- #
88
- #: ../admin-views/events-meta-box.php:39
89
- msgid "Start Date &amp; Time:"
90
- msgstr "Datum početka &amp; Vreme:"
91
-
92
- # @ tribe-events-calendar
93
- #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
94
- msgid "YYYY-MM-DD"
95
- msgstr "GGGG-MM-DD"
96
-
97
- # @ tribe-events-calendar
98
- #
99
- #: ../admin-views/events-meta-box.php:60
100
- msgid "End Date &amp; Time:"
101
- msgstr "Datum završetka &amp; Vreme:"
102
-
103
- # @ tribe-events-calendar
104
- #: ../admin-views/events-meta-box.php:85
105
- msgid "Event Location Details"
106
- msgstr "Podaci o lokaciji događaja"
107
-
108
- # @ tribe-events-calendar
109
- #: ../admin-views/events-meta-box.php:93
110
- msgid "Event Organizer Details"
111
- msgstr "Podaci o organizatoru"
112
-
113
- # @ tribe-events-calendar
114
- #
115
- #: ../admin-views/events-meta-box.php:101
116
- msgid "Event Website"
117
- msgstr "Sajt događaja"
118
-
119
- #: ../admin-views/events-meta-box.php:104
120
- msgid "URL:"
121
- msgstr "URL:"
122
-
123
- # @ tribe-events-calendar
124
- #: ../admin-views/events-meta-box.php:115
125
- msgid "Event Cost"
126
- msgstr "Cijena događaja"
127
-
128
- #: ../admin-views/events-meta-box.php:118
129
- msgid "Currency Symbol:"
130
- msgstr "Simbol valute:"
131
-
132
- # @ tribe-events-calendar
133
- #: ../admin-views/events-meta-box.php:122
134
- #: ../public/advanced-functions/meta.php:270
135
- msgid "Cost:"
136
- msgstr "Cijena:"
137
-
138
- #: ../admin-views/events-meta-box.php:127
139
- msgid "Enter a 0 for events that are free or leave blank to hide the field."
140
- msgstr ""
141
- "Unesite 0 za događaje koji su besplatni ili ostavite polje prazno da bi ste "
142
- "ga sakrili."
143
-
144
- # @ tribe-events-calendar
145
- #: ../admin-views/organizer-meta-box.php:12
146
- msgid "Organizer Name:"
147
- msgstr "Organizator:"
148
-
149
- # @ tribe-events-calendar
150
- #: ../admin-views/organizer-meta-box.php:19
151
- #: ../admin-views/venue-meta-box.php:93
152
- #: ../admin-views/tickets/attendees.php:39
153
- #: ../public/advanced-functions/meta.php:357
154
- #: ../public/advanced-functions/meta.php:419
155
- msgid "Phone:"
156
- msgstr "Telefon:"
157
-
158
- # @ tribe-events-calendar
159
- #: ../admin-views/organizer-meta-box.php:23
160
- #: ../admin-views/venue-meta-box.php:97
161
- #: ../admin-views/tickets/attendees.php:45
162
- #: ../public/advanced-functions/meta.php:308
163
- #: ../public/advanced-functions/meta.php:383
164
- #: ../public/advanced-functions/meta.php:445
165
- msgid "Website:"
166
- msgstr "Web sajt"
167
-
168
- # @ tribe-events-calendar
169
- #: ../admin-views/organizer-meta-box.php:27
170
- #: ../public/advanced-functions/meta.php:432
171
- msgid "Email:"
172
- msgstr "E-pošta:"
173
-
174
- #: ../admin-views/recurrence-dialog.php:13
175
- msgid ""
176
- "Would you like to change only this instance of the event, or all future "
177
- "events in this series?"
178
- msgstr ""
179
- "Da li bi ste željeli da promenite samo ovu instancu događaja, ili sve buduće "
180
- "događaje u ovoj seriji?"
181
-
182
- #: ../admin-views/recurrence-dialog.php:15
183
- #: ../admin-views/recurrence-dialog.php:23
184
- msgid "Only This Event:"
185
- msgstr "Samo ovaj događaj:"
186
-
187
- #: ../admin-views/recurrence-dialog.php:15
188
- msgid "All other future events in the series will remain the same."
189
- msgstr "Preostali događaji u ovoj seriji će ostati isti."
190
-
191
- # @ tribe-events-calendar
192
- #
193
- #: ../admin-views/recurrence-dialog.php:16
194
- #: ../admin-views/recurrence-dialog.php:24
195
- msgid "All Events:"
196
- msgstr "Svi događaji:"
197
-
198
- #: ../admin-views/recurrence-dialog.php:16
199
- msgid ""
200
- "All future events in the series will be changed. Any changes made to other "
201
- "events will be kept."
202
- msgstr ""
203
- "Svi budući događaji u ovoj seriji će biti izmijenjeni. Promjene načinjene na "
204
- "ostalim događajima će biti sačuvane."
205
-
206
- #: ../admin-views/recurrence-dialog.php:21
207
- msgid ""
208
- "Would you like to delete only this instance of the event, or all future "
209
- "events in this series?"
210
- msgstr ""
211
- "Da li bi ste htjeli da obrišete samo ovu instancu događaja, ili sve buduće "
212
- "događaje u ovoj seriji?"
213
-
214
- #: ../admin-views/recurrence-dialog.php:23
215
- msgid "All other future events in the series will not be deleted."
216
- msgstr "Preostali događaji u ovoj seriji neće biti obrisani."
217
-
218
- #: ../admin-views/recurrence-dialog.php:24
219
- msgid "All future events in the series will be deleted."
220
- msgstr "Preostali događaji u ovoj seriji će biti obrisani."
221
-
222
- # @ tribe-events-calendar
223
- #: ../admin-views/tribe-options-display.php:4
224
- msgid "Default Events Template"
225
- msgstr "Zadani šablon događaja"
226
-
227
- # @ tribe-events-calendar
228
- #: ../admin-views/tribe-options-display.php:5
229
- msgid "Default Page Template"
230
- msgstr "Zadani šablon stranice"
231
-
232
- # @ tribe-events-calendar
233
- #
234
- #: ../admin-views/tribe-options-display.php:29
235
- msgid "Display Settings"
236
- msgstr "Prikaži postavke"
237
-
238
- #: ../admin-views/tribe-options-display.php:34
239
- #, fuzzy, php-format
240
- msgid ""
241
- "<p>The settings below control the display of your calendar. If things don't "
242
- "look right, try switching between the three style sheet options or pick a "
243
- "page template from your theme.</p><p>There are going to be situations where "
244
- "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
245
- "\">our themer's guide</a> for instructions on custom modifications. Want to "
246
- "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
247
- "plugin from Github</a></p>"
248
- msgstr ""
249
- "<p> Postavke ispod kontroliraju prikaz vašeg kalendara. Ako stvari ne "
250
- "izgledaju kako treba, pokušajte odabrati neku od tri opcija stila ili "
251
- "odaberite šablon stranice vaše teme. </ P> Biće situacija gdje šablon neće "
252
- "biti odmah 100&#37; savršen. Pogledajte naš <a href=\"%s\"> vodič kroz teme "
253
- "</ a> za upute o modifikacijama. Želite stvoriti novi izgled? Uzmite kopiju "
254
- "<a href=\"%s\"> Sample Agenda View plagin sa Github-a </ a> </ p>"
255
-
256
- # @ tribe-events-calendar
257
- #
258
- #: ../admin-views/tribe-options-display.php:49
259
- msgid "Basic Template Settings"
260
- msgstr "Osnovna podešavanja šablona"
261
-
262
- # @ tribe-events-calendar
263
- #
264
- #: ../admin-views/tribe-options-display.php:53
265
- msgid "Default stylesheet used for events templates"
266
- msgstr "Zadani stil korišten za šablon događaja"
267
-
268
- #: ../admin-views/tribe-options-display.php:56
269
- msgid "Skeleton Styles"
270
- msgstr "Kostur stilovi"
271
-
272
- #: ../admin-views/tribe-options-display.php:58
273
- msgid ""
274
- "Only includes enough css to achieve complex layouts like calendar and week "
275
- "view."
276
- msgstr ""
277
-
278
- #: ../admin-views/tribe-options-display.php:60
279
- msgid "Full Styles"
280
- msgstr "Puni stilovi"
281
-
282
- #: ../admin-views/tribe-options-display.php:62
283
- msgid "More detailed styling, tries to grab styles from your theme."
284
- msgstr ""
285
-
286
- # @ tribe-events-calendar
287
- #
288
- #: ../admin-views/tribe-options-display.php:64
289
- msgid "Tribe Events Styles"
290
- msgstr "Tribe Events stilovi"
291
-
292
- #: ../admin-views/tribe-options-display.php:66
293
- msgid "A fully designed and styled theme for your events pages."
294
- msgstr ""
295
-
296
- # @ tribe-events-calendar
297
- #
298
- #: ../admin-views/tribe-options-display.php:73
299
- msgid "Events template"
300
- msgstr "Šablon događaja"
301
-
302
- # @ tribe-events-calendar
303
- #: ../admin-views/tribe-options-display.php:74
304
- msgid ""
305
- "Choose a page template to control the appearance of your calendar and event "
306
- "content."
307
- msgstr ""
308
- "Odaberitte šablon stranice da bi ste kontrolirali izgled vašeg kalendara i "
309
- "sadržaja događaja."
310
-
311
- #: ../admin-views/tribe-options-display.php:82
312
- msgid "Enable event views"
313
- msgstr "Omogući poglede događaja"
314
-
315
- #: ../admin-views/tribe-options-display.php:83
316
- msgid "You must select at least one view."
317
- msgstr "Morate omogućiti bar jedan pogled."
318
-
319
- #: ../admin-views/tribe-options-display.php:90
320
- msgid "Default view"
321
- msgstr "Zadani pogled"
322
-
323
- #: ../admin-views/tribe-options-display.php:98
324
- #, fuzzy
325
- msgid "Disable the Event Search Bar"
326
- msgstr "Koristi polje za pretragu događaja"
327
-
328
- #: ../admin-views/tribe-options-display.php:99
329
- #, fuzzy
330
- msgid "Check this to use the classic header."
331
- msgstr "Odštiklirajte da bi ste koristili klasično zaglavlje."
332
-
333
- # @ tribe-events-calendar
334
- #
335
- #: ../admin-views/tribe-options-display.php:105
336
- msgid "Advanced Template Settings"
337
- msgstr "Napredne postavke šablona"
338
-
339
- # @ tribe-events-calendar
340
- #
341
- #: ../admin-views/tribe-options-display.php:109
342
- msgid "Add HTML before event content"
343
- msgstr "Dodaj HTML pre sadržaja događaja"
344
-
345
- #: ../admin-views/tribe-options-display.php:110
346
- msgid ""
347
- "If you are familiar with HTML, you can add additional code before the event "
348
- "template. Some themes may require this to help with styling or layout."
349
- msgstr ""
350
- "Ako ste upoznati sa HTML-om, možete dodati kod prije šablona događaja. Neke "
351
- "teme ovo mogu zahtijevati kao pomoć sa stilizacijom ili rasporedom elemenata."
352
-
353
- # @ tribe-events-calendar
354
- #
355
- #: ../admin-views/tribe-options-display.php:115
356
- msgid "Add HTML after event content"
357
- msgstr "Dodaj HTML posle sadržaja događaja"
358
-
359
- #: ../admin-views/tribe-options-display.php:116
360
- msgid ""
361
- "If you are familiar with HTML, you can add additional code after the event "
362
- "template. Some themes may require this to help with styling or layout."
363
- msgstr ""
364
- "Ako ste upoznati sa HTML-om, možete dodati kod poslije šablona događaja. "
365
- "Neke teme ovo mogu zahtijevati kao pomoć sa stilizacijom ili rasporedom "
366
- "elemenata."
367
-
368
- #: ../admin-views/tribe-options-general.php:14
369
- msgid "Finding & extending your calendar."
370
- msgstr "Nalaženje i proširivanje vašeg kalendara."
371
-
372
- #: ../admin-views/tribe-options-general.php:19
373
- msgid "Finding your calendar."
374
- msgstr "Nalaženje vašeg kalendara."
375
-
376
- # @ tribe-events-calendar
377
- #
378
- #: ../admin-views/tribe-options-general.php:24
379
- msgid "Where's my calendar?"
380
- msgstr "Gde je moj kalendar?"
381
-
382
- #: ../admin-views/tribe-options-general.php:24
383
- msgid "Right here"
384
- msgstr "Ovdje"
385
-
386
- # @ tribe-events-calendar
387
- #: ../admin-views/tribe-options-general.php:28
388
- msgid ""
389
- "Looking for additional functionality including recurring events, custom "
390
- "meta, community events, ticket sales and more?"
391
- msgstr ""
392
- "Potrebna vam je dodatna funkcionalnost uključujući ponavljajuće događaje, "
393
- "prilagođen meta, zajednički događaji, prodaja ulaznica i još dosta toga?"
394
-
395
- # @ tribe-events-calendar
396
- #
397
- #: ../admin-views/tribe-options-general.php:28
398
- msgid "Check out the available add-ons"
399
- msgstr "Pogledaj dostupne plagine"
400
-
401
- #: ../admin-views/tribe-options-general.php:33
402
- msgid "We hope our plugin is helping you out."
403
- msgstr "Nadamo se da vam je naš plagin pomogao"
404
-
405
- #: ../admin-views/tribe-options-general.php:37
406
- msgid ""
407
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
408
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
409
- "is recognition. Add a small text-only link at the bottom of your calendar "
410
- "pointing to The Events Calendar project."
411
- msgstr ""
412
- "Da li mislite \"Hej, ovaj plagin je odličan! Treba da se zahvalim Modern "
413
- "Tribe-u za njihov rad.\" Najveće hvala koje možemo da tražimo je priznanje. "
414
- "Dodajte mali tekstualni link na dnu vašeg kalendara ka The Events Calendar "
415
- "projektu."
416
-
417
- #: ../admin-views/tribe-options-general.php:37
418
- #: ../admin-views/tribe-options-general.php:42
419
- msgid "See an example of the link"
420
- msgstr "Pogledaj primjer linka"
421
-
422
- #: ../admin-views/tribe-options-general.php:42
423
- msgid ""
424
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
425
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
426
- "is recognition. Add a small text only link at the bottom of your calendar "
427
- "pointing to The Events Calendar project."
428
- msgstr ""
429
- "Da li mislite \"Hej, ovaj plagin je odličan! Treba da se zahvalim Modern "
430
- "Tribe-u za njihov rad.\" Najveće hvala koje možemo da tražimo je priznanje. "
431
- "Dodajte mali tekstualni link na dnu vašeg kalendara ka The Events Calendar "
432
- "projektu."
433
-
434
- # @ tribe-events-calendar
435
- #
436
- #: ../admin-views/tribe-options-general.php:47
437
- msgid "Show The Events Calendar link"
438
- msgstr "Prikaži The Events Calendar link"
439
-
440
- # @ tribe-events-calendar
441
- #
442
- #: ../admin-views/tribe-options-general.php:61
443
- msgid "General Settings"
444
- msgstr "Generalne postavke"
445
-
446
- # @ tribe-events-calendar
447
- #
448
- #: ../admin-views/tribe-options-general.php:65
449
- msgid "Number of events to show per page"
450
- msgstr "Broj događaja za prikazivanje po stranici"
451
-
452
- #: ../admin-views/tribe-options-general.php:72
453
- msgid "Use Javascript to control page load"
454
- msgstr "Koristite JavaScript da kontroliranje učitavanja stranice"
455
-
456
- #: ../admin-views/tribe-options-general.php:73
457
- msgid "Enable ajax to live refresh content."
458
- msgstr "Omogućite ajax za osvežavanja sadržaja"
459
-
460
- # @ tribe-events-calendar
461
- #
462
- #: ../admin-views/tribe-options-general.php:79
463
- msgid "Show comments"
464
- msgstr "Prikaži komentare"
465
-
466
- #: ../admin-views/tribe-options-general.php:80
467
- msgid "Enable comments on event pages."
468
- msgstr "Omogući komentare na stranicama događaja."
469
-
470
- #: ../admin-views/tribe-options-general.php:86
471
- msgid "Include events in main blog loop"
472
- msgstr "Uključi događaje u glavnu petlju bloga"
473
-
474
- #: ../admin-views/tribe-options-general.php:87
475
- msgid ""
476
- "Show events with the site's other posts. When this box is checked, events "
477
- "will also continue to appear on the default events page."
478
- msgstr ""
479
- "Prikaži događaje sa ostalim unosima sajta. Kada je ova opcija štiklirana, "
480
- "događaji će nastaviti da se pojavljuju na zadanoj stranici za događaje."
481
-
482
- # @ tribe-events-calendar
483
- #: ../admin-views/tribe-options-general.php:93
484
- #: ../admin-views/tribe-options-general.php:99
485
- msgid "Events URL slug"
486
- msgstr "Slug URL događaja"
487
-
488
- #: ../admin-views/tribe-options-general.php:94
489
- #, php-format
490
- msgid ""
491
- "You cannot edit the slug for your events page as you do not have pretty "
492
- "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
493
- "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
494
- "\">enable pretty permalinks</a>."
495
- msgstr ""
496
- "Ne možete da izmenite slug za vašu stranicu sa događajima jer nemate "
497
- "omogućene odgovarajuće permalinkove. Trenutni URL za vašu stranicu sa "
498
- "događajima je <a href=\"%s\">%s</a>. Da bi ste ovdje izmjenili slug, <a "
499
- "href=\"%soptions-permalink.php\">omogućite odgovarajuće permalinkove</a>."
500
-
501
- # @ tribe-events-calendar
502
- #
503
- #: ../admin-views/tribe-options-general.php:106
504
- #: ../public/template-tags/options.php:20
505
- msgid "The slug used for building the events URL."
506
- msgstr "Slug koji se koristi za kreiranje URL-a događaja."
507
-
508
- # @ tribe-events-calendar
509
- #: ../admin-views/tribe-options-general.php:106
510
- #, php-format
511
- msgid "Your current events URL is: %s"
512
- msgstr "Vaš trenutni URL događaja je: %s"
513
-
514
- # @ tribe-events-calendar
515
- #
516
- #: ../admin-views/tribe-options-general.php:111
517
- #: ../public/template-tags/options.php:43
518
- msgid "Here is the iCal feed URL for your events:"
519
- msgstr "Ovde su iCal URL unosi za vaše događaje: "
520
-
521
- # @ tribe-events-calendar
522
- #
523
- #: ../admin-views/tribe-options-general.php:116
524
- msgid "Single event URL slug"
525
- msgstr "URL slug pojedinačnog događaja"
526
-
527
- # @ tribe-events-calendar
528
- #: ../admin-views/tribe-options-general.php:123
529
- #, php-format
530
- msgid ""
531
- "The above should ideally be plural, and this singular.<br />Your single "
532
- "event URL is: %s"
533
- msgstr ""
534
- "Gorenavedeno bi trebalo biti u množini, a ovde u jednini. <br />URL jednog "
535
- "događaja je: %s"
536
-
537
- #: ../admin-views/tribe-options-general.php:128
538
- msgid "End of day cutoff"
539
- msgstr "Odsjecanje za kraj dana"
540
-
541
- #: ../admin-views/tribe-options-general.php:136
542
- msgid ""
543
- "Have events that run past midnight? Control when your day official ends to "
544
- "avoid awkwardly adding your event to the next day."
545
- msgstr ""
546
- "Imate li događaje koji traju iza ponoći? Kontrolišite kada se vaš dan "
547
- "zvanično završava da bi ste izbjegli da se događaj doda na sljedeći dan."
548
-
549
- #: ../admin-views/tribe-options-general.php:141
550
- msgid "Default currency symbol"
551
- msgstr "Podrazumevani simbol valute"
552
-
553
- #: ../admin-views/tribe-options-general.php:142
554
- msgid ""
555
- "Set the default currency symbol for event costs. Note that this only impacts "
556
- "future events, and changes made will not apply retroactively."
557
- msgstr ""
558
- "Podesite zadani simbol valute za cjenu događaja. Uzmite u obzir da se ovo "
559
- "odnosi samo na predstojeće događaje, i napravljene izmjene se neće primeniti "
560
- "retroaktivno."
561
-
562
- # @ tribe-events-calendar
563
- #
564
- #: ../admin-views/tribe-options-general.php:149
565
- msgid "Map Settings"
566
- msgstr "Postavke karte"
567
-
568
- # @ tribe-events-calendar
569
- #: ../admin-views/tribe-options-general.php:153
570
- msgid "Enable Google Maps"
571
- msgstr "Omogući Goolge mapu"
572
-
573
- #: ../admin-views/tribe-options-general.php:154
574
- msgid "Check to enable maps for events and venues."
575
- msgstr "Štiklirajte da omogućite mapu za događaje i mjesta održavanja."
576
-
577
- #: ../admin-views/tribe-options-general.php:161
578
- #, fuzzy
579
- msgid "Google Maps default zoom level"
580
- msgstr "Google Maps zadana razina zuma"
581
-
582
- # @ tribe-events-calendar
583
- #
584
- #: ../admin-views/tribe-options-general.php:162
585
- msgid "0 = zoomed out; 21 = zoomed in."
586
- msgstr "0 = odzumirano; 21 = zumirano."
587
-
588
- # @ tribe-events-calendar
589
- #
590
- #: ../admin-views/tribe-options-general.php:170
591
- msgid "Miscellaneous Settings"
592
- msgstr "Razne postavke"
593
-
594
- #: ../admin-views/tribe-options-general.php:174
595
- msgid "Duplicate Venues &amp; Organizers"
596
- msgstr "Duplikat mjesta održavanja i organizatora"
597
-
598
- #: ../admin-views/tribe-options-general.php:174
599
- #: ../lib/tribe-amalgamator.php:252
600
- msgid "Merge Duplicates"
601
- msgstr "Spoj duplikate"
602
-
603
- #: ../admin-views/tribe-options-general.php:174
604
- msgid ""
605
- "You might find duplicate venues and organizers when updating The Events "
606
- "Calendar from a pre-3.0 version. Click this button to automatically merge "
607
- "identical venues and organizers."
608
- msgstr ""
609
- "Možete naći duplikate mjesta održavanja i organizatora kada nadograđujete "
610
- "The Events Calendar s verzije prije 3.0. Kliknite na ovaj gumb da automatski "
611
- "spojite identična mjesta i organizatore."
612
-
613
- # @ tribe-events-calendar
614
- #
615
- #: ../admin-views/tribe-options-general.php:179
616
- msgid "Debug mode"
617
- msgstr "Debug mod"
618
-
619
- # @ tribe-events-calendar
620
- #: ../admin-views/tribe-options-general.php:185
621
- #, php-format
622
- msgid ""
623
- "Enable this option to log debug information. By default this will log to "
624
- "your server PHP error log. If you'd like to see the log messages in your "
625
- "browser, then we recommend that you install the %s and look for the \"Tribe"
626
- "\" tab in the debug output."
627
- msgstr ""
628
- "Omogućite ovu opciju da logujete debug informacije. Po difoltu, ovo će "
629
- "logovati na vaš serverski PHP error log. Ako bi ste željeli vidjeti log "
630
- "poruke u vašem pretraživaču, preporučujemo instalirati%s i potražite \"Tribe "
631
- "\" tab u debag output-u."
632
-
633
- #: ../admin-views/tribe-options-general.php:185
634
- msgid "Debug Bar Plugin"
635
- msgstr "Debug Bar Plugin"
636
-
637
- #: ../admin-views/tribe-options-help.php:18
638
- msgctxt "not available"
639
- msgid "n/a"
640
- msgstr "nije dostupno"
641
-
642
- #: ../admin-views/tribe-options-help.php:19
643
- msgid "You need to upgrade!"
644
- msgstr "Potrebna je nadogradnja!"
645
-
646
- #: ../admin-views/tribe-options-help.php:19
647
- msgid "You are up to date!"
648
- msgstr "Koristite poslednju verziju!"
649
-
650
- # @ tribe-events-calendar
651
- #
652
- #: ../admin-views/tribe-options-help.php:42
653
- msgid "The Events Calendar PRO"
654
- msgstr "The Events Calendar PRO"
655
-
656
- #: ../admin-views/tribe-options-help.php:46
657
- msgid "Eventbrite Tickets"
658
- msgstr "Eventbrite Tickets"
659
-
660
- # @ tribe-events-calendar
661
- #
662
- #: ../admin-views/tribe-options-help.php:50
663
- msgid "Community Events"
664
- msgstr "Community Events"
665
-
666
- # @ tribe-events-calendar
667
- #
668
- #: ../admin-views/tribe-options-help.php:54
669
- msgid "Facebook Events"
670
- msgstr "Facebook Events"
671
-
672
- #: ../admin-views/tribe-options-help.php:58
673
- msgid "WooTickets"
674
- msgstr "WooTickets"
675
-
676
- #: ../admin-views/tribe-options-help.php:63
677
- msgid "Faceted Filters"
678
- msgstr "Faceted Filters"
679
-
680
- #: ../admin-views/tribe-options-help.php:71
681
- msgid "Documentation"
682
- msgstr "Dokumentacija"
683
-
684
- #: ../admin-views/tribe-options-help.php:75
685
- msgid "FAQ"
686
- msgstr "Često postavljana pitanja"
687
-
688
- #: ../admin-views/tribe-options-help.php:79
689
- #: ../lib/the-events-calendar.class.php:743
690
- #: ../lib/the-events-calendar.class.php:3889
691
- #: ../lib/the-events-calendar.class.php:3980
692
- msgid "Help"
693
- msgstr "Pomoć"
694
-
695
- #: ../admin-views/tribe-options-help.php:83
696
- msgid "Tutorials"
697
- msgstr "Tutorijali"
698
-
699
- #: ../admin-views/tribe-options-help.php:87
700
- msgid "Release Notes"
701
- msgstr "Podaci o novom izdanju"
702
-
703
- #: ../admin-views/tribe-options-help.php:91
704
- msgid "Forums"
705
- msgstr "Forumi"
706
-
707
- #: ../admin-views/tribe-options-help.php:99
708
- msgid ""
709
- "If this is your first time using The Events Calendar, you're in for a treat "
710
- "and are already well on your way to creating a first event. Here are some "
711
- "basics we've found helpful for users jumping into it for the first time:"
712
- msgstr ""
713
-
714
- #: ../admin-views/tribe-options-help.php:102
715
- #, php-format
716
- msgid ""
717
- "%sOur New User Primer%s was designed for folks in your exact position. "
718
- "Featuring both step-by-step videos and written walkthroughs that feature "
719
- "accompanying screenshots, the primer aims to take you from zero to hero in "
720
- "no time."
721
- msgstr ""
722
-
723
- #: ../admin-views/tribe-options-help.php:104
724
- #, php-format
725
- msgid ""
726
- "%sInstallation/Setup FAQs%s from our support page can help give an overview "
727
- "of what the plugin can and cannot do. This section of the FAQs may be "
728
- "helpful as it aims to address any basic install questions not addressed by "
729
- "the new user primer."
730
- msgstr ""
731
-
732
- #: ../admin-views/tribe-options-help.php:106
733
- #, php-format
734
- msgid ""
735
- "Are you developer looking to build your own frontend view? We created an "
736
- "example plugin that demonstrates how to register a new view. You can "
737
- "%sdownload the plugin at GitHub%s to get started."
738
- msgstr ""
739
-
740
- #: ../admin-views/tribe-options-help.php:108
741
- msgid ""
742
- "Otherwise, if you're feeling adventurous, you can get started by heading to "
743
- "the Events menu and adding your first event."
744
- msgstr ""
745
-
746
- #: ../admin-views/tribe-options-help.php:112
747
- #, php-format
748
- msgid ""
749
- "We've redone our support page from the ground up in an effort to better help "
750
- "our users. Head over to our %sSupport Page%s and you'll find lots of great "
751
- "resources, including:"
752
- msgstr ""
753
-
754
- #: ../admin-views/tribe-options-help.php:114
755
- #, php-format
756
- msgid ""
757
- "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
758
- "&amp; Events Calendar PRO"
759
- msgstr ""
760
-
761
- #: ../admin-views/tribe-options-help.php:116
762
- #, php-format
763
- msgid ""
764
- "%sFrequently Asked Questions%s ranging from the most basic setup questions "
765
- "to advanced themer tweaks"
766
- msgstr ""
767
-
768
- #: ../admin-views/tribe-options-help.php:118
769
- #, php-format
770
- msgid ""
771
- "%sTutorials%s written by both members of our team and users from the "
772
- "community, covering custom queries, integration with third-party themes and "
773
- "plugins, etc."
774
- msgstr ""
775
-
776
- #: ../admin-views/tribe-options-help.php:120
777
- msgid ""
778
- "Release notes for painting an overall picture of the plugin's lifecycle and "
779
- "when features/bug fixes were introduced."
780
- msgstr ""
781
-
782
- #: ../admin-views/tribe-options-help.php:122
783
- #, php-format
784
- msgid ""
785
- "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
786
- "The Events Calendar (including WooTickets, Community Events, Eventbrite "
787
- "Tickets, Facebook Events, etc)"
788
- msgstr ""
789
-
790
- #: ../admin-views/tribe-options-help.php:124
791
- #, php-format
792
- msgid ""
793
- "We've also got a %sModern Tribe UserVoice%s page where we're actively "
794
- "watching for feature ideas from the community. If after playing with the "
795
- "plugin and reviewing the resources above, you're finding a feature isn't "
796
- "present that should be, let us know. Vote up existing feature requests or "
797
- "add your own, and help us shape the future of the products business in a way "
798
- "that best meets the community's needs."
799
- msgstr ""
800
-
801
- #: ../admin-views/tribe-options-help.php:128
802
- #, php-format
803
- msgid ""
804
- "Written documentation can only take things so far...sometimes, you need help "
805
- "from a real person. This is where our %ssupport forums%s come into play."
806
- msgstr ""
807
-
808
- #: ../admin-views/tribe-options-help.php:129
809
- #, php-format
810
- msgid ""
811
- "Users of the free The Events Calendar should post their support concerns to "
812
- "the plugin's %sWordPress.org support forum%s. While we are happy to help "
813
- "identify and fix bugs that are reported at WordPress.org, please make sure "
814
- "to read our %ssupport expectations sticky thread%s before posting so you "
815
- "understand our limitations."
816
- msgstr ""
817
-
818
- #: ../admin-views/tribe-options-help.php:130
819
- msgid ""
820
- "We hit the WordPress.org forum throughout the week, watching for bugs. If "
821
- "you report a legitimate bug that we're able to reproduce, we will log it and "
822
- "patch for an upcoming release. However we are unfortunately unable to "
823
- "provide customization tips or assist in integrating with 3rd party plugins "
824
- "or themes."
825
- msgstr ""
826
-
827
- #: ../admin-views/tribe-options-help.php:131
828
- #, php-format
829
- msgid ""
830
- "If you're a user of The Events Calendar and would like more support, please "
831
- "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
832
- "deeper level of customization/integration support for paying users than we "
833
- "can on WordPress.org."
834
- msgstr ""
835
-
836
- #: ../admin-views/tribe-options-help.php:135
837
- #, fuzzy, php-format
838
- msgid ""
839
- "If you find that you aren't getting the level of service you've come to "
840
- "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
841
- "why. We'll do what we can to make it right."
842
- msgstr ""
843
- "Pošaljite nam e-mail na %s ili tweet %s i recite nam zašto. Potrudićemo se "
844
- "da uradimo šta možemo."
845
-
846
- #: ../admin-views/tribe-options-help.php:136
847
- msgid "More..."
848
- msgstr "Još..."
849
-
850
- #: ../admin-views/tribe-options-help.php:144
851
- msgid ""
852
- "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
853
- "for installing our labor of love!"
854
- msgstr ""
855
- "Zdravo! Mis mo Modern Tribe i ovde smo da vam pomognemo da rasturate. Hvala "
856
- "vam puno što ste instalirali plod našeg rada."
857
-
858
- #: ../admin-views/tribe-options-help.php:150
859
- msgid "Getting Started"
860
- msgstr "Početak"
861
-
862
- #: ../admin-views/tribe-options-help.php:153
863
- #, fuzzy
864
- msgid "Support Resources To Help You Kick Ass"
865
- msgstr "Sredstva koja će vam pomoći"
866
-
867
- #: ../admin-views/tribe-options-help.php:156
868
- #, fuzzy
869
- msgid "Forums: Because Everyone Needs A Buddy"
870
- msgstr "Svakom treba frend"
871
-
872
- #: ../admin-views/tribe-options-help.php:159
873
- msgid "Not getting help?"
874
- msgstr ""
875
-
876
- # @ tribe-events-calendar
877
- #: ../admin-views/tribe-options-help.php:169
878
- #: ../lib/the-events-calendar.class.php:486
879
- #: ../lib/tribe-settings.class.php:135
880
- msgid "The Events Calendar"
881
- msgstr "Kalendar događaja"
882
-
883
- #: ../admin-views/tribe-options-help.php:173
884
- msgid "Latest Version:"
885
- msgstr "Poslednja verzija:"
886
-
887
- #: ../admin-views/tribe-options-help.php:174
888
- msgid "Author:"
889
- msgstr "Autor:"
890
-
891
- # @ tribe-events-calendar
892
- #
893
- #: ../admin-views/tribe-options-help.php:174
894
- msgid "Modern Tribe Inc"
895
- msgstr "Modern Tribe Inc"
896
-
897
- #: ../admin-views/tribe-options-help.php:175
898
- msgid "Requires:"
899
- msgstr "Potrebno:"
900
-
901
- #: ../admin-views/tribe-options-help.php:175
902
- msgid "WordPress "
903
- msgstr "WordPress "
904
-
905
- #: ../admin-views/tribe-options-help.php:176
906
- msgid "Wordpress.org Plugin Page"
907
- msgstr "Wordpress.org Plugin stranica"
908
-
909
- #: ../admin-views/tribe-options-help.php:181
910
- msgid "Average Rating"
911
- msgstr "Prosječan rejting"
912
-
913
- #: ../admin-views/tribe-options-help.php:185
914
- #, php-format
915
- msgid "Based on %d rating"
916
- msgid_plural "Based on %d ratings"
917
- msgstr[0] "Bazirano na %d rejting"
918
- msgstr[1] "Bazirano na %d rejtinga"
919
-
920
- #: ../admin-views/tribe-options-help.php:186
921
- msgid "Give us 5 stars!"
922
- msgstr "Dajte nam 5 zvezdica!"
923
-
924
- #: ../admin-views/tribe-options-help.php:189
925
- msgid "Premium Add-Ons"
926
- msgstr "Premijum dodaci"
927
-
928
- #: ../admin-views/tribe-options-help.php:195
929
- msgid "(Coming Soon!)"
930
- msgstr "(Uskoro!)"
931
-
932
- #: ../admin-views/tribe-options-help.php:202
933
- msgid "News and Tutorials"
934
- msgstr "Vesti i tutorijali"
935
-
936
- # @ tribe-events-calendar
937
- #
938
- #: ../admin-views/tribe-options-network.php:14
939
- msgid "Network Settings"
940
- msgstr "Mrežne postavke"
941
-
942
- #: ../admin-views/tribe-options-network.php:18
943
- msgid ""
944
- "This is where all of the global network settings for Modern Tribe's The "
945
- "Events Calendar can be modified."
946
- msgstr ""
947
- "Ovde mogu biti izmenjena sve globalne mrežne postavke za The Events Calendar."
948
-
949
- #: ../admin-views/tribe-options-network.php:26
950
- msgid "Hide the following settings tabs on every site:"
951
- msgstr "Sakrij sledeći tab sa postavkama na svakom sajtu:"
952
-
953
- # @ tribe-events-calendar
954
- #: ../admin-views/venue-meta-box.php:20
955
- msgid "Venue Name:"
956
- msgstr "Mjesto: "
957
-
958
- # @ tribe-events-calendar
959
- #: ../admin-views/venue-meta-box.php:27
960
- #: ../public/advanced-functions/meta.php:371
961
- msgid "Address:"
962
- msgstr "Adresa:"
963
-
964
- # @ tribe-events-calendar
965
- #: ../admin-views/venue-meta-box.php:31
966
- msgid "City:"
967
- msgstr "Grad:"
968
-
969
- # @ tribe-events-calendar
970
- #: ../admin-views/venue-meta-box.php:35
971
- msgid "Country:"
972
- msgstr "Zemlja:"
973
-
974
- # @ tribe-events-calendar
975
- #: ../admin-views/venue-meta-box.php:73
976
- msgid "State or Province:"
977
- msgstr "Država ili provincija:"
978
-
979
- # @ tribe-events-calendar
980
- #: ../admin-views/venue-meta-box.php:76
981
- msgid "Select a State:"
982
- msgstr "Odaberite državu:"
983
-
984
- # @ tribe-events-calendar
985
- #: ../admin-views/venue-meta-box.php:89
986
- msgid "Postal Code:"
987
- msgstr "Poštanski broj: "
988
-
989
- # @ tribe-events-calendar
990
- #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
991
- msgid "Show Google Map:"
992
- msgstr "Pokaži Google mapu:"
993
-
994
- # @ tribe-events-calendar
995
- #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
996
- msgid "Show Google Maps Link:"
997
- msgstr "Pokaži link Google mape:"
998
-
999
- # @ tribe-events-calendar
1000
- #: ../admin-views/widget-admin-list.php:11
1001
- msgid "Title:"
1002
- msgstr "Titula: "
1003
-
1004
- # @ tribe-events-calendar
1005
- #: ../admin-views/widget-admin-list.php:16
1006
- msgid "Show:"
1007
- msgstr "Prikaži:"
1008
-
1009
- # @ tribe-events-calendar
1010
- #: ../admin-views/widget-admin-list.php:24
1011
- msgid "Show widget only if there are upcoming events:"
1012
- msgstr "Prikaži vidžet samo ako ima nadolazećih događaja: "
1013
-
1014
- #: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
1015
- #: ../lib/tickets/tribe-tickets-pro.php:73
1016
- msgid "Attendees"
1017
- msgstr "Posetioci"
1018
-
1019
- # @ tribe-events-calendar
1020
- #
1021
- #: ../admin-views/tickets/attendees.php:14
1022
- msgid "Event Summary"
1023
- msgstr "Pregled događaja"
1024
-
1025
- # @ tribe-events-calendar
1026
- #
1027
- #: ../admin-views/tickets/attendees.php:22
1028
- msgid "Event Details"
1029
- msgstr "Detalji događaja"
1030
-
1031
- # @ tribe-events-calendar
1032
- #: ../admin-views/tickets/attendees.php:24
1033
- msgid "Start Date / Time:"
1034
- msgstr "Datum / Vrijeme početka:"
1035
-
1036
- # @ tribe-events-calendar
1037
- #: ../admin-views/tickets/attendees.php:26
1038
- msgid "End Date / Time:"
1039
- msgstr "Datum / Vrijeme završetka"
1040
-
1041
- # @ tribe-events-calendar
1042
- #: ../admin-views/tickets/attendees.php:34
1043
- msgid "Venue:"
1044
- msgstr "Mjesto: "
1045
-
1046
- #: ../admin-views/tickets/attendees.php:52
1047
- msgid "Ticket Sales"
1048
- msgstr "Prodaja ulaznica"
1049
-
1050
- #: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
1051
- #, php-format
1052
- msgid "Sold %d"
1053
- msgstr "Prodano %d"
1054
-
1055
- #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
1056
- #, php-format
1057
- msgid "Sold %d of %d"
1058
- msgstr "Prodano %d od %d"
1059
-
1060
- #: ../admin-views/tickets/attendees.php:81
1061
- msgid "Tickets sold:"
1062
- msgstr "Prodano ulaznica:"
1063
-
1064
- #: ../admin-views/tickets/attendees.php:85
1065
- msgid "Checked in:"
1066
- msgstr "Prijavili se:"
1067
-
1068
- #: ../admin-views/tickets/attendees.php:105
1069
- msgid "Send the attendee list by email"
1070
- msgstr "Pošalji listu sudionika e-mejlom"
1071
-
1072
- # @ tribe-events-calendar
1073
- #
1074
- #: ../admin-views/tickets/attendees.php:109
1075
- msgid "Select a User:"
1076
- msgstr "Odaberite korisnika"
1077
-
1078
- #: ../admin-views/tickets/attendees.php:110
1079
- msgid "Select..."
1080
- msgstr "Odaberite..."
1081
-
1082
- #: ../admin-views/tickets/attendees.php:112
1083
- msgid "or"
1084
- msgstr "ili"
1085
-
1086
- # @ tribe-events-calendar
1087
- #
1088
- #: ../admin-views/tickets/attendees.php:114
1089
- msgid "Email Address:"
1090
- msgstr "E-mail adresa"
1091
-
1092
- # @ tribe-events-calendar
1093
- #: ../admin-views/tickets/list.php:21
1094
- msgid "Edit"
1095
- msgstr "Izmijeni"
1096
-
1097
- #: ../admin-views/tickets/list.php:22
1098
- msgid "Delete"
1099
- msgstr "Obriši"
1100
-
1101
- # @ tribe-events-calendar
1102
- #: ../admin-views/tickets/list.php:24
1103
- #, php-format
1104
- msgid "Edit in %s"
1105
- msgstr "Uredi u %s"
1106
-
1107
- # @ tribe-events-calendar
1108
- #: ../admin-views/tickets/list.php:27
1109
- #: ../lib/tribe-admin-events-list.class.php:53
1110
- msgid "View"
1111
- msgstr "Pogledaj"
1112
-
1113
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
1114
- msgid "See who purchased tickets to this event"
1115
- msgstr "Vidi tko je kupio ulaznice za ovaj događaj"
1116
-
1117
- #: ../admin-views/tickets/meta-box.php:21
1118
- msgid ""
1119
- "This event was created using Community Events. Are you sure you want to sell "
1120
- "tickets for it?"
1121
- msgstr ""
1122
- "Ovaj događaj je kreiran koristeći Community Events. Da li ste sigurni da "
1123
- "želite prodati ulaznice za njega?"
1124
-
1125
- #: ../admin-views/tickets/meta-box.php:32
1126
- msgid "Upload image for the ticket header"
1127
- msgstr "Postavi sliku za zaglavlje ulaznice"
1128
-
1129
- #: ../admin-views/tickets/meta-box.php:33
1130
- msgid ""
1131
- "The maximum image size in the email will be 580px wide by any height, and "
1132
- "then scaled for mobile. If you would like \"retina\" support use an image "
1133
- "sized to 1160px wide."
1134
- msgstr ""
1135
- "Maksimalna veličina slike u e-mailu biće 580px širine i bilo koje visine, i "
1136
- "onda smanjena za mobilne telefone. Ako želite \"retina\" potporu koristite "
1137
- "sliku širine 1160px."
1138
-
1139
- # @ tribe-events-calendar
1140
- #
1141
- #: ../admin-views/tickets/meta-box.php:36
1142
- msgid "Select an Image"
1143
- msgstr "Odaberite sliku"
1144
-
1145
- #: ../admin-views/tickets/meta-box.php:44
1146
- msgid "Remove"
1147
- msgstr "Ukloni"
1148
-
1149
- # @ tribe-events-calendar
1150
- #
1151
- #: ../admin-views/tickets/meta-box.php:62
1152
- #: ../admin-views/tickets/meta-box.php:72
1153
- msgid "Add new ticket"
1154
- msgstr "Dodaj novu ulaznicu"
1155
-
1156
- # @ tribe-events-calendar
1157
- #
1158
- #: ../admin-views/tickets/meta-box.php:73
1159
- msgid "Edit ticket"
1160
- msgstr "Uredi ulaznicu"
1161
-
1162
- #: ../admin-views/tickets/meta-box.php:79
1163
- msgid "Sell using:"
1164
- msgstr "Prodaj koristeći:"
1165
-
1166
- # @ tribe-events-calendar
1167
- #
1168
- #: ../admin-views/tickets/meta-box.php:96
1169
- msgid "Ticket Name:"
1170
- msgstr "Ime ulaznice:"
1171
-
1172
- #: ../admin-views/tickets/meta-box.php:103
1173
- msgid "Ticket Description:"
1174
- msgstr "Opis ulaznice:"
1175
-
1176
- #: ../admin-views/tickets/meta-box.php:112
1177
- msgid "Price:"
1178
- msgstr "Cijena:"
1179
-
1180
- # @ tribe-events-calendar
1181
- #
1182
- #: ../admin-views/tickets/meta-box.php:124
1183
- msgid "Start sale:"
1184
- msgstr "Započni prodaju:"
1185
-
1186
- # @ tribe-events-calendar
1187
- #
1188
- #: ../admin-views/tickets/meta-box.php:148
1189
- msgid "End sale:"
1190
- msgstr "Prekini prodaju:"
1191
-
1192
- #: ../admin-views/tickets/meta-box.php:170
1193
- msgid ""
1194
- "When will ticket sales occur? If you don't set a start/end date for sales, "
1195
- "tickets will be available from now until the event ends."
1196
- msgstr ""
1197
- "Kada će doći do prodaje ulaznica? Ako ne odredite datume za početak i kraj "
1198
- "prodaje, ulaznice će biti dostupne od sada do kraja događaja."
1199
-
1200
- # @ tribe-events-calendar
1201
- #: ../lib/the-events-calendar.class.php:491
1202
- msgid "month"
1203
- msgstr "mjesec"
1204
-
1205
- # @ tribe-events-calendar
1206
- #: ../lib/the-events-calendar.class.php:492
1207
- msgid "upcoming"
1208
- msgstr "predstojeći"
1209
-
1210
- # @ tribe-events-calendar
1211
- #: ../lib/the-events-calendar.class.php:493
1212
- msgid "past"
1213
- msgstr "prethodni"
1214
-
1215
- # @ tribe-events-calendar
1216
- #: ../lib/the-events-calendar.class.php:495
1217
- msgid "venue"
1218
- msgstr "mjesto"
1219
-
1220
- # @ tribe-events-calendar
1221
- #: ../lib/the-events-calendar.class.php:509
1222
- #, php-format
1223
- msgid "Initializing Tribe Events on %s"
1224
- msgstr "Inicijalizacija Tribe Events na %s"
1225
-
1226
- #: ../lib/the-events-calendar.class.php:622
1227
- #, php-format
1228
- msgid ""
1229
- "Your version of The Events Calendar is not up-to-date with one of your The "
1230
- "Events Calendar add-ons. Please %supdate now.%s"
1231
- msgstr ""
1232
- "Vaša verzija The Events Calendar-a nije kompatibilna sa jednim od The Events "
1233
- "Calendar dodataka. Molimo vas %sažurirajte verziju.%s"
1234
-
1235
- #: ../lib/the-events-calendar.class.php:639
1236
- #, fuzzy, php-format
1237
- msgid ""
1238
- "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1239
- "dependencies on The Events Calendar and will not function properly unless "
1240
- "paired with the right version. %sWant to pair an older version%s?"
1241
- msgstr ""
1242
- "Sledeći plagini su zastareli: <b>%s</b>. Molimo vas %sažurirajte verzije%s. "
1243
- "Svi dodaci su zavisni od The Events Calendar-a i neće funkcionirati ukoliko "
1244
- "nisu upareni sa ispravnom verzijom. %sŽelite upariti stariju verziju%s?"
1245
-
1246
- #: ../lib/the-events-calendar.class.php:703
1247
- #: ../lib/the-events-calendar.class.php:738
1248
- #: ../lib/the-events-calendar.class.php:740
1249
- msgid "Licenses"
1250
- msgstr "Licence"
1251
-
1252
- #: ../lib/the-events-calendar.class.php:707
1253
- #, fuzzy, php-format
1254
- msgid ""
1255
- "<p>The license key you received when completing your purchase from %s will "
1256
- "grant you access to support and updates until it expires. You do not need to "
1257
- "enter the key below for the plugins to work, but you will need to enter it "
1258
- "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
1259
- "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1260
- "unique license key. Simply paste the key into its appropriate field on "
1261
- "below, and give it a moment to validate. You know you're set when a green "
1262
- "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1263
- "seeing a red message telling you that your key isn't valid or is out of "
1264
- "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1265
- "installs or renew / upgrade your license.</p><p>Not seeing an update but "
1266
- "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1267
- "and click \"Check Again\".</p>"
1268
- msgstr ""
1269
- "<p>Kluč licence koju ste dobili sa kupnjom na %s će vam omogućiti pristup "
1270
- "podršci i nadogradnjama dok ne istekne. Ne morate da unosite ključ ispod da "
1271
- "bi plagin radio, ali je potreban za automatsku nadogradnju. <strong>Nađite "
1272
- "kluč licence na <a href=\"%s\">%s</a></strong>.</p> <p>Svaki plaćeni dodatak "
1273
- "ima svoj jedinstveni kluč licence. Jednostavno kopirajte kluč u odgovarajuće "
1274
- "polje i dozvolite mu trenutak za validaciju. Spremni ste kada se sa strane "
1275
- "pojavi zeleni datum isteka pored \"valid\" poruke.</p><p>Ako vidite crvenu "
1276
- "poruku koja vam govori da vaš ključ nije validan ili je iskorišćen posjetite "
1277
- "[enter link to account/licenses] upravljate vašim instalacijama ili obnovite "
1278
- "vašu licencu.</p><p>Ne vidite apdejt ali očekujete jedan? U WordPress-u "
1279
- "idite na <a href=\"%s\">Dashboard > Updates</a>i kliknite \"Check Again\".</"
1280
- "p>"
1281
-
1282
- #: ../lib/the-events-calendar.class.php:730
1283
- msgid "General"
1284
- msgstr "Generalno"
1285
-
1286
- #: ../lib/the-events-calendar.class.php:731
1287
- msgid "Display"
1288
- msgstr "Prikaži"
1289
-
1290
- # @ tribe-events-calendar
1291
- #: ../lib/the-events-calendar.class.php:782
1292
- #, php-format
1293
- msgid ""
1294
- "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1295
- "your WordPress install."
1296
- msgstr ""
1297
- "Žao nam je, The Events Calendar zahteva WordPress %s ili noviji. Molimo vas "
1298
- "da ažurirate vašu Wordpress instalaciju."
1299
-
1300
- # @ tribe-events-calendar
1301
- #: ../lib/the-events-calendar.class.php:785
1302
- #, php-format
1303
- msgid ""
1304
- "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1305
- "about moving you to a newer version of PHP."
1306
- msgstr ""
1307
- "Žao nam je, The Events Calendar zahteva PHP %s ili noviji. Pričajte sa vašim "
1308
- "hostom o prebacivanju na noviju verziju PHP-a."
1309
-
1310
- # @ tribe-events-calendar
1311
- #: ../lib/the-events-calendar.class.php:1000 ../lib/widget-list.class.php:151
1312
- #: ../public/template-tags/loop.php:137
1313
- msgid "Upcoming Events"
1314
- msgstr "Predstojeći događaji"
1315
-
1316
- # @ tribe-events-calendar
1317
- #: ../lib/the-events-calendar.class.php:1003
1318
- #: ../public/template-tags/loop.php:165
1319
- msgid "Past Events"
1320
- msgstr "Prošli događaji"
1321
-
1322
- # @ tribe-events-calendar
1323
- #: ../lib/the-events-calendar.class.php:1008
1324
- #: ../lib/the-events-calendar.class.php:1015
1325
- #, php-format
1326
- msgid "Events for %s"
1327
- msgstr "Događaji za %s"
1328
-
1329
- # @ tribe-events-calendar
1330
- #: ../lib/the-events-calendar.class.php:1010
1331
- msgid "Events this month"
1332
- msgstr "Događaji ovog mjeseca"
1333
-
1334
- # @ tribe-events-calendar
1335
- #: ../lib/the-events-calendar.class.php:1022
1336
- #, php-format
1337
- msgid "Events at %s"
1338
- msgstr "Događaji u %s"
1339
-
1340
- # @ tribe-events-calendar
1341
- #: ../lib/the-events-calendar.class.php:1041
1342
- msgid "No description has been entered for this event."
1343
- msgstr "Nema opisa za ovaj događaj."
1344
-
1345
- # @ tribe-events-calendar
1346
- #: ../lib/the-events-calendar.class.php:1303
1347
- msgid "category"
1348
- msgstr "kategorija"
1349
-
1350
- #: ../lib/the-events-calendar.class.php:1313
1351
- msgid "tag"
1352
- msgstr "tag"
1353
-
1354
- # @ tribe-events-calendar
1355
- #: ../lib/the-events-calendar.class.php:1340
1356
- #: ../lib/the-events-calendar.class.php:3820
1357
- #: ../lib/the-events-calendar.class.php:3880
1358
- msgid "Events"
1359
- msgstr "Događaji"
1360
-
1361
- # @ tribe-events-calendar
1362
- #: ../lib/the-events-calendar.class.php:1341
1363
- msgid "Event"
1364
- msgstr "Događaj"
1365
-
1366
- # @ tribe-events-calendar
1367
- #: ../lib/the-events-calendar.class.php:1342
1368
- #: ../lib/the-events-calendar.class.php:1355
1369
- #: ../lib/the-events-calendar.class.php:1368
1370
- msgid "Add New"
1371
- msgstr "Dodaj novi"
1372
-
1373
- # @ tribe-events-calendar
1374
- #: ../lib/the-events-calendar.class.php:1343
1375
- msgid "Add New Event"
1376
- msgstr "Dodaj novi događaj"
1377
-
1378
- # @ tribe-events-calendar
1379
- #: ../lib/the-events-calendar.class.php:1344
1380
- msgid "Edit Event"
1381
- msgstr "Uredi događaj"
1382
-
1383
- # @ tribe-events-calendar
1384
- #: ../lib/the-events-calendar.class.php:1345
1385
- msgid "New Event"
1386
- msgstr "Novi događaj"
1387
-
1388
- # @ tribe-events-calendar
1389
- #: ../lib/the-events-calendar.class.php:1346
1390
- msgid "View Event"
1391
- msgstr "Pogledaj događaj"
1392
-
1393
- # @ tribe-events-calendar
1394
- #: ../lib/the-events-calendar.class.php:1347
1395
- msgid "Search Events"
1396
- msgstr "Pretraži događaje"
1397
-
1398
- # @ tribe-events-calendar
1399
- #: ../lib/the-events-calendar.class.php:1348
1400
- msgid "No events found"
1401
- msgstr "Nema nađenih događaja"
1402
-
1403
- # @ tribe-events-calendar
1404
- #: ../lib/the-events-calendar.class.php:1349
1405
- msgid "No events found in Trash"
1406
- msgstr "Nema nađenih događaja u smeću"
1407
-
1408
- # @ tribe-events-calendar
1409
- #: ../lib/the-events-calendar.class.php:1353
1410
- #: ../lib/the-events-calendar.class.php:1465
1411
- msgid "Venues"
1412
- msgstr "Mjesta"
1413
-
1414
- # @ tribe-events-calendar
1415
- #: ../lib/the-events-calendar.class.php:1354
1416
- #: ../public/advanced-functions/meta.php:331 ../views/tickets/email.php:343
1417
- msgid "Venue"
1418
- msgstr "Mjesto"
1419
-
1420
- # @ tribe-events-calendar
1421
- #: ../lib/the-events-calendar.class.php:1356
1422
- msgid "Add New Venue"
1423
- msgstr "Dodaj novo mjesto"
1424
-
1425
- # @ tribe-events-calendar
1426
- #: ../lib/the-events-calendar.class.php:1357
1427
- msgid "Edit Venue"
1428
- msgstr "Izmeni mjesto"
1429
-
1430
- # @ tribe-events-calendar
1431
- #: ../lib/the-events-calendar.class.php:1358
1432
- msgid "New Venue"
1433
- msgstr "Novo mjesto"
1434
-
1435
- # @ tribe-events-calendar
1436
- #: ../lib/the-events-calendar.class.php:1359
1437
- msgid "View Venue"
1438
- msgstr "Pogledaj mjesto"
1439
-
1440
- # @ tribe-events-calendar
1441
- #: ../lib/the-events-calendar.class.php:1360
1442
- msgid "Search Venues"
1443
- msgstr "Pretraži mjesta"
1444
-
1445
- # @ tribe-events-calendar
1446
- #: ../lib/the-events-calendar.class.php:1361
1447
- msgid "No venue found"
1448
- msgstr "Nema nađenih mjesta"
1449
-
1450
- # @ tribe-events-calendar
1451
- #: ../lib/the-events-calendar.class.php:1362
1452
- msgid "No venues found in Trash"
1453
- msgstr "Nema nađenih mjesta u smeću"
1454
-
1455
- # @ tribe-events-calendar
1456
- #: ../lib/the-events-calendar.class.php:1366
1457
- #: ../lib/the-events-calendar.class.php:1466
1458
- msgid "Organizers"
1459
- msgstr "Organizatori"
1460
-
1461
- # @ tribe-events-calendar
1462
- #: ../lib/the-events-calendar.class.php:1367
1463
- #: ../public/advanced-functions/meta.php:393 ../views/tickets/email.php:362
1464
- msgid "Organizer"
1465
- msgstr "Organizator"
1466
-
1467
- # @ tribe-events-calendar
1468
- #: ../lib/the-events-calendar.class.php:1369
1469
- msgid "Add New Organizer"
1470
- msgstr "Dodaj novog organizatora"
1471
-
1472
- # @ tribe-events-calendar
1473
- #: ../lib/the-events-calendar.class.php:1370
1474
- msgid "Edit Organizer"
1475
- msgstr "Izmjeni organizatora"
1476
-
1477
- # @ tribe-events-calendar
1478
- #: ../lib/the-events-calendar.class.php:1371
1479
- msgid "New Organizer"
1480
- msgstr "Novi organizator"
1481
-
1482
- # @ tribe-events-calendar
1483
- #
1484
- #: ../lib/the-events-calendar.class.php:1372
1485
- msgid "View Organizer"
1486
- msgstr "Vidi organizatora"
1487
-
1488
- # @ tribe-events-calendar
1489
- #: ../lib/the-events-calendar.class.php:1373
1490
- msgid "Search Organizers"
1491
- msgstr "Pretraži organizatore"
1492
-
1493
- # @ tribe-events-calendar
1494
- #: ../lib/the-events-calendar.class.php:1374
1495
- msgid "No organizer found"
1496
- msgstr "Nema nađenih organizatora"
1497
-
1498
- # @ tribe-events-calendar
1499
- #: ../lib/the-events-calendar.class.php:1375
1500
- msgid "No organizers found in Trash"
1501
- msgstr "Nema nađenih organizatora u smeću"
1502
-
1503
- # @ tribe-events-calendar
1504
- #: ../lib/the-events-calendar.class.php:1379
1505
- #: ../lib/tribe-admin-events-list.class.php:217
1506
- msgid "Event Categories"
1507
- msgstr "Kategorije događaja"
1508
-
1509
- # @ tribe-events-calendar
1510
- #: ../lib/the-events-calendar.class.php:1380
1511
- #: ../public/template-tags/general.php:276
1512
- msgid "Event Category"
1513
- msgstr "Kategorija događaja"
1514
-
1515
- # @ tribe-events-calendar
1516
- #: ../lib/the-events-calendar.class.php:1381
1517
- msgid "Search Event Categories"
1518
- msgstr "Pretraži kategorije događaja"
1519
-
1520
- # @ tribe-events-calendar
1521
- #: ../lib/the-events-calendar.class.php:1382
1522
- msgid "All Event Categories"
1523
- msgstr "Sve kategorije događaja"
1524
-
1525
- # @ tribe-events-calendar
1526
- #: ../lib/the-events-calendar.class.php:1383
1527
- msgid "Parent Event Category"
1528
- msgstr "Roditeljska kategorija događaja"
1529
-
1530
- # @ tribe-events-calendar
1531
- #: ../lib/the-events-calendar.class.php:1384
1532
- msgid "Parent Event Category:"
1533
- msgstr "Roditeljska kategorija događaja:"
1534
-
1535
- # @ tribe-events-calendar
1536
- #: ../lib/the-events-calendar.class.php:1385
1537
- msgid "Edit Event Category"
1538
- msgstr "Izmjeni kategoriju događaja"
1539
-
1540
- # @ tribe-events-calendar
1541
- #: ../lib/the-events-calendar.class.php:1386
1542
- msgid "Update Event Category"
1543
- msgstr "Ažuriraj kategoriju događaja"
1544
-
1545
- # @ tribe-events-calendar
1546
- #: ../lib/the-events-calendar.class.php:1387
1547
- msgid "Add New Event Category"
1548
- msgstr "Dodaj novu kategoriju događaja"
1549
-
1550
- # @ tribe-events-calendar
1551
- #: ../lib/the-events-calendar.class.php:1388
1552
- msgid "New Event Category Name"
1553
- msgstr "Novo ime kategorije događaja"
1554
-
1555
- # @ tribe-events-calendar
1556
- #: ../lib/the-events-calendar.class.php:1404
1557
- #, php-format
1558
- msgid "Event updated. <a href=\"%s\">View event</a>"
1559
- msgstr "Događaj ažuriran. <a href=\"%s\">Pogledaj događaj</a>"
1560
-
1561
- # @ tribe-events-calendar
1562
- #: ../lib/the-events-calendar.class.php:1405
1563
- #: ../lib/the-events-calendar.class.php:1422
1564
- #: ../lib/the-events-calendar.class.php:1439
1565
- msgid "Custom field updated."
1566
- msgstr "Prilagođeno polje ažurirano."
1567
-
1568
- # @ tribe-events-calendar
1569
- #: ../lib/the-events-calendar.class.php:1406
1570
- #: ../lib/the-events-calendar.class.php:1423
1571
- #: ../lib/the-events-calendar.class.php:1440
1572
- msgid "Custom field deleted."
1573
- msgstr "Prilagođeno polje obrisano."
1574
-
1575
- # @ tribe-events-calendar
1576
- #: ../lib/the-events-calendar.class.php:1407
1577
- msgid "Event updated."
1578
- msgstr "Događaj ažuriran."
1579
-
1580
- # @ tribe-events-calendar
1581
- #: ../lib/the-events-calendar.class.php:1409
1582
- #, php-format
1583
- msgid "Event restored to revision from %s"
1584
- msgstr "Događaj vraćen na reviziju od %s"
1585
-
1586
- # @ tribe-events-calendar
1587
- #: ../lib/the-events-calendar.class.php:1410
1588
- #, php-format
1589
- msgid "Event published. <a href=\"%s\">View event</a>"
1590
- msgstr "Događaj objavljen. <a href=\"%s\">Pogledaj događaj</a>"
1591
-
1592
- # @ tribe-events-calendar
1593
- #: ../lib/the-events-calendar.class.php:1411
1594
- msgid "Event saved."
1595
- msgstr "Događaj sačuvan."
1596
-
1597
- # @ tribe-events-calendar
1598
- #: ../lib/the-events-calendar.class.php:1412
1599
- #, php-format
1600
- msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1601
- msgstr "Događaj poslat. <a target=\"_blank\" href=\"%s\">Pregled događaja</a>"
1602
-
1603
- # @ tribe-events-calendar
1604
- #: ../lib/the-events-calendar.class.php:1413
1605
- #, php-format
1606
- msgid ""
1607
- "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1608
- "\">Preview event</a>"
1609
- msgstr ""
1610
- "Događaj stavljen na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" "
1611
- "href=\"%2$s\">Pregled događaja</a>"
1612
-
1613
- # @ tribe-events-calendar
1614
- #: ../lib/the-events-calendar.class.php:1415
1615
- #: ../lib/the-events-calendar.class.php:1432
1616
- #: ../lib/the-events-calendar.class.php:1449
1617
- msgid "M j, Y @ G:i"
1618
- msgstr "M j, Y @ G:i"
1619
-
1620
- # @ tribe-events-calendar
1621
- #: ../lib/the-events-calendar.class.php:1416
1622
- #, php-format
1623
- msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1624
- msgstr "Nacrt ažiruran. <a target=\"_blank\" href=\"%s\">Pregled događaja</a>"
1625
-
1626
- # @ tribe-events-calendar
1627
- #: ../lib/the-events-calendar.class.php:1421
1628
- #, php-format
1629
- msgid "Venue updated. <a href=\"%s\">View venue</a>"
1630
- msgstr "Mjesto ažurirano. <a href=\"%s\">Vidi mjesto</a>"
1631
-
1632
- # @ tribe-events-calendar
1633
- #: ../lib/the-events-calendar.class.php:1424
1634
- msgid "Venue updated."
1635
- msgstr "Mjesto ažurirano. "
1636
-
1637
- # @ tribe-events-calendar
1638
- #: ../lib/the-events-calendar.class.php:1426
1639
- #, php-format
1640
- msgid "Venue restored to revision from %s"
1641
- msgstr "Mjesto vraćeno na reviziju od %s"
1642
-
1643
- # @ tribe-events-calendar
1644
- #: ../lib/the-events-calendar.class.php:1427
1645
- #, php-format
1646
- msgid "Venue published. <a href=\"%s\">View venue</a>"
1647
- msgstr "Mjesto objavljeno. <a href=\"%s\">Vidi mjesto</a>"
1648
-
1649
- # @ tribe-events-calendar
1650
- #: ../lib/the-events-calendar.class.php:1428
1651
- msgid "Venue saved."
1652
- msgstr "Mjesto sačuvano."
1653
-
1654
- # @ tribe-events-calendar
1655
- #: ../lib/the-events-calendar.class.php:1429
1656
- #, php-format
1657
- msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1658
- msgstr "Mjesto poslato. <a target=\"_blank\" href=\"%s\">Pregled mesta</a>"
1659
-
1660
- # @ tribe-events-calendar
1661
- #: ../lib/the-events-calendar.class.php:1430
1662
- #, php-format
1663
- msgid ""
1664
- "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1665
- "\">Preview venue</a>"
1666
- msgstr ""
1667
- "Mjesto stavljeno na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" "
1668
- "href=\"%2$s\">Pregled mjesta</a>"
1669
-
1670
- # @ tribe-events-calendar
1671
- #: ../lib/the-events-calendar.class.php:1433
1672
- #, php-format
1673
- msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1674
- msgstr ""
1675
- "Nacrt mjesta ažiruran. <a target=\"_blank\" href=\"%s\">Pregled mjesta</a>"
1676
-
1677
- # @ tribe-events-calendar
1678
- #: ../lib/the-events-calendar.class.php:1438
1679
- #, php-format
1680
- msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1681
- msgstr "Organizator ažuriran. <a href=\"%s\">Vidi organizatora</a>"
1682
-
1683
- # @ tribe-events-calendar
1684
- #: ../lib/the-events-calendar.class.php:1441
1685
- msgid "Organizer updated."
1686
- msgstr "Organizator ažuriran."
1687
-
1688
- # @ tribe-events-calendar
1689
- #: ../lib/the-events-calendar.class.php:1443
1690
- #, php-format
1691
- msgid "Organizer restored to revision from %s"
1692
- msgstr "Organizator vraćen na reviziju od %s"
1693
-
1694
- # @ tribe-events-calendar
1695
- #: ../lib/the-events-calendar.class.php:1444
1696
- #, php-format
1697
- msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1698
- msgstr "Organizator objavljen. <a href=\"%s\">Vidi organizatora</a>"
1699
-
1700
- # @ tribe-events-calendar
1701
- #: ../lib/the-events-calendar.class.php:1445
1702
- msgid "Organizer saved."
1703
- msgstr "Organizator sačuvan."
1704
-
1705
- # @ tribe-events-calendar
1706
- #: ../lib/the-events-calendar.class.php:1446
1707
- #, php-format
1708
- msgid ""
1709
- "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1710
- msgstr ""
1711
- "Organizator poslat. <a target=\"_blank\" href=\"%s\">Pregled organizatora</a>"
1712
-
1713
- # @ tribe-events-calendar
1714
- #: ../lib/the-events-calendar.class.php:1447
1715
- #, php-format
1716
- msgid ""
1717
- "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1718
- "\"%2$s\">Preview organizer</a>"
1719
- msgstr ""
1720
- "Organizator stavljen na raspored za: <strong>%1$s</strong>. <a target="
1721
- "\"_blank\" href=\"%2$s\">Pregled organizatora</a>"
1722
-
1723
- # @ tribe-events-calendar
1724
- #: ../lib/the-events-calendar.class.php:1450
1725
- #, php-format
1726
- msgid ""
1727
- "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
1728
- "a>"
1729
- msgstr ""
1730
- "Nacrt organizatora ažiruran. <a target=\"_blank\" href=\"%s\">Pregled "
1731
- "organizatora</a>"
1732
-
1733
- #: ../lib/the-events-calendar.class.php:1491
1734
- msgid "Use Saved Venue:"
1735
- msgstr "Koristi spremljeno mjesto održavanja"
1736
-
1737
- # @ tribe-events-calendar
1738
- #
1739
- #: ../lib/the-events-calendar.class.php:1520
1740
- msgid "Use Saved Organizer:"
1741
- msgstr "Koristi spremljenog organizatora"
1742
-
1743
- # @ tribe-events-calendar
1744
- #
1745
- #: ../lib/the-events-calendar.class.php:1556
1746
- msgid "Use New Venue"
1747
- msgstr "Korisit novo mjesto održavanja"
1748
-
1749
- # @ tribe-events-calendar
1750
- #
1751
- #: ../lib/the-events-calendar.class.php:1558
1752
- msgid "My Venues"
1753
- msgstr "Moja mjesta održavanja"
1754
-
1755
- # @ tribe-events-calendar
1756
- #
1757
- #: ../lib/the-events-calendar.class.php:1563
1758
- msgid "Available Venues"
1759
- msgstr "Dostupna mjesta održavanja"
1760
-
1761
- #: ../lib/the-events-calendar.class.php:1574
1762
- msgid "No saved venue exists."
1763
- msgstr "Ne postoji spremljeno mjesto održavanja"
1764
-
1765
- # @ tribe-events-calendar
1766
- #
1767
- #: ../lib/the-events-calendar.class.php:1608
1768
- msgid "Use New Organizer"
1769
- msgstr "Koristi novog organizatora"
1770
-
1771
- # @ tribe-events-calendar
1772
- #
1773
- #: ../lib/the-events-calendar.class.php:1610
1774
- msgid "My Organizers"
1775
- msgstr "Moji organizatori"
1776
-
1777
- # @ tribe-events-calendar
1778
- #
1779
- #: ../lib/the-events-calendar.class.php:1615
1780
- msgid "Available Organizers"
1781
- msgstr "Dostupni organizatori"
1782
-
1783
- # @ tribe-events-calendar
1784
- #
1785
- #: ../lib/the-events-calendar.class.php:1626
1786
- msgid "No saved organizer exists."
1787
- msgstr "Nema spremljenih organizatora"
1788
-
1789
- # @ tribe-events-calendar
1790
- #: ../lib/the-events-calendar.class.php:1753
1791
- msgid "Next"
1792
- msgstr "Sljedeći"
1793
-
1794
- # @ tribe-events-calendar
1795
- #: ../lib/the-events-calendar.class.php:1754
1796
- msgid "Prev"
1797
- msgstr "Prethodni"
1798
-
1799
- # @ tribe-events-calendar
1800
- #: ../lib/the-events-calendar.class.php:1755
1801
- msgid "Today"
1802
- msgstr "Danas"
1803
-
1804
- # @ tribe-events-calendar
1805
- #: ../lib/the-events-calendar.class.php:1756
1806
- msgid "Done"
1807
- msgstr "Gotovo"
1808
-
1809
- #: ../lib/the-events-calendar.class.php:1965
1810
- msgid "Network"
1811
- msgstr "Mreža"
1812
-
1813
- # @ tribe-events-calendar
1814
- #
1815
- #: ../lib/the-events-calendar.class.php:2902
1816
- msgid "Unnamed Venue"
1817
- msgstr "Neimenovano mjesto održavanja"
1818
-
1819
- # @ tribe-events-calendar
1820
- #
1821
- #: ../lib/the-events-calendar.class.php:2992
1822
- msgid "Unnamed Organizer"
1823
- msgstr "Neimenovani organizator"
1824
-
1825
- # @ tribe-events-calendar
1826
- #: ../lib/the-events-calendar.class.php:3467
1827
- msgid "Event Options"
1828
- msgstr "Opcije događaja"
1829
-
1830
- # @ tribe-events-calendar
1831
- #: ../lib/the-events-calendar.class.php:3469
1832
- msgid "Venue Information"
1833
- msgstr "Informacije o mjestu"
1834
-
1835
- # @ tribe-events-calendar
1836
- #: ../lib/the-events-calendar.class.php:3474
1837
- msgid "Organizer Information"
1838
- msgstr "Informacije o organizatoru"
1839
-
1840
- # @ tribe-events-calendar
1841
- #: ../lib/the-events-calendar.class.php:3669
1842
- msgid "Support"
1843
- msgstr "Podrška"
1844
-
1845
- # @ tribe-events-calendar
1846
- #: ../lib/the-events-calendar.class.php:3672
1847
- msgid "View All Add-Ons"
1848
- msgstr "Pogledaj sve add-one"
1849
-
1850
- # @ tribe-events-calendar
1851
- #: ../lib/the-events-calendar.class.php:3689
1852
- msgid "News from Modern Tribe"
1853
- msgstr "Modern Tribe vjesti"
1854
-
1855
- # @ tribe-events-calendar
1856
- #: ../lib/the-events-calendar.class.php:3770
1857
- msgid "Additional Functionality"
1858
- msgstr "Dodatna funkcionalnost"
1859
-
1860
- # @ tribe-events-calendar
1861
- #: ../lib/the-events-calendar.class.php:3775
1862
- msgid ""
1863
- "Looking for additional functionality including recurring events, ticket "
1864
- "sales, publicly submitted events, new views and more?"
1865
- msgstr ""
1866
- "Potrebna vam je dodatna funkcionalnost poput ponavljajućih događaja, prodaja "
1867
- "karata, javno postavljeni događaji, više pogleda i još toga?"
1868
-
1869
- # @ tribe-events-calendar
1870
- #: ../lib/the-events-calendar.class.php:3775
1871
- #, php-format
1872
- msgid "Check out the <a href=\"%s\">available add-ons</a>."
1873
- msgstr "Pogledajte <a href=\"%s\">dostupne dodatke</a>."
1874
-
1875
- # @ tribe-events-calendar
1876
- #
1877
- #: ../lib/the-events-calendar.class.php:3846
1878
- #: ../lib/the-events-calendar.class.php:3937
1879
- msgid "View Calendar"
1880
- msgstr "Vidi kalendar"
1881
-
1882
- # @ tribe-events-calendar
1883
- #
1884
- #: ../lib/the-events-calendar.class.php:3854
1885
- msgid "Add Event"
1886
- msgstr "Dodaj događaj"
1887
-
1888
- # @ tribe-events-calendar
1889
- #
1890
- #: ../lib/the-events-calendar.class.php:3863
1891
- msgid "Edit Events"
1892
- msgstr "Izmjeni događaj"
1893
-
1894
- # @ tribe-events-calendar
1895
- #: ../lib/the-events-calendar.class.php:3872
1896
- #: ../lib/the-events-calendar.class.php:3973
1897
- #: ../lib/tribe-settings.class.php:164
1898
- msgid "Settings"
1899
- msgstr "Postavke"
1900
-
1901
- #: ../lib/the-events-calendar.class.php:3908
1902
- #, php-format
1903
- msgid ""
1904
- "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
1905
- "change the events slug, visit %sEvents -> Settings%s."
1906
- msgstr ""
1907
- "Dobrodošli u The Events Calendar! Vaš kalendar događaja možete naći na %s. "
1908
- "Da izmenite slug događaja postetite %sDogađaji -> Postavke%s."
1909
-
1910
- # @ tribe-events-calendar
1911
- #: ../lib/the-events-calendar.class.php:3974
1912
- msgid "Calendar"
1913
- msgstr "Kalendar"
1914
-
1915
- #: ../lib/the-events-calendar.class.php:4037
1916
- msgid "List"
1917
- msgstr "Lista"
1918
-
1919
- # @ tribe-events-calendar
1920
- #
1921
- #: ../lib/the-events-calendar.class.php:4048
1922
- msgid "Month"
1923
- msgstr "Mjesec"
1924
-
1925
- # @ tribe-events-calendar
1926
- #
1927
- #: ../lib/the-events-calendar.class.php:4088
1928
- msgid "Date"
1929
- msgstr "Datum"
1930
-
1931
- # @ tribe-events-calendar
1932
- #
1933
- #: ../lib/the-events-calendar.class.php:4091
1934
- msgid "Events In"
1935
- msgstr "Događaji u"
1936
-
1937
- # @ tribe-events-calendar
1938
- #
1939
- #: ../lib/the-events-calendar.class.php:4093
1940
- msgid "Events From"
1941
- msgstr "Događaji iz"
1942
-
1943
- # @ tribe-events-calendar
1944
- #: ../lib/the-events-calendar.class.php:4276 ../views/list/nav.php:22
1945
- #: ../views/list/nav.php:28 ../views/list/nav.php:31
1946
- msgid "&laquo; Previous Events"
1947
- msgstr "&laquo; Prošli događaji"
1948
-
1949
- # @ tribe-events-calendar
1950
- #: ../lib/the-events-calendar.class.php:4277 ../views/list/nav.php:40
1951
- #: ../views/list/nav.php:43 ../views/list/nav.php:49
1952
- msgid "Next Events &raquo;"
1953
- msgstr "Predstojeći događaji &raquo;"
1954
-
1955
- # @ tribe-events-calendar
1956
- #: ../lib/tribe-admin-events-list.class.php:53
1957
- #, php-format
1958
- msgid "View &#8220;%s&#8221;"
1959
- msgstr "Pogledajte &#8220;%s&#8221;"
1960
-
1961
- # @ tribe-events-calendar
1962
- #: ../lib/tribe-admin-events-list.class.php:222
1963
- msgid "Start Date"
1964
- msgstr "Datum početka"
1965
-
1966
- # @ tribe-events-calendar
1967
- #: ../lib/tribe-admin-events-list.class.php:223
1968
- msgid "End Date"
1969
- msgstr "Datum završetka"
1970
-
1971
- # @ tribe-events-calendar
1972
- #: ../lib/tribe-admin-events-list.class.php:225
1973
- msgid "Recurring?"
1974
- msgstr "Ponavljajući?"
1975
-
1976
- # @ tribe-events-calendar
1977
- #: ../lib/tribe-admin-events-list.class.php:282
1978
- #: ../lib/tickets/tribe-tickets-pro.php:229
1979
- msgid "Yes"
1980
- msgstr "Da"
1981
-
1982
- # @ tribe-events-calendar
1983
- #: ../lib/tribe-admin-events-list.class.php:282
1984
- msgid "No"
1985
- msgstr "Ne"
1986
-
1987
- # @ tribe-events-calendar
1988
- #: ../lib/tribe-admin-events-list.class.php:360
1989
- #, php-format
1990
- msgid "All %s"
1991
- msgstr "Svi %s"
1992
-
1993
- # @ tribe-events-calendar
1994
- #
1995
- #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1996
- #: ../lib/tribe-app-shop.class.php:84
1997
- msgid "Event Add-Ons"
1998
- msgstr "Dodaci događaja"
1999
-
2000
- # @ tribe-events-calendar
2001
- #: ../lib/tribe-debug-bar.class.php:29
2002
- msgid "Tribe"
2003
- msgstr "Tribe"
2004
-
2005
- # @ tribe-events-calendar
2006
- #: ../lib/tribe-event-api.class.php:372 ../lib/tribe-view-helpers.class.php:44
2007
- #: ../public/template-tags/venue.php:240
2008
- msgid "United States"
2009
- msgstr "Sjedinjene Države"
2010
-
2011
- # @ tribe-events-calendar
2012
- #: ../lib/tribe-event-exception.class.php:17
2013
- #: ../lib/tribe-event-exception.class.php:34
2014
- msgid "Error"
2015
- msgstr "Greška"
2016
-
2017
- #: ../lib/tribe-field.class.php:161
2018
- msgid "Invalid field type specified"
2019
- msgstr "Neodgovarajući tip poja je označen"
2020
-
2021
- #: ../lib/tribe-field.class.php:414
2022
- msgid "No radio options specified"
2023
- msgstr "Radio opcije nisu označene"
2024
-
2025
- #: ../lib/tribe-field.class.php:451
2026
- msgid "No checkbox options specified"
2027
- msgstr "Checkbox opcije nisu označene"
2028
-
2029
- #: ../lib/tribe-field.class.php:505
2030
- msgid "No select options specified"
2031
- msgstr "Opcije polja za odabir nisu označene"
2032
-
2033
- # @ tribe-events-calendar
2034
- #
2035
- #: ../lib/tribe-settings-tab.class.php:219
2036
- msgid "There are no fields setup for this tab yet."
2037
- msgstr "Još uvek nema polja podešenih za ovaj tab."
2038
-
2039
- # @ tribe-events-calendar
2040
- #
2041
- #: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
2042
- msgid "The Events Calendar Settings"
2043
- msgstr "The Events Calendar postavke"
2044
-
2045
- # @ tribe-events-calendar
2046
- #
2047
- #: ../lib/tribe-settings.class.php:176
2048
- msgid "Events Settings"
2049
- msgstr "Postavke događaja"
2050
-
2051
- # @ tribe-events-calendar
2052
- #: ../lib/tribe-settings.class.php:225
2053
- #, php-format
2054
- msgid "%s Settings"
2055
- msgstr "%s Postavke"
2056
-
2057
- #: ../lib/tribe-settings.class.php:239
2058
- msgid "You've requested a non-existent tab."
2059
- msgstr "Zatražili ste nepostojeći tab."
2060
-
2061
- # @ tribe-events-calendar
2062
- #
2063
- #: ../lib/tribe-settings.class.php:247
2064
- msgid " Save Changes"
2065
- msgstr "Spremi izmene"
2066
-
2067
- #: ../lib/tribe-settings.class.php:299
2068
- msgid "You don't have permission to do that."
2069
- msgstr "Nemate ovlašćenje za to."
2070
-
2071
- #: ../lib/tribe-settings.class.php:305
2072
- msgid "The request was sent insecurely."
2073
- msgstr "Zahtev je poslat nesigurno."
2074
-
2075
- #: ../lib/tribe-settings.class.php:311
2076
- msgid "The request wasn't sent from this tab."
2077
- msgstr "Zahtev nije poslat sa ovog tab-a."
2078
-
2079
- #: ../lib/tribe-settings.class.php:476
2080
- msgid "Your form had the following errors:"
2081
- msgstr "Vaša forma je imala sljedeće pogreške:"
2082
-
2083
- #: ../lib/tribe-settings.class.php:485
2084
- msgid "None of your settings were saved. Please try again."
2085
- msgstr "Ništa od vaših postavki nije sačuvano. Molimo probajte ponovo."
2086
-
2087
- #: ../lib/tribe-settings.class.php:485
2088
- msgid ""
2089
- "The above setting was not saved. Other settings were successfully saved."
2090
- msgid_plural ""
2091
- "The above settings were not saved. Other settings were successfully saved."
2092
- msgstr[0] "Postavka iznad nije sačuvana. Ostale postavke su sačuvane uspješno."
2093
- msgstr[1] ""
2094
- "Postavke iznad nijsu sačuvane. Ostale postavke su sačuvane uspješno."
2095
-
2096
- # @ tribe-events-calendar
2097
- #
2098
- #: ../lib/tribe-settings.class.php:509
2099
- msgid "Settings saved."
2100
- msgstr "Postavke spremljene."
2101
-
2102
- #: ../lib/tribe-template-factory.class.php:225
2103
- #, php-format
2104
- msgid "There were no results found for <strong>\"%s\"</strong>."
2105
- msgstr "Nema rezultata za <strong>\"%s\"</strong>."
2106
-
2107
- # @ tribe-events-calendar
2108
- #: ../lib/tribe-template-factory.class.php:235
2109
- #, php-format
2110
- msgid ""
2111
- "listed under %s. Check out past events for this category or view the full "
2112
- "calendar."
2113
- msgstr ""
2114
- "izlistano pod %s. Proverite prethodne događaje za ovu kategoriju ili "
2115
- "pogledajte pun kalendar."
2116
-
2117
- # @ tribe-events-calendar
2118
- #: ../lib/tribe-template-factory.class.php:237
2119
- #, php-format
2120
- msgid ""
2121
- "listed under %s. Check out upcoming events for this category or view the "
2122
- "full calendar."
2123
- msgstr ""
2124
- "izlistano pod %s. Proverite predstojeće događaje za ovu kategoriju ili "
2125
- "pogledajte pun kalendar."
2126
-
2127
- # @ tribe-events-calendar
2128
- #: ../lib/tribe-template-factory.class.php:241
2129
- #, php-format
2130
- msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2131
- msgstr "Nema događaja zakazanih za <strong>%s</strong>. Pogledajte drugi dan."
2132
-
2133
- # @ tribe-events-calendar
2134
- #
2135
- #: ../lib/tribe-template-factory.class.php:245
2136
- msgid "No upcoming events "
2137
- msgstr "Nema predstojećih događaja"
2138
-
2139
- # @ tribe-events-calendar
2140
- #
2141
- #: ../lib/tribe-template-factory.class.php:247
2142
- msgid "No matching events "
2143
- msgstr "Nema odgovarajućih događaja"
2144
-
2145
- # @ tribe-events-calendar
2146
- #
2147
- #: ../lib/tribe-template-factory.class.php:250
2148
- msgid "No previous events "
2149
- msgstr "Nema prethodnih događaja"
2150
-
2151
- #: ../lib/tribe-the-events-calendar-import.class.php:64
2152
- #, php-format
2153
- msgid ""
2154
- "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2155
- "you have backed up before proceeding any further. You can easily <a href=\"%s"
2156
- "\">revert to an old version</a> if you want to backup first. This upgrade "
2157
- "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
2158
- "your templates as necessary. There have been significant changes to the "
2159
- "template tags and functions. Check out our <a href=\"%s\">walk-through on "
2160
- "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
2161
- "from the <a href=\"%s\">support page</a>. If you're new to The Events "
2162
- "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
2163
- "><br/> You have events that need to be migrated. Please visit the bottom of "
2164
- "the <a href=\"%s\">settings page</a> to perform the migration."
2165
- msgstr ""
2166
-
2167
- # @ tribe-events-calendar
2168
- #: ../lib/tribe-the-events-calendar-import.class.php:86
2169
- msgid "Upgrade from The Events Calendar"
2170
- msgstr "Nadogradite sa The Events Calendar"
2171
-
2172
- # @ tribe-events-calendar
2173
- #: ../lib/tribe-the-events-calendar-import.class.php:87
2174
- msgid ""
2175
- "It appears that you have some old events calendar data that needs to be "
2176
- "upgraded. Please be sure to back up your database before initiating the "
2177
- "upgrade. This process can not be undone."
2178
- msgstr ""
2179
- "Izgleda da imate podatke iz starog kalendara kojima treba nadogradnja. "
2180
- "Molimo vas da uradite bekap vaše baze pre nadogradnje. Ovaj proces ne može "
2181
- "biti povraćen."
2182
-
2183
- # @ tribe-events-calendar
2184
- #: ../lib/tribe-the-events-calendar-import.class.php:88
2185
- msgid "Migrate Data!"
2186
- msgstr "Migracija podataka!"
2187
-
2188
- # @ tribe-events-calendar
2189
- #: ../lib/tribe-the-events-calendar-import.class.php:166
2190
- #, php-format
2191
- msgid "You successfully migrated (%d) entries."
2192
- msgstr "Uspešno ste migrirali (%d) unosa."
2193
-
2194
- # @ tribe-events-calendar
2195
- #: ../lib/tribe-the-events-calendar-import.class.php:242
2196
- msgid "Install has 1 or more legacy event!"
2197
- msgstr "Instalacija ima 1 ili više zaveštanih događaja."
2198
-
2199
- #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
2200
- msgid "Invalid or incomplete field passed"
2201
- msgstr "Neispravo polje"
2202
-
2203
- #: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
2204
- #: ../lib/tribe-validate.class.php:116
2205
- msgid "Field ID:"
2206
- msgstr "ID Polja:"
2207
-
2208
- #: ../lib/tribe-validate.class.php:109
2209
- msgid "Non-existant field validation function passed"
2210
- msgstr "Funkcija validacije nepostojećeg polja"
2211
-
2212
- #: ../lib/tribe-validate.class.php:110
2213
- msgctxt "non-existant function name passed for field validation"
2214
- msgid "with function name:"
2215
- msgstr "sa imenom funkcije:"
2216
-
2217
- #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
2218
- #, php-format
2219
- msgid "%s must contain numbers and letters only"
2220
- msgstr "%s mora da sadrži samo brojeve i slova"
2221
-
2222
- #: ../lib/tribe-validate.class.php:171
2223
- #, php-format
2224
- msgid "%s must contain numbers, letters and dots only"
2225
- msgstr "%s mora da sadrži samo brojeve, slova i točke"
2226
-
2227
- #: ../lib/tribe-validate.class.php:187
2228
- #, php-format
2229
- msgid "%s must be a positive number."
2230
- msgstr "%s mora biti pozitivan broj"
2231
-
2232
- #: ../lib/tribe-validate.class.php:204
2233
- #, php-format
2234
- msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2235
- msgstr "%s mora biti validan slug (brojevi, slova, donje crte)"
2236
-
2237
- #: ../lib/tribe-validate.class.php:221
2238
- #, php-format
2239
- msgid "%s must be a valid absolute URL."
2240
- msgstr "%s mora biti validan apsolutni URL"
2241
-
2242
- #: ../lib/tribe-validate.class.php:239 ../lib/tribe-validate.class.php:258
2243
- #: ../lib/tribe-validate.class.php:279
2244
- #, php-format
2245
- msgid "%s must have a value that's part of its options."
2246
- msgstr "%s mora imati vrijednost koje je deo opcije"
2247
-
2248
- #: ../lib/tribe-validate.class.php:295
2249
- #, php-format
2250
- msgid ""
2251
- "Comparison validation failed because no comparison value was provided, for "
2252
- "field %s"
2253
- msgstr ""
2254
- "Validacija poređenja nije uspela jer podaci za poređenje nisu dati za polje "
2255
- "%s"
2256
-
2257
- #: ../lib/tribe-validate.class.php:302
2258
- #, php-format
2259
- msgid "%s cannot be the same as %s."
2260
- msgstr "%s ne može biti isto kao %s."
2261
-
2262
- #: ../lib/tribe-validate.class.php:304
2263
- #, php-format
2264
- msgid "%s cannot be a duplicate"
2265
- msgstr "%s ne može biti duplikat"
2266
-
2267
- #: ../lib/tribe-validate.class.php:322
2268
- #, php-format
2269
- msgid "%s must be a number or percentage."
2270
- msgstr "%s mora biti broj ili procenat."
2271
-
2272
- #: ../lib/tribe-validate.class.php:386
2273
- #, php-format
2274
- msgid "%s must be a number between 0 and 21."
2275
- msgstr "%s mora biti broj između 0 i 21."
2276
-
2277
- #: ../lib/tribe-validate.class.php:404
2278
- #, php-format
2279
- msgid ""
2280
- "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2281
- msgstr ""
2282
- "%s mora da se sastoji samo od slova, brojeva, crtica, apostrofa i razmaka."
2283
-
2284
- #: ../lib/tribe-validate.class.php:422
2285
- #, php-format
2286
- msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2287
- msgstr "%s mora da se sastoji od slova, razmaka, apostrofa i crtica."
2288
-
2289
- #: ../lib/tribe-validate.class.php:438
2290
- #, php-format
2291
- msgid "%s must consist of 5 numbers."
2292
- msgstr "%s mora da se sastoji od 5 brojeva."
2293
-
2294
- #: ../lib/tribe-validate.class.php:454
2295
- #, php-format
2296
- msgid "%s must be a phone number."
2297
- msgstr "%s mora biti telefonski broj."
2298
-
2299
- #: ../lib/tribe-validate.class.php:472
2300
- msgid ""
2301
- "Country List must be formatted as one country per line in the following "
2302
- "format: <br>US, United States <br> UK, United Kingdom."
2303
- msgstr ""
2304
- "Popis zemalja mora biti formatiran kao jedna zemlja po redu u sljedećem "
2305
- "formatu: <br>SAD, Sjedinjene Američke Države <br> UK, Ujedinjeno Kraljevstvo."
2306
-
2307
- # @ tribe-events-calendar
2308
- #: ../lib/tribe-view-helpers.class.php:24
2309
- #: ../lib/tribe-view-helpers.class.php:43
2310
- msgid "Select a Country:"
2311
- msgstr "Odaberite zemlju:"
2312
-
2313
- # @ tribe-events-calendar
2314
- #: ../lib/tribe-view-helpers.class.php:45
2315
- msgid "Afghanistan"
2316
- msgstr "Afganistan"
2317
-
2318
- # @ tribe-events-calendar
2319
- #: ../lib/tribe-view-helpers.class.php:46
2320
- msgid "Albania"
2321
- msgstr "Albania"
2322
-
2323
- # @ tribe-events-calendar
2324
- #: ../lib/tribe-view-helpers.class.php:47
2325
- msgid "Algeria"
2326
- msgstr "Alžir"
2327
-
2328
- # @ tribe-events-calendar
2329
- #: ../lib/tribe-view-helpers.class.php:48
2330
- msgid "American Samoa"
2331
- msgstr "Američka Samoa"
2332
-
2333
- # @ tribe-events-calendar
2334
- #: ../lib/tribe-view-helpers.class.php:49
2335
- msgid "Andorra"
2336
- msgstr "Andora"
2337
-
2338
- # @ tribe-events-calendar
2339
- #: ../lib/tribe-view-helpers.class.php:50
2340
- msgid "Angola"
2341
- msgstr "Angola"
2342
-
2343
- # @ tribe-events-calendar
2344
- #: ../lib/tribe-view-helpers.class.php:51
2345
- msgid "Anguilla"
2346
- msgstr "Angvila"
2347
-
2348
- # @ tribe-events-calendar
2349
- #: ../lib/tribe-view-helpers.class.php:52
2350
- msgid "Antarctica"
2351
- msgstr "Antarktik"
2352
-
2353
- # @ tribe-events-calendar
2354
- #: ../lib/tribe-view-helpers.class.php:53
2355
- msgid "Antigua And Barbuda"
2356
- msgstr "Antigva i Barbuda"
2357
-
2358
- # @ tribe-events-calendar
2359
- #: ../lib/tribe-view-helpers.class.php:54
2360
- msgid "Argentina"
2361
- msgstr "Argentina"
2362
-
2363
- # @ tribe-events-calendar
2364
- #: ../lib/tribe-view-helpers.class.php:55
2365
- msgid "Armenia"
2366
- msgstr "Armenija"
2367
-
2368
- # @ tribe-events-calendar
2369
- #: ../lib/tribe-view-helpers.class.php:56
2370
- msgid "Aruba"
2371
- msgstr "Aruba"
2372
-
2373
- # @ tribe-events-calendar
2374
- #: ../lib/tribe-view-helpers.class.php:57
2375
- msgid "Australia"
2376
- msgstr "Australija"
2377
-
2378
- # @ tribe-events-calendar
2379
- #: ../lib/tribe-view-helpers.class.php:58
2380
- msgid "Austria"
2381
- msgstr "Austrija"
2382
-
2383
- # @ tribe-events-calendar
2384
- #: ../lib/tribe-view-helpers.class.php:59
2385
- msgid "Azerbaijan"
2386
- msgstr "Azerbejdžan"
2387
-
2388
- # @ tribe-events-calendar
2389
- #: ../lib/tribe-view-helpers.class.php:60
2390
- msgid "Bahamas"
2391
- msgstr "Bahami"
2392
-
2393
- # @ tribe-events-calendar
2394
- #: ../lib/tribe-view-helpers.class.php:61
2395
- msgid "Bahrain"
2396
- msgstr "Bahrin"
2397
-
2398
- # @ tribe-events-calendar
2399
- #: ../lib/tribe-view-helpers.class.php:62
2400
- msgid "Bangladesh"
2401
- msgstr "Bangladeš"
2402
-
2403
- # @ tribe-events-calendar
2404
- #: ../lib/tribe-view-helpers.class.php:63
2405
- msgid "Barbados"
2406
- msgstr "Barbados"
2407
-
2408
- # @ tribe-events-calendar
2409
- #: ../lib/tribe-view-helpers.class.php:64
2410
- msgid "Belarus"
2411
- msgstr "Bjelorusija"
2412
-
2413
- # @ tribe-events-calendar
2414
- #: ../lib/tribe-view-helpers.class.php:65
2415
- msgid "Belgium"
2416
- msgstr "Belgija"
2417
-
2418
- # @ tribe-events-calendar
2419
- #: ../lib/tribe-view-helpers.class.php:66
2420
- msgid "Belize"
2421
- msgstr "Belize"
2422
-
2423
- # @ tribe-events-calendar
2424
- #: ../lib/tribe-view-helpers.class.php:67
2425
- msgid "Benin"
2426
- msgstr "Benin"
2427
-
2428
- # @ tribe-events-calendar
2429
- #: ../lib/tribe-view-helpers.class.php:68
2430
- msgid "Bermuda"
2431
- msgstr "Bermuda"
2432
-
2433
- # @ tribe-events-calendar
2434
- #: ../lib/tribe-view-helpers.class.php:69
2435
- msgid "Bhutan"
2436
- msgstr "Butan"
2437
-
2438
- # @ tribe-events-calendar
2439
- #: ../lib/tribe-view-helpers.class.php:70
2440
- msgid "Bolivia"
2441
- msgstr "Bolivija"
2442
-
2443
- # @ tribe-events-calendar
2444
- #: ../lib/tribe-view-helpers.class.php:71
2445
- msgid "Bosnia And Herzegowina"
2446
- msgstr "Bosna i Hercegovina"
2447
-
2448
- # @ tribe-events-calendar
2449
- #: ../lib/tribe-view-helpers.class.php:72
2450
- msgid "Botswana"
2451
- msgstr "Botsvana"
2452
-
2453
- # @ tribe-events-calendar
2454
- #: ../lib/tribe-view-helpers.class.php:73
2455
- msgid "Bouvet Island"
2456
- msgstr "Buve Ostrva"
2457
-
2458
- # @ tribe-events-calendar
2459
- #: ../lib/tribe-view-helpers.class.php:74
2460
- msgid "Brazil"
2461
- msgstr "Brazil"
2462
-
2463
- # @ tribe-events-calendar
2464
- #: ../lib/tribe-view-helpers.class.php:75
2465
- msgid "British Indian Ocean Territory"
2466
- msgstr "Britanska Teriritorija Indijskog Oceana"
2467
-
2468
- # @ tribe-events-calendar
2469
- #: ../lib/tribe-view-helpers.class.php:76
2470
- msgid "Brunei Darussalam"
2471
- msgstr "Brunej"
2472
-
2473
- # @ tribe-events-calendar
2474
- #: ../lib/tribe-view-helpers.class.php:77
2475
- msgid "Bulgaria"
2476
- msgstr "Bugarska"
2477
-
2478
- # @ tribe-events-calendar
2479
- #: ../lib/tribe-view-helpers.class.php:78
2480
- msgid "Burkina Faso"
2481
- msgstr "Burkina Faso"
2482
-
2483
- # @ tribe-events-calendar
2484
- #: ../lib/tribe-view-helpers.class.php:79
2485
- msgid "Burundi"
2486
- msgstr "Burundi"
2487
-
2488
- # @ tribe-events-calendar
2489
- #: ../lib/tribe-view-helpers.class.php:80
2490
- msgid "Cambodia"
2491
- msgstr "Kambodža"
2492
-
2493
- # @ tribe-events-calendar
2494
- #: ../lib/tribe-view-helpers.class.php:81
2495
- msgid "Cameroon"
2496
- msgstr "Kamerun"
2497
-
2498
- # @ tribe-events-calendar
2499
- #: ../lib/tribe-view-helpers.class.php:82
2500
- msgid "Canada"
2501
- msgstr "Kanada"
2502
-
2503
- # @ tribe-events-calendar
2504
- #: ../lib/tribe-view-helpers.class.php:83
2505
- msgid "Cape Verde"
2506
- msgstr "Kape Verde"
2507
-
2508
- # @ tribe-events-calendar
2509
- #: ../lib/tribe-view-helpers.class.php:84
2510
- msgid "Cayman Islands"
2511
- msgstr "Kajmanska ostrva"
2512
-
2513
- # @ tribe-events-calendar
2514
- #: ../lib/tribe-view-helpers.class.php:85
2515
- msgid "Central African Republic"
2516
- msgstr "Centralna Afrička Republika"
2517
-
2518
- # @ tribe-events-calendar
2519
- #: ../lib/tribe-view-helpers.class.php:86
2520
- msgid "Chad"
2521
- msgstr "Čad"
2522
-
2523
- # @ tribe-events-calendar
2524
- #: ../lib/tribe-view-helpers.class.php:87
2525
- msgid "Chile"
2526
- msgstr "Čile"
2527
-
2528
- # @ tribe-events-calendar
2529
- #: ../lib/tribe-view-helpers.class.php:88
2530
- msgid "China"
2531
- msgstr "Kina"
2532
-
2533
- # @ tribe-events-calendar
2534
- #: ../lib/tribe-view-helpers.class.php:89
2535
- msgid "Christmas Island"
2536
- msgstr "Božićni Otok"
2537
-
2538
- # @ tribe-events-calendar
2539
- #: ../lib/tribe-view-helpers.class.php:90
2540
- msgid "Cocos (Keeling) Islands"
2541
- msgstr "Kokos (Kiling) Otoci"
2542
-
2543
- # @ tribe-events-calendar
2544
- #: ../lib/tribe-view-helpers.class.php:91
2545
- msgid "Colombia"
2546
- msgstr "Kolumbija"
2547
-
2548
- # @ tribe-events-calendar
2549
- #: ../lib/tribe-view-helpers.class.php:92
2550
- msgid "Comoros"
2551
- msgstr "Komoros"
2552
-
2553
- # @ tribe-events-calendar
2554
- #: ../lib/tribe-view-helpers.class.php:93
2555
- msgid "Congo"
2556
- msgstr "Kongo"
2557
-
2558
- # @ tribe-events-calendar
2559
- #: ../lib/tribe-view-helpers.class.php:94
2560
- msgid "Congo, The Democratic Republic Of The"
2561
- msgstr "Kongo, Demokratska Republika"
2562
-
2563
- # @ tribe-events-calendar
2564
- #: ../lib/tribe-view-helpers.class.php:95
2565
- msgid "Cook Islands"
2566
- msgstr "Kukovi Otoci"
2567
-
2568
- # @ tribe-events-calendar
2569
- #: ../lib/tribe-view-helpers.class.php:96
2570
- msgid "Costa Rica"
2571
- msgstr "Kostarika"
2572
-
2573
- # @ tribe-events-calendar
2574
- #: ../lib/tribe-view-helpers.class.php:97
2575
- msgid "Cote D'Ivoire"
2576
- msgstr "Cote D'Ivoire"
2577
-
2578
- # @ tribe-events-calendar
2579
- #: ../lib/tribe-view-helpers.class.php:98
2580
- msgid "Croatia (Local Name: Hrvatska)"
2581
- msgstr "Hrvatska"
2582
-
2583
- # @ tribe-events-calendar
2584
- #: ../lib/tribe-view-helpers.class.php:99
2585
- msgid "Cuba"
2586
- msgstr "Kuba"
2587
-
2588
- # @ tribe-events-calendar
2589
- #: ../lib/tribe-view-helpers.class.php:100
2590
- msgid "Cyprus"
2591
- msgstr "Kipar"
2592
-
2593
- # @ tribe-events-calendar
2594
- #: ../lib/tribe-view-helpers.class.php:101
2595
- msgid "Czech Republic"
2596
- msgstr "Češka Republika"
2597
-
2598
- # @ tribe-events-calendar
2599
- #: ../lib/tribe-view-helpers.class.php:102
2600
- msgid "Denmark"
2601
- msgstr "Danska"
2602
-
2603
- # @ tribe-events-calendar
2604
- #: ../lib/tribe-view-helpers.class.php:103
2605
- msgid "Djibouti"
2606
- msgstr "Džibuti"
2607
-
2608
- # @ tribe-events-calendar
2609
- #: ../lib/tribe-view-helpers.class.php:104
2610
- msgid "Dominica"
2611
- msgstr "Dominikana"
2612
-
2613
- # @ tribe-events-calendar
2614
- #: ../lib/tribe-view-helpers.class.php:105
2615
- msgid "Dominican Republic"
2616
- msgstr "Dominikanska Republika"
2617
-
2618
- # @ tribe-events-calendar
2619
- #: ../lib/tribe-view-helpers.class.php:106
2620
- msgid "East Timor"
2621
- msgstr "Istočni Timor"
2622
-
2623
- # @ tribe-events-calendar
2624
- #: ../lib/tribe-view-helpers.class.php:107
2625
- msgid "Ecuador"
2626
- msgstr "Ekvator"
2627
-
2628
- # @ tribe-events-calendar
2629
- #: ../lib/tribe-view-helpers.class.php:108
2630
- msgid "Egypt"
2631
- msgstr "Egipat"
2632
-
2633
- # @ tribe-events-calendar
2634
- #: ../lib/tribe-view-helpers.class.php:109
2635
- msgid "El Salvador"
2636
- msgstr "El Salvador"
2637
-
2638
- # @ tribe-events-calendar
2639
- #: ../lib/tribe-view-helpers.class.php:110
2640
- msgid "Equatorial Guinea"
2641
- msgstr "Ekvatorska Gvineja"
2642
-
2643
- # @ tribe-events-calendar
2644
- #: ../lib/tribe-view-helpers.class.php:111
2645
- msgid "Eritrea"
2646
- msgstr "Eritrea"
2647
-
2648
- # @ tribe-events-calendar
2649
- #: ../lib/tribe-view-helpers.class.php:112
2650
- msgid "Estonia"
2651
- msgstr "Estonija"
2652
-
2653
- # @ tribe-events-calendar
2654
- #: ../lib/tribe-view-helpers.class.php:113
2655
- msgid "Ethiopia"
2656
- msgstr "Etiopija"
2657
-
2658
- # @ tribe-events-calendar
2659
- #: ../lib/tribe-view-helpers.class.php:114
2660
- msgid "Falkland Islands (Malvinas)"
2661
- msgstr "Foklandski Otoci"
2662
-
2663
- # @ tribe-events-calendar
2664
- #: ../lib/tribe-view-helpers.class.php:115
2665
- msgid "Faroe Islands"
2666
- msgstr "Farski Otoci"
2667
-
2668
- # @ tribe-events-calendar
2669
- #: ../lib/tribe-view-helpers.class.php:116
2670
- msgid "Fiji"
2671
- msgstr "Fidži"
2672
-
2673
- # @ tribe-events-calendar
2674
- #: ../lib/tribe-view-helpers.class.php:117
2675
- msgid "Finland"
2676
- msgstr "Finska"
2677
-
2678
- # @ tribe-events-calendar
2679
- #: ../lib/tribe-view-helpers.class.php:118
2680
- msgid "France"
2681
- msgstr "Francuska"
2682
-
2683
- # @ tribe-events-calendar
2684
- #: ../lib/tribe-view-helpers.class.php:119
2685
- msgid "France, Metropolitan"
2686
- msgstr "Francuska, Metropolitan"
2687
-
2688
- # @ tribe-events-calendar
2689
- #: ../lib/tribe-view-helpers.class.php:120
2690
- msgid "French Guiana"
2691
- msgstr "Francuska Gvajana"
2692
-
2693
- # @ tribe-events-calendar
2694
- #: ../lib/tribe-view-helpers.class.php:121
2695
- msgid "French Polynesia"
2696
- msgstr "Francuska Polinezija"
2697
-
2698
- # @ tribe-events-calendar
2699
- #: ../lib/tribe-view-helpers.class.php:122
2700
- msgid "French Southern Territories"
2701
- msgstr "Francuske Južne Teritorije"
2702
-
2703
- # @ tribe-events-calendar
2704
- #: ../lib/tribe-view-helpers.class.php:123
2705
- msgid "Gabon"
2706
- msgstr "Gabon"
2707
-
2708
- # @ tribe-events-calendar
2709
- #: ../lib/tribe-view-helpers.class.php:124
2710
- msgid "Gambia"
2711
- msgstr "Gambija"
2712
-
2713
- # @ tribe-events-calendar
2714
- #: ../lib/tribe-view-helpers.class.php:125
2715
- #: ../lib/tribe-view-helpers.class.php:318
2716
- msgid "Georgia"
2717
- msgstr "Gruzija"
2718
-
2719
- # @ tribe-events-calendar
2720
- #: ../lib/tribe-view-helpers.class.php:126
2721
- msgid "Germany"
2722
- msgstr "Njemačka"
2723
-
2724
- # @ tribe-events-calendar
2725
- #: ../lib/tribe-view-helpers.class.php:127
2726
- msgid "Ghana"
2727
- msgstr "Gana"
2728
-
2729
- # @ tribe-events-calendar
2730
- #: ../lib/tribe-view-helpers.class.php:128
2731
- msgid "Gibraltar"
2732
- msgstr "Gibraltar"
2733
-
2734
- # @ tribe-events-calendar
2735
- #: ../lib/tribe-view-helpers.class.php:129
2736
- msgid "Greece"
2737
- msgstr "Grčka"
2738
-
2739
- # @ tribe-events-calendar
2740
- #: ../lib/tribe-view-helpers.class.php:130
2741
- msgid "Greenland"
2742
- msgstr "Grenland"
2743
-
2744
- # @ tribe-events-calendar
2745
- #: ../lib/tribe-view-helpers.class.php:131
2746
- msgid "Grenada"
2747
- msgstr "Grenada"
2748
-
2749
- # @ tribe-events-calendar
2750
- #: ../lib/tribe-view-helpers.class.php:132
2751
- msgid "Guadeloupe"
2752
- msgstr "Gvadelupe"
2753
-
2754
- # @ tribe-events-calendar
2755
- #: ../lib/tribe-view-helpers.class.php:133
2756
- msgid "Guam"
2757
- msgstr "Guam"
2758
-
2759
- # @ tribe-events-calendar
2760
- #: ../lib/tribe-view-helpers.class.php:134
2761
- msgid "Guatemala"
2762
- msgstr "Gvatemala"
2763
-
2764
- # @ tribe-events-calendar
2765
- #: ../lib/tribe-view-helpers.class.php:135
2766
- msgid "Guinea"
2767
- msgstr "Gvineja"
2768
-
2769
- # @ tribe-events-calendar
2770
- #: ../lib/tribe-view-helpers.class.php:136
2771
- msgid "Guinea-Bissau"
2772
- msgstr "Gvineja-Bissau"
2773
-
2774
- # @ tribe-events-calendar
2775
- #: ../lib/tribe-view-helpers.class.php:137
2776
- msgid "Guyana"
2777
- msgstr "Gvajana"
2778
-
2779
- # @ tribe-events-calendar
2780
- #: ../lib/tribe-view-helpers.class.php:138
2781
- msgid "Haiti"
2782
- msgstr "Haiti"
2783
-
2784
- # @ tribe-events-calendar
2785
- #: ../lib/tribe-view-helpers.class.php:139
2786
- msgid "Heard And Mc Donald Islands"
2787
- msgstr "Heard And Mc Donaldovi Otoci"
2788
-
2789
- # @ tribe-events-calendar
2790
- #: ../lib/tribe-view-helpers.class.php:140
2791
- msgid "Holy See (Vatican City State)"
2792
- msgstr "Vatikan"
2793
-
2794
- # @ tribe-events-calendar
2795
- #: ../lib/tribe-view-helpers.class.php:141
2796
- msgid "Honduras"
2797
- msgstr "Honduras"
2798
-
2799
- # @ tribe-events-calendar
2800
- #: ../lib/tribe-view-helpers.class.php:142
2801
- msgid "Hong Kong"
2802
- msgstr "Hong Kong"
2803
-
2804
- # @ tribe-events-calendar
2805
- #: ../lib/tribe-view-helpers.class.php:143
2806
- msgid "Hungary"
2807
- msgstr "Mađarska"
2808
-
2809
- # @ tribe-events-calendar
2810
- #: ../lib/tribe-view-helpers.class.php:144
2811
- msgid "Iceland"
2812
- msgstr "Island"
2813
-
2814
- # @ tribe-events-calendar
2815
- #: ../lib/tribe-view-helpers.class.php:145
2816
- msgid "India"
2817
- msgstr "Indija"
2818
-
2819
- # @ tribe-events-calendar
2820
- #: ../lib/tribe-view-helpers.class.php:146
2821
- msgid "Indonesia"
2822
- msgstr "Indonesija"
2823
-
2824
- # @ tribe-events-calendar
2825
- #: ../lib/tribe-view-helpers.class.php:147
2826
- msgid "Iran (Islamic Republic Of)"
2827
- msgstr "Iran"
2828
-
2829
- # @ tribe-events-calendar
2830
- #: ../lib/tribe-view-helpers.class.php:148
2831
- msgid "Iraq"
2832
- msgstr "Irak"
2833
-
2834
- # @ tribe-events-calendar
2835
- #: ../lib/tribe-view-helpers.class.php:149
2836
- msgid "Ireland"
2837
- msgstr "Irska"
2838
-
2839
- # @ tribe-events-calendar
2840
- #: ../lib/tribe-view-helpers.class.php:150
2841
- msgid "Israel"
2842
- msgstr "Izrael"
2843
-
2844
- # @ tribe-events-calendar
2845
- #: ../lib/tribe-view-helpers.class.php:151
2846
- msgid "Italy"
2847
- msgstr "Italija"
2848
-
2849
- # @ tribe-events-calendar
2850
- #: ../lib/tribe-view-helpers.class.php:152
2851
- msgid "Jamaica"
2852
- msgstr "Jamajka"
2853
-
2854
- # @ tribe-events-calendar
2855
- #: ../lib/tribe-view-helpers.class.php:153
2856
- msgid "Japan"
2857
- msgstr "Japan"
2858
-
2859
- # @ tribe-events-calendar
2860
- #: ../lib/tribe-view-helpers.class.php:154
2861
- msgid "Jordan"
2862
- msgstr "Jordan"
2863
-
2864
- # @ tribe-events-calendar
2865
- #: ../lib/tribe-view-helpers.class.php:155
2866
- msgid "Kazakhstan"
2867
- msgstr "Kazahstan"
2868
-
2869
- # @ tribe-events-calendar
2870
- #: ../lib/tribe-view-helpers.class.php:156
2871
- msgid "Kenya"
2872
- msgstr "Kenija"
2873
-
2874
- # @ tribe-events-calendar
2875
- #: ../lib/tribe-view-helpers.class.php:157
2876
- msgid "Kiribati"
2877
- msgstr "Kiribati"
2878
-
2879
- # @ tribe-events-calendar
2880
- #: ../lib/tribe-view-helpers.class.php:158
2881
- msgid "Korea, Democratic People's Republic Of"
2882
- msgstr "Koreja, Demokratska Narodna Republika"
2883
-
2884
- # @ tribe-events-calendar
2885
- #: ../lib/tribe-view-helpers.class.php:159
2886
- msgid "Korea, Republic Of"
2887
- msgstr "Koreja, Republika"
2888
-
2889
- # @ tribe-events-calendar
2890
- #: ../lib/tribe-view-helpers.class.php:160
2891
- msgid "Kuwait"
2892
- msgstr "Kuvajt"
2893
-
2894
- # @ tribe-events-calendar
2895
- #: ../lib/tribe-view-helpers.class.php:161
2896
- msgid "Kyrgyzstan"
2897
- msgstr "Kirgistan"
2898
-
2899
- # @ tribe-events-calendar
2900
- #: ../lib/tribe-view-helpers.class.php:162
2901
- msgid "Lao People's Democratic Republic"
2902
- msgstr "Laoska Narodna Demokratska Republika"
2903
-
2904
- # @ tribe-events-calendar
2905
- #: ../lib/tribe-view-helpers.class.php:163
2906
- msgid "Latvia"
2907
- msgstr "Latvija"
2908
-
2909
- # @ tribe-events-calendar
2910
- #: ../lib/tribe-view-helpers.class.php:164
2911
- msgid "Lebanon"
2912
- msgstr "Liban"
2913
-
2914
- # @ tribe-events-calendar
2915
- #: ../lib/tribe-view-helpers.class.php:165
2916
- msgid "Lesotho"
2917
- msgstr "Lesoto"
2918
-
2919
- # @ tribe-events-calendar
2920
- #: ../lib/tribe-view-helpers.class.php:166
2921
- msgid "Liberia"
2922
- msgstr "Liberija"
2923
-
2924
- # @ tribe-events-calendar
2925
- #: ../lib/tribe-view-helpers.class.php:167
2926
- msgid "Libya"
2927
- msgstr "Libija"
2928
-
2929
- # @ tribe-events-calendar
2930
- #: ../lib/tribe-view-helpers.class.php:168
2931
- msgid "Liechtenstein"
2932
- msgstr "Lihtenštajn"
2933
-
2934
- # @ tribe-events-calendar
2935
- #: ../lib/tribe-view-helpers.class.php:169
2936
- msgid "Lithuania"
2937
- msgstr "Litvanija"
2938
-
2939
- # @ tribe-events-calendar
2940
- #: ../lib/tribe-view-helpers.class.php:170
2941
- msgid "Luxembourg"
2942
- msgstr "Luksemburg"
2943
-
2944
- # @ tribe-events-calendar
2945
- #: ../lib/tribe-view-helpers.class.php:171
2946
- msgid "Macau"
2947
- msgstr "Makao"
2948
-
2949
- # @ tribe-events-calendar
2950
- #: ../lib/tribe-view-helpers.class.php:172
2951
- msgid "Macedonia"
2952
- msgstr "Makedonija"
2953
-
2954
- # @ tribe-events-calendar
2955
- #: ../lib/tribe-view-helpers.class.php:173
2956
- msgid "Madagascar"
2957
- msgstr "Madagaskar"
2958
-
2959
- # @ tribe-events-calendar
2960
- #: ../lib/tribe-view-helpers.class.php:174
2961
- msgid "Malawi"
2962
- msgstr "Malavi"
2963
-
2964
- # @ tribe-events-calendar
2965
- #: ../lib/tribe-view-helpers.class.php:175
2966
- msgid "Malaysia"
2967
- msgstr "Malezija"
2968
-
2969
- # @ tribe-events-calendar
2970
- #: ../lib/tribe-view-helpers.class.php:176
2971
- msgid "Maldives"
2972
- msgstr "Malavi"
2973
-
2974
- # @ tribe-events-calendar
2975
- #: ../lib/tribe-view-helpers.class.php:177
2976
- msgid "Mali"
2977
- msgstr "Mali"
2978
-
2979
- # @ tribe-events-calendar
2980
- #: ../lib/tribe-view-helpers.class.php:178
2981
- msgid "Malta"
2982
- msgstr "Malta"
2983
-
2984
- # @ tribe-events-calendar
2985
- #: ../lib/tribe-view-helpers.class.php:179
2986
- msgid "Marshall Islands"
2987
- msgstr "Maršalska Ostrva"
2988
-
2989
- # @ tribe-events-calendar
2990
- #: ../lib/tribe-view-helpers.class.php:180
2991
- msgid "Martinique"
2992
- msgstr "Martinik"
2993
-
2994
- # @ tribe-events-calendar
2995
- #: ../lib/tribe-view-helpers.class.php:181
2996
- msgid "Mauritania"
2997
- msgstr "Mauritanija "
2998
-
2999
- # @ tribe-events-calendar
3000
- #: ../lib/tribe-view-helpers.class.php:182
3001
- msgid "Mauritius"
3002
- msgstr "Mauricijus"
3003
-
3004
- # @ tribe-events-calendar
3005
- #: ../lib/tribe-view-helpers.class.php:183
3006
- msgid "Mayotte"
3007
- msgstr "Majote"
3008
-
3009
- # @ tribe-events-calendar
3010
- #: ../lib/tribe-view-helpers.class.php:184
3011
- msgid "Mexico"
3012
- msgstr "Meksiko"
3013
-
3014
- # @ tribe-events-calendar
3015
- #: ../lib/tribe-view-helpers.class.php:185
3016
- msgid "Micronesia, Federated States Of"
3017
- msgstr "Mikronezija"
3018
-
3019
- # @ tribe-events-calendar
3020
- #: ../lib/tribe-view-helpers.class.php:186
3021
- msgid "Moldova, Republic Of"
3022
- msgstr "Moldavija"
3023
-
3024
- # @ tribe-events-calendar
3025
- #: ../lib/tribe-view-helpers.class.php:187
3026
- msgid "Monaco"
3027
- msgstr "Monako"
3028
-
3029
- # @ tribe-events-calendar
3030
- #: ../lib/tribe-view-helpers.class.php:188
3031
- msgid "Mongolia"
3032
- msgstr "Mongolija"
3033
-
3034
- # @ tribe-events-calendar
3035
- #: ../lib/tribe-view-helpers.class.php:189
3036
- msgid "Montenegro"
3037
- msgstr "Crna Gora"
3038
-
3039
- # @ tribe-events-calendar
3040
- #: ../lib/tribe-view-helpers.class.php:190
3041
- msgid "Montserrat"
3042
- msgstr "Montserat"
3043
-
3044
- # @ tribe-events-calendar
3045
- #: ../lib/tribe-view-helpers.class.php:191
3046
- msgid "Morocco"
3047
- msgstr "Maroko"
3048
-
3049
- # @ tribe-events-calendar
3050
- #: ../lib/tribe-view-helpers.class.php:192
3051
- msgid "Mozambique"
3052
- msgstr "Mozambik"
3053
-
3054
- # @ tribe-events-calendar
3055
- #: ../lib/tribe-view-helpers.class.php:193
3056
- msgid "Myanmar"
3057
- msgstr "Mjanmar"
3058
-
3059
- # @ tribe-events-calendar
3060
- #: ../lib/tribe-view-helpers.class.php:194
3061
- msgid "Namibia"
3062
- msgstr "Namibija"
3063
-
3064
- # @ tribe-events-calendar
3065
- #: ../lib/tribe-view-helpers.class.php:195
3066
- msgid "Nauru"
3067
- msgstr "Nauru"
3068
-
3069
- # @ tribe-events-calendar
3070
- #: ../lib/tribe-view-helpers.class.php:196
3071
- msgid "Nepal"
3072
- msgstr "Nepal"
3073
-
3074
- # @ tribe-events-calendar
3075
- #: ../lib/tribe-view-helpers.class.php:197
3076
- msgid "Netherlands"
3077
- msgstr "Nizozemska"
3078
-
3079
- # @ tribe-events-calendar
3080
- #: ../lib/tribe-view-helpers.class.php:198
3081
- msgid "Netherlands Antilles"
3082
- msgstr "Nozozemski Antili"
3083
-
3084
- # @ tribe-events-calendar
3085
- #: ../lib/tribe-view-helpers.class.php:199
3086
- msgid "New Caledonia"
3087
- msgstr "Nova Kaledonija"
3088
-
3089
- # @ tribe-events-calendar
3090
- #: ../lib/tribe-view-helpers.class.php:200
3091
- msgid "New Zealand"
3092
- msgstr "Novi Zeland"
3093
-
3094
- # @ tribe-events-calendar
3095
- #: ../lib/tribe-view-helpers.class.php:201
3096
- msgid "Nicaragua"
3097
- msgstr "Nikaragva"
3098
-
3099
- # @ tribe-events-calendar
3100
- #: ../lib/tribe-view-helpers.class.php:202
3101
- msgid "Niger"
3102
- msgstr "Niger"
3103
-
3104
- # @ tribe-events-calendar
3105
- #: ../lib/tribe-view-helpers.class.php:203
3106
- msgid "Nigeria"
3107
- msgstr "Nigerija"
3108
-
3109
- # @ tribe-events-calendar
3110
- #: ../lib/tribe-view-helpers.class.php:204
3111
- msgid "Niue"
3112
- msgstr "Niue"
3113
-
3114
- # @ tribe-events-calendar
3115
- #: ../lib/tribe-view-helpers.class.php:205
3116
- msgid "Norfolk Island"
3117
- msgstr "Norfolk Ostrva"
3118
-
3119
- # @ tribe-events-calendar
3120
- #: ../lib/tribe-view-helpers.class.php:206
3121
- msgid "Northern Mariana Islands"
3122
- msgstr "Severna Marijanska Ostrva"
3123
-
3124
- # @ tribe-events-calendar
3125
- #: ../lib/tribe-view-helpers.class.php:207
3126
- msgid "Norway"
3127
- msgstr "Norveška"
3128
-
3129
- # @ tribe-events-calendar
3130
- #: ../lib/tribe-view-helpers.class.php:208
3131
- msgid "Oman"
3132
- msgstr "Oman"
3133
-
3134
- # @ tribe-events-calendar
3135
- #: ../lib/tribe-view-helpers.class.php:209
3136
- msgid "Pakistan"
3137
- msgstr "Pakistan"
3138
-
3139
- # @ tribe-events-calendar
3140
- #: ../lib/tribe-view-helpers.class.php:210
3141
- msgid "Palau"
3142
- msgstr "Palau"
3143
-
3144
- # @ tribe-events-calendar
3145
- #: ../lib/tribe-view-helpers.class.php:211
3146
- msgid "Panama"
3147
- msgstr "Panama"
3148
-
3149
- # @ tribe-events-calendar
3150
- #: ../lib/tribe-view-helpers.class.php:212
3151
- msgid "Papua New Guinea"
3152
- msgstr "Papua Nova Gvineja"
3153
-
3154
- # @ tribe-events-calendar
3155
- #: ../lib/tribe-view-helpers.class.php:213
3156
- msgid "Paraguay"
3157
- msgstr "Paragvaj"
3158
-
3159
- # @ tribe-events-calendar
3160
- #: ../lib/tribe-view-helpers.class.php:214
3161
- msgid "Peru"
3162
- msgstr "Peru"
3163
-
3164
- # @ tribe-events-calendar
3165
- #: ../lib/tribe-view-helpers.class.php:215
3166
- msgid "Philippines"
3167
- msgstr "Filipini"
3168
-
3169
- # @ tribe-events-calendar
3170
- #: ../lib/tribe-view-helpers.class.php:216
3171
- msgid "Pitcairn"
3172
- msgstr "Pitcairn"
3173
-
3174
- # @ tribe-events-calendar
3175
- #: ../lib/tribe-view-helpers.class.php:217
3176
- msgid "Poland"
3177
- msgstr "Poljska"
3178
-
3179
- # @ tribe-events-calendar
3180
- #: ../lib/tribe-view-helpers.class.php:218
3181
- msgid "Portugal"
3182
- msgstr "Portugal"
3183
-
3184
- # @ tribe-events-calendar
3185
- #: ../lib/tribe-view-helpers.class.php:219
3186
- msgid "Puerto Rico"
3187
- msgstr "Portoriko"
3188
-
3189
- # @ tribe-events-calendar
3190
- #: ../lib/tribe-view-helpers.class.php:220
3191
- msgid "Qatar"
3192
- msgstr "Kvatar"
3193
-
3194
- # @ tribe-events-calendar
3195
- #: ../lib/tribe-view-helpers.class.php:221
3196
- msgid "Reunion"
3197
- msgstr "Reunion"
3198
-
3199
- # @ tribe-events-calendar
3200
- #: ../lib/tribe-view-helpers.class.php:222
3201
- msgid "Romania"
3202
- msgstr "Rumunija"
3203
-
3204
- # @ tribe-events-calendar
3205
- #: ../lib/tribe-view-helpers.class.php:223
3206
- msgid "Russian Federation"
3207
- msgstr "Rusija"
3208
-
3209
- # @ tribe-events-calendar
3210
- #: ../lib/tribe-view-helpers.class.php:224
3211
- msgid "Rwanda"
3212
- msgstr "Ruanda"
3213
-
3214
- # @ tribe-events-calendar
3215
- #: ../lib/tribe-view-helpers.class.php:225
3216
- msgid "Saint Kitts And Nevis"
3217
- msgstr "Sveti Kristofer i Nevis"
3218
-
3219
- # @ tribe-events-calendar
3220
- #: ../lib/tribe-view-helpers.class.php:226
3221
- msgid "Saint Lucia"
3222
- msgstr "Sveta Lučija"
3223
-
3224
- # @ tribe-events-calendar
3225
- #: ../lib/tribe-view-helpers.class.php:227
3226
- msgid "Saint Vincent And The Grenadines"
3227
- msgstr "Sveti Vinsent i Grenadini"
3228
-
3229
- # @ tribe-events-calendar
3230
- #: ../lib/tribe-view-helpers.class.php:228
3231
- msgid "Samoa"
3232
- msgstr "Samoa"
3233
-
3234
- # @ tribe-events-calendar
3235
- #: ../lib/tribe-view-helpers.class.php:229
3236
- msgid "San Marino"
3237
- msgstr "San Marino"
3238
-
3239
- # @ tribe-events-calendar
3240
- #: ../lib/tribe-view-helpers.class.php:230
3241
- msgid "Sao Tome And Principe"
3242
- msgstr "Sao Tome And Principe"
3243
-
3244
- # @ tribe-events-calendar
3245
- #: ../lib/tribe-view-helpers.class.php:231
3246
- msgid "Saudi Arabia"
3247
- msgstr "Saudiska Arabija"
3248
-
3249
- # @ tribe-events-calendar
3250
- #: ../lib/tribe-view-helpers.class.php:232
3251
- msgid "Senegal"
3252
- msgstr "Senegal"
3253
-
3254
- # @ tribe-events-calendar
3255
- #: ../lib/tribe-view-helpers.class.php:233
3256
- msgid "Serbia"
3257
- msgstr "Srbija"
3258
-
3259
- # @ tribe-events-calendar
3260
- #: ../lib/tribe-view-helpers.class.php:234
3261
- msgid "Seychelles"
3262
- msgstr "Sejšeli"
3263
-
3264
- # @ tribe-events-calendar
3265
- #: ../lib/tribe-view-helpers.class.php:235
3266
- msgid "Sierra Leone"
3267
- msgstr "Sijera Leone"
3268
-
3269
- # @ tribe-events-calendar
3270
- #: ../lib/tribe-view-helpers.class.php:236
3271
- msgid "Singapore"
3272
- msgstr "Singapur"
3273
-
3274
- # @ tribe-events-calendar
3275
- #: ../lib/tribe-view-helpers.class.php:237
3276
- msgid "Slovakia (Slovak Republic)"
3277
- msgstr "Slovačka"
3278
-
3279
- # @ tribe-events-calendar
3280
- #: ../lib/tribe-view-helpers.class.php:238
3281
- msgid "Slovenia"
3282
- msgstr "Slovenija"
3283
-
3284
- # @ tribe-events-calendar
3285
- #: ../lib/tribe-view-helpers.class.php:239
3286
- msgid "Solomon Islands"
3287
- msgstr "Solomonska Ostrva"
3288
-
3289
- # @ tribe-events-calendar
3290
- #: ../lib/tribe-view-helpers.class.php:240
3291
- msgid "Somalia"
3292
- msgstr "Somalija"
3293
-
3294
- # @ tribe-events-calendar
3295
- #: ../lib/tribe-view-helpers.class.php:241
3296
- msgid "South Africa"
3297
- msgstr "Južna Afrika"
3298
-
3299
- # @ tribe-events-calendar
3300
- #: ../lib/tribe-view-helpers.class.php:242
3301
- msgid "South Georgia, South Sandwich Islands"
3302
- msgstr "Južna Džordžija"
3303
-
3304
- # @ tribe-events-calendar
3305
- #: ../lib/tribe-view-helpers.class.php:243
3306
- msgid "Spain"
3307
- msgstr "Španija"
3308
-
3309
- # @ tribe-events-calendar
3310
- #: ../lib/tribe-view-helpers.class.php:244
3311
- msgid "Sri Lanka"
3312
- msgstr "Šri Lanka"
3313
-
3314
- # @ tribe-events-calendar
3315
- #: ../lib/tribe-view-helpers.class.php:245
3316
- msgid "St. Helena"
3317
- msgstr "Sveta Helena"
3318
-
3319
- # @ tribe-events-calendar
3320
- #: ../lib/tribe-view-helpers.class.php:246
3321
- msgid "St. Pierre And Miquelon"
3322
- msgstr "Sveti Pierre i Miquelon"
3323
-
3324
- # @ tribe-events-calendar
3325
- #: ../lib/tribe-view-helpers.class.php:247
3326
- msgid "Sudan"
3327
- msgstr "Sudan"
3328
-
3329
- # @ tribe-events-calendar
3330
- #: ../lib/tribe-view-helpers.class.php:248
3331
- msgid "Suriname"
3332
- msgstr "Surinam"
3333
-
3334
- # @ tribe-events-calendar
3335
- #: ../lib/tribe-view-helpers.class.php:249
3336
- msgid "Svalbard And Jan Mayen Islands"
3337
- msgstr "Svalbard"
3338
-
3339
- # @ tribe-events-calendar
3340
- #: ../lib/tribe-view-helpers.class.php:250
3341
- msgid "Swaziland"
3342
- msgstr "Svaziland"
3343
-
3344
- # @ tribe-events-calendar
3345
- #: ../lib/tribe-view-helpers.class.php:251
3346
- msgid "Sweden"
3347
- msgstr "Švedska"
3348
-
3349
- # @ tribe-events-calendar
3350
- #: ../lib/tribe-view-helpers.class.php:252
3351
- msgid "Switzerland"
3352
- msgstr "Švicarska"
3353
-
3354
- # @ tribe-events-calendar
3355
- #: ../lib/tribe-view-helpers.class.php:253
3356
- msgid "Syrian Arab Republic"
3357
- msgstr "Sirija"
3358
-
3359
- # @ tribe-events-calendar
3360
- #: ../lib/tribe-view-helpers.class.php:254
3361
- msgid "Taiwan"
3362
- msgstr "Tajvan"
3363
-
3364
- # @ tribe-events-calendar
3365
- #: ../lib/tribe-view-helpers.class.php:255
3366
- msgid "Tajikistan"
3367
- msgstr "Tadžikistan"
3368
-
3369
- # @ tribe-events-calendar
3370
- #: ../lib/tribe-view-helpers.class.php:256
3371
- msgid "Tanzania, United Republic Of"
3372
- msgstr "Tanzanija"
3373
-
3374
- # @ tribe-events-calendar
3375
- #: ../lib/tribe-view-helpers.class.php:257
3376
- msgid "Thailand"
3377
- msgstr "Tajland"
3378
-
3379
- # @ tribe-events-calendar
3380
- #: ../lib/tribe-view-helpers.class.php:258
3381
- msgid "Togo"
3382
- msgstr "Togo"
3383
-
3384
- # @ tribe-events-calendar
3385
- #: ../lib/tribe-view-helpers.class.php:259
3386
- msgid "Tokelau"
3387
- msgstr "Tokelau"
3388
-
3389
- # @ tribe-events-calendar
3390
- #: ../lib/tribe-view-helpers.class.php:260
3391
- msgid "Tonga"
3392
- msgstr "Tonga"
3393
-
3394
- # @ tribe-events-calendar
3395
- #: ../lib/tribe-view-helpers.class.php:261
3396
- msgid "Trinidad And Tobago"
3397
- msgstr "Trinidad i Tobago"
3398
-
3399
- # @ tribe-events-calendar
3400
- #: ../lib/tribe-view-helpers.class.php:262
3401
- msgid "Tunisia"
3402
- msgstr "Tunis"
3403
-
3404
- # @ tribe-events-calendar
3405
- #: ../lib/tribe-view-helpers.class.php:263
3406
- msgid "Turkey"
3407
- msgstr "Turska"
3408
-
3409
- # @ tribe-events-calendar
3410
- #: ../lib/tribe-view-helpers.class.php:264
3411
- msgid "Turkmenistan"
3412
- msgstr "Turkmenistan"
3413
-
3414
- # @ tribe-events-calendar
3415
- #: ../lib/tribe-view-helpers.class.php:265
3416
- msgid "Turks And Caicos Islands"
3417
- msgstr "Turks i Caicos Ostrva"
3418
-
3419
- # @ tribe-events-calendar
3420
- #: ../lib/tribe-view-helpers.class.php:266
3421
- msgid "Tuvalu"
3422
- msgstr "Tuvalu"
3423
-
3424
- # @ tribe-events-calendar
3425
- #: ../lib/tribe-view-helpers.class.php:267
3426
- msgid "Uganda"
3427
- msgstr "Uganda"
3428
-
3429
- # @ tribe-events-calendar
3430
- #: ../lib/tribe-view-helpers.class.php:268
3431
- msgid "Ukraine"
3432
- msgstr "Ukrajina"
3433
-
3434
- # @ tribe-events-calendar
3435
- #: ../lib/tribe-view-helpers.class.php:269
3436
- msgid "United Arab Emirates"
3437
- msgstr "Ujedinjeni Arapski Emirati"
3438
-
3439
- # @ tribe-events-calendar
3440
- #: ../lib/tribe-view-helpers.class.php:270
3441
- msgid "United Kingdom"
3442
- msgstr "Ujedinjeno Kraljevstvo"
3443
-
3444
- # @ tribe-events-calendar
3445
- #: ../lib/tribe-view-helpers.class.php:271
3446
- msgid "United States Minor Outlying Islands"
3447
- msgstr "Manji Pacifički Otoci Sjedinjenih Američkih Država"
3448
-
3449
- # @ tribe-events-calendar
3450
- #: ../lib/tribe-view-helpers.class.php:272
3451
- msgid "Uruguay"
3452
- msgstr "Urugvaj "
3453
-
3454
- # @ tribe-events-calendar
3455
- #: ../lib/tribe-view-helpers.class.php:273
3456
- msgid "Uzbekistan"
3457
- msgstr "Uzbekistan"
3458
-
3459
- # @ tribe-events-calendar
3460
- #: ../lib/tribe-view-helpers.class.php:274
3461
- msgid "Vanuatu"
3462
- msgstr "Vanuatu"
3463
-
3464
- # @ tribe-events-calendar
3465
- #: ../lib/tribe-view-helpers.class.php:275
3466
- msgid "Venezuela"
3467
- msgstr "Venecuela"
3468
-
3469
- # @ tribe-events-calendar
3470
- #: ../lib/tribe-view-helpers.class.php:276
3471
- msgid "Viet Nam"
3472
- msgstr "Vijetnam"
3473
-
3474
- # @ tribe-events-calendar
3475
- #: ../lib/tribe-view-helpers.class.php:277
3476
- msgid "Virgin Islands (British)"
3477
- msgstr "DevičanskI Otoci (Britanija)"
3478
-
3479
- # @ tribe-events-calendar
3480
- #: ../lib/tribe-view-helpers.class.php:278
3481
- msgid "Virgin Islands (U.S.)"
3482
- msgstr "Djevičanski Otoci (SAD)"
3483
-
3484
- # @ tribe-events-calendar
3485
- #: ../lib/tribe-view-helpers.class.php:279
3486
- msgid "Wallis And Futuna Islands"
3487
- msgstr "Volis i Futuna"
3488
-
3489
- # @ tribe-events-calendar
3490
- #: ../lib/tribe-view-helpers.class.php:280
3491
- msgid "Western Sahara"
3492
- msgstr "Zapadna Sahara"
3493
-
3494
- # @ tribe-events-calendar
3495
- #: ../lib/tribe-view-helpers.class.php:281
3496
- msgid "Yemen"
3497
- msgstr "Jemen"
3498
-
3499
- # @ tribe-events-calendar
3500
- #: ../lib/tribe-view-helpers.class.php:282
3501
- msgid "Zambia"
3502
- msgstr "Zambija"
3503
-
3504
- # @ tribe-events-calendar
3505
- #: ../lib/tribe-view-helpers.class.php:283
3506
- msgid "Zimbabwe"
3507
- msgstr "Zimbabve"
3508
-
3509
- # @ tribe-events-calendar
3510
- #: ../lib/tribe-view-helpers.class.php:308
3511
- msgid "Alabama"
3512
- msgstr "Alabama"
3513
-
3514
- # @ tribe-events-calendar
3515
- #: ../lib/tribe-view-helpers.class.php:309
3516
- msgid "Alaska"
3517
- msgstr "Aljaska"
3518
-
3519
- # @ tribe-events-calendar
3520
- #: ../lib/tribe-view-helpers.class.php:310
3521
- msgid "Arizona"
3522
- msgstr "Arizona"
3523
-
3524
- # @ tribe-events-calendar
3525
- #: ../lib/tribe-view-helpers.class.php:311
3526
- msgid "Arkansas"
3527
- msgstr "Arkanzas"
3528
-
3529
- # @ tribe-events-calendar
3530
- #: ../lib/tribe-view-helpers.class.php:312
3531
- msgid "California"
3532
- msgstr "Kalifornija"
3533
-
3534
- # @ tribe-events-calendar
3535
- #: ../lib/tribe-view-helpers.class.php:313
3536
- msgid "Colorado"
3537
- msgstr "Kolorado"
3538
-
3539
- # @ tribe-events-calendar
3540
- #: ../lib/tribe-view-helpers.class.php:314
3541
- msgid "Connecticut"
3542
- msgstr "Konetikat"
3543
-
3544
- # @ tribe-events-calendar
3545
- #: ../lib/tribe-view-helpers.class.php:315
3546
- msgid "Delaware"
3547
- msgstr "Delaver"
3548
-
3549
- # @ tribe-events-calendar
3550
- #: ../lib/tribe-view-helpers.class.php:316
3551
- msgid "District of Columbia"
3552
- msgstr "Okrug Kolumbije"
3553
-
3554
- # @ tribe-events-calendar
3555
- #: ../lib/tribe-view-helpers.class.php:317
3556
- msgid "Florida"
3557
- msgstr "Florida"
3558
-
3559
- # @ tribe-events-calendar
3560
- #: ../lib/tribe-view-helpers.class.php:319
3561
- msgid "Hawaii"
3562
- msgstr "Havaiji"
3563
-
3564
- # @ tribe-events-calendar
3565
- #: ../lib/tribe-view-helpers.class.php:320
3566
- msgid "Idaho"
3567
- msgstr "Ajdaho"
3568
-
3569
- # @ tribe-events-calendar
3570
- #: ../lib/tribe-view-helpers.class.php:321
3571
- msgid "Illinois"
3572
- msgstr "Ilinois"
3573
-
3574
- # @ tribe-events-calendar
3575
- #: ../lib/tribe-view-helpers.class.php:322
3576
- msgid "Indiana"
3577
- msgstr "Indijana"
3578
-
3579
- # @ tribe-events-calendar
3580
- #: ../lib/tribe-view-helpers.class.php:323
3581
- msgid "Iowa"
3582
- msgstr "Iova"
3583
-
3584
- # @ tribe-events-calendar
3585
- #: ../lib/tribe-view-helpers.class.php:324
3586
- msgid "Kansas"
3587
- msgstr "Kansas"
3588
-
3589
- # @ tribe-events-calendar
3590
- #: ../lib/tribe-view-helpers.class.php:325
3591
- msgid "Kentucky"
3592
- msgstr "Kentaki"
3593
-
3594
- # @ tribe-events-calendar
3595
- #: ../lib/tribe-view-helpers.class.php:326
3596
- msgid "Louisiana"
3597
- msgstr "Luizijana"
3598
-
3599
- # @ tribe-events-calendar
3600
- #: ../lib/tribe-view-helpers.class.php:327
3601
- msgid "Maine"
3602
- msgstr "Maine"
3603
-
3604
- # @ tribe-events-calendar
3605
- #: ../lib/tribe-view-helpers.class.php:328
3606
- msgid "Maryland"
3607
- msgstr "Mariland"
3608
-
3609
- # @ tribe-events-calendar
3610
- #: ../lib/tribe-view-helpers.class.php:329
3611
- msgid "Massachusetts"
3612
- msgstr "Masačusec"
3613
-
3614
- # @ tribe-events-calendar
3615
- #: ../lib/tribe-view-helpers.class.php:330
3616
- msgid "Michigan"
3617
- msgstr "Mičigen"
3618
-
3619
- # @ tribe-events-calendar
3620
- #: ../lib/tribe-view-helpers.class.php:331
3621
- msgid "Minnesota"
3622
- msgstr "Minesota"
3623
-
3624
- # @ tribe-events-calendar
3625
- #: ../lib/tribe-view-helpers.class.php:332
3626
- msgid "Mississippi"
3627
- msgstr "Misisipi"
3628
-
3629
- # @ tribe-events-calendar
3630
- #: ../lib/tribe-view-helpers.class.php:333
3631
- msgid "Missouri"
3632
- msgstr "Misuri"
3633
-
3634
- # @ tribe-events-calendar
3635
- #: ../lib/tribe-view-helpers.class.php:334
3636
- msgid "Montana"
3637
- msgstr "Montana"
3638
-
3639
- # @ tribe-events-calendar
3640
- #: ../lib/tribe-view-helpers.class.php:335
3641
- msgid "Nebraska"
3642
- msgstr "Nebraska"
3643
-
3644
- # @ tribe-events-calendar
3645
- #: ../lib/tribe-view-helpers.class.php:336
3646
- msgid "Nevada"
3647
- msgstr "Nevada"
3648
-
3649
- # @ tribe-events-calendar
3650
- #: ../lib/tribe-view-helpers.class.php:337
3651
- msgid "New Hampshire"
3652
- msgstr "Nju Hempšir"
3653
-
3654
- # @ tribe-events-calendar
3655
- #: ../lib/tribe-view-helpers.class.php:338
3656
- msgid "New Jersey"
3657
- msgstr "Nju Džerzi"
3658
-
3659
- # @ tribe-events-calendar
3660
- #: ../lib/tribe-view-helpers.class.php:339
3661
- msgid "New Mexico"
3662
- msgstr "Nju Meksiko"
3663
-
3664
- # @ tribe-events-calendar
3665
- #: ../lib/tribe-view-helpers.class.php:340
3666
- msgid "New York"
3667
- msgstr "Nju Jork"
3668
-
3669
- # @ tribe-events-calendar
3670
- #: ../lib/tribe-view-helpers.class.php:341
3671
- msgid "North Carolina"
3672
- msgstr "Severna Karolina"
3673
-
3674
- # @ tribe-events-calendar
3675
- #: ../lib/tribe-view-helpers.class.php:342
3676
- msgid "North Dakota"
3677
- msgstr "Severna Dakota"
3678
-
3679
- # @ tribe-events-calendar
3680
- #: ../lib/tribe-view-helpers.class.php:343
3681
- msgid "Ohio"
3682
- msgstr "Ohajo"
3683
-
3684
- # @ tribe-events-calendar
3685
- #: ../lib/tribe-view-helpers.class.php:344
3686
- msgid "Oklahoma"
3687
- msgstr "Oklahoma"
3688
-
3689
- # @ tribe-events-calendar
3690
- #: ../lib/tribe-view-helpers.class.php:345
3691
- msgid "Oregon"
3692
- msgstr "Oregon"
3693
-
3694
- # @ tribe-events-calendar
3695
- #: ../lib/tribe-view-helpers.class.php:346
3696
- msgid "Pennsylvania"
3697
- msgstr "Pensilvanija"
3698
-
3699
- # @ tribe-events-calendar
3700
- #: ../lib/tribe-view-helpers.class.php:347
3701
- msgid "Rhode Island"
3702
- msgstr "Rode Island"
3703
-
3704
- # @ tribe-events-calendar
3705
- #: ../lib/tribe-view-helpers.class.php:348
3706
- msgid "South Carolina"
3707
- msgstr "Južna Karolina"
3708
-
3709
- # @ tribe-events-calendar
3710
- #: ../lib/tribe-view-helpers.class.php:349
3711
- msgid "South Dakota"
3712
- msgstr "Južna Dakota"
3713
-
3714
- # @ tribe-events-calendar
3715
- #: ../lib/tribe-view-helpers.class.php:350
3716
- msgid "Tennessee"
3717
- msgstr "Tenesi"
3718
-
3719
- # @ tribe-events-calendar
3720
- #: ../lib/tribe-view-helpers.class.php:351
3721
- msgid "Texas"
3722
- msgstr "Teksas"
3723
-
3724
- # @ tribe-events-calendar
3725
- #: ../lib/tribe-view-helpers.class.php:352
3726
- msgid "Utah"
3727
- msgstr "Juta"
3728
-
3729
- # @ tribe-events-calendar
3730
- #: ../lib/tribe-view-helpers.class.php:353
3731
- msgid "Vermont"
3732
- msgstr "Vermont"
3733
-
3734
- # @ tribe-events-calendar
3735
- #: ../lib/tribe-view-helpers.class.php:354
3736
- msgid "Virginia"
3737
- msgstr "Virginija"
3738
-
3739
- # @ tribe-events-calendar
3740
- #: ../lib/tribe-view-helpers.class.php:355
3741
- msgid "Washington"
3742
- msgstr "Vašington"
3743
-
3744
- # @ tribe-events-calendar
3745
- #: ../lib/tribe-view-helpers.class.php:356
3746
- msgid "West Virginia"
3747
- msgstr "Zapadna Virginija"
3748
-
3749
- # @ tribe-events-calendar
3750
- #: ../lib/tribe-view-helpers.class.php:357
3751
- msgid "Wisconsin"
3752
- msgstr "Viskonsin"
3753
-
3754
- # @ tribe-events-calendar
3755
- #: ../lib/tribe-view-helpers.class.php:358
3756
- msgid "Wyoming"
3757
- msgstr "Vajoming"
3758
-
3759
- # @ tribe-events-calendar
3760
- #
3761
- #: ../lib/widget-list.class.php:21
3762
- msgid "A widget that displays upcoming events."
3763
- msgstr "Vidžet koji prikazuje predstojeće događaje."
3764
-
3765
- # @ tribe-events-calendar
3766
- #: ../lib/widget-list.class.php:27
3767
- msgid "Events List"
3768
- msgstr "Popis događaja "
3769
-
3770
- # @ tribe-events-calendar
3771
- #: ../lib/widget-list.class.php:114
3772
- msgid "View All Events"
3773
- msgstr "Vidi sve događaje"
3774
-
3775
- # @ tribe-events-calendar
3776
- #: ../lib/widget-list.class.php:117
3777
- msgid "There are no upcoming events at this time."
3778
- msgstr "Trenutno nema predstojećih događaja."
3779
-
3780
- #: ../lib/template-classes/month.php:75
3781
- #, php-format
3782
- msgid ""
3783
- "There were no results found for <strong>\"%s\"</strong> this month. Try "
3784
- "searching next month."
3785
- msgstr ""
3786
- "Nema rezultata nađenih za <strong>\"%s\"</strong> ovaj mjesec. Probajte sa "
3787
- "pretragom za idući mjesec."
3788
-
3789
- # @ tribe-events-calendar
3790
- #: ../lib/template-classes/single-event.php:99
3791
- msgid "This event has passed."
3792
- msgstr "Ovaj događaj je prošao."
3793
-
3794
- #: ../lib/tickets/tribe-tickets-attendees.php:67
3795
- msgid "Order #"
3796
- msgstr "Narudžba #"
3797
-
3798
- #: ../lib/tickets/tribe-tickets-attendees.php:68
3799
- msgid "Order Status"
3800
- msgstr "Status narudžbe"
3801
-
3802
- #: ../lib/tickets/tribe-tickets-attendees.php:69
3803
- msgid "Purchaser name"
3804
- msgstr "Ime kupca"
3805
-
3806
- #: ../lib/tickets/tribe-tickets-attendees.php:70
3807
- msgid "Purchaser email"
3808
- msgstr "E-mail kupca"
3809
-
3810
- #: ../lib/tickets/tribe-tickets-attendees.php:71
3811
- msgid "Ticket type"
3812
- msgstr "Tip ulaznice"
3813
-
3814
- #: ../lib/tickets/tribe-tickets-attendees.php:72
3815
- #: ../views/tickets/email.php:316
3816
- msgid "Ticket #"
3817
- msgstr "Ulaznica #"
3818
-
3819
- #: ../lib/tickets/tribe-tickets-attendees.php:73
3820
- #: ../views/tickets/email.php:328
3821
- msgid "Security Code"
3822
- msgstr "Sigurnosni broj"
3823
-
3824
- #: ../lib/tickets/tribe-tickets-attendees.php:74
3825
- #: ../lib/tickets/tribe-tickets-attendees.php:144
3826
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3827
- msgid "Check in"
3828
- msgstr "Čekiranje"
3829
-
3830
- #: ../lib/tickets/tribe-tickets-attendees.php:145
3831
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3832
- msgid "Undo Check in"
3833
- msgstr "Od-čekiranje"
3834
-
3835
- #: ../lib/tickets/tribe-tickets-attendees.php:179
3836
- msgid "Print"
3837
- msgstr "Štampa"
3838
-
3839
- # @ tribe-events-calendar
3840
- #
3841
- #: ../lib/tickets/tribe-tickets-attendees.php:180
3842
- msgid "Email"
3843
- msgstr "E-mail"
3844
-
3845
- # @ tribe-events-calendar
3846
- #
3847
- #: ../lib/tickets/tribe-tickets-attendees.php:181
3848
- msgid "Export"
3849
- msgstr "Izvoz"
3850
-
3851
- #: ../lib/tickets/tribe-tickets-attendees.php:187
3852
- msgid "Filter by ticket #, order # or security code"
3853
- msgstr "Filtriraj prema ulaznici #, narudžbi # ili sigurnosnom broju"
3854
-
3855
- #: ../lib/tickets/tribe-tickets-metabox.php:24
3856
- msgid "Tickets"
3857
- msgstr "Ulaznice"
3858
-
3859
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3860
- msgid "Ticket header image"
3861
- msgstr "Slika na zaglavlju Ulaznice"
3862
-
3863
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3864
- msgid "Set as ticket header"
3865
- msgstr "Postavi kao sliku za zaglavlje ulaznice"
3866
-
3867
- #: ../lib/tickets/tribe-tickets-pro.php:107
3868
- msgid "You need to select a user or type a valid email address"
3869
- msgstr "Morate odabrati korisnika ili ukucati validnu e-mail adresu "
3870
-
3871
- #: ../lib/tickets/tribe-tickets-pro.php:108
3872
- msgid "Sending..."
3873
- msgstr "Šaljem..."
3874
-
3875
- #: ../lib/tickets/tribe-tickets-pro.php:136
3876
- msgid "Columns"
3877
- msgstr "Kolone"
3878
-
3879
- #: ../lib/tickets/tribe-tickets-pro.php:137
3880
- msgid ""
3881
- "You can use Screen Options to select which columns you want to see. The "
3882
- "selection works in the table below, in the email, for print and for the CSV "
3883
- "export."
3884
- msgstr ""
3885
- "Možete koristiti Postavke Ekrana da odaberete koje stupce želite videti. "
3886
- "Izbor radi u tablici ispod, u e-mailu, za štampanje i za CSV export."
3887
-
3888
- #: ../lib/tickets/tribe-tickets-pro.php:258
3889
- msgid "attendees"
3890
- msgstr "Posetioci"
3891
-
3892
- #: ../lib/tickets/tribe-tickets-pro.php:308
3893
- #, php-format
3894
- msgid "Attendee List for: %s"
3895
- msgstr "Lista posetioca za: %s"
3896
-
3897
- #: ../lib/tickets/tribe-tickets.php:292
3898
- msgid "Your ticket has been saved."
3899
- msgstr "Vaša ulaznica je sačuvana."
3900
-
3901
- #: ../lib/tickets/tribe-tickets.php:369
3902
- msgid "Your ticket has been deleted."
3903
- msgstr "Vaša ulaznica je obrisana."
3904
-
3905
- # @ tribe-events-calendar
3906
- #: ../public/advanced-functions/meta.php:35
3907
- msgid "Start:"
3908
- msgstr "Početak:"
3909
-
3910
- # @ tribe-events-calendar
3911
- #: ../public/advanced-functions/meta.php:42
3912
- msgid "End:"
3913
- msgstr "Kraj:"
3914
-
3915
- # @ tribe-events-calendar
3916
- #: ../public/advanced-functions/meta.php:51
3917
- msgid "Date:"
3918
- msgstr "Datum: "
3919
-
3920
- # @ tribe-events-calendar
3921
- #: ../public/advanced-functions/meta.php:233
3922
- msgid "Click to view a Google Map"
3923
- msgstr "Kliknite da vidite Google mapu"
3924
-
3925
- # @ tribe-events-calendar
3926
- #
3927
- #: ../public/advanced-functions/meta.php:234
3928
- msgid "+ Google Map"
3929
- msgstr "+ Google Map"
3930
-
3931
- #: ../public/advanced-functions/meta.php:245
3932
- msgid "Details"
3933
- msgstr "Detalji"
3934
-
3935
- # @ tribe-events-calendar
3936
- #
3937
- #: ../public/advanced-functions/meta.php:295
3938
- msgid "Event Tags:"
3939
- msgstr "Tagovi događaja:"
3940
-
3941
- #: ../public/advanced-functions/meta.php:321
3942
- msgid "Origin:"
3943
- msgstr "Podrijetlo:"
3944
-
3945
- # @ tribe-events-calendar
3946
- #: ../public/advanced-functions/meta.php:458
3947
- msgid "Event:"
3948
- msgstr "Događaj:"
3949
-
3950
- # @ tribe-events-calendar
3951
- #
3952
- #: ../public/template-tags/deprecated.php:1143
3953
- msgid "Category"
3954
- msgstr "Kategorija"
3955
-
3956
- # @ tribe-events-calendar
3957
- #: ../public/template-tags/general.php:306
3958
- msgid "Tags:"
3959
- msgstr "Tagovi:"
3960
-
3961
- # @ tribe-events-calendar
3962
- #
3963
- #: ../public/template-tags/general.php:392
3964
- msgid "Loading Events"
3965
- msgstr "Učitavanje događaja"
3966
-
3967
- # @ tribe-events-calendar
3968
- #: ../public/template-tags/general.php:531
3969
- msgid "Free"
3970
- msgstr "Slobodan"
3971
-
3972
- # @ tribe-events-calendar
3973
- #
3974
- #: ../public/template-tags/general.php:703
3975
- msgid "Recurring Event"
3976
- msgstr "Ponavljajući događaj"
3977
-
3978
- #: ../public/template-tags/general.php:706
3979
- msgid "(See all)"
3980
- msgstr "(Vidi sve)"
3981
-
3982
- # @ tribe-events-calendar
3983
- #: ../public/template-tags/general.php:982
3984
- #, php-format
3985
- msgid "Calendar powered by %sThe Events Calendar%s"
3986
- msgstr "Kalendar pokreće %sThe Events Calendar%s"
3987
-
3988
- # @ tribe-events-calendar
3989
- #: ../public/template-tags/loop.php:150
3990
- #, php-format
3991
- msgid "Events for %1$s"
3992
- msgstr "Događaji za %1$s"
3993
-
3994
- # @ tribe-events-calendar
3995
- #: ../public/template-tags/loop.php:158
3996
- #, php-format
3997
- msgid "Events for %1$s through %2$s"
3998
- msgstr "Događaji za %1$s kroz %2$s"
3999
-
4000
- # @ tribe-events-calendar
4001
- #
4002
- #: ../public/template-tags/loop.php:171
4003
- msgid "Events for "
4004
- msgstr "Događaji za"
4005
-
4006
- # @ tribe-events-calendar
4007
- #: ../public/template-tags/options.php:20
4008
- #, php-format
4009
- msgid "Your current Events URL is %s"
4010
- msgstr "Vaš trenutni URL događaja je %s"
4011
-
4012
- # @ tribe-events-calendar
4013
- #: ../public/template-tags/options.php:31
4014
- #, php-format
4015
- msgid ""
4016
- "You <strong>cannot</strong> use the same slug as above. The above should "
4017
- "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
4018
- msgstr ""
4019
- "<strong>Ne možete</strong> koristiti isti slug kao iznad. Iznad bi trebalo "
4020
- "da bude množina, a ovdje jednina.<br />URL jednog događaja izgleda: %s"
4021
-
4022
- # @ tribe-events-calendar
4023
- #
4024
- #: ../views/single-event.php:23
4025
- msgid "&laquo; All Events"
4026
- msgstr "&laquo; Svi događaji"
4027
-
4028
- # @ tribe-events-calendar
4029
- #
4030
- #: ../views/single-event.php:42 ../views/single-event.php:73
4031
- msgid "Event Navigation"
4032
- msgstr "Navigacija događaja"
4033
-
4034
- # @ tribe-events-calendar
4035
- #
4036
- #: ../views/list/nav.php:16
4037
- msgid "Events List Navigation"
4038
- msgstr "Navigacija liste događaja"
4039
-
4040
- #: ../views/list/single-event.php:76
4041
- msgid "Find out more"
4042
- msgstr "Saznajte više"
4043
-
4044
- # @ tribe-events-calendar
4045
- #
4046
- #: ../views/modules/bar.php:31 ../views/modules/bar.php:60
4047
- msgid "Find Events"
4048
- msgstr "Nađi događaje"
4049
-
4050
- #: ../views/modules/bar.php:38
4051
- msgid "Event Views Navigation"
4052
- msgstr "Navigacija pogleda događaja"
4053
-
4054
- # @ tribe-events-calendar
4055
- #
4056
- #: ../views/modules/bar.php:39
4057
- msgid "View As"
4058
- msgstr "Vidi kao"
4059
-
4060
- # @ tribe-events-calendar
4061
- #: ../views/month/nav.php:18
4062
- msgid "Calendar Month Navigation"
4063
- msgstr "Navigacija mjeseci u kalendaru"
4064
-
4065
- # @ tribe-events-calendar
4066
- #
4067
- #: ../views/tickets/attendees-email.php:25
4068
- msgid "Attendee List"
4069
- msgstr "Lista posetioca"
4070
-
4071
- #: ../views/tickets/email.php:39
4072
- msgid "Your tickets"
4073
- msgstr "Vaše ulaznice"
4074
-
4075
- #: ../views/tickets/email.php:320
4076
- msgid "Ticket Type"
4077
- msgstr "Tip ulaznica"
4078
-
4079
- #: ../views/tickets/email.php:324
4080
- msgid "Purchaser"
4081
- msgstr "Kupac"
4082
-
4083
- #~ msgid ""
4084
- #~ "Want to modify the display of this widget? Try a %stemplate override%s."
4085
- #~ msgstr ""
4086
- #~ "Želite da modifikujete izgled ovog vidžeta? Probajte %stemplate override"
4087
- #~ "%s."
4088
-
4089
- #~ msgid ""
4090
- #~ "These styles provide a bare minimum level of layout for the more complex "
4091
- #~ "templates, and is recommended if you're customizing the events template "
4092
- #~ "styles."
4093
- #~ msgstr ""
4094
- #~ "Ovi stilovi osiguravaju minimalni nivo rasporeda za kompleksija teme i "
4095
- #~ "preporučuju se ako prilagođavate stilove šablona."
4096
-
4097
- #~ msgid ""
4098
- #~ "These styles provide a more complex level of layout and style and should "
4099
- #~ "adapt to your theme"
4100
- #~ msgstr ""
4101
- #~ "Ovi stilovi osiguravaju kompleksniji razinu rasporeda elemenata i stilova "
4102
- #~ "i trebalo bi da se prilagode vašoj temi"
4103
-
4104
- #~ msgid "These styles provide a fully designed events theme"
4105
- #~ msgstr "Ovi stilovi obezbeđuju potpuno dizajniranu temu događaja"
4106
-
4107
- #~ msgid ""
4108
- #~ "If this is your first time using The Events Calendar,you're in for a "
4109
- #~ "treat. You're going to find it super-easy to get up and running with "
4110
- #~ "managing your events. Here are some ways to get started:</"
4111
- #~ "p><ul><li><strong>Feeling adventurous?</strong> Jump right into it by "
4112
- #~ "visiting the Events menu to <a href=\"%s\">add your first event</a>.</"
4113
- #~ "li><li><strong>Want to get the low-down first?</strong> Visit our <a href="
4114
- #~ "\"%s\">new user primer</a>, designed to help familiarize you with the "
4115
- #~ "plugin basics.</li></ul>"
4116
- #~ msgstr ""
4117
- #~ "Ako vam ovo prvi put da koristite The Events Calendar, čeka vas "
4118
- #~ "poslastica. Vidjet ćete da je super-lako upravljati vašim događajima. "
4119
- #~ "Ovdje je nekoliko načina da započnete: </p> <ul> <li> <strong> Osjećate "
4120
- #~ "se avanturistički? </ strong> Odmah uskočite u vatru tako što će te "
4121
- #~ "posjetiti meni događaja da <a href = \"%s \"> dodati svoj prvi događaj </"
4122
- #~ "a>. </li> <li> <strong> Želite prvo vidite detalje? </strong> Posjetite "
4123
- #~ "našu <a href=\"%s\"> stranicu za nove korisnike </a>, dizajniranu da vam "
4124
- #~ "pomogne da se upoznate s osnovama plagina. </li> </ul>"
4125
-
4126
- #~ msgid ""
4127
- #~ "<p>We love all our users and want to help free & PRO customers alike. If "
4128
- #~ "you're running the latest version of The Events Calendar and are having "
4129
- #~ "problems, post a thread at the %s on WordPress.org. We hit the forum once "
4130
- #~ "a week to look for legitimate bug reports and do what we can to assist "
4131
- #~ "users.</p>"
4132
- #~ msgstr ""
4133
- #~ "<p>Mi volimo naše korisnike i želimo pomoći PRO i besplatnim korisnicima. "
4134
- #~ "Ako koristite posljednju verziju The Events Calendar plagina i imate "
4135
- #~ "problema, postavite poruku na %s na WordPress.org. Posecujem forum jednom "
4136
- #~ "tjedno da potražimo bugove i vidimo kako možemo pomoći našim korisnicima "
4137
- #~ "</p>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/tribe-events-calendar-ca.mo DELETED
Binary file
lang/tribe-events-calendar-ca.po DELETED
@@ -1,3931 +0,0 @@
1
- # The Events Calendar by Modern Tribe, Inc.
2
- # Copyright (C) Modern Tribe, Inc.
3
- # This file is distributed under the same license as the The Events Calendar package.
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: The Events Calendar\n"
7
- "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2013-07-02 11:26-0800\n"
9
- "PO-Revision-Date: 2013-07-02 11:26-0800\n"
10
- "Last-Translator: Bàrbara Partegàs Rof <barbararof@gmail.com>\n"
11
- "Language-Team: Modern Tribe <pro@tri.be>\n"
12
- "Language: ca\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
19
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
20
- "X-Poedit-Basepath: ./\n"
21
- "X-Textdomain-Support: yes\n"
22
- "X-Generator: Poedit 1.5.5\n"
23
- "X-Poedit-Bookmarks: -1,-1,-1,682,-1,-1,-1,-1,-1,-1\n"
24
- "X-Poedit-SearchPath-0: ..\n"
25
-
26
- #
27
- #: ../admin-views/app-shop.php:4
28
- msgid "Tribe Event Add-Ons"
29
- msgstr "Complements de Tribe Events"
30
-
31
- #: ../admin-views/app-shop.php:50
32
- msgid "Version"
33
- msgstr "Versió"
34
-
35
- #: ../admin-views/app-shop.php:53
36
- msgid "Last Update"
37
- msgstr "Última actualització"
38
-
39
- #: ../admin-views/event-sidebar-options.php:11
40
- msgid "Hide From Event Listings"
41
- msgstr "Amaga del llistat d'esdeveniments"
42
-
43
- #: ../admin-views/event-sidebar-options.php:12
44
- msgid "Sticky in Calendar View"
45
- msgstr "Enganxa a la vista de calendari"
46
-
47
- #: ../admin-views/events-audit-trail.php:41
48
- msgid "Auditing Information"
49
- msgstr "Informació d'auditoria"
50
-
51
- #: ../admin-views/events-audit-trail.php:47
52
- msgid "Created by:"
53
- msgstr "Creat per:"
54
-
55
- #: ../admin-views/events-audit-trail.php:51
56
- msgid "Audit Trail:"
57
- msgstr "Pista d'auditoria:"
58
-
59
- #: ../admin-views/events-meta-box.php:26
60
- msgid "Event Time &amp; Date"
61
- msgstr "Hora i data de l'esdeveniment"
62
-
63
- #: ../admin-views/events-meta-box.php:32
64
- msgid ""
65
- "You have changed the recurrence rules of this event. Saving the event will "
66
- "update all future events. If you did not mean to change all events, then "
67
- "please refresh the page."
68
- msgstr ""
69
- "Heu canviat les normes de repetició d'aquest esdeveniment. Si guardeu aquest "
70
- "esdeveniment, això afectarà futurs esdeveniments. Si la vostra intenció no "
71
- "és canviar tots els esdeveniments, actualitzeu la pàgina."
72
-
73
- #
74
- #: ../admin-views/events-meta-box.php:35
75
- msgid "All Day Event:"
76
- msgstr "Esdeveniment de tot el dia:"
77
-
78
- #
79
- #: ../admin-views/events-meta-box.php:39
80
- msgid "Start Date &amp; Time:"
81
- msgstr "Dia d'inici &amp; Hora:"
82
-
83
- #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
84
- msgid "YYYY-MM-DD"
85
- msgstr "YYYY-MM-DD"
86
-
87
- #
88
- #: ../admin-views/events-meta-box.php:60
89
- msgid "End Date &amp; Time:"
90
- msgstr "Dia de finalització &amp; Hora:"
91
-
92
- #: ../admin-views/events-meta-box.php:85
93
- msgid "Event Location Details"
94
- msgstr "Informació del lloc de l'esdeveniment"
95
-
96
- #: ../admin-views/events-meta-box.php:93
97
- msgid "Event Organizer Details"
98
- msgstr "Informació de l'organitzador de l'esdeveniment"
99
-
100
- #
101
- #: ../admin-views/events-meta-box.php:101
102
- msgid "Event Website"
103
- msgstr "Website de l'esdeveniment"
104
-
105
- #: ../admin-views/events-meta-box.php:104
106
- msgid "URL:"
107
- msgstr "URL:"
108
-
109
- #: ../admin-views/events-meta-box.php:115
110
- msgid "Event Cost"
111
- msgstr "Preu de l'esdeveniment"
112
-
113
- #: ../admin-views/events-meta-box.php:118
114
- msgid "Currency Symbol:"
115
- msgstr "Símbol de la moneda;"
116
-
117
- #: ../admin-views/events-meta-box.php:122
118
- #: ../public/advanced-functions/meta.php:270
119
- msgid "Cost:"
120
- msgstr "Preu:"
121
-
122
- #: ../admin-views/events-meta-box.php:127
123
- msgid "Enter a 0 for events that are free or leave blank to hide the field."
124
- msgstr ""
125
- "Entra un 0 per a esdeveniments que són gratuïts o deixa-ho en blanc per a "
126
- "amaga aquest camp."
127
-
128
- #: ../admin-views/organizer-meta-box.php:12
129
- msgid "Organizer Name:"
130
- msgstr "Nom de l'organitzador:"
131
-
132
- #: ../admin-views/organizer-meta-box.php:19
133
- #: ../admin-views/venue-meta-box.php:93
134
- #: ../admin-views/tickets/attendees.php:39
135
- #: ../public/advanced-functions/meta.php:357
136
- #: ../public/advanced-functions/meta.php:419
137
- msgid "Phone:"
138
- msgstr "Telèfon:"
139
-
140
- #: ../admin-views/organizer-meta-box.php:23
141
- #: ../admin-views/venue-meta-box.php:97
142
- #: ../admin-views/tickets/attendees.php:45
143
- #: ../public/advanced-functions/meta.php:308
144
- #: ../public/advanced-functions/meta.php:383
145
- #: ../public/advanced-functions/meta.php:445
146
- msgid "Website:"
147
- msgstr "Lloc web:"
148
-
149
- #: ../admin-views/organizer-meta-box.php:27
150
- #: ../public/advanced-functions/meta.php:432
151
- msgid "Email:"
152
- msgstr "Adreça electrònica:"
153
-
154
- #: ../admin-views/recurrence-dialog.php:13
155
- msgid ""
156
- "Would you like to change only this instance of the event, or all future "
157
- "events in this series?"
158
- msgstr ""
159
- "T'agradaria canviar només la instància de l'esdeveniment, o totes els "
160
- "esdeveniments futurs en aquesta sèrie?"
161
-
162
- #: ../admin-views/recurrence-dialog.php:15
163
- #: ../admin-views/recurrence-dialog.php:23
164
- msgid "Only This Event:"
165
- msgstr "Només aquest esdeveniment:"
166
-
167
- #: ../admin-views/recurrence-dialog.php:15
168
- msgid "All other future events in the series will remain the same."
169
- msgstr "Tots els propers esdveniments en la sèrie es mantindran igual. "
170
-
171
- #
172
- #: ../admin-views/recurrence-dialog.php:16
173
- #: ../admin-views/recurrence-dialog.php:24
174
- msgid "All Events:"
175
- msgstr "Tots els esdeveniments:"
176
-
177
- #: ../admin-views/recurrence-dialog.php:16
178
- msgid ""
179
- "All future events in the series will be changed. Any changes made to other "
180
- "events will be kept."
181
- msgstr ""
182
- "Es canviaran tots els esdeveniments propers ens aquesta sèrie. Es mantindran "
183
- "tots els canivs a altres esdeveniments."
184
-
185
- #: ../admin-views/recurrence-dialog.php:21
186
- msgid ""
187
- "Would you like to delete only this instance of the event, or all future "
188
- "events in this series?"
189
- msgstr ""
190
- "T'agradaria esborrar només aquesta instància de l'esdeveniment o tots els "
191
- "propers esdevniments en aquesta sèrie?"
192
-
193
- #: ../admin-views/recurrence-dialog.php:23
194
- msgid "All other future events in the series will not be deleted."
195
- msgstr "No s'esborraran els altres propers esdeveniments"
196
-
197
- #: ../admin-views/recurrence-dialog.php:24
198
- msgid "All future events in the series will be deleted."
199
- msgstr "S¡esborraran tots els propers esdeveniments en aquesta sèrie."
200
-
201
- #: ../admin-views/tribe-options-display.php:4
202
- msgid "Default Events Template"
203
- msgstr "Plantilla d'esdeveniments predeterminada"
204
-
205
- #: ../admin-views/tribe-options-display.php:5
206
- msgid "Default Page Template"
207
- msgstr "Plantilla de pàgina predeterminada"
208
-
209
- #
210
- #: ../admin-views/tribe-options-display.php:29
211
- msgid "Display Settings"
212
- msgstr "Configuració de la pantalla"
213
-
214
- #: ../admin-views/tribe-options-display.php:34
215
- #, fuzzy, php-format
216
- msgid ""
217
- "<p>The settings below control the display of your calendar. If things don't "
218
- "look right, try switching between the three style sheet options or pick a "
219
- "page template from your theme.</p><p>There are going to be situations where "
220
- "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
221
- "\">our themer's guide</a> for instructions on custom modifications. Want to "
222
- "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
223
- "plugin from Github</a></p>"
224
- msgstr ""
225
- "<p>La configuració següent controla com es mostra el teu calendari. Si no es "
226
- "veu bé, prova canviar les diferents opcions de la fulla d'estils o triar una "
227
- "plantilal de pàgina del teu tema.</p>Hi haurà situacions en què una "
228
- "plantilla no s'ajusti automàticament a la perfecció. Comprova el nostre <a "
229
- "href=\"%s\">our themer's guide</a> per a obtenir les instruccions per a les "
230
- "modificacions personalitzades. Vols crear una nova vista? Prèn una còpia del "
231
- "<a href=\"%s\">plugin de la vista d'agenda de mostra del Github</a></p>"
232
-
233
- #
234
- #: ../admin-views/tribe-options-display.php:49
235
- msgid "Basic Template Settings"
236
- msgstr "Opcions bàsiques de la plantilla"
237
-
238
- #
239
- #: ../admin-views/tribe-options-display.php:53
240
- msgid "Default stylesheet used for events templates"
241
- msgstr ""
242
- "Fulla d'estil per defecte utilitzada per a les plantilles d'esdeveniments"
243
-
244
- #: ../admin-views/tribe-options-display.php:56
245
- msgid "Skeleton Styles"
246
- msgstr "Estils esquelet"
247
-
248
- #: ../admin-views/tribe-options-display.php:58
249
- msgid ""
250
- "Only includes enough css to achieve complex layouts like calendar and week "
251
- "view."
252
- msgstr ""
253
-
254
- #: ../admin-views/tribe-options-display.php:60
255
- msgid "Full Styles"
256
- msgstr "Estils complets"
257
-
258
- #: ../admin-views/tribe-options-display.php:62
259
- msgid "More detailed styling, tries to grab styles from your theme."
260
- msgstr ""
261
-
262
- #
263
- #: ../admin-views/tribe-options-display.php:64
264
- msgid "Tribe Events Styles"
265
- msgstr "Estils dels Esdeveniments Tribe"
266
-
267
- #: ../admin-views/tribe-options-display.php:66
268
- msgid "A fully designed and styled theme for your events pages."
269
- msgstr ""
270
-
271
- #
272
- #: ../admin-views/tribe-options-display.php:73
273
- msgid "Events template"
274
- msgstr "Plantilla per als esdeveniments"
275
-
276
- #: ../admin-views/tribe-options-display.php:74
277
- msgid ""
278
- "Choose a page template to control the appearance of your calendar and event "
279
- "content."
280
- msgstr ""
281
- "Escull una plantilla de pàgina per a controlar l'aparença del contingut del "
282
- "teu calendari i esdveniment."
283
-
284
- #: ../admin-views/tribe-options-display.php:82
285
- msgid "Enable event views"
286
- msgstr "Habilita les vistes de l'esdeveniment"
287
-
288
- #: ../admin-views/tribe-options-display.php:83
289
- msgid "You must select at least one view."
290
- msgstr "Has de seleccionar, com a mínim, una vista."
291
-
292
- #
293
- #: ../admin-views/tribe-options-display.php:90
294
- msgid "Default view"
295
- msgstr "Vista per defecte"
296
-
297
- #: ../admin-views/tribe-options-display.php:98
298
- #, fuzzy
299
- msgid "Disable the Event Search Bar"
300
- msgstr "Utilitza la barra de cerca d'esdeveniment"
301
-
302
- #: ../admin-views/tribe-options-display.php:99
303
- #, fuzzy
304
- msgid "Check this to use the classic header."
305
- msgstr "Deselecciona això per a utilitzar el l'encapçalament clàssic."
306
-
307
- #
308
- #: ../admin-views/tribe-options-display.php:105
309
- msgid "Advanced Template Settings"
310
- msgstr "Opcions de plantilla avançades"
311
-
312
- #
313
- #: ../admin-views/tribe-options-display.php:109
314
- msgid "Add HTML before event content"
315
- msgstr "Afegeix HTML abans del contingut"
316
-
317
- #: ../admin-views/tribe-options-display.php:110
318
- msgid ""
319
- "If you are familiar with HTML, you can add additional code before the event "
320
- "template. Some themes may require this to help with styling or layout."
321
- msgstr ""
322
- "Si estàs familiaritzat amb l'HTML, pots afegir codi adicional abans de la "
323
- "plantilla d'esdeveniment. Alguns temes requereixen això per ajudar amb "
324
- "l'estilització o l'esquema."
325
-
326
- #
327
- #: ../admin-views/tribe-options-display.php:115
328
- msgid "Add HTML after event content"
329
- msgstr "Afegeix HTML després del contingut de l'esdeveniment"
330
-
331
- #: ../admin-views/tribe-options-display.php:116
332
- msgid ""
333
- "If you are familiar with HTML, you can add additional code after the event "
334
- "template. Some themes may require this to help with styling or layout."
335
- msgstr ""
336
- "Si estàs familiaritzat amb l'HTML, pots afegir codi adicional després de la "
337
- "plantilla d'esdeveniment. Alguns temes requereixen això per ajudar amb "
338
- "l'estilització o l'esquema."
339
-
340
- #: ../admin-views/tribe-options-general.php:14
341
- msgid "Finding & extending your calendar."
342
- msgstr "Trobar i extendre el teu calendari."
343
-
344
- #: ../admin-views/tribe-options-general.php:19
345
- msgid "Finding your calendar."
346
- msgstr "Trobar el teu calendari."
347
-
348
- #
349
- #: ../admin-views/tribe-options-general.php:24
350
- msgid "Where's my calendar?"
351
- msgstr "On és el meu calendari?"
352
-
353
- #: ../admin-views/tribe-options-general.php:24
354
- msgid "Right here"
355
- msgstr "Aquí mateix"
356
-
357
- #: ../admin-views/tribe-options-general.php:28
358
- msgid ""
359
- "Looking for additional functionality including recurring events, custom "
360
- "meta, community events, ticket sales and more?"
361
- msgstr ""
362
- "Voleu funcions adicionals com ara esdeveniments recurrents, metadades a "
363
- "mida, esdeveniments de la comunitat, venda d'entrades i altres?"
364
-
365
- #
366
- #: ../admin-views/tribe-options-general.php:28
367
- msgid "Check out the available add-ons"
368
- msgstr "Fés un cop d'ull als complements disponibles"
369
-
370
- #: ../admin-views/tribe-options-general.php:33
371
- msgid "We hope our plugin is helping you out."
372
- msgstr "Esperem que el nostre plugin us faci servei."
373
-
374
- #: ../admin-views/tribe-options-general.php:37
375
- msgid ""
376
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
377
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
378
- "is recognition. Add a small text-only link at the bottom of your calendar "
379
- "pointing to The Events Calendar project."
380
- msgstr ""
381
- "Estàs pensant \"Ostres, aquest plugin és genial! He de dir gràcies a Modern "
382
- "Tribe per la feina que fan.\" El major gràcies que podem demanar és "
383
- "gratitut. Afegix un petit link només de text a sota del teu calendari "
384
- "dirigit al projecte The Events Calendar."
385
-
386
- #: ../admin-views/tribe-options-general.php:37
387
- #: ../admin-views/tribe-options-general.php:42
388
- msgid "See an example of the link"
389
- msgstr "Vegueu un exemple de l'enllaç"
390
-
391
- #: ../admin-views/tribe-options-general.php:42
392
- msgid ""
393
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
394
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
395
- "is recognition. Add a small text only link at the bottom of your calendar "
396
- "pointing to The Events Calendar project."
397
- msgstr ""
398
- "Esteu pensant \"Aquest plugin és increible! Hauria d'agraïr a Modern Tribe "
399
- "la seva feina.\" El millor agraïment és el reconeixement. Afegeix un petit "
400
- "enllaç de text a sota del calendari cap al projecte The Events Calendar."
401
-
402
- #
403
- #: ../admin-views/tribe-options-general.php:47
404
- msgid "Show The Events Calendar link"
405
- msgstr "Mostra el link de The Events Calendar "
406
-
407
- #
408
- #: ../admin-views/tribe-options-general.php:61
409
- msgid "General Settings"
410
- msgstr "Opcions generals"
411
-
412
- #
413
- #: ../admin-views/tribe-options-general.php:65
414
- msgid "Number of events to show per page"
415
- msgstr "Nombre d'esdeveniments per mostrar per pàgina"
416
-
417
- #: ../admin-views/tribe-options-general.php:72
418
- msgid "Use Javascript to control page load"
419
- msgstr "Utilitzar javascript per a controlar el carregament de la pàgina"
420
-
421
- #: ../admin-views/tribe-options-general.php:73
422
- msgid "Enable ajax to live refresh content."
423
- msgstr "Permetre ajax per a refrescar el contingut en directe."
424
-
425
- #
426
- #: ../admin-views/tribe-options-general.php:79
427
- msgid "Show comments"
428
- msgstr "Mostrar els comentaris"
429
-
430
- #
431
- #: ../admin-views/tribe-options-general.php:80
432
- msgid "Enable comments on event pages."
433
- msgstr "Permetre comentaris a les pàgines dels esdeveniments."
434
-
435
- #: ../admin-views/tribe-options-general.php:86
436
- msgid "Include events in main blog loop"
437
- msgstr "Incloure els esdeveniments en el loop del bloc principal"
438
-
439
- #: ../admin-views/tribe-options-general.php:87
440
- msgid ""
441
- "Show events with the site's other posts. When this box is checked, events "
442
- "will also continue to appear on the default events page."
443
- msgstr ""
444
- "Mostra els esdeveniments amb les altres entrades de la pàgina. Si marques "
445
- "aquest requadre, els esdveniments continuaran apareixent a la pàgina per "
446
- "defecte dels esdeveniments."
447
-
448
- #: ../admin-views/tribe-options-general.php:93
449
- #: ../admin-views/tribe-options-general.php:99
450
- msgid "Events URL slug"
451
- msgstr "Adreça amigable de l'esdeveniment (slug)"
452
-
453
- #: ../admin-views/tribe-options-general.php:94
454
- #, php-format
455
- msgid ""
456
- "You cannot edit the slug for your events page as you do not have pretty "
457
- "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
458
- "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
459
- "\">enable pretty permalinks</a>."
460
- msgstr ""
461
- "No pots editar l'slug de la teva pàgina d'esdeveniments ja que no tens "
462
- "habilitats els enllaços interns (pretty permalinks). La URL actual per a la "
463
- "teva pàgina d'esdeveniments és <a href=\"%s\">%s</a>. Per tal de editar "
464
- "l'slug aquí, <a href=\"%soptions-permalink.php\">activa els enllaços "
465
- "interns</a>."
466
-
467
- #: ../admin-views/tribe-options-general.php:106
468
- #: ../public/template-tags/options.php:20
469
- msgid "The slug used for building the events URL."
470
- msgstr "L'adreça amigable emprada per construïr l'adreça dels esdeveniments."
471
-
472
- #: ../admin-views/tribe-options-general.php:106
473
- #, php-format
474
- msgid "Your current events URL is: %s"
475
- msgstr "La URL actual dels teus esdeveniments és: %s"
476
-
477
- #: ../admin-views/tribe-options-general.php:111
478
- #: ../public/template-tags/options.php:43
479
- msgid "Here is the iCal feed URL for your events:"
480
- msgstr "L'adreça del canal d'iCal pels vostres esdeveniments:"
481
-
482
- #
483
- #: ../admin-views/tribe-options-general.php:116
484
- msgid "Single event URL slug"
485
- msgstr "Slug d'esdeveniment únic"
486
-
487
- #: ../admin-views/tribe-options-general.php:123
488
- #, php-format
489
- msgid ""
490
- "The above should ideally be plural, and this singular.<br />Your single "
491
- "event URL is: %s"
492
- msgstr ""
493
- "Lo anterior hauria de ser idealment plural, i això singular.<br />La URL del "
494
- "teu esdeveniment únic és: %s"
495
-
496
- #: ../admin-views/tribe-options-general.php:128
497
- msgid "End of day cutoff"
498
- msgstr "Tall per al final del dia"
499
-
500
- #: ../admin-views/tribe-options-general.php:136
501
- msgid ""
502
- "Have events that run past midnight? Control when your day official ends to "
503
- "avoid awkwardly adding your event to the next day."
504
- msgstr ""
505
- "Tens esdeveniments que van més enllà de la mitjanit? Controla quan acaba "
506
- "oficialment el teu dia per evitar haver d'afegir enutjosament l'esdeveniment "
507
- "al dia següent."
508
-
509
- #: ../admin-views/tribe-options-general.php:141
510
- msgid "Default currency symbol"
511
- msgstr "Símbol de la moneda per defecte"
512
-
513
- #: ../admin-views/tribe-options-general.php:142
514
- msgid ""
515
- "Set the default currency symbol for event costs. Note that this only impacts "
516
- "future events, and changes made will not apply retroactively."
517
- msgstr ""
518
- "Determinar el símbol de la moneda per defecte per als costos de "
519
- "l'esdeveniment. Fixa't que això només afecte als esdeveniments propers, i "
520
- "els canvis fets no tindran efecter retroactius."
521
-
522
- #
523
- #: ../admin-views/tribe-options-general.php:149
524
- msgid "Map Settings"
525
- msgstr "Opcions de mapa"
526
-
527
- #: ../admin-views/tribe-options-general.php:153
528
- msgid "Enable Google Maps"
529
- msgstr "Activa Google Maps"
530
-
531
- #: ../admin-views/tribe-options-general.php:154
532
- msgid "Check to enable maps for events and venues."
533
- msgstr "Marcar per a permetre mapes per a esdeveniments i llocs."
534
-
535
- #: ../admin-views/tribe-options-general.php:161
536
- #, fuzzy
537
- msgid "Google Maps default zoom level"
538
- msgstr "Nivell de zoom predeterminat a Google Maps"
539
-
540
- #
541
- #: ../admin-views/tribe-options-general.php:162
542
- msgid "0 = zoomed out; 21 = zoomed in."
543
- msgstr "0 = lluny; 21 = aprop."
544
-
545
- #
546
- #: ../admin-views/tribe-options-general.php:170
547
- msgid "Miscellaneous Settings"
548
- msgstr "Opcions vàries"
549
-
550
- #: ../admin-views/tribe-options-general.php:174
551
- msgid "Duplicate Venues &amp; Organizers"
552
- msgstr "Duplica els llocs &amp; Organitzadors."
553
-
554
- #: ../admin-views/tribe-options-general.php:174
555
- #: ../lib/tribe-amalgamator.php:252
556
- msgid "Merge Duplicates"
557
- msgstr "Fusiona duplicats"
558
-
559
- #: ../admin-views/tribe-options-general.php:174
560
- msgid ""
561
- "You might find duplicate venues and organizers when updating The Events "
562
- "Calendar from a pre-3.0 version. Click this button to automatically merge "
563
- "identical venues and organizers."
564
- msgstr ""
565
- "Pots trobar llocs duplicats i organitzadors quan actualitzis el calendari "
566
- "The Events Calendar des d'una versió pre-3.0. Clica aquest butó per a "
567
- "fusionar llocs i organitzadors idèntics."
568
-
569
- #
570
- #: ../admin-views/tribe-options-general.php:179
571
- msgid "Debug mode"
572
- msgstr "Debut mode"
573
-
574
- #: ../admin-views/tribe-options-general.php:185
575
- #, php-format
576
- msgid ""
577
- "Enable this option to log debug information. By default this will log to "
578
- "your server PHP error log. If you'd like to see the log messages in your "
579
- "browser, then we recommend that you install the %s and look for the \"Tribe"
580
- "\" tab in the debug output."
581
- msgstr ""
582
- "Activa aquesta opció per registrar informació de depuració. Per defecte "
583
- "s'enregistrarà al registre d'errors de PHP del vostre servidor. Si voleu "
584
- "veure els missatges enregistrats al vostre navegador, ua recomanem que "
585
- "instal·leu el %s i mireu la pestanya \"Tribe\" al resultat de la depuració."
586
-
587
- #: ../admin-views/tribe-options-general.php:185
588
- msgid "Debug Bar Plugin"
589
- msgstr "plugin Debug Bar"
590
-
591
- #: ../admin-views/tribe-options-help.php:18
592
- msgctxt "not available"
593
- msgid "n/a"
594
- msgstr "n/d (no disponible)"
595
-
596
- #: ../admin-views/tribe-options-help.php:19
597
- msgid "You need to upgrade!"
598
- msgstr "Heu d'actualitzar!"
599
-
600
- #: ../admin-views/tribe-options-help.php:19
601
- msgid "You are up to date!"
602
- msgstr "Esteu actualitzat!"
603
-
604
- #
605
- #: ../admin-views/tribe-options-help.php:42
606
- msgid "The Events Calendar PRO"
607
- msgstr "The Events Calendar PRO"
608
-
609
- #: ../admin-views/tribe-options-help.php:46
610
- msgid "Eventbrite Tickets"
611
- msgstr "Entrades Eventbrite"
612
-
613
- #: ../admin-views/tribe-options-help.php:50
614
- msgid "Community Events"
615
- msgstr "Esdeveniments de la comunitat"
616
-
617
- #
618
- #: ../admin-views/tribe-options-help.php:54
619
- msgid "Facebook Events"
620
- msgstr "Esdeveniments de Facebook"
621
-
622
- #: ../admin-views/tribe-options-help.php:58
623
- msgid "WooTickets"
624
- msgstr "WooTickets"
625
-
626
- #: ../admin-views/tribe-options-help.php:63
627
- msgid "Faceted Filters"
628
- msgstr "Filtres multifacètics"
629
-
630
- #: ../admin-views/tribe-options-help.php:71
631
- msgid "Documentation"
632
- msgstr "Documentació"
633
-
634
- #: ../admin-views/tribe-options-help.php:75
635
- msgid "FAQ"
636
- msgstr "Preguntes freqüents"
637
-
638
- #: ../admin-views/tribe-options-help.php:79
639
- #: ../lib/the-events-calendar.class.php:743
640
- #: ../lib/the-events-calendar.class.php:3889
641
- #: ../lib/the-events-calendar.class.php:3980
642
- msgid "Help"
643
- msgstr "Ajuda"
644
-
645
- #: ../admin-views/tribe-options-help.php:83
646
- msgid "Tutorials"
647
- msgstr "Tutorials"
648
-
649
- #: ../admin-views/tribe-options-help.php:87
650
- msgid "Release Notes"
651
- msgstr "Informació de versions"
652
-
653
- #: ../admin-views/tribe-options-help.php:91
654
- msgid "Forums"
655
- msgstr "Fòrums"
656
-
657
- #: ../admin-views/tribe-options-help.php:99
658
- msgid ""
659
- "If this is your first time using The Events Calendar, you're in for a treat "
660
- "and are already well on your way to creating a first event. Here are some "
661
- "basics we've found helpful for users jumping into it for the first time:"
662
- msgstr ""
663
-
664
- #: ../admin-views/tribe-options-help.php:102
665
- #, php-format
666
- msgid ""
667
- "%sOur New User Primer%s was designed for folks in your exact position. "
668
- "Featuring both step-by-step videos and written walkthroughs that feature "
669
- "accompanying screenshots, the primer aims to take you from zero to hero in "
670
- "no time."
671
- msgstr ""
672
-
673
- #: ../admin-views/tribe-options-help.php:104
674
- #, php-format
675
- msgid ""
676
- "%sInstallation/Setup FAQs%s from our support page can help give an overview "
677
- "of what the plugin can and cannot do. This section of the FAQs may be "
678
- "helpful as it aims to address any basic install questions not addressed by "
679
- "the new user primer."
680
- msgstr ""
681
-
682
- #: ../admin-views/tribe-options-help.php:106
683
- #, php-format
684
- msgid ""
685
- "Are you developer looking to build your own frontend view? We created an "
686
- "example plugin that demonstrates how to register a new view. You can "
687
- "%sdownload the plugin at GitHub%s to get started."
688
- msgstr ""
689
-
690
- #: ../admin-views/tribe-options-help.php:108
691
- msgid ""
692
- "Otherwise, if you're feeling adventurous, you can get started by heading to "
693
- "the Events menu and adding your first event."
694
- msgstr ""
695
-
696
- #: ../admin-views/tribe-options-help.php:112
697
- #, php-format
698
- msgid ""
699
- "We've redone our support page from the ground up in an effort to better help "
700
- "our users. Head over to our %sSupport Page%s and you'll find lots of great "
701
- "resources, including:"
702
- msgstr ""
703
-
704
- #: ../admin-views/tribe-options-help.php:114
705
- #, php-format
706
- msgid ""
707
- "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
708
- "&amp; Events Calendar PRO"
709
- msgstr ""
710
-
711
- #: ../admin-views/tribe-options-help.php:116
712
- #, php-format
713
- msgid ""
714
- "%sFrequently Asked Questions%s ranging from the most basic setup questions "
715
- "to advanced themer tweaks"
716
- msgstr ""
717
-
718
- #: ../admin-views/tribe-options-help.php:118
719
- #, php-format
720
- msgid ""
721
- "%sTutorials%s written by both members of our team and users from the "
722
- "community, covering custom queries, integration with third-party themes and "
723
- "plugins, etc."
724
- msgstr ""
725
-
726
- #: ../admin-views/tribe-options-help.php:120
727
- msgid ""
728
- "Release notes for painting an overall picture of the plugin's lifecycle and "
729
- "when features/bug fixes were introduced."
730
- msgstr ""
731
-
732
- #: ../admin-views/tribe-options-help.php:122
733
- #, php-format
734
- msgid ""
735
- "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
736
- "The Events Calendar (including WooTickets, Community Events, Eventbrite "
737
- "Tickets, Facebook Events, etc)"
738
- msgstr ""
739
-
740
- #: ../admin-views/tribe-options-help.php:124
741
- #, php-format
742
- msgid ""
743
- "We've also got a %sModern Tribe UserVoice%s page where we're actively "
744
- "watching for feature ideas from the community. If after playing with the "
745
- "plugin and reviewing the resources above, you're finding a feature isn't "
746
- "present that should be, let us know. Vote up existing feature requests or "
747
- "add your own, and help us shape the future of the products business in a way "
748
- "that best meets the community's needs."
749
- msgstr ""
750
-
751
- #: ../admin-views/tribe-options-help.php:128
752
- #, php-format
753
- msgid ""
754
- "Written documentation can only take things so far...sometimes, you need help "
755
- "from a real person. This is where our %ssupport forums%s come into play."
756
- msgstr ""
757
-
758
- #: ../admin-views/tribe-options-help.php:129
759
- #, php-format
760
- msgid ""
761
- "Users of the free The Events Calendar should post their support concerns to "
762
- "the plugin's %sWordPress.org support forum%s. While we are happy to help "
763
- "identify and fix bugs that are reported at WordPress.org, please make sure "
764
- "to read our %ssupport expectations sticky thread%s before posting so you "
765
- "understand our limitations."
766
- msgstr ""
767
-
768
- #: ../admin-views/tribe-options-help.php:130
769
- msgid ""
770
- "We hit the WordPress.org forum throughout the week, watching for bugs. If "
771
- "you report a legitimate bug that we're able to reproduce, we will log it and "
772
- "patch for an upcoming release. However we are unfortunately unable to "
773
- "provide customization tips or assist in integrating with 3rd party plugins "
774
- "or themes."
775
- msgstr ""
776
-
777
- #: ../admin-views/tribe-options-help.php:131
778
- #, php-format
779
- msgid ""
780
- "If you're a user of The Events Calendar and would like more support, please "
781
- "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
782
- "deeper level of customization/integration support for paying users than we "
783
- "can on WordPress.org."
784
- msgstr ""
785
-
786
- #: ../admin-views/tribe-options-help.php:135
787
- #, fuzzy, php-format
788
- msgid ""
789
- "If you find that you aren't getting the level of service you've come to "
790
- "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
791
- "why. We'll do what we can to make it right."
792
- msgstr ""
793
- "Dispara'ns un e-mail a %s o tuiteja'ns %s i digue'ns per què. Farem el que "
794
- "poguem per a fer-ho bé."
795
-
796
- #: ../admin-views/tribe-options-help.php:136
797
- msgid "More..."
798
- msgstr "Més…"
799
-
800
- #: ../admin-views/tribe-options-help.php:144
801
- msgid ""
802
- "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
803
- "for installing our labor of love!"
804
- msgstr ""
805
- "Ep! Som Modern Tribe i som aquí per ajudar-te. Gràcies per instal·lar-te la "
806
- "nostra tasca estimada!"
807
-
808
- #: ../admin-views/tribe-options-help.php:150
809
- msgid "Getting Started"
810
- msgstr "Primers passos"
811
-
812
- #: ../admin-views/tribe-options-help.php:153
813
- #, fuzzy
814
- msgid "Support Resources To Help You Kick Ass"
815
- msgstr "Recursos per ajudar-vos a ser collonut"
816
-
817
- #: ../admin-views/tribe-options-help.php:156
818
- #, fuzzy
819
- msgid "Forums: Because Everyone Needs A Buddy"
820
- msgstr "Tothom necessita un amic"
821
-
822
- #: ../admin-views/tribe-options-help.php:159
823
- msgid "Not getting help?"
824
- msgstr ""
825
-
826
- #: ../admin-views/tribe-options-help.php:169
827
- #: ../lib/the-events-calendar.class.php:486
828
- #: ../lib/tribe-settings.class.php:135
829
- msgid "The Events Calendar"
830
- msgstr "The Events Calendar"
831
-
832
- #: ../admin-views/tribe-options-help.php:173
833
- msgid "Latest Version:"
834
- msgstr "Última versió"
835
-
836
- #: ../admin-views/tribe-options-help.php:174
837
- msgid "Author:"
838
- msgstr "Autor:"
839
-
840
- #: ../admin-views/tribe-options-help.php:174
841
- msgid "Modern Tribe Inc"
842
- msgstr "Modern Tribe Inc"
843
-
844
- #: ../admin-views/tribe-options-help.php:175
845
- msgid "Requires:"
846
- msgstr "Requereix:"
847
-
848
- #: ../admin-views/tribe-options-help.php:175
849
- msgid "WordPress "
850
- msgstr "WordPress "
851
-
852
- #: ../admin-views/tribe-options-help.php:176
853
- msgid "Wordpress.org Plugin Page"
854
- msgstr "Pàgina de plugins de Wordpress.org"
855
-
856
- #: ../admin-views/tribe-options-help.php:181
857
- msgid "Average Rating"
858
- msgstr "Valoració mitjana"
859
-
860
- #: ../admin-views/tribe-options-help.php:185
861
- #, php-format
862
- msgid "Based on %d rating"
863
- msgid_plural "Based on %d ratings"
864
- msgstr[0] "Basat en classificació %d "
865
- msgstr[1] "Basat en classificacions %d "
866
-
867
- #: ../admin-views/tribe-options-help.php:186
868
- msgid "Give us 5 stars!"
869
- msgstr "Doneu-nos 5 estrelles!"
870
-
871
- #: ../admin-views/tribe-options-help.php:189
872
- msgid "Premium Add-Ons"
873
- msgstr "Complements prèmium"
874
-
875
- #: ../admin-views/tribe-options-help.php:195
876
- msgid "(Coming Soon!)"
877
- msgstr "(Aviat!)"
878
-
879
- #: ../admin-views/tribe-options-help.php:202
880
- msgid "News and Tutorials"
881
- msgstr "Notícies i tutorials"
882
-
883
- #
884
- #: ../admin-views/tribe-options-network.php:14
885
- msgid "Network Settings"
886
- msgstr "Opcions de xarxa"
887
-
888
- #: ../admin-views/tribe-options-network.php:18
889
- msgid ""
890
- "This is where all of the global network settings for Modern Tribe's The "
891
- "Events Calendar can be modified."
892
- msgstr ""
893
- "Aquí és on es poden modificar totes les opcions per a la xarxa de Modern "
894
- "Tribe The Events Calendar."
895
-
896
- #: ../admin-views/tribe-options-network.php:26
897
- msgid "Hide the following settings tabs on every site:"
898
- msgstr "Amaga les següents pestanyes a cada pàgina:"
899
-
900
- #: ../admin-views/venue-meta-box.php:20
901
- msgid "Venue Name:"
902
- msgstr "Nom del recinte:"
903
-
904
- #: ../admin-views/venue-meta-box.php:27
905
- #: ../public/advanced-functions/meta.php:371
906
- msgid "Address:"
907
- msgstr "Adreça:"
908
-
909
- #: ../admin-views/venue-meta-box.php:31
910
- msgid "City:"
911
- msgstr "Ciutat:"
912
-
913
- #: ../admin-views/venue-meta-box.php:35
914
- msgid "Country:"
915
- msgstr "Pais:"
916
-
917
- #: ../admin-views/venue-meta-box.php:73
918
- msgid "State or Province:"
919
- msgstr "Provincia:"
920
-
921
- #: ../admin-views/venue-meta-box.php:76
922
- msgid "Select a State:"
923
- msgstr "Escolliu una provincia:"
924
-
925
- #: ../admin-views/venue-meta-box.php:89
926
- msgid "Postal Code:"
927
- msgstr "Codi postal:"
928
-
929
- #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
930
- msgid "Show Google Map:"
931
- msgstr "Mostra Google Maps"
932
-
933
- #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
934
- msgid "Show Google Maps Link:"
935
- msgstr "Mostra l'enllaç a Google Maps"
936
-
937
- #: ../admin-views/widget-admin-list.php:11
938
- msgid "Title:"
939
- msgstr "Títol:"
940
-
941
- #: ../admin-views/widget-admin-list.php:16
942
- msgid "Show:"
943
- msgstr "Espectacle:"
944
-
945
- #: ../admin-views/widget-admin-list.php:24
946
- msgid "Show widget only if there are upcoming events:"
947
- msgstr "Mostra el giny només si hi ha propers esdeveniments:"
948
-
949
- #: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
950
- #: ../lib/tickets/tribe-tickets-pro.php:73
951
- msgid "Attendees"
952
- msgstr "Assistents"
953
-
954
- #
955
- #: ../admin-views/tickets/attendees.php:14
956
- msgid "Event Summary"
957
- msgstr "Resum de l'esdeveniment"
958
-
959
- #
960
- #: ../admin-views/tickets/attendees.php:22
961
- msgid "Event Details"
962
- msgstr "Detalls de l'esdeveniment"
963
-
964
- #: ../admin-views/tickets/attendees.php:24
965
- msgid "Start Date / Time:"
966
- msgstr "Data i hora d'inici"
967
-
968
- #: ../admin-views/tickets/attendees.php:26
969
- msgid "End Date / Time:"
970
- msgstr "Data i hora de finalització"
971
-
972
- #: ../admin-views/tickets/attendees.php:34
973
- msgid "Venue:"
974
- msgstr "Recinte:"
975
-
976
- #
977
- #: ../admin-views/tickets/attendees.php:52
978
- msgid "Ticket Sales"
979
- msgstr "Venda d'entrades"
980
-
981
- #: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
982
- #, php-format
983
- msgid "Sold %d"
984
- msgstr "Venuts %d"
985
-
986
- #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
987
- #, php-format
988
- msgid "Sold %d of %d"
989
- msgstr "Venuts %d de %d"
990
-
991
- #
992
- #: ../admin-views/tickets/attendees.php:81
993
- msgid "Tickets sold:"
994
- msgstr "Entrades venudes:"
995
-
996
- #: ../admin-views/tickets/attendees.php:85
997
- msgid "Checked in:"
998
- msgstr "Registrat:"
999
-
1000
- #: ../admin-views/tickets/attendees.php:105
1001
- msgid "Send the attendee list by email"
1002
- msgstr "Envia la llista d'assistents per e-mail"
1003
-
1004
- #
1005
- #: ../admin-views/tickets/attendees.php:109
1006
- msgid "Select a User:"
1007
- msgstr "Selecciona un usuari:"
1008
-
1009
- #: ../admin-views/tickets/attendees.php:110
1010
- msgid "Select..."
1011
- msgstr "Selecciona…"
1012
-
1013
- #: ../admin-views/tickets/attendees.php:112
1014
- msgid "or"
1015
- msgstr "o"
1016
-
1017
- #
1018
- #: ../admin-views/tickets/attendees.php:114
1019
- msgid "Email Address:"
1020
- msgstr "Adreça e-mail:"
1021
-
1022
- #: ../admin-views/tickets/list.php:21
1023
- msgid "Edit"
1024
- msgstr "Edició"
1025
-
1026
- #: ../admin-views/tickets/list.php:22
1027
- msgid "Delete"
1028
- msgstr "Esborra"
1029
-
1030
- #: ../admin-views/tickets/list.php:24
1031
- #, php-format
1032
- msgid "Edit in %s"
1033
- msgstr "Edita en %s"
1034
-
1035
- #: ../admin-views/tickets/list.php:27
1036
- #: ../lib/tribe-admin-events-list.class.php:53
1037
- msgid "View"
1038
- msgstr "Mostra"
1039
-
1040
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
1041
- msgid "See who purchased tickets to this event"
1042
- msgstr "Veure qui ha comprat bitllet d'entrada per aquest esdeveniment"
1043
-
1044
- #: ../admin-views/tickets/meta-box.php:21
1045
- msgid ""
1046
- "This event was created using Community Events. Are you sure you want to sell "
1047
- "tickets for it?"
1048
- msgstr ""
1049
- "Aquest esdeveniment ha estat creat utilitzant Community Events. Estàs segur "
1050
- "que vols vendre bitllets d'entrada per a aquest esdeveniment?"
1051
-
1052
- #: ../admin-views/tickets/meta-box.php:32
1053
- msgid "Upload image for the ticket header"
1054
- msgstr "Puja una imatge per a la capçalera del bitllet l'entrada (ticket)"
1055
-
1056
- #: ../admin-views/tickets/meta-box.php:33
1057
- msgid ""
1058
- "The maximum image size in the email will be 580px wide by any height, and "
1059
- "then scaled for mobile. If you would like \"retina\" support use an image "
1060
- "sized to 1160px wide."
1061
- msgstr ""
1062
- "La mida màxima de la imatge per a e-mail serà de 580px d'amplada per "
1063
- "qualsevol alçada, i després s'escalarà per a mòvil. Si prefereixes suport "
1064
- "per a \"retina\" utilitza una imatge de 1160px d'amplada. "
1065
-
1066
- #
1067
- #: ../admin-views/tickets/meta-box.php:36
1068
- msgid "Select an Image"
1069
- msgstr "Selecciona una imatge"
1070
-
1071
- #: ../admin-views/tickets/meta-box.php:44
1072
- msgid "Remove"
1073
- msgstr "Treu"
1074
-
1075
- #
1076
- #: ../admin-views/tickets/meta-box.php:62
1077
- #: ../admin-views/tickets/meta-box.php:72
1078
- msgid "Add new ticket"
1079
- msgstr "Afegeix un nou bitllet d'entrada"
1080
-
1081
- #
1082
- #: ../admin-views/tickets/meta-box.php:73
1083
- msgid "Edit ticket"
1084
- msgstr "Edita el bitllet d'entrada"
1085
-
1086
- #: ../admin-views/tickets/meta-box.php:79
1087
- msgid "Sell using:"
1088
- msgstr "Vendre utilitzant:"
1089
-
1090
- #
1091
- #: ../admin-views/tickets/meta-box.php:96
1092
- msgid "Ticket Name:"
1093
- msgstr "Nom del bitllet d'entrada:"
1094
-
1095
- #: ../admin-views/tickets/meta-box.php:103
1096
- msgid "Ticket Description:"
1097
- msgstr "Descripció del bitllet d'entrada:"
1098
-
1099
- #: ../admin-views/tickets/meta-box.php:112
1100
- msgid "Price:"
1101
- msgstr "Preu:"
1102
-
1103
- #
1104
- #: ../admin-views/tickets/meta-box.php:124
1105
- msgid "Start sale:"
1106
- msgstr "La venda comença:"
1107
-
1108
- #
1109
- #: ../admin-views/tickets/meta-box.php:148
1110
- msgid "End sale:"
1111
- msgstr "La venda acaba:"
1112
-
1113
- #: ../admin-views/tickets/meta-box.php:170
1114
- msgid ""
1115
- "When will ticket sales occur? If you don't set a start/end date for sales, "
1116
- "tickets will be available from now until the event ends."
1117
- msgstr ""
1118
- "Quan tindrà lloc la venda de bitllets d'entrada? Si no estableixes una data "
1119
- "d'inici i fi de la venda, els bitllets d'entrada estaran disponibles des "
1120
- "d'ara mateix fins que acabi l'esdeveniment."
1121
-
1122
- #: ../lib/the-events-calendar.class.php:491
1123
- msgid "month"
1124
- msgstr "mes"
1125
-
1126
- #: ../lib/the-events-calendar.class.php:492
1127
- msgid "upcoming"
1128
- msgstr "proper"
1129
-
1130
- #: ../lib/the-events-calendar.class.php:493
1131
- msgid "past"
1132
- msgstr "passat"
1133
-
1134
- #: ../lib/the-events-calendar.class.php:495
1135
- msgid "venue"
1136
- msgstr "recinte"
1137
-
1138
- #: ../lib/the-events-calendar.class.php:509
1139
- #, php-format
1140
- msgid "Initializing Tribe Events on %s"
1141
- msgstr "Els esdeveniments Tribe comencen a %s"
1142
-
1143
- #: ../lib/the-events-calendar.class.php:622
1144
- #, php-format
1145
- msgid ""
1146
- "Your version of The Events Calendar is not up-to-date with one of your The "
1147
- "Events Calendar add-ons. Please %supdate now.%s"
1148
- msgstr ""
1149
- "La teva versió de The Events Calendar no està actualitzada amb els teus "
1150
- "complements de The Events Calendar. Siusplau, %sactualitza ara.%s"
1151
-
1152
- #: ../lib/the-events-calendar.class.php:639
1153
- #, fuzzy, php-format
1154
- msgid ""
1155
- "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1156
- "dependencies on The Events Calendar and will not function properly unless "
1157
- "paired with the right version. %sWant to pair an older version%s?"
1158
- msgstr ""
1159
- "Els següents plugins estan actualitzats: <b>% s </ b>. Si us plau"
1160
- "%sactualitza ara% s. Tots els complements contenen dependències en el "
1161
- "calendari d'esdeveniments i no funcionaran si no es combina amb la versió "
1162
- "correcta. %sVols combinar una versió%s anterior?"
1163
-
1164
- #: ../lib/the-events-calendar.class.php:703
1165
- #: ../lib/the-events-calendar.class.php:738
1166
- #: ../lib/the-events-calendar.class.php:740
1167
- msgid "Licenses"
1168
- msgstr "Llicència"
1169
-
1170
- #: ../lib/the-events-calendar.class.php:707
1171
- #, fuzzy, php-format
1172
- msgid ""
1173
- "<p>The license key you received when completing your purchase from %s will "
1174
- "grant you access to support and updates until it expires. You do not need to "
1175
- "enter the key below for the plugins to work, but you will need to enter it "
1176
- "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
1177
- "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1178
- "unique license key. Simply paste the key into its appropriate field on "
1179
- "below, and give it a moment to validate. You know you're set when a green "
1180
- "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1181
- "seeing a red message telling you that your key isn't valid or is out of "
1182
- "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1183
- "installs or renew / upgrade your license.</p><p>Not seeing an update but "
1184
- "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1185
- "and click \"Check Again\".</p>"
1186
- msgstr ""
1187
- "<p> La clau de llicència que va rebre en finalitzar la teva compra de %s et "
1188
- "permetrà l'accés a suport i actualitzacions fins que expiri. No cal "
1189
- "introduir la següent clau per tal que els plugins funcionin, però l'hauràs "
1190
- "d'entrar per a obtenir actualitzacions automàtiques. <strong> Pots trobar "
1191
- "les claus de llicència en <a href=\"%s\">%s</a></strong>.</p> <p> Cada "
1192
- "complement de pagament té la seva pròpia clau única de llicència. Simplement "
1193
- "enganxa la clau al camp corresponent de més avall, i dóna-li un moment per "
1194
- "validar. Sabràs que està a punt quan la data de venciment verd apareix al "
1195
- "costat d'un missatge \"valid\" . </p> <p> Si apareix un missatge en "
1196
- "vermell que indica que la clau no és vàlida o està fora d'instal·lacions, "
1197
- "visita [entrar enllaç a compte / llicències] per administrar les seves "
1198
- "instal.lacions o renovar / actualitzar la seva llicència. </ p> <p>No veus "
1199
- "una actualització però n'estàs esperant una? Al WordPress, vés a <a href="
1200
- "\"%s\"> Dashboard> Actualitzacions </ a> i fés clic a \"Comprova de nou \". "
1201
- "</ P>"
1202
-
1203
- #: ../lib/the-events-calendar.class.php:730
1204
- msgid "General"
1205
- msgstr "General"
1206
-
1207
- #: ../lib/the-events-calendar.class.php:731
1208
- msgid "Display"
1209
- msgstr "Mostrar"
1210
-
1211
- #: ../lib/the-events-calendar.class.php:782
1212
- #, php-format
1213
- msgid ""
1214
- "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1215
- "your WordPress install."
1216
- msgstr ""
1217
- "The Events Calendar necessita de WordPress %s o superior. Actualitzeu el "
1218
- "vostre WordPress."
1219
-
1220
- #: ../lib/the-events-calendar.class.php:785
1221
- #, php-format
1222
- msgid ""
1223
- "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1224
- "about moving you to a newer version of PHP."
1225
- msgstr ""
1226
- "The Events Calendar necessita de PHP %s o superior. Contacteu el vostre "
1227
- "proveïdor d'hostatge per actualitzar a una versió superior de PHP."
1228
-
1229
- #: ../lib/the-events-calendar.class.php:1000 ../lib/widget-list.class.php:151
1230
- #: ../public/template-tags/loop.php:137
1231
- msgid "Upcoming Events"
1232
- msgstr "Propers esdeveniments"
1233
-
1234
- #: ../lib/the-events-calendar.class.php:1003
1235
- #: ../public/template-tags/loop.php:165
1236
- msgid "Past Events"
1237
- msgstr "Esdeveniments passats"
1238
-
1239
- #: ../lib/the-events-calendar.class.php:1008
1240
- #: ../lib/the-events-calendar.class.php:1015
1241
- #, php-format
1242
- msgid "Events for %s"
1243
- msgstr "Esdeveniments per %s"
1244
-
1245
- #: ../lib/the-events-calendar.class.php:1010
1246
- msgid "Events this month"
1247
- msgstr "Esdeveniments d'aquest mes"
1248
-
1249
- #: ../lib/the-events-calendar.class.php:1022
1250
- #, php-format
1251
- msgid "Events at %s"
1252
- msgstr "Esdeveniments a %s"
1253
-
1254
- #: ../lib/the-events-calendar.class.php:1041
1255
- msgid "No description has been entered for this event."
1256
- msgstr "Aquest esdeveniment no té descripció."
1257
-
1258
- #: ../lib/the-events-calendar.class.php:1303
1259
- msgid "category"
1260
- msgstr "categoria"
1261
-
1262
- #: ../lib/the-events-calendar.class.php:1313
1263
- msgid "tag"
1264
- msgstr "etiqueta"
1265
-
1266
- #: ../lib/the-events-calendar.class.php:1340
1267
- #: ../lib/the-events-calendar.class.php:3820
1268
- #: ../lib/the-events-calendar.class.php:3880
1269
- msgid "Events"
1270
- msgstr "Esdeveniments"
1271
-
1272
- #: ../lib/the-events-calendar.class.php:1341
1273
- msgid "Event"
1274
- msgstr "Esdeveniment"
1275
-
1276
- #: ../lib/the-events-calendar.class.php:1342
1277
- #: ../lib/the-events-calendar.class.php:1355
1278
- #: ../lib/the-events-calendar.class.php:1368
1279
- msgid "Add New"
1280
- msgstr "Afegeix"
1281
-
1282
- #: ../lib/the-events-calendar.class.php:1343
1283
- msgid "Add New Event"
1284
- msgstr "Afegeix esdeveniment"
1285
-
1286
- #: ../lib/the-events-calendar.class.php:1344
1287
- msgid "Edit Event"
1288
- msgstr "Edita esdeveniment"
1289
-
1290
- #: ../lib/the-events-calendar.class.php:1345
1291
- msgid "New Event"
1292
- msgstr "Nou esdeveniment"
1293
-
1294
- #: ../lib/the-events-calendar.class.php:1346
1295
- msgid "View Event"
1296
- msgstr "Mostra esdeveniment"
1297
-
1298
- #: ../lib/the-events-calendar.class.php:1347
1299
- msgid "Search Events"
1300
- msgstr "Cerca esdeveniments"
1301
-
1302
- #: ../lib/the-events-calendar.class.php:1348
1303
- msgid "No events found"
1304
- msgstr "No s'ha trobat cap esdeveniment"
1305
-
1306
- #: ../lib/the-events-calendar.class.php:1349
1307
- msgid "No events found in Trash"
1308
- msgstr "No s'ha trobat cap esdeveniment a la paperera"
1309
-
1310
- #: ../lib/the-events-calendar.class.php:1353
1311
- #: ../lib/the-events-calendar.class.php:1465
1312
- msgid "Venues"
1313
- msgstr "Recintes"
1314
-
1315
- #: ../lib/the-events-calendar.class.php:1354
1316
- #: ../public/advanced-functions/meta.php:331 ../views/tickets/email.php:343
1317
- msgid "Venue"
1318
- msgstr "Recinte"
1319
-
1320
- #: ../lib/the-events-calendar.class.php:1356
1321
- msgid "Add New Venue"
1322
- msgstr "Afegeix recinte"
1323
-
1324
- #: ../lib/the-events-calendar.class.php:1357
1325
- msgid "Edit Venue"
1326
- msgstr "Edita recinte"
1327
-
1328
- #: ../lib/the-events-calendar.class.php:1358
1329
- msgid "New Venue"
1330
- msgstr "Nou recinte"
1331
-
1332
- #: ../lib/the-events-calendar.class.php:1359
1333
- msgid "View Venue"
1334
- msgstr "Mostra recinte"
1335
-
1336
- #: ../lib/the-events-calendar.class.php:1360
1337
- msgid "Search Venues"
1338
- msgstr "Cerca recintes"
1339
-
1340
- #: ../lib/the-events-calendar.class.php:1361
1341
- msgid "No venue found"
1342
- msgstr "No s'ha trobat cap recinte"
1343
-
1344
- #: ../lib/the-events-calendar.class.php:1362
1345
- msgid "No venues found in Trash"
1346
- msgstr "No s'ha trobat cap recinte a la paperera"
1347
-
1348
- #: ../lib/the-events-calendar.class.php:1366
1349
- #: ../lib/the-events-calendar.class.php:1466
1350
- msgid "Organizers"
1351
- msgstr "Organitzadors"
1352
-
1353
- #: ../lib/the-events-calendar.class.php:1367
1354
- #: ../public/advanced-functions/meta.php:393 ../views/tickets/email.php:362
1355
- msgid "Organizer"
1356
- msgstr "Organitzador"
1357
-
1358
- #: ../lib/the-events-calendar.class.php:1369
1359
- msgid "Add New Organizer"
1360
- msgstr "Afegeix organitzador"
1361
-
1362
- #: ../lib/the-events-calendar.class.php:1370
1363
- msgid "Edit Organizer"
1364
- msgstr "Edita organitzador"
1365
-
1366
- #: ../lib/the-events-calendar.class.php:1371
1367
- msgid "New Organizer"
1368
- msgstr "Nou organitzador"
1369
-
1370
- #
1371
- #: ../lib/the-events-calendar.class.php:1372
1372
- msgid "View Organizer"
1373
- msgstr "Veure organitzador"
1374
-
1375
- #: ../lib/the-events-calendar.class.php:1373
1376
- msgid "Search Organizers"
1377
- msgstr "Cerca organitzadors"
1378
-
1379
- #: ../lib/the-events-calendar.class.php:1374
1380
- msgid "No organizer found"
1381
- msgstr "No s'ha trobat cap organitzador"
1382
-
1383
- #: ../lib/the-events-calendar.class.php:1375
1384
- msgid "No organizers found in Trash"
1385
- msgstr "No s'ha trobat cap organitzador a la paperera"
1386
-
1387
- #: ../lib/the-events-calendar.class.php:1379
1388
- #: ../lib/tribe-admin-events-list.class.php:217
1389
- msgid "Event Categories"
1390
- msgstr "Categoríes d'esdeveniments"
1391
-
1392
- #: ../lib/the-events-calendar.class.php:1380
1393
- #: ../public/template-tags/general.php:276
1394
- msgid "Event Category"
1395
- msgstr "Categoria d'esdeveniments"
1396
-
1397
- #: ../lib/the-events-calendar.class.php:1381
1398
- msgid "Search Event Categories"
1399
- msgstr "Cerca categoríes d'esdeveniments"
1400
-
1401
- #: ../lib/the-events-calendar.class.php:1382
1402
- msgid "All Event Categories"
1403
- msgstr "Totes les categoríes d'esdeveniments"
1404
-
1405
- #: ../lib/the-events-calendar.class.php:1383
1406
- msgid "Parent Event Category"
1407
- msgstr "Categoria d'esdeveniments mare"
1408
-
1409
- #: ../lib/the-events-calendar.class.php:1384
1410
- msgid "Parent Event Category:"
1411
- msgstr "Categoria d'esdeveniments mare:"
1412
-
1413
- #: ../lib/the-events-calendar.class.php:1385
1414
- msgid "Edit Event Category"
1415
- msgstr "Edita categoria d'esdeveniments"
1416
-
1417
- #: ../lib/the-events-calendar.class.php:1386
1418
- msgid "Update Event Category"
1419
- msgstr "Propera categoria d'esdeveniments"
1420
-
1421
- #: ../lib/the-events-calendar.class.php:1387
1422
- msgid "Add New Event Category"
1423
- msgstr "Afegeix categoria d'esdeveniments"
1424
-
1425
- #: ../lib/the-events-calendar.class.php:1388
1426
- msgid "New Event Category Name"
1427
- msgstr "Nova categoria d'esdeveniments"
1428
-
1429
- #: ../lib/the-events-calendar.class.php:1404
1430
- #, php-format
1431
- msgid "Event updated. <a href=\"%s\">View event</a>"
1432
- msgstr "Esdeveniment actualitzat. <a href=\"%s\">Mostra esdeveniment</a>"
1433
-
1434
- #: ../lib/the-events-calendar.class.php:1405
1435
- #: ../lib/the-events-calendar.class.php:1422
1436
- #: ../lib/the-events-calendar.class.php:1439
1437
- msgid "Custom field updated."
1438
- msgstr "Camp personalitzat actualitzat."
1439
-
1440
- #: ../lib/the-events-calendar.class.php:1406
1441
- #: ../lib/the-events-calendar.class.php:1423
1442
- #: ../lib/the-events-calendar.class.php:1440
1443
- msgid "Custom field deleted."
1444
- msgstr "Camp personalitzat esborrat."
1445
-
1446
- #: ../lib/the-events-calendar.class.php:1407
1447
- msgid "Event updated."
1448
- msgstr "Esdeveniment actualitzat."
1449
-
1450
- #: ../lib/the-events-calendar.class.php:1409
1451
- #, php-format
1452
- msgid "Event restored to revision from %s"
1453
- msgstr "Esdeveniment restaurat a revisió des de %s"
1454
-
1455
- #: ../lib/the-events-calendar.class.php:1410
1456
- #, php-format
1457
- msgid "Event published. <a href=\"%s\">View event</a>"
1458
- msgstr "Esdeveniment publicat. <a href=\"%s\">Mostra esdeveniment</a>"
1459
-
1460
- #: ../lib/the-events-calendar.class.php:1411
1461
- msgid "Event saved."
1462
- msgstr "Esdeveniment guardat."
1463
-
1464
- #: ../lib/the-events-calendar.class.php:1412
1465
- #, php-format
1466
- msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1467
- msgstr ""
1468
- "Esdeveniment enviat. <a target=\"_blank\" href=\"%s\">Mostra "
1469
- "previsualització de l'esdeveniment</a>"
1470
-
1471
- #: ../lib/the-events-calendar.class.php:1413
1472
- #, php-format
1473
- msgid ""
1474
- "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1475
- "\">Preview event</a>"
1476
- msgstr ""
1477
- "Esdeveniment programat per: <strong>%1$s</strong>. <a target=\"_blank\" href="
1478
- "\"%2$s\">Mostra previsualització de l'esdeveniment</a>"
1479
-
1480
- #: ../lib/the-events-calendar.class.php:1415
1481
- #: ../lib/the-events-calendar.class.php:1432
1482
- #: ../lib/the-events-calendar.class.php:1449
1483
- msgid "M j, Y @ G:i"
1484
- msgstr "M j, Y @ G:i"
1485
-
1486
- #: ../lib/the-events-calendar.class.php:1416
1487
- #, php-format
1488
- msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1489
- msgstr ""
1490
- "Esborrany d'esdeveniment actualitzat. <a target=\"_blank\" href=\"%s"
1491
- "\">Mostra previsualització de l'esdeveniment</a>"
1492
-
1493
- #: ../lib/the-events-calendar.class.php:1421
1494
- #, php-format
1495
- msgid "Venue updated. <a href=\"%s\">View venue</a>"
1496
- msgstr "Recinte actualitzat. <a href=\"%s\">Mostra recinte</a>"
1497
-
1498
- #: ../lib/the-events-calendar.class.php:1424
1499
- msgid "Venue updated."
1500
- msgstr "Recinte actualitzat."
1501
-
1502
- #: ../lib/the-events-calendar.class.php:1426
1503
- #, php-format
1504
- msgid "Venue restored to revision from %s"
1505
- msgstr "Recinte restaurat a revisió des de %s"
1506
-
1507
- #: ../lib/the-events-calendar.class.php:1427
1508
- #, php-format
1509
- msgid "Venue published. <a href=\"%s\">View venue</a>"
1510
- msgstr "Recinte publicat. <a href=\"%s\">Mostra recinte</a>"
1511
-
1512
- #: ../lib/the-events-calendar.class.php:1428
1513
- msgid "Venue saved."
1514
- msgstr "Recinte guardat."
1515
-
1516
- #: ../lib/the-events-calendar.class.php:1429
1517
- #, php-format
1518
- msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1519
- msgstr ""
1520
- "Recinte enviat. <a target=\"_blank\" href=\"%s\">Mostra previsualització de "
1521
- "recinte</a>"
1522
-
1523
- #: ../lib/the-events-calendar.class.php:1430
1524
- #, php-format
1525
- msgid ""
1526
- "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1527
- "\">Preview venue</a>"
1528
- msgstr ""
1529
- "Recinte programat per: <strong>%1$s</strong>. <a target=\"_blank\" href="
1530
- "\"%2$s\">Mostra previsualització de recinte</a>"
1531
-
1532
- #: ../lib/the-events-calendar.class.php:1433
1533
- #, php-format
1534
- msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1535
- msgstr ""
1536
- "Esborrany de recinte actualitzat. <a target=\"_blank\" href=\"%s\">Mostra "
1537
- "previsualització de recinte</a>"
1538
-
1539
- #: ../lib/the-events-calendar.class.php:1438
1540
- #, php-format
1541
- msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1542
- msgstr "Organitzador actualitzat. <a href=\"%s\">Mostra organitzador</a>"
1543
-
1544
- #: ../lib/the-events-calendar.class.php:1441
1545
- msgid "Organizer updated."
1546
- msgstr "Organitzador actualitzat."
1547
-
1548
- #: ../lib/the-events-calendar.class.php:1443
1549
- #, php-format
1550
- msgid "Organizer restored to revision from %s"
1551
- msgstr "Organitzador restaurat a revisió des de %s"
1552
-
1553
- #: ../lib/the-events-calendar.class.php:1444
1554
- #, php-format
1555
- msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1556
- msgstr "Organitzador publicat. <a href=\"%s\">Mostra organitzador</a>"
1557
-
1558
- #: ../lib/the-events-calendar.class.php:1445
1559
- msgid "Organizer saved."
1560
- msgstr "Organitzador guardat."
1561
-
1562
- #: ../lib/the-events-calendar.class.php:1446
1563
- #, php-format
1564
- msgid ""
1565
- "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1566
- msgstr ""
1567
- "Organitzador enviat. <a target=\"_blank\" href=\"%s\">Mostra "
1568
- "previsualització d'organitzador</a>"
1569
-
1570
- #: ../lib/the-events-calendar.class.php:1447
1571
- #, php-format
1572
- msgid ""
1573
- "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1574
- "\"%2$s\">Preview organizer</a>"
1575
- msgstr ""
1576
- "Organitzador programar per: <strong>%1$s</strong>. <a target=\"_blank\" href="
1577
- "\"%2$s\">Mostra previsualització d'organitzador</a>"
1578
-
1579
- #: ../lib/the-events-calendar.class.php:1450
1580
- #, php-format
1581
- msgid ""
1582
- "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
1583
- "a>"
1584
- msgstr ""
1585
- "Esborrany d'organitzador actualitzat. <a target=\"_blank\" href=\"%s"
1586
- "\">Mostra previsualització d'organitzador</a>"
1587
-
1588
- #: ../lib/the-events-calendar.class.php:1491
1589
- msgid "Use Saved Venue:"
1590
- msgstr "Utilitzar un lloc guardat:"
1591
-
1592
- #
1593
- #: ../lib/the-events-calendar.class.php:1520
1594
- msgid "Use Saved Organizer:"
1595
- msgstr "Utilitzar un organitzador salvat:"
1596
-
1597
- #
1598
- #: ../lib/the-events-calendar.class.php:1556
1599
- msgid "Use New Venue"
1600
- msgstr "Utilitzar un lloc nou"
1601
-
1602
- #
1603
- #: ../lib/the-events-calendar.class.php:1558
1604
- msgid "My Venues"
1605
- msgstr "Els meus llocs"
1606
-
1607
- #
1608
- #: ../lib/the-events-calendar.class.php:1563
1609
- msgid "Available Venues"
1610
- msgstr "Llocs disponibles"
1611
-
1612
- #: ../lib/the-events-calendar.class.php:1574
1613
- msgid "No saved venue exists."
1614
- msgstr "No hi ha cap lloc salvat."
1615
-
1616
- #
1617
- #: ../lib/the-events-calendar.class.php:1608
1618
- msgid "Use New Organizer"
1619
- msgstr "Utilitza nou organitzador"
1620
-
1621
- #
1622
- #: ../lib/the-events-calendar.class.php:1610
1623
- msgid "My Organizers"
1624
- msgstr "Els meus organitzadors"
1625
-
1626
- #
1627
- #: ../lib/the-events-calendar.class.php:1615
1628
- msgid "Available Organizers"
1629
- msgstr "Organitzadors disponibles"
1630
-
1631
- #
1632
- #: ../lib/the-events-calendar.class.php:1626
1633
- msgid "No saved organizer exists."
1634
- msgstr "No hi ha cap organitzador guardat."
1635
-
1636
- #: ../lib/the-events-calendar.class.php:1753
1637
- msgid "Next"
1638
- msgstr "Següent"
1639
-
1640
- #: ../lib/the-events-calendar.class.php:1754
1641
- msgid "Prev"
1642
- msgstr "Anterior"
1643
-
1644
- #: ../lib/the-events-calendar.class.php:1755
1645
- msgid "Today"
1646
- msgstr "Avui"
1647
-
1648
- #: ../lib/the-events-calendar.class.php:1756
1649
- msgid "Done"
1650
- msgstr "Fet"
1651
-
1652
- #: ../lib/the-events-calendar.class.php:1965
1653
- msgid "Network"
1654
- msgstr "Xarxa"
1655
-
1656
- #
1657
- #: ../lib/the-events-calendar.class.php:2902
1658
- msgid "Unnamed Venue"
1659
- msgstr "Lloc sense nom"
1660
-
1661
- #
1662
- #: ../lib/the-events-calendar.class.php:2992
1663
- msgid "Unnamed Organizer"
1664
- msgstr "Organitzador sense nom"
1665
-
1666
- #: ../lib/the-events-calendar.class.php:3467
1667
- msgid "Event Options"
1668
- msgstr "Opcions d'esdeveniment"
1669
-
1670
- #: ../lib/the-events-calendar.class.php:3469
1671
- msgid "Venue Information"
1672
- msgstr "Informació del recinte"
1673
-
1674
- #: ../lib/the-events-calendar.class.php:3474
1675
- msgid "Organizer Information"
1676
- msgstr "Informació de l'organitzador"
1677
-
1678
- #: ../lib/the-events-calendar.class.php:3669
1679
- msgid "Support"
1680
- msgstr "Suport"
1681
-
1682
- #: ../lib/the-events-calendar.class.php:3672
1683
- msgid "View All Add-Ons"
1684
- msgstr "Mostra tots els complements"
1685
-
1686
- #: ../lib/the-events-calendar.class.php:3689
1687
- msgid "News from Modern Tribe"
1688
- msgstr "Notícies de Modern Tribe"
1689
-
1690
- #: ../lib/the-events-calendar.class.php:3770
1691
- msgid "Additional Functionality"
1692
- msgstr "Funcions adicionals"
1693
-
1694
- #: ../lib/the-events-calendar.class.php:3775
1695
- msgid ""
1696
- "Looking for additional functionality including recurring events, ticket "
1697
- "sales, publicly submitted events, new views and more?"
1698
- msgstr ""
1699
- "Busques funcionalitats adicionals, incloent-hi els esdeveniments periòdics, "
1700
- "la venda d'entrades, esdeveniments entrats publicament, noves vistes i més?"
1701
-
1702
- #: ../lib/the-events-calendar.class.php:3775
1703
- #, php-format
1704
- msgid "Check out the <a href=\"%s\">available add-ons</a>."
1705
- msgstr "Fés un cop d'ull als <a href=\"%s\">complements disponibles</a>."
1706
-
1707
- #: ../lib/the-events-calendar.class.php:3846
1708
- #: ../lib/the-events-calendar.class.php:3937
1709
- msgid "View Calendar"
1710
- msgstr "Mostra calendari"
1711
-
1712
- #: ../lib/the-events-calendar.class.php:3854
1713
- msgid "Add Event"
1714
- msgstr "Afegeix esdeveniment"
1715
-
1716
- #: ../lib/the-events-calendar.class.php:3863
1717
- msgid "Edit Events"
1718
- msgstr "Edita esdeveniments"
1719
-
1720
- #: ../lib/the-events-calendar.class.php:3872
1721
- #: ../lib/the-events-calendar.class.php:3973
1722
- #: ../lib/tribe-settings.class.php:164
1723
- msgid "Settings"
1724
- msgstr "Opcions"
1725
-
1726
- #: ../lib/the-events-calendar.class.php:3908
1727
- #, php-format
1728
- msgid ""
1729
- "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
1730
- "change the events slug, visit %sEvents -> Settings%s."
1731
- msgstr ""
1732
- "Benvingut/da a The Events Calendar! Pots trobar el teu calendari "
1733
- "d'esdeveniments a %s. Per a canviar l'slug dels esdeveniments, visita "
1734
- "%sEvents - > Opcions%s."
1735
-
1736
- #: ../lib/the-events-calendar.class.php:3974
1737
- msgid "Calendar"
1738
- msgstr "Calendari"
1739
-
1740
- #: ../lib/the-events-calendar.class.php:4037
1741
- msgid "List"
1742
- msgstr "Llista"
1743
-
1744
- #
1745
- #: ../lib/the-events-calendar.class.php:4048
1746
- msgid "Month"
1747
- msgstr "Mes"
1748
-
1749
- #
1750
- #: ../lib/the-events-calendar.class.php:4088
1751
- msgid "Date"
1752
- msgstr "Data"
1753
-
1754
- #
1755
- #: ../lib/the-events-calendar.class.php:4091
1756
- msgid "Events In"
1757
- msgstr "Esdeveniments a "
1758
-
1759
- #
1760
- #: ../lib/the-events-calendar.class.php:4093
1761
- msgid "Events From"
1762
- msgstr "Esdeveniments de "
1763
-
1764
- #: ../lib/the-events-calendar.class.php:4276 ../views/list/nav.php:22
1765
- #: ../views/list/nav.php:28 ../views/list/nav.php:31
1766
- msgid "&laquo; Previous Events"
1767
- msgstr "&laquo; Esdeveniments anteriors"
1768
-
1769
- #: ../lib/the-events-calendar.class.php:4277 ../views/list/nav.php:40
1770
- #: ../views/list/nav.php:43 ../views/list/nav.php:49
1771
- msgid "Next Events &raquo;"
1772
- msgstr "Propers esdeveniments &raquo;"
1773
-
1774
- #: ../lib/tribe-admin-events-list.class.php:53
1775
- #, php-format
1776
- msgid "View &#8220;%s&#8221;"
1777
- msgstr "Mostra &#8220;%s&#8221;"
1778
-
1779
- #: ../lib/tribe-admin-events-list.class.php:222
1780
- msgid "Start Date"
1781
- msgstr "Data d'inici"
1782
-
1783
- #: ../lib/tribe-admin-events-list.class.php:223
1784
- msgid "End Date"
1785
- msgstr "Data de finalització"
1786
-
1787
- #: ../lib/tribe-admin-events-list.class.php:225
1788
- msgid "Recurring?"
1789
- msgstr "És recurrent?"
1790
-
1791
- #: ../lib/tribe-admin-events-list.class.php:282
1792
- #: ../lib/tickets/tribe-tickets-pro.php:229
1793
- msgid "Yes"
1794
- msgstr "Si"
1795
-
1796
- #: ../lib/tribe-admin-events-list.class.php:282
1797
- msgid "No"
1798
- msgstr "No"
1799
-
1800
- #: ../lib/tribe-admin-events-list.class.php:360
1801
- #, php-format
1802
- msgid "All %s"
1803
- msgstr "Tots %s"
1804
-
1805
- #
1806
- #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1807
- #: ../lib/tribe-app-shop.class.php:84
1808
- msgid "Event Add-Ons"
1809
- msgstr "Complements de l'esdeveniment"
1810
-
1811
- #: ../lib/tribe-debug-bar.class.php:29
1812
- msgid "Tribe"
1813
- msgstr "Tribe"
1814
-
1815
- #: ../lib/tribe-event-api.class.php:372 ../lib/tribe-view-helpers.class.php:44
1816
- #: ../public/template-tags/venue.php:240
1817
- msgid "United States"
1818
- msgstr "Estats Units d'Amèrica"
1819
-
1820
- #: ../lib/tribe-event-exception.class.php:17
1821
- #: ../lib/tribe-event-exception.class.php:34
1822
- msgid "Error"
1823
- msgstr "Error"
1824
-
1825
- #: ../lib/tribe-field.class.php:161
1826
- msgid "Invalid field type specified"
1827
- msgstr "El tipus de camp que heu especificat no és vàlid"
1828
-
1829
- #: ../lib/tribe-field.class.php:414
1830
- msgid "No radio options specified"
1831
- msgstr "No heu especificat les opcions"
1832
-
1833
- #: ../lib/tribe-field.class.php:451
1834
- msgid "No checkbox options specified"
1835
- msgstr "No heu especificat les opcions"
1836
-
1837
- #: ../lib/tribe-field.class.php:505
1838
- msgid "No select options specified"
1839
- msgstr "No heu especificat les opcions"
1840
-
1841
- #: ../lib/tribe-settings-tab.class.php:219
1842
- msgid "There are no fields setup for this tab yet."
1843
- msgstr "Aquesta pestanya encara no té opcions de camp"
1844
-
1845
- #
1846
- #: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
1847
- msgid "The Events Calendar Settings"
1848
- msgstr "Opcions de The Events Calendar"
1849
-
1850
- #
1851
- #: ../lib/tribe-settings.class.php:176
1852
- msgid "Events Settings"
1853
- msgstr "Opcions per als esdeveniments"
1854
-
1855
- #: ../lib/tribe-settings.class.php:225
1856
- #, php-format
1857
- msgid "%s Settings"
1858
- msgstr "%s Opcions"
1859
-
1860
- #: ../lib/tribe-settings.class.php:239
1861
- msgid "You've requested a non-existent tab."
1862
- msgstr "Heu demanat una pestanya que no existeix"
1863
-
1864
- #: ../lib/tribe-settings.class.php:247
1865
- msgid " Save Changes"
1866
- msgstr " Guarda els canvis"
1867
-
1868
- #: ../lib/tribe-settings.class.php:299
1869
- msgid "You don't have permission to do that."
1870
- msgstr "No teniu permís per fer això"
1871
-
1872
- #: ../lib/tribe-settings.class.php:305
1873
- msgid "The request was sent insecurely."
1874
- msgstr "La petició s'ha enviat de manera no segura"
1875
-
1876
- #: ../lib/tribe-settings.class.php:311
1877
- msgid "The request wasn't sent from this tab."
1878
- msgstr "La petició no s'ha enviat des d'aquesta pestanya"
1879
-
1880
- #: ../lib/tribe-settings.class.php:476
1881
- msgid "Your form had the following errors:"
1882
- msgstr "El vostre formulari tenia els següents errors:"
1883
-
1884
- #: ../lib/tribe-settings.class.php:485
1885
- msgid "None of your settings were saved. Please try again."
1886
- msgstr "Les opcions no s'han guardat."
1887
-
1888
- #: ../lib/tribe-settings.class.php:485
1889
- msgid ""
1890
- "The above setting was not saved. Other settings were successfully saved."
1891
- msgid_plural ""
1892
- "The above settings were not saved. Other settings were successfully saved."
1893
- msgstr[0] ""
1894
- "L'opció de sobre no ha sigut guardada. Les altres opcions sí que s'han "
1895
- "guardat."
1896
- msgstr[1] ""
1897
- "Les opcions de sobre no han sigut guardades. Les altres opcions sí que s'han "
1898
- "guardat."
1899
-
1900
- #: ../lib/tribe-settings.class.php:509
1901
- msgid "Settings saved."
1902
- msgstr "Opcions guardades."
1903
-
1904
- #: ../lib/tribe-template-factory.class.php:225
1905
- #, php-format
1906
- msgid "There were no results found for <strong>\"%s\"</strong>."
1907
- msgstr "No hi ha resultats per a <strong>\"%s\"</strong>."
1908
-
1909
- #: ../lib/tribe-template-factory.class.php:235
1910
- #, php-format
1911
- msgid ""
1912
- "listed under %s. Check out past events for this category or view the full "
1913
- "calendar."
1914
- msgstr ""
1915
- "llistat sota %s. Comprova esdeveniments passats d'aquesta categoria o mira "
1916
- "el calendari sencer."
1917
-
1918
- #: ../lib/tribe-template-factory.class.php:237
1919
- #, php-format
1920
- msgid ""
1921
- "listed under %s. Check out upcoming events for this category or view the "
1922
- "full calendar."
1923
- msgstr ""
1924
- "llistat sota %s. Comprova propers esdeveniments d'aquesta categoria o mira "
1925
- "el calendari sencer."
1926
-
1927
- #: ../lib/tribe-template-factory.class.php:241
1928
- #, php-format
1929
- msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1930
- msgstr ""
1931
- "No hi ha esdeveniments programats per <strong>%s</strong>. Proveu un altra "
1932
- "data."
1933
-
1934
- #
1935
- #: ../lib/tribe-template-factory.class.php:245
1936
- msgid "No upcoming events "
1937
- msgstr "No hi ha propers esdeveniments"
1938
-
1939
- #
1940
- #: ../lib/tribe-template-factory.class.php:247
1941
- msgid "No matching events "
1942
- msgstr "No hi ha esdeveniments coincidents"
1943
-
1944
- #
1945
- #: ../lib/tribe-template-factory.class.php:250
1946
- msgid "No previous events "
1947
- msgstr "No hi ha següents esdeveniments"
1948
-
1949
- #: ../lib/tribe-the-events-calendar-import.class.php:64
1950
- #, fuzzy, php-format
1951
- msgid ""
1952
- "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
1953
- "you have backed up before proceeding any further. You can easily <a href=\"%s"
1954
- "\">revert to an old version</a> if you want to backup first. This upgrade "
1955
- "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
1956
- "your templates as necessary. There have been significant changes to the "
1957
- "template tags and functions. Check out our <a href=\"%s\">walk-through on "
1958
- "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
1959
- "from the <a href=\"%s\">support page</a>. If you're new to The Events "
1960
- "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
1961
- "><br/> You have events that need to be migrated. Please visit the bottom of "
1962
- "the <a href=\"%s\">settings page</a> to perform the migration."
1963
- msgstr ""
1964
- "Benvingut a Events 2.0! Aquesta és una gran actualització des de la versió "
1965
- "1.6.5. Assegureu-vos de fer una còpia de seguretat abans de continuar. Podeu "
1966
- "<a href=\"%s\">tornar a una versió anterior</a> fàcilment si voleu fer la "
1967
- "còpia de seguretat. Aquesta actualització inclou dos passos, <a href="
1968
- "\"options-general.php?page=tribe-settings&tab=general\">migració de dades</"
1969
- "a> i actualització de les vostres plantilles si s'escau. Hi ha hagut canvis "
1970
- "significatius a les etiquetes i funcions de les plantilles. Comproveu el "
1971
- "nostre <a href=\"%s\">passeig per l'actualització</a> abans de continuar i "
1972
- "comproveu les preguntes més freqüents i la documentació a la pàgina de <a "
1973
- "href=\"%s\">suport</a>. Si sou nou fent servir The Events Calendar, podeu "
1974
- "voler revisar el nostre <a href=\"%s\">manual per a nous usuaris</a>.<br/"
1975
- "><br/> Teniu esdeveniments que necessiten migració. Aneu a la part final de "
1976
- "la pàgina d'<a href=\"%s\">opcions</a> per portar a terme la migració."
1977
-
1978
- #: ../lib/tribe-the-events-calendar-import.class.php:86
1979
- msgid "Upgrade from The Events Calendar"
1980
- msgstr "Actualització de The Events Calendar"
1981
-
1982
- #: ../lib/tribe-the-events-calendar-import.class.php:87
1983
- msgid ""
1984
- "It appears that you have some old events calendar data that needs to be "
1985
- "upgraded. Please be sure to back up your database before initiating the "
1986
- "upgrade. This process can not be undone."
1987
- msgstr ""
1988
- "Sembla que teniu esdeveniments antics al vostre calendari que s'han "
1989
- "d'actualitzar. Assegureu-vos de fer una còpia de seguretat de la base de "
1990
- "dades abans de començar amb l'actualització. Aquest procés no es pot desfer."
1991
-
1992
- #: ../lib/tribe-the-events-calendar-import.class.php:88
1993
- msgid "Migrate Data!"
1994
- msgstr "Migrar dades!"
1995
-
1996
- #: ../lib/tribe-the-events-calendar-import.class.php:166
1997
- #, php-format
1998
- msgid "You successfully migrated (%d) entries."
1999
- msgstr "(%d) entrades s'han migrat correctament."
2000
-
2001
- #: ../lib/tribe-the-events-calendar-import.class.php:242
2002
- msgid "Install has 1 or more legacy event!"
2003
- msgstr "La instal·lació té 1 o més esdeveniments antics!"
2004
-
2005
- #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
2006
- msgid "Invalid or incomplete field passed"
2007
- msgstr "Heu introduït un camp no vàlid o incomplet"
2008
-
2009
- #: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
2010
- #: ../lib/tribe-validate.class.php:116
2011
- msgid "Field ID:"
2012
- msgstr "ID del camp:"
2013
-
2014
- #: ../lib/tribe-validate.class.php:109
2015
- msgid "Non-existant field validation function passed"
2016
- msgstr "Heu introduït una funció de validació de camp inexistent"
2017
-
2018
- #: ../lib/tribe-validate.class.php:110
2019
- msgctxt "non-existant function name passed for field validation"
2020
- msgid "with function name:"
2021
- msgstr "amb el nom de funció:"
2022
-
2023
- #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
2024
- #, php-format
2025
- msgid "%s must contain numbers and letters only"
2026
- msgstr "%s ha de contenir només nombres i lletres"
2027
-
2028
- #: ../lib/tribe-validate.class.php:171
2029
- #, php-format
2030
- msgid "%s must contain numbers, letters and dots only"
2031
- msgstr "%s ha de contenir només nombres, lletres i punts"
2032
-
2033
- #: ../lib/tribe-validate.class.php:187
2034
- #, php-format
2035
- msgid "%s must be a positive number."
2036
- msgstr "%s ha de ser un nombre positiu"
2037
-
2038
- #: ../lib/tribe-validate.class.php:204
2039
- #, php-format
2040
- msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2041
- msgstr ""
2042
- "%s ha de ser una adreça amigable vàlida (nombres, lletres, guions i "
2043
- "caràcters de subratllat)"
2044
-
2045
- #: ../lib/tribe-validate.class.php:221
2046
- #, php-format
2047
- msgid "%s must be a valid absolute URL."
2048
- msgstr "%s ha de ser una URL absoluta vàlida."
2049
-
2050
- #: ../lib/tribe-validate.class.php:239 ../lib/tribe-validate.class.php:258
2051
- #: ../lib/tribe-validate.class.php:279
2052
- #, php-format
2053
- msgid "%s must have a value that's part of its options."
2054
- msgstr "%s ha de tenir un valor que sigui part de les seves opcions"
2055
-
2056
- #: ../lib/tribe-validate.class.php:295
2057
- #, php-format
2058
- msgid ""
2059
- "Comparison validation failed because no comparison value was provided, for "
2060
- "field %s"
2061
- msgstr ""
2062
- "La validació de comparació ha retornat un error perquè no heu introduït cap "
2063
- "valor per comparar al camp %s"
2064
-
2065
- #: ../lib/tribe-validate.class.php:302
2066
- #, php-format
2067
- msgid "%s cannot be the same as %s."
2068
- msgstr "%s no pot ser igual a %s."
2069
-
2070
- #: ../lib/tribe-validate.class.php:304
2071
- #, php-format
2072
- msgid "%s cannot be a duplicate"
2073
- msgstr "%s no pot ser un duplicat"
2074
-
2075
- #: ../lib/tribe-validate.class.php:322
2076
- #, php-format
2077
- msgid "%s must be a number or percentage."
2078
- msgstr "%s ha de ser un nombre o percentatge"
2079
-
2080
- #: ../lib/tribe-validate.class.php:386
2081
- #, php-format
2082
- msgid "%s must be a number between 0 and 21."
2083
- msgstr "%s ha de ser un nombre entre 0 i 21"
2084
-
2085
- #: ../lib/tribe-validate.class.php:404
2086
- #, php-format
2087
- msgid ""
2088
- "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2089
- msgstr "%s ha de contenir només lletres, nombres, guions, apòstrofs i espais."
2090
-
2091
- #: ../lib/tribe-validate.class.php:422
2092
- #, php-format
2093
- msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2094
- msgstr "%s ha de contenir només lletres, nombres, guions i apòstrofs."
2095
-
2096
- #: ../lib/tribe-validate.class.php:438
2097
- #, php-format
2098
- msgid "%s must consist of 5 numbers."
2099
- msgstr "%s ha de contenir 5 números."
2100
-
2101
- #: ../lib/tribe-validate.class.php:454
2102
- #, php-format
2103
- msgid "%s must be a phone number."
2104
- msgstr "%s ha de ser un número de telèfon."
2105
-
2106
- #: ../lib/tribe-validate.class.php:472
2107
- msgid ""
2108
- "Country List must be formatted as one country per line in the following "
2109
- "format: <br>US, United States <br> UK, United Kingdom."
2110
- msgstr ""
2111
- "La llista de països ha de tenir format d'un pais per línia:<br>US, United "
2112
- "States<br>UK, United Kingdom."
2113
-
2114
- #: ../lib/tribe-view-helpers.class.php:24
2115
- #: ../lib/tribe-view-helpers.class.php:43
2116
- msgid "Select a Country:"
2117
- msgstr "Esculliu un pais:"
2118
-
2119
- #: ../lib/tribe-view-helpers.class.php:45
2120
- msgid "Afghanistan"
2121
- msgstr "Afganistan"
2122
-
2123
- #: ../lib/tribe-view-helpers.class.php:46
2124
- msgid "Albania"
2125
- msgstr "Albània"
2126
-
2127
- #: ../lib/tribe-view-helpers.class.php:47
2128
- msgid "Algeria"
2129
- msgstr "Algèria"
2130
-
2131
- #: ../lib/tribe-view-helpers.class.php:48
2132
- msgid "American Samoa"
2133
- msgstr "Samoa Americanes"
2134
-
2135
- #: ../lib/tribe-view-helpers.class.php:49
2136
- msgid "Andorra"
2137
- msgstr "Andorra"
2138
-
2139
- #: ../lib/tribe-view-helpers.class.php:50
2140
- msgid "Angola"
2141
- msgstr "Angola"
2142
-
2143
- #: ../lib/tribe-view-helpers.class.php:51
2144
- msgid "Anguilla"
2145
- msgstr "Anguila"
2146
-
2147
- #: ../lib/tribe-view-helpers.class.php:52
2148
- msgid "Antarctica"
2149
- msgstr "Antàrtida"
2150
-
2151
- #: ../lib/tribe-view-helpers.class.php:53
2152
- msgid "Antigua And Barbuda"
2153
- msgstr "Antigua i Barbuda"
2154
-
2155
- #: ../lib/tribe-view-helpers.class.php:54
2156
- msgid "Argentina"
2157
- msgstr "Argentina"
2158
-
2159
- #: ../lib/tribe-view-helpers.class.php:55
2160
- msgid "Armenia"
2161
- msgstr "Armènia"
2162
-
2163
- #: ../lib/tribe-view-helpers.class.php:56
2164
- msgid "Aruba"
2165
- msgstr "Aruba"
2166
-
2167
- #: ../lib/tribe-view-helpers.class.php:57
2168
- msgid "Australia"
2169
- msgstr "Austràlia"
2170
-
2171
- #: ../lib/tribe-view-helpers.class.php:58
2172
- msgid "Austria"
2173
- msgstr "Àustria"
2174
-
2175
- #: ../lib/tribe-view-helpers.class.php:59
2176
- msgid "Azerbaijan"
2177
- msgstr "Azerbaitjan"
2178
-
2179
- #: ../lib/tribe-view-helpers.class.php:60
2180
- msgid "Bahamas"
2181
- msgstr "Bahames"
2182
-
2183
- #: ../lib/tribe-view-helpers.class.php:61
2184
- msgid "Bahrain"
2185
- msgstr "Bahrein"
2186
-
2187
- #: ../lib/tribe-view-helpers.class.php:62
2188
- msgid "Bangladesh"
2189
- msgstr "Bangladesh"
2190
-
2191
- #: ../lib/tribe-view-helpers.class.php:63
2192
- msgid "Barbados"
2193
- msgstr "Barbados"
2194
-
2195
- #: ../lib/tribe-view-helpers.class.php:64
2196
- msgid "Belarus"
2197
- msgstr "Bielorússia"
2198
-
2199
- #: ../lib/tribe-view-helpers.class.php:65
2200
- msgid "Belgium"
2201
- msgstr "Bèlgica"
2202
-
2203
- #: ../lib/tribe-view-helpers.class.php:66
2204
- msgid "Belize"
2205
- msgstr "Belize"
2206
-
2207
- #: ../lib/tribe-view-helpers.class.php:67
2208
- msgid "Benin"
2209
- msgstr "Benin"
2210
-
2211
- #: ../lib/tribe-view-helpers.class.php:68
2212
- msgid "Bermuda"
2213
- msgstr "Bermuda"
2214
-
2215
- #: ../lib/tribe-view-helpers.class.php:69
2216
- msgid "Bhutan"
2217
- msgstr "Bhutan"
2218
-
2219
- #: ../lib/tribe-view-helpers.class.php:70
2220
- msgid "Bolivia"
2221
- msgstr "Bolívia"
2222
-
2223
- #: ../lib/tribe-view-helpers.class.php:71
2224
- msgid "Bosnia And Herzegowina"
2225
- msgstr "Bòsnia i Hercegovina"
2226
-
2227
- #: ../lib/tribe-view-helpers.class.php:72
2228
- msgid "Botswana"
2229
- msgstr "Botsuana"
2230
-
2231
- #: ../lib/tribe-view-helpers.class.php:73
2232
- msgid "Bouvet Island"
2233
- msgstr "Bouvet"
2234
-
2235
- #: ../lib/tribe-view-helpers.class.php:74
2236
- msgid "Brazil"
2237
- msgstr "Brasil"
2238
-
2239
- #: ../lib/tribe-view-helpers.class.php:75
2240
- msgid "British Indian Ocean Territory"
2241
- msgstr "Territori Britànic de l'Oceà Índic"
2242
-
2243
- #: ../lib/tribe-view-helpers.class.php:76
2244
- msgid "Brunei Darussalam"
2245
- msgstr "Brunei"
2246
-
2247
- #: ../lib/tribe-view-helpers.class.php:77
2248
- msgid "Bulgaria"
2249
- msgstr "Bulgària"
2250
-
2251
- #: ../lib/tribe-view-helpers.class.php:78
2252
- msgid "Burkina Faso"
2253
- msgstr "Burkina Faso"
2254
-
2255
- #: ../lib/tribe-view-helpers.class.php:79
2256
- msgid "Burundi"
2257
- msgstr "Burundi"
2258
-
2259
- #: ../lib/tribe-view-helpers.class.php:80
2260
- msgid "Cambodia"
2261
- msgstr "Cambotja"
2262
-
2263
- #: ../lib/tribe-view-helpers.class.php:81
2264
- msgid "Cameroon"
2265
- msgstr "Camerun"
2266
-
2267
- #: ../lib/tribe-view-helpers.class.php:82
2268
- msgid "Canada"
2269
- msgstr "Canadà"
2270
-
2271
- #: ../lib/tribe-view-helpers.class.php:83
2272
- msgid "Cape Verde"
2273
- msgstr "Cap Verd"
2274
-
2275
- #: ../lib/tribe-view-helpers.class.php:84
2276
- msgid "Cayman Islands"
2277
- msgstr "Illes Caiman"
2278
-
2279
- #: ../lib/tribe-view-helpers.class.php:85
2280
- msgid "Central African Republic"
2281
- msgstr "República Centrafricana"
2282
-
2283
- #: ../lib/tribe-view-helpers.class.php:86
2284
- msgid "Chad"
2285
- msgstr "Txad"
2286
-
2287
- #: ../lib/tribe-view-helpers.class.php:87
2288
- msgid "Chile"
2289
- msgstr "Xile"
2290
-
2291
- #: ../lib/tribe-view-helpers.class.php:88
2292
- msgid "China"
2293
- msgstr "Xina"
2294
-
2295
- #: ../lib/tribe-view-helpers.class.php:89
2296
- msgid "Christmas Island"
2297
- msgstr "Illa de Christmas"
2298
-
2299
- #: ../lib/tribe-view-helpers.class.php:90
2300
- msgid "Cocos (Keeling) Islands"
2301
- msgstr "Illa de Cocos"
2302
-
2303
- #: ../lib/tribe-view-helpers.class.php:91
2304
- msgid "Colombia"
2305
- msgstr "Colòmbia"
2306
-
2307
- #: ../lib/tribe-view-helpers.class.php:92
2308
- msgid "Comoros"
2309
- msgstr "Comores"
2310
-
2311
- #: ../lib/tribe-view-helpers.class.php:93
2312
- msgid "Congo"
2313
- msgstr "República del Congo"
2314
-
2315
- #: ../lib/tribe-view-helpers.class.php:94
2316
- msgid "Congo, The Democratic Republic Of The"
2317
- msgstr "República Democràtica del Congo"
2318
-
2319
- #: ../lib/tribe-view-helpers.class.php:95
2320
- msgid "Cook Islands"
2321
- msgstr "Arxipèlag de Cook"
2322
-
2323
- #: ../lib/tribe-view-helpers.class.php:96
2324
- msgid "Costa Rica"
2325
- msgstr "Costa Rica"
2326
-
2327
- #: ../lib/tribe-view-helpers.class.php:97
2328
- msgid "Cote D'Ivoire"
2329
- msgstr "Costa de Vori"
2330
-
2331
- #: ../lib/tribe-view-helpers.class.php:98
2332
- msgid "Croatia (Local Name: Hrvatska)"
2333
- msgstr "Croàcia"
2334
-
2335
- #: ../lib/tribe-view-helpers.class.php:99
2336
- msgid "Cuba"
2337
- msgstr "Cuba"
2338
-
2339
- #: ../lib/tribe-view-helpers.class.php:100
2340
- msgid "Cyprus"
2341
- msgstr "Xipre"
2342
-
2343
- #: ../lib/tribe-view-helpers.class.php:101
2344
- msgid "Czech Republic"
2345
- msgstr "Txèquia"
2346
-
2347
- #: ../lib/tribe-view-helpers.class.php:102
2348
- msgid "Denmark"
2349
- msgstr "Dinamarca"
2350
-
2351
- #: ../lib/tribe-view-helpers.class.php:103
2352
- msgid "Djibouti"
2353
- msgstr "Gibuti"
2354
-
2355
- #: ../lib/tribe-view-helpers.class.php:104
2356
- msgid "Dominica"
2357
- msgstr "Dominica"
2358
-
2359
- #: ../lib/tribe-view-helpers.class.php:105
2360
- msgid "Dominican Republic"
2361
- msgstr "República Dominicana"
2362
-
2363
- #: ../lib/tribe-view-helpers.class.php:106
2364
- msgid "East Timor"
2365
- msgstr "Timor Est"
2366
-
2367
- #: ../lib/tribe-view-helpers.class.php:107
2368
- msgid "Ecuador"
2369
- msgstr "Equador"
2370
-
2371
- #: ../lib/tribe-view-helpers.class.php:108
2372
- msgid "Egypt"
2373
- msgstr "Egipte"
2374
-
2375
- #: ../lib/tribe-view-helpers.class.php:109
2376
- msgid "El Salvador"
2377
- msgstr "El Salvador"
2378
-
2379
- #: ../lib/tribe-view-helpers.class.php:110
2380
- msgid "Equatorial Guinea"
2381
- msgstr "Guinea Equatorial"
2382
-
2383
- #: ../lib/tribe-view-helpers.class.php:111
2384
- msgid "Eritrea"
2385
- msgstr "Eritrea"
2386
-
2387
- #: ../lib/tribe-view-helpers.class.php:112
2388
- msgid "Estonia"
2389
- msgstr "Estònia"
2390
-
2391
- #: ../lib/tribe-view-helpers.class.php:113
2392
- msgid "Ethiopia"
2393
- msgstr "Etiòpia"
2394
-
2395
- #: ../lib/tribe-view-helpers.class.php:114
2396
- msgid "Falkland Islands (Malvinas)"
2397
- msgstr "Illes Malvines"
2398
-
2399
- #: ../lib/tribe-view-helpers.class.php:115
2400
- msgid "Faroe Islands"
2401
- msgstr "Illes Fer-óer"
2402
-
2403
- #: ../lib/tribe-view-helpers.class.php:116
2404
- msgid "Fiji"
2405
- msgstr "Fiji"
2406
-
2407
- #: ../lib/tribe-view-helpers.class.php:117
2408
- msgid "Finland"
2409
- msgstr "Finlàndia"
2410
-
2411
- #: ../lib/tribe-view-helpers.class.php:118
2412
- msgid "France"
2413
- msgstr "França"
2414
-
2415
- #: ../lib/tribe-view-helpers.class.php:119
2416
- msgid "France, Metropolitan"
2417
- msgstr "França Europea"
2418
-
2419
- #: ../lib/tribe-view-helpers.class.php:120
2420
- msgid "French Guiana"
2421
- msgstr "Guaiana Francesa"
2422
-
2423
- #: ../lib/tribe-view-helpers.class.php:121
2424
- msgid "French Polynesia"
2425
- msgstr "Polinèsia Francesa"
2426
-
2427
- #: ../lib/tribe-view-helpers.class.php:122
2428
- msgid "French Southern Territories"
2429
- msgstr "Territoris Francesos del Sud"
2430
-
2431
- #: ../lib/tribe-view-helpers.class.php:123
2432
- msgid "Gabon"
2433
- msgstr "Gabon"
2434
-
2435
- #: ../lib/tribe-view-helpers.class.php:124
2436
- msgid "Gambia"
2437
- msgstr "Gàmbia"
2438
-
2439
- #: ../lib/tribe-view-helpers.class.php:125
2440
- #: ../lib/tribe-view-helpers.class.php:318
2441
- msgid "Georgia"
2442
- msgstr "Geòrgia"
2443
-
2444
- #: ../lib/tribe-view-helpers.class.php:126
2445
- msgid "Germany"
2446
- msgstr "Alemanya"
2447
-
2448
- #: ../lib/tribe-view-helpers.class.php:127
2449
- msgid "Ghana"
2450
- msgstr "Ghana"
2451
-
2452
- #: ../lib/tribe-view-helpers.class.php:128
2453
- msgid "Gibraltar"
2454
- msgstr "Gibraltar"
2455
-
2456
- #: ../lib/tribe-view-helpers.class.php:129
2457
- msgid "Greece"
2458
- msgstr "Grècia"
2459
-
2460
- #: ../lib/tribe-view-helpers.class.php:130
2461
- msgid "Greenland"
2462
- msgstr "Grenlàndia"
2463
-
2464
- #: ../lib/tribe-view-helpers.class.php:131
2465
- msgid "Grenada"
2466
- msgstr "Grenada"
2467
-
2468
- #: ../lib/tribe-view-helpers.class.php:132
2469
- msgid "Guadeloupe"
2470
- msgstr "Guadalupe"
2471
-
2472
- #: ../lib/tribe-view-helpers.class.php:133
2473
- msgid "Guam"
2474
- msgstr "Guam"
2475
-
2476
- #: ../lib/tribe-view-helpers.class.php:134
2477
- msgid "Guatemala"
2478
- msgstr "Guatemala"
2479
-
2480
- #: ../lib/tribe-view-helpers.class.php:135
2481
- msgid "Guinea"
2482
- msgstr "Guinea"
2483
-
2484
- #: ../lib/tribe-view-helpers.class.php:136
2485
- msgid "Guinea-Bissau"
2486
- msgstr "Guinea Bissau"
2487
-
2488
- #: ../lib/tribe-view-helpers.class.php:137
2489
- msgid "Guyana"
2490
- msgstr "Guaiana"
2491
-
2492
- #: ../lib/tribe-view-helpers.class.php:138
2493
- msgid "Haiti"
2494
- msgstr "Haití"
2495
-
2496
- #: ../lib/tribe-view-helpers.class.php:139
2497
- msgid "Heard And Mc Donald Islands"
2498
- msgstr "Illa Heard i Illes McDonald"
2499
-
2500
- #: ../lib/tribe-view-helpers.class.php:140
2501
- msgid "Holy See (Vatican City State)"
2502
- msgstr "Ciutat del Vaticà"
2503
-
2504
- #: ../lib/tribe-view-helpers.class.php:141
2505
- msgid "Honduras"
2506
- msgstr "Hondures"
2507
-
2508
- #: ../lib/tribe-view-helpers.class.php:142
2509
- msgid "Hong Kong"
2510
- msgstr "Hong Kong"
2511
-
2512
- #: ../lib/tribe-view-helpers.class.php:143
2513
- msgid "Hungary"
2514
- msgstr "Hongria"
2515
-
2516
- #: ../lib/tribe-view-helpers.class.php:144
2517
- msgid "Iceland"
2518
- msgstr "Islàndia"
2519
-
2520
- #: ../lib/tribe-view-helpers.class.php:145
2521
- msgid "India"
2522
- msgstr "Índia"
2523
-
2524
- #: ../lib/tribe-view-helpers.class.php:146
2525
- msgid "Indonesia"
2526
- msgstr "Indonèsia"
2527
-
2528
- #: ../lib/tribe-view-helpers.class.php:147
2529
- msgid "Iran (Islamic Republic Of)"
2530
- msgstr "Iran"
2531
-
2532
- #: ../lib/tribe-view-helpers.class.php:148
2533
- msgid "Iraq"
2534
- msgstr "Iraq"
2535
-
2536
- #: ../lib/tribe-view-helpers.class.php:149
2537
- msgid "Ireland"
2538
- msgstr "Irlanda"
2539
-
2540
- #: ../lib/tribe-view-helpers.class.php:150
2541
- msgid "Israel"
2542
- msgstr "Israel"
2543
-
2544
- #: ../lib/tribe-view-helpers.class.php:151
2545
- msgid "Italy"
2546
- msgstr "Itàlia"
2547
-
2548
- #: ../lib/tribe-view-helpers.class.php:152
2549
- msgid "Jamaica"
2550
- msgstr "Jamaica"
2551
-
2552
- #: ../lib/tribe-view-helpers.class.php:153
2553
- msgid "Japan"
2554
- msgstr "Japó"
2555
-
2556
- #: ../lib/tribe-view-helpers.class.php:154
2557
- msgid "Jordan"
2558
- msgstr "Jordània"
2559
-
2560
- #: ../lib/tribe-view-helpers.class.php:155
2561
- msgid "Kazakhstan"
2562
- msgstr "Casaquistan"
2563
-
2564
- #: ../lib/tribe-view-helpers.class.php:156
2565
- msgid "Kenya"
2566
- msgstr "Kenya"
2567
-
2568
- #: ../lib/tribe-view-helpers.class.php:157
2569
- msgid "Kiribati"
2570
- msgstr "Kiribati"
2571
-
2572
- #: ../lib/tribe-view-helpers.class.php:158
2573
- msgid "Korea, Democratic People's Republic Of"
2574
- msgstr "Corea del Nord"
2575
-
2576
- #: ../lib/tribe-view-helpers.class.php:159
2577
- msgid "Korea, Republic Of"
2578
- msgstr "Corea del Sud"
2579
-
2580
- #: ../lib/tribe-view-helpers.class.php:160
2581
- msgid "Kuwait"
2582
- msgstr "Kuwait"
2583
-
2584
- #: ../lib/tribe-view-helpers.class.php:161
2585
- msgid "Kyrgyzstan"
2586
- msgstr "Quirguisistan"
2587
-
2588
- #: ../lib/tribe-view-helpers.class.php:162
2589
- msgid "Lao People's Democratic Republic"
2590
- msgstr "Laos"
2591
-
2592
- #: ../lib/tribe-view-helpers.class.php:163
2593
- msgid "Latvia"
2594
- msgstr "Letònia"
2595
-
2596
- #: ../lib/tribe-view-helpers.class.php:164
2597
- msgid "Lebanon"
2598
- msgstr "Líban"
2599
-
2600
- #: ../lib/tribe-view-helpers.class.php:165
2601
- msgid "Lesotho"
2602
- msgstr "Lesotho"
2603
-
2604
- #: ../lib/tribe-view-helpers.class.php:166
2605
- msgid "Liberia"
2606
- msgstr "Libèria"
2607
-
2608
- #: ../lib/tribe-view-helpers.class.php:167
2609
- msgid "Libya"
2610
- msgstr "Líbia"
2611
-
2612
- #: ../lib/tribe-view-helpers.class.php:168
2613
- msgid "Liechtenstein"
2614
- msgstr "Liechtenstein"
2615
-
2616
- #: ../lib/tribe-view-helpers.class.php:169
2617
- msgid "Lithuania"
2618
- msgstr "Lituània"
2619
-
2620
- #: ../lib/tribe-view-helpers.class.php:170
2621
- msgid "Luxembourg"
2622
- msgstr "Luxemburg"
2623
-
2624
- #: ../lib/tribe-view-helpers.class.php:171
2625
- msgid "Macau"
2626
- msgstr "Macau"
2627
-
2628
- #: ../lib/tribe-view-helpers.class.php:172
2629
- msgid "Macedonia"
2630
- msgstr "Macedònia"
2631
-
2632
- #: ../lib/tribe-view-helpers.class.php:173
2633
- msgid "Madagascar"
2634
- msgstr "Madagascar"
2635
-
2636
- #: ../lib/tribe-view-helpers.class.php:174
2637
- msgid "Malawi"
2638
- msgstr "Malawi"
2639
-
2640
- #: ../lib/tribe-view-helpers.class.php:175
2641
- msgid "Malaysia"
2642
- msgstr "Malàisia"
2643
-
2644
- #: ../lib/tribe-view-helpers.class.php:176
2645
- msgid "Maldives"
2646
- msgstr "Maldives"
2647
-
2648
- #: ../lib/tribe-view-helpers.class.php:177
2649
- msgid "Mali"
2650
- msgstr "Mali"
2651
-
2652
- #: ../lib/tribe-view-helpers.class.php:178
2653
- msgid "Malta"
2654
- msgstr "Malta"
2655
-
2656
- #: ../lib/tribe-view-helpers.class.php:179
2657
- msgid "Marshall Islands"
2658
- msgstr "Illes Marshall"
2659
-
2660
- #: ../lib/tribe-view-helpers.class.php:180
2661
- msgid "Martinique"
2662
- msgstr "Martinica"
2663
-
2664
- #: ../lib/tribe-view-helpers.class.php:181
2665
- msgid "Mauritania"
2666
- msgstr "Mauritània"
2667
-
2668
- #: ../lib/tribe-view-helpers.class.php:182
2669
- msgid "Mauritius"
2670
- msgstr "Maurici"
2671
-
2672
- #: ../lib/tribe-view-helpers.class.php:183
2673
- msgid "Mayotte"
2674
- msgstr "Mayotte"
2675
-
2676
- #: ../lib/tribe-view-helpers.class.php:184
2677
- msgid "Mexico"
2678
- msgstr "Mèxic"
2679
-
2680
- #: ../lib/tribe-view-helpers.class.php:185
2681
- msgid "Micronesia, Federated States Of"
2682
- msgstr "Micronèsia, Estats Federats de"
2683
-
2684
- #: ../lib/tribe-view-helpers.class.php:186
2685
- msgid "Moldova, Republic Of"
2686
- msgstr "Moldàvia"
2687
-
2688
- #: ../lib/tribe-view-helpers.class.php:187
2689
- msgid "Monaco"
2690
- msgstr "Mònaco"
2691
-
2692
- #: ../lib/tribe-view-helpers.class.php:188
2693
- msgid "Mongolia"
2694
- msgstr "Mongòlia"
2695
-
2696
- #: ../lib/tribe-view-helpers.class.php:189
2697
- msgid "Montenegro"
2698
- msgstr "Montenegro"
2699
-
2700
- #: ../lib/tribe-view-helpers.class.php:190
2701
- msgid "Montserrat"
2702
- msgstr "Montserrat"
2703
-
2704
- #: ../lib/tribe-view-helpers.class.php:191
2705
- msgid "Morocco"
2706
- msgstr "Marroc"
2707
-
2708
- #: ../lib/tribe-view-helpers.class.php:192
2709
- msgid "Mozambique"
2710
- msgstr "Moçambic"
2711
-
2712
- #: ../lib/tribe-view-helpers.class.php:193
2713
- msgid "Myanmar"
2714
- msgstr "Mianmar"
2715
-
2716
- #: ../lib/tribe-view-helpers.class.php:194
2717
- msgid "Namibia"
2718
- msgstr "Namíbia"
2719
-
2720
- #: ../lib/tribe-view-helpers.class.php:195
2721
- msgid "Nauru"
2722
- msgstr "Naüru"
2723
-
2724
- #: ../lib/tribe-view-helpers.class.php:196
2725
- msgid "Nepal"
2726
- msgstr "Nepal"
2727
-
2728
- #: ../lib/tribe-view-helpers.class.php:197
2729
- msgid "Netherlands"
2730
- msgstr "Països Baixos"
2731
-
2732
- #: ../lib/tribe-view-helpers.class.php:198
2733
- msgid "Netherlands Antilles"
2734
- msgstr "Antilles Holandeses"
2735
-
2736
- #: ../lib/tribe-view-helpers.class.php:199
2737
- msgid "New Caledonia"
2738
- msgstr "Nova Caledònia"
2739
-
2740
- #: ../lib/tribe-view-helpers.class.php:200
2741
- msgid "New Zealand"
2742
- msgstr "Nova Zelanda"
2743
-
2744
- #: ../lib/tribe-view-helpers.class.php:201
2745
- msgid "Nicaragua"
2746
- msgstr "Nicaragua"
2747
-
2748
- #: ../lib/tribe-view-helpers.class.php:202
2749
- msgid "Niger"
2750
- msgstr "Níger"
2751
-
2752
- #: ../lib/tribe-view-helpers.class.php:203
2753
- msgid "Nigeria"
2754
- msgstr "Nigèria"
2755
-
2756
- #: ../lib/tribe-view-helpers.class.php:204
2757
- msgid "Niue"
2758
- msgstr "Niue"
2759
-
2760
- #: ../lib/tribe-view-helpers.class.php:205
2761
- msgid "Norfolk Island"
2762
- msgstr "Norfolk"
2763
-
2764
- #: ../lib/tribe-view-helpers.class.php:206
2765
- msgid "Northern Mariana Islands"
2766
- msgstr "Illes Mariannes del Nord"
2767
-
2768
- #: ../lib/tribe-view-helpers.class.php:207
2769
- msgid "Norway"
2770
- msgstr "Noruega"
2771
-
2772
- #: ../lib/tribe-view-helpers.class.php:208
2773
- msgid "Oman"
2774
- msgstr "Oman"
2775
-
2776
- #: ../lib/tribe-view-helpers.class.php:209
2777
- msgid "Pakistan"
2778
- msgstr "Paquiistan"
2779
-
2780
- #: ../lib/tribe-view-helpers.class.php:210
2781
- msgid "Palau"
2782
- msgstr "Palau"
2783
-
2784
- #: ../lib/tribe-view-helpers.class.php:211
2785
- msgid "Panama"
2786
- msgstr "Panamà"
2787
-
2788
- #: ../lib/tribe-view-helpers.class.php:212
2789
- msgid "Papua New Guinea"
2790
- msgstr "Nova Guinea Pàpua"
2791
-
2792
- #: ../lib/tribe-view-helpers.class.php:213
2793
- msgid "Paraguay"
2794
- msgstr "Paraguai"
2795
-
2796
- #: ../lib/tribe-view-helpers.class.php:214
2797
- msgid "Peru"
2798
- msgstr "Perú"
2799
-
2800
- #: ../lib/tribe-view-helpers.class.php:215
2801
- msgid "Philippines"
2802
- msgstr "Filipines"
2803
-
2804
- #: ../lib/tribe-view-helpers.class.php:216
2805
- msgid "Pitcairn"
2806
- msgstr "Illes Pitcairn"
2807
-
2808
- #: ../lib/tribe-view-helpers.class.php:217
2809
- msgid "Poland"
2810
- msgstr "Polònia"
2811
-
2812
- #: ../lib/tribe-view-helpers.class.php:218
2813
- msgid "Portugal"
2814
- msgstr "Portugal"
2815
-
2816
- #: ../lib/tribe-view-helpers.class.php:219
2817
- msgid "Puerto Rico"
2818
- msgstr "Puerto Rico"
2819
-
2820
- #: ../lib/tribe-view-helpers.class.php:220
2821
- msgid "Qatar"
2822
- msgstr "Qatar"
2823
-
2824
- #: ../lib/tribe-view-helpers.class.php:221
2825
- msgid "Reunion"
2826
- msgstr "Reunió"
2827
-
2828
- #: ../lib/tribe-view-helpers.class.php:222
2829
- msgid "Romania"
2830
- msgstr "Romania"
2831
-
2832
- #: ../lib/tribe-view-helpers.class.php:223
2833
- msgid "Russian Federation"
2834
- msgstr "Rússia"
2835
-
2836
- #: ../lib/tribe-view-helpers.class.php:224
2837
- msgid "Rwanda"
2838
- msgstr "Ruanda"
2839
-
2840
- #: ../lib/tribe-view-helpers.class.php:225
2841
- msgid "Saint Kitts And Nevis"
2842
- msgstr "Saint Kitts i Nevis"
2843
-
2844
- #: ../lib/tribe-view-helpers.class.php:226
2845
- msgid "Saint Lucia"
2846
- msgstr "Santa Llúcia"
2847
-
2848
- #: ../lib/tribe-view-helpers.class.php:227
2849
- msgid "Saint Vincent And The Grenadines"
2850
- msgstr "Saint Vincent i les Grenadines"
2851
-
2852
- #: ../lib/tribe-view-helpers.class.php:228
2853
- msgid "Samoa"
2854
- msgstr "Samoa"
2855
-
2856
- #: ../lib/tribe-view-helpers.class.php:229
2857
- msgid "San Marino"
2858
- msgstr "San Marino"
2859
-
2860
- #: ../lib/tribe-view-helpers.class.php:230
2861
- msgid "Sao Tome And Principe"
2862
- msgstr "São Tomé i Príncipe"
2863
-
2864
- #: ../lib/tribe-view-helpers.class.php:231
2865
- msgid "Saudi Arabia"
2866
- msgstr "Aràbia Saüdita"
2867
-
2868
- #: ../lib/tribe-view-helpers.class.php:232
2869
- msgid "Senegal"
2870
- msgstr "Senegal"
2871
-
2872
- #: ../lib/tribe-view-helpers.class.php:233
2873
- msgid "Serbia"
2874
- msgstr "Sèrbia"
2875
-
2876
- #: ../lib/tribe-view-helpers.class.php:234
2877
- msgid "Seychelles"
2878
- msgstr "Seychelles"
2879
-
2880
- #: ../lib/tribe-view-helpers.class.php:235
2881
- msgid "Sierra Leone"
2882
- msgstr "Sierra Leone"
2883
-
2884
- #: ../lib/tribe-view-helpers.class.php:236
2885
- msgid "Singapore"
2886
- msgstr "Singapur"
2887
-
2888
- #: ../lib/tribe-view-helpers.class.php:237
2889
- msgid "Slovakia (Slovak Republic)"
2890
- msgstr "Eslovàquia"
2891
-
2892
- #: ../lib/tribe-view-helpers.class.php:238
2893
- msgid "Slovenia"
2894
- msgstr "Eslovènia"
2895
-
2896
- #: ../lib/tribe-view-helpers.class.php:239
2897
- msgid "Solomon Islands"
2898
- msgstr "Illes Salomó"
2899
-
2900
- #: ../lib/tribe-view-helpers.class.php:240
2901
- msgid "Somalia"
2902
- msgstr "Somàlia"
2903
-
2904
- #: ../lib/tribe-view-helpers.class.php:241
2905
- msgid "South Africa"
2906
- msgstr "República de Sud-àfrica"
2907
-
2908
- #: ../lib/tribe-view-helpers.class.php:242
2909
- msgid "South Georgia, South Sandwich Islands"
2910
- msgstr "Illes Geòrgia del Sud i Sandwich del Sud"
2911
-
2912
- #: ../lib/tribe-view-helpers.class.php:243
2913
- msgid "Spain"
2914
- msgstr "Espanya"
2915
-
2916
- #: ../lib/tribe-view-helpers.class.php:244
2917
- msgid "Sri Lanka"
2918
- msgstr "Sri Lanka"
2919
-
2920
- #: ../lib/tribe-view-helpers.class.php:245
2921
- msgid "St. Helena"
2922
- msgstr "Santa Helena"
2923
-
2924
- #: ../lib/tribe-view-helpers.class.php:246
2925
- msgid "St. Pierre And Miquelon"
2926
- msgstr "Saint Pierre i Miquelon"
2927
-
2928
- #: ../lib/tribe-view-helpers.class.php:247
2929
- msgid "Sudan"
2930
- msgstr "Sudan"
2931
-
2932
- #: ../lib/tribe-view-helpers.class.php:248
2933
- msgid "Suriname"
2934
- msgstr "Surinam"
2935
-
2936
- #: ../lib/tribe-view-helpers.class.php:249
2937
- msgid "Svalbard And Jan Mayen Islands"
2938
- msgstr "Svalbard i Jan Mayen"
2939
-
2940
- #: ../lib/tribe-view-helpers.class.php:250
2941
- msgid "Swaziland"
2942
- msgstr "Suazilàndia"
2943
-
2944
- #: ../lib/tribe-view-helpers.class.php:251
2945
- msgid "Sweden"
2946
- msgstr "Suècia"
2947
-
2948
- #: ../lib/tribe-view-helpers.class.php:252
2949
- msgid "Switzerland"
2950
- msgstr "Suïssa"
2951
-
2952
- #: ../lib/tribe-view-helpers.class.php:253
2953
- msgid "Syrian Arab Republic"
2954
- msgstr "Síria"
2955
-
2956
- #: ../lib/tribe-view-helpers.class.php:254
2957
- msgid "Taiwan"
2958
- msgstr "Taiwan"
2959
-
2960
- #: ../lib/tribe-view-helpers.class.php:255
2961
- msgid "Tajikistan"
2962
- msgstr "Tatgiquistan"
2963
-
2964
- #: ../lib/tribe-view-helpers.class.php:256
2965
- msgid "Tanzania, United Republic Of"
2966
- msgstr "Tanzània"
2967
-
2968
- #: ../lib/tribe-view-helpers.class.php:257
2969
- msgid "Thailand"
2970
- msgstr "Tailàndia"
2971
-
2972
- #: ../lib/tribe-view-helpers.class.php:258
2973
- msgid "Togo"
2974
- msgstr "Togo"
2975
-
2976
- #: ../lib/tribe-view-helpers.class.php:259
2977
- msgid "Tokelau"
2978
- msgstr "Tokelau"
2979
-
2980
- #: ../lib/tribe-view-helpers.class.php:260
2981
- msgid "Tonga"
2982
- msgstr "Tonga"
2983
-
2984
- #: ../lib/tribe-view-helpers.class.php:261
2985
- msgid "Trinidad And Tobago"
2986
- msgstr "Trinitat i Tobago"
2987
-
2988
- #: ../lib/tribe-view-helpers.class.php:262
2989
- msgid "Tunisia"
2990
- msgstr "Tunisia"
2991
-
2992
- #: ../lib/tribe-view-helpers.class.php:263
2993
- msgid "Turkey"
2994
- msgstr "Turquia"
2995
-
2996
- #: ../lib/tribe-view-helpers.class.php:264
2997
- msgid "Turkmenistan"
2998
- msgstr "Turcmenistan"
2999
-
3000
- #: ../lib/tribe-view-helpers.class.php:265
3001
- msgid "Turks And Caicos Islands"
3002
- msgstr "Illes de Turks i Caicos"
3003
-
3004
- #: ../lib/tribe-view-helpers.class.php:266
3005
- msgid "Tuvalu"
3006
- msgstr "Tuvalu"
3007
-
3008
- #: ../lib/tribe-view-helpers.class.php:267
3009
- msgid "Uganda"
3010
- msgstr "Uganda"
3011
-
3012
- #: ../lib/tribe-view-helpers.class.php:268
3013
- msgid "Ukraine"
3014
- msgstr "Ucraïna"
3015
-
3016
- #: ../lib/tribe-view-helpers.class.php:269
3017
- msgid "United Arab Emirates"
3018
- msgstr "Emirats Àrabs Units"
3019
-
3020
- #: ../lib/tribe-view-helpers.class.php:270
3021
- msgid "United Kingdom"
3022
- msgstr "Regne Unit"
3023
-
3024
- #: ../lib/tribe-view-helpers.class.php:271
3025
- msgid "United States Minor Outlying Islands"
3026
- msgstr "Illes Perifèriques Menors dels EUA"
3027
-
3028
- #: ../lib/tribe-view-helpers.class.php:272
3029
- msgid "Uruguay"
3030
- msgstr "Uruguai"
3031
-
3032
- #: ../lib/tribe-view-helpers.class.php:273
3033
- msgid "Uzbekistan"
3034
- msgstr "Usbequistan"
3035
-
3036
- #: ../lib/tribe-view-helpers.class.php:274
3037
- msgid "Vanuatu"
3038
- msgstr "Vanuatu"
3039
-
3040
- #: ../lib/tribe-view-helpers.class.php:275
3041
- msgid "Venezuela"
3042
- msgstr "Veneçuela"
3043
-
3044
- #: ../lib/tribe-view-helpers.class.php:276
3045
- msgid "Viet Nam"
3046
- msgstr "Vietnam"
3047
-
3048
- #: ../lib/tribe-view-helpers.class.php:277
3049
- msgid "Virgin Islands (British)"
3050
- msgstr "Illes Verges Britàniques"
3051
-
3052
- #: ../lib/tribe-view-helpers.class.php:278
3053
- msgid "Virgin Islands (U.S.)"
3054
- msgstr "Illes Verges Americanes"
3055
-
3056
- #: ../lib/tribe-view-helpers.class.php:279
3057
- msgid "Wallis And Futuna Islands"
3058
- msgstr "Wallis i Futuna"
3059
-
3060
- #: ../lib/tribe-view-helpers.class.php:280
3061
- msgid "Western Sahara"
3062
- msgstr "Sàhara Occidental"
3063
-
3064
- #: ../lib/tribe-view-helpers.class.php:281
3065
- msgid "Yemen"
3066
- msgstr "Iemen"
3067
-
3068
- #: ../lib/tribe-view-helpers.class.php:282
3069
- msgid "Zambia"
3070
- msgstr "Zàmbia"
3071
-
3072
- #: ../lib/tribe-view-helpers.class.php:283
3073
- msgid "Zimbabwe"
3074
- msgstr "Zimbàbue"
3075
-
3076
- #: ../lib/tribe-view-helpers.class.php:308
3077
- msgid "Alabama"
3078
- msgstr "Alabama"
3079
-
3080
- #: ../lib/tribe-view-helpers.class.php:309
3081
- msgid "Alaska"
3082
- msgstr "Alaska"
3083
-
3084
- #: ../lib/tribe-view-helpers.class.php:310
3085
- msgid "Arizona"
3086
- msgstr "Arizona"
3087
-
3088
- #: ../lib/tribe-view-helpers.class.php:311
3089
- msgid "Arkansas"
3090
- msgstr "Arkansas"
3091
-
3092
- #: ../lib/tribe-view-helpers.class.php:312
3093
- msgid "California"
3094
- msgstr "Califòrnia"
3095
-
3096
- #: ../lib/tribe-view-helpers.class.php:313
3097
- msgid "Colorado"
3098
- msgstr "Colorado"
3099
-
3100
- #: ../lib/tribe-view-helpers.class.php:314
3101
- msgid "Connecticut"
3102
- msgstr "Connecticut"
3103
-
3104
- #: ../lib/tribe-view-helpers.class.php:315
3105
- msgid "Delaware"
3106
- msgstr "Delaware"
3107
-
3108
- #: ../lib/tribe-view-helpers.class.php:316
3109
- msgid "District of Columbia"
3110
- msgstr "Districte de Colúmbia"
3111
-
3112
- #: ../lib/tribe-view-helpers.class.php:317
3113
- msgid "Florida"
3114
- msgstr "Florida"
3115
-
3116
- #: ../lib/tribe-view-helpers.class.php:319
3117
- msgid "Hawaii"
3118
- msgstr "Hawaii"
3119
-
3120
- #: ../lib/tribe-view-helpers.class.php:320
3121
- msgid "Idaho"
3122
- msgstr "Idaho"
3123
-
3124
- #: ../lib/tribe-view-helpers.class.php:321
3125
- msgid "Illinois"
3126
- msgstr "Illinois"
3127
-
3128
- #: ../lib/tribe-view-helpers.class.php:322
3129
- msgid "Indiana"
3130
- msgstr "Indiana"
3131
-
3132
- #: ../lib/tribe-view-helpers.class.php:323
3133
- msgid "Iowa"
3134
- msgstr "Iowa"
3135
-
3136
- #: ../lib/tribe-view-helpers.class.php:324
3137
- msgid "Kansas"
3138
- msgstr "Kansas"
3139
-
3140
- #: ../lib/tribe-view-helpers.class.php:325
3141
- msgid "Kentucky"
3142
- msgstr "Kentucky"
3143
-
3144
- #: ../lib/tribe-view-helpers.class.php:326
3145
- msgid "Louisiana"
3146
- msgstr "Louisiana"
3147
-
3148
- #: ../lib/tribe-view-helpers.class.php:327
3149
- msgid "Maine"
3150
- msgstr "Maine"
3151
-
3152
- #: ../lib/tribe-view-helpers.class.php:328
3153
- msgid "Maryland"
3154
- msgstr "Maryland"
3155
-
3156
- #: ../lib/tribe-view-helpers.class.php:329
3157
- msgid "Massachusetts"
3158
- msgstr "Massachusetts"
3159
-
3160
- #: ../lib/tribe-view-helpers.class.php:330
3161
- msgid "Michigan"
3162
- msgstr "Michigan"
3163
-
3164
- #: ../lib/tribe-view-helpers.class.php:331
3165
- msgid "Minnesota"
3166
- msgstr "Minnesota"
3167
-
3168
- #: ../lib/tribe-view-helpers.class.php:332
3169
- msgid "Mississippi"
3170
- msgstr "Mississippi"
3171
-
3172
- #: ../lib/tribe-view-helpers.class.php:333
3173
- msgid "Missouri"
3174
- msgstr "Missouri"
3175
-
3176
- #: ../lib/tribe-view-helpers.class.php:334
3177
- msgid "Montana"
3178
- msgstr "Montana"
3179
-
3180
- #: ../lib/tribe-view-helpers.class.php:335
3181
- msgid "Nebraska"
3182
- msgstr "Nebraska"
3183
-
3184
- #: ../lib/tribe-view-helpers.class.php:336
3185
- msgid "Nevada"
3186
- msgstr "Nevada"
3187
-
3188
- #: ../lib/tribe-view-helpers.class.php:337
3189
- msgid "New Hampshire"
3190
- msgstr "Nou Hampshire"
3191
-
3192
- #: ../lib/tribe-view-helpers.class.php:338
3193
- msgid "New Jersey"
3194
- msgstr "Nova Jersey"
3195
-
3196
- #: ../lib/tribe-view-helpers.class.php:339
3197
- msgid "New Mexico"
3198
- msgstr "Nou Mèxic"
3199
-
3200
- #: ../lib/tribe-view-helpers.class.php:340
3201
- msgid "New York"
3202
- msgstr "Nova York"
3203
-
3204
- #: ../lib/tribe-view-helpers.class.php:341
3205
- msgid "North Carolina"
3206
- msgstr "Carolina del Nord"
3207
-
3208
- #: ../lib/tribe-view-helpers.class.php:342
3209
- msgid "North Dakota"
3210
- msgstr "Dakota del Nord"
3211
-
3212
- #: ../lib/tribe-view-helpers.class.php:343
3213
- msgid "Ohio"
3214
- msgstr "Ohio"
3215
-
3216
- #: ../lib/tribe-view-helpers.class.php:344
3217
- msgid "Oklahoma"
3218
- msgstr "Oklahoma"
3219
-
3220
- #: ../lib/tribe-view-helpers.class.php:345
3221
- msgid "Oregon"
3222
- msgstr "Oregon"
3223
-
3224
- #: ../lib/tribe-view-helpers.class.php:346
3225
- msgid "Pennsylvania"
3226
- msgstr "Pennsilvània"
3227
-
3228
- #: ../lib/tribe-view-helpers.class.php:347
3229
- msgid "Rhode Island"
3230
- msgstr "Rhode Island"
3231
-
3232
- #: ../lib/tribe-view-helpers.class.php:348
3233
- msgid "South Carolina"
3234
- msgstr "Carolina del Sud"
3235
-
3236
- #: ../lib/tribe-view-helpers.class.php:349
3237
- msgid "South Dakota"
3238
- msgstr "Dakota del Sud"
3239
-
3240
- #: ../lib/tribe-view-helpers.class.php:350
3241
- msgid "Tennessee"
3242
- msgstr "Tennessee"
3243
-
3244
- #: ../lib/tribe-view-helpers.class.php:351
3245
- msgid "Texas"
3246
- msgstr "Texas"
3247
-
3248
- #: ../lib/tribe-view-helpers.class.php:352
3249
- msgid "Utah"
3250
- msgstr "Utah"
3251
-
3252
- #: ../lib/tribe-view-helpers.class.php:353
3253
- msgid "Vermont"
3254
- msgstr "Vermont"
3255
-
3256
- #: ../lib/tribe-view-helpers.class.php:354
3257
- msgid "Virginia"
3258
- msgstr "Virgínia"
3259
-
3260
- #: ../lib/tribe-view-helpers.class.php:355
3261
- msgid "Washington"
3262
- msgstr "Washington"
3263
-
3264
- #: ../lib/tribe-view-helpers.class.php:356
3265
- msgid "West Virginia"
3266
- msgstr "Virgínia de l'Oest"
3267
-
3268
- #: ../lib/tribe-view-helpers.class.php:357
3269
- msgid "Wisconsin"
3270
- msgstr "Wisconsin"
3271
-
3272
- #: ../lib/tribe-view-helpers.class.php:358
3273
- msgid "Wyoming"
3274
- msgstr "Wyoming"
3275
-
3276
- #
3277
- #: ../lib/widget-list.class.php:21
3278
- msgid "A widget that displays upcoming events."
3279
- msgstr "Un giny que mostra els propers esdeveniments."
3280
-
3281
- #: ../lib/widget-list.class.php:27
3282
- msgid "Events List"
3283
- msgstr "Llista d'esdeveniments"
3284
-
3285
- #: ../lib/widget-list.class.php:114
3286
- msgid "View All Events"
3287
- msgstr "Mostra tots els esdeveniments"
3288
-
3289
- #: ../lib/widget-list.class.php:117
3290
- msgid "There are no upcoming events at this time."
3291
- msgstr "No hi ha propers esdeveniments per mostrar."
3292
-
3293
- #: ../lib/template-classes/month.php:75
3294
- #, php-format
3295
- msgid ""
3296
- "There were no results found for <strong>\"%s\"</strong> this month. Try "
3297
- "searching next month."
3298
- msgstr ""
3299
- "No hem trobat cap resultat per a <strong>\"%s\"</strong> aquest mes. Prova "
3300
- "de buscar el mes següent."
3301
-
3302
- #: ../lib/template-classes/single-event.php:99
3303
- msgid "This event has passed."
3304
- msgstr "Aquest esdeveniment ja s'ha celebrat."
3305
-
3306
- #: ../lib/tickets/tribe-tickets-attendees.php:67
3307
- msgid "Order #"
3308
- msgstr "Comanda #"
3309
-
3310
- #: ../lib/tickets/tribe-tickets-attendees.php:68
3311
- msgid "Order Status"
3312
- msgstr "Estat de la comanda"
3313
-
3314
- #: ../lib/tickets/tribe-tickets-attendees.php:69
3315
- msgid "Purchaser name"
3316
- msgstr "Nom del comprador"
3317
-
3318
- #: ../lib/tickets/tribe-tickets-attendees.php:70
3319
- msgid "Purchaser email"
3320
- msgstr "e-mail del comprador"
3321
-
3322
- #: ../lib/tickets/tribe-tickets-attendees.php:71
3323
- msgid "Ticket type"
3324
- msgstr "Tipus de bitllet d'entrada"
3325
-
3326
- #
3327
- #: ../lib/tickets/tribe-tickets-attendees.php:72
3328
- #: ../views/tickets/email.php:316
3329
- msgid "Ticket #"
3330
- msgstr "Bitllet #"
3331
-
3332
- #: ../lib/tickets/tribe-tickets-attendees.php:73
3333
- #: ../views/tickets/email.php:328
3334
- msgid "Security Code"
3335
- msgstr "Codi de seguretat"
3336
-
3337
- #: ../lib/tickets/tribe-tickets-attendees.php:74
3338
- #: ../lib/tickets/tribe-tickets-attendees.php:144
3339
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3340
- msgid "Check in"
3341
- msgstr "Registrar"
3342
-
3343
- #: ../lib/tickets/tribe-tickets-attendees.php:145
3344
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3345
- msgid "Undo Check in"
3346
- msgstr "Desfés registrar"
3347
-
3348
- #: ../lib/tickets/tribe-tickets-attendees.php:179
3349
- msgid "Print"
3350
- msgstr "Imprimir"
3351
-
3352
- #
3353
- #: ../lib/tickets/tribe-tickets-attendees.php:180
3354
- msgid "Email"
3355
- msgstr "e-mail"
3356
-
3357
- #
3358
- #: ../lib/tickets/tribe-tickets-attendees.php:181
3359
- msgid "Export"
3360
- msgstr "Exportar"
3361
-
3362
- #: ../lib/tickets/tribe-tickets-attendees.php:187
3363
- msgid "Filter by ticket #, order # or security code"
3364
- msgstr "Filtre segons bitllet d'entrada #, ordre # o codi de seguretat"
3365
-
3366
- #
3367
- #: ../lib/tickets/tribe-tickets-metabox.php:24
3368
- msgid "Tickets"
3369
- msgstr "Bitllet d'entrada"
3370
-
3371
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3372
- msgid "Ticket header image"
3373
- msgstr "Imatge per a la capçalera del bitllet d'entrada"
3374
-
3375
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3376
- msgid "Set as ticket header"
3377
- msgstr "Estableix com a capçalera del bitllet d'entrada"
3378
-
3379
- #: ../lib/tickets/tribe-tickets-pro.php:107
3380
- msgid "You need to select a user or type a valid email address"
3381
- msgstr "Has de seleccionar un usuari o escriure una adreça d'e-mail vàlida"
3382
-
3383
- #: ../lib/tickets/tribe-tickets-pro.php:108
3384
- msgid "Sending..."
3385
- msgstr "Enviant..."
3386
-
3387
- #: ../lib/tickets/tribe-tickets-pro.php:136
3388
- msgid "Columns"
3389
- msgstr "Columnes"
3390
-
3391
- #: ../lib/tickets/tribe-tickets-pro.php:137
3392
- msgid ""
3393
- "You can use Screen Options to select which columns you want to see. The "
3394
- "selection works in the table below, in the email, for print and for the CSV "
3395
- "export."
3396
- msgstr ""
3397
- "Pots utilitzar les opcions de pantalla per a seleccionar les columnes que "
3398
- "vols veure. La selecció funciona a la taula segúent, a l'e-mail, per a "
3399
- "imprimir i per a exportar com a CSV."
3400
-
3401
- #: ../lib/tickets/tribe-tickets-pro.php:258
3402
- msgid "attendees"
3403
- msgstr "Assitents"
3404
-
3405
- #: ../lib/tickets/tribe-tickets-pro.php:308
3406
- #, php-format
3407
- msgid "Attendee List for: %s"
3408
- msgstr "Llista d'assistens per a: %s"
3409
-
3410
- #: ../lib/tickets/tribe-tickets.php:292
3411
- msgid "Your ticket has been saved."
3412
- msgstr "El teu bitllet s'ha guardat."
3413
-
3414
- #: ../lib/tickets/tribe-tickets.php:369
3415
- msgid "Your ticket has been deleted."
3416
- msgstr "El teu bitllet s'ha borrat."
3417
-
3418
- #: ../public/advanced-functions/meta.php:35
3419
- msgid "Start:"
3420
- msgstr "Inici:"
3421
-
3422
- #: ../public/advanced-functions/meta.php:42
3423
- msgid "End:"
3424
- msgstr "Final:"
3425
-
3426
- #: ../public/advanced-functions/meta.php:51
3427
- msgid "Date:"
3428
- msgstr "Data:"
3429
-
3430
- #: ../public/advanced-functions/meta.php:233
3431
- msgid "Click to view a Google Map"
3432
- msgstr "Clickeu per veure Google Map"
3433
-
3434
- #
3435
- #: ../public/advanced-functions/meta.php:234
3436
- msgid "+ Google Map"
3437
- msgstr "+ Google Map"
3438
-
3439
- #: ../public/advanced-functions/meta.php:245
3440
- msgid "Details"
3441
- msgstr "Detalls"
3442
-
3443
- #
3444
- #: ../public/advanced-functions/meta.php:295
3445
- msgid "Event Tags:"
3446
- msgstr "Etiquetes de l'esdeveniment:"
3447
-
3448
- #: ../public/advanced-functions/meta.php:321
3449
- msgid "Origin:"
3450
- msgstr "Origen:"
3451
-
3452
- #: ../public/advanced-functions/meta.php:458
3453
- msgid "Event:"
3454
- msgstr "Esdeveniment:"
3455
-
3456
- #
3457
- #: ../public/template-tags/deprecated.php:1143
3458
- msgid "Category"
3459
- msgstr "Categoria"
3460
-
3461
- #: ../public/template-tags/general.php:306
3462
- msgid "Tags:"
3463
- msgstr "Etiquetes:"
3464
-
3465
- #
3466
- #: ../public/template-tags/general.php:392
3467
- msgid "Loading Events"
3468
- msgstr "Carregant esdeveniments"
3469
-
3470
- #: ../public/template-tags/general.php:531
3471
- msgid "Free"
3472
- msgstr "De franc"
3473
-
3474
- #
3475
- #: ../public/template-tags/general.php:703
3476
- msgid "Recurring Event"
3477
- msgstr "Esdeveniment periòdic"
3478
-
3479
- #: ../public/template-tags/general.php:706
3480
- msgid "(See all)"
3481
- msgstr "(Veure'ls tots)"
3482
-
3483
- #: ../public/template-tags/general.php:982
3484
- #, php-format
3485
- msgid "Calendar powered by %sThe Events Calendar%s"
3486
- msgstr "Calendari basat en %sThe Events Calendar%s"
3487
-
3488
- #: ../public/template-tags/loop.php:150
3489
- #, php-format
3490
- msgid "Events for %1$s"
3491
- msgstr "Esdeveniments per a %1$s"
3492
-
3493
- #: ../public/template-tags/loop.php:158
3494
- #, php-format
3495
- msgid "Events for %1$s through %2$s"
3496
- msgstr "Esdeveniments per a %1$s fins a %2$s"
3497
-
3498
- #
3499
- #: ../public/template-tags/loop.php:171
3500
- msgid "Events for "
3501
- msgstr "Esdeveniments per a "
3502
-
3503
- #: ../public/template-tags/options.php:20
3504
- #, php-format
3505
- msgid "Your current Events URL is %s"
3506
- msgstr "L'adreça actual als esdeveniments és %s"
3507
-
3508
- #: ../public/template-tags/options.php:31
3509
- #, php-format
3510
- msgid ""
3511
- "You <strong>cannot</strong> use the same slug as above. The above should "
3512
- "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
3513
- msgstr ""
3514
- "<strong>No</strong> pots fer servir aquesta adreça amigable. Aquesta hauria "
3515
- "de ser plural i és singular. <br />L'adreça amigable pel vostre esdeveniment "
3516
- "únic és: %s"
3517
-
3518
- #
3519
- #: ../views/single-event.php:23
3520
- msgid "&laquo; All Events"
3521
- msgstr "&laquo; Tots els esdeveniments"
3522
-
3523
- #
3524
- #: ../views/single-event.php:42 ../views/single-event.php:73
3525
- msgid "Event Navigation"
3526
- msgstr "Navegació per l'esdeveniment"
3527
-
3528
- #
3529
- #: ../views/list/nav.php:16
3530
- msgid "Events List Navigation"
3531
- msgstr "Navegació per la llista d'esdeveniments"
3532
-
3533
- #: ../views/list/single-event.php:76
3534
- msgid "Find out more"
3535
- msgstr "Descobreix-ne més"
3536
-
3537
- #
3538
- #: ../views/modules/bar.php:31 ../views/modules/bar.php:60
3539
- msgid "Find Events"
3540
- msgstr "Troba esdeveniments"
3541
-
3542
- #: ../views/modules/bar.php:38
3543
- msgid "Event Views Navigation"
3544
- msgstr "Navegació per les vistes d'esdeveniments"
3545
-
3546
- #
3547
- #: ../views/modules/bar.php:39
3548
- msgid "View As"
3549
- msgstr "Veure com a"
3550
-
3551
- #
3552
- #: ../views/month/nav.php:18
3553
- msgid "Calendar Month Navigation"
3554
- msgstr "Navegació per calendari mensual"
3555
-
3556
- #
3557
- #: ../views/tickets/attendees-email.php:25
3558
- msgid "Attendee List"
3559
- msgstr "Llista d'assistents"
3560
-
3561
- #
3562
- #: ../views/tickets/email.php:39
3563
- msgid "Your tickets"
3564
- msgstr "Els teus bitllets d'entrada"
3565
-
3566
- #: ../views/tickets/email.php:320
3567
- msgid "Ticket Type"
3568
- msgstr "Tipus de bitllet d'entrada"
3569
-
3570
- #: ../views/tickets/email.php:324
3571
- msgid "Purchaser"
3572
- msgstr "Comprador"
3573
-
3574
- #~ msgid ""
3575
- #~ "Want to modify the display of this widget? Try a %stemplate override%s."
3576
- #~ msgstr ""
3577
- #~ "Vols modificar les opcions d'aquest giny? Prova una %sreescriptura de la "
3578
- #~ "plantilla%s."
3579
-
3580
- #~ msgid ""
3581
- #~ "These styles provide a bare minimum level of layout for the more complex "
3582
- #~ "templates, and is recommended if you're customizing the events template "
3583
- #~ "styles."
3584
- #~ msgstr ""
3585
- #~ "Aquests estils proporcionen un nivell mínim de disseny de les plantilles "
3586
- #~ "més complexes, i es recomane'n si estàs personalitzant els estils de la "
3587
- #~ "plantilla dels esdeveniments."
3588
-
3589
- #~ msgid ""
3590
- #~ "These styles provide a more complex level of layout and style and should "
3591
- #~ "adapt to your theme"
3592
- #~ msgstr ""
3593
- #~ "Aquests estils proporcionen un nivell més complex de disseny i estil, i "
3594
- #~ "s'han d'adaptar al teu tema"
3595
-
3596
- #~ msgid "These styles provide a fully designed events theme"
3597
- #~ msgstr ""
3598
- #~ "Aquests estils proporcionen un tema d'esdeveniments completament dissenyat"
3599
-
3600
- #~ msgid ""
3601
- #~ "If this is your first time using The Events Calendar,you're in for a "
3602
- #~ "treat. You're going to find it super-easy to get up and running with "
3603
- #~ "managing your events. Here are some ways to get started:</"
3604
- #~ "p><ul><li><strong>Feeling adventurous?</strong> Jump right into it by "
3605
- #~ "visiting the Events menu to <a href=\"%s\">add your first event</a>.</"
3606
- #~ "li><li><strong>Want to get the low-down first?</strong> Visit our <a href="
3607
- #~ "\"%s\">new user primer</a>, designed to help familiarize you with the "
3608
- #~ "plugin basics.</li></ul>"
3609
- #~ msgstr ""
3610
- #~ "Si aquesta és la primera vegada que utilitzes The Events Calendar, estàs "
3611
- #~ "d'enhorabona. Trobaràs súper fàcil posar-lo en funcionament i gestionar "
3612
- #~ "els teus esdeveniments. Aquí hi trobaràs algunes maneres de començar:</"
3613
- #~ "p><ul><li><strong>Amb ganes d'aventura?</strong>Tira-t'hi de cap visitant "
3614
- #~ "el menu Events per <a href=\"%s\">afegir el teu primer esdeveniment</a>.</"
3615
- #~ "li><li><strong>Prefereixes començar pas a pas?</strong> Visita les "
3616
- #~ "nostres <a href=\"http://tri.be/support/documentation/events-calendar-pro-"
3617
- #~ "new-user-primer/%s\">instruccions per a principiants</a>, pensades per a "
3618
- #~ "ajudar-te a familiaritzar-te amb els aspectes bàsics del plugin.</li></ul>"
3619
-
3620
- #~ msgid ""
3621
- #~ "<p>We love all our users and want to help free & PRO customers alike. If "
3622
- #~ "you're running the latest version of The Events Calendar and are having "
3623
- #~ "problems, post a thread at the %s on WordPress.org. We hit the forum once "
3624
- #~ "a week to look for legitimate bug reports and do what we can to assist "
3625
- #~ "users.</p>"
3626
- #~ msgstr ""
3627
- #~ "<p>Volem ajudar tots els nostres usuaris i volem ajudar els clients de "
3628
- #~ "les dues versions, la PRO de pagament i la gratuïta. Si estàs utlilitzant "
3629
- #~ "la darrera versió de The Events Calendar i tens algún problema, fés una "
3630
- #~ "entrada al %s de WordPress.org. El visitem una vegada a la setmana per a "
3631
- #~ "trobar bug reports i fem el que podem per assistir als usuaris."
3632
-
3633
- #~ msgid "forum for The Events Calendar"
3634
- #~ msgstr "fòrum per The Events calendar"
3635
-
3636
- #~ msgid ""
3637
- #~ "<p>If you need additional help, %sEvents Calendar Pro%s gets you access "
3638
- #~ "to our support forums for a full year.</p>"
3639
- #~ msgstr ""
3640
- #~ "<p>Si necessites ajuda extra, %sEvents Calendar Pro%s et dona accés als "
3641
- #~ "nostres fòrums de suport per a tot un any.</p>"
3642
-
3643
- #
3644
- #~ msgid "A few things to keep in mind before posting:"
3645
- #~ msgstr "Unes quantes coses a tenir en compte abans de crear entrades:"
3646
-
3647
- #~ msgid ""
3648
- #~ "Search recent threads before posting a new one to check that there isn't "
3649
- #~ "already a discussion about your issue."
3650
- #~ msgstr ""
3651
- #~ "Busca fils recents abans d'obrir-ne un de nou per comprovar que realment "
3652
- #~ "no hi hagi ja una discusió sobre aquest tema."
3653
-
3654
- #~ msgid ""
3655
- #~ "Check whether the issue is a conflict with another plugin or your theme. "
3656
- #~ "This can be tested easily on a staging site by deactivating other plugins "
3657
- #~ "one-by-one, and reverting to the default Twenty Twelve theme to see if "
3658
- #~ "conflicts can be easily identified. If you find a conflict, note it in a "
3659
- #~ "support thread."
3660
- #~ msgstr ""
3661
- #~ "Comprova si el teu problema ve d'un conflicte amb un altre plugin o "
3662
- #~ "plantilla. Això ho pots comprovar fàcilment en una pàgina en construcció "
3663
- #~ "desactivant altres plugins un a un, i tornant a la plantilla per defecte "
3664
- #~ "Twenty Twelve per a veure si els conflictes es poden identificar més "
3665
- #~ "fàcilment. Si trobes un conflicte, comenta-ho en el fil de suport que "
3666
- #~ "obris."
3667
-
3668
- #~ msgid ""
3669
- #~ "Sometimes, resaving your permalinks (under <a href=\"%s\">Settings > "
3670
- #~ "Permalinks</a>) can resolve events-related problems on your site. Before "
3671
- #~ "creating a new thread try this handy trick."
3672
- #~ msgstr ""
3673
- #~ "A vegades, refrescar els teus enllaços permanents (a <a href=\"%s"
3674
- #~ "\">Opcions > Enllaços permanents</a>) pot resoldre problemes relacionats "
3675
- #~ "amb els esdeveniments a la teva pàgina. Abans d'obrir un nou fil prova "
3676
- #~ "aquest truc tant pràctic."
3677
-
3678
- #~ msgid ""
3679
- #~ "While we are happy to help with bugs and provide light integration tips "
3680
- #~ "for users of The Events Calendar, on the WordPress.org support forums "
3681
- #~ "we're not able to provide customization tips or assist in integration "
3682
- #~ "with 3rd party plugins."
3683
- #~ msgstr ""
3684
- #~ "Si bé estem contents d'ajudar amb els bugs i donar consells d'integració "
3685
- #~ "per als usuaris d'aquesta agenda, en els fòrums de suport WordPress.org "
3686
- #~ "no som capaços d'oferir consells de personalització o ajudar a la "
3687
- #~ "integració amb els plugins de tercers."
3688
-
3689
- #~ msgid "Still Not Satisfied?"
3690
- #~ msgstr "No esteu satisfet?"
3691
-
3692
- #~ msgid ""
3693
- #~ "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make "
3694
- #~ "sure you have backed up before proceeding any further. You can easily <a "
3695
- #~ "href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/"
3696
- #~ "\">revert to an old version</a> if you want to backup first. This upgrade "
3697
- #~ "includes two major steps, <a href=\"edit.php?post_type="
3698
- #~ msgstr ""
3699
- #~ "Benvingut/da a Events 2.0! Aquesta és una actualització GRAN "
3700
- #~ "actualització del 1.6.5. Siusplau, assegura't que has fet back up abans "
3701
- #~ "de seguir endavant. Pots <a href=\" http://wordpress.org/extend/plugins/"
3702
- #~ "the-events-calendar/download/\">tornar a la versió anterior</a> fàcilment "
3703
- #~ "si vols fer el backup primer. Aquesta actualització inclou dues passes "
3704
- #~ "importants, <a href=\"edit.php?post_type="
3705
-
3706
- #~ msgid "Send PressTrends data"
3707
- #~ msgstr "Enviar dades PressTrends"
3708
-
3709
- #~ msgid ""
3710
- #~ "Help us out by sending analytics data about your usage of The Events "
3711
- #~ "Calendar."
3712
- #~ msgstr ""
3713
- #~ "Ajudar-nos enviant dades analítiques sobre el teu ús de The Events "
3714
- #~ "Calendar."
3715
-
3716
- #~ msgid ""
3717
- #~ "Would you like to help us out and send analytics about your usage of The "
3718
- #~ "Events Calendar?"
3719
- #~ msgstr ""
3720
- #~ "T'agradaria ajudar-nos enviant-nos dades sobre el teu us de The Events "
3721
- #~ "Calendar?"
3722
-
3723
- #~ msgid "Advanced Post Manager"
3724
- #~ msgstr "Administrador avançat d'articles"
3725
-
3726
- #~ msgid "Event Importer"
3727
- #~ msgstr "Importador d'esdeveniments"
3728
-
3729
- #~ msgid "(coming later in 2012)"
3730
- #~ msgstr "(previst per 2012)"
3731
-
3732
- #~ msgid "Conference Manager"
3733
- #~ msgstr "Administrador de conferències"
3734
-
3735
- #, fuzzy
3736
- #~ msgid ""
3737
- #~ "Support is available for both free and PRO customers. If you're running "
3738
- #~ "the latest version of The Events Calendar and have run into problems, "
3739
- #~ "post a forum thread on our %sWordPress.org support forum%s. We visit the "
3740
- #~ "forums a few times a week and will do what we can to help you."
3741
- #~ msgstr ""
3742
- #~ "Volem ajudar als nostres usuaris de la versió de franc i la versió PRO "
3743
- #~ "d'igual manera. Si feu servir l'última versió de The Events Calendar i "
3744
- #~ "teniu problemes, publiqueu un fil al %s a WordPress.org. Comprovem el "
3745
- #~ "fòrum vàries vegades a la setmana per ajudar els usuaris."
3746
-
3747
- #~ msgid "Free Add-Ons"
3748
- #~ msgstr "Complements de franc"
3749
-
3750
- #~ msgid "Tribe App Shop"
3751
- #~ msgstr "Botiga d'apps de Tribe"
3752
-
3753
- #~ msgid "@"
3754
- #~ msgstr "@"
3755
-
3756
- #~ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
3757
- #~ msgstr ""
3758
- #~ "Deixeu en blanc per amagar el camp. Intruïu un 0 per esdeveniments de "
3759
- #~ "franc."
3760
-
3761
- #~ msgid "Which events do you wish to update?"
3762
- #~ msgstr "Quins esdeveniments voleu actualitzar?"
3763
-
3764
- #~ msgid "Select your desired action"
3765
- #~ msgstr "Seleccioneu l'acció desitjada"
3766
-
3767
- #~ msgid "Add functionality to The Events Calendar"
3768
- #~ msgstr "Afegeix funcions a The Events Calendar"
3769
-
3770
- #~ msgid "Determines whether the default events view is a calendar or a list."
3771
- #~ msgstr ""
3772
- #~ "Determina si la visualització predeterminada dels esdeveniments és un "
3773
- #~ "calendari o una llista"
3774
-
3775
- #~ msgid ""
3776
- #~ "This is the number of events displayed per page when returning a list of "
3777
- #~ "events."
3778
- #~ msgstr ""
3779
- #~ "Aquest és el número d'esdeveniments mostrats per pàgina quan es retorna "
3780
- #~ "una llista d'esdeveniments."
3781
-
3782
- #~ msgid "Multiday Event Cutoff"
3783
- #~ msgstr "Límit pels esdeveniments que duren varis díes"
3784
-
3785
- #~ msgid ""
3786
- #~ "For multi-day events, hide the last day from grid view if it ends on or "
3787
- #~ "before this time."
3788
- #~ msgstr ""
3789
- #~ "Per a esdeveniments que duren varis díes, amaga'n l'últim si acaba abans "
3790
- #~ "d'aquesta hora"
3791
-
3792
- #~ msgid ""
3793
- #~ "If you don't have this turned on, your event listings won't have the "
3794
- #~ "backend map preview or frontend embedded map."
3795
- #~ msgstr ""
3796
- #~ "Si no activeu aquesta opció, el vostre llistat d'esdeveniments no tindrà "
3797
- #~ "previsualització de mapa a l'administrador ni mapa inscrustat a la part "
3798
- #~ "pública."
3799
-
3800
- #~ msgid "Google Maps Embed Height"
3801
- #~ msgstr "Alçada de la incrustació de Google Maps"
3802
-
3803
- #~ msgid "Enter a number."
3804
- #~ msgstr "Intruïu un número."
3805
-
3806
- #~ msgid "Google Maps Embed Width"
3807
- #~ msgstr "Amplada de la incrustació de Google Maps"
3808
-
3809
- #~ msgid "Enter a number or %."
3810
- #~ msgstr "Intruïu un número o %"
3811
-
3812
- #~ msgid ""
3813
- #~ "If this is your first time using The Events Calendar, you're in for a "
3814
- #~ "treat. The more adventurous users can jump right into it by finding the "
3815
- #~ "\"Events\" section in the admin menu to the left of this message and "
3816
- #~ "getting down to it. For those who like to dip their toes before diving in "
3817
- #~ "full-on, we've got you covered too. First things first: visit our %s, "
3818
- #~ "designed with folks exactly like yourself in mind and meant to "
3819
- #~ "familiarize you with the plugin's basics. From there, the Resources "
3820
- #~ "listed below (meant to help you kick ass, of course) should keep up the "
3821
- #~ "momentum."
3822
- #~ msgstr ""
3823
- #~ "Si feu servir The Events Calendar per primera vegada, tindreu una "
3824
- #~ "agradable sorpresa. Si sou un usuari intrèpid podeu anar directament a la "
3825
- #~ "secció \"Esdeveniments\" al menu de l'administrador, a l'esquerra "
3826
- #~ "d'aquest missatge, i posar-vos-hi. En cas contrari, visiteu el nostre %s, "
3827
- #~ "dissenyades pensant en gent com vós i encaminades a familiaritzar-vos amb "
3828
- #~ "els aspectes bàsics del plugin. A partir d'aqui, els recursos llistats a "
3829
- #~ "sota us ajudaran en tot allò que necessiteu."
3830
-
3831
- #~ msgid "new user primer"
3832
- #~ msgstr "manual per a nous usuaris"
3833
-
3834
- #~ msgid ""
3835
- #~ "%sMake sure you're running The Events Calendar, rather than Events "
3836
- #~ "Calendar. They're two separate plugins :)%s"
3837
- #~ msgstr ""
3838
- #~ "%sComproveu que feu servir The Events Calendar i no Events Calendar. Són "
3839
- #~ "dos plugins totalment diferents.%s"
3840
-
3841
- #~ msgid "pro@tri.be"
3842
- #~ msgstr "pro@tri.be"
3843
-
3844
- #~ msgid "@moderntribeinc"
3845
- #~ msgstr "@moderntribeinc"
3846
-
3847
- #~ msgid ""
3848
- #~ "Hi! Thank you so much for using the labor of our love. We are Modern "
3849
- #~ "Tribe and we are here to help you kick ass."
3850
- #~ msgstr ""
3851
- #~ "Hola! Gràcies per fer servir el fruit del nostre amor. Som Modern tribe i "
3852
- #~ "volem ajudar-vos a ser collonuts."
3853
-
3854
- #~ msgid "Rating currently unavailable :("
3855
- #~ msgstr "Valoració no disponible"
3856
-
3857
- #~ msgid ""
3858
- #~ "Some themes may require that you add extra divs before the calendar list "
3859
- #~ "to help with styling.<br>This is displayed directly after the header."
3860
- #~ msgstr ""
3861
- #~ "Alguns temes poden necessitar que afegiu etiquetes adicionals abans de la "
3862
- #~ "llista per ajudar amb els estils.<br>Aquest codi apareix directament "
3863
- #~ "després de la capçalera."
3864
-
3865
- #~ msgid "You may use (x)HTML."
3866
- #~ msgstr "Pots fer servir (X)HTML."
3867
-
3868
- #~ msgid ""
3869
- #~ "Some themes may require that you add extra divs after the calendar list "
3870
- #~ "to help with styling.<br>This is displayed directly above the footer."
3871
- #~ msgstr ""
3872
- #~ "Alguns temes poden necessitar que afegiu etiquetes adicionals després de "
3873
- #~ "la llista per ajudar amb els estils.<br>Aquest codi apareix directament "
3874
- #~ "abans del peu."
3875
-
3876
- #~ msgid ""
3877
- #~ "If you wish to customize the widget display yourself, see the file views/"
3878
- #~ "events-list-load-widget-display.php inside the Events Premium plugin."
3879
- #~ msgstr ""
3880
- #~ "Si voleu personalitzar l'aspecte del widget, veieu l'arxiu views/events-"
3881
- #~ "list-load-widget-display.php dins del plugin Events Premium."
3882
-
3883
- #~ msgid ""
3884
- #~ "Your version of %s requires version %s or higher of The Events Calendar "
3885
- #~ "(you are currently running %s). Visit %shelp%s for more information."
3886
- #~ msgstr ""
3887
- #~ "La vostra versió de %s necessita la versió %s o superior de The Events "
3888
- #~ "Calendar (ara feu servir la versió %s). Veieu %sajuda%s per a més "
3889
- #~ "informació."
3890
-
3891
- #~ msgid "Template"
3892
- #~ msgstr "Plantilla"
3893
-
3894
- #~ msgid "App Shop"
3895
- #~ msgstr "App Shop"
3896
-
3897
- #~ msgid "You are not authorized to access this page"
3898
- #~ msgstr "No esteu autoritzat per accedir a aquesta pàgina"
3899
-
3900
- #~ msgid "Access Denied"
3901
- #~ msgstr "Accès denegat"
3902
-
3903
- #~ msgid "WP Router Placeholder Page"
3904
- #~ msgstr "WP Router Placeholder Page"
3905
-
3906
- #~ msgid "%1$s requires WordPress %2$s or higher and PHP %3$s or higher."
3907
- #~ msgstr "%1$s necessita WordPress %2$s o superior i PHP %3$s o superior."
3908
-
3909
- #~ msgid "All Day"
3910
- #~ msgstr "Tot el dia"
3911
-
3912
- #~ msgid "iCal Import"
3913
- #~ msgstr "Importació d'iCal"
3914
-
3915
- #~ msgid "Organizer:"
3916
- #~ msgstr "Organitzador:"
3917
-
3918
- #~ msgid "Updated:"
3919
- #~ msgstr "Actualitzat:"
3920
-
3921
- #~ msgid "Schedule:"
3922
- #~ msgstr "Programació:"
3923
-
3924
- #~ msgid "Add to Google Calendar"
3925
- #~ msgstr "Afegeix a Google Calendar"
3926
-
3927
- #~ msgid "+ Google Calendar"
3928
- #~ msgstr "+ Google Calendar"
3929
-
3930
- #~ msgid "View all &raquo;"
3931
- #~ msgstr "Mostra tots &raquo;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/tribe-events-calendar-de_DE.mo CHANGED
Binary file
lang/tribe-events-calendar-de_DE.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: The Events Calendar v3.9\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-12-05 15:37-0800\n"
6
- "PO-Revision-Date: 2015-01-13 16:48-0800\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DECKERWEB <deckerweb.mobil@googlemail.com>\n"
9
  "Language: de_DE\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.7.3\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -20,3078 +20,3017 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: ..\n"
21
 
22
  # @ tribe-events-calendar
23
- #: ../admin-views/admin-update-message.php:9
24
- #: ../admin-views/admin-welcome-message.php:11
25
- #, php-format
26
- msgid "You are running Version %s and deserve a hug :-)"
27
- msgstr "Sie nutzen Version %s - herzlichen Dank! :-)"
28
 
29
  # @ tribe-events-calendar
30
- #: ../admin-views/admin-update-message.php:32
31
- msgid "Keep the Core Plugin <strong>FREE</strong>!"
32
- msgstr "Halten Sie das Plugin <strong>kostenlos</strong>!"
 
33
 
34
  # @ tribe-events-calendar
35
- #: ../admin-views/admin-update-message.php:33
36
- msgid ""
37
- "Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe "
38
- "not, but more happy users mean more contributions and help on the forums. "
39
- "The community NEEDS your voice."
 
 
 
 
 
 
 
40
  msgstr ""
41
- "Jedes Mal, wenn Sie eine <strong>5 Sterne</strong> Bewertung abgeben wird "
42
- "eine Fee geboren. Vielleicht auch nicht, aber mehr glückliche Nutzer "
43
- "bedeuten mehr Unterstützung und Hilfe in den Foren. Die Community benötigt "
44
- "ihre Stimme."
45
 
46
  # @ tribe-events-calendar
47
- #: ../admin-views/admin-update-message.php:34
48
- #: ../admin-views/admin-welcome-message.php:22
49
- msgid "Rate It"
50
- msgstr "Bewerten"
51
 
52
  # @ tribe-events-calendar
53
- #: ../admin-views/admin-update-message.php:37
54
- msgid "PSST... Want a Discount?"
55
- msgstr "Psst - wollen Sie einen Rabatt?"
56
 
57
  # @ tribe-events-calendar
58
- #: ../admin-views/admin-update-message.php:38
59
- msgid "We send out discounts to our core users via our newsletter."
60
- msgstr "Wir versenden Rabatte an unsere Stammkunden via Newsletter."
 
61
 
62
  # @ tribe-events-calendar
63
- #: ../admin-views/admin-update-message.php:43
64
- #: ../admin-views/admin-welcome-message.php:31
65
- msgid "Sign Up"
66
- msgstr "Anmelden"
 
 
67
 
68
  # @ tribe-events-calendar
69
- #: ../admin-views/admin-update-message.php:49
70
- msgid "Looking for Something Special?"
71
- msgstr "Auf der Suche nach etwas besonderem?"
 
 
 
72
 
73
- # @ default
74
- #: ../admin-views/admin-update-message.php:51
75
- msgid "Pro"
76
- msgstr "Pro"
 
 
 
77
 
78
- # @ default
79
  # @ tribe-events-calendar
80
- #: ../admin-views/admin-update-message.php:52
81
- #: ../lib/tickets/tribe-tickets-metabox.php:26
82
- msgid "Tickets"
83
- msgstr "Karten"
 
84
 
85
- # @ default
86
- #: ../admin-views/admin-update-message.php:53
87
- #, fuzzy
88
- msgid "Community Events"
89
- msgstr "Veranstaltungen bearbeiten"
90
 
91
- # @ default
92
- #: ../admin-views/admin-update-message.php:54
93
- msgid "Filters"
94
- msgstr "Filter"
 
95
 
96
- # @ default
97
- #: ../admin-views/admin-update-message.php:55
98
- msgid "Facebook"
99
- msgstr "Facebook"
 
100
 
101
  # @ tribe-events-calendar
102
- #: ../admin-views/admin-update-message.php:58
103
- #: ../admin-views/admin-welcome-message.php:53
104
- #, fuzzy
105
- msgid "News For Events Users"
106
- msgstr "Neue Veranstaltung"
 
 
 
107
 
108
  # @ tribe-events-calendar
109
- #: ../admin-views/admin-welcome-message.php:19
110
- #, fuzzy
111
- msgid "Keep The Events Calendar Core FREE"
112
- msgstr "Der Events Calendar PRO"
 
 
 
 
 
 
 
 
113
 
114
  # @ tribe-events-calendar
115
- #: ../admin-views/admin-welcome-message.php:20
116
  msgid ""
117
- "5 star ratings help us bring TEC to more users. More happy users mean more "
118
- "support, more features, and more of everything you know and love about The "
119
- "Events Calendar. We couldn't do this without your support."
120
  msgstr ""
121
- "5 Sterne Bewertungen helfen uns TEC mehr Nutzern zur Verfügung zu stellen. "
122
- "Mehr glückliche Nutzer bedeuten mehr Support, mehr Funktionen und alles was "
123
- "Sie an The Events Calendar mögen. Ohne Ihre Unterstützung wäre dies nicht "
124
- "möglich."
125
 
126
  # @ tribe-events-calendar
127
- #: ../admin-views/admin-welcome-message.php:21
128
- msgid "Rate it five stars today!"
129
- msgstr "Bewerten Sie es heute mit 5 Sternen!"
130
 
131
  # @ tribe-events-calendar
132
- #: ../admin-views/admin-welcome-message.php:25
133
- msgid "Newsletter Signup"
134
- msgstr "Newsletter Anmeldung"
135
 
136
  # @ tribe-events-calendar
137
- #: ../admin-views/admin-welcome-message.php:26
138
- msgid ""
139
- "Stay in touch with The Events Calendar Pro. We send out periodic updates, "
140
- "key developer notices, and even the occasional discount."
141
- msgstr ""
142
- "Bleiben Sie in Kontakt mit The Events Calendar Pro. Wir versenden regelmäßig "
143
- "Updates, Entwickler Infos und ab und an Rabatte."
144
 
145
  # @ tribe-events-calendar
146
- #: ../admin-views/admin-welcome-message.php:40
147
- #: ../admin-views/tribe-options-help.php:147
148
- msgid "Getting Started"
149
- msgstr "Schnellstart"
150
 
151
  # @ tribe-events-calendar
152
- #: ../admin-views/admin-welcome-message.php:41
153
- msgid "Check out the New User Primer &amp; Tutorials"
154
- msgstr "Schauen Sie das Handbuch für neue Nutzer an"
 
155
 
156
  # @ tribe-events-calendar
157
- #: ../admin-views/admin-welcome-message.php:43
158
- msgid "Looking for More Features?"
159
- msgstr "Auf der Suche nach neuen Funktionen?"
 
160
 
161
  # @ tribe-events-calendar
162
- #: ../admin-views/admin-welcome-message.php:44
163
- msgid "Addons for Community, Tickets, Filters, Facebook and more."
164
- msgstr "Add-Ons für Community, Tickets, Filter, Facebook und mehr."
165
 
166
  # @ tribe-events-calendar
167
- #: ../admin-views/admin-welcome-message.php:46
168
- #, fuzzy
169
- msgid "Support Resources"
170
- msgstr "Support Unterlagen die Ihnen sicherlich helfen"
171
 
172
  # @ tribe-events-calendar
173
- #: ../admin-views/admin-welcome-message.php:47
174
- msgid "FAQs, Documentation, Tutorials and Forums"
175
- msgstr "FAQs, Dokumentation, Tutorials und Foren"
 
 
176
 
177
  # @ tribe-events-calendar
178
- #: ../admin-views/admin-welcome-message.php:50
179
- msgid "Release Notes"
180
- msgstr "Release Notes"
 
 
181
 
182
  # @ tribe-events-calendar
183
- #: ../admin-views/admin-welcome-message.php:51
184
- msgid "Get the Skinny on the Latest Updates"
185
- msgstr "Erhalten Sie Infos über die aktuellen Updates"
186
 
187
  # @ tribe-events-calendar
188
- #: ../admin-views/admin-welcome-message.php:54
189
- msgid "Product Releases, Tutorials and Community Activity"
190
- msgstr "Produkt Releases, Tutorials und Community Aktivitäten"
191
 
192
  # @ tribe-events-calendar
193
- #: ../admin-views/app-shop.php:4
194
- msgid "Tribe Event Add-Ons"
195
- msgstr "Tribe Event Add-Ons"
196
 
197
  # @ tribe-events-calendar
198
- #: ../admin-views/app-shop.php:54
199
- msgid "Version"
200
- msgstr "Version"
201
 
202
  # @ tribe-events-calendar
203
- #: ../admin-views/app-shop.php:57
204
- msgid "Last Update"
205
- msgstr "Letzte Aktualisierung"
206
 
207
  # @ tribe-events-calendar
208
- #: ../admin-views/event-sidebar-options.php:13
209
- msgid "Hide From Event Listings"
210
- msgstr "Auf der Veranstaltungsliste verstecken"
211
 
212
  # @ tribe-events-calendar
213
- #: ../admin-views/event-sidebar-options.php:15
214
- msgid "Sticky in Calendar View"
215
- msgstr "Hervorheben in der Kalenderansicht"
216
 
217
  # @ tribe-events-calendar
218
- #: ../admin-views/events-meta-box.php:33
219
- msgid "Event Time &amp; Date"
220
- msgstr "Veranstaltungsdatum und -zeit"
221
 
222
  # @ tribe-events-calendar
223
- #: ../admin-views/events-meta-box.php:40
224
- msgid ""
225
- "You have changed the recurrence rules of this event. Saving the event will "
226
- "update all future events. If you did not mean to change all events, then "
227
- "please refresh the page."
228
- msgstr ""
229
- "Sie haben die Wiederholungs-Regeln für diese Veranstaltung verändert. Wenn "
230
- "Sie die Veranstaltung jetzt speichern, werden auch alle damit verbundenen "
231
- "und in der Zukunft liegenden Veranstaltungen so aktualisiert. Wenn Sie dies "
232
- "nicht vorhatten, dann laden Sie bitte diese Seite neu (aber nicht "
233
- "'Speichern' / 'Aktualisieren')."
234
 
235
  # @ tribe-events-calendar
236
- #: ../admin-views/events-meta-box.php:43
237
- msgid "All Day Event:"
238
- msgstr "Ganztägige Veranstaltung?"
239
 
240
  # @ tribe-events-calendar
241
- #: ../admin-views/events-meta-box.php:49
242
- msgid "Start Date &amp; Time:"
243
- msgstr "Beginn"
244
 
245
  # @ tribe-events-calendar
246
- #: ../admin-views/events-meta-box.php:52 ../admin-views/events-meta-box.php:73
247
- msgid "YYYY-MM-DD"
248
- msgstr "TT.MM.JJJJ"
249
 
250
  # @ tribe-events-calendar
251
- #: ../admin-views/events-meta-box.php:70
252
- msgid "End Date &amp; Time:"
253
- msgstr "Ende"
254
 
255
  # @ tribe-events-calendar
256
- #: ../admin-views/events-meta-box.php:98
257
- msgid "Event Location Details"
258
- msgstr "Informationen zum Veranstaltungsort"
259
 
 
260
  # @ tribe-events-calendar
261
- #: ../admin-views/events-meta-box.php:107
262
- msgid "Event Organizer Details"
263
- msgstr "Informationen zum Veranstalter"
 
264
 
265
  # @ tribe-events-calendar
266
- #: ../admin-views/events-meta-box.php:116
267
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:66
268
  msgid "Event Website"
269
  msgstr "Veranstaltungswebseite"
270
 
271
  # @ tribe-events-calendar
272
- #: ../admin-views/events-meta-box.php:119
273
- msgid "URL:"
274
- msgstr "URL:"
275
 
276
  # @ tribe-events-calendar
277
- #: ../admin-views/events-meta-box.php:133
278
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
279
- msgid "Event Cost"
280
- msgstr "Kosten"
281
 
282
  # @ tribe-events-calendar
283
- #: ../admin-views/events-meta-box.php:136
284
- msgid "Currency Symbol:"
285
- msgstr "Währungssymbol:"
286
 
287
  # @ tribe-events-calendar
288
- #: ../admin-views/events-meta-box.php:151
289
- msgctxt "Currency symbol position"
290
- msgid "Before cost"
291
- msgstr "Vor Eintritt"
292
 
293
  # @ tribe-events-calendar
294
- #: ../admin-views/events-meta-box.php:154
295
- msgctxt "Currency symbol position"
296
- msgid "After cost"
297
- msgstr "Nach Eintritt"
298
 
299
  # @ tribe-events-calendar
300
- #: ../admin-views/events-meta-box.php:159
301
- #: ../public/advanced-functions/meta.php:373
302
- #: ../views/modules/meta/details.php:96
303
- msgid "Cost:"
304
- msgstr "Kosten:"
305
 
306
  # @ tribe-events-calendar
307
- #: ../admin-views/events-meta-box.php:167
308
- msgid "Enter a 0 for events that are free or leave blank to hide the field."
309
- msgstr ""
310
- "Geben Sie 0 für eine kostenlose Veranstaltung ein oder lassen Sie das Feld "
311
- "leer, um es zu verbergen."
312
 
313
  # @ tribe-events-calendar
314
- #: ../admin-views/organizer-meta-box.php:14
315
- #: ../admin-views/venue-meta-box.php:22
316
- #, php-format
317
- msgid "%s Name:"
318
- msgstr "Name %s:"
319
 
320
- # @ tribe-events-calendar
321
- #: ../admin-views/organizer-meta-box.php:21
322
- #: ../admin-views/tickets/attendees.php:52
323
- #: ../admin-views/venue-meta-box.php:109
324
- #: ../public/advanced-functions/meta.php:476
325
- #: ../public/advanced-functions/meta.php:549
326
- #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:40
327
- msgid "Phone:"
328
- msgstr "Telefon:"
329
 
330
  # @ tribe-events-calendar
331
- #: ../admin-views/organizer-meta-box.php:27
332
- #: ../admin-views/tickets/attendees.php:61
333
- #: ../admin-views/venue-meta-box.php:116
334
- #: ../public/advanced-functions/meta.php:418
335
- #: ../public/advanced-functions/meta.php:506
336
- #: ../public/advanced-functions/meta.php:579
337
- #: ../views/modules/meta/details.php:121
338
- #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:45
339
- msgid "Website:"
340
- msgstr "Webseite:"
341
 
342
  # @ tribe-events-calendar
343
- #: ../admin-views/organizer-meta-box.php:33
344
- #: ../public/advanced-functions/meta.php:564
345
- #: ../views/modules/meta/organizer.php:29
346
- msgid "Email:"
347
- msgstr "E-Mail:"
348
 
349
  # @ tribe-events-calendar
350
- #: ../admin-views/organizer-meta-box.php:34
351
- msgid ""
352
- "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
353
- "obfuscate\">obfuscating</a> any e-mail address published on your site to "
354
- "best avoid it getting harvested by spammers."
355
- msgstr ""
356
- "Um E-Mails vor Spam zu schützen, werden diese durch das <a href=\"http://"
357
- "wordpress.org/plugins/obfuscate-email/\">Obfuscate Plugin</a> verschleiert."
358
 
359
  # @ tribe-events-calendar
360
- #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
361
- #: ../lib/tickets/tribe-tickets-pro.php:77
362
- msgid "Attendees"
363
- msgstr "Teilnehmer"
364
 
365
  # @ tribe-events-calendar
366
- #: ../admin-views/tickets/attendees.php:17
367
- msgid "Event Summary"
368
- msgstr "Veranstaltungszusammenfassung"
 
369
 
370
  # @ tribe-events-calendar
371
- #: ../admin-views/tickets/attendees.php:23
372
- msgid "Event Details"
373
- msgstr "Veranstaltungsdetails"
 
374
 
375
  # @ tribe-events-calendar
376
- #: ../admin-views/tickets/attendees.php:25
377
- msgid "Start Date / Time:"
378
- msgstr "Beginn"
 
379
 
380
  # @ tribe-events-calendar
381
- #: ../admin-views/tickets/attendees.php:29
382
- msgid "End Date / Time:"
383
- msgstr "Ende"
 
384
 
385
  # @ tribe-events-calendar
386
- #: ../admin-views/tickets/attendees.php:69
387
- msgid "Ticket Sales"
388
- msgstr "Kartenverkäufe"
 
389
 
390
  # @ tribe-events-calendar
391
- #: ../admin-views/tickets/attendees.php:86
392
  #, php-format
393
- msgid "(%d awaiting review)"
394
- msgid_plural "(%d awaiting review)"
395
- msgstr[0] "(%d Freigabe ausstehend)"
396
- msgstr[1] "(%d Freigaben ausstehend)"
397
 
398
  # @ tribe-events-calendar
399
- #: ../admin-views/tickets/attendees.php:90
400
- #, fuzzy, php-format
401
- msgid "Sold %d %s"
402
- msgstr "%d verkauft"
403
 
404
  # @ tribe-events-calendar
405
- #: ../admin-views/tickets/attendees.php:93
406
- #, fuzzy, php-format
407
- msgid "Sold %d of %d %s"
408
- msgstr "%d von %d verkauft"
409
 
410
  # @ tribe-events-calendar
411
- #: ../admin-views/tickets/attendees.php:111
412
- msgid "Tickets sold:"
413
- msgstr "Karten verkauft:"
414
 
415
  # @ tribe-events-calendar
416
- #: ../admin-views/tickets/attendees.php:118
417
- msgid "Finalized:"
418
- msgstr "Finalisiert:"
419
 
420
  # @ tribe-events-calendar
421
- #: ../admin-views/tickets/attendees.php:121
422
- msgid "Awaiting review:"
423
- msgstr "Freigabe ausstehend"
424
 
425
  # @ tribe-events-calendar
426
- #: ../admin-views/tickets/attendees.php:128
427
- msgid "Checked in:"
428
- msgstr "Eingecheckt in:"
 
429
 
430
  # @ tribe-events-calendar
431
- #: ../admin-views/tickets/attendees.php:146
432
- msgid "Send the attendee list by email"
433
- msgstr "Die Teilnehmerliste per E-Mail versenden"
 
 
434
 
435
  # @ tribe-events-calendar
436
- #: ../admin-views/tickets/attendees.php:150
437
- msgid "Select a User:"
438
- msgstr "Nutzer wählen:"
 
439
 
440
  # @ tribe-events-calendar
441
- #: ../admin-views/tickets/attendees.php:155
442
- msgid "Select..."
443
- msgstr "Wählen..."
 
 
444
 
445
  # @ tribe-events-calendar
446
- #: ../admin-views/tickets/attendees.php:160
447
- msgid "or"
448
- msgstr "oder"
 
449
 
450
  # @ tribe-events-calendar
451
- #: ../admin-views/tickets/attendees.php:162
452
- msgid "Email Address:"
453
- msgstr "E-Mail Adresse:"
454
 
455
  # @ tribe-events-calendar
456
- #: ../admin-views/tickets/list.php:21
457
- msgid "Edit"
458
- msgstr "Bearbeiten"
 
459
 
460
  # @ tribe-events-calendar
461
- #: ../admin-views/tickets/list.php:22
462
- #: ../lib/tickets/tribe-tickets-attendees.php:228
463
- msgid "Delete"
464
- msgstr "Löschen"
465
 
466
  # @ tribe-events-calendar
467
- #: ../admin-views/tickets/list.php:24
468
- #, php-format
469
- msgid "Edit in %s"
470
- msgstr "Bearbeiten in %s"
471
 
472
  # @ tribe-events-calendar
473
- #: ../admin-views/tickets/list.php:27
474
- msgid "View"
475
- msgstr "Ansehen"
476
 
477
  # @ tribe-events-calendar
478
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:77
479
- msgid "See who purchased tickets to this event"
480
- msgstr "Anzeigen wer Karten für die Veranstaltung gekauft hat"
481
 
482
  # @ tribe-events-calendar
483
- #: ../admin-views/tickets/list.php:67
484
- #, php-format
485
- msgid "Sold %d"
486
- msgstr "%d verkauft"
487
 
488
  # @ tribe-events-calendar
489
- #: ../admin-views/tickets/list.php:69
 
 
 
 
 
490
  #, php-format
491
- msgid "Sold %d of %d"
492
- msgstr "%d von %d verkauft"
493
 
494
  # @ tribe-events-calendar
495
- #: ../admin-views/tickets/meta-box.php:23
 
496
  msgid ""
497
- "This event was created using Community Events. Are you sure you want to sell "
498
- "tickets for it?"
 
 
 
 
 
 
 
 
 
 
499
  msgstr ""
500
- "Diese Veranstaltung wurde durch Community Events erstellt. Wollen Sie "
501
- "wirklich Karten dafür veraufen?"
502
 
503
  # @ tribe-events-calendar
504
- #: ../admin-views/tickets/meta-box.php:34
505
- msgid "Upload image for the ticket header"
506
- msgstr "Laden Sie ein Bild für den Kartenheader hoch"
 
507
 
508
  # @ tribe-events-calendar
509
- #: ../admin-views/tickets/meta-box.php:35
 
510
  msgid ""
511
- "The maximum image size in the email will be 580px wide by any height, and "
512
- "then scaled for mobile. If you would like \"retina\" support use an image "
513
- "sized to 1160px wide."
 
 
 
 
 
 
 
 
 
 
514
  msgstr ""
515
- "Die maximale Bildgröße in der E-Mail beträgt 580px in Höhe und Breite. Es "
516
- "wird für Mobilgeräte verkleinert. Wenn Sie Retina-Displays unterstützen "
517
- "nutzen wollen, verwenden Sie Bild mit einer Breite von 1160px."
 
 
 
 
 
 
 
 
 
518
 
519
  # @ tribe-events-calendar
520
- #: ../admin-views/tickets/meta-box.php:38
521
- msgid "Select an Image"
522
- msgstr "Ein Bild auswählen"
523
-
524
- # @ default
525
- #: ../admin-views/tickets/meta-box.php:46
526
- msgid "Remove"
527
- msgstr "Entfernen"
528
 
529
  # @ tribe-events-calendar
530
- #: ../admin-views/tickets/meta-box.php:64
531
- #: ../admin-views/tickets/meta-box.php:74
532
- msgid "Add new ticket"
533
- msgstr "Eine Neue Karte erstellen"
534
 
535
  # @ tribe-events-calendar
536
- #: ../admin-views/tickets/meta-box.php:75
537
- msgid "Edit ticket"
538
- msgstr "Karte bearbeiten"
 
 
 
 
 
 
539
 
540
  # @ tribe-events-calendar
541
- #: ../admin-views/tickets/meta-box.php:81
542
- msgid "Sell using:"
543
- msgstr "Verkaufen mit:"
 
 
 
 
 
 
544
 
545
  # @ tribe-events-calendar
546
- #: ../admin-views/tickets/meta-box.php:98
547
- msgid "Ticket Name:"
548
- msgstr "Karten Name:"
549
 
550
  # @ tribe-events-calendar
551
- #: ../admin-views/tickets/meta-box.php:105
552
- msgid "Ticket Description:"
553
- msgstr "Karten Beschreibung:"
554
 
555
  # @ tribe-events-calendar
556
- #: ../admin-views/tickets/meta-box.php:114
557
- msgid "Price:"
558
- msgstr "Preis:"
 
559
 
560
  # @ tribe-events-calendar
561
- #: ../admin-views/tickets/meta-box.php:120
562
- msgid "(0 or empty for free tickets)"
563
- msgstr "(0 eingeben oder leer lassen für kostenlosen Eintritt)"
 
 
 
564
 
565
  # @ tribe-events-calendar
566
- #: ../admin-views/tickets/meta-box.php:126
567
- msgid "Start sale:"
568
- msgstr "Verkaufsstart:"
 
 
 
569
 
570
  # @ tribe-events-calendar
571
- #: ../admin-views/tickets/meta-box.php:150
572
- msgid "End sale:"
573
- msgstr "Verkaufsende:"
 
 
574
 
575
  # @ tribe-events-calendar
576
- #: ../admin-views/tickets/meta-box.php:172
577
- msgid ""
578
- "When will ticket sales occur? If you don't set a start/end date for sales, "
579
- "tickets will be available from now until the event ends."
580
- msgstr ""
581
- "Wann soll der Kartenverkauf stattfinden? Wenn kein Verkaufsstart/ -ende "
582
- "festgelegt wird, werden Karten von jetzt bis zum Veranstaltungsende "
583
- "angeboten."
584
 
585
  # @ tribe-events-calendar
586
- #: ../admin-views/tickets/meta-box.php:184
587
- msgid "Save this ticket"
588
- msgstr "Ticket abspeichern"
 
 
589
 
590
  # @ tribe-events-calendar
591
- #: ../admin-views/tribe-options-display.php:4
592
- msgid "Default Events Template"
593
- msgstr "Standard Veranstaltungsvorlage"
 
 
594
 
595
  # @ tribe-events-calendar
596
- #: ../admin-views/tribe-options-display.php:5
597
- msgid "Default Page Template"
598
- msgstr "Standard-Seitenvorlage (WordPress)"
 
 
599
 
600
- # @ tribe-events-calendar
601
- #: ../admin-views/tribe-options-display.php:32
602
- msgid "Display Settings"
603
- msgstr "Darstellungsoptionen"
604
 
605
- # @ tribe-events-calendar
606
- #: ../admin-views/tribe-options-display.php:37
607
  #, php-format
608
- msgid ""
609
- "The settings below control the display of your calendar. If things don't "
610
- "look right, try switching between the three style sheet options or pick a "
611
- "page template from your theme.</p><p>There are going to be situations where "
612
- "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
613
- "\">our themer's guide</a> for instructions on custom modifications."
614
  msgstr ""
615
- "Die Einstellungen unten steuern die Anzeige des Kalenders. Sollte etwas "
616
- "seltsam aussehen, versuchen Sie zwischen den drei Style Sheets umzuschalten "
617
- "oder verwenden Sie eine Seitenvorlage Ihres Themes.</p><p>In seltenen Fällen "
618
- "ist es möglich, dass keine der vorhandenen Vorlagen zu einem perfekten "
619
- "Ergebnis führt. Nutzen Sie in diesem Falle <a href=\"%s\">unseren Theme "
620
- "Guide</a> mit Anleitungen für individuelle Anpassungen."
621
 
622
- # @ tribe-events-calendar
623
- #: ../admin-views/tribe-options-display.php:51
624
- msgid "Basic Template Settings"
625
- msgstr "Grundeinstellungen des Templates"
626
 
627
- # @ tribe-events-calendar
628
- #: ../admin-views/tribe-options-display.php:55
629
- msgid "Default stylesheet used for events templates"
630
- msgstr "Standard Stylesheet für die Veranstaltungsansicht"
631
 
632
- # @ tribe-events-calendar
633
- #: ../admin-views/tribe-options-display.php:58
634
- msgid "Skeleton Styles"
635
- msgstr "Skeleton Style"
636
 
637
- # @ tribe-events-calendar
638
- #: ../admin-views/tribe-options-display.php:60
639
- msgid ""
640
- "Only includes enough css to achieve complex layouts like calendar and week "
641
- "view."
642
  msgstr ""
643
- "Enthält nur Basis CSS Angaben, um Layouts wie den Kalender oder die "
644
- "Wochenansicht darzustellen."
645
 
646
- # @ tribe-events-calendar
647
- #: ../admin-views/tribe-options-display.php:62
648
- msgid "Full Styles"
649
- msgstr "Kompletter Style"
650
 
651
- # @ tribe-events-calendar
652
- #: ../admin-views/tribe-options-display.php:64
653
- msgid "More detailed styling, tries to grab styles from your theme."
654
- msgstr "Aufwändigere Darstellung. Nutzt CSS Ihres Themes."
 
 
 
 
 
 
 
 
 
 
655
 
656
  # @ tribe-events-calendar
657
- #: ../admin-views/tribe-options-display.php:66
658
- msgid "Tribe Events Styles"
659
- msgstr "Tribe Event Style"
 
660
 
661
  # @ tribe-events-calendar
662
- #: ../admin-views/tribe-options-display.php:68
663
- msgid "A fully designed and styled theme for your events pages."
664
- msgstr "Ein komplett designter Theme für Ihre Veranstaltungsseite."
 
665
 
666
  # @ tribe-events-calendar
667
- #: ../admin-views/tribe-options-display.php:75
668
- msgid "Events template"
669
- msgstr "Veranstaltungsvorlage"
 
 
 
 
 
 
 
 
 
 
 
 
 
670
 
671
  # @ tribe-events-calendar
672
- #: ../admin-views/tribe-options-display.php:76
 
 
 
 
 
 
 
 
 
 
 
 
673
  msgid ""
674
- "Choose a page template to control the appearance of your calendar and event "
675
- "content."
676
  msgstr ""
677
- "Wählen Sie eine Seitenvorlage für die Darstellung des "
678
- "Veranstaltungskalenders."
679
 
680
  # @ tribe-events-calendar
681
- #: ../admin-views/tribe-options-display.php:84
682
- msgid "Enable event views"
683
- msgstr "Veranstaltungsansicht wählen"
 
684
 
685
- # @ tribe-events-calendar
686
- #: ../admin-views/tribe-options-display.php:85
687
- msgid "You must select at least one view."
688
- msgstr "Es muss mindestens eine Ansicht gewählt werden."
689
 
690
  # @ tribe-events-calendar
691
- #: ../admin-views/tribe-options-display.php:92
692
- msgid "Default view"
693
- msgstr "Standardansicht"
 
694
 
695
  # @ tribe-events-calendar
696
- #: ../admin-views/tribe-options-display.php:100
697
- msgid "Disable the Event Search Bar"
698
- msgstr "Veranstaltungssuchleiste deaktivieren"
 
699
 
700
  # @ tribe-events-calendar
701
- #: ../admin-views/tribe-options-display.php:101
702
- msgid "Check this to use the classic header."
703
- msgstr "Auswählen, um die klassische Suchleiste im Frontend anzuzeigen."
 
704
 
705
  # @ tribe-events-calendar
706
- #: ../admin-views/tribe-options-display.php:107
707
- msgid "Month view events per day"
708
- msgstr "Monatsansicht - Veranstaltungen pro Tag"
 
709
 
710
  # @ tribe-events-calendar
711
- #: ../admin-views/tribe-options-display.php:108
712
- msgid "Allow more than the default 3 events per day in month view."
713
- msgstr "Maximal angezeigte Anzahl von Veranstaltungen in der Monatsansicht."
 
714
 
715
  # @ tribe-events-calendar
716
- #: ../admin-views/tribe-options-display.php:115
717
- msgid "Date Format Settings"
718
- msgstr "Einstellungen Datumsformat"
 
719
 
720
- # @ tribe-events-calendar
721
- #: ../admin-views/tribe-options-display.php:119
722
  msgid ""
723
- "<p>The following three fields accept the date format options available to "
724
- "the php date() function. <a href=\"http://codex.wordpress.org/"
725
- "Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date "
726
- "format here</a>.</p>"
727
  msgstr ""
728
- "<p>In die folgenden drei Felder können die Formatierungsoptionen der php "
729
- "date() Funktion verwendet werden. <a href=\"http://codex.wordpress.org/"
730
- "Formatting_Date_and_Time\" target=\"_blank\">Erfahren Sie hier mehr über die "
731
- "Formatierungsmöglichkeiten</a>.</p>"
732
 
733
  # @ tribe-events-calendar
734
- #: ../admin-views/tribe-options-display.php:123
735
- msgid "Date with year"
736
- msgstr "Datum mit Jahresangabe"
 
737
 
738
  # @ tribe-events-calendar
739
- #: ../admin-views/tribe-options-display.php:124
740
- msgid ""
741
- "Enter the format to use for displaying dates with the year. Used when "
742
- "showing an event from a past or future year, also used for dates in view "
743
- "headers."
744
- msgstr ""
745
- "Geben Sie das Format ein, das für die Anzeige eines Datum inkl. Jahrangabe "
746
- "verwendet werden soll. Wird benutzt, wenn eine aktuelle oder vergangene "
747
- "Veranstaltung angezeigt wird und bei einem Datum im Kopfbereich."
748
 
749
  # @ tribe-events-calendar
750
- #: ../admin-views/tribe-options-display.php:131
751
- msgid "Date without year"
752
- msgstr "Datum ohne Jahresangabe"
 
753
 
754
  # @ tribe-events-calendar
755
- #: ../admin-views/tribe-options-display.php:132
756
- msgid ""
757
- "Enter the format to use for displaying dates without a year. Used when "
758
- "showing an event from the current year."
759
- msgstr ""
760
- "Geben Sie das Format ein, das für die Anzeige eines Datum ohne Jahresangabe "
761
- "verwendet werden soll. Wird benutzt, wenn eine aktuelle Veranstaltung "
762
- "angezeigt wird."
763
 
764
  # @ tribe-events-calendar
765
- #: ../admin-views/tribe-options-display.php:139
766
- msgid "Month and year format"
767
- msgstr "Monat und Jahr Format"
768
 
769
  # @ tribe-events-calendar
770
- #: ../admin-views/tribe-options-display.php:140
771
- msgid ""
772
- "Enter the format to use for dates that show a month and year only. Used on "
773
- "month view."
774
- msgstr ""
775
- "Geben Sie das Format ein, das für die Anzeige eines Datum, bei dem nur der "
776
- "Monat und das Jahr angezeigt wird. Wird bei der Monatsansicht verwendet."
777
 
778
  # @ tribe-events-calendar
779
- #: ../admin-views/tribe-options-display.php:147
780
- msgid "Date time separator"
781
- msgstr "Datum Zeit Trennzeichen"
782
 
783
  # @ tribe-events-calendar
784
- #: ../admin-views/tribe-options-display.php:148
785
- msgid ""
786
- "Enter the separator that will be placed between the date and time, when both "
787
- "are shown."
788
- msgstr ""
789
- "Geben Sie das Trennzeichen ein, das Datum und Uhrzeit trennt, wenn beides "
790
- "angezeigt wird."
791
 
792
  # @ tribe-events-calendar
793
- #: ../admin-views/tribe-options-display.php:155
794
- msgid "Time range separator"
795
- msgstr "Zeitraum Trennzeichen"
796
 
797
  # @ tribe-events-calendar
798
- #: ../admin-views/tribe-options-display.php:156
799
- msgid ""
800
- "Enter the separator that will be used between the start and end time of an "
801
- "event."
 
 
 
 
 
 
 
 
 
 
802
  msgstr ""
803
- "Geben Sie das Trennzeichen ein, das die Start- und Ende Uhrzeit einer "
804
- "Veranstaltung trennt."
805
 
806
  # @ tribe-events-calendar
807
- #: ../admin-views/tribe-options-display.php:163
808
- msgid "Datepicker Date Format"
809
- msgstr "Datumswahl Format (\\\"Datepicker\\\")"
810
 
811
  # @ tribe-events-calendar
812
- #: ../admin-views/tribe-options-display.php:164
813
- msgid "Select the date format to use in datepickers"
814
- msgstr ""
815
- "Wählen Sie das Datumsformat, welches bei der Datumwahl (\\\"Datepicker\\\") "
816
- "verwendet wird."
817
 
818
  # @ tribe-events-calendar
819
- #: ../admin-views/tribe-options-display.php:181
820
- msgid "Advanced Template Settings"
821
- msgstr "Erweiterte Vorlagen Einstellungen"
822
 
823
  # @ tribe-events-calendar
824
- #: ../admin-views/tribe-options-display.php:185
825
- msgid "Add HTML before event content"
826
- msgstr "Folgender HTML-Code wird VOR der Veranstaltung hinzugefügt"
827
 
828
  # @ tribe-events-calendar
829
- #: ../admin-views/tribe-options-display.php:186
830
  msgid ""
831
- "If you are familiar with HTML, you can add additional code before the event "
832
- "template. Some themes may require this to help with styling or layout."
833
  msgstr ""
834
- "Wenn Sie mit HTML vertraut sind, können Sie Code VOR der "
835
- "Veranstaltungsvorlage einfügen. Bei einigen Themes kann dies für Anpassungen "
836
- "am Layout und Design notwendig sein."
837
 
838
  # @ tribe-events-calendar
839
- #: ../admin-views/tribe-options-display.php:191
840
- msgid "Add HTML after event content"
841
- msgstr "Folgender HTML-Code wird NACH der Veranstaltung hinzugefügt"
 
842
 
843
- # @ tribe-events-calendar
844
- #: ../admin-views/tribe-options-display.php:192
845
- msgid ""
846
- "If you are familiar with HTML, you can add additional code after the event "
847
- "template. Some themes may require this to help with styling or layout."
848
  msgstr ""
849
- "Wenn Sie mit HTML vertraut sind, können Sie Code HINTER der "
850
- "Veranstaltungsvorlage einfügen. Bei einigen Themes kann dies für Anpassungen "
851
- "am Layout und Design notwendig sein."
852
 
853
  # @ tribe-events-calendar
854
- #: ../admin-views/tribe-options-general.php:15
855
- msgid "Finding & extending your calendar."
856
- msgstr "Ihren Kalender finden und erweitern."
857
 
858
- # @ tribe-events-calendar
859
- #: ../admin-views/tribe-options-general.php:20
860
- msgid "Finding your calendar."
861
- msgstr "Ihren Kalender finden."
862
 
863
  # @ tribe-events-calendar
864
- #: ../admin-views/tribe-options-general.php:25
865
- msgid "Where's my calendar?"
866
- msgstr "Wo ist mein Kalender?"
867
 
868
  # @ tribe-events-calendar
869
- #: ../admin-views/tribe-options-general.php:25
870
- msgid "Right here"
871
- msgstr "Genau hier"
 
872
 
873
  # @ tribe-events-calendar
874
- #: ../admin-views/tribe-options-general.php:29
875
- msgid ""
876
- "Looking for additional functionality including recurring events, custom "
877
- "meta, community events, ticket sales and more?"
878
- msgstr ""
879
- "Wünschen Sie erweiterte Funktionalität, einschließlich wiederkehrender "
880
- "Veranstaltungen, benutzerdefinierten Meta-Informationen, Community-"
881
- "Veranstaltungen, Ticketverkäufen und mehr?"
882
 
883
  # @ tribe-events-calendar
884
- #: ../admin-views/tribe-options-general.php:29
885
- msgid "Check out the available add-ons"
886
- msgstr "Schauen Sie sich die verfügbaren Erweiterungen an"
887
 
888
  # @ tribe-events-calendar
889
- #: ../admin-views/tribe-options-general.php:34
890
- msgid "We hope our plugin is helping you out."
891
- msgstr "Wir hoffen, dass Plugin gefällt Ihnen."
892
 
893
  # @ tribe-events-calendar
894
- #: ../admin-views/tribe-options-general.php:38
895
- msgid ""
896
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
897
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
898
- "is recognition. Add a small text-only link at the bottom of your calendar "
899
- "pointing to The Events Calendar project."
900
- msgstr ""
901
- "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe dafür "
902
- "danken!\" Der beste Dank ist ein kleiner Link zu uns am unteren Ende des "
903
- "Veranstaltungskalenders."
904
 
905
  # @ tribe-events-calendar
906
- #: ../admin-views/tribe-options-general.php:38
907
- #: ../admin-views/tribe-options-general.php:43
908
- msgid "See an example of the link"
909
- msgstr "Dies ist ein Beispiellink"
910
 
911
  # @ tribe-events-calendar
912
- #: ../admin-views/tribe-options-general.php:43
913
- msgid ""
914
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
915
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
916
- "is recognition. Add a small text only link at the bottom of your calendar "
917
- "pointing to The Events Calendar project."
 
918
  msgstr ""
919
- "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe dafür "
920
- "danken!\" Der beste Dank ist ein kleiner Link zu uns am unteren Ende des "
921
- "Veranstaltungskalenders."
922
 
923
- # @ tribe-events-calendar
924
- #: ../admin-views/tribe-options-general.php:48
925
- msgid "Show The Events Calendar link"
926
- msgstr "Den Link zum Veranstaltungskalender anzeigen"
927
 
928
  # @ tribe-events-calendar
929
- #: ../admin-views/tribe-options-general.php:62
930
- msgid "General Settings"
931
- msgstr "Allgemeine Einstellungen"
 
 
 
 
932
 
933
  # @ tribe-events-calendar
934
- #: ../admin-views/tribe-options-general.php:66
935
- msgid "Number of events to show per page"
936
- msgstr "Anzahl der Veranstaltungen pro Seite"
937
 
938
  # @ tribe-events-calendar
939
- #: ../admin-views/tribe-options-general.php:73
940
- msgid "Use Javascript to control date filtering"
941
- msgstr "Javascript nutzen, um nach Datum zu filtern"
 
 
942
 
943
  # @ tribe-events-calendar
944
- #: ../admin-views/tribe-options-general.php:74
945
- msgid ""
946
- "This option is disabled when \"Disable the Event Search Bar\" is checked on "
947
- "the Display settings tab."
948
- msgstr ""
949
- "Diese Option is deaktiviert, wenn \"Benutzen Sie die Veranstaltungssuchleiste"
950
- "\" im Abzeigen Tab aktiviert ist."
951
 
952
  # @ tribe-events-calendar
953
- #: ../admin-views/tribe-options-general.php:74
954
- msgid ""
955
- "Enable live ajax for datepicker on front end (User submit not required)."
956
- msgstr ""
957
- "Aktiviere Live Ajax für die Datumsauswahl im Frontend (Nutzerbestätigung "
958
- "nicht benötigt)."
959
 
960
  # @ tribe-events-calendar
961
- #: ../admin-views/tribe-options-general.php:82
962
- msgid "Show comments"
963
- msgstr "Kommentare anzeigen"
964
 
965
  # @ tribe-events-calendar
966
- #: ../admin-views/tribe-options-general.php:83
967
- msgid "Enable comments on event pages."
968
- msgstr "Kommentare auf den Veranstaltungsseiten aktivieren."
969
 
970
  # @ tribe-events-calendar
971
- #: ../admin-views/tribe-options-general.php:89
972
- msgid "Include events in main blog loop"
973
  msgstr ""
974
- "Veranstaltungen in Blog Loop integrieren (Veranstaltungen werden zusammen "
975
- "mit den normalen Artikel angezeigt)"
 
 
 
 
 
976
 
977
  # @ tribe-events-calendar
978
- #: ../admin-views/tribe-options-general.php:90
979
- msgid ""
980
- "Show events with the site's other posts. When this box is checked, events "
981
- "will also continue to appear on the default events page."
982
- msgstr ""
983
- "Veranstaltungen gemeinsam mit anderen Beiträgen anzeigen. Wenn diese Option "
984
- "gewählt ist, werden Veranstaltungen trotzdem auf der Standard "
985
- "Veranstaltungsseite weiter angezeigt."
986
 
987
  # @ tribe-events-calendar
988
- #: ../admin-views/tribe-options-general.php:96
989
- #: ../admin-views/tribe-options-general.php:102
990
- msgid "Events URL slug"
991
- msgstr "URL-Slug (Permalink) für Veranstaltungen"
992
 
993
  # @ tribe-events-calendar
994
- #: ../admin-views/tribe-options-general.php:97
995
  #, php-format
996
  msgid ""
997
- "You cannot edit the slug for your events page as you do not have pretty "
998
- "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
999
- "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
1000
- "\">enable pretty permalinks</a>."
1001
  msgstr ""
1002
- "So lange keine benutzerdefinierten Permalinks aktiviert sind, können Sie den "
1003
- "Link zum Veranstaltungskalender nicht bearbeiten. Die aktuelle URL der "
1004
- "Veranstaltungsseite ist: <a href=\"%s\">%s</a>. Um die URL's zu ändern "
1005
- "gehen Sie zu <a href=\"%soptions-permalink.php\">Benutzerdefinierte "
1006
- "Permalinks aktivieren</a>."
1007
 
1008
  # @ tribe-events-calendar
1009
- #: ../admin-views/tribe-options-general.php:109
1010
- #: ../public/template-tags/options.php:20
1011
- msgid "The slug used for building the events URL."
1012
- msgstr "Der Slug (Permalink) für die Veranstaltungs-URL."
 
 
 
 
1013
 
1014
  # @ tribe-events-calendar
1015
- #: ../admin-views/tribe-options-general.php:109
1016
  #, php-format
1017
- msgid "Your current events URL is: %s"
1018
- msgstr "Die aktuelle URL für Veranstaltungen ist: %s"
1019
 
1020
  # @ tribe-events-calendar
1021
- #: ../admin-views/tribe-options-general.php:114
1022
- #: ../public/template-tags/options.php:39
1023
- msgid "Here is the iCal feed URL for your events:"
1024
- msgstr "Hier befindet sich die iCal Feed URL für Ihre Veranstaltungen:"
1025
 
1026
  # @ tribe-events-calendar
1027
- #: ../admin-views/tribe-options-general.php:119
1028
- msgid "Single event URL slug"
1029
- msgstr "Die URL für einzelne Veranstaltungen"
1030
 
1031
  # @ tribe-events-calendar
1032
- #: ../admin-views/tribe-options-general.php:126
1033
- #, php-format
1034
- msgid ""
1035
- "The above should ideally be plural, and this singular.<br />Your single "
1036
- "event URL is: %s"
1037
- msgstr ""
1038
- "Die obere sollte idealer Weise im Plural geschrieben werden, diese im "
1039
- "Singular.<br />Ihre URL für einzelne Veranstaltungen lautet: %s"
1040
 
1041
  # @ tribe-events-calendar
1042
- #: ../admin-views/tribe-options-general.php:131
1043
- msgid "End of day cutoff"
1044
- msgstr "Neuer Tag ab"
1045
 
1046
  # @ tribe-events-calendar
1047
- #: ../admin-views/tribe-options-general.php:164
1048
- msgid ""
1049
- "Have an event that runs past midnight? Select a time after that event's end "
1050
- "to avoid showing the event on the next day's calendar."
1051
- msgstr ""
1052
- "Gibt es Veranstaltungen, welche bis nach Mitternacht gehen? Wählen Sie eine "
1053
- "Zeit, nach der das Veranstaltungsende liegt, um nicht am nächsten Tag auch "
1054
- "im Kalender angezeigt wird."
1055
 
1056
  # @ tribe-events-calendar
1057
- #: ../admin-views/tribe-options-general.php:169
1058
- msgid "Default currency symbol"
1059
- msgstr "Standard Währungssymbol"
 
 
 
 
 
1060
 
1061
  # @ tribe-events-calendar
1062
- #: ../admin-views/tribe-options-general.php:170
1063
  msgid ""
1064
- "Set the default currency symbol for event costs. Note that this only impacts "
1065
- "future events, and changes made will not apply retroactively."
1066
- msgstr ""
1067
- "Legen Sie das Standard Währungssymbol für die Veranstaltungspreise fest. "
1068
- "Bitte beachten Sie, dass dies nur zukünftige Veranstaltungen betrifft und "
1069
- "nicht vergangene Verstaltungen beeinflußt."
 
 
 
1070
 
1071
  # @ tribe-events-calendar
1072
- #: ../admin-views/tribe-options-general.php:177
1073
- msgid "Currency symbol follows value"
1074
- msgstr "Währungssymbol nach dem Betrag anzeigen"
1075
 
1076
  # @ tribe-events-calendar
1077
- #: ../admin-views/tribe-options-general.php:178
1078
  msgid ""
1079
- "The currency symbol normally precedes the value. Enabling this option "
1080
- "positions the symbol after the value."
 
1081
  msgstr ""
1082
- "Das Währungssymbol ist normalerweise dem Betrag vorangestellt. Durch "
1083
- "Aktivieren dieser Option wird das Währungssymbol hinter dem Betrag angezeigt."
 
1084
 
1085
  # @ tribe-events-calendar
1086
- #: ../admin-views/tribe-options-general.php:184
1087
- msgid "Map Settings"
1088
- msgstr "Karten Einstellungen"
 
 
 
 
 
 
1089
 
1090
  # @ tribe-events-calendar
1091
- #: ../admin-views/tribe-options-general.php:188
1092
- msgid "Enable Google Maps"
1093
- msgstr "Google Karte aktivieren"
1094
 
1095
  # @ tribe-events-calendar
1096
- #: ../admin-views/tribe-options-general.php:189
1097
- msgid "Check to enable maps for events and venues."
1098
- msgstr ""
1099
- "Aktivieren, um Veranstaltungen und Veranstaltungsorte in einer Karte "
1100
- "anzuzeigen."
1101
 
1102
  # @ tribe-events-calendar
1103
- #: ../admin-views/tribe-options-general.php:196
1104
- msgid "Google Maps default zoom level"
1105
- msgstr "Google Maps Standard Zoomstufe"
1106
 
1107
  # @ tribe-events-calendar
1108
- #: ../admin-views/tribe-options-general.php:197
1109
- msgid "0 = zoomed out; 21 = zoomed in."
1110
- msgstr "0 = max herausgezoomt, 21 = maximal hineingezoomt."
1111
 
1112
- # @ tribe-events-calendar
1113
- #: ../admin-views/tribe-options-general.php:205
1114
- msgid "Miscellaneous Settings"
1115
- msgstr "Verschiedene Einstellungen"
 
 
1116
 
1117
- # @ tribe-events-calendar
1118
- #: ../admin-views/tribe-options-general.php:209
1119
- msgid "Duplicate Venues &amp; Organizers"
1120
- msgstr "Duplikate bei Veranstaltungsorten und Veranstaltern."
1121
 
1122
  # @ tribe-events-calendar
1123
- #: ../admin-views/tribe-options-general.php:209
1124
- #: ../lib/tribe-amalgamator.php:260
1125
- msgid "Merge Duplicates"
1126
- msgstr "Duplikate zusammenführen"
 
 
 
 
1127
 
1128
- # @ tribe-events-calendar
1129
- #: ../admin-views/tribe-options-general.php:209
1130
  msgid ""
1131
- "You might find duplicate venues and organizers when updating The Events "
1132
- "Calendar from a pre-3.0 version. Click this button to automatically merge "
1133
- "identical venues and organizers."
1134
  msgstr ""
1135
- "Sie können nach Duplikaten von Veranstaltungsorten und Veranstaltern suchen. "
1136
- "Klicken Sie den Button und es werden exakt gleiche Veranstaltungsorte und "
1137
- "Veranstalter (alle Felder werden vollständig verglichen) zusammengeführt."
1138
 
1139
  # @ tribe-events-calendar
1140
- #: ../admin-views/tribe-options-general.php:214
1141
- msgid "Debug mode"
1142
- msgstr "Debug Modus"
1143
 
1144
- # @ tribe-events-calendar
1145
- #: ../admin-views/tribe-options-general.php:220
1146
  #, php-format
1147
  msgid ""
1148
- "Enable this option to log debug information. By default this will log to "
1149
- "your server PHP error log. If you'd like to see the log messages in your "
1150
- "browser, then we recommend that you install the %s and look for the \"Tribe"
1151
- "\" tab in the debug output."
 
 
 
1152
  msgstr ""
1153
- "Aktivieren Sie die Option, um Debuginformationen mit zu loggen. "
1154
- "Standardmäßig werden die Informationen in Ihr PHP Server Error Log "
1155
- "geschrieben. Wenn Sie die Debuginfos in Ihrem Browser sehen möchten, "
1156
- "empfehlen wir das %s zu installieren. Die Ausgabe der Debuginfos finden Sie "
1157
- "im \"Tribe\" Tab."
1158
 
1159
  # @ tribe-events-calendar
1160
- #: ../admin-views/tribe-options-general.php:220
1161
- msgid "Debug Bar Plugin"
1162
- msgstr "Debug Bar Plugin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1163
 
1164
  # @ tribe-events-calendar
1165
- #: ../admin-views/tribe-options-general.php:225
1166
- msgid "View Welcome Page"
1167
- msgstr "WIllkommensseite anzeigen"
 
1168
 
1169
  # @ tribe-events-calendar
1170
- #: ../admin-views/tribe-options-general.php:225
1171
- msgid "View the page that displayed when you initially installed the plugin."
 
 
 
1172
  msgstr ""
1173
- "Zeigt die Seite an, die unmittelbar nach der ersten Installation des Plugins "
1174
- "angezeigt wurde."
1175
 
1176
  # @ tribe-events-calendar
1177
- #: ../admin-views/tribe-options-general.php:230
1178
- msgid "View Update Page"
1179
- msgstr "Update Seite anzeigen"
1180
 
1181
  # @ tribe-events-calendar
1182
- #: ../admin-views/tribe-options-general.php:230
1183
- msgid "View the page that displayed when you updated the plugin."
1184
- msgstr ""
1185
- "Zeigt die Seite an, welche nach dem Update des Plugins angezeigt wurde."
1186
 
1187
  # @ tribe-events-calendar
1188
- #: ../admin-views/tribe-options-help.php:28
1189
- msgctxt "not available"
1190
- msgid "n/a"
1191
- msgstr "n/v"
1192
 
1193
  # @ tribe-events-calendar
1194
- #: ../admin-views/tribe-options-help.php:29
1195
- msgid "You need to upgrade!"
1196
- msgstr "Sie müssen updaten!"
1197
 
1198
  # @ tribe-events-calendar
1199
- #: ../admin-views/tribe-options-help.php:29
1200
- msgid "You are up to date!"
1201
- msgstr "Sie sind auf dem neuesten Stand!"
1202
 
1203
  # @ tribe-events-calendar
1204
- #: ../admin-views/tribe-options-help.php:52
1205
- msgid "The Events Calendar PRO"
1206
- msgstr "Der Events Calendar PRO"
 
1207
 
1208
  # @ tribe-events-calendar
1209
- #: ../admin-views/tribe-options-help.php:56
1210
- msgid "The Events Calendar: Eventbrite Tickets"
1211
- msgstr "The Events Calendar: Eventbrite Tickets"
 
1212
 
1213
  # @ tribe-events-calendar
1214
- #: ../admin-views/tribe-options-help.php:60
1215
- msgid "The Events Calendar: Community Events"
1216
- msgstr "The Events Calendar: Community Events"
 
 
1217
 
1218
  # @ tribe-events-calendar
1219
- #: ../admin-views/tribe-options-help.php:64
1220
- msgid "The Events Calendar: Facebook Events"
1221
- msgstr "The Events Calendar: Facebook Events"
 
1222
 
1223
  # @ tribe-events-calendar
1224
- #: ../admin-views/tribe-options-help.php:68
1225
- msgid "The Events Calendar: WooCommerce Tickets"
1226
- msgstr "The Events Calendar: WooCommerce Tickets"
1227
 
1228
  # @ tribe-events-calendar
1229
- #: ../admin-views/tribe-options-help.php:73
1230
- msgid "The Events Calendar: EDD Tickets"
1231
- msgstr "The Events Calendar: EDD Tickets"
1232
 
1233
  # @ tribe-events-calendar
1234
- #: ../admin-views/tribe-options-help.php:78
1235
- msgid "The Events Calendar: WPEC Tickets"
1236
- msgstr "The Events Calendar: WPEC Tickets"
 
 
 
 
1237
 
1238
  # @ tribe-events-calendar
1239
- #: ../admin-views/tribe-options-help.php:83
1240
- msgid "The Events Calendar: Shopp Tickets"
1241
- msgstr "The Events Calendar: Shopp Tickets"
 
1242
 
 
1243
  # @ tribe-events-calendar
1244
- #: ../admin-views/tribe-options-help.php:88
1245
- msgid "The Events Calendar: Filter Bar"
1246
- msgstr "The Events Calendar: Filterleiste"
 
1247
 
1248
  # @ tribe-events-calendar
1249
- #: ../admin-views/tribe-options-help.php:94
1250
- msgid ""
1251
- "If you're looking for help with The Events Calendar, you've come to the "
1252
- "right place. We are committed to helping make your calendar kick ass...and "
1253
- "hope the resources provided below will help get you there."
1254
- msgstr ""
1255
- "Wenn Sie Unterstützung für den Events Caendar benötigen, sind Sie hier "
1256
- "richtig. Wir versuchen Sie bestmöglich zu unterstützen, damit Ihr Kalender "
1257
- "großartig aussieht. Die nachfolgenden Infos helfen Ihnen hoffentlich dabei."
1258
 
1259
  # @ tribe-events-calendar
1260
- #: ../admin-views/tribe-options-help.php:97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1261
  msgid ""
1262
- "If this is your first time using The Events Calendar, you're in for a treat "
1263
- "and are already well on your way to creating a first event. Here are some "
1264
- "basics we've found helpful for users jumping into it for the first time:"
1265
  msgstr ""
1266
- "Wenn Sie Events Calendar das erste Mal nutzen, sind Sie auf dem besten Weg "
1267
- "Ihre erste Veranstaltung zu erstellen. Hier finden Sie Basiswissen, welches "
1268
- "hilfreich bei der ersten Benutzung ist:"
 
 
 
 
 
1269
 
1270
  # @ tribe-events-calendar
1271
- #: ../admin-views/tribe-options-help.php:100
 
 
 
 
 
1272
  #, php-format
1273
- msgid ""
1274
- "%sOur New User Primer%s was designed for folks in your exact position. "
1275
- "Featuring both step-by-step videos and written walkthroughs that feature "
1276
- "accompanying screenshots, the primer aims to take you from zero to hero in "
1277
- "no time."
1278
- msgstr ""
1279
- "Unser %sNew User Primer%s wurde für Personen wie Sie entwickelt. Step-by-"
1280
- "Step Videos als auch ausführliche Anleitung inklusive Screenshots helfen "
1281
- "Ihnen sich schnell zurecht zu finden."
 
 
 
 
 
 
 
 
 
1282
 
1283
  # @ tribe-events-calendar
1284
- #: ../admin-views/tribe-options-help.php:102
 
 
 
 
 
 
1285
  #, php-format
1286
- msgid ""
1287
- "%sInstallation/Setup FAQs%s from our support page can help give an overview "
1288
- "of what the plugin can and cannot do. This section of the FAQs may be "
1289
- "helpful as it aims to address any basic install questions not addressed by "
1290
- "the new user primer."
1291
- msgstr ""
1292
- "Die %sInstallation/Setup FAQ%s von unserer Supportseite hilft Ihnen einen "
1293
- "Überblick über die Funktionen des Plugins zu geben. Dieser Abschnitt der FAQ "
1294
- "kann hilfreich sein, da er alle Basis Installationsfragen erläutert, welche "
1295
- "nicht im \\\"New User Primer\\\" enthalten sind."
1296
 
1297
  # @ tribe-events-calendar
1298
- #: ../admin-views/tribe-options-help.php:104
1299
- msgid ""
1300
- "Otherwise, if you're feeling adventurous, you can get started by heading to "
1301
- "the Events menu and adding your first event."
1302
- msgstr ""
1303
- "Wenn Sie direkt durchstarten möchten, können Sie jetzt im Veranstaltungen "
1304
- "Menü Ihre erste Veranstaltungen erstellen."
1305
 
1306
  # @ tribe-events-calendar
1307
- #: ../admin-views/tribe-options-help.php:108
1308
  #, php-format
1309
- msgid ""
1310
- "We've redone our support page from the ground up in an effort to better help "
1311
- "our users. Head over to our %sSupport Page%s and you'll find lots of great "
1312
- "resources, including:"
1313
- msgstr ""
1314
- "Wir haben unsere Support Seite von Grund auf überarbeitet, um unsere Kunden "
1315
- "besser unterstützen zu können. Wechseln Sie zu %sSupport Seite%s und finden "
1316
- "Sie eine Vielzahl von Unterlagen, inklusive:"
1317
 
1318
  # @ tribe-events-calendar
1319
- #: ../admin-views/tribe-options-help.php:110
1320
  #, php-format
1321
- msgid ""
1322
- "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
1323
- "&amp; Events Calendar PRO"
1324
  msgstr ""
1325
- "%sTemplate tags, Funktionen und Hooks & Filter%s für \" The Events Calendar "
1326
- "&amp; Events Calendar PRO\""
1327
 
1328
  # @ tribe-events-calendar
1329
- #: ../admin-views/tribe-options-help.php:112
1330
  #, php-format
1331
- msgid ""
1332
- "%sFrequently Asked Questions%s ranging from the most basic setup questions "
1333
- "to advanced themer tweaks"
1334
- msgstr ""
1335
- "%sFrequently Asked Questions%s für die Basis Setup Fragen für Anpassungen "
1336
- "von Themes."
1337
 
1338
  # @ tribe-events-calendar
1339
- #: ../admin-views/tribe-options-help.php:114
 
1340
  #, php-format
1341
- msgid ""
1342
- "%sTutorials%s written by both members of our team and users from the "
1343
- "community, covering custom queries, integration with third-party themes and "
1344
- "plugins, etc."
1345
- msgstr ""
1346
- "%sTutorials%s, welche von Mitgliedern unseres Teams und Nutzern der "
1347
- "Community erstellt wurden, welche individuelle Abfragen, die Integration von "
1348
- "Themes von Drittanbietern und Plugins, etc. beschreiben."
1349
 
1350
  # @ tribe-events-calendar
1351
- #: ../admin-views/tribe-options-help.php:116
 
1352
  msgid ""
1353
- "Release notes for painting an overall picture of the plugin's lifecycle and "
1354
- "when features/bug fixes were introduced."
1355
  msgstr ""
1356
- "Release Notes mit einer Übersicht über den Plugin Lifecylce und wann neue "
1357
- "Features / Bug Fixes umgesetzt wurden."
1358
 
1359
  # @ tribe-events-calendar
1360
- #: ../admin-views/tribe-options-help.php:118
1361
  #, php-format
1362
- msgid ""
1363
- "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
1364
- "The Events Calendar (including WooTickets, Community Events, Eventbrite "
1365
- "Tickets, Facebook Events, etc)"
1366
- msgstr ""
1367
- "%sAdd-on Dokumentation%s für alle offiziellen Modern Tribe Erweiterungen für "
1368
- "\\\" The Events Calendar\\\" (inklsuive WooTickets, Community Events, "
1369
- "Eventbrite Tickets, Facebook Events, etc)"
1370
 
1371
  # @ tribe-events-calendar
1372
- #: ../admin-views/tribe-options-help.php:120
1373
  #, php-format
1374
- msgid ""
1375
- "We've also got a %sModern Tribe UserVoice%s page where we're actively "
1376
- "watching for feature ideas from the community. If after playing with the "
1377
- "plugin and reviewing the resources above, you're finding a feature isn't "
1378
- "present that should be, let us know. Vote up existing feature requests or "
1379
- "add your own, and help us shape the future of the products business in a way "
1380
- "that best meets the community's needs."
1381
- msgstr ""
1382
- "Es existiert auch eine %sModern Tribe UserVoice%s Seite, welche wir auf neue "
1383
- "Features der Community hin überprüfen. Sollten Sie nach Nutzung des Plugin "
1384
- "und der oben genannten Unterlagen feststellen, dass ein gewünschtes Features "
1385
- "nicht verfügbar ist, informieren Sie uns! Stimmen Sie für existierende "
1386
- "Features ab oder fügen Sie selbst neue hinzu. Helfen Sie uns die Entwicklung "
1387
- "des Produktes zu steuern, um die Anfoderungen der Community am besten "
1388
- "erfüllen zu können."
1389
 
1390
  # @ tribe-events-calendar
1391
- #: ../admin-views/tribe-options-help.php:124
 
 
 
 
 
 
1392
  #, php-format
1393
  msgid ""
1394
- "Written documentation can only take things so far...sometimes, you need help "
1395
- "from a real person. This is where our %ssupport forums%s come into play."
1396
  msgstr ""
1397
- "Eine Dokumentation ist oft hilfreich, kann aber nicht immer die "
1398
- "Unterstützung durch einen echten Supportmitarbeiter ersetzen. An dieser "
1399
- "Stelle kommt unser %sSupport Forums%s ins Spiel."
1400
 
1401
  # @ tribe-events-calendar
1402
- #: ../admin-views/tribe-options-help.php:125
1403
  #, php-format
1404
- msgid ""
1405
- "Users of the free The Events Calendar should post their support concerns to "
1406
- "the plugin's %sWordPress.org support forum%s. While we are happy to help "
1407
- "identify and fix bugs that are reported at WordPress.org, please make sure "
1408
- "to read our %ssupport expectations sticky thread%s before posting so you "
1409
- "understand our limitations."
1410
  msgstr ""
1411
- "Nutzer des frei verfügbaren Plugin \\\"The Events Calendar\\\" können Ihre "
1412
- "Supportanfragen im %sWordPress.org support forum%s stellen. Wir unterstützen "
1413
- "gerne auf WordPress.org und versuchen Fehler zu beheben. Bitte stellen Sie "
1414
- "vorher jedoch sicher, dass Sie unsere %ssupport expectations sticky thread%s "
1415
- "gelesen haben, bevor Sie eine Frage stellen, um die Grenzen des Supports zu "
1416
- "verstehen."
1417
 
1418
  # @ tribe-events-calendar
1419
- #: ../admin-views/tribe-options-help.php:126
 
 
 
 
 
 
 
 
 
 
 
 
1420
  msgid ""
1421
- "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1422
- "you report a legitimate bug that we're able to reproduce, we will log it and "
1423
- "patch for an upcoming release. However we are unfortunately unable to "
1424
- "provide customization tips or assist in integrating with 3rd party plugins "
1425
- "or themes."
1426
  msgstr ""
1427
- "Wir prüfen das WordPress.org Forum während der Woche, um Fehler zu erkennen. "
1428
- "Wenn Sie eine offensichtlien Fehler finden, den wir reproduzieren können, "
1429
- "werden wir in aufnehmen und im nächsten Release korrigieren. Jedoch sind wir "
1430
- "leider nicht in der Lage, Tipps für Anpassungen zu geben oder bei der "
1431
- "Untstützung von Plugins oder Themes von Drittanbietern zu geben."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1432
 
1433
  # @ tribe-events-calendar
1434
- #: ../admin-views/tribe-options-help.php:127
1435
- #, php-format
1436
- msgid ""
1437
- "If you're a user of The Events Calendar and would like more support, please "
1438
- "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
1439
- "deeper level of customization/integration support for paying users than we "
1440
- "can on WordPress.org."
1441
- msgstr ""
1442
- "Wenn Sie als Nutzer von \"The Events Calendar\" mehr Unterstützung "
1443
- "benötigen, erwerben Sie bitte eine %sPRO Lizenz%s. Wir überprüfen das PRO "
1444
- "Forum täglich and können Nutzer auf einer detailierten Ebene bei Anpassungen "
1445
- "oder Integrationen unterstützen als auf WordPress.org."
1446
 
1447
  # @ tribe-events-calendar
1448
- #: ../admin-views/tribe-options-help.php:131
1449
- #, php-format
1450
- msgid ""
1451
- "If you find that you aren't getting the level of service you've come to "
1452
- "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
1453
- "why. We'll do what we can to make it right."
1454
- msgstr ""
1455
- "Wenn Sie nicht die benötigte Hilfe bekommen die Sie erwartet haben, schicken "
1456
- "Sie uns eine E-Mail an %s oder einen Tweet %s und sagen uns warum. Wir "
1457
- "werden unser Bestes geben, um Ihnen zu helfen."
1458
 
1459
  # @ tribe-events-calendar
1460
- #: ../admin-views/tribe-options-help.php:132
1461
- msgid "More..."
1462
- msgstr "Mehr..."
1463
 
1464
  # @ tribe-events-calendar
1465
- #: ../admin-views/tribe-options-help.php:141
1466
- msgid ""
1467
- "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1468
- "for installing our labor of love!"
1469
- msgstr "Hallo! Wir sind Modern Tribe. Vielen Dank für die Installation!"
1470
 
1471
  # @ tribe-events-calendar
1472
- #: ../admin-views/tribe-options-help.php:150
1473
- msgid "Support Resources To Help You Kick Ass"
1474
- msgstr "Support Unterlagen die Ihnen sicherlich helfen"
1475
 
1476
  # @ tribe-events-calendar
1477
- #: ../admin-views/tribe-options-help.php:153
1478
- msgid "Forums: Because Everyone Needs A Buddy"
1479
- msgstr "Foren: Weil jeder Freunde braucht"
1480
 
1481
  # @ tribe-events-calendar
1482
- #: ../admin-views/tribe-options-help.php:156
1483
- msgid "Not getting help?"
1484
- msgstr "Keine Hilfe gefunden?"
1485
 
1486
  # @ tribe-events-calendar
1487
- #: ../admin-views/tribe-options-help.php:168
1488
- #: ../lib/the-events-calendar.class.php:576
1489
- #: ../lib/tribe-settings.class.php:132
1490
- msgid "The Events Calendar"
1491
- msgstr "The Events Calendar"
1492
 
1493
  # @ tribe-events-calendar
1494
- #: ../admin-views/tribe-options-help.php:173
1495
- msgid "Latest Version:"
1496
- msgstr "Neueste Version:"
1497
 
1498
  # @ tribe-events-calendar
1499
- #: ../admin-views/tribe-options-help.php:174
1500
- msgid "Author:"
1501
- msgstr "Autor:"
1502
 
1503
  # @ tribe-events-calendar
1504
- #: ../admin-views/tribe-options-help.php:174
1505
- msgid "Modern Tribe Inc"
1506
- msgstr "Modern Tribe Inc"
1507
 
1508
  # @ tribe-events-calendar
1509
- #: ../admin-views/tribe-options-help.php:177
1510
- msgid "Requires:"
1511
- msgstr "Benötigt:"
1512
 
1513
  # @ tribe-events-calendar
1514
- #: ../admin-views/tribe-options-help.php:177
1515
- msgid "WordPress "
1516
- msgstr "WordPress "
1517
 
1518
  # @ tribe-events-calendar
1519
- #: ../admin-views/tribe-options-help.php:179
1520
- msgid "Wordpress.org Plugin Page"
1521
- msgstr "Wordpress.org Plugin Seite"
1522
 
1523
  # @ tribe-events-calendar
1524
- #: ../admin-views/tribe-options-help.php:185
1525
- msgid "Average Rating"
1526
- msgstr "Durchschnittliche Bewertung"
1527
 
1528
  # @ tribe-events-calendar
1529
- #: ../admin-views/tribe-options-help.php:189
1530
- #, php-format
1531
- msgid "Based on %d rating"
1532
- msgid_plural "Based on %d ratings"
1533
- msgstr[0] "Basierend auf %d Bewertung"
1534
- msgstr[1] "Basierend auf %d Bewertungen"
1535
 
1536
  # @ tribe-events-calendar
1537
- #: ../admin-views/tribe-options-help.php:191
1538
- msgid "Give us 5 stars!"
1539
- msgstr "Geben Sie uns 5 Sterne!"
1540
 
1541
  # @ tribe-events-calendar
1542
- #: ../admin-views/tribe-options-help.php:195
1543
- msgid "Premium Add-Ons"
1544
- msgstr "Premium Add-Ons"
1545
 
1546
  # @ tribe-events-calendar
1547
- #: ../admin-views/tribe-options-help.php:204
1548
- msgid "(Coming Soon!)"
1549
- msgstr "(erscheint bald)"
1550
 
1551
  # @ tribe-events-calendar
1552
- #: ../admin-views/tribe-options-help.php:214
1553
- msgid "News and Tutorials"
1554
- msgstr "News und Tutorials"
1555
 
1556
  # @ tribe-events-calendar
1557
- #: ../admin-views/tribe-options-network.php:15
1558
- msgid "Network Settings"
1559
- msgstr "Netzwerkeinstellungen"
1560
 
1561
  # @ tribe-events-calendar
1562
- #: ../admin-views/tribe-options-network.php:19
1563
- msgid ""
1564
- "This is where all of the global network settings for Modern Tribe's The "
1565
- "Events Calendar can be modified."
1566
- msgstr ""
1567
- "Hier werden alle Netzwerkeinstellungen für den Modern Tribe Events Calendar "
1568
- "eingestellt."
1569
 
1570
  # @ tribe-events-calendar
1571
- #: ../admin-views/tribe-options-network.php:27
1572
- msgid "Hide the following settings tabs on every site:"
1573
- msgstr "Versteken Sie die folgenden Einstellungen auf der Seite:"
1574
 
1575
  # @ tribe-events-calendar
1576
- #: ../admin-views/venue-meta-box.php:31
1577
- #: ../public/advanced-functions/meta.php:492
1578
- msgid "Address:"
1579
- msgstr "Adresse:"
1580
 
1581
  # @ tribe-events-calendar
1582
- #: ../admin-views/venue-meta-box.php:38
1583
- msgid "City:"
1584
- msgstr "Ort:"
1585
 
1586
  # @ tribe-events-calendar
1587
- #: ../admin-views/venue-meta-box.php:45
1588
- msgid "Country:"
1589
- msgstr "Land:"
1590
 
1591
  # @ tribe-events-calendar
1592
- #: ../admin-views/venue-meta-box.php:85
1593
- msgid "State or Province:"
1594
- msgstr "Bundesland/ Kanton/ Provinz:"
1595
 
1596
  # @ tribe-events-calendar
1597
- #: ../admin-views/venue-meta-box.php:89
1598
- msgid "Select a State:"
1599
- msgstr "Staat wählen (nur für USA!)"
1600
 
1601
  # @ tribe-events-calendar
1602
- #: ../admin-views/venue-meta-box.php:102
1603
- msgid "Postal Code:"
1604
- msgstr "PLZ:"
1605
 
1606
  # @ tribe-events-calendar
1607
- #: ../admin-views/venue-meta-box.php:134 ../admin-views/venue-meta-box.php:156
1608
- msgid "Show Google Map:"
1609
- msgstr "Zeige Google Karte:"
1610
 
1611
  # @ tribe-events-calendar
1612
- #: ../admin-views/venue-meta-box.php:144 ../admin-views/venue-meta-box.php:166
1613
- msgid "Show Google Maps Link:"
1614
- msgstr "Zeige Link zu Google Karte:"
1615
 
1616
  # @ tribe-events-calendar
1617
- #: ../admin-views/widget-admin-list.php:13
1618
- msgid "Title:"
1619
- msgstr "Titel:"
1620
 
1621
  # @ tribe-events-calendar
1622
- #: ../admin-views/widget-admin-list.php:18
1623
- msgid "Show:"
1624
- msgstr "Anzeigen:"
1625
 
1626
  # @ tribe-events-calendar
1627
- #: ../admin-views/widget-admin-list.php:28
1628
- msgid "Show widget only if there are upcoming events:"
1629
- msgstr "Das Widget nur anzeigen, wenn es bevorstehende Veranstaltungen gibt:"
1630
 
1631
  # @ tribe-events-calendar
1632
- #: ../lib/Activation_Page.php:132
1633
- #, fuzzy
1634
- msgid "Welcome to The Events Calendar"
1635
- msgstr "Willkomen bei The Events Calendar"
1636
 
1637
  # @ tribe-events-calendar
1638
- #: ../lib/Activation_Page.php:152
1639
- #, fuzzy
1640
- msgid "Thanks for Updating The Events Calendar"
1641
- msgstr "Upgrade vom Plugin 'The Events Calendar' (freie Version)"
1642
 
1643
  # @ tribe-events-calendar
1644
- #: ../lib/Credits.php:31
1645
- msgid "This calendar is powered by The Events Calendar."
1646
- msgstr "Dieser Kalender wird durch The Events Calendar generiert."
1647
 
1648
  # @ tribe-events-calendar
1649
- #: ../lib/Credits.php:48
1650
- #, php-format
1651
- msgid ""
1652
- "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
1653
- "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target="
1654
- "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
1655
- "friendly folks at Modern Tribe."
1656
- msgstr ""
1657
- "Bewerten Sie <strong>The Events Calendar</strong> <a href=\"%1$s\" target="
1658
- "\"_blank\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> auf <a href=\"%1$s\" "
1659
- "target=\"_blank\">WordPress.org</a>, damit dieses Plugin auch weiterhin "
1660
- "kostenlos angeboten werden kann. Vielen Dank vom Modern Tribe Team."
1661
 
1662
  # @ tribe-events-calendar
1663
- #: ../lib/Credits.php:48
1664
- msgid ""
1665
- "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1666
- msgstr ""
1667
- "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1668
 
1669
  # @ tribe-events-calendar
1670
- #: ../lib/io/csv/admin-views/columns.php:22
1671
- #, php-format
1672
- msgid "Column Mapping: %s"
1673
- msgstr "Spalten Mapping: %s"
1674
 
1675
  # @ tribe-events-calendar
1676
- #: ../lib/io/csv/admin-views/columns.php:28
1677
- msgid "Please choose the fields that best match the columns in your CSV file."
1678
- msgstr ""
1679
- "Bitte wählen Sie das Feld, das am besten mit der Spalte in Ihrer CSV Datei "
1680
- "übereinstimmt."
1681
 
1682
  # @ tribe-events-calendar
1683
- #: ../lib/io/csv/admin-views/columns.php:33
1684
- msgid "Column Headings"
1685
- msgstr "Spalten Überschriften"
1686
 
1687
  # @ tribe-events-calendar
1688
- #: ../lib/io/csv/admin-views/columns.php:34
1689
- msgid "Event Fields"
1690
- msgstr "Veranstaltungsfelder"
1691
 
1692
  # @ tribe-events-calendar
1693
- #: ../lib/io/csv/admin-views/columns.php:45
1694
- msgid "Perform Import"
1695
- msgstr "Import durchführen"
1696
 
1697
  # @ tribe-events-calendar
1698
- #: ../lib/io/csv/admin-views/header.php:13
1699
- msgid "Events Import (CSV)"
1700
- msgstr "Veranstaltungsimport (CSV)"
1701
 
1702
  # @ tribe-events-calendar
1703
- #: ../lib/io/csv/admin-views/import.php:17
1704
- msgid "Import Instructions"
1705
- msgstr "Import Anleitung"
1706
 
1707
  # @ tribe-events-calendar
1708
- #: ../lib/io/csv/admin-views/import.php:20
1709
- msgid "If your events have Organizers or Venues, please import those first."
1710
- msgstr ""
1711
- "Wenn Veranstaltungen über Veranstalter oder Veranstaltungsorte verfügen, "
1712
- "diese bitte zuerst importieren."
1713
 
1714
  # @ tribe-events-calendar
1715
- #: ../lib/io/csv/admin-views/import.php:21
1716
- msgid "To import organizers or venues:"
1717
- msgstr "Um Veranstalter oder Veranstaltungsorte zu importieren:"
1718
 
1719
  # @ tribe-events-calendar
1720
- #: ../lib/io/csv/admin-views/import.php:23
1721
- msgid "Select the appropriate import type."
1722
- msgstr "Wähle den passenden Importtyp."
1723
 
1724
  # @ tribe-events-calendar
1725
- #: ../lib/io/csv/admin-views/import.php:24
1726
- #: ../lib/io/csv/admin-views/import.php:30
1727
- msgid ""
1728
- "Upload a CSV file with one record on each line. The first line may contain "
1729
- "column names (check the box below)."
1730
- msgstr ""
1731
- "Lade eine CSV-Datei mit einem Datensatz pro Zeile hoch. Die erste Zeile kann "
1732
- "die Spaltenbezeichnungen enthalten (bitte die Option unten aktivieren)."
1733
 
1734
  # @ tribe-events-calendar
1735
- #: ../lib/io/csv/admin-views/import.php:25
1736
- msgid ""
1737
- "One column in your CSV should have the Organizer/Venue name. All other "
1738
- "fields are optional."
1739
- msgstr ""
1740
- "Eine Spalte in der CSV-Datei muss den Namen des Veranstalters / "
1741
- "Veranstaltungsortes enthalten. Alle anderen Felder sind optional."
 
 
 
 
 
 
 
 
 
 
 
1742
 
1743
  # @ tribe-events-calendar
1744
- #: ../lib/io/csv/admin-views/import.php:26
1745
- #: ../lib/io/csv/admin-views/import.php:32
1746
- msgid ""
1747
- "After you upload your file, you'll have the opportunity to indicate how the "
1748
- "columns in your CSV map to fields in The Events Calendar."
1749
- msgstr ""
1750
- "Nach dem Upload der Datei kann ein Mapping zwischen den Spalten in der CSV-"
1751
- "Datei und den Feldern im Event Kalender vorgenommen werden."
1752
 
1753
  # @ tribe-events-calendar
1754
- #: ../lib/io/csv/admin-views/import.php:28
1755
- msgid "After importing your Organizers and Venues, import your Events:"
1756
- msgstr ""
1757
- "Bitte Importieren Sie erst nach dem Import der Veranstalter und "
1758
- "Veranstaltungsorten die Veranstaltungen:"
1759
 
1760
  # @ tribe-events-calendar
1761
- #: ../lib/io/csv/admin-views/import.php:31
1762
- msgid ""
1763
- "One column in your CSV should have the Event title. Another should have the "
1764
- "Event start date. All other fields are optional."
1765
- msgstr ""
1766
- "Eine Spalte in der CSV-Datei muss den Veranstaltungstitel enthalten, eine "
1767
- "andere das Startdatum der Veranstaltung. Alle anderen Felder sind optional."
1768
 
1769
  # @ tribe-events-calendar
1770
- #: ../lib/io/csv/admin-views/import.php:36
1771
- #, php-format
1772
- msgid "Questions? <a href=\"%s\">Watch the video</a>."
1773
- msgstr "Fragen? <a href=\"%s\">Schauen Sie das Video an</a>."
1774
 
1775
  # @ tribe-events-calendar
1776
- #: ../lib/io/csv/admin-views/import.php:43
1777
- msgid "Import Type:"
1778
- msgstr "Import Typ:"
1779
 
1780
  # @ tribe-events-calendar
1781
- #: ../lib/io/csv/admin-views/import.php:45
1782
- #: ../lib/the-events-calendar.class.php:510
1783
- #: ../public/template-tags/venue.php:52
1784
- msgid "Venues"
1785
- msgstr "Veranstaltungsorte"
1786
 
1787
  # @ tribe-events-calendar
1788
- #: ../lib/io/csv/admin-views/import.php:46
1789
- #: ../lib/the-events-calendar.class.php:526
1790
- #: ../public/template-tags/organizer.php:59
1791
- msgid "Organizers"
1792
- msgstr "Veranstalter"
1793
 
1794
  # @ tribe-events-calendar
1795
- #: ../lib/io/csv/admin-views/import.php:47
1796
- #: ../lib/the-events-calendar.class.php:1390
1797
- #: ../lib/the-events-calendar.class.php:4160
1798
- msgid "Events"
1799
- msgstr "Veranstaltungen"
1800
 
1801
  # @ tribe-events-calendar
1802
- #: ../lib/io/csv/admin-views/import.php:55
1803
- msgid "CSV File:"
1804
- msgstr "CSV Datei:"
1805
 
1806
  # @ tribe-events-calendar
1807
- #: ../lib/io/csv/admin-views/import.php:59
1808
- msgid ""
1809
- "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1810
- "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1811
- "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
1812
- "dest=utf-8&src=auto&download=1'>conversion tool</a>."
1813
- msgstr ""
1814
- "Laden Sie ein ordnungsgemäß formatierte, UTF-8 codierte CSV Datei hoch. "
1815
- "Wissen Sie nicht, ob Ihre Datei UTF-8 codiert ist? Stellen Sie beim "
1816
- "speichern der Datei sicher, dass Sie UTF-8 als Zeichensatz gewählt haben "
1817
- "oder nutzen Sie ein <a href='http://i-tools.org/charset/exec?"
1818
- "dest=utf-8&src=auto&download=1'>Konvertierungstool</a>."
1819
 
1820
  # @ tribe-events-calendar
1821
- #: ../lib/io/csv/admin-views/import.php:67
1822
- msgid "This file has column names in the first row"
1823
- msgstr "Diese Datei hat Spalten in der ersten Zeile"
1824
 
1825
  # @ tribe-events-calendar
1826
- #: ../lib/io/csv/admin-views/import.php:78
1827
- msgid "Import CSV File"
1828
- msgstr "Importiere CSV Datei"
1829
 
1830
  # @ tribe-events-calendar
1831
- #: ../lib/io/csv/admin-views/result.php:15
1832
- msgid "Import Result"
1833
- msgstr "Import Ergebnisse"
1834
 
1835
  # @ tribe-events-calendar
1836
- #: ../lib/io/csv/admin-views/result.php:17
1837
- msgid "Import complete!"
1838
- msgstr "Import abgeschlossen!"
1839
 
1840
  # @ tribe-events-calendar
1841
- #: ../lib/io/csv/admin-views/result.php:19
1842
- #, php-format
1843
- msgid "Inserted: %d"
1844
- msgstr "Eingefügt: %d"
1845
 
1846
  # @ tribe-events-calendar
1847
- #: ../lib/io/csv/admin-views/result.php:20
1848
- #, php-format
1849
- msgid "Updated: %d"
1850
- msgstr "Aktualisiert: %d"
1851
 
1852
  # @ tribe-events-calendar
1853
- #: ../lib/io/csv/admin-views/result.php:21
1854
- #, php-format
1855
- msgid "Skipped: %d"
1856
- msgstr "Übersprungen: %d"
1857
 
1858
  # @ tribe-events-calendar
1859
- #: ../lib/io/csv/admin-views/result.php:25
1860
- msgid "The import statistics above have the following meaning:"
1861
- msgstr "Die Import Statistiken oben bedeuten folgendes:"
1862
 
1863
  # @ tribe-events-calendar
1864
- #: ../lib/io/csv/admin-views/result.php:26
1865
- msgid ""
1866
- "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1867
- "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1868
- "start date. The existing item was updated with the new value from the file.</"
1869
- "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
1870
- "not be imported. Please see below for the invalid rows.</li></ol>"
1871
- msgstr ""
1872
- "<ol><li><strong>Eingefügt::</strong> Ein neues Element wurde erfolgreich "
1873
- "eingefügt.</li><li><strong>Aktualisiert:</strong> Ein Element mit dem "
1874
- "gleichen Namen und/oder Startdatum wurde gefunden. Das existierende Element "
1875
- "wurde mit den neuen Werten aus der Datei aktualisiert.</"
1876
- "li><li><strong>Übersprungen:</strong> Es wurde eine Zeile in der CSV Datei "
1877
- "gefunedn, weche nicht importiert werden konnte. Unten finden Sie mehr "
1878
- "Informationen zu den ungültigen Zeilen.</li></ol>"
1879
 
1880
  # @ tribe-events-calendar
1881
- #: ../lib/io/csv/admin-views/result.php:29
1882
- #, php-format
1883
- msgid "Skipped row numbers: %s"
1884
- msgstr "Übersprungene Zeilen: %s"
1885
 
1886
  # @ tribe-events-calendar
1887
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
1888
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
1889
- msgid "Import: CSV"
1890
- msgstr "Import: CSV"
1891
 
1892
  # @ tribe-events-calendar
1893
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
1894
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
1895
- msgid "The file went away. Please try again."
1896
- msgstr "Die Datei wurde nicht gefunden. Bitte versuchen Sie es nochmal."
1897
 
1898
  # @ tribe-events-calendar
1899
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
1900
- msgid "We were unable to process your request. Please try again."
1901
- msgstr ""
1902
- "Die Durchführung konnte nicht abgeschlossen werden. Bitte versuchen Sie es "
1903
- "erneut."
1904
 
1905
  # @ tribe-events-calendar
1906
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
1907
- msgid "<p>The following fields are required for a successful import:</p>"
1908
- msgstr ""
1909
- "<p>Die nachfolgenden Felder werden für einen erfolgreichen Import benötigt:</"
1910
- "p>"
1911
 
1912
  # @ tribe-events-calendar
1913
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
1914
- msgid "Do Not Import"
1915
- msgstr "Nicht importieren"
1916
 
1917
  # @ tribe-events-calendar
1918
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1919
- msgid "Event Name"
1920
- msgstr "Name der Veranstaltung"
1921
 
1922
  # @ tribe-events-calendar
1923
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1924
- msgid "Event Description"
1925
- msgstr "Beschreibung der Veranstaltung"
1926
 
1927
  # @ tribe-events-calendar
1928
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1929
- msgid "Event Start Date"
1930
- msgstr "Anfangsdatum der Veranstaltung"
1931
 
1932
  # @ tribe-events-calendar
1933
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1934
- msgid "Event Start Time"
1935
- msgstr "Anfangszeit der Veranstaltung"
1936
 
1937
  # @ tribe-events-calendar
1938
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1939
- msgid "Event End Date"
1940
- msgstr "Enddatum der Veranstaltung"
1941
 
1942
  # @ tribe-events-calendar
1943
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1944
- msgid "Event End Time"
1945
- msgstr "Endzeit der Veranstaltung"
1946
 
1947
  # @ tribe-events-calendar
1948
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1949
- msgid "All Day Event"
1950
- msgstr "Ganztägige Veranstaltung"
1951
 
1952
  # @ tribe-events-calendar
1953
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1954
- msgid "Event Venue Name"
1955
- msgstr "Name des Veranstaltungsortes"
1956
 
1957
  # @ tribe-events-calendar
1958
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1959
- msgid "Event Organizer Name"
1960
- msgstr "Name des Veranstalters"
1961
 
1962
  # @ tribe-events-calendar
1963
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
1964
- msgid "Event Show Map Link"
1965
- msgstr "Google Karte Link aktivieren"
1966
 
1967
  # @ tribe-events-calendar
1968
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1969
- msgid "Event Show Map"
1970
- msgstr "Google Karte aktivieren"
1971
 
1972
  # @ tribe-events-calendar
1973
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:64
1974
- msgid "Event Phone"
1975
- msgstr "Telefon"
1976
 
1977
- # @ {bug-detected}
1978
  # @ tribe-events-calendar
1979
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:65
1980
- #: ../lib/the-events-calendar.class.php:1430
1981
- #: ../public/template-tags/general.php:353
1982
- #, fuzzy
1983
- msgid "Event Category"
1984
- msgstr "Veranstaltungskategorie"
1985
 
1986
  # @ tribe-events-calendar
1987
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1988
- msgid "Venue Name"
1989
- msgstr "Veranstaltungsort"
1990
 
1991
  # @ tribe-events-calendar
1992
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1993
- msgid "Venue Country"
1994
- msgstr "Land"
1995
 
1996
  # @ tribe-events-calendar
1997
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1998
- msgid "Venue Address"
1999
- msgstr "Adresse"
2000
 
2001
  # @ tribe-events-calendar
2002
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
2003
- #, fuzzy
2004
- msgid "Venue Address 2"
2005
- msgstr "Adresse 2"
2006
 
2007
  # @ tribe-events-calendar
2008
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
2009
- msgid "Venue City"
2010
- msgstr "Ort"
2011
 
2012
  # @ tribe-events-calendar
2013
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
2014
- msgid "Venue State/Province"
2015
- msgstr "Bundesland/ Provinz/ Kanton"
2016
 
2017
  # @ tribe-events-calendar
2018
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:78
2019
- msgid "Venue Zip"
2020
- msgstr "PLZ"
2021
 
2022
  # @ tribe-events-calendar
2023
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:79
2024
- msgid "Venue Phone"
2025
- msgstr "Telefon"
2026
 
2027
  # @ tribe-events-calendar
2028
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
2029
- msgid "Organizer Name"
2030
- msgstr "Name des Veranstalters"
2031
 
2032
  # @ tribe-events-calendar
2033
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
2034
- msgid "Organizer Email"
2035
- msgstr "E-Mail"
2036
 
2037
  # @ tribe-events-calendar
2038
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:87
2039
- msgid "Organizer Website"
2040
- msgstr "Website"
2041
 
2042
  # @ tribe-events-calendar
2043
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:88
2044
- msgid "Organizer Phone"
2045
- msgstr "Telefon"
2046
 
2047
  # @ tribe-events-calendar
2048
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
2049
- #, php-format
2050
- msgid "No importer defined for %s"
2051
- msgstr "Keine Importfunktion für %s definiert "
2052
 
2053
  # @ tribe-events-calendar
2054
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
2055
- #, php-format
2056
- msgid "Missing required fields in row %d."
2057
- msgstr "Notwendige Felder in Zeile %d nicht vorhanden."
2058
 
2059
  # @ tribe-events-calendar
2060
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:118
2061
- #, php-format
2062
- msgid "Failed to import record in row %d."
2063
- msgstr "Importieren für Zeile %d fehlgeschlagen."
2064
 
2065
  # @ tribe-events-calendar
2066
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:127
2067
- #, php-format
2068
- msgid "%s (post ID %d) updated."
2069
- msgstr "%s (Post ID %d) aktualisiert."
2070
 
2071
  # @ tribe-events-calendar
2072
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:131
2073
- #, php-format
2074
- msgid "%s (post ID %d) created."
2075
- msgstr "%s (Post ID %d) erstellt."
2076
 
2077
  # @ tribe-events-calendar
2078
- #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
2079
- #, php-format
2080
- msgid "Temporary file not found. Could not save %s."
2081
- msgstr "Temporäre Datei nicht gefunden. Konnte %s nicht speichern."
2082
 
2083
  # @ tribe-events-calendar
2084
- #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
2085
- #, php-format
2086
- msgid "Could not save %s."
2087
- msgstr "Konnte %s nicht speichern."
2088
 
2089
  # @ tribe-events-calendar
2090
- #: ../lib/pue/admin-views/license-key.view.php:12
2091
- #: ../lib/pue/admin-views/license-key.view.php:16
2092
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:305
2093
- msgid "License Key"
2094
- msgstr "Lizenzschlüssel"
2095
 
2096
  # @ tribe-events-calendar
2097
- #: ../lib/pue/admin-views/license-key.view.php:13
2098
- msgid "A valid license key is required for support and updates."
2099
- msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich."
2100
 
2101
  # @ tribe-events-calendar
2102
- #: ../lib/pue/admin-views/license-key.view.php:19
2103
- msgid "Replace empty fields"
2104
- msgstr "Ersetze die leeren Felder"
2105
 
2106
  # @ tribe-events-calendar
2107
- #: ../lib/pue/admin-views/license-key.view.php:29
2108
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:306
2109
- msgid "A valid license key is required for support and updates"
2110
- msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
2111
 
2112
  # @ tribe-events-calendar
2113
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:375
2114
- msgid "License key(s) updated."
2115
- msgstr "Lizenzschlüssel aktualisiert."
2116
 
2117
  # @ tribe-events-calendar
2118
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:415
2119
- msgid "Sorry, key validation server is not available."
2120
- msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
2121
 
2122
  # @ tribe-events-calendar
2123
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:417
2124
- msgid "Sorry, this key is expired."
2125
- msgstr "Sorry, dein Lizenzschlüssel ist abgelaufen"
2126
 
2127
  # @ tribe-events-calendar
2128
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:420
2129
- msgid "Sorry, this key is out of installs."
2130
- msgstr ""
2131
- "Sorry, dein Lizenzschlüssel wurde schon bei einer anderen Installation "
2132
- "verwendet"
2133
 
2134
- # @ default
2135
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:421
2136
- msgid "Why am I seeing this message?"
2137
- msgstr "Warum sehe ich diese Nachricht?"
2138
 
2139
  # @ tribe-events-calendar
2140
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:424
2141
- msgid "Sorry, this key is not valid."
2142
- msgstr "Sorry, dein Lizenzschlüssel ist ungültig"
2143
 
2144
  # @ tribe-events-calendar
2145
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:427
2146
- #, php-format
2147
- msgid "Valid Key! Expires on %s"
2148
- msgstr "Gültiger Schlüssel! Erlischt am %s"
2149
 
2150
  # @ tribe-events-calendar
2151
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:431
2152
- #, php-format
2153
- msgid ""
2154
- "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
2155
- "\">support.</a>"
2156
- msgstr ""
2157
- "Hmm... irgendwas ist schiefgelaufen. Bitte kontaktiere den <a href=\"%s"
2158
- "\">support.</a>"
2159
 
2160
  # @ tribe-events-calendar
2161
- #: ../lib/template-classes/day.php:99 ../lib/template-classes/day.php:115
2162
- msgid "All Day"
2163
- msgstr "Ganztägig"
2164
 
2165
  # @ tribe-events-calendar
2166
- #: ../lib/template-classes/day.php:102 ../lib/template-classes/day.php:118
2167
- msgid "Ongoing"
2168
- msgstr "laufend"
2169
 
2170
  # @ tribe-events-calendar
2171
- #: ../lib/template-classes/day.php:135
2172
- #, php-format
2173
- msgid ""
2174
- "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
2175
- "try another day."
2176
- msgstr ""
2177
- "Keine passenden Veranstaltungen für %s im Zeitraum <strong>%s</strong> "
2178
- "vorhanden. Bitte wählen Sie einen anderen Tag."
2179
 
2180
  # @ tribe-events-calendar
2181
- #: ../lib/template-classes/day.php:137
2182
- #, php-format
2183
- msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2184
- msgstr ""
2185
- "Keine passenden Veranstaltungen für %s vorhanden. Bitte wählen Sie einen "
2186
- "anderen Tag."
2187
 
2188
  # @ tribe-events-calendar
2189
- #: ../lib/template-classes/month.php:126
2190
- #, php-format
2191
- msgid ""
2192
- "There were no results found for <strong>\"%s\"</strong> this month. Try "
2193
- "searching next month."
2194
- msgstr ""
2195
- "Es wurden keine Ergebnisse für <strong>\"%s\"</strong> in diesem Monat "
2196
- "gefunden. Versuchen Sie es mit dem nächsten Monat."
2197
 
2198
  # @ tribe-events-calendar
2199
- #: ../lib/template-classes/month.php:129
2200
- #: ../lib/tribe-template-factory.class.php:276
2201
- #: ../lib/tribe-template-factory.class.php:281
2202
- #, php-format
2203
- msgid ""
2204
- "No matching events listed under %s. Please try viewing the full calendar for "
2205
- "a complete list of events."
2206
- msgstr ""
2207
- "Keine passenden Veranstaltungen für %s gefunden. Bitte versuchen Sie den "
2208
- "ganzen Kalender anzuzeigen, um alle Veranstaltungen zu sehen."
2209
 
2210
  # @ tribe-events-calendar
2211
- #: ../lib/template-classes/month.php:131
2212
- #: ../lib/tribe-template-factory.class.php:283
2213
- msgid "There were no results found."
2214
- msgstr "Es wurden keine Ergebnisse gefunden."
2215
 
2216
  # @ tribe-events-calendar
2217
- #: ../lib/template-classes/single-event.php:120
2218
- msgid "This event has passed."
2219
- msgstr "Diese Veranstaltung ist bereits vorbei."
2220
 
2221
  # @ tribe-events-calendar
2222
- #: ../lib/the-events-calendar.class.php:518
2223
- #: ../public/advanced-functions/meta.php:445
2224
- #: ../public/template-tags/venue.php:41
2225
- msgid "Venue"
2226
- msgstr "Veranstaltungsort"
2227
 
2228
  # @ tribe-events-calendar
2229
- #: ../lib/the-events-calendar.class.php:534
2230
- #: ../public/advanced-functions/meta.php:518
2231
- #: ../public/template-tags/organizer.php:48
2232
- msgid "Organizer"
2233
- msgstr "Veranstalter"
2234
 
2235
  # @ tribe-events-calendar
2236
- #: ../lib/the-events-calendar.class.php:581
2237
- msgid "month"
2238
- msgstr "Monat"
2239
 
2240
  # @ tribe-events-calendar
2241
- #: ../lib/the-events-calendar.class.php:582
2242
- msgid "list"
2243
- msgstr "Liste"
2244
 
2245
  # @ tribe-events-calendar
2246
- #: ../lib/the-events-calendar.class.php:583
2247
- msgid "upcoming"
2248
- msgstr "anstehend"
2249
 
2250
  # @ tribe-events-calendar
2251
- #: ../lib/the-events-calendar.class.php:584
2252
- msgid "past"
2253
- msgstr "vergangen"
2254
 
2255
  # @ tribe-events-calendar
2256
- #: ../lib/the-events-calendar.class.php:585
2257
- msgid "day"
2258
- msgstr "Tag"
2259
 
2260
  # @ tribe-events-calendar
2261
- #: ../lib/the-events-calendar.class.php:586
2262
- msgid "today"
2263
- msgstr "heute"
2264
 
2265
  # @ tribe-events-calendar
2266
- #: ../lib/the-events-calendar.class.php:606
2267
- #, php-format
2268
- msgid "Initializing Tribe Events on %s"
2269
- msgstr "Tribe Events wird eingerichtet für %s"
2270
 
2271
  # @ tribe-events-calendar
2272
- #: ../lib/the-events-calendar.class.php:723
2273
- #, php-format
2274
- msgid ""
2275
- "Your version of The Events Calendar is not up-to-date with one of your The "
2276
- "Events Calendar add-ons. Please %supdate now.%s"
2277
- msgstr ""
2278
- "Ihre Version des Events Calendar ist nicht aktuell genug, um dieses Add-On "
2279
- "zu nutzen. Bitte %supdaten Sie jetzt%s."
2280
 
2281
  # @ tribe-events-calendar
2282
- #: ../lib/the-events-calendar.class.php:743
2283
- #, php-format
2284
- msgid ""
2285
- "The following plugins are out of date: <b>%s</b>. All add-ons contain "
2286
- "dependencies on The Events Calendar and will not function properly unless "
2287
- "paired with the right version. %sWant to pair an older version%s?"
2288
- msgstr ""
2289
- "Die folgenden Plugins sind veraltet: <b>%s</b>. Alle Erweiterungen sind mit "
2290
- "dem Events Calendar verbunden und funktionieren nicht richtig, wenn die "
2291
- "Versionen nicht zusammenpassen. %sWollen Sie eine ältere Version nutzen%s?"
2292
 
2293
  # @ tribe-events-calendar
2294
- #: ../lib/the-events-calendar.class.php:807
2295
- #: ../lib/the-events-calendar.class.php:843
2296
- #: ../lib/the-events-calendar.class.php:849
2297
- msgid "Licenses"
2298
- msgstr "Lizenzen"
2299
 
2300
  # @ tribe-events-calendar
2301
- #: ../lib/the-events-calendar.class.php:812
2302
- #, php-format
2303
- msgid ""
2304
- "<p>The license key you received when completing your purchase from %s will "
2305
- "grant you access to support and updates until it expires. You do not need to "
2306
- "enter the key below for the plugins to work, but you will need to enter it "
2307
- "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
2308
- "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
2309
- "unique license key. Simply paste the key into its appropriate field on "
2310
- "below, and give it a moment to validate. You know you're set when a green "
2311
- "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
2312
- "seeing a red message telling you that your key isn't valid or is out of "
2313
- "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
2314
- "installs or renew / upgrade your license.</p><p>Not seeing an update but "
2315
- "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
2316
- "and click \"Check Again\".</p>"
2317
- msgstr ""
2318
- "<p>Der Lizenzschlüssel von %s, den Sie beim Kauf erhalten haben, wird Ihnen "
2319
- "Zugriff auf das Supportforum gewähren, bis er abgelaufen ist. Sie müssen den "
2320
- "Schüssel nicht eingeben, damit die Plugins funktionieren, aber um Updates zu "
2321
- "erhalten muss der Schüssel eingegeben sein. Sie finden Ihren Lizenzschlüssel "
2322
- "unter <a href=\"%s\">%s</a>.</p> <p>Jedes bezahlte Plugin hat einen "
2323
- "einzigartigen Lizenzschlüssel. Fügen Sie den Schlüssel einfach in das Feld "
2324
- "ein und warten Sie einen Moment bis er verifiziert ist. </p><p>Wenn eine "
2325
- "Fehlermeldung erscheint, dass Ihre Lizenzsschlüssel nicht gültig sind, gehen "
2326
- "Sie zu <a href=\"%s\" target=\"_blank\">%s</a>, um Ihre Installationen zu "
2327
- "verwalten oder Lizenzschlüssel zu aktualisieren. </p><p>Kein Update obwohl "
2328
- "der Schüssel passt? Gehen Sie in Wordpress zu <a href=\"%s\">Dashboard > "
2329
- "Updates</a> und klicken Sie auf \"Erneut prüfen\".</p>"
2330
 
2331
  # @ tribe-events-calendar
2332
- #: ../lib/the-events-calendar.class.php:835
2333
- msgid "General"
2334
- msgstr "Allgemein"
2335
 
2336
  # @ tribe-events-calendar
2337
- #: ../lib/the-events-calendar.class.php:836
2338
- msgid "Display"
2339
- msgstr "Darstellung"
2340
 
2341
  # @ tribe-events-calendar
2342
- #: ../lib/the-events-calendar.class.php:855
2343
- #: ../lib/the-events-calendar.class.php:4271
2344
- #: ../lib/the-events-calendar.class.php:4363
2345
- msgid "Help"
2346
- msgstr "Hilfe"
2347
 
2348
  # @ tribe-events-calendar
2349
- #: ../lib/the-events-calendar.class.php:899
2350
- #, php-format
2351
- msgid ""
2352
- "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
2353
- "your WordPress install."
2354
- msgstr ""
2355
- "Das The Events Calendar Plugin erfordert WordPress Version %s oder h&ouml;"
2356
- "her. Bitte aktualisieren Sie Ihre WordPress-Installation entsprechend, bevor "
2357
- "Sie fortfahren."
2358
 
2359
  # @ tribe-events-calendar
2360
- #: ../lib/the-events-calendar.class.php:902
2361
- #, php-format
2362
- msgid ""
2363
- "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
2364
- "about moving you to a newer version of PHP."
2365
- msgstr ""
2366
- "Das The Events Calendar Plugin erfordert PHP Version %s oder höher. "
2367
- "Kontaktieren Sie Ihren Webhosting-Anbieter, um auf eine höhere PHP-Version "
2368
- "aktualisieren zu können."
2369
 
2370
  # @ tribe-events-calendar
2371
- #: ../lib/the-events-calendar.class.php:1351
2372
- msgid "category"
2373
- msgstr "Kategorie"
2374
 
2375
  # @ tribe-events-calendar
2376
- #: ../lib/the-events-calendar.class.php:1362
2377
- msgid "tag"
2378
- msgstr "Tag"
2379
 
2380
  # @ tribe-events-calendar
2381
- #: ../lib/the-events-calendar.class.php:1391
2382
- msgid "Event"
2383
- msgstr "Veranstaltung"
2384
 
2385
  # @ tribe-events-calendar
2386
- #: ../lib/the-events-calendar.class.php:1392
2387
- #: ../lib/the-events-calendar.class.php:1405
2388
- #: ../lib/the-events-calendar.class.php:1418
2389
- msgid "Add New"
2390
- msgstr "Hinzufügen"
2391
 
2392
  # @ tribe-events-calendar
2393
- #: ../lib/the-events-calendar.class.php:1393
2394
- msgid "Add New Event"
2395
- msgstr "Neue Veranstaltung hinzufügen"
2396
 
2397
  # @ tribe-events-calendar
2398
- #: ../lib/the-events-calendar.class.php:1394
2399
- msgid "Edit Event"
2400
- msgstr "Veranstaltung bearbeiten"
2401
 
2402
  # @ tribe-events-calendar
2403
- #: ../lib/the-events-calendar.class.php:1395
2404
- msgid "New Event"
2405
- msgstr "Neue Veranstaltung"
2406
 
2407
  # @ tribe-events-calendar
2408
- #: ../lib/the-events-calendar.class.php:1396
2409
- msgid "View Event"
2410
- msgstr "Veranstaltung ansehen"
2411
 
2412
  # @ tribe-events-calendar
2413
- #: ../lib/the-events-calendar.class.php:1397
2414
- msgid "Search Events"
2415
- msgstr "Veranstaltungen suchen"
2416
 
2417
  # @ tribe-events-calendar
2418
- #: ../lib/the-events-calendar.class.php:1398
2419
- msgid "No events found"
2420
- msgstr "Es wurden keine Veranstaltungen gefunden"
2421
 
2422
  # @ tribe-events-calendar
2423
- #: ../lib/the-events-calendar.class.php:1399
2424
- msgid "No events found in Trash"
2425
- msgstr "Es befinden sich keine Veranstaltungen im Papierkorb"
2426
 
2427
  # @ tribe-events-calendar
2428
- #: ../lib/the-events-calendar.class.php:1406
2429
- #: ../lib/the-events-calendar.class.php:1419
2430
- #: ../lib/the-events-calendar.class.php:1523
2431
- #: ../lib/the-events-calendar.class.php:1524
2432
- #, php-format
2433
- msgid "Add New %s"
2434
- msgstr "%s hinzufügen"
2435
 
2436
  # @ tribe-events-calendar
2437
- #: ../lib/the-events-calendar.class.php:1407
2438
- #: ../lib/the-events-calendar.class.php:1420
2439
- #, php-format
2440
- msgid "Edit %s"
2441
- msgstr "%s bearbeiten"
2442
 
2443
  # @ tribe-events-calendar
2444
- #: ../lib/the-events-calendar.class.php:1408
2445
- #: ../lib/the-events-calendar.class.php:1421
2446
- #, php-format
2447
- msgid "New %s"
2448
- msgstr "%s neu erstellen"
2449
 
2450
  # @ tribe-events-calendar
2451
- #: ../lib/the-events-calendar.class.php:1409
2452
- #: ../lib/the-events-calendar.class.php:1422
2453
- #, php-format
2454
- msgid "View %s"
2455
- msgstr "%s anzeigen"
2456
 
2457
  # @ tribe-events-calendar
2458
- #: ../lib/the-events-calendar.class.php:1410
2459
- #: ../lib/the-events-calendar.class.php:1423
2460
- #, php-format
2461
- msgid "Search %s"
2462
- msgstr "%s suchen"
2463
 
2464
  # @ tribe-events-calendar
2465
- #: ../lib/the-events-calendar.class.php:1411
2466
- #: ../lib/the-events-calendar.class.php:1424
2467
- #, php-format
2468
- msgid "No %s found"
2469
- msgstr "Keine %s gefunden"
2470
 
2471
  # @ tribe-events-calendar
2472
- #: ../lib/the-events-calendar.class.php:1412
2473
- #: ../lib/the-events-calendar.class.php:1425
2474
- #, php-format
2475
- msgid "No %s found in Trash"
2476
- msgstr "%s im Papierkorb nicht gefunden"
2477
 
2478
  # @ tribe-events-calendar
2479
- #: ../lib/the-events-calendar.class.php:1429
2480
- #: ../lib/tribe-admin-events-list.class.php:167
2481
- msgid "Event Categories"
2482
- msgstr "Veranstalt.-Kategorien"
2483
 
2484
  # @ tribe-events-calendar
2485
- #: ../lib/the-events-calendar.class.php:1431
2486
- msgid "Search Event Categories"
2487
- msgstr "Veranstaltungskategorien suchen"
2488
 
2489
  # @ tribe-events-calendar
2490
- #: ../lib/the-events-calendar.class.php:1432
2491
- msgid "All Event Categories"
2492
- msgstr "Alle Veranstaltungskategorien"
2493
 
2494
  # @ tribe-events-calendar
2495
- #: ../lib/the-events-calendar.class.php:1433
2496
- msgid "Parent Event Category"
2497
- msgstr "Übergeordnete Veranstaltungskategorie"
2498
 
2499
  # @ tribe-events-calendar
2500
- #: ../lib/the-events-calendar.class.php:1434
2501
- msgid "Parent Event Category:"
2502
- msgstr "Übergeordnete Veranstaltungskategorie:"
2503
 
2504
  # @ tribe-events-calendar
2505
- #: ../lib/the-events-calendar.class.php:1435
2506
- msgid "Edit Event Category"
2507
- msgstr "Veranstaltungskategorie bearbeiten"
2508
 
2509
  # @ tribe-events-calendar
2510
- #: ../lib/the-events-calendar.class.php:1436
2511
- msgid "Update Event Category"
2512
- msgstr "Veranstaltungskategorie aktualisieren"
2513
 
2514
  # @ tribe-events-calendar
2515
- #: ../lib/the-events-calendar.class.php:1437
2516
- msgid "Add New Event Category"
2517
- msgstr "Neue Veranstaltungskategorie hinzufügen"
2518
 
2519
  # @ tribe-events-calendar
2520
- #: ../lib/the-events-calendar.class.php:1438
2521
- msgid "New Event Category Name"
2522
- msgstr "Neuer Veranstaltungskategorie-Name"
2523
 
2524
  # @ tribe-events-calendar
2525
- #: ../lib/the-events-calendar.class.php:1455
2526
- #, php-format
2527
- msgid "Event updated. <a href=\"%s\">View event</a>"
2528
- msgstr ""
2529
- "Veranstaltung aktualisiert. <a href=\"%s\">Diese Veranstaltung ansehen</a>"
2530
 
2531
  # @ tribe-events-calendar
2532
- #: ../lib/the-events-calendar.class.php:1456
2533
- #: ../lib/the-events-calendar.class.php:1475
2534
- #: ../lib/the-events-calendar.class.php:1494
2535
- msgid "Custom field updated."
2536
- msgstr "Benutzerdefiniertes Feld aktualisiert."
2537
 
2538
  # @ tribe-events-calendar
2539
- #: ../lib/the-events-calendar.class.php:1457
2540
- #: ../lib/the-events-calendar.class.php:1476
2541
- #: ../lib/the-events-calendar.class.php:1495
2542
- msgid "Custom field deleted."
2543
- msgstr "Benutzerdefiniertes Feld gel&ouml;scht."
2544
 
2545
  # @ tribe-events-calendar
2546
- #: ../lib/the-events-calendar.class.php:1458
2547
- msgid "Event updated."
2548
- msgstr "Veranstaltung aktualisiert."
2549
 
2550
  # @ tribe-events-calendar
2551
- #: ../lib/the-events-calendar.class.php:1460
2552
- #, php-format
2553
- msgid "Event restored to revision from %s"
2554
- msgstr "Veranstaltung wiederhergestellt mit der Revision von %s"
2555
 
2556
  # @ tribe-events-calendar
2557
- #: ../lib/the-events-calendar.class.php:1461
2558
- #, php-format
2559
- msgid "Event published. <a href=\"%s\">View event</a>"
2560
- msgstr ""
2561
- "Veranstaltung ver&ouml;ffentlicht. <a href=\"%s\">Diese Veranstaltung "
2562
- "ansehen</a>"
2563
 
2564
  # @ tribe-events-calendar
2565
- #: ../lib/the-events-calendar.class.php:1462
2566
- msgid "Event saved."
2567
- msgstr "Veranstaltung gespeichert."
2568
 
2569
  # @ tribe-events-calendar
2570
- #: ../lib/the-events-calendar.class.php:1463
2571
- #, php-format
2572
- msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2573
- msgstr ""
2574
- "Veranstaltung hinzugefügt. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
2575
 
2576
  # @ tribe-events-calendar
2577
- #: ../lib/the-events-calendar.class.php:1465
2578
- #, php-format
2579
- msgid ""
2580
- "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2581
- "\">Preview event</a>"
2582
- msgstr ""
2583
- "Veranstaltung geplant für: <strong>%1$s</strong>. <a target=\"_blank\" href="
2584
- "\"%2$s\">Vorschau</a>"
2585
 
2586
  # @ tribe-events-calendar
2587
- #: ../lib/the-events-calendar.class.php:1467
2588
- #: ../lib/the-events-calendar.class.php:1486
2589
- #: ../lib/the-events-calendar.class.php:1505
2590
- msgid "M j, Y @ G:i"
2591
- msgstr "M j, Y @ G:i"
2592
 
2593
  # @ tribe-events-calendar
2594
- #: ../lib/the-events-calendar.class.php:1469
2595
- #, php-format
2596
- msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2597
- msgstr ""
2598
- "Veranstaltungsentwurf aktualisiert. <a target=\"_blank\" href=\"%s"
2599
- "\">Vorschau</a>"
2600
 
2601
  # @ tribe-events-calendar
2602
- #: ../lib/the-events-calendar.class.php:1474
2603
- #: ../lib/the-events-calendar.class.php:1477
2604
- #: ../lib/the-events-calendar.class.php:1493
2605
- #: ../lib/the-events-calendar.class.php:1496
2606
- #, php-format
2607
- msgid "%s updated."
2608
- msgstr "%s aktualisiert."
2609
 
2610
  # @ tribe-events-calendar
2611
- #: ../lib/the-events-calendar.class.php:1479
2612
- #: ../lib/the-events-calendar.class.php:1498
2613
- #, php-format
2614
- msgid "%s restored to revision from %s"
2615
- msgstr "%s wieder hergestellt zu Revisionen von %s"
2616
 
2617
  # @ tribe-events-calendar
2618
- #: ../lib/the-events-calendar.class.php:1480
2619
- #: ../lib/the-events-calendar.class.php:1499
2620
- #, php-format
2621
- msgid "%s published."
2622
- msgstr "%s veröffentlicht."
2623
 
2624
  # @ tribe-events-calendar
2625
- #: ../lib/the-events-calendar.class.php:1481
2626
- #: ../lib/the-events-calendar.class.php:1500
2627
- #, php-format
2628
- msgid "%s saved."
2629
- msgstr "%s gespeichert."
2630
 
2631
  # @ tribe-events-calendar
2632
- #: ../lib/the-events-calendar.class.php:1482
2633
- #: ../lib/the-events-calendar.class.php:1501
2634
- #, php-format
2635
- msgid "%s submitted."
2636
- msgstr "%s eingereicht."
2637
 
2638
  # @ tribe-events-calendar
2639
- #: ../lib/the-events-calendar.class.php:1484
2640
- #: ../lib/the-events-calendar.class.php:1503
2641
- #, php-format
2642
- msgid "%s scheduled for: <strong>%2$s</strong>."
2643
- msgstr "%s geplant für: <strong>%2s</strong>."
2644
 
2645
  # @ tribe-events-calendar
2646
- #: ../lib/the-events-calendar.class.php:1488
2647
- #: ../lib/the-events-calendar.class.php:1507
2648
- #, php-format
2649
- msgid "%s draft updated."
2650
- msgstr "%s Entwurf aktualisiert."
2651
 
2652
  # @ tribe-events-calendar
2653
- #: ../lib/the-events-calendar.class.php:1543
2654
- #: ../lib/the-events-calendar.class.php:1568
2655
- #, php-format
2656
- msgid "Use Saved %s:"
2657
- msgstr "%s wählen oder neu erstellen:"
2658
 
2659
  # @ tribe-events-calendar
2660
- #: ../lib/the-events-calendar.class.php:1633
2661
- #: ../lib/the-events-calendar.class.php:1714
2662
- #, php-format
2663
- msgid "Use New %s"
2664
- msgstr "Erstelle neuen %s"
2665
 
2666
  # @ tribe-events-calendar
2667
- #: ../lib/the-events-calendar.class.php:1635
2668
- #: ../lib/the-events-calendar.class.php:1716
2669
- #, php-format
2670
- msgid "My %s"
2671
- msgstr "Meine %s"
2672
 
2673
  # @ tribe-events-calendar
2674
- #: ../lib/the-events-calendar.class.php:1640
2675
- #: ../lib/the-events-calendar.class.php:1721
2676
- #, php-format
2677
- msgid "Available %s"
2678
- msgstr "Verfügbare %s"
2679
 
2680
  # @ tribe-events-calendar
2681
- #: ../lib/the-events-calendar.class.php:1651
2682
- #: ../lib/the-events-calendar.class.php:1732
2683
- #, php-format
2684
- msgid "No saved %s exists."
2685
- msgstr "Es existieren keine %s."
2686
 
2687
  # @ tribe-events-calendar
2688
- #: ../lib/the-events-calendar.class.php:1879
2689
- msgid "Next"
2690
- msgstr "Nächste"
2691
 
2692
  # @ tribe-events-calendar
2693
- #: ../lib/the-events-calendar.class.php:1880
2694
- msgid "Prev"
2695
- msgstr "Vorherige"
2696
 
2697
  # @ tribe-events-calendar
2698
- #: ../lib/the-events-calendar.class.php:1881
2699
- #: ../public/template-tags/day.php:101
2700
- msgid "Today"
2701
- msgstr "Heute"
2702
 
2703
  # @ tribe-events-calendar
2704
- #: ../lib/the-events-calendar.class.php:1882
2705
- msgid "Done"
2706
- msgstr "Erledigt"
2707
 
2708
  # @ tribe-events-calendar
2709
- #: ../lib/the-events-calendar.class.php:2091
2710
- msgid "Network"
2711
- msgstr "Netzwerk"
2712
 
2713
  # @ tribe-events-calendar
2714
- #: ../lib/the-events-calendar.class.php:3727
2715
- #: ../lib/the-events-calendar.class.php:3756
2716
- #: ../public/template-tags/day.php:152 ../public/template-tags/day.php:173
2717
- msgid "Date out of range."
2718
- msgstr "Datum außerhalb des Bereichs."
2719
 
2720
  # @ tribe-events-calendar
2721
- #: ../lib/the-events-calendar.class.php:3786
2722
- msgid "Event Options"
2723
- msgstr "Veranstaltungsoptionen"
2724
 
2725
  # @ tribe-events-calendar
2726
- #: ../lib/the-events-calendar.class.php:3793
2727
- #: ../lib/the-events-calendar.class.php:3804
2728
- #, php-format
2729
- msgid "%s Information"
2730
- msgstr "%s Information"
2731
 
2732
  # @ tribe-events-calendar
2733
- #: ../lib/the-events-calendar.class.php:3990
2734
- msgid "Support"
2735
- msgstr "Unterstützung"
2736
 
2737
  # @ tribe-events-calendar
2738
- #: ../lib/the-events-calendar.class.php:3993
2739
- msgid "View All Add-Ons"
2740
- msgstr "Alle Erweiterungen (Add-Ons) ansehen"
2741
 
2742
  # @ tribe-events-calendar
2743
- #: ../lib/the-events-calendar.class.php:4014
2744
- msgid "News from Modern Tribe"
2745
- msgstr "Neues von Modern Tribe"
2746
 
2747
  # @ tribe-events-calendar
2748
- #: ../lib/the-events-calendar.class.php:4106
2749
- msgid "Additional Functionality"
2750
- msgstr "Erweiterte Funktionalität"
2751
 
2752
  # @ tribe-events-calendar
2753
- #: ../lib/the-events-calendar.class.php:4111
2754
- msgid ""
2755
- "Looking for additional functionality including recurring events, ticket "
2756
- "sales, publicly submitted events, new views and more?"
2757
- msgstr ""
2758
- "Benötigen Sie weitere Funktionen inklusive wiederkehrende Veranstaltungen, "
2759
- "Kartenverkauf, Öffentliche Veranstaltungserstellung, neue Ansichten und mehr?"
2760
 
2761
  # @ tribe-events-calendar
2762
- #: ../lib/the-events-calendar.class.php:4112
2763
- #, php-format
2764
- msgid "Check out the <a href=\"%s\">available add-ons</a>."
2765
- msgstr "Nutzen Sie unsere <a href=\"%s\">Veranstaltungserweiterungen</a>."
2766
 
2767
  # @ tribe-events-calendar
2768
- #: ../lib/the-events-calendar.class.php:4197
2769
- #: ../lib/the-events-calendar.class.php:4291
2770
- msgid "View Calendar"
2771
- msgstr "Kalenderansicht"
2772
 
2773
  # @ tribe-events-calendar
2774
- #: ../lib/the-events-calendar.class.php:4207
2775
- msgid "Add Event"
2776
- msgstr "Veranstaltung erstellen"
2777
 
2778
  # @ tribe-events-calendar
2779
- #: ../lib/the-events-calendar.class.php:4218
2780
- msgid "Edit Events"
2781
- msgstr "Veranstaltungen bearbeiten"
2782
 
2783
  # @ tribe-events-calendar
2784
- #: ../lib/the-events-calendar.class.php:4231
2785
- msgid "Import"
2786
- msgstr "Importieren"
2787
 
2788
  # @ tribe-events-calendar
2789
- #: ../lib/the-events-calendar.class.php:4239
2790
- msgid "CSV"
2791
- msgstr "CSV"
2792
 
2793
  # @ tribe-events-calendar
2794
- #: ../lib/the-events-calendar.class.php:4258
2795
- #: ../lib/the-events-calendar.class.php:4345
2796
- #: ../lib/tribe-settings.class.php:159
2797
- msgid "Settings"
2798
- msgstr "Einstellungen"
2799
 
2800
  # @ tribe-events-calendar
2801
- #: ../lib/the-events-calendar.class.php:4346
2802
- msgid "Calendar"
2803
- msgstr "Kalender"
2804
 
2805
  # @ tribe-events-calendar
2806
- #: ../lib/the-events-calendar.class.php:4420
2807
- msgid "List"
2808
- msgstr "Liste"
2809
 
2810
  # @ tribe-events-calendar
2811
- #: ../lib/the-events-calendar.class.php:4438
2812
- msgid "Month"
2813
- msgstr "Monat"
2814
 
2815
  # @ tribe-events-calendar
2816
- #: ../lib/the-events-calendar.class.php:4455
2817
- msgid "Day"
2818
- msgstr "Tag"
2819
 
2820
  # @ tribe-events-calendar
2821
- #: ../lib/the-events-calendar.class.php:4480
2822
- #: ../lib/the-events-calendar.class.php:4481
2823
- msgid "Search"
2824
- msgstr "Suche"
2825
 
2826
  # @ tribe-events-calendar
2827
- #: ../lib/the-events-calendar.class.php:4506
2828
- #: ../lib/the-events-calendar.class.php:4522
2829
- msgid "Date"
2830
- msgstr "Datum"
2831
 
2832
  # @ tribe-events-calendar
2833
- #: ../lib/the-events-calendar.class.php:4509
2834
- msgid "Events In"
2835
- msgstr "Veranstaltungen am"
2836
 
2837
  # @ tribe-events-calendar
2838
- #: ../lib/the-events-calendar.class.php:4511
2839
- msgid "Events From"
2840
- msgstr "Veranstaltungen am"
2841
 
2842
  # @ tribe-events-calendar
2843
- #: ../lib/the-events-calendar.class.php:4513
2844
- msgid "Day Of"
2845
- msgstr "Tag"
2846
 
2847
  # @ tribe-events-calendar
2848
- #: ../lib/tickets/tribe-tickets-attendees.php:65
2849
- msgid "Order #"
2850
- msgstr "Bestellnummer"
2851
 
2852
  # @ tribe-events-calendar
2853
- #: ../lib/tickets/tribe-tickets-attendees.php:66
2854
- msgid "Order Status"
2855
- msgstr "Bestellstatus"
2856
 
2857
  # @ tribe-events-calendar
2858
- #: ../lib/tickets/tribe-tickets-attendees.php:67
2859
- msgid "Purchaser name"
2860
- msgstr "Käufer Name"
2861
 
2862
  # @ tribe-events-calendar
2863
- #: ../lib/tickets/tribe-tickets-attendees.php:68
2864
- msgid "Purchaser email"
2865
- msgstr "Käufer E-Mail"
2866
 
2867
  # @ tribe-events-calendar
2868
- #: ../lib/tickets/tribe-tickets-attendees.php:69
2869
- msgid "Ticket type"
2870
- msgstr "Karten Art"
2871
 
2872
  # @ tribe-events-calendar
2873
- #: ../lib/tickets/tribe-tickets-attendees.php:70
2874
- #: ../views/tickets/email.php:317
2875
- msgid "Ticket #"
2876
- msgstr "Kartennummer"
2877
 
2878
  # @ tribe-events-calendar
2879
- #: ../lib/tickets/tribe-tickets-attendees.php:71
2880
- #: ../views/tickets/email.php:329
2881
- msgid "Security Code"
2882
- msgstr "Sicherheitscode"
2883
 
2884
  # @ tribe-events-calendar
2885
- #: ../lib/tickets/tribe-tickets-attendees.php:72
2886
- #: ../lib/tickets/tribe-tickets-attendees.php:159
2887
- #: ../lib/tickets/tribe-tickets-attendees.php:226
2888
- msgid "Check in"
2889
- msgstr "einchecken"
2890
 
2891
  # @ tribe-events-calendar
2892
- #: ../lib/tickets/tribe-tickets-attendees.php:160
2893
- #: ../lib/tickets/tribe-tickets-attendees.php:227
2894
- msgid "Undo Check in"
2895
- msgstr "einchecken rückgängig machen"
2896
 
2897
  # @ tribe-events-calendar
2898
- #: ../lib/tickets/tribe-tickets-attendees.php:195
2899
- msgid "Print"
2900
- msgstr "Drucken"
2901
 
2902
  # @ tribe-events-calendar
2903
- #: ../lib/tickets/tribe-tickets-attendees.php:196
2904
- msgid "Email"
2905
- msgstr "E-Mail"
2906
 
2907
  # @ tribe-events-calendar
2908
- #: ../lib/tickets/tribe-tickets-attendees.php:205
2909
- #: ../lib/tribe-ical.class.php:121
2910
- msgid "Export"
2911
- msgstr "Export"
2912
 
2913
  # @ tribe-events-calendar
2914
- #: ../lib/tickets/tribe-tickets-attendees.php:212
2915
- msgid "Filter by purchaser name, ticket #, order # or security code"
2916
- msgstr ""
2917
- "Filtern Sie über Käufername, Ticketnummer, Auftragsnummer oder den "
2918
- "Sicherheitscode"
2919
 
2920
  # @ tribe-events-calendar
2921
- #: ../lib/tickets/tribe-tickets-metabox.php:71
2922
- msgid "Ticket header image"
2923
- msgstr "Karten Bild"
2924
 
2925
  # @ tribe-events-calendar
2926
- #: ../lib/tickets/tribe-tickets-metabox.php:72
2927
- msgid "Set as ticket header"
2928
- msgstr "Ein Karten Bild senden"
2929
 
2930
  # @ tribe-events-calendar
2931
- #: ../lib/tickets/tribe-tickets-pro.php:119
2932
- msgid "You need to select a user or type a valid email address"
2933
- msgstr "Sie müssen einen Nutzer oder eine gültige E-Mailadresse wählen"
2934
 
2935
  # @ tribe-events-calendar
2936
- #: ../lib/tickets/tribe-tickets-pro.php:120
2937
- msgid "Sending..."
2938
- msgstr "Senden..."
2939
 
2940
  # @ tribe-events-calendar
2941
- #: ../lib/tickets/tribe-tickets-pro.php:150
2942
- msgid "Columns"
2943
- msgstr "Spalten"
2944
 
2945
  # @ tribe-events-calendar
2946
- #: ../lib/tickets/tribe-tickets-pro.php:151
2947
- msgid ""
2948
- "You can use Screen Options to select which columns you want to see. The "
2949
- "selection works in the table below, in the email, for print and for the CSV "
2950
- "export."
2951
- msgstr ""
2952
- "Verwenden Sie die Bildschirmoptionen, um auszuwählen, welche Spalten "
2953
- "angezeigt werden sollen. Die Auswahl kann in der Tabelle unten für eMail, "
2954
- "Druck oder CSV-Export genutzt werden."
2955
 
2956
  # @ tribe-events-calendar
2957
- #: ../lib/tickets/tribe-tickets-pro.php:245
2958
- msgid "Yes"
2959
- msgstr "Ja"
2960
 
2961
  # @ tribe-events-calendar
2962
- #: ../lib/tickets/tribe-tickets-pro.php:277
2963
- msgid "attendees"
2964
- msgstr "Teilnehmer"
2965
 
2966
  # @ tribe-events-calendar
2967
- #: ../lib/tickets/tribe-tickets-pro.php:331
2968
- #, php-format
2969
- msgid "Attendee List for: %s"
2970
- msgstr "Teilnehmer Liste für: %s"
2971
 
2972
  # @ tribe-events-calendar
2973
- #: ../lib/tickets/tribe-tickets.php:328
2974
- msgid "Your ticket has been saved."
2975
- msgstr "Ihre Karte wurde gespeichert."
2976
 
2977
  # @ tribe-events-calendar
2978
- #: ../lib/tickets/tribe-tickets.php:409
2979
- msgid "Your ticket has been deleted."
2980
- msgstr "Ihre Karte wurde gelöscht."
2981
 
2982
  # @ tribe-events-calendar
2983
- #: ../lib/tribe-admin-events-list.class.php:173
2984
- msgid "Start Date"
2985
- msgstr "Anfangsdatum"
2986
 
2987
  # @ tribe-events-calendar
2988
- #: ../lib/tribe-admin-events-list.class.php:174
2989
- msgid "End Date"
2990
- msgstr "Enddatum"
2991
 
2992
  # @ tribe-events-calendar
2993
- #: ../lib/tribe-admin-events-list.class.php:247
2994
- #, php-format
2995
- msgid "All %s"
2996
- msgstr "Alle %s"
2997
 
2998
  # @ tribe-events-calendar
2999
- #: ../lib/tribe-app-shop.class.php:64 ../lib/tribe-app-shop.class.php:65
3000
- #: ../lib/tribe-app-shop.class.php:96
3001
- msgid "Event Add-Ons"
3002
- msgstr "Add-Ons"
3003
 
3004
  # @ tribe-events-calendar
3005
- #: ../lib/tribe-event-api.class.php:377
3006
- msgid "Unnamed Venue"
3007
- msgstr "Unbenannter Veranstaltungsort"
3008
 
3009
  # @ tribe-events-calendar
3010
- #: ../lib/tribe-event-api.class.php:453 ../lib/tribe-view-helpers.class.php:46
3011
- #: ../public/template-tags/venue.php:275
3012
- msgid "United States"
3013
- msgstr "Vereinigte Staaten"
3014
 
3015
  # @ tribe-events-calendar
3016
- #: ../lib/tribe-event-exception.class.php:22
3017
- #: ../lib/tribe-event-exception.class.php:41
3018
- msgid "Error"
3019
- msgstr "Fehler"
3020
 
3021
  # @ tribe-events-calendar
3022
- #: ../lib/tribe-field.class.php:211
3023
- msgid "Invalid field type specified"
3024
- msgstr "Falsche Feldart definiert"
3025
 
3026
  # @ tribe-events-calendar
3027
- #: ../lib/tribe-field.class.php:470
3028
- msgid "No radio options specified"
3029
- msgstr "Keine Bewertungsoptionen definiert"
3030
 
3031
  # @ tribe-events-calendar
3032
- #: ../lib/tribe-field.class.php:506
3033
- msgid "No checkbox options specified"
3034
- msgstr "Keine Checkboxoptionen definiert"
3035
 
3036
  # @ tribe-events-calendar
3037
- #: ../lib/tribe-field.class.php:562
3038
- msgid "No select options specified"
3039
- msgstr "Keine Auswahloptionen definiert"
3040
 
3041
  # @ tribe-events-calendar
3042
- #: ../lib/tribe-ical.class.php:28
3043
  msgctxt "feed link"
3044
  msgid "&raquo;"
3045
  msgstr "&raquo;"
3046
 
3047
  # @ tribe-events-calendar
3048
- #: ../lib/tribe-ical.class.php:29
3049
  #, php-format
3050
  msgid "%1$s %2$s iCal Feed"
3051
  msgstr "%1$s %2$s iCal Feed"
3052
 
3053
  # @ tribe-events-calendar
3054
- #: ../lib/tribe-ical.class.php:77
3055
  msgid "Add to Google Calendar"
3056
  msgstr "Zum Google Kalender hinzufügen"
3057
 
3058
  # @ tribe-events-calendar
3059
- #: ../lib/tribe-ical.class.php:77
3060
  msgid "Google Calendar"
3061
  msgstr "Google Kalender"
3062
 
3063
  # @ tribe-events-calendar
3064
- #: ../lib/tribe-ical.class.php:78
3065
  msgid "Download .ics file"
3066
  msgstr ".ics Datei herunterladen"
3067
 
3068
  # @ tribe-events-calendar
3069
- #: ../lib/tribe-ical.class.php:78
3070
  msgid "iCal Export"
3071
  msgstr "iCal Export"
3072
 
3073
- # @ tribe-events-calendar
3074
- #: ../lib/tribe-ical.class.php:108
3075
- msgid "Month's Events"
3076
- msgstr "Monatliche Veranstaltungen"
3077
 
3078
- # @ tribe-events-calendar
3079
- #: ../lib/tribe-ical.class.php:111
3080
- msgid "Week's Events"
3081
- msgstr "Wöchentliche Veranstaltungen"
3082
 
3083
- # @ tribe-events-calendar
3084
- #: ../lib/tribe-ical.class.php:114
3085
- msgid "Day's Events"
3086
- msgstr "Tägliche Veranstaltungen"
3087
 
3088
- # @ tribe-events-calendar
3089
- #: ../lib/tribe-ical.class.php:117
3090
- msgid "Listed Events"
3091
- msgstr "Veröffentlichte Veranstaltungen"
3092
 
3093
  # @ tribe-events-calendar
3094
- #: ../lib/tribe-ical.class.php:122
3095
  msgid ""
3096
  "Use this to share calendar data with Google Calendar, Apple iCal and other "
3097
  "compatible apps"
@@ -3100,1997 +3039,2399 @@ msgstr ""
3100
  "apps zu teilen"
3101
 
3102
  # @ tribe-events-calendar
3103
- #: ../lib/tribe-settings-tab.class.php:221
3104
- msgid "There are no fields setup for this tab yet."
3105
- msgstr "Es sind noch keine Boxen für diesen Tab definiert."
3106
-
3107
- # @ tribe-events-calendar
3108
- #: ../lib/tribe-settings.class.php:159 ../lib/tribe-settings.class.php:174
3109
- msgid "The Events Calendar Settings"
3110
- msgstr "Einstellungen"
3111
-
3112
- # @ tribe-events-calendar
3113
- #: ../lib/tribe-settings.class.php:174
3114
- msgid "Events Settings"
3115
- msgstr "Veranstaltungseinstellungen"
3116
-
3117
- # @ tribe-events-calendar
3118
- #: ../lib/tribe-settings.class.php:237
3119
  #, php-format
3120
- msgid "%s Settings"
3121
- msgstr "%s Einstellungen"
3122
-
3123
- # @ tribe-events-calendar
3124
- #: ../lib/tribe-settings.class.php:251
3125
- msgid "You've requested a non-existent tab."
3126
- msgstr "Sie sprechen eine nicht vorhandenen Tab an."
3127
-
3128
- # @ tribe-events-calendar
3129
- #: ../lib/tribe-settings.class.php:259
3130
- msgid " Save Changes"
3131
- msgstr "Änderungen speichern"
3132
-
3133
- # @ tribe-events-calendar
3134
- #: ../lib/tribe-settings.class.php:309
3135
- msgid "You don't have permission to do that."
3136
- msgstr "Sie haben nicht die nötigen Rechte dafür."
3137
-
3138
- # @ tribe-events-calendar
3139
- #: ../lib/tribe-settings.class.php:315
3140
- msgid "The request was sent insecurely."
3141
- msgstr "Die Anfrage wurde unverschlüsselt gesendet."
3142
-
3143
- # @ tribe-events-calendar
3144
- #: ../lib/tribe-settings.class.php:321
3145
- msgid "The request wasn't sent from this tab."
3146
- msgstr "Die Anfrage wurde nicht von diesem Tab gesendet."
3147
 
3148
  # @ tribe-events-calendar
3149
- #: ../lib/tribe-settings.class.php:489
3150
- msgid "Your form had the following errors:"
3151
- msgstr "Ihr Formular hat folgende Fehler:"
3152
 
3153
  # @ default
3154
- #: ../lib/tribe-settings.class.php:498
3155
- msgid "None of your settings were saved. Please try again."
3156
- msgstr "Die Eintellungen konnten gespeichert werden. Versuchen Sie es erneut."
3157
-
3158
- # @ tribe-events-calendar
3159
- #: ../lib/tribe-settings.class.php:498
3160
  msgid ""
3161
- "The above setting was not saved. Other settings were successfully saved."
3162
- msgid_plural ""
3163
- "The above settings were not saved. Other settings were successfully saved."
3164
- msgstr[0] ""
3165
- "Die obige Einstellung wurde nicht gespeichert. Andere Einstellungen wurden "
3166
- "erfolgreich gespeichert."
3167
- msgstr[1] ""
3168
- "Die obigen Einstellungen wurde nicht gespeichert. Andere Einstellungen "
3169
- "wurden erfolgreich gespeichert."
3170
 
3171
  # @ tribe-events-calendar
3172
- #: ../lib/tribe-settings.class.php:520
3173
- msgid "Settings saved."
3174
- msgstr "Einstellungen gespeichert.."
 
3175
 
3176
  # @ tribe-events-calendar
3177
- #: ../lib/tribe-support.class.php:44
3178
- msgid ""
3179
- "Sometimes it's hard to tell what's going wrong without knowing more about "
3180
- "your system steup. For your convenience, we've put together a little report "
3181
- "on what's cooking under the hood."
3182
- msgstr ""
3183
- "Ohne detailierte Informationen eines System ist eine Fehlersuche häufig "
3184
- "schwierig. Um die Fehlersuche zu vereinfachen, haben wir einen Bericht über "
3185
- "die Systemeinstellungen zusammengestellt."
3186
 
3187
  # @ tribe-events-calendar
3188
- #: ../lib/tribe-support.class.php:45
3189
- msgid ""
3190
- "If you suspect that the problem you're having is related to another plugin, "
3191
- "or we're just plain having trouble reproducing your bug report, please copy "
3192
- "and send all of this to our support team."
3193
- msgstr ""
3194
- "Wenn Sie vermuten, dass das Problem mit einem anderen Plugin zusammenhängt "
3195
- "oder wir Probleme haben den Fehler nachzustellen, kopieren Sie bitte die "
3196
- "Daten und senden Sie sie an unser Support Team."
3197
 
3198
  # @ tribe-events-calendar
3199
- #: ../lib/tribe-support.class.php:49
3200
- msgid "System Information"
3201
- msgstr "Systeminformationen"
3202
 
3203
- # @ tribe-events-calendar
3204
- #: ../lib/tribe-support.class.php:135
3205
- msgid "Unknown or not set"
3206
- msgstr "Unbekannt oder nicht gesetzt."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3207
 
3208
  # @ tribe-events-calendar
3209
- #: ../lib/tribe-template-factory.class.php:270
3210
- #, php-format
3211
- msgid "There were no results found for <strong>\"%s\"</strong>."
3212
- msgstr "Es gab keine Ergebnisse für <strong>\"%s\"</strong>."
 
3213
 
3214
  # @ tribe-events-calendar
3215
- #: ../lib/tribe-template-factory.class.php:272
3216
- #, php-format
3217
- msgid "No results were found for events in or near <strong>\"%s\"</strong>."
3218
  msgstr ""
3219
- "Es wurden keine Ergebnisse für Veranstaltungen in der Nähe von <strong>\"%s"
3220
- "\"</strong> gefunden."
3221
 
3222
  # @ tribe-events-calendar
3223
- #: ../lib/tribe-template-factory.class.php:274
3224
- #, php-format
3225
  msgid ""
3226
- "No upcoming events listed under %s. Check out upcoming events for this "
3227
- "category or view the full calendar."
 
3228
  msgstr ""
3229
- "Keine anstehenden Veranstaltungen unter %s. Prüfen Sie die anstehenden "
3230
- "Veranstaltungen für diese Kategorie oder wählen Sie den gesamten Kalender."
 
 
3231
 
3232
  # @ tribe-events-calendar
3233
- #: ../lib/tribe-template-factory.class.php:278
3234
- msgid "No previous events "
3235
- msgstr "Keine vorherigen Veranstaltungen "
3236
 
3237
  # @ tribe-events-calendar
3238
- #: ../lib/tribe-templates.class.php:592
3239
- #, php-format
3240
- msgid "Template overrides should be moved to the correct subdirectory: %s"
3241
- msgstr "Vorlage sollte in das richtige Unterverzeichnis verschoben werden: %s"
3242
 
3243
  # @ tribe-events-calendar
3244
- #: ../lib/tribe-templates.class.php:634
3245
- #, php-format
3246
  msgid ""
3247
- "Template overrides should be moved to the correct subdirectory: "
3248
- "tribe_get_template_part('%s')"
3249
  msgstr ""
3250
- "Template Overrides müssen in das richtige Unterverzeichnis verschoben "
3251
- "werden: tribe_get_template_part('%s')"
3252
-
3253
- # @ tribe-events-calendar
3254
- #: ../lib/tribe-validate.class.php:76 ../lib/tribe-validate.class.php:117
3255
- msgid "Invalid or incomplete field passed"
3256
- msgstr "Unvollständig oder fehlerhaft."
3257
 
3258
  # @ tribe-events-calendar
3259
- #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:112
3260
- #: ../lib/tribe-validate.class.php:118
3261
- msgid "Field ID:"
3262
- msgstr "Feld ID:"
3263
 
3264
  # @ tribe-events-calendar
3265
- #: ../lib/tribe-validate.class.php:111
3266
- msgid "Non-existant field validation function passed"
3267
- msgstr "Prüfung für nicht vorhandenes Feld durchgeführt"
3268
 
3269
  # @ tribe-events-calendar
3270
- #: ../lib/tribe-validate.class.php:112
3271
- msgctxt "non-existant function name passed for field validation"
3272
- msgid "with function name:"
3273
- msgstr "mit dem Funktionsnamen:"
3274
 
3275
  # @ tribe-events-calendar
3276
- #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:151
3277
- #, php-format
3278
- msgid "%s must contain numbers and letters only"
3279
- msgstr "%s darf nur Zahlen und Buchstaben enthalten"
3280
 
3281
  # @ tribe-events-calendar
3282
- #: ../lib/tribe-validate.class.php:167
3283
- #, php-format
3284
- msgid "%s must contain numbers, letters and dots only"
3285
- msgstr "%s darf nur Zahlen, Buchstaben oder Punkte enthalten"
3286
 
3287
  # @ tribe-events-calendar
3288
- #: ../lib/tribe-validate.class.php:181
3289
- #, php-format
3290
- msgid "%s must be a positive number."
3291
- msgstr "%s muss eine positive Zahl sein."
3292
 
3293
  # @ tribe-events-calendar
3294
- #: ../lib/tribe-validate.class.php:196
3295
- #, php-format
3296
- msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
3297
- msgstr ""
3298
- "%s muss eine gültige Ausgangsform haben (Nummern, Buchstaben, "
3299
- "Gedankenstriche und Unterstreichungen)."
3300
 
3301
  # @ tribe-events-calendar
3302
- #: ../lib/tribe-validate.class.php:211
3303
- #, php-format
3304
- msgid "%s must be a valid absolute URL."
3305
- msgstr "%s muss eine gültige URL sein."
3306
 
3307
  # @ tribe-events-calendar
3308
- #: ../lib/tribe-validate.class.php:227 ../lib/tribe-validate.class.php:244
3309
- #: ../lib/tribe-validate.class.php:266
3310
- #, php-format
3311
- msgid "%s must have a value that's part of its options."
3312
- msgstr "%s muss eine Wert haben, der Teil der Optionen ist."
3313
 
3314
  # @ tribe-events-calendar
3315
- #: ../lib/tribe-validate.class.php:280
3316
- #, php-format
3317
- msgid ""
3318
- "Comparison validation failed because no comparison value was provided, for "
3319
- "field %s"
3320
- msgstr ""
3321
- "Der Vergleich ist fehlgeschlagen, weil keine Eingabe im Feld %s gefunden "
3322
- "wurde"
3323
 
3324
  # @ tribe-events-calendar
3325
- #: ../lib/tribe-validate.class.php:287
3326
- #, php-format
3327
- msgid "%s cannot be the same as %s."
3328
- msgstr "%s kann nicht dasselbe sein wie %s."
3329
 
3330
  # @ tribe-events-calendar
3331
- #: ../lib/tribe-validate.class.php:289
3332
- #, php-format
3333
- msgid "%s cannot be a duplicate"
3334
- msgstr "%s kann nicht vervielfältigt werden"
3335
 
3336
- # @ tribe-events-calendar
3337
- #: ../lib/tribe-validate.class.php:305
3338
  #, php-format
3339
- msgid "%s must be a number or percentage."
3340
- msgstr "%s muss eine Zahl oder Prozentsatz sein."
3341
 
3342
- # @ tribe-events-calendar
3343
- #: ../lib/tribe-validate.class.php:359
3344
- #, php-format
3345
- msgid "%s must be a number between 0 and 21."
3346
- msgstr "%s muss eine Zahl zwischen 0 und 21 sein."
3347
 
3348
- # @ tribe-events-calendar
3349
- #: ../lib/tribe-validate.class.php:375
3350
- #, php-format
3351
  msgid ""
3352
- "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
 
3353
  msgstr ""
3354
- "%s darf nur aus Buchstaben, Zahlen, Gedankenstrichen, Apostrophe und "
3355
- "Leerzeichen bestehen. "
3356
 
3357
- # @ tribe-events-calendar
3358
- #: ../lib/tribe-validate.class.php:391
3359
- #, php-format
3360
- msgid "%s must consist of letters, spaces, apostrophes, and dashes."
3361
  msgstr ""
3362
- "%s muss aus Buchstaben, Leerzeichen, Apostrophe und Gedankenstrichen "
3363
- "bestehen."
3364
-
3365
- # @ tribe-events-calendar
3366
- #: ../lib/tribe-validate.class.php:405
3367
- #, php-format
3368
- msgid "%s must consist of 5 numbers."
3369
- msgstr "%s muss aus fünf Ziffern bestehen."
3370
 
3371
- # @ tribe-events-calendar
3372
- #: ../lib/tribe-validate.class.php:419
3373
  #, php-format
3374
- msgid "%s must be a phone number."
3375
- msgstr "%s muss eine Telefonnummer sein."
3376
-
3377
- # @ tribe-events-calendar
3378
- #: ../lib/tribe-validate.class.php:435
3379
  msgid ""
3380
- "Country List must be formatted as one country per line in the following "
3381
- "format: <br>US, United States <br> UK, United Kingdom."
 
3382
  msgstr ""
3383
- "Die Länder-Liste muss als ein Land pro Zeile in der folgenden Weise "
3384
- "formatiert sein: <br>US, United States <br> UK, United Kingdom."
3385
 
3386
- # @ tribe-events-calendar
3387
- #: ../lib/tribe-view-helpers.class.php:26
3388
- #: ../lib/tribe-view-helpers.class.php:45
3389
- msgid "Select a Country:"
3390
- msgstr "Land wählen ..."
3391
 
3392
  # @ tribe-events-calendar
3393
- #: ../lib/tribe-view-helpers.class.php:47
3394
- msgid "Afghanistan"
3395
- msgstr "Afghanistan"
3396
 
3397
  # @ tribe-events-calendar
3398
- #: ../lib/tribe-view-helpers.class.php:48
3399
- msgid "Albania"
3400
- msgstr "Albanien"
 
3401
 
3402
  # @ tribe-events-calendar
3403
- #: ../lib/tribe-view-helpers.class.php:49
3404
- msgid "Algeria"
3405
- msgstr "Algerien"
3406
 
3407
- # @ tribe-events-calendar
3408
- #: ../lib/tribe-view-helpers.class.php:50
3409
- msgid "American Samoa"
3410
- msgstr "Amerikanisch Samoa"
3411
 
3412
- # @ tribe-events-calendar
3413
- #: ../lib/tribe-view-helpers.class.php:51
3414
- msgid "Andorra"
3415
- msgstr "Andorra"
3416
 
3417
  # @ tribe-events-calendar
3418
- #: ../lib/tribe-view-helpers.class.php:52
3419
- msgid "Angola"
3420
- msgstr "Angola"
3421
 
3422
- # @ tribe-events-calendar
3423
- #: ../lib/tribe-view-helpers.class.php:53
3424
- msgid "Anguilla"
3425
- msgstr "Anguilla"
3426
 
3427
  # @ tribe-events-calendar
3428
- #: ../lib/tribe-view-helpers.class.php:54
3429
- msgid "Antarctica"
3430
- msgstr "Antarktika"
3431
 
3432
  # @ tribe-events-calendar
3433
- #: ../lib/tribe-view-helpers.class.php:55
3434
- msgid "Antigua And Barbuda"
3435
- msgstr "Antigua und Barbuda"
 
3436
 
3437
  # @ tribe-events-calendar
3438
- #: ../lib/tribe-view-helpers.class.php:56
3439
- msgid "Argentina"
3440
- msgstr "Argentinien"
 
3441
 
3442
  # @ tribe-events-calendar
3443
- #: ../lib/tribe-view-helpers.class.php:57
3444
- msgid "Armenia"
3445
- msgstr "Armenien"
 
 
3446
 
3447
- # @ tribe-events-calendar
3448
- #: ../lib/tribe-view-helpers.class.php:58
3449
- msgid "Aruba"
3450
- msgstr "Aruba"
3451
 
3452
  # @ tribe-events-calendar
3453
- #: ../lib/tribe-view-helpers.class.php:59
3454
- msgid "Australia"
3455
- msgstr "Australien"
 
 
3456
 
3457
  # @ tribe-events-calendar
3458
- #: ../lib/tribe-view-helpers.class.php:60
3459
- msgid "Austria"
3460
- msgstr "Österreich"
 
 
 
 
 
 
3461
 
3462
  # @ tribe-events-calendar
3463
- #: ../lib/tribe-view-helpers.class.php:61
3464
- msgid "Azerbaijan"
3465
- msgstr "Aserbaidschan"
 
 
 
 
 
 
 
 
3466
 
3467
  # @ tribe-events-calendar
3468
- #: ../lib/tribe-view-helpers.class.php:62
3469
- msgid "Bahamas"
3470
- msgstr "Bahamas"
 
 
3471
 
3472
  # @ tribe-events-calendar
3473
- #: ../lib/tribe-view-helpers.class.php:63
3474
- msgid "Bahrain"
3475
- msgstr "Bahrain"
 
 
 
 
 
3476
 
3477
- # @ tribe-events-calendar
3478
- #: ../lib/tribe-view-helpers.class.php:64
3479
- msgid "Bangladesh"
3480
- msgstr "Bangladesh"
 
3481
 
3482
  # @ tribe-events-calendar
3483
- #: ../lib/tribe-view-helpers.class.php:65
3484
- msgid "Barbados"
3485
- msgstr "Barbados"
3486
 
3487
  # @ tribe-events-calendar
3488
- #: ../lib/tribe-view-helpers.class.php:66
3489
- msgid "Belarus"
3490
- msgstr "Weißrussland"
3491
 
3492
  # @ tribe-events-calendar
3493
- #: ../lib/tribe-view-helpers.class.php:67
3494
- msgid "Belgium"
3495
- msgstr "Belgien"
3496
 
3497
  # @ tribe-events-calendar
3498
- #: ../lib/tribe-view-helpers.class.php:68
3499
- msgid "Belize"
3500
- msgstr "Belize"
3501
 
3502
  # @ tribe-events-calendar
3503
- #: ../lib/tribe-view-helpers.class.php:69
3504
- msgid "Benin"
3505
- msgstr "Benin"
3506
 
3507
  # @ tribe-events-calendar
3508
- #: ../lib/tribe-view-helpers.class.php:70
3509
- msgid "Bermuda"
3510
- msgstr "Bermuda"
 
 
 
3511
 
3512
  # @ tribe-events-calendar
3513
- #: ../lib/tribe-view-helpers.class.php:71
3514
- msgid "Bhutan"
3515
- msgstr "Bhutan"
 
3516
 
3517
  # @ tribe-events-calendar
3518
- #: ../lib/tribe-view-helpers.class.php:72
3519
- msgid "Bolivia"
3520
- msgstr "Bolivien"
 
3521
 
3522
  # @ tribe-events-calendar
3523
- #: ../lib/tribe-view-helpers.class.php:73
3524
- msgid "Bosnia And Herzegowina"
3525
- msgstr "Bosnien und Herzegowina"
3526
 
3527
  # @ tribe-events-calendar
3528
- #: ../lib/tribe-view-helpers.class.php:74
3529
- msgid "Botswana"
3530
- msgstr "Botswana"
3531
 
3532
  # @ tribe-events-calendar
3533
- #: ../lib/tribe-view-helpers.class.php:75
3534
- msgid "Bouvet Island"
3535
- msgstr "Bouvetinsel"
3536
 
3537
  # @ tribe-events-calendar
3538
- #: ../lib/tribe-view-helpers.class.php:76
3539
- msgid "Brazil"
3540
- msgstr "Brasilien"
3541
 
3542
  # @ tribe-events-calendar
3543
- #: ../lib/tribe-view-helpers.class.php:77
3544
- msgid "British Indian Ocean Territory"
3545
- msgstr "Britisches Territorium im Indischen Ozean"
3546
 
3547
  # @ tribe-events-calendar
3548
- #: ../lib/tribe-view-helpers.class.php:78
3549
- msgid "Brunei Darussalam"
3550
- msgstr "Brunei"
3551
 
3552
  # @ tribe-events-calendar
3553
- #: ../lib/tribe-view-helpers.class.php:79
3554
- msgid "Bulgaria"
3555
- msgstr "Bulgarien"
3556
 
3557
  # @ tribe-events-calendar
3558
- #: ../lib/tribe-view-helpers.class.php:80
3559
- msgid "Burkina Faso"
3560
- msgstr "Burkina Faso"
3561
 
3562
  # @ tribe-events-calendar
3563
- #: ../lib/tribe-view-helpers.class.php:81
3564
- msgid "Burundi"
3565
- msgstr "Burundi"
3566
 
3567
  # @ tribe-events-calendar
3568
- #: ../lib/tribe-view-helpers.class.php:82
3569
- msgid "Cambodia"
3570
- msgstr "Kambodscha"
3571
 
3572
  # @ tribe-events-calendar
3573
- #: ../lib/tribe-view-helpers.class.php:83
3574
- msgid "Cameroon"
3575
- msgstr "Kamerun"
 
3576
 
3577
  # @ tribe-events-calendar
3578
- #: ../lib/tribe-view-helpers.class.php:84
3579
- msgid "Canada"
3580
- msgstr "Kanada"
3581
 
3582
  # @ tribe-events-calendar
3583
- #: ../lib/tribe-view-helpers.class.php:85
3584
- msgid "Cape Verde"
3585
- msgstr "Kapverdische Inseln"
 
3586
 
3587
  # @ tribe-events-calendar
3588
- #: ../lib/tribe-view-helpers.class.php:86
3589
- msgid "Cayman Islands"
3590
- msgstr "Cayman Inseln"
 
3591
 
3592
  # @ tribe-events-calendar
3593
- #: ../lib/tribe-view-helpers.class.php:87
3594
- msgid "Central African Republic"
3595
- msgstr "Zentralafrikanische Republik"
 
 
 
 
3596
 
3597
  # @ tribe-events-calendar
3598
- #: ../lib/tribe-view-helpers.class.php:88
3599
- msgid "Chad"
3600
- msgstr "Tschad"
3601
 
3602
  # @ tribe-events-calendar
3603
- #: ../lib/tribe-view-helpers.class.php:89
3604
- msgid "Chile"
3605
- msgstr "Chile"
 
 
 
 
 
 
3606
 
3607
  # @ tribe-events-calendar
3608
- #: ../lib/tribe-view-helpers.class.php:90
3609
- msgid "China"
3610
- msgstr "China"
3611
 
3612
- # @ tribe-events-calendar
3613
- #: ../lib/tribe-view-helpers.class.php:91
3614
- msgid "Christmas Island"
3615
- msgstr "Weihnachtsinseln"
3616
 
3617
  # @ tribe-events-calendar
3618
- #: ../lib/tribe-view-helpers.class.php:92
3619
- msgid "Cocos (Keeling) Islands"
3620
- msgstr "Kokosinseln"
 
3621
 
3622
  # @ tribe-events-calendar
3623
- #: ../lib/tribe-view-helpers.class.php:93
3624
- msgid "Colombia"
3625
- msgstr "Kolumbien"
3626
 
3627
  # @ tribe-events-calendar
3628
- #: ../lib/tribe-view-helpers.class.php:94
3629
- msgid "Comoros"
3630
- msgstr "Komoren"
3631
 
3632
  # @ tribe-events-calendar
3633
- #: ../lib/tribe-view-helpers.class.php:95
3634
- msgid "Congo"
3635
- msgstr "Kongo"
3636
 
3637
  # @ tribe-events-calendar
3638
- #: ../lib/tribe-view-helpers.class.php:96
3639
- msgid "Congo, The Democratic Republic Of The"
3640
- msgstr "Demokratische Republik Kongo"
3641
 
3642
  # @ tribe-events-calendar
3643
- #: ../lib/tribe-view-helpers.class.php:97
3644
- msgid "Cook Islands"
3645
- msgstr "Cook-Inseln"
3646
 
3647
  # @ tribe-events-calendar
3648
- #: ../lib/tribe-view-helpers.class.php:98
3649
- msgid "Costa Rica"
3650
- msgstr "Costa Rica"
 
 
 
 
 
 
 
 
3651
 
3652
  # @ tribe-events-calendar
3653
- #: ../lib/tribe-view-helpers.class.php:99
3654
- msgid "Cote D'Ivoire"
3655
- msgstr "Elfenbeinküste"
3656
 
3657
  # @ tribe-events-calendar
3658
- #: ../lib/tribe-view-helpers.class.php:100
3659
- msgid "Croatia (Local Name: Hrvatska)"
3660
- msgstr "Kroatien"
3661
 
3662
  # @ tribe-events-calendar
3663
- #: ../lib/tribe-view-helpers.class.php:101
3664
- msgid "Cuba"
3665
- msgstr "Kuba"
 
 
 
 
 
3666
 
3667
  # @ tribe-events-calendar
3668
- #: ../lib/tribe-view-helpers.class.php:102
3669
- msgid "Cyprus"
3670
- msgstr "Zypern"
3671
 
3672
  # @ tribe-events-calendar
3673
- #: ../lib/tribe-view-helpers.class.php:103
3674
- msgid "Czech Republic"
3675
- msgstr "Tschechische Republik"
3676
 
3677
  # @ tribe-events-calendar
3678
- #: ../lib/tribe-view-helpers.class.php:104
3679
- msgid "Denmark"
3680
- msgstr "Dänemark"
3681
 
3682
  # @ tribe-events-calendar
3683
- #: ../lib/tribe-view-helpers.class.php:105
3684
- msgid "Djibouti"
3685
- msgstr "Djibouti"
 
 
 
 
 
 
 
 
 
 
3686
 
3687
  # @ tribe-events-calendar
3688
- #: ../lib/tribe-view-helpers.class.php:106
3689
- msgid "Dominica"
3690
- msgstr "Dominica"
3691
 
3692
  # @ tribe-events-calendar
3693
- #: ../lib/tribe-view-helpers.class.php:107
3694
- msgid "Dominican Republic"
3695
- msgstr "Dominikanische Republik"
3696
 
3697
  # @ tribe-events-calendar
3698
- #: ../lib/tribe-view-helpers.class.php:108
3699
- msgid "East Timor"
3700
- msgstr "Osttimor"
3701
 
3702
  # @ tribe-events-calendar
3703
- #: ../lib/tribe-view-helpers.class.php:109
3704
- msgid "Ecuador"
3705
- msgstr "Ecuador"
 
 
 
 
3706
 
3707
  # @ tribe-events-calendar
3708
- #: ../lib/tribe-view-helpers.class.php:110
3709
- msgid "Egypt"
3710
- msgstr "Ägypten"
3711
 
3712
  # @ tribe-events-calendar
3713
- #: ../lib/tribe-view-helpers.class.php:111
3714
- msgid "El Salvador"
3715
- msgstr "El Salvador"
3716
 
3717
  # @ tribe-events-calendar
3718
- #: ../lib/tribe-view-helpers.class.php:112
3719
- msgid "Equatorial Guinea"
3720
- msgstr "Äquatorialguinea"
3721
 
3722
  # @ tribe-events-calendar
3723
- #: ../lib/tribe-view-helpers.class.php:113
3724
- msgid "Eritrea"
3725
- msgstr "Eritrea"
3726
 
3727
  # @ tribe-events-calendar
3728
- #: ../lib/tribe-view-helpers.class.php:114
3729
- msgid "Estonia"
3730
- msgstr "Estland"
3731
 
3732
  # @ tribe-events-calendar
3733
- #: ../lib/tribe-view-helpers.class.php:115
3734
- msgid "Ethiopia"
3735
- msgstr "Äthophien"
 
 
 
 
3736
 
3737
  # @ tribe-events-calendar
3738
- #: ../lib/tribe-view-helpers.class.php:116
3739
- msgid "Falkland Islands (Malvinas)"
3740
- msgstr "Falkland-Inseln (Malvinas)"
3741
 
3742
  # @ tribe-events-calendar
3743
- #: ../lib/tribe-view-helpers.class.php:117
3744
- msgid "Faroe Islands"
3745
- msgstr "Färöer Inseln"
3746
 
3747
  # @ tribe-events-calendar
3748
- #: ../lib/tribe-view-helpers.class.php:118
3749
- msgid "Fiji"
3750
- msgstr "Fiji"
3751
 
3752
  # @ tribe-events-calendar
3753
- #: ../lib/tribe-view-helpers.class.php:119
3754
- msgid "Finland"
3755
- msgstr "Finnland"
3756
 
3757
  # @ tribe-events-calendar
3758
- #: ../lib/tribe-view-helpers.class.php:120
3759
- msgid "France"
3760
- msgstr "Frankreich"
3761
 
3762
  # @ tribe-events-calendar
3763
- #: ../lib/tribe-view-helpers.class.php:121
3764
- msgid "France, Metropolitan"
3765
- msgstr "Frankreich (mit Korsika)"
3766
 
3767
- # @ tribe-events-calendar
3768
- #: ../lib/tribe-view-helpers.class.php:122
3769
- msgid "French Guiana"
3770
- msgstr "Französisch-Guayana"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3771
 
3772
  # @ tribe-events-calendar
3773
- #: ../lib/tribe-view-helpers.class.php:123
3774
- msgid "French Polynesia"
3775
- msgstr "Französisch-Polynesien"
3776
 
3777
  # @ tribe-events-calendar
3778
- #: ../lib/tribe-view-helpers.class.php:124
3779
- msgid "French Southern Territories"
3780
- msgstr "Französische Süd- und Antarktisgebiete"
 
 
 
 
 
 
 
 
3781
 
3782
  # @ tribe-events-calendar
3783
- #: ../lib/tribe-view-helpers.class.php:125
3784
- msgid "Gabon"
3785
- msgstr "Gabon"
3786
 
3787
  # @ tribe-events-calendar
3788
- #: ../lib/tribe-view-helpers.class.php:126
3789
- msgid "Gambia"
3790
- msgstr "Gambia"
 
 
 
 
 
 
3791
 
3792
  # @ tribe-events-calendar
3793
- #: ../lib/tribe-view-helpers.class.php:127
3794
- #: ../lib/tribe-view-helpers.class.php:326
3795
- msgid "Georgia"
3796
- msgstr "Georgien"
3797
 
3798
  # @ tribe-events-calendar
3799
- #: ../lib/tribe-view-helpers.class.php:128
3800
- msgid "Germany"
3801
- msgstr "Deutschland"
 
 
 
 
 
3802
 
3803
  # @ tribe-events-calendar
3804
- #: ../lib/tribe-view-helpers.class.php:129
3805
- msgid "Ghana"
3806
- msgstr "Ghana"
3807
 
3808
  # @ tribe-events-calendar
3809
- #: ../lib/tribe-view-helpers.class.php:130
3810
- msgid "Gibraltar"
3811
- msgstr "Gibraltar"
 
 
 
 
3812
 
3813
  # @ tribe-events-calendar
3814
- #: ../lib/tribe-view-helpers.class.php:131
3815
- msgid "Greece"
3816
- msgstr "Griechenland"
3817
 
3818
  # @ tribe-events-calendar
3819
- #: ../lib/tribe-view-helpers.class.php:132
3820
- msgid "Greenland"
3821
- msgstr "Grönland"
 
 
 
 
3822
 
3823
  # @ tribe-events-calendar
3824
- #: ../lib/tribe-view-helpers.class.php:133
3825
- msgid "Grenada"
3826
- msgstr "Grenada"
3827
 
3828
  # @ tribe-events-calendar
3829
- #: ../lib/tribe-view-helpers.class.php:134
3830
- msgid "Guadeloupe"
3831
- msgstr "Guadeloupe"
 
 
 
 
3832
 
3833
  # @ tribe-events-calendar
3834
- #: ../lib/tribe-view-helpers.class.php:135
3835
- msgid "Guam"
3836
- msgstr "Guam"
3837
 
3838
  # @ tribe-events-calendar
3839
- #: ../lib/tribe-view-helpers.class.php:136
3840
- msgid "Guatemala"
3841
- msgstr "Guatemala"
 
 
3842
 
3843
  # @ tribe-events-calendar
3844
- #: ../lib/tribe-view-helpers.class.php:137
3845
- msgid "Guinea"
3846
- msgstr "Guinea"
3847
 
3848
  # @ tribe-events-calendar
3849
- #: ../lib/tribe-view-helpers.class.php:138
3850
- msgid "Guinea-Bissau"
3851
- msgstr "Guinea-Bissau"
3852
 
3853
  # @ tribe-events-calendar
3854
- #: ../lib/tribe-view-helpers.class.php:139
3855
- msgid "Guyana"
3856
- msgstr "Guyana"
 
 
 
 
 
3857
 
3858
  # @ tribe-events-calendar
3859
- #: ../lib/tribe-view-helpers.class.php:140
3860
- msgid "Haiti"
3861
- msgstr "Haiti"
3862
 
3863
  # @ tribe-events-calendar
3864
- #: ../lib/tribe-view-helpers.class.php:141
3865
- msgid "Heard And Mc Donald Islands"
3866
- msgstr "Heard und McDonaldinseln"
 
 
 
 
 
3867
 
3868
  # @ tribe-events-calendar
3869
- #: ../lib/tribe-view-helpers.class.php:142
3870
- msgid "Holy See (Vatican City State)"
3871
- msgstr "Vatikanstadt (Heiliger Stuhl)"
3872
 
3873
  # @ tribe-events-calendar
3874
- #: ../lib/tribe-view-helpers.class.php:143
3875
- msgid "Honduras"
3876
- msgstr "Honduras"
3877
 
3878
  # @ tribe-events-calendar
3879
- #: ../lib/tribe-view-helpers.class.php:144
3880
- msgid "Hong Kong"
3881
- msgstr "Hongkong"
3882
 
3883
  # @ tribe-events-calendar
3884
- #: ../lib/tribe-view-helpers.class.php:145
3885
- msgid "Hungary"
3886
- msgstr "Ungarn"
3887
 
3888
  # @ tribe-events-calendar
3889
- #: ../lib/tribe-view-helpers.class.php:146
3890
- msgid "Iceland"
3891
- msgstr "Island"
 
 
 
 
 
3892
 
3893
  # @ tribe-events-calendar
3894
- #: ../lib/tribe-view-helpers.class.php:147
3895
- msgid "India"
3896
- msgstr "Indien"
3897
 
3898
  # @ tribe-events-calendar
3899
- #: ../lib/tribe-view-helpers.class.php:148
3900
- msgid "Indonesia"
3901
- msgstr "Indonesien"
3902
 
3903
  # @ tribe-events-calendar
3904
- #: ../lib/tribe-view-helpers.class.php:149
3905
- msgid "Iran (Islamic Republic Of)"
3906
- msgstr "Iran (Islamische Republik)"
 
 
 
 
 
 
 
3907
 
3908
  # @ tribe-events-calendar
3909
- #: ../lib/tribe-view-helpers.class.php:150
3910
- msgid "Iraq"
3911
- msgstr "Irak"
 
3912
 
3913
  # @ tribe-events-calendar
3914
- #: ../lib/tribe-view-helpers.class.php:151
3915
- msgid "Ireland"
3916
- msgstr "Irland"
 
 
 
 
 
 
 
3917
 
3918
  # @ tribe-events-calendar
3919
- #: ../lib/tribe-view-helpers.class.php:152
3920
- msgid "Israel"
3921
- msgstr "Israel"
3922
 
3923
  # @ tribe-events-calendar
3924
- #: ../lib/tribe-view-helpers.class.php:153
3925
- msgid "Italy"
3926
- msgstr "Italien"
3927
 
3928
  # @ tribe-events-calendar
3929
- #: ../lib/tribe-view-helpers.class.php:154
3930
- msgid "Jamaica"
3931
- msgstr "Jamaika"
3932
 
3933
  # @ tribe-events-calendar
3934
- #: ../lib/tribe-view-helpers.class.php:155
3935
- msgid "Japan"
3936
- msgstr "Japan"
3937
 
3938
  # @ tribe-events-calendar
3939
- #: ../lib/tribe-view-helpers.class.php:156
3940
- msgid "Jordan"
3941
- msgstr "Jordanien"
 
 
 
 
3942
 
3943
  # @ tribe-events-calendar
3944
- #: ../lib/tribe-view-helpers.class.php:157
3945
- msgid "Kazakhstan"
3946
- msgstr "Kasachstan"
 
 
 
3947
 
3948
  # @ tribe-events-calendar
3949
- #: ../lib/tribe-view-helpers.class.php:158
3950
- msgid "Kenya"
3951
- msgstr "Kenia"
3952
 
3953
  # @ tribe-events-calendar
3954
- #: ../lib/tribe-view-helpers.class.php:159
3955
- msgid "Kiribati"
3956
- msgstr "Kiribati"
3957
 
3958
  # @ tribe-events-calendar
3959
- #: ../lib/tribe-view-helpers.class.php:160
3960
- msgid "Korea, Democratic People's Republic Of"
3961
- msgstr "Nordkorea (Volksrepublik)"
 
 
3962
 
3963
  # @ tribe-events-calendar
3964
- #: ../lib/tribe-view-helpers.class.php:161
3965
- msgid "Korea, Republic Of"
3966
- msgstr "Südkorea"
 
 
 
 
 
3967
 
3968
  # @ tribe-events-calendar
3969
- #: ../lib/tribe-view-helpers.class.php:162
3970
- msgid "Kuwait"
3971
- msgstr "Kuwait"
 
3972
 
3973
  # @ tribe-events-calendar
3974
- #: ../lib/tribe-view-helpers.class.php:163
3975
- msgid "Kyrgyzstan"
3976
- msgstr "Kirgistan"
 
 
 
 
 
 
 
 
 
 
3977
 
3978
  # @ tribe-events-calendar
3979
- #: ../lib/tribe-view-helpers.class.php:164
3980
- msgid "Lao People's Democratic Republic"
3981
- msgstr "Laos"
 
3982
 
3983
  # @ tribe-events-calendar
3984
- #: ../lib/tribe-view-helpers.class.php:165
3985
- msgid "Latvia"
3986
- msgstr "Lettland"
 
3987
 
3988
  # @ tribe-events-calendar
3989
- #: ../lib/tribe-view-helpers.class.php:166
3990
- msgid "Lebanon"
3991
- msgstr "Libanon"
 
3992
 
3993
  # @ tribe-events-calendar
3994
- #: ../lib/tribe-view-helpers.class.php:167
3995
- msgid "Lesotho"
3996
- msgstr "Lesotho"
3997
 
3998
  # @ tribe-events-calendar
3999
- #: ../lib/tribe-view-helpers.class.php:168
4000
- msgid "Liberia"
4001
- msgstr "Liberia"
 
 
 
 
 
4002
 
4003
  # @ tribe-events-calendar
4004
- #: ../lib/tribe-view-helpers.class.php:169
4005
- msgid "Libya"
4006
- msgstr "Libyen"
4007
 
4008
  # @ tribe-events-calendar
4009
- #: ../lib/tribe-view-helpers.class.php:170
4010
- msgid "Liechtenstein"
4011
- msgstr "Liechtenstein"
 
 
 
 
 
4012
 
4013
  # @ tribe-events-calendar
4014
- #: ../lib/tribe-view-helpers.class.php:171
4015
- msgid "Lithuania"
4016
- msgstr "Lithauen"
4017
 
4018
  # @ tribe-events-calendar
4019
- #: ../lib/tribe-view-helpers.class.php:172
4020
- msgid "Luxembourg"
4021
- msgstr "Luxemburg"
 
 
 
 
 
4022
 
4023
  # @ tribe-events-calendar
4024
- #: ../lib/tribe-view-helpers.class.php:173
4025
- msgid "Macau"
4026
- msgstr "Macau"
4027
 
4028
  # @ tribe-events-calendar
4029
- #: ../lib/tribe-view-helpers.class.php:174
4030
- msgid "Macedonia"
4031
- msgstr "Mazedonien"
 
 
 
 
4032
 
4033
  # @ tribe-events-calendar
4034
- #: ../lib/tribe-view-helpers.class.php:175
4035
- msgid "Madagascar"
4036
- msgstr "Madagascar"
4037
 
4038
  # @ tribe-events-calendar
4039
- #: ../lib/tribe-view-helpers.class.php:176
4040
- msgid "Malawi"
4041
- msgstr "Malawi"
4042
 
4043
  # @ tribe-events-calendar
4044
- #: ../lib/tribe-view-helpers.class.php:177
4045
- msgid "Malaysia"
4046
- msgstr "Malaysia"
 
 
4047
 
4048
  # @ tribe-events-calendar
4049
- #: ../lib/tribe-view-helpers.class.php:178
4050
- msgid "Maldives"
4051
- msgstr "Maldiven"
4052
 
4053
  # @ tribe-events-calendar
4054
- #: ../lib/tribe-view-helpers.class.php:179
4055
- msgid "Mali"
4056
- msgstr "Mali"
4057
 
4058
  # @ tribe-events-calendar
4059
- #: ../lib/tribe-view-helpers.class.php:180
4060
- msgid "Malta"
4061
- msgstr "Malta"
4062
 
4063
  # @ tribe-events-calendar
4064
- #: ../lib/tribe-view-helpers.class.php:181
4065
- msgid "Marshall Islands"
4066
- msgstr "Marshallinseln"
4067
 
4068
  # @ tribe-events-calendar
4069
- #: ../lib/tribe-view-helpers.class.php:182
4070
- msgid "Martinique"
4071
- msgstr "Martinique"
 
 
 
 
 
 
4072
 
4073
  # @ tribe-events-calendar
4074
- #: ../lib/tribe-view-helpers.class.php:183
4075
- msgid "Mauritania"
4076
- msgstr "Mauretanien"
4077
 
4078
  # @ tribe-events-calendar
4079
- #: ../lib/tribe-view-helpers.class.php:184
4080
- msgid "Mauritius"
4081
- msgstr "Mauritius"
 
 
 
 
 
 
 
 
 
 
4082
 
4083
  # @ tribe-events-calendar
4084
- #: ../lib/tribe-view-helpers.class.php:185
4085
- msgid "Mayotte"
4086
- msgstr "Mayotte"
4087
 
4088
- # @ tribe-events-calendar
4089
- #: ../lib/tribe-view-helpers.class.php:186
4090
- msgid "Mexico"
4091
- msgstr "Mexiko"
4092
 
4093
- # @ tribe-events-calendar
4094
- #: ../lib/tribe-view-helpers.class.php:187
4095
- msgid "Micronesia, Federated States Of"
4096
- msgstr "Mikronesien"
4097
 
4098
- # @ tribe-events-calendar
4099
- #: ../lib/tribe-view-helpers.class.php:188
4100
- msgid "Moldova, Republic Of"
4101
- msgstr "Moldawien"
4102
 
4103
- # @ tribe-events-calendar
4104
- #: ../lib/tribe-view-helpers.class.php:189
4105
- msgid "Monaco"
4106
- msgstr "Monaco"
4107
 
4108
  # @ tribe-events-calendar
4109
- #: ../lib/tribe-view-helpers.class.php:190
4110
- msgid "Mongolia"
4111
- msgstr "Mongolei"
 
4112
 
4113
  # @ tribe-events-calendar
4114
- #: ../lib/tribe-view-helpers.class.php:191
4115
- msgid "Montenegro"
4116
- msgstr "Montenegro"
4117
 
4118
  # @ tribe-events-calendar
4119
- #: ../lib/tribe-view-helpers.class.php:192
4120
- msgid "Montserrat"
4121
- msgstr "Montserrat"
4122
 
4123
  # @ tribe-events-calendar
4124
- #: ../lib/tribe-view-helpers.class.php:193
4125
- msgid "Morocco"
4126
- msgstr "Marokko"
4127
 
4128
  # @ tribe-events-calendar
4129
- #: ../lib/tribe-view-helpers.class.php:194
4130
- msgid "Mozambique"
4131
- msgstr "Mosambik"
4132
 
4133
  # @ tribe-events-calendar
4134
- #: ../lib/tribe-view-helpers.class.php:195
4135
- msgid "Myanmar"
4136
- msgstr "Myanmar"
4137
 
4138
  # @ tribe-events-calendar
4139
- #: ../lib/tribe-view-helpers.class.php:196
4140
- msgid "Namibia"
4141
- msgstr "Namibia"
4142
 
4143
  # @ tribe-events-calendar
4144
- #: ../lib/tribe-view-helpers.class.php:197
4145
- msgid "Nauru"
4146
- msgstr "Nauru"
4147
 
4148
  # @ tribe-events-calendar
4149
- #: ../lib/tribe-view-helpers.class.php:198
4150
- msgid "Nepal"
4151
- msgstr "Nepal"
4152
 
4153
  # @ tribe-events-calendar
4154
- #: ../lib/tribe-view-helpers.class.php:199
4155
- msgid "Netherlands"
4156
- msgstr "Niederlande"
4157
 
4158
  # @ tribe-events-calendar
4159
- #: ../lib/tribe-view-helpers.class.php:200
4160
- msgid "Netherlands Antilles"
4161
- msgstr "Niederländische Antillen"
4162
 
4163
  # @ tribe-events-calendar
4164
- #: ../lib/tribe-view-helpers.class.php:201
4165
- msgid "New Caledonia"
4166
- msgstr "Neukaledonien"
4167
 
4168
  # @ tribe-events-calendar
4169
- #: ../lib/tribe-view-helpers.class.php:202
4170
- msgid "New Zealand"
4171
- msgstr "Neuseeland"
 
 
 
 
 
 
4172
 
4173
  # @ tribe-events-calendar
4174
- #: ../lib/tribe-view-helpers.class.php:203
4175
- msgid "Nicaragua"
4176
- msgstr "Nicaragua"
 
 
 
 
 
 
4177
 
4178
  # @ tribe-events-calendar
4179
- #: ../lib/tribe-view-helpers.class.php:204
4180
- msgid "Niger"
4181
- msgstr "Niger"
 
 
 
 
 
 
 
 
4182
 
4183
  # @ tribe-events-calendar
4184
- #: ../lib/tribe-view-helpers.class.php:205
4185
- msgid "Nigeria"
4186
- msgstr "Nigeria"
 
 
 
 
 
 
 
 
 
4187
 
4188
  # @ tribe-events-calendar
4189
- #: ../lib/tribe-view-helpers.class.php:206
4190
- msgid "Niue"
4191
- msgstr "Niue"
 
 
 
 
4192
 
4193
  # @ tribe-events-calendar
4194
- #: ../lib/tribe-view-helpers.class.php:207
4195
- msgid "Norfolk Island"
4196
- msgstr "Norfolkinsel"
 
 
 
 
 
 
 
4197
 
4198
  # @ tribe-events-calendar
4199
- #: ../lib/tribe-view-helpers.class.php:208
4200
- msgid "Northern Mariana Islands"
4201
- msgstr "Nördliche Marianen"
 
 
 
 
 
4202
 
4203
  # @ tribe-events-calendar
4204
- #: ../lib/tribe-view-helpers.class.php:209
4205
- msgid "Norway"
4206
- msgstr "Norwegen"
 
 
 
 
 
4207
 
4208
  # @ tribe-events-calendar
4209
- #: ../lib/tribe-view-helpers.class.php:210
4210
- msgid "Oman"
4211
- msgstr "Oman"
 
 
 
 
 
 
 
4212
 
4213
  # @ tribe-events-calendar
4214
- #: ../lib/tribe-view-helpers.class.php:211
4215
- msgid "Pakistan"
4216
- msgstr "Pakistan"
 
 
 
 
4217
 
4218
  # @ tribe-events-calendar
4219
- #: ../lib/tribe-view-helpers.class.php:212
4220
- msgid "Palau"
4221
- msgstr "Palau"
 
 
 
 
 
 
 
4222
 
4223
  # @ tribe-events-calendar
4224
- #: ../lib/tribe-view-helpers.class.php:213
4225
- msgid "Panama"
4226
- msgstr "Panama"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4227
 
4228
  # @ tribe-events-calendar
4229
- #: ../lib/tribe-view-helpers.class.php:214
4230
- msgid "Papua New Guinea"
4231
- msgstr "Papua-Neuguinea"
 
 
 
 
 
 
4232
 
4233
  # @ tribe-events-calendar
4234
- #: ../lib/tribe-view-helpers.class.php:215
4235
- msgid "Paraguay"
4236
- msgstr "Paraguay"
 
 
 
 
 
 
 
 
 
 
 
 
4237
 
4238
  # @ tribe-events-calendar
4239
- #: ../lib/tribe-view-helpers.class.php:216
4240
- msgid "Peru"
4241
- msgstr "Peru"
 
 
 
 
 
 
 
 
 
 
4242
 
4243
  # @ tribe-events-calendar
4244
- #: ../lib/tribe-view-helpers.class.php:217
4245
- msgid "Philippines"
4246
- msgstr "Philippinen"
 
 
 
 
 
 
 
 
 
4247
 
4248
  # @ tribe-events-calendar
4249
- #: ../lib/tribe-view-helpers.class.php:218
4250
- msgid "Pitcairn"
4251
- msgstr "Pitcairn"
 
 
 
 
 
 
 
4252
 
4253
  # @ tribe-events-calendar
4254
- #: ../lib/tribe-view-helpers.class.php:219
4255
- msgid "Poland"
4256
- msgstr "Polen"
4257
 
4258
  # @ tribe-events-calendar
4259
- #: ../lib/tribe-view-helpers.class.php:220
4260
- msgid "Portugal"
4261
- msgstr "Portugal"
 
 
4262
 
4263
  # @ tribe-events-calendar
4264
- #: ../lib/tribe-view-helpers.class.php:221
4265
- msgid "Puerto Rico"
4266
- msgstr "Puerto Rico"
4267
 
4268
  # @ tribe-events-calendar
4269
- #: ../lib/tribe-view-helpers.class.php:222
4270
- msgid "Qatar"
4271
- msgstr "Katar"
4272
 
4273
  # @ tribe-events-calendar
4274
- #: ../lib/tribe-view-helpers.class.php:223
4275
- msgid "Reunion"
4276
- msgstr "Reunion"
4277
 
4278
  # @ tribe-events-calendar
4279
- #: ../lib/tribe-view-helpers.class.php:224
4280
- msgid "Romania"
4281
- msgstr "Rumänien"
4282
 
4283
  # @ tribe-events-calendar
4284
- #: ../lib/tribe-view-helpers.class.php:225
4285
- msgid "Russian Federation"
4286
- msgstr "Russland / Russische F&ouml;rderation"
4287
 
4288
  # @ tribe-events-calendar
4289
- #: ../lib/tribe-view-helpers.class.php:226
4290
- msgid "Rwanda"
4291
- msgstr "Ruanda"
4292
 
4293
  # @ tribe-events-calendar
4294
- #: ../lib/tribe-view-helpers.class.php:227
4295
- msgid "Saint Kitts And Nevis"
4296
- msgstr "St. Kitts und Nevis"
4297
 
4298
  # @ tribe-events-calendar
4299
- #: ../lib/tribe-view-helpers.class.php:228
4300
- msgid "Saint Lucia"
4301
- msgstr "Saint Lucia"
4302
 
4303
  # @ tribe-events-calendar
4304
- #: ../lib/tribe-view-helpers.class.php:229
4305
- msgid "Saint Vincent And The Grenadines"
4306
- msgstr "St. Vincent und die Grenadinen"
4307
 
4308
  # @ tribe-events-calendar
4309
- #: ../lib/tribe-view-helpers.class.php:230
4310
- msgid "Samoa"
4311
- msgstr "Samoa"
4312
 
4313
  # @ tribe-events-calendar
4314
- #: ../lib/tribe-view-helpers.class.php:231
4315
- msgid "San Marino"
4316
- msgstr "San Marino"
 
 
 
4317
 
4318
  # @ tribe-events-calendar
4319
- #: ../lib/tribe-view-helpers.class.php:232
4320
- msgid "Sao Tome And Principe"
4321
- msgstr "S&atilde;o Tom&eacute; und Pr&iacute;ncipe"
4322
 
4323
  # @ tribe-events-calendar
4324
- #: ../lib/tribe-view-helpers.class.php:233
4325
- msgid "Saudi Arabia"
4326
- msgstr "Saudi-Arabien"
4327
 
4328
  # @ tribe-events-calendar
4329
- #: ../lib/tribe-view-helpers.class.php:234
4330
- msgid "Senegal"
4331
- msgstr "Senegal"
4332
 
4333
  # @ tribe-events-calendar
4334
- #: ../lib/tribe-view-helpers.class.php:235
4335
- msgid "Serbia"
4336
- msgstr "Serbien"
4337
 
4338
  # @ tribe-events-calendar
4339
- #: ../lib/tribe-view-helpers.class.php:236
4340
- msgid "Seychelles"
4341
- msgstr "Seychellen"
4342
 
4343
  # @ tribe-events-calendar
4344
- #: ../lib/tribe-view-helpers.class.php:237
4345
- msgid "Sierra Leone"
4346
- msgstr "Sierra Leone"
 
 
 
 
4347
 
4348
  # @ tribe-events-calendar
4349
- #: ../lib/tribe-view-helpers.class.php:238
4350
- msgid "Singapore"
4351
- msgstr "Singapur"
4352
 
4353
  # @ tribe-events-calendar
4354
- #: ../lib/tribe-view-helpers.class.php:239
4355
- msgid "Slovakia (Slovak Republic)"
4356
- msgstr "Slowakei"
 
4357
 
4358
  # @ tribe-events-calendar
4359
- #: ../lib/tribe-view-helpers.class.php:240
4360
- msgid "Slovenia"
4361
- msgstr "Slovenien"
4362
 
4363
  # @ tribe-events-calendar
4364
- #: ../lib/tribe-view-helpers.class.php:241
4365
- msgid "Solomon Islands"
4366
- msgstr "Salomonen"
4367
 
4368
  # @ tribe-events-calendar
4369
- #: ../lib/tribe-view-helpers.class.php:242
4370
- msgid "Somalia"
4371
- msgstr "Somalia"
4372
 
4373
  # @ tribe-events-calendar
4374
- #: ../lib/tribe-view-helpers.class.php:243
4375
- msgid "South Africa"
4376
- msgstr "S&uuml;dafrika"
4377
 
4378
  # @ tribe-events-calendar
4379
- #: ../lib/tribe-view-helpers.class.php:244
4380
- msgid "South Georgia, South Sandwich Islands"
4381
- msgstr "S&uuml;dgeorgien und die S&uuml;dlichen Sandwichinseln"
4382
 
4383
  # @ tribe-events-calendar
4384
- #: ../lib/tribe-view-helpers.class.php:245
4385
- msgid "Spain"
4386
- msgstr "Spanien"
 
4387
 
4388
  # @ tribe-events-calendar
4389
- #: ../lib/tribe-view-helpers.class.php:246
4390
- msgid "Sri Lanka"
4391
- msgstr "Sri Lanka"
 
4392
 
4393
  # @ tribe-events-calendar
4394
- #: ../lib/tribe-view-helpers.class.php:247
4395
- msgid "St. Helena"
4396
- msgstr "St. Helena"
4397
 
4398
  # @ tribe-events-calendar
4399
- #: ../lib/tribe-view-helpers.class.php:248
4400
- msgid "St. Pierre And Miquelon"
4401
- msgstr "Saint-Pierre und Miquelon"
4402
 
4403
  # @ tribe-events-calendar
4404
- #: ../lib/tribe-view-helpers.class.php:249
4405
- msgid "Sudan"
4406
- msgstr "Sudan"
4407
 
4408
  # @ tribe-events-calendar
4409
- #: ../lib/tribe-view-helpers.class.php:250
4410
- msgid "Suriname"
4411
- msgstr "Surinam"
 
4412
 
4413
  # @ tribe-events-calendar
4414
- #: ../lib/tribe-view-helpers.class.php:251
4415
- msgid "Svalbard And Jan Mayen Islands"
4416
- msgstr "Svalbard und Jan Mayen Islands"
4417
 
4418
  # @ tribe-events-calendar
4419
- #: ../lib/tribe-view-helpers.class.php:252
4420
- msgid "Swaziland"
4421
- msgstr "Swasiland"
4422
 
4423
- # @ tribe-events-calendar
4424
- #: ../lib/tribe-view-helpers.class.php:253
4425
- msgid "Sweden"
4426
- msgstr "Schweden"
 
 
 
 
4427
 
4428
  # @ tribe-events-calendar
4429
- #: ../lib/tribe-view-helpers.class.php:254
4430
- msgid "Switzerland"
4431
- msgstr "Schweiz"
4432
 
4433
  # @ tribe-events-calendar
4434
- #: ../lib/tribe-view-helpers.class.php:255
4435
- msgid "Syrian Arab Republic"
4436
- msgstr "Syrien"
4437
 
4438
  # @ tribe-events-calendar
4439
- #: ../lib/tribe-view-helpers.class.php:256
4440
- msgid "Taiwan"
4441
- msgstr "Taiwan"
4442
 
4443
  # @ tribe-events-calendar
4444
- #: ../lib/tribe-view-helpers.class.php:257
4445
- msgid "Tajikistan"
4446
- msgstr "Tadschikistan"
4447
 
4448
  # @ tribe-events-calendar
4449
- #: ../lib/tribe-view-helpers.class.php:258
4450
- msgid "Tanzania, United Republic Of"
4451
- msgstr "Tanzania"
4452
 
4453
  # @ tribe-events-calendar
4454
- #: ../lib/tribe-view-helpers.class.php:259
4455
- msgid "Thailand"
4456
- msgstr "Thailand"
 
 
 
 
 
4457
 
4458
  # @ tribe-events-calendar
4459
- #: ../lib/tribe-view-helpers.class.php:260
4460
- msgid "Togo"
4461
- msgstr "Togo"
4462
 
4463
  # @ tribe-events-calendar
4464
- #: ../lib/tribe-view-helpers.class.php:261
4465
- msgid "Tokelau"
4466
- msgstr "Tokelau"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4467
 
4468
  # @ tribe-events-calendar
4469
- #: ../lib/tribe-view-helpers.class.php:262
4470
- msgid "Tonga"
4471
- msgstr "Tonga"
 
4472
 
4473
  # @ tribe-events-calendar
4474
- #: ../lib/tribe-view-helpers.class.php:263
4475
- msgid "Trinidad And Tobago"
4476
- msgstr "Trinidad und Tobago"
 
 
 
 
 
 
4477
 
4478
  # @ tribe-events-calendar
4479
- #: ../lib/tribe-view-helpers.class.php:264
4480
- msgid "Tunisia"
4481
- msgstr "Tunesien"
 
 
 
 
 
 
 
4482
 
4483
  # @ tribe-events-calendar
4484
- #: ../lib/tribe-view-helpers.class.php:265
4485
- msgid "Turkey"
4486
- msgstr "Türkei"
4487
 
4488
  # @ tribe-events-calendar
4489
- #: ../lib/tribe-view-helpers.class.php:266
4490
- msgid "Turkmenistan"
4491
- msgstr "Turkmenistan"
4492
 
4493
  # @ tribe-events-calendar
4494
- #: ../lib/tribe-view-helpers.class.php:267
4495
- msgid "Turks And Caicos Islands"
4496
- msgstr "Turks- und Caicosinseln"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4497
 
4498
  # @ tribe-events-calendar
4499
- #: ../lib/tribe-view-helpers.class.php:268
4500
- msgid "Tuvalu"
4501
- msgstr "Tuvalu"
4502
 
4503
  # @ tribe-events-calendar
4504
- #: ../lib/tribe-view-helpers.class.php:269
4505
- msgid "Uganda"
4506
- msgstr "Uganda"
 
 
4507
 
4508
  # @ tribe-events-calendar
4509
- #: ../lib/tribe-view-helpers.class.php:270
4510
- msgid "Ukraine"
4511
- msgstr "Ukraine"
4512
 
4513
  # @ tribe-events-calendar
4514
- #: ../lib/tribe-view-helpers.class.php:271
4515
- msgid "United Arab Emirates"
4516
- msgstr "Vereinigte Arabische Emirate"
4517
 
4518
  # @ tribe-events-calendar
4519
- #: ../lib/tribe-view-helpers.class.php:272
4520
- msgid "United Kingdom"
4521
- msgstr "Großbritannien (Vereinigtes Königreich)"
 
 
 
 
 
4522
 
4523
  # @ tribe-events-calendar
4524
- #: ../lib/tribe-view-helpers.class.php:273
4525
- msgid "United States Minor Outlying Islands"
4526
- msgstr "United States Minor Outlying Islands"
 
 
 
 
4527
 
4528
  # @ tribe-events-calendar
4529
- #: ../lib/tribe-view-helpers.class.php:274
4530
- msgid "Uruguay"
4531
- msgstr "Uruguay"
 
 
 
 
 
4532
 
4533
  # @ tribe-events-calendar
4534
- #: ../lib/tribe-view-helpers.class.php:275
4535
- msgid "Uzbekistan"
4536
- msgstr "Usbekistan"
 
 
4537
 
4538
  # @ tribe-events-calendar
4539
- #: ../lib/tribe-view-helpers.class.php:276
4540
- msgid "Vanuatu"
4541
- msgstr "Vanuatu"
 
 
 
 
4542
 
4543
  # @ tribe-events-calendar
4544
- #: ../lib/tribe-view-helpers.class.php:277
4545
- msgid "Venezuela"
4546
- msgstr "Venezuela"
 
4547
 
4548
  # @ tribe-events-calendar
4549
- #: ../lib/tribe-view-helpers.class.php:278
4550
- msgid "Viet Nam"
4551
- msgstr "Vietnam"
4552
 
4553
  # @ tribe-events-calendar
4554
- #: ../lib/tribe-view-helpers.class.php:279
4555
- msgid "Virgin Islands (British)"
4556
- msgstr "Britische Jungferninseln"
4557
 
4558
  # @ tribe-events-calendar
4559
- #: ../lib/tribe-view-helpers.class.php:280
4560
- msgid "Virgin Islands (U.S.)"
4561
- msgstr "Amerikanische Jungferninseln"
 
 
 
 
 
 
 
 
 
4562
 
4563
  # @ tribe-events-calendar
4564
- #: ../lib/tribe-view-helpers.class.php:281
4565
- msgid "Wallis And Futuna Islands"
4566
- msgstr "Wallis und Futuna"
4567
 
4568
  # @ tribe-events-calendar
4569
- #: ../lib/tribe-view-helpers.class.php:282
4570
- msgid "Western Sahara"
4571
- msgstr "Westsahara"
4572
 
4573
  # @ tribe-events-calendar
4574
- #: ../lib/tribe-view-helpers.class.php:283
4575
- msgid "Yemen"
4576
- msgstr "Jemen"
4577
 
4578
  # @ tribe-events-calendar
4579
- #: ../lib/tribe-view-helpers.class.php:284
4580
- msgid "Zambia"
4581
- msgstr "Sambia"
4582
 
4583
  # @ tribe-events-calendar
4584
- #: ../lib/tribe-view-helpers.class.php:285
4585
- msgid "Zimbabwe"
4586
- msgstr "Simbabwe"
 
4587
 
4588
  # @ tribe-events-calendar
4589
- #: ../lib/tribe-view-helpers.class.php:316
4590
- msgid "Alabama"
4591
- msgstr "Alabama"
 
4592
 
4593
  # @ tribe-events-calendar
4594
- #: ../lib/tribe-view-helpers.class.php:317
4595
- msgid "Alaska"
4596
- msgstr "Alaska"
 
4597
 
4598
  # @ tribe-events-calendar
4599
- #: ../lib/tribe-view-helpers.class.php:318
4600
- msgid "Arizona"
4601
- msgstr "Arizona"
4602
 
4603
  # @ tribe-events-calendar
4604
- #: ../lib/tribe-view-helpers.class.php:319
4605
- msgid "Arkansas"
4606
- msgstr "Arkansas"
 
 
 
 
 
 
 
 
 
 
 
 
4607
 
4608
  # @ tribe-events-calendar
4609
- #: ../lib/tribe-view-helpers.class.php:320
4610
- msgid "California"
4611
- msgstr "Kalifornien"
 
4612
 
4613
  # @ tribe-events-calendar
4614
- #: ../lib/tribe-view-helpers.class.php:321
4615
- msgid "Colorado"
4616
- msgstr "Colorado"
4617
 
4618
  # @ tribe-events-calendar
4619
- #: ../lib/tribe-view-helpers.class.php:322
4620
- msgid "Connecticut"
4621
- msgstr "Connecticut"
4622
 
4623
  # @ tribe-events-calendar
4624
- #: ../lib/tribe-view-helpers.class.php:323
4625
- msgid "Delaware"
4626
- msgstr "Delaware"
4627
 
4628
  # @ tribe-events-calendar
4629
- #: ../lib/tribe-view-helpers.class.php:324
4630
- msgid "District of Columbia"
4631
- msgstr "District of Columbia"
4632
 
4633
- # @ tribe-events-calendar
4634
- #: ../lib/tribe-view-helpers.class.php:325
4635
- msgid "Florida"
4636
- msgstr "Florida"
4637
 
4638
- # @ tribe-events-calendar
4639
- #: ../lib/tribe-view-helpers.class.php:327
4640
- msgid "Hawaii"
4641
- msgstr "Hawaii"
4642
 
4643
- # @ tribe-events-calendar
4644
- #: ../lib/tribe-view-helpers.class.php:328
4645
- msgid "Idaho"
4646
- msgstr "Idaho"
4647
 
4648
- # @ tribe-events-calendar
4649
- #: ../lib/tribe-view-helpers.class.php:329
4650
- msgid "Illinois"
4651
- msgstr "Illinois"
4652
 
4653
  # @ tribe-events-calendar
4654
- #: ../lib/tribe-view-helpers.class.php:330
4655
- msgid "Indiana"
4656
- msgstr "Indiana"
4657
 
4658
  # @ tribe-events-calendar
4659
- #: ../lib/tribe-view-helpers.class.php:331
4660
- msgid "Iowa"
4661
- msgstr "Iowa"
4662
 
4663
- # @ tribe-events-calendar
4664
- #: ../lib/tribe-view-helpers.class.php:332
4665
- msgid "Kansas"
4666
- msgstr "Kansas"
4667
 
4668
- # @ tribe-events-calendar
4669
- #: ../lib/tribe-view-helpers.class.php:333
4670
- msgid "Kentucky"
4671
- msgstr "Kentucky"
4672
 
4673
- # @ tribe-events-calendar
4674
- #: ../lib/tribe-view-helpers.class.php:334
4675
- msgid "Louisiana"
4676
- msgstr "Louisiana"
4677
 
4678
  # @ tribe-events-calendar
4679
- #: ../lib/tribe-view-helpers.class.php:335
4680
- msgid "Maine"
4681
- msgstr "Maine"
4682
 
4683
- # @ tribe-events-calendar
4684
- #: ../lib/tribe-view-helpers.class.php:336
4685
- msgid "Maryland"
4686
- msgstr "Maryland"
 
 
4687
 
4688
- # @ tribe-events-calendar
4689
- #: ../lib/tribe-view-helpers.class.php:337
4690
- msgid "Massachusetts"
4691
- msgstr "Massachusetts"
4692
 
4693
- # @ tribe-events-calendar
4694
- #: ../lib/tribe-view-helpers.class.php:338
4695
- msgid "Michigan"
4696
- msgstr "Michigan"
4697
 
4698
  # @ tribe-events-calendar
4699
- #: ../lib/tribe-view-helpers.class.php:339
4700
- msgid "Minnesota"
4701
- msgstr "Minnesota"
4702
 
4703
  # @ tribe-events-calendar
4704
- #: ../lib/tribe-view-helpers.class.php:340
4705
- msgid "Mississippi"
4706
- msgstr "Mississippi"
4707
 
4708
  # @ tribe-events-calendar
4709
- #: ../lib/tribe-view-helpers.class.php:341
4710
- msgid "Missouri"
4711
- msgstr "Missouri"
4712
 
4713
  # @ tribe-events-calendar
4714
- #: ../lib/tribe-view-helpers.class.php:342
4715
- msgid "Montana"
4716
- msgstr "Montana"
 
 
 
 
 
 
 
 
 
 
4717
 
4718
  # @ tribe-events-calendar
4719
- #: ../lib/tribe-view-helpers.class.php:343
4720
- msgid "Nebraska"
4721
- msgstr "Nebraska"
4722
 
4723
  # @ tribe-events-calendar
4724
- #: ../lib/tribe-view-helpers.class.php:344
4725
- msgid "Nevada"
4726
- msgstr "Nevada"
4727
 
4728
  # @ tribe-events-calendar
4729
- #: ../lib/tribe-view-helpers.class.php:345
4730
- msgid "New Hampshire"
4731
- msgstr "New Hampshire"
4732
 
4733
  # @ tribe-events-calendar
4734
- #: ../lib/tribe-view-helpers.class.php:346
4735
- msgid "New Jersey"
4736
- msgstr "New Jersey"
 
 
 
 
 
 
 
4737
 
4738
  # @ tribe-events-calendar
4739
- #: ../lib/tribe-view-helpers.class.php:347
4740
- msgid "New Mexico"
4741
- msgstr "New Mexico"
4742
 
4743
  # @ tribe-events-calendar
4744
- #: ../lib/tribe-view-helpers.class.php:348
4745
- msgid "New York"
4746
- msgstr "New York"
4747
 
4748
  # @ tribe-events-calendar
4749
- #: ../lib/tribe-view-helpers.class.php:349
4750
- msgid "North Carolina"
4751
- msgstr "North Carolina"
4752
 
4753
  # @ tribe-events-calendar
4754
- #: ../lib/tribe-view-helpers.class.php:350
4755
- msgid "North Dakota"
4756
- msgstr "North Dakota"
 
4757
 
4758
  # @ tribe-events-calendar
4759
- #: ../lib/tribe-view-helpers.class.php:351
4760
- msgid "Ohio"
4761
- msgstr "Ohio"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4762
 
4763
  # @ tribe-events-calendar
4764
- #: ../lib/tribe-view-helpers.class.php:352
4765
- msgid "Oklahoma"
4766
- msgstr "Oklahoma"
4767
 
4768
  # @ tribe-events-calendar
4769
- #: ../lib/tribe-view-helpers.class.php:353
4770
- msgid "Oregon"
4771
- msgstr "Oregon"
 
 
 
 
 
 
4772
 
4773
  # @ tribe-events-calendar
4774
- #: ../lib/tribe-view-helpers.class.php:354
4775
- msgid "Pennsylvania"
4776
- msgstr "Pennsylvania"
 
 
4777
 
4778
  # @ tribe-events-calendar
4779
- #: ../lib/tribe-view-helpers.class.php:355
4780
- msgid "Rhode Island"
4781
- msgstr "Rhode Island"
4782
 
4783
  # @ tribe-events-calendar
4784
- #: ../lib/tribe-view-helpers.class.php:356
4785
- msgid "South Carolina"
4786
- msgstr "South Carolina"
 
 
 
4787
 
4788
  # @ tribe-events-calendar
4789
- #: ../lib/tribe-view-helpers.class.php:357
4790
- msgid "South Dakota"
4791
- msgstr "South Dakota"
 
4792
 
4793
  # @ tribe-events-calendar
4794
- #: ../lib/tribe-view-helpers.class.php:358
4795
- msgid "Tennessee"
4796
- msgstr "Tennessee"
 
 
 
4797
 
4798
  # @ tribe-events-calendar
4799
- #: ../lib/tribe-view-helpers.class.php:359
4800
- msgid "Texas"
4801
- msgstr "Texas"
4802
 
4803
  # @ tribe-events-calendar
4804
- #: ../lib/tribe-view-helpers.class.php:360
4805
- msgid "Utah"
4806
- msgstr "Utah"
 
 
 
 
 
 
4807
 
4808
  # @ tribe-events-calendar
4809
- #: ../lib/tribe-view-helpers.class.php:361
4810
- msgid "Vermont"
4811
- msgstr "Vermont"
4812
 
4813
  # @ tribe-events-calendar
4814
- #: ../lib/tribe-view-helpers.class.php:362
4815
- msgid "Virginia"
4816
- msgstr "Virginia"
4817
 
4818
  # @ tribe-events-calendar
4819
- #: ../lib/tribe-view-helpers.class.php:363
4820
- msgid "Washington"
4821
- msgstr "Washington"
4822
 
4823
  # @ tribe-events-calendar
4824
- #: ../lib/tribe-view-helpers.class.php:364
4825
- msgid "West Virginia"
4826
- msgstr "West Virginia"
4827
 
4828
  # @ tribe-events-calendar
4829
- #: ../lib/tribe-view-helpers.class.php:365
4830
- msgid "Wisconsin"
4831
- msgstr "Wisconsin"
4832
 
4833
  # @ tribe-events-calendar
4834
- #: ../lib/tribe-view-helpers.class.php:366
4835
- msgid "Wyoming"
4836
- msgstr "Wyoming"
4837
 
4838
  # @ tribe-events-calendar
4839
- #: ../lib/widget-list.class.php:26
4840
- msgid "A widget that displays upcoming events."
4841
- msgstr "Ein Widget, dass die nächsten Veranstaltungen anzeigt."
4842
 
4843
  # @ tribe-events-calendar
4844
- #: ../lib/widget-list.class.php:34
4845
- msgid "Events List"
4846
- msgstr "Veranstaltungsliste"
4847
 
4848
  # @ tribe-events-calendar
4849
- #: ../lib/widget-list.class.php:162 ../public/template-tags/loop.php:130
4850
- msgid "Upcoming Events"
4851
- msgstr "Anstehende Veranstaltungen"
4852
 
4853
  # @ tribe-events-calendar
4854
- #: ../public/advanced-functions/meta.php:42
4855
- #: ../public/advanced-functions/meta.php:74
4856
- #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:61
4857
- msgid "Start:"
4858
- msgstr "Beginn:"
4859
 
4860
  # @ tribe-events-calendar
4861
- #: ../public/advanced-functions/meta.php:51
4862
- #: ../public/advanced-functions/meta.php:83
4863
- #: ../views/modules/meta/details.php:41 ../views/modules/meta/details.php:66
4864
- msgid "End:"
4865
- msgstr "Ende:"
4866
 
4867
  # @ tribe-events-calendar
4868
- #: ../public/advanced-functions/meta.php:62
4869
- #: ../public/advanced-functions/meta.php:94
4870
- #: ../views/modules/meta/details.php:51 ../views/modules/meta/details.php:76
4871
- msgid "Date:"
4872
- msgstr "Datum:"
4873
 
4874
  # @ tribe-events-calendar
4875
- #: ../public/advanced-functions/meta.php:105
4876
- #: ../public/advanced-functions/meta.php:116
4877
- #: ../views/modules/meta/details.php:81
4878
- msgid "Time:"
4879
- msgstr "Zeit:"
4880
 
4881
  # @ tribe-events-calendar
4882
- #: ../public/advanced-functions/meta.php:329
4883
- #: ../public/template-tags/google-map.php:44
4884
- msgid "Click to view a Google Map"
4885
- msgstr "Klicken, um Google Karte anzuzeigen"
4886
 
4887
  # @ tribe-events-calendar
4888
- #: ../public/advanced-functions/meta.php:330
4889
- #: ../public/template-tags/google-map.php:45
4890
- msgid "+ Google Map"
4891
- msgstr "+ Google Karte"
4892
 
4893
  # @ tribe-events-calendar
4894
- #: ../public/advanced-functions/meta.php:343
4895
- #: ../views/modules/meta/details.php:13
4896
- msgid "Details"
4897
- msgstr "Details"
4898
 
4899
  # @ tribe-events-calendar
4900
- #: ../public/advanced-functions/meta.php:403
4901
- #: ../views/modules/meta/details.php:115
4902
- msgid "Event Tags:"
4903
- msgstr "Veranstaltungstags:"
4904
 
4905
  # @ tribe-events-calendar
4906
- #: ../public/advanced-functions/meta.php:433
4907
- msgid "Origin:"
4908
- msgstr "Quelle:"
4909
 
4910
  # @ tribe-events-calendar
4911
- #: ../public/advanced-functions/meta.php:594
4912
- msgid "Event:"
4913
- msgstr "Anlass:"
4914
 
4915
  # @ tribe-events-calendar
4916
- #: ../public/template-tags/day.php:103
4917
- msgid "<span>&laquo;</span> Previous Day"
4918
- msgstr "<span>&laquo;</span> Vorheriger Tag"
 
4919
 
4920
  # @ tribe-events-calendar
4921
- #: ../public/template-tags/day.php:105
4922
- msgid "Next Day <span>&raquo;</span>"
4923
- msgstr "Nächster Tag <span>&raquo;</span>"
4924
 
4925
  # @ tribe-events-calendar
4926
- #: ../public/template-tags/day.php:107
4927
- msgid "Yesterday"
4928
- msgstr "Gestern"
4929
 
4930
  # @ tribe-events-calendar
4931
- #: ../public/template-tags/day.php:109
4932
- msgid "Tomorrow"
4933
- msgstr "Morgen"
 
 
 
4934
 
4935
  # @ tribe-events-calendar
4936
- #: ../public/template-tags/deprecated.php:1283
4937
- msgid "Category"
4938
- msgstr "Kategorie"
 
 
4939
 
4940
  # @ tribe-events-calendar
4941
- #: ../public/template-tags/general.php:385
4942
- msgid "Tags:"
4943
- msgstr "Tags:"
4944
 
4945
  # @ tribe-events-calendar
4946
- #: ../public/template-tags/general.php:489
4947
- msgid "Loading Events"
4948
- msgstr "Veranstaltungen laden"
4949
 
4950
  # @ tribe-events-calendar
4951
- #: ../public/template-tags/general.php:683
4952
- msgid "Free"
4953
- msgstr "Eintritt frei"
4954
 
4955
  # @ tribe-events-calendar
4956
- #: ../public/template-tags/general.php:1340
4957
- #, php-format
4958
- msgid "Calendar powered by %sThe Events Calendar%s"
4959
- msgstr "Kalender powered by %sThe Events Calendar%s"
 
 
 
4960
 
4961
  # @ tribe-events-calendar
4962
- #: ../public/template-tags/loop.php:144
4963
- #, fuzzy, php-format
4964
- msgid "Events for %1$s - %2$s"
4965
- msgstr "Veranstaltungen für %s"
4966
 
4967
  # @ tribe-events-calendar
4968
- #: ../public/template-tags/loop.php:146
4969
- msgid "Past Events"
4970
- msgstr "Vergangene Veranstaltungen"
4971
 
4972
  # @ tribe-events-calendar
4973
- #: ../public/template-tags/loop.php:151
4974
- #, php-format
4975
- msgid "Events for %s"
4976
- msgstr "Veranstaltungen für %s"
4977
 
4978
  # @ tribe-events-calendar
4979
- #: ../public/template-tags/loop.php:158 ../views/month/mobile.php:13
4980
- msgid "Events for"
4981
- msgstr "Veranstaltungen für"
4982
 
4983
  # @ tribe-events-calendar
4984
- #: ../public/template-tags/options.php:20
4985
- #, php-format
4986
- msgid "Your current Events URL is %s"
4987
- msgstr "Ihre aktuelle Veranstaltungs-URL ist %s"
4988
 
4989
  # @ tribe-events-calendar
4990
- #: ../public/template-tags/options.php:29
4991
- #, php-format
4992
- msgid ""
4993
- "You <strong>cannot</strong> use the same slug as above. The above should "
4994
- "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
4995
- msgstr ""
4996
- "Sie <strong>können nicht</strong>die gleiche URL wie ben nutzen. "
4997
- "Idealerweise solle die obere im Plural und diese im Singular stehen.<br /"
4998
- ">Ihre Einzelveranstaltungs URL ist: %s"
4999
 
5000
  # @ tribe-events-calendar
5001
- #: ../views/day/nav.php:16
5002
- msgid "Day Navigation"
5003
- msgstr "Tagesnavigation"
5004
 
5005
  # @ tribe-events-calendar
5006
- #: ../views/day/single-event.php:74 ../views/list/single-event.php:80
5007
- msgid "Find out more"
5008
- msgstr "Erfahren Sie mehr"
 
5009
 
5010
  # @ tribe-events-calendar
5011
- #: ../views/list/nav.php:17
5012
- msgid "Events List Navigation"
5013
- msgstr "Veranstaltungslisten Navigation"
 
 
 
5014
 
5015
  # @ tribe-events-calendar
5016
- #: ../views/list/nav.php:23
5017
- msgid "<span>&laquo;</span> Previous Events"
5018
- msgstr "<span>&laquo;</span> Vorherige Veranstaltungen"
5019
 
5020
  # @ tribe-events-calendar
5021
- #: ../views/list/nav.php:30
5022
- msgid "Next Events <span>&raquo;</span>"
5023
- msgstr "Nächste Veranstaltungen &raquo;"
5024
 
5025
  # @ tribe-events-calendar
5026
- #: ../views/modules/bar.php:32 ../views/modules/bar.php:63
5027
- msgid "Find Events"
5028
- msgstr "Finde Events"
5029
 
5030
  # @ tribe-events-calendar
5031
- #: ../views/modules/bar.php:39
5032
- msgid "Event Views Navigation"
5033
- msgstr "Verstaltungsansicht Navigation"
5034
 
5035
  # @ tribe-events-calendar
5036
- #: ../views/modules/bar.php:40
5037
- msgid "View As"
5038
- msgstr "Anzeigen als"
5039
 
5040
  # @ tribe-events-calendar
5041
- #: ../views/month/mobile.php:40
5042
- msgid "Find out more »"
5043
- msgstr "Mehr Infos anzeigen »"
5044
 
5045
  # @ tribe-events-calendar
5046
- #: ../views/month/nav.php:18
5047
- msgid "Calendar Month Navigation"
5048
- msgstr "Kalender Monatsnavigation"
5049
 
5050
  # @ tribe-events-calendar
5051
- #: ../views/month/single-day.php:41
5052
- #, fuzzy, php-format
5053
- msgid "View 1 Event"
5054
- msgid_plural "View All %s Events"
5055
- msgstr[0] "Veranstaltung ansehen"
5056
- msgstr[1] "Veranstaltung ansehen"
5057
 
5058
  # @ tribe-events-calendar
5059
- #: ../views/single-event.php:24
5060
- msgid "&laquo; All Events"
5061
- msgstr "&laquo; Alle Veranstaltungen"
5062
 
5063
  # @ tribe-events-calendar
5064
- #: ../views/single-event.php:43 ../views/single-event.php:89
5065
- msgid "Event Navigation"
5066
- msgstr "Veranstaltungsnavigation"
5067
 
5068
  # @ tribe-events-calendar
5069
- #: ../views/tickets/attendees-email.php:24
5070
- msgid "Attendee List"
5071
- msgstr "Teilnehmerliste"
5072
 
5073
  # @ tribe-events-calendar
5074
- #: ../views/tickets/email.php:37
5075
- msgid "Your tickets"
5076
- msgstr "Ihre Karten"
 
5077
 
5078
  # @ tribe-events-calendar
5079
- #: ../views/tickets/email.php:321
5080
- msgid "Ticket Type"
5081
- msgstr "Kartenart"
5082
 
5083
  # @ tribe-events-calendar
5084
- #: ../views/tickets/email.php:325
5085
- msgid "Purchaser"
5086
- msgstr "Käufer"
5087
 
5088
  # @ tribe-events-calendar
5089
- #: ../views/widgets/list-widget.php:63
5090
- msgid "View All Events"
5091
- msgstr "Alle Veranstaltungen ansehen"
5092
 
5093
  # @ tribe-events-calendar
5094
- #: ../views/widgets/list-widget.php:70
5095
- msgid "There are no upcoming events at this time."
5096
- msgstr "Es gibt derzeit keine anstehenden Veranstaltungen."
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: The Events Calendar v3.8.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-29 11:58-0800\n"
6
+ "PO-Revision-Date: 2015-06-09 09:01-0700\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DECKERWEB <deckerweb.mobil@googlemail.com>\n"
9
  "Language: de_DE\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 1.7.6\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
 
22
  # @ tribe-events-calendar
23
+ #: ../src/Tribe/API.php:378
24
+ msgid "Unnamed Venue"
25
+ msgstr "Unbenannter Veranstaltungsort"
 
 
26
 
27
  # @ tribe-events-calendar
28
+ #: ../src/Tribe/API.php:454 ../src/Tribe/View_Helpers.php:46
29
+ #: ../src/functions/template-tags/venue.php:272
30
+ msgid "United States"
31
+ msgstr "Vereinigte Staaten"
32
 
33
  # @ tribe-events-calendar
34
+ #: ../src/Tribe/Activation_Page.php:143
35
+ msgid "Welcome to The Events Calendar"
36
+ msgstr "Willkommen beim Plugin 'The Events Calendar'"
37
+
38
+ # @ tribe-events-calendar
39
+ #: ../src/Tribe/Activation_Page.php:163
40
+ msgid "Thanks for Updating The Events Calendar"
41
+ msgstr "Upgrade vom Plugin 'The Events Calendar' (freie Version)"
42
+
43
+ #: ../src/Tribe/Admin_List.php:168 ../src/Tribe/Main.php:1254
44
+ #, php-format
45
+ msgid "%s Categories"
46
  msgstr ""
 
 
 
 
47
 
48
  # @ tribe-events-calendar
49
+ #: ../src/Tribe/Admin_List.php:174
50
+ msgid "Start Date"
51
+ msgstr "Anfangsdatum"
 
52
 
53
  # @ tribe-events-calendar
54
+ #: ../src/Tribe/Admin_List.php:175
55
+ msgid "End Date"
56
+ msgstr "Enddatum"
57
 
58
  # @ tribe-events-calendar
59
+ #: ../src/Tribe/Admin_List.php:248
60
+ #, php-format
61
+ msgid "All %s"
62
+ msgstr "Alle %s"
63
 
64
  # @ tribe-events-calendar
65
+ #: ../src/Tribe/Advanced_Functions/Register_Meta.php:37
66
+ #: ../src/Tribe/Advanced_Functions/Register_Meta.php:69
67
+ #: ../src/views/modules/meta/details.php:40
68
+ #: ../src/views/modules/meta/details.php:65
69
+ msgid "Start:"
70
+ msgstr "Beginn:"
71
 
72
  # @ tribe-events-calendar
73
+ #: ../src/Tribe/Advanced_Functions/Register_Meta.php:46
74
+ #: ../src/Tribe/Advanced_Functions/Register_Meta.php:78
75
+ #: ../src/views/modules/meta/details.php:45
76
+ #: ../src/views/modules/meta/details.php:70
77
+ msgid "End:"
78
+ msgstr "Ende:"
79
 
80
+ # @ tribe-events-calendar
81
+ #: ../src/Tribe/Advanced_Functions/Register_Meta.php:57
82
+ #: ../src/Tribe/Advanced_Functions/Register_Meta.php:89
83
+ #: ../src/views/modules/meta/details.php:55
84
+ #: ../src/views/modules/meta/details.php:80
85
+ msgid "Date:"
86
+ msgstr "Datum:"
87
 
 
88
  # @ tribe-events-calendar
89
+ #: ../src/Tribe/Advanced_Functions/Register_Meta.php:100
90
+ #: ../src/Tribe/Advanced_Functions/Register_Meta.php:111
91
+ #: ../src/views/modules/meta/details.php:85
92
+ msgid "Time:"
93
+ msgstr "Zeit:"
94
 
95
+ # @ tribe-events-calendar
96
+ #: ../src/Tribe/Advanced_Functions/Register_Meta.php:324
97
+ #: ../src/functions/template-tags/google-map.php:46
98
+ msgid "Click to view a Google Map"
99
+ msgstr "Klicken, um Google Karte anzuzeigen"
100
 
101
+ # @ tribe-events-calendar
102
+ #: ../src/Tribe/Advanced_Functions/Register_Meta.php:325
103
+ #: ../src/functions/template-tags/google-map.php:47
104
+ msgid "+ Google Map"
105
+ msgstr "+ Google Karte"
106
 
107
+ # @ tribe-events-calendar
108
+ #: ../src/Tribe/Amalgamator.php:260
109
+ #: ../src/admin-views/tribe-options-general.php:197
110
+ msgid "Merge Duplicates"
111
+ msgstr "Duplikate zusammenführen"
112
 
113
  # @ tribe-events-calendar
114
+ #: ../src/Tribe/App_Shop.php:64 ../src/Tribe/App_Shop.php:65
115
+ #: ../src/Tribe/App_Shop.php:96
116
+ msgid "Event Add-Ons"
117
+ msgstr "Add-Ons"
118
+
119
+ #: ../src/Tribe/Credits.php:31
120
+ msgid "This calendar is powered by The Events Calendar."
121
+ msgstr ""
122
 
123
  # @ tribe-events-calendar
124
+ #: ../src/Tribe/Credits.php:48
125
+ #, php-format
126
+ msgid ""
127
+ "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
128
+ "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target="
129
+ "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
130
+ "friendly folks at Modern Tribe."
131
+ msgstr ""
132
+ "Bewerten Sie den <strong>The Events Calendar</strong> <a href=\"%1$s\" "
133
+ "target=\"_blank\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> auf <a href=\"%1$s"
134
+ "\" target=\"_blank\">WordPress.org</a>, damit dieses Plugin auch weiterhin "
135
+ "kostenlos angeboten werden kann. Vielen Dank vom Modern Tribe Team."
136
 
137
  # @ tribe-events-calendar
138
+ #: ../src/Tribe/Credits.php:48
139
  msgid ""
140
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
 
 
141
  msgstr ""
142
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
 
 
 
143
 
144
  # @ tribe-events-calendar
145
+ #: ../src/Tribe/Field.php:211
146
+ msgid "Invalid field type specified"
147
+ msgstr "Falsche Feldart definiert"
148
 
149
  # @ tribe-events-calendar
150
+ #: ../src/Tribe/Field.php:470
151
+ msgid "No radio options specified"
152
+ msgstr "Keine Bewertungsoptionen definiert"
153
 
154
  # @ tribe-events-calendar
155
+ #: ../src/Tribe/Field.php:506
156
+ msgid "No checkbox options specified"
157
+ msgstr "Keine Checkboxoptionen definiert"
 
 
 
 
158
 
159
  # @ tribe-events-calendar
160
+ #: ../src/Tribe/Field.php:562
161
+ msgid "No select options specified"
162
+ msgstr "Keine Auswahloptionen definiert"
 
163
 
164
  # @ tribe-events-calendar
165
+ #: ../src/Tribe/Importer/Admin_Page.php:15
166
+ #: ../src/Tribe/Importer/Admin_Page.php:16 ../src/Tribe/Main.php:3880
167
+ msgid "Import"
168
+ msgstr "Importieren"
169
 
170
  # @ tribe-events-calendar
171
+ #: ../src/Tribe/Importer/Admin_Page.php:54
172
+ #: ../src/Tribe/Importer/Admin_Page.php:187
173
+ msgid "The file went away. Please try again."
174
+ msgstr "Die Datei wurde nicht gefunden. Bitte versuchen Sie es nochmal."
175
 
176
  # @ tribe-events-calendar
177
+ #: ../src/Tribe/Importer/Admin_Page.php:95 ../src/Tribe/Main.php:776
178
+ msgid "General"
179
+ msgstr "Allgemein"
180
 
181
  # @ tribe-events-calendar
182
+ #: ../src/Tribe/Importer/Admin_Page.php:96
183
+ msgid "Import: CSV"
184
+ msgstr "Import: CSV"
 
185
 
186
  # @ tribe-events-calendar
187
+ #: ../src/Tribe/Importer/Admin_Page.php:153
188
+ msgid "We were unable to process your request. Please try again."
189
+ msgstr ""
190
+ "Die Durchführung konnte nicht abgeschlossen werden. Bitte versuchen Sie es "
191
+ "erneut."
192
 
193
  # @ tribe-events-calendar
194
+ #: ../src/Tribe/Importer/Admin_Page.php:194
195
+ msgid "<p>The following fields are required for a successful import:</p>"
196
+ msgstr ""
197
+ "<p>Die nachfolgenden Felder werden für einen erfolgreichen Import benötigt:</"
198
+ "p>"
199
 
200
  # @ tribe-events-calendar
201
+ #: ../src/Tribe/Importer/Column_Mapper.php:33
202
+ msgid "Do Not Import"
203
+ msgstr "Nicht importieren"
204
 
205
  # @ tribe-events-calendar
206
+ #: ../src/Tribe/Importer/Column_Mapper.php:52
207
+ msgid "Event Name"
208
+ msgstr "Name der Veranstaltung"
209
 
210
  # @ tribe-events-calendar
211
+ #: ../src/Tribe/Importer/Column_Mapper.php:53
212
+ msgid "Event Description"
213
+ msgstr "Beschreibung der Veranstaltung"
214
 
215
  # @ tribe-events-calendar
216
+ #: ../src/Tribe/Importer/Column_Mapper.php:54
217
+ msgid "Event Start Date"
218
+ msgstr "Anfangsdatum der Veranstaltung"
219
 
220
  # @ tribe-events-calendar
221
+ #: ../src/Tribe/Importer/Column_Mapper.php:55
222
+ msgid "Event Start Time"
223
+ msgstr "Anfangszeit der Veranstaltung"
224
 
225
  # @ tribe-events-calendar
226
+ #: ../src/Tribe/Importer/Column_Mapper.php:56
227
+ msgid "Event End Date"
228
+ msgstr "Enddatum der Veranstaltung"
229
 
230
  # @ tribe-events-calendar
231
+ #: ../src/Tribe/Importer/Column_Mapper.php:57
232
+ msgid "Event End Time"
233
+ msgstr "Endzeit der Veranstaltung"
234
 
235
  # @ tribe-events-calendar
236
+ #: ../src/Tribe/Importer/Column_Mapper.php:58
237
+ msgid "All Day Event"
238
+ msgstr "Ganztägige Veranstaltung"
239
 
240
  # @ tribe-events-calendar
241
+ #: ../src/Tribe/Importer/Column_Mapper.php:59
242
+ msgid "Event Venue Name"
243
+ msgstr "Name des Veranstaltungsortes"
 
 
 
 
 
 
 
 
244
 
245
  # @ tribe-events-calendar
246
+ #: ../src/Tribe/Importer/Column_Mapper.php:60
247
+ msgid "Event Organizer Name"
248
+ msgstr "Name des Veranstalters"
249
 
250
  # @ tribe-events-calendar
251
+ #: ../src/Tribe/Importer/Column_Mapper.php:61
252
+ msgid "Event Show Map Link"
253
+ msgstr "Google Karte Link aktivieren"
254
 
255
  # @ tribe-events-calendar
256
+ #: ../src/Tribe/Importer/Column_Mapper.php:62
257
+ msgid "Event Show Map"
258
+ msgstr "Google Karte aktivieren"
259
 
260
  # @ tribe-events-calendar
261
+ #: ../src/Tribe/Importer/Column_Mapper.php:63
262
+ msgid "Event Cost"
263
+ msgstr "Kosten"
264
 
265
  # @ tribe-events-calendar
266
+ #: ../src/Tribe/Importer/Column_Mapper.php:64
267
+ msgid "Event Phone"
268
+ msgstr "Telefon"
269
 
270
+ # @ {bug-detected}
271
  # @ tribe-events-calendar
272
+ #: ../src/Tribe/Importer/Column_Mapper.php:65
273
+ #, fuzzy
274
+ msgid "Event Category"
275
+ msgstr "Veranstaltungskategorie"
276
 
277
  # @ tribe-events-calendar
278
+ #: ../src/Tribe/Importer/Column_Mapper.php:66
 
279
  msgid "Event Website"
280
  msgstr "Veranstaltungswebseite"
281
 
282
  # @ tribe-events-calendar
283
+ #: ../src/Tribe/Importer/Column_Mapper.php:72
284
+ msgid "Venue Name"
285
+ msgstr "Veranstaltungsort"
286
 
287
  # @ tribe-events-calendar
288
+ #: ../src/Tribe/Importer/Column_Mapper.php:73
289
+ msgid "Venue Country"
290
+ msgstr "Land"
 
291
 
292
  # @ tribe-events-calendar
293
+ #: ../src/Tribe/Importer/Column_Mapper.php:74
294
+ msgid "Venue Address"
295
+ msgstr "Adresse"
296
 
297
  # @ tribe-events-calendar
298
+ #: ../src/Tribe/Importer/Column_Mapper.php:75
299
+ msgid "Venue Address 2"
300
+ msgstr "Veranstaltungsort Adresse 2"
 
301
 
302
  # @ tribe-events-calendar
303
+ #: ../src/Tribe/Importer/Column_Mapper.php:76
304
+ msgid "Venue City"
305
+ msgstr "Ort"
 
306
 
307
  # @ tribe-events-calendar
308
+ #: ../src/Tribe/Importer/Column_Mapper.php:77
309
+ msgid "Venue State/Province"
310
+ msgstr "Bundesland/ Provinz/ Kanton"
 
 
311
 
312
  # @ tribe-events-calendar
313
+ #: ../src/Tribe/Importer/Column_Mapper.php:78
314
+ msgid "Venue Zip"
315
+ msgstr "PLZ"
 
 
316
 
317
  # @ tribe-events-calendar
318
+ #: ../src/Tribe/Importer/Column_Mapper.php:79
319
+ msgid "Venue Phone"
320
+ msgstr "Telefon"
 
 
321
 
322
+ #: ../src/Tribe/Importer/Column_Mapper.php:80
323
+ msgid "Venue Website"
324
+ msgstr ""
 
 
 
 
 
 
325
 
326
  # @ tribe-events-calendar
327
+ #: ../src/Tribe/Importer/Column_Mapper.php:86
328
+ msgid "Organizer Name"
329
+ msgstr "Name des Veranstalters"
 
 
 
 
 
 
 
330
 
331
  # @ tribe-events-calendar
332
+ #: ../src/Tribe/Importer/Column_Mapper.php:87
333
+ msgid "Organizer Email"
334
+ msgstr "E-Mail"
 
 
335
 
336
  # @ tribe-events-calendar
337
+ #: ../src/Tribe/Importer/Column_Mapper.php:88
338
+ msgid "Organizer Website"
339
+ msgstr "Website"
 
 
 
 
 
340
 
341
  # @ tribe-events-calendar
342
+ #: ../src/Tribe/Importer/Column_Mapper.php:89
343
+ msgid "Organizer Phone"
344
+ msgstr "Telefon"
 
345
 
346
  # @ tribe-events-calendar
347
+ #: ../src/Tribe/Importer/File_Importer.php:38
348
+ #, php-format
349
+ msgid "No importer defined for %s"
350
+ msgstr "Keine Importfunktion für %s definiert "
351
 
352
  # @ tribe-events-calendar
353
+ #: ../src/Tribe/Importer/File_Importer.php:110
354
+ #, php-format
355
+ msgid "Missing required fields in row %d."
356
+ msgstr "Notwendige Felder in Zeile %d nicht vorhanden."
357
 
358
  # @ tribe-events-calendar
359
+ #: ../src/Tribe/Importer/File_Importer.php:118
360
+ #, php-format
361
+ msgid "Failed to import record in row %d."
362
+ msgstr "Importieren für Zeile %d fehlgeschlagen."
363
 
364
  # @ tribe-events-calendar
365
+ #: ../src/Tribe/Importer/File_Importer.php:127
366
+ #, php-format
367
+ msgid "%s (post ID %d) updated."
368
+ msgstr "%s (Post ID %d) aktualisiert."
369
 
370
  # @ tribe-events-calendar
371
+ #: ../src/Tribe/Importer/File_Importer.php:131
372
+ #, php-format
373
+ msgid "%s (post ID %d) created."
374
+ msgstr "%s (Post ID %d) erstellt."
375
 
376
  # @ tribe-events-calendar
377
+ #: ../src/Tribe/Importer/File_Uploader.php:28
378
  #, php-format
379
+ msgid "Temporary file not found. Could not save %s."
380
+ msgstr "Temporäre Datei nicht gefunden. Konnte %s nicht speichern."
 
 
381
 
382
  # @ tribe-events-calendar
383
+ #: ../src/Tribe/Importer/File_Uploader.php:36
384
+ #, php-format
385
+ msgid "Could not save %s."
386
+ msgstr "Konnte %s nicht speichern."
387
 
388
  # @ tribe-events-calendar
389
+ #: ../src/Tribe/Importer/Options.php:29 ../src/Tribe/Settings.php:522
390
+ msgid "Settings saved."
391
+ msgstr "Einstellungen gespeichert.."
 
392
 
393
  # @ tribe-events-calendar
394
+ #: ../src/Tribe/List_Widget.php:30
395
+ msgid "A widget that displays upcoming events."
396
+ msgstr "Ein Widget, dass die nächsten Veranstaltungen anzeigt."
397
 
398
  # @ tribe-events-calendar
399
+ #: ../src/Tribe/List_Widget.php:38
400
+ msgid "Events List"
401
+ msgstr "Veranstaltungsliste"
402
 
403
  # @ tribe-events-calendar
404
+ #: ../src/Tribe/List_Widget.php:171
405
+ msgid "Upcoming Events"
406
+ msgstr "Anstehende Veranstaltungen"
407
 
408
  # @ tribe-events-calendar
409
+ #: ../src/Tribe/Main.php:487 ../src/functions/template-tags/venue.php:52
410
+ #: ../src/io/csv/admin-views/import.php:45
411
+ msgid "Venues"
412
+ msgstr "Veranstaltungsorte"
413
 
414
  # @ tribe-events-calendar
415
+ #: ../src/Tribe/Main.php:495
416
+ #: ../src/functions/advanced-functions/meta_registration.php:126
417
+ #: ../src/functions/template-tags/venue.php:41
418
+ msgid "Venue"
419
+ msgstr "Veranstaltungsort"
420
 
421
  # @ tribe-events-calendar
422
+ #: ../src/Tribe/Main.php:503 ../src/functions/template-tags/organizer.php:59
423
+ #: ../src/io/csv/admin-views/import.php:46
424
+ msgid "Organizers"
425
+ msgstr "Veranstalter"
426
 
427
  # @ tribe-events-calendar
428
+ #: ../src/Tribe/Main.php:511
429
+ #: ../src/functions/advanced-functions/meta_registration.php:205
430
+ #: ../src/functions/template-tags/organizer.php:48
431
+ msgid "Organizer"
432
+ msgstr "Veranstalter"
433
 
434
  # @ tribe-events-calendar
435
+ #: ../src/Tribe/Main.php:519 ../src/functions/template-tags/general.php:71
436
+ #: ../src/io/csv/admin-views/import.php:47
437
+ msgid "Events"
438
+ msgstr "Veranstaltungen"
439
 
440
  # @ tribe-events-calendar
441
+ #: ../src/Tribe/Main.php:527 ../src/functions/template-tags/general.php:60
442
+ msgid "Event"
443
+ msgstr "Veranstaltung"
444
 
445
  # @ tribe-events-calendar
446
+ #: ../src/Tribe/Main.php:569 ../src/Tribe/Settings.php:132
447
+ #: ../src/admin-views/tribe-options-help.php:169
448
+ msgid "The Events Calendar"
449
+ msgstr "Veranstaltungskalender"
450
 
451
  # @ tribe-events-calendar
452
+ #: ../src/Tribe/Main.php:574
453
+ msgid "month"
454
+ msgstr "Monat"
 
455
 
456
  # @ tribe-events-calendar
457
+ #: ../src/Tribe/Main.php:575
458
+ msgid "list"
459
+ msgstr "Liste"
 
460
 
461
  # @ tribe-events-calendar
462
+ #: ../src/Tribe/Main.php:576
463
+ msgid "upcoming"
464
+ msgstr "anstehend"
465
 
466
  # @ tribe-events-calendar
467
+ #: ../src/Tribe/Main.php:577
468
+ msgid "past"
469
+ msgstr "vergangen"
470
 
471
  # @ tribe-events-calendar
472
+ #: ../src/Tribe/Main.php:578
473
+ msgid "day"
474
+ msgstr "Tag"
 
475
 
476
  # @ tribe-events-calendar
477
+ #: ../src/Tribe/Main.php:579
478
+ msgid "today"
479
+ msgstr "heute"
480
+
481
+ # @ tribe-events-calendar
482
+ #: ../src/Tribe/Main.php:603
483
  #, php-format
484
+ msgid "Initializing Tribe Events on %s"
485
+ msgstr "Tribe Events wird eingerichtet für %s"
486
 
487
  # @ tribe-events-calendar
488
+ #: ../src/Tribe/Main.php:676
489
+ #, php-format
490
  msgid ""
491
+ "Your version of The Events Calendar is not up-to-date with one of your The "
492
+ "Events Calendar add-ons. Please %supdate now.%s"
493
+ msgstr ""
494
+ "Ihre Version des Events Calendar ist nicht aktuell genug, um dieses Add-On "
495
+ "zu nutzen. Bitte %supdaten Sie jetzt%s."
496
+
497
+ #: ../src/Tribe/Main.php:688
498
+ #, php-format
499
+ msgid ""
500
+ "The following plugins are out of date: <b>%s</b>. All add-ons contain "
501
+ "dependencies on The Events Calendar and will not function properly unless "
502
+ "paired with the right version. %sLearn More%s."
503
  msgstr ""
 
 
504
 
505
  # @ tribe-events-calendar
506
+ #: ../src/Tribe/Main.php:748 ../src/Tribe/Main.php:784
507
+ #: ../src/Tribe/Main.php:790
508
+ msgid "Licenses"
509
+ msgstr "Lizenzen"
510
 
511
  # @ tribe-events-calendar
512
+ #: ../src/Tribe/Main.php:753
513
+ #, php-format
514
  msgid ""
515
+ "<p>The license key you received when completing your purchase from %s will "
516
+ "grant you access to support and updates until it expires. You do not need to "
517
+ "enter the key below for the plugins to work, but you will need to enter it "
518
+ "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
519
+ "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
520
+ "unique license key. Simply paste the key into its appropriate field on "
521
+ "below, and give it a moment to validate. You know you're set when a green "
522
+ "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
523
+ "seeing a red message telling you that your key isn't valid or is out of "
524
+ "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
525
+ "installs or renew / upgrade your license.</p><p>Not seeing an update but "
526
+ "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
527
+ "and click \"Check Again\".</p>"
528
  msgstr ""
529
+ "<p>Der Lizenzschlüssel von %s, den Sie beim Kauf erhalten haben, wird Ihnen "
530
+ "Zugriff auf das Supportforum gewähren, bis er abgelaufen ist. Sie müssen den "
531
+ "Schüssel nicht eingeben, damit die Plugins funktionieren, aber um Updates zu "
532
+ "erhalten muss der Schüssel eingegeben sein. Sie finden Ihren Lizenzschlüssel "
533
+ "unter <a href=\"%s\">%s</a>.</p> <p>Jedes bezahlte Plugin hat einen "
534
+ "einzigartigen Lizenzschlüssel. Fügen Sie den Schlüssel einfach in das Feld "
535
+ "ein und warten Sie einen Moment bis er verifiziert ist. </p><p>Wenn eine "
536
+ "Fehlermeldung erscheint, dass Ihre Lizenzsschlüssel nicht gültig sind, gehen "
537
+ "Sie zu <a href=\"%s\" target=\"_blank\">%s</a>, um Ihre Installationen zu "
538
+ "verwalten oder Lizenzschlüssel zu aktualisieren. </p><p>Kein Update obwohl "
539
+ "der Schüssel passt? Gehen Sie in Wordpress zu <a href=\"%s\">Dashboard > "
540
+ "Updates</a> und klicken Sie auf \"Erneut prüfen\".</p>"
541
 
542
  # @ tribe-events-calendar
543
+ #: ../src/Tribe/Main.php:777
544
+ msgid "Display"
545
+ msgstr "Darstellung"
 
 
 
 
 
546
 
547
  # @ tribe-events-calendar
548
+ #: ../src/Tribe/Main.php:796 ../src/Tribe/Main.php:3923
549
+ #: ../src/Tribe/Main.php:4018
550
+ msgid "Help"
551
+ msgstr "Hilfe"
552
 
553
  # @ tribe-events-calendar
554
+ #: ../src/Tribe/Main.php:886
555
+ #, php-format
556
+ msgid ""
557
+ "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
558
+ "your WordPress install."
559
+ msgstr ""
560
+ "Das The Events Calendar Plugin erfordert WordPress Version %s oder h&ouml;"
561
+ "her. Bitte aktualisieren Sie Ihre WordPress-Installation entsprechend, bevor "
562
+ "Sie fortfahren."
563
 
564
  # @ tribe-events-calendar
565
+ #: ../src/Tribe/Main.php:889
566
+ #, php-format
567
+ msgid ""
568
+ "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
569
+ "about moving you to a newer version of PHP."
570
+ msgstr ""
571
+ "Das The Events Calendar Plugin erfordert PHP Version %s oder höher. "
572
+ "Kontaktieren Sie Ihren Webhosting-Anbieter, um auf eine höhere PHP-Version "
573
+ "aktualisieren zu können."
574
 
575
  # @ tribe-events-calendar
576
+ #: ../src/Tribe/Main.php:1176
577
+ msgid "category"
578
+ msgstr "Kategorie"
579
 
580
  # @ tribe-events-calendar
581
+ #: ../src/Tribe/Main.php:1187
582
+ msgid "tag"
583
+ msgstr "Tag"
584
 
585
  # @ tribe-events-calendar
586
+ #: ../src/Tribe/Main.php:1217 ../src/Tribe/Main.php:1230
587
+ #: ../src/Tribe/Main.php:1243
588
+ msgid "Add New"
589
+ msgstr "Hinzufügen"
590
 
591
  # @ tribe-events-calendar
592
+ #: ../src/Tribe/Main.php:1218 ../src/Tribe/Main.php:1231
593
+ #: ../src/Tribe/Main.php:1244 ../src/Tribe/Main.php:1349
594
+ #: ../src/Tribe/Main.php:1350
595
+ #, php-format
596
+ msgid "Add New %s"
597
+ msgstr "%s hinzufügen"
598
 
599
  # @ tribe-events-calendar
600
+ #: ../src/Tribe/Main.php:1219 ../src/Tribe/Main.php:1232
601
+ #: ../src/Tribe/Main.php:1245 ../src/Tribe/Main.php:1370
602
+ #: ../src/Tribe/Main.php:1422 ../src/Tribe/Main.php:3867
603
+ #, php-format
604
+ msgid "Edit %s"
605
+ msgstr "%s bearbeiten"
606
 
607
  # @ tribe-events-calendar
608
+ #: ../src/Tribe/Main.php:1220 ../src/Tribe/Main.php:1233
609
+ #: ../src/Tribe/Main.php:1246
610
+ #, php-format
611
+ msgid "New %s"
612
+ msgstr "%s neu erstellen"
613
 
614
  # @ tribe-events-calendar
615
+ #: ../src/Tribe/Main.php:1221 ../src/Tribe/Main.php:1234
616
+ #: ../src/Tribe/Main.php:1247
617
+ #, php-format
618
+ msgid "View %s"
619
+ msgstr "%s anzeigen"
 
 
 
620
 
621
  # @ tribe-events-calendar
622
+ #: ../src/Tribe/Main.php:1222 ../src/Tribe/Main.php:1235
623
+ #: ../src/Tribe/Main.php:1248
624
+ #, php-format
625
+ msgid "Search %s"
626
+ msgstr "%s suchen"
627
 
628
  # @ tribe-events-calendar
629
+ #: ../src/Tribe/Main.php:1223 ../src/Tribe/Main.php:1236
630
+ #: ../src/Tribe/Main.php:1249
631
+ #, php-format
632
+ msgid "No %s found"
633
+ msgstr "Keine %s gefunden"
634
 
635
  # @ tribe-events-calendar
636
+ #: ../src/Tribe/Main.php:1224 ../src/Tribe/Main.php:1237
637
+ #: ../src/Tribe/Main.php:1250
638
+ #, php-format
639
+ msgid "No %s found in Trash"
640
+ msgstr "%s im Papierkorb nicht gefunden"
641
 
642
+ #: ../src/Tribe/Main.php:1255 ../src/functions/template-tags/general.php:393
643
+ #, php-format
644
+ msgid "%s Category"
645
+ msgstr ""
646
 
647
+ #: ../src/Tribe/Main.php:1256
 
648
  #, php-format
649
+ msgid "Search %s Categories"
 
 
 
 
 
650
  msgstr ""
 
 
 
 
 
 
651
 
652
+ #: ../src/Tribe/Main.php:1257
653
+ #, php-format
654
+ msgid "All %s Categories"
655
+ msgstr ""
656
 
657
+ #: ../src/Tribe/Main.php:1258
658
+ #, php-format
659
+ msgid "Parent %s Category"
660
+ msgstr ""
661
 
662
+ #: ../src/Tribe/Main.php:1259
663
+ #, php-format
664
+ msgid "Parent %s Category:"
665
+ msgstr ""
666
 
667
+ #: ../src/Tribe/Main.php:1260
668
+ #, php-format
669
+ msgid "Edit %s Category"
 
 
670
  msgstr ""
 
 
671
 
672
+ #: ../src/Tribe/Main.php:1261
673
+ #, php-format
674
+ msgid "Update %s Category"
675
+ msgstr ""
676
 
677
+ #: ../src/Tribe/Main.php:1262
678
+ #, php-format
679
+ msgid "Add New %s Category"
680
+ msgstr ""
681
+
682
+ #: ../src/Tribe/Main.php:1263
683
+ #, php-format
684
+ msgid "New %s Category Name"
685
+ msgstr ""
686
+
687
+ #: ../src/Tribe/Main.php:1280
688
+ #, php-format
689
+ msgid "%1$s updated. <a href=\"%2$s\">View %3$s</a>"
690
+ msgstr ""
691
 
692
  # @ tribe-events-calendar
693
+ #: ../src/Tribe/Main.php:1281 ../src/Tribe/Main.php:1301
694
+ #: ../src/Tribe/Main.php:1320
695
+ msgid "Custom field updated."
696
+ msgstr "Benutzerdefiniertes Feld aktualisiert."
697
 
698
  # @ tribe-events-calendar
699
+ #: ../src/Tribe/Main.php:1282 ../src/Tribe/Main.php:1302
700
+ #: ../src/Tribe/Main.php:1321
701
+ msgid "Custom field deleted."
702
+ msgstr "Benutzerdefiniertes Feld gel&ouml;scht."
703
 
704
  # @ tribe-events-calendar
705
+ #: ../src/Tribe/Main.php:1283 ../src/Tribe/Main.php:1300
706
+ #: ../src/Tribe/Main.php:1303 ../src/Tribe/Main.php:1319
707
+ #: ../src/Tribe/Main.php:1322
708
+ #, php-format
709
+ msgid "%s updated."
710
+ msgstr "%s aktualisiert."
711
+
712
+ #: ../src/Tribe/Main.php:1285
713
+ #, php-format
714
+ msgid "%1$s restored to revision from %2$s"
715
+ msgstr ""
716
+
717
+ #: ../src/Tribe/Main.php:1286
718
+ #, php-format
719
+ msgid "Event published. <a href=\"%1$s\">View %2$s</a>"
720
+ msgstr ""
721
 
722
  # @ tribe-events-calendar
723
+ #: ../src/Tribe/Main.php:1287 ../src/Tribe/Main.php:1307
724
+ #: ../src/Tribe/Main.php:1326
725
+ #, php-format
726
+ msgid "%s saved."
727
+ msgstr "%s gespeichert."
728
+
729
+ #: ../src/Tribe/Main.php:1288
730
+ #, php-format
731
+ msgid "%1$s submitted. <a target=\"_blank\" href=\"%2$s\">Preview %3$s</a>"
732
+ msgstr ""
733
+
734
+ #: ../src/Tribe/Main.php:1290
735
+ #, php-format
736
  msgid ""
737
+ "%1$s scheduled for: <strong>%2$s</strong>. <a target=\"_blank\" href=\"%3$s"
738
+ "\">Preview %4$s</a>"
739
  msgstr ""
 
 
740
 
741
  # @ tribe-events-calendar
742
+ #: ../src/Tribe/Main.php:1293 ../src/Tribe/Main.php:1312
743
+ #: ../src/Tribe/Main.php:1331
744
+ msgid "M j, Y @ G:i"
745
+ msgstr "M j, Y @ G:i"
746
 
747
+ #: ../src/Tribe/Main.php:1295
748
+ #, php-format
749
+ msgid "%1$s draft updated. <a target=\"_blank\" href=\"%2$s\">Preview %3$s</a>"
750
+ msgstr ""
751
 
752
  # @ tribe-events-calendar
753
+ #: ../src/Tribe/Main.php:1305 ../src/Tribe/Main.php:1324
754
+ #, php-format
755
+ msgid "%s restored to revision from %s"
756
+ msgstr "%s wieder hergestellt zu Revisionen von %s"
757
 
758
  # @ tribe-events-calendar
759
+ #: ../src/Tribe/Main.php:1306 ../src/Tribe/Main.php:1325
760
+ #, php-format
761
+ msgid "%s published."
762
+ msgstr "%s veröffentlicht."
763
 
764
  # @ tribe-events-calendar
765
+ #: ../src/Tribe/Main.php:1308 ../src/Tribe/Main.php:1327
766
+ #, php-format
767
+ msgid "%s submitted."
768
+ msgstr "%s eingereicht."
769
 
770
  # @ tribe-events-calendar
771
+ #: ../src/Tribe/Main.php:1310 ../src/Tribe/Main.php:1329
772
+ #, php-format
773
+ msgid "%s scheduled for: <strong>%2$s</strong>."
774
+ msgstr "%s geplant für: <strong>%2s</strong>."
775
 
776
  # @ tribe-events-calendar
777
+ #: ../src/Tribe/Main.php:1314 ../src/Tribe/Main.php:1333
778
+ #, php-format
779
+ msgid "%s draft updated."
780
+ msgstr "%s Entwurf aktualisiert."
781
 
782
  # @ tribe-events-calendar
783
+ #: ../src/Tribe/Main.php:1369 ../src/Tribe/Main.php:1420
784
+ #, php-format
785
+ msgid "Use Saved %s:"
786
+ msgstr "%s wählen oder neu erstellen:"
787
 
788
+ #: ../src/Tribe/Main.php:1397
 
789
  msgid ""
790
+ "Without a defined location your event will not display a <a href=\"https://"
791
+ "support.google.com/webmasters/answer/164506\" target=\"_blank\">Google Rich "
792
+ "Snippet</a> on the search results."
 
793
  msgstr ""
 
 
 
 
794
 
795
  # @ tribe-events-calendar
796
+ #: ../src/Tribe/Main.php:1485 ../src/Tribe/Main.php:1566
797
+ #, php-format
798
+ msgid "Use New %s"
799
+ msgstr "Erstelle neuen %s"
800
 
801
  # @ tribe-events-calendar
802
+ #: ../src/Tribe/Main.php:1487 ../src/Tribe/Main.php:1568
803
+ #, php-format
804
+ msgid "My %s"
805
+ msgstr "Vorhandene %s"
 
 
 
 
 
806
 
807
  # @ tribe-events-calendar
808
+ #: ../src/Tribe/Main.php:1492 ../src/Tribe/Main.php:1573
809
+ #, php-format
810
+ msgid "Available %s"
811
+ msgstr "Verfügbare %s"
812
 
813
  # @ tribe-events-calendar
814
+ #: ../src/Tribe/Main.php:1503 ../src/Tribe/Main.php:1584
815
+ #, php-format
816
+ msgid "No saved %s exists."
817
+ msgstr "Es existieren keine %s."
 
 
 
 
818
 
819
  # @ tribe-events-calendar
820
+ #: ../src/Tribe/Main.php:1730
821
+ msgid "Next"
822
+ msgstr "Nächste"
823
 
824
  # @ tribe-events-calendar
825
+ #: ../src/Tribe/Main.php:1731
826
+ msgid "Prev"
827
+ msgstr "Vorherige"
 
 
 
 
828
 
829
  # @ tribe-events-calendar
830
+ #: ../src/Tribe/Main.php:1732 ../src/functions/template-tags/day.php:106
831
+ msgid "Today"
832
+ msgstr "Heute"
833
 
834
  # @ tribe-events-calendar
835
+ #: ../src/Tribe/Main.php:1733
836
+ msgid "Done"
837
+ msgstr "Erledigt"
 
 
 
 
838
 
839
  # @ tribe-events-calendar
840
+ #: ../src/Tribe/Main.php:1930
841
+ msgid "Network"
842
+ msgstr "Netzwerk"
843
 
844
  # @ tribe-events-calendar
845
+ #: ../src/Tribe/Main.php:3389 ../src/Tribe/Main.php:3424
846
+ #: ../src/functions/template-tags/day.php:159
847
+ #: ../src/functions/template-tags/day.php:181
848
+ msgid "Date out of range."
849
+ msgstr "Datum außerhalb des Bereichs."
850
+
851
+ #: ../src/Tribe/Main.php:3460
852
+ #, php-format
853
+ msgid "%s Options"
854
+ msgstr ""
855
+
856
+ #: ../src/Tribe/Main.php:3467 ../src/Tribe/Main.php:3478
857
+ #, php-format
858
+ msgid "%s Information"
859
  msgstr ""
 
 
860
 
861
  # @ tribe-events-calendar
862
+ #: ../src/Tribe/Main.php:3664
863
+ msgid "Support"
864
+ msgstr "Unterstützung"
865
 
866
  # @ tribe-events-calendar
867
+ #: ../src/Tribe/Main.php:3667
868
+ msgid "View All Add-Ons"
869
+ msgstr "Alle Erweiterungen (Add-Ons) ansehen"
 
 
870
 
871
  # @ tribe-events-calendar
872
+ #: ../src/Tribe/Main.php:3688
873
+ msgid "News from Modern Tribe"
874
+ msgstr "Neues von Modern Tribe"
875
 
876
  # @ tribe-events-calendar
877
+ #: ../src/Tribe/Main.php:3752
878
+ msgid "Additional Functionality"
879
+ msgstr "Erweiterte Funktionalität"
880
 
881
  # @ tribe-events-calendar
882
+ #: ../src/Tribe/Main.php:3757
883
  msgid ""
884
+ "Looking for additional functionality including recurring events, ticket "
885
+ "sales, publicly submitted events, new views and more?"
886
  msgstr ""
887
+ "Benötigen Sie weitere Funktionen inklusive wiederkehrende Veranstaltungen, "
888
+ "Kartenverkauf, Öffentliche Veranstaltungserstellung, neue Ansichten und mehr?"
 
889
 
890
  # @ tribe-events-calendar
891
+ #: ../src/Tribe/Main.php:3758
892
+ #, php-format
893
+ msgid "Check out the <a href=\"%s\">available add-ons</a>."
894
+ msgstr "Nutzen Sie unsere <a href=\"%s\">Veranstaltungserweiterungen</a>."
895
 
896
+ #: ../src/Tribe/Main.php:3809
897
+ #, php-format
898
+ msgid "%s"
 
 
899
  msgstr ""
 
 
 
900
 
901
  # @ tribe-events-calendar
902
+ #: ../src/Tribe/Main.php:3846 ../src/Tribe/Main.php:3943
903
+ msgid "View Calendar"
904
+ msgstr "Kalenderansicht"
905
 
906
+ #: ../src/Tribe/Main.php:3856
907
+ #, php-format
908
+ msgid "Add %s"
909
+ msgstr ""
910
 
911
  # @ tribe-events-calendar
912
+ #: ../src/Tribe/Main.php:3888
913
+ msgid "CSV"
914
+ msgstr "CSV"
915
 
916
  # @ tribe-events-calendar
917
+ #: ../src/Tribe/Main.php:3910 ../src/Tribe/Main.php:4000
918
+ #: ../src/Tribe/Settings.php:161
919
+ msgid "Settings"
920
+ msgstr "Einstellungen"
921
 
922
  # @ tribe-events-calendar
923
+ #: ../src/Tribe/Main.php:4001
924
+ msgid "Calendar"
925
+ msgstr "Kalender"
 
 
 
 
 
926
 
927
  # @ tribe-events-calendar
928
+ #: ../src/Tribe/Main.php:4078
929
+ msgid "List"
930
+ msgstr "Liste"
931
 
932
  # @ tribe-events-calendar
933
+ #: ../src/Tribe/Main.php:4096
934
+ msgid "Month"
935
+ msgstr "Monat"
936
 
937
  # @ tribe-events-calendar
938
+ #: ../src/Tribe/Main.php:4113
939
+ msgid "Day"
940
+ msgstr "Tag"
 
 
 
 
 
 
 
941
 
942
  # @ tribe-events-calendar
943
+ #: ../src/Tribe/Main.php:4138 ../src/Tribe/Main.php:4139
944
+ msgid "Search"
945
+ msgstr "Suche"
 
946
 
947
  # @ tribe-events-calendar
948
+ #: ../src/Tribe/Main.php:4164 ../src/Tribe/Main.php:4180
949
+ msgid "Date"
950
+ msgstr "Datum"
951
+
952
+ #: ../src/Tribe/Main.php:4167
953
+ #, php-format
954
+ msgid "%s In"
955
  msgstr ""
 
 
 
956
 
957
+ #: ../src/Tribe/Main.php:4169
958
+ #, php-format
959
+ msgid "%s From"
960
+ msgstr ""
961
 
962
  # @ tribe-events-calendar
963
+ #: ../src/Tribe/Main.php:4171
964
+ msgid "Day Of"
965
+ msgstr "Tag"
966
+
967
+ #: ../src/Tribe/Main.php:4249
968
+ msgid "Once Every 30 Mins"
969
+ msgstr ""
970
 
971
  # @ tribe-events-calendar
972
+ #: ../src/Tribe/Options_Exception.php:19 ../src/Tribe/Post_Exception.php:22
973
+ msgid "Error"
974
+ msgstr "Fehler"
975
 
976
  # @ tribe-events-calendar
977
+ #: ../src/Tribe/PUE/Checker.php:305
978
+ #: ../src/pue/admin-views/license-key.view.php:12
979
+ #: ../src/pue/admin-views/license-key.view.php:16
980
+ msgid "License Key"
981
+ msgstr "Lizenzschlüssel"
982
 
983
  # @ tribe-events-calendar
984
+ #: ../src/Tribe/PUE/Checker.php:306
985
+ #: ../src/pue/admin-views/license-key.view.php:29
986
+ msgid "A valid license key is required for support and updates"
987
+ msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
 
 
 
988
 
989
  # @ tribe-events-calendar
990
+ #: ../src/Tribe/PUE/Checker.php:375
991
+ msgid "License key(s) updated."
992
+ msgstr "Lizenzschlüssel aktualisiert."
 
 
 
993
 
994
  # @ tribe-events-calendar
995
+ #: ../src/Tribe/PUE/Checker.php:415
996
+ msgid "Sorry, key validation server is not available."
997
+ msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
998
 
999
  # @ tribe-events-calendar
1000
+ #: ../src/Tribe/PUE/Checker.php:417
1001
+ msgid "Sorry, this key is expired."
1002
+ msgstr "Sorry, dein Lizenzschlüssel ist abgelaufen"
1003
 
1004
  # @ tribe-events-calendar
1005
+ #: ../src/Tribe/PUE/Checker.php:420
1006
+ msgid "Sorry, this key is out of installs."
1007
  msgstr ""
1008
+ "Sorry, dein Lizenzschlüssel wurde schon bei einer anderen Installation "
1009
+ "verwendet"
1010
+
1011
+ # @ default
1012
+ #: ../src/Tribe/PUE/Checker.php:421
1013
+ msgid "Why am I seeing this message?"
1014
+ msgstr "Warum sehe ich diese Nachricht?"
1015
 
1016
  # @ tribe-events-calendar
1017
+ #: ../src/Tribe/PUE/Checker.php:424
1018
+ msgid "Sorry, this key is not valid."
1019
+ msgstr "Sorry, dein Lizenzschlüssel ist ungültig"
 
 
 
 
 
1020
 
1021
  # @ tribe-events-calendar
1022
+ #: ../src/Tribe/PUE/Checker.php:427
1023
+ #, php-format
1024
+ msgid "Valid Key! Expires on %s"
1025
+ msgstr "Gültiger Schlüssel! Erlischt am %s"
1026
 
1027
  # @ tribe-events-calendar
1028
+ #: ../src/Tribe/PUE/Checker.php:431
1029
  #, php-format
1030
  msgid ""
1031
+ "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1032
+ "\">support.</a>"
 
 
1033
  msgstr ""
1034
+ "Hmm... irgendwas ist schiefgelaufen. Bitte kontaktiere den <a href=\"%s"
1035
+ "\">support.</a>"
 
 
 
1036
 
1037
  # @ tribe-events-calendar
1038
+ #: ../src/Tribe/Settings.php:160 ../src/Tribe/Settings.php:176
1039
+ msgid "The Events Calendar Settings"
1040
+ msgstr "Veranstaltungskalender Einstellungen"
1041
+
1042
+ # @ tribe-events-calendar
1043
+ #: ../src/Tribe/Settings.php:176
1044
+ msgid "Events Settings"
1045
+ msgstr "Veranstaltungseinstellungen"
1046
 
1047
  # @ tribe-events-calendar
1048
+ #: ../src/Tribe/Settings.php:239
1049
  #, php-format
1050
+ msgid "%s Settings"
1051
+ msgstr "%s Einstellungen"
1052
 
1053
  # @ tribe-events-calendar
1054
+ #: ../src/Tribe/Settings.php:253
1055
+ msgid "You've requested a non-existent tab."
1056
+ msgstr "Sie sprechen eine nicht vorhandenen Tab an."
 
1057
 
1058
  # @ tribe-events-calendar
1059
+ #: ../src/Tribe/Settings.php:261
1060
+ msgid " Save Changes"
1061
+ msgstr "Änderungen speichern"
1062
 
1063
  # @ tribe-events-calendar
1064
+ #: ../src/Tribe/Settings.php:311
1065
+ msgid "You don't have permission to do that."
1066
+ msgstr "Sie haben nicht die nötigen Rechte dafür."
 
 
 
 
 
1067
 
1068
  # @ tribe-events-calendar
1069
+ #: ../src/Tribe/Settings.php:317
1070
+ msgid "The request was sent insecurely."
1071
+ msgstr "Die Anfrage wurde unverschlüsselt gesendet."
1072
 
1073
  # @ tribe-events-calendar
1074
+ #: ../src/Tribe/Settings.php:323
1075
+ msgid "The request wasn't sent from this tab."
1076
+ msgstr "Die Anfrage wurde nicht von diesem Tab gesendet."
 
 
 
 
 
1077
 
1078
  # @ tribe-events-calendar
1079
+ #: ../src/Tribe/Settings.php:491
1080
+ msgid "Your form had the following errors:"
1081
+ msgstr "Ihr Formular hat folgende Fehler:"
1082
+
1083
+ # @ default
1084
+ #: ../src/Tribe/Settings.php:500
1085
+ msgid "None of your settings were saved. Please try again."
1086
+ msgstr "Die Eintellungen konnten gespeichert werden. Versuchen Sie es erneut."
1087
 
1088
  # @ tribe-events-calendar
1089
+ #: ../src/Tribe/Settings.php:500
1090
  msgid ""
1091
+ "The above setting was not saved. Other settings were successfully saved."
1092
+ msgid_plural ""
1093
+ "The above settings were not saved. Other settings were successfully saved."
1094
+ msgstr[0] ""
1095
+ "Die obige Einstellung wurde nicht gespeichert. Andere Einstellungen wurden "
1096
+ "erfolgreich gespeichert."
1097
+ msgstr[1] ""
1098
+ "Die obigen Einstellungen wurde nicht gespeichert. Andere Einstellungen "
1099
+ "wurden erfolgreich gespeichert."
1100
 
1101
  # @ tribe-events-calendar
1102
+ #: ../src/Tribe/Settings_Tab.php:221
1103
+ msgid "There are no fields setup for this tab yet."
1104
+ msgstr "Es sind noch keine Boxen für diesen Tab definiert."
1105
 
1106
  # @ tribe-events-calendar
1107
+ #: ../src/Tribe/Support.php:44
1108
  msgid ""
1109
+ "Sometimes it's hard to tell what's going wrong without knowing more about "
1110
+ "your system steup. For your convenience, we've put together a little report "
1111
+ "on what's cooking under the hood."
1112
  msgstr ""
1113
+ "Ohne detailierte Informationen eines System ist eine Fehlersuche häufig "
1114
+ "schwierig. Um die Fehlersuche zu vereinfachen, haben wir einen Bericht über "
1115
+ "die Systemeinstellungen zusammengestellt."
1116
 
1117
  # @ tribe-events-calendar
1118
+ #: ../src/Tribe/Support.php:45
1119
+ msgid ""
1120
+ "If you suspect that the problem you're having is related to another plugin, "
1121
+ "or we're just plain having trouble reproducing your bug report, please copy "
1122
+ "and send all of this to our support team."
1123
+ msgstr ""
1124
+ "Wenn Sie vermuten, dass das Problem mit einem anderen Plugin zusammenhängt "
1125
+ "oder wir Probleme haben den Fehler nachzustellen, kopieren Sie bitte die "
1126
+ "Daten und senden Sie sie an unser Support Team."
1127
 
1128
  # @ tribe-events-calendar
1129
+ #: ../src/Tribe/Support.php:49
1130
+ msgid "System Information"
1131
+ msgstr "Systeminformationen"
1132
 
1133
  # @ tribe-events-calendar
1134
+ #: ../src/Tribe/Support.php:135
1135
+ msgid "Unknown or not set"
1136
+ msgstr "Unbekannt oder nicht gesetzt."
 
 
1137
 
1138
  # @ tribe-events-calendar
1139
+ #: ../src/Tribe/Template/Day.php:99 ../src/Tribe/Template/Day.php:115
1140
+ msgid "All Day"
1141
+ msgstr "Ganztägig"
1142
 
1143
  # @ tribe-events-calendar
1144
+ #: ../src/Tribe/Template/Day.php:102 ../src/Tribe/Template/Day.php:118
1145
+ msgid "Ongoing"
1146
+ msgstr "laufend"
1147
 
1148
+ #: ../src/Tribe/Template/Day.php:136
1149
+ #, php-format
1150
+ msgid ""
1151
+ "No matching %s listed under %s scheduled for <strong>%s</strong>. Please try "
1152
+ "another day."
1153
+ msgstr ""
1154
 
1155
+ #: ../src/Tribe/Template/Day.php:138
1156
+ #, php-format
1157
+ msgid "No %s scheduled for <strong>%s</strong>. Please try another day."
1158
+ msgstr ""
1159
 
1160
  # @ tribe-events-calendar
1161
+ #: ../src/Tribe/Template/Month.php:139
1162
+ #, php-format
1163
+ msgid ""
1164
+ "There were no results found for <strong>\"%s\"</strong> this month. Try "
1165
+ "searching next month."
1166
+ msgstr ""
1167
+ "Es wurden keine Ergebnisse für <strong>\"%s\"</strong> in diesem Monat "
1168
+ "gefunden. Versuchen Sie es mit dem nächsten Monat."
1169
 
1170
+ #: ../src/Tribe/Template/Month.php:142
1171
+ #, php-format
1172
  msgid ""
1173
+ "No matching %s listed under %s. Please try viewing the full calendar for a "
1174
+ "complete list of events."
 
1175
  msgstr ""
 
 
 
1176
 
1177
  # @ tribe-events-calendar
1178
+ #: ../src/Tribe/Template/Month.php:144 ../src/Tribe/Template_Factory.php:366
1179
+ msgid "There were no results found."
1180
+ msgstr "Es wurden keine Ergebnisse gefunden."
1181
 
1182
+ #: ../src/Tribe/Template/Month.php:333
 
1183
  #, php-format
1184
  msgid ""
1185
+ "The requested date \"%s\" was not valid &ndash; showing the current month "
1186
+ "instead"
1187
+ msgstr ""
1188
+
1189
+ #: ../src/Tribe/Template/Single_Event.php:120
1190
+ #, php-format
1191
+ msgid "This %s has passed."
1192
  msgstr ""
 
 
 
 
 
1193
 
1194
  # @ tribe-events-calendar
1195
+ #: ../src/Tribe/Template_Factory.php:353
1196
+ #, php-format
1197
+ msgid "There were no results found for <strong>\"%s\"</strong>."
1198
+ msgstr "Es gab keine Ergebnisse für <strong>\"%s\"</strong>."
1199
+
1200
+ #: ../src/Tribe/Template_Factory.php:355
1201
+ #, php-format
1202
+ msgid "No results were found for %s in or near <strong>\"%s\"</strong>."
1203
+ msgstr ""
1204
+
1205
+ #: ../src/Tribe/Template_Factory.php:357
1206
+ #, php-format
1207
+ msgid ""
1208
+ "No upcoming %s listed under %s. Check out upcoming %s for this category or "
1209
+ "view the full calendar."
1210
+ msgstr ""
1211
+
1212
+ #: ../src/Tribe/Template_Factory.php:359 ../src/Tribe/Template_Factory.php:364
1213
+ #, php-format
1214
+ msgid ""
1215
+ "No matching %s listed under %s. Please try viewing the full calendar for a "
1216
+ "complete list of %s."
1217
+ msgstr ""
1218
+
1219
+ #: ../src/Tribe/Template_Factory.php:361
1220
+ #, php-format
1221
+ msgid "No previous %s "
1222
+ msgstr ""
1223
 
1224
  # @ tribe-events-calendar
1225
+ #: ../src/Tribe/Templates.php:584
1226
+ #, php-format
1227
+ msgid "Template overrides should be moved to the correct subdirectory: %s"
1228
+ msgstr "Vorlage sollte in das richtige Unterverzeichnis verschoben werden: %s"
1229
 
1230
  # @ tribe-events-calendar
1231
+ #: ../src/Tribe/Templates.php:626
1232
+ #, php-format
1233
+ msgid ""
1234
+ "Template overrides should be moved to the correct subdirectory: "
1235
+ "tribe_get_template_part('%s')"
1236
  msgstr ""
1237
+ "Template Overrides müssen in das richtige Unterverzeichnis verschoben "
1238
+ "werden: tribe_get_template_part('%s')"
1239
 
1240
  # @ tribe-events-calendar
1241
+ #: ../src/Tribe/Tickets/Attendees_Table.php:65
1242
+ msgid "Order #"
1243
+ msgstr "Bestellnummer"
1244
 
1245
  # @ tribe-events-calendar
1246
+ #: ../src/Tribe/Tickets/Attendees_Table.php:66
1247
+ msgid "Order Status"
1248
+ msgstr "Bestellstatus"
 
1249
 
1250
  # @ tribe-events-calendar
1251
+ #: ../src/Tribe/Tickets/Attendees_Table.php:67
1252
+ msgid "Purchaser name"
1253
+ msgstr "Käufer Name"
 
1254
 
1255
  # @ tribe-events-calendar
1256
+ #: ../src/Tribe/Tickets/Attendees_Table.php:68
1257
+ msgid "Purchaser email"
1258
+ msgstr "Käufer E-Mail"
1259
 
1260
  # @ tribe-events-calendar
1261
+ #: ../src/Tribe/Tickets/Attendees_Table.php:69
1262
+ msgid "Ticket type"
1263
+ msgstr "Karten Art"
1264
 
1265
  # @ tribe-events-calendar
1266
+ #: ../src/Tribe/Tickets/Attendees_Table.php:70
1267
+ #: ../src/views/tickets/email.php:305
1268
+ msgid "Ticket #"
1269
+ msgstr "Kartennummer"
1270
 
1271
  # @ tribe-events-calendar
1272
+ #: ../src/Tribe/Tickets/Attendees_Table.php:71
1273
+ #: ../src/views/tickets/email.php:317
1274
+ msgid "Security Code"
1275
+ msgstr "Sicherheitscode"
1276
 
1277
  # @ tribe-events-calendar
1278
+ #: ../src/Tribe/Tickets/Attendees_Table.php:72
1279
+ #: ../src/Tribe/Tickets/Attendees_Table.php:159
1280
+ #: ../src/Tribe/Tickets/Attendees_Table.php:226
1281
+ msgid "Check in"
1282
+ msgstr "einchecken"
1283
 
1284
  # @ tribe-events-calendar
1285
+ #: ../src/Tribe/Tickets/Attendees_Table.php:160
1286
+ #: ../src/Tribe/Tickets/Attendees_Table.php:227
1287
+ msgid "Undo Check in"
1288
+ msgstr "einchecken rückgängig machen"
1289
 
1290
  # @ tribe-events-calendar
1291
+ #: ../src/Tribe/Tickets/Attendees_Table.php:195
1292
+ msgid "Print"
1293
+ msgstr "Drucken"
1294
 
1295
  # @ tribe-events-calendar
1296
+ #: ../src/Tribe/Tickets/Attendees_Table.php:196
1297
+ msgid "Email"
1298
+ msgstr "E-Mail"
1299
 
1300
  # @ tribe-events-calendar
1301
+ #: ../src/Tribe/Tickets/Attendees_Table.php:205 ../src/Tribe/iCal.php:121
1302
+ msgid "Export"
1303
+ msgstr "Export"
1304
+
1305
+ #: ../src/Tribe/Tickets/Attendees_Table.php:212
1306
+ msgid "Filter by purchaser name, ticket #, order # or security code"
1307
+ msgstr ""
1308
 
1309
  # @ tribe-events-calendar
1310
+ #: ../src/Tribe/Tickets/Attendees_Table.php:228
1311
+ #: ../src/admin-views/tickets/list.php:22
1312
+ msgid "Delete"
1313
+ msgstr "Löschen"
1314
 
1315
+ # @ default
1316
  # @ tribe-events-calendar
1317
+ #: ../src/Tribe/Tickets/Metabox.php:26
1318
+ #: ../src/admin-views/admin-update-message.php:52
1319
+ msgid "Tickets"
1320
+ msgstr "Karten"
1321
 
1322
  # @ tribe-events-calendar
1323
+ #: ../src/Tribe/Tickets/Metabox.php:71
1324
+ msgid "Ticket header image"
1325
+ msgstr "Karten Bild"
1326
+
1327
+ # @ tribe-events-calendar
1328
+ #: ../src/Tribe/Tickets/Metabox.php:72
1329
+ msgid "Set as ticket header"
1330
+ msgstr "Ein Karten Bild senden"
 
1331
 
1332
  # @ tribe-events-calendar
1333
+ #: ../src/Tribe/Tickets/Tickets.php:328
1334
+ msgid "Your ticket has been saved."
1335
+ msgstr "Ihre Karte wurde gespeichert."
1336
+
1337
+ # @ tribe-events-calendar
1338
+ #: ../src/Tribe/Tickets/Tickets.php:409
1339
+ msgid "Your ticket has been deleted."
1340
+ msgstr "Ihre Karte wurde gelöscht."
1341
+
1342
+ # @ tribe-events-calendar
1343
+ #: ../src/Tribe/Tickets/Tickets_Pro.php:78
1344
+ #: ../src/admin-views/tickets/list.php:41
1345
+ msgid "See who purchased tickets to this event"
1346
+ msgstr "Anzeigen wer Karten für die Veranstaltung gekauft hat"
1347
+
1348
+ # @ tribe-events-calendar
1349
+ #: ../src/Tribe/Tickets/Tickets_Pro.php:78
1350
+ #: ../src/admin-views/tickets/attendees.php:11
1351
+ #: ../src/admin-views/tickets/list.php:41
1352
+ msgid "Attendees"
1353
+ msgstr "Teilnehmer"
1354
+
1355
+ # @ tribe-events-calendar
1356
+ #: ../src/Tribe/Tickets/Tickets_Pro.php:118
1357
+ msgid "You need to select a user or type a valid email address"
1358
+ msgstr "Sie müssen einen Nutzer oder eine gültige E-Mailadresse wählen"
1359
+
1360
+ # @ tribe-events-calendar
1361
+ #: ../src/Tribe/Tickets/Tickets_Pro.php:119
1362
+ msgid "Sending..."
1363
+ msgstr "Senden..."
1364
+
1365
+ # @ tribe-events-calendar
1366
+ #: ../src/Tribe/Tickets/Tickets_Pro.php:149
1367
+ msgid "Columns"
1368
+ msgstr "Spalten"
1369
+
1370
+ # @ tribe-events-calendar
1371
+ #: ../src/Tribe/Tickets/Tickets_Pro.php:150
1372
  msgid ""
1373
+ "You can use Screen Options to select which columns you want to see. The "
1374
+ "selection works in the table below, in the email, for print and for the CSV "
1375
+ "export."
1376
  msgstr ""
1377
+ "Verwenden Sie die Bildschirmoptionen, um auszuwählen, welche Spalten "
1378
+ "angezeigt werden sollen. Die Auswahl kann in der Tabelle unten für eMail, "
1379
+ "Druck oder CSV-Export genutzt werden."
1380
+
1381
+ # @ tribe-events-calendar
1382
+ #: ../src/Tribe/Tickets/Tickets_Pro.php:243
1383
+ msgid "Yes"
1384
+ msgstr "Ja"
1385
 
1386
  # @ tribe-events-calendar
1387
+ #: ../src/Tribe/Tickets/Tickets_Pro.php:275
1388
+ msgid "attendees"
1389
+ msgstr "Teilnehmer"
1390
+
1391
+ # @ tribe-events-calendar
1392
+ #: ../src/Tribe/Tickets/Tickets_Pro.php:329
1393
  #, php-format
1394
+ msgid "Attendee List for: %s"
1395
+ msgstr "Teilnehmer Liste für: %s"
1396
+
1397
+ # @ tribe-events-calendar
1398
+ #: ../src/Tribe/Validate.php:76 ../src/Tribe/Validate.php:117
1399
+ msgid "Invalid or incomplete field passed"
1400
+ msgstr "Unvollständig oder fehlerhaft."
1401
+
1402
+ # @ tribe-events-calendar
1403
+ #: ../src/Tribe/Validate.php:77 ../src/Tribe/Validate.php:112
1404
+ #: ../src/Tribe/Validate.php:118
1405
+ msgid "Field ID:"
1406
+ msgstr "Feld ID:"
1407
+
1408
+ # @ tribe-events-calendar
1409
+ #: ../src/Tribe/Validate.php:111
1410
+ msgid "Non-existant field validation function passed"
1411
+ msgstr "Prüfung für nicht vorhandenes Feld durchgeführt"
1412
 
1413
  # @ tribe-events-calendar
1414
+ #: ../src/Tribe/Validate.php:112
1415
+ msgctxt "non-existant function name passed for field validation"
1416
+ msgid "with function name:"
1417
+ msgstr "mit dem Funktionsnamen:"
1418
+
1419
+ # @ tribe-events-calendar
1420
+ #: ../src/Tribe/Validate.php:135 ../src/Tribe/Validate.php:151
1421
  #, php-format
1422
+ msgid "%s must contain numbers and letters only"
1423
+ msgstr "%s darf nur Zahlen und Buchstaben enthalten"
 
 
 
 
 
 
 
 
1424
 
1425
  # @ tribe-events-calendar
1426
+ #: ../src/Tribe/Validate.php:167
1427
+ #, php-format
1428
+ msgid "%s must contain numbers, letters and dots only"
1429
+ msgstr "%s darf nur Zahlen, Buchstaben oder Punkte enthalten"
 
 
 
1430
 
1431
  # @ tribe-events-calendar
1432
+ #: ../src/Tribe/Validate.php:181
1433
  #, php-format
1434
+ msgid "%s must be a positive number."
1435
+ msgstr "%s muss eine positive Zahl sein."
 
 
 
 
 
 
1436
 
1437
  # @ tribe-events-calendar
1438
+ #: ../src/Tribe/Validate.php:196
1439
  #, php-format
1440
+ msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
 
 
1441
  msgstr ""
1442
+ "%s muss eine gültige Ausgangsform haben (Nummern, Buchstaben, "
1443
+ "Gedankenstriche und Unterstreichungen)."
1444
 
1445
  # @ tribe-events-calendar
1446
+ #: ../src/Tribe/Validate.php:211
1447
  #, php-format
1448
+ msgid "%s must be a valid absolute URL."
1449
+ msgstr "%s muss eine gültige URL sein."
 
 
 
 
1450
 
1451
  # @ tribe-events-calendar
1452
+ #: ../src/Tribe/Validate.php:227 ../src/Tribe/Validate.php:244
1453
+ #: ../src/Tribe/Validate.php:266
1454
  #, php-format
1455
+ msgid "%s must have a value that's part of its options."
1456
+ msgstr "%s muss eine Wert haben, der Teil der Optionen ist."
 
 
 
 
 
 
1457
 
1458
  # @ tribe-events-calendar
1459
+ #: ../src/Tribe/Validate.php:280
1460
+ #, php-format
1461
  msgid ""
1462
+ "Comparison validation failed because no comparison value was provided, for "
1463
+ "field %s"
1464
  msgstr ""
1465
+ "Der Vergleich ist fehlgeschlagen, weil keine Eingabe im Feld %s gefunden "
1466
+ "wurde"
1467
 
1468
  # @ tribe-events-calendar
1469
+ #: ../src/Tribe/Validate.php:287
1470
  #, php-format
1471
+ msgid "%s cannot be the same as %s."
1472
+ msgstr "%s kann nicht dasselbe sein wie %s."
 
 
 
 
 
 
1473
 
1474
  # @ tribe-events-calendar
1475
+ #: ../src/Tribe/Validate.php:289
1476
  #, php-format
1477
+ msgid "%s cannot be a duplicate"
1478
+ msgstr "%s kann nicht vervielfältigt werden"
1479
+
1480
+ # @ tribe-events-calendar
1481
+ #: ../src/Tribe/Validate.php:305
1482
+ #, php-format
1483
+ msgid "%s must be a number or percentage."
1484
+ msgstr "%s muss eine Zahl oder Prozentsatz sein."
 
 
 
 
 
 
 
1485
 
1486
  # @ tribe-events-calendar
1487
+ #: ../src/Tribe/Validate.php:359
1488
+ #, php-format
1489
+ msgid "%s must be a number between 0 and 21."
1490
+ msgstr "%s muss eine Zahl zwischen 0 und 21 sein."
1491
+
1492
+ # @ tribe-events-calendar
1493
+ #: ../src/Tribe/Validate.php:375
1494
  #, php-format
1495
  msgid ""
1496
+ "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
 
1497
  msgstr ""
1498
+ "%s darf nur aus Buchstaben, Zahlen, Gedankenstrichen, Apostrophe und "
1499
+ "Leerzeichen bestehen. "
 
1500
 
1501
  # @ tribe-events-calendar
1502
+ #: ../src/Tribe/Validate.php:391
1503
  #, php-format
1504
+ msgid "%s must consist of letters, spaces, apostrophes, and dashes."
 
 
 
 
 
1505
  msgstr ""
1506
+ "%s muss aus Buchstaben, Leerzeichen, Apostrophe und Gedankenstrichen "
1507
+ "bestehen."
 
 
 
 
1508
 
1509
  # @ tribe-events-calendar
1510
+ #: ../src/Tribe/Validate.php:405
1511
+ #, php-format
1512
+ msgid "%s must consist of 5 numbers."
1513
+ msgstr "%s muss aus fünf Ziffern bestehen."
1514
+
1515
+ # @ tribe-events-calendar
1516
+ #: ../src/Tribe/Validate.php:419
1517
+ #, php-format
1518
+ msgid "%s must be a phone number."
1519
+ msgstr "%s muss eine Telefonnummer sein."
1520
+
1521
+ # @ tribe-events-calendar
1522
+ #: ../src/Tribe/Validate.php:435
1523
  msgid ""
1524
+ "Country List must be formatted as one country per line in the following "
1525
+ "format: <br>US, United States <br> UK, United Kingdom."
 
 
 
1526
  msgstr ""
1527
+ "Die Länder-Liste muss als ein Land pro Zeile in der folgenden Weise "
1528
+ "formatiert sein: <br>US, United States <br> UK, United Kingdom."
1529
+
1530
+ # @ tribe-events-calendar
1531
+ #: ../src/Tribe/View_Helpers.php:26 ../src/Tribe/View_Helpers.php:45
1532
+ msgid "Select a Country:"
1533
+ msgstr "Land wählen ..."
1534
+
1535
+ # @ tribe-events-calendar
1536
+ #: ../src/Tribe/View_Helpers.php:47
1537
+ msgid "Afghanistan"
1538
+ msgstr "Afghanistan"
1539
+
1540
+ # @ tribe-events-calendar
1541
+ #: ../src/Tribe/View_Helpers.php:48
1542
+ msgid "Albania"
1543
+ msgstr "Albanien"
1544
+
1545
+ # @ tribe-events-calendar
1546
+ #: ../src/Tribe/View_Helpers.php:49
1547
+ msgid "Algeria"
1548
+ msgstr "Algerien"
1549
+
1550
+ # @ tribe-events-calendar
1551
+ #: ../src/Tribe/View_Helpers.php:50
1552
+ msgid "American Samoa"
1553
+ msgstr "Amerikanisch Samoa"
1554
+
1555
+ # @ tribe-events-calendar
1556
+ #: ../src/Tribe/View_Helpers.php:51
1557
+ msgid "Andorra"
1558
+ msgstr "Andorra"
1559
+
1560
+ # @ tribe-events-calendar
1561
+ #: ../src/Tribe/View_Helpers.php:52
1562
+ msgid "Angola"
1563
+ msgstr "Angola"
1564
+
1565
+ # @ tribe-events-calendar
1566
+ #: ../src/Tribe/View_Helpers.php:53
1567
+ msgid "Anguilla"
1568
+ msgstr "Anguilla"
1569
+
1570
+ # @ tribe-events-calendar
1571
+ #: ../src/Tribe/View_Helpers.php:54
1572
+ msgid "Antarctica"
1573
+ msgstr "Antarktika"
1574
+
1575
+ # @ tribe-events-calendar
1576
+ #: ../src/Tribe/View_Helpers.php:55
1577
+ msgid "Antigua And Barbuda"
1578
+ msgstr "Antigua und Barbuda"
1579
+
1580
+ # @ tribe-events-calendar
1581
+ #: ../src/Tribe/View_Helpers.php:56
1582
+ msgid "Argentina"
1583
+ msgstr "Argentinien"
1584
+
1585
+ # @ tribe-events-calendar
1586
+ #: ../src/Tribe/View_Helpers.php:57
1587
+ msgid "Armenia"
1588
+ msgstr "Armenien"
1589
+
1590
+ # @ tribe-events-calendar
1591
+ #: ../src/Tribe/View_Helpers.php:58
1592
+ msgid "Aruba"
1593
+ msgstr "Aruba"
1594
+
1595
+ # @ tribe-events-calendar
1596
+ #: ../src/Tribe/View_Helpers.php:59
1597
+ msgid "Australia"
1598
+ msgstr "Australien"
1599
+
1600
+ # @ tribe-events-calendar
1601
+ #: ../src/Tribe/View_Helpers.php:60
1602
+ msgid "Austria"
1603
+ msgstr "Österreich"
1604
+
1605
+ # @ tribe-events-calendar
1606
+ #: ../src/Tribe/View_Helpers.php:61
1607
+ msgid "Azerbaijan"
1608
+ msgstr "Aserbaidschan"
1609
+
1610
+ # @ tribe-events-calendar
1611
+ #: ../src/Tribe/View_Helpers.php:62
1612
+ msgid "Bahamas"
1613
+ msgstr "Bahamas"
1614
+
1615
+ # @ tribe-events-calendar
1616
+ #: ../src/Tribe/View_Helpers.php:63
1617
+ msgid "Bahrain"
1618
+ msgstr "Bahrain"
1619
+
1620
+ # @ tribe-events-calendar
1621
+ #: ../src/Tribe/View_Helpers.php:64
1622
+ msgid "Bangladesh"
1623
+ msgstr "Bangladesh"
1624
+
1625
+ # @ tribe-events-calendar
1626
+ #: ../src/Tribe/View_Helpers.php:65
1627
+ msgid "Barbados"
1628
+ msgstr "Barbados"
1629
+
1630
+ # @ tribe-events-calendar
1631
+ #: ../src/Tribe/View_Helpers.php:66
1632
+ msgid "Belarus"
1633
+ msgstr "Weißrussland"
1634
+
1635
+ # @ tribe-events-calendar
1636
+ #: ../src/Tribe/View_Helpers.php:67
1637
+ msgid "Belgium"
1638
+ msgstr "Belgien"
1639
+
1640
+ # @ tribe-events-calendar
1641
+ #: ../src/Tribe/View_Helpers.php:68
1642
+ msgid "Belize"
1643
+ msgstr "Belize"
1644
+
1645
+ # @ tribe-events-calendar
1646
+ #: ../src/Tribe/View_Helpers.php:69
1647
+ msgid "Benin"
1648
+ msgstr "Benin"
1649
+
1650
+ # @ tribe-events-calendar
1651
+ #: ../src/Tribe/View_Helpers.php:70
1652
+ msgid "Bermuda"
1653
+ msgstr "Bermuda"
1654
+
1655
+ # @ tribe-events-calendar
1656
+ #: ../src/Tribe/View_Helpers.php:71
1657
+ msgid "Bhutan"
1658
+ msgstr "Bhutan"
1659
+
1660
+ # @ tribe-events-calendar
1661
+ #: ../src/Tribe/View_Helpers.php:72
1662
+ msgid "Bolivia"
1663
+ msgstr "Bolivien"
1664
 
1665
  # @ tribe-events-calendar
1666
+ #: ../src/Tribe/View_Helpers.php:73
1667
+ msgid "Bosnia And Herzegowina"
1668
+ msgstr "Bosnien und Herzegowina"
 
 
 
 
 
 
 
 
 
1669
 
1670
  # @ tribe-events-calendar
1671
+ #: ../src/Tribe/View_Helpers.php:74
1672
+ msgid "Botswana"
1673
+ msgstr "Botswana"
 
 
 
 
 
 
 
1674
 
1675
  # @ tribe-events-calendar
1676
+ #: ../src/Tribe/View_Helpers.php:75
1677
+ msgid "Bouvet Island"
1678
+ msgstr "Bouvetinsel"
1679
 
1680
  # @ tribe-events-calendar
1681
+ #: ../src/Tribe/View_Helpers.php:76
1682
+ msgid "Brazil"
1683
+ msgstr "Brasilien"
 
 
1684
 
1685
  # @ tribe-events-calendar
1686
+ #: ../src/Tribe/View_Helpers.php:77
1687
+ msgid "British Indian Ocean Territory"
1688
+ msgstr "Britisches Territorium im Indischen Ozean"
1689
 
1690
  # @ tribe-events-calendar
1691
+ #: ../src/Tribe/View_Helpers.php:78
1692
+ msgid "Brunei Darussalam"
1693
+ msgstr "Brunei"
1694
 
1695
  # @ tribe-events-calendar
1696
+ #: ../src/Tribe/View_Helpers.php:79
1697
+ msgid "Bulgaria"
1698
+ msgstr "Bulgarien"
1699
 
1700
  # @ tribe-events-calendar
1701
+ #: ../src/Tribe/View_Helpers.php:80
1702
+ msgid "Burkina Faso"
1703
+ msgstr "Burkina Faso"
 
 
1704
 
1705
  # @ tribe-events-calendar
1706
+ #: ../src/Tribe/View_Helpers.php:81
1707
+ msgid "Burundi"
1708
+ msgstr "Burundi"
1709
 
1710
  # @ tribe-events-calendar
1711
+ #: ../src/Tribe/View_Helpers.php:82
1712
+ msgid "Cambodia"
1713
+ msgstr "Kambodscha"
1714
 
1715
  # @ tribe-events-calendar
1716
+ #: ../src/Tribe/View_Helpers.php:83
1717
+ msgid "Cameroon"
1718
+ msgstr "Kamerun"
1719
 
1720
  # @ tribe-events-calendar
1721
+ #: ../src/Tribe/View_Helpers.php:84
1722
+ msgid "Canada"
1723
+ msgstr "Kanada"
1724
 
1725
  # @ tribe-events-calendar
1726
+ #: ../src/Tribe/View_Helpers.php:85
1727
+ msgid "Cape Verde"
1728
+ msgstr "Kapverdische Inseln"
1729
 
1730
  # @ tribe-events-calendar
1731
+ #: ../src/Tribe/View_Helpers.php:86
1732
+ msgid "Cayman Islands"
1733
+ msgstr "Cayman Inseln"
1734
 
1735
  # @ tribe-events-calendar
1736
+ #: ../src/Tribe/View_Helpers.php:87
1737
+ msgid "Central African Republic"
1738
+ msgstr "Zentralafrikanische Republik"
1739
 
1740
  # @ tribe-events-calendar
1741
+ #: ../src/Tribe/View_Helpers.php:88
1742
+ msgid "Chad"
1743
+ msgstr "Tschad"
 
 
 
1744
 
1745
  # @ tribe-events-calendar
1746
+ #: ../src/Tribe/View_Helpers.php:89
1747
+ msgid "Chile"
1748
+ msgstr "Chile"
1749
 
1750
  # @ tribe-events-calendar
1751
+ #: ../src/Tribe/View_Helpers.php:90
1752
+ msgid "China"
1753
+ msgstr "China"
1754
 
1755
  # @ tribe-events-calendar
1756
+ #: ../src/Tribe/View_Helpers.php:91
1757
+ msgid "Christmas Island"
1758
+ msgstr "Weihnachtsinseln"
1759
 
1760
  # @ tribe-events-calendar
1761
+ #: ../src/Tribe/View_Helpers.php:92
1762
+ msgid "Cocos (Keeling) Islands"
1763
+ msgstr "Kokosinseln"
1764
 
1765
  # @ tribe-events-calendar
1766
+ #: ../src/Tribe/View_Helpers.php:93
1767
+ msgid "Colombia"
1768
+ msgstr "Kolumbien"
1769
 
1770
  # @ tribe-events-calendar
1771
+ #: ../src/Tribe/View_Helpers.php:94
1772
+ msgid "Comoros"
1773
+ msgstr "Komoren"
 
 
 
 
1774
 
1775
  # @ tribe-events-calendar
1776
+ #: ../src/Tribe/View_Helpers.php:95
1777
+ msgid "Congo"
1778
+ msgstr "Kongo"
1779
 
1780
  # @ tribe-events-calendar
1781
+ #: ../src/Tribe/View_Helpers.php:96
1782
+ msgid "Congo, The Democratic Republic Of The"
1783
+ msgstr "Demokratische Republik Kongo"
 
1784
 
1785
  # @ tribe-events-calendar
1786
+ #: ../src/Tribe/View_Helpers.php:97
1787
+ msgid "Cook Islands"
1788
+ msgstr "Cook-Inseln"
1789
 
1790
  # @ tribe-events-calendar
1791
+ #: ../src/Tribe/View_Helpers.php:98
1792
+ msgid "Costa Rica"
1793
+ msgstr "Costa Rica"
1794
 
1795
  # @ tribe-events-calendar
1796
+ #: ../src/Tribe/View_Helpers.php:99
1797
+ msgid "Cote D'Ivoire"
1798
+ msgstr "Elfenbeinküste"
1799
 
1800
  # @ tribe-events-calendar
1801
+ #: ../src/Tribe/View_Helpers.php:100
1802
+ msgid "Croatia (Local Name: Hrvatska)"
1803
+ msgstr "Kroatien"
1804
 
1805
  # @ tribe-events-calendar
1806
+ #: ../src/Tribe/View_Helpers.php:101
1807
+ msgid "Cuba"
1808
+ msgstr "Kuba"
1809
 
1810
  # @ tribe-events-calendar
1811
+ #: ../src/Tribe/View_Helpers.php:102
1812
+ msgid "Cyprus"
1813
+ msgstr "Zypern"
1814
 
1815
  # @ tribe-events-calendar
1816
+ #: ../src/Tribe/View_Helpers.php:103
1817
+ msgid "Czech Republic"
1818
+ msgstr "Tschechische Republik"
1819
 
1820
  # @ tribe-events-calendar
1821
+ #: ../src/Tribe/View_Helpers.php:104
1822
+ msgid "Denmark"
1823
+ msgstr "Dänemark"
1824
 
1825
  # @ tribe-events-calendar
1826
+ #: ../src/Tribe/View_Helpers.php:105
1827
+ msgid "Djibouti"
1828
+ msgstr "Djibouti"
1829
 
1830
  # @ tribe-events-calendar
1831
+ #: ../src/Tribe/View_Helpers.php:106
1832
+ msgid "Dominica"
1833
+ msgstr "Dominica"
1834
 
1835
  # @ tribe-events-calendar
1836
+ #: ../src/Tribe/View_Helpers.php:107
1837
+ msgid "Dominican Republic"
1838
+ msgstr "Dominikanische Republik"
 
1839
 
1840
  # @ tribe-events-calendar
1841
+ #: ../src/Tribe/View_Helpers.php:108
1842
+ msgid "East Timor"
1843
+ msgstr "Osttimor"
 
1844
 
1845
  # @ tribe-events-calendar
1846
+ #: ../src/Tribe/View_Helpers.php:109
1847
+ msgid "Ecuador"
1848
+ msgstr "Ecuador"
1849
 
1850
  # @ tribe-events-calendar
1851
+ #: ../src/Tribe/View_Helpers.php:110
1852
+ msgid "Egypt"
1853
+ msgstr "Ägypten"
 
 
 
 
 
 
 
 
 
1854
 
1855
  # @ tribe-events-calendar
1856
+ #: ../src/Tribe/View_Helpers.php:111
1857
+ msgid "El Salvador"
1858
+ msgstr "El Salvador"
 
 
1859
 
1860
  # @ tribe-events-calendar
1861
+ #: ../src/Tribe/View_Helpers.php:112
1862
+ msgid "Equatorial Guinea"
1863
+ msgstr "Äquatorialguinea"
 
1864
 
1865
  # @ tribe-events-calendar
1866
+ #: ../src/Tribe/View_Helpers.php:113
1867
+ msgid "Eritrea"
1868
+ msgstr "Eritrea"
 
 
1869
 
1870
  # @ tribe-events-calendar
1871
+ #: ../src/Tribe/View_Helpers.php:114
1872
+ msgid "Estonia"
1873
+ msgstr "Estland"
1874
 
1875
  # @ tribe-events-calendar
1876
+ #: ../src/Tribe/View_Helpers.php:115
1877
+ msgid "Ethiopia"
1878
+ msgstr "Äthophien"
1879
 
1880
  # @ tribe-events-calendar
1881
+ #: ../src/Tribe/View_Helpers.php:116
1882
+ msgid "Falkland Islands (Malvinas)"
1883
+ msgstr "Falkland-Inseln (Malvinas)"
1884
 
1885
  # @ tribe-events-calendar
1886
+ #: ../src/Tribe/View_Helpers.php:117
1887
+ msgid "Faroe Islands"
1888
+ msgstr "Färöer Inseln"
1889
 
1890
  # @ tribe-events-calendar
1891
+ #: ../src/Tribe/View_Helpers.php:118
1892
+ msgid "Fiji"
1893
+ msgstr "Fiji"
1894
 
1895
  # @ tribe-events-calendar
1896
+ #: ../src/Tribe/View_Helpers.php:119
1897
+ msgid "Finland"
1898
+ msgstr "Finnland"
 
 
1899
 
1900
  # @ tribe-events-calendar
1901
+ #: ../src/Tribe/View_Helpers.php:120
1902
+ msgid "France"
1903
+ msgstr "Frankreich"
1904
 
1905
  # @ tribe-events-calendar
1906
+ #: ../src/Tribe/View_Helpers.php:121
1907
+ msgid "France, Metropolitan"
1908
+ msgstr "Frankreich (mit Korsika)"
1909
 
1910
  # @ tribe-events-calendar
1911
+ #: ../src/Tribe/View_Helpers.php:122
1912
+ msgid "French Guiana"
1913
+ msgstr "Französisch-Guayana"
 
 
 
 
 
1914
 
1915
  # @ tribe-events-calendar
1916
+ #: ../src/Tribe/View_Helpers.php:123
1917
+ msgid "French Polynesia"
1918
+ msgstr "Französisch-Polynesien"
1919
+
1920
+ # @ tribe-events-calendar
1921
+ #: ../src/Tribe/View_Helpers.php:124
1922
+ msgid "French Southern Territories"
1923
+ msgstr "Französische Süd- und Antarktisgebiete"
1924
+
1925
+ # @ tribe-events-calendar
1926
+ #: ../src/Tribe/View_Helpers.php:125
1927
+ msgid "Gabon"
1928
+ msgstr "Gabon"
1929
+
1930
+ # @ tribe-events-calendar
1931
+ #: ../src/Tribe/View_Helpers.php:126
1932
+ msgid "Gambia"
1933
+ msgstr "Gambia"
1934
 
1935
  # @ tribe-events-calendar
1936
+ #: ../src/Tribe/View_Helpers.php:127 ../src/Tribe/View_Helpers.php:326
1937
+ msgid "Georgia"
1938
+ msgstr "Georgien"
 
 
 
 
 
1939
 
1940
  # @ tribe-events-calendar
1941
+ #: ../src/Tribe/View_Helpers.php:128
1942
+ msgid "Germany"
1943
+ msgstr "Deutschland"
 
 
1944
 
1945
  # @ tribe-events-calendar
1946
+ #: ../src/Tribe/View_Helpers.php:129
1947
+ msgid "Ghana"
1948
+ msgstr "Ghana"
 
 
 
 
1949
 
1950
  # @ tribe-events-calendar
1951
+ #: ../src/Tribe/View_Helpers.php:130
1952
+ msgid "Gibraltar"
1953
+ msgstr "Gibraltar"
 
1954
 
1955
  # @ tribe-events-calendar
1956
+ #: ../src/Tribe/View_Helpers.php:131
1957
+ msgid "Greece"
1958
+ msgstr "Griechenland"
1959
 
1960
  # @ tribe-events-calendar
1961
+ #: ../src/Tribe/View_Helpers.php:132
1962
+ msgid "Greenland"
1963
+ msgstr "Grönland"
 
 
1964
 
1965
  # @ tribe-events-calendar
1966
+ #: ../src/Tribe/View_Helpers.php:133
1967
+ msgid "Grenada"
1968
+ msgstr "Grenada"
 
 
1969
 
1970
  # @ tribe-events-calendar
1971
+ #: ../src/Tribe/View_Helpers.php:134
1972
+ msgid "Guadeloupe"
1973
+ msgstr "Guadeloupe"
 
 
1974
 
1975
  # @ tribe-events-calendar
1976
+ #: ../src/Tribe/View_Helpers.php:135
1977
+ msgid "Guam"
1978
+ msgstr "Guam"
1979
 
1980
  # @ tribe-events-calendar
1981
+ #: ../src/Tribe/View_Helpers.php:136
1982
+ msgid "Guatemala"
1983
+ msgstr "Guatemala"
 
 
 
 
 
 
 
 
 
1984
 
1985
  # @ tribe-events-calendar
1986
+ #: ../src/Tribe/View_Helpers.php:137
1987
+ msgid "Guinea"
1988
+ msgstr "Guinea"
1989
 
1990
  # @ tribe-events-calendar
1991
+ #: ../src/Tribe/View_Helpers.php:138
1992
+ msgid "Guinea-Bissau"
1993
+ msgstr "Guinea-Bissau"
1994
 
1995
  # @ tribe-events-calendar
1996
+ #: ../src/Tribe/View_Helpers.php:139
1997
+ msgid "Guyana"
1998
+ msgstr "Guyana"
1999
 
2000
  # @ tribe-events-calendar
2001
+ #: ../src/Tribe/View_Helpers.php:140
2002
+ msgid "Haiti"
2003
+ msgstr "Haiti"
2004
 
2005
  # @ tribe-events-calendar
2006
+ #: ../src/Tribe/View_Helpers.php:141
2007
+ msgid "Heard And Mc Donald Islands"
2008
+ msgstr "Heard und McDonaldinseln"
 
2009
 
2010
  # @ tribe-events-calendar
2011
+ #: ../src/Tribe/View_Helpers.php:142
2012
+ msgid "Holy See (Vatican City State)"
2013
+ msgstr "Vatikanstadt (Heiliger Stuhl)"
 
2014
 
2015
  # @ tribe-events-calendar
2016
+ #: ../src/Tribe/View_Helpers.php:143
2017
+ msgid "Honduras"
2018
+ msgstr "Honduras"
 
2019
 
2020
  # @ tribe-events-calendar
2021
+ #: ../src/Tribe/View_Helpers.php:144
2022
+ msgid "Hong Kong"
2023
+ msgstr "Hongkong"
2024
 
2025
  # @ tribe-events-calendar
2026
+ #: ../src/Tribe/View_Helpers.php:145
2027
+ msgid "Hungary"
2028
+ msgstr "Ungarn"
 
 
 
 
 
 
 
 
 
 
 
 
2029
 
2030
  # @ tribe-events-calendar
2031
+ #: ../src/Tribe/View_Helpers.php:146
2032
+ msgid "Iceland"
2033
+ msgstr "Island"
 
2034
 
2035
  # @ tribe-events-calendar
2036
+ #: ../src/Tribe/View_Helpers.php:147
2037
+ msgid "India"
2038
+ msgstr "Indien"
 
2039
 
2040
  # @ tribe-events-calendar
2041
+ #: ../src/Tribe/View_Helpers.php:148
2042
+ msgid "Indonesia"
2043
+ msgstr "Indonesien"
 
2044
 
2045
  # @ tribe-events-calendar
2046
+ #: ../src/Tribe/View_Helpers.php:149
2047
+ msgid "Iran (Islamic Republic Of)"
2048
+ msgstr "Iran (Islamische Republik)"
 
 
2049
 
2050
  # @ tribe-events-calendar
2051
+ #: ../src/Tribe/View_Helpers.php:150
2052
+ msgid "Iraq"
2053
+ msgstr "Irak"
 
 
2054
 
2055
  # @ tribe-events-calendar
2056
+ #: ../src/Tribe/View_Helpers.php:151
2057
+ msgid "Ireland"
2058
+ msgstr "Irland"
2059
 
2060
  # @ tribe-events-calendar
2061
+ #: ../src/Tribe/View_Helpers.php:152
2062
+ msgid "Israel"
2063
+ msgstr "Israel"
2064
 
2065
  # @ tribe-events-calendar
2066
+ #: ../src/Tribe/View_Helpers.php:153
2067
+ msgid "Italy"
2068
+ msgstr "Italien"
2069
 
2070
  # @ tribe-events-calendar
2071
+ #: ../src/Tribe/View_Helpers.php:154
2072
+ msgid "Jamaica"
2073
+ msgstr "Jamaika"
2074
 
2075
  # @ tribe-events-calendar
2076
+ #: ../src/Tribe/View_Helpers.php:155
2077
+ msgid "Japan"
2078
+ msgstr "Japan"
2079
 
2080
  # @ tribe-events-calendar
2081
+ #: ../src/Tribe/View_Helpers.php:156
2082
+ msgid "Jordan"
2083
+ msgstr "Jordanien"
2084
 
2085
  # @ tribe-events-calendar
2086
+ #: ../src/Tribe/View_Helpers.php:157
2087
+ msgid "Kazakhstan"
2088
+ msgstr "Kasachstan"
2089
 
2090
  # @ tribe-events-calendar
2091
+ #: ../src/Tribe/View_Helpers.php:158
2092
+ msgid "Kenya"
2093
+ msgstr "Kenia"
2094
 
2095
  # @ tribe-events-calendar
2096
+ #: ../src/Tribe/View_Helpers.php:159
2097
+ msgid "Kiribati"
2098
+ msgstr "Kiribati"
2099
 
2100
  # @ tribe-events-calendar
2101
+ #: ../src/Tribe/View_Helpers.php:160
2102
+ msgid "Korea, Democratic People's Republic Of"
2103
+ msgstr "Nordkorea (Volksrepublik)"
2104
 
2105
  # @ tribe-events-calendar
2106
+ #: ../src/Tribe/View_Helpers.php:161
2107
+ msgid "Korea, Republic Of"
2108
+ msgstr "Südkorea"
2109
 
2110
  # @ tribe-events-calendar
2111
+ #: ../src/Tribe/View_Helpers.php:162
2112
+ msgid "Kuwait"
2113
+ msgstr "Kuwait"
2114
 
2115
  # @ tribe-events-calendar
2116
+ #: ../src/Tribe/View_Helpers.php:163
2117
+ msgid "Kyrgyzstan"
2118
+ msgstr "Kirgistan"
2119
 
 
2120
  # @ tribe-events-calendar
2121
+ #: ../src/Tribe/View_Helpers.php:164
2122
+ msgid "Lao People's Democratic Republic"
2123
+ msgstr "Laos"
 
 
 
2124
 
2125
  # @ tribe-events-calendar
2126
+ #: ../src/Tribe/View_Helpers.php:165
2127
+ msgid "Latvia"
2128
+ msgstr "Lettland"
2129
 
2130
  # @ tribe-events-calendar
2131
+ #: ../src/Tribe/View_Helpers.php:166
2132
+ msgid "Lebanon"
2133
+ msgstr "Libanon"
2134
 
2135
  # @ tribe-events-calendar
2136
+ #: ../src/Tribe/View_Helpers.php:167
2137
+ msgid "Lesotho"
2138
+ msgstr "Lesotho"
2139
 
2140
  # @ tribe-events-calendar
2141
+ #: ../src/Tribe/View_Helpers.php:168
2142
+ msgid "Liberia"
2143
+ msgstr "Liberia"
 
2144
 
2145
  # @ tribe-events-calendar
2146
+ #: ../src/Tribe/View_Helpers.php:169
2147
+ msgid "Libya"
2148
+ msgstr "Libyen"
2149
 
2150
  # @ tribe-events-calendar
2151
+ #: ../src/Tribe/View_Helpers.php:170
2152
+ msgid "Liechtenstein"
2153
+ msgstr "Liechtenstein"
2154
 
2155
  # @ tribe-events-calendar
2156
+ #: ../src/Tribe/View_Helpers.php:171
2157
+ msgid "Lithuania"
2158
+ msgstr "Lithauen"
2159
 
2160
  # @ tribe-events-calendar
2161
+ #: ../src/Tribe/View_Helpers.php:172
2162
+ msgid "Luxembourg"
2163
+ msgstr "Luxemburg"
2164
 
2165
  # @ tribe-events-calendar
2166
+ #: ../src/Tribe/View_Helpers.php:173
2167
+ msgid "Macau"
2168
+ msgstr "Macau"
2169
 
2170
  # @ tribe-events-calendar
2171
+ #: ../src/Tribe/View_Helpers.php:174
2172
+ msgid "Macedonia"
2173
+ msgstr "Mazedonien"
2174
 
2175
  # @ tribe-events-calendar
2176
+ #: ../src/Tribe/View_Helpers.php:175
2177
+ msgid "Madagascar"
2178
+ msgstr "Madagascar"
2179
 
2180
  # @ tribe-events-calendar
2181
+ #: ../src/Tribe/View_Helpers.php:176
2182
+ msgid "Malawi"
2183
+ msgstr "Malawi"
2184
 
2185
  # @ tribe-events-calendar
2186
+ #: ../src/Tribe/View_Helpers.php:177
2187
+ msgid "Malaysia"
2188
+ msgstr "Malaysia"
 
2189
 
2190
  # @ tribe-events-calendar
2191
+ #: ../src/Tribe/View_Helpers.php:178
2192
+ msgid "Maldives"
2193
+ msgstr "Maldiven"
 
2194
 
2195
  # @ tribe-events-calendar
2196
+ #: ../src/Tribe/View_Helpers.php:179
2197
+ msgid "Mali"
2198
+ msgstr "Mali"
 
2199
 
2200
  # @ tribe-events-calendar
2201
+ #: ../src/Tribe/View_Helpers.php:180
2202
+ msgid "Malta"
2203
+ msgstr "Malta"
 
2204
 
2205
  # @ tribe-events-calendar
2206
+ #: ../src/Tribe/View_Helpers.php:181
2207
+ msgid "Marshall Islands"
2208
+ msgstr "Marshallinseln"
 
2209
 
2210
  # @ tribe-events-calendar
2211
+ #: ../src/Tribe/View_Helpers.php:182
2212
+ msgid "Martinique"
2213
+ msgstr "Martinique"
 
2214
 
2215
  # @ tribe-events-calendar
2216
+ #: ../src/Tribe/View_Helpers.php:183
2217
+ msgid "Mauritania"
2218
+ msgstr "Mauretanien"
 
2219
 
2220
  # @ tribe-events-calendar
2221
+ #: ../src/Tribe/View_Helpers.php:184
2222
+ msgid "Mauritius"
2223
+ msgstr "Mauritius"
 
 
2224
 
2225
  # @ tribe-events-calendar
2226
+ #: ../src/Tribe/View_Helpers.php:185
2227
+ msgid "Mayotte"
2228
+ msgstr "Mayotte"
2229
 
2230
  # @ tribe-events-calendar
2231
+ #: ../src/Tribe/View_Helpers.php:186
2232
+ msgid "Mexico"
2233
+ msgstr "Mexiko"
2234
 
2235
  # @ tribe-events-calendar
2236
+ #: ../src/Tribe/View_Helpers.php:187
2237
+ msgid "Micronesia, Federated States Of"
2238
+ msgstr "Mikronesien"
 
2239
 
2240
  # @ tribe-events-calendar
2241
+ #: ../src/Tribe/View_Helpers.php:188
2242
+ msgid "Moldova, Republic Of"
2243
+ msgstr "Moldawien"
2244
 
2245
  # @ tribe-events-calendar
2246
+ #: ../src/Tribe/View_Helpers.php:189
2247
+ msgid "Monaco"
2248
+ msgstr "Monaco"
2249
 
2250
  # @ tribe-events-calendar
2251
+ #: ../src/Tribe/View_Helpers.php:190
2252
+ msgid "Mongolia"
2253
+ msgstr "Mongolei"
2254
 
2255
  # @ tribe-events-calendar
2256
+ #: ../src/Tribe/View_Helpers.php:191
2257
+ msgid "Montenegro"
2258
+ msgstr "Montenegro"
 
 
2259
 
2260
+ # @ tribe-events-calendar
2261
+ #: ../src/Tribe/View_Helpers.php:192
2262
+ msgid "Montserrat"
2263
+ msgstr "Montserrat"
2264
 
2265
  # @ tribe-events-calendar
2266
+ #: ../src/Tribe/View_Helpers.php:193
2267
+ msgid "Morocco"
2268
+ msgstr "Marokko"
2269
 
2270
  # @ tribe-events-calendar
2271
+ #: ../src/Tribe/View_Helpers.php:194
2272
+ msgid "Mozambique"
2273
+ msgstr "Mosambik"
 
2274
 
2275
  # @ tribe-events-calendar
2276
+ #: ../src/Tribe/View_Helpers.php:195
2277
+ msgid "Myanmar"
2278
+ msgstr "Myanmar"
 
 
 
 
 
2279
 
2280
  # @ tribe-events-calendar
2281
+ #: ../src/Tribe/View_Helpers.php:196
2282
+ msgid "Namibia"
2283
+ msgstr "Namibia"
2284
 
2285
  # @ tribe-events-calendar
2286
+ #: ../src/Tribe/View_Helpers.php:197
2287
+ msgid "Nauru"
2288
+ msgstr "Nauru"
2289
 
2290
  # @ tribe-events-calendar
2291
+ #: ../src/Tribe/View_Helpers.php:198
2292
+ msgid "Nepal"
2293
+ msgstr "Nepal"
 
 
 
 
 
2294
 
2295
  # @ tribe-events-calendar
2296
+ #: ../src/Tribe/View_Helpers.php:199
2297
+ msgid "Netherlands"
2298
+ msgstr "Niederlande"
 
 
 
2299
 
2300
  # @ tribe-events-calendar
2301
+ #: ../src/Tribe/View_Helpers.php:200
2302
+ msgid "Netherlands Antilles"
2303
+ msgstr "Niederländische Antillen"
 
 
 
 
 
2304
 
2305
  # @ tribe-events-calendar
2306
+ #: ../src/Tribe/View_Helpers.php:201
2307
+ msgid "New Caledonia"
2308
+ msgstr "Neukaledonien"
 
 
 
 
 
 
 
2309
 
2310
  # @ tribe-events-calendar
2311
+ #: ../src/Tribe/View_Helpers.php:202
2312
+ msgid "New Zealand"
2313
+ msgstr "Neuseeland"
 
2314
 
2315
  # @ tribe-events-calendar
2316
+ #: ../src/Tribe/View_Helpers.php:203
2317
+ msgid "Nicaragua"
2318
+ msgstr "Nicaragua"
2319
 
2320
  # @ tribe-events-calendar
2321
+ #: ../src/Tribe/View_Helpers.php:204
2322
+ msgid "Niger"
2323
+ msgstr "Niger"
 
 
2324
 
2325
  # @ tribe-events-calendar
2326
+ #: ../src/Tribe/View_Helpers.php:205
2327
+ msgid "Nigeria"
2328
+ msgstr "Nigeria"
 
 
2329
 
2330
  # @ tribe-events-calendar
2331
+ #: ../src/Tribe/View_Helpers.php:206
2332
+ msgid "Niue"
2333
+ msgstr "Niue"
2334
 
2335
  # @ tribe-events-calendar
2336
+ #: ../src/Tribe/View_Helpers.php:207
2337
+ msgid "Norfolk Island"
2338
+ msgstr "Norfolkinsel"
2339
 
2340
  # @ tribe-events-calendar
2341
+ #: ../src/Tribe/View_Helpers.php:208
2342
+ msgid "Northern Mariana Islands"
2343
+ msgstr "Nördliche Marianen"
2344
 
2345
  # @ tribe-events-calendar
2346
+ #: ../src/Tribe/View_Helpers.php:209
2347
+ msgid "Norway"
2348
+ msgstr "Norwegen"
2349
 
2350
  # @ tribe-events-calendar
2351
+ #: ../src/Tribe/View_Helpers.php:210
2352
+ msgid "Oman"
2353
+ msgstr "Oman"
2354
 
2355
  # @ tribe-events-calendar
2356
+ #: ../src/Tribe/View_Helpers.php:211
2357
+ msgid "Pakistan"
2358
+ msgstr "Pakistan"
2359
 
2360
  # @ tribe-events-calendar
2361
+ #: ../src/Tribe/View_Helpers.php:212
2362
+ msgid "Palau"
2363
+ msgstr "Palau"
 
2364
 
2365
  # @ tribe-events-calendar
2366
+ #: ../src/Tribe/View_Helpers.php:213
2367
+ msgid "Panama"
2368
+ msgstr "Panama"
 
 
 
 
 
2369
 
2370
  # @ tribe-events-calendar
2371
+ #: ../src/Tribe/View_Helpers.php:214
2372
+ msgid "Papua New Guinea"
2373
+ msgstr "Papua-Neuguinea"
 
 
 
 
 
 
 
2374
 
2375
  # @ tribe-events-calendar
2376
+ #: ../src/Tribe/View_Helpers.php:215
2377
+ msgid "Paraguay"
2378
+ msgstr "Paraguay"
 
 
2379
 
2380
  # @ tribe-events-calendar
2381
+ #: ../src/Tribe/View_Helpers.php:216
2382
+ msgid "Peru"
2383
+ msgstr "Peru"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2384
 
2385
  # @ tribe-events-calendar
2386
+ #: ../src/Tribe/View_Helpers.php:217
2387
+ msgid "Philippines"
2388
+ msgstr "Philippinen"
2389
 
2390
  # @ tribe-events-calendar
2391
+ #: ../src/Tribe/View_Helpers.php:218
2392
+ msgid "Pitcairn"
2393
+ msgstr "Pitcairn"
2394
 
2395
  # @ tribe-events-calendar
2396
+ #: ../src/Tribe/View_Helpers.php:219
2397
+ msgid "Poland"
2398
+ msgstr "Polen"
 
 
2399
 
2400
  # @ tribe-events-calendar
2401
+ #: ../src/Tribe/View_Helpers.php:220
2402
+ msgid "Portugal"
2403
+ msgstr "Portugal"
 
 
 
 
 
 
2404
 
2405
  # @ tribe-events-calendar
2406
+ #: ../src/Tribe/View_Helpers.php:221
2407
+ msgid "Puerto Rico"
2408
+ msgstr "Puerto Rico"
 
 
 
 
 
 
2409
 
2410
  # @ tribe-events-calendar
2411
+ #: ../src/Tribe/View_Helpers.php:222
2412
+ msgid "Qatar"
2413
+ msgstr "Katar"
2414
 
2415
  # @ tribe-events-calendar
2416
+ #: ../src/Tribe/View_Helpers.php:223
2417
+ msgid "Reunion"
2418
+ msgstr "Reunion"
2419
 
2420
  # @ tribe-events-calendar
2421
+ #: ../src/Tribe/View_Helpers.php:224
2422
+ msgid "Romania"
2423
+ msgstr "Rumänien"
2424
 
2425
  # @ tribe-events-calendar
2426
+ #: ../src/Tribe/View_Helpers.php:225
2427
+ msgid "Russian Federation"
2428
+ msgstr "Russland / Russische F&ouml;rderation"
 
 
2429
 
2430
  # @ tribe-events-calendar
2431
+ #: ../src/Tribe/View_Helpers.php:226
2432
+ msgid "Rwanda"
2433
+ msgstr "Ruanda"
2434
 
2435
  # @ tribe-events-calendar
2436
+ #: ../src/Tribe/View_Helpers.php:227
2437
+ msgid "Saint Kitts And Nevis"
2438
+ msgstr "St. Kitts und Nevis"
2439
 
2440
  # @ tribe-events-calendar
2441
+ #: ../src/Tribe/View_Helpers.php:228
2442
+ msgid "Saint Lucia"
2443
+ msgstr "Saint Lucia"
2444
 
2445
  # @ tribe-events-calendar
2446
+ #: ../src/Tribe/View_Helpers.php:229
2447
+ msgid "Saint Vincent And The Grenadines"
2448
+ msgstr "St. Vincent und die Grenadinen"
2449
 
2450
  # @ tribe-events-calendar
2451
+ #: ../src/Tribe/View_Helpers.php:230
2452
+ msgid "Samoa"
2453
+ msgstr "Samoa"
2454
 
2455
  # @ tribe-events-calendar
2456
+ #: ../src/Tribe/View_Helpers.php:231
2457
+ msgid "San Marino"
2458
+ msgstr "San Marino"
2459
 
2460
  # @ tribe-events-calendar
2461
+ #: ../src/Tribe/View_Helpers.php:232
2462
+ msgid "Sao Tome And Principe"
2463
+ msgstr "S&atilde;o Tom&eacute; und Pr&iacute;ncipe"
2464
 
2465
  # @ tribe-events-calendar
2466
+ #: ../src/Tribe/View_Helpers.php:233
2467
+ msgid "Saudi Arabia"
2468
+ msgstr "Saudi-Arabien"
 
 
 
 
2469
 
2470
  # @ tribe-events-calendar
2471
+ #: ../src/Tribe/View_Helpers.php:234
2472
+ msgid "Senegal"
2473
+ msgstr "Senegal"
 
 
2474
 
2475
  # @ tribe-events-calendar
2476
+ #: ../src/Tribe/View_Helpers.php:235
2477
+ msgid "Serbia"
2478
+ msgstr "Serbien"
 
 
2479
 
2480
  # @ tribe-events-calendar
2481
+ #: ../src/Tribe/View_Helpers.php:236
2482
+ msgid "Seychelles"
2483
+ msgstr "Seychellen"
 
 
2484
 
2485
  # @ tribe-events-calendar
2486
+ #: ../src/Tribe/View_Helpers.php:237
2487
+ msgid "Sierra Leone"
2488
+ msgstr "Sierra Leone"
 
 
2489
 
2490
  # @ tribe-events-calendar
2491
+ #: ../src/Tribe/View_Helpers.php:238
2492
+ msgid "Singapore"
2493
+ msgstr "Singapur"
 
 
2494
 
2495
  # @ tribe-events-calendar
2496
+ #: ../src/Tribe/View_Helpers.php:239
2497
+ msgid "Slovakia (Slovak Republic)"
2498
+ msgstr "Slowakei"
 
 
2499
 
2500
  # @ tribe-events-calendar
2501
+ #: ../src/Tribe/View_Helpers.php:240
2502
+ msgid "Slovenia"
2503
+ msgstr "Slovenien"
 
2504
 
2505
  # @ tribe-events-calendar
2506
+ #: ../src/Tribe/View_Helpers.php:241
2507
+ msgid "Solomon Islands"
2508
+ msgstr "Salomonen"
2509
 
2510
  # @ tribe-events-calendar
2511
+ #: ../src/Tribe/View_Helpers.php:242
2512
+ msgid "Somalia"
2513
+ msgstr "Somalia"
2514
 
2515
  # @ tribe-events-calendar
2516
+ #: ../src/Tribe/View_Helpers.php:243
2517
+ msgid "South Africa"
2518
+ msgstr "S&uuml;dafrika"
2519
 
2520
  # @ tribe-events-calendar
2521
+ #: ../src/Tribe/View_Helpers.php:244
2522
+ msgid "South Georgia, South Sandwich Islands"
2523
+ msgstr "S&uuml;dgeorgien und die S&uuml;dlichen Sandwichinseln"
2524
 
2525
  # @ tribe-events-calendar
2526
+ #: ../src/Tribe/View_Helpers.php:245
2527
+ msgid "Spain"
2528
+ msgstr "Spanien"
2529
 
2530
  # @ tribe-events-calendar
2531
+ #: ../src/Tribe/View_Helpers.php:246
2532
+ msgid "Sri Lanka"
2533
+ msgstr "Sri Lanka"
2534
 
2535
  # @ tribe-events-calendar
2536
+ #: ../src/Tribe/View_Helpers.php:247
2537
+ msgid "St. Helena"
2538
+ msgstr "St. Helena"
2539
 
2540
  # @ tribe-events-calendar
2541
+ #: ../src/Tribe/View_Helpers.php:248
2542
+ msgid "St. Pierre And Miquelon"
2543
+ msgstr "Saint-Pierre und Miquelon"
2544
 
2545
  # @ tribe-events-calendar
2546
+ #: ../src/Tribe/View_Helpers.php:249
2547
+ msgid "Sudan"
2548
+ msgstr "Sudan"
 
 
2549
 
2550
  # @ tribe-events-calendar
2551
+ #: ../src/Tribe/View_Helpers.php:250
2552
+ msgid "Suriname"
2553
+ msgstr "Surinam"
 
 
2554
 
2555
  # @ tribe-events-calendar
2556
+ #: ../src/Tribe/View_Helpers.php:251
2557
+ msgid "Svalbard And Jan Mayen Islands"
2558
+ msgstr "Svalbard und Jan Mayen Islands"
 
 
2559
 
2560
  # @ tribe-events-calendar
2561
+ #: ../src/Tribe/View_Helpers.php:252
2562
+ msgid "Swaziland"
2563
+ msgstr "Swasiland"
2564
 
2565
  # @ tribe-events-calendar
2566
+ #: ../src/Tribe/View_Helpers.php:253
2567
+ msgid "Sweden"
2568
+ msgstr "Schweden"
 
2569
 
2570
  # @ tribe-events-calendar
2571
+ #: ../src/Tribe/View_Helpers.php:254
2572
+ msgid "Switzerland"
2573
+ msgstr "Schweiz"
 
 
 
2574
 
2575
  # @ tribe-events-calendar
2576
+ #: ../src/Tribe/View_Helpers.php:255
2577
+ msgid "Syrian Arab Republic"
2578
+ msgstr "Syrien"
2579
 
2580
  # @ tribe-events-calendar
2581
+ #: ../src/Tribe/View_Helpers.php:256
2582
+ msgid "Taiwan"
2583
+ msgstr "Taiwan"
 
 
2584
 
2585
  # @ tribe-events-calendar
2586
+ #: ../src/Tribe/View_Helpers.php:257
2587
+ msgid "Tajikistan"
2588
+ msgstr "Tadschikistan"
 
 
 
 
 
2589
 
2590
  # @ tribe-events-calendar
2591
+ #: ../src/Tribe/View_Helpers.php:258
2592
+ msgid "Tanzania, United Republic Of"
2593
+ msgstr "Tanzania"
 
 
2594
 
2595
  # @ tribe-events-calendar
2596
+ #: ../src/Tribe/View_Helpers.php:259
2597
+ msgid "Thailand"
2598
+ msgstr "Thailand"
 
 
 
2599
 
2600
  # @ tribe-events-calendar
2601
+ #: ../src/Tribe/View_Helpers.php:260
2602
+ msgid "Togo"
2603
+ msgstr "Togo"
 
 
 
 
2604
 
2605
  # @ tribe-events-calendar
2606
+ #: ../src/Tribe/View_Helpers.php:261
2607
+ msgid "Tokelau"
2608
+ msgstr "Tokelau"
 
 
2609
 
2610
  # @ tribe-events-calendar
2611
+ #: ../src/Tribe/View_Helpers.php:262
2612
+ msgid "Tonga"
2613
+ msgstr "Tonga"
 
 
2614
 
2615
  # @ tribe-events-calendar
2616
+ #: ../src/Tribe/View_Helpers.php:263
2617
+ msgid "Trinidad And Tobago"
2618
+ msgstr "Trinidad und Tobago"
 
 
2619
 
2620
  # @ tribe-events-calendar
2621
+ #: ../src/Tribe/View_Helpers.php:264
2622
+ msgid "Tunisia"
2623
+ msgstr "Tunesien"
 
 
2624
 
2625
  # @ tribe-events-calendar
2626
+ #: ../src/Tribe/View_Helpers.php:265
2627
+ msgid "Turkey"
2628
+ msgstr "Türkei"
 
 
2629
 
2630
  # @ tribe-events-calendar
2631
+ #: ../src/Tribe/View_Helpers.php:266
2632
+ msgid "Turkmenistan"
2633
+ msgstr "Turkmenistan"
 
 
2634
 
2635
  # @ tribe-events-calendar
2636
+ #: ../src/Tribe/View_Helpers.php:267
2637
+ msgid "Turks And Caicos Islands"
2638
+ msgstr "Turks- und Caicosinseln"
 
 
2639
 
2640
  # @ tribe-events-calendar
2641
+ #: ../src/Tribe/View_Helpers.php:268
2642
+ msgid "Tuvalu"
2643
+ msgstr "Tuvalu"
 
 
2644
 
2645
  # @ tribe-events-calendar
2646
+ #: ../src/Tribe/View_Helpers.php:269
2647
+ msgid "Uganda"
2648
+ msgstr "Uganda"
 
 
2649
 
2650
  # @ tribe-events-calendar
2651
+ #: ../src/Tribe/View_Helpers.php:270
2652
+ msgid "Ukraine"
2653
+ msgstr "Ukraine"
 
 
2654
 
2655
  # @ tribe-events-calendar
2656
+ #: ../src/Tribe/View_Helpers.php:271
2657
+ msgid "United Arab Emirates"
2658
+ msgstr "Vereinigte Arabische Emirate"
 
 
2659
 
2660
  # @ tribe-events-calendar
2661
+ #: ../src/Tribe/View_Helpers.php:272
2662
+ msgid "United Kingdom"
2663
+ msgstr "Großbritannien (Vereinigtes Königreich)"
2664
 
2665
  # @ tribe-events-calendar
2666
+ #: ../src/Tribe/View_Helpers.php:273
2667
+ msgid "United States Minor Outlying Islands"
2668
+ msgstr "United States Minor Outlying Islands"
2669
 
2670
  # @ tribe-events-calendar
2671
+ #: ../src/Tribe/View_Helpers.php:274
2672
+ msgid "Uruguay"
2673
+ msgstr "Uruguay"
 
2674
 
2675
  # @ tribe-events-calendar
2676
+ #: ../src/Tribe/View_Helpers.php:275
2677
+ msgid "Uzbekistan"
2678
+ msgstr "Usbekistan"
2679
 
2680
  # @ tribe-events-calendar
2681
+ #: ../src/Tribe/View_Helpers.php:276
2682
+ msgid "Vanuatu"
2683
+ msgstr "Vanuatu"
2684
 
2685
  # @ tribe-events-calendar
2686
+ #: ../src/Tribe/View_Helpers.php:277
2687
+ msgid "Venezuela"
2688
+ msgstr "Venezuela"
 
 
2689
 
2690
  # @ tribe-events-calendar
2691
+ #: ../src/Tribe/View_Helpers.php:278
2692
+ msgid "Viet Nam"
2693
+ msgstr "Vietnam"
2694
 
2695
  # @ tribe-events-calendar
2696
+ #: ../src/Tribe/View_Helpers.php:279
2697
+ msgid "Virgin Islands (British)"
2698
+ msgstr "Britische Jungferninseln"
 
 
2699
 
2700
  # @ tribe-events-calendar
2701
+ #: ../src/Tribe/View_Helpers.php:280
2702
+ msgid "Virgin Islands (U.S.)"
2703
+ msgstr "Amerikanische Jungferninseln"
2704
 
2705
  # @ tribe-events-calendar
2706
+ #: ../src/Tribe/View_Helpers.php:281
2707
+ msgid "Wallis And Futuna Islands"
2708
+ msgstr "Wallis und Futuna"
2709
 
2710
  # @ tribe-events-calendar
2711
+ #: ../src/Tribe/View_Helpers.php:282
2712
+ msgid "Western Sahara"
2713
+ msgstr "Westsahara"
2714
 
2715
  # @ tribe-events-calendar
2716
+ #: ../src/Tribe/View_Helpers.php:283
2717
+ msgid "Yemen"
2718
+ msgstr "Jemen"
2719
 
2720
  # @ tribe-events-calendar
2721
+ #: ../src/Tribe/View_Helpers.php:284
2722
+ msgid "Zambia"
2723
+ msgstr "Sambia"
 
 
 
 
2724
 
2725
  # @ tribe-events-calendar
2726
+ #: ../src/Tribe/View_Helpers.php:285
2727
+ msgid "Zimbabwe"
2728
+ msgstr "Simbabwe"
 
2729
 
2730
  # @ tribe-events-calendar
2731
+ #: ../src/Tribe/View_Helpers.php:316
2732
+ msgid "Alabama"
2733
+ msgstr "Alabama"
 
2734
 
2735
  # @ tribe-events-calendar
2736
+ #: ../src/Tribe/View_Helpers.php:317
2737
+ msgid "Alaska"
2738
+ msgstr "Alaska"
2739
 
2740
  # @ tribe-events-calendar
2741
+ #: ../src/Tribe/View_Helpers.php:318
2742
+ msgid "Arizona"
2743
+ msgstr "Arizona"
2744
 
2745
  # @ tribe-events-calendar
2746
+ #: ../src/Tribe/View_Helpers.php:319
2747
+ msgid "Arkansas"
2748
+ msgstr "Arkansas"
2749
 
2750
  # @ tribe-events-calendar
2751
+ #: ../src/Tribe/View_Helpers.php:320
2752
+ msgid "California"
2753
+ msgstr "Kalifornien"
2754
 
2755
  # @ tribe-events-calendar
2756
+ #: ../src/Tribe/View_Helpers.php:321
2757
+ msgid "Colorado"
2758
+ msgstr "Colorado"
 
 
2759
 
2760
  # @ tribe-events-calendar
2761
+ #: ../src/Tribe/View_Helpers.php:322
2762
+ msgid "Connecticut"
2763
+ msgstr "Connecticut"
2764
 
2765
  # @ tribe-events-calendar
2766
+ #: ../src/Tribe/View_Helpers.php:323
2767
+ msgid "Delaware"
2768
+ msgstr "Delaware"
2769
 
2770
  # @ tribe-events-calendar
2771
+ #: ../src/Tribe/View_Helpers.php:324
2772
+ msgid "District of Columbia"
2773
+ msgstr "District of Columbia"
2774
 
2775
  # @ tribe-events-calendar
2776
+ #: ../src/Tribe/View_Helpers.php:325
2777
+ msgid "Florida"
2778
+ msgstr "Florida"
2779
 
2780
  # @ tribe-events-calendar
2781
+ #: ../src/Tribe/View_Helpers.php:327
2782
+ msgid "Hawaii"
2783
+ msgstr "Hawaii"
 
2784
 
2785
  # @ tribe-events-calendar
2786
+ #: ../src/Tribe/View_Helpers.php:328
2787
+ msgid "Idaho"
2788
+ msgstr "Idaho"
 
2789
 
2790
  # @ tribe-events-calendar
2791
+ #: ../src/Tribe/View_Helpers.php:329
2792
+ msgid "Illinois"
2793
+ msgstr "Illinois"
2794
 
2795
  # @ tribe-events-calendar
2796
+ #: ../src/Tribe/View_Helpers.php:330
2797
+ msgid "Indiana"
2798
+ msgstr "Indiana"
2799
 
2800
  # @ tribe-events-calendar
2801
+ #: ../src/Tribe/View_Helpers.php:331
2802
+ msgid "Iowa"
2803
+ msgstr "Iowa"
2804
 
2805
  # @ tribe-events-calendar
2806
+ #: ../src/Tribe/View_Helpers.php:332
2807
+ msgid "Kansas"
2808
+ msgstr "Kansas"
2809
 
2810
  # @ tribe-events-calendar
2811
+ #: ../src/Tribe/View_Helpers.php:333
2812
+ msgid "Kentucky"
2813
+ msgstr "Kentucky"
2814
 
2815
  # @ tribe-events-calendar
2816
+ #: ../src/Tribe/View_Helpers.php:334
2817
+ msgid "Louisiana"
2818
+ msgstr "Louisiana"
2819
 
2820
  # @ tribe-events-calendar
2821
+ #: ../src/Tribe/View_Helpers.php:335
2822
+ msgid "Maine"
2823
+ msgstr "Maine"
2824
 
2825
  # @ tribe-events-calendar
2826
+ #: ../src/Tribe/View_Helpers.php:336
2827
+ msgid "Maryland"
2828
+ msgstr "Maryland"
2829
 
2830
  # @ tribe-events-calendar
2831
+ #: ../src/Tribe/View_Helpers.php:337
2832
+ msgid "Massachusetts"
2833
+ msgstr "Massachusetts"
 
2834
 
2835
  # @ tribe-events-calendar
2836
+ #: ../src/Tribe/View_Helpers.php:338
2837
+ msgid "Michigan"
2838
+ msgstr "Michigan"
 
2839
 
2840
  # @ tribe-events-calendar
2841
+ #: ../src/Tribe/View_Helpers.php:339
2842
+ msgid "Minnesota"
2843
+ msgstr "Minnesota"
 
 
2844
 
2845
  # @ tribe-events-calendar
2846
+ #: ../src/Tribe/View_Helpers.php:340
2847
+ msgid "Mississippi"
2848
+ msgstr "Mississippi"
 
2849
 
2850
  # @ tribe-events-calendar
2851
+ #: ../src/Tribe/View_Helpers.php:341
2852
+ msgid "Missouri"
2853
+ msgstr "Missouri"
2854
 
2855
  # @ tribe-events-calendar
2856
+ #: ../src/Tribe/View_Helpers.php:342
2857
+ msgid "Montana"
2858
+ msgstr "Montana"
2859
 
2860
  # @ tribe-events-calendar
2861
+ #: ../src/Tribe/View_Helpers.php:343
2862
+ msgid "Nebraska"
2863
+ msgstr "Nebraska"
 
2864
 
2865
  # @ tribe-events-calendar
2866
+ #: ../src/Tribe/View_Helpers.php:344
2867
+ msgid "Nevada"
2868
+ msgstr "Nevada"
 
 
2869
 
2870
  # @ tribe-events-calendar
2871
+ #: ../src/Tribe/View_Helpers.php:345
2872
+ msgid "New Hampshire"
2873
+ msgstr "New Hampshire"
2874
 
2875
  # @ tribe-events-calendar
2876
+ #: ../src/Tribe/View_Helpers.php:346
2877
+ msgid "New Jersey"
2878
+ msgstr "New Jersey"
2879
 
2880
  # @ tribe-events-calendar
2881
+ #: ../src/Tribe/View_Helpers.php:347
2882
+ msgid "New Mexico"
2883
+ msgstr "New Mexico"
2884
 
2885
  # @ tribe-events-calendar
2886
+ #: ../src/Tribe/View_Helpers.php:348
2887
+ msgid "New York"
2888
+ msgstr "New York"
2889
 
2890
  # @ tribe-events-calendar
2891
+ #: ../src/Tribe/View_Helpers.php:349
2892
+ msgid "North Carolina"
2893
+ msgstr "North Carolina"
2894
 
2895
  # @ tribe-events-calendar
2896
+ #: ../src/Tribe/View_Helpers.php:350
2897
+ msgid "North Dakota"
2898
+ msgstr "North Dakota"
 
 
 
 
 
 
2899
 
2900
  # @ tribe-events-calendar
2901
+ #: ../src/Tribe/View_Helpers.php:351
2902
+ msgid "Ohio"
2903
+ msgstr "Ohio"
2904
 
2905
  # @ tribe-events-calendar
2906
+ #: ../src/Tribe/View_Helpers.php:352
2907
+ msgid "Oklahoma"
2908
+ msgstr "Oklahoma"
2909
 
2910
  # @ tribe-events-calendar
2911
+ #: ../src/Tribe/View_Helpers.php:353
2912
+ msgid "Oregon"
2913
+ msgstr "Oregon"
 
2914
 
2915
  # @ tribe-events-calendar
2916
+ #: ../src/Tribe/View_Helpers.php:354
2917
+ msgid "Pennsylvania"
2918
+ msgstr "Pennsylvania"
2919
 
2920
  # @ tribe-events-calendar
2921
+ #: ../src/Tribe/View_Helpers.php:355
2922
+ msgid "Rhode Island"
2923
+ msgstr "Rhode Island"
2924
 
2925
  # @ tribe-events-calendar
2926
+ #: ../src/Tribe/View_Helpers.php:356
2927
+ msgid "South Carolina"
2928
+ msgstr "South Carolina"
2929
 
2930
  # @ tribe-events-calendar
2931
+ #: ../src/Tribe/View_Helpers.php:357
2932
+ msgid "South Dakota"
2933
+ msgstr "South Dakota"
2934
 
2935
  # @ tribe-events-calendar
2936
+ #: ../src/Tribe/View_Helpers.php:358
2937
+ msgid "Tennessee"
2938
+ msgstr "Tennessee"
 
2939
 
2940
  # @ tribe-events-calendar
2941
+ #: ../src/Tribe/View_Helpers.php:359
2942
+ msgid "Texas"
2943
+ msgstr "Texas"
 
2944
 
2945
  # @ tribe-events-calendar
2946
+ #: ../src/Tribe/View_Helpers.php:360
2947
+ msgid "Utah"
2948
+ msgstr "Utah"
2949
 
2950
  # @ tribe-events-calendar
2951
+ #: ../src/Tribe/View_Helpers.php:361
2952
+ msgid "Vermont"
2953
+ msgstr "Vermont"
 
2954
 
2955
  # @ tribe-events-calendar
2956
+ #: ../src/Tribe/View_Helpers.php:362
2957
+ msgid "Virginia"
2958
+ msgstr "Virginia"
 
2959
 
2960
  # @ tribe-events-calendar
2961
+ #: ../src/Tribe/View_Helpers.php:363
2962
+ msgid "Washington"
2963
+ msgstr "Washington"
2964
 
2965
  # @ tribe-events-calendar
2966
+ #: ../src/Tribe/View_Helpers.php:364
2967
+ msgid "West Virginia"
2968
+ msgstr "West Virginia"
2969
 
2970
  # @ tribe-events-calendar
2971
+ #: ../src/Tribe/View_Helpers.php:365
2972
+ msgid "Wisconsin"
2973
+ msgstr "Wisconsin"
2974
 
2975
  # @ tribe-events-calendar
2976
+ #: ../src/Tribe/View_Helpers.php:366
2977
+ msgid "Wyoming"
2978
+ msgstr "Wyoming"
2979
 
2980
  # @ tribe-events-calendar
2981
+ #: ../src/Tribe/iCal.php:28
2982
  msgctxt "feed link"
2983
  msgid "&raquo;"
2984
  msgstr "&raquo;"
2985
 
2986
  # @ tribe-events-calendar
2987
+ #: ../src/Tribe/iCal.php:29
2988
  #, php-format
2989
  msgid "%1$s %2$s iCal Feed"
2990
  msgstr "%1$s %2$s iCal Feed"
2991
 
2992
  # @ tribe-events-calendar
2993
+ #: ../src/Tribe/iCal.php:77
2994
  msgid "Add to Google Calendar"
2995
  msgstr "Zum Google Kalender hinzufügen"
2996
 
2997
  # @ tribe-events-calendar
2998
+ #: ../src/Tribe/iCal.php:77
2999
  msgid "Google Calendar"
3000
  msgstr "Google Kalender"
3001
 
3002
  # @ tribe-events-calendar
3003
+ #: ../src/Tribe/iCal.php:78
3004
  msgid "Download .ics file"
3005
  msgstr ".ics Datei herunterladen"
3006
 
3007
  # @ tribe-events-calendar
3008
+ #: ../src/Tribe/iCal.php:78
3009
  msgid "iCal Export"
3010
  msgstr "iCal Export"
3011
 
3012
+ #: ../src/Tribe/iCal.php:108
3013
+ #, php-format
3014
+ msgid "Month's %s"
3015
+ msgstr ""
3016
 
3017
+ #: ../src/Tribe/iCal.php:111
3018
+ #, php-format
3019
+ msgid "Week's %s"
3020
+ msgstr ""
3021
 
3022
+ #: ../src/Tribe/iCal.php:114
3023
+ #, php-format
3024
+ msgid "Day's %s"
3025
+ msgstr ""
3026
 
3027
+ #: ../src/Tribe/iCal.php:117
3028
+ #, php-format
3029
+ msgid "Listed %s"
3030
+ msgstr ""
3031
 
3032
  # @ tribe-events-calendar
3033
+ #: ../src/Tribe/iCal.php:122
3034
  msgid ""
3035
  "Use this to share calendar data with Google Calendar, Apple iCal and other "
3036
  "compatible apps"
3039
  "apps zu teilen"
3040
 
3041
  # @ tribe-events-calendar
3042
+ #: ../src/admin-views/admin-update-message.php:9
3043
+ #: ../src/admin-views/admin-welcome-message.php:11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3044
  #, php-format
3045
+ msgid "You are running Version %s and deserve a hug :-)"
3046
+ msgstr "Sie nutzen Version %s - herzlichen Dank! :-)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3047
 
3048
  # @ tribe-events-calendar
3049
+ #: ../src/admin-views/admin-update-message.php:32
3050
+ msgid "Keep the Core Plugin <strong>FREE</strong>!"
3051
+ msgstr "Halten Sie das Plugin <strong>kostenlos</strong>!"
3052
 
3053
  # @ default
3054
+ #: ../src/admin-views/admin-update-message.php:33
 
 
 
 
 
3055
  msgid ""
3056
+ "Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe "
3057
+ "not, but more happy users mean more contributions and help on the forums. "
3058
+ "The community NEEDS your voice."
3059
+ msgstr ""
3060
+ "Jedes Mal, wenn Sie eine <strong>5 Sterne</strong> Bewertung abgeben wird "
3061
+ "eine Fee geboren. Vielleicht auch nicht, aber mehr glückliche Nutzer "
3062
+ "bedeuten mehr Unterstützung und Hilfe in den Foren. Die Community benötigt "
3063
+ "ihre Stimme."
 
3064
 
3065
  # @ tribe-events-calendar
3066
+ #: ../src/admin-views/admin-update-message.php:34
3067
+ #: ../src/admin-views/admin-welcome-message.php:22
3068
+ msgid "Rate It"
3069
+ msgstr "Bewerten"
3070
 
3071
  # @ tribe-events-calendar
3072
+ #: ../src/admin-views/admin-update-message.php:37
3073
+ msgid "PSST... Want a Discount?"
3074
+ msgstr "Psst - wollen Sie einen Rabatt?"
3075
+
3076
+ # @ default
3077
+ #: ../src/admin-views/admin-update-message.php:38
3078
+ msgid "We send out discounts to our core users via our newsletter."
3079
+ msgstr "Wir versenden Rabatte an unsere Stammkunden via Newsletter."
 
3080
 
3081
  # @ tribe-events-calendar
3082
+ #: ../src/admin-views/admin-update-message.php:43
3083
+ #: ../src/admin-views/admin-welcome-message.php:31
3084
+ msgid "Sign Up"
3085
+ msgstr "Anmelden"
 
 
 
 
 
3086
 
3087
  # @ tribe-events-calendar
3088
+ #: ../src/admin-views/admin-update-message.php:49
3089
+ msgid "Looking for Something Special?"
3090
+ msgstr "Auf der Suche nach etwas besonderem?"
3091
 
3092
+ # @ default
3093
+ #: ../src/admin-views/admin-update-message.php:51
3094
+ msgid "Pro"
3095
+ msgstr "Pro"
3096
+
3097
+ # @ default
3098
+ #: ../src/admin-views/admin-update-message.php:53
3099
+ msgid "Community Events"
3100
+ msgstr "Veranstaltungen bearbeiten"
3101
+
3102
+ # @ default
3103
+ #: ../src/admin-views/admin-update-message.php:54
3104
+ msgid "Filters"
3105
+ msgstr "Filter"
3106
+
3107
+ # @ default
3108
+ #: ../src/admin-views/admin-update-message.php:55
3109
+ msgid "Facebook"
3110
+ msgstr "Facebook"
3111
 
3112
  # @ tribe-events-calendar
3113
+ #: ../src/admin-views/admin-update-message.php:58
3114
+ #: ../src/admin-views/admin-welcome-message.php:53
3115
+ #, fuzzy
3116
+ msgid "News For Events Users"
3117
+ msgstr "Neues für Veranstaltungsnutzer!"
3118
 
3119
  # @ tribe-events-calendar
3120
+ #: ../src/admin-views/admin-welcome-message.php:19
3121
+ msgid "Keep The Events Calendar Core FREE"
 
3122
  msgstr ""
3123
+ "Halten Sie das Plugin 'The Events Calendar ' <strong>kostenlos</strong>!"
 
3124
 
3125
  # @ tribe-events-calendar
3126
+ #: ../src/admin-views/admin-welcome-message.php:20
 
3127
  msgid ""
3128
+ "5 star ratings help us bring TEC to more users. More happy users mean more "
3129
+ "support, more features, and more of everything you know and love about The "
3130
+ "Events Calendar. We couldn't do this without your support."
3131
  msgstr ""
3132
+ "5 Sterne Bewertungen helfen uns TEC mehr Nutzern zur Verfügung zu stellen. "
3133
+ "Mehr glückliche Nutzer bedeuten mehr Support, mehr Funktionen und alles was "
3134
+ "Sie an The Events Calendar mögen. Ohne Ihre Unterstützung wäre dies nicht "
3135
+ "möglich."
3136
 
3137
  # @ tribe-events-calendar
3138
+ #: ../src/admin-views/admin-welcome-message.php:21
3139
+ msgid "Rate it five stars today!"
3140
+ msgstr "Bewerten Sie es heute mit 5 Sternen!"
3141
 
3142
  # @ tribe-events-calendar
3143
+ #: ../src/admin-views/admin-welcome-message.php:25
3144
+ msgid "Newsletter Signup"
3145
+ msgstr "Newsletter Anmeldung"
 
3146
 
3147
  # @ tribe-events-calendar
3148
+ #: ../src/admin-views/admin-welcome-message.php:26
 
3149
  msgid ""
3150
+ "Stay in touch with The Events Calendar Pro. We send out periodic updates, "
3151
+ "key developer notices, and even the occasional discount."
3152
  msgstr ""
3153
+ "Bleiben Sie in Kontakt mit The Events Calendar Pro. Wir versenden regelmäßig "
3154
+ "Updates, Entwickler Infos und ab und an Rabatte."
 
 
 
 
 
3155
 
3156
  # @ tribe-events-calendar
3157
+ #: ../src/admin-views/admin-welcome-message.php:40
3158
+ #: ../src/admin-views/tribe-options-help.php:148
3159
+ msgid "Getting Started"
3160
+ msgstr "Schnellstart"
3161
 
3162
  # @ tribe-events-calendar
3163
+ #: ../src/admin-views/admin-welcome-message.php:41
3164
+ msgid "Check out the New User Primer &amp; Tutorials"
3165
+ msgstr "Schauen Sie das Handbuch für neue Nutzer an"
3166
 
3167
  # @ tribe-events-calendar
3168
+ #: ../src/admin-views/admin-welcome-message.php:43
3169
+ msgid "Looking for More Features?"
3170
+ msgstr "Auf der Suche nach neuen Funktionen?"
 
3171
 
3172
  # @ tribe-events-calendar
3173
+ #: ../src/admin-views/admin-welcome-message.php:44
3174
+ msgid "Addons for Community, Tickets, Filters, Facebook and more."
3175
+ msgstr "Add-Ons für Community, Tickets, Filter, Facebook und mehr."
 
3176
 
3177
  # @ tribe-events-calendar
3178
+ #: ../src/admin-views/admin-welcome-message.php:46
3179
+ msgid "Support Resources"
3180
+ msgstr "Supportunterlagen, die Ihnen sicherlich helfen"
 
3181
 
3182
  # @ tribe-events-calendar
3183
+ #: ../src/admin-views/admin-welcome-message.php:47
3184
+ msgid "FAQs, Documentation, Tutorials and Forums"
3185
+ msgstr "FAQs, Dokumentation, Tutorials und Foren"
 
3186
 
3187
  # @ tribe-events-calendar
3188
+ #: ../src/admin-views/admin-welcome-message.php:50
3189
+ msgid "Release Notes"
3190
+ msgstr "Release Notes"
 
 
 
3191
 
3192
  # @ tribe-events-calendar
3193
+ #: ../src/admin-views/admin-welcome-message.php:51
3194
+ msgid "Get the Skinny on the Latest Updates"
3195
+ msgstr "Erhalten Sie Infos über die aktuellen Updates"
 
3196
 
3197
  # @ tribe-events-calendar
3198
+ #: ../src/admin-views/admin-welcome-message.php:54
3199
+ msgid "Product Releases, Tutorials and Community Activity"
3200
+ msgstr "Produkt Releases, Tutorials und Community Aktivitäten"
 
 
3201
 
3202
  # @ tribe-events-calendar
3203
+ #: ../src/admin-views/app-shop.php:4
3204
+ msgid "Tribe Event Add-Ons"
3205
+ msgstr "Tribe Event Add-Ons"
 
 
 
 
 
3206
 
3207
  # @ tribe-events-calendar
3208
+ #: ../src/admin-views/app-shop.php:54
3209
+ msgid "Version"
3210
+ msgstr "Version"
 
3211
 
3212
  # @ tribe-events-calendar
3213
+ #: ../src/admin-views/app-shop.php:57
3214
+ msgid "Last Update"
3215
+ msgstr "Letzte Aktualisierung"
 
3216
 
3217
+ #: ../src/admin-views/event-sidebar-options.php:13
 
3218
  #, php-format
3219
+ msgid "Hide From %s Listings"
3220
+ msgstr ""
3221
 
3222
+ #: ../src/admin-views/event-sidebar-options.php:15
3223
+ msgid "Sticky in Month View"
3224
+ msgstr ""
 
 
3225
 
3226
+ #: ../src/admin-views/event-sidebar-options.php:16
 
 
3227
  msgid ""
3228
+ "When events are sticky in month view, they'll display first in the list of "
3229
+ "events shown within a given day block."
3230
  msgstr ""
 
 
3231
 
3232
+ #: ../src/admin-views/events-meta-box.php:37
3233
+ msgid "Time &amp; Date"
 
 
3234
  msgstr ""
 
 
 
 
 
 
 
 
3235
 
3236
+ #: ../src/admin-views/events-meta-box.php:44
 
3237
  #, php-format
 
 
 
 
 
3238
  msgid ""
3239
+ "You have changed the recurrence rules of this %1$s. Saving the %1$s will "
3240
+ "update all future %2$s. If you did not mean to change all %2$s, then please "
3241
+ "refresh the page."
3242
  msgstr ""
 
 
3243
 
3244
+ #: ../src/admin-views/events-meta-box.php:47
3245
+ #, php-format
3246
+ msgid "All Day %s:"
3247
+ msgstr ""
 
3248
 
3249
  # @ tribe-events-calendar
3250
+ #: ../src/admin-views/events-meta-box.php:53
3251
+ msgid "Start Date &amp; Time:"
3252
+ msgstr "Beginn"
3253
 
3254
  # @ tribe-events-calendar
3255
+ #: ../src/admin-views/events-meta-box.php:56
3256
+ #: ../src/admin-views/events-meta-box.php:77
3257
+ msgid "YYYY-MM-DD"
3258
+ msgstr "TT.MM.JJJJ"
3259
 
3260
  # @ tribe-events-calendar
3261
+ #: ../src/admin-views/events-meta-box.php:74
3262
+ msgid "End Date &amp; Time:"
3263
+ msgstr "Ende"
3264
 
3265
+ #: ../src/admin-views/events-meta-box.php:102
3266
+ msgid "Location"
3267
+ msgstr ""
 
3268
 
3269
+ #: ../src/admin-views/events-meta-box.php:120
3270
+ #, php-format
3271
+ msgid "%s Website"
3272
+ msgstr ""
3273
 
3274
  # @ tribe-events-calendar
3275
+ #: ../src/admin-views/events-meta-box.php:123
3276
+ msgid "URL:"
3277
+ msgstr "URL:"
3278
 
3279
+ #: ../src/admin-views/events-meta-box.php:137
3280
+ #, php-format
3281
+ msgid "%s Cost"
3282
+ msgstr ""
3283
 
3284
  # @ tribe-events-calendar
3285
+ #: ../src/admin-views/events-meta-box.php:140
3286
+ msgid "Currency Symbol:"
3287
+ msgstr "Währungssymbol:"
3288
 
3289
  # @ tribe-events-calendar
3290
+ #: ../src/admin-views/events-meta-box.php:155
3291
+ msgctxt "Currency symbol position"
3292
+ msgid "Before cost"
3293
+ msgstr "Vor Eintritt"
3294
 
3295
  # @ tribe-events-calendar
3296
+ #: ../src/admin-views/events-meta-box.php:158
3297
+ msgctxt "Currency symbol position"
3298
+ msgid "After cost"
3299
+ msgstr "Nach Eintritt"
3300
 
3301
  # @ tribe-events-calendar
3302
+ #: ../src/admin-views/events-meta-box.php:163
3303
+ #: ../src/functions/advanced-functions/meta_registration.php:48
3304
+ #: ../src/views/modules/meta/details.php:100
3305
+ msgid "Cost:"
3306
+ msgstr "Kosten:"
3307
 
3308
+ #: ../src/admin-views/events-meta-box.php:171
3309
+ #, php-format
3310
+ msgid "Enter a 0 for %s that are free or leave blank to hide the field."
3311
+ msgstr ""
3312
 
3313
  # @ tribe-events-calendar
3314
+ #: ../src/admin-views/organizer-meta-box.php:15
3315
+ #: ../src/admin-views/venue-meta-box.php:25
3316
+ #, php-format
3317
+ msgid "%s Name:"
3318
+ msgstr "Name %s:"
3319
 
3320
  # @ tribe-events-calendar
3321
+ #: ../src/admin-views/organizer-meta-box.php:22
3322
+ #: ../src/admin-views/tickets/attendees.php:52
3323
+ #: ../src/admin-views/venue-meta-box.php:112
3324
+ #: ../src/functions/advanced-functions/meta_registration.php:159
3325
+ #: ../src/functions/advanced-functions/meta_registration.php:238
3326
+ #: ../src/views/modules/meta/organizer.php:24
3327
+ #: ../src/views/modules/meta/venue.php:40
3328
+ msgid "Phone:"
3329
+ msgstr "Telefon:"
3330
 
3331
  # @ tribe-events-calendar
3332
+ #: ../src/admin-views/organizer-meta-box.php:28
3333
+ #: ../src/admin-views/tickets/attendees.php:61
3334
+ #: ../src/admin-views/venue-meta-box.php:119
3335
+ #: ../src/functions/advanced-functions/meta_registration.php:96
3336
+ #: ../src/functions/advanced-functions/meta_registration.php:191
3337
+ #: ../src/functions/advanced-functions/meta_registration.php:270
3338
+ #: ../src/views/modules/meta/details.php:125
3339
+ #: ../src/views/modules/meta/organizer.php:34
3340
+ #: ../src/views/modules/meta/venue.php:45
3341
+ msgid "Website:"
3342
+ msgstr "Webseite:"
3343
 
3344
  # @ tribe-events-calendar
3345
+ #: ../src/admin-views/organizer-meta-box.php:34
3346
+ #: ../src/functions/advanced-functions/meta_registration.php:254
3347
+ #: ../src/views/modules/meta/organizer.php:29
3348
+ msgid "Email:"
3349
+ msgstr "E-Mail:"
3350
 
3351
  # @ tribe-events-calendar
3352
+ #: ../src/admin-views/organizer-meta-box.php:35
3353
+ msgid ""
3354
+ "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
3355
+ "obfuscate\">obfuscating</a> any e-mail address published on your site to "
3356
+ "best avoid it getting harvested by spammers."
3357
+ msgstr ""
3358
+ "Um E-Mails vor Spam zu schützen, werden diese durch das <a href=\"http://"
3359
+ "wordpress.org/plugins/obfuscate-email/\">Obfuscate Plugin</a> verschleiert."
3360
 
3361
+ #: ../src/admin-views/organizer-meta-box.php:57
3362
+ #: ../src/admin-views/venue-meta-box.php:193
3363
+ #, php-format
3364
+ msgid "%s Name Already Exists"
3365
+ msgstr ""
3366
 
3367
  # @ tribe-events-calendar
3368
+ #: ../src/admin-views/tickets/attendees.php:17
3369
+ msgid "Event Summary"
3370
+ msgstr "Veranstaltungszusammenfassung"
3371
 
3372
  # @ tribe-events-calendar
3373
+ #: ../src/admin-views/tickets/attendees.php:23
3374
+ msgid "Event Details"
3375
+ msgstr "Veranstaltungsdetails"
3376
 
3377
  # @ tribe-events-calendar
3378
+ #: ../src/admin-views/tickets/attendees.php:25
3379
+ msgid "Start Date / Time:"
3380
+ msgstr "Beginn"
3381
 
3382
  # @ tribe-events-calendar
3383
+ #: ../src/admin-views/tickets/attendees.php:29
3384
+ msgid "End Date / Time:"
3385
+ msgstr "Ende"
3386
 
3387
  # @ tribe-events-calendar
3388
+ #: ../src/admin-views/tickets/attendees.php:69
3389
+ msgid "Ticket Sales"
3390
+ msgstr "Kartenverkäufe"
3391
 
3392
  # @ tribe-events-calendar
3393
+ #: ../src/admin-views/tickets/attendees.php:86
3394
+ #, php-format
3395
+ msgid "(%d awaiting review)"
3396
+ msgid_plural "(%d awaiting review)"
3397
+ msgstr[0] "(%d Freigabe ausstehend)"
3398
+ msgstr[1] "(%d Freigaben ausstehend)"
3399
 
3400
  # @ tribe-events-calendar
3401
+ #: ../src/admin-views/tickets/attendees.php:90
3402
+ #, php-format
3403
+ msgid "Sold %d %s"
3404
+ msgstr "%d %s verkauft"
3405
 
3406
  # @ tribe-events-calendar
3407
+ #: ../src/admin-views/tickets/attendees.php:93
3408
+ #, php-format
3409
+ msgid "Sold %d of %d %s"
3410
+ msgstr "%d von %d %s verkauft"
3411
 
3412
  # @ tribe-events-calendar
3413
+ #: ../src/admin-views/tickets/attendees.php:111
3414
+ msgid "Tickets sold:"
3415
+ msgstr "Karten verkauft:"
3416
 
3417
  # @ tribe-events-calendar
3418
+ #: ../src/admin-views/tickets/attendees.php:118
3419
+ msgid "Finalized:"
3420
+ msgstr "Finalisiert:"
3421
 
3422
  # @ tribe-events-calendar
3423
+ #: ../src/admin-views/tickets/attendees.php:121
3424
+ msgid "Awaiting review:"
3425
+ msgstr "Freigabe ausstehend"
3426
 
3427
  # @ tribe-events-calendar
3428
+ #: ../src/admin-views/tickets/attendees.php:128
3429
+ msgid "Checked in:"
3430
+ msgstr "Eingecheckt in:"
3431
 
3432
  # @ tribe-events-calendar
3433
+ #: ../src/admin-views/tickets/attendees.php:146
3434
+ msgid "Send the attendee list by email"
3435
+ msgstr "Die Teilnehmerliste per E-Mail versenden"
3436
 
3437
  # @ tribe-events-calendar
3438
+ #: ../src/admin-views/tickets/attendees.php:150
3439
+ msgid "Select a User:"
3440
+ msgstr "Nutzer wählen:"
3441
 
3442
  # @ tribe-events-calendar
3443
+ #: ../src/admin-views/tickets/attendees.php:155
3444
+ msgid "Select..."
3445
+ msgstr "Wählen..."
3446
 
3447
  # @ tribe-events-calendar
3448
+ #: ../src/admin-views/tickets/attendees.php:160
3449
+ msgid "or"
3450
+ msgstr "oder"
3451
 
3452
  # @ tribe-events-calendar
3453
+ #: ../src/admin-views/tickets/attendees.php:162
3454
+ msgid "Email Address:"
3455
+ msgstr "E-Mail Adresse:"
3456
 
3457
  # @ tribe-events-calendar
3458
+ #: ../src/admin-views/tickets/list.php:21
3459
+ msgid "Edit"
3460
+ msgstr "Bearbeiten"
3461
 
3462
  # @ tribe-events-calendar
3463
+ #: ../src/admin-views/tickets/list.php:24
3464
+ #, php-format
3465
+ msgid "Edit in %s"
3466
+ msgstr "Bearbeiten in %s"
3467
 
3468
  # @ tribe-events-calendar
3469
+ #: ../src/admin-views/tickets/list.php:27
3470
+ msgid "View"
3471
+ msgstr "Ansehen"
3472
 
3473
  # @ tribe-events-calendar
3474
+ #: ../src/admin-views/tickets/list.php:67
3475
+ #, php-format
3476
+ msgid "Sold %d"
3477
+ msgstr "%d verkauft"
3478
 
3479
  # @ tribe-events-calendar
3480
+ #: ../src/admin-views/tickets/list.php:69
3481
+ #, php-format
3482
+ msgid "Sold %d of %d"
3483
+ msgstr "%d von %d verkauft"
3484
 
3485
  # @ tribe-events-calendar
3486
+ #: ../src/admin-views/tickets/meta-box.php:23
3487
+ msgid ""
3488
+ "This event was created using Community Events. Are you sure you want to sell "
3489
+ "tickets for it?"
3490
+ msgstr ""
3491
+ "Diese Veranstaltung wurde durch Community Events erstellt. Wollen Sie "
3492
+ "wirklich Karten dafür veraufen?"
3493
 
3494
  # @ tribe-events-calendar
3495
+ #: ../src/admin-views/tickets/meta-box.php:34
3496
+ msgid "Upload image for the ticket header"
3497
+ msgstr "Laden Sie ein Bild für den Kartenheader hoch"
3498
 
3499
  # @ tribe-events-calendar
3500
+ #: ../src/admin-views/tickets/meta-box.php:35
3501
+ msgid ""
3502
+ "The maximum image size in the email will be 580px wide by any height, and "
3503
+ "then scaled for mobile. If you would like \"retina\" support use an image "
3504
+ "sized to 1160px wide."
3505
+ msgstr ""
3506
+ "Die maximale Bildgröße in der E-Mail beträgt 580px in Höhe und Breite. Es "
3507
+ "wird für Mobilgeräte verkleinert. Wenn Sie Retina-Displays unterstützen "
3508
+ "nutzen wollen, verwenden Sie Bild mit einer Breite von 1160px."
3509
 
3510
  # @ tribe-events-calendar
3511
+ #: ../src/admin-views/tickets/meta-box.php:38
3512
+ msgid "Select an Image"
3513
+ msgstr "Ein Bild auswählen"
3514
 
3515
+ # @ default
3516
+ #: ../src/admin-views/tickets/meta-box.php:46
3517
+ msgid "Remove"
3518
+ msgstr "Entfernen"
3519
 
3520
  # @ tribe-events-calendar
3521
+ #: ../src/admin-views/tickets/meta-box.php:64
3522
+ #: ../src/admin-views/tickets/meta-box.php:74
3523
+ msgid "Add new ticket"
3524
+ msgstr "Eine Neue Karte erstellen"
3525
 
3526
  # @ tribe-events-calendar
3527
+ #: ../src/admin-views/tickets/meta-box.php:75
3528
+ msgid "Edit ticket"
3529
+ msgstr "Karte bearbeiten"
3530
 
3531
  # @ tribe-events-calendar
3532
+ #: ../src/admin-views/tickets/meta-box.php:81
3533
+ msgid "Sell using:"
3534
+ msgstr "Verkaufen mit:"
3535
 
3536
  # @ tribe-events-calendar
3537
+ #: ../src/admin-views/tickets/meta-box.php:98
3538
+ msgid "Ticket Name:"
3539
+ msgstr "Karten Name:"
3540
 
3541
  # @ tribe-events-calendar
3542
+ #: ../src/admin-views/tickets/meta-box.php:105
3543
+ msgid "Ticket Description:"
3544
+ msgstr "Karten Beschreibung:"
3545
 
3546
  # @ tribe-events-calendar
3547
+ #: ../src/admin-views/tickets/meta-box.php:114
3548
+ msgid "Price:"
3549
+ msgstr "Preis:"
3550
 
3551
  # @ tribe-events-calendar
3552
+ #: ../src/admin-views/tickets/meta-box.php:120
3553
+ msgid "(0 or empty for free tickets)"
3554
+ msgstr "(0 eingeben oder leer lassen für kostenlosen Eintritt)"
3555
+
3556
+ #: ../src/admin-views/tickets/meta-box.php:126
3557
+ msgid "Sale Price:"
3558
+ msgstr ""
3559
+
3560
+ #: ../src/admin-views/tickets/meta-box.php:132
3561
+ msgid "(Current sale price - this can be managed via the product editor)"
3562
+ msgstr ""
3563
 
3564
  # @ tribe-events-calendar
3565
+ #: ../src/admin-views/tickets/meta-box.php:138
3566
+ msgid "Start sale:"
3567
+ msgstr "Verkaufsstart:"
3568
 
3569
  # @ tribe-events-calendar
3570
+ #: ../src/admin-views/tickets/meta-box.php:162
3571
+ msgid "End sale:"
3572
+ msgstr "Verkaufsende:"
3573
 
3574
  # @ tribe-events-calendar
3575
+ #: ../src/admin-views/tickets/meta-box.php:184
3576
+ msgid ""
3577
+ "When will ticket sales occur? If you don't set a start/end date for sales, "
3578
+ "tickets will be available from now until the event ends."
3579
+ msgstr ""
3580
+ "Wann soll der Kartenverkauf stattfinden? Wenn kein Verkaufsstart/ -ende "
3581
+ "festgelegt wird, werden Karten von jetzt bis zum Veranstaltungsende "
3582
+ "angeboten."
3583
 
3584
  # @ tribe-events-calendar
3585
+ #: ../src/admin-views/tickets/meta-box.php:196
3586
+ msgid "Save this ticket"
3587
+ msgstr "Ticket abspeichern"
3588
 
3589
  # @ tribe-events-calendar
3590
+ #: ../src/admin-views/tribe-options-display.php:4
3591
+ msgid "Default Events Template"
3592
+ msgstr "Standard Veranstaltungsvorlage"
3593
 
3594
  # @ tribe-events-calendar
3595
+ #: ../src/admin-views/tribe-options-display.php:5
3596
+ msgid "Default Page Template"
3597
+ msgstr "Standard-Seitenvorlage (WordPress)"
3598
 
3599
  # @ tribe-events-calendar
3600
+ #: ../src/admin-views/tribe-options-display.php:32
3601
+ msgid "Display Settings"
3602
+ msgstr "Darstellungsoptionen"
3603
+
3604
+ #: ../src/admin-views/tribe-options-display.php:37
3605
+ #, php-format
3606
+ msgid ""
3607
+ "The settings below control the display of your calendar. If things don't "
3608
+ "look right, try switching between the three style sheet options or pick a "
3609
+ "page template from your theme.</p><p>There are going to be situations where "
3610
+ "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
3611
+ "\">our themer's guide</a> for instructions on custom modifications."
3612
+ msgstr ""
3613
 
3614
  # @ tribe-events-calendar
3615
+ #: ../src/admin-views/tribe-options-display.php:51
3616
+ msgid "Basic Template Settings"
3617
+ msgstr "Grundeinstellungen des Templates"
3618
 
3619
  # @ tribe-events-calendar
3620
+ #: ../src/admin-views/tribe-options-display.php:55
3621
+ msgid "Default stylesheet used for events templates"
3622
+ msgstr "Standard Stylesheet für die Veranstaltungsansicht"
3623
 
3624
  # @ tribe-events-calendar
3625
+ #: ../src/admin-views/tribe-options-display.php:58
3626
+ msgid "Skeleton Styles"
3627
+ msgstr "Skeleton Style"
3628
 
3629
  # @ tribe-events-calendar
3630
+ #: ../src/admin-views/tribe-options-display.php:60
3631
+ msgid ""
3632
+ "Only includes enough css to achieve complex layouts like calendar and week "
3633
+ "view."
3634
+ msgstr ""
3635
+ "Enthält nur Basis CSS Angaben, um Layouts wie den Kalender oder die "
3636
+ "Wochenansicht darzustellen."
3637
 
3638
  # @ tribe-events-calendar
3639
+ #: ../src/admin-views/tribe-options-display.php:62
3640
+ msgid "Full Styles"
3641
+ msgstr "Kompletter Style"
3642
 
3643
  # @ tribe-events-calendar
3644
+ #: ../src/admin-views/tribe-options-display.php:64
3645
+ msgid "More detailed styling, tries to grab styles from your theme."
3646
+ msgstr "Aufwändigere Darstellung. Nutzt CSS Ihres Themes."
3647
 
3648
  # @ tribe-events-calendar
3649
+ #: ../src/admin-views/tribe-options-display.php:66
3650
+ msgid "Tribe Events Styles"
3651
+ msgstr "Tribe Event Style"
3652
 
3653
  # @ tribe-events-calendar
3654
+ #: ../src/admin-views/tribe-options-display.php:68
3655
+ msgid "A fully designed and styled theme for your events pages."
3656
+ msgstr "Ein komplett designter Theme für Ihre Veranstaltungsseite."
3657
 
3658
  # @ tribe-events-calendar
3659
+ #: ../src/admin-views/tribe-options-display.php:75
3660
+ msgid "Events template"
3661
+ msgstr "Veranstaltungsvorlage"
3662
 
3663
  # @ tribe-events-calendar
3664
+ #: ../src/admin-views/tribe-options-display.php:76
3665
+ msgid ""
3666
+ "Choose a page template to control the appearance of your calendar and event "
3667
+ "content."
3668
+ msgstr ""
3669
+ "Wählen Sie eine Seitenvorlage für die Darstellung des "
3670
+ "Veranstaltungskalenders."
3671
 
3672
  # @ tribe-events-calendar
3673
+ #: ../src/admin-views/tribe-options-display.php:84
3674
+ msgid "Enable event views"
3675
+ msgstr "Veranstaltungsansicht wählen"
3676
 
3677
  # @ tribe-events-calendar
3678
+ #: ../src/admin-views/tribe-options-display.php:85
3679
+ msgid "You must select at least one view."
3680
+ msgstr "Es muss mindestens eine Ansicht gewählt werden."
3681
 
3682
  # @ tribe-events-calendar
3683
+ #: ../src/admin-views/tribe-options-display.php:92
3684
+ msgid "Default view"
3685
+ msgstr "Standardansicht"
3686
 
3687
  # @ tribe-events-calendar
3688
+ #: ../src/admin-views/tribe-options-display.php:100
3689
+ msgid "Disable the Event Search Bar"
3690
+ msgstr "Veranstaltungssuchleiste deaktivieren"
3691
 
3692
  # @ tribe-events-calendar
3693
+ #: ../src/admin-views/tribe-options-display.php:101
3694
+ msgid "Check this to use the classic header."
3695
+ msgstr "Auswählen, um die klassische Suchleiste im Frontend anzuzeigen."
3696
 
3697
  # @ tribe-events-calendar
3698
+ #: ../src/admin-views/tribe-options-display.php:107
3699
+ msgid "Month view events per day"
3700
+ msgstr "Monatsansicht - Veranstaltungen pro Tag"
3701
 
3702
+ #: ../src/admin-views/tribe-options-display.php:108
3703
+ #, php-format
3704
+ msgid ""
3705
+ "Change the default 3 events per day in month view. Please note there may be "
3706
+ "performance issues if you set this too high. <a href=\"%s\">Read more</a>."
3707
+ msgstr ""
3708
+
3709
+ #: ../src/admin-views/tribe-options-display.php:115
3710
+ msgid "Enable the Month View Cache"
3711
+ msgstr ""
3712
+
3713
+ #: ../src/admin-views/tribe-options-display.php:116
3714
+ #, php-format
3715
+ msgid ""
3716
+ "Check this to cache your month view HTML in transients, which can help "
3717
+ "improve calendar speed on sites with many events. <a href=\"%s\">Read more</"
3718
+ "a>."
3719
+ msgstr ""
3720
 
3721
  # @ tribe-events-calendar
3722
+ #: ../src/admin-views/tribe-options-display.php:122
3723
+ msgid "Date Format Settings"
3724
+ msgstr "Einstellungen Datumsformat"
3725
 
3726
  # @ tribe-events-calendar
3727
+ #: ../src/admin-views/tribe-options-display.php:126
3728
+ msgid ""
3729
+ "<p>The following three fields accept the date format options available to "
3730
+ "the php date() function. <a href=\"http://codex.wordpress.org/"
3731
+ "Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date "
3732
+ "format here</a>.</p>"
3733
+ msgstr ""
3734
+ "<p>In die folgenden drei Felder können die Formatierungsoptionen der php "
3735
+ "date() Funktion verwendet werden. <a href=\"http://codex.wordpress.org/"
3736
+ "Formatting_Date_and_Time\" target=\"_blank\">Erfahren Sie hier mehr über die "
3737
+ "Formatierungsmöglichkeiten</a>.</p>"
3738
 
3739
  # @ tribe-events-calendar
3740
+ #: ../src/admin-views/tribe-options-display.php:130
3741
+ msgid "Date with year"
3742
+ msgstr "Datum mit Jahresangabe"
3743
 
3744
  # @ tribe-events-calendar
3745
+ #: ../src/admin-views/tribe-options-display.php:131
3746
+ msgid ""
3747
+ "Enter the format to use for displaying dates with the year. Used when "
3748
+ "showing an event from a past or future year, also used for dates in view "
3749
+ "headers."
3750
+ msgstr ""
3751
+ "Geben Sie das Format ein, das für die Anzeige eines Datum inkl. Jahrangabe "
3752
+ "verwendet werden soll. Wird benutzt, wenn eine aktuelle oder vergangene "
3753
+ "Veranstaltung angezeigt wird und bei einem Datum im Kopfbereich."
3754
 
3755
  # @ tribe-events-calendar
3756
+ #: ../src/admin-views/tribe-options-display.php:138
3757
+ msgid "Date without year"
3758
+ msgstr "Datum ohne Jahresangabe"
 
3759
 
3760
  # @ tribe-events-calendar
3761
+ #: ../src/admin-views/tribe-options-display.php:139
3762
+ msgid ""
3763
+ "Enter the format to use for displaying dates without a year. Used when "
3764
+ "showing an event from the current year."
3765
+ msgstr ""
3766
+ "Geben Sie das Format ein, das für die Anzeige eines Datum ohne Jahresangabe "
3767
+ "verwendet werden soll. Wird benutzt, wenn eine aktuelle Veranstaltung "
3768
+ "angezeigt wird."
3769
 
3770
  # @ tribe-events-calendar
3771
+ #: ../src/admin-views/tribe-options-display.php:146
3772
+ msgid "Month and year format"
3773
+ msgstr "Monat und Jahr Format"
3774
 
3775
  # @ tribe-events-calendar
3776
+ #: ../src/admin-views/tribe-options-display.php:147
3777
+ msgid ""
3778
+ "Enter the format to use for dates that show a month and year only. Used on "
3779
+ "month view."
3780
+ msgstr ""
3781
+ "Geben Sie das Format ein, das für die Anzeige eines Datum, bei dem nur der "
3782
+ "Monat und das Jahr angezeigt wird. Wird bei der Monatsansicht verwendet."
3783
 
3784
  # @ tribe-events-calendar
3785
+ #: ../src/admin-views/tribe-options-display.php:154
3786
+ msgid "Date time separator"
3787
+ msgstr "Datum Zeit Trennzeichen"
3788
 
3789
  # @ tribe-events-calendar
3790
+ #: ../src/admin-views/tribe-options-display.php:155
3791
+ msgid ""
3792
+ "Enter the separator that will be placed between the date and time, when both "
3793
+ "are shown."
3794
+ msgstr ""
3795
+ "Geben Sie das Trennzeichen ein, das Datum und Uhrzeit trennt, wenn beides "
3796
+ "angezeigt wird."
3797
 
3798
  # @ tribe-events-calendar
3799
+ #: ../src/admin-views/tribe-options-display.php:162
3800
+ msgid "Time range separator"
3801
+ msgstr "Zeitraum Trennzeichen"
3802
 
3803
  # @ tribe-events-calendar
3804
+ #: ../src/admin-views/tribe-options-display.php:163
3805
+ msgid ""
3806
+ "Enter the separator that will be used between the start and end time of an "
3807
+ "event."
3808
+ msgstr ""
3809
+ "Geben Sie das Trennzeichen ein, das die Start- und Ende Uhrzeit einer "
3810
+ "Veranstaltung trennt."
3811
 
3812
  # @ tribe-events-calendar
3813
+ #: ../src/admin-views/tribe-options-display.php:170
3814
+ msgid "Datepicker Date Format"
3815
+ msgstr "Datumswahl Format (\\\"Datepicker\\\")"
3816
 
3817
  # @ tribe-events-calendar
3818
+ #: ../src/admin-views/tribe-options-display.php:171
3819
+ msgid "Select the date format to use in datepickers"
3820
+ msgstr ""
3821
+ "Wählen Sie das Datumsformat, welches bei der Datumwahl (\\\"Datepicker\\\") "
3822
+ "verwendet wird."
3823
 
3824
  # @ tribe-events-calendar
3825
+ #: ../src/admin-views/tribe-options-display.php:188
3826
+ msgid "Advanced Template Settings"
3827
+ msgstr "Erweiterte Vorlagen Einstellungen"
3828
 
3829
  # @ tribe-events-calendar
3830
+ #: ../src/admin-views/tribe-options-display.php:192
3831
+ msgid "Add HTML before event content"
3832
+ msgstr "Folgender HTML-Code wird VOR der Veranstaltung hinzugefügt"
3833
 
3834
  # @ tribe-events-calendar
3835
+ #: ../src/admin-views/tribe-options-display.php:193
3836
+ msgid ""
3837
+ "If you are familiar with HTML, you can add additional code before the event "
3838
+ "template. Some themes may require this to help with styling or layout."
3839
+ msgstr ""
3840
+ "Wenn Sie mit HTML vertraut sind, können Sie Code VOR der "
3841
+ "Veranstaltungsvorlage einfügen. Bei einigen Themes kann dies für Anpassungen "
3842
+ "am Layout und Design notwendig sein."
3843
 
3844
  # @ tribe-events-calendar
3845
+ #: ../src/admin-views/tribe-options-display.php:198
3846
+ msgid "Add HTML after event content"
3847
+ msgstr "Folgender HTML-Code wird NACH der Veranstaltung hinzugefügt"
3848
 
3849
  # @ tribe-events-calendar
3850
+ #: ../src/admin-views/tribe-options-display.php:199
3851
+ msgid ""
3852
+ "If you are familiar with HTML, you can add additional code after the event "
3853
+ "template. Some themes may require this to help with styling or layout."
3854
+ msgstr ""
3855
+ "Wenn Sie mit HTML vertraut sind, können Sie Code HINTER der "
3856
+ "Veranstaltungsvorlage einfügen. Bei einigen Themes kann dies für Anpassungen "
3857
+ "am Layout und Design notwendig sein."
3858
 
3859
  # @ tribe-events-calendar
3860
+ #: ../src/admin-views/tribe-options-general.php:15
3861
+ msgid "Finding & extending your calendar."
3862
+ msgstr "Ihren Kalender finden und erweitern."
3863
 
3864
  # @ tribe-events-calendar
3865
+ #: ../src/admin-views/tribe-options-general.php:20
3866
+ msgid "Finding your calendar."
3867
+ msgstr "Ihren Kalender finden."
3868
 
3869
  # @ tribe-events-calendar
3870
+ #: ../src/admin-views/tribe-options-general.php:25
3871
+ msgid "Where's my calendar?"
3872
+ msgstr "Wo ist mein Kalender?"
3873
 
3874
  # @ tribe-events-calendar
3875
+ #: ../src/admin-views/tribe-options-general.php:25
3876
+ msgid "Right here"
3877
+ msgstr "Genau hier"
3878
 
3879
  # @ tribe-events-calendar
3880
+ #: ../src/admin-views/tribe-options-general.php:29
3881
+ msgid ""
3882
+ "Looking for additional functionality including recurring events, custom "
3883
+ "meta, community events, ticket sales and more?"
3884
+ msgstr ""
3885
+ "Wünschen Sie erweiterte Funktionalität, einschließlich wiederkehrender "
3886
+ "Veranstaltungen, benutzerdefinierten Meta-Informationen, Community-"
3887
+ "Veranstaltungen, Ticketverkäufen und mehr?"
3888
 
3889
  # @ tribe-events-calendar
3890
+ #: ../src/admin-views/tribe-options-general.php:29
3891
+ msgid "Check out the available add-ons"
3892
+ msgstr "Schauen Sie sich die verfügbaren Erweiterungen an"
3893
 
3894
  # @ tribe-events-calendar
3895
+ #: ../src/admin-views/tribe-options-general.php:34
3896
+ msgid "We hope our plugin is helping you out."
3897
+ msgstr "Wir hoffen, dass Plugin gefällt Ihnen."
3898
 
3899
  # @ tribe-events-calendar
3900
+ #: ../src/admin-views/tribe-options-general.php:38
3901
+ msgid ""
3902
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
3903
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
3904
+ "is recognition. Add a small text-only link at the bottom of your calendar "
3905
+ "pointing to The Events Calendar project."
3906
+ msgstr ""
3907
+ "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe dafür "
3908
+ "danken!\" Der beste Dank ist ein kleiner Link zu uns am unteren Ende des "
3909
+ "Veranstaltungskalenders."
3910
 
3911
  # @ tribe-events-calendar
3912
+ #: ../src/admin-views/tribe-options-general.php:38
3913
+ #: ../src/admin-views/tribe-options-general.php:43
3914
+ msgid "See an example of the link"
3915
+ msgstr "Dies ist ein Beispiellink"
3916
 
3917
  # @ tribe-events-calendar
3918
+ #: ../src/admin-views/tribe-options-general.php:43
3919
+ msgid ""
3920
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
3921
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
3922
+ "is recognition. Add a small text only link at the bottom of your calendar "
3923
+ "pointing to The Events Calendar project."
3924
+ msgstr ""
3925
+ "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe dafür "
3926
+ "danken!\" Der beste Dank ist ein kleiner Link zu uns am unteren Ende des "
3927
+ "Veranstaltungskalenders."
3928
 
3929
  # @ tribe-events-calendar
3930
+ #: ../src/admin-views/tribe-options-general.php:48
3931
+ msgid "Show The Events Calendar link"
3932
+ msgstr "Den Link zum Veranstaltungskalender anzeigen"
3933
 
3934
  # @ tribe-events-calendar
3935
+ #: ../src/admin-views/tribe-options-general.php:62
3936
+ msgid "General Settings"
3937
+ msgstr "Allgemeine Einstellungen"
3938
 
3939
  # @ tribe-events-calendar
3940
+ #: ../src/admin-views/tribe-options-general.php:66
3941
+ msgid "Number of events to show per page"
3942
+ msgstr "Anzahl der Veranstaltungen pro Seite"
3943
 
3944
  # @ tribe-events-calendar
3945
+ #: ../src/admin-views/tribe-options-general.php:73
3946
+ msgid "Use Javascript to control date filtering"
3947
+ msgstr "Javascript nutzen, um nach Datum zu filtern"
3948
 
3949
  # @ tribe-events-calendar
3950
+ #: ../src/admin-views/tribe-options-general.php:74
3951
+ msgid ""
3952
+ "This option is disabled when \"Disable the Event Search Bar\" is checked on "
3953
+ "the Display settings tab."
3954
+ msgstr ""
3955
+ "Diese Option is deaktiviert, wenn \"Benutzen Sie die Veranstaltungssuchleiste"
3956
+ "\" im Abzeigen Tab aktiviert ist."
3957
 
3958
  # @ tribe-events-calendar
3959
+ #: ../src/admin-views/tribe-options-general.php:74
3960
+ msgid ""
3961
+ "Enable live ajax for datepicker on front end (User submit not required)."
3962
+ msgstr ""
3963
+ "Aktiviere Live Ajax für die Datumsauswahl im Frontend (Nutzerbestätigung "
3964
+ "nicht benötigt)."
3965
 
3966
  # @ tribe-events-calendar
3967
+ #: ../src/admin-views/tribe-options-general.php:82
3968
+ msgid "Show comments"
3969
+ msgstr "Kommentare anzeigen"
3970
 
3971
  # @ tribe-events-calendar
3972
+ #: ../src/admin-views/tribe-options-general.php:83
3973
+ msgid "Enable comments on event pages."
3974
+ msgstr "Kommentare auf den Veranstaltungsseiten aktivieren."
3975
 
3976
  # @ tribe-events-calendar
3977
+ #: ../src/admin-views/tribe-options-general.php:89
3978
+ msgid "Include events in main blog loop"
3979
+ msgstr ""
3980
+ "Veranstaltungen in Blog Loop integrieren (Veranstaltungen werden zusammen "
3981
+ "mit den normalen Artikel angezeigt)"
3982
 
3983
  # @ tribe-events-calendar
3984
+ #: ../src/admin-views/tribe-options-general.php:90
3985
+ msgid ""
3986
+ "Show events with the site's other posts. When this box is checked, events "
3987
+ "will also continue to appear on the default events page."
3988
+ msgstr ""
3989
+ "Veranstaltungen gemeinsam mit anderen Beiträgen anzeigen. Wenn diese Option "
3990
+ "gewählt ist, werden Veranstaltungen trotzdem auf der Standard "
3991
+ "Veranstaltungsseite weiter angezeigt."
3992
 
3993
  # @ tribe-events-calendar
3994
+ #: ../src/admin-views/tribe-options-general.php:96
3995
+ #: ../src/admin-views/tribe-options-general.php:102
3996
+ msgid "Events URL slug"
3997
+ msgstr "URL-Slug (Permalink) für Veranstaltungen"
3998
 
3999
  # @ tribe-events-calendar
4000
+ #: ../src/admin-views/tribe-options-general.php:97
4001
+ #, php-format
4002
+ msgid ""
4003
+ "You cannot edit the slug for your events page as you do not have pretty "
4004
+ "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
4005
+ "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
4006
+ "\">enable pretty permalinks</a>."
4007
+ msgstr ""
4008
+ "So lange keine benutzerdefinierten Permalinks aktiviert sind, können Sie den "
4009
+ "Link zum Veranstaltungskalender nicht bearbeiten. Die aktuelle URL der "
4010
+ "Veranstaltungsseite ist: <a href=\"%s\">%s</a>. Um die URL's zu ändern "
4011
+ "gehen Sie zu <a href=\"%soptions-permalink.php\">Benutzerdefinierte "
4012
+ "Permalinks aktivieren</a>."
4013
 
4014
  # @ tribe-events-calendar
4015
+ #: ../src/admin-views/tribe-options-general.php:109
4016
+ #: ../src/functions/template-tags/options.php:20
4017
+ msgid "The slug used for building the events URL."
4018
+ msgstr "Der Slug (Permalink) für die Veranstaltungs-URL."
4019
 
4020
  # @ tribe-events-calendar
4021
+ #: ../src/admin-views/tribe-options-general.php:109
4022
+ #, php-format
4023
+ msgid "Your current events URL is: %s"
4024
+ msgstr "Die aktuelle URL für Veranstaltungen ist: %s"
4025
 
4026
  # @ tribe-events-calendar
4027
+ #: ../src/admin-views/tribe-options-general.php:114
4028
+ #: ../src/functions/template-tags/options.php:39
4029
+ msgid "Here is the iCal feed URL for your events:"
4030
+ msgstr "Hier befindet sich die iCal Feed URL für Ihre Veranstaltungen:"
4031
 
4032
  # @ tribe-events-calendar
4033
+ #: ../src/admin-views/tribe-options-general.php:119
4034
+ msgid "Single event URL slug"
4035
+ msgstr "Die URL für einzelne Veranstaltungen"
4036
 
4037
  # @ tribe-events-calendar
4038
+ #: ../src/admin-views/tribe-options-general.php:126
4039
+ #, php-format
4040
+ msgid ""
4041
+ "The above should ideally be plural, and this singular.<br />Your single "
4042
+ "event URL is: %s"
4043
+ msgstr ""
4044
+ "Die obere sollte idealer Weise im Plural geschrieben werden, diese im "
4045
+ "Singular.<br />Ihre URL für einzelne Veranstaltungen lautet: %s"
4046
 
4047
  # @ tribe-events-calendar
4048
+ #: ../src/admin-views/tribe-options-general.php:131
4049
+ msgid "End of day cutoff"
4050
+ msgstr "Neuer Tag ab"
4051
 
4052
  # @ tribe-events-calendar
4053
+ #: ../src/admin-views/tribe-options-general.php:152
4054
+ msgid ""
4055
+ "Have an event that runs past midnight? Select a time after that event's end "
4056
+ "to avoid showing the event on the next day's calendar."
4057
+ msgstr ""
4058
+ "Gibt es Veranstaltungen, welche bis nach Mitternacht gehen? Wählen Sie eine "
4059
+ "Zeit, nach der das Veranstaltungsende liegt, um nicht am nächsten Tag auch "
4060
+ "im Kalender angezeigt wird."
4061
 
4062
  # @ tribe-events-calendar
4063
+ #: ../src/admin-views/tribe-options-general.php:157
4064
+ msgid "Default currency symbol"
4065
+ msgstr "Standard Währungssymbol"
4066
 
4067
  # @ tribe-events-calendar
4068
+ #: ../src/admin-views/tribe-options-general.php:158
4069
+ msgid ""
4070
+ "Set the default currency symbol for event costs. Note that this only impacts "
4071
+ "future events, and changes made will not apply retroactively."
4072
+ msgstr ""
4073
+ "Legen Sie das Standard Währungssymbol für die Veranstaltungspreise fest. "
4074
+ "Bitte beachten Sie, dass dies nur zukünftige Veranstaltungen betrifft und "
4075
+ "nicht vergangene Verstaltungen beeinflußt."
4076
 
4077
  # @ tribe-events-calendar
4078
+ #: ../src/admin-views/tribe-options-general.php:165
4079
+ msgid "Currency symbol follows value"
4080
+ msgstr "Währungssymbol nach dem Betrag anzeigen"
4081
 
4082
  # @ tribe-events-calendar
4083
+ #: ../src/admin-views/tribe-options-general.php:166
4084
+ msgid ""
4085
+ "The currency symbol normally precedes the value. Enabling this option "
4086
+ "positions the symbol after the value."
4087
+ msgstr ""
4088
+ "Das Währungssymbol ist normalerweise dem Betrag vorangestellt. Durch "
4089
+ "Aktivieren dieser Option wird das Währungssymbol hinter dem Betrag angezeigt."
4090
 
4091
  # @ tribe-events-calendar
4092
+ #: ../src/admin-views/tribe-options-general.php:172
4093
+ msgid "Map Settings"
4094
+ msgstr "Karten Einstellungen"
4095
 
4096
  # @ tribe-events-calendar
4097
+ #: ../src/admin-views/tribe-options-general.php:176
4098
+ msgid "Enable Google Maps"
4099
+ msgstr "Google Karte aktivieren"
4100
 
4101
  # @ tribe-events-calendar
4102
+ #: ../src/admin-views/tribe-options-general.php:177
4103
+ msgid "Check to enable maps for events and venues."
4104
+ msgstr ""
4105
+ "Aktivieren, um Veranstaltungen und Veranstaltungsorte in einer Karte "
4106
+ "anzuzeigen."
4107
 
4108
  # @ tribe-events-calendar
4109
+ #: ../src/admin-views/tribe-options-general.php:184
4110
+ msgid "Google Maps default zoom level"
4111
+ msgstr "Google Maps Standard Zoomstufe"
4112
 
4113
  # @ tribe-events-calendar
4114
+ #: ../src/admin-views/tribe-options-general.php:185
4115
+ msgid "0 = zoomed out; 21 = zoomed in."
4116
+ msgstr "0 = max herausgezoomt, 21 = maximal hineingezoomt."
4117
 
4118
  # @ tribe-events-calendar
4119
+ #: ../src/admin-views/tribe-options-general.php:193
4120
+ msgid "Miscellaneous Settings"
4121
+ msgstr "Verschiedene Einstellungen"
4122
 
4123
  # @ tribe-events-calendar
4124
+ #: ../src/admin-views/tribe-options-general.php:197
4125
+ msgid "Duplicate Venues &amp; Organizers"
4126
+ msgstr "Duplikate bei Veranstaltungsorten und Veranstaltern."
4127
 
4128
  # @ tribe-events-calendar
4129
+ #: ../src/admin-views/tribe-options-general.php:197
4130
+ msgid ""
4131
+ "You might find duplicate venues and organizers when updating The Events "
4132
+ "Calendar from a pre-3.0 version. Click this button to automatically merge "
4133
+ "identical venues and organizers."
4134
+ msgstr ""
4135
+ "Sie können nach Duplikaten von Veranstaltungsorten und Veranstaltern suchen. "
4136
+ "Klicken Sie den Button und es werden exakt gleiche Veranstaltungsorte und "
4137
+ "Veranstalter (alle Felder werden vollständig verglichen) zusammengeführt."
4138
 
4139
  # @ tribe-events-calendar
4140
+ #: ../src/admin-views/tribe-options-general.php:202
4141
+ msgid "Debug mode"
4142
+ msgstr "Debug Modus"
4143
 
4144
  # @ tribe-events-calendar
4145
+ #: ../src/admin-views/tribe-options-general.php:208
4146
+ #, php-format
4147
+ msgid ""
4148
+ "Enable this option to log debug information. By default this will log to "
4149
+ "your server PHP error log. If you'd like to see the log messages in your "
4150
+ "browser, then we recommend that you install the %s and look for the \"Tribe"
4151
+ "\" tab in the debug output."
4152
+ msgstr ""
4153
+ "Aktivieren Sie die Option, um Debuginformationen mit zu loggen. "
4154
+ "Standardmäßig werden die Informationen in Ihr PHP Server Error Log "
4155
+ "geschrieben. Wenn Sie die Debuginfos in Ihrem Browser sehen möchten, "
4156
+ "empfehlen wir das %s zu installieren. Die Ausgabe der Debuginfos finden Sie "
4157
+ "im \"Tribe\" Tab."
4158
 
4159
  # @ tribe-events-calendar
4160
+ #: ../src/admin-views/tribe-options-general.php:208
4161
+ msgid "Debug Bar Plugin"
4162
+ msgstr "Debug Bar Plugin"
4163
 
4164
+ #: ../src/admin-views/tribe-options-general.php:213
4165
+ msgid "View Welcome Page"
4166
+ msgstr ""
 
4167
 
4168
+ #: ../src/admin-views/tribe-options-general.php:213
4169
+ msgid "View the page that displayed when you initially installed the plugin."
4170
+ msgstr ""
 
4171
 
4172
+ #: ../src/admin-views/tribe-options-general.php:218
4173
+ msgid "View Update Page"
4174
+ msgstr ""
 
4175
 
4176
+ #: ../src/admin-views/tribe-options-general.php:218
4177
+ msgid "View the page that displayed when you updated the plugin."
4178
+ msgstr ""
 
4179
 
4180
  # @ tribe-events-calendar
4181
+ #: ../src/admin-views/tribe-options-help.php:28
4182
+ msgctxt "not available"
4183
+ msgid "n/a"
4184
+ msgstr "n/v"
4185
 
4186
  # @ tribe-events-calendar
4187
+ #: ../src/admin-views/tribe-options-help.php:29
4188
+ msgid "You need to upgrade!"
4189
+ msgstr "Sie müssen updaten!"
4190
 
4191
  # @ tribe-events-calendar
4192
+ #: ../src/admin-views/tribe-options-help.php:29
4193
+ msgid "You are up to date!"
4194
+ msgstr "Sie sind auf dem neuesten Stand!"
4195
 
4196
  # @ tribe-events-calendar
4197
+ #: ../src/admin-views/tribe-options-help.php:52
4198
+ msgid "The Events Calendar PRO"
4199
+ msgstr "Der Events Calendar PRO"
4200
 
4201
  # @ tribe-events-calendar
4202
+ #: ../src/admin-views/tribe-options-help.php:56
4203
+ msgid "The Events Calendar: Eventbrite Tickets"
4204
+ msgstr "The Events Calendar: Eventbrite Tickets"
4205
 
4206
  # @ tribe-events-calendar
4207
+ #: ../src/admin-views/tribe-options-help.php:60
4208
+ msgid "The Events Calendar: Community Events"
4209
+ msgstr "The Events Calendar: Community Events"
4210
 
4211
  # @ tribe-events-calendar
4212
+ #: ../src/admin-views/tribe-options-help.php:64
4213
+ msgid "The Events Calendar: Facebook Events"
4214
+ msgstr "The Events Calendar: Facebook Events"
4215
 
4216
  # @ tribe-events-calendar
4217
+ #: ../src/admin-views/tribe-options-help.php:68
4218
+ msgid "The Events Calendar: WooCommerce Tickets"
4219
+ msgstr "The Events Calendar: WooCommerce Tickets"
4220
 
4221
  # @ tribe-events-calendar
4222
+ #: ../src/admin-views/tribe-options-help.php:73
4223
+ msgid "The Events Calendar: EDD Tickets"
4224
+ msgstr "The Events Calendar: EDD Tickets"
4225
 
4226
  # @ tribe-events-calendar
4227
+ #: ../src/admin-views/tribe-options-help.php:78
4228
+ msgid "The Events Calendar: WPEC Tickets"
4229
+ msgstr "The Events Calendar: WPEC Tickets"
4230
 
4231
  # @ tribe-events-calendar
4232
+ #: ../src/admin-views/tribe-options-help.php:83
4233
+ msgid "The Events Calendar: Shopp Tickets"
4234
+ msgstr "The Events Calendar: Shopp Tickets"
4235
 
4236
  # @ tribe-events-calendar
4237
+ #: ../src/admin-views/tribe-options-help.php:88
4238
+ msgid "The Events Calendar: Filter Bar"
4239
+ msgstr "Veranstaltungskalender: Filterleiste"
4240
 
4241
  # @ tribe-events-calendar
4242
+ #: ../src/admin-views/tribe-options-help.php:94
4243
+ msgid ""
4244
+ "If you're looking for help with The Events Calendar, you've come to the "
4245
+ "right place. We are committed to helping make your calendar kick ass...and "
4246
+ "hope the resources provided below will help get you there."
4247
+ msgstr ""
4248
+ "Wenn Sie Unterstützung für den Events Caendar benötigen, sind Sie hier "
4249
+ "richtig. Wir versuchen Sie bestmöglich zu unterstützen, damit Ihr Kalender "
4250
+ "großartig aussieht. Die nachfolgenden Infos helfen Ihnen hoffentlich dabei."
4251
 
4252
  # @ tribe-events-calendar
4253
+ #: ../src/admin-views/tribe-options-help.php:97
4254
+ msgid ""
4255
+ "If this is your first time using The Events Calendar, you're in for a treat "
4256
+ "and are already well on your way to creating a first event. Here are some "
4257
+ "basics we've found helpful for users jumping into it for the first time:"
4258
+ msgstr ""
4259
+ "Wenn Sie Events Calendar das erste Mal nutzen, sind Sie auf dem besten Weg "
4260
+ "Ihre erste Veranstaltung zu erstellen. Hier finden Sie Basiswissen, welches "
4261
+ "hilfreich bei der ersten Benutzung ist:"
4262
 
4263
  # @ tribe-events-calendar
4264
+ #: ../src/admin-views/tribe-options-help.php:100
4265
+ #, php-format
4266
+ msgid ""
4267
+ "%sOur New User Primer%s was designed for folks in your exact position. "
4268
+ "Featuring both step-by-step videos and written walkthroughs that feature "
4269
+ "accompanying screenshots, the primer aims to take you from zero to hero in "
4270
+ "no time."
4271
+ msgstr ""
4272
+ "Unser %sNew User Primer%s wurde für Personen wie Sie entwickelt. Step-by-"
4273
+ "Step Videos als auch ausführliche Anleitung inklusive Screenshots helfen "
4274
+ "Ihnen sich schnell zurecht zu finden."
4275
 
4276
  # @ tribe-events-calendar
4277
+ #: ../src/admin-views/tribe-options-help.php:102
4278
+ #, php-format
4279
+ msgid ""
4280
+ "%sInstallation/Setup FAQs%s from our support page can help give an overview "
4281
+ "of what the plugin can and cannot do. This section of the FAQs may be "
4282
+ "helpful as it aims to address any basic install questions not addressed by "
4283
+ "the new user primer."
4284
+ msgstr ""
4285
+ "Die %sInstallation/Setup FAQ%s von unserer Supportseite hilft Ihnen einen "
4286
+ "Überblick über die Funktionen des Plugins zu geben. Dieser Abschnitt der FAQ "
4287
+ "kann hilfreich sein, da er alle Basis Installationsfragen erläutert, welche "
4288
+ "nicht im \\\"New User Primer\\\" enthalten sind."
4289
 
4290
  # @ tribe-events-calendar
4291
+ #: ../src/admin-views/tribe-options-help.php:104
4292
+ msgid ""
4293
+ "Otherwise, if you're feeling adventurous, you can get started by heading to "
4294
+ "the Events menu and adding your first event."
4295
+ msgstr ""
4296
+ "Wenn Sie direkt durchstarten möchten, können Sie jetzt im Veranstaltungen "
4297
+ "Menü Ihre erste Veranstaltungen erstellen."
4298
 
4299
  # @ tribe-events-calendar
4300
+ #: ../src/admin-views/tribe-options-help.php:108
4301
+ #, php-format
4302
+ msgid ""
4303
+ "We've redone our support page from the ground up in an effort to better help "
4304
+ "our users. Head over to our %sSupport Page%s and you'll find lots of great "
4305
+ "resources, including:"
4306
+ msgstr ""
4307
+ "Wir haben unsere Support Seite von Grund auf überarbeitet, um unsere Kunden "
4308
+ "besser unterstützen zu können. Wechseln Sie zu %sSupport Seite%s und finden "
4309
+ "Sie eine Vielzahl von Unterlagen, inklusive:"
4310
 
4311
  # @ tribe-events-calendar
4312
+ #: ../src/admin-views/tribe-options-help.php:110
4313
+ #, php-format
4314
+ msgid ""
4315
+ "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
4316
+ "&amp; Events Calendar PRO"
4317
+ msgstr ""
4318
+ "%sTemplate tags, Funktionen und Hooks & Filter%s für \" The Events Calendar "
4319
+ "&amp; Events Calendar PRO\""
4320
 
4321
  # @ tribe-events-calendar
4322
+ #: ../src/admin-views/tribe-options-help.php:112
4323
+ #, php-format
4324
+ msgid ""
4325
+ "%sFrequently Asked Questions%s ranging from the most basic setup questions "
4326
+ "to advanced themer tweaks"
4327
+ msgstr ""
4328
+ "%sFrequently Asked Questions%s für die Basis Setup Fragen für Anpassungen "
4329
+ "von Themes."
4330
 
4331
  # @ tribe-events-calendar
4332
+ #: ../src/admin-views/tribe-options-help.php:115
4333
+ #, php-format
4334
+ msgid ""
4335
+ "%sTutorials%s written by both members of our team and users from the "
4336
+ "community, covering custom queries, integration with third-party themes and "
4337
+ "plugins, etc."
4338
+ msgstr ""
4339
+ "%sTutorials%s, welche von Mitgliedern unseres Teams und Nutzern der "
4340
+ "Community erstellt wurden, welche individuelle Abfragen, die Integration von "
4341
+ "Themes von Drittanbietern und Plugins, etc. beschreiben."
4342
 
4343
  # @ tribe-events-calendar
4344
+ #: ../src/admin-views/tribe-options-help.php:117
4345
+ msgid ""
4346
+ "Release notes for painting an overall picture of the plugin's lifecycle and "
4347
+ "when features/bug fixes were introduced."
4348
+ msgstr ""
4349
+ "Release Notes mit einer Übersicht über den Plugin Lifecylce und wann neue "
4350
+ "Features / Bug Fixes umgesetzt wurden."
4351
 
4352
  # @ tribe-events-calendar
4353
+ #: ../src/admin-views/tribe-options-help.php:119
4354
+ #, php-format
4355
+ msgid ""
4356
+ "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
4357
+ "The Events Calendar (including WooTickets, Community Events, Eventbrite "
4358
+ "Tickets, Facebook Events, etc)"
4359
+ msgstr ""
4360
+ "%sAdd-on Dokumentation%s für alle offiziellen Modern Tribe Erweiterungen für "
4361
+ "\\\" The Events Calendar\\\" (inklsuive WooTickets, Community Events, "
4362
+ "Eventbrite Tickets, Facebook Events, etc)"
4363
 
4364
  # @ tribe-events-calendar
4365
+ #: ../src/admin-views/tribe-options-help.php:121
4366
+ #, php-format
4367
+ msgid ""
4368
+ "We've also got a %sModern Tribe UserVoice%s page where we're actively "
4369
+ "watching for feature ideas from the community. If after playing with the "
4370
+ "plugin and reviewing the resources above, you're finding a feature isn't "
4371
+ "present that should be, let us know. Vote up existing feature requests or "
4372
+ "add your own, and help us shape the future of the products business in a way "
4373
+ "that best meets the community's needs."
4374
+ msgstr ""
4375
+ "Es existiert auch eine %sModern Tribe UserVoice%s Seite, welche wir auf neue "
4376
+ "Features der Community hin überprüfen. Sollten Sie nach Nutzung des Plugin "
4377
+ "und der oben genannten Unterlagen feststellen, dass ein gewünschtes Features "
4378
+ "nicht verfügbar ist, informieren Sie uns! Stimmen Sie für existierende "
4379
+ "Features ab oder fügen Sie selbst neue hinzu. Helfen Sie uns die Entwicklung "
4380
+ "des Produktes zu steuern, um die Anfoderungen der Community am besten "
4381
+ "erfüllen zu können."
4382
 
4383
  # @ tribe-events-calendar
4384
+ #: ../src/admin-views/tribe-options-help.php:125
4385
+ #, php-format
4386
+ msgid ""
4387
+ "Written documentation can only take things so far...sometimes, you need help "
4388
+ "from a real person. This is where our %ssupport forums%s come into play."
4389
+ msgstr ""
4390
+ "Eine Dokumentation ist oft hilfreich, kann aber nicht immer die "
4391
+ "Unterstützung durch einen echten Supportmitarbeiter ersetzen. An dieser "
4392
+ "Stelle kommt unser %sSupport Forums%s ins Spiel."
4393
 
4394
  # @ tribe-events-calendar
4395
+ #: ../src/admin-views/tribe-options-help.php:126
4396
+ #, php-format
4397
+ msgid ""
4398
+ "Users of the free The Events Calendar should post their support concerns to "
4399
+ "the plugin's %sWordPress.org support forum%s. While we are happy to help "
4400
+ "identify and fix bugs that are reported at WordPress.org, please make sure "
4401
+ "to read our %ssupport expectations sticky thread%s before posting so you "
4402
+ "understand our limitations."
4403
+ msgstr ""
4404
+ "Nutzer des frei verfügbaren Plugin \\\"The Events Calendar\\\" können Ihre "
4405
+ "Supportanfragen im %sWordPress.org support forum%s stellen. Wir unterstützen "
4406
+ "gerne auf WordPress.org und versuchen Fehler zu beheben. Bitte stellen Sie "
4407
+ "vorher jedoch sicher, dass Sie unsere %ssupport expectations sticky thread%s "
4408
+ "gelesen haben, bevor Sie eine Frage stellen, um die Grenzen des Supports zu "
4409
+ "verstehen."
4410
 
4411
  # @ tribe-events-calendar
4412
+ #: ../src/admin-views/tribe-options-help.php:127
4413
+ msgid ""
4414
+ "We hit the WordPress.org forum throughout the week, watching for bugs. If "
4415
+ "you report a legitimate bug that we're able to reproduce, we will log it and "
4416
+ "patch for an upcoming release. However we are unfortunately unable to "
4417
+ "provide customization tips or assist in integrating with 3rd party plugins "
4418
+ "or themes."
4419
+ msgstr ""
4420
+ "Wir prüfen das WordPress.org Forum während der Woche, um Fehler zu erkennen. "
4421
+ "Wenn Sie eine offensichtlien Fehler finden, den wir reproduzieren können, "
4422
+ "werden wir in aufnehmen und im nächsten Release korrigieren. Jedoch sind wir "
4423
+ "leider nicht in der Lage, Tipps für Anpassungen zu geben oder bei der "
4424
+ "Untstützung von Plugins oder Themes von Drittanbietern zu geben."
4425
 
4426
  # @ tribe-events-calendar
4427
+ #: ../src/admin-views/tribe-options-help.php:128
4428
+ #, php-format
4429
+ msgid ""
4430
+ "If you're a user of The Events Calendar and would like more support, please "
4431
+ "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
4432
+ "deeper level of customization/integration support for paying users than we "
4433
+ "can on WordPress.org."
4434
+ msgstr ""
4435
+ "Wenn Sie als Nutzer von \"The Events Calendar\" mehr Unterstützung "
4436
+ "benötigen, erwerben Sie bitte eine %sPRO Lizenz%s. Wir überprüfen das PRO "
4437
+ "Forum täglich and können Nutzer auf einer detailierten Ebene bei Anpassungen "
4438
+ "oder Integrationen unterstützen als auf WordPress.org."
4439
 
4440
  # @ tribe-events-calendar
4441
+ #: ../src/admin-views/tribe-options-help.php:132
4442
+ #, php-format
4443
+ msgid ""
4444
+ "If you find that you aren't getting the level of service you've come to "
4445
+ "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
4446
+ "why. We'll do what we can to make it right."
4447
+ msgstr ""
4448
+ "Wenn Sie nicht die benötigte Hilfe bekommen die Sie erwartet haben, schicken "
4449
+ "Sie uns eine E-Mail an %s oder einen Tweet %s und sagen uns warum. Wir "
4450
+ "werden unser Bestes geben, um Ihnen zu helfen."
4451
 
4452
  # @ tribe-events-calendar
4453
+ #: ../src/admin-views/tribe-options-help.php:133
4454
+ msgid "More..."
4455
+ msgstr "Mehr..."
4456
 
4457
  # @ tribe-events-calendar
4458
+ #: ../src/admin-views/tribe-options-help.php:142
4459
+ msgid ""
4460
+ "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
4461
+ "for installing our labor of love!"
4462
+ msgstr "Hallo! Wir sind Modern Tribe. Vielen Dank für die Installation!"
4463
 
4464
  # @ tribe-events-calendar
4465
+ #: ../src/admin-views/tribe-options-help.php:151
4466
+ msgid "Support Resources To Help You Kick Ass"
4467
+ msgstr "Support Unterlagen die Ihnen sicherlich helfen"
4468
 
4469
  # @ tribe-events-calendar
4470
+ #: ../src/admin-views/tribe-options-help.php:154
4471
+ msgid "Forums: Because Everyone Needs A Buddy"
4472
+ msgstr "Foren: Weil jeder Freunde braucht"
4473
 
4474
  # @ tribe-events-calendar
4475
+ #: ../src/admin-views/tribe-options-help.php:157
4476
+ msgid "Not getting help?"
4477
+ msgstr "Keine Hilfe gefunden?"
4478
 
4479
  # @ tribe-events-calendar
4480
+ #: ../src/admin-views/tribe-options-help.php:174
4481
+ msgid "Latest Version:"
4482
+ msgstr "Neueste Version:"
4483
 
4484
  # @ tribe-events-calendar
4485
+ #: ../src/admin-views/tribe-options-help.php:175
4486
+ msgid "Author:"
4487
+ msgstr "Autor:"
4488
 
4489
  # @ tribe-events-calendar
4490
+ #: ../src/admin-views/tribe-options-help.php:175
4491
+ msgid "Modern Tribe Inc"
4492
+ msgstr "Modern Tribe Inc"
4493
 
4494
  # @ tribe-events-calendar
4495
+ #: ../src/admin-views/tribe-options-help.php:178
4496
+ msgid "Requires:"
4497
+ msgstr "Benötigt:"
4498
 
4499
  # @ tribe-events-calendar
4500
+ #: ../src/admin-views/tribe-options-help.php:178
4501
+ msgid "WordPress "
4502
+ msgstr "WordPress "
4503
 
4504
  # @ tribe-events-calendar
4505
+ #: ../src/admin-views/tribe-options-help.php:180
4506
+ msgid "Wordpress.org Plugin Page"
4507
+ msgstr "Wordpress.org Plugin Seite"
4508
 
4509
  # @ tribe-events-calendar
4510
+ #: ../src/admin-views/tribe-options-help.php:186
4511
+ msgid "Average Rating"
4512
+ msgstr "Durchschnittliche Bewertung"
4513
 
4514
  # @ tribe-events-calendar
4515
+ #: ../src/admin-views/tribe-options-help.php:190
4516
+ #, php-format
4517
+ msgid "Based on %d rating"
4518
+ msgid_plural "Based on %d ratings"
4519
+ msgstr[0] "Basierend auf %d Bewertung"
4520
+ msgstr[1] "Basierend auf %d Bewertungen"
4521
 
4522
  # @ tribe-events-calendar
4523
+ #: ../src/admin-views/tribe-options-help.php:192
4524
+ msgid "Give us 5 stars!"
4525
+ msgstr "Geben Sie uns 5 Sterne!"
4526
 
4527
  # @ tribe-events-calendar
4528
+ #: ../src/admin-views/tribe-options-help.php:196
4529
+ msgid "Premium Add-Ons"
4530
+ msgstr "Premium Add-Ons"
4531
 
4532
  # @ tribe-events-calendar
4533
+ #: ../src/admin-views/tribe-options-help.php:205
4534
+ msgid "(Coming Soon!)"
4535
+ msgstr "(erscheint bald)"
4536
 
4537
  # @ tribe-events-calendar
4538
+ #: ../src/admin-views/tribe-options-help.php:215
4539
+ msgid "News and Tutorials"
4540
+ msgstr "News und Tutorials"
4541
 
4542
  # @ tribe-events-calendar
4543
+ #: ../src/admin-views/tribe-options-network.php:15
4544
+ msgid "Network Settings"
4545
+ msgstr "Netzwerkeinstellungen"
4546
 
4547
  # @ tribe-events-calendar
4548
+ #: ../src/admin-views/tribe-options-network.php:19
4549
+ msgid ""
4550
+ "This is where all of the global network settings for Modern Tribe's The "
4551
+ "Events Calendar can be modified."
4552
+ msgstr ""
4553
+ "Hier werden alle Netzwerkeinstellungen für den Modern Tribe Events Calendar "
4554
+ "eingestellt."
4555
 
4556
  # @ tribe-events-calendar
4557
+ #: ../src/admin-views/tribe-options-network.php:27
4558
+ msgid "Hide the following settings tabs on every site:"
4559
+ msgstr "Versteken Sie die folgenden Einstellungen auf der Seite:"
4560
 
4561
  # @ tribe-events-calendar
4562
+ #: ../src/admin-views/venue-meta-box.php:34
4563
+ #: ../src/functions/advanced-functions/meta_registration.php:176
4564
+ msgid "Address:"
4565
+ msgstr "Adresse:"
4566
 
4567
  # @ tribe-events-calendar
4568
+ #: ../src/admin-views/venue-meta-box.php:41
4569
+ msgid "City:"
4570
+ msgstr "Ort:"
4571
 
4572
  # @ tribe-events-calendar
4573
+ #: ../src/admin-views/venue-meta-box.php:48
4574
+ msgid "Country:"
4575
+ msgstr "Land:"
4576
 
4577
  # @ tribe-events-calendar
4578
+ #: ../src/admin-views/venue-meta-box.php:88
4579
+ msgid "State or Province:"
4580
+ msgstr "Bundesland/ Kanton/ Provinz:"
4581
 
4582
  # @ tribe-events-calendar
4583
+ #: ../src/admin-views/venue-meta-box.php:92
4584
+ msgid "Select a State:"
4585
+ msgstr "Staat wählen (nur für USA!)"
4586
 
4587
  # @ tribe-events-calendar
4588
+ #: ../src/admin-views/venue-meta-box.php:105
4589
+ msgid "Postal Code:"
4590
+ msgstr "PLZ:"
4591
 
4592
  # @ tribe-events-calendar
4593
+ #: ../src/admin-views/venue-meta-box.php:137
4594
+ #: ../src/admin-views/venue-meta-box.php:159
4595
+ msgid "Show Google Map:"
4596
+ msgstr "Zeige Google Karte:"
4597
 
4598
  # @ tribe-events-calendar
4599
+ #: ../src/admin-views/venue-meta-box.php:147
4600
+ #: ../src/admin-views/venue-meta-box.php:169
4601
+ msgid "Show Google Maps Link:"
4602
+ msgstr "Zeige Link zu Google Karte:"
4603
 
4604
  # @ tribe-events-calendar
4605
+ #: ../src/admin-views/widget-admin-list.php:13
4606
+ msgid "Title:"
4607
+ msgstr "Titel:"
4608
 
4609
  # @ tribe-events-calendar
4610
+ #: ../src/admin-views/widget-admin-list.php:18
4611
+ msgid "Show:"
4612
+ msgstr "Anzeigen:"
4613
 
4614
  # @ tribe-events-calendar
4615
+ #: ../src/admin-views/widget-admin-list.php:28
4616
+ msgid "Show widget only if there are upcoming events:"
4617
+ msgstr "Das Widget nur anzeigen, wenn es bevorstehende Veranstaltungen gibt:"
4618
 
4619
  # @ tribe-events-calendar
4620
+ #: ../src/functions/advanced-functions/meta_registration.php:16
4621
+ #: ../src/views/modules/meta/details.php:30
4622
+ msgid "Details"
4623
+ msgstr "Details"
4624
 
4625
  # @ tribe-events-calendar
4626
+ #: ../src/functions/advanced-functions/meta_registration.php:80
4627
+ msgid "Event Tags:"
4628
+ msgstr "Veranstaltungstags:"
4629
 
4630
  # @ tribe-events-calendar
4631
+ #: ../src/functions/advanced-functions/meta_registration.php:112
4632
+ msgid "Origin:"
4633
+ msgstr "Quelle:"
4634
 
4635
+ #: ../src/functions/advanced-functions/meta_registration.php:286
4636
+ #, php-format
4637
+ msgid "%s:"
4638
+ msgstr ""
4639
+
4640
+ #: ../src/functions/template-tags/date.php:280
4641
+ msgid "The function needs to be passed an $event or used in the loop."
4642
+ msgstr ""
4643
 
4644
  # @ tribe-events-calendar
4645
+ #: ../src/functions/template-tags/day.php:108
4646
+ msgid "<span>&laquo;</span> Previous Day"
4647
+ msgstr "<span>&laquo;</span> Vorheriger Tag"
4648
 
4649
  # @ tribe-events-calendar
4650
+ #: ../src/functions/template-tags/day.php:110
4651
+ msgid "Next Day <span>&raquo;</span>"
4652
+ msgstr "Nächster Tag <span>&raquo;</span>"
4653
 
4654
  # @ tribe-events-calendar
4655
+ #: ../src/functions/template-tags/day.php:112
4656
+ msgid "Yesterday"
4657
+ msgstr "Gestern"
4658
 
4659
  # @ tribe-events-calendar
4660
+ #: ../src/functions/template-tags/day.php:114
4661
+ msgid "Tomorrow"
4662
+ msgstr "Morgen"
4663
 
4664
  # @ tribe-events-calendar
4665
+ #: ../src/functions/template-tags/deprecated.php:1283
4666
+ msgid "Category"
4667
+ msgstr "Kategorie"
4668
 
4669
  # @ tribe-events-calendar
4670
+ #: ../src/functions/template-tags/general.php:426
4671
+ msgid "Tags:"
4672
+ msgstr "Tags:"
4673
+
4674
+ #: ../src/functions/template-tags/general.php:538
4675
+ #, php-format
4676
+ msgid "Loading %s"
4677
+ msgstr ""
4678
 
4679
  # @ tribe-events-calendar
4680
+ #: ../src/functions/template-tags/general.php:760
4681
+ msgid "Free"
4682
+ msgstr "Eintritt frei"
4683
 
4684
  # @ tribe-events-calendar
4685
+ #: ../src/functions/template-tags/general.php:1454
4686
+ #, php-format
4687
+ msgid "Calendar powered by %sThe Events Calendar%s"
4688
+ msgstr "Kalender powered by %sThe Events Calendar%s"
4689
+
4690
+ #: ../src/functions/template-tags/loop.php:131
4691
+ #, php-format
4692
+ msgid "Upcoming %s"
4693
+ msgstr ""
4694
+
4695
+ #: ../src/functions/template-tags/loop.php:145
4696
+ #, php-format
4697
+ msgid "%1$s for %2$s - %3$s"
4698
+ msgstr ""
4699
+
4700
+ #: ../src/functions/template-tags/loop.php:147
4701
+ #, php-format
4702
+ msgid "Past %s"
4703
+ msgstr ""
4704
+
4705
+ #: ../src/functions/template-tags/loop.php:152
4706
+ #: ../src/functions/template-tags/loop.php:161
4707
+ #, php-format
4708
+ msgid "%1$s for %2$s"
4709
+ msgstr ""
4710
 
4711
  # @ tribe-events-calendar
4712
+ #: ../src/functions/template-tags/options.php:20
4713
+ #, php-format
4714
+ msgid "Your current Events URL is %s"
4715
+ msgstr "Ihre aktuelle Veranstaltungs-URL ist %s"
4716
 
4717
  # @ tribe-events-calendar
4718
+ #: ../src/functions/template-tags/options.php:29
4719
+ #, php-format
4720
+ msgid ""
4721
+ "You <strong>cannot</strong> use the same slug as above. The above should "
4722
+ "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
4723
+ msgstr ""
4724
+ "Sie <strong>können nicht</strong>die gleiche URL wie ben nutzen. "
4725
+ "Idealerweise solle die obere im Plural und diese im Singular stehen.<br /"
4726
+ ">Ihre Einzelveranstaltungs URL ist: %s"
4727
 
4728
  # @ tribe-events-calendar
4729
+ #: ../src/io/csv/admin-views/columns.php:22
4730
+ #, php-format
4731
+ msgid "Column Mapping: %s"
4732
+ msgstr "Spalten Mapping: %s"
4733
+
4734
+ #: ../src/io/csv/admin-views/columns.php:28
4735
+ msgid ""
4736
+ "Columns have been mapped based on your last import. Please ensure the "
4737
+ "selected fields match the columns in your CSV file."
4738
+ msgstr ""
4739
 
4740
  # @ tribe-events-calendar
4741
+ #: ../src/io/csv/admin-views/columns.php:33
4742
+ msgid "Column Headings"
4743
+ msgstr "Spalten Überschriften"
4744
 
4745
  # @ tribe-events-calendar
4746
+ #: ../src/io/csv/admin-views/columns.php:34
4747
+ msgid "Event Fields"
4748
+ msgstr "Veranstaltungsfelder"
4749
 
4750
  # @ tribe-events-calendar
4751
+ #: ../src/io/csv/admin-views/columns.php:45
4752
+ msgid "Perform Import"
4753
+ msgstr "Import durchführen"
4754
+
4755
+ #: ../src/io/csv/admin-views/general.php:11
4756
+ msgid "The Events Calendar: Import"
4757
+ msgstr ""
4758
+
4759
+ #: ../src/io/csv/admin-views/general.php:13
4760
+ msgid "Instructions"
4761
+ msgstr ""
4762
+
4763
+ #: ../src/io/csv/admin-views/general.php:15
4764
+ #, php-format
4765
+ msgid ""
4766
+ "To import events, first select a %sDefault Import Event Status%s below to "
4767
+ "assign to your imported events."
4768
+ msgstr ""
4769
+
4770
+ #: ../src/io/csv/admin-views/general.php:18
4771
+ msgid ""
4772
+ "Once your setting is saved, move to the applicable Import tab to select "
4773
+ "import specific criteria."
4774
+ msgstr ""
4775
+
4776
+ #: ../src/io/csv/admin-views/general.php:26
4777
+ msgid "Import Settings"
4778
+ msgstr ""
4779
+
4780
+ #: ../src/io/csv/admin-views/general.php:28
4781
+ msgid "Default imported event status:"
4782
+ msgstr ""
4783
+
4784
+ #: ../src/io/csv/admin-views/general.php:31
4785
+ msgid "Published"
4786
+ msgstr ""
4787
+
4788
+ #: ../src/io/csv/admin-views/general.php:32
4789
+ msgid "Pending"
4790
+ msgstr ""
4791
+
4792
+ #: ../src/io/csv/admin-views/general.php:33
4793
+ msgid "Draft"
4794
+ msgstr ""
4795
+
4796
+ #: ../src/io/csv/admin-views/header.php:17
4797
+ msgid "Events Import"
4798
+ msgstr ""
4799
 
4800
  # @ tribe-events-calendar
4801
+ #: ../src/io/csv/admin-views/import.php:17
4802
+ msgid "Import Instructions"
4803
+ msgstr "Import Anleitung"
4804
 
4805
  # @ tribe-events-calendar
4806
+ #: ../src/io/csv/admin-views/import.php:20
4807
+ msgid "If your events have Organizers or Venues, please import those first."
4808
+ msgstr ""
4809
+ "Wenn Veranstaltungen über Veranstalter oder Veranstaltungsorte verfügen, "
4810
+ "diese bitte zuerst importieren."
4811
 
4812
  # @ tribe-events-calendar
4813
+ #: ../src/io/csv/admin-views/import.php:21
4814
+ msgid "To import organizers or venues:"
4815
+ msgstr "Um Veranstalter oder Veranstaltungsorte zu importieren:"
4816
 
4817
  # @ tribe-events-calendar
4818
+ #: ../src/io/csv/admin-views/import.php:23
4819
+ msgid "Select the appropriate import type."
4820
+ msgstr "Wähle den passenden Importtyp."
4821
 
4822
  # @ tribe-events-calendar
4823
+ #: ../src/io/csv/admin-views/import.php:24
4824
+ #: ../src/io/csv/admin-views/import.php:30
4825
+ msgid ""
4826
+ "Upload a CSV file with one record on each line. The first line may contain "
4827
+ "column names (check the box below)."
4828
+ msgstr ""
4829
+ "Lade eine CSV-Datei mit einem Datensatz pro Zeile hoch. Die erste Zeile kann "
4830
+ "die Spaltenbezeichnungen enthalten (bitte die Option unten aktivieren)."
4831
 
4832
  # @ tribe-events-calendar
4833
+ #: ../src/io/csv/admin-views/import.php:25
4834
+ msgid ""
4835
+ "One column in your CSV should have the Organizer/Venue name. All other "
4836
+ "fields are optional."
4837
+ msgstr ""
4838
+ "Eine Spalte in der CSV-Datei muss den Namen des Veranstalters / "
4839
+ "Veranstaltungsortes enthalten. Alle anderen Felder sind optional."
4840
 
4841
  # @ tribe-events-calendar
4842
+ #: ../src/io/csv/admin-views/import.php:26
4843
+ #: ../src/io/csv/admin-views/import.php:32
4844
+ msgid ""
4845
+ "After you upload your file, you'll have the opportunity to indicate how the "
4846
+ "columns in your CSV map to fields in The Events Calendar."
4847
+ msgstr ""
4848
+ "Nach dem Upload der Datei kann ein Mapping zwischen den Spalten in der CSV-"
4849
+ "Datei und den Feldern im Event Kalender vorgenommen werden."
4850
 
4851
  # @ tribe-events-calendar
4852
+ #: ../src/io/csv/admin-views/import.php:28
4853
+ msgid "After importing your Organizers and Venues, import your Events:"
4854
+ msgstr ""
4855
+ "Bitte Importieren Sie erst nach dem Import der Veranstalter und "
4856
+ "Veranstaltungsorten die Veranstaltungen:"
4857
 
4858
  # @ tribe-events-calendar
4859
+ #: ../src/io/csv/admin-views/import.php:31
4860
+ msgid ""
4861
+ "One column in your CSV should have the Event title. Another should have the "
4862
+ "Event start date. All other fields are optional."
4863
+ msgstr ""
4864
+ "Eine Spalte in der CSV-Datei muss den Veranstaltungstitel enthalten, eine "
4865
+ "andere das Startdatum der Veranstaltung. Alle anderen Felder sind optional."
4866
 
4867
  # @ tribe-events-calendar
4868
+ #: ../src/io/csv/admin-views/import.php:36
4869
+ #, php-format
4870
+ msgid "Questions? <a href=\"%s\">Watch the video</a>."
4871
+ msgstr "Fragen? <a href=\"%s\">Schauen Sie das Video an</a>."
4872
 
4873
  # @ tribe-events-calendar
4874
+ #: ../src/io/csv/admin-views/import.php:43
4875
+ msgid "Import Type:"
4876
+ msgstr "Import Typ:"
4877
 
4878
  # @ tribe-events-calendar
4879
+ #: ../src/io/csv/admin-views/import.php:55
4880
+ msgid "CSV File:"
4881
+ msgstr "CSV Datei:"
4882
 
4883
  # @ tribe-events-calendar
4884
+ #: ../src/io/csv/admin-views/import.php:59
4885
+ msgid ""
4886
+ "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
4887
+ "is UTF-8 encoded? Make sure to specify the character encoding when you save "
4888
+ "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
4889
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
4890
+ msgstr ""
4891
+ "Laden Sie ein ordnungsgemäß formatierte, UTF-8 codierte CSV Datei hoch. "
4892
+ "Wissen Sie nicht, ob Ihre Datei UTF-8 codiert ist? Stellen Sie beim "
4893
+ "speichern der Datei sicher, dass Sie UTF-8 als Zeichensatz gewählt haben "
4894
+ "oder nutzen Sie ein <a href='http://i-tools.org/charset/exec?"
4895
+ "dest=utf-8&src=auto&download=1'>Konvertierungstool</a>."
4896
 
4897
  # @ tribe-events-calendar
4898
+ #: ../src/io/csv/admin-views/import.php:67
4899
+ msgid "This file has column names in the first row"
4900
+ msgstr "Diese Datei hat Spalten in der ersten Zeile"
4901
 
4902
  # @ tribe-events-calendar
4903
+ #: ../src/io/csv/admin-views/import.php:78
4904
+ msgid "Import CSV File"
4905
+ msgstr "Importiere CSV Datei"
4906
 
4907
  # @ tribe-events-calendar
4908
+ #: ../src/io/csv/admin-views/result.php:15
4909
+ msgid "Import Result"
4910
+ msgstr "Import Ergebnisse"
4911
 
4912
  # @ tribe-events-calendar
4913
+ #: ../src/io/csv/admin-views/result.php:17
4914
+ msgid "Import complete!"
4915
+ msgstr "Import abgeschlossen!"
4916
 
4917
  # @ tribe-events-calendar
4918
+ #: ../src/io/csv/admin-views/result.php:19
4919
+ #, php-format
4920
+ msgid "Inserted: %d"
4921
+ msgstr "Eingefügt: %d"
4922
 
4923
  # @ tribe-events-calendar
4924
+ #: ../src/io/csv/admin-views/result.php:20
4925
+ #, php-format
4926
+ msgid "Updated: %d"
4927
+ msgstr "Aktualisiert: %d"
4928
 
4929
  # @ tribe-events-calendar
4930
+ #: ../src/io/csv/admin-views/result.php:21
4931
+ #, php-format
4932
+ msgid "Skipped: %d"
4933
+ msgstr "Übersprungen: %d"
4934
 
4935
  # @ tribe-events-calendar
4936
+ #: ../src/io/csv/admin-views/result.php:25
4937
+ msgid "The import statistics above have the following meaning:"
4938
+ msgstr "Die Import Statistiken oben bedeuten folgendes:"
4939
 
4940
  # @ tribe-events-calendar
4941
+ #: ../src/io/csv/admin-views/result.php:26
4942
+ msgid ""
4943
+ "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
4944
+ "li><li><strong>Updated:</strong> An item was found with the same name and/or "
4945
+ "start date. The existing item was updated with the new value from the file.</"
4946
+ "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
4947
+ "not be imported. Please see below for the invalid rows.</li></ol>"
4948
+ msgstr ""
4949
+ "<ol><li><strong>Eingefügt::</strong> Ein neues Element wurde erfolgreich "
4950
+ "eingefügt.</li><li><strong>Aktualisiert:</strong> Ein Element mit dem "
4951
+ "gleichen Namen und/oder Startdatum wurde gefunden. Das existierende Element "
4952
+ "wurde mit den neuen Werten aus der Datei aktualisiert.</"
4953
+ "li><li><strong>Übersprungen:</strong> Es wurde eine Zeile in der CSV Datei "
4954
+ "gefunedn, weche nicht importiert werden konnte. Unten finden Sie mehr "
4955
+ "Informationen zu den ungültigen Zeilen.</li></ol>"
4956
 
4957
  # @ tribe-events-calendar
4958
+ #: ../src/io/csv/admin-views/result.php:29
4959
+ #, php-format
4960
+ msgid "Skipped row numbers: %s"
4961
+ msgstr "Übersprungene Zeilen: %s"
4962
 
4963
  # @ tribe-events-calendar
4964
+ #: ../src/pue/admin-views/license-key.view.php:13
4965
+ msgid "A valid license key is required for support and updates."
4966
+ msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich."
4967
 
4968
  # @ tribe-events-calendar
4969
+ #: ../src/pue/admin-views/license-key.view.php:19
4970
+ msgid "Replace empty fields"
4971
+ msgstr "Ersetze die leeren Felder"
4972
 
4973
  # @ tribe-events-calendar
4974
+ #: ../src/views/day/nav.php:16
4975
+ msgid "Day Navigation"
4976
+ msgstr "Tagesnavigation"
4977
 
4978
  # @ tribe-events-calendar
4979
+ #: ../src/views/day/single-event.php:66 ../src/views/list/single-event.php:70
4980
+ msgid "Find out more"
4981
+ msgstr "Erfahren Sie mehr"
4982
 
4983
+ #: ../src/views/list/nav.php:19
4984
+ #, php-format
4985
+ msgid "%s List Navigation"
4986
+ msgstr ""
4987
 
4988
+ #: ../src/views/list/nav.php:25
4989
+ #, php-format
4990
+ msgid "<span>&laquo;</span> Previous %s"
4991
+ msgstr ""
4992
 
4993
+ #: ../src/views/list/nav.php:32
4994
+ #, php-format
4995
+ msgid "Next %s <span>&raquo;</span>"
4996
+ msgstr ""
4997
 
4998
+ #: ../src/views/modules/bar.php:30 ../src/views/modules/bar.php:61
4999
+ #, php-format
5000
+ msgid "Find %s"
5001
+ msgstr ""
5002
 
5003
  # @ tribe-events-calendar
5004
+ #: ../src/views/modules/bar.php:37
5005
+ msgid "Event Views Navigation"
5006
+ msgstr "Verstaltungsansicht Navigation"
5007
 
5008
  # @ tribe-events-calendar
5009
+ #: ../src/views/modules/bar.php:38
5010
+ msgid "View As"
5011
+ msgstr "Anzeigen als"
5012
 
5013
+ #: ../src/views/modules/meta/details.php:119
5014
+ #, php-format
5015
+ msgid "%s Tags:"
5016
+ msgstr ""
5017
 
5018
+ #: ../src/views/month/mobile.php:13
5019
+ #, php-format
5020
+ msgid "%s for"
5021
+ msgstr ""
5022
 
5023
+ #: ../src/views/month/mobile.php:37
5024
+ msgid "Find out more »"
5025
+ msgstr ""
 
5026
 
5027
  # @ tribe-events-calendar
5028
+ #: ../src/views/month/nav.php:18
5029
+ msgid "Calendar Month Navigation"
5030
+ msgstr "Kalender Monatsnavigation"
5031
 
5032
+ #: ../src/views/month/single-day.php:43
5033
+ #, php-format
5034
+ msgid "View 1 %1$s"
5035
+ msgid_plural "View All %2$s %3$s"
5036
+ msgstr[0] ""
5037
+ msgstr[1] ""
5038
 
5039
+ #: ../src/views/single-event.php:27
5040
+ #, php-format
5041
+ msgid "&laquo; All %s"
5042
+ msgstr ""
5043
 
5044
+ #: ../src/views/single-event.php:46 ../src/views/single-event.php:92
5045
+ #, php-format
5046
+ msgid "%s Navigation"
5047
+ msgstr ""
5048
 
5049
  # @ tribe-events-calendar
5050
+ #: ../src/views/tickets/attendees-email.php:24
5051
+ msgid "Attendee List"
5052
+ msgstr "Teilnehmerliste"
5053
 
5054
  # @ tribe-events-calendar
5055
+ #: ../src/views/tickets/email.php:26
5056
+ msgid "Your tickets"
5057
+ msgstr "Ihre Karten"
5058
 
5059
  # @ tribe-events-calendar
5060
+ #: ../src/views/tickets/email.php:309
5061
+ msgid "Ticket Type"
5062
+ msgstr "Kartenart"
5063
 
5064
  # @ tribe-events-calendar
5065
+ #: ../src/views/tickets/email.php:313
5066
+ msgid "Purchaser"
5067
+ msgstr "Käufer"
5068
+
5069
+ #: ../src/views/widgets/list-widget.php:65
5070
+ #, php-format
5071
+ msgid "View All %s"
5072
+ msgstr ""
5073
+
5074
+ #: ../src/views/widgets/list-widget.php:71
5075
+ #, php-format
5076
+ msgid "There are no upcoming %s at this time."
5077
+ msgstr ""
5078
 
5079
  # @ tribe-events-calendar
5080
+ #~ msgid "Hide From Event Listings"
5081
+ #~ msgstr "Auf der Veranstaltungsliste verstecken"
 
5082
 
5083
  # @ tribe-events-calendar
5084
+ #~ msgid "Sticky in Calendar View"
5085
+ #~ msgstr "Hervorheben in der Kalenderansicht"
 
5086
 
5087
  # @ tribe-events-calendar
5088
+ #~ msgid "Event Time &amp; Date"
5089
+ #~ msgstr "Veranstaltungsdatum und -zeit"
 
5090
 
5091
  # @ tribe-events-calendar
5092
+ #~ msgid ""
5093
+ #~ "You have changed the recurrence rules of this event. Saving the event "
5094
+ #~ "will update all future events. If you did not mean to change all events, "
5095
+ #~ "then please refresh the page."
5096
+ #~ msgstr ""
5097
+ #~ "Sie haben die Wiederholungs-Regeln für diese Veranstaltung verändert. "
5098
+ #~ "Wenn Sie die Veranstaltung jetzt speichern, werden auch alle damit "
5099
+ #~ "verbundenen und in der Zukunft liegenden Veranstaltungen so aktualisiert. "
5100
+ #~ "Wenn Sie dies nicht vorhatten, dann laden Sie bitte diese Seite neu (aber "
5101
+ #~ "nicht 'Speichern' / 'Aktualisieren')."
5102
 
5103
  # @ tribe-events-calendar
5104
+ #~ msgid "All Day Event:"
5105
+ #~ msgstr "Ganztägige Veranstaltung?"
 
5106
 
5107
  # @ tribe-events-calendar
5108
+ #~ msgid "Event Location Details"
5109
+ #~ msgstr "Informationen zum Veranstaltungsort"
 
5110
 
5111
  # @ tribe-events-calendar
5112
+ #~ msgid "Event Organizer Details"
5113
+ #~ msgstr "Informationen zum Veranstalter"
 
5114
 
5115
  # @ tribe-events-calendar
5116
+ #~ msgid "Enter a 0 for events that are free or leave blank to hide the field."
5117
+ #~ msgstr ""
5118
+ #~ "Geben Sie 0 für eine kostenlose Veranstaltung ein oder lassen Sie das "
5119
+ #~ "Feld leer, um es zu verbergen."
5120
 
5121
  # @ tribe-events-calendar
5122
+ #~ msgid ""
5123
+ #~ "<p>The settings below control the display of your calendar. If things "
5124
+ #~ "don't look right, try switching between the three style sheet options or "
5125
+ #~ "pick a page template from your theme.</p><p>There are going to be "
5126
+ #~ "situations where no out-of-the-box template is 100&#37; perfect. Check "
5127
+ #~ "out our <a href=\"%s\">our themer's guide</a> for instructions on custom "
5128
+ #~ "modifications. Want to create a new view? Grab a copy of the <a href=\"%s"
5129
+ #~ "\">Sample Agenda View plugin from Github</a></p>"
5130
+ #~ msgstr ""
5131
+ #~ "<p>Die Einstellungen steuern die Ansicht Ihres Kalenders. Falls etwas "
5132
+ #~ "nicht richtig angezeigt wird, versuchen Sie zwischen den drei "
5133
+ #~ "Stylingoptionen zu wechseln oder nutzen Sie eine Vorlage Ihres Wordpress "
5134
+ #~ "Themes.</p><p>Die mitgelieferte Vorlage passt möglicherweise nicht für "
5135
+ #~ "jeden Zweck optimal. Lesen Sie dazu unseren <a href=\"%s\">\"Themer's "
5136
+ #~ "Guide\"</a> für Informationen zu eigenen Modifikationen. Wenn Sie eine "
5137
+ #~ "neue Ansicht (View) erstellen wollen, nutzen Sie ein <a href=\"%s"
5138
+ #~ "\">Beispiel View Plugin von Github</a></p>"
5139
 
5140
  # @ tribe-events-calendar
5141
+ #~ msgid "Allow more than the default 3 events per day in month view."
5142
+ #~ msgstr "Maximal angezeigte Anzahl von Veranstaltungen in der Monatsansicht."
 
5143
 
5144
  # @ tribe-events-calendar
5145
+ #~ msgid ""
5146
+ #~ "Are you developer looking to build your own frontend view? We created an "
5147
+ #~ "example plugin that demonstrates how to register a new view. You can "
5148
+ #~ "%sdownload the plugin at GitHub%s to get started."
5149
+ #~ msgstr ""
5150
+ #~ "Sind Sie ein Entwickler, welcher eine eigene Ansicht für Ihre Website "
5151
+ #~ "entwickeln will? Wir haben ein Beispiel Plugin erstellt, welche "
5152
+ #~ "demonstriert, wie eine neue \\\"View\\\" registriert werden kann. Sie "
5153
+ #~ "können das %sPlugin auf GitHub%s herunterladen."
5154
 
5155
  # @ tribe-events-calendar
5156
+ #~ msgid ""
5157
+ #~ "Please choose the fields that best match the columns in your CSV file."
5158
+ #~ msgstr ""
5159
+ #~ "Bitte wählen Sie das Feld, das am besten mit der Spalte in Ihrer CSV "
5160
+ #~ "Datei übereinstimmt."
5161
 
5162
  # @ tribe-events-calendar
5163
+ #~ msgid "Events Import (CSV)"
5164
+ #~ msgstr "Veranstaltungsimport (CSV)"
 
5165
 
5166
  # @ tribe-events-calendar
5167
+ #~ msgid ""
5168
+ #~ "No matching events listed under %s scheduled for <strong>%s</strong>. "
5169
+ #~ "Please try another day."
5170
+ #~ msgstr ""
5171
+ #~ "Keine passenden Veranstaltungen für %s im Zeitraum <strong>%s</strong> "
5172
+ #~ "vorhanden. Bitte wählen Sie einen anderen Tag."
5173
 
5174
  # @ tribe-events-calendar
5175
+ #~ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
5176
+ #~ msgstr ""
5177
+ #~ "Keine passenden Veranstaltungen für %s vorhanden. Bitte wählen Sie einen "
5178
+ #~ "anderen Tag."
5179
 
5180
  # @ tribe-events-calendar
5181
+ #~ msgid ""
5182
+ #~ "No matching events listed under %s. Please try viewing the full calendar "
5183
+ #~ "for a complete list of events."
5184
+ #~ msgstr ""
5185
+ #~ "Keine passenden Veranstaltungen für %s gefunden. Bitte versuchen Sie den "
5186
+ #~ "ganzen Kalender anzuzeigen, um alle Veranstaltungen zu sehen."
5187
 
5188
  # @ tribe-events-calendar
5189
+ #~ msgid "This event has passed."
5190
+ #~ msgstr "Diese Veranstaltung ist bereits vorbei."
 
5191
 
5192
  # @ tribe-events-calendar
5193
+ #~ msgid ""
5194
+ #~ "The following plugins are out of date: <b>%s</b>. All add-ons contain "
5195
+ #~ "dependencies on The Events Calendar and will not function properly unless "
5196
+ #~ "paired with the right version. %sWant to pair an older version%s?"
5197
+ #~ msgstr ""
5198
+ #~ "Die folgenden Plugins sind veraltet: <b>%s</b>. Alle Erweiterungen sind "
5199
+ #~ "mit dem Events Calendar verbunden und funktionieren nicht richtig, wenn "
5200
+ #~ "die Versionen nicht zusammenpassen. %sWollen Sie eine ältere Version "
5201
+ #~ "nutzen%s?"
5202
 
5203
  # @ tribe-events-calendar
5204
+ #~ msgid "Add New Event"
5205
+ #~ msgstr "Neue Veranstaltung hinzufügen"
 
5206
 
5207
  # @ tribe-events-calendar
5208
+ #~ msgid "Edit Event"
5209
+ #~ msgstr "Veranstaltung bearbeiten"
 
5210
 
5211
  # @ tribe-events-calendar
5212
+ #~ msgid "New Event"
5213
+ #~ msgstr "Neue Veranstaltung"
 
5214
 
5215
  # @ tribe-events-calendar
5216
+ #~ msgid "View Event"
5217
+ #~ msgstr "Veranstaltung ansehen"
 
5218
 
5219
  # @ tribe-events-calendar
5220
+ #~ msgid "Search Events"
5221
+ #~ msgstr "Veranstaltungen suchen"
 
5222
 
5223
  # @ tribe-events-calendar
5224
+ #~ msgid "No events found"
5225
+ #~ msgstr "Es wurden keine Veranstaltungen gefunden"
 
5226
 
5227
  # @ tribe-events-calendar
5228
+ #~ msgid "No events found in Trash"
5229
+ #~ msgstr "Es befinden sich keine Veranstaltungen im Papierkorb"
 
5230
 
5231
  # @ tribe-events-calendar
5232
+ #~ msgid "Event Categories"
5233
+ #~ msgstr "Veranstalt.-Kategorien"
 
5234
 
5235
  # @ tribe-events-calendar
5236
+ #~ msgid "Search Event Categories"
5237
+ #~ msgstr "Veranstaltungskategorien suchen"
 
5238
 
5239
  # @ tribe-events-calendar
5240
+ #~ msgid "All Event Categories"
5241
+ #~ msgstr "Alle Veranstaltungskategorien"
 
 
 
5242
 
5243
  # @ tribe-events-calendar
5244
+ #~ msgid "Parent Event Category"
5245
+ #~ msgstr "Übergeordnete Veranstaltungskategorie"
 
 
 
5246
 
5247
  # @ tribe-events-calendar
5248
+ #~ msgid "Parent Event Category:"
5249
+ #~ msgstr "Übergeordnete Veranstaltungskategorie:"
 
 
 
5250
 
5251
  # @ tribe-events-calendar
5252
+ #~ msgid "Edit Event Category"
5253
+ #~ msgstr "Veranstaltungskategorie bearbeiten"
 
 
 
5254
 
5255
  # @ tribe-events-calendar
5256
+ #~ msgid "Update Event Category"
5257
+ #~ msgstr "Veranstaltungskategorie aktualisieren"
 
 
5258
 
5259
  # @ tribe-events-calendar
5260
+ #~ msgid "Add New Event Category"
5261
+ #~ msgstr "Neue Veranstaltungskategorie hinzufügen"
 
 
5262
 
5263
  # @ tribe-events-calendar
5264
+ #~ msgid "New Event Category Name"
5265
+ #~ msgstr "Neuer Veranstaltungskategorie-Name"
 
 
5266
 
5267
  # @ tribe-events-calendar
5268
+ #~ msgid "Event updated. <a href=\"%s\">View event</a>"
5269
+ #~ msgstr ""
5270
+ #~ "Veranstaltung aktualisiert. <a href=\"%s\">Diese Veranstaltung ansehen</a>"
 
5271
 
5272
  # @ tribe-events-calendar
5273
+ #~ msgid "Event updated."
5274
+ #~ msgstr "Veranstaltung aktualisiert."
 
5275
 
5276
  # @ tribe-events-calendar
5277
+ #~ msgid "Event restored to revision from %s"
5278
+ #~ msgstr "Veranstaltung wiederhergestellt mit der Revision von %s"
 
5279
 
5280
  # @ tribe-events-calendar
5281
+ #~ msgid "Event published. <a href=\"%s\">View event</a>"
5282
+ #~ msgstr ""
5283
+ #~ "Veranstaltung ver&ouml;ffentlicht. <a href=\"%s\">Diese Veranstaltung "
5284
+ #~ "ansehen</a>"
5285
 
5286
  # @ tribe-events-calendar
5287
+ #~ msgid "Event saved."
5288
+ #~ msgstr "Veranstaltung gespeichert."
 
5289
 
5290
  # @ tribe-events-calendar
5291
+ #~ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
5292
+ #~ msgstr ""
5293
+ #~ "Veranstaltung hinzugefügt. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
5294
 
5295
  # @ tribe-events-calendar
5296
+ #~ msgid ""
5297
+ #~ "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
5298
+ #~ "\"%2$s\">Preview event</a>"
5299
+ #~ msgstr ""
5300
+ #~ "Veranstaltung geplant für: <strong>%1$s</strong>. <a target=\"_blank\" "
5301
+ #~ "href=\"%2$s\">Vorschau</a>"
5302
 
5303
  # @ tribe-events-calendar
5304
+ #~ msgid ""
5305
+ #~ "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
5306
+ #~ msgstr ""
5307
+ #~ "Veranstaltungsentwurf aktualisiert. <a target=\"_blank\" href=\"%s"
5308
+ #~ "\">Vorschau</a>"
5309
 
5310
  # @ tribe-events-calendar
5311
+ #~ msgid "Event Options"
5312
+ #~ msgstr "Veranstaltungsoptionen"
 
5313
 
5314
  # @ tribe-events-calendar
5315
+ #~ msgid "Add Event"
5316
+ #~ msgstr "Veranstaltung erstellen"
 
5317
 
5318
  # @ tribe-events-calendar
5319
+ #~ msgid "Edit Events"
5320
+ #~ msgstr "Veranstaltungen bearbeiten"
 
5321
 
5322
  # @ tribe-events-calendar
5323
+ #~ msgid ""
5324
+ #~ "Welcome to The Events Calendar! Your events calendar can be found at %s. "
5325
+ #~ "To change the events slug, visit %sEvents -> Settings%s."
5326
+ #~ msgstr ""
5327
+ #~ "Willkommen bei \"The Events Calendar\"! Ihre Veranstaltungskalender "
5328
+ #~ "finden Sie hier: %s Um die Veranstaltungsoptionen zu verändern gehen Sie "
5329
+ #~ "zu %sVeranstaltunngen -> Einstellungen%s."
5330
 
5331
  # @ tribe-events-calendar
5332
+ #~ msgid "Events In"
5333
+ #~ msgstr "Veranstaltungen am"
 
 
5334
 
5335
  # @ tribe-events-calendar
5336
+ #~ msgid "Events From"
5337
+ #~ msgstr "Veranstaltungen am"
 
5338
 
5339
  # @ tribe-events-calendar
5340
+ #~ msgid "Filter by ticket #, order # or security code"
5341
+ #~ msgstr "Nach Kartennummer, Bestellnummer oder Sicherheitscode filtern"
 
 
5342
 
5343
  # @ tribe-events-calendar
5344
+ #~ msgid "Month's Events"
5345
+ #~ msgstr "Monatliche Veranstaltungen"
 
5346
 
5347
  # @ tribe-events-calendar
5348
+ #~ msgid "Week's Events"
5349
+ #~ msgstr "Wöchentliche Veranstaltungen"
 
 
5350
 
5351
  # @ tribe-events-calendar
5352
+ #~ msgid "Day's Events"
5353
+ #~ msgstr "Tägliche Veranstaltungen"
 
 
 
 
 
 
 
5354
 
5355
  # @ tribe-events-calendar
5356
+ #~ msgid "Listed Events"
5357
+ #~ msgstr "Veröffentlichte Veranstaltungen"
 
5358
 
5359
  # @ tribe-events-calendar
5360
+ #~ msgid "No results were found for events in or near <strong>\"%s\"</strong>."
5361
+ #~ msgstr ""
5362
+ #~ "Es wurden keine Ergebnisse für Veranstaltungen in der Nähe von <strong>"
5363
+ #~ "\"%s\"</strong> gefunden."
5364
 
5365
  # @ tribe-events-calendar
5366
+ #~ msgid ""
5367
+ #~ "No upcoming events listed under %s. Check out upcoming events for this "
5368
+ #~ "category or view the full calendar."
5369
+ #~ msgstr ""
5370
+ #~ "Keine anstehenden Veranstaltungen unter %s. Prüfen Sie die anstehenden "
5371
+ #~ "Veranstaltungen für diese Kategorie oder wählen Sie den gesamten Kalender."
5372
 
5373
  # @ tribe-events-calendar
5374
+ #~ msgid "No previous events "
5375
+ #~ msgstr "Keine vorherigen Veranstaltungen "
 
5376
 
5377
  # @ tribe-events-calendar
5378
+ #~ msgid "Event:"
5379
+ #~ msgstr "Anlass:"
 
5380
 
5381
  # @ tribe-events-calendar
5382
+ #~ msgid "Loading Events"
5383
+ #~ msgstr "Veranstaltungen laden"
 
5384
 
5385
  # @ tribe-events-calendar
5386
+ #~ msgid "Events for %1$s - %2$s"
5387
+ #~ msgstr "Veranstaltungen für %1$s - %2$s"
 
5388
 
5389
  # @ tribe-events-calendar
5390
+ #~ msgid "Past Events"
5391
+ #~ msgstr "Vergangene Veranstaltungen"
 
5392
 
5393
  # @ tribe-events-calendar
5394
+ #~ msgid "Events for %s"
5395
+ #~ msgstr "Veranstaltungen für %s"
 
5396
 
5397
  # @ tribe-events-calendar
5398
+ #~ msgid "Events for"
5399
+ #~ msgstr "Veranstaltungen für"
 
5400
 
5401
  # @ tribe-events-calendar
5402
+ #~ msgid "Events List Navigation"
5403
+ #~ msgstr "Veranstaltungslisten Navigation"
 
 
 
 
5404
 
5405
  # @ tribe-events-calendar
5406
+ #~ msgid "<span>&laquo;</span> Previous Events"
5407
+ #~ msgstr "<span>&laquo;</span> Vorherige Veranstaltungen"
 
5408
 
5409
  # @ tribe-events-calendar
5410
+ #~ msgid "Next Events <span>&raquo;</span>"
5411
+ #~ msgstr "Nächste Veranstaltungen &raquo;"
 
5412
 
5413
  # @ tribe-events-calendar
5414
+ #~ msgid "Find Events"
5415
+ #~ msgstr "Finde Events"
 
5416
 
5417
  # @ tribe-events-calendar
5418
+ #~ msgid "View 1 Event"
5419
+ #~ msgid_plural "View All %s Events"
5420
+ #~ msgstr[0] "Veranstaltung ansehen"
5421
+ #~ msgstr[1] "%s Veranstaltungen ansehen"
5422
 
5423
  # @ tribe-events-calendar
5424
+ #~ msgid "&laquo; All Events"
5425
+ #~ msgstr "&laquo; Alle Veranstaltungen"
 
5426
 
5427
  # @ tribe-events-calendar
5428
+ #~ msgid "Event Navigation"
5429
+ #~ msgstr "Veranstaltungsnavigation"
 
5430
 
5431
  # @ tribe-events-calendar
5432
+ #~ msgid "View All Events"
5433
+ #~ msgstr "Alle Veranstaltungen ansehen"
 
5434
 
5435
  # @ tribe-events-calendar
5436
+ #~ msgid "There are no upcoming events at this time."
5437
+ #~ msgstr "Es gibt derzeit keine anstehenden Veranstaltungen."
 
lang/tribe-events-calendar-en_GB.mo ADDED
Binary file
lang/{tribe-events-calendar-nb_NO.po → tribe-events-calendar-en_GB.po} RENAMED
@@ -1,219 +1,282 @@
1
- # Events Calendar Pro by Modern Tribe, Inc.
2
- # Copyright (C) Modern Tribe, Inc.
3
- # This file is distributed under the same license as the Events Calendar Pro package.
4
  msgid ""
5
  msgstr ""
6
- "Project-Id-Version: Events Calendar Pro\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2013-11-29 20:10-0300\n"
9
- "PO-Revision-Date: 2014-04-03 14:04-0800\n"
10
  "Last-Translator: \n"
11
- "Language-Team: Modern Tribe, Inc. <andreas@sounds.no>\n"
12
- "Language: nb_NO\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 
 
 
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
19
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
20
- "X-Poedit-Basepath: ./\n"
21
- "X-Textdomain-Support: yes\n"
22
- "X-Generator: Poedit 1.6.4\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
- #
26
  #: ../admin-views/app-shop.php:4
27
  msgid "Tribe Event Add-Ons"
28
- msgstr "Tribe Aktivitetsutvidelser"
29
-
30
  #: ../admin-views/app-shop.php:50
31
  msgid "Version"
32
- msgstr "Versjon"
33
-
34
  #: ../admin-views/app-shop.php:53
35
  msgid "Last Update"
36
- msgstr "Siste oppdatering"
37
-
38
  #: ../admin-views/event-sidebar-options.php:11
39
  msgid "Hide From Event Listings"
40
- msgstr "Skjul fra aktivitetsoppføringer"
41
-
42
  #: ../admin-views/event-sidebar-options.php:12
43
  msgid "Sticky in Calendar View"
44
- msgstr "Fest til kalender visning"
45
-
46
- #
47
- #: ../admin-views/events-audit-trail.php:41
48
  msgid "Auditing Information"
49
- msgstr "Kontroller informasjon"
50
-
51
- #: ../admin-views/events-audit-trail.php:47
52
  msgid "Created by:"
53
- msgstr "Opprettet av:"
54
-
55
- #: ../admin-views/events-audit-trail.php:51
56
  msgid "Audit Trail:"
57
- msgstr "Revisjonshistorikk:"
58
-
59
  #: ../admin-views/events-meta-box.php:26
60
  msgid "Event Time &amp; Date"
61
- msgstr "Tidspunkt for aktiviteten"
62
-
63
  #: ../admin-views/events-meta-box.php:32
64
  msgid ""
65
  "You have changed the recurrence rules of this event. Saving the event will "
66
  "update all future events. If you did not mean to change all events, then "
67
  "please refresh the page."
68
  msgstr ""
69
- "Du har endret innstillingene for gjentakelse av denne aktiviteten. Om du "
70
- "lagrer aktiviteten vil alle påfølgende aktiviteter i serien oppdateres. Om "
71
- "du ikke hadde til hensikt å endre alle aktivitetene i serien, vennligst last "
72
- "siden på nytt."
73
-
74
- #
75
  #: ../admin-views/events-meta-box.php:35
76
  msgid "All Day Event:"
77
- msgstr "Heldagsaktivitet:"
78
-
79
- #
80
  #: ../admin-views/events-meta-box.php:39
81
  msgid "Start Date &amp; Time:"
82
- msgstr "Startdato og tid:"
83
-
84
  #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
85
  msgid "YYYY-MM-DD"
86
- msgstr "ÅÅÅÅ-MM-DD"
87
-
88
- #
89
  #: ../admin-views/events-meta-box.php:60
90
  msgid "End Date &amp; Time:"
91
- msgstr "Sluttdato og tid:"
92
-
93
- #: ../admin-views/events-meta-box.php:85
94
  msgid "Event Location Details"
95
- msgstr "Stedsbeskrivelse"
96
-
97
- #: ../admin-views/events-meta-box.php:93
98
  msgid "Event Organizer Details"
99
- msgstr "Informasjon om arrangøren"
100
-
101
- #
102
- #: ../admin-views/events-meta-box.php:101
103
  msgid "Event Website"
104
- msgstr "Aktivitetens nettsted"
105
-
106
- #: ../admin-views/events-meta-box.php:104
107
  msgid "URL:"
108
  msgstr "URL:"
109
-
110
- #: ../admin-views/events-meta-box.php:115
111
  msgid "Event Cost"
112
- msgstr "Pris for Aktiviteten"
113
-
114
- #: ../admin-views/events-meta-box.php:118
115
  msgid "Currency Symbol:"
116
- msgstr "Valutasymbol:"
117
-
118
- #: ../admin-views/events-meta-box.php:122
 
 
 
 
 
 
 
 
 
119
  msgid "Cost:"
120
- msgstr "Pris:"
121
-
122
- #: ../admin-views/events-meta-box.php:127
123
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
124
- msgstr ""
125
- "Tast inn 0 for arrangementer som er gratis eller la stå tomt for å skjule "
126
- "feltet."
127
-
128
  #: ../admin-views/organizer-meta-box.php:12
129
- msgid "Organizer Name:"
130
- msgstr "Arrangørens navn:"
131
-
 
132
  #: ../admin-views/organizer-meta-box.php:19
 
133
  #: ../admin-views/venue-meta-box.php:93
 
 
 
134
  msgid "Phone:"
135
- msgstr "Telefon:"
136
-
137
  #: ../admin-views/organizer-meta-box.php:23
 
138
  #: ../admin-views/venue-meta-box.php:97
 
 
 
 
 
139
  msgid "Website:"
140
- msgstr "Nettsted:"
141
-
142
  #: ../admin-views/organizer-meta-box.php:27
 
 
143
  msgid "Email:"
144
- msgstr "E-post:"
145
-
146
  #: ../admin-views/organizer-meta-box.php:28
147
  msgid ""
148
  "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
149
  "obfuscate\">obfuscating</a> any e-mail address published on your site to "
150
  "best avoid it getting harvested by spammers."
151
  msgstr ""
152
- "Du bør vurdere å <a href=\"http://wordpress.org/plugins/tags/obfuscate"
153
- "\">skrive om</a> e-post-adresser før du bruker dem nettstedet ditt. Slik "
154
- "unngår du at de blir høstet inn av spammere."
155
-
156
- #: ../admin-views/recurrence-dialog.php:13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  msgid ""
158
- "Would you like to change only this instance of the event, or all future "
159
- "events in this series?"
160
  msgstr ""
161
- "Vil du endre bare denne oppføringen av aktiviteten, eller alle fremtidige "
162
- "aktiviteter av samme type?"
163
-
164
- #: ../admin-views/recurrence-dialog.php:15
165
- #: ../admin-views/recurrence-dialog.php:23
166
- msgid "Only This Event:"
167
- msgstr "Kun denne aktiviteten:"
168
-
169
- #: ../admin-views/recurrence-dialog.php:15
170
- msgid "All other future events in the series will remain the same."
171
- msgstr "Alle andre framtidige aktiviteter i serien vil forbli uendret."
172
-
173
- #
174
- #: ../admin-views/recurrence-dialog.php:16
175
- #: ../admin-views/recurrence-dialog.php:24
176
- msgid "All Events:"
177
- msgstr "Alle Aktiviteter:"
178
-
179
- #: ../admin-views/recurrence-dialog.php:16
180
  msgid ""
181
- "All future events in the series will be changed. Any changes made to other "
182
- "events will be kept."
 
183
  msgstr ""
184
- "Alle framtidige aktiviteter i serien vil endres. Eventuelle endringer til "
185
- "andre aktiviteter vil beholdes."
186
-
187
- #: ../admin-views/recurrence-dialog.php:21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  msgid ""
189
- "Would you like to delete only this instance of the event, or all future "
190
- "events in this series?"
191
  msgstr ""
192
- "Vil du slette kun denne instansen av aktiviteten, eller alle framtidige "
193
- "aktiviteter i denne serien?"
194
-
195
- #: ../admin-views/recurrence-dialog.php:23
196
- msgid "All other future events in the series will not be deleted."
197
- msgstr "Alle andre framtidige aktiviteter i serien vil ikke bli slettet"
198
-
199
- #: ../admin-views/recurrence-dialog.php:24
200
- msgid "All future events in the series will be deleted."
201
- msgstr "Alle fremtidige aktiviteter i serien vil bli slettet."
202
-
203
  #: ../admin-views/tribe-options-display.php:4
204
  msgid "Default Events Template"
205
- msgstr "Standard Aktivitetsmal"
206
-
207
  #: ../admin-views/tribe-options-display.php:5
208
  msgid "Default Page Template"
209
- msgstr "Standard Sidemal"
210
-
211
- #
212
- #: ../admin-views/tribe-options-display.php:29
213
  msgid "Display Settings"
214
- msgstr "Visningsinnstillinger"
215
-
216
- #: ../admin-views/tribe-options-display.php:34
217
  #, php-format
218
  msgid ""
219
  "<p>The settings below control the display of your calendar. If things don't "
@@ -224,162 +287,192 @@ msgid ""
224
  "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
225
  "plugin from Github</a></p>"
226
  msgstr ""
227
- "<p>Innstillingene under styrer visningen av kalenderen. Hvis ting ikke ser "
228
- "riktig ut, kan du prøve å bytte mellom tre alternative stilark eller velge "
229
- "en sidemal fra temaet.</p> Det kommer til å være situasjoner der "
230
- "standardmalen ikke passer fullstendig. Sjekk ut vår <a href=\"%s\">guide</a> "
231
- "for instruksjoner om tilpassede modifikasjoner. Vil du lage en ny visning? "
232
- "Ta en kopi av <a href=\"%s\">Eksempelvisning fra Github</a></p>"
233
-
234
- #
235
- #: ../admin-views/tribe-options-display.php:49
236
  msgid "Basic Template Settings"
237
- msgstr "Grunnleggende Malinnstillinger"
238
-
239
- #
240
- #: ../admin-views/tribe-options-display.php:53
241
  msgid "Default stylesheet used for events templates"
242
- msgstr "Standard stilsett som benyttes aktivitetsmalene"
243
-
244
- #: ../admin-views/tribe-options-display.php:56
245
- msgid "Skeleton Styles"
246
- msgstr "Skjelett-Stilsett"
247
-
248
  #: ../admin-views/tribe-options-display.php:58
 
 
 
249
  msgid ""
250
  "Only includes enough css to achieve complex layouts like calendar and week "
251
  "view."
252
  msgstr ""
253
- "Inkluderer kun nok css til å oppnå komplekse sideoppsett som kalender- og "
254
- "ukevisning."
255
-
256
- #: ../admin-views/tribe-options-display.php:60
257
- msgid "Full Styles"
258
- msgstr "Komplett Stilsett"
259
-
260
  #: ../admin-views/tribe-options-display.php:62
261
- msgid "More detailed styling, tries to grab styles from your theme."
262
- msgstr ""
263
- "Mer detaljert stilsetting, forsøker å dra ut stiler fra det aktive temaet."
264
-
265
- # Er ikke dette et egennavn? Skal man oversette det?
266
- #
267
  #: ../admin-views/tribe-options-display.php:64
268
- msgid "Tribe Events Styles"
269
- msgstr "Tribe Aktivitets-Stilsett"
270
-
271
  #: ../admin-views/tribe-options-display.php:66
 
 
 
272
  msgid "A fully designed and styled theme for your events pages."
273
- msgstr "Et gjennomdesignet og stilsatt tema for dine aktivitetssider."
274
-
275
- #
276
- #: ../admin-views/tribe-options-display.php:73
277
  msgid "Events template"
278
- msgstr "Aktivitetsmal"
279
-
280
- #: ../admin-views/tribe-options-display.php:74
281
  msgid ""
282
  "Choose a page template to control the appearance of your calendar and event "
283
  "content."
284
  msgstr ""
285
- "Velg en sidemal for å styre utseendet kalenderen og aktivitetenes innhold"
286
-
287
- #: ../admin-views/tribe-options-display.php:82
288
  msgid "Enable event views"
289
- msgstr "Aktiver Aktivitetsvisninger"
290
-
291
- #: ../admin-views/tribe-options-display.php:83
292
  msgid "You must select at least one view."
293
- msgstr "Du velge minst én visning."
294
-
295
- #: ../admin-views/tribe-options-display.php:90
296
  msgid "Default view"
297
- msgstr "Standard visning"
298
-
299
- #: ../admin-views/tribe-options-display.php:98
300
  msgid "Disable the Event Search Bar"
301
- msgstr "Deaktiver søkefeltet for aktiviteten"
302
-
303
- #: ../admin-views/tribe-options-display.php:99
304
  msgid "Check this to use the classic header."
305
- msgstr "Aktiver dette for å bruke den klassiske sidetoppen."
306
-
307
- #: ../admin-views/tribe-options-display.php:105
308
  msgid "Month view events per day"
309
- msgstr "Månedsvisning aktiviteter per dag"
310
-
311
- #: ../admin-views/tribe-options-display.php:106
312
  msgid "Allow more than the default 3 events per day in month view."
313
- msgstr "Tillater mer enn standard 3 aktiviteter per dag i månedsvisning."
314
-
315
- #
316
- #: ../admin-views/tribe-options-display.php:113
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  msgid "Advanced Template Settings"
318
- msgstr "Avanserte Malinnstillinger"
319
-
320
- #
321
- #: ../admin-views/tribe-options-display.php:117
322
  msgid "Add HTML before event content"
323
- msgstr "Legg til HTML før Aktivitetens innhold"
324
-
325
- #: ../admin-views/tribe-options-display.php:118
326
  msgid ""
327
  "If you are familiar with HTML, you can add additional code before the event "
328
  "template. Some themes may require this to help with styling or layout."
329
  msgstr ""
330
- "Hvis du er HTML-kyndig, kan du legge til ekstra kode før aktivitetsmalen. "
331
- "Dette kan være nødvendig med enkelte Temaer, for å hjelpe med styling eller "
332
- "sideoppsett."
333
-
334
- #
335
- #: ../admin-views/tribe-options-display.php:123
336
  msgid "Add HTML after event content"
337
- msgstr "Legg til HTML etter aktivitetens innhold"
338
-
339
- #: ../admin-views/tribe-options-display.php:124
340
  msgid ""
341
  "If you are familiar with HTML, you can add additional code after the event "
342
  "template. Some themes may require this to help with styling or layout."
343
  msgstr ""
344
- "Hvis du er HTML-kyndig, kan du legge til ekstra kode etter Aktivitetsmalen. "
345
- "Dette kan være nødvendig med enkelte Temaer, for å hjelpe med styling eller "
346
- "sideoppsett."
347
-
348
  #: ../admin-views/tribe-options-general.php:14
349
  msgid "Finding & extending your calendar."
350
- msgstr "Å Finne og utvikle din kalender."
351
-
352
  #: ../admin-views/tribe-options-general.php:19
353
  msgid "Finding your calendar."
354
- msgstr "Finner din kalender."
355
-
356
- # Er ikke dette et egennavn? Skal man oversette det?
357
- #
358
  #: ../admin-views/tribe-options-general.php:24
359
  msgid "Where's my calendar?"
360
- msgstr "Hvor er kalenderen min?"
361
-
362
  #: ../admin-views/tribe-options-general.php:24
363
  msgid "Right here"
364
- msgstr "Akkurat her"
365
-
366
  #: ../admin-views/tribe-options-general.php:28
367
  msgid ""
368
  "Looking for additional functionality including recurring events, custom "
369
  "meta, community events, ticket sales and more?"
370
  msgstr ""
371
- "Savner du funksjonalitet som f.eks. gjentakende aktivitet, egendefinerte "
372
- "felter, samfunnsaktiviteter, billettsalg m.m?"
373
-
374
- #
375
  #: ../admin-views/tribe-options-general.php:28
376
  msgid "Check out the available add-ons"
377
- msgstr "Sjekk ut tilgjengelige utvidelser"
378
-
379
  #: ../admin-views/tribe-options-general.php:33
380
  msgid "We hope our plugin is helping you out."
381
- msgstr "Vi håper at vår utvidelse er til nytte for deg."
382
-
383
  #: ../admin-views/tribe-options-general.php:37
384
  msgid ""
385
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
@@ -387,17 +480,14 @@ msgid ""
387
  "is recognition. Add a small text-only link at the bottom of your calendar "
388
  "pointing to The Events Calendar project."
389
  msgstr ""
390
- "Tenker du \"Wow, denne utvidelsen er utrolig! Jeg burde vise min "
391
- "takknemlighet til Modern Tribe for alt det harde arbeidet de har gjort.\" "
392
- "Den største takken vi kunne spurt om er gjenkjennelse. Legg til en liten "
393
- "lenke nederst i kalenderen (kun tekst) som fører til The Events Calendar-"
394
- "prosjektet."
395
-
396
  #: ../admin-views/tribe-options-general.php:37
397
  #: ../admin-views/tribe-options-general.php:42
398
  msgid "See an example of the link"
399
- msgstr "Se et eksempel koblingen"
400
-
401
  #: ../admin-views/tribe-options-general.php:42
402
  msgid ""
403
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
@@ -405,72 +495,54 @@ msgid ""
405
  "is recognition. Add a small text only link at the bottom of your calendar "
406
  "pointing to The Events Calendar project."
407
  msgstr ""
408
- "Tenker du \"Wow, denne utvidelsen er utrolig! Jeg burde vise min "
409
- "takknemlighet til Modern Tribe for alt det harde arbeidet de har gjort.\" "
410
- "Den største takken vi kunne spurt om er gjenkjennelse. Legg til en liten "
411
- "lenke nederst i kalenderen (kun tekst) som fører til The Events Calendar-"
412
- "prosjektet."
413
-
414
- # Er ikke dette et egennavn? Skal man oversette det?
415
- #
416
  #: ../admin-views/tribe-options-general.php:47
417
  msgid "Show The Events Calendar link"
418
- msgstr "Vis kobling til The Events Calendar"
419
-
420
- #
421
  #: ../admin-views/tribe-options-general.php:61
422
  msgid "General Settings"
423
- msgstr "Generelle innstillinger"
424
-
425
  #: ../admin-views/tribe-options-general.php:65
426
  msgid "Number of events to show per page"
427
- msgstr "Antall aktiviteter som skal vises per side"
428
-
429
  #: ../admin-views/tribe-options-general.php:72
430
  msgid "Use Javascript to control date filtering"
431
- msgstr "Bruk Javascript for å styre datofiltrering"
432
-
433
  #: ../admin-views/tribe-options-general.php:73
434
  msgid ""
435
  "This option is disabled when \"Disable the Event Search Bar\" is checked on "
436
  "the Display settings tab."
437
  msgstr ""
438
- "Funksjonen er ikke tilgjengelig når \"Deaktiver søkefeltet for aktiviteten\" "
439
- "er valgt fanen Visningsinnstillinger"
440
-
441
  #: ../admin-views/tribe-options-general.php:73
442
  msgid ""
443
  "Enable live ajax for datepicker on front end (User submit not required)."
444
  msgstr ""
445
- "Aktiver live ajax for datovelger brukerområdet. (Brukervalg kreves ikke)."
446
-
447
- #
448
  #: ../admin-views/tribe-options-general.php:81
449
  msgid "Show comments"
450
- msgstr "Vis kommentarer"
451
-
452
  #: ../admin-views/tribe-options-general.php:82
453
  msgid "Enable comments on event pages."
454
- msgstr "Aktiver kommentarer aktivitetsider."
455
-
456
  #: ../admin-views/tribe-options-general.php:88
457
  msgid "Include events in main blog loop"
458
- msgstr "Inkluder arrangementer i loopen ti Hovedbloggen"
459
-
460
  #: ../admin-views/tribe-options-general.php:89
461
  msgid ""
462
  "Show events with the site's other posts. When this box is checked, events "
463
  "will also continue to appear on the default events page."
464
  msgstr ""
465
- "Vis hendelser fra nettstedets andre innlegg. Når denne innstillingen er "
466
- "aktivert, vil aktiviteter i tillegg fortsette å vises standardsiden for "
467
- "Aktiviteter."
468
-
469
  #: ../admin-views/tribe-options-general.php:95
470
  #: ../admin-views/tribe-options-general.php:101
471
  msgid "Events URL slug"
472
- msgstr "Kortlenke for aktivitets-URL"
473
-
474
  #: ../admin-views/tribe-options-general.php:96
475
  #, php-format
476
  msgid ""
@@ -479,118 +551,101 @@ msgid ""
479
  "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
480
  "\">enable pretty permalinks</a>."
481
  msgstr ""
482
- "Du kan ikke redigere kortlenken til aktivitetssiden ettersom du ikke har "
483
- "aktivert visuelt fine permalenker . For øyeblikket er URL´en til din "
484
- "aktivitetsside <a href=\"%s\">%s</a>. For å redigere kortlenken her, <a href="
485
- "\"%soptions-permalink.php\">aktivér en av de to nederste alternativene for "
486
- "permalenker</a>."
487
-
488
- #
489
  #: ../admin-views/tribe-options-general.php:108
 
490
  msgid "The slug used for building the events URL."
491
- msgstr "Stikkord benyttet for å bygge opp URLen til aktiviteten."
492
-
493
  #: ../admin-views/tribe-options-general.php:108
494
  #, php-format
495
  msgid "Your current events URL is: %s"
496
- msgstr "Din nåværende aktivitets URL er: %s"
497
-
498
- #
499
  #: ../admin-views/tribe-options-general.php:113
 
500
  msgid "Here is the iCal feed URL for your events:"
501
- msgstr "Dette er iCal matings-URL´en for dine aktiviteter:"
502
-
503
- #
504
  #: ../admin-views/tribe-options-general.php:118
505
  msgid "Single event URL slug"
506
- msgstr "Enkel Aktivitet - URL kortlenke"
507
-
508
  #: ../admin-views/tribe-options-general.php:125
509
  #, php-format
510
  msgid ""
511
  "The above should ideally be plural, and this singular.<br />Your single "
512
  "event URL is: %s"
513
  msgstr ""
514
- "Det overstående bør idéelt sett være formulert i flertallsform, mens denne "
515
- "bør være skrevet i entallsform.<br />Din Aktivitets-URL for enkeltaktivitet "
516
- "er: %s"
517
-
518
  #: ../admin-views/tribe-options-general.php:130
519
  msgid "End of day cutoff"
520
- msgstr "Dagen avsluttes "
521
-
522
  #: ../admin-views/tribe-options-general.php:138
523
- #, fuzzy
524
  msgid ""
525
  "Have an event that runs past midnight? Select a time after that event's end "
526
  "to avoid showing the event on the next day's calendar."
527
  msgstr ""
528
- "Har du aktiviteter som varer over midnatt? Du kan velge når dagen offisiellt "
529
- "slutter for å unngå å måtte benytte neste dag i kalenderen i tillegg."
530
-
531
  #: ../admin-views/tribe-options-general.php:143
532
  msgid "Default currency symbol"
533
- msgstr "Standard valutasymbol"
534
-
535
  #: ../admin-views/tribe-options-general.php:144
536
  msgid ""
537
  "Set the default currency symbol for event costs. Note that this only impacts "
538
  "future events, and changes made will not apply retroactively."
539
  msgstr ""
540
- "Angi standard valuta symbol for kostnader relatert til aktiviteten. Merk at "
541
- "dette bare påvirker fremtidige hendelser, og at endringer gjort ikke vil "
542
- "gjelde med tilbakevirkende kraft."
543
-
544
- #
545
  #: ../admin-views/tribe-options-general.php:151
 
 
 
 
 
 
 
 
 
 
546
  msgid "Map Settings"
547
- msgstr "Kartinnstillinger"
548
-
549
- #: ../admin-views/tribe-options-general.php:155
550
  msgid "Enable Google Maps"
551
- msgstr "Aktiver Google Maps"
552
-
553
- #: ../admin-views/tribe-options-general.php:156
554
- msgid "Check to enable maps for events and venues."
555
- msgstr "Sjekk for å aktivere kart for Arrangementer og Steder."
556
-
557
  #: ../admin-views/tribe-options-general.php:163
 
 
 
558
  msgid "Google Maps default zoom level"
559
- msgstr "Google Maps Standard zoomnivå"
560
-
561
- #: ../admin-views/tribe-options-general.php:164
562
  msgid "0 = zoomed out; 21 = zoomed in."
563
- msgstr "0 = zoomet ut; 21 = zoomet inn."
564
-
565
- #
566
- #: ../admin-views/tribe-options-general.php:172
567
  msgid "Miscellaneous Settings"
568
- msgstr "Diverse innstillinger"
569
-
570
- #: ../admin-views/tribe-options-general.php:176
571
  msgid "Duplicate Venues &amp; Organizers"
572
- msgstr "Duplikatsteder og Arrangører"
573
-
574
- #: ../admin-views/tribe-options-general.php:176
575
  msgid "Merge Duplicates"
576
- msgstr "Slå sammen duplikater"
577
-
578
- #: ../admin-views/tribe-options-general.php:176
579
  msgid ""
580
  "You might find duplicate venues and organizers when updating The Events "
581
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
582
  "identical venues and organizers."
583
  msgstr ""
584
- "Du kan finne duplikater av steder og arrangører når du oppdaterer "
585
- "aktivitetskalenderen fra en pre-3.0-versjon. Klikk denne knappen for å "
586
- "automatisk slå sammen identiske steder og arrangører."
587
-
588
- #
589
- #: ../admin-views/tribe-options-general.php:181
590
  msgid "Debug mode"
591
- msgstr "Feilsøkings-modus"
592
-
593
- #: ../admin-views/tribe-options-general.php:187
594
  #, php-format
595
  msgid ""
596
  "Enable this option to log debug information. By default this will log to "
@@ -598,87 +653,69 @@ msgid ""
598
  "browser, then we recommend that you install the %s and look for the \"Tribe"
599
  "\" tab in the debug output."
600
  msgstr ""
601
- "Aktiver dette alternativet for å logge feilsøkingsmodus informasjon. Som "
602
- "standard lagres denne til din servers PHP-feillogg. Hvis du ønsker å se "
603
- "loggen med meldinger i nettleseren din, anbefaler vi at du installerer %s og "
604
- "ser etter \"Tribe\"-fanen i feilsøkingsdataene."
605
-
606
- #: ../admin-views/tribe-options-general.php:187
607
  msgid "Debug Bar Plugin"
608
- msgstr "Utvidelse for Feilsøkingslinje "
609
-
 
 
 
610
  #: ../admin-views/tribe-options-help.php:19
611
  msgid "You need to upgrade!"
612
- msgstr "Du oppgradere!"
613
-
614
  #: ../admin-views/tribe-options-help.php:19
615
  msgid "You are up to date!"
616
- msgstr "Du er oppdatert!"
617
-
618
- # Er ikke dette et egennavn? Skal man oversette det?
619
- #
620
  #: ../admin-views/tribe-options-help.php:42
621
  msgid "The Events Calendar PRO"
622
  msgstr "The Events Calendar PRO"
623
-
624
  #: ../admin-views/tribe-options-help.php:46
625
- msgid "Eventbrite Tickets"
626
- msgstr "Eventbrite Billetter"
627
-
628
- #
629
  #: ../admin-views/tribe-options-help.php:50
630
- msgid "Community Events"
631
- msgstr "Samfunnsaktiviteter"
632
-
633
- #
634
  #: ../admin-views/tribe-options-help.php:54
635
- msgid "Facebook Events"
636
- msgstr "Facebook-aktiviteter"
637
-
638
  #: ../admin-views/tribe-options-help.php:58
639
- msgid "WooTickets"
640
- msgstr "WooTickets"
641
-
642
  #: ../admin-views/tribe-options-help.php:63
643
- msgid "Faceted Filters"
644
- msgstr "Avanserte filter"
645
-
646
- #: ../admin-views/tribe-options-help.php:71
647
- msgid "Documentation"
648
- msgstr "Dokumentasjon"
649
-
650
- #: ../admin-views/tribe-options-help.php:75
651
- msgid "FAQ"
652
- msgstr "FAQ - Spørsmål og svar"
653
-
654
- #: ../admin-views/tribe-options-help.php:79
655
- msgid "Help"
656
- msgstr "Hjelp"
657
-
658
- #: ../admin-views/tribe-options-help.php:83
659
- msgid "Tutorials"
660
- msgstr "Brukerveiledninger"
661
-
 
662
  #: ../admin-views/tribe-options-help.php:87
663
- msgid "Release Notes"
664
- msgstr "Versjonsinformasjon"
665
-
666
- #: ../admin-views/tribe-options-help.php:91
667
- msgid "Forums"
668
- msgstr "Forum"
669
-
670
- #: ../admin-views/tribe-options-help.php:99
671
  msgid ""
672
- "If this is your first time using The Events Calendar, you\"re in for a treat "
673
  "and are already well on your way to creating a first event. Here are some "
674
- "basics we\"ve found helpful for users jumping into it for the first time:"
675
  msgstr ""
676
- "Om dette er første gang du bruker The Events Calendar, har du mye fint i "
677
- "vente og er allerede godt vei til å opprette din første aktivitet. Her er "
678
- "noen grunnleggende saker som vi har merket oss er nyttig for brukere som "
679
- "hopper i det for første gang:"
680
-
681
- #: ../admin-views/tribe-options-help.php:102
682
  #, php-format
683
  msgid ""
684
  "%sOur New User Primer%s was designed for folks in your exact position. "
@@ -686,12 +723,11 @@ msgid ""
686
  "accompanying screenshots, the primer aims to take you from zero to hero in "
687
  "no time."
688
  msgstr ""
689
- "%sVår nye Brukerveiledning%s ble designet for folk i nøyaktig din posisjon. "
690
- "Med både steg-for-steg videoer og skrevne gjennomganger med medfølgende "
691
- "skjermbilder, sikter vi med veiledningen å transformere deg fra "
692
- "grønnskolling til superhelt på minimal tid."
693
-
694
- #: ../admin-views/tribe-options-help.php:104
695
  #, php-format
696
  msgid ""
697
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
@@ -699,536 +735,691 @@ msgid ""
699
  "helpful as it aims to address any basic install questions not addressed by "
700
  "the new user primer."
701
  msgstr ""
702
- "%sInstallasjon/Oppsett-FAQs%s fra vår supportside kan være til hjelp med å "
703
- "gi et overblikk over hva utvidelsen kan og ikke kan gjøre. Denne delen av FAQ"
704
- "´en kan være nyttig ettersom den sikter å gjennomgå alle grunnleggende "
705
- "installeringsspørsmål som ikke dekkes av den nye brukerprimeren."
706
-
707
- #: ../admin-views/tribe-options-help.php:106
708
  #, php-format
709
  msgid ""
710
  "Are you developer looking to build your own frontend view? We created an "
711
  "example plugin that demonstrates how to register a new view. You can "
712
  "%sdownload the plugin at GitHub%s to get started."
713
  msgstr ""
714
- "Er du utvikler og ønsker å bygge opp din egen front-end visning? Vi skapte "
715
- "en eksempel-utvidelse som demonstrerer hvordan en registrerer en ny visning. "
716
- "Du kan %slaste ned utvidelsen GitHub%s for å komme i gang."
717
-
718
- #: ../admin-views/tribe-options-help.php:108
719
  msgid ""
720
- "Otherwise, if you\"re feeling adventurous, you can get started by heading to "
721
  "the Events menu and adding your first event."
722
  msgstr ""
723
- "I motsatt fall, om du føler deg eventyrlysten, kan du komme i gang ved å "
724
- " Aktiviteter-menyen og legge til din første aktivitet."
725
-
726
- #: ../admin-views/tribe-options-help.php:112
727
  #, php-format
728
  msgid ""
729
- "We\"ve redone our support page from the ground up in an effort to better "
730
- "help our users. Head over to our %sSupport Page%s and you\"ll find lots of "
731
- "great resources, including:"
732
  msgstr ""
733
- "Vi har bygget opp brukerstøtte-siden igjen fra grunnen av, i et forsøk å "
734
- "hjelpe brukerne våre bedre. Sjekk innom vår %sBrukerstøtte%s der du vil "
735
- "finne mange flotte ressurser, inkludert:"
736
-
737
- #: ../admin-views/tribe-options-help.php:114
738
  #, php-format
739
  msgid ""
740
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
741
  "&amp; Events Calendar PRO"
742
  msgstr ""
743
- "%sMal-koder, funksjoner, hooks og filtere%s for The Events Calendar &amp; "
744
- "Events Calendar PRO"
745
-
746
- #: ../admin-views/tribe-options-help.php:116
747
  #, php-format
748
  msgid ""
749
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
750
  "to advanced themer tweaks"
751
  msgstr ""
752
- "%sOfte Stilte Spørsmål (FAQ)%s som dekker alt fra grunnleggende "
753
- "innstillinger til avanserte valg for tematweaks."
754
-
755
- #: ../admin-views/tribe-options-help.php:118
756
  #, php-format
757
  msgid ""
758
  "%sTutorials%s written by both members of our team and users from the "
759
  "community, covering custom queries, integration with third-party themes and "
760
  "plugins, etc."
761
  msgstr ""
762
- "%sOpplæringstekster%s skrevet av både medlemmer fra vårt team og brukere fra "
763
- "nettsamfunnet, som dekker spesialtilpassede spørringer, integrasjon med "
764
- "tredjeparts temaer og utvidelser, etc."
765
-
766
- #: ../admin-views/tribe-options-help.php:120
767
  msgid ""
768
- "Release notes for painting an overall picture of the plugin\"s lifecycle and "
769
  "when features/bug fixes were introduced."
770
  msgstr ""
771
- "Versjonsnotater som gir deg en oversikt over tilleggets livssyklus og "
772
- "tidspunkter når funksjoner og feilopprettinger ble utført og introdusert."
773
-
774
- #: ../admin-views/tribe-options-help.php:122
775
  #, php-format
776
  msgid ""
777
- "%sAdd-on documentation%s for all of Modern Tribe\"s official extensions for "
778
  "The Events Calendar (including WooTickets, Community Events, Eventbrite "
779
  "Tickets, Facebook Events, etc)"
780
  msgstr ""
781
- "%sDokumentasjon for Programtillegg%s for alle Modern Tribes offisielle "
782
- "utvidelsespakker til The Events Calendar (inkludert WooTickets, "
783
- "Samfunnsaktiviteter, Eventbrite Billetter, Facebook-aktiviteter, etc.)"
784
-
785
- #: ../admin-views/tribe-options-help.php:124
786
- #, fuzzy, php-format
787
  msgid ""
788
- "We\"ve also got a %sModern Tribe UserVoice%s page where we\"re actively "
789
  "watching for feature ideas from the community. If after playing with the "
790
- "plugin and reviewing the resources above, you\"re finding a feature isn\"t "
791
  "present that should be, let us know. Vote up existing feature requests or "
792
  "add your own, and help us shape the future of the products business in a way "
793
- "that best meets the community\"s needs."
794
- msgstr ""
795
- "Vi har også en %sModern Tribe UserVoice%s -side som vi aktivt følger med på "
796
- "for idéer til fremtidige funksjoner, fra brukere nettet. Hvis du finner "
797
- "en funksjon som ikke finnes - som burde ha vært der, etter at du har lekt "
798
- "litt rundt med utvidelsen og sett ressursene over, la oss vite om det. "
799
- "Stem fram eksisterende funksjonsønsker og legg til dine egne. Med dette er "
800
- "du med å forme framtiden for produktet på en måte som på best mulig vis "
801
- "dekker brukernes etterspørsel."
802
-
803
- #: ../admin-views/tribe-options-help.php:128
804
  #, php-format
805
  msgid ""
806
  "Written documentation can only take things so far...sometimes, you need help "
807
  "from a real person. This is where our %ssupport forums%s come into play."
808
  msgstr ""
809
- "Skrevet dokumentasjon er bare nok til et visst punkt. Noen ganger trenger en "
810
- "hjelp fra en person. Dette er der våre %sbrukerforum%s kommer inn i bildet. "
811
-
812
- #: ../admin-views/tribe-options-help.php:129
813
- #, fuzzy, php-format
814
  msgid ""
815
  "Users of the free The Events Calendar should post their support concerns to "
816
- "the plugin\"s %sWordPress.org support forum%s. While we are happy to help "
817
  "identify and fix bugs that are reported at WordPress.org, please make sure "
818
  "to read our %ssupport expectations sticky thread%s before posting so you "
819
  "understand our limitations."
820
  msgstr ""
821
- "Brukerne av The Events Calendar - gratisversjonen, oppfordres til å "
822
- "publisere spørsmål og andre ting utvidelsens %sWordPress.org support-fora"
823
- "%s. Vi er glade for å hjelpe til med å identifisere programfeil som blir "
824
- "rapportert Wordpress.org, men vennligst les alle våre %sklebrige tråder "
825
- "vedrørende hvilke forventninger en kan ha til brukerstøtte%s før du "
826
- "publiserer, så du forstår våre begrensninger på forhånd."
827
-
828
- #: ../admin-views/tribe-options-help.php:130
829
- #, fuzzy
830
  msgid ""
831
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
832
- "you report a legitimate bug that we\"re able to reproduce, we will log it "
833
- "and patch for an upcoming release. However we are unfortunately unable to "
834
  "provide customization tips or assist in integrating with 3rd party plugins "
835
  "or themes."
836
  msgstr ""
837
- "Vi holder oss WordPress.org-forumet hele uka, og ser etter bugs/feil. Om "
838
- "du rapporterer en faktisk bug som vi klarer å reprodusere, vil vi logge det "
839
- "etter hvert slippe en patch. Når det er sagt har vi desverre ikke mulighet "
840
- "for å tilby tips og råd for spesialtilpasning, eller assistere med "
841
- "integrasjon av tredjeparts utvidelser eller temaer."
842
-
843
- #: ../admin-views/tribe-options-help.php:131
844
- #, fuzzy, php-format
845
  msgid ""
846
- "If you\"re a user of The Events Calendar and would like more support, please "
847
  "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
848
  "deeper level of customization/integration support for paying users than we "
849
  "can on WordPress.org."
850
  msgstr ""
851
- "Om du bruker The Events Calendar og behøver mer support, vennligst %skjøp en "
852
- "PRO-lisens%s. Vi ser gjennom PRO-forumene daglig, og kan tilby et dypere "
853
- "nivå av brukerstøtte for tilrettelegging/tilpassing og integrasjon for "
854
- "betalende brukere, enn vi har mulighet til på Wordpress.org."
855
-
856
- #: ../admin-views/tribe-options-help.php:135
857
  #, php-format
858
  msgid ""
859
- "If you find that you aren\"t getting the level of service you\"ve come to "
860
  "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
861
- "why. We\"ll do what we can to make it right."
862
  msgstr ""
863
- "Om du opplever at du ikke får det nivået av brukerstøtte du forventer fra "
864
- "Modern Tribe, send oss en e-post %s eller tvitre oss %s og fortell oss "
865
- "hvorfor. Vi vil gjøre hva vi kan for at du skal bli fornøyd."
866
-
867
- #: ../admin-views/tribe-options-help.php:136
868
  msgid "More..."
869
- msgstr "Mer…"
870
-
871
- #: ../admin-views/tribe-options-help.php:144
872
  msgid ""
873
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
874
  "for installing our labor of love!"
875
  msgstr ""
876
- "Hei! Vi er Modern Tribe og vi er her for å gjøre deg til den kuleste kiden i "
877
- "gata. Takk så utrolig mye for at du installerte vårt hjertebarn!"
878
-
879
- #: ../admin-views/tribe-options-help.php:150
880
  msgid "Getting Started"
881
- msgstr "Komme i gang"
882
-
883
- #: ../admin-views/tribe-options-help.php:153
884
  msgid "Support Resources To Help You Kick Ass"
885
- msgstr "Ressurser som hjelper deg å komme i gang"
886
-
887
- #: ../admin-views/tribe-options-help.php:156
888
  msgid "Forums: Because Everyone Needs A Buddy"
889
- msgstr "Forum: Fordi alle trenger en Buddy"
890
-
891
- #: ../admin-views/tribe-options-help.php:159
892
  msgid "Not getting help?"
893
- msgstr "Får du ikke hjelp?"
894
-
895
- # Er ikke dette et egennavn? Skal man oversette det?
896
- #: ../admin-views/tribe-options-help.php:171
897
  msgid "The Events Calendar"
898
  msgstr "The Events Calendar"
899
-
900
- #: ../admin-views/tribe-options-help.php:175
901
  msgid "Latest Version:"
902
- msgstr "Siste versjon:"
903
-
904
- #: ../admin-views/tribe-options-help.php:176
905
  msgid "Author:"
906
- msgstr "Forfatter:"
907
-
908
- #
909
- #: ../admin-views/tribe-options-help.php:176
910
  msgid "Modern Tribe Inc"
911
  msgstr "Modern Tribe Inc"
912
-
913
- #: ../admin-views/tribe-options-help.php:177
914
  msgid "Requires:"
915
- msgstr "Krever:"
916
-
917
- #: ../admin-views/tribe-options-help.php:177
918
  msgid "WordPress "
919
  msgstr "WordPress "
920
-
921
- #: ../admin-views/tribe-options-help.php:178
922
  msgid "Wordpress.org Plugin Page"
923
- msgstr "Wordpress.org utvidelsesside"
924
-
925
- #: ../admin-views/tribe-options-help.php:183
926
  msgid "Average Rating"
927
- msgstr "Gjennomsnittlig vurdering"
928
-
929
- #: ../admin-views/tribe-options-help.php:188
 
 
 
 
 
930
  msgid "Give us 5 stars!"
931
- msgstr "Gi oss 5 stjerner!"
932
-
933
- #: ../admin-views/tribe-options-help.php:191
934
  msgid "Premium Add-Ons"
935
- msgstr "Premium Tilleggsutvidelser"
936
-
937
- #: ../admin-views/tribe-options-help.php:197
938
  msgid "(Coming Soon!)"
939
- msgstr "(Kommer snart!)"
940
-
941
- #: ../admin-views/tribe-options-help.php:204
942
  msgid "News and Tutorials"
943
- msgstr "Nyheter og Brukerveiledninger"
944
-
945
- #
946
  #: ../admin-views/tribe-options-network.php:14
947
  msgid "Network Settings"
948
- msgstr "Nettverksinnstillinger"
949
-
950
  #: ../admin-views/tribe-options-network.php:18
951
  msgid ""
952
  "This is where all of the global network settings for Modern Tribe's The "
953
  "Events Calendar can be modified."
954
  msgstr ""
955
- "Her kan alle globale nettverksinnstillinger for Modern Tribes The Events "
956
- "Calendar modifiseres."
957
-
958
  #: ../admin-views/tribe-options-network.php:26
959
  msgid "Hide the following settings tabs on every site:"
960
- msgstr "Gjem de følgende innstillinger-fanene alle sider:"
961
-
962
- #: ../admin-views/venue-meta-box.php:20
963
- msgid "Venue Name:"
964
- msgstr "Navn på Sted/Plassering:"
965
-
966
  #: ../admin-views/venue-meta-box.php:27
 
967
  msgid "Address:"
968
- msgstr "Adresse:"
969
-
970
  #: ../admin-views/venue-meta-box.php:31
971
  msgid "City:"
972
- msgstr "By:"
973
-
974
  #: ../admin-views/venue-meta-box.php:35
975
  msgid "Country:"
976
- msgstr "Land:"
977
-
978
  #: ../admin-views/venue-meta-box.php:73
979
  msgid "State or Province:"
980
- msgstr "Fylke eller kommune:"
981
-
982
  #: ../admin-views/venue-meta-box.php:76
983
  msgid "Select a State:"
984
- msgstr "Velg Fylke:"
985
-
986
  #: ../admin-views/venue-meta-box.php:89
987
  msgid "Postal Code:"
988
- msgstr "Postnummer:"
989
-
990
  #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
991
  msgid "Show Google Map:"
992
- msgstr "Vis kart fra Google Maps"
993
-
994
  #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
995
  msgid "Show Google Maps Link:"
996
- msgstr "Vis lenke til kart fra Google Maps:"
997
-
998
  #: ../admin-views/widget-admin-list.php:11
999
  msgid "Title:"
1000
- msgstr "Tittel:"
1001
-
1002
  #: ../admin-views/widget-admin-list.php:16
1003
  msgid "Show:"
1004
- msgstr "Vis:"
1005
-
1006
  #: ../admin-views/widget-admin-list.php:24
1007
  msgid "Show widget only if there are upcoming events:"
1008
- msgstr "Vis widgeten kun om det finnes framtidige aktiviteter:"
1009
-
1010
- #: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
1011
- msgid "Attendees"
1012
- msgstr "Deltakere"
1013
-
1014
- #
1015
- #: ../admin-views/tickets/attendees.php:14
1016
- msgid "Event Summary"
1017
- msgstr "Aktivitetssammendrag"
1018
-
1019
- #
1020
- #: ../admin-views/tickets/attendees.php:22
1021
- msgid "Event Details"
1022
- msgstr "Aktivitetsdetaljer"
1023
-
1024
- #: ../admin-views/tickets/attendees.php:24
1025
- msgid "Start Date / Time:"
1026
- msgstr "Startdato og tidspunkt:"
1027
-
1028
- #: ../admin-views/tickets/attendees.php:26
1029
- msgid "End Date / Time:"
1030
- msgstr "Sluttdato og tidspunkt:"
1031
-
1032
- #: ../admin-views/tickets/attendees.php:34
1033
- msgid "Venue:"
1034
- msgstr "Sted:"
1035
-
1036
- #: ../admin-views/tickets/attendees.php:52
1037
- msgid "Ticket Sales"
1038
- msgstr "Billettsalg"
1039
-
1040
- #: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
1041
- #, php-format
1042
- msgid "Sold %d"
1043
- msgstr "Solgt %d"
1044
-
1045
- #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
1046
- #, php-format
1047
- msgid "Sold %d of %d"
1048
- msgstr "Solgt %d av %d"
1049
-
1050
- #: ../admin-views/tickets/attendees.php:81
1051
- msgid "Tickets sold:"
1052
- msgstr "Solgte billetter:"
1053
-
1054
- #: ../admin-views/tickets/attendees.php:85
1055
- msgid "Checked in:"
1056
- msgstr "Sjekket inn:"
1057
-
1058
- #: ../admin-views/tickets/attendees.php:105
1059
- msgid "Send the attendee list by email"
1060
- msgstr "Send deltakerlisten via e-post"
1061
-
1062
- #
1063
- #: ../admin-views/tickets/attendees.php:109
1064
- msgid "Select a User:"
1065
- msgstr "Velg en Bruker:"
1066
-
1067
- #: ../admin-views/tickets/attendees.php:110
1068
- msgid "Select..."
1069
- msgstr "Velg…"
1070
-
1071
- #: ../admin-views/tickets/attendees.php:112
1072
- msgid "or"
1073
- msgstr "eller"
1074
-
1075
- #
1076
- #: ../admin-views/tickets/attendees.php:114
1077
- msgid "Email Address:"
1078
- msgstr "E-post adresse:"
1079
-
1080
- #: ../admin-views/tickets/list.php:21
1081
- msgid "Edit"
1082
- msgstr "Rediger"
1083
-
1084
- #: ../admin-views/tickets/list.php:22
1085
- msgid "Delete"
1086
- msgstr "Slett"
1087
-
1088
- #: ../admin-views/tickets/list.php:24
1089
  #, php-format
1090
- msgid "Edit in %s"
1091
- msgstr "Rediger i %s"
1092
-
1093
- #: ../admin-views/tickets/list.php:27
1094
- #: ../lib/tribe-admin-events-list.class.php:53
1095
- msgid "View"
1096
- msgstr "Vis"
1097
-
1098
- #: ../admin-views/tickets/list.php:41
1099
- msgid "See who purchased tickets to this event"
1100
- msgstr "Se hvem som har kjøpt billetter til denne aktiviteten"
1101
-
1102
- #: ../admin-views/tickets/meta-box.php:21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1103
  msgid ""
1104
- "This event was created using Community Events. Are you sure you want to sell "
1105
- "tickets for it?"
 
 
1106
  msgstr ""
1107
- "Denne aktiviteten ble opprettet gjennom Samfunnsaktiviteter. Er du sikker "
1108
- "at du vil selge billetter for den?"
1109
-
1110
- #: ../admin-views/tickets/meta-box.php:32
1111
- msgid "Upload image for the ticket header"
1112
- msgstr "Last opp bilde for billettoverskriften"
1113
-
1114
- #: ../admin-views/tickets/meta-box.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1115
  msgid ""
1116
- "The maximum image size in the email will be 580px wide by any height, and "
1117
- "then scaled for mobile. If you would like \"retina\" support use an image "
1118
- "sized to 1160px wide."
 
 
1119
  msgstr ""
1120
- "Den maksimale bildestørrelsen i e-posten er 580px bred, med valgfri høyde. "
1121
- "Bildet vil skaleres for mobile enheter. Hvis du ønsker \"retina \"-støtte, "
1122
- "benytt et bilde som har en bredde 1160px."
1123
-
1124
- #
1125
- #: ../admin-views/tickets/meta-box.php:36
1126
- msgid "Select an Image"
1127
- msgstr "Velg et bilde"
1128
-
1129
- #: ../admin-views/tickets/meta-box.php:44
1130
- msgid "Remove"
1131
- msgstr "Fjern"
1132
-
1133
- #
1134
- #: ../admin-views/tickets/meta-box.php:62
1135
- #: ../admin-views/tickets/meta-box.php:72
1136
- msgid "Add new ticket"
1137
- msgstr "Legg til ny billett"
1138
-
1139
- #
1140
- #: ../admin-views/tickets/meta-box.php:73
1141
- msgid "Edit ticket"
1142
- msgstr "Rediger billett"
1143
-
1144
- #: ../admin-views/tickets/meta-box.php:79
1145
- msgid "Sell using:"
1146
- msgstr "Selg gjennom:"
1147
-
1148
- #
1149
- #: ../admin-views/tickets/meta-box.php:96
1150
- msgid "Ticket Name:"
1151
- msgstr "Billettnavn:"
1152
-
1153
- #: ../admin-views/tickets/meta-box.php:103
1154
- msgid "Ticket Description:"
1155
- msgstr "Billettbeskrivelse:"
1156
-
1157
- #: ../admin-views/tickets/meta-box.php:112
1158
- msgid "Price:"
1159
- msgstr "Pris:"
1160
-
1161
- #: ../admin-views/tickets/meta-box.php:118
1162
- msgid "(0 or empty for free tickets)"
1163
- msgstr "(0 eller blankt for gratisbilletter)"
1164
-
1165
- #
1166
- #: ../admin-views/tickets/meta-box.php:124
1167
- msgid "Start sale:"
1168
- msgstr "Salget starter:"
1169
-
1170
- #
1171
- #: ../admin-views/tickets/meta-box.php:148
1172
- msgid "End sale:"
1173
- msgstr "Avslutt salg:"
1174
-
1175
- #: ../admin-views/tickets/meta-box.php:170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1176
  msgid ""
1177
- "When will ticket sales occur? If you don't set a start/end date for sales, "
1178
- "tickets will be available from now until the event ends."
1179
  msgstr ""
1180
- "Når vil billettsalget foregå? Om du ikke setter en start-/sluttid for salg, "
1181
- "vil billetter være tilgjengelige fra nå og til aktiviteten avsluttes."
1182
-
1183
- #: ../lib/the-events-calendar.class.php:513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1184
  msgid "month"
1185
- msgstr "måned"
1186
-
1187
- #: ../lib/the-events-calendar.class.php:514
1188
  msgid "upcoming"
1189
- msgstr "kommende"
1190
-
1191
- #: ../lib/the-events-calendar.class.php:515
1192
  msgid "past"
1193
- msgstr "tidligere"
1194
-
1195
- #: ../lib/the-events-calendar.class.php:517
1196
- msgid "venue"
1197
- msgstr "sted"
1198
-
1199
- #: ../lib/the-events-calendar.class.php:531
 
1200
  #, php-format
1201
  msgid "Initializing Tribe Events on %s"
1202
- msgstr "Initialiserer Tribe-Aktiviteter for %s"
1203
-
1204
- #: ../lib/the-events-calendar.class.php:644
1205
  #, php-format
1206
  msgid ""
1207
  "Your version of The Events Calendar is not up-to-date with one of your The "
1208
  "Events Calendar add-ons. Please %supdate now.%s"
1209
  msgstr ""
1210
- "Din versjon av The Events Calendar er ikke oppdatert med en av dine The "
1211
- "Events Calendar-tillegg. Vennligst %soppdatér nå.%s"
1212
-
1213
- #: ../lib/the-events-calendar.class.php:661
1214
  #, php-format
1215
  msgid ""
1216
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1217
  "dependencies on The Events Calendar and will not function properly unless "
1218
  "paired with the right version. %sWant to pair an older version%s?"
1219
  msgstr ""
1220
- "De følgende utvidelser er gått ut på dato: <b>%s</b>. Alle Tillegg er "
1221
- "avhengige av The Events Calendar, og vil ikke fungere som de skal, om de "
1222
- "ikke er koblet mot korrekt versjon. %sKoble mot en eldre versjon%s?"
1223
-
1224
- #: ../lib/the-events-calendar.class.php:725
1225
- #: ../lib/the-events-calendar.class.php:760
1226
- #: ../lib/the-events-calendar.class.php:762
1227
  msgid "Licenses"
1228
- msgstr "Lisenser"
1229
-
1230
- #: ../lib/the-events-calendar.class.php:729
1231
- #, fuzzy, php-format
1232
  msgid ""
1233
  "<p>The license key you received when completing your purchase from %s will "
1234
  "grant you access to support and updates until it expires. You do not need to "
@@ -1244,775 +1435,659 @@ msgid ""
1244
  "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1245
  "and click \"Check Again\".</p>"
1246
  msgstr ""
1247
- "<p>Lisensnøkkelen du mottok når du fullførte kjøpet fra %s vil gi deg "
1248
- "tilgang til support og oppdateringer inntil den utløper. Du trenger ikke å "
1249
- "skrive inn nøkkelen under dine installerte tillegg for at det skal fungere, "
1250
- "men du skrive den inn for å automatiske oppdateringer. <strong>Finn "
1251
- "dine lisensnøkler på <a href=\"%s\">% s</ a></strong>.</p>Hvert betalte "
1252
- "tillegg har sin egen unike lisensnøkkel. Bare lim inn nøkkelen i det "
1253
- "aktuelle feltet nedenfor, og gi det et øyeblikk å validere. Du vet at du "
1254
- "lagt inn riktig når en grønn utløpsdato vises sammen med en \"gyldig "
1255
- "\"melding.</ p><p>Hvis du ser en rød melding om at nøkkelen ikke er gyldig "
1256
- "eller at installasjon ikke er mulig, besøk [skriv link til konto/lisenser] "
1257
- "for å administrere din versjon eller fornye / oppgradere din lisens.</"
1258
- "p><p>Hvis du ikke ser en oppdatering, men forventer en? I WordPress, til "
1259
- "<a href=\"%s\">Kontrollpanel > Oppdateringer</ a> og klikk \"Sjekk igjen \"."
1260
- "</p>"
1261
-
1262
- #: ../lib/the-events-calendar.class.php:752
1263
  msgid "General"
1264
- msgstr "Generelt"
1265
-
1266
- #: ../lib/the-events-calendar.class.php:753
1267
  msgid "Display"
1268
- msgstr "Vis"
1269
-
1270
- #: ../lib/the-events-calendar.class.php:804
 
 
 
 
1271
  #, php-format
1272
  msgid ""
1273
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1274
  "your WordPress install."
1275
  msgstr ""
1276
- "Beklager, The Events Calendar krever WordPress %s eller nyere. Vennligst "
1277
- "oppgrader WordPress."
1278
-
1279
- #: ../lib/the-events-calendar.class.php:807
1280
  #, php-format
1281
  msgid ""
1282
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1283
  "about moving you to a newer version of PHP."
1284
  msgstr ""
1285
- "Beklager, The Events Calendar krever PHP %s eller nyere. Be din tilbyder av "
1286
- "Webserver/webhotell om overflytting til nyere versjon av PHP."
1287
-
1288
- #: ../lib/the-events-calendar.class.php:1022
1289
  msgid "Upcoming Events"
1290
- msgstr "Kommende Aktiviteter"
1291
-
1292
- #: ../lib/the-events-calendar.class.php:1025
1293
  msgid "Past Events"
1294
- msgstr "Tidligere Aktiviteter"
1295
-
1296
- #: ../lib/the-events-calendar.class.php:1030
1297
- #: ../lib/the-events-calendar.class.php:1037
1298
  #, php-format
1299
  msgid "Events for %s"
1300
- msgstr "Aktiviteter for %s"
1301
-
1302
- #: ../lib/the-events-calendar.class.php:1032
1303
  msgid "Events this month"
1304
- msgstr "Aktiviteter denne måneden"
1305
-
1306
- #: ../lib/the-events-calendar.class.php:1044
1307
- #, php-format
1308
- msgid "Events at %s"
1309
- msgstr "Aktiviteter ved %s"
1310
-
1311
- #: ../lib/the-events-calendar.class.php:1063
1312
- msgid "No description has been entered for this event."
1313
- msgstr "Denne aktiviteten har ingen beskrivelse."
1314
-
1315
  #: ../lib/the-events-calendar.class.php:1325
1316
  msgid "category"
1317
- msgstr "kategori"
1318
-
1319
  #: ../lib/the-events-calendar.class.php:1335
1320
  msgid "tag"
1321
- msgstr "merk"
1322
-
1323
- #: ../lib/the-events-calendar.class.php:1362
1324
- #: ../lib/the-events-calendar.class.php:3891
1325
- #: ../lib/the-events-calendar.class.php:3952
1326
- msgid "Events"
1327
- msgstr "Aktiviteter"
1328
-
1329
  #: ../lib/the-events-calendar.class.php:1363
1330
  msgid "Event"
1331
- msgstr "Aktivitet"
1332
-
1333
  #: ../lib/the-events-calendar.class.php:1364
1334
  #: ../lib/the-events-calendar.class.php:1377
1335
  #: ../lib/the-events-calendar.class.php:1390
1336
  msgid "Add New"
1337
- msgstr "Legg til ny"
1338
-
1339
  #: ../lib/the-events-calendar.class.php:1365
1340
  msgid "Add New Event"
1341
- msgstr "Legg til ny Aktivitet"
1342
-
1343
  #: ../lib/the-events-calendar.class.php:1366
1344
  msgid "Edit Event"
1345
- msgstr "Rediger Aktivitet"
1346
-
1347
  #: ../lib/the-events-calendar.class.php:1367
1348
  msgid "New Event"
1349
- msgstr "Ny aktivitet"
1350
-
1351
  #: ../lib/the-events-calendar.class.php:1368
1352
  msgid "View Event"
1353
- msgstr "Vis Aktivitet"
1354
-
1355
  #: ../lib/the-events-calendar.class.php:1369
1356
  msgid "Search Events"
1357
- msgstr "Søk i Aktiviteter"
1358
-
1359
  #: ../lib/the-events-calendar.class.php:1370
1360
  msgid "No events found"
1361
- msgstr "Fant ingen aktiviteter"
1362
-
1363
  #: ../lib/the-events-calendar.class.php:1371
1364
  msgid "No events found in Trash"
1365
- msgstr "Fant ingen aktiviteter i søppelkassen"
1366
-
1367
- #: ../lib/the-events-calendar.class.php:1375
1368
- #: ../lib/the-events-calendar.class.php:1487
1369
- msgid "Venues"
1370
- msgstr "Steder"
1371
-
1372
- #: ../lib/the-events-calendar.class.php:1376
1373
- msgid "Venue"
1374
- msgstr "Sted"
1375
-
1376
  #: ../lib/the-events-calendar.class.php:1378
1377
- msgid "Add New Venue"
1378
- msgstr "Legg til nytt Sted"
1379
-
1380
- #: ../lib/the-events-calendar.class.php:1379
1381
- msgid "Edit Venue"
1382
- msgstr "Rediger Sted"
1383
-
1384
- #: ../lib/the-events-calendar.class.php:1380
1385
- msgid "New Venue"
1386
- msgstr "Nytt sted"
1387
-
1388
- #: ../lib/the-events-calendar.class.php:1381
1389
- msgid "View Venue"
1390
- msgstr "Vis Sted"
1391
-
1392
- #: ../lib/the-events-calendar.class.php:1382
1393
- msgid "Search Venues"
1394
- msgstr "Søk i Steder"
1395
-
1396
- #: ../lib/the-events-calendar.class.php:1383
1397
- msgid "No venue found"
1398
- msgstr "Fant ingen steder"
1399
-
1400
- #: ../lib/the-events-calendar.class.php:1384
1401
- msgid "No venues found in Trash"
1402
- msgstr "Fant ingen steder i søppelkassen"
1403
-
1404
- #: ../lib/the-events-calendar.class.php:1388
1405
- #: ../lib/the-events-calendar.class.php:1488
1406
- msgid "Organizers"
1407
- msgstr "Arrangører"
1408
-
1409
- #: ../lib/the-events-calendar.class.php:1389
1410
- msgid "Organizer"
1411
- msgstr "Arrangør"
1412
-
1413
  #: ../lib/the-events-calendar.class.php:1391
1414
- msgid "Add New Organizer"
1415
- msgstr "Legg til ny Arrangør"
1416
-
 
1417
  #: ../lib/the-events-calendar.class.php:1392
1418
- msgid "Edit Organizer"
1419
- msgstr "Rediger Arrangør"
1420
-
 
1421
  #: ../lib/the-events-calendar.class.php:1393
1422
- msgid "New Organizer"
1423
- msgstr "Ny Arrangør"
1424
-
1425
- #
1426
  #: ../lib/the-events-calendar.class.php:1394
1427
- msgid "View Organizer"
1428
- msgstr "Vis Arrangør"
1429
-
 
1430
  #: ../lib/the-events-calendar.class.php:1395
1431
- msgid "Search Organizers"
1432
- msgstr "Søk i Arrangører"
1433
-
 
1434
  #: ../lib/the-events-calendar.class.php:1396
1435
- msgid "No organizer found"
1436
- msgstr "Fant ingen arrangører"
1437
-
 
1438
  #: ../lib/the-events-calendar.class.php:1397
1439
- msgid "No organizers found in Trash"
1440
- msgstr "Fant ingen arrangører i søppelkassen"
1441
-
1442
  #: ../lib/the-events-calendar.class.php:1401
1443
- #: ../lib/tribe-admin-events-list.class.php:226
1444
  msgid "Event Categories"
1445
- msgstr "Aktivitetskategorier"
1446
-
1447
- #: ../lib/the-events-calendar.class.php:1402
1448
- msgid "Event Category"
1449
- msgstr "Aktivitetskategori"
1450
-
1451
  #: ../lib/the-events-calendar.class.php:1403
1452
  msgid "Search Event Categories"
1453
- msgstr "Søk i Aktivitetskategorier"
1454
-
1455
  #: ../lib/the-events-calendar.class.php:1404
1456
  msgid "All Event Categories"
1457
- msgstr "Alle Aktivitetskategorier"
1458
-
1459
  #: ../lib/the-events-calendar.class.php:1405
1460
  msgid "Parent Event Category"
1461
- msgstr "Overordnet Aktivitetskategori"
1462
-
1463
  #: ../lib/the-events-calendar.class.php:1406
1464
  msgid "Parent Event Category:"
1465
- msgstr "Overordnet Aktivitetskategori:"
1466
-
1467
  #: ../lib/the-events-calendar.class.php:1407
1468
  msgid "Edit Event Category"
1469
- msgstr "Rediger Aktivitetskategori"
1470
-
1471
  #: ../lib/the-events-calendar.class.php:1408
1472
  msgid "Update Event Category"
1473
- msgstr "Oppdater Aktivitetskategori"
1474
-
1475
  #: ../lib/the-events-calendar.class.php:1409
1476
  msgid "Add New Event Category"
1477
- msgstr "Legg til ny kategori"
1478
-
1479
  #: ../lib/the-events-calendar.class.php:1410
1480
  msgid "New Event Category Name"
1481
- msgstr "Nytt navn Aktivitetskategori"
1482
-
1483
  #: ../lib/the-events-calendar.class.php:1426
1484
  #, php-format
1485
  msgid "Event updated. <a href=\"%s\">View event</a>"
1486
- msgstr "Aktivitet oppdatert. <a href=\"%s\">Vis aktivitet</a>"
1487
-
1488
  #: ../lib/the-events-calendar.class.php:1427
1489
  #: ../lib/the-events-calendar.class.php:1444
1490
  #: ../lib/the-events-calendar.class.php:1461
1491
  msgid "Custom field updated."
1492
- msgstr "Egendefinert felt oppdatert."
1493
-
1494
  #: ../lib/the-events-calendar.class.php:1428
1495
  #: ../lib/the-events-calendar.class.php:1445
1496
  #: ../lib/the-events-calendar.class.php:1462
1497
  msgid "Custom field deleted."
1498
- msgstr "Egendefinert felt slettet."
1499
-
1500
  #: ../lib/the-events-calendar.class.php:1429
1501
  msgid "Event updated."
1502
- msgstr "Aktivitet oppdatert."
1503
-
1504
  #: ../lib/the-events-calendar.class.php:1431
1505
  #, php-format
1506
  msgid "Event restored to revision from %s"
1507
- msgstr "Aktivitet gjenopprettet til revisjon fra %s"
1508
-
1509
  #: ../lib/the-events-calendar.class.php:1432
1510
  #, php-format
1511
  msgid "Event published. <a href=\"%s\">View event</a>"
1512
- msgstr "Aktivitet publisert. <a href=\"%s\">Vis aktivitet</a>"
1513
-
1514
  #: ../lib/the-events-calendar.class.php:1433
1515
  msgid "Event saved."
1516
- msgstr "Aktivitet lagret."
1517
-
1518
  #: ../lib/the-events-calendar.class.php:1434
1519
  #, php-format
1520
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1521
- msgstr ""
1522
- "Aktivitet er levert. <a target=\"_blank\" href=\"%s\">Forhåndsvis aktivitet</"
1523
- "a>"
1524
-
1525
  #: ../lib/the-events-calendar.class.php:1435
1526
  #, php-format
1527
  msgid ""
1528
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1529
  "\">Preview event</a>"
1530
  msgstr ""
1531
- "Aktivitet planlagt til <strong>%1$s</strong>. <a target=\"_blank\" href="
1532
- "\"%2$s\">Forhåndsvis aktivitet</a>"
1533
-
1534
  #: ../lib/the-events-calendar.class.php:1437
1535
  #: ../lib/the-events-calendar.class.php:1454
1536
  #: ../lib/the-events-calendar.class.php:1471
1537
  msgid "M j, Y @ G:i"
1538
- msgstr "Y-m-d @ G:i"
1539
-
1540
  #: ../lib/the-events-calendar.class.php:1438
1541
  #, php-format
1542
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1543
- msgstr ""
1544
- "Utkast for aktivitet oppdatert. <a target=\"_blank\" href=\"%s\">Forhåndsvis "
1545
- "Aktivitet</a>"
1546
-
1547
  #: ../lib/the-events-calendar.class.php:1443
1548
- #, php-format
1549
- msgid "Venue updated. <a href=\"%s\">View venue</a>"
1550
- msgstr "Sted oppdatert. <a href=\"%s\">Vis sted</a>"
1551
-
1552
  #: ../lib/the-events-calendar.class.php:1446
1553
- msgid "Venue updated."
1554
- msgstr "Sted oppdatert."
1555
-
1556
- #: ../lib/the-events-calendar.class.php:1448
1557
- #, php-format
1558
- msgid "Venue restored to revision from %s"
1559
- msgstr "Sted gjenopprettet til revisjon fra %s"
1560
-
1561
- #: ../lib/the-events-calendar.class.php:1449
1562
- #, php-format
1563
- msgid "Venue published. <a href=\"%s\">View venue</a>"
1564
- msgstr "Sted publisert. <a href=\"%s\">Vis sted</a>"
1565
-
1566
- #: ../lib/the-events-calendar.class.php:1450
1567
- msgid "Venue saved."
1568
- msgstr "Sted lagret."
1569
-
1570
- #: ../lib/the-events-calendar.class.php:1451
1571
- #, php-format
1572
- msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1573
- msgstr ""
1574
- "Sted innsendt. <a target=\"_blank\" href=\"%s\">Forhåndsvis Sted/Plassering</"
1575
- "a>"
1576
-
1577
- #: ../lib/the-events-calendar.class.php:1452
1578
- #, php-format
1579
- msgid ""
1580
- "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1581
- "\">Preview venue</a>"
1582
- msgstr ""
1583
- "Sted lagt til for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1584
- "\">Forhåndsvis Sted</a>"
1585
-
1586
- #: ../lib/the-events-calendar.class.php:1455
1587
- #, php-format
1588
- msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1589
- msgstr ""
1590
- "Utkast for sted oppdatert. <a target=\"_blank\" href=\"%s\">Forhåndsvis "
1591
- "Sted</a>"
1592
-
1593
  #: ../lib/the-events-calendar.class.php:1460
1594
- #, php-format
1595
- msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1596
- msgstr "Arrangør oppdatert. <a href=\"%s\">Vis arrangør</a>"
1597
-
1598
  #: ../lib/the-events-calendar.class.php:1463
1599
- msgid "Organizer updated."
1600
- msgstr "Arrangør oppdatert."
1601
-
 
1602
  #: ../lib/the-events-calendar.class.php:1465
1603
  #, php-format
1604
- msgid "Organizer restored to revision from %s"
1605
- msgstr "Arrangør gjenopprettet til revisjon fra %s"
1606
-
1607
  #: ../lib/the-events-calendar.class.php:1466
1608
  #, php-format
1609
- msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1610
- msgstr "Arrangør publisert. <a href=\"%s\">Vis arrangør</a>"
1611
-
1612
  #: ../lib/the-events-calendar.class.php:1467
1613
- msgid "Organizer saved."
1614
- msgstr "Arrangør lagret."
1615
-
 
1616
  #: ../lib/the-events-calendar.class.php:1468
1617
  #, php-format
1618
- msgid ""
1619
- "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1620
- msgstr ""
1621
- "Arrangørinformasjon levert <a target=\"_blank\" href=\"%s\">Forhåndsvis "
1622
- "Arrangør</a>"
1623
-
1624
  #: ../lib/the-events-calendar.class.php:1469
1625
  #, php-format
1626
- msgid ""
1627
- "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1628
- "\"%2$s\">Preview organizer</a>"
1629
- msgstr ""
1630
- "Arrangør lagt til for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1631
- "\"%2$s\">Forhåndsvis arrangør</a>"
1632
-
1633
  #: ../lib/the-events-calendar.class.php:1472
1634
  #, php-format
1635
- msgid ""
1636
- "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
1637
- "a>"
1638
- msgstr ""
1639
- "Utkast for Arrangør oppdatert. <a target=\"_blank\" href=\"%s\">Forhåndsvis "
1640
- "Arrangør</a>"
1641
-
1642
- #: ../lib/the-events-calendar.class.php:1513
1643
- msgid "Use Saved Venue:"
1644
- msgstr "Bruk lagret Sted:"
1645
-
1646
- #
1647
- #: ../lib/the-events-calendar.class.php:1542
1648
- msgid "Use Saved Organizer:"
1649
- msgstr "Bruk lagret arrangør:"
1650
-
1651
- #
1652
- #: ../lib/the-events-calendar.class.php:1582
1653
- msgid "Use New Venue"
1654
- msgstr "Bruk nytt Sted"
1655
-
1656
- #
1657
- #: ../lib/the-events-calendar.class.php:1584
1658
- msgid "My Venues"
1659
- msgstr "Mine Steder"
1660
-
1661
- #
1662
- #: ../lib/the-events-calendar.class.php:1589
1663
- msgid "Available Venues"
1664
- msgstr "Tilgjengelige Steder"
1665
-
1666
- #: ../lib/the-events-calendar.class.php:1600
1667
- msgid "No saved venue exists."
1668
- msgstr "Ingen lagrede steder finnes."
1669
-
1670
- #
1671
- #: ../lib/the-events-calendar.class.php:1639
1672
- msgid "Use New Organizer"
1673
- msgstr "Bruk ny arrangør"
1674
-
1675
- #
1676
- #: ../lib/the-events-calendar.class.php:1641
1677
- msgid "My Organizers"
1678
- msgstr "Mine Arrangører"
1679
-
1680
- #
1681
- #: ../lib/the-events-calendar.class.php:1646
1682
- msgid "Available Organizers"
1683
- msgstr "Tilgjengelige Arrangører"
1684
-
1685
- #
1686
- #: ../lib/the-events-calendar.class.php:1657
1687
- msgid "No saved organizer exists."
1688
- msgstr "Ingen lagrede arrangører finnes."
1689
-
1690
- #: ../lib/the-events-calendar.class.php:1784
1691
- msgid "Next"
1692
- msgstr "Neste"
1693
-
1694
  #: ../lib/the-events-calendar.class.php:1785
1695
- msgid "Prev"
1696
- msgstr "Forrige"
1697
-
1698
  #: ../lib/the-events-calendar.class.php:1786
1699
- msgid "Today"
1700
- msgstr "I dag"
1701
-
1702
  #: ../lib/the-events-calendar.class.php:1787
 
 
 
 
1703
  msgid "Done"
1704
- msgstr "Ferdig"
1705
-
1706
- #: ../lib/the-events-calendar.class.php:1996
1707
  msgid "Network"
1708
- msgstr "Nettverk"
1709
-
1710
- #
1711
- #: ../lib/the-events-calendar.class.php:2956
1712
- msgid "Unnamed Venue"
1713
- msgstr "Sted uten navn"
1714
-
1715
- #
1716
- #: ../lib/the-events-calendar.class.php:3046
1717
- msgid "Unnamed Organizer"
1718
- msgstr "Arrangør uten navn"
1719
-
1720
- #: ../lib/the-events-calendar.class.php:3506
1721
- #: ../lib/the-events-calendar.class.php:3523
1722
  msgid "Date out of range."
1723
- msgstr "Datoen er utenfor omfang."
1724
-
1725
- #: ../lib/the-events-calendar.class.php:3536
1726
  msgid "Event Options"
1727
- msgstr "Alternativer for Aktivitet"
1728
-
1729
- #: ../lib/the-events-calendar.class.php:3538
1730
- msgid "Venue Information"
1731
- msgstr "Stedsinformasjon"
1732
-
1733
- #: ../lib/the-events-calendar.class.php:3543
1734
- msgid "Organizer Information"
1735
- msgstr "Arrangørinformasjon"
1736
-
1737
- #: ../lib/the-events-calendar.class.php:3740
1738
- msgid "Support"
1739
- msgstr "Brukerstøtte"
1740
-
1741
  #: ../lib/the-events-calendar.class.php:3743
 
 
 
1742
  msgid "View All Add-Ons"
1743
- msgstr "Vis alle Tilleggsutvidelser"
1744
-
1745
- #: ../lib/the-events-calendar.class.php:3760
1746
  msgid "News from Modern Tribe"
1747
- msgstr "Nyheter fra Modern Tribe"
1748
-
1749
- #: ../lib/the-events-calendar.class.php:3841
1750
  msgid "Additional Functionality"
1751
- msgstr "Tilleggsfunksjonalitet"
1752
-
1753
- #: ../lib/the-events-calendar.class.php:3846
1754
  msgid ""
1755
  "Looking for additional functionality including recurring events, ticket "
1756
  "sales, publicly submitted events, new views and more?"
1757
  msgstr ""
1758
- "Er du ute etter ytterligere funksjonalitet, inkludert gjentakende "
1759
- "aktiviteter, billettsalg, offentlig innsendte arrangementer, andre "
1760
- "sideoppsett og mer?"
1761
-
1762
- #: ../lib/the-events-calendar.class.php:3846
1763
  #, php-format
1764
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1765
- msgstr "Sjekk ut <a href=\"%s\">tilgjengelige utvidelser</a>."
1766
-
1767
- #
1768
- #: ../lib/the-events-calendar.class.php:3918
1769
- #: ../lib/the-events-calendar.class.php:4009
1770
  msgid "View Calendar"
1771
- msgstr "Vis Kalender"
1772
-
1773
- #
1774
- #: ../lib/the-events-calendar.class.php:3926
1775
  msgid "Add Event"
1776
- msgstr "Legg til Aktivitet"
1777
-
1778
- #
1779
- #: ../lib/the-events-calendar.class.php:3935
1780
  msgid "Edit Events"
1781
- msgstr "Rediger Aktivitet"
1782
-
1783
- #: ../lib/the-events-calendar.class.php:3944
1784
- #: ../lib/the-events-calendar.class.php:4045
 
 
 
 
 
 
1785
  msgid "Settings"
1786
- msgstr "Innstillinger"
1787
-
1788
- #: ../lib/the-events-calendar.class.php:3980
1789
  #, php-format
1790
  msgid ""
1791
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
1792
  "change the events slug, visit %sEvents -> Settings%s."
1793
  msgstr ""
1794
- "Velkommen til The Events Calendar! Din aktivitetskalender finner du %s. "
1795
- "For å endre denne aktivitets-kortlenken, besøk %sAktiviteter -> Innstillinger"
1796
- "%s."
1797
-
1798
- #: ../lib/the-events-calendar.class.php:4046
1799
  msgid "Calendar"
1800
- msgstr "Kalender"
1801
-
1802
- #: ../lib/the-events-calendar.class.php:4096
1803
  msgid "List"
1804
- msgstr "Liste"
1805
-
1806
- #
1807
- #: ../lib/the-events-calendar.class.php:4107
1808
  msgid "Month"
1809
- msgstr "Måned"
1810
-
1811
- #: ../lib/the-events-calendar.class.php:4126
1812
- #: ../lib/the-events-calendar.class.php:4128
 
 
1813
  msgid "Search"
1814
- msgstr "Søk"
1815
-
1816
- #
1817
- #: ../lib/the-events-calendar.class.php:4148
1818
- #: ../lib/the-events-calendar.class.php:4160
1819
  msgid "Date"
1820
- msgstr "Dato"
1821
-
1822
- #
1823
- #: ../lib/the-events-calendar.class.php:4151
1824
  msgid "Events In"
1825
- msgstr "Aktiviteter i"
1826
-
1827
- #
1828
- #: ../lib/the-events-calendar.class.php:4153
1829
  msgid "Events From"
1830
- msgstr "Aktiviteter fra"
1831
-
1832
- #: ../lib/the-events-calendar.class.php:4341
1833
- msgid "&laquo; Previous Events"
1834
- msgstr "&laquo; Tidligere aktiviteter"
1835
-
1836
- #: ../lib/the-events-calendar.class.php:4342
1837
- msgid "Next Events &raquo;"
1838
- msgstr "Kommende Aktiviteter &raquo;"
1839
-
1840
- #: ../lib/tribe-admin-events-list.class.php:53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1841
  #, php-format
1842
- msgid "View &#8220;%s&#8221;"
1843
- msgstr "Vis &#8220;%s&#8221;"
1844
-
1845
- #: ../lib/tribe-admin-events-list.class.php:231
 
 
 
 
 
1846
  msgid "Start Date"
1847
- msgstr "Startdato"
1848
-
1849
- #: ../lib/tribe-admin-events-list.class.php:232
1850
  msgid "End Date"
1851
- msgstr "Sluttdato"
1852
-
1853
- #: ../lib/tribe-admin-events-list.class.php:234
1854
- msgid "Recurring?"
1855
- msgstr "Gjentakende?"
1856
-
1857
- #: ../lib/tribe-admin-events-list.class.php:298
1858
- msgid "Yes"
1859
- msgstr "Ja"
1860
-
1861
- #: ../lib/tribe-admin-events-list.class.php:298
1862
- msgid "No"
1863
- msgstr "Nei"
1864
-
1865
- #: ../lib/tribe-admin-events-list.class.php:376
1866
  #, php-format
1867
  msgid "All %s"
1868
- msgstr "Alle %s"
1869
-
1870
- #
1871
  #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1872
  #: ../lib/tribe-app-shop.class.php:87
1873
  msgid "Event Add-Ons"
1874
- msgstr "Aktivitetsutvidelser"
1875
-
1876
- # Jeg tenker dette er et egennavn. Lar den stå.
1877
- #: ../lib/tribe-debug-bar.class.php:29
1878
  msgid "Tribe"
1879
  msgstr "Tribe"
1880
-
1881
- #: ../lib/tribe-event-api.class.php:374
 
 
 
1882
  msgid "United States"
1883
- msgstr "USA"
1884
-
1885
  #: ../lib/tribe-event-exception.class.php:17
1886
  #: ../lib/tribe-event-exception.class.php:34
1887
  msgid "Error"
1888
- msgstr "Feil"
1889
-
1890
- #: ../lib/tribe-field.class.php:168
1891
  msgid "Invalid field type specified"
1892
- msgstr "Ugyldig felttype spesifisert"
1893
-
1894
- #: ../lib/tribe-field.class.php:438
1895
  msgid "No radio options specified"
1896
- msgstr "Ingen radioknappvalg er spesifisert"
1897
-
1898
- #: ../lib/tribe-field.class.php:475
1899
  msgid "No checkbox options specified"
1900
- msgstr "Ingen sjekkboks-valg er spesifiserte"
1901
-
1902
- #: ../lib/tribe-field.class.php:530
1903
  msgid "No select options specified"
1904
- msgstr "Ingen valgmuligheter er spesifisert"
1905
-
1906
- #
1907
- #: ../lib/tribe-settings-tab.class.php:219
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1908
  msgid "There are no fields setup for this tab yet."
1909
- msgstr "Det finnes ingen konfigurerte felter for denne fanen enda."
1910
-
1911
- # Er ikke dette et egennavn? Skal man oversette det?
1912
- #
1913
- #: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
1914
  msgid "The Events Calendar Settings"
1915
- msgstr "Innstillinger for The Events Calendar"
1916
-
1917
- #
1918
- #: ../lib/tribe-settings.class.php:176
1919
  msgid "Events Settings"
1920
- msgstr "Aktivitetsinnstillinger"
1921
-
1922
- #: ../lib/tribe-settings.class.php:225
1923
  #, php-format
1924
  msgid "%s Settings"
1925
- msgstr "%s Innstillinger"
1926
-
1927
- #: ../lib/tribe-settings.class.php:239
1928
  msgid "You've requested a non-existent tab."
1929
- msgstr "Du har spesifisert en fane som ikke eksisterer"
1930
-
1931
- #
1932
- #: ../lib/tribe-settings.class.php:247
1933
  msgid " Save Changes"
1934
- msgstr "Lagre endringer"
1935
-
1936
- #: ../lib/tribe-settings.class.php:299
1937
  msgid "You don't have permission to do that."
1938
- msgstr "Du har ikke tillatelse til å utføre handlingen."
1939
-
1940
- #: ../lib/tribe-settings.class.php:305
1941
  msgid "The request was sent insecurely."
1942
- msgstr "Forespørselen ble sendt usikret."
1943
-
1944
- #: ../lib/tribe-settings.class.php:311
1945
  msgid "The request wasn't sent from this tab."
1946
- msgstr "Etterspørselen ble ikke sendt fra denne fanen"
1947
-
1948
- #: ../lib/tribe-settings.class.php:476
1949
  msgid "Your form had the following errors:"
1950
- msgstr "Skjemaet hadde følgende feil:"
1951
-
1952
- #: ../lib/tribe-settings.class.php:485
1953
  msgid "None of your settings were saved. Please try again."
1954
- msgstr "Ingen av innstillingene dine ble lagret. Vennligst prøv igjen."
1955
-
1956
- #
1957
- #: ../lib/tribe-settings.class.php:509
 
 
 
 
 
 
 
1958
  msgid "Settings saved."
1959
- msgstr "Innstillinger lagret."
1960
-
1961
- #: ../lib/tribe-template-factory.class.php:257
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1962
  #, php-format
1963
  msgid "There were no results found for <strong>\"%s\"</strong>."
1964
- msgstr "Ingen resultater funnet for <strong>\"% s\"</ strong>."
1965
-
1966
- #: ../lib/tribe-template-factory.class.php:260
1967
  #, php-format
1968
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
1969
- msgstr ""
1970
- "Ingen resultater funnet for aktiviteter i nærheten av <strong>\"% s\"</ "
1971
- "strong>."
1972
-
1973
- #: ../lib/tribe-template-factory.class.php:263
1974
- #, fuzzy, php-format
1975
  msgid ""
1976
  "No upcoming events listed under %s. Check out upcoming events for this "
1977
  "category or view the full calendar."
1978
  msgstr ""
1979
- "oppført under %s. Sjekk ut kommende hendelser for denne kategorien, eller se "
1980
- "hele kalenderen."
1981
-
1982
- #: ../lib/tribe-template-factory.class.php:266
1983
- #, fuzzy, php-format
1984
- msgid ""
1985
- "No matching events listed under %s. Check out upcoming events for this "
1986
  "category or view the full calendar."
1987
- msgstr ""
1988
- "oppført under %s. Sjekk ut kommende hendelser for denne kategorien, eller se "
1989
- "hele kalenderen."
1990
-
1991
- #
1992
- #: ../lib/tribe-template-factory.class.php:269
1993
  msgid "No previous events "
1994
- msgstr "Ingen tidligere aktiviteter"
1995
-
1996
- #: ../lib/tribe-template-factory.class.php:272
1997
- msgid "There were no results found."
1998
- msgstr "Ingen resultater ble funnet."
1999
-
2000
- #: ../lib/tribe-templates.class.php:501
2001
  #, php-format
2002
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2003
- msgstr "Overstyring av malvalg bør flyttes til riktig underkatalog: %s"
2004
-
2005
- #: ../lib/tribe-templates.class.php:542
2006
  #, php-format
2007
  msgid ""
2008
  "Template overrides should be moved to the correct subdirectory: "
2009
  "tribe_get_template_part('%s')"
2010
  msgstr ""
2011
- "Overstyring av malvalg bør flyttes til riktig underkatalog: "
2012
  "tribe_get_template_part('%s')"
2013
-
2014
  #: ../lib/tribe-the-events-calendar-import.class.php:64
2015
- #, fuzzy, php-format
2016
  msgid ""
2017
  "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2018
  "you have backed up before proceeding any further. You can easily <a href=\"%s"
@@ -2026,1912 +2101,1144 @@ msgid ""
2026
  "><br/> You have events that need to be migrated. Please visit the bottom of "
2027
  "the <a href=\"%s\">settings page</a> to perform the migration."
2028
  msgstr ""
2029
- "Velkommen til Events 2.0! Dette er en STOR oppgradering fra 1.6.5. Vennligst "
2030
- "se til at du har tatt en sikkerhetskopi før du fortsetter. Du kan enkelt <a "
2031
- "href=\" %s\">rulle tilbake til en eldre versjon</a> om du vil ta en "
2032
- "sikkerhetskopi først. Denne oppgraderingen består av to hovedsteg; <a href="
2033
- "\"options-general.php?page=tribe-events-calendar\">migrering av data</a> og "
2034
- "oppdatering av malene dine om nødvendig. Taggene for maler og funksjonene "
2035
- "har gjennomgått betydelige endringer. Ta en titt vår <a href=\"%s"
2036
- "\">oppgraderingsveiledning</a> før du fortsetter, og se FAQen og "
2037
- "kunnskapsdatabasen fra <a href=\"%s\">siden for brukerstøtte</a>. Om det er "
2038
- "første gang du bruker The Events Calendar anbefaler vi at du leser vår <a "
2039
- "href=\"%s\">veiledning for nye brukere</a>.<br/><br/> Du har aktiviteter som "
2040
- "må migreres. Vennligst se nederst på siden for <a href=\"options-general.php?"
2041
- "page=tribe-events-calendar\">innstillinger</a> for å utføre migreringen."
2042
-
2043
  #: ../lib/tribe-the-events-calendar-import.class.php:86
2044
  msgid "Upgrade from The Events Calendar"
2045
- msgstr "Oppgrader fra The Events Calendar"
2046
-
2047
  #: ../lib/tribe-the-events-calendar-import.class.php:87
2048
  msgid ""
2049
  "It appears that you have some old events calendar data that needs to be "
2050
  "upgraded. Please be sure to back up your database before initiating the "
2051
  "upgrade. This process can not be undone."
2052
  msgstr ""
2053
- "Det ser ut til at du har noen eldre Events Calendar-data som oppgraderes. "
2054
- "Vennligst tilse at du har en sikkerhetskopi av databasen før du utfører "
2055
- "oppgraderingen. Denne prosessen kan ikke angres."
2056
-
2057
  #: ../lib/tribe-the-events-calendar-import.class.php:88
2058
  msgid "Migrate Data!"
2059
- msgstr "Migrer data!"
2060
-
2061
  #: ../lib/tribe-the-events-calendar-import.class.php:166
2062
  #, php-format
2063
  msgid "You successfully migrated (%d) entries."
2064
- msgstr "(%d) oppføringer ble migrert uten feil."
2065
-
2066
  #: ../lib/tribe-the-events-calendar-import.class.php:242
2067
  msgid "Install has 1 or more legacy event!"
2068
- msgstr ""
2069
- "Installasjonen har en eller flere aktiviteter med gammelt innholdsformat!"
2070
-
2071
- #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
2072
  msgid "Invalid or incomplete field passed"
2073
- msgstr "Ugyldig eller ufullstendig felt ble sendt"
2074
-
2075
- #: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
2076
- #: ../lib/tribe-validate.class.php:116
2077
  msgid "Field ID:"
2078
- msgstr "Felt-ID:"
2079
-
2080
- #: ../lib/tribe-validate.class.php:109
2081
  msgid "Non-existant field validation function passed"
2082
- msgstr "Ikke-eksisterende feltvalideringsfunksjon godkjent"
2083
-
2084
- #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
 
 
 
2085
  #, php-format
2086
  msgid "%s must contain numbers and letters only"
2087
- msgstr "%s inneholde kun nummer og bokstaver"
2088
-
2089
- #: ../lib/tribe-validate.class.php:171
2090
  #, php-format
2091
  msgid "%s must contain numbers, letters and dots only"
2092
- msgstr "%s inneholde kun tall, bokstaver og punktum"
2093
-
2094
- #: ../lib/tribe-validate.class.php:187
2095
  #, php-format
2096
  msgid "%s must be a positive number."
2097
- msgstr "%s være et positivt tall."
2098
-
2099
- #: ../lib/tribe-validate.class.php:204
2100
  #, php-format
2101
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2102
- msgstr ""
2103
- "%s må være en gyldig slug (tall, bokstaver, bindestrek eller understrek)."
2104
-
2105
- #: ../lib/tribe-validate.class.php:221
2106
  #, php-format
2107
  msgid "%s must be a valid absolute URL."
2108
- msgstr "%s være en gyldig absolutt URL."
2109
-
2110
- #: ../lib/tribe-validate.class.php:239 ../lib/tribe-validate.class.php:258
2111
- #: ../lib/tribe-validate.class.php:279
2112
  #, php-format
2113
  msgid "%s must have a value that's part of its options."
2114
- msgstr "%s ha en verdi som kan velges gjennom dens innstillinger."
2115
-
2116
- #: ../lib/tribe-validate.class.php:295
2117
  #, php-format
2118
  msgid ""
2119
  "Comparison validation failed because no comparison value was provided, for "
2120
  "field %s"
2121
  msgstr ""
2122
- "Sammenligningsvalidering feilet fordi ingen sammenligningsgrunnlag ble "
2123
- "spesifisert, for felt %s"
2124
-
2125
- #: ../lib/tribe-validate.class.php:302
2126
  #, php-format
2127
  msgid "%s cannot be the same as %s."
2128
- msgstr "%s kan ikke være det samme som %s."
2129
-
2130
- #: ../lib/tribe-validate.class.php:304
2131
  #, php-format
2132
  msgid "%s cannot be a duplicate"
2133
- msgstr "%s kan ikke være et duplikat"
2134
-
2135
- #: ../lib/tribe-validate.class.php:322
2136
  #, php-format
2137
  msgid "%s must be a number or percentage."
2138
- msgstr "%s være et tall eller prosent."
2139
-
2140
- #: ../lib/tribe-validate.class.php:386
2141
  #, php-format
2142
  msgid "%s must be a number between 0 and 21."
2143
- msgstr "%s være et nummer mellom 0 og 21."
2144
-
2145
- #: ../lib/tribe-validate.class.php:404
2146
  #, php-format
2147
  msgid ""
2148
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2149
- msgstr "%s må bestå av kun bokstaver, tall, bindestrek, understrek"
2150
-
2151
- #: ../lib/tribe-validate.class.php:422
2152
  #, php-format
2153
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2154
- msgstr ""
2155
- "%s må bestå av bokstaver, mellomrom, apostrofer, bindestrek og understrek."
2156
-
2157
- #: ../lib/tribe-validate.class.php:438
2158
  #, php-format
2159
  msgid "%s must consist of 5 numbers."
2160
- msgstr "%s bestå av 5 tall."
2161
-
2162
- #: ../lib/tribe-validate.class.php:454
2163
  #, php-format
2164
  msgid "%s must be a phone number."
2165
- msgstr "%s være et telefonnummer."
2166
-
2167
- #: ../lib/tribe-validate.class.php:472
2168
  msgid ""
2169
  "Country List must be formatted as one country per line in the following "
2170
  "format: <br>US, United States <br> UK, United Kingdom."
2171
  msgstr ""
2172
- "Listen over land være formatert med ett land per linje i følgende format: "
2173
- "<br>US, USA <br> UK, Storbritannia."
2174
-
2175
  #: ../lib/tribe-view-helpers.class.php:24
2176
  #: ../lib/tribe-view-helpers.class.php:43
2177
  msgid "Select a Country:"
2178
- msgstr "Velg et land:"
2179
-
2180
  #: ../lib/tribe-view-helpers.class.php:45
2181
  msgid "Afghanistan"
2182
- msgstr "Afganistan"
2183
-
2184
  #: ../lib/tribe-view-helpers.class.php:46
2185
  msgid "Albania"
2186
  msgstr "Albania"
2187
-
2188
  #: ../lib/tribe-view-helpers.class.php:47
2189
  msgid "Algeria"
2190
- msgstr "Algerie"
2191
-
2192
  #: ../lib/tribe-view-helpers.class.php:48
2193
  msgid "American Samoa"
2194
- msgstr "Amerikansk Samoa"
2195
-
2196
  #: ../lib/tribe-view-helpers.class.php:49
2197
  msgid "Andorra"
2198
  msgstr "Andorra"
2199
-
2200
  #: ../lib/tribe-view-helpers.class.php:50
2201
  msgid "Angola"
2202
  msgstr "Angola"
2203
-
2204
  #: ../lib/tribe-view-helpers.class.php:51
2205
  msgid "Anguilla"
2206
  msgstr "Anguilla"
2207
-
2208
  #: ../lib/tribe-view-helpers.class.php:52
2209
  msgid "Antarctica"
2210
- msgstr "Antarktis"
2211
-
2212
  #: ../lib/tribe-view-helpers.class.php:53
2213
  msgid "Antigua And Barbuda"
2214
- msgstr "Antigua og Barbuda"
2215
-
2216
  #: ../lib/tribe-view-helpers.class.php:54
2217
  msgid "Argentina"
2218
  msgstr "Argentina"
2219
-
2220
  #: ../lib/tribe-view-helpers.class.php:55
2221
  msgid "Armenia"
2222
  msgstr "Armenia"
2223
-
2224
  #: ../lib/tribe-view-helpers.class.php:56
2225
  msgid "Aruba"
2226
  msgstr "Aruba"
2227
-
2228
  #: ../lib/tribe-view-helpers.class.php:57
2229
  msgid "Australia"
2230
  msgstr "Australia"
2231
-
2232
  #: ../lib/tribe-view-helpers.class.php:58
2233
  msgid "Austria"
2234
- msgstr "Østerrike"
2235
-
2236
  #: ../lib/tribe-view-helpers.class.php:59
2237
  msgid "Azerbaijan"
2238
- msgstr "Aserbajdsjan"
2239
-
2240
  #: ../lib/tribe-view-helpers.class.php:60
2241
  msgid "Bahamas"
2242
  msgstr "Bahamas"
2243
-
2244
  #: ../lib/tribe-view-helpers.class.php:61
2245
  msgid "Bahrain"
2246
  msgstr "Bahrain"
2247
-
2248
  #: ../lib/tribe-view-helpers.class.php:62
2249
  msgid "Bangladesh"
2250
  msgstr "Bangladesh"
2251
-
2252
  #: ../lib/tribe-view-helpers.class.php:63
2253
  msgid "Barbados"
2254
  msgstr "Barbados"
2255
-
2256
  #: ../lib/tribe-view-helpers.class.php:64
2257
  msgid "Belarus"
2258
- msgstr "Hviterussland"
2259
-
2260
  #: ../lib/tribe-view-helpers.class.php:65
2261
  msgid "Belgium"
2262
- msgstr "Belgia"
2263
-
2264
  #: ../lib/tribe-view-helpers.class.php:66
2265
  msgid "Belize"
2266
  msgstr "Belize"
2267
-
2268
  #: ../lib/tribe-view-helpers.class.php:67
2269
  msgid "Benin"
2270
  msgstr "Benin"
2271
-
2272
  #: ../lib/tribe-view-helpers.class.php:68
2273
  msgid "Bermuda"
2274
  msgstr "Bermuda"
2275
-
2276
  #: ../lib/tribe-view-helpers.class.php:69
2277
  msgid "Bhutan"
2278
  msgstr "Bhutan"
2279
-
2280
  #: ../lib/tribe-view-helpers.class.php:70
2281
  msgid "Bolivia"
2282
  msgstr "Bolivia"
2283
-
2284
  #: ../lib/tribe-view-helpers.class.php:71
2285
  msgid "Bosnia And Herzegowina"
2286
- msgstr "Bosnia Herzegowina"
2287
-
2288
  #: ../lib/tribe-view-helpers.class.php:72
2289
  msgid "Botswana"
2290
  msgstr "Botswana"
2291
-
2292
  #: ../lib/tribe-view-helpers.class.php:73
2293
  msgid "Bouvet Island"
2294
- msgstr "Bouvetøya"
2295
-
2296
  #: ../lib/tribe-view-helpers.class.php:74
2297
  msgid "Brazil"
2298
- msgstr "Brasil"
2299
-
2300
  #: ../lib/tribe-view-helpers.class.php:75
2301
  msgid "British Indian Ocean Territory"
2302
- msgstr "Britisk territorium i det Indiske hav"
2303
-
2304
  #: ../lib/tribe-view-helpers.class.php:76
2305
  msgid "Brunei Darussalam"
2306
  msgstr "Brunei Darussalam"
2307
-
2308
  #: ../lib/tribe-view-helpers.class.php:77
2309
  msgid "Bulgaria"
2310
  msgstr "Bulgaria"
2311
-
2312
  #: ../lib/tribe-view-helpers.class.php:78
2313
  msgid "Burkina Faso"
2314
  msgstr "Burkina Faso"
2315
-
2316
  #: ../lib/tribe-view-helpers.class.php:79
2317
  msgid "Burundi"
2318
- msgstr "Burindi"
2319
-
2320
  #: ../lib/tribe-view-helpers.class.php:80
2321
  msgid "Cambodia"
2322
- msgstr "Kambodsja"
2323
-
2324
  #: ../lib/tribe-view-helpers.class.php:81
2325
  msgid "Cameroon"
2326
- msgstr "Kamerun"
2327
-
2328
  #: ../lib/tribe-view-helpers.class.php:82
2329
  msgid "Canada"
2330
  msgstr "Canada"
2331
-
2332
  #: ../lib/tribe-view-helpers.class.php:83
2333
  msgid "Cape Verde"
2334
- msgstr "Kapp Verde"
2335
-
2336
  #: ../lib/tribe-view-helpers.class.php:84
2337
  msgid "Cayman Islands"
2338
- msgstr "Cayman-øyene"
2339
-
2340
  #: ../lib/tribe-view-helpers.class.php:85
2341
  msgid "Central African Republic"
2342
- msgstr "Den sentralafrikanske republikk"
2343
-
2344
  #: ../lib/tribe-view-helpers.class.php:86
2345
  msgid "Chad"
2346
  msgstr "Chad"
2347
-
2348
  #: ../lib/tribe-view-helpers.class.php:87
2349
  msgid "Chile"
2350
  msgstr "Chile"
2351
-
2352
  #: ../lib/tribe-view-helpers.class.php:88
2353
  msgid "China"
2354
- msgstr "Kina"
2355
-
2356
  #: ../lib/tribe-view-helpers.class.php:89
2357
  msgid "Christmas Island"
2358
  msgstr "Christmas Island"
2359
-
2360
  #: ../lib/tribe-view-helpers.class.php:90
2361
  msgid "Cocos (Keeling) Islands"
2362
- msgstr "Kokosøyene"
2363
-
2364
  #: ../lib/tribe-view-helpers.class.php:91
2365
  msgid "Colombia"
2366
  msgstr "Colombia"
2367
-
2368
  #: ../lib/tribe-view-helpers.class.php:92
2369
  msgid "Comoros"
2370
- msgstr "Komorene"
2371
-
2372
  #: ../lib/tribe-view-helpers.class.php:93
2373
  msgid "Congo"
2374
- msgstr "Kongo"
2375
-
2376
  #: ../lib/tribe-view-helpers.class.php:94
2377
  msgid "Congo, The Democratic Republic Of The"
2378
- msgstr "Kongo, Den demokratiske republikken"
2379
-
2380
  #: ../lib/tribe-view-helpers.class.php:95
2381
  msgid "Cook Islands"
2382
- msgstr "Cook-øyene"
2383
-
2384
  #: ../lib/tribe-view-helpers.class.php:96
2385
  msgid "Costa Rica"
2386
  msgstr "Costa Rica"
2387
-
2388
  #: ../lib/tribe-view-helpers.class.php:97
2389
  msgid "Cote D'Ivoire"
2390
- msgstr "Elfenbenskysten"
2391
-
2392
  #: ../lib/tribe-view-helpers.class.php:98
2393
  msgid "Croatia (Local Name: Hrvatska)"
2394
- msgstr "Kroatia"
2395
-
2396
  #: ../lib/tribe-view-helpers.class.php:99
2397
  msgid "Cuba"
2398
  msgstr "Cuba"
2399
-
2400
  #: ../lib/tribe-view-helpers.class.php:100
2401
  msgid "Cyprus"
2402
- msgstr "Kypros"
2403
-
2404
  #: ../lib/tribe-view-helpers.class.php:101
2405
  msgid "Czech Republic"
2406
- msgstr "Tjekkia"
2407
-
2408
  #: ../lib/tribe-view-helpers.class.php:102
2409
  msgid "Denmark"
2410
- msgstr "Danmark"
2411
-
2412
  #: ../lib/tribe-view-helpers.class.php:103
2413
  msgid "Djibouti"
2414
  msgstr "Djibouti"
2415
-
2416
  #: ../lib/tribe-view-helpers.class.php:104
2417
  msgid "Dominica"
2418
  msgstr "Dominica"
2419
-
2420
  #: ../lib/tribe-view-helpers.class.php:105
2421
  msgid "Dominican Republic"
2422
- msgstr "Dominikanske Republikk"
2423
-
2424
  #: ../lib/tribe-view-helpers.class.php:106
2425
  msgid "East Timor"
2426
- msgstr "Øst-Timor"
2427
-
2428
  #: ../lib/tribe-view-helpers.class.php:107
2429
  msgid "Ecuador"
2430
  msgstr "Ecuador"
2431
-
2432
  #: ../lib/tribe-view-helpers.class.php:108
2433
  msgid "Egypt"
2434
  msgstr "Egypt"
2435
-
2436
  #: ../lib/tribe-view-helpers.class.php:109
2437
  msgid "El Salvador"
2438
  msgstr "El Salvador"
2439
-
2440
  #: ../lib/tribe-view-helpers.class.php:110
2441
  msgid "Equatorial Guinea"
2442
  msgstr "Equatorial Guinea"
2443
-
2444
  #: ../lib/tribe-view-helpers.class.php:111
2445
  msgid "Eritrea"
2446
  msgstr "Eritrea"
2447
-
2448
  #: ../lib/tribe-view-helpers.class.php:112
2449
  msgid "Estonia"
2450
- msgstr "Estland"
2451
-
2452
  #: ../lib/tribe-view-helpers.class.php:113
2453
  msgid "Ethiopia"
2454
- msgstr "Etiopia"
2455
-
2456
  #: ../lib/tribe-view-helpers.class.php:114
2457
  msgid "Falkland Islands (Malvinas)"
2458
- msgstr "Falklandsøyene (Malvinas)"
2459
-
2460
  #: ../lib/tribe-view-helpers.class.php:115
2461
  msgid "Faroe Islands"
2462
- msgstr "Færøyene"
2463
-
2464
  #: ../lib/tribe-view-helpers.class.php:116
2465
  msgid "Fiji"
2466
  msgstr "Fiji"
2467
-
2468
  #: ../lib/tribe-view-helpers.class.php:117
2469
  msgid "Finland"
2470
  msgstr "Finland"
2471
-
2472
  #: ../lib/tribe-view-helpers.class.php:118
2473
  msgid "France"
2474
- msgstr "Frankrike"
2475
-
2476
  #: ../lib/tribe-view-helpers.class.php:119
2477
  msgid "France, Metropolitan"
2478
- msgstr "Frankrike, Metropolitan"
2479
-
2480
  #: ../lib/tribe-view-helpers.class.php:120
2481
  msgid "French Guiana"
2482
- msgstr "Fransk Guiana"
2483
-
2484
  #: ../lib/tribe-view-helpers.class.php:121
2485
  msgid "French Polynesia"
2486
- msgstr "Fransk-Polynesia"
2487
-
2488
  #: ../lib/tribe-view-helpers.class.php:122
2489
  msgid "French Southern Territories"
2490
- msgstr "Franske sørlige territorier"
2491
-
2492
  #: ../lib/tribe-view-helpers.class.php:123
2493
  msgid "Gabon"
2494
  msgstr "Gabon"
2495
-
2496
  #: ../lib/tribe-view-helpers.class.php:124
2497
  msgid "Gambia"
2498
  msgstr "Gambia"
2499
-
2500
  #: ../lib/tribe-view-helpers.class.php:125
2501
  #: ../lib/tribe-view-helpers.class.php:318
2502
  msgid "Georgia"
2503
  msgstr "Georgia"
2504
-
2505
  #: ../lib/tribe-view-helpers.class.php:126
2506
  msgid "Germany"
2507
- msgstr "Tyskland"
2508
-
2509
  #: ../lib/tribe-view-helpers.class.php:127
2510
  msgid "Ghana"
2511
  msgstr "Ghana"
2512
-
2513
  #: ../lib/tribe-view-helpers.class.php:128
2514
  msgid "Gibraltar"
2515
  msgstr "Gibraltar"
2516
-
2517
  #: ../lib/tribe-view-helpers.class.php:129
2518
  msgid "Greece"
2519
- msgstr "Hellas"
2520
-
2521
  #: ../lib/tribe-view-helpers.class.php:130
2522
  msgid "Greenland"
2523
- msgstr "Grønland"
2524
-
2525
  #: ../lib/tribe-view-helpers.class.php:131
2526
  msgid "Grenada"
2527
  msgstr "Grenada"
2528
-
2529
  #: ../lib/tribe-view-helpers.class.php:132
2530
  msgid "Guadeloupe"
2531
  msgstr "Guadeloupe"
2532
-
2533
  #: ../lib/tribe-view-helpers.class.php:133
2534
  msgid "Guam"
2535
  msgstr "Guam"
2536
-
2537
  #: ../lib/tribe-view-helpers.class.php:134
2538
  msgid "Guatemala"
2539
  msgstr "Guatemala"
2540
-
2541
  #: ../lib/tribe-view-helpers.class.php:135
2542
  msgid "Guinea"
2543
  msgstr "Guinea"
2544
-
2545
  #: ../lib/tribe-view-helpers.class.php:136
2546
  msgid "Guinea-Bissau"
2547
  msgstr "Guinea-Bissau"
2548
-
2549
  #: ../lib/tribe-view-helpers.class.php:137
2550
  msgid "Guyana"
2551
  msgstr "Guyana"
2552
-
2553
  #: ../lib/tribe-view-helpers.class.php:138
2554
  msgid "Haiti"
2555
  msgstr "Haiti"
2556
-
2557
  #: ../lib/tribe-view-helpers.class.php:139
2558
  msgid "Heard And Mc Donald Islands"
2559
- msgstr "Heard og McDonald-øyene"
2560
-
2561
  #: ../lib/tribe-view-helpers.class.php:140
2562
  msgid "Holy See (Vatican City State)"
2563
- msgstr "Hellige Stol (Vatikanstaten)"
2564
-
2565
  #: ../lib/tribe-view-helpers.class.php:141
2566
  msgid "Honduras"
2567
  msgstr "Honduras"
2568
-
2569
  #: ../lib/tribe-view-helpers.class.php:142
2570
  msgid "Hong Kong"
2571
  msgstr "Hong Kong"
2572
-
2573
  #: ../lib/tribe-view-helpers.class.php:143
2574
  msgid "Hungary"
2575
- msgstr "Ungarn"
2576
-
2577
  #: ../lib/tribe-view-helpers.class.php:144
2578
  msgid "Iceland"
2579
- msgstr "Island"
2580
-
2581
  #: ../lib/tribe-view-helpers.class.php:145
2582
  msgid "India"
2583
  msgstr "India"
2584
-
2585
  #: ../lib/tribe-view-helpers.class.php:146
2586
  msgid "Indonesia"
2587
  msgstr "Indonesia"
2588
-
2589
  #: ../lib/tribe-view-helpers.class.php:147
2590
  msgid "Iran (Islamic Republic Of)"
2591
- msgstr "Iran (Den Islamske Republik)"
2592
-
2593
  #: ../lib/tribe-view-helpers.class.php:148
2594
  msgid "Iraq"
2595
- msgstr "Irak"
2596
-
2597
  #: ../lib/tribe-view-helpers.class.php:149
2598
  msgid "Ireland"
2599
- msgstr "Irland"
2600
-
2601
  #: ../lib/tribe-view-helpers.class.php:150
2602
  msgid "Israel"
2603
  msgstr "Israel"
2604
-
2605
  #: ../lib/tribe-view-helpers.class.php:151
2606
  msgid "Italy"
2607
- msgstr "Italia"
2608
-
2609
  #: ../lib/tribe-view-helpers.class.php:152
2610
  msgid "Jamaica"
2611
  msgstr "Jamaica"
2612
-
2613
  #: ../lib/tribe-view-helpers.class.php:153
2614
  msgid "Japan"
2615
  msgstr "Japan"
2616
-
2617
  #: ../lib/tribe-view-helpers.class.php:154
2618
  msgid "Jordan"
2619
  msgstr "Jordan"
2620
-
2621
  #: ../lib/tribe-view-helpers.class.php:155
2622
  msgid "Kazakhstan"
2623
  msgstr "Kazakhstan"
2624
-
2625
  #: ../lib/tribe-view-helpers.class.php:156
2626
  msgid "Kenya"
2627
  msgstr "Kenya"
2628
-
2629
  #: ../lib/tribe-view-helpers.class.php:157
2630
  msgid "Kiribati"
2631
  msgstr "Kiribati"
2632
-
2633
  #: ../lib/tribe-view-helpers.class.php:158
2634
  msgid "Korea, Democratic People's Republic Of"
2635
- msgstr "Korea, Den Demokratiske Folkerepublikken"
2636
-
2637
  #: ../lib/tribe-view-helpers.class.php:159
2638
  msgid "Korea, Republic Of"
2639
- msgstr "Korea, Republikk av"
2640
-
2641
  #: ../lib/tribe-view-helpers.class.php:160
2642
  msgid "Kuwait"
2643
  msgstr "Kuwait"
2644
-
2645
  #: ../lib/tribe-view-helpers.class.php:161
2646
  msgid "Kyrgyzstan"
2647
- msgstr "Kirgizistan"
2648
-
2649
  #: ../lib/tribe-view-helpers.class.php:162
2650
  msgid "Lao People's Democratic Republic"
2651
- msgstr "Lao Folkets Demokratiske Republikk"
2652
-
2653
  #: ../lib/tribe-view-helpers.class.php:163
2654
  msgid "Latvia"
2655
  msgstr "Latvia"
2656
-
2657
  #: ../lib/tribe-view-helpers.class.php:164
2658
  msgid "Lebanon"
2659
- msgstr "Libanon"
2660
-
2661
  #: ../lib/tribe-view-helpers.class.php:165
2662
  msgid "Lesotho"
2663
  msgstr "Lesotho"
2664
-
2665
  #: ../lib/tribe-view-helpers.class.php:166
2666
  msgid "Liberia"
2667
  msgstr "Liberia"
2668
-
2669
  #: ../lib/tribe-view-helpers.class.php:167
2670
  msgid "Libya"
2671
  msgstr "Libya"
2672
-
2673
  #: ../lib/tribe-view-helpers.class.php:168
2674
  msgid "Liechtenstein"
2675
  msgstr "Liechtenstein"
2676
-
2677
  #: ../lib/tribe-view-helpers.class.php:169
2678
  msgid "Lithuania"
2679
- msgstr "Litauen"
2680
-
2681
  #: ../lib/tribe-view-helpers.class.php:170
2682
  msgid "Luxembourg"
2683
  msgstr "Luxembourg"
2684
-
2685
  #: ../lib/tribe-view-helpers.class.php:171
2686
  msgid "Macau"
2687
  msgstr "Macau"
2688
-
2689
  #: ../lib/tribe-view-helpers.class.php:172
2690
  msgid "Macedonia"
2691
- msgstr "Makedonia"
2692
-
2693
  #: ../lib/tribe-view-helpers.class.php:173
2694
  msgid "Madagascar"
2695
- msgstr "Madagaskar"
2696
-
2697
  #: ../lib/tribe-view-helpers.class.php:174
2698
  msgid "Malawi"
2699
  msgstr "Malawi"
2700
-
2701
  #: ../lib/tribe-view-helpers.class.php:175
2702
  msgid "Malaysia"
2703
  msgstr "Malaysia"
2704
-
2705
  #: ../lib/tribe-view-helpers.class.php:176
2706
  msgid "Maldives"
2707
- msgstr "Maldivene"
2708
-
2709
  #: ../lib/tribe-view-helpers.class.php:177
2710
  msgid "Mali"
2711
  msgstr "Mali"
2712
-
2713
  #: ../lib/tribe-view-helpers.class.php:178
2714
  msgid "Malta"
2715
  msgstr "Malta"
2716
-
2717
  #: ../lib/tribe-view-helpers.class.php:179
2718
  msgid "Marshall Islands"
2719
- msgstr "Marshall-øyene"
2720
-
2721
  #: ../lib/tribe-view-helpers.class.php:180
2722
  msgid "Martinique"
2723
  msgstr "Martinique"
2724
-
2725
  #: ../lib/tribe-view-helpers.class.php:181
2726
  msgid "Mauritania"
2727
  msgstr "Mauritania"
2728
-
2729
  #: ../lib/tribe-view-helpers.class.php:182
2730
  msgid "Mauritius"
2731
  msgstr "Mauritius"
2732
-
2733
  #: ../lib/tribe-view-helpers.class.php:183
2734
  msgid "Mayotte"
2735
  msgstr "Mayotte"
2736
-
2737
  #: ../lib/tribe-view-helpers.class.php:184
2738
  msgid "Mexico"
2739
  msgstr "Mexico"
2740
-
2741
  #: ../lib/tribe-view-helpers.class.php:185
2742
  msgid "Micronesia, Federated States Of"
2743
- msgstr "Micronesia, De Føderale Stater av"
2744
-
2745
  #: ../lib/tribe-view-helpers.class.php:186
2746
  msgid "Moldova, Republic Of"
2747
- msgstr "Moldova"
2748
-
2749
  #: ../lib/tribe-view-helpers.class.php:187
2750
  msgid "Monaco"
2751
  msgstr "Monaco"
2752
-
2753
  #: ../lib/tribe-view-helpers.class.php:188
2754
  msgid "Mongolia"
2755
  msgstr "Mongolia"
2756
-
2757
  #: ../lib/tribe-view-helpers.class.php:189
2758
  msgid "Montenegro"
2759
  msgstr "Montenegro"
2760
-
2761
  #: ../lib/tribe-view-helpers.class.php:190
2762
  msgid "Montserrat"
2763
  msgstr "Montserrat"
2764
-
2765
  #: ../lib/tribe-view-helpers.class.php:191
2766
  msgid "Morocco"
2767
- msgstr "Marokko"
2768
-
2769
  #: ../lib/tribe-view-helpers.class.php:192
2770
  msgid "Mozambique"
2771
- msgstr "Mosambik"
2772
-
2773
  #: ../lib/tribe-view-helpers.class.php:193
2774
  msgid "Myanmar"
2775
  msgstr "Myanmar"
2776
-
2777
  #: ../lib/tribe-view-helpers.class.php:194
2778
  msgid "Namibia"
2779
  msgstr "Namibia"
2780
-
2781
  #: ../lib/tribe-view-helpers.class.php:195
2782
  msgid "Nauru"
2783
  msgstr "Nauru"
2784
-
2785
  #: ../lib/tribe-view-helpers.class.php:196
2786
  msgid "Nepal"
2787
  msgstr "Nepal"
2788
-
2789
  #: ../lib/tribe-view-helpers.class.php:197
2790
  msgid "Netherlands"
2791
- msgstr "Nederland"
2792
-
2793
  #: ../lib/tribe-view-helpers.class.php:198
2794
  msgid "Netherlands Antilles"
2795
- msgstr "Nederlandske Antiller"
2796
-
2797
  #: ../lib/tribe-view-helpers.class.php:199
2798
  msgid "New Caledonia"
2799
- msgstr "Ny Caledonia"
2800
-
2801
  #: ../lib/tribe-view-helpers.class.php:200
2802
  msgid "New Zealand"
2803
  msgstr "New Zealand"
2804
-
2805
  #: ../lib/tribe-view-helpers.class.php:201
2806
  msgid "Nicaragua"
2807
  msgstr "Nicaragua"
2808
-
2809
  #: ../lib/tribe-view-helpers.class.php:202
2810
  msgid "Niger"
2811
  msgstr "Niger"
2812
-
2813
  #: ../lib/tribe-view-helpers.class.php:203
2814
  msgid "Nigeria"
2815
  msgstr "Nigeria"
2816
-
2817
  #: ../lib/tribe-view-helpers.class.php:204
2818
  msgid "Niue"
2819
  msgstr "Niue"
2820
-
2821
  #: ../lib/tribe-view-helpers.class.php:205
2822
  msgid "Norfolk Island"
2823
  msgstr "Norfolk Island"
2824
-
2825
  #: ../lib/tribe-view-helpers.class.php:206
2826
  msgid "Northern Mariana Islands"
2827
- msgstr "De Nordlige Mariana-øyene"
2828
-
2829
  #: ../lib/tribe-view-helpers.class.php:207
2830
  msgid "Norway"
2831
- msgstr "Norge"
2832
-
2833
  #: ../lib/tribe-view-helpers.class.php:208
2834
  msgid "Oman"
2835
  msgstr "Oman"
2836
-
2837
  #: ../lib/tribe-view-helpers.class.php:209
2838
  msgid "Pakistan"
2839
  msgstr "Pakistan"
2840
-
2841
  #: ../lib/tribe-view-helpers.class.php:210
2842
  msgid "Palau"
2843
  msgstr "Palau"
2844
-
2845
  #: ../lib/tribe-view-helpers.class.php:211
2846
  msgid "Panama"
2847
  msgstr "Panama"
2848
-
2849
  #: ../lib/tribe-view-helpers.class.php:212
2850
  msgid "Papua New Guinea"
2851
- msgstr "Papua Ny-Guinea"
2852
-
2853
  #: ../lib/tribe-view-helpers.class.php:213
2854
  msgid "Paraguay"
2855
  msgstr "Paraguay"
2856
-
2857
  #: ../lib/tribe-view-helpers.class.php:214
2858
  msgid "Peru"
2859
  msgstr "Peru"
2860
-
2861
  #: ../lib/tribe-view-helpers.class.php:215
2862
  msgid "Philippines"
2863
- msgstr "Filipinene"
2864
-
2865
  #: ../lib/tribe-view-helpers.class.php:216
2866
  msgid "Pitcairn"
2867
  msgstr "Pitcairn"
2868
-
2869
  #: ../lib/tribe-view-helpers.class.php:217
2870
  msgid "Poland"
2871
- msgstr "Polen"
2872
-
2873
  #: ../lib/tribe-view-helpers.class.php:218
2874
  msgid "Portugal"
2875
  msgstr "Portugal"
2876
-
2877
  #: ../lib/tribe-view-helpers.class.php:219
2878
  msgid "Puerto Rico"
2879
  msgstr "Puerto Rico"
2880
-
2881
  #: ../lib/tribe-view-helpers.class.php:220
2882
  msgid "Qatar"
2883
  msgstr "Qatar"
2884
-
2885
  #: ../lib/tribe-view-helpers.class.php:221
2886
  msgid "Reunion"
2887
- msgstr "Gjensammenkomst"
2888
-
2889
  #: ../lib/tribe-view-helpers.class.php:222
2890
  msgid "Romania"
2891
  msgstr "Romania"
2892
-
2893
  #: ../lib/tribe-view-helpers.class.php:223
2894
  msgid "Russian Federation"
2895
- msgstr "Russland"
2896
-
2897
  #: ../lib/tribe-view-helpers.class.php:224
2898
  msgid "Rwanda"
2899
  msgstr "Rwanda"
2900
-
2901
  #: ../lib/tribe-view-helpers.class.php:225
2902
  msgid "Saint Kitts And Nevis"
2903
  msgstr "Saint Kitts And Nevis"
2904
-
2905
  #: ../lib/tribe-view-helpers.class.php:226
2906
  msgid "Saint Lucia"
2907
  msgstr "Saint Lucia"
2908
-
2909
  #: ../lib/tribe-view-helpers.class.php:227
2910
  msgid "Saint Vincent And The Grenadines"
2911
- msgstr "Saint Vincent og Grenadinene"
2912
-
2913
  #: ../lib/tribe-view-helpers.class.php:228
2914
  msgid "Samoa"
2915
  msgstr "Samoa"
2916
-
2917
  #: ../lib/tribe-view-helpers.class.php:229
2918
  msgid "San Marino"
2919
  msgstr "San Marino"
2920
-
2921
  #: ../lib/tribe-view-helpers.class.php:230
2922
  msgid "Sao Tome And Principe"
2923
- msgstr "Sao Tome og Principe"
2924
-
2925
  #: ../lib/tribe-view-helpers.class.php:231
2926
  msgid "Saudi Arabia"
2927
  msgstr "Saudi Arabia"
2928
-
2929
  #: ../lib/tribe-view-helpers.class.php:232
2930
  msgid "Senegal"
2931
  msgstr "Senegal"
2932
-
2933
  #: ../lib/tribe-view-helpers.class.php:233
2934
  msgid "Serbia"
2935
  msgstr "Serbia"
2936
-
2937
  #: ../lib/tribe-view-helpers.class.php:234
2938
  msgid "Seychelles"
2939
- msgstr "Seychellene"
2940
-
2941
  #: ../lib/tribe-view-helpers.class.php:235
2942
  msgid "Sierra Leone"
2943
  msgstr "Sierra Leone"
2944
-
2945
  #: ../lib/tribe-view-helpers.class.php:236
2946
  msgid "Singapore"
2947
- msgstr "Singapor"
2948
-
2949
  #: ../lib/tribe-view-helpers.class.php:237
2950
  msgid "Slovakia (Slovak Republic)"
2951
- msgstr "Slovakia (Den Slovakiske Republikk)"
2952
-
2953
  #: ../lib/tribe-view-helpers.class.php:238
2954
  msgid "Slovenia"
2955
  msgstr "Slovenia"
2956
-
2957
  #: ../lib/tribe-view-helpers.class.php:239
2958
  msgid "Solomon Islands"
2959
- msgstr "Salomonøyene"
2960
-
2961
  #: ../lib/tribe-view-helpers.class.php:240
2962
  msgid "Somalia"
2963
  msgstr "Somalia"
2964
-
2965
  #: ../lib/tribe-view-helpers.class.php:241
2966
  msgid "South Africa"
2967
- msgstr "Sør-Afrika"
2968
-
2969
  #: ../lib/tribe-view-helpers.class.php:242
2970
  msgid "South Georgia, South Sandwich Islands"
2971
- msgstr "South Georgia, South Sandwich-øyene"
2972
-
2973
  #: ../lib/tribe-view-helpers.class.php:243
2974
  msgid "Spain"
2975
- msgstr "Spania"
2976
-
2977
  #: ../lib/tribe-view-helpers.class.php:244
2978
  msgid "Sri Lanka"
2979
  msgstr "Sri Lanka"
2980
-
2981
  #: ../lib/tribe-view-helpers.class.php:245
2982
  msgid "St. Helena"
2983
  msgstr "St. Helena"
2984
-
2985
  #: ../lib/tribe-view-helpers.class.php:246
2986
  msgid "St. Pierre And Miquelon"
2987
- msgstr "St. Pierre og Miquelon"
2988
-
2989
  #: ../lib/tribe-view-helpers.class.php:247
2990
  msgid "Sudan"
2991
  msgstr "Sudan"
2992
-
2993
  #: ../lib/tribe-view-helpers.class.php:248
2994
- #, fuzzy
2995
  msgid "Suriname"
2996
- msgstr "Etternavn"
2997
-
2998
  #: ../lib/tribe-view-helpers.class.php:249
2999
  msgid "Svalbard And Jan Mayen Islands"
3000
- msgstr "Svalbard og Jan Mayen"
3001
-
3002
  #: ../lib/tribe-view-helpers.class.php:250
3003
  msgid "Swaziland"
3004
  msgstr "Swaziland"
3005
-
3006
  #: ../lib/tribe-view-helpers.class.php:251
3007
  msgid "Sweden"
3008
- msgstr "Sverige"
3009
-
3010
  #: ../lib/tribe-view-helpers.class.php:252
3011
  msgid "Switzerland"
3012
- msgstr "Sveits"
3013
-
3014
  #: ../lib/tribe-view-helpers.class.php:253
3015
  msgid "Syrian Arab Republic"
3016
- msgstr "Syria"
3017
-
3018
  #: ../lib/tribe-view-helpers.class.php:254
3019
  msgid "Taiwan"
3020
  msgstr "Taiwan"
3021
-
3022
  #: ../lib/tribe-view-helpers.class.php:255
3023
  msgid "Tajikistan"
3024
  msgstr "Tajikistan"
3025
-
3026
  #: ../lib/tribe-view-helpers.class.php:256
3027
  msgid "Tanzania, United Republic Of"
3028
- msgstr "Tanzania"
3029
-
3030
  #: ../lib/tribe-view-helpers.class.php:257
3031
  msgid "Thailand"
3032
  msgstr "Thailand"
3033
-
3034
  #: ../lib/tribe-view-helpers.class.php:258
3035
  msgid "Togo"
3036
  msgstr "Togo"
3037
-
3038
  #: ../lib/tribe-view-helpers.class.php:259
3039
  msgid "Tokelau"
3040
  msgstr "Tokelau"
3041
-
3042
  #: ../lib/tribe-view-helpers.class.php:260
3043
  msgid "Tonga"
3044
  msgstr "Tonga"
3045
-
3046
  #: ../lib/tribe-view-helpers.class.php:261
3047
  msgid "Trinidad And Tobago"
3048
- msgstr "Trinidad og Tobago"
3049
-
3050
  #: ../lib/tribe-view-helpers.class.php:262
3051
  msgid "Tunisia"
3052
  msgstr "Tunisia"
3053
-
3054
  #: ../lib/tribe-view-helpers.class.php:263
3055
  msgid "Turkey"
3056
- msgstr "Tyrkia"
3057
-
3058
  #: ../lib/tribe-view-helpers.class.php:264
3059
  msgid "Turkmenistan"
3060
  msgstr "Turkmenistan"
3061
-
3062
  #: ../lib/tribe-view-helpers.class.php:265
3063
  msgid "Turks And Caicos Islands"
3064
- msgstr "Turks og Caicos øyene"
3065
-
3066
  #: ../lib/tribe-view-helpers.class.php:266
3067
  msgid "Tuvalu"
3068
  msgstr "Tuvalu"
3069
-
3070
  #: ../lib/tribe-view-helpers.class.php:267
3071
  msgid "Uganda"
3072
  msgstr "Uganda"
3073
-
3074
  #: ../lib/tribe-view-helpers.class.php:268
3075
  msgid "Ukraine"
3076
- msgstr "Ukraina"
3077
-
3078
  #: ../lib/tribe-view-helpers.class.php:269
3079
  msgid "United Arab Emirates"
3080
- msgstr "Forenede Arabiske Emirater"
3081
-
3082
  #: ../lib/tribe-view-helpers.class.php:270
3083
  msgid "United Kingdom"
3084
- msgstr "Storbrittania"
3085
-
3086
  #: ../lib/tribe-view-helpers.class.php:271
3087
  msgid "United States Minor Outlying Islands"
3088
- msgstr "USAs mindre utenforliggende øyer"
3089
-
3090
  #: ../lib/tribe-view-helpers.class.php:272
3091
  msgid "Uruguay"
3092
  msgstr "Uruguay"
3093
-
3094
  #: ../lib/tribe-view-helpers.class.php:273
3095
  msgid "Uzbekistan"
3096
- msgstr "Usbekistan"
3097
-
3098
  #: ../lib/tribe-view-helpers.class.php:274
3099
  msgid "Vanuatu"
3100
  msgstr "Vanuatu"
3101
-
3102
  #: ../lib/tribe-view-helpers.class.php:275
3103
  msgid "Venezuela"
3104
  msgstr "Venezuela"
3105
-
3106
  #: ../lib/tribe-view-helpers.class.php:276
3107
  msgid "Viet Nam"
3108
- msgstr "Vietnam"
3109
-
3110
  #: ../lib/tribe-view-helpers.class.php:277
3111
  msgid "Virgin Islands (British)"
3112
  msgstr "Virgin Islands (British)"
3113
-
3114
  #: ../lib/tribe-view-helpers.class.php:278
3115
  msgid "Virgin Islands (U.S.)"
3116
  msgstr "Virgin Islands (U.S.)"
3117
-
3118
  #: ../lib/tribe-view-helpers.class.php:279
3119
  msgid "Wallis And Futuna Islands"
3120
- msgstr "Wallis og Futuna øyene"
3121
-
3122
  #: ../lib/tribe-view-helpers.class.php:280
3123
  msgid "Western Sahara"
3124
- msgstr "Vest-Sahara"
3125
-
3126
  #: ../lib/tribe-view-helpers.class.php:281
3127
  msgid "Yemen"
3128
  msgstr "Yemen"
3129
-
3130
  #: ../lib/tribe-view-helpers.class.php:282
3131
  msgid "Zambia"
3132
  msgstr "Zambia"
3133
-
3134
  #: ../lib/tribe-view-helpers.class.php:283
3135
  msgid "Zimbabwe"
3136
  msgstr "Zimbabwe"
3137
-
3138
  #: ../lib/tribe-view-helpers.class.php:308
3139
  msgid "Alabama"
3140
  msgstr "Alabama"
3141
-
3142
  #: ../lib/tribe-view-helpers.class.php:309
3143
  msgid "Alaska"
3144
  msgstr "Alaska"
3145
-
3146
  #: ../lib/tribe-view-helpers.class.php:310
3147
  msgid "Arizona"
3148
  msgstr "Arizona"
3149
-
3150
  #: ../lib/tribe-view-helpers.class.php:311
3151
  msgid "Arkansas"
3152
  msgstr "Arkansas"
3153
-
3154
  #: ../lib/tribe-view-helpers.class.php:312
3155
  msgid "California"
3156
  msgstr "California"
3157
-
3158
  #: ../lib/tribe-view-helpers.class.php:313
3159
  msgid "Colorado"
3160
  msgstr "Colorado"
3161
-
3162
  #: ../lib/tribe-view-helpers.class.php:314
3163
  msgid "Connecticut"
3164
  msgstr "Connecticut"
3165
-
3166
  #: ../lib/tribe-view-helpers.class.php:315
3167
  msgid "Delaware"
3168
  msgstr "Delaware"
3169
-
3170
  #: ../lib/tribe-view-helpers.class.php:316
3171
  msgid "District of Columbia"
3172
  msgstr "District of Columbia"
3173
-
3174
  #: ../lib/tribe-view-helpers.class.php:317
3175
  msgid "Florida"
3176
  msgstr "Florida"
3177
-
3178
  #: ../lib/tribe-view-helpers.class.php:319
3179
  msgid "Hawaii"
3180
  msgstr "Hawaii"
3181
-
3182
  #: ../lib/tribe-view-helpers.class.php:320
3183
  msgid "Idaho"
3184
  msgstr "Idaho"
3185
-
3186
  #: ../lib/tribe-view-helpers.class.php:321
3187
  msgid "Illinois"
3188
  msgstr "Illinois"
3189
-
3190
  #: ../lib/tribe-view-helpers.class.php:322
3191
  msgid "Indiana"
3192
  msgstr "Indiana"
3193
-
3194
  #: ../lib/tribe-view-helpers.class.php:323
3195
  msgid "Iowa"
3196
  msgstr "Iowa"
3197
-
3198
  #: ../lib/tribe-view-helpers.class.php:324
3199
  msgid "Kansas"
3200
  msgstr "Kansas"
3201
-
3202
  #: ../lib/tribe-view-helpers.class.php:325
3203
  msgid "Kentucky"
3204
  msgstr "Kentucky"
3205
-
3206
  #: ../lib/tribe-view-helpers.class.php:326
3207
  msgid "Louisiana"
3208
  msgstr "Louisiana"
3209
-
3210
  #: ../lib/tribe-view-helpers.class.php:327
3211
  msgid "Maine"
3212
  msgstr "Maine"
3213
-
3214
  #: ../lib/tribe-view-helpers.class.php:328
3215
  msgid "Maryland"
3216
  msgstr "Maryland"
3217
-
3218
  #: ../lib/tribe-view-helpers.class.php:329
3219
  msgid "Massachusetts"
3220
  msgstr "Massachusetts"
3221
-
3222
  #: ../lib/tribe-view-helpers.class.php:330
3223
  msgid "Michigan"
3224
  msgstr "Michigan"
3225
-
3226
  #: ../lib/tribe-view-helpers.class.php:331
3227
  msgid "Minnesota"
3228
  msgstr "Minnesota"
3229
-
3230
  #: ../lib/tribe-view-helpers.class.php:332
3231
  msgid "Mississippi"
3232
  msgstr "Mississippi"
3233
-
3234
  #: ../lib/tribe-view-helpers.class.php:333
3235
  msgid "Missouri"
3236
  msgstr "Missouri"
3237
-
3238
  #: ../lib/tribe-view-helpers.class.php:334
3239
  msgid "Montana"
3240
  msgstr "Montana"
3241
-
3242
  #: ../lib/tribe-view-helpers.class.php:335
3243
  msgid "Nebraska"
3244
  msgstr "Nebraska"
3245
-
3246
  #: ../lib/tribe-view-helpers.class.php:336
3247
  msgid "Nevada"
3248
  msgstr "Nevada"
3249
-
3250
  #: ../lib/tribe-view-helpers.class.php:337
3251
  msgid "New Hampshire"
3252
  msgstr "New Hampshire"
3253
-
3254
  #: ../lib/tribe-view-helpers.class.php:338
3255
  msgid "New Jersey"
3256
  msgstr "New Jersey"
3257
-
3258
  #: ../lib/tribe-view-helpers.class.php:339
3259
  msgid "New Mexico"
3260
  msgstr "New Mexico"
3261
-
3262
  #: ../lib/tribe-view-helpers.class.php:340
3263
  msgid "New York"
3264
  msgstr "New York"
3265
-
3266
  #: ../lib/tribe-view-helpers.class.php:341
3267
  msgid "North Carolina"
3268
  msgstr "North Carolina"
3269
-
3270
  #: ../lib/tribe-view-helpers.class.php:342
3271
  msgid "North Dakota"
3272
  msgstr "North Dakota"
3273
-
3274
  #: ../lib/tribe-view-helpers.class.php:343
3275
  msgid "Ohio"
3276
  msgstr "Ohio"
3277
-
3278
  #: ../lib/tribe-view-helpers.class.php:344
3279
  msgid "Oklahoma"
3280
  msgstr "Oklahoma"
3281
-
3282
  #: ../lib/tribe-view-helpers.class.php:345
3283
  msgid "Oregon"
3284
  msgstr "Oregon"
3285
-
3286
  #: ../lib/tribe-view-helpers.class.php:346
3287
  msgid "Pennsylvania"
3288
  msgstr "Pennsylvania"
3289
-
3290
  #: ../lib/tribe-view-helpers.class.php:347
3291
  msgid "Rhode Island"
3292
  msgstr "Rhode Island"
3293
-
3294
  #: ../lib/tribe-view-helpers.class.php:348
3295
  msgid "South Carolina"
3296
  msgstr "South Carolina"
3297
-
3298
  #: ../lib/tribe-view-helpers.class.php:349
3299
  msgid "South Dakota"
3300
  msgstr "South Dakota"
3301
-
3302
  #: ../lib/tribe-view-helpers.class.php:350
3303
  msgid "Tennessee"
3304
  msgstr "Tennessee"
3305
-
3306
  #: ../lib/tribe-view-helpers.class.php:351
3307
  msgid "Texas"
3308
  msgstr "Texas"
3309
-
3310
  #: ../lib/tribe-view-helpers.class.php:352
3311
  msgid "Utah"
3312
  msgstr "Utah"
3313
-
3314
  #: ../lib/tribe-view-helpers.class.php:353
3315
  msgid "Vermont"
3316
  msgstr "Vermont"
3317
-
3318
  #: ../lib/tribe-view-helpers.class.php:354
3319
  msgid "Virginia"
3320
  msgstr "Virginia"
3321
-
3322
  #: ../lib/tribe-view-helpers.class.php:355
3323
  msgid "Washington"
3324
  msgstr "Washington"
3325
-
3326
  #: ../lib/tribe-view-helpers.class.php:356
3327
  msgid "West Virginia"
3328
  msgstr "West Virginia"
3329
-
3330
  #: ../lib/tribe-view-helpers.class.php:357
3331
  msgid "Wisconsin"
3332
  msgstr "Wisconsin"
3333
-
3334
  #: ../lib/tribe-view-helpers.class.php:358
3335
  msgid "Wyoming"
3336
  msgstr "Wyoming"
3337
-
3338
- #
3339
- #: ../lib/widget-list.class.php:21
3340
  msgid "A widget that displays upcoming events."
3341
- msgstr "En widget som viser kommende aktiviteter"
3342
-
3343
- #: ../lib/widget-list.class.php:27
3344
  msgid "Events List"
3345
- msgstr "Aktivitetsliste"
3346
-
3347
- #: ../lib/widget-list.class.php:124
3348
- msgid "View All Events"
3349
- msgstr "Vis alle Aktiviteter"
3350
-
3351
- #: ../lib/widget-list.class.php:127
3352
- msgid "There are no upcoming events at this time."
3353
- msgstr "Det finnes for tiden ingen kommende aktiviteter"
3354
-
3355
- #: ../lib/io/csv/admin-views/columns.php:22
3356
- #, php-format
3357
- msgid "Column Mapping: %s"
3358
- msgstr "Kolonnevalg: %s"
3359
-
3360
- #: ../lib/io/csv/admin-views/columns.php:28
3361
- msgid "Please choose the fields that best match the columns in your CSV file."
3362
- msgstr "Velg det feltet som stemmer best med kolonnen i CSV-filen."
3363
-
3364
- #: ../lib/io/csv/admin-views/columns.php:33
3365
- #, fuzzy
3366
- msgid "Column Headings"
3367
- msgstr "Kolonner"
3368
-
3369
- #
3370
- #: ../lib/io/csv/admin-views/columns.php:34
3371
- #, fuzzy
3372
- msgid "Event Fields"
3373
- msgstr "Aktivitetsdetaljer"
3374
-
3375
- #: ../lib/io/csv/admin-views/columns.php:45
3376
- msgid "Perform Import"
3377
- msgstr "Start import"
3378
-
3379
- #
3380
- #: ../lib/io/csv/admin-views/header.php:11
3381
- msgid "Events Import (CSV)"
3382
- msgstr "Import av aktivitet (CSV)"
3383
-
3384
- #: ../lib/io/csv/admin-views/import.php:17
3385
- msgid "Please import venues and organizers <i>before</i> events."
3386
- msgstr "Importer sted/plassering og arrangør <i>før</i> aktiviteter."
3387
-
3388
- #: ../lib/io/csv/admin-views/import.php:19
3389
- msgid ""
3390
- "<ol><li><strong>Organizer import requires:</strong> Organizer Name</"
3391
- "li><li><strong>Venue import requires:</strong> Venue Name</"
3392
- "li><li><strong>Event import requires:</strong> Event Name and Event Start "
3393
- "Date</li></ol>"
3394
- msgstr ""
3395
- "<ol><li><strong>Krav til import av arrangør:</strong> Navn på arrangør</"
3396
- "li><li><strong>Krav til import av sted/plassering:</strong> Navn på sted/"
3397
- "plassering</li><li><strong>Krav til import av aktiviteter:</strong> Tittel "
3398
- "på aktivitet og Startdato</li></ol>"
3399
-
3400
- #: ../lib/io/csv/admin-views/import.php:20
3401
- msgid ""
3402
- "To begin importing data, please choose the type of import and the CSV file."
3403
- msgstr "Velg importtype og angi CSV-fil for å starte import av data."
3404
-
3405
- #: ../lib/io/csv/admin-views/import.php:27
3406
- msgid "Import Type:"
3407
- msgstr "Importtype:"
3408
-
3409
- #: ../lib/io/csv/admin-views/import.php:39
3410
- msgid "CSV File:"
3411
- msgstr "CSV-fil:"
3412
-
3413
- #: ../lib/io/csv/admin-views/import.php:42
3414
- msgid ""
3415
- "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
3416
- "is UTF-8 encoded? Make sure to specify the character encoding when you save "
3417
- "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
3418
- "dest=utf-8&src=auto&download=1'>conversion tool</a>."
3419
- msgstr ""
3420
- "Last opp en riktig formatert CSV-fil lagret med kodesettet UTF-8. Hvis du er "
3421
- "usikker på om filen er kodet i UTF-8; spesifiser kodesettet når du lagrer "
3422
- "filen, eller bruk et <a href='http://i-tools.org/charset/exec?"
3423
- "dest=utf-8&src=auto&download=1'>konverteringsverktøy</a>."
3424
-
3425
- #: ../lib/io/csv/admin-views/import.php:50
3426
- msgid "This file has column names in the first row"
3427
- msgstr "Denne filen har kolonnenavn på første rad"
3428
-
3429
- #: ../lib/io/csv/admin-views/import.php:61
3430
- msgid "Import CSV File"
3431
- msgstr "Importer CSV-fil"
3432
-
3433
- #: ../lib/io/csv/admin-views/result.php:13
3434
- msgid "Import Result"
3435
- msgstr "Resultat av import"
3436
-
3437
- #: ../lib/io/csv/admin-views/result.php:15
3438
- msgid "Import complete!"
3439
- msgstr "Importen er fullført!"
3440
-
3441
- #: ../lib/io/csv/admin-views/result.php:17
3442
- #, php-format
3443
- msgid "Inserted: %d"
3444
- msgstr "Satt inn: %d"
3445
-
3446
- #: ../lib/io/csv/admin-views/result.php:18
3447
- #, php-format
3448
- msgid "Updated: %d"
3449
- msgstr "Oppdatert: %d"
3450
-
3451
- #: ../lib/io/csv/admin-views/result.php:19
3452
- #, php-format
3453
- msgid "Skipped: %d"
3454
- msgstr "Ignorert: %d"
3455
-
3456
- #: ../lib/io/csv/admin-views/result.php:23
3457
- msgid "The import statistics above have the following meaning:"
3458
- msgstr "Importstatistikken skal leses på følgende måte:"
3459
-
3460
- #: ../lib/io/csv/admin-views/result.php:24
3461
- msgid ""
3462
- "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
3463
- "li><li><strong>Updated:</strong> An item was found with the same name and/or "
3464
- "start date. The existing item was updated with the new value from the file.</"
3465
- "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
3466
- "not be imported. Please see below for the invalid rows.</li></ol>"
3467
- msgstr ""
3468
- "<ol><li><strong>Satt inn:</strong> Et nytt objekt ble satt inn.</"
3469
- "li><li><strong>Oppdatert:</strong> Systemet fant et objekt med samme navn og/"
3470
- "eller oppstartsdato. Det eksisterende objektet ble oppdatert med nye verdier "
3471
- "fra filen.</li><li><strong>Ignorert:</strong> En eller flere av radene i CSV-"
3472
- "filen kunne ikke importeres. Ignorererte rader er angitt nedenfor.</li></ol>"
3473
-
3474
- #: ../lib/io/csv/admin-views/result.php:27
3475
- #, php-format
3476
- msgid "Skipped row numbers: %s"
3477
- msgstr "Følgende rader ble ignorert: %s"
3478
-
3479
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
3480
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
3481
- msgid "CSV Import"
3482
- msgstr "CSV-import"
3483
-
3484
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
3485
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
3486
- msgid "The file went away. Please try again."
3487
- msgstr "Ingen av innstillingene dine ble lagret. Vennligst prøv igjen."
3488
-
3489
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
3490
- msgid "We were unable to process your request. Please try again."
3491
- msgstr "Vi kunne ikke behandle forespørselen. Vennligst prøv igjen."
3492
-
3493
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
3494
- msgid "<p>The following fields are required for a successful import:</p>"
3495
- msgstr "<p> Følgende felter er nødvendig for import:</p>"
3496
-
3497
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
3498
- msgid "Do Not Import"
3499
- msgstr "Ikke importer"
3500
-
3501
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
3502
- msgid "Event Name"
3503
- msgstr "Navn på aktivitet"
3504
-
3505
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
3506
- msgid "Event Description"
3507
- msgstr "Arrangementsbeskrivelse"
3508
-
3509
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
3510
- msgid "Event Start Date"
3511
- msgstr "Startdato"
3512
-
3513
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
3514
- msgid "Event Start Time"
3515
- msgstr "Starttid"
3516
-
3517
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
3518
- msgid "Event End Date"
3519
- msgstr "Sluttdato"
3520
-
3521
- #
3522
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
3523
- msgid "Event End Time"
3524
- msgstr "Sluttid"
3525
-
3526
- #
3527
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
3528
- msgid "All Day Event"
3529
- msgstr "Heldagsaktivitet"
3530
-
3531
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
3532
- msgid "Event Venue Name"
3533
- msgstr "Navn på Sted/Plassering"
3534
-
3535
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
3536
- msgid "Event Organizer Name"
3537
- msgstr "Arrangørens navn"
3538
-
3539
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
3540
- msgid "Event Show Map Link"
3541
- msgstr "Vis lenke til kart fra Google Maps"
3542
-
3543
- #
3544
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
3545
- msgid "Event Show Map"
3546
- msgstr "Vis kart for aktivitet"
3547
-
3548
- #
3549
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
3550
- msgid "Event Phone"
3551
- msgstr "Telefonnummer"
3552
-
3553
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
3554
- msgid "Venue Name"
3555
- msgstr "Navn på Sted/Plassering"
3556
-
3557
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
3558
- msgid "Venue Country"
3559
- msgstr "Velg et land"
3560
-
3561
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
3562
- msgid "Venue Address"
3563
- msgstr "Adresse"
3564
-
3565
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
3566
- msgid "Venue Addres 2"
3567
- msgstr "Adresse 2"
3568
-
3569
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
3570
- msgid "Venue City"
3571
- msgstr "Sted"
3572
-
3573
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
3574
- #, fuzzy
3575
- msgid "Venue State/Province"
3576
- msgstr "Fylke eller kommune:"
3577
-
3578
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
3579
- msgid "Venue Zip"
3580
- msgstr "Postnummer"
3581
-
3582
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
3583
- msgid "Venue Phone"
3584
- msgstr "Telefon Sted/Plassering:"
3585
-
3586
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
3587
- msgid "Organizer Name"
3588
- msgstr "Arrangørens navn:"
3589
-
3590
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
3591
- msgid "Organizer Email"
3592
- msgstr "Arrangørens e-post"
3593
-
3594
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
3595
- msgid "Organizer Website"
3596
- msgstr "Arrangørens nettadresse"
3597
-
3598
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
3599
- msgid "Organizer Phone"
3600
- msgstr "Arrangørens tlf-nr"
3601
-
3602
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
3603
- #, php-format
3604
- msgid "No importer defined for %s"
3605
- msgstr "Ingen importprosess er definert for %s"
3606
-
3607
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
3608
- #, php-format
3609
- msgid "Missing required fields in row %d."
3610
- msgstr "Mangler påkrevde felt i rad %d."
3611
-
3612
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
3613
- #, php-format
3614
- msgid "Failed to import record in row %d."
3615
- msgstr "Kunne ikke importere oppføring i rad %d."
3616
-
3617
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
3618
- #, php-format
3619
- msgid "%s (post ID %d) updated."
3620
- msgstr "%s (post ID %d) ble oppdatert."
3621
-
3622
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
3623
- #, php-format
3624
- msgid "%s (post ID %d) created."
3625
- msgstr "%s (post ID %d) ble opprettet."
3626
-
3627
- #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
3628
- #, php-format
3629
- msgid "Temporary file not found. Could not save %s."
3630
- msgstr "Midlertidig fil ble ikke funnet. Kunne ikke lagre %s."
3631
-
3632
- #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
3633
- #, php-format
3634
- msgid "Could not save %s."
3635
- msgstr "Kunne ikke lagre %s."
3636
-
3637
- #: ../lib/template-classes/month.php:112
3638
- #, php-format
3639
- msgid ""
3640
- "There were no results found for <strong>\"%s\"</strong> this month. Try "
3641
- "searching next month."
3642
- msgstr ""
3643
- "Ingen resultater funnet for <strong>\"% s\"</ strong> denne måneden. Prøv å "
3644
- "søke på neste måned."
3645
-
3646
- #: ../lib/template-classes/single-event.php:101
3647
- msgid "This event has passed."
3648
- msgstr "Denne aktiviteten er avsluttet."
3649
-
3650
- #: ../lib/tickets/tribe-tickets-attendees.php:67
3651
- msgid "Order #"
3652
- msgstr "Bestilling #"
3653
-
3654
- #: ../lib/tickets/tribe-tickets-attendees.php:68
3655
- msgid "Order Status"
3656
- msgstr "Ordrestatus"
3657
-
3658
- #: ../lib/tickets/tribe-tickets-attendees.php:69
3659
- msgid "Purchaser name"
3660
- msgstr "Kjøpers navn"
3661
-
3662
- #: ../lib/tickets/tribe-tickets-attendees.php:70
3663
- msgid "Purchaser email"
3664
- msgstr "Kjøpers e-post"
3665
-
3666
- #: ../lib/tickets/tribe-tickets-attendees.php:71
3667
- msgid "Ticket type"
3668
- msgstr "Billettype"
3669
-
3670
- #: ../lib/tickets/tribe-tickets-attendees.php:72
3671
- msgid "Ticket #"
3672
- msgstr "Billett #"
3673
-
3674
- #: ../lib/tickets/tribe-tickets-attendees.php:73
3675
- msgid "Security Code"
3676
- msgstr "Sikkerhets kode"
3677
-
3678
- #: ../lib/tickets/tribe-tickets-attendees.php:74
3679
- #: ../lib/tickets/tribe-tickets-attendees.php:151
3680
- #: ../lib/tickets/tribe-tickets-attendees.php:207
3681
- msgid "Check in"
3682
- msgstr "Sjekk inn"
3683
-
3684
- #: ../lib/tickets/tribe-tickets-attendees.php:152
3685
- #: ../lib/tickets/tribe-tickets-attendees.php:207
3686
- msgid "Undo Check in"
3687
- msgstr "Angre Innsjekking"
3688
-
3689
- #: ../lib/tickets/tribe-tickets-attendees.php:186
3690
- msgid "Print"
3691
- msgstr "Skriv ut"
3692
-
3693
- #
3694
- #: ../lib/tickets/tribe-tickets-attendees.php:187
3695
- msgid "Email"
3696
- msgstr "E-post"
3697
-
3698
- #
3699
- #: ../lib/tickets/tribe-tickets-attendees.php:188
3700
- msgid "Export"
3701
- msgstr "Eksportering"
3702
-
3703
- #: ../lib/tickets/tribe-tickets-attendees.php:194
3704
- msgid "Filter by ticket #, order # or security code"
3705
- msgstr "Filtrér etter billett #, ordre # eller sikkerhetskode"
3706
-
3707
- #: ../lib/tickets/tribe-tickets-metabox.php:24
3708
- msgid "Tickets"
3709
- msgstr "Billetter"
3710
-
3711
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3712
- msgid "Ticket header image"
3713
- msgstr "Billett Hovedbilde"
3714
-
3715
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3716
- msgid "Set as ticket header"
3717
- msgstr "Bruk som overskrift på billett"
3718
-
3719
- #: ../lib/tickets/tribe-tickets-pro.php:107
3720
- msgid "You need to select a user or type a valid email address"
3721
- msgstr "Du må velge en bruker eller taste inn en gyldig e-postadresse"
3722
-
3723
- #: ../lib/tickets/tribe-tickets-pro.php:108
3724
- msgid "Sending..."
3725
- msgstr "Sender…"
3726
-
3727
- #: ../lib/tickets/tribe-tickets-pro.php:136
3728
- msgid "Columns"
3729
- msgstr "Kolonner"
3730
-
3731
- #: ../lib/tickets/tribe-tickets-pro.php:137
3732
- msgid ""
3733
- "You can use Screen Options to select which columns you want to see. The "
3734
- "selection works in the table below, in the email, for print and for the CSV "
3735
- "export."
3736
- msgstr ""
3737
- "Du kan benytte Skjerminnstillinger for å velge hvilke kolonner du vil vise. "
3738
- "Valget vil gjelde i tabellen under, i e-posten, for utskrift og CSV-"
3739
- "eksportering."
3740
-
3741
- #: ../lib/tickets/tribe-tickets-pro.php:258
3742
- msgid "attendees"
3743
- msgstr "deltakere"
3744
-
3745
- #: ../lib/tickets/tribe-tickets-pro.php:308
3746
- #, php-format
3747
- msgid "Attendee List for: %s"
3748
- msgstr "Oppmøteliste for: %s"
3749
-
3750
- #: ../lib/tickets/tribe-tickets.php:298
3751
- msgid "Your ticket has been saved."
3752
- msgstr "Din billett er nå lagret"
3753
-
3754
- #: ../lib/tickets/tribe-tickets.php:375
3755
- msgid "Your ticket has been deleted."
3756
- msgstr "Din billett er nå slettet"
3757
-
3758
  #: ../public/advanced-functions/meta.php:39
 
 
3759
  msgid "Start:"
3760
  msgstr "Start:"
3761
-
3762
  #: ../public/advanced-functions/meta.php:46
 
 
3763
  msgid "End:"
3764
- msgstr "Slutt:"
3765
-
3766
- #: ../public/advanced-functions/meta.php:57
3767
- #: ../public/advanced-functions/meta.php:67
3768
  msgid "Date:"
3769
- msgstr "Dato:"
3770
-
3771
- #: ../public/advanced-functions/meta.php:76
3772
- #: ../public/advanced-functions/meta.php:85
3773
  msgid "Time:"
3774
- msgstr "Tid:"
3775
-
3776
- #: ../public/advanced-functions/meta.php:270
3777
  msgid "Click to view a Google Map"
3778
- msgstr "Klikk for å se Google-kart"
3779
-
3780
- #
3781
- #: ../public/advanced-functions/meta.php:271
3782
  msgid "+ Google Map"
3783
  msgstr "+ Google Map"
3784
-
3785
- #: ../public/advanced-functions/meta.php:282
3786
  msgid "Details"
3787
- msgstr "Detaljer"
3788
-
3789
- #
3790
- #: ../public/advanced-functions/meta.php:333
3791
  msgid "Event Tags:"
3792
- msgstr "Merkelapper (tags) for Aktivitet:"
3793
-
3794
- #: ../public/advanced-functions/meta.php:359
3795
  msgid "Origin:"
3796
- msgstr "Opprinnelse:"
3797
-
3798
- #: ../public/advanced-functions/meta.php:496
3799
  msgid "Event:"
3800
- msgstr "Aktivitet:"
3801
-
3802
- #
3803
- #: ../public/template-tags/deprecated.php:1143
 
 
 
 
 
 
 
 
 
 
3804
  msgid "Category"
3805
- msgstr "Kategori"
3806
-
3807
- #: ../public/template-tags/general.php:307
3808
  msgid "Tags:"
3809
- msgstr "Merknad:"
3810
-
3811
- #
3812
- #: ../public/template-tags/general.php:408
3813
  msgid "Loading Events"
3814
- msgstr "Laster inn Aktiviteter"
3815
-
3816
- #: ../public/template-tags/general.php:544
3817
  msgid "Free"
3818
- msgstr "Gratis"
3819
-
3820
- #
3821
- #: ../public/template-tags/general.php:729
3822
- msgid "Recurring Event"
3823
- msgstr "Gjentakende Aktivitet"
3824
-
3825
- #: ../public/template-tags/general.php:732
3826
- msgid "(See all)"
3827
- msgstr "(Vis alle)"
3828
-
3829
- #: ../public/template-tags/general.php:1044
3830
  #, php-format
3831
  msgid "Calendar powered by %sThe Events Calendar%s"
3832
- msgstr "Kalender drives av %sThe Events Calendar%s"
3833
-
3834
- #: ../public/template-tags/options.php:20
 
 
3835
  #, php-format
3836
  msgid "Your current Events URL is %s"
3837
- msgstr "Din nåværende Aktivitets-URL er %s"
3838
-
3839
- #: ../public/template-tags/options.php:31
3840
  #, php-format
3841
  msgid ""
3842
  "You <strong>cannot</strong> use the same slug as above. The above should "
3843
  "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
3844
  msgstr ""
3845
- "Du <strong>kan ikke</strong> benytte samme kortlenke som vist over. Ordet du "
3846
- "ser over burde idéelt sett være flertallsbøyd, og den aktuelle i entall.<br /"
3847
- ">Din enkle Aktivitets-URL er: %s"
3848
-
3849
- #
3850
- #: ../views/single-event.php:23
3851
- msgid "&laquo; All Events"
3852
- msgstr "&laquo; Alle Aktiviteter"
3853
-
3854
- #
3855
- #: ../views/single-event.php:42 ../views/single-event.php:73
3856
- msgid "Event Navigation"
3857
- msgstr "Aktivitetsnavigering"
3858
-
3859
- #
3860
- #: ../views/list/nav.php:17
3861
- msgid "Events List Navigation"
3862
- msgstr "Navigering i Aktivitetslisten"
3863
-
3864
- #: ../views/list/single-event.php:76
3865
  msgid "Find out more"
3866
- msgstr "Finn ut mer"
3867
-
3868
- #
3869
- #: ../views/modules/bar.php:34 ../views/modules/bar.php:64
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: The Events Calendar 3.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-17 16:44-0800\n"
6
+ "PO-Revision-Date: 2014-07-17 16:44-0800\n"
7
  "Last-Translator: \n"
8
+ "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
9
+ "Language: en_US\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.6.6\n"
14
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_n_noop:1,2;"
15
+ "_nx_noop:1,2,3c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
16
+ "esc_html_x:1,2c\n"
17
+ "X-Poedit-Basepath: .\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
 
 
20
  "X-Poedit-SearchPath-0: ..\n"
21
 
 
22
  #: ../admin-views/app-shop.php:4
23
  msgid "Tribe Event Add-Ons"
24
+ msgstr "Tribe Event Add-Ons"
 
25
  #: ../admin-views/app-shop.php:50
26
  msgid "Version"
27
+ msgstr "Version"
 
28
  #: ../admin-views/app-shop.php:53
29
  msgid "Last Update"
30
+ msgstr "Last Update"
 
31
  #: ../admin-views/event-sidebar-options.php:11
32
  msgid "Hide From Event Listings"
33
+ msgstr "Hide From Event Listings"
 
34
  #: ../admin-views/event-sidebar-options.php:12
35
  msgid "Sticky in Calendar View"
36
+ msgstr "Sticky in Calendar View"
37
+ #: ../admin-views/events-audit-trail.php:39
 
 
38
  msgid "Auditing Information"
39
+ msgstr "Auditing Information"
40
+ #: ../admin-views/events-audit-trail.php:45
 
41
  msgid "Created by:"
42
+ msgstr "Created by:"
43
+ #: ../admin-views/events-audit-trail.php:49
 
44
  msgid "Audit Trail:"
45
+ msgstr "Audit Trail:"
 
46
  #: ../admin-views/events-meta-box.php:26
47
  msgid "Event Time &amp; Date"
48
+ msgstr "Event Time &amp; Date"
 
49
  #: ../admin-views/events-meta-box.php:32
50
  msgid ""
51
  "You have changed the recurrence rules of this event. Saving the event will "
52
  "update all future events. If you did not mean to change all events, then "
53
  "please refresh the page."
54
  msgstr ""
55
+ "You have changed the recurrence rules of this event. Saving the event will "
56
+ "update all future events. If you did not mean to change all events, then "
57
+ "please refresh the page."
 
 
 
58
  #: ../admin-views/events-meta-box.php:35
59
  msgid "All Day Event:"
60
+ msgstr "All Day Event:"
 
 
61
  #: ../admin-views/events-meta-box.php:39
62
  msgid "Start Date &amp; Time:"
63
+ msgstr "Start Date &amp; Time:"
 
64
  #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
65
  msgid "YYYY-MM-DD"
66
+ msgstr "YYYY-MM-DD"
 
 
67
  #: ../admin-views/events-meta-box.php:60
68
  msgid "End Date &amp; Time:"
69
+ msgstr "End Date &amp; Time:"
70
+ #: ../admin-views/events-meta-box.php:87
 
71
  msgid "Event Location Details"
72
+ msgstr "Event Location Details"
73
+ #: ../admin-views/events-meta-box.php:95
 
74
  msgid "Event Organizer Details"
75
+ msgstr "Event Organiser Details"
76
+ #: ../admin-views/events-meta-box.php:103
 
 
77
  msgid "Event Website"
78
+ msgstr "Event Website"
79
+ #: ../admin-views/events-meta-box.php:106
 
80
  msgid "URL:"
81
  msgstr "URL:"
82
+ #: ../admin-views/events-meta-box.php:117
83
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
84
  msgid "Event Cost"
85
+ msgstr "Event Cost"
86
+ #: ../admin-views/events-meta-box.php:120
 
87
  msgid "Currency Symbol:"
88
+ msgstr "Currency Symbol:"
89
+ #: ../admin-views/events-meta-box.php:130
90
+ msgctxt "Currency symbol position"
91
+ msgid "Before cost"
92
+ msgstr "Before cost"
93
+ #: ../admin-views/events-meta-box.php:131
94
+ msgctxt "Currency symbol position"
95
+ msgid "After cost"
96
+ msgstr "After cost"
97
+ #: ../admin-views/events-meta-box.php:136
98
+ #: ../public/advanced-functions/meta.php:320
99
+ #: ../views/modules/meta/details.php:80
100
  msgid "Cost:"
101
+ msgstr "Cost:"
102
+ #: ../admin-views/events-meta-box.php:141
 
103
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
104
+ msgstr "Enter a 0 for events that are free or leave blank to hide the field."
 
 
 
105
  #: ../admin-views/organizer-meta-box.php:12
106
+ #: ../admin-views/venue-meta-box.php:20
107
+ #, php-format
108
+ msgid "%s Name:"
109
+ msgstr "%s Name:"
110
  #: ../admin-views/organizer-meta-box.php:19
111
+ #: ../admin-views/tickets/attendees.php:41
112
  #: ../admin-views/venue-meta-box.php:93
113
+ #: ../public/advanced-functions/meta.php:408
114
+ #: ../public/advanced-functions/meta.php:470
115
+ #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:36
116
  msgid "Phone:"
117
+ msgstr "Phone:"
 
118
  #: ../admin-views/organizer-meta-box.php:23
119
+ #: ../admin-views/tickets/attendees.php:47
120
  #: ../admin-views/venue-meta-box.php:97
121
+ #: ../public/advanced-functions/meta.php:359
122
+ #: ../public/advanced-functions/meta.php:434
123
+ #: ../public/advanced-functions/meta.php:496
124
+ #: ../views/modules/meta/details.php:103
125
+ #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:41
126
  msgid "Website:"
127
+ msgstr "Website:"
 
128
  #: ../admin-views/organizer-meta-box.php:27
129
+ #: ../public/advanced-functions/meta.php:483
130
+ #: ../views/modules/meta/organizer.php:29
131
  msgid "Email:"
132
+ msgstr "Email:"
 
133
  #: ../admin-views/organizer-meta-box.php:28
134
  msgid ""
135
  "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
136
  "obfuscate\">obfuscating</a> any e-mail address published on your site to "
137
  "best avoid it getting harvested by spammers."
138
  msgstr ""
139
+ "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
140
+ "obfuscate\">obfuscating</a> any e-mail address published on your site to "
141
+ "best avoid it getting harvested by spammers."
142
+ #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
143
+ #: ../lib/tickets/tribe-tickets-pro.php:73
144
+ msgid "Attendees"
145
+ msgstr "Attendees"
146
+ #: ../admin-views/tickets/attendees.php:16
147
+ msgid "Event Summary"
148
+ msgstr "Event Summary"
149
+ #: ../admin-views/tickets/attendees.php:24
150
+ msgid "Event Details"
151
+ msgstr "Event Details"
152
+ #: ../admin-views/tickets/attendees.php:26
153
+ msgid "Start Date / Time:"
154
+ msgstr "Start Date / Time:"
155
+ #: ../admin-views/tickets/attendees.php:28
156
+ msgid "End Date / Time:"
157
+ msgstr "End Date / Time:"
158
+ #: ../admin-views/tickets/attendees.php:54
159
+ msgid "Ticket Sales"
160
+ msgstr "Ticket Sales"
161
+ #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:67
162
+ #, php-format
163
+ msgid "Sold %d"
164
+ msgstr "Sold %d"
165
+ #: ../admin-views/tickets/attendees.php:68 ../admin-views/tickets/list.php:69
166
+ #, php-format
167
+ msgid "Sold %d of %d"
168
+ msgstr "Sold %d of %d"
169
+ #: ../admin-views/tickets/attendees.php:83
170
+ msgid "Tickets sold:"
171
+ msgstr "Tickets sold:"
172
+ #: ../admin-views/tickets/attendees.php:87
173
+ msgid "Checked in:"
174
+ msgstr "Checked in:"
175
+ #: ../admin-views/tickets/attendees.php:104
176
+ msgid "Send the attendee list by email"
177
+ msgstr "Send the attendee list by email"
178
+ #: ../admin-views/tickets/attendees.php:108
179
+ msgid "Select a User:"
180
+ msgstr "Select a User:"
181
+ #: ../admin-views/tickets/attendees.php:109
182
+ msgid "Select..."
183
+ msgstr "Select..."
184
+ #: ../admin-views/tickets/attendees.php:111
185
+ msgid "or"
186
+ msgstr "or"
187
+ #: ../admin-views/tickets/attendees.php:113
188
+ msgid "Email Address:"
189
+ msgstr "Email Address:"
190
+ #: ../admin-views/tickets/list.php:21
191
+ msgid "Edit"
192
+ msgstr "Edit"
193
+ #: ../admin-views/tickets/list.php:22
194
+ #: ../lib/tickets/tribe-tickets-attendees.php:215
195
+ msgid "Delete"
196
+ msgstr "Delete"
197
+ #: ../admin-views/tickets/list.php:24
198
+ #, php-format
199
+ msgid "Edit in %s"
200
+ msgstr "Edit in %s"
201
+ #: ../admin-views/tickets/list.php:27
202
+ msgid "View"
203
+ msgstr "View"
204
+ #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
205
+ msgid "See who purchased tickets to this event"
206
+ msgstr "See who purchased tickets to this event"
207
+ #: ../admin-views/tickets/meta-box.php:21
208
  msgid ""
209
+ "This event was created using Community Events. Are you sure you want to sell "
210
+ "tickets for it?"
211
  msgstr ""
212
+ "This event was created using Community Events. Are you sure you want to sell "
213
+ "tickets for it?"
214
+ #: ../admin-views/tickets/meta-box.php:32
215
+ msgid "Upload image for the ticket header"
216
+ msgstr "Upload image for the ticket header"
217
+ #: ../admin-views/tickets/meta-box.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
218
  msgid ""
219
+ "The maximum image size in the email will be 580px wide by any height, and "
220
+ "then scaled for mobile. If you would like \"retina\" support use an image "
221
+ "sized to 1160px wide."
222
  msgstr ""
223
+ "The maximum image size in the email will be 580px wide by any height, and "
224
+ "then scaled for mobile. If you would like \"retina\" support use an image "
225
+ "sized to 1160px wide."
226
+ #: ../admin-views/tickets/meta-box.php:36
227
+ msgid "Select an Image"
228
+ msgstr "Select an Image"
229
+ #: ../admin-views/tickets/meta-box.php:44
230
+ msgid "Remove"
231
+ msgstr "Remove"
232
+ #: ../admin-views/tickets/meta-box.php:62
233
+ #: ../admin-views/tickets/meta-box.php:72
234
+ msgid "Add new ticket"
235
+ msgstr "Add new ticket"
236
+ #: ../admin-views/tickets/meta-box.php:73
237
+ msgid "Edit ticket"
238
+ msgstr "Edit ticket"
239
+ #: ../admin-views/tickets/meta-box.php:79
240
+ msgid "Sell using:"
241
+ msgstr "Sell using:"
242
+ #: ../admin-views/tickets/meta-box.php:96
243
+ msgid "Ticket Name:"
244
+ msgstr "Ticket Name:"
245
+ #: ../admin-views/tickets/meta-box.php:103
246
+ msgid "Ticket Description:"
247
+ msgstr "Ticket Description:"
248
+ #: ../admin-views/tickets/meta-box.php:112
249
+ msgid "Price:"
250
+ msgstr "Price:"
251
+ #: ../admin-views/tickets/meta-box.php:118
252
+ msgid "(0 or empty for free tickets)"
253
+ msgstr "(0 or empty for free tickets)"
254
+ #: ../admin-views/tickets/meta-box.php:124
255
+ msgid "Start sale:"
256
+ msgstr "Start sale:"
257
+ #: ../admin-views/tickets/meta-box.php:148
258
+ msgid "End sale:"
259
+ msgstr "End sale:"
260
+ #: ../admin-views/tickets/meta-box.php:170
261
  msgid ""
262
+ "When will ticket sales occur? If you don't set a start/end date for sales, "
263
+ "tickets will be available from now until the event ends."
264
  msgstr ""
265
+ "When will ticket sales occur? If you don't set a start/end date for sales, "
266
+ "tickets will be available from now until the event ends."
267
+ #: ../admin-views/tickets/meta-box.php:182
268
+ msgid "Save this ticket"
269
+ msgstr "Save this ticket"
 
 
 
 
 
 
270
  #: ../admin-views/tribe-options-display.php:4
271
  msgid "Default Events Template"
272
+ msgstr "Default Events Template"
 
273
  #: ../admin-views/tribe-options-display.php:5
274
  msgid "Default Page Template"
275
+ msgstr "Default Page Template"
276
+ #: ../admin-views/tribe-options-display.php:31
 
 
277
  msgid "Display Settings"
278
+ msgstr "Display Settings"
279
+ #: ../admin-views/tribe-options-display.php:36
 
280
  #, php-format
281
  msgid ""
282
  "<p>The settings below control the display of your calendar. If things don't "
287
  "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
288
  "plugin from Github</a></p>"
289
  msgstr ""
290
+ "<p>The settings below control the display of your calendar. If things don't "
291
+ "look right, try switching between the three style sheet options or pick a "
292
+ "page template from your theme.</p><p>There are going to be situations where "
293
+ "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
294
+ "\">our themer's guide</a> for instructions on custom modifications. Want to "
295
+ "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
296
+ "plugin from Github</a></p>"
297
+ #: ../admin-views/tribe-options-display.php:51
 
298
  msgid "Basic Template Settings"
299
+ msgstr "Basic Template Settings"
300
+ #: ../admin-views/tribe-options-display.php:55
 
 
301
  msgid "Default stylesheet used for events templates"
302
+ msgstr "Default stylesheet used for events templates"
 
 
 
 
 
303
  #: ../admin-views/tribe-options-display.php:58
304
+ msgid "Skeleton Styles"
305
+ msgstr "Skeleton Styles"
306
+ #: ../admin-views/tribe-options-display.php:60
307
  msgid ""
308
  "Only includes enough css to achieve complex layouts like calendar and week "
309
  "view."
310
  msgstr ""
311
+ "Only includes enough css to achieve complex layouts like calendar and week "
312
+ "view."
 
 
 
 
 
313
  #: ../admin-views/tribe-options-display.php:62
314
+ msgid "Full Styles"
315
+ msgstr "Full Styles"
 
 
 
 
316
  #: ../admin-views/tribe-options-display.php:64
317
+ msgid "More detailed styling, tries to grab styles from your theme."
318
+ msgstr "More detailed styling, tries to grab styles from your theme."
 
319
  #: ../admin-views/tribe-options-display.php:66
320
+ msgid "Tribe Events Styles"
321
+ msgstr "Tribe Events Styles"
322
+ #: ../admin-views/tribe-options-display.php:68
323
  msgid "A fully designed and styled theme for your events pages."
324
+ msgstr "A fully designed and styled theme for your events pages."
325
+ #: ../admin-views/tribe-options-display.php:75
 
 
326
  msgid "Events template"
327
+ msgstr "Events template"
328
+ #: ../admin-views/tribe-options-display.php:76
 
329
  msgid ""
330
  "Choose a page template to control the appearance of your calendar and event "
331
  "content."
332
  msgstr ""
333
+ "Choose a page template to control the appearance of your calendar and event "
334
+ "content."
335
+ #: ../admin-views/tribe-options-display.php:84
336
  msgid "Enable event views"
337
+ msgstr "Enable event views"
338
+ #: ../admin-views/tribe-options-display.php:85
 
339
  msgid "You must select at least one view."
340
+ msgstr "You must select at least one view."
341
+ #: ../admin-views/tribe-options-display.php:92
 
342
  msgid "Default view"
343
+ msgstr "Default view"
344
+ #: ../admin-views/tribe-options-display.php:100
 
345
  msgid "Disable the Event Search Bar"
346
+ msgstr "Disable the Event Search Bar"
347
+ #: ../admin-views/tribe-options-display.php:101
 
348
  msgid "Check this to use the classic header."
349
+ msgstr "Check this to use the classic header."
350
+ #: ../admin-views/tribe-options-display.php:107
 
351
  msgid "Month view events per day"
352
+ msgstr "Month view events per day"
353
+ #: ../admin-views/tribe-options-display.php:108
 
354
  msgid "Allow more than the default 3 events per day in month view."
355
+ msgstr "Allow more than the default 3 events per day in month view."
356
+ #: ../admin-views/tribe-options-display.php:115
357
+ msgid "Date Format Settings"
358
+ msgstr "Date Format Settings"
359
+ #: ../admin-views/tribe-options-display.php:119
360
+ msgid ""
361
+ "<p>The following three fields accept the date format options available to "
362
+ "the php date() function. <a href=\"http://codex.wordpress.org/"
363
+ "Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date "
364
+ "format here</a>.</p>"
365
+ msgstr ""
366
+ "<p>The following three fields accept the date format options available to "
367
+ "the php date() function. <a href=\"http://codex.wordpress.org/"
368
+ "Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date "
369
+ "format here</a>.</p>"
370
+ #: ../admin-views/tribe-options-display.php:123
371
+ msgid "Date with year"
372
+ msgstr "Date with year"
373
+ #: ../admin-views/tribe-options-display.php:124
374
+ msgid ""
375
+ "Enter the format to use for displaying dates with the year. Used when "
376
+ "showing an event from a past or future year, also used for dates in view "
377
+ "headers."
378
+ msgstr ""
379
+ "Enter the format to use for displaying dates with the year. Used when "
380
+ "showing an event from a past or future year, also used for dates in view "
381
+ "headers."
382
+ #: ../admin-views/tribe-options-display.php:131
383
+ msgid "Date without year"
384
+ msgstr "Date without year"
385
+ #: ../admin-views/tribe-options-display.php:132
386
+ msgid ""
387
+ "Enter the format to use for displaying dates without a year. Used when "
388
+ "showing an event from the current year."
389
+ msgstr ""
390
+ "Enter the format to use for displaying dates without a year. Used when "
391
+ "showing an event from the current year."
392
+ #: ../admin-views/tribe-options-display.php:139
393
+ msgid "Month and year format"
394
+ msgstr "Month and year format"
395
+ #: ../admin-views/tribe-options-display.php:140
396
+ msgid ""
397
+ "Enter the format to use for dates that show a month and year only. Used on "
398
+ "month view."
399
+ msgstr ""
400
+ "Enter the format to use for dates that show a month and year only. Used on "
401
+ "month view."
402
+ #: ../admin-views/tribe-options-display.php:147
403
+ msgid "Date time separator"
404
+ msgstr "Date time separator"
405
+ #: ../admin-views/tribe-options-display.php:148
406
+ msgid ""
407
+ "Enter the separator that will be placed between the date and time, when both "
408
+ "are shown."
409
+ msgstr ""
410
+ "Enter the separator that will be placed between the date and time, when both "
411
+ "are shown."
412
+ #: ../admin-views/tribe-options-display.php:155
413
+ msgid "Time range separator"
414
+ msgstr "Time range separator"
415
+ #: ../admin-views/tribe-options-display.php:156
416
+ msgid ""
417
+ "Enter the separator that will be used between the start and end time of an "
418
+ "event."
419
+ msgstr ""
420
+ "Enter the separator that will be used between the start and end time of an "
421
+ "event."
422
+ #: ../admin-views/tribe-options-display.php:163
423
+ msgid "Datepicker Date Format"
424
+ msgstr "Datepicker Date Format"
425
+ #: ../admin-views/tribe-options-display.php:164
426
+ msgid "Select the date format to use in datepickers"
427
+ msgstr "Select the date format to use in datepickers"
428
+ #: ../admin-views/tribe-options-display.php:181
429
  msgid "Advanced Template Settings"
430
+ msgstr "Advanced Template Settings"
431
+ #: ../admin-views/tribe-options-display.php:185
 
 
432
  msgid "Add HTML before event content"
433
+ msgstr "Add HTML before event content"
434
+ #: ../admin-views/tribe-options-display.php:186
 
435
  msgid ""
436
  "If you are familiar with HTML, you can add additional code before the event "
437
  "template. Some themes may require this to help with styling or layout."
438
  msgstr ""
439
+ "If you are familiar with HTML, you can add additional code before the event "
440
+ "template. Some themes may require this to help with styling or layout."
441
+ #: ../admin-views/tribe-options-display.php:191
 
 
 
442
  msgid "Add HTML after event content"
443
+ msgstr "Add HTML after event content"
444
+ #: ../admin-views/tribe-options-display.php:192
 
445
  msgid ""
446
  "If you are familiar with HTML, you can add additional code after the event "
447
  "template. Some themes may require this to help with styling or layout."
448
  msgstr ""
449
+ "If you are familiar with HTML, you can add additional code after the event "
450
+ "template. Some themes may require this to help with styling or layout."
 
 
451
  #: ../admin-views/tribe-options-general.php:14
452
  msgid "Finding & extending your calendar."
453
+ msgstr "Finding & extending your calendar."
 
454
  #: ../admin-views/tribe-options-general.php:19
455
  msgid "Finding your calendar."
456
+ msgstr "Finding your calendar."
 
 
 
457
  #: ../admin-views/tribe-options-general.php:24
458
  msgid "Where's my calendar?"
459
+ msgstr "Where's my calendar?"
 
460
  #: ../admin-views/tribe-options-general.php:24
461
  msgid "Right here"
462
+ msgstr "Right here"
 
463
  #: ../admin-views/tribe-options-general.php:28
464
  msgid ""
465
  "Looking for additional functionality including recurring events, custom "
466
  "meta, community events, ticket sales and more?"
467
  msgstr ""
468
+ "Looking for additional functionality including recurring events, custom "
469
+ "meta, community events, ticket sales and more?"
 
 
470
  #: ../admin-views/tribe-options-general.php:28
471
  msgid "Check out the available add-ons"
472
+ msgstr "Check out the available add-ons"
 
473
  #: ../admin-views/tribe-options-general.php:33
474
  msgid "We hope our plugin is helping you out."
475
+ msgstr "We hope our plugin is helping you out."
 
476
  #: ../admin-views/tribe-options-general.php:37
477
  msgid ""
478
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
480
  "is recognition. Add a small text-only link at the bottom of your calendar "
481
  "pointing to The Events Calendar project."
482
  msgstr ""
483
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
484
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
485
+ "is recognition. Add a small text-only link at the bottom of your calendar "
486
+ "pointing to The Events Calendar project."
 
 
487
  #: ../admin-views/tribe-options-general.php:37
488
  #: ../admin-views/tribe-options-general.php:42
489
  msgid "See an example of the link"
490
+ msgstr "See an example of the link"
 
491
  #: ../admin-views/tribe-options-general.php:42
492
  msgid ""
493
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
495
  "is recognition. Add a small text only link at the bottom of your calendar "
496
  "pointing to The Events Calendar project."
497
  msgstr ""
498
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
499
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
500
+ "is recognition. Add a small text only link at the bottom of your calendar "
501
+ "pointing to The Events Calendar project."
 
 
 
 
502
  #: ../admin-views/tribe-options-general.php:47
503
  msgid "Show The Events Calendar link"
504
+ msgstr "Show The Events Calendar link"
 
 
505
  #: ../admin-views/tribe-options-general.php:61
506
  msgid "General Settings"
507
+ msgstr "General Settings"
 
508
  #: ../admin-views/tribe-options-general.php:65
509
  msgid "Number of events to show per page"
510
+ msgstr "Number of events to show per page"
 
511
  #: ../admin-views/tribe-options-general.php:72
512
  msgid "Use Javascript to control date filtering"
513
+ msgstr "Use Javascript to control date filtering"
 
514
  #: ../admin-views/tribe-options-general.php:73
515
  msgid ""
516
  "This option is disabled when \"Disable the Event Search Bar\" is checked on "
517
  "the Display settings tab."
518
  msgstr ""
519
+ "This option is disabled when \"Disable the Event Search Bar\" is checked on "
520
+ "the Display settings tab."
 
521
  #: ../admin-views/tribe-options-general.php:73
522
  msgid ""
523
  "Enable live ajax for datepicker on front end (User submit not required)."
524
  msgstr ""
525
+ "Enable live ajax for datepicker on front end (User submit not required)."
 
 
526
  #: ../admin-views/tribe-options-general.php:81
527
  msgid "Show comments"
528
+ msgstr "Show comments"
 
529
  #: ../admin-views/tribe-options-general.php:82
530
  msgid "Enable comments on event pages."
531
+ msgstr "Enable comments on event pages."
 
532
  #: ../admin-views/tribe-options-general.php:88
533
  msgid "Include events in main blog loop"
534
+ msgstr "Include events in main blog loop"
 
535
  #: ../admin-views/tribe-options-general.php:89
536
  msgid ""
537
  "Show events with the site's other posts. When this box is checked, events "
538
  "will also continue to appear on the default events page."
539
  msgstr ""
540
+ "Show events with the site's other posts. When this box is checked, events "
541
+ "will also continue to appear on the default events page."
 
 
542
  #: ../admin-views/tribe-options-general.php:95
543
  #: ../admin-views/tribe-options-general.php:101
544
  msgid "Events URL slug"
545
+ msgstr "Events URL slug"
 
546
  #: ../admin-views/tribe-options-general.php:96
547
  #, php-format
548
  msgid ""
551
  "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
552
  "\">enable pretty permalinks</a>."
553
  msgstr ""
554
+ "You cannot edit the slug for your events page as you do not have pretty "
555
+ "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
556
+ "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
557
+ "\">enable pretty permalinks</a>."
 
 
 
558
  #: ../admin-views/tribe-options-general.php:108
559
+ #: ../public/template-tags/options.php:18
560
  msgid "The slug used for building the events URL."
561
+ msgstr "The slug used for building the events URL."
 
562
  #: ../admin-views/tribe-options-general.php:108
563
  #, php-format
564
  msgid "Your current events URL is: %s"
565
+ msgstr "Your current events URL is: %s"
 
 
566
  #: ../admin-views/tribe-options-general.php:113
567
+ #: ../public/template-tags/options.php:37
568
  msgid "Here is the iCal feed URL for your events:"
569
+ msgstr "Here is the iCal feed URL for your events:"
 
 
570
  #: ../admin-views/tribe-options-general.php:118
571
  msgid "Single event URL slug"
572
+ msgstr "Single event URL slug"
 
573
  #: ../admin-views/tribe-options-general.php:125
574
  #, php-format
575
  msgid ""
576
  "The above should ideally be plural, and this singular.<br />Your single "
577
  "event URL is: %s"
578
  msgstr ""
579
+ "The above should ideally be plural, and this singular.<br />Your single "
580
+ "event URL is: %s"
 
 
581
  #: ../admin-views/tribe-options-general.php:130
582
  msgid "End of day cutoff"
583
+ msgstr "End of day cutoff"
 
584
  #: ../admin-views/tribe-options-general.php:138
 
585
  msgid ""
586
  "Have an event that runs past midnight? Select a time after that event's end "
587
  "to avoid showing the event on the next day's calendar."
588
  msgstr ""
589
+ "Have an event that runs past midnight? Select a time after that event's end "
590
+ "to avoid showing the event on the next day's calendar."
 
591
  #: ../admin-views/tribe-options-general.php:143
592
  msgid "Default currency symbol"
593
+ msgstr "Default currency symbol"
 
594
  #: ../admin-views/tribe-options-general.php:144
595
  msgid ""
596
  "Set the default currency symbol for event costs. Note that this only impacts "
597
  "future events, and changes made will not apply retroactively."
598
  msgstr ""
599
+ "Set the default currency symbol for event costs. Note that this only impacts "
600
+ "future events, and changes made will not apply retroactively."
 
 
 
601
  #: ../admin-views/tribe-options-general.php:151
602
+ msgid "Currency symbol follows value"
603
+ msgstr "Currency symbol follows value"
604
+ #: ../admin-views/tribe-options-general.php:152
605
+ msgid ""
606
+ "The currency symbol normally precedes the value. Enabling this option "
607
+ "positions the symbol after the value."
608
+ msgstr ""
609
+ "The currency symbol normally precedes the value. Enabling this option "
610
+ "positions the symbol after the value."
611
+ #: ../admin-views/tribe-options-general.php:158
612
  msgid "Map Settings"
613
+ msgstr "Map Settings"
614
+ #: ../admin-views/tribe-options-general.php:162
 
615
  msgid "Enable Google Maps"
616
+ msgstr "Enable Google Maps"
 
 
 
 
 
617
  #: ../admin-views/tribe-options-general.php:163
618
+ msgid "Check to enable maps for events and venues."
619
+ msgstr "Check to enable maps for events and venues."
620
+ #: ../admin-views/tribe-options-general.php:170
621
  msgid "Google Maps default zoom level"
622
+ msgstr "Google Maps default zoom level"
623
+ #: ../admin-views/tribe-options-general.php:171
 
624
  msgid "0 = zoomed out; 21 = zoomed in."
625
+ msgstr "0 = zoomed out; 21 = zoomed in."
626
+ #: ../admin-views/tribe-options-general.php:179
 
 
627
  msgid "Miscellaneous Settings"
628
+ msgstr "Miscellaneous Settings"
629
+ #: ../admin-views/tribe-options-general.php:183
 
630
  msgid "Duplicate Venues &amp; Organizers"
631
+ msgstr "Duplicate Venues &amp; Organisers"
632
+ #: ../admin-views/tribe-options-general.php:183
633
+ #: ../lib/tribe-amalgamator.php:252
634
  msgid "Merge Duplicates"
635
+ msgstr "Merge Duplicates"
636
+ #: ../admin-views/tribe-options-general.php:183
 
637
  msgid ""
638
  "You might find duplicate venues and organizers when updating The Events "
639
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
640
  "identical venues and organizers."
641
  msgstr ""
642
+ "You might find duplicate venues and organisers when updating The Events "
643
+ "Calendar from a pre-3.0 version. Click this button to automatically merge "
644
+ "identical venues and organisers."
645
+ #: ../admin-views/tribe-options-general.php:188
 
 
646
  msgid "Debug mode"
647
+ msgstr "Debug mode"
648
+ #: ../admin-views/tribe-options-general.php:194
 
649
  #, php-format
650
  msgid ""
651
  "Enable this option to log debug information. By default this will log to "
653
  "browser, then we recommend that you install the %s and look for the \"Tribe"
654
  "\" tab in the debug output."
655
  msgstr ""
656
+ "Enable this option to log debug information. By default this will log to "
657
+ "your server PHP error log. If you'd like to see the log messages in your "
658
+ "browser, then we recommend that you install the %s and look for the \"Tribe"
659
+ "\" tab in the debug output."
660
+ #: ../admin-views/tribe-options-general.php:194
 
661
  msgid "Debug Bar Plugin"
662
+ msgstr "Debug Bar Plugin"
663
+ #: ../admin-views/tribe-options-help.php:18
664
+ msgctxt "not available"
665
+ msgid "n/a"
666
+ msgstr "n/a"
667
  #: ../admin-views/tribe-options-help.php:19
668
  msgid "You need to upgrade!"
669
+ msgstr "You need to upgrade!"
 
670
  #: ../admin-views/tribe-options-help.php:19
671
  msgid "You are up to date!"
672
+ msgstr "You are up to date!"
 
 
 
673
  #: ../admin-views/tribe-options-help.php:42
674
  msgid "The Events Calendar PRO"
675
  msgstr "The Events Calendar PRO"
 
676
  #: ../admin-views/tribe-options-help.php:46
677
+ msgid "The Events Calendar: Eventbrite Tickets"
678
+ msgstr "The Events Calendar: Eventbrite Tickets"
 
 
679
  #: ../admin-views/tribe-options-help.php:50
680
+ msgid "The Events Calendar: Community Events"
681
+ msgstr "The Events Calendar: Community Events"
 
 
682
  #: ../admin-views/tribe-options-help.php:54
683
+ msgid "The Events Calendar: Facebook Events"
684
+ msgstr "The Events Calendar: Facebook Events"
 
685
  #: ../admin-views/tribe-options-help.php:58
686
+ msgid "The Events Calendar: WooCommerce Tickets"
687
+ msgstr "The Events Calendar: WooCommerce Tickets"
 
688
  #: ../admin-views/tribe-options-help.php:63
689
+ msgid "The Events Calendar: EDD Tickets"
690
+ msgstr "The Events Calendar: EDD Tickets"
691
+ #: ../admin-views/tribe-options-help.php:68
692
+ msgid "The Events Calendar: WPEC Tickets"
693
+ msgstr "The Events Calendar: WPEC Tickets"
694
+ #: ../admin-views/tribe-options-help.php:73
695
+ msgid "The Events Calendar: Shopp Tickets"
696
+ msgstr "The Events Calendar: Shopp Tickets"
697
+ #: ../admin-views/tribe-options-help.php:78
698
+ msgid "The Events Calendar: Filter Bar"
699
+ msgstr "The Events Calendar: Filter Bar"
700
+ #: ../admin-views/tribe-options-help.php:84
701
+ msgid ""
702
+ "If you're looking for help with The Events Calendar, you've come to the "
703
+ "right place. We are committed to helping make your calendar kick ass...and "
704
+ "hope the resources provided below will help get you there."
705
+ msgstr ""
706
+ "If you're looking for help with The Events Calendar, you've come to the "
707
+ "right place. We are committed to helping make your calendar kick ass...and "
708
+ "hope the resources provided below will help get you there."
709
  #: ../admin-views/tribe-options-help.php:87
 
 
 
 
 
 
 
 
710
  msgid ""
711
+ "If this is your first time using The Events Calendar, you're in for a treat "
712
  "and are already well on your way to creating a first event. Here are some "
713
+ "basics we've found helpful for users jumping into it for the first time:"
714
  msgstr ""
715
+ "If this is your first time using The Events Calendar, you're in for a treat "
716
+ "and are already well on your way to creating a first event. Here are some "
717
+ "basics we've found helpful for users jumping into it for the first time:"
718
+ #: ../admin-views/tribe-options-help.php:90
 
 
719
  #, php-format
720
  msgid ""
721
  "%sOur New User Primer%s was designed for folks in your exact position. "
723
  "accompanying screenshots, the primer aims to take you from zero to hero in "
724
  "no time."
725
  msgstr ""
726
+ "%sOur New User Primer%s was designed for folks in your exact position. "
727
+ "Featuring both step-by-step videos and written walkthroughs that feature "
728
+ "accompanying screenshots, the primer aims to take you from zero to hero in "
729
+ "no time."
730
+ #: ../admin-views/tribe-options-help.php:92
 
731
  #, php-format
732
  msgid ""
733
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
735
  "helpful as it aims to address any basic install questions not addressed by "
736
  "the new user primer."
737
  msgstr ""
738
+ "%sInstallation/Setup FAQs%s from our support page can help give an overview "
739
+ "of what the plugin can and cannot do. This section of the FAQs may be "
740
+ "helpful as it aims to address any basic install questions not addressed by "
741
+ "the new user primer."
742
+ #: ../admin-views/tribe-options-help.php:94
 
743
  #, php-format
744
  msgid ""
745
  "Are you developer looking to build your own frontend view? We created an "
746
  "example plugin that demonstrates how to register a new view. You can "
747
  "%sdownload the plugin at GitHub%s to get started."
748
  msgstr ""
749
+ "Are you developer looking to build your own frontend view? We created an "
750
+ "example plugin that demonstrates how to register a new view. You can "
751
+ "%sdownload the plugin at GitHub%s to get started."
752
+ #: ../admin-views/tribe-options-help.php:96
 
753
  msgid ""
754
+ "Otherwise, if you're feeling adventurous, you can get started by heading to "
755
  "the Events menu and adding your first event."
756
  msgstr ""
757
+ "Otherwise, if you're feeling adventurous, you can get started by heading to "
758
+ "the Events menu and adding your first event."
759
+ #: ../admin-views/tribe-options-help.php:100
 
760
  #, php-format
761
  msgid ""
762
+ "We've redone our support page from the ground up in an effort to better help "
763
+ "our users. Head over to our %sSupport Page%s and you'll find lots of great "
764
+ "resources, including:"
765
  msgstr ""
766
+ "We've redone our support page from the ground up in an effort to better help "
767
+ "our users. Head over to our %sSupport Page%s and you'll find lots of great "
768
+ "resources, including:"
769
+ #: ../admin-views/tribe-options-help.php:102
 
770
  #, php-format
771
  msgid ""
772
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
773
  "&amp; Events Calendar PRO"
774
  msgstr ""
775
+ "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
776
+ "&amp; Events Calendar PRO"
777
+ #: ../admin-views/tribe-options-help.php:104
 
778
  #, php-format
779
  msgid ""
780
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
781
  "to advanced themer tweaks"
782
  msgstr ""
783
+ "%sFrequently Asked Questions%s ranging from the most basic setup questions "
784
+ "to advanced themer tweaks"
785
+ #: ../admin-views/tribe-options-help.php:106
 
786
  #, php-format
787
  msgid ""
788
  "%sTutorials%s written by both members of our team and users from the "
789
  "community, covering custom queries, integration with third-party themes and "
790
  "plugins, etc."
791
  msgstr ""
792
+ "%sTutorials%s written by both members of our team and users from the "
793
+ "community, covering custom queries, integration with third-party themes and "
794
+ "plugins, etc."
795
+ #: ../admin-views/tribe-options-help.php:108
 
796
  msgid ""
797
+ "Release notes for painting an overall picture of the plugin's lifecycle and "
798
  "when features/bug fixes were introduced."
799
  msgstr ""
800
+ "Release notes for painting an overall picture of the plugin's lifecycle and "
801
+ "when features/bug fixes were introduced."
802
+ #: ../admin-views/tribe-options-help.php:110
 
803
  #, php-format
804
  msgid ""
805
+ "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
806
  "The Events Calendar (including WooTickets, Community Events, Eventbrite "
807
  "Tickets, Facebook Events, etc)"
808
  msgstr ""
809
+ "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
810
+ "The Events Calendar (including WooTickets, Community Events, Eventbrite "
811
+ "Tickets, Facebook Events, etc)"
812
+ #: ../admin-views/tribe-options-help.php:112
813
+ #, php-format
 
814
  msgid ""
815
+ "We've also got a %sModern Tribe UserVoice%s page where we're actively "
816
  "watching for feature ideas from the community. If after playing with the "
817
+ "plugin and reviewing the resources above, you're finding a feature isn't "
818
  "present that should be, let us know. Vote up existing feature requests or "
819
  "add your own, and help us shape the future of the products business in a way "
820
+ "that best meets the community's needs."
821
+ msgstr ""
822
+ "We've also got a %sModern Tribe UserVoice%s page where we're actively "
823
+ "watching for feature ideas from the community. If after playing with the "
824
+ "plugin and reviewing the resources above, you're finding a feature isn't "
825
+ "present that should be, let us know. Vote up existing feature requests or "
826
+ "add your own, and help us shape the future of the products business in a way "
827
+ "that best meets the community's needs."
828
+ #: ../admin-views/tribe-options-help.php:116
 
 
829
  #, php-format
830
  msgid ""
831
  "Written documentation can only take things so far...sometimes, you need help "
832
  "from a real person. This is where our %ssupport forums%s come into play."
833
  msgstr ""
834
+ "Written documentation can only take things so far...sometimes, you need help "
835
+ "from a real person. This is where our %ssupport forums%s come into play."
836
+ #: ../admin-views/tribe-options-help.php:117
837
+ #, php-format
 
838
  msgid ""
839
  "Users of the free The Events Calendar should post their support concerns to "
840
+ "the plugin's %sWordPress.org support forum%s. While we are happy to help "
841
  "identify and fix bugs that are reported at WordPress.org, please make sure "
842
  "to read our %ssupport expectations sticky thread%s before posting so you "
843
  "understand our limitations."
844
  msgstr ""
845
+ "Users of the free The Events Calendar should post their support concerns to "
846
+ "the plugin's %sWordPress.org support forum%s. While we are happy to help "
847
+ "identify and fix bugs that are reported at WordPress.org, please make sure "
848
+ "to read our %ssupport expectations sticky thread%s before posting so you "
849
+ "understand our limitations."
850
+ #: ../admin-views/tribe-options-help.php:118
 
 
 
851
  msgid ""
852
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
853
+ "you report a legitimate bug that we're able to reproduce, we will log it and "
854
+ "patch for an upcoming release. However we are unfortunately unable to "
855
  "provide customization tips or assist in integrating with 3rd party plugins "
856
  "or themes."
857
  msgstr ""
858
+ "We hit the WordPress.org forum throughout the week, watching for bugs. If "
859
+ "you report a legitimate bug that we're able to reproduce, we will log it and "
860
+ "patch for an upcoming release. However we are unfortunately unable to "
861
+ "provide customisation tips or assist in integrating with 3rd party plugins "
862
+ "or themes."
863
+ #: ../admin-views/tribe-options-help.php:119
864
+ #, php-format
 
865
  msgid ""
866
+ "If you're a user of The Events Calendar and would like more support, please "
867
  "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
868
  "deeper level of customization/integration support for paying users than we "
869
  "can on WordPress.org."
870
  msgstr ""
871
+ "If you're a user of The Events Calendar and would like more support, please "
872
+ "%spurchase a PRO licence%s. We hit the PRO forums daily, and can provide a "
873
+ "deeper level of customisation/integration support for paying users than we "
874
+ "can on WordPress.org."
875
+ #: ../admin-views/tribe-options-help.php:123
 
876
  #, php-format
877
  msgid ""
878
+ "If you find that you aren't getting the level of service you've come to "
879
  "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
880
+ "why. We'll do what we can to make it right."
881
  msgstr ""
882
+ "If you find that you aren't getting the level of service you've come to "
883
+ "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
884
+ "why. We'll do what we can to make it right."
885
+ #: ../admin-views/tribe-options-help.php:124
 
886
  msgid "More..."
887
+ msgstr "More..."
888
+ #: ../admin-views/tribe-options-help.php:132
 
889
  msgid ""
890
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
891
  "for installing our labor of love!"
892
  msgstr ""
893
+ "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
894
+ "for installing our labor of love!"
895
+ #: ../admin-views/tribe-options-help.php:138
 
896
  msgid "Getting Started"
897
+ msgstr "Getting Started"
898
+ #: ../admin-views/tribe-options-help.php:141
 
899
  msgid "Support Resources To Help You Kick Ass"
900
+ msgstr "Support Resources To Help You Kick Ass"
901
+ #: ../admin-views/tribe-options-help.php:144
 
902
  msgid "Forums: Because Everyone Needs A Buddy"
903
+ msgstr "Forums: Because Everyone Needs A Buddy"
904
+ #: ../admin-views/tribe-options-help.php:147
 
905
  msgid "Not getting help?"
906
+ msgstr "Not getting help?"
907
+ #: ../admin-views/tribe-options-help.php:159
908
+ #: ../lib/the-events-calendar.class.php:576
909
+ #: ../lib/tribe-settings.class.php:129
910
  msgid "The Events Calendar"
911
  msgstr "The Events Calendar"
912
+ #: ../admin-views/tribe-options-help.php:163
 
913
  msgid "Latest Version:"
914
+ msgstr "Latest Version:"
915
+ #: ../admin-views/tribe-options-help.php:164
 
916
  msgid "Author:"
917
+ msgstr "Author:"
918
+ #: ../admin-views/tribe-options-help.php:164
 
 
919
  msgid "Modern Tribe Inc"
920
  msgstr "Modern Tribe Inc"
921
+ #: ../admin-views/tribe-options-help.php:165
 
922
  msgid "Requires:"
923
+ msgstr "Requires:"
924
+ #: ../admin-views/tribe-options-help.php:165
 
925
  msgid "WordPress "
926
  msgstr "WordPress "
927
+ #: ../admin-views/tribe-options-help.php:166
 
928
  msgid "Wordpress.org Plugin Page"
929
+ msgstr "Wordpress.org Plugin Page"
930
+ #: ../admin-views/tribe-options-help.php:171
 
931
  msgid "Average Rating"
932
+ msgstr "Average Rating"
933
+ #: ../admin-views/tribe-options-help.php:175
934
+ #, php-format
935
+ msgid "Based on %d rating"
936
+ msgid_plural "Based on %d ratings"
937
+ msgstr[0] "Based on %d rating"
938
+ msgstr[1] "Based on %d ratings"
939
+ #: ../admin-views/tribe-options-help.php:176
940
  msgid "Give us 5 stars!"
941
+ msgstr "Give us 5 stars!"
942
+ #: ../admin-views/tribe-options-help.php:179
 
943
  msgid "Premium Add-Ons"
944
+ msgstr "Premium Add-Ons"
945
+ #: ../admin-views/tribe-options-help.php:185
 
946
  msgid "(Coming Soon!)"
947
+ msgstr "(Coming Soon!)"
948
+ #: ../admin-views/tribe-options-help.php:192
 
949
  msgid "News and Tutorials"
950
+ msgstr "News and Tutorials"
 
 
951
  #: ../admin-views/tribe-options-network.php:14
952
  msgid "Network Settings"
953
+ msgstr "Network Settings"
 
954
  #: ../admin-views/tribe-options-network.php:18
955
  msgid ""
956
  "This is where all of the global network settings for Modern Tribe's The "
957
  "Events Calendar can be modified."
958
  msgstr ""
959
+ "This is where all of the global network settings for Modern Tribe's The "
960
+ "Events Calendar can be modified."
 
961
  #: ../admin-views/tribe-options-network.php:26
962
  msgid "Hide the following settings tabs on every site:"
963
+ msgstr "Hide the following settings tabs on every site:"
 
 
 
 
 
964
  #: ../admin-views/venue-meta-box.php:27
965
+ #: ../public/advanced-functions/meta.php:422
966
  msgid "Address:"
967
+ msgstr "Address:"
 
968
  #: ../admin-views/venue-meta-box.php:31
969
  msgid "City:"
970
+ msgstr "City:"
 
971
  #: ../admin-views/venue-meta-box.php:35
972
  msgid "Country:"
973
+ msgstr "Country:"
 
974
  #: ../admin-views/venue-meta-box.php:73
975
  msgid "State or Province:"
976
+ msgstr "State or Province:"
 
977
  #: ../admin-views/venue-meta-box.php:76
978
  msgid "Select a State:"
979
+ msgstr "Select a State:"
 
980
  #: ../admin-views/venue-meta-box.php:89
981
  msgid "Postal Code:"
982
+ msgstr "Postal Code:"
 
983
  #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
984
  msgid "Show Google Map:"
985
+ msgstr "Show Google Map:"
 
986
  #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
987
  msgid "Show Google Maps Link:"
988
+ msgstr "Show Google Maps Link:"
 
989
  #: ../admin-views/widget-admin-list.php:11
990
  msgid "Title:"
991
+ msgstr "Title:"
 
992
  #: ../admin-views/widget-admin-list.php:16
993
  msgid "Show:"
994
+ msgstr "Show:"
 
995
  #: ../admin-views/widget-admin-list.php:24
996
  msgid "Show widget only if there are upcoming events:"
997
+ msgstr "Show widget only if there are upcoming events:"
998
+ #: ../lib/io/csv/admin-views/columns.php:22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
999
  #, php-format
1000
+ msgid "Column Mapping: %s"
1001
+ msgstr "Column Mapping: %s"
1002
+ #: ../lib/io/csv/admin-views/columns.php:28
1003
+ msgid "Please choose the fields that best match the columns in your CSV file."
1004
+ msgstr "Please choose the fields that best match the columns in your CSV file."
1005
+ #: ../lib/io/csv/admin-views/columns.php:33
1006
+ msgid "Column Headings"
1007
+ msgstr "Column Headings"
1008
+ #: ../lib/io/csv/admin-views/columns.php:34
1009
+ msgid "Event Fields"
1010
+ msgstr "Event Fields"
1011
+ #: ../lib/io/csv/admin-views/columns.php:45
1012
+ msgid "Perform Import"
1013
+ msgstr "Perform Import"
1014
+ #: ../lib/io/csv/admin-views/header.php:11
1015
+ msgid "Events Import (CSV)"
1016
+ msgstr "Events Import (CSV)"
1017
+ #: ../lib/io/csv/admin-views/import.php:17
1018
+ msgid "Import Instructions"
1019
+ msgstr "Import Instructions"
1020
+ #: ../lib/io/csv/admin-views/import.php:20
1021
+ msgid "If your events have Organizers or Venues, please import those first."
1022
+ msgstr "If your events have Organisers or Venues, please import those first."
1023
+ #: ../lib/io/csv/admin-views/import.php:21
1024
+ msgid "To import organizers or venues:"
1025
+ msgstr "To import organisers or venues:"
1026
+ #: ../lib/io/csv/admin-views/import.php:23
1027
+ msgid "Select the appropriate import type."
1028
+ msgstr "Select the appropriate import type."
1029
+ #: ../lib/io/csv/admin-views/import.php:24
1030
+ #: ../lib/io/csv/admin-views/import.php:30
1031
+ msgid ""
1032
+ "Upload a CSV file with one record on each line. The first line may contain "
1033
+ "column names (check the box below)."
1034
+ msgstr ""
1035
+ "Upload a CSV file with one record on each line. The first line may contain "
1036
+ "column names (check the box below)."
1037
+ #: ../lib/io/csv/admin-views/import.php:25
1038
+ msgid ""
1039
+ "One column in your CSV should have the Organizer/Venue name. All other "
1040
+ "fields are optional."
1041
+ msgstr ""
1042
+ "One column in your CSV should have the Organiser/Venue name. All other "
1043
+ "fields are optional."
1044
+ #: ../lib/io/csv/admin-views/import.php:26
1045
+ #: ../lib/io/csv/admin-views/import.php:32
1046
+ msgid ""
1047
+ "After you upload your file, you'll have the opportunity to indicate how the "
1048
+ "columns in your CSV map to fields in The Events Calendar."
1049
+ msgstr ""
1050
+ "After you upload your file, you'll have the opportunity to indicate how the "
1051
+ "columns in your CSV map to fields in The Events Calendar."
1052
+ #: ../lib/io/csv/admin-views/import.php:28
1053
+ msgid "After importing your Organizers and Venues, import your Events:"
1054
+ msgstr "After importing your Organisers and Venues, import your Events:"
1055
+ #: ../lib/io/csv/admin-views/import.php:31
1056
+ msgid ""
1057
+ "One column in your CSV should have the Event title. Another should have the "
1058
+ "Event start date. All other fields are optional."
1059
+ msgstr ""
1060
+ "One column in your CSV should have the Event title. Another should have the "
1061
+ "Event start date. All other fields are optional."
1062
+ #: ../lib/io/csv/admin-views/import.php:36
1063
+ #, php-format
1064
+ msgid "Questions? <a href=\"%s\">Watch the video</a>."
1065
+ msgstr "Questions? <a href=\"%s\">Watch the video</a>."
1066
+ #: ../lib/io/csv/admin-views/import.php:43
1067
+ msgid "Import Type:"
1068
+ msgstr "Import Type:"
1069
+ #: ../lib/io/csv/admin-views/import.php:45
1070
+ #: ../lib/the-events-calendar.class.php:502
1071
+ #: ../public/template-tags/venue.php:49
1072
+ msgid "Venues"
1073
+ msgstr "Venues"
1074
+ #: ../lib/io/csv/admin-views/import.php:46
1075
+ #: ../lib/the-events-calendar.class.php:518
1076
+ #: ../public/template-tags/organizer.php:55
1077
+ msgid "Organizers"
1078
+ msgstr "Organisers"
1079
+ #: ../lib/io/csv/admin-views/import.php:47
1080
+ #: ../lib/the-events-calendar.class.php:1362
1081
+ #: ../lib/the-events-calendar.class.php:3893
1082
+ msgid "Events"
1083
+ msgstr "Events"
1084
+ #: ../lib/io/csv/admin-views/import.php:55
1085
+ msgid "CSV File:"
1086
+ msgstr "CSV File:"
1087
+ #: ../lib/io/csv/admin-views/import.php:58
1088
  msgid ""
1089
+ "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1090
+ "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1091
+ "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
1092
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
1093
  msgstr ""
1094
+ "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1095
+ "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1096
+ "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
1097
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
1098
+ #: ../lib/io/csv/admin-views/import.php:66
1099
+ msgid "This file has column names in the first row"
1100
+ msgstr "This file has column names in the first row"
1101
+ #: ../lib/io/csv/admin-views/import.php:77
1102
+ msgid "Import CSV File"
1103
+ msgstr "Import CSV File"
1104
+ #: ../lib/io/csv/admin-views/result.php:13
1105
+ msgid "Import Result"
1106
+ msgstr "Import Result"
1107
+ #: ../lib/io/csv/admin-views/result.php:15
1108
+ msgid "Import complete!"
1109
+ msgstr "Import complete!"
1110
+ #: ../lib/io/csv/admin-views/result.php:17
1111
+ #, php-format
1112
+ msgid "Inserted: %d"
1113
+ msgstr "Inserted: %d"
1114
+ #: ../lib/io/csv/admin-views/result.php:18
1115
+ #, php-format
1116
+ msgid "Updated: %d"
1117
+ msgstr "Updated: %d"
1118
+ #: ../lib/io/csv/admin-views/result.php:19
1119
+ #, php-format
1120
+ msgid "Skipped: %d"
1121
+ msgstr "Skipped: %d"
1122
+ #: ../lib/io/csv/admin-views/result.php:23
1123
+ msgid "The import statistics above have the following meaning:"
1124
+ msgstr "The import statistics above have the following meaning:"
1125
+ #: ../lib/io/csv/admin-views/result.php:24
1126
  msgid ""
1127
+ "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1128
+ "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1129
+ "start date. The existing item was updated with the new value from the file.</"
1130
+ "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
1131
+ "not be imported. Please see below for the invalid rows.</li></ol>"
1132
  msgstr ""
1133
+ "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1134
+ "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1135
+ "start date. The existing item was updated with the new value from the file.</"
1136
+ "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
1137
+ "not be imported. Please see below for the invalid rows.</li></ol>"
1138
+ #: ../lib/io/csv/admin-views/result.php:27
1139
+ #, php-format
1140
+ msgid "Skipped row numbers: %s"
1141
+ msgstr "Skipped row numbers: %s"
1142
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
1143
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
1144
+ msgid "Import: CSV"
1145
+ msgstr "Import: CSV"
1146
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
1147
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
1148
+ msgid "The file went away. Please try again."
1149
+ msgstr "The file went away. Please try again."
1150
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
1151
+ msgid "We were unable to process your request. Please try again."
1152
+ msgstr "We were unable to process your request. Please try again."
1153
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
1154
+ msgid "<p>The following fields are required for a successful import:</p>"
1155
+ msgstr "<p>The following fields are required for a successful import:</p>"
1156
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
1157
+ msgid "Do Not Import"
1158
+ msgstr "Do Not Import"
1159
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
1160
+ msgid "Event Name"
1161
+ msgstr "Event Name"
1162
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
1163
+ msgid "Event Description"
1164
+ msgstr "Event Description"
1165
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1166
+ msgid "Event Start Date"
1167
+ msgstr "Event Start Date"
1168
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1169
+ msgid "Event Start Time"
1170
+ msgstr "Event Start Time"
1171
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1172
+ msgid "Event End Date"
1173
+ msgstr "Event End Date"
1174
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1175
+ msgid "Event End Time"
1176
+ msgstr "Event End Time"
1177
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1178
+ msgid "All Day Event"
1179
+ msgstr "All Day Event"
1180
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1181
+ msgid "Event Venue Name"
1182
+ msgstr "Event Venue Name"
1183
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1184
+ msgid "Event Organizer Name"
1185
+ msgstr "Event Organiser Name"
1186
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1187
+ msgid "Event Show Map Link"
1188
+ msgstr "Event Show Map Link"
1189
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1190
+ msgid "Event Show Map"
1191
+ msgstr "Event Show Map"
1192
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1193
+ msgid "Event Phone"
1194
+ msgstr "Event Phone"
1195
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1196
+ #: ../lib/the-events-calendar.class.php:1402
1197
+ #: ../public/template-tags/general.php:268
1198
+ msgid "Event Category"
1199
+ msgstr "Event Category"
1200
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:69
1201
+ msgid "Venue Name"
1202
+ msgstr "Venue Name"
1203
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
1204
+ msgid "Venue Country"
1205
+ msgstr "Venue Country"
1206
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
1207
+ msgid "Venue Address"
1208
+ msgstr "Venue Address"
1209
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1210
+ msgid "Venue Addres 2"
1211
+ msgstr "Venue Addres 2"
1212
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1213
+ msgid "Venue City"
1214
+ msgstr "Venue City"
1215
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1216
+ msgid "Venue State/Province"
1217
+ msgstr "Venue State/Province"
1218
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1219
+ msgid "Venue Zip"
1220
+ msgstr "Venue Zip"
1221
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1222
+ msgid "Venue Phone"
1223
+ msgstr "Venue Phone"
1224
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:82
1225
+ msgid "Organizer Name"
1226
+ msgstr "Organiser Name"
1227
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
1228
+ msgid "Organizer Email"
1229
+ msgstr "Organiser Email"
1230
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
1231
+ msgid "Organizer Website"
1232
+ msgstr "Organiser Website"
1233
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1234
+ msgid "Organizer Phone"
1235
+ msgstr "Organiser Phone"
1236
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
1237
+ #, php-format
1238
+ msgid "No importer defined for %s"
1239
+ msgstr "No importer defined for %s"
1240
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
1241
+ #, php-format
1242
+ msgid "Missing required fields in row %d."
1243
+ msgstr "Missing required fields in row %d."
1244
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
1245
+ #, php-format
1246
+ msgid "Failed to import record in row %d."
1247
+ msgstr "Failed to import record in row %d."
1248
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
1249
+ #, php-format
1250
+ msgid "%s (post ID %d) updated."
1251
+ msgstr "%s (post ID %d) updated."
1252
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
1253
+ #, php-format
1254
+ msgid "%s (post ID %d) created."
1255
+ msgstr "%s (post ID %d) created."
1256
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
1257
+ #, php-format
1258
+ msgid "Temporary file not found. Could not save %s."
1259
+ msgstr "Temporary file not found. Could not save %s."
1260
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
1261
+ #, php-format
1262
+ msgid "Could not save %s."
1263
+ msgstr "Could not save %s."
1264
+ #: ../lib/pue/admin-views/license-key.view.php:10
1265
+ #: ../lib/pue/admin-views/license-key.view.php:14
1266
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:288
1267
+ msgid "License Key"
1268
+ msgstr "Licence Key"
1269
+ #: ../lib/pue/admin-views/license-key.view.php:11
1270
+ msgid "A valid license key is required for support and updates."
1271
+ msgstr "A valid licence key is required for support and updates."
1272
+ #: ../lib/pue/admin-views/license-key.view.php:17
1273
+ msgid "Replace empty fields"
1274
+ msgstr "Replace empty fields"
1275
+ #: ../lib/pue/admin-views/license-key.view.php:26
1276
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:289
1277
+ msgid "A valid license key is required for support and updates"
1278
+ msgstr "A valid licence key is required for support and updates"
1279
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:353
1280
+ msgid "License key(s) updated."
1281
+ msgstr "Licence key(s) updated."
1282
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:393
1283
+ msgid "Sorry, key validation server is not available."
1284
+ msgstr "Sorry, key validation server is not available."
1285
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:396
1286
+ msgid "Sorry, this key is expired."
1287
+ msgstr "Sorry, this key is expired."
1288
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:399
1289
+ msgid "Sorry, this key is out of installs."
1290
+ msgstr "Sorry, this key is out of installs."
1291
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:400
1292
+ msgid "Why am I seeing this message?"
1293
+ msgstr "Why am I seeing this message?"
1294
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:404
1295
+ msgid "Sorry, this key is not valid."
1296
+ msgstr "Sorry, this key is not valid."
1297
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:408
1298
+ #, php-format
1299
+ msgid "Valid Key! Expires on %s"
1300
+ msgstr "Valid Key! Expires on %s"
1301
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:412
1302
+ #, php-format
1303
+ msgid ""
1304
+ "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1305
+ "\">support.</a>"
1306
+ msgstr ""
1307
+ "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1308
+ "\">support.</a>"
1309
+ #: ../lib/template-classes/day.php:70 ../lib/template-classes/day.php:84
1310
+ msgid "All Day"
1311
+ msgstr "All Day"
1312
+ #: ../lib/template-classes/day.php:72 ../lib/template-classes/day.php:86
1313
+ msgid "Ongoing"
1314
+ msgstr "Ongoing"
1315
+ #: ../lib/template-classes/day.php:130
1316
+ #, php-format
1317
+ msgid ""
1318
+ "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
1319
+ "try another day."
1320
+ msgstr ""
1321
+ "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
1322
+ "try another day."
1323
+ #: ../lib/template-classes/day.php:133
1324
+ #, php-format
1325
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1326
+ msgstr "No events scheduled for <strong>%s</strong>. Please try another day."
1327
+ #: ../lib/template-classes/month.php:112
1328
+ #, php-format
1329
  msgid ""
1330
+ "There were no results found for <strong>\"%s\"</strong> this month. Try "
1331
+ "searching next month."
1332
  msgstr ""
1333
+ "There were no results found for <strong>\"%s\"</strong> this month. Try "
1334
+ "searching next month."
1335
+ #: ../lib/template-classes/month.php:116
1336
+ #: ../lib/tribe-template-factory.class.php:230
1337
+ #: ../lib/tribe-template-factory.class.php:237
1338
+ #, php-format
1339
+ msgid ""
1340
+ "No matching events listed under %s. Please try viewing the full calendar for "
1341
+ "a complete list of events."
1342
+ msgstr ""
1343
+ "No matching events listed under %s. Please try viewing the full calendar for "
1344
+ "a complete list of events."
1345
+ #: ../lib/template-classes/month.php:119
1346
+ #: ../lib/tribe-template-factory.class.php:240
1347
+ msgid "There were no results found."
1348
+ msgstr "There were no results found."
1349
+ #: ../lib/template-classes/single-event.php:97
1350
+ msgid "This event has passed."
1351
+ msgstr "This event has passed."
1352
+ #: ../lib/the-events-calendar.class.php:482
1353
+ #, php-format
1354
+ msgid ""
1355
+ "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
1356
+ "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target="
1357
+ "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
1358
+ "friendly folks at Modern Tribe."
1359
+ msgstr ""
1360
+ "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
1361
+ "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target="
1362
+ "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
1363
+ "friendly folks at Modern Tribe."
1364
+ #: ../lib/the-events-calendar.class.php:482
1365
+ msgid ""
1366
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1367
+ msgstr ""
1368
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1369
+ #: ../lib/the-events-calendar.class.php:510
1370
+ #: ../public/advanced-functions/meta.php:382
1371
+ #: ../public/template-tags/venue.php:38
1372
+ msgid "Venue"
1373
+ msgstr "Venue"
1374
+ #: ../lib/the-events-calendar.class.php:526
1375
+ #: ../public/advanced-functions/meta.php:444
1376
+ #: ../public/template-tags/organizer.php:44
1377
+ msgid "Organizer"
1378
+ msgstr "Organiser"
1379
+ #: ../lib/the-events-calendar.class.php:581
1380
  msgid "month"
1381
+ msgstr "month"
1382
+ #: ../lib/the-events-calendar.class.php:582
 
1383
  msgid "upcoming"
1384
+ msgstr "upcoming"
1385
+ #: ../lib/the-events-calendar.class.php:583
 
1386
  msgid "past"
1387
+ msgstr "past"
1388
+ #: ../lib/the-events-calendar.class.php:584
1389
+ msgid "day"
1390
+ msgstr "day"
1391
+ #: ../lib/the-events-calendar.class.php:585
1392
+ msgid "today"
1393
+ msgstr "today"
1394
+ #: ../lib/the-events-calendar.class.php:603
1395
  #, php-format
1396
  msgid "Initializing Tribe Events on %s"
1397
+ msgstr "Initializing Tribe Events on %s"
1398
+ #: ../lib/the-events-calendar.class.php:711
 
1399
  #, php-format
1400
  msgid ""
1401
  "Your version of The Events Calendar is not up-to-date with one of your The "
1402
  "Events Calendar add-ons. Please %supdate now.%s"
1403
  msgstr ""
1404
+ "Your version of The Events Calendar is not up-to-date with one of your The "
1405
+ "Events Calendar add-ons. Please %supdate now.%s"
1406
+ #: ../lib/the-events-calendar.class.php:728
 
1407
  #, php-format
1408
  msgid ""
1409
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1410
  "dependencies on The Events Calendar and will not function properly unless "
1411
  "paired with the right version. %sWant to pair an older version%s?"
1412
  msgstr ""
1413
+ "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1414
+ "dependencies on The Events Calendar and will not function properly unless "
1415
+ "paired with the right version. %sWant to pair an older version%s?"
1416
+ #: ../lib/the-events-calendar.class.php:788
1417
+ #: ../lib/the-events-calendar.class.php:823
1418
+ #: ../lib/the-events-calendar.class.php:825
 
1419
  msgid "Licenses"
1420
+ msgstr "Licences"
1421
+ #: ../lib/the-events-calendar.class.php:792
1422
+ #, php-format
 
1423
  msgid ""
1424
  "<p>The license key you received when completing your purchase from %s will "
1425
  "grant you access to support and updates until it expires. You do not need to "
1435
  "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1436
  "and click \"Check Again\".</p>"
1437
  msgstr ""
1438
+ "<p>The licence key you received when completing your purchase from %s will "
1439
+ "grant you access to support and updates until it expires. You do not need to "
1440
+ "enter the key below for the plugins to work, but you will need to enter it "
1441
+ "to get automatic updates. <strong>Find your licence keys at <a href=\"%s\" "
1442
+ "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1443
+ "unique licence key. Simply paste the key into its appropriate field on "
1444
+ "below, and give it a moment to validate. You know you're set when a green "
1445
+ "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1446
+ "seeing a red message telling you that your key isn't valid or is out of "
1447
+ "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1448
+ "installs or renew / upgrade your licence.</p><p>Not seeing an update but "
1449
+ "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1450
+ "and click \"Check Again\".</p>"
1451
+ #: ../lib/the-events-calendar.class.php:815
 
 
1452
  msgid "General"
1453
+ msgstr "General"
1454
+ #: ../lib/the-events-calendar.class.php:816
 
1455
  msgid "Display"
1456
+ msgstr "Display"
1457
+ #: ../lib/the-events-calendar.class.php:828
1458
+ #: ../lib/the-events-calendar.class.php:3977
1459
+ #: ../lib/the-events-calendar.class.php:4075
1460
+ msgid "Help"
1461
+ msgstr "Help"
1462
+ #: ../lib/the-events-calendar.class.php:867
1463
  #, php-format
1464
  msgid ""
1465
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1466
  "your WordPress install."
1467
  msgstr ""
1468
+ "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1469
+ "your WordPress install."
1470
+ #: ../lib/the-events-calendar.class.php:870
 
1471
  #, php-format
1472
  msgid ""
1473
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1474
  "about moving you to a newer version of PHP."
1475
  msgstr ""
1476
+ "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1477
+ "about moving you to a newer version of PHP."
1478
+ #: ../lib/the-events-calendar.class.php:1047 ../lib/widget-list.class.php:148
1479
+ #: ../public/template-tags/loop.php:117
1480
  msgid "Upcoming Events"
1481
+ msgstr "Upcoming Events"
1482
+ #: ../lib/the-events-calendar.class.php:1050
1483
+ #: ../public/template-tags/loop.php:121
1484
  msgid "Past Events"
1485
+ msgstr "Past Events"
1486
+ #: ../lib/the-events-calendar.class.php:1055
1487
+ #: ../lib/the-events-calendar.class.php:1062
1488
+ #: ../public/template-tags/loop.php:126
1489
  #, php-format
1490
  msgid "Events for %s"
1491
+ msgstr "Events for %s"
1492
+ #: ../lib/the-events-calendar.class.php:1057
 
1493
  msgid "Events this month"
1494
+ msgstr "Events this month"
 
 
 
 
 
 
 
 
 
 
1495
  #: ../lib/the-events-calendar.class.php:1325
1496
  msgid "category"
1497
+ msgstr "category"
 
1498
  #: ../lib/the-events-calendar.class.php:1335
1499
  msgid "tag"
1500
+ msgstr "tag"
 
 
 
 
 
 
 
1501
  #: ../lib/the-events-calendar.class.php:1363
1502
  msgid "Event"
1503
+ msgstr "Event"
 
1504
  #: ../lib/the-events-calendar.class.php:1364
1505
  #: ../lib/the-events-calendar.class.php:1377
1506
  #: ../lib/the-events-calendar.class.php:1390
1507
  msgid "Add New"
1508
+ msgstr "Add New"
 
1509
  #: ../lib/the-events-calendar.class.php:1365
1510
  msgid "Add New Event"
1511
+ msgstr "Add New Event"
 
1512
  #: ../lib/the-events-calendar.class.php:1366
1513
  msgid "Edit Event"
1514
+ msgstr "Edit Event"
 
1515
  #: ../lib/the-events-calendar.class.php:1367
1516
  msgid "New Event"
1517
+ msgstr "New Event"
 
1518
  #: ../lib/the-events-calendar.class.php:1368
1519
  msgid "View Event"
1520
+ msgstr "View Event"
 
1521
  #: ../lib/the-events-calendar.class.php:1369
1522
  msgid "Search Events"
1523
+ msgstr "Search Events"
 
1524
  #: ../lib/the-events-calendar.class.php:1370
1525
  msgid "No events found"
1526
+ msgstr "No events found"
 
1527
  #: ../lib/the-events-calendar.class.php:1371
1528
  msgid "No events found in Trash"
1529
+ msgstr "No events found in Trash"
 
 
 
 
 
 
 
 
 
 
1530
  #: ../lib/the-events-calendar.class.php:1378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1531
  #: ../lib/the-events-calendar.class.php:1391
1532
+ #, php-format
1533
+ msgid "Add New %s"
1534
+ msgstr "Add New %s"
1535
+ #: ../lib/the-events-calendar.class.php:1379
1536
  #: ../lib/the-events-calendar.class.php:1392
1537
+ #, php-format
1538
+ msgid "Edit %s"
1539
+ msgstr "Edit %s"
1540
+ #: ../lib/the-events-calendar.class.php:1380
1541
  #: ../lib/the-events-calendar.class.php:1393
1542
+ #, php-format
1543
+ msgid "New %s"
1544
+ msgstr "New %s"
1545
+ #: ../lib/the-events-calendar.class.php:1381
1546
  #: ../lib/the-events-calendar.class.php:1394
1547
+ #, php-format
1548
+ msgid "View %s"
1549
+ msgstr "View %s"
1550
+ #: ../lib/the-events-calendar.class.php:1382
1551
  #: ../lib/the-events-calendar.class.php:1395
1552
+ #, php-format
1553
+ msgid "Search %s"
1554
+ msgstr "Search %s"
1555
+ #: ../lib/the-events-calendar.class.php:1383
1556
  #: ../lib/the-events-calendar.class.php:1396
1557
+ #, php-format
1558
+ msgid "No %s found"
1559
+ msgstr "No %s found"
1560
+ #: ../lib/the-events-calendar.class.php:1384
1561
  #: ../lib/the-events-calendar.class.php:1397
1562
+ #, php-format
1563
+ msgid "No %s found in Trash"
1564
+ msgstr "No %s found in Trash"
1565
  #: ../lib/the-events-calendar.class.php:1401
1566
+ #: ../lib/tribe-admin-events-list.class.php:174
1567
  msgid "Event Categories"
1568
+ msgstr "Event Categories"
 
 
 
 
 
1569
  #: ../lib/the-events-calendar.class.php:1403
1570
  msgid "Search Event Categories"
1571
+ msgstr "Search Event Categories"
 
1572
  #: ../lib/the-events-calendar.class.php:1404
1573
  msgid "All Event Categories"
1574
+ msgstr "All Event Categories"
 
1575
  #: ../lib/the-events-calendar.class.php:1405
1576
  msgid "Parent Event Category"
1577
+ msgstr "Parent Event Category"
 
1578
  #: ../lib/the-events-calendar.class.php:1406
1579
  msgid "Parent Event Category:"
1580
+ msgstr "Parent Event Category:"
 
1581
  #: ../lib/the-events-calendar.class.php:1407
1582
  msgid "Edit Event Category"
1583
+ msgstr "Edit Event Category"
 
1584
  #: ../lib/the-events-calendar.class.php:1408
1585
  msgid "Update Event Category"
1586
+ msgstr "Update Event Category"
 
1587
  #: ../lib/the-events-calendar.class.php:1409
1588
  msgid "Add New Event Category"
1589
+ msgstr "Add New Event Category"
 
1590
  #: ../lib/the-events-calendar.class.php:1410
1591
  msgid "New Event Category Name"
1592
+ msgstr "New Event Category Name"
 
1593
  #: ../lib/the-events-calendar.class.php:1426
1594
  #, php-format
1595
  msgid "Event updated. <a href=\"%s\">View event</a>"
1596
+ msgstr "Event updated. <a href=\"%s\">View event</a>"
 
1597
  #: ../lib/the-events-calendar.class.php:1427
1598
  #: ../lib/the-events-calendar.class.php:1444
1599
  #: ../lib/the-events-calendar.class.php:1461
1600
  msgid "Custom field updated."
1601
+ msgstr "Custom field updated."
 
1602
  #: ../lib/the-events-calendar.class.php:1428
1603
  #: ../lib/the-events-calendar.class.php:1445
1604
  #: ../lib/the-events-calendar.class.php:1462
1605
  msgid "Custom field deleted."
1606
+ msgstr "Custom field deleted."
 
1607
  #: ../lib/the-events-calendar.class.php:1429
1608
  msgid "Event updated."
1609
+ msgstr "Event updated."
 
1610
  #: ../lib/the-events-calendar.class.php:1431
1611
  #, php-format
1612
  msgid "Event restored to revision from %s"
1613
+ msgstr "Event restored to revision from %s"
 
1614
  #: ../lib/the-events-calendar.class.php:1432
1615
  #, php-format
1616
  msgid "Event published. <a href=\"%s\">View event</a>"
1617
+ msgstr "Event published. <a href=\"%s\">View event</a>"
 
1618
  #: ../lib/the-events-calendar.class.php:1433
1619
  msgid "Event saved."
1620
+ msgstr "Event saved."
 
1621
  #: ../lib/the-events-calendar.class.php:1434
1622
  #, php-format
1623
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1624
+ msgstr "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
 
 
 
1625
  #: ../lib/the-events-calendar.class.php:1435
1626
  #, php-format
1627
  msgid ""
1628
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1629
  "\">Preview event</a>"
1630
  msgstr ""
1631
+ "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1632
+ "\">Preview event</a>"
 
1633
  #: ../lib/the-events-calendar.class.php:1437
1634
  #: ../lib/the-events-calendar.class.php:1454
1635
  #: ../lib/the-events-calendar.class.php:1471
1636
  msgid "M j, Y @ G:i"
1637
+ msgstr "M j, Y @ G:i"
 
1638
  #: ../lib/the-events-calendar.class.php:1438
1639
  #, php-format
1640
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1641
+ msgstr "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
 
 
 
1642
  #: ../lib/the-events-calendar.class.php:1443
 
 
 
 
1643
  #: ../lib/the-events-calendar.class.php:1446
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1644
  #: ../lib/the-events-calendar.class.php:1460
 
 
 
 
1645
  #: ../lib/the-events-calendar.class.php:1463
1646
+ #, php-format
1647
+ msgid "%s updated."
1648
+ msgstr "%s updated."
1649
+ #: ../lib/the-events-calendar.class.php:1448
1650
  #: ../lib/the-events-calendar.class.php:1465
1651
  #, php-format
1652
+ msgid "%s restored to revision from %s"
1653
+ msgstr "%s restored to revision from %s"
1654
+ #: ../lib/the-events-calendar.class.php:1449
1655
  #: ../lib/the-events-calendar.class.php:1466
1656
  #, php-format
1657
+ msgid "%s published."
1658
+ msgstr "%s published."
1659
+ #: ../lib/the-events-calendar.class.php:1450
1660
  #: ../lib/the-events-calendar.class.php:1467
1661
+ #, php-format
1662
+ msgid "%s saved."
1663
+ msgstr "%s saved."
1664
+ #: ../lib/the-events-calendar.class.php:1451
1665
  #: ../lib/the-events-calendar.class.php:1468
1666
  #, php-format
1667
+ msgid "%s submitted."
1668
+ msgstr "%s submitted."
1669
+ #: ../lib/the-events-calendar.class.php:1452
 
 
 
1670
  #: ../lib/the-events-calendar.class.php:1469
1671
  #, php-format
1672
+ msgid "%s scheduled for: <strong>%2$s</strong>."
1673
+ msgstr "%s scheduled for: <strong>%2$s</strong>."
1674
+ #: ../lib/the-events-calendar.class.php:1455
 
 
 
 
1675
  #: ../lib/the-events-calendar.class.php:1472
1676
  #, php-format
1677
+ msgid "%s draft updated."
1678
+ msgstr "%s draft updated."
1679
+ #: ../lib/the-events-calendar.class.php:1488
1680
+ #: ../lib/the-events-calendar.class.php:1489
1681
+ msgid "Add New "
1682
+ msgstr "Add New "
1683
+ #: ../lib/the-events-calendar.class.php:1508
1684
+ msgid "Use Saved "
1685
+ msgstr "Use Saved "
1686
+ #: ../lib/the-events-calendar.class.php:1531
1687
+ #, php-format
1688
+ msgid "Use Saved %s:"
1689
+ msgstr "Use Saved %s:"
1690
+ #: ../lib/the-events-calendar.class.php:1570
1691
+ msgid "Use New "
1692
+ msgstr "Use New "
1693
+ #: ../lib/the-events-calendar.class.php:1572
1694
+ #: ../lib/the-events-calendar.class.php:1628
1695
+ #, php-format
1696
+ msgid "My %s"
1697
+ msgstr "My %s"
1698
+ #: ../lib/the-events-calendar.class.php:1577
1699
+ #: ../lib/the-events-calendar.class.php:1633
1700
+ #, php-format
1701
+ msgid "Available %s"
1702
+ msgstr "Available %s"
1703
+ #: ../lib/the-events-calendar.class.php:1588
1704
+ #: ../lib/the-events-calendar.class.php:1644
1705
+ #, php-format
1706
+ msgid "No saved %s exists."
1707
+ msgstr "No saved %s exists."
1708
+ #: ../lib/the-events-calendar.class.php:1626
1709
+ #, php-format
1710
+ msgid "Use New %s"
1711
+ msgstr "Use New %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1712
  #: ../lib/the-events-calendar.class.php:1785
1713
+ msgid "Next"
1714
+ msgstr "Next"
 
1715
  #: ../lib/the-events-calendar.class.php:1786
1716
+ msgid "Prev"
1717
+ msgstr "Prev"
 
1718
  #: ../lib/the-events-calendar.class.php:1787
1719
+ #: ../public/template-tags/day.php:92
1720
+ msgid "Today"
1721
+ msgstr "Today"
1722
+ #: ../lib/the-events-calendar.class.php:1788
1723
  msgid "Done"
1724
+ msgstr "Done"
1725
+ #: ../lib/the-events-calendar.class.php:1999
 
1726
  msgid "Network"
1727
+ msgstr "Network"
1728
+ #: ../lib/the-events-calendar.class.php:3520
1729
+ #: ../lib/the-events-calendar.class.php:3548
1730
+ #: ../public/template-tags/day.php:140 ../public/template-tags/day.php:159
 
 
 
 
 
 
 
 
 
 
1731
  msgid "Date out of range."
1732
+ msgstr "Date out of range."
1733
+ #: ../lib/the-events-calendar.class.php:3572
 
1734
  msgid "Event Options"
1735
+ msgstr "Event Options"
1736
+ #: ../lib/the-events-calendar.class.php:3574
1737
+ #: ../lib/the-events-calendar.class.php:3579
1738
+ msgid " Information"
1739
+ msgstr " Information"
 
 
 
 
 
 
 
 
 
1740
  #: ../lib/the-events-calendar.class.php:3743
1741
+ msgid "Support"
1742
+ msgstr "Support"
1743
+ #: ../lib/the-events-calendar.class.php:3746
1744
  msgid "View All Add-Ons"
1745
+ msgstr "View All Add-Ons"
1746
+ #: ../lib/the-events-calendar.class.php:3763
 
1747
  msgid "News from Modern Tribe"
1748
+ msgstr "News from Modern Tribe"
1749
+ #: ../lib/the-events-calendar.class.php:3844
 
1750
  msgid "Additional Functionality"
1751
+ msgstr "Additional Functionality"
1752
+ #: ../lib/the-events-calendar.class.php:3849
 
1753
  msgid ""
1754
  "Looking for additional functionality including recurring events, ticket "
1755
  "sales, publicly submitted events, new views and more?"
1756
  msgstr ""
1757
+ "Looking for additional functionality including recurring events, ticket "
1758
+ "sales, publicly submitted events, new views and more?"
1759
+ #: ../lib/the-events-calendar.class.php:3849
 
 
1760
  #, php-format
1761
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1762
+ msgstr "Check out the <a href=\"%s\">available add-ons</a>."
1763
+ #: ../lib/the-events-calendar.class.php:3920
1764
+ #: ../lib/the-events-calendar.class.php:4021
 
 
1765
  msgid "View Calendar"
1766
+ msgstr "View Calendar"
1767
+ #: ../lib/the-events-calendar.class.php:3928
 
 
1768
  msgid "Add Event"
1769
+ msgstr "Add Event"
1770
+ #: ../lib/the-events-calendar.class.php:3937
 
 
1771
  msgid "Edit Events"
1772
+ msgstr "Edit Events"
1773
+ #: ../lib/the-events-calendar.class.php:3948
1774
+ msgid "Import"
1775
+ msgstr "Import"
1776
+ #: ../lib/the-events-calendar.class.php:3954
1777
+ msgid "CSV"
1778
+ msgstr "CSV"
1779
+ #: ../lib/the-events-calendar.class.php:3966
1780
+ #: ../lib/the-events-calendar.class.php:4060
1781
+ #: ../lib/tribe-settings.class.php:155
1782
  msgid "Settings"
1783
+ msgstr "Settings"
1784
+ #: ../lib/the-events-calendar.class.php:3995
 
1785
  #, php-format
1786
  msgid ""
1787
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
1788
  "change the events slug, visit %sEvents -> Settings%s."
1789
  msgstr ""
1790
+ "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
1791
+ "change the events slug, visit %sEvents -> Settings%s."
1792
+ #: ../lib/the-events-calendar.class.php:4061
 
 
1793
  msgid "Calendar"
1794
+ msgstr "Calendar"
1795
+ #: ../lib/the-events-calendar.class.php:4136
 
1796
  msgid "List"
1797
+ msgstr "List"
1798
+ #: ../lib/the-events-calendar.class.php:4147
 
 
1799
  msgid "Month"
1800
+ msgstr "Month"
1801
+ #: ../lib/the-events-calendar.class.php:4159
1802
+ msgid "Day"
1803
+ msgstr "Day"
1804
+ #: ../lib/the-events-calendar.class.php:4180
1805
+ #: ../lib/the-events-calendar.class.php:4182
1806
  msgid "Search"
1807
+ msgstr "Search"
1808
+ #: ../lib/the-events-calendar.class.php:4204
1809
+ #: ../lib/the-events-calendar.class.php:4219
 
 
1810
  msgid "Date"
1811
+ msgstr "Date"
1812
+ #: ../lib/the-events-calendar.class.php:4207
 
 
1813
  msgid "Events In"
1814
+ msgstr "Events In"
1815
+ #: ../lib/the-events-calendar.class.php:4209
 
 
1816
  msgid "Events From"
1817
+ msgstr "Events From"
1818
+ #: ../lib/the-events-calendar.class.php:4211
1819
+ msgid "Day Of"
1820
+ msgstr "Day Of"
1821
+ #: ../lib/tickets/tribe-tickets-attendees.php:64
1822
+ msgid "Order #"
1823
+ msgstr "Order #"
1824
+ #: ../lib/tickets/tribe-tickets-attendees.php:65
1825
+ msgid "Order Status"
1826
+ msgstr "Order Status"
1827
+ #: ../lib/tickets/tribe-tickets-attendees.php:66
1828
+ msgid "Purchaser name"
1829
+ msgstr "Purchaser name"
1830
+ #: ../lib/tickets/tribe-tickets-attendees.php:67
1831
+ msgid "Purchaser email"
1832
+ msgstr "Purchaser email"
1833
+ #: ../lib/tickets/tribe-tickets-attendees.php:68
1834
+ msgid "Ticket type"
1835
+ msgstr "Ticket type"
1836
+ #: ../lib/tickets/tribe-tickets-attendees.php:69
1837
+ #: ../views/tickets/email.php:314
1838
+ msgid "Ticket #"
1839
+ msgstr "Ticket #"
1840
+ #: ../lib/tickets/tribe-tickets-attendees.php:70
1841
+ #: ../views/tickets/email.php:326
1842
+ msgid "Security Code"
1843
+ msgstr "Security Code"
1844
+ #: ../lib/tickets/tribe-tickets-attendees.php:71
1845
+ #: ../lib/tickets/tribe-tickets-attendees.php:156
1846
+ #: ../lib/tickets/tribe-tickets-attendees.php:213
1847
+ msgid "Check in"
1848
+ msgstr "Check in"
1849
+ #: ../lib/tickets/tribe-tickets-attendees.php:157
1850
+ #: ../lib/tickets/tribe-tickets-attendees.php:214
1851
+ msgid "Undo Check in"
1852
+ msgstr "Undo Check in"
1853
+ #: ../lib/tickets/tribe-tickets-attendees.php:191
1854
+ msgid "Print"
1855
+ msgstr "Print"
1856
+ #: ../lib/tickets/tribe-tickets-attendees.php:192
1857
+ msgid "Email"
1858
+ msgstr "Email"
1859
+ #: ../lib/tickets/tribe-tickets-attendees.php:193
1860
+ #: ../lib/tribe-ical.class.php:111
1861
+ msgid "Export"
1862
+ msgstr "Export"
1863
+ #: ../lib/tickets/tribe-tickets-attendees.php:199
1864
+ msgid "Filter by ticket #, order # or security code"
1865
+ msgstr "Filter by ticket #, order # or security code"
1866
+ #: ../lib/tickets/tribe-tickets-metabox.php:24
1867
+ msgid "Tickets"
1868
+ msgstr "Tickets"
1869
+ #: ../lib/tickets/tribe-tickets-metabox.php:62
1870
+ msgid "Ticket header image"
1871
+ msgstr "Ticket header image"
1872
+ #: ../lib/tickets/tribe-tickets-metabox.php:62
1873
+ msgid "Set as ticket header"
1874
+ msgstr "Set as ticket header"
1875
+ #: ../lib/tickets/tribe-tickets-pro.php:107
1876
+ msgid "You need to select a user or type a valid email address"
1877
+ msgstr "You need to select a user or type a valid email address"
1878
+ #: ../lib/tickets/tribe-tickets-pro.php:108
1879
+ msgid "Sending..."
1880
+ msgstr "Sending..."
1881
+ #: ../lib/tickets/tribe-tickets-pro.php:136
1882
+ msgid "Columns"
1883
+ msgstr "Columns"
1884
+ #: ../lib/tickets/tribe-tickets-pro.php:137
1885
+ msgid ""
1886
+ "You can use Screen Options to select which columns you want to see. The "
1887
+ "selection works in the table below, in the email, for print and for the CSV "
1888
+ "export."
1889
+ msgstr ""
1890
+ "You can use Screen Options to select which columns you want to see. The "
1891
+ "selection works in the table below, in the email, for print and for the CSV "
1892
+ "export."
1893
+ #: ../lib/tickets/tribe-tickets-pro.php:229
1894
+ msgid "Yes"
1895
+ msgstr "Yes"
1896
+ #: ../lib/tickets/tribe-tickets-pro.php:258
1897
+ msgid "attendees"
1898
+ msgstr "attendees"
1899
+ #: ../lib/tickets/tribe-tickets-pro.php:309
1900
  #, php-format
1901
+ msgid "Attendee List for: %s"
1902
+ msgstr "Attendee List for: %s"
1903
+ #: ../lib/tickets/tribe-tickets.php:298
1904
+ msgid "Your ticket has been saved."
1905
+ msgstr "Your ticket has been saved."
1906
+ #: ../lib/tickets/tribe-tickets.php:375
1907
+ msgid "Your ticket has been deleted."
1908
+ msgstr "Your ticket has been deleted."
1909
+ #: ../lib/tribe-admin-events-list.class.php:179
1910
  msgid "Start Date"
1911
+ msgstr "Start Date"
1912
+ #: ../lib/tribe-admin-events-list.class.php:180
 
1913
  msgid "End Date"
1914
+ msgstr "End Date"
1915
+ #: ../lib/tribe-admin-events-list.class.php:250
 
 
 
 
 
 
 
 
 
 
 
 
 
1916
  #, php-format
1917
  msgid "All %s"
1918
+ msgstr "All %s"
 
 
1919
  #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1920
  #: ../lib/tribe-app-shop.class.php:87
1921
  msgid "Event Add-Ons"
1922
+ msgstr "Event Add-Ons"
1923
+ #: ../lib/tribe-debug-bar.class.php:28
 
 
1924
  msgid "Tribe"
1925
  msgstr "Tribe"
1926
+ #: ../lib/tribe-event-api.class.php:306
1927
+ msgid "Unnamed Venue"
1928
+ msgstr "Unnamed Venue"
1929
+ #: ../lib/tribe-event-api.class.php:375 ../lib/tribe-view-helpers.class.php:44
1930
+ #: ../public/template-tags/venue.php:249
1931
  msgid "United States"
1932
+ msgstr "United States"
 
1933
  #: ../lib/tribe-event-exception.class.php:17
1934
  #: ../lib/tribe-event-exception.class.php:34
1935
  msgid "Error"
1936
+ msgstr "Error"
1937
+ #: ../lib/tribe-field.class.php:176
 
1938
  msgid "Invalid field type specified"
1939
+ msgstr "Invalid field type specified"
1940
+ #: ../lib/tribe-field.class.php:414
 
1941
  msgid "No radio options specified"
1942
+ msgstr "No radio options specified"
1943
+ #: ../lib/tribe-field.class.php:449
 
1944
  msgid "No checkbox options specified"
1945
+ msgstr "No checkbox options specified"
1946
+ #: ../lib/tribe-field.class.php:500
 
1947
  msgid "No select options specified"
1948
+ msgstr "No select options specified"
1949
+ #: ../lib/tribe-ical.class.php:27
1950
+ msgctxt "feed link"
1951
+ msgid "&raquo;"
1952
+ msgstr "&raquo;"
1953
+ #: ../lib/tribe-ical.class.php:28
1954
+ #, php-format
1955
+ msgid "%1$s %2$s iCal Feed"
1956
+ msgstr "%1$s %2$s iCal Feed"
1957
+ #: ../lib/tribe-ical.class.php:74
1958
+ msgid "Add to Google Calendar"
1959
+ msgstr "Add to Google Calendar"
1960
+ #: ../lib/tribe-ical.class.php:74
1961
+ msgid "Google Calendar"
1962
+ msgstr "Google Calendar"
1963
+ #: ../lib/tribe-ical.class.php:75
1964
+ msgid "Download .ics file"
1965
+ msgstr "Download .ics file"
1966
+ #: ../lib/tribe-ical.class.php:75
1967
+ msgid "iCal Export"
1968
+ msgstr "iCal Export"
1969
+ #: ../lib/tribe-ical.class.php:98
1970
+ msgid "Month's Events"
1971
+ msgstr "Month's Events"
1972
+ #: ../lib/tribe-ical.class.php:101
1973
+ msgid "Week's Events"
1974
+ msgstr "Week's Events"
1975
+ #: ../lib/tribe-ical.class.php:104
1976
+ msgid "Day's Events"
1977
+ msgstr "Day's Events"
1978
+ #: ../lib/tribe-ical.class.php:107
1979
+ msgid "Listed Events"
1980
+ msgstr "Listed Events"
1981
+ #: ../lib/tribe-ical.class.php:112
1982
+ msgid ""
1983
+ "Use this to share calendar data with Google Calendar, Apple iCal and other "
1984
+ "compatible apps"
1985
+ msgstr ""
1986
+ "Use this to share calendar data with Google Calendar, Apple iCal and other "
1987
+ "compatible apps"
1988
+ #: ../lib/tribe-settings-tab.class.php:204
1989
  msgid "There are no fields setup for this tab yet."
1990
+ msgstr "There are no fields setup for this tab yet."
1991
+ #: ../lib/tribe-settings.class.php:155 ../lib/tribe-settings.class.php:165
 
 
 
1992
  msgid "The Events Calendar Settings"
1993
+ msgstr "The Events Calendar Settings"
1994
+ #: ../lib/tribe-settings.class.php:165
 
 
1995
  msgid "Events Settings"
1996
+ msgstr "Events Settings"
1997
+ #: ../lib/tribe-settings.class.php:210
 
1998
  #, php-format
1999
  msgid "%s Settings"
2000
+ msgstr "%s Settings"
2001
+ #: ../lib/tribe-settings.class.php:224
 
2002
  msgid "You've requested a non-existent tab."
2003
+ msgstr "You've requested a non-existent tab."
2004
+ #: ../lib/tribe-settings.class.php:232
 
 
2005
  msgid " Save Changes"
2006
+ msgstr " Save Changes"
2007
+ #: ../lib/tribe-settings.class.php:280
 
2008
  msgid "You don't have permission to do that."
2009
+ msgstr "You don't have permission to do that."
2010
+ #: ../lib/tribe-settings.class.php:286
 
2011
  msgid "The request was sent insecurely."
2012
+ msgstr "The request was sent insecurely."
2013
+ #: ../lib/tribe-settings.class.php:292
 
2014
  msgid "The request wasn't sent from this tab."
2015
+ msgstr "The request wasn't sent from this tab."
2016
+ #: ../lib/tribe-settings.class.php:453
 
2017
  msgid "Your form had the following errors:"
2018
+ msgstr "Your form had the following errors:"
2019
+ #: ../lib/tribe-settings.class.php:462
 
2020
  msgid "None of your settings were saved. Please try again."
2021
+ msgstr "None of your settings were saved. Please try again."
2022
+ #: ../lib/tribe-settings.class.php:462
2023
+ msgid ""
2024
+ "The above setting was not saved. Other settings were successfully saved."
2025
+ msgid_plural ""
2026
+ "The above settings were not saved. Other settings were successfully saved."
2027
+ msgstr[0] ""
2028
+ "The above setting was not saved. Other settings were successfully saved."
2029
+ msgstr[1] ""
2030
+ "The above settings were not saved. Other settings were successfully saved."
2031
+ #: ../lib/tribe-settings.class.php:484
2032
  msgid "Settings saved."
2033
+ msgstr "Settings saved."
2034
+ #: ../lib/tribe-support.class.php:34
2035
+ msgid ""
2036
+ "Sometimes it's hard to tell what's going wrong without knowing more about "
2037
+ "your system steup. For your convenience, we've put together a little report "
2038
+ "on what's cooking under the hood."
2039
+ msgstr ""
2040
+ "Sometimes it's hard to tell what's going wrong without knowing more about "
2041
+ "your system steup. For your convenience, we've put together a little report "
2042
+ "on what's cooking under the hood."
2043
+ #: ../lib/tribe-support.class.php:35
2044
+ msgid ""
2045
+ "If you suspect that the problem you're having is related to another plugin, "
2046
+ "or we're just plain having trouble reproducing your bug report, please copy "
2047
+ "and send all of this to our support team."
2048
+ msgstr ""
2049
+ "If you suspect that the problem you're having is related to another plugin, "
2050
+ "or we're just plain having trouble reproducing your bug report, please copy "
2051
+ "and send all of this to our support team."
2052
+ #: ../lib/tribe-support.class.php:39
2053
+ msgid "System Information"
2054
+ msgstr "System Information"
2055
+ #: ../lib/tribe-support.class.php:107
2056
+ msgid "Unknown or not set"
2057
+ msgstr "Unknown or not set"
2058
+ #: ../lib/tribe-template-factory.class.php:221
2059
  #, php-format
2060
  msgid "There were no results found for <strong>\"%s\"</strong>."
2061
+ msgstr "There were no results found for <strong>\"%s\"</strong>."
2062
+ #: ../lib/tribe-template-factory.class.php:224
 
2063
  #, php-format
2064
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2065
+ msgstr "No results were found for events in or near <strong>\"%s\"</strong>."
2066
+ #: ../lib/tribe-template-factory.class.php:227
2067
+ #, php-format
 
 
 
2068
  msgid ""
2069
  "No upcoming events listed under %s. Check out upcoming events for this "
2070
  "category or view the full calendar."
2071
  msgstr ""
2072
+ "No upcoming events listed under %s. Check out upcoming events for this "
 
 
 
 
 
 
2073
  "category or view the full calendar."
2074
+ #: ../lib/tribe-template-factory.class.php:233
 
 
 
 
 
2075
  msgid "No previous events "
2076
+ msgstr "No previous events "
2077
+ #: ../lib/tribe-templates.class.php:568
 
 
 
 
 
2078
  #, php-format
2079
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2080
+ msgstr "Template overrides should be moved to the correct subdirectory: %s"
2081
+ #: ../lib/tribe-templates.class.php:609
 
2082
  #, php-format
2083
  msgid ""
2084
  "Template overrides should be moved to the correct subdirectory: "
2085
  "tribe_get_template_part('%s')"
2086
  msgstr ""
2087
+ "Template overrides should be moved to the correct subdirectory: "
2088
  "tribe_get_template_part('%s')"
 
2089
  #: ../lib/tribe-the-events-calendar-import.class.php:64
2090
+ #, php-format
2091
  msgid ""
2092
  "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2093
  "you have backed up before proceeding any further. You can easily <a href=\"%s"
2101
  "><br/> You have events that need to be migrated. Please visit the bottom of "
2102
  "the <a href=\"%s\">settings page</a> to perform the migration."
2103
  msgstr ""
2104
+ "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2105
+ "you have backed up before proceeding any further. You can easily <a href=\"%s"
2106
+ "\">revert to an old version</a> if you want to backup first. This upgrade "
2107
+ "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
2108
+ "your templates as necessary. There have been significant changes to the "
2109
+ "template tags and functions. Check out our <a href=\"%s\">walk-through on "
2110
+ "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
2111
+ "from the <a href=\"%s\">support page</a>. If you're new to The Events "
2112
+ "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
2113
+ "><br/> You have events that need to be migrated. Please visit the bottom of "
2114
+ "the <a href=\"%s\">settings page</a> to perform the migration."
 
 
 
2115
  #: ../lib/tribe-the-events-calendar-import.class.php:86
2116
  msgid "Upgrade from The Events Calendar"
2117
+ msgstr "Upgrade from The Events Calendar"
 
2118
  #: ../lib/tribe-the-events-calendar-import.class.php:87
2119
  msgid ""
2120
  "It appears that you have some old events calendar data that needs to be "
2121
  "upgraded. Please be sure to back up your database before initiating the "
2122
  "upgrade. This process can not be undone."
2123
  msgstr ""
2124
+ "It appears that you have some old events calendar data that needs to be "
2125
+ "upgraded. Please be sure to back up your database before initiating the "
2126
+ "upgrade. This process can not be undone."
 
2127
  #: ../lib/tribe-the-events-calendar-import.class.php:88
2128
  msgid "Migrate Data!"
2129
+ msgstr "Migrate Data!"
 
2130
  #: ../lib/tribe-the-events-calendar-import.class.php:166
2131
  #, php-format
2132
  msgid "You successfully migrated (%d) entries."
2133
+ msgstr "You successfully migrated (%d) entries."
 
2134
  #: ../lib/tribe-the-events-calendar-import.class.php:242
2135
  msgid "Install has 1 or more legacy event!"
2136
+ msgstr "Install has 1 or more legacy event!"
2137
+ #: ../lib/tribe-validate.class.php:73 ../lib/tribe-validate.class.php:111
 
 
2138
  msgid "Invalid or incomplete field passed"
2139
+ msgstr "Invalid or incomplete field passed"
2140
+ #: ../lib/tribe-validate.class.php:74 ../lib/tribe-validate.class.php:106
2141
+ #: ../lib/tribe-validate.class.php:112
 
2142
  msgid "Field ID:"
2143
+ msgstr "Field ID:"
2144
+ #: ../lib/tribe-validate.class.php:105
 
2145
  msgid "Non-existant field validation function passed"
2146
+ msgstr "Non-existant field validation function passed"
2147
+ #: ../lib/tribe-validate.class.php:106
2148
+ msgctxt "non-existant function name passed for field validation"
2149
+ msgid "with function name:"
2150
+ msgstr "with function name:"
2151
+ #: ../lib/tribe-validate.class.php:129 ../lib/tribe-validate.class.php:145
2152
  #, php-format
2153
  msgid "%s must contain numbers and letters only"
2154
+ msgstr "%s must contain numbers and letters only"
2155
+ #: ../lib/tribe-validate.class.php:161
 
2156
  #, php-format
2157
  msgid "%s must contain numbers, letters and dots only"
2158
+ msgstr "%s must contain numbers, letters and dots only"
2159
+ #: ../lib/tribe-validate.class.php:175
 
2160
  #, php-format
2161
  msgid "%s must be a positive number."
2162
+ msgstr "%s must be a positive number."
2163
+ #: ../lib/tribe-validate.class.php:190
 
2164
  #, php-format
2165
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2166
+ msgstr "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2167
+ #: ../lib/tribe-validate.class.php:205
 
 
2168
  #, php-format
2169
  msgid "%s must be a valid absolute URL."
2170
+ msgstr "%s must be a valid absolute URL."
2171
+ #: ../lib/tribe-validate.class.php:221 ../lib/tribe-validate.class.php:238
2172
+ #: ../lib/tribe-validate.class.php:257
 
2173
  #, php-format
2174
  msgid "%s must have a value that's part of its options."
2175
+ msgstr "%s must have a value that's part of its options."
2176
+ #: ../lib/tribe-validate.class.php:271
 
2177
  #, php-format
2178
  msgid ""
2179
  "Comparison validation failed because no comparison value was provided, for "
2180
  "field %s"
2181
  msgstr ""
2182
+ "Comparison validation failed because no comparison value was provided, for "
2183
+ "field %s"
2184
+ #: ../lib/tribe-validate.class.php:278
 
2185
  #, php-format
2186
  msgid "%s cannot be the same as %s."
2187
+ msgstr "%s cannot be the same as %s."
2188
+ #: ../lib/tribe-validate.class.php:280
 
2189
  #, php-format
2190
  msgid "%s cannot be a duplicate"
2191
+ msgstr "%s cannot be a duplicate"
2192
+ #: ../lib/tribe-validate.class.php:296
 
2193
  #, php-format
2194
  msgid "%s must be a number or percentage."
2195
+ msgstr "%s must be a number or percentage."
2196
+ #: ../lib/tribe-validate.class.php:350
 
2197
  #, php-format
2198
  msgid "%s must be a number between 0 and 21."
2199
+ msgstr "%s must be a number between 0 and 21."
2200
+ #: ../lib/tribe-validate.class.php:366
 
2201
  #, php-format
2202
  msgid ""
2203
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2204
+ msgstr ""
2205
+ "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2206
+ #: ../lib/tribe-validate.class.php:382
2207
  #, php-format
2208
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2209
+ msgstr "%s must consist of letters, spaces, apostrophes, and dashes."
2210
+ #: ../lib/tribe-validate.class.php:396
 
 
2211
  #, php-format
2212
  msgid "%s must consist of 5 numbers."
2213
+ msgstr "%s must consist of 5 numbers."
2214
+ #: ../lib/tribe-validate.class.php:410
 
2215
  #, php-format
2216
  msgid "%s must be a phone number."
2217
+ msgstr "%s must be a phone number."
2218
+ #: ../lib/tribe-validate.class.php:426
 
2219
  msgid ""
2220
  "Country List must be formatted as one country per line in the following "
2221
  "format: <br>US, United States <br> UK, United Kingdom."
2222
  msgstr ""
2223
+ "Country List must be formatted as one country per line in the following "
2224
+ "format: <br>US, United States <br> UK, United Kingdom."
 
2225
  #: ../lib/tribe-view-helpers.class.php:24
2226
  #: ../lib/tribe-view-helpers.class.php:43
2227
  msgid "Select a Country:"
2228
+ msgstr "Select a Country:"
 
2229
  #: ../lib/tribe-view-helpers.class.php:45
2230
  msgid "Afghanistan"
2231
+ msgstr "Afghanistan"
 
2232
  #: ../lib/tribe-view-helpers.class.php:46
2233
  msgid "Albania"
2234
  msgstr "Albania"
 
2235
  #: ../lib/tribe-view-helpers.class.php:47
2236
  msgid "Algeria"
2237
+ msgstr "Algeria"
 
2238
  #: ../lib/tribe-view-helpers.class.php:48
2239
  msgid "American Samoa"
2240
+ msgstr "American Samoa"
 
2241
  #: ../lib/tribe-view-helpers.class.php:49
2242
  msgid "Andorra"
2243
  msgstr "Andorra"
 
2244
  #: ../lib/tribe-view-helpers.class.php:50
2245
  msgid "Angola"
2246
  msgstr "Angola"
 
2247
  #: ../lib/tribe-view-helpers.class.php:51
2248
  msgid "Anguilla"
2249
  msgstr "Anguilla"
 
2250
  #: ../lib/tribe-view-helpers.class.php:52
2251
  msgid "Antarctica"
2252
+ msgstr "Antarctica"
 
2253
  #: ../lib/tribe-view-helpers.class.php:53
2254
  msgid "Antigua And Barbuda"
2255
+ msgstr "Antigua And Barbuda"
 
2256
  #: ../lib/tribe-view-helpers.class.php:54
2257
  msgid "Argentina"
2258
  msgstr "Argentina"
 
2259
  #: ../lib/tribe-view-helpers.class.php:55
2260
  msgid "Armenia"
2261
  msgstr "Armenia"
 
2262
  #: ../lib/tribe-view-helpers.class.php:56
2263
  msgid "Aruba"
2264
  msgstr "Aruba"
 
2265
  #: ../lib/tribe-view-helpers.class.php:57
2266
  msgid "Australia"
2267
  msgstr "Australia"
 
2268
  #: ../lib/tribe-view-helpers.class.php:58
2269
  msgid "Austria"
2270
+ msgstr "Austria"
 
2271
  #: ../lib/tribe-view-helpers.class.php:59
2272
  msgid "Azerbaijan"
2273
+ msgstr "Azerbaijan"
 
2274
  #: ../lib/tribe-view-helpers.class.php:60
2275
  msgid "Bahamas"
2276
  msgstr "Bahamas"
 
2277
  #: ../lib/tribe-view-helpers.class.php:61
2278
  msgid "Bahrain"
2279
  msgstr "Bahrain"
 
2280
  #: ../lib/tribe-view-helpers.class.php:62
2281
  msgid "Bangladesh"
2282
  msgstr "Bangladesh"
 
2283
  #: ../lib/tribe-view-helpers.class.php:63
2284
  msgid "Barbados"
2285
  msgstr "Barbados"
 
2286
  #: ../lib/tribe-view-helpers.class.php:64
2287
  msgid "Belarus"
2288
+ msgstr "Belarus"
 
2289
  #: ../lib/tribe-view-helpers.class.php:65
2290
  msgid "Belgium"
2291
+ msgstr "Belgium"
 
2292
  #: ../lib/tribe-view-helpers.class.php:66
2293
  msgid "Belize"
2294
  msgstr "Belize"
 
2295
  #: ../lib/tribe-view-helpers.class.php:67
2296
  msgid "Benin"
2297
  msgstr "Benin"
 
2298
  #: ../lib/tribe-view-helpers.class.php:68
2299
  msgid "Bermuda"
2300
  msgstr "Bermuda"
 
2301
  #: ../lib/tribe-view-helpers.class.php:69
2302
  msgid "Bhutan"
2303
  msgstr "Bhutan"
 
2304
  #: ../lib/tribe-view-helpers.class.php:70
2305
  msgid "Bolivia"
2306
  msgstr "Bolivia"
 
2307
  #: ../lib/tribe-view-helpers.class.php:71
2308
  msgid "Bosnia And Herzegowina"
2309
+ msgstr "Bosnia And Herzegowina"
 
2310
  #: ../lib/tribe-view-helpers.class.php:72
2311
  msgid "Botswana"
2312
  msgstr "Botswana"
 
2313
  #: ../lib/tribe-view-helpers.class.php:73
2314
  msgid "Bouvet Island"
2315
+ msgstr "Bouvet Island"
 
2316
  #: ../lib/tribe-view-helpers.class.php:74
2317
  msgid "Brazil"
2318
+ msgstr "Brazil"
 
2319
  #: ../lib/tribe-view-helpers.class.php:75
2320
  msgid "British Indian Ocean Territory"
2321
+ msgstr "British Indian Ocean Territory"
 
2322
  #: ../lib/tribe-view-helpers.class.php:76
2323
  msgid "Brunei Darussalam"
2324
  msgstr "Brunei Darussalam"
 
2325
  #: ../lib/tribe-view-helpers.class.php:77
2326
  msgid "Bulgaria"
2327
  msgstr "Bulgaria"
 
2328
  #: ../lib/tribe-view-helpers.class.php:78
2329
  msgid "Burkina Faso"
2330
  msgstr "Burkina Faso"
 
2331
  #: ../lib/tribe-view-helpers.class.php:79
2332
  msgid "Burundi"
2333
+ msgstr "Burundi"
 
2334
  #: ../lib/tribe-view-helpers.class.php:80
2335
  msgid "Cambodia"
2336
+ msgstr "Cambodia"
 
2337
  #: ../lib/tribe-view-helpers.class.php:81
2338
  msgid "Cameroon"
2339
+ msgstr "Cameroon"
 
2340
  #: ../lib/tribe-view-helpers.class.php:82
2341
  msgid "Canada"
2342
  msgstr "Canada"
 
2343
  #: ../lib/tribe-view-helpers.class.php:83
2344
  msgid "Cape Verde"
2345
+ msgstr "Cape Verde"
 
2346
  #: ../lib/tribe-view-helpers.class.php:84
2347
  msgid "Cayman Islands"
2348
+ msgstr "Cayman Islands"
 
2349
  #: ../lib/tribe-view-helpers.class.php:85
2350
  msgid "Central African Republic"
2351
+ msgstr "Central African Republic"
 
2352
  #: ../lib/tribe-view-helpers.class.php:86
2353
  msgid "Chad"
2354
  msgstr "Chad"
 
2355
  #: ../lib/tribe-view-helpers.class.php:87
2356
  msgid "Chile"
2357
  msgstr "Chile"
 
2358
  #: ../lib/tribe-view-helpers.class.php:88
2359
  msgid "China"
2360
+ msgstr "China"
 
2361
  #: ../lib/tribe-view-helpers.class.php:89
2362
  msgid "Christmas Island"
2363
  msgstr "Christmas Island"
 
2364
  #: ../lib/tribe-view-helpers.class.php:90
2365
  msgid "Cocos (Keeling) Islands"
2366
+ msgstr "Cocos (Keeling) Islands"
 
2367
  #: ../lib/tribe-view-helpers.class.php:91
2368
  msgid "Colombia"
2369
  msgstr "Colombia"
 
2370
  #: ../lib/tribe-view-helpers.class.php:92
2371
  msgid "Comoros"
2372
+ msgstr "Comoros"
 
2373
  #: ../lib/tribe-view-helpers.class.php:93
2374
  msgid "Congo"
2375
+ msgstr "Congo"
 
2376
  #: ../lib/tribe-view-helpers.class.php:94
2377
  msgid "Congo, The Democratic Republic Of The"
2378
+ msgstr "Congo, The Democratic Republic Of The"
 
2379
  #: ../lib/tribe-view-helpers.class.php:95
2380
  msgid "Cook Islands"
2381
+ msgstr "Cook Islands"
 
2382
  #: ../lib/tribe-view-helpers.class.php:96
2383
  msgid "Costa Rica"
2384
  msgstr "Costa Rica"
 
2385
  #: ../lib/tribe-view-helpers.class.php:97
2386
  msgid "Cote D'Ivoire"
2387
+ msgstr "Cote D'Ivoire"
 
2388
  #: ../lib/tribe-view-helpers.class.php:98
2389
  msgid "Croatia (Local Name: Hrvatska)"
2390
+ msgstr "Croatia (Local Name: Hrvatska)"
 
2391
  #: ../lib/tribe-view-helpers.class.php:99
2392
  msgid "Cuba"
2393
  msgstr "Cuba"
 
2394
  #: ../lib/tribe-view-helpers.class.php:100
2395
  msgid "Cyprus"
2396
+ msgstr "Cyprus"
 
2397
  #: ../lib/tribe-view-helpers.class.php:101
2398
  msgid "Czech Republic"
2399
+ msgstr "Czech Republic"
 
2400
  #: ../lib/tribe-view-helpers.class.php:102
2401
  msgid "Denmark"
2402
+ msgstr "Denmark"
 
2403
  #: ../lib/tribe-view-helpers.class.php:103
2404
  msgid "Djibouti"
2405
  msgstr "Djibouti"
 
2406
  #: ../lib/tribe-view-helpers.class.php:104
2407
  msgid "Dominica"
2408
  msgstr "Dominica"
 
2409
  #: ../lib/tribe-view-helpers.class.php:105
2410
  msgid "Dominican Republic"
2411
+ msgstr "Dominican Republic"
 
2412
  #: ../lib/tribe-view-helpers.class.php:106
2413
  msgid "East Timor"
2414
+ msgstr "East Timor"
 
2415
  #: ../lib/tribe-view-helpers.class.php:107
2416
  msgid "Ecuador"
2417
  msgstr "Ecuador"
 
2418
  #: ../lib/tribe-view-helpers.class.php:108
2419
  msgid "Egypt"
2420
  msgstr "Egypt"
 
2421
  #: ../lib/tribe-view-helpers.class.php:109
2422
  msgid "El Salvador"
2423
  msgstr "El Salvador"
 
2424
  #: ../lib/tribe-view-helpers.class.php:110
2425
  msgid "Equatorial Guinea"
2426
  msgstr "Equatorial Guinea"
 
2427
  #: ../lib/tribe-view-helpers.class.php:111
2428
  msgid "Eritrea"
2429
  msgstr "Eritrea"
 
2430
  #: ../lib/tribe-view-helpers.class.php:112
2431
  msgid "Estonia"
2432
+ msgstr "Estonia"
 
2433
  #: ../lib/tribe-view-helpers.class.php:113
2434
  msgid "Ethiopia"
2435
+ msgstr "Ethiopia"
 
2436
  #: ../lib/tribe-view-helpers.class.php:114
2437
  msgid "Falkland Islands (Malvinas)"
2438
+ msgstr "Falkland Islands (Malvinas)"
 
2439
  #: ../lib/tribe-view-helpers.class.php:115
2440
  msgid "Faroe Islands"
2441
+ msgstr "Faroe Islands"
 
2442
  #: ../lib/tribe-view-helpers.class.php:116
2443
  msgid "Fiji"
2444
  msgstr "Fiji"
 
2445
  #: ../lib/tribe-view-helpers.class.php:117
2446
  msgid "Finland"
2447
  msgstr "Finland"
 
2448
  #: ../lib/tribe-view-helpers.class.php:118
2449
  msgid "France"
2450
+ msgstr "France"
 
2451
  #: ../lib/tribe-view-helpers.class.php:119
2452
  msgid "France, Metropolitan"
2453
+ msgstr "France, Metropolitan"
 
2454
  #: ../lib/tribe-view-helpers.class.php:120
2455
  msgid "French Guiana"
2456
+ msgstr "French Guiana"
 
2457
  #: ../lib/tribe-view-helpers.class.php:121
2458
  msgid "French Polynesia"
2459
+ msgstr "French Polynesia"
 
2460
  #: ../lib/tribe-view-helpers.class.php:122
2461
  msgid "French Southern Territories"
2462
+ msgstr "French Southern Territories"
 
2463
  #: ../lib/tribe-view-helpers.class.php:123
2464
  msgid "Gabon"
2465
  msgstr "Gabon"
 
2466
  #: ../lib/tribe-view-helpers.class.php:124
2467
  msgid "Gambia"
2468
  msgstr "Gambia"
 
2469
  #: ../lib/tribe-view-helpers.class.php:125
2470
  #: ../lib/tribe-view-helpers.class.php:318
2471
  msgid "Georgia"
2472
  msgstr "Georgia"
 
2473
  #: ../lib/tribe-view-helpers.class.php:126
2474
  msgid "Germany"
2475
+ msgstr "Germany"
 
2476
  #: ../lib/tribe-view-helpers.class.php:127
2477
  msgid "Ghana"
2478
  msgstr "Ghana"
 
2479
  #: ../lib/tribe-view-helpers.class.php:128
2480
  msgid "Gibraltar"
2481
  msgstr "Gibraltar"
 
2482
  #: ../lib/tribe-view-helpers.class.php:129
2483
  msgid "Greece"
2484
+ msgstr "Greece"
 
2485
  #: ../lib/tribe-view-helpers.class.php:130
2486
  msgid "Greenland"
2487
+ msgstr "Greenland"
 
2488
  #: ../lib/tribe-view-helpers.class.php:131
2489
  msgid "Grenada"
2490
  msgstr "Grenada"
 
2491
  #: ../lib/tribe-view-helpers.class.php:132
2492
  msgid "Guadeloupe"
2493
  msgstr "Guadeloupe"
 
2494
  #: ../lib/tribe-view-helpers.class.php:133
2495
  msgid "Guam"
2496
  msgstr "Guam"
 
2497
  #: ../lib/tribe-view-helpers.class.php:134
2498
  msgid "Guatemala"
2499
  msgstr "Guatemala"
 
2500
  #: ../lib/tribe-view-helpers.class.php:135
2501
  msgid "Guinea"
2502
  msgstr "Guinea"
 
2503
  #: ../lib/tribe-view-helpers.class.php:136
2504
  msgid "Guinea-Bissau"
2505
  msgstr "Guinea-Bissau"
 
2506
  #: ../lib/tribe-view-helpers.class.php:137
2507
  msgid "Guyana"
2508
  msgstr "Guyana"
 
2509
  #: ../lib/tribe-view-helpers.class.php:138
2510
  msgid "Haiti"
2511
  msgstr "Haiti"
 
2512
  #: ../lib/tribe-view-helpers.class.php:139
2513
  msgid "Heard And Mc Donald Islands"
2514
+ msgstr "Heard And Mc Donald Islands"
 
2515
  #: ../lib/tribe-view-helpers.class.php:140
2516
  msgid "Holy See (Vatican City State)"
2517
+ msgstr "Holy See (Vatican City State)"
 
2518
  #: ../lib/tribe-view-helpers.class.php:141
2519
  msgid "Honduras"
2520
  msgstr "Honduras"
 
2521
  #: ../lib/tribe-view-helpers.class.php:142
2522
  msgid "Hong Kong"
2523
  msgstr "Hong Kong"
 
2524
  #: ../lib/tribe-view-helpers.class.php:143
2525
  msgid "Hungary"
2526
+ msgstr "Hungary"
 
2527
  #: ../lib/tribe-view-helpers.class.php:144
2528
  msgid "Iceland"
2529
+ msgstr "Iceland"
 
2530
  #: ../lib/tribe-view-helpers.class.php:145
2531
  msgid "India"
2532
  msgstr "India"
 
2533
  #: ../lib/tribe-view-helpers.class.php:146
2534
  msgid "Indonesia"
2535
  msgstr "Indonesia"
 
2536
  #: ../lib/tribe-view-helpers.class.php:147
2537
  msgid "Iran (Islamic Republic Of)"
2538
+ msgstr "Iran (Islamic Republic Of)"
 
2539
  #: ../lib/tribe-view-helpers.class.php:148
2540
  msgid "Iraq"
2541
+ msgstr "Iraq"
 
2542
  #: ../lib/tribe-view-helpers.class.php:149
2543
  msgid "Ireland"
2544
+ msgstr "Ireland"
 
2545
  #: ../lib/tribe-view-helpers.class.php:150
2546
  msgid "Israel"
2547
  msgstr "Israel"
 
2548
  #: ../lib/tribe-view-helpers.class.php:151
2549
  msgid "Italy"
2550
+ msgstr "Italy"
 
2551
  #: ../lib/tribe-view-helpers.class.php:152
2552
  msgid "Jamaica"
2553
  msgstr "Jamaica"
 
2554
  #: ../lib/tribe-view-helpers.class.php:153
2555
  msgid "Japan"
2556
  msgstr "Japan"
 
2557
  #: ../lib/tribe-view-helpers.class.php:154
2558
  msgid "Jordan"
2559
  msgstr "Jordan"
 
2560
  #: ../lib/tribe-view-helpers.class.php:155
2561
  msgid "Kazakhstan"
2562
  msgstr "Kazakhstan"
 
2563
  #: ../lib/tribe-view-helpers.class.php:156
2564
  msgid "Kenya"
2565
  msgstr "Kenya"
 
2566
  #: ../lib/tribe-view-helpers.class.php:157
2567
  msgid "Kiribati"
2568
  msgstr "Kiribati"
 
2569
  #: ../lib/tribe-view-helpers.class.php:158
2570
  msgid "Korea, Democratic People's Republic Of"
2571
+ msgstr "Korea, Democratic People's Republic Of"
 
2572
  #: ../lib/tribe-view-helpers.class.php:159
2573
  msgid "Korea, Republic Of"
2574
+ msgstr "Korea, Republic Of"
 
2575
  #: ../lib/tribe-view-helpers.class.php:160
2576
  msgid "Kuwait"
2577
  msgstr "Kuwait"
 
2578
  #: ../lib/tribe-view-helpers.class.php:161
2579
  msgid "Kyrgyzstan"
2580
+ msgstr "Kyrgyzstan"
 
2581
  #: ../lib/tribe-view-helpers.class.php:162
2582
  msgid "Lao People's Democratic Republic"
2583
+ msgstr "Lao People's Democratic Republic"
 
2584
  #: ../lib/tribe-view-helpers.class.php:163
2585
  msgid "Latvia"
2586
  msgstr "Latvia"
 
2587
  #: ../lib/tribe-view-helpers.class.php:164
2588
  msgid "Lebanon"
2589
+ msgstr "Lebanon"
 
2590
  #: ../lib/tribe-view-helpers.class.php:165
2591
  msgid "Lesotho"
2592
  msgstr "Lesotho"
 
2593
  #: ../lib/tribe-view-helpers.class.php:166
2594
  msgid "Liberia"
2595
  msgstr "Liberia"
 
2596
  #: ../lib/tribe-view-helpers.class.php:167
2597
  msgid "Libya"
2598
  msgstr "Libya"
 
2599
  #: ../lib/tribe-view-helpers.class.php:168
2600
  msgid "Liechtenstein"
2601
  msgstr "Liechtenstein"
 
2602
  #: ../lib/tribe-view-helpers.class.php:169
2603
  msgid "Lithuania"
2604
+ msgstr "Lithuania"
 
2605
  #: ../lib/tribe-view-helpers.class.php:170
2606
  msgid "Luxembourg"
2607
  msgstr "Luxembourg"
 
2608
  #: ../lib/tribe-view-helpers.class.php:171
2609
  msgid "Macau"
2610
  msgstr "Macau"
 
2611
  #: ../lib/tribe-view-helpers.class.php:172
2612
  msgid "Macedonia"
2613
+ msgstr "Macedonia"
 
2614
  #: ../lib/tribe-view-helpers.class.php:173
2615
  msgid "Madagascar"
2616
+ msgstr "Madagascar"
 
2617
  #: ../lib/tribe-view-helpers.class.php:174
2618
  msgid "Malawi"
2619
  msgstr "Malawi"
 
2620
  #: ../lib/tribe-view-helpers.class.php:175
2621
  msgid "Malaysia"
2622
  msgstr "Malaysia"
 
2623
  #: ../lib/tribe-view-helpers.class.php:176
2624
  msgid "Maldives"
2625
+ msgstr "Maldives"
 
2626
  #: ../lib/tribe-view-helpers.class.php:177
2627
  msgid "Mali"
2628
  msgstr "Mali"
 
2629
  #: ../lib/tribe-view-helpers.class.php:178
2630
  msgid "Malta"
2631
  msgstr "Malta"
 
2632
  #: ../lib/tribe-view-helpers.class.php:179
2633
  msgid "Marshall Islands"
2634
+ msgstr "Marshall Islands"
 
2635
  #: ../lib/tribe-view-helpers.class.php:180
2636
  msgid "Martinique"
2637
  msgstr "Martinique"
 
2638
  #: ../lib/tribe-view-helpers.class.php:181
2639
  msgid "Mauritania"
2640
  msgstr "Mauritania"
 
2641
  #: ../lib/tribe-view-helpers.class.php:182
2642
  msgid "Mauritius"
2643
  msgstr "Mauritius"
 
2644
  #: ../lib/tribe-view-helpers.class.php:183
2645
  msgid "Mayotte"
2646
  msgstr "Mayotte"
 
2647
  #: ../lib/tribe-view-helpers.class.php:184
2648
  msgid "Mexico"
2649
  msgstr "Mexico"
 
2650
  #: ../lib/tribe-view-helpers.class.php:185
2651
  msgid "Micronesia, Federated States Of"
2652
+ msgstr "Micronesia, Federated States Of"
 
2653
  #: ../lib/tribe-view-helpers.class.php:186
2654
  msgid "Moldova, Republic Of"
2655
+ msgstr "Moldova, Republic Of"
 
2656
  #: ../lib/tribe-view-helpers.class.php:187
2657
  msgid "Monaco"
2658
  msgstr "Monaco"
 
2659
  #: ../lib/tribe-view-helpers.class.php:188
2660
  msgid "Mongolia"
2661
  msgstr "Mongolia"
 
2662
  #: ../lib/tribe-view-helpers.class.php:189
2663
  msgid "Montenegro"
2664
  msgstr "Montenegro"
 
2665
  #: ../lib/tribe-view-helpers.class.php:190
2666
  msgid "Montserrat"
2667
  msgstr "Montserrat"
 
2668
  #: ../lib/tribe-view-helpers.class.php:191
2669
  msgid "Morocco"
2670
+ msgstr "Morocco"
 
2671
  #: ../lib/tribe-view-helpers.class.php:192
2672
  msgid "Mozambique"
2673
+ msgstr "Mozambique"
 
2674
  #: ../lib/tribe-view-helpers.class.php:193
2675
  msgid "Myanmar"
2676
  msgstr "Myanmar"
 
2677
  #: ../lib/tribe-view-helpers.class.php:194
2678
  msgid "Namibia"
2679
  msgstr "Namibia"
 
2680
  #: ../lib/tribe-view-helpers.class.php:195
2681
  msgid "Nauru"
2682
  msgstr "Nauru"
 
2683
  #: ../lib/tribe-view-helpers.class.php:196
2684
  msgid "Nepal"
2685
  msgstr "Nepal"
 
2686
  #: ../lib/tribe-view-helpers.class.php:197
2687
  msgid "Netherlands"
2688
+ msgstr "Netherlands"
 
2689
  #: ../lib/tribe-view-helpers.class.php:198
2690
  msgid "Netherlands Antilles"
2691
+ msgstr "Netherlands Antilles"
 
2692
  #: ../lib/tribe-view-helpers.class.php:199
2693
  msgid "New Caledonia"
2694
+ msgstr "New Caledonia"
 
2695
  #: ../lib/tribe-view-helpers.class.php:200
2696
  msgid "New Zealand"
2697
  msgstr "New Zealand"
 
2698
  #: ../lib/tribe-view-helpers.class.php:201
2699
  msgid "Nicaragua"
2700
  msgstr "Nicaragua"
 
2701
  #: ../lib/tribe-view-helpers.class.php:202
2702
  msgid "Niger"
2703
  msgstr "Niger"
 
2704
  #: ../lib/tribe-view-helpers.class.php:203
2705
  msgid "Nigeria"
2706
  msgstr "Nigeria"
 
2707
  #: ../lib/tribe-view-helpers.class.php:204
2708
  msgid "Niue"
2709
  msgstr "Niue"
 
2710
  #: ../lib/tribe-view-helpers.class.php:205
2711
  msgid "Norfolk Island"
2712
  msgstr "Norfolk Island"
 
2713
  #: ../lib/tribe-view-helpers.class.php:206
2714
  msgid "Northern Mariana Islands"
2715
+ msgstr "Northern Mariana Islands"
 
2716
  #: ../lib/tribe-view-helpers.class.php:207
2717
  msgid "Norway"
2718
+ msgstr "Norway"
 
2719
  #: ../lib/tribe-view-helpers.class.php:208
2720
  msgid "Oman"
2721
  msgstr "Oman"
 
2722
  #: ../lib/tribe-view-helpers.class.php:209
2723
  msgid "Pakistan"
2724
  msgstr "Pakistan"
 
2725
  #: ../lib/tribe-view-helpers.class.php:210
2726
  msgid "Palau"
2727
  msgstr "Palau"
 
2728
  #: ../lib/tribe-view-helpers.class.php:211
2729
  msgid "Panama"
2730
  msgstr "Panama"
 
2731
  #: ../lib/tribe-view-helpers.class.php:212
2732
  msgid "Papua New Guinea"
2733
+ msgstr "Papua New Guinea"
 
2734
  #: ../lib/tribe-view-helpers.class.php:213
2735
  msgid "Paraguay"
2736
  msgstr "Paraguay"
 
2737
  #: ../lib/tribe-view-helpers.class.php:214
2738
  msgid "Peru"
2739
  msgstr "Peru"
 
2740
  #: ../lib/tribe-view-helpers.class.php:215
2741
  msgid "Philippines"
2742
+ msgstr "Philippines"
 
2743
  #: ../lib/tribe-view-helpers.class.php:216
2744
  msgid "Pitcairn"
2745
  msgstr "Pitcairn"
 
2746
  #: ../lib/tribe-view-helpers.class.php:217
2747
  msgid "Poland"
2748
+ msgstr "Poland"
 
2749
  #: ../lib/tribe-view-helpers.class.php:218
2750
  msgid "Portugal"
2751
  msgstr "Portugal"
 
2752
  #: ../lib/tribe-view-helpers.class.php:219
2753
  msgid "Puerto Rico"
2754
  msgstr "Puerto Rico"
 
2755
  #: ../lib/tribe-view-helpers.class.php:220
2756
  msgid "Qatar"
2757
  msgstr "Qatar"
 
2758
  #: ../lib/tribe-view-helpers.class.php:221
2759
  msgid "Reunion"
2760
+ msgstr "Reunion"
 
2761
  #: ../lib/tribe-view-helpers.class.php:222
2762
  msgid "Romania"
2763
  msgstr "Romania"
 
2764
  #: ../lib/tribe-view-helpers.class.php:223
2765
  msgid "Russian Federation"
2766
+ msgstr "Russian Federation"
 
2767
  #: ../lib/tribe-view-helpers.class.php:224
2768
  msgid "Rwanda"
2769
  msgstr "Rwanda"
 
2770
  #: ../lib/tribe-view-helpers.class.php:225
2771
  msgid "Saint Kitts And Nevis"
2772
  msgstr "Saint Kitts And Nevis"
 
2773
  #: ../lib/tribe-view-helpers.class.php:226
2774
  msgid "Saint Lucia"
2775
  msgstr "Saint Lucia"
 
2776
  #: ../lib/tribe-view-helpers.class.php:227
2777
  msgid "Saint Vincent And The Grenadines"
2778
+ msgstr "Saint Vincent And The Grenadines"
 
2779
  #: ../lib/tribe-view-helpers.class.php:228
2780
  msgid "Samoa"
2781
  msgstr "Samoa"
 
2782
  #: ../lib/tribe-view-helpers.class.php:229
2783
  msgid "San Marino"
2784
  msgstr "San Marino"
 
2785
  #: ../lib/tribe-view-helpers.class.php:230
2786
  msgid "Sao Tome And Principe"
2787
+ msgstr "Sao Tome And Principe"
 
2788
  #: ../lib/tribe-view-helpers.class.php:231
2789
  msgid "Saudi Arabia"
2790
  msgstr "Saudi Arabia"
 
2791
  #: ../lib/tribe-view-helpers.class.php:232
2792
  msgid "Senegal"
2793
  msgstr "Senegal"
 
2794
  #: ../lib/tribe-view-helpers.class.php:233
2795
  msgid "Serbia"
2796
  msgstr "Serbia"
 
2797
  #: ../lib/tribe-view-helpers.class.php:234
2798
  msgid "Seychelles"
2799
+ msgstr "Seychelles"
 
2800
  #: ../lib/tribe-view-helpers.class.php:235
2801
  msgid "Sierra Leone"
2802
  msgstr "Sierra Leone"
 
2803
  #: ../lib/tribe-view-helpers.class.php:236
2804
  msgid "Singapore"
2805
+ msgstr "Singapore"
 
2806
  #: ../lib/tribe-view-helpers.class.php:237
2807
  msgid "Slovakia (Slovak Republic)"
2808
+ msgstr "Slovakia (Slovak Republic)"
 
2809
  #: ../lib/tribe-view-helpers.class.php:238
2810
  msgid "Slovenia"
2811
  msgstr "Slovenia"
 
2812
  #: ../lib/tribe-view-helpers.class.php:239
2813
  msgid "Solomon Islands"
2814
+ msgstr "Solomon Islands"
 
2815
  #: ../lib/tribe-view-helpers.class.php:240
2816
  msgid "Somalia"
2817
  msgstr "Somalia"
 
2818
  #: ../lib/tribe-view-helpers.class.php:241
2819
  msgid "South Africa"
2820
+ msgstr "South Africa"
 
2821
  #: ../lib/tribe-view-helpers.class.php:242
2822
  msgid "South Georgia, South Sandwich Islands"
2823
+ msgstr "South Georgia, South Sandwich Islands"
 
2824
  #: ../lib/tribe-view-helpers.class.php:243
2825
  msgid "Spain"
2826
+ msgstr "Spain"
 
2827
  #: ../lib/tribe-view-helpers.class.php:244
2828
  msgid "Sri Lanka"
2829
  msgstr "Sri Lanka"
 
2830
  #: ../lib/tribe-view-helpers.class.php:245
2831
  msgid "St. Helena"
2832
  msgstr "St. Helena"
 
2833
  #: ../lib/tribe-view-helpers.class.php:246
2834
  msgid "St. Pierre And Miquelon"
2835
+ msgstr "St. Pierre And Miquelon"
 
2836
  #: ../lib/tribe-view-helpers.class.php:247
2837
  msgid "Sudan"
2838
  msgstr "Sudan"
 
2839
  #: ../lib/tribe-view-helpers.class.php:248
 
2840
  msgid "Suriname"
2841
+ msgstr "Suriname"
 
2842
  #: ../lib/tribe-view-helpers.class.php:249
2843
  msgid "Svalbard And Jan Mayen Islands"
2844
+ msgstr "Svalbard And Jan Mayen Islands"
 
2845
  #: ../lib/tribe-view-helpers.class.php:250
2846
  msgid "Swaziland"
2847
  msgstr "Swaziland"
 
2848
  #: ../lib/tribe-view-helpers.class.php:251
2849
  msgid "Sweden"
2850
+ msgstr "Sweden"
 
2851
  #: ../lib/tribe-view-helpers.class.php:252
2852
  msgid "Switzerland"
2853
+ msgstr "Switzerland"
 
2854
  #: ../lib/tribe-view-helpers.class.php:253
2855
  msgid "Syrian Arab Republic"
2856
+ msgstr "Syrian Arab Republic"
 
2857
  #: ../lib/tribe-view-helpers.class.php:254
2858
  msgid "Taiwan"
2859
  msgstr "Taiwan"
 
2860
  #: ../lib/tribe-view-helpers.class.php:255
2861
  msgid "Tajikistan"
2862
  msgstr "Tajikistan"
 
2863
  #: ../lib/tribe-view-helpers.class.php:256
2864
  msgid "Tanzania, United Republic Of"
2865
+ msgstr "Tanzania, United Republic Of"
 
2866
  #: ../lib/tribe-view-helpers.class.php:257
2867
  msgid "Thailand"
2868
  msgstr "Thailand"
 
2869
  #: ../lib/tribe-view-helpers.class.php:258
2870
  msgid "Togo"
2871
  msgstr "Togo"
 
2872
  #: ../lib/tribe-view-helpers.class.php:259
2873
  msgid "Tokelau"
2874
  msgstr "Tokelau"
 
2875
  #: ../lib/tribe-view-helpers.class.php:260
2876
  msgid "Tonga"
2877
  msgstr "Tonga"
 
2878
  #: ../lib/tribe-view-helpers.class.php:261
2879
  msgid "Trinidad And Tobago"
2880
+ msgstr "Trinidad And Tobago"
 
2881
  #: ../lib/tribe-view-helpers.class.php:262
2882
  msgid "Tunisia"
2883
  msgstr "Tunisia"
 
2884
  #: ../lib/tribe-view-helpers.class.php:263
2885
  msgid "Turkey"
2886
+ msgstr "Turkey"
 
2887
  #: ../lib/tribe-view-helpers.class.php:264
2888
  msgid "Turkmenistan"
2889
  msgstr "Turkmenistan"
 
2890
  #: ../lib/tribe-view-helpers.class.php:265
2891
  msgid "Turks And Caicos Islands"
2892
+ msgstr "Turks And Caicos Islands"
 
2893
  #: ../lib/tribe-view-helpers.class.php:266
2894
  msgid "Tuvalu"
2895
  msgstr "Tuvalu"
 
2896
  #: ../lib/tribe-view-helpers.class.php:267
2897
  msgid "Uganda"
2898
  msgstr "Uganda"
 
2899
  #: ../lib/tribe-view-helpers.class.php:268
2900
  msgid "Ukraine"
2901
+ msgstr "Ukraine"
 
2902
  #: ../lib/tribe-view-helpers.class.php:269
2903
  msgid "United Arab Emirates"
2904
+ msgstr "United Arab Emirates"
 
2905
  #: ../lib/tribe-view-helpers.class.php:270
2906
  msgid "United Kingdom"
2907
+ msgstr "United Kingdom"
 
2908
  #: ../lib/tribe-view-helpers.class.php:271
2909
  msgid "United States Minor Outlying Islands"
2910
+ msgstr "United States Minor Outlying Islands"
 
2911
  #: ../lib/tribe-view-helpers.class.php:272
2912
  msgid "Uruguay"
2913
  msgstr "Uruguay"
 
2914
  #: ../lib/tribe-view-helpers.class.php:273
2915
  msgid "Uzbekistan"
2916
+ msgstr "Uzbekistan"
 
2917
  #: ../lib/tribe-view-helpers.class.php:274
2918
  msgid "Vanuatu"
2919
  msgstr "Vanuatu"
 
2920
  #: ../lib/tribe-view-helpers.class.php:275
2921
  msgid "Venezuela"
2922
  msgstr "Venezuela"
 
2923
  #: ../lib/tribe-view-helpers.class.php:276
2924
  msgid "Viet Nam"
2925
+ msgstr "Viet Nam"
 
2926
  #: ../lib/tribe-view-helpers.class.php:277
2927
  msgid "Virgin Islands (British)"
2928
  msgstr "Virgin Islands (British)"
 
2929
  #: ../lib/tribe-view-helpers.class.php:278
2930
  msgid "Virgin Islands (U.S.)"
2931
  msgstr "Virgin Islands (U.S.)"
 
2932
  #: ../lib/tribe-view-helpers.class.php:279
2933
  msgid "Wallis And Futuna Islands"
2934
+ msgstr "Wallis And Futuna Islands"
 
2935
  #: ../lib/tribe-view-helpers.class.php:280
2936
  msgid "Western Sahara"
2937
+ msgstr "Western Sahara"
 
2938
  #: ../lib/tribe-view-helpers.class.php:281
2939
  msgid "Yemen"
2940
  msgstr "Yemen"
 
2941
  #: ../lib/tribe-view-helpers.class.php:282
2942
  msgid "Zambia"
2943
  msgstr "Zambia"
 
2944
  #: ../lib/tribe-view-helpers.class.php:283
2945
  msgid "Zimbabwe"
2946
  msgstr "Zimbabwe"
 
2947
  #: ../lib/tribe-view-helpers.class.php:308
2948
  msgid "Alabama"
2949
  msgstr "Alabama"
 
2950
  #: ../lib/tribe-view-helpers.class.php:309
2951
  msgid "Alaska"
2952
  msgstr "Alaska"
 
2953
  #: ../lib/tribe-view-helpers.class.php:310
2954
  msgid "Arizona"
2955
  msgstr "Arizona"
 
2956
  #: ../lib/tribe-view-helpers.class.php:311
2957
  msgid "Arkansas"
2958
  msgstr "Arkansas"
 
2959
  #: ../lib/tribe-view-helpers.class.php:312
2960
  msgid "California"
2961
  msgstr "California"
 
2962
  #: ../lib/tribe-view-helpers.class.php:313
2963
  msgid "Colorado"
2964
  msgstr "Colorado"
 
2965
  #: ../lib/tribe-view-helpers.class.php:314
2966
  msgid "Connecticut"
2967
  msgstr "Connecticut"
 
2968
  #: ../lib/tribe-view-helpers.class.php:315
2969
  msgid "Delaware"
2970
  msgstr "Delaware"
 
2971
  #: ../lib/tribe-view-helpers.class.php:316
2972
  msgid "District of Columbia"
2973
  msgstr "District of Columbia"
 
2974
  #: ../lib/tribe-view-helpers.class.php:317
2975
  msgid "Florida"
2976
  msgstr "Florida"
 
2977
  #: ../lib/tribe-view-helpers.class.php:319
2978
  msgid "Hawaii"
2979
  msgstr "Hawaii"
 
2980
  #: ../lib/tribe-view-helpers.class.php:320
2981
  msgid "Idaho"
2982
  msgstr "Idaho"
 
2983
  #: ../lib/tribe-view-helpers.class.php:321
2984
  msgid "Illinois"
2985
  msgstr "Illinois"
 
2986
  #: ../lib/tribe-view-helpers.class.php:322
2987
  msgid "Indiana"
2988
  msgstr "Indiana"
 
2989
  #: ../lib/tribe-view-helpers.class.php:323
2990
  msgid "Iowa"
2991
  msgstr "Iowa"
 
2992
  #: ../lib/tribe-view-helpers.class.php:324
2993
  msgid "Kansas"
2994
  msgstr "Kansas"
 
2995
  #: ../lib/tribe-view-helpers.class.php:325
2996
  msgid "Kentucky"
2997
  msgstr "Kentucky"
 
2998
  #: ../lib/tribe-view-helpers.class.php:326
2999
  msgid "Louisiana"
3000
  msgstr "Louisiana"
 
3001
  #: ../lib/tribe-view-helpers.class.php:327
3002
  msgid "Maine"
3003
  msgstr "Maine"
 
3004
  #: ../lib/tribe-view-helpers.class.php:328
3005
  msgid "Maryland"
3006
  msgstr "Maryland"
 
3007
  #: ../lib/tribe-view-helpers.class.php:329
3008
  msgid "Massachusetts"
3009
  msgstr "Massachusetts"
 
3010
  #: ../lib/tribe-view-helpers.class.php:330
3011
  msgid "Michigan"
3012
  msgstr "Michigan"
 
3013
  #: ../lib/tribe-view-helpers.class.php:331
3014
  msgid "Minnesota"
3015
  msgstr "Minnesota"
 
3016
  #: ../lib/tribe-view-helpers.class.php:332
3017
  msgid "Mississippi"
3018
  msgstr "Mississippi"
 
3019
  #: ../lib/tribe-view-helpers.class.php:333
3020
  msgid "Missouri"
3021
  msgstr "Missouri"
 
3022
  #: ../lib/tribe-view-helpers.class.php:334
3023
  msgid "Montana"
3024
  msgstr "Montana"
 
3025
  #: ../lib/tribe-view-helpers.class.php:335
3026
  msgid "Nebraska"
3027
  msgstr "Nebraska"
 
3028
  #: ../lib/tribe-view-helpers.class.php:336
3029
  msgid "Nevada"
3030
  msgstr "Nevada"
 
3031
  #: ../lib/tribe-view-helpers.class.php:337
3032
  msgid "New Hampshire"
3033
  msgstr "New Hampshire"
 
3034
  #: ../lib/tribe-view-helpers.class.php:338
3035
  msgid "New Jersey"
3036
  msgstr "New Jersey"
 
3037
  #: ../lib/tribe-view-helpers.class.php:339
3038
  msgid "New Mexico"
3039
  msgstr "New Mexico"
 
3040
  #: ../lib/tribe-view-helpers.class.php:340
3041
  msgid "New York"
3042
  msgstr "New York"
 
3043
  #: ../lib/tribe-view-helpers.class.php:341
3044
  msgid "North Carolina"
3045
  msgstr "North Carolina"
 
3046
  #: ../lib/tribe-view-helpers.class.php:342
3047
  msgid "North Dakota"
3048
  msgstr "North Dakota"
 
3049
  #: ../lib/tribe-view-helpers.class.php:343
3050
  msgid "Ohio"
3051
  msgstr "Ohio"
 
3052
  #: ../lib/tribe-view-helpers.class.php:344
3053
  msgid "Oklahoma"
3054
  msgstr "Oklahoma"
 
3055
  #: ../lib/tribe-view-helpers.class.php:345
3056
  msgid "Oregon"
3057
  msgstr "Oregon"
 
3058
  #: ../lib/tribe-view-helpers.class.php:346
3059
  msgid "Pennsylvania"
3060
  msgstr "Pennsylvania"
 
3061
  #: ../lib/tribe-view-helpers.class.php:347
3062
  msgid "Rhode Island"
3063
  msgstr "Rhode Island"
 
3064
  #: ../lib/tribe-view-helpers.class.php:348
3065
  msgid "South Carolina"
3066
  msgstr "South Carolina"
 
3067
  #: ../lib/tribe-view-helpers.class.php:349
3068
  msgid "South Dakota"
3069
  msgstr "South Dakota"
 
3070
  #: ../lib/tribe-view-helpers.class.php:350
3071
  msgid "Tennessee"
3072
  msgstr "Tennessee"
 
3073
  #: ../lib/tribe-view-helpers.class.php:351
3074
  msgid "Texas"
3075
  msgstr "Texas"
 
3076
  #: ../lib/tribe-view-helpers.class.php:352
3077
  msgid "Utah"
3078
  msgstr "Utah"
 
3079
  #: ../lib/tribe-view-helpers.class.php:353
3080
  msgid "Vermont"
3081
  msgstr "Vermont"
 
3082
  #: ../lib/tribe-view-helpers.class.php:354
3083
  msgid "Virginia"
3084
  msgstr "Virginia"
 
3085
  #: ../lib/tribe-view-helpers.class.php:355
3086
  msgid "Washington"
3087
  msgstr "Washington"
 
3088
  #: ../lib/tribe-view-helpers.class.php:356
3089
  msgid "West Virginia"
3090
  msgstr "West Virginia"
 
3091
  #: ../lib/tribe-view-helpers.class.php:357
3092
  msgid "Wisconsin"
3093
  msgstr "Wisconsin"
 
3094
  #: ../lib/tribe-view-helpers.class.php:358
3095
  msgid "Wyoming"
3096
  msgstr "Wyoming"
3097
+ #: ../lib/widget-list.class.php:25
 
 
3098
  msgid "A widget that displays upcoming events."
3099
+ msgstr "A widget that displays upcoming events."
3100
+ #: ../lib/widget-list.class.php:32
 
3101
  msgid "Events List"
3102
+ msgstr "Events List"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3103
  #: ../public/advanced-functions/meta.php:39
3104
+ #: ../public/advanced-functions/meta.php:65
3105
+ #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:55
3106
  msgid "Start:"
3107
  msgstr "Start:"
 
3108
  #: ../public/advanced-functions/meta.php:46
3109
+ #: ../public/advanced-functions/meta.php:72
3110
+ #: ../views/modules/meta/details.php:39 ../views/modules/meta/details.php:58
3111
  msgid "End:"
3112
+ msgstr "End:"
3113
+ #: ../public/advanced-functions/meta.php:55
3114
+ #: ../public/advanced-functions/meta.php:81
3115
+ #: ../views/modules/meta/details.php:47 ../views/modules/meta/details.php:66
3116
  msgid "Date:"
3117
+ msgstr "Date:"
3118
+ #: ../public/advanced-functions/meta.php:90
3119
+ #: ../public/advanced-functions/meta.php:99
3120
+ #: ../views/modules/meta/details.php:69
3121
  msgid "Time:"
3122
+ msgstr "Time:"
3123
+ #: ../public/advanced-functions/meta.php:283
3124
+ #: ../public/template-tags/google-map.php:38
3125
  msgid "Click to view a Google Map"
3126
+ msgstr "Click to view a Google Map"
3127
+ #: ../public/advanced-functions/meta.php:284
3128
+ #: ../public/template-tags/google-map.php:39
 
3129
  msgid "+ Google Map"
3130
  msgstr "+ Google Map"
3131
+ #: ../public/advanced-functions/meta.php:295
3132
+ #: ../views/modules/meta/details.php:13
3133
  msgid "Details"
3134
+ msgstr "Details"
3135
+ #: ../public/advanced-functions/meta.php:346
3136
+ #: ../views/modules/meta/details.php:97
 
3137
  msgid "Event Tags:"
3138
+ msgstr "Event Tags:"
3139
+ #: ../public/advanced-functions/meta.php:372
 
3140
  msgid "Origin:"
3141
+ msgstr "Origin:"
3142
+ #: ../public/advanced-functions/meta.php:509
 
3143
  msgid "Event:"
3144
+ msgstr "Event:"
3145
+ #: ../public/template-tags/day.php:94
3146
+ msgid "<span>&laquo;</span> Previous Day"
3147
+ msgstr "<span>&laquo;</span> Previous Day"
3148
+ #: ../public/template-tags/day.php:96
3149
+ msgid "Next Day <span>&raquo;</span>"
3150
+ msgstr "Next Day <span>&raquo;</span>"
3151
+ #: ../public/template-tags/day.php:98
3152
+ msgid "Yesterday"
3153
+ msgstr "Yesterday"
3154
+ #: ../public/template-tags/day.php:100
3155
+ msgid "Tomorrow"
3156
+ msgstr "Tomorrow"
3157
+ #: ../public/template-tags/deprecated.php:1156
3158
  msgid "Category"
3159
+ msgstr "Category"
3160
+ #: ../public/template-tags/general.php:297
 
3161
  msgid "Tags:"
3162
+ msgstr "Tags:"
3163
+ #: ../public/template-tags/general.php:393
 
 
3164
  msgid "Loading Events"
3165
+ msgstr "Loading Events"
3166
+ #: ../public/template-tags/general.php:573
 
3167
  msgid "Free"
3168
+ msgstr "Free"
3169
+ #: ../public/template-tags/general.php:1161
 
 
 
 
 
 
 
 
 
 
3170
  #, php-format
3171
  msgid "Calendar powered by %sThe Events Calendar%s"
3172
+ msgstr "Calendar powered by %sThe Events Calendar%s"
3173
+ #: ../public/template-tags/loop.php:133
3174
+ msgid "Events for"
3175
+ msgstr "Events for"
3176
+ #: ../public/template-tags/options.php:18
3177
  #, php-format
3178
  msgid "Your current Events URL is %s"
3179
+ msgstr "Your current Events URL is %s"
3180
+ #: ../public/template-tags/options.php:27
 
3181
  #, php-format
3182
  msgid ""
3183
  "You <strong>cannot</strong> use the same slug as above. The above should "
3184
  "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
3185
  msgstr ""
3186
+ "You <strong>cannot</strong> use the same slug as above. The above should "
3187
+ "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
3188
+ #: ../views/day/nav.php:14
3189
+ msgid "Day Navigation"
3190
+ msgstr "Day Navigation"
3191
+ #: ../views/day/single-event.php:72 ../views/list/single-event.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3192
  msgid "Find out more"
3193
+ msgstr "Find out more"
3194
+ #: ../views/list/nav.php:15
3195
+ msgid "Events List Navigation"
3196
+ msgstr "Events List Navigation"
3197
+ #: ../views/list/nav.php:21
3198
+ msgid "<span>&laquo;</span> Previous Events"
3199
+ msgstr "<span>&laquo;</span> Previous Events"
3200
+ #: ../views/list/nav.php:27
3201
+ msgid "Next Events <span>&raquo;</span>"
3202
+ msgstr "Next