woocommerce-subscriptions-es_ES.po
134 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
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
# Copyright (C) 2016 Prospress Inc.
# This file is distributed under the same license as the WooCommerce Subscriptions package.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Subscriptions 2.0.20\n"
"Report-Msgid-Bugs-To: https://github.com/Prospress/woocommerce-subscriptions/"
"issues\n"
"POT-Creation-Date: 2016-11-11 22:34+0100\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2016-12-01 16:11+0100\n"
"Language-Team: Prospress Translations <translations@prospress.com>\n"
"X-Generator: Poedit 1.8.11\n"
"Last-Translator: David <david@closemarketing.es>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es_ES\n"
#: includes/admin/class-wc-subscriptions-admin.php:125
msgid "Simple Subscription"
msgstr "Suscripciรณn sencilla"
#: includes/admin/class-wc-subscriptions-admin.php:126
#: woocommerce-subscriptions.php:601
msgid "Variable Subscription"
msgstr "Suscripciรณn Variable"
#. translators: placeholder is a currency symbol / code
#: includes/admin/class-wc-subscriptions-admin.php:151
#: templates/admin/deprecated/html-variation-price.php:20
#: templates/admin/deprecated/html-variation-price.php:30
#: templates/admin/html-variation-price.php:45
msgid "Subscription Price (%s)"
msgstr "Precio de Suscripciรณn (%s)"
#: includes/admin/class-wc-subscriptions-admin.php:164
#: templates/admin/deprecated/html-variation-price.php:46
msgid "Subscription Periods"
msgstr "Periodos de Suscripciรณn"
#: includes/admin/class-wc-subscriptions-admin.php:173
#: includes/admin/meta-boxes/views/html-subscription-schedule.php:32
#: templates/admin/deprecated/html-variation-price.php:57
msgid "Billing Period"
msgstr "Periodo de Facturaciรณn"
#: includes/admin/class-wc-subscriptions-admin.php:184
#: includes/admin/class-wc-subscriptions-admin.php:325
#: templates/admin/deprecated/html-variation-price.php:69
msgid "Subscription Length"
msgstr "Duraciรณn de la Suscripciรณn"
#. translators: %s is a currency symbol / code
#: includes/admin/class-wc-subscriptions-admin.php:194
#: templates/admin/deprecated/html-variation-price.php:85
msgid "Sign-up Fee (%s)"
msgstr "Cargo por Configuraciรณn (%s)"
#: includes/admin/class-wc-subscriptions-admin.php:196
msgid ""
"Optionally include an amount to be charged at the outset of the "
"subscription. The sign-up fee will be charged immediately, even if the "
"product has a free trial or the payment dates are synced."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:209
#: templates/admin/deprecated/html-variation-price.php:97
#: templates/admin/deprecated/html-variation-price.php:104
msgid "Free Trial"
msgstr "Prueba Gratis"
#: includes/admin/class-wc-subscriptions-admin.php:216
#: templates/admin/deprecated/html-variation-price.php:115
msgid "Subscription Trial Period"
msgstr "Suscripciรณn a Perรญodo de prueba"
#: includes/admin/class-wc-subscriptions-admin.php:246
msgid "One Time Shipping"
msgstr "Envรญo รบnico"
#: includes/admin/class-wc-subscriptions-admin.php:247
msgid ""
"Shipping for subscription products is normally charged on the initial order "
"and all renewal orders. Enable this to only charge shipping once on the "
"initial order. Note: for this setting to be enabled the subscription must "
"not have a free trial or a synced renewal date."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:269
msgid "Limit Subscription"
msgstr "Lรญmite de suscripciones"
#. translators: placeholders are opening and closing link tags
#: includes/admin/class-wc-subscriptions-admin.php:271
msgid ""
"Only allow a customer to have one subscription to this product. %sLearn more"
"%s."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:273
msgid "Do not limit"
msgstr "Sin Lรญmite"
#: includes/admin/class-wc-subscriptions-admin.php:274
msgid "Limit to one active subscription"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:275
msgid "Limit to one of any status"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:321
msgid "Subscription Pricing"
msgstr "Precio de la Suscripciรณn"
#: includes/admin/class-wc-subscriptions-admin.php:322
msgid "Subscription Sign-up Fee"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:323
msgid "Subscription Billing Interval"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:324
msgid "Subscription Period"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:326
msgid "Free Trial Length"
msgstr "Duraciรณn del perรญodo de prueba gratis"
#: includes/admin/class-wc-subscriptions-admin.php:327
msgid "Free Trial Period"
msgstr "Periodo de prueba gratuita"
#: includes/admin/class-wc-subscriptions-admin.php:650
msgid ""
"Unable to change subscription status to \"%s\". Please assign a customer to "
"the subscription to activate it."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:692
msgid ""
"Trashing this order will also trash the subscriptions purchased with the "
"order."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:705
msgid "Enter the new period, either day, week, month or year:"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:706
msgid "Enter a new length (e.g. 5):"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:707
msgid ""
"Enter a new interval as a single number (e.g. to charge every 2nd month, "
"enter 2):"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:712
msgid ""
"You are about to trash one or more orders which contain a subscription.\n"
"\n"
"Trashing the orders will also trash the subscriptions purchased with these "
"orders."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:725
msgid ""
"WARNING: Bad things are about to happen!\n"
"\n"
"The payment gateway used to purchase this subscription does not support "
"modifying a subscription's details.\n"
"\n"
"Changes to the billing period, recurring discount, recurring tax or "
"recurring total may not be reflected in the amount charged by the payment "
"gateway."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:726
msgid ""
"You are deleting a subscription item. You will also need to manually cancel "
"and trash the subscription on the Manage Subscriptions screen."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:733
msgid ""
"Warning: Deleting a user will also delete the user's subscriptions. The "
"user's orders will remain but be reassigned to the 'Guest' user.\n"
"\n"
"Do you want to continue to delete this user and any associated subscriptions?"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:796
msgid "Active Subscriber?"
msgstr "ยฟSuscriptor Activo?"
#: includes/admin/class-wc-subscriptions-admin.php:839
msgid "Manage Subscriptions"
msgstr "Administrar suscripciones"
#: includes/admin/class-wc-subscriptions-admin.php:843
#: woocommerce-subscriptions.php:209
msgid "Search Subscriptions"
msgstr "Buscar Suscripciones"
#: includes/admin/class-wc-subscriptions-admin.php:863
#: includes/admin/class-wc-subscriptions-admin.php:959
#: includes/class-wcs-query.php:90 includes/class-wcs-query.php:110
#: includes/class-wcs-query.php:112 woocommerce-subscriptions.php:200
#: woocommerce-subscriptions.php:213
msgid "Subscriptions"
msgstr "Suscripciones"
#. translators: $1-2: opening and closing tags of a link that takes to PayPal
#. settings, $3-4: opening and closing tags of a link that takes to Woo
#. marketplace / Stripe product page
#: includes/admin/class-wc-subscriptions-admin.php:1006
msgid ""
"No payment gateways capable of processing automatic subscription payments "
"are enabled. Please enable the %1$sPayPal Standard%2$s gateway or get the "
"%3$sfree Stripe extension%4$s if you want to process automatic payments."
msgstr ""
#. translators: placeholder is name of a gateway
#: includes/admin/class-wc-subscriptions-admin.php:1009
msgid "The %s gateway can process automatic subscription payments."
msgstr ""
#. translators: %1$s - a comma separated list of gateway names (e.g. "stripe,
#. paypal, worldpay"), %2$s - one name of gateway (e.g. "authorize.net")
#: includes/admin/class-wc-subscriptions-admin.php:1012
msgid "The %1$s & %2$s gateways can process automatic subscription payments."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1018
msgid "Button Text"
msgstr "Texto del botรณn"
#: includes/admin/class-wc-subscriptions-admin.php:1025
msgid "Add to Cart Button Text"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1026
msgid ""
"A product displays a button with the text \"Add to Cart\". By default, a "
"subscription changes this to \"Sign Up Now\". You can customise the button "
"text for subscriptions here."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1030
#: includes/admin/class-wc-subscriptions-admin.php:1041
#: includes/class-wc-product-subscription-variation.php:75
#: includes/class-wc-product-subscription.php:115
#: includes/class-wc-product-variable-subscription.php:101
#: includes/class-wc-subscriptions-product.php:130
#: woocommerce-subscriptions.php:456 woocommerce-subscriptions.php:1110
msgid "Sign Up Now"
msgstr "Suscrรญbete ahora"
#: includes/admin/class-wc-subscriptions-admin.php:1036
msgid "Place Order Button Text"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1037
msgid ""
"Use this field to customise the text displayed on the checkout button when "
"an order contains a subscription. Normally the checkout submission button "
"displays \"Place Order\". When the cart contains a subscription, this is "
"changed to \"Sign Up Now\"."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1049
msgid "Roles"
msgstr "Roles"
#. translators: placeholders are <em> tags
#: includes/admin/class-wc-subscriptions-admin.php:1052
msgid ""
"Choose the default roles to assign to active and inactive subscribers. For "
"record keeping purposes, a user account must be created for subscribers. "
"Users with the %sadministrator%s role, such as yourself, will never be "
"allocated these roles to prevent locking out administrators."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1057
msgid "Subscriber Default Role"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1058
msgid ""
"When a subscription is activated, either manually or after a successful "
"purchase, new users will be assigned this role."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1069
msgid "Inactive Subscriber Role"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1070
msgid ""
"If a subscriber's subscription is manually cancelled or expires, she will be "
"assigned this role."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1090
msgid "Manual Renewal Payments"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1091
msgid "Accept Manual Renewals"
msgstr ""
#. translators: placeholders are opening and closing link tags
#: includes/admin/class-wc-subscriptions-admin.php:1096
msgid ""
"With manual renewals, a customer's subscription is put on-hold until they "
"login and pay to renew it. %sLearn more%s."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1102
msgid "Turn off Automatic Payments"
msgstr ""
#. translators: placeholders are opening and closing link tags
#: includes/admin/class-wc-subscriptions-admin.php:1107
msgid ""
"If you never want a customer to be automatically charged for a subscription "
"renewal payment, you can turn off automatic payments completely. %sLearn more"
"%s."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1122
msgid "Customer Suspensions"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1129
msgid ""
"Set a maximum number of times a customer can suspend their account for each "
"billing period. For example, for a value of 3 and a subscription billed "
"yearly, if the customer has suspended their account 3 times, they will not "
"be presented with the option to suspend their account until the next year. "
"Store managers will always be able able to suspend an active subscription. "
"Set this to 0 to turn off the customer suspension feature completely."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1133
msgid "Mixed Checkout"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1134
msgid "Allow subscriptions and products to be purchased simultaneously."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1138
msgid ""
"Allow subscriptions and products to be purchased in a single transaction."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1142
#: includes/upgrades/templates/wcs-about.php:108
msgid "Drip Downloadable Content"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1143
msgid "Enable dripping for downloadable content on subscription products."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1147
msgid ""
"Enabling this grants access to new downloadable files added to a product "
"only after the next renewal is processed.%sBy default, access to new "
"downloadable files added to a product is granted immediately to any customer "
"that has an active subscription with that product."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1153
msgid "Payment Gateways"
msgstr ""
#. translators: placeholders are opening and closing link tags
#: includes/admin/class-wc-subscriptions-admin.php:1161
msgid ""
"Other payment gateways can be used to process %smanual subscription renewal "
"payments%s only."
msgstr ""
#. translators: $1-$2: opening and closing tags. Link to documents->payment
#. gateways, 3$-4$: opening and closing tags. Link to woothemes extensions shop
#. page
#: includes/admin/class-wc-subscriptions-admin.php:1168
msgid ""
"Find new gateways that %1$ssupport automatic subscription payments%2$s in "
"the official %3$sWooCommerce Marketplace%4$s."
msgstr ""
#. translators: $1-$2: opening and closing <strong> tags, $3-$4: opening and
#. closing <em> tags
#: includes/admin/class-wc-subscriptions-admin.php:1205
msgid ""
"%1$sWooCommerce Subscriptions Installed%2$s – %3$sYou're ready to "
"start selling subscriptions!%4$s"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1210
msgid "Add a Subscription Product"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1211
#: includes/upgrades/templates/wcs-about.php:35
#: woocommerce-subscriptions.php:960
msgid "Settings"
msgstr "Configuraciรณn"
#. translators: placeholder is a number
#: includes/admin/class-wc-subscriptions-admin.php:1297
msgid "We can't find a subscription with ID #%d. Perhaps it was deleted?"
msgstr ""
#. translators: placeholders are opening link tag, ID of sub, and closing link
#. tag
#: includes/admin/class-wc-subscriptions-admin.php:1330
#: includes/admin/class-wc-subscriptions-admin.php:1335
msgid "Showing orders for %sSubscription %s%s"
msgstr ""
#. translators: number of 1$: days, 2$: weeks, 3$: months, 4$: years
#: includes/admin/class-wc-subscriptions-admin.php:1359
msgid "The trial period can not exceed: %1s, %2s, %3s or %4s."
msgstr ""
#. translators: placeholder is a time period (e.g. "4 weeks")
#: includes/admin/class-wc-subscriptions-admin.php:1364
msgid "The trial period can not exceed %s."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1420
#: includes/admin/class-wc-subscriptions-admin.php:1473
msgid "Yes"
msgstr "Sรญ"
#: includes/admin/class-wc-subscriptions-admin.php:1420
msgid "No"
msgstr "No"
#: includes/admin/class-wc-subscriptions-admin.php:1456
msgid "Automatic Recurring Payments"
msgstr "Pagos por Dรฉbito Automรกtico"
#: includes/admin/class-wc-subscriptions-admin.php:1473
msgid ""
"Supports automatic renewal payments with the WooCommerce Subscriptions "
"extension."
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:60
#: includes/admin/class-wcs-admin-meta-boxes.php:64
#: templates/myaccount/related-orders.php:15
msgid "Related Orders"
msgstr "Pedidos relacionados"
#: includes/admin/class-wcs-admin-meta-boxes.php:103
msgid "Please enter a start date in the past."
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:104
msgid "Please enter a date at least one hour into the future."
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:105
msgid "Please enter a date after the trial end."
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:106
#: includes/admin/class-wcs-admin-meta-boxes.php:107
msgid "Please enter a date after the start date."
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:108
msgid "Please enter a date before the next payment."
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:109
msgid "Please enter a date after the next payment."
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:110
msgid ""
"Are you sure you want to process a renewal?\n"
"\n"
"This will charge the customer and email them the renewal order (if emails "
"are enabled)."
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:130
msgid "Process renewal"
msgstr "Proceso de renovaciรณn"
#: includes/admin/class-wcs-admin-meta-boxes.php:133
msgid "Create pending renewal order"
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:147
msgid "Process renewal order action requested by admin."
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:166
msgid "Create pending renewal order requested by admin action."
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:114
msgid "Search for a product…"
msgstr ""
#. translators: placeholder is the number of subscriptions updated
#: includes/admin/class-wcs-admin-post-types.php:287
msgid "%s subscription status changed."
msgid_plural "%s subscription statuses changed."
msgstr[0] ""
msgstr[1] ""
#. translators: 1$: is the number of subscriptions not updated, 2$: is the
#. error message
#: includes/admin/class-wcs-admin-post-types.php:294
msgid "%1$s subscription could not be updated: %2$s"
msgid_plural "%1$s subscriptions could not be updated: %2$s"
msgstr[0] ""
msgstr[1] ""
#: includes/admin/class-wcs-admin-post-types.php:316
#: includes/admin/meta-boxes/views/html-related-orders-table.php:20
#: templates/myaccount/my-subscriptions.php:26
#: templates/myaccount/my-subscriptions.php:40
#: templates/myaccount/related-orders.php:24
#: templates/myaccount/related-orders.php:44
#: templates/myaccount/related-subscriptions.php:21
#: templates/myaccount/related-subscriptions.php:35
#: templates/myaccount/view-subscription.php:32
msgid "Status"
msgstr "Estado"
#: includes/admin/class-wcs-admin-post-types.php:317
#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:61
#: templates/emails/cancelled-subscription.php:26
#: templates/emails/subscription-info.php:18
#: templates/myaccount/my-subscriptions.php:25
#: templates/myaccount/related-subscriptions.php:20
#: woocommerce-subscriptions.php:201
msgid "Subscription"
msgstr "Suscripciรณn"
#: includes/admin/class-wcs-admin-post-types.php:318
msgid "Items"
msgstr "Items"
#: includes/admin/class-wcs-admin-post-types.php:319
msgid "Total"
msgstr "Total"
#: includes/admin/class-wcs-admin-post-types.php:320
msgid "Start Date"
msgstr "Fecha de inicio"
#: includes/admin/class-wcs-admin-post-types.php:321
msgid "Trial End"
msgstr "Fin del perรญodo de prueba"
#: includes/admin/class-wcs-admin-post-types.php:322
msgid "Next Payment"
msgstr "Prรณximo Pago"
#: includes/admin/class-wcs-admin-post-types.php:323
msgid "Last Payment"
msgstr "รltimo Pago"
#: includes/admin/class-wcs-admin-post-types.php:324
msgid "End Date"
msgstr "Fecha final"
#: includes/admin/class-wcs-admin-post-types.php:365
#: includes/wcs-user-functions.php:272
msgid "Reactivate"
msgstr "Reactivar"
#: includes/admin/class-wcs-admin-post-types.php:366
#: includes/wcs-user-functions.php:267
msgid "Suspend"
msgstr "Suspender"
#: includes/admin/class-wcs-admin-post-types.php:368
#: includes/admin/class-wcs-admin-post-types.php:383
msgid "Trash"
msgstr "Borrar"
#: includes/admin/class-wcs-admin-post-types.php:369
#: includes/admin/class-wcs-admin-post-types.php:387
msgid "Delete Permanently"
msgstr "Eliminar permanentemente"
#: includes/admin/class-wcs-admin-post-types.php:381
#: includes/class-wc-subscriptions-product.php:811
msgid "Restore this item from the Trash"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:381
#: includes/class-wc-subscriptions-product.php:812
msgid "Restore"
msgstr "Restaurar"
#: includes/admin/class-wcs-admin-post-types.php:383
msgid "Move this item to the Trash"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:387
msgid "Delete this item permanently"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:393
msgid "Cancel Now"
msgstr "Cancela ahora"
#. translators: placeholder is customer's billing email
#: includes/admin/class-wcs-admin-post-types.php:426
#: templates/emails/plain/admin-new-renewal-order.php:54
#: templates/emails/plain/customer-completed-renewal-order.php:52
#: templates/emails/plain/customer-processing-renewal-order.php:51
msgid "Email: %s"
msgstr "Correo Electrรณnico: %s"
#. translators: placeholder is customer's billing phone number
#: includes/admin/class-wcs-admin-post-types.php:431
#: templates/emails/plain/admin-new-renewal-order.php:59
#: templates/emails/plain/customer-completed-renewal-order.php:58
#: templates/emails/plain/customer-processing-renewal-order.php:57
msgid "Tel: %s"
msgstr "Telรฉfono: %s"
#: includes/admin/class-wcs-admin-post-types.php:463
msgid "Show more details"
msgstr "Mostrar mรกs detalles"
#: includes/admin/class-wcs-admin-post-types.php:507
msgid "%d item"
msgid_plural "%d items"
msgstr[0] "%d item"
msgstr[1] ""
#. translators: placeholder is the display name of a payment gateway a
#. subscription was paid by
#: includes/admin/class-wcs-admin-post-types.php:542
#: templates/myaccount/my-subscriptions.php:48
msgid "Via %s"
msgstr "A travรฉs de %s"
#: includes/admin/class-wcs-admin-post-types.php:553
msgid "Y/m/d g:i:s A"
msgstr "Y/m/d g:i:s A"
#: includes/admin/class-wcs-admin-post-types.php:556
msgid ""
"This date should be treated as an estimate only. The payment gateway for "
"this subscription controls when payments are processed."
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:829
#: includes/admin/class-wcs-admin-post-types.php:832
#: includes/admin/class-wcs-admin-post-types.php:835
msgid "Subscription updated."
msgstr "Suscripciรณn actualizada"
#: includes/admin/class-wcs-admin-post-types.php:830
msgid "Custom field updated."
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:831
msgid "Custom field deleted."
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:836
msgid "Subscription saved."
msgstr "Suscripciรณn guardada."
#: includes/admin/class-wcs-admin-post-types.php:837
msgid "Subscription submitted."
msgstr "Suscripciรณn enviada."
#. translators: php date string
#: includes/admin/class-wcs-admin-post-types.php:839
msgid "Subscription scheduled for: %1$s."
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:840
msgid "Subscription draft updated."
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:878
msgid "Any Payment Method"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:879
msgid "None"
msgstr "Ninguno"
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:54
msgid "Customer:"
msgstr "Cliente:"
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:63
msgid "View other subscriptions"
msgstr "Ver otras suscripciones"
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:76
msgid "Search for a customer…"
msgstr ""
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:80
msgid "Subscription Status:"
msgstr ""
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:98
msgid "Billing Details"
msgstr "Detalles de facturaciรณn"
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:104
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:106
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:172
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:174
msgid "Address"
msgstr "Direcciรณn"
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:106
msgid "No billing address set."
msgstr ""
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:122
#: includes/class-wcs-change-payment-method-admin.php:38
#: includes/class-wcs-change-payment-method-admin.php:51
msgid "Payment Method"
msgstr "Mรฉtodo de pago"
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:161
msgid "Shipping Details"
msgstr "Detalles de envรญo"
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:174
msgid "No shipping address set."
msgstr ""
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:192
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:219
msgid "Customer Note:"
msgstr "Comentario del cliente:"
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:220
msgid "Customer's notes about the order"
msgstr ""
#. translators: placeholder is error message from the payment gateway or
#. subscriptions when updating the status
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:275
msgid "Error updating some information: %s"
msgstr ""
#. translators: placeholder is human time diff (e.g. "3 weeks")
#: includes/admin/meta-boxes/views/html-related-orders-row.php:34
#: includes/class-wc-subscription.php:681
#: includes/class-wc-subscriptions-manager.php:2328
msgid "In %s"
msgstr "En %s"
#. translators: placeholder is human time diff (e.g. "3 weeks")
#: includes/admin/meta-boxes/views/html-related-orders-row.php:37
#: includes/class-wc-subscription.php:684
msgid "%s ago"
msgstr "hace %s"
#: includes/admin/meta-boxes/views/html-related-orders-row.php:43
msgid "Unpublished"
msgstr "No publicado"
#: includes/admin/meta-boxes/views/html-related-orders-table.php:17
#: templates/myaccount/related-orders.php:36
msgid "Order Number"
msgstr "Nรบmero Pedido"
#: includes/admin/meta-boxes/views/html-related-orders-table.php:18
msgid "Relationship"
msgstr "Relaciรณn"
#: includes/admin/meta-boxes/views/html-related-orders-table.php:19
#: templates/myaccount/related-orders.php:23
#: templates/myaccount/related-orders.php:41
msgid "Date"
msgstr "Fecha"
#: includes/admin/meta-boxes/views/html-subscription-schedule.php:22
#: includes/admin/meta-boxes/views/html-subscription-schedule.php:41
msgid "Recurring:"
msgstr "Recurrente:"
#: includes/admin/meta-boxes/views/html-subscription-schedule.php:60
msgid "Timezone:"
msgstr "Zona horaria:"
#: includes/admin/meta-boxes/views/html-subscription-schedule.php:60
msgid "Error: unable to find timezone of your browser."
msgstr ""
#: includes/api/class-wc-api-subscriptions.php:102 wcs-functions.php:168
msgid "Invalid subscription status given."
msgstr ""
#: includes/api/class-wc-api-subscriptions.php:124
msgid "You do not have permission to read the subscriptions count"
msgstr ""
#: includes/api/class-wc-api-subscriptions.php:173
msgid "You do not have permission to create subscriptions"
msgstr ""
#: includes/api/class-wc-api-subscriptions.php:239
msgid "The requested subscription cannot be edited."
msgstr ""
#: includes/api/class-wc-api-subscriptions.php:304
msgid ""
"Gateway does not support admin changing the payment method on a Subscription."
msgstr ""
#. translators: 1$: gateway id, 2$: error message
#: includes/api/class-wc-api-subscriptions.php:342
msgid ""
"Subscription payment method could not be set to %1$s and has been set to "
"manual with error message: %2$s"
msgstr ""
#: includes/api/class-wc-api-subscriptions.php:377 wcs-functions.php:142
msgid ""
"Invalid subscription billing interval given. Must be an integer greater than "
"0."
msgstr ""
#: includes/api/class-wc-api-subscriptions.php:389 wcs-functions.php:137
msgid "Invalid subscription billing period given."
msgstr ""
#: includes/class-wc-subscription.php:309
#: includes/class-wc-subscription.php:400
msgid "Unable to change subscription status to \"%s\"."
msgstr ""
#. translators: $1 note why the status changes (if any), $2: old status, $3:
#. new status
#: includes/class-wc-subscription.php:382
msgid "%1$s Status changed from %2$s to %3$s."
msgstr ""
#: includes/class-wc-subscription.php:691
msgid "Not yet ended"
msgstr "Todavรญa no se ha terminado"
#: includes/class-wc-subscription.php:734
msgid "Invalid format. First parameter needs to be an array."
msgstr ""
#: includes/class-wc-subscription.php:738
msgid "Invalid data. First parameter was empty when passed to update_dates()."
msgstr ""
#: includes/class-wc-subscription.php:745
msgid ""
"Invalid data. First parameter has a date that is not in the registered date "
"types."
msgstr ""
#: includes/class-wc-subscription.php:793
msgid "The %s date must occur after the last payment date."
msgstr ""
#: includes/class-wc-subscription.php:797
msgid "The %s date must occur after the next payment date."
msgstr ""
#: includes/class-wc-subscription.php:802
msgid "The %s date must occur after the trial end date."
msgstr ""
#: includes/class-wc-subscription.php:806
msgid "The %s date must occur after the start date."
msgstr ""
#: includes/class-wc-subscription.php:861
msgid "The start date of a subscription can not be deleted, only updated."
msgstr ""
#: includes/class-wc-subscription.php:864
msgid ""
"The last payment date of a subscription can not be deleted. You must delete "
"the order."
msgstr ""
#: includes/class-wc-subscription.php:1267
msgid "Sign-up complete."
msgstr "Registro completo"
#: includes/class-wc-subscription.php:1269
msgid "Payment received."
msgstr "Pago recibido"
#: includes/class-wc-subscription.php:1300
msgid "Payment failed."
msgstr "Pago fallido."
#: includes/class-wc-subscription.php:1304
msgid "Subscription Cancelled: maximum number of failed payments reached."
msgstr ""
#: includes/class-wc-subscription.php:1499
#: includes/class-wcs-change-payment-method-admin.php:155
msgid "Manual Renewal"
msgstr "Renovaciรณn Manual"
#: includes/class-wc-subscription.php:1564
msgid "Payment method meta must be an array."
msgstr ""
#: includes/class-wc-subscriptions-addresses.php:46
msgid "Change Address"
msgstr "Cambiar Direcciรณn"
#: includes/class-wc-subscriptions-addresses.php:70
msgid ""
"Both the shipping address used for the subscription and your default "
"shipping address for future purchases will be updated."
msgstr ""
#. translators: $1: address type (Shipping Address / Billing Address), $2:
#. opening <strong> tag, $3: closing </strong> tag
#: includes/class-wc-subscriptions-addresses.php:83
msgid "Update the %1$s used for %2$sall%3$s of my active subscriptions"
msgstr ""
#: includes/class-wc-subscriptions-cart.php:836
msgid "Please enter a valid postcode/ZIP."
msgstr ""
#: includes/class-wc-subscriptions-cart.php:1007
msgid ""
"That subscription product can not be added to your cart as it already "
"contains a subscription renewal."
msgstr ""
#: includes/class-wc-subscriptions-cart.php:1092
msgid "Invalid recurring shipping method."
msgstr ""
#: includes/class-wc-subscriptions-cart.php:2060
msgid "now"
msgstr "ahora"
#. translators: placeholder is the subscription order number wrapped in
#. <strong> tags
#: includes/class-wc-subscriptions-change-payment-gateway.php:126
#: templates/emails/plain/admin-new-switch-order.php:57
#: templates/emails/plain/cancelled-subscription.php:20
#: templates/emails/plain/customer-completed-switch-order.php:52
msgid "Subscription Number: %s"
msgstr ""
#. translators: placeholder is the subscription's next payment date (either
#. human readable or normal date) wrapped in <strong> tags
#: includes/class-wc-subscriptions-change-payment-gateway.php:132
msgid "Next Payment Date: %s"
msgstr ""
#. translators: placeholder is the formatted total to be paid for the
#. subscription wrapped in <strong> tags
#: includes/class-wc-subscriptions-change-payment-gateway.php:138
msgid "Total: %s"
msgstr "Total: %s"
#. translators: placeholder is the display name of the payment method
#: includes/class-wc-subscriptions-change-payment-gateway.php:145
msgid "Payment Method: %s"
msgstr "Medio de pago: %s"
#: includes/class-wc-subscriptions-change-payment-gateway.php:157
msgid ""
"Sorry, this subscription change payment method request is invalid and cannot "
"be processed."
msgstr ""
#: includes/class-wc-subscriptions-change-payment-gateway.php:189
msgid "There was an error with your request. Please try again."
msgstr ""
#: includes/class-wc-subscriptions-change-payment-gateway.php:193
#: templates/myaccount/view-subscription.php:20
msgid "Invalid Subscription."
msgstr ""
#: includes/class-wc-subscriptions-change-payment-gateway.php:197
#: includes/class-wcs-cart-resubscribe.php:58
#: includes/class-wcs-user-change-status-handler.php:103
msgid "That doesn't appear to be one of your subscriptions."
msgstr ""
#: includes/class-wc-subscriptions-change-payment-gateway.php:201
msgid "The payment method can not be changed for that subscription."
msgstr ""
#. translators: placeholder is next payment's date
#: includes/class-wc-subscriptions-change-payment-gateway.php:207
msgid " Next payment is due %s."
msgstr ""
#. translators: placeholder is either empty or "Next payment is due..."
#: includes/class-wc-subscriptions-change-payment-gateway.php:213
msgid "Choose a new payment method.%s"
msgstr ""
#: includes/class-wc-subscriptions-change-payment-gateway.php:235
msgid "Invalid order."
msgstr "Pedido no vรกlido."
#: includes/class-wc-subscriptions-change-payment-gateway.php:328
msgid "Payment method updated."
msgstr ""
#. translators: placeholder is an internal error number
#: includes/class-wc-subscriptions-checkout.php:167
#: includes/class-wc-subscriptions-checkout.php:279
msgid "Error %d: Unable to create subscription. Please try again."
msgstr ""
#. translators: placeholder is an internal error number
#: includes/class-wc-subscriptions-checkout.php:180
msgid "Error %d: Unable to add tax to subscription. Please try again."
msgstr ""
#. translators: placeholder is an internal error number
#: includes/class-wc-subscriptions-checkout.php:188
msgid "Error %d: Unable to create order. Please try again."
msgstr ""
#: includes/class-wc-subscriptions-checkout.php:244
#: includes/class-wc-subscriptions-manager.php:467
msgid "Error: Unable to create subscription. Please try again."
msgstr ""
#: includes/class-wc-subscriptions-coupon.php:58
msgid "Sign Up Fee Discount"
msgstr ""
#: includes/class-wc-subscriptions-coupon.php:59
msgid "Sign Up Fee % Discount"
msgstr ""
#: includes/class-wc-subscriptions-coupon.php:60
msgid "Recurring Product Discount"
msgstr ""
#: includes/class-wc-subscriptions-coupon.php:61
msgid "Recurring Product % Discount"
msgstr ""
#: includes/class-wc-subscriptions-coupon.php:249
msgid ""
"Sorry, this coupon is only valid for an initial payment and the cart does "
"not require an initial payment."
msgstr ""
#: includes/class-wc-subscriptions-coupon.php:255
msgid "Sorry, this coupon is only valid for new subscriptions."
msgstr ""
#: includes/class-wc-subscriptions-coupon.php:260
msgid "Sorry, this coupon is only valid for subscription products."
msgstr ""
#. translators: 1$: coupon code that is being removed
#: includes/class-wc-subscriptions-coupon.php:266
msgid "Sorry, the \"%1$s\" coupon is only valid for renewals."
msgstr ""
#: includes/class-wc-subscriptions-coupon.php:271
msgid ""
"Sorry, this coupon is only valid for subscription products with a sign-up "
"fee."
msgstr ""
#: includes/class-wc-subscriptions-manager.php:104
msgid ""
"Error: Unable to create renewal order from scheduled payment. Please try "
"again."
msgstr ""
#: includes/class-wc-subscriptions-manager.php:141
#: includes/gateways/class-wc-subscriptions-payment-gateways.php:183
msgid "Subscription doesn't exist in scheduled action: %d"
msgstr ""
#. translators: $1: order number, $2: error message
#: includes/class-wc-subscriptions-manager.php:278
msgid "Failed to activate subscription status for order #%1$s: %2$s"
msgstr ""
#. translators: $1: order number, $2: error message
#: includes/class-wc-subscriptions-manager.php:306
msgid ""
"Failed to update subscription status after order #%1$s was put on-hold: %2$s"
msgstr ""
#. translators: $1: order number, $2: error message
#: includes/class-wc-subscriptions-manager.php:334
msgid "Failed to cancel subscription after order #%1$s was cancelled: %2$s"
msgstr ""
#. translators: $1: order number, $2: error message
#: includes/class-wc-subscriptions-manager.php:362
msgid "Failed to set subscription as expired for order #%1$s: %2$s"
msgstr ""
#: includes/class-wc-subscriptions-manager.php:388
msgid "Subscription sign up failed."
msgstr ""
#. translators: $1: order number, $2: error message
#: includes/class-wc-subscriptions-manager.php:398
msgid "Failed to process failed payment on subscription for order #%1$s: %2$s"
msgstr ""
#: includes/class-wc-subscriptions-manager.php:486
msgid "Error: Unable to add product to created subscription. Please try again."
msgstr ""
#: includes/class-wc-subscriptions-manager.php:526
msgid "Pending subscription created."
msgstr ""
#. translators: all fields are full html nodes: 1$: month input, 2$: day input,
#. 3$: year input, 4$: hour input, 5$: minute input. Change the order if you'd
#. like
#: includes/class-wc-subscriptions-manager.php:1752
msgid "%1$s%2$s, %3$s @ %4$s : %5$s"
msgstr ""
#. translators: all fields are full html nodes: 1$: month input, 2$: day input,
#. 3$: year input. Change the order if you'd like
#: includes/class-wc-subscriptions-manager.php:1756
msgid "%1$s%2$s, %3$s"
msgstr ""
#: includes/class-wc-subscriptions-manager.php:1761
msgid "Change"
msgstr ""
#. translators: placeholder is subscription ID
#: includes/class-wc-subscriptions-manager.php:2210
msgid "Failed sign-up for subscription %s."
msgstr ""
#: includes/class-wc-subscriptions-manager.php:2301
msgid "Invalid security token, please reload the page and try again."
msgstr ""
#: includes/class-wc-subscriptions-manager.php:2305
msgid "Only store managers can edit payment dates."
msgstr ""
#: includes/class-wc-subscriptions-manager.php:2309
msgid "Please enter all date fields."
msgstr ""
#: includes/class-wc-subscriptions-manager.php:2334
msgid "Date Changed"
msgstr ""
#: includes/class-wc-subscriptions-order.php:362
msgid "Your subscription will be activated when payment clears."
msgid_plural "Your subscriptions will be activated when payment clears."
msgstr[0] ""
msgstr[1] ""
#. translators: placeholders are opening and closing link tags
#: includes/class-wc-subscriptions-order.php:365
msgid "View the status of your subscription in %syour account%s."
msgid_plural "View the status of your subscriptions in %syour account%s."
msgstr[0] ""
msgstr[1] ""
#: includes/class-wc-subscriptions-order.php:635
msgid "Show all types"
msgstr ""
#. translators: $1: opening link tag, $2: order number, $3: closing link tag
#: includes/class-wc-subscriptions-order.php:874
msgid "Subscription cancelled for refunded order %1$s#%2$s%3$s."
msgstr ""
#. translators: 1$: recurring amount string, 2$: day of the week (e.g. "$10
#. every Wednesday")
#: includes/class-wc-subscriptions-product.php:351
#: includes/wcs-formatting-functions.php:102
#: includes/wcs-formatting-functions.php:186
msgid "%1$s every %2$s"
msgstr ""
#. translators: 1$: recurring amount string, 2$: period, 3$: day of the week
#. (e.g. "$10 every 2nd week on Wednesday")
#: includes/class-wc-subscriptions-product.php:354
#: includes/wcs-formatting-functions.php:111
msgid "%1$s every %2$s on %3$s"
msgstr ""
#. translators: placeholder is recurring amount
#: includes/class-wc-subscriptions-product.php:361
#: includes/wcs-formatting-functions.php:129
msgid "%s on the last day of each month"
msgstr ""
#. translators: 1$: recurring amount, 2$: day of the month (e.g. "23rd") (e.g.
#. "$5 every 23rd of each month")
#: includes/class-wc-subscriptions-product.php:364
#: includes/wcs-formatting-functions.php:132
msgid "%1$s on the %2$s of each month"
msgstr ""
#. translators: 1$: recurring amount, 2$: interval (e.g. "3rd") (e.g. "$10 on
#. the last day of every 3rd month")
#: includes/class-wc-subscriptions-product.php:369
#: includes/wcs-formatting-functions.php:148
msgid "%1$s on the last day of every %2$s month"
msgstr ""
#. translators: 1$: <price> on the, 2$: <date> day of every, 3$: <interval>
#. month (e.g. "$10 on the 23rd day of every 2nd month")
#. translators: 1$: recurring amount, 2$: day of the month (e.g. "23rd") (e.g.
#. "$5 every 23rd of each month")
#: includes/class-wc-subscriptions-product.php:372
#: includes/wcs-formatting-functions.php:151
msgid "%1$s on the %2$s day of every %3$s month"
msgstr ""
#. translators: 1$: <price> on, 2$: <date>, 3$: <month> each year (e.g. "$15 on
#. March 15th each year")
#. translators: 1$: recurring amount, 2$: month (e.g. "March"), 3$: day of the
#. month (e.g. "23rd") (e.g. "$15 on March 15th every 3rd year")
#: includes/class-wc-subscriptions-product.php:379
#: includes/wcs-formatting-functions.php:164
msgid "%1$s on %2$s %3$s each year"
msgstr ""
#. translators: 1$: recurring amount, 2$: month (e.g. "March"), 3$: day of the
#. month (e.g. "23rd") (e.g. "$15 on March 15th every 3rd year")
#: includes/class-wc-subscriptions-product.php:382
#: includes/wcs-formatting-functions.php:173
msgid "%1$s on %2$s %3$s every %4$s year"
msgstr ""
#. translators: 1$: recurring amount, 2$: subscription period (e.g. "month" or
#. "3 months") (e.g. "$15 / month" or "$15 every 2nd month")
#: includes/class-wc-subscriptions-product.php:388
#: includes/wcs-formatting-functions.php:184
msgid "%1$s / %2$s"
msgid_plural " %1$s every %2$s"
msgstr[0] ""
msgstr[1] ""
#. translators: billing period (e.g. "every week")
#: includes/class-wc-subscriptions-product.php:394
msgid "every %s"
msgstr ""
#. translators: 1$: subscription string (e.g. "$10 up front then $5 on March
#. 23rd every 3rd year"), 2$: length (e.g. "4 years")
#: includes/class-wc-subscriptions-product.php:400
#: includes/wcs-formatting-functions.php:194
msgid "%1$s for %2$s"
msgstr ""
#. translators: 1$: subscription string (e.g. "$15 on March 15th every 3 years
#. for 6 years"), 2$: trial length (e.g.: "with 4 months free trial")
#: includes/class-wc-subscriptions-product.php:406
msgid "%1$s with %2$s free trial"
msgstr ""
#. translators: 1$: subscription string (e.g. "$15 on March 15th every 3 years
#. for 6 years with 2 months free trial"), 2$: signup fee price (e.g. "and a
#. $30 sign-up fee")
#: includes/class-wc-subscriptions-product.php:411
msgid "%1$s and a %2$s sign-up fee"
msgstr ""
#. translators: placeholder is order ID
#: includes/class-wc-subscriptions-renewal-order.php:140
msgid "Order %s created to record renewal."
msgstr ""
#: includes/class-wc-subscriptions-renewal-order.php:160
msgid "Subscription renewal orders cannot be cancelled."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:155
msgid ""
"You have a subscription to this product. Choosing a new subscription will "
"replace your existing subscription."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:157
msgid "Choose a new subscription."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:179
#: includes/class-wc-subscriptions-switcher.php:857
msgid ""
"Your cart contained an invalid subscription switch request. It has been "
"removed."
msgid_plural ""
"Your cart contained invalid subscription switch requests. They have been "
"removed."
msgstr[0] ""
msgstr[1] ""
#: includes/class-wc-subscriptions-switcher.php:220
msgid ""
"You have already subscribed to this product and it is limited to one per "
"customer. You can not purchase the product again."
msgstr ""
#. translators: 1$: is the "You have already subscribed to this product"
#. notice, 2$-4$: opening/closing link tags, 3$: an order number
#: includes/class-wc-subscriptions-switcher.php:232
msgid ""
"%1$s Complete payment on %2$sOrder %3$s%4$s to be able to change your "
"subscription."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:318
msgid "Switching"
msgstr ""
#. translators: placeholders are opening and closing link tags
#: includes/class-wc-subscriptions-switcher.php:321
msgid ""
"Allow subscribers to switch (upgrade or downgrade) between different "
"subscriptions. %sLearn more%s."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:326
msgid "Allow Switching"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:327
msgid ""
"Allow subscribers to switch between subscriptions combined in a grouped "
"product, different variations of a Variable subscription or don't allow "
"switching."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:343
msgid "Prorate Recurring Payment"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:344
msgid ""
"When switching to a subscription with a different recurring payment or "
"billing period, should the price paid for the existing billing period be "
"prorated when switching to the new subscription?"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:361
msgid "Prorate Sign up Fee"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:362
msgid ""
"When switching to a subscription with a sign up fee, you can require the "
"customer pay only the gap between the existing subscription's sign up fee "
"and the new subscription's sign up fee (if any)."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:377
msgid "Prorate Subscription Length"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:378
msgid ""
"When switching to a subscription with a length, you can take into account "
"the payments already completed by the customer when determining how many "
"payments the subscriber needs to make for the new subscription."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:393
msgid "Switch Button Text"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:394
msgid ""
"Customise the text displayed on the button next to the subscription on the "
"subscriber's account page. The default is \"Switch Subscription\", but you "
"may wish to change this to \"Upgrade\" or \"Change Subscription\"."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:398
#: includes/class-wc-subscriptions-switcher.php:424
#: includes/class-wc-subscriptions-switcher.php:1878
msgid "Upgrade or Downgrade"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:810
msgid "Switch Order"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:825
msgid "Switched Subscription"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:925
msgid "We can not find your old subscription item."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:947
msgid "You can not switch to the same subscription."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:994
msgid ""
"You can not switch this subscription. It appears you do not own the "
"subscription."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:1029
msgid "There was an error locating the switch details."
msgstr ""
#: includes/class-wc-subscriptions-synchroniser.php:47
#: templates/admin/deprecated/html-variation-synchronisation.php:30
msgid "Synchronise Renewals"
msgstr ""
#: includes/class-wc-subscriptions-synchroniser.php:48
msgid ""
"Align the payment date for all customers who purchase this subscription to a "
"specific day of the week or month."
msgstr ""
#: includes/class-wc-subscriptions-synchroniser.php:149
msgid "Synchronisation"
msgstr ""
#: includes/class-wc-subscriptions-synchroniser.php:158
msgid "Align Subscription Renewal Day"
msgstr ""
#: includes/class-wc-subscriptions-synchroniser.php:165
msgid "Prorate First Payment"
msgstr ""
#: includes/class-wc-subscriptions-synchroniser.php:166
msgid ""
"If a subscription is synchronised to a specific day of the week, month or "
"year, charge a prorated amount for the subscription at the time of sign up."
msgstr ""
#: includes/class-wc-subscriptions-synchroniser.php:607
msgid "Do not synchronise"
msgstr ""
#. translators: placeholder is a day of the week
#: includes/class-wc-subscriptions-synchroniser.php:615
msgid "%s each week"
msgstr ""
#. translators: placeholder is a number of day with language specific suffix
#. applied (e.g. "1st", "3rd", "5th", etc...)
#: includes/class-wc-subscriptions-synchroniser.php:621
msgid "%s day of the month"
msgstr ""
#: includes/class-wc-subscriptions-synchroniser.php:623
msgid "Last day of the month"
msgstr ""
#: includes/class-wc-subscriptions-synchroniser.php:671
msgid "Today!"
msgstr ""
#. translators: placeholder is a date
#: includes/class-wc-subscriptions-synchroniser.php:678
msgid "First payment prorated. Next payment: %s"
msgstr ""
#. translators: placeholder is a date
#: includes/class-wc-subscriptions-synchroniser.php:681
msgid "First payment: %s"
msgstr ""
#: includes/class-wcs-auth.php:39
msgid "View subscriptions"
msgstr ""
#: includes/class-wcs-auth.php:42
msgid "Create subscriptions"
msgstr ""
#: includes/class-wcs-auth.php:45
msgid "View and manage subscriptions"
msgstr ""
#: includes/class-wcs-cart-initial-payment.php:48
msgid "That doesn't appear to be your order."
msgstr ""
#. translators: placeholder is an item name
#: includes/class-wcs-cart-renewal.php:162
msgid ""
"The %s product has been deleted and can no longer be renewed. Please choose "
"a new product or contact us for assistance."
msgstr ""
#. translators: %s is subscription's number
#: includes/class-wcs-cart-renewal.php:191
msgid "Subscription #%s has not been added to the cart."
msgstr ""
#: includes/class-wcs-cart-renewal.php:317
msgid ""
"We couldn't find the original subscription for an item in your cart. The "
"item was removed."
msgid_plural ""
"We couldn't find the original subscriptions for items in your cart. The "
"items were removed."
msgstr[0] ""
msgstr[1] ""
#: includes/class-wcs-cart-renewal.php:324
msgid ""
"We couldn't find the original renewal order for an item in your cart. The "
"item was removed."
msgid_plural ""
"We couldn't find the original renewal orders for items in your cart. The "
"items were removed."
msgstr[0] ""
msgstr[1] ""
#: includes/class-wcs-cart-renewal.php:540
msgid "All linked subscription items have been removed from the cart."
msgstr ""
#: includes/class-wcs-cart-resubscribe.php:50
msgid "There was an error with your request to resubscribe. Please try again."
msgstr ""
#: includes/class-wcs-cart-resubscribe.php:54
msgid "That subscription does not exist. Has it been deleted?"
msgstr ""
#: includes/class-wcs-cart-resubscribe.php:62
msgid ""
"You can not resubscribe to that subscription. Please contact us if you need "
"assistance."
msgstr ""
#: includes/class-wcs-cart-resubscribe.php:71
#: includes/class-wcs-cart-resubscribe.php:88
msgid "Complete checkout to resubscribe."
msgstr ""
#: includes/class-wcs-change-payment-method-admin.php:113
msgid "Please choose a valid payment gateway to change to."
msgstr ""
#: includes/class-wcs-remove-item.php:106
msgid "Your request to undo your previous action was unsuccessful."
msgstr ""
#. translators: placeholders are 1$: item name, and, 2$: opening and, 3$:
#. closing link tags
#: includes/class-wcs-remove-item.php:127
msgid ""
"You have successfully removed \"%1$s\" from your subscription. %2$sUndo?%3$s"
msgstr ""
#: includes/class-wcs-remove-item.php:156
#: includes/class-wcs-user-change-status-handler.php:99
msgid "Security error. Please contact us if you need assistance."
msgstr ""
#: includes/class-wcs-remove-item.php:160
msgid "You cannot modify a subscription that does not belong to you."
msgstr ""
#: includes/class-wcs-remove-item.php:164
msgid "You cannot remove an item that does not exist. "
msgstr ""
#: includes/class-wcs-remove-item.php:168
msgid ""
"The item was not removed because this Subscription's payment method does not "
"support removing an item."
msgstr ""
#: includes/class-wcs-user-change-status-handler.php:60
msgid ""
"You can not reactivate that subscription until paying to renew it. Please "
"contact us if you need assistance."
msgstr ""
#: includes/class-wcs-user-change-status-handler.php:70
msgid ""
"You can not suspend that subscription - the suspension limit has been "
"reached. Please contact us if you need assistance."
msgstr ""
#: includes/class-wcs-user-change-status-handler.php:95
msgid ""
"That subscription does not exist. Please contact us if you need assistance."
msgstr ""
#. translators: placeholder is subscription's new status, translated
#: includes/class-wcs-user-change-status-handler.php:108
msgid ""
"That subscription can not be changed to %s. Please contact us if you need "
"assistance."
msgstr ""
#: includes/class-wcs-webhooks.php:83
msgid " Subscription Created"
msgstr ""
#: includes/class-wcs-webhooks.php:84
msgid " Subscription Updated"
msgstr ""
#: includes/class-wcs-webhooks.php:85
msgid " Subscription Deleted"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:27
msgid "Cancelled Subscription"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:28
msgid ""
"Cancelled Subscription emails are sent when a customer's subscription is "
"cancelled (either by a store manager, or the customer)."
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:30
msgid "Subscription Cancelled"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:122
#: includes/emails/class-wcs-email-customer-renewal-invoice.php:176
msgid "Enable this email notification"
msgstr ""
#. translators: placeholder is admin email
#: includes/emails/class-wcs-email-cancelled-subscription.php:129
msgid ""
"Enter recipients (comma separated) for this email. Defaults to <code>%s</"
"code>."
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:136
msgid ""
"This controls the email subject line. Leave blank to use the default "
"subject: <code>%s</code>."
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:143
msgid ""
"This controls the main heading contained within the email notification. "
"Leave blank to use the default heading: <code>%s</code>."
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:150
msgid "Choose which format of email to send."
msgstr ""
#: includes/emails/class-wcs-email-customer-completed-renewal-order.php:25
msgid "Completed Renewal Order"
msgstr ""
#: includes/emails/class-wcs-email-customer-completed-renewal-order.php:26
msgid ""
"Renewal order complete emails are sent to the customer when a subscription "
"renewal order is marked complete and usually indicates that the item for "
"that renewal period has been shipped."
msgstr ""
#: includes/emails/class-wcs-email-customer-completed-switch-order.php:26
msgid "Subscription Switch Complete"
msgstr ""
#: includes/emails/class-wcs-email-customer-completed-switch-order.php:27
msgid ""
"Subscription switch complete emails are sent to the customer when a "
"subscription is switched successfully."
msgstr ""
#: includes/emails/class-wcs-email-customer-completed-switch-order.php:30
msgid "Your subscription change is complete"
msgstr ""
#: includes/emails/class-wcs-email-customer-completed-switch-order.php:31
msgid "Your {blogname} subscription change from {order_date} is complete"
msgstr ""
#: includes/emails/class-wcs-email-customer-completed-switch-order.php:38
msgid "Your subscription change is complete - download your files"
msgstr ""
#: includes/emails/class-wcs-email-customer-completed-switch-order.php:39
msgid ""
"Your {blogname} subscription change from {order_date} is complete - download "
"your files"
msgstr ""
#: includes/emails/class-wcs-email-customer-processing-renewal-order.php:24
msgid "Processing Renewal order"
msgstr ""
#: includes/emails/class-wcs-email-customer-processing-renewal-order.php:25
msgid ""
"This is an order notification sent to the customer after payment for a "
"subscription renewal order is completed. It contains the renewal order "
"details."
msgstr ""
#: includes/emails/class-wcs-email-customer-processing-renewal-order.php:28
msgid "Thank you for your order"
msgstr ""
#: includes/emails/class-wcs-email-customer-processing-renewal-order.php:29
msgid "Your {blogname} renewal order receipt from {order_date}"
msgstr ""
#: includes/emails/class-wcs-email-customer-renewal-invoice.php:27
msgid "Customer Renewal Invoice"
msgstr ""
#: includes/emails/class-wcs-email-customer-renewal-invoice.php:28
msgid ""
"Sent to a customer when the subscription is due for renewal and the renewal "
"requires a manual payment, either because it uses manual renewals or the "
"automatic recurring payment failed. The email contains renewal order "
"information and payment links."
msgstr ""
#: includes/emails/class-wcs-email-customer-renewal-invoice.php:35
msgid "Invoice for renewal order {order_number} from {order_date}"
msgstr ""
#: includes/emails/class-wcs-email-customer-renewal-invoice.php:36
msgid "Invoice for renewal order {order_number}"
msgstr ""
#: includes/emails/class-wcs-email-new-renewal-order.php:22
msgid "New Renewal Order"
msgstr ""
#: includes/emails/class-wcs-email-new-renewal-order.php:23
msgid ""
"New renewal order emails are sent when a subscription renewal payment is "
"processed."
msgstr ""
#: includes/emails/class-wcs-email-new-renewal-order.php:25
msgid "New subscription renewal order"
msgstr ""
#: includes/emails/class-wcs-email-new-renewal-order.php:26
msgid ""
"[{blogname}] New subscription renewal order ({order_number}) - {order_date}"
msgstr ""
#: includes/emails/class-wcs-email-new-switch-order.php:22
#: includes/emails/class-wcs-email-new-switch-order.php:25
msgid "Subscription Switched"
msgstr ""
#: includes/emails/class-wcs-email-new-switch-order.php:23
msgid ""
"Subscription switched emails are sent when a customer switches a "
"subscription."
msgstr ""
#: includes/emails/class-wcs-email-new-switch-order.php:26
msgid "[{blogname}] Subscription Switched ({order_number}) - {order_date}"
msgstr ""
#: includes/gateways/class-wc-subscriptions-payment-gateways.php:126
msgid ""
"Sorry, it seems there are no available payment methods which support "
"subscriptions. Please contact us if you require assistance or wish to make "
"alternate arrangements."
msgstr ""
#: includes/gateways/paypal/class-wcs-paypal.php:199
msgid "Unable to find order for PayPal billing agreement."
msgstr ""
#: includes/gateways/paypal/class-wcs-paypal.php:256
msgid ""
"An error occurred, please try again or try an alternate form of payment."
msgstr ""
#. translators: placeholders are PayPal API error code and PayPal API error
#. message
#: includes/gateways/paypal/class-wcs-paypal.php:359
msgid "PayPal API error: (%d) %s"
msgstr ""
#. translators: placeholder is PayPal transaction status message
#: includes/gateways/paypal/class-wcs-paypal.php:364
msgid "PayPal Transaction Held: %s"
msgstr ""
#. translators: placeholder is PayPal transaction status message
#: includes/gateways/paypal/class-wcs-paypal.php:376
msgid "PayPal payment declined: %s"
msgstr ""
#: includes/gateways/paypal/class-wcs-paypal.php:380
msgid "PayPal payment approved (ID: %s)"
msgstr ""
#: includes/gateways/paypal/class-wcs-paypal.php:433
msgid ""
"Are you sure you want to change the payment method from PayPal standard?\n"
"\n"
"This will suspend the subscription at PayPal."
msgstr ""
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:56
msgid ""
"It is <strong>strongly recommended you do not change the Receiver Email "
"address</strong> if you have active subscriptions with PayPal. Doing so can "
"break existing subscriptions."
msgstr ""
#. translators: placeholders are opening and closing link tags. 1$-2$: to docs
#. on woothemes, 3$-4$ to gateway settings on the site
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:109
msgid ""
"PayPal is inactive for subscription transactions. Please %1$sset up the "
"PayPal IPN%2$s and %3$senter your API credentials%4$s to enable PayPal for "
"Subscriptions."
msgstr ""
#. translators: placeholders are opening and closing strong and link tags.
#. 1$-2$: strong tags, 3$-8$ link to docs on woothemes
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:122
msgid ""
"%1$sPayPal Reference Transactions are not enabled on your account%2$s, some "
"subscription management features are not enabled. Please contact PayPal and "
"request they %3$senable PayPal Reference Transactions%4$s on your account. "
"%5$sCheck PayPal Account%6$s %7$sLearn more %8$s"
msgstr ""
#. translators: placeholders are opening and closing strong tags.
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:140
msgid ""
"%1$sPayPal Reference Transactions are enabled on your account%2$s. All "
"subscription management features are now enabled. Happy selling!"
msgstr ""
#. translators: placeholders are link opening and closing tags. 1$-2$: to
#. gateway settings, 3$-4$: support docs on woothemes.com
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:151
msgid ""
"There is a problem with PayPal. Your API credentials may be incorrect. "
"Please update your %1$sAPI credentials%2$s. %3$sLearn more%4$s."
msgstr ""
#. translators: placeholders are opening and closing link tags. 1$-2$: docs on
#. woothemes, 3$-4$: dismiss link
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:164
msgid ""
"There is a problem with PayPal. Your PayPal account is issuing out-of-date "
"subscription IDs. %1$sLearn more%2$s. %3$sDismiss%4$s."
msgstr ""
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:243
msgid "PayPal Subscription ID:"
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:274
msgid "Total Discount"
msgstr ""
#. translators: placeholder is blogname
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:302
msgid "%s - Order"
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:513
msgid "SKU: %s"
msgstr ""
#. translators: placeholder is localised datetime
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-response-payment.php:120
msgid "expected clearing date %s"
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-ipn-handler.php:114
msgid "Billing agreement cancelled at PayPal."
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:259
msgid "IPN subscription sign up completed."
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:299
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:376
msgid "IPN subscription payment completed."
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:338
msgid "IPN subscription failing payment method changed."
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:416
msgid "IPN subscription suspended."
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:439
msgid "IPN subscription cancelled."
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:455
msgid "IPN subscription payment failure."
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-status-manager.php:42
msgid "Subscription cancelled with PayPal"
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-status-manager.php:53
msgid "Subscription suspended with PayPal"
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-status-manager.php:66
msgid "Subscription reactivated with PayPal"
msgstr ""
#. translators: placeholder is a list of version numbers (e.g. "1.3 & 1.4 &
#. 1.5")
#: includes/upgrades/class-wc-subscriptions-upgrader.php:247
msgid "Database updated to version %s"
msgstr ""
#. translators: 1$: number of action scheduler hooks upgraded, 2$:
#. "{execution_time}", will be replaced on front end with actual time
#: includes/upgrades/class-wc-subscriptions-upgrader.php:270
msgid ""
"Migrated %1$s subscription related hooks to the new scheduler (in %2$s "
"seconds)."
msgstr ""
#. translators: 1$: number of subscriptions upgraded, 2$: "{execution_time}",
#. will be replaced on front end with actual time it took
#: includes/upgrades/class-wc-subscriptions-upgrader.php:286
msgid "Migrated %1$s subscriptions to the new structure (in %2$s seconds)."
msgstr ""
#. translators: 1$: error message, 2$: opening link tag, 3$: closing link tag
#: includes/upgrades/class-wc-subscriptions-upgrader.php:299
msgid ""
"Unable to upgrade subscriptions.<br/>Error: %1$s<br/>Please refresh the page "
"and try again. If problem persists, %2$scontact support%3$s."
msgstr ""
#: includes/upgrades/class-wc-subscriptions-upgrader.php:554
msgid "Welcome to WooCommerce Subscriptions 2.0"
msgstr ""
#: includes/upgrades/class-wc-subscriptions-upgrader.php:554
msgid "About WooCommerce Subscriptions"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:20
msgid "Welcome to Subscriptions 2.0"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:23
msgid ""
"Thank you for updating to the latest version of WooCommerce Subscriptions."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:24
msgid ""
"Version 2.0 has been in development for more than a year. We've reinvented "
"the extension to take into account 3 years of feedback from store managers."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:25
msgid "We hope you enjoy it!"
msgstr ""
#. translators: placeholder is version number
#: includes/upgrades/templates/wcs-about.php:31
msgid "Version %s"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:42
msgid "Check Out What's New"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:51
msgid "Multiple Subscriptions"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:52
msgid "It's now easier for your customers to buy more subscriptions!"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:53
msgid ""
"Customers can now purchase different subscription products in one "
"transaction. The products can bill on any schedule and have any combination "
"of sign-up fees and/or free trials."
msgstr ""
#. translators: placeholders are opening and closing link tags
#: includes/upgrades/templates/wcs-about.php:56
msgid "Learn more about the new %smultiple subscriptions%s feature."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:68
msgid "New Add/Edit Subscription Screen"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:69
msgid ""
"Subscriptions v2.0 introduces a new administration interface to add or edit "
"a subscription. You can make all the familiar changes, like modifying "
"recurring totals or subscription status. You can also make some new "
"modifications, like changing the expiration date, adding a shipping cost or "
"adding a product line item."
msgstr ""
#. translators: placeholders are opening and closing <strong> tags
#: includes/upgrades/templates/wcs-about.php:72
msgid ""
"The new interface is also built on the existing %sEdit Order%s screen. If "
"you've ever modified an order, you already know how to modify a subscription."
msgstr ""
#. translators: placeholers are link tags: 1$-2$ new subscription page, 3$-4$:
#. docs on woothemes
#: includes/upgrades/templates/wcs-about.php:76
msgid ""
"%1$sAdd a subscription%2$s now or %3$slearn more%4$s about the new interface."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:87
msgid "New View Subscription Page"
msgstr ""
#. translators: placeholders are opening and closing <strong> tags
#: includes/upgrades/templates/wcs-about.php:91
msgid ""
"Your customers can now view the full details of a subscription, including "
"line items, billing and shipping address, billing schedule and renewal "
"orders, from a special %sMy Account > View Subscription%s page."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:93
msgid ""
"This new page is also where the customer can suspend or cancel their "
"subscription, change payment method, change shipping address or upgrade/"
"downgrade an item."
msgstr ""
#. translators: placeholders are opening and closing link tags
#: includes/upgrades/templates/wcs-about.php:97
msgid "Learn more about the new %sView Subscription page%s."
msgstr ""
#. translators: placeholders are for opening and closing link (<a>) tags
#: includes/upgrades/templates/wcs-about.php:111
msgid ""
"By default, adding new files to an existing subscription product will "
"automatically provide active subscribers with access to the new files. "
"However, now you can enable a %snew content dripping setting%s to provide "
"subscribers with access to new files only after the next renewal payment."
msgstr ""
#. translators: placeholders are for opening and closing link (<a>) tags
#: includes/upgrades/templates/wcs-about.php:115
#: includes/upgrades/templates/wcs-about.php:128
#: includes/upgrades/templates/wcs-about.php:141
msgid "%sLearn more »%s"
msgstr ""
#. translators: placeholders are opening and closing <strong> tags
#: includes/upgrades/templates/wcs-about.php:124
msgid ""
"For a store manager to change a subscription from automatic to manual "
"renewal payments (or manual to automatic) with Subscriptions v1.5, the "
"database needed to be modified directly. Subscriptions now provides a way "
"for payment gateways to allow you to change that from the new %sEdit "
"Subscription%s interface."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:134
msgid "Change Trial and End Dates"
msgstr ""
#. translators: placeholders are opening and closing <strong> tags
#: includes/upgrades/templates/wcs-about.php:137
msgid ""
"It was already possible to change a subscription's next payment date, but "
"some store managers wanted to provide a customer with an extended free trial "
"or add an extra month to the expiration date. Now you can change all of "
"these dates from the %sEdit Subscription%s screen."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:150
msgid "And much more..."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:157
msgid "Peek Under the Hood for Developers"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:158
msgid ""
"Subscriptions 2.0 introduces a new architecture built on the WooCommerce "
"Custom Order Types API."
msgstr ""
#. translators: placeholders are opening and closing code tags
#: includes/upgrades/templates/wcs-about.php:164
msgid "New %sshop_subscription%s Post Type"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:166
msgid ""
"By making a subscription a Custom Order Type, a subscription is also now a "
"custom post type. This makes it faster to query subscriptions and it uses a "
"database schema that is as scalable as WordPress posts and pages."
msgstr ""
#. translators: placeholders are opening and closing <code> tags
#: includes/upgrades/templates/wcs-about.php:169
msgid ""
"Developers can also now use all the familiar WordPress functions, like "
"%sget_posts()%s, to query or modify subscription data."
msgstr ""
#. translators: placeholders are opening and closing <code> tags
#: includes/upgrades/templates/wcs-about.php:175
msgid "New %sWC_Subscription%s Object"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:177
msgid ""
"Subscriptions 2.0 introduces a new object for working with a subscription at "
"the application level. The cumbersome APIs for retrieving or modifying a "
"subscription's data are gone!"
msgstr ""
#. translators: all placeholders are opening and closing <code> tags, no need
#. to order them
#: includes/upgrades/templates/wcs-about.php:180
msgid ""
"Because the %sWC_Subscription%s class extends %sWC_Order%s, you can use its "
"familiar methods, like %s$subscription->update_status()%s or %s$subscription-"
">get_total()%s."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:184
msgid "REST API Endpoints"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:185
msgid ""
"We didn't just improve interfaces for humans, we also improved them for "
"computers. Your applications can now create, read, update or delete "
"subscriptions via RESTful API endpoints."
msgstr ""
#. translators: all placeholders are opening and closing <code> tags, no need
#. to order them
#: includes/upgrades/templates/wcs-about.php:188
msgid ""
"Want to list all the subscriptions on a site? Get %sexample.com/wc-api/v2/"
"subscriptions/%s. Want the details of a specific subscription? Get %s/wc-api/"
"v2/subscriptions/<id>/%s."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:194
msgid "Go to WooCommerce Subscriptions Settings"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade-in-progress.php:24
msgid "WooCommerce Subscriptions Update in Progress"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade-in-progress.php:30
msgid "The Upgrade is in Progress"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade-in-progress.php:31
msgid ""
"The WooCommerce Subscriptions plugin is currently running its database "
"upgrade routine."
msgstr ""
#. translators: placeholder is number of seconds
#: includes/upgrades/templates/wcs-upgrade-in-progress.php:34
msgid ""
"If you received a server error and reloaded the page to find this notice, "
"please refresh the page in %s seconds and the upgrade routine will "
"recommence without issues."
msgstr ""
#: includes/upgrades/templates/wcs-upgrade-in-progress.php:36
msgid ""
"Rest assured, although the update process may take a little while, it is "
"coded to prevent defects, your site is safe and will be up and running "
"again, faster than ever, shortly."
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:19
msgid "WooCommerce Subscriptions Update"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:29
msgid "Database Update Required"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:30
msgid "The WooCommerce Subscriptions plugin has been updated!"
msgstr ""
#. translators: placeholders are opening and closing tags
#: includes/upgrades/templates/wcs-upgrade.php:33
msgid ""
"Before we send you on your way, we need to update your database to the "
"newest version. If you do not have a recent backup of your site, %snow is "
"the time to create one%s."
msgstr ""
#. translators: 1$: number of subscriptions on site, 2$, lower estimate
#. (minutes), 3$: upper estimate
#: includes/upgrades/templates/wcs-upgrade.php:38
msgid ""
"The full update process for the %1$d subscriptions on your site will take "
"between %2$d and %3$d minutes."
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:41
msgid "The update process may take a little while, so please be patient."
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:43
msgid ""
"Customers and other non-administrative users can browse and purchase from "
"your store without interuption while the update is in progress."
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:49
msgid "Update in Progress"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:50
msgid ""
"This page will display the results of the process as each batch of "
"subscriptions is updated."
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:51
msgid ""
"Please keep this page open until the update process completes. No need to "
"refresh or restart the process."
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:53
msgid ""
"Remember, although the update process may take a while, customers and other "
"non-administrative users can browse and purchase from your store without "
"interuption while the update is in progress."
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:61
msgid "Update Complete"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:62
msgid "Your database has been updated successfully!"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:63
msgid "Continue"
msgstr ""
#. translators: $1: placeholder is number of weeks, 2$: path to the file
#: includes/upgrades/templates/wcs-upgrade.php:66
msgid ""
"To record the progress of the update a new log file was created. This file "
"will be automatically deleted in %1$d weeks. If you would like to delete it "
"sooner, you can find it here: %2$s"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:71
msgid "Update Error"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:72
msgid ""
"There was an error with the update. Please refresh the page and try again."
msgstr ""
#: includes/wcs-cart-functions.php:73
msgid "Shipping via %s"
msgstr ""
#: includes/wcs-cart-functions.php:91
msgid "Shipping"
msgid_plural "Shipping %d"
msgstr[0] ""
msgstr[1] ""
#: includes/wcs-cart-functions.php:220
msgid "Free shipping coupon"
msgstr ""
#. translators: placeholder is a date
#: includes/wcs-cart-functions.php:323
msgid "First renewal: %s"
msgstr ""
#. translators: placeholder is either subscription key or a subscription id,
#. or, failing that, empty (e.g. "145_21" or "145")
#: includes/wcs-deprecated-functions.php:113
msgid ""
"Could not get subscription. Most likely the subscription key does not refer "
"to a subscription. The key was: \"%s\"."
msgstr ""
#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"),
#. 3$: recurring amount string (e.g. "ยฃ10 / month" )
#: includes/wcs-formatting-functions.php:85
msgid "%1$s %2$s then %3$s"
msgstr ""
#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"),
#. 3$: recurring amount string, 4$: payment day of the week (e.g. "$15 up
#. front, then $10 every Wednesday")
#: includes/wcs-formatting-functions.php:99
msgid "%1$s %2$s then %3$s every %4$s"
msgstr ""
#. translators: 1$: initial amount, 2$: initial description (e.g. "up front" ),
#. 3$: recurring amount, 4$: interval (e.g. "2nd week"), 5$: day of the week
#. (e.g. "Thursday"); (e.g. "$10 up front, then $20 every 2nd week on
#. Wednesday")
#: includes/wcs-formatting-functions.php:108
msgid "%1$s %2$s then %3$s every %4%s on %5$s"
msgstr ""
#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"),
#. 3$: recurring amount; (e.g. "$10 up front then $30 on the last day of each
#. month")
#: includes/wcs-formatting-functions.php:121
msgid "%1$s %2$s then %3$s on the last day of each month"
msgstr ""
#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"),
#. 3$: recurring amount, 4$: day of the month (e.g. "23rd"); (e.g. "$10 up
#. front then $40 on the 23rd of each month")
#: includes/wcs-formatting-functions.php:124
msgid "%1$s %2$s then %3$s on the %4$s of each month"
msgstr ""
#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"),
#. 3$: recurring amount, 4$: interval (e.g. "3rd")
#: includes/wcs-formatting-functions.php:140
msgid "%1$s %2$s then %3$s on the last day of every %4$s month"
msgstr ""
#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"),
#. 3$: recurring amount, 4$: day of the month (e.g. "23rd"), 5$: interval (e.g.
#. "3rd")
#: includes/wcs-formatting-functions.php:143
msgid "%1$s %2$s then %3$s on the %4$s day of every %5$s month"
msgstr ""
#. translators: 1$: initial amount, 2$: intial description (e.g. "up front"),
#. 3$: recurring amount, 4$: month of year (e.g. "March"), 5$: day of the month
#. (e.g. "23rd")
#: includes/wcs-formatting-functions.php:161
msgid "%1$s %2$s then %3$s on %4$s %5$s each year"
msgstr ""
#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"),
#. 3$: recurring amount, 4$: month (e.g. "March"), 5$: day of the month (e.g.
#. "23rd"), 6$: interval (e.g. "3rd")
#: includes/wcs-formatting-functions.php:170
msgid "%1$s %2$s then %3$s on %4$s %5$s every %6$s year"
msgstr ""
#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"),
#. 3$: recurring amount, 4$: subscription period (e.g. "month" or "3 months")
#: includes/wcs-formatting-functions.php:180
msgid "%1$s %2$s then %3$s / %4$s"
msgid_plural "%1$s %2$s then %3$s every %4$s"
msgstr[0] ""
msgstr[1] ""
#. translators: 1$: subscription string (e.g. "$10 up front then $5 on March
#. 23rd every 3rd year"), 2$: trial length (e.g. "3 weeks")
#: includes/wcs-formatting-functions.php:201
msgid "%1$s after %2$s free trial"
msgstr ""
#. translators: 1$: trial length (e.g. "3 weeks"), 2$: subscription string
#. (e.g. "$10 up front then $5 on March 23rd every 3rd year")
#: includes/wcs-formatting-functions.php:204
msgid "%1$s free trial then %2$s"
msgstr ""
#. translators: date placeholder for input, javascript format
#: includes/wcs-helper-functions.php:38
msgid "YYYY-MM-DD"
msgstr ""
#. translators: hour placeholder for time input, javascript format
#: includes/wcs-helper-functions.php:43
msgid "HH"
msgstr ""
#. translators: minute placeholder for time input, javascript format
#: includes/wcs-helper-functions.php:46
msgid "MM"
msgstr ""
#: includes/wcs-order-functions.php:267
msgid "Subscription Renewal Order – %s"
msgstr ""
#: includes/wcs-order-functions.php:270
msgid "Resubscribe Order – %s"
msgstr ""
#: includes/wcs-order-functions.php:289
msgid "$type passed to the function was not a string."
msgstr ""
#: includes/wcs-order-functions.php:294
msgid "\"%s\" is not a valid new order type."
msgstr ""
#: includes/wcs-order-functions.php:396
msgid "Invalid data. No valid subscription / order was passed in."
msgstr ""
#: includes/wcs-order-functions.php:400
msgid "Invalid data. No valid item id was passed in."
msgstr ""
#: includes/wcs-time-functions.php:54
msgid "%s day"
msgid_plural "a %s-day"
msgstr[0] ""
msgstr[1] ""
#: includes/wcs-time-functions.php:55
msgid "%s week"
msgid_plural "a %s-week"
msgstr[0] ""
msgstr[1] ""
#: includes/wcs-time-functions.php:56
msgid "%s month"
msgid_plural "a %s-month"
msgstr[0] ""
msgstr[1] ""
#: includes/wcs-time-functions.php:57
msgid "%s year"
msgid_plural "a %s-year"
msgstr[0] ""
msgstr[1] ""
#: includes/wcs-user-functions.php:279
#: templates/single-product/add-to-cart/subscription.php:42
#: templates/single-product/add-to-cart/variable-subscription.php:30
msgid "Resubscribe"
msgstr ""
#: templates/admin/html-variation-price.php:20
msgid "Sign-up Fee: (%s)"
msgstr ""
#: templates/admin/html-variation-price.php:25
msgid "Free Trial:"
msgstr ""
#: templates/admin/html-variation-price.php:32
msgid "Subscription Trial Period:"
msgstr ""
#: templates/admin/html-variation-price.php:50
msgid "Billing Interval:"
msgstr ""
#: templates/admin/html-variation-price.php:57
msgid "Billing Period:"
msgstr ""
#: templates/admin/html-variation-price.php:66
msgid "Subscription Length:"
msgstr ""
#: templates/admin/post-types/writepanels/order-shipping-html.php:8
msgid "Label"
msgstr ""
#: templates/admin/post-types/writepanels/order-shipping-html.php:13
msgid "Shipping Method"
msgstr ""
#: templates/admin/post-types/writepanels/order-shipping-html.php:34
#: templates/admin/post-types/writepanels/order-shipping-html.php:36
msgid "Other"
msgstr ""
#: templates/admin/post-types/writepanels/order-tax-html.php:17
msgid "Recurring Sales Tax:"
msgstr ""
#: templates/admin/post-types/writepanels/order-tax-html.php:21
msgid "Shipping Tax:"
msgstr ""
#: templates/cart/cart-recurring-shipping.php:19
msgid "Recurring shipping options can be selected on checkout."
msgstr ""
#: templates/cart/cart-recurring-shipping.php:33
msgid "Shipping costs will be calculated once you have provided your address."
msgstr ""
#: templates/cart/cart-recurring-shipping.php:35
msgid ""
"There are no shipping methods available. Please double check your address, "
"or contact us if you need any help."
msgstr ""
#: templates/checkout/form-change-payment-method.php:82
msgid ""
"Sorry, it seems no payment gateways support changing the recurring payment "
"method. Please contact us if you require assistance or to make alternate "
"arrangements."
msgstr ""
#: templates/checkout/recurring-totals.php:19
msgid "Recurring Totals"
msgstr ""
#: templates/checkout/recurring-totals.php:28
msgid "Subtotal"
msgstr ""
#: templates/checkout/recurring-totals.php:105
msgid "Recurring Total"
msgstr ""
#: templates/emails/admin-new-renewal-order.php:65
#: templates/emails/customer-processing-renewal-order.php:65
#: templates/emails/plain/admin-new-renewal-order.php:50
#: templates/myaccount/view-subscription.php:243
msgid "Customer details"
msgstr ""
#. translators: $1: opening <strong> tag, $2: closing <strong> tag, $3: billing
#. email
#: templates/emails/admin-new-renewal-order.php:71
#: templates/emails/customer-processing-renewal-order.php:71
msgid "%1$sEmail:%2$s %3$s"
msgstr ""
#. translators: $1: opening <strong> tag, $2: closing <strong> tag, $3: billing
#. phone
#: templates/emails/admin-new-renewal-order.php:79
#: templates/emails/customer-processing-renewal-order.php:79
msgid "%1$sTel:%2$s %3$s"
msgstr ""
#: templates/emails/admin-new-switch-order.php:24
msgid "Switch Order Details"
msgstr ""
#. translators: placeholder is the order's number
#: templates/emails/admin-new-switch-order.php:29
#: templates/emails/customer-completed-switch-order.php:30
#: templates/emails/customer-renewal-invoice.php:35
msgid "Order: %s"
msgstr ""
#: templates/emails/admin-new-switch-order.php:67
#: templates/emails/customer-completed-switch-order.php:66
msgid "New Subscription Details"
msgstr ""
#: templates/emails/admin-new-switch-order.php:71
#: templates/emails/customer-completed-switch-order.php:70
msgid "Subscription %s"
msgstr ""
#. translators: $1: customer's billing first name, $2: customer's billing last
#. name
#: templates/emails/cancelled-subscription.php:19
#: templates/emails/plain/cancelled-subscription.php:16
msgid ""
"A subscription belonging to %1$s %2$s has been cancelled. Their "
"subscription's details are as follows:"
msgstr ""
#. translators: placeholder is the name of the site
#: templates/emails/customer-completed-renewal-order.php:20
#: templates/emails/plain/customer-completed-renewal-order.php:16
msgid ""
"Hi there. Your subscription renewal order with %s has been completed. Your "
"order details are shown below for your reference:"
msgstr ""
#. translators: placeholder is the name of the site
#: templates/emails/customer-completed-switch-order.php:20
#: templates/emails/plain/customer-completed-switch-order.php:16
msgid ""
"Hi there. You have successfully changed your subscription items on %s. Your "
"new order and subscription details are shown below for your reference:"
msgstr ""
#: templates/emails/customer-completed-switch-order.php:26
msgid "Order Details"
msgstr ""
#: templates/emails/customer-processing-renewal-order.php:17
#: templates/emails/plain/customer-processing-renewal-order.php:15
msgid ""
"Your subscription renewal order has been received and is now being "
"processed. Your order details are shown below for your reference:"
msgstr ""
#: templates/emails/customer-renewal-invoice.php:20
#: templates/emails/customer-renewal-invoice.php:27
msgid "Pay Now »"
msgstr ""
#: templates/emails/plain/admin-new-renewal-order.php:24
#: templates/emails/plain/admin-new-switch-order.php:24
#: templates/emails/plain/customer-completed-renewal-order.php:22
#: templates/emails/plain/customer-completed-switch-order.php:22
#: templates/emails/plain/customer-processing-renewal-order.php:21
#: templates/emails/plain/customer-renewal-invoice.php:27
msgid "Order number: %s"
msgstr ""
#: templates/emails/plain/admin-new-renewal-order.php:25
#: templates/emails/plain/customer-completed-renewal-order.php:23
#: templates/emails/plain/customer-completed-switch-order.php:23
#: templates/emails/plain/customer-processing-renewal-order.php:22
#: templates/emails/plain/customer-renewal-invoice.php:28
msgid "Order date: %s"
msgstr ""
#. translators: placeholder is edit post link for the order
#: templates/emails/plain/admin-new-switch-order.php:47
msgid "View order: %s"
msgstr ""
#. translators: placeholder is last time subscription was paid
#: templates/emails/plain/cancelled-subscription.php:22
msgid "Last Payment: %s"
msgstr ""
#. translators: placeholder is localised date string
#: templates/emails/plain/cancelled-subscription.php:28
msgid "End of Prepaid Term: %s"
msgstr ""
#: templates/emails/plain/customer-completed-renewal-order.php:48
#: templates/emails/plain/customer-processing-renewal-order.php:47
msgid "Your details"
msgstr ""
#. translators: placeholder is order's view url
#: templates/emails/plain/customer-completed-switch-order.php:45
msgid "View your order: %s"
msgstr ""
#. translators: placeholder is subscription's view url
#: templates/emails/plain/customer-completed-switch-order.php:70
msgid "View your subscription: %s"
msgstr ""
#: templates/emails/plain/subscription-info.php:16
#: templates/emails/subscription-info.php:14
msgid "Subscription Information:"
msgstr ""
#: templates/myaccount/my-subscriptions.php:17
msgid "My Subscriptions"
msgstr ""
#: templates/myaccount/my-subscriptions.php:36
#: templates/myaccount/related-subscriptions.php:30
msgid "ID"
msgstr ""
#. translators: placeholders are opening and closing link tags to take to the
#. shop page
#: templates/myaccount/my-subscriptions.php:71
msgid ""
"You have no active subscriptions. Find your first subscription in the %sstore"
"%s."
msgstr ""
#: templates/myaccount/related-orders.php:22
msgid "Order"
msgstr ""
#. translators: $1: formatted order total for the order, $2: number of items
#. bought
#: templates/myaccount/related-orders.php:50
msgid "%1$s for %2$d item"
msgid_plural "%1$s for %2$d items"
msgstr[0] ""
msgstr[1] ""
#: templates/myaccount/related-subscriptions.php:15
msgid "Related Subscriptions"
msgstr ""
#: templates/myaccount/view-subscription.php:20
msgid "My Account"
msgstr ""
#: templates/myaccount/view-subscription.php:57
msgid "Actions"
msgstr ""
#: templates/myaccount/view-subscription.php:69
msgid "Subscription Updates"
msgstr ""
#: templates/myaccount/view-subscription.php:88
msgid "Subscription Totals"
msgstr ""
#: templates/myaccount/view-subscription.php:110
msgid "Are you sure you want remove this item from your subscription?"
msgstr ""
#: templates/myaccount/view-subscription.php:224
msgid "Refunded:"
msgstr ""
#: templates/myaccount/view-subscription.php:271 wcs-functions.php:254
msgid "Billing Address"
msgstr ""
#: templates/myaccount/view-subscription.php:290 wcs-functions.php:253
msgid "Shipping Address"
msgstr ""
#: templates/single-product/add-to-cart/subscription.php:45
#: templates/single-product/add-to-cart/variable-subscription.php:33
msgid "You have an active subscription to this product already."
msgstr ""
#: templates/single-product/add-to-cart/variable-subscription.php:24
msgid "This product is currently out of stock and unavailable."
msgstr ""
#: templates/single-product/add-to-cart/variable-subscription.php:45
msgid "Clear selection"
msgstr ""
#: wcs-functions.php:226
msgid "Can not get status name. Status is not a string."
msgstr ""
#: wcs-functions.php:249
msgid "Can not get address type display name. Address type is not a string."
msgstr ""
#: wcs-functions.php:290
msgid "Date type is not a string."
msgstr ""
#: wcs-functions.php:292
msgid "Date type can not be an empty string."
msgstr ""
#: woocommerce-subscriptions.php:215
msgid "This is where subscriptions are stored."
msgstr ""
#: woocommerce-subscriptions.php:259
msgid "No Subscriptions found"
msgstr ""
#: woocommerce-subscriptions.php:261
msgid ""
"Subscriptions will appear here for you to view and manage once purchased by "
"a customer."
msgstr ""
#. translators: placeholders are opening and closing link tags
#: woocommerce-subscriptions.php:263
msgid "%sLearn more about managing subscriptions »%s"
msgstr ""
#. translators: placeholders are opening and closing link tags
#: woocommerce-subscriptions.php:265
msgid "%sAdd a subscription product »%s"
msgstr ""
#: woocommerce-subscriptions.php:379
msgid ""
"A subscription renewal has been removed from your cart. Multiple "
"subscriptions can not be purchased at the same time."
msgstr ""
#: woocommerce-subscriptions.php:385
msgid ""
"A subscription has been removed from your cart. Due to payment gateway "
"restrictions, different subscription products can not be purchased at the "
"same time."
msgstr ""
#: woocommerce-subscriptions.php:391
msgid ""
"A subscription has been removed from your cart. Products and subscriptions "
"can not be purchased at the same time."
msgstr ""
#. translators: placeholder is a number, this is for the teens
#. translators: placeholder is a number, numbers ending in 4-9, 0
#: woocommerce-subscriptions.php:525 woocommerce-subscriptions.php:542
msgid "%sth"
msgstr ""
#. translators: placeholder is a number, numbers ending in 1
#: woocommerce-subscriptions.php:530
msgid "%sst"
msgstr ""
#. translators: placeholder is a number, numbers ending in 2
#: woocommerce-subscriptions.php:534
msgid "%snd"
msgstr ""
#. translators: placeholder is a number, numbers ending in 3
#: woocommerce-subscriptions.php:538
msgid "%srd"
msgstr ""
#. translators: 1$-2$: opening and closing <strong> tags, 3$-4$: link tags,
#. takes to woocommerce plugin on wp.org, 5$-6$: opening and closing link tags,
#. leads to plugins.php in admin
#: woocommerce-subscriptions.php:568
msgid ""
"%1$sWooCommerce Subscriptions is inactive.%2$s The %3$sWooCommerce plugin"
"%4$s must be active for WooCommerce Subscriptions to work. Please "
"%5$sinstall & activate WooCommerce »%6$s"
msgstr ""
#. translators: 1$-2$: opening and closing <strong> tags, 3$-4$: opening and
#. closing link tags, leads to plugin admin
#: woocommerce-subscriptions.php:575
msgid ""
"%1$sWooCommerce Subscriptions is inactive.%2$s This version of Subscriptions "
"requires WooCommerce 2.3 or newer. Please %3$supdate WooCommerce to version "
"2.3 or newer »%4$s"
msgstr ""
#. translators: 1$-2$: opening and closing <strong> tags, 3$-4$: opening and
#. closing link tags, leads to plugin admin
#: woocommerce-subscriptions.php:746
msgid ""
"%1$sYou have an out-of-date version of WooCommerce installed%2$s. "
"WooCommerce Subscriptions no longer supports versions of WooCommerce prior "
"to 2.3. Please %3$supgrade WooCommerce to version 2.3 or newer%4$s to avoid "
"issues."
msgstr ""
#. translators: 1$-2$: opening and closing <strong> tags, 3$-4$: opening and
#. closing link tags. Leads to duplicate site article on docs
#: woocommerce-subscriptions.php:781
msgid ""
"It looks like this site has moved or is a duplicate site. %1$sWooCommerce "
"Subscriptions%2$s has disabled automatic payments and subscription related "
"emails on this site to prevent duplicate payments from a staging or test "
"environment. %3$sLearn more »%4$s."
msgstr ""
#: woocommerce-subscriptions.php:783
msgid "Quit nagging me (but don't enable automatic payments)"
msgstr ""
#: woocommerce-subscriptions.php:784
msgid "Enable automatic payments"
msgstr ""
#: woocommerce-subscriptions.php:962
msgid "Support"
msgstr ""
#. translators: placeholders are opening and closing tags. Leads to docs on
#. version 2
#: woocommerce-subscriptions.php:1063
msgid ""
"Warning! Version 2.0 is a major update to the WooCommerce Subscriptions "
"extension. Before updating, please create a backup, update all WooCommerce "
"extensions and test all plugins, custom code and payment gateways with "
"version 2.0 on a staging site. %sLearn more about the changes in version 2.0 "
"»%s"
msgstr ""
#: woocommerce-subscriptions.php:1078
msgid ""
"Warning! You are running version %s of WooCommerce Subscriptions plugin code "
"but your database has been upgraded to Subscriptions version 2.0. This will "
"cause major problems on your store."
msgstr ""
#: woocommerce-subscriptions.php:1079
msgid ""
"Please upgrade the WooCommerce Subscriptions plugin to version 2.0 or newer "
"immediately. If you need assistance, after upgrading to Subscriptions v2.0, "
"please %sopen a support ticket%s."
msgstr ""
#. Plugin Name of the plugin/theme
msgid "WooCommerce Subscriptions"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "http://www.woothemes.com/products/woocommerce-subscriptions/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Sell products and services with recurring payments in your WooCommerce Store."
msgstr ""
#. Author of the plugin/theme
msgid "Prospress Inc."
msgstr ""
#. Author URI of the plugin/theme
msgid "http://prospress.com/"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:152
#: includes/admin/class-wc-subscriptions-admin.php:195
#: templates/admin/deprecated/html-variation-price.php:31
#: templates/admin/deprecated/html-variation-price.php:86
#: templates/admin/html-variation-price.php:21
#: templates/admin/html-variation-price.php:48
msgctxt "example price"
msgid "e.g. 9.90"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:175
msgctxt "for in \"Every month _for_ 12 months\""
msgid "for"
msgstr ""
#. translators: placeholder is trial period validation message if passed an
#. invalid value (e.g. "Trial period can not exceed 4 weeks")
#: includes/admin/class-wc-subscriptions-admin.php:219
#: templates/admin/deprecated/html-variation-price.php:118
#: templates/admin/html-variation-price.php:27
msgctxt "Trial period dropdown's description in pricing fields"
msgid ""
"An optional period of time to wait before charging the first recurring "
"payment. Any sign up fee will still be charged at the outset of the "
"subscription. %s"
msgstr ""
#. translators: placeholders are for HTML tags. They are 1$: "<h3>", 2$:
#. "</h3>", 3$: "<p>", 4$: "<em>", 5$: "</em>", 6$: "<em>", 7$: "</em>", 8$:
#. "</p>"
#: includes/admin/class-wc-subscriptions-admin.php:751
msgctxt ""
"used in admin pointer script params in javascript as type pointer content"
msgid ""
"%1$sChoose Subscription%2$s%3$sThe WooCommerce Subscriptions extension adds "
"two new subscription product types - %4$sSimple subscription%5$s and "
"%6$sVariable subscription%7$s.%8$s"
msgstr ""
#. translators: placeholders are for HTML tags. They are 1$: "<h3>", 2$:
#. "</h3>", 3$: "<p>", 4$: "</p>"
#: includes/admin/class-wc-subscriptions-admin.php:753
msgctxt ""
"used in admin pointer script params in javascript as price pointer content"
msgid ""
"%1$sSet a Price%2$s%3$sSubscription prices are a little different to other "
"product prices. For a subscription, you can set a billing period, length, "
"sign-up fee and free trial.%4$s"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1083
msgctxt "option section heading"
msgid "Renewals"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1115
msgctxt "options section heading"
msgid "Miscellaneous"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1123
msgctxt "there's a number immediately in front of this text"
msgid "suspensions per billing period."
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1390
msgctxt "in [subscriptions] shortcode"
msgid "No subscriptions found."
msgstr ""
#. translators: order number
#: includes/admin/class-wc-subscriptions-admin.php:1399
msgctxt "in [subscriptions] shortcode"
msgid "Subscription %s"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1419
msgctxt "label that indicates whether debugging is turned on for the plugin"
msgid "WCS_DEBUG"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1425
msgctxt "Live or Staging, Label on WooCommerce -> System Status page"
msgid "Subscriptions Mode"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1426
msgctxt "refers to staging site"
msgid "Staging"
msgstr ""
#: includes/admin/class-wc-subscriptions-admin.php:1426
msgctxt "refers to live site"
msgid "Live"
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:54
msgctxt "meta box title"
msgid "Subscription Data"
msgstr ""
#: includes/admin/class-wcs-admin-meta-boxes.php:56
msgctxt "meta box title"
msgid "Billing Schedule"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:154
msgctxt "an action on a subscription"
msgid "Activate"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:155
msgctxt "an action on a subscription"
msgid "Put on-hold"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:156
#: includes/admin/class-wcs-admin-post-types.php:367
#: includes/class-wc-subscriptions-manager.php:1762
#: includes/wcs-user-functions.php:288
#: templates/myaccount/related-orders.php:66
msgctxt "an action on a subscription"
msgid "Cancel"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:231
msgctxt "Used in order note. Reason why status changed."
msgid "Subscription status changed by bulk edit:"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:325
msgctxt "number of orders linked to a subscription"
msgid "Orders"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:421
msgctxt "meaning billing address"
msgid "Billing:"
msgstr ""
#. translators: $1: is opening link, $2: is subscription order number, $3: is
#. closing link tag, $4: is user's name
#: includes/admin/class-wcs-admin-post-types.php:459
msgctxt "Subscription title on admin table. (e.g.: #211 for John Doe)"
msgid "%1$s#%2$s%3$s for %4$s"
msgstr ""
#. translators: placeholder is previous post title
#: includes/admin/class-wcs-admin-post-types.php:834
msgctxt "used in post updated messages"
msgid "Subscription restored to revision from %s"
msgstr ""
#: includes/admin/class-wcs-admin-post-types.php:839
msgctxt "used in \"Subscription scheduled for <date>\""
msgid "M j, Y @ G:i"
msgstr ""
#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:82
msgctxt "relation to order"
msgid "Resubscribed Subscription"
msgstr ""
#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:90
msgctxt "relation to order"
msgid "Initial Subscription"
msgstr ""
#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:98
msgctxt "relation to order"
msgid "Parent Order"
msgstr ""
#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:108
msgctxt "relation to order"
msgid "Renewal Order"
msgstr ""
#. translators: placeholder is the ID of the subscription
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:48
msgctxt "edit subscription header"
msgid "Subscription #%s details"
msgstr ""
#: includes/admin/meta-boxes/views/html-related-orders-row.php:15
#: includes/class-wc-subscriptions-renewal-order.php:137
#: templates/myaccount/my-subscriptions.php:37
#: templates/myaccount/related-orders.php:38
#: templates/myaccount/related-subscriptions.php:32
msgctxt "hash before order number"
msgid "#%s"
msgstr ""
#: includes/class-wcs-query.php:87
msgctxt "hash before order number"
msgid "Subscription #%s"
msgstr ""
#. translators: php date format
#: includes/admin/meta-boxes/views/html-related-orders-row.php:29
msgctxt "post date"
msgid "Y/m/d g:i:s A"
msgstr ""
#: includes/admin/meta-boxes/views/html-related-orders-table.php:21
#: templates/myaccount/my-subscriptions.php:28
#: templates/myaccount/related-orders.php:25
#: templates/myaccount/related-subscriptions.php:23
#: templates/myaccount/view-subscription.php:96
msgctxt "table heading"
msgid "Total"
msgstr ""
#: templates/emails/cancelled-subscription.php:28 wcs-functions.php:275
msgctxt "table heading"
msgid "Last Payment"
msgstr ""
#: templates/emails/subscription-info.php:19
#: templates/myaccount/view-subscription.php:36 wcs-functions.php:272
msgctxt "table heading"
msgid "Start Date"
msgstr ""
#: templates/emails/subscription-info.php:20
#: templates/myaccount/view-subscription.php:42 wcs-functions.php:276
msgctxt "table heading"
msgid "End Date"
msgstr ""
#: templates/emails/subscription-info.php:21
msgctxt "table heading"
msgid "Price"
msgstr ""
#: templates/myaccount/my-subscriptions.php:27
#: templates/myaccount/my-subscriptions.php:43
#: templates/myaccount/related-subscriptions.php:22
#: templates/myaccount/related-subscriptions.php:38 wcs-functions.php:274
msgctxt "table heading"
msgid "Next Payment"
msgstr ""
#: wcs-functions.php:273
msgctxt "table heading"
msgid "Trial End"
msgstr ""
#. translators: placeholder is error message
#: includes/api/class-wc-api-subscriptions.php:267
msgctxt "API error message when editing the order failed"
msgid "Edit subscription failed with error: %s"
msgstr ""
#: includes/api/class-wc-api-subscriptions.php:605
msgctxt "API response confirming order note deleted from a subscription"
msgid "Permanently deleted subscription note"
msgstr ""
#: includes/class-wc-subscription.php:696
msgctxt "original denotes there is no date to display"
msgid "-"
msgstr ""
#. translators: placeholder is date type (e.g. "end", "next_payment"...)
#: includes/class-wc-subscription.php:752
msgctxt "appears in an error message if date is wrong format"
msgid "Invalid %s date. The date must be of the format: \"Y-m-d H:i:s\"."
msgstr ""
#: includes/class-wc-subscriptions-change-payment-gateway.php:259
msgctxt "label on button, imperative"
msgid "Change Payment"
msgstr ""
#: includes/class-wc-subscriptions-change-payment-gateway.php:376
msgctxt "%1$s: old payment title, %2$s: new payment title"
msgid ""
"Payment method changed from \"%1$s\" to \"%2$s\" by the subscriber from "
"their account page."
msgstr ""
#: includes/class-wc-subscriptions-change-payment-gateway.php:501
msgctxt "the page title of the change payment method form"
msgid "Change Payment Method"
msgstr ""
#: includes/class-wc-subscriptions-manager.php:94
#: includes/class-wc-subscriptions-manager.php:1826
#: includes/class-wc-subscriptions-manager.php:1844
msgctxt "used in order note as reason for why subscription status changed"
msgid "Subscription renewal payment due:"
msgstr ""
#: includes/class-wc-subscriptions-manager.php:973 wcs-functions.php:205
msgctxt "Subscription status"
msgid "Active"
msgstr ""
#: includes/class-wc-subscriptions-manager.php:976 wcs-functions.php:207
msgctxt "Subscription status"
msgid "Cancelled"
msgstr ""
#: includes/class-wc-subscriptions-manager.php:979 wcs-functions.php:209
msgctxt "Subscription status"
msgid "Expired"
msgstr ""
#: includes/class-wc-subscriptions-manager.php:982 wcs-functions.php:204
msgctxt "Subscription status"
msgid "Pending"
msgstr ""
#: includes/class-wc-subscriptions-manager.php:985
msgctxt "Subscription status"
msgid "Failed"
msgstr ""
#: includes/class-wc-subscriptions-manager.php:989
msgctxt "Subscription status"
msgid "On-hold"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:2019 wcs-functions.php:208
msgctxt "Subscription status"
msgid "Switched"
msgstr ""
#: wcs-functions.php:206
msgctxt "Subscription status"
msgid "On hold"
msgstr ""
#: wcs-functions.php:210
msgctxt "Subscription status"
msgid "Pending Cancellation"
msgstr ""
#. translators: 1$: month number (e.g. "01"), 2$: month abbreviation (e.g.
#. "Jan")
#: includes/class-wc-subscriptions-manager.php:1739
msgctxt "used in a select box"
msgid "%1$s-%2$s"
msgstr ""
#: includes/class-wc-subscriptions-order.php:648
msgctxt "An order type"
msgid "Original"
msgstr ""
#: includes/class-wc-subscriptions-order.php:651
msgctxt "An order type"
msgid "Renewal"
msgstr ""
#. translators: 1$: blog name, 2$: order number
#: includes/class-wc-subscriptions-renewal-order.php:242
msgctxt "used in new renewal order email, deprecated"
msgid "[%1$s] New Subscription Renewal Order (%2$s)"
msgstr ""
#. translators: placeholder is blog name
#: includes/class-wc-subscriptions-renewal-order.php:264
#: includes/class-wc-subscriptions-renewal-order.php:288
msgctxt ""
"used as email subject for renewal order notification email to customer"
msgid "[%s] Subscription Renewal Order"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:334
#: includes/class-wc-subscriptions-switcher.php:351
#: includes/class-wc-subscriptions-switcher.php:385
#: includes/class-wc-subscriptions-synchroniser.php:172
msgctxt "when to allow a setting"
msgid "Never"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:335
msgctxt "when to allow switching"
msgid "Between Subscription Variations"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:336
msgctxt "when to allow switching"
msgid "Between Grouped Subscriptions"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:337
msgctxt "when to allow switching"
msgid "Between Both Variations & Grouped Subscriptions"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:352
msgctxt "when to prorate recurring fee when switching"
msgid "For Upgrades of Virtual Subscription Products Only"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:353
msgctxt "when to prorate recurring fee when switching"
msgid "For Upgrades of All Subscription Products"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:354
msgctxt "when to prorate recurring fee when switching"
msgid "For Upgrades & Downgrades of Virtual Subscription Products Only"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:355
msgctxt "when to prorate recurring fee when switching"
msgid "For Upgrades & Downgrades of All Subscription Products"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:369
msgctxt "when to prorate signup fee when switching"
msgid "Never (do not charge a sign up fee)"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:370
msgctxt "when to prorate signup fee when switching"
msgid "Never (charge the full sign up fee)"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:371
msgctxt "when to prorate signup fee when switching"
msgid "Always"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:386
#: includes/class-wc-subscriptions-synchroniser.php:173
msgctxt "when to prorate first payment / subscription length"
msgid "For Virtual Subscription Products Only"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:387
#: includes/class-wc-subscriptions-synchroniser.php:174
msgctxt "when to prorate first payment / subscription length"
msgid "For All Subscription Products"
msgstr ""
#. translators: 1$: old item name, 2$: new item name when switching
#: includes/class-wc-subscriptions-switcher.php:715
msgctxt "used in order notes"
msgid "Customer switched from: %1$s to %2$s."
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:1624
msgctxt "a switch order"
msgid "Downgrade"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:1627
msgctxt "a switch order"
msgid "Upgrade"
msgstr ""
#: includes/class-wc-subscriptions-switcher.php:1630
msgctxt "a switch order"
msgid "Crossgrade"
msgstr ""
#. translators: %1: product subtotal, %2: HTML span tag, %3: direction
#. (upgrade, downgrade, crossgrade), %4: closing HTML span tag
#: includes/class-wc-subscriptions-switcher.php:1635
msgctxt "product subtotal string"
msgid "%1$s %2$s(%3$s)%4$s"
msgstr ""
#. translators: placeholder is a year (e.g. "2016")
#: includes/class-wc-subscriptions-synchroniser.php:50
msgctxt "used in subscription product edit screen"
msgid ""
"Align the payment date for this subscription to a specific day of the year. "
"If the date has already taken place this year, the first payment will be "
"processed in %s. Set the day to 0 to disable payment syncing for this "
"product."
msgstr ""
#. translators: placeholders are opening and closing link tags
#: includes/class-wc-subscriptions-synchroniser.php:152
msgctxt "used in the general subscription options page"
msgid ""
"Align subscription renewal to a specific day of the week, month or year. For "
"example, the first day of the month. %sLearn more%s."
msgstr ""
#: includes/class-wc-subscriptions-synchroniser.php:236
#: templates/admin/deprecated/html-variation-synchronisation.php:36
#: templates/admin/html-variation-synchronisation.php:32
msgctxt "input field placeholder for day field for annual subscriptions"
msgid "Day"
msgstr ""
#: includes/class-wcs-cart-renewal.php:569
msgctxt ""
"Used in WooCommerce by removed item notification: \"_All linked subscription "
"items were_ removed. Undo?\" Filter for item title."
msgid "All linked subscription items were"
msgstr ""
#: includes/class-wcs-remove-item.php:68
msgctxt "hash before subscription ID"
msgid "Subscription #%d does not exist."
msgstr ""
#. translators: 1$: product name, 2$: product id
#: includes/class-wcs-remove-item.php:103
msgctxt "used in order note"
msgid "Customer added \"%1$s\" (Product ID: #%2$d) via the My Account page."
msgstr ""
#. translators: 1$: product name, 2$: product id
#: includes/class-wcs-remove-item.php:124
msgctxt "used in order note"
msgid "Customer removed \"%1$s\" (Product ID: #%2$d) via the My Account page."
msgstr ""
#. translators: placeholder is payment status (e.g. "completed")
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:386
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:393
msgctxt "used in order note"
msgid "IPN subscription payment %s."
msgstr ""
#: includes/class-wcs-user-change-status-handler.php:56
msgctxt "order note left on subscription after user action"
msgid "Subscription reactivated by the subscriber from their account page."
msgstr ""
#: includes/class-wcs-user-change-status-handler.php:66
msgctxt "order note left on subscription after user action"
msgid "Subscription put on hold by the subscriber from their account page."
msgstr ""
#: includes/class-wcs-user-change-status-handler.php:75
msgctxt "order note left on subscription after user action"
msgid "Subscription cancelled by the subscriber from their account page."
msgstr ""
#: includes/class-wcs-user-change-status-handler.php:57
msgctxt "Notice displayed to user confirming their action."
msgid "Your subscription has been reactivated."
msgstr ""
#: includes/class-wcs-user-change-status-handler.php:67
msgctxt "Notice displayed to user confirming their action."
msgid "Your subscription has been put on hold."
msgstr ""
#: includes/class-wcs-user-change-status-handler.php:76
msgctxt "Notice displayed to user confirming their action."
msgid "Your subscription has been cancelled."
msgstr ""
#. translators: placeholder is {blogname}, a variable that will be substituted
#. when email is sent out
#: includes/emails/class-wcs-email-cancelled-subscription.php:32
msgctxt "default email subject for cancelled emails sent to the admin"
msgid "[%s] Subscription Cancelled"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:120
#: includes/emails/class-wcs-email-customer-renewal-invoice.php:174
msgctxt "an email notification"
msgid "Enable/Disable"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:126
msgctxt "of an email"
msgid "Recipient(s)"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:134
msgctxt "of an email"
msgid "Subject"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:141
msgctxt ""
"Name the setting that controls the main heading contained within the email "
"notification"
msgid "Email Heading"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:148
msgctxt "text, html or multipart"
msgid "Email type"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:154
msgctxt "email type"
msgid "Plain text"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:155
msgctxt "email type"
msgid "HTML"
msgstr ""
#: includes/emails/class-wcs-email-cancelled-subscription.php:156
msgctxt "email type"
msgid "Multipart"
msgstr ""
#: includes/emails/class-wcs-email-customer-completed-renewal-order.php:29
msgctxt ""
"Default email heading for email to customer on completed renewal order"
msgid "Your renewal order is complete"
msgstr ""
#. translators: $1: {blogname}, $2: {order_date}, variables that will be
#. substituted when email is sent out
#: includes/emails/class-wcs-email-customer-completed-renewal-order.php:31
msgctxt ""
"Default email subject for email to customer on completed renewal order"
msgid "Your %1$s renewal order from %2$s is complete"
msgstr ""
#: includes/emails/class-wcs-email-customer-completed-renewal-order.php:38
msgctxt "Default email heading for email with downloadable files in it"
msgid "Your subscription renewal order is complete - download your files"
msgstr ""
#. translators: $1: {blogname}, $2: {order_date}, variables will be substituted
#. when email is sent out
#: includes/emails/class-wcs-email-customer-completed-renewal-order.php:40
msgctxt "Default email subject for email with downloadable files in it"
msgid ""
"Your %1$s subscription renewal order from %2$s is complete - download your "
"files"
msgstr ""
#. translators: placeholder is for blog name
#: includes/gateways/paypal/class-wcs-paypal.php:335
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:208
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:316
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:327
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:355
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:367
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-request.php:137
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-request.php:140
msgctxt ""
"hash before the order number. Used as a character to remove from the actual "
"order number"
msgid "#"
msgstr ""
#: includes/gateways/paypal/class-wcs-paypal.php:547
msgctxt ""
"used in User Agent data sent to PayPal to help identify where a payment came "
"from"
msgid "WooCommerce Subscriptions PayPal"
msgstr ""
#. translators: placeholder is blogname
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:71
msgctxt "data sent to paypal"
msgid "Orders with %s"
msgstr ""
#. translators: 1$: new status (e.g. "Cancel"), 2$: blog name
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:398
msgctxt "data sent to paypal"
msgid "%1$s subscription event triggered at %2$s"
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-response.php:105
msgctxt "used in api error message if there is no severity code from PayPal"
msgid "Error"
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-response.php:107
msgctxt "used in api error message if there is no long message"
msgid "Unknown error"
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-response.php:119
#: templates/admin/post-types/writepanels/order-shipping-html.php:14
#: templates/admin/post-types/writepanels/order-tax-html.php:9
#: templates/myaccount/view-subscription.php:276
#: templates/myaccount/view-subscription.php:295
msgctxt "no information about something"
msgid "N/A"
msgstr ""
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:255
msgctxt ""
"when it is a payment change, and there is a subscr_signup message, this will "
"be a confirmation message that PayPal accepted it being the new payment "
"method"
msgid "IPN subscription payment method changed to PayPal."
msgstr ""
#. translators: 1$: subscription ID, 2$: order ID, 3$: names of items, comma
#. separated
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-request.php:74
msgctxt "item name sent to paypal"
msgid "Subscription %1$s (Order %2$s) - %3$s"
msgstr ""
#. translators: placeholder is number of upgraded subscriptions
#: includes/upgrades/class-wc-subscriptions-upgrader.php:258
msgctxt "used in the subscriptions upgrader"
msgid "Marked %s subscription products as \"sold individually\"."
msgstr ""
#. translators: placeholder is "{time_left}", will be replaced on front end
#. with actual time
#: includes/upgrades/class-wc-subscriptions-upgrader.php:289
#: includes/upgrades/class-wc-subscriptions-upgrader.php:339
msgctxt "Message that gets sent to front end."
msgid "Estimated time left (minutes:seconds): %s"
msgstr ""
#. translators: placeholder is the number of subscriptions repaired
#: includes/upgrades/class-wc-subscriptions-upgrader.php:318
msgctxt "Repair message that gets sent to front end."
msgid ""
"Repaired %d subscriptions with incorrect dates, line tax data or missing "
"customer notes."
msgstr ""
#. translators: placeholder is number of subscriptions that were checked and
#. did not need repairs. There's a space at the beginning!
#: includes/upgrades/class-wc-subscriptions-upgrader.php:324
msgctxt "Repair message that gets sent to front end."
msgid " %d other subscription was checked and did not need any repairs."
msgid_plural ""
"%d other subscriptions were checked and did not need any repairs."
msgstr[0] ""
msgstr[1] ""
#. translators: placeholder is "{execution_time}", which will be replaced on
#. front end with actual time
#: includes/upgrades/class-wc-subscriptions-upgrader.php:328
msgctxt "Repair message that gets sent to front end."
msgid "(in %s seconds)"
msgstr ""
#. translators: $1: "Repaired x subs with incorrect dates...", $2: "X others
#. were checked and no repair needed", $3: "(in X seconds)". Ordering for RTL
#. languages.
#: includes/upgrades/class-wc-subscriptions-upgrader.php:331
msgctxt "The assembled repair message that gets sent to front end."
msgid "%1$s%2$s %3$s"
msgstr ""
#. translators: 1$: error message, 2$: opening link tag, 3$: closing link tag
#: includes/upgrades/class-wc-subscriptions-upgrader.php:350
msgctxt ""
"Error message that gets sent to front end when upgrading Subscriptions"
msgid ""
"Unable to repair subscriptions.<br/>Error: %1$s<br/>Please refresh the page "
"and try again. If problem persists, %2$scontact support%3$s."
msgstr ""
#: includes/upgrades/templates/wcs-about.php:36
#: woocommerce-subscriptions.php:961
msgctxt "short for documents"
msgid "Docs"
msgstr ""
#: includes/upgrades/templates/wcs-about.php:121
msgctxt "h3 on the About Subscriptions page for this new feature"
msgid "Change Payment Method"
msgstr ""
#: includes/upgrades/templates/wcs-upgrade.php:45
msgctxt "text on submit button"
msgid "Update Database"
msgstr ""
#: includes/wcs-cart-functions.php:180
msgctxt "shipping method price"
msgid "Free"
msgstr ""
#. translators: placeholder is price string, denotes tax included in cart/order
#. total
#: includes/wcs-cart-functions.php:255
#: templates/myaccount/view-subscription.php:201
#: templates/myaccount/view-subscription.php:206
msgctxt "includes tax"
msgid "(Includes %s)"
msgstr ""
#: includes/wcs-formatting-functions.php:39
msgctxt "initial payment on a subscription"
msgid "up front"
msgstr ""
#: includes/wcs-order-functions.php:135
msgctxt ""
"In wcs_copy_order_meta error message. Refers to origin and target order "
"objects."
msgid "Invalid data. Orders expected aren't orders."
msgstr ""
#: includes/wcs-order-functions.php:139
msgctxt ""
"Refers to the type of the copy being performed: \"copy_order\", "
"\"subscription\", \"renewal_order\", \"resubscribe_order\""
msgid "Invalid data. Type of copy is not a string."
msgstr ""
#. translators: Order date parsed by strftime
#: includes/wcs-order-functions.php:263 wcs-functions.php:151
msgctxt ""
"Used in subscription post title. \"Subscription renewal order - <this>\""
msgid "%b %d, %Y @ %I:%M %p"
msgstr ""
#. translators: placeholder is number of days. (e.g. "Bill this every day / 4
#. days")
#: includes/wcs-time-functions.php:30
msgctxt "Subscription billing period."
msgid "day"
msgid_plural "%s days"
msgstr[0] ""
msgstr[1] ""
#. translators: placeholder is number of weeks. (e.g. "Bill this every week / 4
#. weeks")
#: includes/wcs-time-functions.php:32
msgctxt "Subscription billing period."
msgid "week"
msgid_plural "%s weeks"
msgstr[0] ""
msgstr[1] ""
#. translators: placeholder is number of months. (e.g. "Bill this every month /
#. 4 months")
#: includes/wcs-time-functions.php:34
msgctxt "Subscription billing period."
msgid "month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
#. translators: placeholder is number of years. (e.g. "Bill this every year / 4
#. years")
#: includes/wcs-time-functions.php:36
msgctxt "Subscription billing period."
msgid "year"
msgid_plural "%s years"
msgstr[0] ""
msgstr[1] ""
#: includes/wcs-time-functions.php:81
msgctxt "Subscription length (eg \"$10 per month for _all time_\")"
msgid "all time"
msgstr ""
#: includes/wcs-time-functions.php:86
msgctxt "Subscription lengths. e.g. \"For 1 day...\""
msgid "1 day"
msgstr ""
#: includes/wcs-time-functions.php:90
msgctxt "Subscription lengths. e.g. \"For 1 week...\""
msgid "1 week"
msgstr ""
#: includes/wcs-time-functions.php:94
msgctxt "Subscription lengths. e.g. \"For 1 month...\""
msgid "1 month"
msgstr ""
#: includes/wcs-time-functions.php:98
msgctxt "Subscription lengths. e.g. \"For 1 year...\""
msgid "1 year"
msgstr ""
#: includes/wcs-time-functions.php:148
msgctxt "period interval (eg \"$10 _every_ 2 weeks\")"
msgid "every"
msgstr ""
#. translators: period interval, placeholder is ordinal (eg "$10 every
#. _2nd/3rd/4th_", etc)
#: includes/wcs-time-functions.php:152
msgctxt "period interval with ordinal number (e.g. \"every 2nd\""
msgid "every %s"
msgstr ""
#: includes/wcs-time-functions.php:176
msgctxt ""
"Used in the trial period dropdown. Number is in text field. 0, 2+ will need "
"plural, 1 will need singular."
msgid "day"
msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
#: includes/wcs-time-functions.php:177
msgctxt ""
"Used in the trial period dropdown. Number is in text field. 0, 2+ will need "
"plural, 1 will need singular."
msgid "week"
msgid_plural "weeks"
msgstr[0] ""
msgstr[1] ""
#: includes/wcs-time-functions.php:178
msgctxt ""
"Used in the trial period dropdown. Number is in text field. 0, 2+ will need "
"plural, 1 will need singular."
msgid "month"
msgid_plural "months"
msgstr[0] ""
msgstr[1] ""
#: includes/wcs-time-functions.php:179
msgctxt ""
"Used in the trial period dropdown. Number is in text field. 0, 2+ will need "
"plural, 1 will need singular."
msgid "year"
msgid_plural "years"
msgstr[0] ""
msgstr[1] ""
#: includes/wcs-time-functions.php:197
msgctxt "no trial period"
msgid "no"
msgstr ""
#: templates/admin/deprecated/html-variation-price.php:59
msgctxt ""
"Edit product screen, between the Billing Period and Subscription Length "
"dropdowns"
msgid "for"
msgstr ""
#: templates/admin/deprecated/html-variation-price.php:105
msgctxt "example number of days / weeks / months"
msgid "e.g. 3"
msgstr ""
#: templates/checkout/form-change-payment-method.php:20
#: templates/emails/admin-new-renewal-order.php:35
#: templates/emails/admin-new-switch-order.php:38
#: templates/emails/admin-new-switch-order.php:76
#: templates/emails/cancelled-subscription.php:54
#: templates/emails/customer-completed-renewal-order.php:36
#: templates/emails/customer-completed-switch-order.php:36
#: templates/emails/customer-completed-switch-order.php:75
#: templates/emails/customer-processing-renewal-order.php:31
#: templates/emails/customer-renewal-invoice.php:42
#: templates/myaccount/view-subscription.php:95
msgctxt "table headings in notification email"
msgid "Product"
msgstr ""
#: templates/checkout/form-change-payment-method.php:21
#: templates/emails/admin-new-renewal-order.php:36
#: templates/emails/admin-new-switch-order.php:39
#: templates/emails/admin-new-switch-order.php:77
#: templates/emails/cancelled-subscription.php:55
#: templates/emails/customer-completed-renewal-order.php:37
#: templates/emails/customer-completed-switch-order.php:37
#: templates/emails/customer-completed-switch-order.php:76
#: templates/emails/customer-processing-renewal-order.php:32
#: templates/emails/customer-renewal-invoice.php:43
msgctxt "table headings in notification email"
msgid "Quantity"
msgstr ""
#: templates/checkout/form-change-payment-method.php:22
msgctxt "table headings in notification email"
msgid "Totals"
msgstr ""
#: templates/emails/admin-new-renewal-order.php:37
#: templates/emails/admin-new-switch-order.php:40
#: templates/emails/admin-new-switch-order.php:78
#: templates/emails/cancelled-subscription.php:27
#: templates/emails/cancelled-subscription.php:56
#: templates/emails/customer-completed-renewal-order.php:38
#: templates/emails/customer-completed-switch-order.php:38
#: templates/emails/customer-completed-switch-order.php:77
#: templates/emails/customer-processing-renewal-order.php:33
#: templates/emails/customer-renewal-invoice.php:44
msgctxt "table headings in notification email"
msgid "Price"
msgstr ""
#: templates/emails/cancelled-subscription.php:29
msgctxt "table headings in notification email"
msgid "End of Prepaid Term"
msgstr ""
#: templates/checkout/form-change-payment-method.php:55
msgctxt "text on button on checkout page"
msgid "Change Payment Method"
msgstr ""
#. translators: $1: customer's billing first name, $2: customer's billing last
#. name
#: templates/emails/admin-new-renewal-order.php:19
#: templates/emails/plain/admin-new-renewal-order.php:16
msgctxt "Used in admin email: new renewal order"
msgid ""
"You have received a subscription renewal order from %1$s %2$s. Their order "
"is as follows:"
msgstr ""
#. translators: $1: order's order number, $2: date of order in <time> element
#: templates/emails/admin-new-renewal-order.php:28
#: templates/emails/customer-completed-renewal-order.php:29
#: templates/emails/customer-processing-renewal-order.php:24
msgctxt "Used in email notification"
msgid "Order: %1$s (%2$s)"
msgstr ""
#. translators: $1: customer's first name, $2: customer's last name, $3: how
#. many subscriptions customer switched
#: templates/emails/admin-new-switch-order.php:20
#: templates/emails/plain/admin-new-switch-order.php:18
msgctxt "Used in switch notification admin email"
msgid ""
"Customer %1$s %2$s has switched their subscription. The details of their new "
"subscription are as follows:"
msgid_plural ""
"Customer %1$s %2$s has switched %3$d of their subscriptions. The details of "
"their new subscriptions are as follows:"
msgstr[0] ""
msgstr[1] ""
#. translators: %1$s: name of the blog, %2$s: link to checkout payment url,
#. note: no full stop due to url at the end
#: templates/emails/customer-renewal-invoice.php:20
#: templates/emails/plain/customer-renewal-invoice.php:17
msgctxt "In customer renewal invoice email"
msgid ""
"An invoice has been created for you to renew your subscription with %1$s. To "
"pay for this invoice please use the following link: %2$s"
msgstr ""
#. translators: %1$s: name of the blog, %2$s: link to checkout payment url,
#. note: no full stop due to url at the end
#: templates/emails/customer-renewal-invoice.php:27
#: templates/emails/plain/customer-renewal-invoice.php:20
msgctxt "In customer renewal invoice email"
msgid ""
"The automatic payment to renew your subscription with %1$s has failed. To "
"reactivate the subscription, please login and pay for the renewal from your "
"account page: %2$s"
msgstr ""
#: templates/emails/plain/admin-new-renewal-order.php:25
#: templates/emails/plain/admin-new-switch-order.php:25
msgctxt "date format for order date in notification emails"
msgid "jS F Y"
msgstr ""
#. translators: placeholder is edit post link for the subscription
#. translators: placeholder is either view or edit url for the subscription
#: templates/emails/plain/admin-new-switch-order.php:75
#: templates/emails/plain/cancelled-subscription.php:52
#: templates/emails/plain/subscription-info.php:21
msgctxt "in plain emails for subscription information"
msgid "View Subscription: %s"
msgstr ""
#. translators: placeholder is subscription's number
#: templates/emails/plain/subscription-info.php:19
msgctxt "in plain emails for subscription information"
msgid "Subscription: %s"
msgstr ""
#. translators: placeholder is localised start date
#: templates/emails/plain/subscription-info.php:23
msgctxt "in plain emails for subscription information"
msgid "Start Date: %s"
msgstr ""
#. translators: placeholder is localised end date, or "when cancelled"
#: templates/emails/plain/subscription-info.php:27
msgctxt "in plain emails for subscription information"
msgid "End Date: %s"
msgstr ""
#. translators: placeholder is the formatted order total for the subscription
#: templates/emails/plain/subscription-info.php:29
msgctxt "in plain emails for subscription information"
msgid "Price: %s"
msgstr ""
#: templates/emails/plain/subscription-info.php:25
#: templates/emails/subscription-info.php:29
msgctxt "Used as end date for an indefinite subscription"
msgid "When Cancelled"
msgstr ""
#: templates/myaccount/my-subscriptions.php:54
#: templates/myaccount/related-orders.php:47
#: templates/myaccount/related-subscriptions.php:41
msgctxt "Used in data attribute. Escaped"
msgid "Total"
msgstr ""
#: templates/myaccount/my-subscriptions.php:58
#: templates/myaccount/related-orders.php:72
#: templates/myaccount/related-subscriptions.php:45
msgctxt "view a subscription"
msgid "View"
msgstr ""
#: templates/myaccount/related-orders.php:59
msgctxt "pay for a subscription"
msgid "Pay"
msgstr ""
#: templates/myaccount/view-subscription.php:40
msgctxt "admin subscription table header"
msgid "Last Payment Date"
msgstr ""
#: templates/myaccount/view-subscription.php:41
msgctxt "admin subscription table header"
msgid "Next Payment Date"
msgstr ""
#: templates/myaccount/view-subscription.php:43
msgctxt "admin subscription table header"
msgid "Trial End Date"
msgstr ""
#: templates/myaccount/view-subscription.php:75
msgctxt "date on subscription updates list. Will be localized"
msgid "l jS \\o\\f F Y, h:ia"
msgstr ""
#. translators: %1$s is the number of the file (only in plural!), %2$s: the
#. name of the file
#: templates/myaccount/view-subscription.php:136
msgctxt "Used as link text in view-subscription template"
msgid "Download file: %2$s"
msgid_plural "Download file %1$s: %2$s"
msgstr[0] ""
msgstr[1] ""
#: templates/myaccount/view-subscription.php:233
msgctxt "customer note"
msgid "Note:"
msgstr ""
#. translators: there is markup here, hence can't use Email: %s
#: templates/myaccount/view-subscription.php:249
msgctxt "heading in customer details on subscription detail page"
msgid "Email"
msgstr ""
#. translators: there is markup here, hence can't use Email: %s
#: templates/myaccount/view-subscription.php:254
msgctxt "heading in customer details on subscription detail page"
msgid "Tel"
msgstr ""
#: templates/myaccount/view-subscription.php:249
msgctxt "Used in data attribute for a td tag, escaped."
msgid "Email"
msgstr ""
#: templates/myaccount/view-subscription.php:254
msgctxt "Used in data attribute for a td tag, escaped."
msgid "Telephone"
msgstr ""
#: wcs-functions.php:125
msgctxt "Error message while creating a subscription"
msgid ""
"Invalid date. The date must be a string and of the format: \"Y-m-d H:i:s\"."
msgstr ""
#: wcs-functions.php:127
msgctxt "Error message while creating a subscription"
msgid "Subscription start date must be before current day."
msgstr ""
#: wcs-functions.php:132
msgctxt "Error message while creating a subscription"
msgid "Invalid subscription customer_id."
msgstr ""
#. translators: placeholder is order date parsed by strftime
#: wcs-functions.php:153
msgctxt "The post title for the new subscription"
msgid "Subscription – %s"
msgstr ""
#: woocommerce-subscriptions.php:202
msgctxt "custom post type setting"
msgid "Add Subscription"
msgstr ""
#: woocommerce-subscriptions.php:203
msgctxt "custom post type setting"
msgid "Add New Subscription"
msgstr ""
#: woocommerce-subscriptions.php:204
msgctxt "custom post type setting"
msgid "Edit"
msgstr ""
#: woocommerce-subscriptions.php:205
msgctxt "custom post type setting"
msgid "Edit Subscription"
msgstr ""
#: woocommerce-subscriptions.php:206
msgctxt "custom post type setting"
msgid "New Subscription"
msgstr ""
#: woocommerce-subscriptions.php:207 woocommerce-subscriptions.php:208
msgctxt "custom post type setting"
msgid "View Subscription"
msgstr ""
#: woocommerce-subscriptions.php:211
msgctxt "custom post type setting"
msgid "No Subscriptions found in trash"
msgstr ""
#: woocommerce-subscriptions.php:212
msgctxt "custom post type setting"
msgid "Parent Subscriptions"
msgstr ""
#: woocommerce-subscriptions.php:279
msgctxt "post status label including post count"
msgid "Active <span class=\"count\">(%s)</span>"
msgid_plural "Active <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: woocommerce-subscriptions.php:280
msgctxt "post status label including post count"
msgid "Switched <span class=\"count\">(%s)</span>"
msgid_plural "Switched <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: woocommerce-subscriptions.php:281
msgctxt "post status label including post count"
msgid "Expired <span class=\"count\">(%s)</span>"
msgid_plural "Expired <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: woocommerce-subscriptions.php:282
msgctxt "post status label including post count"
msgid "Pending Cancellation <span class=\"count\">(%s)</span>"
msgid_plural "Pending Cancellation <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""