[gtk+] Add .ui.h files to git



commit bd9ad3c9c2f59d4a34681dfbef6604c442bce965
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Aug 3 17:22:42 2013 +0200

    Add .ui.h files to git
    
    These files are generated, so adding them to git is somewhat
    icky, but it helps translators who currently can't use intltool-update
    on a fresh git checkout.

 gtk/Makefile.am                  |    2 -
 gtk/gtkaboutdialog.ui.h          |    3 +
 gtk/gtkappchooserdialog.ui.h     |    4 ++
 gtk/gtkassistant.ui.h            |    6 +++
 gtk/gtkcolorchooserdialog.ui.h   |    3 +
 gtk/gtkcoloreditor.ui.h          |    9 ++++
 gtk/gtkfilechooserbutton.ui.h    |    1 +
 gtk/gtkfilechooserdefault.ui.h   |    9 ++++
 gtk/gtkfontbutton.ui.h           |    1 +
 gtk/gtkfontchooserdialog.ui.h    |    3 +
 gtk/gtkfontchooserwidget.ui.h    |    3 +
 gtk/gtklockbutton.ui.h           |    2 +
 gtk/gtkmessagedialog.ui.h        |    1 +
 gtk/gtkpagesetupunixdialog.ui.h  |    9 ++++
 gtk/gtkpathbar.ui.h              |    2 +
 gtk/gtkprintunixdialog.ui.h      |   90 ++++++++++++++++++++++++++++++++++++++
 gtk/gtkrecentchooserdefault.ui.h |    1 +
 gtk/gtkvolumebutton.ui.h         |   10 ++++
 18 files changed, 157 insertions(+), 2 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index b267d1d..134cbdd 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1138,8 +1138,6 @@ COMPOSITE_TEMPLATES =                     \
 
 template_headers = $(COMPOSITE_TEMPLATES:.ui=.ui.h)
 
-MAINTAINERCLEANFILES += $(template_headers)
-
 %.ui.h: %.ui extract-strings$(BUILD_EXEEXT)
        $(AM_V_GEN) ./extract-strings$(BUILD_EXEEXT) $< > $@
 
diff --git a/gtk/gtkaboutdialog.ui.h b/gtk/gtkaboutdialog.ui.h
new file mode 100644
index 0000000..55b41d5
--- /dev/null
+++ b/gtk/gtkaboutdialog.ui.h
@@ -0,0 +1,3 @@
+N_("C_redits");
+N_("_License");
+N_("_Close");
diff --git a/gtk/gtkappchooserdialog.ui.h b/gtk/gtkappchooserdialog.ui.h
new file mode 100644
index 0000000..532c5ba
--- /dev/null
+++ b/gtk/gtkappchooserdialog.ui.h
@@ -0,0 +1,4 @@
+N_("_Cancel");
+N_("_Select");
+N_("label");
+N_("Show Other Applications");
diff --git a/gtk/gtkappchooserwidget.ui.h b/gtk/gtkappchooserwidget.ui.h
new file mode 100644
index 0000000..e69de29
diff --git a/gtk/gtkassistant.ui.h b/gtk/gtkassistant.ui.h
new file mode 100644
index 0000000..2f083fc
--- /dev/null
+++ b/gtk/gtkassistant.ui.h
@@ -0,0 +1,6 @@
+N_("_Apply");
+N_("C_ontinue");
+N_("Go _Back");
+N_("_Finish");
+N_("_Cancel");
+N_("_Close");
diff --git a/gtk/gtkcolorchooserdialog.ui.h b/gtk/gtkcolorchooserdialog.ui.h
new file mode 100644
index 0000000..af0ef00
--- /dev/null
+++ b/gtk/gtkcolorchooserdialog.ui.h
@@ -0,0 +1,3 @@
+N_("Select a Color");
+N_("_Cancel");
+N_("_Select");
diff --git a/gtk/gtkcoloreditor.ui.h b/gtk/gtkcoloreditor.ui.h
new file mode 100644
index 0000000..c882ffb
--- /dev/null
+++ b/gtk/gtkcoloreditor.ui.h
@@ -0,0 +1,9 @@
+N_("Color Name");
+C_("Color channel", "A");
+N_("Alpha");
+C_("Color channel", "H");
+N_("Hue");
+C_("Color Channel", "S");
+C_("Color Channel", "V");
+N_("Saturation");
+N_("Value");
diff --git a/gtk/gtkdialog.ui.h b/gtk/gtkdialog.ui.h
new file mode 100644
index 0000000..e69de29
diff --git a/gtk/gtkfilechooserbutton.ui.h b/gtk/gtkfilechooserbutton.ui.h
new file mode 100644
index 0000000..43dcd8b
--- /dev/null
+++ b/gtk/gtkfilechooserbutton.ui.h
@@ -0,0 +1 @@
+N_("(None)");
diff --git a/gtk/gtkfilechooserdefault.ui.h b/gtk/gtkfilechooserdefault.ui.h
new file mode 100644
index 0000000..0cd2c5b
--- /dev/null
+++ b/gtk/gtkfilechooserdefault.ui.h
@@ -0,0 +1,9 @@
+N_("_Location:");
+N_("Type a file name");
+N_("Type a file name");
+N_("Create Fo_lder");
+N_("Files");
+N_("Name");
+N_("Size");
+N_("Modified");
+N_("Select which types of files are shown");
diff --git a/gtk/gtkfilechooserdialog.ui.h b/gtk/gtkfilechooserdialog.ui.h
new file mode 100644
index 0000000..e69de29
diff --git a/gtk/gtkfontbutton.ui.h b/gtk/gtkfontbutton.ui.h
new file mode 100644
index 0000000..e60a3d4
--- /dev/null
+++ b/gtk/gtkfontbutton.ui.h
@@ -0,0 +1 @@
+N_("Font");
diff --git a/gtk/gtkfontchooserdialog.ui.h b/gtk/gtkfontchooserdialog.ui.h
new file mode 100644
index 0000000..dc7de1e
--- /dev/null
+++ b/gtk/gtkfontchooserdialog.ui.h
@@ -0,0 +1,3 @@
+N_("Font Selection");
+N_("_Cancel");
+N_("_Select");
diff --git a/gtk/gtkfontchooserwidget.ui.h b/gtk/gtkfontchooserwidget.ui.h
new file mode 100644
index 0000000..4e858db
--- /dev/null
+++ b/gtk/gtkfontchooserwidget.ui.h
@@ -0,0 +1,3 @@
+N_("Search font name");
+N_("Font Family");
+N_("No fonts matched your search. You can revise your search and try again.");
diff --git a/gtk/gtkinfobar.ui.h b/gtk/gtkinfobar.ui.h
new file mode 100644
index 0000000..e69de29
diff --git a/gtk/gtklockbutton.ui.h b/gtk/gtklockbutton.ui.h
new file mode 100644
index 0000000..4746c79
--- /dev/null
+++ b/gtk/gtklockbutton.ui.h
@@ -0,0 +1,2 @@
+N_("Lock");
+N_("Unlock");
diff --git a/gtk/gtkmessagedialog.ui.h b/gtk/gtkmessagedialog.ui.h
new file mode 100644
index 0000000..e0fb9da
--- /dev/null
+++ b/gtk/gtkmessagedialog.ui.h
@@ -0,0 +1 @@
+N_(" ");
diff --git a/gtk/gtkpagesetupunixdialog.ui.h b/gtk/gtkpagesetupunixdialog.ui.h
new file mode 100644
index 0000000..ab92261
--- /dev/null
+++ b/gtk/gtkpagesetupunixdialog.ui.h
@@ -0,0 +1,9 @@
+N_("_Cancel");
+N_("_Apply");
+N_("_Format for:");
+N_("_Paper size:");
+N_("_Orientation:");
+N_("Portrait");
+N_("Reverse portrait");
+N_("Landscape");
+N_("Reverse landscape");
diff --git a/gtk/gtkpathbar.ui.h b/gtk/gtkpathbar.ui.h
new file mode 100644
index 0000000..4adefac
--- /dev/null
+++ b/gtk/gtkpathbar.ui.h
@@ -0,0 +1,2 @@
+N_("Down Path");
+N_("Up Path");
diff --git a/gtk/gtkprintunixdialog.ui.h b/gtk/gtkprintunixdialog.ui.h
new file mode 100644
index 0000000..955662f
--- /dev/null
+++ b/gtk/gtkprintunixdialog.ui.h
@@ -0,0 +1,90 @@
+N_("Pre_view");
+N_("_Cancel");
+N_("_Print");
+N_("Printer");
+
+/* this is the header for the location column in the print dialog */
+N_("Location");
+
+/* this is the header for the printer status column in the print dialog */
+N_("Status");
+N_("Range");
+N_("_All Pages");
+N_("C_urrent Page");
+N_("Se_lection");
+N_("Pag_es:");
+N_("Specify one or more page ranges,\n"
+   " e.g. 1-3,7,11");
+N_("Specify one or more page ranges,\n"
+   " e.g. 1-3,7,11");
+N_("Pages");
+N_("Specify one or more page ranges,\n"
+   " e.g. 1-3,7,11");
+N_("Copies");
+N_("Copie_s:");
+N_("C_ollate");
+N_("_Reverse");
+N_("General");
+N_("Layout");
+N_("T_wo-sided:");
+N_("Pages per _side:");
+N_("Page or_dering:");
+N_("_Only print:");
+N_("Sc_ale:");
+N_("Paper");
+N_("Paper _type:");
+N_("Paper _source:");
+N_("Output t_ray:");
+N_("_Paper size:");
+N_("Or_ientation:");
+N_("Page Setup");
+N_("Job Details");
+N_("Pri_ority:");
+N_("_Billing info:");
+N_("Print Document");
+
+/* this is one of the choices for the print at option in the print dialog */
+N_("_Now");
+
+/* this is one of the choices for the print at option in the print dialog. It also serves as the label for 
an entry that allows the user to enter a time. */
+N_("A_t:");
+N_("Specify the time of print,\n"
+   " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm");
+
+/* Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for 
your locale if they are not supported. */
+N_("Specify the time of print,\n"
+   " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm");
+N_("Specify the time of print,\n"
+   " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm");
+
+/* Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for 
your locale if they are not supported. */
+N_("Specify the time of print,\n"
+   " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm");
+N_("Time of print");
+N_("Specify the time of print,\n"
+   " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm");
+
+/* this is one of the choices for the print at option in the print dialog. It means that the print job will 
not be printed until it explicitly gets 'released'. */
+N_("On _hold");
+N_("Hold the job until it is explicitly released");
+N_("Hold the job until it is explicitly released");
+N_("Add Cover Page");
+
+/* this is the label used for the option in the print dialog that controls the front cover page. */
+N_("Be_fore:");
+
+/* this is the label used for the option in the print dialog that controls the back cover page. */
+N_("_After:");
+N_("Job");
+
+/* This will appear as a tab label in the print dialog. */
+N_("Image Quality");
+
+/* This will appear as a tab label in the print dialog. */
+N_("Color");
+
+/* This will appear as a tab label in the print dialog.
+It's a typographical term, as in "Binding and finishing" */
+N_("Finishing");
+N_("Advanced");
+N_("Some of the settings in the dialog conflict");
diff --git a/gtk/gtkrecentchooserdefault.ui.h b/gtk/gtkrecentchooserdefault.ui.h
new file mode 100644
index 0000000..9fdfda3
--- /dev/null
+++ b/gtk/gtkrecentchooserdefault.ui.h
@@ -0,0 +1 @@
+N_("Select which type of documents are shown");
diff --git a/gtk/gtkscalebutton.ui.h b/gtk/gtkscalebutton.ui.h
new file mode 100644
index 0000000..e69de29
diff --git a/gtk/gtksearchbar.ui.h b/gtk/gtksearchbar.ui.h
new file mode 100644
index 0000000..e69de29
diff --git a/gtk/gtkstatusbar.ui.h b/gtk/gtkstatusbar.ui.h
new file mode 100644
index 0000000..e69de29
diff --git a/gtk/gtkvolumebutton.ui.h b/gtk/gtkvolumebutton.ui.h
new file mode 100644
index 0000000..f83f86b
--- /dev/null
+++ b/gtk/gtkvolumebutton.ui.h
@@ -0,0 +1,10 @@
+N_("Volume");
+N_("Turns volume up or down");
+N_("+");
+N_("Volume Up");
+N_("Volume Up");
+N_("Increases the volume");
+N_("-");
+N_("Volume Down");
+N_("Volume Down");
+N_("Decreases the volume");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]