forked from AuroraMiddleware/gtk
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:
commit
bc241d62af
22
make-pot
22
make-pot
@ -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" \
|
||||
|
@ -896,7 +896,6 @@ if os_unix
|
||||
endif
|
||||
|
||||
subdir('po')
|
||||
subdir('po-properties')
|
||||
|
||||
subdir('docs/reference')
|
||||
|
||||
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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.
|
11112
po-properties/af.po
11112
po-properties/af.po
File diff suppressed because it is too large
Load Diff
7251
po-properties/am.po
7251
po-properties/am.po
File diff suppressed because it is too large
Load Diff
9277
po-properties/an.po
9277
po-properties/an.po
File diff suppressed because it is too large
Load Diff
7009
po-properties/ang.po
7009
po-properties/ang.po
File diff suppressed because it is too large
Load Diff
7585
po-properties/ar.po
7585
po-properties/ar.po
File diff suppressed because it is too large
Load Diff
9013
po-properties/as.po
9013
po-properties/as.po
File diff suppressed because it is too large
Load Diff
8468
po-properties/ast.po
8468
po-properties/ast.po
File diff suppressed because it is too large
Load Diff
7973
po-properties/az.po
7973
po-properties/az.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
8108
po-properties/be.po
8108
po-properties/be.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
8364
po-properties/bg.po
8364
po-properties/bg.po
File diff suppressed because it is too large
Load Diff
7672
po-properties/bn.po
7672
po-properties/bn.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
6989
po-properties/br.po
6989
po-properties/br.po
File diff suppressed because it is too large
Load Diff
8314
po-properties/bs.po
8314
po-properties/bs.po
File diff suppressed because it is too large
Load Diff
8005
po-properties/ca.po
8005
po-properties/ca.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
8712
po-properties/crh.po
8712
po-properties/crh.po
File diff suppressed because it is too large
Load Diff
7831
po-properties/cs.po
7831
po-properties/cs.po
File diff suppressed because it is too large
Load Diff
7937
po-properties/cy.po
7937
po-properties/cy.po
File diff suppressed because it is too large
Load Diff
7964
po-properties/da.po
7964
po-properties/da.po
File diff suppressed because it is too large
Load Diff
8893
po-properties/de.po
8893
po-properties/de.po
File diff suppressed because it is too large
Load Diff
7821
po-properties/dz.po
7821
po-properties/dz.po
File diff suppressed because it is too large
Load Diff
10926
po-properties/el.po
10926
po-properties/el.po
File diff suppressed because it is too large
Load Diff
7393
po-properties/en.po
7393
po-properties/en.po
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
10975
po-properties/en_GB.po
10975
po-properties/en_GB.po
File diff suppressed because it is too large
Load Diff
9460
po-properties/eo.po
9460
po-properties/eo.po
File diff suppressed because it is too large
Load Diff
11515
po-properties/es.po
11515
po-properties/es.po
File diff suppressed because it is too large
Load Diff
10382
po-properties/et.po
10382
po-properties/et.po
File diff suppressed because it is too large
Load Diff
10780
po-properties/eu.po
10780
po-properties/eu.po
File diff suppressed because it is too large
Load Diff
9607
po-properties/fa.po
9607
po-properties/fa.po
File diff suppressed because it is too large
Load Diff
11422
po-properties/fi.po
11422
po-properties/fi.po
File diff suppressed because it is too large
Load Diff
8543
po-properties/fr.po
8543
po-properties/fr.po
File diff suppressed because it is too large
Load Diff
8195
po-properties/fur.po
8195
po-properties/fur.po
File diff suppressed because it is too large
Load Diff
7086
po-properties/ga.po
7086
po-properties/ga.po
File diff suppressed because it is too large
Load Diff
9961
po-properties/gd.po
9961
po-properties/gd.po
File diff suppressed because it is too large
Load Diff
8539
po-properties/gl.po
8539
po-properties/gl.po
File diff suppressed because it is too large
Load Diff
9301
po-properties/gu.po
9301
po-properties/gu.po
File diff suppressed because it is too large
Load Diff
11092
po-properties/he.po
11092
po-properties/he.po
File diff suppressed because it is too large
Load Diff
8302
po-properties/hi.po
8302
po-properties/hi.po
File diff suppressed because it is too large
Load Diff
10654
po-properties/hr.po
10654
po-properties/hr.po
File diff suppressed because it is too large
Load Diff
7877
po-properties/hu.po
7877
po-properties/hu.po
File diff suppressed because it is too large
Load Diff
7343
po-properties/hy.po
7343
po-properties/hy.po
File diff suppressed because it is too large
Load Diff
7165
po-properties/ia.po
7165
po-properties/ia.po
File diff suppressed because it is too large
Load Diff
7883
po-properties/id.po
7883
po-properties/id.po
File diff suppressed because it is too large
Load Diff
6938
po-properties/io.po
6938
po-properties/io.po
File diff suppressed because it is too large
Load Diff
9353
po-properties/is.po
9353
po-properties/is.po
File diff suppressed because it is too large
Load Diff
8082
po-properties/it.po
8082
po-properties/it.po
File diff suppressed because it is too large
Load Diff
10898
po-properties/ja.po
10898
po-properties/ja.po
File diff suppressed because it is too large
Load Diff
7752
po-properties/ka.po
7752
po-properties/ka.po
File diff suppressed because it is too large
Load Diff
10283
po-properties/kg.po
10283
po-properties/kg.po
File diff suppressed because it is too large
Load Diff
8746
po-properties/kk.po
8746
po-properties/kk.po
File diff suppressed because it is too large
Load Diff
8081
po-properties/km.po
8081
po-properties/km.po
File diff suppressed because it is too large
Load Diff
5871
po-properties/kn.po
5871
po-properties/kn.po
File diff suppressed because it is too large
Load Diff
7776
po-properties/ko.po
7776
po-properties/ko.po
File diff suppressed because it is too large
Load Diff
7054
po-properties/ku.po
7054
po-properties/ku.po
File diff suppressed because it is too large
Load Diff
7980
po-properties/ky.po
7980
po-properties/ky.po
File diff suppressed because it is too large
Load Diff
7184
po-properties/lg.po
7184
po-properties/lg.po
File diff suppressed because it is too large
Load Diff
8100
po-properties/li.po
8100
po-properties/li.po
File diff suppressed because it is too large
Load Diff
10647
po-properties/lt.po
10647
po-properties/lt.po
File diff suppressed because it is too large
Load Diff
10544
po-properties/lv.po
10544
po-properties/lv.po
File diff suppressed because it is too large
Load Diff
7526
po-properties/mai.po
7526
po-properties/mai.po
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
i18n = import('i18n')
|
||||
|
||||
i18n.gettext('gtk40-properties', preset : 'glib')
|
7352
po-properties/mi.po
7352
po-properties/mi.po
File diff suppressed because it is too large
Load Diff
7270
po-properties/mjw.po
7270
po-properties/mjw.po
File diff suppressed because it is too large
Load Diff
7798
po-properties/mk.po
7798
po-properties/mk.po
File diff suppressed because it is too large
Load Diff
7535
po-properties/ml.po
7535
po-properties/ml.po
File diff suppressed because it is too large
Load Diff
8816
po-properties/mn.po
8816
po-properties/mn.po
File diff suppressed because it is too large
Load Diff
9400
po-properties/mr.po
9400
po-properties/mr.po
File diff suppressed because it is too large
Load Diff
9852
po-properties/ms.po
9852
po-properties/ms.po
File diff suppressed because it is too large
Load Diff
7517
po-properties/my.po
7517
po-properties/my.po
File diff suppressed because it is too large
Load Diff
7498
po-properties/nb.po
7498
po-properties/nb.po
File diff suppressed because it is too large
Load Diff
8952
po-properties/nds.po
8952
po-properties/nds.po
File diff suppressed because it is too large
Load Diff
11152
po-properties/ne.po
11152
po-properties/ne.po
File diff suppressed because it is too large
Load Diff
11680
po-properties/nl.po
11680
po-properties/nl.po
File diff suppressed because it is too large
Load Diff
8012
po-properties/nn.po
8012
po-properties/nn.po
File diff suppressed because it is too large
Load Diff
8314
po-properties/nso.po
8314
po-properties/nso.po
File diff suppressed because it is too large
Load Diff
11601
po-properties/oc.po
11601
po-properties/oc.po
File diff suppressed because it is too large
Load Diff
8592
po-properties/or.po
8592
po-properties/or.po
File diff suppressed because it is too large
Load Diff
11037
po-properties/pa.po
11037
po-properties/pa.po
File diff suppressed because it is too large
Load Diff
7919
po-properties/pl.po
7919
po-properties/pl.po
File diff suppressed because it is too large
Load Diff
@ -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
|
7136
po-properties/ps.po
7136
po-properties/ps.po
File diff suppressed because it is too large
Load Diff
10801
po-properties/pt.po
10801
po-properties/pt.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
10819
po-properties/ro.po
10819
po-properties/ro.po
File diff suppressed because it is too large
Load Diff
7912
po-properties/ru.po
7912
po-properties/ru.po
File diff suppressed because it is too large
Load Diff
8541
po-properties/rw.po
8541
po-properties/rw.po
File diff suppressed because it is too large
Load Diff
7152
po-properties/si.po
7152
po-properties/si.po
File diff suppressed because it is too large
Load Diff
9183
po-properties/sk.po
9183
po-properties/sk.po
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
Loading…
Reference in New Issue
Block a user