Merge branch 'wip/sophie-h/remove-properties-translation' into 'main'

l10n: Remove po/pot for dropped nicks/blurbs

See merge request GNOME/gtk!4718
This commit is contained in:
Matthias Clasen 2022-05-16 00:14:28 +00:00
commit bc241d62af
125 changed files with 8 additions and 1005225 deletions

View File

@ -9,11 +9,7 @@
#
# ./make-pot
#
# to generate po/gtk40.pot, and like this:
#
# ./make-pot properties
#
# to generate po-properties/gtk40-properties.pot.
# to generate po/gtk40.pot.
#
# Various things can be passed in by environment variables, which
# are heavily inspired by the variables used in po/Makefile.in.in:
@ -26,19 +22,17 @@
# .pot file (defaults to gtk40 or gtk40-properties)
# XGETTEXT_KEYWORDS - --keyword arguments to pass to xgettext
if test "$1" = "properties"; then
echo "'properties' is no longer supported" >&2
exit 1
fi
XGETTEXT="${XGETTEXT:-xgettext}"
top_srcdir="${top_srcdir:-.}"
if test "$1" = "properties"; then
srcdir="${srcdir:-$top_srcdir/po-properties}"
GETTEXT_PACKAGE="${GETTEXT_PACKAGE:-gtk40-properties}"
XGETTEXT_KEYWORDS="${XGETTEXT_KEYWORDS:- --keyword --keyword=P_ }"
else
srcdir="${srcdir:-$top_srcdir/po}"
GETTEXT_PACKAGE="${GETTEXT_PACKAGE:-gtk40}"
XGETTEXT_KEYWORDS="${XGETTEXT_KEYWORDS:- --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 }"
fi
srcdir="${srcdir:-$top_srcdir/po}"
GETTEXT_PACKAGE="${GETTEXT_PACKAGE:-gtk40}"
XGETTEXT_KEYWORDS="${XGETTEXT_KEYWORDS:- --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 }"
$XGETTEXT --default-domain="$GETTEXT_PACKAGE" \
--directory="$top_srcdir" \

View File

@ -896,7 +896,6 @@ if os_unix
endif
subdir('po')
subdir('po-properties')
subdir('docs/reference')

View File

@ -1,123 +0,0 @@
# TRANSLATORS: Please note that gtk has both po/ and po-properties/
# directories. If you add a new language in this file, please make
# sure that both po/ and po-properties/ have .po files that correspond
# to your language. If you only add one to po/, the build will break
# in po-properties/.
# Please keep this list sorted alphabetically.
#
af
am
an
ang
ar
as
ast
az
az_IR
be
be@latin
bg
bn
bn_IN
br
bs
ca
ca@valencia
crh
cs
cy
da
de
dz
el
en
en_CA
en_GB
en@shaw
eo
es
et
eu
fa
fi
fr
fur
ga
gd
gl
gu
he
hi
hr
hu
hy
ia
id
io
is
it
ja
ka
kg
kk
km
kn
ko
ku
ky
lg
li
lt
lv
mai
mi
mjw
mk
ml
mn
mr
ms
my
nb
nds
ne
nl
nn
nso
oc
or
pa
pl
ps
pt
pt_BR
ro
ru
rw
si
sk
sl
sq
sr
sr@ije
sr@latin
sv
ta
te
tg
th
tk
tr
tt
ug
uk
ur
uz
uz@cyrillic
vi
wa
xh
yi
zh_CN
zh_HK
zh_TW

View File

@ -1,78 +0,0 @@
# Makefile variables for PO directory in any package using GNU gettext.
# Usually the message domain is the same as the package name.
DOMAIN = gtk40-properties
# These two variables depend on the location of this directory.
subdir = po
top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword --keyword=P_ --add-comments
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
# package. (Note that the msgstr strings, extracted from the package's
# sources, belong to the copyright holder of the package.) Translators are
# expected to transfer the copyright for their translations to this person
# or entity, or to disclaim their copyright. The empty string stands for
# the public domain; in this case the translators are expected to disclaim
# their copyright.
COPYRIGHT_HOLDER = GTK+ Team and others. See AUTHORS
# This tells whether or not to prepend "GNU " prefix to the package
# name that gets inserted into the header of the $(DOMAIN).pot file.
# Possible values are "yes", "no", or empty. If it is empty, try to
# detect it automatically by scanning the files in $(top_srcdir) for
# "GNU packagename" string.
PACKAGE_GNU = no
# This is the email address or URL to which the translators shall report
# bugs in the untranslated strings:
# - Strings which are not entire sentences, see the maintainer guidelines
# in the GNU gettext documentation, section 'Preparing Strings'.
# - Strings which use unclear terms or require additional context to be
# understood.
# - Strings which make invalid assumptions about notation of date, time or
# money.
# - Pluralisation problems.
# - Incorrect English spelling.
# - Incorrect formatting.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
MSGID_BUGS_ADDRESS =
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
EXTRA_LOCALE_CATEGORIES =
# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
# context. Possible values are "yes" and "no". Set this to yes if the
# package uses functions taking also a message context, like pgettext(), or
# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
USE_MSGCTXT = no
# These options get passed to msgmerge.
# Useful options are in particular:
# --previous to keep previous msgids of translated messages,
# --quiet to reduce the verbosity.
MSGMERGE_OPTIONS =
# These options get passed to msginit.
# If you want to disable line wrapping when writing PO files, add
# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
# MSGINIT_OPTIONS.
MSGINIT_OPTIONS =
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
# has changed. Possible values are "yes" and "no". Set this to no if
# the POT file is checked in the repository and the version control
# program ignores timestamps.
PO_DEPENDS_ON_POT = no
# This tells whether or not to forcibly update $(DOMAIN).pot and
# regenerate PO files on "make dist". Possible values are "yes" and
# "no". Set this to no if the POT file and PO files are maintained
# externally.
DIST_DEPENDS_ON_UPDATE_PO = no

View File

@ -1,366 +0,0 @@
# Files from the Gtk distribution which have already been
# marked to allow runtime translation of messages
gdk/broadway/gdkbroadway-server.c
gdk/gdkapplaunchcontext.c
gdk/gdk.c
gdk/gdkclipboard.c
gdk/gdkcontentprovider.c
gdk/gdkcontentproviderimpl.c
gdk/gdkcursor.c
gdk/gdkdevice.c
gdk/gdkdisplay.c
gdk/gdkdisplaymanager.c
gdk/gdkdrag.c
gdk/gdkdrawcontext.c
gdk/gdkdrop.c
gdk/gdkevents.c
gdk/gdkglcontext.c
gdk/gdkpango.c
gdk/gdkpopup.c
gdk/gdkseat.c
gdk/gdksurface.c
gdk/gdktexture.c
gdk/gdktoplevel.c
gdk/keyname-table.h
gdk/loaders/gdkjpeg.c
gdk/loaders/gdkpng.c
gdk/loaders/gdktiff.c
gdk/macos/gdkmacosclipboard.c
gdk/macos/gdkmacosdrag.c
gdk/macos/gdkmacosglcontext.c
gdk/wayland/gdkclipboard-wayland.c
gdk/wayland/gdkdrag-wayland.c
gdk/wayland/gdkdrop-wayland.c
gdk/wayland/gdkglcontext-wayland.c
gdk/wayland/gdkprimary-wayland.c
gdk/win32/gdkclipdrop-win32.c
gdk/win32/gdkcursor-win32.c
gdk/win32/gdkdrop-win32.c
gdk/win32/gdkglcontext-win32.c
gdk/win32/gdkglcontext-win32-egl.c
gdk/win32/gdkglcontext-win32-wgl.c
gdk/win32/gdkhdataoutputstream-win32.c
gdk/win32/gdkmain-win32.c
gdk/x11/gdkapplaunchcontext-x11.c
gdk/x11/gdkclipboard-x11.c
gdk/x11/gdkdevicemanager-xi2.c
gdk/x11/gdkdevice-xi2.c
gdk/x11/gdkdrag-x11.c
gdk/x11/gdkdrop-x11.c
gdk/x11/gdkglcontext-egl.c
gdk/x11/gdkglcontext-glx.c
gdk/x11/gdkglcontext-x11.c
gdk/x11/gdkmain-x11.c
gdk/x11/gdkselectioninputstream-x11.c
gdk/x11/gdktextlistconverter-x11.c
gsk/gl/gskglrenderer.c
gsk/gskrendernodeimpl.c
gtk/a11y/gtkatspiaction.c
gtk/a11y/gtkatspiroot.c
gtk/css/gtkcssdataurl.c
gtk/gtkaboutdialog.c
gtk/gtkaccelgroup.c
gtk/gtkaccessible.c
gtk/gtkactionable.c
gtk/gtkactionbar.c
gtk/gtkactionmuxer.c
gtk/gtkadjustment.c
gtk/gtkappchooserbutton.c
gtk/gtkappchooser.c
gtk/gtkappchooserdialog.c
gtk/gtkappchooserwidget.c
gtk/gtkapplication.c
gtk/gtkapplication-dbus.c
gtk/gtkapplication-quartz.c
gtk/gtkapplicationwindow.c
gtk/gtkaspectframe.c
gtk/gtkassistant.c
gtk/gtkbookmarklist.c
gtk/gtkbookmarksmanager.c
gtk/gtkboolfilter.c
gtk/gtkbox.c
gtk/gtkboxlayout.c
gtk/gtkbuildable.c
gtk/gtkbuilder.c
gtk/gtkbuilderlistitemfactory.c
gtk/gtkbuilder-menus.c
gtk/gtkbuilderparser.c
gtk/gtkbutton.c
gtk/gtkcalendar.c
gtk/gtkcellareabox.c
gtk/gtkcellarea.c
gtk/gtkcellareacontext.c
gtk/gtkcelleditable.c
gtk/gtkcelllayout.c
gtk/gtkcellrendereraccel.c
gtk/gtkcellrenderer.c
gtk/gtkcellrenderercombo.c
gtk/gtkcellrendererpixbuf.c
gtk/gtkcellrendererprogress.c
gtk/gtkcellrendererspin.c
gtk/gtkcellrendererspinner.c
gtk/gtkcellrenderertext.c
gtk/gtkcellrenderertoggle.c
gtk/gtkcellview.c
gtk/gtkcenterbox.c
gtk/gtkcheckbutton.c
gtk/gtkcolorbutton.c
gtk/gtkcolorchooser.c
gtk/gtkcolorchooserdialog.c
gtk/gtkcolorchooserwidget.c
gtk/gtkcoloreditor.c
gtk/gtkcolorplane.c
gtk/gtkcolorscale.c
gtk/gtkcolorswatch.c
gtk/gtkcolumnview.c
gtk/gtkcolumnviewcell.c
gtk/gtkcolumnviewcolumn.c
gtk/gtkcolumnviewtitle.c
gtk/gtkcombobox.c
gtk/gtkconstraint.c
gtk/gtkcssnode.c
gtk/gtkcssprovider.c
gtk/gtkcssshorthandproperty.c
gtk/gtkcssstaticstyle.c
gtk/gtkcssstyleproperty.c
gtk/gtkcustompaperunixdialog.c
gtk/gtkdialog.c
gtk/gtkdirectorylist.c
gtk/gtkdragicon.c
gtk/gtkdragsource.c
gtk/gtkdrawingarea.c
gtk/gtkdropcontrollermotion.c
gtk/gtkdropdown.c
gtk/gtkdroptargetasync.c
gtk/gtkdroptarget.c
gtk/gtkeditable.c
gtk/gtkeditablelabel.c
gtk/gtkentrybuffer.c
gtk/gtkentry.c
gtk/gtkentrycompletion.c
gtk/gtkeventcontroller.c
gtk/gtkeventcontrollerfocus.c
gtk/gtkeventcontrollerkey.c
gtk/gtkeventcontrollerlegacy.c
gtk/gtkeventcontrollermotion.c
gtk/gtkeventcontrollerscroll.c
gtk/gtkexpander.c
gtk/gtkfilechooser.c
gtk/gtkfilechooserdialog.c
gtk/gtkfilechooserentry.c
gtk/gtkfilechoosererrorstack.c
gtk/gtkfilechoosernative.c
gtk/gtkfilechoosernativequartz.c
gtk/gtkfilechooserutils.c
gtk/gtkfilechooserwidget.c
gtk/gtkfilefilter.c
gtk/gtkfilesystemmodel.c
gtk/gtkfilter.c
gtk/gtkfilterlistmodel.c
gtk/gtkfixed.c
gtk/gtkfixedlayout.c
gtk/gtkflattenlistmodel.c
gtk/gtkflowbox.c
gtk/gtkfontbutton.c
gtk/gtkfontchooser.c
gtk/gtkfontchooserdialog.c
gtk/gtkfontchooserwidget.c
gtk/gtkframe.c
gtk/gtkgesture.c
gtk/gtkgestureclick.c
gtk/gtkgesturedrag.c
gtk/gtkgesturelongpress.c
gtk/gtkgesturepan.c
gtk/gtkgesturerotate.c
gtk/gtkgesturesingle.c
gtk/gtkgesturestylus.c
gtk/gtkgestureswipe.c
gtk/gtkgesturezoom.c
gtk/gtkglarea.c
gtk/gtkgrid.c
gtk/gtkgridlayout.c
gtk/gtkgridview.c
gtk/gtkheaderbar.c
gtk/gtkicontheme.c
gtk/gtkiconview.c
gtk/gtkimage.c
gtk/gtkimcontext.c
gtk/gtkimcontextsimple.c
gtk/gtkimmodule.c
gtk/gtkimmulticontext.c
gtk/gtkinfobar.c
gtk/gtklabel.c
gtk/gtklevelbar.c
gtk/gtklinkbutton.c
gtk/gtklistbase.c
gtk/gtklistbox.c
gtk/gtklistitem.c
gtk/gtklistitemwidget.c
gtk/gtkliststore.c
gtk/gtklistview.c
gtk/gtklockbutton.c
gtk/gtkmagnifier.c
gtk/gtkmain.c
gtk/gtkmaplistmodel.c
gtk/gtkmediacontrols.c
gtk/gtkmediafile.c
gtk/gtkmediastream.c
gtk/gtkmenubutton.c
gtk/gtkmenutrackeritem.c
gtk/gtkmessagedialog.c
gtk/gtkmodelbutton.c
gtk/gtkmodules.c
gtk/gtkmountoperation.c
gtk/gtkmountoperation-stub.c
gtk/gtkmountoperation-x11.c
gtk/gtkmultiselection.c
gtk/gtknativedialog.c
gtk/gtknomediafile.c
gtk/gtknoselection.c
gtk/gtknotebook.c
gtk/gtknumericsorter.c
gtk/gtkorientable.c
gtk/gtkoverlay.c
gtk/gtkoverlaylayout.c
gtk/gtkpadcontroller.c
gtk/gtkpagesetup.c
gtk/gtkpagesetupunixdialog.c
gtk/gtkpaned.c
gtk/gtkpanedhandle.c
gtk/gtkpapersize.c
gtk/gtkpasswordentry.c
gtk/gtkpathbar.c
gtk/gtkpicture.c
gtk/gtkplacessidebar.c
gtk/gtkplacesview.c
gtk/gtkplacesviewrow.c
gtk/gtkpopover.c
gtk/gtkpopovercontent.c
gtk/gtkpopovermenubar.c
gtk/gtkpopovermenu.c
gtk/gtkprintbackend.c
gtk/gtkprinter.c
gtk/gtkprinteroption.c
gtk/gtkprinteroptionset.c
gtk/gtkprinteroptionwidget.c
gtk/gtkprintjob.c
gtk/gtkprintoperation.c
gtk/gtkprintoperation-portal.c
gtk/gtkprintoperationpreview.c
gtk/gtkprintoperation-unix.c
gtk/gtkprintoperation-win32.c
gtk/gtkprintunixdialog.c
gtk/gtkprogressbar.c
gtk/gtkpropertylookuplistmodel.c
gtk/gtkrange.c
gtk/gtkrecentmanager.c
gtk/gtkrevealer.c
gtk/gtkroot.c
gtk/gtkscalebutton.c
gtk/gtkscale.c
gtk/gtkscrollable.c
gtk/gtkscrollbar.c
gtk/gtkscrolledwindow.c
gtk/gtksearchbar.c
gtk/gtksearchengine.c
gtk/gtksearchentry.c
gtk/gtkselectionfiltermodel.c
gtk/gtkseparator.c
gtk/gtksettings.c
gtk/gtkshortcutaction.c
gtk/gtkshortcut.c
gtk/gtkshortcutcontroller.c
gtk/gtkshortcutlabel.c
gtk/gtkshortcutsgroup.c
gtk/gtkshortcutssection.c
gtk/gtkshortcutsshortcut.c
gtk/gtkshortcutswindow.c
gtk/gtkshortcuttrigger.c
gtk/gtkshow.c
gtk/gtksidebarrow.c
gtk/gtksignallistitemfactory.c
gtk/gtksingleselection.c
gtk/gtksizegroup.c
gtk/gtkslicelistmodel.c
gtk/gtksorter.c
gtk/gtksortlistmodel.c
gtk/gtkspinbutton.c
gtk/gtkspinner.c
gtk/gtkstack.c
gtk/gtkstacksidebar.c
gtk/gtkstackswitcher.c
gtk/gtkstatusbar.c
gtk/gtkstringfilter.c
gtk/gtkstringsorter.c
gtk/gtkstylecontext.c
gtk/gtkstyleproperty.c
gtk/gtkstyleprovider.c
gtk/gtkswitch.c
gtk/gtktextbuffer.c
gtk/gtktext.c
gtk/gtktextchild.c
gtk/gtktexthandle.c
gtk/gtktextiter.c
gtk/gtktextlayout.c
gtk/gtktextmark.c
gtk/gtktexttag.c
gtk/gtktexttagtable.c
gtk/gtktextutil.c
gtk/gtktextview.c
gtk/gtktextviewchild.c
gtk/gtktogglebutton.c
gtk/gtktooltipwindow.c
gtk/gtktrashmonitor.c
gtk/gtktreednd.c
gtk/gtktreeexpander.c
gtk/gtktreelistmodel.c
gtk/gtktreelistrowsorter.c
gtk/gtktreemodel.c
gtk/gtktreemodelfilter.c
gtk/gtktreemodelsort.c
gtk/gtktreepopover.c
gtk/gtktreeselection.c
gtk/gtktreesortable.c
gtk/gtktreestore.c
gtk/gtktreeview.c
gtk/gtktreeviewcolumn.c
gtk/gtkvideo.c
gtk/gtkviewport.c
gtk/gtkvolumebutton.c
gtk/gtkwidget.c
gtk/gtkwidgetpaintable.c
gtk/gtkwindow.c
gtk/gtkwindowcontrols.c
gtk/gtkwindowhandle.c
gtk/inspector/action-editor.c
gtk/inspector/clipboard.c
gtk/inspector/controllers.c
gtk/inspector/css-editor.c
gtk/inspector/css-node-tree.c
gtk/inspector/general.c
gtk/inspector/menu.c
gtk/inspector/misc-info.c
gtk/inspector/prop-editor.c
gtk/inspector/recorder.c
gtk/inspector/size-groups.c
gtk/inspector/statistics.c
gtk/inspector/visual.c
gtk/inspector/window.c
gtk/open-type-layout.h
gtk/paper_names.c
gtk/paper_names_offsets.c
modules/media/gtkffmediafile.c
modules/media/gtkgstsink.c
modules/printbackends/gtkprintbackendcups.c
modules/printbackends/gtkprintbackendfile.c
modules/printbackends/gtkprintbackendlpr.c
modules/printbackends/gtkprintercups.c
tools/encodesymbolic.c
tools/gtk-builder-tool.c
tools/gtk-builder-tool-enumerate.c
tools/gtk-builder-tool-preview.c
tools/gtk-builder-tool-screenshot.c
tools/gtk-builder-tool-simplify.c
tools/gtk-builder-tool-validate.c
tools/gtk-launch.c
tools/updateiconcache.c

View File

@ -1,379 +0,0 @@
# List of source files that should *not* be translated.
# Please keep this file sorted alphabetically.
demos/constraint-editor/constraint-editor-window.ui
demos/gtk-demo/application.ui
demos/gtk-demo/appmenu.ui
demos/gtk-demo/appwindow.c
demos/gtk-demo/blendmodes.ui
demos/gtk-demo/changedisplay.c
demos/gtk-demo/clipboard.c
demos/gtk-demo/clipboard.ui
demos/gtk-demo/combobox.c
demos/gtk-demo/constraints_builder.ui
demos/gtk-demo/constraints.ui
demos/gtk-demo/cursors.ui
demos/gtk-demo/demoimage.c
demos/gtk-demo/demo.ui
demos/gtk-demo/dialog.c
demos/gtk-demo/entry_buffer.c
demos/gtk-demo/entry_completion.c
demos/gtk-demo/errorstates.ui
demos/gtk-demo/event_axes.c
demos/gtk-demo/expander.c
demos/gtk-demo/filtermodel.ui
demos/gtk-demo/fishbowl.ui
demos/gtk-demo/font_features.c
demos/gtk-demo/font-features.ui
demos/gtk-demo/fontrendering.ui
demos/gtk-demo/iconview.c
demos/gtk-demo/infobar.c
demos/gtk-demo/listbox_controls.ui
demos/gtk-demo/listbox.ui
demos/gtk-demo/listview_filebrowser.ui
demos/gtk-demo/listview_minesweeper.ui
demos/gtk-demo/listview_settings.ui
demos/gtk-demo/main.ui
demos/gtk-demo/menus.ui
demos/gtk-demo/offscreen_window2.c
demos/gtk-demo/paint.c
demos/gtk-demo/popover.ui
demos/gtk-demo/revealer.ui
demos/gtk-demo/scale.ui
demos/gtk-demo/script-names.c
demos/gtk-demo/search_entry.c
demos/gtk-demo/shortcuts-boxes.ui
demos/gtk-demo/shortcuts-builder.ui
demos/gtk-demo/shortcuts-clocks.ui
demos/gtk-demo/shortcuts-gedit.ui
demos/gtk-demo/shortcuts.ui
demos/gtk-demo/sizegroup.c
demos/gtk-demo/spinbutton.ui
demos/gtk-demo/spinner.c
demos/gtk-demo/stack.ui
demos/gtk-demo/themes.ui
demos/gtk-demo/theming.ui
demos/icon-browser/window.ui
demos/node-editor/help-window.ui
demos/node-editor/node-editor-window.ui
demos/print-editor/print-editor.c
demos/widget-factory/menus.ui
demos/widget-factory/widget-factory.c
demos/widget-factory/widget-factory.ui
docs/reference/gtk/images/shortcuts-window.ui
docs/tools/shortcuts-boxes.ui
examples/application10/app-menu.ui
examples/application10/gears-menu.ui
examples/application10/prefs.ui
examples/application10/window.ui
examples/application2/window.ui
examples/application3/window.ui
examples/application4/app-menu.ui
examples/application4/gears-menu.ui
examples/application4/window.ui
examples/application5/app-menu.ui
examples/application5/gears-menu.ui
examples/application5/window.ui
examples/application6/app-menu.ui
examples/application6/gears-menu.ui
examples/application6/prefs.ui
examples/application6/window.ui
examples/application7/app-menu.ui
examples/application7/gears-menu.ui
examples/application7/prefs.ui
examples/application7/window.ui
examples/application8/app-menu.ui
examples/application8/gears-menu.ui
examples/application8/prefs.ui
examples/application8/window.ui
examples/application9/app-menu.ui
examples/application9/gears-menu.ui
examples/application9/prefs.ui
examples/application9/window.ui
examples/bp/bloatpad.c
examples/bp/gtk/help-overlay.ui
examples/bp/gtk/menus.ui
examples/plugman.c
gtk/inspector/a11y.ui
gtk/inspector/actions.ui
gtk/inspector/actions.ui.h
gtk/inspector/clipboard.ui
gtk/inspector/css-editor.ui
gtk/inspector/css-editor.ui.h
gtk/inspector/css-node-tree.ui
gtk/inspector/data-list.ui.h
gtk/inspector/general.ui
gtk/inspector/general.ui.h
gtk/inspector/menu.ui
gtk/inspector/menu.ui.h
gtk/inspector/misc-info.ui
gtk/inspector/misc-info.ui.h
gtk/inspector/object-hierarchy.ui
gtk/inspector/object-hierarchy.ui.h
gtk/inspector/object-tree.ui
gtk/inspector/object-tree.ui.h
gtk/inspector/prop-list.ui
gtk/inspector/prop-list.ui.h
gtk/inspector/recorder.ui
gtk/inspector/resource-list.ui
gtk/inspector/resource-list.ui.h
gtk/inspector/selector.ui
gtk/inspector/selector.ui.h
gtk/inspector/shortcuts.ui
gtk/inspector/signals-list.ui
gtk/inspector/signals-list.ui.h
gtk/inspector/statistics.ui
gtk/inspector/statistics.ui.h
gtk/inspector/style-prop-list.ui
gtk/inspector/style-prop-list.ui.h
gtk/inspector/tree-data.ui
gtk/inspector/type-info.ui
gtk/inspector/visual.ui
gtk/inspector/visual.ui.h
gtk/inspector/window.ui
gtk/inspector/window.ui.h
gtk/ui/gtkaboutdialog.ui
gtk/ui/gtkappchooserdialog.ui
gtk/ui/gtkappchooserwidget.ui
gtk/ui/gtkapplication-quartz.ui
gtk/ui/gtkassistant.ui
gtk/ui/gtkcolorchooserdialog.ui
gtk/ui/gtkcoloreditor.ui
gtk/ui/gtkdropdown.ui
gtk/ui/gtkemojichooser.ui
gtk/ui/gtkfilechooserdialog.ui
gtk/ui/gtkfilechooserwidget.ui
gtk/ui/gtkfontchooserdialog.ui
gtk/ui/gtkfontchooserwidget.ui
gtk/ui/gtklockbutton.ui
gtk/ui/gtkmessagedialog.ui
gtk/ui/gtkpagesetupunixdialog.ui
gtk/ui/gtkplacesviewrow.ui
gtk/ui/gtkplacesview.ui
gtk/ui/gtkprintunixdialog.ui
gtk/ui/gtksidebarrow.ui
gtk/ui/gtkvolumebutton.ui
tests/dialog.ui
tests/popupat.ui
tests/testfilechooser.c
testsuite/css/change/test1.ui
testsuite/css/change/test3.ui
testsuite/css/nodes/buttons.ui
testsuite/css/nodes/entries.ui
testsuite/css/nodes/notebook-arrows2.ui
testsuite/css/nodes/notebook-arrows.ui
testsuite/css/nodes/notebook.bottom.ltr.ui
testsuite/css/nodes/notebook.bottom.rtl.ui
testsuite/css/nodes/notebook.bottom.ui
testsuite/css/nodes/notebook.left.ltr.ui
testsuite/css/nodes/notebook.left.rtl.ui
testsuite/css/nodes/notebook.left.ui
testsuite/css/nodes/notebook.right.ltr.ui
testsuite/css/nodes/notebook.right.rtl.ui
testsuite/css/nodes/notebook.right.ui
testsuite/css/nodes/notebook.top.ltr.ui
testsuite/css/nodes/notebook.top.rtl.ui
testsuite/css/nodes/notebook.top.ui
testsuite/css/nodes/notebook.ui
testsuite/css/style/adjacent-states.ui
testsuite/css/style/bloomfilter-not.ui
testsuite/css/style/currentcolor.ui
testsuite/css/style/font.ui
testsuite/css/style/inherit.ui
testsuite/css/style/label.ui
testsuite/css/style/nth-child.ui
testsuite/gtk/filechooser.c
testsuite/gtk/focus-chain/widget-factory2.ui
testsuite/gtk/focus-chain/widget-factory3.ui
testsuite/gtk/focus-chain/widget-factory.ui
testsuite/gtk/ui/a11y2.ui
testsuite/gtk/ui/celllayout1.ui
testsuite/gtk/ui/constraints.ui
testsuite/gtk/ui/container1.ui
testsuite/gtk/ui/container8.ui
testsuite/gtk/ui/scale1.ui
testsuite/reftests/721800-0px-dotted-border.ref.ui
testsuite/reftests/721800-0px-dotted-border.ui
testsuite/reftests/animation-direction.ref.ui
testsuite/reftests/animation-direction.ui
testsuite/reftests/animation-fill-mode-iteration-count.ref.ui
testsuite/reftests/animation-fill-mode-iteration-count.ui
testsuite/reftests/background-color-transparent.ref.ui
testsuite/reftests/background-color-transparent.ui
testsuite/reftests/background-size-keywords.ref.ui
testsuite/reftests/background-size-keywords.ui
testsuite/reftests/background-size.ref.ui
testsuite/reftests/background-size.ui
testsuite/reftests/border-corner-zero-width-rendering.ref.ui
testsuite/reftests/border-corner-zero-width-rendering.ui
testsuite/reftests/border-image-gradient.ref.ui
testsuite/reftests/border-image-gradient.ui
testsuite/reftests/border-image-url.ref.ui
testsuite/reftests/border-image-url-scaled.ref.ui
testsuite/reftests/border-image-url-scaled.ui
testsuite/reftests/border-image-url.ui
testsuite/reftests/boxlayout-invisible-child.ref.ui
testsuite/reftests/boxlayout-invisible-child.ui
testsuite/reftests/box-order.ref.ui
testsuite/reftests/box-order.ui
testsuite/reftests/box-packing.ui
testsuite/reftests/box-pseudo-classes.ref.ui
testsuite/reftests/box-pseudo-classes.ui
testsuite/reftests/box-shadow-changes-modify-clip.ref.ui
testsuite/reftests/box-shadow-changes-modify-clip.ui
testsuite/reftests/box-shadow-spread.ref.ui
testsuite/reftests/box-shadow-spread.ui
testsuite/reftests/box-shadow-with-blend-mode.ref.ui
testsuite/reftests/box-shadow-with-blend-mode.ui
testsuite/reftests/button-wrapping.ref.ui
testsuite/reftests/button-wrapping.ui
testsuite/reftests/centerlayout-invisible-child.ref.ui
testsuite/reftests/centerlayout-invisible-child.ui
testsuite/reftests/centerlayout-minsize.ref.ui
testsuite/reftests/centerlayout-minsize.ui
testsuite/reftests/css-em-label-size.ref.ui
testsuite/reftests/css-em-label-size.ui
testsuite/reftests/css-match-import.ref.ui
testsuite/reftests/css-match-import.ui
testsuite/reftests/css-match-inherit-different-state.ref.ui
testsuite/reftests/css-match-inherit-different-state.ui
testsuite/reftests/css-match-inherit.ref.ui
testsuite/reftests/css-match-inherit.ui
testsuite/reftests/css-match-region-matches-star.ref.ui
testsuite/reftests/css-match-region-matches-star.ui
testsuite/reftests/css-match-regions.ref.ui
testsuite/reftests/css-match-regions.ui
testsuite/reftests/css-match-siblings.ref.ui
testsuite/reftests/css-match-siblings.ui
testsuite/reftests/css-match-style-property-order.ref.ui
testsuite/reftests/css-match-style-property-order.ui
testsuite/reftests/css-multi-state.ref.ui
testsuite/reftests/css-multi-state.ui
testsuite/reftests/css-rem-label-size.ref.ui
testsuite/reftests/css-rem-label-size.ui
testsuite/reftests/entry-progress-coloring.ref.ui
testsuite/reftests/entry-progress-coloring.ui
testsuite/reftests/fixed-widget-stacking.ref.ui
testsuite/reftests/fixed-widget-stacking.ui
testsuite/reftests/font-sizes-names.ref.ui
testsuite/reftests/font-sizes-names.ui
testsuite/reftests/grid-empty-with-spacing.ui
testsuite/reftests/gridlayout-invisible-child.ref.ui
testsuite/reftests/gridlayout-invisible-child.ui
testsuite/reftests/grid-wfh.ref.ui
testsuite/reftests/grid-wfh.ui
testsuite/reftests/icon-style-basics.ref.ui
testsuite/reftests/icon-style-basics.ui
testsuite/reftests/icon-vfuncs.ref.ui
testsuite/reftests/icon-vfuncs.ui
testsuite/reftests/info-bar-message-types.ref.ui
testsuite/reftests/info-bar-message-types.ui
testsuite/reftests/inherit-and-initial.ref.ui
testsuite/reftests/inherit-and-initial.ui
testsuite/reftests/label-attribute-preference.ref.ui
testsuite/reftests/label-attribute-preference.ui
testsuite/reftests/label-background.ref.ui
testsuite/reftests/label-background.ui
testsuite/reftests/label-box-shadow-clip.ref.ui
testsuite/reftests/label-box-shadow-clip.ui
testsuite/reftests/label-clipping.ref.ui
testsuite/reftests/label-clipping.ui
testsuite/reftests/label-ellipsize-small.ref.ui
testsuite/reftests/label-ellipsize-small.ui
testsuite/reftests/label-ellipsize-with-big.ref.ui
testsuite/reftests/label-ellipsize-with-big.ui
testsuite/reftests/label-fonts.ref.ui
testsuite/reftests/label-fonts.ui
testsuite/reftests/label-max-width-chars-and-halign-and-infinite-width.ref.ui
testsuite/reftests/label-max-width-chars-and-halign-and-infinite-width.ui
testsuite/reftests/label-shadows.ref.ui
testsuite/reftests/label-shadows.ui
testsuite/reftests/label-sizing.ref.ui
testsuite/reftests/label-sizing.ui
testsuite/reftests/label-small-ellipsized.ref.ui
testsuite/reftests/label-small-ellipsized.ui
testsuite/reftests/label-text-shadow-changes-modify-clip.ref.ui
testsuite/reftests/label-text-shadow-changes-modify-clip.ui
testsuite/reftests/label-text-shadow-clipping.ref.ui
testsuite/reftests/label-text-shadow-clipping.ui
testsuite/reftests/label-width-chars-dont-shrink.ref.ui
testsuite/reftests/label-width-chars-dont-shrink.ui
testsuite/reftests/label-wrap-justify.ref.ui
testsuite/reftests/label-wrap-justify.ui
testsuite/reftests/label-wrap-width-chars.ref.ui
testsuite/reftests/label-wrap-width-chars.ui
testsuite/reftests/link-coloring.ref.ui
testsuite/reftests/link-coloring.ui
testsuite/reftests/messagedialog-secondarytext.ref.ui
testsuite/reftests/messagedialog-secondarytext.ui
testsuite/reftests/misc-alignment.ref.ui
testsuite/reftests/misc-alignment.ui
testsuite/reftests/named-colors.ref.ui
testsuite/reftests/named-colors.ui
testsuite/reftests/no-colors.ref.ui
testsuite/reftests/no-colors.ui
testsuite/reftests/nonresizable-size.ref.ui
testsuite/reftests/nonresizable-size.ui
testsuite/reftests/notebook-childproperties.ref.ui
testsuite/reftests/notebook-childproperties.ui
testsuite/reftests/notebook-tab-position.ref.ui
testsuite/reftests/notebook-tab-position.ui
testsuite/reftests/nth-child.ref.ui
testsuite/reftests/nth-child.ui
testsuite/reftests/opacity-initial.ui
testsuite/reftests/overlay-no-main-widget.ref.ui
testsuite/reftests/overlay-no-main-widget.ui
testsuite/reftests/pseudoclass-on-box.ref.ui
testsuite/reftests/pseudoclass-on-box.ui
testsuite/reftests/pseudoclass-on-parent.ref.ui
testsuite/reftests/pseudoclass-on-parent.ui
testsuite/reftests/quit-mnemonic.ref.ui
testsuite/reftests/quit-mnemonic.ui
testsuite/reftests/revealer-extra-size.ref.ui
testsuite/reftests/revealer-extra-size.ui
testsuite/reftests/revealer-wrappable-contents.ref.ui
testsuite/reftests/revealer-wrappable-contents.ui
testsuite/reftests/rotated-layout.ref.ui
testsuite/reftests/rotated-layout.ui
testsuite/reftests/shadow-clip-rounding.ref.ui
testsuite/reftests/shadow-clip-rounding.ui
testsuite/reftests/sibling-pseudoclasses.ref.ui
testsuite/reftests/sibling-pseudoclasses.ui
testsuite/reftests/sizegroups-basics.ref.ui
testsuite/reftests/sizegroups-basics.ui
testsuite/reftests/sizegroups-evolution-identity-page.ref.ui
testsuite/reftests/sizegroups-evolution-identity-page.ui
testsuite/reftests/sizegroups-get-preferred-null.ref.ui
testsuite/reftests/sizegroups-get-preferred-null.ui
testsuite/reftests/style-context-save-inheritance.ref.ui
testsuite/reftests/style-context-save-inheritance.ui
testsuite/reftests/textview-margins.ref.ui
testsuite/reftests/textview-margins.ui
testsuite/reftests/textview-tags.ref.ui
testsuite/reftests/textview-tags.ui
testsuite/reftests/toplevel-vs-popup.ref.ui
testsuite/reftests/toplevel-vs-popup.ui
testsuite/reftests/treeview-crash-too-wide.ref.ui
testsuite/reftests/treeview-crash-too-wide.ui
testsuite/reftests/treeview-fixed-height.ref.ui
testsuite/reftests/treeview-fixed-height.ui
testsuite/reftests/treeview-headers-hidden.ref.ui
testsuite/reftests/treeview-headers-hidden.ui
testsuite/reftests/window-border-width.ref.ui
testsuite/reftests/window-border-width.ui
testsuite/reftests/window-height-for-width.ref.ui
testsuite/reftests/window-height-for-width.ui
testsuite/reftests/window-show-contents-on-map.ref.ui
testsuite/reftests/window-show-contents-on-map.ui
testsuite/reftests/wrapping-in-boxes-in-boxes.ref.ui
testsuite/reftests/wrapping-in-boxes-in-boxes.ui
testsuite/tools/simplify-data-3to4/assistant.ui
testsuite/tools/simplify-data-3to4/box.ui
testsuite/tools/simplify-data-3to4/grid.ui
testsuite/tools/simplify-data-3to4/notebook.ui
testsuite/tools/simplify-data-3to4/office-runner.ui
testsuite/tools/simplify-data-3to4/stack.ui
testsuite/tools/simplify-data-3to4/toolbar.ui
testsuite/tools/simplify-data/test3.ui
tests/visuals/linked-buttons-horizontal.ui
tests/visuals/linked-buttons-vertical.ui
tests/visuals/suggested-action-buttons.ui

View File

@ -1,5 +0,0 @@
The .po files in this directory contain only the property nicks
and blurbs in the gtk20-properties domain. See ../po for the
ui and error messages in the gtk20 domain.
All the .po files are in UTF-8.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
i18n = import('i18n')
i18n.gettext('gtk40-properties', preset : 'glib')

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,101 +0,0 @@
# po2tbl.sed - Convert Uniforum style .po file to lookup table for catgets
# Copyright (C) 1995 Free Software Foundation, Inc.
# Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
1 {
i\
/* Automatically generated by po2tbl.sed from @PACKAGE NAME@.pot. */\
\
#if HAVE_CONFIG_H\
# include <config.h>\
#endif\
\
#include "libgettext.h"\
\
const struct _msg_ent _msg_tbl[] = {
h
s/.*/0/
x
}
#
# Write msgid entries in C array form.
#
/^msgid/ {
s/msgid[ ]*\(".*"\)/ {\1/
tb
# Append the next line
:b
N
# Look whether second part is continuation line.
s/\(.*\)"\(\n\)"\(.*"\)/\1\2\3/
# Yes, then branch.
ta
# Because we assume that the input file correctly formed the line
# just read cannot be again be a msgid line. So it's safe to ignore
# it.
s/\(.*\)\n.*/\1/
bc
# We found a continuation line. But before printing insert '\'.
:a
s/\(.*\)\(\n.*\)/\1\\\2/
P
# We cannot use D here.
s/.*\n\(.*\)/\1/
# Some buggy seds do not clear the `successful substitution since last ``t'''
# flag on `N', so we do a `t' here to clear it.
tb
# Not reached
:c
x
# The following nice solution is by
# Bruno <Haible@ma2s2.mathematik.uni-karlsruhe.de>
td
# Increment a decimal number in pattern space.
# First hide trailing `9' digits.
:d
s/9\(_*\)$/_\1/
td
# Assure at least one digit is available.
s/^\(_*\)$/0\1/
# Increment the last digit.
s/8\(_*\)$/9\1/
s/7\(_*\)$/8\1/
s/6\(_*\)$/7\1/
s/5\(_*\)$/6\1/
s/4\(_*\)$/5\1/
s/3\(_*\)$/4\1/
s/2\(_*\)$/3\1/
s/1\(_*\)$/2\1/
s/0\(_*\)$/1\1/
# Convert the hidden `9' digits to `0's.
s/_/0/g
x
G
s/\(.*\)\n\([0-9]*\)/\1, \2},/
s/\(.*\)"$/\1/
p
}
#
# Last line.
#
$ {
i\
};\
g
s/0*\(.*\)/int _msg_tbl_length = \1;/p
}
d

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More