On Thu, Oct 09, 2008 at 09:30:06AM +0200, Martin Pitt wrote: > Yves-Alexis Perez [2008-10-09 7:38 +0200]: > > Ok, attached is a diff. It only enables the button, it doesn't translate > > it. > > Awesome, thank you! Just for the record, the "Subscriptions" section > is still missing as well. Was that deliberate, or just forgotten? I > guess while we are at it, it would be nice to complete that as well.
Diff attached. A lot of other translations are missing, though. I guess upstream really need help on his l10n :/ Cheers, -- Yves-Alexis
--- /usr/share/cups/templates/fr/admin.tmpl 2008-09-02 09:22:52.000000000 +0200 +++ admin.tmpl 2008-10-09 09:50:29.000000000 +0200 @@ -83,3 +83,16 @@ </TD></TR> </TABLE> + +<H2 CLASS="title">Abonnements</H2> + +<P> +<A HREF="/admin/?op=add-rss-subscription"><IMG SRC="/images/button-add-rss-subscription.gif" ALT="S'abonner au RSS" CLASS="button"></A> +</P> + +{notify_subscription_id?<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" SUMMARY="Abonnements RSS"> +<THEAD><TR CLASS="data"><TH>ID</TH><TH>Nom</TH><TH>Événements</TH><TH>File</TH></TR></THEAD> +<TBODY>{[notify_subscription_id] +<TR><TD><A HREF="{notify_recipient_uri}">{notify_subscription_id}</A></TD><TD NOWRAP><A HREF="{notify_recipient_uri}">{notify_recipient_name}</A> <A HREF="/admin/?op=cancel-subscription&notify_subscription_id={notify_subscription_id}"><IMG SRC="/images/button-cancel-subscription.gif" CLASS="button" ALT="Cancel RSS Subscription"></A> </TD><TD>{notify_events}</TD><TD NOWRAP> {notify_printer_name?{notify_printer_name}:All Queues}</TD></TR>} +</TBODY> +</TABLE>:}