Bug 11260: Update German web installer - frequencies and numberpatterns
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 17 Nov 2013 21:56:45 +0000 (22:56 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 8 Jan 2014 00:53:45 +0000 (00:53 +0000)
Translates the new files for frequencies and numberpatterns

To test:
- Run the German web installer with all sample files
- Check all files import without errors, especially frequencies and
  numbering patterns
- Check frequencies in serials
- Check numbering patterns in serials
- Create a subscription, check possible choices

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/de-DE/mandatory/sample_frequencies.sql
installer/data/mysql/de-DE/mandatory/sample_frequencies.txt
installer/data/mysql/de-DE/mandatory/sample_numberpatterns.sql
installer/data/mysql/de-DE/mandatory/sample_numberpatterns.txt

index f09c8a2..207040a 100644 (file)
@@ -1,16 +1,16 @@
 INSERT INTO subscription_frequencies
     (description, unit, unitsperissue, issuesperunit, displayorder)
 VALUES
-    ('2/day', 'day', 1, 2, 1),
-    ('1/day', 'day', 1, 1, 2),
-    ('3/week', 'week', 1, 3, 3),
-    ('1/week', 'week', 1, 1, 4),
-    ('1/2 weeks', 'week', 2, 1, 5),
-    ('1/3 weeks', 'week', 3, 1, 6),
-    ('1/month', 'month', 1, 1, 7),
-    ('1/2 months', 'month', 2, 1, 8),
-    ('1/3 months', 'month', 3, 1, 9),
-    ('2/year', 'month', 6, 1, 10),
-    ('1/year', 'year', 1, 1, 11),
-    ('1/2 year', 'year', 2, 1, 12),
-    ('Irregular', NULL, 1, 1, 13);
+    ('2/Tag', 'day', 1, 2, 1),
+    ('1/Tag', 'day', 1, 1, 2),
+    ('3/Woche', 'week', 1, 3, 3),
+    ('1/Woche', 'week', 1, 1, 4),
+    ('1/2 Wochen', 'week', 2, 1, 5),
+    ('1/3 Wochen', 'week', 3, 1, 6),
+    ('1/Monat', 'month', 1, 1, 7),
+    ('1/2 Monate', 'month', 2, 1, 8),
+    ('1/3 Monate', 'month', 3, 1, 9),
+    ('2/Jahr', 'month', 6, 1, 10),
+    ('1/Jahr', 'year', 1, 1, 11),
+    ('1/2 Jahre', 'year', 2, 1, 12),
+    ('Unregelmäßig', NULL, 1, 1, 13);
index 6b59300..85198dc 100644 (file)
@@ -4,22 +4,22 @@ INSERT INTO subscription_numberpatterns
     label2, add2, every2, whenmorethan2, setto2, numbering2,
     label3, add3, every3, whenmorethan3, setto3, numbering3)
 VALUES
-    ('Number', 1, 'Simple Numbering method', 'No.{X}',
-    'Number', 1, 1, 99999, 1, NULL,
+    ('Nummer', 1, 'Einfache Nummerierung', 'Nr. {X}',
+    'Nummer', 1, 1, 99999, 1, NULL,
     NULL, NULL, NULL, NULL, NULL, NULL,
     NULL, NULL, NULL, NULL, NULL, NULL),
 
-    ('Volume, Number, Issue', 2, 'Volume Number Issue 1', 'Vol.{X}, Number {Y}, Issue {Z}',
-    'Volume', 1, 48, 99999, 1, NULL,
-    'Number', 1, 4, 12, 1, NULL,
-    'Issue', 1, 1, 4, 1, NULL),
+    ('Band, Nummer, Heft', 2, 'Band X, Nummer Y, Heft Z', 'Bd. {X}, Nr. {Y}, H. {Z}',
+    'Band', 1, 48, 99999, 1, NULL,
+    'Nummer', 1, 4, 12, 1, NULL,
+    'Heft', 1, 1, 4, 1, NULL),
 
-    ('Volume, Number', 3, 'Volume Number 1', 'Vol {X}, No {Y}',
-    'Volume', 1, 12, 99999, 1, NULL,
-    'Number', 1, 1, 12, 1, NULL,
+    ('Band, Nummer', 3, 'Bd. X, Nr. Y', 'Bd. {X}, Nr. {Y}',
+    'Band', 1, 12, 99999, 1, NULL,
+    'Nummer', 1, 1, 12, 1, NULL,
     NULL, NULL, NULL, NULL, NULL, NULL),
 
-    ('Seasonal', 4, 'Season Year', '{X} {Y}',
-    'Season', 1, 1, 3, 0, 'season',
-    'Year', 1, 4, 99999, 1, NULL,
+    ('Saisonal', 4, 'Saison Jahr', '{X} {Y}',
+    'Saison', 1, 1, 3, 0, 'season',
+    'Jahr', 1, 4, 99999, 1, NULL,
     NULL, NULL, NULL, NULL, NULL, NULL);