]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix German web template (STR #4756)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 13 Jan 2016 19:19:22 +0000 (19:19 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 13 Jan 2016 19:19:22 +0000 (19:19 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13048 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES-2.1.txt
templates/de/jobs-header.tmpl

index 2cbdd7e0c0430cc999ffc909dab70d1738aff3b6..9c975c4c94cfac597e62efa27a4f891e3e9aa06b 100644 (file)
@@ -15,6 +15,7 @@ CHANGES IN CUPS V2.1.3
          (<rdar://problem/24137160>)
        - The "lp -H resume" command did not reset the "job-state-reasons"
          attribute value (STR #4752)
+       - Localization fix (STR #4756)
 
 
 CHANGES IN CUPS V2.1.2
index e3935fe558541897b1bac0e5b03870fe51c1431e..4855f6bb618c789a2178457d9f6fd2b014e01db3 100644 (file)
@@ -2,4 +2,4 @@
 {?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="which_jobs" VALUE="completed"><INPUT TYPE="SUBMIT" VALUE="Fertige Aufträge anzeigen"></FORM>}
 {?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="which_jobs" VALUE="all"><INPUT TYPE="SUBMIT" VALUE="Alle Aufträge anzeigen"></FORM>}
 
-<P ALIGN="CENTER">{total=0?Keine Aufträge:Zeige {#job_id} von {total} {?which_jobs=?aktiven:{which_jobs=all?:beendeten}} {total=1?:s}Auftrag:Aufträgen}.</P>
+<P ALIGN="CENTER">{total=0?Keine Aufträge:Zeige {#job_id} von {total} {?which_jobs=?aktiven:{which_jobs=all?:beendeten}} {total=1?Auftrag:Aufträgen}}.</P>