summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-08-03 17:22:42 +0200
committerMatthias Clasen <mclasen@redhat.com>2013-08-03 17:26:27 +0200
commitbd9ad3c9c2f59d4a34681dfbef6604c442bce965 (patch)
treef05fc4f18ff06de15055aa08fef17643a178d116
parent3a0b65c5b9ebb872226cb1792ab4ff06da83585a (diff)
downloadgtk+-bd9ad3c9c2f59d4a34681dfbef6604c442bce965.tar.gz
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.
-rw-r--r--gtk/Makefile.am2
-rw-r--r--gtk/gtkaboutdialog.ui.h3
-rw-r--r--gtk/gtkappchooserdialog.ui.h4
-rw-r--r--gtk/gtkappchooserwidget.ui.h0
-rw-r--r--gtk/gtkassistant.ui.h6
-rw-r--r--gtk/gtkcolorchooserdialog.ui.h3
-rw-r--r--gtk/gtkcoloreditor.ui.h9
-rw-r--r--gtk/gtkdialog.ui.h0
-rw-r--r--gtk/gtkfilechooserbutton.ui.h1
-rw-r--r--gtk/gtkfilechooserdefault.ui.h9
-rw-r--r--gtk/gtkfilechooserdialog.ui.h0
-rw-r--r--gtk/gtkfontbutton.ui.h1
-rw-r--r--gtk/gtkfontchooserdialog.ui.h3
-rw-r--r--gtk/gtkfontchooserwidget.ui.h3
-rw-r--r--gtk/gtkinfobar.ui.h0
-rw-r--r--gtk/gtklockbutton.ui.h2
-rw-r--r--gtk/gtkmessagedialog.ui.h1
-rw-r--r--gtk/gtkpagesetupunixdialog.ui.h9
-rw-r--r--gtk/gtkpathbar.ui.h2
-rw-r--r--gtk/gtkprintunixdialog.ui.h90
-rw-r--r--gtk/gtkrecentchooserdefault.ui.h1
-rw-r--r--gtk/gtkscalebutton.ui.h0
-rw-r--r--gtk/gtksearchbar.ui.h0
-rw-r--r--gtk/gtkstatusbar.ui.h0
-rw-r--r--gtk/gtkvolumebutton.ui.h10
25 files changed, 157 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index b267d1d5fe..134cbdd834 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 0000000000..55b41d55fb
--- /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 0000000000..532c5baa8a
--- /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 0000000000..e69de29bb2
--- /dev/null
+++ b/gtk/gtkappchooserwidget.ui.h
diff --git a/gtk/gtkassistant.ui.h b/gtk/gtkassistant.ui.h
new file mode 100644
index 0000000000..2f083fce16
--- /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 0000000000..af0ef0045a
--- /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 0000000000..c882ffb1e2
--- /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 0000000000..e69de29bb2
--- /dev/null
+++ b/gtk/gtkdialog.ui.h
diff --git a/gtk/gtkfilechooserbutton.ui.h b/gtk/gtkfilechooserbutton.ui.h
new file mode 100644
index 0000000000..43dcd8bdb0
--- /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 0000000000..0cd2c5b5ba
--- /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 0000000000..e69de29bb2
--- /dev/null
+++ b/gtk/gtkfilechooserdialog.ui.h
diff --git a/gtk/gtkfontbutton.ui.h b/gtk/gtkfontbutton.ui.h
new file mode 100644
index 0000000000..e60a3d402a
--- /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 0000000000..dc7de1e2fd
--- /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 0000000000..4e858db40b
--- /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 0000000000..e69de29bb2
--- /dev/null
+++ b/gtk/gtkinfobar.ui.h
diff --git a/gtk/gtklockbutton.ui.h b/gtk/gtklockbutton.ui.h
new file mode 100644
index 0000000000..4746c79a48
--- /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 0000000000..e0fb9da749
--- /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 0000000000..ab92261eac
--- /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 0000000000..4adefacc05
--- /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 0000000000..955662f38c
--- /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 0000000000..9fdfda393e
--- /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 0000000000..e69de29bb2
--- /dev/null
+++ b/gtk/gtkscalebutton.ui.h
diff --git a/gtk/gtksearchbar.ui.h b/gtk/gtksearchbar.ui.h
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gtk/gtksearchbar.ui.h
diff --git a/gtk/gtkstatusbar.ui.h b/gtk/gtkstatusbar.ui.h
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gtk/gtkstatusbar.ui.h
diff --git a/gtk/gtkvolumebutton.ui.h b/gtk/gtkvolumebutton.ui.h
new file mode 100644
index 0000000000..f83f86ba13
--- /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");