-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathcloudinary.pot
More file actions
2434 lines (1930 loc) · 62.8 KB
/
cloudinary.pot
File metadata and controls
2434 lines (1930 loc) · 62.8 KB
1
2
3
4
5
6
7
8
9
10
11
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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
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
466
467
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
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Copyright (C) 2025 Cloudinary Ltd., XWP
# This file is distributed under the GPLv2+.
msgid ""
msgstr ""
"Project-Id-Version: Cloudinary STABLETAG\n"
"Report-Msgid-Bugs-To: https://github.com/cloudinary/cloudinary_wordpress\n"
"POT-Creation-Date: 2025-09-29 13:51:03+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.4\n"
#: cloudinary.php:63
msgid ""
"Cloudinary plugin error: Your version of PHP is too old to run this plugin. "
"You must be running PHP 5.6 or higher."
msgstr ""
#: php/assets/class-rest-assets.php:67 php/class-cache.php:339
msgid "The list of IDs to update."
msgstr ""
#: php/assets/class-rest-assets.php:72 php/class-cache.php:344
msgid "The state to update."
msgstr ""
#: php/assets/class-rest-assets.php:121
msgid "Some transformations were invalid and were removed."
msgstr ""
#: php/assets/class-rest-assets.php:333 php/assets/class-rest-assets.php:361
#: php/cache/class-cache-point.php:600
msgid "No items cached."
msgstr ""
#: php/assets/class-rest-assets.php:345 php/cache/class-cache-point.php:584
#. translators: The current page and total pages.
msgid "Page %1$d of %2$d"
msgstr ""
#: php/assets/class-rest-assets.php:348 php/cache/class-cache-point.php:587
#. translators: The number of files.
msgid "%d cached file"
msgid_plural "%d cached files"
msgstr[0] ""
msgstr[1] ""
#: php/assets/class-rest-assets.php:359 php/cache/class-cache-point.php:598
msgid "No items found."
msgstr ""
#: php/cache/class-cache-point.php:961 php/class-assets.php:1262
msgid "Cloudinary Asset"
msgstr ""
#: php/cache/class-cache-point.php:962 php/class-assets.php:1263
msgid "Post type to represent a non-media library asset."
msgstr ""
#: php/class-admin.php:454
msgid "Settings updated successfully"
msgstr ""
#: php/class-admin.php:457
msgid "No changes to save"
msgstr ""
#: php/class-assets.php:240
msgid "Disable Cloudinary status"
msgstr ""
#: php/class-assets.php:242
msgid "Enable Cloudinary status"
msgstr ""
#: php/class-assets.php:817
msgid "Caching"
msgstr ""
#: php/class-assets.php:828
msgid "Creating shadow assets"
msgstr ""
#: php/class-assets.php:839
msgid "Updating asset storage"
msgstr ""
#: php/class-assets.php:1306
msgid "Additional Asset Sync Settings"
msgstr ""
#: php/class-assets.php:1326
msgid "Additional asset sync settings"
msgstr ""
#: php/class-assets.php:1327
msgid ""
"Enabling additional asset syncing will sync the toggled assets with "
"Cloudinary to make use of advanced optimization and CDN delivery "
"functionality."
msgstr ""
#: php/class-assets.php:1328
msgid "Enable additional asset syncing"
msgstr ""
#: php/class-assets.php:1367
msgid "External Asset Sync Settings"
msgstr ""
#: php/class-assets.php:1416 php/class-cache.php:615
msgid "Plugin"
msgstr ""
#: php/class-assets.php:1452 php/class-cache.php:791
msgid "Plugins"
msgstr ""
#: php/class-assets.php:1470 php/class-cache.php:808
msgid "Deliver assets from all plugin folders"
msgstr ""
#: php/class-assets.php:1502 php/class-cache.php:651
msgid "Theme"
msgstr ""
#: php/class-assets.php:1534 php/class-cache.php:842
msgid "Themes"
msgstr ""
#: php/class-assets.php:1552 php/class-cache.php:859
msgid "Deliver all assets from active theme."
msgstr ""
#: php/class-assets.php:1577 php/class-assets.php:1612 php/class-cache.php:683
#: php/class-cache.php:894
msgid "WordPress"
msgstr ""
#: php/class-assets.php:1586 php/class-cache.php:667
msgid "WordPress Admin"
msgstr ""
#: php/class-assets.php:1593 php/class-cache.php:674
msgid "WordPress Includes"
msgstr ""
#: php/class-assets.php:1630 php/class-cache.php:911
msgid "Deliver all assets from WordPress core."
msgstr ""
#: php/class-assets.php:1656 php/class-assets.php:1682 php/class-cache.php:707
#: php/class-cache.php:946
msgid "Content"
msgstr ""
#: php/class-assets.php:1663 php/class-cache.php:698
msgid "Uploads"
msgstr ""
#: php/class-assets.php:1700 php/class-cache.php:963
msgid "Deliver all content assets from WordPress Media Library."
msgstr ""
#: php/class-assets.php:1724
msgid "Enable external assets"
msgstr ""
#: php/class-assets.php:1725
msgid ""
"Enabling external assets allows you to sync assets from specific external "
"sources with Cloudinary."
msgstr ""
#: php/class-assets.php:1735
msgid "Domains for each external source."
msgstr ""
#: php/class-assets.php:1738
msgid "Enter a domain"
msgstr ""
#: php/class-assets.php:1739
msgid "Press ENTER or SPACE or type comma or tab to continue."
msgstr ""
#: php/class-cache.php:1015 php/class-cache.php:1018
msgid "Site Cache"
msgstr ""
#: php/class-cache.php:1022
msgid "Cache Settings"
msgstr ""
#: php/class-cache.php:1038
msgid "Full CDN"
msgstr ""
#: php/class-cache.php:1039
msgid "Deliver all assets from Cloudinary."
msgstr ""
#: php/class-cache.php:1043
msgid "Enable caching site assets."
msgstr ""
#: php/class-connect.php:266
msgid "Connection to Cloudinary has been removed."
msgstr ""
#: php/class-connect.php:287
msgid ""
"The environment variable URL must be in this format: "
"cloudinary://API_KEY:API_SECRET@CLOUD_NAME"
msgstr ""
#: php/class-connect.php:308
msgid "Successfully connected to Cloudinary."
msgstr ""
#: php/class-connect.php:352
#. translators: Placeholder refers the error from API.
msgid "Cloudinary Error: %s"
msgstr ""
#: php/class-connect.php:360
#. translators: Placeholders are <a> tags.
msgid ""
"Cloudinary Account Disabled. %1$s Upgrade your plan %3$s or %2$s submit a "
"support request %3$s for assistance."
msgstr ""
#: php/class-connect.php:405
#. translators: Placeholder refers to the expected URL format.
msgid "Incorrect Format. Expecting: %s"
msgstr ""
#: php/class-connect.php:417
msgid "CNAME is not a valid domain name."
msgstr ""
#: php/class-connect.php:807
msgid "upgrade your account"
msgstr ""
#: php/class-connect.php:822
#. translators: %1$s quota size, %2$s amount in percent, %3$s link URL, %4$s
#. link anchor text.
msgid ""
"You are %2$s of the way through your monthly quota for %1$s on your "
"Cloudinary account. If you exceed your quota, the Cloudinary plugin will be "
"deactivated until your next billing cycle and your media assets will be "
"served from your WordPress Media Library. You may wish to <a href=\"%3$s\" "
"target=\"_blank\">%4$s</a> and increase your quota to ensure you maintain "
"full functionality."
msgstr ""
#: php/class-connect.php:1017
msgid "Cloudinary was able to connect to the WordPress REST API."
msgstr ""
#: php/class-connect.php:1034 php/class-connect.php:1044
#. translators: 1: The WordPress error message. 2: The WordPress error code.
msgid "The Cloudinary REST API endpoints are not available. Error: %1$s (%2$s)"
msgstr ""
#: php/class-cron.php:104
msgid "Cron System"
msgstr ""
#: php/class-cron.php:113
msgid "Cron Control"
msgstr ""
#: php/class-cron.php:117
msgid "Enable Cron"
msgstr ""
#: php/class-dashboard.php:67 ui-definitions/settings-pages.php:15
msgid "Cloudinary Dashboard"
msgstr ""
#: php/class-dashboard.php:68 ui-definitions/settings-pages.php:16
msgid "Dashboard"
msgstr ""
#: php/class-dashboard.php:75 php/class-dashboard.php:247
msgid "How much you optimize"
msgstr ""
#: php/class-dashboard.php:112
msgid "Percentage of assets optimized by Cloudinary"
msgstr ""
#: php/class-dashboard.php:160
msgid "View errored assets"
msgstr ""
#: php/class-dashboard.php:189
msgid "Retry sync assets with errors"
msgstr ""
#: php/class-dashboard.php:199
msgid "Original size"
msgstr ""
#: php/class-dashboard.php:206
msgid "Optimized size"
msgstr ""
#: php/class-dashboard.php:234
msgid "That's the amount you've saved by using Cloudinary."
msgstr ""
#: php/class-dashboard.php:283 php/class-dashboard.php:316
msgid "Not enough data to show"
msgstr ""
#: php/class-dashboard.php:288 php/class-dashboard.php:321
msgid "Come back when more data is available"
msgstr ""
#: php/class-dashboard.php:329
msgid "Your plan status"
msgstr ""
#: php/class-dashboard.php:366
#. Translators: placeholder is the Cloudinary cloud name.
msgid "Plan details for @%s"
msgstr ""
#: php/class-deactivation.php:114
msgid "Set up is too difficult"
msgstr ""
#: php/class-deactivation.php:118
msgid "Lack of documentation"
msgstr ""
#: php/class-deactivation.php:122
msgid "Not the features I wanted"
msgstr ""
#: php/class-deactivation.php:126
msgid "Found a better plugin"
msgstr ""
#: php/class-deactivation.php:130
msgid "Incompatible with theme or plugin"
msgstr ""
#: php/class-deactivation.php:134
msgid "Other"
msgstr ""
#: php/class-deactivation.php:148
msgid "Keep plugin data as it is"
msgstr ""
#: php/class-deactivation.php:153
msgid "Remove all plugin data and settings"
msgstr ""
#: php/class-deactivation.php:177
#. translators: The System Report link tag.
msgid "Share a %s with Cloudinary to help improve the plugin."
msgstr ""
#: php/class-deactivation.php:182 php/class-report.php:277
#: ui-definitions/settings-pages.php:395
#. translators: The System Report link and label.
msgid "System Report"
msgstr ""
#: php/class-deactivation.php:193
msgid ""
"Caution: Your storage setting is currently set to \"Cloudinary only\", "
"disabling the plugin will result in broken links to media assets. Are you "
"sure you want to continue?"
msgstr ""
#: php/class-deactivation.php:197
msgid "I understand and I want to proceed"
msgstr ""
#: php/class-deactivation.php:203
msgid ""
"Before you deactivate the plugin, would you quickly give us your reason for "
"doing so?"
msgstr ""
#: php/class-deactivation.php:213
msgid "Additional details:"
msgstr ""
#: php/class-deactivation.php:220
msgid "Please, choose one option what we should do with the plugin’s settings"
msgstr ""
#: php/class-deactivation.php:247
msgid "Allow Cloudinary to contact me regarding deactivation of the plugin."
msgstr ""
#: php/class-deactivation.php:253
msgid "Skip and deactivate"
msgstr ""
#: php/class-deactivation.php:256 php/class-deactivation.php:299
msgid "Cancel"
msgstr ""
#: php/class-deactivation.php:259
msgid "Submit and deactivate"
msgstr ""
#: php/class-deactivation.php:262 php/class-deactivation.php:308
msgid "Sending…"
msgstr ""
#: php/class-deactivation.php:267 php/class-deactivation.php:313
msgid ""
"Uninstall has been started and the plugin will automatically be deactivated "
"once complete."
msgstr ""
#: php/class-deactivation.php:270 php/class-deactivation.php:316
msgid "Close"
msgstr ""
#: php/class-deactivation.php:289
msgid "We noticed you didn't connect your account. Maybe we can help?"
msgstr ""
#: php/class-deactivation.php:290
msgid ""
"Place your email below and our support will get back to you as soon as "
"possible."
msgstr ""
#: php/class-deactivation.php:293 php/class-deactivation.php:294
msgid "Your email address"
msgstr ""
#: php/class-deactivation.php:302
msgid "Deactivate"
msgstr ""
#: php/class-deactivation.php:305
msgid "Contact me"
msgstr ""
#: php/class-deactivation.php:463
msgid "Data clean up. The plugin will self deactivate once complete. "
msgstr ""
#: php/class-extensions.php:123
#. Translators: placeholders are number of active extensions.
msgid "%s Active extension"
msgid_plural "%s Active extensions"
msgstr[0] ""
msgstr[1] ""
#: php/class-extensions.php:134 php/class-media-library.php:43
msgid "Cloudinary DAM"
msgstr ""
#: php/class-extensions.php:137
#. translators: The Link for Learn more.
msgid ""
"Cloudinary’s Digital Asset Management solutions is designed to meet the "
"unique needs of today focusing on flexibility, intelligent automation "
"features, and delivery at scale. %1$sLearn More%2$s."
msgstr ""
#: php/class-extensions.php:159
msgid "Extensions"
msgstr ""
#: php/class-extensions.php:231
msgid "Reload page"
msgstr ""
#: php/class-media-library.php:42
msgid "Cloudinary Media Library"
msgstr ""
#: php/class-media.php:185
msgid "Error"
msgstr ""
#: php/class-media.php:186
msgid "Unsynced"
msgstr ""
#: php/class-media.php:459
#. translators: variable is file size.
msgid ""
"File size exceeds the maximum of %s. This media asset will be served from "
"WordPress."
msgstr ""
#: php/class-media.php:2067
msgid "Import"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Cloudinary"
msgstr ""
#: php/class-media.php:2423
msgid "The delivery for this asset is disabled."
msgstr ""
#: php/class-media.php:2427
msgid "Not syncable. This is an external media."
msgstr ""
#: php/class-media.php:2431
msgid "This media is Fetch type."
msgstr ""
#: php/class-media.php:2435
msgid "This media is Sprite type."
msgstr ""
#: php/class-media.php:2445
msgid "Not Synced"
msgstr ""
#: php/class-media.php:2450
msgid "Synced"
msgstr ""
#: php/class-media.php:3109
msgid "No Cloudinary filters"
msgstr ""
#: php/class-media.php:3209
msgid "Media Settings"
msgstr ""
#: php/class-media.php:3212
msgid "Media Display"
msgstr ""
#: php/class-media.php:3216 php/media/class-global-transformations.php:620
#: php/ui/component/class-asset-preview.php:73
#: php/ui/component/class-plan-details.php:119
#: php/ui/component/class-plan-status.php:128
#: ui-definitions/settings-sidebar.php:44
msgid "Transformations"
msgstr ""
#: php/class-media.php:3217
msgid ""
"Cloudinary allows you to easily transform your images on-the-fly to any "
"required format, style and dimension, and also optimizes images for minimal "
"file size alongside high visual quality for an improved user experience and "
"minimal bandwidth. You can do all of this by implementing dynamic image "
"transformation and delivery URLs."
msgstr ""
#: php/class-media.php:3222 ui-definitions/settings-image.php:174
#: ui-definitions/settings-video.php:260
msgid "See examples"
msgstr ""
#: php/class-plugin.php:757
msgid "Visit plugin site"
msgstr ""
#: php/class-report.php:109
msgid "Added to the Cloudinary Report."
msgstr ""
#: php/class-report.php:127
msgid "Add to Cloudinary Report"
msgstr ""
#: php/class-report.php:174
msgid "Cloudinary Metadata viewer"
msgstr ""
#: php/class-report.php:286
msgid "System information report"
msgstr ""
#: php/class-report.php:289
msgid "Enable report"
msgstr ""
#: php/class-report.php:349
msgid ""
"Enabling system information reporting will allow you to generate and "
"download a realtime snapshot report. The report will be in JSON format and "
"will include information about:"
msgstr ""
#: php/class-report.php:352
msgid "Current WordPress and Cloudinary configuration."
msgstr ""
#: php/class-report.php:353
msgid "Currently installed plugins."
msgstr ""
#: php/class-report.php:354
msgid "Any themes that are being used."
msgstr ""
#: php/class-report.php:355
msgid ""
"Any specifically selected media. These can be added to the report from the "
"WordPress Media Library."
msgstr ""
#: php/class-report.php:356
msgid ""
"Any specifically selected posts or pages. These can be added to the report "
"from the relevant listing pages."
msgstr ""
#: php/class-special-offer.php:55
msgid "Special Offer!"
msgstr ""
#: php/class-special-offer.php:64
msgid "Get a small $29 plan"
msgstr ""
#: php/class-special-offer.php:72
msgid "Get started"
msgstr ""
#: php/class-special-offer.php:78
#. translators: The plugin version.
msgid "Request to Purchase the WordPress plugin version %s Small Plan"
msgstr ""
#: php/class-special-offer.php:81
msgid ""
"Hello,<br><br>I'm interested in purchasing the monthly Small plan for "
"$29/month. Could you please provide me with the next steps to complete the "
"purchase?<br><br>Thank you!"
msgstr ""
#: php/class-sync.php:483
msgid "Synchronizing asset with Cloudinary"
msgstr ""
#: php/class-sync.php:503
msgid "Upgrading from previous version"
msgstr ""
#: php/class-sync.php:514
msgid "Downloading from Cloudinary"
msgstr ""
#: php/class-sync.php:529 php/class-sync.php:546
msgid "Uploading to Cloudinary"
msgstr ""
#: php/class-sync.php:559
#. translators: %s folder name
msgid "Copying to folder %s."
msgstr ""
#: php/class-sync.php:574 php/class-sync.php:601
msgid "Updating metadata"
msgstr ""
#: php/class-sync.php:587
msgid "Updating breakpoints"
msgstr ""
#: php/class-sync.php:622
msgid "Uploading to new cloud name."
msgstr ""
#: php/class-sync.php:1097
msgid "Sync errors cleaned up"
msgstr ""
#: php/class-sync.php:1187
msgid "Is Cloudinary synced."
msgstr ""
#: php/class-sync.php:1244
msgid "Media Library Sync Settings"
msgstr ""
#: php/class-sync.php:1249
msgid "Sync method"
msgstr ""
#: php/class-sync.php:1252
#. translators: The HTML break line, the link to Cloudinary documentation and
#. closing tag.
msgid ""
"Defines how your WordPress assets sync with Cloudinary.%1$s“Auto” will sync "
"assets automatically.%2$s“Manual” requires triggering via the WordPress "
"Media Library.%3$s%4$sLearn more%5$s"
msgstr ""
#: php/class-sync.php:1263
msgid "Auto sync"
msgstr ""
#: php/class-sync.php:1264
msgid "Manual sync"
msgstr ""
#: php/class-sync.php:1270
msgid "Cloudinary folder path"
msgstr ""
#: php/class-sync.php:1274
msgid "e.g.: wordpress_assets/"
msgstr ""
#: php/class-sync.php:1277
msgid ""
"The folder in your Cloudinary account that WordPress assets are uploaded "
"to. Leave blank to use the root of your Cloudinary library."
msgstr ""
#: php/class-sync.php:1286 php/ui/component/class-plan-details.php:118
#: php/ui/component/class-plan-status.php:94
#: ui-definitions/settings-sidebar.php:38
msgid "Storage"
msgstr ""
#: php/class-sync.php:1289
#. translators: the HTML for opening and closing list and its items.
msgid ""
"Choose where your assets are stored.%1$sCloudinary and WordPress: Stores "
"assets in both locations. Enables local WordPress delivery if the "
"Cloudinary plugin is disabled or uninstalled.%2$sCloudinary and WordPress "
"(low resolution): Stores original assets in Cloudinary and low resolution "
"versions in WordPress. Enables low resolution local WordPress delivery if "
"the plugin is disabled or uninstalled.%3$sCloudinary only: Stores assets in "
"Cloudinary only. Requires additional steps to enable backwards "
"compatibility.%4$s%5$sLearn more%6$s"
msgstr ""
#: php/class-sync.php:1302
msgid "Cloudinary and WordPress"
msgstr ""
#: php/class-sync.php:1303
msgid "Cloudinary and WordPress (low resolution)"
msgstr ""
#: php/class-sync.php:1304
msgid "Cloudinary only"
msgstr ""
#: php/class-sync.php:1310 php/delivery/class-lazy-load.php:543
#: php/media/class-gallery.php:425 ui-definitions/components/header.php:19
#: ui-definitions/settings-image.php:257 ui-definitions/settings-pages.php:206
#: ui-definitions/settings-pages.php:222 ui-definitions/settings-pages.php:223
#: ui-definitions/settings-video.php:306
msgid "Need help?"
msgstr ""
#: php/class-sync.php:1313
#. Translators: The HTML for opening and closing link tags.
msgid ""
"Watch free lessons on how to use the Media Library Sync Settings in the "
"%1$sCloudinary Academy%2$s."
msgstr ""
#: php/class-utils.php:472
#. translators: The plugin version.
msgid "I need help with Cloudinary WordPress plugin version %s"
msgstr ""
#: php/class-utils.php:476
msgid ""
"Please, provide more details on your request, and if possible, attach a "
"System Report"
msgstr ""
#: php/class-utils.php:790
msgid "Debug log is empty"
msgstr ""
#: php/class-utils.php:844
msgid "Missing SRC attribute."
msgstr ""
#: php/class-utils.php:882
#. translators: The attachment ID.
msgid "Clean up sync metadata for %d"
msgstr ""
#: php/class-utils.php:1293
msgid "Cloudinary global transformations"
msgstr ""
#: php/class-utils.php:1300
#. translators: %1$s is the taxonomy label and the %2$s is the context of the
#. use.
msgid "%1$s %2$s transformations"
msgstr ""
#: php/class-utils.php:1310
#. translators: %s is the term name.
msgid "%s transformations"
msgstr ""
#: php/connect/class-api.php:429
msgid "No direct access to file system."
msgstr ""
#: php/connect/class-api.php:540
#. translators: variable is thread name and queue size.
msgid "Uploading remote url: %1$s."
msgstr ""
#: php/connect/class-api.php:671
msgid "Could not get VIP file content"
msgstr ""
#: php/delivery/class-bypass.php:147
msgid "Deliver from WordPress"
msgstr ""
#: php/delivery/class-lazy-load.php:405 php/delivery/class-lazy-load.php:406
#: php/delivery/class-lazy-load.php:438
msgid "Lazy loading"
msgstr ""
#: php/delivery/class-lazy-load.php:413
msgid "Lazy Loading"
msgstr ""
#: php/delivery/class-lazy-load.php:420 ui-definitions/settings-image.php:23
#: ui-definitions/settings-pages.php:100 ui-definitions/settings-video.php:23
msgid "Settings"
msgstr ""
#: php/delivery/class-lazy-load.php:424 php/delivery/class-lazy-load.php:534
#: ui-definitions/settings-image.php:27 ui-definitions/settings-image.php:244
#: ui-definitions/settings-pages.php:104 ui-definitions/settings-pages.php:197
#: ui-definitions/settings-video.php:27
msgid "Preview"
msgstr ""
#: php/delivery/class-lazy-load.php:436
msgid "Enable lazy loading"
msgstr ""
#: php/delivery/class-lazy-load.php:437
msgid ""
"Lazy loading delays the initialization of your web assets to improve page "
"load times."
msgstr ""
#: php/delivery/class-lazy-load.php:449
msgid "Lazy loading threshold"
msgstr ""
#: php/delivery/class-lazy-load.php:450
msgid "How far down the page to start lazy loading assets."
msgstr ""
#: php/delivery/class-lazy-load.php:466
msgid "Pre-loader color"
msgstr ""
#: php/delivery/class-lazy-load.php:467
msgid ""
"On page load, the pre-loader is used to fill the space while the image is "
"downloaded, preventing content shift."
msgstr ""
#: php/delivery/class-lazy-load.php:476
msgid "Pre-loader animation"
msgstr ""
#: php/delivery/class-lazy-load.php:486
msgid "Placeholder generation type"
msgstr ""
#: php/delivery/class-lazy-load.php:487
msgid ""
"Placeholders are low-res representations of the image, that's loaded below "
"the fold. They are then replaced with the actual image, just before it "
"comes into view."
msgstr ""
#: php/delivery/class-lazy-load.php:497
msgid "Blur"
msgstr ""
#: php/delivery/class-lazy-load.php:498
msgid "Pixelate"
msgstr ""
#: php/delivery/class-lazy-load.php:499
msgid "Vectorize"
msgstr ""
#: php/delivery/class-lazy-load.php:500
msgid "Dominant Color"
msgstr ""
#: php/delivery/class-lazy-load.php:501 php/delivery/class-lazy-load.php:516
#: ui-definitions/settings-video.php:145
msgid "Off"
msgstr ""
#: php/delivery/class-lazy-load.php:512
msgid "DPR settings"
msgstr ""
#: php/delivery/class-lazy-load.php:513
msgid "The device pixel ratio to use for your generated images."
msgstr ""
#: php/delivery/class-lazy-load.php:517
msgid "Auto (2x)"
msgstr ""
#: php/delivery/class-lazy-load.php:518
msgid "Max DPR"
msgstr ""
#: php/delivery/class-lazy-load.php:546
#. Translators: The HTML for opening and closing link tags.
msgid ""
"Watch free lessons on how to use the Lazy Load Settings in the "
"%1$sCloudinary Academy%2$s."
msgstr ""
#: php/media/class-filter.php:604 php/media/class-filter.php:620
#: php/media/class-filter.php:638 php/media/class-filter.php:654
#: php/media/class-filter.php:670
#: php/media/class-global-transformations.php:568
msgid "Overwrite Global Transformations"
msgstr ""
#: php/media/class-filter.php:688
msgid "Attachment Display Settings"
msgstr ""
#: php/media/class-gallery.php:374 php/media/class-gallery.php:375
msgid "Gallery settings"
msgstr ""
#: php/media/class-gallery.php:383
msgid "Gallery Settings"
msgstr ""
#: php/media/class-gallery.php:393
msgid "Replace WooCommerce Gallery"
msgstr ""
#: php/media/class-gallery.php:394
msgid ""
"Replace the default WooCommerce gallery with the Cloudinary Gallery on "
"product pages."
msgstr ""
#: php/media/class-gallery.php:402
msgid "Cloudinary Gallery block defaults"
msgstr ""
#: php/media/class-gallery.php:405
msgid ""
"The Cloudinary Gallery is available as a new block type which can be "
"inserted to any post or page. Note, this is not available when using the "
"classic editor."
msgstr ""
#: php/media/class-gallery.php:428
#. Translators: The HTML for opening and closing link tags.
msgid ""
"Watch free lessons on how to use the Gallery Settings in the %1$sCloudinary "
"Academy%2$s."
msgstr ""
#: php/media/class-global-transformations.php:322
msgid "Cloudinary terms transformations"
msgstr ""