Compare commits
52 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d6b561e528 | ||
|
|
6c79f2e9cb | ||
|
|
393528f580 | ||
|
|
e8650a5610 | ||
|
|
e7872ed11d | ||
|
|
f62ba0d9fb | ||
|
|
b3c42dff3c | ||
|
|
522074ec7c | ||
|
|
34b5db13f9 | ||
|
|
7b0c55bfc5 | ||
|
|
f33851069c | ||
|
|
65c1c73b8e | ||
|
|
3c47db21a2 | ||
|
|
5d43cfd217 | ||
|
|
00362a9059 | ||
|
|
82366a0344 | ||
|
|
a66e7855fc | ||
|
|
ff6ffbb92d | ||
|
|
15b8ebf7e0 | ||
|
|
42f53a9aae | ||
|
|
75756ddea2 | ||
|
|
d92377dcbc | ||
|
|
d08fac3f0b | ||
|
|
212ab19dfd | ||
|
|
0aaba85d10 | ||
|
|
691c223a53 | ||
|
|
d0d4bfc728 | ||
|
|
badd326299 | ||
|
|
600b0a014e | ||
|
|
a930c01660 | ||
|
|
f41d67ed21 | ||
|
|
b6fac911b2 | ||
|
|
39dbe693da | ||
|
|
22a01539dc | ||
|
|
affc906cb4 | ||
|
|
e13e38ed8e | ||
|
|
28600b5b22 | ||
|
|
dce6f2262c | ||
|
|
6d7332ae64 | ||
|
|
1d7e60b799 | ||
|
|
4f64deb5f1 | ||
|
|
8d318a7228 | ||
|
|
0e2562c2c5 | ||
|
|
ad29e2677c | ||
|
|
293e191e39 | ||
|
|
492fac1540 | ||
|
|
5669987a76 | ||
|
|
babeb0ce35 | ||
|
|
7b2765ad8e | ||
|
|
a1f01da3e0 | ||
|
|
e848034be7 | ||
|
|
5c2dc84a21 |
52
NEWS
52
NEWS
@@ -1,3 +1,55 @@
|
||||
================
|
||||
Version 41.7
|
||||
================
|
||||
|
||||
- Updated translations
|
||||
|
||||
Cellular
|
||||
- Remove duplicate line from .desktop
|
||||
|
||||
Info
|
||||
- Allow changing "Device Name" by pressing "Enter"
|
||||
- Remove trailing space after CPU name
|
||||
|
||||
Keyboard
|
||||
- Fix crash resetting all keyboard shortcuts
|
||||
- Fix leaks
|
||||
|
||||
Network
|
||||
- Fix saving passwords for non-wifi connections
|
||||
- Fix critical when opening VPN details page
|
||||
|
||||
Wacom:
|
||||
- Fix leaks
|
||||
|
||||
================
|
||||
Version 41.4
|
||||
================
|
||||
|
||||
- Drop unused argument for i18n.merge_file() in Meson rules
|
||||
- Updated translations
|
||||
|
||||
Applications
|
||||
- Set the Icon key in desktop file to a icon that exists
|
||||
|
||||
Display
|
||||
- Do not invert order when constructing modes
|
||||
|
||||
Network
|
||||
- Show configuration button only for active/connecting connections
|
||||
|
||||
Printers
|
||||
- Fix error cancelling PPD dialog
|
||||
|
||||
Sound
|
||||
- Clear level bar when stream is empty
|
||||
|
||||
================
|
||||
Version 41.2
|
||||
================
|
||||
|
||||
- Updated translations
|
||||
|
||||
================
|
||||
Version 41.1
|
||||
================
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
project(
|
||||
'gnome-control-center', 'c',
|
||||
version : '41.1',
|
||||
version : '41.7',
|
||||
license : 'GPL2+',
|
||||
meson_version : '>= 0.53.0'
|
||||
)
|
||||
|
||||
@@ -4,7 +4,7 @@ Comment=Control various application permissions and settings
|
||||
Exec=gnome-control-center applications
|
||||
# FIXME
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=preferences-desktop-apps
|
||||
Icon=preferences-desktop-apps-symbolic
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
@@ -13,4 +13,4 @@ Categories=GNOME;GTK;Settings;DesktopSettings;X-GNOME-Settings-Panel;X-GNOME-Acc
|
||||
OnlyShowIn=GNOME;Unity;
|
||||
# Translators: Search terms to find the Privacy panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
||||
Keywords=application;flatpak;permission;setting;
|
||||
X-GNOME-ControlCenter-HasSidebar=true
|
||||
X-GNOME-ControlCenter-HasSidebar=true
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type : 'desktop',
|
||||
input : desktop_in,
|
||||
output : desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -400,14 +400,10 @@ device_is_evdev (GUdevDevice *device)
|
||||
}
|
||||
|
||||
static GsdDevice *
|
||||
create_device (GUdevDevice *udev_device)
|
||||
create_device (GUdevDevice *udev_device, GUdevDevice *parent)
|
||||
{
|
||||
const gchar *vendor, *product, *name, *group;
|
||||
guint width, height;
|
||||
g_autoptr(GUdevDevice) parent = NULL;
|
||||
|
||||
parent = g_udev_device_get_parent (udev_device);
|
||||
g_assert (parent != NULL);
|
||||
|
||||
name = g_udev_device_get_sysfs_attr (parent, "name");
|
||||
vendor = g_udev_device_get_property (udev_device, "ID_VENDOR_ID");
|
||||
@@ -440,7 +436,7 @@ add_device (GsdDeviceManager *manager,
|
||||
GUdevDevice *udev_device)
|
||||
{
|
||||
GsdDeviceManagerPrivate *priv = gsd_device_manager_get_instance_private (manager);
|
||||
GUdevDevice *parent;
|
||||
g_autoptr(GUdevDevice) parent = NULL;
|
||||
GsdDevice *device;
|
||||
const gchar *syspath;
|
||||
|
||||
@@ -449,7 +445,7 @@ add_device (GsdDeviceManager *manager,
|
||||
if (!parent)
|
||||
return;
|
||||
|
||||
device = create_device (udev_device);
|
||||
device = create_device (udev_device, parent);
|
||||
syspath = g_udev_device_get_sysfs_path (udev_device);
|
||||
g_hash_table_insert (priv->devices, g_strdup (syspath), device);
|
||||
g_signal_emit_by_name (manager, "device-added", device);
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
@@ -20,7 +19,6 @@ i18n.merge_file(
|
||||
polkit = 'org.gnome.controlcenter.@0@.policy'.format(cappletname)
|
||||
|
||||
i18n.merge_file(
|
||||
polkit,
|
||||
input: polkit + '.in',
|
||||
output: polkit,
|
||||
po_dir: po_dir,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -795,6 +795,8 @@ construct_modes (CcDisplayMonitorDBus *self,
|
||||
if (mode->flags & MODE_CURRENT)
|
||||
self->current_mode = CC_DISPLAY_MODE (mode);
|
||||
}
|
||||
|
||||
self->modes = g_list_reverse (self->modes);
|
||||
}
|
||||
|
||||
static CcDisplayMonitorDBus *
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -611,10 +611,12 @@ get_cpu_info (const glibtop_sysinfo *info)
|
||||
|
||||
count = GPOINTER_TO_INT (value);
|
||||
cleanedup = info_cleanup ((const char *) key);
|
||||
if (cpu->len != 0)
|
||||
g_string_append_printf (cpu, " ");
|
||||
if (count > 1)
|
||||
g_string_append_printf (cpu, "%s \303\227 %d ", cleanedup, count);
|
||||
g_string_append_printf (cpu, "%s \303\227 %d", cleanedup, count);
|
||||
else
|
||||
g_string_append_printf (cpu, "%s ", cleanedup);
|
||||
g_string_append_printf (cpu, "%s", cleanedup);
|
||||
}
|
||||
|
||||
return g_strdup (cpu->str);
|
||||
@@ -836,6 +838,38 @@ on_device_name_entry_changed (CcInfoOverviewPanel *self)
|
||||
g_strcmp0 (current_hostname, new_hostname) != 0);
|
||||
}
|
||||
|
||||
static void
|
||||
update_device_name (CcInfoOverviewPanel *self)
|
||||
{
|
||||
const gchar *hostname;
|
||||
|
||||
/* We simply change the CcHostnameEntry text. CcHostnameEntry
|
||||
* listens to changes and updates hostname on change.
|
||||
*/
|
||||
hostname = gtk_entry_get_text (self->device_name_entry);
|
||||
gtk_entry_set_text (GTK_ENTRY (self->hostname_entry), hostname);
|
||||
}
|
||||
|
||||
static void
|
||||
on_hostname_editor_dialog_response_cb (GtkDialog *dialog,
|
||||
gint response,
|
||||
CcInfoOverviewPanel *self)
|
||||
{
|
||||
if (response == GTK_RESPONSE_APPLY)
|
||||
{
|
||||
update_device_name (self);
|
||||
}
|
||||
|
||||
gtk_window_close (GTK_WINDOW (dialog));
|
||||
}
|
||||
|
||||
static void
|
||||
on_device_name_entry_activated_cb (CcInfoOverviewPanel *self)
|
||||
{
|
||||
update_device_name (self);
|
||||
gtk_window_close (GTK_WINDOW (self->hostname_editor));
|
||||
}
|
||||
|
||||
static void
|
||||
open_hostname_edit_dialog (CcInfoOverviewPanel *self)
|
||||
{
|
||||
@@ -951,6 +985,8 @@ cc_info_overview_panel_class_init (CcInfoOverviewPanelClass *klass)
|
||||
|
||||
gtk_widget_class_bind_template_callback (widget_class, cc_info_panel_row_activated_cb);
|
||||
gtk_widget_class_bind_template_callback (widget_class, on_device_name_entry_changed);
|
||||
gtk_widget_class_bind_template_callback (widget_class, on_device_name_entry_activated_cb);
|
||||
gtk_widget_class_bind_template_callback (widget_class, on_hostname_editor_dialog_response_cb);
|
||||
|
||||
g_type_ensure (CC_TYPE_LIST_ROW);
|
||||
g_type_ensure (CC_TYPE_HOSTNAME_ENTRY);
|
||||
|
||||
@@ -220,6 +220,7 @@
|
||||
<object class="GtkEntry" id="device_name_entry">
|
||||
<property name="visible">True</property>
|
||||
<signal name="changed" handler="on_device_name_entry_changed" swapped="yes"/>
|
||||
<signal name="activate" handler="on_device_name_entry_activated_cb" swapped="yes" />
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -472,12 +472,12 @@ variant_get_key_combos (GVariant *variant)
|
||||
|
||||
for (str = bindings; *str; str++)
|
||||
{
|
||||
CcKeyCombo *combo = g_new (CcKeyCombo, 1);
|
||||
g_autofree CcKeyCombo *combo = g_new (CcKeyCombo, 1);
|
||||
|
||||
binding_from_string (*str, combo);
|
||||
|
||||
if (combo->keyval != 0 || combo->keycode != 0 || combo->mask != 0)
|
||||
combos = g_list_prepend (combos, combo);
|
||||
combos = g_list_prepend (combos, g_steal_pointer (&combo));
|
||||
}
|
||||
|
||||
return g_list_reverse (combos);
|
||||
|
||||
@@ -596,6 +596,7 @@ cc_keyboard_manager_finalize (GObject *object)
|
||||
g_clear_pointer (&self->kb_apps_sections, g_hash_table_destroy);
|
||||
g_clear_pointer (&self->kb_user_sections, g_hash_table_destroy);
|
||||
g_clear_object (&self->binding_settings);
|
||||
g_clear_object (&self->sections_store);
|
||||
|
||||
g_clear_pointer (&self->wm_changed_id, wm_common_unregister_window_manager_change);
|
||||
|
||||
|
||||
@@ -234,7 +234,7 @@ remove_item (CcKeyboardShortcutDialog *self,
|
||||
|
||||
row_data = g_object_get_data (l->data, "data");
|
||||
|
||||
if (row_data->item == item)
|
||||
if (row_data && row_data->item == item)
|
||||
{
|
||||
if (strcmp (row_data->section_id, "custom") == 0)
|
||||
{
|
||||
@@ -403,6 +403,9 @@ reset_all_shortcuts_cb (GtkWidget *widget,
|
||||
|
||||
self = user_data;
|
||||
|
||||
if (widget == GTK_WIDGET (self->custom_shortcut_add_row))
|
||||
return;
|
||||
|
||||
data = g_object_get_data (G_OBJECT (widget), "data");
|
||||
|
||||
/* Don't reset custom shortcuts */
|
||||
|
||||
@@ -308,7 +308,7 @@ setup_custom_shortcut (CcKeyboardShortcutEditor *self)
|
||||
HeaderMode mode;
|
||||
gboolean is_custom, is_accel_empty;
|
||||
gboolean valid, accel_valid;
|
||||
gchar *accel;
|
||||
g_autofree char *accel = NULL;
|
||||
|
||||
is_custom = is_custom_shortcut (self);
|
||||
accel_valid = is_valid_binding (self->custom_combo) &&
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
@@ -45,7 +44,6 @@ xml_files = [
|
||||
|
||||
foreach file: xml_files
|
||||
i18n.merge_file(
|
||||
file,
|
||||
input: file + '.in',
|
||||
output: file,
|
||||
po_dir: po_dir,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -37,6 +37,7 @@ struct _CcWifiConnectionRow
|
||||
GtkSpinner *connecting_spinner;
|
||||
GtkImage *encrypted_icon;
|
||||
GtkLabel *name_label;
|
||||
GtkButton *options_button;
|
||||
GtkImage *strength_icon;
|
||||
};
|
||||
|
||||
@@ -250,6 +251,7 @@ update_ui (CcWifiConnectionRow *self)
|
||||
}
|
||||
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->active_label), active);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->options_button), active || connecting);
|
||||
|
||||
if (security != NM_AP_SEC_UNKNOWN && security != NM_AP_SEC_NONE && security != NM_AP_SEC_OWE)
|
||||
{
|
||||
@@ -456,6 +458,7 @@ cc_wifi_connection_row_class_init (CcWifiConnectionRowClass *klass)
|
||||
gtk_widget_class_bind_template_child (widget_class, CcWifiConnectionRow, checkbutton);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcWifiConnectionRow, connecting_spinner);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcWifiConnectionRow, encrypted_icon);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcWifiConnectionRow, options_button);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcWifiConnectionRow, name_label);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcWifiConnectionRow, strength_icon);
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<object class="GtkButton" id="options_button">
|
||||
<property name="name">options_button</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
|
||||
@@ -125,22 +125,18 @@ ce_page_8021x_security_validate (CEPage *cepage, NMConnection *connection, GErro
|
||||
valid = wireless_security_validate (WIRELESS_SECURITY (self->security), error);
|
||||
if (valid) {
|
||||
g_autoptr(NMConnection) tmp_connection = NULL;
|
||||
NMSetting *s_con;
|
||||
|
||||
/* Here's a nice hack to work around the fact that ws_802_1x_fill_connection needs wireless setting. */
|
||||
tmp_connection = nm_simple_connection_new ();
|
||||
tmp_connection = nm_simple_connection_new_clone (connection);
|
||||
nm_connection_add_setting (tmp_connection, nm_setting_wireless_new ());
|
||||
|
||||
/* temp connection needs a 'connection' setting too, since most of
|
||||
* the EAP methods need the UUID for CA cert ignore stuff.
|
||||
*/
|
||||
s_con = nm_connection_get_setting (connection, NM_TYPE_SETTING_CONNECTION);
|
||||
nm_connection_add_setting (tmp_connection, nm_setting_duplicate (s_con));
|
||||
|
||||
ws_wpa_eap_fill_connection (self->security, tmp_connection);
|
||||
|
||||
/* NOTE: It is important we create a copy of the settings, as the
|
||||
* secrets might be cleared otherwise.
|
||||
*/
|
||||
s_8021x = nm_connection_get_setting (tmp_connection, NM_TYPE_SETTING_802_1X);
|
||||
nm_connection_add_setting (connection, NM_SETTING (g_object_ref (s_8021x)));
|
||||
nm_connection_add_setting (connection, nm_setting_duplicate (NM_SETTING (s_8021x)));
|
||||
}
|
||||
} else {
|
||||
nm_connection_remove_setting (connection, NM_TYPE_SETTING_802_1X);
|
||||
|
||||
@@ -297,7 +297,9 @@ connect_details_page (CEPageDetails *self)
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->speed_heading_label), speed_label != NULL);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->speed_label), speed_label != NULL);
|
||||
|
||||
hw_address = nm_device_get_hw_address (self->device);
|
||||
if (self->device)
|
||||
hw_address = nm_device_get_hw_address (self->device);
|
||||
|
||||
gtk_label_set_label (self->mac_label, hw_address);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->mac_heading_label), hw_address != NULL);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->mac_label), hw_address != NULL);
|
||||
|
||||
@@ -25,7 +25,6 @@ foreach name: panel_names
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -1671,9 +1671,6 @@ ppd_selection_cb (GtkDialog *_dialog,
|
||||
ppd_name = pp_ppd_selection_dialog_get_ppd_name (self->ppd_selection_dialog);
|
||||
ppd_display_name = pp_ppd_selection_dialog_get_ppd_display_name (self->ppd_selection_dialog);
|
||||
}
|
||||
else {
|
||||
self->user_callback (GTK_DIALOG (self), GTK_RESPONSE_CANCEL, self->user_data);
|
||||
}
|
||||
|
||||
if (ppd_name)
|
||||
{
|
||||
@@ -1712,7 +1709,7 @@ ppd_selection_cb (GtkDialog *_dialog,
|
||||
}
|
||||
}
|
||||
|
||||
self->user_callback (GTK_DIALOG (self), GTK_RESPONSE_OK, self->user_data);
|
||||
self->user_callback (GTK_DIALOG (self), response_id, self->user_data);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
@@ -29,7 +28,6 @@ polkit_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
polkit,
|
||||
input: polkit_in,
|
||||
output: polkit,
|
||||
po_dir: po_dir,
|
||||
|
||||
@@ -232,6 +232,7 @@ cc_level_bar_set_stream (CcLevelBar *self,
|
||||
|
||||
if (stream == NULL)
|
||||
{
|
||||
self->value = 0.0;
|
||||
gtk_widget_queue_draw (GTK_WIDGET (self));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
@@ -85,7 +84,6 @@ meson.add_install_script('sh', '-c',
|
||||
polkit = 'org.gnome.controlcenter.@0@.policy'.format(cappletname)
|
||||
|
||||
i18n.merge_file(
|
||||
polkit,
|
||||
input: polkit + '.in',
|
||||
output: polkit,
|
||||
po_dir: po_dir,
|
||||
|
||||
@@ -30,7 +30,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type : 'desktop',
|
||||
input : desktop_in,
|
||||
output : desktop,
|
||||
|
||||
@@ -11,6 +11,5 @@ NoDisplay=true
|
||||
StartupNotify=true
|
||||
Categories=GNOME;GTK;Settings;X-GNOME-NetworkSettings;HardwareSettings;X-GNOME-Settings-Panel;X-GNOME-ConnectivitySettings;
|
||||
OnlyShowIn=GNOME;Unity;
|
||||
StartupNotify=true
|
||||
# Translators: Search terms to find the WWAN panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
||||
Keywords=cellular;wwan;telephony;sim;mobile;
|
||||
|
||||
@@ -11,7 +11,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type : 'desktop',
|
||||
input : desktop_in,
|
||||
output : desktop,
|
||||
|
||||
1648
po/en_GB.po
1648
po/en_GB.po
File diff suppressed because it is too large
Load Diff
38
po/ko.po
38
po/ko.po
@@ -31,8 +31,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-09-08 08:29+0000\n"
|
||||
"PO-Revision-Date: 2021-09-13 09:21+0900\n"
|
||||
"POT-Creation-Date: 2021-11-03 15:34+0000\n"
|
||||
"PO-Revision-Date: 2021-11-14 03:01+0900\n"
|
||||
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
|
||||
"Language-Team: GNOME Korea <gnome-kr@googlegroups.com>\n"
|
||||
"Language: ko\n"
|
||||
@@ -222,7 +222,7 @@ msgstr "카메라"
|
||||
#: panels/keyboard/keyboard-shortcuts.c:367 panels/network/network-proxy.ui:129
|
||||
#: panels/user-accounts/cc-user-panel.c:848
|
||||
#: panels/user-accounts/cc-user-panel.c:938
|
||||
#: panels/wwan/cc-wwan-device-page.c:445
|
||||
#: panels/wwan/cc-wwan-device-page.c:479
|
||||
#: subprojects/gvc/gvc-mixer-control.c:1900
|
||||
msgid "Disabled"
|
||||
msgstr "사용 않음"
|
||||
@@ -2304,7 +2304,7 @@ msgstr ""
|
||||
#: panels/keyboard/cc-keyboard-shortcut-editor.ui:275
|
||||
#: panels/printers/authentication-dialog.ui:29
|
||||
#: panels/printers/ppd-selection-dialog.ui:27
|
||||
#: panels/wwan/cc-wwan-device-page.c:143
|
||||
#: panels/wwan/cc-wwan-device-page.c:190
|
||||
msgid "Cancel"
|
||||
msgstr "취소"
|
||||
|
||||
@@ -5394,7 +5394,7 @@ msgstr "색"
|
||||
#: panels/printers/pp-options-dialog.c:669
|
||||
msgctxt "Printer Option Group"
|
||||
msgid "Finishing"
|
||||
msgstr "마치는 중"
|
||||
msgstr "마감"
|
||||
|
||||
#. Translators: "Advanced" tab contains all others settings
|
||||
#: panels/printers/pp-options-dialog.c:672
|
||||
@@ -7697,7 +7697,7 @@ msgstr "로그인함"
|
||||
#. TRANSLATORS: Status of Parental Controls setup
|
||||
#: panels/user-accounts/cc-user-panel.c:846
|
||||
#: panels/user-accounts/cc-user-panel.c:935
|
||||
#: panels/wwan/cc-wwan-device-page.c:443
|
||||
#: panels/wwan/cc-wwan-device-page.c:477
|
||||
msgid "Enabled"
|
||||
msgstr "사용"
|
||||
|
||||
@@ -8402,61 +8402,61 @@ msgctxt "Network mode"
|
||||
msgid "Unknown"
|
||||
msgstr "알 수 없음"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:141
|
||||
#: panels/wwan/cc-wwan-device-page.c:188
|
||||
msgid "Unlock SIM card"
|
||||
msgstr "SIM 카드 잠금 해제"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:142 panels/wwan/cc-wwan-device-page.c:190
|
||||
#: panels/wwan/cc-wwan-device-page.c:189 panels/wwan/cc-wwan-device-page.c:237
|
||||
msgid "Unlock"
|
||||
msgstr "잠금 해제"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:147
|
||||
#: panels/wwan/cc-wwan-device-page.c:194
|
||||
#, c-format
|
||||
msgid "Please provide PIN code for SIM %d"
|
||||
msgstr "SIM %d에 대한 PIN 코드를 입력하십시오"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:148
|
||||
#: panels/wwan/cc-wwan-device-page.c:195
|
||||
msgid "Enter PIN to unlock your SIM card"
|
||||
msgstr "SIM 카드 잠금을 해제하려면 PIN을 입력하십시오"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:152
|
||||
#: panels/wwan/cc-wwan-device-page.c:199
|
||||
#, c-format
|
||||
msgid "Please provide PUK code for SIM %d"
|
||||
msgstr "SIM %d에 대한 PUK 코드를 입력하십시오"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:153
|
||||
#: panels/wwan/cc-wwan-device-page.c:200
|
||||
msgid "Enter PUK to unlock your SIM card"
|
||||
msgstr "SIM 카드 잠금을 해제하려면 PUK를 입력하십시오"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:171
|
||||
#: panels/wwan/cc-wwan-device-page.c:218
|
||||
#, c-format
|
||||
msgid "Wrong password entered. You have %1$u try left"
|
||||
msgid_plural "Wrong password entered. You have %1$u tries left"
|
||||
msgstr[0] "잘못된 암호를 입력했습니다. %u번 시도가 남았습니다"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:174
|
||||
#: panels/wwan/cc-wwan-device-page.c:221
|
||||
#, c-format
|
||||
msgid "You have %u try left"
|
||||
msgid_plural "You have %u tries left"
|
||||
msgstr[0] "%u번 시도가 남았습니다"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:179
|
||||
#: panels/wwan/cc-wwan-device-page.c:226
|
||||
msgid "Wrong password entered."
|
||||
msgstr "잘못된 압호를 입력했습니다."
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:224
|
||||
#: panels/wwan/cc-wwan-device-page.c:271
|
||||
msgid "PUK code should be an 8 digit number"
|
||||
msgstr "PUK 코드는 8자리 숫자여야 합니다"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:248
|
||||
#: panels/wwan/cc-wwan-device-page.c:295
|
||||
msgid "Enter New PIN"
|
||||
msgstr "새 PIN 입력"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:252
|
||||
#: panels/wwan/cc-wwan-device-page.c:299
|
||||
msgid "PIN code should be a 4-8 digit number"
|
||||
msgstr "PIN 코드는 4-8자 사이의 숫자여야 합니다"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:270
|
||||
#: panels/wwan/cc-wwan-device-page.c:317
|
||||
msgid "Unlocking..."
|
||||
msgstr "잠금 해제 중..."
|
||||
|
||||
|
||||
50
po/oc.po
50
po/oc.po
@@ -9,8 +9,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: 2021-09-09 16:10+0000\n"
|
||||
"PO-Revision-Date: 2021-09-17 19:25+0200\n"
|
||||
"POT-Creation-Date: 2022-02-15 22:16+0000\n"
|
||||
"PO-Revision-Date: 2022-02-20 19:35+0100\n"
|
||||
"Last-Translator: Quentin PAGÈS\n"
|
||||
"Language-Team: Tot en òc\n"
|
||||
"Language: oc\n"
|
||||
@@ -203,7 +203,7 @@ msgstr "Camèra"
|
||||
#: panels/keyboard/keyboard-shortcuts.c:367 panels/network/network-proxy.ui:129
|
||||
#: panels/user-accounts/cc-user-panel.c:848
|
||||
#: panels/user-accounts/cc-user-panel.c:938
|
||||
#: panels/wwan/cc-wwan-device-page.c:445
|
||||
#: panels/wwan/cc-wwan-device-page.c:479
|
||||
#: subprojects/gvc/gvc-mixer-control.c:1900
|
||||
msgid "Disabled"
|
||||
msgstr "Desactivat"
|
||||
@@ -456,7 +456,7 @@ msgstr "Mòde avion activat"
|
||||
|
||||
#: panels/bluetooth/cc-bluetooth-panel.ui:118
|
||||
msgid "Bluetooth is disabled when airplane mode is on."
|
||||
msgstr "Lo comutator material del Bluetooth es desactivat."
|
||||
msgstr "Lo Bluetooth es desactivat en mòde avion."
|
||||
|
||||
#: panels/bluetooth/cc-bluetooth-panel.ui:124
|
||||
msgid "Turn Off Airplane Mode"
|
||||
@@ -2300,7 +2300,7 @@ msgstr ""
|
||||
#: panels/keyboard/cc-keyboard-shortcut-editor.ui:275
|
||||
#: panels/printers/authentication-dialog.ui:29
|
||||
#: panels/printers/ppd-selection-dialog.ui:27
|
||||
#: panels/wwan/cc-wwan-device-page.c:143
|
||||
#: panels/wwan/cc-wwan-device-page.c:190
|
||||
msgid "Cancel"
|
||||
msgstr "Anullar"
|
||||
|
||||
@@ -2883,29 +2883,29 @@ msgid "Not set up"
|
||||
msgstr "Pas configurat"
|
||||
|
||||
#. TRANSLATORS: This happens when the connection name does not contain the SSID.
|
||||
#: panels/network/cc-wifi-connection-row.c:207
|
||||
#: panels/network/cc-wifi-connection-row.c:208
|
||||
#, c-format
|
||||
msgctxt "Wi-Fi Connection"
|
||||
msgid "%s (SSID: %s)"
|
||||
msgstr "%s (SSID : %s)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:262
|
||||
#: panels/network/cc-wifi-connection-row.c:264
|
||||
msgid "Insecure network (WEP)"
|
||||
msgstr "Ret pas segur (WEP)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:267
|
||||
#: panels/network/cc-wifi-connection-row.c:269
|
||||
msgid "Secure network (WPA)"
|
||||
msgstr "Ret segur (WPA)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:272
|
||||
#: panels/network/cc-wifi-connection-row.c:274
|
||||
msgid "Secure network (WPA2)"
|
||||
msgstr "Ret segur (WPA2)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:277
|
||||
#: panels/network/cc-wifi-connection-row.c:279
|
||||
msgid "Secure network (WPA3)"
|
||||
msgstr "Ret segur (WPA3)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:282
|
||||
#: panels/network/cc-wifi-connection-row.c:284
|
||||
msgid "Secure network"
|
||||
msgstr "Ret segur"
|
||||
|
||||
@@ -7746,7 +7746,7 @@ msgstr "Connectat"
|
||||
#. TRANSLATORS: Status of Parental Controls setup
|
||||
#: panels/user-accounts/cc-user-panel.c:846
|
||||
#: panels/user-accounts/cc-user-panel.c:935
|
||||
#: panels/wwan/cc-wwan-device-page.c:443
|
||||
#: panels/wwan/cc-wwan-device-page.c:477
|
||||
msgid "Enabled"
|
||||
msgstr "Activat"
|
||||
|
||||
@@ -8456,63 +8456,63 @@ msgctxt "Network mode"
|
||||
msgid "Unknown"
|
||||
msgstr "Desconegut"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:141
|
||||
#: panels/wwan/cc-wwan-device-page.c:188
|
||||
msgid "Unlock SIM card"
|
||||
msgstr "Desverrolhar la carta SIM"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:142 panels/wwan/cc-wwan-device-page.c:190
|
||||
#: panels/wwan/cc-wwan-device-page.c:189 panels/wwan/cc-wwan-device-page.c:237
|
||||
msgid "Unlock"
|
||||
msgstr "Desverrolhar"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:147
|
||||
#: panels/wwan/cc-wwan-device-page.c:194
|
||||
#, c-format
|
||||
msgid "Please provide PIN code for SIM %d"
|
||||
msgstr "Picatz lo còdi PIN per la carta SIM %d"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:148
|
||||
#: panels/wwan/cc-wwan-device-page.c:195
|
||||
msgid "Enter PIN to unlock your SIM card"
|
||||
msgstr "Picatz lo còdi PIN per desverrolhar la carta SIM"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:152
|
||||
#: panels/wwan/cc-wwan-device-page.c:199
|
||||
#, c-format
|
||||
msgid "Please provide PUK code for SIM %d"
|
||||
msgstr "Picatz lo còdi PUK per la carta SIM %d"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:153
|
||||
#: panels/wwan/cc-wwan-device-page.c:200
|
||||
msgid "Enter PUK to unlock your SIM card"
|
||||
msgstr "Picatz lo còdi PUK per desverrolhar la carta SIM"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:171
|
||||
#: panels/wwan/cc-wwan-device-page.c:218
|
||||
#, c-format
|
||||
msgid "Wrong password entered. You have %1$u try left"
|
||||
msgid_plural "Wrong password entered. You have %1$u tries left"
|
||||
msgstr[0] "Marrit senhal picat. Vos demòra %1$u ensag"
|
||||
msgstr[1] "Marrit senhal picat. Vos demòran %1$u ensages"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:174
|
||||
#: panels/wwan/cc-wwan-device-page.c:221
|
||||
#, c-format
|
||||
msgid "You have %u try left"
|
||||
msgid_plural "You have %u tries left"
|
||||
msgstr[0] "Vos demòra %u ensag"
|
||||
msgstr[1] "Vos demòran %u ensages"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:179
|
||||
#: panels/wwan/cc-wwan-device-page.c:226
|
||||
msgid "Wrong password entered."
|
||||
msgstr "Marrit senhal picat."
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:224
|
||||
#: panels/wwan/cc-wwan-device-page.c:271
|
||||
msgid "PUK code should be an 8 digit number"
|
||||
msgstr "Lo còdi PIM deu èsser un nombre de 8 chifras"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:248
|
||||
#: panels/wwan/cc-wwan-device-page.c:295
|
||||
msgid "Enter New PIN"
|
||||
msgstr "Picatz lo novèl còdi PIN"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:252
|
||||
#: panels/wwan/cc-wwan-device-page.c:299
|
||||
msgid "PIN code should be a 4-8 digit number"
|
||||
msgstr "Lo còdi PIM deu èsser un nombre de 4 a 8 chifras"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:270
|
||||
#: panels/wwan/cc-wwan-device-page.c:317
|
||||
msgid "Unlocking..."
|
||||
msgstr "Desverrolhar..."
|
||||
|
||||
|
||||
93
po/pt.po
93
po/pt.po
@@ -7,27 +7,32 @@
|
||||
# Tiago Santos <tiagofsantos81@sapo.pt>, 2014 - 2016.
|
||||
# Pedro Albuquerque <palbuquerque73@gmail.com>, 2015.
|
||||
# Sérgio Cardeira <cardeira.sergio@gmail.com>, 2016.
|
||||
# Juliano de Souza Camargo <julianosc@protonmail.com>, 2020.
|
||||
# Hugo Carvalho <hugokarvalho@hotmail.com>, 2021.
|
||||
# Hugo Carvalho <hugokarvalho@hotmail.com>, 2021-2022.
|
||||
# Juliano de Souza Camargo <julianosc@protonmail.com>, 2020-2022.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 3.8\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
|
||||
"issues\n"
|
||||
"POT-Creation-Date: 2021-09-08 08:29+0000\n"
|
||||
"PO-Revision-Date: 2021-09-08 15:26+0100\n"
|
||||
"POT-Creation-Date: 2022-02-15 18:11+0000\n"
|
||||
"PO-Revision-Date: 2022-02-15 22:14+0000\n"
|
||||
"Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>\n"
|
||||
"Language-Team: Portuguese <https://l10n.gnome.org/teams/pt/>\n"
|
||||
"Language-Team: Portuguese < https://l10n.gnome.org/teams/pt/>\n"
|
||||
"Language: pt\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 3.0\n"
|
||||
"X-Generator: Poedit 3.0.1\n"
|
||||
"X-Language: pt_PT\n"
|
||||
"X-Source-Language: C\n"
|
||||
"X-Project-Style: gnome\n"
|
||||
"X-DL-Team: pt\n"
|
||||
"X-DL-Module: gnome-control-center\n"
|
||||
"X-DL-Branch: gnome-41\n"
|
||||
"X-DL-Domain: po\n"
|
||||
"X-DL-State: Translating\n"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:823
|
||||
msgid "System Bus"
|
||||
@@ -209,7 +214,7 @@ msgstr "Câmara"
|
||||
#: panels/keyboard/keyboard-shortcuts.c:367 panels/network/network-proxy.ui:129
|
||||
#: panels/user-accounts/cc-user-panel.c:848
|
||||
#: panels/user-accounts/cc-user-panel.c:938
|
||||
#: panels/wwan/cc-wwan-device-page.c:445
|
||||
#: panels/wwan/cc-wwan-device-page.c:479
|
||||
#: subprojects/gvc/gvc-mixer-control.c:1900
|
||||
msgid "Disabled"
|
||||
msgstr "Inativo"
|
||||
@@ -278,7 +283,7 @@ msgstr "Sons"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:267
|
||||
msgid "Inhibit system keyboard shortcuts"
|
||||
msgstr "Inibir os atalhos de teclado do sistema"
|
||||
msgstr "Inibir as teclas de atalho do sistema"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:300
|
||||
msgid "Default Handlers"
|
||||
@@ -421,7 +426,7 @@ msgstr "Fundo atual"
|
||||
|
||||
#: panels/background/cc-background-panel.ui:55
|
||||
msgid "Add Picture…"
|
||||
msgstr "Adicionar uma foto…"
|
||||
msgstr "Adicionar imagem…"
|
||||
|
||||
#: panels/background/cc-background-preview.ui:55
|
||||
msgid "Activities"
|
||||
@@ -494,19 +499,19 @@ msgstr "partilhar;partilha;bluetooth;obex;"
|
||||
|
||||
#: panels/camera/cc-camera-panel.ui:34
|
||||
msgid "Camera is turned off"
|
||||
msgstr "A câmara está ligada"
|
||||
msgstr "A câmara está desligada"
|
||||
|
||||
#: panels/camera/cc-camera-panel.ui:43
|
||||
msgid "No applications can capture photos or video."
|
||||
msgstr "Nenhuma aplicação pode capturar fotos ou vídeo."
|
||||
msgstr "Nenhuma aplicação pode capturar fotos ou vídeos."
|
||||
|
||||
#: panels/camera/cc-camera-panel.ui:75
|
||||
msgid ""
|
||||
"Use of the camera allows applications to capture photos and video. Disabling "
|
||||
"the camera may cause some applications to not function properly."
|
||||
msgstr ""
|
||||
"O uso da câmara permite a aplicações capturarem fotos e vídeos. Desativá-la "
|
||||
"pode impedir que algumas aplicações funcionem corretamente."
|
||||
"O uso da câmara permite que as aplicações capturarem fotos e vídeos. "
|
||||
"Desativá-la pode impedir que algumas aplicações funcionem corretamente."
|
||||
|
||||
#: panels/camera/cc-camera-panel.ui:85
|
||||
msgid "Allow the applications below to use your camera."
|
||||
@@ -518,7 +523,7 @@ msgstr "Nenhuma aplicação requisitou acesso à câmara"
|
||||
|
||||
#: panels/camera/gnome-camera-panel.desktop.in.in:4
|
||||
msgid "Protect your pictures"
|
||||
msgstr "Proteja suas fotos"
|
||||
msgstr "Proteja as suas fotos"
|
||||
|
||||
#. FIXME
|
||||
#. Translators: Search terms to find the Privacy panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
||||
@@ -671,7 +676,7 @@ msgstr "Impressora %s"
|
||||
#: panels/color/cc-color-common.c:81
|
||||
#, c-format
|
||||
msgid "%s Webcam"
|
||||
msgstr "Câmara web %s"
|
||||
msgstr "Webcam %s"
|
||||
|
||||
#: panels/color/cc-color-device.c:90
|
||||
#, c-format
|
||||
@@ -2214,8 +2219,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"A tecla de composição permite a introdução de uma grande variedade de "
|
||||
"caracteres. Para a utilizar, prima composição depois uma sequência de "
|
||||
"caracteres. Por exemplo, a tecla composição seguida de <b>C</b> e <b>o</b> "
|
||||
"irá introduzir <b>©</b>, <b>uma</b> seguida de <b>'</b> irá introduzir <b>á</"
|
||||
"caracteres. Por exemplo, a tecla composição seguida de <b>C</b> e <b>o</b> "
|
||||
"irá introduzir <b>©</b>, <b>a</b> seguida de <b>'</b> irá introduzir <b>á</"
|
||||
"b>."
|
||||
|
||||
#: panels/keyboard/cc-keyboard-panel.c:95
|
||||
@@ -2274,7 +2279,7 @@ msgstr "Métodos para inserir símbolos e variantes de letras usando o teclado."
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:306
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:322 shell/cc-window.ui:326
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "Atalhos de teclado"
|
||||
msgstr "Teclas de atalho"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-panel.ui:283
|
||||
msgid "View and Customize Shortcuts"
|
||||
@@ -2296,14 +2301,14 @@ msgid ""
|
||||
"Resetting the shortcuts may affect your custom shortcuts. This cannot be "
|
||||
"undone."
|
||||
msgstr ""
|
||||
"Repor os atalhos pode afetar os seus atalhos personalizados. Isto não pode "
|
||||
"ser desfeito."
|
||||
"A reposição dos atalhos pode afetar os seus atalhos personalizados. Isto não "
|
||||
"pode ser anulado."
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:435
|
||||
#: panels/keyboard/cc-keyboard-shortcut-editor.ui:275
|
||||
#: panels/printers/authentication-dialog.ui:29
|
||||
#: panels/printers/ppd-selection-dialog.ui:27
|
||||
#: panels/wwan/cc-wwan-device-page.c:143
|
||||
#: panels/wwan/cc-wwan-device-page.c:190
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
@@ -2318,7 +2323,7 @@ msgstr "Adicionar atalhos personalizados"
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:124
|
||||
msgid "Set up custom shortcuts for launching apps, running scripts, and more."
|
||||
msgstr ""
|
||||
"Configurar atalhos personalizados para iniciar aplicações, executar scripts, "
|
||||
"Configurar atalhos personalizados para iniciar aplicações, executar scripts "
|
||||
"e muito mais."
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:131
|
||||
@@ -2343,7 +2348,7 @@ msgstr "Repor tudo…"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:236
|
||||
msgid "Reset all shortcuts to their default keybindings"
|
||||
msgstr "Repor todos os atalhos para as suas posições predefinidas"
|
||||
msgstr "Repor todos os atalhos para as suas predefinições"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-editor.c:391
|
||||
#, c-format
|
||||
@@ -2882,29 +2887,29 @@ msgid "Not set up"
|
||||
msgstr "Indefinido"
|
||||
|
||||
#. TRANSLATORS: This happens when the connection name does not contain the SSID.
|
||||
#: panels/network/cc-wifi-connection-row.c:207
|
||||
#: panels/network/cc-wifi-connection-row.c:208
|
||||
#, c-format
|
||||
msgctxt "Wi-Fi Connection"
|
||||
msgid "%s (SSID: %s)"
|
||||
msgstr "%s (SSID: %s)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:262
|
||||
#: panels/network/cc-wifi-connection-row.c:264
|
||||
msgid "Insecure network (WEP)"
|
||||
msgstr "Rede insegura (WEP)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:267
|
||||
#: panels/network/cc-wifi-connection-row.c:269
|
||||
msgid "Secure network (WPA)"
|
||||
msgstr "Rede segura (WPA)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:272
|
||||
#: panels/network/cc-wifi-connection-row.c:274
|
||||
msgid "Secure network (WPA2)"
|
||||
msgstr "Rede segura (WPA2)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:277
|
||||
#: panels/network/cc-wifi-connection-row.c:279
|
||||
msgid "Secure network (WPA3)"
|
||||
msgstr "Rede segura (WPA3)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:282
|
||||
#: panels/network/cc-wifi-connection-row.c:284
|
||||
msgid "Secure network"
|
||||
msgstr "Rede segura"
|
||||
|
||||
@@ -5831,7 +5836,7 @@ msgstr "Selecione uma aplicação para CDs de dados"
|
||||
#.
|
||||
#: panels/removable-media/cc-removable-media-panel.c:378
|
||||
msgid "audio DVD"
|
||||
msgstr "DVD de áudio"
|
||||
msgstr "áudio DVD"
|
||||
|
||||
#: panels/removable-media/cc-removable-media-panel.c:379
|
||||
msgid "blank Blu-ray disc"
|
||||
@@ -7742,7 +7747,7 @@ msgstr "Com sessão ativa"
|
||||
#. TRANSLATORS: Status of Parental Controls setup
|
||||
#: panels/user-accounts/cc-user-panel.c:846
|
||||
#: panels/user-accounts/cc-user-panel.c:935
|
||||
#: panels/wwan/cc-wwan-device-page.c:443
|
||||
#: panels/wwan/cc-wwan-device-page.c:477
|
||||
msgid "Enabled"
|
||||
msgstr "Ativo"
|
||||
|
||||
@@ -8458,63 +8463,63 @@ msgctxt "Network mode"
|
||||
msgid "Unknown"
|
||||
msgstr "Desconhecido"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:141
|
||||
#: panels/wwan/cc-wwan-device-page.c:188
|
||||
msgid "Unlock SIM card"
|
||||
msgstr "Desbloquear o cartão SIM"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:142 panels/wwan/cc-wwan-device-page.c:190
|
||||
#: panels/wwan/cc-wwan-device-page.c:189 panels/wwan/cc-wwan-device-page.c:237
|
||||
msgid "Unlock"
|
||||
msgstr "Desbloquear"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:147
|
||||
#: panels/wwan/cc-wwan-device-page.c:194
|
||||
#, c-format
|
||||
msgid "Please provide PIN code for SIM %d"
|
||||
msgstr "Forneça o código PIN do SIM %d"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:148
|
||||
#: panels/wwan/cc-wwan-device-page.c:195
|
||||
msgid "Enter PIN to unlock your SIM card"
|
||||
msgstr "Inserir o PIN para desbloquear o cartão SIM"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:152
|
||||
#: panels/wwan/cc-wwan-device-page.c:199
|
||||
#, c-format
|
||||
msgid "Please provide PUK code for SIM %d"
|
||||
msgstr "Forneça o código PUK do SIM %d"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:153
|
||||
#: panels/wwan/cc-wwan-device-page.c:200
|
||||
msgid "Enter PUK to unlock your SIM card"
|
||||
msgstr "Inserir o PUK para desbloquear o cartão SIM"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:171
|
||||
#: panels/wwan/cc-wwan-device-page.c:218
|
||||
#, c-format
|
||||
msgid "Wrong password entered. You have %1$u try left"
|
||||
msgid_plural "Wrong password entered. You have %1$u tries left"
|
||||
msgstr[0] "Palavra-passe incorreta introduzida. Ainda tem %1$u tentativa"
|
||||
msgstr[1] "Palavra-passe incorreta introduzida. Ainda tem %1$u tentativas"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:174
|
||||
#: panels/wwan/cc-wwan-device-page.c:221
|
||||
#, c-format
|
||||
msgid "You have %u try left"
|
||||
msgid_plural "You have %u tries left"
|
||||
msgstr[0] "Tem %u tentativa restante"
|
||||
msgstr[1] "Tem %u tentativas restantes"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:179
|
||||
#: panels/wwan/cc-wwan-device-page.c:226
|
||||
msgid "Wrong password entered."
|
||||
msgstr "Palavra-passe incorreta introduzida."
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:224
|
||||
#: panels/wwan/cc-wwan-device-page.c:271
|
||||
msgid "PUK code should be an 8 digit number"
|
||||
msgstr "O código PUK deve ser um número de 8 dígitos"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:248
|
||||
#: panels/wwan/cc-wwan-device-page.c:295
|
||||
msgid "Enter New PIN"
|
||||
msgstr "Introduza novo PIN"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:252
|
||||
#: panels/wwan/cc-wwan-device-page.c:299
|
||||
msgid "PIN code should be a 4-8 digit number"
|
||||
msgstr "O código PIN deve ser um número de 4-8 dígitos"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:270
|
||||
#: panels/wwan/cc-wwan-device-page.c:317
|
||||
msgid "Unlocking..."
|
||||
msgstr "A desbloquear..."
|
||||
|
||||
|
||||
65
po/pt_BR.po
65
po/pt_BR.po
@@ -34,16 +34,16 @@ 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-09-08 08:29+0000\n"
|
||||
"PO-Revision-Date: 2021-09-08 19:37-0300\n"
|
||||
"Last-Translator: Enrico Nicoletto <liverig@gmail.com>\n"
|
||||
"POT-Creation-Date: 2022-03-10 15:28+0000\n"
|
||||
"PO-Revision-Date: 2022-03-10 19:23-0300\n"
|
||||
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
|
||||
"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
|
||||
"Language: pt_BR\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 3.0\n"
|
||||
"X-Generator: Poedit 3.0.1\n"
|
||||
"X-Project-Style: gnome\n"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:823
|
||||
@@ -227,7 +227,7 @@ msgstr "Câmera"
|
||||
#: panels/keyboard/keyboard-shortcuts.c:367 panels/network/network-proxy.ui:129
|
||||
#: panels/user-accounts/cc-user-panel.c:848
|
||||
#: panels/user-accounts/cc-user-panel.c:938
|
||||
#: panels/wwan/cc-wwan-device-page.c:445
|
||||
#: panels/wwan/cc-wwan-device-page.c:479
|
||||
#: subprojects/gvc/gvc-mixer-control.c:1900
|
||||
msgid "Disabled"
|
||||
msgstr "Desabilitado"
|
||||
@@ -384,7 +384,7 @@ msgstr "Selecionar uma imagem"
|
||||
#: 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:1006
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:243
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:244
|
||||
#: panels/keyboard/cc-input-chooser.ui:11
|
||||
#: panels/network/cc-wifi-hotspot-dialog.ui:122
|
||||
#: panels/network/cc-wifi-panel.c:866
|
||||
@@ -1935,7 +1935,7 @@ msgstr ""
|
||||
"O nome do dispositivo é usado para identificar este dispositivo quando é "
|
||||
"visualizado na rede ou ao parear dispositivos Bluetooth."
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:234
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:235
|
||||
msgid "_Rename"
|
||||
msgstr "_Renomear"
|
||||
|
||||
@@ -2335,7 +2335,7 @@ msgstr ""
|
||||
#: panels/keyboard/cc-keyboard-shortcut-editor.ui:275
|
||||
#: panels/printers/authentication-dialog.ui:29
|
||||
#: panels/printers/ppd-selection-dialog.ui:27
|
||||
#: panels/wwan/cc-wwan-device-page.c:143
|
||||
#: panels/wwan/cc-wwan-device-page.c:190
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
@@ -2928,29 +2928,29 @@ msgid "Not set up"
|
||||
msgstr "Não configurado"
|
||||
|
||||
#. TRANSLATORS: This happens when the connection name does not contain the SSID.
|
||||
#: panels/network/cc-wifi-connection-row.c:207
|
||||
#: panels/network/cc-wifi-connection-row.c:208
|
||||
#, c-format
|
||||
msgctxt "Wi-Fi Connection"
|
||||
msgid "%s (SSID: %s)"
|
||||
msgstr "%s (SSID: %s)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:262
|
||||
#: panels/network/cc-wifi-connection-row.c:264
|
||||
msgid "Insecure network (WEP)"
|
||||
msgstr "Rede insegura (WEP)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:267
|
||||
#: panels/network/cc-wifi-connection-row.c:269
|
||||
msgid "Secure network (WPA)"
|
||||
msgstr "Rede segura (WPA)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:272
|
||||
#: panels/network/cc-wifi-connection-row.c:274
|
||||
msgid "Secure network (WPA2)"
|
||||
msgstr "Rede segura (WPA2)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:277
|
||||
#: panels/network/cc-wifi-connection-row.c:279
|
||||
msgid "Secure network (WPA3)"
|
||||
msgstr "Rede segura (WPA3)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:282
|
||||
#: panels/network/cc-wifi-connection-row.c:284
|
||||
msgid "Secure network"
|
||||
msgstr "Rede segura"
|
||||
|
||||
@@ -4787,9 +4787,10 @@ msgstr "Desligar"
|
||||
msgid "Hibernate"
|
||||
msgstr "Hibernar"
|
||||
|
||||
# "Comportamento do botão de energia"
|
||||
#: panels/power/cc-power-panel.c:799
|
||||
msgid "Nothing"
|
||||
msgstr "Nada"
|
||||
msgstr "Nenhum"
|
||||
|
||||
#: panels/power/cc-power-panel.c:858
|
||||
msgid "When on battery power"
|
||||
@@ -4820,8 +4821,8 @@ msgid ""
|
||||
"Lap detected: performance mode temporarily unavailable. Move the device to a "
|
||||
"stable surface to restore."
|
||||
msgstr ""
|
||||
"Volta detectada: modo de desempenho temporariamente indisponível. Mova o "
|
||||
"dispositivo para uma superfície estável para restaurar."
|
||||
"Superfície instável detectada: modo de desempenho temporariamente "
|
||||
"indisponível. Coloque o dispositivo em uma superfície estável para restaurar."
|
||||
|
||||
#: panels/power/cc-power-panel.c:1175
|
||||
msgid "Performance mode temporarily disabled."
|
||||
@@ -5807,7 +5808,7 @@ msgstr "_Idioma"
|
||||
|
||||
#: panels/region/cc-region-panel.ui:164
|
||||
msgid "Restart the session for changes to take effect"
|
||||
msgstr "Reiniciar a sessão para as alterações sejam efetivadas"
|
||||
msgstr "Reinicie a sessão para que as alterações sejam efetivadas"
|
||||
|
||||
#: panels/region/cc-region-panel.ui:179
|
||||
msgid "Restart…"
|
||||
@@ -7798,7 +7799,7 @@ msgstr "Acesso autorizado"
|
||||
#. TRANSLATORS: Status of Parental Controls setup
|
||||
#: panels/user-accounts/cc-user-panel.c:846
|
||||
#: panels/user-accounts/cc-user-panel.c:935
|
||||
#: panels/wwan/cc-wwan-device-page.c:443
|
||||
#: panels/wwan/cc-wwan-device-page.c:477
|
||||
msgid "Enabled"
|
||||
msgstr "Habilitado"
|
||||
|
||||
@@ -8510,63 +8511,63 @@ msgctxt "Network mode"
|
||||
msgid "Unknown"
|
||||
msgstr "Desconhecido"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:141
|
||||
#: panels/wwan/cc-wwan-device-page.c:188
|
||||
msgid "Unlock SIM card"
|
||||
msgstr "Desbloquear cartão SIM"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:142 panels/wwan/cc-wwan-device-page.c:190
|
||||
#: panels/wwan/cc-wwan-device-page.c:189 panels/wwan/cc-wwan-device-page.c:237
|
||||
msgid "Unlock"
|
||||
msgstr "Desbloquear"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:147
|
||||
#: panels/wwan/cc-wwan-device-page.c:194
|
||||
#, c-format
|
||||
msgid "Please provide PIN code for SIM %d"
|
||||
msgstr "Por gentileza forneça o código PIN para o SIM %d"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:148
|
||||
#: panels/wwan/cc-wwan-device-page.c:195
|
||||
msgid "Enter PIN to unlock your SIM card"
|
||||
msgstr "Digite o PIN para desbloquear seu cartão SIM"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:152
|
||||
#: panels/wwan/cc-wwan-device-page.c:199
|
||||
#, c-format
|
||||
msgid "Please provide PUK code for SIM %d"
|
||||
msgstr "Por gentileza forneça o código PUK para o SIM %d"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:153
|
||||
#: panels/wwan/cc-wwan-device-page.c:200
|
||||
msgid "Enter PUK to unlock your SIM card"
|
||||
msgstr "Digite o PUK para desbloquear seu cartão SIM"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:171
|
||||
#: panels/wwan/cc-wwan-device-page.c:218
|
||||
#, c-format
|
||||
msgid "Wrong password entered. You have %1$u try left"
|
||||
msgid_plural "Wrong password entered. You have %1$u tries left"
|
||||
msgstr[0] "Informada senha incorreta. Você tem %1$u tentativa restante"
|
||||
msgstr[1] "Informada senha incorreta. Você tem %1$u tentativas restantes"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:174
|
||||
#: panels/wwan/cc-wwan-device-page.c:221
|
||||
#, c-format
|
||||
msgid "You have %u try left"
|
||||
msgid_plural "You have %u tries left"
|
||||
msgstr[0] "Você tem %u tentativa restante"
|
||||
msgstr[1] "Você tem %u tentativas restantes"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:179
|
||||
#: panels/wwan/cc-wwan-device-page.c:226
|
||||
msgid "Wrong password entered."
|
||||
msgstr "Informada senha incorreta."
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:224
|
||||
#: panels/wwan/cc-wwan-device-page.c:271
|
||||
msgid "PUK code should be an 8 digit number"
|
||||
msgstr "Código PUK deve ser um número de 8 dígitos"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:248
|
||||
#: panels/wwan/cc-wwan-device-page.c:295
|
||||
msgid "Enter New PIN"
|
||||
msgstr "Digite novo PIN"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:252
|
||||
#: panels/wwan/cc-wwan-device-page.c:299
|
||||
msgid "PIN code should be a 4-8 digit number"
|
||||
msgstr "Código PIN deve ser um número entre 4-8 dígitos"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:270
|
||||
#: panels/wwan/cc-wwan-device-page.c:317
|
||||
msgid "Unlocking..."
|
||||
msgstr "Desbloqueando…"
|
||||
|
||||
|
||||
76
po/uk.po
76
po/uk.po
@@ -4,20 +4,22 @@
|
||||
# Maxim Dzumanenko <dziumanenko@gmail.com>, 2002-2009.
|
||||
# Wanderlust <wanderlust@ukr.net>, 2009.
|
||||
# Daniel Korostil <ted.korostiled@gmail.com>, 2013, 2014, 2015, 2016, 2017.
|
||||
# Yuri Chornoivan <yurchor@ukr.net>, 2020, 2021.
|
||||
# Yuri Chornoivan <yurchor@ukr.net>, 2020, 2021, 2022.
|
||||
msgid ""
|
||||
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-09-08 08:29+0000\n"
|
||||
"PO-Revision-Date: 2021-09-08 12:56+0300\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/issu"
|
||||
"es\n"
|
||||
"POT-Creation-Date: 2022-03-16 12:03+0000\n"
|
||||
"PO-Revision-Date: 2022-04-03 12:16+0300\n"
|
||||
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
|
||||
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
|
||||
"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Lokalize 20.12.0\n"
|
||||
"X-Project-Style: gnome\n"
|
||||
|
||||
@@ -201,7 +203,7 @@ msgstr "Камера"
|
||||
#: panels/keyboard/keyboard-shortcuts.c:367 panels/network/network-proxy.ui:129
|
||||
#: panels/user-accounts/cc-user-panel.c:848
|
||||
#: panels/user-accounts/cc-user-panel.c:938
|
||||
#: panels/wwan/cc-wwan-device-page.c:445
|
||||
#: panels/wwan/cc-wwan-device-page.c:479
|
||||
#: subprojects/gvc/gvc-mixer-control.c:1900
|
||||
msgid "Disabled"
|
||||
msgstr "Вимкнено"
|
||||
@@ -357,7 +359,7 @@ msgstr "Виберіть зображення"
|
||||
#: 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:1006
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:243
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:244
|
||||
#: panels/keyboard/cc-input-chooser.ui:11
|
||||
#: panels/network/cc-wifi-hotspot-dialog.ui:122
|
||||
#: panels/network/cc-wifi-panel.c:866
|
||||
@@ -1897,7 +1899,7 @@ msgstr ""
|
||||
"Назва пристрою використовується для ідентифікації цього пристрою при "
|
||||
"перегляді у мережі або при прив'язуванні пристроїв Bluetooth."
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:234
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:235
|
||||
msgid "_Rename"
|
||||
msgstr "Перей_менувати"
|
||||
|
||||
@@ -2299,7 +2301,7 @@ msgstr ""
|
||||
#: panels/keyboard/cc-keyboard-shortcut-editor.ui:275
|
||||
#: panels/printers/authentication-dialog.ui:29
|
||||
#: panels/printers/ppd-selection-dialog.ui:27
|
||||
#: panels/wwan/cc-wwan-device-page.c:143
|
||||
#: panels/wwan/cc-wwan-device-page.c:190
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
|
||||
@@ -2886,29 +2888,29 @@ msgid "Not set up"
|
||||
msgstr "Не налаштовано"
|
||||
|
||||
#. TRANSLATORS: This happens when the connection name does not contain the SSID.
|
||||
#: panels/network/cc-wifi-connection-row.c:207
|
||||
#: panels/network/cc-wifi-connection-row.c:208
|
||||
#, c-format
|
||||
msgctxt "Wi-Fi Connection"
|
||||
msgid "%s (SSID: %s)"
|
||||
msgstr "%s (SSID: %s)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:262
|
||||
#: panels/network/cc-wifi-connection-row.c:264
|
||||
msgid "Insecure network (WEP)"
|
||||
msgstr "Незахищена мережа (WEP)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:267
|
||||
#: panels/network/cc-wifi-connection-row.c:269
|
||||
msgid "Secure network (WPA)"
|
||||
msgstr "Захищена мережа (WPA)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:272
|
||||
#: panels/network/cc-wifi-connection-row.c:274
|
||||
msgid "Secure network (WPA2)"
|
||||
msgstr "Захищена мережа (WPA2)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:277
|
||||
#: panels/network/cc-wifi-connection-row.c:279
|
||||
msgid "Secure network (WPA3)"
|
||||
msgstr "Захищена мережа (WPA3)"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.c:282
|
||||
#: panels/network/cc-wifi-connection-row.c:284
|
||||
msgid "Secure network"
|
||||
msgstr "Захищена мережа"
|
||||
|
||||
@@ -7758,7 +7760,7 @@ msgstr "Увійшов"
|
||||
#. TRANSLATORS: Status of Parental Controls setup
|
||||
#: panels/user-accounts/cc-user-panel.c:846
|
||||
#: panels/user-accounts/cc-user-panel.c:935
|
||||
#: panels/wwan/cc-wwan-device-page.c:443
|
||||
#: panels/wwan/cc-wwan-device-page.c:477
|
||||
msgid "Enabled"
|
||||
msgstr "Увімкнено"
|
||||
|
||||
@@ -7888,7 +7890,10 @@ msgid ""
|
||||
"Time;App Restrictions;Web Restrictions;Usage;Usage Limit;Kid;Child;"
|
||||
msgstr ""
|
||||
"Login;Name;Fingerprint;Avatar;Logo;Face;Password;Parental Controls;Screen "
|
||||
"Time;App Restrictions;Web Restrictions;Usage;Usage Limit;Kid;Child;вхід;логін;лоґін;назва;ім'я;відбиток;аватар;логотип;обличчя;пароль;батьківський контроль;час за екраном;обмеження програм;обмеження інтернету;використання;користування;обмеження користування;діти;дитина;дитячий;"
|
||||
"Time;App Restrictions;Web Restrictions;Usage;Usage Limit;Kid;Child;вхід;"
|
||||
"логін;лоґін;назва;ім'я;відбиток;аватар;логотип;обличчя;пароль;батьківський "
|
||||
"контроль;час за екраном;обмеження програм;обмеження інтернету;використання;"
|
||||
"користування;обмеження користування;діти;дитина;дитячий;"
|
||||
|
||||
#. Translators: This button enrolls the computer in the domain in order to use enterprise logins.
|
||||
#: panels/user-accounts/data/join-dialog.ui:39
|
||||
@@ -8103,7 +8108,7 @@ msgstr ""
|
||||
|
||||
#: panels/wacom/button-mapping.ui:9
|
||||
msgid "Map Buttons"
|
||||
msgstr "Кнопка відбиття"
|
||||
msgstr "Прив'язування кнопок"
|
||||
|
||||
#: panels/wacom/button-mapping.ui:37 panels/wacom/cc-wacom-page.c:519
|
||||
#: panels/wacom/gnome-wacom-properties.ui:60
|
||||
@@ -8112,7 +8117,7 @@ msgstr "_Закрити"
|
||||
|
||||
#: panels/wacom/button-mapping.ui:71
|
||||
msgid "Map buttons to functions"
|
||||
msgstr "Кнопка відбиття для функцій"
|
||||
msgstr "Прив'язування кнопок до функцій"
|
||||
|
||||
#: panels/wacom/button-mapping.ui:119
|
||||
msgid ""
|
||||
@@ -8181,7 +8186,7 @@ msgstr "%d з %d"
|
||||
|
||||
#: panels/wacom/cc-wacom-page.c:516
|
||||
msgid "Display Mapping"
|
||||
msgstr "Відбиття екрана"
|
||||
msgstr "Прив'язування екрана"
|
||||
|
||||
#: panels/wacom/cc-wacom-panel.c:725 panels/wacom/wacom-stylus-page.ui:119
|
||||
msgid "Stylus"
|
||||
@@ -8199,7 +8204,8 @@ msgstr "Планшет Wacom"
|
||||
#: panels/wacom/gnome-wacom-panel.desktop.in.in:4
|
||||
msgid "Set button mappings and adjust stylus sensitivity for graphics tablets"
|
||||
msgstr ""
|
||||
"Вкажіть відбиття кнопок і скоригуйте чутливість стила для графічних планшетів"
|
||||
"Вкажіть прив'язування кнопок і скоригуйте чутливість стила для графічних"
|
||||
" планшетів"
|
||||
|
||||
#. Translators: Search terms to find the Wacom Tablet panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
||||
#: panels/wacom/gnome-wacom-panel.desktop.in.in:19
|
||||
@@ -8249,7 +8255,7 @@ msgstr "Відбити на моніторі…"
|
||||
|
||||
#: panels/wacom/gnome-wacom-properties.ui:309
|
||||
msgid "Map Buttons…"
|
||||
msgstr "Кнопки відбиття…"
|
||||
msgstr "Прив'язування кнопок…"
|
||||
|
||||
#: panels/wacom/gnome-wacom-properties.ui:322
|
||||
msgid "Calibrate…"
|
||||
@@ -8465,33 +8471,33 @@ msgctxt "Network mode"
|
||||
msgid "Unknown"
|
||||
msgstr "Невідомий"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:141
|
||||
#: panels/wwan/cc-wwan-device-page.c:188
|
||||
msgid "Unlock SIM card"
|
||||
msgstr "Розблокувати SIM-картку"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:142 panels/wwan/cc-wwan-device-page.c:190
|
||||
#: panels/wwan/cc-wwan-device-page.c:189 panels/wwan/cc-wwan-device-page.c:237
|
||||
msgid "Unlock"
|
||||
msgstr "Розблокувати"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:147
|
||||
#: panels/wwan/cc-wwan-device-page.c:194
|
||||
#, c-format
|
||||
msgid "Please provide PIN code for SIM %d"
|
||||
msgstr "Будь ласка, вкажіть пінкод для SIM-картки %d"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:148
|
||||
#: panels/wwan/cc-wwan-device-page.c:195
|
||||
msgid "Enter PIN to unlock your SIM card"
|
||||
msgstr "Введіть пінкод для розблокування вашої SIM-картки"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:152
|
||||
#: panels/wwan/cc-wwan-device-page.c:199
|
||||
#, c-format
|
||||
msgid "Please provide PUK code for SIM %d"
|
||||
msgstr "Будь ласка, вкажіть PUK-код для SIM-картки %d"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:153
|
||||
#: panels/wwan/cc-wwan-device-page.c:200
|
||||
msgid "Enter PUK to unlock your SIM card"
|
||||
msgstr "Введіть PUK-код для розблокування вашої SIM-картки"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:171
|
||||
#: panels/wwan/cc-wwan-device-page.c:218
|
||||
#, c-format
|
||||
msgid "Wrong password entered. You have %1$u try left"
|
||||
msgid_plural "Wrong password entered. You have %1$u tries left"
|
||||
@@ -8500,7 +8506,7 @@ msgstr[1] "Введено помилковий пароль. У вас лиши
|
||||
msgstr[2] "Введено помилковий пароль. У вас лишилося %1$u спроб"
|
||||
msgstr[3] "Введено помилковий пароль. У вас лишилася %1$u спроба"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:174
|
||||
#: panels/wwan/cc-wwan-device-page.c:221
|
||||
#, c-format
|
||||
msgid "You have %u try left"
|
||||
msgid_plural "You have %u tries left"
|
||||
@@ -8509,23 +8515,23 @@ msgstr[1] "У вас лишилося %u спроби"
|
||||
msgstr[2] "У вас лишилося %u спроб"
|
||||
msgstr[3] "У вас лишилася одна спроба"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:179
|
||||
#: panels/wwan/cc-wwan-device-page.c:226
|
||||
msgid "Wrong password entered."
|
||||
msgstr "Введено помилковий пароль."
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:224
|
||||
#: panels/wwan/cc-wwan-device-page.c:271
|
||||
msgid "PUK code should be an 8 digit number"
|
||||
msgstr "PUK-код має бути 8-цифровим числом"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:248
|
||||
#: panels/wwan/cc-wwan-device-page.c:295
|
||||
msgid "Enter New PIN"
|
||||
msgstr "Введіть новий пінкод"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:252
|
||||
#: panels/wwan/cc-wwan-device-page.c:299
|
||||
msgid "PIN code should be a 4-8 digit number"
|
||||
msgstr "Пінкод має бути числом, у якому має бути від 4 до 8 цифр"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:270
|
||||
#: panels/wwan/cc-wwan-device-page.c:317
|
||||
msgid "Unlocking..."
|
||||
msgstr "Розблоковування…"
|
||||
|
||||
|
||||
59
po/zh_CN.po
59
po/zh_CN.po
@@ -31,19 +31,19 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnome-control-center master\n"
|
||||
"Project-Id-Version: gnome-control-center 41.0\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
|
||||
"issues\n"
|
||||
"POT-Creation-Date: 2021-09-08 08:29+0000\n"
|
||||
"PO-Revision-Date: 2021-09-14 18:51+0800\n"
|
||||
"Last-Translator: lumingzh <lumingzh@qq.com>\n"
|
||||
"POT-Creation-Date: 2022-02-07 20:42+0000\n"
|
||||
"PO-Revision-Date: 2022-02-07 16:11-0500\n"
|
||||
"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
|
||||
"Language-Team: Chinese - China <i18n-zh@googlegroups.com>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Generator: Poedit 3.0.1\n"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:823
|
||||
msgid "System Bus"
|
||||
@@ -223,7 +223,7 @@ msgstr "相机"
|
||||
#: panels/keyboard/keyboard-shortcuts.c:367 panels/network/network-proxy.ui:129
|
||||
#: panels/user-accounts/cc-user-panel.c:848
|
||||
#: panels/user-accounts/cc-user-panel.c:938
|
||||
#: panels/wwan/cc-wwan-device-page.c:445
|
||||
#: panels/wwan/cc-wwan-device-page.c:479
|
||||
#: subprojects/gvc/gvc-mixer-control.c:1900
|
||||
msgid "Disabled"
|
||||
msgstr "已禁用"
|
||||
@@ -251,8 +251,8 @@ msgstr "无法被更改"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:175
|
||||
msgid ""
|
||||
"Individual permissions for applications can be reviewed in the <a href="
|
||||
"\"privacy\">Privacy</a> Settings."
|
||||
"Individual permissions for applications can be reviewed in the <a "
|
||||
"href=\"privacy\">Privacy</a> Settings."
|
||||
msgstr "应用程序的各个权限可以在 <a href=\"privacy\">隐私</a> 设置中查看。"
|
||||
|
||||
# 左撇子有歧视色彩。
|
||||
@@ -902,9 +902,9 @@ msgstr "需要互联网连接"
|
||||
|
||||
#: panels/color/cc-color-panel.ui:591
|
||||
msgid ""
|
||||
"You may find these instructions on how to use the profile on <a href=\"linux"
|
||||
"\">GNU/Linux</a>, <a href=\"osx\">Apple OS X</a> and <a href=\"windows"
|
||||
"\">Microsoft Windows</a> systems useful."
|
||||
"You may find these instructions on how to use the profile on <a "
|
||||
"href=\"linux\">GNU/Linux</a>, <a href=\"osx\">Apple OS X</a> and <a "
|
||||
"href=\"windows\">Microsoft Windows</a> systems useful."
|
||||
msgstr ""
|
||||
"有关如何在 <a href=\"linux\">GNU/Linux</a>、<a href=\"osx\">Apple OS X</a> "
|
||||
"和 <a href=\"windows\">Microsoft Windows</a> 系统中使用配置的这些说明可能对您"
|
||||
@@ -2160,7 +2160,7 @@ msgstr "左Super徽标键"
|
||||
#: panels/keyboard/cc-keyboard-panel.c:92
|
||||
msgctxt "keyboard key"
|
||||
msgid "Right Super"
|
||||
msgstr "左Super徽标键"
|
||||
msgstr "右Super徽标键"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-panel.c:75
|
||||
#: panels/keyboard/cc-keyboard-panel.c:93
|
||||
@@ -2272,7 +2272,7 @@ msgstr "重新设置快捷键可能影响您的自定义快捷键。此操作无
|
||||
#: panels/keyboard/cc-keyboard-shortcut-editor.ui:275
|
||||
#: panels/printers/authentication-dialog.ui:29
|
||||
#: panels/printers/ppd-selection-dialog.ui:27
|
||||
#: panels/wwan/cc-wwan-device-page.c:143
|
||||
#: panels/wwan/cc-wwan-device-page.c:190
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
@@ -2387,7 +2387,6 @@ msgid "Keyboard"
|
||||
msgstr "键盘"
|
||||
|
||||
#: panels/keyboard/gnome-keyboard-panel.desktop.in.in:4
|
||||
#| msgid "View and change keyboard shortcuts and set your typing preferences"
|
||||
msgid ""
|
||||
"Change keyboard shortcuts and set your typing preferences, keyboard layouts "
|
||||
"and input sources"
|
||||
@@ -3358,7 +3357,7 @@ msgstr "禁用"
|
||||
#: panels/network/connection-editor/ip4-page.ui:97
|
||||
#: panels/network/connection-editor/ip6-page.ui:111
|
||||
msgid "Shared to other computers"
|
||||
msgstr "已与其他计算机共享"
|
||||
msgstr "与其他计算机共享"
|
||||
|
||||
#: panels/network/connection-editor/ip4-page.ui:125
|
||||
#: panels/network/connection-editor/ip6-page.ui:139
|
||||
@@ -5691,8 +5690,6 @@ msgid "Region & Language"
|
||||
msgstr "区域与语言"
|
||||
|
||||
#: panels/region/gnome-region-panel.desktop.in.in:4
|
||||
#| msgid ""
|
||||
#| "Select your display language, formats, keyboard layouts and input sources"
|
||||
msgid "Select your display language and formats"
|
||||
msgstr "选择您的显示语言和格式"
|
||||
|
||||
@@ -7625,7 +7622,7 @@ msgstr "已登录"
|
||||
#. TRANSLATORS: Status of Parental Controls setup
|
||||
#: panels/user-accounts/cc-user-panel.c:846
|
||||
#: panels/user-accounts/cc-user-panel.c:935
|
||||
#: panels/wwan/cc-wwan-device-page.c:443
|
||||
#: panels/wwan/cc-wwan-device-page.c:477
|
||||
msgid "Enabled"
|
||||
msgstr "已启用"
|
||||
|
||||
@@ -8321,61 +8318,61 @@ msgctxt "Network mode"
|
||||
msgid "Unknown"
|
||||
msgstr "未知"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:141
|
||||
#: panels/wwan/cc-wwan-device-page.c:188
|
||||
msgid "Unlock SIM card"
|
||||
msgstr "解锁 SIM 卡"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:142 panels/wwan/cc-wwan-device-page.c:190
|
||||
#: panels/wwan/cc-wwan-device-page.c:189 panels/wwan/cc-wwan-device-page.c:237
|
||||
msgid "Unlock"
|
||||
msgstr "解锁"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:147
|
||||
#: panels/wwan/cc-wwan-device-page.c:194
|
||||
#, c-format
|
||||
msgid "Please provide PIN code for SIM %d"
|
||||
msgstr "请提供 SIM 卡 %d 的 PIN 码"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:148
|
||||
#: panels/wwan/cc-wwan-device-page.c:195
|
||||
msgid "Enter PIN to unlock your SIM card"
|
||||
msgstr "输入 PIN 以解锁您的 SIM 卡"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:152
|
||||
#: panels/wwan/cc-wwan-device-page.c:199
|
||||
#, c-format
|
||||
msgid "Please provide PUK code for SIM %d"
|
||||
msgstr "请提供 SIM 卡 %d 的 PUK 码"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:153
|
||||
#: panels/wwan/cc-wwan-device-page.c:200
|
||||
msgid "Enter PUK to unlock your SIM card"
|
||||
msgstr "输入 PUK 以解锁您的 SIM 卡"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:171
|
||||
#: panels/wwan/cc-wwan-device-page.c:218
|
||||
#, c-format
|
||||
msgid "Wrong password entered. You have %1$u try left"
|
||||
msgid_plural "Wrong password entered. You have %1$u tries left"
|
||||
msgstr[0] "密码输入错误。您还有 %1$u 次尝试机会"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:174
|
||||
#: panels/wwan/cc-wwan-device-page.c:221
|
||||
#, c-format
|
||||
msgid "You have %u try left"
|
||||
msgid_plural "You have %u tries left"
|
||||
msgstr[0] "您还有 %u 次尝试机会"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:179
|
||||
#: panels/wwan/cc-wwan-device-page.c:226
|
||||
msgid "Wrong password entered."
|
||||
msgstr "密码输入错误。"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:224
|
||||
#: panels/wwan/cc-wwan-device-page.c:271
|
||||
msgid "PUK code should be an 8 digit number"
|
||||
msgstr "PUK 码应为 8 位数字"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:248
|
||||
#: panels/wwan/cc-wwan-device-page.c:295
|
||||
msgid "Enter New PIN"
|
||||
msgstr "输入新 PIN"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:252
|
||||
#: panels/wwan/cc-wwan-device-page.c:299
|
||||
msgid "PIN code should be a 4-8 digit number"
|
||||
msgstr "PIN 码应为 4 到 8 位数字"
|
||||
|
||||
#: panels/wwan/cc-wwan-device-page.c:270
|
||||
#: panels/wwan/cc-wwan-device-page.c:317
|
||||
msgid "Unlocking..."
|
||||
msgstr "正在解锁…"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
appdata = 'gnome-control-center.appdata.xml'
|
||||
|
||||
i18n.merge_file(
|
||||
appdata,
|
||||
input: appdata + '.in',
|
||||
output: appdata,
|
||||
po_dir: po_dir,
|
||||
|
||||
@@ -23,7 +23,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type : 'desktop',
|
||||
input : desktop_in,
|
||||
output : desktop,
|
||||
|
||||
@@ -12,7 +12,6 @@ desktop_files = [
|
||||
|
||||
foreach desktop_file : desktop_files
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type : 'desktop',
|
||||
input : 'gtp-@0@.desktop.in'.format(desktop_file),
|
||||
output : 'gnome-@0@-panel.desktop'.format(desktop_file),
|
||||
|
||||
Reference in New Issue
Block a user