diff --git a/debian/changelog b/debian/changelog index 89fd8f9..d60c1f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +network-manager-applet (1.8.24-ok2) yangtze; urgency=medium + + * Apply patch. + + -- Lu zhiping Tue, 19 Jul 2022 20:35:10 +0800 + network-manager-applet (1.8.24-ok1) yangtze; urgency=medium * Build for openKylin. diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control index 5826790..8f37724 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Utopia Maintenance Team Uploaders: Michael Biebl -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper (>=9), dh-translations, gettext (>= 0.18), mobile-broadband-provider-info, @@ -43,7 +43,10 @@ Depends: ${shlibs:Depends}, libnma0 (= ${binary:Version}), network-manager (>= 1.8), gnome-shell | policykit-1-gnome | polkit-1-auth-agent , - default-dbus-session-bus | dbus-session-bus + default-dbus-session-bus | dbus-session-bus, + libnotify-bin, + iputils-arping, + dnsmasq Recommends: gnome-shell | notification-daemon , gnome-keyring, mobile-broadband-provider-info, diff --git a/debian/rules b/debian/rules index dde559e..4ae442e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ include /usr/share/dpkg/architecture.mk export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with gir,translations + dh $@ --with gir override_dh_autoreconf: dh_autoreconf --as-needed diff --git a/html/NMABarCode.html b/html/NMABarCode.html deleted file mode 100644 index 949f83e..0000000 --- a/html/NMABarCode.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - -NMABarCode: libnma Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMABarCode

-

NMABarCode

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - -
-NMABarCode * - -nma_bar_code_new () -
-void - -nma_bar_code_set_text () -
-int - -nma_bar_code_get_size () -
-void - -nma_bar_code_draw () -
-
-
-

Properties

-
----- - - - - - - - - - - - - -
gintsizeRead
-gchar *textWrite
-
-
-

Types and Values

-
---- - - - - - - - - - - -
#defineNMA_BAR_CODE_TEXT
#defineNMA_BAR_CODE_SIZE
-
-
-

Object Hierarchy

-
    GObject
-    ╰── NMABarCode
-
-
-
-

Description

-

A Bar Code object provides the means of drawing a QR code onto a cairo -context. Useful for rendering Wi-Fi network credential in a form that -can be optically scanned with a phone camera.

-
-
-

Functions

-
-

nma_bar_code_new ()

-
NMABarCode *
-nma_bar_code_new (const char *text);
-
-

Parameters

-
----- - - - - - -

text

set the bar code text

 
-
-
-

Returns

-

the bar code instance.

-

[transfer full]

-
-

Since: 1.8.22

-
-
-
-

nma_bar_code_set_text ()

-
void
-nma_bar_code_set_text (NMABarCode *self,
-                       const char *text);
-

Regenerates the QR code for a different text.

-
-

Parameters

-
----- - - - - - - - - - - - - -

self

bar code instance

 

text

new bar code text

 
-
-

Since: 1.8.22

-
-
-
-

nma_bar_code_get_size ()

-
int
-nma_bar_code_get_size (NMABarCode *self);
-
-

Parameters

-
----- - - - - - -

self

bar code instance

 
-
-
-

Returns

-

the side of a QR code square.

-
-

Since: 1.8.22

-
-
-
-

nma_bar_code_draw ()

-
void
-nma_bar_code_draw (NMABarCode *self,
-                   cairo_t *cr);
-

Draws the QR code onto the given context.

-
-

Parameters

-
----- - - - - - - - - - - - - -

self

bar code instance

 

cr

cairo context

 
-
-

Since: 1.8.22

-
-
-
-

Types and Values

-
-

NMA_BAR_CODE_TEXT

-
#define NMA_BAR_CODE_TEXT "text"
-
-
-
-
-

NMA_BAR_CODE_SIZE

-
#define NMA_BAR_CODE_SIZE "size"
-
-
-
-
-

Property Details

-
-

The “size” property

-
  “size”                     gint
-

Flags: Read

-

Default value: 0

-
-
-
-

The “text” property

-
  “text”                     gchar *
-

Flags: Write

-

Default value: ""

-
-
-
- - - \ No newline at end of file diff --git a/html/NMACertChooser.html b/html/NMACertChooser.html deleted file mode 100644 index fa9ac78..0000000 --- a/html/NMACertChooser.html +++ /dev/null @@ -1,1279 +0,0 @@ - - - - -NMACertChooser: libnma Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMACertChooser

-

NMACertChooser

-
-
-

Functions

- -
-
-

Properties

-
----- - - - - - - - - - - - - -
guintflagsWrite / Construct Only
-gchar *titleWrite / Construct Only
-
- -
-

Types and Values

-
---- - - - - -
enumNMACertChooserFlags
-
-
-

Object Hierarchy

-
    GObject
-    ╰── GInitiallyUnowned
-        ╰── GtkWidget
-            ╰── GtkContainer
-                ╰── GtkGrid
-                    ╰── NMACertChooser
-
-
-
-

Description

-

Certificate chooser allows for selection of a certificate or -various schemes optionally accompanied with a key and passwords -or PIN.

-

The widgets that implement this interface may allow selecting -the certificates from various sources such as files or cryptographic -tokens.

-
-
-

Functions

-
-

nma_cert_chooser_set_cert ()

-
void
-nma_cert_chooser_set_cert (NMACertChooser *cert_chooser,
-                           const gchar *value,
-                           NMSetting8021xCKScheme scheme);
-

Sets the certificate location for the chooser button.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

value

the path or URI of a certificate

 

scheme

the scheme of the certificate path

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_set_cert_uri ()

-
void
-nma_cert_chooser_set_cert_uri (NMACertChooser *cert_chooser,
-                               const gchar *uri);
-

Sets the certificate URI for the chooser button.

-
-

Parameters

-
----- - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

uri

the path or URI of a certificate

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_get_cert ()

-
gchar *
-nma_cert_chooser_get_cert (NMACertChooser *cert_chooser,
-                           NMSetting8021xCKScheme *scheme);
-

Gets the real certificate location from the chooser button along with the scheme.

-
-

Parameters

-
----- - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

scheme

the scheme of the returned certificate path.

[out]
-
-
-

Returns

-

the certificate path.

-

[transfer full][nullable]

-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_get_cert_uri ()

-
gchar *
-nma_cert_chooser_get_cert_uri (NMACertChooser *cert_chooser);
-

Gets the real certificate URI from the chooser button along with the scheme.

-
-

Parameters

-
----- - - - - - -

cert_chooser

certificate chooser button instance

 
-
-
-

Returns

-

the certificate URI.

-

[transfer full][nullable]

-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_set_cert_password ()

-
void
-nma_cert_chooser_set_cert_password (NMACertChooser *cert_chooser,
-                                    const gchar *password);
-

Sets the password or a PIN that might be required to access the certificate.

-
-

Parameters

-
----- - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

password

the certificate PIN or password

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_get_cert_password ()

-
const gchar *
-nma_cert_chooser_get_cert_password (NMACertChooser *cert_chooser);
-

Obtains the password or a PIN that was be required to access the certificate.

-
-

Parameters

-
----- - - - - - -

cert_chooser

certificate chooser button instance

 
-
-
-

Returns

-

the certificate PIN or password

-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_set_key ()

-
void
-nma_cert_chooser_set_key (NMACertChooser *cert_chooser,
-                          const gchar *value,
-                          NMSetting8021xCKScheme scheme);
-

Sets the key location for the chooser button.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

value

the path or URI of a key

 

scheme

the scheme of the key path

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_set_key_uri ()

-
void
-nma_cert_chooser_set_key_uri (NMACertChooser *cert_chooser,
-                              const gchar *uri);
-

Sets the key URI for the chooser button.

-
-

Parameters

-
----- - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

uri

the URI of a key

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_get_key ()

-
gchar *
-nma_cert_chooser_get_key (NMACertChooser *cert_chooser,
-                          NMSetting8021xCKScheme *scheme);
-

Gets the real key location from the chooser button along with the scheme.

-
-

Parameters

-
----- - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

scheme

the scheme of the returned key path.

[out]
-
-
-

Returns

-

the key path.

-

[transfer full][nullable]

-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_get_key_uri ()

-
gchar *
-nma_cert_chooser_get_key_uri (NMACertChooser *cert_chooser);
-

Gets the real key URI from the chooser button along with the scheme.

-
-

Parameters

-
----- - - - - - -

cert_chooser

certificate chooser button instance

 
-
-
-

Returns

-

the key URI.

-

[transfer full][nullable]

-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_set_key_password ()

-
void
-nma_cert_chooser_set_key_password (NMACertChooser *cert_chooser,
-                                   const gchar *password);
-

Sets the password or a PIN that might be required to access the key.

-
-

Parameters

-
----- - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

password

the key PIN or password

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_get_key_password ()

-
const gchar *
-nma_cert_chooser_get_key_password (NMACertChooser *cert_chooser);
-

Obtains the password or a PIN that was be required to access the key.

-
-

Parameters

-
----- - - - - - -

cert_chooser

certificate chooser button instance

 
-
-
-

Returns

-

the key PIN or password

-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_new ()

-
GtkWidget *
-nma_cert_chooser_new (const gchar *title,
-                      NMACertChooserFlags flags);
-

Constructs the button that is capable of selecting a certificate -and a key.

-
-

Parameters

-
----- - - - - - - - - - - - - -

title

title of the certificate chooser dialog

 

flags

the flags that configure the capabilities of the button

 
-
-
-

Returns

-

the certificate chooser button instance.

-

[transfer full]

-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_add_to_size_group ()

-
void
-nma_cert_chooser_add_to_size_group (NMACertChooser *cert_chooser,
-                                    GtkSizeGroup *group);
-

Adds the labels to the specified size group so that they are aligned -nicely with other entries in a form.

-

It is expected that the NMACertChooser is a GtkGrid with two columns -with the labels in the first one.

-
-

Parameters

-
----- - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

group

a size group

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_validate ()

-
gboolean
-nma_cert_chooser_validate (NMACertChooser *cert_chooser,
-                           GError **error);
-

Validates whether the chosen values make sense. The users can do further -validation by subscribing to the "*-changed" signals and returning an -error themselves.

-
-

Parameters

-
----- - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

error

error return location

 
-
-
-

Returns

-

TRUE if validation passes, FALSE otherwise

-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_setup_cert_password_storage ()

-
void
-nma_cert_chooser_setup_cert_password_storage
-                               (NMACertChooser *cert_chooser,
-                                NMSettingSecretFlags initial_flags,
-                                NMSetting *setting,
-                                const char *password_flags_name,
-                                gboolean with_not_required,
-                                gboolean ask_mode);
-

This method basically calls nma_utils_setup_password_storage() -on the certificate password entry, in case one is present.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

initial_flags

initial secret flags to setup password menu from

 

setting

NMSetting containing the password, or NULL

 

password_flags_name

name of the secret flags (like psk-flags), or NULL

 

with_not_required

whether to include "Not required" menu item

 

ask_mode

TRUE if the entry is shown in ASK mode

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_update_cert_password_storage ()

-
void
-nma_cert_chooser_update_cert_password_storage
-                               (NMACertChooser *cert_chooser,
-                                NMSettingSecretFlags secret_flags,
-                                NMSetting *setting,
-                                const char *password_flags_name);
-

This method basically calls nma_utils_update_password_storage() -on the certificate password entry, in case one is present.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

secret_flags

secret flags to set

 

setting

NMSetting containing the password, or NULL

 

password_flags_name

name of the secret flags (like psk-flags), or NULL

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_get_cert_password_flags ()

-
NMSettingSecretFlags
-nma_cert_chooser_get_cert_password_flags
-                               (NMACertChooser *cert_chooser);
-

Returns secret flags corresponding to the certificate password -if one is present. The chooser would typically call into -nma_utils_menu_to_secret_flags() for the certificate password -entry.

-
-

Parameters

-
----- - - - - - -

cert_chooser

certificate chooser button instance

 
-
-
-

Returns

-

secret flags corresponding to the certificate password

-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_setup_key_password_storage ()

-
void
-nma_cert_chooser_setup_key_password_storage
-                               (NMACertChooser *cert_chooser,
-                                NMSettingSecretFlags initial_flags,
-                                NMSetting *setting,
-                                const char *password_flags_name,
-                                gboolean with_not_required,
-                                gboolean ask_mode);
-

This method basically calls nma_utils_setup_password_storage() -on the key password entry, in case one is present.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

initial_flags

initial secret flags to setup password menu from

 

setting

NMSetting containing the password, or NULL

 

password_flags_name

name of the secret flags (like psk-flags), or NULL

 

with_not_required

whether to include "Not required" menu item

 

ask_mode

TRUE if the entry is shown in ASK mode

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_update_key_password_storage ()

-
void
-nma_cert_chooser_update_key_password_storage
-                               (NMACertChooser *cert_chooser,
-                                NMSettingSecretFlags secret_flags,
-                                NMSetting *setting,
-                                const char *password_flags_name);
-

This method basically calls nma_utils_update_password_storage() -on the key password entry, in case one is present.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

cert_chooser

certificate chooser button instance

 

secret_flags

secret flags to set

 

setting

NMSetting containing the password, or NULL

 

password_flags_name

name of the secret flags (like psk-flags), or NULL

 
-
-

Since: 1.8.0

-
-
-
-

nma_cert_chooser_get_key_password_flags ()

-
NMSettingSecretFlags
-nma_cert_chooser_get_key_password_flags
-                               (NMACertChooser *cert_chooser);
-

Returns secret flags corresponding to the key password -if one is present. The chooser would typically call into -nma_utils_menu_to_secret_flags() for the key password -entry.

-
-

Parameters

-
----- - - - - - -

cert_chooser

certificate chooser button instance

 
-
-
-

Returns

-

secret flags corresponding to the key password

-
-

Since: 1.8.0

-
-
-
-

Types and Values

-
-

enum NMACertChooserFlags

-

Flags that controls what is the certificate chooser button able to pick. -Currently only local files are supported, but might be extended to use URIs, -such as PKCS#11 certificate URIs in future as well.

-
-

Members

-
----- - - - - - - - - - - - - - - - - - - - - - - -

NMA_CERT_CHOOSER_FLAG_NONE

-

No flags

-
 

NMA_CERT_CHOOSER_FLAG_CERT

-

Only pick a certificate, not a key

-
 

NMA_CERT_CHOOSER_FLAG_PASSWORDS

-

Hide all controls but the secrets entries

-
 

NMA_CERT_CHOOSER_FLAG_PEM

-

Ensure the chooser only selects regular PEM files

-
 
-
-

Since: 1.8.0

-
-
-
-

Property Details

-
-

The “flags” property

-
  “flags”                    guint
-

Certificate Chooser Flags.

-

Flags: Write / Construct Only

-

Allowed values: <= 7

-

Default value: 0

-
-
-
-

The “title” property

-
  “title”                    gchar *
-

Certificate Chooser Title.

-

Flags: Write / Construct Only

-

Default value: NULL

-
-
-
-

Signal Details

-
-

The “cert-password-validate” signal

-
GError*
-user_function (NMACertChooser *nmacertchooser,
-               gpointer        user_data)
-

Emitted when the certificate password needs validation. The handlers -can indicate that the password is invalid by returning an error, which blocks further -signal processing and causes a call to nma_cert_chooser_validate() -to fail.

-
-

Parameters

-
----- - - - - - -

user_data

user data set when the signal handler was connected.

 
-
-

Flags: Run Last

-

Since: 1.8.0

-
-
-
-

The “cert-validate” signal

-
GError*
-user_function (NMACertChooser *nmacertchooser,
-               gpointer        user_data)
-

Emitted when the certificate needs validation. The handlers can indicate that -the certificate is invalid by returning an error, which blocks further -signal processing and causes a call to nma_cert_chooser_validate() -to fail.

-
-

Parameters

-
----- - - - - - -

user_data

user data set when the signal handler was connected.

 
-
-

Flags: Run Last

-

Since: 1.8.0

-
-
-
-

The “changed” signal

-
void
-user_function (NMACertChooser *nmacertchooser,
-               gpointer        user_data)
-

Emitted when anything changes in the certificate chooser, be it a certificate, -a key or associated passwords.

-
-

Parameters

-
----- - - - - - -

user_data

user data set when the signal handler was connected.

 
-
-

Flags: No Recursion

-

Since: 1.8.0

-
-
-
-

The “key-password-validate” signal

-
GError*
-user_function (NMACertChooser *nmacertchooser,
-               gpointer        user_data)
-

Emitted when the key password needs validation. The handlers can indicate -that the password is invalid by returning an error, which blocks further -signal processing and causes a call to nma_cert_chooser_validate() -to fail.

-
-

Parameters

-
----- - - - - - -

user_data

user data set when the signal handler was connected.

 
-
-

Flags: Run Last

-

Since: 1.8.0

-
-
-
-

The “key-validate” signal

-
GError*
-user_function (NMACertChooser *nmacertchooser,
-               gpointer        user_data)
-

Emitted when the key needs validation. The handlers can indicate that -the key is invalid by returning an error, which blocks further -signal processing and causes a call to nma_cert_chooser_validate() -to fail.

-
-

Parameters

-
----- - - - - - -

user_data

user data set when the signal handler was connected.

 
-
-

Flags: Run Last

-

Since: 1.8.0

-
-
-
- - - \ No newline at end of file diff --git a/html/NMAMobileProvidersDatabase.html b/html/NMAMobileProvidersDatabase.html deleted file mode 100644 index 9ff424a..0000000 --- a/html/NMAMobileProvidersDatabase.html +++ /dev/null @@ -1,1113 +0,0 @@ - - - - -NMAMobileProvidersDatabase: libnma Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMAMobileProvidersDatabase

-

NMAMobileProvidersDatabase

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-NMAMobileAccessMethod * - -nma_mobile_access_method_ref () -
-void - -nma_mobile_access_method_unref () -
const gchar * - -nma_mobile_access_method_get_name () -
const gchar * - -nma_mobile_access_method_get_username () -
const gchar * - -nma_mobile_access_method_get_password () -
const gchar * - -nma_mobile_access_method_get_gateway () -
const gchar ** - -nma_mobile_access_method_get_dns () -
const gchar * - -nma_mobile_access_method_get_3gpp_apn () -
-NMAMobileFamily - -nma_mobile_access_method_get_family () -
-NMAMobileProvider * - -nma_mobile_provider_ref () -
-void - -nma_mobile_provider_unref () -
const gchar * - -nma_mobile_provider_get_name () -
-GSList * - -nma_mobile_provider_get_methods () -
const gchar ** - -nma_mobile_provider_get_3gpp_mcc_mnc () -
const guint32 * - -nma_mobile_provider_get_cdma_sid () -
-NMACountryInfo * - -nma_country_info_ref () -
-void - -nma_country_info_unref () -
const gchar * - -nma_country_info_get_country_code () -
const gchar * - -nma_country_info_get_country_name () -
-GSList * - -nma_country_info_get_providers () -
-void - -nma_mobile_providers_database_new () -
-NMAMobileProvidersDatabase * - -nma_mobile_providers_database_new_finish () -
-NMAMobileProvidersDatabase * - -nma_mobile_providers_database_new_sync () -
-GHashTable * - -nma_mobile_providers_database_get_countries () -
-void - -nma_mobile_providers_database_dump () -
-NMACountryInfo * - -nma_mobile_providers_database_lookup_country () -
-NMAMobileProvider * - -nma_mobile_providers_database_lookup_3gpp_mcc_mnc () -
-NMAMobileProvider * - -nma_mobile_providers_database_lookup_cdma_sid () -
-gboolean - -nma_mobile_providers_split_3gpp_mcc_mnc () -
-
-
-

Properties

-
----- - - - - - - - - - - - - -
-gchar *country-codesRead / Write / Construct Only
-gchar *service-providersRead / Write / Construct Only
-
-
-

Types and Values

-
---- - - - - -
enumNMAMobileFamily
-
-
-

Object Hierarchy

-
    GBoxed
-    ├── NMACountryInfo
-    ├── NMAMobileAccessMethod
-    ╰── NMAMobileProvider
-    GObject
-    ╰── NMAMobileProvidersDatabase
-
-
-
-

Description

-
-
-

Functions

-
-

nma_mobile_access_method_ref ()

-
NMAMobileAccessMethod *
-nma_mobile_access_method_ref (NMAMobileAccessMethod *method);
-
-
-
-

nma_mobile_access_method_unref ()

-
void
-nma_mobile_access_method_unref (NMAMobileAccessMethod *method);
-
-
-
-

nma_mobile_access_method_get_name ()

-
const gchar *
-nma_mobile_access_method_get_name (NMAMobileAccessMethod *method);
-
-

Parameters

-
----- - - - - - -

method

a NMAMobileAccessMethod

 
-
-
-

Returns

-

the name of the method.

-

[transfer none]

-
-
-
-
-

nma_mobile_access_method_get_username ()

-
const gchar *
-nma_mobile_access_method_get_username (NMAMobileAccessMethod *method);
-
-

Parameters

-
----- - - - - - -

method

a NMAMobileAccessMethod

 
-
-
-

Returns

-

the username.

-

[transfer none]

-
-
-
-
-

nma_mobile_access_method_get_password ()

-
const gchar *
-nma_mobile_access_method_get_password (NMAMobileAccessMethod *method);
-
-

Parameters

-
----- - - - - - -

method

a NMAMobileAccessMethod

 
-
-
-

Returns

-

the password.

-

[transfer none]

-
-
-
-
-

nma_mobile_access_method_get_gateway ()

-
const gchar *
-nma_mobile_access_method_get_gateway (NMAMobileAccessMethod *method);
-
-

Parameters

-
----- - - - - - -

method

a NMAMobileAccessMethod

 
-
-
-

Returns

-

the gateway.

-

[transfer none]

-
-
-
-
-

nma_mobile_access_method_get_dns ()

-
const gchar **
-nma_mobile_access_method_get_dns (NMAMobileAccessMethod *method);
-
-

Parameters

-
----- - - - - - -

method

a NMAMobileAccessMethod

 
-
-
-

Returns

-

the list of DNS.

-

[transfer none][array zero-terminated=1][element-type utf8]

-
-
-
-
-

nma_mobile_access_method_get_3gpp_apn ()

-
const gchar *
-nma_mobile_access_method_get_3gpp_apn (NMAMobileAccessMethod *method);
-
-

Parameters

-
----- - - - - - -

method

a NMAMobileAccessMethod

 
-
-
-

Returns

-

the 3GPP APN.

-

[transfer none]

-
-
-
-
-

nma_mobile_access_method_get_family ()

-
NMAMobileFamily
-nma_mobile_access_method_get_family (NMAMobileAccessMethod *method);
-
-

Parameters

-
----- - - - - - -

method

a NMAMobileAccessMethod

 
-
-
-

Returns

-

a NMAMobileFamily.

-
-
-
-
-

nma_mobile_provider_ref ()

-
NMAMobileProvider *
-nma_mobile_provider_ref (NMAMobileProvider *provider);
-
-
-
-

nma_mobile_provider_unref ()

-
void
-nma_mobile_provider_unref (NMAMobileProvider *provider);
-
-
-
-

nma_mobile_provider_get_name ()

-
const gchar *
-nma_mobile_provider_get_name (NMAMobileProvider *provider);
-
-

Parameters

-
----- - - - - - -

provider

a NMAMobileProvider

 
-
-
-

Returns

-

the name of the provider.

-

[transfer none]

-
-
-
-
-

nma_mobile_provider_get_methods ()

-
GSList *
-nma_mobile_provider_get_methods (NMAMobileProvider *provider);
-
-

Parameters

-
----- - - - - - -

provider

a NMAMobileProvider

 
-
-
-

Returns

-

the -list of NMAMobileAccessMethod this provider exposes.

-

[element-type NMAMobileAccessMethod][transfer none]

-
-
-
-
-

nma_mobile_provider_get_3gpp_mcc_mnc ()

-
const gchar **
-nma_mobile_provider_get_3gpp_mcc_mnc (NMAMobileProvider *provider);
-
-

Parameters

-
----- - - - - - -

provider

a NMAMobileProvider

 
-
-
-

Returns

-

a -list of strings with the MCC and MNC codes this provider exposes.

-

[transfer none][array zero-terminated=1][element-type utf8]

-
-
-
-
-

nma_mobile_provider_get_cdma_sid ()

-
const guint32 *
-nma_mobile_provider_get_cdma_sid (NMAMobileProvider *provider);
-
-

Parameters

-
----- - - - - - -

provider

a NMAMobileProvider

 
-
-
-

Returns

-

the -list of CDMA SIDs this provider exposes.

-

[transfer none][array zero-terminated=1][element-type guint32]

-
-
-
-
-

nma_country_info_ref ()

-
NMACountryInfo *
-nma_country_info_ref (NMACountryInfo *country_info);
-
-
-
-

nma_country_info_unref ()

-
void
-nma_country_info_unref (NMACountryInfo *country_info);
-
-
-
-

nma_country_info_get_country_code ()

-
const gchar *
-nma_country_info_get_country_code (NMACountryInfo *country_info);
-
-

Parameters

-
----- - - - - - -

country_info

a NMACountryInfo

 
-
-
-

Returns

-

the code of the country or NULL for "Unknown".

-

[transfer none]

-
-
-
-
-

nma_country_info_get_country_name ()

-
const gchar *
-nma_country_info_get_country_name (NMACountryInfo *country_info);
-
-

Parameters

-
----- - - - - - -

country_info

a NMACountryInfo

 
-
-
-

Returns

-

the name of the country.

-

[transfer none]

-
-
-
-
-

nma_country_info_get_providers ()

-
GSList *
-nma_country_info_get_providers (NMACountryInfo *country_info);
-
-

Parameters

-
----- - - - - - -

country_info

a NMACountryInfo

 
-
-
-

Returns

-

the -list of NMAMobileProvider this country exposes.

-

[element-type NMAMobileProvider][transfer none]

-
-
-
-
-

nma_mobile_providers_database_new ()

-
void
-nma_mobile_providers_database_new (const gchar *country_codes,
-                                   const gchar *service_providers,
-                                   GCancellable *cancellable,
-                                   GAsyncReadyCallback callback,
-                                   gpointer user_data);
-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

country_codes

Path to the country codes file.

[allow-none]

service_providers

Path to the service providers file.

[allow-none]

cancellable

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied.

 

user_data

User data to pass to callback -.

 
-
-
-
-
-

nma_mobile_providers_database_new_finish ()

-
NMAMobileProvidersDatabase *
-nma_mobile_providers_database_new_finish
-                               (GAsyncResult *res,
-                                GError **error);
-
-

Parameters

-
----- - - - - - - - - - - - - -

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to nma_mobile_providers_database_new().

 

error

Return location for error or NULL.

 
-
-
-

Returns

-

The constructed object or NULL if error -is set.

-

[transfer full][type NMAMobileProvidersDatabase]

-
-
-
-
-

nma_mobile_providers_database_new_sync ()

-
NMAMobileProvidersDatabase *
-nma_mobile_providers_database_new_sync
-                               (const gchar *country_codes,
-                                const gchar *service_providers,
-                                GCancellable *cancellable,
-                                GError **error);
-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

country_codes

Path to the country codes file.

[allow-none]

service_providers

Path to the service providers file.

[allow-none]

cancellable

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL.

 
-
-
-

Returns

-

The constructed object or NULL if error -is set.

-

[transfer full][type NMAMobileProvidersDatabase]

-
-
-
-
-

nma_mobile_providers_database_get_countries ()

-
GHashTable *
-nma_mobile_providers_database_get_countries
-                               (NMAMobileProvidersDatabase *self);
-
-

Parameters

-
----- - - - - - -

self

a NMAMobileProvidersDatabase.

 
-
-
-

Returns

-

a -hash table where keys are country names gchar and values are NMACountryInfo.

-

[element-type utf8 NMACountryInfo][transfer none]

-
-
-
-
-

nma_mobile_providers_database_dump ()

-
void
-nma_mobile_providers_database_dump (NMAMobileProvidersDatabase *self);
-
-

Parameters

-
----- - - - - - -

self

a NMAMobileProvidersDatabase.

 
-
-
-
-
-

nma_mobile_providers_database_lookup_country ()

-
NMACountryInfo *
-nma_mobile_providers_database_lookup_country
-                               (NMAMobileProvidersDatabase *self,
-                                const gchar *country_code);
-
-

Parameters

-
----- - - - - - - - - - - - - -

self

a NMAMobileProvidersDatabase.

 

country_code

the country code string to look for.

 
-
-
-

Returns

-

a NMACountryInfo or NULL if not found.

-

[transfer none]

-
-
-
-
-

nma_mobile_providers_database_lookup_3gpp_mcc_mnc ()

-
NMAMobileProvider *
-nma_mobile_providers_database_lookup_3gpp_mcc_mnc
-                               (NMAMobileProvidersDatabase *self,
-                                const gchar *mccmnc);
-
-

Parameters

-
----- - - - - - - - - - - - - -

self

a NMAMobileProvidersDatabase.

 

mccmnc

the MCC/MNC string to look for.

 
-
-
-

Returns

-

a NMAMobileProvider or NULL if not found.

-

[transfer none]

-
-
-
-
-

nma_mobile_providers_database_lookup_cdma_sid ()

-
NMAMobileProvider *
-nma_mobile_providers_database_lookup_cdma_sid
-                               (NMAMobileProvidersDatabase *self,
-                                guint32 sid);
-
-

Parameters

-
----- - - - - - - - - - - - - -

self

a NMAMobileProvidersDatabase.

 

sid

the SID to look for.

 
-
-
-

Returns

-

a NMAMobileProvider, or NULL if not found.

-

[transfer none]

-
-
-
-
-

nma_mobile_providers_split_3gpp_mcc_mnc ()

-
gboolean
-nma_mobile_providers_split_3gpp_mcc_mnc
-                               (const gchar *mccmnc,
-                                gchar **mcc,
-                                gchar **mnc);
-

Splits the input MCCMNC string into separate MCC and MNC strings.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

mccmnc

input MCCMNC string.

 

mcc

the MCC.

[out][transfer full]

mnc

the MNC.

[out][transfer full]
-
-
-

Returns

-

TRUE if correctly split and mcc -and mnc -are set; FALSE otherwise.

-
-
-
-
-

Types and Values

-
-

enum NMAMobileFamily

-
-

Members

-
----- - - - - - - - - - - - - - - - - - -

NMA_MOBILE_FAMILY_UNKNOWN

-

Unknown or invalid network access method

-
 

NMA_MOBILE_FAMILY_3GPP

-

3rd Generation Partnership Project (3GPP) network

-
 

NMA_MOBILE_FAMILY_CDMA

-

A CDMA network

-
 
-
-
-
-
-

Property Details

-
-

The “country-codes” property

-
  “country-codes”            gchar *
-

Path to the country codes file.

-

Flags: Read / Write / Construct Only

-

Default value: NULL

-
-
-
-

The “service-providers” property

-
  “service-providers”        gchar *
-

Path to the service providers file.

-

Flags: Read / Write / Construct Only

-

Default value: NULL

-
-
-
- - - \ No newline at end of file diff --git a/html/NMAMobileWizard.html b/html/NMAMobileWizard.html deleted file mode 100644 index 8972238..0000000 --- a/html/NMAMobileWizard.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - -NMAMobileWizard: libnma Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMAMobileWizard

-

NMAMobileWizard

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - -
-void - -(*NMAMobileWizardCallback) () -
-NMAMobileWizard * - -nma_mobile_wizard_new () -
-void - -nma_mobile_wizard_present () -
-void - -nma_mobile_wizard_destroy () -
-
-
-

Types and Values

-
---- - - - - -
 NMAMobileWizardAccessMethod
-
-
-

Object Hierarchy

-
    GObject
-    ╰── GInitiallyUnowned
-        ╰── GtkWidget
-            ╰── GtkContainer
-                ╰── GtkBin
-                    ╰── GtkWindow
-                        ╰── GtkAssistant
-                            ╰── NMAMobileWizard
-
-
-
-

Description

-
-
-

Functions

-
-

NMAMobileWizardCallback ()

-
void
-(*NMAMobileWizardCallback) (NMAMobileWizard *self,
-                            gboolean canceled,
-                            NMAMobileWizardAccessMethod *method,
-                            gpointer user_data);
-
-
-
-

nma_mobile_wizard_new ()

-
NMAMobileWizard *
-nma_mobile_wizard_new (GtkWindow *parent,
-                       GtkWindowGroup *window_group,
-                       NMDeviceModemCapabilities modem_caps,
-                       gboolean will_connect_after,
-                       NMAMobileWizardCallback cb,
-                       gpointer user_data);
-

[skip]

-
-

Parameters

-
----- - - - - - -

cb

.

[scope async]
-
-
-

Returns

-

the newly created NMAMobileWizard

-
-
-
-
-

nma_mobile_wizard_present ()

-
void
-nma_mobile_wizard_present (NMAMobileWizard *wizard);
-
-
-
-

nma_mobile_wizard_destroy ()

-
void
-nma_mobile_wizard_destroy (NMAMobileWizard *self);
-
-
-
-

Types and Values

-
-

NMAMobileWizardAccessMethod

-
typedef struct {
-	char *provider_name;
-	char *plan_name;
-	NMDeviceModemCapabilities devtype;
-	char *username;
-	char *password;
-	char *gsm_apn;
-} NMAMobileWizardAccessMethod;
-
-

Network access method details.

-
-

Members

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

char *provider_name;

The mobile network provider name

 

char *plan_name;

The provided network access billing plan

 

NMDeviceModemCapabilities devtype;

Required NetworkManager device capabilities

 

char *username;

User login

 

char *password;

User secret

 

char *gsm_apn;

The GSM Access Point Name

 
-
-
-
-
- - - \ No newline at end of file diff --git a/html/NMAVpnPasswordDialog.html b/html/NMAVpnPasswordDialog.html deleted file mode 100644 index b28a4d6..0000000 --- a/html/NMAVpnPasswordDialog.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - -NMAVpnPasswordDialog: libnma Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMAVpnPasswordDialog

-

NMAVpnPasswordDialog

-
- -
-

Types and Values

-
---- - - - - - - - - - - -
typedefNMAVpnPasswordDialog
typedefNMAVpnPasswordDialogClass
-
-
-

Object Hierarchy

-
    GObject
-    ╰── GInitiallyUnowned
-        ╰── GtkWidget
-            ╰── GtkContainer
-                ╰── GtkBin
-                    ╰── GtkWindow
-                        ╰── GtkDialog
-                            ╰── NMAVpnPasswordDialog
-
-
-
-

Implemented Interfaces

-

-NMAVpnPasswordDialog implements - AtkImplementorIface and GtkBuildable.

-
-
-

Description

-
-
-

Functions

-
-

nma_vpn_password_dialog_new ()

-
GtkWidget *
-nma_vpn_password_dialog_new (const char *title,
-                             const char *message,
-                             const char *password);
-
-
-
-

nma_vpn_password_dialog_run_and_block ()

-
gboolean
-nma_vpn_password_dialog_run_and_block (NMAVpnPasswordDialog *dialog);
-
-
-
-

nma_vpn_password_dialog_set_show_password ()

-
void
-nma_vpn_password_dialog_set_show_password
-                               (NMAVpnPasswordDialog *dialog,
-                                gboolean show);
-
-
-
-

nma_vpn_password_dialog_focus_password ()

-
void
-nma_vpn_password_dialog_focus_password
-                               (NMAVpnPasswordDialog *dialog);
-
-
-
-

nma_vpn_password_dialog_set_password ()

-
void
-nma_vpn_password_dialog_set_password (NMAVpnPasswordDialog *dialog,
-                                      const char *password);
-
-
-
-

nma_vpn_password_dialog_set_password_label ()

-
void
-nma_vpn_password_dialog_set_password_label
-                               (NMAVpnPasswordDialog *dialog,
-                                const char *label);
-
-
-
-

nma_vpn_password_dialog_set_show_password_secondary ()

-
void
-nma_vpn_password_dialog_set_show_password_secondary
-                               (NMAVpnPasswordDialog *dialog,
-                                gboolean show);
-
-
-
-

nma_vpn_password_dialog_focus_password_secondary ()

-
void
-nma_vpn_password_dialog_focus_password_secondary
-                               (NMAVpnPasswordDialog *dialog);
-
-
-
-

nma_vpn_password_dialog_set_password_secondary ()

-
void
-nma_vpn_password_dialog_set_password_secondary
-                               (NMAVpnPasswordDialog *dialog,
-                                const char *password_secondary);
-
-
-
-

nma_vpn_password_dialog_set_password_secondary_label ()

-
void
-nma_vpn_password_dialog_set_password_secondary_label
-                               (NMAVpnPasswordDialog *dialog,
-                                const char *label);
-
-
-
-

nma_vpn_password_dialog_set_show_password_ternary ()

-
void
-nma_vpn_password_dialog_set_show_password_ternary
-                               (NMAVpnPasswordDialog *dialog,
-                                gboolean show);
-
-
-
-

nma_vpn_password_dialog_focus_password_ternary ()

-
void
-nma_vpn_password_dialog_focus_password_ternary
-                               (NMAVpnPasswordDialog *dialog);
-
-
-
-

nma_vpn_password_dialog_set_password_ternary ()

-
void
-nma_vpn_password_dialog_set_password_ternary
-                               (NMAVpnPasswordDialog *dialog,
-                                const char *password_ternary);
-
-
-
-

nma_vpn_password_dialog_set_password_ternary_label ()

-
void
-nma_vpn_password_dialog_set_password_ternary_label
-                               (NMAVpnPasswordDialog *dialog,
-                                const char *label);
-
-
-
-

nma_vpn_password_dialog_get_password ()

-
const char *
-nma_vpn_password_dialog_get_password (NMAVpnPasswordDialog *dialog);
-
-
-
-

nma_vpn_password_dialog_get_password_secondary ()

-
const char *
-nma_vpn_password_dialog_get_password_secondary
-                               (NMAVpnPasswordDialog *dialog);
-
-
-
-

nma_vpn_password_dialog_get_password_ternary ()

-
const char *
-nma_vpn_password_dialog_get_password_ternary
-                               (NMAVpnPasswordDialog *dialog);
-
-
-
-

Types and Values

-
-

NMAVpnPasswordDialog

-
typedef struct NMAVpnPasswordDialog        NMAVpnPasswordDialog;
-
-
-
-
-

NMAVpnPasswordDialogClass

-
typedef struct NMAVpnPasswordDialogClass   NMAVpnPasswordDialogClass;
-
-
-
-
- - - \ No newline at end of file diff --git a/html/NMAWifiDialog.html b/html/NMAWifiDialog.html deleted file mode 100644 index 60f761c..0000000 --- a/html/NMAWifiDialog.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - -NMAWifiDialog: libnma Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMAWifiDialog

-

NMAWifiDialog

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-GtkWidget * - -nma_wifi_dialog_new () -
-GtkWidget * - -nma_wifi_dialog_new_for_secrets () -
-GtkWidget * - -nma_wifi_dialog_new_for_hidden () -
-GtkWidget * - -nma_wifi_dialog_new_for_create () -
-NMConnection * - -nma_wifi_dialog_get_connection () -
-GtkWidget * - -nma_wifi_dialog_nag_user () -
-void - -nma_wifi_dialog_set_nag_ignored () -
-gboolean - -nma_wifi_dialog_get_nag_ignored () -
-GtkWidget * - -nma_wifi_dialog_new_for_other () -
-
-
-

Object Hierarchy

-
    GObject
-    ╰── GInitiallyUnowned
-        ╰── GtkWidget
-            ╰── GtkContainer
-                ╰── GtkBin
-                    ╰── GtkWindow
-                        ╰── GtkDialog
-                            ╰── NMAWifiDialog
-
-
-
-

Description

-
-
-

Functions

-
-

nma_wifi_dialog_new ()

-
GtkWidget *
-nma_wifi_dialog_new (NMClient *client,
-                     NMConnection *connection,
-                     NMDevice *device,
-                     NMAccessPoint *ap,
-                     gboolean secrets_only);
-

Creates a wifi connection dialog and populates it with settings from -connection - if given. If device - is not given a device selection combo box -will be included. If connection - is not given a connection selection combo -box will be included. If secrets_only - is FALSE a complete connection -creator/editor dialog is returned, otherwise only wifi security secrets -relevant to the security settings in connection - are going to be shown and -will be editable.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

client

client to retrieve list of devices or connections from

 

connection

connection to be shown/edited or NULL

 

device

device to check connection compatibility against

 

ap

AP to check connection compatibility against

 

secrets_only

whether to only ask for secrets for given connection

 
-
-
-

Returns

-

the dialog widget or NULL in case of error

-
-
-
-
-

nma_wifi_dialog_new_for_secrets ()

-
GtkWidget *
-nma_wifi_dialog_new_for_secrets (NMClient *client,
-                                 NMConnection *connection,
-                                 const char *secrets_setting_name,
-                                 const char *const*secrets_hints);
-

Creates a wifi secrets dialog and populates it with setting values from -connection -. If secrets_setting_name - and secrets_hints - are not given -this function creates an identical dialog as nma_wifi_dialog_new() would -create with the secrets_only - parameter TRUE. Otherwise -secrets_setting_name - and secrets_hints - determine the list of specific -secrets that are being requested from the user and no editable entries -are shown for any other settings.

-

Note: only a subset of all settings and setting keys is supported as -secrets_setting_name - and secrets_hints -.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

client

client to retrieve list of devices or connections from

 

connection

connection for which secrets are requested

 

secrets_setting_name

setting name whose secrets are requested -or NULL

 

secrets_hints

array of setting key names within the setting given in -secrets_setting_name -which are requested or NULL

 
-
-
-

Returns

-

the dialog widget or NULL in case of error

-
-
-
-
-

nma_wifi_dialog_new_for_hidden ()

-
GtkWidget *
-nma_wifi_dialog_new_for_hidden (NMClient *client);
-
-
-
-

nma_wifi_dialog_new_for_create ()

-
GtkWidget *
-nma_wifi_dialog_new_for_create (NMClient *client);
-
-
-
-

nma_wifi_dialog_get_connection ()

-
NMConnection *
-nma_wifi_dialog_get_connection (NMAWifiDialog *self,
-                                NMDevice **device,
-                                NMAccessPoint **ap);
-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

self

an NMAWifiDialog

 

device

.

[out]

ap

.

[out]
-
-
-

Returns

-

.

-

[transfer full]

-
-
-
-
-

nma_wifi_dialog_nag_user ()

-
GtkWidget *
-nma_wifi_dialog_nag_user (NMAWifiDialog *self);
-

nma_wifi_dialog_nag_user is deprecated and should not be used in newly-written code.

-
-

Returns

-

.

-

[transfer full]

-
-
-
-
-

nma_wifi_dialog_set_nag_ignored ()

-
void
-nma_wifi_dialog_set_nag_ignored (NMAWifiDialog *self,
-                                 gboolean ignored);
-

nma_wifi_dialog_set_nag_ignored is deprecated and should not be used in newly-written code.

-
-
-
-

nma_wifi_dialog_get_nag_ignored ()

-
gboolean
-nma_wifi_dialog_get_nag_ignored (NMAWifiDialog *self);
-

nma_wifi_dialog_get_nag_ignored is deprecated and should not be used in newly-written code.

-
-
-
-

nma_wifi_dialog_new_for_other ()

-
GtkWidget *
-nma_wifi_dialog_new_for_other (NMClient *client);
-

nma_wifi_dialog_new_for_other is deprecated and should not be used in newly-written code.

-
-
-
-

Types and Values

-
-
- - - \ No newline at end of file diff --git a/html/annotation-glossary.html b/html/annotation-glossary.html deleted file mode 100644 index 15e35ac..0000000 --- a/html/annotation-glossary.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Annotation Glossary: libnma Reference Manual - - - - - - - - - - - - - - - -
-

-Annotation Glossary

-

A

-
allow-none
-

NULL is OK, both for passing and for returning.

-
array
-

Parameter points to an array of items.

-

E

-
element-type
-

Generics and defining elements of containers and arrays.

-

N

-
nullable
-

NULL may be passed as the value in, out, in-out; or as a return value.

-

O

-
out
-

Parameter for returning results. Default is transfer full.

-

S

-
scope async
-

The callback is valid until first called.

-
skip
-

Exposed in C code, not necessarily available in other languages.

-

T

-
transfer full
-

Free data after the code is done.

-
transfer none
-

Don't free data after the code is done.

-
type
-

Override the parsed C type with given type.

-
- - - \ No newline at end of file diff --git a/html/api-index-1.8.0.html b/html/api-index-1.8.0.html deleted file mode 100644 index 5398693..0000000 --- a/html/api-index-1.8.0.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - -Index of API available in version 1.8.0: libnma Reference Manual - - - - - - - - - - - - - - - - -
-

-Index of API available in version 1.8.0

-
-

N

-
-
NMABarCode:size, The “size” property -
-
NMABarCode:text, The “text” property -
-
NMACertChooser::cert-password-validate, The “cert-password-validate” signal -
-
NMACertChooser::cert-validate, The “cert-validate” signal -
-
NMACertChooser::changed, The “changed” signal -
-
NMACertChooser::key-password-validate, The “key-password-validate” signal -
-
NMACertChooser::key-validate, The “key-validate” signal -
-
NMACertChooser:flags, The “flags” property -
-
NMACertChooser:title, The “title” property -
-
NMACertChooserFlags, enum NMACertChooserFlags -
-
NMAMobileFamily, enum NMAMobileFamily -
-
NMAMobileProvidersDatabase:country-codes, The “country-codes” property -
-
NMAMobileProvidersDatabase:service-providers, The “service-providers” property -
-
NMAMobileWizardAccessMethod, NMAMobileWizardAccessMethod -
-
NMAMobileWizardCallback, NMAMobileWizardCallback () -
-
NMAVpnPasswordDialog, NMAVpnPasswordDialog -
-
NMAVpnPasswordDialogClass, NMAVpnPasswordDialogClass -
-
nma_bar_code_draw, nma_bar_code_draw () -
-
nma_bar_code_get_size, nma_bar_code_get_size () -
-
nma_bar_code_new, nma_bar_code_new () -
-
nma_bar_code_set_text, nma_bar_code_set_text () -
-
NMA_BAR_CODE_SIZE, NMA_BAR_CODE_SIZE -
-
NMA_BAR_CODE_TEXT, NMA_BAR_CODE_TEXT -
-
nma_cert_chooser_add_to_size_group, nma_cert_chooser_add_to_size_group () -
-
nma_cert_chooser_get_cert, nma_cert_chooser_get_cert () -
-
nma_cert_chooser_get_cert_password, nma_cert_chooser_get_cert_password () -
-
nma_cert_chooser_get_cert_password_flags, nma_cert_chooser_get_cert_password_flags () -
-
nma_cert_chooser_get_cert_uri, nma_cert_chooser_get_cert_uri () -
-
nma_cert_chooser_get_key, nma_cert_chooser_get_key () -
-
nma_cert_chooser_get_key_password, nma_cert_chooser_get_key_password () -
-
nma_cert_chooser_get_key_password_flags, nma_cert_chooser_get_key_password_flags () -
-
nma_cert_chooser_get_key_uri, nma_cert_chooser_get_key_uri () -
-
nma_cert_chooser_new, nma_cert_chooser_new () -
-
nma_cert_chooser_setup_cert_password_storage, nma_cert_chooser_setup_cert_password_storage () -
-
nma_cert_chooser_setup_key_password_storage, nma_cert_chooser_setup_key_password_storage () -
-
nma_cert_chooser_set_cert, nma_cert_chooser_set_cert () -
-
nma_cert_chooser_set_cert_password, nma_cert_chooser_set_cert_password () -
-
nma_cert_chooser_set_cert_uri, nma_cert_chooser_set_cert_uri () -
-
nma_cert_chooser_set_key, nma_cert_chooser_set_key () -
-
nma_cert_chooser_set_key_password, nma_cert_chooser_set_key_password () -
-
nma_cert_chooser_set_key_uri, nma_cert_chooser_set_key_uri () -
-
nma_cert_chooser_update_cert_password_storage, nma_cert_chooser_update_cert_password_storage () -
-
nma_cert_chooser_update_key_password_storage, nma_cert_chooser_update_key_password_storage () -
-
nma_cert_chooser_validate, nma_cert_chooser_validate () -
-
nma_country_info_get_country_code, nma_country_info_get_country_code () -
-
nma_country_info_get_country_name, nma_country_info_get_country_name () -
-
nma_country_info_get_providers, nma_country_info_get_providers () -
-
nma_country_info_ref, nma_country_info_ref () -
-
nma_country_info_unref, nma_country_info_unref () -
-
nma_mobile_access_method_get_3gpp_apn, nma_mobile_access_method_get_3gpp_apn () -
-
nma_mobile_access_method_get_dns, nma_mobile_access_method_get_dns () -
-
nma_mobile_access_method_get_family, nma_mobile_access_method_get_family () -
-
nma_mobile_access_method_get_gateway, nma_mobile_access_method_get_gateway () -
-
nma_mobile_access_method_get_name, nma_mobile_access_method_get_name () -
-
nma_mobile_access_method_get_password, nma_mobile_access_method_get_password () -
-
nma_mobile_access_method_get_username, nma_mobile_access_method_get_username () -
-
nma_mobile_access_method_ref, nma_mobile_access_method_ref () -
-
nma_mobile_access_method_unref, nma_mobile_access_method_unref () -
-
nma_mobile_providers_database_dump, nma_mobile_providers_database_dump () -
-
nma_mobile_providers_database_get_countries, nma_mobile_providers_database_get_countries () -
-
nma_mobile_providers_database_lookup_3gpp_mcc_mnc, nma_mobile_providers_database_lookup_3gpp_mcc_mnc () -
-
nma_mobile_providers_database_lookup_cdma_sid, nma_mobile_providers_database_lookup_cdma_sid () -
-
nma_mobile_providers_database_lookup_country, nma_mobile_providers_database_lookup_country () -
-
nma_mobile_providers_database_new, nma_mobile_providers_database_new () -
-
nma_mobile_providers_database_new_finish, nma_mobile_providers_database_new_finish () -
-
nma_mobile_providers_database_new_sync, nma_mobile_providers_database_new_sync () -
-
nma_mobile_providers_split_3gpp_mcc_mnc, nma_mobile_providers_split_3gpp_mcc_mnc () -
-
nma_mobile_provider_get_3gpp_mcc_mnc, nma_mobile_provider_get_3gpp_mcc_mnc () -
-
nma_mobile_provider_get_cdma_sid, nma_mobile_provider_get_cdma_sid () -
-
nma_mobile_provider_get_methods, nma_mobile_provider_get_methods () -
-
nma_mobile_provider_get_name, nma_mobile_provider_get_name () -
-
nma_mobile_provider_ref, nma_mobile_provider_ref () -
-
nma_mobile_provider_unref, nma_mobile_provider_unref () -
-
nma_mobile_wizard_destroy, nma_mobile_wizard_destroy () -
-
nma_mobile_wizard_new, nma_mobile_wizard_new () -
-
nma_mobile_wizard_present, nma_mobile_wizard_present () -
-
nma_utils_menu_to_secret_flags, nma_utils_menu_to_secret_flags () -
-
nma_utils_setup_password_storage, nma_utils_setup_password_storage () -
-
nma_utils_update_password_storage, nma_utils_update_password_storage () -
-
nma_vpn_password_dialog_focus_password, nma_vpn_password_dialog_focus_password () -
-
nma_vpn_password_dialog_focus_password_secondary, nma_vpn_password_dialog_focus_password_secondary () -
-
nma_vpn_password_dialog_focus_password_ternary, nma_vpn_password_dialog_focus_password_ternary () -
-
nma_vpn_password_dialog_get_password, nma_vpn_password_dialog_get_password () -
-
nma_vpn_password_dialog_get_password_secondary, nma_vpn_password_dialog_get_password_secondary () -
-
nma_vpn_password_dialog_get_password_ternary, nma_vpn_password_dialog_get_password_ternary () -
-
nma_vpn_password_dialog_new, nma_vpn_password_dialog_new () -
-
nma_vpn_password_dialog_run_and_block, nma_vpn_password_dialog_run_and_block () -
-
nma_vpn_password_dialog_set_password, nma_vpn_password_dialog_set_password () -
-
nma_vpn_password_dialog_set_password_label, nma_vpn_password_dialog_set_password_label () -
-
nma_vpn_password_dialog_set_password_secondary, nma_vpn_password_dialog_set_password_secondary () -
-
nma_vpn_password_dialog_set_password_secondary_label, nma_vpn_password_dialog_set_password_secondary_label () -
-
nma_vpn_password_dialog_set_password_ternary, nma_vpn_password_dialog_set_password_ternary () -
-
nma_vpn_password_dialog_set_password_ternary_label, nma_vpn_password_dialog_set_password_ternary_label () -
-
nma_vpn_password_dialog_set_show_password, nma_vpn_password_dialog_set_show_password () -
-
nma_vpn_password_dialog_set_show_password_secondary, nma_vpn_password_dialog_set_show_password_secondary () -
-
nma_vpn_password_dialog_set_show_password_ternary, nma_vpn_password_dialog_set_show_password_ternary () -
-
nma_wifi_dialog_get_connection, nma_wifi_dialog_get_connection () -
-
nma_wifi_dialog_get_nag_ignored, nma_wifi_dialog_get_nag_ignored () -
-
nma_wifi_dialog_nag_user, nma_wifi_dialog_nag_user () -
-
nma_wifi_dialog_new, nma_wifi_dialog_new () -
-
nma_wifi_dialog_new_for_create, nma_wifi_dialog_new_for_create () -
-
nma_wifi_dialog_new_for_hidden, nma_wifi_dialog_new_for_hidden () -
-
nma_wifi_dialog_new_for_other, nma_wifi_dialog_new_for_other () -
-
nma_wifi_dialog_new_for_secrets, nma_wifi_dialog_new_for_secrets () -
-
nma_wifi_dialog_set_nag_ignored, nma_wifi_dialog_set_nag_ignored () -
-
-
-
- - - \ No newline at end of file diff --git a/html/api-index-full.html b/html/api-index-full.html deleted file mode 100644 index 228acbc..0000000 --- a/html/api-index-full.html +++ /dev/null @@ -1,564 +0,0 @@ - - - - -API Index: libnma Reference Manual - - - - - - - - - - - - - - - - -
-

-API Index

-

B

-
-NMABarCode:size, object property in NMABarCode -
-
-
-NMABarCode:text, object property in NMABarCode -
-
-
-NMABarCodeWidget:connection, object property in NMABarCodeWidget -
-
-
-nma_bar_code_draw, function in NMABarCode -
-
-
-nma_bar_code_get_size, function in NMABarCode -
-
-
-nma_bar_code_new, function in NMABarCode -
-
-
-nma_bar_code_set_text, function in NMABarCode -
-
-
-NMA_BAR_CODE_SIZE, macro in NMABarCode -
-
-
-NMA_BAR_CODE_TEXT, macro in NMABarCode -
-
-
-NMA_BAR_CODE_WIDGET_CONNECTION, macro in NMABarCodeWidget -
-
-
-nma_bar_code_widget_new, function in NMABarCodeWidget -
-
-

C

-
-NMACertChooser::cert-password-validate, object signal in NMACertChooser -
-
-
-NMACertChooser::cert-validate, object signal in NMACertChooser -
-
-
-NMACertChooser::changed, object signal in NMACertChooser -
-
-
-NMACertChooser::key-password-validate, object signal in NMACertChooser -
-
-
-NMACertChooser::key-validate, object signal in NMACertChooser -
-
-
-NMACertChooser:flags, object property in NMACertChooser -
-
-
-NMACertChooser:title, object property in NMACertChooser -
-
-
-NMACertChooserFlags, enum in NMACertChooser -
-
-
-nma_cert_chooser_add_to_size_group, function in NMACertChooser -
-
-
-nma_cert_chooser_get_cert, function in NMACertChooser -
-
-
-nma_cert_chooser_get_cert_password, function in NMACertChooser -
-
-
-nma_cert_chooser_get_cert_password_flags, function in NMACertChooser -
-
-
-nma_cert_chooser_get_cert_uri, function in NMACertChooser -
-
-
-nma_cert_chooser_get_key, function in NMACertChooser -
-
-
-nma_cert_chooser_get_key_password, function in NMACertChooser -
-
-
-nma_cert_chooser_get_key_password_flags, function in NMACertChooser -
-
-
-nma_cert_chooser_get_key_uri, function in NMACertChooser -
-
-
-nma_cert_chooser_new, function in NMACertChooser -
-
-
-nma_cert_chooser_setup_cert_password_storage, function in NMACertChooser -
-
-
-nma_cert_chooser_setup_key_password_storage, function in NMACertChooser -
-
-
-nma_cert_chooser_set_cert, function in NMACertChooser -
-
-
-nma_cert_chooser_set_cert_password, function in NMACertChooser -
-
-
-nma_cert_chooser_set_cert_uri, function in NMACertChooser -
-
-
-nma_cert_chooser_set_key, function in NMACertChooser -
-
-
-nma_cert_chooser_set_key_password, function in NMACertChooser -
-
-
-nma_cert_chooser_set_key_uri, function in NMACertChooser -
-
-
-nma_cert_chooser_update_cert_password_storage, function in NMACertChooser -
-
-
-nma_cert_chooser_update_key_password_storage, function in NMACertChooser -
-
-
-nma_cert_chooser_validate, function in NMACertChooser -
-
-
-nma_country_info_get_country_code, function in NMAMobileProvidersDatabase -
-
-
-nma_country_info_get_country_name, function in NMAMobileProvidersDatabase -
-
-
-nma_country_info_get_providers, function in NMAMobileProvidersDatabase -
-
-
-nma_country_info_ref, function in NMAMobileProvidersDatabase -
-
-
-nma_country_info_unref, function in NMAMobileProvidersDatabase -
-
-

M

-
-NMAMobileFamily, enum in NMAMobileProvidersDatabase -
-
-
-NMAMobileProvidersDatabase:country-codes, object property in NMAMobileProvidersDatabase -
-
-
-NMAMobileProvidersDatabase:service-providers, object property in NMAMobileProvidersDatabase -
-
-
-NMAMobileWizardAccessMethod, struct in NMAMobileWizard -
-
-
-NMAMobileWizardCallback, user_function in NMAMobileWizard -
-
-
-nma_mobile_access_method_get_3gpp_apn, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_access_method_get_dns, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_access_method_get_family, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_access_method_get_gateway, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_access_method_get_name, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_access_method_get_password, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_access_method_get_username, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_access_method_ref, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_access_method_unref, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_providers_database_dump, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_providers_database_get_countries, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_providers_database_lookup_3gpp_mcc_mnc, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_providers_database_lookup_cdma_sid, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_providers_database_lookup_country, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_providers_database_new, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_providers_database_new_finish, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_providers_database_new_sync, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_providers_split_3gpp_mcc_mnc, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_provider_get_3gpp_mcc_mnc, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_provider_get_cdma_sid, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_provider_get_methods, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_provider_get_name, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_provider_ref, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_provider_unref, function in NMAMobileProvidersDatabase -
-
-
-nma_mobile_wizard_destroy, function in NMAMobileWizard -
-
-
-nma_mobile_wizard_new, function in NMAMobileWizard -
-
-
-nma_mobile_wizard_present, function in NMAMobileWizard -
-
-

Q

-
-qrcodegen_BUFFER_LEN_FOR_VERSION, macro in qrcodegen -
-
-
-qrcodegen_BUFFER_LEN_MAX, macro in qrcodegen -
-
-
-qrcodegen_calcSegmentBufferSize, function in qrcodegen -
-
-
-qrcodegen_Ecc, enum in qrcodegen -
-
-
-qrcodegen_encodeBinary, function in qrcodegen -
-
-
-qrcodegen_encodeSegments, function in qrcodegen -
-
-
-qrcodegen_encodeSegmentsAdvanced, function in qrcodegen -
-
-
-qrcodegen_encodeText, function in qrcodegen -
-
-
-qrcodegen_getModule, function in qrcodegen -
-
-
-qrcodegen_getSize, function in qrcodegen -
-
-
-qrcodegen_isAlphanumeric, function in qrcodegen -
-
-
-qrcodegen_isNumeric, function in qrcodegen -
-
-
-qrcodegen_makeAlphanumeric, function in qrcodegen -
-
-
-qrcodegen_makeBytes, function in qrcodegen -
-
-
-qrcodegen_makeEci, function in qrcodegen -
-
-
-qrcodegen_makeNumeric, function in qrcodegen -
-
-
-qrcodegen_Mask, enum in qrcodegen -
-
-
-qrcodegen_Mode, enum in qrcodegen -
-
-
-qrcodegen_Segment, struct in qrcodegen -
-
-
-qrcodegen_VERSION_MAX, macro in qrcodegen -
-
-
-qrcodegen_VERSION_MIN, macro in qrcodegen -
-
-

U

-
-nma_utils_menu_to_secret_flags, function in nma-ui-utils -
-
-
-nma_utils_setup_password_storage, function in nma-ui-utils -
-
-
-nma_utils_update_password_storage, function in nma-ui-utils -
-
-

V

-
-NMAVpnPasswordDialog, typedef in NMAVpnPasswordDialog -
-
-
-NMAVpnPasswordDialogClass, typedef in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_focus_password, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_focus_password_secondary, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_focus_password_ternary, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_get_password, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_get_password_secondary, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_get_password_ternary, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_new, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_run_and_block, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_set_password, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_set_password_label, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_set_password_secondary, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_set_password_secondary_label, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_set_password_ternary, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_set_password_ternary_label, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_set_show_password, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_set_show_password_secondary, function in NMAVpnPasswordDialog -
-
-
-nma_vpn_password_dialog_set_show_password_ternary, function in NMAVpnPasswordDialog -
-
-

W

-
-nma_wifi_dialog_get_connection, function in NMAWifiDialog -
-
-
-nma_wifi_dialog_get_nag_ignored, function in NMAWifiDialog -
-
-
-nma_wifi_dialog_nag_user, function in NMAWifiDialog -
-
-
-nma_wifi_dialog_new, function in NMAWifiDialog -
-
-
-nma_wifi_dialog_new_for_create, function in NMAWifiDialog -
-
-
-nma_wifi_dialog_new_for_hidden, function in NMAWifiDialog -
-
-
-nma_wifi_dialog_new_for_other, function in NMAWifiDialog -
-
-
-nma_wifi_dialog_new_for_secrets, function in NMAWifiDialog -
-
-
-nma_wifi_dialog_set_nag_ignored, function in NMAWifiDialog -
-
-
- - - \ No newline at end of file diff --git a/html/api-reference.html b/html/api-reference.html deleted file mode 100644 index ec27729..0000000 --- a/html/api-reference.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - -libnma API reference: libnma Reference Manual - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/html/home.png b/html/home.png deleted file mode 100644 index 9346b33..0000000 Binary files a/html/home.png and /dev/null differ diff --git a/html/index.html b/html/index.html deleted file mode 100644 index af20973..0000000 --- a/html/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - -libnma Reference Manual: libnma Reference Manual - - - - - - - -
-
-
-
-

- for libnma 1.8.24. - The latest version of this documentation can be found on-line at - https://gnome.pages.gitlab.gnome.org/network-manager-applet/libnma/ -

-
-
-

- Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU Free - Documentation License, Version 1.1 or any later - version published by the Free Software Foundation with no - Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. You may obtain a copy of the GNU Free - Documentation License from the Free Software - Foundation by visiting their Web site or by writing - to: - -

-


-          The Free Software Foundation, Inc.,
-          51 Franklin Street - Fifth Floor,
-          BostonMA 02110-1301,
-          USA
-        

-

-

-
-
-
-
- -
- - - \ No newline at end of file diff --git a/html/left-insensitive.png b/html/left-insensitive.png deleted file mode 100644 index 3269393..0000000 Binary files a/html/left-insensitive.png and /dev/null differ diff --git a/html/left.png b/html/left.png deleted file mode 100644 index 2abde03..0000000 Binary files a/html/left.png and /dev/null differ diff --git a/html/libnma-nma-ui-utils.html b/html/libnma-nma-ui-utils.html deleted file mode 100644 index 709c7f0..0000000 --- a/html/libnma-nma-ui-utils.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - -nma-ui-utils: libnma Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

nma-ui-utils

-

nma-ui-utils

-
-
-

Functions

-
---- - - - - - - - - - - - - - - -
-void - -nma_utils_setup_password_storage () -
-NMSettingSecretFlags - -nma_utils_menu_to_secret_flags () -
-void - -nma_utils_update_password_storage () -
-
-
-

Description

-
-
-

Functions

-
-

nma_utils_setup_password_storage ()

-
void
-nma_utils_setup_password_storage (GtkWidget *passwd_entry,
-                                  NMSettingSecretFlags initial_flags,
-                                  NMSetting *setting,
-                                  const char *password_flags_name,
-                                  gboolean with_not_required,
-                                  gboolean ask_mode);
-

Adds a secondary icon and creates a popup menu for password entry. -The active menu item is set up according to initial_flags, or -from setting -/password_flags_name - (if they are not NULL). -If the setting -/password_flags_name - are not NULL, secret flags will -be automatically updated in the setting when menu is changed.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

passwd_entry

password GtkEntry which the icon is attached to

 

initial_flags

initial secret flags to setup password menu from

 

setting

NMSetting containing the password, or NULL

 

password_flags_name

name of the secret flags (like psk-flags), or NULL

 

with_not_required

whether to include "Not required" menu item

 

ask_mode

TRUE if the entry is shown in ASK mode. That means, -while prompting for a password, contrary to being inside the -editor mode. -If TRUE, the entry should be sensivive on selected "always-ask" -icon (this is e.f. for nm-applet asking for password), otherwise -not. -If TRUE, it shall not be possible to select a different storage, -because we only prompt for a password, we cannot change the password -location.

 
-
-
-
-
-

nma_utils_menu_to_secret_flags ()

-
NMSettingSecretFlags
-nma_utils_menu_to_secret_flags (GtkWidget *passwd_entry);
-

Returns secret flags corresponding to the selected password storage menu -in the attached icon

-
-

Parameters

-
----- - - - - - -

passwd_entry

password GtkEntry which the password icon/menu is attached to

 
-
-
-

Returns

-

secret flags corresponding to the active item in password menu

-
-
-
-
-

nma_utils_update_password_storage ()

-
void
-nma_utils_update_password_storage (GtkWidget *passwd_entry,
-                                   NMSettingSecretFlags secret_flags,
-                                   NMSetting *setting,
-                                   const char *password_flags_name);
-

Updates secret flags in the password storage popup menu and also -in the setting - (if setting - and password_flags_name - are not NULL).

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

passwd_entry

GtkEntry with the password

 

secret_flags

secret flags to set

 

setting

NMSetting containing the password, or NULL

 

password_flags_name

name of the secret flags (like psk-flags), or NULL

 
-
-
-
-
-

Types and Values

-
-
- - - \ No newline at end of file diff --git a/html/libnma.devhelp2 b/html/libnma.devhelp2 deleted file mode 100644 index da2238b..0000000 --- a/html/libnma.devhelp2 +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/html/object-tree.html b/html/object-tree.html deleted file mode 100644 index 8fdc368..0000000 --- a/html/object-tree.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - -Object Hierarchy: libnma Reference Manual - - - - - - - - - - - - - - - - -
-

-Object Hierarchy

-
-    GObject
-    ├── NMABarCode
-    ├── GInitiallyUnowned
-       ╰── GtkWidget
-           ╰── GtkContainer
-               ├── GtkBox
-                  ╰── NMABarCodeWidget
-               ├── GtkGrid
-                  ╰── NMACertChooser
-               ╰── GtkBin
-                   ╰── GtkWindow
-                       ├── GtkAssistant
-                          ╰── NMAMobileWizard
-                       ╰── GtkDialog
-                           ├── NMAVpnPasswordDialog
-                           ╰── NMAWifiDialog
-    ╰── NMAMobileProvidersDatabase
-    GBoxed
-    ├── NMACountryInfo
-    ├── NMAMobileAccessMethod
-    ╰── NMAMobileProvider
-
-
- - - \ No newline at end of file diff --git a/html/right-insensitive.png b/html/right-insensitive.png deleted file mode 100644 index 4c95785..0000000 Binary files a/html/right-insensitive.png and /dev/null differ diff --git a/html/right.png b/html/right.png deleted file mode 100644 index 76260ec..0000000 Binary files a/html/right.png and /dev/null differ diff --git a/html/style.css b/html/style.css deleted file mode 100644 index b4a1493..0000000 --- a/html/style.css +++ /dev/null @@ -1,533 +0,0 @@ -body -{ - font-family: cantarell, sans-serif; -} -.synopsis, .classsynopsis -{ - /* tango:aluminium 1/2 */ - background: #eeeeec; - background: rgba(238, 238, 236, 0.5); - border: solid 1px rgb(238, 238, 236); - padding: 0.5em; -} -.programlisting -{ - /* tango:sky blue 0/1 */ - /* fallback for no rgba support */ - background: #e6f3ff; - border: solid 1px #729fcf; - background: rgba(114, 159, 207, 0.1); - border: solid 1px rgba(114, 159, 207, 0.2); - padding: 0.5em; -} -.variablelist -{ - padding: 4px; - margin-left: 3em; -} -.variablelist td:first-child -{ - vertical-align: top; -} - -span.nowrap { - white-space: nowrap; -} - -div.gallery-float -{ - float: left; - padding: 10px; -} -div.gallery-float img -{ - border-style: none; -} -div.gallery-spacer -{ - clear: both; -} - -a, a:visited -{ - text-decoration: none; - /* tango:sky blue 2 */ - color: #3465a4; -} -a:hover -{ - text-decoration: underline; - /* tango:sky blue 1 */ - color: #729fcf; -} - -div.informaltable table -{ - border-collapse: separate; - border-spacing: 1em 0.3em; - border: none; -} - -div.informaltable table td, div.informaltable table th -{ - vertical-align: top; -} - -.function_type, -.variable_type, -.property_type, -.signal_type, -.parameter_name, -.struct_member_name, -.union_member_name, -.define_keyword, -.datatype_keyword, -.typedef_keyword -{ - text-align: right; -} - -/* dim non-primary columns */ -.c_punctuation, -.function_type, -.variable_type, -.property_type, -.signal_type, -.define_keyword, -.datatype_keyword, -.typedef_keyword, -.property_flags, -.signal_flags, -.parameter_annotations, -.enum_member_annotations, -.struct_member_annotations, -.union_member_annotations -{ - color: #888a85; -} - -.function_type a, -.function_type a:visited, -.function_type a:hover, -.property_type a, -.property_type a:visited, -.property_type a:hover, -.signal_type a, -.signal_type a:visited, -.signal_type a:hover, -.signal_flags a, -.signal_flags a:visited, -.signal_flags a:hover -{ - color: #729fcf; -} - -td p -{ - margin: 0.25em; -} - -div.table table -{ - border-collapse: collapse; - border-spacing: 0px; - /* tango:aluminium 3 */ - border: solid 1px #babdb6; -} - -div.table table td, div.table table th -{ - /* tango:aluminium 3 */ - border: solid 1px #babdb6; - padding: 3px; - vertical-align: top; -} - -div.table table th -{ - /* tango:aluminium 2 */ - background-color: #d3d7cf; -} - -h4 -{ - color: #555753; - margin-top: 1em; - margin-bottom: 1em; -} - -hr -{ - /* tango:aluminium 1 */ - color: #d3d7cf; - background: #d3d7cf; - border: none 0px; - height: 1px; - clear: both; - margin: 2.0em 0em 2.0em 0em; -} - -dl.toc dt -{ - padding-bottom: 0.25em; -} - -dl.toc > dt -{ - padding-top: 0.25em; - padding-bottom: 0.25em; - font-weight: bold; -} - -dl.toc > dl -{ - padding-bottom: 0.5em; -} - -.parameter -{ - font-style: normal; -} - -.footer -{ - padding-top: 3.5em; - /* tango:aluminium 3 */ - color: #babdb6; - text-align: center; - font-size: 80%; -} - -.informalfigure, -.figure -{ - margin: 1em; -} - -.informalexample, -.example -{ - margin-top: 1em; - margin-bottom: 1em; -} - -.warning -{ - /* tango:orange 0/1 */ - background: #ffeed9; - background: rgba(252, 175, 62, 0.1); - border-color: #ffb04f; - border-color: rgba(252, 175, 62, 0.2); -} -.note -{ - /* tango:chameleon 0/0.5 */ - background: #d8ffb2; - background: rgba(138, 226, 52, 0.1); - border-color: #abf562; - border-color: rgba(138, 226, 52, 0.2); -} -div.blockquote -{ - border-color: #eeeeec; -} -.note, .warning, div.blockquote -{ - padding: 0.5em; - border-width: 1px; - border-style: solid; - margin: 2em; -} -.note p, .warning p -{ - margin: 0; -} - -div.warning h3.title, -div.note h3.title -{ - display: none; -} - -p + div.section -{ - margin-top: 1em; -} - -div.refnamediv, -div.refsynopsisdiv, -div.refsect1, -div.refsect2, -div.toc, -div.section -{ - margin-bottom: 1em; -} - -/* blob links */ -h2 .extralinks, h3 .extralinks -{ - float: right; - /* tango:aluminium 3 */ - color: #babdb6; - font-size: 80%; - font-weight: normal; -} - -.lineart -{ - color: #d3d7cf; - font-weight: normal; -} - -.annotation -{ - /* tango:aluminium 5 */ - color: #555753; - font-weight: normal; -} - -.structfield -{ - font-style: normal; - font-weight: normal; -} - -acronym,abbr -{ - border-bottom: 1px dotted gray; -} - -.listing_frame { - /* tango:sky blue 1 */ - border: solid 1px #729fcf; - border: solid 1px rgba(114, 159, 207, 0.2); - padding: 0px; -} - -.listing_lines, .listing_code { - margin-top: 0px; - margin-bottom: 0px; - padding: 0.5em; -} -.listing_lines { - /* tango:sky blue 0.5 */ - background: #a6c5e3; - background: rgba(114, 159, 207, 0.2); - /* tango:aluminium 6 */ - color: #2e3436; -} -.listing_code { - /* tango:sky blue 0 */ - background: #e6f3ff; - background: rgba(114, 159, 207, 0.1); -} -.listing_code .programlisting { - /* override from previous */ - border: none 0px; - padding: 0px; - background: none; -} -.listing_lines pre, .listing_code pre { - margin: 0px; -} - -@media screen { - /* these have a as a first child, but since there are no parent selectors - * we can't use that. */ - a.footnote - { - position: relative; - top: 0em ! important; - } - /* this is needed so that the local anchors are displayed below the naviagtion */ - div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] - { - display: inline-block; - position: relative; - top:-5em; - } - /* this seems to be a bug in the xsl style sheets when generating indexes */ - div.index div.index - { - top: 0em; - } - /* make space for the fixed navigation bar and add space at the bottom so that - * link targets appear somewhat close to top - */ - body - { - padding-top: 2.5em; - padding-bottom: 500px; - max-width: 60em; - } - p - { - max-width: 60em; - } - /* style and size the navigation bar */ - table.navigation#top - { - position: fixed; - background: #e2e2e2; - border-bottom: solid 1px #babdb6; - border-spacing: 5px; - margin-top: 0; - margin-bottom: 0; - top: 0; - left: 0; - z-index: 10; - } - table.navigation#top td - { - padding-left: 6px; - padding-right: 6px; - } - .navigation a, .navigation a:visited - { - /* tango:sky blue 3 */ - color: #204a87; - } - .navigation a:hover - { - /* tango:sky blue 2 */ - color: #3465a4; - } - td.shortcuts - { - /* tango:sky blue 2 */ - color: #3465a4; - font-size: 80%; - white-space: nowrap; - } - td.shortcuts .dim - { - color: #babdb6; - } - .navigation .title - { - font-size: 80%; - max-width: none; - margin: 0px; - font-weight: normal; - } -} -@media screen and (min-width: 60em) { - /* screen larger than 60em */ - body { margin: auto; } -} -@media screen and (max-width: 60em) { - /* screen less than 60em */ - #nav_hierarchy { display: none; } - #nav_interfaces { display: none; } - #nav_prerequisites { display: none; } - #nav_derived_interfaces { display: none; } - #nav_implementations { display: none; } - #nav_child_properties { display: none; } - #nav_style_properties { display: none; } - #nav_index { display: none; } - #nav_glossary { display: none; } - .gallery_image { display: none; } - .property_flags { display: none; } - .signal_flags { display: none; } - .parameter_annotations { display: none; } - .enum_member_annotations { display: none; } - .struct_member_annotations { display: none; } - .union_member_annotations { display: none; } - /* now that a column is hidden, optimize space */ - col.parameters_name { width: auto; } - col.parameters_description { width: auto; } - col.struct_members_name { width: auto; } - col.struct_members_description { width: auto; } - col.enum_members_name { width: auto; } - col.enum_members_description { width: auto; } - col.union_members_name { width: auto; } - col.union_members_description { width: auto; } - .listing_lines { display: none; } -} -@media print { - table.navigation { - visibility: collapse; - display: none; - } - div.titlepage table.navigation { - visibility: visible; - display: table; - background: #e2e2e2; - border: solid 1px #babdb6; - margin-top: 0; - margin-bottom: 0; - top: 0; - left: 0; - height: 3em; - } -} - -.hll { background-color: #ffffcc } -.c { color: #408080; font-style: italic } /* Comment */ -.err { border: 1px solid #FF0000 } /* Error */ -.k { color: #008000; font-weight: bold } /* Keyword */ -.o { color: #666666 } /* Operator */ -.ch { color: #408080; font-style: italic } /* Comment.Hashbang */ -.cm { color: #408080; font-style: italic } /* Comment.Multiline */ -.cp { color: #BC7A00 } /* Comment.Preproc */ -.cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ -.c1 { color: #408080; font-style: italic } /* Comment.Single */ -.cs { color: #408080; font-style: italic } /* Comment.Special */ -.gd { color: #A00000 } /* Generic.Deleted */ -.ge { font-style: italic } /* Generic.Emph */ -.gr { color: #FF0000 } /* Generic.Error */ -.gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.gi { color: #00A000 } /* Generic.Inserted */ -.go { color: #888888 } /* Generic.Output */ -.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -.gs { font-weight: bold } /* Generic.Strong */ -.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.gt { color: #0044DD } /* Generic.Traceback */ -.kc { color: #008000; font-weight: bold } /* Keyword.Constant */ -.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ -.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ -.kp { color: #008000 } /* Keyword.Pseudo */ -.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ -.kt { color: #B00040 } /* Keyword.Type */ -.m { color: #666666 } /* Literal.Number */ -.s { color: #BA2121 } /* Literal.String */ -.na { color: #7D9029 } /* Name.Attribute */ -.nb { color: #008000 } /* Name.Builtin */ -.nc { color: #0000FF; font-weight: bold } /* Name.Class */ -.no { color: #880000 } /* Name.Constant */ -.nd { color: #AA22FF } /* Name.Decorator */ -.ni { color: #999999; font-weight: bold } /* Name.Entity */ -.ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -.nf { color: #0000FF } /* Name.Function */ -.nl { color: #A0A000 } /* Name.Label */ -.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -.nt { color: #008000; font-weight: bold } /* Name.Tag */ -.nv { color: #19177C } /* Name.Variable */ -.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -.w { color: #bbbbbb } /* Text.Whitespace */ -.mb { color: #666666 } /* Literal.Number.Bin */ -.mf { color: #666666 } /* Literal.Number.Float */ -.mh { color: #666666 } /* Literal.Number.Hex */ -.mi { color: #666666 } /* Literal.Number.Integer */ -.mo { color: #666666 } /* Literal.Number.Oct */ -.sa { color: #BA2121 } /* Literal.String.Affix */ -.sb { color: #BA2121 } /* Literal.String.Backtick */ -.sc { color: #BA2121 } /* Literal.String.Char */ -.dl { color: #BA2121 } /* Literal.String.Delimiter */ -.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ -.s2 { color: #BA2121 } /* Literal.String.Double */ -.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -.sh { color: #BA2121 } /* Literal.String.Heredoc */ -.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -.sx { color: #008000 } /* Literal.String.Other */ -.sr { color: #BB6688 } /* Literal.String.Regex */ -.s1 { color: #BA2121 } /* Literal.String.Single */ -.ss { color: #19177C } /* Literal.String.Symbol */ -.bp { color: #008000 } /* Name.Builtin.Pseudo */ -.fm { color: #0000FF } /* Name.Function.Magic */ -.vc { color: #19177C } /* Name.Variable.Class */ -.vg { color: #19177C } /* Name.Variable.Global */ -.vi { color: #19177C } /* Name.Variable.Instance */ -.vm { color: #19177C } /* Name.Variable.Magic */ -.il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/html/up-insensitive.png b/html/up-insensitive.png deleted file mode 100644 index f404986..0000000 Binary files a/html/up-insensitive.png and /dev/null differ diff --git a/html/up.png b/html/up.png deleted file mode 100644 index 80b4b37..0000000 Binary files a/html/up.png and /dev/null differ diff --git a/libnma-sections.txt b/libnma-sections.txt deleted file mode 100644 index 075f529..0000000 --- a/libnma-sections.txt +++ /dev/null @@ -1,237 +0,0 @@ -
-nma-bar-code -NMABarCode -NMA_BAR_CODE_TEXT -NMA_BAR_CODE_SIZE -nma_bar_code_new -nma_bar_code_set_text -nma_bar_code_get_size -nma_bar_code_draw - -NMABarCode -NMABarCodeClass -NMA_BAR_CODE -NMA_BAR_CODE_CLASS -NMA_BAR_CODE_GET_CLASS -NMA_IS_BAR_CODE -NMA_IS_BAR_CODE_CLASS -NMA_TYPE_BAR_CODE -nma_bar_code_get_type -
- -
-nma-bar-code-widget -NMABarCodeWidget -NMA_BAR_CODE_WIDGET_CONNECTION -nma_bar_code_widget_new - -NMABarCodeWidget -NMABarCodeWidgetClass -NMA_BAR_CODE_WIDGET -NMA_BAR_CODE_WIDGET_CLASS -NMA_BAR_CODE_WIDGET_GET_CLASS -NMA_IS_BAR_CODE_WIDGET -NMA_IS_BAR_CODE_WIDGET_CLASS -NMA_TYPE_BAR_CODE_WIDGET -nma_bar_code_widget_get_type -
- -
-nma-cert-chooser -NMACertChooser -NMACertChooserFlags -nma_cert_chooser_set_cert -nma_cert_chooser_set_cert_uri -nma_cert_chooser_get_cert -nma_cert_chooser_get_cert_uri -nma_cert_chooser_set_cert_password -nma_cert_chooser_get_cert_password -nma_cert_chooser_set_key -nma_cert_chooser_set_key_uri -nma_cert_chooser_get_key -nma_cert_chooser_get_key_uri -nma_cert_chooser_set_key_password -nma_cert_chooser_get_key_password -nma_cert_chooser_new -nma_cert_chooser_add_to_size_group -nma_cert_chooser_validate -nma_cert_chooser_setup_cert_password_storage -nma_cert_chooser_update_cert_password_storage -nma_cert_chooser_get_cert_password_flags -nma_cert_chooser_setup_key_password_storage -nma_cert_chooser_update_key_password_storage -nma_cert_chooser_get_key_password_flags - -NMACertChooser -NMACertChooserClass -NMA_CERT_CHOOSER -NMA_CERT_CHOOSER_CLASS -NMA_CERT_CHOOSER_GET_CLASS -NMA_IS_CERT_CHOOSER -NMA_IS_CERT_CHOOSER_CLASS -NMA_TYPE_CERT_CHOOSER -nma_cert_chooser_get_type -
- -
-nma-mobile-providers -NMAMobileProvidersDatabase -NMAMobileFamily -nma_mobile_access_method_ref -nma_mobile_access_method_unref -nma_mobile_access_method_get_name -nma_mobile_access_method_get_username -nma_mobile_access_method_get_password -nma_mobile_access_method_get_gateway -nma_mobile_access_method_get_dns -nma_mobile_access_method_get_3gpp_apn -nma_mobile_access_method_get_family -nma_mobile_provider_ref -nma_mobile_provider_unref -nma_mobile_provider_get_name -nma_mobile_provider_get_methods -nma_mobile_provider_get_3gpp_mcc_mnc -nma_mobile_provider_get_cdma_sid -nma_country_info_ref -nma_country_info_unref -nma_country_info_get_country_code -nma_country_info_get_country_name -nma_country_info_get_providers -nma_mobile_providers_database_new -nma_mobile_providers_database_new_finish -nma_mobile_providers_database_new_sync -nma_mobile_providers_database_get_countries -nma_mobile_providers_database_dump -nma_mobile_providers_database_lookup_country -nma_mobile_providers_database_lookup_3gpp_mcc_mnc -nma_mobile_providers_database_lookup_cdma_sid -nma_mobile_providers_split_3gpp_mcc_mnc - -NMACountryInfo -NMAMobileAccessMethod -NMAMobileProvider -NMAMobileProvidersDatabase -NMAMobileProvidersDatabaseClass -NMAMobileProvidersDatabasePrivate -NMA_IS_MOBILE_PROVIDERS_DATABASE -NMA_IS_MOBILE_PROVIDERS_DATABASE_CLASS -NMA_MOBILE_PROVIDERS_DATABASE -NMA_MOBILE_PROVIDERS_DATABASE_CLASS -NMA_MOBILE_PROVIDERS_DATABASE_GET_CLASS -NMA_TYPE_COUNTRY_INFO -NMA_TYPE_MOBILE_ACCESS_METHOD -NMA_TYPE_MOBILE_PROVIDER -NMA_TYPE_MOBILE_PROVIDERS_DATABASE -nma_country_info_get_type -nma_mobile_access_method_get_type -nma_mobile_provider_get_type -nma_mobile_providers_database_get_type -
- -
-nma-mobile-wizard -NMAMobileWizard -NMAMobileWizardAccessMethod -NMAMobileWizardCallback -nma_mobile_wizard_new -nma_mobile_wizard_present -nma_mobile_wizard_destroy - -NMAMobileWizard -NMAMobileWizardClass -NMA_IS_MOBILE_WIZARD -NMA_IS_MOBILE_WIZARD_CLASS -NMA_MOBILE_WIZARD -NMA_MOBILE_WIZARD_CLASS -NMA_MOBILE_WIZARD_GET_CLASS -NMA_TYPE_MOBILE_WIZARD -nma_mobile_wizard_get_type -
- -
-nma-ui-utils -nma_utils_setup_password_storage -nma_utils_menu_to_secret_flags -nma_utils_update_password_storage -
- -
-nma-vpn-password-dialog -NMAVpnPasswordDialog -NMAVpnPasswordDialog -NMAVpnPasswordDialogClass -nma_vpn_password_dialog_new -nma_vpn_password_dialog_run_and_block -nma_vpn_password_dialog_set_show_password -nma_vpn_password_dialog_focus_password -nma_vpn_password_dialog_set_password -nma_vpn_password_dialog_set_password_label -nma_vpn_password_dialog_set_show_password_secondary -nma_vpn_password_dialog_focus_password_secondary -nma_vpn_password_dialog_set_password_secondary -nma_vpn_password_dialog_set_password_secondary_label -nma_vpn_password_dialog_set_show_password_ternary -nma_vpn_password_dialog_focus_password_ternary -nma_vpn_password_dialog_set_password_ternary -nma_vpn_password_dialog_set_password_ternary_label -nma_vpn_password_dialog_get_password -nma_vpn_password_dialog_get_password_secondary -nma_vpn_password_dialog_get_password_ternary - -NMA_VPN_IS_PASSWORD_DIALOG -NMA_VPN_IS_PASSWORD_DIALOG_CLASS -NMA_VPN_PASSWORD_DIALOG -NMA_VPN_PASSWORD_DIALOG_CLASS -NMA_VPN_TYPE_PASSWORD_DIALOG -nma_vpn_password_dialog_get_type -
- -
-nma-wifi-dialog -NMAWifiDialog -nma_wifi_dialog_new -nma_wifi_dialog_new_for_secrets -nma_wifi_dialog_new_for_hidden -nma_wifi_dialog_new_for_create -nma_wifi_dialog_get_connection -nma_wifi_dialog_nag_user -nma_wifi_dialog_set_nag_ignored -nma_wifi_dialog_get_nag_ignored -nma_wifi_dialog_new_for_other - -NMAWifiDialog -NMAWifiDialogClass -NMA_IS_WIFI_DIALOG -NMA_IS_WIFI_DIALOG_CLASS -NMA_TYPE_WIFI_DIALOG -NMA_WIFI_DIALOG -NMA_WIFI_DIALOG_CLASS -NMA_WIFI_DIALOG_GET_CLASS -nma_wifi_dialog_get_type -
- -
-qrcodegen -qrcodegen_Ecc -qrcodegen_Mask -qrcodegen_Mode -qrcodegen_Segment -qrcodegen_VERSION_MIN -qrcodegen_VERSION_MAX -qrcodegen_BUFFER_LEN_FOR_VERSION -qrcodegen_BUFFER_LEN_MAX -qrcodegen_encodeText -qrcodegen_encodeBinary -qrcodegen_encodeSegments -qrcodegen_encodeSegmentsAdvanced -qrcodegen_isAlphanumeric -qrcodegen_isNumeric -qrcodegen_calcSegmentBufferSize -qrcodegen_makeBytes -qrcodegen_makeNumeric -qrcodegen_makeAlphanumeric -qrcodegen_makeEci -qrcodegen_getSize -qrcodegen_getModule -
- diff --git a/libnma.types b/libnma.types deleted file mode 100644 index 672c532..0000000 --- a/libnma.types +++ /dev/null @@ -1,10 +0,0 @@ -nma_bar_code_get_type -nma_bar_code_widget_get_type -nma_cert_chooser_get_type -nma_country_info_get_type -nma_mobile_access_method_get_type -nma_mobile_provider_get_type -nma_mobile_providers_database_get_type -nma_mobile_wizard_get_type -nma_vpn_password_dialog_get_type -nma_wifi_dialog_get_type diff --git a/po/af.po b/po/af.po index d206699..ea08b86 100644 --- a/po/af.po +++ b/po/af.po @@ -3099,7 +3099,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4069,16 +4069,16 @@ msgid "WPA3 Personal" msgstr "" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Sekuriteit:" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/an.po b/po/an.po index d113134..6c45707 100644 --- a/po/an.po +++ b/po/an.po @@ -3179,7 +3179,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4215,17 +4215,17 @@ msgstr "WPA y WPA2 presonal" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "No se podió cargar a interficie d'usuario de seguranza cableada." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Seguridat inalambrica" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "No se podió cargar a interficie d'usuario de seguranza cableada." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/ar.po b/po/ar.po index a571bf7..3d54512 100644 --- a/po/ar.po +++ b/po/ar.po @@ -3122,7 +3122,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4148,17 +4148,17 @@ msgstr "‏WPA و WPA2 شخصي" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "تعذر تحميل الاواجهة اللاسلكية؛ إعداد الشبكة اللاسلكية مفقود" #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "أمن اللاسلكي" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "تعذر تحميل الواجهة اللاسلكية الأمنية" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/as.gmo b/po/as.gmo index d6da75b..72e3ccd 100644 Binary files a/po/as.gmo and b/po/as.gmo differ diff --git a/po/as.po b/po/as.po index d92fd91..f039af0 100644 --- a/po/as.po +++ b/po/as.po @@ -3164,8 +3164,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4174,17 +4174,17 @@ msgid "WPA3 Personal" msgstr "WPA আৰু WPA2 ব্যক্তিগত" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Wi-Fi সুৰক্ষাৰ ব্যৱহাৰকাৰী আন্তঃপৃষ্ঠ ল'ড কৰিবলৈ ব্যৰ্থ; Wi-Fi সংহতিসমূহ অনুপস্থিত।" +"WLAN সুৰক্ষাৰ ব্যৱহাৰকাৰী আন্তঃপৃষ্ঠ ল'ড কৰিবলৈ ব্যৰ্থ; WLAN সংহতিসমূহ অনুপস্থিত।" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi সুৰক্ষা" +msgid "WLAN Security" +msgstr "WLAN সুৰক্ষা" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi সুৰক্ষাৰ ব্যৱহাৰকাৰী আন্তঃপৃষ্ঠ ল'ড কৰিবলৈ ব্যৰ্থ।" +msgid "Could not load WLAN Security user interface." +msgstr "WLAN সুৰক্ষাৰ ব্যৱহাৰকাৰী আন্তঃপৃষ্ঠ ল'ড কৰিবলৈ ব্যৰ্থ।" #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/ast.po b/po/ast.po index bfad83e..2536475 100644 --- a/po/ast.po +++ b/po/ast.po @@ -3162,7 +3162,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4180,20 +4180,20 @@ msgstr "WPA y WPA2 personal" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Nun pudo cargase l'interfaz d'usuariu pa seguridá Wi-Fi; falten los axustes " -"Wi-Fi." +"Nun pudo cargase l'interfaz d'usuariu pa seguridá WLAN; falten los axustes " +"WLAN." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Seguridá inalámbrica" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "Nun pudo cargase l'interfaz d'usuariu pa seguridá Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Nun pudo cargase l'interfaz d'usuariu pa seguridá WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/be.gmo b/po/be.gmo index ad55da8..3055453 100644 Binary files a/po/be.gmo and b/po/be.gmo differ diff --git a/po/be.po b/po/be.po index 8998281..52feb80 100644 --- a/po/be.po +++ b/po/be.po @@ -3148,8 +3148,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4182,20 +4182,20 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Не ўдалося загрузіць інтэрфейс карыстальніка для змянення настроек бяспекі " -"Wi-Fi. Адсутнічае настройка Wi-Fi." +"WLAN. Адсутнічае настройка WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Бяспека Wi-Fi" +msgid "WLAN Security" +msgstr "Бяспека WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" "Не ўдалося загрузіць інтэрфейс карыстальніка для змянення настроек бяспекі " -"Wi-Fi." +"WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/be@latin.po b/po/be@latin.po index b73e754..74bdfa1 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -3154,7 +3154,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4173,16 +4173,16 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Biazdrotavaja biaśpieka" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/bg.gmo b/po/bg.gmo index 2fb276b..527397d 100644 Binary files a/po/bg.gmo and b/po/bg.gmo differ diff --git a/po/bg.po b/po/bg.po index 8cd969b..da8d203 100644 --- a/po/bg.po +++ b/po/bg.po @@ -3185,7 +3185,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Безжична мрежа" #: src/connection-editor/connection-helpers.c:100 @@ -4209,18 +4209,18 @@ msgid "WPA3 Personal" msgstr "Частна WPA & WPA2 " #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Потребителският интерфейс за сигурност на Wi-Fi не може да се зареди. " -"Липсват настройките за Wi-Fi." +"Потребителският интерфейс за сигурност на WLAN не може да се зареди. " +"Липсват настройките за WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Защита на безжична мрежа" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Потребителският интерфейс за сигурност на Wi-Fi не може да се зареди." +msgid "Could not load WLAN Security user interface." +msgstr "Потребителският интерфейс за сигурност на WLAN не може да се зареди." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/bn_IN.po b/po/bn_IN.po index 0e62781..7a28f47 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -3192,7 +3192,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4207,18 +4207,18 @@ msgstr "WPA ও WPA2 ব্যক্তিগত" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "ওয়াই-ফাই নিরাপত্তার ইউজার ইন্টারফেস লোড করতে ব্যর্থ; ওয়াই-ফাইল বৈশিষ্ট্য অনুপস্থিত।" #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "বেতার নিরাপত্তা" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "ওয়াই-ফাই নিরাপত্তার ইউজার ইন্টারফেস লোড করতে ব্যর্থ।" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/bs.gmo b/po/bs.gmo index b0334a0..08f8ae5 100644 Binary files a/po/bs.gmo and b/po/bs.gmo differ diff --git a/po/bs.po b/po/bs.po index edf5609..e2bb05e 100644 --- a/po/bs.po +++ b/po/bs.po @@ -3167,8 +3167,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4178,18 +4178,18 @@ msgid "WPA3 Personal" msgstr "Lični WPA & WPA2" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Nije moguće učitati Wi-Fi sigurnosni korisnički ulazni uređaj; nedostaje Wi-" -"Fi podešavanje." +"Nije moguće učitati WLAN sigurnosni korisnički ulazni uređaj; nedostaje " +"WLAN podešavanje." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi Sigurnost" +msgid "WLAN Security" +msgstr "WLAN Sigurnost" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Nije moguće učitati Wi-Fi sigurnosni korisnički ulazni uređaj." +msgid "Could not load WLAN Security user interface." +msgstr "Nije moguće učitati WLAN sigurnosni korisnički ulazni uređaj." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/ca.gmo b/po/ca.gmo index d518df9..eccec1d 100644 Binary files a/po/ca.gmo and b/po/ca.gmo differ diff --git a/po/ca.po b/po/ca.po index 01b6fcc..4f8712c 100644 --- a/po/ca.po +++ b/po/ca.po @@ -3157,7 +3157,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Sense fil" #: src/connection-editor/connection-helpers.c:100 @@ -4145,17 +4145,17 @@ msgid "WPA3 Personal" msgstr "WPA i WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "No s'ha pogut carregar la interfície d'usuari per a la seguretat de la " "connexió sense fil. Manca un paràmetre de la connexió sense fil." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Seguretat de la xarxa sense fil" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" "No s'ha pogut carregar la interfície d'usuari per a la seguretat de la " "connexió sense fil." diff --git a/po/ca@valencia.gmo b/po/ca@valencia.gmo index c34218d..8bbc7a7 100644 Binary files a/po/ca@valencia.gmo and b/po/ca@valencia.gmo differ diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 0ac6d10..5f5e1ed 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -3195,7 +3195,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Sense fil" #: src/connection-editor/connection-helpers.c:100 @@ -4219,17 +4219,17 @@ msgid "WPA3 Personal" msgstr "WPA i WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "No s'ha pogut carregar la interfície d'usuari per a la seguretat de la " "connexió sense fil. Manca un paràmetre de la connexió sense fil." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Seguretat de la xarxa sense fil" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" "No s'ha pogut carregar la interfície d'usuari per a la seguretat de la " "connexió sense fil." diff --git a/po/crh.gmo b/po/crh.gmo index ac39925..b85d8f1 100644 Binary files a/po/crh.gmo and b/po/crh.gmo differ diff --git a/po/crh.po b/po/crh.po index d1093a5..f5b44fc 100644 --- a/po/crh.po +++ b/po/crh.po @@ -3199,7 +3199,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Telsiz-Vefa" #: src/connection-editor/connection-helpers.c:100 @@ -4211,18 +4211,18 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Kişisel" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Wi-Fi (Telsiz-Vefa) emniyeti qullanıcı arayüzü yüklenamadı; Wi-Fi ayarı " +"WLAN (Telsiz-Vefa) emniyeti qullanıcı arayüzü yüklenamadı; WLAN ayarı " "eksik." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Telsiz-Vefa Emniyet" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi (Telsiz-Vefa) emniyeti qullanıcı arayüzü yüklenamadı." +msgid "Could not load WLAN Security user interface." +msgstr "WLAN (Telsiz-Vefa) emniyeti qullanıcı arayüzü yüklenamadı." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/cs.gmo b/po/cs.gmo index 185009d..00f23d4 100644 Binary files a/po/cs.gmo and b/po/cs.gmo differ diff --git a/po/cs.po b/po/cs.po index 61e3808..ca84bef 100644 --- a/po/cs.po +++ b/po/cs.po @@ -3110,8 +3110,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4094,17 +4094,17 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Nelze nahrát uživatelské rozhraní zabezpečení Wi-Fi. Chybí volby Wi-Fi." +"Nelze nahrát uživatelské rozhraní zabezpečení WLAN. Chybí volby WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Zabezpečení Wi-Fi" +msgid "WLAN Security" +msgstr "Zabezpečení WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Nezdařilo se načíst uživatelské rozhraní pro zabezpečení Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Nezdařilo se načíst uživatelské rozhraní pro zabezpečení WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/da.gmo b/po/da.gmo index 0c55a72..dd9f502 100644 Binary files a/po/da.gmo and b/po/da.gmo differ diff --git a/po/da.po b/po/da.po index 469dc56..18ac504 100644 --- a/po/da.po +++ b/po/da.po @@ -3160,8 +3160,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4135,18 +4135,18 @@ msgid "WPA3 Personal" msgstr "WPA og WPA2 personlig" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Kunne ikke indlæse brugergrænsefladen for wi-fi-sikkerhed; mangler wi-fi-" +"Kunne ikke indlæse brugergrænsefladen for WLAN-sikkerhed; mangler WLAN-" "indstilling." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-fi-sikkerhed" +msgid "WLAN Security" +msgstr "WLAN-sikkerhed" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Kunne ikke indlæse brugergrænsefladen for wi-fi-sikkerhed." +msgid "Could not load WLAN Security user interface." +msgstr "Kunne ikke indlæse brugergrænsefladen for WLAN-sikkerhed." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/de.gmo b/po/de.gmo index 8a388e4..966f055 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index f5551dc..3730e9d 100644 --- a/po/de.po +++ b/po/de.po @@ -3203,7 +3203,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Funknetzwerk" #: src/connection-editor/connection-helpers.c:100 @@ -4197,17 +4197,17 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Sichere Benutzerschnittstelle für Funknetzwerke konnte nicht geladen werden, " "weil Funknetzwerkeinstellungen fehlen." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Sicherheit des Funknetzwerks" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" "Sichere Benutzerschnittstelle für Funknetzwerke konnte nicht geladen werden." diff --git a/po/dz.po b/po/dz.po index e10542d..699b195 100644 --- a/po/dz.po +++ b/po/dz.po @@ -3055,7 +3055,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4040,16 +4040,16 @@ msgid "WPA3 Personal" msgstr "ཌབ་ལུ་པི་ཨེ་རང་དོན་" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "རླུང་འཕྲིན་སྲུང་སྐྱོབ: (_W)" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/el.gmo b/po/el.gmo index c600dbb..bc39b47 100644 Binary files a/po/el.gmo and b/po/el.gmo differ diff --git a/po/el.po b/po/el.po index cd83ace..d18db9d 100644 --- a/po/el.po +++ b/po/el.po @@ -3201,8 +3201,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4214,18 +4214,18 @@ msgid "WPA3 Personal" msgstr "Προσωπικό WPA & WPA2" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Αδυναμία φόρτωσης της διεπαφής χρήστη ασφάλειας Wi-Fi· λείπει μια ρύθμιση " -"του δικτύου Wi-Fi." +"Αδυναμία φόρτωσης της διεπαφής χρήστη ασφάλειας WLAN· λείπει μια ρύθμιση " +"του δικτύου WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Ασφάλεια Wi-Fi" +msgid "WLAN Security" +msgstr "Ασφάλεια WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Αδυναμία φόρτωσης της διεπαφής χρήστη ασφάλειας Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Αδυναμία φόρτωσης της διεπαφής χρήστη ασφάλειας WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/en_CA.po b/po/en_CA.po index 78ece5f..7c0a197 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -3036,7 +3036,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4022,16 +4022,16 @@ msgid "WPA3 Personal" msgstr "WPA Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "_Wireless Security:" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/en_GB.gmo b/po/en_GB.gmo index 7ea00c4..8914dba 100644 Binary files a/po/en_GB.gmo and b/po/en_GB.gmo differ diff --git a/po/en_GB.po b/po/en_GB.po index 8abdfa7..b61d589 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -3179,8 +3179,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4191,17 +4191,17 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "Could not load WLAN Security user interface; missing WLAN setting." # #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi Security" +msgid "WLAN Security" +msgstr "WLAN Security" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." +msgstr "Could not load WLAN Security user interface." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/eo.gmo b/po/eo.gmo index 47809fb..8d378fb 100644 Binary files a/po/eo.gmo and b/po/eo.gmo differ diff --git a/po/eo.po b/po/eo.po index 42a2c37..2d5ddd6 100644 --- a/po/eo.po +++ b/po/eo.po @@ -3122,7 +3122,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4127,18 +4127,18 @@ msgstr "WPA kaj WPA2 por personoj" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Ne eblis ŝargi uzantinterfacon por la sekureco de sendrataj konektoj ĉar " "mankas agordojn por sendrataj konektoj." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Sekureco de sendrataj konektoj" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "Ne eblis ŝargi uzantinterfacon por la sekureco de sendrataj konektoj." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/es.gmo b/po/es.gmo index 6284251..0c0d609 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index 31b146b..594da02 100644 --- a/po/es.po +++ b/po/es.po @@ -3156,7 +3156,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Inalámbrica" #: src/connection-editor/connection-helpers.c:100 @@ -4132,17 +4132,17 @@ msgid "WPA3 Personal" msgstr "WPA y WPA2 personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "No se pudo cargar la interfaz de usuario de seguridad inalámbrica; faltan " "los ajustes inalámbricos." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Seguridad inalámbrica" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "No se pudo cargar la interfaz de usuario de seguridad inalámbrica." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/et.gmo b/po/et.gmo index c8483af..b778d2c 100644 Binary files a/po/et.gmo and b/po/et.gmo differ diff --git a/po/et.po b/po/et.po index 08b69a2..ada6bac 100644 --- a/po/et.po +++ b/po/et.po @@ -3151,8 +3151,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4164,18 +4164,18 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 isiklik" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Wi-Fi-võrgu turvalisuse kasutajaliidest pole võimalik laadida; puudub Wi-Fi " +"WLAN-võrgu turvalisuse kasutajaliidest pole võimalik laadida; puudub WLAN " "säte." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi turvalisus" +msgid "WLAN Security" +msgstr "WLAN turvalisus" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi-võrgu turvalisuse kasutajaliidest pole võimalik laadida." +msgid "Could not load WLAN Security user interface." +msgstr "WLAN-võrgu turvalisuse kasutajaliidest pole võimalik laadida." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/eu.gmo b/po/eu.gmo index 6021284..5313e5d 100644 Binary files a/po/eu.gmo and b/po/eu.gmo differ diff --git a/po/eu.po b/po/eu.po index 4168284..9609fed 100644 --- a/po/eu.po +++ b/po/eu.po @@ -3178,7 +3178,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Wifia" #: src/connection-editor/connection-helpers.c:100 @@ -4194,17 +4194,17 @@ msgid "WPA3 Personal" msgstr "WPA eta WPA2 pertsonala" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Ezin izan da wifiaren segurtasunerako erabiltzailearen interfazea kargatu. " "Wifiaren ezarpenak falta dira." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Wifiaren segurtasuna" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" "Ezin izan da wifiaren segurtasunerako erabiltzailearen interfazea kargatu." diff --git a/po/fa.po b/po/fa.po index 73fe50e..0de0b14 100644 --- a/po/fa.po +++ b/po/fa.po @@ -3148,7 +3148,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4169,17 +4169,17 @@ msgstr "WPA & WPA2 شخصی" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "نمی‌توان واسط کاربری وای‌فای را بارگیری کرد؛ تنظیمات وای‌فای وجود ندارد." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "امنیت بی‌سیم" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "نمی‌توان واسط کاربری امنیت وای‌فای را بارگیری کرد." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/fi.gmo b/po/fi.gmo index a9c93c4..c5af62f 100644 Binary files a/po/fi.gmo and b/po/fi.gmo differ diff --git a/po/fi.po b/po/fi.po index ad01655..0dc0554 100644 --- a/po/fi.po +++ b/po/fi.po @@ -3162,8 +3162,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4155,17 +4155,17 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 (henkilökohtainen)" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Turvallisuuskäyttöliittymää wifille ei voitu ladata. Wi-Fi-asetus puuttuu." +"Turvallisuuskäyttöliittymää wifille ei voitu ladata. WLAN-asetus puuttuu." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Wifi-tietoturva" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Turvallisuuskäyttöliittymää Wi-Fi:lle ei voitu ladata." +msgid "Could not load WLAN Security user interface." +msgstr "Turvallisuuskäyttöliittymää WLAN:lle ei voitu ladata." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/fr.gmo b/po/fr.gmo index 6d29fc4..79923f2 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index 667ac3f..57e3e01 100644 --- a/po/fr.po +++ b/po/fr.po @@ -3187,8 +3187,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4172,18 +4172,18 @@ msgid "WPA3 Personal" msgstr "WPA et WPA2 personnel" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Impossible de charger l'interface utilisateur de sécurité Wi-Fi ; paramètre " -"Wi-Fi manquant." +"Impossible de charger l'interface utilisateur de sécurité WLAN ; paramètre " +"WLAN manquant." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Sécurité Wi-Fi" +msgid "WLAN Security" +msgstr "Sécurité WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Impossible de charger l'interface utilisateur de sécurité Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Impossible de charger l'interface utilisateur de sécurité WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/gd.gmo b/po/gd.gmo index 4a591fb..bc6098b 100644 Binary files a/po/gd.gmo and b/po/gd.gmo differ diff --git a/po/gd.po b/po/gd.po index a32e093..e9839bb 100644 --- a/po/gd.po +++ b/po/gd.po @@ -3165,8 +3165,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4195,17 +4195,17 @@ msgid "WPA3 Personal" msgstr "WPA ⁊ WPA2 pearsanta" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Cha b' urrainn an eadar-aghaidh cleachdaiche airson tèarainteachd Wi-Fi a " -"luchdadh; tha roghainn Wi-Fi a dhith." +"Cha b' urrainn an eadar-aghaidh cleachdaiche airson tèarainteachd WLAN a " +"luchdadh; tha roghainn WLAN a dhith." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Tèarainteachd Wi-Fi" +msgid "WLAN Security" +msgstr "Tèarainteachd WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" "Cha b' urrainn dhuinn an eadar-aghaidh cleachdaiche airson tèarainteachd Wi-" "Fi a luchdadh." diff --git a/po/gl.gmo b/po/gl.gmo index 5377de7..8bd35dc 100644 Binary files a/po/gl.gmo and b/po/gl.gmo differ diff --git a/po/gl.po b/po/gl.po index a561cb0..1ab13aa 100644 --- a/po/gl.po +++ b/po/gl.po @@ -3251,7 +3251,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Sen fíos" #: src/connection-editor/connection-helpers.c:100 @@ -4240,17 +4240,17 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Persoal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Non foi posíbel cargar a interface de usuario de seguridade sen fíos, faltan " "os axustes en fíos." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Seguranza sen fíos" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "Non foi posíbel cargar a interface de usuario de seguridade sen fíos." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/gu.gmo b/po/gu.gmo index 162d376..b9340e8 100644 Binary files a/po/gu.gmo and b/po/gu.gmo differ diff --git a/po/gu.po b/po/gu.po index f695826..dd29a85 100644 --- a/po/gu.po +++ b/po/gu.po @@ -3141,8 +3141,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4142,16 +4142,16 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 વ્યક્તિગત" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Wi-Fi સુરક્ષા વપરાશકર્તા ઇન્ટરફેસને લાવી શક્યા નહિં; ગુમ થયેલ Wi-Fi સુયોજન." +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "WLAN સુરક્ષા વપરાશકર્તા ઇન્ટરફેસને લાવી શક્યા નહિં; ગુમ થયેલ WLAN સુયોજન." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi સુરક્ષા" +msgid "WLAN Security" +msgstr "WLAN સુરક્ષા" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi સુરક્ષા વપરાશકર્તા ઇન્ટરફેસને લાવી શક્યા નહિં." +msgid "Could not load WLAN Security user interface." +msgstr "WLAN સુરક્ષા વપરાશકર્તા ઇન્ટરફેસને લાવી શક્યા નહિં." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/he.gmo b/po/he.gmo index 4987727..f5a6987 100644 Binary files a/po/he.gmo and b/po/he.gmo differ diff --git a/po/he.po b/po/he.po index 0c12b51..b1568cb 100644 --- a/po/he.po +++ b/po/he.po @@ -3158,7 +3158,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "רשת אלחוטית" #: src/connection-editor/connection-helpers.c:100 @@ -4171,17 +4171,17 @@ msgid "WPA3 Personal" msgstr "‏WPA & WPA2 אישי" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "לא ניתן לטעון את מנשק המשתמש של אבטחת הרשת האלחוטית; חסרה הגדרה לרשת " "האלחוטית." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "אבטחת רשת אלחוטית" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "לא ניתן לטעון את מנשק המשתמש של אבטחת הרשת האלחוטית." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/hi.gmo b/po/hi.gmo index a3bd52e..43b35ae 100644 Binary files a/po/hi.gmo and b/po/hi.gmo differ diff --git a/po/hi.po b/po/hi.po index 66076ee..07a7707 100644 --- a/po/hi.po +++ b/po/hi.po @@ -3151,7 +3151,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "वाई फाई" #: src/connection-editor/connection-helpers.c:100 @@ -4158,15 +4158,15 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 निजी" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "वाई - फाई सुरक्षा उपयोक्ता अंतरफलक नहीं लोड कर सका; गुम वाई - फाई सेटिंग." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "वाई फाई सुरक्षा" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "वाई - फाई सुरक्षा उपयोक्ता अंतरफलक लोड नहीं कर सका." #: src/connection-editor/page-wifi-security.c:558 @@ -5475,7 +5475,7 @@ msgstr "" #~ msgid "Wireless network connection '%s' active" #~ msgstr "बेतार संजाल संबंधन '%s' सक्रिय" -#~| msgid "Could not load Wi-Fi security user interface." +#~| msgid "Could not load WLAN Security user interface." #~ msgid "Could not load Wired Security security user interface." #~ msgstr "तार युक्त सुरक्षा सुरक्षा उपयोगकर्ता इंटरफ़ेस लोड नहीं कर सका." diff --git a/po/hr.gmo b/po/hr.gmo index da25727..948df1a 100644 Binary files a/po/hr.gmo and b/po/hr.gmo differ diff --git a/po/hr.po b/po/hr.po index 867a986..9b144ae 100644 --- a/po/hr.po +++ b/po/hr.po @@ -3124,7 +3124,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Bežična mreža" #: src/connection-editor/connection-helpers.c:100 @@ -4109,17 +4109,17 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 osobni" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Nemoguće učitavanje korisničkog sučelja bežične sigurnosti, nedostaju " "bežične postavke." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Bežična sigurnost" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "Nemoguće učitavanje korisničkog sučelja bežične sigurnosti." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/hu.gmo b/po/hu.gmo index 74ccc90..cde1a53 100644 Binary files a/po/hu.gmo and b/po/hu.gmo differ diff --git a/po/hu.po b/po/hu.po index 40f3e3b..57fdbd1 100644 --- a/po/hu.po +++ b/po/hu.po @@ -3141,8 +3141,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4114,18 +4114,18 @@ msgid "WPA3 Personal" msgstr "WPA és WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Nem tölthető be a Wi-Fi biztonság felhasználói felülete, hiányzó Wi-Fi " +"Nem tölthető be a WLAN biztonság felhasználói felülete, hiányzó WLAN " "beállítás." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi biztonság" +msgid "WLAN Security" +msgstr "WLAN biztonság" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Nem tölthető be a Wi-Fi biztonság felhasználói felülete." +msgid "Could not load WLAN Security user interface." +msgstr "Nem tölthető be a WLAN biztonság felhasználói felülete." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/id.gmo b/po/id.gmo index c4e3dec..6951c5b 100644 Binary files a/po/id.gmo and b/po/id.gmo differ diff --git a/po/id.po b/po/id.po index a851e7a..7d48e13 100644 --- a/po/id.po +++ b/po/id.po @@ -3137,8 +3137,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4108,17 +4108,17 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Tak bisa memuat antar muka pengguna keamanan Wi-Fi; kurang pengaturan Wi-Fi." +"Tak bisa memuat antar muka pengguna keamanan WLAN; kurang pengaturan WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Kemananan Wi-Fi" +msgid "WLAN Security" +msgstr "Kemananan WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Tak bisa memuat antar muka pengguna keamanan Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Tak bisa memuat antar muka pengguna keamanan WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/is.gmo b/po/is.gmo index 5d609db..8f74e53 100644 Binary files a/po/is.gmo and b/po/is.gmo differ diff --git a/po/is.po b/po/is.po index 1019e22..7acf15e 100644 --- a/po/is.po +++ b/po/is.po @@ -3043,8 +3043,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4013,18 +4013,18 @@ msgid "WPA3 Personal" msgstr "WPA og WPA2 einka" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Gat ekki hlaðið inn notandaviðmóti fyrir Öruggt Wi-Fi; vantar Wi-Fi " +"Gat ekki hlaðið inn notandaviðmóti fyrir Öruggt WLAN; vantar WLAN " "stillingar." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Öruggt Wi-Fi" +msgid "WLAN Security" +msgstr "Öruggt WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Gat ekki hlaðið inn notandaviðmóti fyrir Öruggt Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Gat ekki hlaðið inn notandaviðmóti fyrir Öruggt WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/it.gmo b/po/it.gmo index cc774c1..0392981 100644 Binary files a/po/it.gmo and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po index 719e89b..d3f1a96 100644 --- a/po/it.po +++ b/po/it.po @@ -3170,8 +3170,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4168,18 +4168,18 @@ msgid "WPA3 Personal" msgstr "WPA e WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Impossibile caricare l'interfaccia utente per la sicurezza Wi-Fi, mancano le " -"impostazioni Wi-Fi." +"Impossibile caricare l'interfaccia utente per la sicurezza WLAN, mancano le " +"impostazioni WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Sicurezza Wi-Fi" +msgid "WLAN Security" +msgstr "Sicurezza WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Impossibile caricare l'interfaccia utente per la sicurezza Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Impossibile caricare l'interfaccia utente per la sicurezza WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/ja.gmo b/po/ja.gmo index 6e1f212..35b1ec4 100644 Binary files a/po/ja.gmo and b/po/ja.gmo differ diff --git a/po/ja.po b/po/ja.po index ba1fc89..d3d620c 100644 --- a/po/ja.po +++ b/po/ja.po @@ -3120,8 +3120,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4092,18 +4092,18 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Wi-Fi セキュリティーユーザーインターフェースを読み込めません。Wi-Fi 設定があ" +"WLAN セキュリティーユーザーインターフェースを読み込めません。WLAN 設定があ" "りません。" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi セキュリティー" +msgid "WLAN Security" +msgstr "WLAN セキュリティー" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi セキュリティーユーザーインターフェースを読み込めません。" +msgid "Could not load WLAN Security user interface." +msgstr "WLAN セキュリティーユーザーインターフェースを読み込めません。" #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/kk.gmo b/po/kk.gmo index 112fa99..b10c579 100644 Binary files a/po/kk.gmo and b/po/kk.gmo differ diff --git a/po/kk.po b/po/kk.po index eba6443..0bfec70 100644 --- a/po/kk.po +++ b/po/kk.po @@ -3007,8 +3007,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -3952,18 +3952,18 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Wi-Fi қауіпсіздігінің пайдаланушы интерфейсін жүктеу мүмкін емес: Wi-Fi " +"WLAN қауіпсіздігінің пайдаланушы интерфейсін жүктеу мүмкін емес: WLAN " "баптауы жоқ." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi қауіпсіздігі" +msgid "WLAN Security" +msgstr "WLAN қауіпсіздігі" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi қауіпсіздігінің пайдаланушы интерфейсін жүктеу мүмкін емес." +msgid "Could not load WLAN Security user interface." +msgstr "WLAN қауіпсіздігінің пайдаланушы интерфейсін жүктеу мүмкін емес." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/km.gmo b/po/km.gmo index 3e307a2..fcab294 100644 Binary files a/po/km.gmo and b/po/km.gmo differ diff --git a/po/km.po b/po/km.po index b0acd6c..a490b2d 100644 --- a/po/km.po +++ b/po/km.po @@ -3136,7 +3136,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "វ៉ាយហ្វាយ" #: src/connection-editor/connection-helpers.c:100 @@ -4130,15 +4130,15 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 ផ្ទាល់ខ្លួន" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "មិន​អាច​ផ្ទុក​ចំណុច​ប្រទាក់​អ្នកប្រើ​សុវត្ថិភាព​វ៉ាយហ្វាយ ព្រោះ​មិនមាន​ការ​កំណត់​វ៉ាយហ្វាយ។" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "សុវត្ថិភាព​វ៉ាយហ្វាយ" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "មិន​អាច​ផ្ទុក​ចំណុចប្រទាក់​អ្នកប្រើ​សុវត្ថិភាព​វ៉ាយហ្វាយ។" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/kn.po b/po/kn.po index 5170abe..6566639 100644 --- a/po/kn.po +++ b/po/kn.po @@ -3186,7 +3186,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4201,20 +4201,20 @@ msgstr "WPA & WPA2 ವೈಯಕ್ತಿಕ" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Wi-Fi ಸುರಕ್ಷತಾ ಬಳಕೆದಾರ ಸಂಪರ್ಕಸಾಧನವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ; Wi-Fi ಸಿದ್ಧತೆಯು " +"WLAN ಸುರಕ್ಷತಾ ಬಳಕೆದಾರ ಸಂಪರ್ಕಸಾಧನವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ; WLAN ಸಿದ್ಧತೆಯು " "ಕಾಣೆಯಾಗಿದೆ." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "ವೈರ್ಲೆಸ್ ಸುರಕ್ಷತೆ" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi ಸುರಕ್ಷತಾ ಬಳಕೆದಾರ ಸಂಪರ್ಕಸಾಧನವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." +msgid "Could not load WLAN Security user interface." +msgstr "WLAN ಸುರಕ್ಷತಾ ಬಳಕೆದಾರ ಸಂಪರ್ಕಸಾಧನವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/ko.gmo b/po/ko.gmo index 080264c..3c20254 100644 Binary files a/po/ko.gmo and b/po/ko.gmo differ diff --git a/po/ko.po b/po/ko.po index a1b90e0..857b389 100644 --- a/po/ko.po +++ b/po/ko.po @@ -3221,7 +3221,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "와이파이" #: src/connection-editor/connection-helpers.c:100 @@ -4215,17 +4215,17 @@ msgid "WPA3 Personal" msgstr "개인용 WPA 또는 WPA2" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "와이파이 보안 사용자 인터페이스를 읽어들일 수 없습니다. 와이파이 설정이 없습" "니다." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "와이파이 보안" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "와이파이 보안 사용자 인터페이스를 읽어들일 수 없습니다." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/ku.po b/po/ku.po index 5b1fbfa..6fc6caa 100644 --- a/po/ku.po +++ b/po/ku.po @@ -3061,7 +3061,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4036,16 +4036,16 @@ msgid "WPA3 Personal" msgstr "WPA Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Ewlehiya bêqablo:" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/lt.gmo b/po/lt.gmo index 086959c..c3424d8 100644 Binary files a/po/lt.gmo and b/po/lt.gmo differ diff --git a/po/lt.po b/po/lt.po index 10d1772..2c52128 100644 --- a/po/lt.po +++ b/po/lt.po @@ -3144,7 +3144,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Belaidis" #: src/connection-editor/connection-helpers.c:100 @@ -4122,16 +4122,16 @@ msgid "WPA3 Personal" msgstr "WPA ir WPA2 asmeninis" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Nepavyko įkelti Wi-Fi saugos naudotojo sąsajos. Nėra Wi-Fi nustatymo." +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "Nepavyko įkelti WLAN saugos naudotojo sąsajos. Nėra WLAN nustatymo." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Belaidžio ryšio sauga" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Nepavyko įkelti Wi-Fi saugos naudotojo sąsajos." +msgid "Could not load WLAN Security user interface." +msgstr "Nepavyko įkelti WLAN saugos naudotojo sąsajos." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/lv.gmo b/po/lv.gmo index 1bd740a..b0b6940 100644 Binary files a/po/lv.gmo and b/po/lv.gmo differ diff --git a/po/lv.po b/po/lv.po index 9dfb884..8c59221 100644 --- a/po/lv.po +++ b/po/lv.po @@ -3137,7 +3137,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Bezvadu" #: src/connection-editor/connection-helpers.c:100 @@ -4126,17 +4126,17 @@ msgid "WPA3 Personal" msgstr "WPA un WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Nevarēja ielādēt bezvadu tīkla drošības lietotāja saskarni — pietrūkst " "bezvadu tīkla iestatījumu." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Bezvadu tīkla drošība" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" "Nevarēja ielādēt bezvadu tīkla drošības lietotāja saskarni. Trūkst bezvadu " "iestatījumu." diff --git a/po/mk.po b/po/mk.po index 7cdd97f..e27b3b3 100644 --- a/po/mk.po +++ b/po/mk.po @@ -3174,7 +3174,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4201,20 +4201,20 @@ msgstr "WPA & WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Не можев да го вчитам корисничкиот интерфејс за безбедност на Wi-Fi. " -"Недостасува поставувањето за Wi-Fi." +"Не можев да го вчитам корисничкиот интерфејс за безбедност на WLAN. " +"Недостасува поставувањето за WLAN." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Безжична безбедност" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "Не можев да го вчитам корисничкиот интерфејс за безбедност на Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Не можев да го вчитам корисничкиот интерфејс за безбедност на WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/ml.gmo b/po/ml.gmo index 451d4d2..ed4ceb5 100644 Binary files a/po/ml.gmo and b/po/ml.gmo differ diff --git a/po/ml.po b/po/ml.po index 5a73b95..240343f 100644 --- a/po/ml.po +++ b/po/ml.po @@ -3154,7 +3154,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "വയര്‍ലസ്സ്" #: src/connection-editor/connection-helpers.c:100 @@ -4161,15 +4161,15 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 പേഴ്സണല്‍" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "വൈഫൈ സുരക്ഷ യൂസര്‍ ഇന്റര്‍ഫെയിസ് ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല; വൈഫൈ ക്രമീകരണം ലഭ്യമല്ല." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "വയര്‍ലെസ് സെക്യൂരിറ്റി" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "വൈഫൈ സെക്യൂരിറ്റി യൂസര്‍ ഇന്റര്‍ഫെയിസ് ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/mr.po b/po/mr.po index 0ec789a..038b2c7 100644 --- a/po/mr.po +++ b/po/mr.po @@ -3150,7 +3150,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4160,18 +4160,18 @@ msgstr "WPA & WPA2 खाजगी" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Wi-Fi सुरक्षा वापरकर्ता संवाद लोड करणे अशक्य; Wi-Fi संयोजना आढळली नाही." +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "WLAN सुरक्षा वापरकर्ता संवाद लोड करणे अशक्य; WLAN संयोजना आढळली नाही." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "वायरलेस सुरक्षा" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi सुरक्षा वापरकर्ता संवाद लोड करणे अशक्य." +msgid "Could not load WLAN Security user interface." +msgstr "WLAN सुरक्षा वापरकर्ता संवाद लोड करणे अशक्य." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" @@ -5390,7 +5390,7 @@ msgstr "" #~ msgid "Automatic (PPP) addresses only" #~ msgstr "फक्त स्वयं (PPP) पत्ते" -#~| msgid "Could not load Wi-Fi security user interface." +#~| msgid "Could not load WLAN Security user interface." #~ msgid "Could not load Wired Security security user interface." #~ msgstr "वायर्ड सेक्युरिटि सुरक्षा वापरकर्ता संवाद लोड करणे अशक्य." diff --git a/po/ms.po b/po/ms.po index 7df0eba..3908560 100644 --- a/po/ms.po +++ b/po/ms.po @@ -3158,7 +3158,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4174,20 +4174,20 @@ msgstr "WPA & WPA2 Peribadi" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Tidak dapat memuatkan antaramuka keselamatan pengguna Wi-Fi; tetapan Wi-Fi " +"Tidak dapat memuatkan antaramuka keselamatan pengguna WLAN; tetapan WLAN " "hilang." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Sekuriti Wayarles" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "Tidak dapat memuatkan antaramuka pengguna keselamatan Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Tidak dapat memuatkan antaramuka pengguna keselamatan WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/nb.gmo b/po/nb.gmo index ec6dbfc..ed55d97 100644 Binary files a/po/nb.gmo and b/po/nb.gmo differ diff --git a/po/nb.po b/po/nb.po index 4411dce..ab2c38c 100644 --- a/po/nb.po +++ b/po/nb.po @@ -3155,8 +3155,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4166,18 +4166,18 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 personlig" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Kunne ikke laste brukergrensesnitt for Wi-Fi-sikkerhet; mangler Wi-Fi-" +"Kunne ikke laste brukergrensesnitt for WLAN-sikkerhet; mangler WLAN-" "innstilling." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi-sikkerhet" +msgid "WLAN Security" +msgstr "WLAN-sikkerhet" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Kunne ikke laste brukergrensesnitt for Wi-Fi-sikkerhet." +msgid "Could not load WLAN Security user interface." +msgstr "Kunne ikke laste brukergrensesnitt for WLAN-sikkerhet." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/ne.po b/po/ne.po index 0d71390..808adf4 100644 --- a/po/ne.po +++ b/po/ne.po @@ -3051,7 +3051,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4035,16 +4035,16 @@ msgid "WPA3 Personal" msgstr "WPA व्यक्तिगत" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "ताररहित सुरक्षा:" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/nl.gmo b/po/nl.gmo index 14ed6f3..2611a61 100644 Binary files a/po/nl.gmo and b/po/nl.gmo differ diff --git a/po/nl.po b/po/nl.po index b738e97..70fe656 100644 --- a/po/nl.po +++ b/po/nl.po @@ -3238,7 +3238,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Wifi" #: src/connection-editor/connection-helpers.c:100 @@ -4229,7 +4229,7 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 persoonlijk" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Laden van gebruikersinterface voor beveiliging wifi-netwerk mislukt; wifi-" "instelling ontbreekt." @@ -4237,11 +4237,11 @@ msgstr "" # Bedoeld wordt beveiliging van het draadloos netwerk. # niet dat de beveiling draadloos is. #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Wifi-beveiliging" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "Laden van gebruikersinterface voor wifi-beveiliging mislukt." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/nm-applet.pot b/po/nm-applet.pot index b9b2513..c8926e0 100644 --- a/po/nm-applet.pot +++ b/po/nm-applet.pot @@ -2928,7 +2928,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -3868,15 +3868,15 @@ msgid "WPA3 Personal" msgstr "" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/nn.po b/po/nn.po index d002867..72c07cc 100644 --- a/po/nn.po +++ b/po/nn.po @@ -3144,7 +3144,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4159,19 +4159,19 @@ msgstr "WPA & WPA2 personleg" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Klart ikkje lasta brukargrensesnitt for trådlaus tryggleik; manglar " "trådlausinnstilling." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Trådlaus tryggleik" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "Klarte ikkje lasta brukargrensesnitt for trådlaus tryggleik." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/oc.gmo b/po/oc.gmo index 0388ca2..0b97319 100644 Binary files a/po/oc.gmo and b/po/oc.gmo differ diff --git a/po/oc.po b/po/oc.po index 6a30108..8af9a4d 100644 --- a/po/oc.po +++ b/po/oc.po @@ -3187,8 +3187,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4187,18 +4187,18 @@ msgid "WPA3 Personal" msgstr "WPA e WPA2 personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Impossible de cargar l'interfàcia d'utilizaire de seguretat Wi-Fi ; " -"paramètre Wi-Fi mancant." +"Impossible de cargar l'interfàcia d'utilizaire de seguretat WLAN ; " +"paramètre WLAN mancant." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Seguretat Wi-Fi" +msgid "WLAN Security" +msgstr "Seguretat WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Impossible de cargar l'interfàcia d'utilizaire de seguretat Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Impossible de cargar l'interfàcia d'utilizaire de seguretat WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/or.po b/po/or.po index bd6bbb0..a863643 100644 --- a/po/or.po +++ b/po/or.po @@ -3176,7 +3176,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4189,18 +4189,18 @@ msgstr "WPA & WPA2 ବ୍ୟକ୍ତିଗତ" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Wi-Fi ସୁରକ୍ଷା ଅନ୍ତରାପୃଷ୍ଠକୁ ଧାରଣ କରିପାରିଲା ନାହିଁ; Wi-Fi ସଂରଚନା ଅନୁପସ୍ଥିତ ଅଛି।" +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "WLAN ସୁରକ୍ଷା ଅନ୍ତରାପୃଷ୍ଠକୁ ଧାରଣ କରିପାରିଲା ନାହିଁ; WLAN ସଂରଚନା ଅନୁପସ୍ଥିତ ଅଛି।" #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "ବେତାର ସୁରକ୍ଷା" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi ସୁରକ୍ଷା ଚାଳକ ଅନ୍ତରାପୃଷ୍ଠକୁ ଧାରଣ କରିପାରିଲା ନାହିଁ।" +msgid "Could not load WLAN Security user interface." +msgstr "WLAN ସୁରକ୍ଷା ଚାଳକ ଅନ୍ତରାପୃଷ୍ଠକୁ ଧାରଣ କରିପାରିଲା ନାହିଁ।" #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/pa.gmo b/po/pa.gmo index 710ef6d..6553977 100644 Binary files a/po/pa.gmo and b/po/pa.gmo differ diff --git a/po/pa.po b/po/pa.po index 38361fe..d5a5946 100644 --- a/po/pa.po +++ b/po/pa.po @@ -3110,8 +3110,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4080,16 +4080,16 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 ਨਿੱਜੀ" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Wi-Fi ਸੁਰੱਖਿਆ ਵਰਤੋਂਕਾਰ ਇੰਟਰਫੇਸ ਲੋਡ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ; Wi-Fi ਸੈਟਿੰਗ ਗੁੰਮ ਹੈ।" +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "WLAN ਸੁਰੱਖਿਆ ਵਰਤੋਂਕਾਰ ਇੰਟਰਫੇਸ ਲੋਡ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ; WLAN ਸੈਟਿੰਗ ਗੁੰਮ ਹੈ।" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi ਸੁਰੱਖਿਆ" +msgid "WLAN Security" +msgstr "WLAN ਸੁਰੱਖਿਆ" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi ਸੁਰੱਖਿਆ ਵਰਤੋਂਕਾਰ ਇੰਟਰਫੇਸ ਲੋਡ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ।" +msgid "Could not load WLAN Security user interface." +msgstr "WLAN ਸੁਰੱਖਿਆ ਵਰਤੋਂਕਾਰ ਇੰਟਰਫੇਸ ਲੋਡ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ।" #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/pl.gmo b/po/pl.gmo index 69e1389..3e031d5 100644 Binary files a/po/pl.gmo and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po index 2a718b5..8f47b0e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -3146,8 +3146,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4128,17 +4128,17 @@ msgid "WPA3 Personal" msgstr "WPA i WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Nie można wczytać interfejsu użytkownika Wi-Fi. Brak ustawienia Wi-Fi." +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "Nie można wczytać interfejsu użytkownika WLAN. Brak ustawienia WLAN." # tłumaczenie całości jest okropnie długie, a to nazwa karty tylko i wyłącznie przy tworzeniu połączenia z nową siecią *bezprzewodową*, więc nie ma sensu przedłużać #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Zabezpieczenia" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Nie można wczytać interfejsu użytkownika zabezpieczeń Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Nie można wczytać interfejsu użytkownika zabezpieczeń WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/pt.gmo b/po/pt.gmo index fc09297..79426ee 100644 Binary files a/po/pt.gmo and b/po/pt.gmo differ diff --git a/po/pt.po b/po/pt.po index 5878b2a..90fbb93 100644 --- a/po/pt.po +++ b/po/pt.po @@ -3177,8 +3177,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4186,18 +4186,18 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 pessoal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Impossível carregar o ambiente de utilizador de segurança Wi-Fi; faltam " -"definições Wi-Fi." +"Impossível carregar o ambiente de utilizador de segurança WLAN; faltam " +"definições WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Segurança Wi-Fi" +msgid "WLAN Security" +msgstr "Segurança WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Impossível carregar o ambiente de utilizador de segurança Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Impossível carregar o ambiente de utilizador de segurança WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo index ce26b39..4e7c6e6 100644 Binary files a/po/pt_BR.gmo and b/po/pt_BR.gmo differ diff --git a/po/pt_BR.po b/po/pt_BR.po index 8106301..16ac4c7 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -3175,8 +3175,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4160,18 +4160,18 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 pessoal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Não foi possível carregar a interface gráfica para segurança Wi-Fi; faltando " -"a configuração Wi-Fi." +"Não foi possível carregar a interface gráfica para segurança WLAN; faltando " +"a configuração WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Segurança Wi-Fi" +msgid "WLAN Security" +msgstr "Segurança WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Não foi possível carregar a interface gráfica de segurança Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Não foi possível carregar a interface gráfica de segurança WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/ro.po b/po/ro.po index fedc3e4..f507ace 100644 --- a/po/ro.po +++ b/po/ro.po @@ -3160,7 +3160,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4202,19 +4202,19 @@ msgstr "WPA și WPA2 personal" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Nu s-a putut încărca interfața de utilizator pentru securitate Wi-Fi; " -"lipsesc configurări Wi-Fi." +"Nu s-a putut încărca interfața de utilizator pentru securitate WLAN; " +"lipsesc configurări WLAN." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Securitate fără fir" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "Nu s-a putut încărca interfața de utilizator pentru securitate Wi-Fi." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/ru.gmo b/po/ru.gmo index 396800b..256d88e 100644 Binary files a/po/ru.gmo and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po index 442e105..6fc6bff 100644 --- a/po/ru.po +++ b/po/ru.po @@ -3151,8 +3151,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4137,18 +4137,18 @@ msgid "WPA3 Personal" msgstr "WPA/WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Не удалось загрузить пользовательский интерфейс безопасности Wi-Fi; " -"отсутствуют параметры Wi-Fi." +"Не удалось загрузить пользовательский интерфейс безопасности WLAN; " +"отсутствуют параметры WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Защита Wi-Fi" +msgid "WLAN Security" +msgstr "Защита WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Не удалось загрузить пользовательский интерфейс безопасности Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Не удалось загрузить пользовательский интерфейс безопасности WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/rw.po b/po/rw.po index ace161a..25e844e 100644 --- a/po/rw.po +++ b/po/rw.po @@ -2981,7 +2981,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -3944,15 +3944,15 @@ msgid "WPA3 Personal" msgstr "" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/sk.gmo b/po/sk.gmo index 5f6cf8d..e6c0f30 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index e6970f0..d674505 100644 --- a/po/sk.po +++ b/po/sk.po @@ -3131,8 +3131,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4147,18 +4147,18 @@ msgid "WPA3 Personal" msgstr "Osobné WPA a WPA2" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Nepodarilo sa načítať používateľské rozhranie pre zabezpečenie Wi-Fi; " -"nastavenie Wi-Fi chýba." +"Nepodarilo sa načítať používateľské rozhranie pre zabezpečenie WLAN; " +"nastavenie WLAN chýba." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Zabezpečenie Wi-Fi" +msgid "WLAN Security" +msgstr "Zabezpečenie WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Nepodarilo sa načítať používateľské rozhranie pre zabezpečenie Wi-Fi." +msgid "Could not load WLAN Security user interface." +msgstr "Nepodarilo sa načítať používateľské rozhranie pre zabezpečenie WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/sl.gmo b/po/sl.gmo index 27ad715..d806c8e 100644 Binary files a/po/sl.gmo and b/po/sl.gmo differ diff --git a/po/sl.po b/po/sl.po index 660d341..4537c29 100644 --- a/po/sl.po +++ b/po/sl.po @@ -3170,8 +3170,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4188,18 +4188,18 @@ msgid "WPA3 Personal" msgstr "Osebni WPA in WPA2" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Uporabniškega vmesnika varnosti Wi-Fi ni mogoče naložiti; manjka nastavitev " -"Wi-Fi." +"Uporabniškega vmesnika varnosti WLAN ni mogoče naložiti; manjka nastavitev " +"WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Varnost Wi-Fi" +msgid "WLAN Security" +msgstr "Varnost WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Uporabniškega vmesnika varnosti Wi-Fi ni mogoče naložiti." +msgid "Could not load WLAN Security user interface." +msgstr "Uporabniškega vmesnika varnosti WLAN ni mogoče naložiti." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/sq.po b/po/sq.po index 8036390..bba36ca 100644 --- a/po/sq.po +++ b/po/sq.po @@ -2964,7 +2964,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -3920,15 +3920,15 @@ msgid "WPA3 Personal" msgstr "" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/sr.gmo b/po/sr.gmo index ba12c02..6d0289a 100644 Binary files a/po/sr.gmo and b/po/sr.gmo differ diff --git a/po/sr.po b/po/sr.po index c6deb97..3f792a0 100644 --- a/po/sr.po +++ b/po/sr.po @@ -3231,7 +3231,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Бежична" #: src/connection-editor/connection-helpers.c:100 @@ -4223,17 +4223,17 @@ msgid "WPA3 Personal" msgstr "Лични ВПА & ВПА2" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Не могу да учитам безбедносно корисничко сучеље за бежичну мрежу; недостају " "подешавања бежичне мреже." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Бежична безбедност" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "Не могу да учитам безбедносно корисничко сучеље за бежичну мрежу." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/sr@latin.gmo b/po/sr@latin.gmo index 141b817..34c6efd 100644 Binary files a/po/sr@latin.gmo and b/po/sr@latin.gmo differ diff --git a/po/sr@latin.po b/po/sr@latin.po index d633d8d..de30c3a 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -3237,7 +3237,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Bežična" #: src/connection-editor/connection-helpers.c:100 @@ -4229,17 +4229,17 @@ msgid "WPA3 Personal" msgstr "Lični VPA & VPA2" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Ne mogu da učitam bezbednosno korisničko sučelje za bežičnu mrežu; nedostaju " "podešavanja bežične mreže." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Bežična bezbednost" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "Ne mogu da učitam bezbednosno korisničko sučelje za bežičnu mrežu." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/sv.gmo b/po/sv.gmo index fa660d0..439d20b 100644 Binary files a/po/sv.gmo and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po index 2470e58..e7c3b78 100644 --- a/po/sv.po +++ b/po/sv.po @@ -3161,7 +3161,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Trådlöst" #: src/connection-editor/connection-helpers.c:100 @@ -4138,17 +4138,17 @@ msgid "WPA3 Personal" msgstr "WPA och WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Kunde inte läsa in användargränssnitt för trådlös säkerhet; saknar trådlös " "inställning." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Trådlös säkerhet" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "Kunde inte läsa in användargränssnitt för trådlös säkerhet." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/ta.po b/po/ta.po index b0c62f3..6b24a08 100644 --- a/po/ta.po +++ b/po/ta.po @@ -3168,7 +3168,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4179,18 +4179,18 @@ msgstr "WPA & WPA2 தனிப்பட்ட" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Wi-Fi பாதுகாப்பு பயனர் இடைமுகத்தை ஏற்ற முடியவில்லை; விடுபட்ட Wi-Fi அமைவுகள்." +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "WLAN பாதுகாப்பு பயனர் இடைமுகத்தை ஏற்ற முடியவில்லை; விடுபட்ட WLAN அமைவுகள்." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "ஒயர்லெஸ் பாதுகாப்பு" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi பாதுகாப்பு பயனர் இடைமுகத்தை ஏற்ற முடியவில்லை." +msgid "Could not load WLAN Security user interface." +msgstr "WLAN பாதுகாப்பு பயனர் இடைமுகத்தை ஏற்ற முடியவில்லை." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/te.po b/po/te.po index 74708aa..7849fda 100644 --- a/po/te.po +++ b/po/te.po @@ -3139,7 +3139,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4148,18 +4148,18 @@ msgstr "WPA & WPA2 వ్యక్తిగత" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Wi-Fi రక్షణ వినియోగదారి యింటర్ఫేస్‌ను లోడుచేయలేకపోయింది; Wi-Fi అమరిక తప్పిపోయింది." +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "WLAN రక్షణ వినియోగదారి యింటర్ఫేస్‌ను లోడుచేయలేకపోయింది; WLAN అమరిక తప్పిపోయింది." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "వైర్‌లేనివిధానికి రక్షణ" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "Wi-Fi రక్షణ వినియోగదారి యింటర్ఫేస్‌ను లోడుచేయలేకపోయింది." +msgid "Could not load WLAN Security user interface." +msgstr "WLAN రక్షణ వినియోగదారి యింటర్ఫేస్‌ను లోడుచేయలేకపోయింది." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/tg.gmo b/po/tg.gmo index 77b3082..42160c3 100644 Binary files a/po/tg.gmo and b/po/tg.gmo differ diff --git a/po/tg.po b/po/tg.po index b3f7dda..1432099 100644 --- a/po/tg.po +++ b/po/tg.po @@ -497,7 +497,7 @@ msgstr "Фаъол кардани шабака" #: src/applet.c:1826 #, fuzzy msgid "Enable _Wi-Fi" -msgstr "Wi-Fi" +msgstr "WLAN" #. 'Enable Mobile Broadband' item #: src/applet.c:1835 @@ -1523,7 +1523,7 @@ msgstr "" #: src/connection-editor/ce-page.c:283 #, fuzzy msgid "Stable" -msgstr "Wi-Fi" +msgstr "WLAN" #: src/connection-editor/ce-page.c:287 #, fuzzy @@ -1615,7 +1615,7 @@ msgstr "" #: src/connection-editor/ce-page-dcb.ui:118 #, fuzzy msgid "Enable" -msgstr "Wi-Fi" +msgstr "WLAN" #: src/connection-editor/ce-page-dcb.ui:135 msgid "Advertise" @@ -2301,7 +2301,7 @@ msgstr "" #: src/connection-editor/ce-page-ip6.ui:55 #, fuzzy msgid "Stable privacy" -msgstr "Wi-Fi" +msgstr "WLAN" #: src/connection-editor/ce-page-ip6.ui:274 #, fuzzy @@ -3228,7 +3228,7 @@ msgstr "Усулҳои санҷиши ҳаққонияти иҷозатшуда" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Шабакаи Wi-Fi" #: src/connection-editor/connection-helpers.c:100 @@ -4267,17 +4267,17 @@ msgstr "WPA & WPA2-и Шахсӣ" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Интерфейси корбари Wi-Fi бор нашуд." +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "Интерфейси корбари WLAN бор нашуд." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Амнияти Wi-Fi" +msgid "WLAN Security" +msgstr "Амнияти WLAN" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "Интерфейси корбари Wi-Fi бор нашуд." +msgid "Could not load WLAN Security user interface." +msgstr "Интерфейси корбари WLAN бор нашуд." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/th.po b/po/th.po index dd14d62..895b504 100644 --- a/po/th.po +++ b/po/th.po @@ -3119,7 +3119,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4123,18 +4123,18 @@ msgstr "WPA & WPA2 ส่วนบุคคล" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "ไม่สามารถโหลดส่วนติดต่อผู้ใช้สำหรับการรักษาความปลอดภัย Wi-Fi; ไม่ได้ตั้งค่า Wi-Fi ไว้" +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "ไม่สามารถโหลดส่วนติดต่อผู้ใช้สำหรับการรักษาความปลอดภัย WLAN; ไม่ได้ตั้งค่า WLAN ไว้" #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "การรักษาความปลอดภัยเครือข่ายไร้สาย" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "ไม่สามารถโหลดส่วนติดต่อผู้ใช้สำหรับการรักษาความปลอดภัย Wi-Fi" +msgid "Could not load WLAN Security user interface." +msgstr "ไม่สามารถโหลดส่วนติดต่อผู้ใช้สำหรับการรักษาความปลอดภัย WLAN" #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/tr.gmo b/po/tr.gmo index 1eb5717..78b55a6 100644 Binary files a/po/tr.gmo and b/po/tr.gmo differ diff --git a/po/tr.po b/po/tr.po index 0eee0ff..2cf04da 100644 --- a/po/tr.po +++ b/po/tr.po @@ -3137,7 +3137,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "Kablosuz Bağlantı" #: src/connection-editor/connection-helpers.c:100 @@ -4108,17 +4108,17 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Kişisel" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" "Kablosuz bağlantı güvenlik kullanıcı arayüzü yüklenemedi; eksik kablosuz " "bağlantı ayarı." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Kablosuz Bağlantı Güvenliği" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "Kablosuz bağlantı güvenlik kullanıcı arayüzü yüklenemedi." #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/ug.gmo b/po/ug.gmo index 9007048..4ae1eee 100644 Binary files a/po/ug.gmo and b/po/ug.gmo differ diff --git a/po/ug.po b/po/ug.po index 9d6a67e..9e85471 100644 --- a/po/ug.po +++ b/po/ug.po @@ -3164,8 +3164,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4168,18 +4168,18 @@ msgid "WPA3 Personal" msgstr "WPA ۋە WPA2 كىشىلىك نۇسخىسى" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"سىمسىز تور(Wi-Fi) بىخەتەرلىك ئىشلەتكۈچى ئارايۈزىنى ئوقۇغىلى بولمىدى؛ سىمسىز " -"تور(Wi-Fi) تەڭشىكى تولۇق ئەمەس." +"سىمسىز تور(WLAN) بىخەتەرلىك ئىشلەتكۈچى ئارايۈزىنى ئوقۇغىلى بولمىدى؛ سىمسىز " +"تور(WLAN) تەڭشىكى تولۇق ئەمەس." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "سىمسىز تور(Wi-Fi) بىخەتەرلىكى" +msgid "WLAN Security" +msgstr "سىمسىز تور(WLAN) بىخەتەرلىكى" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "سىمسىز تور(Wi-Fi) بىخەتەرلىك ئىشلەتكۈچى ئارايۈزىنى ئوقۇغىلى بولمىدى." +msgid "Could not load WLAN Security user interface." +msgstr "سىمسىز تور(WLAN) بىخەتەرلىك ئىشلەتكۈچى ئارايۈزىنى ئوقۇغىلى بولمىدى." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/uk.po b/po/uk.po index 75fe613..4dd1770 100644 --- a/po/uk.po +++ b/po/uk.po @@ -3141,7 +3141,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4184,21 +4184,21 @@ msgstr "WPA & WPA2 Personal" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"Не вдалось завантажити інтерфейс налаштовування захисту з'єднання Wi-Fi, " -"налаштовування Wi-Fi пропускається." +"Не вдалось завантажити інтерфейс налаштовування захисту з'єднання WLAN, " +"налаштовування WLAN пропускається." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "Захист бездротової мережі" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" -"Не вдалось завантажити інтерфейс налаштовування захисту з'єднання Wi-Fi." +"Не вдалось завантажити інтерфейс налаштовування захисту з'єднання WLAN." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/ur.po b/po/ur.po index 138524a..ff31143 100644 --- a/po/ur.po +++ b/po/ur.po @@ -3174,7 +3174,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -4192,19 +4192,19 @@ msgstr "WPA & WPA2 ذاتی" #: src/connection-editor/page-wifi-security.c:464 #, fuzzy -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" -"وائی فائی Wi-Fi سیکورٹی صارف مواجہ لوڈ نہیں ہوسکتا، Wi-Fi ترتیاب مفقود ہے." +"وائی فائی WLAN سیکورٹی صارف مواجہ لوڈ نہیں ہوسکتا، WLAN ترتیاب مفقود ہے." #: src/connection-editor/page-wifi-security.c:475 #, fuzzy -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "وائیرلیس سیکورٹی" #: src/connection-editor/page-wifi-security.c:477 #, fuzzy -msgid "Could not load Wi-Fi security user interface." -msgstr "وائی فائی Wi-Fi سیکورٹی صارف مواجہ لوڈ نہیں ہوسکتا." +msgid "Could not load WLAN Security user interface." +msgstr "وائی فائی WLAN سیکورٹی صارف مواجہ لوڈ نہیں ہوسکتا." #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/vi.gmo b/po/vi.gmo index 3a3b6bb..2bded85 100644 Binary files a/po/vi.gmo and b/po/vi.gmo differ diff --git a/po/vi.po b/po/vi.po index 564605f..654514f 100644 --- a/po/vi.po +++ b/po/vi.po @@ -3144,8 +3144,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "WLAN" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4145,16 +4145,16 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 Cá nhân" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "Không thể nạp giao diện an ninh Wi-Fi; bỏ qua thiết lập Wi-Fi." +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "Không thể nạp giao diện an ninh WLAN; bỏ qua thiết lập WLAN." #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "An ninh Wi-Fi" +msgid "WLAN Security" +msgstr "An ninh WLAN" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "Không thể nạp giao diện an ninh Wi-Fi" +msgid "Could not load WLAN Security user interface." +msgstr "Không thể nạp giao diện an ninh WLAN" #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/po/wa.po b/po/wa.po index 21d6d44..2fb6d3b 100644 --- a/po/wa.po +++ b/po/wa.po @@ -2966,7 +2966,7 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" +msgid "WLAN" msgstr "" #: src/connection-editor/connection-helpers.c:100 @@ -3922,15 +3922,15 @@ msgid "WPA3 Personal" msgstr "" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." +msgid "Could not load WLAN Security user interface; missing WLAN setting." msgstr "" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" +msgid "WLAN Security" msgstr "" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." +msgid "Could not load WLAN Security user interface." msgstr "" #: src/connection-editor/page-wifi-security.c:558 diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo index 7246a26..9525662 100644 Binary files a/po/zh_CN.gmo and b/po/zh_CN.gmo differ diff --git a/po/zh_CN.po b/po/zh_CN.po index 8a37972..ed84b33 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: network-manager-applet 1.8.22\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/network-manager-" "applet/\n" -"POT-Creation-Date: 2019-10-09 15:50+0200\n" +"POT-Creation-Date: 2021-06-24 19:11+0800\n" "PO-Revision-Date: 2019-08-15 01:36+0000\n" "Last-Translator: tfu \n" "Language-Team: Chinese (simplified) \n" @@ -31,8 +31,8 @@ msgstr "" "X-Launchpad-Export-Date: 2016-03-22 13:39+0000\n" "X-Generator: Zanata 4.6.2\n" -#: nm-applet.desktop.in:3 src/applet.c:3182 src/applet-dialogs.c:725 -#: src/libnma/nma-bar-code-widget.c:140 +#: nm-applet.desktop.in:3 src/applet.c:2194 src/applet.c:2293 src/applet.c:3361 +#: src/applet-dialogs.c:725 src/libnma/nma-bar-code-widget.c:140 msgid "Network" msgstr "网络" @@ -153,10 +153,6 @@ msgid "" "edit existing connection profiles for NetworkManager." msgstr "nm-connection-editor 程序为网络管理器创建或编辑现有的连接配置文件。" -#: nm-connection-editor.appdata.xml.in:27 -msgid "The NetworkManager Developers" -msgstr "NetworkManager Developers" - #: shared/nm-utils/nm-shared-utils.c:793 #, c-format msgid "object class '%s' has no property named '%s'" @@ -205,19 +201,19 @@ msgstr "802.1X 认证" #: src/connection-editor/connection-helpers.c:745 #: src/connection-editor/nm-connection-editor.ui:197 #: src/connection-editor/page-bluetooth.c:293 -#: src/connection-editor/page-mobile.c:526 +#: src/connection-editor/page-mobile.c:536 #: src/connection-editor/page-proxy.c:107 src/connection-editor/page-team.c:330 #: src/connection-editor/page-team-port.c:192 #: src/connection-editor/vpn-helpers.c:198 src/gsm-unlock.ui:28 #: src/libnma/nma-pkcs11-token-login-dialog.ui:19 #: src/libnma/nma-vpn-password-dialog.ui:23 src/libnma/nma-wifi-dialog.c:1115 #: src/libnm-gtk/nm-vpn-password-dialog.c:204 -#: src/libnm-gtk/nm-wifi-dialog.c:1053 src/mobile-helpers.c:451 +#: src/libnm-gtk/nm-wifi-dialog.c:1054 src/mobile-helpers.c:454 msgid "_Cancel" -msgstr "取消(_C)" +msgstr "取消(_C)" #: src/8021x.ui:46 src/libnma/nma-wifi-dialog.c:1121 -#: src/libnm-gtk/nm-wifi-dialog.c:1059 +#: src/libnm-gtk/nm-wifi-dialog.c:1060 msgid "C_onnect" msgstr "连接(_O)" @@ -233,37 +229,38 @@ msgstr "Ad hoc" msgid "secure." msgstr "安全。" -#: src/applet.c:378 +#: src/applet.c:393 msgid "Failed to add/activate connection" msgstr "无法添加/启用连接" -#: src/applet.c:380 src/applet.c:434 src/applet.c:469 -#: src/applet-device-wifi.c:1371 src/applet-device-wifi.c:1394 +#: src/applet.c:395 src/applet.c:449 src/applet.c:484 +#: src/applet-device-wifi.c:1440 src/applet-device-wifi.c:1463 msgid "Unknown error" msgstr "未知错误" -#: src/applet.c:383 src/applet.c:472 src/applet-device-wifi.c:522 -#: src/applet-device-wifi.c:1374 src/applet-device-wifi.c:1397 +#: src/applet.c:398 src/applet.c:487 src/applet-device-wifi.c:589 +#: src/applet-device-wifi.c:1443 src/applet-device-wifi.c:1466 msgid "Connection failure" msgstr "连接失败" -#: src/applet.c:432 +#: src/applet.c:447 msgid "Device disconnect failed" msgstr "设备断开失败" -#: src/applet.c:437 +#: src/applet.c:452 msgid "Disconnect failure" msgstr "断开失败" -#: src/applet.c:467 +#: src/applet.c:482 msgid "Connection activation failed" msgstr "连接启用失败" -#: src/applet.c:794 src/applet-device-wifi.c:1110 +#: src/applet.c:807 src/applet.c:2230 src/applet-device-wifi.c:1177 +#, fuzzy msgid "Don’t show this message again" msgstr "不再显示此信息" -#: src/applet.c:884 +#: src/applet.c:897 #, c-format msgid "" "\n" @@ -273,7 +270,7 @@ msgstr "" "\n" "VPN 连接“%s”已断开,因为网络连接被中断。" -#: src/applet.c:886 +#: src/applet.c:899 #, c-format msgid "" "\n" @@ -283,7 +280,7 @@ msgstr "" "\n" "VPN 连接“%s”失败,因为网络连接被中断。" -#: src/applet.c:888 +#: src/applet.c:901 #, c-format msgid "" "\n" @@ -292,7 +289,7 @@ msgstr "" "\n" "VPN 连接“%s”失败,因为 VPN 服务异常中断。" -#: src/applet.c:890 +#: src/applet.c:903 #, c-format msgid "" "\n" @@ -302,7 +299,7 @@ msgstr "" "\n" "VPN 连接“%s”失败,因为 VPN 服务返回了一个非法配置。" -#: src/applet.c:892 +#: src/applet.c:905 #, c-format msgid "" "\n" @@ -311,7 +308,7 @@ msgstr "" "\n" "VPN 连接“%s”失败,因为连接超时。" -#: src/applet.c:894 +#: src/applet.c:907 #, c-format msgid "" "\n" @@ -320,7 +317,7 @@ msgstr "" "\n" "VPN 连接“%s”失败,因为VPN 服务未在所需时间内启动。" -#: src/applet.c:896 +#: src/applet.c:909 #, c-format msgid "" "\n" @@ -329,7 +326,7 @@ msgstr "" "\n" "VPN 连接“%s”失败,因为 VPN 服务启动失败。" -#: src/applet.c:898 +#: src/applet.c:911 #, c-format msgid "" "\n" @@ -338,7 +335,7 @@ msgstr "" "\n" "VPN 连接“%s”失败,因为没有合法的 VPN secret。" -#: src/applet.c:900 +#: src/applet.c:913 #, c-format msgid "" "\n" @@ -347,7 +344,7 @@ msgstr "" "\n" "VPN 连接“%s”失败,因为 VPN secret 非法。" -#: src/applet.c:905 +#: src/applet.c:918 #, c-format msgid "" "\n" @@ -356,7 +353,7 @@ msgstr "" "\n" "VPN 连接“%s”失败。" -#: src/applet.c:932 +#: src/applet.c:945 #, c-format msgid "" "VPN connection has been successfully established.\n" @@ -367,19 +364,19 @@ msgstr "" "\n" "%s\n" -#: src/applet.c:934 +#: src/applet.c:947 msgid "VPN connection has been successfully established.\n" msgstr "已成功建立 VPN 连接。\n" -#: src/applet.c:936 +#: src/applet.c:949 msgid "VPN Login Message" msgstr "VPN 登录消息" -#: src/applet.c:944 src/applet.c:984 +#: src/applet.c:957 src/applet.c:997 msgid "VPN Connection Failed" msgstr "VPN 连接失败" -#: src/applet.c:988 +#: src/applet.c:1001 #, c-format msgid "" "\n" @@ -392,7 +389,7 @@ msgstr "" "\n" "%s" -#: src/applet.c:991 +#: src/applet.c:1004 #, c-format msgid "" "\n" @@ -405,142 +402,158 @@ msgstr "" "\n" "%s" -#: src/applet.c:1282 +#: src/applet.c:1295 msgid "device not ready (firmware missing)" msgstr "设备未就绪(缺少固件)" -#: src/applet.c:1284 +#: src/applet.c:1297 msgid "device not ready" msgstr "设备未就绪" #. Notify user of unmanaged or unavailable device -#: src/applet.c:1294 src/applet-device-ethernet.c:95 +#: src/applet.c:1307 src/applet-device-ethernet.c:95 msgid "disconnected" msgstr "已断开" -#: src/applet.c:1310 +#: src/applet.c:1323 msgid "Disconnect" msgstr "断开" -#: src/applet.c:1324 +#: src/applet.c:1340 msgid "device not managed" msgstr "设备未托管" -#: src/applet.c:1397 +#: src/applet.c:1413 msgid "No network devices available" msgstr "没有可用的网络设备" -#: src/applet.c:1449 +#: src/applet.c:1467 msgid "_VPN Connections" msgstr "_VPN 连接" -#: src/applet.c:1493 +#. separator is added if there will be items under it +#: src/applet.c:1522 msgid "_Configure VPN…" msgstr "配置 VPN(_C)..." -#: src/applet.c:1496 +#: src/applet.c:1525 msgid "_Add a VPN connection…" msgstr "添加一个 VPN 连接(_A)..." -#: src/applet.c:1602 +#: src/applet.c:1643 msgid "NetworkManager is not running…" msgstr "NetworkManager 没有运行…" -#: src/applet.c:1607 src/applet.c:2672 +#: src/applet.c:1648 src/applet.c:2847 msgid "Networking disabled" msgstr "网络已禁用" #. 'Enable Networking' item -#: src/applet.c:1817 +#: src/applet.c:1873 msgid "Enable _Networking" msgstr "启用联网(_N)" #. 'Enable Wi-Fi' item -#: src/applet.c:1826 +#: src/applet.c:1882 msgid "Enable _Wi-Fi" msgstr "启用 _Wi-Fi" #. 'Enable Mobile Broadband' item -#: src/applet.c:1835 +#: src/applet.c:1891 msgid "Enable _Mobile Broadband" msgstr "启用移动宽带(_M)" #. Toggle notifications item -#: src/applet.c:1847 +#: src/applet.c:1903 msgid "Enable N_otifications" msgstr "启用通知(_O)" #. 'Connection Information' item -#: src/applet.c:1859 +#: src/applet.c:1915 msgid "Connection _Information" msgstr "连接信息(_I)" #. 'Edit Connections...' item -#: src/applet.c:1867 +#: src/applet.c:1923 msgid "Edit Connections…" msgstr "编辑连接..." -#: src/applet.c:1881 +#: src/applet.c:1937 msgid "_About" msgstr "关于(_A)" -#: src/applet.c:2192 +#: src/applet.c:2196 +msgid "Disconnected - you are now offline" +msgstr "未连接 - 您现在是离线" + +#: src/applet.c:2198 +msgid "Disconnected" +msgstr "已断开连接" + +#: src/applet.c:2284 +#, fuzzy +msgid "Wireless network" +msgstr "更多网络" + +#: src/applet.c:2287 src/applet-device-ethernet.c:75 +#, fuzzy +msgid "Ethernet Network" +msgstr "以太网" + +#: src/applet.c:2290 +#, fuzzy +msgid "Modem network" +msgstr "更多网络" + +#: src/applet.c:2354 #, c-format msgid "You are now connected to “%s”." msgstr "您现在已连接到“%s”。" -#: src/applet.c:2232 -msgid "Disconnected" -msgstr "已断开连接" - -#: src/applet.c:2233 -msgid "The network connection has been disconnected." -msgstr "网络连接已断开。" - -#: src/applet.c:2535 +#: src/applet.c:2710 #, c-format msgid "Preparing network connection “%s”…" msgstr "正在准备网络连接“%s”..." -#: src/applet.c:2538 +#: src/applet.c:2713 #, c-format msgid "User authentication required for network connection “%s”…" msgstr "网络连接“%s”需要用户认证..." -#: src/applet.c:2541 src/applet-device-bt.c:111 src/mobile-helpers.c:593 +#: src/applet.c:2716 src/applet-device-bt.c:111 src/mobile-helpers.c:596 #, c-format msgid "Requesting a network address for “%s”…" msgstr "正在为“%s”请求一个网络地址..." -#: src/applet.c:2544 +#: src/applet.c:2719 #, c-format msgid "Network connection “%s” active" msgstr "网络连接“%s”处于活动状态" -#: src/applet.c:2617 +#: src/applet.c:2792 #, c-format msgid "Starting VPN connection “%s”…" msgstr "正在启动 VPN 连接“%s”..." -#: src/applet.c:2620 +#: src/applet.c:2795 #, c-format msgid "User authentication required for VPN connection “%s”…" msgstr "VPN 连接“%s”需要用户认证..." -#: src/applet.c:2623 +#: src/applet.c:2798 #, c-format msgid "Requesting a VPN address for “%s”…" msgstr "正在为“%s”请求一个 VPN 地址..." -#: src/applet.c:2626 +#: src/applet.c:2801 msgid "VPN connection active" msgstr "VPN 连接处于活动状态" -#: src/applet.c:2676 +#: src/applet.c:2851 msgid "No network connection" msgstr "没有网络连接" -#: src/applet.c:3283 +#: src/applet.c:3462 msgid "NetworkManager Applet" msgstr "网络管理器小程序" @@ -569,7 +582,7 @@ msgid "Mobile Broadband" msgstr "移动宽带" #: src/applet-device-broadband.c:780 src/applet-device-bt.c:61 -#: src/applet-device-ethernet.c:103 src/applet-device-wifi.c:890 +#: src/applet-device-ethernet.c:103 src/applet-device-wifi.c:957 msgid "Available" msgstr "可用的" @@ -579,7 +592,7 @@ msgid "New Mobile Broadband connection…" msgstr "新移动宽带连接..." #: src/applet-device-broadband.c:807 src/applet-device-bt.c:73 -#: src/applet-device-ethernet.c:118 src/applet-device-wifi.c:1292 +#: src/applet-device-ethernet.c:118 src/applet-device-wifi.c:1361 msgid "Connection Established" msgstr "连接已建立" @@ -604,22 +617,22 @@ msgstr "您现在已注册到一个漫游网络。" msgid "You are now connected to the mobile broadband network." msgstr "您现在已连接到移动宽带网络。" -#: src/applet-device-bt.c:102 src/mobile-helpers.c:584 +#: src/applet-device-bt.c:102 src/mobile-helpers.c:587 #, c-format msgid "Preparing mobile broadband connection “%s”…" msgstr "正在准备移动宽带连接“%s”..." -#: src/applet-device-bt.c:105 src/mobile-helpers.c:587 +#: src/applet-device-bt.c:105 src/mobile-helpers.c:590 #, c-format msgid "Configuring mobile broadband connection “%s”…" msgstr "正在配置移动宽带连接“%s”..." -#: src/applet-device-bt.c:108 src/mobile-helpers.c:590 +#: src/applet-device-bt.c:108 src/mobile-helpers.c:593 #, c-format msgid "User authentication required for mobile broadband connection “%s”…" msgstr "移动宽带连接“%s”需要用户认证..." -#: src/applet-device-bt.c:115 src/mobile-helpers.c:612 +#: src/applet-device-bt.c:115 src/mobile-helpers.c:615 #, c-format msgid "Mobile broadband connection “%s” active" msgstr "移动宽带连接“%s”已处于活动状态" @@ -642,10 +655,6 @@ msgstr "以太网(%s)" msgid "Ethernet Networks" msgstr "以太网" -#: src/applet-device-ethernet.c:75 -msgid "Ethernet Network" -msgstr "以太网" - #: src/applet-device-ethernet.c:119 msgid "You are now connected to the ethernet network." msgstr "您现已连接到以太网。" @@ -686,103 +695,103 @@ msgstr "DSL 认证" #: src/connection-editor/ce-page-dcb.ui:1033 #: src/connection-editor/ce-ppp-auth-methods.ui:42 #: src/connection-editor/page-bluetooth.c:295 -#: src/connection-editor/page-mobile.c:528 +#: src/connection-editor/page-mobile.c:538 #: src/libnma/nma-vpn-password-dialog.ui:39 -#: src/libnm-gtk/nm-vpn-password-dialog.c:205 src/mobile-helpers.c:452 +#: src/libnm-gtk/nm-vpn-password-dialog.c:205 src/mobile-helpers.c:455 msgid "_OK" msgstr "确定(_O)" -#: src/applet-device-wifi.c:208 +#: src/applet-device-wifi.c:210 msgid "_Connect to Hidden Wi-Fi Network…" msgstr "连接到隐藏的 Wi-Fi 网络(_C)" -#: src/applet-device-wifi.c:259 +#: src/applet-device-wifi.c:294 msgid "Create _New Wi-Fi Network…" msgstr "创建新的 Wi-Fi 网络(_N)" -#: src/applet-device-wifi.c:341 +#: src/applet-device-wifi.c:384 msgid "(none)" msgstr "(无)" -#: src/applet-device-wifi.c:519 src/applet-device-wifi.c:1392 +#: src/applet-device-wifi.c:586 src/applet-device-wifi.c:1461 msgid "Failed to add new connection" msgstr "无法添加新连接" -#: src/applet-device-wifi.c:520 +#: src/applet-device-wifi.c:587 src/connection-editor/connection-helpers.c:695 msgid "Insufficient privileges." msgstr "权限不足。" -#: src/applet-device-wifi.c:822 +#: src/applet-device-wifi.c:889 #, c-format msgid "Wi-Fi Networks (%s)" msgstr "Wi-Fi 网络(%s)" -#: src/applet-device-wifi.c:824 +#: src/applet-device-wifi.c:891 #, c-format msgid "Wi-Fi Network (%s)" msgstr "Wi-Fi 网络(%s)" -#: src/applet-device-wifi.c:826 +#: src/applet-device-wifi.c:893 msgid "Wi-Fi Network" msgid_plural "Wi-Fi Networks" msgstr[0] "Wi-Fi 网络" -#: src/applet-device-wifi.c:855 +#: src/applet-device-wifi.c:922 msgid "Wi-Fi is disabled" msgstr "Wi-Fi 已禁用" -#: src/applet-device-wifi.c:856 +#: src/applet-device-wifi.c:923 msgid "Wi-Fi is disabled by hardware switch" msgstr "Wi-Fi 已通过硬件开关禁用" -#: src/applet-device-wifi.c:917 +#: src/applet-device-wifi.c:984 msgid "More networks" msgstr "更多网络" -#: src/applet-device-wifi.c:1106 +#: src/applet-device-wifi.c:1173 msgid "Wi-Fi Networks Available" msgstr "Wi-Fi 网络可用" -#: src/applet-device-wifi.c:1107 +#: src/applet-device-wifi.c:1174 msgid "Use the network menu to connect to a Wi-Fi network" msgstr "使用网络菜单连接到 Wi-Fi 网络" -#: src/applet-device-wifi.c:1291 +#: src/applet-device-wifi.c:1360 #, c-format msgid "You are now connected to the Wi-Fi network “%s”." msgstr "您现在已连接到 Wi-Fi 网络 %s。" -#: src/applet-device-wifi.c:1326 +#: src/applet-device-wifi.c:1395 #, c-format msgid "Preparing Wi-Fi network connection “%s”…" msgstr "正在准备 Wi-Fi 网络连接 %s..." -#: src/applet-device-wifi.c:1329 +#: src/applet-device-wifi.c:1398 #, c-format msgid "Configuring Wi-Fi network connection “%s”…" msgstr "正在配置 Wi-Fi 网络连接 %s..." -#: src/applet-device-wifi.c:1332 +#: src/applet-device-wifi.c:1401 #, c-format msgid "User authentication required for Wi-Fi network “%s”…" msgstr "Wi-Fi 网络 %s 需要用户认证..." -#: src/applet-device-wifi.c:1335 +#: src/applet-device-wifi.c:1404 #, c-format msgid "Requesting a Wi-Fi network address for “%s”…" msgstr "正在为 %s 请求一个网络地址..." -#: src/applet-device-wifi.c:1346 +#: src/applet-device-wifi.c:1415 #, c-format msgid "Wi-Fi network connection “%s” active: %s (%d%%)" msgstr "Wi-Fi 网络连接 %s 处于活动状态:%s (%d%%)" -#: src/applet-device-wifi.c:1350 +#: src/applet-device-wifi.c:1419 #, c-format msgid "Wi-Fi network connection “%s” active" msgstr "Wi-Fi 网络连接 %s 处于活动状态" -#: src/applet-device-wifi.c:1369 +#: src/applet-device-wifi.c:1438 msgid "Failed to activate connection" msgstr "无法启用连接" @@ -791,7 +800,7 @@ msgid "Error displaying connection information:" msgstr "显示连接信息时出错:" #: src/applet-dialogs.c:60 src/connection-editor/page-wifi-security.c:369 -#: src/libnma/nma-wifi-dialog.c:966 src/libnm-gtk/nm-wifi-dialog.c:934 +#: src/libnma/nma-wifi-dialog.c:966 src/libnm-gtk/nm-wifi-dialog.c:935 #: src/wireless-security/wireless-security.c:435 msgid "LEAP" msgstr "LEAP" @@ -933,7 +942,7 @@ msgstr "默认路由" msgid "IPv6" msgstr "IPv6" -#: src/applet-dialogs.c:718 src/connection-editor/ce-page-wifi.ui:52 +#: src/applet-dialogs.c:718 msgid "Hotspot" msgstr "热点" @@ -1118,7 +1127,7 @@ msgstr "IP 地址用来在网络上标识您的计算机。单击“添加”按 #: src/connection-editor/ce-page-team.ui:234 #: src/connection-editor/nm-connection-list.ui:87 msgid "_Add" -msgstr "添加(_A)" +msgstr "添加(_A)" #: src/connection-editor/ce-ip4-routes.ui:128 #: src/connection-editor/ce-ip6-routes.ui:128 @@ -1222,7 +1231,7 @@ msgstr "绑定的连接(_c):" #: src/connection-editor/ce-page-bond.ui:105 #: src/connection-editor/ce-page-wifi.ui:400 msgid "M_ode" -msgstr "模式(_o):" +msgstr "模式(_o)" #: src/connection-editor/ce-page-bond.ui:194 #: src/connection-editor/ce-page-bridge.ui:134 @@ -1404,8 +1413,8 @@ msgstr "自动" #: src/connection-editor/ce-page-dcb.ui:419 #: src/connection-editor/ce-page-dcb.ui:442 #: src/connection-editor/ce-page-dcb.ui:465 -#: src/connection-editor/page-wifi.c:154 src/connection-editor/page-wifi.c:158 -#: src/connection-editor/page-wifi.c:179 +#: src/connection-editor/page-wifi.c:157 src/connection-editor/page-wifi.c:161 +#: src/connection-editor/page-wifi.c:182 msgid "default" msgstr "默认" @@ -1755,7 +1764,7 @@ msgstr "" #: src/connection-editor/ce-page-ip6.ui:12 #: src/connection-editor/ce-page-proxy.ui:24 #: src/connection-editor/ce-page-wifi.ui:32 -#: src/connection-editor/page-ip4.c:118 src/connection-editor/page-ip6.c:135 +#: src/connection-editor/page-ip4.c:121 src/connection-editor/page-ip6.c:135 #: src/wireless-security/eap-method-peap.ui:23 msgid "Automatic" msgstr "自动" @@ -1807,7 +1816,7 @@ msgstr "忽略" #: src/connection-editor/ce-page-ethernet.ui:80 #: src/connection-editor/ce-page-ip4.ui:18 -#: src/connection-editor/ce-page-ip6.ui:18 src/connection-editor/page-ip4.c:155 +#: src/connection-editor/ce-page-ip6.ui:18 src/connection-editor/page-ip4.c:158 #: src/connection-editor/page-ip6.c:184 msgid "Manual" msgstr "手动" @@ -2075,7 +2084,7 @@ msgid "Link-Local" msgstr "本地连接" #: src/connection-editor/ce-page-ip4.ui:24 -#: src/connection-editor/ce-page-ip6.ui:24 src/connection-editor/page-ip4.c:175 +#: src/connection-editor/ce-page-ip6.ui:24 src/connection-editor/page-ip4.c:178 #: src/connection-editor/page-ip6.c:204 msgid "Shared to other computers" msgstr "与其它计算机共享" @@ -2107,13 +2116,13 @@ msgstr "D_HCP 客户端 ID" #: src/connection-editor/ce-page-ip4.ui:242 #: src/connection-editor/ce-page-ip6.ui:246 -#: src/connection-editor/page-ip4.c:359 src/connection-editor/page-ip6.c:347 +#: src/connection-editor/page-ip4.c:368 src/connection-editor/page-ip6.c:347 msgid "S_earch domains" msgstr "搜索域(_e)" #: src/connection-editor/ce-page-ip4.ui:256 #: src/connection-editor/ce-page-ip6.ui:260 -#: src/connection-editor/page-ip4.c:350 src/connection-editor/page-ip6.c:338 +#: src/connection-editor/page-ip4.c:359 src/connection-editor/page-ip6.c:338 msgid "DNS ser_vers" msgstr "_DNS 服务器" @@ -2142,7 +2151,7 @@ msgstr "路由(_R)..." #: src/connection-editor/ce-page-ip6.ui:35 #: src/connection-editor/ce-page-macsec.ui:32 -#: src/connection-editor/page-ip4.c:185 src/connection-editor/page-ip6.c:212 +#: src/connection-editor/page-ip4.c:188 src/connection-editor/page-ip6.c:212 msgid "Disabled" msgstr "已禁用" @@ -2209,7 +2218,6 @@ msgid "Strict" msgstr "严格" #: src/connection-editor/ce-page-macsec.ui:58 -#, fuzzy msgid "_Device name" msgstr "设备名称" @@ -2218,7 +2226,6 @@ msgid "The name of the MACsec device." msgstr "该MAC安全设备的名称。" #: src/connection-editor/ce-page-macsec.ui:85 -#, fuzzy msgid "_Parent device" msgstr "上级设备" @@ -2236,10 +2243,9 @@ msgstr "作为此的MACsec接口应创建父接口的名称或父连接UUID" #: src/connection-editor/ce-page-macsec.ui:117 msgid "Keys" -msgstr "Key" +msgstr "秘钥" #: src/connection-editor/ce-page-macsec.ui:135 -#, fuzzy msgid "_Mode" msgstr "模式" @@ -2273,7 +2279,6 @@ msgid "Parameters" msgstr "参数" #: src/connection-editor/ce-page-macsec.ui:234 -#, fuzzy msgid "_Validation" msgstr "验证" @@ -2282,7 +2287,6 @@ msgid "Specifies the validation mode for incoming frames" msgstr "指定传入帧验证模式" #: src/connection-editor/ce-page-macsec.ui:266 -#, fuzzy msgid "_SCI port" msgstr "SCI 端口" @@ -2291,7 +2295,6 @@ msgid "The port component of the SCI (Secure Channel Identifier)" msgstr "的SCI的端口分量(安全通道标识符)" #: src/connection-editor/ce-page-macsec.ui:291 -#, fuzzy msgid "_Encrypt" msgstr "加密" @@ -2392,7 +2395,7 @@ msgstr "无" #: src/connection-editor/ce-page-proxy.ui:34 msgid "For browser only" -msgstr "对于浏览器只" +msgstr "仅对浏览器" #: src/connection-editor/ce-page-proxy.ui:38 msgid "Use this proxy configuration for only browser clients/schemes." @@ -2981,7 +2984,6 @@ msgstr "波段(_d)" msgid "SS_ID" msgstr "SS_ID" -#: src/connection-editor/ce-polkit.c:49 #: src/connection-editor/ce-polkit-button.c:60 msgid "No polkit authorization to perform the action" msgstr "执行这个动作需要 polkit 授权" @@ -3039,9 +3041,9 @@ msgstr "" "些方法的支持。" #: src/connection-editor/connection-helpers.c:92 -#: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +#: src/connection-editor/page-wifi.c:426 src/libnm-gtk/nm-ui-utils.c:309 +msgid "WLAN" +msgstr "无线局域网" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -3154,18 +3156,18 @@ msgstr "退出(_Q)" #: src/connection-editor/ip4-routes-dialog.c:683 #: src/connection-editor/ip6-routes-dialog.c:704 -#: src/connection-editor/page-ip4.c:1119 src/connection-editor/page-ip6.c:1117 +#: src/connection-editor/page-ip4.c:1135 src/connection-editor/page-ip6.c:1117 msgid "Address" msgstr "地址" #: src/connection-editor/ip4-routes-dialog.c:702 -#: src/connection-editor/page-ip4.c:1138 +#: src/connection-editor/page-ip4.c:1155 msgid "Netmask" msgstr "子网掩码" #: src/connection-editor/ip4-routes-dialog.c:721 #: src/connection-editor/ip6-routes-dialog.c:742 -#: src/connection-editor/page-ip4.c:1157 src/connection-editor/page-ip6.c:1155 +#: src/connection-editor/page-ip4.c:1175 src/connection-editor/page-ip6.c:1155 msgid "Gateway" msgstr "网关" @@ -3179,78 +3181,101 @@ msgstr "度量" msgid "Prefix" msgstr "前缀" -#: src/connection-editor/nm-connection-editor.c:96 +#: src/connection-editor/nm-connection-editor.c:100 #, c-format msgid "Editing %s" msgstr "正在编辑 %s" -#: src/connection-editor/nm-connection-editor.c:100 +#: src/connection-editor/nm-connection-editor.c:104 msgid "Editing un-named connection" msgstr "编辑未命名连接" -#: src/connection-editor/nm-connection-editor.c:120 +#: src/connection-editor/nm-connection-editor.c:124 msgid "Missing connection name" msgstr "缺少连接名" -#: src/connection-editor/nm-connection-editor.c:336 -msgid "Editor initializing…" +#: src/connection-editor/nm-connection-editor.c:340 +#, fuzzy +msgid "Editor initializing..." msgstr "编辑器正在初始化…" -#: src/connection-editor/nm-connection-editor.c:343 +#: src/connection-editor/nm-connection-editor.c:347 #: src/connection-editor/nm-connection-list.c:457 msgid "Connection cannot be modified" msgstr "连接不能被修改" -#: src/connection-editor/nm-connection-editor.c:358 +#: src/connection-editor/nm-connection-editor.c:360 #, c-format msgid "Invalid setting %s: %s" msgstr "无效设置 %s: %s" -#: src/connection-editor/nm-connection-editor.c:434 +#: src/connection-editor/nm-connection-editor.c:442 msgid "" "The connection editor could not find some required resources (the .ui file " "was not found)." msgstr "连接编辑器找不到所需的一些资源(未找到 .ui 文件)。" -#: src/connection-editor/nm-connection-editor.c:567 +#: src/connection-editor/nm-connection-editor.c:575 #: src/connection-editor/vpn-helpers.c:199 msgid "_Save" msgstr "保存(_S)" -#: src/connection-editor/nm-connection-editor.c:568 +#: src/connection-editor/nm-connection-editor.c:576 msgid "Save any changes made to this connection." -msgstr "保存对此连接的全部更改。" +msgstr "保存对此连接的全部更改" -#: src/connection-editor/nm-connection-editor.c:569 +#: src/connection-editor/nm-connection-editor.c:577 msgid "Authenticate to save this connection for all users of this machine." msgstr "为本机所有用户保存此连接需要认证。" -#: src/connection-editor/nm-connection-editor.c:585 +#: src/connection-editor/nm-connection-editor.c:593 msgid "Could not create connection" msgstr "无法创建连接" -#: src/connection-editor/nm-connection-editor.c:585 +#: src/connection-editor/nm-connection-editor.c:593 msgid "Could not edit connection" msgstr "无法编辑连接" -#: src/connection-editor/nm-connection-editor.c:587 +#: src/connection-editor/nm-connection-editor.c:595 msgid "Unknown error creating connection editor dialog." msgstr "创建连接编辑器对话框出现未知错误。" -#: src/connection-editor/nm-connection-editor.c:728 +#: src/connection-editor/nm-connection-editor.c:738 msgid "" "Warning: the connection contains some properties not supported by the " "editor. They will be cleared upon save." msgstr "警告:连接包含编辑器不支持的一些特性。他们将在保存被清除。" -#: src/connection-editor/nm-connection-editor.c:748 +#: src/connection-editor/nm-connection-editor.c:758 msgid "Error initializing editor" msgstr "初始化编辑器错误" -#: src/connection-editor/nm-connection-editor.c:1155 +#: src/connection-editor/nm-connection-editor.c:1165 msgid "Connection add failed" msgstr "添加连接失败" +#: src/connection-editor/nm-connection-editor.c:1250 +msgid "IP address conflict, Please change IP" +msgstr "IP地址冲突,请换一个IP" + +#: src/connection-editor/nm-connection-editor.c:1290 +#, c-format +msgid "IP address: %s MAC address: %s" +msgstr "IP地址: %s 物理地址: %s" + +#: src/connection-editor/nm-connection-editor.c:1291 +#: src/connection-editor/nm-connection-editor.c:1343 +msgid "nm-editor" +msgstr "网络管理工具" + +#: src/connection-editor/nm-connection-editor.c:1324 +msgid "IP address changed, checking for IP address conflict" +msgstr "IP地址改变,检测IP地址冲突" + +#: src/connection-editor/nm-connection-editor.c:1342 +msgid "New IP address:" +msgstr "新IP地址:" + #: src/connection-editor/nm-connection-editor.ui:35 msgid "Fix" msgstr "固定" @@ -3539,7 +3564,7 @@ msgid "Ethernet device" msgstr "以太网设备" #: src/connection-editor/page-ethernet.c:502 -#: src/connection-editor/page-vlan.c:723 src/connection-editor/page-wifi.c:557 +#: src/connection-editor/page-vlan.c:723 src/connection-editor/page-wifi.c:567 msgid "cloned MAC" msgstr "克隆 MAC" @@ -3605,75 +3630,75 @@ msgstr "无法加载 IP 隧道用户界面。" msgid "IP tunnel connection %d" msgstr "IP 隧道连接 %d" -#: src/connection-editor/page-ip4.c:114 src/connection-editor/page-ip6.c:129 +#: src/connection-editor/page-ip4.c:117 src/connection-editor/page-ip6.c:129 msgid "Automatic (VPN)" msgstr "自动(VPN)" -#: src/connection-editor/page-ip4.c:115 src/connection-editor/page-ip6.c:130 +#: src/connection-editor/page-ip4.c:118 src/connection-editor/page-ip6.c:130 msgid "Automatic (VPN) addresses only" msgstr "自动(VPN)仅地址" -#: src/connection-editor/page-ip4.c:119 src/connection-editor/page-ip6.c:136 +#: src/connection-editor/page-ip4.c:122 src/connection-editor/page-ip6.c:136 msgid "Automatic, addresses only" msgstr "自动,仅地址" -#: src/connection-editor/page-ip4.c:121 src/connection-editor/page-ip6.c:132 +#: src/connection-editor/page-ip4.c:124 src/connection-editor/page-ip6.c:132 msgid "Automatic (PPPoE)" msgstr "自动(PPPoE)" -#: src/connection-editor/page-ip4.c:122 src/connection-editor/page-ip6.c:133 +#: src/connection-editor/page-ip4.c:125 src/connection-editor/page-ip6.c:133 msgid "Automatic (PPPoE) addresses only" msgstr "自动(PPPoE)仅地址" -#: src/connection-editor/page-ip4.c:124 +#: src/connection-editor/page-ip4.c:127 msgid "Automatic (DHCP)" msgstr "自动(DHCP)" -#: src/connection-editor/page-ip4.c:125 +#: src/connection-editor/page-ip4.c:128 msgid "Automatic (DHCP) addresses only" msgstr "自动(DHCP)仅地址" -#: src/connection-editor/page-ip4.c:168 src/connection-editor/page-ip6.c:197 +#: src/connection-editor/page-ip4.c:171 src/connection-editor/page-ip6.c:197 msgid "Link-Local Only" msgstr "仅本地连接" -#: src/connection-editor/page-ip4.c:348 src/connection-editor/page-ip6.c:336 +#: src/connection-editor/page-ip4.c:357 src/connection-editor/page-ip6.c:336 msgid "Additional DNS ser_vers" msgstr "额外的 DNS 服务器(_v)" -#: src/connection-editor/page-ip4.c:357 src/connection-editor/page-ip6.c:345 +#: src/connection-editor/page-ip4.c:366 src/connection-editor/page-ip6.c:345 msgid "Additional s_earch domains" msgstr "额外的搜索域(_e)" -#: src/connection-editor/page-ip4.c:1019 +#: src/connection-editor/page-ip4.c:1035 #, c-format msgid "Editing IPv4 routes for %s" msgstr "正在编辑 %s 的 IPv4 路由" -#: src/connection-editor/page-ip4.c:1209 +#: src/connection-editor/page-ip4.c:1228 msgid "IPv4 Settings" msgstr "IPv4 设置" -#: src/connection-editor/page-ip4.c:1211 +#: src/connection-editor/page-ip4.c:1230 msgid "Could not load IPv4 user interface." msgstr "无法加载 IPv4 用户界面。" -#: src/connection-editor/page-ip4.c:1304 +#: src/connection-editor/page-ip4.c:1331 #, c-format msgid "IPv4 address “%s” invalid" msgstr "IPv4 地址 “%s” 无效" -#: src/connection-editor/page-ip4.c:1312 +#: src/connection-editor/page-ip4.c:1341 #, c-format msgid "IPv4 address netmask “%s” invalid" msgstr "IPv4 地址子网掩码 “%s” 无效" -#: src/connection-editor/page-ip4.c:1321 +#: src/connection-editor/page-ip4.c:1350 #, c-format msgid "IPv4 gateway “%s” invalid" msgstr "IPv4 网关 “%s” 无效" -#: src/connection-editor/page-ip4.c:1364 +#: src/connection-editor/page-ip4.c:1393 #, c-format msgid "IPv4 DNS server “%s” invalid" msgstr "IPv4 DNS 服务器 “%s” 无效" @@ -3755,33 +3780,33 @@ msgid "Unsupported mobile broadband connection type." msgstr "不支持的移动宽带连接类型。" #. Fall back to just asking for GSM vs. CDMA -#: src/connection-editor/page-mobile.c:523 +#: src/connection-editor/page-mobile.c:533 msgid "Select Mobile Broadband Provider Type" msgstr "选择移动宽带提供商类型" -#: src/connection-editor/page-mobile.c:550 +#: src/connection-editor/page-mobile.c:560 msgid "" "Select the technology your mobile broadband provider uses. If you are " "unsure, ask your provider." msgstr "选择移动宽带提供商使用的技术。如不确定,请询问您的提供商。" -#: src/connection-editor/page-mobile.c:555 +#: src/connection-editor/page-mobile.c:565 msgid "My provider uses _GSM-based technology (i.e. GPRS, EDGE, UMTS, HSDPA)" msgstr "我的提供商使用基于 _GSM 的技术(如 GPRS、EDGE、UMTS、HSDPA)" #. Translators: CDMA has 'D' accelerator key; 'C' collides with 'Cancel' button. #. You may need to change it according to your language. -#: src/connection-editor/page-mobile.c:562 +#: src/connection-editor/page-mobile.c:572 msgid "My provider uses C_DMA-based technology (i.e. 1xRTT, EVDO)" msgstr "我的提供商使用基于 C_DMA 的技术(如 1xRTT、EVDO)" -#: src/connection-editor/page-mobile.c:572 src/libnma/nma-mobile-wizard.c:142 -#: src/mb-menu-item.c:36 src/mobile-helpers.c:268 +#: src/connection-editor/page-mobile.c:582 src/libnma/nma-mobile-wizard.c:142 +#: src/mb-menu-item.c:36 src/mobile-helpers.c:271 msgid "CDMA" msgstr "CDMA" -#: src/connection-editor/page-mobile.c:575 src/libnma/nma-mobile-wizard.c:139 -#: src/mb-menu-item.c:40 src/mobile-helpers.c:266 +#: src/connection-editor/page-mobile.c:585 src/libnma/nma-mobile-wizard.c:139 +#: src/mb-menu-item.c:40 src/mobile-helpers.c:269 msgid "GSM" msgstr "GSM" @@ -3919,7 +3944,7 @@ msgstr "" "请为新建连接选择一个 VPN 类型。如果您希望使用的 VPN 连接类型未出现在列表中," "则意味着您可能没有安装正确的 VPN 插件。" -#: src/connection-editor/page-wifi.c:63 +#: src/connection-editor/page-wifi.c:66 msgid "" "This option locks this connection to the Wi-Fi access point (AP) specified " "by the BSSID entered here. Example: 00:11:22:33:44:55" @@ -3927,7 +3952,7 @@ msgstr "" "此选项可将此连接锁定至以在此输入的 BSSID 指定的 Wi-Fi 访问点(AP)。例如:" "00:11:22:33:44:55" -#: src/connection-editor/page-wifi.c:74 +#: src/connection-editor/page-wifi.c:77 msgid "" "This option locks this connection to the network device specified either by " "its interface name or permanent MAC or both. Examples: “wlan0”, " @@ -3936,35 +3961,35 @@ msgstr "" " 此选项将锁定该连接到通过接口名称或永久 MAC 地址或两者指定的网络设备。例" "如:“wlan0”,“3C:97:0E:42:1A:19”,“wlan0 (3C:97:0E:42:1A:19)”" -#: src/connection-editor/page-wifi.c:183 +#: src/connection-editor/page-wifi.c:186 #, c-format msgid "%u (%u MHz)" msgstr "%u (%u MHz)" -#: src/connection-editor/page-wifi.c:425 +#: src/connection-editor/page-wifi.c:428 msgid "Could not load Wi-Fi user interface." msgstr "无法加载 Wi-Fi 用户界面。" -#: src/connection-editor/page-wifi.c:547 +#: src/connection-editor/page-wifi.c:557 msgid "bssid" msgstr "bssid" -#: src/connection-editor/page-wifi.c:553 +#: src/connection-editor/page-wifi.c:563 msgid "Wi-Fi device" msgstr "Wi-Fi 设备" -#: src/connection-editor/page-wifi.c:600 +#: src/connection-editor/page-wifi.c:610 #, c-format msgid "Wi-Fi connection %d" msgstr "Wi-Fi 连接 %d" #: src/connection-editor/page-wifi-security.c:346 -#: src/libnma/nma-wifi-dialog.c:940 src/libnm-gtk/nm-wifi-dialog.c:908 +#: src/libnma/nma-wifi-dialog.c:940 src/libnm-gtk/nm-wifi-dialog.c:909 msgid "WEP 40/128-bit Key (Hex or ASCII)" msgstr "WEP 40/128 位密钥(十六进制或 ASCII)" #: src/connection-editor/page-wifi-security.c:356 -#: src/libnma/nma-wifi-dialog.c:949 src/libnm-gtk/nm-wifi-dialog.c:917 +#: src/libnma/nma-wifi-dialog.c:949 src/libnm-gtk/nm-wifi-dialog.c:918 msgid "WEP 128-bit Passphrase" msgstr "WEP 128 位密码句" @@ -3973,32 +3998,31 @@ msgid "Dynamic WEP (802.1X)" msgstr "动态 WEP (802.1X)" #: src/connection-editor/page-wifi-security.c:395 -#: src/libnma/nma-wifi-dialog.c:993 src/libnm-gtk/nm-wifi-dialog.c:961 +#: src/libnma/nma-wifi-dialog.c:993 src/libnm-gtk/nm-wifi-dialog.c:962 msgid "WPA & WPA2 Personal" msgstr "WPA 及 WPA2 个人" #: src/connection-editor/page-wifi-security.c:408 -#: src/libnma/nma-wifi-dialog.c:1011 src/libnm-gtk/nm-wifi-dialog.c:975 +#: src/libnma/nma-wifi-dialog.c:1011 src/libnm-gtk/nm-wifi-dialog.c:976 msgid "WPA & WPA2 Enterprise" msgstr "WPA 及 WPA2 企业" #: src/connection-editor/page-wifi-security.c:421 #: src/libnma/nma-wifi-dialog.c:1024 -#, fuzzy msgid "WPA3 Personal" -msgstr "WPA 及 WPA2 个人" +msgstr "WPA3 个人" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "无法加载 Wi-Fi 安全性用户界面,缺少 Wi-Fi 设置。" +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "无法加载 WLAN 安全性用户界面,缺少 WLAN 设置。" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi 安全性" +msgid "WLAN Security" +msgstr "WLAN 安全性" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "无法加载 Wi-Fi 安全性用户界面。" +msgid "Could not load WLAN Security user interface." +msgstr "无法加载 WLAN 安全性用户界面。" #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" @@ -4358,62 +4382,62 @@ msgstr "次要密码(_S):" msgid "_Password:" msgstr "密码(_P):" -#: src/libnma/nma-wifi-dialog.c:114 src/libnm-gtk/nm-wifi-dialog.c:127 +#: src/libnma/nma-wifi-dialog.c:114 src/libnm-gtk/nm-wifi-dialog.c:128 msgid "Click to connect" msgstr "点击连接" -#: src/libnma/nma-wifi-dialog.c:445 src/libnm-gtk/nm-wifi-dialog.c:451 +#: src/libnma/nma-wifi-dialog.c:445 src/libnm-gtk/nm-wifi-dialog.c:452 msgid "New…" msgstr "新…" -#: src/libnma/nma-wifi-dialog.c:923 src/libnm-gtk/nm-wifi-dialog.c:891 +#: src/libnma/nma-wifi-dialog.c:923 src/libnm-gtk/nm-wifi-dialog.c:892 msgctxt "Wifi/wired security" msgid "None" msgstr "无" -#: src/libnma/nma-wifi-dialog.c:979 src/libnm-gtk/nm-wifi-dialog.c:947 +#: src/libnma/nma-wifi-dialog.c:979 src/libnm-gtk/nm-wifi-dialog.c:948 msgid "Dynamic WEP (802.1x)" msgstr "动态 WEP (802.1x)" -#: src/libnma/nma-wifi-dialog.c:1119 src/libnm-gtk/nm-wifi-dialog.c:1057 +#: src/libnma/nma-wifi-dialog.c:1119 src/libnm-gtk/nm-wifi-dialog.c:1058 msgid "C_reate" msgstr "创建(_R)" -#: src/libnma/nma-wifi-dialog.c:1199 src/libnm-gtk/nm-wifi-dialog.c:1136 +#: src/libnma/nma-wifi-dialog.c:1199 src/libnm-gtk/nm-wifi-dialog.c:1137 #, c-format msgid "" "Passwords or encryption keys are required to access the Wi-Fi network “%s”." msgstr "访问 Wi-Fi 网络 %s 需要密码或加密密钥。" -#: src/libnma/nma-wifi-dialog.c:1201 src/libnm-gtk/nm-wifi-dialog.c:1138 +#: src/libnma/nma-wifi-dialog.c:1201 src/libnm-gtk/nm-wifi-dialog.c:1139 msgid "Wi-Fi Network Authentication Required" msgstr "需要 Wi-Fi 网络认证" -#: src/libnma/nma-wifi-dialog.c:1203 src/libnm-gtk/nm-wifi-dialog.c:1140 +#: src/libnma/nma-wifi-dialog.c:1203 src/libnm-gtk/nm-wifi-dialog.c:1141 msgid "Authentication required by Wi-Fi network" msgstr "Wi-Fi 网络要求认证" -#: src/libnma/nma-wifi-dialog.c:1208 src/libnm-gtk/nm-wifi-dialog.c:1145 +#: src/libnma/nma-wifi-dialog.c:1208 src/libnm-gtk/nm-wifi-dialog.c:1146 msgid "Create New Wi-Fi Network" msgstr "创建新的 Wi-Fi 网络" -#: src/libnma/nma-wifi-dialog.c:1210 src/libnm-gtk/nm-wifi-dialog.c:1147 +#: src/libnma/nma-wifi-dialog.c:1210 src/libnm-gtk/nm-wifi-dialog.c:1148 msgid "New Wi-Fi network" msgstr "新建 Wi-Fi 网络" -#: src/libnma/nma-wifi-dialog.c:1211 src/libnm-gtk/nm-wifi-dialog.c:1148 +#: src/libnma/nma-wifi-dialog.c:1211 src/libnm-gtk/nm-wifi-dialog.c:1149 msgid "Enter a name for the Wi-Fi network you wish to create." msgstr "输入您要创建的 Wi-Fi 网络的名称。" -#: src/libnma/nma-wifi-dialog.c:1213 src/libnm-gtk/nm-wifi-dialog.c:1150 +#: src/libnma/nma-wifi-dialog.c:1213 src/libnm-gtk/nm-wifi-dialog.c:1151 msgid "Connect to Hidden Wi-Fi Network" msgstr "连接到隐藏的 Wi-Fi 网络" -#: src/libnma/nma-wifi-dialog.c:1215 src/libnm-gtk/nm-wifi-dialog.c:1152 +#: src/libnma/nma-wifi-dialog.c:1215 src/libnm-gtk/nm-wifi-dialog.c:1153 msgid "Hidden Wi-Fi network" msgstr "隐藏的 Wi-Fi 网络" -#: src/libnma/nma-wifi-dialog.c:1216 src/libnm-gtk/nm-wifi-dialog.c:1153 +#: src/libnma/nma-wifi-dialog.c:1216 src/libnm-gtk/nm-wifi-dialog.c:1154 msgid "" "Enter the name and security details of the hidden Wi-Fi network you wish to " "connect to." @@ -4479,7 +4503,7 @@ msgctxt "long device name" msgid "%s %s" msgstr "%s %s" -#: src/libnm-gtk/nm-wifi-dialog.c:128 +#: src/libnm-gtk/nm-wifi-dialog.c:129 msgid "" "Either a password is missing or the connection is invalid. In the latter " "case, you have to edit the connection with nm-connection-editor first" @@ -4601,25 +4625,25 @@ msgstr "漫游网络(%s)" msgid "Roaming network" msgstr "漫游网络" -#: src/mobile-helpers.c:316 +#: src/mobile-helpers.c:319 #, c-format msgid "PIN code for SIM card “%s” on “%s”" msgstr "SIM 卡 “%s”(“%s”)的 PIN 码不" -#: src/mobile-helpers.c:449 +#: src/mobile-helpers.c:452 msgid "PIN code required" msgstr "需要 PIN 码" -#: src/mobile-helpers.c:457 +#: src/mobile-helpers.c:460 msgid "PIN code is needed for the mobile broadband device" msgstr "移动宽带设备需要 PIN 码。" -#: src/mobile-helpers.c:607 +#: src/mobile-helpers.c:610 #, c-format msgid "Mobile broadband connection “%s” active: (%d%%%s%s)" msgstr "移动宽带连接“%s”处于活动状态:(%d%%%s%s)" -#: src/mobile-helpers.c:610 +#: src/mobile-helpers.c:613 msgid "roaming" msgstr "漫游中" @@ -4902,7 +4926,7 @@ msgstr "显示密钥(_W)" msgid "WEP inde_x" msgstr "WEP 索引(_x)" -#: src/wireless-security/ws-wpa-psk.c:63 +#: src/wireless-security/ws-wpa-psk.c:68 #, c-format msgid "" "invalid wpa-psk: invalid key-length %zu. Must be [8,63] bytes or 64 hex " @@ -4910,10 +4934,16 @@ msgid "" msgstr "" "无效的 wpa-psk:无效的密钥长度 %zu。必须是 [8,63] 字节或 64 个十六进制数字" -#: src/wireless-security/ws-wpa-psk.c:70 +#: src/wireless-security/ws-wpa-psk.c:75 msgid "invalid wpa-psk: cannot interpret key with 64 bytes as hex" msgstr "无效的 wpa-psk:不能用 64 个字节作为十六进制解释密钥" +#~ msgid "The NetworkManager Developers" +#~ msgstr "NetworkManager Developers" + +#~ msgid "The network connection has been disconnected." +#~ msgstr "网络连接已断开。" + #~ msgid "CKN" #~ msgstr "CKN" diff --git a/po/zh_HK.gmo b/po/zh_HK.gmo index 47d5701..198de34 100644 Binary files a/po/zh_HK.gmo and b/po/zh_HK.gmo differ diff --git a/po/zh_HK.po b/po/zh_HK.po index ceec15d..ea30743 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -648,7 +648,7 @@ msgstr "有線網絡 (%s)" msgid "Ethernet Networks" msgstr "有線網絡" -#: src/applet-device-ethernet.c:75 +#: src/applet-device-ethernet.c:75 src/applet.c:2287 msgid "Ethernet Network" msgstr "有線網絡" @@ -3128,8 +3128,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "无线局域网" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4119,16 +4119,16 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 個人版" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "無法載入 Wi-Fi 安全性使用者介面;失去 Wi-Fi 設定值。" +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "無法載入 WLAN 安全性使用者介面;失去 WLAN 設定值。" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi 安全性" +msgid "WLAN Security" +msgstr "WLAN 安全性" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "無法載入 Wi-Fi 安全性使用者介面。" +msgid "Could not load WLAN Security user interface." +msgstr "無法載入 WLAN 安全性使用者介面。" #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" @@ -5564,6 +5564,7 @@ msgstr "" #~ msgid "_Security:" #~ msgstr "安全性(_S):" +#: src/applet.c:2196 #~ msgid "Disconnected - you are now offline" #~ msgstr "未連線 - 您現在是離線" diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo index 59fb87b..d7be0ae 100644 Binary files a/po/zh_TW.gmo and b/po/zh_TW.gmo differ diff --git a/po/zh_TW.po b/po/zh_TW.po index 2ce3919..3eb3972 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -592,6 +592,10 @@ msgstr "新的行動寬頻連線" msgid "Connection Established" msgstr "已建立連線" +#: src/applet.c:2196 +#~ msgid "Disconnected - you are now offline" +#~ msgstr "未連線 - 您現在是離線" + #: src/applet-device-broadband.c:808 msgid "You are now connected to the Mobile Broadband network." msgstr "您現在已連線至行動寬頻網路。" @@ -650,7 +654,7 @@ msgstr "有線網路 (%s)" msgid "Ethernet Networks" msgstr "有線網路" -#: src/applet-device-ethernet.c:75 +#: src/applet-device-ethernet.c:75 src/applet.c:2287 msgid "Ethernet Network" msgstr "有線網路" @@ -3158,8 +3162,8 @@ msgstr "" #: src/connection-editor/connection-helpers.c:92 #: src/connection-editor/page-wifi.c:423 src/libnm-gtk/nm-ui-utils.c:309 -msgid "Wi-Fi" -msgstr "Wi-Fi" +msgid "WLAN" +msgstr "无线局域网" #: src/connection-editor/connection-helpers.c:100 #: src/connection-editor/page-bluetooth.c:106 src/libnm-gtk/nm-ui-utils.c:311 @@ -4142,16 +4146,16 @@ msgid "WPA3 Personal" msgstr "WPA & WPA2 個人版" #: src/connection-editor/page-wifi-security.c:464 -msgid "Could not load Wi-Fi security user interface; missing Wi-Fi setting." -msgstr "無法載入 Wi-Fi 安全性使用者介面;失去 Wi-Fi 設定值。" +msgid "Could not load WLAN Security user interface; missing WLAN setting." +msgstr "無法載入 WLAN 安全性使用者介面;失去 WLAN 設定值。" #: src/connection-editor/page-wifi-security.c:475 -msgid "Wi-Fi Security" -msgstr "Wi-Fi 安全性" +msgid "WLAN Security" +msgstr "WLAN 安全性" #: src/connection-editor/page-wifi-security.c:477 -msgid "Could not load Wi-Fi security user interface." -msgstr "無法載入 Wi-Fi 安全性使用者介面。" +msgid "Could not load WLAN Security user interface." +msgstr "無法載入 WLAN 安全性使用者介面。" #: src/connection-editor/page-wifi-security.c:558 msgid "missing SSID" diff --git a/src/applet.c b/src/applet.c index 9e41d47..d753e0e 100644 --- a/src/applet.c +++ b/src/applet.c @@ -2227,7 +2227,7 @@ foo_online_offline_deferred_notify (gpointer user_data) applet_do_notify (applet, info->urgency, info->title, info->text, info->icon, PREF_DISABLE_DISCONNECTED_NOTIFICATIONS, - _("Don't show this message again"), + _("Don’t show this message again"), notify_dont_show_cb, applet); else @@ -2284,7 +2284,7 @@ applet_common_device_state_changed (NMDevice *device, info->text = g_strdup (_("Wireless network")); } else if (NM_IS_DEVICE_ETHERNET (device)) { info->device_type = NM_DEVICE_TYPE_ETHERNET; - info->text = g_strdup(_("Ethernet network")); + info->text = g_strdup(_("Ethernet Network")); } else if (NM_IS_DEVICE_MODEM (device)) { info->device_type = NM_DEVICE_TYPE_MODEM; info->text = g_strdup (_("Modem network")); diff --git a/src/connection-editor/ce-ip4-routes.ui b/src/connection-editor/ce-ip4-routes.ui index 8aadaad..1761c19 100644 --- a/src/connection-editor/ce-ip4-routes.ui +++ b/src/connection-editor/ce-ip4-routes.ui @@ -6,10 +6,10 @@ 450 250 False - 5 - 5 - 5 - 5 + 0 + 0 + 0 + 0 True center-on-parent stock-peferences diff --git a/src/connection-editor/ce-ip6-routes.ui b/src/connection-editor/ce-ip6-routes.ui index 6697c39..4e2db5c 100644 --- a/src/connection-editor/ce-ip6-routes.ui +++ b/src/connection-editor/ce-ip6-routes.ui @@ -6,10 +6,10 @@ 450 250 False - 5 - 5 - 5 - 5 + 0 + 0 + 0 + 0 True center-on-parent stock-peferences diff --git a/src/connection-editor/ce-page-ethernet.ui b/src/connection-editor/ce-page-ethernet.ui index d41820c..a777c08 100644 --- a/src/connection-editor/ce-page-ethernet.ui +++ b/src/connection-editor/ce-page-ethernet.ui @@ -409,7 +409,7 @@ - True + False False Lin_k negotiation True @@ -423,7 +423,7 @@ - True + False False Device link negotiation. If “Manual” is chosen, “Speed” and “Duplex” values will be forced without checking the device compatibility. If unsure, leave here “Ignore” or pick “Automatic”. True @@ -442,7 +442,7 @@ - True + False False 26 _Speed @@ -457,7 +457,7 @@ - True + False False Speed value for static link negotiation, required only when “Ignore” and “Automatic” options are not selected. Before specifying a speed value be sure your device supports it. True @@ -476,7 +476,7 @@ - True + False False 26 Duple_x @@ -491,7 +491,7 @@ - True + False False Duplex value for static link negotiation, required only when “Ignore” and “Automatic” options are not selected. Before specifying a duplex mode be sure your device supports it. True diff --git a/src/connection-editor/ce-page-wifi.ui b/src/connection-editor/ce-page-wifi.ui index 2ae2343..f9a1740 100644 --- a/src/connection-editor/ce-page-wifi.ui +++ b/src/connection-editor/ce-page-wifi.ui @@ -48,9 +48,9 @@ Client - - Hotspot - + + + Ad-hoc diff --git a/src/connection-editor/ce-polkit.c b/src/connection-editor/ce-polkit.c index 2269340..5e3066f 100644 --- a/src/connection-editor/ce-polkit.c +++ b/src/connection-editor/ce-polkit.c @@ -39,14 +39,18 @@ update_widget (GtkWidget *widget) gtk_widget_set_sensitive (widget, FALSE); gtk_widget_set_tooltip_text (widget, data->validation_error); } else if (data->permission_result == NM_CLIENT_PERMISSION_RESULT_AUTH) { + //gtk_widget_set_sensitive (widget, TRUE); + //gtk_widget_set_tooltip_text (widget, data->auth_tooltip); gtk_widget_set_sensitive (widget, TRUE); - gtk_widget_set_tooltip_text (widget, data->auth_tooltip); + gtk_widget_set_tooltip_text (widget, data->tooltip); } else if (data->permission_result == NM_CLIENT_PERMISSION_RESULT_YES) { gtk_widget_set_sensitive (widget, TRUE); gtk_widget_set_tooltip_text (widget, data->tooltip); } else { - gtk_widget_set_sensitive (widget, FALSE); - gtk_widget_set_tooltip_text (widget, _("No polkit authorization to perform the action")); + //gtk_widget_set_sensitive (widget, FALSE); + //gtk_widget_set_tooltip_text (widget, _("No polkit authorization to perform the action")); + gtk_widget_set_sensitive (widget, TRUE); + gtk_widget_set_tooltip_text (widget, data->tooltip); } } diff --git a/src/connection-editor/connection-helpers.c b/src/connection-editor/connection-helpers.c index bb9dfb3..2e9ba09 100644 --- a/src/connection-editor/connection-helpers.c +++ b/src/connection-editor/connection-helpers.c @@ -89,7 +89,7 @@ get_connection_type_list (void) array = g_array_new (TRUE, FALSE, sizeof (ConnectionTypeData)); add_type_data_real (array, _("Ethernet"), ethernet_connection_new, NM_TYPE_SETTING_WIRED); - add_type_data_real (array, _("Wi-Fi"), wifi_connection_new, NM_TYPE_SETTING_WIRELESS); + add_type_data_real (array, _("WLAN"), wifi_connection_new, NM_TYPE_SETTING_WIRELESS); add_type_data_full (array, _("Mobile Broadband"), mobile_connection_new, @@ -692,7 +692,7 @@ delete_cb (GObject *connection, if (error) { nm_connection_editor_error (info->parent_window, _("Connection delete failed"), - "%s", error->message); + _("Insufficient privileges.")); } if (info->editor) { diff --git a/src/connection-editor/nm-connection-editor.c b/src/connection-editor/nm-connection-editor.c index 4c49c77..5bb5f49 100644 --- a/src/connection-editor/nm-connection-editor.c +++ b/src/connection-editor/nm-connection-editor.c @@ -77,6 +77,10 @@ struct GetSecretsInfo { gboolean canceled; }; +/*用来接收进入ipv4编辑界面时的ip地址,如果编辑过程 +ip地址未发生改变,则不进行IPv4地址冲突验证*/ +char init_IPv4addr[32]; + #define SECRETS_TAG "secrets-setting-name" #define ORDER_TAG "page-order" @@ -329,12 +333,12 @@ connection_editor_validate (NMConnectionEditor *editor) { NMSettingConnection *s_con; GSList *iter; - gs_free char *validation_error = NULL; + char *validation_error = NULL; GError *error = NULL; if (!editor_is_initialized (editor)) { - validation_error = g_strdup (_("Editor initializing…")); - goto done_silent; + validation_error = g_strdup (_("Editor initializing...")); + goto done; } s_con = nm_connection_get_setting_connection (editor->connection); @@ -350,8 +354,6 @@ connection_editor_validate (NMConnectionEditor *editor) goto done; } - recheck_relabel (editor); - for (iter = editor->pages; iter; iter = g_slist_next (iter)) { if (!ce_page_validate (CE_PAGE (iter->data), editor->connection, &error)) { if (!validation_error) { @@ -365,19 +367,25 @@ connection_editor_validate (NMConnectionEditor *editor) done: if (g_strcmp0 (validation_error, editor->last_validation_error) != 0) { - if (editor->last_validation_error && !validation_error) + if (editor->last_validation_error && !validation_error){ g_message ("Connection validates and can be saved"); + //在编辑器初始化验证通过后获取初始化时的IP地址 + //strcpy(init_IPv4addr,szIPv4addr); + //g_message ("initial ip address: %s",init_IPv4addr); +} else if (validation_error) g_message ("Cannot save connection due to error: %s", validation_error); g_free (editor->last_validation_error); editor->last_validation_error = g_strdup (validation_error); } - -done_silent: ce_polkit_button_set_validation_error (CE_POLKIT_BUTTON (editor->ok_button), validation_error); - gtk_widget_set_sensitive (editor->export_button, !validation_error); + gtk_widget_set_sensitive (editor->export_button, !!validation_error); + + update_sensitivity (editor); + + g_free (validation_error); } static void @@ -593,7 +601,8 @@ nm_connection_editor_new (GtkWindow *parent_window, if (!active_editors) active_editors = g_hash_table_new_full (NULL, NULL, g_object_unref, NULL); g_hash_table_insert (active_editors, g_object_ref (connection), editor); - + strcpy(init_IPv4addr,szIPv4addr); + g_message ("initial ip address: %s",init_IPv4addr); return editor; } @@ -646,10 +655,12 @@ populate_connection_ui (NMConnectionEditor *editor) GtkWidget *name; name = GTK_WIDGET (gtk_builder_get_object (editor->builder, "connection_name")); - + //Set up to 32 characters + gtk_entry_set_max_length (name, 32); s_con = nm_connection_get_setting_connection (editor->connection); gtk_entry_set_text (GTK_ENTRY (name), s_con ? nm_setting_connection_get_id (s_con) : NULL); - gtk_widget_set_tooltip_text (name, nm_connection_get_uuid (editor->connection)); + //gtk_widget_set_tooltip_text (name, nm_connection_get_uuid (editor->connection));//don't show UUID + g_signal_connect_swapped (name, "changed", G_CALLBACK (connection_editor_validate), editor); @@ -1209,15 +1220,152 @@ ok_button_clicked_save_connection (NMConnectionEditor *self) added_connection_cb, self); } else { + char *pwd = get_wpa_psk_pwd(); + char file_path[200]; + snprintf(file_path, sizeof(file_path), "%s/.config/%s.psk", getenv("HOME"), get_wifi_ssid()); + GFile *file = g_file_new_for_path(file_path); + if (get_wpa_psk_pwd_flag() == 1) { + GFileOutputStream *output = g_file_replace(file,NULL,FALSE,G_FILE_CREATE_NONE,NULL,NULL); + gchar *buf = g_strdup_printf("802-11-wireless-security.psk:%s", pwd); + g_output_stream_write(G_OUTPUT_STREAM(output),buf,strlen(buf),NULL,NULL); + g_output_stream_close(G_OUTPUT_STREAM(output),NULL,NULL); + g_free(buf); + g_object_unref(output); + g_object_unref(file); + } else { + g_file_delete(file, NULL, NULL); + } nm_remote_connection_commit_changes_async (NM_REMOTE_CONNECTION (self->orig_connection), TRUE, NULL, updated_connection_cb, self); } } +/* + 功能:添加ip地址冲突功能 + 参数:device 设备对象 +*/ +static gboolean +check_ip_conflict(NMDevice *device) +{ + char *buffer,*arp_result, *arp_mac, + *conflict_resule_title=_("IP address conflict, Please change IP"), + *conflict_resule_content; + FILE *fp; + char ret[10], mac[20], arp_all[1024]; + const char *iface; + + iface = nm_device_get_iface (NM_DEVICE (device)); + + char *arp_all_cmd = g_strdup_printf ("arping -c 3 -f -I %s -D %s",iface,szIPv4addr); + + fp = popen(arp_all_cmd,"r"); + if(!fp) + return FALSE; + fread(arp_all, 1, sizeof(arp_all), fp); + pclose(fp); + g_free(arp_all_cmd); + + if(strstr(arp_all, "Received") && strstr(arp_all, " response(s)")){ + arp_result = g_strdup_printf ("arping -c 1 -f -I %s -D %s | awk '{print $2}' | sed -n '3p'",iface,szIPv4addr); + + fp = popen(arp_result,"r"); + if(!fp) + return FALSE; + fgets(ret,sizeof(ret),fp); + pclose(fp); + g_free (arp_result); + + ret[strlen(ret)-1]=0; + + if ( ret != NULL ){ + if (!strcmp(ret,"0")){ + return FALSE; + } else{ + arp_mac = g_strdup_printf ("arping -c 1 -f -I %s -D %s | awk '{print $5}' | sed -n '2p'",iface,szIPv4addr); + + fp = popen(arp_mac,"r"); + fgets(mac,sizeof(mac),fp); + pclose(fp); + g_free (arp_mac); + + conflict_resule_content = g_strdup_printf (_("IP address: %s MAC address: %s"),szIPv4addr,mac); + char * origin = _("nm-editor"); + char *icon_name_path="/usr/share/icons/ukui-icon-theme-default/24x24/apps/kylin-network.png"; + buffer=g_strdup_printf("notify-send -a '%s' -i '%s' '%s' '%s'",origin,icon_name_path,conflict_resule_title, conflict_resule_content); + system(buffer); + g_free(conflict_resule_content); + g_free (buffer); + return TRUE; + } + } + + } + return FALSE; +} + static void ok_button_clicked_cb (GtkWidget *widget, gpointer user_data) { - NMConnectionEditor *self = NM_CONNECTION_EDITOR (user_data); + get_init_prio_flag=2;//保存前修改优先级 -999改为0 + NMConnectionEditor *self = NM_CONNECTION_EDITOR (user_data); + + //ip地址冲突检测 + int i; + const GPtrArray *devices; + const char *iface; + NMConnection *conn; + NMClient *client; + gboolean is_ip_conflict; + NMDeviceState device_status; + NMDeviceType type; + const gchar *value = NULL; + + char now_IPv4addr[32];//接收点击应用按钮时的ip地址 + char *buffer, + *ip_check_title=_("IP address changed, checking for IP address conflict"), + *ip_check_content; + + + conn=self->connection; + client=self->client; + devices = nm_client_get_devices (client); + + // gtk_widget_set_sensitive (GTK_WIDGET (self->apply_button), FALSE); + if (!devices) + return; + /*获取点击应用时的IP地址,如果与初始值发生变化, + *则进行冲突检测并已系统弹窗提示用户,否则跳过*/ + strcpy(now_IPv4addr,szIPv4addr); + g_message ("the ip address when you click the apply button: %s",szIPv4addr); + + if(strcmp(now_IPv4addr,init_IPv4addr)!=0 && is_need_ip_address){ + + ip_check_content = g_strdup_printf (("%s%s\n"), _("New IP address:"), now_IPv4addr); + char * origin = _("nm-editor"); + char *icon_name_path="/usr/share/icons/ukui-icon-theme-default/24x24/apps/kylin-network.png"; + buffer=g_strdup_printf("notify-send -a '%s' -i '%s' '%s' '%s'",origin,icon_name_path,ip_check_title, ip_check_content); + system(buffer); + g_free(ip_check_content); + g_free (buffer); + + // printf("正在进行IP地址冲突检测\n"); + for (i = 0; i < devices->len; i++) { + NMDevice *device = devices->pdata[i]; + iface = nm_device_get_iface(device); + if (nm_device_connection_compatible (device, conn, NULL)){ + + is_ip_conflict = check_ip_conflict (device); + if (is_ip_conflict) + return; + else + break; + } + } + // printf("IP地址冲突检通过\n"); + + } + + GSList *iter; /* If the dialog is busy waiting for authorization or something, @@ -1234,6 +1382,56 @@ ok_button_clicked_cb (GtkWidget *widget, gpointer user_data) ce_page_last_update (CE_PAGE (iter->data), self->connection, NULL); ok_button_clicked_save_connection (self); + + if (self->is_new_connection) { + return; + } + + //Added config after save connecting + NMSettingConnection *s_con; + conn=self->connection; + client=self->client; + + devices = nm_client_get_devices (client); + if (!devices) + return; + for (i = 0; i < devices->len; i++) { + NMDevice *device = devices->pdata[i]; + device_status=nm_device_get_state(device); + type = nm_device_get_device_type (device); + if (nm_device_connection_compatible (device, conn, NULL)){ + switch (device_status) { + case NM_DEVICE_STATE_UNAVAILABLE: + if (nm_device_get_firmware_missing (device)) + value = "Firmware missing"; + else if (type == NM_DEVICE_TYPE_ETHERNET && !nm_device_ethernet_get_carrier (NM_DEVICE_ETHERNET (device))) + value = "Cable unplugged"; + else + value = "Unavailable"; + return; + default: + value="State available"; + break; + } + nm_client_activate_connection_async(self->client,conn,device, NULL, NULL, NULL, NULL); + nm_device_disconnect(device,NULL,NULL); + break; + } + } + + conn=self->connection; + client=self->client; + devices = nm_client_get_devices (client); + if (!devices) + return; + /* Make sure the connection is actually locked to a specific device */ + for (i = 0; i < devices->len; i++) { + NMDevice *device = devices->pdata[i]; + if (nm_device_connection_compatible (device, conn, NULL)){ + nm_client_activate_connection_async(self->client,conn,device, NULL, NULL, NULL, NULL); + } + } + } static void diff --git a/src/connection-editor/nm-connection-list.c b/src/connection-editor/nm-connection-list.c index d897d1d..435b6f9 100644 --- a/src/connection-editor/nm-connection-list.c +++ b/src/connection-editor/nm-connection-list.c @@ -769,7 +769,7 @@ initialize_treeview (NMConnectionList *self) /* Sortable */ priv->sortable = GTK_TREE_SORTABLE (gtk_tree_model_sort_new_with_model (GTK_TREE_MODEL (priv->filter))); - gtk_tree_sortable_set_default_sort_func (priv->sortable, NULL, NULL, NULL); + //gtk_tree_sortable_set_default_sort_func (priv->sortable, NULL, NULL, NULL); gtk_tree_sortable_set_sort_func (priv->sortable, COL_TIMESTAMP, timestamp_sort_func, priv->sortable, NULL); gtk_tree_sortable_set_sort_func (priv->sortable, COL_ID, id_sort_func, @@ -790,6 +790,8 @@ initialize_treeview (NMConnectionList *self) gtk_tree_view_column_set_sort_column_id (column, COL_ID); g_signal_connect (column, "clicked", G_CALLBACK (column_header_clicked_cb), GINT_TO_POINTER (COL_ID)); gtk_tree_view_append_column (priv->connection_list, column); + gtk_tree_view_set_tooltip_column(priv->connection_list, COL_ID); + g_object_set (renderer, "ellipsize", PANGO_ELLIPSIZE_END, NULL);//3--结尾省略号 /* Last Used column */ renderer = g_object_new (GTK_TYPE_CELL_RENDERER_TEXT, @@ -1154,6 +1156,8 @@ nm_connection_list_present (NMConnectionList *list) priv->populated = TRUE; } + gtk_widget_hide(GTK_WINDOW (list)); + gtk_widget_show_all(GTK_WINDOW (list)); gtk_window_present (GTK_WINDOW (list)); } diff --git a/src/connection-editor/page-general.c b/src/connection-editor/page-general.c index b91cb90..122cb29 100644 --- a/src/connection-editor/page-general.c +++ b/src/connection-editor/page-general.c @@ -427,7 +427,28 @@ ui_to_setting (CEPageGeneral *self) gtk_combo_box_get_active (priv->metered_combo), NULL); } - +static void set_prio_xx(CEPage *page,int xx) +{ + CEPageGeneral *self = CE_PAGE_GENERAL (page); + CEPageGeneralPrivate *priv = CE_PAGE_GENERAL_GET_PRIVATE (self); + if(get_init_prio_flag==0)//获取更改前的初始值 + { + init_prio=gtk_spin_button_get_value_as_int (priv->autoconnect_prio); + get_init_prio_flag=1; + } + else if(get_init_prio_flag==2)//保存前要执行的动作 + { + int final_prio=gtk_spin_button_get_value_as_int (priv->autoconnect_prio); + // if(init_prio==-999&&final_prio==-999)//若由-999改为-999,则保存时将优先级置为xx + if(final_prio==-999)//若由任意数改为-999,则保存时将优先级置为xx + { + printf("init_prio=%d final_prio=%d,should set prio 0\n",init_prio,final_prio); + g_object_set (G_OBJECT (priv->setting), + NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY, xx, + NULL); + } + } +} static gboolean ce_page_validate_v (CEPage *page, NMConnection *connection, GError **error) { @@ -435,6 +456,11 @@ ce_page_validate_v (CEPage *page, NMConnection *connection, GError **error) CEPageGeneralPrivate *priv = CE_PAGE_GENERAL_GET_PRIVATE (self); ui_to_setting (self); + set_prio_xx(page,0); + if(get_init_prio_flag==2) + { + get_init_prio_flag=0;//恢复初始状态,未彻底关闭时应当置为初始状态以便获取正确的初始prio + } return nm_setting_verify (NM_SETTING (priv->setting), NULL, error); } diff --git a/src/connection-editor/page-general.h b/src/connection-editor/page-general.h index fe9797f..fe2ec01 100644 --- a/src/connection-editor/page-general.h +++ b/src/connection-editor/page-general.h @@ -22,7 +22,8 @@ typedef struct { CEPage parent; } CEPageGeneral; - +int get_init_prio_flag; +int init_prio; typedef struct { CEPageClass parent; } CEPageGeneralClass; diff --git a/src/connection-editor/page-ip4.c b/src/connection-editor/page-ip4.c index a2200ac..950233e 100644 --- a/src/connection-editor/page-ip4.c +++ b/src/connection-editor/page-ip4.c @@ -90,6 +90,9 @@ typedef struct { #define IP4_METHOD_SHARED 4 #define IP4_METHOD_DISABLED 5 +char szIPv4addr[32] = {0}; +gboolean is_need_ip_address = FALSE; + static void ip4_private_init (CEPageIP4 *self, NMConnection *connection) { @@ -261,7 +264,8 @@ method_changed (GtkComboBox *combo, gpointer user_data) switch (method) { case IP4_METHOD_AUTO: - addr_enabled = TRUE; + is_need_ip_address = FALSE; + addr_enabled = FALSE; dhcp_enabled = routes_enabled = TRUE; dns_enabled = TRUE; method_auto = TRUE; @@ -269,25 +273,30 @@ method_changed (GtkComboBox *combo, gpointer user_data) label = CE_LABEL_ADDR_AUTO; break; case IP4_METHOD_AUTO_ADDRESSES: - addr_enabled = TRUE; + is_need_ip_address = FALSE; + addr_enabled = FALSE; dns_enabled = dhcp_enabled = routes_enabled = TRUE; tooltip = CE_TOOLTIP_ADDR_AUTO; label = CE_LABEL_ADDR_AUTO; break; case IP4_METHOD_MANUAL: + is_need_ip_address = TRUE; addr_enabled = dns_enabled = routes_enabled = TRUE; tooltip = CE_TOOLTIP_ADDR_MANUAL; label = CE_LABEL_ADDR_MANUAL; break; case IP4_METHOD_SHARED: + is_need_ip_address = TRUE; addr_enabled = TRUE; tooltip = CE_TOOLTIP_ADDR_SHARED; label = CE_LABEL_ADDR_SHARED; break; case IP4_METHOD_DISABLED: + is_need_ip_address = FALSE; addr_enabled = dns_enabled = dhcp_enabled = routes_enabled = ip4_required_enabled = FALSE; break; default: + is_need_ip_address = FALSE; break; } @@ -431,13 +440,20 @@ populate_ui (CEPageIP4 *self) for (i = 0; i < nm_setting_ip_config_get_num_addresses (setting); i++) { NMIPAddress *addr = nm_setting_ip_config_get_address (setting, i); char buf[32]; + int masklen = nm_ip_address_get_prefix (addr); + unsigned int tmpmask[4]; + memset(tmpmask, 0, sizeof(tmpmask)); if (!addr) { g_warning ("%s: empty IP4 Address structure!", __func__); continue; } - - snprintf (buf, sizeof (buf), "%u", nm_ip_address_get_prefix (addr)); + //change masklen to netmask + for(int j = 0; j < masklen; j++) + { + tmpmask[j/8] = tmpmask[j/8] + (1 << (7-j%8)); + } + snprintf (buf, sizeof (buf), "%d.%d.%d.%d", tmpmask[0], tmpmask[1], tmpmask[2], tmpmask[3]); gtk_list_store_append (store, &model_iter); gtk_list_store_set (store, &model_iter, @@ -1120,7 +1136,8 @@ finish_setup (CEPageIP4 *self, gpointer user_data) "text", COL_ADDRESS, NULL); column = gtk_tree_view_get_column (GTK_TREE_VIEW (priv->addr_list), offset - 1); - gtk_tree_view_column_set_expand (GTK_TREE_VIEW_COLUMN (column), TRUE); + //gtk_tree_view_column_set_expand (GTK_TREE_VIEW_COLUMN (column), TRUE); + gtk_tree_view_column_set_fixed_width (column, 120); gtk_tree_view_column_set_clickable (GTK_TREE_VIEW_COLUMN (column), TRUE); gtk_tree_view_column_set_cell_data_func (column, renderer, cell_error_data_func, GUINT_TO_POINTER (COL_ADDRESS), NULL); @@ -1139,7 +1156,8 @@ finish_setup (CEPageIP4 *self, gpointer user_data) "text", COL_PREFIX, NULL); column = gtk_tree_view_get_column (GTK_TREE_VIEW (priv->addr_list), offset - 1); - gtk_tree_view_column_set_expand (GTK_TREE_VIEW_COLUMN (column), TRUE); + //gtk_tree_view_column_set_expand (GTK_TREE_VIEW_COLUMN (column), TRUE); + gtk_tree_view_column_set_fixed_width (column, 120); gtk_tree_view_column_set_clickable (GTK_TREE_VIEW_COLUMN (column), TRUE); gtk_tree_view_column_set_cell_data_func (column, renderer, cell_error_data_func, GUINT_TO_POINTER (COL_PREFIX), NULL); @@ -1158,7 +1176,8 @@ finish_setup (CEPageIP4 *self, gpointer user_data) "text", COL_GATEWAY, NULL); column = gtk_tree_view_get_column (GTK_TREE_VIEW (priv->addr_list), offset - 1); - gtk_tree_view_column_set_expand (GTK_TREE_VIEW_COLUMN (column), TRUE); + //gtk_tree_view_column_set_expand (GTK_TREE_VIEW_COLUMN (column), TRUE); + gtk_tree_view_column_set_fixed_width (column, 120); gtk_tree_view_column_set_clickable (GTK_TREE_VIEW_COLUMN (column), TRUE); gtk_tree_view_column_set_cell_data_func (column, renderer, cell_error_data_func, GUINT_TO_POINTER (COL_GATEWAY), NULL); @@ -1242,6 +1261,7 @@ ui_to_setting (CEPageIP4 *self, GError **error) GtkTreeModel *model; GtkTreeIter tree_iter; int int_method = IP4_METHOD_AUTO; + is_need_ip_address = FALSE; const char *method; GPtrArray *tmp_array = NULL; char **dns_servers = NULL; @@ -1254,6 +1274,7 @@ ui_to_setting (CEPageIP4 *self, GError **error) const char *dhcp_client_id = NULL; char **items = NULL, **iter; gboolean may_fail = FALSE; + szIPv4addr[0] = '\0'; /* Method */ if (gtk_combo_box_get_active_iter (priv->method, &tree_iter)) { @@ -1263,21 +1284,27 @@ ui_to_setting (CEPageIP4 *self, GError **error) switch (int_method) { case IP4_METHOD_LINK_LOCAL: + is_need_ip_address = FALSE; method = NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL; break; case IP4_METHOD_MANUAL: + is_need_ip_address = TRUE; method = NM_SETTING_IP4_CONFIG_METHOD_MANUAL; break; case IP4_METHOD_SHARED: + is_need_ip_address = TRUE; method = NM_SETTING_IP4_CONFIG_METHOD_SHARED; break; case IP4_METHOD_DISABLED: + is_need_ip_address = FALSE; method = NM_SETTING_IP4_CONFIG_METHOD_DISABLED; break; case IP4_METHOD_AUTO_ADDRESSES: + is_need_ip_address = FALSE; ignore_auto_dns = TRUE; /* fall through */ default: + is_need_ip_address = FALSE; method = NM_SETTING_IP4_CONFIG_METHOD_AUTO; break; } @@ -1306,7 +1333,9 @@ ui_to_setting (CEPageIP4 *self, GError **error) g_free (netmask); g_free (addr_gw); goto out; - } + } else { + strcpy(szIPv4addr, addr); + } if (!parse_netmask (netmask, &prefix)) { g_set_error (error, NMA_ERROR, NMA_ERROR_GENERIC, _("IPv4 address netmask “%s” invalid"), netmask ? netmask : ""); diff --git a/src/connection-editor/page-ip4.h b/src/connection-editor/page-ip4.h index 8408599..dbb9c03 100644 --- a/src/connection-editor/page-ip4.h +++ b/src/connection-editor/page-ip4.h @@ -38,5 +38,8 @@ CEPage *ce_page_ip4_new (NMConnectionEditor *editor, const char **out_secrets_setting_name, GError **error); + +extern char szIPv4addr[32]; +extern gboolean is_need_ip_address; #endif /* __PAGE_IP4_H__ */ diff --git a/src/connection-editor/page-wifi-security.c b/src/connection-editor/page-wifi-security.c index ea6d861..13da510 100644 --- a/src/connection-editor/page-wifi-security.c +++ b/src/connection-editor/page-wifi-security.c @@ -461,7 +461,7 @@ ce_page_wifi_security_new (NMConnectionEditor *editor, s_wireless = nm_connection_get_setting_wireless (connection); if (!s_wireless) { - g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("Could not load Wi-Fi security user interface; missing Wi-Fi setting.")); + g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("Could not load WLAN Security user interface; missing WLAN setting.")); return NULL; } @@ -472,9 +472,9 @@ ce_page_wifi_security_new (NMConnectionEditor *editor, client, "/org/gnome/nm_connection_editor/ce-page-wifi-security.ui", "WifiSecurityPage", - _("Wi-Fi Security"))); + _("WLAN Security"))); if (!self) { - g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("Could not load Wi-Fi security user interface.")); + g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("Could not load WLAN Security user interface.")); return NULL; } diff --git a/src/connection-editor/page-wifi.c b/src/connection-editor/page-wifi.c index 0fbfa97..917c997 100644 --- a/src/connection-editor/page-wifi.c +++ b/src/connection-editor/page-wifi.c @@ -19,6 +19,7 @@ G_DEFINE_TYPE (CEPageWifi, ce_page_wifi, CE_TYPE_PAGE) #define CE_PAGE_WIFI_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), CE_TYPE_PAGE_WIFI, CEPageWifiPrivate)) +char ssid_to_get[100] = {0}; typedef struct { NMSettingWireless *setting; @@ -53,6 +54,8 @@ wifi_private_init (CEPageWifi *self) priv->group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); priv->ssid = GTK_ENTRY (gtk_builder_get_object (builder, "wifi_ssid")); + //Set up to 32 characters + gtk_entry_set_max_length (priv->ssid, 32); priv->cloned_mac = GTK_COMBO_BOX_TEXT (gtk_builder_get_object (builder, "wifi_cloned_mac")); priv->mode = GTK_COMBO_BOX (gtk_builder_get_object (builder, "wifi_mode")); priv->band = GTK_COMBO_BOX (gtk_builder_get_object (builder, "wifi_band")); @@ -422,7 +425,7 @@ ce_page_wifi_new (NMConnectionEditor *editor, client, "/org/gnome/nm_connection_editor/ce-page-wifi.ui", "WifiPage", - _("Wi-Fi"))); + _("WLAN"))); if (!self) { g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("Could not load Wi-Fi user interface.")); return NULL; @@ -457,10 +460,17 @@ ce_page_wifi_get_ssid (CEPageWifi *self) return NULL; ssid = g_bytes_new (txt_ssid, strlen (txt_ssid)); - + strcpy(ssid_to_get, txt_ssid); return ssid; } +char * +get_wifi_ssid() +{ + return ssid_to_get; +} + + static void ui_to_setting (CEPageWifi *self) { diff --git a/src/connection-editor/page-wifi.h b/src/connection-editor/page-wifi.h index 0bc790a..2c9d8c4 100644 --- a/src/connection-editor/page-wifi.h +++ b/src/connection-editor/page-wifi.h @@ -40,6 +40,7 @@ CEPage *ce_page_wifi_new (NMConnectionEditor *editor, /* Caller must free returned value with g_bytes_unref() */ GBytes *ce_page_wifi_get_ssid (CEPageWifi *self); +char * get_wifi_ssid(); void wifi_connection_new (FUNC_TAG_PAGE_NEW_CONNECTION_IMPL, diff --git a/src/libnm-gtk/nm-ui-utils.c b/src/libnm-gtk/nm-ui-utils.c index 900c741..d766af9 100644 --- a/src/libnm-gtk/nm-ui-utils.c +++ b/src/libnm-gtk/nm-ui-utils.c @@ -306,7 +306,7 @@ nma_utils_get_device_type_name (NMDevice *device) case NM_DEVICE_TYPE_ETHERNET: return _("Ethernet"); case NM_DEVICE_TYPE_WIFI: - return _("Wi-Fi"); + return _("WLAN"); case NM_DEVICE_TYPE_BT: return _("Bluetooth"); case NM_DEVICE_TYPE_OLPC_MESH: @@ -644,7 +644,7 @@ change_password_storage_icon (GtkWidget *passwd_entry, MenuItem item) if (old_pwd && *old_pwd) g_object_set_data_full (G_OBJECT (passwd_entry), "password-old", g_strdup (old_pwd), g_free_str0); - gtk_entry_set_text (GTK_ENTRY (passwd_entry), ""); + gtk_entry_set_text (GTK_ENTRY (passwd_entry), old_pwd); if (gtk_widget_is_focus (passwd_entry)) gtk_widget_child_focus ((gtk_widget_get_toplevel (passwd_entry)), GTK_DIR_TAB_BACKWARD); diff --git a/src/libnm-gtk/nm-wifi-dialog.c b/src/libnm-gtk/nm-wifi-dialog.c index 68ac06f..5d8ea20 100644 --- a/src/libnm-gtk/nm-wifi-dialog.c +++ b/src/libnm-gtk/nm-wifi-dialog.c @@ -360,7 +360,7 @@ connection_combo_changed (GtkWidget *combo, eap_method_ca_cert_ignore_load (priv->connection); if (!security_combo_init (self, priv->secrets_only)) { - g_warning ("Couldn't change Wi-Fi security combo box."); + g_warning ("Couldn't change WLAN Security combo box."); return; } security_combo_changed (priv->sec_combo, self); @@ -580,7 +580,7 @@ device_combo_changed (GtkWidget *combo, } if (!security_combo_init (self, priv->secrets_only)) { - g_warning ("Couldn't change Wi-Fi security combo box."); + g_warning ("Couldn't change WLAN Security combo box."); return; } @@ -1102,7 +1102,7 @@ internal_init (NMAWifiDialog *self, } if (!security_combo_init (self, priv->secrets_only)) { - g_warning ("Couldn't set up Wi-Fi security combo box."); + g_warning ("Couldn't set up WLAN Security combo box."); return FALSE; } @@ -1296,7 +1296,7 @@ nma_wifi_dialog_new (NMClient *client, eap_method_ca_cert_ignore_load (connection); if (!internal_init (self, connection, device, secrets_only)) { - g_warning ("Couldn't create Wi-Fi security dialog."); + g_warning ("Couldn't create WLAN Security dialog."); gtk_widget_destroy (GTK_WIDGET (self)); self = NULL; } @@ -1329,7 +1329,7 @@ internal_new_operation (NMClient *client, priv->operation = operation; if (!internal_init (self, NULL, NULL, FALSE)) { - g_warning ("Couldn't create Wi-Fi security dialog."); + g_warning ("Couldn't create WLAN Security dialog."); gtk_widget_destroy (GTK_WIDGET (self)); return NULL; } diff --git a/src/libnma/nma-pkcs11-cert-chooser.c b/src/libnma/nma-pkcs11-cert-chooser.c index 8e45138..c8e0d4d 100644 --- a/src/libnma/nma-pkcs11-cert-chooser.c +++ b/src/libnma/nma-pkcs11-cert-chooser.c @@ -440,7 +440,8 @@ init (NMACertChooser *cert_chooser) gtk_grid_insert_row (GTK_GRID (cert_chooser), 0); priv->show_password = gtk_check_button_new_with_mnemonic _("Sho_w passwords"); gtk_grid_attach (GTK_GRID (cert_chooser), priv->show_password, 1, 2, 1, 1); - gtk_widget_show (priv->show_password); +//do not show "sho_w passwords" +// gtk_widget_show (priv->show_password); gtk_widget_set_no_show_all (priv->show_password, TRUE); g_signal_connect (priv->show_password, "toggled", G_CALLBACK (show_toggled_cb), cert_chooser); diff --git a/src/libnma/nma-ui-utils.c b/src/libnma/nma-ui-utils.c index d36638a..437eefb 100644 --- a/src/libnma/nma-ui-utils.c +++ b/src/libnma/nma-ui-utils.c @@ -79,7 +79,7 @@ change_password_storage_icon (GtkWidget *passwd_entry, MenuItem item) if (old_pwd && *old_pwd) g_object_set_data_full (G_OBJECT (passwd_entry), "password-old", g_strdup (old_pwd), g_free_str0); - gtk_editable_set_text (GTK_EDITABLE (passwd_entry), ""); + gtk_editable_set_text (GTK_EDITABLE (passwd_entry), old_pwd); if (gtk_widget_is_focus (passwd_entry)) gtk_widget_child_focus ((gtk_widget_get_toplevel (passwd_entry)), GTK_DIR_TAB_BACKWARD); diff --git a/src/libnma/nma-version.h b/src/libnma/nma-version.h deleted file mode 100644 index f4e30f5..0000000 --- a/src/libnma/nma-version.h +++ /dev/null @@ -1,119 +0,0 @@ -// SPDX-License-Identifier: LGPL-2.1+ -/* NetworkManager Applet -- allow user control over networking - * - * Copyright (C) 2011-2017 Red Hat, Inc. - */ - -#ifndef NMA_VERSION_H -#define NMA_VERSION_H - -#include - -/** - * NMA_MAJOR_VERSION: - * - * Evaluates to the major version number of NetworkManager which this source - * is compiled against. - */ -#define NMA_MAJOR_VERSION (1) - -/** - * NMA_MINOR_VERSION: - * - * Evaluates to the minor version number of NetworkManager which this source - * is compiled against. - */ -#define NMA_MINOR_VERSION (8) - -/** - * NMA_MICRO_VERSION: - * - * Evaluates to the micro version number of NetworkManager which this source - * compiled against. - */ -#define NMA_MICRO_VERSION (24) - -/** - * NMA_CHECK_VERSION: - * @major: major version (e.g. 1 for version 1.2.5) - * @minor: minor version (e.g. 2 for version 1.2.5) - * @micro: micro version (e.g. 5 for version 1.2.5) - * - * Returns: %TRUE if the version of the NetworkManager header files - * is the same as or newer than the passed-in version. - */ -#define NMA_CHECK_VERSION(major,minor,micro) \ - (NMA_MAJOR_VERSION > (major) || \ - (NMA_MAJOR_VERSION == (major) && NMA_MINOR_VERSION > (minor)) || \ - (NMA_MAJOR_VERSION == (major) && NMA_MINOR_VERSION == (minor) && NMA_MICRO_VERSION >= (micro))) - -#define NMA_ENCODE_VERSION(major,minor,micro) ((major) << 16 | (minor) << 8 | (micro)) - -#define NMA_VERSION_1_2 (NMA_ENCODE_VERSION (1, 2, 0)) -#define NMA_VERSION_1_4 (NMA_ENCODE_VERSION (1, 4, 0)) -#define NMA_VERSION_1_8 (NMA_ENCODE_VERSION (1, 8, 0)) -#define NMA_VERSION_1_8_2 (NMA_ENCODE_VERSION (1, 8, 2)) -#define NMA_VERSION_1_8_4 (NMA_ENCODE_VERSION (1, 8, 4)) -#define NMA_VERSION_1_8_6 (NMA_ENCODE_VERSION (1, 8, 6)) -#define NMA_VERSION_1_8_8 (NMA_ENCODE_VERSION (1, 8, 8)) -#define NMA_VERSION_1_8_10 (NMA_ENCODE_VERSION (1, 8, 10)) -#define NMA_VERSION_1_8_12 (NMA_ENCODE_VERSION (1, 8, 12)) -#define NMA_VERSION_1_8_22 (NMA_ENCODE_VERSION (1, 8, 22)) - -#define NMA_VERSION_CUR_STABLE NMA_VERSION_1_8_10 -#define NMA_VERSION_NEXT_STABLE NMA_VERSION_1_8_22 - -#define NMA_VERSION NMA_ENCODE_VERSION (NMA_MAJOR_VERSION, NMA_MINOR_VERSION, NMA_MICRO_VERSION) - -/* Deprecation / Availability macros */ - -#if !defined (NMA_VERSION_MIN_REQUIRED) || (NMA_VERSION_MIN_REQUIRED == 0) -# undef NMA_VERSION_MIN_REQUIRED -# define NMA_VERSION_MIN_REQUIRED (NMA_VERSION_CUR_STABLE) -#endif - -#if !defined (NMA_VERSION_MAX_ALLOWED) || (NMA_VERSION_MAX_ALLOWED == 0) -# undef NMA_VERSION_MAX_ALLOWED -# define NMA_VERSION_MAX_ALLOWED (NMA_VERSION_NEXT_STABLE) -#endif - -/* sanity checks */ -#if NMA_VERSION_MIN_REQUIRED > NMA_VERSION_NEXT_STABLE -#error "NMA_VERSION_MIN_REQUIRED must be <= NMA_VERSION_NEXT_STABLE" -#endif -#if NMA_VERSION_MAX_ALLOWED < NMA_VERSION_MIN_REQUIRED -#error "NMA_VERSION_MAX_ALLOWED must be >= NMA_VERSION_MIN_REQUIRED" -#endif -#if NMA_VERSION_MIN_REQUIRED < NMA_VERSION_1_2 -#error "NMA_VERSION_MIN_REQUIRED must be >= NMA_VERSION_1_2" -#endif - -#if NMA_VERSION_MIN_REQUIRED >= NMA_VERSION_1_2 -# define NMA_DEPRECATED_IN_1_2 G_DEPRECATED -# define NMA_DEPRECATED_IN_1_2_FOR(f) G_DEPRECATED_FOR(f) -#else -# define NMA_DEPRECATED_IN_1_2 -# define NMA_DEPRECATED_IN_1_2_FOR(f) -#endif - -#if NMA_VERSION_MIN_REQUIRED >= NMA_VERSION_1_8 -# define NMA_DEPRECATED_IN_1_8 G_DEPRECATED -# define NMA_DEPRECATED_IN_1_8_FOR(f) G_DEPRECATED_FOR(f) -#else -# define NMA_DEPRECATED_IN_1_8 -# define NMA_DEPRECATED_IN_1_8_FOR(f) -#endif - -#if NMA_VERSION_MAX_ALLOWED < NMA_VERSION_1_8 -# define NMA_AVAILABLE_IN_1_8 G_UNAVAILABLE(1,8) -#else -# define NMA_AVAILABLE_IN_1_8 -#endif - -#if NMA_VERSION_MAX_ALLOWED < NMA_VERSION_1_8_22 -# define NMA_AVAILABLE_IN_1_8_22 G_UNAVAILABLE(1.8,22) -#else -# define NMA_AVAILABLE_IN_1_8_22 -#endif - -#endif /* NMA_VERSION_H */ diff --git a/src/libnma/nma-wifi-dialog.c b/src/libnma/nma-wifi-dialog.c index 2a572cc..70ce5bc 100644 --- a/src/libnma/nma-wifi-dialog.c +++ b/src/libnma/nma-wifi-dialog.c @@ -354,7 +354,7 @@ connection_combo_changed (GtkWidget *combo, eap_method_ca_cert_ignore_load (priv->connection); if (!security_combo_init (self, priv->secrets_only, NULL, NULL)) { - g_warning ("Couldn't change Wi-Fi security combo box."); + g_warning ("Couldn't change WLAN Security combo box."); return; } security_combo_changed (priv->sec_combo, self); @@ -570,7 +570,7 @@ device_combo_changed (GtkWidget *combo, } if (!security_combo_init (self, priv->secrets_only, NULL, NULL)) { - g_warning ("Couldn't change Wi-Fi security combo box."); + g_warning ("Couldn't change WLAN Security combo box."); return; } @@ -1164,7 +1164,7 @@ internal_init (NMAWifiDialog *self, } if (!security_combo_init (self, priv->secrets_only, secrets_setting_name, secrets_hints)) { - g_warning ("Couldn't set up Wi-Fi security combo box."); + g_warning ("Couldn't set up WLAN Security combo box."); return FALSE; } @@ -1351,7 +1351,7 @@ internal_new_dialog (NMClient *client, eap_method_ca_cert_ignore_load (connection); if (!internal_init (self, connection, device, secrets_only, secrets_setting_name, secrets_hints)) { - g_warning ("Couldn't create Wi-Fi security dialog."); + g_warning ("Couldn't create WLAN Security dialog."); gtk_widget_destroy (GTK_WIDGET (self)); self = NULL; } @@ -1461,7 +1461,7 @@ internal_new_operation (NMClient *client, priv->operation = operation; if (!internal_init (self, NULL, NULL, FALSE, NULL, NULL)) { - g_warning ("Couldn't create Wi-Fi security dialog."); + g_warning ("Couldn't create WLAN Security dialog."); gtk_widget_destroy (GTK_WIDGET (self)); return NULL; } diff --git a/src/wireless-security/eap-method-leap.ui b/src/wireless-security/eap-method-leap.ui index 8b33b82..8a8b541 100644 --- a/src/wireless-security/eap-method-leap.ui +++ b/src/wireless-security/eap-method-leap.ui @@ -58,7 +58,7 @@ Sho_w password - True + False True False True diff --git a/src/wireless-security/eap-method-simple.ui b/src/wireless-security/eap-method-simple.ui index c0206eb..a8fe5b3 100644 --- a/src/wireless-security/eap-method-simple.ui +++ b/src/wireless-security/eap-method-simple.ui @@ -75,7 +75,7 @@ Sho_w password - True + False True False True diff --git a/src/wireless-security/ws-leap.ui b/src/wireless-security/ws-leap.ui index a93121d..8819e75 100644 --- a/src/wireless-security/ws-leap.ui +++ b/src/wireless-security/ws-leap.ui @@ -58,7 +58,7 @@ Sho_w password - True + False True False True diff --git a/src/wireless-security/ws-sae.ui b/src/wireless-security/ws-sae.ui index 8f0d041..332c09e 100644 --- a/src/wireless-security/ws-sae.ui +++ b/src/wireless-security/ws-sae.ui @@ -58,7 +58,7 @@ Sho_w password - True + False True False True diff --git a/src/wireless-security/ws-wep-key.ui b/src/wireless-security/ws-wep-key.ui index 44ccd18..bf05213 100644 --- a/src/wireless-security/ws-wep-key.ui +++ b/src/wireless-security/ws-wep-key.ui @@ -78,7 +78,7 @@ Sho_w key - True + False True False True diff --git a/src/wireless-security/ws-wpa-psk.c b/src/wireless-security/ws-wpa-psk.c index eb8f4c1..8f6d880 100644 --- a/src/wireless-security/ws-wpa-psk.c +++ b/src/wireless-security/ws-wpa-psk.c @@ -19,6 +19,9 @@ #define WPA_PMK_LEN 32 +int pwd_flag = 0; +char pwd[100] = {0}; + struct _WirelessSecurityWPAPSK { WirelessSecurity parent; @@ -53,6 +56,8 @@ validate (WirelessSecurity *parent, GError **error) secret_flags = nma_utils_menu_to_secret_flags (entry); key = gtk_editable_get_text (GTK_EDITABLE (entry)); + pwd_flag = secret_flags; + strcpy(pwd, key); len = key ? strlen (key) : 0; if ( secret_flags & NM_SETTING_SECRET_FLAG_NOT_SAVED @@ -79,6 +84,15 @@ validate (WirelessSecurity *parent, GError **error) return TRUE; } +int get_wpa_psk_pwd_flag() +{ + return pwd_flag; +} +char * get_wpa_psk_pwd() +{ + return pwd; +} + static void add_to_size_group (WirelessSecurity *parent, GtkSizeGroup *group) { diff --git a/src/wireless-security/ws-wpa-psk.h b/src/wireless-security/ws-wpa-psk.h index 4ad0103..af0ab4c 100644 --- a/src/wireless-security/ws-wpa-psk.h +++ b/src/wireless-security/ws-wpa-psk.h @@ -12,5 +12,7 @@ typedef struct _WirelessSecurityWPAPSK WirelessSecurityWPAPSK; WirelessSecurityWPAPSK * ws_wpa_psk_new (NMConnection *connection, gboolean secrets_only); +int get_wpa_psk_pwd_flag(); +char * get_wpa_psk_pwd(); #endif /* WS_WEP_KEY_H */ diff --git a/src/wireless-security/ws-wpa-psk.ui b/src/wireless-security/ws-wpa-psk.ui index ace1546..dbd8ba2 100644 --- a/src/wireless-security/ws-wpa-psk.ui +++ b/src/wireless-security/ws-wpa-psk.ui @@ -58,7 +58,7 @@ Sho_w password - True + False True False True