Skip to content

Commit

Permalink
NAS-2792: Update all translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Clara Wiatrowski committed Jul 24, 2018
1 parent 5d1655e commit f0521b5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ table.running.jobs.exhaustedQueues = Exhausted
table.running.jobs.harvestName = Harvest definition
table.running.jobs.host = Host
table.running.jobs.jobId = Job ID
table.running.jobs.legend = {0} - crawl in preparation, {1} crawler is running, {2} - crawler is pausing, {3} - crawler is paused, {4} - crawl finished
table.running.jobs.legend = {0} crawl in preparation, {1} crawler is running, {2} crawler is pausing, {3} crawler is paused, {4} crawler is empty, {5} crawl finished
table.running.jobs.performance = Performance
table.running.jobs.progress = Progress
table.running.jobs.queuedFiles = Queued files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ table.running.jobs.exhaustedQueues = T\u00F8mte
table.running.jobs.harvestName = H\u00F8stningsdefinition
table.running.jobs.host = Server
table.running.jobs.jobId = Job ID
table.running.jobs.legend = {0} - crawl under forberedelse, {1} crawler er igang, {2} - crawler s\u00E6ttes i pause mode, {3} - crawler er i pause mode, {4} - crawl er f\u00E6rdig
table.running.jobs.legend = {0} crawl under forberedelse, {1} crawler er igang, {2} crawler s\u00E6ttes i pause mode, {3} crawler er i pause mode, {4} crawler is empty, {5} crawl er f\u00E6rdig
table.running.jobs.performance = Performance
table.running.jobs.progress = Fremdrift
table.running.jobs.queuedFiles = Filer i k\u00F8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ table.running.jobs.exhaustedQueues = Aufgebraucht
table.running.jobs.harvestName = Harvestdefinition
table.running.jobs.host = Host
table.running.jobs.jobId = Job ID
table.running.jobs.legend = {0} - crawl in Vorbereitung, {1} crawler aktiv, {2} - crawler angehalten, {3} - crawl beendet
table.running.jobs.legend = {0} crawl in Vorbereitung, {1} crawler aktiv, {2} crawler wird angehalten, {3} crawler angehalten, {4} crawler is empty, {5} crawl beendet
table.running.jobs.performance = Performance
table.running.jobs.progress = Fortschritt
table.running.jobs.queuedFiles = Wartende Dateien
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ table.running.jobs.exhaustedQueues = termin\u00E9es
table.running.jobs.harvestName = Ensemble \u00E0 collecter
table.running.jobs.host = H\u00F4te
table.running.jobs.jobId = ID
table.running.jobs.legend = {0} job en pr\u00E9paration, {1} job actif, {2} job en cours de pause, {3} job en pause, {4} job termin\u00E9
table.running.jobs.legend = {0} job en pr\u00E9paration, {1} job actif, {2} job en cours de pause, {3} job en pause, {4} job vide, {5} job termin\u00E9
table.running.jobs.performance = Vitesse
table.running.jobs.progress = Progression
table.running.jobs.queuedFiles = URL d\u00E9couvertes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ table.running.jobs.exhaustedQueues = svuotate
table.running.jobs.harvestName = La definizione di raccolta
table.running.jobs.host = Server
table.running.jobs.jobId = ID
table.running.jobs.legend = {0} job in preparazione , {1} job attivo, {2} job sta pausando, {3} job in stato di pausa, {4} job finito
table.running.jobs.legend = {0} job in preparazione , {1} job attivo, {2} job sta pausando, {3} job in stato di pausa, {4} crawler is empty, {5} job finito
table.running.jobs.performance = Prestazioni
table.running.jobs.progress = Andamento
table.running.jobs.queuedFiles = URL da scaricare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ This page displays a list of running jobs.
<img src="redbullet.png" alt="<%=I18N.getString(request.getLocale(), "table.running.jobs.status.crawlerPaused")%>"/>
</fmt:param>
<fmt:param>
<img src="purplebullet.png" alt="<%=I18N.getString(request.getLocale(), "table.running.jobs.status.crawlerEmpty")%>"/>
</fmt:param>
<fmt:param>
<img src="greybullet.png" alt="<%=I18N.getString(request.getLocale(), "table.running.jobs.status.crawlFinished")%>"/>
</fmt:param>
<fmt:param>
<img src="purplebullet.png" alt="<%=I18N.getString(request.getLocale(), "table.running.jobs.status.empty")%>"/>
</fmt:param>
</fmt:message>
<br/><br/>

Expand Down

0 comments on commit f0521b5

Please sign in to comment.