From 11d9e5c95c0a4ce9c5a44c61fb2570cec1ee9436 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Wed, 11 Dec 2013 17:48:17 +0100 Subject: [PATCH] printing: Add missing strings back for translation There are string in gtkprintunixdialog.ui marked for translation which are not in gtkprintunixdialog.ui.h. https://bugzilla.gnome.org/show_bug.cgi?id=708907 --- gtk/gtkprintunixdialog.ui.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/gtkprintunixdialog.ui.h b/gtk/gtkprintunixdialog.ui.h index 955662f38c..a70fba7d4e 100644 --- a/gtk/gtkprintunixdialog.ui.h +++ b/gtk/gtkprintunixdialog.ui.h @@ -30,6 +30,9 @@ N_("T_wo-sided:"); N_("Pages per _side:"); N_("Page or_dering:"); N_("_Only print:"); +N_("All sheets"); +N_("Even sheets"); +N_("Odd sheets"); N_("Sc_ale:"); N_("Paper"); N_("Paper _type:"); @@ -37,6 +40,10 @@ N_("Paper _source:"); N_("Output t_ray:"); N_("_Paper size:"); N_("Or_ientation:"); +N_("Portrait"); +N_("Landscape"); +N_("Reverse portrait"); +N_("Reverse landscape"); N_("Page Setup"); N_("Job Details"); N_("Pri_ority:");