mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
inspector: Add .ui.h files to git
Tools like damn-lies rely on being able to generate .pot files from pristine checkouts, so everything that goes into the .pot file has to be in git. This is not ideal, but we already do the same for other .ui.h files in GTK+.
This commit is contained in:
parent
29826d5489
commit
e742c0447e
5
gtk/inspector/actions.ui.h
Normal file
5
gtk/inspector/actions.ui.h
Normal file
@ -0,0 +1,5 @@
|
||||
N_("Prefix");
|
||||
N_("Name");
|
||||
N_("Enabled");
|
||||
N_("Parameter Type");
|
||||
N_("State");
|
1
gtk/inspector/button-path.ui.h
Normal file
1
gtk/inspector/button-path.ui.h
Normal file
@ -0,0 +1 @@
|
||||
N_("Choose a widget through the inspector");
|
3
gtk/inspector/classes-list.ui.h
Normal file
3
gtk/inspector/classes-list.ui.h
Normal file
@ -0,0 +1,3 @@
|
||||
N_("Add a class");
|
||||
N_("Restore defaults for this widget");
|
||||
N_("Name");
|
2
gtk/inspector/css-editor.ui.h
Normal file
2
gtk/inspector/css-editor.ui.h
Normal file
@ -0,0 +1,2 @@
|
||||
N_("Disable this custom CSS");
|
||||
N_("Save the current CSS");
|
1
gtk/inspector/data-list.ui.h
Normal file
1
gtk/inspector/data-list.ui.h
Normal file
@ -0,0 +1 @@
|
||||
N_("Show data");
|
3
gtk/inspector/general.ui.h
Normal file
3
gtk/inspector/general.ui.h
Normal file
@ -0,0 +1,3 @@
|
||||
N_("GTK+ Version");
|
||||
N_("GDK Backend");
|
||||
N_("Prefix");
|
4
gtk/inspector/menu.ui.h
Normal file
4
gtk/inspector/menu.ui.h
Normal file
@ -0,0 +1,4 @@
|
||||
N_("Label");
|
||||
N_("Action");
|
||||
N_("Target");
|
||||
N_("Icon");
|
6
gtk/inspector/misc-info.ui.h
Normal file
6
gtk/inspector/misc-info.ui.h
Normal file
@ -0,0 +1,6 @@
|
||||
N_("State");
|
||||
N_("Buildable ID");
|
||||
N_("Default Widget");
|
||||
N_("Properties");
|
||||
N_("Focus Widget");
|
||||
N_("Properties");
|
1
gtk/inspector/object-hierarchy.ui.h
Normal file
1
gtk/inspector/object-hierarchy.ui.h
Normal file
@ -0,0 +1 @@
|
||||
N_("Object Hierarchy");
|
4
gtk/inspector/prop-list.ui.h
Normal file
4
gtk/inspector/prop-list.ui.h
Normal file
@ -0,0 +1,4 @@
|
||||
N_("Property");
|
||||
N_("Value");
|
||||
N_("Attribute");
|
||||
N_("Defined At");
|
4
gtk/inspector/resource-list.ui.h
Normal file
4
gtk/inspector/resource-list.ui.h
Normal file
@ -0,0 +1,4 @@
|
||||
N_("Path");
|
||||
N_("Type:");
|
||||
N_("Count:");
|
||||
N_("Size:");
|
6
gtk/inspector/signals-list.ui.h
Normal file
6
gtk/inspector/signals-list.ui.h
Normal file
@ -0,0 +1,6 @@
|
||||
N_("Trace signal emissions on this object");
|
||||
N_("Clear log");
|
||||
N_("Name");
|
||||
N_("Connected");
|
||||
N_("Count");
|
||||
N_("Defined At");
|
3
gtk/inspector/style-prop-list.ui.h
Normal file
3
gtk/inspector/style-prop-list.ui.h
Normal file
@ -0,0 +1,3 @@
|
||||
N_("Property");
|
||||
N_("Value");
|
||||
N_("Location");
|
13
gtk/inspector/visual.ui.h
Normal file
13
gtk/inspector/visual.ui.h
Normal file
@ -0,0 +1,13 @@
|
||||
N_("GTK+ Theme");
|
||||
N_("Dark variant");
|
||||
N_("Icon Theme");
|
||||
N_("Font");
|
||||
N_("Text Direction");
|
||||
N_("Left-to-Right");
|
||||
N_("Right-to-Left");
|
||||
N_("Window scaling");
|
||||
N_("Animations");
|
||||
N_("Show Graphic Updates");
|
||||
N_("Show Baselines");
|
||||
N_("Show Pixel Cache");
|
||||
N_("Simulate touchscreen");
|
4
gtk/inspector/widget-tree.ui.h
Normal file
4
gtk/inspector/widget-tree.ui.h
Normal file
@ -0,0 +1,4 @@
|
||||
N_("Object");
|
||||
N_("Name");
|
||||
N_("Label");
|
||||
N_("Address");
|
20
gtk/inspector/window.ui.h
Normal file
20
gtk/inspector/window.ui.h
Normal file
@ -0,0 +1,20 @@
|
||||
N_("Send Widget to Shell");
|
||||
N_("Select an Object");
|
||||
N_("Miscellaneous");
|
||||
N_("Properties");
|
||||
N_("Signals");
|
||||
N_("Hierarchy");
|
||||
N_("Child Properties");
|
||||
N_("CSS Classes");
|
||||
N_("Style Properties");
|
||||
N_("Custom CSS");
|
||||
N_("Size Groups");
|
||||
N_("Data");
|
||||
N_("Actions");
|
||||
N_("Menu");
|
||||
N_("Gestures");
|
||||
N_("Objects");
|
||||
N_("Resources");
|
||||
N_("Custom CSS");
|
||||
N_("Visual");
|
||||
N_("General");
|
Loading…
Reference in New Issue
Block a user