Compare commits

...

32 Commits
43.0 ... 3.38.2

Author SHA1 Message Date
Robert Ancell
0ae321b67d 3.38.2 2020-11-20 12:42:33 +13:00
Robert Ancell
a8df97dd31 network: Correctly detect when ethernet devices are hotplugged.
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/995
2020-11-20 12:41:37 +13:00
Robert Ancell
fbe02ebd0e printers: Make printers panel have a smaller minimum width.
Allow the ink-level to overlap with the buttons.
2020-11-20 12:33:34 +13:00
Ian Douglas Scott
e384130132 keyboard: fix gtk_widget_get_can_default assertion error
Occured when showing the "Replace" button.
2020-11-20 12:14:24 +13:00
Robert Ancell
1d0038eb28 ci: Correctly update the submodules on build. 2020-11-20 12:13:57 +13:00
Robert Ancell
57f7989b8d printers: Fix leak of printer name in callbacks.
printer_set_ppd_async and printer_set_ppd_file_async copy the printer name, but
this isn't freed in any cases that use these callback (the string isn't even
used at all).
2020-11-20 12:11:35 +13:00
Philip Withnall
caefbf8a56 wacom: Fix a critical warning if loading a cursor fails
It’s possible for `gdk_cursor_new_for_display()` to return `NULL`. It’s
OK to pass `NULL` to `gdk_window_set_cursor()`, but not OK to then unref
it.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2020-11-20 12:11:01 +13:00
Robert Ancell
f248e7353e applications: Fix NULL hash table being unreffed.
When clicking away from the applications panel you can see:
(gnome-control-center:95304): GLib-CRITICAL **: 09:12:52.941: g_hash_table_unref: assertion 'hash_table != NULL' failed
2020-11-20 12:10:12 +13:00
Tim Sabsch
3e37033fb6 Update German translation 2020-11-17 16:12:18 +00:00
Jens Georg
173f059d99 sharing: Also disable Tracker3
Fixes #1160
2020-10-30 12:23:16 +13:00
Jordi Mas
018a2268d4 Update Catalan translation 2020-10-23 21:15:42 +02:00
Jordi Mas
437ba452e8 Update Catalan translation 2020-10-19 11:28:10 +02:00
Bastien Nocera
64692fdfc4 subprojects: Update libgvc
This update is necessary to add support for recent UCM related changes
in ALSA and PulseAudio.

See https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10
2020-10-14 21:01:04 +00:00
Benjamin Berg
4a9dcfaee9 user-accounts: Fix free of const string due to incorrect translations
A duplicatend and translated string could be passed to gettext another
time. If that string can be translated, then a static string would be
returned rather than the const one, causing an invalid free.

Fixes: #1149
(cherry picked from commit e80b4b5f58)
2020-10-13 11:36:40 +02:00
Juliano de Souza Camargo
faa4b3b773 Update Portuguese translation 2020-10-12 13:04:08 +00:00
Akarshan Biswas
c079f03d96 Update Bengali (India) translation 2020-10-11 07:11:57 +00:00
Juliano de Souza Camargo
708484f846 Update Portuguese translation 2020-10-07 12:56:54 +00:00
Georges Basile Stavracas Neto
103d507f02 3.38.1 2020-10-03 19:46:06 -03:00
Yosef Or Boczko
3d4cfb22f5 Update Hebrew translation 2020-09-29 00:15:02 +00:00
Yosef Or Boczko
81ad2b160b Update Hebrew translation 2020-09-28 17:53:45 +00:00
Robert Ancell
3da883c365 Revert the g_signal_connect_object changes for PpPPDSelectionDialog
The dialog is not a GObject, so this didn't work. It was converted to a GObject
in master in 26e8f11566.

The reverts part of 4502673b6c
2020-09-25 14:14:11 +00:00
Ian Douglas Scott
fed9b69430 keyboard: Fix behavior of "Replace" when adding custom shortcut
In the shortcut editor, the "Replace" button is shown instead of "Set"
or "Add" when there is a collision. But this executes the same code as
"Set", so when adding a shortcut, it doesn't actually work.
2020-09-25 15:22:43 +12:00
Arne
2cb8709aa1 sound: fix subwoofer slider 2020-09-25 13:56:46 +12:00
Hui Wang
35e15771f0 sound: update the profile list after getting the signal from gvc
In the ubuntu 20.04, we found a regression on HDMI audio. We plug a
HDMI/DP monitor, the output device is the speaker in the output device
combo box, then we select the HDMI from the combo box, the output
device is switched to HDMI audio successfully, but the configuration
box is empty. This will not happen in the ubuntu 18.04, the profile
will show hdmi-stereo in this situation. So I think this is a
regression.

When problem happens, I could see the errors from log:
Gvc:    DEBUG: Matching profile for 'output:analog-stereo' is '(null)'
Gvc:    DEBUG: Matching profile for 'output:analog-stereo' is '(null)'
Gvc:    DEBUG: Matching profile for 'output:analog-stereo' is '(null)'

Through debugging, I found the cc_profile_combo_box_set_device() is
called too early. In the ubuntu 18.04, this function is called after
pulseaudio changes the active_profile, but in the ubuntu 20.04, it is
called ahead of pulseaudio changes the active_profile.

To fix it, add a signal callback function, after pulseaudio changes
the active_profile, this callback function will be called, then call
cc_profile_combo_box_set_device().

Signed-off-by: Hui Wang <hui.wang@canonical.com>
2020-09-25 13:42:39 +12:00
Efstathios Iosifidis
5d42f20af1 Update Greek translation 2020-09-24 20:22:09 +00:00
Cheng-Chia Tseng
f386ca6bcb Update Chinese (Taiwan) translation 2020-09-22 14:57:44 +00:00
Dušan Kazik
32d094b38c Update Slovak translation 2020-09-20 18:36:09 +00:00
Yacine Bouklif
99aa37a624 Add Kabyle translation 2020-09-19 13:56:21 +00:00
Juliano de Souza Camargo
ff34e9234c Update Portuguese translation 2020-09-18 20:12:54 +00:00
Charles Monzat
30078c5981 Update French translation 2020-09-18 14:58:37 +00:00
Juliano de Souza Camargo
a9ee7dc34e Update Portuguese translation 2020-09-17 21:00:27 +00:00
Daniel Rusek
3b2259c316 Update Czech translation 2020-09-16 10:46:53 +00:00
30 changed files with 18849 additions and 9302 deletions

View File

@@ -58,6 +58,7 @@ variables:
xorg-x11-server-Xvfb
mesa-dri-drivers
libsecret-devel
GIT_SUBMODULE_STRATEGY: normal
image: "$FEDORA_IMAGE"

45
NEWS
View File

@@ -1,3 +1,48 @@
================
Version 3.38.2
================
- Updated translations
Applications:
- Fix NULL hash table being unreffed.
Keyboard:
- fix gtk_widget_get_can_default assertion error.
Network:
- Correctly detect when ethernet devices are hotplugged.
Printers:
- Make printers panel have a smaller minimum width.
- Fix leak of printer name in callbacks.
Sharing:
- Disable Tracker 3.
Sound:
- Update libgvc to add support for recent UCM related changes in ALSA and
PulseAudio.
Users:
- Fix free of const string.
Wacom:
- Fix a critical warning if loading a cursor fails.
================
Version 3.38.1
================
- Updated translations
Keyboard
- Fix behavior of "Replace" when adding custom shortcut
Sound
- Update the profile list after getting the signal from gvc
- Fix subwoofer slider
================
Version 3.38.0
================

View File

@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
version : '3.38.0',
version : '3.38.2',
license : 'GPL2+',
meson_version : '>= 0.51.0'
)

View File

@@ -1871,10 +1871,10 @@ cc_applications_panel_finalize (GObject *object)
g_clear_object (&self->privacy_settings);
g_clear_object (&self->search_settings);
g_free (self->current_app_id);
g_free (self->current_portal_app_id);
g_hash_table_unref (self->globs);
g_hash_table_unref (self->search_providers);
g_clear_pointer (&self->current_app_id, g_free);
g_clear_pointer (&self->current_portal_app_id, g_free);
g_clear_pointer (&self->globs, g_hash_table_unref);
g_clear_pointer (&self->search_providers, g_hash_table_unref);
G_OBJECT_CLASS (cc_applications_panel_parent_class)->finalize (object);
}

View File

@@ -69,6 +69,7 @@ struct _CcKeyboardShortcutEditor
static void command_entry_changed_cb (CcKeyboardShortcutEditor *self);
static void name_entry_changed_cb (CcKeyboardShortcutEditor *self);
static void set_button_clicked_cb (CcKeyboardShortcutEditor *self);
G_DEFINE_TYPE (CcKeyboardShortcutEditor, cc_keyboard_shortcut_editor, GTK_TYPE_DIALOG)
@@ -495,9 +496,10 @@ remove_button_clicked_cb (CcKeyboardShortcutEditor *self)
static void
replace_button_clicked_cb (CcKeyboardShortcutEditor *self)
{
update_shortcut (self);
gtk_widget_hide (GTK_WIDGET (self));
if (self->mode == CC_SHORTCUT_EDITOR_CREATE)
add_button_clicked_cb (self);
else
set_button_clicked_cb (self);
}
static void

View File

@@ -311,6 +311,7 @@
<property name="label" translatable="yes">Replace</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="replace_button_clicked_cb" object="CcKeyboardShortcutEditor" swapped="yes" />
</object>

View File

@@ -391,9 +391,6 @@ panel_add_device (CcNetworkPanel *self, NMDevice *device)
NetDeviceBluetooth *device_bluetooth;
g_autoptr(GDBusObject) modem_object = NULL;
if (!nm_device_get_managed (device))
return;
/* does already exist */
if (g_hash_table_lookup (self->nm_device_to_device, device) != NULL)
return;
@@ -516,12 +513,25 @@ active_connections_changed (CcNetworkPanel *self)
}
}
static void
device_managed_cb (CcNetworkPanel *self, GParamSpec *pspec, NMDevice *device)
{
if (!nm_device_get_managed (device))
return;
panel_add_device (self, device);
panel_refresh_device_titles (self);
}
static void
device_added_cb (CcNetworkPanel *self, NMDevice *device)
{
g_debug ("New device added");
panel_add_device (self, device);
panel_refresh_device_titles (self);
if (nm_device_get_managed (device))
device_managed_cb (self, NULL, device);
else
g_signal_connect_object (device, "notify::managed", G_CALLBACK (device_managed_cb), self, G_CONNECT_SWAPPED);
}
static void
@@ -530,6 +540,10 @@ device_removed_cb (CcNetworkPanel *self, NMDevice *device)
g_debug ("Device removed");
panel_remove_device (self, device);
panel_refresh_device_titles (self);
g_signal_handlers_disconnect_by_func (device,
G_CALLBACK (device_managed_cb),
self);
}
static void
@@ -537,7 +551,6 @@ manager_running (CcNetworkPanel *self)
{
const GPtrArray *devices;
int i;
NMDevice *device_tmp;
/* clear all devices we added */
if (!nm_client_get_nm_running (self->client)) {
@@ -552,8 +565,8 @@ manager_running (CcNetworkPanel *self)
return;
}
for (i = 0; i < devices->len; i++) {
device_tmp = g_ptr_array_index (devices, i);
panel_add_device (self, device_tmp);
NMDevice *device = g_ptr_array_index (devices, i);
device_added_cb (self, device);
}
out:
panel_refresh_device_titles (self);

View File

@@ -94,7 +94,7 @@ ppd_names_free (gpointer user_data)
}
}
static void set_ppd_cb (gchar *printer_name, gboolean success, gpointer user_data);
static void set_ppd_cb (const gchar *printer_name, gboolean success, gpointer user_data);
static void
get_ppd_names_cb (PPDName **names,
@@ -139,7 +139,7 @@ search_for_drivers (PpDetailsDialog *self)
}
static void
set_ppd_cb (gchar *printer_name,
set_ppd_cb (const gchar *printer_name,
gboolean success,
gpointer user_data)
{

View File

@@ -65,7 +65,8 @@ struct _PpPPDSelectionDialog {
};
static void
manufacturer_selection_changed_cb (PpPPDSelectionDialog *self)
manufacturer_selection_changed_cb (GtkTreeSelection *selection,
PpPPDSelectionDialog *self)
{
GtkTreeView *treeview;
GtkListStore *store;
@@ -122,7 +123,8 @@ manufacturer_selection_changed_cb (PpPPDSelectionDialog *self)
}
static void
model_selection_changed_cb (PpPPDSelectionDialog *self)
model_selection_changed_cb (GtkTreeSelection *selection,
PpPPDSelectionDialog *self)
{
GtkTreeView *treeview;
GtkTreeModel *model;
@@ -256,11 +258,11 @@ populate_dialog (PpPPDSelectionDialog *self)
gtk_tree_view_append_column (models_treeview, column);
g_signal_connect_object (gtk_tree_view_get_selection (models_treeview),
"changed", G_CALLBACK (model_selection_changed_cb), self, G_CONNECT_SWAPPED);
g_signal_connect (gtk_tree_view_get_selection (models_treeview),
"changed", G_CALLBACK (model_selection_changed_cb), self);
g_signal_connect_object (gtk_tree_view_get_selection (manufacturers_treeview),
"changed", G_CALLBACK (manufacturer_selection_changed_cb), self, G_CONNECT_SWAPPED);
g_signal_connect (gtk_tree_view_get_selection (manufacturers_treeview),
"changed", G_CALLBACK (manufacturer_selection_changed_cb), self);
gtk_widget_show_all (self->dialog);
@@ -282,8 +284,9 @@ populate_dialog (PpPPDSelectionDialog *self)
}
static void
ppd_selection_dialog_response_cb (PpPPDSelectionDialog *self,
gint response_id)
ppd_selection_dialog_response_cb (GtkDialog *dialog,
gint response_id,
PpPPDSelectionDialog *self)
{
GtkTreeSelection *selection;
GtkTreeModel *model;
@@ -354,7 +357,7 @@ pp_ppd_selection_dialog_new (GtkWindow *parent,
/* connect signals */
g_signal_connect (self->dialog, "delete-event", G_CALLBACK (gtk_widget_hide_on_delete), NULL);
g_signal_connect_object (self->dialog, "response", G_CALLBACK (ppd_selection_dialog_response_cb), self, G_CONNECT_SWAPPED);
g_signal_connect (self->dialog, "response", G_CALLBACK (ppd_selection_dialog_response_cb), self);
gtk_window_set_transient_for (GTK_WINDOW (self->dialog), GTK_WINDOW (parent));

View File

@@ -1448,7 +1448,7 @@ printer_set_ppd_async_dbus_cb (GObject *source_object,
/* Don't call callback if cancelled */
if (!data->cancellable ||
!g_cancellable_is_cancelled (data->cancellable))
data->callback (g_strdup (data->printer_name),
data->callback (data->printer_name,
result,
data->user_data);
@@ -1521,7 +1521,7 @@ printer_set_ppd_async (const gchar *printer_name,
return;
out:
callback (g_strdup (printer_name), FALSE, user_data);
callback (printer_name, FALSE, user_data);
if (data->cancellable)
g_object_unref (data->cancellable);
@@ -1578,7 +1578,7 @@ printer_set_ppd_file_async_scb (GObject *source_object,
return;
out:
data->callback (g_strdup (data->printer_name), FALSE, data->user_data);
data->callback (data->printer_name, FALSE, data->user_data);
if (data->cancellable)
g_object_unref (data->cancellable);
@@ -1640,7 +1640,7 @@ printer_set_ppd_file_async (const gchar *printer_name,
return;
out:
callback (g_strdup (printer_name), FALSE, user_data);
callback (printer_name, FALSE, user_data);
if (data->cancellable)
g_object_unref (data->cancellable);

View File

@@ -133,7 +133,7 @@ gchar *printer_get_hostname (cups_ptype_t printer_type,
const gchar *device_uri,
const gchar *printer_uri);
typedef void (*PSPCallback) (gchar *printer_name,
typedef void (*PSPCallback) (const gchar *printer_name,
gboolean success,
gpointer user_data);

View File

@@ -278,6 +278,7 @@
<packing>
<property name="left-attach">1</property>
<property name="top-attach">3</property>
<property name="width">2</property>
</packing>
</child>

View File

@@ -106,6 +106,7 @@ cc_media_sharing_set_preferences (gchar **folders)
g_key_file_set_boolean (file, "general", "upnp-enabled", TRUE);
g_key_file_set_boolean (file, "Tracker", "enabled", FALSE);
g_key_file_set_boolean (file, "Tracker3", "enabled", FALSE);
g_key_file_set_boolean (file, "MediaExport", "enabled", TRUE);
str_list = folders;

View File

@@ -99,9 +99,6 @@ output_device_changed_cb (CcSoundPanel *self)
gboolean can_fade = FALSE, has_lfe = FALSE;
device = cc_device_combo_box_get_device (self->output_device_combo_box);
cc_profile_combo_box_set_device (self->output_profile_combo_box, self->mixer_control, device);
gtk_widget_set_visible (GTK_WIDGET (self->output_profile_row),
cc_profile_combo_box_get_profile_count (self->output_profile_combo_box) > 1);
if (device != NULL)
stream = gvc_mixer_control_get_stream_from_device (self->mixer_control, device);
@@ -133,9 +130,6 @@ input_device_changed_cb (CcSoundPanel *self)
GvcMixerStream *stream = NULL;
device = cc_device_combo_box_get_device (self->input_device_combo_box);
cc_profile_combo_box_set_device (self->input_profile_combo_box, self->mixer_control, device);
gtk_widget_set_visible (GTK_WIDGET (self->input_profile_row),
cc_profile_combo_box_get_profile_count (self->input_profile_combo_box) > 1);
if (device != NULL)
stream = gvc_mixer_control_get_stream_from_device (self->mixer_control, device);
@@ -147,6 +141,34 @@ input_device_changed_cb (CcSoundPanel *self)
gvc_mixer_control_change_input (self->mixer_control, device);
}
static void
output_device_update_cb (CcSoundPanel *self,
guint id)
{
GvcMixerUIDevice *device;
gboolean has_multi_profiles;
device = cc_device_combo_box_get_device (self->output_device_combo_box);
cc_profile_combo_box_set_device (self->output_profile_combo_box, self->mixer_control, device);
has_multi_profiles = (cc_profile_combo_box_get_profile_count (self->output_profile_combo_box) > 1);
gtk_widget_set_visible (GTK_WIDGET (self->output_profile_row),
has_multi_profiles);
}
static void
input_device_update_cb (CcSoundPanel *self,
guint id)
{
GvcMixerUIDevice *device;
gboolean has_multi_profiles;
device = cc_device_combo_box_get_device (self->input_device_combo_box);
cc_profile_combo_box_set_device (self->input_profile_combo_box, self->mixer_control, device);
has_multi_profiles = (cc_profile_combo_box_get_profile_count (self->input_profile_combo_box) > 1);
gtk_widget_set_visible (GTK_WIDGET (self->input_profile_row),
has_multi_profiles);
}
static void
test_output_configuration_button_clicked_cb (CcSoundPanel *self)
{
@@ -263,4 +285,14 @@ cc_sound_panel_init (CcSoundPanel *self)
cc_subwoofer_slider_set_mixer_control (self->subwoofer_slider, self->mixer_control);
cc_device_combo_box_set_mixer_control (self->input_device_combo_box, self->mixer_control, FALSE);
cc_device_combo_box_set_mixer_control (self->output_device_combo_box, self->mixer_control, TRUE);
g_signal_connect_object (self->mixer_control,
"active-output-update",
G_CALLBACK (output_device_update_cb),
self,
G_CONNECT_SWAPPED);
g_signal_connect_object (self->mixer_control,
"active-input-update",
G_CALLBACK (input_device_update_cb),
self,
G_CONNECT_SWAPPED);
}

View File

@@ -59,7 +59,7 @@ volume_changed_cb (CcSubwooferSlider *self)
volumes = gvc_channel_map_get_volume (self->channel_map);
g_signal_handlers_block_by_func (self->adjustment, volume_changed_cb, self);
gtk_adjustment_set_value (self->adjustment, volumes[BALANCE]);
gtk_adjustment_set_value (self->adjustment, volumes[LFE]);
g_signal_handlers_unblock_by_func (self->adjustment, volume_changed_cb, self);
}

View File

@@ -839,7 +839,7 @@ get_enrollment_string (CcFingerprintDialog *self,
if (have_multiple_devices (self))
device_name = cc_fprintd_device_get_name (self->device);
ret = TR (finger_str_to_msg (finger_id, device_name, is_swipe));
ret = finger_str_to_msg (finger_id, device_name, is_swipe);
if (ret)
return ret;
@@ -852,8 +852,8 @@ enroll_finger (CcFingerprintDialog *self,
const char *finger_id)
{
g_auto(GStrv) tmp_finger_name = NULL;
g_autofree char *enroll_message = NULL;
g_autofree char *finger_name = NULL;
g_autofree char *enroll_message = NULL;
g_return_if_fail (finger_id);
@@ -863,7 +863,7 @@ enroll_finger (CcFingerprintDialog *self,
g_debug ("Enrolling finger %s", finger_id);
enroll_message = TR (get_enrollment_string (self, finger_id));
enroll_message = get_enrollment_string (self, finger_id);
tmp_finger_name = g_strsplit (get_finger_name (finger_id), "_", -1);
finger_name = g_strjoinv ("", tmp_finger_name);

View File

@@ -309,7 +309,7 @@ calib_area_new (GdkScreen *screen,
GdkMonitor *monitor;
#ifndef FAKE_AREA
GdkWindow *window;
GdkCursor *cursor;
g_autoptr(GdkCursor) cursor = NULL;
#endif /* FAKE_AREA */
GtkGesture *press;
@@ -344,7 +344,6 @@ calib_area_new (GdkScreen *screen,
window = gtk_widget_get_window (calib_area->window);
cursor = gdk_cursor_new_for_display (gdk_display_get_default (), GDK_BLANK_CURSOR);
gdk_window_set_cursor (window, cursor);
g_object_unref (cursor);
gtk_widget_set_can_focus (calib_area->window, TRUE);
gtk_window_set_keep_above (GTK_WINDOW (calib_area->window), TRUE);

View File

@@ -48,6 +48,7 @@ is
it
ja
ka
kab
kk
km
kn

File diff suppressed because it is too large Load Diff

View File

@@ -2727,7 +2727,7 @@ msgid ""
"to access the internet through Wi-Fi."
msgstr ""
"En activar el punt d'accés Wi-Fi es desconnectarà de %s, i no serà possible "
"accedir a Internet a través de Wifi."
"accedir a Internet a través de Wi-Fi."
#: panels/network/cc-wifi-hotspot-dialog.c:248
msgid "Must have a minimum of 8 characters"
@@ -2743,9 +2743,9 @@ msgid ""
"Wi-Fi network that they can connect to. To do this, you must have an "
"internet connection through a source other than Wi-Fi."
msgstr ""
"El punt d'accés WiFi permet compatir la vostra connexió a Internet amb "
"El punt d'accés Wi-Fi permet compatir la vostra connexió a Internet amb "
"altres creant una xarxa amb la qual es poden connectar. Per a fer això, heu "
"de tenir una connexió a Internet per un mitjà que no sigui la Wifi."
"de tenir una connexió a Internet per un mitjà que no sigui la Wi-Fi."
#: panels/network/cc-wifi-hotspot-dialog.ui:44
msgid "Network Name"
@@ -2808,7 +2808,7 @@ msgstr "Mode d'avió activat"
#: panels/network/cc-wifi-panel.ui:198
msgid "Turn off to use Wi-Fi"
msgstr "Desactiveu-lo per a utilitzar la Wifi"
msgstr "Desactiveu-lo per a utilitzar la Wi-Fi"
#: panels/network/cc-wifi-panel.ui:236
msgid "Wi-Fi Hotspot Active"
@@ -4586,7 +4586,7 @@ msgstr "_Wi-Fi"
#: panels/power/cc-power-panel.c:2039
msgid "Wi-Fi can be turned off to save power."
msgstr "La Wifi pot ser desactivada per a estalviar energia."
msgstr "La Wi-Fi pot ser desactivada per a estalviar energia."
#: panels/power/cc-power-panel.c:2055
msgid "_Mobile Broadband"
@@ -6835,7 +6835,7 @@ msgstr "_Duració de l'historial dels fitxers"
#: panels/usage/cc-usage-panel.ui:119
msgid "_Clear History…"
msgstr "_Neteja l'historial recent…"
msgstr "_Neteja l'historial…"
#: panels/usage/cc-usage-panel.ui:135
msgid "Trash & Temporary Files"

View File

@@ -24,7 +24,7 @@ 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: 2020-08-31 15:11+0000\n"
"POT-Creation-Date: 2020-09-15 07:24+0000\n"
"PO-Revision-Date: 2020-09-01 10:53+0200\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
"Language-Team: čeština <gnome-cs-list@gnome.org>\n"
@@ -367,7 +367,7 @@ msgstr "Vyběr obrázku"
#: panels/color/cc-color-calibrate.ui:25 panels/color/cc-color-panel.c:238
#: panels/color/cc-color-panel.c:886 panels/color/cc-color-panel.ui:657
#: panels/common/cc-language-chooser.ui:24
#: panels/display/cc-display-panel.c:942
#: panels/display/cc-display-panel.c:943
#: panels/info-overview/cc-info-overview-panel.ui:234
#: panels/network/cc-wifi-hotspot-dialog.ui:122
#: panels/network/cc-wifi-panel.c:865
@@ -1576,20 +1576,20 @@ msgstr ""
"obrazovka;zamknout;zámek;diagnostika;pád;zhroucení;soukromý;osobní;nedávný;"
"dočasný;tmp;index;jméno;síť;identita;soukromí;"
#: panels/display/cc-display-panel.c:953
#: panels/display/cc-display-panel.c:954
#: panels/network/connection-editor/connection-editor.ui:27
msgid "_Apply"
msgstr "_Použít"
#: panels/display/cc-display-panel.c:974
#: panels/display/cc-display-panel.c:975
msgid "Apply Changes?"
msgstr "Použít změny?"
#: panels/display/cc-display-panel.c:979
#: panels/display/cc-display-panel.c:980
msgid "Changes Cannot be Applied"
msgstr "Změny nelze použít"
#: panels/display/cc-display-panel.c:980
#: panels/display/cc-display-panel.c:981
msgid "This could be due to hardware limitations."
msgstr "Může to být dáno omezeními hardwaru."
@@ -2609,7 +2609,7 @@ msgstr "Posunování dvěma prsty"
msgid "Edge Scrolling"
msgstr "Posunování po hraně"
#: panels/mouse/cc-mouse-panel.ui:719 panels/wacom/cc-wacom-panel.c:425
#: panels/mouse/cc-mouse-panel.ui:719 panels/wacom/cc-wacom-panel.c:441
msgid "Test Your _Settings"
msgstr "Vyzkoušet na_stavení"
@@ -4471,7 +4471,7 @@ msgid "Media player"
msgstr "Multimediální přehrávač"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:661 panels/wacom/cc-wacom-panel.c:794
#: panels/power/cc-power-panel.c:661 panels/wacom/cc-wacom-panel.c:728
msgid "Tablet"
msgstr "Tablet"
@@ -6622,8 +6622,8 @@ msgstr ""
"kurzor;zvuk;přiblížení;zvětšení;čtečka obrazovky;čtení obrazovky;text;velký;"
"obrovský;písmo;font;velikost;přístup;zpřístupnění;kombinace kláves jedním "
"prstem;pomalé klávesy;vícenásobná zmáčknutí kláves;klávesnice myší;dvojitý;"
"klik;kliknutí;klepnutí;poklepání;prodleva;rychlost;asistent;opakování;blikání;"
"blikat;poruchy;handicap;vidění;sluch;psaní;"
"klik;kliknutí;klepnutí;poklepání;prodleva;rychlost;asistent;opakování;"
"blikání;blikat;poruchy;handicap;vidění;sluch;psaní;"
#: panels/universal-access/zoom-options.c:303
msgctxt "Distance"
@@ -7146,8 +7146,8 @@ msgid ""
"Fingerprint login allows you to unlock and log into your computer with your "
"finger"
msgstr ""
"Pomocí přihlášení otiskem prstu může svůj počítač odemknout a přihlásit se do "
"něj pouhým přiložením prstu."
"Pomocí přihlášení otiskem prstu můžete svůj počítač odemknout a přihlásit se "
"do něj pouhým přiložením prstu."
#: panels/user-accounts/cc-fingerprint-dialog.ui:352
msgid "_Delete Fingerprints"
@@ -7163,7 +7163,7 @@ msgstr "Zaznamenání otisku prstu"
#: panels/user-accounts/cc-fingerprint-dialog.ui:436
msgid "_Re-enroll this finger…"
msgstr "Znovu tento otisk prstu…"
msgstr "Znovu zaznamenat tento otisk prstu…"
#: panels/user-accounts/cc-fingerprint-dialog.c:470
#, c-format
@@ -7249,7 +7249,7 @@ msgstr "Selhalo zaznamenání nového otisku prstu"
#: panels/user-accounts/cc-fingerprint-dialog.c:803
#, c-format
msgid "Failed to stop enrollment: %s"
msgstr "Selhalo zastevní záznamu: %s"
msgstr "Selhalo zastavení záznamu: %s"
#: panels/user-accounts/cc-fingerprint-dialog.c:847
msgid ""
@@ -7277,7 +7277,7 @@ msgstr "Problém při čtení zařízení"
#: panels/user-accounts/cc-fingerprint-dialog.c:1133
#, c-format
msgid "Failed to claim fingerprint device %s: %s"
msgstr "Selhalo vyžádání četečky otisku prstu %s: %s"
msgstr "Selhalo vyžádání čtečky otisku prstu %s: %s"
#: panels/user-accounts/cc-fingerprint-dialog.c:1270
#, c-format
@@ -7832,7 +7832,7 @@ msgstr ""
msgid "Map Buttons"
msgstr "Mapování tlačítek"
#: panels/wacom/button-mapping.ui:37 panels/wacom/cc-wacom-page.c:512
#: panels/wacom/button-mapping.ui:37 panels/wacom/cc-wacom-page.c:519
#: panels/wacom/gnome-wacom-properties.ui:60
msgid "_Close"
msgstr "_Zavřít"
@@ -7906,11 +7906,11 @@ msgstr "Mapovat na jedinou obrazovku"
msgid "%d of %d"
msgstr "%d z %d"
#: panels/wacom/cc-wacom-page.c:509
#: panels/wacom/cc-wacom-page.c:516
msgid "Display Mapping"
msgstr "Mapování zobrazení"
#: panels/wacom/cc-wacom-panel.c:791 panels/wacom/wacom-stylus-page.ui:119
#: panels/wacom/cc-wacom-panel.c:725 panels/wacom/wacom-stylus-page.ui:119
msgid "Stylus"
msgstr "Pero"

View File

@@ -27,9 +27,9 @@ 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: 2020-08-31 15:11+0000\n"
"PO-Revision-Date: 2020-08-31 22:28+0200\n"
"Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
"POT-Creation-Date: 2020-10-23 19:17+0000\n"
"PO-Revision-Date: 2020-11-17 17:09+0100\n"
"Last-Translator: Tim Sabsch <tim@sabsch.com>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -219,7 +219,7 @@ msgstr "Kamera"
#: panels/keyboard/keyboard-shortcuts.c:368 panels/network/network-proxy.ui:126
#: panels/user-accounts/cc-user-panel.c:865
#: panels/user-accounts/cc-user-panel.c:957
#: subprojects/gvc/gvc-mixer-control.c:1876
#: subprojects/gvc/gvc-mixer-control.c:1900
msgid "Disabled"
msgstr "Deaktiviert"
@@ -371,7 +371,7 @@ msgstr "Ein Bild wählen"
#: panels/color/cc-color-calibrate.ui:25 panels/color/cc-color-panel.c:238
#: panels/color/cc-color-panel.c:886 panels/color/cc-color-panel.ui:657
#: panels/common/cc-language-chooser.ui:24
#: panels/display/cc-display-panel.c:942
#: panels/display/cc-display-panel.c:943
#: panels/info-overview/cc-info-overview-panel.ui:234
#: panels/network/cc-wifi-hotspot-dialog.ui:122
#: panels/network/cc-wifi-panel.c:865
@@ -1590,20 +1590,20 @@ msgstr ""
"Bildschirm;Sperre;Diagnose;Absturz;Crash;Privat;temporär;Index;Name;Netzwerk;"
"Identität;Privatsphäre;"
#: panels/display/cc-display-panel.c:953
#: panels/display/cc-display-panel.c:954
#: panels/network/connection-editor/connection-editor.ui:27
msgid "_Apply"
msgstr "An_wenden"
#: panels/display/cc-display-panel.c:974
#: panels/display/cc-display-panel.c:975
msgid "Apply Changes?"
msgstr "Änderungen anwenden?"
#: panels/display/cc-display-panel.c:979
#: panels/display/cc-display-panel.c:980
msgid "Changes Cannot be Applied"
msgstr "Änderungen können nicht angewendet werden"
#: panels/display/cc-display-panel.c:980
#: panels/display/cc-display-panel.c:981
msgid "This could be due to hardware limitations."
msgstr "Das könnte an Einschränkungen der Hardware liegen."
@@ -2245,39 +2245,39 @@ msgstr "Alle Tastenkombinationen auf die Vorgabe zurücksetzen"
msgid "No keyboard shortcut found"
msgstr "Keine Tastenkombination gefunden"
#: panels/keyboard/cc-keyboard-shortcut-editor.c:404
#: panels/keyboard/cc-keyboard-shortcut-editor.c:405
#, c-format
msgid "%s is already being used for %s. If you replace it, %s will be disabled"
msgstr ""
"%s wird bereits für %s verwendet. Wenn Sie diese ersetzen, so wird %s "
"deaktiviert"
#: panels/keyboard/cc-keyboard-shortcut-editor.c:547
#: panels/keyboard/cc-keyboard-shortcut-editor.c:549
msgid "Enter the new shortcut"
msgstr "Neue Tastenkombination eingeben"
#: panels/keyboard/cc-keyboard-shortcut-editor.c:564
#: panels/keyboard/cc-keyboard-shortcut-editor.c:566
msgid "Set Custom Shortcut"
msgstr "Eigene Tastenkombination festlegen"
#: panels/keyboard/cc-keyboard-shortcut-editor.c:564
#: panels/keyboard/cc-keyboard-shortcut-editor.c:566
msgid "Set Shortcut"
msgstr "Tastenkombination festlegen"
#. TRANSLATORS: %s is replaced with a description of the keyboard shortcut
#: panels/keyboard/cc-keyboard-shortcut-editor.c:575
#: panels/keyboard/cc-keyboard-shortcut-editor.c:577
#, c-format
msgid "Enter new shortcut to change %s."
msgstr "Geben Sie die neue Tastenkombination ein, um %s zu ändern."
#: panels/keyboard/cc-keyboard-shortcut-editor.c:1002
#: panels/keyboard/cc-keyboard-shortcut-editor.c:1004
msgid "Add Custom Shortcut"
msgstr "Individuelle Tastenkombination hinzufügen"
#: panels/keyboard/cc-keyboard-shortcut-editor.ui:60
msgid "Press Esc to cancel or Backspace to disable the keyboard shortcut."
msgstr ""
"Drücken Sie Esc zum Abbrechen oder die Löschtaste, um die Tastenkombination "
"Drücken Sie Esc zum Abbrechen oder die Rücktaste, um die Tastenkombination "
"zu deaktivieren."
#: panels/keyboard/cc-keyboard-shortcut-editor.ui:135
@@ -2631,7 +2631,7 @@ msgstr "Bildlauf mit zwei Fingern"
msgid "Edge Scrolling"
msgstr "Bildlauf am Rand"
#: panels/mouse/cc-mouse-panel.ui:719 panels/wacom/cc-wacom-panel.c:425
#: panels/mouse/cc-mouse-panel.ui:719 panels/wacom/cc-wacom-panel.c:441
msgid "Test Your _Settings"
msgstr "_Testen Sie Ihre Einstellungen"
@@ -4497,7 +4497,7 @@ msgid "Media player"
msgstr "Medienwiedergabegerät"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:661 panels/wacom/cc-wacom-panel.c:794
#: panels/power/cc-power-panel.c:661 panels/wacom/cc-wacom-panel.c:728
msgid "Tablet"
msgstr "Grafiktablett"
@@ -4866,7 +4866,7 @@ msgstr "Ort"
#. Translators: Name of column showing printer drivers
#: panels/printers/pp-details-dialog.ui:122
#: panels/printers/pp-ppd-selection-dialog.c:248
#: panels/printers/pp-ppd-selection-dialog.c:250
msgid "Driver"
msgstr "Treiber"
@@ -5232,7 +5232,7 @@ msgid "No pre-filtering"
msgstr "Keine Vorfilterung"
#. Translators: Name of column showing printer manufacturers
#: panels/printers/pp-ppd-selection-dialog.c:231
#: panels/printers/pp-ppd-selection-dialog.c:233
msgid "Manufacturer"
msgstr "Hersteller"
@@ -7894,7 +7894,7 @@ msgstr ""
msgid "Map Buttons"
msgstr "Knöpfe zuweisen"
#: panels/wacom/button-mapping.ui:37 panels/wacom/cc-wacom-page.c:512
#: panels/wacom/button-mapping.ui:37 panels/wacom/cc-wacom-page.c:519
#: panels/wacom/gnome-wacom-properties.ui:60
msgid "_Close"
msgstr "S_chließen"
@@ -7970,11 +7970,11 @@ msgstr "Einem einzigen Bildschirm zuordnen"
msgid "%d of %d"
msgstr "%d von %d"
#: panels/wacom/cc-wacom-page.c:509
#: panels/wacom/cc-wacom-page.c:516
msgid "Display Mapping"
msgstr "Zuordnung anzeigen"
#: panels/wacom/cc-wacom-panel.c:791 panels/wacom/wacom-stylus-page.ui:119
#: panels/wacom/cc-wacom-panel.c:725 panels/wacom/wacom-stylus-page.ui:119
msgid "Stylus"
msgstr "Stylus"
@@ -8255,7 +8255,7 @@ msgstr ""
#. translators:
#. * The number of sound outputs on a particular device
#: subprojects/gvc/gvc-mixer-control.c:1883
#: subprojects/gvc/gvc-mixer-control.c:1907
#, c-format
msgid "%u Output"
msgid_plural "%u Outputs"
@@ -8264,14 +8264,14 @@ msgstr[1] "%u Ausgänge"
#. translators:
#. * The number of sound inputs on a particular device
#: subprojects/gvc/gvc-mixer-control.c:1893
#: subprojects/gvc/gvc-mixer-control.c:1917
#, c-format
msgid "%u Input"
msgid_plural "%u Inputs"
msgstr[0] "%u Eingang"
msgstr[1] "%u Eingänge"
#: subprojects/gvc/gvc-mixer-control.c:2750
#: subprojects/gvc/gvc-mixer-control.c:2867
msgid "System Sounds"
msgstr "Systemklänge"

3055
po/el.po

File diff suppressed because it is too large Load Diff

225
po/fr.po
View File

@@ -38,8 +38,8 @@ msgstr ""
"Project-Id-Version: gnome-control-center HEAD\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
"issues\n"
"POT-Creation-Date: 2020-08-11 22:29+0000\n"
"PO-Revision-Date: 2020-08-12 12:36+0200\n"
"POT-Creation-Date: 2020-09-15 07:24+0000\n"
"PO-Revision-Date: 2020-09-18 12:46+0200\n"
"Last-Translator: Thibault Martin <mail@thibaultmart.in>\n"
"Language-Team: French <gnomefr@traduc.org>\n"
"Language: fr\n"
@@ -65,7 +65,7 @@ msgid "Session Bus"
msgstr "Bus de session"
#: panels/applications/cc-applications-panel.c:821
#: panels/power/cc-power-panel.c:2506 panels/thunderbolt/cc-bolt-panel.ui:466
#: panels/power/cc-power-panel.c:2325 panels/thunderbolt/cc-bolt-panel.ui:466
#: panels/thunderbolt/cc-bolt-panel.ui:525
msgid "Devices"
msgstr "Périphériques"
@@ -101,8 +101,8 @@ msgid "File System"
msgstr "Système de fichiers"
#: panels/applications/cc-applications-panel.c:841
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:280
#: shell/cc-window.c:934 shell/cc-window.ui:121
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
#: shell/cc-window.c:933 shell/cc-window.ui:121
#: shell/gnome-control-center.desktop.in.in:3
msgid "Settings"
msgstr "Paramètres"
@@ -382,7 +382,7 @@ msgstr "Sélectionner une image"
#: panels/color/cc-color-calibrate.ui:25 panels/color/cc-color-panel.c:238
#: panels/color/cc-color-panel.c:886 panels/color/cc-color-panel.ui:657
#: panels/common/cc-language-chooser.ui:24
#: panels/display/cc-display-panel.c:944
#: panels/display/cc-display-panel.c:943
#: panels/info-overview/cc-info-overview-panel.ui:234
#: panels/network/cc-wifi-hotspot-dialog.ui:122
#: panels/network/cc-wifi-panel.c:865
@@ -760,7 +760,7 @@ msgstr "Le profil a été chargé dans :"
#: panels/color/cc-color-panel.c:853
msgid "Write down this URL."
msgstr "Saisissez cet URL."
msgstr "Saisissez cette URL."
#: panels/color/cc-color-panel.c:854
msgid "Restart this computer and boot your normal operating system."
@@ -770,7 +770,7 @@ msgstr ""
#: panels/color/cc-color-panel.c:855
msgid "Type the URL into your browser to download and install the profile."
msgstr ""
"Saisissez cet URL dans votre navigateur pour télécharger et installer le "
"Saisissez cette URL dans votre navigateur pour télécharger et installer le "
"profil."
#. TRANSLATORS: this is the dialog to save the ICC profile
@@ -1602,20 +1602,20 @@ msgstr ""
"confidentiel;récent;temporaire;tmp;index;nom;réseaux;identité;"
"confidentialité;"
#: panels/display/cc-display-panel.c:955
#: panels/display/cc-display-panel.c:954
#: panels/network/connection-editor/connection-editor.ui:27
msgid "_Apply"
msgstr "_Appliquer"
#: panels/display/cc-display-panel.c:976
#: panels/display/cc-display-panel.c:975
msgid "Apply Changes?"
msgstr "Appliquer les changements ?"
#: panels/display/cc-display-panel.c:981
#: panels/display/cc-display-panel.c:980
msgid "Changes Cannot be Applied"
msgstr "Les changements ne peuvent être appliqués"
#: panels/display/cc-display-panel.c:982
#: panels/display/cc-display-panel.c:981
msgid "This could be due to hardware limitations."
msgstr "Cela peut venir de limitations matérielles."
@@ -1675,27 +1675,27 @@ msgstr "Éc­rans"
msgid "Night Light"
msgstr "Mode nuit"
#: panels/display/cc-display-settings.c:104
#: panels/display/cc-display-settings.c:103
msgctxt "Display rotation"
msgid "Landscape"
msgstr "Paysage"
#: panels/display/cc-display-settings.c:107
#: panels/display/cc-display-settings.c:106
msgctxt "Display rotation"
msgid "Portrait Right"
msgstr "Portrait sur la droite"
#: panels/display/cc-display-settings.c:110
#: panels/display/cc-display-settings.c:109
msgctxt "Display rotation"
msgid "Portrait Left"
msgstr "Portrait sur la gauche"
#: panels/display/cc-display-settings.c:113
#: panels/display/cc-display-settings.c:112
msgctxt "Display rotation"
msgid "Landscape (flipped)"
msgstr "Paysage (retourné)"
#: panels/display/cc-display-settings.c:187
#: panels/display/cc-display-settings.c:186
#, c-format
msgid "%.2lf Hz"
msgstr "%.2lf Hz"
@@ -2644,7 +2644,7 @@ msgstr "Défilement à deux doigts"
msgid "Edge Scrolling"
msgstr "Défilement aux bords"
#: panels/mouse/cc-mouse-panel.ui:719 panels/wacom/cc-wacom-panel.c:425
#: panels/mouse/cc-mouse-panel.ui:719 panels/wacom/cc-wacom-panel.c:441
msgid "Test Your _Settings"
msgstr "Tester vos p_aramètres"
@@ -2746,7 +2746,7 @@ msgid "Secure network"
msgstr "Réseau sécurisé"
#: panels/network/cc-wifi-connection-row.ui:102
#: panels/network/net-device-ethernet.c:317
#: panels/network/net-device-ethernet.c:316
#: panels/network/network-bluetooth.ui:76
#: panels/network/network-ethernet.ui:111 panels/network/network-mobile.ui:414
#: panels/network/network-vpn.ui:75
@@ -2951,7 +2951,7 @@ msgid "Never"
msgstr "Jamais"
#: panels/network/connection-editor/ce-page-details.c:162
#: panels/network/net-device-ethernet.c:108
#: panels/network/net-device-ethernet.c:107
#, c-format
msgid "%i day ago"
msgid_plural "%i days ago"
@@ -2965,7 +2965,7 @@ msgstr "%d Mb/s (%1.1f GHz)"
#. Translators: network device speed
#: panels/network/connection-editor/ce-page-details.c:289
#: panels/network/net-device-ethernet.c:202
#: panels/network/net-device-ethernet.c:201
#, c-format
msgid "%d Mb/s"
msgstr "%d Mb/s"
@@ -3009,22 +3009,22 @@ msgstr "Excellent"
#: panels/network/connection-editor/ce-page-details.c:396
#: panels/network/connection-editor/details-page.ui:108
#: panels/network/net-device-ethernet.c:143
#: panels/network/net-device-ethernet.c:142
#: panels/network/net-device-mobile.c:430
msgid "IPv4 Address"
msgstr "Adresse IPv4"
#: panels/network/connection-editor/ce-page-details.c:397
#: panels/network/connection-editor/details-page.ui:126
#: panels/network/net-device-ethernet.c:144
#: panels/network/net-device-ethernet.c:148
#: panels/network/net-device-ethernet.c:143
#: panels/network/net-device-ethernet.c:147
#: panels/network/net-device-mobile.c:431 panels/network/network-mobile.ui:200
msgid "IPv6 Address"
msgstr "Adresse IPv6"
#: panels/network/connection-editor/ce-page-details.c:400
#: panels/network/connection-editor/ce-page-details.c:401
#: panels/network/net-device-ethernet.c:146
#: panels/network/net-device-ethernet.c:145
#: panels/network/net-device-mobile.c:434
#: panels/network/net-device-mobile.c:435 panels/network/network-mobile.ui:183
msgid "IP Address"
@@ -3118,7 +3118,7 @@ msgid "Link speed"
msgstr "Vitesse de la connexion"
#: panels/network/connection-editor/details-page.ui:144
#: panels/network/net-device-ethernet.c:151
#: panels/network/net-device-ethernet.c:150
msgid "Hardware Address"
msgstr "Adresse matérielle"
@@ -3127,7 +3127,7 @@ msgid "Supported Frequencies"
msgstr "Fréquences prises en charge"
#: panels/network/connection-editor/details-page.ui:180
#: panels/network/net-device-ethernet.c:155
#: panels/network/net-device-ethernet.c:154
#: panels/network/network-mobile.ui:217
msgid "Default Route"
msgstr "Route par défaut"
@@ -3135,7 +3135,7 @@ msgstr "Route par défaut"
#: panels/network/connection-editor/details-page.ui:199
#: panels/network/connection-editor/ip4-page.ui:211
#: panels/network/connection-editor/ip6-page.ui:225
#: panels/network/net-device-ethernet.c:157
#: panels/network/net-device-ethernet.c:156
#: panels/network/network-mobile.ui:235
msgid "DNS"
msgstr "DNS"
@@ -3399,19 +3399,19 @@ msgstr "Contrôler votre façon de vous connecter aux réseaux sans fil"
msgid "Network;Wireless;Wi-Fi;Wifi;IP;LAN;Broadband;DNS;Hotspot;"
msgstr "Réseau;Sans fil;Wi-Fi;Wifi;IP;LAN;Large bande;DNS;Hotspot;"
#: panels/network/net-device-ethernet.c:96
#: panels/network/net-device-ethernet.c:95
msgid "never"
msgstr "jamais"
#: panels/network/net-device-ethernet.c:104
#: panels/network/net-device-ethernet.c:103
msgid "today"
msgstr "aujourdhui"
#: panels/network/net-device-ethernet.c:106
#: panels/network/net-device-ethernet.c:105
msgid "yesterday"
msgstr "hier"
#: panels/network/net-device-ethernet.c:162
#: panels/network/net-device-ethernet.c:161
msgid "Last used"
msgstr "Dernière utilisation"
@@ -3420,7 +3420,7 @@ msgstr "Dernière utilisation"
#. * profile. It is also used to display ethernet in the
#. * device list.
#.
#: panels/network/net-device-ethernet.c:251
#: panels/network/net-device-ethernet.c:250
#: panels/network/network-bluetooth.ui:38 panels/network/network-ethernet.ui:18
msgid "Wired"
msgstr "Filaire"
@@ -3451,18 +3451,18 @@ msgctxt "Wi-Fi Network"
msgid "_Forget"
msgstr "_Oublier"
#: panels/network/net-device-wifi.c:1212
#: panels/network/net-device-wifi.c:1193
msgid "System policy prohibits use as a Hotspot"
msgstr "Les règles du système interdisent son utilisation comme point daccès"
#: panels/network/net-device-wifi.c:1215
#: panels/network/net-device-wifi.c:1196
msgid "Wireless device does not support Hotspot mode"
msgstr ""
"Le périphérique sans fil ne prend pas en charge le mode « point daccès »"
#: panels/network/net-proxy.c:70
#: panels/notifications/cc-notifications-panel.c:268
#: panels/power/cc-power-panel.c:1939 panels/power/cc-power-panel.c:1950
#: panels/power/cc-power-panel.c:1728 panels/power/cc-power-panel.c:1739
#: panels/universal-access/cc-ua-panel.c:480
#: panels/universal-access/cc-ua-panel.c:840
#: panels/universal-access/cc-ua-panel.c:853
@@ -3484,8 +3484,8 @@ msgstr "Désactivé"
msgid ""
"Web Proxy Autodiscovery is used when a Configuration URL is not provided."
msgstr ""
 Web Proxy Autodiscovery » est utilisé lorsquaucun URL de configuration "
"nest fourni."
 Web Proxy Autodiscovery » est utilisé lorsquaucune URL de configuration "
"nest fournie."
#. TRANSLATORS: WPAD is bad: if you enable it on an untrusted
#. * network, then anyone else on that network can tell your
@@ -4281,7 +4281,7 @@ msgid "Show Message C_ontent on Lock Screen"
msgstr "Afficher le c_ontenu du message sur lécran verrouillé"
#: panels/notifications/cc-notifications-panel.c:268
#: panels/power/cc-power-panel.c:1945 panels/power/cc-power-panel.c:1952
#: panels/power/cc-power-panel.c:1734 panels/power/cc-power-panel.c:1741
#: panels/universal-access/cc-ua-panel.c:480
#: panels/universal-access/cc-ua-panel.c:840
#: panels/universal-access/cc-ua-panel.c:853
@@ -4374,18 +4374,18 @@ msgstr "Ajouter un compte"
msgid "Remove Account"
msgstr "Supprimer le compte"
#: panels/power/cc-power-panel.c:336
#: panels/power/cc-power-panel.c:331
msgid "Unknown time"
msgstr "Durée inconnue"
#: panels/power/cc-power-panel.c:342
#: panels/power/cc-power-panel.c:337
#, c-format
msgid "%i minute"
msgid_plural "%i minutes"
msgstr[0] "%i minute"
msgstr[1] "%i minutes"
#: panels/power/cc-power-panel.c:354
#: panels/power/cc-power-panel.c:349
#, c-format
msgid "%i hour"
msgid_plural "%i hours"
@@ -4394,263 +4394,263 @@ msgstr[1] "%i heures"
#. TRANSLATOR: "%i %s %i %s" are "%i hours %i minutes"
#. * Swap order with "%2$s %2$i %1$s %1$i if needed
#: panels/power/cc-power-panel.c:362
#: panels/power/cc-power-panel.c:357
#, c-format
msgid "%i %s %i %s"
msgstr "%i %s %i %s"
#: panels/power/cc-power-panel.c:363
#: panels/power/cc-power-panel.c:358
msgid "hour"
msgid_plural "hours"
msgstr[0] "heure"
msgstr[1] "heures"
#: panels/power/cc-power-panel.c:364
#: panels/power/cc-power-panel.c:359
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minute"
msgstr[1] "minutes"
#. TRANSLATORS: %1 is a time string, e.g. "1 hour 5 minutes"
#: panels/power/cc-power-panel.c:382
#: panels/power/cc-power-panel.c:377
#, c-format
msgid "%s until fully charged"
msgstr "%s avant chargement complet"
#. TRANSLATORS: %1 is a time string, e.g. "1 hour 5 minutes"
#: panels/power/cc-power-panel.c:389
#: panels/power/cc-power-panel.c:384
#, c-format
msgid "Caution: %s remaining"
msgstr "Attention : il reste %s"
#. TRANSLATORS: %1 is a time string, e.g. "1 hour 5 minutes"
#: panels/power/cc-power-panel.c:394
#: panels/power/cc-power-panel.c:389
#, c-format
msgid "%s remaining"
msgstr "%s restant"
#. TRANSLATORS: primary battery
#: panels/power/cc-power-panel.c:399 panels/power/cc-power-panel.c:429
#: panels/power/cc-power-panel.c:394 panels/power/cc-power-panel.c:424
msgid "Fully charged"
msgstr "Batterie pleine"
#. TRANSLATORS: primary battery
#: panels/power/cc-power-panel.c:403 panels/power/cc-power-panel.c:433
#: panels/power/cc-power-panel.c:398 panels/power/cc-power-panel.c:428
msgid "Not charging"
msgstr "Pas en charge"
#. TRANSLATORS: primary battery
#: panels/power/cc-power-panel.c:407 panels/power/cc-power-panel.c:437
#: panels/power/cc-power-panel.c:402 panels/power/cc-power-panel.c:432
msgid "Empty"
msgstr "Déchargée"
#. TRANSLATORS: primary battery
#: panels/power/cc-power-panel.c:420
#: panels/power/cc-power-panel.c:415
msgid "Charging"
msgstr "En charge"
#. TRANSLATORS: primary battery
#: panels/power/cc-power-panel.c:425
#: panels/power/cc-power-panel.c:420
msgid "Discharging"
msgstr "En décharge"
#: panels/power/cc-power-panel.c:571
#: panels/power/cc-power-panel.c:566
msgctxt "Battery name"
msgid "Main"
msgstr "Principale"
#: panels/power/cc-power-panel.c:573
#: panels/power/cc-power-panel.c:568
msgctxt "Battery name"
msgid "Extra"
msgstr "Secondaire"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:648
#: panels/power/cc-power-panel.c:643
msgid "Wireless mouse"
msgstr "Souris sans fil"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:651
#: panels/power/cc-power-panel.c:646
msgid "Wireless keyboard"
msgstr "Clavier sans fil"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:654
#: panels/power/cc-power-panel.c:649
msgid "Uninterruptible power supply"
msgstr "Onduleur"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:657
#: panels/power/cc-power-panel.c:652
msgid "Personal digital assistant"
msgstr "Assistant personnel"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:660
#: panels/power/cc-power-panel.c:655
msgid "Cellphone"
msgstr "Téléphone portable"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:663
#: panels/power/cc-power-panel.c:658
msgid "Media player"
msgstr "Lecteur multimédia"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:666 panels/wacom/cc-wacom-panel.c:794
#: panels/power/cc-power-panel.c:661 panels/wacom/cc-wacom-panel.c:728
msgid "Tablet"
msgstr "Tablette"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:669
#: panels/power/cc-power-panel.c:664
msgid "Computer"
msgstr "Ordinateur"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:672
#: panels/power/cc-power-panel.c:667
msgid "Gaming input device"
msgstr "Périphérique dentrée pour jeux"
#. TRANSLATORS: secondary battery, misc
#: panels/power/cc-power-panel.c:675 panels/power/cc-power-panel.c:967
#: panels/power/cc-power-panel.c:2459
#: panels/power/cc-power-panel.c:670 panels/power/cc-power-panel.c:962
#: panels/power/cc-power-panel.c:2278
msgid "Battery"
msgstr "Batterie"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:736
#: panels/power/cc-power-panel.c:731
msgctxt "Battery power"
msgid "Charging"
msgstr "En charge"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:743
#: panels/power/cc-power-panel.c:738
msgctxt "Battery power"
msgid "Caution"
msgstr "Attention"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:748
#: panels/power/cc-power-panel.c:743
msgctxt "Battery power"
msgid "Low"
msgstr "Faible"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:753
#: panels/power/cc-power-panel.c:748
msgctxt "Battery power"
msgid "Good"
msgstr "Bonne"
#. TRANSLATORS: primary battery
#: panels/power/cc-power-panel.c:758
#: panels/power/cc-power-panel.c:753
msgctxt "Battery power"
msgid "Fully charged"
msgstr "Pleine charge"
#. TRANSLATORS: primary battery
#: panels/power/cc-power-panel.c:762
#: panels/power/cc-power-panel.c:757
msgctxt "Battery power"
msgid "Empty"
msgstr "Déchargée"
#: panels/power/cc-power-panel.c:965
#: panels/power/cc-power-panel.c:960
msgid "Batteries"
msgstr "Batteries"
#: panels/power/cc-power-panel.c:1393
#: panels/power/cc-power-panel.c:1182
msgid "When _idle"
msgstr "Quand _inactif"
#: panels/power/cc-power-panel.c:1887
#: panels/power/cc-power-panel.c:1676
msgid "Suspend"
msgstr "Mettre en veille"
#: panels/power/cc-power-panel.c:1888
#: panels/power/cc-power-panel.c:1677
msgid "Power Off"
msgstr "Éteindre"
#: panels/power/cc-power-panel.c:1889
#: panels/power/cc-power-panel.c:1678
msgid "Hibernate"
msgstr "Hiberner"
#: panels/power/cc-power-panel.c:1890
#: panels/power/cc-power-panel.c:1679
msgid "Nothing"
msgstr "Rien"
#: panels/power/cc-power-panel.c:1941
#: panels/power/cc-power-panel.c:1730
msgid "When on battery power"
msgstr "Quand sur batterie"
#: panels/power/cc-power-panel.c:1943
#: panels/power/cc-power-panel.c:1732
msgid "When plugged in"
msgstr "Quand le câble est branché"
#: panels/power/cc-power-panel.c:2021
#: panels/power/cc-power-panel.c:1836
msgid "Power Saving"
msgstr "Économie dénergie"
#: panels/power/cc-power-panel.c:2057
#: panels/power/cc-power-panel.c:1872
msgid "_Screen Brightness"
msgstr "Luminosité de lé_cran"
#: panels/power/cc-power-panel.c:2078
#: panels/power/cc-power-panel.c:1895
msgid "Automatic Brightness"
msgstr "Luminosité automatique"
#: panels/power/cc-power-panel.c:2091
#: panels/power/cc-power-panel.c:1908
msgid "_Keyboard Brightness"
msgstr "Luminosité du _clavier"
#: panels/power/cc-power-panel.c:2102
#: panels/power/cc-power-panel.c:1921
msgid "_Dim Screen When Inactive"
msgstr "A_ssombrir lécran si inactif"
#: panels/power/cc-power-panel.c:2120
#: panels/power/cc-power-panel.c:1939
msgid "_Blank Screen"
msgstr "Écran _noir"
#: panels/power/cc-power-panel.c:2166
#: panels/power/cc-power-panel.c:1985
msgid "_Automatic Suspend"
msgstr "Mise en veille _automatique"
#: panels/power/cc-power-panel.c:2167
#: panels/power/cc-power-panel.c:1986
msgid "Automatic suspend"
msgstr "Mise en veille automatique"
#: panels/power/cc-power-panel.c:2219
#: panels/power/cc-power-panel.c:2038
msgid "_Wi-Fi"
msgstr "_Wi-Fi"
#: panels/power/cc-power-panel.c:2220
#: panels/power/cc-power-panel.c:2039
msgid "Wi-Fi can be turned off to save power."
msgstr "Le Wi-Fi peut être éteint pour économiser de lénergie."
#: panels/power/cc-power-panel.c:2236
#: panels/power/cc-power-panel.c:2055
msgid "_Mobile Broadband"
msgstr "_Mobile à large bande"
#: panels/power/cc-power-panel.c:2237
#: panels/power/cc-power-panel.c:2056
msgid "Mobile broadband (LTE, 4G, 3G, etc.) can be turned off to save power."
msgstr ""
"Les périphériques mobiles à large bande (LTE, 4G, 3G, etc.) peuvent être "
"éteints pour économiser de lénergie."
#: panels/power/cc-power-panel.c:2287
#: panels/power/cc-power-panel.c:2106
msgid "_Bluetooth"
msgstr "_Bluetooth"
#: panels/power/cc-power-panel.c:2288
#: panels/power/cc-power-panel.c:2107
msgid "Bluetooth can be turned off to save power."
msgstr "Le Bluetooth peut être éteint pour économiser de lénergie."
#: panels/power/cc-power-panel.c:2325
#: panels/power/cc-power-panel.c:2144
msgid "Show Battery _Percentage"
msgstr "Afficher le _pourcentage de batterie"
#. Frame header
#: panels/power/cc-power-panel.c:2351
#: panels/power/cc-power-panel.c:2170
msgid "Suspend & Power Button"
msgstr "Bouton de mise en veille et extinction"
#: panels/power/cc-power-panel.c:2401
#: panels/power/cc-power-panel.c:2220
msgid "Po_wer Button Behavior"
msgstr "Action du bouton de_xtinction"
@@ -5417,17 +5417,17 @@ msgstr ""
"Désolé ! Le service dimpression du système\n"
"ne semble pas être disponible."
#: panels/region/cc-format-chooser.c:151
#: panels/region/cc-format-chooser.c:149
msgctxt "measurement format"
msgid "Imperial"
msgstr "Impérial"
#: panels/region/cc-format-chooser.c:153
#: panels/region/cc-format-chooser.c:151
msgctxt "measurement format"
msgid "Metric"
msgstr "Métrique"
#: panels/region/cc-format-chooser.c:258 panels/region/cc-format-chooser.c:299
#: panels/region/cc-format-chooser.c:256 panels/region/cc-format-chooser.c:297
#: panels/region/cc-format-chooser.ui:6
msgid "Formats"
msgstr "Formats"
@@ -6642,11 +6642,6 @@ msgstr "Faciliter la vision, lécoute, la saisie, la sélection et le clic"
#. Translators: Search terms to find the Accessibility panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
#: panels/universal-access/gnome-universal-access-panel.desktop.in.in:19
#| msgid ""
#| "Keyboard;Mouse;a11y;Accessibility;Contrast;Cursor;Sound;Zoom;Screen;"
#| "Reader;big;high;large;text;font;size;AccessX;Sticky;Keys;Slow;Bounce;"
#| "Mouse;Double;click;Delay;Speed;Assist;Repeat;Blink;visual;hearing;audio;"
#| "typing;"
msgid ""
"Keyboard;Mouse;a11y;Accessibility;Universal Access;Contrast;Cursor;Sound;"
"Zoom;Screen;Reader;big;high;large;text;font;size;AccessX;Sticky;Keys;Slow;"
@@ -7877,7 +7872,7 @@ msgstr ""
msgid "Map Buttons"
msgstr "Associer les boutons"
#: panels/wacom/button-mapping.ui:37 panels/wacom/cc-wacom-page.c:512
#: panels/wacom/button-mapping.ui:37 panels/wacom/cc-wacom-page.c:519
#: panels/wacom/gnome-wacom-properties.ui:60
msgid "_Close"
msgstr "_Fermer"
@@ -7951,11 +7946,11 @@ msgstr "Associer à un seul écran"
msgid "%d of %d"
msgstr "%d sur %d"
#: panels/wacom/cc-wacom-page.c:509
#: panels/wacom/cc-wacom-page.c:516
msgid "Display Mapping"
msgstr "Afficher la correspondance"
#: panels/wacom/cc-wacom-panel.c:791 panels/wacom/wacom-stylus-page.ui:119
#: panels/wacom/cc-wacom-panel.c:725 panels/wacom/wacom-stylus-page.ui:119
msgid "Stylus"
msgstr "Stylet"
@@ -8114,31 +8109,31 @@ msgstr "Paramètres est linterface principale de configuration du système."
msgid "The GNOME Project"
msgstr "Le projet GNOME"
#: shell/cc-application.c:60
#: shell/cc-application.c:59
msgid "Display version number"
msgstr "Afficher le numéro de version"
#: shell/cc-application.c:61
#: shell/cc-application.c:60
msgid "Enable verbose mode"
msgstr "Activer le mode verbeux"
#: shell/cc-application.c:62
#: shell/cc-application.c:61
msgid "Search for the string"
msgstr "Rechercher la chaîne"
#: shell/cc-application.c:63
#: shell/cc-application.c:62
msgid "List possible panel names and exit"
msgstr "Liste les noms possibles de volets et quitte"
#: shell/cc-application.c:64
#: shell/cc-application.c:63
msgid "Panel to display"
msgstr "Volet à afficher"
#: shell/cc-application.c:64
#: shell/cc-application.c:63
msgid "[PANEL] [ARGUMENT…]"
msgstr "[PANEL] [ARGUMENT…]"
#: shell/cc-panel-list.ui:45 shell/cc-window.c:276
#: shell/cc-panel-list.ui:45 shell/cc-window.c:275
msgid "Privacy"
msgstr "Confidentialité"

2995
po/he.po

File diff suppressed because it is too large Load Diff

7941
po/kab.po Normal file

File diff suppressed because it is too large Load Diff

10627
po/pt.po

File diff suppressed because it is too large Load Diff

View File

@@ -13,8 +13,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: 2020-09-03 08:25+0000\n"
"PO-Revision-Date: 2020-09-06 21:24+0200\n"
"POT-Creation-Date: 2020-09-15 07:24+0000\n"
"PO-Revision-Date: 2020-09-20 20:34+0200\n"
"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
"Language-Team: Slovak <gnome-sk-list@gnome.org>\n"
"Language: sk\n"
@@ -385,7 +385,7 @@ msgstr "Výber obrázka"
#: panels/color/cc-color-calibrate.ui:25 panels/color/cc-color-panel.c:238
#: panels/color/cc-color-panel.c:886 panels/color/cc-color-panel.ui:657
#: panels/common/cc-language-chooser.ui:24
#: panels/display/cc-display-panel.c:942
#: panels/display/cc-display-panel.c:943
#: panels/info-overview/cc-info-overview-panel.ui:234
#: panels/network/cc-wifi-hotspot-dialog.ui:122
#: panels/network/cc-wifi-panel.c:865
@@ -1737,20 +1737,20 @@ msgstr ""
"index;meno;názov;sieť;identita;súkromie;"
# GtkButton label
#: panels/display/cc-display-panel.c:953
#: panels/display/cc-display-panel.c:954
#: panels/network/connection-editor/connection-editor.ui:27
msgid "_Apply"
msgstr "_Použiť"
#: panels/display/cc-display-panel.c:974
#: panels/display/cc-display-panel.c:975
msgid "Apply Changes?"
msgstr "Použiť zmeny?"
#: panels/display/cc-display-panel.c:979
#: panels/display/cc-display-panel.c:980
msgid "Changes Cannot be Applied"
msgstr "Zmeny sa nedajú použiť"
#: panels/display/cc-display-panel.c:980
#: panels/display/cc-display-panel.c:981
msgid "This could be due to hardware limitations."
msgstr "Môže to byť spôsobené obmedzeniami hardvéru."
@@ -1951,7 +1951,7 @@ msgstr "Do"
#: panels/display/cc-night-light-page.ui:374
msgid "Color Temperature"
msgstr "Teplota farby"
msgstr "Teplota farieb"
# desktop entry comment
#: panels/display/gnome-display-panel.desktop.in.in:4
@@ -2956,7 +2956,7 @@ msgid "Edge Scrolling"
msgstr "Rolovať hranou"
# toggle button
#: panels/mouse/cc-mouse-panel.ui:719 panels/wacom/cc-wacom-panel.c:425
#: panels/mouse/cc-mouse-panel.ui:719 panels/wacom/cc-wacom-panel.c:441
msgid "Test Your _Settings"
msgstr "_Vyskúšať vaše nastavenia"
@@ -5016,7 +5016,7 @@ msgid "Media player"
msgstr "Prenosný prehrávač"
#. TRANSLATORS: secondary battery
#: panels/power/cc-power-panel.c:661 panels/wacom/cc-wacom-panel.c:794
#: panels/power/cc-power-panel.c:661 panels/wacom/cc-wacom-panel.c:728
msgid "Tablet"
msgstr "Tablet"
@@ -8805,7 +8805,7 @@ msgid "Map Buttons"
msgstr "Priradenie tlačidiel"
# GtkButton label
#: panels/wacom/button-mapping.ui:37 panels/wacom/cc-wacom-page.c:512
#: panels/wacom/button-mapping.ui:37 panels/wacom/cc-wacom-page.c:519
#: panels/wacom/gnome-wacom-properties.ui:60
msgid "_Close"
msgstr "_Zavrieť"
@@ -8886,11 +8886,11 @@ msgstr "%d. z %d"
# PM: doriesit v master vetve
# PM: dalej je priradiť k displeju
# dialog title
#: panels/wacom/cc-wacom-page.c:509
#: panels/wacom/cc-wacom-page.c:516
msgid "Display Mapping"
msgstr "Priradenie zobrazenia"
#: panels/wacom/cc-wacom-panel.c:791 panels/wacom/wacom-stylus-page.ui:119
#: panels/wacom/cc-wacom-panel.c:725 panels/wacom/wacom-stylus-page.ui:119
msgid "Stylus"
msgstr "Pero"

File diff suppressed because it is too large Load Diff