From e061fc7a31e1b5cf1056dca69153e16614b1a580 Mon Sep 17 00:00:00 2001 From: jschwender Date: Mon, 15 Mar 2021 08:23:54 +0100 Subject: [PATCH] more explicit terms in the job listing templates. ja,ru,pt_BR,es use identical english terms as they are untranslated so far. de is translated. da, fr need an update for translation. --- templates/de/jobs-header.tmpl | 2 +- templates/es/jobs-header.tmpl | 2 +- templates/ja/jobs-header.tmpl | 2 +- templates/jobs-header.tmpl | 2 +- templates/pt_BR/jobs-header.tmpl | 2 +- templates/ru/jobs-header.tmpl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/de/jobs-header.tmpl b/templates/de/jobs-header.tmpl index 01f794b75a..33c62d3a7c 100644 --- a/templates/de/jobs-header.tmpl +++ b/templates/de/jobs-header.tmpl @@ -2,4 +2,4 @@ {?which_jobs=completed?:
} {?which_jobs=all?:
} -

{?which_jobs=?Aktive Aufträge in Reihenfolge der Abarbeitung▼:{which_jobs=all?Aufträge in Reihenfolge des Empfangs▼:Aufträge in der Reihenfolge der Fertigstellung/Löschung/Abbruch▲}}

+

{?which_jobs=?Aktive Aufträge in Reihenfolge der Abarbeitung▼:{which_jobs=all?Aufträge in sequenzieller Reihenfolge▼:Aufträge in der Reihenfolge der Fertigstellung oder Abbruch▲}}

diff --git a/templates/es/jobs-header.tmpl b/templates/es/jobs-header.tmpl index d28535a254..238ab07303 100644 --- a/templates/es/jobs-header.tmpl +++ b/templates/es/jobs-header.tmpl @@ -2,4 +2,4 @@ {?which_jobs=completed?:
} {?which_jobs=all?:
} -

{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=all?Jobs listed in ascending order.:Jobs listed in descending order.}}

+

{?which_jobs=?Active jobs listed in processing order▼; held jobs appear first.:{which_jobs=all?Jobs in sequential order▼:Completed jobs in order of completion or cancellation▲}}

diff --git a/templates/ja/jobs-header.tmpl b/templates/ja/jobs-header.tmpl index 988249b6d1..55f51a19cc 100644 --- a/templates/ja/jobs-header.tmpl +++ b/templates/ja/jobs-header.tmpl @@ -2,4 +2,4 @@ {?which_jobs=completed?:
} {?which_jobs=all?:
} -

{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=all?Jobs listed in ascending order.:Jobs listed in descending order.}}

+

{?which_jobs=?Active jobs listed in processing order▼; held jobs appear first.:{which_jobs=all?Jobs in sequential order▼:Completed jobs in order of completion or cancellation▲}}

diff --git a/templates/jobs-header.tmpl b/templates/jobs-header.tmpl index 6568a7ff54..a4de07b389 100644 --- a/templates/jobs-header.tmpl +++ b/templates/jobs-header.tmpl @@ -2,4 +2,4 @@ {?which_jobs=completed?:
} {?which_jobs=all?:
} -

{?which_jobs=?Active jobs listed in processing order▼; held jobs appear first.:{which_jobs=all?Jobs in plain reception order▼:Completed jobs in order of finish/cancel/abort▲}}

+

{?which_jobs=?Active jobs listed in processing order▼; held jobs appear first.:{which_jobs=all?Jobs in sequential order▼:Completed jobs in order of completion or cancellation▲}}

diff --git a/templates/pt_BR/jobs-header.tmpl b/templates/pt_BR/jobs-header.tmpl index 92c912649a..6987979ea6 100644 --- a/templates/pt_BR/jobs-header.tmpl +++ b/templates/pt_BR/jobs-header.tmpl @@ -2,4 +2,4 @@ {?which_jobs=completed?:
} {?which_jobs=all?:
} -

{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=all?Jobs listed in ascending order.:Jobs listed in descending order.}}

+

{?which_jobs=?Active jobs listed in processing order▼; held jobs appear first.:{which_jobs=all?Jobs in sequential order▼:Completed jobs in order of completion or cancellation▲}}

diff --git a/templates/ru/jobs-header.tmpl b/templates/ru/jobs-header.tmpl index 3ee6dc95ee..e759c03183 100644 --- a/templates/ru/jobs-header.tmpl +++ b/templates/ru/jobs-header.tmpl @@ -2,4 +2,4 @@ {?which_jobs=completed?:
} {?which_jobs=all?:
} -

{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=all?Jobs listed in ascending order.:Jobs listed in descending order.}}

+

{?which_jobs=?Active jobs listed in processing order▼; held jobs appear first.:{which_jobs=all?Jobs in sequential order▼:Completed jobs in order of completion or cancellation▲}}

-- 2.47.2