View | Details | Raw Unified | Return to bug 7688
Collapse All | Expand All

(-)a/installer/data/mysql/fr-FR/2-Optionel/sample_frequencies.sql (-14 / +13 lines)
Lines 1-16 Link Here
1
INSERT INTO subscription_frequencies
1
INSERT INTO subscription_frequencies
2
    (description, unit, unitsperissue, issuesperunit, displayorder)
2
    (description, unit, unitsperissue, issuesperunit, displayorder)
3
VALUES
3
VALUES
4
    ('2/day', 'day', 1, 2, 1),
4
    ('2/jour', 'day', 1, 2, 1),
5
    ('1/day', 'day', 1, 1, 2),
5
    ('1/jour', 'day', 1, 1, 2),
6
    ('3/week', 'week', 1, 3, 3),
6
    ('3/semaine', 'week', 1, 3, 3),
7
    ('1/week', 'week', 1, 1, 4),
7
    ('1/semaine', 'week', 1, 1, 4),
8
    ('1/2 weeks', 'week', 2, 1, 5),
8
    ('1/2 semaines', 'week', 2, 1, 5),
9
    ('1/3 weeks', 'week', 3, 1, 6),
9
    ('1/3 semaines', 'week', 3, 1, 6),
10
    ('1/month', 'month', 1, 1, 7),
10
    ('1/mois', 'month', 1, 1, 7),
11
    ('1/2 months', 'month', 2, 1, 8),
11
    ('1/2 mois', 'month', 2, 1, 8),
12
    ('1/3 months', 'month', 3, 1, 9),
12
    ('1/3 mois', 'month', 3, 1, 9),
13
    ('2/year', 'month', 6, 1, 10),
13
    ('2/an', 'month', 6, 1, 10),
14
    ('1/year', 'year', 1, 1, 11),
14
    ('1/an', 'year', 1, 1, 11),
15
    ('1/2 year', 'year', 2, 1, 12),
15
    ('1/2 ans', 'year', 2, 1, 12),
16
    ('Irregular', NULL, 1, 1, 13);
16
    ('Irrégulier', NULL, 1, 1, 13);
17
- 

Return to bug 7688