New upstream version 3.24.23

This commit is contained in:
Iain Lane 2020-09-10 15:32:24 +01:00
commit 1185a58764
98 changed files with 108474 additions and 104347 deletions

View File

@ -4,7 +4,7 @@ Prerequisites
GTK+ requires the following packages:
- The GLib, Pango, GdkPixbuf, ATK and cairo libraries, available at
the same location as GTK+. GTK+ 3.24.22 requires at least
the same location as GTK+. GTK+ 3.24.23 requires at least
GLib 2.57.2, Pango 1.41.0,
GdkPixbuf 2.30.0, ATK 2.15.1
and cairo 1.14.0.
@ -22,8 +22,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% tar xf gtk+-3.24.22.tar.xz # unpack the sources
% cd gtk+-3.24.22 # change to the toplevel directory
% tar xf gtk+-3.24.23.tar.xz # unpack the sources
% cd gtk+-3.24.23 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]

36
NEWS
View File

@ -1,3 +1,39 @@
Overview of Changes in GTK+ 3.24.23
===================================
* Adwaita:
- Support error states for labels and entries
* Printing:
- Use the correct names for remote printers
* File choser:
- Default to tracker2 for search to prevent
symbol clashes in tracker-using applications
* Wayland:
- Support newer schemas for settings
- Fix DND hotspot handling
- Disconnect on display close
* X11:
- Fix a possible crash with disabled devices
* Translation updates:
Basque
Chinese (China)
Croatian
Dutch
Finnish
Friulian
Galician
Hungarian
Japanese
Korean
Portuguese
Serbian
Overview of Changes in GTK+ 3.24.22
===================================

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 3.24.22. GTK+ is a multi-platform toolkit for
This is GTK+ version 3.24.23. GTK+ is a multi-platform toolkit for
creating graphical user interfaces. Offering a complete set of widgets,
GTK+ is suitable for projects ranging from small one-off projects to
complete application suites.

View File

@ -263,7 +263,7 @@
#define PACKAGE_NAME "gtk+"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "gtk+ 3.24.22"
#define PACKAGE_STRING "gtk+ 3.24.23"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gtk+"
@ -272,7 +272,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "3.24.22"
#define PACKAGE_VERSION "3.24.23"
/* Use NSBundle functions to determine load paths for libraries, translations,
etc. */

32
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gtk+ 3.24.22.
# Generated by GNU Autoconf 2.69 for gtk+ 3.24.23.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B>.
#
@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gtk+'
PACKAGE_TARNAME='gtk+'
PACKAGE_VERSION='3.24.22'
PACKAGE_STRING='gtk+ 3.24.22'
PACKAGE_VERSION='3.24.23'
PACKAGE_STRING='gtk+ 3.24.23'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B'
PACKAGE_URL=''
@ -1677,7 +1677,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures gtk+ 3.24.22 to adapt to many kinds of systems.
\`configure' configures gtk+ 3.24.23 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1751,7 +1751,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gtk+ 3.24.22:";;
short | recursive ) echo "Configuration of gtk+ 3.24.23:";;
esac
cat <<\_ACEOF
@ -2000,7 +2000,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gtk+ configure 3.24.22
gtk+ configure 3.24.23
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2830,7 +2830,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gtk+ $as_me 3.24.22, which was
It was created by gtk+ $as_me 3.24.23, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3823,7 +3823,7 @@ fi
# Define the identity of the package.
PACKAGE='gtk+'
VERSION='3.24.22'
VERSION='3.24.23'
# Some tools Automake needs.
@ -4103,10 +4103,10 @@ AM_BACKSLASH='\'
GTK_MAJOR_VERSION=3
GTK_MINOR_VERSION=24
GTK_MICRO_VERSION=22
GTK_INTERFACE_AGE=18
GTK_BINARY_AGE=2422
GTK_VERSION=3.24.22
GTK_MICRO_VERSION=23
GTK_INTERFACE_AGE=19
GTK_BINARY_AGE=2423
GTK_VERSION=3.24.23
GTK_API_VERSION=3.0
GTK_BINARY_VERSION=3.0.0
@ -4128,7 +4128,7 @@ GTK_BINARY_VERSION=3.0.0
LT_VERSION_INFO="2404:18:2404"
LT_VERSION_INFO="2404:19:2404"
LT_CURRENT_MINUS_AGE=0
@ -21059,7 +21059,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
gtk+ config.lt 3.24.22
gtk+ config.lt 3.24.23
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@ -30215,7 +30215,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by gtk+ $as_me 3.24.22, which was
This file was extended by gtk+ $as_me 3.24.23, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -30281,7 +30281,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
gtk+ config.status 3.24.22
gtk+ config.status 3.24.23
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@ -10,8 +10,8 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [24])
m4_define([gtk_micro_version], [22])
m4_define([gtk_interface_age], [18])
m4_define([gtk_micro_version], [23])
m4_define([gtk_interface_age], [19])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
m4_define([gtk_version],

View File

@ -1655,6 +1655,66 @@ adjustment3_value_changed (GtkAdjustment *adj, GtkProgressBar *pbar)
gtk_progress_bar_set_fraction (pbar, fraction);
}
static void
validate_more_details (GtkEntry *entry,
GParamSpec *pspec,
GtkEntry *details)
{
if (strlen (gtk_entry_get_text (entry)) > 0 &&
strlen (gtk_entry_get_text (details)) == 0)
{
gtk_widget_set_tooltip_text (GTK_WIDGET (entry), "Must have details first");
gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (entry)), "error");
}
else
{
gtk_widget_set_tooltip_text (GTK_WIDGET (entry), "");
gtk_style_context_remove_class (gtk_widget_get_style_context (GTK_WIDGET (entry)), "error");
}
}
static gboolean
mode_switch_state_set (GtkSwitch *sw, gboolean state)
{
GtkWidget *dialog = gtk_widget_get_ancestor (GTK_WIDGET (sw), GTK_TYPE_DIALOG);
GtkWidget *scale = GTK_WIDGET (g_object_get_data (G_OBJECT (dialog), "level_scale"));
GtkWidget *label = GTK_WIDGET (g_object_get_data (G_OBJECT (dialog), "error_label"));
if (!state ||
(gtk_range_get_value (GTK_RANGE (scale)) > 50))
{
gtk_widget_hide (label);
gtk_switch_set_state (sw, state);
}
else
{
gtk_widget_show (label);
}
return TRUE;
}
static void
level_scale_value_changed (GtkRange *range)
{
GtkWidget *dialog = gtk_widget_get_ancestor (GTK_WIDGET (range), GTK_TYPE_DIALOG);
GtkWidget *sw = GTK_WIDGET (g_object_get_data (G_OBJECT (dialog), "mode_switch"));
GtkWidget *label = GTK_WIDGET (g_object_get_data (G_OBJECT (dialog), "error_label"));
if (gtk_switch_get_active (GTK_SWITCH (sw)) &&
!gtk_switch_get_state (GTK_SWITCH (sw)) &&
(gtk_range_get_value (range) > 50))
{
gtk_widget_hide (label);
gtk_switch_set_state (GTK_SWITCH (sw), TRUE);
}
else if (gtk_switch_get_state (GTK_SWITCH (sw)) &&
(gtk_range_get_value (range) <= 50))
{
gtk_switch_set_state (GTK_SWITCH (sw), FALSE);
}
}
static void
activate (GApplication *app)
{
@ -1722,6 +1782,9 @@ activate (GApplication *app)
gtk_builder_add_callback_symbol (builder, "reset_icon_size", (GCallback)reset_icon_size);
gtk_builder_add_callback_symbol (builder, "scale_format_value", (GCallback)scale_format_value);
gtk_builder_add_callback_symbol (builder, "scale_format_value_blank", (GCallback)scale_format_value_blank);
gtk_builder_add_callback_symbol (builder, "validate_more_details", (GCallback)validate_more_details);
gtk_builder_add_callback_symbol (builder, "mode_switch_state_set", (GCallback)mode_switch_state_set);
gtk_builder_add_callback_symbol (builder, "level_scale_value_changed", (GCallback)level_scale_value_changed);
gtk_builder_connect_signals (builder, NULL);
@ -1820,6 +1883,13 @@ activate (GApplication *app)
widget = (GtkWidget *)gtk_builder_get_object (builder, "circular_button");
g_signal_connect (widget, "clicked", G_CALLBACK (show_dialog), dialog);
widget = (GtkWidget *)gtk_builder_get_object (builder, "level_scale");
g_object_set_data (G_OBJECT (dialog), "level_scale", widget);
widget = (GtkWidget *)gtk_builder_get_object (builder, "mode_switch");
g_object_set_data (G_OBJECT (dialog), "mode_switch", widget);
widget = (GtkWidget *)gtk_builder_get_object (builder, "error_label");
g_object_set_data (G_OBJECT (dialog), "error_label", widget);
dialog = (GtkWidget *)gtk_builder_get_object (builder, "selection_dialog");
g_object_set_data (G_OBJECT (window), "selection_dialog", dialog);
widget = (GtkWidget *)gtk_builder_get_object (builder, "text3");

View File

@ -3989,6 +3989,7 @@ bad things might happen.</property>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">0</property>
<property name="width">2</property>
</packing>
</child>
<child>
@ -4012,10 +4013,12 @@ bad things might happen.</property>
<object class="GtkEntry" id="more_details_entry">
<property name="visible">1</property>
<property name="valign">baseline</property>
<signal name="notify::text" handler="validate_more_details" object="details_entry" swapped="no"/>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">1</property>
<property name="width">2</property>
</packing>
</child>
<child>
@ -4041,10 +4044,12 @@ bad things might happen.</property>
<property name="valign">baseline</property>
<property name="draw-value">0</property>
<property name="adjustment">adjustment1</property>
<signal name="value-changed" handler="level_scale_value_changed"/>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">2</property>
<property name="width">2</property>
</packing>
</child>
<child>
@ -4069,12 +4074,28 @@ bad things might happen.</property>
<property name="visible">1</property>
<property name="halign">start</property>
<property name="valign">baseline</property>
<signal name="state-set" handler="mode_switch_state_set"/>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="error_label">
<property name="visible">0</property>
<property name="halign">start</property>
<property name="valign">baseline</property>
<property name="label">Level too low</property>
<style>
<class name="error"/>
</style>
</object>
<packing>
<property name="left-attach">2</property>
<property name="top-attach">3</property>
</packing>
</child>
</object>
</child>
</object>

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GDK 3 Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
This document is for the GDK 3 library, version 3.24.22
This document is for the GDK 3 library, version 3.24.23
The latest versions can be found online at
<a class="ulink" href="https://developer.gnome.org/gdk3/" target="_top">https://developer.gnome.org/gdk3/</a>.

View File

@ -1 +1 @@
3.24.22
3.24.23

View File

@ -2,7 +2,7 @@
.\" Title: broadwayd
.\" Author: Alexander Larsson
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -2,7 +2,7 @@
.\" Title: gtk-builder-tool
.\" Author: Matthias Clasen
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -2,7 +2,7 @@
.\" Title: gtk-encode-symbolic-svg
.\" Author: Alexander Larsson
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -2,7 +2,7 @@
.\" Title: gtk-launch
.\" Author: Tomáš Bžatek <tbzatek@redhat.com>
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -2,7 +2,7 @@
.\" Title: gtk-query-immodules-3.0
.\" Author: Matthias Clasen
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -2,7 +2,7 @@
.\" Title: gtk-query-settings
.\" Author: Timm Bäder
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -2,7 +2,7 @@
.\" Title: gtk-update-icon-cache
.\" Author: Matthias Clasen
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -2,7 +2,7 @@
.\" Title: gtk3-demo-application
.\" Author: Matthias Clasen
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -2,7 +2,7 @@
.\" Title: gtk3-demo
.\" Author: Matthias Clasen
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -2,7 +2,7 @@
.\" Title: gtk3-icon-browser
.\" Author: Matthias Clasen
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -2,7 +2,7 @@
.\" Title: gtk3-widget-factory
.\" Author: Matthias Clasen
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 06/28/2020
.\" Date: 09/03/2020
.\" Manual: User Commands
.\" Source: GTK+
.\" Language: English

View File

@ -1245,8 +1245,8 @@ to the current set of active touches, so don't rely on this being true.</p>
</tr>
<tr>
<td class="parameter_name"><p>sequence</p></td>
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEventSequence"><span class="type">GdkEventSequence</span></a> that made the gesture to be recognized</p></td>
<td class="parameter_annotations"> </td>
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEventSequence"><span class="type">GdkEventSequence</span></a> that made the gesture to be recognized. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
</tr>
<tr>
<td class="parameter_name"><p>user_data</p></td>
@ -1291,8 +1291,8 @@ was claimed by parent widgets' controllers (see <a class="link" href="GtkGesture
</tr>
<tr>
<td class="parameter_name"><p>sequence</p></td>
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEventSequence"><span class="type">GdkEventSequence</span></a> that was cancelled</p></td>
<td class="parameter_annotations"> </td>
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEventSequence"><span class="type">GdkEventSequence</span></a> that was cancelled. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
</tr>
<tr>
<td class="parameter_name"><p>user_data</p></td>
@ -1339,8 +1339,8 @@ by checking through <a class="link" href="GtkGesture.html#gtk-gesture-handles-se
</tr>
<tr>
<td class="parameter_name"><p>sequence</p></td>
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEventSequence"><span class="type">GdkEventSequence</span></a> that made gesture recognition to finish</p></td>
<td class="parameter_annotations"> </td>
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEventSequence"><span class="type">GdkEventSequence</span></a> that made gesture recognition to finish. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
</tr>
<tr>
<td class="parameter_name"><p>user_data</p></td>
@ -1380,8 +1380,8 @@ sequence lifetimes.</p>
</tr>
<tr>
<td class="parameter_name"><p>sequence</p></td>
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEventSequence"><span class="type">GdkEventSequence</span></a> that was cancelled</p></td>
<td class="parameter_annotations"> </td>
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEventSequence"><span class="type">GdkEventSequence</span></a> that was cancelled. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
</tr>
<tr>
<td class="parameter_name"><p>state</p></td>
@ -1425,8 +1425,8 @@ recognized. <em class="parameter"><code>sequence</code></em>
</tr>
<tr>
<td class="parameter_name"><p>sequence</p></td>
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEventSequence"><span class="type">GdkEventSequence</span></a> that was updated</p></td>
<td class="parameter_annotations"> </td>
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEventSequence"><span class="type">GdkEventSequence</span></a> that was updated. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
</tr>
<tr>
<td class="parameter_name"><p>user_data</p></td>

View File

@ -397,7 +397,7 @@ against at application run time.</p>
<hr>
<div class="refsect2">
<a name="GTK-MICRO-VERSION:CAPS"></a><h3>GTK_MICRO_VERSION</h3>
<pre class="programlisting">#define GTK_MICRO_VERSION (22)
<pre class="programlisting">#define GTK_MICRO_VERSION (23)
</pre>
<p>Like <a class="link" href="gtk3-Feature-Test-Macros.html#gtk-get-micro-version" title="gtk_get_micro_version ()"><code class="function">gtk_get_micro_version()</code></a>, but from the headers used at
application compile time, rather than from the library linked
@ -406,7 +406,7 @@ against at application run time.</p>
<hr>
<div class="refsect2">
<a name="GTK-BINARY-AGE:CAPS"></a><h3>GTK_BINARY_AGE</h3>
<pre class="programlisting">#define GTK_BINARY_AGE (2422)
<pre class="programlisting">#define GTK_BINARY_AGE (2423)
</pre>
<p>Like <a class="link" href="gtk3-Feature-Test-Macros.html#gtk-get-binary-age" title="gtk_get_binary_age ()"><code class="function">gtk_get_binary_age()</code></a>, but from the headers used at
application compile time, rather than from the library linked
@ -415,7 +415,7 @@ against at application run time.</p>
<hr>
<div class="refsect2">
<a name="GTK-INTERFACE-AGE:CAPS"></a><h3>GTK_INTERFACE_AGE</h3>
<pre class="programlisting">#define GTK_INTERFACE_AGE (18)
<pre class="programlisting">#define GTK_INTERFACE_AGE (19)
</pre>
<p>Like <a class="link" href="gtk3-Feature-Test-Macros.html#gtk-get-interface-age" title="gtk_get_interface_age ()"><code class="function">gtk_get_interface_age()</code></a>, but from the headers used at
application compile time, rather than from the library linked

View File

@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GTK+ 3 Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
This document is for the GTK+ 3 library, version 3.24.22
This document is for the GTK+ 3 library, version 3.24.23
.
The latest versions can be found online at
<a class="ulink" href="https://developer.gnome.org/gtk3/" target="_top">https://developer.gnome.org/gtk3/</a>.

View File

@ -1 +1 @@
3.24.22
3.24.23

View File

@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GAIL Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
Version 3.24.22
Version 3.24.23
The latest version of this documentation can be found on-line at
<a class="ulink" href="http://developer.gnome.org/gail-libgail-util/unstable/" target="_top">http://developer.gnome.org/gail-libgail-util/unstable/</a>.

View File

@ -1 +1 @@
3.24.22
3.24.23

View File

@ -278,6 +278,7 @@ free_pointer_info (GdkPointerWindowInfo *info)
{
if (info->toplevel_under_pointer)
g_object_unref (info->toplevel_under_pointer);
g_clear_object (&info->last_slave);
g_slice_free (GdkPointerWindowInfo, info);
}

View File

@ -26,7 +26,7 @@
#define GDK_MAJOR_VERSION (3)
#define GDK_MINOR_VERSION (24)
#define GDK_MICRO_VERSION (22)
#define GDK_MICRO_VERSION (23)
#ifndef _GDK_EXTERN
#define _GDK_EXTERN extern

View File

@ -9931,7 +9931,7 @@ _gdk_windowing_got_event (GdkDisplay *display,
if (source_device != pointer_info->last_slave &&
gdk_device_get_device_type (source_device) == GDK_DEVICE_TYPE_SLAVE)
pointer_info->last_slave = source_device;
g_set_object (&pointer_info->last_slave, source_device);
else if (pointer_info->last_slave)
source_device = pointer_info->last_slave;
}

View File

@ -42,6 +42,8 @@ gdk_quartz_osx_version (void)
version = [[NSProcessInfo processInfo] operatingSystemVersion];
minor = version.minorVersion;
if (version.majorVersion == 11)
minor += 16;
#endif
}

View File

@ -40,7 +40,9 @@ typedef enum
GDK_OSX_SIERRA = 12,
GDK_OSX_HIGH_SIERRA = 13,
GDK_OSX_MOJAVE = 14,
GDK_OSX_CURRENT = 14,
GDK_OSX_CATALINA = 15,
GDK_OSX_BIGSUR = 16,
GDK_OSX_CURRENT = 15,
GDK_OSX_NEW = 99
} GdkOSXVersion;

View File

@ -729,6 +729,8 @@ gdk_wayland_display_finalize (GObject *object)
g_ptr_array_free (display_wayland->monitors, TRUE);
wl_display_disconnect(display_wayland->wl_display);
G_OBJECT_CLASS (gdk_wayland_display_parent_class)->finalize (object);
}

View File

@ -374,7 +374,7 @@ gdk_wayland_drag_context_set_hotspot (GdkDragContext *context,
return;
_gdk_wayland_window_offset_next_wl_buffer (context_wayland->dnd_window,
-hot_x, -hot_y);
prev_hot_x - hot_x, prev_hot_y - hot_y);
gdk_window_invalidate_rect (context_wayland->dnd_window, &damage_rect, FALSE);
}

View File

@ -351,25 +351,56 @@ update_xft_settings (GdkScreen *screen)
{
TranslationEntry *entry;
entry = find_translation_entry_by_schema ("org.gnome.settings-daemon.plugins.xsettings", "antialiasing");
antialiasing = entry->fallback.i;
entry = find_translation_entry_by_schema ("org.gnome.desktop.interface", "font-antialiasing");
entry = find_translation_entry_by_schema ("org.gnome.settings-daemon.plugins.xsettings", "hinting");
hinting = entry->fallback.i;
if (entry->valid)
{
antialiasing = entry->fallback.i;
entry = find_translation_entry_by_schema ("org.gnome.settings-daemon.plugins.xsettings", "rgba-order");
order = entry->fallback.i;
entry = find_translation_entry_by_schema ("org.gnome.desktop.interface", "font-hinting");
hinting = entry->fallback.i;
entry = find_translation_entry_by_schema ("org.gnome.desktop.interface", "font-rgba-order");
order = entry->fallback.i;
}
else
{
entry = find_translation_entry_by_schema ("org.gnome.settings-daemon.plugins.xsettings", "antialiasing");
antialiasing = entry->fallback.i;
entry = find_translation_entry_by_schema ("org.gnome.settings-daemon.plugins.xsettings", "hinting");
hinting = entry->fallback.i;
entry = find_translation_entry_by_schema ("org.gnome.settings-daemon.plugins.xsettings", "rgba-order");
order = entry->fallback.i;
}
entry = find_translation_entry_by_schema ("org.gnome.desktop.interface", "text-scaling-factor");
dpi = 96.0 * entry->fallback.i / 65536.0 * 1024; /* Xft wants 1/1024th of an inch */
}
else
{
settings = g_hash_table_lookup (screen_wayland->settings,
"org.gnome.settings-daemon.plugins.xsettings");
GSettingsSchemaSource *source;
GSettingsSchema *schema;
if (settings)
source = g_settings_schema_source_get_default ();
schema = g_settings_schema_source_lookup (source,
"org.gnome.desktop.interface",
FALSE);
if (schema && g_settings_schema_has_key (schema, "font-antialiasing"))
{
settings = g_hash_table_lookup (screen_wayland->settings,
"org.gnome.desktop.interface");
antialiasing = g_settings_get_enum (settings, "font-antialiasing");
hinting = g_settings_get_enum (settings, "font-hinting");
order = g_settings_get_enum (settings, "font-rgba-order");
}
else if (g_hash_table_contains (screen_wayland->settings,
"org.gnome.settings-daemon.plugins.xsettings"))
{
settings = g_hash_table_lookup (screen_wayland->settings,
"org.gnome.settings-daemon.plugins.xsettings");
antialiasing = g_settings_get_enum (settings, "antialiasing");
hinting = g_settings_get_enum (settings, "hinting");
order = g_settings_get_enum (settings, "rgba-order");
@ -504,6 +535,8 @@ static TranslationEntry translations[] = {
{ FALSE, "org.gnome.desktop.interface", "enable-animations", "gtk-enable-animations", G_TYPE_BOOLEAN, { .b = TRUE } },
{ FALSE, "org.gnome.desktop.interface", "gtk-enable-primary-paste", "gtk-enable-primary-paste", G_TYPE_BOOLEAN, { .b = TRUE } },
{ FALSE, "org.gnome.desktop.interface", "overlay-scrolling", "gtk-overlay-scrolling", G_TYPE_BOOLEAN, { .b = TRUE } },
{ FALSE, "org.gnome.desktop.peripherals.mouse", "double-click", "gtk-double-click-time", G_TYPE_INT, { .i = 400 } },
{ FALSE, "org.gnome.desktop.peripherals.mouse", "drag-threshold", "gtk-dnd-drag-threshold", G_TYPE_INT, {.i = 8 } },
{ FALSE, "org.gnome.settings-daemon.peripherals.mouse", "double-click", "gtk-double-click-time", G_TYPE_INT, { .i = 400 } },
{ FALSE, "org.gnome.settings-daemon.peripherals.mouse", "drag-threshold", "gtk-dnd-drag-threshold", G_TYPE_INT, {.i = 8 } },
{ FALSE, "org.gnome.desktop.sound", "theme-name", "gtk-sound-theme-name", G_TYPE_STRING, { .s = "freedesktop" } },
@ -513,6 +546,10 @@ static TranslationEntry translations[] = {
{ FALSE, "org.gnome.desktop.privacy", "remember-recent-files", "gtk-recent-files-enabled", G_TYPE_BOOLEAN, { .b = TRUE } },
{ FALSE, WM_SETTINGS_SCHEMA, "button-layout", "gtk-decoration-layout", G_TYPE_STRING, { .s = "menu:close" } },
{ FALSE, CLASSIC_WM_SETTINGS_SCHEMA, "button-layout", "gtk-decoration-layout", G_TYPE_STRING, { .s = "menu:close" } },
{ FALSE, "org.gnome.desktop.interface", "font-antialiasing", "gtk-xft-antialias", G_TYPE_NONE, { .i = 0 } },
{ FALSE, "org.gnome.desktop.interface", "font-hinting", "gtk-xft-hinting", G_TYPE_NONE, { .i = 0 } },
{ FALSE, "org.gnome.desktop.interface", "font-hinting", "gtk-xft-hintstyle", G_TYPE_NONE, { .i = 0 } },
{ FALSE, "org.gnome.desktop.interface", "font-rgba-order", "gtk-xft-rgba", G_TYPE_NONE, { .i = 0 } },
{ FALSE, "org.gnome.settings-daemon.plugins.xsettings", "antialiasing", "gtk-xft-antialias", G_TYPE_NONE, { .i = 0 } },
{ FALSE, "org.gnome.settings-daemon.plugins.xsettings", "hinting", "gtk-xft-hinting", G_TYPE_NONE, { .i = 0 } },
{ FALSE, "org.gnome.settings-daemon.plugins.xsettings", "hinting", "gtk-xft-hintstyle", G_TYPE_NONE, { .i = 0 } },
@ -604,11 +641,14 @@ apply_portal_setting (TranslationEntry *entry,
entry->fallback.b = g_variant_get_boolean (value);
break;
case G_TYPE_NONE:
if (strcmp (entry->key, "antialiasing") == 0)
if (strcmp (entry->key, "antialiasing") == 0 ||
strcmp (entry->key, "font-antialiasing") == 0)
entry->fallback.i = get_antialiasing (g_variant_get_string (value, NULL));
else if (strcmp (entry->key, "hinting") == 0)
else if (strcmp (entry->key, "hinting") == 0 ||
strcmp (entry->key, "font-hinting") == 0)
entry->fallback.i = get_hinting (g_variant_get_string (value, NULL));
else if (strcmp (entry->key, "rgba-order") == 0)
else if (strcmp (entry->key, "rgba-order") == 0 ||
strcmp (entry->key, "font-rgba-order") == 0)
entry->fallback.i = get_order (g_variant_get_string (value, NULL));
else if (strcmp (entry->key, "text-scaling-factor") == 0)
entry->fallback.i = (int) (g_variant_get_double (value) * 65536.0);

View File

@ -3,8 +3,8 @@
GTK_ICON ICON "gtk.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,24,22,0
PRODUCTVERSION 3,24,22,0
FILEVERSION 3,24,23,0
PRODUCTVERSION 3,24,23,0
FILEFLAGSMASK 0
FILEFLAGS 0
FILEOS VOS__WINDOWS32
@ -17,12 +17,12 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "The GTK developer community"
VALUE "FileDescription", "GIMP Drawing Kit"
VALUE "FileVersion", "3.24.22.0"
VALUE "FileVersion", "3.24.23.0"
VALUE "InternalName", "libgdk-win32-3.0-0"
VALUE "LegalCopyright", "Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GTK+ Team and others 1997-2011."
VALUE "OriginalFilename", "libgdk-win32-3.0-0.dll"
VALUE "ProductName", "GTK+"
VALUE "ProductVersion", "3.24.22"
VALUE "ProductVersion", "3.24.23"
END
END
BLOCK "VarFileInfo"

View File

@ -1,8 +1,8 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,24,22,0
PRODUCTVERSION 3,24,22,0
FILEVERSION 3,24,23,0
PRODUCTVERSION 3,24,23,0
FILEFLAGSMASK 0
FILEFLAGS 0
FILEOS VOS__WINDOWS32
@ -15,12 +15,12 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "The GTK developer community"
VALUE "FileDescription", "GIMP Toolkit"
VALUE "FileVersion", "3.24.22.0"
VALUE "FileVersion", "3.24.23.0"
VALUE "InternalName", "libgtk-win32-3.0-0"
VALUE "LegalCopyright", "Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GTK+ Team and others 1997-2011."
VALUE "OriginalFilename", "libgtk-win32-3.0-0.dll"
VALUE "ProductName", "GTK+"
VALUE "ProductVersion", "3.24.22"
VALUE "ProductVersion", "3.24.23"
END
END
BLOCK "VarFileInfo"

View File

@ -891,7 +891,7 @@ gtk_gesture_class_init (GtkGestureClass *klass)
/**
* GtkGesture::begin:
* @gesture: the object which received the signal
* @sequence: the #GdkEventSequence that made the gesture to be recognized
* @sequence: (nullable): the #GdkEventSequence that made the gesture to be recognized
*
* This signal is emitted when the gesture is recognized. This means the
* number of touch sequences matches #GtkGesture:n-points, and the #GtkGesture::check
@ -913,7 +913,7 @@ gtk_gesture_class_init (GtkGestureClass *klass)
/**
* GtkGesture::end:
* @gesture: the object which received the signal
* @sequence: the #GdkEventSequence that made gesture recognition to finish
* @sequence: (nullable): the #GdkEventSequence that made gesture recognition to finish
*
* This signal is emitted when @gesture either stopped recognizing the event
* sequences as something to be handled (the #GtkGesture::check handler returned
@ -937,7 +937,7 @@ gtk_gesture_class_init (GtkGestureClass *klass)
/**
* GtkGesture::update:
* @gesture: the object which received the signal
* @sequence: the #GdkEventSequence that was updated
* @sequence: (nullable): the #GdkEventSequence that was updated
*
* This signal is emitted whenever an event is handled while the gesture is
* recognized. @sequence is guaranteed to pertain to the set of active touches.
@ -954,7 +954,7 @@ gtk_gesture_class_init (GtkGestureClass *klass)
/**
* GtkGesture::cancel:
* @gesture: the object which received the signal
* @sequence: the #GdkEventSequence that was cancelled
* @sequence: (nullable): the #GdkEventSequence that was cancelled
*
* This signal is emitted whenever a sequence is cancelled. This usually
* happens on active touches when gtk_event_controller_reset() is called
@ -975,7 +975,7 @@ gtk_gesture_class_init (GtkGestureClass *klass)
/**
* GtkGesture::sequence-state-changed:
* @gesture: the object which received the signal
* @sequence: the #GdkEventSequence that was cancelled
* @sequence: (nullable): the #GdkEventSequence that was cancelled
* @state: the new sequence state
*
* This signal is emitted whenever a sequence state changes. See

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,8 @@
#if defined(HAVE_TRACKER3)
#include "gtksearchenginetracker3.h"
#elif !defined G_OS_WIN32 /* No tracker on windows */
#endif
#if !defined G_OS_WIN32 /* No tracker on windows */
#include "gtksearchenginetracker.h"
#define HAVE_TRACKER 1
#endif
@ -385,16 +386,21 @@ _gtk_search_engine_new (void)
g_object_ref (engine->priv->native),
g_object_unref);
}
#elif defined(HAVE_TRACKER)
engine->priv->native = _gtk_search_engine_tracker_new ();
if (engine->priv->native)
#endif
#ifdef HAVE_TRACKER
if (!engine->priv->native)
{
g_debug ("Using Tracker search engine");
connect_engine_signals (engine->priv->native, engine);
_gtk_search_engine_simple_set_indexed_cb (GTK_SEARCH_ENGINE_SIMPLE (engine->priv->simple),
_gtk_search_engine_tracker_is_indexed,
g_object_ref (engine->priv->native),
g_object_unref);
engine->priv->native = _gtk_search_engine_tracker_new ();
if (engine->priv->native)
{
g_debug ("Using Tracker search engine");
connect_engine_signals (engine->priv->native, engine);
_gtk_search_engine_simple_set_indexed_cb (GTK_SEARCH_ENGINE_SIMPLE (engine->priv->simple),
_gtk_search_engine_tracker_is_indexed,
g_object_ref (engine->priv->native),
g_object_unref);
}
}
#endif

View File

@ -368,6 +368,22 @@ gtk_search_engine_tracker3_new (void)
{
GtkSearchEngineTracker3 *engine;
GError *error = NULL;
GModule *self;
self = g_module_open (NULL, G_MODULE_BIND_LAZY);
/* Avoid hell from breaking loose if the application links to Tracker 2.x */
if (self)
{
gpointer symbol;
gboolean found;
found = g_module_symbol (self, "tracker_sparql_builder_new", &symbol);
g_module_close (self);
if (found)
return NULL;
}
g_debug ("Creating GtkSearchEngineTracker3...");

View File

@ -64,7 +64,7 @@
* application compile time, rather than from the library linked
* against at application run time.
*/
#define GTK_MICRO_VERSION (22)
#define GTK_MICRO_VERSION (23)
/**
* GTK_BINARY_AGE:
@ -73,7 +73,7 @@
* application compile time, rather than from the library linked
* against at application run time.
*/
#define GTK_BINARY_AGE (2422)
#define GTK_BINARY_AGE (2423)
/**
* GTK_INTERFACE_AGE:
@ -82,7 +82,7 @@
* application compile time, rather than from the library linked
* against at application run time.
*/
#define GTK_INTERFACE_AGE (18)
#define GTK_INTERFACE_AGE (19)
/**
* GTK_CHECK_VERSION:

View File

@ -205,6 +205,12 @@ label {
&:backdrop {
selection { @extend %selected_items_backdrop; }
}
&.error {
color: $error_color;
&:disabled { color: transparentize($error_color,0.5); }
&:disabled:backdrop { color: transparentize($error_color,0.6); }
}
}
.dim-label {
@ -473,6 +479,8 @@ entry {
+ combobox > box > button.combo { border-top-color: $drop_target_color; }
}
}
&.error { color: $error_color; }
}
treeview entry {

View File

@ -57,6 +57,12 @@ label:disabled:backdrop { color: #5b5b5b; }
button label:disabled:backdrop { color: inherit; }
label.error { color: #cc0000; }
label.error:disabled { color: rgba(204, 0, 0, 0.5); }
label.error:disabled:backdrop { color: rgba(204, 0, 0, 0.4); }
.dim-label, .titlebar:not(headerbar) .subtitle, headerbar .subtitle, label.separator { opacity: 0.55; text-shadow: none; }
assistant .sidebar { background-color: #2d2d2d; border-top: 1px solid #1b1b1b; }
@ -178,6 +184,8 @@ spinbutton:not(.vertical) progress:backdrop, entry progress:backdrop { backgroun
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:drop(active):not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-top-color: #4e9a06; }
spinbutton.error:not(.vertical), entry.error { color: #cc0000; }
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { background-color: #2d2d2d; transition-property: color, background; }
treeview entry.flat, treeview entry { border-radius: 0; background-image: none; background-color: #2d2d2d; }

View File

@ -57,6 +57,12 @@ label:disabled:backdrop { color: #d4cfca; }
button label:disabled:backdrop { color: inherit; }
label.error { color: #cc0000; }
label.error:disabled { color: rgba(204, 0, 0, 0.5); }
label.error:disabled:backdrop { color: rgba(204, 0, 0, 0.4); }
.dim-label, .titlebar:not(headerbar) .subtitle, headerbar .subtitle, label.separator { opacity: 0.55; text-shadow: none; }
assistant .sidebar { background-color: #ffffff; border-top: 1px solid #cdc7c2; }
@ -178,6 +184,8 @@ spinbutton:not(.vertical) progress:backdrop, entry progress:backdrop { backgroun
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:drop(active):not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-top-color: #4e9a06; }
spinbutton.error:not(.vertical), entry.error { color: #cc0000; }
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { background-color: #ffffff; transition-property: color, background; }
treeview entry.flat, treeview entry { border-radius: 0; background-image: none; background-color: #ffffff; }

View File

@ -1,5 +1,5 @@
project('gtk+-3.0', 'c',
version: '3.24.22',
version: '3.24.23',
default_options: [
'buildtype=debugoptimized',
'warning_level=1'
@ -51,7 +51,7 @@ gtk_version = meson.project_version()
gtk_major_version = gtk_version.split('.')[0].to_int()
gtk_minor_version = gtk_version.split('.')[1].to_int()
gtk_micro_version = gtk_version.split('.')[2].to_int()
gtk_interface_age = 18
gtk_interface_age = 19
add_project_arguments('-DGTK_VERSION="@0@"'.format(meson.project_version()), language: 'c')
add_project_arguments('-D_GNU_SOURCE', language: 'c')

View File

@ -3194,8 +3194,8 @@ avahi_service_resolver_cb (GObject *source_object,
if (data->resource_path != NULL)
{
if (data->got_printer_type &&
(g_strcmp0 (data->resource_path, "printers/") == 0 ||
g_strcmp0 (data->resource_path, "classes/") == 0))
(g_str_has_prefix (data->resource_path, "printers/") ||
g_str_has_prefix (data->resource_path, "classes/")))
{
/* This is a CUPS printer advertised via Avahi */
printer_name = g_strrstr (data->resource_path, "/");

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 3.24.21\n"
"Project-Id-Version: gtk+ 3.24.23\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk"
"%2B\n"
"POT-Creation-Date: 2020-06-28 16:57-0400\n"
"POT-Creation-Date: 2020-09-03 18:08-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3756,7 +3756,7 @@ msgid "The current filter for selecting which files are displayed"
msgstr ""
#: gtk/gtkfilechooser.c:388 gtk/gtkplacessidebar.c:4836
#: gtk/gtkplacesview.c:2322
#: gtk/gtkplacesview.c:2336
msgid "Local Only"
msgstr ""
@ -5436,11 +5436,11 @@ msgstr ""
msgid "The location to highlight in the sidebar"
msgstr ""
#: gtk/gtkplacessidebar.c:4805 gtk/gtkplacesview.c:2343
#: gtk/gtkplacessidebar.c:4805 gtk/gtkplacesview.c:2357
msgid "Open Flags"
msgstr ""
#: gtk/gtkplacessidebar.c:4806 gtk/gtkplacesview.c:2344
#: gtk/gtkplacessidebar.c:4806 gtk/gtkplacesview.c:2358
msgid ""
"Modes in which the calling application can open locations selected in the "
"sidebar"
@ -5481,7 +5481,7 @@ msgid ""
"Whether the sidebar includes a builtin shortcut to manually enter a location"
msgstr ""
#: gtk/gtkplacessidebar.c:4837 gtk/gtkplacesview.c:2323
#: gtk/gtkplacessidebar.c:4837 gtk/gtkplacesview.c:2337
msgid "Whether the sidebar only includes local files"
msgstr ""
@ -5513,19 +5513,19 @@ msgstr ""
msgid "Whether to emit ::populate-popup for popups that are not menus"
msgstr ""
#: gtk/gtkplacesview.c:2329
#: gtk/gtkplacesview.c:2343
msgid "Loading"
msgstr ""
#: gtk/gtkplacesview.c:2330
#: gtk/gtkplacesview.c:2344
msgid "Whether the view is loading locations"
msgstr ""
#: gtk/gtkplacesview.c:2336
#: gtk/gtkplacesview.c:2350
msgid "Fetching networks"
msgstr ""
#: gtk/gtkplacesview.c:2337
#: gtk/gtkplacesview.c:2351
msgid "Whether the view is fetching networks"
msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
po/fi.gmo

Binary file not shown.

434
po/fi.po

File diff suppressed because it is too large Load Diff

BIN
po/gl.gmo

Binary file not shown.

529
po/gl.po

File diff suppressed because it is too large Load Diff

View File

@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 3.24.21\n"
"Project-Id-Version: gtk+ 3.24.23\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk"
"%2B\n"
"POT-Creation-Date: 2020-06-28 16:57-0400\n"
"POT-Creation-Date: 2020-09-03 18:08-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -470,19 +470,19 @@ msgid "Unable to create a GL pixel format"
msgstr ""
#: gdk/quartz/gdkglcontext-quartz.c:133 gdk/wayland/gdkglcontext-wayland.c:208
#: gdk/win32/gdkglcontext-win32.c:1070 gdk/win32/gdkglcontext-win32.c:1110
#: gdk/win32/gdkglcontext-win32.c:1072 gdk/win32/gdkglcontext-win32.c:1112
#: gdk/x11/gdkglcontext-x11.c:724 gdk/x11/gdkglcontext-x11.c:774
msgid "Unable to create a GL context"
msgstr ""
#: gdk/wayland/gdkglcontext-wayland.c:418
#: gdk/wayland/gdkglcontext-wayland.c:428 gdk/win32/gdkglcontext-win32.c:908
#: gdk/win32/gdkglcontext-win32.c:918 gdk/win32/gdkglcontext-win32.c:1035
#: gdk/wayland/gdkglcontext-wayland.c:428 gdk/win32/gdkglcontext-win32.c:910
#: gdk/win32/gdkglcontext-win32.c:920 gdk/win32/gdkglcontext-win32.c:1037
#: gdk/x11/gdkglcontext-x11.c:975
msgid "No available configurations for the given pixel format"
msgstr ""
#: gdk/wayland/gdkglcontext-wayland.c:468 gdk/win32/gdkglcontext-win32.c:1177
#: gdk/wayland/gdkglcontext-wayland.c:468 gdk/win32/gdkglcontext-win32.c:1179
#: gdk/x11/gdkglcontext-x11.c:1281
msgid "No GL implementation is available"
msgstr ""
@ -2171,52 +2171,52 @@ msgstr ""
msgid "Paper Margins"
msgstr ""
#: gtk/gtkentry.c:9590 gtk/gtklabel.c:6680 gtk/gtktextview.c:9502
#: gtk/gtkentry.c:9591 gtk/gtklabel.c:6680 gtk/gtktextview.c:9520
msgid "Cu_t"
msgstr ""
#: gtk/gtkentry.c:9594 gtk/gtklabel.c:6681 gtk/gtktextview.c:9506
#: gtk/gtkentry.c:9595 gtk/gtklabel.c:6681 gtk/gtktextview.c:9524
msgid "_Copy"
msgstr ""
#: gtk/gtkentry.c:9598 gtk/gtklabel.c:6682 gtk/gtktextview.c:9508
#: gtk/gtkentry.c:9599 gtk/gtklabel.c:6682 gtk/gtktextview.c:9526
msgid "_Paste"
msgstr ""
#: gtk/gtkentry.c:9601 gtk/gtkfilechooserwidget.c:1499
#: gtk/gtkfilechooserwidget.c:2334 gtk/gtklabel.c:6684 gtk/gtktextview.c:9511
#: gtk/gtkentry.c:9602 gtk/gtkfilechooserwidget.c:1499
#: gtk/gtkfilechooserwidget.c:2334 gtk/gtklabel.c:6684 gtk/gtktextview.c:9529
msgid "_Delete"
msgstr ""
#: gtk/gtkentry.c:9612 gtk/gtklabel.c:6693 gtk/gtktextview.c:9525
#: gtk/gtkentry.c:9613 gtk/gtklabel.c:6693 gtk/gtktextview.c:9543
msgid "Select _All"
msgstr ""
#: gtk/gtkentry.c:9622 gtk/gtktextview.c:9535
#: gtk/gtkentry.c:9623 gtk/gtktextview.c:9553
msgid "Insert _Emoji"
msgstr ""
#: gtk/gtkentry.c:9798 gtk/gtktextview.c:9755
#: gtk/gtkentry.c:9799 gtk/gtktextview.c:9777
msgid "Select all"
msgstr ""
#: gtk/gtkentry.c:9801 gtk/gtktextview.c:9758
#: gtk/gtkentry.c:9802 gtk/gtktextview.c:9780
msgid "Cut"
msgstr ""
#: gtk/gtkentry.c:9804 gtk/gtktextview.c:9761
#: gtk/gtkentry.c:9805 gtk/gtktextview.c:9783
msgid "Copy"
msgstr ""
#: gtk/gtkentry.c:9807 gtk/gtktextview.c:9764
#: gtk/gtkentry.c:9808 gtk/gtktextview.c:9786
msgid "Paste"
msgstr ""
#: gtk/gtkentry.c:10879
#: gtk/gtkentry.c:10880
msgid "Caps Lock is on"
msgstr ""
#: gtk/gtkentry.c:11157
#: gtk/gtkentry.c:11158
msgid "Insert Emoji"
msgstr ""
@ -2243,7 +2243,7 @@ msgstr ""
#. Open item is always present
#: gtk/gtkfilechoosernative.c:546 gtk/gtkfilechoosernative.c:631
#: gtk/gtkplacessidebar.c:3625 gtk/gtkplacessidebar.c:3693
#: gtk/gtkplacesview.c:1682
#: gtk/gtkplacesview.c:1696
msgid "_Open"
msgstr ""
@ -2884,68 +2884,68 @@ msgstr ""
msgid "Co_nnect"
msgstr ""
#: gtk/gtkmountoperation.c:671
#: gtk/gtkmountoperation.c:668
msgid "Connect As"
msgstr ""
#: gtk/gtkmountoperation.c:680
#: gtk/gtkmountoperation.c:677
msgid "_Anonymous"
msgstr ""
#: gtk/gtkmountoperation.c:689
#: gtk/gtkmountoperation.c:686
msgid "Registered U_ser"
msgstr ""
#: gtk/gtkmountoperation.c:700
#: gtk/gtkmountoperation.c:697
msgid "_Username"
msgstr ""
#: gtk/gtkmountoperation.c:705
#: gtk/gtkmountoperation.c:702
msgid "_Domain"
msgstr ""
#: gtk/gtkmountoperation.c:714
#: gtk/gtkmountoperation.c:711
msgid "Volume type"
msgstr ""
#: gtk/gtkmountoperation.c:724
#: gtk/gtkmountoperation.c:721
msgid "_Hidden"
msgstr ""
#: gtk/gtkmountoperation.c:727
#: gtk/gtkmountoperation.c:724
msgid "_Windows system"
msgstr ""
#: gtk/gtkmountoperation.c:730
#: gtk/gtkmountoperation.c:727
msgid "_PIM"
msgstr ""
#: gtk/gtkmountoperation.c:736
#: gtk/gtkmountoperation.c:733
msgid "_Password"
msgstr ""
#: gtk/gtkmountoperation.c:758
#: gtk/gtkmountoperation.c:755
msgid "Forget password _immediately"
msgstr ""
#: gtk/gtkmountoperation.c:768
#: gtk/gtkmountoperation.c:765
msgid "Remember password until you _logout"
msgstr ""
#: gtk/gtkmountoperation.c:778
#: gtk/gtkmountoperation.c:775
msgid "Remember _forever"
msgstr ""
#: gtk/gtkmountoperation.c:1173
#: gtk/gtkmountoperation.c:1170
#, c-format
msgid "Unknown Application (PID %d)"
msgstr ""
#: gtk/gtkmountoperation.c:1358
#: gtk/gtkmountoperation.c:1355
msgid "Unable to end process"
msgstr ""
#: gtk/gtkmountoperation.c:1392
#: gtk/gtkmountoperation.c:1389
msgid "_End Process"
msgstr ""
@ -3195,12 +3195,12 @@ msgid "Unable to poll “%s” for media changes"
msgstr ""
#: gtk/gtkplacessidebar.c:3630 gtk/gtkplacessidebar.c:3696
#: gtk/gtkplacesview.c:1692
#: gtk/gtkplacesview.c:1706
msgid "Open in New _Tab"
msgstr ""
#: gtk/gtkplacessidebar.c:3636 gtk/gtkplacessidebar.c:3699
#: gtk/gtkplacesview.c:1703
#: gtk/gtkplacesview.c:1717
msgid "Open in New _Window"
msgstr ""
@ -3216,11 +3216,11 @@ msgstr ""
msgid "Rename…"
msgstr ""
#: gtk/gtkplacessidebar.c:3709 gtk/gtkplacesview.c:1737
#: gtk/gtkplacessidebar.c:3709 gtk/gtkplacesview.c:1751
msgid "_Mount"
msgstr ""
#: gtk/gtkplacessidebar.c:3710 gtk/gtkplacesview.c:1727
#: gtk/gtkplacessidebar.c:3710 gtk/gtkplacesview.c:1741
msgid "_Unmount"
msgstr ""
@ -3245,7 +3245,7 @@ msgid "No network locations found"
msgstr ""
#. if it wasn't cancelled show a dialog
#: gtk/gtkplacesview.c:1232 gtk/gtkplacesview.c:1307
#: gtk/gtkplacesview.c:1232 gtk/gtkplacesview.c:1321
msgid "Unable to access location"
msgstr ""
@ -3255,71 +3255,71 @@ msgid "Con_nect"
msgstr ""
#. if it wasn't cancelled show a dialog
#: gtk/gtkplacesview.c:1370
#: gtk/gtkplacesview.c:1384
msgid "Unable to unmount volume"
msgstr ""
#. Allow to cancel the operation
#: gtk/gtkplacesview.c:1471
#: gtk/gtkplacesview.c:1485
msgid "Cance_l"
msgstr ""
#: gtk/gtkplacesview.c:1634
#: gtk/gtkplacesview.c:1648
msgid "AppleTalk"
msgstr ""
#. Translators: do not translate ftp:// and ftps://
#: gtk/gtkplacesview.c:1638
#: gtk/gtkplacesview.c:1652
msgid "File Transfer Protocol"
msgstr ""
#: gtk/gtkplacesview.c:1638
#: gtk/gtkplacesview.c:1652
msgid "ftp:// or ftps://"
msgstr ""
#: gtk/gtkplacesview.c:1641
#: gtk/gtkplacesview.c:1655
msgid "Network File System"
msgstr ""
#: gtk/gtkplacesview.c:1644
#: gtk/gtkplacesview.c:1658
msgid "Samba"
msgstr ""
#. Translators: do not translate sftp:// and ssh://
#: gtk/gtkplacesview.c:1648
#: gtk/gtkplacesview.c:1662
msgid "SSH File Transfer Protocol"
msgstr ""
#: gtk/gtkplacesview.c:1648
#: gtk/gtkplacesview.c:1662
msgid "sftp:// or ssh://"
msgstr ""
#. Translators: do not translate dav:// and davs://
#: gtk/gtkplacesview.c:1652
#: gtk/gtkplacesview.c:1666
msgid "WebDAV"
msgstr ""
#: gtk/gtkplacesview.c:1652
#: gtk/gtkplacesview.c:1666
msgid "dav:// or davs://"
msgstr ""
#: gtk/gtkplacesview.c:1727
#: gtk/gtkplacesview.c:1741
msgid "_Disconnect"
msgstr ""
#: gtk/gtkplacesview.c:1737
#: gtk/gtkplacesview.c:1751
msgid "_Connect"
msgstr ""
#: gtk/gtkplacesview.c:1878
#: gtk/gtkplacesview.c:1892
msgid "Unable to get remote server location"
msgstr ""
#: gtk/gtkplacesview.c:2073 gtk/gtkplacesview.c:2082
#: gtk/gtkplacesview.c:2087 gtk/gtkplacesview.c:2096
msgid "Networks"
msgstr ""
#: gtk/gtkplacesview.c:2073 gtk/gtkplacesview.c:2082
#: gtk/gtkplacesview.c:2087 gtk/gtkplacesview.c:2096
msgid "On This Computer"
msgstr ""
@ -3436,8 +3436,8 @@ msgid "The most probable reason is that a temporary file could not be created."
msgstr ""
#. window
#: gtk/gtkprintoperation-portal.c:231 gtk/gtkprintoperation-portal.c:542
#: gtk/gtkprintoperation-portal.c:611 gtk/gtkprintunixdialog.c:3415
#: gtk/gtkprintoperation-portal.c:231 gtk/gtkprintoperation-portal.c:549
#: gtk/gtkprintoperation-portal.c:618 gtk/gtkprintunixdialog.c:3415
msgid "Print"
msgstr ""

BIN
po/hu.gmo

Binary file not shown.

648
po/hu.po

File diff suppressed because it is too large Load Diff

BIN
po/ja.gmo

Binary file not shown.

346
po/ja.po
View File

@ -1,5 +1,5 @@
# gtk+ ja.po.
# Copyright (C) 1998-2020 Free Software Foundation, Inc.
# Copyright (C) 1998, 2000-2016, 2018-2020 Free Software Foundation, Inc.
# Yasuhiro SHIRASAKI <yasuhiro@awa.tohoku.ac.jp>, 1998.
# Yukihiro Nakai <nakai@gnome.gr.jp>, 2000-2001.
# Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>, 2002, 2009-2010.
@ -10,7 +10,7 @@
# Nishibori Kiyotaka <ml.nishibori.kiyotaka@gmail.com>, 2009-2010, 2018.
# Masato Hashimoto <cabezon.hashimoto@gmail.com>, 2010.
# IWAI, Masaharu <iwaim.sub@gmail.com>, 2010.
# Jiro Matsuzawa <jmatsuzawa@gnome.org>, 2011, 2012, 2013, 2014, 2015, 2016.
# Jiro Matsuzawa <jmatsuzawa@gnome.org>, 2011-2016.
# Shushi KUROSE <md81bird@hitaki.net>, 2013.
# Hajime Taira <htaira@redhat.com>, 2015.
# sicklylife <translation@sicklylife.jp>, 2019-2020.
@ -19,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ master\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-11 18:07+0000\n"
"PO-Revision-Date: 2020-05-13 22:00+0900\n"
"POT-Creation-Date: 2020-08-17 08:40+0000\n"
"PO-Revision-Date: 2020-08-18 17:45+0900\n"
"Last-Translator: sicklylife <translation@sicklylife.jp>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
"Language: ja\n"
@ -483,20 +483,20 @@ msgid "Unable to create a GL pixel format"
msgstr "GL ピクセルフォーマットを生成できません"
#: gdk/quartz/gdkglcontext-quartz.c:133 gdk/wayland/gdkglcontext-wayland.c:208
#: gdk/win32/gdkglcontext-win32.c:1070 gdk/win32/gdkglcontext-win32.c:1110
#: gdk/x11/gdkglcontext-x11.c:720 gdk/x11/gdkglcontext-x11.c:770
#: gdk/win32/gdkglcontext-win32.c:1072 gdk/win32/gdkglcontext-win32.c:1112
#: gdk/x11/gdkglcontext-x11.c:724 gdk/x11/gdkglcontext-x11.c:774
msgid "Unable to create a GL context"
msgstr "GL コンテキストを生成できません"
#: gdk/wayland/gdkglcontext-wayland.c:418
#: gdk/wayland/gdkglcontext-wayland.c:428 gdk/win32/gdkglcontext-win32.c:908
#: gdk/win32/gdkglcontext-win32.c:918 gdk/win32/gdkglcontext-win32.c:1035
#: gdk/x11/gdkglcontext-x11.c:971
#: gdk/wayland/gdkglcontext-wayland.c:428 gdk/win32/gdkglcontext-win32.c:910
#: gdk/win32/gdkglcontext-win32.c:920 gdk/win32/gdkglcontext-win32.c:1037
#: gdk/x11/gdkglcontext-x11.c:975
msgid "No available configurations for the given pixel format"
msgstr ""
msgstr "指定されたピクセルフォーマットの利用可能な設定はありません"
#: gdk/wayland/gdkglcontext-wayland.c:468 gdk/win32/gdkglcontext-win32.c:1177
#: gdk/x11/gdkglcontext-x11.c:1277
#: gdk/wayland/gdkglcontext-wayland.c:468 gdk/win32/gdkglcontext-win32.c:1179
#: gdk/x11/gdkglcontext-x11.c:1281
msgid "No GL implementation is available"
msgstr "利用可能な GL 実装がありません"
@ -550,10 +550,10 @@ msgid "Opening %d Item"
msgid_plural "Opening %d Items"
msgstr[0] "%d 個のアイテムを開いています"
#: gdk/x11/gdkglcontext-x11.c:999
#: gdk/x11/gdkglcontext-x11.c:1003
#, c-format
msgid "No available configurations for the given RGBA pixel format"
msgstr ""
msgstr "指定された RGBA ピクセルフォーマットの利用可能な設定はありません"
#: gtk/a11y/gtkbooleancellaccessible.c:43
msgctxt "Action description"
@ -1234,8 +1234,8 @@ msgstr ""
"こに保存する”を選択してください"
#: gtk/deprecated/gtkcolorseldialog.c:191 gtk/deprecated/gtkfontsel.c:1689
#: gtk/gtkfilechoosernative.c:544 gtk/gtkfilechoosernative.c:636
#: gtk/gtkfilechooserwidget.c:1497 gtk/gtkfilechooserwidget.c:6562
#: gtk/gtkfilechoosernative.c:545 gtk/gtkfilechoosernative.c:637
#: gtk/gtkfilechooserwidget.c:1498 gtk/gtkfilechooserwidget.c:6572
#: gtk/gtkmessagedialog.c:952 gtk/gtkmessagedialog.c:965
#: gtk/gtkmountoperation.c:594 gtk/gtkpagesetupunixdialog.c:197
#: gtk/gtkprintbackend.c:779 gtk/gtkprinteroptionwidget.c:545
@ -1717,7 +1717,7 @@ msgid "Other Applications"
msgstr "別のアプリケーション"
#: gtk/gtkapplicationwindow.c:345 gtk/gtkprintoperation-unix.c:485
#: gtk/gtkprintoperation-win32.c:1495 gtk/inspector/prop-editor.c:1686
#: gtk/gtkprintoperation-win32.c:1521 gtk/inspector/prop-editor.c:1686
msgid "Application"
msgstr "アプリケーション"
@ -1772,7 +1772,7 @@ msgid "Can't parse file: %s\n"
msgstr "ファイルを解析できません: %s\n"
#: gtk/gtk-builder-tool.c:1058
#, fuzzy, c-format
#, c-format
msgid ""
"Usage:\n"
" gtk-builder-tool [COMMAND] FILE\n"
@ -2218,52 +2218,52 @@ msgstr "右側(_R):"
msgid "Paper Margins"
msgstr "用紙のマージン"
#: gtk/gtkentry.c:9590 gtk/gtklabel.c:6680 gtk/gtktextview.c:9502
#: gtk/gtkentry.c:9591 gtk/gtklabel.c:6680 gtk/gtktextview.c:9520
msgid "Cu_t"
msgstr "切り取り(_T)"
#: gtk/gtkentry.c:9594 gtk/gtklabel.c:6681 gtk/gtktextview.c:9506
#: gtk/gtkentry.c:9595 gtk/gtklabel.c:6681 gtk/gtktextview.c:9524
msgid "_Copy"
msgstr "コピー(_C)"
#: gtk/gtkentry.c:9598 gtk/gtklabel.c:6682 gtk/gtktextview.c:9508
#: gtk/gtkentry.c:9599 gtk/gtklabel.c:6682 gtk/gtktextview.c:9526
msgid "_Paste"
msgstr "貼り付け(_P)"
#: gtk/gtkentry.c:9601 gtk/gtkfilechooserwidget.c:1498
#: gtk/gtkfilechooserwidget.c:2324 gtk/gtklabel.c:6684 gtk/gtktextview.c:9511
#: gtk/gtkentry.c:9602 gtk/gtkfilechooserwidget.c:1499
#: gtk/gtkfilechooserwidget.c:2334 gtk/gtklabel.c:6684 gtk/gtktextview.c:9529
msgid "_Delete"
msgstr "削除(_D)"
#: gtk/gtkentry.c:9612 gtk/gtklabel.c:6693 gtk/gtktextview.c:9525
#: gtk/gtkentry.c:9613 gtk/gtklabel.c:6693 gtk/gtktextview.c:9543
msgid "Select _All"
msgstr "すべて選択(_A)"
#: gtk/gtkentry.c:9622 gtk/gtktextview.c:9535
#: gtk/gtkentry.c:9623 gtk/gtktextview.c:9553
msgid "Insert _Emoji"
msgstr "絵文字を挿入(_E)"
#: gtk/gtkentry.c:9798 gtk/gtktextview.c:9755
#: gtk/gtkentry.c:9799 gtk/gtktextview.c:9777
msgid "Select all"
msgstr "すべて選択"
#: gtk/gtkentry.c:9801 gtk/gtktextview.c:9758
#: gtk/gtkentry.c:9802 gtk/gtktextview.c:9780
msgid "Cut"
msgstr "切り取り"
#: gtk/gtkentry.c:9804 gtk/gtktextview.c:9761
#: gtk/gtkentry.c:9805 gtk/gtktextview.c:9783
msgid "Copy"
msgstr "コピー"
#: gtk/gtkentry.c:9807 gtk/gtktextview.c:9764
#: gtk/gtkentry.c:9808 gtk/gtktextview.c:9786
msgid "Paste"
msgstr "貼り付け"
#: gtk/gtkentry.c:10879
#: gtk/gtkentry.c:10880
msgid "Caps Lock is on"
msgstr "Caps Lock がオンになっています"
#: gtk/gtkentry.c:11157
#: gtk/gtkentry.c:11158
msgid "Insert Emoji"
msgstr "絵文字を挿入"
@ -2288,13 +2288,13 @@ msgid "_Name"
msgstr "名前(_N)"
#. Open item is always present
#: gtk/gtkfilechoosernative.c:545 gtk/gtkfilechoosernative.c:630
#: gtk/gtkfilechoosernative.c:546 gtk/gtkfilechoosernative.c:631
#: gtk/gtkplacessidebar.c:3625 gtk/gtkplacessidebar.c:3693
#: gtk/gtkplacesview.c:1682
#: gtk/gtkplacesview.c:1696
msgid "_Open"
msgstr "開く(_O)"
#: gtk/gtkfilechoosernative.c:630 gtk/inspector/css-editor.c:202
#: gtk/gtkfilechoosernative.c:631 gtk/inspector/css-editor.c:202
msgid "_Save"
msgstr "保存(_S)"
@ -2311,348 +2311,348 @@ msgstr "表示するファイルの種類を選択してください"
msgid "%1$s on %2$s"
msgstr "%2$s:%1$s"
#: gtk/gtkfilechooserwidget.c:384
#: gtk/gtkfilechooserwidget.c:385
msgid "Type name of new folder"
msgstr "新しいフォルダー名を入力してください"
#: gtk/gtkfilechooserwidget.c:808
#: gtk/gtkfilechooserwidget.c:809
msgid "The folder could not be created"
msgstr "フォルダーを作成できませんでした"
#: gtk/gtkfilechooserwidget.c:820
#: gtk/gtkfilechooserwidget.c:821
msgid ""
"The folder could not be created, as a file with the same name already exists."
msgstr ""
"同名のファイルがすでに存在しているため、そのフォルダーを作成できませんでし"
"た。"
#: gtk/gtkfilechooserwidget.c:822
#: gtk/gtkfilechooserwidget.c:823
msgid "Try using a different name for the folder, or rename the file first."
msgstr ""
"別のフォルダー名を使用するか、ファイルの名前を変更するなどして、もう一度"
"実行してください。"
"別のフォルダー名を使用するか、ファイルの名前を変更するなどして、もう一度実行"
"してください。"
#: gtk/gtkfilechooserwidget.c:835
#: gtk/gtkfilechooserwidget.c:836
msgid "You need to choose a valid filename."
msgstr "有効なファイル名を指定してください。"
#: gtk/gtkfilechooserwidget.c:838
#: gtk/gtkfilechooserwidget.c:839
#, c-format
msgid "Cannot create a file under %s as it is not a folder"
msgstr "%s はフォルダーではないため、その配下にファイルを作成できません"
#: gtk/gtkfilechooserwidget.c:848
#: gtk/gtkfilechooserwidget.c:849
msgid "Cannot create file as the filename is too long"
msgstr "ファイル名が長すぎるためファイルを作成できません"
#: gtk/gtkfilechooserwidget.c:849
#: gtk/gtkfilechooserwidget.c:850
msgid "Try using a shorter name."
msgstr "もっと短い名前を使用してください。"
#: gtk/gtkfilechooserwidget.c:859
#: gtk/gtkfilechooserwidget.c:860
msgid "You may only select folders"
msgstr "フォルダーのみ選択できます"
#: gtk/gtkfilechooserwidget.c:860
#: gtk/gtkfilechooserwidget.c:861
msgid "The item that you selected is not a folder try using a different item."
msgstr ""
"選択したアイテムはフォルダーではありません。他のアイテムを使用してみてくださ"
"い。"
#: gtk/gtkfilechooserwidget.c:868
#: gtk/gtkfilechooserwidget.c:869
msgid "Invalid file name"
msgstr "無効なファイル名です"
#: gtk/gtkfilechooserwidget.c:877
#: gtk/gtkfilechooserwidget.c:878
msgid "The folder contents could not be displayed"
msgstr "フォルダーの内容を表示できませんでした"
#: gtk/gtkfilechooserwidget.c:885
#: gtk/gtkfilechooserwidget.c:886
msgid "The file could not be deleted"
msgstr "ファイルを削除できませんでした"
#: gtk/gtkfilechooserwidget.c:893
#: gtk/gtkfilechooserwidget.c:894
msgid "The file could not be moved to the Trash"
msgstr "ファイルをゴミ箱へ移動できませんでした"
#: gtk/gtkfilechooserwidget.c:1038
#: gtk/gtkfilechooserwidget.c:1039
msgid "A folder with that name already exists"
msgstr "同じ名前のフォルダーがすでに存在します"
#: gtk/gtkfilechooserwidget.c:1040
#: gtk/gtkfilechooserwidget.c:1041
msgid "A file with that name already exists"
msgstr "同じ名前のファイルがすでに存在します"
#: gtk/gtkfilechooserwidget.c:1075
#: gtk/gtkfilechooserwidget.c:1076
msgid "A folder cannot be called “.”"
msgstr "“.”という名前のフォルダーは作成できません"
#: gtk/gtkfilechooserwidget.c:1076
#: gtk/gtkfilechooserwidget.c:1077
msgid "A file cannot be called “.”"
msgstr "“.”という名前のファイルは作成できません"
#: gtk/gtkfilechooserwidget.c:1079
#: gtk/gtkfilechooserwidget.c:1080
msgid "A folder cannot be called “..”"
msgstr "“..”という名前のフォルダーは作成できません"
#: gtk/gtkfilechooserwidget.c:1080
#: gtk/gtkfilechooserwidget.c:1081
msgid "A file cannot be called “..”"
msgstr "“..”という名前のファイルは作成できません"
#: gtk/gtkfilechooserwidget.c:1083
#: gtk/gtkfilechooserwidget.c:1084
msgid "Folder names cannot contain “/”"
msgstr "フォルダー名に“/”は含められません"
#: gtk/gtkfilechooserwidget.c:1084
#: gtk/gtkfilechooserwidget.c:1085
msgid "File names cannot contain “/”"
msgstr "ファイル名に“/”は含められません"
#: gtk/gtkfilechooserwidget.c:1110
#: gtk/gtkfilechooserwidget.c:1111
msgid "Folder names should not begin with a space"
msgstr "空白で始まるフォルダー名は推奨されません"
#: gtk/gtkfilechooserwidget.c:1111
#: gtk/gtkfilechooserwidget.c:1112
msgid "File names should not begin with a space"
msgstr "空白で始まるファイル名は推奨されません"
#: gtk/gtkfilechooserwidget.c:1115
#: gtk/gtkfilechooserwidget.c:1116
msgid "Folder names should not end with a space"
msgstr "空白で終わるフォルダー名は推奨されません"
#: gtk/gtkfilechooserwidget.c:1116
#: gtk/gtkfilechooserwidget.c:1117
msgid "File names should not end with a space"
msgstr "空白で終わるファイル名は推奨されません"
#: gtk/gtkfilechooserwidget.c:1119
#: gtk/gtkfilechooserwidget.c:1120
msgid "Folder names starting with a “.” are hidden"
msgstr "“.”で始まるフォルダーは隠しフォルダーになります"
#: gtk/gtkfilechooserwidget.c:1120
#: gtk/gtkfilechooserwidget.c:1121
msgid "File names starting with a “.” are hidden"
msgstr "“.”で始まるファイルは隠しファイルになります"
#: gtk/gtkfilechooserwidget.c:1493
#: gtk/gtkfilechooserwidget.c:1494
#, c-format
msgid "Are you sure you want to permanently delete “%s”?"
msgstr "本当に“%s”を完全に削除しますか?"
#: gtk/gtkfilechooserwidget.c:1496
#: gtk/gtkfilechooserwidget.c:1497
#, c-format
msgid "If you delete an item, it will be permanently lost."
msgstr "削除すると、アイテムは完全に失われます。"
#: gtk/gtkfilechooserwidget.c:1633
#: gtk/gtkfilechooserwidget.c:1634
msgid "The file could not be renamed"
msgstr "ファイル名を変更できませんでした"
#: gtk/gtkfilechooserwidget.c:1969
#: gtk/gtkfilechooserwidget.c:1979
msgid "Could not select file"
msgstr "ファイルを選択できませんでした"
#: gtk/gtkfilechooserwidget.c:2319
#: gtk/gtkfilechooserwidget.c:2329
msgid "_Visit File"
msgstr "ファイルの場所に移動する(_V)"
#: gtk/gtkfilechooserwidget.c:2320
#: gtk/gtkfilechooserwidget.c:2330
msgid "_Open With File Manager"
msgstr "ファイルマネージャーで開く(_O)"
#: gtk/gtkfilechooserwidget.c:2321
#: gtk/gtkfilechooserwidget.c:2331
msgid "_Copy Location"
msgstr "場所のコピー(_C)"
#: gtk/gtkfilechooserwidget.c:2322
#: gtk/gtkfilechooserwidget.c:2332
msgid "_Add to Bookmarks"
msgstr "ブックマークへ追加(_A)"
#: gtk/gtkfilechooserwidget.c:2323 gtk/gtkplacessidebar.c:2741
#: gtk/gtkfilechooserwidget.c:2333 gtk/gtkplacessidebar.c:2741
#: gtk/ui/gtkfilechooserwidget.ui:539
msgid "_Rename"
msgstr "名前の変更(_R)"
#: gtk/gtkfilechooserwidget.c:2325
#: gtk/gtkfilechooserwidget.c:2335
msgid "_Move to Trash"
msgstr "ゴミ箱へ移動する(_M)"
#: gtk/gtkfilechooserwidget.c:2329
#: gtk/gtkfilechooserwidget.c:2339
msgid "Show _Hidden Files"
msgstr "隠しファイルを表示する(_H)"
#: gtk/gtkfilechooserwidget.c:2330
#: gtk/gtkfilechooserwidget.c:2340
msgid "Show _Size Column"
msgstr "サイズを表示する(_S)"
#: gtk/gtkfilechooserwidget.c:2331
#: gtk/gtkfilechooserwidget.c:2341
msgid "Show T_ype Column"
msgstr "種類を表示する(_Y)"
#: gtk/gtkfilechooserwidget.c:2332
#: gtk/gtkfilechooserwidget.c:2342
msgid "Show _Time"
msgstr "時刻を表示する(_T)"
#: gtk/gtkfilechooserwidget.c:2333
#: gtk/gtkfilechooserwidget.c:2343
msgid "Sort _Folders before Files"
msgstr "フォルダーをファイルよりも前に配置する(_F)"
#. this is the header for the location column in the print dialog
#: gtk/gtkfilechooserwidget.c:2615 gtk/inspector/css-node-tree.ui:141
#: gtk/gtkfilechooserwidget.c:2625 gtk/inspector/css-node-tree.ui:141
#: gtk/ui/gtkfilechooserwidget.ui:208 gtk/ui/gtkprintunixdialog.ui:123
msgid "Location"
msgstr "場所"
#. Label
#: gtk/gtkfilechooserwidget.c:2708
#: gtk/gtkfilechooserwidget.c:2718
msgid "_Name:"
msgstr "名前(_N):"
#: gtk/gtkfilechooserwidget.c:3333 gtk/gtkfilechooserwidget.c:3347
#: gtk/gtkfilechooserwidget.c:3343 gtk/gtkfilechooserwidget.c:3357
#, c-format
msgid "Searching in %s"
msgstr "%s 内を検索"
#: gtk/gtkfilechooserwidget.c:3353
#: gtk/gtkfilechooserwidget.c:3363
msgid "Searching"
msgstr "検索"
#: gtk/gtkfilechooserwidget.c:3360
#: gtk/gtkfilechooserwidget.c:3370
msgid "Enter location"
msgstr "場所を指定する"
#: gtk/gtkfilechooserwidget.c:3362
#: gtk/gtkfilechooserwidget.c:3372
msgid "Enter location or URL"
msgstr "場所または URL を指定する"
#: gtk/gtkfilechooserwidget.c:4440 gtk/gtkfilechooserwidget.c:7481
#: gtk/gtkfilechooserwidget.c:4450 gtk/gtkfilechooserwidget.c:7492
#: gtk/ui/gtkfilechooserwidget.ui:248
msgid "Modified"
msgstr "更新日時"
#: gtk/gtkfilechooserwidget.c:4718
#: gtk/gtkfilechooserwidget.c:4728
#, c-format
msgid "Could not read the contents of %s"
msgstr "%s の内容を読み込めませんでした"
#: gtk/gtkfilechooserwidget.c:4722
#: gtk/gtkfilechooserwidget.c:4732
msgid "Could not read the contents of the folder"
msgstr "フォルダーの内容を読み込めませんでした"
#: gtk/gtkfilechooserwidget.c:4882 gtk/gtkfilechooserwidget.c:4930
#: gtk/gtkfilechooserwidget.c:4892 gtk/gtkfilechooserwidget.c:4940
msgid "%H:%M"
msgstr "%H:%M"
#: gtk/gtkfilechooserwidget.c:4884 gtk/gtkfilechooserwidget.c:4932
#: gtk/gtkfilechooserwidget.c:4894 gtk/gtkfilechooserwidget.c:4942
msgid "%l:%M %p"
msgstr "%P%I:%M"
#: gtk/gtkfilechooserwidget.c:4888
#: gtk/gtkfilechooserwidget.c:4898
msgid "Yesterday"
msgstr "昨日"
#: gtk/gtkfilechooserwidget.c:4896
#: gtk/gtkfilechooserwidget.c:4906
msgid "%-e %b"
msgstr "%-m月%-d日"
#: gtk/gtkfilechooserwidget.c:4900
#: gtk/gtkfilechooserwidget.c:4910
msgid "%-e %b %Y"
msgstr "%Y年%-m月%-d日"
#: gtk/gtkfilechooserwidget.c:4999 gtk/gtkfilechooserwidget.c:5007
#: gtk/gtkfilechooserwidget.c:5009 gtk/gtkfilechooserwidget.c:5017
msgid "Program"
msgstr "プログラム"
#: gtk/gtkfilechooserwidget.c:5000
#: gtk/gtkfilechooserwidget.c:5010
msgid "Audio"
msgstr "音声"
#: gtk/gtkfilechooserwidget.c:5001 gtk/inspector/visual.ui:230
#: gtk/gtkfilechooserwidget.c:5011 gtk/inspector/visual.ui:230
#: gtk/ui/gtkfontbutton.ui:13
msgid "Font"
msgstr "フォント"
#: gtk/gtkfilechooserwidget.c:5002 gtk/inspector/visual.ui:488
#: gtk/gtkfilechooserwidget.c:5012 gtk/inspector/visual.ui:488
msgid "Image"
msgstr "画像"
#: gtk/gtkfilechooserwidget.c:5003
#: gtk/gtkfilechooserwidget.c:5013
msgid "Archive"
msgstr "アーカイブ"
#: gtk/gtkfilechooserwidget.c:5004
#: gtk/gtkfilechooserwidget.c:5014
msgid "Markup"
msgstr "マークアップ"
#: gtk/gtkfilechooserwidget.c:5005 gtk/gtkfilechooserwidget.c:5006
#: gtk/gtkfilechooserwidget.c:5015 gtk/gtkfilechooserwidget.c:5016
msgid "Text"
msgstr "テキスト"
#: gtk/gtkfilechooserwidget.c:5008
#: gtk/gtkfilechooserwidget.c:5018
msgid "Video"
msgstr "動画"
#: gtk/gtkfilechooserwidget.c:5009
#: gtk/gtkfilechooserwidget.c:5019
msgid "Contacts"
msgstr "連絡先"
#: gtk/gtkfilechooserwidget.c:5010
#: gtk/gtkfilechooserwidget.c:5020
msgid "Calendar"
msgstr "カレンダー"
#: gtk/gtkfilechooserwidget.c:5011
#: gtk/gtkfilechooserwidget.c:5021
msgid "Document"
msgstr "ドキュメント"
#: gtk/gtkfilechooserwidget.c:5012
#: gtk/gtkfilechooserwidget.c:5022
msgid "Presentation"
msgstr "プレゼンテーション"
#: gtk/gtkfilechooserwidget.c:5013
#: gtk/gtkfilechooserwidget.c:5023
msgid "Spreadsheet"
msgstr "表計算"
#. Translators: We don't know whether this printer is
#. * available to print to.
#: gtk/gtkfilechooserwidget.c:5044 gtk/gtkfilechooserwidget.c:5233
#: gtk/gtkfilechooserwidget.c:5054 gtk/gtkfilechooserwidget.c:5243
#: gtk/inspector/prop-editor.c:1689
#: modules/printbackends/cloudprint/gtkprintbackendcloudprint.c:748
msgid "Unknown"
msgstr "不明"
#: gtk/gtkfilechooserwidget.c:5272 gtk/gtkplacessidebar.c:1094
#: gtk/gtkfilechooserwidget.c:5282 gtk/gtkplacessidebar.c:1094
msgid "Home"
msgstr "ホーム"
#: gtk/gtkfilechooserwidget.c:5769
#: gtk/gtkfilechooserwidget.c:5779
msgid "Cannot change to folder because it is not local"
msgstr "ローカルではないので、フォルダーを変更できません"
#: gtk/gtkfilechooserwidget.c:6555 gtk/gtkprintunixdialog.c:665
#: gtk/gtkfilechooserwidget.c:6565 gtk/gtkprintunixdialog.c:665
#, c-format
msgid "A file named “%s” already exists. Do you want to replace it?"
msgstr "“%s”というファイルはすでに存在します。上書きしますか?"
msgstr "“%s”はすでに存在します。上書きしますか?"
#: gtk/gtkfilechooserwidget.c:6558 gtk/gtkprintunixdialog.c:669
#: gtk/gtkfilechooserwidget.c:6568 gtk/gtkprintunixdialog.c:669
#, c-format
msgid ""
"The file already exists in “%s”. Replacing it will overwrite its contents."
msgstr "“%s”にファイルがすでに存在します。すべての内容を上書きします。"
#: gtk/gtkfilechooserwidget.c:6563 gtk/gtkprintunixdialog.c:677
#: gtk/gtkfilechooserwidget.c:6573 gtk/gtkprintunixdialog.c:677
msgid "_Replace"
msgstr "置き換える(_R)"
#: gtk/gtkfilechooserwidget.c:6782
#: gtk/gtkfilechooserwidget.c:6792
msgid "You do not have access to the specified folder."
msgstr "指定したフォルダーへのアクセス権がありません。"
#: gtk/gtkfilechooserwidget.c:7404
#: gtk/gtkfilechooserwidget.c:7415
msgid "Could not send the search request"
msgstr "検索結果をプログラム側に送信できませんでした"
#: gtk/gtkfilechooserwidget.c:7692
#: gtk/gtkfilechooserwidget.c:7703
msgid "Accessed"
msgstr "アクセス日時"
#: gtk/gtkfilechooserwidget.c:8811 gtk/ui/gtkfilechooserwidget.ui:69
#: gtk/gtkfilechooserwidget.c:8822 gtk/ui/gtkfilechooserwidget.ui:69
msgid "Create Folder"
msgstr "フォルダーを作成します"
@ -2949,69 +2949,69 @@ msgstr "はい(_Y)"
msgid "Co_nnect"
msgstr "接続する(_N)"
#: gtk/gtkmountoperation.c:671
#: gtk/gtkmountoperation.c:668
msgid "Connect As"
msgstr "接続方法"
#: gtk/gtkmountoperation.c:680
#: gtk/gtkmountoperation.c:677
msgid "_Anonymous"
msgstr "匿名(_A)"
#: gtk/gtkmountoperation.c:689
#: gtk/gtkmountoperation.c:686
msgid "Registered U_ser"
msgstr "登録ユーザー(_S)"
#: gtk/gtkmountoperation.c:700
#: gtk/gtkmountoperation.c:697
msgid "_Username"
msgstr "ユーザー名(_U)"
#: gtk/gtkmountoperation.c:705
#: gtk/gtkmountoperation.c:702
msgid "_Domain"
msgstr "ドメイン(_D)"
#: gtk/gtkmountoperation.c:714
#: gtk/gtkmountoperation.c:711
msgid "Volume type"
msgstr "ボリュームの種類"
#: gtk/gtkmountoperation.c:724
#: gtk/gtkmountoperation.c:721
msgid "_Hidden"
msgstr "隠しボリューム(_H)"
#: gtk/gtkmountoperation.c:727
#: gtk/gtkmountoperation.c:724
msgid "_Windows system"
msgstr "Windows システムボリューム(_W)"
#: gtk/gtkmountoperation.c:730
#: gtk/gtkmountoperation.c:727
msgid "_PIM"
msgstr "PIM(_P)"
#: gtk/gtkmountoperation.c:736
#: gtk/gtkmountoperation.c:733
msgid "_Password"
msgstr "パスワード(_P)"
#: gtk/gtkmountoperation.c:758
#: gtk/gtkmountoperation.c:755
msgid "Forget password _immediately"
msgstr "今すぐパスワードを破棄する(_I)"
#: gtk/gtkmountoperation.c:768
#: gtk/gtkmountoperation.c:765
msgid "Remember password until you _logout"
msgstr "ログアウトするまでパスワードを記憶する(_L)"
#: gtk/gtkmountoperation.c:778
#: gtk/gtkmountoperation.c:775
msgid "Remember _forever"
msgstr "期限なしで記憶する(_F)"
#: gtk/gtkmountoperation.c:1173
#: gtk/gtkmountoperation.c:1170
#, c-format
msgid "Unknown Application (PID %d)"
msgstr "不明なアプリケーション (PID %d)"
#: gtk/gtkmountoperation.c:1358
#: gtk/gtkmountoperation.c:1355
#, c-format
msgid "Unable to end process"
msgstr "プロセスを終了できません"
#: gtk/gtkmountoperation.c:1392
#: gtk/gtkmountoperation.c:1389
msgid "_End Process"
msgstr "プロセスを終了(_E)"
@ -3266,12 +3266,12 @@ msgid "Unable to poll “%s” for media changes"
msgstr "メディアの変更で“%s”を監視できません"
#: gtk/gtkplacessidebar.c:3630 gtk/gtkplacessidebar.c:3696
#: gtk/gtkplacesview.c:1692
#: gtk/gtkplacesview.c:1706
msgid "Open in New _Tab"
msgstr "新しいタブで開く(_T)"
#: gtk/gtkplacessidebar.c:3636 gtk/gtkplacessidebar.c:3699
#: gtk/gtkplacesview.c:1703
#: gtk/gtkplacesview.c:1717
msgid "Open in New _Window"
msgstr "新しいウィンドウで開く(_W)"
@ -3287,11 +3287,11 @@ msgstr "削除(_R)"
msgid "Rename…"
msgstr "名前の変更…"
#: gtk/gtkplacessidebar.c:3709 gtk/gtkplacesview.c:1737
#: gtk/gtkplacessidebar.c:3709 gtk/gtkplacesview.c:1751
msgid "_Mount"
msgstr "マウント(_M)"
#: gtk/gtkplacessidebar.c:3710 gtk/gtkplacesview.c:1727
#: gtk/gtkplacessidebar.c:3710 gtk/gtkplacesview.c:1741
msgid "_Unmount"
msgstr "アンマウント(_U)"
@ -3316,7 +3316,7 @@ msgid "No network locations found"
msgstr "ネットワークの場所が見つかりませんでした"
#. if it wasn't cancelled show a dialog
#: gtk/gtkplacesview.c:1232 gtk/gtkplacesview.c:1307
#: gtk/gtkplacesview.c:1232 gtk/gtkplacesview.c:1321
msgid "Unable to access location"
msgstr "要求された場所にアクセスできません"
@ -3326,71 +3326,71 @@ msgid "Con_nect"
msgstr "接続(_N)"
#. if it wasn't cancelled show a dialog
#: gtk/gtkplacesview.c:1370
#: gtk/gtkplacesview.c:1384
msgid "Unable to unmount volume"
msgstr "ボリュームをアンマウントできません"
#. Allow to cancel the operation
#: gtk/gtkplacesview.c:1471
#: gtk/gtkplacesview.c:1485
msgid "Cance_l"
msgstr "キャンセル(_L)"
#: gtk/gtkplacesview.c:1634
#: gtk/gtkplacesview.c:1648
msgid "AppleTalk"
msgstr "AppleTalk"
#. Translators: do not translate ftp:// and ftps://
#: gtk/gtkplacesview.c:1638
#: gtk/gtkplacesview.c:1652
msgid "File Transfer Protocol"
msgstr "ファイル転送プロトコル"
#: gtk/gtkplacesview.c:1638
#: gtk/gtkplacesview.c:1652
msgid "ftp:// or ftps://"
msgstr "ftp:// または ftps://"
#: gtk/gtkplacesview.c:1641
#: gtk/gtkplacesview.c:1655
msgid "Network File System"
msgstr "ネットワークファイルシステム"
#: gtk/gtkplacesview.c:1644
#: gtk/gtkplacesview.c:1658
msgid "Samba"
msgstr "Samba"
#. Translators: do not translate sftp:// and ssh://
#: gtk/gtkplacesview.c:1648
#: gtk/gtkplacesview.c:1662
msgid "SSH File Transfer Protocol"
msgstr "SSH ファイル転送プロトコル"
#: gtk/gtkplacesview.c:1648
#: gtk/gtkplacesview.c:1662
msgid "sftp:// or ssh://"
msgstr "sftp:// または ssh://"
#. Translators: do not translate dav:// and davs://
#: gtk/gtkplacesview.c:1652
#: gtk/gtkplacesview.c:1666
msgid "WebDAV"
msgstr "WebDAV"
#: gtk/gtkplacesview.c:1652
#: gtk/gtkplacesview.c:1666
msgid "dav:// or davs://"
msgstr "dav:// または davs://"
#: gtk/gtkplacesview.c:1727
#: gtk/gtkplacesview.c:1741
msgid "_Disconnect"
msgstr "切断(_D)"
#: gtk/gtkplacesview.c:1737
#: gtk/gtkplacesview.c:1751
msgid "_Connect"
msgstr "接続(_C)"
#: gtk/gtkplacesview.c:1878
#: gtk/gtkplacesview.c:1892
msgid "Unable to get remote server location"
msgstr "指定したリモートサーバーの場所にアクセスできません"
#: gtk/gtkplacesview.c:2073 gtk/gtkplacesview.c:2082
#: gtk/gtkplacesview.c:2087 gtk/gtkplacesview.c:2096
msgid "Networks"
msgstr "ネットワーク"
#: gtk/gtkplacesview.c:2073 gtk/gtkplacesview.c:2082
#: gtk/gtkplacesview.c:2087 gtk/gtkplacesview.c:2096
msgid "On This Computer"
msgstr "このコンピューター"
@ -3509,63 +3509,63 @@ msgid "The most probable reason is that a temporary file could not be created."
msgstr "作業用のファイルを生成できないことが一番考えられそうな原因です。"
#. window
#: gtk/gtkprintoperation-portal.c:231 gtk/gtkprintoperation-portal.c:542
#: gtk/gtkprintoperation-portal.c:611 gtk/gtkprintunixdialog.c:3415
#: gtk/gtkprintoperation-portal.c:231 gtk/gtkprintoperation-portal.c:549
#: gtk/gtkprintoperation-portal.c:618 gtk/gtkprintunixdialog.c:3415
msgid "Print"
msgstr "印刷"
#: gtk/gtkprintoperation-win32.c:617
#: gtk/gtkprintoperation-win32.c:631
msgid "Printer offline"
msgstr "プリンターはオフラインです"
#: gtk/gtkprintoperation-win32.c:619
#: gtk/gtkprintoperation-win32.c:633
msgid "Out of paper"
msgstr "用紙の範囲外"
#. Translators: this is a printer status.
#: gtk/gtkprintoperation-win32.c:621
#: gtk/gtkprintoperation-win32.c:635
#: modules/printbackends/cups/gtkprintbackendcups.c:2624
msgid "Paused"
msgstr "一時停止"
#: gtk/gtkprintoperation-win32.c:623
#: gtk/gtkprintoperation-win32.c:637
msgid "Need user intervention"
msgstr "ユーザーの操作が必要です"
#: gtk/gtkprintoperation-win32.c:728
#: gtk/gtkprintoperation-win32.c:742
msgid "Custom size"
msgstr "その他のサイズ"
#: gtk/gtkprintoperation-win32.c:1587
#: gtk/gtkprintoperation-win32.c:1613
msgid "No printer found"
msgstr "プリンターが見つかりません"
#: gtk/gtkprintoperation-win32.c:1614
#: gtk/gtkprintoperation-win32.c:1640
msgid "Invalid argument to CreateDC"
msgstr "CreateDC() の引数が無効です"
#: gtk/gtkprintoperation-win32.c:1650 gtk/gtkprintoperation-win32.c:1896
#: gtk/gtkprintoperation-win32.c:1676 gtk/gtkprintoperation-win32.c:1922
msgid "Error from StartDoc"
msgstr "StartDoc() でエラー"
#: gtk/gtkprintoperation-win32.c:1751 gtk/gtkprintoperation-win32.c:1774
#: gtk/gtkprintoperation-win32.c:1822
#: gtk/gtkprintoperation-win32.c:1777 gtk/gtkprintoperation-win32.c:1800
#: gtk/gtkprintoperation-win32.c:1848
msgid "Not enough free memory"
msgstr "メモリが足りません"
#: gtk/gtkprintoperation-win32.c:1827
#: gtk/gtkprintoperation-win32.c:1853
msgid "Invalid argument to PrintDlgEx"
msgstr "PrintDlgEx() の引数が無効です"
#: gtk/gtkprintoperation-win32.c:1832
#: gtk/gtkprintoperation-win32.c:1858
msgid "Invalid pointer to PrintDlgEx"
msgstr "PrintDlgEx() を指すポインターが無効です"
#: gtk/gtkprintoperation-win32.c:1837
#: gtk/gtkprintoperation-win32.c:1863
msgid "Invalid handle to PrintDlgEx"
msgstr "PrintDlgEx() のハンドラーが無効です"
#: gtk/gtkprintoperation-win32.c:1842
#: gtk/gtkprintoperation-win32.c:1868
msgid "Unspecified error"
msgstr "原因不明のエラー"
@ -4564,7 +4564,7 @@ msgstr "アニメーション"
#: gtk/inspector/visual.ui:415
msgid "Slowdown"
msgstr ""
msgstr "スローダウン"
#: gtk/inspector/visual.ui:474
msgid "Rendering Mode"
@ -4588,7 +4588,7 @@ msgstr "ベースラインを表示する"
#: gtk/inspector/visual.ui:581
msgid "Show Layout Borders"
msgstr ""
msgstr "レイアウトの境界を表示する"
#: gtk/inspector/visual.ui:615
msgid "Show Pixel Cache"
@ -7680,7 +7680,7 @@ msgctxt "input method menu"
msgid "Multipress"
msgstr "マルチプレス"
#: modules/input/imquartz.c:61
#: modules/input/imquartz.c:69
msgctxt "input method menu"
msgid "Mac OS X Quartz"
msgstr "Mac OS X Quartz"

BIN
po/ko.gmo

Binary file not shown.

448
po/ko.po

File diff suppressed because it is too large Load Diff

BIN
po/nl.gmo

Binary file not shown.

446
po/nl.po

File diff suppressed because it is too large Load Diff

BIN
po/pt.gmo

Binary file not shown.

3425
po/pt.po

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -39,7 +39,7 @@ GDBUS_CODEGEN = $(PREFIX)\bin\gdbus-codegen
!endif
# Please do not change anything beneath this line unless maintaining the NMake Makefiles
GTK_VERSION = 3.24.22
GTK_VERSION = 3.24.23
GDK_PREPROCESSOR_FLAGS = \
/DG_LOG_USE_STRUCTURED=1 \

View File

@ -68,7 +68,7 @@ vs$(VSVER)\$(CFG)\$(PLAT)\bin\Gtk-3.0.gir: Gtk_3_0_gir_list
--include=Atk-1.0 \
--pkg-export=gtk+-3.0 \
--cflags-begin \
-DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION="3.24.22" -DGTK_BINARY_VERSION="3.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/dummy/lib\" -DGTK_DATADIR=\"/dummy/share\" -DGTK_DATA_PREFIX=\"/dummy\" -DGTK_SYSCONFDIR=\"/dummy/etc\" -DGTK_HOST=\"$(AT_PLAT)-pc-vs$(VSVER)\" -DGTK_PRINT_BACKENDS=\"file\" -DINCLUDE_IM_am_et -DINCLUDE_IM_cedilla -DINCLUDE_IM_cyrillic_translit -DINCLUDE_IM_ime -DINCLUDE_IM_inuktitu -DINCLUDE_IM_ipa -DINCLUDE_IM_multipress -DINCLUDE_IM_thai -DINCLUDE_IM_ti_er -DINCLUDE_IM_ti_et -DINCLUDE_IM_viqr -DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API -I.. -I../gtk -I../gdk \
-DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION="3.24.23" -DGTK_BINARY_VERSION="3.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/dummy/lib\" -DGTK_DATADIR=\"/dummy/share\" -DGTK_DATA_PREFIX=\"/dummy\" -DGTK_SYSCONFDIR=\"/dummy/etc\" -DGTK_HOST=\"$(AT_PLAT)-pc-vs$(VSVER)\" -DGTK_PRINT_BACKENDS=\"file\" -DINCLUDE_IM_am_et -DINCLUDE_IM_cedilla -DINCLUDE_IM_cyrillic_translit -DINCLUDE_IM_ime -DINCLUDE_IM_inuktitu -DINCLUDE_IM_ipa -DINCLUDE_IM_multipress -DINCLUDE_IM_thai -DINCLUDE_IM_ti_er -DINCLUDE_IM_ti_et -DINCLUDE_IM_viqr -DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API -I.. -I../gtk -I../gdk \
--cflags-end \
--warn-all --include-uninstalled=./vs$(VSVER)/$(CFG)/$(PLAT)/bin/Gdk-3.0.gir \
--filelist=Gtk_3_0_gir_list \

View File

@ -5,7 +5,7 @@
<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
<CopyDir>..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
<ApiVersion>3.0</ApiVersion>
<GtkVersion>3.24.22</GtkVersion>
<GtkVersion>3.24.23</GtkVersion>
<GtkLibtoolCompatibleDllPrefix>lib</GtkLibtoolCompatibleDllPrefix>
<GtkLibtoolCompatibleDllSuffix>.0-0</GtkLibtoolCompatibleDllSuffix>
<GtkSeparateVSDllPrefix />

View File

@ -5,7 +5,7 @@
<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
<CopyDir>..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
<ApiVersion>3.0</ApiVersion>
<GtkVersion>3.24.22</GtkVersion>
<GtkVersion>3.24.23</GtkVersion>
<GtkLibtoolCompatibleDllPrefix>lib</GtkLibtoolCompatibleDllPrefix>
<GtkLibtoolCompatibleDllSuffix>.0-0</GtkLibtoolCompatibleDllSuffix>
<GtkSeparateVSDllPrefix />

View File

@ -5,7 +5,7 @@
<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
<CopyDir>..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
<ApiVersion>3.0</ApiVersion>
<GtkVersion>3.24.22</GtkVersion>
<GtkVersion>3.24.23</GtkVersion>
<GtkLibtoolCompatibleDllPrefix>lib</GtkLibtoolCompatibleDllPrefix>
<GtkLibtoolCompatibleDllSuffix>.0-0</GtkLibtoolCompatibleDllSuffix>
<GtkSeparateVSDllPrefix />

View File

@ -5,7 +5,7 @@
<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
<CopyDir>..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
<ApiVersion>3.0</ApiVersion>
<GtkVersion>3.24.22</GtkVersion>
<GtkVersion>3.24.23</GtkVersion>
<GtkLibtoolCompatibleDllPrefix>lib</GtkLibtoolCompatibleDllPrefix>
<GtkLibtoolCompatibleDllSuffix>.0-0</GtkLibtoolCompatibleDllSuffix>
<GtkSeparateVSDllPrefix />

View File

@ -5,7 +5,7 @@
<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
<CopyDir>..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
<ApiVersion>3.0</ApiVersion>
<GtkVersion>3.24.22</GtkVersion>
<GtkVersion>3.24.23</GtkVersion>
<GtkLibtoolCompatibleDllPrefix>lib</GtkLibtoolCompatibleDllPrefix>
<GtkLibtoolCompatibleDllSuffix>.0-0</GtkLibtoolCompatibleDllSuffix>
<GtkSeparateVSDllPrefix />

View File

@ -5,7 +5,7 @@
<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
<CopyDir>..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
<ApiVersion>3.0</ApiVersion>
<GtkVersion>3.24.22</GtkVersion>
<GtkVersion>3.24.23</GtkVersion>
<GtkLibtoolCompatibleDllPrefix>lib</GtkLibtoolCompatibleDllPrefix>
<GtkLibtoolCompatibleDllSuffix>.0-0</GtkLibtoolCompatibleDllSuffix>
<GtkSeparateVSDllPrefix />

View File

@ -22,7 +22,7 @@
/>
<UserMacro
Name="GtkVersion"
Value="3.24.22"
Value="3.24.23"
/>
<UserMacro
Name="GtkLibtoolCompatibleDllPrefix"