[Git][debian-gis-team/josm][master] Add missing OpeningHoursParser resources. (closes: #956574)

Bas Couwenberg gitlab at salsa.debian.org
Mon Apr 13 11:42:53 BST 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / josm


Commits:
8f31596e by Bas Couwenberg at 2020-04-13T12:04:10+02:00
Add missing OpeningHoursParser resources. (closes: #956574)

- - - - -


4 changed files:

- debian/changelog
- debian/patches/00-build.patch
- + debian/patches/openinghoursparser-resources.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+josm (0.0.svn16239+dfsg-2) UNRELEASED; urgency=medium
+
+  * Add missing OpeningHoursParser resources.
+    (closes: #956574)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 13 Apr 2020 12:03:31 +0200
+
 josm (0.0.svn16239+dfsg-1) unstable; urgency=medium
 
   * Move from experimental to unstable.


=====================================
debian/patches/00-build.patch
=====================================
@@ -101,7 +101,7 @@ Forwarded: not-needed
                  <!-- Java 9 stuff. Entries are safely ignored by Java 8 -->
                  <attribute name="Add-Exports" value="java.desktop/com.apple.eawt java.desktop/com.sun.imageio.spi java.desktop/com.sun.imageio.plugins.jpeg javafx.graphics/com.sun.javafx.application jdk.deploy/com.sun.deploy.config" />
                  <attribute name="Add-Opens" value="java.base/java.lang java.base/java.nio java.base/jdk.internal.loader java.base/jdk.internal.ref java.desktop/javax.imageio.spi java.desktop/javax.swing.text.html java.prefs/java.util.prefs" />
-@@ -273,38 +291,109 @@ Build-Date: ${build.tstamp}
+@@ -273,38 +291,112 @@ Build-Date: ${build.tstamp}
          </exec>
      </target>
      <target name="javacc" depends="init" unless="javacc.notRequired">
@@ -118,7 +118,8 @@ Forwarded: not-needed
              <arg value="${mapcss.dir}/MapCSSParser.jj"/>
 -        </java>
 +        </exec>
-+    </target>
+     </target>
+-    <target name="compile-cots" depends="init" description="Compiles third-party dependencies not retrieved with Ivy">
 +    <target name="javacc-openinghoursparser" depends="init" unless="javacc.notRequired">
 +        <mkdir dir="${src.dir}/ch/poole/openinghoursparser/parsergen"/>
 +        <exec append="false" executable="javacc" failifexecutionfails="true">
@@ -129,8 +130,7 @@ Forwarded: not-needed
 +            <arg value="-OUTPUT_DIRECTORY=${src.dir}/ch/poole/openinghoursparser"/>
 +            <arg value="${src.dir}/ch/poole/openinghoursparser/OpeningHoursParser.jj"/>
 +        </exec>
-     </target>
--    <target name="compile-cots" depends="init" description="Compiles third-party dependencies not retrieved with Ivy">
++    </target>
 +    <target name="compile-cots" depends="init,javacc-openinghoursparser" description="Compiles third-party dependencies not retrieved with Ivy">
          <!-- COTS -->
 -        <javac srcdir="${src.dir}" includes="com/google/**,com/kitfox/**,oauth/**" nowarn="on" encoding="iso-8859-1"
@@ -209,6 +209,9 @@ Forwarded: not-needed
 +            <exclude name="org/jetbrains/annotations/Debug.java"/>
 +            <exclude name="org/openstreetmap/gui/jmapviewer/Demo*"/>
          </javac>
++        <copy todir="${build.dir}">
++            <fileset dir="${src.dir}" includes="ch/poole/**/*.properties" excludes="**/*.java"/>
++        </copy>
 +        <!-- I18N -->
 +        <ant dir="i18n" />
      </target>
@@ -226,7 +229,7 @@ Forwarded: not-needed
              <compilerarg value="-Xlint:cast"/>
              <compilerarg value="-Xlint:deprecation"/>
              <compilerarg value="-Xlint:dep-ann"/>
-@@ -318,11 +407,7 @@ Build-Date: ${build.tstamp}
+@@ -318,11 +410,7 @@ Build-Date: ${build.tstamp}
              <compilerarg value="-Xlint:unchecked"/>
              <!-- Undocumented argument to ignore "Sun internal proprietary API" warning, see http://stackoverflow.com/a/13862308/2257172 -->
              <compilerarg value="-XDignore.symbol.file"/>
@@ -238,7 +241,7 @@ Forwarded: not-needed
          </javac>
      </target>
      <target name="copy-resources" description="Copy resource files to build directory">
-@@ -336,6 +421,7 @@ Build-Date: ${build.tstamp}
+@@ -336,6 +424,7 @@ Build-Date: ${build.tstamp}
          </uptodate>
          <mkdir dir="${build.dir}"/>
          <mkdir dir="${dist.dir}"/>
@@ -246,7 +249,7 @@ Forwarded: not-needed
      </target>
      <target name="javadoc" depends="init-properties">
          <javadoc destdir="javadoc"
-@@ -371,6 +457,14 @@ Build-Date: ${build.tstamp}
+@@ -371,6 +460,14 @@ Build-Date: ${build.tstamp}
          <delete dir="${src.dir}/org/openstreetmap/josm/data/imagery/types"/>
          <delete file="${epsg.output}"/>
          <delete file="${pmd.dir}/cache"/>
@@ -261,7 +264,7 @@ Forwarded: not-needed
      </target>
      <macrodef name="init-test-preferences">
          <attribute name="testfamily"/>
-@@ -975,6 +1069,7 @@ Build-Date: ${build.tstamp}
+@@ -975,6 +1072,7 @@ Build-Date: ${build.tstamp}
                  <pathelement path="${resources.dir}"/>
                  <pathelement path="${proj-classpath}"/>
                  <pathelement path="${proj-build.dir}"/>
@@ -269,7 +272,7 @@ Forwarded: not-needed
              </classpath>
              <arg value="${base.dir}"/>
          </java>
-@@ -1047,6 +1142,7 @@ Build-Date: ${build.tstamp}
+@@ -1047,6 +1145,7 @@ Build-Date: ${build.tstamp}
          <move file="${modules.dir}/dots/summary.dot.png" tofile="${modules.dir}/josm-with-all-dependencies.png"/>
      </target>
      <target name="resolve" depends="init-ivy" unless="resolve.notRequired" description="Resolve Ivy dependencies">
@@ -277,7 +280,7 @@ Forwarded: not-needed
          <ivy:settings file="${base.dir}/ivysettings.xml"/>
          <ivy:resolve file="${base.dir}/ivy.xml" keep="true"/>
          <ivy:report todir="${tools.dir}/ivy-report" graph="false"/>
-@@ -1054,6 +1150,7 @@ Build-Date: ${build.tstamp}
+@@ -1054,6 +1153,7 @@ Build-Date: ${build.tstamp}
          <ivy:cachepath pathid="runtime.path" conf="runtime"/>
          <ivy:cachefileset setid="runtime.fileset" conf="runtime"/>
          <ivy:cachepath pathid="test.path" conf="test"/>


=====================================
debian/patches/openinghoursparser-resources.patch
=====================================
@@ -0,0 +1,375 @@
+Description: Add OpeningHoursParser resources.
+Origin: https://github.com/simonpoole/OpeningHoursParser
+
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24/7 with other selectors
++earlier_than = {0} is earlier than {1}
++earlier_than_time = End time earlier than start time
++exception_line_column = {0} at line {1}, column {2}
++exception_encountered = Encountered: {0}
++exception_expecting = Was expecting: {0}
++found = {0} found
++holiday_after_weekday = Holiday after weekday
++hours_without_minutes = Hours without minutes
++interval_not_allowed_here = Interval not allowed here
++invalid_event = {0} is not a valid event
++invalid_minutes = Invalid minutes
++invalid_modifier = {0} is not a valid modifier
++invalid_month = {0} is not a valid month
++invalid_month_day = {0} is not a valid month day number
++invalid_occurrence = {0} is not a valid occurrence number
++invalid_time = {0} is not a valid time
++invalid_variable_date = {0} is not a valid variable date
++invalid_week_day = {0} is not a valid week day
++invalid_week_day_three = Three character weekday
++invalid_week_day_german = German weekday abbreviation
++invalid_week_number = {0} is outside of the 1-53 range
++invalid_year_number = {0} is earlier than 1900
++missing_day_for_February = Missing month day in date range for February
++missing_day_in_range = Missing month day in date range {0} {1}
++missing_month = Missing month
++missing_month_start = Missing start month
++to_instead_of_dash = `to` instead of `-`
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_cs.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24/7 spolu s dal\u0161mi selektory
++earlier_than = {0} je d\u0159ve ne\u017e {1}
++earlier_than_time = Koncov \u010das je d\u0159ve ne\u017e po\u010dte\u010dn \u010das
++exception_line_column = {0} na \u0159dce {1}, sloupe\u010dek {2}
++exception_encountered = Nalezeno: {0}
++exception_expecting = O\u010dekvno: {0}
++found = Nalezeno {0}
++holiday_after_weekday = Svtek po dnu v tdnu
++hours_without_minutes = Hodiny bez minut
++interval_not_allowed_here = Zde nen dovolen interval
++invalid_event = {0} nen platn udlost
++invalid_minutes = Neplatn minuty
++invalid_modifier = {0} nen platn modifiktor
++invalid_month = {0} nen platn m\u011bsc
++invalid_month_day = {0} nen platn \u010dslo dne v m\u011bsci
++invalid_occurrence = {0} nen platn \u010dslo vskytu
++invalid_time = {0} nen platn \u010das
++invalid_variable_date = {0} nen platn pohybliv datum
++invalid_week_day = {0} nen platn den v tdnu
++invalid_week_day_three = Trojznakov den v tdnu
++invalid_week_day_german = N\u011bmeck zkratka dne v tdnu
++invalid_week_number = {0} je mimo rozsah 1\u201353
++invalid_year_number = {0} je p\u0159ed rokem 1900
++missing_day_for_February = Chyb\u011bjc den v m\u011bsci v rozsahu dat pro nor
++missing_day_in_range = Chyb\u011bjc den v m\u011bsci v rozsahu dat {0} {1}
++missing_month = Chyb\u011bjc m\u011bsc
++missing_month_start = Chyb\u011bjc po\u010dte\u010dn m\u011bsc
++to_instead_of_dash = `to` namsto `-`
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_da.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24/7 med andre vlgere
++earlier_than = {0} er tidligere end {1} 
++earlier_than_time = Sluttid er tidligere end starttid
++exception_line_column = {0} p linje {1}, kolonne {2}
++exception_encountered = Trf: {0}
++exception_expecting = Forventede: {0}
++found = {0} fundet
++holiday_after_weekday = Helligdag efter ugedag
++hours_without_minutes = Timer uden minutter
++interval_not_allowed_here = Interval er ikke tilladt her
++invalid_event = {0} er ikke en gyldig begivenhed
++invalid_minutes = Ugyldigt minuttal
++invalid_modifier = {0} er ikke en gyldig modifikator
++invalid_month = {0} er ikke en gyldig mned
++invalid_month_day = {0} er ikke et gyldigt mnedsdag nummer
++invalid_occurrence = {0} er ikke et gyldigt forekomst nummer
++invalid_time = {0} er ikke et gyldigt tidspunkt
++invalid_variable_date = {0} er ikke en gyldig variabel dato
++invalid_week_day = {0} er ikke en gyldig ugedag
++invalid_week_day_three = Tre-tegns ugedag
++invalid_week_day_german = Tysk ugedags forkortelse
++invalid_week_number = {0} er udenfor intervallet 1-53
++invalid_year_number = {0} er tidligere end 1900
++missing_day_for_February = Mangler mnedsdag i datointerval for februar
++missing_day_in_range = Mangler mnedsdag i datointerval {0} {1}
++missing_month = Mangler mned
++missing_month_start = Mangler startmned
++to_instead_of_dash = `to` i stedet for `-`
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_de.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24/7 mit anderen Regeln verwendet
++earlier_than = {0} ist frher als {1}
++earlier_than_time = Endzeit frher als Startzeit
++exception_line_column = {0} in Zeile {1}, Spalte {2}
++exception_encountered = Vorgefunden wurde: {0}
++exception_expecting = Erwartet wurde: {0}
++found = {0} gefunden
++holiday_after_weekday = Feiertag nach Wochentag
++hours_without_minutes = Stunden ohne Minuten
++interval_not_allowed_here = Intervalle sind hier nicht erlaubt
++invalid_event = {0} ist kein gltiger Ereigniswert
++invalid_minutes = Ungltiger Minutenwert
++invalid_modifier = {0} ist kein gltiger Zustandswert
++invalid_month = {0} ist kein gltiger Monat
++invalid_month_day = {0} ist keine gltige Tagnummer im Monat
++invalid_occurrence = {0} ist kein gltiger Vorkommenswert
++invalid_time = {0} ist kein gltiger Zeitwert
++invalid_variable_date = {0} ist kein gltiger Datumswert
++invalid_week_day = {0} ist kein gltiger Wochentag
++invalid_week_day_three = Wochentag mit 3 Buchstaben
++invalid_week_day_german = Deutsche Abkrzung fr den Wochentag
++invalid_week_number = {0} ist nicht im Bereich von 1 bis 53
++invalid_year_number = {0} ist frher als 1900
++missing_day_for_February = Fehlender Tag im Monat im Datumsbereich fr Februar
++missing_day_in_range = Fehlender Tag im Monat im Datumsbereich {0} {1}
++missing_month = Fehlender Monat
++missing_month_start = Fehlender Startmonat
++to_instead_of_dash = `to` anstatt `-`
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_es.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24/7 con otros selectores
++earlier_than = {0} es anterior a {1}
++earlier_than_time = Hora de finalizacin anterior a la hora de inicio
++exception_line_column = {0} en la lnea {1}, columna {2}
++exception_encountered = Encontrado: {0}
++exception_expecting = Estaba esperando: {0}
++found = {0} encontrado
++holiday_after_weekday = Da festivo despus de da laborable
++hours_without_minutes = Horas sin minutos
++interval_not_allowed_here = Intervalo no permitido aqu
++invalid_event = {0} no es un evento vlido
++invalid_minutes = Minutos invlidos
++invalid_modifier = {0} no es un modificador vlido
++invalid_month = {0} no es un mes vlido
++invalid_month_day = {0} no es un nmero de mes da vlido
++invalid_occurrence = {0} no es un nmero de ocurrencia vlido
++invalid_time = {0} no es un tiempo vlido
++invalid_variable_date = {0} no es una fecha variable vlida
++invalid_week_day = {0} no es un da de semana vlido
++invalid_week_day_three = Da laborable de tres caracteres
++invalid_week_day_german = Abreviatura alemana de da laborable
++invalid_week_number = {0} est fuera del rango 1-53
++invalid_year_number = {0} es anterior a 1900
++missing_day_for_February = Falta da del mes en el intervalo de fechas de febrero
++missing_day_in_range = Falta el da del mes en el intervalo de fechas {0} {1}
++missing_month = Falta mes
++missing_month_start = Falta el mes de inicio
++to_instead_of_dash = `to` en lugar de `-`
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_fr.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24/7 avec les autres slecteurs
++earlier_than = {0} est avant {1}
++earlier_than_time = La fin est plus tt que le dbut
++exception_line_column = {0}  la ligne {1}, colonne {2}
++exception_encountered = Rencontr : {0}
++exception_expecting = Attendu : {0}
++found = {0} trouv(s)
++holiday_after_weekday = Vacances aprs les jours de la semaine
++hours_without_minutes = Les heures sans les minutes
++interval_not_allowed_here = Cet intervalle n'est pas autoris ici
++invalid_event = {0} n'est pas un vnement valide
++invalid_minutes = Minutes invalides
++invalid_modifier = {0} n'est pas un modificateur valide
++invalid_month = {0} n'est pas un mois valide
++invalid_month_day = {0} n'est pas un de jour de mois valide
++invalid_occurrence = {0} n'est pas un nombre d\u2019occurrence valide
++invalid_time = {0} n'est pas un temps valide
++invalid_variable_date = {0} n'est pas une date variable valide
++invalid_week_day = {0} n'est pas un jour de semaine valide
++invalid_week_day_three = Nom de jour sur 3 caractres
++invalid_week_day_german = Abrviation allemande du jour de la semaine
++invalid_week_number = {0} n'est pas compris entre 1 et 53
++invalid_year_number = {0} est plus tt que 1900
++missing_day_for_February = Jour de mois manquant pour fvrier
++missing_day_in_range = Jour de mois manquant dans la plage {0} {1}
++missing_month = Mois manquant
++missing_month_start = Mois de dbut manquant
++to_instead_of_dash = `to` au lieu de `-`
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_he.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24/7 \u05e2\u05dd \u05d1\u05d5\u05d7\u05e8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd
++earlier_than = {0} \u05dc\u05e4\u05e0\u05d9 {1}
++earlier_than_time = \u05de\u05d5\u05e2\u05d3 \u05d4\u05e1\u05d9\u05d5\u05dd \u05e7\u05d5\u05d3\u05dd \u05dc\u05de\u05d5\u05e2\u05d3 \u05d4\u05d4\u05ea\u05d7\u05dc\u05d4
++exception_line_column = {0} \u05d1\u05e9\u05d5\u05e8\u05d4 {1}, \u05e2\u05de\u05d5\u05d3\u05d4 {2}
++exception_encountered = \u05de\u05d4 \u05e9\u05d4\u05d5\u05e4\u05d9\u05e2: {0}
++exception_expecting = \u05de\u05d4 \u05e9\u05d4\u05d9\u05d4 \u05e6\u05e4\u05d5\u05d9: {0}
++found = {0} \u05e0\u05de\u05e6\u05d0
++holiday_after_weekday = \u05d7\u05d2 \u05dc\u05d0\u05d7\u05e8 \u05e1\u05d5\u05e4\u05f4\u05e9
++hours_without_minutes = \u05e9\u05e2\u05d5\u05ea \u05dc\u05dc\u05d0 \u05d3\u05e7\u05d5\u05ea
++interval_not_allowed_here = \u05d0\u05e1\u05d5\u05e8 \u05dc\u05e6\u05d9\u05d9\u05df \u05db\u05d0\u05df \u05e4\u05e8\u05e7\u05d9 \u05d6\u05de\u05df
++invalid_event = {0} \u05d0\u05d9\u05e0\u05d5 \u05d0\u05d9\u05e8\u05d5\u05e2 \u05ea\u05e7\u05e3
++invalid_minutes = \u05d3\u05e7\u05d5\u05ea \u05e9\u05d2\u05d5\u05d9\u05d5\u05ea
++invalid_modifier = {0} \u05d0\u05d9\u05e0\u05d5 \u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d7\u05dc\u05e4\u05d4 \u05ea\u05e7\u05e3
++invalid_month = {0} \u05d0\u05d9\u05e0\u05d5 \u05d7\u05d5\u05d3\u05e9 \u05ea\u05e7\u05e0\u05d9
++invalid_month_day = {0} \u05d0\u05d9\u05e0\u05d5 \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc \u05d9\u05d5\u05dd \u05ea\u05e7\u05e0\u05d9 \u05d1\u05d7\u05d5\u05d3\u05e9
++invalid_occurrence = {0} \u05d0\u05d9\u05e0\u05d5 \u05de\u05e1\u05e4\u05e8 \u05de\u05d5\u05e4\u05e2 \u05ea\u05e7\u05e3
++invalid_time = {0} \u05d0\u05d9\u05e0\u05d4 \u05e9\u05e2\u05d4 \u05ea\u05e7\u05e4\u05d4
++invalid_variable_date = {0} \u05d0\u05d9\u05e0\u05d5 \u05ea\u05d0\u05e8\u05d9\u05da \u05de\u05e9\u05ea\u05e0\u05d4
++invalid_week_day = {0} \u05d0\u05d9\u05e0\u05d5 \u05d9\u05d5\u05dd \u05ea\u05e7\u05e3 \u05d1\u05e9\u05d1\u05d5\u05e2
++invalid_week_day_three = \u05d9\u05d5\u05dd \u05d1\u05e9\u05d1\u05d5\u05e2 \u05d1\u05e9\u05dc\u05d5\u05e9\u05d4 \u05ea\u05d5\u05d5\u05d9\u05dd
++invalid_week_day_german = \u05e7\u05d9\u05e6\u05d5\u05e8 \u05e9\u05de\u05d5\u05ea \u05d9\u05de\u05d9 \u05d4\u05e9\u05d1\u05d5\u05e2 \u05d1\u05d2\u05e8\u05de\u05e0\u05d9\u05ea
++invalid_week_number = {0} \u05d7\u05d5\u05e8\u05d2 \u05de\u05d4\u05d8\u05d5\u05d5\u05d7 1\u200f-53
++invalid_year_number = {0} \u05d4\u05d5\u05d0 \u05dc\u05e4\u05e0\u05d9 1900
++missing_day_for_February = \u05d4\u05d9\u05d5\u05dd \u05d1\u05d7\u05d5\u05d3\u05e9 \u05d7\u05e1\u05e8 \u05dc\u05d8\u05d5\u05d5\u05d7 \u05d4\u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd \u05dc\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8
++missing_day_in_range = \u05d4\u05d9\u05d5\u05dd \u05d1\u05d7\u05d5\u05d3\u05e9 \u05d7\u05e1\u05e8 \u05dc\u05d8\u05d5\u05d5\u05d7 \u05d4\u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd {0} {1}
++missing_month = \u05d7\u05e1\u05e8 \u05d7\u05d5\u05d3\u05e9
++missing_month_start = \u05d7\u05d5\u05d3\u05e9 \u05d4\u05d4\u05ea\u05d7\u05dc\u05d4 \u05d7\u05e1\u05e8
++to_instead_of_dash = `to` \u05d1\u05de\u05e7\u05d5\u05dd `-`
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_hu.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24/7 ms szelektorokkal
++earlier_than = {0} korbbi mint {1}
++earlier_than_time = A zr id\u0151pont korbbi, mint a kezd\u0151 id\u0151pont
++exception_line_column = {0} itt: {1}. sor, {2}. oszlop
++exception_encountered = szlelt: {0}
++exception_expecting = Elvrt: {0}
++found = {0} megtallva
++holiday_after_weekday = Munkaszneti nap a htkznap utn
++hours_without_minutes = ra, perc nlkl
++interval_not_allowed_here = Itt nem engedlyezett id\u0151kz megadsa
++invalid_event = {0} nem rvnyes esemny
++invalid_minutes = rvnytelen perc
++invalid_modifier = {0} nem rvnyes mdost
++invalid_month = {0} nem rvnyes hnap
++invalid_month_day = {0} nem rvnyes napszm a hnapban
++invalid_occurrence = {0} nem rvnyes el\u0151fordulsi szm
++invalid_time = {0} nem rvnyes id\u0151
++invalid_variable_date = {0} nem rvnyes vltoz dtum
++invalid_week_day = {0} nem rvnyes napja a htnek
++invalid_week_day_three = Hrom bet\u0171s nap
++invalid_week_day_german = Ht napjainak nmet rvidtse
++invalid_week_number = {0} kvl esik az 1\u201353 tartomnyon
++invalid_year_number = {0} korbbi mint 1900
++missing_day_for_February = Hinyzik a hnap napja a februri dtumtartomnyban
++missing_day_in_range = Hinyzik a hnap napja ebben a dtumtartomnyban: {0}, {1}
++missing_month = Hinyzik a hnap
++missing_month_start = Hinyzik a kezd\u0151 hnap
++to_instead_of_dash = \u201e-\u201d helyett \u201eto\u201d, \u201e-ig\u201d
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_is.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24/7 me rum valkostum
++earlier_than = {0} er  undan {1}
++earlier_than_time = Lokatmi  undan upphafstma
++exception_line_column = {0}  lnu {1}, dlki {2}
++exception_encountered = Rakst : {0}
++exception_expecting = Bjst vi: {0}
++found = {0} fundust
++holiday_after_weekday = Frdagur  eftir virkum degi
++hours_without_minutes = Klukkustundir n mntna
++interval_not_allowed_here = Tmabil ekki leyft hr
++invalid_event = {0} er ekki gildur atburur
++invalid_minutes = gildar mntur
++invalid_modifier = {0} er ekki gildur breytuvirki
++invalid_month = {0} er ekki gildur mnuur
++invalid_month_day = {0} er ekki gilt nmer mnaardags
++invalid_occurrence = {0} er ekki gilt nmer tilviks
++invalid_time = {0} er ekki gildur tmi
++invalid_variable_date = {0} er ekki gild breytileg dagsetning
++invalid_week_day = {0} er ekki gildur vikudagur
++invalid_week_day_three = riggja stafa heiti vikudags
++invalid_week_day_german = sk stytting dagaheita
++invalid_week_number = {0} er utan svisins 1-53
++invalid_year_number = {0} er  undan rinu 1900
++missing_day_for_February = Vantar mnaardag  dagabili fyrir febrar
++missing_day_in_range = Vantar mnaardag  dagabili {0} {1}
++missing_month = Vantar mnu
++missing_month_start = Vantar upphafsmnu
++to_instead_of_dash = `til`  sta `-`
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_pt_BR.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24x7 com outras selees
++earlier_than = {0}  anterior a {1}
++earlier_than_time = Horrio final anterior ao horrio de inicio
++exception_line_column = {0} na linha {1}, coluna {2}
++exception_encountered = Encontrado: {0}
++exception_expecting = Estava esperando: {0}
++found = {0} encontrado
++holiday_after_weekday = Feriado aps dia de semana
++hours_without_minutes = Horrio sem minutos
++interval_not_allowed_here = Um intervalo no  permitido aqui
++invalid_event = {0} no  um evento vlido
++invalid_minutes = Minutos invlidos
++invalid_modifier = {0} no  um modificador vlido
++invalid_month = {0} no  um ms vlido
++invalid_month_day = {0} no  um dia do ms vlido
++invalid_occurrence = {0} no  um nmero vlido de ocorrncia
++invalid_time = {0} no  um horrio vlido
++invalid_variable_date = {0} no  uma data varivel vlida
++invalid_week_day = {0} no  um dia de semana vlido
++invalid_week_day_three = Abreviatura de trs caracteres para dia da semana
++invalid_week_day_german = Abreviao alem para dia da semana
++invalid_week_number = {0} est fora dos limites de 1-53
++invalid_year_number = {0}  anterior a 1900
++missing_day_for_February = Faltando dia do ms em faixa de datas para Fevereiro
++missing_day_in_range = Faltando dia do ms no perodo {0} {1}
++missing_month = Faltando ms
++missing_month_start = Faltando ms inicial
++to_instead_of_dash = `to` em vez de `-`
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_ru.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = \u041a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u043e \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043c\u0438
++earlier_than = {0} \u0440\u0430\u043d\u044c\u0448\u0435, \u0447\u0435\u043c {1}
++earlier_than_time = \u0412\u0440\u0435\u043c\u044f \u043a\u043e\u043d\u0446\u0430 \u0440\u0430\u043d\u044c\u0448\u0435, \u0447\u0435\u043c \u0432\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430
++exception_line_column = {0} \u0432 \u0441\u0442\u0440\u043e\u043a\u0435 {1}, \u0441\u0442\u043e\u043b\u0431\u0435\u0446 {2}
++exception_encountered = \u0412\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u0442\u0441\u044f: {0}
++exception_expecting = \u041e\u0436\u0438\u0434\u0430\u043b\u043e\u0441\u044c: {0}
++found = \u041d\u0430\u0439\u0434\u0435\u043d\u043e: {0}
++holiday_after_weekday = \u041f\u0440\u0430\u0437\u0434\u043d\u0438\u043a \u043f\u043e\u0441\u043b\u0435 \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439
++hours_without_minutes = \u0427\u0430\u0441\u044b \u0431\u0435\u0437 \u043c\u0438\u043d\u0443\u0442
++interval_not_allowed_here = \u0417\u0434\u0435\u0441\u044c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b
++invalid_event = {0} - \u043d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u0435
++invalid_minutes = \u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u043c\u0438\u043d\u0443\u0442\u044b
++invalid_modifier = {0} - \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440
++invalid_month = {0} - \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043c\u0435\u0441\u044f\u0446
++invalid_month_day = {0} - \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0434\u0435\u043d\u044c \u043c\u0435\u0441\u044f\u0446\u0430
++invalid_occurrence = {0} - \u043d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0432\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0439
++invalid_time = {0} - \u043d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f
++invalid_variable_date = {0} - \u043d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u043c\u0435\u043d\u044f\u044e\u0449\u0430\u044f\u0441\u044f \u0434\u0430\u0442\u0430
++invalid_week_day = {0} - \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0434\u0435\u043d\u044c \u043d\u0435\u0434\u0435\u043b\u0438
++invalid_week_day_three = \u0414\u0435\u043d\u044c \u043d\u0435\u0434\u0435\u043b\u0438 \u0438\u0437 \u0442\u0440\u0451\u0445 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432
++invalid_week_day_german = \u041d\u0435\u043c\u0435\u0446\u043a\u0430\u044f \u0430\u0431\u0431\u0440\u0435\u0432\u0438\u0430\u0442\u0443\u0440\u0430 \u0434\u043d\u044f \u043d\u0435\u0434\u0435\u043b\u0438
++invalid_week_number = {0} \u0432\u043d\u0435 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430 1-53
++invalid_year_number = {0} \u0440\u0430\u043d\u044c\u0448\u0435, \u0447\u0435\u043c 1900
++missing_day_for_February = \u041f\u0440\u043e\u043f\u0443\u0449\u0435\u043d \u0434\u0435\u043d\u044c \u043c\u0435\u0441\u044f\u0446\u0430 \u0432 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435 \u0434\u0430\u0442 \u0434\u043b\u044f \u0444\u0435\u0432\u0440\u0430\u043b\u044f
++missing_day_in_range = \u041f\u0440\u043e\u043f\u0443\u0449\u0435\u043d \u0434\u0435\u043d\u044c \u043c\u0435\u0441\u044f\u0446\u0430 \u0432 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435 \u0434\u0430\u0442 {0} {1}
++missing_month = \u041f\u0440\u043e\u043f\u0443\u0449\u0435\u043d \u043c\u0435\u0441\u044f\u0446
++missing_month_start = \u041f\u0440\u043e\u043f\u0443\u0449\u0435\u043d \u043c\u0435\u0441\u044f\u0446 \u043d\u0430\u0447\u0430\u043b\u0430
++to_instead_of_dash = `to` \u0432\u043c\u0435\u0441\u0442\u043e `-`
+--- /dev/null
++++ b/src/ch/poole/openinghoursparser/Messages_uk.properties
+@@ -0,0 +1,28 @@
++24_7_with_other_selectors = 24/7 \u0437 \u0456\u043d\u0448\u0438\u043c\u0438 \u0441\u0435\u043b\u0435\u043a\u0442\u043e\u0440\u0430\u043c\u0438
++earlier_than = {0} \u0440\u0430\u043d\u0456\u0448\u0435 \u0437\u0430 {1}
++earlier_than_time = \u041a\u0456\u043d\u0446\u0435\u0432\u0438\u0439 \u0447\u0430\u0441 \u0440\u0430\u043d\u0456\u0448\u0435 \u0437\u0430 \u0447\u0430\u0441 \u043f\u043e\u0447\u0430\u0442\u043a\u0443
++exception_line_column = {0} \u0432 \u0440\u044f\u0434\u043a\u0443 {1}, \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c {2}
++exception_encountered = \u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043e: {0}
++exception_expecting = \u041e\u0447\u0456\u043a\u0443\u0432\u0430\u043b\u043e\u0441\u044c: {0}
++found = {0} \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e
++holiday_after_weekday = \u0421\u0432\u044f\u0442\u043e \u043f\u0456\u0441\u043b\u044f \u0431\u0443\u0434\u043d\u0456\u0432
++hours_without_minutes = \u0413\u043e\u0434\u0438\u043d\u0438 \u0431\u0435\u0437 \u0445\u0432\u0438\u043b\u0438\u043d
++interval_not_allowed_here = \u0412 \u0446\u044c\u043e\u043c\u0443 \u0432\u0438\u043f\u0430\u0434\u043a\u0443 \u0456\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0438 \u043d\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442\u044c\u0441\u044f
++invalid_event = {0} \u043d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0430 \u043f\u043e\u0434\u0456\u044f
++invalid_minutes = \u041f\u043e\u043c\u0438\u043b\u043a\u043e\u0432\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0445\u0432\u0438\u043b\u0438\u043d
++invalid_modifier = {0} \u043d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0438\u0439 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440
++invalid_month = {0} \u043d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0438\u0439 \u043c\u0456\u0441\u044f\u0446\u044c
++invalid_month_day = {0} \u043d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0438\u0439 \u0434\u0435\u043d\u044c \u043c\u0456\u0441\u044f\u0446\u044f
++invalid_occurrence = {0} \u043d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u0435\u043d\u044c
++invalid_time = {0} \u043d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0438\u0439 \u0447\u0430\u0441
++invalid_variable_date = {0} \u043d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0430 \u0437\u043c\u0456\u043d\u044e\u0432\u0430\u043d\u0430 \u0434\u0430\u0442\u0430
++invalid_week_day = {0} \u043d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0438\u0439 \u0434\u0435\u043d\u044c \u0442\u0438\u0436\u043d\u044f
++invalid_week_day_three = \u0422\u0440\u0438\u043b\u0456\u0442\u0435\u0440\u043d\u0435 \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0434\u043d\u044f \u0442\u0438\u0436\u043d\u044f
++invalid_week_day_german = \u0421\u043a\u043e\u0440\u043e\u0447\u0435\u043d\u043d\u044f \u0434\u043d\u0456\u0432 \u0442\u0438\u0436\u043d\u044f \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u043e\u044e
++invalid_week_number = {0} \u043f\u043e \u0437\u0430 \u0434\u0456\u0430\u043f\u0430\u0437\u043e\u043d\u043e\u043c 1-53
++invalid_year_number = {0} \u0440\u0430\u043d\u0456\u0448\u0435 \u0437\u0430 1900
++missing_day_for_February = \u0412\u0456\u0434\u0441\u0443\u0442\u043d\u0456\u0439 \u0434\u0435\u043d\u044c \u043c\u0456\u0441\u044f\u0446\u044f \u0432 \u0434\u0456\u0430\u043f\u0430\u0437\u043e\u043d\u0456 \u0434\u0430\u0442 \u0434\u043b\u044f \u041b\u044e\u0442\u043e\u0433\u043e
++missing_day_in_range = \u0412\u0456\u0434\u0441\u0443\u0442\u043d\u0454 \u0447\u0438\u0441\u043b\u043e \u043c\u0456\u0441\u044f\u0446\u044f \u0432 \u0434\u0456\u0430\u043f\u0430\u0437\u043e\u043d\u0456 {0} {1}
++missing_month = \u0412\u0456\u0434\u0441\u0443\u0442\u043d\u0456\u0439 \u043c\u0456\u0441\u044f\u0446\u044c
++missing_month_start = \u0412\u0456\u0434\u0441\u0443\u0442\u043d\u0456\u0439 \u043f\u043e\u0447\u0430\u0442\u043a\u043e\u0432\u0438\u0439 \u043c\u0456\u0441\u044f\u0446
++to_instead_of_dash = `to` \u0437\u0430\u043c\u0456\u0441\u0442\u044c `-`


=====================================
debian/patches/series
=====================================
@@ -7,3 +7,4 @@
 08-use_noto_font.patch
 09-no-java-8.patch
 openinghoursparser.patch
+openinghoursparser-resources.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/josm/-/commit/8f31596e9f25aa8b81574cf4cdddbb357a6f4595

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/josm/-/commit/8f31596e9f25aa8b81574cf4cdddbb357a6f4595
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200413/02c7e2ab/attachment-0001.html>


More information about the Pkg-grass-devel mailing list