Compare commits

...

39 Commits

Author SHA1 Message Date
Robert Ancell
d3929cf3ed 40.6 2021-10-29 16:37:58 +13:00
Christian Kirbach
825a5b485b Update German translation 2021-09-22 20:30:31 +00:00
Georges Basile Stavracas Neto
d95957068b Post-release version bump 2021-09-17 18:36:42 -03:00
Georges Basile Stavracas Neto
32d3bb2d18 40.1 2021-09-17 18:33:59 -03:00
Jordan Petridis
b771b2dad8 ci: Use different images for the stable branch 2021-09-17 21:19:39 +00:00
Jordan Petridis
7f2ffcca2f ci: Refactor ci-template setup
Instead of building the image on a schedule, use a user-incrementable
tag and try to build the image on each pipeline.

If the image tag does not exist, a new one is built and pushed.
If its already built the job is a no-op and the existing image
is used.
2021-09-17 21:19:39 +00:00
Jordi Mas
a35e4aa214 Update Catalan translation 2021-09-06 22:03:03 +02:00
Jordi Mas
5a985d85a8 Update Catalan translation 2021-09-06 21:59:05 +02:00
Jordi Mas
9ced38ea65 Update Catalan translation 2021-08-30 20:58:45 +02:00
Maxim Britov
d9ea855408 panels: Fix build with NetworkManager disabled
Gentoo allows the user to disable NetworkManager integration at build time.
We use the existing HAVE_NETWORK_MANAGER preprocessor macro to guard
the uses of the mobile_switch_changed_cb and wifi_switch_changed_cb
functions that guard their definitions.

Bug: https://bugs.gentoo.org/783144
Closes: #1335
2021-07-28 15:03:14 +00:00
Bastien Nocera
022934bfb3 power: Fix D-Bus proxy leak 2021-07-21 12:28:16 +02:00
Ian Douglas Scott
ef683cafc0 location: Fix permission store table/id
Updates to match
https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/master/js/ui/status/location.js

Should fix
https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/885.


(cherry picked from commit 996e46c620)
2021-07-02 19:27:04 +00:00
Quentin PAGÈS
6a61f969ac Update Occitan translation 2021-06-19 10:33:26 +00:00
Quentin PAGÈS
fa3afbf370 Update Occitan translation 2021-06-18 20:37:50 +00:00
Dušan Kazik
e480efa58e Update Slovak translation 2021-06-14 06:42:30 +00:00
Dušan Kazik
d8caedd80e Update Slovak translation 2021-06-11 06:28:44 +00:00
Marco Trevisan (Treviño)
daabfb5a8c build: Depend on gsettings-desktop-schemas 40
g-c-c requires now org.gnome.desktop.peripherals schemas that have been
added on schemas 40.alpha, so let's depend on that.


(cherry picked from commit ed46af7f24)
2021-06-07 21:33:30 +00:00
Cheng-Chia Tseng
c30358bea1 Update Chinese (Taiwan) translation 2021-06-03 01:51:07 +00:00
Quentin PAGÈS
cc75d32c62 Update Occitan translation 2021-05-30 10:23:34 +00:00
Jiri Grönroos
f2e1dfd161 Update Finnish translation 2021-05-26 06:51:09 +00:00
Philipp Kiemle
3bfc5f71d0 Update German translation 2021-05-22 20:58:56 +00:00
Ngọc Quân Trần
83f774f9ea Update Vietnamese translation 2021-05-22 01:34:45 +00:00
treysis
37bd61ccd6 network: display IPv6 gateway 2021-05-19 15:17:37 +12:00
treysis
db7c2b2cc5 Network: Show all IPv6 addresses for an interface
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1300
2021-05-19 15:16:56 +12:00
Hugo Carvalho
ac3839d0c9 Update Portuguese translation 2021-05-15 15:45:42 +00:00
Hugo Carvalho
5650a5f5c7 Update Portuguese translation 2021-05-14 12:10:20 +00:00
Hugo Carvalho
dfbeace734 Update Portuguese translation 2021-05-13 11:01:12 +00:00
Aurimas Černius
7c6e4d4174 Updated Lithuanian translation 2021-05-10 22:12:14 +03:00
Quentin PAGÈS
753ba80b3b Update Occitan translation 2021-05-09 19:26:07 +00:00
Daniel Șerbănescu
3e9d08287c Update Romanian translation 2021-05-08 21:25:27 +00:00
Pawan Chitrakar
815ed9169d Update Nepali translation 2021-05-01 13:04:42 +00:00
Pawan Chitrakar
c4a91dc613 Update Nepali translation 2021-05-01 04:45:44 +00:00
Pawan Chitrakar
7c04266599 Update Nepali translation 2021-04-23 17:41:48 +00:00
Hugo Carvalho
cdd1118add Update Portuguese translation 2021-04-23 14:10:18 +00:00
Carlos Garnacho
bd23f743d3 shell: Avoid handling map events from other windows
The CcWindow tries to unset the focus when first mapping the window.
However this pretty wide check intercepts mapping events from other
windows than the toplevel (e.g. subsurfaces, for popovers). This
causes the focus to move away from the popover, overriding its
modality.

Check that the event received is addressed to the CcWindow's
GDK window before unsetting the focus, so we don't mess with popover
focus.

Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1327


(cherry picked from commit 7196e8aaea)
2021-04-21 20:37:42 +00:00
Hugo Carvalho
0da2ef8b0b Update Portuguese translation 2021-04-15 09:59:46 +00:00
Hugo Carvalho
b5f191894c Update Portuguese translation 2021-04-14 17:57:27 +00:00
Kalev Lember
4c52d5b646 info-overview: Don't show GNOME micro version
With the new versioning scheme, GNOME just has major.minor versions
(e.g. 40.rc, 40.0) and micro versions are no longer used. Even if
gnome-desktop happens to get a micro version to fix a bug, it's not
something we should show in the UI.


(cherry picked from commit a64bb833ee)
2021-04-13 12:59:32 +00:00
Felipe Borges
44ee3e5fa2 mouse: Prevent direction change for primary mouse button box
In Right-to-left locales GNOME Settings presents a button on the
left with the translated label "Right" and a button on the right
with the translated label "Left".

These changes prevent the flip of the direction buttons in RTL
locales.

Fixes #1101
2021-04-13 13:41:14 +02:00
24 changed files with 22907 additions and 21294 deletions

View File

@@ -2,67 +2,10 @@ include:
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/5888c7388134cbe4661600222fe9befb10441f6e/templates/fedora.yml'
variables:
FDO_DISTRIBUTION_TAG: latest
FDO_DISTRIBUTION_VERSION: rawhide
FDO_UPSTREAM_REPO: gnome/gnome-control-center
# Expiry sets fdo.expires on the image
FDO_EXPIRES_AFTER: 8w
FEDORA_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/fedora/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG"
# NOTES:
# - gobject-introspection-devel is needed for gsettings-desktop-schemas
FEDORA_DEPENDENCIES: >
@c-development @development-tools
git
llvm clang libasan libtsan libubsan gcovr
meson
accountsservice-devel
cheese-libs-devel
chrpath
colord-devel colord-gtk-devel
cups-devel
desktop-file-utils
docbook-style-xsl
flatpak-devel
gdk-pixbuf2-devel
gettext
glib2-devel
gobject-introspection-devel
gnome-bluetooth-libs-devel
gnome-desktop3-devel
gnome-online-accounts-devel
gnome-settings-daemon-devel
grilo-devel
gsettings-desktop-schemas-devel
gsound-devel
gtk3-devel ibus-devel
intltool
libcanberra-devel
libgtop2-devel
libgudev-devel
libnma-devel
libpwquality-devel
libsmbclient-devel
libsoup-devel
libudisks2-devel
libwacom-devel
libX11-devel
libXi-devel
libxml2-devel
libxslt
ModemManager-glib-devel
NetworkManager-libnm-devel
polkit-devel
pulseaudio-libs-devel
upower-devel
python3-dbusmock
xorg-x11-server-Xvfb
mesa-dri-drivers
libsecret-devel
GIT_SUBMODULE_STRATEGY: normal
image: "$FEDORA_IMAGE"
stages:
- prepare
- build
- test
- manual
@@ -96,6 +39,90 @@ stages:
echo "== Testing ==" &&
meson test -C _build --verbose --no-stdsplit
.fedora.container.common:
variables:
# When branching a stable release, change 'main'
# to the release number/branch to ensure that
# a new image will be created, tailored for the
# stable branch.
# Could probably also switch away from rawhide,
# to stable fedora branch as well.
FDO_DISTRIBUTION_TAG: '2021-07-22.0-gnome-40'
FDO_DISTRIBUTION_VERSION: '34'
#############################################
# Create CI Docker Images #
#############################################
# See also https://gitlab.freedesktop.org/freedesktop/ci-templates
build.container.fedora@x86_64:
extends:
- '.fdo.container-build@fedora'
- '.fedora.container.common'
stage: 'prepare'
variables:
# no need to pull the whole tree for rebuilding the image
GIT_STRATEGY: none
# Expiry sets fdo.expires on the image
FDO_EXPIRES_AFTER: 8w
# NOTES:
# - gobject-introspection-devel is needed for gsettings-desktop-schemas
FDO_DISTRIBUTION_PACKAGES: >-
@c-development @development-tools
git
llvm clang libasan libtsan libubsan gcovr
meson
accountsservice-devel
cheese-libs-devel
chrpath
colord-devel colord-gtk-devel
cups-devel
desktop-file-utils
docbook-style-xsl
flatpak-devel
gdk-pixbuf2-devel
gettext
glib2-devel
gobject-introspection-devel
gnome-bluetooth-libs-devel
gnome-desktop3-devel
gnome-online-accounts-devel
gnome-settings-daemon-devel
grilo-devel
gsettings-desktop-schemas-devel
gsound-devel
gtk3-devel ibus-devel
intltool
libcanberra-devel
libgtop2-devel
libgudev-devel
libnma-devel
libpwquality-devel
libsmbclient-devel
libsoup-devel
libudisks2-devel
libwacom-devel
libX11-devel
libXi-devel
libxml2-devel
libxslt
ModemManager-glib-devel
NetworkManager-libnm-devel
polkit-devel
pulseaudio-libs-devel
upower-devel
python3-dbusmock
xorg-x11-server-Xvfb
mesa-dri-drivers
libsecret-devel
FDO_DISTRIBUTION_EXEC: |-
git clone https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git && \
cd gsettings-desktop-schemas && \
meson . _build --prefix=/usr && \
ninja -C _build && \
ninja -C _build install && \
cd ..
##
# Stage: Build
#
@@ -104,6 +131,10 @@ stages:
# any of them.
##
build:
extends:
- '.fdo.distribution-image@fedora'
- '.fedora.container.common'
<<: *save_untracked_files
stage: build
@@ -130,6 +161,9 @@ build:
# Runs the unit tests.
##
test:
extends:
- '.fdo.distribution-image@fedora'
- '.fedora.container.common'
<<: *save_build_logs
stage: test
@@ -153,6 +187,9 @@ test:
# Runs the coverage test.
coverage:
extends:
- '.fdo.distribution-image@fedora'
- '.fedora.container.common'
<<: *save_build_logs
stage: test
variables:
@@ -187,6 +224,9 @@ coverage:
# Publishes the Coverage Report generated above
##
pages:
extends:
- '.fdo.distribution-image@fedora'
- '.fedora.container.common'
stage: deploy
dependencies:
- coverage
@@ -267,6 +307,9 @@ flatpak:
# Runs the sanitizers [address, thread, undefined, and memory].
.sanitizer: &sanitizer
extends:
- '.fdo.distribution-image@fedora'
- '.fedora.container.common'
<<: *save_build_logs
stage: manual
when: manual
@@ -281,6 +324,9 @@ flatpak:
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
asan:
extends:
- '.fdo.distribution-image@fedora'
- '.fedora.container.common'
<<: *sanitizer
# ASAN requires debugging capabilities
tags: [ asan ]
@@ -291,41 +337,26 @@ asan:
LSAN_OPTIONS: "suppressions=${CI_PROJECT_DIR}/build-aux/ci/lsan.supp"
tsan:
extends:
- '.fdo.distribution-image@fedora'
- '.fedora.container.common'
<<: *sanitizer
variables:
BUILD_OPTS: "-Db_sanitize=thread"
ubsan:
extends:
- '.fdo.distribution-image@fedora'
- '.fedora.container.common'
<<: *sanitizer
variables:
BUILD_OPTS: "-Db_sanitize=undefined"
msan:
extends:
- '.fdo.distribution-image@fedora'
- '.fedora.container.common'
<<: *sanitizer
variables:
BUILD_OPTS: "-Db_sanitize=memory"
CC: "clang"
#############################################
# Create CI Docker Images #
#############################################
# See also https://gitlab.freedesktop.org/freedesktop/ci-templates
container_fedora_build:
extends: .fdo.container-build@fedora
# The templates reference the local registry, but we need the fdo one
only:
variables:
- $CI_PIPELINE_SOURCE == "schedule" && $CRON_TASK == "BUILD_CI_IMAGES"
variables:
GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
FDO_FORCE_REBUILD: 1 # Force rebuilding the image
FDO_DISTRIBUTION_PACKAGES: $FEDORA_DEPENDENCIES
FDO_DISTRIBUTION_EXEC: |
git clone https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git && \
cd gsettings-desktop-schemas && \
meson . _build --prefix=/usr && \
ninja -C _build && \
ninja -C _build install && \
cd ..

25
NEWS
View File

@@ -1,3 +1,28 @@
================
Version 40.6
================
- Updated translations
================
Version 40.1
================
- Updated translations
About
- Don't show GNOME micro version
Location
- Fix permission store table and id
Network
- Show all IPv6 addresses for an interface
- Display IPv6 gateway
Power
- Fix D-Bus proxy leak
================
Version 40
================

View File

@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
version : '40.1',
version : '40.6',
license : 'GPL2+',
meson_version : '>= 0.53.0'
)
@@ -125,7 +125,7 @@ glib_dep = dependency('glib-2.0', version: '>= 2.56.0')
gnome_desktop_dep = dependency('gnome-desktop-3.0', version: '>= 3.33.4')
gnome_settings_dep = dependency('gnome-settings-daemon', version: '>= 3.27.90')
goa_dep = dependency('goa-1.0', version: goa_req_version)
gsettings_desktop_dep = dependency('gsettings-desktop-schemas', version: '>= 3.37.1')
gsettings_desktop_dep = dependency('gsettings-desktop-schemas', version: '>= 40.alpha')
libxml_dep = dependency('libxml-2.0')
polkit_gobject_dep = dependency('polkit-gobject-1', version: '>= 0.114')
pulse_dep = dependency('libpulse', version: pulse_req_version)

View File

@@ -82,7 +82,6 @@ typedef struct
{
char *major;
char *minor;
char *micro;
char *distributor;
char *date;
char **current;
@@ -93,7 +92,6 @@ version_data_free (VersionData *data)
{
g_free (data->major);
g_free (data->minor);
g_free (data->micro);
g_free (data->distributor);
g_free (data->date);
g_free (data);
@@ -116,8 +114,6 @@ version_start_element_handler (GMarkupParseContext *ctx,
data->current = &data->major;
else if (g_str_equal (element_name, "minor"))
data->current = &data->minor;
else if (g_str_equal (element_name, "micro"))
data->current = &data->micro;
else if (g_str_equal (element_name, "distributor"))
data->current = &data->distributor;
else if (g_str_equal (element_name, "date"))
@@ -188,7 +184,7 @@ load_gnome_version (char **version,
else
{
if (version != NULL)
*version = g_strdup_printf ("%s.%s.%s", data->major, data->minor, data->micro);
*version = g_strdup_printf ("%s.%s", data->major, data->minor);
if (distributor != NULL)
*distributor = g_strdup (data->distributor);
if (date != NULL)

View File

@@ -27,8 +27,8 @@
#include <glib/gi18n.h>
#define LOCATION_ENABLED "enabled"
#define APP_PERMISSIONS_TABLE "location"
#define APP_PERMISSIONS_ID "location"
#define APP_PERMISSIONS_TABLE "gnome"
#define APP_PERMISSIONS_ID "geolocation"
struct _CcLocationPanel
{

View File

@@ -44,6 +44,7 @@ struct _CcMousePanel
GtkSwitch *mouse_natural_scrolling_switch;
GtkScale *mouse_speed_scale;
CcMouseTest *mouse_test;
GtkBox *primary_button_box;
GtkRadioButton *primary_button_left;
GtkRadioButton *primary_button_right;
GtkScrolledWindow *scrolled_window;
@@ -205,6 +206,8 @@ setup_dialog (CcMousePanel *self)
{
GtkRadioButton *button;
gtk_widget_set_direction (GTK_WIDGET (self->primary_button_box), GTK_TEXT_DIR_LTR);
self->left_handed = g_settings_get_boolean (self->mouse_settings, "left-handed");
button = self->left_handed ? self->primary_button_right : self->primary_button_left;
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
@@ -425,6 +428,7 @@ cc_mouse_panel_class_init (CcMousePanelClass *klass)
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, mouse_natural_scrolling_switch);
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, mouse_speed_scale);
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, mouse_test);
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, primary_button_box);
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, primary_button_left);
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, primary_button_right);
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, scrolled_window);

View File

@@ -107,11 +107,11 @@
</packing>
</child>
<child>
<object class="GtkGrid">
<object class="GtkBox" id="primary_button_box">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">center</property>
<property name="column_homogeneous">True</property>
<property name="homogeneous">True</property>
<style>
<class name="linked"/>
</style>

View File

@@ -28,6 +28,8 @@
#include "ce-page.h"
#include "ce-page-details.h"
#include "../panel-common.h"
struct _CEPageDetails
{
GtkGrid parent;
@@ -246,7 +248,7 @@ connect_details_page (CEPageDetails *self)
NMIPConfig *ipv4_config = NULL, *ipv6_config = NULL;
gboolean have_ipv4_address = FALSE, have_ipv6_address = FALSE;
gboolean have_dns4 = FALSE, have_dns6 = FALSE;
const gchar *route4_text = NULL, *route6_text = NULL;
sc = nm_connection_get_setting_connection (self->connection);
type = nm_setting_connection_get_connection_type (sc);
@@ -340,13 +342,15 @@ connect_details_page (CEPageDetails *self)
gtk_widget_set_visible (GTK_WIDGET (self->strength_heading_label), strength_label != NULL);
gtk_widget_set_visible (GTK_WIDGET (self->strength_label), strength_label != NULL);
if (device_is_active && self->device != NULL)
if (device_is_active && self->device != NULL) {
ipv4_config = nm_device_get_ip4_config (self->device);
ipv6_config = nm_device_get_ip6_config (self->device);
}
if (ipv4_config != NULL) {
GPtrArray *addresses;
const gchar *ipv4_text = NULL;
g_autofree gchar *ip4_dns = NULL;
const gchar *route_text;
addresses = nm_ip_config_get_addresses (ipv4_config);
if (addresses->len > 0)
@@ -364,31 +368,22 @@ connect_details_page (CEPageDetails *self)
gtk_widget_set_visible (GTK_WIDGET (self->dns4_label), ip4_dns != NULL);
have_dns4 = ip4_dns != NULL;
route_text = nm_ip_config_get_gateway (ipv4_config);
gtk_label_set_label (self->route_label, route_text);
gtk_widget_set_visible (GTK_WIDGET (self->route_heading_label), route_text != NULL);
gtk_widget_set_visible (GTK_WIDGET (self->route_label), route_text != NULL);
route4_text = nm_ip_config_get_gateway (ipv4_config);
} else {
gtk_widget_hide (GTK_WIDGET (self->ipv4_heading_label));
gtk_widget_hide (GTK_WIDGET (self->ipv4_label));
gtk_widget_hide (GTK_WIDGET (self->dns4_heading_label));
gtk_widget_hide (GTK_WIDGET (self->dns4_label));
gtk_widget_hide (GTK_WIDGET (self->route_heading_label));
gtk_widget_hide (GTK_WIDGET (self->route_label));
}
if (device_is_active && self->device != NULL)
ipv6_config = nm_device_get_ip6_config (self->device);
if (ipv6_config != NULL) {
GPtrArray *addresses;
const gchar *ipv6_text = NULL;
g_autofree gchar *ipv6_text = NULL;
g_autofree gchar *ip6_dns = NULL;
addresses = nm_ip_config_get_addresses (ipv6_config);
if (addresses->len > 0)
ipv6_text = nm_ip_address_get_address (g_ptr_array_index (addresses, 0));
ipv6_text = net_device_get_ip6_addresses (ipv6_config);
gtk_label_set_label (self->ipv6_label, ipv6_text);
gtk_widget_set_visible (GTK_WIDGET (self->ipv6_heading_label), ipv6_text != NULL);
gtk_widget_set_valign (GTK_WIDGET (self->ipv6_heading_label), GTK_ALIGN_START);
gtk_widget_set_visible (GTK_WIDGET (self->ipv6_label), ipv6_text != NULL);
have_ipv6_address = ipv6_text != NULL;
@@ -399,6 +394,8 @@ connect_details_page (CEPageDetails *self)
gtk_widget_set_visible (GTK_WIDGET (self->dns6_heading_label), ip6_dns != NULL);
gtk_widget_set_visible (GTK_WIDGET (self->dns6_label), ip6_dns != NULL);
have_dns6 = ip6_dns != NULL;
route6_text = nm_ip_config_get_gateway (ipv6_config);
} else {
gtk_widget_hide (GTK_WIDGET (self->ipv6_heading_label));
gtk_widget_hide (GTK_WIDGET (self->ipv6_label));
@@ -409,8 +406,7 @@ connect_details_page (CEPageDetails *self)
if (have_ipv4_address && have_ipv6_address) {
gtk_label_set_label (self->ipv4_heading_label, _("IPv4 Address"));
gtk_label_set_label (self->ipv6_heading_label, _("IPv6 Address"));
}
else {
} else {
gtk_label_set_label (self->ipv4_heading_label, _("IP Address"));
gtk_label_set_label (self->ipv6_heading_label, _("IP Address"));
}
@@ -418,12 +414,30 @@ connect_details_page (CEPageDetails *self)
if (have_dns4 && have_dns6) {
gtk_label_set_label (self->dns4_heading_label, _("DNS4"));
gtk_label_set_label (self->dns6_heading_label, _("DNS6"));
}
else {
} else {
gtk_label_set_label (self->dns4_heading_label, _("DNS"));
gtk_label_set_label (self->dns6_heading_label, _("DNS"));
}
if (route4_text != NULL || route6_text != NULL) {
g_autofree const gchar *routes_text = NULL;
if (route4_text == NULL) {
routes_text = g_strdup (route6_text);
} else if (route6_text == NULL) {
routes_text = g_strdup (route4_text);
} else {
routes_text = g_strjoin ("\n", route4_text, route6_text, NULL);
}
gtk_label_set_label (self->route_label, routes_text);
gtk_widget_set_visible (GTK_WIDGET (self->route_heading_label), routes_text != NULL);
gtk_widget_set_valign (GTK_WIDGET (self->route_heading_label), GTK_ALIGN_START);
gtk_widget_set_visible (GTK_WIDGET (self->route_label), routes_text != NULL);
} else {
gtk_widget_hide (GTK_WIDGET (self->route_heading_label));
gtk_widget_hide (GTK_WIDGET (self->route_label));
}
if (!device_is_active && self->connection)
update_last_used (self, self->connection);
else {

View File

@@ -63,6 +63,7 @@ add_details_row (GtkWidget *details, gint top, const gchar *heading, const gchar
heading_label = gtk_label_new (heading);
gtk_style_context_add_class (gtk_widget_get_style_context (heading_label), "dim-label");
gtk_widget_set_halign (heading_label, GTK_ALIGN_END);
gtk_widget_set_valign (heading_label, GTK_ALIGN_START);
gtk_widget_set_hexpand (heading_label, TRUE);
gtk_grid_attach (GTK_GRID (details), heading_label, 0, top, 1, 1);
@@ -115,7 +116,8 @@ add_details (GtkWidget *details, NMDevice *device, NMConnection *connection)
const gchar *ip4_address = NULL;
const gchar *ip4_route = NULL;
g_autofree gchar *ip4_dns = NULL;
const gchar *ip6_address = NULL;
g_autofree gchar *ip6_addresses = NULL;
const gchar *ip6_route = NULL;
g_autofree gchar *ip6_dns = NULL;
gint i = 0;
@@ -134,30 +136,34 @@ add_details (GtkWidget *details, NMDevice *device, NMConnection *connection)
}
ip6_config = nm_device_get_ip6_config (device);
if (ip6_config) {
GPtrArray *addresses;
addresses = nm_ip_config_get_addresses (ip6_config);
if (addresses->len > 0)
ip6_address = nm_ip_address_get_address (g_ptr_array_index (addresses, 0));
ip6_addresses = net_device_get_ip6_addresses (ip6_config);
ip6_route = nm_ip_config_get_gateway (ip6_config);
ip6_dns = g_strjoinv (" ", (char **) nm_ip_config_get_nameservers (ip6_config));
if (!*ip6_dns)
ip6_dns = NULL;
}
if (ip4_address && ip6_address) {
if (ip4_address && ip6_addresses) {
add_details_row (details, i++, _("IPv4 Address"), ip4_address);
add_details_row (details, i++, _("IPv6 Address"), ip6_address);
gtk_widget_set_valign (details, GTK_ALIGN_START);
add_details_row (details, i++, _("IPv6 Address"), ip6_addresses);
gtk_widget_set_valign (details, GTK_ALIGN_START);
} else if (ip4_address) {
add_details_row (details, i++, _("IP Address"), ip4_address);
} else if (ip6_address) {
add_details_row (details, i++, _("IP Address"), ip6_address);
} else if (ip6_addresses) {
add_details_row (details, i++, _("IP Address"), ip6_addresses);
}
add_details_row (details, i++, _("Hardware Address"), nm_device_get_hw_address (device));
if (ip4_route)
if (ip4_route && ip6_route) {
g_autofree gchar *ip_routes = g_strjoin ("\n", ip4_route, ip6_route, NULL);
add_details_row (details, i++, _("Default Route"), ip_routes);
} else if (ip4_route) {
add_details_row (details, i++, _("Default Route"), ip4_route);
} else if (ip6_route) {
add_details_row (details, i++, _("Default Route"), ip6_route);
}
if (ip4_dns && ip6_dns) {
add_details_row (details, i++, _("DNS4"), ip4_dns);

View File

@@ -352,6 +352,7 @@ nm_device_mobile_refresh_ui (NetDeviceMobile *self)
NMIPConfig *ipv4_config = NULL, *ipv6_config = NULL;
gboolean have_ipv4_address = FALSE, have_ipv6_address = FALSE;
gboolean have_dns4 = FALSE, have_dns6 = FALSE;
const gchar *route4_text = NULL, *route6_text = NULL;
/* set up the device on/off switch */
gtk_widget_show (GTK_WIDGET (self->device_off_switch));
@@ -384,7 +385,6 @@ nm_device_mobile_refresh_ui (NetDeviceMobile *self)
GPtrArray *addresses;
const gchar *ipv4_text = NULL;
g_autofree gchar *ip4_dns = NULL;
const gchar *route_text;
addresses = nm_ip_config_get_addresses (ipv4_config);
if (addresses->len > 0)
@@ -402,30 +402,23 @@ nm_device_mobile_refresh_ui (NetDeviceMobile *self)
gtk_widget_set_visible (GTK_WIDGET (self->dns4_label), ip4_dns != NULL);
have_dns4 = ip4_dns != NULL;
route_text = nm_ip_config_get_gateway (ipv4_config);
gtk_label_set_label (self->route_label, route_text);
gtk_widget_set_visible (GTK_WIDGET (self->route_heading_label), route_text != NULL);
gtk_widget_set_visible (GTK_WIDGET (self->route_label), route_text != NULL);
route4_text = nm_ip_config_get_gateway (ipv4_config);
} else {
gtk_widget_hide (GTK_WIDGET (self->ipv4_heading_label));
gtk_widget_hide (GTK_WIDGET (self->ipv4_label));
gtk_widget_hide (GTK_WIDGET (self->dns4_heading_label));
gtk_widget_hide (GTK_WIDGET (self->dns4_label));
gtk_widget_hide (GTK_WIDGET (self->route_heading_label));
gtk_widget_hide (GTK_WIDGET (self->route_label));
}
ipv6_config = nm_device_get_ip6_config (self->device);
if (ipv6_config != NULL) {
GPtrArray *addresses;
const gchar *ipv6_text = NULL;
g_autofree gchar *ipv6_text = NULL;
g_autofree gchar *ip6_dns = NULL;
addresses = nm_ip_config_get_addresses (ipv6_config);
if (addresses->len > 0)
ipv6_text = nm_ip_address_get_address (g_ptr_array_index (addresses, 0));
ipv6_text = net_device_get_ip6_addresses (ipv6_config);
gtk_label_set_label (self->ipv6_label, ipv6_text);
gtk_widget_set_visible (GTK_WIDGET (self->ipv6_heading_label), ipv6_text != NULL);
gtk_widget_set_valign (GTK_WIDGET (self->ipv6_heading_label), GTK_ALIGN_START);
gtk_widget_set_visible (GTK_WIDGET (self->ipv6_label), ipv6_text != NULL);
have_ipv6_address = ipv6_text != NULL;
@@ -436,6 +429,8 @@ nm_device_mobile_refresh_ui (NetDeviceMobile *self)
gtk_widget_set_visible (GTK_WIDGET (self->dns6_heading_label), ip6_dns != NULL);
gtk_widget_set_visible (GTK_WIDGET (self->dns6_label), ip6_dns != NULL);
have_dns6 = ip6_dns != NULL;
route6_text = nm_ip_config_get_gateway (ipv6_config);
} else {
gtk_widget_hide (GTK_WIDGET (self->ipv6_heading_label));
gtk_widget_hide (GTK_WIDGET (self->ipv6_label));
@@ -459,6 +454,25 @@ nm_device_mobile_refresh_ui (NetDeviceMobile *self)
gtk_label_set_label (self->dns4_heading_label, _("DNS"));
gtk_label_set_label (self->dns6_heading_label, _("DNS"));
}
if (route4_text != NULL || route6_text != NULL) {
g_autofree const gchar *routes_text = NULL;
if (route4_text == NULL) {
routes_text = g_strdup (route6_text);
} else if (route6_text == NULL) {
routes_text = g_strdup (route4_text);
} else {
routes_text = g_strjoin ("\n", route4_text, route6_text, NULL);
}
gtk_label_set_label (self->route_label, routes_text);
gtk_widget_set_visible (GTK_WIDGET (self->route_heading_label), routes_text != NULL);
gtk_widget_set_valign (GTK_WIDGET (self->route_heading_label), GTK_ALIGN_START);
gtk_widget_set_visible (GTK_WIDGET (self->route_label), routes_text != NULL);
} else {
gtk_widget_hide (GTK_WIDGET (self->route_heading_label));
gtk_widget_hide (GTK_WIDGET (self->route_label));
}
}
static void

View File

@@ -428,3 +428,22 @@ net_device_get_valid_connections (NMClient *client, NMDevice *device)
return g_slist_reverse (valid);
}
gchar *
net_device_get_ip6_addresses (NMIPConfig *ipv6_config)
{
g_autoptr(GPtrArray) ipv6 = NULL;
GPtrArray *addresses;
addresses = nm_ip_config_get_addresses (ipv6_config);
if (addresses->len == 0) {
return NULL;
}
ipv6 = g_ptr_array_sized_new (addresses->len + 1);
for (int i = 0; i < addresses->len; i++) {
g_ptr_array_add (ipv6, (char *) nm_ip_address_get_address (g_ptr_array_index (addresses, i)));
}
g_ptr_array_add (ipv6, NULL);
return g_strjoinv ("\n", (char **) ipv6->pdata);
}

View File

@@ -34,4 +34,6 @@ NMConnection *net_device_get_find_connection (NMClient *client,
GSList *net_device_get_valid_connections (NMClient *client,
NMDevice *device);
gchar *net_device_get_ip6_addresses (NMIPConfig *ipv6_config);
G_END_DECLS

View File

@@ -166,6 +166,7 @@ cc_power_panel_dispose (GObject *object)
g_clear_object (&self->bt_rfkill);
g_clear_object (&self->bt_properties);
g_clear_object (&self->iio_proxy);
g_clear_object (&self->power_profiles_proxy);
#ifdef HAVE_NETWORK_MANAGER
g_clear_object (&self->nm_client);
#endif
@@ -1746,11 +1747,15 @@ cc_power_panel_class_init (CcPowerPanelClass *klass)
gtk_widget_class_bind_template_callback (widget_class, has_kbd_brightness_cb);
gtk_widget_class_bind_template_callback (widget_class, idle_delay_combo_changed_cb);
gtk_widget_class_bind_template_callback (widget_class, keynav_failed_cb);
#ifdef HAVE_NETWORK_MANAGER
gtk_widget_class_bind_template_callback (widget_class, mobile_switch_changed_cb);
#endif
gtk_widget_class_bind_template_callback (widget_class, power_button_combo_changed_cb);
gtk_widget_class_bind_template_callback (widget_class, power_profiles_row_activated_cb);
gtk_widget_class_bind_template_callback (widget_class, power_saving_listbox_row_activated_cb);
#ifdef HAVE_NETWORK_MANAGER
gtk_widget_class_bind_template_callback (widget_class, wifi_switch_changed_cb);
#endif
}
static void

194
po/de.po
View File

@@ -29,16 +29,16 @@ msgstr ""
"Project-Id-Version: gnome-control-center master\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
"issues\n"
"POT-Creation-Date: 2021-02-28 14:11+0000\n"
"PO-Revision-Date: 2021-03-07 11:34+0100\n"
"Last-Translator: Tim Sabsch <tim@sabsch.com>\n"
"POT-Creation-Date: 2021-09-17 21:34+0000\n"
"PO-Revision-Date: 2021-09-22 22:29+0200\n"
"Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.4.2\n"
"X-Generator: Poedit 3.0\n"
#: panels/applications/cc-applications-panel.c:823
msgid "System Bus"
@@ -56,7 +56,7 @@ msgid "Session Bus"
msgstr "Sitzungs-Bus"
#: panels/applications/cc-applications-panel.c:829
#: panels/power/cc-power-panel.c:1789 panels/thunderbolt/cc-bolt-panel.ui:466
#: panels/power/cc-power-panel.c:1795 panels/thunderbolt/cc-bolt-panel.ui:466
#: panels/thunderbolt/cc-bolt-panel.ui:525
msgid "Devices"
msgstr "Geräte"
@@ -93,7 +93,7 @@ msgstr "Dateisystem"
#: panels/applications/cc-applications-panel.c:849
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
#: shell/cc-window.c:933 shell/cc-window.ui:121
#: shell/cc-window.c:938 shell/cc-window.ui:121
#: shell/gnome-control-center.desktop.in.in:3
msgid "Settings"
msgstr "Einstellungen"
@@ -1204,7 +1204,7 @@ msgstr "A_uswählen"
msgid "No languages found"
msgstr "Keine Sprachen gefunden"
#: panels/common/cc-language-chooser.ui:81
#: panels/common/cc-language-chooser.ui:82
#: panels/keyboard/cc-input-chooser.c:178
msgid "More…"
msgstr "Mehr …"
@@ -1250,12 +1250,12 @@ msgid "Select _All"
msgstr "Alle au_swählen"
#: panels/common/cc-util.c:127
#: panels/network/connection-editor/ce-page-details.c:160
#: panels/network/connection-editor/ce-page-details.c:162
msgid "Today"
msgstr "Heute"
#: panels/common/cc-util.c:131
#: panels/network/connection-editor/ce-page-details.c:162
#: panels/network/connection-editor/ce-page-details.c:164
msgid "Yesterday"
msgstr "Gestern"
@@ -1809,11 +1809,11 @@ msgstr ""
"Panel;Projektor;xrandr;Anzeige;Auflösung;Aktualisieren;Bildschirm;Monitor;"
"Nacht;Tag;Blau;Rotverschiebung;Farbe;Sonnenuntergang;Sonnenaufgang;"
#: panels/info-overview/cc-info-overview-panel.c:418
#: panels/info-overview/cc-info-overview-panel.c:433
#: panels/info-overview/cc-info-overview-panel.c:445
#: panels/info-overview/cc-info-overview-panel.c:491
#: panels/info-overview/cc-info-overview-panel.c:521
#: panels/info-overview/cc-info-overview-panel.c:414
#: panels/info-overview/cc-info-overview-panel.c:429
#: panels/info-overview/cc-info-overview-panel.c:441
#: panels/info-overview/cc-info-overview-panel.c:487
#: panels/info-overview/cc-info-overview-panel.c:517
msgid "Unknown"
msgstr "Unbekannt"
@@ -1821,32 +1821,32 @@ msgstr "Unbekannt"
#. * example:
#. * "Fedora 25 (Workstation Edition); Build ID: xyz" or
#. * "Ubuntu 16.04 LTS; Build ID: jki"
#: panels/info-overview/cc-info-overview-panel.c:453
#: panels/info-overview/cc-info-overview-panel.c:449
#, c-format
msgid "%s; Build ID: %s"
msgstr "%s; Build-ID: %s"
#. translators: This is the type of architecture for the OS
#: panels/info-overview/cc-info-overview-panel.c:468
#: panels/info-overview/cc-info-overview-panel.c:464
#, c-format
msgid "64-bit"
msgstr "64-bit"
#. translators: This is the type of architecture for the OS
#: panels/info-overview/cc-info-overview-panel.c:471
#: panels/info-overview/cc-info-overview-panel.c:467
#, c-format
msgid "32-bit"
msgstr "32-bit"
#: panels/info-overview/cc-info-overview-panel.c:728
#: panels/info-overview/cc-info-overview-panel.c:724
msgid "X11"
msgstr "X11"
#: panels/info-overview/cc-info-overview-panel.c:732
#: panels/info-overview/cc-info-overview-panel.c:728
msgid "Wayland"
msgstr "Wayland"
#: panels/info-overview/cc-info-overview-panel.c:734
#: panels/info-overview/cc-info-overview-panel.c:730
msgctxt "Windowing system (Wayland, X11, or Unknown)"
msgid "Unknown"
msgstr "Unbekannt"
@@ -2438,7 +2438,7 @@ msgstr ""
#: panels/location/cc-location-panel.ui:31
msgid "Location services turned off"
msgstr "Standortdienste sind ausgeschaltet"
msgstr "Ortungsdienste sind ausgeschaltet"
#: panels/location/cc-location-panel.ui:40
msgid "No applications can obtain location information."
@@ -2461,11 +2461,11 @@ msgstr ""
"Verwendet den Mozilla-Ortungsdienst: <a href='https://location.services."
"mozilla.com/privacy'>Regeln zum Schutz der Privatsphäre</a>"
#: panels/location/cc-location-panel.ui:93
#: panels/location/cc-location-panel.ui:94
msgid "Allow the applications below to determine your location."
msgstr "Den nachfolgenden Anwendungen Zugriff auf Ihren Standort erlauben."
#: panels/location/cc-location-panel.ui:113
#: panels/location/cc-location-panel.ui:114
msgid "No Applications Have Asked for Location Access"
msgstr "Es hat keine Anwendung um Standortzugriff gebeten"
@@ -2845,7 +2845,7 @@ msgid "Connected"
msgstr "Verbunden"
#: panels/network/cc-wifi-connection-row.ui:100
#: panels/network/net-device-ethernet.c:327
#: panels/network/net-device-ethernet.c:333
#: panels/network/network-bluetooth.ui:76
#: panels/network/network-ethernet.ui:111 panels/network/network-mobile.ui:450
#: panels/network/network-vpn.ui:77
@@ -3009,167 +3009,167 @@ msgid "Profile %d"
msgstr "Profil %d"
#. TRANSLATORS: this WEP WiFi security
#: panels/network/connection-editor/ce-page-details.c:95
#: panels/network/connection-editor/ce-page-details.c:97
#: panels/network/net-device-wifi.c:228
msgid "WEP"
msgstr "WEP"
#. TRANSLATORS: this WPA WiFi security
#: panels/network/connection-editor/ce-page-details.c:99
#: panels/network/connection-editor/ce-page-details.c:101
#: panels/network/net-device-wifi.c:233
msgid "WPA"
msgstr "WPA"
#. TRANSLATORS: this WPA3 WiFi security
#: panels/network/connection-editor/ce-page-details.c:105
#: panels/network/connection-editor/ce-page-details.c:107
msgid "WPA3"
msgstr "WPA3"
#. TRANSLATORS: this Enhanced Open WiFi security
#: panels/network/connection-editor/ce-page-details.c:110
#: panels/network/connection-editor/ce-page-details.c:112
#: panels/network/connection-editor/ce-page-security.c:279
msgid "Enhanced Open"
msgstr "Erweitertes Öffnen"
#. TRANSLATORS: this WPA WiFi security
#: panels/network/connection-editor/ce-page-details.c:117
#: panels/network/connection-editor/ce-page-details.c:119
msgid "WPA2"
msgstr "WPA2"
#. TRANSLATORS: this Enterprise WiFi security
#: panels/network/connection-editor/ce-page-details.c:123
#: panels/network/connection-editor/ce-page-details.c:125
msgid "Enterprise"
msgstr "Enterprise"
#: panels/network/connection-editor/ce-page-details.c:128
#: panels/network/connection-editor/ce-page-details.c:130
#: panels/network/net-device-wifi.c:218
msgctxt "Wifi security"
msgid "None"
msgstr "Keine"
#: panels/network/connection-editor/ce-page-details.c:149
#: panels/network/connection-editor/ce-page-details.c:151
msgid "Never"
msgstr "Nie"
#: panels/network/connection-editor/ce-page-details.c:164
#: panels/network/net-device-ethernet.c:107
#: panels/network/connection-editor/ce-page-details.c:166
#: panels/network/net-device-ethernet.c:108
#, c-format
msgid "%i day ago"
msgid_plural "%i days ago"
msgstr[0] "Vor %i Tag"
msgstr[1] "Vor %i Tagen"
#: panels/network/connection-editor/ce-page-details.c:291
#: panels/network/connection-editor/ce-page-details.c:293
#, c-format
msgid "%d Mb/s (%1.1f GHz)"
msgstr "%d Mbit/s (%1.1f GHz)"
#. Translators: network device speed
#: panels/network/connection-editor/ce-page-details.c:293
#: panels/network/net-device-ethernet.c:214
#: panels/network/connection-editor/ce-page-details.c:295
#: panels/network/net-device-ethernet.c:220
#, c-format
msgid "%d Mb/s"
msgstr "%d Mbit/s"
#: panels/network/connection-editor/ce-page-details.c:306
#: panels/network/connection-editor/ce-page-details.c:308
msgid "2.4 GHz / 5 GHz"
msgstr "2.4 GHz / 5 GHz"
#: panels/network/connection-editor/ce-page-details.c:308
#: panels/network/connection-editor/ce-page-details.c:310
msgid "2.4 GHz"
msgstr "2.4 GHz"
#: panels/network/connection-editor/ce-page-details.c:310
#: panels/network/connection-editor/ce-page-details.c:312
msgid "5 GHz"
msgstr "5 GHz"
#: panels/network/connection-editor/ce-page-details.c:330
#: panels/network/connection-editor/ce-page-details.c:332
msgctxt "Signal strength"
msgid "None"
msgstr "Keines"
#: panels/network/connection-editor/ce-page-details.c:332
#: panels/network/connection-editor/ce-page-details.c:334
msgctxt "Signal strength"
msgid "Weak"
msgstr "Schwach"
#: panels/network/connection-editor/ce-page-details.c:334
#: panels/network/connection-editor/ce-page-details.c:336
msgctxt "Signal strength"
msgid "Ok"
msgstr "OK"
#: panels/network/connection-editor/ce-page-details.c:336
#: panels/network/connection-editor/ce-page-details.c:338
msgctxt "Signal strength"
msgid "Good"
msgstr "Gut"
#: panels/network/connection-editor/ce-page-details.c:338
#: panels/network/connection-editor/ce-page-details.c:340
msgctxt "Signal strength"
msgid "Excellent"
msgstr "Ausgezeichnet"
#: panels/network/connection-editor/ce-page-details.c:410
#: panels/network/connection-editor/ce-page-details.c:407
#: panels/network/connection-editor/details-page.ui:108
#: panels/network/net-device-ethernet.c:149
#: panels/network/net-device-mobile.c:447
#: panels/network/net-device-ethernet.c:147
#: panels/network/net-device-mobile.c:442
msgid "IPv4 Address"
msgstr "IPv4-Adresse"
#: panels/network/connection-editor/ce-page-details.c:411
#: panels/network/connection-editor/ce-page-details.c:408
#: panels/network/connection-editor/details-page.ui:126
#: panels/network/net-device-ethernet.c:150
#: panels/network/net-device-mobile.c:448 panels/network/network-mobile.ui:218
#: panels/network/net-device-ethernet.c:149
#: panels/network/net-device-mobile.c:443 panels/network/network-mobile.ui:218
msgid "IPv6 Address"
msgstr "IPv6-Adresse"
#: panels/network/connection-editor/ce-page-details.c:414
#: panels/network/connection-editor/ce-page-details.c:415
#: panels/network/connection-editor/ce-page-details.c:410
#: panels/network/connection-editor/ce-page-details.c:411
#: panels/network/net-device-ethernet.c:152
#: panels/network/net-device-ethernet.c:154
#: panels/network/net-device-mobile.c:451
#: panels/network/net-device-mobile.c:452 panels/network/network-mobile.ui:201
#: panels/network/net-device-mobile.c:446
#: panels/network/net-device-mobile.c:447 panels/network/network-mobile.ui:201
msgid "IP Address"
msgstr "IP-Adresse"
#: panels/network/connection-editor/ce-page-details.c:419
#: panels/network/net-device-ethernet.c:163
#: panels/network/net-device-mobile.c:456
#: panels/network/connection-editor/ce-page-details.c:415
#: panels/network/net-device-ethernet.c:169
#: panels/network/net-device-mobile.c:451
msgid "DNS4"
msgstr "DNS4"
#: panels/network/connection-editor/ce-page-details.c:420
#: panels/network/net-device-ethernet.c:164
#: panels/network/net-device-mobile.c:457
#: panels/network/connection-editor/ce-page-details.c:416
#: panels/network/net-device-ethernet.c:170
#: panels/network/net-device-mobile.c:452
msgid "DNS6"
msgstr "DNS6"
#: panels/network/connection-editor/ce-page-details.c:423
#: panels/network/connection-editor/ce-page-details.c:424
#: panels/network/connection-editor/ce-page-details.c:418
#: panels/network/connection-editor/ce-page-details.c:419
#: panels/network/connection-editor/details-page.ui:199
#: panels/network/connection-editor/details-page.ui:218
#: panels/network/connection-editor/ip4-page.ui:211
#: panels/network/connection-editor/ip6-page.ui:225
#: panels/network/net-device-ethernet.c:166
#: panels/network/net-device-ethernet.c:168
#: panels/network/net-device-mobile.c:459
#: panels/network/net-device-mobile.c:460 panels/network/network-mobile.ui:253
#: panels/network/net-device-ethernet.c:172
#: panels/network/net-device-ethernet.c:174
#: panels/network/net-device-mobile.c:454
#: panels/network/net-device-mobile.c:455 panels/network/network-mobile.ui:253
#: panels/network/network-mobile.ui:271
msgid "DNS"
msgstr "DNS"
#: panels/network/connection-editor/ce-page-details.c:457
#: panels/network/connection-editor/ce-page-details.c:471
msgid "Forget Connection"
msgstr "Verbindung entfernen"
#: panels/network/connection-editor/ce-page-details.c:459
#: panels/network/connection-editor/ce-page-details.c:473
msgid "Remove Connection Profile"
msgstr "Verbindungsprofil entfernen"
#: panels/network/connection-editor/ce-page-details.c:461
#: panels/network/connection-editor/ce-page-details.c:475
msgid "Remove VPN"
msgstr "VPN entfernen"
#: panels/network/connection-editor/ce-page-details.c:479
#: panels/network/connection-editor/ce-page-details.c:493
msgid "Details"
msgstr "Details"
@@ -3254,7 +3254,9 @@ msgid "Supported Frequencies"
msgstr "Unterstützte Frequenzen"
#: panels/network/connection-editor/details-page.ui:180
#: panels/network/net-device-ethernet.c:160
#: panels/network/net-device-ethernet.c:161
#: panels/network/net-device-ethernet.c:163
#: panels/network/net-device-ethernet.c:165
#: panels/network/network-mobile.ui:235
msgid "Default Route"
msgstr "Vorgaberoute"
@@ -3520,19 +3522,19 @@ msgstr "Legt fest, wie mit Funknetzwerken verbunden wird"
msgid "Network;Wireless;Wi-Fi;Wifi;IP;LAN;Broadband;DNS;Hotspot;"
msgstr "Netzwerk;Drahtlos;WLAN;Wifi;IP;LAN;Breitband;Hotspot;DNS;"
#: panels/network/net-device-ethernet.c:95
#: panels/network/net-device-ethernet.c:96
msgid "never"
msgstr "nie"
#: panels/network/net-device-ethernet.c:103
#: panels/network/net-device-ethernet.c:104
msgid "today"
msgstr "heute"
#: panels/network/net-device-ethernet.c:105
#: panels/network/net-device-ethernet.c:106
msgid "yesterday"
msgstr "gestern"
#: panels/network/net-device-ethernet.c:174
#: panels/network/net-device-ethernet.c:180
msgid "Last used"
msgstr "Zuletzt verwendet"
@@ -3541,7 +3543,7 @@ msgstr "Zuletzt verwendet"
#. * profile. It is also used to display ethernet in the
#. * device list.
#.
#: panels/network/net-device-ethernet.c:261
#: panels/network/net-device-ethernet.c:267
#: panels/network/network-bluetooth.ui:38 panels/network/network-ethernet.ui:18
msgid "Wired"
msgstr "Kabelgebunden"
@@ -3582,7 +3584,7 @@ msgstr "Das Drahtlos-Gerät unterstützt keinen Hotspot-Modus"
#: panels/network/net-proxy.c:69
#: panels/notifications/cc-notifications-panel.c:266
#: panels/power/cc-power-panel.c:1133 panels/power/cc-power-panel.c:1144
#: panels/power/cc-power-panel.c:1134 panels/power/cc-power-panel.c:1145
#: panels/universal-access/cc-ua-panel.c:328
#: panels/universal-access/cc-ua-panel.c:603
#: panels/universal-access/cc-ua-panel.c:613
@@ -4378,7 +4380,7 @@ msgstr "Kl_anghinweise"
#: panels/notifications/cc-app-notifications-dialog.ui:168
msgctxt "notifications"
msgid "Notification _Popups"
msgstr "Be_nachrichtigungen"
msgstr "Be_nachrichtigungsbanner"
#: panels/notifications/cc-app-notifications-dialog.ui:184
msgid ""
@@ -4392,7 +4394,7 @@ msgstr ""
#: panels/notifications/cc-app-notifications-dialog.ui:249
msgctxt "notifications"
msgid "Show Message _Content in Popups"
msgstr "Nachri_chten auf Bannern zeigen"
msgstr "Benachrichtigungs_details auf Bannern zeigen"
# Mit weichen Trennzeichen, die die Stelle einen Textumbruch vorschlagen
#: panels/notifications/cc-app-notifications-dialog.ui:300
@@ -4403,10 +4405,10 @@ msgstr "Benachrichtigungen auf dem Sperrbi_ldschirm"
#: panels/notifications/cc-app-notifications-dialog.ui:351
msgctxt "notifications"
msgid "Show Message C_ontent on Lock Screen"
msgstr "Nachrichten im _Sperrbildschirm zeigen"
msgstr "Benachrichtigungsdetails auf dem _Sperrbildschirm zeigen"
#: panels/notifications/cc-notifications-panel.c:266
#: panels/power/cc-power-panel.c:1139 panels/power/cc-power-panel.c:1146
#: panels/power/cc-power-panel.c:1140 panels/power/cc-power-panel.c:1147
#: panels/universal-access/cc-ua-panel.c:328
#: panels/universal-access/cc-ua-panel.c:603
#: panels/universal-access/cc-ua-panel.c:613
@@ -4627,8 +4629,8 @@ msgid "Gaming input device"
msgstr "Spiel-Eingabegerät"
#. TRANSLATORS: secondary battery, misc
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:413
#: panels/power/cc-power-panel.c:1779
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:414
#: panels/power/cc-power-panel.c:1785
msgid "Battery"
msgstr "Akku"
@@ -4642,51 +4644,51 @@ msgctxt "Battery name"
msgid "Extra"
msgstr "Extra"
#: panels/power/cc-power-panel.c:411
#: panels/power/cc-power-panel.c:412
msgid "Batteries"
msgstr "Akku"
#: panels/power/cc-power-panel.c:632
#: panels/power/cc-power-panel.c:633
msgid "When _idle"
msgstr "Wenn _inaktiv"
#: panels/power/cc-power-panel.c:1081
#: panels/power/cc-power-panel.c:1082
msgid "Suspend"
msgstr "Bereitschaft"
#: panels/power/cc-power-panel.c:1082
#: panels/power/cc-power-panel.c:1083
msgid "Power Off"
msgstr "Ausschalten"
#: panels/power/cc-power-panel.c:1083
#: panels/power/cc-power-panel.c:1084
msgid "Hibernate"
msgstr "Ruhezustand"
#: panels/power/cc-power-panel.c:1084
#: panels/power/cc-power-panel.c:1085
msgid "Nothing"
msgstr "Nichts"
#: panels/power/cc-power-panel.c:1135
#: panels/power/cc-power-panel.c:1136
msgid "When on battery power"
msgstr "Wenn im Akkubetrieb"
#: panels/power/cc-power-panel.c:1137
#: panels/power/cc-power-panel.c:1138
msgid "When plugged in"
msgstr "Wenn angeschlossen"
#: panels/power/cc-power-panel.c:1277
#: panels/power/cc-power-panel.c:1278
msgid "Automatic suspend"
msgstr "Automatisch in Bereitschaft gehen"
#: panels/power/cc-power-panel.c:1799
#: panels/power/cc-power-panel.c:1805
msgid "Power Mode"
msgstr "Energie-Modus"
#: panels/power/cc-power-panel.c:1809
#: panels/power/cc-power-panel.c:1815
msgid "Power Saving"
msgstr "Energie sparen"
#: panels/power/cc-power-panel.c:1817
#: panels/power/cc-power-panel.c:1823
msgid "Suspend & Power Button"
msgstr "Taste für Bereitschaft und Ausschalten"

View File

@@ -26,8 +26,8 @@ msgstr ""
"Project-Id-Version: gnome-control-center\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
"issues\n"
"POT-Creation-Date: 2021-03-09 06:41+0000\n"
"PO-Revision-Date: 2021-03-12 19:23+0200\n"
"POT-Creation-Date: 2021-05-13 11:02+0000\n"
"PO-Revision-Date: 2021-05-26 09:49+0300\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>\n"
"Language-Team: suomi <lokalisointi-lista@googlegroups.com>\n"
"Language: fi\n"
@@ -35,7 +35,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.4.2\n"
"X-Generator: Poedit 2.4.3\n"
"X-POT-Import-Date: 2012-03-07 10:37:43+0000\n"
"X-Project-Style: gnome\n"
@@ -55,7 +55,7 @@ msgid "Session Bus"
msgstr "Istuntoväylä"
#: panels/applications/cc-applications-panel.c:829
#: panels/power/cc-power-panel.c:1789 panels/thunderbolt/cc-bolt-panel.ui:466
#: panels/power/cc-power-panel.c:1790 panels/thunderbolt/cc-bolt-panel.ui:466
#: panels/thunderbolt/cc-bolt-panel.ui:525
msgid "Devices"
msgstr "Laitteet"
@@ -92,7 +92,7 @@ msgstr "Tiedostojärjestelmä"
#: panels/applications/cc-applications-panel.c:849
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
#: shell/cc-window.c:933 shell/cc-window.ui:121
#: shell/cc-window.c:938 shell/cc-window.ui:121
#: shell/gnome-control-center.desktop.in.in:3
msgid "Settings"
msgstr "Asetukset"
@@ -1792,11 +1792,11 @@ msgstr ""
"redshift;color;sunset;sunrise;Paneeli;Projektori;Näyttö;Resoluutio;Tarkkuus;"
"Virkistystaajuus;yövalo;"
#: panels/info-overview/cc-info-overview-panel.c:418
#: panels/info-overview/cc-info-overview-panel.c:433
#: panels/info-overview/cc-info-overview-panel.c:445
#: panels/info-overview/cc-info-overview-panel.c:491
#: panels/info-overview/cc-info-overview-panel.c:521
#: panels/info-overview/cc-info-overview-panel.c:414
#: panels/info-overview/cc-info-overview-panel.c:429
#: panels/info-overview/cc-info-overview-panel.c:441
#: panels/info-overview/cc-info-overview-panel.c:487
#: panels/info-overview/cc-info-overview-panel.c:517
msgid "Unknown"
msgstr "Tuntematon"
@@ -1804,32 +1804,32 @@ msgstr "Tuntematon"
#. * example:
#. * "Fedora 25 (Workstation Edition); Build ID: xyz" or
#. * "Ubuntu 16.04 LTS; Build ID: jki"
#: panels/info-overview/cc-info-overview-panel.c:453
#: panels/info-overview/cc-info-overview-panel.c:449
#, c-format
msgid "%s; Build ID: %s"
msgstr "%s; koontitunniste: %s"
#. translators: This is the type of architecture for the OS
#: panels/info-overview/cc-info-overview-panel.c:468
#: panels/info-overview/cc-info-overview-panel.c:464
#, c-format
msgid "64-bit"
msgstr "64-bit"
#. translators: This is the type of architecture for the OS
#: panels/info-overview/cc-info-overview-panel.c:471
#: panels/info-overview/cc-info-overview-panel.c:467
#, c-format
msgid "32-bit"
msgstr "32-bit"
#: panels/info-overview/cc-info-overview-panel.c:728
#: panels/info-overview/cc-info-overview-panel.c:724
msgid "X11"
msgstr "X11"
#: panels/info-overview/cc-info-overview-panel.c:732
#: panels/info-overview/cc-info-overview-panel.c:728
msgid "Wayland"
msgstr "Wayland"
#: panels/info-overview/cc-info-overview-panel.c:734
#: panels/info-overview/cc-info-overview-panel.c:730
msgctxt "Windowing system (Wayland, X11, or Unknown)"
msgid "Unknown"
msgstr "Tuntematon"
@@ -2441,11 +2441,11 @@ msgstr ""
"Käyttää Mozillan paikannuspalvelua: <a href='https://location.services."
"mozilla.com/privacy'>yksityisyyskäytäntö</a>"
#: panels/location/cc-location-panel.ui:93
#: panels/location/cc-location-panel.ui:94
msgid "Allow the applications below to determine your location."
msgstr "Salli alla listattujen sovellusten määrittää sijaintisi."
#: panels/location/cc-location-panel.ui:113
#: panels/location/cc-location-panel.ui:114
msgid "No Applications Have Asked for Location Access"
msgstr "Mikään sovellus ei ole pyytänyt sijainnin käyttöoikeutta"
@@ -4589,7 +4589,7 @@ msgstr "Pelaamiseen tarkoitettu syötelaite"
#. TRANSLATORS: secondary battery, misc
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:413
#: panels/power/cc-power-panel.c:1779
#: panels/power/cc-power-panel.c:1780
msgid "Battery"
msgstr "Akku"
@@ -4639,15 +4639,15 @@ msgstr "Käytettäessä verkkovirtaa"
msgid "Automatic suspend"
msgstr "Automaattinen valmiustila"
#: panels/power/cc-power-panel.c:1799
#: panels/power/cc-power-panel.c:1800
msgid "Power Mode"
msgstr "Tehotila"
#: panels/power/cc-power-panel.c:1809
#: panels/power/cc-power-panel.c:1810
msgid "Power Saving"
msgstr "Virransäästö"
#: panels/power/cc-power-panel.c:1817
#: panels/power/cc-power-panel.c:1818
msgid "Suspend & Power Button"
msgstr "Valmiustila ja virran katkaisu"
@@ -4828,7 +4828,7 @@ msgstr "Alennettu suorituskyky ja virrankäyttö."
#: panels/power/gnome-power-panel.desktop.in.in:3
msgid "Power"
msgstr "Virransäästö"
msgstr "Virranhallinta"
#: panels/power/gnome-power-panel.desktop.in.in:4
msgid "View your battery status and change power saving settings"
@@ -4842,7 +4842,7 @@ msgid ""
msgstr ""
"Power;Sleep;Suspend;Hibernate;Battery;Brightness;Dim;Blank;Monitor;DPMS;Idle;"
"Energy;virta;uni;valmiustila;lepotila;akku;kirkkaus;himmennys;tyhjä;näyttö;"
"jouten;virransäästö;"
"jouten;virransäästö;virranhallinta;"
#: panels/printers/authentication-dialog.ui:11
msgid " "

View File

@@ -16,7 +16,7 @@ msgstr ""
"Project-Id-Version: gnome-control-center master\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
"issues\n"
"POT-Creation-Date: 2021-02-21 15:21+0000\n"
"POT-Creation-Date: 2021-05-09 19:26+0000\n"
"PO-Revision-Date: 2021-02-21 21:16+0200\n"
"Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n"
"Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n"
@@ -46,7 +46,7 @@ msgid "Session Bus"
msgstr "Seanso magistralė"
#: panels/applications/cc-applications-panel.c:829
#: panels/power/cc-power-panel.c:1789 panels/thunderbolt/cc-bolt-panel.ui:466
#: panels/power/cc-power-panel.c:1790 panels/thunderbolt/cc-bolt-panel.ui:466
#: panels/thunderbolt/cc-bolt-panel.ui:525
msgid "Devices"
msgstr "Įrenginiai"
@@ -83,7 +83,7 @@ msgstr "Failų sistema"
#: panels/applications/cc-applications-panel.c:849
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
#: shell/cc-window.c:933 shell/cc-window.ui:121
#: shell/cc-window.c:938 shell/cc-window.ui:121
#: shell/gnome-control-center.desktop.in.in:3
msgid "Settings"
msgstr "Nustatymai"
@@ -300,7 +300,7 @@ msgid "How much resources this application is using."
msgstr "Kiek išteklių ši programa naudoja."
#: panels/applications/cc-applications-panel.ui:391
#: panels/applications/cc-applications-panel.ui:535
#: panels/applications/cc-applications-panel.ui:536
msgid "Storage"
msgstr "Saugykla"
@@ -318,29 +318,29 @@ msgstr "Nerasta rezultatų"
msgid "Try a different search"
msgstr "Bandykite kitą paiešką"
#: panels/applications/cc-applications-panel.ui:552
#: panels/applications/cc-applications-panel.ui:554
msgid ""
"How much disk space this application is occupying with app data and caches."
msgstr ""
"Kiek disko vietos užima šį programa su programos duomenimis bei podėliu."
#: panels/applications/cc-applications-panel.ui:561
#: panels/applications/cc-applications-panel.ui:563
msgid "Application"
msgstr "Programa"
#: panels/applications/cc-applications-panel.ui:567
#: panels/applications/cc-applications-panel.ui:569
msgid "Data"
msgstr "Duomenys"
#: panels/applications/cc-applications-panel.ui:573
#: panels/applications/cc-applications-panel.ui:575
msgid "Cache"
msgstr "Podėlis"
#: panels/applications/cc-applications-panel.ui:579
#: panels/applications/cc-applications-panel.ui:581
msgid "<b>Total</b>"
msgstr "<b>Iš viso</b>"
#: panels/applications/cc-applications-panel.ui:596
#: panels/applications/cc-applications-panel.ui:598
msgid "Clear Cache…"
msgstr "Išvalyti podėlį…"
@@ -1180,7 +1180,7 @@ msgstr "Pa_sirinkti"
msgid "No languages found"
msgstr "Nerasta kalbų"
#: panels/common/cc-language-chooser.ui:78
#: panels/common/cc-language-chooser.ui:82
#: panels/keyboard/cc-input-chooser.c:178
msgid "More…"
msgstr "Daugiau…"
@@ -1783,11 +1783,11 @@ msgstr ""
"Skydelis;Projektorius;xrandr;Ekranas;Raiška;Atnaujinimas;Monitorius;Naktinis;"
"Apšvietimas;rausvumas;spalva;saulėtekis;saulėlydis;"
#: panels/info-overview/cc-info-overview-panel.c:418
#: panels/info-overview/cc-info-overview-panel.c:433
#: panels/info-overview/cc-info-overview-panel.c:445
#: panels/info-overview/cc-info-overview-panel.c:491
#: panels/info-overview/cc-info-overview-panel.c:521
#: panels/info-overview/cc-info-overview-panel.c:414
#: panels/info-overview/cc-info-overview-panel.c:429
#: panels/info-overview/cc-info-overview-panel.c:441
#: panels/info-overview/cc-info-overview-panel.c:487
#: panels/info-overview/cc-info-overview-panel.c:517
msgid "Unknown"
msgstr "Nežinomas"
@@ -1795,32 +1795,32 @@ msgstr "Nežinomas"
#. * example:
#. * "Fedora 25 (Workstation Edition); Build ID: xyz" or
#. * "Ubuntu 16.04 LTS; Build ID: jki"
#: panels/info-overview/cc-info-overview-panel.c:453
#: panels/info-overview/cc-info-overview-panel.c:449
#, c-format
msgid "%s; Build ID: %s"
msgstr "%s; Sukūrimo ID: %s"
#. translators: This is the type of architecture for the OS
#: panels/info-overview/cc-info-overview-panel.c:468
#: panels/info-overview/cc-info-overview-panel.c:464
#, c-format
msgid "64-bit"
msgstr "64-bitų"
#. translators: This is the type of architecture for the OS
#: panels/info-overview/cc-info-overview-panel.c:471
#: panels/info-overview/cc-info-overview-panel.c:467
#, c-format
msgid "32-bit"
msgstr "32-bitų"
#: panels/info-overview/cc-info-overview-panel.c:728
#: panels/info-overview/cc-info-overview-panel.c:724
msgid "X11"
msgstr "X11"
#: panels/info-overview/cc-info-overview-panel.c:732
#: panels/info-overview/cc-info-overview-panel.c:728
msgid "Wayland"
msgstr "Wayland"
#: panels/info-overview/cc-info-overview-panel.c:734
#: panels/info-overview/cc-info-overview-panel.c:730
msgctxt "Windowing system (Wayland, X11, or Unknown)"
msgid "Unknown"
msgstr "Nežinoma"
@@ -1830,7 +1830,6 @@ msgid "Device Name"
msgstr "Įrenginio pavadinimas"
#: panels/info-overview/cc-info-overview-panel.ui:73
#| msgid "Hardware Address"
msgid "Hardware Model"
msgstr "Aparatūros modelis"
@@ -2427,11 +2426,11 @@ msgstr ""
"Naudoja Mozilla vietos tarnybą: <a href='https://location.services.mozilla."
"com/privacy'>Privatumo politika</a>"
#: panels/location/cc-location-panel.ui:93
#: panels/location/cc-location-panel.ui:94
msgid "Allow the applications below to determine your location."
msgstr "Leisti žemiau išvardintoms programoms gauti jūsų vietovės informaciją."
#: panels/location/cc-location-panel.ui:113
#: panels/location/cc-location-panel.ui:114
msgid "No Applications Have Asked for Location Access"
msgstr "Jokia programa neprašė prieigos prie vietos informacijos"
@@ -4577,7 +4576,7 @@ msgstr "Žaidimų įvesties įrenginys"
#. TRANSLATORS: secondary battery, misc
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:413
#: panels/power/cc-power-panel.c:1779
#: panels/power/cc-power-panel.c:1780
msgid "Battery"
msgstr "Akumuliatorius"
@@ -4627,15 +4626,15 @@ msgstr "Prijungus prie elektros tinklo"
msgid "Automatic suspend"
msgstr "Automatinis pristabdymas"
#: panels/power/cc-power-panel.c:1799
#: panels/power/cc-power-panel.c:1800
msgid "Power Mode"
msgstr "Galinga veiksena"
#: panels/power/cc-power-panel.c:1809
#: panels/power/cc-power-panel.c:1810
msgid "Power Saving"
msgstr "Energijos taupymas"
#: panels/power/cc-power-panel.c:1817
#: panels/power/cc-power-panel.c:1818
msgid "Suspend & Power Button"
msgstr "Pristabdymas ir įjungimo mygtukas"
@@ -5854,7 +5853,7 @@ msgstr "Išjungta"
#: panels/sharing/cc-sharing-panel.c:321
msgctxt "service is enabled"
msgid "Enabled"
msgstr "jungta"
msgstr "Įjungta"
#: panels/sharing/cc-sharing-panel.c:324
msgctxt "service is active"
@@ -6098,7 +6097,7 @@ msgstr "Garsumas"
msgid "Alert Sound"
msgstr "Įspėjimų garsumas"
#: panels/sound/cc-volume-slider.c:115
#: panels/sound/cc-volume-slider.c:117
msgctxt "volume"
msgid "100%"
msgstr "100%"
@@ -7564,7 +7563,7 @@ msgstr "Prisijunges prie"
#: panels/user-accounts/cc-user-panel.c:841
#: panels/user-accounts/cc-user-panel.c:935
msgid "Enabled"
msgstr "jungta"
msgstr "Įjungta"
#: panels/user-accounts/cc-user-panel.c:1254
msgid "Failed to contact the accounts service"

2003
po/ne.po

File diff suppressed because it is too large Load Diff

7462
po/oc.po

File diff suppressed because it is too large Load Diff

18637
po/pt.po

File diff suppressed because it is too large Load Diff

191
po/ro.po
View File

@@ -17,8 +17,8 @@ msgstr ""
"Project-Id-Version: gnome-control-center\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
"issues\n"
"POT-Creation-Date: 2021-02-02 07:02+0000\n"
"PO-Revision-Date: 2021-02-02 12:13+0100\n"
"POT-Creation-Date: 2021-04-23 17:42+0000\n"
"PO-Revision-Date: 2021-05-08 23:24+0200\n"
"Last-Translator: Florentina Mușat <florentina.musat.28@gmail.com>\n"
"Language-Team: Romanian Gnome Team\n"
"Language: ro\n"
@@ -47,7 +47,7 @@ msgid "Session Bus"
msgstr "Magistrala sesiunilor"
#: panels/applications/cc-applications-panel.c:829
#: panels/power/cc-power-panel.c:1789 panels/thunderbolt/cc-bolt-panel.ui:466
#: panels/power/cc-power-panel.c:1790 panels/thunderbolt/cc-bolt-panel.ui:466
#: panels/thunderbolt/cc-bolt-panel.ui:525
msgid "Devices"
msgstr "Dispozitive"
@@ -84,7 +84,7 @@ msgstr "Sistem de fișiere"
#: panels/applications/cc-applications-panel.c:849
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
#: shell/cc-window.c:933 shell/cc-window.ui:121
#: shell/cc-window.c:938 shell/cc-window.ui:121
#: shell/gnome-control-center.desktop.in.in:3
msgid "Settings"
msgstr "Configurări"
@@ -302,7 +302,7 @@ msgid "How much resources this application is using."
msgstr "Cât de multe resurse utilizează această aplicație."
#: panels/applications/cc-applications-panel.ui:391
#: panels/applications/cc-applications-panel.ui:535
#: panels/applications/cc-applications-panel.ui:536
msgid "Storage"
msgstr "Stocare"
@@ -315,35 +315,35 @@ msgid "No results found"
msgstr "Nu s-au găsit rezultate"
#: panels/applications/cc-applications-panel.ui:484
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:239
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:177
#: shell/cc-panel-list.ui:132
msgid "Try a different search"
msgstr "Încercați o căutare diferită"
#: panels/applications/cc-applications-panel.ui:552
#: panels/applications/cc-applications-panel.ui:554
msgid ""
"How much disk space this application is occupying with app data and caches."
msgstr ""
"Cât de mult spațiu pe disc ocupă această aplicație cu date și date "
"prestocate."
#: panels/applications/cc-applications-panel.ui:561
#: panels/applications/cc-applications-panel.ui:563
msgid "Application"
msgstr "Aplicație"
#: panels/applications/cc-applications-panel.ui:567
#: panels/applications/cc-applications-panel.ui:569
msgid "Data"
msgstr "Date"
#: panels/applications/cc-applications-panel.ui:573
#: panels/applications/cc-applications-panel.ui:575
msgid "Cache"
msgstr "Date prestocate"
#: panels/applications/cc-applications-panel.ui:579
#: panels/applications/cc-applications-panel.ui:581
msgid "<b>Total</b>"
msgstr "<b>Total</b>"
#: panels/applications/cc-applications-panel.ui:596
#: panels/applications/cc-applications-panel.ui:598
msgid "Clear Cache…"
msgstr "Curăță datele prestocate…"
@@ -367,7 +367,7 @@ msgstr "Selectați o fotografie"
#: panels/color/cc-color-panel.c:886 panels/color/cc-color-panel.ui:657
#: panels/common/cc-language-chooser.ui:25
#: panels/display/cc-display-panel.c:1003
#: panels/info-overview/cc-info-overview-panel.ui:243
#: panels/info-overview/cc-info-overview-panel.ui:242
#: panels/keyboard/cc-input-chooser.ui:11
#: panels/network/cc-wifi-hotspot-dialog.ui:122
#: panels/network/cc-wifi-panel.c:866
@@ -376,7 +376,7 @@ msgstr "Selectați o fotografie"
#: panels/network/connection-editor/vpn-helpers.c:299
#: panels/network/net-device-wifi.c:854
#: panels/printers/new-printer-dialog.ui:45
#: panels/printers/pp-details-dialog.c:255
#: panels/printers/pp-details-dialog.c:235
#: panels/region/cc-format-chooser.ui:28
#: panels/search/cc-search-locations-dialog.c:639
#: panels/sharing/cc-sharing-panel.c:396 panels/usage/cc-usage-panel.c:133
@@ -393,7 +393,7 @@ msgstr "_Renunță"
#: panels/background/cc-background-chooser.c:349
#: panels/network/connection-editor/vpn-helpers.c:177
#: panels/printers/pp-details-dialog.c:256
#: panels/printers/pp-details-dialog.c:236
#: panels/sharing/cc-sharing-panel.c:397
#: panels/user-accounts/cc-avatar-chooser.c:224
msgid "_Open"
@@ -441,7 +441,7 @@ msgstr "Wallpaper;Screen;Desktop;Tapet;Ecran;"
#: panels/bluetooth/cc-bluetooth-panel.ui:31
msgid "No Bluetooth Found"
msgstr "Nu a fost găsit adaptor Bluetooth"
msgstr "Nu a fost găsit un adaptor Bluetooth"
#: panels/bluetooth/cc-bluetooth-panel.ui:42
msgid "Plug in a dongle to use Bluetooth."
@@ -1193,7 +1193,7 @@ msgstr "_Selectează"
msgid "No languages found"
msgstr "Nu s-au găsit limbi"
#: panels/common/cc-language-chooser.ui:78
#: panels/common/cc-language-chooser.ui:82
#: panels/keyboard/cc-input-chooser.c:178
msgid "More…"
msgstr "Mai mult…"
@@ -1288,14 +1288,14 @@ msgstr[2] "%d de secunde"
#, c-format
msgctxt "hours minutes seconds"
msgid "%s %s %s"
msgstr "%s %s %s"
msgstr "%s %s și %s"
#. 5 hours 2 minutes
#: panels/common/cc-util.c:179
#, c-format
msgctxt "hours minutes"
msgid "%s %s"
msgstr "%s %s"
msgstr "%s și %s"
#. 5 hours
#: panels/common/cc-util.c:184
@@ -1703,7 +1703,7 @@ msgstr "Reglează pentru TV"
#: panels/display/cc-display-settings.ui:59
msgctxt "display setting"
msgid "Scale"
msgstr "Scalează"
msgstr "Scalare"
#: panels/display/cc-night-light-page.c:627
msgid "More Warm"
@@ -1801,11 +1801,11 @@ msgstr ""
"redshift;color;sunset;sunrise;Panou;Proiector;Ecran;Rezoluție;Lumină;"
"Albastru;culoare;apus;răsărit;"
#: panels/info-overview/cc-info-overview-panel.c:417
#: panels/info-overview/cc-info-overview-panel.c:432
#: panels/info-overview/cc-info-overview-panel.c:444
#: panels/info-overview/cc-info-overview-panel.c:490
#: panels/info-overview/cc-info-overview-panel.c:520
#: panels/info-overview/cc-info-overview-panel.c:414
#: panels/info-overview/cc-info-overview-panel.c:429
#: panels/info-overview/cc-info-overview-panel.c:441
#: panels/info-overview/cc-info-overview-panel.c:487
#: panels/info-overview/cc-info-overview-panel.c:517
msgid "Unknown"
msgstr "Necunoscut"
@@ -1813,94 +1813,94 @@ msgstr "Necunoscut"
#. * example:
#. * "Fedora 25 (Workstation Edition); Build ID: xyz" or
#. * "Ubuntu 16.04 LTS; Build ID: jki"
#: panels/info-overview/cc-info-overview-panel.c:452
#: panels/info-overview/cc-info-overview-panel.c:449
#, c-format
msgid "%s; Build ID: %s"
msgstr "%s; ID-ul compilării: %s"
#. translators: This is the type of architecture for the OS
#: panels/info-overview/cc-info-overview-panel.c:467
#: panels/info-overview/cc-info-overview-panel.c:464
#, c-format
msgid "64-bit"
msgstr "64-biți"
#. translators: This is the type of architecture for the OS
#: panels/info-overview/cc-info-overview-panel.c:470
#: panels/info-overview/cc-info-overview-panel.c:467
#, c-format
msgid "32-bit"
msgstr "32-biți"
#: panels/info-overview/cc-info-overview-panel.c:727
#: panels/info-overview/cc-info-overview-panel.c:724
msgid "X11"
msgstr "X11"
#: panels/info-overview/cc-info-overview-panel.c:731
#: panels/info-overview/cc-info-overview-panel.c:728
msgid "Wayland"
msgstr "Wayland"
#: panels/info-overview/cc-info-overview-panel.c:733
#: panels/info-overview/cc-info-overview-panel.c:730
msgctxt "Windowing system (Wayland, X11, or Unknown)"
msgid "Unknown"
msgstr "Necunoscut"
#: panels/info-overview/cc-info-overview-panel.ui:52
#: panels/info-overview/cc-info-overview-panel.ui:51
msgid "Device Name"
msgstr "Nume dispozitiv"
#: panels/info-overview/cc-info-overview-panel.ui:74
#: panels/info-overview/cc-info-overview-panel.ui:73
msgid "Hardware Model"
msgstr "Model hardware"
#: panels/info-overview/cc-info-overview-panel.ui:83
#: panels/info-overview/cc-info-overview-panel.ui:82
msgid "Memory"
msgstr "Memorie"
#: panels/info-overview/cc-info-overview-panel.ui:92
#: panels/info-overview/cc-info-overview-panel.ui:91
msgid "Processor"
msgstr "Procesor"
#: panels/info-overview/cc-info-overview-panel.ui:101
#: panels/info-overview/cc-info-overview-panel.ui:100
msgid "Graphics"
msgstr "Grafică"
#: panels/info-overview/cc-info-overview-panel.ui:110
#: panels/info-overview/cc-info-overview-panel.ui:109
msgid "Disk Capacity"
msgstr "Capacitate disc"
#: panels/info-overview/cc-info-overview-panel.ui:111
#: panels/info-overview/cc-info-overview-panel.ui:110
msgid "Calculating…"
msgstr "Se calculează…"
#. translators: this field contains the distro name and version
#: panels/info-overview/cc-info-overview-panel.ui:133
#: panels/info-overview/cc-info-overview-panel.ui:132
msgid "OS Name"
msgstr "Nume SO"
#: panels/info-overview/cc-info-overview-panel.ui:142
#: panels/info-overview/cc-info-overview-panel.ui:141
msgid "OS Type"
msgstr "Tip de SO"
#: panels/info-overview/cc-info-overview-panel.ui:151
#: panels/info-overview/cc-info-overview-panel.ui:150
msgid "GNOME Version"
msgstr "Versiune GNOME"
#: panels/info-overview/cc-info-overview-panel.ui:161
#: panels/info-overview/cc-info-overview-panel.ui:160
msgid "Windowing System"
msgstr "Sistem de ferestre"
#: panels/info-overview/cc-info-overview-panel.ui:169
#: panels/info-overview/cc-info-overview-panel.ui:168
msgid "Virtualization"
msgstr "Virtualizare"
#: panels/info-overview/cc-info-overview-panel.ui:178
#: panels/info-overview/cc-info-overview-panel.ui:177
msgid "Software Updates"
msgstr "Actualizări software"
#: panels/info-overview/cc-info-overview-panel.ui:199
#: panels/info-overview/cc-info-overview-panel.ui:198
msgid "Rename Device"
msgstr "Redenumește dispozitivul"
#: panels/info-overview/cc-info-overview-panel.ui:216
#: panels/info-overview/cc-info-overview-panel.ui:215
msgid ""
"The device name is used to identify this device when it is viewed over the "
"network, or when pairing Bluetooth devices."
@@ -1908,7 +1908,7 @@ msgstr ""
"Numele dispozitivului este utilizat pentru a identifica acest dispozitiv "
"când este vizualizat prin rețea, sau la asocierea dispozitivelor Bluetooth."
#: panels/info-overview/cc-info-overview-panel.ui:234
#: panels/info-overview/cc-info-overview-panel.ui:233
msgid "_Rename"
msgstr "_Redenumește"
@@ -2269,8 +2269,8 @@ msgid "Hold down and type to enter different characters"
msgstr "Mențineți apăsat și tastați pentru a introduce caractere diferite"
#: panels/keyboard/cc-keyboard-panel.ui:232
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:298
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:314 shell/cc-window.ui:326
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:301
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:317 shell/cc-window.ui:326
msgid "Keyboard Shortcuts"
msgstr "Scurtături tastatură"
@@ -2278,15 +2278,15 @@ msgstr "Scurtături tastatură"
msgid "Customize Shortcuts"
msgstr "Personalizează scurtături"
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:278
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:281
msgid "modified"
msgstr "modificat"
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:426
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:423
msgid "Reset All Shortcuts?"
msgstr "Restabilesc toate scurtăturile?"
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:429
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:426
msgid ""
"Resetting the shortcuts may affect your custom shortcuts. This cannot be "
"undone."
@@ -2294,14 +2294,14 @@ msgstr ""
"Restabilirea scurtăturilor poate afecta scurtăturile personalizate. Această "
"acțiune nu poate fi refăcută."
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:433
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:430
#: panels/keyboard/cc-keyboard-shortcut-editor.ui:275
#: panels/printers/authentication-dialog.ui:29
#: panels/printers/ppd-selection-dialog.ui:27
msgid "Cancel"
msgstr "Renunță"
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:434
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:431
msgid "Reset All"
msgstr "Restabiliește tot"
@@ -2320,24 +2320,24 @@ msgid "Add Shortcut"
msgstr "Adaugă scurtătură"
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:166
msgid "No keyboard shortcut found"
msgstr "Nicio scurtătură de tastatură găsită"
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:211
#: panels/region/cc-format-chooser.ui:48
#: panels/user-accounts/cc-fingerprint-dialog.ui:53
#: panels/wacom/wacom-stylus-page.ui:37 shell/cc-window.ui:230
msgid "Back"
msgstr "Înapoi"
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:190
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:235
msgid "Reset All…"
msgstr "Restabiliește toate…"
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:191
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:236
msgid "Reset all shortcuts to their default keybindings"
msgstr "Restabilește toate scurtăturile la valorile implicite"
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:228
msgid "No keyboard shortcut found"
msgstr "Nicio scurtătură de tastatură găsită"
#: panels/keyboard/cc-keyboard-shortcut-editor.c:391
#, c-format
msgid "%s is already being used for %s. If you replace it, %s will be disabled"
@@ -2451,11 +2451,11 @@ msgstr ""
"Utilizează Serviciul de localizare Mozilla: <a href='https://location."
"services.mozilla.com/privacy'>Politică de confidențialitate</a>"
#: panels/location/cc-location-panel.ui:93
#: panels/location/cc-location-panel.ui:94
msgid "Allow the applications below to determine your location."
msgstr "Permite aplicațiilor de mai jos să vă determine locația."
#: panels/location/cc-location-panel.ui:113
#: panels/location/cc-location-panel.ui:114
msgid "No Applications Have Asked for Location Access"
msgstr "Nu sunt aplicații care au cerut accesul la locație"
@@ -2474,7 +2474,7 @@ msgstr ""
#: panels/lock/cc-lock-panel.ui:44
msgid "Blank Screen Delay"
msgstr "Întârziere ecran vid"
msgstr "Întârziere ecran întunecat"
#: panels/lock/cc-lock-panel.ui:45
msgid "Period of inactivity after which the screen will go blank."
@@ -2494,7 +2494,7 @@ msgstr "Perioada după care ecranul este vid când ecranul este blocat automat."
#: panels/lock/cc-lock-panel.ui:103
msgid "Show _Notifications on Lock Screen"
msgstr "Arată î_nștiințările pe ecranul blocat"
msgstr "Arată _notificările pe ecranul blocat"
#: panels/lock/cc-lock-panel.ui:120
msgid "Forbid new _USB devices"
@@ -3562,11 +3562,11 @@ msgstr "Dispozitivul wireless nu suporta modul Hotspot"
#: panels/network/net-proxy.c:69
#: panels/notifications/cc-notifications-panel.c:266
#: panels/power/cc-power-panel.c:1133 panels/power/cc-power-panel.c:1144
#: panels/universal-access/cc-ua-panel.c:324
#: panels/universal-access/cc-ua-panel.c:599
#: panels/universal-access/cc-ua-panel.c:609
#: panels/universal-access/cc-ua-panel.c:621
#: panels/universal-access/cc-ua-panel.c:664
#: panels/universal-access/cc-ua-panel.c:328
#: panels/universal-access/cc-ua-panel.c:603
#: panels/universal-access/cc-ua-panel.c:613
#: panels/universal-access/cc-ua-panel.c:625
#: panels/universal-access/cc-ua-panel.c:668
#: panels/universal-access/cc-ua-panel.ui:300
#: panels/universal-access/cc-ua-panel.ui:346
#: panels/universal-access/cc-ua-panel.ui:392
@@ -4383,11 +4383,11 @@ msgstr "Arată c_onținutul mesajelor pe ecranul blocat"
#: panels/notifications/cc-notifications-panel.c:266
#: panels/power/cc-power-panel.c:1139 panels/power/cc-power-panel.c:1146
#: panels/universal-access/cc-ua-panel.c:324
#: panels/universal-access/cc-ua-panel.c:599
#: panels/universal-access/cc-ua-panel.c:609
#: panels/universal-access/cc-ua-panel.c:621
#: panels/universal-access/cc-ua-panel.c:664
#: panels/universal-access/cc-ua-panel.c:328
#: panels/universal-access/cc-ua-panel.c:603
#: panels/universal-access/cc-ua-panel.c:613
#: panels/universal-access/cc-ua-panel.c:625
#: panels/universal-access/cc-ua-panel.c:668
msgid "On"
msgstr "Pornit"
@@ -4607,7 +4607,7 @@ msgstr "Dispozitiv de intrare pentru jocuri"
#. TRANSLATORS: secondary battery, misc
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:413
#: panels/power/cc-power-panel.c:1779
#: panels/power/cc-power-panel.c:1780
msgid "Battery"
msgstr "Baterie"
@@ -4657,15 +4657,15 @@ msgstr "Alimentat de la rețea"
msgid "Automatic suspend"
msgstr "Suspendare automată"
#: panels/power/cc-power-panel.c:1799
#: panels/power/cc-power-panel.c:1800
msgid "Power Mode"
msgstr "Modul de alimentare"
#: panels/power/cc-power-panel.c:1809
#: panels/power/cc-power-panel.c:1810
msgid "Power Saving"
msgstr "Economisire de energie"
#: panels/power/cc-power-panel.c:1817
#: panels/power/cc-power-panel.c:1818
msgid "Suspend & Power Button"
msgstr "Buton de suspendare și oprire"
@@ -4749,9 +4749,10 @@ msgstr "Luminozitate _tastatură"
msgid "Dim Screen When Inactive"
msgstr "Diminuează luminozitatea la inactivitate"
# This is the "blank screen" setting label under the power settings. It is connected with a drop-down where you can choose the amount of minutes until the screen goes black.
#: panels/power/cc-power-panel.ui:466
msgid "_Blank Screen"
msgstr "Ecran _gol"
msgstr "Întunecă _ecranul"
#: panels/power/cc-power-panel.ui:502
msgid "_Automatic Suspend"
@@ -4785,7 +4786,7 @@ msgstr "Bluetooth poate fi oprit pentru a economisi energie."
#: panels/power/cc-power-panel.ui:759
msgid "Po_wer Button Behavior"
msgstr "Comportament buton pu_tere"
msgstr "Comportament butonului de alimen_tare"
#: panels/power/cc-power-panel.ui:797
msgid "Show Battery _Percentage"
@@ -4947,20 +4948,20 @@ msgstr ""
#. Translators: This is the title of the dialog. %s is the printer name.
#: panels/printers/pp-details-dialog.c:74
#: panels/printers/pp-details-dialog.c:371
#: panels/printers/pp-details-dialog.c:351
#, c-format
msgid "%s Details"
msgstr "Detalii %s"
#: panels/printers/pp-details-dialog.c:121
#: panels/printers/pp-details-dialog.c:101
msgid "No suitable driver found"
msgstr "Nu s-a găsit un driver potrivit"
#: panels/printers/pp-details-dialog.c:252
#: panels/printers/pp-details-dialog.c:232
msgid "Select PPD File"
msgstr "Specificați fișierul PPD"
#: panels/printers/pp-details-dialog.c:261
#: panels/printers/pp-details-dialog.c:241
msgid ""
"PostScript Printer Description files (*.ppd, *.PPD, *.ppd.gz, *.PPD.gz, *."
"PPD.GZ)"
@@ -6136,7 +6137,7 @@ msgstr "Volum"
msgid "Alert Sound"
msgstr "Sunet de alertă"
#: panels/sound/cc-volume-slider.c:115
#: panels/sound/cc-volume-slider.c:117
msgctxt "volume"
msgid "100%"
msgstr "100%"
@@ -6562,32 +6563,32 @@ msgstr ""
#. translators: the labels will read:
#. * Cursor Size: Default
#: panels/universal-access/cc-ua-panel.c:344
#: panels/universal-access/cc-ua-panel.c:348
msgctxt "cursor size"
msgid "Default"
msgstr "Implicită"
#: panels/universal-access/cc-ua-panel.c:347
#: panels/universal-access/cc-ua-panel.c:351
msgctxt "cursor size"
msgid "Medium"
msgstr "Medie"
#: panels/universal-access/cc-ua-panel.c:350
#: panels/universal-access/cc-ua-panel.c:354
msgctxt "cursor size"
msgid "Large"
msgstr "Mare"
#: panels/universal-access/cc-ua-panel.c:353
#: panels/universal-access/cc-ua-panel.c:357
msgctxt "cursor size"
msgid "Larger"
msgstr "Mai mare"
#: panels/universal-access/cc-ua-panel.c:356
#: panels/universal-access/cc-ua-panel.c:360
msgctxt "cursor size"
msgid "Largest"
msgstr "Cel mai mare"
#: panels/universal-access/cc-ua-panel.c:360
#: panels/universal-access/cc-ua-panel.c:364
#, c-format
msgid "%d pixel"
msgid_plural "%d pixels"
@@ -6934,7 +6935,7 @@ msgstr "Istoric f_ișiere"
#: panels/usage/cc-usage-panel.ui:78
msgid "File _History Duration"
msgstr "Durata _istoricului fișierului"
msgstr "Durata _istoricului fișierelor"
#: panels/usage/cc-usage-panel.ui:119
msgid "_Clear History…"
@@ -6963,7 +6964,7 @@ msgstr "Șterge automat _fișierele temporare"
#: panels/usage/cc-usage-panel.ui:196
msgid "Automatically Delete _Period"
msgstr "Șterge automat _perioada"
msgstr "_Perioadă pentru ștergerea automată"
#: panels/usage/cc-usage-panel.ui:238
msgid "_Empty Trash…"
@@ -7059,7 +7060,7 @@ msgstr "Pentru totdeauna"
#: panels/usage/gnome-usage-panel.desktop.in.in:3
msgid "File History & Trash"
msgstr "Gunoi și istoricul fișierului"
msgstr "Gunoi și istoricul fișierelor"
#: panels/usage/gnome-usage-panel.desktop.in.in:4
msgid "Don't leave traces"
@@ -8279,7 +8280,7 @@ msgstr "Panouri"
#: shell/help-overlay.ui:41 shell/help-overlay.ui:49
msgctxt "shortcut window"
msgid "Go back to previous panel"
msgstr "Mergi înapoi la panoul anterior"
msgstr "Înapoi la panoul anterior"
#: shell/help-overlay.ui:62
msgctxt "shortcut window"

3065
po/sk.po

File diff suppressed because it is too large Load Diff

9358
po/vi.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -585,12 +585,17 @@ gdk_window_set_cb (CcWindow *self)
}
static gboolean
window_map_event_cb (CcWindow *self)
window_map_event_cb (CcWindow *self,
GdkEvent *event)
{
/* If focus ends up in a category icon view one of the items is
* immediately selected which looks odd when we are starting up, so
* we explicitly unset the focus here. */
gtk_window_set_focus (GTK_WINDOW (self), NULL);
if (event->any.window == gtk_widget_get_window (GTK_WIDGET (self)))
{
/* If focus ends up in a category icon view one of the items is
* immediately selected which looks odd when we are starting up, so
* we explicitly unset the focus here. */
gtk_window_set_focus (GTK_WINDOW (self), NULL);
}
return GDK_EVENT_PROPAGATE;
}