From 414e798b71ff681f805053c04c2851366346a7da Mon Sep 17 00:00:00 2001 From: scootergrisen Date: Tue, 22 Jan 2019 02:14:39 +0100 Subject: Add translations for templates/da --- templates/da/add-class.tmpl | 37 ++++++++++++ templates/da/add-printer.tmpl | 44 +++++++++++++++ templates/da/admin.tmpl | 81 +++++++++++++++++++++++++++ templates/da/choose-device.tmpl | 49 ++++++++++++++++ templates/da/choose-make.tmpl | 61 ++++++++++++++++++++ templates/da/choose-model.tmpl | 58 +++++++++++++++++++ templates/da/choose-serial.tmpl | 49 ++++++++++++++++ templates/da/choose-uri.tmpl | 41 ++++++++++++++ templates/da/class-added.tmpl | 4 ++ templates/da/class-confirm.tmpl | 6 ++ templates/da/class-deleted.tmpl | 3 + templates/da/class-jobs-header.tmpl | 1 + templates/da/class-modified.tmpl | 4 ++ templates/da/class.tmpl | 41 ++++++++++++++ templates/da/classes-header.tmpl | 1 + templates/da/classes.tmpl | 11 ++++ templates/da/command.tmpl | 8 +++ templates/da/edit-config.tmpl | 20 +++++++ templates/da/error-op.tmpl | 5 ++ templates/da/error.tmpl | 5 ++ templates/da/header.tmpl.in | 43 ++++++++++++++ templates/da/help-header.tmpl | 41 ++++++++++++++ templates/da/help-printable.tmpl | 9 +++ templates/da/help-trailer.tmpl | 0 templates/da/job-cancel.tmpl | 3 + templates/da/job-hold.tmpl | 3 + templates/da/job-move.tmpl | 23 ++++++++ templates/da/job-moved.tmpl | 4 ++ templates/da/job-release.tmpl | 3 + templates/da/job-restart.tmpl | 3 + templates/da/jobs-header.tmpl | 5 ++ templates/da/jobs.tmpl | 36 ++++++++++++ templates/da/list-available-printers.tmpl | 7 +++ templates/da/modify-class.tmpl | 31 ++++++++++ templates/da/modify-printer.tmpl | 39 +++++++++++++ templates/da/norestart.tmpl | 4 ++ templates/da/option-boolean.tmpl | 6 ++ templates/da/option-conflict.tmpl | 7 +++ templates/da/option-header.tmpl | 5 ++ templates/da/option-pickmany.tmpl | 6 ++ templates/da/option-pickone.tmpl | 18 ++++++ templates/da/option-trailer.tmpl | 5 ++ templates/da/pager.tmpl | 7 +++ templates/da/printer-accept.tmpl | 5 ++ templates/da/printer-added.tmpl | 4 ++ templates/da/printer-cancel-jobs.tmpl | 5 ++ templates/da/printer-configured.tmpl | 4 ++ templates/da/printer-confirm.tmpl | 6 ++ templates/da/printer-default.tmpl | 9 +++ templates/da/printer-deleted.tmpl | 3 + templates/da/printer-jobs-header.tmpl | 1 + templates/da/printer-modified.tmpl | 4 ++ templates/da/printer-reject.tmpl | 5 ++ templates/da/printer-start.tmpl | 5 ++ templates/da/printer-stop.tmpl | 5 ++ templates/da/printer.tmpl | 43 ++++++++++++++ templates/da/printers-header.tmpl | 1 + templates/da/printers.tmpl | 11 ++++ templates/da/restart.tmpl | 4 ++ templates/da/samba-export.tmpl | 55 ++++++++++++++++++ templates/da/samba-exported.tmpl | 1 + templates/da/search.tmpl | 10 ++++ templates/da/set-printer-options-header.tmpl | 24 ++++++++ templates/da/set-printer-options-trailer.tmpl | 14 +++++ templates/da/test-page.tmpl | 4 ++ templates/da/trailer.tmpl | 5 ++ templates/da/users.tmpl | 27 +++++++++ 67 files changed, 1092 insertions(+) create mode 100644 templates/da/add-class.tmpl create mode 100644 templates/da/add-printer.tmpl create mode 100644 templates/da/admin.tmpl create mode 100644 templates/da/choose-device.tmpl create mode 100644 templates/da/choose-make.tmpl create mode 100644 templates/da/choose-model.tmpl create mode 100644 templates/da/choose-serial.tmpl create mode 100644 templates/da/choose-uri.tmpl create mode 100644 templates/da/class-added.tmpl create mode 100644 templates/da/class-confirm.tmpl create mode 100644 templates/da/class-deleted.tmpl create mode 100644 templates/da/class-jobs-header.tmpl create mode 100644 templates/da/class-modified.tmpl create mode 100644 templates/da/class.tmpl create mode 100644 templates/da/classes-header.tmpl create mode 100644 templates/da/classes.tmpl create mode 100644 templates/da/command.tmpl create mode 100644 templates/da/edit-config.tmpl create mode 100644 templates/da/error-op.tmpl create mode 100644 templates/da/error.tmpl create mode 100644 templates/da/header.tmpl.in create mode 100644 templates/da/help-header.tmpl create mode 100644 templates/da/help-printable.tmpl create mode 100644 templates/da/help-trailer.tmpl create mode 100644 templates/da/job-cancel.tmpl create mode 100644 templates/da/job-hold.tmpl create mode 100644 templates/da/job-move.tmpl create mode 100644 templates/da/job-moved.tmpl create mode 100644 templates/da/job-release.tmpl create mode 100644 templates/da/job-restart.tmpl create mode 100644 templates/da/jobs-header.tmpl create mode 100644 templates/da/jobs.tmpl create mode 100644 templates/da/list-available-printers.tmpl create mode 100644 templates/da/modify-class.tmpl create mode 100644 templates/da/modify-printer.tmpl create mode 100644 templates/da/norestart.tmpl create mode 100644 templates/da/option-boolean.tmpl create mode 100644 templates/da/option-conflict.tmpl create mode 100644 templates/da/option-header.tmpl create mode 100644 templates/da/option-pickmany.tmpl create mode 100644 templates/da/option-pickone.tmpl create mode 100644 templates/da/option-trailer.tmpl create mode 100644 templates/da/pager.tmpl create mode 100644 templates/da/printer-accept.tmpl create mode 100644 templates/da/printer-added.tmpl create mode 100644 templates/da/printer-cancel-jobs.tmpl create mode 100644 templates/da/printer-configured.tmpl create mode 100644 templates/da/printer-confirm.tmpl create mode 100644 templates/da/printer-default.tmpl create mode 100644 templates/da/printer-deleted.tmpl create mode 100644 templates/da/printer-jobs-header.tmpl create mode 100644 templates/da/printer-modified.tmpl create mode 100644 templates/da/printer-reject.tmpl create mode 100644 templates/da/printer-start.tmpl create mode 100644 templates/da/printer-stop.tmpl create mode 100644 templates/da/printer.tmpl create mode 100644 templates/da/printers-header.tmpl create mode 100644 templates/da/printers.tmpl create mode 100644 templates/da/restart.tmpl create mode 100644 templates/da/samba-export.tmpl create mode 100644 templates/da/samba-exported.tmpl create mode 100644 templates/da/search.tmpl create mode 100644 templates/da/set-printer-options-header.tmpl create mode 100644 templates/da/set-printer-options-trailer.tmpl create mode 100644 templates/da/test-page.tmpl create mode 100644 templates/da/trailer.tmpl create mode 100644 templates/da/users.tmpl (limited to 'templates') diff --git a/templates/da/add-class.tmpl b/templates/da/add-class.tmpl new file mode 100644 index 000000000..c27a68078 --- /dev/null +++ b/templates/da/add-class.tmpl @@ -0,0 +1,37 @@ +

Tilføj klasse

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Navn:
+(må indeholde alle tegn der kan udskrives, undtagen "/", "#" og mellemrum)
Beskrivelse:
+(beskrivelse der kan læses af mennesker, såsom "HP LaserJet med Duplexer")
Placering:
+(placering der kan læses af mennesker, såsom "Rum 1")
Medlemmer: + +
+ +
diff --git a/templates/da/add-printer.tmpl b/templates/da/add-printer.tmpl new file mode 100644 index 000000000..ed206678b --- /dev/null +++ b/templates/da/add-printer.tmpl @@ -0,0 +1,44 @@ +

Tilføj printer

+ +
+ + + + + + +{?current_make!?:} +{?current_make_and_model!?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
Navn:
+(må indeholde alle tegn der kan udskrives, undtagen "/", "#" og mellemrum)
Beskrivelse:
+(beskrivelse der kan læses af mennesker, såsom "HP LaserJet med Duplexer")
Placering:
+(placering der kan læses af mennesker, såsom "Rum 1")
Forbindelse:{device_uri}
Deling: +
+ +
diff --git a/templates/da/admin.tmpl b/templates/da/admin.tmpl new file mode 100644 index 000000000..06fd23589 --- /dev/null +++ b/templates/da/admin.tmpl @@ -0,0 +1,81 @@ +
+
+

Printere

+ +

+

+
+
+ {have_samba?
:} +

+ +

Klasser

+ +

+

+
+

+ +

Jobs

+ +

+

+

+
+
+

Server

+ +

+

+
+
+
+

+ + {SETTINGS_ERROR?

{SETTINGS_MESSAGE}

+
{SETTINGS_ERROR}
: + +
+ + + {ADVANCEDSETTINGS?

Serverindstillinger\:

+ +

Avanceret
+ + +
+         Maks. klienter\: +
+         
+         
+
+ {have_gssapi?
:} +
+
+         Maksimum jobs (0 for ubegrænset)\: +
+         Bevar metadata\: +
+         Bevar dokumenter\: +
+
+         Maks. størrelse på logfil\: +

+ + :

Serverindstillinger:

+ +

Avanceret
+ +
+         
+
+ {have_gssapi?
:} +
+

+ + } +

+ +
} +
+
diff --git a/templates/da/choose-device.tmpl b/templates/da/choose-device.tmpl new file mode 100644 index 000000000..b1ab9fda3 --- /dev/null +++ b/templates/da/choose-device.tmpl @@ -0,0 +1,49 @@ +

{op=modify-printer?Rediger {printer_name}:Tilføj printer}

+ +{CUPS_GET_DEVICES_DONE?
+ + +{printer_name?:} + + +{op=add-printer?: + + +} + + + + + + + + + + + + + + + + + +
Nuværende forbindelse\: +
Lokale printere\: +{[device_uri]{device_class!network? +
+:}} +
Opdagede netværksprintere\: +{[device_uri]{device_class=network?{device_uri~[a-z]+://? +
+:}:}} +
Andre netværksprintere\: +{[device_uri]{device_class=network?{device_uri~[a-z]+://?: +
+}:}} +
+ +
:

Leder efter printere...

} diff --git a/templates/da/choose-make.tmpl b/templates/da/choose-make.tmpl new file mode 100644 index 000000000..2b349f79f --- /dev/null +++ b/templates/da/choose-make.tmpl @@ -0,0 +1,61 @@ +

{op=modify-printer?Rediger {printer_name}:Tilføj printer}

+ +
+ + +{printer_name?:} + + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Navn:{printer_name}
Beskrivelse:{printer_info}
Placering:{printer_location}
Forbindelse:{device_uri}
Deling: +Del {?printer_is_shared=?ikke:{?printer_is_shared=0?ikke:}} printeren
Producent: + +
 
Eller angiv en PPD-fil:
+ +
diff --git a/templates/da/choose-model.tmpl b/templates/da/choose-model.tmpl new file mode 100644 index 000000000..603ada162 --- /dev/null +++ b/templates/da/choose-model.tmpl @@ -0,0 +1,58 @@ +

{op=modify-printer?Rediger {printer_name}:Tilføj printer}

+ +
+ + +{printer_name?:} + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Navn:{printer_name}
Beskrivelse:{printer_info}
Placering:{printer_location}
Forbindelse:{device_uri}
Deling: +Del {?printer_is_shared=?ikke:{?printer_is_shared=0?ikke:}} printeren
Producent:{PPD_MAKE}
Model: + +
Eller angiv en PPD-fil:
+ +
diff --git a/templates/da/choose-serial.tmpl b/templates/da/choose-serial.tmpl new file mode 100644 index 000000000..d60525c69 --- /dev/null +++ b/templates/da/choose-serial.tmpl @@ -0,0 +1,49 @@ +

{op=modify-printer?Rediger {printer_name}:Tilføj printer}

+ +
+ + +{printer_name?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
Forbindelse:{device_uri}
Baudhastighed:
Parity:
Databit:
Flowstyring:
+ +
diff --git a/templates/da/choose-uri.tmpl b/templates/da/choose-uri.tmpl new file mode 100644 index 000000000..873f811b2 --- /dev/null +++ b/templates/da/choose-uri.tmpl @@ -0,0 +1,41 @@ +

{op=modify-printer?Rediger {printer_name}:Tilføj printer}

+ +
+ + +{printer_name?:} + + + + + + + + + + + + + + + +
Forbindelse:
Eksempler: +
+    http://værtsnavn:631/ipp/
+    http://værtsnavn:631/ipp/port1
+
+    ipp://værtsnavn/ipp/
+    ipp://værtsnavn/ipp/port1
+
+    lpd://værtsnavn/kø
+
+    socket://værtsnavn
+    socket://værtsnavn:9100
+
+ +

Se "Netværksprintere +" for den korrekte URI til brug med din printer.

+ +
+ +
diff --git a/templates/da/class-added.tmpl b/templates/da/class-added.tmpl new file mode 100644 index 000000000..11c99da9e --- /dev/null +++ b/templates/da/class-added.tmpl @@ -0,0 +1,4 @@ +

Tilføj klasse

+ +

Klassen {printer_name} blev +tilføjet. diff --git a/templates/da/class-confirm.tmpl b/templates/da/class-confirm.tmpl new file mode 100644 index 000000000..85a69721b --- /dev/null +++ b/templates/da/class-confirm.tmpl @@ -0,0 +1,6 @@ +

Slet klassen {printer_name}

+ +

Advarsel: Er du sikker på, at du vil slette klassen +{printer_name}?

+ +

diff --git a/templates/da/class-deleted.tmpl b/templates/da/class-deleted.tmpl new file mode 100644 index 000000000..70eb7e9db --- /dev/null +++ b/templates/da/class-deleted.tmpl @@ -0,0 +1,3 @@ +

Slet klassen {printer_name}

+ +

Klassen {printer_name} blev slettet. diff --git a/templates/da/class-jobs-header.tmpl b/templates/da/class-jobs-header.tmpl new file mode 100644 index 000000000..61e5151d2 --- /dev/null +++ b/templates/da/class-jobs-header.tmpl @@ -0,0 +1 @@ +

Jobs

diff --git a/templates/da/class-modified.tmpl b/templates/da/class-modified.tmpl new file mode 100644 index 000000000..96ca6c0a1 --- /dev/null +++ b/templates/da/class-modified.tmpl @@ -0,0 +1,4 @@ +

Rediger klassen {printer_name}

+ +

Klassen {printer_name} blev +ændret. diff --git a/templates/da/class.tmpl b/templates/da/class.tmpl new file mode 100644 index 000000000..dbbf8d54c --- /dev/null +++ b/templates/da/class.tmpl @@ -0,0 +1,41 @@ +

{printer_name} +({printer_state=3?Inaktiv:{printer_state=4?Behandler:Sat på pause}}, +{printer_is_accepting_jobs=0?Afviser jobs:Accepterer jobs}, +{server_is_sharing_printers=0?Ikke:{printer_is_shared=0?Ikke:}} Delt{default_name={printer_name}?, Server Default:})

+ +
+ + + +
+ +
+ + + + + +
+ + + + + + +
Beskrivelse:{printer_info}
Placering:{printer_location}
Medlemmer:{?member_uris=?None:{member_uris}}
Standarder:job-sheets={job_sheets_default} +media={media_default?{media_default}:ukendt} +{sides_default?sides={sides_default}:}
diff --git a/templates/da/classes-header.tmpl b/templates/da/classes-header.tmpl new file mode 100644 index 000000000..8297eaa58 --- /dev/null +++ b/templates/da/classes-header.tmpl @@ -0,0 +1 @@ +

{total=0?Ingen klasser:Viser {#printer_name} af {total} klasse{total=1?:r}}.

diff --git a/templates/da/classes.tmpl b/templates/da/classes.tmpl new file mode 100644 index 000000000..86984642c --- /dev/null +++ b/templates/da/classes.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
KønavnBeskrivelsePlaceringMedlemmerStatus
{printer_name}{printer_info}{printer_location}{?member_uris=?Ingen:{member_uris}}{printer_state=3?Inaktiv:{printer_state=4?Behandler:Sat på pause}}{printer_state_message? - "{printer_state_message}":}
} diff --git a/templates/da/command.tmpl b/templates/da/command.tmpl new file mode 100644 index 000000000..93b4d3731 --- /dev/null +++ b/templates/da/command.tmpl @@ -0,0 +1,8 @@ +

{title} på {printer_name}

+ +

{job_state>5?:Optaget-indikator }Printerkommandojob +{job_state=3?afventer:{job_state=4?tilbageholdt: +{job_state=5?behandler:{job_state=6?stoppet: +{job_state=7?annulleret:{job_state=8?afbrudt:fuldført}}}}}}{job_state=9?:{job_printer_state_message?, +"{job_printer_state_message}":}}

diff --git a/templates/da/edit-config.tmpl b/templates/da/edit-config.tmpl new file mode 100644 index 000000000..400ed7d42 --- /dev/null +++ b/templates/da/edit-config.tmpl @@ -0,0 +1,20 @@ + + +

Rediger konfigurationsfil

+ +
+ + + + + +

+

+ +
diff --git a/templates/da/error-op.tmpl b/templates/da/error-op.tmpl new file mode 100644 index 000000000..c3a7264c9 --- /dev/null +++ b/templates/da/error-op.tmpl @@ -0,0 +1,5 @@ +

Fejl ved {?title} {?printer_name}

+ +

Fejl:

+ +
Ukendt handling "{op}"!
diff --git a/templates/da/error.tmpl b/templates/da/error.tmpl new file mode 100644 index 000000000..3d4908a85 --- /dev/null +++ b/templates/da/error.tmpl @@ -0,0 +1,5 @@ +

Fejl ved {?title} {?printer_name}

+ +

{?message?{message}:Fejl}:

+ +
{error}
diff --git a/templates/da/header.tmpl.in b/templates/da/header.tmpl.in new file mode 100644 index 000000000..80e3bed49 --- /dev/null +++ b/templates/da/header.tmpl.in @@ -0,0 +1,43 @@ + + + + + + + + {refresh_page?:} + + + + + {title} - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + +
+ +
+
+
+

{title}

diff --git a/templates/da/help-header.tmpl b/templates/da/help-header.tmpl new file mode 100644 index 000000000..20489412a --- /dev/null +++ b/templates/da/help-header.tmpl @@ -0,0 +1,41 @@ +
+{TOPIC?:} + +

Søg i +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:Alle dokumenter}}: + +

+ +
+ + + + +{QUERY?

Søg efter resultater i {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:Alle dokumenter}}\:

+{QTEXT?:} +:

Ingen match fundet.

} +
:} +{HELPTITLE?
: + +

Onlinehjælp

+ +

Dette er grænsefladen til CUPS-onlinehjælp. Indtast søgeord ovenfor eller klik på dokumentationenslinkene for at vise information om onlinehjælp.

+ +

Hvis CUPS er nyt for dig, så læs "Oversigt over CUPS"-siden.

+ +

CUPS-hjemmesiden giver også mange ressourcer, inklusiv fora til brugerdiskussion, svar på oftest stillede spørgsmål, og en formular til indsendelse af fejlrapporter og anmodninger om funktionaliteter.

} diff --git a/templates/da/help-printable.tmpl b/templates/da/help-printable.tmpl new file mode 100644 index 000000000..2463c1630 --- /dev/null +++ b/templates/da/help-printable.tmpl @@ -0,0 +1,9 @@ + + + + + {HELPTITLE} + + + + diff --git a/templates/da/help-trailer.tmpl b/templates/da/help-trailer.tmpl new file mode 100644 index 000000000..e69de29bb diff --git a/templates/da/job-cancel.tmpl b/templates/da/job-cancel.tmpl new file mode 100644 index 000000000..aebb460d4 --- /dev/null +++ b/templates/da/job-cancel.tmpl @@ -0,0 +1,3 @@ +

Annuller jobbet {job_id}

+ +

Jobbet {job_id} blev annulleret. diff --git a/templates/da/job-hold.tmpl b/templates/da/job-hold.tmpl new file mode 100644 index 000000000..eb8a542d4 --- /dev/null +++ b/templates/da/job-hold.tmpl @@ -0,0 +1,3 @@ +

Tilbagehold jobbet {job_id}

+ +

Jobbet {job_id} blev tilbageholdt fra udskrivning. diff --git a/templates/da/job-move.tmpl b/templates/da/job-move.tmpl new file mode 100644 index 000000000..9729316b0 --- /dev/null +++ b/templates/da/job-move.tmpl @@ -0,0 +1,23 @@ +

+ + +{job_id?:} + +

{job_id?Flyt jobbet {job_id}:Flyt alle jobs}

+ + + + + + + + + + +
Ny destination: + +
+ +
diff --git a/templates/da/job-moved.tmpl b/templates/da/job-moved.tmpl new file mode 100644 index 000000000..3443db4d1 --- /dev/null +++ b/templates/da/job-moved.tmpl @@ -0,0 +1,4 @@ +

{job_id?Flyt jobbet {job_id}:Flyt alle jobs}

+ +

{job_id?Jobbet {job_id}:Alle jobs} flyttet til +{job_printer_name}.

diff --git a/templates/da/job-release.tmpl b/templates/da/job-release.tmpl new file mode 100644 index 000000000..f0ea9e3b1 --- /dev/null +++ b/templates/da/job-release.tmpl @@ -0,0 +1,3 @@ +

Frigiv jobbet {job_id}

+ +

Jobbet {job_id} blev frigivet til udskrivning. diff --git a/templates/da/job-restart.tmpl b/templates/da/job-restart.tmpl new file mode 100644 index 000000000..398659e01 --- /dev/null +++ b/templates/da/job-restart.tmpl @@ -0,0 +1,3 @@ +

Udskriv jobbet {job_id} igen

+ +

Jobbet {job_id} blev genstartet. diff --git a/templates/da/jobs-header.tmpl b/templates/da/jobs-header.tmpl new file mode 100644 index 000000000..6700c4e10 --- /dev/null +++ b/templates/da/jobs-header.tmpl @@ -0,0 +1,5 @@ +{?which_jobs=?:

} +{?which_jobs=completed?:
} +{?which_jobs=all?:
} + +

{?which_jobs=?Jobs oplistet i udskrivningsrækkefølge - tilbageholdte jobs vises først.:{which_jobs=Jobs oplistes i stigende rækkefølge.?:Jobs oplistes i faldende rækkefølge.}}

diff --git a/templates/da/jobs.tmpl b/templates/da/jobs.tmpl new file mode 100644 index 000000000..a0a603af7 --- /dev/null +++ b/templates/da/jobs.tmpl @@ -0,0 +1,36 @@ +{#job_id=0?: + + + + + +{[job_id] + + + + + + + + + +} + +
IDNavnBrugerStørrelseSiderTilstandStyring
{job_printer_name}-{job_id}{?phone? ({phone}):} {?job_name=?Ukendt:{job_name}} {?job_originating_user_name=?Tilbageholdt:{job_originating_user_name}} {job_k_octets}k {job_impressions_completed=0?Ukendt:{?job_impressions_completed}} {job_state=3?afventende siden
{?time_at_creation=?Ukendt:{time_at_creation}}:{job_state=4?tilbageholdt siden
{?time_at_creation=?Ukendt:{time_at_creation}}: +{job_state=5?behandling siden
{?time_at_processing=?Ukendt:{time_at_processing}}:{job_state=6?stoppet: +{job_state=7?annulleret ved
{?time_at_completed=?Ukendt:{time_at_completed}}:{job_state=8?afbrudt:fuldtført ved
{?time_at_completed=?Ukendt:{time_at_completed}}}}}}}} {job_printer_state_message?
+"{job_printer_state_message}":}
+{job_preserved>0?{job_state>5? +
:}:} +{job_state=4? +
+
:} +{job_state=3? +
+
:} +{job_state<7? +
+
+
:} + 
+} diff --git a/templates/da/list-available-printers.tmpl b/templates/da/list-available-printers.tmpl new file mode 100644 index 000000000..f24e65a0c --- /dev/null +++ b/templates/da/list-available-printers.tmpl @@ -0,0 +1,7 @@ +

Tilgængelige printere

+ +{#device_uri=0?

Ingen printere fundet.

+:
    {[device_uri] +
  • +{device_make_and_model} ({device_info})
  • +}
} diff --git a/templates/da/modify-class.tmpl b/templates/da/modify-class.tmpl new file mode 100644 index 000000000..79a730547 --- /dev/null +++ b/templates/da/modify-class.tmpl @@ -0,0 +1,31 @@ +

Rediger klassen {printer_name}

+ +
+ + + + + + + + + + + + + + + + + + + + + +
Beskrivelse:
Placering:
Medlemmer: + +
+ +
diff --git a/templates/da/modify-printer.tmpl b/templates/da/modify-printer.tmpl new file mode 100644 index 000000000..9eb32af9d --- /dev/null +++ b/templates/da/modify-printer.tmpl @@ -0,0 +1,39 @@ +

Rediger {printer_name}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Beskrivelse:
+(beskrivelse der kan læses af mennesker, såsom "HP LaserJet med Duplexer")
Placering:
+(placering der kan læses af mennesker, såsom "Rum 1")
Forbindelse:{device_uri}
Deling: +
+ +
diff --git a/templates/da/norestart.tmpl b/templates/da/norestart.tmpl new file mode 100644 index 000000000..48560284c --- /dev/null +++ b/templates/da/norestart.tmpl @@ -0,0 +1,4 @@ +

Skift indstillinger

+ +

Serveren blev ikke genstartet fordi der ikke blev foretaget nogen ændringer +i konfigurationen...

diff --git a/templates/da/option-boolean.tmpl b/templates/da/option-boolean.tmpl new file mode 100644 index 000000000..ce9b6afe8 --- /dev/null +++ b/templates/da/option-boolean.tmpl @@ -0,0 +1,6 @@ + +{keytext}: + +{[choices]} + + diff --git a/templates/da/option-conflict.tmpl b/templates/da/option-conflict.tmpl new file mode 100644 index 000000000..19ba198fe --- /dev/null +++ b/templates/da/option-conflict.tmpl @@ -0,0 +1,7 @@ +

Fejl: Følgende tilvalg er i konflikt:

+ + + +

Ændr venligst en eller flere af tilvalgene for at løse konflikterne.

diff --git a/templates/da/option-header.tmpl b/templates/da/option-header.tmpl new file mode 100644 index 000000000..464726a50 --- /dev/null +++ b/templates/da/option-header.tmpl @@ -0,0 +1,5 @@ +
+ +

{group}

+ + diff --git a/templates/da/option-pickmany.tmpl b/templates/da/option-pickmany.tmpl new file mode 100644 index 000000000..0da75e5d2 --- /dev/null +++ b/templates/da/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/da/option-pickone.tmpl b/templates/da/option-pickone.tmpl new file mode 100644 index 000000000..1059afced --- /dev/null +++ b/templates/da/option-pickone.tmpl @@ -0,0 +1,18 @@ + + +:} + diff --git a/templates/da/option-trailer.tmpl b/templates/da/option-trailer.tmpl new file mode 100644 index 000000000..e6f68c83a --- /dev/null +++ b/templates/da/option-trailer.tmpl @@ -0,0 +1,5 @@ +
{keytext}:
{keytext}: +{iscustom=1?{[params] + + +}
{paramtext}:{params=Units?:}
+
+ +

+ +
\ No newline at end of file diff --git a/templates/da/pager.tmpl b/templates/da/pager.tmpl new file mode 100644 index 000000000..1e7f78ab8 --- /dev/null +++ b/templates/da/pager.tmpl @@ -0,0 +1,7 @@ + + + + + +
{PREV?{PREV>0?
:}
: }
{NEXT?
: } + {LAST?
:}
diff --git a/templates/da/printer-accept.tmpl b/templates/da/printer-accept.tmpl new file mode 100644 index 000000000..9ffd83183 --- /dev/null +++ b/templates/da/printer-accept.tmpl @@ -0,0 +1,5 @@ +

Accepter jobs på {is_class?klassen:printeren} {printer_name}

+ +

{is_class?Klassen:Printeren} {printer_name} +accepterer nu jobs.

diff --git a/templates/da/printer-added.tmpl b/templates/da/printer-added.tmpl new file mode 100644 index 000000000..e06260c72 --- /dev/null +++ b/templates/da/printer-added.tmpl @@ -0,0 +1,4 @@ +

Tilføj printer

+ +

Printeren {printer_name} blev +tilføjet. diff --git a/templates/da/printer-cancel-jobs.tmpl b/templates/da/printer-cancel-jobs.tmpl new file mode 100644 index 000000000..accef1013 --- /dev/null +++ b/templates/da/printer-cancel-jobs.tmpl @@ -0,0 +1,5 @@ +

Annuller jobs på {is_class?klassen:printeren} {printer_name}

+ +

Alle jobs på {is_class?klassen:printeren} {printer_name} +blev annulleret.

diff --git a/templates/da/printer-configured.tmpl b/templates/da/printer-configured.tmpl new file mode 100644 index 000000000..f538acc8c --- /dev/null +++ b/templates/da/printer-configured.tmpl @@ -0,0 +1,4 @@ +

Indstil standardtilvalg for {printer_name}

+ +

{OP=set-class-options?Klasse :Printer }{printer_name} +standardtilvalg blev indstillet. diff --git a/templates/da/printer-confirm.tmpl b/templates/da/printer-confirm.tmpl new file mode 100644 index 000000000..9e0a29358 --- /dev/null +++ b/templates/da/printer-confirm.tmpl @@ -0,0 +1,6 @@ +

Slet printeren {printer_name}

+ +

Advarsel: Er du sikker på, at du vil slette printeren +{printer_name}?

+ +

diff --git a/templates/da/printer-default.tmpl b/templates/da/printer-default.tmpl new file mode 100644 index 000000000..313947415 --- /dev/null +++ b/templates/da/printer-default.tmpl @@ -0,0 +1,9 @@ +

Indstil {is_class?klassen:printeren} {printer_name} som standard

+ +

{is_class?Klassen:Printeren} {printer_name} +blev gjort til standardprinteren på serveren.

+ +
Bemærk: Brugerstandarder som blev indstillet via +lpoptions-kommandoen tilsidesætter +standardindstillingen.
diff --git a/templates/da/printer-deleted.tmpl b/templates/da/printer-deleted.tmpl new file mode 100644 index 000000000..85c9063c3 --- /dev/null +++ b/templates/da/printer-deleted.tmpl @@ -0,0 +1,3 @@ +

Slet printeren {printer_name}

+ +

Printeren {printer_name} blev slettet. diff --git a/templates/da/printer-jobs-header.tmpl b/templates/da/printer-jobs-header.tmpl new file mode 100644 index 000000000..61e5151d2 --- /dev/null +++ b/templates/da/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

Jobs

diff --git a/templates/da/printer-modified.tmpl b/templates/da/printer-modified.tmpl new file mode 100644 index 000000000..f926cd4c4 --- /dev/null +++ b/templates/da/printer-modified.tmpl @@ -0,0 +1,4 @@ +

Rediger printeren {printer_name}

+ +

Printeren {printer_name} blev +ændret. diff --git a/templates/da/printer-reject.tmpl b/templates/da/printer-reject.tmpl new file mode 100644 index 000000000..fd67203e8 --- /dev/null +++ b/templates/da/printer-reject.tmpl @@ -0,0 +1,5 @@ +

Afvis jobs på {is_class?klassen:printeren} {printer_name}

+ +

{is_class?Klassen:Printeren} {printer_name} +accepterer ikke længere jobs.

diff --git a/templates/da/printer-start.tmpl b/templates/da/printer-start.tmpl new file mode 100644 index 000000000..d0759b9e8 --- /dev/null +++ b/templates/da/printer-start.tmpl @@ -0,0 +1,5 @@ +

Genoptag {is_class?klassen:printeren} {printer_name}

+ +

{is_class?Klassen:Printeren} {printer_name} +blev genoptaget.

diff --git a/templates/da/printer-stop.tmpl b/templates/da/printer-stop.tmpl new file mode 100644 index 000000000..1aff072d2 --- /dev/null +++ b/templates/da/printer-stop.tmpl @@ -0,0 +1,5 @@ +

Sæt {is_class?klassen:printeren} {printer_name} på pause

+ +

{is_class?Klassen:Printeren} {printer_name} +blev sat på pause.

diff --git a/templates/da/printer.tmpl b/templates/da/printer.tmpl new file mode 100644 index 000000000..7f95ef98d --- /dev/null +++ b/templates/da/printer.tmpl @@ -0,0 +1,43 @@ +

{printer_name} +({printer_state=3?Inaktiv:{printer_state=4?Behandler:Sat på pause}}, +{printer_is_accepting_jobs=0?Afviser jobs:Accepterer jobs}, +{server_is_sharing_printers=0?Ikke:{printer_is_shared=0?Ikke:}} Delt{default_name={printer_name}?, Server Default:})

+ +
+ + + +
+ +
+ + + + +
+ + + + + + +
Beskrivelse:{printer_info}
Placering:{printer_location}
Driver:{printer_make_and_model} ({color_supported=1?farve:gråtone}{sides_supported=one-sided?:, tosidet udskrivning})
+
Forbindelse:{device_uri}
Standarder:job-sheets={job_sheets_default} +media={media_default?{media_default}:ukendt} +{sides_default?sides={sides_default}:}
diff --git a/templates/da/printers-header.tmpl b/templates/da/printers-header.tmpl new file mode 100644 index 000000000..2dd1dd784 --- /dev/null +++ b/templates/da/printers-header.tmpl @@ -0,0 +1 @@ +

{total=0?Ingen printere:Viser {#printer_name} af {total} printer{total=1?:e}}.

diff --git a/templates/da/printers.tmpl b/templates/da/printers.tmpl new file mode 100644 index 000000000..b4f808583 --- /dev/null +++ b/templates/da/printers.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
KønavnBeskrivelsePlaceringProducent og modelStatus
{printer_name}{printer_info}{printer_location}{printer_make_and_model}{printer_state=3?Inaktiv:{printer_state=4?Behandler:Sat på pause}}{printer_state_message? - "{printer_state_message}":}
} diff --git a/templates/da/restart.tmpl b/templates/da/restart.tmpl new file mode 100644 index 000000000..51872c1c1 --- /dev/null +++ b/templates/da/restart.tmpl @@ -0,0 +1,4 @@ +

Skift indstillinger

+ +

Vent venligst, mens serveren genstartes...

diff --git a/templates/da/samba-export.tmpl b/templates/da/samba-export.tmpl new file mode 100644 index 000000000..ad7890830 --- /dev/null +++ b/templates/da/samba-export.tmpl @@ -0,0 +1,55 @@ + + +
+ + + +

Eksportér printere til Samba

+ +{error?

Kan ikke eksportere printere til Samba\:

+
{error}
+

Se error_log-filen for mere information.

: +

Siden giver dig mulighed for at eksportere printere til Samba så +Windows-klienter kan få adgang til dem gennem Andre +computere- eller Netværkssteder-ikonerne på deres +skrivebord. Du skal først have installere Windows PostScript-printerdriverne +som beskrevet i man-siden til cupsaddsmb(8).

} + + + + + + + + + + + + + + + + + + +
Printere: +
+ +
Samba-brugernavn: (kræves)
Samba-adgangskode: (kræves)
+ +
diff --git a/templates/da/samba-exported.tmpl b/templates/da/samba-exported.tmpl new file mode 100644 index 000000000..6779bde2a --- /dev/null +++ b/templates/da/samba-exported.tmpl @@ -0,0 +1 @@ +

Printere eksporteret til samba.

diff --git a/templates/da/search.tmpl b/templates/da/search.tmpl new file mode 100644 index 000000000..d740531d4 --- /dev/null +++ b/templates/da/search.tmpl @@ -0,0 +1,10 @@ +
+{WHICH_JOBS?:} +{ORDER?:} + +

Søg i +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?klasser:{SECTION=jobs?jobs:printere}}}: +

+ +
diff --git a/templates/da/set-printer-options-header.tmpl b/templates/da/set-printer-options-header.tmpl new file mode 100644 index 000000000..aa96861a1 --- /dev/null +++ b/templates/da/set-printer-options-header.tmpl @@ -0,0 +1,24 @@ +

Indstil standardtilvalg for {printer_name}

+ +
+ + + +{HAVE_AUTOCONFIGURE?:} + + + +

{[group_id] +{group}     }

+ +
diff --git a/templates/da/set-printer-options-trailer.tmpl b/templates/da/set-printer-options-trailer.tmpl new file mode 100644 index 000000000..b92988a7f --- /dev/null +++ b/templates/da/set-printer-options-trailer.tmpl @@ -0,0 +1,14 @@ +
+ + +
diff --git a/templates/da/test-page.tmpl b/templates/da/test-page.tmpl new file mode 100644 index 000000000..85826f1fc --- /dev/null +++ b/templates/da/test-page.tmpl @@ -0,0 +1,4 @@ +

Udskriv testside på {printer_name}

+ +

Testside sendt - job-ID'et er +{printer_name}-{job_id}.

diff --git a/templates/da/trailer.tmpl b/templates/da/trailer.tmpl new file mode 100644 index 000000000..7834e8b56 --- /dev/null +++ b/templates/da/trailer.tmpl @@ -0,0 +1,5 @@ +
+ + + + diff --git a/templates/da/users.tmpl b/templates/da/users.tmpl new file mode 100644 index 000000000..255490f78 --- /dev/null +++ b/templates/da/users.tmpl @@ -0,0 +1,27 @@ +
+ + + +{IS_CLASS?:} + +

Tilladte brugere for {printer_name}

+ + + + + + + + + + +
Brugere: + +
+ + +
+ +
+ +
-- cgit v1.2.1