Change "more than one event" to "one or more events" in PuQi

The test run just determines such, and the language strings were thus
inaccurate.
This commit is contained in:
Stefan Rohde-Enslin 2020-02-22 23:21:41 +01:00
parent 1a7132b26c
commit 61b42cb95c
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"no_dimensions": "Feld \"Ma\u00dfe\" ist leer. Besser, wenn ein Hinweis dort steht",
"no_collection": "Das Objekt wurde keiner Sammlung zugeordnet",
"no_event": "Dem Objekt wurde kein Ereignis zugeordnet",
"multiple_event": "Dem Objekt wurde mehr als ein Ereignis zugeordnet",
"multiple_event": "Dem Objekt wurde mindestens ein Ereignis zugeordnet",
"place_event_tag": "Doppelung? Gleicher Ort in Ereignis und in Ortsbezug - korrekt?",
"opz_event_tag": "Doppelung: Gleiche Orte, Personen oder Zeiten, sind in Ereignissen und \u00fcber Bez\u00fcge verkn\u00fcpft",
"no_tag": "Es wurde kein Schlagwort\/Bezug vergeben. (Ideal: 3-9)",

View File

@ -19,7 +19,7 @@
"no_dimensions": "Field \"Dimensions\" is left empty. Much better, if something is placed here",
"no_collection": "The object was not asigned to a collection",
"no_event": "No event asigned to the object",
"multiple_event": "More than one event asigned to the object",
"multiple_event": "At least one event asigned to the object",
"place_event_tag": "Duplicate? Same place in event and as general asignment. Is this correct?",
"opz_event_tag": "Duplicate: Same place, actor, or time related to the object as part of an event and as a general asignment",
"no_tag": "No keyword (or general asignment) provided. (Ideal: 3-9)",