Compare commits
50 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
735980860b | ||
|
|
6a9742986f | ||
|
|
c95b557f3f | ||
|
|
3d23aa2d13 | ||
|
|
740959f161 | ||
|
|
aadf89b442 | ||
|
|
90cf8afd25 | ||
|
|
aa721dc9ac | ||
|
|
3c06c2e199 | ||
|
|
47fed006d7 | ||
|
|
3ba0e1253b | ||
|
|
d3929cf3ed | ||
|
|
825a5b485b | ||
|
|
d95957068b | ||
|
|
32d3bb2d18 | ||
|
|
b771b2dad8 | ||
|
|
7f2ffcca2f | ||
|
|
a35e4aa214 | ||
|
|
5a985d85a8 | ||
|
|
9ced38ea65 | ||
|
|
d9ea855408 | ||
|
|
022934bfb3 | ||
|
|
ef683cafc0 | ||
|
|
6a61f969ac | ||
|
|
fa3afbf370 | ||
|
|
e480efa58e | ||
|
|
d8caedd80e | ||
|
|
daabfb5a8c | ||
|
|
c30358bea1 | ||
|
|
cc75d32c62 | ||
|
|
f2e1dfd161 | ||
|
|
3bfc5f71d0 | ||
|
|
83f774f9ea | ||
|
|
37bd61ccd6 | ||
|
|
db7c2b2cc5 | ||
|
|
ac3839d0c9 | ||
|
|
5650a5f5c7 | ||
|
|
dfbeace734 | ||
|
|
7c6e4d4174 | ||
|
|
753ba80b3b | ||
|
|
3e9d08287c | ||
|
|
815ed9169d | ||
|
|
c4a91dc613 | ||
|
|
7c04266599 | ||
|
|
cdd1118add | ||
|
|
bd23f743d3 | ||
|
|
0da2ef8b0b | ||
|
|
b5f191894c | ||
|
|
4c52d5b646 | ||
|
|
44ee3e5fa2 |
195
.gitlab-ci.yml
195
.gitlab-ci.yml
@@ -2,67 +2,10 @@ include:
|
||||
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/5888c7388134cbe4661600222fe9befb10441f6e/templates/fedora.yml'
|
||||
|
||||
variables:
|
||||
FDO_DISTRIBUTION_TAG: latest
|
||||
FDO_DISTRIBUTION_VERSION: rawhide
|
||||
FDO_UPSTREAM_REPO: gnome/gnome-control-center
|
||||
# Expiry sets fdo.expires on the image
|
||||
FDO_EXPIRES_AFTER: 8w
|
||||
FEDORA_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/fedora/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG"
|
||||
# NOTES:
|
||||
# - gobject-introspection-devel is needed for gsettings-desktop-schemas
|
||||
FEDORA_DEPENDENCIES: >
|
||||
@c-development @development-tools
|
||||
git
|
||||
llvm clang libasan libtsan libubsan gcovr
|
||||
meson
|
||||
accountsservice-devel
|
||||
cheese-libs-devel
|
||||
chrpath
|
||||
colord-devel colord-gtk-devel
|
||||
cups-devel
|
||||
desktop-file-utils
|
||||
docbook-style-xsl
|
||||
flatpak-devel
|
||||
gdk-pixbuf2-devel
|
||||
gettext
|
||||
glib2-devel
|
||||
gobject-introspection-devel
|
||||
gnome-bluetooth-libs-devel
|
||||
gnome-desktop3-devel
|
||||
gnome-online-accounts-devel
|
||||
gnome-settings-daemon-devel
|
||||
grilo-devel
|
||||
gsettings-desktop-schemas-devel
|
||||
gsound-devel
|
||||
gtk3-devel ibus-devel
|
||||
intltool
|
||||
libcanberra-devel
|
||||
libgtop2-devel
|
||||
libgudev-devel
|
||||
libnma-devel
|
||||
libpwquality-devel
|
||||
libsmbclient-devel
|
||||
libsoup-devel
|
||||
libudisks2-devel
|
||||
libwacom-devel
|
||||
libX11-devel
|
||||
libXi-devel
|
||||
libxml2-devel
|
||||
libxslt
|
||||
ModemManager-glib-devel
|
||||
NetworkManager-libnm-devel
|
||||
polkit-devel
|
||||
pulseaudio-libs-devel
|
||||
upower-devel
|
||||
python3-dbusmock
|
||||
xorg-x11-server-Xvfb
|
||||
mesa-dri-drivers
|
||||
libsecret-devel
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
|
||||
image: "$FEDORA_IMAGE"
|
||||
|
||||
stages:
|
||||
- prepare
|
||||
- build
|
||||
- test
|
||||
- manual
|
||||
@@ -96,6 +39,90 @@ stages:
|
||||
echo "== Testing ==" &&
|
||||
meson test -C _build --verbose --no-stdsplit
|
||||
|
||||
.fedora.container.common:
|
||||
variables:
|
||||
# When branching a stable release, change 'main'
|
||||
# to the release number/branch to ensure that
|
||||
# a new image will be created, tailored for the
|
||||
# stable branch.
|
||||
# Could probably also switch away from rawhide,
|
||||
# to stable fedora branch as well.
|
||||
FDO_DISTRIBUTION_TAG: '2021-07-22.0-gnome-40'
|
||||
FDO_DISTRIBUTION_VERSION: '34'
|
||||
|
||||
#############################################
|
||||
# Create CI Docker Images #
|
||||
#############################################
|
||||
|
||||
# See also https://gitlab.freedesktop.org/freedesktop/ci-templates
|
||||
build.container.fedora@x86_64:
|
||||
extends:
|
||||
- '.fdo.container-build@fedora'
|
||||
- '.fedora.container.common'
|
||||
stage: 'prepare'
|
||||
variables:
|
||||
# no need to pull the whole tree for rebuilding the image
|
||||
GIT_STRATEGY: none
|
||||
# Expiry sets fdo.expires on the image
|
||||
FDO_EXPIRES_AFTER: 8w
|
||||
# NOTES:
|
||||
# - gobject-introspection-devel is needed for gsettings-desktop-schemas
|
||||
FDO_DISTRIBUTION_PACKAGES: >-
|
||||
@c-development @development-tools
|
||||
git
|
||||
llvm clang libasan libtsan libubsan gcovr
|
||||
meson
|
||||
accountsservice-devel
|
||||
cheese-libs-devel
|
||||
chrpath
|
||||
colord-devel colord-gtk-devel
|
||||
cups-devel
|
||||
desktop-file-utils
|
||||
docbook-style-xsl
|
||||
flatpak-devel
|
||||
gdk-pixbuf2-devel
|
||||
gettext
|
||||
glib2-devel
|
||||
gobject-introspection-devel
|
||||
gnome-bluetooth-libs-devel
|
||||
gnome-desktop3-devel
|
||||
gnome-online-accounts-devel
|
||||
gnome-settings-daemon-devel
|
||||
grilo-devel
|
||||
gsettings-desktop-schemas-devel
|
||||
gsound-devel
|
||||
gtk3-devel ibus-devel
|
||||
intltool
|
||||
libcanberra-devel
|
||||
libgtop2-devel
|
||||
libgudev-devel
|
||||
libnma-devel
|
||||
libpwquality-devel
|
||||
libsmbclient-devel
|
||||
libsoup-devel
|
||||
libudisks2-devel
|
||||
libwacom-devel
|
||||
libX11-devel
|
||||
libXi-devel
|
||||
libxml2-devel
|
||||
libxslt
|
||||
ModemManager-glib-devel
|
||||
NetworkManager-libnm-devel
|
||||
polkit-devel
|
||||
pulseaudio-libs-devel
|
||||
upower-devel
|
||||
python3-dbusmock
|
||||
xorg-x11-server-Xvfb
|
||||
mesa-dri-drivers
|
||||
libsecret-devel
|
||||
FDO_DISTRIBUTION_EXEC: |-
|
||||
git clone https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git && \
|
||||
cd gsettings-desktop-schemas && \
|
||||
meson . _build --prefix=/usr && \
|
||||
ninja -C _build && \
|
||||
ninja -C _build install && \
|
||||
cd ..
|
||||
|
||||
##
|
||||
# Stage: Build
|
||||
#
|
||||
@@ -104,6 +131,10 @@ stages:
|
||||
# any of them.
|
||||
##
|
||||
build:
|
||||
extends:
|
||||
- '.fdo.distribution-image@fedora'
|
||||
- '.fedora.container.common'
|
||||
|
||||
<<: *save_untracked_files
|
||||
stage: build
|
||||
|
||||
@@ -130,6 +161,9 @@ build:
|
||||
# Runs the unit tests.
|
||||
##
|
||||
test:
|
||||
extends:
|
||||
- '.fdo.distribution-image@fedora'
|
||||
- '.fedora.container.common'
|
||||
<<: *save_build_logs
|
||||
stage: test
|
||||
|
||||
@@ -153,6 +187,9 @@ test:
|
||||
|
||||
# Runs the coverage test.
|
||||
coverage:
|
||||
extends:
|
||||
- '.fdo.distribution-image@fedora'
|
||||
- '.fedora.container.common'
|
||||
<<: *save_build_logs
|
||||
stage: test
|
||||
variables:
|
||||
@@ -187,6 +224,9 @@ coverage:
|
||||
# Publishes the Coverage Report generated above
|
||||
##
|
||||
pages:
|
||||
extends:
|
||||
- '.fdo.distribution-image@fedora'
|
||||
- '.fedora.container.common'
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- coverage
|
||||
@@ -267,6 +307,9 @@ flatpak:
|
||||
|
||||
# Runs the sanitizers [address, thread, undefined, and memory].
|
||||
.sanitizer: &sanitizer
|
||||
extends:
|
||||
- '.fdo.distribution-image@fedora'
|
||||
- '.fedora.container.common'
|
||||
<<: *save_build_logs
|
||||
stage: manual
|
||||
when: manual
|
||||
@@ -281,6 +324,9 @@ flatpak:
|
||||
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
|
||||
|
||||
asan:
|
||||
extends:
|
||||
- '.fdo.distribution-image@fedora'
|
||||
- '.fedora.container.common'
|
||||
<<: *sanitizer
|
||||
# ASAN requires debugging capabilities
|
||||
tags: [ asan ]
|
||||
@@ -291,41 +337,26 @@ asan:
|
||||
LSAN_OPTIONS: "suppressions=${CI_PROJECT_DIR}/build-aux/ci/lsan.supp"
|
||||
|
||||
tsan:
|
||||
extends:
|
||||
- '.fdo.distribution-image@fedora'
|
||||
- '.fedora.container.common'
|
||||
<<: *sanitizer
|
||||
variables:
|
||||
BUILD_OPTS: "-Db_sanitize=thread"
|
||||
|
||||
ubsan:
|
||||
extends:
|
||||
- '.fdo.distribution-image@fedora'
|
||||
- '.fedora.container.common'
|
||||
<<: *sanitizer
|
||||
variables:
|
||||
BUILD_OPTS: "-Db_sanitize=undefined"
|
||||
|
||||
msan:
|
||||
extends:
|
||||
- '.fdo.distribution-image@fedora'
|
||||
- '.fedora.container.common'
|
||||
<<: *sanitizer
|
||||
variables:
|
||||
BUILD_OPTS: "-Db_sanitize=memory"
|
||||
CC: "clang"
|
||||
|
||||
#############################################
|
||||
# Create CI Docker Images #
|
||||
#############################################
|
||||
|
||||
# See also https://gitlab.freedesktop.org/freedesktop/ci-templates
|
||||
container_fedora_build:
|
||||
extends: .fdo.container-build@fedora
|
||||
# The templates reference the local registry, but we need the fdo one
|
||||
only:
|
||||
variables:
|
||||
- $CI_PIPELINE_SOURCE == "schedule" && $CRON_TASK == "BUILD_CI_IMAGES"
|
||||
variables:
|
||||
GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
|
||||
FDO_FORCE_REBUILD: 1 # Force rebuilding the image
|
||||
FDO_DISTRIBUTION_PACKAGES: $FEDORA_DEPENDENCIES
|
||||
FDO_DISTRIBUTION_EXEC: |
|
||||
git clone https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git && \
|
||||
cd gsettings-desktop-schemas && \
|
||||
meson . _build --prefix=/usr && \
|
||||
ninja -C _build && \
|
||||
ninja -C _build install && \
|
||||
cd ..
|
||||
|
||||
|
||||
45
NEWS
45
NEWS
@@ -1,3 +1,48 @@
|
||||
================
|
||||
Version 40.9
|
||||
================
|
||||
|
||||
- Drop unused argument for i18n.merge_file() in Meson rules
|
||||
- Updated translations
|
||||
|
||||
Display
|
||||
- Do not invert order when constructing modes
|
||||
|
||||
Sound
|
||||
- Update the volume-slider after getting a valid stream
|
||||
- Clear level bar when stream is empty
|
||||
|
||||
================
|
||||
Version 40.7
|
||||
================
|
||||
|
||||
- Updated translations
|
||||
|
||||
================
|
||||
Version 40.6
|
||||
================
|
||||
|
||||
- Updated translations
|
||||
|
||||
================
|
||||
Version 40.1
|
||||
================
|
||||
|
||||
- Updated translations
|
||||
|
||||
About
|
||||
- Don't show GNOME micro version
|
||||
|
||||
Location
|
||||
- Fix permission store table and id
|
||||
|
||||
Network
|
||||
- Show all IPv6 addresses for an interface
|
||||
- Display IPv6 gateway
|
||||
|
||||
Power
|
||||
- Fix D-Bus proxy leak
|
||||
|
||||
================
|
||||
Version 40
|
||||
================
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
project(
|
||||
'gnome-control-center', 'c',
|
||||
version : '40.1',
|
||||
version : '40.9',
|
||||
license : 'GPL2+',
|
||||
meson_version : '>= 0.53.0'
|
||||
)
|
||||
@@ -125,7 +125,7 @@ glib_dep = dependency('glib-2.0', version: '>= 2.56.0')
|
||||
gnome_desktop_dep = dependency('gnome-desktop-3.0', version: '>= 3.33.4')
|
||||
gnome_settings_dep = dependency('gnome-settings-daemon', version: '>= 3.27.90')
|
||||
goa_dep = dependency('goa-1.0', version: goa_req_version)
|
||||
gsettings_desktop_dep = dependency('gsettings-desktop-schemas', version: '>= 3.37.1')
|
||||
gsettings_desktop_dep = dependency('gsettings-desktop-schemas', version: '>= 40.alpha')
|
||||
libxml_dep = dependency('libxml-2.0')
|
||||
polkit_gobject_dep = dependency('polkit-gobject-1', version: '>= 0.114')
|
||||
pulse_dep = dependency('libpulse', version: pulse_req_version)
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type : 'desktop',
|
||||
input : desktop_in,
|
||||
output : desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
@@ -20,7 +19,6 @@ i18n.merge_file(
|
||||
polkit = 'org.gnome.controlcenter.@0@.policy'.format(cappletname)
|
||||
|
||||
i18n.merge_file(
|
||||
polkit,
|
||||
input: polkit + '.in',
|
||||
output: polkit,
|
||||
po_dir: po_dir,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -793,6 +793,8 @@ construct_modes (CcDisplayMonitorDBus *self,
|
||||
if (mode->flags & MODE_CURRENT)
|
||||
self->current_mode = CC_DISPLAY_MODE (mode);
|
||||
}
|
||||
|
||||
self->modes = g_list_reverse (self->modes);
|
||||
}
|
||||
|
||||
static CcDisplayMonitorDBus *
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -82,7 +82,6 @@ typedef struct
|
||||
{
|
||||
char *major;
|
||||
char *minor;
|
||||
char *micro;
|
||||
char *distributor;
|
||||
char *date;
|
||||
char **current;
|
||||
@@ -93,7 +92,6 @@ version_data_free (VersionData *data)
|
||||
{
|
||||
g_free (data->major);
|
||||
g_free (data->minor);
|
||||
g_free (data->micro);
|
||||
g_free (data->distributor);
|
||||
g_free (data->date);
|
||||
g_free (data);
|
||||
@@ -116,8 +114,6 @@ version_start_element_handler (GMarkupParseContext *ctx,
|
||||
data->current = &data->major;
|
||||
else if (g_str_equal (element_name, "minor"))
|
||||
data->current = &data->minor;
|
||||
else if (g_str_equal (element_name, "micro"))
|
||||
data->current = &data->micro;
|
||||
else if (g_str_equal (element_name, "distributor"))
|
||||
data->current = &data->distributor;
|
||||
else if (g_str_equal (element_name, "date"))
|
||||
@@ -188,7 +184,7 @@ load_gnome_version (char **version,
|
||||
else
|
||||
{
|
||||
if (version != NULL)
|
||||
*version = g_strdup_printf ("%s.%s.%s", data->major, data->minor, data->micro);
|
||||
*version = g_strdup_printf ("%s.%s", data->major, data->minor);
|
||||
if (distributor != NULL)
|
||||
*distributor = g_strdup (data->distributor);
|
||||
if (date != NULL)
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
@@ -45,7 +44,6 @@ xml_files = [
|
||||
|
||||
foreach file: xml_files
|
||||
i18n.merge_file(
|
||||
file,
|
||||
input: file + '.in',
|
||||
output: file,
|
||||
po_dir: po_dir,
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#define LOCATION_ENABLED "enabled"
|
||||
#define APP_PERMISSIONS_TABLE "location"
|
||||
#define APP_PERMISSIONS_ID "location"
|
||||
#define APP_PERMISSIONS_TABLE "gnome"
|
||||
#define APP_PERMISSIONS_ID "geolocation"
|
||||
|
||||
struct _CcLocationPanel
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -44,6 +44,7 @@ struct _CcMousePanel
|
||||
GtkSwitch *mouse_natural_scrolling_switch;
|
||||
GtkScale *mouse_speed_scale;
|
||||
CcMouseTest *mouse_test;
|
||||
GtkBox *primary_button_box;
|
||||
GtkRadioButton *primary_button_left;
|
||||
GtkRadioButton *primary_button_right;
|
||||
GtkScrolledWindow *scrolled_window;
|
||||
@@ -205,6 +206,8 @@ setup_dialog (CcMousePanel *self)
|
||||
{
|
||||
GtkRadioButton *button;
|
||||
|
||||
gtk_widget_set_direction (GTK_WIDGET (self->primary_button_box), GTK_TEXT_DIR_LTR);
|
||||
|
||||
self->left_handed = g_settings_get_boolean (self->mouse_settings, "left-handed");
|
||||
button = self->left_handed ? self->primary_button_right : self->primary_button_left;
|
||||
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
|
||||
@@ -425,6 +428,7 @@ cc_mouse_panel_class_init (CcMousePanelClass *klass)
|
||||
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, mouse_natural_scrolling_switch);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, mouse_speed_scale);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, mouse_test);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, primary_button_box);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, primary_button_left);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, primary_button_right);
|
||||
gtk_widget_class_bind_template_child (widget_class, CcMousePanel, scrolled_window);
|
||||
|
||||
@@ -107,11 +107,11 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkGrid">
|
||||
<object class="GtkBox" id="primary_button_box">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="column_homogeneous">True</property>
|
||||
<property name="homogeneous">True</property>
|
||||
<style>
|
||||
<class name="linked"/>
|
||||
</style>
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
#include "ce-page.h"
|
||||
#include "ce-page-details.h"
|
||||
|
||||
#include "../panel-common.h"
|
||||
|
||||
struct _CEPageDetails
|
||||
{
|
||||
GtkGrid parent;
|
||||
@@ -246,7 +248,7 @@ connect_details_page (CEPageDetails *self)
|
||||
NMIPConfig *ipv4_config = NULL, *ipv6_config = NULL;
|
||||
gboolean have_ipv4_address = FALSE, have_ipv6_address = FALSE;
|
||||
gboolean have_dns4 = FALSE, have_dns6 = FALSE;
|
||||
|
||||
const gchar *route4_text = NULL, *route6_text = NULL;
|
||||
|
||||
sc = nm_connection_get_setting_connection (self->connection);
|
||||
type = nm_setting_connection_get_connection_type (sc);
|
||||
@@ -340,13 +342,15 @@ connect_details_page (CEPageDetails *self)
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->strength_heading_label), strength_label != NULL);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->strength_label), strength_label != NULL);
|
||||
|
||||
if (device_is_active && self->device != NULL)
|
||||
if (device_is_active && self->device != NULL) {
|
||||
ipv4_config = nm_device_get_ip4_config (self->device);
|
||||
ipv6_config = nm_device_get_ip6_config (self->device);
|
||||
}
|
||||
|
||||
if (ipv4_config != NULL) {
|
||||
GPtrArray *addresses;
|
||||
const gchar *ipv4_text = NULL;
|
||||
g_autofree gchar *ip4_dns = NULL;
|
||||
const gchar *route_text;
|
||||
|
||||
addresses = nm_ip_config_get_addresses (ipv4_config);
|
||||
if (addresses->len > 0)
|
||||
@@ -364,31 +368,22 @@ connect_details_page (CEPageDetails *self)
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->dns4_label), ip4_dns != NULL);
|
||||
have_dns4 = ip4_dns != NULL;
|
||||
|
||||
route_text = nm_ip_config_get_gateway (ipv4_config);
|
||||
gtk_label_set_label (self->route_label, route_text);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->route_heading_label), route_text != NULL);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->route_label), route_text != NULL);
|
||||
route4_text = nm_ip_config_get_gateway (ipv4_config);
|
||||
} else {
|
||||
gtk_widget_hide (GTK_WIDGET (self->ipv4_heading_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->ipv4_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->dns4_heading_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->dns4_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->route_heading_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->route_label));
|
||||
}
|
||||
|
||||
if (device_is_active && self->device != NULL)
|
||||
ipv6_config = nm_device_get_ip6_config (self->device);
|
||||
if (ipv6_config != NULL) {
|
||||
GPtrArray *addresses;
|
||||
const gchar *ipv6_text = NULL;
|
||||
g_autofree gchar *ipv6_text = NULL;
|
||||
g_autofree gchar *ip6_dns = NULL;
|
||||
|
||||
addresses = nm_ip_config_get_addresses (ipv6_config);
|
||||
if (addresses->len > 0)
|
||||
ipv6_text = nm_ip_address_get_address (g_ptr_array_index (addresses, 0));
|
||||
ipv6_text = net_device_get_ip6_addresses (ipv6_config);
|
||||
gtk_label_set_label (self->ipv6_label, ipv6_text);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->ipv6_heading_label), ipv6_text != NULL);
|
||||
gtk_widget_set_valign (GTK_WIDGET (self->ipv6_heading_label), GTK_ALIGN_START);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->ipv6_label), ipv6_text != NULL);
|
||||
have_ipv6_address = ipv6_text != NULL;
|
||||
|
||||
@@ -399,6 +394,8 @@ connect_details_page (CEPageDetails *self)
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->dns6_heading_label), ip6_dns != NULL);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->dns6_label), ip6_dns != NULL);
|
||||
have_dns6 = ip6_dns != NULL;
|
||||
|
||||
route6_text = nm_ip_config_get_gateway (ipv6_config);
|
||||
} else {
|
||||
gtk_widget_hide (GTK_WIDGET (self->ipv6_heading_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->ipv6_label));
|
||||
@@ -409,8 +406,7 @@ connect_details_page (CEPageDetails *self)
|
||||
if (have_ipv4_address && have_ipv6_address) {
|
||||
gtk_label_set_label (self->ipv4_heading_label, _("IPv4 Address"));
|
||||
gtk_label_set_label (self->ipv6_heading_label, _("IPv6 Address"));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
gtk_label_set_label (self->ipv4_heading_label, _("IP Address"));
|
||||
gtk_label_set_label (self->ipv6_heading_label, _("IP Address"));
|
||||
}
|
||||
@@ -418,12 +414,30 @@ connect_details_page (CEPageDetails *self)
|
||||
if (have_dns4 && have_dns6) {
|
||||
gtk_label_set_label (self->dns4_heading_label, _("DNS4"));
|
||||
gtk_label_set_label (self->dns6_heading_label, _("DNS6"));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
gtk_label_set_label (self->dns4_heading_label, _("DNS"));
|
||||
gtk_label_set_label (self->dns6_heading_label, _("DNS"));
|
||||
}
|
||||
|
||||
if (route4_text != NULL || route6_text != NULL) {
|
||||
g_autofree const gchar *routes_text = NULL;
|
||||
|
||||
if (route4_text == NULL) {
|
||||
routes_text = g_strdup (route6_text);
|
||||
} else if (route6_text == NULL) {
|
||||
routes_text = g_strdup (route4_text);
|
||||
} else {
|
||||
routes_text = g_strjoin ("\n", route4_text, route6_text, NULL);
|
||||
}
|
||||
gtk_label_set_label (self->route_label, routes_text);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->route_heading_label), routes_text != NULL);
|
||||
gtk_widget_set_valign (GTK_WIDGET (self->route_heading_label), GTK_ALIGN_START);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->route_label), routes_text != NULL);
|
||||
} else {
|
||||
gtk_widget_hide (GTK_WIDGET (self->route_heading_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->route_label));
|
||||
}
|
||||
|
||||
if (!device_is_active && self->connection)
|
||||
update_last_used (self, self->connection);
|
||||
else {
|
||||
|
||||
@@ -25,7 +25,6 @@ foreach name: panel_names
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -63,6 +63,7 @@ add_details_row (GtkWidget *details, gint top, const gchar *heading, const gchar
|
||||
heading_label = gtk_label_new (heading);
|
||||
gtk_style_context_add_class (gtk_widget_get_style_context (heading_label), "dim-label");
|
||||
gtk_widget_set_halign (heading_label, GTK_ALIGN_END);
|
||||
gtk_widget_set_valign (heading_label, GTK_ALIGN_START);
|
||||
gtk_widget_set_hexpand (heading_label, TRUE);
|
||||
|
||||
gtk_grid_attach (GTK_GRID (details), heading_label, 0, top, 1, 1);
|
||||
@@ -115,7 +116,8 @@ add_details (GtkWidget *details, NMDevice *device, NMConnection *connection)
|
||||
const gchar *ip4_address = NULL;
|
||||
const gchar *ip4_route = NULL;
|
||||
g_autofree gchar *ip4_dns = NULL;
|
||||
const gchar *ip6_address = NULL;
|
||||
g_autofree gchar *ip6_addresses = NULL;
|
||||
const gchar *ip6_route = NULL;
|
||||
g_autofree gchar *ip6_dns = NULL;
|
||||
gint i = 0;
|
||||
|
||||
@@ -134,30 +136,34 @@ add_details (GtkWidget *details, NMDevice *device, NMConnection *connection)
|
||||
}
|
||||
ip6_config = nm_device_get_ip6_config (device);
|
||||
if (ip6_config) {
|
||||
GPtrArray *addresses;
|
||||
|
||||
addresses = nm_ip_config_get_addresses (ip6_config);
|
||||
if (addresses->len > 0)
|
||||
ip6_address = nm_ip_address_get_address (g_ptr_array_index (addresses, 0));
|
||||
|
||||
ip6_addresses = net_device_get_ip6_addresses (ip6_config);
|
||||
ip6_route = nm_ip_config_get_gateway (ip6_config);
|
||||
ip6_dns = g_strjoinv (" ", (char **) nm_ip_config_get_nameservers (ip6_config));
|
||||
if (!*ip6_dns)
|
||||
ip6_dns = NULL;
|
||||
}
|
||||
|
||||
if (ip4_address && ip6_address) {
|
||||
if (ip4_address && ip6_addresses) {
|
||||
add_details_row (details, i++, _("IPv4 Address"), ip4_address);
|
||||
add_details_row (details, i++, _("IPv6 Address"), ip6_address);
|
||||
gtk_widget_set_valign (details, GTK_ALIGN_START);
|
||||
add_details_row (details, i++, _("IPv6 Address"), ip6_addresses);
|
||||
gtk_widget_set_valign (details, GTK_ALIGN_START);
|
||||
} else if (ip4_address) {
|
||||
add_details_row (details, i++, _("IP Address"), ip4_address);
|
||||
} else if (ip6_address) {
|
||||
add_details_row (details, i++, _("IP Address"), ip6_address);
|
||||
} else if (ip6_addresses) {
|
||||
add_details_row (details, i++, _("IP Address"), ip6_addresses);
|
||||
}
|
||||
|
||||
add_details_row (details, i++, _("Hardware Address"), nm_device_get_hw_address (device));
|
||||
|
||||
if (ip4_route)
|
||||
if (ip4_route && ip6_route) {
|
||||
g_autofree gchar *ip_routes = g_strjoin ("\n", ip4_route, ip6_route, NULL);
|
||||
add_details_row (details, i++, _("Default Route"), ip_routes);
|
||||
} else if (ip4_route) {
|
||||
add_details_row (details, i++, _("Default Route"), ip4_route);
|
||||
} else if (ip6_route) {
|
||||
add_details_row (details, i++, _("Default Route"), ip6_route);
|
||||
}
|
||||
|
||||
if (ip4_dns && ip6_dns) {
|
||||
add_details_row (details, i++, _("DNS4"), ip4_dns);
|
||||
|
||||
@@ -352,6 +352,7 @@ nm_device_mobile_refresh_ui (NetDeviceMobile *self)
|
||||
NMIPConfig *ipv4_config = NULL, *ipv6_config = NULL;
|
||||
gboolean have_ipv4_address = FALSE, have_ipv6_address = FALSE;
|
||||
gboolean have_dns4 = FALSE, have_dns6 = FALSE;
|
||||
const gchar *route4_text = NULL, *route6_text = NULL;
|
||||
|
||||
/* set up the device on/off switch */
|
||||
gtk_widget_show (GTK_WIDGET (self->device_off_switch));
|
||||
@@ -384,7 +385,6 @@ nm_device_mobile_refresh_ui (NetDeviceMobile *self)
|
||||
GPtrArray *addresses;
|
||||
const gchar *ipv4_text = NULL;
|
||||
g_autofree gchar *ip4_dns = NULL;
|
||||
const gchar *route_text;
|
||||
|
||||
addresses = nm_ip_config_get_addresses (ipv4_config);
|
||||
if (addresses->len > 0)
|
||||
@@ -402,30 +402,23 @@ nm_device_mobile_refresh_ui (NetDeviceMobile *self)
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->dns4_label), ip4_dns != NULL);
|
||||
have_dns4 = ip4_dns != NULL;
|
||||
|
||||
route_text = nm_ip_config_get_gateway (ipv4_config);
|
||||
gtk_label_set_label (self->route_label, route_text);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->route_heading_label), route_text != NULL);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->route_label), route_text != NULL);
|
||||
route4_text = nm_ip_config_get_gateway (ipv4_config);
|
||||
} else {
|
||||
gtk_widget_hide (GTK_WIDGET (self->ipv4_heading_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->ipv4_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->dns4_heading_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->dns4_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->route_heading_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->route_label));
|
||||
}
|
||||
|
||||
ipv6_config = nm_device_get_ip6_config (self->device);
|
||||
if (ipv6_config != NULL) {
|
||||
GPtrArray *addresses;
|
||||
const gchar *ipv6_text = NULL;
|
||||
g_autofree gchar *ipv6_text = NULL;
|
||||
g_autofree gchar *ip6_dns = NULL;
|
||||
|
||||
addresses = nm_ip_config_get_addresses (ipv6_config);
|
||||
if (addresses->len > 0)
|
||||
ipv6_text = nm_ip_address_get_address (g_ptr_array_index (addresses, 0));
|
||||
ipv6_text = net_device_get_ip6_addresses (ipv6_config);
|
||||
gtk_label_set_label (self->ipv6_label, ipv6_text);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->ipv6_heading_label), ipv6_text != NULL);
|
||||
gtk_widget_set_valign (GTK_WIDGET (self->ipv6_heading_label), GTK_ALIGN_START);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->ipv6_label), ipv6_text != NULL);
|
||||
have_ipv6_address = ipv6_text != NULL;
|
||||
|
||||
@@ -436,6 +429,8 @@ nm_device_mobile_refresh_ui (NetDeviceMobile *self)
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->dns6_heading_label), ip6_dns != NULL);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->dns6_label), ip6_dns != NULL);
|
||||
have_dns6 = ip6_dns != NULL;
|
||||
|
||||
route6_text = nm_ip_config_get_gateway (ipv6_config);
|
||||
} else {
|
||||
gtk_widget_hide (GTK_WIDGET (self->ipv6_heading_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->ipv6_label));
|
||||
@@ -459,6 +454,25 @@ nm_device_mobile_refresh_ui (NetDeviceMobile *self)
|
||||
gtk_label_set_label (self->dns4_heading_label, _("DNS"));
|
||||
gtk_label_set_label (self->dns6_heading_label, _("DNS"));
|
||||
}
|
||||
|
||||
if (route4_text != NULL || route6_text != NULL) {
|
||||
g_autofree const gchar *routes_text = NULL;
|
||||
|
||||
if (route4_text == NULL) {
|
||||
routes_text = g_strdup (route6_text);
|
||||
} else if (route6_text == NULL) {
|
||||
routes_text = g_strdup (route4_text);
|
||||
} else {
|
||||
routes_text = g_strjoin ("\n", route4_text, route6_text, NULL);
|
||||
}
|
||||
gtk_label_set_label (self->route_label, routes_text);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->route_heading_label), routes_text != NULL);
|
||||
gtk_widget_set_valign (GTK_WIDGET (self->route_heading_label), GTK_ALIGN_START);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->route_label), routes_text != NULL);
|
||||
} else {
|
||||
gtk_widget_hide (GTK_WIDGET (self->route_heading_label));
|
||||
gtk_widget_hide (GTK_WIDGET (self->route_label));
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
@@ -428,3 +428,22 @@ net_device_get_valid_connections (NMClient *client, NMDevice *device)
|
||||
|
||||
return g_slist_reverse (valid);
|
||||
}
|
||||
|
||||
gchar *
|
||||
net_device_get_ip6_addresses (NMIPConfig *ipv6_config)
|
||||
{
|
||||
g_autoptr(GPtrArray) ipv6 = NULL;
|
||||
GPtrArray *addresses;
|
||||
|
||||
addresses = nm_ip_config_get_addresses (ipv6_config);
|
||||
if (addresses->len == 0) {
|
||||
return NULL;
|
||||
}
|
||||
ipv6 = g_ptr_array_sized_new (addresses->len + 1);
|
||||
|
||||
for (int i = 0; i < addresses->len; i++) {
|
||||
g_ptr_array_add (ipv6, (char *) nm_ip_address_get_address (g_ptr_array_index (addresses, i)));
|
||||
}
|
||||
g_ptr_array_add (ipv6, NULL);
|
||||
return g_strjoinv ("\n", (char **) ipv6->pdata);
|
||||
}
|
||||
|
||||
@@ -34,4 +34,6 @@ NMConnection *net_device_get_find_connection (NMClient *client,
|
||||
GSList *net_device_get_valid_connections (NMClient *client,
|
||||
NMDevice *device);
|
||||
|
||||
gchar *net_device_get_ip6_addresses (NMIPConfig *ipv6_config);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -166,6 +166,7 @@ cc_power_panel_dispose (GObject *object)
|
||||
g_clear_object (&self->bt_rfkill);
|
||||
g_clear_object (&self->bt_properties);
|
||||
g_clear_object (&self->iio_proxy);
|
||||
g_clear_object (&self->power_profiles_proxy);
|
||||
#ifdef HAVE_NETWORK_MANAGER
|
||||
g_clear_object (&self->nm_client);
|
||||
#endif
|
||||
@@ -1746,11 +1747,15 @@ cc_power_panel_class_init (CcPowerPanelClass *klass)
|
||||
gtk_widget_class_bind_template_callback (widget_class, has_kbd_brightness_cb);
|
||||
gtk_widget_class_bind_template_callback (widget_class, idle_delay_combo_changed_cb);
|
||||
gtk_widget_class_bind_template_callback (widget_class, keynav_failed_cb);
|
||||
#ifdef HAVE_NETWORK_MANAGER
|
||||
gtk_widget_class_bind_template_callback (widget_class, mobile_switch_changed_cb);
|
||||
#endif
|
||||
gtk_widget_class_bind_template_callback (widget_class, power_button_combo_changed_cb);
|
||||
gtk_widget_class_bind_template_callback (widget_class, power_profiles_row_activated_cb);
|
||||
gtk_widget_class_bind_template_callback (widget_class, power_saving_listbox_row_activated_cb);
|
||||
#ifdef HAVE_NETWORK_MANAGER
|
||||
gtk_widget_class_bind_template_callback (widget_class, wifi_switch_changed_cb);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
@@ -29,7 +28,6 @@ polkit_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
polkit,
|
||||
input: polkit_in,
|
||||
output: polkit,
|
||||
po_dir: po_dir,
|
||||
|
||||
@@ -232,6 +232,7 @@ cc_level_bar_set_stream (CcLevelBar *self,
|
||||
|
||||
if (stream == NULL)
|
||||
{
|
||||
self->value = 0.0;
|
||||
gtk_widget_queue_draw (GTK_WIDGET (self));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -91,18 +91,12 @@ allow_amplified_changed_cb (CcSoundPanel *self)
|
||||
}
|
||||
|
||||
static void
|
||||
output_device_changed_cb (CcSoundPanel *self)
|
||||
set_output_stream (CcSoundPanel *self,
|
||||
GvcMixerStream *stream)
|
||||
{
|
||||
GvcMixerUIDevice *device;
|
||||
GvcMixerStream *stream = NULL;
|
||||
GvcChannelMap *map = NULL;
|
||||
gboolean can_fade = FALSE, has_lfe = FALSE;
|
||||
|
||||
device = cc_device_combo_box_get_device (self->output_device_combo_box);
|
||||
|
||||
if (device != NULL)
|
||||
stream = gvc_mixer_control_get_stream_from_device (self->mixer_control, device);
|
||||
|
||||
cc_volume_slider_set_stream (self->output_volume_slider, stream, CC_STREAM_TYPE_OUTPUT);
|
||||
cc_level_bar_set_stream (self->output_level_bar, stream, CC_STREAM_TYPE_OUTPUT);
|
||||
|
||||
@@ -118,11 +112,33 @@ output_device_changed_cb (CcSoundPanel *self)
|
||||
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->fade_row), can_fade);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->subwoofer_row), has_lfe);
|
||||
}
|
||||
|
||||
static void
|
||||
output_device_changed_cb (CcSoundPanel *self)
|
||||
{
|
||||
GvcMixerUIDevice *device;
|
||||
GvcMixerStream *stream = NULL;
|
||||
|
||||
device = cc_device_combo_box_get_device (self->output_device_combo_box);
|
||||
|
||||
if (device != NULL)
|
||||
stream = gvc_mixer_control_get_stream_from_device (self->mixer_control, device);
|
||||
|
||||
set_output_stream (self, stream);
|
||||
|
||||
if (device != NULL)
|
||||
gvc_mixer_control_change_output (self->mixer_control, device);
|
||||
}
|
||||
|
||||
static void
|
||||
set_input_stream (CcSoundPanel *self,
|
||||
GvcMixerStream *stream)
|
||||
{
|
||||
cc_volume_slider_set_stream (self->input_volume_slider, stream, CC_STREAM_TYPE_INPUT);
|
||||
cc_level_bar_set_stream (self->input_level_bar, stream, CC_STREAM_TYPE_INPUT);
|
||||
}
|
||||
|
||||
static void
|
||||
input_device_changed_cb (CcSoundPanel *self)
|
||||
{
|
||||
@@ -134,8 +150,7 @@ input_device_changed_cb (CcSoundPanel *self)
|
||||
if (device != NULL)
|
||||
stream = gvc_mixer_control_get_stream_from_device (self->mixer_control, device);
|
||||
|
||||
cc_volume_slider_set_stream (self->input_volume_slider, stream, CC_STREAM_TYPE_INPUT);
|
||||
cc_level_bar_set_stream (self->input_level_bar, stream, CC_STREAM_TYPE_INPUT);
|
||||
set_input_stream (self, stream);
|
||||
|
||||
if (device != NULL)
|
||||
gvc_mixer_control_change_input (self->mixer_control, device);
|
||||
@@ -147,12 +162,18 @@ output_device_update_cb (CcSoundPanel *self,
|
||||
{
|
||||
GvcMixerUIDevice *device;
|
||||
gboolean has_multi_profiles;
|
||||
GvcMixerStream *stream = NULL;
|
||||
|
||||
device = cc_device_combo_box_get_device (self->output_device_combo_box);
|
||||
cc_profile_combo_box_set_device (self->output_profile_combo_box, self->mixer_control, device);
|
||||
has_multi_profiles = (cc_profile_combo_box_get_profile_count (self->output_profile_combo_box) > 1);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->output_profile_row),
|
||||
has_multi_profiles);
|
||||
|
||||
if (cc_volume_slider_get_stream (self->output_volume_slider) == NULL)
|
||||
stream = gvc_mixer_control_get_stream_from_device (self->mixer_control, device);
|
||||
if (stream != NULL)
|
||||
set_output_stream (self, stream);
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -161,12 +182,18 @@ input_device_update_cb (CcSoundPanel *self,
|
||||
{
|
||||
GvcMixerUIDevice *device;
|
||||
gboolean has_multi_profiles;
|
||||
GvcMixerStream *stream = NULL;
|
||||
|
||||
device = cc_device_combo_box_get_device (self->input_device_combo_box);
|
||||
cc_profile_combo_box_set_device (self->input_profile_combo_box, self->mixer_control, device);
|
||||
has_multi_profiles = (cc_profile_combo_box_get_profile_count (self->input_profile_combo_box) > 1);
|
||||
gtk_widget_set_visible (GTK_WIDGET (self->input_profile_row),
|
||||
has_multi_profiles);
|
||||
|
||||
if (cc_volume_slider_get_stream (self->input_volume_slider) == NULL)
|
||||
stream = gvc_mixer_control_get_stream_from_device (self->mixer_control, device);
|
||||
if (stream != NULL)
|
||||
set_input_stream (self, stream);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
@@ -247,6 +247,14 @@ cc_volume_slider_set_stream (CcVolumeSlider *self,
|
||||
}
|
||||
}
|
||||
|
||||
GvcMixerStream *
|
||||
cc_volume_slider_get_stream (CcVolumeSlider *self)
|
||||
{
|
||||
g_return_val_if_fail (CC_IS_VOLUME_SLIDER (self), NULL);
|
||||
|
||||
return self->stream;
|
||||
}
|
||||
|
||||
void
|
||||
cc_volume_slider_set_is_amplified (CcVolumeSlider *self,
|
||||
gboolean is_amplified)
|
||||
|
||||
@@ -40,4 +40,6 @@ void cc_volume_slider_set_stream (CcVolumeSlider *slider,
|
||||
void cc_volume_slider_set_is_amplified (CcVolumeSlider *slider,
|
||||
gboolean is_amplified);
|
||||
|
||||
GvcMixerStream *cc_volume_slider_get_stream (CcVolumeSlider *slider);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
|
||||
@@ -8,7 +8,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: desktop,
|
||||
@@ -85,7 +84,6 @@ meson.add_install_script('sh', '-c',
|
||||
polkit = 'org.gnome.controlcenter.@0@.policy'.format(cappletname)
|
||||
|
||||
i18n.merge_file(
|
||||
polkit,
|
||||
input: polkit + '.in',
|
||||
output: polkit,
|
||||
po_dir: po_dir,
|
||||
|
||||
@@ -30,7 +30,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type : 'desktop',
|
||||
input : desktop_in,
|
||||
output : desktop,
|
||||
|
||||
194
po/de.po
194
po/de.po
@@ -29,16 +29,16 @@ msgstr ""
|
||||
"Project-Id-Version: gnome-control-center master\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
|
||||
"issues\n"
|
||||
"POT-Creation-Date: 2021-02-28 14:11+0000\n"
|
||||
"PO-Revision-Date: 2021-03-07 11:34+0100\n"
|
||||
"Last-Translator: Tim Sabsch <tim@sabsch.com>\n"
|
||||
"POT-Creation-Date: 2021-09-17 21:34+0000\n"
|
||||
"PO-Revision-Date: 2021-09-22 22:29+0200\n"
|
||||
"Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
|
||||
"Language-Team: German <gnome-de@gnome.org>\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 2.4.2\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:823
|
||||
msgid "System Bus"
|
||||
@@ -56,7 +56,7 @@ msgid "Session Bus"
|
||||
msgstr "Sitzungs-Bus"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:829
|
||||
#: panels/power/cc-power-panel.c:1789 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/power/cc-power-panel.c:1795 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/thunderbolt/cc-bolt-panel.ui:525
|
||||
msgid "Devices"
|
||||
msgstr "Geräte"
|
||||
@@ -93,7 +93,7 @@ msgstr "Dateisystem"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:849
|
||||
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
|
||||
#: shell/cc-window.c:933 shell/cc-window.ui:121
|
||||
#: shell/cc-window.c:938 shell/cc-window.ui:121
|
||||
#: shell/gnome-control-center.desktop.in.in:3
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
@@ -1204,7 +1204,7 @@ msgstr "A_uswählen"
|
||||
msgid "No languages found"
|
||||
msgstr "Keine Sprachen gefunden"
|
||||
|
||||
#: panels/common/cc-language-chooser.ui:81
|
||||
#: panels/common/cc-language-chooser.ui:82
|
||||
#: panels/keyboard/cc-input-chooser.c:178
|
||||
msgid "More…"
|
||||
msgstr "Mehr …"
|
||||
@@ -1250,12 +1250,12 @@ msgid "Select _All"
|
||||
msgstr "Alle au_swählen"
|
||||
|
||||
#: panels/common/cc-util.c:127
|
||||
#: panels/network/connection-editor/ce-page-details.c:160
|
||||
#: panels/network/connection-editor/ce-page-details.c:162
|
||||
msgid "Today"
|
||||
msgstr "Heute"
|
||||
|
||||
#: panels/common/cc-util.c:131
|
||||
#: panels/network/connection-editor/ce-page-details.c:162
|
||||
#: panels/network/connection-editor/ce-page-details.c:164
|
||||
msgid "Yesterday"
|
||||
msgstr "Gestern"
|
||||
|
||||
@@ -1809,11 +1809,11 @@ msgstr ""
|
||||
"Panel;Projektor;xrandr;Anzeige;Auflösung;Aktualisieren;Bildschirm;Monitor;"
|
||||
"Nacht;Tag;Blau;Rotverschiebung;Farbe;Sonnenuntergang;Sonnenaufgang;"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:418
|
||||
#: panels/info-overview/cc-info-overview-panel.c:433
|
||||
#: panels/info-overview/cc-info-overview-panel.c:445
|
||||
#: panels/info-overview/cc-info-overview-panel.c:491
|
||||
#: panels/info-overview/cc-info-overview-panel.c:521
|
||||
#: panels/info-overview/cc-info-overview-panel.c:414
|
||||
#: panels/info-overview/cc-info-overview-panel.c:429
|
||||
#: panels/info-overview/cc-info-overview-panel.c:441
|
||||
#: panels/info-overview/cc-info-overview-panel.c:487
|
||||
#: panels/info-overview/cc-info-overview-panel.c:517
|
||||
msgid "Unknown"
|
||||
msgstr "Unbekannt"
|
||||
|
||||
@@ -1821,32 +1821,32 @@ msgstr "Unbekannt"
|
||||
#. * example:
|
||||
#. * "Fedora 25 (Workstation Edition); Build ID: xyz" or
|
||||
#. * "Ubuntu 16.04 LTS; Build ID: jki"
|
||||
#: panels/info-overview/cc-info-overview-panel.c:453
|
||||
#: panels/info-overview/cc-info-overview-panel.c:449
|
||||
#, c-format
|
||||
msgid "%s; Build ID: %s"
|
||||
msgstr "%s; Build-ID: %s"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:468
|
||||
#: panels/info-overview/cc-info-overview-panel.c:464
|
||||
#, c-format
|
||||
msgid "64-bit"
|
||||
msgstr "64-bit"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:471
|
||||
#: panels/info-overview/cc-info-overview-panel.c:467
|
||||
#, c-format
|
||||
msgid "32-bit"
|
||||
msgstr "32-bit"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
#: panels/info-overview/cc-info-overview-panel.c:724
|
||||
msgid "X11"
|
||||
msgstr "X11"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:732
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
msgid "Wayland"
|
||||
msgstr "Wayland"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:734
|
||||
#: panels/info-overview/cc-info-overview-panel.c:730
|
||||
msgctxt "Windowing system (Wayland, X11, or Unknown)"
|
||||
msgid "Unknown"
|
||||
msgstr "Unbekannt"
|
||||
@@ -2438,7 +2438,7 @@ msgstr ""
|
||||
|
||||
#: panels/location/cc-location-panel.ui:31
|
||||
msgid "Location services turned off"
|
||||
msgstr "Standortdienste sind ausgeschaltet"
|
||||
msgstr "Ortungsdienste sind ausgeschaltet"
|
||||
|
||||
#: panels/location/cc-location-panel.ui:40
|
||||
msgid "No applications can obtain location information."
|
||||
@@ -2461,11 +2461,11 @@ msgstr ""
|
||||
"Verwendet den Mozilla-Ortungsdienst: <a href='https://location.services."
|
||||
"mozilla.com/privacy'>Regeln zum Schutz der Privatsphäre</a>"
|
||||
|
||||
#: panels/location/cc-location-panel.ui:93
|
||||
#: panels/location/cc-location-panel.ui:94
|
||||
msgid "Allow the applications below to determine your location."
|
||||
msgstr "Den nachfolgenden Anwendungen Zugriff auf Ihren Standort erlauben."
|
||||
|
||||
#: panels/location/cc-location-panel.ui:113
|
||||
#: panels/location/cc-location-panel.ui:114
|
||||
msgid "No Applications Have Asked for Location Access"
|
||||
msgstr "Es hat keine Anwendung um Standortzugriff gebeten"
|
||||
|
||||
@@ -2845,7 +2845,7 @@ msgid "Connected"
|
||||
msgstr "Verbunden"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.ui:100
|
||||
#: panels/network/net-device-ethernet.c:327
|
||||
#: panels/network/net-device-ethernet.c:333
|
||||
#: panels/network/network-bluetooth.ui:76
|
||||
#: panels/network/network-ethernet.ui:111 panels/network/network-mobile.ui:450
|
||||
#: panels/network/network-vpn.ui:77
|
||||
@@ -3009,167 +3009,167 @@ msgid "Profile %d"
|
||||
msgstr "Profil %d"
|
||||
|
||||
#. TRANSLATORS: this WEP WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:95
|
||||
#: panels/network/connection-editor/ce-page-details.c:97
|
||||
#: panels/network/net-device-wifi.c:228
|
||||
msgid "WEP"
|
||||
msgstr "WEP"
|
||||
|
||||
#. TRANSLATORS: this WPA WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:99
|
||||
#: panels/network/connection-editor/ce-page-details.c:101
|
||||
#: panels/network/net-device-wifi.c:233
|
||||
msgid "WPA"
|
||||
msgstr "WPA"
|
||||
|
||||
#. TRANSLATORS: this WPA3 WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:105
|
||||
#: panels/network/connection-editor/ce-page-details.c:107
|
||||
msgid "WPA3"
|
||||
msgstr "WPA3"
|
||||
|
||||
#. TRANSLATORS: this Enhanced Open WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:110
|
||||
#: panels/network/connection-editor/ce-page-details.c:112
|
||||
#: panels/network/connection-editor/ce-page-security.c:279
|
||||
msgid "Enhanced Open"
|
||||
msgstr "Erweitertes Öffnen"
|
||||
|
||||
#. TRANSLATORS: this WPA WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:117
|
||||
#: panels/network/connection-editor/ce-page-details.c:119
|
||||
msgid "WPA2"
|
||||
msgstr "WPA2"
|
||||
|
||||
#. TRANSLATORS: this Enterprise WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:123
|
||||
#: panels/network/connection-editor/ce-page-details.c:125
|
||||
msgid "Enterprise"
|
||||
msgstr "Enterprise"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:128
|
||||
#: panels/network/connection-editor/ce-page-details.c:130
|
||||
#: panels/network/net-device-wifi.c:218
|
||||
msgctxt "Wifi security"
|
||||
msgid "None"
|
||||
msgstr "Keine"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:149
|
||||
#: panels/network/connection-editor/ce-page-details.c:151
|
||||
msgid "Never"
|
||||
msgstr "Nie"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:164
|
||||
#: panels/network/net-device-ethernet.c:107
|
||||
#: panels/network/connection-editor/ce-page-details.c:166
|
||||
#: panels/network/net-device-ethernet.c:108
|
||||
#, c-format
|
||||
msgid "%i day ago"
|
||||
msgid_plural "%i days ago"
|
||||
msgstr[0] "Vor %i Tag"
|
||||
msgstr[1] "Vor %i Tagen"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:291
|
||||
#: panels/network/connection-editor/ce-page-details.c:293
|
||||
#, c-format
|
||||
msgid "%d Mb/s (%1.1f GHz)"
|
||||
msgstr "%d Mbit/s (%1.1f GHz)"
|
||||
|
||||
#. Translators: network device speed
|
||||
#: panels/network/connection-editor/ce-page-details.c:293
|
||||
#: panels/network/net-device-ethernet.c:214
|
||||
#: panels/network/connection-editor/ce-page-details.c:295
|
||||
#: panels/network/net-device-ethernet.c:220
|
||||
#, c-format
|
||||
msgid "%d Mb/s"
|
||||
msgstr "%d Mbit/s"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:306
|
||||
#: panels/network/connection-editor/ce-page-details.c:308
|
||||
msgid "2.4 GHz / 5 GHz"
|
||||
msgstr "2.4 GHz / 5 GHz"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:308
|
||||
#: panels/network/connection-editor/ce-page-details.c:310
|
||||
msgid "2.4 GHz"
|
||||
msgstr "2.4 GHz"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:310
|
||||
#: panels/network/connection-editor/ce-page-details.c:312
|
||||
msgid "5 GHz"
|
||||
msgstr "5 GHz"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:330
|
||||
#: panels/network/connection-editor/ce-page-details.c:332
|
||||
msgctxt "Signal strength"
|
||||
msgid "None"
|
||||
msgstr "Keines"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:332
|
||||
#: panels/network/connection-editor/ce-page-details.c:334
|
||||
msgctxt "Signal strength"
|
||||
msgid "Weak"
|
||||
msgstr "Schwach"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:334
|
||||
#: panels/network/connection-editor/ce-page-details.c:336
|
||||
msgctxt "Signal strength"
|
||||
msgid "Ok"
|
||||
msgstr "OK"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:336
|
||||
#: panels/network/connection-editor/ce-page-details.c:338
|
||||
msgctxt "Signal strength"
|
||||
msgid "Good"
|
||||
msgstr "Gut"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:338
|
||||
#: panels/network/connection-editor/ce-page-details.c:340
|
||||
msgctxt "Signal strength"
|
||||
msgid "Excellent"
|
||||
msgstr "Ausgezeichnet"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:410
|
||||
#: panels/network/connection-editor/ce-page-details.c:407
|
||||
#: panels/network/connection-editor/details-page.ui:108
|
||||
#: panels/network/net-device-ethernet.c:149
|
||||
#: panels/network/net-device-mobile.c:447
|
||||
#: panels/network/net-device-ethernet.c:147
|
||||
#: panels/network/net-device-mobile.c:442
|
||||
msgid "IPv4 Address"
|
||||
msgstr "IPv4-Adresse"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:411
|
||||
#: panels/network/connection-editor/ce-page-details.c:408
|
||||
#: panels/network/connection-editor/details-page.ui:126
|
||||
#: panels/network/net-device-ethernet.c:150
|
||||
#: panels/network/net-device-mobile.c:448 panels/network/network-mobile.ui:218
|
||||
#: panels/network/net-device-ethernet.c:149
|
||||
#: panels/network/net-device-mobile.c:443 panels/network/network-mobile.ui:218
|
||||
msgid "IPv6 Address"
|
||||
msgstr "IPv6-Adresse"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:414
|
||||
#: panels/network/connection-editor/ce-page-details.c:415
|
||||
#: panels/network/connection-editor/ce-page-details.c:410
|
||||
#: panels/network/connection-editor/ce-page-details.c:411
|
||||
#: panels/network/net-device-ethernet.c:152
|
||||
#: panels/network/net-device-ethernet.c:154
|
||||
#: panels/network/net-device-mobile.c:451
|
||||
#: panels/network/net-device-mobile.c:452 panels/network/network-mobile.ui:201
|
||||
#: panels/network/net-device-mobile.c:446
|
||||
#: panels/network/net-device-mobile.c:447 panels/network/network-mobile.ui:201
|
||||
msgid "IP Address"
|
||||
msgstr "IP-Adresse"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:419
|
||||
#: panels/network/net-device-ethernet.c:163
|
||||
#: panels/network/net-device-mobile.c:456
|
||||
#: panels/network/connection-editor/ce-page-details.c:415
|
||||
#: panels/network/net-device-ethernet.c:169
|
||||
#: panels/network/net-device-mobile.c:451
|
||||
msgid "DNS4"
|
||||
msgstr "DNS4"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:420
|
||||
#: panels/network/net-device-ethernet.c:164
|
||||
#: panels/network/net-device-mobile.c:457
|
||||
#: panels/network/connection-editor/ce-page-details.c:416
|
||||
#: panels/network/net-device-ethernet.c:170
|
||||
#: panels/network/net-device-mobile.c:452
|
||||
msgid "DNS6"
|
||||
msgstr "DNS6"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:423
|
||||
#: panels/network/connection-editor/ce-page-details.c:424
|
||||
#: panels/network/connection-editor/ce-page-details.c:418
|
||||
#: panels/network/connection-editor/ce-page-details.c:419
|
||||
#: panels/network/connection-editor/details-page.ui:199
|
||||
#: panels/network/connection-editor/details-page.ui:218
|
||||
#: panels/network/connection-editor/ip4-page.ui:211
|
||||
#: panels/network/connection-editor/ip6-page.ui:225
|
||||
#: panels/network/net-device-ethernet.c:166
|
||||
#: panels/network/net-device-ethernet.c:168
|
||||
#: panels/network/net-device-mobile.c:459
|
||||
#: panels/network/net-device-mobile.c:460 panels/network/network-mobile.ui:253
|
||||
#: panels/network/net-device-ethernet.c:172
|
||||
#: panels/network/net-device-ethernet.c:174
|
||||
#: panels/network/net-device-mobile.c:454
|
||||
#: panels/network/net-device-mobile.c:455 panels/network/network-mobile.ui:253
|
||||
#: panels/network/network-mobile.ui:271
|
||||
msgid "DNS"
|
||||
msgstr "DNS"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:457
|
||||
#: panels/network/connection-editor/ce-page-details.c:471
|
||||
msgid "Forget Connection"
|
||||
msgstr "Verbindung entfernen"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:459
|
||||
#: panels/network/connection-editor/ce-page-details.c:473
|
||||
msgid "Remove Connection Profile"
|
||||
msgstr "Verbindungsprofil entfernen"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:461
|
||||
#: panels/network/connection-editor/ce-page-details.c:475
|
||||
msgid "Remove VPN"
|
||||
msgstr "VPN entfernen"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:479
|
||||
#: panels/network/connection-editor/ce-page-details.c:493
|
||||
msgid "Details"
|
||||
msgstr "Details"
|
||||
|
||||
@@ -3254,7 +3254,9 @@ msgid "Supported Frequencies"
|
||||
msgstr "Unterstützte Frequenzen"
|
||||
|
||||
#: panels/network/connection-editor/details-page.ui:180
|
||||
#: panels/network/net-device-ethernet.c:160
|
||||
#: panels/network/net-device-ethernet.c:161
|
||||
#: panels/network/net-device-ethernet.c:163
|
||||
#: panels/network/net-device-ethernet.c:165
|
||||
#: panels/network/network-mobile.ui:235
|
||||
msgid "Default Route"
|
||||
msgstr "Vorgaberoute"
|
||||
@@ -3520,19 +3522,19 @@ msgstr "Legt fest, wie mit Funknetzwerken verbunden wird"
|
||||
msgid "Network;Wireless;Wi-Fi;Wifi;IP;LAN;Broadband;DNS;Hotspot;"
|
||||
msgstr "Netzwerk;Drahtlos;WLAN;Wifi;IP;LAN;Breitband;Hotspot;DNS;"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:95
|
||||
#: panels/network/net-device-ethernet.c:96
|
||||
msgid "never"
|
||||
msgstr "nie"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:103
|
||||
#: panels/network/net-device-ethernet.c:104
|
||||
msgid "today"
|
||||
msgstr "heute"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:105
|
||||
#: panels/network/net-device-ethernet.c:106
|
||||
msgid "yesterday"
|
||||
msgstr "gestern"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:174
|
||||
#: panels/network/net-device-ethernet.c:180
|
||||
msgid "Last used"
|
||||
msgstr "Zuletzt verwendet"
|
||||
|
||||
@@ -3541,7 +3543,7 @@ msgstr "Zuletzt verwendet"
|
||||
#. * profile. It is also used to display ethernet in the
|
||||
#. * device list.
|
||||
#.
|
||||
#: panels/network/net-device-ethernet.c:261
|
||||
#: panels/network/net-device-ethernet.c:267
|
||||
#: panels/network/network-bluetooth.ui:38 panels/network/network-ethernet.ui:18
|
||||
msgid "Wired"
|
||||
msgstr "Kabelgebunden"
|
||||
@@ -3582,7 +3584,7 @@ msgstr "Das Drahtlos-Gerät unterstützt keinen Hotspot-Modus"
|
||||
|
||||
#: panels/network/net-proxy.c:69
|
||||
#: panels/notifications/cc-notifications-panel.c:266
|
||||
#: panels/power/cc-power-panel.c:1133 panels/power/cc-power-panel.c:1144
|
||||
#: panels/power/cc-power-panel.c:1134 panels/power/cc-power-panel.c:1145
|
||||
#: panels/universal-access/cc-ua-panel.c:328
|
||||
#: panels/universal-access/cc-ua-panel.c:603
|
||||
#: panels/universal-access/cc-ua-panel.c:613
|
||||
@@ -4378,7 +4380,7 @@ msgstr "Kl_anghinweise"
|
||||
#: panels/notifications/cc-app-notifications-dialog.ui:168
|
||||
msgctxt "notifications"
|
||||
msgid "Notification _Popups"
|
||||
msgstr "Be_nachrichtigungen"
|
||||
msgstr "Be_nachrichtigungsbanner"
|
||||
|
||||
#: panels/notifications/cc-app-notifications-dialog.ui:184
|
||||
msgid ""
|
||||
@@ -4392,7 +4394,7 @@ msgstr ""
|
||||
#: panels/notifications/cc-app-notifications-dialog.ui:249
|
||||
msgctxt "notifications"
|
||||
msgid "Show Message _Content in Popups"
|
||||
msgstr "Nachri_chten auf Bannern zeigen"
|
||||
msgstr "Benachrichtigungs_details auf Bannern zeigen"
|
||||
|
||||
# Mit weichen Trennzeichen, die die Stelle einen Textumbruch vorschlagen
|
||||
#: panels/notifications/cc-app-notifications-dialog.ui:300
|
||||
@@ -4403,10 +4405,10 @@ msgstr "Benachrichtigungen auf dem Sperrbi_ldschirm"
|
||||
#: panels/notifications/cc-app-notifications-dialog.ui:351
|
||||
msgctxt "notifications"
|
||||
msgid "Show Message C_ontent on Lock Screen"
|
||||
msgstr "Nachrichten im _Sperrbildschirm zeigen"
|
||||
msgstr "Benachrichtigungsdetails auf dem _Sperrbildschirm zeigen"
|
||||
|
||||
#: panels/notifications/cc-notifications-panel.c:266
|
||||
#: panels/power/cc-power-panel.c:1139 panels/power/cc-power-panel.c:1146
|
||||
#: panels/power/cc-power-panel.c:1140 panels/power/cc-power-panel.c:1147
|
||||
#: panels/universal-access/cc-ua-panel.c:328
|
||||
#: panels/universal-access/cc-ua-panel.c:603
|
||||
#: panels/universal-access/cc-ua-panel.c:613
|
||||
@@ -4627,8 +4629,8 @@ msgid "Gaming input device"
|
||||
msgstr "Spiel-Eingabegerät"
|
||||
|
||||
#. TRANSLATORS: secondary battery, misc
|
||||
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:413
|
||||
#: panels/power/cc-power-panel.c:1779
|
||||
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:414
|
||||
#: panels/power/cc-power-panel.c:1785
|
||||
msgid "Battery"
|
||||
msgstr "Akku"
|
||||
|
||||
@@ -4642,51 +4644,51 @@ msgctxt "Battery name"
|
||||
msgid "Extra"
|
||||
msgstr "Extra"
|
||||
|
||||
#: panels/power/cc-power-panel.c:411
|
||||
#: panels/power/cc-power-panel.c:412
|
||||
msgid "Batteries"
|
||||
msgstr "Akku"
|
||||
|
||||
#: panels/power/cc-power-panel.c:632
|
||||
#: panels/power/cc-power-panel.c:633
|
||||
msgid "When _idle"
|
||||
msgstr "Wenn _inaktiv"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1081
|
||||
#: panels/power/cc-power-panel.c:1082
|
||||
msgid "Suspend"
|
||||
msgstr "Bereitschaft"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1082
|
||||
#: panels/power/cc-power-panel.c:1083
|
||||
msgid "Power Off"
|
||||
msgstr "Ausschalten"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1083
|
||||
#: panels/power/cc-power-panel.c:1084
|
||||
msgid "Hibernate"
|
||||
msgstr "Ruhezustand"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1084
|
||||
#: panels/power/cc-power-panel.c:1085
|
||||
msgid "Nothing"
|
||||
msgstr "Nichts"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1135
|
||||
#: panels/power/cc-power-panel.c:1136
|
||||
msgid "When on battery power"
|
||||
msgstr "Wenn im Akkubetrieb"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1137
|
||||
#: panels/power/cc-power-panel.c:1138
|
||||
msgid "When plugged in"
|
||||
msgstr "Wenn angeschlossen"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1277
|
||||
#: panels/power/cc-power-panel.c:1278
|
||||
msgid "Automatic suspend"
|
||||
msgstr "Automatisch in Bereitschaft gehen"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1799
|
||||
#: panels/power/cc-power-panel.c:1805
|
||||
msgid "Power Mode"
|
||||
msgstr "Energie-Modus"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1809
|
||||
#: panels/power/cc-power-panel.c:1815
|
||||
msgid "Power Saving"
|
||||
msgstr "Energie sparen"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1817
|
||||
#: panels/power/cc-power-panel.c:1823
|
||||
msgid "Suspend & Power Button"
|
||||
msgstr "Taste für Bereitschaft und Ausschalten"
|
||||
|
||||
|
||||
48
po/fi.po
48
po/fi.po
@@ -26,8 +26,8 @@ msgstr ""
|
||||
"Project-Id-Version: gnome-control-center\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
|
||||
"issues\n"
|
||||
"POT-Creation-Date: 2021-03-09 06:41+0000\n"
|
||||
"PO-Revision-Date: 2021-03-12 19:23+0200\n"
|
||||
"POT-Creation-Date: 2021-05-13 11:02+0000\n"
|
||||
"PO-Revision-Date: 2021-05-26 09:49+0300\n"
|
||||
"Last-Translator: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>\n"
|
||||
"Language-Team: suomi <lokalisointi-lista@googlegroups.com>\n"
|
||||
"Language: fi\n"
|
||||
@@ -35,7 +35,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 2.4.2\n"
|
||||
"X-Generator: Poedit 2.4.3\n"
|
||||
"X-POT-Import-Date: 2012-03-07 10:37:43+0000\n"
|
||||
"X-Project-Style: gnome\n"
|
||||
|
||||
@@ -55,7 +55,7 @@ msgid "Session Bus"
|
||||
msgstr "Istuntoväylä"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:829
|
||||
#: panels/power/cc-power-panel.c:1789 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/power/cc-power-panel.c:1790 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/thunderbolt/cc-bolt-panel.ui:525
|
||||
msgid "Devices"
|
||||
msgstr "Laitteet"
|
||||
@@ -92,7 +92,7 @@ msgstr "Tiedostojärjestelmä"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:849
|
||||
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
|
||||
#: shell/cc-window.c:933 shell/cc-window.ui:121
|
||||
#: shell/cc-window.c:938 shell/cc-window.ui:121
|
||||
#: shell/gnome-control-center.desktop.in.in:3
|
||||
msgid "Settings"
|
||||
msgstr "Asetukset"
|
||||
@@ -1792,11 +1792,11 @@ msgstr ""
|
||||
"redshift;color;sunset;sunrise;Paneeli;Projektori;Näyttö;Resoluutio;Tarkkuus;"
|
||||
"Virkistystaajuus;yövalo;"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:418
|
||||
#: panels/info-overview/cc-info-overview-panel.c:433
|
||||
#: panels/info-overview/cc-info-overview-panel.c:445
|
||||
#: panels/info-overview/cc-info-overview-panel.c:491
|
||||
#: panels/info-overview/cc-info-overview-panel.c:521
|
||||
#: panels/info-overview/cc-info-overview-panel.c:414
|
||||
#: panels/info-overview/cc-info-overview-panel.c:429
|
||||
#: panels/info-overview/cc-info-overview-panel.c:441
|
||||
#: panels/info-overview/cc-info-overview-panel.c:487
|
||||
#: panels/info-overview/cc-info-overview-panel.c:517
|
||||
msgid "Unknown"
|
||||
msgstr "Tuntematon"
|
||||
|
||||
@@ -1804,32 +1804,32 @@ msgstr "Tuntematon"
|
||||
#. * example:
|
||||
#. * "Fedora 25 (Workstation Edition); Build ID: xyz" or
|
||||
#. * "Ubuntu 16.04 LTS; Build ID: jki"
|
||||
#: panels/info-overview/cc-info-overview-panel.c:453
|
||||
#: panels/info-overview/cc-info-overview-panel.c:449
|
||||
#, c-format
|
||||
msgid "%s; Build ID: %s"
|
||||
msgstr "%s; koontitunniste: %s"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:468
|
||||
#: panels/info-overview/cc-info-overview-panel.c:464
|
||||
#, c-format
|
||||
msgid "64-bit"
|
||||
msgstr "64-bit"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:471
|
||||
#: panels/info-overview/cc-info-overview-panel.c:467
|
||||
#, c-format
|
||||
msgid "32-bit"
|
||||
msgstr "32-bit"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
#: panels/info-overview/cc-info-overview-panel.c:724
|
||||
msgid "X11"
|
||||
msgstr "X11"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:732
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
msgid "Wayland"
|
||||
msgstr "Wayland"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:734
|
||||
#: panels/info-overview/cc-info-overview-panel.c:730
|
||||
msgctxt "Windowing system (Wayland, X11, or Unknown)"
|
||||
msgid "Unknown"
|
||||
msgstr "Tuntematon"
|
||||
@@ -2441,11 +2441,11 @@ msgstr ""
|
||||
"Käyttää Mozillan paikannuspalvelua: <a href='https://location.services."
|
||||
"mozilla.com/privacy'>yksityisyyskäytäntö</a>"
|
||||
|
||||
#: panels/location/cc-location-panel.ui:93
|
||||
#: panels/location/cc-location-panel.ui:94
|
||||
msgid "Allow the applications below to determine your location."
|
||||
msgstr "Salli alla listattujen sovellusten määrittää sijaintisi."
|
||||
|
||||
#: panels/location/cc-location-panel.ui:113
|
||||
#: panels/location/cc-location-panel.ui:114
|
||||
msgid "No Applications Have Asked for Location Access"
|
||||
msgstr "Mikään sovellus ei ole pyytänyt sijainnin käyttöoikeutta"
|
||||
|
||||
@@ -4589,7 +4589,7 @@ msgstr "Pelaamiseen tarkoitettu syötelaite"
|
||||
|
||||
#. TRANSLATORS: secondary battery, misc
|
||||
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:413
|
||||
#: panels/power/cc-power-panel.c:1779
|
||||
#: panels/power/cc-power-panel.c:1780
|
||||
msgid "Battery"
|
||||
msgstr "Akku"
|
||||
|
||||
@@ -4639,15 +4639,15 @@ msgstr "Käytettäessä verkkovirtaa"
|
||||
msgid "Automatic suspend"
|
||||
msgstr "Automaattinen valmiustila"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1799
|
||||
#: panels/power/cc-power-panel.c:1800
|
||||
msgid "Power Mode"
|
||||
msgstr "Tehotila"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1809
|
||||
#: panels/power/cc-power-panel.c:1810
|
||||
msgid "Power Saving"
|
||||
msgstr "Virransäästö"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1817
|
||||
#: panels/power/cc-power-panel.c:1818
|
||||
msgid "Suspend & Power Button"
|
||||
msgstr "Valmiustila ja virran katkaisu"
|
||||
|
||||
@@ -4828,7 +4828,7 @@ msgstr "Alennettu suorituskyky ja virrankäyttö."
|
||||
|
||||
#: panels/power/gnome-power-panel.desktop.in.in:3
|
||||
msgid "Power"
|
||||
msgstr "Virransäästö"
|
||||
msgstr "Virranhallinta"
|
||||
|
||||
#: panels/power/gnome-power-panel.desktop.in.in:4
|
||||
msgid "View your battery status and change power saving settings"
|
||||
@@ -4842,7 +4842,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Power;Sleep;Suspend;Hibernate;Battery;Brightness;Dim;Blank;Monitor;DPMS;Idle;"
|
||||
"Energy;virta;uni;valmiustila;lepotila;akku;kirkkaus;himmennys;tyhjä;näyttö;"
|
||||
"jouten;virransäästö;"
|
||||
"jouten;virransäästö;virranhallinta;"
|
||||
|
||||
#: panels/printers/authentication-dialog.ui:11
|
||||
msgid " "
|
||||
|
||||
63
po/lt.po
63
po/lt.po
@@ -16,7 +16,7 @@ msgstr ""
|
||||
"Project-Id-Version: gnome-control-center master\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
|
||||
"issues\n"
|
||||
"POT-Creation-Date: 2021-02-21 15:21+0000\n"
|
||||
"POT-Creation-Date: 2021-05-09 19:26+0000\n"
|
||||
"PO-Revision-Date: 2021-02-21 21:16+0200\n"
|
||||
"Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n"
|
||||
"Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n"
|
||||
@@ -46,7 +46,7 @@ msgid "Session Bus"
|
||||
msgstr "Seanso magistralė"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:829
|
||||
#: panels/power/cc-power-panel.c:1789 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/power/cc-power-panel.c:1790 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/thunderbolt/cc-bolt-panel.ui:525
|
||||
msgid "Devices"
|
||||
msgstr "Įrenginiai"
|
||||
@@ -83,7 +83,7 @@ msgstr "Failų sistema"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:849
|
||||
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
|
||||
#: shell/cc-window.c:933 shell/cc-window.ui:121
|
||||
#: shell/cc-window.c:938 shell/cc-window.ui:121
|
||||
#: shell/gnome-control-center.desktop.in.in:3
|
||||
msgid "Settings"
|
||||
msgstr "Nustatymai"
|
||||
@@ -300,7 +300,7 @@ msgid "How much resources this application is using."
|
||||
msgstr "Kiek išteklių ši programa naudoja."
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:391
|
||||
#: panels/applications/cc-applications-panel.ui:535
|
||||
#: panels/applications/cc-applications-panel.ui:536
|
||||
msgid "Storage"
|
||||
msgstr "Saugykla"
|
||||
|
||||
@@ -318,29 +318,29 @@ msgstr "Nerasta rezultatų"
|
||||
msgid "Try a different search"
|
||||
msgstr "Bandykite kitą paiešką"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:552
|
||||
#: panels/applications/cc-applications-panel.ui:554
|
||||
msgid ""
|
||||
"How much disk space this application is occupying with app data and caches."
|
||||
msgstr ""
|
||||
"Kiek disko vietos užima šį programa su programos duomenimis bei podėliu."
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:561
|
||||
#: panels/applications/cc-applications-panel.ui:563
|
||||
msgid "Application"
|
||||
msgstr "Programa"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:567
|
||||
#: panels/applications/cc-applications-panel.ui:569
|
||||
msgid "Data"
|
||||
msgstr "Duomenys"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:573
|
||||
#: panels/applications/cc-applications-panel.ui:575
|
||||
msgid "Cache"
|
||||
msgstr "Podėlis"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:579
|
||||
#: panels/applications/cc-applications-panel.ui:581
|
||||
msgid "<b>Total</b>"
|
||||
msgstr "<b>Iš viso</b>"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:596
|
||||
#: panels/applications/cc-applications-panel.ui:598
|
||||
msgid "Clear Cache…"
|
||||
msgstr "Išvalyti podėlį…"
|
||||
|
||||
@@ -1180,7 +1180,7 @@ msgstr "Pa_sirinkti"
|
||||
msgid "No languages found"
|
||||
msgstr "Nerasta kalbų"
|
||||
|
||||
#: panels/common/cc-language-chooser.ui:78
|
||||
#: panels/common/cc-language-chooser.ui:82
|
||||
#: panels/keyboard/cc-input-chooser.c:178
|
||||
msgid "More…"
|
||||
msgstr "Daugiau…"
|
||||
@@ -1783,11 +1783,11 @@ msgstr ""
|
||||
"Skydelis;Projektorius;xrandr;Ekranas;Raiška;Atnaujinimas;Monitorius;Naktinis;"
|
||||
"Apšvietimas;rausvumas;spalva;saulėtekis;saulėlydis;"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:418
|
||||
#: panels/info-overview/cc-info-overview-panel.c:433
|
||||
#: panels/info-overview/cc-info-overview-panel.c:445
|
||||
#: panels/info-overview/cc-info-overview-panel.c:491
|
||||
#: panels/info-overview/cc-info-overview-panel.c:521
|
||||
#: panels/info-overview/cc-info-overview-panel.c:414
|
||||
#: panels/info-overview/cc-info-overview-panel.c:429
|
||||
#: panels/info-overview/cc-info-overview-panel.c:441
|
||||
#: panels/info-overview/cc-info-overview-panel.c:487
|
||||
#: panels/info-overview/cc-info-overview-panel.c:517
|
||||
msgid "Unknown"
|
||||
msgstr "Nežinomas"
|
||||
|
||||
@@ -1795,32 +1795,32 @@ msgstr "Nežinomas"
|
||||
#. * example:
|
||||
#. * "Fedora 25 (Workstation Edition); Build ID: xyz" or
|
||||
#. * "Ubuntu 16.04 LTS; Build ID: jki"
|
||||
#: panels/info-overview/cc-info-overview-panel.c:453
|
||||
#: panels/info-overview/cc-info-overview-panel.c:449
|
||||
#, c-format
|
||||
msgid "%s; Build ID: %s"
|
||||
msgstr "%s; Sukūrimo ID: %s"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:468
|
||||
#: panels/info-overview/cc-info-overview-panel.c:464
|
||||
#, c-format
|
||||
msgid "64-bit"
|
||||
msgstr "64-bitų"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:471
|
||||
#: panels/info-overview/cc-info-overview-panel.c:467
|
||||
#, c-format
|
||||
msgid "32-bit"
|
||||
msgstr "32-bitų"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
#: panels/info-overview/cc-info-overview-panel.c:724
|
||||
msgid "X11"
|
||||
msgstr "X11"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:732
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
msgid "Wayland"
|
||||
msgstr "Wayland"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:734
|
||||
#: panels/info-overview/cc-info-overview-panel.c:730
|
||||
msgctxt "Windowing system (Wayland, X11, or Unknown)"
|
||||
msgid "Unknown"
|
||||
msgstr "Nežinoma"
|
||||
@@ -1830,7 +1830,6 @@ msgid "Device Name"
|
||||
msgstr "Įrenginio pavadinimas"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:73
|
||||
#| msgid "Hardware Address"
|
||||
msgid "Hardware Model"
|
||||
msgstr "Aparatūros modelis"
|
||||
|
||||
@@ -2427,11 +2426,11 @@ msgstr ""
|
||||
"Naudoja Mozilla vietos tarnybą: <a href='https://location.services.mozilla."
|
||||
"com/privacy'>Privatumo politika</a>"
|
||||
|
||||
#: panels/location/cc-location-panel.ui:93
|
||||
#: panels/location/cc-location-panel.ui:94
|
||||
msgid "Allow the applications below to determine your location."
|
||||
msgstr "Leisti žemiau išvardintoms programoms gauti jūsų vietovės informaciją."
|
||||
|
||||
#: panels/location/cc-location-panel.ui:113
|
||||
#: panels/location/cc-location-panel.ui:114
|
||||
msgid "No Applications Have Asked for Location Access"
|
||||
msgstr "Jokia programa neprašė prieigos prie vietos informacijos"
|
||||
|
||||
@@ -4577,7 +4576,7 @@ msgstr "Žaidimų įvesties įrenginys"
|
||||
|
||||
#. TRANSLATORS: secondary battery, misc
|
||||
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:413
|
||||
#: panels/power/cc-power-panel.c:1779
|
||||
#: panels/power/cc-power-panel.c:1780
|
||||
msgid "Battery"
|
||||
msgstr "Akumuliatorius"
|
||||
|
||||
@@ -4627,15 +4626,15 @@ msgstr "Prijungus prie elektros tinklo"
|
||||
msgid "Automatic suspend"
|
||||
msgstr "Automatinis pristabdymas"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1799
|
||||
#: panels/power/cc-power-panel.c:1800
|
||||
msgid "Power Mode"
|
||||
msgstr "Galinga veiksena"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1809
|
||||
#: panels/power/cc-power-panel.c:1810
|
||||
msgid "Power Saving"
|
||||
msgstr "Energijos taupymas"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1817
|
||||
#: panels/power/cc-power-panel.c:1818
|
||||
msgid "Suspend & Power Button"
|
||||
msgstr "Pristabdymas ir įjungimo mygtukas"
|
||||
|
||||
@@ -5854,7 +5853,7 @@ msgstr "Išjungta"
|
||||
#: panels/sharing/cc-sharing-panel.c:321
|
||||
msgctxt "service is enabled"
|
||||
msgid "Enabled"
|
||||
msgstr "Išjungta"
|
||||
msgstr "Įjungta"
|
||||
|
||||
#: panels/sharing/cc-sharing-panel.c:324
|
||||
msgctxt "service is active"
|
||||
@@ -6098,7 +6097,7 @@ msgstr "Garsumas"
|
||||
msgid "Alert Sound"
|
||||
msgstr "Įspėjimų garsumas"
|
||||
|
||||
#: panels/sound/cc-volume-slider.c:115
|
||||
#: panels/sound/cc-volume-slider.c:117
|
||||
msgctxt "volume"
|
||||
msgid "100%"
|
||||
msgstr "100%"
|
||||
@@ -7564,7 +7563,7 @@ msgstr "Prisijunges prie"
|
||||
#: panels/user-accounts/cc-user-panel.c:841
|
||||
#: panels/user-accounts/cc-user-panel.c:935
|
||||
msgid "Enabled"
|
||||
msgstr "Išjungta"
|
||||
msgstr "Įjungta"
|
||||
|
||||
#: panels/user-accounts/cc-user-panel.c:1254
|
||||
msgid "Failed to contact the accounts service"
|
||||
|
||||
188
po/pt_BR.po
188
po/pt_BR.po
@@ -34,16 +34,16 @@ msgstr ""
|
||||
"Project-Id-Version: gnome-control-center\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
|
||||
"issues\n"
|
||||
"POT-Creation-Date: 2021-03-11 21:55+0000\n"
|
||||
"PO-Revision-Date: 2021-03-17 04:01-0300\n"
|
||||
"POT-Creation-Date: 2021-11-03 17:27+0000\n"
|
||||
"PO-Revision-Date: 2021-11-23 04:30-0300\n"
|
||||
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
|
||||
"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
||||
"X-Generator: Gtranslator 3.38.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Project-Style: gnome\n"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:823
|
||||
@@ -62,7 +62,7 @@ msgid "Session Bus"
|
||||
msgstr "Barramento de sessão"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:829
|
||||
#: panels/power/cc-power-panel.c:1789 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/power/cc-power-panel.c:1795 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/thunderbolt/cc-bolt-panel.ui:525
|
||||
msgid "Devices"
|
||||
msgstr "Dispositivos"
|
||||
@@ -99,7 +99,7 @@ msgstr "Sistema de arquivos"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:849
|
||||
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
|
||||
#: shell/cc-window.c:933 shell/cc-window.ui:121
|
||||
#: shell/cc-window.c:938 shell/cc-window.ui:121
|
||||
#: shell/gnome-control-center.desktop.in.in:3
|
||||
msgid "Settings"
|
||||
msgstr "Configurações"
|
||||
@@ -1260,12 +1260,12 @@ msgid "Select _All"
|
||||
msgstr "Selecionar _todos"
|
||||
|
||||
#: panels/common/cc-util.c:127
|
||||
#: panels/network/connection-editor/ce-page-details.c:160
|
||||
#: panels/network/connection-editor/ce-page-details.c:162
|
||||
msgid "Today"
|
||||
msgstr "Hoje"
|
||||
|
||||
#: panels/common/cc-util.c:131
|
||||
#: panels/network/connection-editor/ce-page-details.c:162
|
||||
#: panels/network/connection-editor/ce-page-details.c:164
|
||||
msgid "Yesterday"
|
||||
msgstr "Ontem"
|
||||
|
||||
@@ -1820,11 +1820,11 @@ msgstr ""
|
||||
"Noturna;Luz;Azul;Desvio para o vermelho;redshift;cor;pôr do sol;nascer do "
|
||||
"sol;"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:418
|
||||
#: panels/info-overview/cc-info-overview-panel.c:433
|
||||
#: panels/info-overview/cc-info-overview-panel.c:445
|
||||
#: panels/info-overview/cc-info-overview-panel.c:491
|
||||
#: panels/info-overview/cc-info-overview-panel.c:521
|
||||
#: panels/info-overview/cc-info-overview-panel.c:414
|
||||
#: panels/info-overview/cc-info-overview-panel.c:429
|
||||
#: panels/info-overview/cc-info-overview-panel.c:441
|
||||
#: panels/info-overview/cc-info-overview-panel.c:487
|
||||
#: panels/info-overview/cc-info-overview-panel.c:517
|
||||
msgid "Unknown"
|
||||
msgstr "Desconhecido"
|
||||
|
||||
@@ -1832,32 +1832,32 @@ msgstr "Desconhecido"
|
||||
#. * example:
|
||||
#. * "Fedora 25 (Workstation Edition); Build ID: xyz" or
|
||||
#. * "Ubuntu 16.04 LTS; Build ID: jki"
|
||||
#: panels/info-overview/cc-info-overview-panel.c:453
|
||||
#: panels/info-overview/cc-info-overview-panel.c:449
|
||||
#, c-format
|
||||
msgid "%s; Build ID: %s"
|
||||
msgstr "%s; ID de compilação: %s"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:468
|
||||
#: panels/info-overview/cc-info-overview-panel.c:464
|
||||
#, c-format
|
||||
msgid "64-bit"
|
||||
msgstr "64 bits"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:471
|
||||
#: panels/info-overview/cc-info-overview-panel.c:467
|
||||
#, c-format
|
||||
msgid "32-bit"
|
||||
msgstr "32 bits"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
#: panels/info-overview/cc-info-overview-panel.c:724
|
||||
msgid "X11"
|
||||
msgstr "X11"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:732
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
msgid "Wayland"
|
||||
msgstr "Wayland"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:734
|
||||
#: panels/info-overview/cc-info-overview-panel.c:730
|
||||
msgctxt "Windowing system (Wayland, X11, or Unknown)"
|
||||
msgid "Unknown"
|
||||
msgstr "Desconhecido"
|
||||
@@ -2471,11 +2471,11 @@ msgstr ""
|
||||
"Usa o Serviço de Localização do Mozilla: <a href='https://location.services."
|
||||
"mozilla.com/privacy'>Política de Privacidade</a>"
|
||||
|
||||
#: panels/location/cc-location-panel.ui:93
|
||||
#: panels/location/cc-location-panel.ui:94
|
||||
msgid "Allow the applications below to determine your location."
|
||||
msgstr "Permite que os aplicativos abaixo determinem sua localização."
|
||||
|
||||
#: panels/location/cc-location-panel.ui:113
|
||||
#: panels/location/cc-location-panel.ui:114
|
||||
msgid "No Applications Have Asked for Location Access"
|
||||
msgstr "Nenhum aplicativo pediu por acesso à localização"
|
||||
|
||||
@@ -2853,7 +2853,7 @@ msgid "Connected"
|
||||
msgstr "Conectado"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.ui:100
|
||||
#: panels/network/net-device-ethernet.c:327
|
||||
#: panels/network/net-device-ethernet.c:333
|
||||
#: panels/network/network-bluetooth.ui:76
|
||||
#: panels/network/network-ethernet.ui:111 panels/network/network-mobile.ui:450
|
||||
#: panels/network/network-vpn.ui:77
|
||||
@@ -3016,167 +3016,167 @@ msgid "Profile %d"
|
||||
msgstr "Perfil %d"
|
||||
|
||||
#. TRANSLATORS: this WEP WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:95
|
||||
#: panels/network/connection-editor/ce-page-details.c:97
|
||||
#: panels/network/net-device-wifi.c:228
|
||||
msgid "WEP"
|
||||
msgstr "WEP"
|
||||
|
||||
#. TRANSLATORS: this WPA WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:99
|
||||
#: panels/network/connection-editor/ce-page-details.c:101
|
||||
#: panels/network/net-device-wifi.c:233
|
||||
msgid "WPA"
|
||||
msgstr "WPA"
|
||||
|
||||
#. TRANSLATORS: this WPA3 WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:105
|
||||
#: panels/network/connection-editor/ce-page-details.c:107
|
||||
msgid "WPA3"
|
||||
msgstr "WPA3"
|
||||
|
||||
#. TRANSLATORS: this Enhanced Open WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:110
|
||||
#: panels/network/connection-editor/ce-page-details.c:112
|
||||
#: panels/network/connection-editor/ce-page-security.c:279
|
||||
msgid "Enhanced Open"
|
||||
msgstr "Enhanced Open"
|
||||
|
||||
#. TRANSLATORS: this WPA WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:117
|
||||
#: panels/network/connection-editor/ce-page-details.c:119
|
||||
msgid "WPA2"
|
||||
msgstr "WPA2"
|
||||
|
||||
#. TRANSLATORS: this Enterprise WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:123
|
||||
#: panels/network/connection-editor/ce-page-details.c:125
|
||||
msgid "Enterprise"
|
||||
msgstr "Empresarial"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:128
|
||||
#: panels/network/connection-editor/ce-page-details.c:130
|
||||
#: panels/network/net-device-wifi.c:218
|
||||
msgctxt "Wifi security"
|
||||
msgid "None"
|
||||
msgstr "Nenhuma"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:149
|
||||
#: panels/network/connection-editor/ce-page-details.c:151
|
||||
msgid "Never"
|
||||
msgstr "Nunca"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:164
|
||||
#: panels/network/net-device-ethernet.c:107
|
||||
#: panels/network/connection-editor/ce-page-details.c:166
|
||||
#: panels/network/net-device-ethernet.c:108
|
||||
#, c-format
|
||||
msgid "%i day ago"
|
||||
msgid_plural "%i days ago"
|
||||
msgstr[0] "%i dia atrás"
|
||||
msgstr[1] "%i dias atrás"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:291
|
||||
#: panels/network/connection-editor/ce-page-details.c:293
|
||||
#, c-format
|
||||
msgid "%d Mb/s (%1.1f GHz)"
|
||||
msgstr "%d Mb/s (%1.1f GHz)"
|
||||
|
||||
#. Translators: network device speed
|
||||
#: panels/network/connection-editor/ce-page-details.c:293
|
||||
#: panels/network/net-device-ethernet.c:214
|
||||
#: panels/network/connection-editor/ce-page-details.c:295
|
||||
#: panels/network/net-device-ethernet.c:220
|
||||
#, c-format
|
||||
msgid "%d Mb/s"
|
||||
msgstr "%d Mb/s"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:306
|
||||
#: panels/network/connection-editor/ce-page-details.c:308
|
||||
msgid "2.4 GHz / 5 GHz"
|
||||
msgstr "2.4 GHz / 5 GHz"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:308
|
||||
#: panels/network/connection-editor/ce-page-details.c:310
|
||||
msgid "2.4 GHz"
|
||||
msgstr "2.4 GHz"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:310
|
||||
#: panels/network/connection-editor/ce-page-details.c:312
|
||||
msgid "5 GHz"
|
||||
msgstr "5 GHz"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:330
|
||||
#: panels/network/connection-editor/ce-page-details.c:332
|
||||
msgctxt "Signal strength"
|
||||
msgid "None"
|
||||
msgstr "Nenhum"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:332
|
||||
#: panels/network/connection-editor/ce-page-details.c:334
|
||||
msgctxt "Signal strength"
|
||||
msgid "Weak"
|
||||
msgstr "Fraca"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:334
|
||||
#: panels/network/connection-editor/ce-page-details.c:336
|
||||
msgctxt "Signal strength"
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:336
|
||||
#: panels/network/connection-editor/ce-page-details.c:338
|
||||
msgctxt "Signal strength"
|
||||
msgid "Good"
|
||||
msgstr "Boa"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:338
|
||||
#: panels/network/connection-editor/ce-page-details.c:340
|
||||
msgctxt "Signal strength"
|
||||
msgid "Excellent"
|
||||
msgstr "Excelente"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:410
|
||||
#: panels/network/connection-editor/ce-page-details.c:407
|
||||
#: panels/network/connection-editor/details-page.ui:108
|
||||
#: panels/network/net-device-ethernet.c:149
|
||||
#: panels/network/net-device-mobile.c:447
|
||||
#: panels/network/net-device-ethernet.c:147
|
||||
#: panels/network/net-device-mobile.c:442
|
||||
msgid "IPv4 Address"
|
||||
msgstr "Endereço IPv4"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:411
|
||||
#: panels/network/connection-editor/ce-page-details.c:408
|
||||
#: panels/network/connection-editor/details-page.ui:126
|
||||
#: panels/network/net-device-ethernet.c:150
|
||||
#: panels/network/net-device-mobile.c:448 panels/network/network-mobile.ui:218
|
||||
#: panels/network/net-device-ethernet.c:149
|
||||
#: panels/network/net-device-mobile.c:443 panels/network/network-mobile.ui:218
|
||||
msgid "IPv6 Address"
|
||||
msgstr "Endereço IPv6"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:414
|
||||
#: panels/network/connection-editor/ce-page-details.c:415
|
||||
#: panels/network/connection-editor/ce-page-details.c:410
|
||||
#: panels/network/connection-editor/ce-page-details.c:411
|
||||
#: panels/network/net-device-ethernet.c:152
|
||||
#: panels/network/net-device-ethernet.c:154
|
||||
#: panels/network/net-device-mobile.c:451
|
||||
#: panels/network/net-device-mobile.c:452 panels/network/network-mobile.ui:201
|
||||
#: panels/network/net-device-mobile.c:446
|
||||
#: panels/network/net-device-mobile.c:447 panels/network/network-mobile.ui:201
|
||||
msgid "IP Address"
|
||||
msgstr "Endereço IP"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:419
|
||||
#: panels/network/net-device-ethernet.c:163
|
||||
#: panels/network/net-device-mobile.c:456
|
||||
#: panels/network/connection-editor/ce-page-details.c:415
|
||||
#: panels/network/net-device-ethernet.c:169
|
||||
#: panels/network/net-device-mobile.c:451
|
||||
msgid "DNS4"
|
||||
msgstr "DNS4"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:420
|
||||
#: panels/network/net-device-ethernet.c:164
|
||||
#: panels/network/net-device-mobile.c:457
|
||||
#: panels/network/connection-editor/ce-page-details.c:416
|
||||
#: panels/network/net-device-ethernet.c:170
|
||||
#: panels/network/net-device-mobile.c:452
|
||||
msgid "DNS6"
|
||||
msgstr "DNS6"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:423
|
||||
#: panels/network/connection-editor/ce-page-details.c:424
|
||||
#: panels/network/connection-editor/ce-page-details.c:418
|
||||
#: panels/network/connection-editor/ce-page-details.c:419
|
||||
#: panels/network/connection-editor/details-page.ui:199
|
||||
#: panels/network/connection-editor/details-page.ui:218
|
||||
#: panels/network/connection-editor/ip4-page.ui:211
|
||||
#: panels/network/connection-editor/ip6-page.ui:225
|
||||
#: panels/network/net-device-ethernet.c:166
|
||||
#: panels/network/net-device-ethernet.c:168
|
||||
#: panels/network/net-device-mobile.c:459
|
||||
#: panels/network/net-device-mobile.c:460 panels/network/network-mobile.ui:253
|
||||
#: panels/network/net-device-ethernet.c:172
|
||||
#: panels/network/net-device-ethernet.c:174
|
||||
#: panels/network/net-device-mobile.c:454
|
||||
#: panels/network/net-device-mobile.c:455 panels/network/network-mobile.ui:253
|
||||
#: panels/network/network-mobile.ui:271
|
||||
msgid "DNS"
|
||||
msgstr "DNS"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:457
|
||||
#: panels/network/connection-editor/ce-page-details.c:471
|
||||
msgid "Forget Connection"
|
||||
msgstr "Esquecer conexão"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:459
|
||||
#: panels/network/connection-editor/ce-page-details.c:473
|
||||
msgid "Remove Connection Profile"
|
||||
msgstr "Remover o perfil de conexão"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:461
|
||||
#: panels/network/connection-editor/ce-page-details.c:475
|
||||
msgid "Remove VPN"
|
||||
msgstr "Remover VPN"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:479
|
||||
#: panels/network/connection-editor/ce-page-details.c:493
|
||||
msgid "Details"
|
||||
msgstr "Detalhes"
|
||||
|
||||
@@ -3261,7 +3261,9 @@ msgid "Supported Frequencies"
|
||||
msgstr "Frequências suportadas"
|
||||
|
||||
#: panels/network/connection-editor/details-page.ui:180
|
||||
#: panels/network/net-device-ethernet.c:160
|
||||
#: panels/network/net-device-ethernet.c:161
|
||||
#: panels/network/net-device-ethernet.c:163
|
||||
#: panels/network/net-device-ethernet.c:165
|
||||
#: panels/network/network-mobile.ui:235
|
||||
msgid "Default Route"
|
||||
msgstr "Rota padrão"
|
||||
@@ -3528,19 +3530,19 @@ msgstr ""
|
||||
"Rede;Network;Sem fio;Wireless;Wi-Fi;Wifi;IP;LAN;Banda larga;Broadband;DNS;"
|
||||
"Ponto de acesso;Hotspot;"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:95
|
||||
#: panels/network/net-device-ethernet.c:96
|
||||
msgid "never"
|
||||
msgstr "nunca"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:103
|
||||
#: panels/network/net-device-ethernet.c:104
|
||||
msgid "today"
|
||||
msgstr "hoje"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:105
|
||||
#: panels/network/net-device-ethernet.c:106
|
||||
msgid "yesterday"
|
||||
msgstr "ontem"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:174
|
||||
#: panels/network/net-device-ethernet.c:180
|
||||
msgid "Last used"
|
||||
msgstr "Último uso"
|
||||
|
||||
@@ -3549,7 +3551,7 @@ msgstr "Último uso"
|
||||
#. * profile. It is also used to display ethernet in the
|
||||
#. * device list.
|
||||
#.
|
||||
#: panels/network/net-device-ethernet.c:261
|
||||
#: panels/network/net-device-ethernet.c:267
|
||||
#: panels/network/network-bluetooth.ui:38 panels/network/network-ethernet.ui:18
|
||||
msgid "Wired"
|
||||
msgstr "Com fio"
|
||||
@@ -3591,7 +3593,7 @@ msgstr ""
|
||||
|
||||
#: panels/network/net-proxy.c:69
|
||||
#: panels/notifications/cc-notifications-panel.c:266
|
||||
#: panels/power/cc-power-panel.c:1133 panels/power/cc-power-panel.c:1144
|
||||
#: panels/power/cc-power-panel.c:1134 panels/power/cc-power-panel.c:1145
|
||||
#: panels/universal-access/cc-ua-panel.c:328
|
||||
#: panels/universal-access/cc-ua-panel.c:603
|
||||
#: panels/universal-access/cc-ua-panel.c:613
|
||||
@@ -4415,7 +4417,7 @@ msgid "Show Message C_ontent on Lock Screen"
|
||||
msgstr "Mostrar c_onteúdo da mensagem na tela de bloqueio"
|
||||
|
||||
#: panels/notifications/cc-notifications-panel.c:266
|
||||
#: panels/power/cc-power-panel.c:1139 panels/power/cc-power-panel.c:1146
|
||||
#: panels/power/cc-power-panel.c:1140 panels/power/cc-power-panel.c:1147
|
||||
#: panels/universal-access/cc-ua-panel.c:328
|
||||
#: panels/universal-access/cc-ua-panel.c:603
|
||||
#: panels/universal-access/cc-ua-panel.c:613
|
||||
@@ -4636,8 +4638,8 @@ msgid "Gaming input device"
|
||||
msgstr "Dispositivo de entrada de jogo"
|
||||
|
||||
#. TRANSLATORS: secondary battery, misc
|
||||
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:413
|
||||
#: panels/power/cc-power-panel.c:1779
|
||||
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:414
|
||||
#: panels/power/cc-power-panel.c:1785
|
||||
msgid "Battery"
|
||||
msgstr "Bateria"
|
||||
|
||||
@@ -4651,51 +4653,51 @@ msgctxt "Battery name"
|
||||
msgid "Extra"
|
||||
msgstr "Extra"
|
||||
|
||||
#: panels/power/cc-power-panel.c:411
|
||||
#: panels/power/cc-power-panel.c:412
|
||||
msgid "Batteries"
|
||||
msgstr "Baterias"
|
||||
|
||||
#: panels/power/cc-power-panel.c:632
|
||||
#: panels/power/cc-power-panel.c:633
|
||||
msgid "When _idle"
|
||||
msgstr "_Quando ocioso"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1081
|
||||
#: panels/power/cc-power-panel.c:1082
|
||||
msgid "Suspend"
|
||||
msgstr "Suspender"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1082
|
||||
#: panels/power/cc-power-panel.c:1083
|
||||
msgid "Power Off"
|
||||
msgstr "Desligar"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1083
|
||||
#: panels/power/cc-power-panel.c:1084
|
||||
msgid "Hibernate"
|
||||
msgstr "Hibernar"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1084
|
||||
#: panels/power/cc-power-panel.c:1085
|
||||
msgid "Nothing"
|
||||
msgstr "Nada"
|
||||
msgstr "Nenhum"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1135
|
||||
#: panels/power/cc-power-panel.c:1136
|
||||
msgid "When on battery power"
|
||||
msgstr "Quando estiver usando a energia da bateria"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1137
|
||||
#: panels/power/cc-power-panel.c:1138
|
||||
msgid "When plugged in"
|
||||
msgstr "Ligado na tomada"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1277
|
||||
#: panels/power/cc-power-panel.c:1278
|
||||
msgid "Automatic suspend"
|
||||
msgstr "Suspensão automática"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1799
|
||||
#: panels/power/cc-power-panel.c:1805
|
||||
msgid "Power Mode"
|
||||
msgstr "Modo de energia"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1809
|
||||
#: panels/power/cc-power-panel.c:1815
|
||||
msgid "Power Saving"
|
||||
msgstr "Economia de energia"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1817
|
||||
#: panels/power/cc-power-panel.c:1823
|
||||
msgid "Suspend & Power Button"
|
||||
msgstr "Botão de suspender & desligar"
|
||||
|
||||
@@ -4839,7 +4841,7 @@ msgstr "Atraso"
|
||||
|
||||
#: panels/power/cc-power-profile-row.c:62
|
||||
msgid "Lap detected: performance mode unavailable"
|
||||
msgstr "Lap detectado: modo de desempenho indisponível"
|
||||
msgstr "Superfície instável detectada: modo de desempenho indisponível"
|
||||
|
||||
#: panels/power/cc-power-profile-row.c:64
|
||||
msgid "High hardware temperature: performance mode unavailable"
|
||||
|
||||
191
po/ro.po
191
po/ro.po
@@ -17,8 +17,8 @@ msgstr ""
|
||||
"Project-Id-Version: gnome-control-center\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
|
||||
"issues\n"
|
||||
"POT-Creation-Date: 2021-02-02 07:02+0000\n"
|
||||
"PO-Revision-Date: 2021-02-02 12:13+0100\n"
|
||||
"POT-Creation-Date: 2021-04-23 17:42+0000\n"
|
||||
"PO-Revision-Date: 2021-05-08 23:24+0200\n"
|
||||
"Last-Translator: Florentina Mușat <florentina.musat.28@gmail.com>\n"
|
||||
"Language-Team: Romanian Gnome Team\n"
|
||||
"Language: ro\n"
|
||||
@@ -47,7 +47,7 @@ msgid "Session Bus"
|
||||
msgstr "Magistrala sesiunilor"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:829
|
||||
#: panels/power/cc-power-panel.c:1789 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/power/cc-power-panel.c:1790 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/thunderbolt/cc-bolt-panel.ui:525
|
||||
msgid "Devices"
|
||||
msgstr "Dispozitive"
|
||||
@@ -84,7 +84,7 @@ msgstr "Sistem de fișiere"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:849
|
||||
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
|
||||
#: shell/cc-window.c:933 shell/cc-window.ui:121
|
||||
#: shell/cc-window.c:938 shell/cc-window.ui:121
|
||||
#: shell/gnome-control-center.desktop.in.in:3
|
||||
msgid "Settings"
|
||||
msgstr "Configurări"
|
||||
@@ -302,7 +302,7 @@ msgid "How much resources this application is using."
|
||||
msgstr "Cât de multe resurse utilizează această aplicație."
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:391
|
||||
#: panels/applications/cc-applications-panel.ui:535
|
||||
#: panels/applications/cc-applications-panel.ui:536
|
||||
msgid "Storage"
|
||||
msgstr "Stocare"
|
||||
|
||||
@@ -315,35 +315,35 @@ msgid "No results found"
|
||||
msgstr "Nu s-au găsit rezultate"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:484
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:239
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:177
|
||||
#: shell/cc-panel-list.ui:132
|
||||
msgid "Try a different search"
|
||||
msgstr "Încercați o căutare diferită"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:552
|
||||
#: panels/applications/cc-applications-panel.ui:554
|
||||
msgid ""
|
||||
"How much disk space this application is occupying with app data and caches."
|
||||
msgstr ""
|
||||
"Cât de mult spațiu pe disc ocupă această aplicație cu date și date "
|
||||
"prestocate."
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:561
|
||||
#: panels/applications/cc-applications-panel.ui:563
|
||||
msgid "Application"
|
||||
msgstr "Aplicație"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:567
|
||||
#: panels/applications/cc-applications-panel.ui:569
|
||||
msgid "Data"
|
||||
msgstr "Date"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:573
|
||||
#: panels/applications/cc-applications-panel.ui:575
|
||||
msgid "Cache"
|
||||
msgstr "Date prestocate"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:579
|
||||
#: panels/applications/cc-applications-panel.ui:581
|
||||
msgid "<b>Total</b>"
|
||||
msgstr "<b>Total</b>"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:596
|
||||
#: panels/applications/cc-applications-panel.ui:598
|
||||
msgid "Clear Cache…"
|
||||
msgstr "Curăță datele prestocate…"
|
||||
|
||||
@@ -367,7 +367,7 @@ msgstr "Selectați o fotografie"
|
||||
#: panels/color/cc-color-panel.c:886 panels/color/cc-color-panel.ui:657
|
||||
#: panels/common/cc-language-chooser.ui:25
|
||||
#: panels/display/cc-display-panel.c:1003
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:243
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:242
|
||||
#: panels/keyboard/cc-input-chooser.ui:11
|
||||
#: panels/network/cc-wifi-hotspot-dialog.ui:122
|
||||
#: panels/network/cc-wifi-panel.c:866
|
||||
@@ -376,7 +376,7 @@ msgstr "Selectați o fotografie"
|
||||
#: panels/network/connection-editor/vpn-helpers.c:299
|
||||
#: panels/network/net-device-wifi.c:854
|
||||
#: panels/printers/new-printer-dialog.ui:45
|
||||
#: panels/printers/pp-details-dialog.c:255
|
||||
#: panels/printers/pp-details-dialog.c:235
|
||||
#: panels/region/cc-format-chooser.ui:28
|
||||
#: panels/search/cc-search-locations-dialog.c:639
|
||||
#: panels/sharing/cc-sharing-panel.c:396 panels/usage/cc-usage-panel.c:133
|
||||
@@ -393,7 +393,7 @@ msgstr "_Renunță"
|
||||
|
||||
#: panels/background/cc-background-chooser.c:349
|
||||
#: panels/network/connection-editor/vpn-helpers.c:177
|
||||
#: panels/printers/pp-details-dialog.c:256
|
||||
#: panels/printers/pp-details-dialog.c:236
|
||||
#: panels/sharing/cc-sharing-panel.c:397
|
||||
#: panels/user-accounts/cc-avatar-chooser.c:224
|
||||
msgid "_Open"
|
||||
@@ -441,7 +441,7 @@ msgstr "Wallpaper;Screen;Desktop;Tapet;Ecran;"
|
||||
|
||||
#: panels/bluetooth/cc-bluetooth-panel.ui:31
|
||||
msgid "No Bluetooth Found"
|
||||
msgstr "Nu a fost găsit adaptor Bluetooth"
|
||||
msgstr "Nu a fost găsit un adaptor Bluetooth"
|
||||
|
||||
#: panels/bluetooth/cc-bluetooth-panel.ui:42
|
||||
msgid "Plug in a dongle to use Bluetooth."
|
||||
@@ -1193,7 +1193,7 @@ msgstr "_Selectează"
|
||||
msgid "No languages found"
|
||||
msgstr "Nu s-au găsit limbi"
|
||||
|
||||
#: panels/common/cc-language-chooser.ui:78
|
||||
#: panels/common/cc-language-chooser.ui:82
|
||||
#: panels/keyboard/cc-input-chooser.c:178
|
||||
msgid "More…"
|
||||
msgstr "Mai mult…"
|
||||
@@ -1288,14 +1288,14 @@ msgstr[2] "%d de secunde"
|
||||
#, c-format
|
||||
msgctxt "hours minutes seconds"
|
||||
msgid "%s %s %s"
|
||||
msgstr "%s %s %s"
|
||||
msgstr "%s %s și %s"
|
||||
|
||||
#. 5 hours 2 minutes
|
||||
#: panels/common/cc-util.c:179
|
||||
#, c-format
|
||||
msgctxt "hours minutes"
|
||||
msgid "%s %s"
|
||||
msgstr "%s %s"
|
||||
msgstr "%s și %s"
|
||||
|
||||
#. 5 hours
|
||||
#: panels/common/cc-util.c:184
|
||||
@@ -1703,7 +1703,7 @@ msgstr "Reglează pentru TV"
|
||||
#: panels/display/cc-display-settings.ui:59
|
||||
msgctxt "display setting"
|
||||
msgid "Scale"
|
||||
msgstr "Scalează"
|
||||
msgstr "Scalare"
|
||||
|
||||
#: panels/display/cc-night-light-page.c:627
|
||||
msgid "More Warm"
|
||||
@@ -1801,11 +1801,11 @@ msgstr ""
|
||||
"redshift;color;sunset;sunrise;Panou;Proiector;Ecran;Rezoluție;Lumină;"
|
||||
"Albastru;culoare;apus;răsărit;"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:417
|
||||
#: panels/info-overview/cc-info-overview-panel.c:432
|
||||
#: panels/info-overview/cc-info-overview-panel.c:444
|
||||
#: panels/info-overview/cc-info-overview-panel.c:490
|
||||
#: panels/info-overview/cc-info-overview-panel.c:520
|
||||
#: panels/info-overview/cc-info-overview-panel.c:414
|
||||
#: panels/info-overview/cc-info-overview-panel.c:429
|
||||
#: panels/info-overview/cc-info-overview-panel.c:441
|
||||
#: panels/info-overview/cc-info-overview-panel.c:487
|
||||
#: panels/info-overview/cc-info-overview-panel.c:517
|
||||
msgid "Unknown"
|
||||
msgstr "Necunoscut"
|
||||
|
||||
@@ -1813,94 +1813,94 @@ msgstr "Necunoscut"
|
||||
#. * example:
|
||||
#. * "Fedora 25 (Workstation Edition); Build ID: xyz" or
|
||||
#. * "Ubuntu 16.04 LTS; Build ID: jki"
|
||||
#: panels/info-overview/cc-info-overview-panel.c:452
|
||||
#: panels/info-overview/cc-info-overview-panel.c:449
|
||||
#, c-format
|
||||
msgid "%s; Build ID: %s"
|
||||
msgstr "%s; ID-ul compilării: %s"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:467
|
||||
#: panels/info-overview/cc-info-overview-panel.c:464
|
||||
#, c-format
|
||||
msgid "64-bit"
|
||||
msgstr "64-biți"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:470
|
||||
#: panels/info-overview/cc-info-overview-panel.c:467
|
||||
#, c-format
|
||||
msgid "32-bit"
|
||||
msgstr "32-biți"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:727
|
||||
#: panels/info-overview/cc-info-overview-panel.c:724
|
||||
msgid "X11"
|
||||
msgstr "X11"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:731
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
msgid "Wayland"
|
||||
msgstr "Wayland"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:733
|
||||
#: panels/info-overview/cc-info-overview-panel.c:730
|
||||
msgctxt "Windowing system (Wayland, X11, or Unknown)"
|
||||
msgid "Unknown"
|
||||
msgstr "Necunoscut"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:52
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:51
|
||||
msgid "Device Name"
|
||||
msgstr "Nume dispozitiv"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:74
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:73
|
||||
msgid "Hardware Model"
|
||||
msgstr "Model hardware"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:83
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:82
|
||||
msgid "Memory"
|
||||
msgstr "Memorie"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:92
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:91
|
||||
msgid "Processor"
|
||||
msgstr "Procesor"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:101
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:100
|
||||
msgid "Graphics"
|
||||
msgstr "Grafică"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:110
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:109
|
||||
msgid "Disk Capacity"
|
||||
msgstr "Capacitate disc"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:111
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:110
|
||||
msgid "Calculating…"
|
||||
msgstr "Se calculează…"
|
||||
|
||||
#. translators: this field contains the distro name and version
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:133
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:132
|
||||
msgid "OS Name"
|
||||
msgstr "Nume SO"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:142
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:141
|
||||
msgid "OS Type"
|
||||
msgstr "Tip de SO"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:151
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:150
|
||||
msgid "GNOME Version"
|
||||
msgstr "Versiune GNOME"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:161
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:160
|
||||
msgid "Windowing System"
|
||||
msgstr "Sistem de ferestre"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:169
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:168
|
||||
msgid "Virtualization"
|
||||
msgstr "Virtualizare"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:178
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:177
|
||||
msgid "Software Updates"
|
||||
msgstr "Actualizări software"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:199
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:198
|
||||
msgid "Rename Device"
|
||||
msgstr "Redenumește dispozitivul"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:216
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:215
|
||||
msgid ""
|
||||
"The device name is used to identify this device when it is viewed over the "
|
||||
"network, or when pairing Bluetooth devices."
|
||||
@@ -1908,7 +1908,7 @@ msgstr ""
|
||||
"Numele dispozitivului este utilizat pentru a identifica acest dispozitiv "
|
||||
"când este vizualizat prin rețea, sau la asocierea dispozitivelor Bluetooth."
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:234
|
||||
#: panels/info-overview/cc-info-overview-panel.ui:233
|
||||
msgid "_Rename"
|
||||
msgstr "_Redenumește"
|
||||
|
||||
@@ -2269,8 +2269,8 @@ msgid "Hold down and type to enter different characters"
|
||||
msgstr "Mențineți apăsat și tastați pentru a introduce caractere diferite"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-panel.ui:232
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:298
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:314 shell/cc-window.ui:326
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:301
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:317 shell/cc-window.ui:326
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "Scurtături tastatură"
|
||||
|
||||
@@ -2278,15 +2278,15 @@ msgstr "Scurtături tastatură"
|
||||
msgid "Customize Shortcuts"
|
||||
msgstr "Personalizează scurtături"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:278
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:281
|
||||
msgid "modified"
|
||||
msgstr "modificat"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:426
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:423
|
||||
msgid "Reset All Shortcuts?"
|
||||
msgstr "Restabilesc toate scurtăturile?"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:429
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:426
|
||||
msgid ""
|
||||
"Resetting the shortcuts may affect your custom shortcuts. This cannot be "
|
||||
"undone."
|
||||
@@ -2294,14 +2294,14 @@ msgstr ""
|
||||
"Restabilirea scurtăturilor poate afecta scurtăturile personalizate. Această "
|
||||
"acțiune nu poate fi refăcută."
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:433
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:430
|
||||
#: panels/keyboard/cc-keyboard-shortcut-editor.ui:275
|
||||
#: panels/printers/authentication-dialog.ui:29
|
||||
#: panels/printers/ppd-selection-dialog.ui:27
|
||||
msgid "Cancel"
|
||||
msgstr "Renunță"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:434
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.c:431
|
||||
msgid "Reset All"
|
||||
msgstr "Restabiliește tot"
|
||||
|
||||
@@ -2320,24 +2320,24 @@ msgid "Add Shortcut"
|
||||
msgstr "Adaugă scurtătură"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:166
|
||||
msgid "No keyboard shortcut found"
|
||||
msgstr "Nicio scurtătură de tastatură găsită"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:211
|
||||
#: panels/region/cc-format-chooser.ui:48
|
||||
#: panels/user-accounts/cc-fingerprint-dialog.ui:53
|
||||
#: panels/wacom/wacom-stylus-page.ui:37 shell/cc-window.ui:230
|
||||
msgid "Back"
|
||||
msgstr "Înapoi"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:190
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:235
|
||||
msgid "Reset All…"
|
||||
msgstr "Restabiliește toate…"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:191
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:236
|
||||
msgid "Reset all shortcuts to their default keybindings"
|
||||
msgstr "Restabilește toate scurtăturile la valorile implicite"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-dialog.ui:228
|
||||
msgid "No keyboard shortcut found"
|
||||
msgstr "Nicio scurtătură de tastatură găsită"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-shortcut-editor.c:391
|
||||
#, c-format
|
||||
msgid "%s is already being used for %s. If you replace it, %s will be disabled"
|
||||
@@ -2451,11 +2451,11 @@ msgstr ""
|
||||
"Utilizează Serviciul de localizare Mozilla: <a href='https://location."
|
||||
"services.mozilla.com/privacy'>Politică de confidențialitate</a>"
|
||||
|
||||
#: panels/location/cc-location-panel.ui:93
|
||||
#: panels/location/cc-location-panel.ui:94
|
||||
msgid "Allow the applications below to determine your location."
|
||||
msgstr "Permite aplicațiilor de mai jos să vă determine locația."
|
||||
|
||||
#: panels/location/cc-location-panel.ui:113
|
||||
#: panels/location/cc-location-panel.ui:114
|
||||
msgid "No Applications Have Asked for Location Access"
|
||||
msgstr "Nu sunt aplicații care au cerut accesul la locație"
|
||||
|
||||
@@ -2474,7 +2474,7 @@ msgstr ""
|
||||
|
||||
#: panels/lock/cc-lock-panel.ui:44
|
||||
msgid "Blank Screen Delay"
|
||||
msgstr "Întârziere ecran vid"
|
||||
msgstr "Întârziere ecran întunecat"
|
||||
|
||||
#: panels/lock/cc-lock-panel.ui:45
|
||||
msgid "Period of inactivity after which the screen will go blank."
|
||||
@@ -2494,7 +2494,7 @@ msgstr "Perioada după care ecranul este vid când ecranul este blocat automat."
|
||||
|
||||
#: panels/lock/cc-lock-panel.ui:103
|
||||
msgid "Show _Notifications on Lock Screen"
|
||||
msgstr "Arată î_nștiințările pe ecranul blocat"
|
||||
msgstr "Arată _notificările pe ecranul blocat"
|
||||
|
||||
#: panels/lock/cc-lock-panel.ui:120
|
||||
msgid "Forbid new _USB devices"
|
||||
@@ -3562,11 +3562,11 @@ msgstr "Dispozitivul wireless nu suporta modul Hotspot"
|
||||
#: panels/network/net-proxy.c:69
|
||||
#: panels/notifications/cc-notifications-panel.c:266
|
||||
#: panels/power/cc-power-panel.c:1133 panels/power/cc-power-panel.c:1144
|
||||
#: panels/universal-access/cc-ua-panel.c:324
|
||||
#: panels/universal-access/cc-ua-panel.c:599
|
||||
#: panels/universal-access/cc-ua-panel.c:609
|
||||
#: panels/universal-access/cc-ua-panel.c:621
|
||||
#: panels/universal-access/cc-ua-panel.c:664
|
||||
#: panels/universal-access/cc-ua-panel.c:328
|
||||
#: panels/universal-access/cc-ua-panel.c:603
|
||||
#: panels/universal-access/cc-ua-panel.c:613
|
||||
#: panels/universal-access/cc-ua-panel.c:625
|
||||
#: panels/universal-access/cc-ua-panel.c:668
|
||||
#: panels/universal-access/cc-ua-panel.ui:300
|
||||
#: panels/universal-access/cc-ua-panel.ui:346
|
||||
#: panels/universal-access/cc-ua-panel.ui:392
|
||||
@@ -4383,11 +4383,11 @@ msgstr "Arată c_onținutul mesajelor pe ecranul blocat"
|
||||
|
||||
#: panels/notifications/cc-notifications-panel.c:266
|
||||
#: panels/power/cc-power-panel.c:1139 panels/power/cc-power-panel.c:1146
|
||||
#: panels/universal-access/cc-ua-panel.c:324
|
||||
#: panels/universal-access/cc-ua-panel.c:599
|
||||
#: panels/universal-access/cc-ua-panel.c:609
|
||||
#: panels/universal-access/cc-ua-panel.c:621
|
||||
#: panels/universal-access/cc-ua-panel.c:664
|
||||
#: panels/universal-access/cc-ua-panel.c:328
|
||||
#: panels/universal-access/cc-ua-panel.c:603
|
||||
#: panels/universal-access/cc-ua-panel.c:613
|
||||
#: panels/universal-access/cc-ua-panel.c:625
|
||||
#: panels/universal-access/cc-ua-panel.c:668
|
||||
msgid "On"
|
||||
msgstr "Pornit"
|
||||
|
||||
@@ -4607,7 +4607,7 @@ msgstr "Dispozitiv de intrare pentru jocuri"
|
||||
|
||||
#. TRANSLATORS: secondary battery, misc
|
||||
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:413
|
||||
#: panels/power/cc-power-panel.c:1779
|
||||
#: panels/power/cc-power-panel.c:1780
|
||||
msgid "Battery"
|
||||
msgstr "Baterie"
|
||||
|
||||
@@ -4657,15 +4657,15 @@ msgstr "Alimentat de la rețea"
|
||||
msgid "Automatic suspend"
|
||||
msgstr "Suspendare automată"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1799
|
||||
#: panels/power/cc-power-panel.c:1800
|
||||
msgid "Power Mode"
|
||||
msgstr "Modul de alimentare"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1809
|
||||
#: panels/power/cc-power-panel.c:1810
|
||||
msgid "Power Saving"
|
||||
msgstr "Economisire de energie"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1817
|
||||
#: panels/power/cc-power-panel.c:1818
|
||||
msgid "Suspend & Power Button"
|
||||
msgstr "Buton de suspendare și oprire"
|
||||
|
||||
@@ -4749,9 +4749,10 @@ msgstr "Luminozitate _tastatură"
|
||||
msgid "Dim Screen When Inactive"
|
||||
msgstr "Diminuează luminozitatea la inactivitate"
|
||||
|
||||
# This is the "blank screen" setting label under the power settings. It is connected with a drop-down where you can choose the amount of minutes until the screen goes black.
|
||||
#: panels/power/cc-power-panel.ui:466
|
||||
msgid "_Blank Screen"
|
||||
msgstr "Ecran _gol"
|
||||
msgstr "Întunecă _ecranul"
|
||||
|
||||
#: panels/power/cc-power-panel.ui:502
|
||||
msgid "_Automatic Suspend"
|
||||
@@ -4785,7 +4786,7 @@ msgstr "Bluetooth poate fi oprit pentru a economisi energie."
|
||||
|
||||
#: panels/power/cc-power-panel.ui:759
|
||||
msgid "Po_wer Button Behavior"
|
||||
msgstr "Comportament buton pu_tere"
|
||||
msgstr "Comportament butonului de alimen_tare"
|
||||
|
||||
#: panels/power/cc-power-panel.ui:797
|
||||
msgid "Show Battery _Percentage"
|
||||
@@ -4947,20 +4948,20 @@ msgstr ""
|
||||
|
||||
#. Translators: This is the title of the dialog. %s is the printer name.
|
||||
#: panels/printers/pp-details-dialog.c:74
|
||||
#: panels/printers/pp-details-dialog.c:371
|
||||
#: panels/printers/pp-details-dialog.c:351
|
||||
#, c-format
|
||||
msgid "%s Details"
|
||||
msgstr "Detalii %s"
|
||||
|
||||
#: panels/printers/pp-details-dialog.c:121
|
||||
#: panels/printers/pp-details-dialog.c:101
|
||||
msgid "No suitable driver found"
|
||||
msgstr "Nu s-a găsit un driver potrivit"
|
||||
|
||||
#: panels/printers/pp-details-dialog.c:252
|
||||
#: panels/printers/pp-details-dialog.c:232
|
||||
msgid "Select PPD File"
|
||||
msgstr "Specificați fișierul PPD"
|
||||
|
||||
#: panels/printers/pp-details-dialog.c:261
|
||||
#: panels/printers/pp-details-dialog.c:241
|
||||
msgid ""
|
||||
"PostScript Printer Description files (*.ppd, *.PPD, *.ppd.gz, *.PPD.gz, *."
|
||||
"PPD.GZ)"
|
||||
@@ -6136,7 +6137,7 @@ msgstr "Volum"
|
||||
msgid "Alert Sound"
|
||||
msgstr "Sunet de alertă"
|
||||
|
||||
#: panels/sound/cc-volume-slider.c:115
|
||||
#: panels/sound/cc-volume-slider.c:117
|
||||
msgctxt "volume"
|
||||
msgid "100%"
|
||||
msgstr "100%"
|
||||
@@ -6562,32 +6563,32 @@ msgstr ""
|
||||
|
||||
#. translators: the labels will read:
|
||||
#. * Cursor Size: Default
|
||||
#: panels/universal-access/cc-ua-panel.c:344
|
||||
#: panels/universal-access/cc-ua-panel.c:348
|
||||
msgctxt "cursor size"
|
||||
msgid "Default"
|
||||
msgstr "Implicită"
|
||||
|
||||
#: panels/universal-access/cc-ua-panel.c:347
|
||||
#: panels/universal-access/cc-ua-panel.c:351
|
||||
msgctxt "cursor size"
|
||||
msgid "Medium"
|
||||
msgstr "Medie"
|
||||
|
||||
#: panels/universal-access/cc-ua-panel.c:350
|
||||
#: panels/universal-access/cc-ua-panel.c:354
|
||||
msgctxt "cursor size"
|
||||
msgid "Large"
|
||||
msgstr "Mare"
|
||||
|
||||
#: panels/universal-access/cc-ua-panel.c:353
|
||||
#: panels/universal-access/cc-ua-panel.c:357
|
||||
msgctxt "cursor size"
|
||||
msgid "Larger"
|
||||
msgstr "Mai mare"
|
||||
|
||||
#: panels/universal-access/cc-ua-panel.c:356
|
||||
#: panels/universal-access/cc-ua-panel.c:360
|
||||
msgctxt "cursor size"
|
||||
msgid "Largest"
|
||||
msgstr "Cel mai mare"
|
||||
|
||||
#: panels/universal-access/cc-ua-panel.c:360
|
||||
#: panels/universal-access/cc-ua-panel.c:364
|
||||
#, c-format
|
||||
msgid "%d pixel"
|
||||
msgid_plural "%d pixels"
|
||||
@@ -6934,7 +6935,7 @@ msgstr "Istoric f_ișiere"
|
||||
|
||||
#: panels/usage/cc-usage-panel.ui:78
|
||||
msgid "File _History Duration"
|
||||
msgstr "Durata _istoricului fișierului"
|
||||
msgstr "Durata _istoricului fișierelor"
|
||||
|
||||
#: panels/usage/cc-usage-panel.ui:119
|
||||
msgid "_Clear History…"
|
||||
@@ -6963,7 +6964,7 @@ msgstr "Șterge automat _fișierele temporare"
|
||||
|
||||
#: panels/usage/cc-usage-panel.ui:196
|
||||
msgid "Automatically Delete _Period"
|
||||
msgstr "Șterge automat _perioada"
|
||||
msgstr "_Perioadă pentru ștergerea automată"
|
||||
|
||||
#: panels/usage/cc-usage-panel.ui:238
|
||||
msgid "_Empty Trash…"
|
||||
@@ -7059,7 +7060,7 @@ msgstr "Pentru totdeauna"
|
||||
|
||||
#: panels/usage/gnome-usage-panel.desktop.in.in:3
|
||||
msgid "File History & Trash"
|
||||
msgstr "Gunoi și istoricul fișierului"
|
||||
msgstr "Gunoi și istoricul fișierelor"
|
||||
|
||||
#: panels/usage/gnome-usage-panel.desktop.in.in:4
|
||||
msgid "Don't leave traces"
|
||||
@@ -8279,7 +8280,7 @@ msgstr "Panouri"
|
||||
#: shell/help-overlay.ui:41 shell/help-overlay.ui:49
|
||||
msgctxt "shortcut window"
|
||||
msgid "Go back to previous panel"
|
||||
msgstr "Mergi înapoi la panoul anterior"
|
||||
msgstr "Înapoi la panoul anterior"
|
||||
|
||||
#: shell/help-overlay.ui:62
|
||||
msgctxt "shortcut window"
|
||||
|
||||
196
po/zh_CN.po
196
po/zh_CN.po
@@ -30,19 +30,19 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnome-control-center master\n"
|
||||
"Project-Id-Version: gnome-control-center 40\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-control-center/"
|
||||
"issues\n"
|
||||
"POT-Creation-Date: 2021-03-25 03:09+0000\n"
|
||||
"PO-Revision-Date: 2021-03-25 20:49+0800\n"
|
||||
"Last-Translator: Dingzhong Chen <wsxy162@gmail.com>\n"
|
||||
"POT-Creation-Date: 2022-01-30 23:34+0000\n"
|
||||
"PO-Revision-Date: 2022-02-07 15:42-0500\n"
|
||||
"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
|
||||
"Language-Team: Chinese - China <i18n-zh@googlegroups.com>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0\n"
|
||||
"X-Generator: Gtranslator 3.38.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 3.0.1\n"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:823
|
||||
msgid "System Bus"
|
||||
@@ -60,7 +60,7 @@ msgid "Session Bus"
|
||||
msgstr "会话总线"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:829
|
||||
#: panels/power/cc-power-panel.c:1789 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/power/cc-power-panel.c:1795 panels/thunderbolt/cc-bolt-panel.ui:466
|
||||
#: panels/thunderbolt/cc-bolt-panel.ui:525
|
||||
msgid "Devices"
|
||||
msgstr "设备"
|
||||
@@ -97,7 +97,7 @@ msgstr "文件系统"
|
||||
|
||||
#: panels/applications/cc-applications-panel.c:849
|
||||
#: panels/keyboard/01-launchers.xml.in:6 shell/cc-window.c:279
|
||||
#: shell/cc-window.c:933 shell/cc-window.ui:121
|
||||
#: shell/cc-window.c:938 shell/cc-window.ui:121
|
||||
#: shell/gnome-control-center.desktop.in.in:3
|
||||
msgid "Settings"
|
||||
msgstr "设置"
|
||||
@@ -248,8 +248,8 @@ msgstr "无法被修改"
|
||||
|
||||
#: panels/applications/cc-applications-panel.ui:175
|
||||
msgid ""
|
||||
"Individual permissions for applications can be reviewed in the <a href="
|
||||
"\"privacy\">Privacy</a> Settings."
|
||||
"Individual permissions for applications can be reviewed in the <a "
|
||||
"href=\"privacy\">Privacy</a> Settings."
|
||||
msgstr "应用程序的各个权限可以在 <a href=\"privacy\">隐私</a> 设置中查看。"
|
||||
|
||||
# 左撇子有歧视色彩。
|
||||
@@ -895,9 +895,9 @@ msgstr "需要互联网连接"
|
||||
|
||||
#: panels/color/cc-color-panel.ui:591
|
||||
msgid ""
|
||||
"You may find these instructions on how to use the profile on <a href=\"linux"
|
||||
"\">GNU/Linux</a>, <a href=\"osx\">Apple OS X</a> and <a href=\"windows"
|
||||
"\">Microsoft Windows</a> systems useful."
|
||||
"You may find these instructions on how to use the profile on <a "
|
||||
"href=\"linux\">GNU/Linux</a>, <a href=\"osx\">Apple OS X</a> and <a "
|
||||
"href=\"windows\">Microsoft Windows</a> systems useful."
|
||||
msgstr ""
|
||||
"有关如何在 <a href=\"linux\">GNU/Linux</a>、<a href=\"osx\">Apple OS X</a> "
|
||||
"和 <a href=\"windows\">Microsoft Windows</a> 系统中使用配置的这些说明可能对您"
|
||||
@@ -1219,12 +1219,12 @@ msgid "Select _All"
|
||||
msgstr "选择全部(_A)"
|
||||
|
||||
#: panels/common/cc-util.c:127
|
||||
#: panels/network/connection-editor/ce-page-details.c:160
|
||||
#: panels/network/connection-editor/ce-page-details.c:162
|
||||
msgid "Today"
|
||||
msgstr "今天"
|
||||
|
||||
#: panels/common/cc-util.c:131
|
||||
#: panels/network/connection-editor/ce-page-details.c:162
|
||||
#: panels/network/connection-editor/ce-page-details.c:164
|
||||
msgid "Yesterday"
|
||||
msgstr "昨天"
|
||||
|
||||
@@ -1766,11 +1766,11 @@ msgstr ""
|
||||
"redshift;color;sunset;sunrise;面板;投影仪;屏幕;分辨率;刷新;夜晚;晚上;光;蓝;红"
|
||||
"移;颜色;日落;日出;"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:418
|
||||
#: panels/info-overview/cc-info-overview-panel.c:433
|
||||
#: panels/info-overview/cc-info-overview-panel.c:445
|
||||
#: panels/info-overview/cc-info-overview-panel.c:491
|
||||
#: panels/info-overview/cc-info-overview-panel.c:521
|
||||
#: panels/info-overview/cc-info-overview-panel.c:414
|
||||
#: panels/info-overview/cc-info-overview-panel.c:429
|
||||
#: panels/info-overview/cc-info-overview-panel.c:441
|
||||
#: panels/info-overview/cc-info-overview-panel.c:487
|
||||
#: panels/info-overview/cc-info-overview-panel.c:517
|
||||
msgid "Unknown"
|
||||
msgstr "未知"
|
||||
|
||||
@@ -1778,32 +1778,32 @@ msgstr "未知"
|
||||
#. * example:
|
||||
#. * "Fedora 25 (Workstation Edition); Build ID: xyz" or
|
||||
#. * "Ubuntu 16.04 LTS; Build ID: jki"
|
||||
#: panels/info-overview/cc-info-overview-panel.c:453
|
||||
#: panels/info-overview/cc-info-overview-panel.c:449
|
||||
#, c-format
|
||||
msgid "%s; Build ID: %s"
|
||||
msgstr "%s;构建 ID:%s"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:468
|
||||
#: panels/info-overview/cc-info-overview-panel.c:464
|
||||
#, c-format
|
||||
msgid "64-bit"
|
||||
msgstr "64 位"
|
||||
|
||||
#. translators: This is the type of architecture for the OS
|
||||
#: panels/info-overview/cc-info-overview-panel.c:471
|
||||
#: panels/info-overview/cc-info-overview-panel.c:467
|
||||
#, c-format
|
||||
msgid "32-bit"
|
||||
msgstr "32 位"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
#: panels/info-overview/cc-info-overview-panel.c:724
|
||||
msgid "X11"
|
||||
msgstr "X11"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:732
|
||||
#: panels/info-overview/cc-info-overview-panel.c:728
|
||||
msgid "Wayland"
|
||||
msgstr "Wayland"
|
||||
|
||||
#: panels/info-overview/cc-info-overview-panel.c:734
|
||||
#: panels/info-overview/cc-info-overview-panel.c:730
|
||||
msgctxt "Windowing system (Wayland, X11, or Unknown)"
|
||||
msgid "Unknown"
|
||||
msgstr "未知"
|
||||
@@ -2151,7 +2151,7 @@ msgstr "左Super徽标键"
|
||||
#: panels/keyboard/cc-keyboard-panel.c:95
|
||||
msgctxt "keyboard key"
|
||||
msgid "Right Super"
|
||||
msgstr "左Super徽标键"
|
||||
msgstr "右Super徽标键"
|
||||
|
||||
#: panels/keyboard/cc-keyboard-panel.c:78
|
||||
#: panels/keyboard/cc-keyboard-panel.c:96
|
||||
@@ -2769,7 +2769,7 @@ msgid "Connected"
|
||||
msgstr "已连接"
|
||||
|
||||
#: panels/network/cc-wifi-connection-row.ui:100
|
||||
#: panels/network/net-device-ethernet.c:327
|
||||
#: panels/network/net-device-ethernet.c:333
|
||||
#: panels/network/network-bluetooth.ui:76
|
||||
#: panels/network/network-ethernet.ui:111 panels/network/network-mobile.ui:450
|
||||
#: panels/network/network-vpn.ui:77
|
||||
@@ -2925,166 +2925,166 @@ msgid "Profile %d"
|
||||
msgstr "配置 %d"
|
||||
|
||||
#. TRANSLATORS: this WEP WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:95
|
||||
#: panels/network/connection-editor/ce-page-details.c:97
|
||||
#: panels/network/net-device-wifi.c:228
|
||||
msgid "WEP"
|
||||
msgstr "WEP"
|
||||
|
||||
#. TRANSLATORS: this WPA WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:99
|
||||
#: panels/network/connection-editor/ce-page-details.c:101
|
||||
#: panels/network/net-device-wifi.c:233
|
||||
msgid "WPA"
|
||||
msgstr "WPA"
|
||||
|
||||
#. TRANSLATORS: this WPA3 WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:105
|
||||
#: panels/network/connection-editor/ce-page-details.c:107
|
||||
msgid "WPA3"
|
||||
msgstr "WPA3"
|
||||
|
||||
#. TRANSLATORS: this Enhanced Open WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:110
|
||||
#: panels/network/connection-editor/ce-page-details.c:112
|
||||
#: panels/network/connection-editor/ce-page-security.c:279
|
||||
msgid "Enhanced Open"
|
||||
msgstr "增强开放"
|
||||
|
||||
#. TRANSLATORS: this WPA WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:117
|
||||
#: panels/network/connection-editor/ce-page-details.c:119
|
||||
msgid "WPA2"
|
||||
msgstr "WPA2"
|
||||
|
||||
#. TRANSLATORS: this Enterprise WiFi security
|
||||
#: panels/network/connection-editor/ce-page-details.c:123
|
||||
#: panels/network/connection-editor/ce-page-details.c:125
|
||||
msgid "Enterprise"
|
||||
msgstr "企业"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:128
|
||||
#: panels/network/connection-editor/ce-page-details.c:130
|
||||
#: panels/network/net-device-wifi.c:218
|
||||
msgctxt "Wifi security"
|
||||
msgid "None"
|
||||
msgstr "无"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:149
|
||||
#: panels/network/connection-editor/ce-page-details.c:151
|
||||
msgid "Never"
|
||||
msgstr "从不"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:164
|
||||
#: panels/network/net-device-ethernet.c:107
|
||||
#: panels/network/connection-editor/ce-page-details.c:166
|
||||
#: panels/network/net-device-ethernet.c:108
|
||||
#, c-format
|
||||
msgid "%i day ago"
|
||||
msgid_plural "%i days ago"
|
||||
msgstr[0] "%i 天前"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:291
|
||||
#: panels/network/connection-editor/ce-page-details.c:293
|
||||
#, c-format
|
||||
msgid "%d Mb/s (%1.1f GHz)"
|
||||
msgstr "%d Mb/s (%1.1f GHz)"
|
||||
|
||||
#. Translators: network device speed
|
||||
#: panels/network/connection-editor/ce-page-details.c:293
|
||||
#: panels/network/net-device-ethernet.c:214
|
||||
#: panels/network/connection-editor/ce-page-details.c:295
|
||||
#: panels/network/net-device-ethernet.c:220
|
||||
#, c-format
|
||||
msgid "%d Mb/s"
|
||||
msgstr "%d Mb/秒"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:306
|
||||
#: panels/network/connection-editor/ce-page-details.c:308
|
||||
msgid "2.4 GHz / 5 GHz"
|
||||
msgstr "2.4 GHz / 5 GHz"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:308
|
||||
#: panels/network/connection-editor/ce-page-details.c:310
|
||||
msgid "2.4 GHz"
|
||||
msgstr "2.4 GHz"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:310
|
||||
#: panels/network/connection-editor/ce-page-details.c:312
|
||||
msgid "5 GHz"
|
||||
msgstr "5 GHz"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:330
|
||||
#: panels/network/connection-editor/ce-page-details.c:332
|
||||
msgctxt "Signal strength"
|
||||
msgid "None"
|
||||
msgstr "无"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:332
|
||||
#: panels/network/connection-editor/ce-page-details.c:334
|
||||
msgctxt "Signal strength"
|
||||
msgid "Weak"
|
||||
msgstr "较弱"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:334
|
||||
#: panels/network/connection-editor/ce-page-details.c:336
|
||||
msgctxt "Signal strength"
|
||||
msgid "Ok"
|
||||
msgstr "一般"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:336
|
||||
#: panels/network/connection-editor/ce-page-details.c:338
|
||||
msgctxt "Signal strength"
|
||||
msgid "Good"
|
||||
msgstr "良好"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:338
|
||||
#: panels/network/connection-editor/ce-page-details.c:340
|
||||
msgctxt "Signal strength"
|
||||
msgid "Excellent"
|
||||
msgstr "非常好"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:410
|
||||
#: panels/network/connection-editor/ce-page-details.c:407
|
||||
#: panels/network/connection-editor/details-page.ui:108
|
||||
#: panels/network/net-device-ethernet.c:149
|
||||
#: panels/network/net-device-mobile.c:447
|
||||
#: panels/network/net-device-ethernet.c:147
|
||||
#: panels/network/net-device-mobile.c:442
|
||||
msgid "IPv4 Address"
|
||||
msgstr "IPv4 地址"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:411
|
||||
#: panels/network/connection-editor/ce-page-details.c:408
|
||||
#: panels/network/connection-editor/details-page.ui:126
|
||||
#: panels/network/net-device-ethernet.c:150
|
||||
#: panels/network/net-device-mobile.c:448 panels/network/network-mobile.ui:218
|
||||
#: panels/network/net-device-ethernet.c:149
|
||||
#: panels/network/net-device-mobile.c:443 panels/network/network-mobile.ui:218
|
||||
msgid "IPv6 Address"
|
||||
msgstr "IPv6 地址"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:414
|
||||
#: panels/network/connection-editor/ce-page-details.c:415
|
||||
#: panels/network/connection-editor/ce-page-details.c:410
|
||||
#: panels/network/connection-editor/ce-page-details.c:411
|
||||
#: panels/network/net-device-ethernet.c:152
|
||||
#: panels/network/net-device-ethernet.c:154
|
||||
#: panels/network/net-device-mobile.c:451
|
||||
#: panels/network/net-device-mobile.c:452 panels/network/network-mobile.ui:201
|
||||
#: panels/network/net-device-mobile.c:446
|
||||
#: panels/network/net-device-mobile.c:447 panels/network/network-mobile.ui:201
|
||||
msgid "IP Address"
|
||||
msgstr "IP 地址"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:419
|
||||
#: panels/network/net-device-ethernet.c:163
|
||||
#: panels/network/net-device-mobile.c:456
|
||||
#: panels/network/connection-editor/ce-page-details.c:415
|
||||
#: panels/network/net-device-ethernet.c:169
|
||||
#: panels/network/net-device-mobile.c:451
|
||||
msgid "DNS4"
|
||||
msgstr "DNS4"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:420
|
||||
#: panels/network/net-device-ethernet.c:164
|
||||
#: panels/network/net-device-mobile.c:457
|
||||
#: panels/network/connection-editor/ce-page-details.c:416
|
||||
#: panels/network/net-device-ethernet.c:170
|
||||
#: panels/network/net-device-mobile.c:452
|
||||
msgid "DNS6"
|
||||
msgstr "DNS6"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:423
|
||||
#: panels/network/connection-editor/ce-page-details.c:424
|
||||
#: panels/network/connection-editor/ce-page-details.c:418
|
||||
#: panels/network/connection-editor/ce-page-details.c:419
|
||||
#: panels/network/connection-editor/details-page.ui:199
|
||||
#: panels/network/connection-editor/details-page.ui:218
|
||||
#: panels/network/connection-editor/ip4-page.ui:211
|
||||
#: panels/network/connection-editor/ip6-page.ui:225
|
||||
#: panels/network/net-device-ethernet.c:166
|
||||
#: panels/network/net-device-ethernet.c:168
|
||||
#: panels/network/net-device-mobile.c:459
|
||||
#: panels/network/net-device-mobile.c:460 panels/network/network-mobile.ui:253
|
||||
#: panels/network/net-device-ethernet.c:172
|
||||
#: panels/network/net-device-ethernet.c:174
|
||||
#: panels/network/net-device-mobile.c:454
|
||||
#: panels/network/net-device-mobile.c:455 panels/network/network-mobile.ui:253
|
||||
#: panels/network/network-mobile.ui:271
|
||||
msgid "DNS"
|
||||
msgstr "DNS"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:457
|
||||
#: panels/network/connection-editor/ce-page-details.c:471
|
||||
msgid "Forget Connection"
|
||||
msgstr "忘记连接"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:459
|
||||
#: panels/network/connection-editor/ce-page-details.c:473
|
||||
msgid "Remove Connection Profile"
|
||||
msgstr "移除连接配置"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:461
|
||||
#: panels/network/connection-editor/ce-page-details.c:475
|
||||
msgid "Remove VPN"
|
||||
msgstr "移除 VPN"
|
||||
|
||||
#: panels/network/connection-editor/ce-page-details.c:479
|
||||
#: panels/network/connection-editor/ce-page-details.c:493
|
||||
msgid "Details"
|
||||
msgstr "详细信息"
|
||||
|
||||
@@ -3169,7 +3169,9 @@ msgid "Supported Frequencies"
|
||||
msgstr "支持频率"
|
||||
|
||||
#: panels/network/connection-editor/details-page.ui:180
|
||||
#: panels/network/net-device-ethernet.c:160
|
||||
#: panels/network/net-device-ethernet.c:161
|
||||
#: panels/network/net-device-ethernet.c:163
|
||||
#: panels/network/net-device-ethernet.c:165
|
||||
#: panels/network/network-mobile.ui:235
|
||||
msgid "Default Route"
|
||||
msgstr "默认路由"
|
||||
@@ -3433,19 +3435,19 @@ msgstr ""
|
||||
"Network;Wireless;Wi-Fi;Wifi;IP;LAN;Broadband;DNS;Hotspot;网络;无线;无线保真;"
|
||||
"互联网协议;局域网;宽带;域名系统;热点;"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:95
|
||||
#: panels/network/net-device-ethernet.c:96
|
||||
msgid "never"
|
||||
msgstr "从不"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:103
|
||||
#: panels/network/net-device-ethernet.c:104
|
||||
msgid "today"
|
||||
msgstr "今天"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:105
|
||||
#: panels/network/net-device-ethernet.c:106
|
||||
msgid "yesterday"
|
||||
msgstr "昨天"
|
||||
|
||||
#: panels/network/net-device-ethernet.c:174
|
||||
#: panels/network/net-device-ethernet.c:180
|
||||
msgid "Last used"
|
||||
msgstr "上次使用"
|
||||
|
||||
@@ -3454,7 +3456,7 @@ msgstr "上次使用"
|
||||
#. * profile. It is also used to display ethernet in the
|
||||
#. * device list.
|
||||
#.
|
||||
#: panels/network/net-device-ethernet.c:261
|
||||
#: panels/network/net-device-ethernet.c:267
|
||||
#: panels/network/network-bluetooth.ui:38 panels/network/network-ethernet.ui:18
|
||||
msgid "Wired"
|
||||
msgstr "有线"
|
||||
@@ -3493,7 +3495,7 @@ msgstr "无线设备不支持热点模式"
|
||||
|
||||
#: panels/network/net-proxy.c:69
|
||||
#: panels/notifications/cc-notifications-panel.c:266
|
||||
#: panels/power/cc-power-panel.c:1133 panels/power/cc-power-panel.c:1144
|
||||
#: panels/power/cc-power-panel.c:1134 panels/power/cc-power-panel.c:1145
|
||||
#: panels/universal-access/cc-ua-panel.c:328
|
||||
#: panels/universal-access/cc-ua-panel.c:603
|
||||
#: panels/universal-access/cc-ua-panel.c:613
|
||||
@@ -4302,7 +4304,7 @@ msgid "Show Message C_ontent on Lock Screen"
|
||||
msgstr "锁屏时显示显示消息内容(_O)"
|
||||
|
||||
#: panels/notifications/cc-notifications-panel.c:266
|
||||
#: panels/power/cc-power-panel.c:1139 panels/power/cc-power-panel.c:1146
|
||||
#: panels/power/cc-power-panel.c:1140 panels/power/cc-power-panel.c:1147
|
||||
#: panels/universal-access/cc-ua-panel.c:328
|
||||
#: panels/universal-access/cc-ua-panel.c:603
|
||||
#: panels/universal-access/cc-ua-panel.c:613
|
||||
@@ -4517,8 +4519,8 @@ msgid "Gaming input device"
|
||||
msgstr "游戏输入设备"
|
||||
|
||||
#. TRANSLATORS: secondary battery, misc
|
||||
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:413
|
||||
#: panels/power/cc-power-panel.c:1779
|
||||
#: panels/power/cc-battery-row.c:218 panels/power/cc-power-panel.c:414
|
||||
#: panels/power/cc-power-panel.c:1785
|
||||
msgid "Battery"
|
||||
msgstr "电池"
|
||||
|
||||
@@ -4532,51 +4534,51 @@ msgctxt "Battery name"
|
||||
msgid "Extra"
|
||||
msgstr "附加电池"
|
||||
|
||||
#: panels/power/cc-power-panel.c:411
|
||||
#: panels/power/cc-power-panel.c:412
|
||||
msgid "Batteries"
|
||||
msgstr "电池"
|
||||
|
||||
#: panels/power/cc-power-panel.c:632
|
||||
#: panels/power/cc-power-panel.c:633
|
||||
msgid "When _idle"
|
||||
msgstr "空闲时(_I)"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1081
|
||||
#: panels/power/cc-power-panel.c:1082
|
||||
msgid "Suspend"
|
||||
msgstr "挂起"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1082
|
||||
#: panels/power/cc-power-panel.c:1083
|
||||
msgid "Power Off"
|
||||
msgstr "电源关闭"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1083
|
||||
#: panels/power/cc-power-panel.c:1084
|
||||
msgid "Hibernate"
|
||||
msgstr "休眠"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1084
|
||||
#: panels/power/cc-power-panel.c:1085
|
||||
msgid "Nothing"
|
||||
msgstr "不处理"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1135
|
||||
#: panels/power/cc-power-panel.c:1136
|
||||
msgid "When on battery power"
|
||||
msgstr "电池供电时"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1137
|
||||
#: panels/power/cc-power-panel.c:1138
|
||||
msgid "When plugged in"
|
||||
msgstr "插入电源时"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1277
|
||||
#: panels/power/cc-power-panel.c:1278
|
||||
msgid "Automatic suspend"
|
||||
msgstr "自动挂起"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1799
|
||||
#: panels/power/cc-power-panel.c:1805
|
||||
msgid "Power Mode"
|
||||
msgstr "电源模式 "
|
||||
|
||||
#: panels/power/cc-power-panel.c:1809
|
||||
#: panels/power/cc-power-panel.c:1815
|
||||
msgid "Power Saving"
|
||||
msgstr "节电"
|
||||
|
||||
#: panels/power/cc-power-panel.c:1817
|
||||
#: panels/power/cc-power-panel.c:1823
|
||||
msgid "Suspend & Power Button"
|
||||
msgstr "挂起和关机按钮"
|
||||
|
||||
|
||||
2775
po/zh_TW.po
2775
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,6 @@
|
||||
appdata = 'gnome-control-center.appdata.xml'
|
||||
|
||||
i18n.merge_file(
|
||||
appdata,
|
||||
input: appdata + '.in',
|
||||
output: appdata,
|
||||
po_dir: po_dir,
|
||||
|
||||
@@ -585,12 +585,17 @@ gdk_window_set_cb (CcWindow *self)
|
||||
}
|
||||
|
||||
static gboolean
|
||||
window_map_event_cb (CcWindow *self)
|
||||
window_map_event_cb (CcWindow *self,
|
||||
GdkEvent *event)
|
||||
{
|
||||
/* If focus ends up in a category icon view one of the items is
|
||||
* immediately selected which looks odd when we are starting up, so
|
||||
* we explicitly unset the focus here. */
|
||||
gtk_window_set_focus (GTK_WINDOW (self), NULL);
|
||||
if (event->any.window == gtk_widget_get_window (GTK_WIDGET (self)))
|
||||
{
|
||||
/* If focus ends up in a category icon view one of the items is
|
||||
* immediately selected which looks odd when we are starting up, so
|
||||
* we explicitly unset the focus here. */
|
||||
gtk_window_set_focus (GTK_WINDOW (self), NULL);
|
||||
}
|
||||
|
||||
return GDK_EVENT_PROPAGATE;
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type : 'desktop',
|
||||
input : desktop_in,
|
||||
output : desktop,
|
||||
|
||||
@@ -12,7 +12,6 @@ desktop_files = [
|
||||
|
||||
foreach desktop_file : desktop_files
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
type : 'desktop',
|
||||
input : 'gtp-@0@.desktop.in'.format(desktop_file),
|
||||
output : 'gnome-@0@-panel.desktop'.format(desktop_file),
|
||||
|
||||
Reference in New Issue
Block a user