forked from UserMetaPro/translation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
user-meta.pot
4131 lines (3357 loc) · 83 KB
/
user-meta.pot
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
msgid ""
msgstr ""
"Project-Id-Version: User Meta Pro v1.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-04-10 16:32+0600\n"
"PO-Revision-Date: 2013-07-14 21:39:21+0000\n"
"Last-Translator: User Meta Pro <[email protected]>\n"
"Language-Team: User Meta Pro <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: CSL v1.x\n"
"X-Poedit-Language: \n"
"X-Poedit-Country: \n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_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"
"X-Poedit-Basepath: ../../\n"
"X-Poedit-Bookmarks: \n"
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes"
#: controllers/pro/umEmailNotificationController.php:21
#: views/email/emailNotificationPage.php:9
#: views/pro/email/emailNotificationPage.php:8
#: views/pro/email/emailNotificationPage_1.php:7
#@ user-meta
msgid "E-mail Notification"
msgstr ""
#: controllers/pro/umEmailNotificationController.php:92
#, php-format
#@ user-meta
msgid ""
"To reset your password, please visit the following address: \\r\n"
"\\r\n"
" %s"
msgstr ""
#: controllers/pro/umEmailNotificationController.php:149
#, php-format
#@ user-meta
msgid "Password: %s"
msgstr ""
#: controllers/pro/umEmailNotificationController.php:156
#: controllers/pro/umEmailNotificationController.php:162
#, php-format
#@ user-meta
msgid "Email verification url: %s"
msgstr ""
#: controllers/pro/umEmailNotificationController.php:159
#: controllers/pro/umEmailNotificationController.php:164
#, php-format
#@ user-meta
msgid "Activation url: %s"
msgstr ""
#: controllers/pro/umExportImportController.php:15
#: models/umSupportArray.php:46
#: models/umSupportArray.php:47
#: views/exportImport/importExportPage.php:9
#: views/pro/exportImport/importExportPage.php:9
#@ user-meta
msgid "Export & Import"
msgstr ""
#: controllers/pro/umExportImportController.php:52
#@ user-meta
msgid "You do not have sufficient permissions to access this page."
msgstr ""
#: controllers/pro/umExportImportController.php:139
#@ user-meta
msgid "CSV file not found for import!"
msgstr ""
#: controllers/pro/umExportImportController.php:141
#@ user-meta
msgid "There is some error while importing."
msgstr ""
#: controllers/pro/umExportImportController.php:145
#@ user-meta
msgid "Email field should be selected as any field."
msgstr ""
#: controllers/pro/umExportImportController.php:148
#@ user-meta
msgid "Username field should be selected as any field."
msgstr ""
#: controllers/pro/umExportImportController.php:151
#@ user-meta
msgid "Email and Username field should be selected as any field."
msgstr ""
#: controllers/pro/umFormWidgetController.php:15
#@ user-meta
msgid "User Meta Form"
msgstr ""
#: controllers/pro/umFormWidgetController.php:16
#@ user-meta
msgid "Show user registration, profile or login form as widget"
msgstr ""
#: controllers/pro/umFormWidgetController.php:102
#: controllers/pro/umLoginWidgetController.php:85
#@ user-meta
msgid "Guest Title:"
msgstr ""
#: controllers/pro/umFormWidgetController.php:105
#: controllers/pro/umLoginWidgetController.php:88
#@ user-meta
msgid "Only guest user can see this title"
msgstr ""
#: controllers/pro/umFormWidgetController.php:111
#: controllers/pro/umLoginWidgetController.php:94
#@ user-meta
msgid "Logged-In User Title:"
msgstr ""
#: controllers/pro/umFormWidgetController.php:114
#: controllers/pro/umLoginWidgetController.php:97
#@ user-meta
msgid "Only logged-in user can see this title"
msgstr ""
#: controllers/pro/umFormWidgetController.php:120
#@ user-meta
msgid "Action Type:"
msgstr ""
#: controllers/pro/umFormWidgetController.php:128
#@ user-meta
msgid "Form Name:"
msgstr ""
#: controllers/pro/umLoginWidgetController.php:20
#@ user-meta
msgid "User Meta Login"
msgstr ""
#: controllers/pro/umLoginWidgetController.php:21
#@ user-meta
msgid "Login Widget"
msgstr ""
#: controllers/pro/umLoginWidgetController.php:79
#: views/generateForm.php:179
#: views/pro/login/loginForm.php:58
#: views/settingsPage.php:18
#@ user-meta
msgid "Login"
msgstr ""
#: controllers/pro/umLoginWidgetController.php:103
#@ user-meta
msgid "Hide this widget when viewing login page"
msgstr ""
#: controllers/pro/umPreloadsProController.php:120
#, php-format
#@ user-meta
msgid "There is a new version <strong>%1$s</strong> of <strong>%2$s</strong> available. <a href=\"%3$s\">update automatically.</a>"
msgstr ""
#: controllers/pro/umPreloadsProController.php:173
#: models/umSupportArray.php:576
#, php-format
#@ user-meta
msgid "<strong>ERROR</strong>: Invalid %s."
msgstr ""
#: controllers/pro/umPreloadsProController.php:176
#, php-format
#@ user-meta
msgid "<strong>ERROR</strong>: Incorrect Password. <a href=\"%s\" title=\"Password Lost and Found\">Lost your password</a>?"
msgstr ""
#: views/pro/settings/loginSettings.php:35
#@ user-meta
msgid "Login page will be used for login, lost password, reset password and email verification process."
msgstr ""
#: controllers/pro/umUserActivationController.php:29
#: controllers/pro/umUserActivationController.php:34
#: controllers/pro/umUserActivationController.php:138
#: controllers/pro/umUserActivationController.php:253
#@ user-meta
msgid "Activate"
msgstr ""
#: controllers/pro/umUserActivationController.php:37
#: controllers/pro/umUserActivationController.php:42
#: controllers/pro/umUserActivationController.php:138
#: controllers/pro/umUserActivationController.php:258
#@ user-meta
msgid "Deactivate"
msgstr ""
#: controllers/pro/umUserActivationController.php:107
#@ user-meta
msgid "Active"
msgstr ""
#: controllers/pro/umUserActivationController.php:108
#@ user-meta
msgid "Inactive"
msgstr ""
#: models/umSupportArray.php:568
#@ user-meta
msgid "<strong>ERROR:</strong> your account is not yet activated."
msgstr ""
#: controllers/pro/umUserActivationController.php:252
#, php-format
#@ user-meta
msgid "New user %s registered on your site."
msgstr ""
#: controllers/pro/umUserActivationController.php:257
#, php-format
#@ user-meta
msgid "User %s is already activated."
msgstr ""
#: controllers/pro/umUserActivationController.php:264
#@ user-meta
msgid "activated"
msgstr ""
#: controllers/pro/umUserActivationController.php:266
#@ user-meta
msgid "deactivated"
msgstr ""
#: controllers/pro/umUserActivationController.php:269
#, php-format
#@ user-meta
msgid "%1$s users have been %2$s"
msgstr ""
#: controllers/pro/umUserActivationController.php:271
#, php-format
#@ user-meta
msgid "User has been %s"
msgstr ""
#: controllers/umFieldsController.php:18
#: models/umSupportArray.php:26
#@ user-meta
msgid "User Meta Fields Editor"
msgstr ""
#: controllers/umFieldsController.php:18
#: models/umSupportArray.php:25
#: models/umSupportModel.php:400
#: views/fieldsEditorPage.php:5
#@ user-meta
msgid "Fields Editor"
msgstr ""
#: controllers/umFieldsController.php:89
#@ user-meta
msgid "Fields Successfully Saved."
msgstr ""
#: controllers/umFormsController.php:17
#: models/umSupportArray.php:33
#@ user-meta
msgid "User Meta Forms Editor"
msgstr ""
#: controllers/umFormsController.php:17
#: models/umSupportArray.php:32
#: models/umSupportModel.php:403
#: views/formsEditorPage.php:6
#@ user-meta
msgid "Forms Editor"
msgstr ""
#: controllers/umFormsController.php:79
#@ user-meta
msgid "All form keys are required!"
msgstr ""
#: controllers/umFormsController.php:81
#, php-format
#@ user-meta
msgid "Form key should be unique. \"%s\" is duplicated!"
msgstr ""
#: controllers/umFormsController.php:96
#@ user-meta
msgid "Form Successfully saved."
msgstr ""
#: controllers/umPreloadsController.php:102
#: views/pro/settings/redirectionSettings.php:31
#@ user-meta
msgid "Profile"
msgstr ""
#: controllers/umPreloadsController.php:149
#, php-format
#@ user-meta
msgid "There is a new version of %1$s available. <a href=\"%2$s\">update automatically</a>."
msgstr ""
#: controllers/umPreloadsController.php:221
#@ user-meta
msgid "Security check"
msgstr ""
#: controllers/umSettingsController.php:14
#: models/umSupportArray.php:54
#: views/settingsPage.php:8
#@ user-meta
msgid "User Meta Settings"
msgstr ""
#: controllers/umSettingsController.php:14
#: models/umSupportArray.php:53
#: models/umSupportModel.php:406
#: views/pro/exportImport/exportImportUm.php:25
#@ user-meta
msgid "Settings"
msgstr ""
#: controllers/umSettingsController.php:109
#@ user-meta
msgid "Settings Successfully Saved."
msgstr ""
#: controllers/pro/umFormWidgetController.php:54
#, php-format
#@ user-meta
msgid "type=\"%s\" is invalid."
msgstr ""
#: controllers/umVersionUpdateController.php:126
#@ user-meta
msgid "Upgrading from free version to pro version"
msgstr ""
#: framework/helper/uploader.php:153
#: framework/models/PluginFrameworkWPSupport.php:269
#@ user-meta
msgid "Server error. Upload directory is not writable."
msgstr ""
#: framework/helper/uploader.php:157
#@ user-meta
msgid "No files were uploaded."
msgstr ""
#: framework/helper/uploader.php:163
#@ user-meta
msgid "File is empty"
msgstr ""
#: framework/helper/uploader.php:167
#@ user-meta
msgid "File is too large"
msgstr ""
#: framework/helper/uploader.php:179
#: framework/models/PluginFrameworkWPSupport.php:289
#, php-format
#@ user-meta
msgid "File %1$s has an invalid extension, it should be one of %2$s."
msgstr ""
#: framework/helper/uploader.php:196
#: framework/models/PluginFrameworkWPSupport.php:301
#@ user-meta
msgid "Could not save uploaded file."
msgstr ""
#: framework/helper/uploader.php:197
#: framework/models/PluginFrameworkWPSupport.php:302
#@ user-meta
msgid "The upload was cancelled, or server error encountered"
msgstr ""
#: framework/models/PluginFrameworkArray.php:22
#: models/umSupportArray.php:159
#: models/umSupportArray.php:374
#: views/pro/settings/backendProfile.php:24
#@ user-meta
msgid "Username"
msgstr ""
#: framework/models/PluginFrameworkArray.php:23
#: views/pro/settings/backendProfile.php:33
#@ user-meta
msgid "E-mail"
msgstr ""
#: framework/models/PluginFrameworkArray.php:24
#: framework/phpunit/models/PluginFrameworkArrayTest.php:34
#: models/umSupportArray.php:169
#: models/umSupportArray.php:286
#: views/pro/login/loginForm.php:27
#: views/settings/activationForm.php:55
#@ user-meta
msgid "Password"
msgstr ""
#: framework/models/PluginFrameworkArray.php:25
#@ user-meta
msgid "Nicename"
msgstr ""
#: framework/models/PluginFrameworkArray.php:26
#: models/umSupportArray.php:178
#: models/umSupportArray.php:316
#: views/pro/settings/backendProfile.php:34
#@ user-meta
msgid "Website"
msgstr ""
#: framework/models/PluginFrameworkArray.php:27
#: models/umSupportArray.php:183
#: views/pro/settings/backendProfile.php:28
#@ user-meta
msgid "Display Name"
msgstr ""
#: framework/models/PluginFrameworkArray.php:28
#: models/umSupportArray.php:188
#: views/pro/settings/backendProfile.php:27
#@ user-meta
msgid "Nickname"
msgstr ""
#: framework/models/PluginFrameworkArray.php:29
#: models/umSupportArray.php:193
#: views/pro/settings/backendProfile.php:25
#@ user-meta
msgid "First Name"
msgstr ""
#: framework/models/PluginFrameworkArray.php:30
#: models/umSupportArray.php:198
#: views/pro/settings/backendProfile.php:26
#@ user-meta
msgid "Last Name"
msgstr ""
#: framework/models/PluginFrameworkArray.php:31
#@ user-meta
msgid "Description"
msgstr ""
#: framework/models/PluginFrameworkArray.php:32
#: models/umSupportArray.php:208
#@ user-meta
msgid "Registration Date"
msgstr ""
#: framework/models/PluginFrameworkArray.php:33
#: models/umSupportArray.php:213
#@ user-meta
msgid "Role"
msgstr ""
#: framework/models/PluginFrameworkArray.php:34
#: models/umSupportArray.php:218
#@ user-meta
msgid "Jabber"
msgstr ""
#: framework/models/PluginFrameworkArray.php:35
#: models/umSupportArray.php:223
#@ user-meta
msgid "Aim"
msgstr ""
#: framework/models/PluginFrameworkArray.php:36
#: models/umSupportArray.php:228
#@ user-meta
msgid "Yim"
msgstr ""
#: framework/models/PluginFrameworkBuiltinFunction.php:22
#@ user-meta
msgid "<strong>ERROR</strong>: Enter a username or e-mail address."
msgstr ""
#: framework/models/PluginFrameworkBuiltinFunction.php:36
#@ user-meta
msgid "<strong>ERROR</strong>: Invalid username or e-mail."
msgstr ""
#: framework/models/PluginFrameworkBuiltinFunction.php:49
#@ user-meta
msgid "Password reset is not allowed for this user"
msgstr ""
#: framework/models/PluginFrameworkBuiltinFunction.php:73
#@ user-meta
msgid "Someone requested that the password be reset for the following account:"
msgstr ""
#: framework/models/PluginFrameworkBuiltinFunction.php:75
#, php-format
#@ user-meta
msgid "Username: %s"
msgstr ""
#: framework/models/PluginFrameworkBuiltinFunction.php:76
#@ user-meta
msgid "If this was a mistake, just ignore this email and nothing will happen."
msgstr ""
#: framework/models/PluginFrameworkBuiltinFunction.php:77
#@ user-meta
msgid "To reset your password, visit the following address:"
msgstr ""
#: framework/models/PluginFrameworkBuiltinFunction.php:88
#, php-format
#@ user-meta
msgid "[%s] Password Reset"
msgstr ""
#: framework/models/PluginFrameworkBuiltinFunction.php:95
#@ user-meta
msgid "The e-mail could not be sent. Possible reason: your host may have disabled the mail() function..."
msgstr ""
#: framework/models/PluginFrameworkBuiltinFunction.php:119
#: framework/models/PluginFrameworkBuiltinFunction.php:122
#: framework/models/PluginFrameworkBuiltinFunction.php:127
#@ user-meta
msgid "Invalid key"
msgstr ""
#: framework/models/PluginFrameworkWPSupport.php:24
#@ user-meta
msgid "Security check: admin only"
msgstr ""
#: framework/models/PluginFrameworkWPSupport.php:66
#@ user-meta
msgid "No role for this site"
msgstr ""
#: framework/models/PluginFrameworkWPSupport.php:195
#@ user-meta
msgid "Cannot create a user with an empty login name and empty email"
msgstr ""
#: framework/models/PluginFrameworkWPSupport.php:259
#@ user-meta
msgid "No file upload field found!"
msgstr ""
#: framework/models/PluginFrameworkWPSupport.php:266
#@ user-meta
msgid "File is empty."
msgstr ""
#: framework/models/PluginFrameworkWPSupport.php:272
#, php-format
#@ user-meta
msgid "File %s is too large."
msgstr ""
#: framework/models/PluginFrameworkWPSupport.php:407
#@ user-meta
msgid "Redirecting..."
msgstr ""
#: framework/views/metaBox.php:4
#@ user-meta
msgid "Click to Remove"
msgstr ""
#: framework/views/metaBox.php:12
#@ user-meta
msgid "Click to toggle"
msgstr ""
#: helper/umLocalizeScript.php:16
#: models/umSupportArray.php:500
#, php-format
#@ user-meta
msgid "Get pro version from %s to use this feature."
msgstr ""
#: helper/umLocalizeScript.php:17
#: models/umSupportArray.php:501
#@ user-meta
msgid "Please Wait..."
msgstr ""
#: helper/umLocalizeScript.php:20
#: models/umSupportArray.php:504
#@ user-meta
msgid "Upload"
msgstr ""
#: helper/umLocalizeScript.php:21
#: models/umSupportArray.php:505
#@ user-meta
msgid "Drop files here to upload"
msgstr ""
#: helper/umLocalizeScript.php:22
#: models/umSupportArray.php:506
#: views/settings/activationForm.php:68
#@ user-meta
msgid "Cancel"
msgstr ""
#: helper/umLocalizeScript.php:23
#: models/umSupportArray.php:507
#@ user-meta
msgid "Failed"
msgstr ""
#: helper/umLocalizeScript.php:24
#: models/umSupportArray.php:508
#, php-format
#@ user-meta
msgid "%1$s has invalid extension. Only %2$s are allowed."
msgstr ""
#: helper/umLocalizeScript.php:25
#: models/umSupportArray.php:509
#, php-format
#@ user-meta
msgid "%1$s is too large, maximum file size is %2$s."
msgstr ""
#: helper/umLocalizeScript.php:26
#: models/umSupportArray.php:510
#, php-format
#@ user-meta
msgid "%s is empty, please select files again without it."
msgstr ""
#: helper/umLocalizeScript.php:29
#: models/umSupportArray.php:513
#@ user-meta
msgid "Too weak"
msgstr ""
#: helper/umLocalizeScript.php:30
#: models/umSupportArray.php:514
#@ user-meta
msgid "Weak password"
msgstr ""
#: helper/umLocalizeScript.php:31
#: models/umSupportArray.php:515
#@ user-meta
msgid "Normal strength"
msgstr ""
#: helper/umLocalizeScript.php:32
#: models/umSupportArray.php:516
#@ user-meta
msgid "Strong password"
msgstr ""
#: helper/umLocalizeScript.php:33
#: models/umSupportArray.php:517
#@ user-meta
msgid "Very strong password"
msgstr ""
#: helper/umLocalizeScript.php:36
#: models/umSupportArray.php:520
#@ user-meta
msgid "* This field is required"
msgstr ""
#: helper/umLocalizeScript.php:37
#: models/umSupportArray.php:521
#@ user-meta
msgid "* Please select an option"
msgstr ""
#: helper/umLocalizeScript.php:38
#: models/umSupportArray.php:522
#@ user-meta
msgid "* This checkbox is required"
msgstr ""
#: helper/umLocalizeScript.php:39
#: models/umSupportArray.php:523
#@ user-meta
msgid "* Minimum "
msgstr ""
#: helper/umLocalizeScript.php:40
#: models/umSupportArray.php:524
#@ user-meta
msgid "* Maximum "
msgstr ""
#: helper/umLocalizeScript.php:41
#: models/umSupportArray.php:525
#@ user-meta
msgid " characters allowed"
msgstr ""
#: helper/umLocalizeScript.php:42
#: models/umSupportArray.php:526
#@ user-meta
msgid "* Minimum value is "
msgstr ""
#: helper/umLocalizeScript.php:43
#: models/umSupportArray.php:527
#@ user-meta
msgid "* Maximum value is "
msgstr ""
#: helper/umLocalizeScript.php:44
#: models/umSupportArray.php:528
#@ user-meta
msgid "* Date prior to "
msgstr ""
#: helper/umLocalizeScript.php:45
#: models/umSupportArray.php:529
#@ user-meta
msgid "* Date past "
msgstr ""
#: helper/umLocalizeScript.php:46
#: models/umSupportArray.php:530
#@ user-meta
msgid " options allowed"
msgstr ""
#: helper/umLocalizeScript.php:47
#: models/umSupportArray.php:531
#@ user-meta
msgid "* Please select "
msgstr ""
#: helper/umLocalizeScript.php:48
#: models/umSupportArray.php:532
#@ user-meta
msgid " options"
msgstr ""
#: helper/umLocalizeScript.php:49
#: models/umSupportArray.php:533
#@ user-meta
msgid "* Fields do not match"
msgstr ""
#: helper/umLocalizeScript.php:50
#: models/umSupportArray.php:534
#@ user-meta
msgid "* Invalid phone number"
msgstr ""
#: helper/umLocalizeScript.php:51
#: models/umSupportArray.php:535
#@ user-meta
msgid "* Invalid email address"
msgstr ""
#: helper/umLocalizeScript.php:52
#: models/umSupportArray.php:536
#@ user-meta
msgid "* Not a valid integer"
msgstr ""
#: helper/umLocalizeScript.php:53
#: models/umSupportArray.php:537
#@ user-meta
msgid "* Invalid floating decimal number"
msgstr ""
#: helper/umLocalizeScript.php:54
#: models/umSupportArray.php:538
#@ user-meta
msgid "* Invalid date, must be in YYYY-MM-DD format"
msgstr ""
#: helper/umLocalizeScript.php:55
#: models/umSupportArray.php:539
#@ user-meta
msgid "* Invalid time, must be in hh:mm:ss format"
msgstr ""
#: helper/umLocalizeScript.php:56
#: models/umSupportArray.php:540
#@ user-meta
msgid "* Invalid datetime, must be in YYYY-MM-DD hh:mm:ss format"
msgstr ""
#: helper/umLocalizeScript.php:57
#: models/umSupportArray.php:541
#@ user-meta
msgid "* Invalid IP address"
msgstr ""
#: helper/umLocalizeScript.php:58
#: models/umSupportArray.php:542
#@ user-meta
msgid "* Invalid URL"
msgstr ""
#: helper/umLocalizeScript.php:59
#: models/umSupportArray.php:543
#@ user-meta
msgid "* Numbers only"
msgstr ""
#: helper/umLocalizeScript.php:60
#: models/umSupportArray.php:544
#@ user-meta
msgid "* Letters only"
msgstr ""
#: helper/umLocalizeScript.php:61
#: models/umSupportArray.php:545
#@ user-meta
msgid "* No special characters allowed"
msgstr ""
#: helper/umLocalizeScript.php:62
#: models/umSupportArray.php:546
#@ user-meta
msgid "* This user is already taken"
msgstr ""
#: models/enc/umProSupportModel.php:139
#@ user-meta
msgid "Successfully validated"
msgstr ""
#: models/enc/umProSupportModel.php:140
#, php-format
#@ user-meta
msgid "Please purchase %s"
msgstr ""
#: models/enc/umProSupportModel.php:141
#@ user-meta
msgid "Invalid email or password."
msgstr ""
#: models/enc/umProSupportModel.php:142
#@ user-meta
msgid "Email not found."
msgstr ""
#: models/enc/umProSupportModel.php:150
#@ user-meta
msgid "Something went wrong"
msgstr ""
#: models/enc/umProSupportModel.php:406
#, php-format
#@ user-meta
msgid "Please enter your license information to <a href=\"%s\">activate User Meta Pro</a>."
msgstr ""
#: models/pro/umAjaxProModel.php:59
#@ user-meta
msgid "There is some problem while updating"
msgstr ""
#: models/pro/umAjaxProModel.php:66
#@ user-meta
msgid "Successfully Saved."
msgstr ""
#: models/pro/umAjaxProModel.php:104
#@ user-meta
msgid "Something went wrong. File not uploaded"
msgstr ""
#: models/pro/umAjaxProModel.php:117
#: models/pro/umAjaxProModel.php:139
#@ user-meta
msgid "Nothing to import!"
msgstr ""
#: models/pro/umAjaxProModel.php:137
#@ user-meta
msgid "Imported completed."
msgstr ""
#: models/pro/umSupportProModel.php:472
#, php-format
#@ user-meta
msgid "Congratulations! Your new site, %s, is almost ready."
msgstr ""
#: models/pro/umSupportProModel.php:473
#@ user-meta
msgid "But, before you can start using your site, <strong>you must activate it</strong>."
msgstr ""
#: models/pro/umSupportProModel.php:474
#, php-format
#@ user-meta
msgid "Check your inbox at <strong>%s</strong> and click the link given."
msgstr ""
#: models/pro/umSupportProModel.php:475
#@ user-meta
msgid "If you do not activate your site within two days, you will have to sign up again."
msgstr ""
#: models/pro/umSupportProModel.php:644
#@ user-meta
msgid "Disable this notification"
msgstr ""
#: models/umAjaxModel.php:22
#@ user-meta
msgid "Action type not set"
msgstr ""
#: models/umAjaxModel.php:24
#@ user-meta
msgid "Form name not set"
msgstr ""
#: models/umAjaxModel.php:38
#@ user-meta
msgid "No field to Update"
msgstr ""
#: models/umAjaxModel.php:98
#, php-format
#@ user-meta
msgid "%s field is required"
msgstr ""
#: models/umAjaxModel.php:111
#, php-format
#@ user-meta
msgid "%1$s: \"%2$s\" already taken"
msgstr ""
#: models/umAjaxModel.php:127
#@ user-meta
msgid "No data to update"
msgstr ""
#: models/umAjaxModel.php:164
#@ user-meta
msgid "User must be logged in to update profile"
msgstr ""
#: models/umAjaxModel.php:205
#, php-format
#@ user-meta
msgid "%s already taken"
msgstr ""
#: models/umMethods.php:26
#@ user-meta
msgid "Please provide a name of action type."
msgstr ""
#: models/umMethods.php:105
#@ user-meta
msgid "Please provide a form name."
msgstr ""
#: models/umMethods.php:72
#, php-format
#@ user-meta
msgid "You are already registered. See your <a href=\"%s\">profile</a>"
msgstr ""
#: models/umMethods.php:74
#@ user-meta
msgid "User registration is currently not allowed."
msgstr ""
#: models/umSupportArray.php:164
#: models/umSupportArray.php:291
#: models/umSupportArray.php:375
#: views/settings/activationForm.php:46
#@ user-meta
msgid "Email"
msgstr ""
#: models/umSupportArray.php:203