Newer
Older
# Copyright (C) 2023 CiviCRM LLC
# This file is distributed under the AGPL3.
"Project-Id-Version: CiviCRM 4.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/civicrm\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
"POT-Creation-Date: 2023-07-25T14:01:10+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: civicrm\n"
#. Plugin Name of the plugin
#: includes/admin-pages/civicrm.page.error.php:107
#: includes/civicrm.admin.php:630
#: includes/civicrm.admin.php:631
#: includes/civicrm.basepage.php:273
#: includes/civicrm.shortcodes.modal.php:92
#: includes/civicrm.shortcodes.php:598
msgid "CiviCRM"
msgstr ""
#. Plugin URI of the plugin
msgid "https://docs.civicrm.org/sysadmin/en/latest/install/wordpress/"
msgstr ""
#. Description of the plugin
msgid "CiviCRM - Growing and Sustaining Relationships"
msgstr ""
#. Author of the plugin
msgid "CiviCRM LLC"
msgstr ""
#. Author URI of the plugin
msgid "https://civicrm.org/"
msgstr ""
#: assets/templates/metaboxes/metabox.contact.add.php:40
msgid "First Name"
msgstr ""
#: assets/templates/metaboxes/metabox.contact.add.php:46
msgid "Last Name"
msgstr ""
#: assets/templates/metaboxes/metabox.contact.add.php:52
msgid "Email"
msgstr ""
#: assets/templates/metaboxes/metabox.contact.add.php:58
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:128
msgid "Add Contact"
msgstr ""
#: assets/templates/metaboxes/metabox.contact.add.php:66
msgid "Recently Added Contacts"
msgstr ""
#: assets/templates/metaboxes/metabox.error.help.php:22
msgid "Please review the %1$sWordPress Installation Guide%2$s and the %3$sTroubleshooting page%4$s for assistance. If you still need help, you can often find solutions to your issue by searching for the error message in the %5$sinstallation support section of the community forum%6$s."
msgstr ""
#: assets/templates/metaboxes/metabox.error.path.php:22
msgid "The path for including CiviCRM code files does appear to be set properly. Most likely there is an error in the %s setting in your CiviCRM settings file."
msgstr ""
#: assets/templates/metaboxes/metabox.error.path.php:26
msgid "Your CiviCRM settings file location is set to:"
msgstr ""
#: assets/templates/metaboxes/metabox.error.path.php:28
msgid "%s is currently set to:"
msgstr ""
#: assets/templates/metaboxes/metabox.error.path.php:30
msgid "Please check that your CiviCRM settings file is where it should be and that %s is set correctly in it. Also check that the CiviCRM code directory is where it should be. If these are both fine, then you will have to look in your logs for more information."
msgstr ""
#: assets/templates/metaboxes/metabox.error.php.php:22
msgid "CiviCRM requires PHP version %1$s or greater. You are running PHP version %2$s"
msgstr ""
#: assets/templates/metaboxes/metabox.error.php.php:27
msgid "You will have to upgrade PHP before you can run this version CiviCRM."
msgstr ""
#: assets/templates/metaboxes/metabox.error.php.php:29
msgid "To continue using CiviCRM without upgrading PHP, you will have to revert both the plugin and the database to a backup of your previous version."
msgstr ""
#: assets/templates/metaboxes/metabox.options.basepage.php:36
msgid "CiviCRM needs a WordPress Page to show its content on the public-facing pages of your website."
msgstr ""
#: assets/templates/metaboxes/metabox.options.basepage.php:38
#: includes/admin-pages/civicrm.page.options.php:845
msgid "Please select a Page from the drop-down for CiviCRM to use as its Base Page. If CiviCRM was able to create one automatically, there should be one with the title \"CiviCRM\". If not, please select another suitable WordPress Page."
msgstr ""
#: assets/templates/metaboxes/metabox.options.basepage.php:40
#: includes/admin-pages/civicrm.page.options.php:903
msgid "It appears that your Base Page has been set. Looking good."
msgstr ""
#: assets/templates/metaboxes/metabox.options.basepage.php:44
msgid "Choose Base Page"
msgstr ""
#: assets/templates/metaboxes/metabox.options.basepage.php:48
#: assets/templates/metaboxes/metabox.options.email.php:44
#: assets/templates/metaboxes/metabox.options.shortcode.php:44
#: includes/admin-pages/civicrm.page.options.php:179
msgid "Saved"
msgstr ""
#: assets/templates/metaboxes/metabox.options.basepage.php:49
#: assets/templates/metaboxes/metabox.options.email.php:45
#: assets/templates/metaboxes/metabox.options.shortcode.php:45
#: includes/admin-pages/civicrm.page.options.php:177
msgid "Update"
msgstr ""
#: assets/templates/metaboxes/metabox.options.cache.php:38
msgid "You may sometimes find yourself in situations that require the CiviCRM caches to be cleared, e.g. when template files need to be refreshed."
msgstr ""
#: assets/templates/metaboxes/metabox.options.cache.php:41
#: includes/admin-pages/civicrm.page.options.php:183
#: includes/admin-pages/civicrm.page.options.php:347
msgid "Clear Caches"
msgstr ""
#: assets/templates/metaboxes/metabox.options.email.php:35
msgid "When a WordPress User updates their Email, CiviCRM will automatically update the Primary Email of their linked Contact record. This setting lets you choose whether the reverse update should happen - i.e. if the Primary Email of a Contact that has a linked WordPress User is updated, do you want CiviCRM to update the WordPress User Email?"
msgstr ""
#: assets/templates/metaboxes/metabox.options.email.php:37
msgid "Sync Emails"
msgstr ""
#: assets/templates/metaboxes/metabox.options.email.php:39
msgid "Yes"
msgstr ""
#: assets/templates/metaboxes/metabox.options.email.php:40
msgid "No"
msgstr ""
#: assets/templates/metaboxes/metabox.options.links.php:31
msgid "Below is a list of shortcuts to some CiviCRM admin pages that are important when you are setting up CiviCRM. When these settings are correctly configured, your CiviCRM installation should be ready for you to customise to your requirements."
msgstr ""
#: assets/templates/metaboxes/metabox.options.links.php:43
msgid "Shortcuts to some CiviCRM maintenance tasks."
msgstr ""
#: assets/templates/metaboxes/metabox.options.permissions.php:38
msgid "You may need all CiviCRM permissions to be exposed as capabilities in WordPress, e.g. when you want them to be discoverable by other plugins. CiviCRM can do this by creating a role called \"CiviCRM Admin\" that has the complete set of CiviCRM capabilities. If you choose not to create the \"CiviCRM Admin\" role, then refreshing will just rebuild the existing set of capabilities."
msgstr ""
#: assets/templates/metaboxes/metabox.options.permissions.php:40
msgid "CiviCRM Admin Role"
msgstr ""
#: assets/templates/metaboxes/metabox.options.permissions.php:42
msgid "Enable the CiviCRM Admin role"
msgstr ""
#: assets/templates/metaboxes/metabox.options.permissions.php:43
msgid "Do not enable the CiviCRM Admin role"
msgstr ""
#: assets/templates/metaboxes/metabox.options.permissions.php:47
msgid "Refresh Permissions"
msgstr ""
#: assets/templates/metaboxes/metabox.options.shortcode.php:35
msgid "When a CiviCRM Shortcode is embedded in a Post/Page without \"hijack\" being set, it is shown embedded in the content in \"Shortcode Mode\". If any action is taken via the Shortcode, a query string is appended to the URL and the Post/Page is shown in \"Base Page Mode\" and the title and content are overwritten. Choose to keep this legacy behaviour or move to the new \"Remain in Shortcode Mode\" behaviour."
msgstr ""
#: assets/templates/metaboxes/metabox.options.shortcode.php:37
msgid "Display Mode"
msgstr ""
#: assets/templates/metaboxes/metabox.options.shortcode.php:39
msgid "Remain in Shortcode Mode"
msgstr ""
#: assets/templates/metaboxes/metabox.options.shortcode.php:40
msgid "Legacy Base Page Mode"
msgstr ""
#: assets/templates/metaboxes/metabox.repo.ext.php:21
msgid "Extensions are a bit like plugins because they enhance what CiviCRM can do. You can find, install and manage many of them in CiviCRM."
msgstr ""
#: assets/templates/metaboxes/metabox.repo.ext.php:24
msgid "Go to your CiviCRM Extensions Page"
msgstr ""
#: assets/templates/metaboxes/metabox.repo.ext.php:29
msgid "Here are some other places you can find them."
msgstr ""
#: assets/templates/metaboxes/metabox.repo.ext.php:32
msgid "Search CiviCRM Website for \"Extensions\" that are compatible with WordPress"
msgstr ""
#: assets/templates/metaboxes/metabox.repo.ext.php:33
msgid "Search CiviCRM GitLab for \"Extensions\" that are compatible with WordPress"
msgstr ""
#: assets/templates/metaboxes/metabox.repo.ext.php:34
msgid "Search GitHub for \"CiviCRM Extensions\""
msgstr ""
#: assets/templates/metaboxes/metabox.repo.git.php:21
msgid "For the more adventurous, here is a list of plugins that are hosted in git repositories around the web. You may need a bit more technical confidence to install and upgrade these plugins."
msgstr ""
#: assets/templates/metaboxes/metabox.repo.git.php:26
msgid "Search GitHub for CiviCRM & WordPress"
msgstr ""
#: assets/templates/metaboxes/metabox.repo.git.php:44
#: assets/templates/metaboxes/metabox.repo.wordpress.php:49
msgid "Could not fetch list of plugins."
msgstr ""
#: assets/templates/metaboxes/metabox.repo.wordpress.php:21
msgid "The easiest way to extend CiviCRM and integrate it with WordPress is through installing plugins that are hosted in the WordPress Plugin Directory. These can be installed and updated through the normal WordPress admin screens."
msgstr ""
#: assets/templates/metaboxes/metabox.repo.wordpress.php:26
msgid "Search the WordPress Plugin Directory for plugins tagged CiviCRM"
msgstr ""
#: assets/templates/metaboxes/metabox.repo.wordpress.php:27
msgid "Search the WordPress Plugin Directory for references to CiviCRM"
msgstr ""
#: assets/templates/metaboxes/metabox.repo.wordpress.php:38
msgid "Version %s"
msgstr ""
#: assets/templates/metaboxes/metabox.repo.wordpress.php:39
msgid "%d+ active installations"
msgstr ""
#: assets/templates/metaboxes/metabox.repo.wordpress.php:40
msgid "Tested up to WordPress %s"
msgstr ""
#: assets/templates/metaboxes/metabox.repo.wordpress.php:41
msgid "Last updated %s ago"
msgstr ""
#: assets/templates/pages/page.error.php:23
#: assets/templates/pages/page.integration.php:23
#: assets/templates/pages/page.options.php:23
msgid "CiviCRM Logo"
msgstr ""
#: assets/templates/pages/page.error.php:25
msgid "CiviCRM Troubleshooting"
msgstr ""
#: assets/templates/pages/page.error.php:27
msgid "Something seems to be wrong with your CiviCRM installation. This page will help you try and troubleshoot the problem."
msgstr ""
#: assets/templates/pages/page.integration.php:25
#: includes/admin-pages/civicrm.page.integration.php:132
msgid "Integrating CiviCRM with WordPress"
msgstr ""
#: assets/templates/pages/page.integration.php:27
msgid "We have collected some resources to help you make the most of CiviCRM in WordPress."
msgstr ""
#: assets/templates/pages/page.options.php:25
msgid "CiviCRM Settings"
msgstr ""
#: assets/templates/pages/page.options.php:27
msgid "We have collected some settings here because they are important for configuring CiviCRM in WordPress."
msgstr ""
msgid "Only one instance of CiviCRM_For_WordPress please"
msgstr ""
msgid "Please do not serialize CiviCRM_For_WordPress"
msgstr ""
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:129
msgid "Adding..."
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:130
msgid "Contact Added"
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:190
msgid "Quick Add Contact to CiviCRM"
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:243
msgid "Failed to init CiviCRM."
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:247
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:464
msgid "Please enter a first name."
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:251
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:470
msgid "Please enter a last name."
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:255
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:476
msgid "Please enter a valid email."
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:259
msgid "Could not create Contact."
msgstr ""
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:263
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:512
msgid "Could not find the created Contact."
msgstr ""
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:432
msgid "Could not save the contact."
msgstr ""
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:439
msgid "Authentication failed."
msgstr ""
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:445
msgid "CiviCRM not loaded."
msgstr ""
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:451
msgid "Permission denied."
msgstr ""
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:458
msgid "No data received."
msgstr ""
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:491
msgid "There seems to be %1$san existing Contact%2$s with these details."
msgstr ""
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:506
msgid "Could not create Contact: %s"
msgstr ""
#: includes/admin-metaboxes/civicrm.metabox.contact.add.php:548
msgid "Contact added."
msgstr ""
#: includes/admin-pages/civicrm.page.error.php:106
msgid "Troubleshooting"
msgstr ""
#: includes/admin-pages/civicrm.page.error.php:228
msgid "PHP Error Information"
msgstr ""
#: includes/admin-pages/civicrm.page.error.php:246
msgid "Path Error Information"
msgstr ""
#: includes/admin-pages/civicrm.page.error.php:263
msgid "General Information"
msgstr ""
#: includes/admin-pages/civicrm.page.integration.php:133
msgid "Integration"
msgstr ""
#: includes/admin-pages/civicrm.page.integration.php:253
msgid "WordPress Plugin Directory"
msgstr ""
#: includes/admin-pages/civicrm.page.integration.php:268
msgid "Other Plugin Repositories"
msgstr ""
#: includes/admin-pages/civicrm.page.integration.php:279
#: includes/admin-pages/civicrm.page.options.php:644
msgid "CiviCRM Extensions"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:135
msgid "CiviCRM Settings for WordPress"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:136
msgid "Settings"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:178
msgid "Saving..."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:180
msgid "Refresh"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:181
msgid "Refreshing..."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:182
msgid "Refreshed"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:184
msgid "Clearing..."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:185
msgid "Cleared"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:314
msgid "WordPress Base Page"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:325
msgid "Shortcode Display Mode"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:336
msgid "Contact Email to User Email Sync"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:358
msgid "Permissions and Capabilities"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:369
msgid "Useful Links"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:416
msgid "Could not find the WordPress Base Page."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:632
msgid "Settings - Resource URLs"
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
#: includes/admin-pages/civicrm.page.options.php:636
msgid "Settings - Upload Directories"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:640
msgid "WordPress Access Control"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:661
msgid "Rebuild the CiviCRM menu"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:665
msgid "Rebuild the CiviCRM database triggers"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:669
msgid "Upgrade CiviCRM"
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:670
msgid "Please note: you need to update the CiviCRM plugin directory first."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:844
msgid "Unable to save the WordPress Base Page."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:852
msgid "Authentication failed. Unable to save the WordPress Base Page."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:859
msgid "No Page ID detected. Unable to save the WordPress Base Page."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:866
msgid "Could not find selected Page. Unable to save the WordPress Base Page."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:892
msgid "Could not get data for the selected Page."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:922
#: includes/admin-pages/civicrm.page.options.php:966
msgid "Could not save the selected setting."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:929
#: includes/admin-pages/civicrm.page.options.php:973
msgid "Authentication failed. Could not save the selected setting."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:936
#: includes/admin-pages/civicrm.page.options.php:980
msgid "Unrecognised parameter. Could not save the selected setting."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:947
#: includes/admin-pages/civicrm.page.options.php:1003
msgid "Setting saved."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:1022
msgid "Could not refresh the CiviCRM permissions."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:1029
msgid "Authentication failed. Could not refresh the CiviCRM permissions."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:1036
msgid "Unrecognised parameter. Could not refresh the CiviCRM permissions."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:1064
msgid "CiviCRM permissions refreshed."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:1083
msgid "Could not clear the CiviCRM caches."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:1090
msgid "Authentication failed. Could not clear the CiviCRM caches."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:1098
msgid "Unrecognised parameter. Could not clear the CiviCRM caches."
msgstr ""
#: includes/admin-pages/civicrm.page.options.php:1108
msgid "CiviCRM caches cleared."
msgstr ""
#: includes/civicrm.admin.php:209
msgid "%1$sCiviCRM is almost ready.%2$s You must %3$sconfigure CiviCRM%4$s for it to work."
msgstr ""
#: includes/civicrm.admin.php:267
msgid "Installer unavailable. Failed to locate CiviCRM libraries."
msgstr ""
#: includes/civicrm.admin.php:301
msgid "%1$sCiviCRM needs your attention.%2$s Please visit the %3$sInformation Page%4$s for details."
msgstr ""
#: includes/civicrm.admin.php:560
msgid "Auto-updates are not available for this plugin."
#: includes/civicrm.admin.php:661
#: includes/civicrm.admin.php:662
msgid "CiviCRM Installer"
msgid "Do not delete this page. Page content is generated by CiviCRM."
msgstr ""
#: includes/civicrm.shortcodes.php:368
msgid "This Shortcode could not be handled. It could be malformed or used incorrectly."
msgid "CiviCRM.org - Growing and Sustaining Relationships"
msgstr ""
msgid "You do not have permission to access this content."
msgstr ""
#: includes/civicrm.users.php:607
msgid "CiviCRM Admin"
msgstr ""
#: wp-rest/Autoloader.php:70
msgid "The source %s is not readable."
msgstr ""
#: wp-rest/Controller/AuthorizeIPN.php:78
#: wp-rest/Controller/PayPalIPN.php:91
msgid "%s must implement a \"main\" method."
msgstr ""
msgid "CiviCRM WP REST permission check error."
msgstr ""
msgid "CiviCRM API3 WP rest endpoint wrapper"
msgstr ""
#: wp-rest/Controller/Url.php:165
#: wp-rest/Controller/Widget.php:150
msgid "Missing or invalid param \"api_key\"."
msgstr ""
msgid "A WordPress user must be associated with the contact for the provided API key."
msgstr ""