fakerpress-ro_RO.po
26.2 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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# Translation of Plugins - FakerPress - Development (trunk) in Romanian
# This file is distributed under the same license as the Plugins - FakerPress - Development (trunk) package.
msgid ""
msgstr ""
"PO-Revision-Date: 2020-03-26 09:36:42+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n"
"X-Generator: GlotPress/2.4.0-alpha\n"
"Language: ro\n"
"Project-Id-Version: Plugins - FakerPress - Development (trunk)\n"
#: inc/class-fp-utils.php:1391
msgid "Zimbabwe"
msgstr "Zimbabwe"
#: inc/class-fp-utils.php:1381
msgid "Yemen"
msgstr "Yemen"
#: inc/class-fp-utils.php:1386
msgid "Zambia"
msgstr "Zambia"
#: inc/class-fp-utils.php:1366
msgid "Vietnam"
msgstr "Vietnam"
#: inc/class-fp-utils.php:1376
msgid "Western Sahara"
msgstr "Sahara Occidentală"
#: inc/class-fp-utils.php:1371
msgid "Wallis and Futuna"
msgstr "Wallis și Futuna"
#: inc/class-fp-utils.php:1351
msgid "Uzbekistan"
msgstr "Uzbekistan"
#: inc/class-fp-utils.php:1356
msgid "Vanuatu"
msgstr "Vanuatu"
#: inc/class-fp-utils.php:1361
msgid "Venezuela"
msgstr "Venezuela"
#: inc/class-fp-utils.php:1341
msgid "United States"
msgstr "Statele Unite ale Americii"
#: inc/class-fp-utils.php:1346
msgid "Uruguay"
msgstr "Uruguay"
#: inc/class-fp-utils.php:1326
msgid "Ukraine"
msgstr "Ucraina"
#: inc/class-fp-utils.php:1331
msgid "United Arab Emirates"
msgstr "Emiratele Arabe Unite"
#: inc/class-fp-utils.php:1336
msgid "United Kingdom"
msgstr "Regatul Unit"
#: inc/class-fp-utils.php:1311
msgid "Turks and Caicos Islands"
msgstr "Insulele Turks și Caicos"
#: inc/class-fp-utils.php:1316
msgid "Tuvalu"
msgstr "Tuvalu"
#: inc/class-fp-utils.php:1321
msgid "Uganda"
msgstr "Uganda"
#: inc/class-fp-utils.php:1296
msgid "Tunisia"
msgstr "Tunisia"
#: inc/class-fp-utils.php:1306
msgid "Turkmenistan"
msgstr "Turkmenistan"
#: inc/class-fp-utils.php:1301
msgid "Turkey"
msgstr "Turcia"
#: inc/class-fp-utils.php:1281
msgid "Tokelau"
msgstr "Tokelau"
#: inc/class-fp-utils.php:1286
msgid "Tonga"
msgstr "Tonga"
#: inc/class-fp-utils.php:1291
msgid "Trinidad and Tobago"
msgstr "Trinidad și Tobago"
#: inc/class-fp-utils.php:1276
msgid "Togo"
msgstr "Togo"
#: inc/class-fp-utils.php:1271
msgid "East Timor"
msgstr "Timorul de Est"
#: inc/class-fp-utils.php:1256
msgid "Tajikistan"
msgstr "Tadjikistan"
#: inc/class-fp-utils.php:1261
msgid "Tanzania"
msgstr "Tanzania"
#: inc/class-fp-utils.php:1266
msgid "Thailand"
msgstr "Thailanda"
#: inc/class-fp-utils.php:1246
msgid "Syria"
msgstr "Siria"
#: inc/class-fp-utils.php:1251
msgid "Taiwan"
msgstr "Taiwan"
#: inc/class-fp-utils.php:1231
msgid "Swaziland"
msgstr "Swaziland"
#: inc/class-fp-utils.php:1236
msgid "Sweden"
msgstr "Suedia"
#: inc/class-fp-utils.php:1241
msgid "Switzerland"
msgstr "Elveția"
#: inc/class-fp-utils.php:1216
msgid "Sudan"
msgstr "Sudan"
#: inc/class-fp-utils.php:1226
msgid "Svalbard and Jan Mayen"
msgstr "Svalbard și Jan Mayen"
#: inc/class-fp-utils.php:1221
msgid "Suriname"
msgstr "Surinam"
#: inc/class-fp-utils.php:1211
msgid "Sri Lanka"
msgstr "Sri Lanka"
#: inc/class-fp-utils.php:1206
msgid "Spain"
msgstr "Spania"
#: inc/class-fp-utils.php:1201
msgid "South Sudan"
msgstr "Sudanul de Sud"
#: inc/class-fp-utils.php:1191
msgid "South Georgia"
msgstr "Georgia de Sud"
#: inc/class-fp-utils.php:1196
msgid "South Korea"
msgstr "Coreea de Sud"
#: inc/class-fp-utils.php:1181
msgid "Somalia"
msgstr "Somalia"
#: inc/class-fp-utils.php:1186
msgid "South Africa"
msgstr "Africa de Sud"
#: inc/class-fp-utils.php:1176
msgid "Solomon Islands"
msgstr "Insulele Solomon"
#: inc/class-fp-utils.php:1161
msgid "Sint Maarten"
msgstr "Sint Maarten"
#: inc/class-fp-utils.php:1171
msgid "Slovenia"
msgstr "Slovenia"
#: inc/class-fp-utils.php:1166
msgid "Slovakia"
msgstr "Slovacia"
#: inc/class-fp-utils.php:1151
msgid "Sierra Leone"
msgstr "Sierra Leone"
#: inc/class-fp-utils.php:1156
msgid "Singapore"
msgstr "Singapore"
#: inc/class-fp-utils.php:1136
msgid "Senegal"
msgstr "Senegal"
#: inc/class-fp-utils.php:1141
msgid "Serbia"
msgstr "Serbia"
#: inc/class-fp-utils.php:1146
msgid "Seychelles"
msgstr "Seychelles"
#: inc/class-fp-utils.php:1126
msgid "São Tomé and Príncipe"
msgstr "Sao Tome și Príncipe "
#: inc/class-fp-utils.php:1131
msgid "Saudi Arabia"
msgstr "Arabia Saudită"
#: inc/class-fp-utils.php:1116
msgid "Samoa"
msgstr "Samoa"
#: inc/class-fp-utils.php:1121
msgid "San Marino"
msgstr "San Marino"
#: inc/class-fp-utils.php:1111
msgid "Saint Vincent and the Grenadines"
msgstr "Sfântul Vicențiu și Grenadinele"
#: inc/class-fp-utils.php:1096
msgid "Saint Lucia"
msgstr "Sfânta Lucia"
#: inc/class-fp-utils.php:1101
msgid "Saint Martin"
msgstr "Insula Sfântul Martin"
#: inc/class-fp-utils.php:1106
msgid "Saint Pierre and Miquelon"
msgstr "Saint Pierre și Miquelon"
#: inc/class-fp-utils.php:1081
msgid "Saint Barthélemy"
msgstr "Saint-Barthélemy"
#: inc/class-fp-utils.php:1086
msgid "Saint Helena"
msgstr "Insula Sfânta Elena"
#: inc/class-fp-utils.php:1091
msgid "Saint Kitts and Nevis"
msgstr "Sfântul Cristofor și Nevis"
#: inc/class-fp-utils.php:1076
msgid "Rwanda"
msgstr "Rwanda"
#: inc/class-fp-utils.php:1066
msgid "Romania"
msgstr "România"
#: inc/class-fp-utils.php:1071
msgid "Russia"
msgstr "Rusia"
#: inc/class-fp-utils.php:1056
msgid "Republic of Kosovo"
msgstr "Republica Kosovo"
#: inc/class-fp-utils.php:1051
msgid "Qatar"
msgstr "Qatar"
#: inc/class-fp-utils.php:1041
msgid "Portugal"
msgstr "Portugalia"
#: inc/class-fp-utils.php:1046
msgid "Puerto Rico"
msgstr "Porto Rico"
#: inc/class-fp-utils.php:1021
msgid "Peru"
msgstr "Peru"
#: inc/class-fp-utils.php:1036
msgid "Poland"
msgstr "Polonia"
#: inc/class-fp-utils.php:1026
msgid "Philippines"
msgstr "Filipine"
#: inc/class-fp-utils.php:1016
msgid "Paraguay"
msgstr "Paraguay"
#: inc/class-fp-utils.php:1011
msgid "Papua New Guinea"
msgstr "Papua Noua Guinee"
#: inc/class-fp-utils.php:1006
msgid "Panama"
msgstr "Panama"
#: inc/class-fp-utils.php:986
msgid "Oman"
msgstr "Oman"
#: inc/class-fp-utils.php:991
msgid "Pakistan"
msgstr "Pakistan"
#: inc/class-fp-utils.php:996
msgid "Palau"
msgstr "Palau"
#: inc/class-fp-utils.php:976
msgid "Northern Mariana Islands"
msgstr "Comunitatea Insulelor Mariane de Nord"
#: inc/class-fp-utils.php:981
msgid "Norway"
msgstr "Norvegia"
#: inc/class-fp-utils.php:961
msgid "Niue"
msgstr "Niue"
#: inc/class-fp-utils.php:966
msgid "Norfolk Island"
msgstr "Insula Norfolk"
#: inc/class-fp-utils.php:971
msgid "North Korea"
msgstr "Coreea de Nord"
#: inc/class-fp-utils.php:956
msgid "Nigeria"
msgstr "Nigeria"
#: inc/class-fp-utils.php:951
msgid "Niger"
msgstr "Niger"
#: inc/class-fp-utils.php:941
msgid "New Zealand"
msgstr "Noua Zeelandă"
#: inc/class-fp-utils.php:946
msgid "Nicaragua"
msgstr "Nicaragua"
#: inc/class-fp-utils.php:936
msgid "New Caledonia"
msgstr "Noua Caledonie"
#: inc/class-fp-utils.php:926
msgid "Nepal"
msgstr "Nepal"
#: inc/class-fp-utils.php:931
msgid "Netherlands"
msgstr "Olanda"
#: inc/class-fp-utils.php:911
msgid "Myanmar"
msgstr "Myanmar"
#: inc/class-fp-utils.php:916
msgid "Namibia"
msgstr "Namibia"
#: inc/class-fp-utils.php:921
msgid "Nauru"
msgstr "Nauru"
#: inc/class-fp-utils.php:901
msgid "Morocco"
msgstr "Maroc"
#: inc/class-fp-utils.php:906
msgid "Mozambique"
msgstr "Mozambic"
#: inc/class-fp-utils.php:886
msgid "Mongolia"
msgstr "Mongolia"
#: inc/class-fp-utils.php:896
msgid "Montserrat"
msgstr "Montserrat"
#: inc/class-fp-utils.php:891
msgid "Montenegro"
msgstr "Muntenegru"
#: inc/class-fp-utils.php:876
msgid "Moldova"
msgstr "Republica Moldova"
#: inc/class-fp-utils.php:881
msgid "Monaco"
msgstr "Monaco"
#: inc/class-fp-utils.php:866
msgid "Mexico"
msgstr "Mexic"
#: inc/class-fp-utils.php:861
msgid "Mayotte"
msgstr "Mayotte"
#: inc/class-fp-utils.php:851
msgid "Mauritania"
msgstr "Mauritania"
#: inc/class-fp-utils.php:856
msgid "Mauritius"
msgstr "Maurițius"
#: inc/class-fp-utils.php:846
msgid "Martinique"
msgstr "Martinica"
#: inc/class-fp-utils.php:836
msgid "Malta"
msgstr "Malta"
#: inc/class-fp-utils.php:841
msgid "Marshall Islands"
msgstr "Insulele Marshall"
#: inc/class-fp-utils.php:831
msgid "Mali"
msgstr "Mali"
#: inc/class-fp-utils.php:826
msgid "Maldives"
msgstr "Maldive"
#: inc/class-fp-utils.php:811
msgid "Madagascar"
msgstr "Madagascar"
#: inc/class-fp-utils.php:816
msgid "Malawi"
msgstr "Malawi"
#: inc/class-fp-utils.php:821
msgid "Malaysia"
msgstr "Malaezia"
#: inc/class-fp-utils.php:806
msgid "Republic of Macedonia"
msgstr "Republica Macedonia"
#: inc/class-fp-utils.php:801
msgid "Macau"
msgstr "Macao"
#: inc/class-fp-utils.php:786
msgid "Liechtenstein"
msgstr "Liechtenstein"
#: inc/class-fp-utils.php:791
msgid "Lithuania"
msgstr "Lituania"
#: inc/class-fp-utils.php:796
msgid "Luxembourg"
msgstr "Luxemburg"
#: inc/class-fp-utils.php:776
msgid "Liberia"
msgstr "Liberia"
#: inc/class-fp-utils.php:781
msgid "Libya"
msgstr "Libia"
#: inc/class-fp-utils.php:761
msgid "Latvia"
msgstr "Letonia"
#: inc/class-fp-utils.php:766
msgid "Lebanon"
msgstr "Liban"
#: inc/class-fp-utils.php:771
msgid "Lesotho"
msgstr "Lesotho"
#: inc/class-fp-utils.php:751
msgid "Kyrgyzstan"
msgstr "Kârgâzstan"
#: inc/class-fp-utils.php:756
msgid "Laos"
msgstr "Laos"
#: inc/class-fp-utils.php:741
msgid "Kiribati"
msgstr "Kiribati"
#: inc/class-fp-utils.php:746
msgid "Kuwait"
msgstr "Kuweit"
#: inc/class-fp-utils.php:726
msgid "Jordan"
msgstr "Iordania"
#: inc/class-fp-utils.php:731
msgid "Kazakhstan"
msgstr "Kazahstan"
#: inc/class-fp-utils.php:736
msgid "Kenya"
msgstr "Kenya"
#: inc/class-fp-utils.php:721
msgid "Jersey"
msgstr "Insula Jersey"
#: inc/class-fp-utils.php:716
msgid "Japan"
msgstr "Japonia"
#: inc/class-fp-utils.php:711
msgid "Jamaica"
msgstr "Jamaica"
#: inc/class-fp-utils.php:701
msgid "Israel"
msgstr "Israel"
#: inc/class-fp-utils.php:706
msgid "Italy"
msgstr "Italia"
#: inc/class-fp-utils.php:686
msgid "Iraq"
msgstr "Irak"
#: inc/class-fp-utils.php:691
msgid "Republic of Ireland"
msgstr "Irlanda"
#: inc/class-fp-utils.php:696
msgid "Isle of Man"
msgstr "Insula Man"
#: inc/class-fp-utils.php:671
msgid "Indonesia"
msgstr "Indonezia"
#: inc/class-fp-utils.php:676
msgid "Ivory Coast"
msgstr "Coasta de Fildeș"
#: inc/class-fp-utils.php:681
msgid "Iran"
msgstr "Iran"
#: inc/class-fp-utils.php:666
msgid "India"
msgstr "India"
#: inc/class-fp-utils.php:656
msgid "Hungary"
msgstr "Ungaria"
#: inc/class-fp-utils.php:661
msgid "Iceland"
msgstr "Islanda"
#: inc/class-fp-utils.php:646
msgid "Honduras"
msgstr "Honduras"
#: inc/class-fp-utils.php:651
msgid "Hong Kong"
msgstr "Hong Kong"
#: inc/class-fp-utils.php:636
msgid "Haiti"
msgstr "Haiti"
#: inc/class-fp-utils.php:641
msgid "Heard Island and McDonald Islands"
msgstr "Insula Heard și Insulele McDonald"
#: inc/class-fp-utils.php:631
msgid "Guyana"
msgstr "Guyana"
#: inc/class-fp-utils.php:621
msgid "Guinea"
msgstr "Guineea"
#: inc/class-fp-utils.php:626
msgid "Guinea-Bissau"
msgstr "Guineea-Bissau"
#: inc/class-fp-utils.php:611
msgid "Guatemala"
msgstr "Guatemala"
#: inc/class-fp-utils.php:616
msgid "Guernsey"
msgstr "Guernsey"
#: inc/class-fp-utils.php:606
msgid "Guam"
msgstr "Guam"
#: inc/class-fp-utils.php:596
msgid "Grenada"
msgstr "Grenada"
#: inc/class-fp-utils.php:601
msgid "Guadeloupe"
msgstr "Guadelupa"
#: inc/class-fp-utils.php:586
msgid "Greece"
msgstr "Grecia"
#: inc/class-fp-utils.php:591
msgid "Greenland"
msgstr "Groenlanda"
#: inc/class-fp-utils.php:576
msgid "Ghana"
msgstr "Ghana"
#: inc/class-fp-utils.php:581
msgid "Gibraltar"
msgstr "Gibraltar"
#: inc/class-fp-utils.php:571
msgid "Germany"
msgstr "Germania"
#: inc/class-fp-utils.php:556
msgid "Gabon"
msgstr "Gabon"
#: inc/class-fp-utils.php:566
msgid "Georgia"
msgstr "Georgia"
#: inc/class-fp-utils.php:561
msgid "The Gambia"
msgstr "Gambia"
#: inc/class-fp-utils.php:541
msgid "French Guiana"
msgstr "Guyana Franceză"
#: inc/class-fp-utils.php:546
msgid "French Polynesia"
msgstr "Polinezia Franceză"
#: inc/class-fp-utils.php:536
msgid "France"
msgstr "Franța"
#: inc/class-fp-utils.php:526
msgid "Fiji"
msgstr "Fiji"
#: inc/class-fp-utils.php:531
msgid "Finland"
msgstr "Finlanda"
#: inc/class-fp-utils.php:516
msgid "Falkland Islands"
msgstr "Insulele Falkland"
#: inc/class-fp-utils.php:521
msgid "Faroe Islands"
msgstr "Insulele Feroe"
#: inc/class-fp-utils.php:501
msgid "Eritrea"
msgstr "Eritreea"
#: inc/class-fp-utils.php:506
msgid "Estonia"
msgstr "Estonia"
#: inc/class-fp-utils.php:511
msgid "Ethiopia"
msgstr "Etiopia"
#: inc/class-fp-utils.php:496
msgid "Equatorial Guinea"
msgstr "Guineea Ecuatorială"
#: inc/class-fp-utils.php:491
msgid "El Salvador"
msgstr "El Salvador"
#: inc/class-fp-utils.php:476
msgid "Dominican Republic"
msgstr "Republica Dominicană"
#: inc/class-fp-utils.php:481
msgid "Ecuador"
msgstr "Ecuador"
#: inc/class-fp-utils.php:486
msgid "Egypt"
msgstr "Egipt"
#: inc/class-fp-utils.php:471
msgid "Dominica"
msgstr "Dominica"
#: inc/class-fp-utils.php:456
msgid "Czech Republic"
msgstr "Cehia"
#: inc/class-fp-utils.php:466
msgid "Djibouti"
msgstr "Djibouti"
#: inc/class-fp-utils.php:461
msgid "Denmark"
msgstr "Danemarca"
#: inc/class-fp-utils.php:436
msgid "Croatia"
msgstr "Croația"
#: inc/class-fp-utils.php:441
msgid "Cuba"
msgstr "Cuba"
#: inc/class-fp-utils.php:451
msgid "Cyprus"
msgstr "Cipru"
#: inc/class-fp-utils.php:446
msgid "Curaçao"
msgstr "Curaçao"
#: inc/class-fp-utils.php:431
msgid "Costa Rica"
msgstr "Costa Rica"
#: inc/class-fp-utils.php:421
msgid "Democratic Republic of the Congo"
msgstr "Republica Democrată Congo"
#: inc/class-fp-utils.php:416
msgid "Republic of the Congo"
msgstr "Republica Congo"
#: inc/class-fp-utils.php:426
msgid "Cook Islands"
msgstr "Insulele Cook"
#: inc/class-fp-utils.php:411
msgid "Comoros"
msgstr "Comore"
#: inc/class-fp-utils.php:406
msgid "Colombia"
msgstr "Columbia"
#: inc/class-fp-utils.php:401
msgid "Cocos (Keeling) Islands"
msgstr "Insulele Cocos (Keeling)"
#: inc/class-fp-utils.php:391
msgid "China"
msgstr "China"
#: inc/class-fp-utils.php:396
msgid "Christmas Island"
msgstr "Insula Crăciunului"
#: inc/class-fp-utils.php:386
msgid "Chile"
msgstr "Chile"
#: inc/class-fp-utils.php:376
msgid "Central African Republic"
msgstr "Republica Centrafricană"
#: inc/class-fp-utils.php:371
msgid "Cayman Islands"
msgstr "Insulele Cayman"
#: inc/class-fp-utils.php:381
msgid "Chad"
msgstr "Ciad"
#: inc/class-fp-utils.php:366
msgid "Cape Verde"
msgstr "Republica Capului Verde"
#: inc/class-fp-utils.php:361
msgid "Canada"
msgstr "Canada"
#: inc/class-fp-utils.php:351
msgid "Cambodia"
msgstr "Cambodgia"
#: inc/class-fp-utils.php:356
msgid "Cameroon"
msgstr "Camerun"
#: inc/class-fp-utils.php:336
msgid "Bulgaria"
msgstr "Bulgaria"
#: inc/class-fp-utils.php:341
msgid "Burkina Faso"
msgstr "Burkina Faso"
#: inc/class-fp-utils.php:346
msgid "Burundi"
msgstr "Burundi"
#: inc/class-fp-utils.php:331
msgid "Brunei"
msgstr "Brunei"
#: inc/class-fp-utils.php:326
msgid "British Virgin Islands"
msgstr "Insulele Virgine Britanice"
#: inc/class-fp-utils.php:321
msgid "United States Minor Outlying Islands"
msgstr "Insulele Minore Îndepărtate ale Statelor Unite"
#: inc/class-fp-utils.php:316
msgid "British Indian Ocean Territory"
msgstr "Teritoriul Britanic din Oceanul Indian"
#: inc/class-fp-utils.php:301
msgid "Botswana"
msgstr "Botswana"
#: inc/class-fp-utils.php:311
msgid "Brazil"
msgstr "Brazilia"
#: inc/class-fp-utils.php:306
msgid "Bouvet Island"
msgstr "Insula Bouvet"
#: inc/class-fp-utils.php:286
msgid "Bolivia"
msgstr "Bolivia"
#: inc/class-fp-utils.php:296
msgid "Bosnia and Herzegovina"
msgstr "Bosnia și Herțegovina"
#: inc/class-fp-utils.php:281
msgid "Bhutan"
msgstr "Bhutan"
#: inc/class-fp-utils.php:291
msgid "Bonaire"
msgstr "Bonaire"
#: inc/class-fp-utils.php:276
msgid "Bermuda"
msgstr "Bermuda"
#: inc/class-fp-utils.php:271
msgid "Benin"
msgstr "Benin"
#: inc/class-fp-utils.php:266
msgid "Belize"
msgstr "Belize"
#: inc/class-fp-utils.php:261
msgid "Belgium"
msgstr "Belgia"
#: inc/class-fp-utils.php:251
msgid "Barbados"
msgstr "Barbados"
#: inc/class-fp-utils.php:256
msgid "Belarus"
msgstr "Bielorusia"
#: inc/class-fp-utils.php:246
msgid "Bangladesh"
msgstr "Bangladesh"
#: inc/class-fp-utils.php:231
msgid "Azerbaijan"
msgstr "Azerbaidjan"
#: inc/class-fp-utils.php:236
msgid "The Bahamas"
msgstr "Bahamas"
#: inc/class-fp-utils.php:241
msgid "Bahrain"
msgstr "Bahrain"
#: inc/class-fp-utils.php:226
msgid "Austria"
msgstr "Austria"
#: inc/class-fp-utils.php:216
msgid "Aruba"
msgstr "Aruba"
#: inc/class-fp-utils.php:221
msgid "Australia"
msgstr "Australia"
#: inc/class-fp-utils.php:206
msgid "Argentina"
msgstr "Argentina"
#: inc/class-fp-utils.php:211
msgid "Armenia"
msgstr "Armenia"
#: inc/class-fp-utils.php:196
msgid "Anguilla"
msgstr "Anguilla"
#: inc/class-fp-utils.php:201
msgid "Antigua and Barbuda"
msgstr "Antigua și Barbuda"
#: inc/class-fp-utils.php:191
msgid "Angola"
msgstr "Angola"
#: inc/class-fp-utils.php:181
msgid "American Samoa"
msgstr "Samoa Americană"
#: inc/class-fp-utils.php:186
msgid "Andorra"
msgstr "Andorra"
#: inc/class-fp-utils.php:171
msgid "Albania"
msgstr "Albania"
#: inc/class-fp-utils.php:176
msgid "Algeria"
msgstr "Algeria"
#: inc/class-fp-utils.php:166
msgid "Åland Islands"
msgstr "Insulele Åland"
#: inc/class-fp-utils.php:161
msgid "Afghanistan"
msgstr "Afganistan"
#: view/users.php:31
msgid "Roles"
msgstr "Roluri"
#: view/terms.php:17
msgid "Name Size"
msgstr "Dimensiune nume"
#. Plugin URI of the plugin
msgid "https://fakerpress.com"
msgstr "https://fakerpress.com"
#: inc/class-fp-field.php:1515 inc/class-fp-field.php:1662
msgid "Suffix"
msgstr "Sufix"
#: inc/class-fp-field.php:1226
msgid "Number"
msgstr "Număr"
#: inc/class-fp-field.php:1716
msgid "Email"
msgstr "Email"
#: inc/class-fp-field.php:1138
msgid "Name"
msgstr "Nume"
#: inc/class-fp-field.php:1614
msgid "Postal Code"
msgstr "Cod poștal"
#: inc/class-fp-field.php:1503
msgid "Title"
msgstr "Titlu"
#: modules/user.php:20
msgid "Users"
msgstr "Utilizatori"
#: modules/comment.php:20
msgid "Comments"
msgstr "Comentarii"
#: inc/class-fp-field.php:1210
msgid "Weight"
msgstr "Greutate"
#: inc/class-fp-field.php:1594
msgid "Address"
msgstr "Adresă"
#: inc/class-fp-admin.php:87 inc/class-fp-admin.php:276
msgid "Settings"
msgstr "Setări"
#: inc/class-fp-dates.php:19
msgid "Today"
msgstr "Azi"
#: inc/class-fp-field.php:1582
msgid "City"
msgstr "Oraș"
#: inc/class-fp-field.php:1199
msgid "Separator"
msgstr "Separator"
#: modules/post.php:19
msgid "Posts"
msgstr "Articole"
#: view/attachments.php:163 view/posts.php:122
msgid "Author"
msgstr "Autor"
#: inc/class-fp-field.php:1146
msgid "Configuration"
msgstr "Configurare"
#: modules/term.php:20 inc/class-fp-field.php:962
msgid "Terms"
msgstr "Termeni"
#: inc/class-fp-field.php:1333
msgid "Elements"
msgstr "Elemente"
#: inc/class-fp-dates.php:49
msgid "This year"
msgstr "Anul acesta"
#: inc/class-fp-dates.php:43
msgid "This month"
msgstr "Luna aceasta"
#: view/attachments.php:23 view/comments.php:88 view/posts.php:24
#: inc/class-fp-field.php:1680
msgid "Date"
msgstr "Dată"
#: inc/class-fp-field.php:1391
msgid "Paragraphs"
msgstr "Paragrafe"
#: view/terms.php:8 view/users.php:8 view/attachments.php:11
#: view/comments.php:79 view/posts.php:12 inc/class-fp-field.php:999
#: inc/class-fp-field.php:1217
msgid "Quantity"
msgstr "Cantitate"
#: inc/class-fp-field.php:1618
msgid "Latitude"
msgstr "Latitudine"
#: inc/class-fp-field.php:1622
msgid "Longitude"
msgstr "Longitudine"
#: inc/class-fp-field.php:1367
msgid "Words"
msgstr "Cuvinte"
#: inc/class-fp-field.php:1357
msgid "Letter"
msgstr "Literă"
#: inc/class-fp-admin.php:426
msgid "Changelog"
msgstr "Istoric modificări"
#: view/comments.php:70 view/posts.php:55
msgid "Post Type"
msgstr "Tip de articol"
#: inc/class-fp-field.php:1562
msgid "Country"
msgstr "Țară"
#. Plugin Name of the plugin
#: inc/class-fp-admin.php:88
msgid "FakerPress"
msgstr "FakerPress"
#: inc/class-fp-ajax.php:35 inc/class-fp-ajax.php:98 inc/class-fp-ajax.php:168
#: inc/class-fp-ajax.php:208
msgid "Your request has failed"
msgstr "Solicitarea ta a eșuat"
#: inc/class-fp-admin.php:532
msgid "Version"
msgstr "Versiune"
#: inc/class-fp-admin.php:430
msgid "Not Found (404)"
msgstr "Negăsit (404)"
#: inc/class-fp-dates.php:25
msgid "Yesterday"
msgstr "Ieri"
#: inc/class-fp-dates.php:31
msgid "Tomorrow"
msgstr "Mâine"
#: inc/class-fp-dates.php:37
msgid "This week"
msgstr "Săptămâna aceasta"
#: view/terms.php:40 inc/class-fp-field.php:934
msgid "Taxonomies"
msgstr "Taxonomii"
#: view/comments.php:39 inc/class-fp-field.php:1130
msgid "Type"
msgstr "Tip"
#: inc/class-fp-field.php:1110
msgid "Select a Field type"
msgstr "Selectează un tip de câmp"
#: inc/class-fp-field.php:1198
msgid "E.g.: , "
msgstr "De exemplu: , "
#: inc/class-fp-field.php:1245
msgid "WP_Query"
msgstr "WP_Query"
#: inc/class-fp-field.php:1254
msgid "Uses <a href=\"http://codex.wordpress.org/Class_Reference/WP_Query\" target=\"_blank\">WP_Query</a>"
msgstr "Folosește <a href=\"http://codex.wordpress.org/Class_Reference/WP_Query\" target=\"_blank\">WP_Query</a>"
#: inc/class-fp-field.php:1379
msgid "Text"
msgstr "Text"
#: inc/class-fp-field.php:1387
msgid "Sentences"
msgstr "Propoziții"
#: inc/class-fp-field.php:1413
msgid "HTML"
msgstr "HTML"
#: inc/class-fp-field.php:1424
msgid "HTML Tags, without < or >"
msgstr "Taguri HTML, fără < sau >"
#: inc/class-fp-field.php:1507
msgid "First Name"
msgstr "Prenume"
#: inc/class-fp-field.php:1574
msgid "City Prefix"
msgstr "Prefix oraș"
#: inc/class-fp-field.php:1578
msgid "City Suffix"
msgstr "Sufix oraș"
#: inc/class-fp-field.php:1598
msgid "Secondary Address"
msgstr "Adresă secundară"
#: inc/class-fp-field.php:1606
msgid "Street Name"
msgstr "Nume stradă"
#: inc/class-fp-field.php:1629
msgid "Address Format"
msgstr "Format adresă"
#: inc/class-fp-field.php:1640 inc/class-fp-field.php:1658
msgid "Company"
msgstr "Companie"
#: inc/class-fp-field.php:1694
msgid "Date Format <b space>—</b> See <a href=\"http://php.net/manual/function.date.php\" target=\"_blank\">PHP Date</a>"
msgstr "Format de dată <b space>—</b> Vezi <a href=\"http://php.net/manual/function.date.php\" target=\"_blank\">Dată PHP</a>"
#: inc/class-fp-field.php:1706
msgid "TimeZone"
msgstr "Fus orar"
#: inc/class-fp-field.php:1726
msgid "Domain"
msgstr "Domeniu"
#: inc/class-fp-field.php:1736
msgid "IP"
msgstr "IP"
#: inc/class-fp-field.php:1790
msgid "Select an Interval"
msgstr "Selectează un interval"
#: modules/comment.php:21
msgid "Generate Comments"
msgstr "Generare comentarii"
#: modules/comment.php:187
msgid "comment"
msgid_plural "comments"
msgstr[0] "comentariu"
msgstr[1] "comentarii"
msgstr[2] "de comentarii"
#: modules/post.php:20
msgid "Generate Posts"
msgstr "Generare articole"
#: modules/post.php:220
msgid "post"
msgid_plural "posts"
msgstr[0] "articol"
msgstr[1] "articole"
msgstr[2] "de articole"
#: modules/term.php:21
msgid "Generate Terms"
msgstr "Generare termeni"
#: modules/term.php:160
msgid "term"
msgid_plural "terms"
msgstr[0] "termen"
msgstr[1] "termeni"
msgstr[2] "de termeni"
#: modules/user.php:21
msgid "Generate Users"
msgstr "Generare utilizatori"
#: modules/user.php:194
msgid "user"
msgid_plural "users"
msgstr[0] "utilizator"
msgstr[1] "utilizatori"
msgstr[2] "de utilizatori"
#: view/attachments.php:36 view/posts.php:68
msgid "Parents"
msgstr "Părinți"
#: view/attachments.php:37 view/posts.php:69
msgid "What posts can be choosen as Parent to the ones created"
msgstr "Care articole pot fi alese ca părinte din cele create"
#: view/attachments.php:50 view/posts.php:82
msgid "Allow Comments"
msgstr "Permite comentarii"
#: view/attachments.php:54 view/posts.php:86
msgid "Comments closed"
msgstr "Comentarii închise"
#: view/attachments.php:59 view/posts.php:91
msgid "Comments Status"
msgstr "Stare comentarii"
#: view/users.php:70 view/attachments.php:77 view/comments.php:127
#: view/posts.php:148
msgid "Use HTML"
msgstr "Folosește HTML"
#: view/users.php:85 view/attachments.php:92 view/comments.php:142
#: view/posts.php:176
msgid "HTML tags"
msgstr "Taguri HTML"
#: view/terms.php:71 view/users.php:114 view/attachments.php:192
#: view/comments.php:175 view/posts.php:241
msgid "Generate"
msgstr "Generare"
#: view/attachments.php:176 view/posts.php:222
msgid "Use the fields below to configure a set of rules for your generated Posts"
msgstr "Folosește câmpurile de mai jos pentru a configura un set de reguli pentru articolele tale generate."
#: view/changelog.php:4
msgid "Sorry but this page still doesn't have the information available."
msgstr "Regret, dar această pagină încă nu are informații disponibile."
#: view/comments.php:154
msgid "Use the fields below to configure a set of rules for your generated Comments"
msgstr "Folosește câmpurile de mai jos pentru a configura un set de reguli pentru comentariile tale generate."
#: view/error.php:14
msgid "Oops, 404 Error!"
msgstr "Hopa, eroare 404!"
#: view/posts.php:203
msgid "Use the fields below to configure the rules for the Taxonomy and Terms selected"
msgstr "Folosește câmpurile de mai jos pentru a configura regulile pentru taxonomie și termenii selectați."
#: view/settings.php:13
msgid "Delete!"
msgstr "Șterge!"
#: view/posts.php:190
msgid "Image Providers"
msgstr "Furnizori de imagine"
#: view/posts.php:202
msgid "Taxonomy Field Rules"
msgstr "Reguli câmp taxonomie"
#: inc/class-fp-dates.php:61
msgid "Next 15 Days"
msgstr "Următoarele 15 zile"
#: inc/class-fp-field.php:818
msgid "e.g.: 3"
msgstr "de exemplu: 3"
#: inc/class-fp-field.php:846
msgid "e.g.: 12"
msgstr "de exemplu: 12"
#: inc/class-fp-dates.php:55
msgid "Last 15 days"
msgstr "Ultimele 15 zile"
#: inc/class-fp-field.php:955
msgid "Select Which taxonomies"
msgstr "Selectează care taxonomii"
#: inc/class-fp-field.php:974
msgid "Which terms can be used"
msgstr "Care termeni pot fi folosiți"
#: inc/class-fp-field.php:1131
msgid "Select a type of the Meta Field"
msgstr "Selectează un tip de câmp meta"
#: inc/class-fp-field.php:1139
msgid "Select the name for Meta Field"
msgstr "Selectează numele pentru câmpul meta"
#: inc/class-fp-field.php:1209
msgid "E.g.: 55"
msgstr "Exemplu: 55"
#: inc/class-fp-field.php:1511
msgid "Last Name"
msgstr "Nume"
#: inc/class-fp-field.php:1586
msgid "State"
msgstr "Județ (provincie, stat)"
#: inc/class-fp-field.php:1774 inc/class-fp-field.php:1783
msgid "yyyy-mm-dd"
msgstr "dd.mm.yyyy"